@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240604.1 → 0.0.0-nightly-20240605.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/README.md +0 -6
- package/build/track-changes.js +1 -1
- package/dist/index.js +1 -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/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +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.d.ts +1 -1
- package/src/suggestion.js +1 -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.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +1 -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:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>uu,TrackChangesEditing:()=>yc});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-=413]})(t,e)}function l(){const t=["execute","editor","_enableCommands","433470CppSAW","clearForceDisabled","2215374jktIpm","6124140NyDEUX","373611vswYMp","434724RXPSKa","8oIolqX","commands","941966qWpMUP","_enabledCommands","value","_disableUnsupportedCommands","_isEnabledBasedOnSelection","forceDisabled","TrackChangesCommand","affectsData","isEnabled","has","refresh","5XRvrkt","189468OYFvgi"];return(l=function(){return t})()}!function(t,e){const n=u,r=t();for(;;)try{if(366784===parseInt(n(431))/1+parseInt(n(419))/2+-parseInt(n(435))/3+parseInt(n(416))/4+-parseInt(n(430))/5*(-parseInt(n(413))/6)+parseInt(n(415))/7*(parseInt(n(417))/8)+-parseInt(n(414))/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(420)]=e,this[n(421)]=!1,this[n(429)](),this[n(423)]=!1}[c(429)](){this[c(427)]=!0}[c(432)](){const t=c;this[t(421)]=!this[t(421)],this[t(421)]?this[t(422)]():this[t(434)]()}[c(422)](){const t=c;for(const e of this[t(433)][t(418)][t(418)]())e[t(426)]&&!this[t(420)][t(428)](e)&&e[t(424)](t(425))}[c(434)](){const t=c;for(const e of this[t(433)][t(418)][t(418)]())e[t(426)]&&!this[t(420)][t(428)](e)&&e[t(436)](t(425))}}const h=d;function g(){const t=["126bUPneq","10gJpDZK","4jLSQiu","plugins","_isEnabledBasedOnSelection","get","2820356lMlAHK","683433vYxudz","101456YPZVvU","567500GziTXE","getRanges","editor","track-changes-accept-suggestion-not-found","execute","acceptSuggestion","model","2502yfNaTK","22CbwoUY","1354203nQmhzh","isEnabled","refresh","_suggestions","canEditAt","TrackChangesEditing","2133990eIyFQg"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=150]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(398977===parseInt(n(154))/1*(-parseInt(n(153))/2)+-parseInt(n(155))/3+-parseInt(n(164))/4*(-parseInt(n(171))/5)+parseInt(n(161))/6+parseInt(n(162))/7*(parseInt(n(170))/8)+-parseInt(n(169))/9*(parseInt(n(163))/10)+parseInt(n(168))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(158)]=e,this[n(157)](),this[n(166)]=!1}[h(157)](){this[h(156)]=!0}[h(150)](t){const n=h,r=this[n(158)][n(167)](t);if(!r)throw new e.CKEditorError(n(174),this);const s=r[n(172)]();this[n(173)][n(152)][n(159)](s)&&this[n(173)][n(165)][n(167)](n(160))[n(151)](r)}}const m=E;function I(){const t=["1024650WdhWUv","16100xjHPxM","775684xQZKqh","_suggestions","166790OCLgbs","discardSuggestion","getRanges","refresh","2GTXeLm","57607cCSdxn","166296dfgvdb","execute","_isEnabledBasedOnSelection","get","387lpcyBk","170FiDSuT","editor","isEnabled","model","368KPOYsd","plugins","TrackChangesEditing","canEditAt","track-changes-discard-suggestion-not-found","24idjTnO"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=269]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(133024===parseInt(n(273))/1*(parseInt(n(269))/2)+parseInt(n(275))/3+-parseInt(n(292))/4+parseInt(n(290))/5+-parseInt(n(289))/6*(parseInt(n(291))/7)+-parseInt(n(284))/8*(parseInt(n(279))/9)+-parseInt(n(280))/10*(parseInt(n(274))/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(293)]=e,this[n(272)](),this[n(277)]=!1}[m(272)](){this[m(282)]=!0}[m(276)](t){const n=m,r=this[n(293)][n(278)](t);if(!r)throw new e.CKEditorError(n(288),this);const s=r[n(271)]();this[n(281)][n(283)][n(287)](s)&&this[n(281)][n(285)][n(278)](n(286))[n(270)](r)}}function T(t){const e=C;return t[e(186)](((t,n)=>e(204)==t[e(196)]&&e(204)!=n[e(196)]?-1:e(204)!=t[e(196)]&&e(204)==n[e(196)]?1:0))}function _(){const t=["value"," [color ","isInContent","isArray","createPositionBefore","push","deletion","8cKWXuu","1299328vPRDph","add","5209030zeWLYM","isTouching","isIntersecting","194257HOBJAA","2942883IfmAdx","next","28MbxdKu","length","5EpiaIH","getRanges","isObject","createRange","isCollapsed","start","join","end","map","content","change","createPositionAfter","color","sort","2855828GfDKnw","createPositionAt","replace","schema","isMultiRange","2701737rCCWHR","from","5963574RPPoGc","splice","type","execute"];return(_=function(){return t})()}function y(t,e){const n=C;let r,s=0;const o=[],i=e[n(190)];for(;s<t[n(215)];){const a=t[s],c=t[s+1];r||(r=e[n(202)](a)),A(e,a,c)||(o[n(203)](e[n(176)](r,i[n(175)](a)?e[n(184)](a):e[n(188)](a,n(180)))),r=null),s++}return o}function A(t,e,n){const r=C;if(!n)return!1;const s=t[r(184)](e),o=t[r(202)](n);return s[r(209)](o)}function C(t,e){const n=_();return(C=function(t,e){return n[t-=175]})(t,e)}!function(t,e){const n=C,r=t();for(;;)try{if(504993===parseInt(n(211))/1*(parseInt(n(205))/2)+-parseInt(n(212))/3+parseInt(n(187))/4*(-parseInt(n(216))/5)+parseInt(n(194))/6+-parseInt(n(214))/7*(-parseInt(n(206))/8)+parseInt(n(192))/9+-parseInt(n(208))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_);function k(t,e,n){const r=C;for(;n[r(215)];){const s=n[r(195)](0,100);t[r(183)]((()=>{const t=r;for(const n of s)n[t(200)]&&e[t(197)](n.id)}))}}const L=N;function N(t,e){const n=S();return(N=function(t,e){return n[t-=220]})(t,e)}!function(t,e){const n=N,r=t();for(;;)try{if(434816===-parseInt(n(220))/1+parseInt(n(232))/2*(parseInt(n(228))/3)+parseInt(n(229))/4+parseInt(n(226))/5+parseInt(n(227))/6+parseInt(n(238))/7+parseInt(n(222))/8*(-parseInt(n(221))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class R extends t.Command{constructor(t,e,n){const r=N;super(t),this[r(230)]=e,this[r(235)]=n,this[r(224)](),this[r(223)]=!1}[L(224)](){const t=L,e=Array[t(234)](this[t(235)][t(233)]())[t(231)]((e=>e[t(236)]));this[t(240)]=this[t(230)][t(240)]&&e}[L(239)](){const t=L,e=T(Array[t(234)](this[t(235)][t(233)]()));for(const n of e){const e=n[t(241)]();if(!this[t(237)][t(225)][t(242)](e))return}k(this[t(237)][t(225)],this[t(230)],e)}}function S(){const t=["refresh","model","1665130gToXrh","4085856CsGhrn","48OPTELE","1346124ZXvszb","_command","some","40322KWVyTz","values","from","_suggestions","isInContent","editor","2940546jcZuOH","execute","isEnabled","getRanges","canEditAt","560263rLFXco","2538PGXEVs","31152opfTVo","_isEnabledBasedOnSelection"];return(S=function(){return t})()}const M=v;function v(t,e){const n=O();return(v=function(t,e){return n[t-=391]})(t,e)}function O(){const t=["editor","13937436MDweog","isEnabled","model","execute","2484470qjuXxT","3218084sfZnXS","321743JhNSCs","getRanges","size","2RtGRxZ","_isEnabledBasedOnSelection","_suggestions","refresh","from","document","_selectedSuggestions","917mpHhmL","_command","values","canEditAt","2504LuPhwI","selection","946542gLazKr","6989700nfhyhz"];return(O=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(733879===parseInt(n(413))/1*(-parseInt(n(391))/2)+-parseInt(n(404))/3+-parseInt(n(412))/4+-parseInt(n(411))/5+parseInt(n(405))/6+parseInt(n(398))/7*(-parseInt(n(402))/8)+parseInt(n(407))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(O);class w extends t.Command{constructor(t,e,n){const r=v;super(t),this[r(399)]=e,this[r(393)]=n,this[r(397)]=new Set,this[r(394)](),this[r(392)]=!1}[M(394)](){const t=M,e=this[t(406)][t(409)][t(396)][t(403)],n=Array[t(395)](this[t(393)][t(400)]());this[t(397)]=function(t,e){const n=C,r=Array[n(193)](t[n(217)]()),s=new Set;for(const o of e)if(o[n(200)])for(const e of r)for(const r of o[n(217)]())(e[n(210)](r)||t[n(177)]&&!o[n(191)]&&o[n(213)]&&r[n(180)][n(209)](e[n(178)]))&&s[n(207)](o);return s}(e,n),this[t(408)]=this[t(399)][t(408)]&&!!this[t(397)][t(415)]}[M(410)](){const t=M,e=T(Array[t(395)](this[t(397)]));for(const n of e){const e=n[t(414)]();if(!this[t(406)][t(409)][t(401)](e))return}k(this[t(406)][t(409)],this[t(399)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const B=function(t){var e=this.__data__,n=x(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=x(e,t);return n<0?void 0:e[n][1]};const j=function(t){return x(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=x(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=B,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 X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Z=q||Y||Function("return this")();const J=Z.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=Z["__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 Ct=At(Z,"Map");const kt=At(Object,"create");const Lt=function(){this.__data__=kt?kt(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 Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(kt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return kt?void 0!==e[t]:Mt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=kt&&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=St,wt.prototype.has=vt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(Ct||H),string:new Ft}};const xt=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 xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=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=Dt,Vt.prototype.delete=Bt,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(!Ct||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=X,Wt.prototype.set=zt;const Kt=Wt;const Xt=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 Yt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Zt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Zt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Yt(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?Yt(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?Z.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 Ce=Object.prototype.hasOwnProperty;const ke=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&&!Ce.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 Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Ne(t))return Se(t);var e=[];for(var n in Object(t))Me.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)?ke(t):ve(t)};const Fe=function(t,e){return t&&Qt(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 xe=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return De(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Be=function(t){return Oe(t)?ke(t,!0):Pe(t)};const Ue=function(t,e){return t&&Qt(e,Be(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?Z.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 Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Ze=Ye?function(t){return null==t?[]:(t=Object(t),Ke(Ye(t),(function(e){return qe.call(t,e)})))}:Xe;const Je=function(t,e){return Qt(t,Ze(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=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ze(t)),t=$e(t);return e}:Xe;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,Ze)};const sn=function(t){return nn(t,Be,tn)};const on=At(Z,"DataView");const an=At(Z,"Promise");const cn=At(Z,"Set");const un=At(Z,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(Ct),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||Ct&&Tn(new Ct)!=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 Cn=Z.Uint8Array;const kn=function(t){var e=new t.constructor(t.byteLength);return new Cn(e).set(new Cn(t)),e};const Ln=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=J?J.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const On=function(t,e){var n=e?kn(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 kn(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 Rn(t);case"[object Symbol]":return vn(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 xn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Dn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):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 Xn=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?{}:xn(e),!c)return u?en(e,Ue(a,e)):Je(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?Be:we)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Yn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\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&&!Yn(t))||(Jn.test(t)||!Zn.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(Yn(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||Yn(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 Cr=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 Cn(t),new Cn(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 kr=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:kr.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]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Nr?Sr:c)==Sr,f=(u=u==Nr?Sr:u)==Sr,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):Cr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.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:vr(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 xr=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:Dr(t,xr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=185]})(t,e)}function Vr(){const t=["hasComments","270rJDKTG","108027IuKwOj","3456600NaEUDG","authoredAt","filter","1deJQrk","data","substr","split","1410696thtsjk","nodeBefore","_model","from","next","add","delete","get","decorate","onAttributesChange","onDiscard","addMarkerName","addRange","getMarkerNames","_isDataLoaded","accept","head","commentThread","isInContent","getContainedElement","addMarker","clear","removeAttribute","setAttribute","push","createdAt","set","toJSON","author","isMultiRange","removeMarker","type","1787100XqTDZM","getFirstMarker","getMarkers","_onDiscard","change","previous","_onAccept","size","attributes","getRange","reduce","847590WXMDnu","11343000dBzuIZ","isExternal","onAccept","isIntersectingWithRange","getItems","isIntersecting","getMultiRangeId","getRanges","nodeAfter","getFirstRange","length","end","markers","suggestion:","discard","56JOZNFj","removeMarkers","2676Pcyuni","creator","map","getAllAdjacentSuggestions","start","_saved","@external","subType","_onAttributesChange","_markerNames"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(316076===parseInt(n(212))/1*(-parseInt(n(259))/2)+-parseInt(n(216))/3+-parseInt(n(196))/4*(parseInt(n(207))/5)+-parseInt(n(248))/6+parseInt(n(209))/7+-parseInt(n(194))/8*(parseInt(n(208))/9)+parseInt(n(260))/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(230)]=!1,this.id=e.id,this[n(247)]=e[n(247)],this[n(203)]=e[n(203)]||null,this[n(244)]=e[n(244)],this[n(197)]=e[n(197)]||e[n(244)],this[n(261)]=Boolean(e[n(256)]&&e[n(256)][n(202)]),this[n(213)]=null,this[n(218)]=t,this[n(254)]=e[n(262)],this[n(251)]=e[n(226)],this[n(204)]=e[n(225)],this[n(205)]=new Set,this[n(241)]=null,this[n(242)](n(210),null),this[n(242)](n(256),e[n(256)]||{}),this[n(242)](n(253),null),this[n(242)](n(220),null),this[n(242)](n(233),null),this[n(242)](n(201),!1),this[n(224)](n(231)),this[n(224)](n(193))}get[jr(232)](){const t=jr;let e=this;for(;e[t(253)];)e=e[t(253)];return e}get[jr(206)](){const t=jr;return!!this[t(233)]&&this[t(233)][t(189)]>0}get[jr(245)](){const t=jr;return 0!=this[t(205)][t(255)]&&6==Array[t(219)](this[t(205)])[0][t(215)](":")[t(189)]}get[jr(234)](){return null!==this[jr(249)]()}[jr(227)](t){const e=jr;this[e(205)][e(221)](t)}[jr(229)](){const t=jr;return Array[t(219)](this[t(205)])}[jr(250)](){const t=jr;return this[t(229)]()[t(198)]((e=>this[t(218)][t(191)][t(223)](e)))[t(211)]((t=>t))}[jr(249)](){return this[jr(250)]()[0]||null}[jr(195)](){const t=jr;this[t(218)][t(252)]((e=>{const n=t;for(const t of this[n(250)]())e[n(246)](t)})),this[t(205)][t(237)]()}[jr(246)](t){const e=jr;this[e(218)][e(252)]((n=>{n[e(246)](t)})),this[e(205)][e(222)](t)}[jr(228)](t){const e=jr,n=e(192)+this[e(247)]+":"+this[e(203)]+":"+this.id+":"+this[e(197)].id+":"+Hr[e(185)]();this[e(227)](n),this[e(218)][e(252)]((r=>{r[e(236)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(263)](t){const e=jr;for(const n of this[e(186)]())if(n[e(265)](t))return!0;return!1}[jr(186)](){const t=jr;return this[t(250)]()[t(198)]((e=>e[t(257)]()))}[jr(264)](){const t=jr;return this[t(186)]()[t(258)](((e,n)=>[...e,...n[t(264)]()]),[])}[jr(188)](){const t=jr;var e;return(null===(e=this[t(249)]())||void 0===e?void 0:e[t(257)]())||null}[jr(235)](){const t=jr,e=this[t(186)]();if(1!=e[t(189)])return null;const n=e[0],r=n[t(200)][t(187)],s=n[t(190)][t(217)];return r instanceof i.Element?r!=s?null:r:null}[jr(231)](){const t=jr;this[t(254)](this[t(186)](),this[t(213)],this[t(256)]),this[t(195)]()}[jr(193)](){const t=jr;this[t(251)](this[t(186)](),this[t(213)],this[t(256)]),this[t(195)]()}[jr(199)](){const t=jr,e=[];let n=this[t(232)];for(;n;)e[t(240)](n),n=n[t(220)];return e}[jr(239)](t,e){const n=jr,r=qn(this[n(256)]);hr(r,t,e),wr(r,this[n(256)])||(this[n(256)]=r,this[n(204)](r))}[jr(238)](t){const e=jr,n=qn(this[e(256)]);Ur(n,t),wr(n,this[e(256)])||(this[e(256)]=n,this[e(204)](this[e(256)]))}[jr(243)](){const t=jr;return{id:this.id,type:this[t(203)]?this[t(247)]+":"+this[t(203)]:this[t(247)],authorId:this[t(197)].id,createdAt:this[t(241)],hasComments:this[t(206)],data:this[t(213)],attributes:this[t(256)]}}static[jr(185)](){const t=jr;return(0,e.uid)()[t(214)](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=Xr;function Kr(){const t=["3199JeKxxi","3529672fMWMPn","skip","236891utngFj","map","*Split:* %0","pop","data","remove","removeEmptyContainer","145089dUXhIA","nextSibling","registerElementLabel","normal","indexOf","$1 $2","type","length","match","129Jghyfc","$textProxy","add","previousSibling","newValue","text","20155iTmhPP","key","checkChild","removeContainer","*Insert:* %0","element","getFirstRange","end","join","addContainer","addObject","removeObject","insertion","registerAttributeLabel","getDescriptions","replace","addFormat","_addDescriptionItems","subType","$text","addEmptyContainer","set","Object","isEmpty","label","push","66vDhyqq","*Change to:* %0","EmptyContainer","function","isObject","getItemLabel","item","_locale","nodeAfter","500JvNCBH","_handleRenameSuggestionDescription","Container","*Merge:* %0","softBreak","isEqual","removeFormat","ELEMENT_SPACE","_attributeLabels","get","quantity","_handleInsertRemoveSuggestionDescription","_itemLabelsCallbacks","*Remove:* %0","elementStart","21952326MpKeQj","elementEnd","_customCallbacks","attribute","getWalker","isInContent","_schema","_handleCustomCallbackDescription","start","registerDescriptionCallback","*Set format:* %0","_itemLabels","_handleAttributeSuggestionDescription","_resolveDescriptionItems","37606KaAigK","has","name","6488xDZDtV","deletion","matchingCallback","*Remove format:* %0","format","REPLACE_TEXT"];return(Kr=function(){return t})()}function Xr(t,e){const n=Kr();return(Xr=function(t,e){return n[t-=468]})(t,e)}!function(t,e){const n=Xr,r=t();for(;;)try{if(463868===-parseInt(n(565))/1+-parseInt(n(553))/2*(-parseInt(n(483))/3)+-parseInt(n(563))/4+parseInt(n(489))/5*(-parseInt(n(515))/6)+-parseInt(n(562))/7*(parseInt(n(556))/8)+parseInt(n(474))/9*(-parseInt(n(524))/10)+parseInt(n(539))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class qr{constructor(t,e){const n=Xr;this[n(541)]=[],this[n(550)]=new Map,this[n(536)]=[],this[n(532)]=new Map,this[n(545)]=t,this[n(522)]=e}[Wr(503)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(481)];o++){const i=t[o];if(!i[e(544)])continue;const a=this[e(546)](i);if(a){if(null!=i[e(507)]){if(r[e(554)](i[e(507)]))continue;r[e(485)](i[e(507)])}n[e(514)](a)}else if(e(542)!=i[e(480)])e(501)!=i[e(480)]&&e(557)!=i[e(480)]||this[e(535)](n,i,t[o+1]);else{const t=i[e(471)][e(490)];if(s[e(554)](t))continue;s[e(485)](i[e(471)][e(490)]),t==_c?this[e(525)](n,i):this[e(551)](n,i)}}return this[e(552)](n)}[Wr(548)](t){const e=Wr;this[e(541)][e(514)](t)}[Wr(476)](t,n,r=e.priorities[Wr(477)]){const s=Wr;s(518)==typeof t?(0,e.insertToPriorityArray)(this[s(536)],{matchingCallback:t,label:n,priority:r}):this[s(550)][s(510)](t,n)}[Wr(502)](t,e){const n=Wr;this[n(532)][n(510)](t,e)}[Wr(520)](t,e=1){const n=Wr;let r;for(const e of this[n(536)])if(e[n(558)](t)){r=e[n(513)];break}return r||(r=this[n(550)][n(533)](t[n(555)])),r?r(e):1!==e?e+" "+t[n(555)]+"s":""+t[n(555)]}[Wr(506)](t,e){const n=Wr,r=e[n(495)]()[n(543)](),s=n(501)==e[n(480)]?n(485):n(472);for(const e of r){const o=e[n(521)],i=t[t[n(481)]-1];if(o.is(n(484)))i&&i[n(480)][n(478)](n(526))>-1&&t[n(470)](),i&&n(488)==i[n(480)]?i[s]+=o[n(471)]:t[n(514)]({type:n(488),add:n(485)==s?o[n(471)]:"",remove:n(472)==s?o[n(471)]:""});else if(this[n(545)][n(519)](o)){const a=o;if(i&&i[n(480)][n(478)](n(526))>-1&&t[n(470)](),n(540)==e[n(480)])continue;i&&i[n(480)]==s+n(511)&&i[n(494)][n(555)]==a[n(555)]?i[n(534)]++:t[n(514)]({type:s+n(511),element:a,quantity:1}),r[n(564)]((t=>!(n(540)==t[n(480)]&&t[n(521)]==o)))}else if(this[n(545)][n(491)](o,n(508))||o.is(n(494),n(528))){const r=o;if(n(485)==s&&n(538)==e[n(480)]||n(472)==s&&n(540)==e[n(480)])continue;if(i&&-1==i[n(480)][n(478)](n(526))){n(488)==i[n(480)]&&(i[s]+="\n");continue}let a;if(a=n(485)==s?r[n(475)]&&!this[n(545)][n(519)](r[n(475)])?r[n(475)]:null:r[n(486)]&&!this[n(545)][n(519)](r[n(486)])?r[n(486)]:null,r[n(512)]||a&&a[n(512)]){const e=a&&a[n(512)]?a:r;i&&i[n(480)]==s+n(517)&&i[n(494)][n(555)]==e[n(555)]?i[n(534)]++:t[n(514)]({type:s+n(517),element:e,quantity:1})}else t[n(514)]({type:s+n(526),element:r})}}}[Wr(552)](t){const e=Wr,n=this[e(522)],r=[],s=[],o=[];for(const i of t)switch(i[e(480)]){case e(488):if(i[e(485)]=i[e(485)][e(504)](/(\S)\u000A+(\S)/g,e(479))[e(504)](/\u000A/g,""),i[e(472)]=i[e(472)][e(504)](/(\S)\u000A+(\S)/g,e(479))[e(504)](/\u000A/g,""),""!=i[e(485)]&&""!=i[e(472)]){r[e(514)]({type:e(504),content:zr(n,e(561),['"'+i[e(472)]+'"','"'+i[e(485)]+'"'])});continue}if(null!=i[e(485)][e(482)](/^ +$/)){r[e(514)]({type:e(501),content:zr(n,e(493),zr(n,e(531),i[e(485)][e(481)]))});continue}if(null!=i[e(472)][e(482)](/^ +$/)){r[e(514)]({type:e(557),content:zr(n,e(537),zr(n,e(531),i[e(472)][e(481)]))});continue}if(""!=i[e(485)]){r[e(514)]({type:e(501),content:zr(n,e(493),'"'+i[e(485)]+'"')});continue}r[e(514)]({type:e(557),content:zr(n,e(537),'"'+i[e(472)]+'"')});continue;case e(509):case e(499):r[e(514)]({type:e(501),content:zr(n,e(493),this[e(520)](i[e(494)],i[e(534)]))});continue;case e(473):case e(500):r[e(514)]({type:e(557),content:zr(n,e(537),this[e(520)](i[e(494)],i[e(534)]))});continue;case e(498):r[e(514)]({type:e(501),content:zr(n,e(469),this[e(520)](i[e(494)],i[e(534)]))});continue;case e(492):r[e(514)]({type:e(557),content:zr(n,e(527),this[e(520)](i[e(494)],i[e(534)]))});continue;case e(505):s[e(514)](i[e(490)]);continue;case e(530):o[e(514)](i[e(490)]);continue;default:r[e(514)](i)}if(s[e(481)]){const t=s[e(468)]((t=>this[e(532)][e(554)](t)?this[e(532)][e(533)](t):t))[e(497)](", ");r[e(514)]({type:e(560),content:zr(this[e(522)],e(549),t)})}if(o[e(481)]){const t=o[e(468)]((t=>this[e(532)][e(554)](t)?this[e(532)][e(533)](t):t))[e(497)](", ");r[e(514)]({type:e(560),content:zr(this[e(522)],e(559),t)})}return r}[Wr(546)](t){const e=Wr;for(const n of this[e(541)]){const r=n(t);if(r&&e(480)in r)return r}}[Wr(551)](t,e){const n=Wr,r=e[n(471)],s=void 0===r[n(487)]?n(530):n(505);t[n(514)]({type:s,key:r[n(490)]})}[Wr(525)](t,e){const n=Wr;t[n(514)]({type:n(560),content:zr(this[n(522)],n(516),this[n(520)](e[n(495)]()[n(547)][n(523)],1))})}[Wr(535)](t,e,n){const r=Wr;if(this[r(506)](t,e),n&&n[r(495)]()&&!e[r(495)]()[r(496)][r(529)](n[r(495)]()[r(547)])){const n=t[t[r(481)]-1],s=r(501)==e[r(480)]?r(485):r(472);n&&r(488)==n[r(480)]&&(n[s]+="\n")}}}function Yr(t,e){const n=Jr();return(Yr=function(t,e){return n[t-=204]})(t,e)}const Zr=Yr;function Jr(){const t=["5527470DKkLaP","enableCommand","55aHExVH","5392ItjEWY","47dZWUzR","plugins","editor","45LKldVa","TrackChangesEditing","4068qZGcFq","get","showAIAssistant","1191424cdOGtQ","commands","2135YztQpX","6455386EWZAyD","5046348grEcEr","36104kifoZy","282JrhiOs","afterInit"];return(Jr=function(){return t})()}!function(t,e){const n=Yr,r=t();for(;;)try{if(462794===parseInt(n(213))/1*(-parseInt(n(206))/2)+-parseInt(n(207))/3*(parseInt(n(212))/4)+-parseInt(n(223))/5*(parseInt(n(218))/6)+parseInt(n(204))/7+parseInt(n(221))/8*(-parseInt(n(216))/9)+-parseInt(n(209))/10+parseInt(n(211))/11*(parseInt(n(205))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Qr extends t.Plugin{[Zr(208)](){const t=Zr,e=this[t(215)],n=e[t(214)][t(219)](t(217));e[t(222)][t(219)](t(220))&&n[t(210)](t(220))}}function $r(t,e){const n=es();return($r=function(t,e){return n[t-=186]})(t,e)}const ts=$r;function es(){const t=["afterInit","format","right","justify","FORMAT_ALIGN_TO_CENTER","25081640BSbTPL","2pOOSnz","plugins","AlignmentEditing","left","FORMAT_JUSTIFY_TEXT","_registerLegacyDescription","FORMAT_ALIGN_TO_RIGHT","commandName","formatBlock","alignment","get","*Format:* %0","registerBlockAttribute","3360765PsUYwx","FORMAT_ALIGN_TO_LEFT","enableDefaultAttributesIntegration","registerAttributeLabel","399936SZqeiE","1293144iwnHhB","registerDescriptionCallback","550840lbUxsS","2099013iIKAEX","commandParams","TrackChangesEditing","14NZVyrr","type","has","value","editor","18LHRhQi","descriptionFactory","206182gutqbC","locale","FORMAT_ALIGNMENT","center"];return(es=function(){return t})()}!function(t,e){const n=$r,r=t();for(;;)try{if(611270===-parseInt(n(218))/1+-parseInt(n(187))/2*(parseInt(n(208))/3)+-parseInt(n(205))/4+-parseInt(n(200))/5+parseInt(n(204))/6*(-parseInt(n(211))/7)+-parseInt(n(207))/8*(-parseInt(n(216))/9)+parseInt(n(186))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[ts(222)](){const t=ts,e=this[t(215)],n=e[t(219)];if(!e[t(188)][t(213)](t(189)))return;const r=e[t(188)][t(197)](t(210));r[t(202)](t(196)),r[t(199)](t(196)),r[t(217)][t(203)](t(196),zr(n,t(220))),this[t(192)]()}[ts(192)](){const t=ts,e=this[t(215)],n=e[t(219)];e[t(188)][t(197)](t(210))[t(217)][t(206)]((e=>{const r=t;if(r(195)!=e[r(212)])return;const{data:s}=e;if(s&&r(196)==s[r(194)]){const t=s[r(209)][0][r(214)];return{type:r(223),content:zr(n,r(198),function(t){const e=r;switch(t){case e(190):return zr(n,e(201));case e(224):return zr(n,e(193));case e(221):return zr(n,e(226));case e(225):return zr(n,e(191))}}(t))}}}))}}const rs=os;function ss(){const t=["1VMLYiY","FORMAT_CODE","locale","toLowerCase","TrackChangesEditing","222404IvdIdA","1960434YrdYNl","805708udPxVK","subscript","FORMAT_SUPERSCRIPT","registerAttributeLabel","SuperscriptEditing","FORMAT_UNDERLINE","code","FORMAT_SUBSCRIPT","toUpperCase","StrikethroughEditing","has","commandName","enableDefaultAttributesIntegration","afterInit","underline","slice","type","FORMAT_STRIKETHROUGH","FORMAT_ITALIC","4929640TrCXww","registerDescriptionCallback","strikethrough","*Remove format:* %0","descriptionFactory","plugins","FORMAT_BOLD","italic","commandParams","CodeEditing","745265WaMyYC","*Format:* %0","6928BPzeJP","3dvIUpF","273214YOSbBt","superscript","FORMAT_","SubscriptEditing","6DyiEtq","forceValue","_registerLegacyDescription","formatInline","format","bold","editor","ItalicEditing","registerInlineAttribute","BoldEditing","get","UnderlineEditing"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=341]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(117063===-parseInt(n(359))/1*(parseInt(n(343))/2)+-parseInt(n(342))/3*(parseInt(n(366))/4)+parseInt(n(395))/5*(parseInt(n(347))/6)+parseInt(n(364))/7+-parseInt(n(341))/8+-parseInt(n(365))/9+parseInt(n(385))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(356),rs(354),rs(358),rs(394),rs(375),rs(346),rs(370)];class as extends t.Plugin{[rs(379)](){const t=rs,e=this[t(353)],n=e[t(390)][t(357)](t(363)),r=e[t(361)];for(const s of is){if(!e[t(390)][t(376)](s))continue;const o=s[t(381)](0,-7)[t(362)](),i=t(345)+o[t(374)]();n[t(378)](o),n[t(355)](o),n[t(389)][t(369)](o,zr(r,i))}this[t(349)]()}[rs(349)](){const t=rs,e=this[t(353)],n=e[t(361)],r=e[t(390)][t(357)](t(363));function s(e,s){const o=t;r[o(389)][o(386)]((t=>{const r=o;if(r(350)!=t[r(382)])return;const{data:i}=t;return i&&i[r(377)]===e?i[r(393)][0][r(348)]?{type:r(351),content:zr(n,r(396),s)}:{type:r(351),content:zr(n,r(388),s)}:void 0}))}s(t(352),zr(n,t(391))),s(t(392),zr(n,t(384))),s(t(380),zr(n,t(371))),s(t(372),zr(n,t(360))),s(t(387),zr(n,t(383))),s(t(367),zr(n,t(373))),s(t(344),zr(n,t(368)))}}const cs=fs;function us(){const t=["has","*Set format:* %0","blockQuote","488CVcglu","$root","get","enableCommand","registerDescriptionCallback","schema","3828wxuzLg","TrackChangesEditing","6959845cXuhyV","5895deueHd","3958068SsfhzC","markBlockFormat","filter","value","getSelectedBlocks","6yAOSAi","afterInit","2dFPAAp","document","editor","commandParams","forceValue","from","74459QZDFui","name","681908nGLZYx","ELEMENT_BLOCK_QUOTE","descriptionFactory","parent","plugins","model","selection","*Remove format:* %0","commandName","BlockQuoteEditing","45419sfSCFa","commands","11740xBhVbB","locale","format","checkChild","change","642695XYozHx"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(892433===-parseInt(n(267))/1+parseInt(n(288))/2*(parseInt(n(281))/3)+parseInt(n(296))/4+parseInt(n(279))/5*(-parseInt(n(286))/6)+parseInt(n(294))/7*(-parseInt(n(271))/8)+-parseInt(n(280))/9*(-parseInt(n(262))/10)+parseInt(n(260))/11*(parseInt(n(277))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(287)](){const t=cs,e=this[t(290)],n=e[t(263)];if(!e[t(254)][t(268)](t(259)))return;const r=e[t(254)][t(273)](t(278)),s=this[t(290)][t(261)][t(273)](t(270));r[t(274)](t(270),((n,o={})=>{const i=t,a=this[i(290)][i(255)][i(289)][i(256)],c=o&&void 0!==o[i(292)]?o[i(292)]:!s[i(284)];let u=[];if(c){const t=Array[i(293)](a[i(285)]())[i(283)]((t=>hs(t)||function(t,e){const n=i,r=e[n(265)](t[n(253)],n(270)),s=e[n(265)]([n(272),n(270)],t);return r&&s}(t,this[i(290)][i(255)][i(276)])));u=y(t,e[i(255)])}else{const t=Array[i(293)](a[i(285)]())[i(283)]((t=>hs(t)));u=y(t,e[i(255)])}e[i(255)][i(266)]((()=>{const t=i;for(const e of u)r[t(282)](e,{commandName:t(270),commandParams:[{forceValue:c}]})}))})),r[t(252)][t(275)]((e=>{const r=t,{data:s}=e;if(s&&r(270)==s[r(258)]){const t=zr(n,r(251));return s[r(291)][0][r(292)]?{type:r(264),content:zr(n,r(269),t)}:{type:r(264),content:zr(n,r(257),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=251]})(t,e)}function hs(t){const e=cs;return e(270)==t[e(253)][e(295)]}function gs(t,e){const n=ps();return(gs=function(t,e){return n[t-=138]})(t,e)}const ds=gs;function ps(){const t=["3575166NWnCic","get","CaseChange","enableCommand","1002969fCnYVz","6GwBVDj","editor","TrackChangesEditing","269277cqSLCy","7522168VMLGpg","changeCaseLower","68660LNfGYj","changeCaseUpper","afterInit","has","plugins","5656504UNKLWn","changeCaseTitle","208JsdszZ","1077897cCeYjT"];return(ps=function(){return t})()}!function(t,e){const n=gs,r=t();for(;;)try{if(545977===parseInt(n(153))/1*(parseInt(n(150))/2)+-parseInt(n(144))/3+parseInt(n(143))/4*(parseInt(n(156))/5)+-parseInt(n(145))/6+parseInt(n(141))/7+-parseInt(n(154))/8+parseInt(n(149))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[ds(138)](){const t=ds,e=this[t(151)];e[t(140)][t(139)](t(147))&&(e[t(140)][t(146)](t(152))[t(148)](t(157)),e[t(140)][t(146)](t(152))[t(148)](t(155)),e[t(140)][t(146)](t(152))[t(148)](t(142)))}}const Is=Es;function Es(t,e){const n=Ts();return(Es=function(t,e){return n[t-=240]})(t,e)}!function(t,e){const n=Es,r=t();for(;;)try{if(174428===parseInt(n(252))/1*(parseInt(n(246))/2)+-parseInt(n(257))/3*(parseInt(n(249))/4)+parseInt(n(256))/5+parseInt(n(240))/6+parseInt(n(251))/7*(parseInt(n(258))/8)+-parseInt(n(244))/9+parseInt(n(241))/10*(-parseInt(n(254))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ts);class bs extends t.Plugin{[Is(247)](){const t=Is,e=this[t(250)];e[t(255)][t(253)](t(248))&&e[t(245)][t(253)](t(243))[t(242)](t(248))}}function Ts(){const t=["49ngNrjL","279303wXynVa","get","230747gWDypm","commands","674515skPaxH","672pvnMxW","57648YMRizv","594366UxAYIE","50MXOWTG","enableCommand","TrackChangesEditing","1319724zQpgVX","plugins","2lHMGxY","afterInit","ckbox","2460hJwYdc","editor"];return(Ts=function(){return t})()}const _s=As;function ys(){const t=["from","toLowerCase","find","getSelectedBlocks","isLimit","76cpKorJ","ELEMENT_CODE_BLOCK","afterInit","schema","CodeBlock","value","commands","TrackChangesEditing","has","9414162GMHett","descriptionFactory","parent","name","enableCommand","formatBlock","302468YxohWt","blockName","format","locale","*Set format:* %0","*Remove format:* %0","commandParams","95110bNffxj","commandName","change","4644NnAhtC","indentCodeBlock","2529bFUgxz","type","plugins","7498224HgDIfF","label","registerDescriptionCallback","language","document","rootElement","forceValue","languages","codeBlock","selection","7700217soIgVG","7925aadcpi","get","checkChild","markBlockFormat","editor","filter","config","registerElementLabel","model","outdentCodeBlock","105342tJrMBw"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=442]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(927386===-parseInt(n(497))/1+-parseInt(n(482))/2*(parseInt(n(476))/3)+parseInt(n(450))/4*(-parseInt(n(466))/5)+parseInt(n(491))/6+parseInt(n(465))/7+-parseInt(n(455))/8+parseInt(n(452))/9*(parseInt(n(447))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class Cs extends t.Plugin{[_s(484)](){const t=_s,e=this[t(470)];if(!e[t(454)][t(490)](t(486)))return;const n=e[t(454)][t(467)](t(489)),r=e[t(443)],s=e[t(472)][t(467)](t(463))[t(462)],o=e[t(488)][t(467)](t(463));n[t(495)](t(451)),n[t(495)](t(475)),n[t(495)](t(463),((r,i={})=>{const a=t,c=e[a(474)],u=e[a(474)][a(459)][a(464)],l=i&&void 0!==i[a(461)]?i[a(461)]:!o[a(487)];let f;i[a(458)]||(i[a(458)]=s[0][a(458)]),f=l?Array[a(477)](u[a(480)]())[a(471)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(460))&&!e[n(481)](t)&&e[n(468)](t[n(493)],n(463))}(t,c[a(485)]))):Array[a(477)](u[a(480)]())[a(471)]((t=>ks(t)));const h=y(f,c);c[a(449)]((()=>{const t=a;for(const e of h)n[t(469)](e,{commandName:t(463),commandParams:[{...i,forceValue:l}],formatGroupId:t(498)})}))})),n[t(492)][t(473)](t(463),(e=>zr(r,t(483),e))),n[t(492)][t(457)]((e=>{const n=t;if(n(496)!=e[n(453)])return;const o=r.t,{data:i}=e;if(!i||n(463)!=i[n(448)])return;const a=i[n(446)][0][n(458)],c=o(s[n(479)]((t=>t[n(458)]===a))[n(456)])[n(478)]();return i[n(446)][0][n(461)]?{type:n(442),content:zr(r,n(444),zr(r,n(483),1)+" ("+c+")")}:{type:n(442),content:zr(r,n(445),zr(r,n(483),1))}}))}}function ks(t){const e=_s;return e(463)==t[e(494)]}function Ls(t,e){const n=Ns();return(Ls=function(t,e){return n[t-=309]})(t,e)}function Ns(){const t=["8823328OVsimv","3801645wpnEQo","917861oFemkW","get","1557768COgOak","has","enableCommand","CommentsEditing","16Ujslop","3112524ptMObR","afterInit","plugins","addCommentThread","TrackChangesEditing","3818hEErff","1238165XgIzXU","4ieIjvH","editor"];return(Ns=function(){return t})()}const Rs=Ls;!function(t,e){const n=Ls,r=t();for(;;)try{if(659807===parseInt(n(311))/1*(parseInt(n(317))/2)+parseInt(n(322))/3*(parseInt(n(319))/4)+parseInt(n(318))/5+-parseInt(n(325))/6+parseInt(n(323))/7+-parseInt(n(321))/8+parseInt(n(312))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ns);class Ss extends t.Plugin{[Rs(313)](){const t=Rs,e=this[t(320)];e[t(314)][t(326)](t(310))&&e[t(314)][t(324)](t(316))[t(309)](t(315))}}var Ms=n(834);function vs(t,e,n){const r=Os,s=[];for(const o of e[r(269)]())o[r(275)](t)&&s[r(271)](n[r(248)](o));return s}function Os(t,e){const n=ws();return(Os=function(t,e){return n[t-=225]})(t,e)}function ws(){const t=["isAtEnd","isLimit","get","createUIElement","schema","18435Cqzrdi","ck-suggestion-marker--active","addClass","consumable","markerRange","getCustomProperty","9735690xFVFov","writer","390840jrOtgz","span","name","activeMarkers","isContent","950565leOKbV","markerName","elementEnd","28dpcRnf","createRangeOn","344sXItbj","ck-suggestion-marker-","insert","addHighlight","toViewPosition","type","item","414506peewTT","21588FtiCti","parent","plugins","test","start","includes","previousPosition","isBlock","483UlDzLg","nextSibling","mapper","model","getItems","toViewElement","push","TrackChangesEditing","bindElementToMarker","getWalker","hasAttribute","80532nlcbuH"];return(ws=function(){return t})()}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(259)][r(228)](r(272));return(o,i,a)=>{const c=r;if(!a[c(234)][c(260)](i[c(235)],o[c(241)]))return;const u=i[c(235)][c(274)](),l=i[c(235)][c(261)],f=t[c(268)][c(230)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(255)];d=d||f[c(243)](e);const n=a[c(267)][c(270)](e);if(n&&n[c(236)](c(252)))return;c(246)==t[c(254)]&&f[c(264)](e)&&!f[c(227)](e)&&(e[c(266)]||l[c(226)]?h&&h[c(258)]==e||(h=e,m(t[c(263)]),p=!0):g=g||t[c(263)])}function m(t){const r=c,o=a[r(238)][r(229)](r(240),{class:r(250)+e}),u=a[r(267)][r(253)](t);n&&s[r(242)][r(262)](i[r(245)])&&a[r(238)][r(233)](r(232),o),a[r(238)][r(251)](u,o),a[r(267)][r(273)](o,i[r(245)])}d||p||!g||m(g)}}!function(t,e){const n=Os,r=t();for(;;)try{if(252396===parseInt(n(256))/1+-parseInt(n(247))/2*(-parseInt(n(231))/3)+-parseInt(n(239))/4+parseInt(n(244))/5+-parseInt(n(257))/6*(-parseInt(n(265))/7)+parseInt(n(249))/8*(parseInt(n(225))/9)+-parseInt(n(237))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Ds=Ps;function xs(){const t=["batch","unlock","options","document","setSelection","$graveyard","enqueueChange","delete","1076803sFkGIR","1215764hXjtpF","showSuggestionHighlights","55970diYLCt","createRange","get","2211912SrPxPg","unbindElementFromMarkerName","enableCommand","modifySelection","editor","remove","detach","unit","1361920RYJTUE","selection","createSelection","mapper","plugins","requires","lock","isCollapsed","566757YtBhIi","data","8qIEsfs","model","bind","buffer","commands","markerNameToElements","start","uiElement","forward","addMarker:suggestion:deletion","removeMarker:suggestion:deletion","deleteForward","TrackChangesEditing","init","end","fromRange","getFirstRange","merge","root","writer","high","editing","2MrZPeu","downcastDispatcher","181584RnbIBs","rootName","markerName"];return(xs=function(){return t})()}function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=375]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(156001===parseInt(n(391))/1*(-parseInt(n(407))/2)+-parseInt(n(426))/3+parseInt(n(405))/4+-parseInt(n(418))/5+-parseInt(n(393))/6+parseInt(n(404))/7*(parseInt(n(428))/8)+parseInt(n(410))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Ds(423)](){return[Ms.Delete]}[Ds(382)](){const t=Ds,e=this[t(414)],n=e[t(422)][t(409)](t(381));n[t(412)](t(403));const r=e[t(432)][t(409)](t(380));n[t(412)](t(380),((n,s={})=>{const o=t,a=e[o(429)][o(420)](e[o(429)][o(399)][o(419)]);a[o(425)]&&e[o(429)][o(413)](a,{direction:o(377),unit:s[o(417)]});const c=a[o(385)](),u=i.LiveRange[o(384)](c);let l;n(s),l=o(401)==u[o(387)][o(394)]?e[o(429)][o(408)](c[o(375)]):e[o(429)][o(408)](u[o(375)],u[o(383)]),u[o(416)](),e[o(429)][o(402)](r[o(431)][o(396)],(t=>{const e=o;r[e(431)][e(424)](),t[e(400)](t[e(408)](l[e(383)])),r[e(431)][e(397)]()}))})),e[t(390)][t(392)].on(t(378),Fs(e,t(386)),{priority:t(389)}),e[t(427)][t(392)].on(t(378),((n,r,s)=>{const o=t;s[o(398)][o(406)]&&Fs(e,o(386),{showActiveMarker:!1})[o(430)](this)(n,r,s)}),{priority:t(389)}),e[t(390)][t(392)].on(t(379),((e,n,r)=>{const s=t,o=r[s(421)][s(433)](n[s(395)]);if(o)for(const t of o)t.is(s(376))&&(r[s(421)][s(411)](t,n[s(395)]),r[s(388)][s(415)](t))}),{priority:t(389)})}}const Us=js;function js(t,e){const n=Vs();return(js=function(t,e){return n[t-=408]})(t,e)}!function(t,e){const n=js,r=t();for(;;)try{if(805705===-parseInt(n(481))/1*(-parseInt(n(493))/2)+-parseInt(n(496))/3+-parseInt(n(436))/4+parseInt(n(510))/5*(parseInt(n(444))/6)+parseInt(n(549))/7*(parseInt(n(443))/8)+-parseInt(n(439))/9+-parseInt(n(527))/10*(parseInt(n(506))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vs);class Gs extends t.Plugin{[Us(535)](){const t=Us,e=this[t(447)];if(!e[t(415)][t(487)](t(494)))return;const n=e[t(414)],r=e[t(415)][t(467)](t(411)),s=e[t(415)][t(487)](t(492)),o=!!e[t(455)][t(467)](t(409));function i(e){const r=t;return{type:r(537),content:""+zr(n,r(498),e)}}function a(e){const r=t;return{type:r(537),content:""+zr(n,r(468),e)}}r[t(521)](t(480)),r[t(521)](t(539)),r[t(521)](t(495)),r[t(521)](t(442)),r[t(521)](t(427)),r[t(521)](t(555)),r[t(521)](t(478)),r[t(521)](t(554)),r[t(456)](t(524)),r[t(456)](t(426)),r[t(456)](t(526)),o&&(r[t(521)](t(463)),r[t(521)](t(550))),s&&(r[t(521)](t(474)),r[t(521)](t(511)),r[t(456)](t(413)),r[t(484)][t(544)]((e=>{const r=t,{data:s}=e;if(s&&r(413)==s[r(517)])return{type:r(537),content:s[r(459)]?zr(n,r(483)):zr(n,r(509))}})),this[t(447)][t(534)][t(437)][t(420)]((e=>{const n=t;if(e[n(525)][n(425)])return!1;let s=!1;const o=r[n(428)]({skipNotAttached:!0})[n(531)]((t=>n(413)===r[n(440)](t)));for(const t of o)n(538)!=t[n(533)]()[n(470)][n(520)][n(446)](n(426))&&(r[n(512)](t[n(533)](),n(466))[n(441)]((t=>n(426)===r[n(440)](t[n(499)])))||(e[n(486)](t[n(416)]()),s=!0));return s}))),r[t(484)][t(438)](t(526),zr(n,t(547)));const c={type:t(537),content:""};r[t(484)][t(544)]((e=>{const r=t,{data:s}=e;if(!s||r(426)!=s[r(517)])return;let u=e[r(482)];for(;u;){if(u[r(497)]&&((r(418)==u[r(497)][r(517)]||r(424)==u[r(497)][r(517)])&&(u[r(497)][r(459)]&&r(505)!=u[r(497)][r(459)]||r(505)!=u[r(497)][r(473)]&&!s[r(459)])||!o&&u[r(497)][r(517)]==_c))return c;u=u[r(472)]}if(null==s[r(459)])switch(s[r(473)]){case r(514):return a(zr(n,r(476)));case r(491):return a(zr(n,r(421)));case r(538):return a(zr(n,r(529)))}switch(s[r(459)]){case r(514):return i(zr(n,r(476)));case r(491):return i(zr(n,r(421)));case r(538):return i(zr(n,r(529)))}})),r[t(484)][t(544)]((e=>{const n=t,{data:r}=e;if(r&&n(526)==r[n(517)])return null==r[n(459)]||null==r[n(473)]&&0==r[n(459)]?c:void 0})),r[t(484)][t(544)]((e=>{const r=t;if(r(466)!=e[r(471)])return;const{data:s}=e;if(!s||r(524)!=s[r(517)])return;const o=Hs(e);return r(459)==o?{type:r(537),content:zr(n,r(460))}:r(473)==o?{type:r(537),content:zr(n,r(431))}:c})),e[t(534)][t(437)][t(420)]((e=>this[t(465)](e))),e[t(534)][t(437)][t(420)]((e=>this[t(546)](e))),e[t(534)][t(437)][t(420)]((e=>this[t(450)](e))),this[t(503)]()}[Us(465)](t){const e=Us;if(t[e(525)][e(425)]||!t[e(525)][e(516)])return!1;let n=!1;const r=this[e(447)][e(415)][e(467)](e(411))[e(428)]({skipNotAttached:!0})[e(531)]((t=>t[e(497)]&&e(524)==t[e(497)][e(517)]))[e(531)]((t=>t[e(497)][e(459)]&&t[e(497)][e(473)]));for(const s of r)Hs(s)||(t[e(486)](s[e(416)]()),n=!0);return n}[Us(546)](t){const e=Us;if(t[e(525)][e(425)]||!t[e(525)][e(516)])return!1;const n=this[e(447)][e(415)][e(467)](e(411));if(n[e(508)][e(515)])return!1;let r=!1;const s=[e(426),e(524),e(526),e(418),e(454),e(448),e(518),e(445),e(424)],o=this[e(447)][e(534)][e(437)][e(419)][e(556)]()[e(531)]((t=>e(466)==t[e(471)]))[e(531)]((t=>s[e(433)](t[e(540)])));if(0==o[e(557)])return r;for(const i of o){const o=n[e(512)](i[e(452)],e(466))[e(531)]((t=>!t[e(451)][e(553)]))[e(475)]((t=>t[e(499)]))[e(531)]((t=>{const r=e,o=n[r(440)](t);return s[r(433)](o)}));if(o[e(557)]){for(const n of o)t[e(486)](n[e(416)]());r=!0}}return r}[Us(450)](t){const e=Us;if(t[e(525)][e(425)]||!t[e(525)][e(516)])return!1;const n=this[e(447)][e(415)][e(467)](e(411));let r=!1;const s=[e(426),e(524),e(526),e(418),e(454),e(448),e(518),e(445),e(424)];for(const t of n[e(428)]({skipNotAttached:!0})){const o=n[e(512)](t[e(533)](),e(466))[e(475)]((t=>t[e(499)]))[e(531)]((t=>t[e(497)]&&s[e(433)](t[e(497)][e(517)])));if(!o[e(557)])continue;const a=o[0][e(482)][e(500)][e(488)];if(!o[e(408)]((t=>t[e(500)][e(488)]===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(428)]({skipNotAttached:!0})[s(531)]((e=>s(466)==e[s(471)]&&e[s(500)][s(488)]==t)))e[s(432)](s(488),r)}function i(t,n){const r=e;let s=t[r(482)],i=!1;for(;s;)s[r(500)][r(488)]!=n&&(o(s[r(500)][r(488)],n),s[r(432)](r(488),n),i=!0),s=s[r(472)];return i}}[Us(503)](){const t=Us,e=this[t(447)],n=e[t(414)],r=e[t(415)][t(467)](t(411));this[t(519)](),r[t(541)][t(551)](t(558),t(469),t(548),(function(n,r){const s=t,o=[];for(let t of n)t[s(470)][s(520)]===t[s(542)][s(522)]&&(t=e[s(534)][s(457)](e[s(534)][s(501)](t[s(470)][s(520)],0))),o[s(449)](t);e[s(534)][s(502)]((t=>{const n=s,a=e[n(534)][n(437)][n(490)],c=Array[n(458)](a[n(435)]())[n(475)]((t=>i.LiveRange[n(523)](t)));t[n(530)](o),e[n(532)][n(467)](r[n(464)])[n(462)](),r[n(434)][n(449)]({forceDefaultExecution:!0}),e[n(536)](r[n(464)],...r[n(434)]),t[n(530)](c);for(const t of c)t[n(422)]()}))})),r[t(484)][t(412)]((function(n){const r=t,s=!e[r(534)][r(429)][r(485)](n),o=n[r(552)],i=n[r(410)],a=n[r(446)](r(524)),c=!o||o[r(446)](r(524))!==a,u=!i||i[r(446)](r(524))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(545),e)))}[Us(519)](){const t=Us,e=this[t(447)],n=e[t(414)];function r(n){const r=t,s=e[r(532)][r(467)](r(539))[r(515)],o=e[r(532)][r(467)](r(480))[r(515)];return r(480)===n?s:o}e[t(415)][t(467)](t(411))[t(484)][t(544)]((function(s){const o=t;if(o(558)!=s[o(471)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(464)]){case o(539):u=i[o(434)][0][o(423)],l=r(i[o(464)]),a=o(u?417:479),!l&&e[o(455)][o(467)](o(409))||(a=o(543)),c={type:o(537),content:zr(n,a,zr(n,o(476)))};break;case o(480):u=i[o(434)][0][o(423)],l=r(i[o(464)]),a=o(u?417:479),!l&&e[o(455)][o(467)](o(409))||(a=o(543)),c={type:o(537),content:zr(n,a,zr(n,o(421)))};break;case o(427):a=o(489),c={type:o(537),content:zr(n,a,zr(n,o(545)))};break;case o(555):a=function(t){const e=o,n=t[e(533)]();let r=n[e(470)][e(520)];for(;r&&n[e(453)](r);){if(r[e(446)](e(526))>0)return!1;r=r[e(410)]}return!0}(s)?zr(n,o(479),zr(n,function(t){const e=o;return e(528)+t[e(533)]()[e(470)][e(520)][e(446)](e(426))[e(504)]()+e(461)}(s))):zr(n,o(477),zr(n,o(545))),c={type:o(537),content:a};break;case o(463):case o(550):!1===i[o(513)]&&(a=o(507),c={type:o(430),content:zr(n,a,zr(n,o(545)))})}return c}))}}function Vs(){const t=["isLocal","key","todoListCheck","_registerLegacyDescription","nodeAfter","enableDefaultAttributesIntegration","parent","fromRange","listItemId","batch","listIndent","389030upIPzM","ELEMENT_","ELEMENT_TODO_LIST","setSelection","filter","commands","getFirstRange","model","afterInit","execute","format","todo","bulletedList","attributeKey","_suggestionFactory","end","*Change to:* %0","registerDescriptionCallback","ELEMENT_LIST_ITEM","noTrackChangesFixer","FORMAT_INDENT","accept","228018AdmIlc","mergeListItemForward","registerCustomCallback","previousSibling","isNextTo","splitListItemBefore","outdentList","getChanges","length","formatBlock","every","list.multiBlock","nextSibling","TrackChangesEditing","registerElementLabel","todoListChecked","locale","plugins","getFirstMarker","*Format:* insert into %0","listStyle","differ","registerPostFixer","ELEMENT_NUMBERED_LIST","detach","forceValue","listMarkerStyle","isUndo","listType","indentList","getSuggestions","schema","deletion","*Split:* list item","setAttribute","includes","commandParams","getRanges","2325912iIZvHc","document","registerAttributeLabel","5319576HEJtty","_getAttributeKey","find","customBulletedList","304CxWxyX","150FeYRla","listMarker","getAttribute","editor","listReversed","push","assureChains","meta","range","containsItem","listStart","config","registerBlockAttribute","createRange","from","newValue","*Merge:* list item","_LIST","refresh","mergeListItemBackward","commandName","listItemIdFixer","attribute","get","*Remove format:* %0","documentList","start","type","next","oldValue","todoList","map","ELEMENT_BULLETED_LIST","*Outdent:* %0","splitListItemAfter","*Format:* remove from %0","numberedList","28kcJqnQ","head","*Check item*","descriptionFactory","isObject","removeMarker","has","groupId","*Indent:* %0","selection","numbered","TodoListEditing","52544FeVOUJ","ListEditing","customNumberedList","973614wNWaAS","data","*Set format:* %0","suggestion","attributes","createPositionAt","change","_supportLegacySuggestions","toUpperCase","default","66rhKfte","*Merge:* %0","trackChangesCommand","*Uncheck item*","112555EPwGWD","checkTodoList","_findSuggestions","multipleBlocks","bulleted","value"];return(Vs=function(){return t})()}function Hs(t){const e=Us;let n=t[e(533)]()[e(470)][e(520)][e(552)];for(;n;){const r=n[e(446)](e(524));if(!r)return!1;if(r==t[e(497)][e(459)])return e(459);if(r==t[e(497)][e(473)])return e(473);n=n[e(552)]}return!1}const zs=Ks;function Ws(){const t=["head","ListPropertiesEditing","descriptionFactory","upper-roman","newValue","styles","22396RmKtkz","FORMAT_LIST_REVERSED","_registerLegacyDescription","*Format:* set start index to %0","customNumbered","plugins","7BuJnEh","*Remove format:* %0","FORMAT_LIST_START","batch","editor","getAttribute","has","_getAttributeKey","lower-latin","listType","7026102qKkEAe","find","_findSuggestions","bulleted","592326hzIpMM","commandParams","_LIST_DEFAULT","5qjSltf","replace","toUpperCase","4edMOSD","numbered","start","decimal-leading-zero","startIndex","_LIST_","*Change to:* %0","*Format:* set order to reversed","1570oqKCgw","oldValue","bind","attribute","next","listStyle","default","square","document","ELEMENT_","key","listReversed","decimal","circle","get","_getTranslationKeyForListStyle","isUndo","disc","617212giPwyp","listStart","registerAttributeLabel","*Format:* set order to regular","removeMarker","655701peNNZn","includes","getFirstRange","2414400ZWwtah","3133986DwLQvF","*Set format:* %0","enableDefaultAttributesIntegration","nodeAfter","filter","list.properties","getSuggestions","commandName","locale","registerBlockAttribute","formatBlock","handleDescriptions","TrackChangesEditing","registerPostFixer","registerDescriptionCallback","type","upper-latin","data","model","config","afterInit","lower-roman","suggestion","reversed","format","getFirstMarker"];return(Ws=function(){return t})()}function Ks(t,e){const n=Ws();return(Ks=function(t,e){return n[t-=427]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(512052===parseInt(n(456))/1+-parseInt(n(462))/2*(-parseInt(n(493))/3)+parseInt(n(488))/4*(-parseInt(n(459))/5)+-parseInt(n(497))/6*(parseInt(n(442))/7)+-parseInt(n(496))/8+parseInt(n(452))/9+-parseInt(n(470))/10*(parseInt(n(436))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ws);class Xs extends t.Plugin{[zs(517)](){const t=zs;if(!this[t(446)][t(441)][t(448)](t(431)))return;const e=this[t(446)][t(516)][t(484)](t(502)),n=this[t(446)][t(441)][t(484)](t(509));e[t(435)]&&(n[t(499)](t(475)),n[t(506)](t(475))),e[t(427)]&&(n[t(499)](t(481)),n[t(506)](t(481))),e[t(466)]&&(n[t(499)](t(489)),n[t(506)](t(489)));const r={type:t(428),content:""};n[t(432)][t(511)](this[t(508)][t(472)](this));const s=this[t(446)][t(505)];n[t(432)][t(490)](t(481),zr(s,t(437))),n[t(432)][t(511)]((e=>{const n=t,{data:s}=e;if(s&&n(481)==s[n(480)])return null==s[n(434)]||0==s[n(434)]&&null==s[n(471)]?r:void 0})),n[t(432)][t(490)](t(489),zr(s,t(444))),n[t(432)][t(511)]((e=>{const n=t,{data:s}=e;if(s&&n(489)==s[n(480)])return null==s[n(434)]||1==s[n(434)]&&null==s[n(471)]?r:void 0})),this[t(446)][t(515)][t(478)][t(510)]((e=>{const r=t;if(e[r(445)][r(486)])return!1;let s=!1;const o=n[r(503)]({skipNotAttached:!0})[r(501)]((t=>{const e=r,s=n[e(449)](t);return e(489)==s||e(481)==s}));for(const t of o){const o=t[r(495)]()[r(464)][r(500)][r(447)](r(451));r(463)!=o&&r(440)!=o&&(n[r(454)](t[r(495)](),r(473))[r(453)]((t=>r(451)==n[r(449)](t[r(519)])))||(e[r(492)](t[r(429)]()),s=!0))}return s})),this[t(438)]()}[zs(508)](t){const e=zs,n=this[e(446)][e(505)],{data:r}=t,s={type:e(428),content:""};if(!r||e(475)!=r[e(480)])return;if(!r[e(471)])return e(476)==r[e(434)]?s:{type:e(428),content:""+zr(n,e(498),zr(n,this[e(485)](r[e(434)])))};if(!r[e(434)]){if(e(476)==r[e(471)])return s;let o=t[e(430)];for(;o;){if(o[e(514)]&&e(451)==o[e(514)][e(480)]&&o[e(514)][e(434)])return s;o=o[e(474)]}return{type:e(428),content:""+zr(n,e(443),zr(n,this[e(485)](r[e(471)])))}}if(e(476)!=r[e(434)])return{type:e(428),content:""+zr(n,e(498),zr(n,this[e(485)](r[e(434)])))};let o=t[e(430)];for(;o;){if(o[e(514)]&&e(451)==o[e(514)][e(480)]&&o[e(514)][e(434)]&&o[e(514)][e(471)])return s;o=o[e(474)]}const i=t[e(495)]()[e(464)][e(500)][e(447)](e(451));return{type:e(428),content:zr(n,e(498),zr(n,e(479)+i[e(461)]()+e(458)))}}[zs(438)](){const t=zs,e=this[t(446)],n=e[t(505)];e[t(441)][t(484)](t(509))[t(432)][t(511)]((e=>{const r=t;if(r(507)!=e[r(512)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(504)]){case r(475):o=r(468),i={type:r(428),content:zr(n,o,zr(n,this[r(485)](s[r(457)][0][r(512)])))};break;case r(481):o=s[r(457)][0][r(427)]?r(469):r(491),i={type:r(428),content:zr(n,o)};break;case r(489):o=r(439),i={type:r(428),content:zr(n,o,s[r(457)][0][r(466)])}}return i}))}[zs(485)](t){const e=zs;return e(479)+function(t){const n=e;return qs[n(494)](t)?n(455):Ys[n(494)](t)?n(463):null}(t)[e(461)]()+e(467)+t[e(461)]()[e(460)](/-/g,"_")}}const qs=[zs(487),zs(483),zs(477)],Ys=[zs(482),zs(465),zs(518),zs(433),zs(450),zs(513)];var Zs=n(507);const Js=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=489]})(t,e)}function $s(){const t=["markerNameToElements","hasClass","unbindElementFromMarkerName","remove","enter","editor","document","commands","enableCommand","fire","model","split","showSuggestionHighlights","706035gvWcjK","options","getFirstPosition","change","removeMarker:suggestion:insertion","15276168kORRlz","selection","setSelection","createRange","plugins","get","2061790HLIUnf","afterExecute","writer","14fmQbRC","2588824yRsMib","createPositionAt","editing","init","TrackChangesEditing","getFirstRange","requires","high","enterBlock","nextSibling","mapper","end","fromRange","markInsertion","ck-suggestion-marker-split","detach","addMarker:suggestion:insertion","parent","downcastDispatcher","619712mVgyga","bind","markerName","2319318UBtRqs","data","54jxuHqU","67052JyIWzf"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(378038===-parseInt(n(525))/1+parseInt(n(505))/2+parseInt(n(510))/3*(-parseInt(n(511))/4)+parseInt(n(536))/5+-parseInt(n(508))/6+-parseInt(n(539))/7*(parseInt(n(540))/8)+parseInt(n(530))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Js(492)](){return[Zs.Enter]}[Js(489)](){const t=Js,e=this[t(517)],n=e[t(534)][t(535)](t(490)),r=e[t(519)][t(535)](t(516));n[t(520)](t(516),(()=>{const s=t;e[s(522)][s(528)]((t=>{const o=s,a=e[o(522)][o(518)][o(531)],c=a[o(527)](),u=i.LiveRange[o(498)](a[o(491)]());if(r[o(494)](t)){const r=e[o(522)][o(541)](c[o(503)][o(495)],0),s=t[o(533)](c,r);n[o(499)](s)}else t[o(532)](t[o(533)](u[o(497)]));u[o(501)](),r[o(521)](o(537),{writer:t})}))})),e[t(542)][t(504)].on(t(502),Fs(e,t(523)),{priority:t(493)}),e[t(542)][t(504)].on(t(529),((e,n,r)=>{const s=t,o=r[s(496)][s(512)](n[s(507)]);if(o)for(const t of o)t[s(513)](s(500))&&(r[s(496)][s(514)](t,n[s(507)]),r[s(538)][s(515)](t))}),{priority:t(493)}),e[t(509)][t(504)].on(t(502),((n,r,s)=>{const o=t;s[o(526)][o(524)]&&Fs(e,o(523),{showActiveMarker:!1})[o(506)](this)(n,r,s)}),{priority:t(493)})}}const eo=ro;function no(){const t=["FindAndReplaceEditing","92GwLYqO","replaceAll","141379sOCgKq","string","120mivNpj","findNext","bind","FindAndReplaceUtils","start","findByTextCallback","filter","suggestion:deletion","createPositionAt","replace","item","_isInDeletionRange","72YImJAz","TrackChangesEditing","createRange","397IIfclz","1654uEzysr","end","getRange","get","findPrevious","10vDFLHP","find","127107TzXTzG","18670691pPQriC","has","13551QAxnFf","handleFindCommand","145505MKxXSo","639024HHhCBZ","enableCommand","plugins","editor","model","getIntersection","markers","afterInit","77qDjWkf","getMarkersGroup"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=211]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(200971===-parseInt(n(225))/1*(parseInt(n(226))/2)+-parseInt(n(236))/3*(-parseInt(n(250))/4)+parseInt(n(238))/5*(-parseInt(n(222))/6)+parseInt(n(252))/7*(-parseInt(n(254))/8)+-parseInt(n(233))/9*(-parseInt(n(231))/10)+parseInt(n(247))/11*(-parseInt(n(239))/12)+parseInt(n(234))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(246)](){const t=eo;if(!this[t(242)][t(241)][t(235)](t(249)))return;const e=this[t(242)][t(241)][t(229)](t(223));e[t(240)](t(232),this[t(237)][t(212)](this)),e[t(240)](t(211)),e[t(240)](t(230)),e[t(240)](t(219)),e[t(240)](t(251))}[eo(237)](t,e,n={}){const r=eo,s=this[r(242)][r(241)][r(229)](r(213));return t((t=>(r(253)==typeof e?s[r(215)](e,n):e)(t)[r(216)]((e=>!1===this[r(221)](e,t[r(220)])))),n)}[eo(221)](t,e){const n=eo,r=this[n(242)][n(243)][n(224)](this[n(242)][n(243)][n(218)](e,t[n(214)]),this[n(242)][n(243)][n(218)](e,t[n(227)]));for(const t of this[n(242)][n(243)][n(245)][n(248)](n(217)))if(null!==r[n(244)](t[n(228)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=188]})(t,e)}function ao(){const t=["locale","commandParams","FORMAT_FONT_FAMILY","*Set font family:* %0","trim","normalizeSizeOptions","3378795SvBMzd","FontSizeEditing","fontFamily","afterInit","_registerLegacyDescription","2220723jsquuP","FORMAT_FONT_COLOR","type","find","FontSize","format","title","FontColorEditing","FORMAT_FONT_SIZE","fontColor.colors","FontFamilyEditing","fontSize","*Set font size:* %0","*Reset font color*","8689240YjyBcV","get","207614PGitnV","*Reset font background color*","*Set font background color:* %0","*Reset font family*","fontSize.options","plugins","toLowerCase","commandName","FontBackgroundColorEditing","*Set font color:* %0","registerAttributeLabel","fontBackgroundColor","descriptionFactory","*Reset font size*","1eTNheJ","registerDescriptionCallback","fontColor","FORMAT_FONT_BACKGROUND","enableDefaultAttributesIntegration","editor","model","TrackChangesEditing","config","label","862728mbghfH","3863735FDrrOn","817896rygnPD","formatInline","fontBackgroundColor.colors","has","registerInlineAttribute","value"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(396217===parseInt(n(204))/1*(parseInt(n(190))/2)+parseInt(n(233))/3+parseInt(n(216))/4+parseInt(n(215))/5+parseInt(n(214))/6+-parseInt(n(228))/7+-parseInt(n(188))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(229),commandName:oo(244)},{pluginName:oo(243),commandName:oo(230)},{pluginName:oo(240),commandName:oo(206)},{pluginName:oo(198),commandName:oo(201)}];class uo extends t.Plugin{[oo(231)](){const t=oo,e=this[t(209)][t(222)],n=this[t(209)][t(195)][t(189)](t(211));for(const{pluginName:e,commandName:r}of co)this[t(209)][t(195)][t(219)](e)&&(n[t(208)](r),n[t(220)](r));e.t,n[t(202)][t(200)](t(244),zr(e,t(241))),n[t(202)][t(200)](t(230),zr(e,t(224))),n[t(202)][t(200)](t(206),zr(e,t(234))),n[t(202)][t(200)](t(201),zr(e,t(207))),this[t(232)]()}[oo(232)](){const t=oo,e=this[t(209)],n=e[t(222)];e[t(195)][t(189)](t(211))[t(202)][t(205)]((e=>{const r=t,o=n.t;if(r(217)!=e[r(235)])return;const{data:i}=e;if(null!=i){if(r(244)==i[r(197)]){const t=i[r(223)][0][r(221)];if(t){const e=o(this[r(209)][r(195)][r(189)](r(237))[r(227)](this[r(209)][r(212)][r(189)](r(194)))[r(236)]((e=>e[r(210)]==t))[r(239)])[r(196)]();return{type:r(238),content:zr(n,r(245),e)}}return{type:r(238),content:zr(n,r(203))}}if(r(230)==i[r(197)]){const t=i[r(223)][0][r(221)];return t?{type:r(238),content:zr(n,r(225),t)}:{type:r(238),content:zr(n,r(193))}}if(r(206)==i[r(197)]){const t=i[r(223)][0][r(221)];if(t){const e=(0,s.normalizeColorOptions)(this[r(209)][r(212)][r(189)](r(242)))[r(236)]((e=>e[r(210)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(196)]()),{type:r(238),content:zr(n,r(199),a)[r(226)](),color:{value:t,title:a||i}}}return{type:r(238),content:zr(n,r(246))}}if(r(201)==i[r(197)]){const t=i[r(223)][0][r(221)];if(t){const e=(0,s.normalizeColorOptions)(this[r(209)][r(212)][r(189)](r(218)))[r(236)]((e=>e[r(210)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(196)]()),{type:r(238),content:zr(n,r(192),a)[r(226)](),color:{value:t,title:a||i}}}return{type:r(238),content:zr(n,r(191))}}}}))}}const lo=go;!function(t,e){const n=go,r=t();for(;;)try{if(655830===parseInt(n(446))/1*(-parseInt(n(462))/2)+parseInt(n(422))/3*(parseInt(n(467))/4)+-parseInt(n(430))/5+parseInt(n(429))/6*(parseInt(n(426))/7)+parseInt(n(427))/8*(-parseInt(n(438))/9)+parseInt(n(420))/10+parseInt(n(421))/11*(parseInt(n(433))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class fo extends t.Plugin{[lo(445)](){const t=lo,e=this[t(418)],n=e[t(435)][t(448)](t(434)),r=e[t(452)][t(448)](t(454)),s=e[t(452)][t(448)](t(439));r&&s&&(n[t(442)](t(439)),n[t(457)](t(454)),this[t(417)]())}[lo(417)](){const t=lo,e=this[t(418)],n=e[t(428)];e[t(435)][t(448)](t(434))[t(471)][t(424)]((r=>{const s=t;if(s(441)!=r[s(419)]&&s(472)!=r[s(419)])return;const{data:o}=r;if(o&&s(439)===o[s(449)]){const t=[],r=o[s(464)][0];for(const[n,o]of Object[s(447)](r))t[s(436)](po(e,n,o));return t[s(425)]?{type:s(450),content:zr(n,s(466),t[s(437)](", "))}:{type:s(450),content:zr(n,s(460))}}}))}}function ho(){const t=["split","enableCommand","find","label","*Remove all formatting*","title","1171382odRFDf","fontColor.colors","commandParams","FontSize","*Set format to:* %0","3869588GswfeU","charAt","boolean","fontColor","descriptionFactory","formatInline","_registerLegacyDescription","editor","type","8480930vdDqID","5093hAGcNU","3rRGdPc","toUpperCase","registerDescriptionCallback","length","14zlnjvF","288TMXLHN","locale","188142IZtvxP","3022405fOrSIU","config","toLowerCase","40116mlkRXg","TrackChangesEditing","plugins","push","join","248580UReUKb","pasteFormat","normalizeSizeOptions","formatBlock","enableDefaultAttributesIntegration","fontSize","fontBackgroundColor","afterInit","2TvYCYq","entries","get","commandName","format","model","commands","slice","copyFormat","fontSize.options"];return(ho=function(){return t})()}function go(t,e){const n=ho();return(go=function(t,e){return n[t-=417]})(t,e)}function po(t,e,n){const r=lo,o=t[r(428)].t,i=e[r(456)](/(?=[A-Z])/)[r(437)](" "),a=o(i[r(468)](0)[r(423)]()+i[r(453)](1))[r(432)]();if(r(469)==typeof n)return a;if(r(470)===e||r(444)===e){const e=(0,s.normalizeColorOptions)(t[r(431)][r(448)](r(463)))[r(458)]((t=>t[r(451)]==n));return a+" ("+(e?o(e[r(459)])[r(432)]():n)+")"}if(r(443)===e&&isNaN(parseFloat(n))){const e=t[r(435)][r(448)](r(465))[r(440)](t[r(431)][r(448)](r(455)))[r(458)]((t=>t[r(451)]==n));return a+" ("+(e?o(e[r(461)])[r(432)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=430]})(t,e)}function Eo(){const t=["locale","commandName","editor","match","descriptionFactory","8104GQNXCs","registerElementLabel","690oiEpFr","model","453502OvJkei","3021426gfbjEN","title","112SWJFHY","plugins","type","_headingOptions","955211aVHvpe","name","registerDescriptionCallback","5807250cROUup","HeadingEditing","paragraph","enableDefaultAttributesIntegration","formatBlock","27678770mYnnVs","config","find","view","2032dCXQsP","afterInit","ELEMENT_HEADING_CUSTOM","ELEMENT_HEADING","commandParams","_getHeadingLevel","heading.options","heading","format","value","get","*Change to:* %0","TrackChangesEditing","_registerLegacyDescription","1527UglFuV","has"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(480715===parseInt(n(445))/1+-parseInt(n(457))/2*(-parseInt(n(471))/3)+-parseInt(n(434))/4*(parseInt(n(436))/5)+parseInt(n(439))/6+-parseInt(n(438))/7*(-parseInt(n(441))/8)+parseInt(n(448))/9+-parseInt(n(453))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(458)](){const t=mo,e=this[t(431)];if(!e[t(442)][t(472)](t(449)))return;this[t(444)]=e[t(454)][t(467)](t(463));const n=e[t(473)],r=e[t(442)][t(467)](t(469));r[t(451)](t(464));for(const e of this[t(444)])t(450)!=e[t(437)]&&r[t(433)][t(435)](e[t(437)],(n=>{const r=t,i=this[r(462)](e[r(437)]);return null!==i?s(n,i):o(n,e[r(440)])}));function s(e,r){return zr(n,t(460),[e,r])}function o(e,r){return zr(n,t(459),[e,r])}this[t(470)]()}[mo(470)](){const t=mo,e=this[t(431)],n=e[t(473)];e[t(442)][t(467)](t(469))[t(433)][t(447)]((e=>{const r=t;if(r(452)!=e[r(443)])return;const{data:s}=e;if(s&&r(464)==s[r(430)]){const e=s[r(461)][0][r(466)],c=this[r(462)](e);if(null!==c)return{type:r(465),content:zr(n,r(468),(1,a=c,zr(n,r(460),[1,a])))};const u=this[r(444)][r(455)]((t=>t[r(437)]===e))[r(440)];return{type:r(465),content:zr(n,r(468),(o=1,i=u,zr(n,t(459),[o,i])))}}var o,i,a}))}[mo(462)](t){const e=mo;var n,r;const s=t[e(432)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(444)])||void 0===n?void 0:n[e(455)]((n=>n[e(437)]==t));if(o&&o[e(456)]){const t=o[e(456)],n=(null!==(r=t[e(446)])&&void 0!==r?r:t)[e(432)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=Ao();return(_o=function(t,e){return n[t-=314]})(t,e)}!function(t,e){const n=_o,r=t();for(;;)try{if(341051===parseInt(n(334))/1*(parseInt(n(324))/2)+parseInt(n(348))/3+-parseInt(n(326))/4*(parseInt(n(350))/5)+-parseInt(n(343))/6+-parseInt(n(333))/7*(parseInt(n(327))/8)+-parseInt(n(335))/9+-parseInt(n(314))/10*(-parseInt(n(340))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class yo extends t.Plugin{[To(346)](){const t=To,e=this[t(330)];if(!e[t(328)][t(320)](t(323)))return;const n=e[t(328)][t(321)](t(317)),r=e[t(336)];n[t(353)](t(318)),n[t(345)](t(318)),n[t(322)][t(331)](t(318),zr(r,t(329))),this[t(342)]()}[To(342)](){const t=To,e=this[t(330)],n=e[t(336)];e[t(328)][t(321)](t(317))[t(322)][t(325)]((r=>{const s=t;if(s(316)!=r[s(341)])return;const{data:o}=r;if(o&&s(318)==o[s(338)]){const t=n.t,r=o[s(347)][0][s(319)];if(r){const o=e[s(355)][s(321)](s(354))[s(351)]((t=>t[s(315)]==r)),i=t(o[s(344)])[s(339)]();return{type:s(352),content:zr(n,s(337),i),color:{value:o[s(332)],title:o[s(344)]}}}return{type:s(352),content:zr(n,s(349),zr(n,s(329)))}}}))}}function Ao(){const t=["find","format","enableDefaultAttributesIntegration","highlight.options","config","13652810MBKVHQ","model","formatInline","TrackChangesEditing","highlight","value","has","get","descriptionFactory","HighlightEditing","544516KWOkbF","registerDescriptionCallback","4904DxJAsF","8Bxgitj","plugins","FORMAT_HIGHLIGHT","editor","registerAttributeLabel","color","4723537xtYqKd","2ahQTIj","3562398TpVszu","locale","*Set highlight:* %0","commandName","toLowerCase","11WdCFHY","type","_registerLegacyDescription","2929236IZDVTd","title","registerInlineAttribute","afterInit","commandParams","944889NnPNEM","*Remove highlight*","1325aoQEJN"];return(Ao=function(){return t})()}function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=346]})(t,e)}const ko=Co;function Lo(){const t=["conversion","HorizontalLineEditing","registerElementLabel","editor","descriptionFactory","plugins","afterInit","32418oRkSge","has","3qjEGGC","ELEMENT_HORIZONTAL_LINE","83830GsWAPm","for","get","createContainerElement","dataDowncast","locale","2356921nCwGkT","div","enableCommand","horizontalLine","1978623wcJmoJ","572DmzWGY","createEmptyElement","showSuggestionHighlights","ck-horizontal-line","TrackChangesEditing","elementToStructure","high","7ZfwFbR","1072156ceXLGt","insert","654055umKDof","addClass","16sphBdf","70440JabsyG","createPositionAt","6GLXYwM"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(318447===-parseInt(n(349))/1*(-parseInt(n(365))/2)+parseInt(n(367))/3*(parseInt(n(350))/4)+parseInt(n(352))/5+-parseInt(n(357))/6*(parseInt(n(375))/7)+parseInt(n(354))/8*(parseInt(n(379))/9)+parseInt(n(369))/10+-parseInt(n(380))/11*(parseInt(n(355))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[ko(364)](){const t=ko,e=this[t(361)];if(!e[t(363)][t(366)](t(359)))return;e[t(363)][t(371)](t(346))[t(377)](t(378));const n=e[t(363)][t(371)](t(346)),r=e[t(374)];n[t(362)][t(360)](t(378),(e=>zr(r,t(368),e))),e[t(358)][t(370)](t(373))[t(347)]({model:t(378),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(382)])return null;const o=n[s(372)](s(376)),i=n[s(381)]("hr");return n[s(353)](s(383),o),n[s(351)](n[s(356)](o,0),i),o},converterPriority:t(348)})}}const Ro=So;function So(t,e){const n=Mo();return(So=function(t,e){return n[t-=290]})(t,e)}function Mo(){const t=["_registerLegacyDescription","HtmlEmbed","element","start","get","formatBlock","key","rawHtml","TrackChangesEditing","932547ZcweAO","1934181tXYUei","157894cMCBWV","enableDefaultAttributesIntegration","attribute","*Change %0 content*","value","has","230547ATQxNr","getFirstRange","plugins","nodeAfter","format","registerElementLabel","locale","670kBvwHb","registerDescriptionCallback","4JjzfQr","registerBlockAttribute","editor","type","386820tycipz","404402pmXqqO","8BTXbWq","1poBuDL","ELEMENT_HTML_EMBED","commandName","htmlEmbed","descriptionFactory","afterInit","782520vKpuoY"];return(Mo=function(){return t})()}!function(t,e){const n=So,r=t();for(;;)try{if(113564===parseInt(n(300))/1*(-parseInt(n(298))/2)+-parseInt(n(324))/3*(parseInt(n(293))/4)+-parseInt(n(306))/5+-parseInt(n(297))/6+-parseInt(n(316))/7+parseInt(n(299))/8*(-parseInt(n(317))/9)+parseInt(n(291))/10*(parseInt(n(318))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[Ro(305)](){const t=Ro,e=this[t(295)];if(!e[t(326)][t(323)](t(308)))return;const n=e[t(326)][t(311)](t(315)),r=e[t(290)];n[t(304)][t(329)](t(314),(e=>zr(r,t(301),e))),n[t(319)](t(303)),n[t(294)](t(322)),n[t(304)][t(292)]((e=>{const n=t;if(n(320)!=e[n(296)])return;const{data:s}=e;if(s&&n(322)==s[n(313)]&&e[n(325)]()[n(310)][n(327)].is(n(309),n(314))){const t=zr(r,n(301));return{type:n(328),content:zr(r,n(321),t)}}})),this[t(307)]()}[Ro(307)](){const t=Ro,e=this[t(295)],n=e[t(290)];e[t(326)][t(311)](t(315))[t(304)][t(292)]((e=>{const r=t;if(r(312)!=e[r(296)])return;const{data:s}=e;if(s&&r(303)==s[r(302)]){const t=zr(n,r(301));return{type:r(328),content:zr(n,r(321),t)}}}))}}const Oo=wo;function wo(t,e){const n=Fo();return(wo=function(t,e){return n[t-=164]})(t,e)}function Fo(){const t=["imageInline","formatBlock","imageTypeInline","accept","toggleImageCaption","createRangeOn","nodeAfter","formatInline","locale","registerCustomCallback","*Remove image text alternative*","find","enableCommand","imageTextAlternative","getSuggestionCallback","ImageEditing","toPrevious","16VHceFB","commandName","registerBlockAttribute","TrackChangesEditing","start","has","newValue","key","ImageUtils","2261976mBVEmj","schema","646256WmYEie","get","519335GQvCqa","ImageInlineEditing","9158280SRIrmF","isIntersecting","_suggestionFactory","previous","plugins","18SDJaUC","createRange","registerAttributeLabel","document","width","deletion","subType","markDeletion","imageTypeBlock","filter","chain","*Reset image width*","ImageTextAlternativeEditing","ELEMENT_CAPTION","FORMAT_IMAGE_SIZE","convertInlineImageToBlock","resizeImage","10657101gwNcLi","alt","registerElementLabel","addObject","end","convertBlockImageToInline","imageBlock","caption","6CgnbMj","insertion","type","toNext","findIndex","isOwn","attribute","ImageCaptionEditing","imageCaption","11550310bjEGHp","getFirstRange","forward","ELEMENT_IMAGE","format","*Set image text alternative:* %0","resizedWidth","fromPosition","_registerLegacyDescription","_findSuggestions","markBlockFormat","registerDescriptionCallback","uploadImage","getNearestSelectionRange","nodeBefore","isEqual","*Set image width:* %0","ImageResize","model","enableDefaultAttributesIntegration","element","change","ELEMENT_INLINE_IMAGE","length","ImageUploadEditing","isCollapsed","isBlockImage","1041014xPRpiN","afterInit","ImageBlockEditing","discard","Block image to inline image","commandParams","removeObject","getCaptionFromImageModelElement","insertImage","getClosestSelectedImageElement","getContainedElement","markInsertion","detach","backward","join","isBefore","descriptionFactory","imageStylePreApply","editor","selection","Inline image to block image","ImageCaptionUtils","forceDefaultExecution"];return(Fo=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(815788===parseInt(n(177))/1+parseInt(n(247))/2*(parseInt(n(211))/3)+parseInt(n(166))/4*(-parseInt(n(179))/5)+-parseInt(n(181))/6+-parseInt(n(203))/7+parseInt(n(175))/8+parseInt(n(186))/9*(parseInt(n(220))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[Oo(248)](){const t=Oo,e=this[t(265)];if(!e[t(185)][t(171)](t(164)))return;const n=e[t(185)][t(178)](t(169)),r=e[t(185)][t(178)](t(174)),s=e[t(278)];n[t(282)](t(255)),n[t(263)][t(205)](t(209),(e=>zr(s,t(223),e))),n[t(263)][t(205)](t(270),(e=>zr(s,t(242),e))),n[t(263)][t(205)](t(210),(()=>zr(s,t(199)))),e[t(185)][t(171)](t(244))&&n[t(282)](t(232)),e[t(185)][t(171)](t(249))&&e[t(185)][t(171)](t(180))&&(n[t(282)](t(272),((s,o)=>{const i=t,a=r[i(256)](e[i(238)][i(189)][i(266)]);e[i(238)][i(241)]((()=>{const t=i;n[t(230)](a,{commandName:t(272),commandParams:[o]},[],t(208))}))})),n[t(282)](t(194),((s,o)=>{const a=t;e[a(238)][a(241)]((t=>{const c=a;let u=r[c(256)](e[c(238)][c(189)][c(266)]),l=t[c(275)](u);const f=i.LivePosition[c(227)](l[c(170)],c(165)),h=i.LivePosition[c(227)](l[c(207)],c(214));n[c(269)]((()=>s(o))),u=r[c(256)](e[c(238)][c(189)][c(266)]),l=t[c(275)](u);const g=t[c(187)](f,h);f[c(259)](),h[c(259)](),n[c(230)](u,{commandName:c(272),commandParams:[o]},[],c(201)),g[c(170)][c(262)](l[c(170)])&&n[c(258)](t[c(187)](g[c(170)],l[c(170)]),c(201)),l[c(207)][c(262)](g[c(207)])&&n[c(258)](t[c(187)](l[c(207)],g[c(207)]),c(201))}))})),n[t(183)][t(279)](t(271),t(201),t(261),(()=>!1)),n[t(183)][t(279)](t(271),t(201),t(273),(()=>!1)),n[t(183)][t(279)](t(271),t(201),t(250),n[t(183)][t(284)](t(271),"",t(273))),n[t(183)][t(279)](t(212),t(201),t(261),(()=>!1)),n[t(183)][t(279)](t(212),t(201),t(250),(([r])=>{const s=t,o=n[s(183)][s(284)](s(212),"",s(250));let i=r[s(170)],a=r[s(207)];const c=e[s(238)][s(176)][s(233)](i,s(260)),u=e[s(238)][s(176)][s(233)](a,s(222));c[s(245)]&&(i=c[s(170)]),u[s(245)]&&(a=u[s(207)]),o([e[s(238)][s(187)](i,a)])})),n[t(183)][t(279)](t(271),t(201),t(196),c),n[t(183)][t(279)](t(212),t(201),t(196),c)),e[t(185)][t(171)](t(218))&&(n[t(282)](t(274),((s,o)=>{const i=t,a=e[i(185)][i(178)](i(268));let c=r[i(256)](e[i(238)][i(189)][i(266)]),u=a[i(254)](c);e[i(238)][i(241)]((()=>{const t=i;if(u)return void n[t(193)](e[t(238)][t(275)](u));const l=r[t(246)](c);s(o),c=r[t(256)](e[t(238)][t(189)][t(266)]),u=a[t(254)](c),n[t(258)](e[t(238)][t(275)](u),l?null:t(219))}))})),n[t(183)][t(279)](t(212),t(219),t(196),c));const o=[{type:t(271),subType:t(264)},{type:t(212),subType:t(219)},{type:t(271),subType:t(201)},{type:t(212),subType:t(201)}];function a(e,s){const i=t,a=o[i(215)]((({type:t,subType:n})=>e[i(213)]==t&&e[i(192)]==n)),c=o[i(215)]((({type:t,subType:e})=>s[i(213)]==t&&s[i(192)]==e));if(a<0||c<0)return!1;const u=e[i(221)](),l=s[i(221)]();if((0==a||1==a)&&2==c&&u[i(182)](l))return!0;if(2==a&&3==c){const t=n[i(229)](u,i(212))[i(195)]((({suggestion:t,meta:e})=>e[i(216)]&&i(201)==t[i(192)]));if(t[i(243)]>1&&l[i(207)][i(235)](u[i(170)]))return!0;if(1==t[i(243)]&&(u[i(170)][i(235)](l[i(207)])||u[i(207)][i(235)](l[i(170)])))return!0}if(3==a&&3==c&&u[i(170)][i(262)](l[i(170)])){const t=u[i(207)][i(276)],e=l[i(170)][i(234)];return r[i(246)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(185)][t(171)](t(237))&&(n[t(239)](t(202)),n[t(168)](t(226)),n[t(263)][t(188)](t(226),zr(s,t(200)))),e[t(185)][t(171)](t(198))&&(n[t(239)](t(283)),n[t(168)](t(204))),n[t(263)][t(231)]((e=>{const n=t;if(o[n(281)]((({type:t,subType:r})=>e[n(213)]==t&&e[n(192)]==r)))return e[n(184)]?{}:void 0})),n[t(263)][t(231)]((e=>{const n=t;if(n(212)==e[n(213)]||n(191)==e[n(213)]){const t=e[n(257)]();if(t&&t.is(n(240),n(210)))return{type:n(212)==e[n(213)]?n(206):n(253),element:t,quantity:1}}})),n[t(263)][t(231)]((e=>t(271)==e[t(213)]&&t(201)==e[t(192)]?{type:t(224),content:t(267)}:t(271)==e[t(213)]&&t(208)==e[t(192)]?{type:t(224),content:t(251)}:void 0)),n[t(263)][t(231)]((e=>{const n=t;if(n(217)!=e[n(213)])return;const{data:r}=e;if(!r||n(204)!=r[n(173)])return;const o=r[n(172)];return o?{type:n(224),content:zr(s,n(225),'"'+o+'"')}:{type:n(224),content:zr(s,n(280))}})),this[t(228)]()}[Oo(228)](){const t=Oo,e=this[t(265)],n=e[t(278)];e[t(185)][t(178)](t(169))[t(263)][t(231)]((e=>{const r=t;if(r(271)!=e[r(213)]&&r(277)!=e[r(213)])return;const{data:s}=e;if(s){if(r(283)==s[r(167)]){const t=s[r(252)][0][r(172)];return t?{type:r(224),content:zr(n,r(225),'"'+t+'"')}:{type:r(224),content:zr(n,r(280))}}if(r(202)==s[r(167)]){const t=s[r(252)][0][r(190)];return t?{type:r(224),content:zr(n,r(236),t)}:{type:r(224),content:zr(n,r(197))}}}}))}}function xo(t,e){const n=Bo();return(xo=function(t,e){return n[t-=259]})(t,e)}const Po=xo;function Bo(){const t=["plugins","get","148924KRkMfX","key","formatInline","*Format:* replace image URL","12ZLLAIG","src","has","editor","discard","accept","commandName","9EHnIEp","oldValue","ImageEditing","newValue","TrackChangesEditing","replaceImageSource","1177170CyuCbP","1988244ZvfBqb","1604685kDunaO","registerDescriptionCallback","_handleLegacySuggestions","getSuggestionCallback","formatBlock","*Replace image URL*","232264iSPhEC","enableDefaultAttributesIntegration","_suggestionFactory","registerCustomCallback","afterInit","_registerLegacyDescription","registerBlockAttribute","6813YNvTFp","locale","descriptionFactory","64Ctguzm","275037TlMmyZ","attribute","type","format"];return(Bo=function(){return t})()}!function(t,e){const n=xo,r=t();for(;;)try{if(180661===-parseInt(n(295))/1+parseInt(n(278))/2+parseInt(n(285))/3*(-parseInt(n(299))/4)+parseInt(n(272))/5+parseInt(n(271))/6+-parseInt(n(289))/7*(parseInt(n(288))/8)+parseInt(n(264))/9*(-parseInt(n(270))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[Po(282)](){const t=Po;if(!this[t(260)][t(293)][t(259)](t(266)))return;const e=this[t(260)][t(286)],n=this[t(260)][t(293)][t(294)](t(268));n[t(279)](t(269)),n[t(284)](t(300)),n[t(287)][t(273)]((n=>{const r=t;if(r(290)!=n[r(291)])return;const{data:s}=n;return s&&r(300)==s[r(296)]?s[r(267)]&&s[r(265)]?{type:r(292),content:zr(e,r(277))}:{type:r(292),content:""}:void 0})),this[t(274)]()}[Po(274)](){const t=Po,e=this[t(260)][t(293)][t(294)](t(268));e[t(280)][t(281)](t(276),t(269),t(262),e[t(280)][t(275)](t(276),null,t(261))),e[t(280)][t(281)](t(276),t(269),t(261),e[t(280)][t(275)](t(276),null,t(262))),this[t(283)]()}[Po(283)](){const t=Po,e=this[t(260)],n=e[t(286)];e[t(293)][t(294)](t(268))[t(287)][t(273)]((e=>{const r=t;if(r(276)!=e[r(291)]&&r(297)!=e[r(291)])return;const{data:s}=e;return s&&r(269)==s[r(263)]?{type:r(292),content:zr(n,r(298))}:void 0}))}}function jo(){const t=["ImageStyleEditing","nodeAfter","isInContent","from","*Format:* %0","_findSuggestions","newRange","imageTypeBlock","imageStylePostApply","7039308fHwYSo","differ","subType","descriptionFactory","toLowerCase","953510zpstdi","72OjtMcN","createRangeOn","model","discard","getSuggestion","type","locale","length","enableCommand","insertion","title","TrackChangesEditing","2499SnuWjh","formatBlock","end","side","author","chain","5892140HAnyRm","imageCaption","isBlockImage","4605930QbMeAt","registerPostFixer","getSuggestionCallback","_registerLegacyDescription","_splitMarkerName","registerCustomCallback","discardSuggestion","commandParams","getClosestSelectedImageElement","afterInit","accept","selection","isEqual","Users","commandReversedParams","plugins","nodeBefore","value","formatInline","format","2956NVYGUu","ImageUtils","getSuggestions","isOwn","head","change","commands","join","editor","findIndex","26778pyhajc","getFirstRange","setImageNaturalSizeAttributes","11gCkBJw","start","name","suggestion","getChangedMarkers","forEach","FORMAT_SIDE_IMAGE","next","isIntersecting","isBefore","7783616AMHcSi","getContainedElement","markInlineFormat","hasSuggestion","_suggestionFactory","imageStyle","get","normalizedStyles","imageStylePreApply","commandName","document","shouldConvertImageType","convertInlineImageToBlock","refresh","imageTypeInline","has","registerDescriptionCallback","isInlineImage","markBlockFormat","filter"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=499]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(604252===parseInt(n(578))/1*(parseInt(n(575))/2)+parseInt(n(536))/3*(-parseInt(n(565))/4)+-parseInt(n(542))/5+parseInt(n(518))/6+-parseInt(n(545))/7+parseInt(n(588))/8+-parseInt(n(524))/9*(-parseInt(n(523))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class Ho extends t.Plugin{[Go(554)](){const t=Go,n=this[t(573)];if(!n[t(560)][t(504)](t(509)))return;const r=n[t(560)][t(594)](t(535)),s=n[t(560)][t(594)](t(566)),o={};r[t(532)](t(593),((o,i)=>{const a=t,c=n[a(560)][a(594)](a(558)).me,u=n[a(571)][a(594)](a(593));let l=s[a(553)](n[a(526)][a(499)][a(556)]),f=n[a(526)][a(525)](l),h=u[a(562)];if(h==i[a(562)])return;const g={commandName:a(593),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(526)][a(570)]((()=>{const t=a;if(r[t(567)]()[t(508)]((e=>e[t(511)]&&c==e[t(540)]&&(t(537)==e[t(529)]||t(563)==e[t(529)])&&(t(596)==e[t(520)]||t(517)==e[t(520)])&&e[t(576)]()[t(557)](f)))[t(583)]((e=>r[t(551)](e[t(569)]))),l=s[t(553)](n[t(526)][t(499)][t(556)]),f=n[t(526)][t(525)](l),u[t(502)](),n[t(571)][t(594)](t(503))[t(502)](),n[t(571)][t(594)](t(516))[t(502)](),h=u[t(562)],h!=i[t(562)])return s[t(506)](l)&&u[t(500)](i[t(562)],l)?(o({...i,setImageSizes:!1}),l=s[t(553)](n[t(526)][t(499)][t(556)]),void r[t(507)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(596))):void(s[t(544)](l)?r[t(507)](l,g,[],t(517)):r[t(590)](f,g,t(517)))}))}));for(const e of n[t(560)][t(594)](t(509))[t(595)])o[e[t(580)]]=e[t(534)][t(522)]();r[t(592)][t(550)](t(537),t(596),t(572),(()=>!1)),r[t(592)][t(550)](t(537),t(517),t(572),(()=>!1)),r[t(592)][t(550)](t(563),t(517),t(572),(()=>!1)),r[t(592)][t(550)](t(537),t(596),t(555),(([e])=>{const n=t;s[n(577)](e[n(589)]())})),r[t(592)][t(550)](t(537),t(596),t(527),((e,n)=>{const s=t;r[s(592)][s(547)](s(537),"",s(555))(e,{commandName:n[s(597)],commandParams:n[s(559)]})})),r[t(592)][t(550)](t(537),t(596),t(541),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(537),subType:t(596)},{type:t(533),subType:t(543)},{type:t(537),subType:t(501)},{type:t(533),subType:t(501)}];function a(e,n){const o=t,a=i[o(574)]((({type:t,subType:n})=>e[o(529)]==t&&e[o(520)]==n)),c=i[o(574)]((({type:t,subType:e})=>n[o(529)]==t&&n[o(520)]==e));if(a<0||c<0)return!1;const u=e[o(576)](),l=n[o(576)]();if((0==a||1==a)&&2==c&&u[o(586)](l))return!0;if(2==a&&3==c){const t=r[o(514)](u,o(533))[o(508)]((({suggestion:t,meta:e})=>e[o(568)]&&o(501)==t[o(520)]));if(t[o(531)]>1&&l[o(538)][o(557)](u[o(579)]))return!0;if(1==t[o(531)]&&(u[o(579)][o(557)](l[o(538)])||u[o(538)][o(557)](l[o(579)])))return!0}if(3==a&&3==c&&u[o(579)][o(587)](l[o(579)])){const t=u[o(538)][o(510)],e=l[o(579)][o(561)];return s[o(544)](t)&&t===e}return!1}n[t(526)][t(499)][t(546)]((()=>{const e=t;let o=!1;const i=Array[e(512)](n[e(526)][e(499)][e(519)][e(582)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(549)](t);if(e(581)==i&&r[e(591)](u)){if(e(537)==a&&(e(596)==c||e(517)==c)){const t=r[e(528)](u);if(n[e(515)]){const n=t[e(576)]()[e(589)]();if(s[e(544)](n))continue;r[e(551)](t),o=!0}}if(e(533)==a&&e(543)==c&&!n[e(515)]){const t=r[e(528)](u);t[e(585)]&&t[e(585)][e(511)]&&(r[e(551)](t[e(585)]),o=!0)}}}return o})),this[t(548)](o)}[Go(548)](t){const e=Go,n=this[e(573)],r=n[e(530)];n[e(560)][e(594)](e(535))[e(521)][e(505)]((n=>{const s=e;if(s(537)!=n[s(529)]&&s(563)!=n[s(529)])return;const{data:o}=n;if(!o||s(593)!=o[s(597)])return;const i=o[s(552)][0][s(562)];return function(t){const e=s;return{type:e(564),content:zr(r,e(513),t)}}(s(539)===i?zr(r,s(584)):t[i]||i)}))}}const zo=Ko;!function(t,e){const n=Ko,r=t();for(;;)try{if(864234===-parseInt(n(395))/1+parseInt(n(404))/2+parseInt(n(410))/3+-parseInt(n(394))/4*(-parseInt(n(419))/5)+parseInt(n(411))/6*(parseInt(n(392))/7)+-parseInt(n(418))/8+-parseInt(n(397))/9*(parseInt(n(414))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Wo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(388)]=!1,this[e(396)]=!1}[zo(401)](){const t=zo,e=this[t(407)],n=e[t(387)][t(406)](t(413)),r=e[t(387)][t(406)](t(391));n&&(n.on(t(390),((e,[,n])=>{const s=t;this[s(388)]=r[s(417)],n[s(420)][s(416)]=!this[s(388)]}),{priority:t(393)}),this[t(415)](n,t(403),this[t(398)][t(412)](this)),this[t(415)](n,t(403),(()=>{const e=t;this[e(396)]&&(r[e(390)](),this[e(396)]=!1)}),{priority:t(405)}),e[t(400)][t(406)](t(402))[t(408)](t(413)))}[zo(398)](t,e){const n=zo,{suggestions:r}=e,s=this[n(407)][n(387)][n(406)](n(391)),o=s[n(417)];this[n(388)]!==o&&(s[n(390)](),this[n(396)]=!0),r&&r[n(389)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(407)][o(400)][o(406)](o(399)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(413)}}};this[o(407)][o(400)][o(406)](o(402))[o(409)](i)}))}}function Ko(t,e){const n=Xo();return(Ko=function(t,e){return n[t-=387]})(t,e)}function Xo(){const t=["high","3343324VmIAuj","582062hToDEL","_trackChangesExecuted","153ONnWPY","_handleImportedData","Users","plugins","afterInit","TrackChangesEditing","dataInsert","3375200SUSBhb","lowest","get","editor","enableCommand","_setSuggestionData","4753776kPbQoM","6IQFJfd","bind","importWord","1547260eUEKBy","listenTo","track_changes","value","7686200YSoCnK","10EuJrnf","collaboration_features","commands","_trackChangesValueDuringImport","forEach","execute","trackChanges","654913dsnEdi"];return(Xo=function(){return t})()}function qo(){const t=["_registerLegacyDescription","*Outdent:* %0","TrackChangesEditing","editor","outdentBlock","outdent","19093160CnPzYd","*Indent:* %0","getItemLabel","registerDescriptionCallback","24mbWutx","1546915miymtW","enableCommand","indent","2xFRyjK","type","descriptionFactory","21qGgVJY","enableDefaultAttributesIntegration","format","313764wRZGdv","indentBlock","locale","registerBlockAttribute","blockIndent","afterInit","804803eZyqSQ","plugins","575499XHqisi","get","has","IndentEditing","285760lrBkmX","formatBlock","IndentBlock","registerAttributeLabel","getItems","12173166OFoqPU","commandName","FORMAT_INDENT"];return(qo=function(){return t})()}const Yo=Zo;function Zo(t,e){const n=qo();return(Zo=function(t,e){return n[t-=380]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(712532===-parseInt(n(405))/1*(-parseInt(n(393))/2)+-parseInt(n(407))/3*(parseInt(n(389))/4)+parseInt(n(390))/5+parseInt(n(399))/6*(parseInt(n(396))/7)+parseInt(n(411))/8+-parseInt(n(416))/9+parseInt(n(385))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Jo extends t.Plugin{[Yo(404)](){const t=Yo,e=this[t(382)],n=e[t(406)][t(408)](t(381));if(e[t(406)][t(409)](t(410))&&(n[t(391)](t(392)),n[t(391)](t(384))),e[t(406)][t(409)](t(413)))for(const e of[t(400),t(383)])n[t(397)](e);const r=e[t(401)];n[t(402)](t(403)),n[t(395)][t(414)](t(403),zr(r,t(418))),this[t(419)]()}[Yo(419)](){const t=Yo,e=this[t(382)],n=e[t(401)],r=e[t(406)][t(408)](t(381));r[t(395)][t(388)]((e=>{const s=t;if(s(412)!=e[s(394)])return;const{data:o}=e;if(!o)return;if(s(400)!=o[s(417)]&&s(383)!=o[s(417)])return;const i=e[s(415)]()[0],a=r[s(395)][s(387)](i);return s(400)==o[s(417)]?{type:s(398),content:zr(n,s(386),a)}:s(383)==o[s(417)]?{type:s(398),content:zr(n,s(380),a)}:void 0}))}}var Qo=$o;function $o(t,e){var n=ti();return($o=function(t,e){return n[t-=397]})(t,e)}function ti(){var t=["20EVDmuI","8125986FFZXLg","input","102tBxXkr","3292jCWDyw","1841YAaxwq","8271IKjWTC","plugins","2325330mjmICP","TrackChangesEditing","3954RQtcrT","editor","23841CfObwW","requires","init","304wTiGeD","enableCommand","get","219175jKGyiM"];return(ti=function(){return t})()}!function(t,e){for(var n=$o,r=t();;)try{if(116500===parseInt(n(397))/1+parseInt(n(408))/2*(-parseInt(n(407))/3)+parseInt(n(404))/4*(-parseInt(n(403))/5)+parseInt(n(414))/6*(-parseInt(n(409))/7)+-parseInt(n(400))/8*(-parseInt(n(410))/9)+-parseInt(n(412))/10+parseInt(n(405))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[Qo(398)](){return[Ms.Input]}[Qo(399)](){var t=Qo;this[t(415)][t(411)][t(402)](t(413))[t(401)](t(406))}}const ni=ri;function ri(t,e){const n=oi();return(ri=function(t,e){return n[t-=430]})(t,e)}!function(t,e){const n=ri,r=t();for(;;)try{if(692855===-parseInt(n(472))/1*(parseInt(n(441))/2)+-parseInt(n(432))/3+-parseInt(n(448))/4*(parseInt(n(461))/5)+parseInt(n(430))/6+-parseInt(n(453))/7*(-parseInt(n(458))/8)+parseInt(n(462))/9*(parseInt(n(438))/10)+parseInt(n(439))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oi);class si extends t.Plugin{[ni(450)](){const t=ni,e=this[t(446)];if(!e[t(466)][t(465)](t(469)))return;const n=e[t(466)][t(455)](t(444)),r=e[t(437)][t(455)](t(445));n[t(434)](t(445)),n[t(434)](t(443)),n[t(460)](t(467));for(const e of r[t(456)])n[t(460)](e.id),n[t(449)][t(433)](e.id,t(464)+e[t(447)][t(470)]()+")");n[t(449)][t(454)]((n=>{const r=t;if(r(452)!=n[r(431)])return;const{data:s}=n;if(!s||r(467)!=s[r(440)])return;const o=s[r(468)],i=e[r(459)];return{type:r(436),content:null==o?zr(i,r(435)):zr(i,r(457),'"'+o+'"')}})),this[t(463)]()}[ni(463)](){const t=ni,e=this[t(446)],n=e[t(459)];e[t(466)][t(455)](t(444))[t(449)][t(454)]((e=>{const r=t;if(r(451)!=e[r(431)])return;const{data:s}=e;if(s){if(r(445)==s[r(442)]){const t=s[r(471)][0];return{type:r(436),content:zr(n,r(457),'"'+t+'"')}}return r(443)==s[r(442)]?{type:r(436),content:zr(n,r(435))}:void 0}}))}}function oi(){const t=["format","commands","10ohruZS","16343195SDGehM","key","788234mLmSQi","commandName","unlink","TrackChangesEditing","link","editor","label","2358028cgdELZ","descriptionFactory","afterInit","formatInline","attribute","7fWhMgT","registerDescriptionCallback","get","manualDecorators","*Set link:* %0","2624624ochgih","locale","registerInlineAttribute","5qQmlDL","2115909pJgCnc","_registerLegacyDescription","link (","has","plugins","linkHref","newValue","LinkEditing","toLowerCase","commandParams","1jpvhuv","4384698Fiqmda","type","3309684PfeZtq","registerAttributeLabel","enableDefaultAttributesIntegration","*Remove link*"];return(oi=function(){return t})()}const ii=li;function ai(){const t=["blockName","slice","forceValue","getAttribute","ELEMENT_TODO_LIST","56060232mArdMr","13059rrKuEv","filter","push","outdentList","formatBlock","change","type","811967bmzodv","afterInit","descriptionFactory","11ScIBif","formatInline","bulleted","*Change to:* %0","get","3205qvJFOP","TrackChangesEditing","registerElementLabel","3933836SkbZXv","schema","todoListChecked","nextSibling","markBlockFormat","before","execute","document","format","previousSibling","todoList","model","registerDescriptionCallback","listIndent","selection","ELEMENT_LIST_ITEM","from","numbered","paragraph","locale","element","plugins","enableCommand","findIndex","581aKkFDx","*Indent:* %0","add","value","LegacyListEditing","createRange","checkTodoList","todo","LegacyTodoListEditing","_selectedElements","length","replace","*Outdent:* %0","ELEMENT_BULLETED_LIST","createPositionAt","checkChild","end","bulletedList","numberedList","5262tvZUcL","commandName","commandParams","has","*Uncheck item*","name","commands","indentList","2562219mFxDWu","getSelectedBlocks","4580Ywtxhv","listItem","parent","isObject","editor","2jmBDgI","ELEMENT_NUMBERED_LIST","List","111232dIMjxg","*Check item*","listType"];return(ai=function(){return t})()}!function(t,e){const n=li,r=t();for(;;)try{if(765754===-parseInt(n(248))/1*(parseInt(n(229))/2)+-parseInt(n(222))/3+-parseInt(n(259))/4+parseInt(n(256))/5*(parseInt(n(214))/6)+-parseInt(n(283))/7*(parseInt(n(232))/8)+parseInt(n(241))/9*(-parseInt(n(224))/10)+parseInt(n(251))/11*(parseInt(n(240))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ci extends t.Plugin{[ii(249)](){const t=ii,e=this[t(228)],n=e[t(278)];if(!e[t(280)][t(217)](t(199)))return;const r=e[t(280)][t(255)](t(257)),s=e[t(280)][t(217)](t(203));function o(t){return()=>{const n=li,s=e[n(270)][n(266)][n(273)],o=e[n(220)][n(255)](t);if(o[n(198)])return void e[n(265)](n(277),{});const i=t[n(236)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(275)](t)[s(242)]((t=>function(t,e){const n=s;return e[n(210)](t[n(226)],n(225))&&!e[n(227)](t)}(t,r)));o=o[s(242)]((t=>!t.is(s(279),s(225))||t[s(238)](s(234))!=e));const i=new Set;for(const t of o)t.is(s(279),s(225))?i[s(197)](ui(t)):i[s(197)](t);return Array[s(275)](i)}(s[n(223)](),i,e[n(270)][n(260)]);e[n(270)][n(246)]((()=>{const e=n;for(const n of a)r[e(263)](n,{commandName:t,commandParams:[{forceValue:!o[e(198)]}],formatGroupId:e(235)},fi(n))}))}}function i(t){return()=>{const n=li,s=function(t){const e=li;let n=Array[e(275)](t);const r=n[e(282)]((t=>e(225)!=t[e(219)]));return r>-1&&(n=n[e(236)](0,r)),n}(e[n(270)][n(266)][n(273)][n(223)]()),o=e[n(270)][n(200)](e[n(270)][n(209)](s[0],n(264)),e[n(270)][n(209)](s[s[n(205)]-1],n(211)));e[n(270)][n(246)]((()=>{const e=n;r[e(263)](o,{commandName:t,commandParams:[],formatGroupId:e(272)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(262)];for(;t&&t[n(238)](n(272))>e[n(238)](n(272));)r[n(197)](t),t=t[n(262)]}return Array[n(275)](r)}(s))}))}}r[t(281)](t(213),o(t(213))),r[t(281)](t(212),o(t(212))),s&&r[t(281)](t(269),o(t(269))),r[t(281)](t(221),i(t(221))),r[t(281)](t(244),i(t(244))),s&&r[t(281)](t(201),(()=>{const n=t,s=e[n(220)][n(255)](n(201)),o=Array[n(275)](s[n(204)]);o[n(242)]((t=>t[n(238)](n(261))!=s[n(198)])),e[n(270)][n(246)]((()=>{const t=n;for(const e of o)r[t(263)](e,{commandName:t(201),commandParams:[{forceValue:!s[t(198)]}]})}))})),r[t(250)][t(258)](t(225),(e=>zr(n,t(274),e))),r[t(250)][t(271)]((e=>{const r=t;if(r(245)!=e[r(247)]&&r(252)!=e[r(247)])return;const{data:s}=e;if(s){if(r(213)==s[r(215)]||r(212)==s[r(215)]||r(269)==s[r(215)])switch(s[r(215)][r(206)](r(231),"")){case r(253):return o(zr(n,r(208)));case r(276):return o(zr(n,r(230)));case r(202):return o(zr(n,r(239)))}if(r(221)==s[r(215)])return{type:r(267),content:zr(n,r(196),zr(n,r(274)))};if(r(244)==s[r(215)])return{type:r(267),content:zr(n,r(207),zr(n,r(274)))};if(r(201)==s[r(215)])return s[r(216)][0][r(237)]?{type:r(267),content:zr(n,r(233))}:{type:r(267),content:zr(n,r(218))}}function o(t){const e=r;return{type:e(267),content:zr(n,e(254),t)}}}))}}function ui(t){const e=ii,n=t[e(238)](e(272));if(0==n)return t;let r=t;for(;t[e(268)]&&t[e(268)].is(e(279),e(225));){const s=t[e(268)][e(238)](e(272));if(s==n)r=t[e(268)];else if(s<n)break;t=t[e(268)]}return r}function li(t,e){const n=ai();return(li=function(t,e){return n[t-=196]})(t,e)}function fi(t){const e=ii,n=[];if(t.is(e(279),e(225))&&t[e(238)](e(272))>0){let r=t[e(262)];for(;r&&e(225)==r[e(219)]&&r[e(238)](e(272))==t[e(238)](e(272));)n[e(243)](r),r=r[e(262)]}return n}const hi=di;function gi(){const t=["LegacyListUtils","editor","*Format:* set order to reversed","styles","_getTranslationKeyForListStyle","length","listStart","plugins","2781AiRtUs","createPositionAt","list.properties","forward","model","210JavNKD","document","handleDescriptions","default","backward","2Ffnjuw","has","toUpperCase","handleListStartCommand","formatBlock","getListTypeFromListStyleType","ELEMENT_","get","from","selection","parent","9476yYvdNM","handleListStyleCommand","before","bind","*Change to:* %0","_getSuggestionBlocks","startIndex","replace","_LIST_","commandParams","push","afterInit","226949vXSUUl","listItem","markMultiRangeBlockFormat","flat","unshift","listStyle","map","334225NLRrwO","LegacyListPropertiesEditing","getAttribute","*Format:* set start index to %0","element","descriptionFactory","3776UAbhiH","commandName","filter","getSelectedBlocks","_getSuggestionBlocksForListStyle","enableCommand","reversed","handleListReversedCommand","getSiblingNodes","registerDescriptionCallback","createRange","TrackChangesEditing","getFirstPosition","10782260kkHlEK","locale","getLastPosition","*Format:* set order to regular","format","listType","1544328apwIKM","formatInline","1982848cIGLcf","listReversed","numbered","type","change","config"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=145]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(223798===parseInt(n(212))/1*(-parseInt(n(189))/2)+parseInt(n(184))/3*(-parseInt(n(200))/4)+-parseInt(n(219))/5+-parseInt(n(163))/6+-parseInt(n(165))/7+-parseInt(n(225))/8*(-parseInt(n(179))/9)+parseInt(n(157))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(211)](){const t=hi;if(!this[t(172)][t(178)][t(190)](t(220)))return;const e=this[t(172)][t(170)][t(196)](t(181)),n=this[t(172)][t(178)][t(196)](t(155));e[t(174)]&&n[t(149)](t(217),this[t(201)][t(203)](this)),e[t(150)]&&n[t(149)](t(166),this[t(151)][t(203)](this)),e[t(206)]&&n[t(149)](t(177),this[t(192)][t(203)](this)),n[t(224)][t(153)](this[t(186)][t(203)](this))}[hi(201)](t,e={}){const n=hi,r=this[n(172)][n(178)][n(196)](n(155)),s=this[n(148)]();this[n(172)][n(183)][n(169)]((()=>{const t=n;r[t(214)](s,{commandName:t(217),commandParams:[{type:e[t(168)]}],formatGroupId:t(217)})}))}[hi(151)](t,e={}){const n=hi,r=this[n(172)][n(178)][n(196)](n(155)),s=this[n(205)]((t=>t.is(n(223),n(213))&&n(167)===t[n(221)](n(162))));if(s[n(176)]<1)return;const o=s[n(218)]((t=>this[n(172)][n(183)][n(154)](this[n(172)][n(183)][n(180)](t,n(202)),this[n(172)][n(183)][n(180)](t,0))));this[n(172)][n(183)][n(169)]((()=>{const t=n;r[t(214)](o,{commandName:t(166),commandParams:[{reversed:e[t(150)]}],formatGroupId:t(166)})}))}[hi(192)](t,e={}){const n=hi,r=this[n(172)][n(178)][n(196)](n(155)),s=this[n(205)]((t=>t.is(n(223),n(213))&&n(167)===t[n(221)](n(162))));if(s[n(176)]<1)return;const o=s[n(218)]((t=>this[n(172)][n(183)][n(154)](this[n(172)][n(183)][n(180)](t,n(202)),this[n(172)][n(183)][n(180)](t,0))));this[n(172)][n(183)][n(169)]((()=>{const t=n;r[t(214)](o,{commandName:t(177),commandParams:[{startIndex:e[t(206)]}],formatGroupId:t(177)})}))}[hi(186)](t){const e=hi;if(e(193)!=t[e(168)]&&e(164)!=t[e(168)])return;const n=this[e(172)][e(158)],{data:r}=t;if(!r)return;let s,o;switch(r[e(145)]){case e(217):s=e(204),o={type:e(161),content:zr(n,s,zr(n,this[e(175)](r[e(209)][0][e(168)])))};break;case e(166):s=r[e(209)][0][e(150)]?e(173):e(160),o={type:e(161),content:zr(n,s)};break;case e(177):s=e(222),o={type:e(161),content:zr(n,s,r[e(209)][0][e(206)])}}return o}[hi(148)](){const t=hi;var e,n,r,s;const o=this[t(172)][t(178)][t(196)](t(171));let i=Array[t(197)](this[t(172)][t(183)][t(185)][t(198)][t(147)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(223),t(213)))&&i[t(216)](...o[t(152)](this[t(172)][t(183)][t(185)][t(198)][t(156)](),t(188))),(null===(n=i[i[t(176)]-1])||void 0===n?void 0:n.is(t(223),t(213)))&&i[t(210)](...o[t(152)](this[t(172)][t(183)][t(185)][t(198)][t(159)](),t(182))),i=[...new Set(i)],(null===(s=null===(r=this[t(172)][t(183)][t(185)][t(198)][t(156)]())||void 0===r?void 0:r[t(199)])||void 0===s?void 0:s.is(t(223),t(213)))&&(i=i[t(146)]((e=>e.is(t(223),t(213))))),i}[hi(205)](t){const e=hi,n=this[e(172)][e(178)][e(196)](e(171));let r=Array[e(197)](this[e(172)][e(183)][e(185)][e(198)][e(147)]())[e(146)](t)[e(218)]((t=>{const r=e,s=this[r(172)][r(183)][r(180)](t,0);return[...n[r(152)](s,r(188)),...n[r(152)](s,r(182))]}))[e(215)]();return r=[...new Set(r)],r}[hi(175)](t){const e=hi;return e(195)+(this[e(172)][e(178)][e(196)](e(171))[e(194)](t)||e(187))[e(191)]()+e(208)+t[e(191)]()[e(207)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=bi();return(Ii=function(t,e){return n[t-=243]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(265835===-parseInt(n(258))/1*(parseInt(n(278))/2)+-parseInt(n(253))/3*(parseInt(n(259))/4)+-parseInt(n(256))/5+parseInt(n(263))/6*(parseInt(n(248))/7)+parseInt(n(276))/8+parseInt(n(255))/9+-parseInt(n(244))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bi);class Ei extends t.Plugin{[mi(247)](){const t=mi,e=this[t(277)];if(!e[t(246)][t(243)](t(262)))return;const n=e[t(246)][t(257)](t(279)),r=e[t(251)];n[t(274)](t(260)),n[t(268)][t(266)](t(249),(e=>zr(r,t(270),e))),e[t(252)][t(250)](t(261))[t(272)]({model:t(249),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(273)])return n[s(265)](s(275))},converterPriority:t(264)}),e[t(269)][t(267)].on(t(245),((e,n,r)=>{const s=t;r[s(254)][s(273)]&&e[s(271)]()}),{priority:t(264)})}}function bi(){const t=["105276QTxUkv","TrackChangesEditing","has","640910cgERNh","attribute:url:media","plugins","afterInit","252PhIvoV","media","for","locale","conversion","43959afODHg","options","270306IoWhUx","1268820ldXkpk","get","3biFQyn","4NxxnSh","mediaEmbed","dataDowncast","MediaEmbedEditing","38100Mnfuld","high","createEmptyElement","registerElementLabel","downcastDispatcher","descriptionFactory","data","ELEMENT_MEDIA","stop","elementToElement","showSuggestionHighlights","enableCommand","div","3980984vGPwlE","editor"];return(bi=function(){return t})()}function Ti(){const t=["223698kapvrX","mention","TrackChangesEditing","enableCommand","afterInit","1169055BfFNsH","get","3766215MLnxDg","7qyIfxz","28QgCTnt","11379080lelLIm","plugins","editor","12DCgFHe","4kGjSAc","10361673dNsnVH","8MGdKaK","has","MentionEditing","39155677HmqpJV","163506UhkBrd"];return(Ti=function(){return t})()}const _i=yi;function yi(t,e){const n=Ti();return(yi=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(850387===-parseInt(n(220))/1+parseInt(n(224))/2*(-parseInt(n(235))/3)+parseInt(n(229))/4*(-parseInt(n(222))/5)+parseInt(n(236))/6*(-parseInt(n(223))/7)+-parseInt(n(231))/8*(-parseInt(n(230))/9)+-parseInt(n(225))/10+parseInt(n(234))/11*(parseInt(n(228))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[_i(219)](){const t=_i,e=this[t(227)];e[t(226)][t(232)](t(233))&&e[t(226)][t(221)](t(238))[t(218)](t(237))}}const Ci=ki;function ki(t,e){const n=Li();return(ki=function(t,e){return n[t-=218]})(t,e)}function Li(){const t=["35SPQHFg","handleDescriptions","get","28CeVFvI","editor","enableDefaultAttributesIntegration","1170525upLvgf","*Set format:* %0","has","listType","data","locale","TrackChangesEditing","registerBlockAttribute","763314UiXdvs","newValue","181971SydUdK","next","679150WCcCrT","listMarkerStyle","format","registerDescriptionCallback","*Remove format:* %0","MultiLevelList","oldValue","key","12996770LXlbsL","80dnEhGO","afterInit","descriptionFactory","ELEMENT_MULTI_LEVEL_LIST","719636telNMX","503884OfTGko","head","plugins","multiLevelList"];return(Li=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(562705===-parseInt(n(223))/1+-parseInt(n(222))/2+-parseInt(n(233))/3+-parseInt(n(230))/4*(-parseInt(n(245))/5)+-parseInt(n(241))/6*(parseInt(n(227))/7)+parseInt(n(218))/8*(parseInt(n(243))/9)+parseInt(n(253))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[Ci(219)](){const t=Ci,e=this[t(231)],n=e[t(225)][t(229)](t(239));e[t(225)][t(235)](t(250))&&(n[t(232)](t(226)),n[t(240)](t(246)),n[t(220)][t(248)]((e=>this[t(228)](e))))}[Ci(228)](t){const e=Ci,n=this[e(231)][e(238)],{data:r}=t,s={type:e(247),content:""};if(r&&e(246)==r[e(252)]){if(!r[e(251)])return{type:e(247),content:zr(n,e(234),zr(n,e(221)))+" ("+r[e(242)]+")"};if(!r[e(242)]){let o=t[e(224)];for(;o;){if(o[e(237)]&&e(236)==o[e(237)][e(252)]&&o[e(237)][e(242)])return s;o=o[e(244)]}return{type:e(247),content:zr(n,e(249),zr(n,e(221)))+" ("+r[e(251)]+")"}}}}}const Ri=Si;function Si(t,e){const n=vi();return(Si=function(t,e){return n[t-=392]})(t,e)}!function(t,e){const n=Si,r=t();for(;;)try{if(329307===parseInt(n(412))/1*(parseInt(n(400))/2)+-parseInt(n(398))/3+-parseInt(n(403))/4+-parseInt(n(405))/5+-parseInt(n(392))/6+parseInt(n(413))/7*(parseInt(n(408))/8)+parseInt(n(404))/9*(parseInt(n(409))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vi);class Mi extends t.Plugin{[Ri(393)](){const t=Ri,e=this[t(402)];if(!e[t(411)][t(410)](t(401)))return;e[t(411)][t(407)](t(414))[t(396)](t(397));const n=e[t(411)][t(407)](t(414)),r=e[t(394)];n[t(406)][t(399)](t(397),(e=>zr(r,t(395),e)))}}function vi(){const t=["pageBreak","845886UyEwkx","registerElementLabel","86yFuBaO","PageBreakEditing","editor","353376igPdlp","9lzHhDd","1425030ihUXRB","descriptionFactory","get","2875168rdhblB","6575430CaiHcP","has","plugins","11325QyhbeL","7UQcJtP","TrackChangesEditing","3115770DcQRHq","afterInit","locale","ELEMENT_PAGE_BREAK","enableCommand"];return(vi=function(){return t})()}const Oi=Fi;function wi(){const t=["4008EjeraD","enableCommand","schema","checkChild","bindElementToMarker","addClass","data","writer","ck-suggestion-marker--active","494735NvbNfW","23517muFJsx","end","get","7097538xTIVNR","name","*Change to:* %0","model","insert","markerRange","format","consume","isBlock","TrackChangesEditing","has","editing","3779919UdUbrb","insertion","Paragraph","afterInit","getItemLabel","options","isTouching","mapper","_registerLegacyDescription","enableDefaultAttributesIntegration","highest","insertParagraph","commandName","725738fdCTeb","plugins","markerName","formatBlock","registerDescriptionCallback","editor","includes","toViewPosition","nodeAfter","getFirstRange","*Insert:* %0","activeMarkers","addMarker:suggestion:insertion","ck-suggestion-marker-split","$text","2920oNZPYA","showSuggestionHighlights","span","8142sWVkSO","paragraph","type","locale","createUIElement","isLimit","descriptionFactory","consumable","downcastDispatcher","ELEMENT_PARAGRAPH","start","130340HQseqb","registerElementLabel"];return(wi=function(){return t})()}function Fi(t,e){const n=wi();return(Fi=function(t,e){return n[t-=284]})(t,e)}!function(t,e){const n=Fi,r=t();for(;;)try{if(663383===-parseInt(n(315))/1+parseInt(n(344))/2+parseInt(n(331))/3+parseInt(n(304))/4+-parseInt(n(290))/5*(parseInt(n(293))/6)+-parseInt(n(319))/7+-parseInt(n(306))/8*(-parseInt(n(316))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Di extends t.Plugin{[Oi(334)](){const t=Oi,e=this[t(349)];if(!e[t(345)][t(329)](t(333)))return;const n=e[t(296)],r=e[t(345)][t(318)](t(328));r[t(299)][t(305)](t(294),(e=>zr(n,t(302),e))),r[t(340)](t(294)),r[t(307)](t(342)),e[t(330)][t(301)].on(t(287),xi(e),{priority:t(341)}),e[t(312)][t(301)].on(t(287),((n,r,s)=>{const o=t;s[o(336)][o(291)]&&xi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(341)});const s=r[t(299)];s[t(348)]((r=>{const o=t;if(o(332)!==r[o(295)])return;const{start:i,end:a}=r[o(284)]();if(!i[o(337)](a)||!i[o(352)])return;const c=e[o(322)][o(308)],u=i[o(352)];return c[o(327)](u)&&!c[o(298)](u)&&c[o(309)](u,o(289))?{type:o(332),content:zr(n,o(285),s[o(335)](u,1))}:void 0})),this[t(339)]()}[Oi(339)](){const t=Oi,e=this[t(349)],n=e[t(296)];e[t(345)][t(318)](t(328))[t(299)][t(348)]((e=>{const r=t;if(r(347)!=e[r(295)])return;const{data:s}=e;return s&&r(294)==s[r(343)]?{type:r(325),content:zr(n,r(321),zr(n,r(302)))}:void 0}))}}function xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Fi,i=t[o(345)][o(318)](o(328)),a=r[o(324)][o(303)],c=r[o(324)][o(317)],u=t[o(322)][o(308)];if(!a[o(337)](c)||!a[o(352)])return;const l=a[o(352)];if(u[o(327)](l)&&!u[o(298)](l)&&u[o(309)](l,o(289))){if(!s[o(300)][o(326)](r[o(324)],n[o(320)]))return;const t=s[o(313)][o(297)](o(292),{class:o(288)}),a=s[o(338)][o(351)](c);e&&i[o(286)][o(350)](r[o(346)])&&s[o(313)][o(311)](o(314),t),s[o(313)][o(323)](a,t),s[o(338)][o(310)](t,r[o(346)])}}}function Pi(t,e){const n=Ui();return(Pi=function(t,e){return n[t-=397]})(t,e)}const Bi=Pi;function Ui(){const t=["formatBlock","4531470ujBfRX","get","plugins","editor","1720023SwCCKK","enableDefaultAttributesIntegration","descriptionFactory","2868EvyRnS","formatInline","afterInit","9080wAzaNs","9pIuYlV","removeFormat","RemoveFormatEditing","format","545EplWUG","commandName","4bSBpgX","4156590bIFxLo","locale","TrackChangesEditing","registerDescriptionCallback","has","_registerLegacyDescription","8698437jwdmLm","2030595tuRRMY","type","*Remove all formatting*","3031sWrhsA"];return(Ui=function(){return t})()}!function(t,e){const n=Pi,r=t();for(;;)try{if(428296===-parseInt(n(412))/1*(parseInt(n(404))/2)+parseInt(n(401))/3*(parseInt(n(414))/4)+-parseInt(n(422))/5+-parseInt(n(415))/6+parseInt(n(425))/7*(parseInt(n(407))/8)+parseInt(n(408))/9*(parseInt(n(397))/10)+parseInt(n(421))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Bi(406)](){const t=Bi,e=this[t(400)];e[t(399)][t(419)](t(410))&&(e[t(399)][t(398)](t(417))[t(402)](t(409)),this[t(420)]())}[Bi(420)](){const t=Bi,e=this[t(400)];e[t(399)][t(398)](t(417))[t(403)][t(418)]((n=>{const r=t;if(r(426)!=n[r(423)]&&r(405)!=n[r(423)])return;const{data:s}=n;return s&&r(409)==s[r(413)]?{type:r(411),content:zr(e[r(416)],r(424))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=101]})(t,e)}function Hi(){const t=["3948511qwyuYk","637782LCxCIv","goToNextRestrictedEditingException","603312ZwznVV","discardAllSuggestions","18mSSJWg","24MjUPdk","acceptAllSuggestions","has","get","plugins","acceptSuggestion","discardSuggestion","31495dHMrLZ","1810752DaKoLj","RestrictedEditingModeEditing","enableCommand","TrackChangesEditing","8qrYdAH","goToPreviousRestrictedEditingException","afterInit","trackChanges","acceptSelectedSuggestions","editor","35082boAdbC","discardSelectedSuggestions","15462240UZrUgO"];return(Hi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(410763===-parseInt(n(115))/1+parseInt(n(105))/2*(-parseInt(n(111))/3)+-parseInt(n(120))/4*(parseInt(n(127))/5)+parseInt(n(101))/6+-parseInt(n(114))/7+-parseInt(n(117))/8*(parseInt(n(119))/9)+parseInt(n(113))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{[Gi(107)](){const t=Gi,e=this[t(110)];if(!e[t(124)][t(122)](t(102)))return;const n=e[t(124)][t(123)](t(104));n[t(103)](t(106)),n[t(103)](t(116));const r=e[t(124)][t(123)](t(102));r[t(103)](t(108)),r[t(103)](t(125)),r[t(103)](t(126)),r[t(103)](t(121)),r[t(103)](t(118)),r[t(103)](t(109)),r[t(103)](t(112))}}function Wi(){const t=["createPositionBefore","57357EcGUjD","consumable","5637786oNoGNR","addMarker:suggestion:insertion","downcastDispatcher","2198OavRyI","346102lMaehT","element","markerRange","descriptionFactory","addMarker:suggestion","deletion","19430376QtBflZ","editing","2UNzBRQ","getItems","span","ELEMENT_LINE_BREAK","options","28592qdFeIH","includes","editor","init","activeMarkers","split","createUIElement","ck-suggestion-marker--active","TrackChangesEditing","3PxlrpU","insert","get","registerElementLabel","data","956155ZioAVw","plugins","merge","mapper","requires","softBreak","addMarker:suggestion:deletion","ck-suggestion-marker-","addClass","markerName","toViewPosition","test","name","bindElementToMarker","shiftEnter","4067344aWhMmZ","6xCBLpp","model","showSuggestionHighlights","1310IetDZd","locale","high","enableCommand","writer"];return(Wi=function(){return t})()}const Ki=Xi;function Xi(t,e){const n=Wi();return(Xi=function(t,e){return n[t-=101]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(864928===-parseInt(n(127))/1*(parseInt(n(119))/2)+parseInt(n(141))/3*(-parseInt(n(103))/4)+parseInt(n(146))/5*(-parseInt(n(104))/6)+-parseInt(n(118))/7*(-parseInt(n(132))/8)+parseInt(n(113))/9*(-parseInt(n(107))/10)+parseInt(n(115))/11+parseInt(n(125))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wi);class qi extends t.Plugin{static get[Ki(150)](){return[Zs.ShiftEnter]}[Ki(135)](){const t=Ki,e=this[t(134)],n=e[t(147)][t(143)](t(140));n[t(110)](t(102)),e[t(126)][t(117)].on(t(116),Yi(e),{priority:t(109)}),e[t(126)][t(117)].on(t(152),Yi(e),{priority:t(109)}),e[t(145)][t(117)].on(t(123),((n,r,s)=>{const o=t;s[o(131)][o(106)]&&Yi(e,{showActiveMarker:!1})(n,r,s)})),n[t(122)][t(144)](t(151),(n=>zr(e[t(108)],t(130),n)))}}function Yi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Xi,i=t[o(147)][o(143)](o(140));if(!s[o(114)][o(157)](r[o(121)],n[o(158)]))return;const a=t[o(105)];for(const t of r[o(121)][o(128)]()){if(!t.is(o(120),o(151)))continue;const n=o(124)==r[o(155)][o(137)](":")[1]?o(148):o(137),c=s[o(111)][o(138)](o(129),{class:o(153)+n}),u=s[o(149)][o(156)](a[o(112)](t));e&&i[o(136)][o(133)](r[o(155)])&&s[o(111)][o(154)](o(139),c),s[o(111)][o(142)](u,c),s[o(149)][o(101)](c,r[o(155)])}}}const Zi=Qi;function Ji(){const t=["TrackChangesEditing","194223jxAotA","format","value","isCollapsed","get","editor","4726722OuxhNO","2409345nNOOjc","type","FORMAT_RESTRICTED_DISABLED","32XdIXua","FORMAT_RESTRICTED_ENABLED","StandardEditingModeEditing","descriptionFactory","358874yrPSWS","commands","getRanges","forceValue","change","6aGRkrV","model","selection","has","16126641XGwECU","afterInit","from","markInlineFormat","formatInline","document","plugins","registerDescriptionCallback","enableCommand","formatBlock","locale","commandName","4704664krwxPx","restrictedEditingException","275162AptnQB","commandParams"];return(Ji=function(){return t})()}function Qi(t,e){const n=Ji();return(Qi=function(t,e){return n[t-=416]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(343286===-parseInt(n(439))/1+parseInt(n(422))/2+parseInt(n(425))/3*(parseInt(n(435))/4)+-parseInt(n(432))/5*(parseInt(n(444))/6)+-parseInt(n(431))/7+-parseInt(n(420))/8+parseInt(n(448))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Zi(449)](){const t=Zi,e=this[t(430)],n=e[t(445)],r=e[t(418)];if(!e[t(454)][t(447)](t(437)))return;const s=e[t(454)][t(429)](t(424)),o=t(421),i=e[t(440)][t(429)](o);s[t(416)](o,((e,r={})=>{const a=t,c=n[a(453)][a(446)];if(c[a(428)])return void e(r);const u=void 0!==r[a(442)]?r[a(442)]:!i[a(427)];n[a(443)]((()=>{const t=a,e=Array[t(450)](c[t(441)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(451)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(438)][t(455)]((e=>{const n=t;if(n(417)!=e[n(433)]&&n(452)!=e[n(433)])return;const{data:s}=e;return s&&s[n(419)]==o?s[n(423)][0][n(442)]?{type:n(426),content:zr(r,n(436))}:{type:n(426),content:zr(r,n(434))}:void 0}))}}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=262]})(t,e)}function na(){const t=["commandParams","enableDefaultAttributesIntegration","3065335rROHZG","40505MLgFdW","plugins","DataSchema","_registerLegacyDescription","type","descriptionFactory","formatBlock","registerAttributeLabel","formatInline","inline","definitions","TrackChangesEditing","Style","*Remove format:* %0","normalizeConfig","format","commandName","2715816qcSeJi","locale","1536330JrgqJQ","add","block","editor","has","447624ElkCWY","FORMAT_STYLE","config","533571PLmxAV","ghsAttributes","getGhsAttributeNameForElement","forceValue","afterInit","124VikCNP","601642LRUgXQ","GeneralHtmlSupport","registerDescriptionCallback","toLowerCase","element","styleName","style","get","*Set format:* %0","registerInlineAttribute","registerBlockAttribute","StyleUtils"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(340859===-parseInt(n(263))/1+parseInt(n(269))/2+-parseInt(n(303))/3+-parseInt(n(268))/4*(-parseInt(n(284))/5)+parseInt(n(301))/6+parseInt(n(283))/7+-parseInt(n(308))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{[ta(267)](){const t=ta,e=this[t(306)];if(!e[t(285)][t(307)](t(296))||!e[t(285)][t(307)](t(286)))return;const n=e[t(285)][t(276)](t(295)),r=e[t(302)],s=e[t(262)][t(276)](t(275))||{},o=e[t(285)][t(276)](t(270)),i=e[t(285)][t(276)](t(280))[t(298)](e[t(285)][t(276)](t(286)),s[t(294)]);n[t(282)](t(275));const a=new Set;for(const e of i[t(305)]){const n=o[t(265)](e[t(273)]);a[t(304)](n)}const c=new Set;for(const e of i[t(293)]){const n=o[t(265)](e[t(273)]);c[t(304)](n);for(const n of e[t(264)])c[t(304)](n)}for(const e of a)n[t(279)](e),n[t(289)][t(291)](e,zr(r,t(309)));for(const e of c)n[t(278)](e),n[t(289)][t(291)](e,zr(r,t(309)));this[t(287)]()}[ta(287)](){const t=ta,e=this[t(306)],n=e[t(302)];e[t(285)][t(276)](t(295))[t(289)][t(271)]((e=>{const r=t;if(r(290)!=e[r(288)]&&r(292)!=e[r(288)])return;const{data:s}=e;return s&&r(275)===s[r(300)]?s[r(281)][0][r(266)]?{type:r(299),content:zr(n,r(277),s[r(281)][0][r(274)][r(272)]())}:{type:r(299),content:zr(n,r(297),s[r(281)][0][r(274)][r(272)]())}:void 0}))}}const sa=oa;function oa(t,e){const n=aa();return(oa=function(t,e){return n[t-=151]})(t,e)}!function(t,e){const n=oa,r=t();for(;;)try{if(272824===-parseInt(n(239))/1*(parseInt(n(233))/2)+-parseInt(n(289))/3+-parseInt(n(312))/4+parseInt(n(177))/5+-parseInt(n(242))/6+-parseInt(n(300))/7+parseInt(n(306))/8*(parseInt(n(297))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(aa);class ia extends t.Plugin{constructor(t){const e=oa;super(t),this[e(187)]=[e(302),e(287)],this[e(283)]=new Set}[sa(226)](){const t=sa,e=this[t(217)],n=e[t(201)][t(212)][t(176)];if(!e[t(169)][t(234)](t(285)))return;const r=e[t(199)],s=e[t(169)][t(220)](t(229)),o=e[t(169)][t(220)](t(170));s[t(262)][t(195)](t(197),(e=>zr(r,t(310),e))),this[t(200)](),s[t(256)](t(254)),s[t(256)](t(152)),s[t(256)](t(248));for(const r of[t(238),t(182)]){const i=e[t(218)][t(220)](r);s[t(256)](r,(r=>{const a=t;e[a(201)][a(157)]((t=>{const e=a;r();const c=e(246)===i[e(259)],u=o[e(305)](n),l=o[e(168)](u),f=c?l[e(260)]-1:l[e(264)]+1,h=u[0][e(268)](e(197)),g=o[e(275)](h,{startRow:f,endRow:f}),d=Array[e(222)](g)[e(230)]((n=>t[e(215)](n[e(274)])));s[e(207)](d,e(302))}))}))}for(const r of[t(167),t(294)]){const i=e[t(218)][t(220)](r);s[t(256)](r,(r=>{const a=t;e[a(201)][a(157)]((t=>{const e=a;r();const c=e(291)===i[e(259)],u=o[e(305)](n),l=o[e(181)](u),f=c?l[e(260)]-1:l[e(264)]+1,h=u[0][e(268)](e(197)),g=o[e(275)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(222)](g)[e(230)]((n=>t[e(215)](n[e(274)])));s[e(207)](d,e(287))}))}))}for(const r of[t(172),t(202)]){const i=r[t(307)](11),a=i[t(304)](),c=a[t(307)](0,3)+t(221),u=t(197)+i,l=t(185)+i,f=t(213)+i;s[t(256)](r,(()=>{const i=t;e[i(201)][i(157)]((t=>{const e=i,h=o[e(305)](n),g=h[0][e(268)](e(197));let d;if(e(172)==r){const t=o[e(168)](h);d={startRow:t[e(260)],endRow:t[e(264)],includeAllSlots:!0}}else{const t=o[e(181)](h);d={startColumn:t[e(260)],endColumn:t[e(264)],includeAllSlots:!0}}const p=o[e(275)](g,d),m=Array[e(222)](p)[e(230)]((({cell:t})=>t)),I=ca(m[e(266)]((t=>t[e(311)](c)))),E=ca(m[e(266)]((t=>!t[e(311)](c))))[e(230)]((n=>t[e(215)](n))),b=s[e(290)](E,u);if(b&&(e(302)==b[e(299)]||e(287)==b[e(299)])){const n=this[e(265)](b);for(const r of I){const s=t[e(215)](r),i=o[e(191)](r),u=r[e(293)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(193)](s)}}}))}))}function c(r){const s=t,o=Array[s(222)](n[s(208)]())[s(230)]((t=>i.LiveRange[s(272)](t)));e[s(201)][s(157)]((t=>{const n=s,i=t[n(253)];r=r[n(266)]((t=>n(184)!=t[n(252)][n(243)])),t[n(209)](r),e[n(218)][n(220)](n(172))[n(219)](),e[n(232)](n(172),{forceDefaultExecution:!0}),e[n(201)][n(288)]((()=>{const t=n;e[t(201)][t(288)](i,(e=>{const n=t,r=o[n(266)]((t=>n(184)!=t[n(252)][n(243)]));r[n(196)]>0&&e[n(209)](r);for(const t of o)t[n(164)]()}))}))}))}function u(r){const s=t;e[s(201)][s(157)]((t=>{const o=s,a=Array[o(222)](n[o(208)]())[o(230)]((t=>i.LiveRange[o(272)](t))),c=[];for(const t of r)for(const e of t[o(216)]({shallow:!0}))c[o(165)](e);for(const n of c)o(184)!=n[o(252)][o(243)]&&(t[o(209)](t[o(251)](n,0)),e[o(218)][o(220)](o(202))[o(219)](),e[o(232)](o(202),{forceDefaultExecution:!0}));const u=a[o(266)]((t=>o(184)!=t[o(252)][o(243)]));u[o(196)]>0&&t[o(209)](u);for(const t of a)t[o(164)]()}))}function l(e,n){const r=t;return n[r(255)]((t=>e[r(151)]((e=>e[r(155)][r(188)](t[r(261)])||t[r(155)][r(188)](e[r(261)])))))}function f(e,n){const r=t;return!e[r(151)]((t=>n[r(151)]((e=>t[r(173)](e)))))&&e[r(151)]((t=>n[r(151)]((e=>t[r(155)][r(179)](e[r(261)])))))}e[t(303)][t(296)].on(t(250),((e,n,r)=>{const s=t;if(!r[s(277)][s(278)])return;const o=n[s(223)];if(!o)return;const i=r[s(263)][s(227)](o);function c(t){return Array[s(292)](t)?t:[t]}i&&s(186)===o[s(153)]&&(0,a.setHighlightHandling)(i,r[s(204)],((t,e,n)=>n[s(175)](c(e[s(271)]),t)),((t,e,n)=>n[s(194)](c(e[s(271)]),t)))}),{priority:t(284)}),s[t(262)][t(245)]((e=>{const n=t;if(n(279)!=e[n(280)]&&n(257)!=e[n(280)])return;const s=e[n(158)]();if(null!=s&&s.is(n(241),n(197))){if(n(279)==e[n(280)]){const t=e[n(216)]()[n(266)]((t=>t.is(n(180))))[n(230)]((t=>t[n(303)]));if(t[n(196)])return{type:n(279),content:zr(r,n(154),zr(r,n(235),'"'+t[n(267)](" ")+'"'))}}if(n(257)==e[n(280)]){const t=e[n(216)]()[n(266)]((t=>t.is(n(180))))[n(230)]((t=>t[n(303)]));if(t[n(196)])return{type:n(257),content:zr(r,n(192),zr(r,n(235),'"'+t[n(267)](" ")+'"'))}}}})),s[t(262)][t(245)]((e=>{const n=t;if(n(302)==e[n(299)]){const t=e[n(216)]()[n(266)]((t=>t.is(n(180))))[n(230)]((t=>t[n(303)])),s=this[n(265)](e),o=s[n(249)]-s[n(228)]+1;if(n(279)==e[n(280)])return t[n(196)]?{type:n(279),content:zr(r,n(154),zr(r,n(198),[o,'"'+t[n(267)](" ")+'"']))}:{type:n(279),content:zr(r,n(154),zr(r,n(190),o))};if(n(257)==e[n(280)])return t[n(196)]?{type:n(257),content:zr(r,n(192),zr(r,n(198),[o,'"'+t[n(267)](" ")+'"']))}:{type:n(257),content:zr(r,n(192),zr(r,n(190),o))}}if(n(287)==e[n(299)]){const t=e[n(216)]()[n(266)]((t=>t.is(n(180))))[n(230)]((t=>t[n(303)])),s=this[n(265)](e),o=s[n(211)]-s[n(240)]+1;if(n(279)==e[n(280)])return t[n(196)]?{type:n(279),content:zr(r,n(154),zr(r,n(308),[o,'"'+t[n(267)](" ")+'"']))}:{type:n(279),content:zr(r,n(154),zr(r,n(286),o))};if(n(257)==e[n(280)])return t[n(196)]?{type:n(257),content:zr(r,n(192),zr(r,n(308),[o,'"'+t[n(267)](" ")+'"']))}:{type:n(257),content:zr(r,n(192),zr(r,n(286),o))}}})),s[t(282)][t(270)](t(279),t(302),t(166),c),s[t(282)][t(270)](t(257),t(302),t(247),c),s[t(282)][t(270)](t(279),t(287),t(166),u),s[t(282)][t(270)](t(257),t(287),t(247),u),s[t(282)][t(270)](t(279),t(287),t(267),l),s[t(282)][t(270)](t(257),t(287),t(267),l),s[t(282)][t(270)](t(279),t(302),t(267),f),s[t(282)][t(270)](t(257),t(302),t(267),f)}[sa(236)](){const t=sa,e=this[t(217)],n=e[t(201)][t(212)][t(176)];return(r,s)=>{const o=t;e[o(201)][o(157)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(155)][a(205)];u&&u[0]&&!1===u[0][a(171)]&&(l=r[0][a(261)][a(273)]);const f=t[a(203)](l);if(a(184)==f[a(252)][a(243)])return;const h=Array[a(222)](n[a(208)]())[a(230)]((t=>i.LiveRange[a(272)](t)));t[a(209)](f),e[a(218)][a(220)](c)[a(219)](),u[a(165)]({forceDefaultExecution:!0}),e[a(232)](c,...u);const g=h[a(266)]((t=>a(184)!=t[a(252)][a(243)]));g[a(196)]>0&&t[a(209)](g);for(const t of h)t[a(164)]()}))}}[sa(276)](t){const e=sa,n=this[e(217)][e(169)][e(220)](e(170));let r=Number[e(231)],s=Number[e(237)],o=Number[e(231)],i=Number[e(237)];for(const a of t){if(e(184)==a[e(252)][e(243)])continue;const{row:t,column:c}=n[e(191)](a),u=a[e(311)](e(301))?a[e(293)](e(301))-1:0,l=a[e(311)](e(159))?a[e(293)](e(159))-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(200)](){const t=sa,e=this[t(217)],n=e[t(169)][t(220)](t(229)),r=e[t(169)][t(220)](t(170));e[t(201)][t(212)].on(t(295),(()=>{const r=t,s=Array[r(222)](e[r(201)][r(212)][r(244)][r(309)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(178)](t);if(r(163)!=s)continue;if(null!=e[r(156)])continue;const a=n[r(161)](o);this[r(187)][r(225)](i)&&this[r(283)][r(281)](a)}}),{priority:t(189)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(215)](e),a=e[s(268)](s(197)),c=r[s(191)](e);for(const t of this[s(283)]){const n=t[s(299)],r=n[s(298)](s(183)),u=n[s(307)](r?10:5),l=u[s(304)](),f=l[s(307)](0,3)+s(221),h=s(185)+u,g=s(213)+u;if(!t[s(162)])continue;if(a!=t[s(258)]()[s(261)][s(268)](s(197)))continue;if(t[s(174)](i))continue;const d=e[s(311)](f)?e[s(293)](f)-1:0,p=this[s(265)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(193)](i),o=!0)}return o};e[t(201)][t(212)][t(224)]((n=>{const r=t;let o=!1;for(const t of e[r(201)][r(212)][r(244)][r(206)]())if(r(210)==t[r(280)])if(r(302)==t[r(153)])for(const e of t[r(214)][r(273)][r(269)]())o=o||s(e,n);else r(186)==t[r(153)]&&(o=o||s(t[r(214)][r(273)],n));return o}))}[sa(265)](t){const e=sa;return this[e(276)](t[e(208)]()[e(230)]((t=>t[e(261)][e(273)])))}}function aa(){const t=["oldRange","change","getContainedElement","colspan","values","getSuggestion","isInContent","suggestion","detach","push","discard","insertTableColumnLeft","getRowIndexes","plugins","TableUtils","forceValue","removeTableRow","isIntersecting","isIntersectingWithRange","addClass","selection","409665zntTPM","_splitMarkerName","isTouching","$textProxy","getColumnIndexes","insertTableRowBelow","tablePaste","$graveyard","min","tableCell","_tablePostFixingSubtypes","isEqual","low","ELEMENT_TABLE_ROW","getCellLocation","*Remove:* %0","addRange","removeClass","registerElementLabel","length","table","ELEMENT_TABLE_ROW_WITH_TEXT","locale","_setupColumnsRowsFixing","model","removeTableColumn","createRangeIn","writer","nodeBefore","getChanges","markMultiRangeInsertion","getRanges","setSelection","insert","maxColumn","document","max","position","createRangeOn","getItems","editor","commands","refresh","get","span","from","item","registerPostFixer","includes","afterInit","toViewElement","minRow","TrackChangesEditing","map","MAX_SAFE_INTEGER","execute","2TJIRdV","has","ELEMENT_TABLE_WITH_TEXT","_acceptFormatSuggestionCallbackFactory","MIN_SAFE_INTEGER","insertTableRowAbove","322229NOqUuN","minColumn","element","1562838AOgCuM","rootName","differ","registerDescriptionCallback","above","accept","selectTableColumn","maxRow","addMarker:suggestion","createPositionAt","root","batch","insertTable","every","enableCommand","deletion","getFirstRange","order","first","start","descriptionFactory","mapper","last","_getSuggestionCoords","filter","join","findAncestor","getChildren","registerCustomCallback","classes","fromRange","nodeAfter","cell","createTableWalker","_getCoordsForCells","options","showSuggestionHighlights","insertion","type","add","_suggestionFactory","_tableSuggestions","highest","TableEditing","ELEMENT_TABLE_COLUMN","tableColumn","enqueueChange","819231gjBktb","markMultiRangeDeletion","left","isArray","getAttribute","insertTableColumnRight","change:data","downcastDispatcher","75528gPQzKV","startsWith","subType","900333rhXxfw","rowspan","tableRow","data","toLowerCase","getSelectionAffectedTableCells","1216jbfmoy","substr","ELEMENT_TABLE_COLUMN_WITH_TEXT","getChangedMarkers","ELEMENT_TABLE","hasAttribute","401180InCmqB","some","selectTableRow","name","*Insert:* %0","end"];return(aa=function(){return t})()}function ca(t){const e=sa;return Array[e(222)](new Set(t)[e(160)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=327]})(t,e)}function fa(){const t=["get","editor","registerDescriptionCallback","mergeTableCellRight","8YCuBiN","splitTableCellVertically","highest","detach","commandName","from","value","isInContent","TrackChangesEditing","markMultiRangeBlockFormat","direction","length","$graveyard","*Split cell:* vertically","findAncestor","mergeTableCellUp","low","enableCommand","712860CrCQvc","mergeTableCellDown","find","getSelectionAffectedTableCells","TableEditing","28856052SOVAFY","splitTableCellHorizontally","forceDefaultExecution","getRanges","mergeTableCellLeft","markBlockFormat","createRangeOn","format","size","rootName","has","10417PMReAU","_suggestionFactory","plugins","map","TableUtils","getCellLocation","element","document","set:isEnabled","add","descriptionFactory","cell","getSuggestions","97182pIzwWq","mergeTableCells","formatInline","selection","change","containsRange","*Merge cells*","accept","_tablePostFixingSubtypes","table","subType","requires","413606YsKvKy","setSelection","afterInit","author","fromRange","1970iBOEyd","9zSNLdk","tableCell","return","createTableWalker","getFirstPosition","stop","root","refresh","filter","isEnabled","4299043MACLOS","1316335nXRxsA","model","commands","execute","_acceptFormatSuggestionCallbackFactory","getAncestors","_isForcedDefaultExecutionBlock","6gboskX","2VcDSln","deletion","push","registerCustomCallback","_areMergableCells","type","formatBlock","insertion","*Split cell:* horizontally","locale","horizontally","trackChanges","_areSelectedCellsMergable"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(381647===-parseInt(n(343))/1*(parseInt(n(368))/2)+-parseInt(n(349))/3*(parseInt(n(403))/4)+-parseInt(n(360))/5+-parseInt(n(367))/6*(parseInt(n(359))/7)+parseInt(n(385))/8*(-parseInt(n(331))/9)+-parseInt(n(348))/10*(parseInt(n(419))/11)+parseInt(n(408))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(342)](){return[ia]}[ua(345)](){const t=ua,e=this[t(382)],n=e[t(361)][t(426)][t(334)],r=e[t(377)];if(!e[t(421)][t(418)](t(407)))return;const s=e[t(421)][t(381)](t(393)),o=e[t(421)][t(381)](t(423)),a=e[t(421)][t(381)](ia);a[t(339)][t(370)](t(332)),s[t(402)](t(332),(()=>{const n=t,r=o[n(406)](e[n(361)][n(426)][n(334)]);e[n(361)][n(335)]((()=>{const t=n;s[t(394)](r,{commandName:t(332),commandParams:[]},[],t(332))}))})),e[t(362)][t(381)](t(332)).on(t(363),((n,r)=>{const o=t;e[o(362)][o(381)](o(379))[o(391)]&&(r[o(396)]>0&&r[r[o(396)]-1]&&r[r[o(396)]-1][o(410)]||s[o(366)]||this[o(380)]()||n[o(354)]())}),{priority:t(387)});for(const n of[t(400),t(384),t(404),t(412)]){const r=e[t(362)][t(381)](n);s[t(402)](n,(()=>{const n=t,o=e[n(361)][n(426)][n(334)][n(353)]()[n(365)]()[n(405)]((t=>t.is(n(425),n(350)))),i=r[n(391)];e[n(361)][n(335)]((()=>{const t=n;s[t(394)]([o,i],{commandName:t(332),commandParams:[]},[],t(332))}))}))}for(const n of[t(386),t(409)]){const r=e[t(362)][t(381)](n);s[t(402)](n,(()=>{const i=t,a=o[i(406)](e[i(361)][i(426)][i(334)])[0],c=a[i(399)](i(340)),{column:u,row:l}=o[i(424)](a);let f=[];if(i(378)==r[i(395)]){const t=o[i(352)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(390)](t)[i(422)]((t=>t[i(329)]))}else{const t=o[i(352)](c,{column:u,includeAllSlots:!0});f=Array[i(390)](t)[i(422)]((t=>t[i(329)]))}e[i(361)][i(335)]((t=>{const e=i;s[e(413)](t[e(414)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(328)][t(383)]((e=>{const n=t;if(n(374)!=e[n(373)]&&n(333)!=e[n(373)])return;const{data:s}=e;return s&&n(332)==s[n(389)]?{type:n(415),content:zr(r,n(337))}:void 0})),s[t(328)][t(383)]((e=>{const n=t;if(n(374)!=e[n(373)]&&n(333)!=e[n(373)])return;const{data:s}=e;return s?n(386)==s[n(389)]?{type:n(415),content:zr(r,n(398))}:n(409)==s[n(389)]?{type:n(415),content:zr(r,n(376))}:void 0:void 0}));const c=a[t(364)]();for(const e of[t(400),t(384),t(404),t(412)])s[t(420)][t(371)](t(374),e,t(338),c);for(const e of[t(386),t(409)])s[t(420)][t(371)](t(374),e,t(338),c);s[t(420)][t(371)](t(374),t(332),t(338),(r=>{const s=t;e[s(361)][s(335)]((t=>{const o=s,a=Array[o(390)](n[o(411)]())[o(422)]((t=>i.LiveRange[o(347)](t)));t[o(344)](r),e[o(362)][o(381)](o(332))[o(356)](),e[o(363)](o(332),{forceDefaultExecution:!0});const c=a[o(357)]((t=>o(397)!=t[o(355)][o(417)]));c[o(396)]>0&&t[o(344)](c);for(const t of a)t[o(388)]()}))}));for(const n of[t(400),t(404),t(412),t(384)]){const r=e[t(362)][t(381)](n);r.on(t(427),((n,s,o)=>{const i=t;if(o){const t=e[i(361)][i(426)][i(334)][i(353)]()[i(365)]()[i(405)]((t=>t.is(i(425),i(350))));this[i(372)](r[i(391)],t)||(n[i(351)]=!1,n[i(354)]())}}),{priority:t(401)})}}[ua(380)](){const t=ua,e=this[t(382)][t(362)][t(381)](t(332)),n=this[t(382)][t(421)][t(381)](t(423));if(!e[t(358)])return!1;const r=n[t(406)](this[t(382)][t(361)][t(426)][t(334)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(372)](e,n))return!1;return!0}[ua(372)](t,e){const n=ua,r=this[n(382)][n(421)][n(381)](n(393)),s=this[n(382)][n(361)][n(414)](t),o=this[n(382)][n(361)][n(414)](e),i=new Set,a=new Set;for(const t of r[n(330)]())if((n(375)==t[n(373)]||n(369)==t[n(373)]||n(332)==t[n(341)])&&t[n(392)])for(const e of t[n(411)]())e[n(336)](s,!0)&&i[n(327)](t[n(373)]+":"+t[n(346)].id),e[n(336)](o,!0)&&a[n(327)](t[n(373)]+":"+t[n(346)].id);if(i[n(416)]!=a[n(416)])return!1;for(const t of i)if(!a[n(418)](t))return!1;return!0}}const ga=pa;function da(){const t=["getCellLocation","get","data-suggestion","includes","removeAttribute","registerCustomCallback","enableDefaultAttributesIntegration","type","options","addMarker:suggestion","highest","activeMarkers","removeMarker:suggestion","writer","setTableColumnHeader","commandName","*Format:* %0","markerNameToElements","stop","createTableWalker","name","_acceptFormatSuggestionCallbackFactory","markerRange","mapper","editing","_registerLegacyDescription","2714592zrvggM","toViewElement","forceValue","_handleLegacySuggestions","TableEditing","registerDescriptionCallback","has","5855720dmcQOv","parent","downcastDispatcher","registerBlockAttribute","item","commandParams","setAttribute","setTableRowHeader","bindElementToMarker","FORMAT_REGULAR_COLUMN","removeClass","ck-suggestion-marker-","_suggestionFactory","editor","start","afterInit","showSuggestionHighlights","formatBlock","TrackChangesEditing","5pqORsH","nodeBefore","TableUtils","data","FORMAT_HEADER_COLUMN","FORMAT_HEADER_ROW","cell","end","1858638cVsUAJ","_splitMarkerName","markerName","consumable","addClass","format","155387UCTNFV","descriptionFactory","accept","840382ZjcnPQ","getSuggestion","headingRows","4377177JOMGGU","1375228ygAPkw","requires","nodeAfter","FORMAT_REGULAR_ROW","headingColumns","plugins","locale","ck-suggestion-marker--active","consume","registerAttributeLabel","unbindElementFromMarkerName"];return(da=function(){return t})()}function pa(t,e){const n=da();return(pa=function(t,e){return n[t-=275]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(465972===-parseInt(n(356))/1+parseInt(n(275))/2+parseInt(n(316))/3+parseInt(n(279))/4+parseInt(n(342))/5*(parseInt(n(350))/6)+-parseInt(n(278))/7+-parseInt(n(323))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);class ma extends t.Plugin{static get[ga(280)](){return[ia]}[ga(338)](){const t=ga,e=this[t(336)];if(!e[t(284)][t(322)](t(320)))return;const n=e[t(285)],r=e[t(284)][t(291)](t(341));r[t(296)](t(330)),r[t(296)](t(304)),r[t(326)](t(277)),r[t(326)](t(283)),r[t(357)][t(288)](t(277),zr(n,t(347))),r[t(357)][t(288)](t(283),zr(n,t(346))),this[t(319)]()}[ga(319)](){const t=ga,e=this[t(336)][t(284)][t(291)](t(341)),n=this[t(336)][t(284)][t(291)](t(344)),r=this[t(336)][t(284)][t(291)](ia)[t(311)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=pa,{type:c,id:u}=e[a(351)](o[a(352)]),l=e[a(276)](u),f=l[a(345)];if(a(340)!=l[a(297)]||!f||a(304)!=f[a(305)])return;if(o[a(327)])return void s[a(308)]();if(!i[a(353)][a(287)](o[a(312)],s[a(310)]))return;const h=o[a(312)][a(337)][a(281)],g=o[a(312)][a(349)][a(343)],d=h[a(324)][a(324)],{column:p}=n[a(290)](h),{column:m}=n[a(290)](g);for(let s=p;s<=m;s++){const l=n[a(309)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(348)],l=i[a(313)][a(317)](s);i[a(303)][a(354)](a(334)+c,l),r&&i[a(303)][a(329)](a(292),u,l),i[a(313)][a(331)](l,o[a(352)]),t&&(e[a(301)][a(293)](o[a(352)])?i[a(303)][a(354)](a(286),l):i[a(303)][a(333)](a(286),l))}}}}e[t(335)][t(295)](t(340),t(330),t(358),r),e[t(335)][t(295)](t(340),t(304),t(358),r),this[t(336)][t(314)][t(325)].on(t(299),s(),{priority:t(300)}),this[t(336)][t(345)][t(325)].on(t(299),((e,n,r)=>{const o=t;r[o(298)][o(339)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(300)}),this[t(336)][t(314)][t(325)].on(t(302),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(351)](r[o(352)]),c=e[o(276)](a),u=c[o(345)];if(o(340)!=c[o(297)]||!u||o(304)!=u[o(305)])return;const l=s[o(313)][o(307)](r[o(352)]);if(l)for(const t of l)s[o(303)][o(333)](o(334)+i,t),s[o(303)][o(333)](o(286),t),s[o(303)][o(294)](o(292),t),s[o(313)][o(289)](t,r[o(352)])}),{priority:t(300)}),this[t(315)]()}[ga(315)](){const t=ga,e=this[t(336)],n=e[t(285)];function r(e){const r=t;return{type:r(355),content:zr(n,r(306),e)}}e[t(284)][t(291)](t(341))[t(357)][t(321)]((e=>{const s=t;if(s(340)!=e[s(297)])return;const{data:o}=e;if(o){if(s(330)==o[s(305)]){const t=o[s(328)][0][s(318)];return r(zr(n,s(t?347:282)))}if(s(304)==o[s(305)]){const t=o[s(328)][0][s(318)];return r(zr(n,s(t?346:332)))}}}))}}const Ia=ya;function Ea(){const t=["rows","3353772oPLWkF","editor","getMarkers","afterInit","markers","getAttributes","endColumn","view","containsRange","ck-suggestion-marker","549297RqySXn","suggestionLoaded","documentSelection","37710AgKhwJ","getColumnIndexes","insertColumns","removeMarkers","forEach","row","element","deletionRanges","previousSibling","getAllAdjacentSuggestions","insertionRanges","redo","getColumns","removeMarker","endRow","_getCoordsForCells","has","stop","for","forceDefaultExecution","fromEntries","previous","getChildren","getItems","removeColumns","return","insertContent","markerToHighlight","trackChanges","setAttribute","getSuggestionCallback","editingDowncast","tableCellBorderStyle","_createdBatches","TableClipboard","isInContent","dataDowncast","every","first","tableCellSuggestion","wrap","columnInsertionIndexes","createElement","registerDescriptionCallback","getSelectionAffectedTableCells","locale","activeMarkers","1712028QZyexh","insert","tablePasteColumn","document","getChanges","isEmpty","createPositionBefore","from","length","content","rowInsertionRanges","set","26qViZtt","7OOCfcu","markMultiRangeInsertion","descriptionFactory","next","1816168jzJMJg","223ZsyjlR","includes","fill","map","33KTukyx","low","newRange","markMultiRangeDeletion","getRowIndexes","oldRange","listenTo","formatBlock","tableCellHorizontalAlignment","author","*Replace table cells*","type","selection","accept","createRangeIn","tableCellBorderColor","call","tableCell","createRange","registerPostFixer","findAncestor","ck-suggestion-marker--active","getRanges","conversion","detach","reduce","last","schema","attributes","suggestion-td","commands","rootName","TableUtils","_replaceTableSlotCell","Users","_tablePostFixingSubtypes","_isForcedDefaultExecutionBlock","getTableIfOnlyTableInContent","679570nyJuBW","batch","insertRows","_splitMarkerName","getSuggestion","nextSibling","get","position","some","tableCellVerticalAlignment","plugins","createTableWalker","getChild","rowInsertionIndexes","cells","suggestionUnloaded","144DkeJkG","push","getRows","registerCustomCallback","markMultiRangeBlockFormat","TrackChangesEditing","getContainedElement","clipboardOutput","tableCellBackgroundColor","unwrap","ck-suggestion-marker-insertion","cell","elementToElement","fromRange","suggestion","tableCellBorderWidth","table","find","_suggestionFactory","requires","register","value","markerAttributes","move","9rsgXRK","join","start","createRangeOn","differ","getSuggestions","showSuggestionHighlights","remove","tablePasteRow","hasSuggestion","discard","markerName","end","isEqual","entries","paragraph","keys","setAttributes","updateMarker","high","columns","removeRows","filter","startsWith","subType","tableCellPadding","$graveyard","editing","options","tablePasteCell","suggestion:formatBlock:tablePasteCell","column","add","tablePasteChainId","columnInsertionRanges","getChangedMarkers","root","2284bEZRmn","getRange","tablePaste","insertion","model","getShiftedBy","nodeAfter","name","change","deletion"];return(Ea=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(158173===-parseInt(n(276))/1*(parseInt(n(187))/2)+-parseInt(n(208))/3+-parseInt(n(334))/4*(parseInt(n(211))/5)+-parseInt(n(258))/6*(-parseInt(n(271))/7)+parseInt(n(275))/8*(parseInt(n(358))/9)+-parseInt(n(318))/10*(parseInt(n(280))/11)+parseInt(n(198))/12*(parseInt(n(270))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const ba=[Ia(349),Ia(295),Ia(243),Ia(288),Ia(327),Ia(342),Ia(175)],Ta=Object[Ia(231)](ba[Ia(279)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(353)](){return[ia]}[Ia(201)](){const t=Ia,n=this[t(199)];if(!n[t(328)][t(227)](t(245)))return;const r=n[t(328)][t(324)](t(339)),s=n[t(328)][t(324)](t(312)),o=n[t(328)][t(324)](ia),a=n[t(328)][t(324)](t(245));o[t(315)][t(335)](t(158),t(260)),n[t(191)][t(307)][t(354)](t(250),{allowIn:t(297),allowContentOf:t(297),isLimit:!0}),n[t(303)][t(346)]({model:t(250),view:t(309)});let c=null;n[t(191)].on(t(237),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(266)]-1];h&&h[u(230)]||r[u(316)]||this[u(199)][u(310)][u(324)](u(239))[u(355)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(210)))return!1;const i=s[o(317)](t,n);if(!i||!Ca(i,void 0,r))return!1;const a=r[o(255)](n[o(261)][o(292)]);if(!a[o(266)])return!1;const c=a[0][o(300)](o(350)),l=r[o(284)](a),f=r[o(212)](a),h={startRow:l[o(249)],endRow:l[o(306)],startColumn:f[o(249)],endColumn:f[o(306)]};return 1==a[o(266)]&&(h[o(225)]+=r[o(336)](i)-1,h[o(204)]+=r[o(223)](i)-1),Ca(c,h,r)}(l,f,n[u(191)],s,a)&&(o[u(228)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(191)][u(195)]((()=>{const t=u;n[t(191)][t(237)](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(266)]&&r[t(272)](o,t(158),{tablePasteChainId:s}),a[t(266)]&&r[t(272)](a,t(260),{tablePasteChainId:s}),l[t(266)]&&(r[t(272)](l,t(189),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(215)]((e=>{const n=t;var r;return null===(r=e[n(304)])||void 0===r?void 0:r[n(296)](e)}))),f[t(266)]&&(r[t(283)](f,t(189),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(215)]((e=>{const n=t;var r;return null===(r=e[n(304)])||void 0===r?void 0:r[n(296)](e)})));const g=r[t(338)](h[t(279)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(179),{tablePasteChainId:s});if(g){const e=g[t(200)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(191)][t(361)](s),a=e[t(351)]((e=>e[t(188)]()[t(163)](i)));a&&r[t(335)]([a[t(194)],o])}r[t(266)]&&g[t(240)](t(356),Object[t(231)](r))}c=null})))}),{priority:e.priorities[t(169)]+10}),n[t(328)][t(324)](t(245)).on(t(313),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(228)]();const u=s[r(345)],l=o,f=Aa(u),h=Aa(l);e[r(236)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(157)](u[r(330)](0));for(const t of Array[r(265)](l[r(233)]()))a[r(259)](t,u,r(162));const t=c[r(331)][r(277)](s[r(216)]),e=c[r(252)][r(277)](s[r(181)]);t||e||(g=i.LiveRange[r(347)](a[r(294)](u)))}else h&&!f&&(d=a[r(294)](u));else{const t=a[r(253)](r(250)),e=a[r(253)](r(250));a[r(251)](a[r(294)](u),e),a[r(259)](t,u,0);for(const e of Array[r(265)](l[r(233)]()))a[r(259)](e,t,r(162));g=i.LiveRange[r(347)](a[r(361)](t)),d=i.LiveRange[r(347)](a[r(361)](e))}const p=Array[r(265)](l[r(203)]())[r(172)]((([t])=>ba[r(277)](t)));c[r(332)][r(335)]({element:u,attributes:p[r(266)]?Object[r(231)](p):null}),g&&c[r(221)][r(335)](g),d&&c[r(218)][r(335)](d)}),{priority:t(169)}),s.on(t(213),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(170)]||1;c[o(252)]=new Array(l)[o(278)](u)[o(279)](((t,e)=>t+e));for(const{cell:t}of s[o(329)](i,{startColumn:u,endColumn:u+l-1}))c[o(184)][o(335)](n[o(191)][o(361)](t))}),{priority:t(281)}),s.on(t(320),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(197)]||1;c[o(331)]=new Array(l)[o(278)](u)[o(279)](((t,e)=>t+e));for(const{cell:t}of s[o(329)](i,{startRow:u,endRow:u+l-1}))c[o(268)][o(335)](n[o(191)][o(361)](t))}),{priority:t(281)}),r[t(273)][t(254)]((e=>{const r=t;if(e[r(174)]&&e[r(174)][r(173)](r(189)))return e[r(232)]?{}:{type:r(190),content:zr(n[r(256)],r(290))}}));const u=()=>!1;for(const e of[t(189),t(260),t(158),t(179)])r[t(352)][t(337)](t(190),e,t(359),u),r[t(352)][t(337)](t(196),e,t(359),u),r[t(352)][t(337)](t(287),e,t(359),u);r[t(352)][t(337)](t(287),t(179),t(160),u),r[t(352)][t(337)](t(287),t(179),t(293),((e,r,s)=>{const o=t,i=e[o(279)]((t=>t[o(340)]()))[o(172)]((t=>t)),a=new Map(i[o(279)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(332)])e&&a[o(269)](t,e);else if(s&&s[o(356)])for(const[t,e]of Object[o(164)](s[o(356)])){const r=n[o(191)][o(202)][o(324)](t),s=r?r[o(188)]()[o(340)]():null;s&&a[o(269)](s,e)}n[o(191)][o(195)]((t=>{const e=o;for(const[n,r]of a)t[e(167)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(352)][o(337)](e,o(189),s,((t,i,a)=>{const c=o;n[c(191)][c(195)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(360)][o(193)];t.is(o(217),o(250))&&u[o(335)](t)}r[o(352)][o(241)](e,null,s)(t,i,a);for(const t of u)o(176)!=t[o(186)][o(311)]&&n[o(343)](t)}))}))};l(t(190),t(293)),l(t(190),t(160)),l(t(196),t(293)),l(t(196),t(160)),r[t(352)][t(337)](t(190),t(158),t(160),(e=>{const n=t,r=e[n(279)]((t=>t[n(340)]())),i=r[0][n(300)](n(350)),{minRow:a,maxRow:c}=o[n(226)](r);s[n(171)](i,{at:a,rows:c-a+1})})),r[t(352)][t(337)](t(190),t(260),t(160),(e=>{const n=t,r=e[n(279)]((t=>t[n(340)]())),i=r[0][n(300)](n(350)),{minColumn:a,maxColumn:c}=o[n(226)](r);s[n(235)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(174)]||!n[s(174)][s(173)](s(189)))return;const o=n[s(308)][s(183)],i=r[s(363)]()[s(172)]((t=>t[s(246)]&&t[s(308)]&&t[s(308)][s(183)]==o));i[s(266)]&&n[s(220)]()[s(266)]!=i[s(266)]&&i[s(305)](((t,e)=>(t[s(274)]=e,e[s(232)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(321)](e[s(161)]),i=[s(207),s(344)],a=r[s(257)][s(277)](e[s(161)]);return a&&i[s(335)](s(301)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(209),f,{priority:t(169)}),r.on(t(333),f,{priority:t(169)}),n[t(191)][t(261)][t(299)]((()=>{const e=t;let s=!1;const o=Array[e(265)](n[e(191)][e(261)][e(362)][e(185)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(321)](t);if(e(348)!=o||e(196)!=a||i[e(285)])continue;if(!r[e(159)](c))continue;const u=r[e(322)](c)[e(302)](),l=n[e(328)][e(324)](e(314)).me;for(const t of r[e(363)]())if(t[e(246)]&&t[e(289)]==l&&e(287)==t[e(291)]&&e(179)==t[e(174)]&&t[e(302)]()[e(248)]((t=>u[e(326)]((n=>n[e(206)](t,!0))))))for(const n of t[e(220)]())n[e(246)]&&(n[e(160)](),s=!0)}return s})),n[t(191)][t(261)][t(299)]((e=>{const s=t,o=n[s(310)][s(324)](s(222));if(!o||!o[s(244)][s(227)](e[s(319)]))return!1;let i=!1;const a=n[s(328)][s(324)](s(314)).me,c=n[s(191)][s(261)][s(362)][s(262)](),u=Array[s(265)](n[s(191)][s(261)][s(362)][s(185)]())[s(172)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(321)](t);return n(348)==o&&n(189)==i&&c==a.id&&!e[n(285)]}));for(const t of c){if(s(259)!=t[s(291)]||s(250)!=t[s(194)]||1!=t[s(266)])continue;const n=e[s(298)](t[s(325)],t[s(325)][s(192)](1));if(!u[s(351)]((({data:t})=>t[s(282)][s(163)](n))))for(const{name:t,data:r}of u)if(n[s(206)](r[s(282)])){e[s(168)](t,{range:n}),i=!0;break}}return i})),n[t(191)][t(261)][t(299)]((e=>{const s=t;let o=!1;const i=n[s(328)][s(324)](s(314)).me,a=r[s(363)]()[s(172)]((t=>t[s(246)]&&t[s(289)]==i)),c=new Set,u=new Set;for(const t of a)if(s(189)==t[s(174)])for(const e of t[s(200)]()){const n=e[s(188)]()[s(340)]();if(n)if(n.is(s(217),s(250))&&Aa(n)){t[s(224)](e[s(194)]),c[s(182)](n),o=!0;const r=n[s(323)],i=n[s(219)],a=r&&r.is(s(217),s(250)),l=i&&i.is(s(217),s(250));a&&!c[s(227)](r)&&u[s(182)](r),l&&!c[s(227)](i)&&u[s(182)](i)}else n.is(s(217),s(165))&&n[s(263)]&&(t[s(224)](e[s(194)]),o=!0)}else if(s(179)==t[s(174)]){if(!t[s(308)]||!t[s(308)][s(183)])continue;const e=t[s(308)][s(356)];if(e&&Object[s(166)](e)[s(266)])continue;const n=t[s(308)][s(183)];let r=!0,i=!0;for(const e of a)if(e[s(174)]&&e[s(174)][s(173)](s(189))){if(!e[s(308)][s(183)]){i=!1;break}if(e.id!=t.id&&e[s(308)][s(183)]==n){r=!1;break}}i&&r&&(t[s(214)](),o=!0)}for(const t of c)e[s(157)](t);for(const t of u)e[s(343)](t);return o})),n[t(303)][t(229)](t(242))[t(238)]({model:t(180),view:(t,e)=>h(t),converterPriority:t(169)}),n[t(303)][t(229)](t(247))[t(238)]({model:t(180),view:(e,n)=>n[t(178)][t(364)]?h(e,!1):null,converterPriority:t(169)});const g=n[t(177)][t(205)];this[t(286)](g[t(261)],t(341),((e,n)=>{const r=t,s=[];for(const t of g[r(294)](n[r(267)])[r(234)]())t.is(r(217),r(309))&&s[r(335)](t);g[r(195)]((t=>{const e=r;for(const n of s)t[e(357)](t[e(294)](n),t[e(264)](n)),t[e(157)](n)}))}))}}function ya(t,e){const n=Ea();return(ya=function(t,e){return n[t-=157]})(t,e)}function Aa(t){const e=Ia;if(t[e(263)])return!0;const n=t[e(330)](0);return n.is(e(217),e(165))&&n[e(263)]}function Ca(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(329)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const ka=La;function La(t,e){const n=Na();return(La=function(t,e){return n[t-=399]})(t,e)}function Na(){const t=["locale","accept","587280zLCapu","857311EggolH","TrackChangesEditing","commandParams","model","tableWidth","handleSuggestionDescription","bind","change","subType","_suggestionFactory","registerDescriptionCallback","editor","selection","587744aSLJmG","getTableColumnsWidths","registerCustomCallback","afterInit","format","resizeTableWidth","getColumnGroupElement","*Format:* resize table","discard","document","getAttribute","6906mvaWBM","descriptionFactory","table","enableCommand","13032BsZplB","72RqTUYF","data","getSuggestionCallback","getSuggestions","formatBlock","formatInline","author","TableColumnResizeEditing","Users","80695uBOgzJ","handleResizeTableWidthCommand","formatGroupId","columnWidths","getContainedElement","plugins","getSelectedElement","markBlockFormat","type","get","131420seguWw","has","resizeTable","114uavxem"];return(Na=function(){return t})()}!function(t,e){const n=La,r=t();for(;;)try{if(119535===parseInt(n(447))/1+-parseInt(n(450))/2*(-parseInt(n(423))/3)+-parseInt(n(453))/4+parseInt(n(437))/5*(-parseInt(n(428))/6)+parseInt(n(399))/7+parseInt(n(412))/8+parseInt(n(427))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Ra extends t.Plugin{[ka(415)](){const t=ka;if(!this[t(410)][t(442)][t(448)](t(435)))return;const e=this[t(410)][t(442)][t(446)](t(400));e[t(426)](t(417),this[t(438)][t(405)](this)),e[t(408)][t(414)](t(432),t(449),t(452),e[t(408)][t(430)](t(432),null,t(420))),e[t(408)][t(414)](t(432),t(449),t(420),e[t(408)][t(430)](t(432),null,t(452))),e[t(424)][t(409)](this[t(404)][t(405)](this))}[ka(438)](t,e){const n=ka,r=this[n(410)][n(442)][n(446)](n(400)),s=this[n(410)][n(442)][n(446)](n(435)),o=e[n(425)]||this[n(410)][n(402)][n(421)][n(411)][n(443)]();this[n(410)][n(402)][n(406)]((()=>{const i=n,a=s[i(418)](o);let c=a?s[i(413)](a):null,u=o[i(422)](i(403))||null;const l=e[i(403)]||u,f=e[i(440)]||c,h=this[i(410)][i(442)][i(446)](i(436)).me;for(const t of r[i(431)]()){const e=t[i(441)]();if(i(449)===t[i(407)]&&e===o){t[i(434)]!==h&&t[i(420)]();const e=t[i(429)][i(401)];u=e[0][i(403)],c=e[0][i(440)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(444)](o,{commandName:i(417),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(449)},[],i(449))}))}[ka(404)](t){const e=ka;if(e(432)!=t[e(445)]&&e(433)!=t[e(445)])return;const{data:n}=t;if(n&&e(449)===n[e(439)]){const t=e(419);return{type:e(416),content:zr(this[e(410)][e(451)],t)}}}}const Sa=Ma;function Ma(t,e){const n=Oa();return(Ma=function(t,e){return n[t-=447]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(601551===parseInt(n(458))/1+-parseInt(n(455))/2+-parseInt(n(449))/3+parseInt(n(463))/4*(-parseInt(n(450))/5)+parseInt(n(447))/6*(parseInt(n(462))/7)+parseInt(n(457))/8*(parseInt(n(452))/9)+-parseInt(n(448))/10*(-parseInt(n(451))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oa);class va extends t.Plugin{[Sa(459)](){const t=Sa,e=this[t(465)];e[t(460)][t(456)](t(461))&&e[t(460)][t(466)](t(453))[t(454)](t(464))}}function Oa(){const t=["5YMgCma","286POtWBM","3581451GYxCur","TrackChangesEditing","enableCommand","591820hPLwWs","has","24gDGJXK","588951SqigVl","afterInit","plugins","Template","203yPENit","3027640arMHCX","insertTemplate","editor","get","7554mCTQyZ","94060qAAchF","1228392qtBloL"];return(Oa=function(){return t})()}const wa=Fa;function Fa(t,e){const n=xa();return(Fa=function(t,e){return n[t-=374]})(t,e)}!function(t,e){const n=Fa,r=t();for(;;)try{if(224457===-parseInt(n(394))/1+parseInt(n(393))/2*(-parseInt(n(386))/3)+parseInt(n(389))/4*(parseInt(n(391))/5)+-parseInt(n(375))/6*(parseInt(n(379))/7)+parseInt(n(382))/8+parseInt(n(390))/9+parseInt(n(392))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class Da extends t.Plugin{[wa(374)](){const t=wa,e=this[t(380)];if(!e[t(387)][t(388)](t(381)))return;e[t(384)][t(388)](t(376))[t(378)](t(381));const n=e[t(384)][t(388)](t(376)),r=e[t(395)];n[t(377)][t(396)](t(383),(e=>zr(r,t(385),e)))}}function xa(){const t=["877342pFcnKq","38731BUUqzN","locale","registerElementLabel","afterInit","6hSFqvX","TrackChangesEditing","descriptionFactory","enableCommand","1543808wTrMhX","editor","insertTableOfContents","1063104AaHKLY","tableOfContents","plugins","ELEMENT_TABLE_OF_CONTENTS","3xYMXnJ","commands","get","7636FfWzeu","2222271OBppwl","345NvoDRF","4108750OPLxik"];return(xa=function(){return t})()}function Pa(t,e){const n=Ua();return(Pa=function(t,e){return n[t-=154]})(t,e)}const Ba=Pa;function Ua(){const t=["suggestion","6nEJXmA","locale","isCollapsed","2170gMYxlm","16679920vTfmZe","3417896VMPPhs","has","getChangedMarkers","element","forward","end","_splitMarkerName","removeMarker","editor","26LFfTah","268329dmCLIT","6587397xoGjYS","isTouching","ELEMENT_TITLE","descriptionFactory","model","isEqual","Title","TrackChangesEditing","registerElementLabel","334075WQzHgQ","newRange","plugins","getNearestSelectionRange","start","13352nXKqTT","title-content","from","get","nodeBefore","differ","afterInit","registerPostFixer","5173015lRDKQr","updateMarker","document","createRange","schema"];return(Ua=function(){return t})()}!function(t,e){const n=Pa,r=t();for(;;)try{if(641724===parseInt(n(164))/1+-parseInt(n(197))/2*(parseInt(n(154))/3)+parseInt(n(188))/4+-parseInt(n(177))/5*(-parseInt(n(183))/6)+parseInt(n(186))/7*(parseInt(n(169))/8)+parseInt(n(155))/9+-parseInt(n(187))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Ba(175)](){const t=Ba,e=this[t(196)];if(!e[t(166)][t(189)](t(161)))return;const n=e[t(166)][t(172)](t(162));n[t(158)][t(163)](t(170),(()=>zr(e[t(184)],t(157)))),e[t(159)][t(179)][t(176)]((r=>{const s=t;let o=!1;const i=Array[s(171)](e[s(159)][s(179)][s(174)][s(190)]());for(const{name:t,data:a}of i){const{group:i}=n[s(194)](t);if(s(182)!==i||!a[s(165)])continue;const c=a[s(165)],u=c[s(193)][s(173)];if(!u||!u.is(s(191),s(170)))continue;if(!c[s(168)][s(156)](c[s(193)]))continue;const l=e[s(159)][s(181)][s(167)](c[s(193)],s(192));if(l&&l[s(185)]){const e=r[s(180)](c[s(168)],l[s(168)]);e[s(160)](c)||(r[s(178)](t,{range:e}),o=!0)}o||(r[s(195)](t),o=!0)}return o}))}}function Ga(t,e){const n=Ha();return(Ga=function(t,e){return n[t-=297]})(t,e)}const Va=Ga;function Ha(){const t=["8enQCBJ","editor","TrackChangesEditing","enableCommand","2018vOAvDI","3551681HgMsfs","2056892PFIEQo","redo","has","get","474MWQycg","UndoEditing","undo","432877bgQkTJ","7765dJbnNS","10674890QGhOjU","2925XuQVjb","plugins","5855454XvYLWC","afterInit"];return(Ha=function(){return t})()}!function(t,e){const n=Ga,r=t();for(;;)try{if(597476===parseInt(n(312))/1+-parseInt(n(303))/2*(-parseInt(n(315))/3)+parseInt(n(305))/4+parseInt(n(313))/5*(-parseInt(n(309))/6)+-parseInt(n(304))/7*(-parseInt(n(299))/8)+-parseInt(n(297))/9+-parseInt(n(314))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{[Va(298)](){const t=Va,e=this[t(300)],n=e[t(316)][t(308)](t(301));e[t(316)][t(307)](t(310))&&(n[t(302)](t(311)),n[t(302)](t(306)))}}const Wa=Ka;function Ka(t,e){const n=qa();return(Ka=function(t,e){return n[t-=323]})(t,e)}!function(t,e){const n=Ka,r=t();for(;;)try{if(192524===-parseInt(n(336))/1+-parseInt(n(333))/2+-parseInt(n(334))/3+parseInt(n(339))/4+-parseInt(n(325))/5+-parseInt(n(329))/6+parseInt(n(323))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qa);class Xa extends t.Plugin{static get[Wa(335)](){return[ia]}[Wa(330)](){const t=Wa,e=this[t(327)];e[t(337)][t(338)](t(324))&&e[t(337)][t(331)](t(328))[t(326)](t(332))}}function qa(){const t=["214170eyxtrB","afterInit","get","toggleTableCaption","73292CjpIRg","447438AIFgQx","requires","373949tIhGvE","plugins","has","188748BYcBUZ","7118853kbFKnH","TableCaptionEditing","1381030JzBjLZ","enableCommand","editor","TrackChangesEditing"];return(qa=function(){return t})()}const Ya=Za;function Za(t,e){const n=Ja();return(Za=function(t,e){return n[t-=201]})(t,e)}function Ja(){const t=["getSelectionAffectedTableCells","TableUtils","tableAlignment","3511050ahQLVh","registerDescriptionCallback","tableCellBorderStyle","descriptionFactory","data","markBlockFormat","editor","getContainedElement","model","tableCellHeight","formatBlock","tableCellHorizontalAlignment","tableCellBorderColor","_getSuggestion","removeAttribute","has","327195mzgQcD","format","tableBorderStyle","20FoHdgT","tableCellBackgroundColor","tableBorderColor","tableHeight","change","commandParams","TrackChangesEditing","84nmHeqv","afterInit","_suggestionFactory","locale","nodeAfter","tableCellWidth","discard","selection","TableCellPropertiesEditing","TablePropertiesEditing","table","TrackChangesTableProperties","tableCellVerticalAlignment","subType","tableBackgroundColor","registerCustomCallback","*Format:* change table properties","tableProperties","9548176ebKmQO","tableWidth","setAttribute","tableCellPadding","start","handleDiscardAction","enableCommand","616NCZSWt","tableCellProperties","114331KFYpEV","join","getSuggestions","294KpxAzi","findAncestor","enqueueChange","handleSuggestionDescription","getSuggestionCallback","*Format:* change table cell properties","1047318wuZRdz","getFirstPosition","4160tzdFqF","document","plugins","tableCellBorderWidth","get","2aHRPiG","_handlePropertyChange","4127661wgktiV","getAttribute","tableBorderWidth","batch","accept","pluginName"];return(Ja=function(){return t})()}!function(t,e){const n=Za,r=t();for(;;)try{if(613342===-parseInt(n(233))/1+parseInt(n(240))/2*(-parseInt(n(251))/3)+-parseInt(n(222))/4*(-parseInt(n(235))/5)+-parseInt(n(227))/6*(-parseInt(n(224))/7)+parseInt(n(215))/8+parseInt(n(242))/9*(parseInt(n(270))/10)+-parseInt(n(267))/11*(parseInt(n(277))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Qa extends t.Plugin{constructor(t){const e=Za;super(t),this[e(214)]=[e(272),e(269),e(244),e(250),e(216),e(273),e(211)],this[e(223)]=[e(263),e(253),e(238),e(218),e(202),e(260),e(271),e(262),e(209)]}static get[Ya(247)](){return Ya(208)}[Ya(278)](){const t=Ya,e=this[t(257)][t(237)][t(239)](t(276));if(this[t(257)][t(237)][t(266)](t(206))){for(const n of this[t(214)])e[t(221)](n,((e,r)=>{const s=t,o=this[s(257)][s(259)][s(236)][s(204)][s(234)]()[s(228)](s(207));this[s(241)](n,[o],this[s(214)],s(214),e,r)}));e[t(279)][t(212)](t(261),t(214),t(246),e[t(279)][t(231)](t(261),null,t(203))),e[t(279)][t(212)](t(261),t(214),t(203),((e,n)=>this[t(220)](this[t(214)],e,n))),e[t(279)][t(212)](t(261),t(214),t(225),(()=>!1))}if(this[t(257)][t(237)][t(266)](t(205))){for(const n of this[t(223)])e[t(221)](n,((e,r)=>{const s=t,o=this[s(257)][s(237)][s(239)](s(249))[s(248)](this[s(257)][s(259)][s(236)][s(204)]);this[s(241)](n,o,this[s(223)],s(223),e,r)}));e[t(279)][t(212)](t(261),t(223),t(246),e[t(279)][t(231)](t(261),null,t(203))),e[t(279)][t(212)](t(261),t(223),t(203),((e,n)=>this[t(220)](this[t(223)],e,n))),e[t(279)][t(212)](t(261),t(223),t(225),(()=>!1))}e[t(254)][t(252)]((e=>this[t(230)](e)))}[Ya(241)](t,e,n,r,s,o){const i=Ya,a=this[i(257)][i(237)][i(239)](i(276));this[i(257)][i(259)][i(229)](o[i(245)],(()=>{const t=i;for(const i of e)if(this[t(264)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(243)](r);void 0!==n&&(e[r]=n)}s(o),a[t(256)](i,{commandParams:[e]},[],r)}}))}[Ya(220)](t,e,n){const r=Ya,s=e[0][r(219)][r(201)],o=n[r(275)][0];this[r(257)][r(259)][r(274)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(217)](r,o[r],s):e[n(265)](r,s)}))}[Ya(230)](t){const e=Ya;if(t[e(255)])switch(t[e(210)]){case e(214):return{type:e(268),content:zr(this[e(257)][e(280)],e(213))};case e(223):return{type:e(268),content:zr(this[e(257)][e(280)],e(232))}}}[Ya(264)](t,e){const n=Ya,r=this[n(257)][n(237)][n(239)](n(276));for(const s of r[n(226)]({skipNotAttached:!0})){const r=s[n(258)]();if(s[n(210)]===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=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})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=Tc;function bc(){const t=["always","suggestion:","enqueueChange","_registerDefaultCallbacks","parent","assign","PENDING_ACTION_SUGGESTION","containerElement","getFirstRange","accept","isInContent","72aCoBMk","default","after","_getSuggestionData","update:suggestion","groupId","addSuggestion","includes","tablePasteChainId","before","document","_joinWithAdjacentSuggestions","isAfter","consumable","descriptionFactory","markers","config","position","_joinSuggestions","_saved","insertion:join","isRemovable","getSuggestion","widget","originalSuggestionId","set","format","attributeNewValue","unshift","createdAt","resolve","accepted","nodeBefore","_initAriaMarkerChangeAnnouncements","isLocal","attribute","change:_saved","marker-count","newValue","some","getRange","formatGroupId","stop","conversion","suggestion-type","elementStart","markerToHighlight","normal","buildSuggestion","_adapter","deletion:join","toUpperCase","_updateSuggestionData","isTouching","suggestionChanged","dataToMarker","oldValue","getDifference","announce","addClass","getRanges","find","addMarker:suggestion:formatBlock","targetPosition","17283zLSAlK","init","listenTo","item","pop","suggestion","forceDefaultExecution","requires","change:data","discardSelectedSuggestions","markBlockFormat","_defaultCallbacks","high","previous","enableDefaultAttributesIntegration","model","_cutOutSuggestionMarker","isCollapsed","batch","isArray","createRange","markerNameToElements","lowest","never","isNextTo","getSuggestionCallback","then","formatBlock","rejected","join","_getMarkerAnnouncementText","addMarker:suggestion:attribute","elementToElement","isObject","_breakSuggestionMarker","isUndo","execute","getNearestSelectionRange","removeComment","addRange","ck-suggestion-marker--active","has","$text","_trackFormatChanges","forEach","delete","markMultiRangeDeletion","authorName","clone","_getAttributeKey","substr","deletion","formatInline:chain","setTo","containsPosition","markInlineFormat","options","track-changes-suggestion-not-found","bindElementToMarker","editor","startsWith","removeMarkers","push","1370598WlJRHL","warn","change:activeMarkers","$elementName","acceptSuggestion","split","formatBlock:","rootName","_refreshAttributeSuggestionsChain","Users","_getAuthorFromId","track-changes-adapter-already-set","activeMarkers","insertion:accept","markInsertion","containsRange","addUser","isAtStart","_handleNewSuggestionMarker","getAllAdjacentSuggestions","creator","getIntersection","mapper","suggestionUnloaded","removeAttribute","add","getCommentThread","_findSuggestions","deleteContent","_commentsRepository","isDocumentOperation","TrackChangesEditing","deletion:chain","isMultiRange","_checkSuggestionCorrectness","hasSuggestion","formatBlock:discard","isExternal","createElement","createRangeIn","_rangeIsInLocalUserInsertion","updateSuggestion","track-changes-adapter-missing-getsuggestion","_suggestions","formatBlock:accept","formatInline:accept","setAttribute","_editor","5HrMqfg","isSelectable","attribute:","_setSuggestionRange","getSuggestions","differ","change","suggestionLoaded","commandName","getShiftedBy","elementEnd","moveTargetPosition","commands","length","updateMarker","createSelection","insertion:chain","stopListening","dataReady","track-changes-enable-command-twice","addHighlight","isInsideObject","registerPostFixer","_suggestionState","formatInline","isIntersectingWithRange","getChanges","trackChanges.mergeNestedSuggestions","_isDataLoaded","formatInline:discard","value","values","acceptSelectedSuggestions","attribute:join","addCommentThread","discardAllSuggestions","markMultiRangeInsertion","insertion:","head","newRange","addMarker:suggestion","for","addMarker","track-changes-suggestion-data-mismatch","_mergeNestedSuggestions","$textProxy","deletion:accept","markDeletion","multi","keys","notReady","insert","key","hasComments","getAttribute","_afterChanges","_addThreadToSuggestion","_customCallbacks","insertion","494766VxJxND","containsItem","getContainedElement","group","documentSelection","CommentsRepository","ck-suggestion-marker-formatInline","attribute:accept","markerReady","splice","subType","4eXhAiG","createRangeOn","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.","_model","upcast","PendingActions","_refreshSuggestionsChain","fetchCommentThread","deletion:discard","FORMATTING","removeMarker:suggestion:formatBlock","consume","move","comments","_setSuggestionData","registerCustomCallback","highest","removeMarker","meta","_removeSuggestion","start","locale","track-changes-user-not-found","$graveyard","isEqual","unbind","action","setSelection","11AEHJYr","formatInline:","274283nhFhfa","formatBlock:join","showSuggestionHighlights","rename","toViewElement","commentThread","get","ck-suggestion-marker-","filter","isBlock","11102hfRYKv","collaboration.channelId","detach","unbindElementFromMarkerName","range","substring","_isRegisteredAttribute","getUser","_inlineAttributeKeys","deletion:","addMarkerName","_suggestionFactory","removed","getFirstMarker","open","getItems","getMarkers","every","concat","isLimit","howMany","markAttributeChange","author","ENTER","writer","next","ck-suggestion-marker-formatBlock","_reduceSuggestionAttributeRange","_addSuggestionMarker","_processAttributeSuggestions","2EsNXop","trackChanges.trackFormatChanges","getChangedMarkers","root","addSuggestionData","splitPosition","addComment","editingDowncast","_blockAttributeKeys","formatInline:join","markMultiRangeBlockFormat","trackChangesCommand","enableCommand","from","createPositionAt","getMultiRangeId","ready","remove","_onDiscard","forward","_isForcedDefaultExecutionBlock","_isBlockAttribute","$marker","discard","attributes","_recordAttributeSuggestions","getAncestors","pluginName","nodeAfter","data-suggestion","trackChanges","toJSON","insertContent","discardSuggestion","backward","3732GxKMSs","attributeKey","map","enableReadOnlyMode","getCustomProperty","rethrowUnexpectedError","authoredAt","error-saving-suggestion-data-suggestion-discarded","external:","containsRangeInObject","isOwn","_SUGGESTION_ANNOUNCEMENT","_recordAttributeChanges","registerBlockAttribute","fromCharCode","_enabledCommands","insertion:discard","@external","getWalker","track-changes-command-not-found","data","2149450ZjfyPh","fromRange","hasCommentThread","_processAttributeChanges","clear","_reduceExistingSuggestions","LEAVE","createPositionBefore","skipNestingCheck","element","_splitMarkerName","isBefore","isIntersecting","schema","selection","registerInlineAttribute","markerToData","oldRange","multipleBlocks","createPositionAfter","name","applyOperation","reconvertMarker","removeClass","ck-suggestion-marker","catch","define","type","chain","dataDowncast","end","adapter","low","attributeOldValue","plugins","formatBlock:chain","size","return","fire","getLastMatchingPosition","attribute:discard","isAtEnd","sort","1183473aTKlVY","markerName","_getExternalAuthor","refresh","acceptAllSuggestions","editing","_createSuggestion","removeMarker:suggestion:attribute","suggestion:attribute:"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=343]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(160491===parseInt(n(765))/1*(-parseInt(n(371))/2)+parseInt(n(724))/3*(-parseInt(n(735))/4)+parseInt(n(665))/5*(parseInt(n(617))/6)+parseInt(n(554))/7*(parseInt(n(490))/8)+-parseInt(n(470))/9+-parseInt(n(427))/10*(-parseInt(n(763))/11)+parseInt(n(406))/12*(parseInt(n(775))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(620);class yc extends t.Plugin{static get[Ec(561)](){return[Ec(729),o.Users,t.PendingActions,Qr,ns,as,ls,bs,ms,Cs,Ss,Bs,to,so,uo,fo,bo,yo,No,vo,Do,Ho,Uo,Wo,Jo,ei,ci,pi,Ni,si,Gs,Xs,Ei,Ai,Mi,Di,ji,zi,qi,$i,ra,ia,ha,ma,Xa,_a,Ra,Da,Qa,va,ja,za]}static get[Ec(398)](){return Ec(648)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(408)]((t=>String[e(420)](t)))[e(583)]("")}super(t),this[e(396)]=!1,this[e(515)](e(629),[]),this.on(e(619),((n,r,s,o)=>{const i=e;this[i(738)][i(671)]((()=>{const e=i;for(const n of[...o,...s])this[e(738)][e(505)][e(595)](n)&&t[e(475)][e(449)](n)}))})),this[e(504)]=new qr(this[e(613)][e(569)][e(440)],this[e(613)][e(756)]),this[e(539)]=null,this[e(352)]=new Ac(this[e(613)]),this[e(660)]=new Map,this[e(646)]=t[e(461)][e(771)](e(729)),this[e(421)]=new Set,this[e(738)]=this[e(613)][e(569)],this[e(688)]=new WeakMap,this[e(391)]=!1,this[e(379)]=new Set([e(620)]),this[e(349)]=new Set,t[e(506)][e(453)](e(372),e(491)),this[e(597)]=t[e(506)][e(771)](e(372)),t[e(506)][e(453)](e(692),!0),this[e(709)]=t[e(506)][e(771)](e(692)),this[e(382)]=new f(t,this[e(421)]),this[e(523)](),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,50,48,56])}[Ec(555)](){const t=Ec,n=this[t(613)],r=(e,n)=>{const r=t;if(r(525)!=e)return r(772)+e;const s=n[r(622)]("|")[0];return this[r(392)](s)?r(367):r(730)};n[t(533)][t(706)](t(378))[t(536)]({model:t(559),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(437)](e[n(471)]),a=[n(451),r(o,i)];let c=3e3;return this[n(629)][n(497)](e[n(471)])&&(a[n(616)](n(594)),c=3010),n(605)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(533)][t(706)](t(456))[t(642)]((e=>{const r=t;e.on(r(705),((t,e,s)=>{const o=r;if(!s[o(610)][o(767)])return;const i=e[o(557)];if(!i)return;const c=s[o(639)][o(769)](i);n[o(569)][o(440)][o(587)](i)&&c&&!c[o(410)](o(513))&&c.is(o(486))&&(0,a.toWidget)(c,s[o(365)])}),{priority:r(566)})})),n[t(533)][t(706)](t(456))[t(536)]({model:t(559),view:(e,n)=>{const s=t;if(!n[s(610)][s(767)])return null;const{type:o,subType:i}=this[s(437)](e[s(471)]);return{classes:[s(451),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(557)])return;const{id:c}=this[a(437)](o[a(471)]);if(r){const t=this[a(660)][a(771)](c),e=this[a(603)](t);if(!this[a(392)](e))return}if(o[a(557)].is(a(441)))return void i[a(503)][a(746)](o[a(557)],s[a(447)]);const u=i[a(639)][a(769)](o[a(557)]);if(o[a(557)].is(a(436))&&n[a(569)][a(440)][a(774)](o[a(557)])&&!u[a(410)](a(685))){i[a(365)][a(549)]([a(451),a(367)],u),i[a(365)][a(663)](a(400),c,u),i[a(639)][a(612)](u,o[a(471)]),e&&(this[a(629)][a(497)](o[a(471)])?i[a(365)][a(549)](a(594),u):i[a(365)][a(450)](a(594),u));for(const t of n[a(569)][a(656)](o[a(557)])[a(356)]())i[a(503)][a(746)](t,s[a(447)]);i[a(503)][a(746)](o[a(557)],s[a(447)])}};n[t(533)][t(706)](t(456))[t(642)]((e=>{const n=t;e.on(n(552),((t,e,r)=>{const o=n;r[o(610)][o(767)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(751)})})),n[t(533)][t(706)](t(456))[t(642)]((e=>{const n=t;e.on(n(585),((t,e,r)=>{const o=n;r[o(610)][o(767)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(751)})})),n[t(533)][t(706)](t(456))[t(443)]({model:t(559),view:(e,n)=>n[t(610)][t(767)]?null:{group:t(559),name:e[t(604)](11)}}),n[t(533)][t(706)](t(739))[t(586)]({view:{name:t(559),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(480)+e[r(719)](r(534))+":"+e[r(719)]("id");return e[r(719)](r(527))&&(s+=":"+e[r(719)](r(527))),n[r(655)](r(393),{"data-name":s})}}),n[t(533)][t(706)](t(739))[t(545)]({view:t(559)}),n[t(533)][t(706)](t(378))[t(642)]((e=>{const n=t;e.on(n(552),s(),{priority:n(566)})})),n[t(533)][t(706)](t(378))[t(642)]((e=>{const n=t;e.on(n(585),s({isAttributeSuggestion:!0}),{priority:n(566)})})),n[t(533)][t(706)](t(378))[t(642)]((e=>{const n=t;e.on(n(745),((t,e,r)=>{const s=n,o=r[s(639)][s(575)](e[s(471)]);if(o)for(const t of o)t[s(410)](s(685))||(r[s(365)][s(450)]([s(451),s(367),s(594)],t),r[s(365)][s(641)](s(400),t),r[s(639)][s(344)](t,e[s(471)]))}),{priority:n(566)})})),n[t(533)][t(706)](t(378))[t(642)]((e=>{const n=t;e.on(n(477),((t,e,r)=>{const s=n,o=r[s(639)][s(575)](e[s(471)]);if(!o)return;const{id:i}=this[s(437)](e[s(471)]),a=this[s(660)][s(771)](i),c=this[s(603)](a);if(this[s(392)](c))for(const t of o)t[s(410)](s(685))||(r[s(365)][s(450)]([s(451),s(367),s(594)],t),r[s(365)][s(641)](s(400),t),r[s(639)][s(344)](t,e[s(471)]))}),{priority:n(566)})})),n[t(569)][t(500)][t(687)]((e=>{const r=t;let s=!1;const o=Array[r(384)](n[r(569)][r(500)][r(670)][r(373)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(437)](t);if(r(559)!==o)continue;const h=this[r(660)][r(771)](f);if(null!=c[r(704)]){r(689)==u&&(s=s||Lc(c[r(704)],t,e,n[r(569)][r(440)]));const o=r(525)==u&&this[r(392)](l[r(622)]("|")[0]);if(c[r(704)][r(571)]||r(758)==c[r(704)][r(374)][r(624)]||r(581)==u&&!Rc(c[r(704)])||o&&!Rc(c[r(704)])||r(605)==u&&(kc(a=c[r(704)])||function(t){const e=r;return t[e(755)][e(483)]==t[e(457)][e(522)]&&t[e(755)][e(468)]}(a)))e[r(752)](t),s=!0;else{if(!h||!h[r(489)])continue;i[r(642)](h)}}}var a;return i[r(463)]>0&&(s=!!this[r(501)](i)||s),s})),n[t(569)][t(500)][t(687)]((e=>{const r=t;let s=!1;for(const t of n[r(569)][r(500)][r(670)][r(691)]())if(r(716)==t[r(454)])for(const t of this[r(660)][r(696)]()){if(t[r(650)]||!t[r(489)])continue;const o=r(581)==t[r(454)],i=this[r(603)](t),a=i&&this[r(392)](i);if(!o&&!a)continue;const c=t[r(487)]();if(c[r(755)][r(483)]!=c[r(457)][r(483)]&&!c[r(457)][r(468)]){const o=n[r(569)][r(385)](c[r(755)][r(399)],r(457)),i=n[r(569)][r(574)](c[r(755)],o);e[r(679)](t[r(354)](),{range:i}),s=!0}}return s})),n[t(569)][t(500)][t(687)]((e=>this[t(430)](e))),n[t(569)][t(500)][t(687)]((e=>!e[t(572)][t(524)]&&this[t(370)](e))),n[t(569)].on(t(720),(()=>{this[t(396)]=!1})),n[t(569)][t(500)].on(t(562),((r,s)=>{const o=t;if(!s[o(524)]||s[o(589)])return;if(!this[o(396)])return;const i=n[o(569)][o(500)][o(670)][o(691)]();if(0==i[o(678)])return;const a=[],c=i[o(773)]((t=>o(525)==t[o(454)])),u=i[o(773)]((t=>o(716)==t[o(454)]&&o(596)!=t[o(447)]));for(const t of c)this[o(347)](t[o(407)])&&a[o(616)]({key:t[o(407)],newValue:t[o(517)],oldValue:t[o(460)],range:Sc(t[o(345)],n[o(569)])});for(const t of u){if(o(768)!=t[o(761)]&&o(473)!=t[o(761)])continue;const e=Mc(t[o(507)][o(399)],n[o(569)]),r=t[o(499)];o(768)==t[o(761)]&&a[o(616)]({key:o(620),newValue:t[o(447)],oldValue:r[o(447)],range:e});for(const[n,s]of r[o(395)]){if(!this[o(347)](n))continue;const r=t[o(395)][o(771)](n);s!==r&&a[o(616)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(395)])this[o(347)](n)&&(r[o(395)][o(595)](n)||a[o(616)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(678)]&&n[o(569)][o(481)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(362)](t,e,s,o,{groupId:r});this[n(432)](t,a)}))}),{priority:t(576)}),n[t(569)][t(505)].on(t(494),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(437)](n[s(447)]),e=this[s(660)][s(771)](t);e&&e[s(351)](n[s(447)])}})),n[t(569)][t(500)].on(t(562),(()=>{const e=t,r=Array[e(384)](n[e(569)][e(500)][e(670)][e(373)]())[e(773)]((t=>e(559)===this[e(437)](t[e(447)])[e(727)]));if(0===r[e(678)])return;r[e(469)](((t,n)=>{const r=e,s=t[r(426)][r(444)],o=n[r(426)][r(444)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(755)][r(438)](o[r(755)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(437)](t);if(null===n[e(444)]){const n=this[e(635)](t);o[e(642)](n)}else{const t=this[e(660)][e(771)](r);null!==n[e(704)]||t[e(489)]?(s[e(642)](t[e(703)]),o[e(642)](t)):this[e(754)](t)}}o[e(463)]>0&&this[e(741)](o);for(const t of s)this[e(465)](e(544),t)})),n[t(569)].on(t(448),((e,r)=>{const s=t,o=r[0];if(!this[s(660)][s(463)])return;if(!o[s(647)])return;if(o[s(572)][s(589)]||!o[s(572)][s(524)])return;let i,a;switch(o[s(454)]){case s(716):i=n[s(569)][s(385)](o[s(507)]),a=i[s(674)](o[s(361)]);break;case s(622):i=n[s(569)][s(385)](o[s(376)]),a=n[s(569)][s(385)](o[s(676)]);break;case s(747):i=n[s(569)][s(385)](o[s(553)]),a=i[s(674)](o[s(361)]);break;default:return}const c=n[s(569)][s(574)](i,a);n[s(569)][s(671)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(644)](c)){if(e[t(650)])continue;if(t(689)==e[t(454)])continue;const r=this[t(603)](e);if(r&&this[t(392)](r)&&t(622)!=o[t(454)])continue;const s=e[t(426)]&&e[t(426)][t(445)];(t(581)!=e[t(454)]||t(622)==o[t(454)]&&!s)&&(n[t(415)]||t(723)==e[t(454)]&&n[t(416)]||e[t(487)]()[t(632)](c)&&this[t(588)](e,i,a))}}))}),{priority:t(576)}),n[t(569)].on(t(645),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(560)])return;if(this[s(391)])return;if(!this[s(382)][s(695)])return;if(o[s(571)])return;const a=n[s(569)][s(440)],{start:c,end:u}=o[s(487)](),l=c[s(399)]&&a[s(360)](c[s(399)])?null:a[s(591)](c,s(390)),f=u[s(522)]&&a[s(360)](u[s(522)])?null:a[s(591)](u,s(405)),h=n[s(569)][s(574)](l?l[s(755)]:c,f?f[s(457)]:u);n[s(569)][s(671)]((t=>{const e=s;this[e(712)](h);const r=n[e(569)][e(440)][e(591)](h[e(755)]);o.is(e(728))?t[e(762)](r):o[e(607)](r)})),e[s(532)]()}),{priority:e.priorities[t(537)]+10}),n[t(569)].on(t(403),((e,r)=>{const s=t,o=r[r[s(678)]-1];o&&o[s(560)]||this[s(391)]||this[s(382)][s(695)]&&(n[s(569)][s(671)]((()=>{const t=s;let o=n[t(569)][t(403)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(464)]=o[t(602)]();const i=o[t(457)][t(522)],a=n[t(569)][t(440)];i&&a[t(774)](i)&&!a[t(587)](i)&&(o=n[t(569)][t(574)](o[t(755)],n[t(569)][t(385)](i,t(457)))),this[t(631)](o)})),e[s(532)]())}),{priority:t(566)}),this[t(613)][t(677)][t(642)](t(401),this[t(382)]),this[t(383)](t(401));const o=new p(n,this[t(660)]);n[t(677)][t(642)](t(621),o),this[t(383)](t(621));const i=new b(n,this[t(660)]);n[t(677)][t(642)](t(404),i),this[t(383)](t(404)),n[t(677)][t(642)](t(474),new R(n,o,this[t(660)])),this[t(383)](t(474)),n[t(677)][t(642)](t(700),new R(n,i,this[t(660)])),this[t(383)](t(700)),n[t(677)][t(642)](t(697),new w(n,o,this[t(660)])),this[t(383)](t(697)),n[t(677)][t(642)](t(563),new w(n,i,this[t(660)])),this[t(383)](t(563));const c=n[t(461)][t(771)](t(729));this[t(556)](c,t(377),((e,{threadId:n})=>{const r=t,s=this[r(660)][r(771)](n);s&&s[r(770)]&&1===s[r(770)][r(678)]&&this[r(542)](n,{hasComments:!0})}),{priority:t(459)}),this[t(556)](c,t(592),((e,{threadId:n})=>{const r=t,s=this[r(660)][r(771)](n);s&&s[r(770)]&&!s[r(770)][r(678)]&&this[r(542)](n,{hasComments:!1})}),{priority:t(459)})}set[Ec(458)](t){const n=Ec;if(this[n(539)])throw new e.CKEditorError(n(628),this);this[n(539)]=t}get[Ec(458)](){return this[Ec(539)]}[Ec(669)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(660)][n(696)]())t&&!e[n(489)]||r[n(616)](e);return e?r[n(408)]((t=>t[n(402)]())):r}[Ec(512)](t){const n=Ec,r=this[n(660)][n(771)](t);if(!r)throw new e.CKEditorError(n(611),this);return r}[Ec(652)](t){const e=Ec;return this[e(660)][e(595)](t)}[Ec(375)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(454)][e(622)](":"),a=this[e(660)][e(771)](r)||this[e(476)](o,i,r,n,s);if(this[e(721)](a),this[e(651)](a,o,i||null,n),a[e(519)]=t[e(519)],a[e(693)]=!0,s&&s[e(423)]){const t=s[e(423)],n=this[e(472)](t[e(601)]);a[e(412)]=t[e(519)],a[e(363)]=n,a[e(654)]=!0}else a[e(412)]=t[e(519)];switch(t[e(426)]&&(a[e(426)]=t[e(426)]),t[e(395)]&&(a[e(395)]=t[e(395)]),this[e(539)]&&this[e(539)][e(496)]||(a[e(509)]=!0),this[e(688)][e(771)](a)){case e(715):this[e(688)][e(515)](a,e(683));break;case e(732):a[e(489)]?(this[e(501)](new Set([a])),this[e(741)](new Set([a])),this[e(688)][e(515)](a,e(387)),this[e(465)](e(672),a)):this[e(688)][e(515)](a,e(353))}return a}[Ec(621)](t){const e=Ec;this[e(560)]((()=>{const n=e;this[n(613)][n(569)][n(671)]((()=>{const e=n;for(const n of t[e(636)]())n[e(488)]()}))}))}[Ec(404)](t){const e=Ec;this[e(560)]((()=>{const n=e;this[n(613)][n(569)][n(671)]((()=>{const e=n;for(const n of t[e(636)]())n[e(394)]()}))}))}[Ec(383)](t,n){const r=Ec,s=this[r(613)][r(677)][r(771)](t);if(!s)throw new e.CKEditorError(r(425),this,{commandName:t});if(this[r(421)][r(595)](s))throw new e.CKEditorError(r(684),this,{commandName:t});this[r(421)][r(642)](s),n&&s.on(r(590),((t,e)=>{const o=r;this[o(382)][o(695)]&&(this[o(391)]||(e[o(678)]>0&&e[e[o(678)]-1]&&e[e[o(678)]-1][o(560)]?e[o(558)]():(t[o(464)]=n(((...t)=>s[o(590)](...t,{forceDefaultExecution:!0})),...e),t[o(532)]())))}),{priority:r(566)})}[Ec(560)](t){const n=Ec;let r,s;const o=this[n(391)];this[n(391)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(391)]=!1),s&&e.CKEditorError[n(411)](s,this),r}[Ec(631)](t,n=null,r={}){const s=Ec;if(t[s(571)])return null;const o=this[s(613)][s(461)][s(771)](s(626)).me;for(const{suggestion:e,meta:o}of this[s(644)](t,s(723)))if(o[s(416)]){if(!o[s(578)]){if(o[s(415)]){if(!this[s(709)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(588)](e,t[s(755)],t[s(457)]);break}if(n==e[s(734)]&&wc(e,r)){const n=e[s(487)]();return n[s(755)][s(759)](t[s(457)])?this[s(668)](e,this[s(738)][s(574)](t[s(755)],n[s(457)])):this[s(668)](e,this[s(738)][s(574)](n[s(755)],t[s(457)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(702)+n:s(723),u=this[s(749)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(369)](c,i,a,t),u}[Ec(701)](t,n=Ec(713),r={}){const s=Ec,o=this[s(613)][s(461)][s(771)](s(626)).me,i=this[s(352)][s(579)](s(723),n,s(583));for(const e of this[s(669)]())if(e[s(363)].id==o.id&&s(723)==e[s(454)]&&e[s(734)]==n&&wc(e,r)&&(i(e[s(550)](),t)||i(t,e[s(550)]()))){for(const n of t)e[s(593)](n);return e}for(const{suggestion:e,meta:n}of this[s(644)](t,s(723))){if(!n[s(416)])continue;if(!this[s(709)]&&n[s(415)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(550)]())for(const e of t)if(!n[s(632)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(702)+n,l=this[s(749)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(369)](u,a,c,e,Hr[s(386)]());return l}[Ec(609)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(571)])return null;if(o(577)===this[o(597)]){const e=this[o(352)][o(579)](o(689),r,o(488));return this[o(560)]((()=>e([t],n,s))),null}const i=this[o(613)][o(461)][o(771)](o(626)).me,a=[];if(o(479)!==this[o(597)])for(const{suggestion:e,meta:n}of this[o(644)](t,o(723)))n[o(416)]&&!n[o(686)]&&a[o(616)](...e[o(550)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(638)](s);e&&r[n(616)](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(678)];){const s=r[e][n(547)](t);r[n(733)](e,1,...s),e+=s[n(678)]}}return r}(t,a);c[o(678)]&&this[o(738)][o(671)]((()=>{const t=o;for(const e of c){const o=this[t(352)][t(579)](t(689),r,t(488));this[t(560)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(755)],u=t[o(457)];for(const{suggestion:e,meta:n}of this[o(644)](t,o(689))){if(!n[o(416)])continue;if(e[o(734)]!=r)continue;if(!wc(e,s))continue;const i=e[o(487)]();if(i[o(632)](t,!0))return null;c=c[o(438)](i[o(755)])?c:i[o(755)],u=u[o(502)](i[o(457)])?u:i[o(457)],a?i[o(755)][o(438)](a[o(487)]()[o(755)])?(a[o(615)](),a=e):e[o(615)]():a=e}const l=this[o(738)][o(574)](c,u);if(a)this[o(668)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(749)]({id:t,type:o(764)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(369)](o(764)+r,t,a,l)}}return null}[Ec(564)](t,n,r=[],s=null,o={}){const i=Ec;n[i(531)]||(n[i(531)]=n[i(673)]),n[i(445)]=t.is(i(345)),s=s||Nc(n);const a=r[i(408)]((t=>Mc(t,this[i(738)]))),c=t.is(i(345))?t:Mc(t,this[i(738)]);if(i(577)===this[i(597)]){const t=this[i(352)][i(579)](i(581),s,i(488));return this[i(560)]((()=>t([c],n,o))),null}a[i(616)](c);let u=!0;for(const t of a)if(!this[i(657)](t)){u=!1;break}if(u&&i(479)!==this[i(597)]){const t=this[i(352)][i(579)](i(581),s,i(488));return this[i(560)]((()=>t([c],n,o))),null}let l=null,f=c[i(755)],h=c[i(457)];for(const{suggestion:t,meta:e}of this[i(644)](c,i(581))){if(!e[i(416)])continue;if(e[i(578)]||e[i(415)]||e[i(686)])continue;if(t[i(426)][i(531)]!=n[i(531)])continue;if(!wc(t,o))continue;const r=t[i(487)]();if(t[i(734)]==s){if(r[i(632)](c,!0))return null;f=f[i(438)](r[i(755)])?f:r[i(755)],h=h[i(502)](r[i(457)])?h:r[i(457)],l?r[i(755)][i(438)](l[i(487)]()[i(755)])?(l[i(615)](),l=t):t[i(615)]():l=t}else{const e=c[i(638)](r);this[i(570)](t,e)}}const g=this[i(613)][i(461)][i(771)](i(626)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(668)](l,this[i(738)][i(574)](f,h)),l;{const t=this[i(749)]({id:d,type:i(623)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(369)](i(623)+s,d,p,this[i(738)][i(574)](f,h)),t}}[Ec(381)](t,n,r=[],s=null,o={}){const i=Ec;n[i(531)]||(n[i(531)]=n[i(673)]);const a=t[0];n[i(445)]=a.is(i(345)),s=s||Nc(n);const c=r[i(408)]((t=>Mc(t,this[i(738)]))),u=a.is(i(345))?t:t[i(408)]((t=>Mc(t,this[i(738)])));if(i(577)===this[i(597)]){const t=this[i(352)][i(579)](i(581),s,i(488));return this[i(560)]((()=>t(u,n,o))),null}c[i(616)](...u);let l=!0;for(const t of c)if(!this[i(657)](t)){l=!1;break}if(l&&i(479)!==this[i(597)]){const t=this[i(352)][i(579)](i(581),s,i(488));return this[i(560)]((()=>t(u,n,o))),null}const f=this[i(613)][i(461)][i(771)](i(626)).me;for(const t of this[i(669)]()){if(t[i(363)].id!=f.id)continue;if(i(581)!=t[i(454)]||t[i(426)][i(531)]!=n[i(531)])continue;if(!wc(t,o))continue;const e=t[i(734)]==s;for(let n=0;n<u[i(678)];n++){const r=u[n];for(const s of t[i(357)]()){const o=s[i(530)]();if(r[i(759)](o)){e?(u[i(733)](n,1),n--):t[i(752)](s[i(447)]);break}}}}if(0==u[i(678)])return null;const h=this[i(352)][i(579)](i(581),s,i(583));for(const t of this[i(669)]())if(t[i(363)].id==f.id&&i(581)==t[i(454)]&&t[i(426)][i(531)]==n[i(531)]&&t[i(734)]==s&&wc(t,o)&&(h(t[i(550)](),u)||h(u,t[i(550)]()))){for(const e of u)t[i(593)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(623)+s,m=this[i(749)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(369)](p,g,d,t,Hr[i(386)]());return m}[Ec(712)](t,n=null,r={}){const s=Ec;if(t[s(571)])return null;const o=this[s(613)][s(461)][s(771)](s(626)).me,a=new i.LiveRange(t[s(755)],t[s(457)]);for(const{suggestion:t,meta:e}of this[s(644)](a,s(723)))if(e[s(416)]&&!e[s(578)])if(t[s(650)]){const e=t[s(550)]()[s(773)]((t=>s(758)!=t[s(374)][s(624)]));if(e[s(358)]((t=>a[s(632)](t,!0)))&&t[s(394)](),e[s(529)]((t=>t[s(632)](a,!0)))){const t=this[s(352)][s(579)](s(605),n,s(488));return this[s(560)]((()=>t([a],null,r))),null}}else{const e=a[s(638)](t[s(487)]());null!==e&&t[s(389)]([e],null,r)}if(a[s(343)](),a[s(571)]||s(758)==a[s(374)][s(624)])return null;let c=null,u=a[s(755)],l=a[s(457)];const f=this[s(644)](a,s(605));for(const{suggestion:t,meta:e}of f){const n=this[s(738)][s(574)](u,l);if(e[s(416)]&&(this[s(709)]||!e[s(415)]&&!e[s(686)]))if(t[s(650)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(550)]()){if(r[s(632)](n,!0))return t;n[s(632)](r)||(e=!1)}e&&t[s(394)]()}else{const e=t[s(487)]();if(e[s(632)](n,!0))return t;if(!wc(t,r)){n[s(632)](e)?t[s(615)]():e[s(608)](u)?u=e[s(457)]:e[s(608)](l)&&(l=e[s(755)]);continue}u=u[s(438)](e[s(755)])?u:e[s(755)],l=l[s(502)](e[s(457)])?l:e[s(457)],r=Object[s(484)]({},t[s(395)]),c?e[s(755)][s(438)](c[s(487)]()[s(755)])?(c[s(615)](),c=t):t[s(615)]():c=t}}if(c)return this[s(668)](c,this[s(738)][s(574)](u,l)),c;{const t=(0,e.uid)(),i=this[s(738)][s(574)](u,l),a=o.id,c=n?s(350)+n:s(605),f=this[s(749)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(369)](c,t,a,i),f}}[Ec(600)](t,n=Ec(713),r={}){const s=Ec,o=this[s(613)][s(461)][s(771)](s(626)).me,a=t[s(408)]((t=>new i.LiveRange(t[s(755)],t[s(457)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(644)](a,s(723)))e[s(416)]&&!e[s(578)]&&c[s(642)](t);for(const e of c)if(e[s(650)]){const o=e[s(550)]();if((!e[s(395)]||!e[s(395)][s(435)])&&o[s(358)]((t=>a[s(529)]((e=>e[s(632)](t,!0)))))&&e[s(394)](),a[s(358)]((t=>o[s(529)]((e=>e[s(632)](t,!0)))))){const e=this[s(352)][s(579)](s(605),n,s(488));return this[s(560)]((()=>e(t,null,r))),null}}else{const t=e[s(487)]();if(a[s(529)]((e=>e[s(632)](t,!0)))&&e[s(394)](),a[s(358)]((e=>t[s(632)](e,!0)))){const t=this[s(352)][s(579)](s(605),n,s(488));return this[s(560)]((()=>t(a,null,r))),null}}const u=this[s(352)][s(579)](s(605),n,s(583));let l=null;for(const t of this[s(669)]())if(t[s(363)].id==o.id&&t[s(489)]&&s(605)==t[s(454)]&&t[s(734)]==n&&wc(t,r)&&(u(t[s(550)](),a)||u(a,t[s(550)]())))if(l){if(t[s(770)]&&t[s(770)][s(678)])continue;for(const e of t[s(550)]())l[s(690)](e)||l[s(593)](e);t[s(615)]()}else{l=t;for(const e of a)t[s(690)](e)||t[s(593)](e)}if(l)return l;c[s(431)]();for(const{suggestion:t,meta:e}of this[s(644)](a,s(605)))e[s(416)]&&(this[s(709)]||!e[s(415)]&&!e[s(686)])&&wc(t,r)&&c[s(642)](t);for(const t of c){const e=t[s(550)]();if((!r||!r[s(435)])&&a[s(358)]((t=>e[s(529)]((e=>e[s(632)](t,!0))))))return t;(!t[s(395)]||!t[s(395)][s(435)])&&e[s(358)]((t=>a[s(529)]((e=>e[s(632)](t,!0)))))&&t[s(394)]()}const f=(0,e.uid)(),h=o.id,g=s(350)+n,d=this[s(749)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(343)](),t[s(571)]||s(758)==t[s(374)][s(624)]||this[s(369)](g,f,h,t,Hr[s(386)]());return d}[Ec(362)](t,n,r,s,o){const i=Ec;if(t[i(571)])return[];if(i(577)===this[i(597)])return[];const a=this[i(613)][i(461)][i(771)](i(626)).me.id,c=Array[i(384)](this[i(660)][i(696)]())[i(773)]((e=>i(525)==e[i(454)]&&e[i(426)][i(717)]==n&&e[i(690)](t)));if(i(491)===this[i(597)]){const e=this[i(644)](t,i(723))[i(773)]((({meta:t})=>t[i(416)]&&!t[i(686)]&&!t[i(578)]))[i(408)]((({suggestion:t})=>t));c[i(518)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(525)==t[i(454)]?t[i(426)][i(546)]:void 0,o=t[i(487)](),a=Array[i(384)](u[i(714)]())[i(551)]((t=>t[i(439)](o)));if(!a)continue;const c=a[i(547)](o);this[i(392)](n)&&i(723)==t[i(454)]&&0!=c[i(678)]||(u[i(599)](a),c[i(598)]((t=>{u[i(515)](t,r)})),i(723)!=t[i(454)]&&e!=s&&u[i(515)](a[i(638)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(678)]>37&&console[i(618)](i(737),{key:n});const f=(i(667)+(n+"|")+Nc({newValue:s}))[i(346)](0,60),h=this[i(749)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(616)](h),this[i(369)](f,c,a,t)}return l}[Ec(568)](t){const e=Ec;this[e(383)](t,((t,...n)=>{this[e(418)]((()=>{t(...n)}))}))}[Ec(419)](t){const e=Ec;this[e(379)][e(642)](t)}[Ec(442)](t){const e=Ec;this[e(349)][e(642)](t)}[Ec(603)](t){const e=Ec;return e(525)==t[e(454)]?t[e(734)][e(622)]("|")[0]:null}[Ec(668)](t,e){const n=Ec,r=t[n(354)]();this[n(738)][n(671)]((t=>{t[n(679)](r,{range:e})}))}[Ec(721)](t){const e=Ec,n=t.id,r=this[e(613)][e(506)][e(771)](e(776));this[e(646)][e(429)](n)||this[e(646)][e(699)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(646)][e(643)](n);s[e(760)](e(511)),s[e(511)]=!1,t[e(770)]=s}[Ec(651)](t,n,r,s){const o=Ec;if(t[o(454)]!=n||t[o(734)]!=r||t[o(637)].id!=s)throw this[o(613)][o(409)](o(708)),new e.CKEditorError(o(708),this)}[Ec(570)](t,n){const r=Ec,s=t[r(487)]();if(n[r(759)](s))t[r(615)]();else if(s[r(632)](n)){const o=this[r(738)][r(385)](n[r(755)][r(522)],r(457));this[r(668)](t,this[r(738)][r(574)](s[r(755)],o));const i=(0,e.uid)(),a=t[r(637)].id,c=t[r(454)]+":"+t[r(734)];this[r(749)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(426)],attributes:t[r(395)]});const u=this[r(738)][r(385)](n[r(457)][r(483)],r(492)),l=this[r(738)][r(574)](u,s[r(457)]);this[r(369)](c,i,a,l)}else if(s[r(608)](n[r(755)])){const e=this[r(738)][r(385)](n[r(755)][r(522)],r(457));this[r(668)](t,this[r(738)][r(574)](s[r(755)],e))}else{const e=this[r(738)][r(385)](n[r(457)][r(483)],r(492));this[r(668)](t,this[r(738)][r(574)](e,s[r(457)]))}}[Ec(657)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(644)](t,e(723))){if(!r[e(416)])continue;const s=n[e(550)]();for(const n of s)if(!t[e(547)](n)[e(678)])return!0}return!1}[Ec(627)](t){const n=Ec,r=this[n(613)][n(461)][n(771)](n(626))[n(348)](t);if(!r)throw new e.CKEditorError(n(757),this);return r}[Ec(472)](t){const e=Ec,n=this[e(613)][e(461)][e(771)](e(626)),r=(0,o.hashObject)(e(414)+t);return n[e(348)](r)||n[e(633)]({id:r,name:t})}[Ec(476)](t,e,n,r,s){const o=Ec,i=this[o(627)](r),a=this[o(352)][o(538)](t,e,n,i,s,(t=>{const e=o;this[e(542)](n,{attributes:t});const r=this[e(512)](n);this[e(501)](new Set([r])),this[e(741)](new Set([r]))}));return this[o(556)](a,o(488),(()=>{const t=o;this[t(542)](n,{state:t(521)})}),{priority:o(566)}),this[o(556)](a,o(394),(()=>{const t=o;this[t(542)](n,{state:t(582)})}),{priority:o(566)}),this[o(660)][o(515)](n,a),this[o(688)][o(515)](a,o(715)),a}[Ec(437)](t){const e=Ec,n=t[e(622)](":");return{group:n[0],type:n[1],subType:n[e(678)]>=5?n[2]:null,id:n[e(678)]<5?n[2]:n[3],authorId:n[e(678)]<5?n[3]:n[4],markerCount:6==n[e(678)]?n[5]:null}}[Ec(588)](t,n,r){const s=Ec,o=t[s(487)](),i=o[s(755)],a=o[s(457)];this[s(668)](t,this[s(738)][s(574)](i,n));const c=(0,e.uid)(),u=t[s(637)].id,l=t[s(454)]+(t[s(734)]?":"+t[s(734)]:"");this[s(749)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(395)],data:t[s(426)]});const f=this[s(603)](t);(s(581)==t[s(454)]||f&&this[s(392)](f))&&(r=this[s(738)][s(434)](r[s(483)])),this[s(369)](l,c,u,this[s(738)][s(574)](r,a))}[Ec(644)](t,e=null){const n=Ec,r=[],s=this[n(613)][n(461)][n(771)](n(626)).me;Array[n(573)](t)||(t=[t]);for(const o of this[n(669)]()){if(!o[n(489)])continue;if(e&&o[n(454)]!=e)continue;let i=!1;for(const e of o[n(550)]()){for(const a of t){const t=a[n(755)][n(759)](e[n(457)])||a[n(457)][n(759)](e[n(755)]);if(t||a[n(638)](e)){const c=a[n(632)](e)&&Cc(this[n(738)][n(440)],e[n(755)],a),u=e[n(632)](a)&&Cc(this[n(738)][n(440)],a[n(755)],e);r[n(616)]({suggestion:o,meta:{isOwn:s==o[n(363)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(369)](t,e,n,r,s){const o=Ec;this[o(738)][o(671)]((i=>{const a=o;let c=a(480)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(707)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(754)](t){const e=Ec,n=t[e(567)],r=t[e(366)];t[e(567)]=null,t[e(366)]=null,null!=n&&n[e(366)]==t&&(n[e(366)]=r),null!=r&&r[e(567)]==t&&(r[e(567)]=n),e(387)==this[e(688)][e(771)](t)&&(this[e(688)][e(515)](t,e(353)),this[e(465)](e(640),t,n,r))}[Ec(749)](t){const n=Ec,r=t.id,s=this[n(375)](t);if(this[n(539)]&&this[n(539)][n(496)]){const o=this[n(613)][n(461)][n(771)](n(740)),i=s[n(718)],a=s[n(734)]?s[n(454)]+":"+s[n(734)]:s[n(454)],c=this[n(613)][n(756)],u=o[n(642)](zr(c,n(485))),l={id:r,type:a,hasComments:i,data:t[n(426)]||null,originalSuggestionId:t[n(514)]||null,attributes:s[n(395)]};this[n(539)][n(496)](l)[n(580)]((t=>{const e=n;s[e(509)]=!0,o[e(388)](u),t&&t[e(519)]&&(this[e(660)][e(771)](r)[e(519)]=t[e(519)])}))[n(452)]((t=>{const r=n;throw(0,e.logWarning)(r(413)),this[r(613)][r(569)][r(481)]({isUndoable:!1},(()=>{s[r(394)]()})),s[r(682)](),this[r(660)][r(599)](s.id),this[r(688)][r(599)](s),t}))}return s}[Ec(392)](t){const e=Ec;return this[e(379)][e(595)](t)}[Ec(542)](t,e){const n=Ec,r=this[n(613)][n(461)][n(771)](n(740)),s=this[n(512)](t);if(this[n(539)]&&this[n(539)][n(658)])if(s[n(509)]){const s=r[n(642)](zr(this[n(613)][n(756)],n(485)));this[n(539)][n(658)](t,e)[n(580)]((()=>{r[n(388)](s)}))}else s.on(n(526),(()=>{this[n(542)](t,e)}))}[Ec(493)](t){const n=Ec;if(!this[n(539)]||!this[n(539)][n(512)])throw new e.CKEditorError(n(659),this);return this[n(539)][n(512)](t)}[Ec(635)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(437)](t),i=this[e(660)][e(771)](n)||this[e(476)](r,s,n,o,{});switch(this[e(651)](i,r,s,o),this[e(688)][e(771)](i)){case e(715):this[e(493)](n)[e(580)]((t=>{const r=e;let s=Promise[r(520)]();t[r(718)]&&(s=this[r(646)][r(742)]({channelId:this[r(613)][r(506)][r(771)](r(776)),threadId:n})),s[r(580)]((()=>{const e=r;this[e(375)](t)[e(509)]=!0}))})),this[e(688)][e(515)](i,e(732));break;case e(353):this[e(542)](n,{state:e(355)});case e(683):this[e(688)][e(515)](i,e(387)),this[e(465)](e(672),i);break;case e(387):this[e(465)](e(544),i)}return i[e(351)](t),i}[Ec(741)](t){const e=Ec,n=Array[e(384)](t),r=n[e(773)]((t=>e(525)==t[e(454)]));this[e(625)](r);const s=n[e(773)]((t=>!t[e(650)]&&e(525)!=t[e(454)])),o=this[e(669)]({skipNotAttached:!0})[e(773)]((t=>!t[e(650)]&&e(525)!=t[e(454)])),i=o[e(773)]((n=>!t[e(595)](n))),a=new Map(o[e(408)]((t=>[t,this[e(352)][e(579)](t[e(454)],t[e(734)],e(455))]))),c=new Map(o[e(408)]((t=>[t,t[e(487)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(678)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(678)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(678)];t++){const n=s[t];!l[e(595)](n)&&n[e(567)]&&(f[e(642)](n[e(567)]),n[e(567)][e(366)]===n&&(n[e(567)][e(366)]=null),n[e(567)]=null),!u[e(595)](n)&&n[e(366)]&&(f[e(642)](n[e(366)]),n[e(366)][e(567)]===n&&(n[e(366)][e(567)]=null),n[e(366)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(678)];e++){const r=g(t,n[e]);r&&(r[0][s(366)]=r[1],r[1][s(567)]=r[0],u[s(642)](r[0]),l[s(642)](r[1]))}}function g(t,n){const r=e;if(t[r(363)].id!==n[r(363)].id)return null;const s=a[r(771)](t)(t,n,c[r(771)](t),c[r(771)](n));return s&&a[r(771)](n)(t,n,c[r(771)](t),c[r(771)](n))?s[1][r(770)]&&s[1][r(770)][r(678)]?null:s:null}f[e(463)]&&this[e(741)](f)}[Ec(625)](t){const e=Ec;if(0==t[e(678)])return;const n=this[e(669)]({skipNotAttached:!0})[e(773)]((t=>e(525)==t[e(454)]&&t[e(693)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(395)]);s[e(595)](n)||(s[e(515)](n,r[e(678)]),r[e(616)]([]));const i=s[e(771)](n);r[i][e(616)](t)}!function(){const t=e;r[t(469)](((e,n)=>{const r=t,s=e[0][r(519)],o=n[0][r(519)];return s==o?e[0][r(395)][r(495)]<n[0][r(395)][r(495)]?-1:1:s<o?-1:1}));for(const e of r)e[t(469)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(678)];t++){if(0==r[t][e(678)])continue;const n=[];for(let s=t+1;s<r[e(678)];s++)0!=r[s][e(678)]&&i(r[t],r[s])&&n[e(616)](s);for(const s of n)r[t]=r[t][e(359)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(678)];n++)t[n][e(366)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(678)];n++)t[n][e(567)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(395)][r(495)]!==n[0][r(395)][r(495)]&&t[0][r(363)]!==n[0][r(363)])return!1;if(!function(t,e){const n=r;return!t[n(718)]&&!e[n(718)]||(!t[n(718)]||!e[n(718)])&&(!!(t[n(718)]&&e[n(519)]<t[n(770)][n(748)][n(771)](0)[n(519)])||!!(e[n(718)]&&t[n(519)]<e[n(770)][n(748)][n(771)](0)[n(519)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(395)],r(495)),o=Ic(n[0][r(395)],r(495));return!!wr(s,o)&&(!!t[r(358)]((t=>n[r(529)]((e=>t[r(487)]()[r(759)](e[r(487)]())))))&&n[r(358)]((e=>t[r(529)]((t=>e[r(487)]()[r(759)](t[r(487)]()))))))}}[Ec(501)](t){const e=Ec,n=Array[e(384)](t),r=this[e(669)]({skipNotAttached:!0}),s=r[e(773)]((n=>!t[e(595)](n))),o=new Map(n[e(408)]((t=>[t,this[e(352)][e(579)](t[e(454)],t[e(734)],e(583))]))),i=new Map(r[e(408)]((t=>[t,t[e(550)]()])));for(let t=0;t<n[e(678)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(678)];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(678)];e++){const s=r[e];if(s[a(454)]!==n[a(454)]||s[a(363)].id!==n[a(363)].id||s[a(734)]!==n[a(734)])continue;if(!Oc(n,s,[a(495)]))continue;if(a(525)==n[a(454)]&&n[a(426)][a(546)]!=s[a(426)][a(546)])continue;if(a(525)==n[a(454)]&&t[a(392)](n[a(426)][a(717)]))continue;if(a(581)==n[a(454)]){const e=t[a(613)][a(569)],r=n[a(726)]();if(r&&(e[a(440)][a(587)](r)||e[a(440)][a(360)](r)))continue}const c=o[a(771)](n),u=i[a(771)](n),l=i[a(771)](s),f=n[a(770)]&&n[a(770)][a(678)],h=s[a(770)]&&s[a(770)][a(678)];if(!f&&c(l,u))return t[a(508)](s,n),i[a(599)](n),!0;if(!h&&c(u,l))return t[a(508)](n,s),i[a(599)](s),!0}return!1}}[Ec(508)](t,e){const n=Ec;if(t[n(650)])for(const r of e[n(550)]())t[n(593)](r);else{const r=e[n(487)]()[n(457)];this[n(668)](t,this[n(738)][n(574)](t[n(487)]()[n(755)],r))}e[n(615)]()}[Ec(584)](t,e){const n=Ec,r=t[n(614)](n(516))||t[n(614)](n(525))?n(744):t[n(541)]();return zr(this[n(613)][n(756)],e+"_"+r+n(417))}[Ec(523)](){const t=Ec,e=this[t(613)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(738)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(437)](t[s(447)]);if(s(559)===e){n[s(548)](this[s(584)](r,s(433)));break}}for(const t of r){const{group:e,type:r}=this[s(437)](t[s(447)]);if(s(559)===e){n[s(548)](this[s(584)](r,s(364)));break}}}))}[Ec(430)](t){const e=Ec;if(this[e(396)])return!1;const n=this[e(613)],r=n[e(569)][e(500)][e(670)][e(691)]();if(0==r[e(678)])return!1;const s=[],o=r[e(773)]((t=>e(525)==t[e(454)])),i=r[e(773)]((t=>e(716)==t[e(454)]&&e(596)!=t[e(447)])),a=r[e(773)]((t=>e(388)==t[e(454)]&&e(596)!=t[e(447)]));for(const t of o)s[e(616)]({key:t[e(407)],newValue:t[e(517)],oldValue:t[e(460)],range:Sc(t[e(345)],n[e(569)])});for(const t of i){const r=a[e(551)]((n=>n[e(507)][e(759)](t[e(507)])));r&&s[e(616)]({key:e(620),newValue:t[e(447)],oldValue:r[e(447)],range:n[e(569)][e(736)](t[e(507)][e(399)])})}return 0!=s[e(678)]&&this[e(432)](t,s)}[Ec(370)](t){const e=Ec;let n=!1;const r=this[e(613)][e(569)][e(500)][e(670)][e(373)]()[e(773)]((t=>t[e(426)][e(704)]&&t[e(447)][e(614)](e(478))));for(const s of r){const{subType:r,id:o}=this[e(437)](s[e(447)]),i=r[e(622)]("|")[0];for(const r of this[e(669)]({skipNotAttached:!0}))r.id!=o&&e(525)==r[e(454)]&&r[e(426)]&&r[e(426)][e(717)]==i&&r[e(487)]()[e(439)](s[e(426)][e(704)])&&(this[e(368)](r,s[e(426)][e(704)],t),n=!0)}return n}[Ec(418)](t){const e=Ec;this[e(613)],this[e(396)]=!0,t()}[Ec(347)](t){const e=Ec,n=this[e(392)](t),r=this[e(349)][e(595)](t);return n||r}[Ec(432)](t,e){const n=Ec;if(0==e[n(678)])return!1;let r=!1;for(const s of e){const e=this[n(644)](s[n(345)],n(525))[n(773)]((t=>!t[n(753)][n(578)]))[n(408)]((t=>t[n(559)])),i=(0,o.hashObject)({newValue:s[n(528)]});e[n(773)]((t=>{const e=n,[r,o]=t[e(734)][e(622)]("|");return r==s[e(717)]&&o!=i}))[n(598)]((e=>{const o=n;this[o(368)](e,s[o(345)],t),r=!0}))}return r}[Ec(368)](t,e,n){const r=Ec,s=t[r(487)]()[r(547)](e);0!==s[r(678)]?1!==s[r(678)]?this[r(588)](t,e[r(755)],e[r(457)]):this[r(668)](t,s[0]):n[r(752)](t[r(354)]())}}class Ac{constructor(t){const e=Ec;this[e(664)]=t,this[e(738)]=t[e(569)],this[e(722)]=new Map,this[e(565)]=new Map,this[e(482)]()}[Ec(538)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(738)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(579)](t,e,i(488))(...n),onDiscard:(...n)=>this[i(579)](t,e,i(394))(...n)})}[Ec(750)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(722)][s(515)](o,r)}[Ec(579)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(722)][r(771)](s)||this[r(565)][r(771)](t+":"+n)}[Ec(482)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(469)](((t,n)=>t[e(755)][e(438)](n[e(755)])?1:-1)),this[e(738)][e(671)]((n=>{const r=e;for(const e of t){let t;t=e[r(457)][r(468)]&&e[r(457)][r(483)]==e[r(755)][r(399)]?n[r(680)](e[r(755)][r(399)],"on"):n[r(680)](e),this[r(738)][r(645)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(738)][n(671)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(408)]((t=>(kc(t)&&(t=this[s(738)][s(574)](t[s(457)])),t)))[s(773)]((t=>s(758)!==t[s(374)][s(624)]));if(c[s(678)]<1)return;const u=Array[s(384)](this[s(738)][s(500)][s(441)][s(550)]())[s(408)]((t=>i.LiveRange[s(428)](t)));r[s(762)](c);for(const t of this[s(664)][s(677)][s(677)]())t[s(473)]();a[s(616)]({forceDefaultExecution:!0}),this[s(664)][s(590)](o,...a);const l=u[s(773)]((t=>s(758)!=t[s(374)][s(624)]));l[s(678)]>0&&r[s(762)](l);for(const t of u)t[s(343)]()}))},s=(e,n)=>1==e[t(678)]&&1==n[t(678)]&&e[0][t(457)][t(759)](n[0][t(755)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(738)])?[e,n]:vc(n,e,s,r,this[t(738)])?[n,e]:null;this[t(565)][t(515)](t(630),e),this[t(565)][t(515)](t(422),n),this[t(565)][t(515)](t(510),s),this[t(565)][t(515)](t(681),o),this[t(565)][t(515)](t(711),n),this[t(565)][t(515)](t(743),e),this[t(565)][t(515)](t(540),s),this[t(565)][t(515)](t(649),o),this[t(565)][t(515)](t(662),r),this[t(565)][t(515)](t(694),e),this[t(565)][t(515)](t(380),s),this[t(565)][t(515)](t(606),e),this[t(565)][t(515)](t(661),r),this[t(565)][t(515)](t(653),e),this[t(565)][t(515)](t(766),s),this[t(565)][t(515)](t(462),e),this[t(565)][t(515)](t(731),e),this[t(565)][t(515)](t(467),((e,n)=>{const r=t;if(!n)return;const s=this[r(664)][r(461)][r(771)](yc);this[r(738)][r(671)]((t=>{const o=r;if(o(620)==n[o(717)])for(const r of e){const e=r[o(755)][o(399)],s=n[o(546)];t[o(768)](e,s)}else if(s[o(392)](n[o(717)]))for(const r of e)void 0!==n[o(546)]?t[o(663)](n[o(717)],n[o(546)],r[o(755)][o(399)]):t[o(641)](n[o(717)],r[o(755)][o(399)]);else for(const r of e)n[o(546)]?t[o(663)](n[o(717)],n[o(546)],r):t[o(641)](n[o(717)],r)}))})),this[t(565)][t(515)](t(698),s)}}function Cc(t,e,n){const r=Ec;for(const s of e[r(483)][r(397)]({includeSelf:!0,parentFirst:!0})){if(s[r(374)]==s)return!1;if(!n[r(725)](s))return!1;if(t[r(587)](s)||t[r(360)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(457)][e(483)]==t[e(755)][e(399)]&&t[e(457)][e(634)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(557)].is(s(710))&&!r[s(587)](t[s(557)]),i=t[s(755)][s(466)](o),a=t[s(457)][s(466)](o,{direction:s(405)});return!(t[s(755)][s(759)](i)&&t[s(457)][s(759)](a)||(i[s(438)](a)?n[s(679)](e,{range:n[s(574)](i,a)}):n[s(752)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(755)][e(399)];return n&&n.is(e(436))}function Sc(t,e){const n=Ec;return null==t[n(457)][n(522)]&&t[n(457)][n(483)]==t[n(755)][n(399)]?Mc(t[n(755)][n(399)],e):t}function Mc(t,e){const n=Ec,r=e[n(440)][n(587)](t)||e[n(440)][n(666)](t);return e[n(574)](e[n(385)](t,n(499)),r?e[n(446)](t):e[n(385)](t,n(457)))}function vc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(457)][o(759)](r[o(755)]))return!0;if(t[o(454)]!=e[o(454)])return!1;if(!n[o(457)][o(543)](r[o(755)]))return!1;const i=s[o(574)](n[o(457)],r[o(755)])[o(424)]();for(const t of i)if([o(535),o(675)][o(497)](t[o(454)])&&s[o(440)][o(360)](t[o(557)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(693)]||!e[r(693)])&&wr(Ic(t[r(395)],n),Ic(e[r(395)],n))}function wc(t,e){const n=Ec,r=Fc(t[n(395)]),s=Fc(e);if(!t[n(693)])return!1;for(const t of Object[n(714)](s))if(!wr(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(484)]({},t);return delete n[e(435)],delete n[e(498)],n}const Dc=xc;function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=474]})(t,e)}function Pc(){const t=["_discardCommand","listenTo","221187JxCbwW","unbind","execute","getRanges","bind","_editor","516930STAydg","isEnabled","plugins","canAccept","721320ocojsq","39072410ZfaPXI","_acceptCommand","stopListening","_removePendingAction","add","canDiscard","canEditAt","view","remove","6375975KZQWJh","locale","_setPendingAction","PendingActions","8NSsdhQ","12152616INQcNw","discardSuggestion","PENDING_ACTION_SUGGESTION","commands","isDirty","_pendingAction","9mQZFYl","3740886igrPHN","destroy","change:isDirty","2LxhNiE","acceptSuggestion","get","model","commentThreadController"];return(Pc=function(){return t})()}!function(t,e){const n=xc,r=t();for(;;)try{if(895908===parseInt(n(494))/1*(-parseInt(n(481))/2)+parseInt(n(488))/3+-parseInt(n(498))/4+-parseInt(n(508))/5+parseInt(n(478))/6+parseInt(n(513))/7*(-parseInt(n(512))/8)+-parseInt(n(477))/9*(-parseInt(n(499))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(484)]=e,this[s(506)]=n,this[s(485)]=r,this[s(493)]=t,this[s(500)]=t[s(474)][s(483)](s(482)),this[s(486)]=t[s(474)][s(483)](s(514)),this[s(506)][s(492)](s(495)).to(this[s(500)],this[s(486)],((t,e)=>t||e)),this[s(506)][s(492)](s(497)).to(this[s(500)],s(495),(t=>t&&this[s(493)][s(484)][s(505)](e[s(491)]()))),this[s(506)][s(492)](s(504)).to(this[s(486)],s(495),(t=>t&&this[s(493)][s(484)][s(505)](e[s(491)]()))),this[s(476)]=null,n[s(475)]&&this[s(510)](),this[s(487)](n,s(482),(()=>this[s(482)]())),this[s(487)](n,s(514),(()=>this[s(514)]())),this[s(487)](n,s(480),(()=>{const t=s;n[t(475)]?this[t(510)]():this[t(502)]()}))}[Dc(482)](){const t=Dc;this[t(500)][t(490)](this[t(484)].id)}[Dc(514)](){const t=Dc;this[t(486)][t(490)](this[t(484)].id)}[Dc(479)](){const t=Dc;this[t(506)][t(489)](t(495)),this[t(506)][t(489)](t(497)),this[t(506)][t(489)](t(504)),this[t(501)](),this[t(485)][t(479)](),this[t(476)]&&this[t(502)]()}[Dc(510)](){const t=Dc,e=zr(this[t(493)][t(509)],t(515));this[t(476)]=this[t(493)][t(496)][t(483)](t(511))[t(503)](e)}[Dc(502)](){const t=Dc;null!==this[t(476)]&&this[t(493)][t(496)][t(483)](t(511))[t(507)](this[t(476)]),this[t(476)]=null}}const Uc=Gc;function jc(){const t=["_model","isActive","commentsListView","disableComments","value","1395780sqaClG","CommentView","canDiscard","editorConfig","_createCommentThreadInputView","67952MRZuZi","538092OCuXkB","commentInputView","164290cXGcbn","hasDirtyComment","disabledSubmit","focus","isDirty","removeComment","set","setData","isReadOnly","fire","3ijCMfZ","destroy","commentThreadInputView","293558qOoUkr","commentThread","721420ypLluv","462372EHcsaT","length","isEnabled","cancel","element","canAccept","_createCommentViews","locale","editor","addComment","_config","showInput","_localUser","delegate","descriptionParts","submit","assign","authoredAt","bind","updateComment"];return(jc=function(){return t})()}function Gc(t,e){const n=jc();return(Gc=function(t,e){return n[t-=126]})(t,e)}!function(t,e){const n=Gc,r=t();for(;;)try{if(168411===parseInt(n(173))/1+parseInt(n(158))/2*(-parseInt(n(170))/3)+-parseInt(n(126))/4+parseInt(n(152))/5+parseInt(n(127))/6+-parseInt(n(160))/7+-parseInt(n(157))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jc);class Vc extends s.View{constructor(t,e,n,r){const s=Gc;super(t),this[s(149)]=null,this[s(172)]=null,this[s(166)](s(148),!1),this[s(166)](s(144),e[s(144)]),this[s(145)](s(144)).to(e),this[s(166)](s(141),[]),this[s(166)](s(164),!1),this[s(166)](s(129),!1),this[s(166)](s(132),!1),this[s(166)](s(154),!1),this[s(147)]=e,this[s(139)]=n,this[s(137)]=r,r[s(150)]?this[s(166)](s(128),1):this[s(133)]()}[Uc(163)](){const t=Uc;this[t(131)][t(163)]()}[Uc(171)](){const t=Uc;this[t(149)]&&this[t(149)][t(171)](),this[t(172)]&&this[t(172)][t(171)](),super[t(171)]()}[Uc(133)](){const t=Uc,{CommentsListView:e}=this[t(137)];this[t(149)]=new e(this[t(134)],this[t(147)][t(174)],Object[t(143)]({CommentView:this[t(137)][t(153)]},this[t(137)])),this[t(149)][t(140)](t(165)).to(this),this[t(149)][t(140)](t(146)).to(this),this[t(149)][t(145)](t(148)).to(this),this[t(166)](t(128),this[t(149)][t(128)]+1),this[t(145)](t(128)).to(this[t(149)],t(128),(t=>t+1)),this[t(172)]=this[t(156)](),this.on(t(165),(()=>this[t(163)]())),this[t(145)](t(164)).to(this[t(149)],t(161),this[t(172)][t(159)],t(151),((t,e)=>t||!!e))}[Uc(156)](){const t=Uc,{CommentThreadInputView:e}=this[t(137)],n=new e(this[t(134)],this[t(139)],this[t(137)][t(155)]),r=n[t(159)];return n[t(145)](t(138)).to(this,t(148),this[t(147)][t(174)],t(168),r,t(151),((t,e,n)=>!!n||t&&!e)),r.on(t(142),((e,n)=>{const s=t;this[s(169)](s(136),n),r[s(135)][s(167)]("")})),r.on(t(130),(()=>this[t(163)]())),r[t(145)](t(162)).to(this[t(147)][t(174)],t(168)),n}}const Hc=Wc;function zc(){const t=["map","time","children","color","canAccept","userView","editorDestroyed",'" title="',"EXTERNAL_SUGGESTION","ck-suggestion__actions","1535863cWHQsR","ck-suggestion-wrapper--active","formatDateTime","ck-annotation__content-wrapper","createElement","bindTemplate","_config","querySelector","ck-annotation__info-name","ck-suggestion__user","fire","ck-annotation__actions","commentThread","title","18yLPjGC","content","Discard suggestion","importWord","getExternalSuggestionNote","_descriptionElement","description","4326MfjFJk","split","isActive","delegate","check","set","2285654FgGdSb","element","locale","ck-suggestion__info","ck-annotation__info-time","author","span","<p>","3968UXmVgd","EXTERNAL_IMPORT_WORD_SUGGESTION","setTemplate",'<span class="ck-suggestion-type">',"type","descriptionParts","ck-annotation__main","push","change:description","ck-suggestion--discard","isEnabled","value","ck-annotation__info","ck-suggestion-wrapper","commentsListView","bind","isExternal","extendTemplate","335343ACrJXa","attributes","EXTERNAL_IMPORT_WORD_AVATAR","innerText","creator","canDiscard","ck-comment__info-time","ck-comment__external","ck-annotation","ck-suggestion__main","ck-suggestion__info-name","</p>","ck-suggestion-","ck-suggestion",'<span class="ck-suggestion-color" style="background-color: ',"source","cancel","discardButton","join","@external","ck-annotation__user","execute","getUserViewNotificationText","10119730YBIiAk","Accept suggestion","disableComments","name","6922720eXgNgQ","2444952SQaDiD","editorReady","getTemplate","_model","ck-suggestion--accept","render","discardSuggestion","innerHTML","</span>","9GMOGwS","acceptButton","authoredAt","EXTERNAL_AVATAR",'"></span>',"acceptSuggestion","div","commentThreadInputView","ck-suggestion--disabled-comments",".ck-annotation__content-wrapper","_createButton"];return(zc=function(){return t})()}function Wc(t,e){const n=zc();return(Wc=function(t,e){return n[t-=454]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(772885===parseInt(n(511))/1+parseInt(n(485))/2+-parseInt(n(479))/3*(parseInt(n(493))/4)+parseInt(n(538))/5+parseInt(n(472))/6*(parseInt(n(458))/7)+-parseInt(n(539))/8+-parseInt(n(548))/9*(parseInt(n(534))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zc);class Kc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(484)](i(497),""),this[i(508)](i(497)).to(this,i(498),(t=>t&&t[0]?t[0][i(497)]:"")),this[i(508)](i(478)).to(this,i(498),this,i(481),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(492)+Xc(e[n(473)],e[n(562)])+n(522);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(477)]=null,this[i(549)]=this[i(558)](zr(e,i(535)),t.icons[i(483)],i(543),i(553),"sw"),this[i(549)][i(508)](i(503)).to(this,i(563)),this[i(528)]=this[i(558)](zr(e,i(474)),t.icons[i(527)],i(502),i(545),"sw"),this[i(528)][i(508)](i(503)).to(this,i(516)),this[i(564)]=new o.UserView(e,this[i(542)][i(490)],this[i(533)]()),this[i(564)][i(510)]({attributes:{class:[i(467),i(531)]}}),this[i(495)](this[i(541)]())}[Hc(541)](){const t=Hc,e=this[t(463)],n=[{tag:t(554),attributes:{class:[t(488),t(505)]},children:[{tag:t(491),children:[{text:this[t(564)][t(537)]}],attributes:{class:[t(521),t(466)]}},{tag:t(560),attributes:{datetime:e.to(t(550)),class:[t(517),t(489)]},children:[{text:e.to(t(550),(e=>this[t(464)][t(460)](e)))}]}]},{tag:t(554),attributes:{class:[t(457),t(469)]},children:[this[t(549)],this[t(528)]]},{tag:t(554),attributes:{class:[t(461)]}}];this[t(542)][t(509)]&&n[t(500)]({tag:t(554),attributes:{class:[t(518)]},children:[{text:this[t(476)]()}]});const r={tag:t(554),attributes:{class:[t(506),e.if(t(481),t(459)),e.to(t(497),(e=>t(523)+e)),this[t(464)][t(536)]&&t(556)],"data-suggestion-id":this[t(542)].id,"data-thread-id":this[t(542)][t(470)].id,"data-author-id":this[t(542)][t(490)].id,tabindex:-1},children:[{tag:t(554),attributes:{class:[t(524),t(519)]},children:[this[t(564)],{tag:t(554),attributes:{class:[t(520),t(499)]},children:n}]}]};return this[t(507)]&&this[t(555)]&&(r[t(561)][t(500)](this[t(507)],this[t(555)]),this[t(507)][t(482)](t(540)).to(this),this[t(507)][t(482)](t(454)).to(this),this[t(555)][t(482)](t(540)).to(this),this[t(555)][t(482)](t(454)).to(this)),r}[Hc(544)](){const t=Hc;super[t(544)](),this[t(477)]=this[t(486)][t(465)](t(557)),this[t(477)][t(546)]=this[t(478)],this.on(t(501),((e,n,r)=>{const s=t;this[s(477)][s(546)]=r}))}[Hc(558)](t,e,n,r,o){const i=Hc,a=new s.ButtonView(this[i(487)]);return a[i(484)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(510)]({attributes:{class:n}}),a.on(i(532),(()=>{const t=i;this[t(468)](r,this[t(542)].id)})),a}[Hc(476)](){const t=Hc;return t(475)===this[t(542)][t(512)][t(530)][t(526)]?zr(this[t(487)],t(494)):zr(this[t(487)],t(456))}[Hc(533)](){const t=Hc;return this[t(542)][t(509)]?t(475)===this[t(542)][t(512)][t(530)][t(526)]?zr(this[t(487)],t(513),this[t(542)][t(515)][t(537)]):zr(this[t(487)],t(551),this[t(542)][t(515)][t(537)]):null}}function Xc(t,e){const n=Hc;let r="";return r+=t[n(480)]("*")[n(559)](((t,e)=>e%2!=0?n(496)+qc(t)+n(547):qc(t)))[n(529)](""),e&&(r+=n(525)+e[n(504)]+n(455)+e[n(471)]+n(552)),r}function qc(t){const e=Hc,n=document[e(462)](e(491));return n[e(514)]=t,n[e(546)]}const Yc='\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',Zc=Jc;function Jc(t,e){const n=Qc();return(Jc=function(t,e){return n[t-=311]})(t,e)}function Qc(){const t=["682290mnDWFO","EditorAnnotations","discardButton","isDirty","remove","comments","_destroyController","discardSelectedSuggestions","delegate","22480RTYgEj","toMany","_handleControllerBuffer","config","suggestion-","_bindAnnotationToEditors","values","75390qGXMmX","isMultiRange","componentFactory","acceptButton","Discard all selected suggestions","711893kGExwQ","arrowView","separator","switchbutton","isOn","items","clear","size","descriptionParts","1256604unQcdA","Discard all suggestions","view","set","Track changes","push","_suggestionToController","has","getSuggestion","TrackChangesEditing","actionView","define","Accept all selected suggestions","previous","add","isEnabled","101dFjbWQ","getRanges","getMarkers","368076uEypBH","activeAnnotations","Annotations","commentThread","execute","suggestionLoaded","comments.editorConfig","get","type","addSourceCollector","menuBar:trackChanges","bind","button","1108jdVeYH","_refreshActiveMarkers","16vKIbuD","change:activeAnnotations","init","editing","commandName","getByInnerView","descriptionFactory","requires","innerView","lowest","_addUIComponentsToFactory","trackChanges","_createMenuBarMenu","comments.maxCommentsWhenCollapsed","acceptSelectedSuggestions","change:previous","_disableComments","CommentView","pluginName","delete","editor","getDescriptions","comments.maxThreadTotalWeight","length","createCommentThreadController","getJoined","TrackChangesUI","source","menu","16VKDCkr","from","menuitemcheckbox","mainView","acceptAllSuggestions","filter","CommentsRepository","listenTo","registerAnnotation","_initializeController","destroy","_handleSuggestionControllerDelayed","_updateController","getFirstRange","focus","commands","panelView","discardAllSuggestions","stopListening","model","getAllAdjacentSuggestions","createAnnotation","comments.maxCommentCharsWhenCollapsed","refreshSelectedViews","SuggestionThreadView","plugins","isInContent","hasSuggestion","_createToolbarButton","_viewToController","children","CommentsUI","reduce","_unbindEditors","locale","trackChanges.disableComments","Accept all suggestions","createAnnotationView","keys","value","trackChanges.SuggestionThreadView","menuitem","activeMarkers","suggestionUnloaded","addComment","head","buttonView","some","suggestionChanged","_annotationViews","unbind","getMarkerNames"];return(Qc=function(){return t})()}!function(t,e){const n=Jc,r=t();for(;;)try{if(110989===parseInt(n(372))/1*(-parseInt(n(388))/2)+parseInt(n(375))/3+parseInt(n(419))/4*(-parseInt(n(335))/5)+-parseInt(n(356))/6+-parseInt(n(347))/7*(-parseInt(n(390))/8)+parseInt(n(326))/9+-parseInt(n(342))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Zc(397)](){const t=Zc;return[yc,o.Users,t(425),t(377),t(327)]}static get[Zc(408)](){return Zc(416)}constructor(t){const e=Zc;super(t),this[e(362)]=new Map,this[e(448)]=new Map,this[e(323)]=new Map,this[e(337)]=new Map;const n=this[e(410)][e(338)];n[e(367)](e(314),Kc),n[e(367)](e(454),!1),this[e(406)]=n[e(382)](e(454))}[Zc(430)](t,e){const n=Zc;0===this[n(337)][n(354)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(337)]){const r=this[t(362)][t(363)](e);r||n?r&&n&&this[t(332)](e):this[t(428)](e)}this[t(337)][t(353)](),this[t(410)][t(444)][t(382)](t(327))[t(442)](),this[t(389)]()}),10),this[n(337)][n(359)](t,e)}[Zc(392)](){const t=Zc,e=this[t(410)],n=e[t(444)][t(382)](t(365)),r=e[t(444)][t(382)](t(377)),s=e[t(444)][t(382)](t(327)),o=e[t(444)][t(382)](t(425));this[t(400)](),s[t(384)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(420)](this[e(362)])){const s=t[e(439)](),o=[];for(const t of s){if(!t[e(445)])continue;if(t[e(343)]){o[e(361)](...t[e(373)]());continue}const n=t[e(432)]();if(o[e(413)]>0){const t=o[0][e(415)](n);if(t){o[0]=t;continue}}o[e(361)](n)}n[e(361)]([r[e(358)],o])}return n})),this[t(426)](n,t(380),((e,n)=>{const r=t;this[r(426)](n,r(405),((t,e,s,o)=>{const i=r;n[i(445)]&&(null==s?(this[i(431)](o[i(319)]),this[i(430)](n,!1)):(this[i(431)](s[i(319)]),null==o&&this[i(430)](n,!0)))})),null!==n[r(369)]?this[r(431)](n[r(319)]):this[r(430)](n,!1)})),this[t(426)](n,t(317),((e,n,r)=>{const s=t;this[s(437)](n,s(405)),this[s(337)][s(409)](n),this[s(362)][s(363)](n)&&this[s(332)](n),r&&this[s(431)](r[s(319)])})),this[t(426)](n,t(322),((e,n)=>{this[t(431)](n)})),this[t(426)](r,t(391),(()=>{this[t(389)]()})),this[t(426)](o,t(318),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(446)](r))return;const i=n[o(364)](r);this[o(362)][o(382)](i)[o(358)][o(433)]()}),{priority:t(399)})}[Zc(389)](){const t=Zc,e=this[t(410)][t(444)][t(382)](t(377)),n=this[t(410)][t(444)][t(382)](t(365)),r=Array[t(420)](e[t(376)],(e=>e[t(398)]))[t(424)]((e=>this[t(448)][t(363)](e))),s=[];for(const e of r){const n=this[t(448)][t(382)](e)[t(438)][t(439)]();s[t(361)](...n[t(451)](((e,n)=>[...e,...n[t(325)]()]),[]))}n[t(316)]=s}[Zc(400)](){const t=Zc,n=this[t(410)],r=n[t(453)],o=zr(r,t(360)),i=new e.Collection([{type:t(350),model:new s.ViewModel({withText:!0,label:o,commandName:t(401),role:t(421)})},{type:t(349)},{type:t(387),model:new s.ViewModel({withText:!0,label:zr(r,t(455)),commandName:t(423),role:t(315)})},{type:t(387),model:new s.ViewModel({withText:!0,label:zr(r,t(368)),commandName:t(404),role:t(315)})},{type:t(387),model:new s.ViewModel({withText:!0,label:zr(r,t(357)),commandName:t(436),role:t(315)})},{type:t(387),model:new s.ViewModel({withText:!0,label:zr(r,t(346)),commandName:t(333),role:t(315)})}]);for(const e of i)if(tu(e)){const r=n[t(434)][t(382)](e[t(438)][t(394)]);e[t(438)][t(386)](t(351),t(371)).to(r,t(313),t(371))}n.ui[t(344)][t(370)](t(401),(e=>this[t(447)](e,i,o))),n.ui[t(344)][t(370)](t(385),(e=>this[t(402)](e,i,o)))}[Zc(447)](t,e,n){const r=Zc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(410)][r(434)][r(382)](r(401));o[r(320)][r(359)]({tooltip:n,label:n,icon:Yc}),o[r(320)][r(386)](r(351)).to(i,r(313)),o[r(320)].on(r(379),(()=>{const t=r;i[t(379)](),this[t(410)][t(393)][t(358)][t(433)]()})),(0,s.addListToDropdown)(o,e,{role:r(418)});const a=[];for(const t of e)tu(t)&&a[r(361)](this[r(410)][r(434)][r(382)](t[r(438)][r(394)]));const c=o[r(320)];return c[r(366)][r(324)](r(371)),c[r(348)][r(324)](r(371)),c[r(366)][r(386)](r(371)).to(i,r(371)),c[r(348)][r(386)](r(371))[r(336)](a,r(371),((...t)=>t[r(321)]((t=>t)))),o.on(r(379),(t=>{const e=r;this[e(410)][e(379)](t[e(417)][e(394)]),this[e(410)][e(393)][e(358)][e(433)]()})),o}[Zc(402)](t,e,n){const r=Zc,o=new s.MenuBarMenuView(t),i=this[r(410)][r(434)][r(382)](r(401));o[r(320)][r(359)]({label:n,icon:Yc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(349)==n[r(383)]){a[r(352)][r(370)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(438)];i[r(386)](...Object[r(312)](c)).to(c),i[r(334)](r(379)).to(o),i.on(r(379),(()=>{const t=r;this[t(410)][t(379)](c[t(394)]),this[t(410)][t(393)][t(358)][t(433)]()})),e[r(449)][r(370)](i),a[r(352)][r(370)](e)}return o[r(386)](r(371)).to(i,r(371)),o[r(435)][r(449)][r(370)](a),o}[Zc(428)](t){const e=Zc,n=this[e(410)],r=n[e(338)],s=n[e(444)][e(382)](e(377)),i=n[e(444)][e(382)](e(425)),a=n[e(444)][e(382)](e(327)),c=n[e(444)][e(382)](o.Users).me,u=r[e(382)](e(401))[e(443)],{CommentsListView:l,CommentThreadInputView:f}=n[e(444)][e(382)](e(450));let h,g;this[e(323)][e(363)](t.id)?(g=this[e(323)][e(382)](t.id),h=g[e(422)]):(h=new u(n[e(453)],t,c,{disableComments:this[e(406)],editorConfig:r[e(382)](e(381)),maxCommentsWhenCollapsed:r[e(382)](e(403)),maxThreadTotalWeight:r[e(382)](e(412)),maxCommentCharsWhenCollapsed:r[e(382)](e(441)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(382)](e(453))),CommentView:r[e(382)](e(331))[e(407)],CommentsListView:l,CommentThreadInputView:f}),h[e(345)].on(e(379),(()=>{const t=e;n[t(393)][t(358)][t(433)]()})),h[e(328)].on(e(379),(()=>{const t=e;n[t(393)][t(358)][t(433)]()})),g=s[e(311)](this[e(410)][e(453)],h),g[e(386)](e(329)).to(h,e(329)),g[e(386)](e(413)).to(h),g[e(386)](e(383)).to(h,e(383),(t=>e(339)+t)),this[e(323)][e(359)](t.id,g));const d=i[e(414)](t[e(378)],h),p=new Bc(n,t,h,d),m=t[e(439)]()[e(424)]((t=>t[e(445)]));h[e(355)]=n[e(444)][e(382)](e(365))[e(396)][e(411)](m),this[e(362)][e(359)](t,p),this[e(448)][e(359)](h,p);const I=s[e(440)]({view:g,target:()=>{const r=e,s=[],i=t[r(439)]()[r(424)]((t=>t[r(445)]));for(const t of i)s[r(361)](...t[r(374)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(393)],s)},type:()=>e(339)+p[e(358)][e(383)]});i[e(340)](h,I),s[e(370)](I),a[e(427)](I)}[Zc(332)](t){const e=Zc,n=this[e(410)][e(444)][e(382)](e(425)),r=this[e(410)][e(444)][e(382)](e(377)),s=this[e(362)][e(382)](t),o=s[e(358)],i=r[e(395)](o);n[e(452)](o),i&&r[e(330)](i),this[e(362)][e(409)](t),this[e(448)][e(409)](o),s[e(429)]()}[Zc(431)](t){const e=Zc;if(!t[e(445)]||!this[e(362)][e(363)](t))return;const n=this[e(410)][e(444)][e(382)](e(365)),r=this[e(362)][e(382)](t),s=t[e(439)]();r[e(358)][e(355)]=n[e(396)][e(411)](s)}[Zc(429)](){const t=Zc;for(const e of this[t(362)][t(312)]())this[t(332)](e);for(const e of this[t(323)][t(341)]())e[t(422)][t(429)]();super[t(429)]()}}function tu(t){return Zc(438)in t}var eu=ru;function nu(){var t=["getSuggestion","TrackChanges","2231376sDvqEA","addSuggestionData","addSuggestion","2583796kwQwBh","306161vFetzm","4rJkwxP","requires","adapter","11083707nakYFY","get","pluginName","getSuggestions","Comments","865718IGBrUg","1233684JvGOOs","8zAzckG","1280080tZsxJQ","plugins","editor"];return(nu=function(){return t})()}function ru(t,e){var n=nu();return(ru=function(t,e){return n[t-=278]})(t,e)}!function(t,e){for(var n=ru,r=t();;)try{if(380832===parseInt(n(290))/1*(parseInt(n(291))/2)+-parseInt(n(286))/3+-parseInt(n(289))/4+parseInt(n(281))/5+-parseInt(n(279))/6+-parseInt(n(278))/7+parseInt(n(280))/8*(parseInt(n(294))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(nu);class su extends t.Plugin{static get[eu(292)](){return[yc,$c,eu(298)]}static get[eu(296)](){return eu(285)}set[eu(293)](t){var e=eu;this[e(283)][e(282)][e(295)](yc)[e(293)]=t}get[eu(293)](){var t=eu;return this[t(283)][t(282)][t(295)](yc)[t(293)]}[eu(288)](t){var e=eu;return this[e(283)][e(282)][e(295)](yc)[e(287)](t)}[eu(297)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(283)][n(282)][n(295)](yc)[n(297)]({skipNotAttached:t,toJSON:e})}[eu(284)](t){var e=eu;return this[e(283)][e(282)][e(295)](yc)[e(284)](t)}}const ou=au;function iu(){const t=["plugins","execute","useAnonymousUser","div","Users","get","CommentsRepository","getUser","100cVzeVU","result","name","TrackChangesEditing","createElement","getSuggestions","requires","TrackChangesData","define","getDataWithDiscardedSuggestions","getDataWithAcceptedSuggestions","_adapter","2638344wzUerV","addCommentThread","init","trackChangesData.editorCreator","rootsAttributes","reduce","145474oXPCsl","Pagination","1127413RHkCUN","appendChild","editor","trackChangesData","destroy","addUser","195056TTjpjC","addSuggestionData","1333675bUXXQx","createDocumentFragment","set","constructor","27219XtHaJw","acceptAllSuggestions","function","end","config","model","getCommentThreads","push","document","getFullData","546270plhIue","users","TrackChangesDataGetter","getRootsAttributes","map","editorCreator","data","pluginName","create","getRootNames","discardAllSuggestions","track-changes-data-invalid-editor-creator"];return(iu=function(){return t})()}function au(t,e){const n=iu();return(au=function(t,e){return n[t-=284]})(t,e)}!function(t,e){const n=au,r=t();for(;;)try{if(141699===parseInt(n(328))/1+-parseInt(n(336))/2+-parseInt(n(342))/3*(-parseInt(n(310))/4)+parseInt(n(338))/5+parseInt(n(290))/6+-parseInt(n(330))/7+-parseInt(n(322))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const cu=[ou(329)];class uu extends t.Plugin{static get[ou(316)](){return[yc]}static get[ou(297)](){return ou(317)}[ou(324)](){const t=ou,n=this[t(332)];if(n[t(284)][t(318)](t(325),(e=>{const r=t,s=n[r(285)][r(288)][r(299)]()[r(327)](((t,e)=>(t[e]="",t)),{});return n[r(341)][r(298)](s,e)})),t(344)!=typeof n[t(284)][t(307)](t(333))[t(295)])throw new e.CKEditorError(t(301))}[ou(320)](t){return hu(this[ou(332)],!0,t)}[ou(319)](t){return hu(this[ou(332)],!1,t)}}class lu extends t.Plugin{static get[ou(297)](){return ou(292)}constructor(t){const e=ou;super(t),this[e(311)]=e(345)}[ou(324)](){const t=ou;this[t(332)][t(302)][t(307)](t(308))[t(321)]={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(332)][t(302)][t(307)](t(313))[t(321)]=null}}function fu(t){return void 0!==t[ou(293)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,cu);s[r(302)][r(287)](yc,lu),s[r(326)]=fu(t)?t[r(293)]():void 0;const i=document[r(339)](),a=t[r(284)][r(307)](r(333))[r(295)],c=await a(s,(()=>function(t){const e=r,n=document[e(314)](e(305));return t[e(331)](n),n}(i)));!function(t,e){const n=r,s=t[n(285)][n(288)][n(299)]()[n(327)](((e,r)=>(e[r]=t[n(296)][n(307)]({rootName:r}),e)),{}),o=t[n(302)][n(307)](n(306))[n(291)][n(294)]((t=>({id:t.id,name:t[n(312)]}))),i=t[n(302)][n(307)](n(313))[n(315)]({skipNotAttached:!0,toJSON:!0}),a=t[n(302)][n(307)](n(308))[n(286)]({skipNotAttached:!0,toJSON:!0}),c=e[n(302)][n(307)](n(306)),u=e[n(302)][n(307)](n(313)),l=e[n(302)][n(307)](n(308));for(const t of o)c[n(309)](t.id)||c[n(335)](t);c.me||c[n(304)]();for(const t of a)l[n(323)](t);for(const t of i)u[n(337)](t);e[n(296)][n(340)](s)}(t,c),c[r(303)](r(e?343:300));const u=fu(c)?c[r(289)](n):c[r(296)][r(307)](n);return await c[r(334)](),u}function gu(){var t=["12275VbplXd","3446840SvFdjB","1843108RvZnDS","2427jNhMOH","37145339bFLnRG","2310973mwfils","9FzwTve","4628LKeoaZ","1fYEzch","4290448IxyZUU","3258zojPIg"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=241]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(707978===parseInt(n(247))/1*(-parseInt(n(241))/2)+-parseInt(n(242))/3*(parseInt(n(246))/4)+parseInt(n(250))/5*(-parseInt(n(249))/6)+parseInt(n(244))/7+-parseInt(n(248))/8*(-parseInt(n(245))/9)+-parseInt(n(251))/10+parseInt(n(243))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(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:()=>Vc,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=l;function u(){const t=["1353233dyIpIi","clearForceDisabled","forceDisabled","_enableCommands","value","10336509tMmlMp","5YdJoet","refresh","32BXEBnZ","93vXRFZX","_isEnabledBasedOnSelection","has","5276760QKjLVY","821675fKyszr","isEnabled","_disableUnsupportedCommands","_enabledCommands","editor","4655016hkiSvM","commands","execute","11530mFjzrs","3506860rSTFTQ","affectsData","TrackChangesCommand"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(728719===-parseInt(n(355))/1+-parseInt(n(338))/2*(parseInt(n(351))/3)+parseInt(n(354))/4*(-parseInt(n(348))/5)+parseInt(n(335))/6+parseInt(n(342))/7*(parseInt(n(350))/8)+parseInt(n(347))/9+parseInt(n(339))/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(333)]=e,this[n(346)]=!1,this[n(349)](),this[n(352)]=!1}[c(349)](){this[c(356)]=!0}[c(337)](){const t=c;this[t(346)]=!this[t(346)],this[t(346)]?this[t(332)]():this[t(345)]()}[c(332)](){const t=c;for(const e of this[t(334)][t(336)][t(336)]())e[t(340)]&&!this[t(333)][t(353)](e)&&e[t(344)](t(341))}[c(345)](){const t=c;for(const e of this[t(334)][t(336)][t(336)]())e[t(340)]&&!this[t(333)][t(353)](e)&&e[t(343)](t(341))}}function h(){const t=["267107eLYWmS","model","1188350jHQPur","getRanges","_isEnabledBasedOnSelection","258075wUkBbE","36UiXZsA","4MCukLP","373346YmtIST","execute","refresh","883990MlJHDk","8VvueDj","1197721KXEINk","isEnabled","plugins","acceptSuggestion","editor","TrackChangesEditing","1119810yHawEl","canEditAt","_suggestions","get","track-changes-accept-suggestion-not-found"];return(h=function(){return t})()}const g=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=292]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(137049===-parseInt(n(312))/1+parseInt(n(296))/2+parseInt(n(293))/3*(parseInt(n(295))/4)+-parseInt(n(314))/5+parseInt(n(307))/6+-parseInt(n(301))/7*(parseInt(n(300))/8)+-parseInt(n(294))/9*(-parseInt(n(299))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(h);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(309)]=e,this[n(298)](),this[n(292)]=!1}[g(298)](){this[g(302)]=!0}[g(297)](t){const n=g,r=this[n(309)][n(310)](t);if(!r)throw new e.CKEditorError(n(311),this);const s=r[n(315)]();this[n(305)][n(313)][n(308)](s)&&this[n(305)][n(303)][n(310)](n(306))[n(304)](r)}}function m(t,e){const n=E();return(m=function(t,e){return n[t-=149]})(t,e)}const I=m;function E(){const t=["plugins","model","_isEnabledBasedOnSelection","147TCrZrj","47836GvIgSt","editor","56VRzHIx","isEnabled","execute","229394DqnvMR","_suggestions","getRanges","canEditAt","1834030YMAYkF","track-changes-discard-suggestion-not-found","2031475nFVrWP","4275775hmuksH","143qdYMCU","get","discardSuggestion","444096qKOJKt","1dcWxlY","refresh","502692sFRDQO","TrackChangesEditing"];return(E=function(){return t})()}!function(t,e){const n=m,r=t();for(;;)try{if(404805===parseInt(n(158))/1*(-parseInt(n(171))/2)+parseInt(n(165))/3*(-parseInt(n(166))/4)+-parseInt(n(152))/5+parseInt(n(160))/6+-parseInt(n(153))/7+-parseInt(n(168))/8*(parseInt(n(157))/9)+parseInt(n(150))/10*(parseInt(n(154))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=m;super(t),this[n(172)]=e,this[n(159)](),this[n(164)]=!1}[I(159)](){this[I(169)]=!0}[I(170)](t){const n=I,r=this[n(172)][n(155)](t);if(!r)throw new e.CKEditorError(n(151),this);const s=r[n(173)]();this[n(167)][n(163)][n(149)](s)&&this[n(167)][n(162)][n(155)](n(161))[n(156)](r)}}function T(t){const e=y;return t[e(412)](((t,n)=>e(418)==t[e(420)]&&e(418)!=n[e(420)]?-1:e(418)!=t[e(420)]&&e(418)==n[e(420)]?1:0))}function _(){const t=["sort","color","49482SIycBw","next","createPositionAfter","isTouching","deletion","splice","type","map","add","595347KKFsjM","length","replace","join","createPositionAt","content","6702440ttxTJk","isArray"," [color ","isInContent","10458bBRlcl","2203852zMRvsH","createPositionBefore","createRange","push","from","value","isObject","getRanges","end","23YLDtUd","7ccwmIu","change","isIntersecting","start","isCollapsed","2206690QbOxgQ","execute","4017870OuyOwX","schema","isMultiRange"];return(_=function(){return t})()}function y(t,e){const n=_();return(y=function(t,e){return n[t-=398]})(t,e)}function A(t,e){const n=y;let r,s=0;const o=[],i=e[n(410)];for(;s<t[n(424)];){const a=t[s],c=t[s+1];r||(r=e[n(435)](a)),k(e,a,c)||(o[n(437)](e[n(436)](r,i[n(398)](a)?e[n(416)](a):e[n(427)](a,n(400)))),r=null),s++}return o}function k(t,e,n){const r=y;if(!n)return!1;const s=t[r(416)](e),o=t[r(435)](n);return s[r(417)](o)}!function(t,e){const n=y,r=t();for(;;)try{if(487485===-parseInt(n(401))/1*(-parseInt(n(414))/2)+parseInt(n(423))/3+parseInt(n(434))/4+-parseInt(n(407))/5+parseInt(n(433))/6+-parseInt(n(402))/7*(parseInt(n(429))/8)+parseInt(n(409))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_);function C(t,e,n){const r=y;for(;n[r(424)];){const s=n[r(419)](0,100);t[r(403)]((()=>{const t=r;for(const n of s)n[t(432)]&&e[t(408)](n.id)}))}}const L=S;function R(){const t=["73812tKjWTA","isEnabled","getRanges","710637ASjtpa","8579728wklCyR","_suggestions","205480tcfcDU","canEditAt","9cnCnGx","execute","isInContent","editor","20jcTJnB","model","1365189eXNGWS","165xrjvyF","values","from","9127900LXZeoV","17386325jOHnzL","_command","2ZGOezW","some","_isEnabledBasedOnSelection","refresh"];return(R=function(){return t})()}function S(t,e){const n=R();return(S=function(t,e){return n[t-=471]})(t,e)}!function(t,e){const n=S,r=t();for(;;)try{if(652923===-parseInt(n(482))/1*(-parseInt(n(472))/2)+parseInt(n(479))/3*(-parseInt(n(488))/4)+parseInt(n(491))/5*(parseInt(n(476))/6)+-parseInt(n(490))/7+parseInt(n(480))/8*(-parseInt(n(484))/9)+parseInt(n(494))/10+parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class N extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(471)]=e,this[r(481)]=n,this[r(475)](),this[r(474)]=!1}[L(475)](){const t=L,e=Array[t(493)](this[t(481)][t(492)]())[t(473)]((e=>e[t(486)]));this[t(477)]=this[t(471)][t(477)]&&e}[L(485)](){const t=L,e=T(Array[t(493)](this[t(481)][t(492)]()));for(const n of e){const e=n[t(478)]();if(!this[t(487)][t(489)][t(483)](e))return}C(this[t(487)][t(489)],this[t(471)],e)}}const v=M;function M(t,e){const n=O();return(M=function(t,e){return n[t-=449]})(t,e)}function O(){const t=["27xqKyhZ","258TVovmw","_suggestions","7895280NBLUJS","831524bCwaBB","getRanges","1323372ubkDTT","refresh","execute","size","_isEnabledBasedOnSelection","document","20gZXEfD","isEnabled","852612FFDXKt","_selectedSuggestions","editor","15953qXVSJE","2875052AdaZzi","model","2479520TIpmKo","_command","from","values","selection","canEditAt"];return(O=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(959279===parseInt(n(467))/1+-parseInt(n(455))/2+parseInt(n(451))/3+-parseInt(n(469))/4*(-parseInt(n(449))/5)+-parseInt(n(464))/6*(-parseInt(n(454))/7)+parseInt(n(457))/8*(-parseInt(n(463))/9)+parseInt(n(466))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(O);class w extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(458)]=e,this[r(465)]=n,this[r(452)]=new Set,this[r(470)](),this[r(473)]=!1}[v(470)](){const t=v,e=this[t(453)][t(456)][t(474)][t(461)],n=Array[t(459)](this[t(465)][t(460)]());this[t(452)]=function(t,e){const n=y,r=Array[n(438)](t[n(399)]()),s=new Set;for(const o of e)if(o[n(432)])for(const e of r)for(const r of o[n(399)]())(e[n(404)](r)||t[n(406)]&&!o[n(411)]&&o[n(415)]&&r[n(400)][n(417)](e[n(405)]))&&s[n(422)](o);return s}(e,n),this[t(450)]=this[t(458)][t(450)]&&!!this[t(452)][t(472)]}[v(471)](){const t=v,e=T(Array[t(459)](this[t(452)]));for(const n of e){const e=n[t(468)]();if(!this[t(453)][t(456)][t(462)](e))return}C(this[t(453)][t(456)],this[t(458)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.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=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const H=function(){this.__data__=new z,this.size=0};const K=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const W=function(t){return this.__data__.get(t)};const X=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 Y=q||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 Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Nt=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=Rt,wt.prototype.get=Nt,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||z),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(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=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Ht=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Kt(t){var e=this.__data__=new z(t);this.size=e.size}Kt.prototype.clear=H,Kt.prototype.delete=K,Kt.prototype.get=W,Kt.prototype.has=X,Kt.prototype.set=Ht;const Wt=Kt;const Xt=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 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&&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 Re=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 Ne=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Re(t))return Ne(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 Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return Oe(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(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,ze=Ve?Ve.allocUnsafe:void 0;const He=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const Ke=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const We=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 Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Ye=Ze?function(t){return null==t?[]:(t=Object(t),We(Ze(t),(function(e){return qe.call(t,e)})))}:Xe;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}:Xe;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,Be,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 Rn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Nn=J?J.prototype:void 0,vn=Nn?Nn.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 Pn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Kn="[object Object]",Wn={};Wn[zn]=Wn["[object Array]"]=Wn["[object ArrayBuffer]"]=Wn["[object DataView]"]=Wn["[object Boolean]"]=Wn["[object Date]"]=Wn["[object Float32Array]"]=Wn["[object Float64Array]"]=Wn["[object Int8Array]"]=Wn["[object Int16Array]"]=Wn["[object Int32Array]"]=Wn["[object Map]"]=Wn["[object Number]"]=Wn[Kn]=Wn["[object RegExp]"]=Wn["[object Set]"]=Wn["[object String]"]=Wn["[object Symbol]"]=Wn["[object Uint8Array]"]=Wn["[object Uint8ClampedArray]"]=Wn["[object Uint16Array]"]=Wn["[object Uint32Array]"]=!0,Wn["[object Error]"]=Wn[Hn]=Wn["[object WeakMap]"]=!1;const Xn=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 Ke(e,a)}else{var h=_n(e),g=h==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Kn||h==zn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Je(e,De(a,e))}else{if(!Wn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Wt);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?Be:we)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(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||zt),n}$n.Cache=zt;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 zt;++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 Rr="[object Arguments]",Sr="[object Array]",Nr="[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==Rr?Nr:c)==Nr,f=(u=u==Rr?Nr:u)==Nr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Wt),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 Wt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Wt),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 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 xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=324]})(t,e)}function Vr(){const t=["substr","split","2618464eDBvJF","getContainedElement","decorate","addMarker","_markerNames","next","removeAttribute","creator","end","head","clear","push","removeMarkers","data","add","nodeAfter","2TyLHnY","size","accept","_model","getRange","getFirstRange","setAttribute","1160HrSjZq","set","onAccept","type","addRange","map","filter","isExternal","isIntersectingWithRange","89310uLLlng","@external","40557bNJgZD","_saved","5736iGoaiQ","_onAttributesChange","getAllAdjacentSuggestions","6bVHkmg","subType","getMarkers","_isDataLoaded","isMultiRange","getMultiRangeId","discard","isInContent","reduce","getRanges","removeMarker","toJSON","onDiscard","isIntersecting","author","40023OTYeMf","nodeBefore","getFirstMarker","_onDiscard","24dIXUfl","length","hasComments","_onAccept","markers","addMarkerName","from","previous","1390245ciCKES","getItems","suggestion:","getMarkerNames","authoredAt","2228541LULDBz","delete","createdAt","onAttributesChange","change","attributes","427194LztrHQ","commentThread","get","start"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(454152===-parseInt(n(327))/1+parseInt(n(349))/2*(-parseInt(n(399))/3)+parseInt(n(391))/4*(parseInt(n(365))/5)+-parseInt(n(372))/6*(-parseInt(n(404))/7)+-parseInt(n(333))/8+parseInt(n(387))/9*(-parseInt(n(356))/10)+parseInt(n(367))/11*(parseInt(n(369))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(375)]=!1,this.id=e.id,this[n(359)]=e[n(359)],this[n(373)]=e[n(373)]||null,this[n(386)]=e[n(386)],this[n(340)]=e[n(340)]||e[n(386)],this[n(363)]=Boolean(e[n(326)]&&e[n(326)][n(366)]),this[n(346)]=null,this[n(352)]=t,this[n(394)]=e[n(358)],this[n(390)]=e[n(384)],this[n(370)]=e[n(324)],this[n(337)]=new Set,this[n(406)]=null,this[n(357)](n(403),null),this[n(357)](n(326),e[n(326)]||{}),this[n(357)](n(398),null),this[n(357)](n(338),null),this[n(357)](n(328),null),this[n(357)](n(368),!1),this[n(335)](n(351)),this[n(335)](n(378))}get[jr(342)](){const t=jr;let e=this;for(;e[t(398)];)e=e[t(398)];return e}get[jr(393)](){const t=jr;return!!this[t(328)]&&this[t(328)][t(392)]>0}get[jr(376)](){const t=jr;return 0!=this[t(337)][t(350)]&&6==Array[t(397)](this[t(337)])[0][t(332)](":")[t(392)]}get[jr(379)](){return null!==this[jr(389)]()}[jr(396)](t){const e=jr;this[e(337)][e(347)](t)}[jr(402)](){const t=jr;return Array[t(397)](this[t(337)])}[jr(374)](){const t=jr;return this[t(402)]()[t(361)]((e=>this[t(352)][t(395)][t(329)](e)))[t(362)]((t=>t))}[jr(389)](){return this[jr(374)]()[0]||null}[jr(345)](){const t=jr;this[t(352)][t(325)]((e=>{const n=t;for(const t of this[n(374)]())e[n(382)](t)})),this[t(337)][t(343)]()}[jr(382)](t){const e=jr;this[e(352)][e(325)]((n=>{n[e(382)](t)})),this[e(337)][e(405)](t)}[jr(360)](t){const e=jr,n=e(401)+this[e(359)]+":"+this[e(373)]+":"+this.id+":"+this[e(340)].id+":"+zr[e(377)]();this[e(396)](n),this[e(352)][e(325)]((r=>{r[e(336)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(364)](t){const e=jr;for(const n of this[e(381)]())if(n[e(385)](t))return!0;return!1}[jr(381)](){const t=jr;return this[t(374)]()[t(361)]((e=>e[t(353)]()))}[jr(400)](){const t=jr;return this[t(381)]()[t(380)](((e,n)=>[...e,...n[t(400)]()]),[])}[jr(354)](){const t=jr;var e;return(null===(e=this[t(389)]())||void 0===e?void 0:e[t(353)]())||null}[jr(334)](){const t=jr,e=this[t(381)]();if(1!=e[t(392)])return null;const n=e[0],r=n[t(330)][t(348)],s=n[t(341)][t(388)];return r instanceof i.Element?r!=s?null:r:null}[jr(351)](){const t=jr;this[t(394)](this[t(381)](),this[t(346)],this[t(326)]),this[t(345)]()}[jr(378)](){const t=jr;this[t(390)](this[t(381)](),this[t(346)],this[t(326)]),this[t(345)]()}[jr(371)](){const t=jr,e=[];let n=this[t(342)];for(;n;)e[t(344)](n),n=n[t(338)];return e}[jr(355)](t,e){const n=jr,r=qn(this[n(326)]);hr(r,t,e),wr(r,this[n(326)])||(this[n(326)]=r,this[n(370)](r))}[jr(339)](t){const e=jr,n=qn(this[e(326)]);Ur(n,t),wr(n,this[e(326)])||(this[e(326)]=n,this[e(370)](this[e(326)]))}[jr(383)](){const t=jr;return{id:this.id,type:this[t(373)]?this[t(359)]+":"+this[t(373)]:this[t(359)],authorId:this[t(340)].id,createdAt:this[t(406)],hasComments:this[t(393)],data:this[t(346)],attributes:this[t(326)]}}static[jr(377)](){const t=jr;return(0,e.uid)()[t(331)](1,5)}}function Hr(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 Kr=Wr;function Wr(t,e){const n=Xr();return(Wr=function(t,e){return n[t-=376]})(t,e)}function Xr(){const t=["elementEnd","isObject","insertion","111816OctGcX","skip","*Change to:* %0","_itemLabels","ELEMENT_SPACE","*Insert:* %0","checkChild","_handleRenameSuggestionDescription","_handleInsertRemoveSuggestionDescription","addContainer","subType","nodeAfter","attribute","length","label","removeFormat","isEqual","_schema","9PIfqeZ","key","text","data","pop","1512494puXPUf","elementStart","match","getDescriptions","12059550KoDMtR","removeEmptyContainer","deletion","588RnJWiI","registerDescriptionCallback","quantity","get","getFirstRange","remove","normal","Container","has","end","_resolveDescriptionItems","_customCallbacks","removeObject","previousSibling","newValue","13006180vpUaZd","element","*Remove format:* %0","join","REPLACE_TEXT","getItemLabel","*Set format:* %0","start","set","getWalker","addObject","_locale","*Split:* %0","type","function","5BAofNW","_handleCustomCallbackDescription","nextSibling","*Remove:* %0","removeContainer","replace","isInContent","name","_itemLabelsCallbacks","addEmptyContainer","_attributeLabels","indexOf","registerElementLabel","$text","isEmpty","2971614pdshuS","_addDescriptionItems","Object","item","1276290pMoQYs","registerAttributeLabel","$1 $2","3PbuStE","add","*Merge:* %0","EmptyContainer","$textProxy","4596008pFSOYp","softBreak","matchingCallback","addFormat","push","format","map","_handleAttributeSuggestionDescription"];return(Xr=function(){return t})()}!function(t,e){const n=Wr,r=t();for(;;)try{if(876133===-parseInt(n(443))/1+parseInt(n(387))/2*(-parseInt(n(446))/3)+-parseInt(n(451))/4+parseInt(n(424))/5*(parseInt(n(439))/6)+-parseInt(n(394))/7*(-parseInt(n(462))/8)+-parseInt(n(382))/9*(-parseInt(n(391))/10)+parseInt(n(409))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Wr;this[n(405)]=[],this[n(465)]=new Map,this[n(432)]=[],this[n(434)]=new Map,this[n(381)]=t,this[n(420)]=e}[Kr(390)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(377)];o++){const i=t[o];if(!i[e(430)])continue;const a=this[e(425)](i);if(a){if(null!=i[e(472)]){if(r[e(402)](i[e(472)]))continue;r[e(447)](i[e(472)])}n[e(455)](a)}else if(e(376)!=i[e(422)])e(461)!=i[e(422)]&&e(393)!=i[e(422)]||this[e(470)](n,i,t[o+1]);else{const t=i[e(385)][e(383)];if(s[e(402)](t))continue;s[e(447)](i[e(385)][e(383)]),t==Tc?this[e(469)](n,i):this[e(458)](n,i)}}return this[e(404)](n)}[Kr(395)](t){const e=Kr;this[e(405)][e(455)](t)}[Kr(436)](t,n,r=e.priorities[Kr(400)]){const s=Kr;s(423)==typeof t?(0,e.insertToPriorityArray)(this[s(432)],{matchingCallback:t,label:n,priority:r}):this[s(465)][s(417)](t,n)}[Kr(444)](t,e){const n=Kr;this[n(434)][n(417)](t,e)}[Kr(414)](t,e=1){const n=Kr;let r;for(const e of this[n(432)])if(e[n(453)](t)){r=e[n(378)];break}return r||(r=this[n(465)][n(397)](t[n(431)])),r?r(e):1!==e?e+" "+t[n(431)]+"s":""+t[n(431)]}[Kr(440)](t,e){const n=Kr,r=e[n(398)]()[n(418)](),s=n(461)==e[n(422)]?n(447):n(399);for(const e of r){const o=e[n(442)],i=t[t[n(377)]-1];if(o.is(n(450)))i&&i[n(422)][n(435)](n(401))>-1&&t[n(386)](),i&&n(384)==i[n(422)]?i[s]+=o[n(385)]:t[n(455)]({type:n(384),add:n(447)==s?o[n(385)]:"",remove:n(399)==s?o[n(385)]:""});else if(this[n(381)][n(460)](o)){const a=o;if(i&&i[n(422)][n(435)](n(401))>-1&&t[n(386)](),n(459)==e[n(422)])continue;i&&i[n(422)]==s+n(441)&&i[n(410)][n(431)]==a[n(431)]?i[n(396)]++:t[n(455)]({type:s+n(441),element:a,quantity:1}),r[n(463)]((t=>!(n(459)==t[n(422)]&&t[n(442)]==o)))}else if(this[n(381)][n(468)](o,n(437))||o.is(n(410),n(452))){const r=o;if(n(447)==s&&n(388)==e[n(422)]||n(399)==s&&n(459)==e[n(422)])continue;if(i&&-1==i[n(422)][n(435)](n(401))){n(384)==i[n(422)]&&(i[s]+="\n");continue}let a;if(a=n(447)==s?r[n(426)]&&!this[n(381)][n(460)](r[n(426)])?r[n(426)]:null:r[n(407)]&&!this[n(381)][n(460)](r[n(407)])?r[n(407)]:null,r[n(438)]||a&&a[n(438)]){const e=a&&a[n(438)]?a:r;i&&i[n(422)]==s+n(449)&&i[n(410)][n(431)]==e[n(431)]?i[n(396)]++:t[n(455)]({type:s+n(449),element:e,quantity:1})}else t[n(455)]({type:s+n(401),element:r})}}}[Kr(404)](t){const e=Kr,n=this[e(420)],r=[],s=[],o=[];for(const i of t)switch(i[e(422)]){case e(384):if(i[e(447)]=i[e(447)][e(429)](/(\S)\u000A+(\S)/g,e(445))[e(429)](/\u000A/g,""),i[e(399)]=i[e(399)][e(429)](/(\S)\u000A+(\S)/g,e(445))[e(429)](/\u000A/g,""),""!=i[e(447)]&&""!=i[e(399)]){r[e(455)]({type:e(429),content:Hr(n,e(413),['"'+i[e(399)]+'"','"'+i[e(447)]+'"'])});continue}if(null!=i[e(447)][e(389)](/^ +$/)){r[e(455)]({type:e(461),content:Hr(n,e(467),Hr(n,e(466),i[e(447)][e(377)]))});continue}if(null!=i[e(399)][e(389)](/^ +$/)){r[e(455)]({type:e(393),content:Hr(n,e(427),Hr(n,e(466),i[e(399)][e(377)]))});continue}if(""!=i[e(447)]){r[e(455)]({type:e(461),content:Hr(n,e(467),'"'+i[e(447)]+'"')});continue}r[e(455)]({type:e(393),content:Hr(n,e(427),'"'+i[e(399)]+'"')});continue;case e(433):case e(419):r[e(455)]({type:e(461),content:Hr(n,e(467),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(392):case e(406):r[e(455)]({type:e(393),content:Hr(n,e(427),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(471):r[e(455)]({type:e(461),content:Hr(n,e(421),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(428):r[e(455)]({type:e(393),content:Hr(n,e(448),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(454):s[e(455)](i[e(383)]);continue;case e(379):o[e(455)](i[e(383)]);continue;default:r[e(455)](i)}if(s[e(377)]){const t=s[e(457)]((t=>this[e(434)][e(402)](t)?this[e(434)][e(397)](t):t))[e(412)](", ");r[e(455)]({type:e(456),content:Hr(this[e(420)],e(415),t)})}if(o[e(377)]){const t=o[e(457)]((t=>this[e(434)][e(402)](t)?this[e(434)][e(397)](t):t))[e(412)](", ");r[e(455)]({type:e(456),content:Hr(this[e(420)],e(411),t)})}return r}[Kr(425)](t){const e=Kr;for(const n of this[e(405)]){const r=n(t);if(r&&e(422)in r)return r}}[Kr(458)](t,e){const n=Kr,r=e[n(385)],s=void 0===r[n(408)]?n(379):n(454);t[n(455)]({type:s,key:r[n(383)]})}[Kr(469)](t,e){const n=Kr;t[n(455)]({type:n(456),content:Hr(this[n(420)],n(464),this[n(414)](e[n(398)]()[n(416)][n(473)],1))})}[Kr(470)](t,e,n){const r=Kr;if(this[r(440)](t,e),n&&n[r(398)]()&&!e[r(398)]()[r(403)][r(380)](n[r(398)]()[r(416)])){const n=t[t[r(377)]-1],s=r(461)==e[r(422)]?r(447):r(399);n&&r(384)==n[r(422)]&&(n[s]+="\n")}}}const Zr=Jr;function Yr(){const t=["get","2722202RcTGxt","24pkVgaE","7433790fHgvhV","afterInit","plugins","3280BhvKHL","9qadvBG","121bbtoJJ","3903255NyUNBq","commands","editor","showAIAssistant","3692530mHCZXP","450549XEaQUF","TrackChangesEditing","906812XuTyZa","enableCommand","7468DNAOKQ"];return(Yr=function(){return t})()}function Jr(t,e){const n=Yr();return(Jr=function(t,e){return n[t-=328]})(t,e)}!function(t,e){const n=Jr,r=t();for(;;)try{if(699498===-parseInt(n(329))/1+-parseInt(n(331))/2*(parseInt(n(341))/3)+-parseInt(n(333))/4*(parseInt(n(340))/5)+-parseInt(n(337))/6+-parseInt(n(335))/7+parseInt(n(336))/8*(parseInt(n(343))/9)+parseInt(n(328))/10*(parseInt(n(342))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yr);class Qr extends t.Plugin{[Zr(338)](){const t=Zr,e=this[t(345)],n=e[t(339)][t(334)](t(330));e[t(344)][t(334)](t(346))&&n[t(332)](t(346))}}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=271]})(t,e)}function es(){const t=["afterInit","descriptionFactory","center","_registerLegacyDescription","registerBlockAttribute","1620033FToONz","3951945eOgDPI","FORMAT_JUSTIFY_TEXT","plugins","474938deuexQ","FORMAT_ALIGN_TO_CENTER","editor","has","registerDescriptionCallback","get","1182pXGepK","FORMAT_ALIGN_TO_LEFT","3865hSoVwb","TrackChangesEditing","commandName","FORMAT_ALIGN_TO_RIGHT","format","964341XnrHvK","registerAttributeLabel","67448jhWSbB","justify","right","commandParams","left","alignment","1825420cwPvQu","formatBlock","FORMAT_ALIGNMENT","enableDefaultAttributesIntegration","*Format:* %0","type","locale","AlignmentEditing","value","1aOGbpp"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(279205===parseInt(n(307))/1*(-parseInt(n(277))/2)+parseInt(n(273))/3+-parseInt(n(298))/4+parseInt(n(285))/5*(-parseInt(n(283))/6)+parseInt(n(290))/7+parseInt(n(292))/8+parseInt(n(274))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(308)](){const t=$r,e=this[t(279)],n=e[t(304)];if(!e[t(276)][t(280)](t(305)))return;const r=e[t(276)][t(282)](t(286));r[t(301)](t(297)),r[t(272)](t(297)),r[t(309)][t(291)](t(297),Hr(n,t(300))),this[t(271)]()}[$r(271)](){const t=$r,e=this[t(279)],n=e[t(304)];e[t(276)][t(282)](t(286))[t(309)][t(281)]((e=>{const r=t;if(r(299)!=e[r(303)])return;const{data:s}=e;if(s&&r(297)==s[r(287)]){const t=s[r(295)][0][r(306)];return{type:r(289),content:Hr(n,r(302),function(t){const e=r;switch(t){case e(296):return Hr(n,e(284));case e(294):return Hr(n,e(288));case e(310):return Hr(n,e(278));case e(293):return Hr(n,e(275))}}(t))}}}))}}function rs(){const t=["commandName","bold","CodeEditing","FORMAT_STRIKETHROUGH","underline","slice","afterInit","4899699OVukjz","get","28686zKNxfe","FORMAT_SUBSCRIPT","_registerLegacyDescription","FORMAT_BOLD","descriptionFactory","FORMAT_ITALIC","441945JmcLVr","StrikethroughEditing","FORMAT_UNDERLINE","has","2261577mLdiVv","locale","UnderlineEditing","FORMAT_SUPERSCRIPT","TrackChangesEditing","enableDefaultAttributesIntegration","plugins","formatInline","registerInlineAttribute","editor","registerAttributeLabel","registerDescriptionCallback","ItalicEditing","forceValue","721ZsgjlV","SuperscriptEditing","*Remove format:* %0","2620688EGGlWU","249928HytuUQ","800674yqBQHP","strikethrough","code","SubscriptEditing","superscript","format","italic","subscript","*Format:* %0","FORMAT_","BoldEditing","28IqYRKf","FORMAT_CODE","type","toLowerCase","toUpperCase","commandParams"];return(rs=function(){return t})()}function ss(t,e){const n=rs();return(ss=function(t,e){return n[t-=459]})(t,e)}const os=ss;!function(t,e){const n=ss,r=t();for(;;)try{if(423723===parseInt(n(491))/1+-parseInt(n(492))/2+-parseInt(n(473))/3+parseInt(n(503))/4*(parseInt(n(469))/5)+-parseInt(n(463))/6*(-parseInt(n(487))/7)+-parseInt(n(490))/8+parseInt(n(461))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(rs);const is=[os(502),os(485),os(475),os(511),os(470),os(495),os(488)];class as extends t.Plugin{[os(460)](){const t=os,e=this[t(482)],n=e[t(479)][t(462)](t(477)),r=e[t(474)];for(const s of is){if(!e[t(479)][t(472)](s))continue;const o=s[t(459)](0,-7)[t(506)](),i=t(501)+o[t(507)]();n[t(478)](o),n[t(481)](o),n[t(467)][t(483)](o,Hr(r,i))}this[t(465)]()}[os(465)](){const t=os,e=this[t(482)],n=e[t(474)],r=e[t(479)][t(462)](t(477));function s(e,s){const o=t;r[o(467)][o(484)]((t=>{const r=o;if(r(480)!=t[r(505)])return;const{data:i}=t;return i&&i[r(509)]===e?i[r(508)][0][r(486)]?{type:r(497),content:Hr(n,r(500),s)}:{type:r(497),content:Hr(n,r(489),s)}:void 0}))}s(t(510),Hr(n,t(466))),s(t(498),Hr(n,t(468))),s(t(513),Hr(n,t(471))),s(t(494),Hr(n,t(504))),s(t(493),Hr(n,t(512))),s(t(499),Hr(n,t(464))),s(t(496),Hr(n,t(476)))}}function cs(t,e){const n=ls();return(cs=function(t,e){return n[t-=167]})(t,e)}const us=cs;function ls(){const t=["$root","format","blockQuote","plugins","5DXDppF","2377740keCpcv","descriptionFactory","selection","26xCKluG","parent","TrackChangesEditing","3849FFRgfm","document","registerDescriptionCallback","32DsovyQ","207109eJIWLP","BlockQuoteEditing","value","locale","40bGZPgZ","*Set format:* %0","431397qRADaz","editor","882964IFehxd","*Remove format:* %0","commands","from","markBlockFormat","ELEMENT_BLOCK_QUOTE","commandName","commandParams","name","getSelectedBlocks","540153BebmIh","9436922LEXnfB","model","has","checkChild","filter","forceValue","schema","change","enableCommand","afterInit","get"];return(ls=function(){return t})()}!function(t,e){const n=cs,r=t();for(;;)try{if(295567===parseInt(n(185))/1+parseInt(n(172))/2*(-parseInt(n(175))/3)+-parseInt(n(187))/4*(-parseInt(n(168))/5)+parseInt(n(169))/6+-parseInt(n(179))/7*(parseInt(n(178))/8)+-parseInt(n(197))/9*(-parseInt(n(183))/10)+-parseInt(n(198))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[us(207)](){const t=us,e=this[t(186)],n=e[t(182)];if(!e[t(167)][t(200)](t(180)))return;const r=e[t(167)][t(208)](t(174)),s=this[t(186)][t(189)][t(208)](t(211));r[t(206)](t(211),((n,o={})=>{const i=t,a=this[i(186)][i(199)][i(176)][i(171)],c=o&&void 0!==o[i(203)]?o[i(203)]:!s[i(181)];let u=[];if(c){const t=Array[i(190)](a[i(196)]())[i(202)]((t=>hs(t)||function(t,e){const n=i,r=e[n(201)](t[n(173)],n(211)),s=e[n(201)]([n(209),n(211)],t);return r&&s}(t,this[i(186)][i(199)][i(204)])));u=A(t,e[i(199)])}else{const t=Array[i(190)](a[i(196)]())[i(202)]((t=>hs(t)));u=A(t,e[i(199)])}e[i(199)][i(205)]((()=>{const t=i;for(const e of u)r[t(191)](e,{commandName:t(211),commandParams:[{forceValue:c}]})}))})),r[t(170)][t(177)]((e=>{const r=t,{data:s}=e;if(s&&r(211)==s[r(193)]){const t=Hr(n,r(192));return s[r(194)][0][r(203)]?{type:r(210),content:Hr(n,r(184),t)}:{type:r(210),content:Hr(n,r(188),t)}}}))}}function hs(t){const e=us;return e(211)==t[e(173)][e(195)]}const gs=ds;function ds(t,e){const n=ps();return(ds=function(t,e){return n[t-=423]})(t,e)}function ps(){const t=["enableCommand","afterInit","1729744yKGKQT","27ubCkwY","35996FrIGBu","63SZTvQP","get","changeCaseLower","editor","1ueDTeN","has","7MFWOha","1091470xzErOx","1798130RVbTqJ","161068JRzfSL","CaseChange","changeCaseUpper","TrackChangesEditing","changeCaseTitle","22271513ZFMSVK","968532CJcZKx","plugins"];return(ps=function(){return t})()}!function(t,e){const n=ds,r=t();for(;;)try{if(528807===parseInt(n(431))/1*(-parseInt(n(426))/2)+-parseInt(n(427))/3*(parseInt(n(436))/4)+-parseInt(n(435))/5+-parseInt(n(442))/6+parseInt(n(433))/7*(parseInt(n(424))/8)+-parseInt(n(425))/9*(parseInt(n(434))/10)+parseInt(n(441))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[gs(423)](){const t=gs,e=this[t(430)];e[t(443)][t(432)](t(437))&&(e[t(443)][t(428)](t(439))[t(444)](t(438)),e[t(443)][t(428)](t(439))[t(444)](t(429)),e[t(443)][t(428)](t(439))[t(444)](t(440)))}}const Is=bs;function Es(){const t=["editor","129389soPDgU","plugins","afterInit","6074190yHZftq","10553013ABxZwU","14709HrifcS","20ZkvhEi","ckbox","commands","3538576lbUhZS","1054046cglCqe","get","42cvmDRC","222rBleXk","1236395OtPHkP","enableCommand","TrackChangesEditing"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=357]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(740461===parseInt(n(368))/1+parseInt(n(363))/2*(-parseInt(n(373))/3)+-parseInt(n(374))/4*(parseInt(n(364))/5)+parseInt(n(362))/6*(parseInt(n(360))/7)+-parseInt(n(359))/8+parseInt(n(372))/9+parseInt(n(371))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(370)](){const t=Is,e=this[t(367)];e[t(358)][t(361)](t(357))&&e[t(369)][t(361)](t(366))[t(365)](t(357))}}function _s(t,e){const n=As();return(_s=function(t,e){return n[t-=339]})(t,e)}const ys=_s;function As(){const t=["commands","languages","change","1196850vdVATz","selection","name","config","parent","rootElement","isLimit","TrackChangesEditing","plugins","18852FLQRDT","*Set format:* %0","from","formatBlock","filter","language","48849iQbgYk","model","locale","has","markBlockFormat","find","indentCodeBlock","toLowerCase","schema","format","outdentCodeBlock","get","getSelectedBlocks","descriptionFactory","codeBlock","198HEsvBM","14AWPARt","checkChild","enableCommand","59140YgstPz","3586616YOjpgR","60dsPGun","commandParams","label","ELEMENT_CODE_BLOCK","21694zSlRFn","type","afterInit","777vqwZLc","registerDescriptionCallback","editor","commandName","4368663RBfRrh","value","document","blockName","registerElementLabel","*Remove format:* %0","forceValue","CodeBlock"];return(As=function(){return t})()}!function(t,e){const n=_s,r=t();for(;;)try{if(335561===-parseInt(n(396))/1*(parseInt(n(347))/2)+parseInt(n(380))/3*(-parseInt(n(343))/4)+parseInt(n(365))/5+parseInt(n(374))/6*(parseInt(n(350))/7)+-parseInt(n(342))/8+parseInt(n(354))/9+-parseInt(n(341))/10*(-parseInt(n(395))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class ks extends t.Plugin{[ys(349)](){const t=ys,e=this[t(352)];if(!e[t(373)][t(383)](t(361)))return;const n=e[t(373)][t(391)](t(372)),r=e[t(382)],s=e[t(368)][t(391)](t(394))[t(363)],o=e[t(362)][t(391)](t(394));n[t(340)](t(386)),n[t(340)](t(390)),n[t(340)](t(394),((r,i={})=>{const a=t,c=e[a(381)],u=e[a(381)][a(356)][a(366)],l=i&&void 0!==i[a(360)]?i[a(360)]:!o[a(355)];let f;i[a(379)]||(i[a(379)]=s[0][a(379)]),f=l?Array[a(376)](u[a(392)]())[a(378)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(370))&&!e[n(371)](t)&&e[n(339)](t[n(369)],n(394))}(t,c[a(388)]))):Array[a(376)](u[a(392)]())[a(378)]((t=>Cs(t)));const h=A(f,c);c[a(364)]((()=>{const t=a;for(const e of h)n[t(384)](e,{commandName:t(394),commandParams:[{...i,forceValue:l}],formatGroupId:t(357)})}))})),n[t(393)][t(358)](t(394),(e=>Hr(r,t(346),e))),n[t(393)][t(351)]((e=>{const n=t;if(n(377)!=e[n(348)])return;const o=r.t,{data:i}=e;if(!i||n(394)!=i[n(353)])return;const a=i[n(344)][0][n(379)],c=o(s[n(385)]((t=>t[n(379)]===a))[n(345)])[n(387)]();return i[n(344)][0][n(360)]?{type:n(389),content:Hr(r,n(375),Hr(r,n(346),1)+" ("+c+")")}:{type:n(389),content:Hr(r,n(359),Hr(r,n(346),1))}}))}}function Cs(t){const e=ys;return e(394)==t[e(367)]}function Ls(){const t=["2LpcEvT","31532pqLwLd","addCommentThread","1482936gocRaE","TrackChangesEditing","CommentsEditing","has","3118451ZrTliS","3202650YWvGMp","plugins","344kOIOsi","68751JGPijl","afterInit","65KLMJOb","get","283054oJzdEu","147870YnJtYj","editor","enableCommand"];return(Ls=function(){return t})()}function Rs(t,e){const n=Ls();return(Rs=function(t,e){return n[t-=208]})(t,e)}const Ss=Rs;!function(t,e){const n=Rs,r=t();for(;;)try{if(228274===parseInt(n(225))/1*(parseInt(n(221))/2)+parseInt(n(222))/3+-parseInt(n(226))/4*(-parseInt(n(219))/5)+parseInt(n(209))/6+-parseInt(n(213))/7+parseInt(n(216))/8*(-parseInt(n(217))/9)+parseInt(n(214))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ns extends t.Plugin{[Ss(218)](){const t=Ss,e=this[t(223)];e[t(215)][t(212)](t(211))&&e[t(215)][t(220)](t(210))[t(224)](t(208))}}var vs=n(834);function Ms(){const t=["includes","activeMarkers","schema","24HLqpjD","isLimit","parent","ck-suggestion-marker--active","bindElementToMarker","nextSibling","createUIElement","4450iouaMB","getItems","34954jKUECY","toViewElement","getCustomProperty","markerRange","5aOSbdE","name","plugins","addClass","get","792216FTZffl","284289zmMRtj","insert","type","elementEnd","isContent","27FTpFdK","1935jLbRDF","item","previousPosition","span","ck-suggestion-marker-","start","TrackChangesEditing","isBlock","mapper","249416bfucxD","consumable","4857204rhsocJ","push","isAtEnd","addHighlight","hasAttribute","test","createRangeOn","writer","getWalker","model","483343ViCoKu","toViewPosition","markerName"];return(Ms=function(){return t})()}function Os(t,e){const n=Ms();return(Os=function(t,e){return n[t-=390]})(t,e)}function ws(t,e,n){const r=Os,s=[];for(const o of e[r(428)]())o[r(408)](t)&&s[r(405)](n[r(410)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(435)][r(437)](r(399));return(o,i,a)=>{const c=r;if(!a[c(403)][c(409)](i[c(432)],o[c(434)]))return;const u=i[c(432)][c(412)](),l=i[c(432)][c(398)],f=t[c(413)][c(419)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(394)];d=d||f[c(391)](e);const n=a[c(401)][c(430)](e);if(n&&n[c(431)](c(407)))return;c(390)==t[c(441)]&&f[c(400)](e)&&!f[c(421)](e)&&(e[c(425)]||l[c(406)]?h&&h[c(422)]==e||(h=e,m(t[c(395)]),p=!0):g=g||t[c(395)])}function m(t){const r=c,o=a[r(411)][r(426)](r(396),{class:r(397)+e}),u=a[r(401)][r(415)](t);n&&s[r(418)][r(417)](i[r(416)])&&a[r(411)][r(436)](r(423),o),a[r(411)][r(440)](u,o),a[r(401)][r(424)](o,i[r(416)])}d||p||!g||m(g)}}!function(t,e){const n=Os,r=t();for(;;)try{if(158808===parseInt(n(439))/1+-parseInt(n(429))/2*(parseInt(n(392))/3)+-parseInt(n(438))/4*(parseInt(n(433))/5)+-parseInt(n(420))/6*(parseInt(n(414))/7)+-parseInt(n(402))/8+-parseInt(n(393))/9*(-parseInt(n(427))/10)+parseInt(n(404))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Fs=xs;function Ps(){const t=["data","showSuggestionHighlights","setSelection","buffer","end","high","detach","commands","TrackChangesEditing","fromRange","6997438KYUdot","addMarker:suggestion:deletion","lock","delete","rootName","modifySelection","1519227LdenSj","656816abojZo","unlock","deleteForward","markerNameToElements","17550PqzbFe","options","writer","unit","downcastDispatcher","root","editor","enqueueChange","batch","isCollapsed","5270504OqxwIo","selection","6950AKvvMT","model","document","$graveyard","8XILrgy","merge","get","plugins","removeMarker:suggestion:deletion","markerName","createSelection","forward","editing","createRange","enableCommand","remove","6vPEALG","bind","360302IClEQP","mapper","start","3086135OxoOTp","unbindElementFromMarkerName","getFirstRange","requires","uiElement","init"];return(Ps=function(){return t})()}function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=115]})(t,e)}!function(t,e){const n=xs,r=t();for(;;)try{if(546685===-parseInt(n(131))/1+-parseInt(n(165))/2+parseInt(n(130))/3*(-parseInt(n(151))/4)+-parseInt(n(168))/5+parseInt(n(163))/6*(parseInt(n(124))/7)+parseInt(n(145))/8+parseInt(n(135))/9*(parseInt(n(147))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Fs(171)](){return[vs.Delete]}[Fs(173)](){const t=Fs,e=this[t(141)],n=e[t(154)][t(153)](t(122));n[t(161)](t(127));const r=e[t(121)][t(153)](t(133));n[t(161)](t(133),((n,s={})=>{const o=t,a=e[o(148)][o(157)](e[o(148)][o(149)][o(146)]);a[o(144)]&&e[o(148)][o(129)](a,{direction:o(158),unit:s[o(138)]});const c=a[o(170)](),u=i.LiveRange[o(123)](c);let l;n(s),l=o(150)==u[o(140)][o(128)]?e[o(148)][o(160)](c[o(167)]):e[o(148)][o(160)](u[o(167)],u[o(118)]),u[o(120)](),e[o(148)][o(142)](r[o(117)][o(143)],(t=>{const e=o;r[e(117)][e(126)](),t[e(116)](t[e(160)](l[e(118)])),r[e(117)][e(132)]()}))})),e[t(159)][t(139)].on(t(125),Ds(e,t(152)),{priority:t(119)}),e[t(174)][t(139)].on(t(125),((n,r,s)=>{const o=t;s[o(136)][o(115)]&&Ds(e,o(152),{showActiveMarker:!1})[o(164)](this)(n,r,s)}),{priority:t(119)}),e[t(159)][t(139)].on(t(155),((e,n,r)=>{const s=t,o=r[s(166)][s(134)](n[s(156)]);if(o)for(const t of o)t.is(s(172))&&(r[s(166)][s(169)](t,n[s(156)]),r[s(137)][s(162)](t))}),{priority:t(119)})}}const Us=Gs;function js(){const t=["fromRange","indentList","get","has","list.multiBlock","numberedList","toUpperCase","attributeKey","8KQqsNH","registerDescriptionCallback","includes","groupId","ELEMENT_NUMBERED_LIST","assureChains","commands","listStart","getFirstMarker","1090YMiGCG","*Set format:* %0","descriptionFactory","locale","6232nogYzf","commandParams","_findSuggestions","registerAttributeLabel","accept","enableDefaultAttributesIntegration","listMarker","todo","execute","listReversed","getChanges","*Merge:* list item","splitListItemBefore","listMarkerStyle","isLocal","_supportLegacySuggestions","listItemId","documentList","12ENitXM","value","_suggestionFactory","oldValue","filter","suggestion","detach","schema","type","*Split:* list item","getAttribute","*Check item*","nextSibling","*Merge:* %0","*Outdent:* %0","multipleBlocks","isUndo","*Format:* remove from %0","isNextTo","length","previousSibling","numbered","every","registerCustomCallback","listType","attributes","attribute","model","ELEMENT_BULLETED_LIST","mergeListItemForward","1071WeSquI","listItemIdFixer","batch","_getAttributeKey","4285sQlhQH","commandName","document","head","splitListItemAfter","*Indent:* %0","FORMAT_INDENT","editor","_LIST","format","plugins","mergeListItemBackward","listIndent","getFirstRange","*Format:* insert into %0","ELEMENT_LIST_ITEM","noTrackChangesFixer","map","removeMarker","change","from","push","createRange","setSelection","isObject","forceValue","trackChangesCommand","find","registerBlockAttribute","5714064KindsS","setAttribute","meta","createPositionAt","parent","ELEMENT_","customBulletedList","afterInit","*Remove format:* %0","default","containsItem","differ","config","customNumberedList","registerElementLabel","registerPostFixer","3553470ykwnWl","bulleted","todoListCheck","_registerLegacyDescription","start","listStyle","outdentList","19404627tStYJA","TrackChangesEditing","newValue","663oOtCzm","getRanges","checkTodoList","data","903492bTbrpJ","getSuggestions","formatBlock","4926OMMlMP","next","todoListChecked","key","bulletedList","ListEditing","deletion","range","TodoListEditing","nodeAfter","selection","refresh","ELEMENT_TODO_LIST","*Change to:* %0","todoList","end","*Uncheck item*"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=437]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(430397===parseInt(n(581))/1*(-parseInt(n(470))/2)+parseInt(n(585))/3*(parseInt(n(461))/4)+parseInt(n(526))/5*(-parseInt(n(588))/6)+parseInt(n(522))/7*(parseInt(n(474))/8)+-parseInt(n(555))/9+-parseInt(n(571))/10+parseInt(n(578))/11*(parseInt(n(492))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(562)](){const t=Us,e=this[t(533)];if(!e[t(536)][t(456)](t(441)))return;const n=e[t(473)],r=e[t(536)][t(455)](t(579)),s=e[t(536)][t(456)](t(444)),o=!!e[t(567)][t(455)](t(457));function i(e){const r=t;return{type:r(535),content:""+Hr(n,r(471),e)}}function a(e){const r=t;return{type:r(535),content:""+Hr(n,r(563),e)}}r[t(479)](t(458)),r[t(479)](t(440)),r[t(479)](t(568)),r[t(479)](t(561)),r[t(479)](t(454)),r[t(479)](t(577)),r[t(479)](t(530)),r[t(479)](t(486)),r[t(554)](t(490)),r[t(554)](t(516)),r[t(554)](t(538)),o&&(r[t(479)](t(537)),r[t(479)](t(521))),s&&(r[t(479)](t(450)),r[t(479)](t(583)),r[t(554)](t(438)),r[t(472)][t(462)]((e=>{const r=t,{data:s}=e;if(s&&r(438)==s[r(439)])return{type:r(535),content:s[r(580)]?Hr(n,r(503)):Hr(n,r(452))}})),this[t(533)][t(519)][t(528)][t(570)]((e=>{const n=t;if(e[n(524)][n(508)])return!1;let s=!1;const o=r[n(586)]({skipNotAttached:!0})[n(496)]((t=>n(438)===r[n(525)](t)));for(const t of o)n(481)!=t[n(539)]()[n(575)][n(445)][n(502)](n(516))&&(r[n(476)](t[n(539)](),n(518))[n(553)]((t=>n(516)===r[n(525)](t[n(497)])))||(e[n(544)](t[n(469)]()),s=!0));return s}))),r[t(472)][t(477)](t(538),Hr(n,t(532)));const c={type:t(535),content:""};r[t(472)][t(462)]((e=>{const r=t,{data:s}=e;if(!s||r(516)!=s[r(439)])return;let u=e[r(529)];for(;u;){if(u[r(584)]&&((r(576)==u[r(584)][r(439)]||r(487)==u[r(584)][r(439)])&&(u[r(584)][r(580)]&&r(564)!=u[r(584)][r(580)]||r(564)!=u[r(584)][r(495)]&&!s[r(580)])||!o&&u[r(584)][r(439)]==Tc))return c;u=u[r(437)]}if(null==s[r(580)])switch(s[r(495)]){case r(572):return a(Hr(n,r(520)));case r(513):return a(Hr(n,r(465)));case r(481):return a(Hr(n,r(448)))}switch(s[r(580)]){case r(572):return i(Hr(n,r(520)));case r(513):return i(Hr(n,r(465)));case r(481):return i(Hr(n,r(448)))}})),r[t(472)][t(462)]((e=>{const n=t,{data:r}=e;if(r&&n(538)==r[n(439)])return null==r[n(580)]||null==r[n(495)]&&0==r[n(580)]?c:void 0})),r[t(472)][t(462)]((e=>{const r=t;if(r(518)!=e[r(500)])return;const{data:s}=e;if(!s||r(490)!=s[r(439)])return;const o=zs(e);return r(580)==o?{type:r(535),content:Hr(n,r(485))}:r(495)==o?{type:r(535),content:Hr(n,r(501))}:c})),e[t(519)][t(528)][t(570)]((e=>this[t(523)](e))),e[t(519)][t(528)][t(570)]((e=>this[t(542)](e))),e[t(519)][t(528)][t(570)]((e=>this[t(466)](e))),this[t(489)]()}[Us(523)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;let n=!1;const r=this[e(533)][e(536)][e(455)](e(579))[e(586)]({skipNotAttached:!0})[e(496)]((t=>t[e(584)]&&e(490)==t[e(584)][e(439)]))[e(496)]((t=>t[e(584)][e(580)]&&t[e(584)][e(495)]));for(const s of r)zs(s)||(t[e(544)](s[e(469)]()),n=!0);return n}[Us(542)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;const n=this[e(533)][e(536)][e(455)](e(579));if(n[e(552)][e(493)])return!1;let r=!1;const s=[e(516),e(490),e(538),e(576),e(468),e(483),e(573),e(480),e(487)],o=this[e(533)][e(519)][e(528)][e(566)][e(484)]()[e(496)]((t=>e(518)==t[e(500)]))[e(496)]((t=>s[e(463)](t[e(460)])));if(0==o[e(511)])return r;for(const i of o){const o=n[e(476)](i[e(443)],e(518))[e(496)]((t=>!t[e(557)][e(510)]))[e(543)]((t=>t[e(497)]))[e(496)]((t=>{const r=e,o=n[r(525)](t);return s[r(463)](o)}));if(o[e(511)]){for(const n of o)t[e(544)](n[e(469)]());r=!0}}return r}[Us(466)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;const n=this[e(533)][e(536)][e(455)](e(579));let r=!1;const s=[e(516),e(490),e(538),e(576),e(468),e(483),e(573),e(480),e(487)];for(const t of n[e(586)]({skipNotAttached:!0})){const o=n[e(476)](t[e(539)](),e(518))[e(543)]((t=>t[e(497)]))[e(496)]((t=>t[e(584)]&&s[e(463)](t[e(584)][e(439)])));if(!o[e(511)])continue;const a=o[0][e(529)][e(517)][e(464)];if(!o[e(514)]((t=>t[e(517)][e(464)]===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(586)]({skipNotAttached:!0})[s(496)]((e=>s(518)==e[s(500)]&&e[s(517)][s(464)]==t)))e[s(556)](s(464),r)}function i(t,n){const r=e;let s=t[r(529)],i=!1;for(;s;)s[r(517)][r(464)]!=n&&(o(s[r(517)][r(464)],n),s[r(556)](r(464),n),i=!0),s=s[r(437)];return i}}[Us(489)](){const t=Us,e=this[t(533)],n=e[t(473)],r=e[t(536)][t(455)](t(579));this[t(574)](),r[t(494)][t(515)](t(587),t(491),t(478),(function(n,r){const s=t,o=[];for(let t of n)t[s(575)][s(445)]===t[s(451)][s(559)]&&(t=e[s(519)][s(548)](e[s(519)][s(558)](t[s(575)][s(445)],0))),o[s(547)](t);e[s(519)][s(545)]((t=>{const n=s,a=e[n(519)][n(528)][n(446)],c=Array[n(546)](a[n(582)]())[n(543)]((t=>i.LiveRange[n(453)](t)));t[n(549)](o),e[n(467)][n(455)](r[n(527)])[n(447)](),r[n(475)][n(547)]({forceDefaultExecution:!0}),e[n(482)](r[n(527)],...r[n(475)]),t[n(549)](c);for(const t of c)t[n(498)]()}))})),r[t(472)][t(569)]((function(n){const r=t,s=!e[r(519)][r(499)][r(550)](n),o=n[r(512)],i=n[r(504)],a=n[r(502)](r(490)),c=!o||o[r(502)](r(490))!==a,u=!i||i[r(502)](r(490))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(541),e)))}[Us(574)](){const t=Us,e=this[t(533)],n=e[t(473)];function r(n){const r=t,s=e[r(467)][r(455)](r(440))[r(493)],o=e[r(467)][r(455)](r(458))[r(493)];return r(458)===n?s:o}e[t(536)][t(455)](t(579))[t(472)][t(462)]((function(s){const o=t;if(o(587)!=s[o(500)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(527)]){case o(440):u=i[o(475)][0][o(551)],l=r(i[o(527)]),a=o(u?540:509),!l&&e[o(567)][o(455)](o(457))||(a=o(449)),c={type:o(535),content:Hr(n,a,Hr(n,o(520)))};break;case o(458):u=i[o(475)][0][o(551)],l=r(i[o(527)]),a=o(u?540:509),!l&&e[o(567)][o(455)](o(457))||(a=o(449)),c={type:o(535),content:Hr(n,a,Hr(n,o(465)))};break;case o(454):a=o(531),c={type:o(535),content:Hr(n,a,Hr(n,o(541)))};break;case o(577):a=function(t){const e=o,n=t[e(539)]();let r=n[e(575)][e(445)];for(;r&&n[e(565)](r);){if(r[e(502)](e(538))>0)return!1;r=r[e(504)]}return!0}(s)?Hr(n,o(509),Hr(n,function(t){const e=o;return e(560)+t[e(539)]()[e(575)][e(445)][e(502)](e(516))[e(459)]()+e(534)}(s))):Hr(n,o(506),Hr(n,o(541))),c={type:o(535),content:a};break;case o(537):case o(521):!1===i[o(507)]&&(a=o(505),c={type:o(442),content:Hr(n,a,Hr(n,o(541)))})}return c}))}}function zs(t){const e=Us;let n=t[e(539)]()[e(575)][e(445)][e(512)];for(;n;){const r=n[e(502)](e(490));if(!r)return!1;if(r==t[e(584)][e(580)])return e(580);if(r==t[e(584)][e(495)])return e(495);n=n[e(512)]}return!1}const Hs=qs;!function(t,e){const n=qs,r=t();for(;;)try{if(468901===-parseInt(n(290))/1+parseInt(n(308))/2+parseInt(n(329))/3+-parseInt(n(352))/4+parseInt(n(366))/5*(-parseInt(n(334))/6)+-parseInt(n(323))/7+parseInt(n(361))/8*(parseInt(n(321))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zs);class Ks extends t.Plugin{[Hs(368)](){const t=Hs;if(!this[t(340)][t(374)][t(337)](t(376)))return;const e=this[t(340)][t(369)][t(318)](t(292)),n=this[t(340)][t(374)][t(318)](t(343));e[t(332)]&&(n[t(355)](t(378)),n[t(357)](t(378))),e[t(320)]&&(n[t(355)](t(298)),n[t(357)](t(298))),e[t(375)]&&(n[t(355)](t(299)),n[t(357)](t(299)));const r={type:t(326),content:""};n[t(315)][t(344)](this[t(314)][t(350)](this));const s=this[t(340)][t(296)];n[t(315)][t(377)](t(298),Hr(s,t(325))),n[t(315)][t(344)]((e=>{const n=t,{data:s}=e;if(s&&n(298)==s[n(301)])return null==s[n(356)]||0==s[n(356)]&&null==s[n(316)]?r:void 0})),n[t(315)][t(377)](t(299),Hr(s,t(289))),n[t(315)][t(344)]((e=>{const n=t,{data:s}=e;if(s&&n(299)==s[n(301)])return null==s[n(356)]||1==s[n(356)]&&null==s[n(316)]?r:void 0})),this[t(340)][t(330)][t(348)][t(367)]((e=>{const r=t;if(e[r(349)][r(311)])return!1;let s=!1;const o=n[r(372)]({skipNotAttached:!0})[r(354)]((t=>{const e=r,s=n[e(351)](t);return e(299)==s||e(298)==s}));for(const t of o){const o=t[r(359)]()[r(297)][r(288)][r(345)](r(312));r(319)!=o&&r(342)!=o&&(n[r(305)](t[r(359)](),r(335))[r(307)]((t=>r(312)==n[r(351)](t[r(358)])))||(e[r(295)](t[r(303)]()),s=!0))}return s})),this[t(293)]()}[Hs(314)](t){const e=Hs,n=this[e(340)][e(296)],{data:r}=t,s={type:e(326),content:""};if(!r||e(378)!=r[e(301)])return;if(!r[e(316)])return e(336)==r[e(356)]?s:{type:e(326),content:""+Hr(n,e(346),Hr(n,this[e(309)](r[e(356)])))};if(!r[e(356)]){if(e(336)==r[e(316)])return s;let o=t[e(304)];for(;o;){if(o[e(347)]&&e(312)==o[e(347)][e(301)]&&o[e(347)][e(356)])return s;o=o[e(373)]}return{type:e(326),content:""+Hr(n,e(371),Hr(n,this[e(309)](r[e(316)])))}}if(e(336)!=r[e(356)])return{type:e(326),content:""+Hr(n,e(346),Hr(n,this[e(309)](r[e(356)])))};let o=t[e(304)];for(;o;){if(o[e(347)]&&e(312)==o[e(347)][e(301)]&&o[e(347)][e(356)]&&o[e(347)][e(316)])return s;o=o[e(373)]}const i=t[e(359)]()[e(297)][e(288)][e(345)](e(312));return{type:e(326),content:Hr(n,e(346),Hr(n,e(339)+i[e(313)]()+e(300)))}}[Hs(293)](){const t=Hs,e=this[t(340)],n=e[t(296)];e[t(374)][t(318)](t(343))[t(315)][t(344)]((e=>{const r=t;if(r(365)!=e[r(317)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(294)]){case r(378):o=r(291),i={type:r(326),content:Hr(n,o,Hr(n,this[r(309)](s[r(310)][0][r(317)])))};break;case r(298):o=s[r(310)][0][r(320)]?r(302):r(353),i={type:r(326),content:Hr(n,o)};break;case r(299):o=r(338),i={type:r(326),content:Hr(n,o,s[r(310)][0][r(375)])}}return i}))}[Hs(309)](t){const e=Hs;return e(339)+function(t){const n=e;return Ws[n(328)](t)?n(331):Xs[n(328)](t)?n(319):null}(t)[e(313)]()+e(364)+t[e(313)]()[e(370)](/-/g,"_")}}const Ws=[Hs(363),Hs(360),Hs(341)],Xs=[Hs(362),Hs(327),Hs(306),Hs(333),Hs(322),Hs(324)];function qs(t,e){const n=Zs();return(qs=function(t,e){return n[t-=288]})(t,e)}function Zs(){const t=["listType","toUpperCase","handleDescriptions","descriptionFactory","oldValue","type","get","numbered","reversed","117oKSluS","lower-latin","2619295qhRSDo","upper-latin","FORMAT_LIST_REVERSED","format","decimal-leading-zero","includes","991494YTXjfz","model","bulleted","styles","upper-roman","1500882KCsoTN","attribute","default","has","*Format:* set start index to %0","ELEMENT_","editor","square","customNumbered","TrackChangesEditing","registerDescriptionCallback","getAttribute","*Set format:* %0","data","document","batch","bind","_getAttributeKey","763428zEjCaI","*Format:* set order to regular","filter","enableDefaultAttributesIntegration","newValue","registerBlockAttribute","suggestion","getFirstRange","circle","666520pBMmkO","decimal","disc","_LIST_","formatBlock","5isVPbu","registerPostFixer","afterInit","config","replace","*Remove format:* %0","getSuggestions","next","plugins","startIndex","ListPropertiesEditing","registerAttributeLabel","listStyle","nodeAfter","FORMAT_LIST_START","383502afBKhr","*Change to:* %0","list.properties","_registerLegacyDescription","commandName","removeMarker","locale","start","listReversed","listStart","_LIST_DEFAULT","key","*Format:* set order to reversed","getFirstMarker","head","_findSuggestions","lower-roman","find","507998ZYGZtC","_getTranslationKeyForListStyle","commandParams","isUndo"];return(Zs=function(){return t})()}var Ys=n(507);const Js=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=328]})(t,e)}function $s(){const t=["3543918Prsjde","8UhsKQi","bind","addMarker:suggestion:insertion","fire","getFirstPosition","126KqEPpE","change","enableCommand","commands","124157QEByGv","editing","split","hasClass","document","nextSibling","afterExecute","ck-suggestion-marker-split","1698430IrCyiw","fromRange","init","createRange","editor","enter","50rpvOEZ","TrackChangesEditing","getFirstRange","unbindElementFromMarkerName","markerNameToElements","238236qfmAol","plugins","createPositionAt","selection","mapper","markerName","detach","requires","showSuggestionHighlights","model","end","data","downcastDispatcher","148872XMgJrx","enterBlock","writer","setSelection","1020144FKjpZE","3dhZHiw","200827DvXCyB","remove","options","removeMarker:suggestion:insertion","parent","high","markInsertion","get"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(288990===-parseInt(n(341))/1*(parseInt(n(332))/2)+-parseInt(n(378))/3*(parseInt(n(360))/4)+parseInt(n(349))/5+-parseInt(n(377))/6+parseInt(n(331))/7+parseInt(n(373))/8*(parseInt(n(337))/9)+parseInt(n(355))/10*(-parseInt(n(379))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Js(367)](){return[Ys.Enter]}[Js(351)](){const t=Js,e=this[t(353)],n=e[t(361)][t(330)](t(356)),r=e[t(340)][t(330)](t(354));n[t(339)](t(354),(()=>{const s=t;e[s(369)][s(338)]((t=>{const o=s,a=e[o(369)][o(345)][o(363)],c=a[o(336)](),u=i.LiveRange[o(350)](a[o(357)]());if(r[o(374)](t)){const r=e[o(369)][o(362)](c[o(383)][o(346)],0),s=t[o(352)](c,r);n[o(329)](s)}else t[o(376)](t[o(352)](u[o(370)]));u[o(366)](),r[o(335)](o(347),{writer:t})}))})),e[t(342)][t(372)].on(t(334),Ds(e,t(343)),{priority:t(328)}),e[t(342)][t(372)].on(t(382),((e,n,r)=>{const s=t,o=r[s(364)][s(359)](n[s(365)]);if(o)for(const t of o)t[s(344)](s(348))&&(r[s(364)][s(358)](t,n[s(365)]),r[s(375)][s(380)](t))}),{priority:t(328)}),e[t(371)][t(372)].on(t(334),((n,r,s)=>{const o=t;s[o(381)][o(368)]&&Ds(e,o(343),{showActiveMarker:!1})[o(333)](this)(n,r,s)}),{priority:t(328)})}}const eo=ro;function no(){const t=["getRange","handleFindCommand","getIntersection","104KMpYYZ","getMarkersGroup","TrackChangesEditing","plugins","find","20810HxQCRs","findNext","createRange","filter","item","2770040EErBIj","FindAndReplaceUtils","_isInDeletionRange","findByTextCallback","model","suggestion:deletion","findPrevious","bind","createPositionAt","77IjpDiK","4TgbZHM","replaceAll","editor","has","59EQAXmk","301947jNdlse","markers","358631zydlWl","end","start","3052338ylReRe","string","enableCommand","replace","1284830pwgUKz","1536048GwatgV","FindAndReplaceEditing","afterInit","get"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=385]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(405281===parseInt(n(385))/1*(parseInt(n(408))/2)+parseInt(n(386))/3*(-parseInt(n(423))/4)+-parseInt(n(413))/5+parseInt(n(391))/6+-parseInt(n(388))/7*(-parseInt(n(403))/8)+parseInt(n(396))/9+parseInt(n(395))/10*(-parseInt(n(422))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(398)](){const t=eo;if(!this[t(425)][t(406)][t(426)](t(397)))return;const e=this[t(425)][t(406)][t(399)](t(405));e[t(393)](t(407),this[t(401)][t(420)](this)),e[t(393)](t(409)),e[t(393)](t(419)),e[t(393)](t(394)),e[t(393)](t(424))}[eo(401)](t,e,n={}){const r=eo,s=this[r(425)][r(406)][r(399)](r(414));return t((t=>(r(392)==typeof e?s[r(416)](e,n):e)(t)[r(411)]((e=>!1===this[r(415)](e,t[r(412)])))),n)}[eo(415)](t,e){const n=eo,r=this[n(425)][n(417)][n(410)](this[n(425)][n(417)][n(421)](e,t[n(390)]),this[n(425)][n(417)][n(421)](e,t[n(389)]));for(const t of this[n(425)][n(417)][n(387)][n(404)](n(418)))if(null!==r[n(402)](t[n(400)]()))return!0;return!1}}const oo=io;function io(t,e){const n=uo();return(io=function(t,e){return n[t-=320]})(t,e)}!function(t,e){const n=io,r=t();for(;;)try{if(435985===-parseInt(n(363))/1+-parseInt(n(378))/2+parseInt(n(341))/3+parseInt(n(377))/4+-parseInt(n(328))/5+parseInt(n(375))/6*(-parseInt(n(340))/7)+parseInt(n(354))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uo);const ao=[{pluginName:oo(351),commandName:oo(332)},{pluginName:oo(367),commandName:oo(334)},{pluginName:oo(366),commandName:oo(327)},{pluginName:oo(331),commandName:oo(339)}];class co extends t.Plugin{[oo(345)](){const t=oo,e=this[t(349)][t(357)],n=this[t(349)][t(336)][t(361)](t(344));for(const{pluginName:e,commandName:r}of ao)this[t(349)][t(336)][t(343)](e)&&(n[t(372)](r),n[t(350)](r));e.t,n[t(356)][t(335)](t(332),Hr(e,t(321))),n[t(356)][t(335)](t(334),Hr(e,t(358))),n[t(356)][t(335)](t(327),Hr(e,t(338))),n[t(356)][t(335)](t(339),Hr(e,t(347))),this[t(348)]()}[oo(348)](){const t=oo,e=this[t(349)],n=e[t(357)];e[t(336)][t(361)](t(344))[t(356)][t(364)]((e=>{const r=t,o=n.t;if(r(323)!=e[r(374)])return;const{data:i}=e;if(null!=i){if(r(332)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=o(this[r(349)][r(336)][r(361)](r(322))[r(333)](this[r(349)][r(355)][r(361)](r(370)))[r(337)]((e=>e[r(352)]==t))[r(369)])[r(330)]();return{type:r(362),content:Hr(n,r(368),e)}}return{type:r(362),content:Hr(n,r(371))}}if(r(334)==i[r(376)]){const t=i[r(365)][0][r(359)];return t?{type:r(362),content:Hr(n,r(326),t)}:{type:r(362),content:Hr(n,r(329))}}if(r(327)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=(0,s.normalizeColorOptions)(this[r(349)][r(355)][r(361)](r(373)))[r(337)]((e=>e[r(352)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(330)]()),{type:r(362),content:Hr(n,r(360),a)[r(325)](),color:{value:t,title:a||i}}}return{type:r(362),content:Hr(n,r(324))}}if(r(339)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=(0,s.normalizeColorOptions)(this[r(349)][r(355)][r(361)](r(342)))[r(337)]((e=>e[r(352)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(330)]()),{type:r(362),content:Hr(n,r(346),a)[r(325)](),color:{value:t,title:a||i}}}return{type:r(362),content:Hr(n,r(320))}}}}))}}function uo(){const t=["label","9422456QqyogQ","config","descriptionFactory","locale","FORMAT_FONT_FAMILY","value","*Set font color:* %0","get","format","587247MyEGUP","registerDescriptionCallback","commandParams","FontColorEditing","FontFamilyEditing","*Set font size:* %0","title","fontSize.options","*Reset font size*","enableDefaultAttributesIntegration","fontColor.colors","type","168WcUevv","commandName","872124jfATto","374068XYWPgl","*Reset font background color*","FORMAT_FONT_SIZE","FontSize","formatInline","*Reset font color*","trim","*Set font family:* %0","fontColor","2828080oxghNx","*Reset font family*","toLowerCase","FontBackgroundColorEditing","fontSize","normalizeSizeOptions","fontFamily","registerAttributeLabel","plugins","find","FORMAT_FONT_COLOR","fontBackgroundColor","11221pYMSRi","1274784EmLTjy","fontBackgroundColor.colors","has","TrackChangesEditing","afterInit","*Set font background color:* %0","FORMAT_FONT_BACKGROUND","_registerLegacyDescription","editor","registerInlineAttribute","FontSizeEditing","model"];return(uo=function(){return t})()}const lo=ho;function fo(){const t=["model","normalizeSizeOptions","split","FontSize","charAt","fontColor","9jmIORN","title","config","copyFormat","*Set format to:* %0","fontColor.colors","boolean","70930KNsJhs","enableCommand","351973NFxgjm","100pVVFiw","1930930jIdcGc","descriptionFactory","formatBlock","entries","fontSize","toUpperCase","266qfkiVC","77gKXJTO","push","enableDefaultAttributesIntegration","TrackChangesEditing","commandParams","label","slice","toLowerCase","join","format","pasteFormat","editor","100788WwIVir","type","*Remove all formatting*","get","commandName","592nnzpzS","_registerLegacyDescription","commands","2810832sVGCLO","find","afterInit","fontSize.options","plugins","registerDescriptionCallback","length","fontBackgroundColor","9948oloYKb","formatInline","locale","3046092uXWpNq"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=200]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(568791===-parseInt(n(223))/1+parseInt(n(249))/2*(-parseInt(n(204))/3)+-parseInt(n(224))/4*(parseInt(n(221))/5)+-parseInt(n(244))/6*(-parseInt(n(231))/7)+-parseInt(n(252))/8+parseInt(n(214))/9*(parseInt(n(225))/10)+parseInt(n(232))/11*(parseInt(n(207))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(254)](){const t=lo,e=this[t(243)],n=e[t(200)][t(247)](t(235)),r=e[t(251)][t(247)](t(217)),s=e[t(251)][t(247)](t(242));r&&s&&(n[t(234)](t(242)),n[t(222)](t(217)),this[t(250)]())}[lo(250)](){const t=lo,e=this[t(243)],n=e[t(206)];e[t(200)][t(247)](t(235))[t(226)][t(201)]((r=>{const s=t;if(s(227)!=r[s(245)]&&s(205)!=r[s(245)])return;const{data:o}=r;if(o&&s(242)===o[s(248)]){const t=[],r=o[s(236)][0];for(const[n,o]of Object[s(228)](r))t[s(233)](po(e,n,o));return t[s(202)]?{type:s(241),content:Hr(n,s(218),t[s(240)](", "))}:{type:s(241),content:Hr(n,s(246))}}}))}}function po(t,e,n){const r=lo,o=t[r(206)].t,i=e[r(210)](/(?=[A-Z])/)[r(240)](" "),a=o(i[r(212)](0)[r(230)]()+i[r(238)](1))[r(239)]();if(r(220)==typeof n)return a;if(r(213)===e||r(203)===e){const e=(0,s.normalizeColorOptions)(t[r(216)][r(247)](r(219)))[r(253)]((t=>t[r(208)]==n));return a+" ("+(e?o(e[r(237)])[r(239)]():n)+")"}if(r(229)===e&&isNaN(parseFloat(n))){const e=t[r(200)][r(247)](r(211))[r(209)](t[r(216)][r(247)](r(255)))[r(253)]((t=>t[r(208)]==n));return a+" ("+(e?o(e[r(215)])[r(239)]():n)+")"}return a+" ("+n+")"}const mo=Eo;function Io(){const t=["match","_headingOptions","get","3211138aKITbz","view","paragraph","model","1941210zurXvc","registerElementLabel","enableDefaultAttributesIntegration","format","locale","heading.options","1972980aDkYKH","_getHeadingLevel","config","_registerLegacyDescription","editor","find","489758KfAFzt","type","value","title","2SwHDfR","commandParams","1703502BHdUku","*Change to:* %0","ELEMENT_HEADING_CUSTOM","has","registerDescriptionCallback","name","formatBlock","12248wouPCh","TrackChangesEditing","45UAzUZx","HeadingEditing","2737484vtjVXw","afterInit","descriptionFactory","ELEMENT_HEADING","commandName","plugins","heading"];return(Io=function(){return t})()}function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=171]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(510705===-parseInt(n(186))/1*(parseInt(n(182))/2)+parseInt(n(188))/3+parseInt(n(199))/4+-parseInt(n(176))/5+-parseInt(n(213))/6+parseInt(n(209))/7+parseInt(n(195))/8*(parseInt(n(197))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(200)](){const t=mo,e=this[t(180)];if(!e[t(204)][t(191)](t(198)))return;this[t(207)]=e[t(178)][t(208)](t(175));const n=e[t(174)],r=e[t(204)][t(208)](t(196));r[t(172)](t(205));for(const e of this[t(207)])t(211)!=e[t(212)]&&r[t(201)][t(171)](e[t(212)],(n=>{const r=t,i=this[r(177)](e[r(212)]);return null!==i?s(n,i):o(n,e[r(185)])}));function s(e,r){return Hr(n,t(202),[e,r])}function o(e,r){return Hr(n,t(190),[e,r])}this[t(179)]()}[mo(179)](){const t=mo,e=this[t(180)],n=e[t(174)];e[t(204)][t(208)](t(196))[t(201)][t(192)]((e=>{const r=t;if(r(194)!=e[r(183)])return;const{data:s}=e;if(s&&r(205)==s[r(203)]){const e=s[r(187)][0][r(184)],c=this[r(177)](e);if(null!==c)return{type:r(173),content:Hr(n,r(189),(1,a=c,Hr(n,r(202),[1,a])))};const u=this[r(207)][r(181)]((t=>t[r(212)]===e))[r(185)];return{type:r(173),content:Hr(n,r(189),(o=1,i=u,Hr(n,t(190),[o,i])))}}var o,i,a}))}[mo(177)](t){const e=mo;var n,r;const s=t[e(206)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(207)])||void 0===n?void 0:n[e(181)]((n=>n[e(212)]==t));if(o&&o[e(210)]){const t=o[e(210)],n=(null!==(r=t[e(193)])&&void 0!==r?r:t)[e(206)](/^h(\d+)/);if(n)return n[1]}return null}}function To(){const t=["get","enableDefaultAttributesIntegration","_registerLegacyDescription","model","TrackChangesEditing","registerInlineAttribute","11qHSpZZ","*Set highlight:* %0","91132urRzBx","config","2nCyyWs","*Remove highlight*","2615930lHPHpW","commandParams","112rOkpJo","HighlightEditing","commandName","type","registerAttributeLabel","descriptionFactory","103733gfvcXj","619188tFkpMY","formatInline","138357ynvvQw","editor","afterInit","FORMAT_HIGHLIGHT","highlight","5ysfttp","value","toLowerCase","color","2828304suxhxf","highlight.options","has","registerDescriptionCallback","72840lVlCtT","plugins","locale","find","42xZTJub","title","format"];return(To=function(){return t})()}const _o=yo;function yo(t,e){const n=To();return(yo=function(t,e){return n[t-=484]})(t,e)}!function(t,e){const n=yo,r=t();for(;;)try{if(136061===parseInt(n(517))/1*(parseInt(n(515))/2)+-parseInt(n(500))/3+-parseInt(n(485))/4*(-parseInt(n(492))/5)+parseInt(n(504))/6*(parseInt(n(484))/7)+-parseInt(n(521))/8*(parseInt(n(487))/9)+-parseInt(n(519))/10*(-parseInt(n(513))/11)+-parseInt(n(496))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(To);class Ao extends t.Plugin{[_o(489)](){const t=_o,e=this[t(488)];if(!e[t(501)][t(498)](t(522)))return;const n=e[t(501)][t(507)](t(511)),r=e[t(502)];n[t(508)](t(491)),n[t(512)](t(491)),n[t(526)][t(525)](t(491),Hr(r,t(490))),this[t(509)]()}[_o(509)](){const t=_o,e=this[t(488)],n=e[t(502)];e[t(501)][t(507)](t(511))[t(526)][t(499)]((r=>{const s=t;if(s(486)!=r[s(524)])return;const{data:o}=r;if(o&&s(491)==o[s(523)]){const t=n.t,r=o[s(520)][0][s(493)];if(r){const o=e[s(516)][s(507)](s(497))[s(503)]((t=>t[s(510)]==r)),i=t(o[s(505)])[s(494)]();return{type:s(506),content:Hr(n,s(514),i),color:{value:o[s(495)],title:o[s(505)]}}}return{type:s(506),content:Hr(n,s(518),Hr(n,s(490)))}}}))}}function ko(){const t=["afterInit","createPositionAt","editor","TrackChangesEditing","238JshfWK","184006bkfUqT","insert","addClass","444424GxoShL","for","ck-horizontal-line","781140XLlEGv","locale","high","showSuggestionHighlights","enableCommand","createContainerElement","registerElementLabel","4728630slZrqk","plugins","40563liIOjD","createEmptyElement","14781540xcVIkI","17cfJVKE","get","div","6364179IFlySr","92pNYIwV","dataDowncast","horizontalLine","HorizontalLineEditing","elementToStructure","descriptionFactory","ELEMENT_HORIZONTAL_LINE","has","conversion"];return(ko=function(){return t})()}const Co=Lo;function Lo(t,e){const n=ko();return(Lo=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(950825===parseInt(n(231))/1*(parseInt(n(249))/2)+parseInt(n(228))/3*(-parseInt(n(235))/4)+parseInt(n(226))/5+-parseInt(n(219))/6+parseInt(n(248))/7*(-parseInt(n(252))/8)+-parseInt(n(234))/9+parseInt(n(230))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Ro extends t.Plugin{[Co(244)](){const t=Co,e=this[t(246)];if(!e[t(227)][t(242)](t(238)))return;e[t(227)][t(232)](t(247))[t(223)](t(237));const n=e[t(227)][t(232)](t(247)),r=e[t(220)];n[t(240)][t(225)](t(237),(e=>Hr(r,t(241),e))),e[t(243)][t(253)](t(236))[t(239)]({model:t(237),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(222)])return null;const o=n[s(224)](s(233)),i=n[s(229)]("hr");return n[s(251)](s(218),o),n[s(250)](n[s(245)](o,0),i),o},converterPriority:t(221)})}}const So=No;function No(t,e){const n=vo();return(No=function(t,e){return n[t-=427]})(t,e)}function vo(){const t=["key","get","attribute","HtmlEmbed","rawHtml","registerElementLabel","afterInit","1633907QAKJbD","registerBlockAttribute","nodeAfter","getFirstRange","editor","369064XVzkjS","26084ICUhrD","locale","8CxRLWh","7852308Ecxwvg","value","12396voShbV","format","enableDefaultAttributesIntegration","formatBlock","has","10GPJQZu","2705UtXrCR","ELEMENT_HTML_EMBED","_registerLegacyDescription","52shAueu","7dAgLtM","2917980bGtNZQ","start","1158jLkaFf","plugins","type","element","htmlEmbed","descriptionFactory","commandName","*Change %0 content*","registerDescriptionCallback","TrackChangesEditing"];return(vo=function(){return t})()}!function(t,e){const n=No,r=t();for(;;)try{if(174096===parseInt(n(456))/1*(-parseInt(n(454))/2)+-parseInt(n(459))/3*(parseInt(n(427))/4)+parseInt(n(465))/5*(parseInt(n(431))/6)+parseInt(n(428))/7*(parseInt(n(453))/8)+-parseInt(n(429))/9+-parseInt(n(464))/10*(parseInt(n(448))/11)+parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vo);class Mo extends t.Plugin{[So(447)](){const t=So,e=this[t(452)];if(!e[t(432)][t(463)](t(444)))return;const n=e[t(432)][t(442)](t(440)),r=e[t(455)];n[t(436)][t(446)](t(445),(e=>Hr(r,t(466),e))),n[t(461)](t(435)),n[t(449)](t(458)),n[t(436)][t(439)]((e=>{const n=t;if(n(443)!=e[n(433)])return;const{data:s}=e;if(s&&n(458)==s[n(441)]&&e[n(451)]()[n(430)][n(450)].is(n(434),n(445))){const t=Hr(r,n(466));return{type:n(460),content:Hr(r,n(438),t)}}})),this[t(467)]()}[So(467)](){const t=So,e=this[t(452)],n=e[t(455)];e[t(432)][t(442)](t(440))[t(436)][t(439)]((e=>{const r=t;if(r(462)!=e[r(433)])return;const{data:s}=e;if(s&&r(435)==s[r(437)]){const t=Hr(n,r(466));return{type:r(460),content:Hr(n,r(438),t)}}}))}}const Oo=wo;function wo(t,e){const n=Do();return(wo=function(t,e){return n[t-=162]})(t,e)}function Do(){const t=["attribute","imageBlock","resizeImage","editor","TrackChangesEditing","commandParams","afterInit","registerAttributeLabel","getClosestSelectedImageElement","forceDefaultExecution","convertBlockImageToInline","convertInlineImageToBlock","toPrevious","_registerLegacyDescription","nodeBefore","12jaoTbM","formatInline","Block image to inline image","nodeAfter","ELEMENT_IMAGE","type","isCollapsed","resizedWidth","ImageEditing","findIndex","find","imageTextAlternative","1yKuqyy","registerBlockAttribute","*Set image width:* %0","createRange","toggleImageCaption","912744uLGkRa","isOwn","getContainedElement","ImageUtils","540905IqPteH","caption","filter","imageTypeBlock","descriptionFactory","*Reset image width*","newValue","length","ImageUploadEditing","schema","FORMAT_IMAGE_SIZE","change","chain","registerDescriptionCallback","registerCustomCallback","join","getNearestSelectionRange","registerElementLabel","previous","*Set image text alternative:* %0","ImageCaptionUtils","deletion","model","_findSuggestions","toNext","*Remove image text alternative*","200BMgLJL","enableCommand","get","selection","imageTypeInline","imageStylePreApply","commandName","getSuggestionCallback","insertion","width","imageCaption","ImageBlockEditing","addObject","ImageInlineEditing","has","format","ImageCaptionEditing","ELEMENT_INLINE_IMAGE","getCaptionFromImageModelElement","markDeletion","enableDefaultAttributesIntegration","isIntersecting","backward","createRangeOn","1759742DMsPws","removeObject","document","accept","ImageResize","isEqual","end","ImageTextAlternativeEditing","markInsertion","358857OfSbUG","825174UfanQc","forward","isBlockImage","uploadImage","plugins","Inline image to block image","markBlockFormat","alt","discard","key","insertImage","detach","element","locale","fromPosition","_suggestionFactory","start","681814ecSBPO","subType","getFirstRange","imageInline","isBefore","9089250yXYpPH","formatBlock","ELEMENT_CAPTION"];return(Do=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(525079===parseInt(n(264))/1*(parseInt(n(202))/2)+parseInt(n(212))/3+-parseInt(n(269))/4+parseInt(n(273))/5*(-parseInt(n(252))/6)+-parseInt(n(229))/7+-parseInt(n(178))/8*(parseInt(n(211))/9)+parseInt(n(234))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[Oo(243)](){const t=Oo,e=this[t(240)];if(!e[t(216)][t(192)](t(260)))return;const n=e[t(216)][t(180)](t(241)),r=e[t(216)][t(180)](t(272)),s=e[t(225)];n[t(179)](t(222)),n[t(277)][t(169)](t(238),(e=>Hr(s,t(256),e))),n[t(277)][t(169)](t(232),(e=>Hr(s,t(195),e))),n[t(277)][t(169)](t(274),(()=>Hr(s,t(236)))),e[t(216)][t(192)](t(281))&&n[t(179)](t(215)),e[t(216)][t(192)](t(189))&&e[t(216)][t(192)](t(191))&&(n[t(179)](t(182),((s,o)=>{const i=t,a=r[i(245)](e[i(174)][i(204)][i(181)]);e[i(174)][i(163)]((()=>{const t=i;n[t(218)](a,{commandName:t(182),commandParams:[o]},[],t(247))}))})),n[t(179)](t(276),((s,o)=>{const a=t;e[a(174)][a(163)]((t=>{const c=a;let u=r[c(245)](e[c(174)][c(204)][c(181)]),l=t[c(201)](u);const f=i.LivePosition[c(226)](l[c(228)],c(249)),h=i.LivePosition[c(226)](l[c(208)],c(176));n[c(246)]((()=>s(o))),u=r[c(245)](e[c(174)][c(204)][c(181)]),l=t[c(201)](u);const g=t[c(267)](f,h);f[c(223)](),h[c(223)](),n[c(218)](u,{commandName:c(182),commandParams:[o]},[],c(248)),g[c(228)][c(233)](l[c(228)])&&n[c(210)](t[c(267)](g[c(228)],l[c(228)]),c(248)),l[c(208)][c(233)](g[c(208)])&&n[c(210)](t[c(267)](l[c(208)],g[c(208)]),c(248))}))})),n[t(227)][t(166)](t(235),t(248),t(167),(()=>!1)),n[t(227)][t(166)](t(235),t(248),t(205),(()=>!1)),n[t(227)][t(166)](t(235),t(248),t(220),n[t(227)][t(185)](t(235),"",t(205))),n[t(227)][t(166)](t(186),t(248),t(167),(()=>!1)),n[t(227)][t(166)](t(186),t(248),t(220),(([r])=>{const s=t,o=n[s(227)][s(185)](s(186),"",s(220));let i=r[s(228)],a=r[s(208)];const c=e[s(174)][s(282)][s(168)](i,s(200)),u=e[s(174)][s(282)][s(168)](a,s(213));c[s(258)]&&(i=c[s(228)]),u[s(258)]&&(a=u[s(208)]),o([e[s(174)][s(267)](i,a)])})),n[t(227)][t(166)](t(235),t(248),t(164),c),n[t(227)][t(166)](t(186),t(248),t(164),c)),e[t(216)][t(192)](t(194))&&(n[t(179)](t(268),((s,o)=>{const i=t,a=e[i(216)][i(180)](i(172));let c=r[i(245)](e[i(174)][i(204)][i(181)]),u=a[i(196)](c);e[i(174)][i(163)]((()=>{const t=i;if(u)return void n[t(197)](e[t(174)][t(201)](u));const l=r[t(214)](c);s(o),c=r[t(245)](e[t(174)][t(204)][t(181)]),u=a[t(196)](c),n[t(210)](e[t(174)][t(201)](u),l?null:t(188))}))})),n[t(227)][t(166)](t(186),t(188),t(164),c));const o=[{type:t(235),subType:t(183)},{type:t(186),subType:t(188)},{type:t(235),subType:t(248)},{type:t(186),subType:t(248)}];function a(e,s){const i=t,a=o[i(261)]((({type:t,subType:n})=>e[i(257)]==t&&e[i(230)]==n)),c=o[i(261)]((({type:t,subType:e})=>s[i(257)]==t&&s[i(230)]==e));if(a<0||c<0)return!1;const u=e[i(231)](),l=s[i(231)]();if((0==a||1==a)&&2==c&&u[i(199)](l))return!0;if(2==a&&3==c){const t=n[i(175)](u,i(186))[i(275)]((({suggestion:t,meta:e})=>e[i(270)]&&i(248)==t[i(230)]));if(t[i(280)]>1&&l[i(208)][i(207)](u[i(228)]))return!0;if(1==t[i(280)]&&(u[i(228)][i(207)](l[i(208)])||u[i(208)][i(207)](l[i(228)])))return!0}if(3==a&&3==c&&u[i(228)][i(233)](l[i(228)])){const t=u[i(208)][i(255)],e=l[i(228)][i(251)];return r[i(214)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(216)][t(192)](t(206))&&(n[t(198)](t(239)),n[t(265)](t(259)),n[t(277)][t(244)](t(259),Hr(s,t(162)))),e[t(216)][t(192)](t(209))&&(n[t(198)](t(263)),n[t(265)](t(219))),n[t(277)][t(165)]((e=>{const n=t;if(o[n(262)]((({type:t,subType:r})=>e[n(257)]==t&&e[n(230)]==r)))return e[n(170)]?{}:void 0})),n[t(277)][t(165)]((e=>{const n=t;if(n(186)==e[n(257)]||n(173)==e[n(257)]){const t=e[n(271)]();if(t&&t.is(n(224),n(274)))return{type:n(186)==e[n(257)]?n(190):n(203),element:t,quantity:1}}})),n[t(277)][t(165)]((e=>t(235)==e[t(257)]&&t(248)==e[t(230)]?{type:t(193),content:t(217)}:t(235)==e[t(257)]&&t(247)==e[t(230)]?{type:t(193),content:t(254)}:void 0)),n[t(277)][t(165)]((e=>{const n=t;if(n(237)!=e[n(257)])return;const{data:r}=e;if(!r||n(219)!=r[n(221)])return;const o=r[n(279)];return o?{type:n(193),content:Hr(s,n(171),'"'+o+'"')}:{type:n(193),content:Hr(s,n(177))}})),this[t(250)]()}[Oo(250)](){const t=Oo,e=this[t(240)],n=e[t(225)];e[t(216)][t(180)](t(241))[t(277)][t(165)]((e=>{const r=t;if(r(235)!=e[r(257)]&&r(253)!=e[r(257)])return;const{data:s}=e;if(s){if(r(263)==s[r(184)]){const t=s[r(242)][0][r(279)];return t?{type:r(193),content:Hr(n,r(171),'"'+t+'"')}:{type:r(193),content:Hr(n,r(177))}}if(r(239)==s[r(184)]){const t=s[r(242)][0][r(187)];return t?{type:r(193),content:Hr(n,r(266),t)}:{type:r(193),content:Hr(n,r(278))}}}}))}}const Po=Bo;function xo(){const t=["oldValue","type","28460wwYsxK","3nmxCqi","src","1837ZVdUon","registerDescriptionCallback","replaceImageSource","getSuggestionCallback","registerCustomCallback","discard","2701264WbYSOd","plugins","newValue","has","_handleLegacySuggestions","get","96lOEiDd","afterInit","*Replace image URL*","key","commandName","accept","registerBlockAttribute","600622zXlTZj","enableDefaultAttributesIntegration","_suggestionFactory","format","*Format:* replace image URL","423710CZmeWi","descriptionFactory","12065778jcBdcz","editor","locale","_registerLegacyDescription","626246CDDzLE","formatBlock","20670YGlzhz","attribute","405zKCxrx","ImageEditing","TrackChangesEditing","formatInline"];return(xo=function(){return t})()}function Bo(t,e){const n=xo();return(Bo=function(t,e){return n[t-=267]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(762461===-parseInt(n(284))/1+-parseInt(n(295))/2*(-parseInt(n(306))/3)+-parseInt(n(305))/4*(parseInt(n(299))/5)+parseInt(n(277))/6*(parseInt(n(289))/7)+-parseInt(n(271))/8+parseInt(n(291))/9+-parseInt(n(297))/10*(parseInt(n(308))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Po(278)](){const t=Po;if(!this[t(292)][t(272)][t(274)](t(300)))return;const e=this[t(292)][t(293)],n=this[t(292)][t(272)][t(276)](t(301));n[t(285)](t(267)),n[t(283)](t(307)),n[t(290)][t(309)]((n=>{const r=t;if(r(298)!=n[r(304)])return;const{data:s}=n;return s&&r(307)==s[r(280)]?s[r(273)]&&s[r(303)]?{type:r(287),content:Hr(e,r(279))}:{type:r(287),content:""}:void 0})),this[t(275)]()}[Po(275)](){const t=Po,e=this[t(292)][t(272)][t(276)](t(301));e[t(286)][t(269)](t(296),t(267),t(282),e[t(286)][t(268)](t(296),null,t(270))),e[t(286)][t(269)](t(296),t(267),t(270),e[t(286)][t(268)](t(296),null,t(282))),this[t(294)]()}[Po(294)](){const t=Po,e=this[t(292)],n=e[t(293)];e[t(272)][t(276)](t(301))[t(290)][t(309)]((e=>{const r=t;if(r(296)!=e[r(304)]&&r(302)!=e[r(304)])return;const{data:s}=e;return s&&r(267)==s[r(281)]?{type:r(287),content:Hr(n,r(288))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=218]})(t,e)}const Go=jo;function Vo(){const t=["locale","end","getSuggestion","imageStyle","_splitMarkerName","getSuggestions","setImageNaturalSizeAttributes","title","getSuggestionCallback","imageStylePreApply","ImageUtils","filter","imageTypeInline","accept","nodeAfter","commandReversedParams","Users","toLowerCase","599170wBQKcy","has","model","FORMAT_SIDE_IMAGE","differ","isInlineImage","51045MAPdYy","1UvXDTc","4382616KsFUhx","formatInline","getFirstRange","isEqual","registerCustomCallback","14559310iKUPMJ","from","document","editor","shouldConvertImageType","formatBlock","discardSuggestion","format","209301PwjSQP","imageStylePostApply","refresh","getClosestSelectedImageElement","ImageStyleEditing","next","change","markInlineFormat","markBlockFormat","commandName","imageTypeBlock","enableCommand","8YkPsVG","isInContent","insertion","forEach","findIndex","createRangeOn","descriptionFactory","normalizedStyles","start","commandParams","plugins","168JCAZcd","selection","registerDescriptionCallback","registerPostFixer","discard","isIntersecting","chain","value","7366122TonRAs","_findSuggestions","head","afterInit","suggestion","hasSuggestion","getContainedElement","side","length","getChangedMarkers","commands","isOwn","*Format:* %0","newRange","name","author","nodeBefore","type","get","1719109qJnYgw","convertInlineImageToBlock","join","isBlockImage","TrackChangesEditing","_registerLegacyDescription","imageCaption","subType","_suggestionFactory","isBefore"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(500236===parseInt(n(256))/1*(-parseInt(n(249))/2)+-parseInt(n(270))/3+-parseInt(n(293))/4*(parseInt(n(255))/5)+-parseInt(n(257))/6+parseInt(n(221))/7*(-parseInt(n(282))/8)+parseInt(n(301))/9+parseInt(n(262))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class zo extends t.Plugin{[Go(304)](){const t=Go,n=this[t(265)];if(!n[t(292)][t(250)](t(274)))return;const r=n[t(292)][t(220)](t(225)),s=n[t(292)][t(220)](t(241)),o={};r[t(281)](t(234),((o,i)=>{const a=t,c=n[a(292)][a(220)](a(247)).me,u=n[a(311)][a(220)](a(234));let l=s[a(273)](n[a(251)][a(264)][a(294)]),f=n[a(251)][a(287)](l),h=u[a(300)];if(h==i[a(300)])return;const g={commandName:a(234),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(251)][a(276)]((()=>{const t=a;if(r[t(236)]()[t(242)]((e=>e[t(283)]&&c==e[t(316)]&&(t(267)==e[t(219)]||t(258)==e[t(219)])&&(t(240)==e[t(228)]||t(271)==e[t(228)])&&e[t(259)]()[t(260)](f)))[t(285)]((e=>r[t(268)](e[t(303)]))),l=s[t(273)](n[t(251)][t(264)][t(294)]),f=n[t(251)][t(287)](l),u[t(272)](),n[t(311)][t(220)](t(243))[t(272)](),n[t(311)][t(220)](t(280))[t(272)](),h=u[t(300)],h!=i[t(300)])return s[t(254)](l)&&u[t(266)](i[t(300)],l)?(o({...i,setImageSizes:!1}),l=s[t(273)](n[t(251)][t(264)][t(294)]),void r[t(278)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(240))):void(s[t(224)](l)?r[t(278)](l,g,[],t(271)):r[t(277)](f,g,t(271)))}))}));for(const e of n[t(292)][t(220)](t(274))[t(289)])o[e[t(315)]]=e[t(238)][t(248)]();r[t(229)][t(261)](t(267),t(240),t(223),(()=>!1)),r[t(229)][t(261)](t(267),t(271),t(223),(()=>!1)),r[t(229)][t(261)](t(258),t(271),t(223),(()=>!1)),r[t(229)][t(261)](t(267),t(240),t(244),(([e])=>{const n=t;s[n(237)](e[n(307)]())})),r[t(229)][t(261)](t(267),t(240),t(297),((e,n)=>{const s=t;r[s(229)][s(239)](s(267),"",s(244))(e,{commandName:n[s(279)],commandParams:n[s(246)]})})),r[t(229)][t(261)](t(267),t(240),t(299),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(267),subType:t(240)},{type:t(284),subType:t(227)},{type:t(267),subType:t(222)},{type:t(284),subType:t(222)}];function a(e,n){const o=t,a=i[o(286)]((({type:t,subType:n})=>e[o(219)]==t&&e[o(228)]==n)),c=i[o(286)]((({type:t,subType:e})=>n[o(219)]==t&&n[o(228)]==e));if(a<0||c<0)return!1;const u=e[o(259)](),l=n[o(259)]();if((0==a||1==a)&&2==c&&u[o(298)](l))return!0;if(2==a&&3==c){const t=r[o(302)](u,o(284))[o(242)]((({suggestion:t,meta:e})=>e[o(312)]&&o(222)==t[o(228)]));if(t[o(309)]>1&&l[o(232)][o(260)](u[o(290)]))return!0;if(1==t[o(309)]&&(u[o(290)][o(260)](l[o(232)])||u[o(232)][o(260)](l[o(290)])))return!0}if(3==a&&3==c&&u[o(290)][o(230)](l[o(290)])){const t=u[o(232)][o(245)],e=l[o(290)][o(218)];return s[o(224)](t)&&t===e}return!1}n[t(251)][t(264)][t(296)]((()=>{const e=t;let o=!1;const i=Array[e(263)](n[e(251)][e(264)][e(253)][e(310)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(235)](t);if(e(305)==i&&r[e(306)](u)){if(e(267)==a&&(e(240)==c||e(271)==c)){const t=r[e(233)](u);if(n[e(314)]){const n=t[e(259)]()[e(307)]();if(s[e(224)](n))continue;r[e(268)](t),o=!0}}if(e(284)==a&&e(227)==c&&!n[e(314)]){const t=r[e(233)](u);t[e(275)]&&t[e(275)][e(283)]&&(r[e(268)](t[e(275)]),o=!0)}}}return o})),this[t(226)](o)}[Go(226)](t){const e=Go,n=this[e(265)],r=n[e(231)];n[e(292)][e(220)](e(225))[e(288)][e(295)]((n=>{const s=e;if(s(267)!=n[s(219)]&&s(258)!=n[s(219)])return;const{data:o}=n;if(!o||s(234)!=o[s(279)])return;const i=o[s(291)][0][s(300)];return function(t){const e=s;return{type:e(269),content:Hr(r,e(313),t)}}(s(308)===i?Hr(r,s(252)):t[i]||i)}))}}function Ho(){const t=["4948MSNVpP","4136zBuJRL","_setSuggestionData","trackChanges","enableCommand","execute","importWord","2UqIALE","track_changes","450rxTHgy","_handleImportedData","value","lowest","plugins","forEach","editor","1399311DMeMlq","_trackChangesExecuted","commands","get","737678jyTeNs","6450042TkQxbq","Users","12670730pxudkk","4505EKsWmA","114848OvrBkW","163104mlFjZw","dataInsert","afterInit","collaboration_features","TrackChangesEditing","high","_trackChangesValueDuringImport","7usIdnf","bind","listenTo"];return(Ho=function(){return t})()}const Ko=Wo;function Wo(t,e){const n=Ho();return(Wo=function(t,e){return n[t-=445]})(t,e)}!function(t,e){const n=Wo,r=t();for(;;)try{if(664934===-parseInt(n(452))/1*(parseInt(n(465))/2)+parseInt(n(461))/3+-parseInt(n(445))/4*(parseInt(n(469))/5)+parseInt(n(466))/6*(-parseInt(n(478))/7)+parseInt(n(470))/8*(-parseInt(n(454))/9)+-parseInt(n(468))/10+parseInt(n(446))/11*(parseInt(n(471))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ho);class Xo extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(477)]=!1,this[e(462)]=!1}[Ko(473)](){const t=Ko,e=this[t(460)],n=e[t(463)][t(464)](t(451)),r=e[t(463)][t(464)](t(448));n&&(n.on(t(450),((e,[,n])=>{const s=t;this[s(477)]=r[s(456)],n[s(474)][s(453)]=!this[s(477)]}),{priority:t(476)}),this[t(480)](n,t(472),this[t(455)][t(479)](this)),this[t(480)](n,t(472),(()=>{const e=t;this[e(462)]&&(r[e(450)](),this[e(462)]=!1)}),{priority:t(457)}),e[t(458)][t(464)](t(475))[t(449)](t(451)))}[Ko(455)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(460)][n(463)][n(464)](n(448)),o=s[n(456)];this[n(477)]!==o&&(s[n(450)](),this[n(462)]=!0),r&&r[n(459)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(460)][o(458)][o(464)](o(467)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(451)}}};this[o(460)][o(458)][o(464)](o(475))[o(447)](i)}))}}const qo=Zo;function Zo(t,e){const n=Jo();return(Zo=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(573908===parseInt(n(523))/1*(parseInt(n(488))/2)+parseInt(n(496))/3*(-parseInt(n(504))/4)+parseInt(n(502))/5+-parseInt(n(486))/6*(parseInt(n(505))/7)+parseInt(n(512))/8+-parseInt(n(503))/9+parseInt(n(511))/10*(-parseInt(n(490))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Yo extends t.Plugin{[qo(516)](){const t=qo,e=this[t(520)],n=e[t(497)][t(519)](t(494));if(e[t(497)][t(510)](t(489))&&(n[t(515)](t(508)),n[t(515)](t(525))),e[t(497)][t(510)](t(522)))for(const e of[t(514),t(509)])n[t(493)](e);const r=e[t(518)];n[t(507)](t(500)),n[t(524)][t(495)](t(500),Hr(r,t(501))),this[t(506)]()}[qo(506)](){const t=qo,e=this[t(520)],n=e[t(518)],r=e[t(497)][t(519)](t(494));r[t(524)][t(517)]((e=>{const s=t;if(s(487)!=e[s(513)])return;const{data:o}=e;if(!o)return;if(s(514)!=o[s(498)]&&s(509)!=o[s(498)])return;const i=e[s(526)]()[0],a=r[s(524)][s(499)](i);return s(514)==o[s(498)]?{type:s(521),content:Hr(n,s(491),a)}:s(509)==o[s(498)]?{type:s(521),content:Hr(n,s(492),a)}:void 0}))}}function Jo(){const t=["2lgEuzm","IndentEditing","11DPKfpV","*Indent:* %0","*Outdent:* %0","enableDefaultAttributesIntegration","TrackChangesEditing","registerAttributeLabel","10869HhQnCv","plugins","commandName","getItemLabel","blockIndent","FORMAT_INDENT","3779055eFpDCf","1524600BpqzRZ","508RCvTQe","11109zeNpJH","_registerLegacyDescription","registerBlockAttribute","indent","outdentBlock","has","11047770HAqUvR","6795448pdvAcK","type","indentBlock","enableCommand","afterInit","registerDescriptionCallback","locale","get","editor","format","IndentBlock","1142563JVORsq","descriptionFactory","outdent","getItems","1662gGMrUy","formatBlock"];return(Jo=function(){return t})()}var Qo=ti;function $o(){var t=["5JMKyMb","18OLbCAl","enableCommand","editor","11195940FsbRKn","4NQgmfV","204iowIXn","get","30oOoUpF","plugins","requires","361893CqosEZ","543515tQKCxw","1428848uTfNfq","TrackChangesEditing","init","1366255AUtSIR","1614704oCvmRX","20275hUtKFF","input"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=262]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(911667===parseInt(n(279))/1+parseInt(n(266))/2*(parseInt(n(272))/3)+parseInt(n(278))/4*(parseInt(n(281))/5)+-parseInt(n(269))/6*(parseInt(n(273))/7)+parseInt(n(274))/8*(-parseInt(n(262))/9)+-parseInt(n(265))/10+-parseInt(n(277))/11*(-parseInt(n(267))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Qo(271)](){return[vs.Input]}[Qo(276)](){var t=Qo;this[t(264)][t(270)][t(268)](t(275))[t(263)](t(280))}}function ni(t,e){const n=si();return(ni=function(t,e){return n[t-=348]})(t,e)}const ri=ni;function si(){const t=["registerInlineAttribute","enableDefaultAttributesIntegration","1053452hNGisW","commandParams","editor","locale","registerDescriptionCallback","linkHref","unlink","_registerLegacyDescription","commands","21OUxihC","key","LinkEditing","has","624969BddIPT","registerAttributeLabel","10OhlPJy","link","manualDecorators","formatInline","link (","TrackChangesEditing","descriptionFactory","afterInit","130ZNkBOI","attribute","*Set link:* %0","type","32092FNtpdU","1kcDWma","label","5181777IDzwpG","plugins","newValue","toLowerCase","2440680TcnGtt","get","1249464UhIkHo","481288dEwQQv","*Remove link*","format","commandName"];return(si=function(){return t})()}!function(t,e){const n=ni,r=t();for(;;)try{if(298393===parseInt(n(375))/1*(-parseInt(n(390))/2)+parseInt(n(360))/3+-parseInt(n(374))/4*(parseInt(n(370))/5)+parseInt(n(383))/6+-parseInt(n(356))/7*(parseInt(n(384))/8)+parseInt(n(377))/9*(parseInt(n(362))/10)+parseInt(n(381))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ri(369)](){const t=ri,e=this[t(349)];if(!e[t(378)][t(359)](t(358)))return;const n=e[t(378)][t(382)](t(367)),r=e[t(355)][t(382)](t(363));n[t(389)](t(363)),n[t(389)](t(353)),n[t(388)](t(352));for(const e of r[t(364)])n[t(388)](e.id),n[t(368)][t(361)](e.id,t(366)+e[t(376)][t(380)]()+")");n[t(368)][t(351)]((n=>{const r=t;if(r(371)!=n[r(373)])return;const{data:s}=n;if(!s||r(352)!=s[r(357)])return;const o=s[r(379)],i=e[r(350)];return{type:r(386),content:null==o?Hr(i,r(385)):Hr(i,r(372),'"'+o+'"')}})),this[t(354)]()}[ri(354)](){const t=ri,e=this[t(349)],n=e[t(350)];e[t(378)][t(382)](t(367))[t(368)][t(351)]((e=>{const r=t;if(r(365)!=e[r(373)])return;const{data:s}=e;if(s){if(r(363)==s[r(387)]){const t=s[r(348)][0];return{type:r(386),content:Hr(n,r(372),'"'+t+'"')}}return r(353)==s[r(387)]?{type:r(386),content:Hr(n,r(385))}:void 0}}))}}const ii=ai;function ai(t,e){const n=ui();return(ai=function(t,e){return n[t-=264]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(127829===-parseInt(n(321))/1*(parseInt(n(332))/2)+parseInt(n(269))/3+-parseInt(n(270))/4*(-parseInt(n(286))/5)+-parseInt(n(297))/6+parseInt(n(344))/7*(parseInt(n(342))/8)+parseInt(n(318))/9+parseInt(n(305))/10*(-parseInt(n(314))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ui);class ci extends t.Plugin{[ii(284)](){const t=ii,e=this[t(273)],n=e[t(277)];if(!e[t(317)][t(264)](t(275)))return;const r=e[t(317)][t(311)](t(330)),s=e[t(317)][t(264)](t(319));function o(t){return()=>{const n=ai,s=e[n(294)][n(335)][n(283)],o=e[n(306)][n(311)](t);if(o[n(308)])return void e[n(304)](n(333),{});const i=t[n(279)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(316)](t)[s(336)]((t=>function(t,e){const n=s;return e[n(339)](t[n(323)],n(350))&&!e[n(289)](t)}(t,r)));o=o[s(336)]((t=>!t.is(s(295),s(350))||t[s(267)](s(322))!=e));const i=new Set;for(const t of o)t.is(s(295),s(350))?i[s(299)](li(t)):i[s(299)](t);return Array[s(316)](i)}(s[n(278)](),i,e[n(294)][n(265)]);e[n(294)][n(272)]((()=>{const e=n;for(const n of a)r[e(300)](n,{commandName:t,commandParams:[{forceValue:!o[e(308)]}],formatGroupId:e(291)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(316)](t);const r=n[e(266)]((t=>e(350)!=t[e(340)]));return r>-1&&(n=n[e(279)](0,r)),n}(e[n(294)][n(335)][n(283)][n(278)]()),o=e[n(294)][n(320)](e[n(294)][n(349)](s[0],n(296)),e[n(294)][n(349)](s[s[n(276)]-1],n(341)));e[n(294)][n(272)]((()=>{const e=n;r[e(300)](o,{commandName:t,commandParams:[],formatGroupId:e(292)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(345)];for(;t&&t[n(267)](n(292))>e[n(267)](n(292));)r[n(299)](t),t=t[n(345)]}return Array[n(316)](r)}(s))}))}}r[t(348)](t(274),o(t(274))),r[t(348)](t(326),o(t(326))),s&&r[t(348)](t(301),o(t(301))),r[t(348)](t(282),i(t(282))),r[t(348)](t(293),i(t(293))),s&&r[t(348)](t(327),(()=>{const n=t,s=e[n(306)][n(311)](n(327)),o=Array[n(316)](s[n(307)]);o[n(336)]((t=>t[n(267)](n(310))!=s[n(308)])),e[n(294)][n(272)]((()=>{const t=n;for(const e of o)r[t(300)](e,{commandName:t(327),commandParams:[{forceValue:!s[t(308)]}]})}))})),r[t(268)][t(313)](t(350),(e=>Hr(n,t(271),e))),r[t(268)][t(346)]((e=>{const r=t;if(r(343)!=e[r(280)]&&r(287)!=e[r(280)])return;const{data:s}=e;if(s){if(r(274)==s[r(298)]||r(326)==s[r(298)]||r(301)==s[r(298)])switch(s[r(298)][r(334)](r(281),"")){case r(331):return o(Hr(n,r(347)));case r(290):return o(Hr(n,r(328)));case r(315):return o(Hr(n,r(302)))}if(r(282)==s[r(298)])return{type:r(325),content:Hr(n,r(324),Hr(n,r(271)))};if(r(293)==s[r(298)])return{type:r(325),content:Hr(n,r(309),Hr(n,r(271)))};if(r(327)==s[r(298)])return s[r(329)][0][r(288)]?{type:r(325),content:Hr(n,r(312))}:{type:r(325),content:Hr(n,r(338))}}function o(t){const e=r;return{type:e(325),content:Hr(n,e(303),t)}}}))}}function ui(){const t=["32dZOeio","ELEMENT_LIST_ITEM","change","editor","numberedList","LegacyListEditing","length","locale","getSelectedBlocks","slice","type","List","indentList","selection","afterInit","push","46135hEOEME","formatInline","forceValue","isObject","numbered","blockName","listIndent","outdentList","model","element","before","752430fyCStP","commandName","add","markBlockFormat","todoList","ELEMENT_TODO_LIST","*Change to:* %0","execute","1310YjHQCG","commands","_selectedElements","value","*Outdent:* %0","todoListChecked","get","*Check item*","registerElementLabel","13112JUaDzP","todo","from","plugins","2087127MRLhHw","LegacyTodoListEditing","createRange","59pLKjvn","listType","parent","*Indent:* %0","format","bulletedList","checkTodoList","ELEMENT_NUMBERED_LIST","commandParams","TrackChangesEditing","bulleted","954yHzKFb","paragraph","replace","document","filter","previousSibling","*Uncheck item*","checkChild","name","end","16ZunJwQ","formatBlock","401268oSPNHA","nextSibling","registerDescriptionCallback","ELEMENT_BULLETED_LIST","enableCommand","createPositionAt","listItem","has","schema","findIndex","getAttribute","descriptionFactory","51486jvizgF"];return(ui=function(){return t})()}function li(t){const e=ii,n=t[e(267)](e(292));if(0==n)return t;let r=t;for(;t[e(337)]&&t[e(337)].is(e(295),e(350));){const s=t[e(337)][e(267)](e(292));if(s==n)r=t[e(337)];else if(s<n)break;t=t[e(337)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(295),e(350))&&t[e(267)](e(292))>0){let r=t[e(345)];for(;r&&e(350)==r[e(340)]&&r[e(267)](e(292))==t[e(267)](e(292));)n[e(285)](r),r=r[e(345)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=466]})(t,e)}function di(){const t=["handleListStyleCommand","map","_getSuggestionBlocks","18ODvsLA","990472vTKDmb","*Format:* set start index to %0","flat","*Format:* set order to reversed","length","default","LegacyListPropertiesEditing","LegacyListUtils","descriptionFactory","push","commandParams","filter","locale","listStyle","formatInline","format","TrackChangesEditing","selection","bind","backward","115520hTheUi","3TkvDrL","*Change to:* %0","getFirstPosition","type","createPositionAt","before","52879RLZocV","replace","_getTranslationKeyForListStyle","styles","parent","listType","handleListStartCommand","ELEMENT_","createRange","5508314cEJuqs","change","*Format:* set order to regular","registerDescriptionCallback","plugins","startIndex","handleDescriptions","numbered","reversed","document","enableCommand","commandName","_LIST_","element","listItem","markMultiRangeBlockFormat","80nPOLFb","list.properties","getAttribute","1143274lZiRBW","getSelectedBlocks","afterInit","has","config","toUpperCase","unshift","237642DggYFo","8sNVWoj","formatBlock","listReversed","forward","handleListReversedCommand","531JMjmgK","getLastPosition","editor","listStart","model","from","getSiblingNodes","get","getListTypeFromListStyleType","_getSuggestionBlocksForListStyle","13059552gTIeQM"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(394291===-parseInt(n(511))/1*(parseInt(n(483))/2)+parseInt(n(505))/3*(-parseInt(n(484))/4)+-parseInt(n(536))/5*(-parseInt(n(546))/6)+parseInt(n(520))/7*(parseInt(n(547))/8)+parseInt(n(469))/9*(parseInt(n(504))/10)+parseInt(n(539))/11+-parseInt(n(479))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(541)](){const t=hi;if(!this[t(471)][t(524)][t(542)](t(490)))return;const e=this[t(471)][t(543)][t(476)](t(537)),n=this[t(471)][t(524)][t(476)](t(500));e[t(514)]&&n[t(530)](t(497),this[t(480)][t(502)](this)),e[t(528)]&&n[t(530)](t(466),this[t(468)][t(502)](this)),e[t(525)]&&n[t(530)](t(472),this[t(517)][t(502)](this)),n[t(492)][t(523)](this[t(526)][t(502)](this))}[hi(480)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(478)]();this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](s,{commandName:t(497),commandParams:[{type:e[t(508)]}],formatGroupId:t(497)})}))}[hi(468)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(482)]((t=>t.is(n(533),n(534))&&n(527)===t[n(538)](n(516))));if(s[n(488)]<1)return;const o=s[n(481)]((t=>this[n(471)][n(473)][n(519)](this[n(471)][n(473)][n(509)](t,n(510)),this[n(471)][n(473)][n(509)](t,0))));this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](o,{commandName:t(466),commandParams:[{reversed:e[t(528)]}],formatGroupId:t(466)})}))}[hi(517)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(482)]((t=>t.is(n(533),n(534))&&n(527)===t[n(538)](n(516))));if(s[n(488)]<1)return;const o=s[n(481)]((t=>this[n(471)][n(473)][n(519)](this[n(471)][n(473)][n(509)](t,n(510)),this[n(471)][n(473)][n(509)](t,0))));this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](o,{commandName:t(472),commandParams:[{startIndex:e[t(525)]}],formatGroupId:t(472)})}))}[hi(526)](t){const e=hi;if(e(548)!=t[e(508)]&&e(498)!=t[e(508)])return;const n=this[e(471)][e(496)],{data:r}=t;if(!r)return;let s,o;switch(r[e(531)]){case e(497):s=e(506),o={type:e(499),content:Hr(n,s,Hr(n,this[e(513)](r[e(494)][0][e(508)])))};break;case e(466):s=r[e(494)][0][e(528)]?e(487):e(522),o={type:e(499),content:Hr(n,s)};break;case e(472):s=e(485),o={type:e(499),content:Hr(n,s,r[e(494)][0][e(525)])}}return o}[hi(478)](){const t=hi;var e,n,r,s;const o=this[t(471)][t(524)][t(476)](t(491));let i=Array[t(474)](this[t(471)][t(473)][t(529)][t(501)][t(540)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(533),t(534)))&&i[t(545)](...o[t(475)](this[t(471)][t(473)][t(529)][t(501)][t(507)](),t(503))),(null===(n=i[i[t(488)]-1])||void 0===n?void 0:n.is(t(533),t(534)))&&i[t(493)](...o[t(475)](this[t(471)][t(473)][t(529)][t(501)][t(470)](),t(467))),i=[...new Set(i)],(null===(s=null===(r=this[t(471)][t(473)][t(529)][t(501)][t(507)]())||void 0===r?void 0:r[t(515)])||void 0===s?void 0:s.is(t(533),t(534)))&&(i=i[t(495)]((e=>e.is(t(533),t(534))))),i}[hi(482)](t){const e=hi,n=this[e(471)][e(524)][e(476)](e(491));let r=Array[e(474)](this[e(471)][e(473)][e(529)][e(501)][e(540)]())[e(495)](t)[e(481)]((t=>{const r=e,s=this[r(471)][r(473)][r(509)](t,0);return[...n[r(475)](s,r(503)),...n[r(475)](s,r(467))]}))[e(486)]();return r=[...new Set(r)],r}[hi(513)](t){const e=hi;return e(518)+(this[e(471)][e(524)][e(476)](e(491))[e(477)](t)||e(489))[e(544)]()+e(532)+t[e(544)]()[e(512)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["high","9249TxXNcs","locale","6974DPWIpI","8chsGKH","has","5JZOcgg","MediaEmbedEditing","afterInit","12910HnuDdP","1563990UwRJUs","ELEMENT_MEDIA","865522JhAtJc","stop","3561309nMSHKA","enableCommand","descriptionFactory","TrackChangesEditing","editor","downcastDispatcher","registerElementLabel","1393228etYYgy","div","data","get","options","createEmptyElement","for","showSuggestionHighlights","media","mediaEmbed","plugins","dataDowncast","attribute:url:media","46AvdfCd","conversion","elementToElement","1741890PRciak"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=230]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(282130===-parseInt(n(263))/1*(-parseInt(n(258))/2)+parseInt(n(234))/3+parseInt(n(245))/4*(parseInt(n(230))/5)+parseInt(n(261))/6+parseInt(n(236))/7+-parseInt(n(266))/8*(parseInt(n(238))/9)+parseInt(n(233))/10*(-parseInt(n(265))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(232)](){const t=mi,e=this[t(242)];if(!e[t(255)][t(267)](t(231)))return;const n=e[t(255)][t(248)](t(241)),r=e[t(264)];n[t(239)](t(254)),n[t(240)][t(244)](t(253),(e=>Hr(r,t(235),e))),e[t(259)][t(251)](t(256))[t(260)]({model:t(253),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(252)])return n[s(250)](s(246))},converterPriority:t(262)}),e[t(247)][t(243)].on(t(257),((e,n,r)=>{const s=t;r[s(249)][s(252)]&&e[s(237)]()}),{priority:t(262)})}}const Ti=yi;function _i(){const t=["4720zDYhel","get","5577618ROtXYj","1UCElvi","4459776aKmszm","TrackChangesEditing","editor","1831983QxsGHP","has","plugins","8480495irTtzq","3134832eBQPyQ","mention","enableCommand","6398aGkvWX","MentionEditing","1070kYzLdr","afterInit","218547DvYeWK"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=112]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(921976===parseInt(n(116))/1*(parseInt(n(124))/2)+parseInt(n(120))/3+parseInt(n(117))/4+parseInt(n(123))/5+-parseInt(n(115))/6+-parseInt(n(127))/7*(parseInt(n(113))/8)+-parseInt(n(112))/9*(parseInt(n(129))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(130)](){const t=Ti,e=this[t(119)];e[t(122)][t(121)](t(128))&&e[t(122)][t(114)](t(118))[t(126)](t(125))}}const ki=Li;function Ci(){const t=["handleDescriptions","ELEMENT_MULTI_LEVEL_LIST","21qljFtS","191217VCMbfL","500036sVPrmn","format","registerDescriptionCallback","head","multiLevelList","data","MultiLevelList","enableDefaultAttributesIntegration","descriptionFactory","editor","*Remove format:* %0","key","oldValue","locale","12vCwfwk","newValue","9NiFDtK","52rEGLHl","57011933AyXqzy","5487270yKwlhm","160310CrhXdD","next","get","204LmoITx","has","listMarkerStyle","1523922KOvNGk","TrackChangesEditing","1991576OTPaGc","listType","*Set format:* %0","afterInit","registerBlockAttribute","plugins"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=295]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(706623===-parseInt(n(306))/1+-parseInt(n(332))/2+-parseInt(n(305))/3*(parseInt(n(323))/4)+parseInt(n(326))/5*(-parseInt(n(329))/6)+-parseInt(n(304))/7*(parseInt(n(296))/8)+parseInt(n(322))/9*(-parseInt(n(325))/10)+-parseInt(n(324))/11*(-parseInt(n(320))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ri extends t.Plugin{[ki(299)](){const t=ki,e=this[t(315)],n=e[t(301)][t(328)](t(295));e[t(301)][t(330)](t(312))&&(n[t(313)](t(310)),n[t(300)](t(331)),n[t(314)][t(308)]((e=>this[t(302)](e))))}[ki(302)](t){const e=ki,n=this[e(315)][e(319)],{data:r}=t,s={type:e(307),content:""};if(r&&e(331)==r[e(317)]){if(!r[e(318)])return{type:e(307),content:Hr(n,e(298),Hr(n,e(303)))+" ("+r[e(321)]+")"};if(!r[e(321)]){let o=t[e(309)];for(;o;){if(o[e(311)]&&e(297)==o[e(311)][e(317)]&&o[e(311)][e(321)])return s;o=o[e(327)]}return{type:e(307),content:Hr(n,e(316),Hr(n,e(303)))+" ("+r[e(318)]+")"}}}}}const Si=vi;function Ni(){const t=["locale","get","1563310nwXaqc","afterInit","5940027agJSZw","descriptionFactory","TrackChangesEditing","8jiLxeQ","pageBreak","ELEMENT_PAGE_BREAK","212972zeFszV","enableCommand","1316904LyOkWz","has","1289724skPEbD","4dGFzgm","PageBreakEditing","registerElementLabel","356245UJJGja","6152496QUPdvx","editor","plugins"];return(Ni=function(){return t})()}function vi(t,e){const n=Ni();return(vi=function(t,e){return n[t-=330]})(t,e)}!function(t,e){const n=vi,r=t();for(;;)try{if(663413===parseInt(n(350))/1+parseInt(n(333))/2*(parseInt(n(332))/3)+-parseInt(n(347))/4*(-parseInt(n(336))/5)+-parseInt(n(330))/6+-parseInt(n(342))/7+-parseInt(n(337))/8+parseInt(n(344))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Mi extends t.Plugin{[Si(343)](){const t=Si,e=this[t(338)];if(!e[t(339)][t(331)](t(334)))return;e[t(339)][t(341)](t(346))[t(351)](t(348));const n=e[t(339)][t(341)](t(346)),r=e[t(340)];n[t(345)][t(335)](t(348),(e=>Hr(r,t(349),e)))}}function Oi(t,e){const n=wi();return(Oi=function(t,e){return n[t-=190]})(t,e)}function wi(){const t=["2kedDhY","consumable","6910248IBndvL","markerRange","downcastDispatcher","registerDescriptionCallback","afterInit","9avAbey","has","isTouching","_registerLegacyDescription","insert","ELEMENT_PARAGRAPH","editing","start","data","getItemLabel","format","end","markerName","includes","highest","TrackChangesEditing","ck-suggestion-marker--active","mapper","enableDefaultAttributesIntegration","model","addClass","*Insert:* %0","showSuggestionHighlights","bindElementToMarker","15450YAFgFv","enableCommand","get","formatBlock","createUIElement","commandName","3006705ohAOzv","plugins","127477CtJUUh","editor","1328682VuTCSr","nodeAfter","locale","writer","toViewPosition","options","name","730488bpWjUg","consume","registerElementLabel","insertParagraph","ck-suggestion-marker-split","isLimit","span","$text","checkChild","descriptionFactory","addMarker:suggestion:insertion","Paragraph","getFirstRange","activeMarkers","isBlock","insertion","*Change to:* %0","1562spuekA","941156RCUliP","402mgsFfI","type","paragraph","schema"];return(wi=function(){return t})()}const Di=Oi;!function(t,e){const n=Oi,r=t();for(;;)try{if(737053===parseInt(n(226))/1+-parseInt(n(231))/2*(-parseInt(n(201))/3)+-parseInt(n(208))/4+-parseInt(n(197))/5+parseInt(n(227))/6*(parseInt(n(199))/7)+parseInt(n(233))/8*(-parseInt(n(238))/9)+-parseInt(n(191))/10*(parseInt(n(225))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Di(237)](){const t=Di,e=this[t(200)];if(!e[t(198)][t(239)](t(219)))return;const n=e[t(203)],r=e[t(198)][t(193)](t(253));r[t(217)][t(210)](t(229),(e=>Hr(n,t(243),e))),r[t(256)](t(229)),r[t(192)](t(211)),e[t(244)][t(235)].on(t(218),Pi(e),{priority:t(252)}),e[t(246)][t(235)].on(t(218),((n,r,s)=>{const o=t;s[o(206)][o(260)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(252)});const s=r[t(217)];s[t(236)]((r=>{const o=t;if(o(223)!==r[o(228)])return;const{start:i,end:a}=r[o(220)]();if(!i[o(240)](a)||!i[o(202)])return;const c=e[o(257)][o(230)],u=i[o(202)];return c[o(222)](u)&&!c[o(213)](u)&&c[o(216)](u,o(215))?{type:o(223),content:Hr(n,o(259),s[o(247)](u,1))}:void 0})),this[t(241)]()}[Di(241)](){const t=Di,e=this[t(200)],n=e[t(203)];e[t(198)][t(193)](t(253))[t(217)][t(236)]((e=>{const r=t;if(r(194)!=e[r(228)])return;const{data:s}=e;return s&&r(229)==s[r(196)]?{type:r(248),content:Hr(n,r(224),Hr(n,r(243)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Oi,i=t[o(198)][o(193)](o(253)),a=r[o(234)][o(245)],c=r[o(234)][o(249)],u=t[o(257)][o(230)];if(!a[o(240)](c)||!a[o(202)])return;const l=a[o(202)];if(u[o(222)](l)&&!u[o(213)](l)&&u[o(216)](l,o(215))){if(!s[o(232)][o(209)](r[o(234)],n[o(207)]))return;const t=s[o(204)][o(195)](o(214),{class:o(212)}),a=s[o(255)][o(205)](c);e&&i[o(221)][o(251)](r[o(250)])&&s[o(204)][o(258)](o(254),t),s[o(204)][o(242)](a,t),s[o(255)][o(190)](t,r[o(250)])}}}const xi=Bi;function Bi(t,e){const n=Ui();return(Bi=function(t,e){return n[t-=351]})(t,e)}function Ui(){const t=["locale","7808016yyAxKf","2305688AEAduh","format","type","afterInit","commandName","editor","168MyUAGa","formatInline","TrackChangesEditing","15013690IOXwDR","_registerLegacyDescription","has","enableDefaultAttributesIntegration","get","30uJgIOm","removeFormat","4411419aBLXSm","registerDescriptionCallback","9ELJUri","*Remove all formatting*","RemoveFormatEditing","formatBlock","34548oPhunB","descriptionFactory","plugins","46rGthUR","781364GQYPQN","18747SnxHVE","553nvOiZN"];return(Ui=function(){return t})()}!function(t,e){const n=Bi,r=t();for(;;)try{if(841061===parseInt(n(362))/1*(-parseInt(n(360))/2)+-parseInt(n(351))/3+-parseInt(n(361))/4*(parseInt(n(380))/5)+-parseInt(n(357))/6*(-parseInt(n(363))/7)+-parseInt(n(365))/8+parseInt(n(353))/9*(parseInt(n(375))/10)+-parseInt(n(366))/11*(-parseInt(n(372))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[xi(369)](){const t=xi,e=this[t(371)];e[t(359)][t(377)](t(355))&&(e[t(359)][t(379)](t(374))[t(378)](t(381)),this[t(376)]())}[xi(376)](){const t=xi,e=this[t(371)];e[t(359)][t(379)](t(374))[t(358)][t(352)]((n=>{const r=t;if(r(356)!=n[r(368)]&&r(373)!=n[r(368)])return;const{data:s}=n;return s&&r(381)==s[r(370)]?{type:r(367),content:Hr(e[r(364)],r(354))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=Vi,r=t();for(;;)try{if(723535===parseInt(n(445))/1+-parseInt(n(449))/2+parseInt(n(447))/3*(parseInt(n(454))/4)+-parseInt(n(442))/5*(parseInt(n(446))/6)+parseInt(n(438))/7*(parseInt(n(460))/8)+parseInt(n(451))/9*(parseInt(n(444))/10)+parseInt(n(456))/11*(parseInt(n(459))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{[Gi(448)](){const t=Gi,e=this[t(443)];if(!e[t(435)][t(455)](t(462)))return;const n=e[t(435)][t(450)](t(453));n[t(463)](t(441)),n[t(463)](t(458));const r=e[t(435)][t(450)](t(462));r[t(463)](t(439)),r[t(463)](t(436)),r[t(463)](t(457)),r[t(463)](t(452)),r[t(463)](t(440)),r[t(463)](t(461)),r[t(463)](t(437))}}function Hi(){const t=["discardAllSuggestions","goToPreviousRestrictedEditingException","151070wSPDMs","editor","4088190RHiYwW","211558PSWwXl","156btNlGm","1145379TgAWuW","afterInit","2503116RKVerE","get","9juKUcf","acceptAllSuggestions","TrackChangesEditing","4KTpuex","has","15564923pqJbjS","discardSuggestion","goToNextRestrictedEditingException","12Urctld","144nQwBVS","acceptSelectedSuggestions","RestrictedEditingModeEditing","enableCommand","plugins","acceptSuggestion","discardSelectedSuggestions","133581WGKLWD","trackChanges"];return(Hi=function(){return t})()}const Ki=Wi;function Wi(t,e){const n=Xi();return(Wi=function(t,e){return n[t-=497]})(t,e)}function Xi(){const t=["model","downcastDispatcher","120052MJAYlp","getItems","span","enableCommand","split","133640zMTeqZ","activeMarkers","723hgcZrW","ELEMENT_LINE_BREAK","requires","mapper","editor","2086WLSowJ","test","writer","790PhndRr","markerRange","128178mXXfHH","addClass","options","shiftEnter","descriptionFactory","consumable","359928zOMWhs","locale","init","addMarker:suggestion","20tdGdZv","markerName","high","toViewPosition","20948swckuP","merge","registerElementLabel","element","546vSdZHI","insert","88vsxyVR","get","addMarker:suggestion:deletion","ck-suggestion-marker--active","addMarker:suggestion:insertion","ck-suggestion-marker-","editing","deletion","name","bindElementToMarker","createPositionBefore","data","9680bAPVUr","createUIElement","showSuggestionHighlights","8AVPwqm","includes","TrackChangesEditing","plugins","softBreak","130905fczvxm"];return(Xi=function(){return t})()}!function(t,e){const n=Wi,r=t();for(;;)try{if(648124===parseInt(n(510))/1*(-parseInt(n(502))/2)+-parseInt(n(517))/3*(-parseInt(n(541))/4)+parseInt(n(537))/5*(-parseInt(n(527))/6)+parseInt(n(545))/7*(parseInt(n(499))/8)+-parseInt(n(507))/9*(-parseInt(n(525))/10)+-parseInt(n(547))/11*(-parseInt(n(533))/12)+parseInt(n(515))/13*(-parseInt(n(522))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{static get[Ki(519)](){return[Ys.ShiftEnter]}[Ki(535)](){const t=Ki,e=this[t(521)],n=e[t(505)][t(548)](t(504));n[t(513)](t(530)),e[t(553)][t(509)].on(t(551),Zi(e),{priority:t(539)}),e[t(553)][t(509)].on(t(549),Zi(e),{priority:t(539)}),e[t(498)][t(509)].on(t(536),((n,r,s)=>{const o=t;s[o(529)][o(501)]&&Zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(531)][t(543)](t(506),(n=>Hr(e[t(534)],t(518),n)))}}function Zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Wi,i=t[o(505)][o(548)](o(504));if(!s[o(532)][o(523)](r[o(526)],n[o(555)]))return;const a=t[o(508)];for(const t of r[o(526)][o(511)]()){if(!t.is(o(544),o(506)))continue;const n=o(554)==r[o(538)][o(514)](":")[1]?o(542):o(514),c=s[o(524)][o(500)](o(512),{class:o(552)+n}),u=s[o(520)][o(540)](a[o(497)](t));e&&i[o(516)][o(503)](r[o(538)])&&s[o(524)][o(528)](o(550),c),s[o(524)][o(546)](u,c),s[o(520)][o(556)](c,r[o(538)])}}}const Yi=Qi;function Ji(){const t=["commands","markInlineFormat","editor","commandName","1387776CKvnUV","formatInline","802512JJtoha","1665wMfpBd","28KbXYug","isCollapsed","descriptionFactory","formatBlock","getRanges","value","get","format","enableCommand","registerDescriptionCallback","has","from","locale","6BGOqWR","FORMAT_RESTRICTED_ENABLED","forceValue","StandardEditingModeEditing","7388gPsNvy","FORMAT_RESTRICTED_DISABLED","583yAaiuZ","document","357690iLathb","afterInit","777008ejTiNF","selection","7058628apOImO","change","TrackChangesEditing","2215295ITyVxl","plugins","type","restrictedEditingException","model","commandParams"];return(Ji=function(){return t})()}function Qi(t,e){const n=Ji();return(Qi=function(t,e){return n[t-=343]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(697495===-parseInt(n(348))/1+-parseInt(n(350))/2+-parseInt(n(351))/3*(parseInt(n(369))/4)+parseInt(n(380))/5*(parseInt(n(365))/6)+parseInt(n(352))/7*(parseInt(n(375))/8)+parseInt(n(377))/9+-parseInt(n(373))/10*(-parseInt(n(371))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Yi(374)](){const t=Yi,e=this[t(346)],n=e[t(384)],r=e[t(364)];if(!e[t(381)][t(362)](t(368)))return;const s=e[t(381)][t(358)](t(379)),o=t(383),i=e[t(344)][t(358)](o);s[t(360)](o,((e,r={})=>{const a=t,c=n[a(372)][a(376)];if(c[a(353)])return void e(r);const u=void 0!==r[a(367)]?r[a(367)]:!i[a(357)];n[a(378)]((()=>{const t=a,e=Array[t(363)](c[t(356)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(345)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(354)][t(361)]((e=>{const n=t;if(n(355)!=e[n(382)]&&n(349)!=e[n(382)])return;const{data:s}=e;return s&&s[n(347)]==o?s[n(343)][0][n(367)]?{type:n(359),content:Hr(r,n(366))}:{type:n(359),content:Hr(r,n(370))}:void 0}))}}const ta=ea;function ea(t,e){const n=ra();return(ea=function(t,e){return n[t-=203]})(t,e)}!function(t,e){const n=ea,r=t();for(;;)try{if(640411===parseInt(n(208))/1*(parseInt(n(203))/2)+-parseInt(n(248))/3+parseInt(n(240))/4*(parseInt(n(231))/5)+parseInt(n(216))/6+-parseInt(n(245))/7*(-parseInt(n(247))/8)+parseInt(n(225))/9*(-parseInt(n(218))/10)+-parseInt(n(217))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ra);class na extends t.Plugin{[ta(229)](){const t=ta,e=this[t(251)];if(!e[t(237)][t(246)](t(243))||!e[t(237)][t(246)](t(249)))return;const n=e[t(237)][t(212)](t(214)),r=e[t(221)],s=e[t(233)][t(212)](t(241))||{},o=e[t(237)][t(212)](t(252)),i=e[t(237)][t(212)](t(227))[t(213)](e[t(237)][t(212)](t(249)),s[t(209)]);n[t(250)](t(241));const a=new Set;for(const e of i[t(228)]){const n=o[t(230)](e[t(223)]);a[t(224)](n)}const c=new Set;for(const e of i[t(219)]){const n=o[t(230)](e[t(223)]);c[t(224)](n);for(const n of e[t(235)])c[t(224)](n)}for(const e of a)n[t(211)](e),n[t(253)][t(239)](e,Hr(r,t(242)));for(const e of c)n[t(234)](e),n[t(253)][t(239)](e,Hr(r,t(242)));this[t(222)]()}[ta(222)](){const t=ta,e=this[t(251)],n=e[t(221)];e[t(237)][t(212)](t(214))[t(253)][t(205)]((e=>{const r=t;if(r(232)!=e[r(226)]&&r(238)!=e[r(226)])return;const{data:s}=e;return s&&r(241)===s[r(207)]?s[r(204)][0][r(206)]?{type:r(215),content:Hr(n,r(236),s[r(204)][0][r(244)][r(220)]())}:{type:r(215),content:Hr(n,r(210),s[r(204)][0][r(244)][r(220)]())}:void 0}))}}function ra(){const t=["DataSchema","enableDefaultAttributesIntegration","editor","GeneralHtmlSupport","descriptionFactory","1953256GlkXaR","commandParams","registerDescriptionCallback","forceValue","commandName","1zuQVFl","definitions","*Remove format:* %0","registerBlockAttribute","get","normalizeConfig","TrackChangesEditing","format","3604752iiaToh","19449925BaZlQe","6190YhJynj","inline","toLowerCase","locale","_registerLegacyDescription","element","add","17271gZGHEU","type","StyleUtils","block","afterInit","getGhsAttributeNameForElement","5xlIkNo","formatBlock","config","registerInlineAttribute","ghsAttributes","*Set format:* %0","plugins","formatInline","registerAttributeLabel","3792092aGzOsv","style","FORMAT_STYLE","Style","styleName","266JVOEHo","has","251792Aeemiw","375024nTqXXU"];return(ra=function(){return t})()}function sa(t,e){const n=ia();return(sa=function(t,e){return n[t-=466]})(t,e)}const oa=sa;function ia(){const t=["map","isInContent","getCellLocation","TableEditing","registerPostFixer","hasAttribute","has","min","execute","6558448jMqIbA","createPositionAt","getChildren","length","subType","ELEMENT_TABLE_WITH_TEXT","1886910SZHpHX","getSelectionAffectedTableCells","minColumn","differ","removeTableColumn","document","push","maxColumn","TableUtils","name","getRowIndexes","addRange","MIN_SAFE_INTEGER","fromRange","change","options","tableCell","tableColumn","25QKrpel","join","position","createRangeOn","discard","afterInit","removeTableRow","startsWith","TrackChangesEditing","insertTableColumnRight","findAncestor","highest","root","getContainedElement","plugins","above","selectTableColumn","getRanges","ELEMENT_TABLE_ROW_WITH_TEXT","showSuggestionHighlights","*Insert:* %0","writer","max","rootName","enqueueChange","downcastDispatcher","getFirstRange","ELEMENT_TABLE","removeClass","21DfJvpR","toViewElement","batch","suggestion","getColumnIndexes","ELEMENT_TABLE_COLUMN_WITH_TEXT","last","*Remove:* %0","end","25355825rGYoEn","4083720vBppuh","toLowerCase","createTableWalker","78091pLozBd","insertTableColumnLeft","ELEMENT_TABLE_COLUMN","nodeBefore","insert","registerDescriptionCallback","isIntersectingWithRange","table","_splitMarkerName","markMultiRangeDeletion","refresh","data","minRow","getChangedMarkers","insertion","$textProxy","isArray","MAX_SAFE_INTEGER","add","setSelection","span","oldRange","get","values","insertTable","addClass","insertTableRowBelow","28jIcwiJ","cell","_tablePostFixingSubtypes","isTouching","filter","change:data","commands","start","enableCommand","selection","order","341956kqmMsj","low","_getSuggestionCoords","element","3258gedmxe","ELEMENT_TABLE_ROW","classes","tableRow","maxRow","getAttribute","selectTableRow","first","deletion","_acceptFormatSuggestionCallbackFactory","$graveyard","markMultiRangeInsertion","_tableSuggestions","substr","_suggestionFactory","createRangeIn","_getCoordsForCells","accept","21030mUswjm","getSuggestion","mapper","forceValue","detach","type","registerCustomCallback","item","_setupColumnsRowsFixing","some","colspan","locale","isEqual","getItems","getChanges","descriptionFactory","addMarker:suggestion","registerElementLabel","nodeAfter","every","editor","tablePaste","model","insertTableRowAbove","left","includes","rowspan","from"];return(ia=function(){return t})()}!function(t,e){const n=sa,r=t();for(;;)try{if(724729===parseInt(n(611))/1*(parseInt(n(475))/2)+-parseInt(n(608))/3+parseInt(n(486))/4*(-parseInt(n(569))/5)+parseInt(n(551))/6*(-parseInt(n(598))/7)+parseInt(n(545))/8+parseInt(n(490))/9*(-parseInt(n(508))/10)+parseInt(n(607))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=sa;super(t),this[e(477)]=[e(493),e(568)],this[e(502)]=new Set}[oa(574)](){const t=oa,e=this[t(528)],n=e[t(530)][t(556)][t(484)];if(!e[t(583)][t(542)](t(539)))return;const r=e[t(519)],s=e[t(583)][t(470)](t(577)),o=e[t(583)][t(470)](t(559));s[t(523)][t(525)](t(618),(e=>Hr(r,t(596),e))),this[t(516)](),s[t(483)](t(472)),s[t(483)](t(496)),s[t(483)](t(585));for(const r of[t(531),t(474)]){const i=e[t(481)][t(470)](r);s[t(483)](r,(r=>{const a=t;e[a(530)][a(565)]((t=>{const e=a;r();const c=e(584)===i[e(485)],u=o[e(552)](n),l=o[e(561)](u),f=c?l[e(497)]-1:l[e(604)]+1,h=u[0][e(579)](e(618)),g=o[e(610)](h,{startRow:f,endRow:f}),d=Array[e(535)](g)[e(536)]((n=>t[e(572)](n[e(476)])));s[e(501)](d,e(493))}))}))}for(const r of[t(612),t(578)]){const i=e[t(481)][t(470)](r);s[t(483)](r,(r=>{const a=t;e[a(530)][a(565)]((t=>{const e=a;r();const c=e(532)===i[e(485)],u=o[e(552)](n),l=o[e(602)](u),f=c?l[e(497)]-1:l[e(604)]+1,h=u[0][e(579)](e(618)),g=o[e(610)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(535)](g)[e(536)]((n=>t[e(572)](n[e(476)])));s[e(501)](d,e(568))}))}))}for(const r of[t(575),t(555)]){const i=r[t(503)](11),a=i[t(609)](),c=a[t(503)](0,3)+t(468),u=t(618)+i,l=t(543)+i,f=t(591)+i;s[t(483)](r,(()=>{const i=t;e[i(530)][i(565)]((t=>{const e=i,h=o[e(552)](n),g=h[0][e(579)](e(618));let d;if(e(575)==r){const t=o[e(561)](h);d={startRow:t[e(497)],endRow:t[e(604)],includeAllSlots:!0}}else{const t=o[e(602)](h);d={startColumn:t[e(497)],endColumn:t[e(604)],includeAllSlots:!0}}const p=o[e(610)](g,d),m=Array[e(535)](p)[e(536)]((({cell:t})=>t)),I=ca(m[e(479)]((t=>t[e(541)](c)))),E=ca(m[e(479)]((t=>!t[e(541)](c))))[e(536)]((n=>t[e(572)](n))),b=s[e(620)](E,u);if(b&&(e(493)==b[e(549)]||e(568)==b[e(549)])){const n=this[e(488)](b);for(const r of I){const s=t[e(572)](r),i=o[e(538)](r),u=r[e(495)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(562)](s)}}}))}))}function c(r){const s=t,o=Array[s(535)](n[s(586)]())[s(536)]((t=>i.LiveRange[s(564)](t)));e[s(530)][s(565)]((t=>{const n=s,i=t[n(600)];r=r[n(479)]((t=>n(500)!=t[n(581)][n(592)])),t[n(467)](r),e[n(481)][n(470)](n(575))[n(621)](),e[n(544)](n(575),{forceDefaultExecution:!0}),e[n(530)][n(593)]((()=>{const t=n;e[t(530)][t(593)](i,(e=>{const n=t,r=o[n(479)]((t=>n(500)!=t[n(581)][n(592)]));r[n(548)]>0&&e[n(467)](r);for(const t of o)t[n(512)]()}))}))}))}function u(r){const s=t;e[s(530)][s(565)]((t=>{const o=s,a=Array[o(535)](n[o(586)]())[o(536)]((t=>i.LiveRange[o(564)](t))),c=[];for(const t of r)for(const e of t[o(521)]({shallow:!0}))c[o(557)](e);for(const n of c)o(500)!=n[o(581)][o(592)]&&(t[o(467)](t[o(546)](n,0)),e[o(481)][o(470)](o(555))[o(621)](),e[o(544)](o(555),{forceDefaultExecution:!0}));const u=a[o(479)]((t=>o(500)!=t[o(581)][o(592)]));u[o(548)]>0&&t[o(467)](u);for(const t of a)t[o(512)]()}))}function l(e,n){const r=t;return n[r(527)]((t=>e[r(517)]((e=>e[r(606)][r(520)](t[r(482)])||t[r(606)][r(520)](e[r(482)])))))}function f(e,n){const r=t;return e[r(517)]((t=>n[r(517)]((e=>t[r(606)][r(478)](e[r(482)])))))}e[t(622)][t(594)].on(t(524),((e,n,r)=>{const s=t;if(!r[s(566)][s(588)])return;const o=n[s(515)];if(!o)return;const i=r[s(510)][s(599)](o);function c(t){return Array[s(627)](t)?t:[t]}i&&s(567)===o[s(560)]&&(0,a.setHighlightHandling)(i,r[s(590)],((t,e,n)=>n[s(473)](c(e[s(492)]),t)),((t,e,n)=>n[s(597)](c(e[s(492)]),t)))}),{priority:t(580)}),s[t(523)][t(616)]((e=>{const n=t;if(n(625)!=e[n(513)]&&n(498)!=e[n(513)])return;const s=e[n(582)]();if(null!=s&&s.is(n(489),n(618))){if(n(625)==e[n(513)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)]));if(t[n(548)])return{type:n(625),content:Hr(r,n(589),Hr(r,n(550),'"'+t[n(570)](" ")+'"'))}}if(n(498)==e[n(513)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)]));if(t[n(548)])return{type:n(498),content:Hr(r,n(605),Hr(r,n(550),'"'+t[n(570)](" ")+'"'))}}}})),s[t(523)][t(616)]((e=>{const n=t;if(n(493)==e[n(549)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)])),s=this[n(488)](e),o=s[n(494)]-s[n(623)]+1;if(n(625)==e[n(513)])return t[n(548)]?{type:n(625),content:Hr(r,n(589),Hr(r,n(587),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(625),content:Hr(r,n(589),Hr(r,n(491),o))};if(n(498)==e[n(513)])return t[n(548)]?{type:n(498),content:Hr(r,n(605),Hr(r,n(587),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(498),content:Hr(r,n(605),Hr(r,n(491),o))}}if(n(568)==e[n(549)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)])),s=this[n(488)](e),o=s[n(558)]-s[n(553)]+1;if(n(625)==e[n(513)])return t[n(548)]?{type:n(625),content:Hr(r,n(589),Hr(r,n(603),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(625),content:Hr(r,n(589),Hr(r,n(613),o))};if(n(498)==e[n(513)])return t[n(548)]?{type:n(498),content:Hr(r,n(605),Hr(r,n(603),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(498),content:Hr(r,n(605),Hr(r,n(613),o))}}})),s[t(504)][t(514)](t(625),t(493),t(573),c),s[t(504)][t(514)](t(498),t(493),t(507),c),s[t(504)][t(514)](t(625),t(568),t(573),u),s[t(504)][t(514)](t(498),t(568),t(507),u),s[t(504)][t(514)](t(625),t(568),t(570),l),s[t(504)][t(514)](t(498),t(568),t(570),l),s[t(504)][t(514)](t(625),t(493),t(570),f),s[t(504)][t(514)](t(498),t(493),t(570),f)}[oa(499)](){const t=oa,e=this[t(528)],n=e[t(530)][t(556)][t(484)];return(r,s)=>{const o=t;e[o(530)][o(565)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(606)][a(614)];u&&u[0]&&!1===u[0][a(511)]&&(l=r[0][a(482)][a(526)]);const f=t[a(505)](l);if(a(500)==f[a(581)][a(592)])return;const h=Array[a(535)](n[a(586)]())[a(536)]((t=>i.LiveRange[a(564)](t)));t[a(467)](f),e[a(481)][a(470)](c)[a(621)](),u[a(557)]({forceDefaultExecution:!0}),e[a(544)](c,...u);const g=h[a(479)]((t=>a(500)!=t[a(581)][a(592)]));g[a(548)]>0&&t[a(467)](g);for(const t of h)t[a(512)]()}))}}[oa(506)](t){const e=oa,n=this[e(528)][e(583)][e(470)](e(559));let r=Number[e(628)],s=Number[e(563)],o=Number[e(628)],i=Number[e(563)];for(const a of t){if(e(500)==a[e(581)][e(592)])continue;const{row:t,column:c}=n[e(538)](a),u=a[e(541)](e(534))?a[e(495)](e(534))-1:0,l=a[e(541)](e(518))?a[e(495)](e(518))-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}}[oa(516)](){const t=oa,e=this[t(528)],n=e[t(583)][t(470)](t(577)),r=e[t(583)][t(470)](t(559));e[t(530)][t(556)].on(t(480),(()=>{const r=t,s=Array[r(535)](e[r(530)][r(556)][r(554)][r(624)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(619)](t);if(r(601)!=s)continue;if(null!=e[r(469)])continue;const a=n[r(509)](o);this[r(477)][r(533)](i)&&this[r(502)][r(466)](a)}}),{priority:t(487)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(572)](e),a=e[s(579)](s(618)),c=r[s(538)](e);for(const t of this[s(502)]){const n=t[s(549)],r=n[s(576)](s(529)),u=n[s(503)](r?10:5),l=u[s(609)](),f=l[s(503)](0,3)+s(468),h=s(543)+u,g=s(591)+u;if(!t[s(537)])continue;if(a!=t[s(595)]()[s(482)][s(579)](s(618)))continue;if(t[s(617)](i))continue;const d=e[s(541)](f)?e[s(495)](f)-1:0,p=this[s(488)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(562)](i),o=!0)}return o};e[t(530)][t(556)][t(540)]((n=>{const r=t;let o=!1;for(const t of e[r(530)][r(556)][r(554)][r(522)]())if(r(615)==t[r(513)])if(r(493)==t[r(560)])for(const e of t[r(571)][r(526)][r(547)]())o=o||s(e,n);else r(567)==t[r(560)]&&(o=o||s(t[r(571)][r(526)],n));return o}))}[oa(488)](t){const e=oa;return this[e(506)](t[e(586)]()[e(536)]((t=>t[e(482)][e(526)])))}}function ca(t){const e=oa;return Array[e(535)](new Set(t)[e(471)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=100]})(t,e)}function fa(){const t=["formatInline","257410cnAgya","_tablePostFixingSubtypes","cell","getSuggestions","getFirstPosition","getAncestors","markBlockFormat","execute","detach","author","type","5362GXQhZK","createRangeOn","2932353PmRPUg","low","setSelection","getRanges","element","locale","afterInit","requires","change","filter","29368dioEOt","commandName","findAncestor","map","_areMergableCells","getCellLocation","value","length","_suggestionFactory","document","formatBlock","direction","884352yZDkvY","editor","root","markMultiRangeBlockFormat","tableCell","forceDefaultExecution","593724IPwezR","trackChanges","registerDescriptionCallback","getSelectionAffectedTableCells","*Split cell:* vertically","isEnabled","39kXdjAC","TableEditing","push","highest","enableCommand","add","accept","plugins","size","refresh","table","splitTableCellVertically","isInContent","containsRange","model","_isForcedDefaultExecutionBlock","$graveyard","splitTableCellHorizontally","createTableWalker","selection","descriptionFactory","horizontally","format","TableUtils","_areSelectedCellsMergable","671013Wqeeie","find","return","set:isEnabled","mergeTableCells","deletion","*Merge cells*","_acceptFormatSuggestionCallbackFactory","registerCustomCallback","mergeTableCellRight","mergeTableCellUp","6sKyuhp","mergeTableCellDown","rootName","insertion","subType","has","commands","get","stop","TrackChangesEditing","from","*Split cell:* horizontally","mergeTableCellLeft","fromRange"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(105734===parseInt(n(181))/1+parseInt(n(169))/2*(-parseInt(n(107))/3)+-parseInt(n(101))/4+-parseInt(n(158))/5+parseInt(n(143))/6*(parseInt(n(132))/7)+-parseInt(n(193))/8+parseInt(n(171))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(178)](){return[aa]}[ua(177)](){const t=ua,e=this[t(194)],n=e[t(121)][t(190)][t(126)],r=e[t(176)];if(!e[t(114)][t(148)](t(108)))return;const s=e[t(114)][t(150)](t(152)),o=e[t(114)][t(150)](t(130)),a=e[t(114)][t(150)](aa);a[t(159)][t(109)](t(136)),s[t(111)](t(136),(()=>{const n=t,r=o[n(104)](e[n(121)][n(190)][n(126)]);e[n(121)][n(179)]((()=>{const t=n;s[t(196)](r,{commandName:t(136),commandParams:[]},[],t(136))}))})),e[t(149)][t(150)](t(136)).on(t(165),((n,r)=>{const o=t;e[o(149)][o(150)](o(102))[o(187)]&&(r[o(188)]>0&&r[r[o(188)]-1]&&r[r[o(188)]-1][o(100)]||s[o(122)]||this[o(131)]()||n[o(151)]())}),{priority:t(110)});for(const n of[t(142),t(141),t(144),t(155)]){const r=e[t(149)][t(150)](n);s[t(111)](n,(()=>{const n=t,o=e[n(121)][n(190)][n(126)][n(162)]()[n(163)]()[n(133)]((t=>t.is(n(175),n(197)))),i=r[n(187)];e[n(121)][n(179)]((()=>{const t=n;s[t(196)]([o,i],{commandName:t(136),commandParams:[]},[],t(136))}))}))}for(const n of[t(118),t(124)]){const r=e[t(149)][t(150)](n);s[t(111)](n,(()=>{const i=t,a=o[i(104)](e[i(121)][i(190)][i(126)])[0],c=a[i(183)](i(117)),{column:u,row:l}=o[i(186)](a);let f=[];if(i(128)==r[i(192)]){const t=o[i(125)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(153)](t)[i(184)]((t=>t[i(160)]))}else{const t=o[i(125)](c,{column:u,includeAllSlots:!0});f=Array[i(153)](t)[i(184)]((t=>t[i(160)]))}e[i(121)][i(179)]((t=>{const e=i;s[e(164)](t[e(170)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(127)][t(103)]((e=>{const n=t;if(n(191)!=e[n(168)]&&n(157)!=e[n(168)])return;const{data:s}=e;return s&&n(136)==s[n(182)]?{type:n(129),content:Hr(r,n(138))}:void 0})),s[t(127)][t(103)]((e=>{const n=t;if(n(191)!=e[n(168)]&&n(157)!=e[n(168)])return;const{data:s}=e;return s?n(118)==s[n(182)]?{type:n(129),content:Hr(r,n(105))}:n(124)==s[n(182)]?{type:n(129),content:Hr(r,n(154))}:void 0:void 0}));const c=a[t(139)]();for(const e of[t(142),t(141),t(144),t(155)])s[t(189)][t(140)](t(191),e,t(113),c);for(const e of[t(118),t(124)])s[t(189)][t(140)](t(191),e,t(113),c);s[t(189)][t(140)](t(191),t(136),t(113),(r=>{const s=t;e[s(121)][s(179)]((t=>{const o=s,a=Array[o(153)](n[o(174)]())[o(184)]((t=>i.LiveRange[o(156)](t)));t[o(173)](r),e[o(149)][o(150)](o(136))[o(116)](),e[o(165)](o(136),{forceDefaultExecution:!0});const c=a[o(180)]((t=>o(123)!=t[o(195)][o(145)]));c[o(188)]>0&&t[o(173)](c);for(const t of a)t[o(166)]()}))}));for(const n of[t(142),t(144),t(155),t(141)]){const r=e[t(149)][t(150)](n);r.on(t(135),((n,s,o)=>{const i=t;if(o){const t=e[i(121)][i(190)][i(126)][i(162)]()[i(163)]()[i(133)]((t=>t.is(i(175),i(197))));this[i(185)](r[i(187)],t)||(n[i(134)]=!1,n[i(151)]())}}),{priority:t(172)})}}[ua(131)](){const t=ua,e=this[t(194)][t(149)][t(150)](t(136)),n=this[t(194)][t(114)][t(150)](t(130));if(!e[t(106)])return!1;const r=n[t(104)](this[t(194)][t(121)][t(190)][t(126)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(185)](e,n))return!1;return!0}[ua(185)](t,e){const n=ua,r=this[n(194)][n(114)][n(150)](n(152)),s=this[n(194)][n(121)][n(170)](t),o=this[n(194)][n(121)][n(170)](e),i=new Set,a=new Set;for(const t of r[n(161)]())if((n(146)==t[n(168)]||n(137)==t[n(168)]||n(136)==t[n(147)])&&t[n(119)])for(const e of t[n(174)]())e[n(120)](s,!0)&&i[n(112)](t[n(168)]+":"+t[n(167)].id),e[n(120)](o,!0)&&a[n(112)](t[n(168)]+":"+t[n(167)].id);if(i[n(115)]!=a[n(115)])return!1;for(const t of i)if(!a[n(148)](t))return!1;return!0}}function ga(t,e){const n=pa();return(ga=function(t,e){return n[t-=432]})(t,e)}const da=ga;function pa(){const t=["unbindElementFromMarkerName","forceValue","getCellLocation","removeMarker:suggestion","activeMarkers","parent","afterInit","cell","highest","has","stop","get","4488711OxOcgD","showSuggestionHighlights","TrackChangesEditing","toViewElement","commandName","end","options","enableDefaultAttributesIntegration","plugins","markerRange","6219ytPYDn","16312MeXEDc","2603814DozkAX","ck-suggestion-marker-","registerDescriptionCallback","174340eArBfx","TableUtils","95dmUugc","data","markerNameToElements","ck-suggestion-marker--active","FORMAT_HEADER_ROW","consume","editor","TableEditing","34166590WWWsSZ","editing","locale","downcastDispatcher","registerAttributeLabel","descriptionFactory","setAttribute","item","addClass","setTableColumnHeader","_handleLegacySuggestions","_splitMarkerName","addMarker:suggestion","markerName","type","includes","registerBlockAttribute","formatBlock","removeAttribute","FORMAT_REGULAR_COLUMN","_suggestionFactory","*Format:* %0","commandParams","1221358PMhCLR","FORMAT_HEADER_COLUMN","headingRows","nodeAfter","removeClass","14vwEjhg","_registerLegacyDescription","writer","accept","start","345788BrPhkT","FORMAT_REGULAR_ROW","requires","format","setTableRowHeader","data-suggestion","consumable","bindElementToMarker","_acceptFormatSuggestionCallbackFactory","createTableWalker","getSuggestion","nodeBefore","headingColumns","registerCustomCallback","mapper","name"];return(pa=function(){return t})()}!function(t,e){const n=ga,r=t();for(;;)try{if(816187===-parseInt(n(433))/1+parseInt(n(509))/2+-parseInt(n(461))/3+-parseInt(n(476))/4*(parseInt(n(478))/5)+parseInt(n(473))/6*(parseInt(n(514))/7)+parseInt(n(472))/8*(-parseInt(n(471))/9)+parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[da(435)](){return[aa]}[da(455)](){const t=da,e=this[t(484)];if(!e[t(469)][t(458)](t(485)))return;const n=e[t(488)],r=e[t(469)][t(460)](t(463));r[t(468)](t(437)),r[t(468)](t(495)),r[t(502)](t(511)),r[t(502)](t(445)),r[t(491)][t(490)](t(511),Hr(n,t(482))),r[t(491)][t(490)](t(445),Hr(n,t(510))),this[t(496)]()}[da(496)](){const t=da,e=this[t(484)][t(469)][t(460)](t(463)),n=this[t(484)][t(469)][t(460)](t(477)),r=this[t(484)][t(469)][t(460)](aa)[t(441)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=ga,{type:c,id:u}=e[a(497)](o[a(499)]),l=e[a(443)](u),f=l[a(479)];if(a(503)!=l[a(500)]||!f||a(495)!=f[a(465)])return;if(o[a(493)])return void s[a(459)]();if(!i[a(439)][a(483)](o[a(470)],s[a(448)]))return;const h=o[a(470)][a(432)][a(512)],g=o[a(470)][a(466)][a(444)],d=h[a(454)][a(454)],{column:p}=n[a(451)](h),{column:m}=n[a(451)](g);for(let s=p;s<=m;s++){const l=n[a(442)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(456)],l=i[a(447)][a(464)](s);i[a(516)][a(494)](a(474)+c,l),r&&i[a(516)][a(492)](a(438),u,l),i[a(447)][a(440)](l,o[a(499)]),t&&(e[a(453)][a(501)](o[a(499)])?i[a(516)][a(494)](a(481),l):i[a(516)][a(513)](a(481),l))}}}}e[t(506)][t(446)](t(503),t(437),t(517),r),e[t(506)][t(446)](t(503),t(495),t(517),r),this[t(484)][t(487)][t(489)].on(t(498),s(),{priority:t(457)}),this[t(484)][t(479)][t(489)].on(t(498),((e,n,r)=>{const o=t;r[o(467)][o(462)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(457)}),this[t(484)][t(487)][t(489)].on(t(452),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(497)](r[o(499)]),c=e[o(443)](a),u=c[o(479)];if(o(503)!=c[o(500)]||!u||o(495)!=u[o(465)])return;const l=s[o(447)][o(480)](r[o(499)]);if(l)for(const t of l)s[o(516)][o(513)](o(474)+i,t),s[o(516)][o(513)](o(481),t),s[o(516)][o(504)](o(438),t),s[o(447)][o(449)](t,r[o(499)])}),{priority:t(457)}),this[t(515)]()}[da(515)](){const t=da,e=this[t(484)],n=e[t(488)];function r(e){const r=t;return{type:r(436),content:Hr(n,r(507),e)}}e[t(469)][t(460)](t(463))[t(491)][t(475)]((e=>{const s=t;if(s(503)!=e[s(500)])return;const{data:o}=e;if(o){if(s(437)==o[s(465)]){const t=o[s(508)][0][s(450)];return r(Hr(n,s(t?482:434)))}if(s(495)==o[s(465)]){const t=o[s(508)][0][s(450)];return r(Hr(n,s(t?510:505)))}}}))}}const Ia=ba;function Ea(){const t=["tablePaste","getRowIndexes","every","fromRange","getSuggestionCallback","getColumnIndexes","attributes","start","markerAttributes","148UlXLhB","_isForcedDefaultExecutionBlock","3500835GhCOqK","$graveyard","elementToElement","8686971oGUBFQ","suggestionLoaded","suggestionUnloaded","editingDowncast","_tablePostFixingSubtypes","tableCellHorizontalAlignment","schema","414McnuPS","updateMarker","add","get","previousSibling","tableCell","getChangedMarkers","getSuggestion","suggestion:formatBlock:tablePasteCell","author","registerPostFixer","register","keys","deletion","listenTo","trackChanges","value","setAttributes","unwrap","createRangeOn","cells","paragraph","table","7627908GaLOYn","getShiftedBy","root","isEmpty","createRangeIn","requires","low","getItems","getContainedElement","last","getAttributes","createPositionBefore","Users","getAllAdjacentSuggestions","end","10TWhGdj","insertContent","markMultiRangeInsertion","cell","hasSuggestion","rowInsertionRanges","model","markMultiRangeBlockFormat","removeColumns","getColumns","_createdBatches","createElement","forceDefaultExecution","view","22451988lVWVry","insertColumns","position","type","element","rowInsertionIndexes","nodeAfter","suggestion","611709rCfZYi","*Replace table cells*","tablePasteRow","dataDowncast","documentSelection","forEach","remove","getSuggestions","has","ck-suggestion-marker--active","createTableWalker","detach","reduce","containsRange","88JaHTgH","getRanges","afterInit","return","fill","insertion","locale","registerCustomCallback","clipboardOutput","for","find","accept","removeRows","rows","markMultiRangeDeletion","push","_splitMarkerName","endRow","selection","tablePasteColumn","getChild","columnInsertionRanges","column","tableCellVerticalAlignment","tablePasteCell","8261bFbaMY","getMarkers","26485arzfLl","name","includes","move","4oKFuOw","markers","commands","getChildren","ck-suggestion-marker-insertion","insert","fromEntries","findAncestor","insertRows","document","previous","isInContent","batch","tableCellBorderWidth","22QmwYVW","length","markerName","discard","options","newRange","editing","plugins","join","conversion","TrackChangesEditing","getTableIfOnlyTableInContent","columnInsertionIndexes","setAttribute","row","markerToHighlight","call","from","tableCellBackgroundColor","redo","some","rootName","showSuggestionHighlights","TableUtils","getRange","wrap","_suggestionFactory","high","nextSibling","differ","tableCellSuggestion","filter","_replaceTableSlotCell","first","tableCellBorderColor","content","subType","oldRange","isEqual","formatBlock","registerDescriptionCallback","change","getSelectionAffectedTableCells","tableCellBorderStyle","editor","activeMarkers","columns","endColumn","ck-suggestion-marker","insertionRanges","tablePasteChainId","entries","getRows","getChanges","removeMarker","startsWith","removeMarkers","createRange","deletionRanges","stop","next","set","suggestion-td","tableCellPadding","_getCoordsForCells","map","TableClipboard","descriptionFactory"];return(Ea=function(){return t})()}function ba(t,e){const n=Ea();return(ba=function(t,e){return n[t-=424]})(t,e)}!function(t,e){const n=ba,r=t();for(;;)try{if(641934===parseInt(n(563))/1*(-parseInt(n(452))/2)+-parseInt(n(454))/3*(-parseInt(n(569))/4)+parseInt(n(565))/5*(-parseInt(n(464))/6)+parseInt(n(524))/7*(parseInt(n(538))/8)+parseInt(n(457))/9*(-parseInt(n(502))/10)+-parseInt(n(583))/11*(parseInt(n(487))/12)+parseInt(n(516))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const Ta=[Ia(582),Ia(617),Ia(626),Ia(462),Ia(561),Ia(601),Ia(438)],_a=Object[Ia(575)](Ta[Ia(440)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(492)](){return[aa]}[Ia(540)](){const t=Ia,n=this[t(627)];if(!n[t(590)][t(532)](t(441)))return;const r=n[t(590)][t(467)](t(593)),s=n[t(590)][t(467)](t(606)),o=n[t(590)][t(467)](aa),a=n[t(590)][t(467)](t(441));o[t(461)][t(553)](t(526),t(557)),n[t(508)][t(463)][t(475)](t(613),{allowIn:t(469),allowContentOf:t(469),isLimit:!0}),n[t(592)][t(456)]({model:t(613),view:t(437)});let c=null;n[t(508)].on(t(503),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(584)]-1];h&&h[u(514)]||r[u(453)]||this[u(627)][u(571)][u(467)](u(479))[u(480)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(528)))return!1;const i=s[o(594)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(625)](n[o(578)][o(556)]);if(!a[o(584)])return!1;const c=a[0][o(576)](o(486)),l=r[o(444)](a),f=r[o(448)](a),h={startRow:l[o(616)],endRow:l[o(496)],startColumn:f[o(616)],endColumn:f[o(496)]};return 1==a[o(584)]&&(h[o(555)]+=r[o(427)](i)-1,h[o(630)]+=r[o(511)](i)-1),ka(c,h,r)}(l,f,n[u(508)],s,a)&&(o[u(434)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(508)][u(624)]((()=>{const t=u;n[t(508)][t(503)](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(584)]&&r[t(504)](o,t(526),{tablePasteChainId:s}),a[t(584)]&&r[t(504)](a,t(557),{tablePasteChainId:s}),l[t(584)]&&(r[t(504)](l,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(529)]((e=>{const n=t;var r;return null===(r=e[n(535)])||void 0===r?void 0:r[n(599)](e)}))),f[t(584)]&&(r[t(552)](f,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(529)]((e=>{const n=t;var r;return null===(r=e[n(535)])||void 0===r?void 0:r[n(599)](e)})));const g=r[t(509)](h[t(440)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(562),{tablePasteChainId:s});if(g){const e=g[t(564)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(508)][t(483)](s),a=e[t(548)]((e=>e[t(607)]()[t(621)](i)));a&&r[t(553)]([a[t(566)],o])}r[t(584)]&&g[t(596)](t(451),Object[t(575)](r))}c=null})))}),{priority:e.priorities[t(610)]+10}),n[t(590)][t(467)](t(441)).on(t(615),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(434)]();const u=s[r(505)],l=o,f=Aa(u),h=Aa(l);e[r(541)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(530)](u[r(558)](0));for(const t of Array[r(600)](l[r(572)]()))a[r(574)](t,u,r(501));const t=c[r(521)][r(567)](s[r(597)]),e=c[r(595)][r(567)](s[r(560)]);t||e||(g=i.LiveRange[r(446)](a[r(491)](u)))}else h&&!f&&(d=a[r(491)](u));else{const t=a[r(513)](r(613)),e=a[r(513)](r(613));a[r(608)](a[r(491)](u),e),a[r(574)](t,u,0);for(const e of Array[r(600)](l[r(572)]()))a[r(574)](e,t,r(501));g=i.LiveRange[r(446)](a[r(483)](t)),d=i.LiveRange[r(446)](a[r(483)](e))}const p=Array[r(600)](l[r(497)]())[r(614)]((([t])=>Ta[r(567)](t)));c[r(484)][r(553)]({element:u,attributes:p[r(584)]?Object[r(575)](p):null}),g&&c[r(424)][r(553)](g),d&&c[r(433)][r(553)](d)}),{priority:t(610)}),s.on(t(517),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(629)]||1;c[o(595)]=new Array(l)[o(542)](u)[o(440)](((t,e)=>t+e));for(const{cell:t}of s[o(534)](i,{startColumn:u,endColumn:u+l-1}))c[o(559)][o(553)](n[o(508)][o(483)](t))}),{priority:t(493)}),s.on(t(577),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(551)]||1;c[o(521)]=new Array(l)[o(542)](u)[o(440)](((t,e)=>t+e));for(const{cell:t}of s[o(534)](i,{startRow:u,endRow:u+l-1}))c[o(507)][o(553)](n[o(508)][o(483)](t))}),{priority:t(493)}),r[t(442)][t(623)]((e=>{const r=t;if(e[r(619)]&&e[r(619)][r(430)](r(443)))return e[r(579)]?{}:{type:r(543),content:Hr(n[r(544)],r(525))}}));const u=()=>!1;for(const e of[t(443),t(557),t(526),t(562)])r[t(609)][t(545)](t(543),e,t(591),u),r[t(609)][t(545)](t(477),e,t(591),u),r[t(609)][t(545)](t(622),e,t(591),u);r[t(609)][t(545)](t(622),t(562),t(586),u),r[t(609)][t(545)](t(622),t(562),t(549),((e,r,s)=>{const o=t,i=e[o(440)]((t=>t[o(495)]()))[o(614)]((t=>t)),a=new Map(i[o(440)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(484)])e&&a[o(436)](t,e);else if(s&&s[o(451)])for(const[t,e]of Object[o(426)](s[o(451)])){const r=n[o(508)][o(570)][o(467)](t),s=r?r[o(607)]()[o(495)]():null;s&&a[o(436)](s,e)}n[o(508)][o(624)]((t=>{const e=o;for(const[n,r]of a)t[e(481)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(609)][o(545)](e,o(443),s,((t,i,a)=>{const c=o;n[c(508)][c(624)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(450)][o(522)];t.is(o(520),o(613))&&u[o(553)](t)}r[o(609)][o(447)](e,null,s)(t,i,a);for(const t of u)o(455)!=t[o(489)][o(604)]&&n[o(482)](t)}))}))};l(t(543),t(549)),l(t(543),t(586)),l(t(477),t(549)),l(t(477),t(586)),r[t(609)][t(545)](t(543),t(526),t(586),(e=>{const n=t,r=e[n(440)]((t=>t[n(495)]())),i=r[0][n(576)](n(486)),{minRow:a,maxRow:c}=o[n(439)](r);s[n(550)](i,{at:a,rows:c-a+1})})),r[t(609)][t(545)](t(543),t(557),t(586),(e=>{const n=t,r=e[n(440)]((t=>t[n(495)]())),i=r[0][n(576)](n(486)),{minColumn:a,maxColumn:c}=o[n(439)](r);s[n(510)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(619)]||!n[s(619)][s(430)](s(443)))return;const o=n[s(449)][s(425)],i=r[s(531)]()[s(614)]((t=>t[s(580)]&&t[s(449)]&&t[s(449)][s(425)]==o));i[s(584)]&&n[s(500)]()[s(584)]!=i[s(584)]&&i[s(536)](((t,e)=>(t[s(435)]=e,e[s(579)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(554)](e[s(585)]),i=[s(631),s(573)],a=r[s(628)][s(567)](e[s(585)]);return a&&i[s(553)](s(533)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(458),f,{priority:t(610)}),r.on(t(459),f,{priority:t(610)}),n[t(508)][t(578)][t(474)]((()=>{const e=t;let s=!1;const o=Array[e(600)](n[e(508)][e(578)][e(612)][e(470)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(554)](t);if(e(523)!=o||e(477)!=a||i[e(620)])continue;if(!r[e(506)](c))continue;const u=r[e(471)](c)[e(539)](),l=n[e(590)][e(467)](e(499)).me;for(const t of r[e(531)]())if(t[e(580)]&&t[e(473)]==l&&e(622)==t[e(519)]&&e(562)==t[e(619)]&&t[e(539)]()[e(445)]((t=>u[e(603)]((n=>n[e(537)](t,!0))))))for(const n of t[e(500)]())n[e(580)]&&(n[e(586)](),s=!0)}return s})),n[t(508)][t(578)][t(474)]((e=>{const s=t,o=n[s(571)][s(467)](s(602));if(!o||!o[s(512)][s(532)](e[s(581)]))return!1;let i=!1;const a=n[s(590)][s(467)](s(499)).me,c=n[s(508)][s(578)][s(612)][s(428)](),u=Array[s(600)](n[s(508)][s(578)][s(612)][s(470)]())[s(614)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(554)](t);return n(523)==o&&n(443)==i&&c==a.id&&!e[n(620)]}));for(const t of c){if(s(574)!=t[s(519)]||s(613)!=t[s(566)]||1!=t[s(584)])continue;const n=e[s(432)](t[s(518)],t[s(518)][s(488)](1));if(!u[s(548)]((({data:t})=>t[s(588)][s(621)](n))))for(const{name:t,data:r}of u)if(n[s(537)](r[s(588)])){e[s(465)](t,{range:n}),i=!0;break}}return i})),n[t(508)][t(578)][t(474)]((e=>{const s=t;let o=!1;const i=n[s(590)][s(467)](s(499)).me,a=r[s(531)]()[s(614)]((t=>t[s(580)]&&t[s(473)]==i)),c=new Set,u=new Set;for(const t of a)if(s(443)==t[s(619)])for(const e of t[s(564)]()){const n=e[s(607)]()[s(495)]();if(n)if(n.is(s(520),s(613))&&Aa(n)){t[s(429)](e[s(566)]),c[s(466)](n),o=!0;const r=n[s(611)],i=n[s(468)],a=r&&r.is(s(520),s(613)),l=i&&i.is(s(520),s(613));a&&!c[s(532)](r)&&u[s(466)](r),l&&!c[s(532)](i)&&u[s(466)](i)}else n.is(s(520),s(485))&&n[s(490)]&&(t[s(429)](e[s(566)]),o=!0)}else if(s(562)==t[s(619)]){if(!t[s(449)]||!t[s(449)][s(425)])continue;const e=t[s(449)][s(451)];if(e&&Object[s(476)](e)[s(584)])continue;const n=t[s(449)][s(425)];let r=!0,i=!0;for(const e of a)if(e[s(619)]&&e[s(619)][s(430)](s(443))){if(!e[s(449)][s(425)]){i=!1;break}if(e.id!=t.id&&e[s(449)][s(425)]==n){r=!1;break}}i&&r&&(t[s(431)](),o=!0)}for(const t of c)e[s(530)](t);for(const t of u)e[s(482)](t);return o})),n[t(592)][t(547)](t(460))[t(598)]({model:t(472),view:(t,e)=>h(t),converterPriority:t(610)}),n[t(592)][t(547)](t(527))[t(598)]({model:t(472),view:(e,n)=>n[t(587)][t(605)]?h(e,!1):null,converterPriority:t(610)});const g=n[t(589)][t(515)];this[t(478)](g[t(578)],t(546),((e,n)=>{const r=t,s=[];for(const t of g[r(491)](n[r(618)])[r(494)]())t.is(r(520),r(437))&&s[r(553)](t);g[r(624)]((t=>{const e=r;for(const n of s)t[e(568)](t[e(491)](n),t[e(498)](n)),t[e(530)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(490)])return!0;const n=t[e(558)](0);return n.is(e(520),e(485))&&n[e(490)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(534)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=Ra();return(Ca=function(t,e){return n[t-=330]})(t,e)}const La=Ca;function Ra(){const t=["registerDescriptionCallback","bind","21648tidjeZ","get","getSelectedElement","table","afterInit","1324432CZFFde","TrackChangesEditing","TableColumnResizeEditing","markBlockFormat","plugins","getContainedElement","document","getTableColumnsWidths","subType","discard","locale","getAttribute","formatBlock","278310VwNOWv","handleResizeTableWidthCommand","getSuggestionCallback","change","resizeTable","tableWidth","registerCustomCallback","columnWidths","formatInline","author","type","editor","12406QklhZe","formatGroupId","_suggestionFactory","getSuggestions","format","8244730ykIBYn","commandParams","Users","*Format:* resize table","3068139dtThzL","has","2328741Xqiivb","enableCommand","data","selection","model","219kEbPvL","accept","189jwIYqv","handleSuggestionDescription","resizeTableWidth","700szBhuh","descriptionFactory","getColumnGroupElement"];return(Ra=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(771265===parseInt(n(368))/1*(parseInt(n(352))/2)+parseInt(n(361))/3+parseInt(n(378))/4*(-parseInt(n(373))/5)+parseInt(n(340))/6*(-parseInt(n(370))/7)+-parseInt(n(383))/8+-parseInt(n(363))/9+parseInt(n(357))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ra);class Sa extends t.Plugin{[La(382)](){const t=La;if(!this[t(351)][t(331)][t(362)](t(385)))return;const e=this[t(351)][t(331)][t(379)](t(384));e[t(364)](t(372),this[t(341)][t(377)](this)),e[t(354)][t(346)](t(339),t(344),t(369),e[t(354)][t(342)](t(339),null,t(336))),e[t(354)][t(346)](t(339),t(344),t(336),e[t(354)][t(342)](t(339),null,t(369))),e[t(374)][t(376)](this[t(371)][t(377)](this))}[La(341)](t,e){const n=La,r=this[n(351)][n(331)][n(379)](n(384)),s=this[n(351)][n(331)][n(379)](n(385)),o=e[n(381)]||this[n(351)][n(367)][n(333)][n(366)][n(380)]();this[n(351)][n(367)][n(343)]((()=>{const i=n,a=s[i(375)](o);let c=a?s[i(334)](a):null,u=o[i(338)](i(345))||null;const l=e[i(345)]||u,f=e[i(347)]||c,h=this[i(351)][i(331)][i(379)](i(359)).me;for(const t of r[i(355)]()){const e=t[i(332)]();if(i(344)===t[i(335)]&&e===o){t[i(349)]!==h&&t[i(336)]();const e=t[i(365)][i(358)];u=e[0][i(345)],c=e[0][i(347)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(330)](o,{commandName:i(372),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(344)},[],i(344))}))}[La(371)](t){const e=La;if(e(339)!=t[e(350)]&&e(348)!=t[e(350)])return;const{data:n}=t;if(n&&e(344)===n[e(353)]){const t=e(360);return{type:e(356),content:Hr(this[e(351)][e(337)],t)}}}}const Na=va;function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=217]})(t,e)}function Ma(){const t=["afterInit","Template","326892ljHvGT","249uITwrm","enableCommand","has","1895658nHpUyu","414jvYemx","insertTemplate","TrackChangesEditing","28088HeBtVc","get","922555uShlpA","17129FOKqHk","plugins","editor","6252mYouOv","166854laAdnm"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(181649===-parseInt(n(234))/1+parseInt(n(231))/2+-parseInt(n(217))/3*(-parseInt(n(230))/4)+-parseInt(n(226))/5+parseInt(n(220))/6+parseInt(n(227))/7+-parseInt(n(224))/8*(-parseInt(n(221))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[Na(232)](){const t=Na,e=this[t(229)];e[t(228)][t(219)](t(233))&&e[t(228)][t(225)](t(223))[t(218)](t(222))}}const wa=Da;function Da(t,e){const n=Fa();return(Da=function(t,e){return n[t-=181]})(t,e)}function Fa(){const t=["ELEMENT_TABLE_OF_CONTENTS","10117176MMGWco","plugins","afterInit","locale","tableOfContents","7879293zREmwu","insertTableOfContents","9590903aKRkmc","enableCommand","editor","68301jzIATi","563998kWOTAp","registerElementLabel","get","commands","677359orfIrV","5rvmoLI","descriptionFactory","TrackChangesEditing","24NEyQmj","9971454qhKufg"];return(Fa=function(){return t})()}!function(t,e){const n=Da,r=t();for(;;)try{if(939708===parseInt(n(194))/1+-parseInt(n(190))/2+parseInt(n(189))/3*(-parseInt(n(198))/4)+parseInt(n(195))/5*(parseInt(n(199))/6)+-parseInt(n(186))/7+parseInt(n(201))/8+-parseInt(n(184))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[wa(181)](){const t=wa,e=this[t(188)];if(!e[t(193)][t(192)](t(185)))return;e[t(202)][t(192)](t(197))[t(187)](t(185));const n=e[t(202)][t(192)](t(197)),r=e[t(182)];n[t(196)][t(191)](t(183),(e=>Hr(r,t(200),e)))}}const xa=Ua;function Ba(){const t=["277810lXyPEn","99RjIKGq","element","from","ELEMENT_TITLE","726UGhYVu","updateMarker","TrackChangesEditing","end","10482021opLZxd","suggestion","624vGLrQR","has","getChangedMarkers","2664EICXLj","newRange","nodeBefore","isTouching","removeMarker","get","plugins","182wspWzE","isCollapsed","26630stjiTa","getNearestSelectionRange","schema","registerElementLabel","_splitMarkerName","isEqual","title-content","registerPostFixer","editor","afterInit","model","forward","start","differ","108368OqaWcx","13808xiPfeR","document","Title","71390KTIVTB","locale","descriptionFactory","createRange"];return(Ba=function(){return t})()}function Ua(t,e){const n=Ba();return(Ua=function(t,e){return n[t-=252]})(t,e)}!function(t,e){const n=Ua,r=t();for(;;)try{if(282258===-parseInt(n(256))/1+parseInt(n(252))/2+-parseInt(n(265))/3*(-parseInt(n(274))/4)+parseInt(n(283))/5*(-parseInt(n(271))/6)+parseInt(n(281))/7*(parseInt(n(253))/8)+-parseInt(n(261))/9*(parseInt(n(260))/10)+parseInt(n(269))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ba);class ja extends t.Plugin{[xa(292)](){const t=xa,e=this[t(291)];if(!e[t(280)][t(272)](t(255)))return;const n=e[t(280)][t(279)](t(267));n[t(258)][t(286)](t(289),(()=>Hr(e[t(257)],t(264)))),e[t(293)][t(254)][t(290)]((r=>{const s=t;let o=!1;const i=Array[s(263)](e[s(293)][s(254)][s(296)][s(273)]());for(const{name:t,data:a}of i){const{group:i}=n[s(287)](t);if(s(270)!==i||!a[s(275)])continue;const c=a[s(275)],u=c[s(268)][s(276)];if(!u||!u.is(s(262),s(289)))continue;if(!c[s(295)][s(277)](c[s(268)]))continue;const l=e[s(293)][s(285)][s(284)](c[s(268)],s(294));if(l&&l[s(282)]){const e=r[s(259)](c[s(295)],l[s(295)]);e[s(288)](c)||(r[s(266)](t,{range:e}),o=!0)}o||(r[s(278)](t),o=!0)}return o}))}}function Ga(t,e){const n=za();return(Ga=function(t,e){return n[t-=134]})(t,e)}const Va=Ga;function za(){const t=["plugins","afterInit","1497339kRsslw","46510FwZCGa","undo","editor","has","121426eLVwPp","UndoEditing","290382DXGDVz","202608DeZRHP","1227821HZTrBw","54qXQdFD","get","TrackChangesEditing","8HXfvWn","132831Soklrf","redo","enableCommand"];return(za=function(){return t})()}!function(t,e){const n=Ga,r=t();for(;;)try{if(118032===parseInt(n(138))/1+parseInt(n(148))/2+-parseInt(n(150))/3*(parseInt(n(137))/4)+-parseInt(n(144))/5*(-parseInt(n(134))/6)+parseInt(n(152))/7+parseInt(n(151))/8+-parseInt(n(143))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class Ha extends t.Plugin{[Va(142)](){const t=Va,e=this[t(146)],n=e[t(141)][t(135)](t(136));e[t(141)][t(147)](t(149))&&(n[t(140)](t(145)),n[t(140)](t(139)))}}const Ka=Xa;function Wa(){const t=["152496iofKyw","91338uHPzZQ","4870nHUEdG","get","editor","plugins","2FrFmVW","TrackChangesEditing","296hbgjoM","114713FQmYUY","toggleTableCaption","requires","24HXRItG","918999QmLjBp","1348370CEAKiu","afterInit","enableCommand","39193KPPEgR","has","TableCaptionEditing"];return(Wa=function(){return t})()}function Xa(t,e){const n=Wa();return(Xa=function(t,e){return n[t-=339]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(102475===parseInt(n(349))/1*(parseInt(n(346))/2)+parseInt(n(341))/3+parseInt(n(348))/4*(-parseInt(n(342))/5)+-parseInt(n(352))/6*(parseInt(n(357))/7)+parseInt(n(340))/8+-parseInt(n(353))/9+parseInt(n(354))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class qa extends t.Plugin{static get[Ka(351)](){return[aa]}[Ka(355)](){const t=Ka,e=this[t(344)];e[t(345)][t(358)](t(339))&&e[t(345)][t(343)](t(347))[t(356)](t(350))}}function Za(t,e){const n=Ja();return(Za=function(t,e){return n[t-=178]})(t,e)}const Ya=Za;function Ja(){const t=["batch","842204hoNEls","tableCellPadding","getFirstPosition","tableBorderStyle","start","getAttribute","TablePropertiesEditing","*Format:* change table properties","has","314hWeBVj","3231320EpbFeV","tableProperties","get","model","tableHeight","setAttribute","editor","removeAttribute","_suggestionFactory","selection","*Format:* change table cell properties","tableCellHorizontalAlignment","tableBackgroundColor","discard","5768136KLrLvn","4726ezXPkv","2115618yeNMCa","markBlockFormat","change","commandParams","handleDiscardAction","getSuggestionCallback","pluginName","table","_handlePropertyChange","formatBlock","TableUtils","TableCellPropertiesEditing","join","getSelectionAffectedTableCells","data","5PsOhfM","_getSuggestion","getSuggestions","findAncestor","document","getContainedElement","10633464VDUOiZ","tableWidth","tableCellVerticalAlignment","enqueueChange","2961021ihOBrx","format","descriptionFactory","tableCellWidth","tableAlignment","subType","registerCustomCallback","accept","10MRPcZC","18UgdHzr","tableBorderWidth","tableCellBackgroundColor","6jVLeTW","enableCommand","TrackChangesTableProperties","nodeAfter","TrackChangesEditing","registerDescriptionCallback","tableCellBorderWidth","tableBorderColor","tableCellBorderStyle","tableCellHeight","tableCellBorderColor","tableCellProperties","afterInit","handleSuggestionDescription","plugins","locale"];return(Ja=function(){return t})()}!function(t,e){const n=Za,r=t();for(;;)try{if(499246===parseInt(n(178))/1*(-parseInt(n(194))/2)+parseInt(n(195))/3+-parseInt(n(249))/4*(parseInt(n(210))/5)+parseInt(n(232))/6*(-parseInt(n(220))/7)+-parseInt(n(179))/8*(-parseInt(n(229))/9)+parseInt(n(228))/10*(-parseInt(n(193))/11)+parseInt(n(216))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Qa extends t.Plugin{constructor(t){const e=Za;super(t),this[e(180)]=[e(239),e(252),e(230),e(224),e(217),e(183),e(191)],this[e(243)]=[e(242),e(240),e(238),e(250),e(223),e(241),e(231),e(190),e(218)]}static get[Ya(201)](){return Ya(234)}[Ya(244)](){const t=Ya,e=this[t(185)][t(246)][t(181)](t(236));if(this[t(185)][t(246)][t(257)](t(255))){for(const n of this[t(180)])e[t(233)](n,((e,r)=>{const s=t,o=this[s(185)][s(182)][s(214)][s(188)][s(251)]()[s(213)](s(202));this[s(203)](n,[o],this[s(180)],s(180),e,r)}));e[t(187)][t(226)](t(204),t(180),t(227),e[t(187)][t(200)](t(204),null,t(192))),e[t(187)][t(226)](t(204),t(180),t(192),((e,n)=>this[t(199)](this[t(180)],e,n))),e[t(187)][t(226)](t(204),t(180),t(207),(()=>!1))}if(this[t(185)][t(246)][t(257)](t(206))){for(const n of this[t(243)])e[t(233)](n,((e,r)=>{const s=t,o=this[s(185)][s(246)][s(181)](s(205))[s(208)](this[s(185)][s(182)][s(214)][s(188)]);this[s(203)](n,o,this[s(243)],s(243),e,r)}));e[t(187)][t(226)](t(204),t(243),t(227),e[t(187)][t(200)](t(204),null,t(192))),e[t(187)][t(226)](t(204),t(243),t(192),((e,n)=>this[t(199)](this[t(243)],e,n))),e[t(187)][t(226)](t(204),t(243),t(207),(()=>!1))}e[t(222)][t(237)]((e=>this[t(245)](e)))}[Ya(203)](t,e,n,r,s,o){const i=Ya,a=this[i(185)][i(246)][i(181)](i(236));this[i(185)][i(182)][i(219)](o[i(248)],(()=>{const t=i;for(const i of e)if(this[t(211)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(254)](r);void 0!==n&&(e[r]=n)}s(o),a[t(196)](i,{commandParams:[e]},[],r)}}))}[Ya(199)](t,e,n){const r=Ya,s=e[0][r(253)][r(235)],o=n[r(198)][0];this[r(185)][r(182)][r(197)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(184)](r,o[r],s):e[n(186)](r,s)}))}[Ya(245)](t){const e=Ya;if(t[e(209)])switch(t[e(225)]){case e(180):return{type:e(221),content:Hr(this[e(185)][e(247)],e(256))};case e(243):return{type:e(221),content:Hr(this[e(185)][e(247)],e(189))}}}[Ya(211)](t,e){const n=Ya,r=this[n(185)][n(246)][n(181)](n(236));for(const s of r[n(212)]({skipNotAttached:!0})){const r=s[n(215)]();if(s[n(225)]===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=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})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=yc();return(bc=function(t,e){return n[t-=491]})(t,e)}!function(t,e){const n=bc,r=t();for(;;)try{if(435284===-parseInt(n(657))/1*(parseInt(n(512))/2)+parseInt(n(852))/3+parseInt(n(524))/4*(-parseInt(n(766))/5)+-parseInt(n(863))/6*(-parseInt(n(715))/7)+-parseInt(n(602))/8*(parseInt(n(782))/9)+parseInt(n(547))/10+parseInt(n(529))/11*(parseInt(n(528))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yc);const Tc=Ec(734);class _c extends t.Plugin{static get[Ec(609)](){return[Ec(846),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ms,ks,Ns,Bs,to,so,co,go,bo,Ao,Ro,Mo,Fo,zo,Uo,Xo,Yo,ei,ci,pi,Ri,oi,Vs,Ks,bi,Ai,Mi,Fi,ji,zi,qi,$i,na,aa,ha,ma,qa,ya,Sa,Pa,Qa,Oa,ja,Ha]}static get[Ec(915)](){return Ec(763)}get[Ec(721)](){return this[Ec(679)]}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(559)]((t=>String[e(622)](t)))[e(835)]("")}super(t),this[e(884)]=!1,this[e(618)](e(923),[]),this.on(e(722),((n,r,s,o)=>{const i=e;this[i(726)][i(794)]((()=>{const e=i;for(const n of[...o,...s])this[e(726)][e(588)][e(603)](n)&&t[e(758)][e(757)](n)}))})),this[e(679)]=new qr(this[e(637)][e(759)][e(889)],this[e(637)][e(725)]),this[e(498)]=null,this[e(795)]=new Ac(this[e(637)]),this[e(832)]=new Map,this[e(789)]=t[e(522)][e(785)](e(846)),this[e(902)]=new Set,this[e(726)]=this[e(637)][e(759)],this[e(903)]=new WeakMap,this[e(586)]=!1,this[e(500)]=new Set([e(734)]),this[e(643)]=new Set,t[e(817)][e(497)](e(780),e(772)),this[e(675)]=t[e(817)][e(785)](e(780)),t[e(817)][e(497)](e(743),!0),this[e(888)]=t[e(817)][e(785)](e(743)),this[e(777)]=new f(t,this[e(902)]),this[e(769)](),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,50,49,48])}[Ec(839)](){const t=Ec,n=this[t(637)],r=(e,n)=>{const r=t;if(r(745)!=e)return r(607)+e;const s=n[r(753)]("|")[0];return this[r(639)](s)?r(894):r(913)};n[t(781)][t(656)](t(665))[t(855)]({model:t(827),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(778)](e[n(729)]),a=[n(645),r(o,i)];let c=3e3;return this[n(923)][n(698)](e[n(729)])&&(a[n(881)](n(831)),c=3010),n(830)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(781)][t(656)](t(697))[t(705)]((e=>{const r=t;e.on(r(516),((t,e,s)=>{const o=r;if(!s[o(629)][o(620)])return;const i=e[o(811)];if(!i)return;const c=s[o(649)][o(537)](i);n[o(759)][o(889)][o(642)](i)&&c&&!c[o(784)](o(865))&&c.is(o(744))&&(0,a.toWidget)(c,s[o(848)])}),{priority:r(558)})})),n[t(781)][t(656)](t(697))[t(855)]({model:t(827),view:(e,n)=>{const s=t;if(!n[s(629)][s(620)])return null;const{type:o,subType:i}=this[s(778)](e[s(729)]);return{classes:[s(645),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(811)])return;const{id:c}=this[a(778)](o[a(729)]);if(r){const t=this[a(832)][a(785)](c),e=this[a(724)](t);if(!this[a(639)](e))return}if(o[a(811)].is(a(526)))return void i[a(786)][a(666)](o[a(811)],s[a(701)]);const u=i[a(649)][a(537)](o[a(811)]);if(o[a(811)].is(a(668))&&n[a(759)][a(889)][a(676)](o[a(811)])&&!u[a(784)](a(505))){i[a(848)][a(853)]([a(645),a(894)],u),i[a(848)][a(536)](a(694),c,u),i[a(649)][a(517)](u,o[a(729)]),e&&(this[a(923)][a(698)](o[a(729)])?i[a(848)][a(853)](a(831),u):i[a(848)][a(585)](a(831),u));for(const t of n[a(759)][a(849)](o[a(811)])[a(531)]())i[a(786)][a(666)](t,s[a(701)]);i[a(786)][a(666)](o[a(811)],s[a(701)])}};n[t(781)][t(656)](t(697))[t(705)]((e=>{const n=t;e.on(n(716),((t,e,r)=>{const o=n;r[o(629)][o(620)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(748)})})),n[t(781)][t(656)](t(697))[t(705)]((e=>{const n=t;e.on(n(847),((t,e,r)=>{const o=n;r[o(629)][o(620)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(748)})})),n[t(781)][t(656)](t(697))[t(890)]({model:t(827),view:(e,n)=>n[t(629)][t(620)]?null:{group:t(827),name:e[t(575)](11)}}),n[t(781)][t(656)](t(520))[t(814)]({view:{name:t(827),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(491)+e[r(755)](r(687))+":"+e[r(755)]("id");return e[r(755)](r(728))&&(s+=":"+e[r(755)](r(728))),n[r(871)](r(860),{"data-name":s})}}),n[t(781)][t(656)](t(520))[t(796)]({view:t(827)}),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(716),s(),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(847),s({isAttributeSuggestion:!0}),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(806),((t,e,r)=>{const s=n,o=r[s(649)][s(597)](e[s(729)]);if(o)for(const t of o)t[s(784)](s(505))||(r[s(848)][s(585)]([s(645),s(894),s(831)],t),r[s(848)][s(627)](s(694),t),r[s(649)][s(924)](t,e[s(729)]))}),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(749),((t,e,r)=>{const s=n,o=r[s(649)][s(597)](e[s(729)]);if(!o)return;const{id:i}=this[s(778)](e[s(729)]),a=this[s(832)][s(785)](i),c=this[s(724)](a);if(this[s(639)](c))for(const t of o)t[s(784)](s(505))||(r[s(848)][s(585)]([s(645),s(894),s(831)],t),r[s(848)][s(627)](s(694),t),r[s(649)][s(924)](t,e[s(729)]))}),{priority:n(558)})})),n[t(759)][t(717)][t(662)]((e=>{const r=t;let s=!1;const o=Array[r(523)](n[r(759)][r(717)][r(680)][r(908)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(778)](t);if(r(827)!==o)continue;const h=this[r(832)][r(785)](f);if(null!=c[r(883)]){r(702)==u&&(s=s||Lc(c[r(883)],t,e,n[r(759)][r(889)]));const o=r(745)==u&&this[r(639)](l[r(753)]("|")[0]);if(c[r(883)][r(678)]||r(821)==c[r(883)][r(599)][r(608)]||r(843)==u&&!Sc(c[r(883)])||o&&!Sc(c[r(883)])||r(830)==u&&(Cc(a=c[r(883)])||function(t){const e=r;return t[e(792)][e(732)]==t[e(910)][e(845)]&&t[e(792)][e(647)]}(a)))e[r(573)](t),s=!0;else{if(!h||!h[r(711)])continue;i[r(705)](h)}}}var a;return i[r(492)]>0&&(s=!!this[r(634)](i)||s),s})),n[t(759)][t(717)][t(662)]((e=>{const r=t;let s=!1;for(const t of n[r(759)][r(717)][r(680)][r(619)]())if(r(754)==t[r(616)])for(const t of this[r(832)][r(592)]()){if(t[r(813)]||!t[r(711)])continue;const o=r(843)==t[r(616)],i=this[r(724)](t),a=i&&this[r(639)](i);if(!o&&!a)continue;const c=t[r(756)]();if(c[r(792)][r(732)]!=c[r(910)][r(732)]&&!c[r(910)][r(647)]){const o=n[r(759)][r(605)](c[r(792)][r(604)],r(910)),i=n[r(759)][r(533)](c[r(792)],o);e[r(710)](t[r(824)](),{range:i}),s=!0}}return s})),n[t(759)][t(717)][t(662)]((e=>this[t(802)](e))),n[t(759)][t(717)][t(662)]((e=>!e[t(914)][t(617)]&&this[t(742)](e))),n[t(759)].on(t(578),(()=>{this[t(884)]=!1})),n[t(759)][t(717)].on(t(905),((r,s)=>{const o=t;if(!s[o(617)]||s[o(812)])return;if(!this[o(884)])return;const i=n[o(759)][o(717)][o(680)][o(619)]();if(0==i[o(594)])return;const a=[],c=i[o(519)]((t=>o(745)==t[o(616)])),u=i[o(519)]((t=>o(754)==t[o(616)]&&o(566)!=t[o(701)])),l=i[o(519)]((t=>o(663)==t[o(616)]&&o(566)!=t[o(701)]));for(const t of c)this[o(689)](t[o(564)])&&a[o(881)]({key:t[o(564)],newValue:t[o(621)],oldValue:t[o(548)],range:Nc(t[o(704)],n[o(759)])});for(const t of u){const e=l[o(684)]((e=>e[o(552)]===t[o(552)]));if(e){const r=vc(t[o(900)][o(604)],n[o(759)]);e[o(701)]!==t[o(701)]&&a[o(881)]({key:o(734),newValue:t[o(701)],oldValue:e[o(701)],range:r});for(const[n,s]of e[o(706)]){if(!this[o(689)](n))continue;const e=t[o(706)][o(785)](n);s!==e&&a[o(881)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(706)])this[o(689)](n)&&(e[o(706)][o(603)](n)||a[o(881)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(594)]&&n[o(759)][o(809)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(513)](t,e,s,o,{groupId:r});this[n(683)](t,a)}))}),{priority:t(878)}),n[t(759)][t(588)].on(t(493),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(778)](n[s(701)]),e=this[s(832)][s(785)](t);e&&e[s(720)](n[s(701)])}})),n[t(759)][t(717)].on(t(905),(()=>{const e=t,r=Array[e(523)](n[e(759)][e(717)][e(680)][e(908)]())[e(519)]((t=>e(827)===this[e(778)](t[e(701)])[e(739)]));if(0===r[e(594)])return;r[e(638)](((t,n)=>{const r=e,s=t[r(893)][r(733)],o=n[r(893)][r(733)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(792)][r(895)](o[r(792)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(778)](t);if(null===n[e(733)]){const n=this[e(887)](t);o[e(705)](n)}else{const t=this[e(832)][e(785)](r);null!==n[e(883)]||t[e(711)]?(s[e(705)](t[e(580)]),o[e(705)](t)):this[e(919)](t)}}o[e(492)]>0&&this[e(563)](o);for(const t of s)this[e(765)](e(898),t)})),n[t(759)].on(t(808),((e,r)=>{const s=t,o=r[0];if(!this[s(832)][s(492)])return;if(!o[s(741)])return;if(o[s(914)][s(812)]||!o[s(914)][s(617)])return;let i,a;switch(o[s(616)]){case s(754):i=n[s(759)][s(605)](o[s(900)]),a=i[s(653)](o[s(700)]);break;case s(753):i=n[s(759)][s(605)](o[s(685)]),a=n[s(759)][s(605)](o[s(751)]);break;case s(690):i=n[s(759)][s(605)](o[s(648)]),a=i[s(653)](o[s(700)]);break;default:return}const c=n[s(759)][s(533)](i,a);n[s(759)][s(794)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(699)](c)){if(e[t(813)])continue;if(t(702)==e[t(616)])continue;const r=this[t(724)](e);if(r&&this[t(639)](r)&&t(753)!=o[t(616)])continue;const s=e[t(893)]&&e[t(893)][t(530)];(t(843)!=e[t(616)]||t(753)==o[t(616)]&&!s)&&(n[t(532)]||t(896)==e[t(616)]&&n[t(826)]||e[t(756)]()[t(736)](c)&&this[t(596)](e,i,a))}}))}),{priority:t(878)}),n[t(759)].on(t(712),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(856)])return;if(this[s(586)])return;if(!this[s(777)][s(600)])return;if(o[s(678)])return;const a=n[s(759)][s(889)],{start:c,end:u}=o[s(756)](),l=c[s(604)]&&a[s(501)](c[s(604)])?null:a[s(692)](c,s(762)),f=u[s(845)]&&a[s(501)](u[s(845)])?null:a[s(692)](u,s(661)),h=n[s(759)][s(533)](l?l[s(792)]:c,f?f[s(910)]:u);n[s(759)][s(794)]((t=>{const e=s;this[e(750)](h);const r=n[e(759)][e(889)][e(692)](h[e(792)]);o.is(e(727))?t[e(667)](r):o[e(917)](r)})),e[s(880)]()}),{priority:e.priorities[t(541)]+10}),n[t(759)].on(t(779),((e,r)=>{const s=t,o=r[r[s(594)]-1];o&&o[s(856)]||this[s(586)]||this[s(777)][s(600)]&&(n[s(759)][s(794)]((()=>{const t=s;let o=n[t(759)][t(779)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(496)]=o[t(874)]();const i=o[t(910)][t(845)],a=n[t(759)][t(889)];i&&a[t(676)](i)&&!a[t(642)](i)&&(o=n[t(759)][t(533)](o[t(792)],n[t(759)][t(605)](i,t(910)))),this[t(560)](o)})),e[s(880)]())}),{priority:t(558)}),this[t(637)][t(869)][t(705)](t(876),this[t(777)]),this[t(546)](t(876));const o=new p(n,this[t(832)]);n[t(869)][t(705)](t(783),o),this[t(546)](t(783));const i=new b(n,this[t(832)]);n[t(869)][t(705)](t(707),i),this[t(546)](t(707)),n[t(869)][t(705)](t(507),new N(n,o,this[t(832)])),this[t(546)](t(507)),n[t(869)][t(705)](t(624),new N(n,i,this[t(832)])),this[t(546)](t(624)),n[t(869)][t(705)](t(577),new w(n,o,this[t(832)])),this[t(546)](t(577)),n[t(869)][t(705)](t(539),new w(n,i,this[t(832)])),this[t(546)](t(539));const c=n[t(522)][t(785)](t(846));this[t(664)](c,t(509),((e,{threadId:n})=>{const r=t,s=this[r(832)][r(785)](n);s&&s[r(879)]&&1===s[r(879)][r(594)]&&this[r(598)](n,{hasComments:!0})}),{priority:t(718)}),this[t(664)](c,t(822),((e,{threadId:n})=>{const r=t,s=this[r(832)][r(785)](n);s&&s[r(879)]&&!s[r(879)][r(594)]&&this[r(598)](n,{hasComments:!1})}),{priority:t(718)})}set[Ec(506)](t){const n=Ec;if(this[n(498)])throw new e.CKEditorError(n(838),this);this[n(498)]=t}get[Ec(506)](){return this[Ec(498)]}[Ec(771)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(832)][n(592)]())t&&!e[n(711)]||r[n(881)](e);return e?r[n(559)]((t=>t[n(601)]())):r}[Ec(561)](t){const n=Ec,r=this[n(832)][n(785)](t);if(!r)throw new e.CKEditorError(n(836),this);return r}[Ec(868)](t){const e=Ec;return this[e(832)][e(603)](t)}[Ec(740)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(616)][e(753)](":"),a=this[e(832)][e(785)](r)||this[e(920)](o,i,r,n,s);if(this[e(633)](a),this[e(768)](a,o,i||null,n),a[e(907)]=t[e(907)],a[e(851)]=!0,s&&s[e(788)]){const t=s[e(788)],n=this[e(583)](t[e(527)]);a[e(612)]=t[e(907)],a[e(672)]=n,a[e(873)]=!0}else a[e(612)]=t[e(907)];switch(t[e(893)]&&(a[e(893)]=t[e(893)]),t[e(706)]&&(a[e(706)]=t[e(706)]),this[e(498)]&&this[e(498)][e(840)]||(a[e(579)]=!0),this[e(903)][e(785)](a)){case e(494):this[e(903)][e(618)](a,e(610));break;case e(510):a[e(711)]?(this[e(634)](new Set([a])),this[e(563)](new Set([a])),this[e(903)][e(618)](a,e(882)),this[e(765)](e(650),a)):this[e(903)][e(618)](a,e(551))}return a}[Ec(783)](t){const e=Ec;this[e(856)]((()=>{const n=e;this[n(637)][n(759)][n(794)]((()=>{const e=n;for(const n of t[e(688)]())n[e(659)]()}))}))}[Ec(707)](t){const e=Ec;this[e(856)]((()=>{const n=e;this[n(637)][n(759)][n(794)]((()=>{const e=n;for(const n of t[e(688)]())n[e(916)]()}))}))}[Ec(546)](t,n){const r=Ec,s=this[r(637)][r(869)][r(785)](t);if(!s)throw new e.CKEditorError(r(632),this,{commandName:t});if(this[r(902)][r(603)](s))throw new e.CKEditorError(r(589),this,{commandName:t});this[r(902)][r(705)](s),n&&s.on(r(798),((t,e)=>{const o=r;this[o(777)][o(600)]&&(this[o(586)]||(e[o(594)]>0&&e[e[o(594)]-1]&&e[e[o(594)]-1][o(856)]?e[o(584)]():(t[o(496)]=n(((...t)=>s[o(798)](...t,{forceDefaultExecution:!0})),...e),t[o(880)]())))}),{priority:r(558)})}[Ec(856)](t){const n=Ec;let r,s;const o=this[n(586)];this[n(586)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(586)]=!1),s&&e.CKEditorError[n(535)](s,this),r}[Ec(560)](t,n=null,r={}){const s=Ec;if(t[s(678)])return null;const o=this[s(637)][s(522)][s(785)](s(805)).me;for(const{suggestion:e,meta:o}of this[s(699)](t,s(896)))if(o[s(826)]){if(!o[s(545)]){if(o[s(532)]){if(!this[s(888)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(596)](e,t[s(792)],t[s(910)]);break}if(n==e[s(760)]&&wc(e,r)){const n=e[s(756)]();return n[s(792)][s(582)](t[s(910)])?this[s(693)](e,this[s(726)][s(533)](t[s(792)],n[s(910)])):this[s(693)](e,this[s(726)][s(533)](n[s(792)],t[s(910)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(866)+n:s(896),u=this[s(651)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(574)](c,i,a,t),u}[Ec(640)](t,n=Ec(557),r={}){const s=Ec,o=this[s(637)][s(522)][s(785)](s(805)).me,i=this[s(795)][s(677)](s(896),n,s(835));for(const e of this[s(771)]())if(e[s(672)].id==o.id&&s(896)==e[s(616)]&&e[s(760)]==n&&wc(e,r)&&(i(e[s(593)](),t)||i(t,e[s(593)]()))){for(const n of t)e[s(674)](n);return e}for(const{suggestion:e,meta:n}of this[s(699)](t,s(896))){if(!n[s(826)])continue;if(!this[s(888)]&&n[s(532)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(593)]())for(const e of t)if(!n[s(736)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(866)+n,l=this[s(651)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(574)](u,a,c,e,zr[s(790)]());return l}[Ec(904)](t,n,r=null,s={}){const o=Ec;if(r=r||Rc(n),t[o(678)])return null;if(o(571)===this[o(675)]){const e=this[o(795)][o(677)](o(702),r,o(659));return this[o(856)]((()=>e([t],n,s))),null}const i=this[o(637)][o(522)][o(785)](o(805)).me,a=[];if(o(911)!==this[o(675)])for(const{suggestion:e,meta:n}of this[o(699)](t,o(896)))n[o(826)]&&!n[o(864)]&&a[o(881)](...e[o(593)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(565)](s);e&&r[n(881)](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(594)];){const s=r[e][n(525)](t);r[n(538)](e,1,...s),e+=s[n(594)]}}return r}(t,a);c[o(594)]&&this[o(726)][o(794)]((()=>{const t=o;for(const e of c){const o=this[t(795)][t(677)](t(702),r,t(659));this[t(856)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(792)],u=t[o(910)];for(const{suggestion:e,meta:n}of this[o(699)](t,o(702))){if(!n[o(826)])continue;if(e[o(760)]!=r)continue;if(!wc(e,s))continue;const i=e[o(756)]();if(i[o(736)](t,!0))return null;c=c[o(895)](i[o(792)])?c:i[o(792)],u=u[o(834)](i[o(910)])?u:i[o(910)],a?i[o(792)][o(895)](a[o(756)]()[o(792)])?(a[o(746)](),a=e):e[o(746)]():a=e}const l=this[o(726)][o(533)](c,u);if(a)this[o(693)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(651)]({id:t,type:o(901)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(574)](o(901)+r,t,a,l)}}return null}[Ec(833)](t,n,r=[],s=null,o={}){const i=Ec;n[i(776)]||(n[i(776)]=n[i(508)]),n[i(530)]=t.is(i(704)),s=s||Rc(n);const a=r[i(559)]((t=>vc(t,this[i(726)]))),c=t.is(i(704))?t:vc(t,this[i(726)]);if(i(571)===this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t([c],n,o))),null}a[i(881)](c);let u=!0;for(const t of a)if(!this[i(829)](t)){u=!1;break}if(u&&i(911)!==this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t([c],n,o))),null}let l=null,f=c[i(792)],h=c[i(910)];for(const{suggestion:t,meta:e}of this[i(699)](c,i(843))){if(!e[i(826)])continue;if(e[i(545)]||e[i(532)]||e[i(864)])continue;if(t[i(893)][i(776)]!=n[i(776)])continue;if(!wc(t,o))continue;const r=t[i(756)]();if(t[i(760)]==s){if(r[i(736)](c,!0))return null;f=f[i(895)](r[i(792)])?f:r[i(792)],h=h[i(834)](r[i(910)])?h:r[i(910)],l?r[i(792)][i(895)](l[i(756)]()[i(792)])?(l[i(746)](),l=t):t[i(746)]():l=t}else{const e=c[i(565)](r);this[i(912)](t,e)}}const g=this[i(637)][i(522)][i(785)](i(805)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(693)](l,this[i(726)][i(533)](f,h)),l;{const t=this[i(651)]({id:d,type:i(696)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(574)](i(696)+s,d,p,this[i(726)][i(533)](f,h)),t}}[Ec(803)](t,n,r=[],s=null,o={}){const i=Ec;n[i(776)]||(n[i(776)]=n[i(508)]);const a=t[0];n[i(530)]=a.is(i(704)),s=s||Rc(n);const c=r[i(559)]((t=>vc(t,this[i(726)]))),u=a.is(i(704))?t:t[i(559)]((t=>vc(t,this[i(726)])));if(i(571)===this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t(u,n,o))),null}c[i(881)](...u);let l=!0;for(const t of c)if(!this[i(829)](t)){l=!1;break}if(l&&i(911)!==this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t(u,n,o))),null}const f=this[i(637)][i(522)][i(785)](i(805)).me;for(const t of this[i(771)]()){if(t[i(672)].id!=f.id)continue;if(i(843)!=t[i(616)]||t[i(893)][i(776)]!=n[i(776)])continue;if(!wc(t,o))continue;const e=t[i(760)]==s;for(let n=0;n<u[i(594)];n++){const r=u[n];for(const s of t[i(858)]()){const o=s[i(713)]();if(r[i(582)](o)){e?(u[i(538)](n,1),n--):t[i(573)](s[i(701)]);break}}}}if(0==u[i(594)])return null;const h=this[i(795)][i(677)](i(843),s,i(835));for(const t of this[i(771)]())if(t[i(672)].id==f.id&&i(843)==t[i(616)]&&t[i(893)][i(776)]==n[i(776)]&&t[i(760)]==s&&wc(t,o)&&(h(t[i(593)](),u)||h(u,t[i(593)]()))){for(const e of u)t[i(674)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(696)+s,m=this[i(651)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(574)](p,g,d,t,zr[i(790)]());return m}[Ec(750)](t,n=null,r={}){const s=Ec;if(t[s(678)])return null;const o=this[s(637)][s(522)][s(785)](s(805)).me,a=new i.LiveRange(t[s(792)],t[s(910)]);for(const{suggestion:t,meta:e}of this[s(699)](a,s(896)))if(e[s(826)]&&!e[s(545)])if(t[s(813)]){const e=t[s(593)]()[s(519)]((t=>s(821)!=t[s(599)][s(608)]));if(e[s(791)]((t=>a[s(736)](t,!0)))&&t[s(916)](),e[s(892)]((t=>t[s(736)](a,!0)))){const t=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>t([a],null,r))),null}}else{const e=a[s(565)](t[s(756)]());null!==e&&t[s(885)]([e],null,r)}if(a[s(820)](),a[s(678)]||s(821)==a[s(599)][s(608)])return null;let c=null,u=a[s(792)],l=a[s(910)];const f=this[s(699)](a,s(830));for(const{suggestion:t,meta:e}of f){const n=this[s(726)][s(533)](u,l);if(e[s(826)]&&(this[s(888)]||!e[s(532)]&&!e[s(864)]))if(t[s(813)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(593)]()){if(r[s(736)](n,!0))return t;n[s(736)](r)||(e=!1)}e&&t[s(916)]()}else{const e=t[s(756)]();if(e[s(736)](n,!0))return t;if(!wc(t,r)){n[s(736)](e)?t[s(746)]():e[s(859)](u)?u=e[s(910)]:e[s(859)](l)&&(l=e[s(792)]);continue}u=u[s(895)](e[s(792)])?u:e[s(792)],l=l[s(834)](e[s(910)])?l:e[s(910)],r=Object[s(555)]({},t[s(706)]),c?e[s(792)][s(895)](c[s(756)]()[s(792)])?(c[s(746)](),c=t):t[s(746)]():c=t}}if(c)return this[s(693)](c,this[s(726)][s(533)](u,l)),c;{const t=(0,e.uid)(),i=this[s(726)][s(533)](u,l),a=o.id,c=n?s(752)+n:s(830),f=this[s(651)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(574)](c,t,a,i),f}}[Ec(641)](t,n=Ec(557),r={}){const s=Ec,o=this[s(637)][s(522)][s(785)](s(805)).me,a=t[s(559)]((t=>new i.LiveRange(t[s(792)],t[s(910)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(699)](a,s(896)))e[s(826)]&&!e[s(545)]&&c[s(705)](t);for(const e of c)if(e[s(813)]){const o=e[s(593)]();if((!e[s(706)]||!e[s(706)][s(635)])&&o[s(791)]((t=>a[s(892)]((e=>e[s(736)](t,!0)))))&&e[s(916)](),a[s(791)]((t=>o[s(892)]((e=>e[s(736)](t,!0)))))){const e=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>e(t,null,r))),null}}else{const t=e[s(756)]();if(a[s(892)]((e=>e[s(736)](t,!0)))&&e[s(916)](),a[s(791)]((e=>t[s(736)](e,!0)))){const t=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>t(a,null,r))),null}}const u=this[s(795)][s(677)](s(830),n,s(835));let l=null;for(const t of this[s(771)]())if(t[s(672)].id==o.id&&t[s(711)]&&s(830)==t[s(616)]&&t[s(760)]==n&&wc(t,r)&&(u(t[s(593)](),a)||u(a,t[s(593)]())))if(l){if(t[s(879)]&&t[s(879)][s(594)])continue;for(const e of t[s(593)]())l[s(654)](e)||l[s(674)](e);t[s(746)]()}else{l=t;for(const e of a)t[s(654)](e)||t[s(674)](e)}if(l)return l;c[s(870)]();for(const{suggestion:t,meta:e}of this[s(699)](a,s(830)))e[s(826)]&&(this[s(888)]||!e[s(532)]&&!e[s(864)])&&wc(t,r)&&c[s(705)](t);for(const t of c){const e=t[s(593)]();if((!r||!r[s(635)])&&a[s(791)]((t=>e[s(892)]((e=>e[s(736)](t,!0))))))return t;(!t[s(706)]||!t[s(706)][s(635)])&&e[s(791)]((t=>a[s(892)]((e=>e[s(736)](t,!0)))))&&t[s(916)]()}const f=(0,e.uid)(),h=o.id,g=s(752)+n,d=this[s(651)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(820)](),t[s(678)]||s(821)==t[s(599)][s(608)]||this[s(574)](g,f,h,t,zr[s(790)]());return d}[Ec(513)](t,n,r,s,o){const i=Ec;if(t[i(678)])return[];if(i(571)===this[i(675)])return[];const a=this[i(637)][i(522)][i(785)](i(805)).me.id,c=Array[i(523)](this[i(832)][i(592)]())[i(519)]((e=>i(745)==e[i(616)]&&e[i(893)][i(562)]==n&&e[i(654)](t)));if(i(772)===this[i(675)]){const e=this[i(699)](t,i(896))[i(519)]((({meta:t})=>t[i(826)]&&!t[i(864)]&&!t[i(545)]))[i(559)]((({suggestion:t})=>t));c[i(891)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(745)==t[i(616)]?t[i(893)][i(503)]:void 0,o=t[i(756)](),a=Array[i(523)](u[i(682)]())[i(684)]((t=>t[i(709)](o)));if(!a)continue;const c=a[i(525)](o);this[i(639)](n)&&i(896)==t[i(616)]&&0!=c[i(594)]||(u[i(877)](a),c[i(886)]((t=>{u[i(618)](t,r)})),i(896)!=t[i(616)]&&e!=s&&u[i(618)](a[i(565)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(594)]>37&&console[i(590)](i(797),{key:n});const f=(i(703)+(n+"|")+Rc({newValue:s}))[i(723)](0,60),h=this[i(651)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(881)](h),this[i(574)](f,c,a,t)}return l}[Ec(518)](t){const e=Ec;this[e(546)](t,((t,...n)=>{this[e(807)]((()=>{t(...n)}))}))}[Ec(625)](t){const e=Ec;this[e(500)][e(705)](t)}[Ec(819)](t){const e=Ec;this[e(643)][e(705)](t)}[Ec(724)](t){const e=Ec;return e(745)==t[e(616)]?t[e(760)][e(753)]("|")[0]:null}[Ec(693)](t,e){const n=Ec,r=t[n(824)]();this[n(726)][n(794)]((t=>{t[n(710)](r,{range:e})}))}[Ec(633)](t){const e=Ec,n=t.id,r=this[e(637)][e(817)][e(785)](e(652));this[e(789)][e(818)](n)||this[e(789)][e(671)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(789)][e(540)](n);s[e(793)](e(774)),s[e(774)]=!1,t[e(879)]=s}[Ec(768)](t,n,r,s){const o=Ec;if(t[o(616)]!=n||t[o(760)]!=r||t[o(801)].id!=s)throw this[o(637)][o(773)](o(511)),new e.CKEditorError(o(511),this)}[Ec(912)](t,n){const r=Ec,s=t[r(756)]();if(n[r(582)](s))t[r(746)]();else if(s[r(736)](n)){const o=this[r(726)][r(605)](n[r(792)][r(845)],r(910));this[r(693)](t,this[r(726)][r(533)](s[r(792)],o));const i=(0,e.uid)(),a=t[r(801)].id,c=t[r(616)]+":"+t[r(760)];this[r(651)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(893)],attributes:t[r(706)]});const u=this[r(726)][r(605)](n[r(910)][r(732)],r(861)),l=this[r(726)][r(533)](u,s[r(910)]);this[r(574)](c,i,a,l)}else if(s[r(859)](n[r(792)])){const e=this[r(726)][r(605)](n[r(792)][r(845)],r(910));this[r(693)](t,this[r(726)][r(533)](s[r(792)],e))}else{const e=this[r(726)][r(605)](n[r(910)][r(732)],r(861));this[r(693)](t,this[r(726)][r(533)](e,s[r(910)]))}}[Ec(829)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(699)](t,e(896))){if(!r[e(826)])continue;const s=n[e(593)]();for(const n of s)if(!t[e(525)](n)[e(594)])return!0}return!1}[Ec(587)](t){const n=Ec,r=this[n(637)][n(522)][n(785)](n(805))[n(556)](t);if(!r)throw new e.CKEditorError(n(730),this);return r}[Ec(583)](t){const e=Ec,n=this[e(637)][e(522)][e(785)](e(805)),r=(0,o.hashObject)(e(906)+t);return n[e(556)](r)||n[e(544)]({id:r,name:t})}[Ec(920)](t,e,n,r,s){const o=Ec,i=this[o(587)](r),a=this[o(795)][o(719)](t,e,n,i,s,(t=>{const e=o;this[e(598)](n,{attributes:t});const r=this[e(561)](n);this[e(634)](new Set([r])),this[e(563)](new Set([r]))}));return this[o(664)](a,o(659),(()=>{const t=o;this[t(598)](n,{state:t(747)})}),{priority:o(558)}),this[o(664)](a,o(916),(()=>{const t=o;this[t(598)](n,{state:t(737)})}),{priority:o(558)}),this[o(832)][o(618)](n,a),this[o(903)][o(618)](a,o(494)),a}[Ec(778)](t){const e=Ec,n=t[e(753)](":");return{group:n[0],type:n[1],subType:n[e(594)]>=5?n[2]:null,id:n[e(594)]<5?n[2]:n[3],authorId:n[e(594)]<5?n[3]:n[4],markerCount:6==n[e(594)]?n[5]:null}}[Ec(596)](t,n,r){const s=Ec,o=t[s(756)](),i=o[s(792)],a=o[s(910)];this[s(693)](t,this[s(726)][s(533)](i,n));const c=(0,e.uid)(),u=t[s(801)].id,l=t[s(616)]+(t[s(760)]?":"+t[s(760)]:"");this[s(651)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(706)],data:t[s(893)]});const f=this[s(724)](t);(s(843)==t[s(616)]||f&&this[s(639)](f))&&(r=this[s(726)][s(572)](r[s(732)])),this[s(574)](l,c,u,this[s(726)][s(533)](r,a))}[Ec(699)](t,e=null){const n=Ec,r=[],s=this[n(637)][n(522)][n(785)](n(805)).me;Array[n(626)](t)||(t=[t]);for(const o of this[n(771)]()){if(!o[n(711)])continue;if(e&&o[n(616)]!=e)continue;let i=!1;for(const e of o[n(593)]()){for(const a of t){const t=a[n(792)][n(582)](e[n(910)])||a[n(910)][n(582)](e[n(792)]);if(t||a[n(565)](e)){const c=a[n(736)](e)&&kc(this[n(726)][n(889)],e[n(792)],a),u=e[n(736)](a)&&kc(this[n(726)][n(889)],a[n(792)],e);r[n(881)]({suggestion:o,meta:{isOwn:s==o[n(672)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(574)](t,e,n,r,s){const o=Ec;this[o(726)][o(794)]((i=>{const a=o;let c=a(491)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(862)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(919)](t){const e=Ec,n=t[e(644)],r=t[e(837)];t[e(644)]=null,t[e(837)]=null,null!=n&&n[e(837)]==t&&(n[e(837)]=r),null!=r&&r[e(644)]==t&&(r[e(644)]=n),e(882)==this[e(903)][e(785)](t)&&(this[e(903)][e(618)](t,e(551)),this[e(765)](e(515),t,n,r))}[Ec(651)](t){const n=Ec,r=t.id,s=this[n(740)](t);if(this[n(498)]&&this[n(498)][n(840)]){const o=this[n(637)][n(522)][n(785)](n(611)),i=s[n(918)],a=s[n(760)]?s[n(616)]+":"+s[n(760)]:s[n(616)],c=this[n(637)][n(725)],u=o[n(705)](Hr(c,n(630))),l={id:r,type:a,hasComments:i,data:t[n(893)]||null,originalSuggestionId:t[n(844)]||null,attributes:s[n(706)]};this[n(498)][n(840)](l)[n(669)]((t=>{const e=n;s[e(579)]=!0,o[e(663)](u),t&&t[e(907)]&&(this[e(832)][e(785)](r)[e(907)]=t[e(907)])}))[n(695)]((t=>{const r=n;throw(0,e.logWarning)(r(495)),this[r(637)][r(759)][r(809)]({isUndoable:!1},(()=>{s[r(916)]()})),s[r(867)](),this[r(832)][r(877)](s.id),this[r(903)][r(877)](s),t}))}return s}[Ec(639)](t){const e=Ec;return this[e(500)][e(603)](t)}[Ec(598)](t,e){const n=Ec,r=this[n(637)][n(522)][n(785)](n(611)),s=this[n(561)](t);if(this[n(498)]&&this[n(498)][n(804)])if(s[n(579)]){const s=r[n(705)](Hr(this[n(637)][n(725)],n(630)));this[n(498)][n(804)](t,e)[n(669)]((()=>{r[n(663)](s)}))}else s.on(n(655),(()=>{this[n(598)](t,e)}))}[Ec(767)](t){const n=Ec;if(!this[n(498)]||!this[n(498)][n(561)])throw new e.CKEditorError(n(825),this);return this[n(498)][n(561)](t)}[Ec(887)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(778)](t),i=this[e(832)][e(785)](n)||this[e(920)](r,s,n,o,{});switch(this[e(768)](i,r,s,o),this[e(903)][e(785)](i)){case e(494):this[e(767)](n)[e(669)]((t=>{const r=e;let s=Promise[r(549)]();t[r(918)]&&(s=this[r(789)][r(800)]({channelId:this[r(637)][r(817)][r(785)](r(652)),threadId:n})),s[r(669)]((()=>{const e=r;this[e(740)](t)[e(579)]=!0}))})),this[e(903)][e(618)](i,e(510));break;case e(551):this[e(598)](n,{state:e(787)});case e(610):this[e(903)][e(618)](i,e(882)),this[e(765)](e(650),i);break;case e(882):this[e(765)](e(898),i)}return i[e(720)](t),i}[Ec(563)](t){const e=Ec,n=Array[e(523)](t),r=n[e(519)]((t=>e(745)==t[e(616)]));this[e(631)](r);const s=n[e(519)]((t=>!t[e(813)]&&e(745)!=t[e(616)])),o=this[e(771)]({skipNotAttached:!0})[e(519)]((t=>!t[e(813)]&&e(745)!=t[e(616)])),i=o[e(519)]((n=>!t[e(603)](n))),a=new Map(o[e(559)]((t=>[t,this[e(795)][e(677)](t[e(616)],t[e(760)],e(514))]))),c=new Map(o[e(559)]((t=>[t,t[e(756)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(594)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(594)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(594)];t++){const n=s[t];!l[e(603)](n)&&n[e(644)]&&(f[e(705)](n[e(644)]),n[e(644)][e(837)]===n&&(n[e(644)][e(837)]=null),n[e(644)]=null),!u[e(603)](n)&&n[e(837)]&&(f[e(705)](n[e(837)]),n[e(837)][e(644)]===n&&(n[e(837)][e(644)]=null),n[e(837)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(594)];e++){const r=g(t,n[e]);r&&(r[0][s(837)]=r[1],r[1][s(644)]=r[0],u[s(705)](r[0]),l[s(705)](r[1]))}}function g(t,n){const r=e;if(t[r(672)].id!==n[r(672)].id)return null;const s=a[r(785)](t)(t,n,c[r(785)](t),c[r(785)](n));return s&&a[r(785)](n)(t,n,c[r(785)](t),c[r(785)](n))?s[1][r(879)]&&s[1][r(879)][r(594)]?null:s:null}f[e(492)]&&this[e(563)](f)}[Ec(631)](t){const e=Ec;if(0==t[e(594)])return;const n=this[e(771)]({skipNotAttached:!0})[e(519)]((t=>e(745)==t[e(616)]&&t[e(851)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(706)]);s[e(603)](n)||(s[e(618)](n,r[e(594)]),r[e(881)]([]));const i=s[e(785)](n);r[i][e(881)](t)}!function(){const t=e;r[t(638)](((e,n)=>{const r=t,s=e[0][r(907)],o=n[0][r(907)];return s==o?e[0][r(706)][r(576)]<n[0][r(706)][r(576)]?-1:1:s<o?-1:1}));for(const e of r)e[t(638)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(594)];t++){if(0==r[t][e(594)])continue;const n=[];for(let s=t+1;s<r[e(594)];s++)0!=r[s][e(594)]&&i(r[t],r[s])&&n[e(881)](s);for(const s of n)r[t]=r[t][e(875)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(594)];n++)t[n][e(837)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(594)];n++)t[n][e(644)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(706)][r(576)]!==n[0][r(706)][r(576)]&&t[0][r(672)]!==n[0][r(672)])return!1;if(!function(t,e){const n=r;return!t[n(918)]&&!e[n(918)]||(!t[n(918)]||!e[n(918)])&&(!!(t[n(918)]&&e[n(907)]<t[n(879)][n(842)][n(785)](0)[n(907)])||!!(e[n(918)]&&t[n(907)]<e[n(879)][n(842)][n(785)](0)[n(907)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(706)],r(576)),o=Ic(n[0][r(706)],r(576));return!!wr(s,o)&&(!!t[r(791)]((t=>n[r(892)]((e=>t[r(756)]()[r(582)](e[r(756)]())))))&&n[r(791)]((e=>t[r(892)]((t=>e[r(756)]()[r(582)](t[r(756)]()))))))}}[Ec(634)](t){const e=Ec,n=Array[e(523)](t),r=this[e(771)]({skipNotAttached:!0}),s=r[e(519)]((n=>!t[e(603)](n))),o=new Map(n[e(559)]((t=>[t,this[e(795)][e(677)](t[e(616)],t[e(760)],e(835))]))),i=new Map(r[e(559)]((t=>[t,t[e(593)]()])));for(let t=0;t<n[e(594)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(594)];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(594)];e++){const s=r[e];if(s[a(616)]!==n[a(616)]||s[a(672)].id!==n[a(672)].id||s[a(760)]!==n[a(760)])continue;if(!Oc(n,s,[a(576)]))continue;if(a(745)==n[a(616)]&&n[a(893)][a(503)]!=s[a(893)][a(503)])continue;if(a(745)==n[a(616)]&&t[a(639)](n[a(893)][a(562)]))continue;if(a(843)==n[a(616)]){const e=t[a(637)][a(759)],r=n[a(841)]();if(r&&(e[a(889)][a(642)](r)||e[a(889)][a(501)](r)))continue}const c=o[a(785)](n),u=i[a(785)](n),l=i[a(785)](s),f=n[a(879)]&&n[a(879)][a(594)],h=s[a(879)]&&s[a(879)][a(594)];if(!f&&c(l,u))return t[a(553)](s,n),i[a(877)](n),!0;if(!h&&c(u,l))return t[a(553)](n,s),i[a(877)](s),!0}return!1}}[Ec(553)](t,e){const n=Ec;if(t[n(813)])for(const r of e[n(593)]())t[n(674)](r);else{const r=e[n(756)]()[n(910)];this[n(693)](t,this[n(726)][n(533)](t[n(756)]()[n(792)],r))}e[n(746)]()}[Ec(909)](t,e){const n=Ec,r=t[n(658)](n(761))||t[n(658)](n(745))?n(542):t[n(521)]();return Hr(this[n(637)][n(725)],e+"_"+r+n(872))}[Ec(769)](){const t=Ec,e=this[t(637)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(726)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(778)](t[s(701)]);if(s(827)===e){n[s(738)](this[s(909)](r,s(595)));break}}for(const t of r){const{group:e,type:r}=this[s(778)](t[s(701)]);if(s(827)===e){n[s(738)](this[s(909)](r,s(581)));break}}}))}[Ec(802)](t){const e=Ec;if(this[e(884)])return!1;const n=this[e(637)],r=n[e(759)][e(717)][e(680)][e(619)]();if(0==r[e(594)])return!1;const s=[],o=r[e(519)]((t=>e(745)==t[e(616)])),i=r[e(519)]((t=>e(754)==t[e(616)]&&e(566)!=t[e(701)])),a=r[e(519)]((t=>e(663)==t[e(616)]&&e(566)!=t[e(701)]));for(const t of o)s[e(881)]({key:t[e(564)],newValue:t[e(621)],oldValue:t[e(548)],range:Nc(t[e(704)],n[e(759)])});for(const t of i){const r=a[e(684)]((n=>n[e(900)][e(582)](t[e(900)])));r&&s[e(881)]({key:e(734),newValue:t[e(701)],oldValue:r[e(701)],range:n[e(759)][e(613)](t[e(900)][e(604)])})}return 0!=s[e(594)]&&this[e(683)](t,s)}[Ec(742)](t){const e=Ec;let n=!1;const r=this[e(637)][e(759)][e(717)][e(680)][e(908)]()[e(519)]((t=>t[e(893)][e(883)]&&t[e(701)][e(658)](e(504))));for(const s of r){const{subType:r,id:o}=this[e(778)](s[e(701)]),i=r[e(753)]("|")[0];for(const r of this[e(771)]({skipNotAttached:!0}))r.id!=o&&e(745)==r[e(616)]&&r[e(893)]&&r[e(893)][e(562)]==i&&r[e(756)]()[e(709)](s[e(893)][e(883)])&&(this[e(816)](r,s[e(893)][e(883)],t),n=!0)}return n}[Ec(807)](t){const e=Ec;this[e(637)],this[e(884)]=!0,t()}[Ec(689)](t){const e=Ec,n=this[e(639)](t),r=this[e(643)][e(603)](t);return n||r}[Ec(683)](t,e){const n=Ec;if(0==e[n(594)])return!1;let r=!1;for(const s of e){const e=this[n(699)](s[n(704)],n(745))[n(519)]((t=>!t[n(568)][n(545)]))[n(559)]((t=>t[n(827)])),i=(0,o.hashObject)({newValue:s[n(554)]});e[n(519)]((t=>{const e=n,[r,o]=t[e(760)][e(753)]("|");return r==s[e(562)]&&o!=i}))[n(886)]((e=>{const o=n;this[o(816)](e,s[o(704)],t),r=!0}))}return r}[Ec(816)](t,e,n){const r=Ec,s=t[r(756)]()[r(525)](e);0!==s[r(594)]?1!==s[r(594)]?this[r(596)](t,e[r(792)],e[r(910)]):this[r(693)](t,s[0]):n[r(573)](t[r(824)]())}}function yc(){const t=["createPositionAfter","addCommentThread","author","deletion:chain","addRange","_trackFormatChanges","isBlock","getSuggestionCallback","isCollapsed","descriptionFactory","differ","containsItem","keys","_reduceExistingSuggestions","find","splitPosition","formatInline:discard","suggestion-type","getAllAdjacentSuggestions","_isRegisteredAttribute","move","deletion:discard","getNearestSelectionRange","_setSuggestionRange","data-suggestion","catch","formatBlock:","dataDowncast","includes","_findSuggestions","howMany","name","formatInline","attribute:","range","add","attributes","discardSuggestion","registerCustomCallback","isIntersecting","updateMarker","isInContent","deleteContent","getRange","insertion:join","7HyqiFO","addMarker:suggestion:formatBlock","document","low","buildSuggestion","addMarkerName","_descriptionFactory","change:activeMarkers","substring","_getAttributeKey","locale","_model","documentSelection","marker-count","markerName","track-changes-user-not-found","elementStart","parent","oldRange","$elementName","deletion:accept","containsRange","rejected","announce","group","addSuggestionData","isDocumentOperation","_processAttributeSuggestions","trackChanges.mergeNestedSuggestions","containerElement","attribute","removeMarkers","accepted","highest","removeMarker:suggestion:attribute","markDeletion","moveTargetPosition","deletion:","split","insert","getAttribute","getFirstRange","reconvertMarker","editing","model","subType","format","forward","TrackChangesEditing","createSelection","fire","5WaOdQQ","_getSuggestionData","_checkSuggestionCorrectness","_initAriaMarkerChangeAnnouncements","elementEnd","getSuggestions","default","enableReadOnlyMode","isRemovable","rename","formatGroupId","trackChangesCommand","_splitMarkerName","insertContent","trackChanges.trackFormatChanges","conversion","11079fAToky","acceptSuggestion","getCustomProperty","get","consumable","open","@external","_commentsRepository","getMultiRangeId","every","start","unbind","change","_suggestionFactory","dataToMarker","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.","execute","insertion:chain","fetchCommentThread","creator","_processAttributeChanges","markMultiRangeBlockFormat","updateSuggestion","Users","removeMarker:suggestion:formatBlock","_recordAttributeChanges","applyOperation","enqueueChange","getWalker","item","isUndo","isMultiRange","elementToElement","formatBlock:chain","_reduceSuggestionAttributeRange","config","hasCommentThread","registerInlineAttribute","detach","$graveyard","removeComment","getLastMatchingPosition","getFirstMarker","track-changes-adapter-missing-getsuggestion","isOwn","suggestion","insertion:accept","_rangeIsInLocalUserInsertion","deletion","ck-suggestion-marker--active","_suggestions","markBlockFormat","isAfter","join","track-changes-suggestion-not-found","next","track-changes-adapter-already-set","init","addSuggestion","getContainedElement","comments","formatBlock","originalSuggestionId","nodeBefore","CommentsRepository","addMarker:suggestion:attribute","writer","createRangeIn","deletion:join","_isDataLoaded","1871412CsHFnh","addClass","formatBlock:accept","markerToHighlight","forceDefaultExecution","formatInline:join","getMarkers","containsPosition","$marker","after","addMarker","4361142EKLJzO","isInsideObject","widget","insertion:","stopListening","hasSuggestion","commands","clear","createElement","_SUGGESTION_ANNOUNCEMENT","isExternal","clone","concat","trackChanges","delete","lowest","commentThread","stop","push","ready","newRange","_recordAttributeSuggestions","_onDiscard","forEach","_handleNewSuggestionMarker","_mergeNestedSuggestions","schema","markerToData","unshift","some","data","ck-suggestion-marker-formatBlock","isBefore","insertion","_customCallbacks","suggestionChanged","attribute:join","position","formatInline:","_enabledCommands","_suggestionState","markInlineFormat","change:data","external:","createdAt","getChangedMarkers","_getMarkerAnnouncementText","end","always","_cutOutSuggestionMarker","ck-suggestion-marker-formatInline","batch","pluginName","discard","setTo","hasComments","_removeSuggestion","_createSuggestion","formatInline:chain","tablePasteChainId","activeMarkers","unbindElementFromMarkerName","suggestion:","size","update:suggestion","notReady","error-saving-suggestion-data-suggestion-discarded","return","define","_adapter","$textProxy","_blockAttributeKeys","isLimit","getAncestors","oldValue","suggestion:attribute:","addHighlight","adapter","acceptAllSuggestions","commandName","addComment","markerReady","track-changes-suggestion-data-mismatch","218nMEiRT","markAttributeChange","chain","suggestionUnloaded","addMarker:suggestion","bindElementToMarker","enableDefaultAttributesIntegration","filter","upcast","toUpperCase","plugins","from","2203796hMfOfs","getDifference","selection","authorName","1464NKaNOK","36069UGCnHC","multipleBlocks","getItems","containsRangeInObject","createRange","isTouching","rethrowUnexpectedError","setAttribute","toViewElement","splice","discardSelectedSuggestions","getCommentThread","normal","FORMATTING","before","addUser","isNextTo","enableCommand","1895030XdjwYR","attributeOldValue","resolve","_defaultCallbacks","removed","_element","_joinSuggestions","newValue","assign","getUser","multi","high","map","markInsertion","getSuggestion","key","_refreshSuggestionsChain","attributeKey","getIntersection","$text","isAtStart","meta","formatBlock:discard","attribute:discard","never","createPositionBefore","removeMarker","_addSuggestionMarker","substr","groupId","acceptSelectedSuggestions","_afterChanges","_saved","head","ENTER","isEqual","_getExternalAuthor","pop","removeClass","_isForcedDefaultExecutionBlock","_getAuthorFromId","markers","track-changes-enable-command-twice","warn","_registerDefaultCallbacks","values","getRanges","length","LEAVE","_breakSuggestionMarker","markerNameToElements","_updateSuggestionData","root","value","toJSON","3352YvCtXw","has","nodeAfter","createPositionAt","formatInline:accept","ck-suggestion-marker-","rootName","requires","dataReady","PendingActions","authoredAt","createRangeOn","formatBlock:join","insertion:discard","type","isLocal","set","getChanges","showSuggestionHighlights","attributeNewValue","fromCharCode","_editor","discardAllSuggestions","registerBlockAttribute","isArray","removeAttribute","refresh","options","PENDING_ACTION_SUGGESTION","_refreshAttributeSuggestionsChain","track-changes-command-not-found","_addThreadToSuggestion","_joinWithAdjacentSuggestions","skipNestingCheck","fromRange","editor","sort","_isBlockAttribute","markMultiRangeInsertion","markMultiRangeDeletion","isObject","_inlineAttributeKeys","previous","ck-suggestion-marker","isSelectable","isAtEnd","targetPosition","mapper","suggestionLoaded","_setSuggestionData","collaboration.channelId","getShiftedBy","isIntersectingWithRange","change:_saved","for","4020vxGlVL","startsWith","accept","attribute:accept","backward","registerPostFixer","remove","listenTo","editingDowncast","consume","setSelection","element","then"];return(yc=function(){return t})()}class Ac{constructor(t){const e=Ec;this[e(623)]=t,this[e(726)]=t[e(759)],this[e(897)]=new Map,this[e(550)]=new Map,this[e(591)]()}[Ec(719)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(726)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(677)](t,e,i(659))(...n),onDiscard:(...n)=>this[i(677)](t,e,i(916))(...n)})}[Ec(708)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(897)][s(618)](o,r)}[Ec(677)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(897)][r(785)](s)||this[r(550)][r(785)](t+":"+n)}[Ec(591)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(638)](((t,n)=>t[e(792)][e(895)](n[e(792)])?1:-1)),this[e(726)][e(794)]((n=>{const r=e;for(const e of t){let t;t=e[r(910)][r(647)]&&e[r(910)][r(732)]==e[r(792)][r(604)]?n[r(764)](e[r(792)][r(604)],"on"):n[r(764)](e),this[r(726)][r(712)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(726)][n(794)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(559)]((t=>(Cc(t)&&(t=this[s(726)][s(533)](t[s(910)])),t)))[s(519)]((t=>s(821)!==t[s(599)][s(608)]));if(c[s(594)]<1)return;const u=Array[s(523)](this[s(726)][s(717)][s(526)][s(593)]())[s(559)]((t=>i.LiveRange[s(636)](t)));r[s(667)](c);for(const t of this[s(623)][s(869)][s(869)]())t[s(628)]();a[s(881)]({forceDefaultExecution:!0}),this[s(623)][s(798)](o,...a);const l=u[s(519)]((t=>s(821)!=t[s(599)][s(608)]));l[s(594)]>0&&r[s(667)](l);for(const t of u)t[s(820)]()}))},s=(e,n)=>1==e[t(594)]&&1==n[t(594)]&&e[0][t(910)][t(582)](n[0][t(792)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(726)])?[e,n]:Mc(n,e,s,r,this[t(726)])?[n,e]:null;this[t(550)][t(618)](t(828),e),this[t(550)][t(618)](t(615),n),this[t(550)][t(618)](t(714),s),this[t(550)][t(618)](t(799),o),this[t(550)][t(618)](t(735),n),this[t(550)][t(618)](t(691),e),this[t(550)][t(618)](t(850),s),this[t(550)][t(618)](t(673),o),this[t(550)][t(618)](t(606),r),this[t(550)][t(618)](t(686),e),this[t(550)][t(618)](t(857),s),this[t(550)][t(618)](t(921),e),this[t(550)][t(618)](t(854),r),this[t(550)][t(618)](t(569),e),this[t(550)][t(618)](t(614),s),this[t(550)][t(618)](t(815),e),this[t(550)][t(618)](t(660),e),this[t(550)][t(618)](t(570),((e,n)=>{const r=t;if(!n)return;const s=this[r(623)][r(522)][r(785)](_c);this[r(726)][r(794)]((t=>{const o=r;if(o(734)==n[o(562)])for(const r of e){const e=r[o(792)][o(604)],s=n[o(503)];t[o(775)](e,s)}else if(s[o(639)](n[o(562)]))for(const r of e)void 0!==n[o(503)]?t[o(536)](n[o(562)],n[o(503)],r[o(792)][o(604)]):t[o(627)](n[o(562)],r[o(792)][o(604)]);else for(const r of e)n[o(503)]?t[o(536)](n[o(562)],n[o(503)],r):t[o(627)](n[o(562)],r)}))})),this[t(550)][t(618)](t(899),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(732)][r(502)]({includeSelf:!0,parentFirst:!0})){if(s[r(599)]==s)return!1;if(!n[r(681)](s))return!1;if(t[r(642)](s)||t[r(501)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(910)][e(732)]==t[e(792)][e(604)]&&t[e(910)][e(567)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(811)].is(s(499))&&!r[s(642)](t[s(811)]),i=t[s(792)][s(823)](o),a=t[s(910)][s(823)](o,{direction:s(661)});return!(t[s(792)][s(582)](i)&&t[s(910)][s(582)](a)||(i[s(895)](a)?n[s(710)](e,{range:n[s(533)](i,a)}):n[s(573)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ec,n=t[e(792)][e(604)];return n&&n.is(e(668))}function Nc(t,e){const n=Ec;return null==t[n(910)][n(845)]&&t[n(910)][n(732)]==t[n(792)][n(604)]?vc(t[n(792)][n(604)],e):t}function vc(t,e){const n=Ec,r=e[n(889)][n(642)](t)||e[n(889)][n(646)](t);return e[n(533)](e[n(605)](t,n(543)),r?e[n(670)](t):e[n(605)](t,n(910)))}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(910)][o(582)](r[o(792)]))return!0;if(t[o(616)]!=e[o(616)])return!1;if(!n[o(910)][o(534)](r[o(792)]))return!1;const i=s[o(533)](n[o(910)],r[o(792)])[o(810)]();for(const t of i)if([o(731),o(770)][o(698)](t[o(616)])&&s[o(889)][o(501)](t[o(811)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(851)]||!e[r(851)])&&wr(Ic(t[r(706)],n),Ic(e[r(706)],n))}function wc(t,e){const n=Ec,r=Dc(t[n(706)]),s=Dc(e);if(!t[n(851)])return!1;for(const t of Object[n(682)](s))if(!wr(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(555)]({},t);return delete n[e(635)],delete n[e(922)],n}const Fc=xc;function Pc(){const t=["bind","PENDING_ACTION_SUGGESTION","get","plugins","69403IBvFkd","_editor","model","canAccept","stopListening","commands","isDirty","_removePendingAction","10Ylralb","change:isDirty","remove","execute","locale","PendingActions","_setPendingAction","3KhfGkn","_acceptCommand","destroy","discardSuggestion","canDiscard","8637350vHCBcQ","listenTo","add","acceptSuggestion","commentThreadController","_discardCommand","60MRqMAU","1043sQFfdc","440506icPfzA","view","isEnabled","34296mvKTpi","canEditAt","5587047CPewDS","getRanges","_pendingAction","2732996NAstqL","unbind","335050zBqnfm","12PSLMLt"];return(Pc=function(){return t})()}function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=185]})(t,e)}!function(t,e){const n=xc,r=t();for(;;)try{if(471843===-parseInt(n(219))/1*(parseInt(n(227))/2)+parseInt(n(190))/3*(parseInt(n(211))/4)+-parseInt(n(213))/5*(parseInt(n(201))/6)+parseInt(n(202))/7*(-parseInt(n(206))/8)+parseInt(n(208))/9+parseInt(n(195))/10+-parseInt(n(203))/11*(parseInt(n(214))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(221)]=e,this[s(204)]=n,this[s(199)]=r,this[s(220)]=t,this[s(191)]=t[s(224)][s(217)](s(198)),this[s(200)]=t[s(224)][s(217)](s(193)),this[s(204)][s(215)](s(205)).to(this[s(191)],this[s(200)],((t,e)=>t||e)),this[s(204)][s(215)](s(222)).to(this[s(191)],s(205),(t=>t&&this[s(220)][s(221)][s(207)](e[s(209)]()))),this[s(204)][s(215)](s(194)).to(this[s(200)],s(205),(t=>t&&this[s(220)][s(221)][s(207)](e[s(209)]()))),this[s(210)]=null,n[s(225)]&&this[s(189)](),this[s(196)](n,s(198),(()=>this[s(198)]())),this[s(196)](n,s(193),(()=>this[s(193)]())),this[s(196)](n,s(228),(()=>{const t=s;n[t(225)]?this[t(189)]():this[t(226)]()}))}[Fc(198)](){const t=Fc;this[t(191)][t(186)](this[t(221)].id)}[Fc(193)](){const t=Fc;this[t(200)][t(186)](this[t(221)].id)}[Fc(192)](){const t=Fc;this[t(204)][t(212)](t(205)),this[t(204)][t(212)](t(222)),this[t(204)][t(212)](t(194)),this[t(223)](),this[t(199)][t(192)](),this[t(210)]&&this[t(226)]()}[Fc(189)](){const t=Fc,e=Hr(this[t(220)][t(187)],t(216));this[t(210)]=this[t(220)][t(218)][t(217)](t(188))[t(197)](e)}[Fc(226)](){const t=Fc;null!==this[t(210)]&&this[t(220)][t(218)][t(217)](t(188))[t(185)](this[t(210)]),this[t(210)]=null}}function Uc(t,e){const n=Gc();return(Uc=function(t,e){return n[t-=486]})(t,e)}const jc=Uc;function Gc(){const t=["26287860xeDSZA","bind","commentThreadInputView","61807lZpKKQ","8019385tDkWcn","1096QBnuYS","isEnabled","_model","10kRxXtE","10eVsTSs","isReadOnly","isActive","editorConfig","disabledSubmit","_createCommentViews","_createCommentThreadInputView","focus","setData","6TxRssa","CommentView","delegate","commentsListView","updateComment","canDiscard","assign","_config","isDirty","removeComment","locale","13IKfvkd","cancel","_localUser","value","authoredAt","hasDirtyComment","52389tsZjTZ","showInput","addComment","editor","submit","63XzTZPR","element","commentInputView","canAccept","558988GOXAOd","3677635wsaHRk","disableComments","commentThread","fire","length","set","destroy","descriptionParts","112002euQPZI"];return(Gc=function(){return t})()}!function(t,e){const n=Uc,r=t();for(;;)try{if(630154===-parseInt(n(501))/1*(parseInt(n(506))/2)+-parseInt(n(516))/3*(parseInt(n(488))/4)+-parseInt(n(489))/5+parseInt(n(497))/6*(-parseInt(n(538))/7)+parseInt(n(503))/8*(-parseInt(n(533))/9)+parseInt(n(507))/10*(parseInt(n(502))/11)+-parseInt(n(498))/12*(-parseInt(n(527))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends s.View{constructor(t,e,n,r){const s=Uc;super(t),this[s(519)]=null,this[s(500)]=null,this[s(494)](s(509),!1),this[s(494)](s(531),e[s(531)]),this[s(499)](s(531)).to(e),this[s(494)](s(496),[]),this[s(494)](s(524),!1),this[s(494)](s(504),!1),this[s(494)](s(487),!1),this[s(494)](s(521),!1),this[s(505)]=e,this[s(529)]=n,this[s(523)]=r,r[s(490)]?this[s(494)](s(493),1):this[s(512)]()}[jc(514)](){const t=jc;this[t(539)][t(514)]()}[jc(495)](){const t=jc;this[t(519)]&&this[t(519)][t(495)](),this[t(500)]&&this[t(500)][t(495)](),super[t(495)]()}[jc(512)](){const t=jc,{CommentsListView:e}=this[t(523)];this[t(519)]=new e(this[t(526)],this[t(505)][t(491)],Object[t(522)]({CommentView:this[t(523)][t(517)]},this[t(523)])),this[t(519)][t(518)](t(525)).to(this),this[t(519)][t(518)](t(520)).to(this),this[t(519)][t(499)](t(509)).to(this),this[t(494)](t(493),this[t(519)][t(493)]+1),this[t(499)](t(493)).to(this[t(519)],t(493),(t=>t+1)),this[t(500)]=this[t(513)](),this.on(t(525),(()=>this[t(514)]())),this[t(499)](t(524)).to(this[t(519)],t(532),this[t(500)][t(486)],t(530),((t,e)=>t||!!e))}[jc(513)](){const t=jc,{CommentThreadInputView:e}=this[t(523)],n=new e(this[t(526)],this[t(529)],this[t(523)][t(510)]),r=n[t(486)];return n[t(499)](t(534)).to(this,t(509),this[t(505)][t(491)],t(508),r,t(530),((t,e,n)=>!!n||t&&!e)),r.on(t(537),((e,n)=>{const s=t;this[s(492)](s(535),n),r[s(536)][s(515)]("")})),r.on(t(528),(()=>this[t(514)]())),r[t(499)](t(511)).to(this[t(505)][t(491)],t(508)),n}}const zc=Wc;function Hc(){const t=["ck-suggestion-wrapper--active","17612YdICXl","acceptButton","cancel","EXTERNAL_AVATAR","fire","editorDestroyed","_model","_createButton","2973005yASGhw","Accept suggestion","extendTemplate","querySelector","content","map","setTemplate","render","ck-annotation__info-name","canAccept","bindTemplate","ck-comment__info-time","commentThreadInputView","ck-annotation__info-time","_descriptionElement","innerText",'"></span>',"2622696MbVouO","isEnabled","isExternal","ck-suggestion--accept","type","isActive","join","3621537qcJPYW","116756BzMhwx","getTemplate","ck-suggestion__info","source","authoredAt","ck-suggestion__main","div","commentThread","editorReady","name","ck-comment__external","children",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion-wrapper","43422gapnfA","importWord","creator","</p>","ck-annotation__user","split","disableComments","_config","</span>","innerHTML","ck-annotation",'<span class="ck-suggestion-type">',"ck-suggestion__user","ck-annotation__main","discardButton","value","color","author","check","3529816nqvYyz","ck-annotation__content-wrapper","165FJxOKb","title","Discard suggestion","change:description","delegate","getExternalSuggestionNote","305UbJrFE","set","commentsListView","ck-suggestion--disabled-comments","@external","EXTERNAL_IMPORT_WORD_SUGGESTION","EXTERNAL_IMPORT_WORD_AVATAR","bind","ck-annotation__actions","userView","formatDateTime","getUserViewNotificationText","locale",".ck-annotation__content-wrapper","ck-suggestion-","descriptionParts","description","time","ck-suggestion","ck-suggestion__actions","ck-suggestion--discard","ck-annotation__info","span","execute","discardSuggestion","attributes","ck-suggestion__info-name","createElement","element","acceptSuggestion","<p>",'" title="',"10mYZeNs","push","canDiscard","EXTERNAL_SUGGESTION"];return(Hc=function(){return t})()}!function(t,e){const n=Wc,r=t();for(;;)try{if(542812===parseInt(n(284))/1+-parseInt(n(251))/2*(-parseInt(n(319))/3)+parseInt(n(317))/4+parseInt(n(325))/5*(-parseInt(n(298))/6)+-parseInt(n(259))/7+parseInt(n(276))/8+-parseInt(n(283))/9*(parseInt(n(246))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(326)](i(280),""),this[i(332)](i(280)).to(this,i(340),(t=>t&&t[0]?t[0][i(280)]:"")),this[i(332)](i(341)).to(this,i(340),this,i(281),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(244)+Xc(e[n(263)],e[n(314)])+n(301);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(273)]=null,this[i(252)]=this[i(258)](Hr(e,i(260)),t.icons[i(316)],i(279),i(243),"sw"),this[i(252)][i(332)](i(277)).to(this,i(268)),this[i(312)]=this[i(258)](Hr(e,i(321)),t.icons[i(253)],i(345),i(238),"sw"),this[i(312)][i(332)](i(277)).to(this,i(248)),this[i(334)]=new o.UserView(e,this[i(257)][i(315)],this[i(336)]()),this[i(334)][i(261)]({attributes:{class:[i(310),i(302)]}}),this[i(265)](this[i(285)]())}[zc(285)](){const t=zc,e=this[t(269)],n=[{tag:t(290),attributes:{class:[t(286),t(346)]},children:[{tag:t(347),children:[{text:this[t(334)][t(293)]}],attributes:{class:[t(240),t(267)]}},{tag:t(342),attributes:{datetime:e.to(t(288)),class:[t(270),t(272)]},children:[{text:e.to(t(288),(e=>this[t(305)][t(335)](e)))}]}]},{tag:t(290),attributes:{class:[t(344),t(333)]},children:[this[t(252)],this[t(312)]]},{tag:t(290),attributes:{class:[t(318)]}}];this[t(257)][t(278)]&&n[t(247)]({tag:t(290),attributes:{class:[t(294)]},children:[{text:this[t(324)]()}]});const r={tag:t(290),attributes:{class:[t(297),e.if(t(281),t(250)),e.to(t(280),(e=>t(339)+e)),this[t(305)][t(304)]&&t(328)],"data-suggestion-id":this[t(257)].id,"data-thread-id":this[t(257)][t(291)].id,"data-author-id":this[t(257)][t(315)].id,tabindex:-1},children:[{tag:t(290),attributes:{class:[t(343),t(308)]},children:[this[t(334)],{tag:t(290),attributes:{class:[t(289),t(311)]},children:n}]}]};return this[t(327)]&&this[t(271)]&&(r[t(295)][t(247)](this[t(327)],this[t(271)]),this[t(327)][t(323)](t(292)).to(this),this[t(327)][t(323)](t(256)).to(this),this[t(271)][t(323)](t(292)).to(this),this[t(271)][t(323)](t(256)).to(this)),r}[zc(266)](){const t=zc;super[t(266)](),this[t(273)]=this[t(242)][t(262)](t(338)),this[t(273)][t(307)]=this[t(341)],this.on(t(322),((e,n,r)=>{const s=t;this[s(273)][s(307)]=r}))}[zc(258)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(337)]);return a[i(326)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(261)]({attributes:{class:n}}),a.on(i(348),(()=>{const t=i;this[t(255)](r,this[t(257)].id)})),a}[zc(324)](){const t=zc;return t(299)===this[t(257)][t(239)][t(329)][t(287)]?Hr(this[t(337)],t(330)):Hr(this[t(337)],t(249))}[zc(336)](){const t=zc;return this[t(257)][t(278)]?t(299)===this[t(257)][t(239)][t(329)][t(287)]?Hr(this[t(337)],t(331),this[t(257)][t(300)][t(293)]):Hr(this[t(337)],t(254),this[t(257)][t(300)][t(293)]):null}}function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=238]})(t,e)}function Xc(t,e){const n=zc;let r="";return r+=t[n(303)]("*")[n(264)](((t,e)=>e%2!=0?n(309)+qc(t)+n(306):qc(t)))[n(282)](""),e&&(r+=n(296)+e[n(313)]+n(245)+e[n(320)]+n(275)),r}function qc(t){const e=zc,n=document[e(241)](e(347));return n[e(274)]=t,n[e(307)]}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',Yc=Jc;function Jc(t,e){const n=Qc();return(Jc=function(t,e){return n[t-=371]})(t,e)}function Qc(){const t=["listenTo","type","value","11537784OmKKnR","change:activeAnnotations","menu","trackChanges.SuggestionThreadView","isInContent","lowest","comments.editorConfig","delegate","isOn","_initializeController","_destroyController","Discard all selected suggestions","addComment","_addUIComponentsToFactory","items","get","51vmnCkx","activeAnnotations","779499csNuuS","163926zeATAg","set","Accept all selected suggestions","60QRSxiw","activeMarkers","isDirty","comments.maxCommentCharsWhenCollapsed","requires","isMultiRange","getJoined","buttonView","refreshSelectedViews","13280LyRodh","focus","getAllAdjacentSuggestions","clear","panelView","arrowView","define","view","_bindAnnotationToEditors","discardButton","remove","stopListening","from","Annotations","getRanges","switchbutton","descriptionFactory","CommentsRepository","change:previous","getSuggestion","getMarkerNames","createAnnotation","commentThread","getMarkers","reduce","createAnnotationView","_viewToController","getFirstRange","unbind","pluginName","suggestionChanged","size","trackChanges.disableComments","_updateController","head","locale","13240683ZKeeKe","discardSelectedSuggestions","_createToolbarButton","Track changes","comments.maxThreadTotalWeight","getDescriptions","delete","bind","length","Discard all suggestions","_handleControllerBuffer","menuBar:trackChanges","hasSuggestion","commands","trackChanges","_disableComments","864324sKVgeM","suggestionLoaded","descriptionParts","_annotationViews","CommentView","execute","commandName","previous","_handleSuggestionControllerDelayed","some","acceptSelectedSuggestions","plugins","editor","registerAnnotation","values","_suggestionToController","comments","EditorAnnotations","createCommentThreadController","addSourceCollector","TrackChangesUI","isEnabled","children","_createMenuBarMenu","has","keys","source","_unbindEditors","menuitem","model","button","mainView","CommentsUI","componentFactory","2850436wwrMwE","discardAllSuggestions","TrackChangesEditing","getByInnerView","suggestion-","destroy","actionView","add","menuitemcheckbox","SuggestionThreadView","_refreshActiveMarkers","innerView","editing","init","acceptButton","comments.maxCommentsWhenCollapsed","suggestionUnloaded","config","separator","acceptAllSuggestions","toMany","Accept all suggestions","push","filter"];return(Qc=function(){return t})()}!function(t,e){const n=Jc,r=t();for(;;)try{if(783923===-parseInt(n(437))/1+-parseInt(n(471))/2+parseInt(n(514))/3*(-parseInt(n(385))/4)+parseInt(n(376))/5*(parseInt(n(373))/6)+-parseInt(n(372))/7+parseInt(n(498))/8+parseInt(n(421))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Yc(380)](){const t=Yc;return[_c,o.Users,t(402),t(398),t(454)]}static get[Yc(414)](){return Yc(457)}constructor(t){const e=Yc;super(t),this[e(452)]=new Map,this[e(411)]=new Map,this[e(440)]=new Map,this[e(431)]=new Map;const n=this[e(449)][e(488)];n[e(391)](e(501),Kc),n[e(391)](e(417),!1),this[e(436)]=n[e(513)](e(417))}[Yc(445)](t,e){const n=Yc;0===this[n(431)][n(416)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(431)]){const r=this[t(452)][t(461)](e);r||n?r&&n&&this[t(508)](e):this[t(507)](e)}this[t(431)][t(388)](),this[t(449)][t(448)][t(513)](t(454))[t(384)](),this[t(481)]()}),10),this[n(431)][n(374)](t,e)}[Yc(484)](){const t=Yc,e=this[t(449)],n=e[t(448)][t(513)](t(473)),r=e[t(448)][t(513)](t(398)),s=e[t(448)][t(513)](t(454)),o=e[t(448)][t(513)](t(402));this[t(511)](),s[t(456)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(397)](this[e(452)])){const s=t[e(387)](),o=[];for(const t of s){if(!t[e(502)])continue;if(t[e(381)]){o[e(493)](...t[e(399)]());continue}const n=t[e(412)]();if(o[e(429)]>0){const t=o[0][e(382)](n);if(t){o[0]=t;continue}}o[e(493)](n)}n[e(493)]([r[e(392)],o])}return n})),this[t(495)](n,t(438),((e,n)=>{const r=t;this[r(495)](n,r(403),((t,e,s,o)=>{const i=r;n[i(502)]&&(null==s?(this[i(418)](o[i(419)]),this[i(445)](n,!1)):(this[i(418)](s[i(419)]),null==o&&this[i(445)](n,!0)))})),null!==n[r(444)]?this[r(418)](n[r(419)]):this[r(445)](n,!1)})),this[t(495)](n,t(487),((e,n,r)=>{const s=t;this[s(396)](n,s(403)),this[s(431)][s(427)](n),this[s(452)][s(461)](n)&&this[s(508)](n),r&&this[s(418)](r[s(419)])})),this[t(495)](n,t(415),((e,n)=>{this[t(418)](n)})),this[t(495)](r,t(499),(()=>{this[t(481)]()})),this[t(495)](o,t(510),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(433)](r))return;const i=n[o(404)](r);this[o(452)][o(513)](i)[o(392)][o(386)]()}),{priority:t(503)})}[Yc(481)](){const t=Yc,e=this[t(449)][t(448)][t(513)](t(398)),n=this[t(449)][t(448)][t(513)](t(473)),r=Array[t(397)](e[t(371)],(e=>e[t(482)]))[t(494)]((e=>this[t(411)][t(461)](e))),s=[];for(const e of r){const n=this[t(411)][t(513)](e)[t(466)][t(387)]();s[t(493)](...n[t(409)](((e,n)=>[...e,...n[t(405)]()]),[]))}n[t(377)]=s}[Yc(511)](){const t=Yc,n=this[t(449)],r=n[t(420)],o=Hr(r,t(424)),i=new e.Collection([{type:t(400),model:new s.ViewModel({withText:!0,label:o,commandName:t(435),role:t(479)})},{type:t(489)},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(492)),commandName:t(490),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(375)),commandName:t(447),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(430)),commandName:t(472),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(509)),commandName:t(422),role:t(465)})}]);for(const e of i)if(tu(e)){const r=n[t(434)][t(513)](e[t(466)][t(443)]);e[t(466)][t(428)](t(506),t(458)).to(r,t(497),t(458))}n.ui[t(470)][t(478)](t(435),(e=>this[t(423)](e,i,o))),n.ui[t(470)][t(478)](t(432),(e=>this[t(460)](e,i,o)))}[Yc(423)](t,e,n){const r=Yc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(449)][r(434)][r(513)](r(435));o[r(383)][r(374)]({tooltip:n,label:n,icon:Zc}),o[r(383)][r(428)](r(506)).to(i,r(497)),o[r(383)].on(r(442),(()=>{const t=r;i[t(442)](),this[t(449)][t(483)][t(392)][t(386)]()})),(0,s.addListToDropdown)(o,e,{role:r(500)});const a=[];for(const t of e)tu(t)&&a[r(493)](this[r(449)][r(434)][r(513)](t[r(466)][r(443)]));const c=o[r(383)];return c[r(477)][r(413)](r(458)),c[r(390)][r(413)](r(458)),c[r(477)][r(428)](r(458)).to(i,r(458)),c[r(390)][r(428)](r(458))[r(491)](a,r(458),((...t)=>t[r(446)]((t=>t)))),o.on(r(442),(t=>{const e=r;this[e(449)][e(442)](t[e(463)][e(443)]),this[e(449)][e(483)][e(392)][e(386)]()})),o}[Yc(460)](t,e,n){const r=Yc,o=new s.MenuBarMenuView(t),i=this[r(449)][r(434)][r(513)](r(435));o[r(383)][r(374)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(489)==n[r(496)]){a[r(512)][r(478)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(466)];i[r(428)](...Object[r(462)](c)).to(c),i[r(505)](r(442)).to(o),i.on(r(442),(()=>{const t=r;this[t(449)][t(442)](c[t(443)]),this[t(449)][t(483)][t(392)][t(386)]()})),e[r(459)][r(478)](i),a[r(512)][r(478)](e)}return o[r(428)](r(458)).to(i,r(458)),o[r(389)][r(459)][r(478)](a),o}[Yc(507)](t){const e=Yc,n=this[e(449)],r=n[e(488)],s=n[e(448)][e(513)](e(398)),i=n[e(448)][e(513)](e(402)),a=n[e(448)][e(513)](e(454)),c=n[e(448)][e(513)](o.Users).me,u=r[e(513)](e(435))[e(480)],{CommentsListView:l,CommentThreadInputView:f}=n[e(448)][e(513)](e(469));let h,g;this[e(440)][e(461)](t.id)?(g=this[e(440)][e(513)](t.id),h=g[e(468)]):(h=new u(n[e(420)],t,c,{disableComments:this[e(436)],editorConfig:r[e(513)](e(504)),maxCommentsWhenCollapsed:r[e(513)](e(486)),maxThreadTotalWeight:r[e(513)](e(425)),maxCommentCharsWhenCollapsed:r[e(513)](e(379)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(513)](e(420))),CommentView:r[e(513)](e(453))[e(441)],CommentsListView:l,CommentThreadInputView:f}),h[e(485)].on(e(442),(()=>{const t=e;n[t(483)][t(392)][t(386)]()})),h[e(394)].on(e(442),(()=>{const t=e;n[t(483)][t(392)][t(386)]()})),g=s[e(410)](this[e(449)][e(420)],h),g[e(428)](e(378)).to(h,e(378)),g[e(428)](e(429)).to(h),g[e(428)](e(496)).to(h,e(496),(t=>e(475)+t)),this[e(440)][e(374)](t.id,g));const d=i[e(455)](t[e(407)],h),p=new Bc(n,t,h,d),m=t[e(387)]()[e(494)]((t=>t[e(502)]));h[e(439)]=n[e(448)][e(513)](e(473))[e(401)][e(426)](m),this[e(452)][e(374)](t,p),this[e(411)][e(374)](h,p);const I=s[e(406)]({view:g,target:()=>{const r=e,s=[],i=t[r(387)]()[r(494)]((t=>t[r(502)]));for(const t of i)s[r(493)](...t[r(408)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(483)],s)},type:()=>e(475)+p[e(392)][e(496)]});i[e(393)](h,I),s[e(478)](I),a[e(450)](I)}[Yc(508)](t){const e=Yc,n=this[e(449)][e(448)][e(513)](e(402)),r=this[e(449)][e(448)][e(513)](e(398)),s=this[e(452)][e(513)](t),o=s[e(392)],i=r[e(474)](o);n[e(464)](o),i&&r[e(395)](i),this[e(452)][e(427)](t),this[e(411)][e(427)](o),s[e(476)]()}[Yc(418)](t){const e=Yc;if(!t[e(502)]||!this[e(452)][e(461)](t))return;const n=this[e(449)][e(448)][e(513)](e(473)),r=this[e(452)][e(513)](t),s=t[e(387)]();r[e(392)][e(439)]=n[e(401)][e(426)](s)}[Yc(476)](){const t=Yc;for(const e of this[t(452)][t(462)]())this[t(508)](e);for(const e of this[t(440)][t(451)]())e[t(468)][t(476)]();super[t(476)]()}}function tu(t){return Yc(466)in t}var eu=nu;function nu(t,e){var n=su();return(nu=function(t,e){return n[t-=439]})(t,e)}!function(t,e){for(var n=nu,r=t();;)try{if(533287===parseInt(n(442))/1+-parseInt(n(445))/2+parseInt(n(449))/3+parseInt(n(457))/4*(parseInt(n(440))/5)+parseInt(n(455))/6*(-parseInt(n(447))/7)+parseInt(n(454))/8+-parseInt(n(446))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(su);class ru extends t.Plugin{static get[eu(444)](){return[_c,$c,eu(459)]}static get[eu(448)](){return eu(458)}set[eu(456)](t){var e=eu;this[e(443)][e(452)][e(439)](_c)[e(456)]=t}get[eu(456)](){var t=eu;return this[t(443)][t(452)][t(439)](_c)[t(456)]}[eu(441)](t){var e=eu;return this[e(443)][e(452)][e(439)](_c)[e(450)](t)}[eu(453)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(443)][n(452)][n(439)](_c)[n(453)]({skipNotAttached:t,toJSON:e})}[eu(451)](t){var e=eu;return this[e(443)][e(452)][e(439)](_c)[e(451)](t)}}function su(){var t=["addSuggestion","335859RsGYHJ","editor","requires","1149460mEhPKi","7190730JGjDkm","1229760ogtxUU","pluginName","1508751XNtzMY","addSuggestionData","getSuggestion","plugins","getSuggestions","7847112AfPsdB","24xJincS","adapter","1580084bbgLcK","TrackChanges","Comments","get","10BogoCS"];return(su=function(){return t})()}const ou=fu;function iu(){const t=["execute","getRootsAttributes","result","4177575PTfEnV","760795NsXWoj","map","discardAllSuggestions","editor","name","getDataWithDiscardedSuggestions","58502dVuUVD","Pagination","init","_adapter","reduce","getCommentThreads","acceptAllSuggestions","end","trackChangesData.editorCreator","6RJRscc","getUser","editorCreator","getSuggestions","rootsAttributes","2966502rOUptz","getRootNames","constructor","config","pluginName","plugins","document","data","requires","addCommentThread","appendChild","TrackChangesDataGetter","destroy","CommentsRepository","div","TrackChangesData","TrackChangesEditing","useAnonymousUser","get","30288225mgOdSR","create","trackChangesData","set","addSuggestionData","createDocumentFragment","16GYJEKf","5ehapPj","getDataWithAcceptedSuggestions","createElement","22RcHvFW","push","define","users","function","Users","addUser","810996wyxvOy","track-changes-data-invalid-editor-creator","getFullData","8173670lrofiq","model"];return(iu=function(){return t})()}!function(t,e){const n=fu,r=t();for(;;)try{if(530534===parseInt(n(288))/1*(parseInt(n(331))/2)+parseInt(n(302))/3+parseInt(n(338))/4*(-parseInt(n(328))/5)+parseInt(n(297))/6*(parseInt(n(282))/7)+parseInt(n(327))/8*(parseInt(n(281))/9)+parseInt(n(276))/10+-parseInt(n(321))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(289)];class cu extends t.Plugin{static get[ou(310)](){return[_c]}static get[ou(306)](){return ou(317)}[ou(290)](){const t=ou,n=this[t(285)];if(n[t(305)][t(333)](t(296),(e=>{const r=t,s=n[r(277)][r(308)][r(303)]()[r(292)](((t,e)=>(t[e]="",t)),{});return n[r(304)][r(322)](s,e)})),t(335)!=typeof n[t(305)][t(320)](t(323))[t(299)])throw new e.CKEditorError(t(274))}[ou(329)](t){return hu(this[ou(285)],!0,t)}[ou(287)](t){return hu(this[ou(285)],!1,t)}}class uu extends t.Plugin{static get[ou(306)](){return ou(313)}constructor(t){const e=ou;super(t),this[e(280)]=e(295)}[ou(290)](){const t=ou;this[t(285)][t(307)][t(320)](t(315))[t(291)]={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(285)][t(307)][t(320)](t(318))[t(291)]=null}}function lu(t){return void 0!==t[ou(279)]}function fu(t,e){const n=iu();return(fu=function(t,e){return n[t-=274]})(t,e)}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(307)][r(332)](_c,uu),s[r(301)]=lu(t)?t[r(279)]():void 0;const i=document[r(326)](),a=t[r(305)][r(320)](r(323))[r(299)],c=await a(s,(()=>function(t){const e=r,n=document[e(330)](e(316));return t[e(312)](n),n}(i)));!function(t,e){const n=r,s=t[n(277)][n(308)][n(303)]()[n(292)](((e,r)=>(e[r]=t[n(309)][n(320)]({rootName:r}),e)),{}),o=t[n(307)][n(320)](n(336))[n(334)][n(283)]((t=>({id:t.id,name:t[n(286)]}))),i=t[n(307)][n(320)](n(318))[n(300)]({skipNotAttached:!0,toJSON:!0}),a=t[n(307)][n(320)](n(315))[n(293)]({skipNotAttached:!0,toJSON:!0}),c=e[n(307)][n(320)](n(336)),u=e[n(307)][n(320)](n(318)),l=e[n(307)][n(320)](n(315));for(const t of o)c[n(298)](t.id)||c[n(337)](t);c.me||c[n(319)]();for(const t of i)u[n(325)](t);for(const t of a)l[n(311)](t);e[n(309)][n(324)](s)}(t,c),c[r(278)](r(e?294:284));const u=lu(c)?c[r(275)](n):c[r(309)][r(320)](n);return await c[r(314)](),u}function gu(){var t=["135648caUDAq","8PgQUTM","1043403PDSPhd","1370XtenVW","573287JmXcXV","25827370KFWrUK","6582821vzqnoM","4sZzeoO","9132ifPIci","1863488IIqYLJ"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=407]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(534120===parseInt(n(416))/1+-parseInt(n(411))/2+-parseInt(n(414))/3*(parseInt(n(409))/4)+parseInt(n(415))/5*(-parseInt(n(410))/6)+-parseInt(n(408))/7+parseInt(n(413))/8*(parseInt(n(412))/9)+parseInt(n(407))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|