@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240710.0 → 0.0.0-nightly-20240712.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 +1 -1
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Gc,TrackChanges:()=>ru,TrackChangesData:()=>cu,TrackChangesEditing:()=>_c});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=l();return(u=function(t,e){return n[t-=322]})(t,e)}function l(){const t=["67576VbHyfv","2496074evPIuH","refresh","has","122638iSudVK","_isEnabledBasedOnSelection","405TnDOJQ","TrackChangesCommand","clearForceDisabled","35Vfzehu","execute","_enableCommands","_disableUnsupportedCommands","commands","editor","affectsData","1004721HcjJcb","forceDisabled","value","isEnabled","52022ibNBGm","_enabledCommands","2165694ZaUhkp","42260BDTMaO"];return(l=function(){return t})()}!function(t,e){const n=u,r=t();for(;;)try{if(181763===parseInt(n(323))/1+parseInt(n(339))/2+parseInt(n(335))/3+-parseInt(n(342))/4*(-parseInt(n(328))/5)+parseInt(n(341))/6+-parseInt(n(344))/7+-parseInt(n(343))/8*(parseInt(n(325))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(l);class f extends t.Command{constructor(t,e){const n=u;super(t),this[n(340)]=e,this[n(337)]=!1,this[n(345)](),this[n(324)]=!1}[c(345)](){this[c(338)]=!0}[c(329)](){const t=c;this[t(337)]=!this[t(337)],this[t(337)]?this[t(331)]():this[t(330)]()}[c(331)](){const t=c;for(const e of this[t(333)][t(332)][t(332)]())e[t(334)]&&!this[t(340)][t(322)](e)&&e[t(336)](t(326))}[c(330)](){const t=c;for(const e of this[t(333)][t(332)][t(332)]())e[t(334)]&&!this[t(340)][t(322)](e)&&e[t(327)](t(326))}}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=299]})(t,e)}function d(){const t=["refresh","acceptSuggestion","2460882lZuUdr","canEditAt","TrackChangesEditing","1690992JMvATG","get","_isEnabledBasedOnSelection","17264475wZdhri","121768CpOwPy","1516870xpuRhL","isEnabled","plugins","editor","5983831BZxYWu","model","16CxFvLW","getRanges","execute","_suggestions","track-changes-accept-suggestion-not-found","12cWnauu","5612016DnAwoN"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(544836===parseInt(n(299))/1*(parseInt(n(306))/2)+parseInt(n(315))/3+parseInt(n(311))/4*(-parseInt(n(300))/5)+parseInt(n(312))/6+parseInt(n(304))/7+-parseInt(n(318))/8+-parseInt(n(321))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(309)]=e,this[n(313)](),this[n(320)]=!1}[h(313)](){this[h(301)]=!0}[h(308)](t){const n=h,r=this[n(309)][n(319)](t);if(!r)throw new e.CKEditorError(n(310),this);const s=r[n(307)]();this[n(303)][n(305)][n(316)](s)&&this[n(303)][n(302)][n(319)](n(317))[n(314)](r)}}const m=E;function I(){const t=["track-changes-discard-suggestion-not-found","1641360QMgdjf","getRanges","TrackChangesEditing","2941248Vtyulv","execute","get","_isEnabledBasedOnSelection","model","3478132qENeNh","discardSuggestion","44455vroIJJ","refresh","181253saPhdV","plugins","919131WKndAH","isEnabled","_suggestions","372ykErlm","canEditAt","5909880VQcIvl","editor"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=457]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(414510===-parseInt(n(469))/1+parseInt(n(457))/2+-parseInt(n(471))/3+-parseInt(n(474))/4*(-parseInt(n(467))/5)+parseInt(n(460))/6+-parseInt(n(465))/7+-parseInt(n(476))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(473)]=e,this[n(468)](),this[n(463)]=!1}[m(468)](){this[m(472)]=!0}[m(461)](t){const n=m,r=this[n(473)][n(462)](t);if(!r)throw new e.CKEditorError(n(478),this);const s=r[n(458)]();this[n(477)][n(464)][n(475)](s)&&this[n(477)][n(470)][n(462)](n(459))[n(466)](r)}}function T(t,e){const n=_();return(T=function(t,e){return n[t-=184]})(t,e)}function _(){const t=["schema","42299199NogsCB","end","join","push","isCollapsed","content","splice","map","add","1673NCOqpC","2298572FGSCBq","sort","from","1995387fEzQRC","createPositionBefore","isObject","color","isInContent","isTouching","3644988Tretyc","getRanges"," [color ","length","isMultiRange","5fUZGZd","createPositionAfter","1594335ALgvjZ","execute","start","deletion","next","createRange","isArray","isIntersecting","replace","17112OKAecT","change","value","type","3869090KnJSIx","createPositionAt"];return(_=function(){return t})()}function y(t){const e=T;return t[e(199)](((t,n)=>e(217)==t[e(184)]&&e(217)!=n[e(184)]?-1:e(217)!=t[e(184)]&&e(217)==n[e(184)]?1:0))}function A(t,e){const n=T;let r,s=0;const o=[],i=e[n(187)];for(;s<t[n(210)];){const a=t[s],c=t[s+1];r||(r=e[n(202)](a)),k(e,a,c)||(o[n(191)](e[n(219)](r,i[n(203)](a)?e[n(213)](a):e[n(186)](a,n(189)))),r=null),s++}return o}function k(t,e,n){const r=T;if(!n)return!1;const s=t[r(213)](e),o=t[r(202)](n);return s[r(206)](o)}!function(t,e){const n=T,r=t();for(;;)try{if(984268===-parseInt(n(214))/1+-parseInt(n(185))/2+-parseInt(n(201))/3+parseInt(n(198))/4*(parseInt(n(212))/5)+-parseInt(n(207))/6+parseInt(n(197))/7*(parseInt(n(223))/8)+parseInt(n(188))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_);function C(t,e,n){const r=T;for(;n[r(210)];){const s=n[r(194)](0,100);t[r(224)]((()=>{const t=r;for(const n of s)n[t(205)]&&e[t(215)](n.id)}))}}const L=S;function N(){const t=["99orSukB","canEditAt","some","10049352IzSnEp","model","_isEnabledBasedOnSelection","18uvabsi","isInContent","from","547022VipFMy","90bPWEUI","11668MlIADp","editor","getRanges","values","_suggestions","refresh","664710wsSwoE","isEnabled","_command","568955wJZJSl","72Tyjuiz","304605eaqzul","execute","309268Lfamgm","3FGXMDL"];return(N=function(){return t})()}function S(t,e){const n=N();return(S=function(t,e){return n[t-=258]})(t,e)}!function(t,e){const n=S,r=t();for(;;)try{if(420110===-parseInt(n(267))/1*(parseInt(n(268))/2)+parseInt(n(282))/3*(parseInt(n(281))/4)+-parseInt(n(277))/5*(parseInt(n(263))/6)+parseInt(n(266))/7+parseInt(n(278))/8*(-parseInt(n(279))/9)+parseInt(n(274))/10*(parseInt(n(283))/11)+parseInt(n(260))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class R extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(276)]=e,this[r(272)]=n,this[r(273)](),this[r(262)]=!1}[L(273)](){const t=L,e=Array[t(265)](this[t(272)][t(271)]())[t(259)]((e=>e[t(264)]));this[t(275)]=this[t(276)][t(275)]&&e}[L(280)](){const t=L,e=y(Array[t(265)](this[t(272)][t(271)]()));for(const n of e){const e=n[t(270)]();if(!this[t(269)][t(261)][t(258)](e))return}C(this[t(269)][t(261)],this[t(276)],e)}}function v(){const t=["7221384JvBXGn","1203587ujwJIb","495dOPupp","refresh","size","13112226cHRTmL","_suggestions","42kSTuAS","_selectedSuggestions","document","canEditAt","7138592dmKsUr","values","model","getRanges","selection","editor","948485hZCxRk","_command","10856qSQBNb","from","execute","isEnabled","867062FhBiEI","_isEnabledBasedOnSelection"];return(v=function(){return t})()}const M=O;function O(t,e){const n=v();return(O=function(t,e){return n[t-=293]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(937041===parseInt(n(310))/1+parseInt(n(303))/2*(-parseInt(n(311))/3)+parseInt(n(295))/4+-parseInt(n(301))/5*(-parseInt(n(316))/6)+-parseInt(n(307))/7+-parseInt(n(309))/8+-parseInt(n(314))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(v);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(302)]=e,this[r(315)]=n,this[r(317)]=new Set,this[r(312)](),this[r(308)]=!1}[M(312)](){const t=M,e=this[t(300)][t(297)][t(293)][t(299)],n=Array[t(304)](this[t(315)][t(296)]());this[t(317)]=function(t,e){const n=T,r=Array[n(200)](t[n(208)]()),s=new Set;for(const o of e)if(o[n(205)])for(const e of r)for(const r of o[n(208)]())(e[n(221)](r)||t[n(192)]&&!o[n(211)]&&o[n(218)]&&r[n(189)][n(206)](e[n(216)]))&&s[n(196)](o);return s}(e,n),this[t(306)]=this[t(302)][t(306)]&&!!this[t(317)][t(313)]}[M(305)](){const t=M,e=y(Array[t(304)](this[t(317)]));for(const n of e){const e=n[t(298)]();if(!this[t(300)][t(297)][t(294)](e))return}C(this[t(300)][t(297)],this[t(302)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var B=Array.prototype.splice;const x=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=F,V.prototype.delete=x,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const W=function(){this.__data__=new H,this.size=0};const z=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const Q="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const X=Q||Z||Function("return this")();const Y=X.Symbol;var J=Object.prototype,$=J.hasOwnProperty,tt=J.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=X["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(X,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Rt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Nt,wt.prototype.get=Rt,wt.prototype.has=Mt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||H),string:new Ft}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Bt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Dt,Vt.prototype.delete=xt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const Wt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function zt(t){var e=this.__data__=new H(t);this.size=e.size}zt.prototype.clear=W,zt.prototype.delete=z,zt.prototype.get=K,zt.prototype.has=q,zt.prototype.set=Wt;const Kt=zt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&Qt?Qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Xt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Jt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?X.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&Q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Se=function(t,e){return function(n){return t(e(n))}};const Re=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Ne(t))return Re(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const Fe=function(t,e){return t&&Jt(e,we(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const Be=function(t){if(!at(t))return De(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const xe=function(t){return Oe(t)?Ce(t,!0):Be(t)};const Ue=function(t,e){return t&&Jt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?X.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const ze=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Xe=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return Qe.call(t,e)})))}:qe;const Ye=function(t,e){return Jt(t,Xe(t),e)};const Je=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Je(e,Xe(t)),t=$e(t);return e}:qe;const en=function(t,e){return Jt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Je(r,n(t))};const rn=function(t){return nn(t,we,Xe)};const sn=function(t){return nn(t,xe,tn)};const on=At(X,"DataView");const an=At(X,"Promise");const cn=At(X,"Set");const un=At(X,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=X.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Rn=Y?Y.prototype:void 0,vn=Rn?Rn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Dn($e(t))};const Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Bn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",Wn="[object Function]",zn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[zn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return ze(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:we)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const Qn=function(t){return qn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Xn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Jn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Yn.test(t)||!Xn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Jn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Sr="[object Array]",Rr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Nr?Rr:c)==Rr,f=(u=u==Nr?Rr:u)==Rr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Br=function(t,e){return e.length<2?t:Dr(t,Pr(e,0,-1))};const xr=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||xr(t,e)},jr=Vr;function Gr(){const t=["onDiscard","change","start","getRange","isIntersecting","set","decorate","1350736aWvPNP","clear","length","authoredAt","_saved","isMultiRange","4PgcMvF","nodeBefore","onAccept","removeMarker","_isDataLoaded","attributes","from","hasComments","suggestion:","split","end","_onAccept","removeMarkers","createdAt","nodeAfter","substr","getFirstMarker","addMarker","creator","data","getAllAdjacentSuggestions","removeAttribute","isExternal","3715728GlLiiM","isIntersectingWithRange","delete","toJSON","push","filter","getMarkers","accept","_model","getContainedElement","subType","addRange","getMultiRangeId","9044742XHciPB","commentThread","_onAttributesChange","discard","1791965HmMvxw","getMarkerNames","type","_onDiscard","addMarkerName","3270741pyKFka","1158660lgwbir","add","12NyjTEU","setAttribute","getFirstRange","size","author","isInContent","onAttributesChange","105960eHladJ","map","get","getItems","next","reduce","markers","@external","_markerNames","3591TUOwmL","head","previous","getRanges"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=424]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(821725===-parseInt(n(465))/1+parseInt(n(436))/2+parseInt(n(435))/3*(-parseInt(n(471))/4)+parseInt(n(430))/5*(-parseInt(n(438))/6)+-parseInt(n(426))/7+parseInt(n(494))/8+parseInt(n(454))/9*(parseInt(n(445))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(475)]=!1,this.id=e.id,this[n(432)]=e[n(432)],this[n(504)]=e[n(504)]||null,this[n(442)]=e[n(442)],this[n(489)]=e[n(489)]||e[n(442)],this[n(493)]=Boolean(e[n(476)]&&e[n(476)][n(452)]),this[n(490)]=null,this[n(502)]=t,this[n(482)]=e[n(473)],this[n(433)]=e[n(458)],this[n(428)]=e[n(444)],this[n(453)]=new Set,this[n(484)]=null,this[n(463)](n(468),null),this[n(463)](n(476),e[n(476)]||{}),this[n(463)](n(456),null),this[n(463)](n(449),null),this[n(463)](n(427),null),this[n(463)](n(469),!1),this[n(464)](n(501)),this[n(464)](n(429))}get[jr(455)](){const t=jr;let e=this;for(;e[t(456)];)e=e[t(456)];return e}get[jr(478)](){const t=jr;return!!this[t(427)]&&this[t(427)][t(467)]>0}get[jr(470)](){const t=jr;return 0!=this[t(453)][t(441)]&&6==Array[t(477)](this[t(453)])[0][t(480)](":")[t(467)]}get[jr(443)](){return null!==this[jr(487)]()}[jr(434)](t){const e=jr;this[e(453)][e(437)](t)}[jr(431)](){const t=jr;return Array[t(477)](this[t(453)])}[jr(500)](){const t=jr;return this[t(431)]()[t(446)]((e=>this[t(502)][t(451)][t(447)](e)))[t(499)]((t=>t))}[jr(487)](){return this[jr(500)]()[0]||null}[jr(483)](){const t=jr;this[t(502)][t(459)]((e=>{const n=t;for(const t of this[n(500)]())e[n(474)](t)})),this[t(453)][t(466)]()}[jr(474)](t){const e=jr;this[e(502)][e(459)]((n=>{n[e(474)](t)})),this[e(453)][e(496)](t)}[jr(424)](t){const e=jr,n=e(479)+this[e(432)]+":"+this[e(504)]+":"+this.id+":"+this[e(489)].id+":"+Hr[e(425)]();this[e(434)](n),this[e(502)][e(459)]((r=>{r[e(488)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(495)](t){const e=jr;for(const n of this[e(457)]())if(n[e(462)](t))return!0;return!1}[jr(457)](){const t=jr;return this[t(500)]()[t(446)]((e=>e[t(461)]()))}[jr(448)](){const t=jr;return this[t(457)]()[t(450)](((e,n)=>[...e,...n[t(448)]()]),[])}[jr(440)](){const t=jr;var e;return(null===(e=this[t(487)]())||void 0===e?void 0:e[t(461)]())||null}[jr(503)](){const t=jr,e=this[t(457)]();if(1!=e[t(467)])return null;const n=e[0],r=n[t(460)][t(485)],s=n[t(481)][t(472)];return r instanceof i.Element?r!=s?null:r:null}[jr(501)](){const t=jr;this[t(482)](this[t(457)](),this[t(490)],this[t(476)]),this[t(483)]()}[jr(429)](){const t=jr;this[t(433)](this[t(457)](),this[t(490)],this[t(476)]),this[t(483)]()}[jr(491)](){const t=jr,e=[];let n=this[t(455)];for(;n;)e[t(498)](n),n=n[t(449)];return e}[jr(439)](t,e){const n=jr,r=Qn(this[n(476)]);hr(r,t,e),wr(r,this[n(476)])||(this[n(476)]=r,this[n(428)](r))}[jr(492)](t){const e=jr,n=Qn(this[e(476)]);Ur(n,t),wr(n,this[e(476)])||(this[e(476)]=n,this[e(428)](this[e(476)]))}[jr(497)](){const t=jr;return{id:this.id,type:this[t(504)]?this[t(432)]+":"+this[t(504)]:this[t(432)],authorId:this[t(489)].id,createdAt:this[t(484)],hasComments:this[t(478)],data:this[t(490)],attributes:this[t(476)]}}static[jr(425)](){const t=jr;return(0,e.uid)()[t(486)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const zr=qr;function Kr(){const t=["insertion","pop","join","label","590qHRSxE","elementEnd","108WFLGNI","subType","579534rqYsCm","get","push","*Remove:* %0","5648gAdhaZ","function","16QQeIWE","401382xTqejy","removeObject","1364ikqhpx","1307110oBHAaA","quantity","removeFormat","element","$textProxy","_customCallbacks","$text","type","_handleRenameSuggestionDescription","_itemLabels","indexOf","data","remove","key","*Change to:* %0","getItemLabel","_resolveDescriptionItems","name","start","matchingCallback","deletion","_locale","addEmptyContainer","getWalker","has","text","getFirstRange","*Set format:* %0","_schema","isObject","EmptyContainer","map","softBreak","ELEMENT_SPACE","_handleInsertRemoveSuggestionDescription","replace","_itemLabelsCallbacks","previousSibling","addContainer","nextSibling","format","normal","addFormat","addObject","_handleCustomCallbackDescription","Container","isEqual","registerDescriptionCallback","skip","newValue","*Remove format:* %0","item","elementStart","246250PcAlSi","removeContainer","_addDescriptionItems","REPLACE_TEXT","isEmpty","add","match","54iPvqNY","end","length","getDescriptions","checkChild","9771751nDcZIt","_attributeLabels","nodeAfter","*Merge:* %0","removeEmptyContainer","isInContent","Object","*Insert:* %0","*Split:* %0","_handleAttributeSuggestionDescription","$1 $2","registerElementLabel","attribute","registerAttributeLabel","set"];return(Kr=function(){return t})()}function qr(t,e){const n=Kr();return(qr=function(t,e){return n[t-=284]})(t,e)}!function(t,e){const n=qr,r=t();for(;;)try{if(208482===parseInt(n(316))/1*(parseInt(n(322))/2)+parseInt(n(325))/3+parseInt(n(327))/4*(parseInt(n(314))/5)+parseInt(n(318))/6+-parseInt(n(328))/7*(-parseInt(n(324))/8)+parseInt(n(290))/9*(parseInt(n(381))/10)+-parseInt(n(295))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Qr{constructor(t,e){const n=qr;this[n(333)]=[],this[n(337)]=new Map,this[n(364)]=[],this[n(296)]=new Map,this[n(356)]=t,this[n(349)]=e}[zr(293)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(292)];o++){const i=t[o];if(!i[e(300)])continue;const a=this[e(372)](i);if(a){if(null!=i[e(317)]){if(r[e(352)](i[e(317)]))continue;r[e(288)](i[e(317)])}n[e(320)](a)}else if(e(307)!=i[e(335)])e(310)!=i[e(335)]&&e(348)!=i[e(335)]||this[e(362)](n,i,t[o+1]);else{const t=i[e(339)][e(341)];if(s[e(352)](t))continue;s[e(288)](i[e(339)][e(341)]),t==Tc?this[e(336)](n,i):this[e(304)](n,i)}}return this[e(344)](n)}[zr(375)](t){const e=zr;this[e(333)][e(320)](t)}[zr(306)](t,n,r=e.priorities[zr(369)]){const s=zr;s(323)==typeof t?(0,e.insertToPriorityArray)(this[s(364)],{matchingCallback:t,label:n,priority:r}):this[s(337)][s(309)](t,n)}[zr(308)](t,e){const n=zr;this[n(296)][n(309)](t,e)}[zr(343)](t,e=1){const n=zr;let r;for(const e of this[n(364)])if(e[n(347)](t)){r=e[n(313)];break}return r||(r=this[n(337)][n(319)](t[n(345)])),r?r(e):1!==e?e+" "+t[n(345)]+"s":""+t[n(345)]}[zr(285)](t,e){const n=zr,r=e[n(354)]()[n(351)](),s=n(310)==e[n(335)]?n(288):n(340);for(const e of r){const o=e[n(379)],i=t[t[n(292)]-1];if(o.is(n(332)))i&&i[n(335)][n(338)](n(373))>-1&&t[n(311)](),i&&n(353)==i[n(335)]?i[s]+=o[n(339)]:t[n(320)]({type:n(353),add:n(288)==s?o[n(339)]:"",remove:n(340)==s?o[n(339)]:""});else if(this[n(356)][n(357)](o)){const a=o;if(i&&i[n(335)][n(338)](n(373))>-1&&t[n(311)](),n(315)==e[n(335)])continue;i&&i[n(335)]==s+n(301)&&i[n(331)][n(345)]==a[n(345)]?i[n(329)]++:t[n(320)]({type:s+n(301),element:a,quantity:1}),r[n(376)]((t=>!(n(315)==t[n(335)]&&t[n(379)]==o)))}else if(this[n(356)][n(294)](o,n(334))||o.is(n(331),n(360))){const r=o;if(n(288)==s&&n(380)==e[n(335)]||n(340)==s&&n(315)==e[n(335)])continue;if(i&&-1==i[n(335)][n(338)](n(373))){n(353)==i[n(335)]&&(i[s]+="\n");continue}let a;if(a=n(288)==s?r[n(367)]&&!this[n(356)][n(357)](r[n(367)])?r[n(367)]:null:r[n(365)]&&!this[n(356)][n(357)](r[n(365)])?r[n(365)]:null,r[n(287)]||a&&a[n(287)]){const e=a&&a[n(287)]?a:r;i&&i[n(335)]==s+n(358)&&i[n(331)][n(345)]==e[n(345)]?i[n(329)]++:t[n(320)]({type:s+n(358),element:e,quantity:1})}else t[n(320)]({type:s+n(373),element:r})}}}[zr(344)](t){const e=zr,n=this[e(349)],r=[],s=[],o=[];for(const i of t)switch(i[e(335)]){case e(353):if(i[e(288)]=i[e(288)][e(363)](/(\S)\u000A+(\S)/g,e(305))[e(363)](/\u000A/g,""),i[e(340)]=i[e(340)][e(363)](/(\S)\u000A+(\S)/g,e(305))[e(363)](/\u000A/g,""),""!=i[e(288)]&&""!=i[e(340)]){r[e(320)]({type:e(363),content:Wr(n,e(286),['"'+i[e(340)]+'"','"'+i[e(288)]+'"'])});continue}if(null!=i[e(288)][e(289)](/^ +$/)){r[e(320)]({type:e(310),content:Wr(n,e(302),Wr(n,e(361),i[e(288)][e(292)]))});continue}if(null!=i[e(340)][e(289)](/^ +$/)){r[e(320)]({type:e(348),content:Wr(n,e(321),Wr(n,e(361),i[e(340)][e(292)]))});continue}if(""!=i[e(288)]){r[e(320)]({type:e(310),content:Wr(n,e(302),'"'+i[e(288)]+'"')});continue}r[e(320)]({type:e(348),content:Wr(n,e(321),'"'+i[e(340)]+'"')});continue;case e(350):case e(371):r[e(320)]({type:e(310),content:Wr(n,e(302),this[e(343)](i[e(331)],i[e(329)]))});continue;case e(299):case e(326):r[e(320)]({type:e(348),content:Wr(n,e(321),this[e(343)](i[e(331)],i[e(329)]))});continue;case e(366):r[e(320)]({type:e(310),content:Wr(n,e(303),this[e(343)](i[e(331)],i[e(329)]))});continue;case e(284):r[e(320)]({type:e(348),content:Wr(n,e(298),this[e(343)](i[e(331)],i[e(329)]))});continue;case e(370):s[e(320)](i[e(341)]);continue;case e(330):o[e(320)](i[e(341)]);continue;default:r[e(320)](i)}if(s[e(292)]){const t=s[e(359)]((t=>this[e(296)][e(352)](t)?this[e(296)][e(319)](t):t))[e(312)](", ");r[e(320)]({type:e(368),content:Wr(this[e(349)],e(355),t)})}if(o[e(292)]){const t=o[e(359)]((t=>this[e(296)][e(352)](t)?this[e(296)][e(319)](t):t))[e(312)](", ");r[e(320)]({type:e(368),content:Wr(this[e(349)],e(378),t)})}return r}[zr(372)](t){const e=zr;for(const n of this[e(333)]){const r=n(t);if(r&&e(335)in r)return r}}[zr(304)](t,e){const n=zr,r=e[n(339)],s=void 0===r[n(377)]?n(330):n(370);t[n(320)]({type:s,key:r[n(341)]})}[zr(336)](t,e){const n=zr;t[n(320)]({type:n(368),content:Wr(this[n(349)],n(342),this[n(343)](e[n(354)]()[n(346)][n(297)],1))})}[zr(362)](t,e,n){const r=zr;if(this[r(285)](t,e),n&&n[r(354)]()&&!e[r(354)]()[r(291)][r(374)](n[r(354)]()[r(346)])){const n=t[t[r(292)]-1],s=r(310)==e[r(335)]?r(288):r(340);n&&r(353)==n[r(335)]&&(n[s]+="\n")}}}const Zr=Yr;function Xr(){const t=["commands","editor","plugins","enableCommand","2722390ButHaf","1854pwmWdR","443822cicIvT","get","21928xDquwa","17770lOPMEF","239780wYleKX","2022GLcltg","1841dCaOMG","showAIAssistant","925sJAASL","3wSrUsh","afterInit","522943AlgzSX","TrackChangesEditing","96qBheTu"];return(Xr=function(){return t})()}function Yr(t,e){const n=Xr();return(Yr=function(t,e){return n[t-=187]})(t,e)}!function(t,e){const n=Yr,r=t();for(;;)try{if(594343===-parseInt(n(204))/1+-parseInt(n(193))/2*(-parseInt(n(202))/3)+-parseInt(n(197))/4+-parseInt(n(201))/5*(-parseInt(n(198))/6)+parseInt(n(199))/7*(-parseInt(n(195))/8)+parseInt(n(192))/9*(-parseInt(n(196))/10)+parseInt(n(191))/11*(parseInt(n(206))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class Jr extends t.Plugin{[Zr(203)](){const t=Zr,e=this[t(188)],n=e[t(189)][t(194)](t(205));e[t(187)][t(194)](t(200))&&n[t(190)](t(200))}}const $r=es;function ts(){const t=["has","format","FORMAT_JUSTIFY_TEXT","enableDefaultAttributesIntegration","*Format:* %0","FORMAT_ALIGN_TO_RIGHT","72kklCDP","FORMAT_ALIGN_TO_LEFT","commandParams","FORMAT_ALIGN_TO_CENTER","7746VSgDwz","right","TrackChangesEditing","_registerLegacyDescription","FORMAT_ALIGNMENT","get","207kKSlqF","8089917UvmZsV","registerDescriptionCallback","formatBlock","2775780VuYZLt","afterInit","editor","plugins","commandName","1879352OTtOtK","4MIaXax","registerAttributeLabel","left","center","type","6056wMnQzB","235Jodfyq","132981qyGskM","locale","registerBlockAttribute","6730JOfnvi","justify","alignment","value","descriptionFactory","AlignmentEditing"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=255]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(210191===parseInt(n(283))/1*(parseInt(n(276))/2)+parseInt(n(266))/3*(-parseInt(n(281))/4)+-parseInt(n(282))/5*(parseInt(n(260))/6)+-parseInt(n(270))/7+-parseInt(n(275))/8+-parseInt(n(256))/9*(-parseInt(n(286))/10)+parseInt(n(267))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(271)](){const t=$r,e=this[t(272)],n=e[t(284)];if(!e[t(273)][t(292)](t(291)))return;const r=e[t(273)][t(265)](t(262));r[t(295)](t(288)),r[t(285)](t(288)),r[t(290)][t(277)](t(288),Wr(n,t(264))),this[t(263)]()}[$r(263)](){const t=$r,e=this[t(272)],n=e[t(284)];e[t(273)][t(265)](t(262))[t(290)][t(268)]((e=>{const r=t;if(r(269)!=e[r(280)])return;const{data:s}=e;if(s&&r(288)==s[r(274)]){const t=s[r(258)][0][r(289)];return{type:r(293),content:Wr(n,r(296),function(t){const e=r;switch(t){case e(278):return Wr(n,e(257));case e(261):return Wr(n,e(255));case e(279):return Wr(n,e(259));case e(287):return Wr(n,e(294))}}(t))}}}))}}function rs(){const t=["get","strikethrough","editor","forceValue","BoldEditing","ItalicEditing","FORMAT_SUBSCRIPT","889172ifQtvD","enableDefaultAttributesIntegration","commandParams","locale","FORMAT_SUPERSCRIPT","570595jZvukz","1363023enOEhi","UnderlineEditing","superscript","SuperscriptEditing","FORMAT_ITALIC","code","afterInit","has","registerAttributeLabel","1670296QJbYyy","_registerLegacyDescription","FORMAT_CODE","registerInlineAttribute","FORMAT_","bold","*Format:* %0","165275WthOsP","288ZbjoxO","descriptionFactory","toUpperCase","StrikethroughEditing","SubscriptEditing","CodeEditing","formatInline","type","italic","1916nUKvSO","7Pyrdbb","toLowerCase","FORMAT_STRIKETHROUGH","plugins","FORMAT_UNDERLINE","FORMAT_BOLD","slice","TrackChangesEditing","1325352mUsTId","commandName","underline","format","registerDescriptionCallback","subscript","*Remove format:* %0"];return(rs=function(){return t})()}function ss(t,e){const n=rs();return(ss=function(t,e){return n[t-=410]})(t,e)}const os=ss;!function(t,e){const n=ss,r=t();for(;;)try{if(131487===parseInt(n(414))/1+parseInt(n(424))/2*(-parseInt(n(415))/3)+parseInt(n(447))/4+parseInt(n(452))/5+-parseInt(n(433))/6+-parseInt(n(425))/7*(parseInt(n(462))/8)+parseInt(n(453))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(rs);const is=[os(444),os(445),os(454),os(420),os(418),os(419),os(456)];class as extends t.Plugin{[os(459)](){const t=os,e=this[t(442)],n=e[t(428)][t(440)](t(432)),r=e[t(450)];for(const s of is){if(!e[t(428)][t(460)](s))continue;const o=s[t(431)](0,-7)[t(426)](),i=t(411)+o[t(417)]();n[t(448)](o),n[t(410)](o),n[t(416)][t(461)](o,Wr(r,i))}this[t(463)]()}[os(463)](){const t=os,e=this[t(442)],n=e[t(450)],r=e[t(428)][t(440)](t(432));function s(e,s){const o=t;r[o(416)][o(437)]((t=>{const r=o;if(r(421)!=t[r(422)])return;const{data:i}=t;return i&&i[r(434)]===e?i[r(449)][0][r(443)]?{type:r(436),content:Wr(n,r(413),s)}:{type:r(436),content:Wr(n,r(439),s)}:void 0}))}s(t(412),Wr(n,t(430))),s(t(423),Wr(n,t(457))),s(t(435),Wr(n,t(429))),s(t(458),Wr(n,t(464))),s(t(441),Wr(n,t(427))),s(t(438),Wr(n,t(446))),s(t(455),Wr(n,t(451)))}}const cs=ls;function us(){const t=["640abcHsf","checkChild","blockQuote","$root","413449sDbFOx","plugins","4081819OuDqty","11768AQLVae","3126776DHjLvD","format","get","document","commandParams","parent","2178867zEtfnQ","forceValue","schema","change","getSelectedBlocks","9CLgnbA","ELEMENT_BLOCK_QUOTE","markBlockFormat","model","*Remove format:* %0","name","selection","2MGRjLM","has","TrackChangesEditing","commandName","editor","descriptionFactory","enableCommand","commands","value","*Set format:* %0","afterInit","352542Zwxqqf","from","BlockQuoteEditing","1849570QShjbk","locale","registerDescriptionCallback","filter"];return(us=function(){return t})()}function ls(t,e){const n=us();return(ls=function(t,e){return n[t-=189]})(t,e)}!function(t,e){const n=ls,r=t();for(;;)try{if(370946===-parseInt(n(220))/1*(parseInt(n(198))/2)+parseInt(n(230))/3+-parseInt(n(223))/4*(-parseInt(n(216))/5)+parseInt(n(209))/6+-parseInt(n(222))/7+parseInt(n(224))/8+-parseInt(n(191))/9*(parseInt(n(212))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class fs extends t.Plugin{[cs(208)](){const t=cs,e=this[t(202)],n=e[t(213)];if(!e[t(221)][t(199)](t(211)))return;const r=e[t(221)][t(226)](t(200)),s=this[t(202)][t(205)][t(226)](t(218));r[t(204)](t(218),((n,o={})=>{const i=t,a=this[i(202)][i(194)][i(227)][i(197)],c=o&&void 0!==o[i(231)]?o[i(231)]:!s[i(206)];let u=[];if(c){const t=Array[i(210)](a[i(190)]())[i(215)]((t=>hs(t)||function(t,e){const n=i,r=e[n(217)](t[n(229)],n(218)),s=e[n(217)]([n(219),n(218)],t);return r&&s}(t,this[i(202)][i(194)][i(232)])));u=A(t,e[i(194)])}else{const t=Array[i(210)](a[i(190)]())[i(215)]((t=>hs(t)));u=A(t,e[i(194)])}e[i(194)][i(189)]((()=>{const t=i;for(const e of u)r[t(193)](e,{commandName:t(218),commandParams:[{forceValue:c}]})}))})),r[t(203)][t(214)]((e=>{const r=t,{data:s}=e;if(s&&r(218)==s[r(201)]){const t=Wr(n,r(192));return s[r(228)][0][r(231)]?{type:r(225),content:Wr(n,r(207),t)}:{type:r(225),content:Wr(n,r(195),t)}}}))}}function hs(t){const e=cs;return e(218)==t[e(229)][e(196)]}function gs(t,e){const n=ps();return(gs=function(t,e){return n[t-=413]})(t,e)}const ds=gs;function ps(){const t=["10970028XxoFgQ","806157gmQtVU","has","78745gadGUm","11mHwIJH","45iHQRYL","editor","enableCommand","CaseChange","plugins","917NcZtQJ","16DIwHuY","changeCaseLower","36blwePg","TrackChangesEditing","changeCaseTitle","4002anpsUE","afterInit","get","6936280ZgligS","124730DfpWKl","changeCaseUpper","3483873yMIXxc"];return(ps=function(){return t})()}!function(t,e){const n=gs,r=t();for(;;)try{if(478699===parseInt(n(425))/1+parseInt(n(421))/2*(-parseInt(n(429))/3)+parseInt(n(414))/4*(parseInt(n(427))/5)+parseInt(n(417))/6*(-parseInt(n(434))/7)+-parseInt(n(435))/8*(-parseInt(n(423))/9)+parseInt(n(420))/10+-parseInt(n(428))/11*(parseInt(n(424))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[ds(418)](){const t=ds,e=this[t(430)];e[t(433)][t(426)](t(432))&&(e[t(433)][t(419)](t(415))[t(431)](t(422)),e[t(433)][t(419)](t(415))[t(431)](t(413)),e[t(433)][t(419)](t(415))[t(431)](t(416)))}}function Is(){const t=["20BkpJup","95923lVLYNU","ckbox","8GPNywb","112rFqQQg","plugins","216402MHcDEi","9387279DdFkkT","2323707QEPVhW","8364208nUrcsw","get","9HqlifG","10326680HbQmNv","commands","afterInit","enableCommand","editor","1397635HQNJyz","TrackChangesEditing"];return(Is=function(){return t})()}const Es=bs;function bs(t,e){const n=Is();return(bs=function(t,e){return n[t-=359]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(887107===parseInt(n(373))/1*(-parseInt(n(375))/2)+-parseInt(n(361))/3+-parseInt(n(372))/4*(-parseInt(n(370))/5)+parseInt(n(359))/6*(-parseInt(n(376))/7)+parseInt(n(362))/8*(parseInt(n(364))/9)+parseInt(n(365))/10+-parseInt(n(360))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Is);class Ts extends t.Plugin{[Es(367)](){const t=Es,e=this[t(369)];e[t(366)][t(363)](t(374))&&e[t(377)][t(363)](t(371))[t(368)](t(374))}}const _s=As;!function(t,e){const n=As,r=t();for(;;)try{if(685032===parseInt(n(221))/1*(parseInt(n(261))/2)+parseInt(n(213))/3*(parseInt(n(244))/4)+parseInt(n(218))/5*(parseInt(n(231))/6)+parseInt(n(216))/7+-parseInt(n(234))/8*(parseInt(n(255))/9)+parseInt(n(229))/10*(-parseInt(n(248))/11)+-parseInt(n(225))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Cs);class ys extends t.Plugin{[_s(258)](){const t=_s,e=this[t(223)];if(!e[t(252)][t(251)](t(219)))return;const n=e[t(252)][t(204)](t(212)),r=e[t(237)],s=e[t(209)][t(204)](t(203))[t(208)],o=e[t(249)][t(204)](t(203));n[t(246)](t(226)),n[t(246)](t(242)),n[t(246)](t(203),((r,i={})=>{const a=t,c=e[a(236)],u=e[a(236)][a(224)][a(257)],l=i&&void 0!==i[a(250)]?i[a(250)]:!o[a(205)];let f;i[a(233)]||(i[a(233)]=s[0][a(233)]),f=l?Array[a(235)](u[a(254)]())[a(210)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(228))&&!e[n(230)](t)&&e[n(245)](t[n(260)],n(203))}(t,c[a(239)]))):Array[a(235)](u[a(254)]())[a(210)]((t=>ks(t)));const h=A(f,c);c[a(243)]((()=>{const t=a;for(const e of h)n[t(214)](e,{commandName:t(203),commandParams:[{...i,forceValue:l}],formatGroupId:t(253)})}))})),n[t(238)][t(232)](t(203),(e=>Wr(r,t(227),e))),n[t(238)][t(256)]((e=>{const n=t;if(n(211)!=e[n(259)])return;const o=r.t,{data:i}=e;if(!i||n(203)!=i[n(207)])return;const a=i[n(222)][0][n(233)],c=o(s[n(215)]((t=>t[n(233)]===a))[n(240)])[n(220)]();return i[n(222)][0][n(250)]?{type:n(206),content:Wr(r,n(217),Wr(r,n(227),1)+" ("+c+")")}:{type:n(206),content:Wr(r,n(241),Wr(r,n(227),1))}}))}}function As(t,e){const n=Cs();return(As=function(t,e){return n[t-=203]})(t,e)}function ks(t){const e=_s;return e(203)==t[e(247)]}function Cs(){const t=["5352CjUvFd","codeBlock","get","value","format","commandName","languages","config","filter","formatBlock","TrackChangesEditing","17199uNfZGg","markBlockFormat","find","7299579TeSSwb","*Set format:* %0","5HiCkfq","CodeBlock","toLowerCase","211VHhKdx","commandParams","editor","document","7656660FCAgeZ","indentCodeBlock","ELEMENT_CODE_BLOCK","rootElement","156710ntxDdO","isLimit","1704306nvqrNr","registerElementLabel","language","7947080HEdzEu","from","model","locale","descriptionFactory","schema","label","*Remove format:* %0","outdentCodeBlock","change","548ingGIY","checkChild","enableCommand","name","253GtsZzG","commands","forceValue","has","plugins","blockName","getSelectedBlocks","9dwyvsq","registerDescriptionCallback","selection","afterInit","type","parent"];return(Cs=function(){return t})()}const Ls=Ns;function Ns(t,e){const n=Ss();return(Ns=function(t,e){return n[t-=402]})(t,e)}function Ss(){const t=["4658668aLEqTm","3844016wrrukt","plugins","16pqwuMr","addCommentThread","482616vSInEV","afterInit","enableCommand","30YvLNgX","TrackChangesEditing","has","2471580jWKbHP","476394fDVuJM","6gIFgsv","4706469ruoonO","CommentsEditing","get","27794940IzRKNi","editor"];return(Ss=function(){return t})()}!function(t,e){const n=Ns,r=t();for(;;)try{if(781794===parseInt(n(406))/1*(-parseInt(n(414))/2)+-parseInt(n(412))/3+-parseInt(n(402))/4+-parseInt(n(409))/5*(parseInt(n(413))/6)+parseInt(n(420))/7+-parseInt(n(404))/8*(-parseInt(n(415))/9)+parseInt(n(418))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ss);class Rs extends t.Plugin{[Ls(407)](){const t=Ls,e=this[t(419)];e[t(403)][t(411)](t(416))&&e[t(403)][t(417)](t(410))[t(408)](t(405))}}var vs=n(834);function Ms(t,e){const n=Os();return(Ms=function(t,e){return n[t-=471]})(t,e)}function Os(){const t=["getItems","schema","model","12hCSlsp","activeMarkers","markerRange","consumable","get","120gtZYEO","addHighlight","markerName","name","plugins","isBlock","type","test","parent","createUIElement","nextSibling","addClass","start","insert","previousPosition","toViewPosition","bindElementToMarker","span","hasAttribute","10945zQdoZB","includes","2670kqCfli","ck-suggestion-marker-","getWalker","1625651FIravK","isContent","ck-suggestion-marker--active","14310molbHR","push","2526274hiUtYJ","TrackChangesEditing","createRangeOn","item","mapper","918132WbWyXt","getCustomProperty","1060dqDQrb","806715ePkoiz","2739730MDBDDU","isLimit","elementEnd","toViewElement","isAtEnd","writer"];return(Os=function(){return t})()}function ws(t,e,n){const r=Ms,s=[];for(const o of e[r(490)]())o[r(516)](t)&&s[r(474)](n[r(477)](o));return s}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(502)][r(497)](r(476));return(o,i,a)=>{const c=r;if(!a[c(496)][c(505)](i[c(495)],o[c(501)]))return;const u=i[c(495)][c(521)](),l=i[c(495)][c(510)],f=t[c(492)][c(491)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(478)];d=d||f[c(471)](e);const n=a[c(479)][c(487)](e);if(n&&n[c(481)](c(499)))return;c(486)==t[c(504)]&&f[c(503)](e)&&!f[c(485)](e)&&(e[c(508)]||l[c(488)]?h&&h[c(506)]==e||(h=e,m(t[c(512)]),p=!0):g=g||t[c(512)])}function m(t){const r=c,o=a[r(489)][r(507)](r(515),{class:r(520)+e}),u=a[r(479)][r(513)](t);n&&s[r(494)][r(518)](i[r(500)])&&a[r(489)][r(509)](r(472),o),a[r(489)][r(511)](u,o),a[r(479)][r(514)](o,i[r(500)])}d||p||!g||m(g)}}function Ds(t,e){const n=Bs();return(Ds=function(t,e){return n[t-=354]})(t,e)}!function(t,e){const n=Ms,r=t();for(;;)try{if(902885===parseInt(n(522))/1+parseInt(n(475))/2+parseInt(n(493))/3*(parseInt(n(480))/4)+-parseInt(n(519))/5*(parseInt(n(473))/6)+-parseInt(n(484))/7+parseInt(n(498))/8*(-parseInt(n(483))/9)+-parseInt(n(482))/10*(-parseInt(n(517))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Os);const Ps=Ds;function Bs(){const t=["setSelection","remove","start","downcastDispatcher","plugins","model","getFirstRange","uiElement","addMarker:suggestion:deletion","241619OfRbnE","lock","unit","createRange","init","root","delete","markerNameToElements","3aAMFgO","735155hwiUlh","2674926RQdOEa","1270479DWOZmN","commands","high","detach","markerName","options","29254874hkHmEW","createSelection","editor","2813402hIivHL","$graveyard","editing","fromRange","bind","unlock","TrackChangesEditing","modifySelection","120FvTFcs","document","rootName","end","4286704EnMWnO","selection","20aLqwbo","buffer","unbindElementFromMarkerName","enqueueChange","requires","enableCommand","isCollapsed","merge","get","data","showSuggestionHighlights","12VlmJaB","removeMarker:suggestion:deletion","forward","deleteForward","mapper","writer","batch"];return(Bs=function(){return t})()}!function(t,e){const n=Ds,r=t();for(;;)try{if(871933===parseInt(n(363))/1+parseInt(n(372))/2*(parseInt(n(360))/3)+parseInt(n(384))/4+-parseInt(n(361))/5*(parseInt(n(397))/6)+-parseInt(n(413))/7*(parseInt(n(380))/8)+parseInt(n(362))/9*(parseInt(n(386))/10)+-parseInt(n(369))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class xs extends t.Plugin{static get[Ps(390)](){return[vs.Delete]}[Ps(356)](){const t=Ps,e=this[t(371)],n=e[t(408)][t(394)](t(378));n[t(391)](t(358));const r=e[t(364)][t(394)](t(400));n[t(391)](t(400),((n,s={})=>{const o=t,a=e[o(409)][o(370)](e[o(409)][o(381)][o(385)]);a[o(392)]&&e[o(409)][o(379)](a,{direction:o(399),unit:s[o(354)]});const c=a[o(410)](),u=i.LiveRange[o(375)](c);let l;n(s),l=o(373)==u[o(357)][o(382)]?e[o(409)][o(355)](c[o(406)]):e[o(409)][o(355)](u[o(406)],u[o(383)]),u[o(366)](),e[o(409)][o(389)](r[o(387)][o(403)],(t=>{const e=o;r[e(387)][e(414)](),t[e(404)](t[e(355)](l[e(383)])),r[e(387)][e(377)]()}))})),e[t(374)][t(407)].on(t(412),Fs(e,t(393)),{priority:t(365)}),e[t(395)][t(407)].on(t(412),((n,r,s)=>{const o=t;s[o(368)][o(396)]&&Fs(e,o(393),{showActiveMarker:!1})[o(376)](this)(n,r,s)}),{priority:t(365)}),e[t(374)][t(407)].on(t(398),((e,n,r)=>{const s=t,o=r[s(401)][s(359)](n[s(367)]);if(o)for(const t of o)t.is(s(411))&&(r[s(401)][s(388)](t,n[s(367)]),r[s(402)][s(405)](t))}),{priority:t(365)})}}const Us=js;function js(t,e){const n=Gs();return(js=function(t,e){return n[t-=167]})(t,e)}function Gs(){const t=["TrackChangesEditing","editor","commandParams","config","*Merge:* %0","data","createPositionAt","listMarkerStyle","end","registerCustomCallback","afterInit","getFirstMarker","6YFxEfW","push","map","1971012TxLbKq","ELEMENT_","listStart","trackChangesCommand","selection","registerElementLabel","differ","ListEditing","documentList","oldValue","list.multiBlock","batch","_suggestionFactory","from","todoListChecked","*Uncheck item*","parent","registerAttributeLabel","refresh","forceValue","listItemId","execute","meta","bulletedList","isUndo","_findSuggestions","listReversed","numberedList","commands","includes","*Split:* list item","_LIST","31277187BajAPS","deletion","outdentList","get","*Indent:* %0","previousSibling","3922736ZJLpit","key","groupId","ELEMENT_NUMBERED_LIST","change","ELEMENT_BULLETED_LIST","*Set format:* %0","todoListCheck","*Outdent:* %0","next","customBulletedList","attributeKey","range","schema","getAttribute","*Change to:* %0","accept","noTrackChangesFixer","registerBlockAttribute","getRanges","detach","assureChains","commandName","nodeAfter","listItemIdFixer","getFirstRange","indentList","764Oqtbpt","suggestion","newValue","document","2769004fCqQbb","every","numbered","value","FORMAT_INDENT","type","1310587PZRjFW","todoList","*Format:* insert into %0","locale","enableDefaultAttributesIntegration","toUpperCase","containsItem","setAttribute","TodoListEditing","filter","default","formatBlock","removeMarker","multipleBlocks","listType","format","createRange","plugins","mergeListItemForward","fromRange","getSuggestions","_registerLegacyDescription","isObject","ELEMENT_LIST_ITEM","listMarker","*Check item*","start","splitListItemBefore","isLocal","1480760OYQxnu","ELEMENT_TODO_LIST","model","setSelection","splitListItemAfter","listStyle","_getAttributeKey","*Format:* remove from %0","head","listIndent","has","registerPostFixer","find","customNumberedList","isNextTo","mergeListItemBackward","attributes","attribute","3966lrDEnw","todo","length","nextSibling","descriptionFactory","getChanges","checkTodoList","registerDescriptionCallback","*Merge:* list item","*Remove format:* %0","bulleted","_supportLegacySuggestions"];return(Gs=function(){return t})()}!function(t,e){const n=js,r=t();for(;;)try{if(725266===-parseInt(n(259))/1+-parseInt(n(184))/2+parseInt(n(306))/3*(-parseInt(n(249))/4)+-parseInt(n(288))/5+-parseInt(n(181))/6*(parseInt(n(253))/7)+parseInt(n(222))/8+parseInt(n(216))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[Us(179)](){const t=Us,e=this[t(170)];if(!e[t(276)][t(298)](t(191)))return;const n=e[t(262)],r=e[t(276)][t(219)](t(169)),s=e[t(276)][t(298)](t(267)),o=!!e[t(172)][t(219)](t(194));function i(e){const r=t;return{type:r(274),content:""+Wr(n,r(228),e)}}function a(e){const r=t;return{type:r(274),content:""+Wr(n,r(315),e)}}r[t(263)](t(211)),r[t(263)](t(207)),r[t(263)](t(301)),r[t(263)](t(232)),r[t(263)](t(248)),r[t(263)](t(218)),r[t(263)](t(292)),r[t(263)](t(286)),r[t(240)](t(204)),r[t(240)](t(273)),r[t(240)](t(297)),o&&(r[t(263)](t(303)),r[t(263)](t(277))),s&&(r[t(263)](t(260)),r[t(263)](t(312)),r[t(240)](t(198)),r[t(310)][t(313)]((e=>{const r=t,{data:s}=e;if(s&&r(198)==s[r(223)])return{type:r(274),content:s[r(251)]?Wr(n,r(284)):Wr(n,r(199))}})),this[t(170)][t(290)][t(252)][t(299)]((e=>{const n=t;if(e[n(195)][n(208)])return!1;let s=!1;const o=r[n(279)]({skipNotAttached:!0})[n(268)]((t=>n(198)===r[n(294)](t)));for(const t of o)n(307)!=t[n(247)]()[n(285)][n(245)][n(236)](n(273))&&(r[n(209)](t[n(247)](),n(305))[n(300)]((t=>n(273)===r[n(294)](t[n(250)])))||(e[n(271)](t[n(180)]()),s=!0));return s}))),r[t(310)][t(201)](t(297),Wr(n,t(257)));const c={type:t(274),content:""};r[t(310)][t(313)]((e=>{const r=t,{data:s}=e;if(!s||r(273)!=s[r(223)])return;let u=e[r(296)];for(;u;){if(u[r(174)]&&((r(293)==u[r(174)][r(223)]||r(176)==u[r(174)][r(223)])&&(u[r(174)][r(251)]&&r(269)!=u[r(174)][r(251)]||r(269)!=u[r(174)][r(193)]&&!s[r(251)])||!o&&u[r(174)][r(223)]==Tc))return c;u=u[r(231)]}if(null==s[r(251)])switch(s[r(193)]){case r(167):return a(Wr(n,r(227)));case r(255):return a(Wr(n,r(225)));case r(307):return a(Wr(n,r(289)))}switch(s[r(251)]){case r(167):return i(Wr(n,r(227)));case r(255):return i(Wr(n,r(225)));case r(307):return i(Wr(n,r(289)))}})),r[t(310)][t(313)]((e=>{const n=t,{data:r}=e;if(r&&n(297)==r[n(223)])return null==r[n(251)]||null==r[n(193)]&&0==r[n(251)]?c:void 0})),r[t(310)][t(313)]((e=>{const r=t;if(r(305)!=e[r(258)])return;const{data:s}=e;if(!s||r(204)!=s[r(223)])return;const o=Hs(e);return r(251)==o?{type:r(274),content:Wr(n,r(314))}:r(193)==o?{type:r(274),content:Wr(n,r(214))}:c})),e[t(290)][t(252)][t(299)]((e=>this[t(246)](e))),e[t(290)][t(252)][t(299)]((e=>this[t(239)](e))),e[t(290)][t(252)][t(299)]((e=>this[t(243)](e))),this[t(168)]()}[Us(246)](t){const e=Us;if(t[e(195)][e(208)]||!t[e(195)][e(287)])return!1;let n=!1;const r=this[e(170)][e(276)][e(219)](e(169))[e(279)]({skipNotAttached:!0})[e(268)]((t=>t[e(174)]&&e(204)==t[e(174)][e(223)]))[e(268)]((t=>t[e(174)][e(251)]&&t[e(174)][e(193)]));for(const s of r)Hs(s)||(t[e(271)](s[e(180)]()),n=!0);return n}[Us(239)](t){const e=Us;if(t[e(195)][e(208)]||!t[e(195)][e(287)])return!1;const n=this[e(170)][e(276)][e(219)](e(169));if(n[e(187)][e(256)])return!1;let r=!1;const s=[e(273),e(204),e(297),e(293),e(186),e(210),e(229),e(283),e(176)],o=this[e(170)][e(290)][e(252)][e(190)][e(311)]()[e(268)]((t=>e(305)==t[e(258)]))[e(268)]((t=>s[e(213)](t[e(233)])));if(0==o[e(308)])return r;for(const i of o){const o=n[e(209)](i[e(234)],e(305))[e(268)]((t=>!t[e(206)][e(302)]))[e(183)]((t=>t[e(250)]))[e(268)]((t=>{const r=e,o=n[r(294)](t);return s[r(213)](o)}));if(o[e(308)]){for(const n of o)t[e(271)](n[e(180)]());r=!0}}return r}[Us(243)](t){const e=Us;if(t[e(195)][e(208)]||!t[e(195)][e(287)])return!1;const n=this[e(170)][e(276)][e(219)](e(169));let r=!1;const s=[e(273),e(204),e(297),e(293),e(186),e(210),e(229),e(283),e(176)];for(const t of n[e(279)]({skipNotAttached:!0})){const o=n[e(209)](t[e(247)](),e(305))[e(183)]((t=>t[e(250)]))[e(268)]((t=>t[e(174)]&&s[e(213)](t[e(174)][e(223)])));if(!o[e(308)])continue;const a=o[0][e(296)][e(304)][e(224)];if(!o[e(254)]((t=>t[e(304)][e(224)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(279)]({skipNotAttached:!0})[s(268)]((e=>s(305)==e[s(258)]&&e[s(304)][s(224)]==t)))e[s(266)](s(224),r)}function i(t,n){const r=e;let s=t[r(296)],i=!1;for(;s;)s[r(304)][r(224)]!=n&&(o(s[r(304)][r(224)],n),s[r(266)](r(224),n),i=!0),s=s[r(231)];return i}}[Us(168)](){const t=Us,e=this[t(170)],n=e[t(262)],r=e[t(276)][t(219)](t(169));this[t(280)](),r[t(196)][t(178)](t(270),t(192),t(238),(function(n,r){const s=t,o=[];for(let t of n)t[s(285)][s(245)]===t[s(177)][s(200)]&&(t=e[s(290)][s(275)](e[s(290)][s(175)](t[s(285)][s(245)],0))),o[s(182)](t);e[s(290)][s(226)]((t=>{const n=s,a=e[n(290)][n(252)][n(188)],c=Array[n(197)](a[n(241)]())[n(183)]((t=>i.LiveRange[n(278)](t)));t[n(291)](o),e[n(212)][n(219)](r[n(244)])[n(202)](),r[n(171)][n(182)]({forceDefaultExecution:!0}),e[n(205)](r[n(244)],...r[n(171)]),t[n(291)](c);for(const t of c)t[n(242)]()}))})),r[t(310)][t(189)]((function(n){const r=t,s=!e[r(290)][r(235)][r(281)](n),o=n[r(221)],i=n[r(309)],a=n[r(236)](r(204)),c=!o||o[r(236)](r(204))!==a,u=!i||i[r(236)](r(204))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(282),e)))}[Us(280)](){const t=Us,e=this[t(170)],n=e[t(262)];function r(n){const r=t,s=e[r(212)][r(219)](r(207))[r(256)],o=e[r(212)][r(219)](r(211))[r(256)];return r(211)===n?s:o}e[t(276)][t(219)](t(169))[t(310)][t(313)]((function(s){const o=t;if(o(270)!=s[o(258)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(244)]){case o(207):u=i[o(171)][0][o(203)],l=r(i[o(244)]),a=o(u?261:295),!l&&e[o(172)][o(219)](o(194))||(a=o(237)),c={type:o(274),content:Wr(n,a,Wr(n,o(227)))};break;case o(211):u=i[o(171)][0][o(203)],l=r(i[o(244)]),a=o(u?261:295),!l&&e[o(172)][o(219)](o(194))||(a=o(237)),c={type:o(274),content:Wr(n,a,Wr(n,o(225)))};break;case o(248):a=o(220),c={type:o(274),content:Wr(n,a,Wr(n,o(282)))};break;case o(218):a=function(t){const e=o,n=t[e(247)]();let r=n[e(285)][e(245)];for(;r&&n[e(265)](r);){if(r[e(236)](e(297))>0)return!1;r=r[e(309)]}return!0}(s)?Wr(n,o(295),Wr(n,function(t){const e=o;return e(185)+t[e(247)]()[e(285)][e(245)][e(236)](e(273))[e(264)]()+e(215)}(s))):Wr(n,o(230),Wr(n,o(282))),c={type:o(274),content:a};break;case o(303):case o(277):!1===i[o(272)]&&(a=o(173),c={type:o(217),content:Wr(n,a,Wr(n,o(282)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(247)]()[e(285)][e(245)][e(221)];for(;n;){const r=n[e(236)](e(204));if(!r)return!1;if(r==t[e(174)][e(251)])return e(251);if(r==t[e(174)][e(193)])return e(193);n=n[e(221)]}return!1}const Ws=zs;function zs(t,e){const n=Ks();return(zs=function(t,e){return n[t-=422]})(t,e)}function Ks(){const t=["registerBlockAttribute","enableDefaultAttributesIntegration","editor","start","getFirstRange","get","batch","*Remove format:* %0","*Format:* set order to reversed","_getTranslationKeyForListStyle","circle","2034290zzaxRW","has","registerDescriptionCallback","_getAttributeKey","customNumbered","TrackChangesEditing","afterInit","*Format:* set start index to %0","suggestion","startIndex","lower-latin","*Set format:* %0","default","lower-roman","commandName","isUndo","type","_LIST_DEFAULT","styles","square","plugins","model","1pzUOhT","key","_findSuggestions","next","upper-roman","FORMAT_LIST_START","commandParams","3174240IuMywd","find","1011078OGaqfS","decimal-leading-zero","getFirstMarker","*Change to:* %0","descriptionFactory","listType","list.properties","ELEMENT_","bind","removeMarker","newValue","config","ListPropertiesEditing","listStyle","numbered","registerPostFixer","toUpperCase","decimal","FORMAT_LIST_REVERSED","upper-latin","locale","*Format:* set order to regular","nodeAfter","3694761fCFpTI","593190WFzakX","bulleted","_registerLegacyDescription","getAttribute","listReversed","format","7pYYnWL","handleDescriptions","71508QYrFwx","getSuggestions","formatBlock","registerAttributeLabel","document","reversed","oldValue","filter","listStart","23685iYiSYx","data","replace","disc","44VtwgTr","head","_LIST_","includes","attribute"];return(Ks=function(){return t})()}!function(t,e){const n=zs,r=t();for(;;)try{if(236926===parseInt(n(508))/1*(parseInt(n(457))/2)+parseInt(n(449))/3+parseInt(n(470))/4*(parseInt(n(466))/5)+-parseInt(n(425))/6*(-parseInt(n(455))/7)+parseInt(n(423))/8+-parseInt(n(448))/9+-parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class qs extends t.Plugin{[Ws(492)](){const t=Ws;if(!this[t(477)][t(506)][t(487)](t(437)))return;const e=this[t(477)][t(436)][t(480)](t(431)),n=this[t(477)][t(506)][t(480)](t(491));e[t(504)]&&(n[t(476)](t(438)),n[t(475)](t(438))),e[t(462)]&&(n[t(476)](t(453)),n[t(475)](t(453))),e[t(495)]&&(n[t(476)](t(465)),n[t(475)](t(465)));const r={type:t(454),content:""};n[t(429)][t(488)](this[t(456)][t(433)](this));const s=this[t(477)][t(445)];n[t(429)][t(460)](t(453),Wr(s,t(443))),n[t(429)][t(488)]((e=>{const n=t,{data:s}=e;if(s&&n(453)==s[n(509)])return null==s[n(435)]||0==s[n(435)]&&null==s[n(463)]?r:void 0})),n[t(429)][t(460)](t(465),Wr(s,t(513))),n[t(429)][t(488)]((e=>{const n=t,{data:s}=e;if(s&&n(465)==s[n(509)])return null==s[n(435)]||1==s[n(435)]&&null==s[n(463)]?r:void 0})),this[t(477)][t(507)][t(461)][t(440)]((e=>{const r=t;if(e[r(481)][r(501)])return!1;let s=!1;const o=n[r(458)]({skipNotAttached:!0})[r(464)]((t=>{const e=r,s=n[e(489)](t);return e(465)==s||e(453)==s}));for(const t of o){const o=t[r(479)]()[r(478)][r(447)][r(452)](r(430));r(439)!=o&&r(490)!=o&&(n[r(510)](t[r(479)](),r(474))[r(424)]((t=>r(430)==n[r(489)](t[r(494)])))||(e[r(434)](t[r(427)]()),s=!0))}return s})),this[t(451)]()}[Ws(456)](t){const e=Ws,n=this[e(477)][e(445)],{data:r}=t,s={type:e(454),content:""};if(!r||e(438)!=r[e(509)])return;if(!r[e(463)])return e(498)==r[e(435)]?s:{type:e(454),content:""+Wr(n,e(497),Wr(n,this[e(484)](r[e(435)])))};if(!r[e(435)]){if(e(498)==r[e(463)])return s;let o=t[e(471)];for(;o;){if(o[e(467)]&&e(430)==o[e(467)][e(509)]&&o[e(467)][e(435)])return s;o=o[e(511)]}return{type:e(454),content:""+Wr(n,e(482),Wr(n,this[e(484)](r[e(463)])))}}if(e(498)!=r[e(435)])return{type:e(454),content:""+Wr(n,e(497),Wr(n,this[e(484)](r[e(435)])))};let o=t[e(471)];for(;o;){if(o[e(467)]&&e(430)==o[e(467)][e(509)]&&o[e(467)][e(435)]&&o[e(467)][e(463)])return s;o=o[e(511)]}const i=t[e(479)]()[e(478)][e(447)][e(452)](e(430));return{type:e(454),content:Wr(n,e(497),Wr(n,e(432)+i[e(441)]()+e(503)))}}[Ws(451)](){const t=Ws,e=this[t(477)],n=e[t(445)];e[t(506)][t(480)](t(491))[t(429)][t(488)]((e=>{const r=t;if(r(459)!=e[r(502)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(500)]){case r(438):o=r(428),i={type:r(454),content:Wr(n,o,Wr(n,this[r(484)](s[r(422)][0][r(502)])))};break;case r(453):o=s[r(422)][0][r(462)]?r(483):r(446),i={type:r(454),content:Wr(n,o)};break;case r(465):o=r(493),i={type:r(454),content:Wr(n,o,s[r(422)][0][r(495)])}}return i}))}[Ws(484)](t){const e=Ws;return e(432)+function(t){const n=e;return Qs[n(473)](t)?n(450):Zs[n(473)](t)?n(439):null}(t)[e(441)]()+e(472)+t[e(441)]()[e(468)](/-/g,"_")}}const Qs=[Ws(469),Ws(485),Ws(505)],Zs=[Ws(442),Ws(426),Ws(499),Ws(512),Ws(496),Ws(444)];var Xs=n(507);const Ys=Js;function Js(t,e){const n=$s();return(Js=function(t,e){return n[t-=146]})(t,e)}function $s(){const t=["setSelection","removeMarker:suggestion:insertion","425994hkFBpG","init","108YbuLBS","get","103924NgjYWk","getFirstRange","editing","requires","mapper","createPositionAt","fromRange","document","unbindElementFromMarkerName","downcastDispatcher","createRange","end","nextSibling","high","17571QpLgfr","enter","hasClass","markerNameToElements","options","markInsertion","addMarker:suggestion:insertion","parent","getFirstPosition","change","27203WhbWpU","bind","afterExecute","7eHdoKC","enterBlock","1356FCHHZk","data","1776950cCVdcS","commands","plugins","showSuggestionHighlights","4hBETvm","markerName","detach","2088tlJvZJ","selection","writer","remove","24dfqNsu","ck-suggestion-marker-split","361885ktmyms","TrackChangesEditing","model","fire","split","editor","enableCommand"];return($s=function(){return t})()}!function(t,e){const n=Js,r=t();for(;;)try{if(135718===parseInt(n(170))/1+-parseInt(n(155))/2*(-parseInt(n(184))/3)+-parseInt(n(148))/4*(parseInt(n(157))/5)+-parseInt(n(166))/6*(parseInt(n(197))/7)+-parseInt(n(151))/8*(-parseInt(n(168))/9)+-parseInt(n(201))/10+parseInt(n(194))/11*(parseInt(n(199))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Ys(173)](){return[Xs.Enter]}[Ys(167)](){const t=Ys,e=this[t(162)],n=e[t(146)][t(169)](t(158)),r=e[t(202)][t(169)](t(185));n[t(163)](t(185),(()=>{const s=t;e[s(159)][s(193)]((t=>{const o=s,a=e[o(159)][o(177)][o(152)],c=a[o(192)](),u=i.LiveRange[o(176)](a[o(171)]());if(r[o(198)](t)){const r=e[o(159)][o(175)](c[o(191)][o(182)],0),s=t[o(180)](c,r);n[o(189)](s)}else t[o(164)](t[o(180)](u[o(181)]));u[o(150)](),r[o(160)](o(196),{writer:t})}))})),e[t(172)][t(179)].on(t(190),Fs(e,t(161)),{priority:t(183)}),e[t(172)][t(179)].on(t(165),((e,n,r)=>{const s=t,o=r[s(174)][s(187)](n[s(149)]);if(o)for(const t of o)t[s(186)](s(156))&&(r[s(174)][s(178)](t,n[s(149)]),r[s(153)][s(154)](t))}),{priority:t(183)}),e[t(200)][t(179)].on(t(190),((n,r,s)=>{const o=t;s[o(188)][o(147)]&&Fs(e,o(161),{showActiveMarker:!1})[o(195)](this)(n,r,s)}),{priority:t(183)})}}function eo(t,e){const n=so();return(eo=function(t,e){return n[t-=127]})(t,e)}const no=eo;!function(t,e){const n=eo,r=t();for(;;)try{if(618780===parseInt(n(128))/1+parseInt(n(153))/2+-parseInt(n(140))/3*(parseInt(n(157))/4)+parseInt(n(165))/5+parseInt(n(144))/6+-parseInt(n(142))/7+-parseInt(n(154))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[no(136)](){const t=no;if(!this[t(159)][t(149)][t(164)](t(152)))return;const e=this[t(159)][t(149)][t(158)](t(141));e[t(166)](t(127),this[t(132)][t(143)](this)),e[t(166)](t(134)),e[t(166)](t(139)),e[t(166)](t(156)),e[t(166)](t(145))}[no(132)](t,e,n={}){const r=no,s=this[r(159)][r(149)][r(158)](r(162));return t((t=>{const o=r;let i=(o(146)==typeof e?s[o(133)](e,n):e)(t);Array[o(150)](i)&&(i={results:i,searchText:o(146)==typeof e?e:""});const a=i[o(151)][o(148)]((e=>!1===this[o(135)](e,t[o(160)])));return{...i,results:a}}),n)}[no(135)](t,e){const n=no,r=this[n(159)][n(163)][n(129)](this[n(159)][n(163)][n(147)](e,t[n(130)]),this[n(159)][n(163)][n(147)](e,t[n(137)]));for(const t of this[n(159)][n(163)][n(131)][n(161)](n(138)))if(null!==r[n(155)](t[n(167)]()))return!0;return!1}}function so(){const t=["plugins","isArray","results","FindAndReplaceEditing","1368684gsUjvc","2799936QDnZAi","getIntersection","replace","300VgQSva","get","editor","item","getMarkersGroup","FindAndReplaceUtils","model","has","3554635fTnZlA","enableCommand","getRange","find","239009KMWkZc","createRange","start","markers","handleFindCommand","findByTextCallback","findNext","_isInDeletionRange","afterInit","end","suggestion:deletion","findPrevious","9642joHeMx","TrackChangesEditing","5874813RteEZc","bind","2488818iWPEQL","replaceAll","string","createPositionAt","filter"];return(so=function(){return t})()}function oo(t,e){const n=ao();return(oo=function(t,e){return n[t-=464]})(t,e)}const io=oo;function ao(){const t=["fontFamily","FontSize","FORMAT_FONT_COLOR","FontBackgroundColorEditing","commandParams","normalizeSizeOptions","*Set font color:* %0","FontFamilyEditing","toLowerCase","*Reset font size*","has","type","fontBackgroundColor.colors","FontColorEditing","91716dKwDmi","FORMAT_FONT_BACKGROUND","fontColor","descriptionFactory","1403397XXJbXm","fontSize.options","registerInlineAttribute","plugins","config","FORMAT_FONT_FAMILY","1726043NsBhXx","label","5zMUMMJ","*Set font size:* %0","*Set font background color:* %0","trim","*Set font family:* %0","FontSizeEditing","*Reset font family*","enableDefaultAttributesIntegration","commandName","locale","8kAXQWX","10261zPTVga","185381lLxzqi","get","16CITgpC","registerAttributeLabel","450306nxjuzK","value","fontColor.colors","model","title","30tVKGxd","afterInit","422420cjinEM","formatInline","format","editor","registerDescriptionCallback","fontBackgroundColor","*Reset font color*","FORMAT_FONT_SIZE","_registerLegacyDescription","find","TrackChangesEditing","*Reset font background color*","fontSize"];return(ao=function(){return t})()}!function(t,e){const n=oo,r=t();for(;;)try{if(130487===parseInt(n(512))/1+parseInt(n(524))/2+-parseInt(n(489))/3*(-parseInt(n(515))/4)+-parseInt(n(501))/5*(-parseInt(n(517))/6)+parseInt(n(513))/7+parseInt(n(511))/8*(parseInt(n(493))/9)+parseInt(n(522))/10*(-parseInt(n(499))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:io(506),commandName:io(474)},{pluginName:io(482),commandName:io(475)},{pluginName:io(488),commandName:io(491)},{pluginName:io(478),commandName:io(467)}];class uo extends t.Plugin{[io(523)](){const t=io,e=this[t(465)][t(510)],n=this[t(465)][t(496)][t(514)](t(472));for(const{pluginName:e,commandName:r}of co)this[t(465)][t(496)][t(485)](e)&&(n[t(508)](r),n[t(495)](r));n[t(492)][t(516)](t(474),Wr(e,t(469))),n[t(492)][t(516)](t(475),Wr(e,t(498))),n[t(492)][t(516)](t(491),Wr(e,t(477))),n[t(492)][t(516)](t(467),Wr(e,t(490))),this[t(470)]()}[io(470)](){const t=io,e=this[t(465)],n=e[t(510)];e[t(496)][t(514)](t(472))[t(492)][t(466)]((e=>{const r=t,o=n.t;if(r(525)!=e[r(486)])return;const{data:i}=e;if(null!=i){if(r(474)==i[r(509)]){const t=i[r(479)][0][r(518)];if(t){const e=o(this[r(465)][r(496)][r(514)](r(476))[r(480)](this[r(465)][r(497)][r(514)](r(494)))[r(471)]((e=>e[r(520)]==t))[r(521)])[r(483)]();return{type:r(464),content:Wr(n,r(502),e)}}return{type:r(464),content:Wr(n,r(484))}}if(r(475)==i[r(509)]){const t=i[r(479)][0][r(518)];return t?{type:r(464),content:Wr(n,r(505),t)}:{type:r(464),content:Wr(n,r(507))}}if(r(491)==i[r(509)]){const t=i[r(479)][0][r(518)];if(t){const e=(0,s.normalizeColorOptions)(this[r(465)][r(497)][r(514)](r(519)))[r(471)]((e=>e[r(520)]==t));let i=t,a="";return e&&(i=e[r(500)],a=o(i)[r(483)]()),{type:r(464),content:Wr(n,r(481),a)[r(504)](),color:{value:t,title:a||i}}}return{type:r(464),content:Wr(n,r(468))}}if(r(467)==i[r(509)]){const t=i[r(479)][0][r(518)];if(t){const e=(0,s.normalizeColorOptions)(this[r(465)][r(497)][r(514)](r(487)))[r(471)]((e=>e[r(520)]==t));let i=t,a="";return e&&(i=e[r(500)],a=o(i)[r(483)]()),{type:r(464),content:Wr(n,r(503),a)[r(504)](),color:{value:t,title:a||i}}}return{type:r(464),content:Wr(n,r(473))}}}}))}}function lo(){const t=["fontBackgroundColor","*Set format to:* %0","FontSize","formatBlock","2001738GFahXF","1126680LkjZRe","entries","enableCommand","normalizeSizeOptions","config","1423008kgTeWu","find","18646731NUlWVn","formatInline","pasteFormat","*Remove all formatting*","editor","commands","2899482GpKOEQ","get","copyFormat","boolean","charAt","slice","type","4592jaSEXo","toUpperCase","fontColor","model","fontSize","enableDefaultAttributesIntegration","744rXnTlq","commandParams","label","plugins","TrackChangesEditing","format","push","_registerLegacyDescription","afterInit","descriptionFactory","commandName","split","title","fontSize.options","locale","4NlVZQc","join","registerDescriptionCallback","toLowerCase","829445Qokeol","length","fontColor.colors"];return(lo=function(){return t})()}const fo=go;!function(t,e){const n=go,r=t();for(;;)try{if(987709===parseInt(n(455))/1+parseInt(n(450))/2+-parseInt(n(463))/3*(-parseInt(n(438))/4)+-parseInt(n(442))/5+parseInt(n(449))/6+parseInt(n(417))/7*(-parseInt(n(423))/8)+-parseInt(n(457))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(lo);class ho extends t.Plugin{[fo(431)](){const t=fo,e=this[t(461)],n=e[t(426)][t(464)](t(427)),r=e[t(462)][t(464)](t(412)),s=e[t(462)][t(464)](t(459));r&&s&&(n[t(422)](t(459)),n[t(452)](t(412)),this[t(430)]())}[fo(430)](){const t=fo,e=this[t(461)],n=e[t(437)];e[t(426)][t(464)](t(427))[t(432)][t(440)]((r=>{const s=t;if(s(448)!=r[s(416)]&&s(458)!=r[s(416)])return;const{data:o}=r;if(o&&s(459)===o[s(433)]){const t=[],r=o[s(424)][0];for(const[n,o]of Object[s(451)](r))t[s(429)](po(e,n,o));return t[s(443)]?{type:s(428),content:Wr(n,s(446),t[s(439)](", "))}:{type:s(428),content:Wr(n,s(460))}}}))}}function go(t,e){const n=lo();return(go=function(t,e){return n[t-=412]})(t,e)}function po(t,e,n){const r=fo,o=t[r(437)].t,i=e[r(434)](/(?=[A-Z])/)[r(439)](" "),a=o(i[r(414)](0)[r(418)]()+i[r(415)](1))[r(441)]();if(r(413)==typeof n)return a;if(r(419)===e||r(445)===e){const e=(0,s.normalizeColorOptions)(t[r(454)][r(464)](r(444)))[r(456)]((t=>t[r(420)]==n));return a+" ("+(e?o(e[r(425)])[r(441)]():n)+")"}if(r(421)===e&&isNaN(parseFloat(n))){const e=t[r(426)][r(464)](r(447))[r(453)](t[r(454)][r(464)](r(436)))[r(456)]((t=>t[r(420)]==n));return a+" ("+(e?o(e[r(435)])[r(441)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=bo();return(Io=function(t,e){return n[t-=403]})(t,e)}!function(t,e){const n=Io,r=t();for(;;)try{if(976871===-parseInt(n(417))/1+parseInt(n(419))/2+-parseInt(n(407))/3+-parseInt(n(440))/4+parseInt(n(415))/5+parseInt(n(413))/6*(-parseInt(n(429))/7)+parseInt(n(439))/8*(parseInt(n(434))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Eo extends t.Plugin{[mo(441)](){const t=mo,e=this[t(433)];if(!e[t(409)][t(437)](t(428)))return;this[t(431)]=e[t(424)][t(423)](t(444));const n=e[t(421)],r=e[t(409)][t(423)](t(414));r[t(427)](t(432));for(const e of this[t(431)])t(435)!=e[t(443)]&&r[t(422)][t(425)](e[t(443)],(n=>{const r=t,i=this[r(438)](e[r(443)]);return null!==i?s(n,i):o(n,e[r(403)])}));function s(e,r){return Wr(n,t(416),[e,r])}function o(e,r){return Wr(n,t(426),[e,r])}this[t(404)]()}[mo(404)](){const t=mo,e=this[t(433)],n=e[t(421)];e[t(409)][t(423)](t(414))[t(422)][t(406)]((e=>{const r=t;if(r(430)!=e[r(405)])return;const{data:s}=e;if(s&&r(432)==s[r(410)]){const e=s[r(412)][0][r(445)],c=this[r(438)](e);if(null!==c)return{type:r(436),content:Wr(n,r(408),(a=c,Wr(n,r(416),[1,a])))};const u=this[r(431)][r(420)]((t=>t[r(443)]===e))[r(403)];return{type:r(436),content:Wr(n,r(408),(o=1,i=u,Wr(n,t(426),[o,i])))}}var o,i,a}))}[mo(438)](t){const e=mo;var n,r;const s=t[e(442)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(431)])||void 0===n?void 0:n[e(420)]((n=>n[e(443)]==t));if(o&&o[e(411)]){const t=o[e(411)],n=(null!==(r=t[e(418)])&&void 0!==r?r:t)[e(442)](/^h(\d+)/);if(n)return n[1]}return null}}function bo(){const t=["commandParams","2076QIhhot","TrackChangesEditing","875625GLsLja","ELEMENT_HEADING","678582qRXXby","name","3463732HaAxyx","find","locale","descriptionFactory","get","config","registerElementLabel","ELEMENT_HEADING_CUSTOM","enableDefaultAttributesIntegration","HeadingEditing","12152eoFYkZ","formatBlock","_headingOptions","heading","editor","11180025miUGTX","paragraph","format","has","_getHeadingLevel","24cVwrzg","7228224jYYQWy","afterInit","match","model","heading.options","value","title","_registerLegacyDescription","type","registerDescriptionCallback","4711503cwpzrh","*Change to:* %0","plugins","commandName","view"];return(bo=function(){return t})()}function To(t,e){const n=Ao();return(To=function(t,e){return n[t-=111]})(t,e)}const _o=To;!function(t,e){const n=To,r=t();for(;;)try{if(569700===parseInt(n(140))/1*(-parseInt(n(115))/2)+-parseInt(n(121))/3+-parseInt(n(145))/4*(-parseInt(n(119))/5)+-parseInt(n(150))/6+-parseInt(n(143))/7+-parseInt(n(136))/8*(parseInt(n(120))/9)+parseInt(n(126))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class yo extends t.Plugin{[_o(135)](){const t=_o,e=this[t(151)];if(!e[t(141)][t(133)](t(111)))return;const n=e[t(141)][t(132)](t(146)),r=e[t(127)];n[t(114)](t(124)),n[t(139)](t(124)),n[t(113)][t(112)](t(124),Wr(r,t(149))),this[t(117)]()}[_o(117)](){const t=_o,e=this[t(151)],n=e[t(127)];e[t(141)][t(132)](t(146))[t(113)][t(122)]((r=>{const s=t;if(s(123)!=r[s(142)])return;const{data:o}=r;if(o&&s(124)==o[s(147)]){const t=n.t,r=o[s(148)][0][s(128)];if(r){const o=e[s(125)][s(132)](s(137))[s(130)]((t=>t[s(131)]==r)),i=t(o[s(116)])[s(129)]();return{type:s(144),content:Wr(n,s(138),i),color:{value:o[s(118)],title:o[s(116)]}}}return{type:s(144),content:Wr(n,s(134),Wr(n,s(149)))}}}))}}function Ao(){const t=["commandName","commandParams","FORMAT_HIGHLIGHT","3513390wLnDsW","editor","HighlightEditing","registerAttributeLabel","descriptionFactory","enableDefaultAttributesIntegration","488660eEYyJg","title","_registerLegacyDescription","color","32145vkBgoW","9BOpekU","1699002OFeSaJ","registerDescriptionCallback","formatInline","highlight","config","26907090TsWItv","locale","value","toLowerCase","find","model","get","has","*Remove highlight*","afterInit","5509960EIQaXC","highlight.options","*Set highlight:* %0","registerInlineAttribute","3FsQmXx","plugins","type","1736952NYvNdW","format","436pqsaWb","TrackChangesEditing"];return(Ao=function(){return t})()}const ko=Co;function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=405]})(t,e)}function Lo(){const t=["addClass","dataDowncast","225923saPwlx","get","registerElementLabel","5448018kzKpyO","296zCZSBk","has","showSuggestionHighlights","insert","enableCommand","for","ELEMENT_HORIZONTAL_LINE","HorizontalLineEditing","2841021OcENjZ","5246230CzzgoD","horizontalLine","10SyYndc","176603sNvtLV","ck-horizontal-line","conversion","createEmptyElement","createContainerElement","createPositionAt","2655544BBNlab","locale","afterInit","plugins","elementToStructure","descriptionFactory","editor","TrackChangesEditing","2ZPIQgF","high","31935312LrfzDz","div"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(727324===-parseInt(n(419))/1*(parseInt(n(413))/2)+parseInt(n(431))/3+parseInt(n(405))/4+parseInt(n(432))/5+parseInt(n(422))/6+parseInt(n(435))/7*(parseInt(n(423))/8)+parseInt(n(415))/9*(-parseInt(n(434))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[ko(407)](){const t=ko,e=this[t(411)];if(!e[t(408)][t(424)](t(430)))return;e[t(408)][t(420)](t(412))[t(427)](t(433));const n=e[t(408)][t(420)](t(412)),r=e[t(406)];n[t(410)][t(421)](t(433),(e=>Wr(r,t(429),e))),e[t(437)][t(428)](t(418))[t(409)]({model:t(433),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(425)])return null;const o=n[s(439)](s(416)),i=n[s(438)]("hr");return n[s(417)](s(436),o),n[s(426)](n[s(440)](o,0),i),o},converterPriority:t(414)})}}const So=Ro;function Ro(t,e){const n=Mo();return(Ro=function(t,e){return n[t-=476]})(t,e)}!function(t,e){const n=Ro,r=t();for(;;)try{if(620610===-parseInt(n(490))/1+parseInt(n(499))/2*(parseInt(n(479))/3)+-parseInt(n(512))/4*(-parseInt(n(481))/5)+-parseInt(n(494))/6*(parseInt(n(483))/7)+-parseInt(n(485))/8+-parseInt(n(513))/9*(-parseInt(n(480))/10)+-parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(514)](){const t=So,e=this[t(508)];if(!e[t(488)][t(507)](t(509)))return;const n=e[t(488)][t(484)](t(486)),r=e[t(498)];n[t(503)][t(476)](t(478),(e=>Wr(r,t(489),e))),n[t(504)](t(493)),n[t(502)](t(491)),n[t(503)][t(510)]((e=>{const n=t;if(n(515)!=e[n(482)])return;const{data:s}=e;if(s&&n(491)==s[n(497)]&&e[n(501)]()[n(477)][n(511)].is(n(487),n(478))){const t=Wr(r,n(489));return{type:n(500),content:Wr(r,n(496),t)}}})),this[t(492)]()}[So(492)](){const t=So,e=this[t(508)],n=e[t(498)];e[t(488)][t(484)](t(486))[t(503)][t(510)]((e=>{const r=t;if(r(505)!=e[r(482)])return;const{data:s}=e;if(s&&r(493)==s[r(506)]){const t=Wr(n,r(489));return{type:r(500),content:Wr(n,r(496),t)}}}))}}function Mo(){const t=["descriptionFactory","enableDefaultAttributesIntegration","formatBlock","commandName","has","editor","HtmlEmbed","registerDescriptionCallback","nodeAfter","947396VFYDuR","595917onmCbA","afterInit","attribute","registerElementLabel","start","rawHtml","117COwRYU","90HDkdlZ","25QZEVjr","type","85421PVoNMr","get","4222600KMNIcF","TrackChangesEditing","element","plugins","ELEMENT_HTML_EMBED","311777hOLWlD","value","_registerLegacyDescription","htmlEmbed","294pTdNjs","6612122jYiYft","*Change %0 content*","key","locale","45082bYlbRP","format","getFirstRange","registerBlockAttribute"];return(Mo=function(){return t})()}const Oo=Fo;function wo(){const t=["getSuggestionCallback","*Remove image text alternative*","imageTextAlternative","31714vnYtmZ","Inline image to block image","editor","createRange","ImageUploadEditing","isBefore","2103050OATGkd","findIndex","isCollapsed","imageTypeBlock","_findSuggestions","filter","formatInline","getFirstRange","imageBlock","ImageEditing","get","imageTypeInline","5KRtVFD","type","imageStylePreApply","key","getNearestSelectionRange","enableCommand","commandParams","change","removeObject","find","resizedWidth","fromPosition","8464638kkAPNa","plugins","140406QwdQpY","alt","addObject","commandName","ELEMENT_INLINE_IMAGE","insertion","format","schema","getContainedElement","registerElementLabel","isBlockImage","descriptionFactory","ELEMENT_IMAGE","forceDefaultExecution","width","imageCaption","ImageTextAlternativeEditing","caption","convertInlineImageToBlock","subType","*Set image text alternative:* %0","nodeBefore","markInsertion","isOwn","isEqual","ImageCaptionEditing","8njzJGA","attribute","toNext","*Set image width:* %0","deletion","ImageResize","_suggestionFactory","start","model","toggleImageCaption","registerAttributeLabel","ImageBlockEditing","accept","document","ELEMENT_CAPTION","end","3899098mfNneD","registerBlockAttribute","*Reset image width*","chain","locale","backward","registerCustomCallback","enableDefaultAttributesIntegration","4155745lZJdHD","FORMAT_IMAGE_SIZE","newValue","createRangeOn","2jXrYDz","insertImage","formatBlock","selection","convertBlockImageToInline","join","_registerLegacyDescription","afterInit","6488280bCphrK","forward","isIntersecting","registerDescriptionCallback","detach","previous","markBlockFormat","length","TrackChangesEditing","68aYmQoN","ImageUtils","ImageInlineEditing","ImageCaptionUtils","discard","toPrevious","resizeImage","markDeletion","imageInline","element","getCaptionFromImageModelElement","uploadImage","getClosestSelectedImageElement","nodeAfter","Block image to inline image","has"];return(wo=function(){return t})()}function Fo(t,e){const n=wo();return(Fo=function(t,e){return n[t-=467]})(t,e)}!function(t,e){const n=Fo,r=t();for(;;)try{if(729269===-parseInt(n(537))/1*(parseInt(n(573))/2)+-parseInt(n(483))/3*(-parseInt(n(554))/4)+-parseInt(n(469))/5*(-parseInt(n(481))/6)+parseInt(n(525))/7*(-parseInt(n(509))/8)+-parseInt(n(545))/9+parseInt(n(579))/10+-parseInt(n(533))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wo);class Do extends t.Plugin{[Oo(544)](){const t=Oo,e=this[t(575)];if(!e[t(482)][t(569)](t(588)))return;const n=e[t(482)][t(467)](t(553)),r=e[t(482)][t(467)](t(555)),s=e[t(529)];n[t(474)](t(538)),n[t(494)][t(492)](t(587),(e=>Wr(s,t(495),e))),n[t(494)][t(492)](t(562),(e=>Wr(s,t(487),e))),n[t(494)][t(492)](t(500),(()=>Wr(s,t(523)))),e[t(482)][t(569)](t(577))&&n[t(474)](t(565)),e[t(482)][t(569)](t(520))&&e[t(482)][t(569)](t(556))&&(n[t(474)](t(468),((s,o)=>{const i=t,a=r[i(566)](e[i(517)][i(522)][i(540)]);e[i(517)][i(476)]((()=>{const t=i;n[t(551)](a,{commandName:t(468),commandParams:[o]},[],t(541))}))})),n[t(474)](t(582),((s,o)=>{const a=t;e[a(517)][a(476)]((t=>{const c=a;let u=r[c(566)](e[c(517)][c(522)][c(540)]),l=t[c(536)](u);const f=i.LivePosition[c(480)](l[c(516)],c(559)),h=i.LivePosition[c(480)](l[c(524)],c(511));n[c(496)]((()=>s(o))),u=r[c(566)](e[c(517)][c(522)][c(540)]),l=t[c(536)](u);const g=t[c(576)](f,h);f[c(549)](),h[c(549)](),n[c(551)](u,{commandName:c(468),commandParams:[o]},[],c(501)),g[c(516)][c(578)](l[c(516)])&&n[c(505)](t[c(576)](g[c(516)],l[c(516)]),c(501)),l[c(524)][c(578)](g[c(524)])&&n[c(505)](t[c(576)](l[c(524)],g[c(524)]),c(501))}))})),n[t(515)][t(531)](t(539),t(501),t(542),(()=>!1)),n[t(515)][t(531)](t(539),t(501),t(521),(()=>!1)),n[t(515)][t(531)](t(539),t(501),t(558),n[t(515)][t(570)](t(539),"",t(521))),n[t(515)][t(531)](t(488),t(501),t(542),(()=>!1)),n[t(515)][t(531)](t(488),t(501),t(558),(([r])=>{const s=t,o=n[s(515)][s(570)](s(488),"",s(558));let i=r[s(516)],a=r[s(524)];const c=e[s(517)][s(490)][s(473)](i,s(530)),u=e[s(517)][s(490)][s(473)](a,s(546));c[s(581)]&&(i=c[s(516)]),u[s(581)]&&(a=u[s(524)]),o([e[s(517)][s(576)](i,a)])})),n[t(515)][t(531)](t(539),t(501),t(528),c),n[t(515)][t(531)](t(488),t(501),t(528),c)),e[t(482)][t(569)](t(508))&&(n[t(474)](t(518),((s,o)=>{const i=t,a=e[i(482)][i(467)](i(557));let c=r[i(566)](e[i(517)][i(522)][i(540)]),u=a[i(564)](c);e[i(517)][i(476)]((()=>{const t=i;if(u)return void n[t(561)](e[t(517)][t(536)](u));const l=r[t(493)](c);s(o),c=r[t(566)](e[t(517)][t(522)][t(540)]),u=a[t(564)](c),n[t(505)](e[t(517)][t(536)](u),l?null:t(498))}))})),n[t(515)][t(531)](t(488),t(498),t(528),c));const o=[{type:t(539),subType:t(471)},{type:t(488),subType:t(498)},{type:t(539),subType:t(501)},{type:t(488),subType:t(501)}];function a(e,s){const i=t,a=o[i(580)]((({type:t,subType:n})=>e[i(470)]==t&&e[i(502)]==n)),c=o[i(580)]((({type:t,subType:e})=>s[i(470)]==t&&s[i(502)]==e));if(a<0||c<0)return!1;const u=e[i(586)](),l=s[i(586)]();if((0==a||1==a)&&2==c&&u[i(547)](l))return!0;if(2==a&&3==c){const t=n[i(583)](u,i(488))[i(584)]((({suggestion:t,meta:e})=>e[i(506)]&&i(501)==t[i(502)]));if(t[i(552)]>1&&l[i(524)][i(507)](u[i(516)]))return!0;if(1==t[i(552)]&&(u[i(516)][i(507)](l[i(524)])||u[i(524)][i(507)](l[i(516)])))return!0}if(3==a&&3==c&&u[i(516)][i(578)](l[i(516)])){const t=u[i(524)][i(567)],e=l[i(516)][i(504)];return r[i(493)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(482)][t(569)](t(514))&&(n[t(532)](t(560)),n[t(526)](t(479)),n[t(494)][t(519)](t(479),Wr(s,t(534)))),e[t(482)][t(569)](t(499))&&(n[t(532)](t(572)),n[t(526)](t(484))),n[t(494)][t(548)]((e=>{const n=t;if(o[n(478)]((({type:t,subType:r})=>e[n(470)]==t&&e[n(502)]==r)))return e[n(550)]?{}:void 0})),n[t(494)][t(548)]((e=>{const n=t;if(n(488)==e[n(470)]||n(513)==e[n(470)]){const t=e[n(491)]();if(t&&t.is(n(563),n(500)))return{type:n(488)==e[n(470)]?n(485):n(477),element:t,quantity:1}}})),n[t(494)][t(548)]((e=>t(539)==e[t(470)]&&t(501)==e[t(502)]?{type:t(489),content:t(574)}:t(539)==e[t(470)]&&t(541)==e[t(502)]?{type:t(489),content:t(568)}:void 0)),n[t(494)][t(548)]((e=>{const n=t;if(n(510)!=e[n(470)])return;const{data:r}=e;if(!r||n(484)!=r[n(472)])return;const o=r[n(535)];return o?{type:n(489),content:Wr(s,n(503),'"'+o+'"')}:{type:n(489),content:Wr(s,n(571))}})),this[t(543)]()}[Oo(543)](){const t=Oo,e=this[t(575)],n=e[t(529)];e[t(482)][t(467)](t(553))[t(494)][t(548)]((e=>{const r=t;if(r(539)!=e[r(470)]&&r(585)!=e[r(470)])return;const{data:s}=e;if(s){if(r(572)==s[r(486)]){const t=s[r(475)][0][r(535)];return t?{type:r(489),content:Wr(n,r(503),'"'+t+'"')}:{type:r(489),content:Wr(n,r(571))}}if(r(560)==s[r(486)]){const t=s[r(475)][0][r(497)];return t?{type:r(489),content:Wr(n,r(512),t)}:{type:r(489),content:Wr(n,r(527))}}}}))}}function Po(t,e){const n=xo();return(Po=function(t,e){return n[t-=476]})(t,e)}const Bo=Po;function xo(){const t=["registerCustomCallback","*Replace image URL*","plugins","format","getSuggestionCallback","805yGqkST","1286061SmZjCQ","60NfRlWO","has","type","get","914rFzBiN","registerDescriptionCallback","descriptionFactory","oldValue","7574435vdJCOH","discard","formatBlock","replaceImageSource","editor","_handleLegacySuggestions","registerBlockAttribute","15270990gMzelY","1821921SQaHuY","afterInit","accept","locale","commandName","formatInline","src","ImageEditing","attribute","_suggestionFactory","12fjgvfL","9124160pexsKR","_registerLegacyDescription","*Format:* replace image URL","TrackChangesEditing","newValue","4exdqPA","9KmqyxO","2554005BcUNQi","key","enableDefaultAttributesIntegration"];return(xo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(875829===parseInt(n(476))/1*(-parseInt(n(482))/2)+-parseInt(n(494))/3*(parseInt(n(510))/4)+-parseInt(n(512))/5*(parseInt(n(504))/6)+-parseInt(n(477))/7+parseInt(n(505))/8+-parseInt(n(511))/9*(parseInt(n(493))/10)+-parseInt(n(486))/11*(-parseInt(n(478))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Bo(495)](){const t=Bo;if(!this[t(490)][t(517)][t(479)](t(501)))return;const e=this[t(490)][t(497)],n=this[t(490)][t(517)][t(481)](t(508));n[t(514)](t(489)),n[t(492)](t(500)),n[t(484)][t(483)]((n=>{const r=t;if(r(502)!=n[r(480)])return;const{data:s}=n;return s&&r(500)==s[r(513)]?s[r(509)]&&s[r(485)]?{type:r(518),content:Wr(e,r(516))}:{type:r(518),content:""}:void 0})),this[t(491)]()}[Bo(491)](){const t=Bo,e=this[t(490)][t(517)][t(481)](t(508));e[t(503)][t(515)](t(488),t(489),t(496),e[t(503)][t(519)](t(488),null,t(487))),e[t(503)][t(515)](t(488),t(489),t(487),e[t(503)][t(519)](t(488),null,t(496))),this[t(506)]()}[Bo(506)](){const t=Bo,e=this[t(490)],n=e[t(497)];e[t(517)][t(481)](t(508))[t(484)][t(483)]((e=>{const r=t;if(r(488)!=e[r(480)]&&r(499)!=e[r(480)])return;const{data:s}=e;return s&&r(489)==s[r(498)]?{type:r(518),content:Wr(n,r(507))}:void 0}))}}const jo=Vo;function Go(){const t=["192JGhpzR","selection","newRange","subType","getSuggestions","accept","normalizedStyles","enableCommand","7168896fGlKHB","514827ljKyve","join","format","isInlineImage","TrackChangesEditing","has","discard","getContainedElement","getClosestSelectedImageElement","3729271FWKdPl","change","commands","toLowerCase","9837856dMsdBt","_suggestionFactory","markInlineFormat","getFirstRange","getSuggestion","descriptionFactory","side","from","imageTypeInline","shouldConvertImageType","model","convertInlineImageToBlock","ImageUtils","length","refresh","162665ZSSdtH","1571283lWmfgB","2501800Vxwcoc","setImageNaturalSizeAttributes","imageStyle","isBefore","insertion","chain","discardSuggestion","_findSuggestions","suggestion","registerCustomCallback","registerPostFixer","_splitMarkerName","_registerLegacyDescription","FORMAT_SIDE_IMAGE","editor","imageTypeBlock","next","formatBlock","start","formatInline","nodeAfter","ImageStyleEditing","isInContent","end","isOwn","document","author","locale","isIntersecting","commandParams","hasSuggestion","getChangedMarkers","type","imageCaption","title","imageStylePostApply","registerDescriptionCallback","forEach","get","isEqual","imageStylePreApply","filter","commandName","plugins","4ReaWPi","findIndex","markBlockFormat","afterInit","head","commandReversedParams","getSuggestionCallback","value","Users","name","nodeBefore","createRangeOn","isBlockImage","differ","*Format:* %0"];return(Go=function(){return t})()}function Vo(t,e){const n=Go();return(Vo=function(t,e){return n[t-=429]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(944459===parseInt(n(469))/1+-parseInt(n(470))/2+parseInt(n(440))/3*(parseInt(n(514))/4)+parseInt(n(468))/5*(-parseInt(n(431))/6)+-parseInt(n(449))/7+parseInt(n(453))/8+parseInt(n(439))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Go);class Ho extends t.Plugin{[jo(517)](){const t=jo,n=this[t(484)];if(!n[t(513)][t(445)](t(491)))return;const r=n[t(513)][t(508)](t(444)),s=n[t(513)][t(508)](t(465)),o={};r[t(438)](t(472),((o,i)=>{const a=t,c=n[a(513)][a(508)](a(522)).me,u=n[a(451)][a(508)](a(472));let l=s[a(448)](n[a(463)][a(495)][a(432)]),f=n[a(463)][a(525)](l),h=u[a(521)];if(h==i[a(521)])return;const g={commandName:a(472),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(463)][a(450)]((()=>{const t=a;if(r[t(435)]()[t(511)]((e=>e[t(492)]&&c==e[t(496)]&&(t(487)==e[t(502)]||t(489)==e[t(502)])&&(t(510)==e[t(434)]||t(505)==e[t(434)])&&e[t(456)]()[t(509)](f)))[t(507)]((e=>r[t(476)](e[t(518)]))),l=s[t(448)](n[t(463)][t(495)][t(432)]),f=n[t(463)][t(525)](l),u[t(467)](),n[t(451)][t(508)](t(461))[t(467)](),n[t(451)][t(508)](t(485))[t(467)](),h=u[t(521)],h!=i[t(521)])return s[t(443)](l)&&u[t(462)](i[t(521)],l)?(o({...i,setImageSizes:!1}),l=s[t(448)](n[t(463)][t(495)][t(432)]),void r[t(516)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(510))):void(s[t(526)](l)?r[t(516)](l,g,[],t(505)):r[t(455)](f,g,t(505)))}))}));for(const e of n[t(513)][t(508)](t(491))[t(437)])o[e[t(523)]]=e[t(504)][t(452)]();r[t(454)][t(479)](t(487),t(510),t(441),(()=>!1)),r[t(454)][t(479)](t(487),t(505),t(441),(()=>!1)),r[t(454)][t(479)](t(489),t(505),t(441),(()=>!1)),r[t(454)][t(479)](t(487),t(510),t(436),(([e])=>{const n=t;s[n(471)](e[n(447)]())})),r[t(454)][t(479)](t(487),t(510),t(446),((e,n)=>{const s=t;r[s(454)][s(520)](s(487),"",s(436))(e,{commandName:n[s(512)],commandParams:n[s(519)]})})),r[t(454)][t(479)](t(487),t(510),t(475),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(487),subType:t(510)},{type:t(474),subType:t(503)},{type:t(487),subType:t(464)},{type:t(474),subType:t(464)}];function a(e,n){const o=t,a=i[o(515)]((({type:t,subType:n})=>e[o(502)]==t&&e[o(434)]==n)),c=i[o(515)]((({type:t,subType:e})=>n[o(502)]==t&&n[o(434)]==e));if(a<0||c<0)return!1;const u=e[o(456)](),l=n[o(456)]();if((0==a||1==a)&&2==c&&u[o(498)](l))return!0;if(2==a&&3==c){const t=r[o(477)](u,o(474))[o(511)]((({suggestion:t,meta:e})=>e[o(494)]&&o(464)==t[o(434)]));if(t[o(466)]>1&&l[o(493)][o(509)](u[o(488)]))return!0;if(1==t[o(466)]&&(u[o(488)][o(509)](l[o(493)])||u[o(493)][o(509)](l[o(488)])))return!0}if(3==a&&3==c&&u[o(488)][o(473)](l[o(488)])){const t=u[o(493)][o(490)],e=l[o(488)][o(524)];return s[o(526)](t)&&t===e}return!1}n[t(463)][t(495)][t(480)]((()=>{const e=t;let o=!1;const i=Array[e(460)](n[e(463)][e(495)][e(429)][e(501)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(481)](t);if(e(478)==i&&r[e(500)](u)){if(e(487)==a&&(e(510)==c||e(505)==c)){const t=r[e(457)](u);if(n[e(433)]){const n=t[e(456)]()[e(447)]();if(s[e(526)](n))continue;r[e(476)](t),o=!0}}if(e(474)==a&&e(503)==c&&!n[e(433)]){const t=r[e(457)](u);t[e(486)]&&t[e(486)][e(492)]&&(r[e(476)](t[e(486)]),o=!0)}}}return o})),this[t(482)](o)}[jo(482)](t){const e=jo,n=this[e(484)],r=n[e(497)];n[e(513)][e(508)](e(444))[e(458)][e(506)]((n=>{const s=e;if(s(487)!=n[s(502)]&&s(489)!=n[s(502)])return;const{data:o}=n;if(!o||s(472)!=o[s(512)])return;const i=o[s(499)][0][s(521)];return function(t){const e=s;return{type:e(442),content:Wr(r,e(430),t)}}(s(459)===i?Wr(r,s(483)):t[i]||i)}))}}function Wo(t,e){const n=qo();return(Wo=function(t,e){return n[t-=482]})(t,e)}const zo=Wo;!function(t,e){const n=Wo,r=t();for(;;)try{if(911716===parseInt(n(501))/1+-parseInt(n(483))/2+-parseInt(n(507))/3+parseInt(n(504))/4+parseInt(n(505))/5+parseInt(n(506))/6*(parseInt(n(486))/7)+-parseInt(n(482))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Ko extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(513)]=!1,this[e(494)]=!1}[zo(508)](){const t=zo,e=this[t(485)],n=e[t(489)][t(500)](t(495)),r=e[t(489)][t(500)](t(509));n&&(n.on(t(497),((e,[,n])=>{const s=t;this[s(513)]=r[s(512)],n[s(491)][s(492)]=!this[s(513)]}),{priority:t(502)}),this[t(498)](n,t(511),this[t(487)][t(490)](this)),this[t(498)](n,t(511),(()=>{const e=t;this[e(494)]&&(r[e(497)](),this[e(494)]=!1)}),{priority:t(510)}),e[t(488)][t(500)](t(499))[t(484)](t(495)))}[zo(487)](t,e){const n=zo,{suggestions:r}=e,s=this[n(485)][n(489)][n(500)](n(509)),o=s[n(512)];this[n(513)]!==o&&(s[n(497)](),this[n(494)]=!0),r&&r[n(493)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(485)][o(488)][o(500)](o(503)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(495)}}};this[o(485)][o(488)][o(500)](o(499))[o(496)](i)}))}}function qo(){const t=["track_changes","forEach","_trackChangesExecuted","importWord","_setSuggestionData","execute","listenTo","TrackChangesEditing","get","763519RIuLpD","high","Users","6177608FAcVWX","7775605crRUNV","6hBFaLq","3939534amxyDI","afterInit","trackChanges","lowest","dataInsert","value","_trackChangesValueDuringImport","7298000jibUtM","1494750kvZkji","enableCommand","editor","150339TOhuYY","_handleImportedData","plugins","commands","bind","collaboration_features"];return(qo=function(){return t})()}const Qo=Zo;function Zo(t,e){const n=Yo();return(Zo=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(848530===-parseInt(n(121))/1*(parseInt(n(125))/2)+-parseInt(n(139))/3*(-parseInt(n(123))/4)+parseInt(n(120))/5+-parseInt(n(112))/6*(parseInt(n(135))/7)+-parseInt(n(124))/8+parseInt(n(132))/9*(parseInt(n(138))/10)+parseInt(n(142))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Xo extends t.Plugin{[Qo(145)](){const t=Qo,e=this[t(131)],n=e[t(130)][t(111)](t(119));if(e[t(130)][t(149)](t(118))&&(n[t(110)](t(134)),n[t(110)](t(126))),e[t(130)][t(149)](t(136)))for(const e of[t(114),t(122)])n[t(116)](e);const r=e[t(113)];n[t(133)](t(143)),n[t(137)][t(141)](t(143),Wr(r,t(117))),this[t(115)]()}[Qo(115)](){const t=Qo,e=this[t(131)],n=e[t(113)],r=e[t(130)][t(111)](t(119));r[t(137)][t(127)]((e=>{const s=t;if(s(148)!=e[s(147)])return;const{data:o}=e;if(!o)return;if(s(114)!=o[s(146)]&&s(122)!=o[s(146)])return;const i=e[s(144)]()[0],a=r[s(137)][s(128)](i);return s(114)==o[s(146)]?{type:s(150),content:Wr(n,s(129),a)}:s(122)==o[s(146)]?{type:s(150),content:Wr(n,s(140),a)}:void 0}))}}function Yo(){const t=["*Indent:* %0","plugins","editor","279uRIHSE","registerBlockAttribute","indent","245slvvPn","IndentBlock","descriptionFactory","91470ohTYgN","39YWnaJM","*Outdent:* %0","registerAttributeLabel","16336925LCUBoO","blockIndent","getItems","afterInit","commandName","type","formatBlock","has","format","enableCommand","get","272280OrvOFZ","locale","indentBlock","_registerLegacyDescription","enableDefaultAttributesIntegration","FORMAT_INDENT","IndentEditing","TrackChangesEditing","2097375KnmLEI","1116567hzXiIJ","outdentBlock","440940SSmnKr","542920tpTqXS","2mhidWI","outdent","registerDescriptionCallback","getItemLabel"];return(Yo=function(){return t})()}function Jo(t,e){var n=ti();return(Jo=function(t,e){return n[t-=143]})(t,e)}var $o=Jo;function ti(){var t=["TrackChangesEditing","plugins","965622yXLHFb","327458oCdTHc","5546037MzJLQq","6210078kjmLnC","input","editor","8aOyHue","1444707BDZpcr","360536gfEMOI","enableCommand","requires","11449190MWmydr","init","get","9lpinNc","65OsFagm","6EfPveJ"];return(ti=function(){return t})()}!function(t,e){for(var n=Jo,r=t();;)try{if(692384===-parseInt(n(149))/1+-parseInt(n(148))/2*(parseInt(n(145))/3)+-parseInt(n(156))/4*(-parseInt(n(144))/5)+parseInt(n(151))/6+-parseInt(n(150))/7*(-parseInt(n(154))/8)+parseInt(n(143))/9*(-parseInt(n(159))/10)+parseInt(n(155))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[$o(158)](){return[vs.Input]}[$o(160)](){var t=$o;this[t(153)][t(147)][t(161)](t(146))[t(157)](t(152))}}const ni=ri;function ri(t,e){const n=oi();return(ri=function(t,e){return n[t-=328]})(t,e)}!function(t,e){const n=ri,r=t();for(;;)try{if(222344===parseInt(n(349))/1+parseInt(n(336))/2+-parseInt(n(366))/3*(parseInt(n(333))/4)+parseInt(n(351))/5*(-parseInt(n(354))/6)+parseInt(n(329))/7+parseInt(n(367))/8*(parseInt(n(331))/9)+parseInt(n(359))/10*(parseInt(n(341))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oi);class si extends t.Plugin{[ni(365)](){const t=ni,e=this[t(352)];if(!e[t(363)][t(343)](t(332)))return;const n=e[t(363)][t(355)](t(362)),r=e[t(350)][t(355)](t(346));n[t(369)](t(346)),n[t(369)](t(347)),n[t(338)](t(361));for(const e of r[t(340)])n[t(338)](e.id),n[t(337)][t(330)](e.id,t(360)+e[t(344)][t(334)]()+")");n[t(337)][t(368)]((n=>{const r=t;if(r(356)!=n[r(345)])return;const{data:s}=n;if(!s||r(361)!=s[r(342)])return;const o=s[r(357)],i=e[r(370)];return{type:r(364),content:null==o?Wr(i,r(348)):Wr(i,r(353),'"'+o+'"')}})),this[t(335)]()}[ni(335)](){const t=ni,e=this[t(352)],n=e[t(370)];e[t(363)][t(355)](t(362))[t(337)][t(368)]((e=>{const r=t;if(r(358)!=e[r(345)])return;const{data:s}=e;if(s){if(r(346)==s[r(328)]){const t=s[r(339)][0];return{type:r(364),content:Wr(n,r(353),'"'+t+'"')}}return r(347)==s[r(328)]?{type:r(364),content:Wr(n,r(348))}:void 0}}))}}function oi(){const t=["*Remove link*","98601aiwrcs","commands","5JpJoWl","editor","*Set link:* %0","2520138oijUWy","get","attribute","newValue","formatInline","10wTAGnO","link (","linkHref","TrackChangesEditing","plugins","format","afterInit","39aJYTOM","273776oTnWoH","registerDescriptionCallback","enableDefaultAttributesIntegration","locale","commandName","1483804POFSPv","registerAttributeLabel","9ixelad","LinkEditing","48420bEsHQY","toLowerCase","_registerLegacyDescription","486452LJFQge","descriptionFactory","registerInlineAttribute","commandParams","manualDecorators","2328821edCfky","key","has","label","type","link","unlink"];return(oi=function(){return t})()}const ii=ai;function ai(t,e){const n=li();return(ai=function(t,e){return n[t-=107]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(904429===parseInt(n(164))/1*(parseInt(n(138))/2)+parseInt(n(131))/3+parseInt(n(154))/4+parseInt(n(122))/5*(parseInt(n(134))/6)+-parseInt(n(175))/7+-parseInt(n(149))/8*(-parseInt(n(178))/9)+-parseInt(n(169))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(li);class ci extends t.Plugin{[ii(113)](){const t=ii,e=this[t(112)],n=e[t(184)];if(!e[t(171)][t(125)](t(111)))return;const r=e[t(171)][t(147)](t(107)),s=e[t(171)][t(125)](t(137));function o(t){return()=>{const n=ai,s=e[n(117)][n(140)][n(139)],o=e[n(142)][n(147)](t);if(o[n(108)])return void e[n(174)](n(159),{});const i=t[n(179)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(133)](t)[s(191)]((t=>function(t,e){const n=s;return e[n(155)](t[n(167)],n(177))&&!e[n(152)](t)}(t,r)));o=o[s(191)]((t=>!t.is(s(127),s(177))||t[s(176)](s(145))!=e));const i=new Set;for(const t of o)t.is(s(127),s(177))?i[s(130)](ui(t)):i[s(130)](t);return Array[s(133)](i)}(s[n(163)](),i,e[n(117)][n(188)]);e[n(117)][n(162)]((()=>{const e=n;for(const n of a)r[e(109)](n,{commandName:t,commandParams:[{forceValue:!o[e(108)]}],formatGroupId:e(172)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(133)](t);const r=n[e(192)]((t=>e(177)!=t[e(166)]));return r>-1&&(n=n[e(179)](0,r)),n}(e[n(117)][n(140)][n(139)][n(163)]()),o=e[n(117)][n(156)](e[n(117)][n(150)](s[0],n(132)),e[n(117)][n(150)](s[s[n(170)]-1],n(157)));e[n(117)][n(162)]((()=>{const e=n;r[e(109)](o,{commandName:t,commandParams:[],formatGroupId:e(119)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(124)];for(;t&&t[n(176)](n(119))>e[n(176)](n(119));)r[n(130)](t),t=t[n(124)]}return Array[n(133)](r)}(s))}))}}r[t(115)](t(186),o(t(186))),r[t(115)](t(181),o(t(181))),s&&r[t(115)](t(165),o(t(165))),r[t(115)](t(144),i(t(144))),r[t(115)](t(183),i(t(183))),s&&r[t(115)](t(153),(()=>{const n=t,s=e[n(142)][n(147)](n(153)),o=Array[n(133)](s[n(118)]);o[n(191)]((t=>t[n(176)](n(128))!=s[n(108)])),e[n(117)][n(162)]((()=>{const t=n;for(const e of o)r[t(109)](e,{commandName:t(153),commandParams:[{forceValue:!s[t(108)]}]})}))})),r[t(110)][t(135)](t(177),(e=>Wr(n,t(185),e))),r[t(110)][t(180)]((e=>{const r=t;if(r(189)!=e[r(136)]&&r(190)!=e[r(136)])return;const{data:s}=e;if(s){if(r(186)==s[r(114)]||r(181)==s[r(114)]||r(165)==s[r(114)])switch(s[r(114)][r(148)](r(126),"")){case r(158):return o(Wr(n,r(116)));case r(182):return o(Wr(n,r(123)));case r(143):return o(Wr(n,r(146)))}if(r(144)==s[r(114)])return{type:r(168),content:Wr(n,r(141),Wr(n,r(185)))};if(r(183)==s[r(114)])return{type:r(168),content:Wr(n,r(151),Wr(n,r(185)))};if(r(153)==s[r(114)])return s[r(121)][0][r(173)]?{type:r(168),content:Wr(n,r(129))}:{type:r(168),content:Wr(n,r(187))}}function o(t){const e=r;return{type:e(168),content:Wr(n,e(160),t)}}}))}}function ui(t){const e=ii,n=t[e(176)](e(119));if(0==n)return t;let r=t;for(;t[e(161)]&&t[e(161)].is(e(127),e(177));){const s=t[e(161)][e(176)](e(119));if(s==n)r=t[e(161)];else if(s<n)break;t=t[e(161)]}return r}function li(){const t=["enableCommand","ELEMENT_BULLETED_LIST","model","_selectedElements","listIndent","push","commandParams","205reRmiD","ELEMENT_NUMBERED_LIST","nextSibling","has","List","element","todoListChecked","*Check item*","add","2294505wwsReG","before","from","131646xPWMsZ","registerElementLabel","type","LegacyTodoListEditing","11428KRQTTc","selection","document","*Indent:* %0","commands","todo","indentList","listType","ELEMENT_TODO_LIST","get","replace","24yqZgef","createPositionAt","*Outdent:* %0","isObject","checkTodoList","4360796ARXXUL","checkChild","createRange","end","bulleted","paragraph","*Change to:* %0","previousSibling","change","getSelectedBlocks","159yEFDMF","todoList","name","parent","format","26576870ZWGUEt","length","plugins","blockName","forceValue","execute","9983253zJZASH","getAttribute","listItem","3975462mGWGvk","slice","registerDescriptionCallback","bulletedList","numbered","outdentList","locale","ELEMENT_LIST_ITEM","numberedList","*Uncheck item*","schema","formatBlock","formatInline","filter","findIndex","TrackChangesEditing","value","markBlockFormat","descriptionFactory","LegacyListEditing","editor","afterInit","commandName"];return(li=function(){return t})()}function fi(t){const e=ii,n=[];if(t.is(e(127),e(177))&&t[e(176)](e(119))>0){let r=t[e(124)];for(;r&&e(177)==r[e(166)]&&r[e(176)](e(119))==t[e(176)](e(119));)n[e(120)](r),r=r[e(124)]}return n}const hi=di;function gi(){const t=["*Format:* set start index to %0","change","_getSuggestionBlocksForListStyle","backward","map","63bBpkug","handleListStyleCommand","handleDescriptions","3njOHVd","listItem","unshift","registerDescriptionCallback","getFirstPosition","afterInit","config","commandParams","model","getSelectedBlocks","*Format:* set order to regular","listStart","bind","LegacyListUtils","handleListReversedCommand","length","listStyle","styles","createPositionAt","TrackChangesEditing","*Change to:* %0","list.properties","2378586sWZCwI","default","filter","numbered","477430FURHmV","1920438rQjPOD","push","getAttribute","commandName","type","LegacyListPropertiesEditing","before","*Format:* set order to reversed","parent","319226RHYpju","formatBlock","createRange","_getTranslationKeyForListStyle","enableCommand","markMultiRangeBlockFormat","1186592nFDwFy","reversed","_LIST_","getListTypeFromListStyleType","locale","editor","toUpperCase","_getSuggestionBlocks","getLastPosition","selection","has","listType","listReversed","getSiblingNodes","replace","descriptionFactory","plugins","flat","startIndex","ELEMENT_","document","format","forward","handleListStartCommand","formatInline","element","get","1062884fwSzem","448620bRruPy","from"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=493]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(259625===-parseInt(n(510))/1+parseInt(n(556))/2*(parseInt(n(520))/3)+parseInt(n(509))/4+-parseInt(n(546))/5+-parseInt(n(547))/6+-parseInt(n(542))/7+-parseInt(n(562))/8*(-parseInt(n(517))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(525)](){const t=hi;if(!this[t(567)][t(498)][t(572)](t(552)))return;const e=this[t(567)][t(526)][t(508)](t(541)),n=this[t(567)][t(498)][t(508)](t(539));e[t(537)]&&n[t(560)](t(536),this[t(518)][t(532)](this)),e[t(563)]&&n[t(560)](t(494),this[t(534)][t(532)](this)),e[t(500)]&&n[t(560)](t(531),this[t(505)][t(532)](this)),n[t(497)][t(523)](this[t(519)][t(532)](this))}[hi(518)](t,e={}){const n=hi,r=this[n(567)][n(498)][n(508)](n(539)),s=this[n(514)]();this[n(567)][n(528)][n(513)]((()=>{const t=n;r[t(561)](s,{commandName:t(536),commandParams:[{type:e[t(551)]}],formatGroupId:t(536)})}))}[hi(534)](t,e={}){const n=hi,r=this[n(567)][n(498)][n(508)](n(539)),s=this[n(569)]((t=>t.is(n(507),n(521))&&n(545)===t[n(549)](n(493))));if(s[n(535)]<1)return;const o=s[n(516)]((t=>this[n(567)][n(528)][n(558)](this[n(567)][n(528)][n(538)](t,n(553)),this[n(567)][n(528)][n(538)](t,0))));this[n(567)][n(528)][n(513)]((()=>{const t=n;r[t(561)](o,{commandName:t(494),commandParams:[{reversed:e[t(563)]}],formatGroupId:t(494)})}))}[hi(505)](t,e={}){const n=hi,r=this[n(567)][n(498)][n(508)](n(539)),s=this[n(569)]((t=>t.is(n(507),n(521))&&n(545)===t[n(549)](n(493))));if(s[n(535)]<1)return;const o=s[n(516)]((t=>this[n(567)][n(528)][n(558)](this[n(567)][n(528)][n(538)](t,n(553)),this[n(567)][n(528)][n(538)](t,0))));this[n(567)][n(528)][n(513)]((()=>{const t=n;r[t(561)](o,{commandName:t(531),commandParams:[{startIndex:e[t(500)]}],formatGroupId:t(531)})}))}[hi(519)](t){const e=hi;if(e(557)!=t[e(551)]&&e(506)!=t[e(551)])return;const n=this[e(567)][e(566)],{data:r}=t;if(!r)return;let s,o;switch(r[e(550)]){case e(536):s=e(540),o={type:e(503),content:Wr(n,s,Wr(n,this[e(559)](r[e(527)][0][e(551)])))};break;case e(494):s=r[e(527)][0][e(563)]?e(554):e(530),o={type:e(503),content:Wr(n,s)};break;case e(531):s=e(512),o={type:e(503),content:Wr(n,s,r[e(527)][0][e(500)])}}return o}[hi(514)](){const t=hi;var e,n,r,s;const o=this[t(567)][t(498)][t(508)](t(533));let i=Array[t(511)](this[t(567)][t(528)][t(502)][t(571)][t(529)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(507),t(521)))&&i[t(522)](...o[t(495)](this[t(567)][t(528)][t(502)][t(571)][t(524)](),t(515))),(null===(n=i[i[t(535)]-1])||void 0===n?void 0:n.is(t(507),t(521)))&&i[t(548)](...o[t(495)](this[t(567)][t(528)][t(502)][t(571)][t(570)](),t(504))),i=[...new Set(i)],(null===(s=null===(r=this[t(567)][t(528)][t(502)][t(571)][t(524)]())||void 0===r?void 0:r[t(555)])||void 0===s?void 0:s.is(t(507),t(521)))&&(i=i[t(544)]((e=>e.is(t(507),t(521))))),i}[hi(569)](t){const e=hi,n=this[e(567)][e(498)][e(508)](e(533));let r=Array[e(511)](this[e(567)][e(528)][e(502)][e(571)][e(529)]())[e(544)](t)[e(516)]((t=>{const r=e,s=this[r(567)][r(528)][r(538)](t,0);return[...n[r(495)](s,r(515)),...n[r(495)](s,r(504))]}))[e(499)]();return r=[...new Set(r)],r}[hi(559)](t){const e=hi;return e(501)+(this[e(567)][e(498)][e(508)](e(533))[e(565)](t)||e(543))[e(568)]()+e(564)+t[e(568)]()[e(496)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["showSuggestionHighlights","586328kMaMFW","editor","options","div","attribute:url:media","3391068LepuQX","14ihGNqs","locale","21938qztulZ","descriptionFactory","MediaEmbedEditing","for","conversion","ELEMENT_MEDIA","65QFlYLk","TrackChangesEditing","211672oJjMJe","153yLCYYh","dataDowncast","high","98yamMAK","27IOskeb","enableCommand","get","data","afterInit","elementToElement","has","144402wjFcKi","670uYYxjh","downcastDispatcher","mediaEmbed","createEmptyElement","registerElementLabel","plugins","stop","38159NZkgHZ","media","2541495EUeazo"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=474]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(755712===-parseInt(n(492))/1*(-parseInt(n(504))/2)+parseInt(n(505))/3*(-parseInt(n(500))/4)+parseInt(n(482))/5+-parseInt(n(512))/6*(-parseInt(n(490))/7)+parseInt(n(484))/8*(parseInt(n(501))/9)+parseInt(n(513))/10*(-parseInt(n(480))/11)+parseInt(n(489))/12*(-parseInt(n(498))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(509)](){const t=mi,e=this[t(485)];if(!e[t(478)][t(511)](t(494)))return;const n=e[t(478)][t(507)](t(499)),r=e[t(491)];n[t(506)](t(475)),n[t(493)][t(477)](t(481),(e=>Wr(r,t(497),e))),e[t(496)][t(495)](t(502))[t(510)]({model:t(481),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(483)])return n[s(476)](s(487))},converterPriority:t(503)}),e[t(508)][t(474)].on(t(488),((e,n,r)=>{const s=t;r[s(486)][s(483)]&&e[s(479)]()}),{priority:t(503)})}}const Ti=yi;function _i(){const t=["has","470JejoRR","847488hHyNEj","1595424jknSgB","17410WGpINe","get","5FgcWjI","95769KqDPGG","66790NwXvQo","afterInit","1149750ldobcx","mention","5028fAjRRb","plugins","273CvBVCK","enableCommand","TrackChangesEditing","MentionEditing","editor"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=314]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(109213===-parseInt(n(315))/1*(parseInt(n(317))/2)+-parseInt(n(323))/3*(parseInt(n(321))/4)+-parseInt(n(332))/5+-parseInt(n(330))/6+-parseInt(n(319))/7+parseInt(n(331))/8+parseInt(n(316))/9*(parseInt(n(329))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(318)](){const t=Ti,e=this[t(327)];e[t(322)][t(328)](t(326))&&e[t(322)][t(314)](t(325))[t(324)](t(320))}}const ki=Li;function Ci(){const t=["395990zKNXPO","locale","3010678KXGxFZ","45VNsPZn","*Remove format:* %0","9426GExdPv","337866hpKmom","60XtjWej","8566948HrsRNz","registerDescriptionCallback","head","listMarkerStyle","listType","data","343544ZPnwSK","multiLevelList","3068cjgkCL","has","afterInit","handleDescriptions","enableDefaultAttributesIntegration","key","MultiLevelList","get","ELEMENT_MULTI_LEVEL_LIST","editor","30gcSWyt","plugins","format","21aaEKFw","registerBlockAttribute","newValue","descriptionFactory","oldValue","TrackChangesEditing","5457ornvXr","*Set format:* %0","16yzyTWW","next"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=463]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(718763===-parseInt(n(467))/1*(-parseInt(n(474))/2)+-parseInt(n(465))/3*(parseInt(n(485))/4)+parseInt(n(495))/5*(parseInt(n(475))/6)+-parseInt(n(498))/7*(parseInt(n(483))/8)+parseInt(n(472))/9*(-parseInt(n(469))/10)+parseInt(n(471))/11*(parseInt(n(476))/12)+parseInt(n(477))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ni extends t.Plugin{[ki(487)](){const t=ki,e=this[t(494)],n=e[t(496)][t(492)](t(464));e[t(496)][t(486)](t(491))&&(n[t(489)](t(484)),n[t(499)](t(480)),n[t(501)][t(478)]((e=>this[t(488)](e))))}[ki(488)](t){const e=ki,n=this[e(494)][e(470)],{data:r}=t,s={type:e(497),content:""};if(r&&e(480)==r[e(490)]){if(!r[e(463)])return{type:e(497),content:Wr(n,e(466),Wr(n,e(493)))+" ("+r[e(500)]+")"};if(!r[e(500)]){let o=t[e(479)];for(;o;){if(o[e(482)]&&e(481)==o[e(482)][e(490)]&&o[e(482)][e(500)])return s;o=o[e(468)]}return{type:e(497),content:Wr(n,e(473),Wr(n,e(493)))+" ("+r[e(463)]+")"}}}}}const Si=Ri;function Ri(t,e){const n=vi();return(Ri=function(t,e){return n[t-=463]})(t,e)}function vi(){const t=["locale","editor","814188HvWGCA","2385IGclpe","pageBreak","66dFYtSw","get","636PgOsJB","plugins","has","6805eGmkhr","afterInit","ELEMENT_PAGE_BREAK","TrackChangesEditing","292bjIMJM","enableCommand","665592LJBVUZ","8808PdKydg","descriptionFactory","1rOVpIF","PageBreakEditing","13881aDxyce","3827130pZnHaN","registerElementLabel","544312OxCKLj"];return(vi=function(){return t})()}!function(t,e){const n=Ri,r=t();for(;;)try{if(230077===-parseInt(n(480))/1*(parseInt(n(485))/2)+parseInt(n(463))/3+-parseInt(n(475))/4*(-parseInt(n(471))/5)+-parseInt(n(468))/6*(parseInt(n(482))/7)+parseInt(n(478))/8*(parseInt(n(464))/9)+parseInt(n(483))/10+parseInt(n(466))/11*(-parseInt(n(477))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vi);class Mi extends t.Plugin{[Si(472)](){const t=Si,e=this[t(487)];if(!e[t(469)][t(470)](t(481)))return;e[t(469)][t(467)](t(474))[t(476)](t(465));const n=e[t(469)][t(467)](t(474)),r=e[t(486)];n[t(479)][t(484)](t(465),(e=>Wr(r,t(473),e)))}}const Oi=wi;function wi(t,e){const n=Di();return(wi=function(t,e){return n[t-=103]})(t,e)}!function(t,e){const n=wi,r=t();for(;;)try{if(943282===-parseInt(n(166))/1+parseInt(n(139))/2*(parseInt(n(156))/3)+-parseInt(n(117))/4*(parseInt(n(127))/5)+-parseInt(n(122))/6+-parseInt(n(112))/7+parseInt(n(170))/8+parseInt(n(131))/9*(parseInt(n(130))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Fi extends t.Plugin{[Oi(154)](){const t=Oi,e=this[t(153)];if(!e[t(115)][t(136)](t(164)))return;const n=e[t(143)],r=e[t(115)][t(121)](t(151));r[t(149)][t(145)](t(137),(e=>Wr(n,t(144),e))),r[t(171)](t(137)),r[t(142)](t(108)),e[t(124)][t(146)].on(t(126),Pi(e),{priority:t(140)}),e[t(116)][t(146)].on(t(126),((n,r,s)=>{const o=t;s[o(129)][o(141)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(140)});const s=r[t(149)];s[t(148)]((r=>{const o=t;if(o(111)!==r[o(161)])return;const{start:i,end:a}=r[o(103)]();if(!i[o(113)](a)||!i[o(119)])return;const c=e[o(120)][o(172)],u=i[o(119)];return c[o(135)](u)&&!c[o(104)](u)&&c[o(150)](u,o(169))?{type:o(111),content:Wr(n,o(147),s[o(157)](u,1))}:void 0})),this[t(125)]()}[Oi(125)](){const t=Oi,e=this[t(153)],n=e[t(143)];e[t(115)][t(121)](t(151))[t(149)][t(148)]((e=>{const r=t;if(r(109)!=e[r(161)])return;const{data:s}=e;return s&&r(137)==s[r(152)]?{type:r(163),content:Wr(n,r(106),Wr(n,r(144)))}:void 0}))}}function Di(){const t=["ck-suggestion-marker-split","insert","toViewPosition","isBlock","has","paragraph","consumable","4YPPjVl","highest","showSuggestionHighlights","enableCommand","locale","ELEMENT_PARAGRAPH","registerElementLabel","downcastDispatcher","*Insert:* %0","registerDescriptionCallback","descriptionFactory","checkChild","TrackChangesEditing","commandName","editor","afterInit","mapper","2370609ilOueW","getItemLabel","span","start","end","type","addClass","format","Paragraph","createUIElement","1794691sVzHHZ","ck-suggestion-marker--active","name","$text","944160myinGf","enableDefaultAttributesIntegration","schema","getFirstRange","isLimit","writer","*Change to:* %0","markerName","insertParagraph","formatBlock","markerRange","insertion","2552200XRomyn","isTouching","bindElementToMarker","plugins","data","6738716TLgMRy","activeMarkers","nodeAfter","model","get","9493032cshFEB","includes","editing","_registerLegacyDescription","addMarker:suggestion:insertion","5QmfsKa","consume","options","380FERqdj","1106289xvkPKl"];return(Di=function(){return t})()}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(115)][o(121)](o(151)),a=r[o(110)][o(159)],c=r[o(110)][o(160)],u=t[o(120)][o(172)];if(!a[o(113)](c)||!a[o(119)])return;const l=a[o(119)];if(u[o(135)](l)&&!u[o(104)](l)&&u[o(150)](l,o(169))){if(!s[o(138)][o(128)](r[o(110)],n[o(168)]))return;const t=s[o(105)][o(165)](o(158),{class:o(132)}),a=s[o(155)][o(134)](c);e&&i[o(118)][o(123)](r[o(107)])&&s[o(105)][o(162)](o(167),t),s[o(105)][o(133)](a,t),s[o(155)][o(114)](t,r[o(107)])}}}const Bi=Ui;function xi(){const t=["329rTAZni","formatInline","1216416XRqmmi","958460zgEyad","type","editor","*Remove all formatting*","6uLfAzf","plugins","registerDescriptionCallback","300873uDRvuM","removeFormat","1168616LqINHm","enableDefaultAttributesIntegration","TrackChangesEditing","afterInit","356853YfETZp","_registerLegacyDescription","commandName","3816vLMwuv","5290TpoTAb","RemoveFormatEditing","has","formatBlock","locale","35320RgRXED","descriptionFactory","get","format"];return(xi=function(){return t})()}function Ui(t,e){const n=xi();return(Ui=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(309033===-parseInt(n(114))/1+parseInt(n(106))/2+parseInt(n(120))/3+-parseInt(n(116))/4+parseInt(n(107))/5*(parseInt(n(111))/6)+-parseInt(n(133))/7*(-parseInt(n(129))/8)+parseInt(n(123))/9*(-parseInt(n(124))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class ji extends t.Plugin{[Bi(119)](){const t=Bi,e=this[t(109)];e[t(112)][t(126)](t(125))&&(e[t(112)][t(131)](t(118))[t(117)](t(115)),this[t(121)]())}[Bi(121)](){const t=Bi,e=this[t(109)];e[t(112)][t(131)](t(118))[t(130)][t(113)]((n=>{const r=t;if(r(127)!=n[r(108)]&&r(105)!=n[r(108)])return;const{data:s}=n;return s&&r(115)==s[r(122)]?{type:r(132),content:Wr(e[r(128)],r(110))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=477]})(t,e)}function Hi(){const t=["464440BjQLAm","trackChanges","TrackChangesEditing","35CsPfxl","acceptAllSuggestions","acceptSuggestion","12oFmGMX","RestrictedEditingModeEditing","3187282zKnGMQ","33INzgRT","discardSuggestion","goToPreviousRestrictedEditingException","29530zuazBR","10956uRyGAg","84rwnCQK","1338dTNnnY","afterInit","142572nyjCYW","enableCommand","plugins","discardAllSuggestions","goToNextRestrictedEditingException","558EBxsHQ","editor","91qxDWom","977224CWAWJX","acceptSelectedSuggestions","has","discardSelectedSuggestions","get","187USowBd"];return(Hi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(325712===parseInt(n(488))/1*(-parseInt(n(487))/2)+-parseInt(n(482))/3*(parseInt(n(486))/4)+-parseInt(n(504))/5*(parseInt(n(479))/6)+-parseInt(n(507))/7*(parseInt(n(498))/8)+parseInt(n(495))/9*(-parseInt(n(485))/10)+-parseInt(n(503))/11*(parseInt(n(490))/12)+parseInt(n(497))/13*(parseInt(n(481))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class Wi extends t.Plugin{[Gi(489)](){const t=Gi,e=this[t(496)];if(!e[t(492)][t(500)](t(480)))return;const n=e[t(492)][t(502)](t(506));n[t(491)](t(484)),n[t(491)](t(494));const r=e[t(492)][t(502)](t(480));r[t(491)](t(505)),r[t(491)](t(478)),r[t(491)](t(483)),r[t(491)](t(477)),r[t(491)](t(493)),r[t(491)](t(499)),r[t(491)](t(501))}}const zi=Ki;function Ki(t,e){const n=Qi();return(Ki=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=Ki,r=t();for(;;)try{if(618782===-parseInt(n(279))/1+-parseInt(n(282))/2*(parseInt(n(324))/3)+parseInt(n(308))/4*(-parseInt(n(316))/5)+parseInt(n(317))/6+parseInt(n(284))/7+parseInt(n(309))/8*(parseInt(n(322))/9)+-parseInt(n(285))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class qi extends t.Plugin{static get[zi(310)](){return[Xs.ShiftEnter]}[zi(278)](){const t=zi,e=this[t(295)],n=e[t(277)][t(293)](t(321));n[t(298)](t(288)),e[t(314)][t(313)].on(t(319),Zi(e),{priority:t(330)}),e[t(314)][t(313)].on(t(320),Zi(e),{priority:t(330)}),e[t(326)][t(313)].on(t(331),((n,r,s)=>{const o=t;s[o(276)][o(299)]&&Zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(300)][t(296)](t(291),(n=>Wr(e[t(297)],t(281),n)))}}function Qi(){const t=["6059056aWXMdb","requires","mapper","createUIElement","downcastDispatcher","editing","name","70caeqGf","6650106AeDwRj","merge","addMarker:suggestion:insertion","addMarker:suggestion:deletion","TrackChangesEditing","9IcgPrv","split","15iqIfXZ","writer","data","createPositionBefore","addClass","bindElementToMarker","high","addMarker:suggestion","options","plugins","init","60547tYEGbP","deletion","ELEMENT_LINE_BREAK","134270zxmEDi","test","8015084QHedBS","8795770mpCMAh","model","span","shiftEnter","element","markerRange","softBreak","activeMarkers","get","consumable","editor","registerElementLabel","locale","enableCommand","showSuggestionHighlights","descriptionFactory","ck-suggestion-marker-","markerName","getItems","includes","insert","toViewPosition","ck-suggestion-marker--active","318904YJYOfL"];return(Qi=function(){return t})()}function Zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(277)][o(293)](o(321));if(!s[o(294)][o(283)](r[o(290)],n[o(315)]))return;const a=t[o(286)];for(const t of r[o(290)][o(303)]()){if(!t.is(o(289),o(291)))continue;const n=o(280)==r[o(302)][o(323)](":")[1]?o(318):o(323),c=s[o(325)][o(312)](o(287),{class:o(301)+n}),u=s[o(311)][o(306)](a[o(327)](t));e&&i[o(292)][o(304)](r[o(302)])&&s[o(325)][o(328)](o(307),c),s[o(325)][o(305)](u,c),s[o(311)][o(329)](c,r[o(302)])}}}const Xi=Yi;function Yi(t,e){const n=Ji();return(Yi=function(t,e){return n[t-=232]})(t,e)}function Ji(){const t=["forceValue","3062808RkDMTW","8ZIkbCq","model","formatBlock","restrictedEditingException","3095244HiuJmF","has","locale","descriptionFactory","299804JnkyxJ","TrackChangesEditing","type","change","616466NDZtLv","2118753GcazdD","from","markInlineFormat","FORMAT_RESTRICTED_DISABLED","plugins","36PlRLcE","1014345IAPraP","registerDescriptionCallback","FORMAT_RESTRICTED_ENABLED","format","selection","document","get","StandardEditingModeEditing","commandName","enableCommand","formatInline","commandParams","getRanges","2694168IGFpmI","commands","afterInit","isCollapsed","value","editor"];return(Ji=function(){return t})()}!function(t,e){const n=Yi,r=t();for(;;)try{if(857406===parseInt(n(268))/1+-parseInt(n(260))/2+parseInt(n(234))/3*(parseInt(n(264))/4)+-parseInt(n(235))/5+parseInt(n(248))/6+parseInt(n(269))/7+-parseInt(n(256))/8*(-parseInt(n(255))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Xi(250)](){const t=Xi,e=this[t(253)],n=e[t(257)],r=e[t(262)];if(!e[t(233)][t(261)](t(242)))return;const s=e[t(233)][t(241)](t(265)),o=t(259),i=e[t(249)][t(241)](o);s[t(244)](o,((e,r={})=>{const a=t,c=n[a(240)][a(239)];if(c[a(251)])return void e(r);const u=void 0!==r[a(254)]?r[a(254)]:!i[a(252)];n[a(267)]((()=>{const t=a,e=Array[t(270)](c[t(247)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(271)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(263)][t(236)]((e=>{const n=t;if(n(258)!=e[n(266)]&&n(245)!=e[n(266)])return;const{data:s}=e;return s&&s[n(243)]==o?s[n(246)][0][n(254)]?{type:n(238),content:Wr(r,n(237))}:{type:n(238),content:Wr(r,n(232))}:void 0}))}}function ta(t,e){const n=ea();return(ta=function(t,e){return n[t-=129]})(t,e)}function ea(){const t=["editor","6591186ysmmxM","GeneralHtmlSupport","style","afterInit","get","type","1252830pRMgCf","element","6955QSLUVw","descriptionFactory","block","definitions","_registerLegacyDescription","1385833bjlnyh","8BRXGHN","13704102uLLsSi","commandParams","normalizeConfig","registerDescriptionCallback","add","commandName","registerAttributeLabel","registerBlockAttribute","styleName","inline","enableDefaultAttributesIntegration","getGhsAttributeNameForElement","218820BbBtyA","toLowerCase","formatInline","DataSchema","ghsAttributes","TrackChangesEditing","*Set format:* %0","has","*Remove format:* %0","FORMAT_STYLE","11uIClzJ","formatBlock","Style","plugins","config","locale","6pnnDQE","registerInlineAttribute","format","64DoNnIp","975171PyOdkc","StyleUtils","forceValue"];return(ea=function(){return t})()}const na=ta;!function(t,e){const n=ta,r=t();for(;;)try{if(763042===parseInt(n(163))/1+parseInt(n(142))/2*(-parseInt(n(146))/3)+-parseInt(n(145))/4*(-parseInt(n(158))/5)+-parseInt(n(150))/6+parseInt(n(177))/7+-parseInt(n(164))/8*(-parseInt(n(165))/9)+-parseInt(n(156))/10*(parseInt(n(136))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[na(153)](){const t=na,e=this[t(149)];if(!e[t(139)][t(133)](t(138))||!e[t(139)][t(133)](t(129)))return;const n=e[t(139)][t(154)](t(131)),r=e[t(141)],s=e[t(140)][t(154)](t(152))||{},o=e[t(139)][t(154)](t(151)),i=e[t(139)][t(154)](t(147))[t(167)](e[t(139)][t(154)](t(129)),s[t(161)]);n[t(175)](t(152));const a=new Set;for(const e of i[t(160)]){const n=o[t(176)](e[t(157)]);a[t(169)](n)}const c=new Set;for(const e of i[t(174)]){const n=o[t(176)](e[t(157)]);c[t(169)](n);for(const n of e[t(130)])c[t(169)](n)}for(const e of a)n[t(172)](e),n[t(159)][t(171)](e,Wr(r,t(135)));for(const e of c)n[t(143)](e),n[t(159)][t(171)](e,Wr(r,t(135)));this[t(162)]()}[na(162)](){const t=na,e=this[t(149)],n=e[t(141)];e[t(139)][t(154)](t(131))[t(159)][t(168)]((e=>{const r=t;if(r(137)!=e[r(155)]&&r(179)!=e[r(155)])return;const{data:s}=e;return s&&r(152)===s[r(170)]?s[r(166)][0][r(148)]?{type:r(144),content:Wr(n,r(132),s[r(166)][0][r(173)][r(178)]())}:{type:r(144),content:Wr(n,r(134),s[r(166)][0][r(173)][r(178)]())}:void 0}))}}const sa=ia;function oa(){const t=["getRowIndexes","112aDsmYc","getSelectionAffectedTableCells","isInContent","fromRange","colspan","getColumnIndexes","writer","position","insertion","toViewElement","above","_setupColumnsRowsFixing","type","$textProxy","MIN_SAFE_INTEGER","_suggestionFactory","selectTableRow","markMultiRangeDeletion","batch","getFirstRange","createTableWalker","enqueueChange","item","data","_tablePostFixingSubtypes","first","name","registerPostFixer","42717ucPdtV","join","enableCommand","TableUtils","tableRow","start","deletion","rootName","end","32HTkpfA","execute","some","insertTableRowBelow","push","order","mapper","TableEditing","removeClass","registerCustomCallback","insertTableColumnRight","$graveyard","editor","addMarker:suggestion","getItems","*Insert:* %0","getRanges","classes","markMultiRangeInsertion","_tableSuggestions","forceValue","min","selection","nodeAfter","showSuggestionHighlights","table","downcastDispatcher","isTouching","get","minRow","_splitMarkerName","selectTableColumn","every","differ","root","createRangeOn","maxColumn","getCellLocation","from","getChildren","substr","minColumn","ELEMENT_TABLE","insertTableRowAbove","_getCoordsForCells","getAttribute","filter","removeTableColumn","change","max","discard","4526417BRczIm","895446dRCeSs","ELEMENT_TABLE_ROW_WITH_TEXT","low","_getSuggestionCoords","findAncestor","startsWith","length","registerDescriptionCallback","highest","plugins","nodeBefore","toLowerCase","792063WovQsD","model","isArray","MAX_SAFE_INTEGER","2817246ovfalP","options","addRange","*Remove:* %0","accept","addClass","TrackChangesEditing","isIntersecting","left","cell","removeTableRow","has","span","last","commands","add","setSelection","subType","getSuggestion","getChanges","element","rowspan","ELEMENT_TABLE_COLUMN","tableColumn","createPositionAt","values","change:data","registerElementLabel","33592990wVgsgO","locale","insert","tablePaste","insertTable","ELEMENT_TABLE_WITH_TEXT","tableCell","ELEMENT_TABLE_COLUMN_WITH_TEXT","maxRow","afterInit","isEqual","document","getContainedElement","3048102OfZSyS","ELEMENT_TABLE_ROW","includes","5HViucV","getChangedMarkers","insertTableColumnLeft","descriptionFactory","refresh","hasAttribute","suggestion","createRangeIn","oldRange","isIntersectingWithRange","detach","_acceptFormatSuggestionCallbackFactory","map"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=424]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(998465===-parseInt(n(533))/1+-parseInt(n(537))/2+-parseInt(n(460))/3*(-parseInt(n(432))/4)+-parseInt(n(581))/5*(-parseInt(n(521))/6)+parseInt(n(520))/7+-parseInt(n(469))/8*(parseInt(n(578))/9)+parseInt(n(565))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(456)]=[e(464),e(560)],this[e(488)]=new Set}[sa(574)](){const t=sa,e=this[t(481)],n=e[t(534)][t(576)][t(491)];if(!e[t(530)][t(548)](t(476)))return;const r=e[t(566)],s=e[t(530)][t(497)](t(543)),o=e[t(530)][t(497)](t(463));s[t(584)][t(564)](t(494),(e=>Wr(r,t(511),e))),this[t(443)](),s[t(462)](t(569)),s[t(462)](t(448)),s[t(462)](t(500));for(const r of[t(512),t(472)]){const i=e[t(551)][t(497)](r);s[t(462)](r,(r=>{const a=t;e[a(534)][a(517)]((t=>{const e=a;r();const c=e(442)===i[e(474)],u=o[e(433)](n),l=o[e(431)](u),f=c?l[e(457)]-1:l[e(550)]+1,h=u[0][e(525)](e(494)),g=o[e(452)](h,{startRow:f,endRow:f}),d=Array[e(507)](g)[e(430)]((n=>t[e(504)](n[e(546)])));s[e(487)](d,e(464))}))}))}for(const r of[t(583),t(479)]){const i=e[t(551)][t(497)](r);s[t(462)](r,(r=>{const a=t;e[a(534)][a(517)]((t=>{const e=a;r();const c=e(545)===i[e(474)],u=o[e(433)](n),l=o[e(437)](u),f=c?l[e(457)]-1:l[e(550)]+1,h=u[0][e(525)](e(494)),g=o[e(452)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(507)](g)[e(430)]((n=>t[e(504)](n[e(546)])));s[e(487)](d,e(560))}))}))}for(const r of[t(547),t(516)]){const i=r[t(509)](11),a=i[t(532)](),c=a[t(509)](0,3)+t(549),u=t(494)+i,l=t(490)+i,f=t(518)+i;s[t(462)](r,(()=>{const i=t;e[i(534)][i(517)]((t=>{const e=i,h=o[e(433)](n),g=h[0][e(525)](e(494));let d;if(e(547)==r){const t=o[e(431)](h);d={startRow:t[e(457)],endRow:t[e(550)],includeAllSlots:!0}}else{const t=o[e(437)](h);d={startColumn:t[e(457)],endColumn:t[e(550)],includeAllSlots:!0}}const p=o[e(452)](g,d),m=Array[e(507)](p)[e(430)]((({cell:t})=>t)),I=ca(m[e(515)]((t=>t[e(586)](c)))),E=ca(m[e(515)]((t=>!t[e(586)](c))))[e(430)]((n=>t[e(504)](n))),b=s[e(449)](E,u);if(b&&(e(464)==b[e(554)]||e(560)==b[e(554)])){const n=this[e(524)](b);for(const r of I){const s=t[e(504)](r),i=o[e(506)](r),u=r[e(514)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(539)](s)}}}))}))}function c(r){const s=t,o=Array[s(507)](n[s(485)]())[s(430)]((t=>i.LiveRange[s(435)](t)));e[s(534)][s(517)]((t=>{const n=s,i=t[n(450)];r=r[n(515)]((t=>n(480)!=t[n(503)][n(467)])),t[n(553)](r),e[n(551)][n(497)](n(547))[n(585)](),e[n(470)](n(547),{forceDefaultExecution:!0}),e[n(534)][n(453)]((()=>{const t=n;e[t(534)][t(453)](i,(e=>{const n=t,r=o[n(515)]((t=>n(480)!=t[n(503)][n(467)]));r[n(527)]>0&&e[n(553)](r);for(const t of o)t[n(428)]()}))}))}))}function u(r){const s=t;e[s(534)][s(517)]((t=>{const o=s,a=Array[o(507)](n[o(485)]())[o(430)]((t=>i.LiveRange[o(435)](t))),c=[];for(const t of r)for(const e of t[o(483)]({shallow:!0}))c[o(473)](e);for(const n of c)o(480)!=n[o(503)][o(467)]&&(t[o(553)](t[o(561)](n,0)),e[o(551)][o(497)](o(516))[o(585)](),e[o(470)](o(516),{forceDefaultExecution:!0}));const u=a[o(515)]((t=>o(480)!=t[o(503)][o(467)]));u[o(527)]>0&&t[o(553)](u);for(const t of a)t[o(428)]()}))}function l(e,n){const r=t;return n[r(501)]((t=>e[r(471)]((e=>e[r(468)][r(575)](t[r(465)])||t[r(468)][r(575)](e[r(465)])))))}function f(e,n){const r=t;return!e[r(471)]((t=>n[r(471)]((e=>t[r(544)](e)))))&&e[r(471)]((t=>n[r(471)]((e=>t[r(468)][r(496)](e[r(465)])))))}e[t(455)][t(495)].on(t(482),((e,n,r)=>{const s=t;if(!r[s(538)][s(493)])return;const o=n[s(454)];if(!o)return;const i=r[s(475)][s(441)](o);function c(t){return Array[s(535)](t)?t:[t]}i&&s(571)===o[s(458)]&&(0,a.setHighlightHandling)(i,r[s(438)],((t,e,n)=>n[s(542)](c(e[s(486)]),t)),((t,e,n)=>n[s(477)](c(e[s(486)]),t)))}),{priority:t(529)}),s[t(584)][t(528)]((e=>{const n=t;if(n(440)!=e[n(444)]&&n(466)!=e[n(444)])return;const s=e[n(577)]();if(null!=s&&s.is(n(557),n(494))){if(n(440)==e[n(444)]){const t=e[n(483)]()[n(515)]((t=>t.is(n(445))))[n(430)]((t=>t[n(455)]));if(t[n(527)])return{type:n(440),content:Wr(r,n(484),Wr(r,n(570),'"'+t[n(461)](" ")+'"'))}}if(n(466)==e[n(444)]){const t=e[n(483)]()[n(515)]((t=>t.is(n(445))))[n(430)]((t=>t[n(455)]));if(t[n(527)])return{type:n(466),content:Wr(r,n(540),Wr(r,n(570),'"'+t[n(461)](" ")+'"'))}}}})),s[t(584)][t(528)]((e=>{const n=t;if(n(464)==e[n(554)]){const t=e[n(483)]()[n(515)]((t=>t.is(n(445))))[n(430)]((t=>t[n(455)])),s=this[n(524)](e),o=s[n(573)]-s[n(498)]+1;if(n(440)==e[n(444)])return t[n(527)]?{type:n(440),content:Wr(r,n(484),Wr(r,n(522),[o,'"'+t[n(461)](" ")+'"']))}:{type:n(440),content:Wr(r,n(484),Wr(r,n(579),o))};if(n(466)==e[n(444)])return t[n(527)]?{type:n(466),content:Wr(r,n(540),Wr(r,n(522),[o,'"'+t[n(461)](" ")+'"']))}:{type:n(466),content:Wr(r,n(540),Wr(r,n(579),o))}}if(n(560)==e[n(554)]){const t=e[n(483)]()[n(515)]((t=>t.is(n(445))))[n(430)]((t=>t[n(455)])),s=this[n(524)](e),o=s[n(505)]-s[n(510)]+1;if(n(440)==e[n(444)])return t[n(527)]?{type:n(440),content:Wr(r,n(484),Wr(r,n(572),[o,'"'+t[n(461)](" ")+'"']))}:{type:n(440),content:Wr(r,n(484),Wr(r,n(559),o))};if(n(466)==e[n(444)])return t[n(527)]?{type:n(466),content:Wr(r,n(540),Wr(r,n(572),[o,'"'+t[n(461)](" ")+'"']))}:{type:n(466),content:Wr(r,n(540),Wr(r,n(559),o))}}})),s[t(447)][t(478)](t(440),t(464),t(519),c),s[t(447)][t(478)](t(466),t(464),t(541),c),s[t(447)][t(478)](t(440),t(560),t(519),u),s[t(447)][t(478)](t(466),t(560),t(541),u),s[t(447)][t(478)](t(440),t(560),t(461),l),s[t(447)][t(478)](t(466),t(560),t(461),l),s[t(447)][t(478)](t(440),t(464),t(461),f),s[t(447)][t(478)](t(466),t(464),t(461),f)}[sa(429)](){const t=sa,e=this[t(481)],n=e[t(534)][t(576)][t(491)];return(r,s)=>{const o=t;e[o(534)][o(517)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(468)][a(531)];u&&u[0]&&!1===u[0][a(489)]&&(l=r[0][a(465)][a(492)]);const f=t[a(425)](l);if(a(480)==f[a(503)][a(467)])return;const h=Array[a(507)](n[a(485)]())[a(430)]((t=>i.LiveRange[a(435)](t)));t[a(553)](f),e[a(551)][a(497)](c)[a(585)](),u[a(473)]({forceDefaultExecution:!0}),e[a(470)](c,...u);const g=h[a(515)]((t=>a(480)!=t[a(503)][a(467)]));g[a(527)]>0&&t[a(553)](g);for(const t of h)t[a(428)]()}))}}[sa(513)](t){const e=sa,n=this[e(481)][e(530)][e(497)](e(463));let r=Number[e(536)],s=Number[e(446)],o=Number[e(536)],i=Number[e(446)];for(const a of t){if(e(480)==a[e(503)][e(467)])continue;const{row:t,column:c}=n[e(506)](a),u=a[e(586)](e(558))?a[e(514)](e(558))-1:0,l=a[e(586)](e(436))?a[e(514)](e(436))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(443)](){const t=sa,e=this[t(481)],n=e[t(530)][t(497)](t(543)),r=e[t(530)][t(497)](t(463));e[t(534)][t(576)].on(t(563),(()=>{const r=t,s=Array[r(507)](e[r(534)][r(576)][r(502)][r(582)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(499)](t);if(r(424)!=s)continue;if(null!=e[r(426)])continue;const a=n[r(555)](o);this[r(456)][r(580)](i)&&this[r(488)][r(552)](a)}}),{priority:t(523)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(504)](e),a=e[s(525)](s(494)),c=r[s(506)](e);for(const t of this[s(488)]){const n=t[s(554)],r=n[s(526)](s(568)),u=n[s(509)](r?10:5),l=u[s(532)](),f=l[s(509)](0,3)+s(549),h=s(490)+u,g=s(518)+u;if(!t[s(434)])continue;if(a!=t[s(451)]()[s(465)][s(525)](s(494)))continue;if(t[s(427)](i))continue;const d=e[s(586)](f)?e[s(514)](f)-1:0,p=this[s(524)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(539)](i),o=!0)}return o};e[t(534)][t(576)][t(459)]((n=>{const r=t;let o=!1;for(const t of e[r(534)][r(576)][r(502)][r(556)]())if(r(567)==t[r(444)])if(r(464)==t[r(458)])for(const e of t[r(439)][r(492)][r(508)]())o=o||s(e,n);else r(571)==t[r(458)]&&(o=o||s(t[r(439)][r(492)],n));return o}))}[sa(524)](t){const e=sa;return this[e(513)](t[e(485)]()[e(430)]((t=>t[e(465)][e(492)])))}}function ca(t){const e=sa;return Array[e(507)](new Set(t)[e(562)]())}const ua=fa;function la(){const t=["plugins","registerDescriptionCallback","mergeTableCells","setSelection","deletion","value","return","descriptionFactory","3259374QpFgBW","35063eBizDc","getSelectionAffectedTableCells","_areMergableCells","registerCustomCallback","requires","formatInline","getRanges","author","*Merge cells*","cell","type","$graveyard","map","rootName","getAncestors","4600068BRtTrn","afterInit","splitTableCellVertically","get","add","623944BmpAQj","refresh","insertion","578070ZnfIHM","low","set:isEnabled","push","_suggestionFactory","isEnabled","formatBlock","forceDefaultExecution","*Split cell:* vertically","2250423IacpqZ","commands","execute","1616sAbmor","size","horizontally","containsRange","getSuggestions","detach","createTableWalker","TableEditing","document","markBlockFormat","change","_tablePostFixingSubtypes","*Split cell:* horizontally","table","accept","isInContent","root","length","selection","format","tableCell","TableUtils","3136506IOKVPm","has","find","_acceptFormatSuggestionCallbackFactory","mergeTableCellUp","markMultiRangeBlockFormat","_areSelectedCellsMergable","model","commandName","filter","from","getFirstPosition","highest","locale","mergeTableCellLeft","element","mergeTableCellRight","direction","fromRange","editor","trackChanges","subType","findAncestor","mergeTableCellDown","createRangeOn","splitTableCellHorizontally","enableCommand","TrackChangesEditing","stop","_isForcedDefaultExecutionBlock","getCellLocation"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=308]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(897408===-parseInt(n(355))/1+parseInt(n(392))/2+parseInt(n(367))/3+-parseInt(n(350))/4+-parseInt(n(358))/5+-parseInt(n(334))/6+-parseInt(n(335))/7*(-parseInt(n(370))/8))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(339)](){return[aa]}[ua(351)](){const t=ua,e=this[t(314)],n=e[t(399)][t(378)][t(388)],r=e[t(308)];if(!e[t(326)][t(393)](t(377)))return;const s=e[t(326)][t(353)](t(322)),o=e[t(326)][t(353)](t(391)),a=e[t(326)][t(353)](aa);a[t(381)][t(361)](t(328)),s[t(321)](t(328),(()=>{const n=t,r=o[n(336)](e[n(399)][n(378)][n(388)]);e[n(399)][n(380)]((()=>{const t=n;s[t(397)](r,{commandName:t(328),commandParams:[]},[],t(328))}))})),e[t(368)][t(353)](t(328)).on(t(369),((n,r)=>{const o=t;e[o(368)][o(353)](o(315))[o(331)]&&(r[o(387)]>0&&r[r[o(387)]-1]&&r[r[o(387)]-1][o(365)]||s[o(324)]||this[o(398)]()||n[o(323)]())}),{priority:t(404)});for(const n of[t(396),t(311),t(318),t(309)]){const r=e[t(368)][t(353)](n);s[t(321)](n,(()=>{const n=t,o=e[n(399)][n(378)][n(388)][n(403)]()[n(349)]()[n(394)]((t=>t.is(n(310),n(390)))),i=r[n(331)];e[n(399)][n(380)]((()=>{const t=n;s[t(397)]([o,i],{commandName:t(328),commandParams:[]},[],t(328))}))}))}for(const n of[t(352),t(320)]){const r=e[t(368)][t(353)](n);s[t(321)](n,(()=>{const i=t,a=o[i(336)](e[i(399)][i(378)][i(388)])[0],c=a[i(317)](i(383)),{column:u,row:l}=o[i(325)](a);let f=[];if(i(372)==r[i(312)]){const t=o[i(376)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(402)](t)[i(347)]((t=>t[i(344)]))}else{const t=o[i(376)](c,{column:u,includeAllSlots:!0});f=Array[i(402)](t)[i(347)]((t=>t[i(344)]))}e[i(399)][i(380)]((t=>{const e=i;s[e(379)](t[e(319)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(333)][t(327)]((e=>{const n=t;if(n(364)!=e[n(345)]&&n(340)!=e[n(345)])return;const{data:s}=e;return s&&n(328)==s[n(400)]?{type:n(389),content:Wr(r,n(343))}:void 0})),s[t(333)][t(327)]((e=>{const n=t;if(n(364)!=e[n(345)]&&n(340)!=e[n(345)])return;const{data:s}=e;return s?n(352)==s[n(400)]?{type:n(389),content:Wr(r,n(366))}:n(320)==s[n(400)]?{type:n(389),content:Wr(r,n(382))}:void 0:void 0}));const c=a[t(395)]();for(const e of[t(396),t(311),t(318),t(309)])s[t(362)][t(338)](t(364),e,t(384),c);for(const e of[t(352),t(320)])s[t(362)][t(338)](t(364),e,t(384),c);s[t(362)][t(338)](t(364),t(328),t(384),(r=>{const s=t;e[s(399)][s(380)]((t=>{const o=s,a=Array[o(402)](n[o(341)]())[o(347)]((t=>i.LiveRange[o(313)](t)));t[o(329)](r),e[o(368)][o(353)](o(328))[o(356)](),e[o(369)](o(328),{forceDefaultExecution:!0});const c=a[o(401)]((t=>o(346)!=t[o(386)][o(348)]));c[o(387)]>0&&t[o(329)](c);for(const t of a)t[o(375)]()}))}));for(const n of[t(396),t(318),t(309),t(311)]){const r=e[t(368)][t(353)](n);r.on(t(360),((n,s,o)=>{const i=t;if(o){const t=e[i(399)][i(378)][i(388)][i(403)]()[i(349)]()[i(394)]((t=>t.is(i(310),i(390))));this[i(337)](r[i(331)],t)||(n[i(332)]=!1,n[i(323)]())}}),{priority:t(359)})}}[ua(398)](){const t=ua,e=this[t(314)][t(368)][t(353)](t(328)),n=this[t(314)][t(326)][t(353)](t(391));if(!e[t(363)])return!1;const r=n[t(336)](this[t(314)][t(399)][t(378)][t(388)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(337)](e,n))return!1;return!0}[ua(337)](t,e){const n=ua,r=this[n(314)][n(326)][n(353)](n(322)),s=this[n(314)][n(399)][n(319)](t),o=this[n(314)][n(399)][n(319)](e),i=new Set,a=new Set;for(const t of r[n(374)]())if((n(357)==t[n(345)]||n(330)==t[n(345)]||n(328)==t[n(316)])&&t[n(385)])for(const e of t[n(341)]())e[n(373)](s,!0)&&i[n(354)](t[n(345)]+":"+t[n(342)].id),e[n(373)](o,!0)&&a[n(354)](t[n(345)]+":"+t[n(342)].id);if(i[n(371)]!=a[n(371)])return!1;for(const t of i)if(!a[n(393)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=459]})(t,e)}function pa(){const t=["parent","editor","4580605QnmRih","options","_registerLegacyDescription","addMarker:suggestion","setTableRowHeader","includes","end","FORMAT_HEADER_ROW","TableUtils","31815ObxpcA","6491790QPEzVi","28764901rFnrzH","*Format:* %0","writer","nodeBefore","removeAttribute","_splitMarkerName","ck-suggestion-marker-","TableEditing","afterInit","headingColumns","downcastDispatcher","removeMarker:suggestion","_suggestionFactory","2oKQISt","accept","2546769aRQVLl","has","plugins","registerDescriptionCallback","item","name","TrackChangesEditing","registerAttributeLabel","_acceptFormatSuggestionCallbackFactory","stop","createTableWalker","editing","commandName","getCellLocation","headingRows","FORMAT_HEADER_COLUMN","consumable","markerName","formatBlock","FORMAT_REGULAR_COLUMN","setTableColumnHeader","requires","addClass","cell","descriptionFactory","consume","registerBlockAttribute","_handleLegacySuggestions","showSuggestionHighlights","commandParams","get","format","16yOwIiK","forceValue","mapper","nodeAfter","type","highest","enableDefaultAttributesIntegration","start","markerNameToElements","bindElementToMarker","173962hinYZT","getSuggestion","setAttribute","locale","registerCustomCallback","data","activeMarkers","ck-suggestion-marker--active","markerRange","2317826JISWTk","4SCamkd","2340WqaYLn","data-suggestion","removeClass","FORMAT_REGULAR_ROW","toViewElement","unbindElementFromMarkerName"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(570934===parseInt(n(485))/1+parseInt(n(528))/2*(parseInt(n(530))/3)+parseInt(n(495))/4*(parseInt(n(504))/5)+parseInt(n(514))/6+parseInt(n(494))/7*(-parseInt(n(475))/8)+-parseInt(n(513))/9*(-parseInt(n(496))/10)+-parseInt(n(515))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(464)](){return[aa]}[ga(523)](){const t=ga,e=this[t(503)];if(!e[t(532)][t(531)](t(522)))return;const n=e[t(488)],r=e[t(532)][t(473)](t(536));r[t(481)](t(508)),r[t(481)](t(463)),r[t(469)](t(544)),r[t(469)](t(524)),r[t(467)][t(537)](t(544),Wr(n,t(511))),r[t(467)][t(537)](t(524),Wr(n,t(545))),this[t(470)]()}[ga(470)](){const t=ga,e=this[t(503)][t(532)][t(473)](t(536)),n=this[t(503)][t(532)][t(473)](t(512)),r=this[t(503)][t(532)][t(473)](aa)[t(538)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(520)](o[a(460)]),l=e[a(486)](u),f=l[a(490)];if(a(461)!=l[a(479)]||!f||a(463)!=f[a(542)])return;if(o[a(534)])return void s[a(539)]();if(!i[a(459)][a(468)](o[a(493)],s[a(535)]))return;const h=o[a(493)][a(482)][a(478)],g=o[a(493)][a(510)][a(518)],d=h[a(502)][a(502)],{column:p}=n[a(543)](h),{column:m}=n[a(543)](g);for(let s=p;s<=m;s++){const l=n[a(540)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(466)],l=i[a(477)][a(500)](s);i[a(517)][a(465)](a(521)+c,l),r&&i[a(517)][a(487)](a(497),u,l),i[a(477)][a(484)](l,o[a(460)]),t&&(e[a(491)][a(509)](o[a(460)])?i[a(517)][a(465)](a(492),l):i[a(517)][a(498)](a(492),l))}}}}e[t(527)][t(489)](t(461),t(508),t(529),r),e[t(527)][t(489)](t(461),t(463),t(529),r),this[t(503)][t(541)][t(525)].on(t(507),s(),{priority:t(480)}),this[t(503)][t(490)][t(525)].on(t(507),((e,n,r)=>{const o=t;r[o(505)][o(471)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(480)}),this[t(503)][t(541)][t(525)].on(t(526),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(520)](r[o(460)]),c=e[o(486)](a),u=c[o(490)];if(o(461)!=c[o(479)]||!u||o(463)!=u[o(542)])return;const l=s[o(477)][o(483)](r[o(460)]);if(l)for(const t of l)s[o(517)][o(498)](o(521)+i,t),s[o(517)][o(498)](o(492),t),s[o(517)][o(519)](o(497),t),s[o(477)][o(501)](t,r[o(460)])}),{priority:t(480)}),this[t(506)]()}[ga(506)](){const t=ga,e=this[t(503)],n=e[t(488)];function r(e){const r=t;return{type:r(474),content:Wr(n,r(516),e)}}e[t(532)][t(473)](t(536))[t(467)][t(533)]((e=>{const s=t;if(s(461)!=e[s(479)])return;const{data:o}=e;if(o){if(s(508)==o[s(542)]){const t=o[s(472)][0][s(476)];return r(Wr(n,s(t?511:499)))}if(s(463)==o[s(542)]){const t=o[s(472)][0][s(476)];return r(Wr(n,s(t?545:462)))}}}))}}const Ia=ba;function Ea(){const t=["getChanges","createRangeOn","stop","endRow","length","high","tableCellBorderWidth","getRange","accept","columnInsertionIndexes","getRowIndexes","ck-suggestion-marker-insertion","insertion","removeColumns","getSuggestions","document","markMultiRangeBlockFormat","markerToHighlight","columnInsertionRanges","504blEKSF","filter","registerPostFixer","column","_replaceTableSlotCell","_tablePostFixingSubtypes","registerDescriptionCallback","_splitMarkerName","Users","conversion","markMultiRangeInsertion","suggestion:formatBlock:tablePasteCell","getChildren","fromRange","1079145mZFAsQ","createElement","insertRows","paragraph","createTableWalker","insertColumns","forceDefaultExecution","selection","isEmpty","every","startsWith","for","editing","getChangedMarkers","get","suggestion","forEach","last","dataDowncast","schema","remove","activeMarkers","suggestion-td","setAttribute","editingDowncast","endColumn","getSuggestionCallback","previousSibling","columns","markMultiRangeDeletion","low","end","root","getChild","findAncestor","position","author","rows","removeMarker","detach","$graveyard","getMarkers","next","content","suggestionLoaded","row","model","first","insertionRanges","trackChanges","tablePasteChainId","518YwFXah","call","getTableIfOnlyTableInContent","createRangeIn","return","cells","fill","tablePasteColumn","value","tablePaste","batch","tableCellHorizontalAlignment","locale","showSuggestionHighlights","tablePasteRow","documentSelection","getShiftedBy","nodeAfter","set","map","listenTo","getItems","fromEntries","registerCustomCallback","updateMarker","table","*Replace table cells*","move","tableCellPadding","requires","rowInsertionIndexes","getContainedElement","tableCellSuggestion","options","tableCellBorderColor","attributes","insertContent","isInContent","rowInsertionRanges","has","push","plugins","descriptionFactory","from","424356vJFHOg","nextSibling","tableCellBackgroundColor","join","start","unwrap","tableCellVerticalAlignment","deletionRanges","tableCell","type","tablePasteCell","1195998VAFsyW","createRange","containsRange","getSuggestion","wrap","cell","getRanges","oldRange","afterInit","14708466lhUinI","commands","redo","rootName","isEqual","register","markerName","getAttributes","hasSuggestion","change","tableCellBorderStyle","removeRows","reduce","clipboardOutput","includes","TableUtils","getAllAdjacentSuggestions","differ","elementToElement","TableClipboard","getSelectionAffectedTableCells","previous","markers","removeMarkers","66936cLBjhh","getRows","element","some","deletion","getColumns","ck-suggestion-marker--active","TrackChangesEditing","ck-suggestion-marker","_isForcedDefaultExecutionBlock","add","formatBlock","keys","discard","insert","getColumnIndexes","markerAttributes","name","editor","subType","entries","view","newRange","_createdBatches","_getCoordsForCells","createPositionBefore","2085594bGMPCK","find","281JSkRiw","setAttributes","suggestionUnloaded","_suggestionFactory"];return(Ea=function(){return t})()}function ba(t,e){const n=Ea();return(ba=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=ba,r=t();for(;;)try{if(386458===-parseInt(n(523))/1*(parseInt(n(611))/2)+-parseInt(n(521))/3+parseInt(n(451))/4+parseInt(n(560))/5+-parseInt(n(462))/6+parseInt(n(546))/7*(-parseInt(n(495))/8)+parseInt(n(471))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const Ta=[Ia(533),Ia(441),Ia(481),Ia(622),Ia(457),Ia(453),Ia(639)],_a=Object[Ia(633)](Ta[Ia(630)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(640)](){return[aa]}[Ia(470)](){const t=Ia,n=this[t(513)];if(!n[t(448)][t(446)](t(490)))return;const r=n[t(448)][t(574)](t(502)),s=n[t(448)][t(574)](t(486)),o=n[t(448)][t(574)](aa),a=n[t(448)][t(574)](t(490));o[t(551)][t(447)](t(625),t(618)),n[t(606)][t(579)][t(476)](t(643),{allowIn:t(459),allowContentOf:t(459),isLimit:!0}),n[t(555)][t(489)]({model:t(643),view:t(582)});let c=null;n[t(606)].on(t(443),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(531)]-1];h&&h[u(566)]||r[u(504)]||this[u(513)][u(472)][u(574)](u(609))[u(619)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(626)))return!1;const i=s[o(613)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(491)](n[o(542)][o(567)]);if(!a[o(531)])return!1;const c=a[0][o(594)](o(636)),l=r[o(537)](a),f=r[o(510)](a),h={startRow:l[o(607)],endRow:l[o(577)],startColumn:f[o(607)],endColumn:f[o(577)]};return 1==a[o(531)]&&(h[o(530)]+=r[o(496)](i)-1,h[o(585)]+=r[o(500)](i)-1),ka(c,h,r)}(l,f,n[u(606)],s,a)&&(o[u(529)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(606)][u(480)]((()=>{const t=u;n[t(606)][t(443)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(531)]&&r[t(556)](o,t(625),{tablePasteChainId:s}),a[t(531)]&&r[t(556)](a,t(618),{tablePasteChainId:s}),l[t(531)]&&(r[t(556)](l,t(620),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(576)]((e=>{const n=t;var r;return null===(r=e[n(599)])||void 0===r?void 0:r[n(612)](e)}))),f[t(531)]&&(r[t(589)](f,t(620),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(576)]((e=>{const n=t;var r;return null===(r=e[n(599)])||void 0===r?void 0:r[n(612)](e)})));const g=r[t(543)](h[t(630)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(461),{tablePasteChainId:s});if(g){const e=g[t(601)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(606)][t(528)](s),a=e[t(522)]((e=>e[t(534)]()[t(475)](i)));a&&r[t(447)]([a[t(512)],o])}r[t(531)]&&g[t(583)](t(511),Object[t(633)](r))}c=null})))}),{priority:e.priorities[t(532)]+10}),n[t(448)][t(574)](t(490)).on(t(550),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(529)]();const u=s[r(467)],l=o,f=Aa(u),h=Aa(l);e[r(615)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(580)](u[r(593)](0));for(const t of Array[r(450)](l[r(558)]()))a[r(509)](t,u,r(591));const t=c[r(641)][r(485)](s[r(605)]),e=c[r(536)][r(485)](s[r(549)]);t||e||(g=i.LiveRange[r(559)](a[r(614)](u)))}else h&&!f&&(d=a[r(614)](u));else{const t=a[r(561)](r(643)),e=a[r(561)](r(643));a[r(466)](a[r(614)](u),e),a[r(509)](t,u,0);for(const e of Array[r(450)](l[r(558)]()))a[r(509)](e,t,r(591));g=i.LiveRange[r(559)](a[r(528)](t)),d=i.LiveRange[r(559)](a[r(528)](e))}const p=Array[r(450)](l[r(478)]())[r(547)]((([t])=>Ta[r(485)](t)));c[r(616)][r(447)]({element:u,attributes:p[r(531)]?Object[r(633)](p):null}),g&&c[r(608)][r(447)](g),d&&c[r(458)][r(447)](d)}),{priority:t(532)}),s.on(t(565),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(588)]||1;c[o(536)]=new Array(l)[o(617)](u)[o(630)](((t,e)=>t+e));for(const{cell:t}of s[o(564)](i,{startColumn:u,endColumn:u+l-1}))c[o(545)][o(447)](n[o(606)][o(528)](t))}),{priority:t(590)}),s.on(t(562),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(597)]||1;c[o(641)]=new Array(l)[o(617)](u)[o(630)](((t,e)=>t+e));for(const{cell:t}of s[o(564)](i,{startRow:u,endRow:u+l-1}))c[o(445)][o(447)](n[o(606)][o(528)](t))}),{priority:t(590)}),r[t(449)][t(552)]((e=>{const r=t;if(e[r(514)]&&e[r(514)][r(570)](r(620)))return e[r(492)]?{}:{type:r(539),content:Wr(n[r(623)],r(637))}}));const u=()=>!1;for(const e of[t(620),t(618),t(625),t(461)])r[t(526)][t(634)](t(539),e,t(454),u),r[t(526)][t(634)](t(499),e,t(454),u),r[t(526)][t(634)](t(506),e,t(454),u);r[t(526)][t(634)](t(506),t(461),t(508),u),r[t(526)][t(634)](t(506),t(461),t(535),((e,r,s)=>{const o=t,i=e[o(630)]((t=>t[o(642)]()))[o(547)]((t=>t)),a=new Map(i[o(630)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(616)])e&&a[o(629)](t,e);else if(s&&s[o(511)])for(const[t,e]of Object[o(515)](s[o(511)])){const r=n[o(606)][o(493)][o(574)](t),s=r?r[o(534)]()[o(642)]():null;s&&a[o(629)](s,e)}n[o(606)][o(480)]((t=>{const e=o;for(const[n,r]of a)t[e(524)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(526)][o(634)](e,o(620),s,((t,i,a)=>{const c=o;n[c(606)][c(480)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(455)][o(628)];t.is(o(497),o(643))&&u[o(447)](t)}r[o(526)][o(586)](e,null,s)(t,i,a);for(const t of u)o(600)!=t[o(592)][o(474)]&&n[o(456)](t)}))}))};l(t(539),t(535)),l(t(539),t(508)),l(t(499),t(535)),l(t(499),t(508)),r[t(526)][t(634)](t(539),t(625),t(508),(e=>{const n=t,r=e[n(630)]((t=>t[n(642)]())),i=r[0][n(594)](n(636)),{minRow:a,maxRow:c}=o[n(519)](r);s[n(482)](i,{at:a,rows:c-a+1})})),r[t(526)][t(634)](t(539),t(618),t(508),(e=>{const n=t,r=e[n(630)]((t=>t[n(642)]())),i=r[0][n(594)](n(636)),{minColumn:a,maxColumn:c}=o[n(519)](r);s[n(540)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(514)]||!n[s(514)][s(570)](s(620)))return;const o=n[s(442)][s(610)],i=r[s(541)]()[s(547)]((t=>t[s(444)]&&t[s(442)]&&t[s(442)][s(610)]==o));i[s(531)]&&n[s(487)]()[s(531)]!=i[s(531)]&&i[s(483)](((t,e)=>(t[s(602)]=e,e[s(492)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(553)](e[s(477)]),i=[s(503),s(538)],a=r[s(581)][s(485)](e[s(477)]);return a&&i[s(447)](s(501)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(604),f,{priority:t(532)}),r.on(t(525),f,{priority:t(532)}),n[t(606)][t(542)][t(548)]((()=>{const e=t;let s=!1;const o=Array[e(450)](n[e(606)][e(542)][e(488)][e(573)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(553)](t);if(e(575)!=o||e(499)!=a||i[e(469)])continue;if(!r[e(479)](c))continue;const u=r[e(465)](c)[e(468)](),l=n[e(448)][e(574)](e(554)).me;for(const t of r[e(541)]())if(t[e(444)]&&t[e(596)]==l&&e(506)==t[e(460)]&&e(461)==t[e(514)]&&t[e(468)]()[e(569)]((t=>u[e(498)]((n=>n[e(464)](t,!0))))))for(const n of t[e(487)]())n[e(444)]&&(n[e(508)](),s=!0)}return s})),n[t(606)][t(542)][t(548)]((e=>{const s=t,o=n[s(472)][s(574)](s(473));if(!o||!o[s(518)][s(446)](e[s(621)]))return!1;let i=!1;const a=n[s(448)][s(574)](s(554)).me,c=n[s(606)][s(542)][s(488)][s(527)](),u=Array[s(450)](n[s(606)][s(542)][s(488)][s(573)]())[s(547)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(553)](t);return n(575)==o&&n(620)==i&&c==a.id&&!e[n(469)]}));for(const t of c){if(s(509)!=t[s(460)]||s(643)!=t[s(512)]||1!=t[s(531)])continue;const n=e[s(463)](t[s(595)],t[s(595)][s(627)](1));if(!u[s(522)]((({data:t})=>t[s(517)][s(475)](n))))for(const{name:t,data:r}of u)if(n[s(464)](r[s(517)])){e[s(635)](t,{range:n}),i=!0;break}}return i})),n[t(606)][t(542)][t(548)]((e=>{const s=t;let o=!1;const i=n[s(448)][s(574)](s(554)).me,a=r[s(541)]()[s(547)]((t=>t[s(444)]&&t[s(596)]==i)),c=new Set,u=new Set;for(const t of a)if(s(620)==t[s(514)])for(const e of t[s(601)]()){const n=e[s(534)]()[s(642)]();if(n)if(n.is(s(497),s(643))&&Aa(n)){t[s(598)](e[s(512)]),c[s(505)](n),o=!0;const r=n[s(452)],i=n[s(587)],a=r&&r.is(s(497),s(643)),l=i&&i.is(s(497),s(643));a&&!c[s(446)](r)&&u[s(505)](r),l&&!c[s(446)](i)&&u[s(505)](i)}else n.is(s(497),s(563))&&n[s(568)]&&(t[s(598)](e[s(512)]),o=!0)}else if(s(461)==t[s(514)]){if(!t[s(442)]||!t[s(442)][s(610)])continue;const e=t[s(442)][s(511)];if(e&&Object[s(507)](e)[s(531)])continue;const n=t[s(442)][s(610)];let r=!0,i=!0;for(const e of a)if(e[s(514)]&&e[s(514)][s(570)](s(620))){if(!e[s(442)][s(610)]){i=!1;break}if(e.id!=t.id&&e[s(442)][s(610)]==n){r=!1;break}}i&&r&&(t[s(494)](),o=!0)}for(const t of c)e[s(580)](t);for(const t of u)e[s(456)](t);return o})),n[t(555)][t(571)](t(584))[t(544)]({model:t(557),view:(t,e)=>h(t),converterPriority:t(532)}),n[t(555)][t(571)](t(578))[t(544)]({model:t(557),view:(e,n)=>n[t(440)][t(624)]?h(e,!1):null,converterPriority:t(532)});const g=n[t(572)][t(516)];this[t(631)](g[t(542)],t(484),((e,n)=>{const r=t,s=[];for(const t of g[r(614)](n[r(603)])[r(632)]())t.is(r(497),r(582))&&s[r(447)](t);g[r(480)]((t=>{const e=r;for(const n of s)t[e(638)](t[e(614)](n),t[e(520)](n)),t[e(580)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(568)])return!0;const n=t[e(593)](0);return n.is(e(497),e(563))&&n[e(568)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(564)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=La;function La(t,e){const n=Na();return(La=function(t,e){return n[t-=186]})(t,e)}function Na(){const t=["formatInline","getSelectedElement","6895ScvTYS","get","resizeTableWidth","handleResizeTableWidthCommand","commandParams","locale","registerCustomCallback","data","getSuggestions","getContainedElement","author","518298BtIAoN","bind","handleSuggestionDescription","accept","enableCommand","getColumnGroupElement","has","tableWidth","getAttribute","model","getSuggestionCallback","formatBlock","change","getTableColumnsWidths","2248488WHtJfq","selection","TrackChangesEditing","markBlockFormat","editor","discard","Users","type","TableColumnResizeEditing","format","plugins","688QnzcqH","formatGroupId","registerDescriptionCallback","columnWidths","30KLAZlc","document","1MkWSBH","557994ggSkwN","subType","625466UbWOeZ","*Format:* resize table","table","afterInit","resizeTable","2904867bHXViX","_suggestionFactory","1297809KODaUS","descriptionFactory"];return(Na=function(){return t})()}!function(t,e){const n=La,r=t();for(;;)try{if(249163===parseInt(n(236))/1*(parseInt(n(239))/2)+parseInt(n(205))/3+-parseInt(n(230))/4*(-parseInt(n(194))/5)+parseInt(n(237))/6+-parseInt(n(188))/7+parseInt(n(219))/8+parseInt(n(190))/9*(-parseInt(n(234))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Sa extends t.Plugin{[Ca(186)](){const t=Ca;if(!this[t(223)][t(229)][t(211)](t(227)))return;const e=this[t(223)][t(229)][t(195)](t(221));e[t(209)](t(196),this[t(197)][t(206)](this)),e[t(189)][t(200)](t(216),t(187),t(208),e[t(189)][t(215)](t(216),null,t(224))),e[t(189)][t(200)](t(216),t(187),t(224),e[t(189)][t(215)](t(216),null,t(208))),e[t(191)][t(232)](this[t(207)][t(206)](this))}[Ca(197)](t,e){const n=Ca,r=this[n(223)][n(229)][n(195)](n(221)),s=this[n(223)][n(229)][n(195)](n(227)),o=e[n(241)]||this[n(223)][n(214)][n(235)][n(220)][n(193)]();this[n(223)][n(214)][n(217)]((()=>{const i=n,a=s[i(210)](o);let c=a?s[i(218)](a):null,u=o[i(213)](i(212))||null;const l=e[i(212)]||u,f=e[i(233)]||c,h=this[i(223)][i(229)][i(195)](i(225)).me;for(const t of r[i(202)]()){const e=t[i(203)]();if(i(187)===t[i(238)]&&e===o){t[i(204)]!==h&&t[i(224)]();const e=t[i(201)][i(198)];u=e[0][i(212)],c=e[0][i(233)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(222)](o,{commandName:i(196),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(187)},[],i(187))}))}[Ca(207)](t){const e=Ca;if(e(216)!=t[e(226)]&&e(192)!=t[e(226)])return;const{data:n}=t;if(n&&e(187)===n[e(231)]){const t=e(240);return{type:e(228),content:Wr(this[e(223)][e(199)],t)}}}}const Ra=va;function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=138]})(t,e)}function Ma(){const t=["plugins","775EfzUim","442778uGXDXT","editor","128250pmIYwa","77418shibPx","enableCommand","afterInit","805290homcBC","insertTemplate","get","1800JUIgOO","has","TrackChangesEditing","40aMShnQ","3efuhsI","Template","1vmSMyd","2252921jZJPgJ","445868cNsxtX"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(101454===parseInt(n(157))/1*(-parseInt(n(144))/2)+parseInt(n(155))/3*(-parseInt(n(139))/4)+-parseInt(n(141))/5*(-parseInt(n(151))/6)+parseInt(n(142))/7+-parseInt(n(154))/8*(-parseInt(n(145))/9)+-parseInt(n(148))/10+parseInt(n(138))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[Ra(147)](){const t=Ra,e=this[t(143)];e[t(140)][t(152)](t(156))&&e[t(140)][t(150)](t(153))[t(146)](t(149))}}const wa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=346]})(t,e)}function Da(){const t=["ELEMENT_TABLE_OF_CONTENTS","commands","1004620rGEeoM","get","14iqNDtt","locale","3780378yACFoW","147DQTyjX","1118840ucaWVY","insertTableOfContents","descriptionFactory","8xgwlku","enableCommand","816504gnDPZi","183102aeDibe","registerElementLabel","plugins","TrackChangesEditing","afterInit","10836PsNsRs","tableOfContents","1075648onsHFi","editor"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(414897===parseInt(n(367))/1+parseInt(n(358))/2*(-parseInt(n(350))/3)+-parseInt(n(365))/4*(parseInt(n(356))/5)+parseInt(n(368))/6*(-parseInt(n(361))/7)+parseInt(n(352))/8+parseInt(n(360))/9+parseInt(n(362))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Pa extends t.Plugin{[wa(349)](){const t=wa,e=this[t(353)];if(!e[t(355)][t(357)](t(363)))return;e[t(347)][t(357)](t(348))[t(366)](t(363));const n=e[t(347)][t(357)](t(348)),r=e[t(359)];n[t(364)][t(346)](t(351),(e=>Wr(r,t(354),e)))}}const Ba=xa;function xa(t,e){const n=ja();return(xa=function(t,e){return n[t-=171]})(t,e)}!function(t,e){const n=xa,r=t();for(;;)try{if(331408===parseInt(n(187))/1+parseInt(n(202))/2+-parseInt(n(184))/3+parseInt(n(182))/4+parseInt(n(193))/5+-parseInt(n(205))/6+parseInt(n(174))/7*(-parseInt(n(208))/8))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ja);class Ua extends t.Plugin{[Ba(194)](){const t=Ba,e=this[t(211)];if(!e[t(186)][t(212)](t(197)))return;const n=e[t(186)][t(171)](t(181));n[t(203)][t(209)](t(207),(()=>Wr(e[t(198)],t(191)))),e[t(206)][t(196)][t(200)]((r=>{const s=t;let o=!1;const i=Array[s(185)](e[s(206)][s(196)][s(190)][s(175)]());for(const{name:t,data:a}of i){const{group:i}=n[s(210)](t);if(s(178)!==i||!a[s(176)])continue;const c=a[s(176)],u=c[s(204)][s(180)];if(!u||!u.is(s(189),s(207)))continue;if(!c[s(201)][s(195)](c[s(204)]))continue;const l=e[s(206)][s(172)][s(177)](c[s(204)],s(183));if(l&&l[s(188)]){const e=r[s(179)](c[s(201)],l[s(201)]);e[s(173)](c)||(r[s(192)](t,{range:e}),o=!0)}o||(r[s(199)](t),o=!0)}return o}))}}function ja(){const t=["registerElementLabel","_splitMarkerName","editor","has","get","schema","isEqual","459039gGWyiA","getChangedMarkers","newRange","getNearestSelectionRange","suggestion","createRange","nodeBefore","TrackChangesEditing","18440dHxFQD","forward","363696todSAW","from","plugins","377979zssjQh","isCollapsed","element","differ","ELEMENT_TITLE","updateMarker","2649675yzUPgW","afterInit","isTouching","document","Title","locale","removeMarker","registerPostFixer","start","464730QoEYJc","descriptionFactory","end","3760032dAQOdt","model","title-content","8dPpPAY"];return(ja=function(){return t})()}const Ga=Va;function Va(t,e){const n=Wa();return(Va=function(t,e){return n[t-=421]})(t,e)}!function(t,e){const n=Va,r=t();for(;;)try{if(557051===parseInt(n(422))/1+parseInt(n(431))/2+-parseInt(n(433))/3*(parseInt(n(432))/4)+-parseInt(n(436))/5+-parseInt(n(424))/6+parseInt(n(435))/7+parseInt(n(428))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class Ha extends t.Plugin{[Ga(425)](){const t=Ga,e=this[t(434)],n=e[t(426)][t(423)](t(427));e[t(426)][t(437)](t(421))&&(n[t(429)](t(438)),n[t(429)](t(430)))}}function Wa(){const t=["enableCommand","redo","1513784NvEZZO","15216HVBUDI","693aSegst","editor","1735503SFDGVV","370710NVLSPa","has","undo","UndoEditing","18453ZflqYr","get","855072jjErll","afterInit","plugins","TrackChangesEditing","5033240jvQCvc"];return(Wa=function(){return t})()}const za=Ka;function Ka(t,e){const n=qa();return(Ka=function(t,e){return n[t-=418]})(t,e)}function qa(){const t=["plugins","4yvxCXa","3989GvEDEB","has","7NxMfnF","30pUrVlA","15kSvnLA","1441500TLDazF","380644iQhiIe","859431TjaAsV","112PrBIbE","toggleTableCaption","1011776huSbAS","afterInit","requires","enableCommand","editor","129192ylmCcu","TableCaptionEditing","1241622ZXqYzH","TrackChangesEditing","get"];return(qa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(232814===-parseInt(n(436))/1*(-parseInt(n(422))/2)+parseInt(n(421))/3*(parseInt(n(435))/4)+parseInt(n(418))/5*(-parseInt(n(429))/6)+-parseInt(n(438))/7*(parseInt(n(424))/8)+parseInt(n(431))/9+parseInt(n(439))/10*(-parseInt(n(420))/11)+-parseInt(n(419))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qa);class Qa extends t.Plugin{static get[za(426)](){return[aa]}[za(425)](){const t=za,e=this[t(428)];e[t(434)][t(437)](t(430))&&e[t(434)][t(433)](t(432))[t(427)](t(423))}}const Za=Xa;function Xa(t,e){const n=Ya();return(Xa=function(t,e){return n[t-=143]})(t,e)}function Ya(){const t=["start","tableCellBorderStyle","selection","format","document","table","616180DOAGGk","TrackChangesEditing","tableCellBackgroundColor","_suggestionFactory","949876lcOpSk","locale","getSelectionAffectedTableCells","handleDiscardAction","tableCellBorderColor","subType","tableBorderStyle","editor","discard","*Format:* change table properties","tableCellBorderWidth","tableCellHorizontalAlignment","join","882552cZlNzf","findAncestor","getFirstPosition","commandParams","afterInit","getSuggestionCallback","_handlePropertyChange","tableCellHeight","descriptionFactory","*Format:* change table cell properties","TrackChangesTableProperties","pluginName","nodeAfter","has","model","data","setAttribute","tableCellPadding","_getSuggestion","getContainedElement","tableAlignment","enqueueChange","formatBlock","markBlockFormat","TablePropertiesEditing","16OgZHQD","21016OtzEhW","13535731HDeEHW","tableBorderWidth","change","get","tableHeight","tableBorderColor","9glLDHb","enableCommand","tableCellVerticalAlignment","tableCellProperties","plugins","2989UoWqrW","18UWwTWT","TableCellPropertiesEditing","tableBackgroundColor","accept","1771075XNzIUr","tableCellWidth","1959970twYPHO","tableProperties","TableUtils","tableWidth","registerDescriptionCallback","registerCustomCallback","getAttribute","getSuggestions","batch","removeAttribute","handleSuggestionDescription"];return(Ya=function(){return t})()}!function(t,e){const n=Xa,r=t();for(;;)try{if(614900===parseInt(n(144))/1+-parseInt(n(219))/2+parseInt(n(157))/3*(-parseInt(n(182))/4)+-parseInt(n(200))/5*(-parseInt(n(196))/6)+-parseInt(n(195))/7*(-parseInt(n(183))/8)+parseInt(n(190))/9*(parseInt(n(202))/10)+-parseInt(n(184))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Ja extends t.Plugin{constructor(t){const e=Xa;super(t),this[e(203)]=[e(189),e(150),e(185),e(177),e(205),e(188),e(198)],this[e(193)]=[e(148),e(214),e(154),e(174),e(201),e(164),e(221),e(155),e(192)]}static get[Za(168)](){return Za(167)}[Za(161)](){const t=Za,e=this[t(151)][t(194)][t(187)](t(220));if(this[t(151)][t(194)][t(170)](t(181))){for(const n of this[t(203)])e[t(191)](n,((e,r)=>{const s=t,o=this[s(151)][s(171)][s(217)][s(215)][s(159)]()[s(158)](s(218));this[s(163)](n,[o],this[s(203)],s(203),e,r)}));e[t(143)][t(207)](t(179),t(203),t(199),e[t(143)][t(162)](t(179),null,t(152))),e[t(143)][t(207)](t(179),t(203),t(152),((e,n)=>this[t(147)](this[t(203)],e,n))),e[t(143)][t(207)](t(179),t(203),t(156),(()=>!1))}if(this[t(151)][t(194)][t(170)](t(197))){for(const n of this[t(193)])e[t(191)](n,((e,r)=>{const s=t,o=this[s(151)][s(194)][s(187)](s(204))[s(146)](this[s(151)][s(171)][s(217)][s(215)]);this[s(163)](n,o,this[s(193)],s(193),e,r)}));e[t(143)][t(207)](t(179),t(193),t(199),e[t(143)][t(162)](t(179),null,t(152))),e[t(143)][t(207)](t(179),t(193),t(152),((e,n)=>this[t(147)](this[t(193)],e,n))),e[t(143)][t(207)](t(179),t(193),t(156),(()=>!1))}e[t(165)][t(206)]((e=>this[t(212)](e)))}[Za(163)](t,e,n,r,s,o){const i=Za,a=this[i(151)][i(194)][i(187)](i(220));this[i(151)][i(171)][i(178)](o[i(210)],(()=>{const t=i;for(const i of e)if(this[t(175)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(208)](r);void 0!==n&&(e[r]=n)}s(o),a[t(180)](i,{commandParams:[e]},[],r)}}))}[Za(147)](t,e,n){const r=Za,s=e[0][r(213)][r(169)],o=n[r(160)][0];this[r(151)][r(171)][r(186)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(173)](r,o[r],s):e[n(211)](r,s)}))}[Za(212)](t){const e=Za;if(t[e(172)])switch(t[e(149)]){case e(203):return{type:e(216),content:Wr(this[e(151)][e(145)],e(153))};case e(193):return{type:e(216),content:Wr(this[e(151)][e(145)],e(166))}}}[Za(175)](t,e){const n=Za,r=this[n(151)][n(194)][n(187)](n(220));for(const s of r[n(209)]({skipNotAttached:!0})){const r=s[n(176)]();if(s[n(149)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Je(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Qt?function(t,e){return Qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Jt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=vc();return(bc=function(t,e){return n[t-=256]})(t,e)}!function(t,e){const n=bc,r=t();for(;;)try{if(757630===-parseInt(n(448))/1+parseInt(n(506))/2+-parseInt(n(676))/3*(-parseInt(n(479))/4)+-parseInt(n(599))/5+parseInt(n(646))/6+-parseInt(n(412))/7*(-parseInt(n(256))/8)+-parseInt(n(612))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vc);const Tc=Ec(281);class _c extends t.Plugin{static get[Ec(531)](){return[Ec(282),o.Users,t.PendingActions,Jr,ns,as,fs,Ts,ms,ys,Rs,xs,to,ro,uo,ho,Eo,yo,No,vo,Do,Ho,Uo,Ko,Xo,ei,ci,pi,Ni,si,Vs,qs,bi,Ai,Mi,Fi,ji,Wi,qi,$i,ra,aa,ha,ma,Qa,ya,Sa,Pa,Ja,Oa,Ua,Ha]}static get[Ec(266)](){return Ec(573)}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(402)]((t=>String[e(552)](t)))[e(340)]("")}super(t),this[e(494)]=!1,this[e(577)](e(437),[]),this.on(e(533),((n,r,s,o)=>{const i=e;this[i(444)][i(644)]((()=>{const e=i;for(const n of[...o,...s])this[e(444)][e(602)][e(313)](n)&&t[e(397)][e(294)](n)}))})),this[e(674)]=new Qr(this[e(629)][e(286)][e(598)],this[e(629)][e(307)]),this[e(299)]=null,this[e(364)]=new yc(this[e(629)]),this[e(264)]=new Map,this[e(536)]=t[e(379)][e(413)](e(282)),this[e(551)]=new Set,this[e(444)]=this[e(629)][e(286)],this[e(469)]=new WeakMap,this[e(275)]=!1,this[e(627)]=new Set([e(281)]),this[e(592)]=new Set,t[e(588)][e(415)](e(650),e(617)),this[e(487)]=t[e(588)][e(413)](e(650)),t[e(588)][e(415)](e(660),!0),this[e(386)]=t[e(588)][e(413)](e(660)),this[e(423)]=new f(t,this[e(551)]),this[e(649)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,52,50,48])}[Ec(274)](){const t=Ec,n=this[t(629)],r=(e,n)=>{const r=t;if(r(497)!=e)return r(475)+e;const s=n[r(564)]("|")[0];return this[r(259)](s)?r(470):r(582)};n[t(545)][t(502)](t(337))[t(370)]({model:t(279),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(366)](e[n(621)]),a=[n(514),r(o,i)];let c=3e3;return this[n(437)][n(642)](e[n(621)])&&(a[n(656)](n(567)),c=3010),n(351)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(545)][t(502)](t(643))[t(566)]((e=>{const r=t;e.on(r(450),((t,e,s)=>{const o=r;if(!s[o(414)][o(670)])return;const i=e[o(301)];if(!i)return;const c=s[o(273)][o(499)](i);n[o(286)][o(598)][o(636)](i)&&c&&!c[o(404)](o(555))&&c.is(o(410))&&(0,a.toWidget)(c,s[o(382)])}),{priority:r(610)})})),n[t(545)][t(502)](t(643))[t(370)]({model:t(279),view:(e,n)=>{const s=t;if(!n[s(414)][s(670)])return null;const{type:o,subType:i}=this[s(366)](e[s(621)]);return{classes:[s(514),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(301)])return;const{id:c}=this[a(366)](o[a(621)]);if(r){const t=this[a(264)][a(413)](c),e=this[a(664)](t);if(!this[a(259)](e))return}if(o[a(301)].is(a(662)))return void i[a(455)][a(492)](o[a(301)],s[a(578)]);const u=i[a(273)][a(499)](o[a(301)]);if(o[a(301)].is(a(576))&&n[a(286)][a(598)][a(568)](o[a(301)])&&!u[a(404)](a(645))){i[a(382)][a(336)]([a(514),a(470)],u),i[a(382)][a(481)](a(585),c,u),i[a(273)][a(369)](u,o[a(621)]),e&&(this[a(437)][a(642)](o[a(621)])?i[a(382)][a(336)](a(567),u):i[a(382)][a(378)](a(567),u));for(const t of n[a(286)][a(296)](o[a(301)])[a(526)]())i[a(455)][a(492)](t,s[a(578)]);i[a(455)][a(492)](o[a(301)],s[a(578)])}};n[t(545)][t(502)](t(643))[t(566)]((e=>{const n=t;e.on(n(288),((t,e,r)=>{const o=n;r[o(414)][o(670)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(571)})})),n[t(545)][t(502)](t(643))[t(566)]((e=>{const n=t;e.on(n(559),((t,e,r)=>{const o=n;r[o(414)][o(670)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(571)})})),n[t(545)][t(502)](t(643))[t(557)]({model:t(279),view:(e,n)=>n[t(414)][t(670)]?null:{group:t(279),name:e[t(287)](11)}}),n[t(545)][t(502)](t(669))[t(594)]({view:{name:t(279),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(565)+e[r(521)](r(406))+":"+e[r(521)]("id");return e[r(521)](r(652))&&(s+=":"+e[r(521)](r(652))),n[r(556)](r(640),{"data-name":s})}}),n[t(545)][t(502)](t(669))[t(345)]({view:t(279)}),n[t(545)][t(502)](t(337))[t(566)]((e=>{const n=t;e.on(n(288),s(),{priority:n(610)})})),n[t(545)][t(502)](t(337))[t(566)]((e=>{const n=t;e.on(n(559),s({isAttributeSuggestion:!0}),{priority:n(610)})})),n[t(545)][t(502)](t(337))[t(566)]((e=>{const n=t;e.on(n(532),((t,e,r)=>{const s=n,o=r[s(273)][s(574)](e[s(621)]);if(o)for(const t of o)t[s(404)](s(645))||(r[s(382)][s(378)]([s(514),s(470),s(567)],t),r[s(382)][s(563)](s(585),t),r[s(273)][s(403)](t,e[s(621)]))}),{priority:n(610)})})),n[t(545)][t(502)](t(337))[t(566)]((e=>{const n=t;e.on(n(315),((t,e,r)=>{const s=n,o=r[s(273)][s(574)](e[s(621)]);if(!o)return;const{id:i}=this[s(366)](e[s(621)]),a=this[s(264)][s(413)](i),c=this[s(664)](a);if(this[s(259)](c))for(const t of o)t[s(404)](s(645))||(r[s(382)][s(378)]([s(514),s(470),s(567)],t),r[s(382)][s(563)](s(585),t),r[s(273)][s(403)](t,e[s(621)]))}),{priority:n(610)})})),n[t(286)][t(352)][t(387)]((e=>{const r=t;let s=!1;const o=Array[r(657)](n[r(286)][r(352)][r(306)][r(501)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(366)](t);if(r(279)!==o)continue;const h=this[r(264)][r(413)](f);if(null!=c[r(304)]){r(461)==u&&(s=s||Cc(c[r(304)],t,e,n[r(286)][r(598)]));const o=r(497)==u&&this[r(259)](l[r(564)]("|")[0]);if(c[r(304)][r(277)]||r(462)==c[r(304)][r(446)][r(491)]||r(426)==u&&!Nc(c[r(304)])||o&&!Nc(c[r(304)])||r(351)==u&&(kc(a=c[r(304)])||function(t){const e=r;return t[e(350)][e(361)]==t[e(608)][e(580)]&&t[e(350)][e(653)]}(a)))e[r(324)](t),s=!0;else{if(!h||!h[r(297)])continue;i[r(566)](h)}}}var a;return i[r(343)]>0&&(s=!!this[r(542)](i)||s),s})),n[t(286)][t(352)][t(387)]((e=>{const r=t;let s=!1;for(const t of n[r(286)][r(352)][r(306)][r(549)]())if(r(453)==t[r(383)])for(const t of this[r(264)][r(443)]()){if(t[r(411)]||!t[r(297)])continue;const o=r(426)==t[r(383)],i=this[r(664)](t),a=i&&this[r(259)](i);if(!o&&!a)continue;const c=t[r(422)]();if(c[r(350)][r(361)]!=c[r(608)][r(361)]&&!c[r(608)][r(653)]){const o=n[r(286)][r(374)](c[r(350)][r(452)],r(608)),i=n[r(286)][r(572)](c[r(350)],o);e[r(498)](t[r(435)](),{range:i}),s=!0}}return s})),n[t(286)][t(352)][t(387)]((e=>this[t(265)](e))),n[t(286)][t(352)][t(387)]((e=>!e[t(583)][t(596)]&&this[t(309)](e))),n[t(286)].on(t(365),(()=>{this[t(494)]=!1})),n[t(286)][t(352)].on(t(546),((r,s)=>{const o=t;if(!s[o(596)]||s[o(467)])return;if(!this[o(494)])return;const i=n[o(286)][o(352)][o(306)][o(549)]();if(0==i[o(362)])return;const a=[],c=i[o(417)]((t=>o(497)==t[o(383)])),u=i[o(417)]((t=>o(453)==t[o(383)]&&o(371)!=t[o(578)]));for(const t of c)this[o(613)](t[o(454)])&&a[o(656)]({key:t[o(454)],newValue:t[o(606)],oldValue:t[o(519)],range:Sc(t[o(298)],n[o(286)])});for(const t of u){if(o(509)!=t[o(263)]&&o(333)!=t[o(263)])continue;const e=Rc(t[o(318)][o(452)],n[o(286)]),r=t[o(515)];o(509)==t[o(263)]&&a[o(656)]({key:o(281),newValue:t[o(578)],oldValue:r[o(578)],range:e});for(const[n,s]of r[o(339)]){if(!this[o(613)](n))continue;const r=t[o(339)][o(413)](n);s!==r&&a[o(656)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(339)])this[o(613)](n)&&(r[o(339)][o(313)](n)||a[o(656)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(362)]&&n[o(286)][o(668)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(439)](t,e,s,o,{groupId:r});this[n(637)](t,a)}))}),{priority:t(433)}),n[t(286)][t(602)].on(t(408),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(366)](n[s(578)]),e=this[s(264)][s(413)](t);e&&e[s(659)](n[s(578)])}})),n[t(286)][t(352)].on(t(546),(()=>{const e=t,r=Array[e(657)](n[e(286)][e(352)][e(306)][e(501)]())[e(417)]((t=>e(279)===this[e(366)](t[e(578)])[e(357)]));if(0===r[e(362)])return;r[e(262)](((t,n)=>{const r=e,s=t[r(539)][r(354)],o=n[r(539)][r(354)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(350)][r(392)](o[r(350)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(366)](t);if(null===n[e(354)]){const n=this[e(418)](t);o[e(566)](n)}else{const t=this[e(264)][e(413)](r);null!==n[e(304)]||t[e(297)]?(s[e(566)](t[e(581)]),o[e(566)](t)):this[e(665)](t)}}o[e(343)]>0&&this[e(508)](o);for(const t of s)this[e(268)](e(290),t)})),n[t(286)].on(t(367),((e,r)=>{const s=t,o=r[0];if(!this[s(264)][s(343)])return;if(!o[s(480)])return;if(o[s(583)][s(467)]||!o[s(583)][s(596)])return;let i,a;switch(o[s(383)]){case s(453):i=n[s(286)][s(374)](o[s(318)]),a=i[s(283)](o[s(311)]);break;case s(564):i=n[s(286)][s(374)](o[s(326)]),a=n[s(286)][s(374)](o[s(483)]);break;case s(471):i=n[s(286)][s(374)](o[s(678)]),a=i[s(283)](o[s(311)]);break;default:return}const c=n[s(286)][s(572)](i,a);n[s(286)][s(644)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(320)](c)){if(e[t(411)])continue;if(t(461)==e[t(383)])continue;const r=this[t(664)](e);if(r&&this[t(259)](r)&&t(564)!=o[t(383)])continue;const s=e[t(539)]&&e[t(539)][t(586)];(t(426)!=e[t(383)]||t(564)==o[t(383)]&&!s)&&(n[t(513)]||t(270)==e[t(383)]&&n[t(507)]||e[t(422)]()[t(431)](c)&&this[t(267)](e,i,a))}}))}),{priority:t(433)}),n[t(286)].on(t(424),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(680)])return;if(this[s(275)])return;if(!this[s(423)][s(331)])return;if(o[s(277)])return;const a=n[s(286)][s(598)],{start:c,end:u}=o[s(422)](),l=c[s(452)]&&a[s(416)](c[s(452)])?null:a[s(325)](c,s(603)),f=u[s(580)]&&a[s(416)](u[s(580)])?null:a[s(325)](u,s(359)),h=n[s(286)][s(572)](l?l[s(350)]:c,f?f[s(608)]:u);n[s(286)][s(644)]((t=>{const e=s;this[e(625)](h);const r=n[e(286)][e(598)][e(325)](h[e(350)]);o.is(e(527))?t[e(272)](r):o[e(289)](r)})),e[s(305)]()}),{priority:e.priorities[t(675)]+10}),n[t(286)].on(t(488),((e,r)=>{const s=t,o=r[r[s(362)]-1];o&&o[s(680)]||this[s(275)]||this[s(423)][s(331)]&&(n[s(286)][s(644)]((()=>{const t=s;let o=n[t(286)][t(488)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(478)]=o[t(482)]();const i=o[t(608)][t(580)],a=n[t(286)][t(598)];i&&a[t(568)](i)&&!a[t(636)](i)&&(o=n[t(286)][t(572)](o[t(350)],n[t(286)][t(374)](i,t(608)))),this[t(401)](o)})),e[s(305)]())}),{priority:t(610)}),this[t(629)][t(349)][t(566)](t(672),this[t(423)]),this[t(611)](t(672));const o=new p(n,this[t(264)]);n[t(349)][t(566)](t(540),o),this[t(611)](t(540));const i=new b(n,this[t(264)]);n[t(349)][t(566)](t(438),i),this[t(611)](t(438)),n[t(349)][t(566)](t(368),new R(n,o,this[t(264)])),this[t(611)](t(368)),n[t(349)][t(566)](t(663),new R(n,i,this[t(264)])),this[t(611)](t(663)),n[t(349)][t(566)](t(635),new w(n,o,this[t(264)])),this[t(611)](t(635)),n[t(349)][t(566)](t(342),new w(n,i,this[t(264)])),this[t(611)](t(342));const c=n[t(379)][t(413)](t(282));this[t(548)](c,t(385),((e,{threadId:n})=>{const r=t,s=this[r(264)][r(413)](n);s&&s[r(328)]&&1===s[r(328)][r(362)]&&this[r(516)](n,{hasComments:!0})}),{priority:t(654)}),this[t(548)](c,t(597),((e,{threadId:n})=>{const r=t,s=this[r(264)][r(413)](n);s&&s[r(328)]&&!s[r(328)][r(362)]&&this[r(516)](n,{hasComments:!1})}),{priority:t(654)})}set[Ec(377)](t){const n=Ec;if(this[n(299)])throw new e.CKEditorError(n(464),this);this[n(299)]=t}get[Ec(377)](){return this[Ec(299)]}[Ec(405)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(264)][n(443)]())t&&!e[n(297)]||r[n(656)](e);return e?r[n(402)]((t=>t[n(432)]())):r}[Ec(393)](t){const n=Ec,r=this[n(264)][n(413)](t);if(!r)throw new e.CKEditorError(n(360),this);return r}[Ec(641)](t){const e=Ec;return this[e(264)][e(313)](t)}[Ec(560)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(383)][e(564)](":"),a=this[e(264)][e(413)](r)||this[e(271)](o,i,r,n,s);if(this[e(276)](a),this[e(419)](a,o,i||null,n),a[e(631)]=t[e(631)],a[e(638)]=!0,s&&s[e(363)]){const t=s[e(363)],n=this[e(291)](t[e(634)]);a[e(633)]=t[e(631)],a[e(302)]=n,a[e(618)]=!0}else a[e(633)]=t[e(631)];switch(t[e(539)]&&(a[e(539)]=t[e(539)]),t[e(339)]&&(a[e(339)]=t[e(339)]),this[e(299)]&&this[e(299)][e(440)]||(a[e(300)]=!0),this[e(469)][e(413)](a)){case e(569):this[e(469)][e(577)](a,e(457));break;case e(258):a[e(297)]?(this[e(542)](new Set([a])),this[e(508)](new Set([a])),this[e(469)][e(577)](a,e(317)),this[e(268)](e(601),a)):this[e(469)][e(577)](a,e(683))}return a}[Ec(540)](t){const e=Ec;this[e(680)]((()=>{const n=e;this[n(629)][n(286)][n(644)]((()=>{const e=n;for(const n of t[e(372)]())n[e(493)]()}))}))}[Ec(438)](t){const e=Ec;this[e(680)]((()=>{const n=e;this[n(629)][n(286)][n(644)]((()=>{const e=n;for(const n of t[e(372)]())n[e(593)]()}))}))}[Ec(611)](t,n){const r=Ec,s=this[r(629)][r(349)][r(413)](t);if(!s)throw new e.CKEditorError(r(314),this,{commandName:t});if(this[r(551)][r(313)](s))throw new e.CKEditorError(r(547),this,{commandName:t});this[r(551)][r(566)](s),n&&s.on(r(261),((t,e)=>{const o=r;this[o(423)][o(331)]&&(this[o(275)]||(e[o(362)]>0&&e[e[o(362)]-1]&&e[e[o(362)]-1][o(680)]?e[o(399)]():(t[o(478)]=n(((...t)=>s[o(261)](...t,{forceDefaultExecution:!0})),...e),t[o(305)]())))}),{priority:r(610)})}[Ec(680)](t){const n=Ec;let r,s;const o=this[n(275)];this[n(275)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(275)]=!1),s&&e.CKEditorError[n(584)](s,this),r}[Ec(401)](t,n=null,r={}){const s=Ec;if(t[s(277)])return null;const o=this[s(629)][s(379)][s(413)](s(486)).me;for(const{suggestion:e,meta:o}of this[s(320)](t,s(270)))if(o[s(507)]){if(!o[s(355)]){if(o[s(513)]){if(!this[s(386)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(267)](e,t[s(350)],t[s(608)]);break}if(n==e[s(504)]&&wc(e,r)){const n=e[s(422)]();return n[s(350)][s(334)](t[s(608)])?this[s(496)](e,this[s(444)][s(572)](t[s(350)],n[s(608)])):this[s(496)](e,this[s(444)][s(572)](n[s(350)],t[s(608)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(429)+n:s(270),u=this[s(425)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(600)](c,i,a,t),u}[Ec(409)](t,n=Ec(463),r={}){const s=Ec,o=this[s(629)][s(379)][s(413)](s(486)).me,i=this[s(364)][s(684)](s(270),n,s(340));for(const e of this[s(405)]())if(e[s(302)].id==o.id&&s(270)==e[s(383)]&&e[s(504)]==n&&wc(e,r)&&(i(e[s(673)](),t)||i(t,e[s(673)]()))){for(const n of t)e[s(607)](n);return e}for(const{suggestion:e,meta:n}of this[s(320)](t,s(270))){if(!n[s(507)])continue;if(!this[s(386)]&&n[s(513)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(673)]())for(const e of t)if(!n[s(431)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(429)+n,l=this[s(425)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(600)](u,a,c,e,Hr[s(554)]());return l}[Ec(344)](t,n,r=null,s={}){const o=Ec;if(r=r||Lc(n),t[o(277)])return null;if(o(510)===this[o(487)]){const e=this[o(364)][o(684)](o(461),r,o(493));return this[o(680)]((()=>e([t],n,s))),null}const i=this[o(629)][o(379)][o(413)](o(486)).me,a=[];if(o(310)!==this[o(487)])for(const{suggestion:e,meta:n}of this[o(320)](t,o(270)))n[o(507)]&&!n[o(570)]&&a[o(656)](...e[o(673)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(434)](s);e&&r[n(656)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(362)];){const s=r[e][n(442)](t);r[n(538)](e,1,...s),e+=s[n(362)]}}return r}(t,a);c[o(362)]&&this[o(444)][o(644)]((()=>{const t=o;for(const e of c){const o=this[t(364)][t(684)](t(461),r,t(493));this[t(680)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(350)],u=t[o(608)];for(const{suggestion:e,meta:n}of this[o(320)](t,o(461))){if(!n[o(507)])continue;if(e[o(504)]!=r)continue;if(!wc(e,s))continue;const i=e[o(422)]();if(i[o(431)](t,!0))return null;c=c[o(392)](i[o(350)])?c:i[o(350)],u=u[o(456)](i[o(608)])?u:i[o(608)],a?i[o(350)][o(392)](a[o(422)]()[o(350)])?(a[o(609)](),a=e):e[o(609)]():a=e}const l=this[o(444)][o(572)](c,u);if(a)this[o(496)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(425)]({id:t,type:o(543)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(600)](o(543)+r,t,a,l)}}return null}[Ec(292)](t,n,r=[],s=null,o={}){const i=Ec;n[i(619)]||(n[i(619)]=n[i(541)]),n[i(586)]=t.is(i(298)),s=s||Lc(n);const a=r[i(402)]((t=>Rc(t,this[i(444)]))),c=t.is(i(298))?t:Rc(t,this[i(444)]);if(i(510)===this[i(487)]){const t=this[i(364)][i(684)](i(426),s,i(493));return this[i(680)]((()=>t([c],n,o))),null}a[i(656)](c);let u=!0;for(const t of a)if(!this[i(628)](t)){u=!1;break}if(u&&i(310)!==this[i(487)]){const t=this[i(364)][i(684)](i(426),s,i(493));return this[i(680)]((()=>t([c],n,o))),null}let l=null,f=c[i(350)],h=c[i(608)];for(const{suggestion:t,meta:e}of this[i(320)](c,i(426))){if(!e[i(507)])continue;if(e[i(355)]||e[i(513)]||e[i(570)])continue;if(t[i(539)][i(619)]!=n[i(619)])continue;if(!wc(t,o))continue;const r=t[i(422)]();if(t[i(504)]==s){if(r[i(431)](c,!0))return null;f=f[i(392)](r[i(350)])?f:r[i(350)],h=h[i(456)](r[i(608)])?h:r[i(608)],l?r[i(350)][i(392)](l[i(422)]()[i(350)])?(l[i(609)](),l=t):t[i(609)]():l=t}else{const e=c[i(434)](r);this[i(624)](t,e)}}const g=this[i(629)][i(379)][i(413)](i(486)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(496)](l,this[i(444)][i(572)](f,h)),l;{const t=this[i(425)]({id:d,type:i(323)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(600)](i(323)+s,d,p,this[i(444)][i(572)](f,h)),t}}[Ec(260)](t,n,r=[],s=null,o={}){const i=Ec;n[i(619)]||(n[i(619)]=n[i(541)]);const a=t[0];n[i(586)]=a.is(i(298)),s=s||Lc(n);const c=r[i(402)]((t=>Rc(t,this[i(444)]))),u=a.is(i(298))?t:t[i(402)]((t=>Rc(t,this[i(444)])));if(i(510)===this[i(487)]){const t=this[i(364)][i(684)](i(426),s,i(493));return this[i(680)]((()=>t(u,n,o))),null}c[i(656)](...u);let l=!0;for(const t of c)if(!this[i(628)](t)){l=!1;break}if(l&&i(310)!==this[i(487)]){const t=this[i(364)][i(684)](i(426),s,i(493));return this[i(680)]((()=>t(u,n,o))),null}const f=this[i(629)][i(379)][i(413)](i(486)).me;for(const t of this[i(405)]()){if(t[i(302)].id!=f.id)continue;if(i(426)!=t[i(383)]||t[i(539)][i(619)]!=n[i(619)])continue;if(!wc(t,o))continue;const e=t[i(504)]==s;for(let n=0;n<u[i(362)];n++){const r=u[n];for(const s of t[i(647)]()){const o=s[i(329)]();if(r[i(334)](o)){e?(u[i(538)](n,1),n--):t[i(324)](s[i(578)]);break}}}}if(0==u[i(362)])return null;const h=this[i(364)][i(684)](i(426),s,i(340));for(const t of this[i(405)]())if(t[i(302)].id==f.id&&i(426)==t[i(383)]&&t[i(539)][i(619)]==n[i(619)]&&t[i(504)]==s&&wc(t,o)&&(h(t[i(673)](),u)||h(u,t[i(673)]()))){for(const e of u)t[i(607)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(323)+s,m=this[i(425)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(600)](p,g,d,t,Hr[i(554)]());return m}[Ec(625)](t,n=null,r={}){const s=Ec;if(t[s(277)])return null;const o=this[s(629)][s(379)][s(413)](s(486)).me,a=new i.LiveRange(t[s(350)],t[s(608)]);for(const{suggestion:t,meta:e}of this[s(320)](a,s(270)))if(e[s(507)]&&!e[s(355)])if(t[s(411)]){const e=t[s(673)]()[s(417)]((t=>s(462)!=t[s(446)][s(491)]));if(e[s(388)]((t=>a[s(431)](t,!0)))&&t[s(593)](),e[s(661)]((t=>t[s(431)](a,!0)))){const t=this[s(364)][s(684)](s(351),n,s(493));return this[s(680)]((()=>t([a],null,r))),null}}else{const e=a[s(434)](t[s(422)]());null!==e&&t[s(373)]([e],null,r)}if(a[s(544)](),a[s(277)]||s(462)==a[s(446)][s(491)])return null;let c=null,u=a[s(350)],l=a[s(608)];const f=this[s(320)](a,s(351));for(const{suggestion:t,meta:e}of f){const n=this[s(444)][s(572)](u,l);if(e[s(507)]&&(this[s(386)]||!e[s(513)]&&!e[s(570)]))if(t[s(411)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(673)]()){if(r[s(431)](n,!0))return t;n[s(431)](r)||(e=!1)}e&&t[s(593)]()}else{const e=t[s(422)]();if(e[s(431)](n,!0))return t;if(!wc(t,r)){n[s(431)](e)?t[s(609)]():e[s(616)](u)?u=e[s(608)]:e[s(616)](l)&&(l=e[s(350)]);continue}u=u[s(392)](e[s(350)])?u:e[s(350)],l=l[s(456)](e[s(608)])?l:e[s(608)],r=Object[s(495)]({},t[s(339)]),c?e[s(350)][s(392)](c[s(422)]()[s(350)])?(c[s(609)](),c=t):t[s(609)]():c=t}}if(c)return this[s(496)](c,this[s(444)][s(572)](u,l)),c;{const t=(0,e.uid)(),i=this[s(444)][s(572)](u,l),a=o.id,c=n?s(558)+n:s(351),f=this[s(425)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(600)](c,t,a,i),f}}[Ec(396)](t,n=Ec(463),r={}){const s=Ec,o=this[s(629)][s(379)][s(413)](s(486)).me,a=t[s(402)]((t=>new i.LiveRange(t[s(350)],t[s(608)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(320)](a,s(270)))e[s(507)]&&!e[s(355)]&&c[s(566)](t);for(const e of c)if(e[s(411)]){const o=e[s(673)]();if((!e[s(339)]||!e[s(339)][s(380)])&&o[s(388)]((t=>a[s(661)]((e=>e[s(431)](t,!0)))))&&e[s(593)](),a[s(388)]((t=>o[s(661)]((e=>e[s(431)](t,!0)))))){const e=this[s(364)][s(684)](s(351),n,s(493));return this[s(680)]((()=>e(t,null,r))),null}}else{const t=e[s(422)]();if(a[s(661)]((e=>e[s(431)](t,!0)))&&e[s(593)](),a[s(388)]((e=>t[s(431)](e,!0)))){const t=this[s(364)][s(684)](s(351),n,s(493));return this[s(680)]((()=>t(a,null,r))),null}}const u=this[s(364)][s(684)](s(351),n,s(340));let l=null;for(const t of this[s(405)]())if(t[s(302)].id==o.id&&t[s(297)]&&s(351)==t[s(383)]&&t[s(504)]==n&&wc(t,r)&&(u(t[s(673)](),a)||u(a,t[s(673)]())))if(l){if(t[s(328)]&&t[s(328)][s(362)])continue;for(const e of t[s(673)]())l[s(430)](e)||l[s(607)](e);t[s(609)]()}else{l=t;for(const e of a)t[s(430)](e)||t[s(607)](e)}if(l)return l;c[s(330)]();for(const{suggestion:t,meta:e}of this[s(320)](a,s(351)))e[s(507)]&&(this[s(386)]||!e[s(513)]&&!e[s(570)])&&wc(t,r)&&c[s(566)](t);for(const t of c){const e=t[s(673)]();if((!r||!r[s(380)])&&a[s(388)]((t=>e[s(661)]((e=>e[s(431)](t,!0))))))return t;(!t[s(339)]||!t[s(339)][s(380)])&&e[s(388)]((t=>a[s(661)]((e=>e[s(431)](t,!0)))))&&t[s(593)]()}const f=(0,e.uid)(),h=o.id,g=s(558)+n,d=this[s(425)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(544)](),t[s(277)]||s(462)==t[s(446)][s(491)]||this[s(600)](g,f,h,t,Hr[s(554)]());return d}[Ec(439)](t,n,r,s,o){const i=Ec;if(t[i(277)])return[];if(i(510)===this[i(487)])return[];const a=this[i(629)][i(379)][i(413)](i(486)).me.id,c=Array[i(657)](this[i(264)][i(443)]())[i(417)]((e=>i(497)==e[i(383)]&&e[i(539)][i(490)]==n&&e[i(430)](t)));if(i(617)===this[i(487)]){const e=this[i(320)](t,i(270))[i(417)]((({meta:t})=>t[i(507)]&&!t[i(570)]&&!t[i(355)]))[i(402)]((({suggestion:t})=>t));c[i(622)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(497)==t[i(383)]?t[i(539)][i(535)]:void 0,o=t[i(422)](),a=Array[i(657)](u[i(322)]())[i(525)]((t=>t[i(620)](o)));if(!a)continue;const c=a[i(442)](o);this[i(259)](n)&&i(270)==t[i(383)]&&0!=c[i(362)]||(u[i(381)](a),c[i(677)]((t=>{u[i(577)](t,r)})),i(270)!=t[i(383)]&&e!=s&&u[i(577)](a[i(434)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(362)]>37&&console[i(589)](i(685),{key:n});const f=(i(458)+(n+"|")+Lc({newValue:s}))[i(400)](0,60),h=this[i(425)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(656)](h),this[i(600)](f,c,a,t)}return l}[Ec(524)](t){const e=Ec;this[e(611)](t,((t,...n)=>{this[e(312)]((()=>{t(...n)}))}))}[Ec(626)](t){const e=Ec;this[e(627)][e(566)](t)}[Ec(511)](t){const e=Ec;this[e(592)][e(566)](t)}[Ec(664)](t){const e=Ec;return e(497)==t[e(383)]?t[e(504)][e(564)]("|")[0]:null}[Ec(496)](t,e){const n=Ec,r=t[n(435)]();this[n(444)][n(644)]((t=>{t[n(498)](r,{range:e})}))}[Ec(276)](t){const e=Ec,n=t.id,r=this[e(629)][e(588)][e(413)](e(257));this[e(536)][e(303)](n)||this[e(536)][e(278)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(536)][e(472)](n);s[e(474)](e(465)),s[e(465)]=!1,t[e(328)]=s}[Ec(419)](t,n,r,s){const o=Ec;if(t[o(383)]!=n||t[o(504)]!=r||t[o(595)].id!=s)throw this[o(629)][o(295)](o(375)),new e.CKEditorError(o(375),this)}[Ec(624)](t,n){const r=Ec,s=t[r(422)]();if(n[r(334)](s))t[r(609)]();else if(s[r(431)](n)){const o=this[r(444)][r(374)](n[r(350)][r(580)],r(608));this[r(496)](t,this[r(444)][r(572)](s[r(350)],o));const i=(0,e.uid)(),a=t[r(595)].id,c=t[r(383)]+":"+t[r(504)];this[r(425)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(539)],attributes:t[r(339)]});const u=this[r(444)][r(374)](n[r(608)][r(361)],r(575)),l=this[r(444)][r(572)](u,s[r(608)]);this[r(600)](c,i,a,l)}else if(s[r(616)](n[r(350)])){const e=this[r(444)][r(374)](n[r(350)][r(580)],r(608));this[r(496)](t,this[r(444)][r(572)](s[r(350)],e))}else{const e=this[r(444)][r(374)](n[r(608)][r(361)],r(575));this[r(496)](t,this[r(444)][r(572)](e,s[r(608)]))}}[Ec(628)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(320)](t,e(270))){if(!r[e(507)])continue;const s=n[e(673)]();for(const n of s)if(!t[e(442)](n)[e(362)])return!0}return!1}[Ec(651)](t){const n=Ec,r=this[n(629)][n(379)][n(413)](n(486))[n(445)](t);if(!r)throw new e.CKEditorError(n(420),this);return r}[Ec(291)](t){const e=Ec,n=this[e(629)][e(379)][e(413)](e(486)),r=(0,o.hashObject)(e(530)+t);return n[e(445)](r)||n[e(321)]({id:r,name:t})}[Ec(271)](t,e,n,r,s){const o=Ec,i=this[o(651)](r),a=this[o(364)][o(648)](t,e,n,i,s,(t=>{const e=o;this[e(516)](n,{attributes:t});const r=this[e(393)](n);this[e(542)](new Set([r])),this[e(508)](new Set([r]))}));return this[o(548)](a,o(493),(()=>{const t=o;this[t(516)](n,{state:t(615)})}),{priority:o(610)}),this[o(548)](a,o(593),(()=>{const t=o;this[t(516)](n,{state:t(346)})}),{priority:o(610)}),this[o(264)][o(577)](n,a),this[o(469)][o(577)](a,o(569)),a}[Ec(366)](t){const e=Ec,n=t[e(564)](":");return{group:n[0],type:n[1],subType:n[e(362)]>=5?n[2]:null,id:n[e(362)]<5?n[2]:n[3],authorId:n[e(362)]<5?n[3]:n[4],markerCount:6==n[e(362)]?n[5]:null}}[Ec(267)](t,n,r){const s=Ec,o=t[s(422)](),i=o[s(350)],a=o[s(608)];this[s(496)](t,this[s(444)][s(572)](i,n));const c=(0,e.uid)(),u=t[s(595)].id,l=t[s(383)]+(t[s(504)]?":"+t[s(504)]:"");this[s(425)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(339)],data:t[s(539)]});const f=this[s(664)](t);(s(426)==t[s(383)]||f&&this[s(259)](f))&&(r=this[s(444)][s(614)](r[s(361)])),this[s(600)](l,c,u,this[s(444)][s(572)](r,a))}[Ec(320)](t,e=null){const n=Ec,r=[],s=this[n(629)][n(379)][n(413)](n(486)).me;Array[n(485)](t)||(t=[t]);for(const o of this[n(405)]()){if(!o[n(297)])continue;if(e&&o[n(383)]!=e)continue;let i=!1;for(const e of o[n(673)]()){for(const a of t){const t=a[n(350)][n(334)](e[n(608)])||a[n(608)][n(334)](e[n(350)]);if(t||a[n(434)](e)){const c=a[n(431)](e)&&Ac(this[n(444)][n(598)],e[n(350)],a),u=e[n(431)](a)&&Ac(this[n(444)][n(598)],a[n(350)],e);r[n(656)]({suggestion:o,meta:{isOwn:s==o[n(302)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(600)](t,e,n,r,s){const o=Ec;this[o(444)][o(644)]((i=>{const a=o;let c=a(565)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(332)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(665)](t){const e=Ec,n=t[e(427)],r=t[e(639)];t[e(427)]=null,t[e(639)]=null,null!=n&&n[e(639)]==t&&(n[e(639)]=r),null!=r&&r[e(427)]==t&&(r[e(427)]=n),e(317)==this[e(469)][e(413)](t)&&(this[e(469)][e(577)](t,e(683)),this[e(268)](e(384),t,n,r))}[Ec(425)](t){const n=Ec,r=t.id,s=this[n(560)](t);if(this[n(299)]&&this[n(299)][n(440)]){const o=this[n(629)][n(379)][n(413)](n(447)),i=s[n(316)],a=s[n(504)]?s[n(383)]+":"+s[n(504)]:s[n(383)],c=this[n(629)][n(307)],u=o[n(566)](Wr(c,n(468))),l={id:r,type:a,hasComments:i,data:t[n(539)]||null,originalSuggestionId:t[n(476)]||null,attributes:s[n(339)]};this[n(299)][n(440)](l)[n(682)]((t=>{const e=n;s[e(300)]=!0,o[e(449)](u),t&&t[e(631)]&&(this[e(264)][e(413)](r)[e(631)]=t[e(631)])}))[n(436)]((t=>{const r=n;throw(0,e.logWarning)(r(561)),this[r(629)][r(286)][r(668)]({isUndoable:!1},(()=>{s[r(593)]()})),s[r(398)](),this[r(264)][r(381)](s.id),this[r(469)][r(381)](s),t}))}return s}[Ec(259)](t){const e=Ec;return this[e(627)][e(313)](t)}[Ec(516)](t,e){const n=Ec,r=this[n(629)][n(379)][n(413)](n(447)),s=this[n(393)](t);if(this[n(299)]&&this[n(299)][n(518)])if(s[n(300)]){const s=r[n(566)](Wr(this[n(629)][n(307)],n(468)));this[n(299)][n(518)](t,e)[n(682)]((()=>{r[n(449)](s)}))}else s.on(n(376),(()=>{this[n(516)](t,e)}))}[Ec(347)](t){const n=Ec;if(!this[n(299)]||!this[n(299)][n(393)])throw new e.CKEditorError(n(293),this);return this[n(299)][n(393)](t)}[Ec(418)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(366)](t),i=this[e(264)][e(413)](n)||this[e(271)](r,s,n,o,{});switch(this[e(419)](i,r,s,o),this[e(469)][e(413)](i)){case e(569):this[e(347)](n)[e(682)]((t=>{const r=e;let s=Promise[r(587)]();t[r(316)]&&(s=this[r(536)][r(553)]({channelId:this[r(629)][r(588)][r(413)](r(257)),threadId:n})),s[r(682)]((()=>{const e=r;this[e(560)](t)[e(300)]=!0}))})),this[e(469)][e(577)](i,e(258));break;case e(683):this[e(516)](n,{state:e(285)});case e(457):this[e(469)][e(577)](i,e(317)),this[e(268)](e(601),i);break;case e(317):this[e(268)](e(290),i)}return i[e(659)](t),i}[Ec(508)](t){const e=Ec,n=Array[e(657)](t),r=n[e(417)]((t=>e(497)==t[e(383)]));this[e(389)](r);const s=n[e(417)]((t=>!t[e(411)]&&e(497)!=t[e(383)])),o=this[e(405)]({skipNotAttached:!0})[e(417)]((t=>!t[e(411)]&&e(497)!=t[e(383)])),i=o[e(417)]((n=>!t[e(313)](n))),a=new Map(o[e(402)]((t=>[t,this[e(364)][e(684)](t[e(383)],t[e(504)],e(421))]))),c=new Map(o[e(402)]((t=>[t,t[e(422)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(362)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(362)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(362)];t++){const n=s[t];!l[e(313)](n)&&n[e(427)]&&(f[e(566)](n[e(427)]),n[e(427)][e(639)]===n&&(n[e(427)][e(639)]=null),n[e(427)]=null),!u[e(313)](n)&&n[e(639)]&&(f[e(566)](n[e(639)]),n[e(639)][e(427)]===n&&(n[e(639)][e(427)]=null),n[e(639)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(362)];e++){const r=g(t,n[e]);r&&(r[0][s(639)]=r[1],r[1][s(427)]=r[0],u[s(566)](r[0]),l[s(566)](r[1]))}}function g(t,n){const r=e;if(t[r(302)].id!==n[r(302)].id)return null;const s=a[r(413)](t)(t,n,c[r(413)](t),c[r(413)](n));return s&&a[r(413)](n)(t,n,c[r(413)](t),c[r(413)](n))?s[1][r(328)]&&s[1][r(328)][r(362)]?null:s:null}f[e(343)]&&this[e(508)](f)}[Ec(389)](t){const e=Ec;if(0==t[e(362)])return;const n=this[e(405)]({skipNotAttached:!0})[e(417)]((t=>e(497)==t[e(383)]&&t[e(638)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(339)]);s[e(313)](n)||(s[e(577)](n,r[e(362)]),r[e(656)]([]));const i=s[e(413)](n);r[i][e(656)](t)}!function(){const t=e;r[t(262)](((e,n)=>{const r=t,s=e[0][r(631)],o=n[0][r(631)];return s==o?e[0][r(339)][r(550)]<n[0][r(339)][r(550)]?-1:1:s<o?-1:1}));for(const e of r)e[t(262)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(362)];t++){if(0==r[t][e(362)])continue;const n=[];for(let s=t+1;s<r[e(362)];s++)0!=r[s][e(362)]&&i(r[t],r[s])&&n[e(656)](s);for(const s of n)r[t]=r[t][e(395)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(362)];n++)t[n][e(639)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(362)];n++)t[n][e(427)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(339)][r(550)]!==n[0][r(339)][r(550)]&&t[0][r(302)]!==n[0][r(302)])return!1;if(!function(t,e){const n=r;return!t[n(316)]&&!e[n(316)]||(!t[n(316)]||!e[n(316)])&&(!!(t[n(316)]&&e[n(631)]<t[n(328)][n(269)][n(413)](0)[n(631)])||!!(e[n(316)]&&t[n(631)]<e[n(328)][n(269)][n(413)](0)[n(631)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(339)],r(550)),o=Ic(n[0][r(339)],r(550));return!!wr(s,o)&&(!!t[r(388)]((t=>n[r(661)]((e=>t[r(422)]()[r(334)](e[r(422)]())))))&&n[r(388)]((e=>t[r(661)]((t=>e[r(422)]()[r(334)](t[r(422)]()))))))}}[Ec(542)](t){const e=Ec,n=Array[e(657)](t),r=this[e(405)]({skipNotAttached:!0}),s=r[e(417)]((n=>!t[e(313)](n))),o=new Map(n[e(402)]((t=>[t,this[e(364)][e(684)](t[e(383)],t[e(504)],e(340))]))),i=new Map(r[e(402)]((t=>[t,t[e(673)]()])));for(let t=0;t<n[e(362)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(362)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(362)];e++){const s=r[e];if(s[a(383)]!==n[a(383)]||s[a(302)].id!==n[a(302)].id||s[a(504)]!==n[a(504)])continue;if(!Oc(n,s,[a(550)]))continue;if(a(497)==n[a(383)]&&n[a(539)][a(535)]!=s[a(539)][a(535)])continue;if(a(497)==n[a(383)]&&t[a(259)](n[a(539)][a(490)]))continue;if(a(426)==n[a(383)]){const e=t[a(629)][a(286)],r=n[a(632)]();if(r&&(e[a(598)][a(636)](r)||e[a(598)][a(416)](r)))continue}const c=o[a(413)](n),u=i[a(413)](n),l=i[a(413)](s),f=n[a(328)]&&n[a(328)][a(362)],h=s[a(328)]&&s[a(328)][a(362)];if(!f&&c(l,u))return t[a(338)](s,n),i[a(381)](n),!0;if(!h&&c(u,l))return t[a(338)](n,s),i[a(381)](s),!0}return!1}}[Ec(338)](t,e){const n=Ec;if(t[n(411)])for(const r of e[n(673)]())t[n(607)](r);else{const r=e[n(422)]()[n(608)];this[n(496)](t,this[n(444)][n(572)](t[n(422)]()[n(350)],r))}e[n(609)]()}[Ec(503)](t,e){const n=Ec,r=t[n(671)](n(441))||t[n(671)](n(497))?n(517):t[n(451)]();return Wr(this[n(629)][n(307)],e+"_"+r+n(605))}[Ec(649)](){const t=Ec,e=this[t(629)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(444)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(366)](t[s(578)]);if(s(279)===e){n[s(459)](this[s(503)](r,s(512)));break}}for(const t of r){const{group:e,type:r}=this[s(366)](t[s(578)]);if(s(279)===e){n[s(459)](this[s(503)](r,s(500)));break}}}))}[Ec(265)](t){const e=Ec;if(this[e(494)])return!1;const n=this[e(629)],r=n[e(286)][e(352)][e(306)][e(549)]();if(0==r[e(362)])return!1;const s=[],o=r[e(417)]((t=>e(497)==t[e(383)])),i=r[e(417)]((t=>e(453)==t[e(383)]&&e(371)!=t[e(578)])),a=r[e(417)]((t=>e(449)==t[e(383)]&&e(371)!=t[e(578)]));for(const t of o)s[e(656)]({key:t[e(454)],newValue:t[e(606)],oldValue:t[e(519)],range:Sc(t[e(298)],n[e(286)])});for(const t of i){const r=a[e(525)]((n=>n[e(318)][e(334)](t[e(318)])));r&&s[e(656)]({key:e(281),newValue:t[e(578)],oldValue:r[e(578)],range:n[e(286)][e(562)](t[e(318)][e(452)])})}return 0!=s[e(362)]&&this[e(637)](t,s)}[Ec(309)](t){const e=Ec;let n=!1;const r=this[e(629)][e(286)][e(352)][e(306)][e(501)]()[e(417)]((t=>t[e(539)][e(304)]&&t[e(578)][e(671)](e(523))));for(const s of r){const{subType:r,id:o}=this[e(366)](s[e(578)]),i=r[e(564)]("|")[0];for(const r of this[e(405)]({skipNotAttached:!0}))r.id!=o&&e(497)==r[e(383)]&&r[e(539)]&&r[e(539)][e(490)]==i&&r[e(422)]()[e(620)](s[e(539)][e(304)])&&(this[e(655)](r,s[e(539)][e(304)],t),n=!0)}return n}[Ec(312)](t){const e=Ec;this[e(629)],this[e(494)]=!0,t()}[Ec(613)](t){const e=Ec,n=this[e(259)](t),r=this[e(592)][e(313)](t);return n||r}[Ec(637)](t,e){const n=Ec;if(0==e[n(362)])return!1;let r=!1;for(const s of e){const e=this[n(320)](s[n(298)],n(497))[n(417)]((t=>!t[n(591)][n(355)]))[n(402)]((t=>t[n(279)])),i=(0,o.hashObject)({newValue:s[n(667)]});e[n(417)]((t=>{const e=n,[r,o]=t[e(504)][e(564)]("|");return r==s[e(490)]&&o!=i}))[n(677)]((e=>{const o=n;this[o(655)](e,s[o(298)],t),r=!0}))}return r}[Ec(655)](t,e,n){const r=Ec,s=t[r(422)]()[r(442)](e);0!==s[r(362)]?1!==s[r(362)]?this[r(267)](t,e[r(350)],e[r(608)]):this[r(496)](t,s[0]):n[r(324)](t[r(435)]())}}class yc{constructor(t){const e=Ec;this[e(348)]=t,this[e(444)]=t[e(286)],this[e(394)]=new Map,this[e(390)]=new Map,this[e(473)]()}[Ec(648)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(444)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(684)](t,e,i(493))(...n),onDiscard:(...n)=>this[i(684)](t,e,i(593))(...n)})}[Ec(528)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(394)][s(577)](o,r)}[Ec(684)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(394)][r(413)](s)||this[r(390)][r(413)](t+":"+n)}[Ec(473)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(262)](((t,n)=>t[e(350)][e(392)](n[e(350)])?1:-1)),this[e(444)][e(644)]((n=>{const r=e;for(const e of t){let t;t=e[r(608)][r(653)]&&e[r(608)][r(361)]==e[r(350)][r(452)]?n[r(341)](e[r(350)][r(452)],"on"):n[r(341)](e),this[r(444)][r(424)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(444)][n(644)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(402)]((t=>(kc(t)&&(t=this[s(444)][s(572)](t[s(608)])),t)))[s(417)]((t=>s(462)!==t[s(446)][s(491)]));if(c[s(362)]<1)return;const u=Array[s(657)](this[s(444)][s(352)][s(662)][s(673)]())[s(402)]((t=>i.LiveRange[s(590)](t)));r[s(272)](c);for(const t of this[s(348)][s(349)][s(349)]())t[s(333)]();a[s(656)]({forceDefaultExecution:!0}),this[s(348)][s(261)](o,...a);const l=u[s(417)]((t=>s(462)!=t[s(446)][s(491)]));l[s(362)]>0&&r[s(272)](l);for(const t of u)t[s(544)]()}))},s=(e,n)=>1==e[t(362)]&&1==n[t(362)]&&e[0][t(608)][t(334)](n[0][t(350)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(444)])?[e,n]:Mc(n,e,s,r,this[t(444)])?[n,e]:null;this[t(390)][t(577)](t(407),e),this[t(390)][t(577)](t(529),n),this[t(390)][t(577)](t(522),s),this[t(390)][t(577)](t(477),o),this[t(390)][t(577)](t(327),n),this[t(390)][t(577)](t(335),e),this[t(390)][t(577)](t(520),s),this[t(390)][t(577)](t(428),o),this[t(390)][t(577)](t(308),r),this[t(390)][t(577)](t(537),e),this[t(390)][t(577)](t(358),s),this[t(390)][t(577)](t(466),e),this[t(390)][t(577)](t(604),r),this[t(390)][t(577)](t(534),e),this[t(390)][t(577)](t(319),s),this[t(390)][t(577)](t(505),e),this[t(390)][t(577)](t(623),e),this[t(390)][t(577)](t(484),((e,n)=>{const r=t;if(!n)return;const s=this[r(348)][r(379)][r(413)](_c);this[r(444)][r(644)]((t=>{const o=r;if(o(281)==n[o(490)])for(const r of e){const e=r[o(350)][o(452)],s=n[o(535)];t[o(509)](e,s)}else if(s[o(259)](n[o(490)]))for(const r of e)void 0!==n[o(535)]?t[o(481)](n[o(490)],n[o(535)],r[o(350)][o(452)]):t[o(563)](n[o(490)],r[o(350)][o(452)]);else for(const r of e)n[o(535)]?t[o(481)](n[o(490)],n[o(535)],r):t[o(563)](n[o(490)],r)}))})),this[t(390)][t(577)](t(284),s)}}function Ac(t,e,n){const r=Ec;for(const s of e[r(361)][r(356)]({includeSelf:!0,parentFirst:!0})){if(s[r(446)]==s)return!1;if(!n[r(681)](s))return!1;if(t[r(636)](s)||t[r(416)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(608)][e(361)]==t[e(350)][e(452)]&&t[e(608)][e(353)]}function Cc(t,e,n,r){const s=Ec,o=t=>!t[s(301)].is(s(630))&&!r[s(636)](t[s(301)]),i=t[s(350)][s(666)](o),a=t[s(608)][s(666)](o,{direction:s(359)});return!(t[s(350)][s(334)](i)&&t[s(608)][s(334)](a)||(i[s(392)](a)?n[s(498)](e,{range:n[s(572)](i,a)}):n[s(324)](e),0))}function Lc(t){return(0,o.hashObject)(t)}function Nc(t){const e=Ec,n=t[e(350)][e(452)];return n&&n.is(e(576))}function Sc(t,e){const n=Ec;return null==t[n(608)][n(580)]&&t[n(608)][n(361)]==t[n(350)][n(452)]?Rc(t[n(350)][n(452)],e):t}function Rc(t,e){const n=Ec,r=e[n(598)][n(636)](t)||e[n(598)][n(658)](t);return e[n(572)](e[n(374)](t,n(515)),r?e[n(280)](t):e[n(374)](t,n(608)))}function vc(){const t=["getDifference","values","_model","getUser","root","PendingActions","138711OtTJMD","remove","addMarker:suggestion","toUpperCase","nodeAfter","insert","attributeKey","consumable","isAfter","dataReady","attribute:","announce","elementStart","formatInline","$graveyard","multi","track-changes-adapter-already-set","isRemovable","formatInline:chain","isUndo","PENDING_ACTION_SUGGESTION","_suggestionState","ck-suggestion-marker-formatBlock","move","getCommentThread","_registerDefaultCallbacks","unbind","ck-suggestion-marker-","originalSuggestionId","insertion:chain","return","1052VMlLly","isDocumentOperation","setAttribute","clone","moveTargetPosition","attribute:discard","isArray","Users","_trackFormatChanges","insertContent","elementEnd","key","rootName","consume","accept","_recordAttributeSuggestions","assign","_setSuggestionRange","attribute","updateMarker","toViewElement","ENTER","getChangedMarkers","for","_getMarkerAnnouncementText","subType","formatBlock:chain","1866708AuyCkf","isOwn","_refreshSuggestionsChain","rename","never","registerInlineAttribute","LEAVE","containsRangeInObject","ck-suggestion-marker","before","_updateSuggestionData","FORMATTING","updateSuggestion","attributeOldValue","deletion:join","getAttribute","insertion:join","suggestion:attribute:","enableDefaultAttributesIntegration","find","getItems","documentSelection","registerCustomCallback","insertion:discard","external:","requires","removeMarker:suggestion:formatBlock","change:activeMarkers","formatBlock:discard","oldValue","_commentsRepository","formatInline:discard","splice","data","acceptSuggestion","commandName","_joinWithAdjacentSuggestions","formatInline:","detach","conversion","change:data","track-changes-enable-command-twice","listenTo","getChanges","groupId","_enabledCommands","fromCharCode","fetchCommentThread","getMultiRangeId","widget","createElement","markerToData","deletion:","addMarker:suggestion:attribute","addSuggestionData","error-saving-suggestion-data-suggestion-discarded","createRangeOn","removeAttribute","split","suggestion:","add","ck-suggestion-marker--active","isBlock","notReady","isInsideObject","highest","createRange","TrackChangesEditing","markerNameToElements","after","element","set","name","getWalker","nodeBefore","head","ck-suggestion-marker-formatInline","batch","rethrowUnexpectedError","data-suggestion","multipleBlocks","resolve","config","warn","fromRange","meta","_inlineAttributeKeys","discard","elementToElement","creator","isLocal","removeComment","schema","3565105yCiXFu","_addSuggestionMarker","suggestionLoaded","markers","forward","formatBlock:accept","_SUGGESTION_ANNOUNCEMENT","attributeNewValue","addRange","end","removeMarkers","high","enableCommand","11583666veTGKB","_isRegisteredAttribute","createPositionBefore","accepted","containsPosition","default","isExternal","formatGroupId","isIntersecting","markerName","unshift","attribute:accept","_cutOutSuggestionMarker","markDeletion","registerBlockAttribute","_blockAttributeKeys","_rangeIsInLocalUserInsertion","editor","$textProxy","createdAt","getContainedElement","authoredAt","authorName","acceptSelectedSuggestions","isObject","_reduceExistingSuggestions","_isDataLoaded","next","$marker","hasSuggestion","includes","dataDowncast","change","addHighlight","2569656bTtXSP","getMarkers","buildSuggestion","_initAriaMarkerChangeAnnouncements","trackChanges.trackFormatChanges","_getAuthorFromId","marker-count","isAtEnd","low","_reduceSuggestionAttributeRange","push","from","isSelectable","addMarkerName","trackChanges.mergeNestedSuggestions","some","selection","discardAllSuggestions","_getAttributeKey","_removeSuggestion","getLastMatchingPosition","newValue","enqueueChange","upcast","showSuggestionHighlights","startsWith","trackChanges","getRanges","descriptionFactory","normal","9249afvVJd","forEach","targetPosition","tablePasteChainId","forceDefaultExecution","containsItem","then","removed","getSuggestionCallback","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","8NFcvhu","collaboration.channelId","markerReady","_isBlockAttribute","markMultiRangeBlockFormat","execute","sort","action","_suggestions","_processAttributeChanges","pluginName","_breakSuggestionMarker","fire","comments","insertion","_createSuggestion","setSelection","mapper","init","_isForcedDefaultExecutionBlock","_addThreadToSuggestion","isCollapsed","addCommentThread","suggestion","createPositionAfter","$elementName","CommentsRepository","getShiftedBy","attribute:join","open","model","substr","addMarker:suggestion:formatBlock","setTo","suggestionChanged","_getExternalAuthor","markBlockFormat","track-changes-adapter-missing-getsuggestion","reconvertMarker","enableReadOnlyMode","createRangeIn","isInContent","range","_adapter","_saved","item","author","hasCommentThread","newRange","stop","differ","locale","formatInline:accept","_processAttributeSuggestions","always","howMany","_recordAttributeChanges","has","track-changes-command-not-found","removeMarker:suggestion:attribute","hasComments","ready","position","formatBlock:join","_findSuggestions","addUser","keys","formatBlock:","removeMarker","getNearestSelectionRange","splitPosition","deletion:accept","commentThread","getRange","clear","value","addMarker","refresh","isEqual","deletion:discard","addClass","editingDowncast","_joinSuggestions","attributes","join","createSelection","discardSelectedSuggestions","size","markInlineFormat","dataToMarker","rejected","_getSuggestionData","_editor","commands","start","deletion","document","isAtStart","oldRange","isNextTo","getAncestors","group","formatInline:join","backward","track-changes-suggestion-not-found","parent","length","@external","_suggestionFactory","_afterChanges","_splitMarkerName","applyOperation","acceptAllSuggestions","bindElementToMarker","markerToHighlight","$text","getAllAdjacentSuggestions","_onDiscard","createPositionAt","track-changes-suggestion-data-mismatch","change:_saved","adapter","removeClass","plugins","skipNestingCheck","delete","writer","type","suggestionUnloaded","addComment","_mergeNestedSuggestions","registerPostFixer","every","_refreshAttributeSuggestionsChain","_defaultCallbacks","isTouching","isBefore","getSuggestion","_customCallbacks","concat","markMultiRangeDeletion","editing","stopListening","pop","substring","markInsertion","map","unbindElementFromMarkerName","getCustomProperty","getSuggestions","suggestion-type","insertion:accept","update:suggestion","markMultiRangeInsertion","containerElement","isMultiRange","5067839xhuMTx","get","options","define","isLimit","filter","_handleNewSuggestionMarker","_checkSuggestionCorrectness","track-changes-user-not-found","chain","getFirstRange","trackChangesCommand","deleteContent","_setSuggestionData","formatBlock","previous","deletion:chain","insertion:","isIntersectingWithRange","containsRange","toJSON","lowest","getIntersection","getFirstMarker","catch","activeMarkers","discardSuggestion","markAttributeChange","addSuggestion","format"];return(vc=function(){return t})()}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(608)][o(334)](r[o(350)]))return!0;if(t[o(383)]!=e[o(383)])return!1;if(!n[o(608)][o(391)](r[o(350)]))return!1;const i=s[o(572)](n[o(608)],r[o(350)])[o(579)]();for(const t of i)if([o(460),o(489)][o(642)](t[o(383)])&&s[o(598)][o(416)](t[o(301)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(638)]||!e[r(638)])&&wr(Ic(t[r(339)],n),Ic(e[r(339)],n))}function wc(t,e){const n=Ec,r=Fc(t[n(339)]),s=Fc(e);if(!t[n(638)])return!1;for(const t of Object[n(322)](s))if(!wr(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(495)]({},t);return delete n[e(380)],delete n[e(679)],n}const Dc=Pc;function Pc(t,e){const n=xc();return(Pc=function(t,e){return n[t-=323]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(831528===parseInt(n(351))/1+-parseInt(n(328))/2+-parseInt(n(350))/3*(parseInt(n(336))/4)+-parseInt(n(352))/5+-parseInt(n(326))/6+-parseInt(n(343))/7*(parseInt(n(360))/8)+parseInt(n(353))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(359)]=e,this[s(327)]=n,this[s(334)]=r,this[s(356)]=t,this[s(335)]=t[s(339)][s(330)](s(354)),this[s(333)]=t[s(339)][s(330)](s(358)),this[s(327)][s(337)](s(341)).to(this[s(335)],this[s(333)],((t,e)=>t||e)),this[s(327)][s(337)](s(331)).to(this[s(335)],s(341),(t=>t&&this[s(356)][s(359)][s(346)](e[s(363)]()))),this[s(327)][s(337)](s(344)).to(this[s(333)],s(341),(t=>t&&this[s(356)][s(359)][s(346)](e[s(363)]()))),this[s(325)]=null,n[s(338)]&&this[s(340)](),this[s(324)](n,s(354),(()=>this[s(354)]())),this[s(324)](n,s(358),(()=>this[s(358)]())),this[s(324)](n,s(361),(()=>{const t=s;n[t(338)]?this[t(340)]():this[t(347)]()}))}[Dc(354)](){const t=Dc;this[t(335)][t(357)](this[t(359)].id)}[Dc(358)](){const t=Dc;this[t(333)][t(357)](this[t(359)].id)}[Dc(342)](){const t=Dc;this[t(327)][t(349)](t(341)),this[t(327)][t(349)](t(331)),this[t(327)][t(349)](t(344)),this[t(362)](),this[t(334)][t(342)](),this[t(325)]&&this[t(347)]()}[Dc(340)](){const t=Dc,e=Wr(this[t(356)][t(329)],t(345));this[t(325)]=this[t(356)][t(323)][t(330)](t(332))[t(355)](e)}[Dc(347)](){const t=Dc;null!==this[t(325)]&&this[t(356)][t(323)][t(330)](t(332))[t(348)](this[t(325)]),this[t(325)]=null}}function xc(){const t=["commentThreadController","_acceptCommand","8644kMdtvI","bind","isDirty","commands","_setPendingAction","isEnabled","destroy","1813623BCakbS","canDiscard","PENDING_ACTION_SUGGESTION","canEditAt","_removePendingAction","remove","unbind","1857HGXjpV","35534gpURJw","3406675nihizr","43069068emdKcV","acceptSuggestion","add","_editor","execute","discardSuggestion","model","40ekxkDV","change:isDirty","stopListening","getRanges","plugins","listenTo","_pendingAction","2076114lgDyjK","view","658000UcXcoc","locale","get","canAccept","PendingActions","_discardCommand"];return(xc=function(){return t})()}const Uc=jc;function jc(t,e){const n=Vc();return(jc=function(t,e){return n[t-=126]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(969444===-parseInt(n(132))/1*(-parseInt(n(173))/2)+-parseInt(n(136))/3*(parseInt(n(145))/4)+parseInt(n(153))/5*(-parseInt(n(162))/6)+parseInt(n(176))/7+parseInt(n(143))/8*(-parseInt(n(157))/9)+-parseInt(n(150))/10+parseInt(n(134))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class Gc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(127)]=null,this[s(163)]=null,this[s(139)](s(142),!1),this[s(139)](s(126),e[s(126)]),this[s(170)](s(126)).to(e),this[s(139)](s(133),[]),this[s(139)](s(168),!1),this[s(139)](s(164),!1),this[s(139)](s(140),!1),this[s(139)](s(166),!1),this[s(151)]=e,this[s(158)]=n,this[s(138)]=r,r[s(128)]?this[s(139)](s(146),1):this[s(171)]()}[Uc(177)](){const t=Uc;this[t(159)][t(177)]()}[Uc(160)](){const t=Uc;this[t(127)]&&this[t(127)][t(160)](),this[t(163)]&&this[t(163)][t(160)](),super[t(160)]()}[Uc(171)](){const t=Uc,{CommentsListView:e}=this[t(138)];this[t(127)]=new e(this[t(155)],this[t(151)][t(161)],Object[t(144)]({CommentView:this[t(138)][t(149)]},this[t(138)])),this[t(127)][t(175)](t(165)).to(this),this[t(127)][t(175)](t(147)).to(this),this[t(127)][t(170)](t(142)).to(this),this[t(139)](t(146),this[t(127)][t(146)]+1),this[t(170)](t(146)).to(this[t(127)],t(146),(t=>t+1)),this[t(163)]=this[t(172)](),this.on(t(165),(()=>this[t(177)]())),this[t(170)](t(168)).to(this[t(127)],t(152),this[t(163)][t(129)],t(174),((t,e)=>t||!!e))}[Uc(172)](){const t=Uc,{CommentThreadInputView:e}=this[t(138)],n=new e(this[t(155)],this[t(158)],this[t(138)][t(148)]),r=n[t(129)];return n[t(170)](t(141)).to(this,t(142),this[t(151)][t(161)],t(167),r,t(174),((t,e,n)=>!!n||t&&!e)),r.on(t(154),((e,n)=>{const s=t;this[s(131)](s(130),n),r[s(135)][s(169)]("")})),r.on(t(156),(()=>this[t(177)]())),r[t(170)](t(137)).to(this[t(151)][t(161)],t(167)),n}}function Vc(){const t=["editorConfig","CommentView","4323100JWmLcp","_model","hasDirtyComment","1895kOtSyP","submit","locale","cancel","6444EYZMWE","_localUser","element","destroy","commentThread","19164ZqvoOO","commentThreadInputView","isEnabled","removeComment","canDiscard","isReadOnly","isDirty","setData","bind","_createCommentViews","_createCommentThreadInputView","22QuBOaa","value","delegate","12206208NdUZFR","focus","authoredAt","commentsListView","disableComments","commentInputView","addComment","fire","36927fzbIKw","descriptionParts","22155276zqoVoR","editor","154779NXkaqs","disabledSubmit","_config","set","canAccept","showInput","isActive","14456AThQMh","assign","20UoIJWQ","length","updateComment"];return(Vc=function(){return t})()}const Hc=zc;function Wc(){const t=["value","commentThread","fire","userView","cancel","</p>","innerHTML","canAccept","EXTERNAL_IMPORT_WORD_SUGGESTION","source","<p>","discardButton","querySelector","div","_createButton","EXTERNAL_AVATAR","editorDestroyed","delegate","isActive","author","ck-comment__external","formatDateTime","ck-annotation__info-name","title","ck-annotation__main","1931274mmqQxn","discardSuggestion","ck-annotation__info-time","ck-suggestion__main","bind","5187672Bwefln","split","element",'" title="',"acceptSuggestion","descriptionParts","name","time","type","ck-suggestion--discard","ck-suggestion__info-name","3111080giOyYA","ck-suggestion--disabled-comments","getExternalSuggestionNote","render","creator","_model","children","getTemplate","importWord","canDiscard","bindTemplate","Discard suggestion","authoredAt","ck-suggestion-wrapper--active",'"></span>',"ck-annotation__info","ck-suggestion","disableComments","ck-suggestion-wrapper","content","join","color","4CpIACn","EXTERNAL_SUGGESTION","setTemplate","3649776Ozfvot","createElement","ck-annotation__content-wrapper","625312NyaxzE","set","locale","ck-suggestion__info","ck-suggestion--accept","extendTemplate","isEnabled","map","1186992NlZLJK","attributes","description","push","innerText","ck-suggestion__user",".ck-annotation__content-wrapper","getUserViewNotificationText","</span>","acceptButton","ck-comment__info-time","ck-annotation__user","span",'<span class="ck-suggestion-color" style="background-color: ',"execute","@external","7iMQBmM","ck-annotation__actions","_config","ck-annotation","_descriptionElement","commentThreadInputView","502250TBqzGd","ck-suggestion-","check","editorReady","commentsListView","EXTERNAL_IMPORT_WORD_AVATAR","change:description",'<span class="ck-suggestion-type">',"ck-suggestion__actions","isExternal","Accept suggestion"];return(Wc=function(){return t})()}function zc(t,e){const n=Wc();return(zc=function(t,e){return n[t-=360]})(t,e)}!function(t,e){const n=zc,r=t();for(;;)try{if(349898===parseInt(n(465))/1+-parseInt(n(385))/2+parseInt(n(363))/3*(parseInt(n(459))/4)+parseInt(n(437))/5+-parseInt(n(462))/6+-parseInt(n(379))/7*(parseInt(n(426))/8)+parseInt(n(421))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wc);class Kc extends Gc{constructor(e,n,r,s){const i=zc;super(e,n,r,s),this[i(466)](i(434),""),this[i(425)](i(434)).to(this,i(431),(t=>t&&t[0]?t[0][i(434)]:"")),this[i(425)](i(365)).to(this,i(431),this,i(414),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(406)+qc(e[n(456)],e[n(458)])+n(401);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(383)]=null,this[i(372)]=this[i(410)](Wr(e,i(395)),t.icons[i(387)],i(469),i(430),"sw"),this[i(372)][i(425)](i(361)).to(this,i(403)),this[i(407)]=this[i(410)](Wr(e,i(448)),t.icons[i(400)],i(435),i(422),"sw"),this[i(407)][i(425)](i(361)).to(this,i(446)),this[i(399)]=new o.UserView(e,this[i(442)][i(415)],this[i(370)]()),this[i(399)][i(360)]({attributes:{class:[i(368),i(374)]}}),this[i(461)](this[i(444)]())}[Hc(444)](){const t=Hc,e=this[t(447)],n=[{tag:t(409),attributes:{class:[t(468),t(452)]},children:[{tag:t(375),children:[{text:this[t(399)][t(432)]}],attributes:{class:[t(436),t(418)]}},{tag:t(433),attributes:{datetime:e.to(t(449)),class:[t(373),t(423)]},children:[{text:e.to(t(449),(e=>this[t(381)][t(417)](e)))}]}]},{tag:t(409),attributes:{class:[t(393),t(380)]},children:[this[t(372)],this[t(407)]]},{tag:t(409),attributes:{class:[t(464)]}}];this[t(442)][t(394)]&&n[t(366)]({tag:t(409),attributes:{class:[t(416)]},children:[{text:this[t(439)]()}]});const r={tag:t(409),attributes:{class:[t(455),e.if(t(414),t(450)),e.to(t(434),(e=>t(386)+e)),this[t(381)][t(454)]&&t(438)],"data-suggestion-id":this[t(442)].id,"data-thread-id":this[t(442)][t(397)].id,"data-author-id":this[t(442)][t(415)].id,tabindex:-1},children:[{tag:t(409),attributes:{class:[t(453),t(382)]},children:[this[t(399)],{tag:t(409),attributes:{class:[t(424),t(420)]},children:n}]}]};return this[t(389)]&&this[t(384)]&&(r[t(443)][t(366)](this[t(389)],this[t(384)]),this[t(389)][t(413)](t(388)).to(this),this[t(389)][t(413)](t(412)).to(this),this[t(384)][t(413)](t(388)).to(this),this[t(384)][t(413)](t(412)).to(this)),r}[Hc(440)](){const t=Hc;super[t(440)](),this[t(383)]=this[t(428)][t(408)](t(369)),this[t(383)][t(402)]=this[t(365)],this.on(t(391),((e,n,r)=>{const s=t;this[s(383)][s(402)]=r}))}[Hc(410)](t,e,n,r,o){const i=Hc,a=new s.ButtonView(this[i(467)]);return a[i(466)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(360)]({attributes:{class:n}}),a.on(i(377),(()=>{const t=i;this[t(398)](r,this[t(442)].id)})),a}[Hc(439)](){const t=Hc;return t(445)===this[t(442)][t(364)][t(378)][t(405)]?Wr(this[t(467)],t(404)):Wr(this[t(467)],t(460))}[Hc(370)](){const t=Hc;return this[t(442)][t(394)]?t(445)===this[t(442)][t(364)][t(378)][t(405)]?Wr(this[t(467)],t(390),this[t(442)][t(441)][t(432)]):Wr(this[t(467)],t(411),this[t(442)][t(441)][t(432)]):null}}function qc(t,e){const n=Hc;let r="";return r+=t[n(427)]("*")[n(362)](((t,e)=>e%2!=0?n(392)+Qc(t)+n(371):Qc(t)))[n(457)](""),e&&(r+=n(376)+e[n(396)]+n(429)+e[n(419)]+n(451)),r}function Qc(t){const e=Hc,n=document[e(463)](e(375));return n[e(367)]=t,n[e(402)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Xc=Yc;function Yc(t,e){const n=Jc();return(Yc=function(t,e){return n[t-=231]})(t,e)}function Jc(){const t=["getAllAdjacentSuggestions","_destroyController","button","unbind","trackChanges.disableComments","has","getSuggestion","add","3524915oTTKmQ","TrackChangesEditing","_createMenuBarMenu","delegate","head","isOn","_refreshActiveMarkers","_suggestionToController","stopListening","innerView","descriptionFactory","focus","activeAnnotations","getRanges","toMany","423007QdJsQd","reduce","get","createCommentThreadController","commands","requires","_handleSuggestionControllerDelayed","_bindAnnotationToEditors","Track changes","createAnnotationView","editing","EditorAnnotations","editor","pluginName","trackChanges","comments.maxThreadTotalWeight","getMarkerNames","from","registerAnnotation","destroy","change:previous","Discard all selected suggestions","addComment","change:activeAnnotations","actionView","value","comments.editorConfig","isMultiRange","Accept all suggestions","5259345qddtfy","acceptAllSuggestions","arrowView","source","commentThread","isEnabled","_disableComments","getMarkers","acceptButton","SuggestionThreadView","discardAllSuggestions","suggestionUnloaded","children","menuitemcheckbox","_unbindEditors","comments.maxCommentsWhenCollapsed","CommentView","_updateController","suggestionLoaded","CommentsRepository","buttonView","_initializeController","TrackChangesUI","menuitem","delete","items","hasSuggestion","lowest","define","comments.maxCommentCharsWhenCollapsed","getByInnerView","mainView","plugins","switchbutton","componentFactory","init","suggestionChanged","1302450ZfSLmQ","panelView","keys","isInContent","previous","Annotations","activeMarkers","view","execute","createAnnotation","listenTo","trackChanges.SuggestionThreadView","filter","bind","some","remove","refreshSelectedViews","size","CommentsUI","_addUIComponentsToFactory","commandName","6914168XvETUu","menu","push","suggestion-","length","discardSelectedSuggestions","getDescriptions","getJoined","clear","_annotationViews","values","_createToolbarButton","discardButton","set","getFirstRange","separator","4929990OoSKJj","type","10347EWwOjH","_handleControllerBuffer","2kXeAnK","comments","descriptionParts","locale","model","addSourceCollector","81iYgAAZ","428vKJxvT","config","menuBar:trackChanges","_viewToController","Accept all selected suggestions","Discard all suggestions","acceptSelectedSuggestions","isDirty"];return(Jc=function(){return t})()}!function(t,e){const n=Yc,r=t();for(;;)try{if(521343===-parseInt(n(268))/1*(-parseInt(n(375))/2)+-parseInt(n(373))/3*(parseInt(n(237))/4)+parseInt(n(253))/5+parseInt(n(371))/6+-parseInt(n(297))/7+parseInt(n(355))/8+parseInt(n(236))/9*(-parseInt(n(334))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class $c extends t.Plugin{static get[Xc(273)](){const t=Xc;return[_c,o.Users,t(316),t(339),t(279)]}static get[Xc(281)](){return Xc(319)}constructor(t){const e=Xc;super(t),this[e(260)]=new Map,this[e(240)]=new Map,this[e(364)]=new Map,this[e(374)]=new Map;const n=this[e(280)][e(238)];n[e(325)](e(345),Kc),n[e(325)](e(249),!1),this[e(303)]=n[e(270)](e(249))}[Xc(274)](t,e){const n=Xc;0===this[n(374)][n(351)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(374)]){const r=this[t(260)][t(250)](e);r||n?r&&n&&this[t(246)](e):this[t(318)](e)}this[t(374)][t(363)](),this[t(280)][t(329)][t(270)](t(279))[t(350)](),this[t(259)]()}),10),this[n(374)][n(368)](t,e)}[Xc(332)](){const t=Xc,e=this[t(280)],n=e[t(329)][t(270)](t(254)),r=e[t(329)][t(270)](t(339)),s=e[t(329)][t(270)](t(279)),o=e[t(329)][t(270)](t(316));this[t(353)](),s[t(235)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(285)](this[e(260)])){const s=t[e(245)](),o=[];for(const t of s){if(!t[e(337)])continue;if(t[e(295)]){o[e(357)](...t[e(266)]());continue}const n=t[e(369)]();if(o[e(359)]>0){const t=o[0][e(362)](n);if(t){o[0]=t;continue}}o[e(357)](n)}n[e(357)]([r[e(341)],o])}return n})),this[t(344)](n,t(315),((e,n)=>{const r=t;this[r(344)](n,r(288),((t,e,s,o)=>{const i=r;n[i(337)]&&(null==s?(this[i(314)](o[i(257)]),this[i(274)](n,!1)):(this[i(314)](s[i(257)]),null==o&&this[i(274)](n,!0)))})),null!==n[r(338)]?this[r(314)](n[r(257)]):this[r(274)](n,!1)})),this[t(344)](n,t(308),((e,n,r)=>{const s=t;this[s(261)](n,s(288)),this[s(374)][s(321)](n),this[s(260)][s(250)](n)&&this[s(246)](n),r&&this[s(314)](r[s(257)])})),this[t(344)](n,t(333),((e,n)=>{this[t(314)](n)})),this[t(344)](r,t(291),(()=>{this[t(259)]()})),this[t(344)](o,t(290),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(323)](r))return;const i=n[o(251)](r);this[o(260)][o(270)](i)[o(341)][o(264)]()}),{priority:t(324)})}[Xc(259)](){const t=Xc,e=this[t(280)][t(329)][t(270)](t(339)),n=this[t(280)][t(329)][t(270)](t(254)),r=Array[t(285)](e[t(265)],(e=>e[t(262)]))[t(346)]((e=>this[t(240)][t(250)](e))),s=[];for(const e of r){const n=this[t(240)][t(270)](e)[t(234)][t(245)]();s[t(357)](...n[t(269)](((e,n)=>[...e,...n[t(284)]()]),[]))}n[t(340)]=s}[Xc(353)](){const t=Xc,n=this[t(280)],r=n[t(233)],o=Wr(r,t(276)),i=new e.Collection([{type:t(330),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(282),role:t(310)})},{type:t(370)},{type:t(247),model:new s.ViewModel({withText:!0,label:Wr(r,t(296)),commandName:t(298),role:t(320)})},{type:t(247),model:new s.ViewModel({withText:!0,label:Wr(r,t(241)),commandName:t(243),role:t(320)})},{type:t(247),model:new s.ViewModel({withText:!0,label:Wr(r,t(242)),commandName:t(307),role:t(320)})},{type:t(247),model:new s.ViewModel({withText:!0,label:Wr(r,t(289)),commandName:t(360),role:t(320)})}]);for(const e of i)if(tu(e)){const r=n[t(272)][t(270)](e[t(234)][t(354)]);e[t(234)][t(347)](t(258),t(302)).to(r,t(293),t(302))}n.ui[t(331)][t(252)](t(282),(e=>this[t(366)](e,i,o))),n.ui[t(331)][t(252)](t(239),(e=>this[t(255)](e,i,o)))}[Xc(366)](t,e,n){const r=Xc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(280)][r(272)][r(270)](r(282));o[r(317)][r(368)]({tooltip:n,label:n,icon:Zc}),o[r(317)][r(347)](r(258)).to(i,r(293)),o[r(317)].on(r(342),(()=>{const t=r;i[t(342)](),this[t(280)][t(278)][t(341)][t(264)]()})),(0,s.addListToDropdown)(o,e,{role:r(356)});const a=[];for(const t of e)tu(t)&&a[r(357)](this[r(280)][r(272)][r(270)](t[r(234)][r(354)]));const c=o[r(317)];return c[r(292)][r(248)](r(302)),c[r(299)][r(248)](r(302)),c[r(292)][r(347)](r(302)).to(i,r(302)),c[r(299)][r(347)](r(302))[r(267)](a,r(302),((...t)=>t[r(348)]((t=>t)))),o.on(r(342),(t=>{const e=r;this[e(280)][e(342)](t[e(300)][e(354)]),this[e(280)][e(278)][e(341)][e(264)]()})),o}[Xc(255)](t,e,n){const r=Xc,o=new s.MenuBarMenuView(t),i=this[r(280)][r(272)][r(270)](r(282));o[r(317)][r(368)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(370)==n[r(372)]){a[r(322)][r(252)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(234)];i[r(347)](...Object[r(336)](c)).to(c),i[r(256)](r(342)).to(o),i.on(r(342),(()=>{const t=r;this[t(280)][t(342)](c[t(354)]),this[t(280)][t(278)][t(341)][t(264)]()})),e[r(309)][r(252)](i),a[r(322)][r(252)](e)}return o[r(347)](r(302)).to(i,r(302)),o[r(335)][r(309)][r(252)](a),o}[Xc(318)](t){const e=Xc,n=this[e(280)],r=n[e(238)],s=n[e(329)][e(270)](e(339)),i=n[e(329)][e(270)](e(316)),a=n[e(329)][e(270)](e(279)),c=n[e(329)][e(270)](o.Users).me,u=r[e(270)](e(282))[e(306)],{CommentsListView:l,CommentThreadInputView:f}=n[e(329)][e(270)](e(352));let h,g;this[e(364)][e(250)](t.id)?(g=this[e(364)][e(270)](t.id),h=g[e(328)]):(h=new u(n[e(233)],t,c,{disableComments:this[e(303)],editorConfig:r[e(270)](e(294)),maxCommentsWhenCollapsed:r[e(270)](e(312)),maxThreadTotalWeight:r[e(270)](e(283)),maxCommentCharsWhenCollapsed:r[e(270)](e(326)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(270)](e(233))),CommentView:r[e(270)](e(231))[e(313)],CommentsListView:l,CommentThreadInputView:f}),h[e(305)].on(e(342),(()=>{const t=e;n[t(278)][t(341)][t(264)]()})),h[e(367)].on(e(342),(()=>{const t=e;n[t(278)][t(341)][t(264)]()})),g=s[e(277)](this[e(280)][e(233)],h),g[e(347)](e(244)).to(h,e(244)),g[e(347)](e(359)).to(h),g[e(347)](e(372)).to(h,e(372),(t=>e(358)+t)),this[e(364)][e(368)](t.id,g));const d=i[e(271)](t[e(301)],h),p=new Bc(n,t,h,d),m=t[e(245)]()[e(346)]((t=>t[e(337)]));h[e(232)]=n[e(329)][e(270)](e(254))[e(263)][e(361)](m),this[e(260)][e(368)](t,p),this[e(240)][e(368)](h,p);const I=s[e(343)]({view:g,target:()=>{const r=e,s=[],i=t[r(245)]()[r(346)]((t=>t[r(337)]));for(const t of i)s[r(357)](...t[r(304)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(278)],s)},type:()=>e(358)+p[e(341)][e(372)]});i[e(275)](h,I),s[e(252)](I),a[e(286)](I)}[Xc(246)](t){const e=Xc,n=this[e(280)][e(329)][e(270)](e(316)),r=this[e(280)][e(329)][e(270)](e(339)),s=this[e(260)][e(270)](t),o=s[e(341)],i=r[e(327)](o);n[e(311)](o),i&&r[e(349)](i),this[e(260)][e(321)](t),this[e(240)][e(321)](o),s[e(287)]()}[Xc(314)](t){const e=Xc;if(!t[e(337)]||!this[e(260)][e(250)](t))return;const n=this[e(280)][e(329)][e(270)](e(254)),r=this[e(260)][e(270)](t),s=t[e(245)]();r[e(341)][e(232)]=n[e(263)][e(361)](s)}[Xc(287)](){const t=Xc;for(const e of this[t(260)][t(336)]())this[t(246)](e);for(const e of this[t(364)][t(365)]())e[t(328)][t(287)]();super[t(287)]()}}function tu(t){return Xc(234)in t}var eu=nu;function nu(t,e){var n=su();return(nu=function(t,e){return n[t-=195]})(t,e)}!function(t,e){for(var n=nu,r=t();;)try{if(560452===parseInt(n(210))/1*(parseInt(n(198))/2)+-parseInt(n(214))/3*(parseInt(n(215))/4)+parseInt(n(212))/5+parseInt(n(196))/6*(-parseInt(n(204))/7)+-parseInt(n(213))/8*(parseInt(n(206))/9)+-parseInt(n(199))/10*(parseInt(n(202))/11)+-parseInt(n(216))/12*(-parseInt(n(208))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(su);class ru extends t.Plugin{static get[eu(209)](){return[_c,$c,eu(200)]}static get[eu(203)](){return eu(218)}set[eu(211)](t){var e=eu;this[e(217)][e(207)][e(201)](_c)[e(211)]=t}get[eu(211)](){var t=eu;return this[t(217)][t(207)][t(201)](_c)[t(211)]}[eu(197)](t){var e=eu;return this[e(217)][e(207)][e(201)](_c)[e(205)](t)}[eu(219)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(217)][n(207)][n(201)](_c)[n(219)]({skipNotAttached:t,toJSON:e})}[eu(195)](t){var e=eu;return this[e(217)][e(207)][e(201)](_c)[e(195)](t)}}function su(){var t=["requires","115781QWugvL","adapter","3403190NlhaOC","8CBsDMA","157587WvkgzO","16BejGcT","18751836ffoCYa","editor","TrackChanges","getSuggestions","getSuggestion","1038XUaPGC","addSuggestion","10ysJLvq","10479790cxeVhA","Comments","get","11YDtVbs","pluginName","7476TlJpQs","addSuggestionData","7369965FCZXsi","plugins","13DjDnTo"];return(su=function(){return t})()}const ou=au;!function(t,e){const n=au,r=t();for(;;)try{if(418784===-parseInt(n(137))/1+-parseInt(n(177))/2*(-parseInt(n(176))/3)+parseInt(n(128))/4*(-parseInt(n(151))/5)+-parseInt(n(117))/6+parseInt(n(170))/7+parseInt(n(143))/8*(-parseInt(n(175))/9)+-parseInt(n(116))/10*(-parseInt(n(118))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uu);const iu=[ou(167)];function au(t,e){const n=uu();return(au=function(t,e){return n[t-=115]})(t,e)}class cu extends t.Plugin{static get[ou(159)](){return[_c]}static get[ou(158)](){return ou(145)}[ou(160)](){const t=ou,n=this[t(146)];if(n[t(174)][t(134)](t(139),(e=>{const r=t,s=n[r(125)][r(148)][r(149)]()[r(115)](((t,e)=>(t[e]="",t)),{});return n[r(140)][r(121)](s,e)})),t(119)!=typeof n[t(174)][t(169)](t(171))[t(129)])throw new e.CKEditorError(t(138))}[ou(132)](t){return hu(this[ou(146)],!0,t)}[ou(150)](t){return hu(this[ou(146)],!1,t)}}function uu(){const t=["rootsAttributes","addCommentThread","getRootsAttributes","acceptAllSuggestions","addSuggestionData","getFullData","pluginName","requires","init","map","createDocumentFragment","result","TrackChangesDataGetter","data","plugins","Pagination","end","get","816711FNpONR","trackChangesData","execute","Users","config","3909762nslYWX","21GWUJzH","217734TbrPvK","getSuggestions","name","reduce","850taBSLj","3196788HcREak","187286TLzWcm","function","CommentsRepository","create","push","div","destroy","model","addUser","appendChild","203844vmNdpU","editorCreator","set","getCommentThreads","getDataWithAcceptedSuggestions","TrackChangesEditing","define","discardAllSuggestions","users","379381BMWxYo","track-changes-data-invalid-editor-creator","trackChangesData.editorCreator","constructor","useAnonymousUser","_adapter","8oILHqw","createElement","TrackChangesData","editor","getUser","document","getRootNames","getDataWithDiscardedSuggestions","55xhOOlX"];return(uu=function(){return t})()}class lu extends t.Plugin{static get[ou(158)](){return ou(164)}constructor(t){const e=ou;super(t),this[e(163)]=e(168)}[ou(160)](){const t=ou;this[t(146)][t(166)][t(169)](t(120))[t(142)]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[t(146)][t(166)][t(169)](t(133))[t(142)]=null}}function fu(t){return void 0!==t[ou(154)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,iu);s[r(166)][r(122)](_c,lu),s[r(152)]=fu(t)?t[r(154)]():void 0;const i=document[r(162)](),a=t[r(174)][r(169)](r(171))[r(129)],c=await a(s,(()=>function(t){const e=r,n=document[e(144)](e(123));return t[e(127)](n),n}(i)));!function(t,e){const n=r,s=t[n(125)][n(148)][n(149)]()[n(115)](((e,r)=>(e[r]=t[n(165)][n(169)]({rootName:r}),e)),{}),o=t[n(166)][n(169)](n(173))[n(136)][n(161)]((t=>({id:t.id,name:t[n(179)]}))),i=t[n(166)][n(169)](n(133))[n(178)]({skipNotAttached:!0,toJSON:!0}),a=t[n(166)][n(169)](n(120))[n(131)]({skipNotAttached:!0,toJSON:!0}),c=e[n(166)][n(169)](n(173)),u=e[n(166)][n(169)](n(133)),l=e[n(166)][n(169)](n(120));for(const t of o)c[n(147)](t.id)||c[n(126)](t);c.me||c[n(141)]();for(const t of a)l[n(153)](t);for(const t of i)u[n(156)](t);e[n(165)][n(130)](s)}(t,c),c[r(172)](r(e?155:135));const u=fu(c)?c[r(157)](n):c[r(165)][r(169)](n);return await c[r(124)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=320]})(t,e)}function du(){var t=["2vvxagb","929920OmnHpb","264522QLfQUJ","1436469fgXQyz","210112LabAui","314705kqBtky","1820088NhgaAh","2950704WawSpH","36oQZknX","8GRRvkO"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(263002===parseInt(n(320))/1+parseInt(n(328))/2*(parseInt(n(321))/3)+parseInt(n(327))/4*(parseInt(n(323))/5)+-parseInt(n(325))/6+parseInt(n(322))/7+parseInt(n(324))/8+parseInt(n(326))/9*(-parseInt(n(329))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Gc,TrackChanges:()=>ru,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["836QGZPIW","has","forceDisabled","153RkyNCn","276211hTPNoN","editor","7BYiAsP","1571225rKyuza","77016npVicp","affectsData","_disableUnsupportedCommands","1216266duqxYB","refresh","658228YPbhHW","_enabledCommands","execute","3013170mJSzeK","TrackChangesCommand","_isEnabledBasedOnSelection","clearForceDisabled","isEnabled","value","1983wygikW","_enableCommands","commands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=448]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(190768===-parseInt(n(470))/1+-parseInt(n(466))/2*(-parseInt(n(463))/3)+parseInt(n(454))/4+-parseInt(n(448))/5+parseInt(n(452))/6*(parseInt(n(472))/7)+-parseInt(n(449))/8*(parseInt(n(469))/9)+parseInt(n(457))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(455)]=e,this[n(462)]=!1,this[n(453)](),this[n(459)]=!1}[c(453)](){this[c(461)]=!0}[c(456)](){const t=c;this[t(462)]=!this[t(462)],this[t(462)]?this[t(451)]():this[t(464)]()}[c(451)](){const t=c;for(const e of this[t(471)][t(465)][t(465)]())e[t(450)]&&!this[t(455)][t(467)](e)&&e[t(468)](t(458))}[c(464)](){const t=c;for(const e of this[t(471)][t(465)][t(465)]())e[t(450)]&&!this[t(455)][t(467)](e)&&e[t(460)](t(458))}}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=358]})(t,e)}function d(){const t=["383898LjoMDV","_suggestions","142922UDkJJK","model","4729096KUVowT","acceptSuggestion","plugins","track-changes-accept-suggestion-not-found","_isEnabledBasedOnSelection","isEnabled","TrackChangesEditing","canEditAt","get","704784rItgcr","getRanges","1846020CyxsKj","refresh","editor","execute","10uQetAm","1018171kUrcMl","397800iSkLGf"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(276550===-parseInt(n(371))/1+parseInt(n(360))/2+parseInt(n(369))/3+parseInt(n(368))/4*(-parseInt(n(366))/5)+-parseInt(n(362))/6+-parseInt(n(367))/7+parseInt(n(373))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(370)]=e,this[n(363)](),this[n(377)]=!1}[h(363)](){this[h(378)]=!0}[h(365)](t){const n=h,r=this[n(370)][n(359)](t);if(!r)throw new e.CKEditorError(n(376),this);const s=r[n(361)]();this[n(364)][n(372)][n(358)](s)&&this[n(364)][n(375)][n(359)](n(379))[n(374)](r)}}const m=E;function I(){const t=["plugins","canEditAt","_suggestions","get","72054MbUzPM","model","track-changes-discard-suggestion-not-found","3866397YkuDyt","execute","isEnabled","52190LhCxwD","517286ASBIND","discardSuggestion","3942968tzZIuu","getRanges","TrackChangesEditing","1565671Sulfqj","320aOrYBu","refresh","editor","632rxySss","2CMWiDi","_isEnabledBasedOnSelection","805VGsHsB","11709270BXvycj"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(872442===-parseInt(n(345))/1+-parseInt(n(350))/2*(parseInt(n(336))/3)+parseInt(n(349))/4*(parseInt(n(339))/5)+parseInt(n(333))/6*(parseInt(n(352))/7)+parseInt(n(342))/8+-parseInt(n(353))/9+parseInt(n(346))/10*(parseInt(n(340))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(356)]=e,this[n(347)](),this[n(351)]=!1}[m(347)](){this[m(338)]=!0}[m(337)](t){const n=m,r=this[n(356)][n(332)](t);if(!r)throw new e.CKEditorError(n(335),this);const s=r[n(343)]();this[n(348)][n(334)][n(355)](s)&&this[n(348)][n(354)][n(332)](n(344))[n(341)](r)}}function T(t,e){const n=y();return(T=function(t,e){return n[t-=102]})(t,e)}function _(t){const e=T;return t[e(135)](((t,n)=>e(132)==t[e(133)]&&e(132)!=n[e(133)]?-1:e(132)!=t[e(133)]&&e(132)==n[e(133)]?1:0))}function y(){const t=["push","change","5952270NCbben","content","18351ChQQfL","655614paEJqe","isObject","isArray","85736IRsBFC","splice","next","map","color","end","28TRBdBH","length","getRanges","isInContent","value","isMultiRange","isIntersecting","810269lDZSHp","createRange","start"," [color ","createPositionAt","from","3161935xvsWsn","createPositionAfter","isTouching","3WrrExG","createPositionBefore","2485596liohaV","add","632SwKGEB","deletion","type","execute","sort","replace","schema","join","isCollapsed"];return(y=function(){return t})()}function A(t,e){const n=T;let r,s=0;const o=[],i=e[n(137)];for(;s<t[n(112)];){const a=t[s],c=t[s+1];r||(r=e[n(128)](a)),k(e,a,c)||(o[n(140)](e[n(119)](r,i[n(103)](a)?e[n(125)](a):e[n(122)](a,n(110)))),r=null),s++}return o}function k(t,e,n){const r=T;if(!n)return!1;const s=t[r(125)](e),o=t[r(128)](n);return s[r(126)](o)}!function(t,e){const n=T,r=t();for(;;)try{if(839219===parseInt(n(118))/1+parseInt(n(105))/2+parseInt(n(127))/3*(parseInt(n(129))/4)+-parseInt(n(124))/5+parseInt(n(102))/6*(-parseInt(n(111))/7)+-parseInt(n(131))/8*(parseInt(n(144))/9)+parseInt(n(142))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);function C(t,e,n){const r=T;for(;n[r(112)];){const s=n[r(106)](0,100);t[r(141)]((()=>{const t=r;for(const n of s)n[t(114)]&&e[t(134)](n.id)}))}}const L=N;function N(t,e){const n=R();return(N=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=N,r=t();for(;;)try{if(196886===parseInt(n(268))/1+-parseInt(n(259))/2*(parseInt(n(247))/3)+-parseInt(n(266))/4*(-parseInt(n(245))/5)+-parseInt(n(263))/6+-parseInt(n(254))/7*(-parseInt(n(251))/8)+-parseInt(n(265))/9+-parseInt(n(249))/10*(parseInt(n(252))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=N;super(t),this[r(246)]=e,this[r(258)]=n,this[r(267)](),this[r(257)]=!1}[L(267)](){const t=L,e=Array[t(260)](this[t(258)][t(253)]())[t(261)]((e=>e[t(262)]));this[t(248)]=this[t(246)][t(248)]&&e}[L(264)](){const t=L,e=_(Array[t(260)](this[t(258)][t(253)]()));for(const n of e){const e=n[t(250)]();if(!this[t(244)][t(256)][t(255)](e))return}C(this[t(244)][t(256)],this[t(246)],e)}}function R(){const t=["1638504BDyKtW","4gJHVsU","refresh","371710Dbdqda","editor","1547170PhbOcS","_command","3kRZhrM","isEnabled","1172310PligAC","getRanges","8rwzluj","33oaRRLJ","values","2477293YXLKsk","canEditAt","model","_isEnabledBasedOnSelection","_suggestions","525370siqMmT","from","some","isInContent","250338WPacGz","execute"];return(R=function(){return t})()}const v=O;function M(){const t=["2xIJIPX","12QVvHjI","execute","286391sfUhdK","editor","70552ZSEpND","from","isEnabled","values","234258PWxdJH","selection","_isEnabledBasedOnSelection","72LXThJo","4106430GsNAvc","canEditAt","_selectedSuggestions","refresh","model","size","10082110GFlLpW","12SCuvSd","389995kiPLdx","_command","_suggestions","document","427hsRwnQ","getRanges","1904573VhAYEA"];return(M=function(){return t})()}function O(t,e){const n=M();return(O=function(t,e){return n[t-=228]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(727689===-parseInt(n(252))/1*(-parseInt(n(249))/2)+-parseInt(n(230))/3*(-parseInt(n(250))/4)+parseInt(n(242))/5*(parseInt(n(241))/6)+parseInt(n(246))/7*(parseInt(n(254))/8)+-parseInt(n(234))/9+parseInt(n(240))/10+parseInt(n(248))/11*(-parseInt(n(233))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(243)]=e,this[r(244)]=n,this[r(236)]=new Set,this[r(237)](),this[r(232)]=!1}[v(237)](){const t=v,e=this[t(253)][t(238)][t(245)][t(231)],n=Array[t(255)](this[t(244)][t(229)]());this[t(236)]=function(t,e){const n=T,r=Array[n(123)](t[n(113)]()),s=new Set;for(const o of e)if(o[n(114)])for(const e of r)for(const r of o[n(113)]())(e[n(117)](r)||t[n(139)]&&!o[n(116)]&&o[n(107)]&&r[n(110)][n(126)](e[n(120)]))&&s[n(130)](o);return s}(e,n),this[t(228)]=this[t(243)][t(228)]&&!!this[t(236)][t(239)]}[v(251)](){const t=v,e=_(Array[t(255)](this[t(236)]));for(const n of e){const e=n[t(247)]();if(!this[t(253)][t(238)][t(235)](e))return}C(this[t(253)][t(238)],this[t(243)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const x=function(t){var e=this.__data__,n=B(e,t);return!(n<0)&&(n==e.length-1?e.pop():P.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=B(e,t);return n<0?void 0:e[n][1]};const j=function(t){return B(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=x,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const Y=X||Z||Function("return this")();const J=Y.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=J?J.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=J?J.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Y["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Y,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Rt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Nt,wt.prototype.get=Rt,wt.prototype.has=Mt,wt.prototype.set=Ot;const Dt=wt;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const Bt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Pt=function(t,e){var n=t.__data__;return Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=Pt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Pt(this,t).get(t)};const jt=function(t){return Pt(this,t).has(t)};const Gt=function(t,e){var n=Pt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=xt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=zt;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Yt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Yt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Jt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Y.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Se=function(t,e){return function(n){return t(e(n))}};const Re=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Ne(t))return Re(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Qt(e,we(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return Fe(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const xe=function(t){return Oe(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Qt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Y.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Ye=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return Xe.call(t,e)})))}:qe;const Je=function(t,e){return Qt(t,Ye(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ye(t)),t=$e(t);return e}:qe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,we,Ye)};const sn=function(t){return nn(t,xe,tn)};const on=At(Y,"DataView");const an=At(Y,"Promise");const cn=At(Y,"Set");const un=At(Y,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Y.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Rn=J?J.prototype:void 0,vn=Rn?Rn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Bn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Fn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[zn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?en(e,Ue(a,e)):Je(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:we)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Yn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Jn.test(t)||!Yn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=J?J.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Jt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=J?J.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Sr="[object Array]",Rr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Nr?Rr:c)==Rr,f=(u=u==Nr?Rr:u)==Rr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Fr(t,Br(e,0,-1))};const xr=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||xr(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=330]})(t,e)}function Vr(){const t=["4UOIvNI","getMarkers","removeAttribute","getFirstMarker","length","getItems","onAttributesChange","removeMarkers","getRanges","push","isMultiRange","_onDiscard","map","50008gKUole","size","commentThread","addMarker","end","2388438OljoCP","getMultiRangeId","45507fDiDQS","subType","split","delete","data","_onAttributesChange","change","32118DGRCIQ","type","getContainedElement","addMarkerName","addRange","isIntersecting","652044hVdJAj","getMarkerNames","discard","authoredAt","nodeAfter","from","creator","_markerNames","setAttribute","nodeBefore","get","set","isIntersectingWithRange","2cvnTLz","add","onDiscard","clear","next","createdAt","getFirstRange","filter","_onAccept","decorate","author","markers","getRange","previous","toJSON","getAllAdjacentSuggestions","suggestion:","reduce","_model","isInContent","attributes","isExternal","_isDataLoaded","140wDCAbX","removeMarker","2800690gYVKWS","1055365HvfYyc","accept","substr","hasComments","head","_saved","onAccept","start","@external"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(167278===-parseInt(n(372))/1*(-parseInt(n(398))/2)+parseInt(n(385))/3+parseInt(n(352))/4*(-parseInt(n(343))/5)+parseInt(n(379))/6*(parseInt(n(340))/7)+-parseInt(n(365))/8+-parseInt(n(370))/9+parseInt(n(342))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(339)]=!1,this.id=e.id,this[n(380)]=e[n(380)],this[n(373)]=e[n(373)]||null,this[n(408)]=e[n(408)],this[n(391)]=e[n(391)]||e[n(408)],this[n(338)]=Boolean(e[n(337)]&&e[n(337)][n(351)]),this[n(376)]=null,this[n(335)]=t,this[n(406)]=e[n(349)],this[n(363)]=e[n(400)],this[n(377)]=e[n(358)],this[n(392)]=new Set,this[n(403)]=null,this[n(396)](n(388),null),this[n(396)](n(337),e[n(337)]||{}),this[n(396)](n(330),null),this[n(396)](n(402),null),this[n(396)](n(367),null),this[n(396)](n(348),!1),this[n(407)](n(344)),this[n(407)](n(387))}get[jr(347)](){const t=jr;let e=this;for(;e[t(330)];)e=e[t(330)];return e}get[jr(346)](){const t=jr;return!!this[t(367)]&&this[t(367)][t(356)]>0}get[jr(362)](){const t=jr;return 0!=this[t(392)][t(366)]&&6==Array[t(390)](this[t(392)])[0][t(374)](":")[t(356)]}get[jr(336)](){return null!==this[jr(355)]()}[jr(382)](t){const e=jr;this[e(392)][e(399)](t)}[jr(386)](){const t=jr;return Array[t(390)](this[t(392)])}[jr(353)](){const t=jr;return this[t(386)]()[t(364)]((e=>this[t(335)][t(409)][t(395)](e)))[t(405)]((t=>t))}[jr(355)](){return this[jr(353)]()[0]||null}[jr(359)](){const t=jr;this[t(335)][t(378)]((e=>{const n=t;for(const t of this[n(353)]())e[n(341)](t)})),this[t(392)][t(401)]()}[jr(341)](t){const e=jr;this[e(335)][e(378)]((n=>{n[e(341)](t)})),this[e(392)][e(375)](t)}[jr(383)](t){const e=jr,n=e(333)+this[e(380)]+":"+this[e(373)]+":"+this.id+":"+this[e(391)].id+":"+Hr[e(371)]();this[e(382)](n),this[e(335)][e(378)]((r=>{r[e(368)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(397)](t){const e=jr;for(const n of this[e(360)]())if(n[e(384)](t))return!0;return!1}[jr(360)](){const t=jr;return this[t(353)]()[t(364)]((e=>e[t(410)]()))}[jr(357)](){const t=jr;return this[t(360)]()[t(334)](((e,n)=>[...e,...n[t(357)]()]),[])}[jr(404)](){const t=jr;var e;return(null===(e=this[t(355)]())||void 0===e?void 0:e[t(410)]())||null}[jr(381)](){const t=jr,e=this[t(360)]();if(1!=e[t(356)])return null;const n=e[0],r=n[t(350)][t(389)],s=n[t(369)][t(394)];return r instanceof i.Element?r!=s?null:r:null}[jr(344)](){const t=jr;this[t(406)](this[t(360)](),this[t(376)],this[t(337)]),this[t(359)]()}[jr(387)](){const t=jr;this[t(363)](this[t(360)](),this[t(376)],this[t(337)]),this[t(359)]()}[jr(332)](){const t=jr,e=[];let n=this[t(347)];for(;n;)e[t(361)](n),n=n[t(402)];return e}[jr(393)](t,e){const n=jr,r=Xn(this[n(337)]);hr(r,t,e),wr(r,this[n(337)])||(this[n(337)]=r,this[n(377)](r))}[jr(354)](t){const e=jr,n=Xn(this[e(337)]);Ur(n,t),wr(n,this[e(337)])||(this[e(337)]=n,this[e(377)](this[e(337)]))}[jr(331)](){const t=jr;return{id:this.id,type:this[t(373)]?this[t(380)]+":"+this[t(373)]:this[t(380)],authorId:this[t(391)].id,createdAt:this[t(403)],hasComments:this[t(346)],data:this[t(376)],attributes:this[t(337)]}}static[jr(371)](){const t=jr;return(0,e.uid)()[t(345)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=qr;function Kr(){const t=["getItemLabel","_handleInsertRemoveSuggestionDescription","ELEMENT_SPACE","set","elementEnd","9RajzQD","element","insertion","nodeAfter","_attributeLabels","nextSibling","previousSibling","name","addObject","add","*Remove format:* %0","checkChild","data","isEmpty","isEqual","key","match","30YfhOfF","Object","getDescriptions","normal","isObject","removeFormat","*Change to:* %0","8203440cwyEQa","format","_handleCustomCallbackDescription","REPLACE_TEXT","getFirstRange","_schema","_itemLabelsCallbacks","get","*Insert:* %0","pop","type","replace","start","1549445FhsYOC","_locale","skip","4739128zNYcFA","text","removeEmptyContainer","*Set format:* %0","*Merge:* %0","matchingCallback","join","_customCallbacks","834126sXNklJ","has","label","22218mShGHH","push","Container","_itemLabels","885984AgdqNG","_handleAttributeSuggestionDescription","addFormat","softBreak","removeObject","subType","_handleRenameSuggestionDescription","*Remove:* %0","EmptyContainer","length","registerElementLabel","_resolveDescriptionItems","end","elementStart","item","remove","$textProxy","$1 $2","addContainer","getWalker","$text","newValue","removeContainer","_addDescriptionItems","function","isInContent","map","*Split:* %0","registerDescriptionCallback","44518698SGfXnh","attribute","addEmptyContainer","indexOf","deletion","registerAttributeLabel","quantity"];return(Kr=function(){return t})()}function qr(t,e){const n=Kr();return(qr=function(t,e){return n[t-=251]})(t,e)}!function(t,e){const n=qr,r=t();for(;;)try{if(973062===-parseInt(n(280))/1*(-parseInt(n(331))/2)+-parseInt(n(328))/3+-parseInt(n(320))/4+parseInt(n(317))/5*(-parseInt(n(297))/6)+-parseInt(n(304))/7+parseInt(n(335))/8+parseInt(n(268))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Xr{constructor(t,e){const n=qr;this[n(327)]=[],this[n(334)]=new Map,this[n(310)]=[],this[n(284)]=new Map,this[n(309)]=t,this[n(318)]=e}[Wr(299)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(344)];o++){const i=t[o];if(!i[e(264)])continue;const a=this[e(306)](i);if(a){if(null!=i[e(340)]){if(r[e(329)](i[e(340)]))continue;r[e(289)](i[e(340)])}n[e(332)](a)}else if(e(269)!=i[e(314)])e(282)!=i[e(314)]&&e(272)!=i[e(314)]||this[e(276)](n,i,t[o+1]);else{const t=i[e(292)][e(295)];if(s[e(329)](t))continue;s[e(289)](i[e(292)][e(295)]),t==_c?this[e(341)](n,i):this[e(336)](n,i)}}return this[e(346)](n)}[Wr(267)](t){const e=Wr;this[e(327)][e(332)](t)}[Wr(345)](t,n,r=e.priorities[Wr(300)]){const s=Wr;s(263)==typeof t?(0,e.insertToPriorityArray)(this[s(310)],{matchingCallback:t,label:n,priority:r}):this[s(334)][s(278)](t,n)}[Wr(273)](t,e){const n=Wr;this[n(284)][n(278)](t,e)}[Wr(275)](t,e=1){const n=Wr;let r;for(const e of this[n(310)])if(e[n(325)](t)){r=e[n(330)];break}return r||(r=this[n(334)][n(311)](t[n(287)])),r?r(e):1!==e?e+" "+t[n(287)]+"s":""+t[n(287)]}[Wr(262)](t,e){const n=Wr,r=e[n(308)]()[n(258)](),s=n(282)==e[n(314)]?n(289):n(254);for(const e of r){const o=e[n(253)],i=t[t[n(344)]-1];if(o.is(n(255)))i&&i[n(314)][n(271)](n(333))>-1&&t[n(313)](),i&&n(321)==i[n(314)]?i[s]+=o[n(292)]:t[n(332)]({type:n(321),add:n(289)==s?o[n(292)]:"",remove:n(254)==s?o[n(292)]:""});else if(this[n(309)][n(301)](o)){const a=o;if(i&&i[n(314)][n(271)](n(333))>-1&&t[n(313)](),n(279)==e[n(314)])continue;i&&i[n(314)]==s+n(298)&&i[n(281)][n(287)]==a[n(287)]?i[n(274)]++:t[n(332)]({type:s+n(298),element:a,quantity:1}),r[n(319)]((t=>!(n(279)==t[n(314)]&&t[n(253)]==o)))}else if(this[n(309)][n(291)](o,n(259))||o.is(n(281),n(338))){const r=o;if(n(289)==s&&n(252)==e[n(314)]||n(254)==s&&n(279)==e[n(314)])continue;if(i&&-1==i[n(314)][n(271)](n(333))){n(321)==i[n(314)]&&(i[s]+="\n");continue}let a;if(a=n(289)==s?r[n(285)]&&!this[n(309)][n(301)](r[n(285)])?r[n(285)]:null:r[n(286)]&&!this[n(309)][n(301)](r[n(286)])?r[n(286)]:null,r[n(293)]||a&&a[n(293)]){const e=a&&a[n(293)]?a:r;i&&i[n(314)]==s+n(343)&&i[n(281)][n(287)]==e[n(287)]?i[n(274)]++:t[n(332)]({type:s+n(343),element:e,quantity:1})}else t[n(332)]({type:s+n(333),element:r})}}}[Wr(346)](t){const e=Wr,n=this[e(318)],r=[],s=[],o=[];for(const i of t)switch(i[e(314)]){case e(321):if(i[e(289)]=i[e(289)][e(315)](/(\S)\u000A+(\S)/g,e(256))[e(315)](/\u000A/g,""),i[e(254)]=i[e(254)][e(315)](/(\S)\u000A+(\S)/g,e(256))[e(315)](/\u000A/g,""),""!=i[e(289)]&&""!=i[e(254)]){r[e(332)]({type:e(315),content:zr(n,e(307),['"'+i[e(254)]+'"','"'+i[e(289)]+'"'])});continue}if(null!=i[e(289)][e(296)](/^ +$/)){r[e(332)]({type:e(282),content:zr(n,e(312),zr(n,e(277),i[e(289)][e(344)]))});continue}if(null!=i[e(254)][e(296)](/^ +$/)){r[e(332)]({type:e(272),content:zr(n,e(342),zr(n,e(277),i[e(254)][e(344)]))});continue}if(""!=i[e(289)]){r[e(332)]({type:e(282),content:zr(n,e(312),'"'+i[e(289)]+'"')});continue}r[e(332)]({type:e(272),content:zr(n,e(342),'"'+i[e(254)]+'"')});continue;case e(270):case e(288):r[e(332)]({type:e(282),content:zr(n,e(312),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(322):case e(339):r[e(332)]({type:e(272),content:zr(n,e(342),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(257):r[e(332)]({type:e(282),content:zr(n,e(266),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(261):r[e(332)]({type:e(272),content:zr(n,e(324),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(337):s[e(332)](i[e(295)]);continue;case e(302):o[e(332)](i[e(295)]);continue;default:r[e(332)](i)}if(s[e(344)]){const t=s[e(265)]((t=>this[e(284)][e(329)](t)?this[e(284)][e(311)](t):t))[e(326)](", ");r[e(332)]({type:e(305),content:zr(this[e(318)],e(323),t)})}if(o[e(344)]){const t=o[e(265)]((t=>this[e(284)][e(329)](t)?this[e(284)][e(311)](t):t))[e(326)](", ");r[e(332)]({type:e(305),content:zr(this[e(318)],e(290),t)})}return r}[Wr(306)](t){const e=Wr;for(const n of this[e(327)]){const r=n(t);if(r&&e(314)in r)return r}}[Wr(336)](t,e){const n=Wr,r=e[n(292)],s=void 0===r[n(260)]?n(302):n(337);t[n(332)]({type:s,key:r[n(295)]})}[Wr(341)](t,e){const n=Wr;t[n(332)]({type:n(305),content:zr(this[n(318)],n(303),this[n(275)](e[n(308)]()[n(316)][n(283)],1))})}[Wr(276)](t,e,n){const r=Wr;if(this[r(262)](t,e),n&&n[r(308)]()&&!e[r(308)]()[r(251)][r(294)](n[r(308)]()[r(316)])){const n=t[t[r(344)]-1],s=r(282)==e[r(314)]?r(289):r(254);n&&r(321)==n[r(314)]&&(n[s]+="\n")}}}const Zr=Jr;function Yr(){const t=["commands","7KzeSmP","36410FXKilT","showAIAssistant","plugins","enableCommand","5137744fGKrOS","10EcEZpV","5368776yiBTMm","editor","51VbvUIF","160084nWpGmv","3734460SsNFsr","TrackChangesEditing","11jogAoy","34316004yCKWJL","afterInit","get","3286539kUSBaR","11KbJsvN"];return(Yr=function(){return t})()}function Jr(t,e){const n=Yr();return(Jr=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=Jr,r=t();for(;;)try{if(614414===-parseInt(n(435))/1*(parseInt(n(443))/2)+parseInt(n(431))/3*(-parseInt(n(432))/4)+-parseInt(n(433))/5+-parseInt(n(429))/6+parseInt(n(442))/7*(parseInt(n(427))/8)+parseInt(n(439))/9*(-parseInt(n(428))/10)+-parseInt(n(440))/11*(-parseInt(n(436))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yr);class Qr extends t.Plugin{[Zr(437)](){const t=Zr,e=this[t(430)],n=e[t(445)][t(438)](t(434));e[t(441)][t(438)](t(444))&&n[t(426)](t(444))}}const $r=es;function ts(){const t=["left","*Format:* %0","registerBlockAttribute","get","afterInit","right","editor","15380658bcqGOr","8218808BBLhGn","TrackChangesEditing","7519760Nilegk","FORMAT_ALIGNMENT","type","locale","13XmETyu","formatBlock","70152tIRutr","1398468QUtTaG","564244OvXvnY","enableDefaultAttributesIntegration","value","FORMAT_ALIGN_TO_LEFT","plugins","FORMAT_ALIGN_TO_CENTER","alignment","FORMAT_ALIGN_TO_RIGHT","descriptionFactory","format","_registerLegacyDescription","FORMAT_JUSTIFY_TEXT","registerAttributeLabel","center","36ugvDyn","9672894cYKrQI","commandName","AlignmentEditing","has","commandParams","justify","registerDescriptionCallback"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(910321===parseInt(n(223))/1*(-parseInt(n(225))/2)+parseInt(n(241))/3*(parseInt(n(227))/4)+parseInt(n(219))/5+parseInt(n(226))/6+-parseInt(n(242))/7+parseInt(n(217))/8+-parseInt(n(216))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(213)](){const t=$r,e=this[t(215)],n=e[t(222)];if(!e[t(231)][t(245)](t(244)))return;const r=e[t(231)][t(212)](t(218));r[t(228)](t(233)),r[t(251)](t(233)),r[t(235)][t(239)](t(233),zr(n,t(220))),this[t(237)]()}[$r(237)](){const t=$r,e=this[t(215)],n=e[t(222)];e[t(231)][t(212)](t(218))[t(235)][t(248)]((e=>{const r=t;if(r(224)!=e[r(221)])return;const{data:s}=e;if(s&&r(233)==s[r(243)]){const t=s[r(246)][0][r(229)];return{type:r(236),content:zr(n,r(250),function(t){const e=r;switch(t){case e(249):return zr(n,e(230));case e(214):return zr(n,e(234));case e(240):return zr(n,e(232));case e(247):return zr(n,e(238))}}(t))}}}))}}const rs=ss;function ss(t,e){const n=os();return(ss=function(t,e){return n[t-=379]})(t,e)}function os(){const t=["*Remove format:* %0","FORMAT_SUPERSCRIPT","registerInlineAttribute","301002vfuXMi","SuperscriptEditing","slice","afterInit","_registerLegacyDescription","FORMAT_ITALIC","9003800GtESzw","1402887tKMtEU","BoldEditing","subscript","commandParams","1658140qkhSZa","enableDefaultAttributesIntegration","FORMAT_","registerAttributeLabel","commandName","TrackChangesEditing","ItalicEditing","has","formatInline","registerDescriptionCallback","toLowerCase","descriptionFactory","strikethrough","3944oAqIcF","FORMAT_STRIKETHROUGH","toUpperCase","31163EddeGg","FORMAT_BOLD","5425FFTDEb","9ZfCJGa","SubscriptEditing","code","underline","italic","15gqFuVt","FORMAT_CODE","UnderlineEditing","CodeEditing","editor","type","192526WuOVvd","bold","FORMAT_UNDERLINE","StrikethroughEditing","locale","6fcHxfN","plugins","forceValue","get","format","*Format:* %0","superscript","FORMAT_SUBSCRIPT"];return(os=function(){return t})()}!function(t,e){const n=ss,r=t();for(;;)try{if(604637===parseInt(n(412))/1*(-parseInt(n(407))/2)+parseInt(n(430))/3+-parseInt(n(434))/4+parseInt(n(401))/5*(-parseInt(n(423))/6)+parseInt(n(395))/7*(parseInt(n(390))/8)+parseInt(n(396))/9*(parseInt(n(429))/10)+-parseInt(n(393))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[rs(431),rs(383),rs(403),rs(404),rs(410),rs(397),rs(424)];class as extends t.Plugin{[rs(426)](){const t=rs,e=this[t(405)],n=e[t(413)][t(415)](t(382)),r=e[t(411)];for(const s of is){if(!e[t(413)][t(384)](s))continue;const o=s[t(425)](0,-7)[t(387)](),i=t(379)+o[t(392)]();n[t(435)](o),n[t(422)](o),n[t(388)][t(380)](o,zr(r,i))}this[t(427)]()}[rs(427)](){const t=rs,e=this[t(405)],n=e[t(411)],r=e[t(413)][t(415)](t(382));function s(e,s){const o=t;r[o(388)][o(386)]((t=>{const r=o;if(r(385)!=t[r(406)])return;const{data:i}=t;return i&&i[r(381)]===e?i[r(433)][0][r(414)]?{type:r(416),content:zr(n,r(417),s)}:{type:r(416),content:zr(n,r(420),s)}:void 0}))}s(t(408),zr(n,t(394))),s(t(400),zr(n,t(428))),s(t(399),zr(n,t(409))),s(t(398),zr(n,t(402))),s(t(389),zr(n,t(391))),s(t(432),zr(n,t(419))),s(t(418),zr(n,t(421)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=231]})(t,e)}function ls(){const t=["149346uLYmaB","enableCommand","218290VDnqjz","selection","5gOvrVD","from","TrackChangesEditing","model","change","registerDescriptionCallback","commands","afterInit","document","BlockQuoteEditing","commandName","143xSosJi","24aQUTCn","forceValue","2468020qxFLpH","plugins","editor","format","blockQuote","has","schema","1671741Hvkera","getSelectedBlocks","commandParams","filter","404103FymBKX","name","*Remove format:* %0","locale","1794213GHCvyV","markBlockFormat","value","descriptionFactory","parent","49EaEpBI","get","*Set format:* %0","869870PaYpLU","ELEMENT_BLOCK_QUOTE","checkChild","$root"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(459605===-parseInt(n(261))/1+parseInt(n(273))/2+parseInt(n(265))/3+parseInt(n(250))/4*(-parseInt(n(236))/5)+-parseInt(n(232))/6*(-parseInt(n(270))/7)+parseInt(n(248))/8*(parseInt(n(257))/9)+parseInt(n(234))/10*(-parseInt(n(247))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(243)](){const t=cs,e=this[t(252)],n=e[t(264)];if(!e[t(251)][t(255)](t(245)))return;const r=e[t(251)][t(271)](t(238)),s=this[t(252)][t(242)][t(271)](t(254));r[t(233)](t(254),((n,o={})=>{const i=t,a=this[i(252)][i(239)][i(244)][i(235)],c=o&&void 0!==o[i(249)]?o[i(249)]:!s[i(267)];let u=[];if(c){const t=Array[i(237)](a[i(258)]())[i(260)]((t=>hs(t)||function(t,e){const n=i,r=e[n(275)](t[n(269)],n(254)),s=e[n(275)]([n(231),n(254)],t);return r&&s}(t,this[i(252)][i(239)][i(256)])));u=A(t,e[i(239)])}else{const t=Array[i(237)](a[i(258)]())[i(260)]((t=>hs(t)));u=A(t,e[i(239)])}e[i(239)][i(240)]((()=>{const t=i;for(const e of u)r[t(266)](e,{commandName:t(254),commandParams:[{forceValue:c}]})}))})),r[t(268)][t(241)]((e=>{const r=t,{data:s}=e;if(s&&r(254)==s[r(246)]){const t=zr(n,r(274));return s[r(259)][0][r(249)]?{type:r(253),content:zr(n,r(272),t)}:{type:r(253),content:zr(n,r(263),t)}}}))}}function hs(t){const e=cs;return e(254)==t[e(269)][e(262)]}function gs(){const t=["changeCaseUpper","538dmmHjP","has","get","enableCommand","1167432JrYMWJ","CaseChange","5896200KVtPia","changeCaseLower","17272ujNvkE","36FDztSy","185965VDVavw","changeCaseTitle","plugins","TrackChangesEditing","editor","3085810lgNqUG","1751YbucfT","afterInit","13511700WfzYvu"];return(gs=function(){return t})()}const ds=ps;function ps(t,e){const n=gs();return(ps=function(t,e){return n[t-=286]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(563782===-parseInt(n(286))/1*(parseInt(n(290))/2)+-parseInt(n(294))/3+-parseInt(n(298))/4+-parseInt(n(300))/5*(-parseInt(n(299))/6)+parseInt(n(305))/7+-parseInt(n(296))/8+parseInt(n(288))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gs);class ms extends t.Plugin{[ds(287)](){const t=ds,e=this[t(304)];e[t(302)][t(291)](t(295))&&(e[t(302)][t(292)](t(303))[t(293)](t(289)),e[t(302)][t(292)](t(303))[t(293)](t(297)),e[t(302)][t(292)](t(303))[t(293)](t(301)))}}function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=263]})(t,e)}const Es=Is;function bs(){const t=["4728100XVJJSi","21JyFPGj","6688962fcResu","enableCommand","commands","editor","get","TrackChangesEditing","46GOUlvK","afterInit","ckbox","155055dwzhmo","17993538FcQEDT","264536XeNsrs","plugins","4452820EDxQfJ","20jNlAlF","989381QWRHUf"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(637217===-parseInt(n(272))/1+-parseInt(n(263))/2*(parseInt(n(266))/3)+-parseInt(n(270))/4+parseInt(n(273))/5+-parseInt(n(275))/6+parseInt(n(274))/7*(parseInt(n(268))/8)+-parseInt(n(267))/9*(-parseInt(n(271))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(264)](){const t=Es,e=this[t(278)];e[t(277)][t(279)](t(265))&&e[t(269)][t(279)](t(280))[t(276)](t(265))}}function _s(t,e){const n=Cs();return(_s=function(t,e){return n[t-=354]})(t,e)}const ys=_s;!function(t,e){const n=_s,r=t();for(;;)try{if(332121===-parseInt(n(376))/1+-parseInt(n(407))/2+-parseInt(n(387))/3*(-parseInt(n(403))/4)+-parseInt(n(360))/5*(parseInt(n(393))/6)+parseInt(n(392))/7*(-parseInt(n(372))/8)+parseInt(n(385))/9+parseInt(n(409))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Cs);class As extends t.Plugin{[ys(379)](){const t=ys,e=this[t(397)];if(!e[t(389)][t(402)](t(362)))return;const n=e[t(389)][t(361)](t(369)),r=e[t(384)],s=e[t(368)][t(361)](t(390))[t(396)],o=e[t(404)][t(361)](t(390));n[t(383)](t(391)),n[t(383)](t(406)),n[t(383)](t(390),((r,i={})=>{const a=t,c=e[a(401)],u=e[a(401)][a(395)][a(374)],l=i&&void 0!==i[a(377)]?i[a(377)]:!o[a(366)];let f;i[a(381)]||(i[a(381)]=s[0][a(381)]),f=l?Array[a(375)](u[a(355)]())[a(382)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(388))&&!e[n(394)](t)&&e[n(363)](t[n(380)],n(390))}(t,c[a(373)]))):Array[a(375)](u[a(355)]())[a(382)]((t=>ks(t)));const h=A(f,c);c[a(358)]((()=>{const t=a;for(const e of h)n[t(357)](e,{commandName:t(390),commandParams:[{...i,forceValue:l}],formatGroupId:t(367)})}))})),n[t(399)][t(359)](t(390),(e=>zr(r,t(354),e))),n[t(399)][t(378)]((e=>{const n=t;if(n(365)!=e[n(408)])return;const o=r.t,{data:i}=e;if(!i||n(390)!=i[n(405)])return;const a=i[n(371)][0][n(381)],c=o(s[n(370)]((t=>t[n(381)]===a))[n(398)])[n(386)]();return i[n(371)][0][n(377)]?{type:n(400),content:zr(r,n(410),zr(r,n(354),1)+" ("+c+")")}:{type:n(400),content:zr(r,n(356),zr(r,n(354),1))}}))}}function ks(t){const e=ys;return e(390)==t[e(364)]}function Cs(){const t=["selection","from","364056dMnEtb","forceValue","registerDescriptionCallback","afterInit","parent","language","filter","enableCommand","locale","713295TTHaLt","toLowerCase","690CJckjl","rootElement","plugins","codeBlock","indentCodeBlock","14zsbzlU","42rANZmP","isLimit","document","languages","editor","label","descriptionFactory","format","model","has","9516KJPRHh","commands","commandName","outdentCodeBlock","334680EvXKsh","type","12358230AvEQic","*Set format:* %0","ELEMENT_CODE_BLOCK","getSelectedBlocks","*Remove format:* %0","markBlockFormat","change","registerElementLabel","254455HjBvyw","get","CodeBlock","checkChild","name","formatBlock","value","blockName","config","TrackChangesEditing","find","commandParams","2569976JMiFqZ","schema"];return(Cs=function(){return t})()}const Ls=Ss;function Ns(){const t=["has","get","8210530uDTVrf","CommentsEditing","TrackChangesEditing","3621933uveQcZ","addCommentThread","plugins","9lZUGQV","503276CodgYj","510zNigBE","afterInit","10480LNSqYl","2lchKqn","4676888PCDVYP","486440zMGFxw","editor","28377ooWebM","enableCommand"];return(Ns=function(){return t})()}function Ss(t,e){const n=Ns();return(Ss=function(t,e){return n[t-=388]})(t,e)}!function(t,e){const n=Ss,r=t();for(;;)try{if(358923===-parseInt(n(395))/1*(parseInt(n(397))/2)+parseInt(n(399))/3+parseInt(n(391))/4+-parseInt(n(394))/5*(parseInt(n(392))/6)+-parseInt(n(406))/7+parseInt(n(396))/8+parseInt(n(390))/9*(parseInt(n(403))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ns);class Rs extends t.Plugin{[Ls(393)](){const t=Ls,e=this[t(398)];e[t(389)][t(401)](t(404))&&e[t(389)][t(402)](t(405))[t(400)](t(388))}}var vs=n(834);function Ms(t,e){const n=Os();return(Ms=function(t,e){return n[t-=312]})(t,e)}function Os(){const t=["createUIElement","addHighlight","test","model","markerRange","ck-suggestion-marker-","schema","hasAttribute","includes","119624xMQcLb","108725hMfKbk","createRangeOn","isAtEnd","isLimit","previousPosition","item","215963rrhdrA","bindElementToMarker","parent","markerName","ck-suggestion-marker--active","writer","get","63gmPeuM","2606814WjfbhO","176XeJmIj","toViewPosition","span","nextSibling","109389vNtenu","toViewElement","1085040EjPfgB","16Cunvbs","getItems","elementEnd","insert","activeMarkers","consumable","addClass","1030AbiZGG","getCustomProperty","isBlock","getWalker","push","plugins","TrackChangesEditing","type","name","isContent","6457290MSpppD","mapper","start"];return(Os=function(){return t})()}function ws(t,e,n){const r=Ms,s=[];for(const o of e[r(353)]())o[r(327)](t)&&s[r(363)](n[r(331)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(312)][r(342)](r(313));return(o,i,a)=>{const c=r;if(!a[c(357)][c(322)](i[c(324)],o[c(315)]))return;const u=i[c(324)][c(362)](),l=i[c(324)][c(319)],f=t[c(323)][c(326)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(335)];d=d||f[c(316)](e);const n=a[c(318)][c(350)](e);if(n&&n[c(360)](c(321)))return;c(354)==t[c(314)]&&f[c(361)](e)&&!f[c(333)](e)&&(e[c(348)]||l[c(332)]?h&&h[c(338)]==e||(h=e,m(t[c(334)]),p=!0):g=g||t[c(334)])}function m(t){const r=c,o=a[r(341)][r(320)](r(347),{class:r(325)+e}),u=a[r(318)][r(346)](t);n&&s[r(356)][r(328)](i[r(339)])&&a[r(341)][r(358)](r(340),o),a[r(341)][r(355)](u,o),a[r(318)][r(337)](o,i[r(339)])}d||p||!g||m(g)}}!function(t,e){const n=Ms,r=t();for(;;)try{if(489919===parseInt(n(349))/1*(-parseInt(n(352))/2)+-parseInt(n(351))/3+-parseInt(n(345))/4*(-parseInt(n(330))/5)+-parseInt(n(344))/6+-parseInt(n(317))/7+-parseInt(n(329))/8*(-parseInt(n(343))/9)+parseInt(n(359))/10*(parseInt(n(336))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Os);const Fs=Bs;function Bs(t,e){const n=Ps();return(Bs=function(t,e){return n[t-=446]})(t,e)}function Ps(){const t=["74838jiFyth","isCollapsed","3573nwxKup","deleteForward","unbindElementFromMarkerName","enableCommand","root","getFirstRange","commands","mapper","editor","365jJGpvC","showSuggestionHighlights","enqueueChange","options","remove","180ZHUDfy","2844780FLhRsW","rootName","buffer","document","model","7273672gFZqUX","lock","selection","merge","unit","delete","modifySelection","detach","downcastDispatcher","TrackChangesEditing","12104QgBhJJ","editing","data","requires","bind","plugins","get","markerName","createSelection","high","addMarker:suggestion:deletion","uiElement","2342088GKzOFB","writer","createRange","unlock","start","$graveyard","setSelection","1265279vzrMrh","removeMarker:suggestion:deletion","markerNameToElements","10341vvhcqN","forward","fromRange","end","batch","init"];return(Ps=function(){return t})()}!function(t,e){const n=Bs,r=t();for(;;)try{if(647766===parseInt(n(472))/1+parseInt(n(465))/2+parseInt(n(475))/3*(-parseInt(n(497))/4)+-parseInt(n(492))/5*(parseInt(n(481))/6)+-parseInt(n(503))/7+-parseInt(n(453))/8*(-parseInt(n(483))/9)+-parseInt(n(498))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class xs extends t.Plugin{static get[Fs(456)](){return[vs.Delete]}[Fs(480)](){const t=Fs,e=this[t(491)],n=e[t(458)][t(459)](t(452));n[t(486)](t(448));const r=e[t(489)][t(459)](t(484));n[t(486)](t(484),((n,s={})=>{const o=t,a=e[o(502)][o(461)](e[o(502)][o(501)][o(505)]);a[o(482)]&&e[o(502)][o(449)](a,{direction:o(476),unit:s[o(447)]});const c=a[o(488)](),u=i.LiveRange[o(477)](c);let l;n(s),l=o(470)==u[o(487)][o(499)]?e[o(502)][o(467)](c[o(469)]):e[o(502)][o(467)](u[o(469)],u[o(478)]),u[o(450)](),e[o(502)][o(494)](r[o(500)][o(479)],(t=>{const e=o;r[e(500)][e(504)](),t[e(471)](t[e(467)](l[e(478)])),r[e(500)][e(468)]()}))})),e[t(454)][t(451)].on(t(463),Ds(e,t(446)),{priority:t(462)}),e[t(455)][t(451)].on(t(463),((n,r,s)=>{const o=t;s[o(495)][o(493)]&&Ds(e,o(446),{showActiveMarker:!1})[o(457)](this)(n,r,s)}),{priority:t(462)}),e[t(454)][t(451)].on(t(473),((e,n,r)=>{const s=t,o=r[s(490)][s(474)](n[s(460)]);if(o)for(const t of o)t.is(s(464))&&(r[s(490)][s(485)](t,n[s(460)]),r[s(466)][s(496)](t))}),{priority:t(462)})}}const Us=Vs;!function(t,e){const n=Vs,r=t();for(;;)try{if(950278===parseInt(n(436))/1+-parseInt(n(458))/2+-parseInt(n(421))/3*(parseInt(n(427))/4)+-parseInt(n(388))/5*(-parseInt(n(367))/6)+parseInt(n(419))/7*(-parseInt(n(414))/8)+-parseInt(n(382))/9*(-parseInt(n(424))/10)+parseInt(n(447))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hs);class js extends t.Plugin{[Us(354)](){const t=Us,e=this[t(371)];if(!e[t(428)][t(340)](t(346)))return;const n=e[t(429)],r=e[t(428)][t(399)](t(392)),s=e[t(428)][t(340)](t(325)),o=!!e[t(383)][t(399)](t(470));function i(e){const r=t;return{type:r(404),content:""+zr(n,r(440),e)}}function a(e){const r=t;return{type:r(404),content:""+zr(n,r(431),e)}}r[t(376)](t(448)),r[t(376)](t(358)),r[t(376)](t(451)),r[t(376)](t(345)),r[t(376)](t(406)),r[t(376)](t(393)),r[t(376)](t(336)),r[t(376)](t(333)),r[t(338)](t(434)),r[t(338)](t(433)),r[t(338)](t(332)),o&&(r[t(376)](t(423)),r[t(376)](t(372))),s&&(r[t(376)](t(426)),r[t(376)](t(449)),r[t(338)](t(347)),r[t(403)][t(359)]((e=>{const r=t,{data:s}=e;if(s&&r(347)==s[r(351)])return{type:r(404),content:s[r(442)]?zr(n,r(386)):zr(n,r(418))}})),this[t(371)][t(387)][t(357)][t(410)]((e=>{const n=t;if(e[n(381)][n(331)])return!1;let s=!1;const o=r[n(362)]({skipNotAttached:!0})[n(356)]((t=>n(347)===r[n(363)](t)));for(const t of o)n(422)!=t[n(384)]()[n(456)][n(437)][n(330)](n(433))&&(r[n(466)](t[n(384)](),n(432))[n(364)]((t=>n(433)===r[n(363)](t[n(373)])))||(e[n(353)](t[n(360)]()),s=!0));return s}))),r[t(403)][t(366)](t(332),zr(n,t(361)));const c={type:t(404),content:""};r[t(403)][t(359)]((e=>{const r=t,{data:s}=e;if(!s||r(433)!=s[r(351)])return;let u=e[r(463)];for(;u;){if(u[r(455)]&&((r(465)==u[r(455)][r(351)]||r(407)==u[r(455)][r(351)])&&(u[r(455)][r(442)]&&r(323)!=u[r(455)][r(442)]||r(323)!=u[r(455)][r(343)]&&!s[r(442)])||!o&&u[r(455)][r(351)]==_c))return c;u=u[r(335)]}if(null==s[r(442)])switch(s[r(343)]){case r(380):return a(zr(n,r(469)));case r(377):return a(zr(n,r(468)));case r(422):return a(zr(n,r(385)))}switch(s[r(442)]){case r(380):return i(zr(n,r(469)));case r(377):return i(zr(n,r(468)));case r(422):return i(zr(n,r(385)))}})),r[t(403)][t(359)]((e=>{const n=t,{data:r}=e;if(r&&n(332)==r[n(351)])return null==r[n(442)]||null==r[n(343)]&&0==r[n(442)]?c:void 0})),r[t(403)][t(359)]((e=>{const r=t;if(r(432)!=e[r(374)])return;const{data:s}=e;if(!s||r(434)!=s[r(351)])return;const o=Gs(e);return r(442)==o?{type:r(404),content:zr(n,r(339))}:r(343)==o?{type:r(404),content:zr(n,r(408))}:c})),e[t(387)][t(357)][t(410)]((e=>this[t(365)](e))),e[t(387)][t(357)][t(410)]((e=>this[t(326)](e))),e[t(387)][t(357)][t(410)]((e=>this[t(348)](e))),this[t(368)]()}[Us(365)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;let n=!1;const r=this[e(371)][e(428)][e(399)](e(392))[e(362)]({skipNotAttached:!0})[e(356)]((t=>t[e(455)]&&e(434)==t[e(455)][e(351)]))[e(356)]((t=>t[e(455)][e(442)]&&t[e(455)][e(343)]));for(const s of r)Gs(s)||(t[e(353)](s[e(360)]()),n=!0);return n}[Us(326)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;const n=this[e(371)][e(428)][e(399)](e(392));if(n[e(401)][e(441)])return!1;let r=!1;const s=[e(433),e(434),e(332),e(465),e(452),e(396),e(379),e(390),e(407)],o=this[e(371)][e(387)][e(357)][e(344)][e(430)]()[e(356)]((t=>e(432)==t[e(374)]))[e(356)]((t=>s[e(471)](t[e(412)])));if(0==o[e(342)])return r;for(const i of o){const o=n[e(466)](i[e(369)],e(432))[e(356)]((t=>!t[e(416)][e(435)]))[e(350)]((t=>t[e(373)]))[e(356)]((t=>{const r=e,o=n[r(363)](t);return s[r(471)](o)}));if(o[e(342)]){for(const n of o)t[e(353)](n[e(360)]());r=!0}}return r}[Us(348)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;const n=this[e(371)][e(428)][e(399)](e(392));let r=!1;const s=[e(433),e(434),e(332),e(465),e(452),e(396),e(379),e(390),e(407)];for(const t of n[e(362)]({skipNotAttached:!0})){const o=n[e(466)](t[e(384)](),e(432))[e(350)]((t=>t[e(373)]))[e(356)]((t=>t[e(455)]&&s[e(471)](t[e(455)][e(351)])));if(!o[e(342)])continue;const a=o[0][e(463)][e(460)][e(322)];if(!o[e(413)]((t=>t[e(460)][e(322)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(362)]({skipNotAttached:!0})[s(356)]((e=>s(432)==e[s(374)]&&e[s(460)][s(322)]==t)))e[s(397)](s(322),r)}function i(t,n){const r=e;let s=t[r(463)],i=!1;for(;s;)s[r(460)][r(322)]!=n&&(o(s[r(460)][r(322)],n),s[r(397)](r(322),n),i=!0),s=s[r(335)];return i}}[Us(368)](){const t=Us,e=this[t(371)],n=e[t(429)],r=e[t(428)][t(399)](t(392));this[t(349)](),r[t(464)][t(439)](t(461),t(417),t(459),(function(n,r){const s=t,o=[];for(let t of n)t[s(456)][s(437)]===t[s(337)][s(341)]&&(t=e[s(387)][s(462)](e[s(387)][s(334)](t[s(456)][s(437)],0))),o[s(446)](t);e[s(387)][s(454)]((t=>{const n=s,a=e[n(387)][n(357)][n(398)],c=Array[n(405)](a[n(472)]())[n(350)]((t=>i.LiveRange[n(445)](t)));t[n(443)](o),e[n(425)][n(399)](r[n(329)])[n(453)](),r[n(375)][n(446)]({forceDefaultExecution:!0}),e[n(395)](r[n(329)],...r[n(375)]),t[n(443)](c);for(const t of c)t[n(328)]()}))})),r[t(403)][t(438)]((function(n){const r=t,s=!e[r(387)][r(444)][r(370)](n),o=n[r(389)],i=n[r(400)],a=n[r(330)](r(434)),c=!o||o[r(330)](r(434))!==a,u=!i||i[r(330)](r(434))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(352),e)))}[Us(349)](){const t=Us,e=this[t(371)],n=e[t(429)];function r(n){const r=t,s=e[r(425)][r(399)](r(358))[r(441)],o=e[r(425)][r(399)](r(448))[r(441)];return r(448)===n?s:o}e[t(428)][t(399)](t(392))[t(403)][t(359)]((function(s){const o=t;if(o(461)!=s[o(374)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(329)]){case o(358):u=i[o(375)][0][o(409)],l=r(i[o(329)]),a=o(u?394:391),!l&&e[o(383)][o(399)](o(470))||(a=o(378)),c={type:o(404),content:zr(n,a,zr(n,o(469)))};break;case o(448):u=i[o(375)][0][o(409)],l=r(i[o(329)]),a=o(u?394:391),!l&&e[o(383)][o(399)](o(470))||(a=o(378)),c={type:o(404),content:zr(n,a,zr(n,o(468)))};break;case o(406):a=o(457),c={type:o(404),content:zr(n,a,zr(n,o(352)))};break;case o(393):a=function(t){const e=o,n=t[e(384)]();let r=n[e(456)][e(437)];for(;r&&n[e(355)](r);){if(r[e(330)](e(332))>0)return!1;r=r[e(400)]}return!0}(s)?zr(n,o(391),zr(n,function(t){const e=o;return e(402)+t[e(384)]()[e(456)][e(437)][e(330)](e(433))[e(420)]()+e(467)}(s))):zr(n,o(411),zr(n,o(352))),c={type:o(404),content:a};break;case o(423):case o(372):!1===i[o(327)]&&(a=o(415),c={type:o(450),content:zr(n,a,zr(n,o(352)))})}return c}))}}function Gs(t){const e=Us;let n=t[e(384)]()[e(456)][e(437)][e(389)];for(;n;){const r=n[e(330)](e(434));if(!r)return!1;if(r==t[e(455)][e(442)])return e(442);if(r==t[e(455)][e(343)])return e(343);n=n[e(389)]}return!1}function Vs(t,e){const n=Hs();return(Vs=function(t,e){return n[t-=322]})(t,e)}function Hs(){const t=["newValue","setSelection","schema","fromRange","push","24566399PqOggO","numberedList","checkTodoList","deletion","customNumberedList","listStart","refresh","change","data","start","*Indent:* %0","1672350UjTzkA","accept","attributes","formatBlock","createRange","head","_suggestionFactory","listStyle","_findSuggestions","_LIST","ELEMENT_NUMBERED_LIST","ELEMENT_BULLETED_LIST","list.multiBlock","includes","getRanges","groupId","default","isLocal","TodoListEditing","noTrackChangesFixer","multipleBlocks","detach","commandName","getAttribute","isUndo","listIndent","splitListItemBefore","createPositionAt","next","splitListItemAfter","end","registerBlockAttribute","*Merge:* list item","has","parent","length","oldValue","differ","customBulletedList","ListEditing","todoListChecked","assureChains","_registerLegacyDescription","map","key","ELEMENT_LIST_ITEM","removeMarker","afterInit","containsItem","filter","document","bulletedList","registerDescriptionCallback","getFirstMarker","FORMAT_INDENT","getSuggestions","_getAttributeKey","find","listItemIdFixer","registerAttributeLabel","2141532pOSfpr","_supportLegacySuggestions","range","isObject","editor","mergeListItemForward","suggestion","type","commandParams","enableDefaultAttributesIntegration","numbered","*Change to:* %0","todoListCheck","bulleted","batch","689031OSNNcV","config","getFirstRange","ELEMENT_TODO_LIST","*Check item*","model","20HisHWL","previousSibling","listMarker","*Format:* remove from %0","TrackChangesEditing","outdentList","*Format:* insert into %0","execute","listReversed","setAttribute","selection","get","nextSibling","trackChangesCommand","ELEMENT_","descriptionFactory","format","from","indentList","listMarkerStyle","*Split:* list item","forceValue","registerPostFixer","*Outdent:* %0","attributeKey","every","8869912ZQUsDP","*Merge:* %0","meta","documentList","*Uncheck item*","7cPEXdo","toUpperCase","5228268pncBMx","todo","mergeListItemBackward","10vtBITp","commands","todoList","4ZncNAd","plugins","locale","getChanges","*Remove format:* %0","attribute","listType","listItemId","isNextTo","900392AgjoBz","nodeAfter","registerElementLabel","registerCustomCallback","*Set format:* %0","value"];return(Hs=function(){return t})()}function zs(){const t=["commandName","format","ListPropertiesEditing","listStyle","get","list.properties","9iaMEQG","_getTranslationKeyForListStyle","handleDescriptions","5852XZShgA","*Set format:* %0","circle","2493768KUOKWA","head","ELEMENT_","7tKXhjL","FORMAT_LIST_START","getSuggestions","filter","oldValue","next","isUndo","newValue","numbered","getFirstRange","descriptionFactory","removeMarker","data","upper-roman","408SwoWbc","has","config","bulleted","*Format:* set order to reversed","listStart","FORMAT_LIST_REVERSED","registerAttributeLabel","_getAttributeKey","getFirstMarker","includes","customNumbered","38817XDQYRk","lower-latin","reversed","*Remove format:* %0","listReversed","locale","key","upper-latin","afterInit","plugins","type","listType","decimal-leading-zero","styles","bind","registerDescriptionCallback","3912800cEqlWC","default","attribute","disc","1864401fWSlnA","*Change to:* %0","_registerLegacyDescription","registerBlockAttribute","nodeAfter","_LIST_","find","getAttribute","startIndex","94204mYHXwG","1495HhjelB","replace","model","*Format:* set start index to %0","registerPostFixer","start","toUpperCase","_findSuggestions","document","*Format:* set order to regular","926643AuIZOR","lower-roman","_LIST_DEFAULT","suggestion","formatBlock","enableDefaultAttributesIntegration","batch","editor","commandParams","decimal","TrackChangesEditing","square"];return(zs=function(){return t})()}const Ws=Ks;function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=490]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(269238===-parseInt(n(571))/1*(-parseInt(n(542))/2)+parseInt(n(553))/3+parseInt(n(574))/4*(-parseInt(n(543))/5)+-parseInt(n(577))/6*(-parseInt(n(580))/7)+-parseInt(n(501))/8*(parseInt(n(513))/9)+-parseInt(n(529))/10+parseInt(n(533))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class qs extends t.Plugin{[Ws(521)](){const t=Ws;if(!this[t(560)][t(522)][t(502)](t(567)))return;const e=this[t(560)][t(503)][t(569)](t(570)),n=this[t(560)][t(522)][t(569)](t(563));e[t(526)]&&(n[t(558)](t(568)),n[t(536)](t(568))),e[t(515)]&&(n[t(558)](t(517)),n[t(536)](t(517))),e[t(541)]&&(n[t(558)](t(506)),n[t(536)](t(506)));const r={type:t(566),content:""};n[t(497)][t(528)](this[t(573)][t(527)](this));const s=this[t(560)][t(518)];n[t(497)][t(508)](t(517),zr(s,t(507))),n[t(497)][t(528)]((e=>{const n=t,{data:s}=e;if(s&&n(517)==s[n(519)])return null==s[n(494)]||0==s[n(494)]&&null==s[n(491)]?r:void 0})),n[t(497)][t(508)](t(506),zr(s,t(581))),n[t(497)][t(528)]((e=>{const n=t,{data:s}=e;if(s&&n(506)==s[n(519)])return null==s[n(494)]||1==s[n(494)]&&null==s[n(491)]?r:void 0})),this[t(560)][t(545)][t(551)][t(547)]((e=>{const r=t;if(e[r(559)][r(493)])return!1;let s=!1;const o=n[r(582)]({skipNotAttached:!0})[r(490)]((t=>{const e=r,s=n[e(509)](t);return e(506)==s||e(517)==s}));for(const t of o){const o=t[r(496)]()[r(548)][r(537)][r(540)](r(524));r(495)!=o&&r(512)!=o&&(n[r(550)](t[r(496)](),r(531))[r(539)]((t=>r(524)==n[r(509)](t[r(556)])))||(e[r(498)](t[r(510)]()),s=!0))}return s})),this[t(535)]()}[Ws(573)](t){const e=Ws,n=this[e(560)][e(518)],{data:r}=t,s={type:e(566),content:""};if(!r||e(568)!=r[e(519)])return;if(!r[e(491)])return e(530)==r[e(494)]?s:{type:e(566),content:""+zr(n,e(575),zr(n,this[e(572)](r[e(494)])))};if(!r[e(494)]){if(e(530)==r[e(491)])return s;let o=t[e(578)];for(;o;){if(o[e(499)]&&e(524)==o[e(499)][e(519)]&&o[e(499)][e(494)])return s;o=o[e(492)]}return{type:e(566),content:""+zr(n,e(516),zr(n,this[e(572)](r[e(491)])))}}if(e(530)!=r[e(494)])return{type:e(566),content:""+zr(n,e(575),zr(n,this[e(572)](r[e(494)])))};let o=t[e(578)];for(;o;){if(o[e(499)]&&e(524)==o[e(499)][e(519)]&&o[e(499)][e(494)]&&o[e(499)][e(491)])return s;o=o[e(492)]}const i=t[e(496)]()[e(548)][e(537)][e(540)](e(524));return{type:e(566),content:zr(n,e(575),zr(n,e(579)+i[e(549)]()+e(555)))}}[Ws(535)](){const t=Ws,e=this[t(560)],n=e[t(518)];e[t(522)][t(569)](t(563))[t(497)][t(528)]((e=>{const r=t;if(r(557)!=e[r(523)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(565)]){case r(568):o=r(534),i={type:r(566),content:zr(n,o,zr(n,this[r(572)](s[r(561)][0][r(523)])))};break;case r(517):o=s[r(561)][0][r(515)]?r(505):r(552),i={type:r(566),content:zr(n,o)};break;case r(506):o=r(546),i={type:r(566),content:zr(n,o,s[r(561)][0][r(541)])}}return i}))}[Ws(572)](t){const e=Ws;return e(579)+function(t){const n=e;return Xs[n(511)](t)?n(504):Zs[n(511)](t)?n(495):null}(t)[e(549)]()+e(538)+t[e(549)]()[e(544)](/-/g,"_")}}const Xs=[Ws(532),Ws(576),Ws(564)],Zs=[Ws(562),Ws(525),Ws(554),Ws(500),Ws(514),Ws(520)];var Ys=n(507);const Js=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=187]})(t,e)}function $s(){const t=["addMarker:suggestion:insertion","setSelection","markerNameToElements","model","2334819coEbZj","markInsertion","bind","328940IXTgtm","TrackChangesEditing","markerName","end","getFirstPosition","editor","get","fromRange","selection","122103WtblXl","init","53RxcGDH","showSuggestionHighlights","unbindElementFromMarkerName","options","ck-suggestion-marker-split","detach","62716CPBVai","remove","hasClass","afterExecute","downcastDispatcher","enter","enterBlock","5117iMnKwN","mapper","280ttHxLZ","commands","fire","editing","removeMarker:suggestion:insertion","createPositionAt","3000gkaYIO","nextSibling","23325401zGhWkP","enableCommand","requires","high","document","writer","getFirstRange","35762zYevwa","change","plugins","split","createRange","parent","632wIzVxh","data"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(738488===parseInt(n(238))/1*(parseInt(n(212))/2)+-parseInt(n(224))/3+-parseInt(n(188))/4*(parseInt(n(197))/5)+-parseInt(n(203))/6*(-parseInt(n(195))/7)+-parseInt(n(218))/8*(parseInt(n(236))/9)+parseInt(n(227))/10+parseInt(n(205))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Js(207)](){return[Ys.Enter]}[Js(237)](){const t=Js,e=this[t(232)],n=e[t(214)][t(233)](t(228)),r=e[t(198)][t(233)](t(193));n[t(206)](t(193),(()=>{const s=t;e[s(223)][s(213)]((t=>{const o=s,a=e[o(223)][o(209)][o(235)],c=a[o(231)](),u=i.LiveRange[o(234)](a[o(211)]());if(r[o(194)](t)){const r=e[o(223)][o(202)](c[o(217)][o(204)],0),s=t[o(216)](c,r);n[o(225)](s)}else t[o(221)](t[o(216)](u[o(230)]));u[o(187)](),r[o(199)](o(191),{writer:t})}))})),e[t(200)][t(192)].on(t(220),Ds(e,t(215)),{priority:t(208)}),e[t(200)][t(192)].on(t(201),((e,n,r)=>{const s=t,o=r[s(196)][s(222)](n[s(229)]);if(o)for(const t of o)t[s(190)](s(242))&&(r[s(196)][s(240)](t,n[s(229)]),r[s(210)][s(189)](t))}),{priority:t(208)}),e[t(219)][t(192)].on(t(220),((n,r,s)=>{const o=t;s[o(241)][o(239)]&&Ds(e,o(215),{showActiveMarker:!1})[o(226)](this)(n,r,s)}),{priority:t(208)})}}const eo=ro;function no(){const t=["createPositionAt","start","16wtmQVZ","84lBGHCB","isArray","editor","3208520qgRBLD","has","findPrevious","397644ZaUsal","getIntersection","results","item","FindAndReplaceUtils","4YsqbQh","FindAndReplaceEditing","handleFindCommand","_isInDeletionRange","findNext","228TfpKsV","filter","bind","findByTextCallback","plugins","enableCommand","TrackChangesEditing","91038wmtIxr","188988zgyCMR","markers","suggestion:deletion","end","replaceAll","replace","2316159dWxWsb","4gZdqWp","string","getMarkersGroup","getRange","find","get","afterInit","createRange","419947mlEWqI","90905GSezfF","model"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(322980===parseInt(n(426))/1+parseInt(n(386))/2*(parseInt(n(398))/3)+parseInt(n(406))/4*(parseInt(n(415))/5)+parseInt(n(399))/6*(parseInt(n(420))/7)+parseInt(n(419))/8*(parseInt(n(405))/9)+-parseInt(n(423))/10+-parseInt(n(414))/11*(parseInt(n(391))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(412)](){const t=eo;if(!this[t(422)][t(395)][t(424)](t(387)))return;const e=this[t(422)][t(395)][t(411)](t(397));e[t(396)](t(410),this[t(388)][t(393)](this)),e[t(396)](t(390)),e[t(396)](t(425)),e[t(396)](t(404)),e[t(396)](t(403))}[eo(388)](t,e,n={}){const r=eo,s=this[r(422)][r(395)][r(411)](r(430));return t((t=>{const o=r;let i=(o(407)==typeof e?s[o(394)](e,n):e)(t);Array[o(421)](i)&&(i={results:i,searchText:o(407)==typeof e?e:""});const a=i[o(428)][o(392)]((e=>!1===this[o(389)](e,t[o(429)])));return{...i,results:a}}),n)}[eo(389)](t,e){const n=eo,r=this[n(422)][n(416)][n(413)](this[n(422)][n(416)][n(417)](e,t[n(418)]),this[n(422)][n(416)][n(417)](e,t[n(402)]));for(const t of this[n(422)][n(416)][n(400)][n(408)](n(401)))if(null!==r[n(427)](t[n(409)]()))return!0;return!1}}const oo=ao;function io(){const t=["16KMAecj","fontColor.colors","plugins","266094SgXjyZ","12NfOqUz","registerInlineAttribute","has","*Set font color:* %0","*Reset font size*","type","36XoJblH","2511600hWLyyj","FontColorEditing","*Reset font background color*","commandName","title","103183bjkuoS","model","TrackChangesEditing","*Set font background color:* %0","FontSize","_registerLegacyDescription","FORMAT_FONT_FAMILY","config","toLowerCase","*Reset font family*","fontBackgroundColor","format","FontFamilyEditing","22mZpjBE","value","registerAttributeLabel","enableDefaultAttributesIntegration","label","353805SyRlTK","FontSizeEditing","commandParams","formatInline","*Set font family:* %0","afterInit","fontSize.options","9628510QFqjTP","FORMAT_FONT_SIZE","fontBackgroundColor.colors","registerDescriptionCallback","FORMAT_FONT_COLOR","FontBackgroundColorEditing","trim","fontSize","normalizeSizeOptions","154pIGFhj","fontColor","*Set font size:* %0","find","get","269549BYjiod","descriptionFactory","*Reset font color*","editor","locale","FORMAT_FONT_BACKGROUND","2871081MoMXRO","fontFamily"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(608243===-parseInt(n(388))/1*(-parseInt(n(401))/2)+parseInt(n(438))/3+parseInt(n(445))/4*(parseInt(n(406))/5)+-parseInt(n(439))/6*(-parseInt(n(427))/7)+-parseInt(n(435))/8*(-parseInt(n(433))/9)+parseInt(n(413))/10+parseInt(n(422))/11*(-parseInt(n(446))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(407),commandName:oo(420)},{pluginName:oo(400),commandName:oo(434)},{pluginName:oo(447),commandName:oo(423)},{pluginName:oo(418),commandName:oo(398)}];class uo extends t.Plugin{[oo(411)](){const t=oo,e=this[t(430)][t(431)],n=this[t(430)][t(437)][t(426)](t(390));for(const{pluginName:e,commandName:r}of co)this[t(430)][t(437)][t(441)](e)&&(n[t(404)](r),n[t(440)](r));n[t(428)][t(403)](t(420),zr(e,t(414))),n[t(428)][t(403)](t(434),zr(e,t(394))),n[t(428)][t(403)](t(423),zr(e,t(417))),n[t(428)][t(403)](t(398),zr(e,t(432))),this[t(393)]()}[oo(393)](){const t=oo,e=this[t(430)],n=e[t(431)];e[t(437)][t(426)](t(390))[t(428)][t(416)]((e=>{const r=t,o=n.t;if(r(409)!=e[r(444)])return;const{data:i}=e;if(null!=i){if(r(420)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=o(this[r(430)][r(437)][r(426)](r(392))[r(421)](this[r(430)][r(395)][r(426)](r(412)))[r(425)]((e=>e[r(389)]==t))[r(387)])[r(396)]();return{type:r(399),content:zr(n,r(424),e)}}return{type:r(399),content:zr(n,r(443))}}if(r(434)==i[r(386)]){const t=i[r(408)][0][r(402)];return t?{type:r(399),content:zr(n,r(410),t)}:{type:r(399),content:zr(n,r(397))}}if(r(423)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=(0,s.normalizeColorOptions)(this[r(430)][r(395)][r(426)](r(436)))[r(425)]((e=>e[r(389)]==t));let i=t,a="";return e&&(i=e[r(405)],a=o(i)[r(396)]()),{type:r(399),content:zr(n,r(442),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(399),content:zr(n,r(429))}}if(r(398)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=(0,s.normalizeColorOptions)(this[r(430)][r(395)][r(426)](r(415)))[r(425)]((e=>e[r(389)]==t));let i=t,a="";return e&&(i=e[r(405)],a=o(i)[r(396)]()),{type:r(399),content:zr(n,r(391),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(399),content:zr(n,r(448))}}}}))}}const lo=ho;function fo(){const t=["afterInit","712477OeGsmb","charAt","fontBackgroundColor","split","find","9LLlyWX","formatBlock","2210060SqjKRI","entries","locale","slice","335728HvvlMe","fontColor","1996449wcfkjQ","length","1866592XVTaSO","toUpperCase","config","editor","2iqJLbI","6xepqgG","commandParams","toLowerCase","FontSize","6XyNoJw","plugins","registerDescriptionCallback","3616265FmKZAM","fontColor.colors","TrackChangesEditing","formatInline","model","fontSize","*Set format to:* %0","push","enableCommand","format","copyFormat","boolean","commandName","*Remove all formatting*","enableDefaultAttributesIntegration","_registerLegacyDescription","title","34836UTVRdu","7513IRZlrK","fontSize.options","commands","label","descriptionFactory","pasteFormat","get","join","normalizeSizeOptions","type"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=382]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(417358===parseInt(n(408))/1*(-parseInt(n(427))/2)+-parseInt(n(432))/3*(-parseInt(n(419))/4)+-parseInt(n(435))/5+-parseInt(n(428))/6*(parseInt(n(421))/7)+-parseInt(n(423))/8+-parseInt(n(413))/9*(-parseInt(n(415))/10)+-parseInt(n(397))/11*(-parseInt(n(396))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(407)](){const t=lo,e=this[t(426)],n=e[t(433)][t(403)](t(437)),r=e[t(399)][t(403)](t(389)),s=e[t(399)][t(403)](t(402));r&&s&&(n[t(393)](t(402)),n[t(387)](t(389)),this[t(394)]())}[lo(394)](){const t=lo,e=this[t(426)],n=e[t(417)];e[t(433)][t(403)](t(437))[t(401)][t(434)]((r=>{const s=t;if(s(414)!=r[s(406)]&&s(382)!=r[s(406)])return;const{data:o}=r;if(o&&s(402)===o[s(391)]){const t=[],r=o[s(429)][0];for(const[n,o]of Object[s(416)](r))t[s(386)](po(e,n,o));return t[s(422)]?{type:s(388),content:zr(n,s(385),t[s(404)](", "))}:{type:s(388),content:zr(n,s(392))}}}))}}function po(t,e,n){const r=lo,o=t[r(417)].t,i=e[r(411)](/(?=[A-Z])/)[r(404)](" "),a=o(i[r(409)](0)[r(424)]()+i[r(418)](1))[r(430)]();if(r(390)==typeof n)return a;if(r(420)===e||r(410)===e){const e=(0,s.normalizeColorOptions)(t[r(425)][r(403)](r(436)))[r(412)]((t=>t[r(383)]==n));return a+" ("+(e?o(e[r(400)])[r(430)]():n)+")"}if(r(384)===e&&isNaN(parseFloat(n))){const e=t[r(433)][r(403)](r(431))[r(405)](t[r(425)][r(403)](r(398)))[r(412)]((t=>t[r(383)]==n));return a+" ("+(e?o(e[r(395)])[r(430)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=120]})(t,e)}function Eo(){const t=["editor","match","has","name","registerDescriptionCallback","5979036NZiZzg","heading.options","descriptionFactory","value","29430441wMwjsQ","204vWKlTx","ELEMENT_HEADING","7202JPOwys","config","_registerLegacyDescription","1556913KlvTsS","TrackChangesEditing","HeadingEditing","afterInit","get","model","type","409260pmRHKi","paragraph","4911416gJcAjT","find","5UOoswo","title","heading","5258472MqYleK","locale","*Change to:* %0","_headingOptions","commandName","_getHeadingLevel","commandParams","enableDefaultAttributesIntegration","format","formatBlock","ELEMENT_HEADING_CUSTOM","registerElementLabel","plugins","view"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(607614===parseInt(n(156))/1*(-parseInt(n(158))/2)+parseInt(n(161))/3+-parseInt(n(125))/4+parseInt(n(129))/5*(-parseInt(n(132))/6)+-parseInt(n(151))/7+-parseInt(n(127))/8+parseInt(n(155))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(121)](){const t=mo,e=this[t(146)];if(!e[t(144)][t(148)](t(120)))return;this[t(135)]=e[t(159)][t(122)](t(152));const n=e[t(133)],r=e[t(144)][t(122)](t(162));r[t(139)](t(131));for(const e of this[t(135)])t(126)!=e[t(123)]&&r[t(153)][t(143)](e[t(123)],(n=>{const r=t,i=this[r(137)](e[r(123)]);return null!==i?s(n,i):o(n,e[r(130)])}));function s(e,r){return zr(n,t(157),[e,r])}function o(e,r){return zr(n,t(142),[e,r])}this[t(160)]()}[mo(160)](){const t=mo,e=this[t(146)],n=e[t(133)];e[t(144)][t(122)](t(162))[t(153)][t(150)]((e=>{const r=t;if(r(141)!=e[r(124)])return;const{data:s}=e;if(s&&r(131)==s[r(136)]){const e=s[r(138)][0][r(154)],c=this[r(137)](e);if(null!==c)return{type:r(140),content:zr(n,r(134),(a=c,zr(n,r(157),[1,a])))};const u=this[r(135)][r(128)]((t=>t[r(123)]===e))[r(130)];return{type:r(140),content:zr(n,r(134),(o=1,i=u,zr(n,t(142),[o,i])))}}var o,i,a}))}[mo(137)](t){const e=mo;var n,r;const s=t[e(147)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(135)])||void 0===n?void 0:n[e(128)]((n=>n[e(123)]==t));if(o&&o[e(145)]){const t=o[e(145)],n=(null!==(r=t[e(149)])&&void 0!==r?r:t)[e(147)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=256]})(t,e)}function yo(){const t=["has","FORMAT_HIGHLIGHT","descriptionFactory","model","toLowerCase","1884xcdNEf","locale","2580qDthfT","commandParams","340241jSawaY","commandName","afterInit","registerInlineAttribute","registerDescriptionCallback","76740COhBMp","editor","highlight","HighlightEditing","format","9rhyLNu","1349084qGiFfq","140FBALKV","highlight.options","20756853prbsDa","60yzRiFd","2HXZKMo","title","registerAttributeLabel","get","*Remove highlight*","config","find","formatInline","value","520XQxyGN","_registerLegacyDescription","enableDefaultAttributesIntegration","type","color","TrackChangesEditing","355740GwGItJ","*Set highlight:* %0","44261qkkfja","plugins"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(314739===-parseInt(n(283))/1*(parseInt(n(299))/2)+parseInt(n(281))/3*(parseInt(n(279))/4)+-parseInt(n(295))/5*(parseInt(n(288))/6)+parseInt(n(272))/7*(-parseInt(n(264))/8)+-parseInt(n(293))/9*(-parseInt(n(270))/10)+parseInt(n(294))/11*(-parseInt(n(298))/12)+parseInt(n(297))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(285)](){const t=To,e=this[t(289)];if(!e[t(273)][t(274)](t(291)))return;const n=e[t(273)][t(258)](t(269)),r=e[t(280)];n[t(266)](t(290)),n[t(286)](t(290)),n[t(276)][t(257)](t(290),zr(r,t(275))),this[t(265)]()}[To(265)](){const t=To,e=this[t(289)],n=e[t(280)];e[t(273)][t(258)](t(269))[t(276)][t(287)]((r=>{const s=t;if(s(262)!=r[s(267)])return;const{data:o}=r;if(o&&s(290)==o[s(284)]){const t=n.t,r=o[s(282)][0][s(263)];if(r){const o=e[s(260)][s(258)](s(296))[s(261)]((t=>t[s(277)]==r)),i=t(o[s(256)])[s(278)]();return{type:s(292),content:zr(n,s(271),i),color:{value:o[s(268)],title:o[s(256)]}}}return{type:s(292),content:zr(n,s(259),zr(n,s(275)))}}}))}}const ko=Lo;function Co(){const t=["enableCommand","registerElementLabel","10055plIKTF","get","locale","ck-horizontal-line","editor","createPositionAt","createContainerElement","51458ZPWfFL","createEmptyElement","elementToStructure","horizontalLine","HorizontalLineEditing","187512ZZHsaD","10wjtAQj","addClass","for","319522TkCQiz","descriptionFactory","91485YNIrRy","div","showSuggestionHighlights","324YPPggH","afterInit","42pgEuMx","conversion","1380RQntnE","983128EechXJ","TrackChangesEditing","ELEMENT_HORIZONTAL_LINE","high","insert","plugins","has","dataDowncast","296220HORTyC"];return(Co=function(){return t})()}function Lo(t,e){const n=Co();return(Lo=function(t,e){return n[t-=265]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(385710===-parseInt(n(282))/1+-parseInt(n(279))/2*(parseInt(n(300))/3)+parseInt(n(287))/4*(-parseInt(n(266))/5)+-parseInt(n(278))/6+-parseInt(n(289))/7*(-parseInt(n(292))/8)+parseInt(n(284))/9+parseInt(n(291))/10*(parseInt(n(273))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class No extends t.Plugin{[ko(288)](){const t=ko,e=this[t(270)];if(!e[t(297)][t(298)](t(277)))return;e[t(297)][t(267)](t(293))[t(301)](t(276));const n=e[t(297)][t(267)](t(293)),r=e[t(268)];n[t(283)][t(265)](t(276),(e=>zr(r,t(294),e))),e[t(290)][t(281)](t(299))[t(275)]({model:t(276),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(286)])return null;const o=n[s(272)](s(285)),i=n[s(274)]("hr");return n[s(280)](s(269),o),n[s(296)](n[s(271)](o,0),i),o},converterPriority:t(295)})}}function So(){const t=["get","has","10BAZKlJ","enableDefaultAttributesIntegration","972168ylkblo","plugins","editor","locale","format","registerDescriptionCallback","_registerLegacyDescription","828183bXuRDE","27308LVkHeZ","HtmlEmbed","element","getFirstRange","commandName","TrackChangesEditing","381uhAhlj","start","8JimlKf","htmlEmbed","3699650hRwGIU","registerBlockAttribute","*Change %0 content*","1646160oiqktY","formatBlock","key","value","afterInit","2027079GIKiSZ","registerElementLabel","attribute","type","descriptionFactory","rawHtml","ELEMENT_HTML_EMBED","8115625kCkgIv","nodeAfter"];return(So=function(){return t})()}const Ro=vo;function vo(t,e){const n=So();return(vo=function(t,e){return n[t-=353]})(t,e)}!function(t,e){const n=vo,r=t();for(;;)try{if(961173===-parseInt(n(376))/1+parseInt(n(377))/2*(parseInt(n(383))/3)+parseInt(n(390))/4+parseInt(n(387))/5+-parseInt(n(369))/6+parseInt(n(363))/7*(-parseInt(n(385))/8)+parseInt(n(356))/9*(parseInt(n(367))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class Mo extends t.Plugin{[Ro(355)](){const t=Ro,e=this[t(371)];if(!e[t(370)][t(366)](t(378)))return;const n=e[t(370)][t(365)](t(382)),r=e[t(372)];n[t(360)][t(357)](t(361),(e=>zr(r,t(362),e))),n[t(368)](t(386)),n[t(388)](t(354)),n[t(360)][t(374)]((e=>{const n=t;if(n(358)!=e[n(359)])return;const{data:s}=e;if(s&&n(354)==s[n(353)]&&e[n(380)]()[n(384)][n(364)].is(n(379),n(361))){const t=zr(r,n(362));return{type:n(373),content:zr(r,n(389),t)}}})),this[t(375)]()}[Ro(375)](){const t=Ro,e=this[t(371)],n=e[t(372)];e[t(370)][t(365)](t(382))[t(360)][t(374)]((e=>{const r=t;if(r(391)!=e[r(359)])return;const{data:s}=e;if(s&&r(386)==s[r(381)]){const t=zr(n,r(362));return{type:r(373),content:zr(n,r(389),t)}}}))}}const Oo=wo;function wo(t,e){const n=Do();return(wo=function(t,e){return n[t-=111]})(t,e)}function Do(){const t=["filter","enableDefaultAttributesIntegration","resizedWidth","TrackChangesEditing","isCollapsed","getClosestSelectedImageElement","find","format","imageTextAlternative","removeObject","FORMAT_IMAGE_SIZE","*Reset image width*","90iEhDQY","model","discard","chain","ImageBlockEditing","imageCaption","selection","plugins","registerCustomCallback","isEqual","caption","editor","previous","registerDescriptionCallback","imageStylePreApply","306sIIuXw","584344Ihucjf","length","*Set image text alternative:* %0","forceDefaultExecution","markBlockFormat","document","commandParams","newValue","backward","800170uEQUOn","43681pZNLJt","_suggestionFactory","schema","30wSMoMN","getSuggestionCallback","join","nodeBefore","getFirstRange","subType","ImageResize","ImageCaptionEditing","formatBlock","Inline image to block image","toggleImageCaption","findIndex","2714550mGjyjE","nodeAfter","ImageEditing","ELEMENT_IMAGE","type","accept","convertInlineImageToBlock","imageBlock","createRange","registerElementLabel","detach","imageTypeBlock","imageInline","attribute","ImageTextAlternativeEditing","uploadImage","_registerLegacyDescription","markDeletion","Block image to inline image","key","element","getCaptionFromImageModelElement","resizeImage","1285736eqTVqT","end","*Set image width:* %0","alt","convertBlockImageToInline","descriptionFactory","isOwn","ELEMENT_CAPTION","getContainedElement","ImageUploadEditing","getNearestSelectionRange","insertion","fromPosition","width","85185FEwQbV","deletion","*Remove image text alternative*","ImageUtils","formatInline","_findSuggestions","toPrevious","registerAttributeLabel","commandName","imageTypeInline","11076UUACDe","insertImage","12ogIoaY","7JvKPrz","forward","get","isIntersecting","ImageInlineEditing","locale","enableCommand","has","ELEMENT_INLINE_IMAGE","registerBlockAttribute","isBefore","addObject","isBlockImage","afterInit","createRangeOn","markInsertion","change","start","ImageCaptionUtils","toNext"];return(Do=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(438670===-parseInt(n(211))/1+-parseInt(n(201))/2*(-parseInt(n(151))/3)+parseInt(n(202))/4*(parseInt(n(215))/5)+-parseInt(n(227))/6+-parseInt(n(154))/7*(-parseInt(n(127))/8)+parseInt(n(141))/9*(parseInt(n(186))/10)+-parseInt(n(212))/11*(-parseInt(n(153))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[Oo(167)](){const t=Oo,e=this[t(197)];if(!e[t(193)][t(161)](t(229)))return;const n=e[t(193)][t(156)](t(177)),r=e[t(193)][t(156)](t(144)),s=e[t(159)];n[t(160)](t(152)),n[t(132)][t(113)](t(111),(e=>zr(s,t(230),e))),n[t(132)][t(113)](t(116),(e=>zr(s,t(162),e))),n[t(132)][t(113)](t(196),(()=>zr(s,t(134)))),e[t(193)][t(161)](t(136))&&n[t(160)](t(119)),e[t(193)][t(161)](t(190))&&e[t(193)][t(161)](t(158))&&(n[t(160)](t(150),((s,o)=>{const i=t,a=r[i(179)](e[i(187)][i(207)][i(192)]);e[i(187)][i(170)]((()=>{const t=i;n[t(206)](a,{commandName:t(150),commandParams:[o]},[],t(131))}))})),n[t(160)](t(115),((s,o)=>{const a=t;e[a(187)][a(170)]((t=>{const c=a;let u=r[c(179)](e[c(187)][c(207)][c(192)]),l=t[c(168)](u);const f=i.LivePosition[c(139)](l[c(171)],c(147)),h=i.LivePosition[c(139)](l[c(128)],c(173));n[c(205)]((()=>s(o))),u=r[c(179)](e[c(187)][c(207)][c(192)]),l=t[c(168)](u);const g=t[c(112)](f,h);f[c(114)](),h[c(114)](),n[c(206)](u,{commandName:c(150),commandParams:[o]},[],c(233)),g[c(171)][c(164)](l[c(171)])&&n[c(169)](t[c(112)](g[c(171)],l[c(171)]),c(233)),l[c(128)][c(164)](g[c(128)])&&n[c(169)](t[c(112)](l[c(128)],g[c(128)]),c(233))}))})),n[t(213)][t(194)](t(223),t(233),t(217),(()=>!1)),n[t(213)][t(194)](t(223),t(233),t(232),(()=>!1)),n[t(213)][t(194)](t(223),t(233),t(188),n[t(213)][t(216)](t(223),"",t(232))),n[t(213)][t(194)](t(138),t(233),t(217),(()=>!1)),n[t(213)][t(194)](t(138),t(233),t(188),(([r])=>{const s=t,o=n[s(213)][s(216)](s(138),"",s(188));let i=r[s(171)],a=r[s(128)];const c=e[s(187)][s(214)][s(137)](i,s(210)),u=e[s(187)][s(214)][s(137)](a,s(155));c[s(178)]&&(i=c[s(171)]),u[s(178)]&&(a=u[s(128)]),o([e[s(187)][s(112)](i,a)])})),n[t(213)][t(194)](t(223),t(233),t(189),c),n[t(213)][t(194)](t(138),t(233),t(189),c)),e[t(193)][t(161)](t(222))&&(n[t(160)](t(225),((s,o)=>{const i=t,a=e[i(193)][i(156)](i(172));let c=r[i(179)](e[i(187)][i(207)][i(192)]),u=a[i(125)](c);e[i(187)][i(170)]((()=>{const t=i;if(u)return void n[t(121)](e[t(187)][t(168)](u));const l=r[t(166)](c);s(o),c=r[t(179)](e[t(187)][t(207)][t(192)]),u=a[t(125)](c),n[t(169)](e[t(187)][t(168)](u),l?null:t(191))}))})),n[t(213)][t(194)](t(138),t(191),t(189),c));const o=[{type:t(223),subType:t(200)},{type:t(138),subType:t(191)},{type:t(223),subType:t(233)},{type:t(138),subType:t(233)}];function a(e,s){const i=t,a=o[i(226)]((({type:t,subType:n})=>e[i(231)]==t&&e[i(220)]==n)),c=o[i(226)]((({type:t,subType:e})=>s[i(231)]==t&&s[i(220)]==e));if(a<0||c<0)return!1;const u=e[i(219)](),l=s[i(219)]();if((0==a||1==a)&&2==c&&u[i(157)](l))return!0;if(2==a&&3==c){const t=n[i(146)](u,i(138))[i(174)]((({suggestion:t,meta:e})=>e[i(133)]&&i(233)==t[i(220)]));if(t[i(203)]>1&&l[i(128)][i(195)](u[i(171)]))return!0;if(1==t[i(203)]&&(u[i(171)][i(195)](l[i(128)])||u[i(128)][i(195)](l[i(171)])))return!0}if(3==a&&3==c&&u[i(171)][i(164)](l[i(171)])){const t=u[i(128)][i(228)],e=l[i(171)][i(218)];return r[i(166)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(193)][t(161)](t(221))&&(n[t(175)](t(126)),n[t(163)](t(176)),n[t(132)][t(148)](t(176),zr(s,t(184)))),e[t(193)][t(161)](t(118))&&(n[t(175)](t(182)),n[t(163)](t(130))),n[t(132)][t(199)]((e=>{const n=t;if(o[n(180)]((({type:t,subType:r})=>e[n(231)]==t&&e[n(220)]==r)))return e[n(198)]?{}:void 0})),n[t(132)][t(199)]((e=>{const n=t;if(n(138)==e[n(231)]||n(142)==e[n(231)]){const t=e[n(135)]();if(t&&t.is(n(124),n(196)))return{type:n(138)==e[n(231)]?n(165):n(183),element:t,quantity:1}}})),n[t(132)][t(199)]((e=>t(223)==e[t(231)]&&t(233)==e[t(220)]?{type:t(181),content:t(224)}:t(223)==e[t(231)]&&t(131)==e[t(220)]?{type:t(181),content:t(122)}:void 0)),n[t(132)][t(199)]((e=>{const n=t;if(n(117)!=e[n(231)])return;const{data:r}=e;if(!r||n(130)!=r[n(123)])return;const o=r[n(209)];return o?{type:n(181),content:zr(s,n(204),'"'+o+'"')}:{type:n(181),content:zr(s,n(143))}})),this[t(120)]()}[Oo(120)](){const t=Oo,e=this[t(197)],n=e[t(159)];e[t(193)][t(156)](t(177))[t(132)][t(199)]((e=>{const r=t;if(r(223)!=e[r(231)]&&r(145)!=e[r(231)])return;const{data:s}=e;if(s){if(r(182)==s[r(149)]){const t=s[r(208)][0][r(209)];return t?{type:r(181),content:zr(n,r(204),'"'+t+'"')}:{type:r(181),content:zr(n,r(143))}}if(r(126)==s[r(149)]){const t=s[r(208)][0][r(140)];return t?{type:r(181),content:zr(n,r(129),t)}:{type:r(181),content:zr(n,r(185))}}}}))}}const Bo=Po;function Po(t,e){const n=xo();return(Po=function(t,e){return n[t-=324]})(t,e)}function xo(){const t=["descriptionFactory","formatBlock","*Replace image URL*","_suggestionFactory","get","src","2vneUnQ","formatInline","4RwjxsN","registerBlockAttribute","plugins","newValue","registerCustomCallback","569113ZdeQVE","enableDefaultAttributesIntegration","locale","discard","accept","attribute","replaceImageSource","editor","18iQVOFo","471317jZWagi","7329619oydpPM","commandName","format","66SEuNrF","key","_registerLegacyDescription","afterInit","5392040UwgkkZ","*Format:* replace image URL","type","1989505PJjzDk","2443184GUXMRj","getSuggestionCallback","ImageEditing","TrackChangesEditing","1067199HxcSYR","has","_handleLegacySuggestions","oldValue","registerDescriptionCallback"];return(xo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(381041===-parseInt(n(358))/1*(-parseInt(n(351))/2)+parseInt(n(340))/3+-parseInt(n(353))/4*(parseInt(n(335))/5)+-parseInt(n(328))/6*(parseInt(n(324))/7)+-parseInt(n(336))/8*(parseInt(n(366))/9)+parseInt(n(332))/10+parseInt(n(325))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Bo(331)](){const t=Bo;if(!this[t(365)][t(355)][t(341)](t(338)))return;const e=this[t(365)][t(360)],n=this[t(365)][t(355)][t(349)](t(339));n[t(359)](t(364)),n[t(354)](t(350)),n[t(345)][t(344)]((n=>{const r=t;if(r(363)!=n[r(334)])return;const{data:s}=n;return s&&r(350)==s[r(329)]?s[r(356)]&&s[r(343)]?{type:r(327),content:zr(e,r(347))}:{type:r(327),content:""}:void 0})),this[t(342)]()}[Bo(342)](){const t=Bo,e=this[t(365)][t(355)][t(349)](t(339));e[t(348)][t(357)](t(346),t(364),t(362),e[t(348)][t(337)](t(346),null,t(361))),e[t(348)][t(357)](t(346),t(364),t(361),e[t(348)][t(337)](t(346),null,t(362))),this[t(330)]()}[Bo(330)](){const t=Bo,e=this[t(365)],n=e[t(360)];e[t(355)][t(349)](t(339))[t(345)][t(344)]((e=>{const r=t;if(r(346)!=e[r(334)]&&r(352)!=e[r(334)])return;const{data:s}=e;return s&&r(364)==s[r(326)]?{type:r(327),content:zr(n,r(333))}:void 0}))}}function jo(){const t=["insertion","76971YizOBK","createRangeOn","refresh","imageStyle","19122BXJpNb","author","getSuggestion","plugins","end","start","suggestion","156893FQkRDi","getSuggestions","isOwn","isInContent","imageStylePostApply","name","discardSuggestion","get","_splitMarkerName","markInlineFormat","hasSuggestion","markBlockFormat","commandParams","getSuggestionCallback","imageTypeInline","length","afterInit","isBlockImage","accept","getClosestSelectedImageElement","toLowerCase","document","isIntersecting","ImageUtils","_suggestionFactory","next","nodeBefore","5809689uopUCc","getContainedElement","_registerLegacyDescription","registerCustomCallback","change","convertInlineImageToBlock","ImageStyleEditing","32iQOBKA","descriptionFactory","FORMAT_SIDE_IMAGE","join","isEqual","commandName","discard","type","imageStylePreApply","registerPostFixer","from","locale","getFirstRange","normalizedStyles","filter","nodeAfter","isBefore","*Format:* %0","formatInline","newRange","side","model","findIndex","forEach","has","format","formatBlock","commandReversedParams","registerDescriptionCallback","6RHjdqU","762486EsCBWA","differ","isInlineImage","value","chain","title","shouldConvertImageType","getChangedMarkers","Users","setImageNaturalSizeAttributes","imageTypeBlock","selection","imageCaption","976381nRxGiv","editor","enableCommand","TrackChangesEditing","3060745KcTLxs","_findSuggestions","commands","790CZvPHt","subType","324bsJBpN","head"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=475]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(443917===parseInt(n(515))/1*(parseInt(n(489))/2)+parseInt(n(519))/3*(-parseInt(n(512))/4)+-parseInt(n(507))/5+parseInt(n(490))/6+-parseInt(n(503))/7*(parseInt(n(560))/8)+parseInt(n(553))/9+-parseInt(n(510))/10*(-parseInt(n(526))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class Ho extends t.Plugin{[Go(542)](){const t=Go,n=this[t(504)];if(!n[t(522)][t(484)](t(559)))return;const r=n[t(522)][t(533)](t(506)),s=n[t(522)][t(533)](t(549)),o={};r[t(505)](t(518),((o,i)=>{const a=t,c=n[a(522)][a(533)](a(498)).me,u=n[a(509)][a(533)](a(518));let l=s[a(545)](n[a(481)][a(547)][a(501)]),f=n[a(481)][a(516)](l),h=u[a(493)];if(h==i[a(493)])return;const g={commandName:a(518),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(481)][a(557)]((()=>{const t=a;if(r[t(527)]()[t(574)]((e=>e[t(529)]&&c==e[t(520)]&&(t(486)==e[t(567)]||t(478)==e[t(567)])&&(t(568)==e[t(511)]||t(530)==e[t(511)])&&e[t(572)]()[t(564)](f)))[t(483)]((e=>r[t(532)](e[t(513)]))),l=s[t(545)](n[t(481)][t(547)][t(501)]),f=n[t(481)][t(516)](l),u[t(517)](),n[t(509)][t(533)](t(540))[t(517)](),n[t(509)][t(533)](t(500))[t(517)](),h=u[t(493)],h!=i[t(493)])return s[t(492)](l)&&u[t(496)](i[t(493)],l)?(o({...i,setImageSizes:!1}),l=s[t(545)](n[t(481)][t(547)][t(501)]),void r[t(537)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(568))):void(s[t(543)](l)?r[t(537)](l,g,[],t(530)):r[t(535)](f,g,t(530)))}))}));for(const e of n[t(522)][t(533)](t(559))[t(573)])o[e[t(531)]]=e[t(495)][t(546)]();r[t(550)][t(556)](t(486),t(568),t(563),(()=>!1)),r[t(550)][t(556)](t(486),t(530),t(563),(()=>!1)),r[t(550)][t(556)](t(478),t(530),t(563),(()=>!1)),r[t(550)][t(556)](t(486),t(568),t(544),(([e])=>{const n=t;s[n(499)](e[n(554)]())})),r[t(550)][t(556)](t(486),t(568),t(566),((e,n)=>{const s=t;r[s(550)][s(539)](s(486),"",s(544))(e,{commandName:n[s(565)],commandParams:n[s(487)]})})),r[t(550)][t(556)](t(486),t(568),t(494),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(486),subType:t(568)},{type:t(514),subType:t(502)},{type:t(486),subType:t(558)},{type:t(514),subType:t(558)}];function a(e,n){const o=t,a=i[o(482)]((({type:t,subType:n})=>e[o(567)]==t&&e[o(511)]==n)),c=i[o(482)]((({type:t,subType:e})=>n[o(567)]==t&&n[o(511)]==e));if(a<0||c<0)return!1;const u=e[o(572)](),l=n[o(572)]();if((0==a||1==a)&&2==c&&u[o(548)](l))return!0;if(2==a&&3==c){const t=r[o(508)](u,o(514))[o(574)]((({suggestion:t,meta:e})=>e[o(528)]&&o(558)==t[o(511)]));if(t[o(541)]>1&&l[o(523)][o(564)](u[o(524)]))return!0;if(1==t[o(541)]&&(u[o(524)][o(564)](l[o(523)])||u[o(523)][o(564)](l[o(524)])))return!0}if(3==a&&3==c&&u[o(524)][o(476)](l[o(524)])){const t=u[o(523)][o(475)],e=l[o(524)][o(552)];return s[o(543)](t)&&t===e}return!1}n[t(481)][t(547)][t(569)]((()=>{const e=t;let o=!1;const i=Array[e(570)](n[e(481)][e(547)][e(491)][e(497)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(534)](t);if(e(525)==i&&r[e(536)](u)){if(e(486)==a&&(e(568)==c||e(530)==c)){const t=r[e(521)](u);if(n[e(479)]){const n=t[e(572)]()[e(554)]();if(s[e(543)](n))continue;r[e(532)](t),o=!0}}if(e(514)==a&&e(502)==c&&!n[e(479)]){const t=r[e(521)](u);t[e(551)]&&t[e(551)][e(529)]&&(r[e(532)](t[e(551)]),o=!0)}}}return o})),this[t(555)](o)}[Go(555)](t){const e=Go,n=this[e(504)],r=n[e(571)];n[e(522)][e(533)](e(506))[e(561)][e(488)]((n=>{const s=e;if(s(486)!=n[s(567)]&&s(478)!=n[s(567)])return;const{data:o}=n;if(!o||s(518)!=o[s(565)])return;const i=o[s(538)][0][s(493)];return function(t){const e=s;return{type:e(485),content:zr(r,e(477),t)}}(s(480)===i?zr(r,s(562)):t[i]||i)}))}}const zo=Wo;function Wo(t,e){const n=qo();return(Wo=function(t,e){return n[t-=118]})(t,e)}!function(t,e){const n=Wo,r=t();for(;;)try{if(578707===-parseInt(n(139))/1*(-parseInt(n(131))/2)+-parseInt(n(124))/3*(-parseInt(n(148))/4)+-parseInt(n(137))/5+parseInt(n(136))/6*(parseInt(n(127))/7)+parseInt(n(129))/8+parseInt(n(147))/9*(parseInt(n(120))/10)+-parseInt(n(135))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Ko extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(132)]=!1,this[e(128)]=!1}[zo(146)](){const t=zo,e=this[t(141)],n=e[t(121)][t(150)](t(151)),r=e[t(121)][t(150)](t(125));n&&(n.on(t(123),((e,[,n])=>{const s=t;this[s(132)]=r[s(142)],n[s(152)][s(140)]=!this[s(132)]}),{priority:t(126)}),this[t(143)](n,t(145),this[t(134)][t(122)](this)),this[t(143)](n,t(145),(()=>{const e=t;this[e(128)]&&(r[e(123)](),this[e(128)]=!1)}),{priority:t(138)}),e[t(118)][t(150)](t(149))[t(130)](t(151)))}[zo(134)](t,e){const n=zo,{suggestions:r}=e,s=this[n(141)][n(121)][n(150)](n(125)),o=s[n(142)];this[n(132)]!==o&&(s[n(123)](),this[n(128)]=!0),r&&r[n(119)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(141)][o(118)][o(150)](o(133)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(151)}}};this[o(141)][o(118)][o(150)](o(149))[o(144)](i)}))}}function qo(){const t=["collaboration_features","plugins","forEach","1490990KDprXo","commands","bind","execute","3rzKfNA","trackChanges","high","7KTMUeD","_trackChangesExecuted","4327472behFKk","enableCommand","14694BvHPNx","_trackChangesValueDuringImport","Users","_handleImportedData","28983526biYdbk","4381116BfUTqe","441275iaKeYn","lowest","96JeSrFC","track_changes","editor","value","listenTo","_setSuggestionData","dataInsert","afterInit","27zArtBt","3512396pBLYBi","TrackChangesEditing","get","importWord"];return(qo=function(){return t})()}function Xo(){const t=["*Outdent:* %0","44qIKKuI","16153690vDuVwE","plugins","commandName","_registerLegacyDescription","locale","descriptionFactory","8ifZbbn","4791030JGBZWV","4NlqXuE","afterInit","formatBlock","registerAttributeLabel","outdent","663790oUeDdd","16TeRUiO","enableDefaultAttributesIntegration","blockIndent","*Indent:* %0","enableCommand","indent","format","has","739858ZZyYBu","indentBlock","getItems","registerBlockAttribute","IndentEditing","getItemLabel","10007340VgWWWZ","outdentBlock","editor","TrackChangesEditing","433080OOYAlk","type","IndentBlock","4046406mLAyvO","FORMAT_INDENT","registerDescriptionCallback","get"];return(Xo=function(){return t})()}const Zo=Yo;function Yo(t,e){const n=Xo();return(Yo=function(t,e){return n[t-=176]})(t,e)}!function(t,e){const n=Yo,r=t();for(;;)try{if(874380===-parseInt(n(207))/1*(parseInt(n(180))/2)+-parseInt(n(206))/3+-parseInt(n(205))/4*(-parseInt(n(212))/5)+-parseInt(n(186))/6+parseInt(n(193))/7*(-parseInt(n(213))/8)+parseInt(n(190))/9+-parseInt(n(199))/10*(-parseInt(n(198))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Jo extends t.Plugin{[Zo(208)](){const t=Zo,e=this[t(188)],n=e[t(200)][t(196)](t(189));if(e[t(200)][t(179)](t(184))&&(n[t(176)](t(177)),n[t(176)](t(211))),e[t(200)][t(179)](t(192)))for(const e of[t(181),t(187)])n[t(214)](e);const r=e[t(203)];n[t(183)](t(215)),n[t(204)][t(210)](t(215),zr(r,t(194))),this[t(202)]()}[Zo(202)](){const t=Zo,e=this[t(188)],n=e[t(203)],r=e[t(200)][t(196)](t(189));r[t(204)][t(195)]((e=>{const s=t;if(s(209)!=e[s(191)])return;const{data:o}=e;if(!o)return;if(s(181)!=o[s(201)]&&s(187)!=o[s(201)])return;const i=e[s(182)]()[0],a=r[s(204)][s(185)](i);return s(181)==o[s(201)]?{type:s(178),content:zr(n,s(216),a)}:s(187)==o[s(201)]?{type:s(178),content:zr(n,s(197),a)}:void 0}))}}function Qo(){var t=["32PZWPrX","7283864mCmtld","326160SnqmQA","31394ZiIrZP","2972478DNtaVO","init","editor","13zfTBHW","input","524QQcIPQ","TrackChangesEditing","5BGzxNc","plugins","enableCommand","requires","328CsEJfY","90UsTdWJ","2292xuGhPx","get","27531OXSsQd","24902MOsOPJ","1965bYYFnl"];return(Qo=function(){return t})()}function $o(t,e){var n=Qo();return($o=function(t,e){return n[t-=191]})(t,e)}var ti=$o;!function(t,e){for(var n=$o,r=t();;)try{if(279789===-parseInt(n(206))/1*(-parseInt(n(204))/2)+-parseInt(n(205))/3*(parseInt(n(193))/4)+-parseInt(n(195))/5*(parseInt(n(210))/6)+parseInt(n(203))/7*(parseInt(n(199))/8)+-parseInt(n(200))/9*(-parseInt(n(208))/10)+-parseInt(n(209))/11*(parseInt(n(201))/12)+-parseInt(n(191))/13*(-parseInt(n(207))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qo);class ei extends t.Plugin{static get[ti(198)](){return[vs.Input]}[ti(211)](){var t=ti;this[t(212)][t(196)][t(202)](t(194))[t(197)](t(192))}}const ni=si;!function(t,e){const n=si,r=t();for(;;)try{if(318539===parseInt(n(330))/1+-parseInt(n(307))/2*(-parseInt(n(310))/3)+parseInt(n(336))/4+-parseInt(n(341))/5+parseInt(n(322))/6+-parseInt(n(340))/7+parseInt(n(337))/8*(parseInt(n(338))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oi);class ri extends t.Plugin{[ni(328)](){const t=ni,e=this[t(312)];if(!e[t(311)][t(327)](t(313)))return;const n=e[t(311)][t(324)](t(314)),r=e[t(323)][t(324)](t(316));n[t(326)](t(316)),n[t(326)](t(335)),n[t(308)](t(325));for(const e of r[t(345)])n[t(308)](e.id),n[t(309)][t(339)](e.id,t(332)+e[t(342)][t(331)]()+")");n[t(309)][t(305)]((n=>{const r=t;if(r(320)!=n[r(343)])return;const{data:s}=n;if(!s||r(325)!=s[r(321)])return;const o=s[r(318)],i=e[r(317)];return{type:r(315),content:null==o?zr(i,r(329)):zr(i,r(333),'"'+o+'"')}})),this[t(306)]()}[ni(306)](){const t=ni,e=this[t(312)],n=e[t(317)];e[t(311)][t(324)](t(314))[t(309)][t(305)]((e=>{const r=t;if(r(319)!=e[r(343)])return;const{data:s}=e;if(s){if(r(316)==s[r(344)]){const t=s[r(334)][0];return{type:r(315),content:zr(n,r(333),'"'+t+'"')}}return r(335)==s[r(344)]?{type:r(315),content:zr(n,r(329))}:void 0}}))}}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=305]})(t,e)}function oi(){const t=["789228ZeqZQq","commands","get","linkHref","enableDefaultAttributesIntegration","has","afterInit","*Remove link*","569625ORlSZu","toLowerCase","link (","*Set link:* %0","commandParams","unlink","316092gGRDoU","8HONBrF","173898AztDOL","registerAttributeLabel","423808UeKZJy","2209765hcUPPb","label","type","commandName","manualDecorators","registerDescriptionCallback","_registerLegacyDescription","184mmZeCv","registerInlineAttribute","descriptionFactory","702NwFVXH","plugins","editor","LinkEditing","TrackChangesEditing","format","link","locale","newValue","formatInline","attribute","key"];return(oi=function(){return t})()}const ii=ci;function ai(){const t=["forceValue","registerDescriptionCallback","LegacyListEditing","6397784HgNKjJ","createRange","get","todo","*Outdent:* %0","ELEMENT_TODO_LIST","130sCpKQm","createPositionAt","*Uncheck item*","ELEMENT_NUMBERED_LIST","nextSibling","1012185kEKTnp","end","checkChild","outdentList","listType","checkTodoList","has","LegacyTodoListEditing","locale","plugins","6013240lgkoqP","parent","type","_selectedElements","element","getAttribute","previousSibling","execute","2vInDkY","todoListChecked","push","model","numbered","blockName","bulleted","findIndex","enableCommand","slice","818688cFNQAq","numberedList","commandParams","listItem","3794092JtxdcE","*Change to:* %0","value","descriptionFactory","ELEMENT_BULLETED_LIST","paragraph","markBlockFormat","*Indent:* %0","replace","afterInit","indentList","schema","*Check item*","from","name","bulletedList","length","7079660OLsHkv","add","document","todoList","isObject","3VedfXm","formatBlock","listIndent","1051251vTpcYc","editor","before","filter","ELEMENT_LIST_ITEM","change","registerElementLabel","commands","format","TrackChangesEditing","selection","formatInline","List","commandName","getSelectedBlocks"];return(ai=function(){return t})()}function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=294]})(t,e)}!function(t,e){const n=ci,r=t();for(;;)try{if(614414===parseInt(n(300))/1*(-parseInt(n(347))/2)+-parseInt(n(297))/3*(-parseInt(n(361))/4)+parseInt(n(339))/5+-parseInt(n(357))/6+-parseInt(n(378))/7+-parseInt(n(318))/8+parseInt(n(329))/9*(parseInt(n(324))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ui extends t.Plugin{[ii(370)](){const t=ii,e=this[t(301)],n=e[t(337)];if(!e[t(338)][t(335)](t(317)))return;const r=e[t(338)][t(320)](t(309)),s=e[t(338)][t(335)](t(336));function o(t){return()=>{const n=ci,s=e[n(350)][n(294)][n(310)],o=e[n(307)][n(320)](t);if(o[n(363)])return void e[n(346)](n(366),{});const i=t[n(356)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(374)](t)[s(303)]((t=>function(t,e){const n=s;return e[n(331)](t[n(340)],n(360))&&!e[n(296)](t)}(t,r)));o=o[s(303)]((t=>!t.is(s(343),s(360))||t[s(344)](s(333))!=e));const i=new Set;for(const t of o)t.is(s(343),s(360))?i[s(379)](li(t)):i[s(379)](t);return Array[s(374)](i)}(s[n(314)](),i,e[n(350)][n(372)]);e[n(350)][n(305)]((()=>{const e=n;for(const n of a)r[e(367)](n,{commandName:t,commandParams:[{forceValue:!o[e(363)]}],formatGroupId:e(352)},fi(n))}))}}function i(t){return()=>{const n=ci,s=function(t){const e=ci;let n=Array[e(374)](t);const r=n[e(354)]((t=>e(360)!=t[e(375)]));return r>-1&&(n=n[e(356)](0,r)),n}(e[n(350)][n(294)][n(310)][n(314)]()),o=e[n(350)][n(319)](e[n(350)][n(325)](s[0],n(302)),e[n(350)][n(325)](s[s[n(377)]-1],n(330)));e[n(350)][n(305)]((()=>{const e=n;r[e(367)](o,{commandName:t,commandParams:[],formatGroupId:e(299)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(328)];for(;t&&t[n(344)](n(299))>e[n(344)](n(299));)r[n(379)](t),t=t[n(328)]}return Array[n(374)](r)}(s))}))}}r[t(355)](t(358),o(t(358))),r[t(355)](t(376),o(t(376))),s&&r[t(355)](t(295),o(t(295))),r[t(355)](t(371),i(t(371))),r[t(355)](t(332),i(t(332))),s&&r[t(355)](t(334),(()=>{const n=t,s=e[n(307)][n(320)](n(334)),o=Array[n(374)](s[n(342)]);o[n(303)]((t=>t[n(344)](n(348))!=s[n(363)])),e[n(350)][n(305)]((()=>{const t=n;for(const e of o)r[t(367)](e,{commandName:t(334),commandParams:[{forceValue:!s[t(363)]}]})}))})),r[t(364)][t(306)](t(360),(e=>zr(n,t(304),e))),r[t(364)][t(316)]((e=>{const r=t;if(r(298)!=e[r(341)]&&r(311)!=e[r(341)])return;const{data:s}=e;if(s){if(r(358)==s[r(313)]||r(376)==s[r(313)]||r(295)==s[r(313)])switch(s[r(313)][r(369)](r(312),"")){case r(353):return o(zr(n,r(365)));case r(351):return o(zr(n,r(327)));case r(321):return o(zr(n,r(323)))}if(r(371)==s[r(313)])return{type:r(308),content:zr(n,r(368),zr(n,r(304)))};if(r(332)==s[r(313)])return{type:r(308),content:zr(n,r(322),zr(n,r(304)))};if(r(334)==s[r(313)])return s[r(359)][0][r(315)]?{type:r(308),content:zr(n,r(373))}:{type:r(308),content:zr(n,r(326))}}function o(t){const e=r;return{type:e(308),content:zr(n,e(362),t)}}}))}}function li(t){const e=ii,n=t[e(344)](e(299));if(0==n)return t;let r=t;for(;t[e(345)]&&t[e(345)].is(e(343),e(360));){const s=t[e(345)][e(344)](e(299));if(s==n)r=t[e(345)];else if(s<n)break;t=t[e(345)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(343),e(360))&&t[e(344)](e(299))>0){let r=t[e(328)];for(;r&&e(360)==r[e(375)]&&r[e(344)](e(299))==t[e(344)](e(299));)n[e(349)](r),r=r[e(328)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=129]})(t,e)}function di(){const t=["config","afterInit","*Format:* set order to regular","forward","parent","10MFFisU","handleDescriptions","getFirstPosition","6583104gjSLKW","listStyle","get","change","map","LegacyListPropertiesEditing","ELEMENT_","getSelectedBlocks","bind","replace","*Change to:* %0","getListTypeFromListStyleType","commandName","216jcvYgE","_getSuggestionBlocks","18WwULFV","numbered","before","formatBlock","has","length","getSiblingNodes","unshift","listReversed","editor","_LIST_","getAttribute","handleListStartCommand","*Format:* set order to reversed","*Format:* set start index to %0","push","descriptionFactory","_getTranslationKeyForListStyle","1063733tPrnbH","backward","reversed","element","list.properties","model","toUpperCase","listType","2355WSASyp","from","plugins","getLastPosition","createPositionAt","commandParams","TrackChangesEditing","selection","filter","848044HKHgHx","default","handleListStyleCommand","37773iZpTKO","format","document","createRange","LegacyListUtils","styles","type","1803710fMjufC","registerDescriptionCallback","startIndex","locale","32CozisH","handleListReversedCommand","524237SZCGVp","6LUMZYZ","listStart","_getSuggestionBlocksForListStyle","flat","enableCommand","formatInline","listItem","markMultiRangeBlockFormat"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(345754===parseInt(n(183))/1*(parseInt(n(155))/2)+-parseInt(n(209))/3*(-parseInt(n(192))/4)+parseInt(n(202))/5+-parseInt(n(157))/6*(parseInt(n(208))/7)+parseInt(n(206))/8*(-parseInt(n(195))/9)+parseInt(n(139))/10*(parseInt(n(175))/11)+-parseInt(n(142))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(135)](){const t=hi;if(!this[t(166)][t(185)][t(161)](t(147)))return;const e=this[t(166)][t(134)][t(144)](t(179)),n=this[t(166)][t(185)][t(144)](t(189));e[t(200)]&&n[t(130)](t(143),this[t(194)][t(150)](this)),e[t(177)]&&n[t(130)](t(165),this[t(207)][t(150)](this)),e[t(204)]&&n[t(130)](t(210),this[t(169)][t(150)](this)),n[t(173)][t(203)](this[t(140)][t(150)](this))}[hi(194)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(211)]();this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](s,{commandName:t(143),commandParams:[{type:e[t(201)]}],formatGroupId:t(143)})}))}[hi(207)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(156)]((t=>t.is(n(178),n(132))&&n(158)===t[n(168)](n(182))));if(s[n(162)]<1)return;const o=s[n(146)]((t=>this[n(166)][n(180)][n(198)](this[n(166)][n(180)][n(187)](t,n(159)),this[n(166)][n(180)][n(187)](t,0))));this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](o,{commandName:t(165),commandParams:[{reversed:e[t(177)]}],formatGroupId:t(165)})}))}[hi(169)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(156)]((t=>t.is(n(178),n(132))&&n(158)===t[n(168)](n(182))));if(s[n(162)]<1)return;const o=s[n(146)]((t=>this[n(166)][n(180)][n(198)](this[n(166)][n(180)][n(187)](t,n(159)),this[n(166)][n(180)][n(187)](t,0))));this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](o,{commandName:t(210),commandParams:[{startIndex:e[t(204)]}],formatGroupId:t(210)})}))}[hi(140)](t){const e=hi;if(e(160)!=t[e(201)]&&e(131)!=t[e(201)])return;const n=this[e(166)][e(205)],{data:r}=t;if(!r)return;let s,o;switch(r[e(154)]){case e(143):s=e(152),o={type:e(196),content:zr(n,s,zr(n,this[e(174)](r[e(188)][0][e(201)])))};break;case e(165):s=r[e(188)][0][e(177)]?e(170):e(136),o={type:e(196),content:zr(n,s)};break;case e(210):s=e(171),o={type:e(196),content:zr(n,s,r[e(188)][0][e(204)])}}return o}[hi(211)](){const t=hi;var e,n,r,s;const o=this[t(166)][t(185)][t(144)](t(199));let i=Array[t(184)](this[t(166)][t(180)][t(197)][t(190)][t(149)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(178),t(132)))&&i[t(164)](...o[t(163)](this[t(166)][t(180)][t(197)][t(190)][t(141)](),t(176))),(null===(n=i[i[t(162)]-1])||void 0===n?void 0:n.is(t(178),t(132)))&&i[t(172)](...o[t(163)](this[t(166)][t(180)][t(197)][t(190)][t(186)](),t(137))),i=[...new Set(i)],(null===(s=null===(r=this[t(166)][t(180)][t(197)][t(190)][t(141)]())||void 0===r?void 0:r[t(138)])||void 0===s?void 0:s.is(t(178),t(132)))&&(i=i[t(191)]((e=>e.is(t(178),t(132))))),i}[hi(156)](t){const e=hi,n=this[e(166)][e(185)][e(144)](e(199));let r=Array[e(184)](this[e(166)][e(180)][e(197)][e(190)][e(149)]())[e(191)](t)[e(146)]((t=>{const r=e,s=this[r(166)][r(180)][r(187)](t,0);return[...n[r(163)](s,r(176)),...n[r(163)](s,r(137))]}))[e(129)]();return r=[...new Set(r)],r}[hi(174)](t){const e=hi;return e(148)+(this[e(166)][e(185)][e(144)](e(199))[e(153)](t)||e(193))[e(181)]()+e(167)+t[e(181)]()[e(151)](/-/g,"_")}}function mi(){const t=["downcastDispatcher","9974qumvpj","options","descriptionFactory","stop","mediaEmbed","MediaEmbedEditing","27ennBdg","48vXIokt","424445xKJuhr","has","afterInit","conversion","274540vqpEvX","6928097WckZqk","elementToElement","plugins","registerElementLabel","dataDowncast","for","showSuggestionHighlights","media","TrackChangesEditing","enableCommand","attribute:url:media","div","get","data","locale","ELEMENT_MEDIA","46650thvncp","296HdZbEF","47kpvCRG","createEmptyElement","12711MqLNjF","1447096sjIQnj","high","editor"];return(mi=function(){return t})()}const Ii=Ei;function Ei(t,e){const n=mi();return(Ei=function(t,e){return n[t-=246]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(209874===parseInt(n(274))/1*(-parseInt(n(281))/2)+parseInt(n(276))/3*(-parseInt(n(273))/4)+parseInt(n(272))/5*(-parseInt(n(250))/6)+-parseInt(n(251))/7+parseInt(n(277))/8+parseInt(n(249))/9*(parseInt(n(255))/10)+parseInt(n(256))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ii(253)](){const t=Ii,e=this[t(279)];if(!e[t(258)][t(252)](t(248)))return;const n=e[t(258)][t(268)](t(264)),r=e[t(270)];n[t(265)](t(247)),n[t(283)][t(259)](t(263),(e=>zr(r,t(271),e))),e[t(254)][t(261)](t(260))[t(257)]({model:t(263),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(262)])return n[s(275)](s(267))},converterPriority:t(278)}),e[t(269)][t(280)].on(t(266),((e,n,r)=>{const s=t;r[s(282)][s(262)]&&e[s(246)]()}),{priority:t(278)})}}function Ti(t,e){const n=Ai();return(Ti=function(t,e){return n[t-=189]})(t,e)}const _i=Ti;!function(t,e){const n=Ti,r=t();for(;;)try{if(180284===parseInt(n(192))/1*(parseInt(n(196))/2)+-parseInt(n(189))/3*(parseInt(n(191))/4)+parseInt(n(197))/5+-parseInt(n(208))/6*(parseInt(n(203))/7)+parseInt(n(193))/8+-parseInt(n(195))/9+parseInt(n(204))/10*(parseInt(n(194))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[_i(200)](){const t=_i,e=this[t(206)];e[t(202)][t(205)](t(190))&&e[t(202)][t(207)](t(199))[t(198)](t(201))}}function Ai(){const t=["2656638kPbwDk","2VMwXvC","629820yyIItU","enableCommand","TrackChangesEditing","afterInit","mention","plugins","364vHygco","8290JDXKNy","has","editor","get","4152GCJWxE","2406xmNKgC","MentionEditing","1772GcYCck","219585uTAFnw","1211624lNeKYC","4906OwFAqp"];return(Ai=function(){return t})()}const ki=Ci;function Ci(t,e){const n=Li();return(Ci=function(t,e){return n[t-=334]})(t,e)}function Li(){const t=["126QdXvax","7585902Tbyqsh","enableDefaultAttributesIntegration","ELEMENT_MULTI_LEVEL_LIST","2058912IPHskh","format","listMarkerStyle","11778910kXyEGw","27278zxiBAh","TrackChangesEditing","listType","get","989711IbbvPj","MultiLevelList","oldValue","data","next","35LFvqyV","registerDescriptionCallback","*Set format:* %0","5827143xnpqUS","has","descriptionFactory","8dwqyjR","key","plugins","head","editor","locale","260584eTPYVH","registerBlockAttribute","multiLevelList","*Remove format:* %0","handleDescriptions","newValue","afterInit"];return(Li=function(){return t})()}!function(t,e){const n=Ci,r=t();for(;;)try{if(507957===parseInt(n(355))/1+-parseInt(n(351))/2*(-parseInt(n(343))/3)+parseInt(n(336))/4*(parseInt(n(360))/5)+-parseInt(n(347))/6+-parseInt(n(363))/7*(parseInt(n(366))/8)+parseInt(n(344))/9+-parseInt(n(350))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[ki(342)](){const t=ki,e=this[t(334)],n=e[t(368)][t(354)](t(352));e[t(368)][t(364)](t(356))&&(n[t(345)](t(338)),n[t(337)](t(349)),n[t(365)][t(361)]((e=>this[t(340)](e))))}[ki(340)](t){const e=ki,n=this[e(334)][e(335)],{data:r}=t,s={type:e(348),content:""};if(r&&e(349)==r[e(367)]){if(!r[e(357)])return{type:e(348),content:zr(n,e(362),zr(n,e(346)))+" ("+r[e(341)]+")"};if(!r[e(341)]){let o=t[e(369)];for(;o;){if(o[e(358)]&&e(353)==o[e(358)][e(367)]&&o[e(358)][e(341)])return s;o=o[e(359)]}return{type:e(348),content:zr(n,e(339),zr(n,e(346)))+" ("+r[e(357)]+")"}}}}}const Si=Ri;function Ri(t,e){const n=Mi();return(Ri=function(t,e){return n[t-=500]})(t,e)}!function(t,e){const n=Ri,r=t();for(;;)try{if(350203===parseInt(n(508))/1+parseInt(n(515))/2*(parseInt(n(503))/3)+parseInt(n(519))/4*(-parseInt(n(500))/5)+-parseInt(n(505))/6*(parseInt(n(514))/7)+parseInt(n(512))/8+parseInt(n(516))/9+-parseInt(n(509))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Si(502)](){const t=Si,e=this[t(521)];if(!e[t(518)][t(522)](t(520)))return;e[t(518)][t(501)](t(504))[t(517)](t(513));const n=e[t(518)][t(501)](t(504)),r=e[t(511)];n[t(506)][t(510)](t(513),(e=>zr(r,t(507),e)))}}function Mi(){const t=["get","afterInit","27sJIXtZ","TrackChangesEditing","66VVXvBe","descriptionFactory","ELEMENT_PAGE_BREAK","205432LgmuZJ","949470QLHEEq","registerElementLabel","locale","2036056UVVCHz","pageBreak","131327geRAdv","45358vVpbtG","196749QxCfbu","enableCommand","plugins","13756AeeEAY","PageBreakEditing","editor","has","50GpZJro"];return(Mi=function(){return t})()}const Oi=Di;function wi(){const t=["span","696206hzmwlv","start","has","activeMarkers","24247089AXcrHM","$text","4577648VsoRQA","paragraph","isBlock","writer","935156gKEHak","572xXwuoY","editing","consume","1853091lxeRMg","checkChild","insertParagraph","createUIElement","registerDescriptionCallback","options","ck-suggestion-marker-split","nodeAfter","formatBlock","getFirstRange","showSuggestionHighlights","insertion","downcastDispatcher","afterInit","_registerLegacyDescription","*Insert:* %0","Paragraph","enableCommand","format","ELEMENT_PARAGRAPH","addClass","markerName","enableDefaultAttributesIntegration","ck-suggestion-marker--active","name","type","isTouching","10aohLpa","bindElementToMarker","highest","toViewPosition","98791lAaicL","plugins","*Change to:* %0","markerRange","editor","30eYBMmw","mapper","schema","isLimit","insert","addMarker:suggestion:insertion","34145aEpNev","end","registerElementLabel","includes","descriptionFactory","get","data","TrackChangesEditing","commandName","getItemLabel","consumable","locale","model"];return(wi=function(){return t})()}function Di(t,e){const n=wi();return(Di=function(t,e){return n[t-=237]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(578864===-parseInt(n(286))/1+-parseInt(n(296))/2+-parseInt(n(300))/3+parseInt(n(297))/4*(-parseInt(n(272))/5)+-parseInt(n(266))/6*(-parseInt(n(261))/7)+parseInt(n(292))/8+parseInt(n(290))/9*(parseInt(n(257))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Oi(243)](){const t=Oi,e=this[t(265)];if(!e[t(262)][t(288)](t(246)))return;const n=e[t(283)],r=e[t(262)][t(277)](t(279));r[t(276)][t(274)](t(293),(e=>zr(n,t(249),e))),r[t(252)](t(293)),r[t(247)](t(302)),e[t(298)][t(242)].on(t(271),Bi(e),{priority:t(259)}),e[t(278)][t(242)].on(t(271),((n,r,s)=>{const o=t;s[o(305)][o(240)]&&Bi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(259)});const s=r[t(276)];s[t(304)]((r=>{const o=t;if(o(241)!==r[o(255)])return;const{start:i,end:a}=r[o(239)]();if(!i[o(256)](a)||!i[o(237)])return;const c=e[o(284)][o(268)],u=i[o(237)];return c[o(294)](u)&&!c[o(269)](u)&&c[o(301)](u,o(291))?{type:o(241),content:zr(n,o(245),s[o(281)](u,1))}:void 0})),this[t(244)]()}[Oi(244)](){const t=Oi,e=this[t(265)],n=e[t(283)];e[t(262)][t(277)](t(279))[t(276)][t(304)]((e=>{const r=t;if(r(238)!=e[r(255)])return;const{data:s}=e;return s&&r(293)==s[r(280)]?{type:r(248),content:zr(n,r(263),zr(n,r(249)))}:void 0}))}}function Bi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(262)][o(277)](o(279)),a=r[o(264)][o(287)],c=r[o(264)][o(273)],u=t[o(284)][o(268)];if(!a[o(256)](c)||!a[o(237)])return;const l=a[o(237)];if(u[o(294)](l)&&!u[o(269)](l)&&u[o(301)](l,o(291))){if(!s[o(282)][o(299)](r[o(264)],n[o(254)]))return;const t=s[o(295)][o(303)](o(285),{class:o(306)}),a=s[o(267)][o(260)](c);e&&i[o(289)][o(275)](r[o(251)])&&s[o(295)][o(250)](o(253),t),s[o(295)][o(270)](a,t),s[o(267)][o(258)](t,r[o(251)])}}}const Pi=xi;function xi(t,e){const n=Ui();return(xi=function(t,e){return n[t-=451]})(t,e)}function Ui(){const t=["5zRqSEb","1840tdMPzN","formatInline","formatBlock","descriptionFactory","*Remove all formatting*","afterInit","_registerLegacyDescription","2858244JzZUBC","TrackChangesEditing","type","locale","enableDefaultAttributesIntegration","10904565TaROoH","format","5028932DIsVhA","220616ymZzgH","5YQKqMt","commandName","registerDescriptionCallback","94482rfcTlk","645042jZJCnD","get","has","removeFormat","plugins","editor","225954uPqpLo","RemoveFormatEditing"];return(Ui=function(){return t})()}!function(t,e){const n=xi,r=t();for(;;)try{if(924201===-parseInt(n(470))/1*(-parseInt(n(474))/2)+parseInt(n(461))/3+parseInt(n(468))/4*(-parseInt(n(453))/5)+-parseInt(n(451))/6+parseInt(n(466))/7+parseInt(n(469))/8+-parseInt(n(473))/9*(parseInt(n(454))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Pi(459)](){const t=Pi,e=this[t(479)];e[t(478)][t(476)](t(452))&&(e[t(478)][t(475)](t(462))[t(465)](t(477)),this[t(460)]())}[Pi(460)](){const t=Pi,e=this[t(479)];e[t(478)][t(475)](t(462))[t(457)][t(472)]((n=>{const r=t;if(r(456)!=n[r(463)]&&r(455)!=n[r(463)])return;const{data:s}=n;return s&&r(477)==s[r(471)]?{type:r(467),content:zr(e[r(464)],r(458))}:void 0}))}}const Gi=Hi;function Vi(){const t=["trackChanges","RestrictedEditingModeEditing","get","plugins","goToPreviousRestrictedEditingException","35hFBUgj","TrackChangesEditing","afterInit","acceptAllSuggestions","discardAllSuggestions","acceptSuggestion","acceptSelectedSuggestions","discardSelectedSuggestions","has","10030937zJtsfd","5101338dTRTqB","enableCommand","154881UizTmd","2912556yWPIBc","2kXSajM","discardSuggestion","2734024SQlgmd","126928bQPAlp","1173322gKrGYk","editor","goToNextRestrictedEditingException"];return(Vi=function(){return t})()}function Hi(t,e){const n=Vi();return(Hi=function(t,e){return n[t-=461]})(t,e)}!function(t,e){const n=Hi,r=t();for(;;)try{if(922076===-parseInt(n(465))/1*(-parseInt(n(461))/2)+-parseInt(n(486))/3+-parseInt(n(464))/4*(parseInt(n(473))/5)+-parseInt(n(483))/6+parseInt(n(482))/7+parseInt(n(463))/8+parseInt(n(485))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class zi extends t.Plugin{[Gi(475)](){const t=Gi,e=this[t(466)];if(!e[t(471)][t(481)](t(469)))return;const n=e[t(471)][t(470)](t(474));n[t(484)](t(472)),n[t(484)](t(467));const r=e[t(471)][t(470)](t(469));r[t(484)](t(468)),r[t(484)](t(478)),r[t(484)](t(462)),r[t(484)](t(476)),r[t(484)](t(477)),r[t(484)](t(479)),r[t(484)](t(480))}}const Wi=Ki;function Ki(t,e){const n=Zi();return(Ki=function(t,e){return n[t-=195]})(t,e)}!function(t,e){const n=Ki,r=t();for(;;)try{if(785381===-parseInt(n(209))/1+-parseInt(n(224))/2*(parseInt(n(243))/3)+-parseInt(n(233))/4*(-parseInt(n(197))/5)+-parseInt(n(240))/6+-parseInt(n(223))/7+parseInt(n(225))/8*(parseInt(n(249))/9)+-parseInt(n(211))/10*(-parseInt(n(214))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class qi extends t.Plugin{static get[Wi(221)](){return[Ys.ShiftEnter]}[Wi(229)](){const t=Wi,e=this[t(248)],n=e[t(247)][t(218)](t(239));n[t(244)](t(238)),e[t(212)][t(251)].on(t(216),Xi(e),{priority:t(236)}),e[t(212)][t(251)].on(t(204),Xi(e),{priority:t(236)}),e[t(200)][t(251)].on(t(230),((n,r,s)=>{const o=t;s[o(215)][o(203)]&&Xi(e,{showActiveMarker:!1})(n,r,s)})),n[t(206)][t(234)](t(222),(n=>zr(e[t(205)],t(226),n)))}}function Xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(247)][o(218)](o(239));if(!s[o(213)][o(210)](r[o(237)],n[o(219)]))return;const a=t[o(227)];for(const t of r[o(237)][o(250)]()){if(!t.is(o(207),o(222)))continue;const n=o(232)==r[o(242)][o(220)](":")[1]?o(228):o(220),c=s[o(196)][o(245)](o(241),{class:o(208)+n}),u=s[o(217)][o(202)](a[o(231)](t));e&&i[o(195)][o(201)](r[o(242)])&&s[o(196)][o(246)](o(198),c),s[o(196)][o(199)](u,c),s[o(217)][o(235)](c,r[o(242)])}}}function Zi(){const t=["editor","192897GVOcKw","getItems","downcastDispatcher","activeMarkers","writer","34605duBmJK","ck-suggestion-marker--active","insert","data","includes","toViewPosition","showSuggestionHighlights","addMarker:suggestion:deletion","locale","descriptionFactory","element","ck-suggestion-marker-","893736pyowLS","test","10bkHmfk","editing","consumable","44386386uwRxem","options","addMarker:suggestion:insertion","mapper","get","name","split","requires","softBreak","9878176bRywoO","2vLWNHn","240aDsSDY","ELEMENT_LINE_BREAK","model","merge","init","addMarker:suggestion","createPositionBefore","deletion","76pnDjdH","registerElementLabel","bindElementToMarker","high","markerRange","shiftEnter","TrackChangesEditing","3419088FLpxBG","span","markerName","3448446EQZXnL","enableCommand","createUIElement","addClass","plugins"];return(Zi=function(){return t})()}const Yi=Qi;function Ji(){const t=["8WzlPbN","registerDescriptionCallback","descriptionFactory","change","isCollapsed","restrictedEditingException","has","1579815oaofao","commands","enableCommand","FORMAT_RESTRICTED_DISABLED","5158503oCbzvp","locale","formatBlock","markInlineFormat","format","type","getRanges","StandardEditingModeEditing","commandParams","get","6wcxCrE","2267496aDcaCS","model","formatInline","afterInit","plugins","commandName","document","159329HeQdWV","284056KLWMbV","2676150icfPqd","value","selection","3oIyjFZ","FORMAT_RESTRICTED_ENABLED","editor","forceValue","from","TrackChangesEditing","4703070ktimHR"];return(Ji=function(){return t})()}function Qi(t,e){const n=Ji();return(Qi=function(t,e){return n[t-=448]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(300607===parseInt(n(488))/1*(-parseInt(n(480))/2)+parseInt(n(452))/3*(-parseInt(n(448))/4)+-parseInt(n(466))/5+parseInt(n(449))/6+-parseInt(n(481))/7+-parseInt(n(459))/8*(-parseInt(n(470))/9)+parseInt(n(458))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Yi(484)](){const t=Yi,e=this[t(454)],n=e[t(482)],r=e[t(471)];if(!e[t(485)][t(465)](t(477)))return;const s=e[t(485)][t(479)](t(457)),o=t(464),i=e[t(467)][t(479)](o);s[t(468)](o,((e,r={})=>{const a=t,c=n[a(487)][a(451)];if(c[a(463)])return void e(r);const u=void 0!==r[a(455)]?r[a(455)]:!i[a(450)];n[a(462)]((()=>{const t=a,e=Array[t(456)](c[t(476)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(473)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(461)][t(460)]((e=>{const n=t;if(n(472)!=e[n(475)]&&n(483)!=e[n(475)])return;const{data:s}=e;return s&&s[n(486)]==o?s[n(478)][0][n(455)]?{type:n(474),content:zr(r,n(453))}:{type:n(474),content:zr(r,n(469))}:void 0}))}}const ta=na;function ea(){const t=["formatInline","StyleUtils","has","descriptionFactory","*Set format:* %0","enableDefaultAttributesIntegration","add","TrackChangesEditing","FORMAT_STYLE","GeneralHtmlSupport","type","block","definitions","381hQWVSQ","get","element","afterInit","registerDescriptionCallback","forceValue","1607520jdaMRn","getGhsAttributeNameForElement","2433808OSoqCv","normalizeConfig","toLowerCase","inline","styleName","registerAttributeLabel","Style","2683443YvNkUx","*Remove format:* %0","style","5nihDYA","plugins","1770CgYlyi","65396tIRrLh","1048617tLkUMu","_registerLegacyDescription","DataSchema","locale","registerBlockAttribute","editor","format","149308sOpfaS","commandName","commandParams","ghsAttributes","registerInlineAttribute","config","formatBlock"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=355]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(284746===-parseInt(n(402))/1+parseInt(n(393))/2*(parseInt(n(373))/3)+-parseInt(n(394))/4*(-parseInt(n(391))/5)+parseInt(n(379))/6+-parseInt(n(388))/7+parseInt(n(381))/8+parseInt(n(395))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[ta(376)](){const t=ta,e=this[t(400)];if(!e[t(392)][t(362)](t(387))||!e[t(392)][t(362)](t(397)))return;const n=e[t(392)][t(374)](t(367)),r=e[t(398)],s=e[t(358)][t(374)](t(390))||{},o=e[t(392)][t(374)](t(369)),i=e[t(392)][t(374)](t(361))[t(382)](e[t(392)][t(374)](t(397)),s[t(372)]);n[t(365)](t(390));const a=new Set;for(const e of i[t(371)]){const n=o[t(380)](e[t(375)]);a[t(366)](n)}const c=new Set;for(const e of i[t(384)]){const n=o[t(380)](e[t(375)]);c[t(366)](n);for(const n of e[t(356)])c[t(366)](n)}for(const e of a)n[t(399)](e),n[t(363)][t(386)](e,zr(r,t(368)));for(const e of c)n[t(357)](e),n[t(363)][t(386)](e,zr(r,t(368)));this[t(396)]()}[ta(396)](){const t=ta,e=this[t(400)],n=e[t(398)];e[t(392)][t(374)](t(367))[t(363)][t(377)]((e=>{const r=t;if(r(359)!=e[r(370)]&&r(360)!=e[r(370)])return;const{data:s}=e;return s&&r(390)===s[r(403)]?s[r(355)][0][r(378)]?{type:r(401),content:zr(n,r(364),s[r(355)][0][r(385)][r(383)]())}:{type:r(401),content:zr(n,r(389),s[r(355)][0][r(385)][r(383)]())}:void 0}))}}const sa=ia;function oa(){const t=["tableColumn","afterInit","_splitMarkerName","insertion","insertTableColumnLeft","writer","colspan","getFirstRange","differ","maxRow","getSelectionAffectedTableCells","suggestion","last","nodeBefore","add","createTableWalker","fromRange","getChildren","2036WIeQDn","forceValue","_getSuggestionCoords","some","discard","2036418zTqatY","TrackChangesEditing","data","max","minRow","getContainedElement","oldRange","1dVOkYq","includes","*Remove:* %0","addRange","filter","insertTable","5754336qcWjAr","1014885kuXqBZ","isIntersecting","getSuggestion","descriptionFactory","_tablePostFixingSubtypes","ELEMENT_TABLE","ELEMENT_TABLE_COLUMN","findAncestor","classes","isTouching","change:data","$textProxy","removeClass","_tableSuggestions","showSuggestionHighlights","5365514purdYV","tablePaste","values","startsWith","every","_acceptFormatSuggestionCallbackFactory","registerElementLabel","map","createRangeOn","length","4385lgjgCi","low","removeTableRow","removeTableColumn","getChangedMarkers","locale","insertTableRowAbove","MIN_SAFE_INTEGER","end","rowspan","getCellLocation","span","isEqual","accept","insertTableColumnRight","ELEMENT_TABLE_ROW","change","plugins","registerPostFixer","toLowerCase","getColumnIndexes","table","enableCommand","cell","getAttribute","setSelection","options","from","registerDescriptionCallback","getRanges","getRowIndexes","element","10UeWZIF","position","get","execute","selection","model","document","addClass","insert","isIntersectingWithRange","batch","ELEMENT_TABLE_COLUMN_WITH_TEXT","left","$graveyard","min","maxColumn","markMultiRangeInsertion","minColumn","_suggestionFactory","markMultiRangeDeletion","first","refresh","subType","detach","highest","isInContent","TableEditing","rootName","*Insert:* %0","editor","commands","name","above","substr","TableUtils","366454AzunzD","_getCoordsForCells","createPositionAt","15006IdnjwB","selectTableColumn","mapper","_setupColumnsRowsFixing","deletion","selectTableRow","tableRow","start","getItems","ELEMENT_TABLE_WITH_TEXT","getChanges","type","push","join","addMarker:suggestion","root","downcastDispatcher","MAX_SAFE_INTEGER","createRangeIn","order","has","insertTableRowBelow","item","tableCell","toViewElement","registerCustomCallback","hasAttribute","nodeAfter","isArray","enqueueChange","ELEMENT_TABLE_ROW_WITH_TEXT"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=459]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(654086===parseInt(n(472))/1*(parseInt(n(571))/2)+-parseInt(n(465))/3+-parseInt(n(460))/4*(parseInt(n(504))/5)+-parseInt(n(574))/6+parseInt(n(494))/7+parseInt(n(478))/8+-parseInt(n(479))/9*(-parseInt(n(536))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(483)]=[e(580),e(605)],this[e(492)]=new Set}[sa(606)](){const t=sa,e=this[t(565)],n=e[t(541)][t(542)][t(540)];if(!e[t(521)][t(594)](t(562)))return;const r=e[t(509)],s=e[t(521)][t(538)](t(466)),o=e[t(521)][t(538)](t(570));s[t(482)][t(500)](t(525),(e=>zr(r,t(484),e))),this[t(577)](),s[t(526)](t(477)),s[t(526)](t(579)),s[t(526)](t(575));for(const r of[t(510),t(595)]){const i=e[t(566)][t(538)](r);s[t(526)](r,(r=>{const a=t;e[a(541)][a(520)]((t=>{const e=a;r();const c=e(568)===i[e(593)],u=o[e(615)](n),l=o[e(534)](u),f=c?l[e(556)]-1:l[e(617)]+1,h=u[0][e(486)](e(525)),g=o[e(620)](h,{startRow:f,endRow:f}),d=Array[e(531)](g)[e(501)]((n=>t[e(502)](n[e(527)])));s[e(552)](d,e(580))}))}))}for(const r of[t(609),t(518)]){const i=e[t(566)][t(538)](r);s[t(526)](r,(r=>{const a=t;e[a(541)][a(520)]((t=>{const e=a;r();const c=e(548)===i[e(593)],u=o[e(615)](n),l=o[e(524)](u),f=c?l[e(556)]-1:l[e(617)]+1,h=u[0][e(486)](e(525)),g=o[e(620)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(531)](g)[e(501)]((n=>t[e(502)](n[e(527)])));s[e(552)](d,e(605))}))}))}for(const r of[t(506),t(507)]){const i=r[t(569)](11),a=i[t(523)](),c=a[t(569)](0,3)+t(515),u=t(525)+i,l=t(550)+i,f=t(468)+i;s[t(526)](r,(()=>{const i=t;e[i(541)][i(520)]((t=>{const e=i,h=o[e(615)](n),g=h[0][e(486)](e(525));let d;if(e(506)==r){const t=o[e(534)](h);d={startRow:t[e(556)],endRow:t[e(617)],includeAllSlots:!0}}else{const t=o[e(524)](h);d={startColumn:t[e(556)],endColumn:t[e(617)],includeAllSlots:!0}}const p=o[e(620)](g,d),m=Array[e(531)](p)[e(501)]((({cell:t})=>t)),I=ca(m[e(476)]((t=>t[e(600)](c)))),E=ca(m[e(476)]((t=>!t[e(600)](c))))[e(501)]((n=>t[e(502)](n))),b=s[e(555)](E,u);if(b&&(e(580)==b[e(558)]||e(605)==b[e(558)])){const n=this[e(462)](b);for(const r of I){const s=t[e(502)](r),i=o[e(514)](r),u=r[e(528)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(475)](s)}}}))}))}function c(r){const s=t,o=Array[s(531)](n[s(533)]())[s(501)]((t=>i.LiveRange[s(621)](t)));e[s(541)][s(520)]((t=>{const n=s,i=t[n(546)];r=r[n(476)]((t=>n(549)!=t[n(589)][n(563)])),t[n(529)](r),e[n(566)][n(538)](n(506))[n(557)](),e[n(539)](n(506),{forceDefaultExecution:!0}),e[n(541)][n(603)]((()=>{const t=n;e[t(541)][t(603)](i,(e=>{const n=t,r=o[n(476)]((t=>n(549)!=t[n(589)][n(563)]));r[n(503)]>0&&e[n(529)](r);for(const t of o)t[n(559)]()}))}))}))}function u(r){const s=t;e[s(541)][s(520)]((t=>{const o=s,a=Array[o(531)](n[o(533)]())[o(501)]((t=>i.LiveRange[o(621)](t))),c=[];for(const t of r)for(const e of t[o(582)]({shallow:!0}))c[o(586)](e);for(const n of c)o(549)!=n[o(589)][o(563)]&&(t[o(529)](t[o(573)](n,0)),e[o(566)][o(538)](o(507))[o(557)](),e[o(539)](o(507),{forceDefaultExecution:!0}));const u=a[o(476)]((t=>o(549)!=t[o(589)][o(563)]));u[o(503)]>0&&t[o(529)](u);for(const t of a)t[o(559)]()}))}function l(e,n){const r=t;return n[r(498)]((t=>e[r(463)]((e=>e[r(512)][r(516)](t[r(581)])||t[r(512)][r(516)](e[r(581)])))))}function f(e,n){const r=t;return!e[r(463)]((t=>n[r(463)]((e=>t[r(480)](e)))))&&e[r(463)]((t=>n[r(463)]((e=>t[r(512)][r(488)](e[r(581)])))))}e[t(467)][t(590)].on(t(588),((e,n,r)=>{const s=t;if(!r[s(530)][s(493)])return;const o=n[s(596)];if(!o)return;const i=r[s(576)][s(598)](o);function c(t){return Array[s(602)](t)?t:[t]}i&&s(597)===o[s(567)]&&(0,a.setHighlightHandling)(i,r[s(610)],((t,e,n)=>n[s(543)](c(e[s(487)]),t)),((t,e,n)=>n[s(491)](c(e[s(487)]),t)))}),{priority:t(560)}),s[t(482)][t(532)]((e=>{const n=t;if(n(608)!=e[n(585)]&&n(578)!=e[n(585)])return;const s=e[n(470)]();if(null!=s&&s.is(n(535),n(525))){if(n(608)==e[n(585)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)]));if(t[n(503)])return{type:n(608),content:zr(r,n(564),zr(r,n(583),'"'+t[n(587)](" ")+'"'))}}if(n(578)==e[n(585)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)]));if(t[n(503)])return{type:n(578),content:zr(r,n(474),zr(r,n(583),'"'+t[n(587)](" ")+'"'))}}}})),s[t(482)][t(532)]((e=>{const n=t;if(n(580)==e[n(558)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)])),s=this[n(462)](e),o=s[n(614)]-s[n(469)]+1;if(n(608)==e[n(585)])return t[n(503)]?{type:n(608),content:zr(r,n(564),zr(r,n(604),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(608),content:zr(r,n(564),zr(r,n(519),o))};if(n(578)==e[n(585)])return t[n(503)]?{type:n(578),content:zr(r,n(474),zr(r,n(604),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(578),content:zr(r,n(474),zr(r,n(519),o))}}if(n(605)==e[n(558)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)])),s=this[n(462)](e),o=s[n(551)]-s[n(553)]+1;if(n(608)==e[n(585)])return t[n(503)]?{type:n(608),content:zr(r,n(564),zr(r,n(547),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(608),content:zr(r,n(564),zr(r,n(485),o))};if(n(578)==e[n(585)])return t[n(503)]?{type:n(578),content:zr(r,n(474),zr(r,n(547),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(578),content:zr(r,n(474),zr(r,n(485),o))}}})),s[t(554)][t(599)](t(608),t(580),t(464),c),s[t(554)][t(599)](t(578),t(580),t(517),c),s[t(554)][t(599)](t(608),t(605),t(464),u),s[t(554)][t(599)](t(578),t(605),t(517),u),s[t(554)][t(599)](t(608),t(605),t(587),l),s[t(554)][t(599)](t(578),t(605),t(587),l),s[t(554)][t(599)](t(608),t(580),t(587),f),s[t(554)][t(599)](t(578),t(580),t(587),f)}[sa(499)](){const t=sa,e=this[t(565)],n=e[t(541)][t(542)][t(540)];return(r,s)=>{const o=t;e[o(541)][o(520)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(512)][a(618)];u&&u[0]&&!1===u[0][a(461)]&&(l=r[0][a(581)][a(601)]);const f=t[a(592)](l);if(a(549)==f[a(589)][a(563)])return;const h=Array[a(531)](n[a(533)]())[a(501)]((t=>i.LiveRange[a(621)](t)));t[a(529)](f),e[a(566)][a(538)](c)[a(557)](),u[a(586)]({forceDefaultExecution:!0}),e[a(539)](c,...u);const g=h[a(476)]((t=>a(549)!=t[a(589)][a(563)]));g[a(503)]>0&&t[a(529)](g);for(const t of h)t[a(559)]()}))}}[sa(572)](t){const e=sa,n=this[e(565)][e(521)][e(538)](e(570));let r=Number[e(591)],s=Number[e(511)],o=Number[e(591)],i=Number[e(511)];for(const a of t){if(e(549)==a[e(589)][e(563)])continue;const{row:t,column:c}=n[e(514)](a),u=a[e(600)](e(513))?a[e(528)](e(513))-1:0,l=a[e(600)](e(611))?a[e(528)](e(611))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(577)](){const t=sa,e=this[t(565)],n=e[t(521)][t(538)](t(466)),r=e[t(521)][t(538)](t(570));e[t(541)][t(542)].on(t(489),(()=>{const r=t,s=Array[r(531)](e[r(541)][r(542)][r(613)][r(508)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(607)](t);if(r(616)!=s)continue;if(null!=e[r(471)])continue;const a=n[r(481)](o);this[r(483)][r(473)](i)&&this[r(492)][r(619)](a)}}),{priority:t(505)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(502)](e),a=e[s(486)](s(525)),c=r[s(514)](e);for(const t of this[s(492)]){const n=t[s(558)],r=n[s(497)](s(495)),u=n[s(569)](r?10:5),l=u[s(523)](),f=l[s(569)](0,3)+s(515),h=s(550)+u,g=s(468)+u;if(!t[s(561)])continue;if(a!=t[s(612)]()[s(581)][s(486)](s(525)))continue;if(t[s(545)](i))continue;const d=e[s(600)](f)?e[s(528)](f)-1:0,p=this[s(462)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(475)](i),o=!0)}return o};e[t(541)][t(542)][t(522)]((n=>{const r=t;let o=!1;for(const t of e[r(541)][r(542)][r(613)][r(584)]())if(r(544)==t[r(585)])if(r(580)==t[r(567)])for(const e of t[r(537)][r(601)][r(459)]())o=o||s(e,n);else r(597)==t[r(567)]&&(o=o||s(t[r(537)][r(601)],n));return o}))}[sa(462)](t){const e=sa;return this[e(572)](t[e(533)]()[e(501)]((t=>t[e(581)][e(601)])))}}function ca(t){const e=sa;return Array[e(531)](new Set(t)[e(496)]())}function ua(t,e){const n=la();return(ua=function(t,e){return n[t-=337]})(t,e)}function la(){const t=["afterInit","size","root","editor","table","335tFveGE","detach","map","registerDescriptionCallback","format","4332HlWKeQ","refresh","element","cell","formatInline","_acceptFormatSuggestionCallbackFactory","horizontally","author","121381dPgUyX","requires","fromRange","tableCell","5830puBYHc","mergeTableCells","subType","commands","descriptionFactory","isInContent","value","model","1390pPlXba","*Split cell:* horizontally","add","7KNKzOB","TableUtils","direction","setSelection","document","selection","5972gkjWVu","find","get","_tablePostFixingSubtypes","forceDefaultExecution","deletion","1267006InpuPQ","filter","12258198WOBjiv","low","getAncestors","commandName","mergeTableCellRight","markBlockFormat","plugins","length","registerCustomCallback","splitTableCellVertically","enableCommand","change","accept","push","stop","has","splitTableCellHorizontally","getFirstPosition","rootName","4718658oUWjdU","isEnabled","containsRange","2055801llRlWt","$graveyard","_isForcedDefaultExecutionBlock","highest","markMultiRangeBlockFormat","from","trackChanges","TrackChangesEditing","getRanges","*Merge cells*","execute","getCellLocation","getSuggestions","TableEditing","mergeTableCellLeft","getSelectionAffectedTableCells","return","formatBlock","*Split cell:* vertically","8DGTNuA","mergeTableCellDown","createRangeOn","locale","findAncestor","type","createTableWalker","2gJCLiQ","set:isEnabled","_suggestionFactory","_areSelectedCellsMergable","mergeTableCellUp","insertion","_areMergableCells"];return(la=function(){return t})()}const fa=ua;!function(t,e){const n=ua,r=t();for(;;)try{if(703720===-parseInt(n(399))/1*(-parseInt(n(349))/2)+parseInt(n(373))/3+parseInt(n(343))/4*(-parseInt(n(411))/5)+-parseInt(n(370))/6*(-parseInt(n(337))/7)+-parseInt(n(392))/8*(-parseInt(n(351))/9)+parseInt(n(436))/10*(parseInt(n(428))/11)+parseInt(n(416))/12*(-parseInt(n(424))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[fa(425)](){return[aa]}[fa(406)](){const t=fa,e=this[t(409)],n=e[t(435)][t(341)][t(342)],r=e[t(395)];if(!e[t(357)][t(366)](t(386)))return;const s=e[t(357)][t(345)](t(380)),o=e[t(357)][t(345)](t(338)),a=e[t(357)][t(345)](aa);a[t(346)][t(364)](t(429)),s[t(361)](t(429),(()=>{const n=t,r=o[n(388)](e[n(435)][n(341)][n(342)]);e[n(435)][n(362)]((()=>{const t=n;s[t(377)](r,{commandName:t(429),commandParams:[]},[],t(429))}))})),e[t(431)][t(345)](t(429)).on(t(383),((n,r)=>{const o=t;e[o(431)][o(345)](o(379))[o(434)]&&(r[o(358)]>0&&r[r[o(358)]-1]&&r[r[o(358)]-1][o(347)]||s[o(375)]||this[o(402)]()||n[o(365)]())}),{priority:t(376)});for(const n of[t(403),t(355),t(393),t(387)]){const r=e[t(431)][t(345)](n);s[t(361)](n,(()=>{const n=t,o=e[n(435)][n(341)][n(342)][n(368)]()[n(353)]()[n(344)]((t=>t.is(n(418),n(427)))),i=r[n(434)];e[n(435)][n(362)]((()=>{const t=n;s[t(377)]([o,i],{commandName:t(429),commandParams:[]},[],t(429))}))}))}for(const n of[t(360),t(367)]){const r=e[t(431)][t(345)](n);s[t(361)](n,(()=>{const i=t,a=o[i(388)](e[i(435)][i(341)][i(342)])[0],c=a[i(396)](i(410)),{column:u,row:l}=o[i(384)](a);let f=[];if(i(422)==r[i(339)]){const t=o[i(398)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(378)](t)[i(413)]((t=>t[i(419)]))}else{const t=o[i(398)](c,{column:u,includeAllSlots:!0});f=Array[i(378)](t)[i(413)]((t=>t[i(419)]))}e[i(435)][i(362)]((t=>{const e=i;s[e(356)](t[e(394)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(432)][t(414)]((e=>{const n=t;if(n(390)!=e[n(397)]&&n(420)!=e[n(397)])return;const{data:s}=e;return s&&n(429)==s[n(354)]?{type:n(415),content:zr(r,n(382))}:void 0})),s[t(432)][t(414)]((e=>{const n=t;if(n(390)!=e[n(397)]&&n(420)!=e[n(397)])return;const{data:s}=e;return s?n(360)==s[n(354)]?{type:n(415),content:zr(r,n(391))}:n(367)==s[n(354)]?{type:n(415),content:zr(r,n(437))}:void 0:void 0}));const c=a[t(421)]();for(const e of[t(403),t(355),t(393),t(387)])s[t(401)][t(359)](t(390),e,t(363),c);for(const e of[t(360),t(367)])s[t(401)][t(359)](t(390),e,t(363),c);s[t(401)][t(359)](t(390),t(429),t(363),(r=>{const s=t;e[s(435)][s(362)]((t=>{const o=s,a=Array[o(378)](n[o(381)]())[o(413)]((t=>i.LiveRange[o(426)](t)));t[o(340)](r),e[o(431)][o(345)](o(429))[o(417)](),e[o(383)](o(429),{forceDefaultExecution:!0});const c=a[o(350)]((t=>o(374)!=t[o(408)][o(369)]));c[o(358)]>0&&t[o(340)](c);for(const t of a)t[o(412)]()}))}));for(const n of[t(403),t(393),t(387),t(355)]){const r=e[t(431)][t(345)](n);r.on(t(400),((n,s,o)=>{const i=t;if(o){const t=e[i(435)][i(341)][i(342)][i(368)]()[i(353)]()[i(344)]((t=>t.is(i(418),i(427))));this[i(405)](r[i(434)],t)||(n[i(389)]=!1,n[i(365)]())}}),{priority:t(352)})}}[fa(402)](){const t=fa,e=this[t(409)][t(431)][t(345)](t(429)),n=this[t(409)][t(357)][t(345)](t(338));if(!e[t(371)])return!1;const r=n[t(388)](this[t(409)][t(435)][t(341)][t(342)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(405)](e,n))return!1;return!0}[fa(405)](t,e){const n=fa,r=this[n(409)][n(357)][n(345)](n(380)),s=this[n(409)][n(435)][n(394)](t),o=this[n(409)][n(435)][n(394)](e),i=new Set,a=new Set;for(const t of r[n(385)]())if((n(404)==t[n(397)]||n(348)==t[n(397)]||n(429)==t[n(430)])&&t[n(433)])for(const e of t[n(381)]())e[n(372)](s,!0)&&i[n(438)](t[n(397)]+":"+t[n(423)].id),e[n(372)](o,!0)&&a[n(438)](t[n(397)]+":"+t[n(423)].id);if(i[n(407)]!=a[n(407)])return!1;for(const t of i)if(!a[n(366)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=411]})(t,e)}function pa(){const t=["end","activeMarkers","data-suggestion","715334GVczqz","setAttribute","getCellLocation","data","forceValue","bindElementToMarker","_suggestionFactory","options","stop","removeMarker:suggestion","FORMAT_REGULAR_ROW","markerRange","FORMAT_HEADER_COLUMN","downcastDispatcher","registerCustomCallback","locale","createTableWalker","mapper","getSuggestion","8177PCMxZS","registerBlockAttribute","editor","6DCEsXh","_registerLegacyDescription","cell","includes","requires","612965dSbCzL","writer","markerNameToElements","setTableColumnHeader","FORMAT_REGULAR_COLUMN","TableEditing","nodeBefore","TrackChangesEditing","consume","_splitMarkerName","afterInit","editing","headingRows","type","TableUtils","ck-suggestion-marker--active","845808rbBaNP","headingColumns","name","consumable","35fmbVkz","formatBlock","start","commandName","_acceptFormatSuggestionCallbackFactory","toViewElement","removeAttribute","plugins","item","parent","accept","*Format:* %0","4660VrHHKy","FORMAT_HEADER_ROW","37103ktvzPW","showSuggestionHighlights","highest","nodeAfter","removeClass","registerDescriptionCallback","has","addMarker:suggestion","markerName","ck-suggestion-marker-","get","7879552XrraBq","descriptionFactory","commandParams","_handleLegacySuggestions","369762AUkiwW","addClass","setTableRowHeader","unbindElementFromMarkerName","enableDefaultAttributesIntegration","9HRQBOF","registerAttributeLabel","format"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(505543===-parseInt(n(447))/1+parseInt(n(428))/2*(-parseInt(n(450))/3)+parseInt(n(471))/4+parseInt(n(455))/5+-parseInt(n(417))/6*(-parseInt(n(475))/7)+-parseInt(n(413))/8*(parseInt(n(422))/9)+parseInt(n(487))/10*(parseInt(n(489))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(454)](){return[aa]}[ga(465)](){const t=ga,e=this[t(449)];if(!e[t(482)][t(495)](t(460)))return;const n=e[t(443)],r=e[t(482)][t(412)](t(462));r[t(421)](t(419)),r[t(421)](t(458)),r[t(448)](t(467)),r[t(448)](t(472)),r[t(414)][t(423)](t(467),zr(n,t(488))),r[t(414)][t(423)](t(472),zr(n,t(440))),this[t(416)]()}[ga(416)](){const t=ga,e=this[t(449)][t(482)][t(412)](t(462)),n=this[t(449)][t(482)][t(412)](t(469)),r=this[t(449)][t(482)][t(412)](aa)[t(479)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(464)](o[a(497)]),l=e[a(446)](u),f=l[a(431)];if(a(476)!=l[a(468)]||!f||a(458)!=f[a(478)])return;if(o[a(483)])return void s[a(436)]();if(!i[a(474)][a(463)](o[a(439)],s[a(473)]))return;const h=o[a(439)][a(477)][a(492)],g=o[a(439)][a(425)][a(461)],d=h[a(484)][a(484)],{column:p}=n[a(430)](h),{column:m}=n[a(430)](g);for(let s=p;s<=m;s++){const l=n[a(444)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(452)],l=i[a(445)][a(480)](s);i[a(456)][a(418)](a(411)+c,l),r&&i[a(456)][a(429)](a(427),u,l),i[a(445)][a(433)](l,o[a(497)]),t&&(e[a(426)][a(453)](o[a(497)])?i[a(456)][a(418)](a(470),l):i[a(456)][a(493)](a(470),l))}}}}e[t(434)][t(442)](t(476),t(419),t(485),r),e[t(434)][t(442)](t(476),t(458),t(485),r),this[t(449)][t(466)][t(441)].on(t(496),s(),{priority:t(491)}),this[t(449)][t(431)][t(441)].on(t(496),((e,n,r)=>{const o=t;r[o(435)][o(490)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(491)}),this[t(449)][t(466)][t(441)].on(t(437),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(464)](r[o(497)]),c=e[o(446)](a),u=c[o(431)];if(o(476)!=c[o(468)]||!u||o(458)!=u[o(478)])return;const l=s[o(445)][o(457)](r[o(497)]);if(l)for(const t of l)s[o(456)][o(493)](o(411)+i,t),s[o(456)][o(493)](o(470),t),s[o(456)][o(481)](o(427),t),s[o(445)][o(420)](t,r[o(497)])}),{priority:t(491)}),this[t(451)]()}[ga(451)](){const t=ga,e=this[t(449)],n=e[t(443)];function r(e){const r=t;return{type:r(424),content:zr(n,r(486),e)}}e[t(482)][t(412)](t(462))[t(414)][t(494)]((e=>{const s=t;if(s(476)!=e[s(468)])return;const{data:o}=e;if(o){if(s(419)==o[s(478)]){const t=o[s(415)][0][s(432)];return r(zr(n,s(t?488:438)))}if(s(458)==o[s(478)]){const t=o[s(415)][0][s(432)];return r(zr(n,s(t?440:459)))}}}))}}const Ia=Ea;function Ea(t,e){const n=Aa();return(Ea=function(t,e){return n[t-=317]})(t,e)}!function(t,e){const n=Ea,r=t();for(;;)try{if(698406===-parseInt(n(445))/1+parseInt(n(505))/2+-parseInt(n(346))/3+parseInt(n(474))/4+-parseInt(n(321))/5*(parseInt(n(490))/6)+-parseInt(n(483))/7*(parseInt(n(340))/8)+-parseInt(n(322))/9*(-parseInt(n(511))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);const ba=[Ia(318),Ia(492),Ia(390),Ia(484),Ia(339),Ia(436),Ia(504)],Ta=Object[Ia(415)](ba[Ia(337)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(359)](){return[aa]}[Ia(386)](){const t=Ia,n=this[t(449)];if(!n[t(433)][t(429)](t(402)))return;const r=n[t(433)][t(372)](t(464)),s=n[t(433)][t(372)](t(488)),o=n[t(433)][t(372)](aa),a=n[t(433)][t(372)](t(402));o[t(400)][t(334)](t(446),t(384)),n[t(475)][t(396)][t(515)](t(317),{allowIn:t(438),allowContentOf:t(438),isLimit:!0}),n[t(378)][t(350)]({model:t(317),view:t(418)});let c=null;n[t(475)].on(t(341),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(329)]-1];h&&h[u(349)]||r[u(521)]||this[u(449)][u(374)][u(372)](u(377))[u(493)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(461)))return!1;const i=s[o(382)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(520)](n[o(323)][o(365)]);if(!a[o(329)])return!1;const c=a[0][o(391)](o(331)),l=r[o(406)](a),f=r[o(512)](a),h={startRow:l[o(416)],endRow:l[o(476)],startColumn:f[o(416)],endColumn:f[o(476)]};return 1==a[o(329)]&&(h[o(405)]+=r[o(357)](i)-1,h[o(362)]+=r[o(353)](i)-1),ka(c,h,r)}(l,f,n[u(475)],s,a)&&(o[u(409)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(475)][u(471)]((()=>{const t=u;n[t(475)][t(341)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(329)]&&r[t(422)](o,t(446),{tablePasteChainId:s}),a[t(329)]&&r[t(422)](a,t(384),{tablePasteChainId:s}),l[t(329)]&&(r[t(422)](l,t(482),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(459)]((e=>{const n=t;var r;return null===(r=e[n(371)])||void 0===r?void 0:r[n(460)](e)}))),f[t(329)]&&(r[t(342)](f,t(482),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(459)]((e=>{const n=t;var r;return null===(r=e[n(371)])||void 0===r?void 0:r[n(460)](e)})));const g=r[t(487)](h[t(337)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(366),{tablePasteChainId:s});if(g){const e=g[t(325)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(475)][t(502)](s),a=e[t(403)]((e=>e[t(440)]()[t(468)](i)));a&&r[t(334)]([a[t(404)],o])}r[t(329)]&&g[t(480)](t(354),Object[t(415)](r))}c=null})))}),{priority:e.priorities[t(326)]+10}),n[t(433)][t(372)](t(402)).on(t(412),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(409)]();const u=s[r(501)],l=o,f=ya(u),h=ya(l);e[r(441)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(508)](u[r(379)](0));for(const t of Array[r(423)](l[r(503)]()))a[r(506)](t,u,r(375));const t=c[r(426)][r(373)](s[r(385)]),e=c[r(509)][r(373)](s[r(494)]);t||e||(g=i.LiveRange[r(470)](a[r(439)](u)))}else h&&!f&&(d=a[r(439)](u));else{const t=a[r(351)](r(317)),e=a[r(351)](r(317));a[r(469)](a[r(439)](u),e),a[r(506)](t,u,0);for(const e of Array[r(423)](l[r(503)]()))a[r(506)](e,t,r(375));g=i.LiveRange[r(470)](a[r(502)](t)),d=i.LiveRange[r(470)](a[r(502)](e))}const p=Array[r(423)](l[r(465)]())[r(478)]((([t])=>ba[r(373)](t)));c[r(398)][r(334)]({element:u,attributes:p[r(329)]?Object[r(415)](p):null}),g&&c[r(320)][r(334)](g),d&&c[r(435)][r(334)](d)}),{priority:t(326)}),s.on(t(495),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(466)]||1;c[o(509)]=new Array(l)[o(489)](u)[o(337)](((t,e)=>t+e));for(const{cell:t}of s[o(432)](i,{startColumn:u,endColumn:u+l-1}))c[o(394)][o(334)](n[o(475)][o(502)](t))}),{priority:t(335)}),s.on(t(381),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(479)]||1;c[o(426)]=new Array(l)[o(489)](u)[o(337)](((t,e)=>t+e));for(const{cell:t}of s[o(432)](i,{startRow:u,endRow:u+l-1}))c[o(417)][o(334)](n[o(475)][o(502)](t))}),{priority:t(335)}),r[t(380)][t(507)]((e=>{const r=t;if(e[r(500)]&&e[r(500)][r(457)](r(482)))return e[r(443)]?{}:{type:r(430),content:zr(n[r(427)],r(462))}}));const u=()=>!1;for(const e of[t(482),t(384),t(446),t(366)])r[t(458)][t(356)](t(430),e,t(343),u),r[t(458)][t(356)](t(450),e,t(343),u),r[t(458)][t(356)](t(448),e,t(343),u);r[t(458)][t(356)](t(448),t(366),t(420),u),r[t(458)][t(356)](t(448),t(366),t(360),((e,r,s)=>{const o=t,i=e[o(337)]((t=>t[o(467)]()))[o(478)]((t=>t)),a=new Map(i[o(337)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(398)])e&&a[o(477)](t,e);else if(s&&s[o(354)])for(const[t,e]of Object[o(395)](s[o(354)])){const r=n[o(475)][o(496)][o(372)](t),s=r?r[o(440)]()[o(467)]():null;s&&a[o(477)](s,e)}n[o(475)][o(471)]((t=>{const e=o;for(const[n,r]of a)t[e(344)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(458)][o(356)](e,o(482),s,((t,i,a)=>{const c=o;n[c(475)][c(471)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(491)][o(328)];t.is(o(434),o(317))&&u[o(334)](t)}r[o(458)][o(368)](e,null,s)(t,i,a);for(const t of u)o(387)!=t[o(347)][o(437)]&&n[o(424)](t)}))}))};l(t(430),t(360)),l(t(430),t(420)),l(t(450),t(360)),l(t(450),t(420)),r[t(458)][t(356)](t(430),t(446),t(420),(e=>{const n=t,r=e[n(337)]((t=>t[n(467)]())),i=r[0][n(391)](n(331)),{minRow:a,maxRow:c}=o[n(389)](r);s[n(408)](i,{at:a,rows:c-a+1})})),r[t(458)][t(356)](t(430),t(384),t(420),(e=>{const n=t,r=e[n(337)]((t=>t[n(467)]())),i=r[0][n(391)](n(331)),{minColumn:a,maxColumn:c}=o[n(389)](r);s[n(345)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(500)]||!n[s(500)][s(457)](s(482)))return;const o=n[s(425)][s(364)],i=r[s(514)]()[s(478)]((t=>t[s(413)]&&t[s(425)]&&t[s(425)][s(364)]==o));i[s(329)]&&n[s(336)]()[s(329)]!=i[s(329)]&&i[s(399)](((t,e)=>(t[s(393)]=e,e[s(443)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(444)](e[s(456)]),i=[s(411),s(516)],a=r[s(454)][s(373)](e[s(456)]);return a&&i[s(334)](s(367)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(421),f,{priority:t(326)}),r.on(t(510),f,{priority:t(326)}),n[t(475)][t(323)][t(486)]((()=>{const e=t;let s=!1;const o=Array[e(423)](n[e(475)][e(323)][e(369)][e(497)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(444)](t);if(e(407)!=o||e(450)!=a||i[e(452)])continue;if(!r[e(324)](c))continue;const u=r[e(518)](c)[e(451)](),l=n[e(433)][e(372)](e(397)).me;for(const t of r[e(514)]())if(t[e(413)]&&t[e(463)]==l&&e(448)==t[e(410)]&&e(366)==t[e(500)]&&t[e(451)]()[e(338)]((t=>u[e(352)]((n=>n[e(361)](t,!0))))))for(const n of t[e(336)]())n[e(413)]&&(n[e(420)](),s=!0)}return s})),n[t(475)][t(323)][t(486)]((e=>{const s=t,o=n[s(374)][s(372)](s(481));if(!o||!o[s(447)][s(429)](e[s(485)]))return!1;let i=!1;const a=n[s(433)][s(372)](s(397)).me,c=n[s(475)][s(323)][s(369)][s(513)](),u=Array[s(423)](n[s(475)][s(323)][s(369)][s(497)]())[s(478)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(444)](t);return n(407)==o&&n(482)==i&&c==a.id&&!e[n(452)]}));for(const t of c){if(s(506)!=t[s(410)]||s(317)!=t[s(404)]||1!=t[s(329)])continue;const n=e[s(455)](t[s(376)],t[s(376)][s(472)](1));if(!u[s(403)]((({data:t})=>t[s(370)][s(468)](n))))for(const{name:t,data:r}of u)if(n[s(361)](r[s(370)])){e[s(519)](t,{range:n}),i=!0;break}}return i})),n[t(475)][t(323)][t(486)]((e=>{const s=t;let o=!1;const i=n[s(433)][s(372)](s(397)).me,a=r[s(514)]()[s(478)]((t=>t[s(413)]&&t[s(463)]==i)),c=new Set,u=new Set;for(const t of a)if(s(482)==t[s(500)])for(const e of t[s(325)]()){const n=e[s(440)]()[s(467)]();if(n)if(n.is(s(434),s(317))&&ya(n)){t[s(333)](e[s(404)]),c[s(330)](n),o=!0;const r=n[s(473)],i=n[s(453)],a=r&&r.is(s(434),s(317)),l=i&&i.is(s(434),s(317));a&&!c[s(429)](r)&&u[s(330)](r),l&&!c[s(429)](i)&&u[s(330)](i)}else n.is(s(434),s(388))&&n[s(327)]&&(t[s(333)](e[s(404)]),o=!0)}else if(s(366)==t[s(500)]){if(!t[s(425)]||!t[s(425)][s(364)])continue;const e=t[s(425)][s(354)];if(e&&Object[s(392)](e)[s(329)])continue;const n=t[s(425)][s(364)];let r=!0,i=!0;for(const e of a)if(e[s(500)]&&e[s(500)][s(457)](s(482))){if(!e[s(425)][s(364)]){i=!1;break}if(e.id!=t.id&&e[s(425)][s(364)]==n){r=!1;break}}i&&r&&(t[s(319)](),o=!0)}for(const t of c)e[s(508)](t);for(const t of u)e[s(424)](t);return o})),n[t(378)][t(355)](t(499))[t(348)]({model:t(419),view:(t,e)=>h(t),converterPriority:t(326)}),n[t(378)][t(355)](t(401))[t(348)]({model:t(419),view:(e,n)=>n[t(358)][t(383)]?h(e,!1):null,converterPriority:t(326)});const g=n[t(428)][t(332)];this[t(517)](g[t(323)],t(498),((e,n)=>{const r=t,s=[];for(const t of g[r(439)](n[r(414)])[r(442)]())t.is(r(434),r(418))&&s[r(334)](t);g[r(471)]((t=>{const e=r;for(const n of s)t[e(363)](t[e(439)](n),t[e(431)](n)),t[e(508)](n)}))}))}}function ya(t){const e=Ia;if(t[e(327)])return!0;const n=t[e(379)](0);return n.is(e(434),e(388))&&n[e(327)]}function Aa(){const t=["_createdBatches","formatBlock","editor","deletion","getRanges","oldRange","previousSibling","activeMarkers","createRange","markerName","startsWith","_suggestionFactory","forEach","call","documentSelection","*Replace table cells*","author","TrackChangesEditing","getAttributes","columns","getContainedElement","isEqual","wrap","fromRange","change","getShiftedBy","nextSibling","722888MNXbYz","model","last","set","filter","rows","setAttribute","redo","tablePaste","441DOxCty","tableCellHorizontalAlignment","batch","registerPostFixer","markMultiRangeBlockFormat","TableUtils","fill","7908390cjbWKY","start","tableCellBorderColor","value","column","insertColumns","markers","getChangedMarkers","clipboardOutput","editingDowncast","subType","cell","createRangeOn","getChildren","tableCellPadding","2547584bqPYGU","insert","registerDescriptionCallback","remove","columnInsertionIndexes","suggestionUnloaded","10PVrqGZ","getColumnIndexes","getChanges","getSuggestions","register","ck-suggestion-marker-insertion","listenTo","getSuggestion","updateMarker","getSelectionAffectedTableCells","_isForcedDefaultExecutionBlock","tableCellSuggestion","tableCellBorderWidth","removeMarkers","insertionRanges","5ChHyLm","13186161PxqNaT","document","hasSuggestion","getMarkers","high","isEmpty","nodeAfter","length","add","table","view","removeMarker","push","low","getAllAdjacentSuggestions","map","every","tableCellVerticalAlignment","13048rpvsyh","insertContent","markMultiRangeDeletion","join","setAttributes","removeColumns","439815vAVKzy","root","markerToHighlight","forceDefaultExecution","elementToElement","createElement","some","getColumns","markerAttributes","for","registerCustomCallback","getRows","options","requires","accept","containsRange","endColumn","move","tablePasteChainId","selection","tablePasteCell","ck-suggestion-marker--active","getSuggestionCallback","differ","newRange","detach","get","includes","commands","end","position","trackChanges","conversion","getChild","descriptionFactory","insertRows","getTableIfOnlyTableInContent","showSuggestionHighlights","tablePasteColumn","row","afterInit","$graveyard","paragraph","_getCoordsForCells","tableCellBorderStyle","findAncestor","keys","next","columnInsertionRanges","entries","schema","Users","cells","reduce","_tablePostFixingSubtypes","dataDowncast","TableClipboard","find","name","endRow","getRowIndexes","suggestion","removeRows","stop","type","ck-suggestion-marker","_replaceTableSlotCell","isInContent","content","fromEntries","first","rowInsertionRanges","suggestion-td","suggestion:formatBlock:tablePasteCell","discard","suggestionLoaded","markMultiRangeInsertion","from","unwrap","attributes","rowInsertionIndexes","locale","editing","has","insertion","createPositionBefore","createTableWalker","plugins","element","deletionRanges","tableCellBackgroundColor","rootName","tableCell","createRangeIn","getRange","return","getItems","previous","_splitMarkerName","653814QHxvdi","tablePasteRow"];return(Aa=function(){return t})()}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(432)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=La();return(Ca=function(t,e){return n[t-=104]})(t,e)}function La(){const t=["tableWidth","handleSuggestionDescription","selection","plugins","subType","getSelectedElement","8bjvTEF","getTableColumnsWidths","type","getColumnGroupElement","registerCustomCallback","formatInline","formatBlock","751405IWEfpC","3905394YHdGAH","afterInit","*Format:* resize table","registerDescriptionCallback","has","locale","410046cmRtve","resizeTable","data","getAttribute","document","markBlockFormat","1838soQoGw","table","7489013gmiGGa","get","accept","getContainedElement","formatGroupId","15470ynBVzR","editor","columnWidths","bind","resizeTableWidth","_suggestionFactory","7040763VhJUKA","author","TrackChangesEditing","model","11264AlGBzN","getSuggestionCallback","Users","542ANEXjv","discard","descriptionFactory","TableColumnResizeEditing","getSuggestions","20UTWOVZ","commandParams","handleResizeTableWidthCommand","enableCommand","format","change"];return(La=function(){return t})()}const Na=Ca;!function(t,e){const n=Ca,r=t();for(;;)try{if(583344===parseInt(n(110))/1*(parseInt(n(130))/2)+parseInt(n(104))/3*(-parseInt(n(135))/4)+-parseInt(n(154))/5+parseInt(n(155))/6+-parseInt(n(112))/7*(-parseInt(n(147))/8)+parseInt(n(123))/9+parseInt(n(117))/10*(-parseInt(n(127))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Sa extends t.Plugin{[Na(156)](){const t=Na;if(!this[t(118)][t(144)][t(159)](t(133)))return;const e=this[t(118)][t(144)][t(113)](t(125));e[t(138)](t(121),this[t(137)][t(120)](this)),e[t(122)][t(151)](t(153),t(105),t(114),e[t(122)][t(128)](t(153),null,t(131))),e[t(122)][t(151)](t(153),t(105),t(131),e[t(122)][t(128)](t(153),null,t(114))),e[t(132)][t(158)](this[t(142)][t(120)](this))}[Na(137)](t,e){const n=Na,r=this[n(118)][n(144)][n(113)](n(125)),s=this[n(118)][n(144)][n(113)](n(133)),o=e[n(111)]||this[n(118)][n(126)][n(108)][n(143)][n(146)]();this[n(118)][n(126)][n(140)]((()=>{const i=n,a=s[i(150)](o);let c=a?s[i(148)](a):null,u=o[i(107)](i(141))||null;const l=e[i(141)]||u,f=e[i(119)]||c,h=this[i(118)][i(144)][i(113)](i(129)).me;for(const t of r[i(134)]()){const e=t[i(115)]();if(i(105)===t[i(145)]&&e===o){t[i(124)]!==h&&t[i(131)]();const e=t[i(106)][i(136)];u=e[0][i(141)],c=e[0][i(119)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(109)](o,{commandName:i(121),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(105)},[],i(105))}))}[Na(142)](t){const e=Na;if(e(153)!=t[e(149)]&&e(152)!=t[e(149)])return;const{data:n}=t;if(n&&e(105)===n[e(116)]){const t=e(157);return{type:e(139),content:zr(this[e(118)][e(160)],t)}}}}const Ra=Ma;function va(){const t=["enableCommand","102267JDgzrr","plugins","get","insertTemplate","390454aVaphB","10vheJDF","has","67128iWzNZf","Template","3386892bmXhqn","63YCeJhx","afterInit","editor","18ypRrXE","2385845PWyASp","904Pouggh","63245hVnpKw","48gmaxgo","3123OyriHB","TrackChangesEditing"];return(va=function(){return t})()}function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(210004===parseInt(n(443))/1+-parseInt(n(452))/2*(-parseInt(n(460))/3)+-parseInt(n(456))/4*(-parseInt(n(455))/5)+parseInt(n(446))/6*(-parseInt(n(449))/7)+parseInt(n(454))/8*(-parseInt(n(457))/9)+parseInt(n(444))/10*(-parseInt(n(453))/11)+-parseInt(n(448))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class Oa extends t.Plugin{[Ra(450)](){const t=Ra,e=this[t(451)];e[t(440)][t(445)](t(447))&&e[t(440)][t(441)](t(458))[t(459)](t(442))}}const wa=Fa;function Da(){const t=["1395280tlMcGS","tableOfContents","plugins","38CCKxgB","locale","enableCommand","descriptionFactory","insertTableOfContents","ELEMENT_TABLE_OF_CONTENTS","TrackChangesEditing","44pmeFzf","220284ScrIqe","18609SCkMKA","8473240FJqOFp","commands","afterInit","121953RHWlIb","119xGDwft","editor","get","126ECvZur","registerElementLabel","40103657vLoFHE","218700EiHeKf"];return(Da=function(){return t})()}function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=Fa,r=t();for(;;)try{if(576526===parseInt(n(220))/1*(-parseInt(n(235))/2)+-parseInt(n(224))/3*(parseInt(n(218))/4)+-parseInt(n(232))/5+-parseInt(n(219))/6*(parseInt(n(225))/7)+-parseInt(n(221))/8+-parseInt(n(228))/9*(parseInt(n(231))/10)+parseInt(n(230))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Ba extends t.Plugin{[wa(223)](){const t=wa,e=this[t(226)];if(!e[t(222)][t(227)](t(239)))return;e[t(234)][t(227)](t(241))[t(237)](t(239));const n=e[t(234)][t(227)](t(241)),r=e[t(236)];n[t(238)][t(229)](t(233),(e=>zr(r,t(240),e)))}}const Pa=xa;function xa(t,e){const n=Ua();return(xa=function(t,e){return n[t-=339]})(t,e)}function Ua(){const t=["nodeBefore","document","registerPostFixer","has","getChangedMarkers","TrackChangesEditing","getNearestSelectionRange","6ruKTcV","7531811RIohWl","isTouching","30CfgXhR","afterInit","isEqual","start","1288792UIJTVK","element","forward","schema","Title","1156HvNEFf","2095696aNuXlY","suggestion","createRange","model","end","editor","newRange","locale","25590570ghzftE","descriptionFactory","_splitMarkerName","title-content","updateMarker","isCollapsed","get","343636SGBggg","differ","8958150NqGNcy","removeMarker","744mntzJX","plugins","from","registerElementLabel","ELEMENT_TITLE"];return(Ua=function(){return t})()}!function(t,e){const n=xa,r=t();for(;;)try{if(716816===-parseInt(n(371))/1+parseInt(n(376))/2*(parseInt(n(352))/3)+-parseInt(n(348))/4*(parseInt(n(367))/5)+parseInt(n(364))/6*(parseInt(n(365))/7)+-parseInt(n(377))/8+-parseInt(n(350))/9+parseInt(n(341))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(368)](){const t=Pa,e=this[t(382)];if(!e[t(353)][t(360)](t(375)))return;const n=e[t(353)][t(347)](t(362));n[t(342)][t(355)](t(344),(()=>zr(e[t(340)],t(356)))),e[t(380)][t(358)][t(359)]((r=>{const s=t;let o=!1;const i=Array[s(354)](e[s(380)][s(358)][s(349)][s(361)]());for(const{name:t,data:a}of i){const{group:i}=n[s(343)](t);if(s(378)!==i||!a[s(339)])continue;const c=a[s(339)],u=c[s(381)][s(357)];if(!u||!u.is(s(372),s(344)))continue;if(!c[s(370)][s(366)](c[s(381)]))continue;const l=e[s(380)][s(374)][s(363)](c[s(381)],s(373));if(l&&l[s(346)]){const e=r[s(379)](c[s(370)],l[s(370)]);e[s(369)](c)||(r[s(345)](t,{range:e}),o=!0)}o||(r[s(351)](t),o=!0)}return o}))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=123]})(t,e)}function Ha(){const t=["781266zraXBW","4NPrzzs","69262iIStLh","undo","afterInit","UndoEditing","812365aCafby","get","TrackChangesEditing","1425582veaMEk","has","786646ZnWRAL","149382ZjXlXA","plugins","enableCommand","206232JnPdqE","redo","7eWDAzo","editor"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(135340===parseInt(n(128))/1*(-parseInt(n(132))/2)+parseInt(n(130))/3+parseInt(n(131))/4*(parseInt(n(136))/5)+-parseInt(n(123))/6+parseInt(n(141))/7+parseInt(n(126))/8+-parseInt(n(139))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{[Ga(134)](){const t=Ga,e=this[t(129)],n=e[t(124)][t(137)](t(138));e[t(124)][t(140)](t(135))&&(n[t(125)](t(133)),n[t(125)](t(127)))}}const Wa=qa;function Ka(){const t=["requires","145283ZQaKzD","6SggYkG","22jqupBe","plugins","afterInit","has","377uDMlON","toggleTableCaption","enableCommand","TrackChangesEditing","6831cBKSTo","2944BrzwWn","620YWtKkL","483574ZGqZEw","6bUeIBH","1888230zsfwve","2AwSbnP","editor","2361696mcDMdS","TableCaptionEditing","812NVQBfy","390140HcQaLH","get"];return(Ka=function(){return t})()}function qa(t,e){const n=Ka();return(qa=function(t,e){return n[t-=124]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(199672===-parseInt(n(136))/1*(-parseInt(n(128))/2)+-parseInt(n(137))/3*(-parseInt(n(133))/4)+-parseInt(n(127))/5*(-parseInt(n(126))/6)+-parseInt(n(132))/7*(-parseInt(n(147))/8)+parseInt(n(146))/9*(parseInt(n(124))/10)+parseInt(n(138))/11*(parseInt(n(130))/12)+parseInt(n(142))/13*(-parseInt(n(125))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class Xa extends t.Plugin{static get[Wa(135)](){return[aa]}[Wa(140)](){const t=Wa,e=this[t(129)];e[t(139)][t(141)](t(131))&&e[t(139)][t(134)](t(145))[t(144)](t(143))}}const Za=Ja;function Ya(){const t=["13760fhaOaj","tableCellPadding","tableCellVerticalAlignment","tableAlignment","change","18lWzWuM","tableCellBorderStyle","join","_handlePropertyChange","TableUtils","discard","getSelectionAffectedTableCells","getAttribute","tableCellHorizontalAlignment","tableBackgroundColor","tableHeight","data","registerDescriptionCallback","pluginName","registerCustomCallback","TrackChangesEditing","has","formatBlock","14543720EEnEvu","getFirstPosition","findAncestor","nodeAfter","612iEjYHg","enqueueChange","8sVYjzf","format","3707606BxxcQg","5885055CdaMAP","accept","getSuggestions","batch","TablePropertiesEditing","tableProperties","tableCellBorderColor","tableBorderColor","tableCellBorderWidth","commandParams","TableCellPropertiesEditing","selection","handleDiscardAction","tableBorderWidth","tableCellBackgroundColor","_suggestionFactory","document","plugins","tableBorderStyle","tableWidth","getContainedElement","handleSuggestionDescription","tableCellHeight","removeAttribute","1029544eUCzCA","*Format:* change table properties","getSuggestionCallback","_getSuggestion","3287028OUgvUj","77978qmkOis","editor","start","enableCommand","afterInit","model","locale","TrackChangesTableProperties","*Format:* change table cell properties","descriptionFactory","setAttribute","table","tableCellWidth","get","markBlockFormat","tableCellProperties","subType"];return(Ya=function(){return t})()}function Ja(t,e){const n=Ya();return(Ja=function(t,e){return n[t-=280]})(t,e)}!function(t,e){const n=Ja,r=t();for(;;)try{if(567936===parseInt(n(285))/1+-parseInt(n(290))/2*(parseInt(n(312))/3)+parseInt(n(289))/4+-parseInt(n(307))/5*(-parseInt(n(334))/6)+-parseInt(n(338))/7*(parseInt(n(336))/8)+parseInt(n(339))/9+-parseInt(n(330))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Qa extends t.Plugin{constructor(t){const e=Ja;super(t),this[e(344)]=[e(346),e(357),e(352),e(310),e(280),e(322),e(321)],this[e(305)]=[e(345),e(313),e(347),e(308),e(302),e(283),e(353),e(320),e(309)]}static get[Za(325)](){return Za(297)}[Za(294)](){const t=Za,e=this[t(291)][t(356)][t(303)](t(327));if(this[t(291)][t(356)][t(328)](t(343))){for(const n of this[t(344)])e[t(293)](n,((e,r)=>{const s=t,o=this[s(291)][s(295)][s(355)][s(350)][s(331)]()[s(332)](s(301));this[s(315)](n,[o],this[s(344)],s(344),e,r)}));e[t(354)][t(326)](t(329),t(344),t(340),e[t(354)][t(287)](t(329),null,t(317))),e[t(354)][t(326)](t(329),t(344),t(317),((e,n)=>this[t(351)](this[t(344)],e,n))),e[t(354)][t(326)](t(329),t(344),t(314),(()=>!1))}if(this[t(291)][t(356)][t(328)](t(349))){for(const n of this[t(305)])e[t(293)](n,((e,r)=>{const s=t,o=this[s(291)][s(356)][s(303)](s(316))[s(318)](this[s(291)][s(295)][s(355)][s(350)]);this[s(315)](n,o,this[s(305)],s(305),e,r)}));e[t(354)][t(326)](t(329),t(305),t(340),e[t(354)][t(287)](t(329),null,t(317))),e[t(354)][t(326)](t(329),t(305),t(317),((e,n)=>this[t(351)](this[t(305)],e,n))),e[t(354)][t(326)](t(329),t(305),t(314),(()=>!1))}e[t(299)][t(324)]((e=>this[t(282)](e)))}[Za(315)](t,e,n,r,s,o){const i=Za,a=this[i(291)][i(356)][i(303)](i(327));this[i(291)][i(295)][i(335)](o[i(342)],(()=>{const t=i;for(const i of e)if(this[t(288)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(319)](r);void 0!==n&&(e[r]=n)}s(o),a[t(304)](i,{commandParams:[e]},[],r)}}))}[Za(351)](t,e,n){const r=Za,s=e[0][r(292)][r(333)],o=n[r(348)][0];this[r(291)][r(295)][r(311)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(300)](r,o[r],s):e[n(284)](r,s)}))}[Za(282)](t){const e=Za;if(t[e(323)])switch(t[e(306)]){case e(344):return{type:e(337),content:zr(this[e(291)][e(296)],e(286))};case e(305):return{type:e(337),content:zr(this[e(291)][e(296)],e(298))}}}[Za(288)](t,e){const n=Za,r=this[n(291)][n(356)][n(303)](n(327));for(const s of r[n(341)]({skipNotAttached:!0})){const r=s[n(281)]();if(s[n(306)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=J?J.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=Tc;function bc(){const t=["setAttribute","data","key","enableCommand","remove","group","_processAttributeChanges","formatInline:accept","batch","formatInline","fetchCommentThread","18420IOxepg","_afterChanges","_commentsRepository","upcast","newRange","comments","ck-suggestion-marker-formatInline","nodeBefore","chain","open","set","acceptSelectedSuggestions","change","next","isSelectable","removeAttribute","range","_registerDefaultCallbacks","getAttribute","markers","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","addMarker:suggestion:formatBlock","getChanges","join","parent","dataToMarker","createRangeIn","formatInline:chain","discardSuggestion","suggestion:attribute:","_adapter","formatBlock","groupId","addMarker","966948onzYVj","isAfter","size","name","backward","removed","insertion:discard","getChangedMarkers","tablePasteChainId","showSuggestionHighlights","trackChanges","multi","after","toUpperCase","change:data","differ","isCollapsed","find","dataDowncast","_rangeIsInLocalUserInsertion","registerCustomCallback","skipNestingCheck","_findSuggestions","refresh","_updateSuggestionData","splice","add","$elementName","move","_checkSuggestionCorrectness","stop","clone","_suggestions","enableReadOnlyMode","editingDowncast","getFirstMarker","reconvertMarker","createSelection","config","locale","Users","model","elementStart","suggestion","acceptSuggestion","markAttributeChange","CommentsRepository","fromRange","getIntersection","getWalker","toJSON","trackChangesCommand","length","addSuggestion","high","addSuggestionData","track-changes-command-not-found","data-suggestion","track-changes-suggestion-data-mismatch","enqueueChange","external:","markMultiRangeDeletion","announce","_customCallbacks","elementToElement","markerReady","subType","getMarkers","for","LEAVE","containsRangeInObject","map","$text","widget","insertion:accept","execute","elementEnd","low","enableDefaultAttributesIntegration","value","updateMarker","some","getAncestors","error-saving-suggestion-data-suggestion-discarded","addComment","stopListening","_model","95UvEhrS","suggestion:","containerElement","never","isEqual","bindElementToMarker","setTo","format","filter","descriptionFactory","addMarker:suggestion:attribute","documentSelection","commands","howMany","getContainedElement","_recordAttributeSuggestions","insertion:","unshift","nodeAfter","define","values","_enabledCommands","warn","isBefore","forEach","updateSuggestion","_removeSuggestion","insertion","markInsertion","author","highest","addMarkerName","_joinWithAdjacentSuggestions","adapter","unbindElementFromMarkerName","markerToHighlight","createRange","toViewElement","attributeNewValue","_setSuggestionData","selection","element","_addSuggestionMarker","from","consume","attribute","before","formatBlock:accept","oldRange","createdAt","track-changes-suggestion-not-found","markBlockFormat","_setSuggestionRange","init","9pfWVIk","getRanges","schema","PENDING_ACTION_SUGGESTION","listenTo","isIntersecting","deletion:chain","normal","containsRange","activeMarkers","requires","removeMarker:suggestion:formatBlock","trackChanges.mergeNestedSuggestions","marker-count","FORMATTING","attribute:join","track-changes-adapter-already-set","_addThreadToSuggestion","buildSuggestion","suggestionUnloaded","getShiftedBy","createPositionAfter","insert","getUser","_reduceSuggestionAttributeRange","getFirstRange","targetPosition","pop","return","hasCommentThread","deletion:discard","addHighlight","change:activeMarkers","addRange","markMultiRangeInsertion","addCommentThread","multipleBlocks","_getExternalAuthor","removeMarkers","unbind","_defaultCallbacks","1863448okfAfZ","hasSuggestion","_handleNewSuggestionMarker","_getSuggestionData","_getAttributeKey","getRange","isIntersectingWithRange","ck-suggestion-marker--active","_editor","addMarker:suggestion","_initAriaMarkerChangeAnnouncements","isOwn","resolve","splitPosition","PendingActions","deletion:","dataReady","121024AhpSxc","_blockAttributeKeys","editing","insertion:chain","_getMarkerAnnouncementText","formatBlock:join","get","always","221043JLXEeB","containsPosition","_onDiscard","$textProxy","_reduceExistingSuggestions","_saved","_refreshSuggestionsChain","assign","setSelection","update:suggestion","commandName","type","removeMarker:suggestion:attribute","registerBlockAttribute","getNearestSelectionRange","split","_getAuthorFromId","registerInlineAttribute","attributeOldValue","deleteContent","ready","notReady","_processAttributeSuggestions","197967xqPiRm","attributes","consumable","isRemovable","substr","then","lowest","concat","isArray","registerPostFixer","getSuggestions","isNextTo","removeComment","forward","ck-suggestion-marker-","deletion:accept","_joinSuggestions","_recordAttributeChanges","formatBlock:","catch","isLocal","detach","keys","markerToData","discardAllSuggestions","start","suggestion-type","formatInline:discard","attribute:","pluginName","startsWith","isDocumentOperation","removeClass","attributeKey","markDeletion","ENTER","hasComments","createRangeOn","createElement","item","accept","commentThread","_isRegisteredAttribute","action","TrackChangesEditing","mapper","originalSuggestionId","plugins","isTouching","_trackFormatChanges","isInContent","authoredAt","track-changes-adapter-missing-getsuggestion","_refreshAttributeSuggestionsChain","end","$graveyard","_createSuggestion","addUser","_isForcedDefaultExecutionBlock","createPositionAt","75793PhdBQJ","$marker","getDifference","suggestionChanged","getItems","applyOperation","has","discardSelectedSuggestions","isObject","discard","deletion","rethrowUnexpectedError","newValue","markMultiRangeBlockFormat","root","collaboration.channelId","delete","moveTargetPosition","formatGroupId","substring","removeMarker","conversion","getCustomProperty","createPositionBefore","getMultiRangeId","isMultiRange","@external","markInlineFormat","meta","push","includes","markerName","getCommentThread","getAllAdjacentSuggestions","isAtEnd","_SUGGESTION_ANNOUNCEMENT","acceptAllSuggestions","head","position","oldValue","containsItem","_cutOutSuggestionMarker","insertion:join","getSuggestion","insertContent","authorName","attribute:accept","isInsideObject","getLastMatchingPosition","rename","creator","formatBlock:chain","document","deletion:join","addClass","isExternal","accepted","_isDataLoaded","suggestionLoaded","fire","_splitMarkerName","clear","track-changes-user-not-found","track-changes-enable-command-twice","isBlock","previous","attribute:discard","fromCharCode","formatBlock:discard","rootName","rejected","_isBlockAttribute","writer","getSuggestionCallback","default","isLimit","formatInline:","change:_saved","_mergeNestedSuggestions","isUndo","every","_inlineAttributeKeys","editor","_suggestionFactory","_breakSuggestionMarker","options","ck-suggestion-marker","_suggestionState","trackChanges.trackFormatChanges","isAtStart","markerNameToElements","formatInline:join","sort","forceDefaultExecution","ck-suggestion-marker-formatBlock"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=344]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(189351===-parseInt(n(748))/1+parseInt(n(657))/2+-parseInt(n(665))/3+-parseInt(n(424))/4*(parseInt(n(545))/5)+parseInt(n(458))/6+-parseInt(n(688))/7+parseInt(n(640))/8*(parseInt(n(599))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(485);class yc extends t.Plugin{static get[Ec(609)](){return[Ec(504),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ms,As,Rs,xs,to,so,uo,go,bo,Ao,No,Mo,Fo,Ho,Uo,Ko,Jo,ei,ui,pi,Ni,ri,js,qs,bi,yi,vi,Fi,ji,zi,qi,$i,ra,aa,ha,ma,Xa,_a,Sa,Ba,Qa,Oa,ja,za]}static get[Ec(717)](){return Ec(732)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(529)]((t=>String[e(385)](t)))[e(447)]("")}super(t),this[e(560)]=!1,this[e(434)](e(608),[]),this.on(e(631),((n,r,s,o)=>{const i=e;this[i(544)][i(436)]((()=>{const e=i;for(const n of[...o,...s])this[e(544)][e(443)][e(754)](n)&&t[e(659)][e(494)](n)}))})),this[e(554)]=new Xr(this[e(400)][e(499)][e(601)],this[e(400)][e(497)]),this[e(454)]=null,this[e(401)]=new Ac(this[e(400)]),this[e(490)]=new Map,this[e(426)]=t[e(735)][e(663)](e(504)),this[e(566)]=new Set,this[e(544)]=this[e(400)][e(499)],this[e(405)]=new WeakMap,this[e(746)]=!1,this[e(658)]=new Set([e(485)]),this[e(399)]=new Set,t[e(496)][e(564)](e(406),e(392)),this[e(737)]=t[e(496)][e(663)](e(406)),t[e(496)][e(564)](e(611),!0),this[e(396)]=t[e(496)][e(663)](e(611)),this[e(509)]=new f(t,this[e(566)]),this[e(650)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,52,50,52])}[Ec(598)](){const t=Ec,n=this[t(400)],r=(e,n)=>{const r=t;if(r(590)!=e)return r(702)+e;const s=n[r(680)]("|")[0];return this[r(389)](s)?r(412):r(430)};n[t(769)][t(526)](t(492))[t(580)]({model:t(501),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(378)](e[n(349)]),a=[n(404),r(o,i)];let c=3e3;return this[n(608)][n(348)](e[n(349)])&&(a[n(347)](n(647)),c=3010),n(758)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(769)][t(526)](t(476))[t(484)]((e=>{const r=t;e.on(r(649),((t,e,s)=>{const o=r;if(!s[o(403)][o(467)])return;const i=e[o(727)];if(!i)return;const c=s[o(733)][o(582)](i);n[o(499)][o(601)][o(756)](i)&&c&&!c[o(770)](o(531))&&c.is(o(547))&&(0,a.toWidget)(c,s[o(390)])}),{priority:r(512)})})),n[t(769)][t(526)](t(476))[t(580)]({model:t(501),view:(e,n)=>{const s=t;if(!n[s(403)][s(467)])return null;const{type:o,subType:i}=this[s(378)](e[s(349)]);return{classes:[s(404),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(727)])return;const{id:c}=this[a(378)](o[a(349)]);if(r){const t=this[a(490)][a(663)](c),e=this[a(644)](t);if(!this[a(389)](e))return}if(o[a(727)].is(a(585)))return void i[a(690)][a(589)](o[a(727)],s[a(461)]);const u=i[a(733)][a(582)](o[a(727)]);if(o[a(727)].is(a(586))&&n[a(499)][a(601)][a(382)](o[a(727)])&&!u[a(770)](a(630))){i[a(390)][a(372)]([a(404),a(412)],u),i[a(390)][a(413)](a(515),c,u),i[a(733)][a(550)](u,o[a(349)]),e&&(this[a(608)][a(348)](o[a(349)])?i[a(390)][a(372)](a(647),u):i[a(390)][a(720)](a(647),u));for(const t of n[a(499)][a(450)](o[a(727)])[a(752)]())i[a(690)][a(589)](t,s[a(461)]);i[a(690)][a(589)](o[a(727)],s[a(461)])}};n[t(769)][t(526)](t(476))[t(484)]((e=>{const n=t;e.on(n(445),((t,e,r)=>{const o=n;r[o(403)][o(467)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(575)})})),n[t(769)][t(526)](t(476))[t(484)]((e=>{const n=t;e.on(n(555),((t,e,r)=>{const o=n;r[o(403)][o(467)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(575)})})),n[t(769)][t(526)](t(476))[t(711)]({model:t(501),view:(e,n)=>n[t(403)][t(467)]?null:{group:t(501),name:e[t(692)](11)}}),n[t(769)][t(526)](t(427))[t(522)]({view:{name:t(501),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(546)+e[r(442)](r(714))+":"+e[r(442)]("id");return e[r(442)](r(612))&&(s+=":"+e[r(442)](r(612))),n[r(726)](r(749),{"data-name":s})}}),n[t(769)][t(526)](t(427))[t(449)]({view:t(501)}),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(445),s(),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(555),s({isAttributeSuggestion:!0}),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(610),((t,e,r)=>{const s=n,o=r[s(733)][s(408)](e[s(349)]);if(o)for(const t of o)t[s(770)](s(630))||(r[s(390)][s(720)]([s(404),s(412),s(647)],t),r[s(390)][s(439)](s(515),t),r[s(733)][s(579)](t,e[s(349)]))}),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(677),((t,e,r)=>{const s=n,o=r[s(733)][s(408)](e[s(349)]);if(!o)return;const{id:i}=this[s(378)](e[s(349)]),a=this[s(490)][s(663)](i),c=this[s(644)](a);if(this[s(389)](c))for(const t of o)t[s(770)](s(630))||(r[s(390)][s(720)]([s(404),s(412),s(647)],t),r[s(390)][s(439)](s(515),t),r[s(733)][s(579)](t,e[s(349)]))}),{priority:n(512)})})),n[t(499)][t(370)][t(697)]((e=>{const r=t;let s=!1;const o=Array[r(588)](n[r(499)][r(370)][r(473)][r(465)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(378)](t);if(r(501)!==o)continue;const h=this[r(490)][r(663)](f);if(null!=c[r(428)]){r(422)==u&&(s=s||Lc(c[r(428)],t,e,n[r(499)][r(601)]));const o=r(590)==u&&this[r(389)](l[r(680)]("|")[0]);if(c[r(428)][r(474)]||r(743)==c[r(428)][r(762)][r(387)]||r(455)==u&&!Sc(c[r(428)])||o&&!Sc(c[r(428)])||r(758)==u&&(Cc(a=c[r(428)])||function(t){const e=r;return t[e(713)][e(448)]==t[e(742)][e(431)]&&t[e(713)][e(352)]}(a)))e[r(768)](t),s=!0;else{if(!h||!h[r(738)])continue;i[r(484)](h)}}}var a;return i[r(460)]>0&&(s=!!this[r(577)](i)||s),s})),n[t(499)][t(370)][t(697)]((e=>{const r=t;let s=!1;for(const t of n[r(499)][r(370)][r(473)][r(446)]())if(r(621)==t[r(676)])for(const t of this[r(490)][r(565)]()){if(t[r(773)]||!t[r(738)])continue;const o=r(455)==t[r(676)],i=this[r(644)](t),a=i&&this[r(389)](i);if(!o&&!a)continue;const c=t[r(624)]();if(c[r(713)][r(448)]!=c[r(742)][r(448)]&&!c[r(742)][r(352)]){const o=n[r(499)][r(747)](c[r(713)][r(563)],r(742)),i=n[r(499)][r(581)](c[r(713)],o);e[r(538)](t[r(493)](),{range:i}),s=!0}}return s})),n[t(499)][t(370)][t(697)]((e=>this[t(419)](e))),n[t(499)][t(370)][t(697)]((e=>!e[t(421)][t(708)]&&this[t(687)](e))),n[t(499)].on(t(425),(()=>{this[t(560)]=!1})),n[t(499)][t(370)].on(t(472),((r,s)=>{const o=t;if(!s[o(708)]||s[o(397)])return;if(!this[o(560)])return;const i=n[o(499)][o(370)][o(473)][o(446)]();if(0==i[o(510)])return;const a=[],c=i[o(553)]((t=>o(590)==t[o(676)])),u=i[o(553)]((t=>o(621)==t[o(676)]&&o(530)!=t[o(461)]));for(const t of c)this[o(730)](t[o(721)])&&a[o(347)]({key:t[o(721)],newValue:t[o(583)],oldValue:t[o(683)],range:Rc(t[o(440)],n[o(499)])});for(const t of u){if(o(367)!=t[o(731)]&&o(481)!=t[o(731)])continue;const e=vc(t[o(356)][o(563)],n[o(499)]),r=t[o(591)];o(367)==t[o(731)]&&a[o(347)]({key:o(485),newValue:t[o(461)],oldValue:r[o(461)],range:e});for(const[n,s]of r[o(689)]){if(!this[o(730)](n))continue;const r=t[o(689)][o(663)](n);s!==r&&a[o(347)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(689)])this[o(730)](n)&&(r[o(689)][o(754)](n)||a[o(347)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(510)]&&n[o(499)][o(517)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(503)](t,e,s,o,{groupId:r});this[n(669)](t,a)}))}),{priority:t(694)}),n[t(499)][t(443)].on(t(674),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(378)](n[s(461)]),e=this[s(490)][s(663)](t);e&&e[s(576)](n[s(461)])}})),n[t(499)][t(370)].on(t(472),(()=>{const e=t,r=Array[e(588)](n[e(499)][e(370)][e(473)][e(465)]())[e(553)]((t=>e(501)===this[e(378)](t[e(461)])[e(418)]));if(0===r[e(510)])return;r[e(410)](((t,n)=>{const r=e,s=t[r(414)][r(593)],o=n[r(414)][r(593)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(713)][r(568)](o[r(713)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(378)](t);if(null===n[e(593)]){const n=this[e(642)](t);o[e(484)](n)}else{const t=this[e(490)][e(663)](r);null!==n[e(428)]||t[e(738)]?(s[e(484)](t[e(355)]),o[e(484)](t)):this[e(571)](t)}}o[e(460)]>0&&this[e(671)](o);for(const t of s)this[e(377)](e(751),t)})),n[t(499)].on(t(753),((e,r)=>{const s=t,o=r[0];if(!this[s(490)][s(460)])return;if(!o[s(719)])return;if(o[s(421)][s(397)]||!o[s(421)][s(708)])return;let i,a;switch(o[s(676)]){case s(621):i=n[s(499)][s(747)](o[s(356)]),a=i[s(619)](o[s(558)]);break;case s(680):i=n[s(499)][s(747)](o[s(653)]),a=n[s(499)][s(747)](o[s(765)]);break;case s(486):i=n[s(499)][s(747)](o[s(625)]),a=i[s(619)](o[s(558)]);break;default:return}const c=n[s(499)][s(581)](i,a);n[s(499)][s(436)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(480)](c)){if(e[t(773)])continue;if(t(422)==e[t(676)])continue;const r=this[t(644)](e);if(r&&this[t(389)](r)&&t(680)!=o[t(676)])continue;const s=e[t(414)]&&e[t(414)][t(635)];(t(455)!=e[t(676)]||t(680)==o[t(676)]&&!s)&&(n[t(528)]||t(572)==e[t(676)]&&n[t(651)]||e[t(624)]()[t(607)](c)&&this[t(402)](e,i,a))}}))}),{priority:t(694)}),n[t(499)].on(t(684),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(411)])return;if(this[s(746)])return;if(!this[s(509)][s(537)])return;if(o[s(474)])return;const a=n[s(499)][s(601)],{start:c,end:u}=o[s(624)](),l=c[s(563)]&&a[s(393)](c[s(563)])?null:a[s(679)](c,s(701)),f=u[s(431)]&&a[s(393)](u[s(431)])?null:a[s(679)](u,s(462)),h=n[s(499)][s(581)](l?l[s(713)]:c,f?f[s(742)]:u);n[s(499)][s(436)]((t=>{const e=s;this[e(722)](h);const r=n[e(499)][e(601)][e(679)](h[e(713)]);o.is(e(556))?t[e(673)](r):o[e(551)](r)})),e[s(488)]()}),{priority:e.priorities[t(606)]+10}),n[t(499)].on(t(362),((e,r)=>{const s=t,o=r[r[s(510)]-1];o&&o[s(411)]||this[s(746)]||this[s(509)][s(537)]&&(n[s(499)][s(436)]((()=>{const t=s;let o=n[t(499)][t(362)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(627)]=o[t(489)]();const i=o[t(742)][t(431)],a=n[t(499)][t(601)];i&&a[t(382)](i)&&!a[t(756)](i)&&(o=n[t(499)][t(581)](o[t(713)],n[t(499)][t(747)](i,t(742)))),this[t(573)](o)})),e[s(488)]())}),{priority:t(512)}),this[t(400)][t(557)][t(484)](t(468),this[t(509)]),this[t(416)](t(468));const o=new p(n,this[t(490)]);n[t(557)][t(484)](t(502),o),this[t(416)](t(502));const i=new b(n,this[t(490)]);n[t(557)][t(484)](t(452),i),this[t(416)](t(452)),n[t(557)][t(484)](t(354),new S(n,o,this[t(490)])),this[t(416)](t(354)),n[t(557)][t(484)](t(712),new S(n,i,this[t(490)])),this[t(416)](t(712)),n[t(557)][t(484)](t(435),new w(n,o,this[t(490)])),this[t(416)](t(435)),n[t(557)][t(484)](t(755),new w(n,i,this[t(490)])),this[t(416)](t(755));const c=n[t(735)][t(663)](t(504));this[t(603)](c,t(542),((e,{threadId:n})=>{const r=t,s=this[r(490)][r(663)](n);s&&s[r(729)]&&1===s[r(729)][r(510)]&&this[r(482)](n,{hasComments:!0})}),{priority:t(535)}),this[t(603)](c,t(700),((e,{threadId:n})=>{const r=t,s=this[r(490)][r(663)](n);s&&s[r(729)]&&!s[r(729)][r(510)]&&this[r(482)](n,{hasComments:!1})}),{priority:t(535)})}set[Ec(578)](t){const n=Ec;if(this[n(454)])throw new e.CKEditorError(n(615),this);this[n(454)]=t}get[Ec(578)](){return this[Ec(454)]}[Ec(698)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(490)][n(565)]())t&&!e[n(738)]||r[n(347)](e);return e?r[n(529)]((t=>t[n(508)]())):r}[Ec(361)](t){const n=Ec,r=this[n(490)][n(663)](t);if(!r)throw new e.CKEditorError(n(595),this);return r}[Ec(641)](t){const e=Ec;return this[e(490)][e(754)](t)}[Ec(513)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(676)][e(680)](":"),a=this[e(490)][e(663)](r)||this[e(744)](o,i,r,n,s);if(this[e(616)](a),this[e(487)](a,o,i||null,n),a[e(594)]=t[e(594)],a[e(375)]=!0,s&&s[e(344)]){const t=s[e(344)],n=this[e(636)](t[e(363)]);a[e(739)]=t[e(594)],a[e(574)]=n,a[e(373)]=!0}else a[e(739)]=t[e(594)];switch(t[e(414)]&&(a[e(414)]=t[e(414)]),t[e(689)]&&(a[e(689)]=t[e(689)]),this[e(454)]&&this[e(454)][e(511)]||(a[e(670)]=!0),this[e(405)][e(663)](a)){case e(686):this[e(405)][e(434)](a,e(656));break;case e(523):a[e(738)]?(this[e(577)](new Set([a])),this[e(671)](new Set([a])),this[e(405)][e(434)](a,e(685)),this[e(377)](e(376),a)):this[e(405)][e(434)](a,e(463))}return a}[Ec(502)](t){const e=Ec;this[e(411)]((()=>{const n=e;this[n(400)][n(499)][n(436)]((()=>{const e=n;for(const n of t[e(351)]())n[e(728)]()}))}))}[Ec(452)](t){const e=Ec;this[e(411)]((()=>{const n=e;this[n(400)][n(499)][n(436)]((()=>{const e=n;for(const n of t[e(351)]())n[e(757)]()}))}))}[Ec(416)](t,n){const r=Ec,s=this[r(400)][r(557)][r(663)](t);if(!s)throw new e.CKEditorError(r(514),this,{commandName:t});if(this[r(566)][r(754)](s))throw new e.CKEditorError(r(381),this,{commandName:t});this[r(566)][r(484)](s),n&&s.on(r(533),((t,e)=>{const o=r;this[o(509)][o(537)]&&(this[o(746)]||(e[o(510)]>0&&e[e[o(510)]-1]&&e[e[o(510)]-1][o(411)]?e[o(626)]():(t[o(627)]=n(((...t)=>s[o(533)](...t,{forceDefaultExecution:!0})),...e),t[o(488)]())))}),{priority:r(512)})}[Ec(411)](t){const n=Ec;let r,s;const o=this[n(746)];this[n(746)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(746)]=!1),s&&e.CKEditorError[n(759)](s,this),r}[Ec(573)](t,n=null,r={}){const s=Ec;if(t[s(474)])return null;const o=this[s(400)][s(735)][s(663)](s(498)).me;for(const{suggestion:e,meta:o}of this[s(480)](t,s(572)))if(o[s(651)]){if(!o[s(699)]){if(o[s(528)]){if(!this[s(396)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(402)](e,t[s(713)],t[s(742)]);break}if(n==e[s(524)]&&wc(e,r)){const n=e[s(624)]();return n[s(713)][s(549)](t[s(742)])?this[s(597)](e,this[s(544)][s(581)](t[s(713)],n[s(742)])):this[s(597)](e,this[s(544)][s(581)](n[s(713)],t[s(742)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(561)+n:s(572),u=this[s(584)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(587)](c,i,a,t),u}[Ec(633)](t,n=Ec(469),r={}){const s=Ec,o=this[s(400)][s(735)][s(663)](s(498)).me,i=this[s(401)][s(391)](s(572),n,s(447));for(const e of this[s(698)]())if(e[s(574)].id==o.id&&s(572)==e[s(676)]&&e[s(524)]==n&&wc(e,r)&&(i(e[s(600)](),t)||i(t,e[s(600)]()))){for(const n of t)e[s(632)](n);return e}for(const{suggestion:e,meta:n}of this[s(480)](t,s(572))){if(!n[s(651)])continue;if(!this[s(396)]&&n[s(528)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(600)]())for(const e of t)if(!n[s(607)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(561)+n,l=this[s(584)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(587)](u,a,c,e,Hr[s(772)]());return l}[Ec(345)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(474)])return null;if(o(548)===this[o(737)]){const e=this[o(401)][o(391)](o(422),r,o(728));return this[o(411)]((()=>e([t],n,s))),null}const i=this[o(400)][o(735)][o(663)](o(498)).me,a=[];if(o(664)!==this[o(737)])for(const{suggestion:e,meta:n}of this[o(480)](t,o(572)))n[o(651)]&&!n[o(365)]&&a[o(347)](...e[o(600)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(506)](s);e&&r[n(347)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(510)];){const s=r[e][n(750)](t);r[n(483)](e,1,...s),e+=s[n(510)]}}return r}(t,a);c[o(510)]&&this[o(544)][o(436)]((()=>{const t=o;for(const e of c){const o=this[t(401)][t(391)](t(422),r,t(728));this[t(411)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(713)],u=t[o(742)];for(const{suggestion:e,meta:n}of this[o(480)](t,o(422))){if(!n[o(651)])continue;if(e[o(524)]!=r)continue;if(!wc(e,s))continue;const i=e[o(624)]();if(i[o(607)](t,!0))return null;c=c[o(568)](i[o(713)])?c:i[o(713)],u=u[o(459)](i[o(742)])?u:i[o(742)],a?i[o(713)][o(568)](a[o(624)]()[o(713)])?(a[o(637)](),a=e):e[o(637)]():a=e}const l=this[o(544)][o(581)](c,u);if(a)this[o(597)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(584)]({id:t,type:o(394)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(587)](o(394)+r,t,a,l)}}return null}[Ec(596)](t,n,r=[],s=null,o={}){const i=Ec;n[i(766)]||(n[i(766)]=n[i(675)]),n[i(635)]=t.is(i(440)),s=s||Nc(n);const a=r[i(529)]((t=>vc(t,this[i(544)]))),c=t.is(i(440))?t:vc(t,this[i(544)]);if(i(548)===this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t([c],n,o))),null}a[i(347)](c);let u=!0;for(const t of a)if(!this[i(477)](t)){u=!1;break}if(u&&i(664)!==this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t([c],n,o))),null}let l=null,f=c[i(713)],h=c[i(742)];for(const{suggestion:t,meta:e}of this[i(480)](c,i(455))){if(!e[i(651)])continue;if(e[i(699)]||e[i(528)]||e[i(365)])continue;if(t[i(414)][i(766)]!=n[i(766)])continue;if(!wc(t,o))continue;const r=t[i(624)]();if(t[i(524)]==s){if(r[i(607)](c,!0))return null;f=f[i(568)](r[i(713)])?f:r[i(713)],h=h[i(459)](r[i(742)])?h:r[i(742)],l?r[i(713)][i(568)](l[i(624)]()[i(713)])?(l[i(637)](),l=t):t[i(637)]():l=t}else{const e=c[i(506)](r);this[i(359)](t,e)}}const g=this[i(400)][i(735)][i(663)](i(498)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(597)](l,this[i(544)][i(581)](f,h)),l;{const t=this[i(584)]({id:d,type:i(706)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(587)](i(706)+s,d,p,this[i(544)][i(581)](f,h)),t}}[Ec(761)](t,n,r=[],s=null,o={}){const i=Ec;n[i(766)]||(n[i(766)]=n[i(675)]);const a=t[0];n[i(635)]=a.is(i(440)),s=s||Nc(n);const c=r[i(529)]((t=>vc(t,this[i(544)]))),u=a.is(i(440))?t:t[i(529)]((t=>vc(t,this[i(544)])));if(i(548)===this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t(u,n,o))),null}c[i(347)](...u);let l=!0;for(const t of c)if(!this[i(477)](t)){l=!1;break}if(l&&i(664)!==this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t(u,n,o))),null}const f=this[i(400)][i(735)][i(663)](i(498)).me;for(const t of this[i(698)]()){if(t[i(574)].id!=f.id)continue;if(i(455)!=t[i(676)]||t[i(414)][i(766)]!=n[i(766)])continue;if(!wc(t,o))continue;const e=t[i(524)]==s;for(let n=0;n<u[i(510)];n++){const r=u[n];for(const s of t[i(525)]()){const o=s[i(645)]();if(r[i(549)](o)){e?(u[i(483)](n,1),n--):t[i(768)](s[i(461)]);break}}}}if(0==u[i(510)])return null;const h=this[i(401)][i(391)](i(455),s,i(447));for(const t of this[i(698)]())if(t[i(574)].id==f.id&&i(455)==t[i(676)]&&t[i(414)][i(766)]==n[i(766)]&&t[i(524)]==s&&wc(t,o)&&(h(t[i(600)](),u)||h(u,t[i(600)]()))){for(const e of u)t[i(632)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(706)+s,m=this[i(584)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(587)](p,g,d,t,Hr[i(772)]());return m}[Ec(722)](t,n=null,r={}){const s=Ec;if(t[s(474)])return null;const o=this[s(400)][s(735)][s(663)](s(498)).me,a=new i.LiveRange(t[s(713)],t[s(742)]);for(const{suggestion:t,meta:e}of this[s(480)](a,s(572)))if(e[s(651)]&&!e[s(699)])if(t[s(773)]){const e=t[s(600)]()[s(553)]((t=>s(743)!=t[s(762)][s(387)]));if(e[s(398)]((t=>a[s(607)](t,!0)))&&t[s(757)](),e[s(539)]((t=>t[s(607)](a,!0)))){const t=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>t([a],null,r))),null}}else{const e=a[s(506)](t[s(624)]());null!==e&&t[s(667)]([e],null,r)}if(a[s(709)](),a[s(474)]||s(743)==a[s(762)][s(387)])return null;let c=null,u=a[s(713)],l=a[s(742)];const f=this[s(480)](a,s(758));for(const{suggestion:t,meta:e}of f){const n=this[s(544)][s(581)](u,l);if(e[s(651)]&&(this[s(396)]||!e[s(528)]&&!e[s(365)]))if(t[s(773)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(600)]()){if(r[s(607)](n,!0))return t;n[s(607)](r)||(e=!1)}e&&t[s(757)]()}else{const e=t[s(624)]();if(e[s(607)](n,!0))return t;if(!wc(t,r)){n[s(607)](e)?t[s(637)]():e[s(666)](u)?u=e[s(742)]:e[s(666)](l)&&(l=e[s(713)]);continue}u=u[s(568)](e[s(713)])?u:e[s(713)],l=l[s(459)](e[s(742)])?l:e[s(742)],r=Object[s(672)]({},t[s(689)]),c?e[s(713)][s(568)](c[s(624)]()[s(713)])?(c[s(637)](),c=t):t[s(637)]():c=t}}if(c)return this[s(597)](c,this[s(544)][s(581)](u,l)),c;{const t=(0,e.uid)(),i=this[s(544)][s(581)](u,l),a=o.id,c=n?s(655)+n:s(758),f=this[s(584)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(587)](c,t,a,i),f}}[Ec(519)](t,n=Ec(469),r={}){const s=Ec,o=this[s(400)][s(735)][s(663)](s(498)).me,a=t[s(529)]((t=>new i.LiveRange(t[s(713)],t[s(742)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(480)](a,s(572)))e[s(651)]&&!e[s(699)]&&c[s(484)](t);for(const e of c)if(e[s(773)]){const o=e[s(600)]();if((!e[s(689)]||!e[s(689)][s(479)])&&o[s(398)]((t=>a[s(539)]((e=>e[s(607)](t,!0)))))&&e[s(757)](),a[s(398)]((t=>o[s(539)]((e=>e[s(607)](t,!0)))))){const e=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>e(t,null,r))),null}}else{const t=e[s(624)]();if(a[s(539)]((e=>e[s(607)](t,!0)))&&e[s(757)](),a[s(398)]((e=>t[s(607)](e,!0)))){const t=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>t(a,null,r))),null}}const u=this[s(401)][s(391)](s(758),n,s(447));let l=null;for(const t of this[s(698)]())if(t[s(574)].id==o.id&&t[s(738)]&&s(758)==t[s(676)]&&t[s(524)]==n&&wc(t,r)&&(u(t[s(600)](),a)||u(a,t[s(600)]())))if(l){if(t[s(729)]&&t[s(729)][s(510)])continue;for(const e of t[s(600)]())l[s(646)](e)||l[s(632)](e);t[s(637)]()}else{l=t;for(const e of a)t[s(646)](e)||t[s(632)](e)}if(l)return l;c[s(379)]();for(const{suggestion:t,meta:e}of this[s(480)](a,s(758)))e[s(651)]&&(this[s(396)]||!e[s(528)]&&!e[s(365)])&&wc(t,r)&&c[s(484)](t);for(const t of c){const e=t[s(600)]();if((!r||!r[s(479)])&&a[s(398)]((t=>e[s(539)]((e=>e[s(607)](t,!0))))))return t;(!t[s(689)]||!t[s(689)][s(479)])&&e[s(398)]((t=>a[s(539)]((e=>e[s(607)](t,!0)))))&&t[s(757)]()}const f=(0,e.uid)(),h=o.id,g=s(655)+n,d=this[s(584)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(709)](),t[s(474)]||s(743)==t[s(762)][s(387)]||this[s(587)](g,f,h,t,Hr[s(772)]());return d}[Ec(503)](t,n,r,s,o){const i=Ec;if(t[i(474)])return[];if(i(548)===this[i(737)])return[];const a=this[i(400)][i(735)][i(663)](i(498)).me.id,c=Array[i(588)](this[i(490)][i(565)]())[i(553)]((e=>i(590)==e[i(676)]&&e[i(414)][i(415)]==n&&e[i(646)](t)));if(i(392)===this[i(737)]){const e=this[i(480)](t,i(572))[i(553)]((({meta:t})=>t[i(651)]&&!t[i(365)]&&!t[i(699)]))[i(529)]((({suggestion:t})=>t));c[i(562)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(590)==t[i(676)]?t[i(414)][i(357)]:void 0,o=t[i(624)](),a=Array[i(588)](u[i(710)]())[i(475)]((t=>t[i(604)](o)));if(!a)continue;const c=a[i(750)](o);this[i(389)](n)&&i(572)==t[i(676)]&&0!=c[i(510)]||(u[i(764)](a),c[i(569)]((t=>{u[i(434)](t,r)})),i(572)!=t[i(676)]&&e!=s&&u[i(434)](a[i(506)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(510)]>37&&console[i(567)](i(444),{key:n});const f=(i(716)+(n+"|")+Nc({newValue:s}))[i(767)](0,60),h=this[i(584)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(347)](h),this[i(587)](f,c,a,t)}return l}[Ec(536)](t){const e=Ec;this[e(416)](t,((t,...n)=>{this[e(705)]((()=>{t(...n)}))}))}[Ec(678)](t){const e=Ec;this[e(658)][e(484)](t)}[Ec(682)](t){const e=Ec;this[e(399)][e(484)](t)}[Ec(644)](t){const e=Ec;return e(590)==t[e(676)]?t[e(524)][e(680)]("|")[0]:null}[Ec(597)](t,e){const n=Ec,r=t[n(493)]();this[n(544)][n(436)]((t=>{t[n(538)](r,{range:e})}))}[Ec(616)](t){const e=Ec,n=t.id,r=this[e(400)][e(496)][e(663)](e(763));this[e(426)][e(628)](n)||this[e(426)][e(634)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(426)][e(350)](n);s[e(638)](e(691)),s[e(691)]=!1,t[e(729)]=s}[Ec(487)](t,n,r,s){const o=Ec;if(t[o(676)]!=n||t[o(524)]!=r||t[o(368)].id!=s)throw this[o(400)][o(491)](o(516)),new e.CKEditorError(o(516),this)}[Ec(359)](t,n){const r=Ec,s=t[r(624)]();if(n[r(549)](s))t[r(637)]();else if(s[r(607)](n)){const o=this[r(544)][r(747)](n[r(713)][r(431)],r(742));this[r(597)](t,this[r(544)][r(581)](s[r(713)],o));const i=(0,e.uid)(),a=t[r(368)].id,c=t[r(676)]+":"+t[r(524)];this[r(584)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(414)],attributes:t[r(689)]});const u=this[r(544)][r(747)](n[r(742)][r(448)],r(470)),l=this[r(544)][r(581)](u,s[r(742)]);this[r(587)](c,i,a,l)}else if(s[r(666)](n[r(713)])){const e=this[r(544)][r(747)](n[r(713)][r(431)],r(742));this[r(597)](t,this[r(544)][r(581)](s[r(713)],e))}else{const e=this[r(544)][r(747)](n[r(742)][r(448)],r(470));this[r(597)](t,this[r(544)][r(581)](e,s[r(742)]))}}[Ec(477)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(480)](t,e(572))){if(!r[e(651)])continue;const s=n[e(600)]();for(const n of s)if(!t[e(750)](n)[e(510)])return!0}return!1}[Ec(681)](t){const n=Ec,r=this[n(400)][n(735)][n(663)](n(498))[n(622)](t);if(!r)throw new e.CKEditorError(n(380),this);return r}[Ec(636)](t){const e=Ec,n=this[e(400)][e(735)][e(663)](e(498)),r=(0,o.hashObject)(e(518)+t);return n[e(622)](r)||n[e(745)]({id:r,name:t})}[Ec(744)](t,e,n,r,s){const o=Ec,i=this[o(681)](r),a=this[o(401)][o(617)](t,e,n,i,s,(t=>{const e=o;this[e(482)](n,{attributes:t});const r=this[e(361)](n);this[e(577)](new Set([r])),this[e(671)](new Set([r]))}));return this[o(603)](a,o(728),(()=>{const t=o;this[t(482)](n,{state:t(374)})}),{priority:o(512)}),this[o(603)](a,o(757),(()=>{const t=o;this[t(482)](n,{state:t(388)})}),{priority:o(512)}),this[o(490)][o(434)](n,a),this[o(405)][o(434)](a,o(686)),a}[Ec(378)](t){const e=Ec,n=t[e(680)](":");return{group:n[0],type:n[1],subType:n[e(510)]>=5?n[2]:null,id:n[e(510)]<5?n[2]:n[3],authorId:n[e(510)]<5?n[3]:n[4],markerCount:6==n[e(510)]?n[5]:null}}[Ec(402)](t,n,r){const s=Ec,o=t[s(624)](),i=o[s(713)],a=o[s(742)];this[s(597)](t,this[s(544)][s(581)](i,n));const c=(0,e.uid)(),u=t[s(368)].id,l=t[s(676)]+(t[s(524)]?":"+t[s(524)]:"");this[s(584)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(689)],data:t[s(414)]});const f=this[s(644)](t);(s(455)==t[s(676)]||f&&this[s(389)](f))&&(r=this[s(544)][s(771)](r[s(448)])),this[s(587)](l,c,u,this[s(544)][s(581)](r,a))}[Ec(480)](t,e=null){const n=Ec,r=[],s=this[n(400)][n(735)][n(663)](n(498)).me;Array[n(696)](t)||(t=[t]);for(const o of this[n(698)]()){if(!o[n(738)])continue;if(e&&o[n(676)]!=e)continue;let i=!1;for(const e of o[n(600)]()){for(const a of t){const t=a[n(713)][n(549)](e[n(742)])||a[n(742)][n(549)](e[n(713)]);if(t||a[n(506)](e)){const c=a[n(607)](e)&&kc(this[n(544)][n(601)],e[n(713)],a),u=e[n(607)](a)&&kc(this[n(544)][n(601)],a[n(713)],e);r[n(347)]({suggestion:o,meta:{isOwn:s==o[n(574)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(587)](t,e,n,r,s){const o=Ec;this[o(544)][o(436)]((i=>{const a=o;let c=a(546)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(457)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(571)](t){const e=Ec,n=t[e(383)],r=t[e(437)];t[e(383)]=null,t[e(437)]=null,null!=n&&n[e(437)]==t&&(n[e(437)]=r),null!=r&&r[e(383)]==t&&(r[e(383)]=n),e(685)==this[e(405)][e(663)](t)&&(this[e(405)][e(434)](t,e(463)),this[e(377)](e(618),t,n,r))}[Ec(584)](t){const n=Ec,r=t.id,s=this[n(513)](t);if(this[n(454)]&&this[n(454)][n(511)]){const o=this[n(400)][n(735)][n(663)](n(654)),i=s[n(724)],a=s[n(524)]?s[n(676)]+":"+s[n(524)]:s[n(676)],c=this[n(400)][n(497)],u=o[n(484)](zr(c,n(602))),l={id:r,type:a,hasComments:i,data:t[n(414)]||null,originalSuggestionId:t[n(734)]||null,attributes:s[n(689)]};this[n(454)][n(511)](l)[n(693)]((t=>{const e=n;s[e(670)]=!0,o[e(417)](u),t&&t[e(594)]&&(this[e(490)][e(663)](r)[e(594)]=t[e(594)])}))[n(707)]((t=>{const r=n;throw(0,e.logWarning)(r(541)),this[r(400)][r(499)][r(517)]({isUndoable:!1},(()=>{s[r(757)]()})),s[r(543)](),this[r(490)][r(764)](s.id),this[r(405)][r(764)](s),t}))}return s}[Ec(389)](t){const e=Ec;return this[e(658)][e(754)](t)}[Ec(482)](t,e){const n=Ec,r=this[n(400)][n(735)][n(663)](n(654)),s=this[n(361)](t);if(this[n(454)]&&this[n(454)][n(570)])if(s[n(670)]){const s=r[n(484)](zr(this[n(400)][n(497)],n(602)));this[n(454)][n(570)](t,e)[n(693)]((()=>{r[n(417)](s)}))}else s.on(n(395),(()=>{this[n(482)](t,e)}))}[Ec(643)](t){const n=Ec;if(!this[n(454)]||!this[n(454)][n(361)])throw new e.CKEditorError(n(740),this);return this[n(454)][n(361)](t)}[Ec(642)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(378)](t),i=this[e(490)][e(663)](n)||this[e(744)](r,s,n,o,{});switch(this[e(487)](i,r,s,o),this[e(405)][e(663)](i)){case e(686):this[e(643)](n)[e(693)]((t=>{const r=e;let s=Promise[r(652)]();t[r(724)]&&(s=this[r(426)][r(423)]({channelId:this[r(400)][r(496)][r(663)](r(763)),threadId:n})),s[r(693)]((()=>{const e=r;this[e(513)](t)[e(670)]=!0}))})),this[e(405)][e(434)](i,e(523));break;case e(463):this[e(482)](n,{state:e(433)});case e(656):this[e(405)][e(434)](i,e(685)),this[e(377)](e(376),i);break;case e(685):this[e(377)](e(751),i)}return i[e(576)](t),i}[Ec(671)](t){const e=Ec,n=Array[e(588)](t),r=n[e(553)]((t=>e(590)==t[e(676)]));this[e(741)](r);const s=n[e(553)]((t=>!t[e(773)]&&e(590)!=t[e(676)])),o=this[e(698)]({skipNotAttached:!0})[e(553)]((t=>!t[e(773)]&&e(590)!=t[e(676)])),i=o[e(553)]((n=>!t[e(754)](n))),a=new Map(o[e(529)]((t=>[t,this[e(401)][e(391)](t[e(676)],t[e(524)],e(432))]))),c=new Map(o[e(529)]((t=>[t,t[e(624)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(510)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(510)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(510)];t++){const n=s[t];!l[e(754)](n)&&n[e(383)]&&(f[e(484)](n[e(383)]),n[e(383)][e(437)]===n&&(n[e(383)][e(437)]=null),n[e(383)]=null),!u[e(754)](n)&&n[e(437)]&&(f[e(484)](n[e(437)]),n[e(437)][e(383)]===n&&(n[e(437)][e(383)]=null),n[e(437)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(510)];e++){const r=g(t,n[e]);r&&(r[0][s(437)]=r[1],r[1][s(383)]=r[0],u[s(484)](r[0]),l[s(484)](r[1]))}}function g(t,n){const r=e;if(t[r(574)].id!==n[r(574)].id)return null;const s=a[r(663)](t)(t,n,c[r(663)](t),c[r(663)](n));return s&&a[r(663)](n)(t,n,c[r(663)](t),c[r(663)](n))?s[1][r(729)]&&s[1][r(729)][r(510)]?null:s:null}f[e(460)]&&this[e(671)](f)}[Ec(741)](t){const e=Ec;if(0==t[e(510)])return;const n=this[e(698)]({skipNotAttached:!0})[e(553)]((t=>e(590)==t[e(676)]&&t[e(375)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(689)]);s[e(754)](n)||(s[e(434)](n,r[e(510)]),r[e(347)]([]));const i=s[e(663)](n);r[i][e(347)](t)}!function(){const t=e;r[t(410)](((e,n)=>{const r=t,s=e[0][r(594)],o=n[0][r(594)];return s==o?e[0][r(689)][r(456)]<n[0][r(689)][r(456)]?-1:1:s<o?-1:1}));for(const e of r)e[t(410)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(510)];t++){if(0==r[t][e(510)])continue;const n=[];for(let s=t+1;s<r[e(510)];s++)0!=r[s][e(510)]&&i(r[t],r[s])&&n[e(347)](s);for(const s of n)r[t]=r[t][e(695)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(510)];n++)t[n][e(437)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(510)];n++)t[n][e(383)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(689)][r(456)]!==n[0][r(689)][r(456)]&&t[0][r(574)]!==n[0][r(574)])return!1;if(!function(t,e){const n=r;return!t[n(724)]&&!e[n(724)]||(!t[n(724)]||!e[n(724)])&&(!!(t[n(724)]&&e[n(594)]<t[n(729)][n(429)][n(663)](0)[n(594)])||!!(e[n(724)]&&t[n(594)]<e[n(729)][n(429)][n(663)](0)[n(594)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(689)],r(456)),o=Ic(n[0][r(689)],r(456));return!!wr(s,o)&&(!!t[r(398)]((t=>n[r(539)]((e=>t[r(624)]()[r(549)](e[r(624)]())))))&&n[r(398)]((e=>t[r(539)]((t=>e[r(624)]()[r(549)](t[r(624)]()))))))}}[Ec(577)](t){const e=Ec,n=Array[e(588)](t),r=this[e(698)]({skipNotAttached:!0}),s=r[e(553)]((n=>!t[e(754)](n))),o=new Map(n[e(529)]((t=>[t,this[e(401)][e(391)](t[e(676)],t[e(524)],e(447))]))),i=new Map(r[e(529)]((t=>[t,t[e(600)]()])));for(let t=0;t<n[e(510)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(510)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(510)];e++){const s=r[e];if(s[a(676)]!==n[a(676)]||s[a(574)].id!==n[a(574)].id||s[a(524)]!==n[a(524)])continue;if(!Oc(n,s,[a(456)]))continue;if(a(590)==n[a(676)]&&n[a(414)][a(357)]!=s[a(414)][a(357)])continue;if(a(590)==n[a(676)]&&t[a(389)](n[a(414)][a(415)]))continue;if(a(455)==n[a(676)]){const e=t[a(400)][a(499)],r=n[a(559)]();if(r&&(e[a(601)][a(756)](r)||e[a(601)][a(393)](r)))continue}const c=o[a(663)](n),u=i[a(663)](n),l=i[a(663)](s),f=n[a(729)]&&n[a(729)][a(510)],h=s[a(729)]&&s[a(729)][a(510)];if(!f&&c(l,u))return t[a(704)](s,n),i[a(764)](n),!0;if(!h&&c(u,l))return t[a(704)](n,s),i[a(764)](s),!0}return!1}}[Ec(704)](t,e){const n=Ec;if(t[n(773)])for(const r of e[n(600)]())t[n(632)](r);else{const r=e[n(624)]()[n(742)];this[n(597)](t,this[n(544)][n(581)](t[n(624)]()[n(713)],r))}e[n(637)]()}[Ec(661)](t,e){const n=Ec,r=t[n(718)](n(552))||t[n(718)](n(590))?n(613):t[n(471)]();return zr(this[n(400)][n(497)],e+"_"+r+n(353))}[Ec(650)](){const t=Ec,e=this[t(400)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(544)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(378)](t[s(461)]);if(s(501)===e){n[s(520)](this[s(661)](r,s(527)));break}}for(const t of r){const{group:e,type:r}=this[s(378)](t[s(461)]);if(s(501)===e){n[s(520)](this[s(661)](r,s(723)));break}}}))}[Ec(419)](t){const e=Ec;if(this[e(560)])return!1;const n=this[e(400)],r=n[e(499)][e(370)][e(473)][e(446)]();if(0==r[e(510)])return!1;const s=[],o=r[e(553)]((t=>e(590)==t[e(676)])),i=r[e(553)]((t=>e(621)==t[e(676)]&&e(530)!=t[e(461)])),a=r[e(553)]((t=>e(417)==t[e(676)]&&e(530)!=t[e(461)]));for(const t of o)s[e(347)]({key:t[e(721)],newValue:t[e(583)],oldValue:t[e(683)],range:Rc(t[e(440)],n[e(499)])});for(const t of i){const r=a[e(475)]((n=>n[e(356)][e(549)](t[e(356)])));r&&s[e(347)]({key:e(485),newValue:t[e(461)],oldValue:r[e(461)],range:n[e(499)][e(725)](t[e(356)][e(563)])})}return 0!=s[e(510)]&&this[e(669)](t,s)}[Ec(687)](t){const e=Ec;let n=!1;const r=this[e(400)][e(499)][e(370)][e(473)][e(465)]()[e(553)]((t=>t[e(414)][e(428)]&&t[e(461)][e(718)](e(453))));for(const s of r){const{subType:r,id:o}=this[e(378)](s[e(461)]),i=r[e(680)]("|")[0];for(const r of this[e(698)]({skipNotAttached:!0}))r.id!=o&&e(590)==r[e(676)]&&r[e(414)]&&r[e(414)][e(415)]==i&&r[e(624)]()[e(604)](s[e(414)][e(428)])&&(this[e(623)](r,s[e(414)][e(428)],t),n=!0)}return n}[Ec(705)](t){const e=Ec;this[e(400)],this[e(560)]=!0,t()}[Ec(730)](t){const e=Ec,n=this[e(389)](t),r=this[e(399)][e(754)](t);return n||r}[Ec(669)](t,e){const n=Ec;if(0==e[n(510)])return!1;let r=!1;for(const s of e){const e=this[n(480)](s[n(440)],n(590))[n(553)]((t=>!t[n(346)][n(699)]))[n(529)]((t=>t[n(501)])),i=(0,o.hashObject)({newValue:s[n(760)]});e[n(553)]((t=>{const e=n,[r,o]=t[e(524)][e(680)]("|");return r==s[e(415)]&&o!=i}))[n(569)]((e=>{const o=n;this[o(623)](e,s[o(440)],t),r=!0}))}return r}[Ec(623)](t,e,n){const r=Ec,s=t[r(624)]()[r(750)](e);0!==s[r(510)]?1!==s[r(510)]?this[r(402)](t,e[r(713)],e[r(742)]):this[r(597)](t,s[0]):n[r(768)](t[r(493)]())}}class Ac{constructor(t){const e=Ec;this[e(648)]=t,this[e(544)]=t[e(499)],this[e(521)]=new Map,this[e(639)]=new Map,this[e(441)]()}[Ec(617)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(544)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(391)](t,e,i(728))(...n),onDiscard:(...n)=>this[i(391)](t,e,i(757))(...n)})}[Ec(478)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(521)][s(434)](o,r)}[Ec(391)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(521)][r(663)](s)||this[r(639)][r(663)](t+":"+n)}[Ec(441)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(410)](((t,n)=>t[e(713)][e(568)](n[e(713)])?1:-1)),this[e(544)][e(436)]((n=>{const r=e;for(const e of t){let t;t=e[r(742)][r(352)]&&e[r(742)][r(448)]==e[r(713)][r(563)]?n[r(495)](e[r(713)][r(563)],"on"):n[r(495)](e),this[r(544)][r(684)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(544)][n(436)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(529)]((t=>(Cc(t)&&(t=this[s(544)][s(581)](t[s(742)])),t)))[s(553)]((t=>s(743)!==t[s(762)][s(387)]));if(c[s(510)]<1)return;const u=Array[s(588)](this[s(544)][s(370)][s(585)][s(600)]())[s(529)]((t=>i.LiveRange[s(505)](t)));r[s(673)](c);for(const t of this[s(648)][s(557)][s(557)]())t[s(481)]();a[s(347)]({forceDefaultExecution:!0}),this[s(648)][s(533)](o,...a);const l=u[s(553)]((t=>s(743)!=t[s(762)][s(387)]));l[s(510)]>0&&r[s(673)](l);for(const t of u)t[s(709)]()}))},s=(e,n)=>1==e[t(510)]&&1==n[t(510)]&&e[0][t(742)][t(549)](n[0][t(713)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(544)])?[e,n]:Mc(n,e,s,r,this[t(544)])?[n,e]:null;this[t(639)][t(434)](t(532),e),this[t(639)][t(434)](t(464),n),this[t(639)][t(434)](t(360),s),this[t(639)][t(434)](t(660),o),this[t(639)][t(434)](t(703),n),this[t(639)][t(434)](t(629),e),this[t(639)][t(434)](t(371),s),this[t(639)][t(434)](t(605),o),this[t(639)][t(434)](t(420),r),this[t(639)][t(434)](t(715),e),this[t(639)][t(434)](t(409),s),this[t(639)][t(434)](t(451),e),this[t(639)][t(434)](t(592),r),this[t(639)][t(434)](t(386),e),this[t(639)][t(434)](t(662),s),this[t(639)][t(434)](t(369),e),this[t(639)][t(434)](t(364),e),this[t(639)][t(434)](t(384),((e,n)=>{const r=t;if(!n)return;const s=this[r(648)][r(735)][r(663)](yc);this[r(544)][r(436)]((t=>{const o=r;if(o(485)==n[o(415)])for(const r of e){const e=r[o(713)][o(563)],s=n[o(357)];t[o(367)](e,s)}else if(s[o(389)](n[o(415)]))for(const r of e)void 0!==n[o(357)]?t[o(413)](n[o(415)],n[o(357)],r[o(713)][o(563)]):t[o(439)](n[o(415)],r[o(713)][o(563)]);else for(const r of e)n[o(357)]?t[o(413)](n[o(415)],n[o(357)],r):t[o(439)](n[o(415)],r)}))})),this[t(639)][t(434)](t(614),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(448)][r(540)]({includeSelf:!0,parentFirst:!0})){if(s[r(762)]==s)return!1;if(!n[r(358)](s))return!1;if(t[r(756)](s)||t[r(393)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(742)][e(448)]==t[e(713)][e(563)]&&t[e(742)][e(407)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(727)].is(s(668))&&!r[s(756)](t[s(727)]),i=t[s(713)][s(366)](o),a=t[s(742)][s(366)](o,{direction:s(462)});return!(t[s(713)][s(549)](i)&&t[s(742)][s(549)](a)||(i[s(568)](a)?n[s(538)](e,{range:n[s(581)](i,a)}):n[s(768)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ec,n=t[e(713)][e(563)];return n&&n.is(e(586))}function Rc(t,e){const n=Ec;return null==t[n(742)][n(431)]&&t[n(742)][n(448)]==t[n(713)][n(563)]?vc(t[n(713)][n(563)],e):t}function vc(t,e){const n=Ec,r=e[n(601)][n(756)](t)||e[n(601)][n(438)](t);return e[n(581)](e[n(747)](t,n(591)),r?e[n(620)](t):e[n(747)](t,n(742)))}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(742)][o(549)](r[o(713)]))return!0;if(t[o(676)]!=e[o(676)])return!1;if(!n[o(742)][o(736)](r[o(713)]))return!1;const i=s[o(581)](n[o(742)],r[o(713)])[o(507)]();for(const t of i)if([o(500),o(534)][o(348)](t[o(676)])&&s[o(601)][o(393)](t[o(727)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(375)]||!e[r(375)])&&wr(Ic(t[r(689)],n),Ic(e[r(689)],n))}function wc(t,e){const n=Ec,r=Dc(t[n(689)]),s=Dc(e);if(!t[n(375)])return!1;for(const t of Object[n(710)](s))if(!wr(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(672)]({},t);return delete n[e(479)],delete n[e(466)],n}const Fc=Pc;function Bc(){const t=["isDirty","2189747QrDGuP","2498955FYvEpG","locale","PendingActions","2ZpYMqK","_acceptCommand","add","isEnabled","_editor","listenTo","_discardCommand","remove","canEditAt","acceptSuggestion","PENDING_ACTION_SUGGESTION","view","destroy","stopListening","1506204NzsYzC","_setPendingAction","_pendingAction","discardSuggestion","unbind","4624272LXOfQG","change:isDirty","execute","canDiscard","model","plugins","get","commentThreadController","272982yxHmEH","102008VuCXCi","canAccept","commands","getRanges","8TKBaSM","bind","287569aEYmYl","_removePendingAction"];return(Bc=function(){return t})()}function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=497]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(328261===parseInt(n(526))/1+parseInt(n(533))/2*(parseInt(n(519))/3)+parseInt(n(520))/4+parseInt(n(530))/5+parseInt(n(506))/6+-parseInt(n(529))/7*(parseInt(n(524))/8)+-parseInt(n(511))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(515)]=e,this[s(503)]=n,this[s(518)]=r,this[s(537)]=t,this[s(534)]=t[s(522)][s(517)](s(501)),this[s(498)]=t[s(522)][s(517)](s(509)),this[s(503)][s(525)](s(536)).to(this[s(534)],this[s(498)],((t,e)=>t||e)),this[s(503)][s(525)](s(521)).to(this[s(534)],s(536),(t=>t&&this[s(537)][s(515)][s(500)](e[s(523)]()))),this[s(503)][s(525)](s(514)).to(this[s(498)],s(536),(t=>t&&this[s(537)][s(515)][s(500)](e[s(523)]()))),this[s(508)]=null,n[s(528)]&&this[s(507)](),this[s(497)](n,s(501),(()=>this[s(501)]())),this[s(497)](n,s(509),(()=>this[s(509)]())),this[s(497)](n,s(512),(()=>{const t=s;n[t(528)]?this[t(507)]():this[t(527)]()}))}[Fc(501)](){const t=Fc;this[t(534)][t(513)](this[t(515)].id)}[Fc(509)](){const t=Fc;this[t(498)][t(513)](this[t(515)].id)}[Fc(504)](){const t=Fc;this[t(503)][t(510)](t(536)),this[t(503)][t(510)](t(521)),this[t(503)][t(510)](t(514)),this[t(505)](),this[t(518)][t(504)](),this[t(508)]&&this[t(527)]()}[Fc(507)](){const t=Fc,e=zr(this[t(537)][t(531)],t(502));this[t(508)]=this[t(537)][t(516)][t(517)](t(532))[t(535)](e)}[Fc(527)](){const t=Fc;null!==this[t(508)]&&this[t(537)][t(516)][t(517)](t(532))[t(499)](this[t(508)]),this[t(508)]=null}}const Uc=jc;function jc(t,e){const n=Vc();return(jc=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(186085===-parseInt(n(262))/1*(parseInt(n(295))/2)+parseInt(n(283))/3*(-parseInt(n(278))/4)+parseInt(n(291))/5+-parseInt(n(254))/6+parseInt(n(256))/7*(-parseInt(n(251))/8)+parseInt(n(261))/9*(-parseInt(n(249))/10)+-parseInt(n(296))/11*(-parseInt(n(272))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class Gc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(280)]=null,this[s(285)]=null,this[s(267)](s(244),!1),this[s(267)](s(258),e[s(258)]),this[s(279)](s(258)).to(e),this[s(267)](s(268),[]),this[s(267)](s(260),!1),this[s(267)](s(282),!1),this[s(267)](s(271),!1),this[s(267)](s(259),!1),this[s(273)]=e,this[s(252)]=n,this[s(246)]=r,r[s(250)]?this[s(267)](s(245),1):this[s(253)]()}[Uc(289)](){const t=Uc;this[t(269)][t(289)]()}[Uc(266)](){const t=Uc;this[t(280)]&&this[t(280)][t(266)](),this[t(285)]&&this[t(285)][t(266)](),super[t(266)]()}[Uc(253)](){const t=Uc,{CommentsListView:e}=this[t(246)];this[t(280)]=new e(this[t(275)],this[t(273)][t(287)],Object[t(263)]({CommentView:this[t(246)][t(247)]},this[t(246)])),this[t(280)][t(276)](t(281)).to(this),this[t(280)][t(276)](t(286)).to(this),this[t(280)][t(279)](t(244)).to(this),this[t(267)](t(245),this[t(280)][t(245)]+1),this[t(279)](t(245)).to(this[t(280)],t(245),(t=>t+1)),this[t(285)]=this[t(270)](),this.on(t(281),(()=>this[t(289)]())),this[t(279)](t(260)).to(this[t(280)],t(288),this[t(285)][t(274)],t(255),((t,e)=>t||!!e))}[Uc(270)](){const t=Uc,{CommentThreadInputView:e}=this[t(246)],n=new e(this[t(275)],this[t(252)],this[t(246)][t(257)]),r=n[t(274)];return n[t(279)](t(294)).to(this,t(244),this[t(273)][t(287)],t(290),r,t(255),((t,e,n)=>!!n||t&&!e)),r.on(t(293),((e,n)=>{const s=t;this[s(248)](s(277),n),r[s(265)][s(292)]("")})),r.on(t(264),(()=>this[t(289)]())),r[t(279)](t(284)).to(this[t(273)][t(287)],t(290)),n}}function Vc(){const t=["720ZXedlR","_model","commentInputView","locale","delegate","addComment","364mbhkoS","bind","commentsListView","removeComment","isEnabled","11481cXEfOO","disabledSubmit","commentThreadInputView","updateComment","commentThread","hasDirtyComment","focus","isReadOnly","129305mrdVHg","setData","submit","showInput","2fWOxsw","204754ZjVqmd","isActive","length","_config","CommentView","fire","39830ZSaxoC","disableComments","40gVbCEL","_localUser","_createCommentViews","1161900CYluyE","value","67767MOcJlP","editorConfig","authoredAt","canDiscard","isDirty","126qlaTWh","310542YQVlmp","assign","cancel","editor","destroy","set","descriptionParts","element","_createCommentThreadInputView","canAccept"];return(Vc=function(){return t})()}function Hc(){const t=["Discard suggestion","acceptButton","ck-suggestion__info","1911340yeDsGf","locale","commentThread","21IJSKTl","ck-annotation","ck-comment__external","span","attributes","isActive","ck-annotation__content-wrapper","discardButton","div","canAccept","creator","3915nvFhUu",'" title="',"authoredAt","descriptionParts","ck-suggestion--disabled-comments","map","ck-suggestion__info-name","innerText","time","EXTERNAL_IMPORT_WORD_SUGGESTION","isEnabled","title","setTemplate","canDiscard","delegate","importWord","EXTERNAL_IMPORT_WORD_AVATAR","ck-annotation__info-name","querySelector","source","getTemplate","ck-suggestion--discard","ck-annotation__info-time","bind","ck-suggestion","ck-annotation__actions","@external","ck-suggestion-wrapper--active","check","content","</span>","value","isExternal","execute",'<span class="ck-suggestion-type">',"ck-suggestion__main","push","children","editorDestroyed",".ck-annotation__content-wrapper","commentThreadInputView","disableComments","cancel","author","ck-suggestion__actions","_descriptionElement","createElement","_config","ck-annotation__info","</p>","getExternalSuggestionNote","set","editorReady","ck-annotation__main","ck-annotation__user","ck-suggestion__user","innerHTML","extendTemplate","ck-suggestion-","description","render","getUserViewNotificationText","Accept suggestion","ck-comment__info-time",'"></span>',"commentsListView","userView",'<span class="ck-suggestion-color" style="background-color: ',"element","acceptSuggestion","66912jmWpIC","fire","join","split","4jfSAbj","color","_createButton","EXTERNAL_AVATAR","_model","2177555DssYEM","formatDateTime","name","<p>","16082748enrUAT","type","change:description","598496QcMTqR","bindTemplate","discardSuggestion","3273366nYiebW","ck-suggestion--accept","EXTERNAL_SUGGESTION","ck-suggestion-wrapper"];return(Hc=function(){return t})()}const zc=Wc;function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=220]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(478427===parseInt(n(266))/1+-parseInt(n(252))/2+-parseInt(n(226))/3+parseInt(n(230))/4*(parseInt(n(235))/5)+-parseInt(n(245))/6+parseInt(n(255))/7*(-parseInt(n(242))/8)+parseInt(n(239))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Gc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(317)](i(240),""),this[i(289)](i(240)).to(this,i(269),(t=>t&&t[0]?t[0][i(240)]:"")),this[i(289)](i(325)).to(this,i(269),this,i(260),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(238)+qc(e[n(295)],e[n(231)])+n(315);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(311)]=null,this[i(250)]=this[i(232)](zr(e,i(328)),t.icons[i(294)],i(246),i(225),"sw"),this[i(250)][i(289)](i(276)).to(this,i(264)),this[i(262)]=this[i(232)](zr(e,i(249)),t.icons[i(308)],i(287),i(244),"sw"),this[i(262)][i(289)](i(276)).to(this,i(279)),this[i(222)]=new o.UserView(e,this[i(234)][i(309)],this[i(327)]()),this[i(222)][i(323)]({attributes:{class:[i(321),i(320)]}}),this[i(278)](this[i(286)]())}[zc(286)](){const t=zc,e=this[t(243)],n=[{tag:t(263),attributes:{class:[t(251),t(314)]},children:[{tag:t(258),children:[{text:this[t(222)][t(237)]}],attributes:{class:[t(272),t(283)]}},{tag:t(274),attributes:{datetime:e.to(t(268)),class:[t(329),t(288)]},children:[{text:e.to(t(268),(e=>this[t(313)][t(236)](e)))}]}]},{tag:t(263),attributes:{class:[t(310),t(291)]},children:[this[t(250)],this[t(262)]]},{tag:t(263),attributes:{class:[t(261)]}}];this[t(234)][t(298)]&&n[t(302)]({tag:t(263),attributes:{class:[t(257)]},children:[{text:this[t(316)]()}]});const r={tag:t(263),attributes:{class:[t(248),e.if(t(260),t(293)),e.to(t(240),(e=>t(324)+e)),this[t(313)][t(307)]&&t(270)],"data-suggestion-id":this[t(234)].id,"data-thread-id":this[t(234)][t(254)].id,"data-author-id":this[t(234)][t(309)].id,tabindex:-1},children:[{tag:t(263),attributes:{class:[t(290),t(256)]},children:[this[t(222)],{tag:t(263),attributes:{class:[t(301),t(319)]},children:n}]}]};return this[t(221)]&&this[t(306)]&&(r[t(303)][t(302)](this[t(221)],this[t(306)]),this[t(221)][t(280)](t(318)).to(this),this[t(221)][t(280)](t(304)).to(this),this[t(306)][t(280)](t(318)).to(this),this[t(306)][t(280)](t(304)).to(this)),r}[zc(326)](){const t=zc;super[t(326)](),this[t(311)]=this[t(224)][t(284)](t(305)),this[t(311)][t(322)]=this[t(325)],this.on(t(241),((e,n,r)=>{const s=t;this[s(311)][s(322)]=r}))}[zc(232)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(253)]);return a[i(317)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(323)]({attributes:{class:n}}),a.on(i(299),(()=>{const t=i;this[t(227)](r,this[t(234)].id)})),a}[zc(316)](){const t=zc;return t(281)===this[t(234)][t(259)][t(292)][t(285)]?zr(this[t(253)],t(275)):zr(this[t(253)],t(247))}[zc(327)](){const t=zc;return this[t(234)][t(298)]?t(281)===this[t(234)][t(259)][t(292)][t(285)]?zr(this[t(253)],t(282),this[t(234)][t(265)][t(237)]):zr(this[t(253)],t(233),this[t(234)][t(265)][t(237)]):null}}function qc(t,e){const n=zc;let r="";return r+=t[n(229)]("*")[n(271)](((t,e)=>e%2!=0?n(300)+Xc(t)+n(296):Xc(t)))[n(228)](""),e&&(r+=n(223)+e[n(297)]+n(267)+e[n(277)]+n(220)),r}function Xc(t){const e=zc,n=document[e(312)](e(258));return n[e(273)]=t,n[e(322)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n';function Yc(){const t=["unbind","commandName","isInContent","119NyiFBs","some","from","menuitem","commands","getRanges","Discard all selected suggestions","switchbutton","reduce","comments.editorConfig","3764889ZOXRtS","SuggestionThreadView","editing","type","change:activeAnnotations","Accept all selected suggestions","menu","Annotations","CommentsRepository","children","lowest","_unbindEditors","has","_bindAnnotationToEditors","getByInnerView","trackChanges","keys","discardButton","getMarkerNames","add","_createToolbarButton","3736iRVcyN","_viewToController","getMarkers","previous","EditorAnnotations","push","1232559RZQngz","createCommentThreadController","buttonView","getJoined","comments","items","delete","_annotationViews","config","Accept all suggestions","descriptionParts","TrackChangesUI","pluginName","_refreshActiveMarkers","button","menuBar:trackChanges","editor","getFirstRange","value","18fhwjBk","860008FkBoNl","suggestionChanged","destroy","head","descriptionFactory","mainView","panelView","_updateController","refreshSelectedViews","getDescriptions","view","innerView","arrowView","acceptButton","trackChanges.SuggestionThreadView","Discard all suggestions","isEnabled","remove","listenTo","suggestionLoaded","model","values","acceptAllSuggestions","separator","createAnnotation","activeMarkers","CommentView","comments.maxCommentsWhenCollapsed","813425SfNfhd","_initializeController","_handleSuggestionControllerDelayed","filter","comments.maxCommentCharsWhenCollapsed","trackChanges.disableComments","activeAnnotations","isMultiRange","acceptSelectedSuggestions","discardSelectedSuggestions","TrackChangesEditing","init","requires","addComment","focus","getSuggestion","_destroyController","get","isOn","stopListening","_handleControllerBuffer","_disableComments","905AcSuJd","componentFactory","discardAllSuggestions","bind","registerAnnotation","toMany","define","comments.maxThreadTotalWeight","plugins","10wUkFWg","510phHdtT","suggestionUnloaded","delegate","16523166gkgYMJ","actionView","addSourceCollector","execute","getAllAdjacentSuggestions","clear","change:previous","_suggestionToController","hasSuggestion","suggestion-","size","Track changes","source","createAnnotationView","CommentsUI","set","isDirty","commentThread","_addUIComponentsToFactory","locale","length","menuitemcheckbox","_createMenuBarMenu"];return(Yc=function(){return t})()}const Jc=Qc;function Qc(t,e){const n=Yc();return(Qc=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=Qc,r=t();for(;;)try{if(268839===parseInt(n(543))/1*(parseInt(n(553))/2)+parseInt(n(473))/3+parseInt(n(493))/4+parseInt(n(521))/5*(parseInt(n(492))/6)+-parseInt(n(436))/7*(-parseInt(n(467))/8)+parseInt(n(446))/9*(parseInt(n(552))/10)+-parseInt(n(556))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class $c extends t.Plugin{static get[Jc(533)](){const t=Jc;return[yc,o.Users,t(454),t(453),t(471)]}static get[Jc(485)](){return Jc(484)}constructor(t){const e=Jc;super(t),this[e(563)]=new Map,this[e(468)]=new Map,this[e(480)]=new Map,this[e(541)]=new Map;const n=this[e(489)][e(481)];n[e(549)](e(507),Kc),n[e(549)](e(526),!1),this[e(542)]=n[e(538)](e(526))}[Jc(523)](t,e){const n=Jc;0===this[n(541)][n(566)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(541)]){const r=this[t(563)][t(458)](e);r||n?r&&n&&this[t(537)](e):this[t(522)](e)}this[t(541)][t(561)](),this[t(489)][t(551)][t(538)](t(471))[t(501)](),this[t(486)]()}),10),this[n(541)][n(571)](t,e)}[Jc(532)](){const t=Jc,e=this[t(489)],n=e[t(551)][t(538)](t(531)),r=e[t(551)][t(538)](t(453)),s=e[t(551)][t(538)](t(471)),o=e[t(551)][t(538)](t(454));this[t(574)](),s[t(558)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(438)](this[e(563)])){const s=t[e(560)](),o=[];for(const t of s){if(!t[e(435)])continue;if(t[e(528)]){o[e(472)](...t[e(441)]());continue}const n=t[e(490)]();if(o[e(576)]>0){const t=o[0][e(476)](n);if(t){o[0]=t;continue}}o[e(472)](n)}n[e(472)]([r[e(503)],o])}return n})),this[t(511)](n,t(512),((e,n)=>{const r=t;this[r(511)](n,r(562),((t,e,s,o)=>{const i=r;n[i(435)]&&(null==s?(this[i(500)](o[i(496)]),this[i(523)](n,!1)):(this[i(500)](s[i(496)]),null==o&&this[i(523)](n,!0)))})),null!==n[r(470)]?this[r(500)](n[r(496)]):this[r(523)](n,!1)})),this[t(511)](n,t(554),((e,n,r)=>{const s=t;this[s(540)](n,s(562)),this[s(541)][s(479)](n),this[s(563)][s(458)](n)&&this[s(537)](n),r&&this[s(500)](r[s(496)])})),this[t(511)](n,t(494),((e,n)=>{this[t(500)](n)})),this[t(511)](r,t(450),(()=>{this[t(486)]()})),this[t(511)](o,t(534),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(564)](r))return;const i=n[o(536)](r);this[o(563)][o(538)](i)[o(503)][o(535)]()}),{priority:t(456)})}[Jc(486)](){const t=Jc,e=this[t(489)][t(551)][t(538)](t(453)),n=this[t(489)][t(551)][t(538)](t(531)),r=Array[t(438)](e[t(527)],(e=>e[t(504)]))[t(524)]((e=>this[t(468)][t(458)](e))),s=[];for(const e of r){const n=this[t(468)][t(538)](e)[t(513)][t(560)]();s[t(472)](...n[t(444)](((e,n)=>[...e,...n[t(464)]()]),[]))}n[t(518)]=s}[Jc(574)](){const t=Jc,n=this[t(489)],r=n[t(575)],o=zr(r,t(567)),i=new e.Collection([{type:t(443),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(461),role:t(577)})},{type:t(516)},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(482)),commandName:t(515),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(451)),commandName:t(529),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(508)),commandName:t(545),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(442)),commandName:t(530),role:t(439)})}]);for(const e of i)if(tu(e)){const r=n[t(440)][t(538)](e[t(513)][t(580)]);e[t(513)][t(546)](t(539),t(509)).to(r,t(491),t(509))}n.ui[t(544)][t(465)](t(461),(e=>this[t(466)](e,i,o))),n.ui[t(544)][t(465)](t(488),(e=>this[t(578)](e,i,o)))}[Jc(466)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(489)][r(440)][r(538)](r(461));o[r(475)][r(571)]({tooltip:n,label:n,icon:Zc}),o[r(475)][r(546)](r(539)).to(i,r(491)),o[r(475)].on(r(559),(()=>{const t=r;i[t(559)](),this[t(489)][t(448)][t(503)][t(535)]()})),(0,s.addListToDropdown)(o,e,{role:r(452)});const a=[];for(const t of e)tu(t)&&a[r(472)](this[r(489)][r(440)][r(538)](t[r(513)][r(580)]));const c=o[r(475)];return c[r(557)][r(579)](r(509)),c[r(505)][r(579)](r(509)),c[r(557)][r(546)](r(509)).to(i,r(509)),c[r(505)][r(546)](r(509))[r(548)](a,r(509),((...t)=>t[r(437)]((t=>t)))),o.on(r(559),(t=>{const e=r;this[e(489)][e(559)](t[e(568)][e(580)]),this[e(489)][e(448)][e(503)][e(535)]()})),o}[Jc(578)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(489)][r(440)][r(538)](r(461));o[r(475)][r(571)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(516)==n[r(449)]){a[r(478)][r(465)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(513)];i[r(546)](...Object[r(462)](c)).to(c),i[r(555)](r(559)).to(o),i.on(r(559),(()=>{const t=r;this[t(489)][t(559)](c[t(580)]),this[t(489)][t(448)][t(503)][t(535)]()})),e[r(455)][r(465)](i),a[r(478)][r(465)](e)}return o[r(546)](r(509)).to(i,r(509)),o[r(499)][r(455)][r(465)](a),o}[Jc(522)](t){const e=Jc,n=this[e(489)],r=n[e(481)],s=n[e(551)][e(538)](e(453)),i=n[e(551)][e(538)](e(454)),a=n[e(551)][e(538)](e(471)),c=n[e(551)][e(538)](o.Users).me,u=r[e(538)](e(461))[e(447)],{CommentsListView:l,CommentThreadInputView:f}=n[e(551)][e(538)](e(570));let h,g;this[e(480)][e(458)](t.id)?(g=this[e(480)][e(538)](t.id),h=g[e(498)]):(h=new u(n[e(575)],t,c,{disableComments:this[e(542)],editorConfig:r[e(538)](e(445)),maxCommentsWhenCollapsed:r[e(538)](e(520)),maxThreadTotalWeight:r[e(538)](e(550)),maxCommentCharsWhenCollapsed:r[e(538)](e(525)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(538)](e(575))),CommentView:r[e(538)](e(477))[e(519)],CommentsListView:l,CommentThreadInputView:f}),h[e(506)].on(e(559),(()=>{const t=e;n[t(448)][t(503)][t(535)]()})),h[e(463)].on(e(559),(()=>{const t=e;n[t(448)][t(503)][t(535)]()})),g=s[e(569)](this[e(489)][e(575)],h),g[e(546)](e(572)).to(h,e(572)),g[e(546)](e(576)).to(h),g[e(546)](e(449)).to(h,e(449),(t=>e(565)+t)),this[e(480)][e(571)](t.id,g));const d=i[e(474)](t[e(573)],h),p=new xc(n,t,h,d),m=t[e(560)]()[e(524)]((t=>t[e(435)]));h[e(483)]=n[e(551)][e(538)](e(531))[e(497)][e(502)](m),this[e(563)][e(571)](t,p),this[e(468)][e(571)](h,p);const I=s[e(517)]({view:g,target:()=>{const r=e,s=[],i=t[r(560)]()[r(524)]((t=>t[r(435)]));for(const t of i)s[r(472)](...t[r(469)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(448)],s)},type:()=>e(565)+p[e(503)][e(449)]});i[e(459)](h,I),s[e(465)](I),a[e(547)](I)}[Jc(537)](t){const e=Jc,n=this[e(489)][e(551)][e(538)](e(454)),r=this[e(489)][e(551)][e(538)](e(453)),s=this[e(563)][e(538)](t),o=s[e(503)],i=r[e(460)](o);n[e(457)](o),i&&r[e(510)](i),this[e(563)][e(479)](t),this[e(468)][e(479)](o),s[e(495)]()}[Jc(500)](t){const e=Jc;if(!t[e(435)]||!this[e(563)][e(458)](t))return;const n=this[e(489)][e(551)][e(538)](e(531)),r=this[e(563)][e(538)](t),s=t[e(560)]();r[e(503)][e(483)]=n[e(497)][e(502)](s)}[Jc(495)](){const t=Jc;for(const e of this[t(563)][t(462)]())this[t(537)](e);for(const e of this[t(480)][t(514)]())e[t(498)][t(495)]();super[t(495)]()}}function tu(t){return Jc(513)in t}var eu=nu;function nu(t,e){var n=su();return(nu=function(t,e){return n[t-=287]})(t,e)}!function(t,e){for(var n=nu,r=t();;)try{if(802280===parseInt(n(303))/1*(parseInt(n(307))/2)+-parseInt(n(297))/3*(-parseInt(n(289))/4)+-parseInt(n(302))/5*(-parseInt(n(292))/6)+parseInt(n(300))/7+parseInt(n(305))/8+parseInt(n(290))/9+-parseInt(n(308))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(su);class ru extends t.Plugin{static get[eu(287)](){return[yc,$c,eu(298)]}static get[eu(301)](){return eu(293)}set[eu(304)](t){var e=eu;this[e(291)][e(295)][e(294)](yc)[e(304)]=t}get[eu(304)](){var t=eu;return this[t(291)][t(295)][t(294)](yc)[t(304)]}[eu(288)](t){var e=eu;return this[e(291)][e(295)][e(294)](yc)[e(296)](t)}[eu(306)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(291)][n(295)][n(294)](yc)[n(306)]({skipNotAttached:t,toJSON:e})}[eu(299)](t){var e=eu;return this[e(291)][e(295)][e(294)](yc)[e(299)](t)}}function su(){var t=["TrackChanges","get","plugins","addSuggestionData","2763JVdBHr","Comments","getSuggestion","6428646hXQPdZ","pluginName","2067185aSKkJp","14790WKKggZ","adapter","38296OptklL","getSuggestions","62SvYrIT","22438640ikyKXX","requires","addSuggestion","1028nipaFE","9129195DFletu","editor","6nYxbkU"];return(su=function(){return t})()}const ou=uu;function iu(){const t=["end","trackChangesData.editorCreator","TrackChangesData","requires","data","set","addCommentThread","execute","function","reduce","pluginName","128rBHoCn","model","131383rruLcA","getCommentThreads","getUser","2620AgZssa","addUser","get","488268hqpfXZ","getRootNames","trackChangesData","define","createElement","create","document","getDataWithDiscardedSuggestions","init","plugins","TrackChangesDataGetter","appendChild","editorCreator","constructor","getFullData","discardAllSuggestions","CommentsRepository","140HACeTj","editor","getSuggestions","getRootsAttributes","name","131634oIihRC","createDocumentFragment","useAnonymousUser","map","202nEZUig","push","rootsAttributes","TrackChangesEditing","100611oPIGkH","512022hXwguh","destroy","80MhSAqu","getDataWithAcceptedSuggestions","_adapter","users","track-changes-data-invalid-editor-creator","77BYOifr","Pagination","result","addSuggestionData","acceptAllSuggestions","div","Users","1707ixljqX","config"];return(iu=function(){return t})()}!function(t,e){const n=uu,r=t();for(;;)try{if(166594===-parseInt(n(257))/1+parseInt(n(253))/2*(parseInt(n(206))/3)+parseInt(n(219))/4*(parseInt(n(224))/5)+parseInt(n(258))/6+-parseInt(n(221))/7*(-parseInt(n(260))/8)+parseInt(n(249))/9*(parseInt(n(244))/10)+-parseInt(n(199))/11*(parseInt(n(227))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(200)];class cu extends t.Plugin{static get[ou(211)](){return[yc]}static get[ou(218)](){return ou(210)}[ou(235)](){const t=ou,n=this[t(245)];if(n[t(207)][t(230)](t(209),(e=>{const r=t,s=n[r(220)][r(233)][r(228)]()[r(217)](((t,e)=>(t[e]="",t)),{});return n[r(240)][r(232)](s,e)})),t(216)!=typeof n[t(207)][t(226)](t(229))[t(239)])throw new e.CKEditorError(t(198))}[ou(261)](t){return hu(this[ou(245)],!0,t)}[ou(234)](t){return hu(this[ou(245)],!1,t)}}function uu(t,e){const n=iu();return(uu=function(t,e){return n[t-=197]})(t,e)}class lu extends t.Plugin{static get[ou(218)](){return ou(237)}constructor(t){const e=ou;super(t),this[e(201)]=e(208)}[ou(235)](){const t=ou;this[t(245)][t(236)][t(226)](t(243))[t(262)]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[t(245)][t(236)][t(226)](t(256))[t(262)]=null}}function fu(t){return void 0!==t[ou(247)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(236)][r(254)](yc,lu),s[r(255)]=fu(t)?t[r(247)]():void 0;const i=document[r(250)](),a=t[r(207)][r(226)](r(229))[r(239)],c=await a(s,(()=>function(t){const e=r,n=document[e(231)](e(204));return t[e(238)](n),n}(i)));!function(t,e){const n=r,s=t[n(220)][n(233)][n(228)]()[n(217)](((e,r)=>(e[r]=t[n(212)][n(226)]({rootName:r}),e)),{}),o=t[n(236)][n(226)](n(205))[n(197)][n(252)]((t=>({id:t.id,name:t[n(248)]}))),i=t[n(236)][n(226)](n(256))[n(246)]({skipNotAttached:!0,toJSON:!0}),a=t[n(236)][n(226)](n(243))[n(222)]({skipNotAttached:!0,toJSON:!0}),c=e[n(236)][n(226)](n(205)),u=e[n(236)][n(226)](n(256)),l=e[n(236)][n(226)](n(243));for(const t of o)c[n(223)](t.id)||c[n(225)](t);c.me||c[n(251)]();for(const t of a)l[n(214)](t);for(const t of i)u[n(202)](t);e[n(212)][n(213)](s)}(t,c),c[r(215)](r(e?203:242));const u=fu(c)?c[r(241)](n):c[r(212)][r(226)](n);return await c[r(259)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=186]})(t,e)}function du(){var t=["3021851XZKpxh","970MXtHWH","19UcUgGL","414704nTnoqH","12KKIrAc","1720835MxXzIj","52650708mPbOBc","144518pWohPZ","101529rPsiJq","15uwmvaB","12242528WqBGac"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(788095===parseInt(n(186))/1*(-parseInt(n(191))/2)+-parseInt(n(193))/3*(-parseInt(n(187))/4)+parseInt(n(189))/5+parseInt(n(188))/6*(-parseInt(n(195))/7)+-parseInt(n(194))/8+-parseInt(n(192))/9*(parseInt(n(196))/10)+parseInt(n(190))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|