@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240513.0 → 0.0.0-nightly-20240515.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/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- 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 +2 -1
- 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 +2 -1
- 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=l;function u(){const t=["commands","_isEnabledBasedOnSelection","forceDisabled","has","TrackChangesCommand","_enabledCommands","editor","2922630QBwpFb","55wJJXvg","8525796ItfwGJ","value","5840270fQukXz","1MgpOuO","597378cZRFXY","execute","5JcASsv","clearForceDisabled","affectsData","13238344IXaUuT","553294MldKQH","isEnabled","7JpJeQP","refresh","_enableCommands","_disableUnsupportedCommands","9UKSMpn","286292vGEQPe"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=233]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(832438===parseInt(n(258))/1*(parseInt(n(238))/2)+-parseInt(n(259))/3+-parseInt(n(245))/4*(parseInt(n(234))/5)+-parseInt(n(253))/6+parseInt(n(240))/7*(-parseInt(n(237))/8)+-parseInt(n(244))/9*(parseInt(n(257))/10)+parseInt(n(254))/11*(parseInt(n(255))/12))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(251)]=e,this[n(256)]=!1,this[n(241)](),this[n(247)]=!1}[c(241)](){this[c(239)]=!0}[c(233)](){const t=c;this[t(256)]=!this[t(256)],this[t(256)]?this[t(243)]():this[t(242)]()}[c(243)](){const t=c;for(const e of this[t(252)][t(246)][t(246)]())e[t(236)]&&!this[t(251)][t(249)](e)&&e[t(248)](t(250))}[c(242)](){const t=c;for(const e of this[t(252)][t(246)][t(246)]())e[t(236)]&&!this[t(251)][t(249)](e)&&e[t(235)](t(250))}}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=356]})(t,e)}function d(){const t=["_isEnabledBasedOnSelection","1040616RuqpVF","5RZcKCh","3030232CyVxYc","model","TrackChangesEditing","1726254TGiCfD","acceptSuggestion","8709LNQebt","50SyQmoB","get","editor","refresh","plugins","getRanges","track-changes-accept-suggestion-not-found","10FRZzVw","3029454wjIWWg","8560923wnJEKR","_suggestions","269244fOiYoo","execute","isEnabled","canEditAt"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(738908===parseInt(n(371))/1+-parseInt(n(367))/2*(-parseInt(n(359))/3)+parseInt(n(378))/4+parseInt(n(377))/5*(parseInt(n(357))/6)+parseInt(n(369))/7+-parseInt(n(376))/8+-parseInt(n(368))/9*(parseInt(n(360))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(370)]=e,this[n(363)](),this[n(375)]=!1}[h(363)](){this[h(373)]=!0}[h(372)](t){const n=h,r=this[n(370)][n(361)](t);if(!r)throw new e.CKEditorError(n(366),this);const s=r[n(365)]();this[n(362)][n(379)][n(374)](s)&&this[n(362)][n(364)][n(361)](n(356))[n(358)](r)}}const m=E;function I(){const t=["230iYbtub","plugins","refresh","canEditAt","501fnrxvq","7526607mQESWB","_suggestions","12aylURj","model","get","discardSuggestion","13111BEDglU","408atPSiT","109480YccDqF","135018VvLiTw","execute","1440734FfRGkx","editor","TrackChangesEditing","getRanges","isEnabled","_isEnabledBasedOnSelection","7914pGVxjd","3088eoURTh","track-changes-discard-suggestion-not-found","2073328okXPKm"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=216]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(871488===parseInt(n(222))/1+-parseInt(n(228))/2*(parseInt(n(236))/3)+parseInt(n(231))/4+-parseInt(n(219))/5*(parseInt(n(218))/6)+parseInt(n(217))/7*(parseInt(n(229))/8)+parseInt(n(220))/9*(-parseInt(n(232))/10)+-parseInt(n(237))/11*(-parseInt(n(239))/12))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(238)]=e,this[n(234)](),this[n(227)]=!1}[m(234)](){this[m(226)]=!0}[m(221)](t){const n=m,r=this[n(238)][n(241)](t);if(!r)throw new e.CKEditorError(n(230),this);const s=r[n(225)]();this[n(223)][n(240)][n(235)](s)&&this[n(223)][n(233)][n(241)](n(224))[n(216)](r)}}function T(t){const e=A;return t[e(155)](((t,n)=>e(126)==t[e(130)]&&e(126)!=n[e(130)]?-1:e(126)!=t[e(130)]&&e(126)==n[e(130)]?1:0))}function _(t,e){const n=A;let r,s=0;const o=[],i=e[n(145)];for(;s<t[n(147)];){const a=t[s],c=t[s+1];r||(r=e[n(129)](a)),y(e,a,c)||(o[n(167)](e[n(156)](r,i[n(157)](a)?e[n(136)](a):e[n(140)](a,n(159)))),r=null),s++}return o}function y(t,e,n){const r=A;if(!n)return!1;const s=t[r(136)](e),o=t[r(129)](n);return s[r(127)](o)}function A(t,e){const n=k();return(A=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=A,r=t();for(;;)try{if(695973===-parseInt(n(161))/1*(parseInt(n(135))/2)+parseInt(n(132))/3+parseInt(n(160))/4+-parseInt(n(163))/5*(-parseInt(n(143))/6)+parseInt(n(150))/7+parseInt(n(154))/8+-parseInt(n(164))/9*(parseInt(n(152))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function k(){const t=["getRanges","createPositionBefore","type","isIntersecting","2133783HLYYKD"," [color ","change","2pzVKgM","createPositionAfter","value","splice","add","createPositionAt","from","isCollapsed","5585838xlrHny","next","schema","join","length","color","isArray","3398794ULGTBF","replace","160PDhtvZ","content","10212496BGQDwM","sort","createRange","isObject","start","end","136680wGTwqx","1255559YtwQhM","map","5WvwXXW","836424CvrPqU","execute","isInContent","push","isMultiRange","deletion","isTouching"];return(k=function(){return t})()}function C(t,e,n){const r=A;for(;n[r(147)];){const s=n[r(138)](0,100);t[r(134)]((()=>{const t=r;for(const n of s)n[t(166)]&&e[t(165)](n.id)}))}}const L=R;function R(t,e){const n=S();return(R=function(t,e){return n[t-=316]})(t,e)}function S(){const t=["29774mQZLPk","13fsHRIY","6896LtaHAV","_command","editor","values","from","refresh","_isEnabledBasedOnSelection","canEditAt","12548076hPOKkj","isEnabled","getRanges","_suggestions","33UssaSw","6uLesZU","2807483ZbDqgI","1779WiBuKG","execute","model","713568KUymks","isInContent","8351020moqaZz","some","2HaEnhx","18BvThEx","2428070ZHakiz"];return(S=function(){return t})()}!function(t,e){const n=R,r=t();for(;;)try{if(873771===parseInt(n(323))/1*(-parseInt(n(326))/2)+-parseInt(n(316))/3*(-parseInt(n(328))/4)+-parseInt(n(321))/5+-parseInt(n(341))/6*(parseInt(n(342))/7)+-parseInt(n(319))/8*(-parseInt(n(324))/9)+parseInt(n(325))/10*(parseInt(n(340))/11)+-parseInt(n(336))/12*(-parseInt(n(327))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class N extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(329)]=e,this[r(339)]=n,this[r(333)](),this[r(334)]=!1}[L(333)](){const t=L,e=Array[t(332)](this[t(339)][t(331)]())[t(322)]((e=>e[t(320)]));this[t(337)]=this[t(329)][t(337)]&&e}[L(317)](){const t=L,e=T(Array[t(332)](this[t(339)][t(331)]()));for(const n of e){const e=n[t(338)]();if(!this[t(330)][t(318)][t(335)](e))return}C(this[t(330)][t(318)],this[t(329)],e)}}const v=M;function M(t,e){const n=w();return(M=function(t,e){return n[t-=200]})(t,e)}function w(){const t=["_isEnabledBasedOnSelection","getRanges","13977PeVnMF","362992OHHqBV","_command","from","1624725eOcQTC","canEditAt","refresh","selection","125335pRQSxa","_selectedSuggestions","823824POHnuO","editor","_suggestions","556DTnWrw","size","values","14705112bbgEHU","model","document","execute","isEnabled","346002RIVLAD"];return(w=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(756417===-parseInt(n(223))/1+-parseInt(n(212))/2+parseInt(n(215))/3*(-parseInt(n(204))/4)+-parseInt(n(219))/5+parseInt(n(201))/6+parseInt(n(216))/7+parseInt(n(207))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(217)]=e,this[r(203)]=n,this[r(200)]=new Set,this[r(221)](),this[r(213)]=!1}[v(221)](){const t=v,e=this[t(202)][t(208)][t(209)][t(222)],n=Array[t(218)](this[t(203)][t(206)]());this[t(200)]=function(t,e){const n=A,r=Array[n(141)](t[n(128)]()),s=new Set;for(const o of e)if(o[n(166)])for(const e of r)for(const r of o[n(128)]())(e[n(131)](r)||t[n(142)]&&!o[n(125)]&&o[n(144)]&&r[n(159)][n(127)](e[n(158)]))&&s[n(139)](o);return s}(e,n),this[t(211)]=this[t(217)][t(211)]&&!!this[t(200)][t(205)]}[v(210)](){const t=v,e=T(Array[t(218)](this[t(200)]));for(const n of e){const e=n[t(214)]();if(!this[t(202)][t(208)][t(220)](e))return}C(this[t(202)][t(208)],this[t(217)],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 B=Array.prototype.splice;const x=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=x,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 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 Z="object"==typeof global&&global&&global.Object===Object&&global;var q="object"==typeof self&&self&&self.Object===Object&&self;const Q=Z||q||Function("return this")();const Y=Q.Symbol;var J=Object.prototype,$=J.hasOwnProperty,tt=J.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Q["__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(Q,"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 wt=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 Ot(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])}}Ot.prototype.clear=Lt,Ot.prototype.delete=Rt,Ot.prototype.get=Nt,Ot.prototype.has=Mt,Ot.prototype.set=wt;const Dt=Ot;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 Bt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=xt,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 Wt(t){var e=this.__data__=new z(t);this.size=e.size}Wt.prototype.clear=H,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=X,Wt.prototype.set=Ht;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 Zt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qt=function(t,e,n){"__proto__"==e&&Zt?Zt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Qt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||qt(t,e,n)};const Jt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?qt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Q.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&&Z.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 we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Jt(e,Oe(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 Be=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 xe=function(t){return we(t)?Ce(t,!0):Be(t)};const Ue=function(t,e){return t&&Jt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Q.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 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 Ze=Object.prototype.propertyIsEnumerable,qe=Object.getOwnPropertySymbols;const Qe=qe?function(t){return null==t?[]:(t=Object(t),Ke(qe(t),(function(e){return Ze.call(t,e)})))}:Xe;const Ye=function(t,e){return Jt(t,Qe(t),e)};const Je=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Je(e,Qe(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Jt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Je(r,n(t))};const rn=function(t){return nn(t,Oe,Qe)};const sn=function(t){return nn(t,xe,tn)};const on=At(Q,"DataView");const an=At(Q,"Promise");const cn=At(Q,"Set");const un=At(Q,"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=Q.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=Y?Y.prototype:void 0,vn=Nn?Nn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=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 wn(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 Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Bn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Wn="[object Object]",Kn={};Kn[zn]=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[Hn]=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==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Wn||h==zn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:Oe)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const Zn=function(t){return Xn(t,5)};const qn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Jn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!qn(t))||(Yn.test(t)||!Qn.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=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(qn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Jn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||qn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new 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=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return 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 Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const wr=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 Or=function(t,e){return wr(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 Br=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const xr=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||xr(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=241]})(t,e)}const Gr=jr;function Vr(){const t=["isExternal","getFirstMarker","getRange","substr","isIntersecting","98JSnpYP","type","getMarkers","_onAttributesChange","next","addMarkerName","onAttributesChange","_model","author","head","clear","getFirstRange","set","addMarker","get","suggestion:","removeMarker","@external","onDiscard","previous","discard","subType","getRanges","filter","attributes","split","11PWjLcc","989679CuXpQY","addRange","getContainedElement","_isDataLoaded","hasComments","commentThread","end","_onDiscard","getMultiRangeId","4203126zpQgTn","2691852sCKOLQ","isInContent","change","148146YDxOlq","push","removeMarkers","getAllAdjacentSuggestions","removeAttribute","10zleNqv","_onAccept","markers","authoredAt","getMarkerNames","isIntersectingWithRange","decorate","createdAt","reduce","accept","isMultiRange","13412358IvLwhX","delete","setAttribute","nodeAfter","start","getItems","nodeBefore","creator","map","_markerNames","length","toJSON","from","3400260cYpEqg","add","104776dKmGVM","onAccept","_saved","data","size"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(531224===parseInt(n(244))/1*(parseInt(n(258))/2)+parseInt(n(245))/3+parseInt(n(255))/4+-parseInt(n(287))/5+parseInt(n(254))/6+-parseInt(n(299))/7*(-parseInt(n(289))/8)+-parseInt(n(274))/9*(parseInt(n(263))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(248)]=!1,this.id=e.id,this[n(300)]=e[n(300)],this[n(320)]=e[n(320)]||null,this[n(307)]=e[n(307)],this[n(281)]=e[n(281)]||e[n(307)],this[n(294)]=Boolean(e[n(242)]&&e[n(242)][n(316)]),this[n(292)]=null,this[n(306)]=t,this[n(264)]=e[n(290)],this[n(252)]=e[n(317)],this[n(302)]=e[n(305)],this[n(283)]=new Set,this[n(270)]=null,this[n(311)](n(266),null),this[n(311)](n(242),e[n(242)]||{}),this[n(311)](n(318),null),this[n(311)](n(303),null),this[n(311)](n(250),null),this[n(311)](n(291),!1),this[n(269)](n(272)),this[n(269)](n(319))}get[Gr(308)](){const t=Gr;let e=this;for(;e[t(318)];)e=e[t(318)];return e}get[Gr(249)](){const t=Gr;return!!this[t(250)]&&this[t(250)][t(284)]>0}get[Gr(273)](){const t=Gr;return 0!=this[t(283)][t(293)]&&6==Array[t(286)](this[t(283)])[0][t(243)](":")[t(284)]}get[Gr(256)](){return null!==this[Gr(295)]()}[Gr(304)](t){const e=Gr;this[e(283)][e(288)](t)}[Gr(267)](){const t=Gr;return Array[t(286)](this[t(283)])}[Gr(301)](){const t=Gr;return this[t(267)]()[t(282)]((e=>this[t(306)][t(265)][t(313)](e)))[t(241)]((t=>t))}[Gr(295)](){return this[Gr(301)]()[0]||null}[Gr(260)](){const t=Gr;this[t(306)][t(257)]((e=>{const n=t;for(const t of this[n(301)]())e[n(315)](t)})),this[t(283)][t(309)]()}[Gr(315)](t){const e=Gr;this[e(306)][e(257)]((n=>{n[e(315)](t)})),this[e(283)][e(275)](t)}[Gr(246)](t){const e=Gr,n=e(314)+this[e(300)]+":"+this[e(320)]+":"+this.id+":"+this[e(281)].id+":"+zr[e(253)]();this[e(304)](n),this[e(306)][e(257)]((r=>{r[e(312)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(268)](t){const e=Gr;for(const n of this[e(321)]())if(n[e(298)](t))return!0;return!1}[Gr(321)](){const t=Gr;return this[t(301)]()[t(282)]((e=>e[t(296)]()))}[Gr(279)](){const t=Gr;return this[t(321)]()[t(271)](((e,n)=>[...e,...n[t(279)]()]),[])}[Gr(310)](){const t=Gr;var e;return(null===(e=this[t(295)]())||void 0===e?void 0:e[t(296)]())||null}[Gr(247)](){const t=Gr,e=this[t(321)]();if(1!=e[t(284)])return null;const n=e[0],r=n[t(278)][t(277)],s=n[t(251)][t(280)];return r instanceof i.Element?r!=s?null:r:null}[Gr(272)](){const t=Gr;this[t(264)](this[t(321)](),this[t(292)],this[t(242)]),this[t(260)]()}[Gr(319)](){const t=Gr;this[t(252)](this[t(321)](),this[t(292)],this[t(242)]),this[t(260)]()}[Gr(261)](){const t=Gr,e=[];let n=this[t(308)];for(;n;)e[t(259)](n),n=n[t(303)];return e}[Gr(276)](t,e){const n=Gr,r=Zn(this[n(242)]);hr(r,t,e),Or(r,this[n(242)])||(this[n(242)]=r,this[n(302)](r))}[Gr(262)](t){const e=Gr,n=Zn(this[e(242)]);Ur(n,t),Or(n,this[e(242)])||(this[e(242)]=n,this[e(302)](this[e(242)]))}[Gr(285)](){const t=Gr;return{id:this.id,type:this[t(320)]?this[t(300)]+":"+this[t(320)]:this[t(300)],authorId:this[t(281)].id,createdAt:this[t(270)],hasComments:this[t(249)],data:this[t(292)],attributes:this[t(242)]}}static[Gr(253)](){const t=Gr;return(0,e.uid)()[t(297)](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}}function Wr(t,e){const n=Xr();return(Wr=function(t,e){return n[t-=198]})(t,e)}const Kr=Wr;function Xr(){const t=["_locale","removeEmptyContainer","label","end","replace","addObject","REPLACE_TEXT","registerDescriptionCallback","*Remove:* %0","match","Object","ELEMENT_SPACE","*Split:* %0","_handleCustomCallbackDescription","normal","isEmpty","removeFormat","_itemLabels","14wqduyS","EmptyContainer","pop","isObject","attribute","softBreak","registerElementLabel","*Remove format:* %0","6946PSmmQI","$1 $2","add","142FlCgXu","_handleInsertRemoveSuggestionDescription","3159309kbfaSK","data","function","*Merge:* %0","subType","22rxtZVa","isEqual","key","addEmptyContainer","*Insert:* %0","_addDescriptionItems","_resolveDescriptionItems","quantity","newValue","removeContainer","start","text","addContainer","_attributeLabels","remove","checkChild","addFormat","matchingCallback","getDescriptions","2179032KOoeLn","getFirstRange","796umRKZg","skip","previousSibling","format","_handleAttributeSuggestionDescription","_itemLabelsCallbacks","removeObject","Container","registerAttributeLabel","element","insertion","has","push","map","get","getItemLabel","2674962vSuFym","type","11310230JixFKt","315318VolyiE","nextSibling","isInContent","length","elementStart","elementEnd","*Change to:* %0","*Set format:* %0","11735rPpRiM","_schema","deletion","name","$textProxy","set","join","$text","getWalker","item","_customCallbacks","nodeAfter","indexOf","_handleRenameSuggestionDescription"];return(Xr=function(){return t})()}!function(t,e){const n=Wr,r=t();for(;;)try{if(713215===parseInt(n(210))/1*(-parseInt(n(207))/2)+-parseInt(n(212))/3+parseInt(n(238))/4*(-parseInt(n(265))/5)+parseInt(n(257))/6*(-parseInt(n(199))/7)+parseInt(n(236))/8+parseInt(n(254))/9+parseInt(n(256))/10*(parseInt(n(217))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class Zr{constructor(t,e){const n=Wr;this[n(275)]=[],this[n(198)]=new Map,this[n(243)]=[],this[n(230)]=new Map,this[n(266)]=t,this[n(279)]=e}[Kr(235)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(260)];o++){const i=t[o];if(!i[e(259)])continue;const a=this[e(292)](i);if(a){if(null!=i[e(216)]){if(r[e(249)](i[e(216)]))continue;r[e(209)](i[e(216)])}n[e(250)](a)}else if(e(203)!=i[e(255)])e(248)!=i[e(255)]&&e(267)!=i[e(255)]||this[e(211)](n,i,t[o+1]);else{const t=i[e(213)][e(219)];if(s[e(249)](t))continue;s[e(209)](i[e(213)][e(219)]),t==_c?this[e(278)](n,i):this[e(242)](n,i)}}return this[e(223)](n)}[Kr(286)](t){const e=Kr;this[e(275)][e(250)](t)}[Kr(205)](t,n,r=e.priorities[Kr(293)]){const s=Kr;s(214)==typeof t?(0,e.insertToPriorityArray)(this[s(243)],{matchingCallback:t,label:n,priority:r}):this[s(198)][s(270)](t,n)}[Kr(246)](t,e){const n=Kr;this[n(230)][n(270)](t,e)}[Kr(253)](t,e=1){const n=Kr;let r;for(const e of this[n(243)])if(e[n(234)](t)){r=e[n(281)];break}return r||(r=this[n(198)][n(252)](t[n(268)])),r?r(e):1!==e?e+" "+t[n(268)]+"s":""+t[n(268)]}[Kr(222)](t,e){const n=Kr,r=e[n(237)]()[n(273)](),s=n(248)==e[n(255)]?n(209):n(231);for(const e of r){const o=e[n(274)],i=t[t[n(260)]-1];if(o.is(n(269)))i&&i[n(255)][n(277)](n(245))>-1&&t[n(201)](),i&&n(228)==i[n(255)]?i[s]+=o[n(213)]:t[n(250)]({type:n(228),add:n(209)==s?o[n(213)]:"",remove:n(231)==s?o[n(213)]:""});else if(this[n(266)][n(202)](o)){const a=o;if(i&&i[n(255)][n(277)](n(245))>-1&&t[n(201)](),n(262)==e[n(255)])continue;i&&i[n(255)]==s+n(289)&&i[n(247)][n(268)]==a[n(268)]?i[n(224)]++:t[n(250)]({type:s+n(289),element:a,quantity:1}),r[n(239)]((t=>!(n(262)==t[n(255)]&&t[n(274)]==o)))}else if(this[n(266)][n(232)](o,n(272))||o.is(n(247),n(204))){const r=o;if(n(209)==s&&n(261)==e[n(255)]||n(231)==s&&n(262)==e[n(255)])continue;if(i&&-1==i[n(255)][n(277)](n(245))){n(228)==i[n(255)]&&(i[s]+="\n");continue}let a;if(a=n(209)==s?r[n(258)]&&!this[n(266)][n(202)](r[n(258)])?r[n(258)]:null:r[n(240)]&&!this[n(266)][n(202)](r[n(240)])?r[n(240)]:null,r[n(294)]||a&&a[n(294)]){const e=a&&a[n(294)]?a:r;i&&i[n(255)]==s+n(200)&&i[n(247)][n(268)]==e[n(268)]?i[n(224)]++:t[n(250)]({type:s+n(200),element:e,quantity:1})}else t[n(250)]({type:s+n(245),element:r})}}}[Kr(223)](t){const e=Kr,n=this[e(279)],r=[],s=[],o=[];for(const i of t)switch(i[e(255)]){case e(228):if(i[e(209)]=i[e(209)][e(283)](/(\S)\u000A+(\S)/g,e(208))[e(283)](/\u000A/g,""),i[e(231)]=i[e(231)][e(283)](/(\S)\u000A+(\S)/g,e(208))[e(283)](/\u000A/g,""),""!=i[e(209)]&&""!=i[e(231)]){r[e(250)]({type:e(283),content:Hr(n,e(285),['"'+i[e(231)]+'"','"'+i[e(209)]+'"'])});continue}if(null!=i[e(209)][e(288)](/^ +$/)){r[e(250)]({type:e(248),content:Hr(n,e(221),Hr(n,e(290),i[e(209)][e(260)]))});continue}if(null!=i[e(231)][e(288)](/^ +$/)){r[e(250)]({type:e(267),content:Hr(n,e(287),Hr(n,e(290),i[e(231)][e(260)]))});continue}if(""!=i[e(209)]){r[e(250)]({type:e(248),content:Hr(n,e(221),'"'+i[e(209)]+'"')});continue}r[e(250)]({type:e(267),content:Hr(n,e(287),'"'+i[e(231)]+'"')});continue;case e(220):case e(284):r[e(250)]({type:e(248),content:Hr(n,e(221),this[e(253)](i[e(247)],i[e(224)]))});continue;case e(280):case e(244):r[e(250)]({type:e(267),content:Hr(n,e(287),this[e(253)](i[e(247)],i[e(224)]))});continue;case e(229):r[e(250)]({type:e(248),content:Hr(n,e(291),this[e(253)](i[e(247)],i[e(224)]))});continue;case e(226):r[e(250)]({type:e(267),content:Hr(n,e(215),this[e(253)](i[e(247)],i[e(224)]))});continue;case e(233):s[e(250)](i[e(219)]);continue;case e(295):o[e(250)](i[e(219)]);continue;default:r[e(250)](i)}if(s[e(260)]){const t=s[e(251)]((t=>this[e(230)][e(249)](t)?this[e(230)][e(252)](t):t))[e(271)](", ");r[e(250)]({type:e(241),content:Hr(this[e(279)],e(264),t)})}if(o[e(260)]){const t=o[e(251)]((t=>this[e(230)][e(249)](t)?this[e(230)][e(252)](t):t))[e(271)](", ");r[e(250)]({type:e(241),content:Hr(this[e(279)],e(206),t)})}return r}[Kr(292)](t){const e=Kr;for(const n of this[e(275)]){const r=n(t);if(r&&e(255)in r)return r}}[Kr(242)](t,e){const n=Kr,r=e[n(213)],s=void 0===r[n(225)]?n(295):n(233);t[n(250)]({type:s,key:r[n(219)]})}[Kr(278)](t,e){const n=Kr;t[n(250)]({type:n(241),content:Hr(this[n(279)],n(263),this[n(253)](e[n(237)]()[n(227)][n(276)],1))})}[Kr(211)](t,e,n){const r=Kr;if(this[r(222)](t,e),n&&n[r(237)]()&&!e[r(237)]()[r(282)][r(218)](n[r(237)]()[r(227)])){const n=t[t[r(260)]-1],s=r(248)==e[r(255)]?r(209):r(231);n&&r(228)==n[r(255)]&&(n[s]+="\n")}}}const qr=Yr;function Qr(){const t=["18JFZtfs","2967784TpzTxy","475311pjffEE","9cAbamf","62vgkdsH","commands","1632113mstwLI","enableCommand","get","TrackChangesEditing","showAIAssistant","148819iwtVbj","4924010WmQpOx","editor","60115DoBhuY","plugins","60SKdLjm","20578VuVArR","afterInit","12VInEIc"];return(Qr=function(){return t})()}function Yr(t,e){const n=Qr();return(Yr=function(t,e){return n[t-=111]})(t,e)}!function(t,e){const n=Yr,r=t();for(;;)try{if(471064===parseInt(n(112))/1*(-parseInt(n(119))/2)+-parseInt(n(117))/3*(-parseInt(n(114))/4)+-parseInt(n(129))/5+parseInt(n(115))/6*(parseInt(n(121))/7)+-parseInt(n(116))/8*(-parseInt(n(118))/9)+-parseInt(n(127))/10+parseInt(n(126))/11*(parseInt(n(111))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qr);class Jr extends t.Plugin{[qr(113)](){const t=qr,e=this[t(128)],n=e[t(130)][t(123)](t(124));e[t(120)][t(123)](t(125))&&n[t(122)](t(125))}}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=273]})(t,e)}function es(){const t=["commandName","7FTOBOf","AlignmentEditing","get","alignment","_registerLegacyDescription","916994Nfspza","*Format:* %0","justify","afterInit","FORMAT_JUSTIFY_TEXT","TrackChangesEditing","format","center","1305300qLxNdn","223356KJrbWf","3aQGHna","4531998IQVOle","FORMAT_ALIGN_TO_CENTER","registerBlockAttribute","plugins","6MPICwI","FORMAT_ALIGNMENT","9zuPRzT","4579120Ihhonp","value","locale","880055tqDkgR","12207210FtTjEK","registerAttributeLabel","registerDescriptionCallback","FORMAT_ALIGN_TO_RIGHT","commandParams","1727KELLeI","formatBlock","descriptionFactory","type","left","right","enableDefaultAttributesIntegration","FORMAT_ALIGN_TO_LEFT","has","editor"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(825091===-parseInt(n(310))/1*(parseInt(n(300))/2)+-parseInt(n(315))/3*(parseInt(n(308))/4)+-parseInt(n(278))/5+parseInt(n(311))/6*(parseInt(n(295))/7)+parseInt(n(275))/8+parseInt(n(274))/9*(-parseInt(n(279))/10)+parseInt(n(284))/11*(parseInt(n(309))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(303)](){const t=$r,e=this[t(293)],n=e[t(277)];if(!e[t(314)][t(292)](t(296)))return;const r=e[t(314)][t(297)](t(305));r[t(290)](t(298)),r[t(313)](t(298)),r[t(286)][t(280)](t(298),Hr(n,t(273))),this[t(299)]()}[$r(299)](){const t=$r,e=this[t(293)],n=e[t(277)];e[t(314)][t(297)](t(305))[t(286)][t(281)]((e=>{const r=t;if(r(285)!=e[r(287)])return;const{data:s}=e;if(s&&r(298)==s[r(294)]){const t=s[r(283)][0][r(276)];return{type:r(306),content:Hr(n,r(301),function(t){const e=r;switch(t){case e(288):return Hr(n,e(291));case e(289):return Hr(n,e(282));case e(307):return Hr(n,e(312));case e(302):return Hr(n,e(304))}}(t))}}}))}}const rs=os;function ss(){const t=["FORMAT_STRIKETHROUGH","commandParams","*Remove format:* %0","commandName","*Format:* %0","BoldEditing","FORMAT_","has","subscript","toUpperCase","afterInit","ItalicEditing","18Efywii","FORMAT_BOLD","slice","TrackChangesEditing","strikethrough","format","_registerLegacyDescription","locale","underline","10pecTZH","plugins","registerInlineAttribute","24DFDEiH","type","268806pKCFSX","5197959lquric","descriptionFactory","SubscriptEditing","CodeEditing","StrikethroughEditing","formatInline","italic","superscript","get","FORMAT_UNDERLINE","FORMAT_SUBSCRIPT","3Jfngut","FORMAT_ITALIC","391136zJmkiE","toLowerCase","editor","FORMAT_CODE","UnderlineEditing","2959790niKCJk","registerDescriptionCallback","FORMAT_SUPERSCRIPT","bold","registerAttributeLabel","code","731031fdwqfR","forceValue","SuperscriptEditing","19880267KzWejT","enableDefaultAttributesIntegration","1135872mTvMGO"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=238]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(315213===parseInt(n(253))/1*(parseInt(n(255))/2)+-parseInt(n(241))/3*(-parseInt(n(239))/4)+parseInt(n(260))/5+-parseInt(n(284))/6*(parseInt(n(266))/7)+parseInt(n(271))/8+parseInt(n(242))/9+-parseInt(n(293))/10*(parseInt(n(269))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(277),rs(283),rs(259),rs(245),rs(246),rs(244),rs(268)];class as extends t.Plugin{[rs(282)](){const t=rs,e=this[t(257)],n=e[t(294)][t(250)](t(287)),r=e[t(291)];for(const s of is){if(!e[t(294)][t(279)](s))continue;const o=s[t(286)](0,-7)[t(256)](),i=t(278)+o[t(281)]();n[t(270)](o),n[t(238)](o),n[t(243)][t(264)](o,Hr(r,i))}this[t(290)]()}[rs(290)](){const t=rs,e=this[t(257)],n=e[t(291)],r=e[t(294)][t(250)](t(287));function s(e,s){const o=t;r[o(243)][o(261)]((t=>{const r=o;if(r(247)!=t[r(240)])return;const{data:i}=t;return i&&i[r(275)]===e?i[r(273)][0][r(267)]?{type:r(289),content:Hr(n,r(276),s)}:{type:r(289),content:Hr(n,r(274),s)}:void 0}))}s(t(263),Hr(n,t(285))),s(t(248),Hr(n,t(254))),s(t(292),Hr(n,t(251))),s(t(265),Hr(n,t(258))),s(t(288),Hr(n,t(272))),s(t(280),Hr(n,t(252))),s(t(249),Hr(n,t(262)))}}const cs=fs;function us(){const t=["348999JZccFt","markBlockFormat","commands","registerDescriptionCallback","enableCommand","*Set format:* %0","13262553woetdy","commandName","ELEMENT_BLOCK_QUOTE","get","234587WGlBxV","locale","descriptionFactory","55265052eoObai","104LTPwZj","*Remove format:* %0","change","value","checkChild","model","9rKPILT","2607elUrKX","BlockQuoteEditing","blockQuote","document","forceValue","schema","format","12JxcoBf","commandParams","56570EOZnDZ","TrackChangesEditing","name","getSelectedBlocks","from","2910lcozAz","2862dleyqc","filter","editor","selection","parent","$root","has","afterInit","plugins","1745764BOMYTP"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(829913===parseInt(n(316))/1*(-parseInt(n(334))/2)+parseInt(n(326))/3*(-parseInt(n(351))/4)+parseInt(n(341))/5*(-parseInt(n(342))/6)+-parseInt(n(352))/7*(parseInt(n(320))/8)+-parseInt(n(358))/9+-parseInt(n(336))/10*(-parseInt(n(327))/11)+parseInt(n(319))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(349)](){const t=cs,e=this[t(344)],n=e[t(317)];if(!e[t(350)][t(348)](t(328)))return;const r=e[t(350)][t(315)](t(337)),s=this[t(344)][t(354)][t(315)](t(329));r[t(356)](t(329),((n,o={})=>{const i=t,a=this[i(344)][i(325)][i(330)][i(345)],c=o&&void 0!==o[i(331)]?o[i(331)]:!s[i(323)];let u=[];if(c){const t=Array[i(340)](a[i(339)]())[i(343)]((t=>hs(t)||function(t,e){const n=i,r=e[n(324)](t[n(346)],n(329)),s=e[n(324)]([n(347),n(329)],t);return r&&s}(t,this[i(344)][i(325)][i(332)])));u=_(t,e[i(325)])}else{const t=Array[i(340)](a[i(339)]())[i(343)]((t=>hs(t)));u=_(t,e[i(325)])}e[i(325)][i(322)]((()=>{const t=i;for(const e of u)r[t(353)](e,{commandName:t(329),commandParams:[{forceValue:c}]})}))})),r[t(318)][t(355)]((e=>{const r=t,{data:s}=e;if(s&&r(329)==s[r(359)]){const t=Hr(n,r(314));return s[r(335)][0][r(331)]?{type:r(333),content:Hr(n,r(357),t)}:{type:r(333),content:Hr(n,r(321),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=314]})(t,e)}function hs(t){const e=cs;return e(329)==t[e(346)][e(338)]}function gs(){const t=["25082slznRq","92944QvNPxO","editor","30856860KPjGIU","3711114KXSWYR","30IbTVsL","13bycpLz","896820RtnGHS","changeCaseUpper","get","has","21sBDPYD","plugins","10DKdFbB","enableCommand","afterInit","6353190PEfKzH","612ZrCPUE","TrackChangesEditing","changeCaseTitle","3osFsRr","766684IKsrFl","CaseChange","changeCaseLower"];return(gs=function(){return t})()}const ds=ps;function ps(t,e){const n=gs();return(ps=function(t,e){return n[t-=259]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(737106===-parseInt(n(261))/1*(parseInt(n(266))/2)+-parseInt(n(281))/3*(parseInt(n(282))/4)+-parseInt(n(277))/5+parseInt(n(268))/6*(-parseInt(n(272))/7)+-parseInt(n(262))/8*(-parseInt(n(278))/9)+-parseInt(n(274))/10*(parseInt(n(265))/11)+parseInt(n(264))/12*(parseInt(n(267))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gs);class ms extends t.Plugin{[ds(276)](){const t=ds,e=this[t(263)];e[t(273)][t(271)](t(259))&&(e[t(273)][t(270)](t(279))[t(275)](t(269)),e[t(273)][t(270)](t(279))[t(275)](t(260)),e[t(273)][t(270)](t(279))[t(275)](t(280)))}}function Is(t,e){const n=Es();return(Is=function(t,e){return n[t-=226]})(t,e)}function Es(){const t=["get","410722zhecok","ckbox","plugins","9TPdDaq","editor","5682iOUIdK","TrackChangesEditing","commands","104TwYaGb","628986JoFbTc","enableCommand","2366sCgooJ","1352457yydKQY","4383112zKpXCn","22021390aDmyUS","afterInit","101075SmWlEC"];return(Es=function(){return t})()}const bs=Is;!function(t,e){const n=Is,r=t();for(;;)try{if(425046===-parseInt(n(233))/1+-parseInt(n(242))/2+parseInt(n(236))/3+parseInt(n(232))/4*(-parseInt(n(240))/5)+parseInt(n(229))/6*(-parseInt(n(235))/7)+-parseInt(n(237))/8*(parseInt(n(227))/9)+parseInt(n(238))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[bs(239)](){const t=bs,e=this[t(228)];e[t(231)][t(241)](t(243))&&e[t(226)][t(241)](t(230))[t(234)](t(243))}}const _s=ys;function ys(t,e){const n=As();return(ys=function(t,e){return n[t-=497]})(t,e)}function As(){const t=["model","*Set format:* %0","languages","plugins","13288451qYABXv","rootElement","toLowerCase","config","2656220EcCESV","commandParams","TrackChangesEditing","6nvqyXf","forceValue","getSelectedBlocks","descriptionFactory","checkChild","format","829003BBVinm","find","has","9WgRZUB","schema","registerDescriptionCallback","get","value","isLimit","*Remove format:* %0","parent","2764640GQeLRy","indentCodeBlock","change","2468440pGfSdG","2fJRiyc","afterInit","from","label","blockName","12qOIOAe","editor","enableCommand","markBlockFormat","language","commandName","name","CodeBlock","document","8OtqLZo","registerElementLabel","selection","formatBlock","ELEMENT_CODE_BLOCK","filter","1126950bLRxQG","type","commands","codeBlock","2699985zvUjTG","outdentCodeBlock","locale"];return(As=function(){return t})()}!function(t,e){const n=ys,r=t();for(;;)try{if(434063===parseInt(n(507))/1*(parseInt(n(522))/2)+parseInt(n(542))/3*(parseInt(n(536))/4)+-parseInt(n(546))/5*(-parseInt(n(501))/6)+-parseInt(n(498))/7+-parseInt(n(518))/8+-parseInt(n(510))/9*(-parseInt(n(521))/10)+parseInt(n(553))/11*(-parseInt(n(527))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class ks extends t.Plugin{[_s(523)](){const t=_s,e=this[t(528)];if(!e[t(552)][t(509)](t(534)))return;const n=e[t(552)][t(513)](t(500)),r=e[t(548)],s=e[t(497)][t(513)](t(545))[t(551)],o=e[t(544)][t(513)](t(545));n[t(529)](t(519)),n[t(529)](t(547)),n[t(529)](t(545),((r,i={})=>{const a=t,c=e[a(549)],u=e[a(549)][a(535)][a(538)],l=i&&void 0!==i[a(502)]?i[a(502)]:!o[a(514)];let f;i[a(531)]||(i[a(531)]=s[0][a(531)]),f=l?Array[a(524)](u[a(503)]())[a(541)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(554))&&!e[n(515)](t)&&e[n(505)](t[n(517)],n(545))}(t,c[a(511)]))):Array[a(524)](u[a(503)]())[a(541)]((t=>Cs(t)));const h=_(f,c);c[a(520)]((()=>{const t=a;for(const e of h)n[t(530)](e,{commandName:t(545),commandParams:[{...i,forceValue:l}],formatGroupId:t(526)})}))})),n[t(504)][t(537)](t(545),(e=>Hr(r,t(540),e))),n[t(504)][t(512)]((e=>{const n=t;if(n(539)!=e[n(543)])return;const o=r.t,{data:i}=e;if(!i||n(545)!=i[n(532)])return;const a=i[n(499)][0][n(531)],c=o(s[n(508)]((t=>t[n(531)]===a))[n(525)])[n(555)]();return i[n(499)][0][n(502)]?{type:n(506),content:Hr(r,n(550),Hr(r,n(540),1)+" ("+c+")")}:{type:n(506),content:Hr(r,n(516),Hr(r,n(540),1))}}))}}function Cs(t){const e=_s;return e(545)==t[e(533)]}const Ls=Rs;function Rs(t,e){const n=Ns();return(Rs=function(t,e){return n[t-=476]})(t,e)}!function(t,e){const n=Rs,r=t();for(;;)try{if(881387===-parseInt(n(480))/1+-parseInt(n(483))/2*(-parseInt(n(492))/3)+parseInt(n(486))/4*(parseInt(n(491))/5)+parseInt(n(477))/6+-parseInt(n(488))/7*(-parseInt(n(484))/8)+parseInt(n(489))/9*(-parseInt(n(494))/10)+-parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ns);class Ss extends t.Plugin{[Ls(476)](){const t=Ls,e=this[t(479)];e[t(481)][t(493)](t(487))&&e[t(481)][t(482)](t(485))[t(478)](t(490))}}function Ns(){const t=["5778712jtDMMX","TrackChangesEditing","141248DLuVGA","CommentsEditing","7ofvlhC","9IFeNwa","addCommentThread","170tGIcPo","39KmAavy","has","5532270kgpZgU","4316037mKrbaP","afterInit","731910gupZBZ","enableCommand","editor","695428AMTuUO","plugins","get","73458DxEyoy"];return(Ns=function(){return t})()}var vs=n(834);function Ms(){const t=["parent","1545834YkPxWm","49rzUxJo","ck-suggestion-marker--active","getItems","ck-suggestion-marker-","includes","948288AuRArG","type","addClass","isBlock","previousPosition","markerRange","toViewElement","toViewPosition","model","createRangeOn","2343oyZZnz","77NkNnze","item","mapper","153072ibopdX","22099389ITWIKF","plugins","getCustomProperty","hasAttribute","start","insert","markerName","7449YwpNQW","consumable","test","name","isLimit","isAtEnd","get","createUIElement","addHighlight","718ZoDEwT","875944XGtlEg","span","TrackChangesEditing","isContent","getWalker","nextSibling","schema","activeMarkers","140XppMAd","writer","elementEnd","bindElementToMarker","68BGCwoo","push","10RlkeGA"];return(Ms=function(){return t})()}function ws(t,e,n){const r=Os,s=[];for(const o of e[r(362)]())o[r(383)](t)&&s[r(356)](n[r(374)](o));return s}function Os(t,e){const n=Ms();return(Os=function(t,e){return n[t-=353]})(t,e)}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(381)][r(393)](r(399));return(o,i,a)=>{const c=r;if(!a[c(388)][c(389)](i[c(370)],o[c(390)]))return;const u=i[c(370)][c(401)](),l=i[c(370)][c(384)],f=t[c(373)][c(403)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(377)];d=d||f[c(400)](e);const n=a[c(378)][c(371)](e);if(n&&n[c(382)](c(395)))return;c(353)==t[c(366)]&&f[c(368)](e)&&!f[c(391)](e)&&(e[c(402)]||l[c(392)]?h&&h[c(358)]==e||(h=e,m(t[c(369)]),p=!0):g=g||t[c(369)])}function m(t){const r=c,o=a[r(406)][r(394)](r(398),{class:r(363)+e}),u=a[r(378)][r(372)](t);n&&s[r(404)][r(364)](i[r(386)])&&a[r(406)][r(367)](r(361),o),a[r(406)][r(385)](u,o),a[r(378)][r(354)](o,i[r(386)])}d||p||!g||m(g)}}function Fs(t,e){const n=Bs();return(Fs=function(t,e){return n[t-=468]})(t,e)}!function(t,e){const n=Os,r=t();for(;;)try{if(510292===-parseInt(n(375))/1*(-parseInt(n(396))/2)+-parseInt(n(387))/3*(-parseInt(n(355))/4)+-parseInt(n(357))/5*(parseInt(n(359))/6)+parseInt(n(360))/7*(-parseInt(n(397))/8)+parseInt(n(379))/9*(-parseInt(n(405))/10)+parseInt(n(376))/11*(-parseInt(n(365))/12)+parseInt(n(380))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Ps=Fs;function Bs(){const t=["rootName","unit","batch","remove","addMarker:suggestion:deletion","enableCommand","createRange","end","selection","data","432qZqRIr","bind","downcastDispatcher","createSelection","3154070enDLDh","TrackChangesEditing","4725LbDovI","10350bnNvdE","forward","start","16337948SMSfdR","unbindElementFromMarkerName","deleteForward","editor","mapper","unlock","36oYhdtI","buffer","detach","isCollapsed","commands","lock","markerNameToElements","merge","$graveyard","setSelection","requires","init","modifySelection","options","484oDOiuI","high","7570370jaboPL","plugins","uiElement","412jMlnbe","fromRange","delete","get","markerName","model","1034272cEoJtX","getFirstRange","showSuggestionHighlights","removeMarker:suggestion:deletion","6654DUxcEt","writer","enqueueChange","editing","root","document"];return(Bs=function(){return t})()}!function(t,e){const n=Fs,r=t();for(;;)try{if(640464===parseInt(n(484))/1*(parseInt(n(519))/2)+-parseInt(n(491))/3*(-parseInt(n(514))/4)+parseInt(n(488))/5+-parseInt(n(468))/6*(-parseInt(n(490))/7)+parseInt(n(525))/8*(-parseInt(n(500))/9)+parseInt(n(516))/10+-parseInt(n(494))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class xs extends t.Plugin{static get[Ps(510)](){return[vs.Delete]}[Ps(511)](){const t=Ps,e=this[t(497)],n=e[t(517)][t(522)](t(489));n[t(479)](t(521));const r=e[t(504)][t(522)](t(496));n[t(479)](t(496),((n,s={})=>{const o=t,a=e[o(524)][o(487)](e[o(524)][o(473)][o(482)]);a[o(503)]&&e[o(524)][o(512)](a,{direction:o(492),unit:s[o(475)]});const c=a[o(526)](),u=i.LiveRange[o(520)](c);let l;n(s),l=o(508)==u[o(472)][o(474)]?e[o(524)][o(480)](c[o(493)]):e[o(524)][o(480)](u[o(493)],u[o(481)]),u[o(502)](),e[o(524)][o(470)](r[o(501)][o(476)],(t=>{const e=o;r[e(501)][e(505)](),t[e(509)](t[e(480)](l[e(481)])),r[e(501)][e(499)]()}))})),e[t(471)][t(486)].on(t(478),Ds(e,t(507)),{priority:t(515)}),e[t(483)][t(486)].on(t(478),((n,r,s)=>{const o=t;s[o(513)][o(527)]&&Ds(e,o(507),{showActiveMarker:!1})[o(485)](this)(n,r,s)}),{priority:t(515)}),e[t(471)][t(486)].on(t(528),((e,n,r)=>{const s=t,o=r[s(498)][s(506)](n[s(523)]);if(o)for(const t of o)t.is(s(518))&&(r[s(498)][s(495)](t,n[s(523)]),r[s(469)][s(477)](t))}),{priority:t(515)})}}const Us=Gs;function js(){const t=["selection","3VAHRVr","formatBlock","registerElementLabel","_supportLegacySuggestions","120mXMlJV","every","checkTodoList","attributeKey","accept","*Merge:* %0","todoListChecked","listMarkerStyle","ELEMENT_BULLETED_LIST","forceValue","map","commandParams","30492uqyWyT","listReversed","containsItem","afterInit","batch","enableDefaultAttributesIntegration","schema","suggestion","list.multiBlock","parent","refresh","meta","find","mergeListItemBackward","type","splitListItemBefore","next","807054aLcOSQ","todoListCheck","previousSibling","createPositionAt","execute","TrackChangesEditing","indentList","createRange","ELEMENT_","plugins","registerAttributeLabel","end","removeMarker","*Uncheck item*","head","listStart","editor","numbered","*Outdent:* %0","get","isLocal","ELEMENT_TODO_LIST","value","registerBlockAttribute","*Set format:* %0","detach","change","length","commandName","locale","*Remove format:* %0","todoList","*Check item*","5660964FqaAXN","getRanges","model","listIndent","deletion","from","*Format:* remove from %0","attribute","getFirstRange","bulleted","oldValue","newValue","splitListItemAfter","_findSuggestions","nodeAfter","format","*Change to:* %0","registerCustomCallback","documentList","todo","680902RbkCYx","isUndo","isObject","config","range","ListEditing","registerDescriptionCallback","listType","fromRange","isNextTo","9316006FUCzwV","TodoListEditing","*Format:* insert into %0","setAttribute","listItemId","getChanges","filter","ELEMENT_LIST_ITEM","includes","has","listMarker","_registerLegacyDescription","registerPostFixer","_LIST","listItemIdFixer","outdentList","getSuggestions","key","620577MPULdB","_getAttributeKey","attributes","assureChains","*Merge:* list item","listStyle","numberedList","multipleBlocks","33GdHMLX","groupId","default","4421060otMlcE","getAttribute","start","document","data","descriptionFactory","toUpperCase","*Indent:* %0","210MsrmuB","nextSibling","mergeListItemForward","push","FORMAT_INDENT","customBulletedList","ELEMENT_NUMBERED_LIST","bulletedList","commands","differ","_suggestionFactory","*Split:* list item","customNumberedList","getFirstMarker","setSelection","trackChangesCommand","noTrackChangesFixer"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=291]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(758139===parseInt(n(308))/1*(parseInt(n(394))/2)+-parseInt(n(341))/3+parseInt(n(374))/4+parseInt(n(441))/5*(parseInt(n(324))/6)+-parseInt(n(404))/7+-parseInt(n(312))/8*(-parseInt(n(422))/9)+parseInt(n(433))/10*(-parseInt(n(430))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(327)](){const t=Us,e=this[t(357)];if(!e[t(350)][t(413)](t(399)))return;const n=e[t(370)],r=e[t(350)][t(360)](t(346)),s=e[t(350)][t(413)](t(405)),o=!!e[t(397)][t(360)](t(332));function i(e){const r=t;return{type:r(389),content:""+Hr(n,r(365),e)}}function a(e){const r=t;return{type:r(389),content:""+Hr(n,r(371),e)}}r[t(329)](t(428)),r[t(329)](t(297)),r[t(329)](t(302)),r[t(329)](t(295)),r[t(329)](t(347)),r[t(329)](t(419)),r[t(329)](t(386)),r[t(329)](t(339)),r[t(364)](t(408)),r[t(364)](t(401)),r[t(364)](t(377)),o&&(r[t(329)](t(337)),r[t(329)](t(292))),s&&(r[t(329)](t(372)),r[t(329)](t(314)),r[t(364)](t(318)),r[t(438)][t(400)]((e=>{const r=t,{data:s}=e;if(s&&r(318)==s[r(421)])return{type:r(389),content:s[r(385)]?Hr(n,r(373)):Hr(n,r(354))}})),this[t(357)][t(376)][t(436)][t(416)]((e=>{const n=t;if(e[n(328)][n(395)])return!1;let s=!1;const o=r[n(420)]({skipNotAttached:!0})[n(410)]((t=>n(318)===r[n(423)](t)));for(const t of o)n(393)!=t[n(382)]()[n(435)][n(388)][n(434)](n(401))&&(r[n(387)](t[n(382)](),n(381))[n(336)]((t=>n(401)===r[n(423)](t[n(331)])))||(e[n(353)](t[n(303)]()),s=!0));return s}))),r[t(438)][t(351)](t(377),Hr(n,t(294)));const c={type:t(389),content:""};r[t(438)][t(400)]((e=>{const r=t,{data:s}=e;if(!s||r(401)!=s[r(421)])return;let u=e[r(355)];for(;u;){if(u[r(437)]&&((r(427)==u[r(437)][r(421)]||r(319)==u[r(437)][r(421)])&&(u[r(437)][r(385)]&&r(432)!=u[r(437)][r(385)]||r(432)!=u[r(437)][r(384)]&&!s[r(385)])||!o&&u[r(437)][r(421)]==_c))return c;u=u[r(340)]}if(null==s[r(385)])switch(s[r(384)]){case r(383):return a(Hr(n,r(320)));case r(358):return a(Hr(n,r(296)));case r(393):return a(Hr(n,r(362)))}switch(s[r(385)]){case r(383):return i(Hr(n,r(320)));case r(358):return i(Hr(n,r(296)));case r(393):return i(Hr(n,r(362)))}})),r[t(438)][t(400)]((e=>{const n=t,{data:r}=e;if(r&&n(377)==r[n(421)])return null==r[n(385)]||null==r[n(384)]&&0==r[n(385)]?c:void 0})),r[t(438)][t(400)]((e=>{const r=t;if(r(381)!=e[r(338)])return;const{data:s}=e;if(!s||r(408)!=s[r(421)])return;const o=zs(e);return r(385)==o?{type:r(389),content:Hr(n,r(426))}:r(384)==o?{type:r(389),content:Hr(n,r(301))}:c})),e[t(376)][t(436)][t(416)]((e=>this[t(418)](e))),e[t(376)][t(436)][t(416)]((e=>this[t(306)](e))),e[t(376)][t(436)][t(416)]((e=>this[t(425)](e))),this[t(311)]()}[Us(418)](t){const e=Us;if(t[e(328)][e(395)]||!t[e(328)][e(361)])return!1;let n=!1;const r=this[e(357)][e(350)][e(360)](e(346))[e(420)]({skipNotAttached:!0})[e(410)]((t=>t[e(437)]&&e(408)==t[e(437)][e(421)]))[e(410)]((t=>t[e(437)][e(385)]&&t[e(437)][e(384)]));for(const s of r)zs(s)||(t[e(353)](s[e(303)]()),n=!0);return n}[Us(306)](t){const e=Us;if(t[e(328)][e(395)]||!t[e(328)][e(361)])return!1;const n=this[e(357)][e(350)][e(360)](e(346));if(n[e(305)][e(363)])return!1;let r=!1;const s=[e(401),e(408),e(377),e(427),e(356),e(325),e(342),e(414),e(319)],o=this[e(357)][e(376)][e(436)][e(299)][e(409)]()[e(410)]((t=>e(381)==t[e(338)]))[e(410)]((t=>s[e(412)](t[e(315)])));if(0==o[e(368)])return r;for(const i of o){const o=n[e(387)](i[e(398)],e(381))[e(410)]((t=>!t[e(335)][e(403)]))[e(322)]((t=>t[e(331)]))[e(410)]((t=>{const r=e,o=n[r(423)](t);return s[r(412)](o)}));if(o[e(368)]){for(const n of o)t[e(353)](n[e(303)]());r=!0}}return r}[Us(425)](t){const e=Us;if(t[e(328)][e(395)]||!t[e(328)][e(361)])return!1;const n=this[e(357)][e(350)][e(360)](e(346));let r=!1;const s=[e(401),e(408),e(377),e(427),e(356),e(325),e(342),e(414),e(319)];for(const t of n[e(420)]({skipNotAttached:!0})){const o=n[e(387)](t[e(382)](),e(381))[e(322)]((t=>t[e(331)]))[e(410)]((t=>t[e(437)]&&s[e(412)](t[e(437)][e(421)])));if(!o[e(368)])continue;const a=o[0][e(355)][e(424)][e(431)];if(!o[e(313)]((t=>t[e(424)][e(431)]===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(420)]({skipNotAttached:!0})[s(410)]((e=>s(381)==e[s(338)]&&e[s(424)][s(431)]==t)))e[s(407)](s(431),r)}function i(t,n){const r=e;let s=t[r(355)],i=!1;for(;s;)s[r(424)][r(431)]!=n&&(o(s[r(424)][r(431)],n),s[r(407)](r(431),n),i=!0),s=s[r(340)];return i}}[Us(311)](){const t=Us,e=this[t(357)],n=e[t(370)],r=e[t(350)][t(360)](t(346));this[t(415)](),r[t(300)][t(391)](t(309),t(392),t(316),(function(n,r){const s=t,o=[];for(let t of n)t[s(435)][s(388)]===t[s(352)][s(333)]&&(t=e[s(376)][s(348)](e[s(376)][s(344)](t[s(435)][s(388)],0))),o[s(293)](t);e[s(376)][s(367)]((t=>{const n=s,a=e[n(376)][n(436)][n(307)],c=Array[n(379)](a[n(375)]())[n(322)]((t=>i.LiveRange[n(402)](t)));t[n(304)](o),e[n(298)][n(360)](r[n(369)])[n(334)](),r[n(323)][n(293)]({forceDefaultExecution:!0}),e[n(345)](r[n(369)],...r[n(323)]),t[n(304)](c);for(const t of c)t[n(366)]()}))})),r[t(438)][t(310)]((function(n){const r=t,s=!e[r(376)][r(330)][r(396)](n),o=n[r(343)],i=n[r(291)],a=n[r(434)](r(408)),c=!o||o[r(434)](r(408))!==a,u=!i||i[r(434)](r(408))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(411),e)))}[Us(415)](){const t=Us,e=this[t(357)],n=e[t(370)];function r(n){const r=t,s=e[r(298)][r(360)](r(297))[r(363)],o=e[r(298)][r(360)](r(428))[r(363)];return r(428)===n?s:o}e[t(350)][t(360)](t(346))[t(438)][t(400)]((function(s){const o=t;if(o(309)!=s[o(338)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(369)]){case o(297):u=i[o(323)][0][o(321)],l=r(i[o(369)]),a=o(u?406:380),!l&&e[o(397)][o(360)](o(332))||(a=o(390)),c={type:o(389),content:Hr(n,a,Hr(n,o(320)))};break;case o(428):u=i[o(323)][0][o(321)],l=r(i[o(369)]),a=o(u?406:380),!l&&e[o(397)][o(360)](o(332))||(a=o(390)),c={type:o(389),content:Hr(n,a,Hr(n,o(296)))};break;case o(347):a=o(440),c={type:o(389),content:Hr(n,a,Hr(n,o(411)))};break;case o(419):a=function(t){const e=o,n=t[e(382)]();let r=n[e(435)][e(388)];for(;r&&n[e(326)](r);){if(r[e(434)](e(377))>0)return!1;r=r[e(291)]}return!0}(s)?Hr(n,o(380),Hr(n,function(t){const e=o;return e(349)+t[e(382)]()[e(435)][e(388)][e(434)](e(401))[e(439)]()+e(417)}(s))):Hr(n,o(359),Hr(n,o(411))),c={type:o(389),content:a};break;case o(337):case o(292):!1===i[o(429)]&&(a=o(317),c={type:o(378),content:Hr(n,a,Hr(n,o(411)))})}return c}))}}function zs(t){const e=Us;let n=t[e(382)]()[e(435)][e(388)][e(343)];for(;n;){const r=n[e(434)](e(408));if(!r)return!1;if(r==t[e(437)][e(385)])return e(385);if(r==t[e(437)][e(384)])return e(384);n=n[e(343)]}return!1}const Hs=Xs;function Ws(){const t=["batch","getFirstRange","document","*Change to:* %0","2565180PDLvIr","handleDescriptions","bulleted","has","upper-roman","key","formatBlock","*Format:* set order to reversed","square","*Remove format:* %0","includes","list.properties","config","812726FjNIur","FORMAT_LIST_REVERSED","start","18HycUqH","afterInit","registerBlockAttribute","*Format:* set order to regular","data","type","commandName","locale","model","disc","listReversed","newValue","getAttribute","registerDescriptionCallback","attribute","get","enableDefaultAttributesIntegration","204xyhNfr","styles","default","toUpperCase","6469PnIJsE","format","_getAttributeKey","lower-latin","customNumbered","640515fCCxPa","commandParams","startIndex","29331BoGdaw","head","oldValue","2513wrBtXa","lower-roman","registerPostFixer","FORMAT_LIST_START","next","filter","nodeAfter","_registerLegacyDescription","6273910EKAHuV","getFirstMarker","find","plugins","numbered","*Set format:* %0","ELEMENT_","8752ImnGLq","isUndo","reversed","decimal","ListPropertiesEditing","descriptionFactory","*Format:* set start index to %0","editor","suggestion","_getTranslationKeyForListStyle","_findSuggestions","circle","removeMarker","_LIST_","_LIST_DEFAULT","upper-latin","decimal-leading-zero","listStart","replace","TrackChangesEditing","getSuggestions","bind","registerAttributeLabel","listType","listStyle"];return(Ws=function(){return t})()}!function(t,e){const n=Xs,r=t();for(;;)try{if(250004===-parseInt(n(445))/1+-parseInt(n(421))/2+parseInt(n(453))/3*(-parseInt(n(441))/4)+-parseInt(n(450))/5+parseInt(n(408))/6+-parseInt(n(456))/7*(parseInt(n(471))/8)+-parseInt(n(424))/9*(-parseInt(n(464))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ws);class Ks extends t.Plugin{[Hs(425)](){const t=Hs;if(!this[t(478)][t(467)][t(411)](t(475)))return;const e=this[t(478)][t(420)][t(439)](t(419)),n=this[t(478)][t(467)][t(439)](t(398));e[t(442)]&&(n[t(440)](t(403)),n[t(426)](t(403))),e[t(473)]&&(n[t(440)](t(434)),n[t(426)](t(434))),e[t(452)]&&(n[t(440)](t(396)),n[t(426)](t(396)));const r={type:t(446),content:""};n[t(476)][t(437)](this[t(409)][t(400)](this));const s=this[t(478)][t(431)];n[t(476)][t(401)](t(434),Hr(s,t(422))),n[t(476)][t(437)]((e=>{const n=t,{data:s}=e;if(s&&n(434)==s[n(413)])return null==s[n(435)]||0==s[n(435)]&&null==s[n(455)]?r:void 0})),n[t(476)][t(401)](t(396),Hr(s,t(459))),n[t(476)][t(437)]((e=>{const n=t,{data:s}=e;if(s&&n(396)==s[n(413)])return null==s[n(435)]||1==s[n(435)]&&null==s[n(455)]?r:void 0})),this[t(478)][t(432)][t(406)][t(458)]((e=>{const r=t;if(e[r(404)][r(472)])return!1;let s=!1;const o=n[r(399)]({skipNotAttached:!0})[r(461)]((t=>{const e=r,s=n[e(447)](t);return e(396)==s||e(434)==s}));for(const t of o){const o=t[r(405)]()[r(423)][r(462)][r(436)](r(402));r(468)!=o&&r(449)!=o&&(n[r(389)](t[r(405)](),r(438))[r(466)]((t=>r(402)==n[r(447)](t[r(479)])))||(e[r(391)](t[r(465)]()),s=!0))}return s})),this[t(463)]()}[Hs(409)](t){const e=Hs,n=this[e(478)][e(431)],{data:r}=t,s={type:e(446),content:""};if(!r||e(403)!=r[e(413)])return;if(!r[e(455)])return e(443)==r[e(435)]?s:{type:e(446),content:""+Hr(n,e(469),Hr(n,this[e(388)](r[e(435)])))};if(!r[e(435)]){if(e(443)==r[e(455)])return s;let o=t[e(454)];for(;o;){if(o[e(428)]&&e(402)==o[e(428)][e(413)]&&o[e(428)][e(435)])return s;o=o[e(460)]}return{type:e(446),content:""+Hr(n,e(417),Hr(n,this[e(388)](r[e(455)])))}}if(e(443)!=r[e(435)])return{type:e(446),content:""+Hr(n,e(469),Hr(n,this[e(388)](r[e(435)])))};let o=t[e(454)];for(;o;){if(o[e(428)]&&e(402)==o[e(428)][e(413)]&&o[e(428)][e(435)]&&o[e(428)][e(455)])return s;o=o[e(460)]}const i=t[e(405)]()[e(423)][e(462)][e(436)](e(402));return{type:e(446),content:Hr(n,e(469),Hr(n,e(470)+i[e(444)]()+e(393)))}}[Hs(463)](){const t=Hs,e=this[t(478)],n=e[t(431)];e[t(467)][t(439)](t(398))[t(476)][t(437)]((e=>{const r=t;if(r(414)!=e[r(429)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(430)]){case r(403):o=r(407),i={type:r(446),content:Hr(n,o,Hr(n,this[r(388)](s[r(451)][0][r(429)])))};break;case r(434):o=s[r(451)][0][r(473)]?r(415):r(427),i={type:r(446),content:Hr(n,o)};break;case r(396):o=r(477),i={type:r(446),content:Hr(n,o,s[r(451)][0][r(452)])}}return i}))}[Hs(388)](t){const e=Hs;return e(470)+function(t){const n=e;return Zs[n(418)](t)?n(410):qs[n(418)](t)?n(468):null}(t)[e(444)]()+e(392)+t[e(444)]()[e(397)](/-/g,"_")}}function Xs(t,e){const n=Ws();return(Xs=function(t,e){return n[t-=388]})(t,e)}const Zs=[Hs(433),Hs(390),Hs(416)],qs=[Hs(474),Hs(395),Hs(457),Hs(412),Hs(448),Hs(394)];var Qs=n(507);const Ys=Js;function Js(t,e){const n=$s();return(Js=function(t,e){return n[t-=427]})(t,e)}function $s(){const t=["1338961QcQptv","fromRange","7772106jaAEIU","get","parent","enterBlock","nextSibling","mapper","createRange","init","151053OBEEWA","markInsertion","document","editor","showSuggestionHighlights","unbindElementFromMarkerName","afterExecute","change","writer","60935xjCuVw","createPositionAt","2686232dhkAqV","markerNameToElements","markerName","33526640LoJmDt","data","getFirstRange","end","high","200wBClOO","detach","model","enableCommand","TrackChangesEditing","addMarker:suggestion:insertion","downcastDispatcher","commands","split","plugins","removeMarker:suggestion:insertion","selection","hasClass","enter","ck-suggestion-marker-split","bind","11231424aFUnzz","requires","getFirstPosition","editing","fire","setSelection","remove","112YgALdf","5PsHxyc","options"];return($s=function(){return t})()}!function(t,e){const n=Js,r=t();for(;;)try{if(909451===parseInt(n(480))/1+parseInt(n(446))/2+parseInt(n(435))/3*(parseInt(n(477))/4)+-parseInt(n(478))/5*(parseInt(n(427))/6)+-parseInt(n(444))/7*(-parseInt(n(454))/8)+parseInt(n(470))/9+-parseInt(n(449))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Ys(471)](){return[Qs.Enter]}[Ys(434)](){const t=Ys,e=this[t(438)],n=e[t(463)][t(428)](t(458)),r=e[t(461)][t(428)](t(467));n[t(457)](t(467),(()=>{const s=t;e[s(456)][s(442)]((t=>{const o=s,a=e[o(456)][o(437)][o(465)],c=a[o(472)](),u=i.LiveRange[o(481)](a[o(451)]());if(r[o(430)](t)){const r=e[o(456)][o(445)](c[o(429)][o(431)],0),s=t[o(433)](c,r);n[o(436)](s)}else t[o(475)](t[o(433)](u[o(452)]));u[o(455)](),r[o(474)](o(441),{writer:t})}))})),e[t(473)][t(460)].on(t(459),Ds(e,t(462)),{priority:t(453)}),e[t(473)][t(460)].on(t(464),((e,n,r)=>{const s=t,o=r[s(432)][s(447)](n[s(448)]);if(o)for(const t of o)t[s(466)](s(468))&&(r[s(432)][s(440)](t,n[s(448)]),r[s(443)][s(476)](t))}),{priority:t(453)}),e[t(450)][t(460)].on(t(459),((n,r,s)=>{const o=t;s[o(479)][o(439)]&&Ds(e,o(462),{showActiveMarker:!1})[o(469)](this)(n,r,s)}),{priority:t(453)})}}function eo(){const t=["has","3489017HrLAug","item","1300317eEYMJB","suggestion:deletion","get","2866172MppVMl","start","1SLruvj","createRange","getIntersection","4372745QdDwdm","createPositionAt","enableCommand","74706WAvEMs","_isInDeletionRange","FindAndReplaceEditing","getRange","FindAndReplaceUtils","findPrevious","markers","bind","plugins","find","filter","string","end","TrackChangesEditing","findNext","8XJvjEH","replaceAll","editor","afterInit","model","replace","596238ljSLEK","getMarkersGroup","10274590WvEjcR","handleFindCommand","findByTextCallback","9hGgpAZ"];return(eo=function(){return t})()}const no=ro;function ro(t,e){const n=eo();return(ro=function(t,e){return n[t-=387]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(491899===parseInt(n(418))/1*(-parseInt(n(424))/2)+-parseInt(n(413))/3+parseInt(n(416))/4+parseInt(n(421))/5+-parseInt(n(404))/6+parseInt(n(411))/7*(parseInt(n(398))/8)+parseInt(n(409))/9*(-parseInt(n(406))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eo);class so extends t.Plugin{[no(401)](){const t=no;if(!this[t(400)][t(391)][t(410)](t(426)))return;const e=this[t(400)][t(391)][t(415)](t(396));e[t(423)](t(392),this[t(407)][t(390)](this)),e[t(423)](t(397)),e[t(423)](t(388)),e[t(423)](t(403)),e[t(423)](t(399))}[no(407)](t,e,n={}){const r=no,s=this[r(400)][r(391)][r(415)](r(387));return t((t=>(r(394)==typeof e?s[r(408)](e,n):e)(t)[r(393)]((e=>!1===this[r(425)](e,t[r(412)])))),n)}[no(425)](t,e){const n=no,r=this[n(400)][n(402)][n(419)](this[n(400)][n(402)][n(422)](e,t[n(417)]),this[n(400)][n(402)][n(422)](e,t[n(395)]));for(const t of this[n(400)][n(402)][n(389)][n(405)](n(414)))if(null!==r[n(420)](t[n(427)]()))return!0;return!1}}function oo(t,e){const n=io();return(oo=function(t,e){return n[t-=409]})(t,e)}function io(){const t=["model","*Set font background color:* %0","afterInit","has","FORMAT_FONT_SIZE","editor","12TANAtK","locale","FORMAT_FONT_COLOR","find","603RbJvka","descriptionFactory","54888XbOTzd","_registerLegacyDescription","format","*Set font size:* %0","title","FontColorEditing","FontSize","trim","FontFamilyEditing","*Set font family:* %0","6594973GbucrR","8kORDcy","*Reset font size*","1NJBpGy","registerAttributeLabel","2822600eDoQxG","label","3058SFJBsI","fontSize","normalizeSizeOptions","config","fontColor.colors","type","FontBackgroundColorEditing","plugins","150635QWYyJa","*Reset font family*","*Reset font background color*","FORMAT_FONT_BACKGROUND","registerDescriptionCallback","fontSize.options","*Set font color:* %0","toLowerCase","get","formatInline","TrackChangesEditing","value","FontSizeEditing","fontFamily","fontBackgroundColor.colors","*Reset font color*","FORMAT_FONT_FAMILY","fontBackgroundColor","1137387LCsbnO","fontColor","enableDefaultAttributesIntegration","commandName","117130HWggsZ","registerInlineAttribute","1142980yWaQAy","commandParams"];return(io=function(){return t})()}const ao=oo;!function(t,e){const n=oo,r=t();for(;;)try{if(512271===-parseInt(n(449))/1*(parseInt(n(422))/2)+parseInt(n(416))/3*(-parseInt(n(447))/4)+-parseInt(n(461))/5*(-parseInt(n(430))/6)+parseInt(n(446))/7+parseInt(n(451))/8+parseInt(n(434))/9*(-parseInt(n(420))/10)+-parseInt(n(453))/11*(-parseInt(n(436))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:ao(410),commandName:ao(454)},{pluginName:ao(444),commandName:ao(411)},{pluginName:ao(441),commandName:ao(417)},{pluginName:ao(459),commandName:ao(415)}];class uo extends t.Plugin{[ao(426)](){const t=ao,e=this[t(429)][t(431)],n=this[t(429)][t(460)][t(469)](t(471));for(const{pluginName:e,commandName:r}of co)this[t(429)][t(460)][t(427)](e)&&(n[t(418)](r),n[t(421)](r));e.t,n[t(435)][t(450)](t(454),Hr(e,t(428))),n[t(435)][t(450)](t(411),Hr(e,t(414))),n[t(435)][t(450)](t(417),Hr(e,t(432))),n[t(435)][t(450)](t(415),Hr(e,t(464))),this[t(437)]()}[ao(437)](){const t=ao,e=this[t(429)],n=e[t(431)];e[t(460)][t(469)](t(471))[t(435)][t(465)]((e=>{const r=t,o=n.t;if(r(470)!=e[r(458)])return;const{data:i}=e;if(null!=i){if(r(454)==i[r(419)]){const t=i[r(423)][0][r(409)];if(t){const e=o(this[r(429)][r(460)][r(469)](r(442))[r(455)](this[r(429)][r(456)][r(469)](r(466)))[r(433)]((e=>e[r(424)]==t))[r(440)])[r(468)]();return{type:r(438),content:Hr(n,r(439),e)}}return{type:r(438),content:Hr(n,r(448))}}if(r(411)==i[r(419)]){const t=i[r(423)][0][r(409)];return t?{type:r(438),content:Hr(n,r(445),t)}:{type:r(438),content:Hr(n,r(462))}}if(r(417)==i[r(419)]){const t=i[r(423)][0][r(409)];if(t){const e=(0,s.normalizeColorOptions)(this[r(429)][r(456)][r(469)](r(457)))[r(433)]((e=>e[r(424)]==t));let i=t,a="";return e&&(i=e[r(452)],a=o(i)[r(468)]()),{type:r(438),content:Hr(n,r(467),a)[r(443)](),color:{value:t,title:a||i}}}return{type:r(438),content:Hr(n,r(413))}}if(r(415)==i[r(419)]){const t=i[r(423)][0][r(409)];if(t){const e=(0,s.normalizeColorOptions)(this[r(429)][r(456)][r(469)](r(412)))[r(433)]((e=>e[r(424)]==t));let i=t,a="";return e&&(i=e[r(452)],a=o(i)[r(468)]()),{type:r(438),content:Hr(n,r(425),a)[r(443)](),color:{value:t,title:a||i}}}return{type:r(438),content:Hr(n,r(463))}}}}))}}const lo=fo;function fo(t,e){const n=ho();return(fo=function(t,e){return n[t-=322]})(t,e)}function ho(){const t=["pasteFormat","_registerLegacyDescription","FontSize","slice","formatInline","registerDescriptionCallback","boolean","get","*Set format to:* %0","1092670ZEsJTl","484230VXsboz","enableDefaultAttributesIntegration","20KZSfuu","fontBackgroundColor","locale","108hxGKdQ","toLowerCase","830880Twvvbe","push","entries","find","join","1067848kUbLis","afterInit","model","fontColor","copyFormat","type","121zYchwA","*Remove all formatting*","6756tcwykX","charAt","config","fontColor.colors","descriptionFactory","title","commands","formatBlock","fontSize","length","split","commandParams","6994246IrwcSS","1256567VqdlSF","commandName","TrackChangesEditing","toUpperCase","format","normalizeSizeOptions","plugins","99oYqtCV","enableCommand","fontSize.options","label","editor"];return(ho=function(){return t})()}!function(t,e){const n=fo,r=t();for(;;)try{if(824969===-parseInt(n(345))/1+parseInt(n(374))/2+parseInt(n(352))/3*(-parseInt(n(332))/4)+parseInt(n(369))/5*(parseInt(n(367))/6)+parseInt(n(344))/7+parseInt(n(324))/8*(parseInt(n(372))/9)+-parseInt(n(366))/10*(parseInt(n(330))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[lo(325)](){const t=lo,e=this[t(356)],n=e[t(351)][t(364)](t(347)),r=e[t(338)][t(364)](t(328)),s=e[t(338)][t(364)](t(357));r&&s&&(n[t(368)](t(357)),n[t(353)](t(328)),this[t(358)]())}[lo(358)](){const t=lo,e=this[t(356)],n=e[t(371)];e[t(351)][t(364)](t(347))[t(336)][t(362)]((r=>{const s=t;if(s(339)!=r[s(329)]&&s(361)!=r[s(329)])return;const{data:o}=r;if(o&&s(357)===o[s(346)]){const t=[],r=o[s(343)][0];for(const[n,o]of Object[s(376)](r))t[s(375)](po(e,n,o));return t[s(341)]?{type:s(349),content:Hr(n,s(365),t[s(323)](", "))}:{type:s(349),content:Hr(n,s(331))}}}))}}function po(t,e,n){const r=lo,o=t[r(371)].t,i=e[r(342)](/(?=[A-Z])/)[r(323)](" "),a=o(i[r(333)](0)[r(348)]()+i[r(360)](1))[r(373)]();if(r(363)==typeof n)return a;if(r(327)===e||r(370)===e){const e=(0,s.normalizeColorOptions)(t[r(334)][r(364)](r(335)))[r(322)]((t=>t[r(326)]==n));return a+" ("+(e?o(e[r(355)])[r(373)]():n)+")"}if(r(340)===e&&isNaN(parseFloat(n))){const e=t[r(351)][r(364)](r(359))[r(350)](t[r(334)][r(364)](r(354)))[r(322)]((t=>t[r(326)]==n));return a+" ("+(e?o(e[r(337)])[r(373)]():n)+")"}return a+" ("+n+")"}const mo=Eo;function Io(){const t=["name","registerElementLabel","HeadingEditing","995889YdKCjp","_registerLegacyDescription","registerDescriptionCallback","382182HeuHIj","heading","1154568BmpnTU","plugins","afterInit","locale","enableDefaultAttributesIntegration","get","1526576vWiVWs","formatBlock","has","_getHeadingLevel","format","descriptionFactory","view","match","72096iVxBWe","3897RhlaCc","heading.options","*Change to:* %0","commandParams","find","_headingOptions","paragraph","TrackChangesEditing","6100332RUnLdQ","635YpFHny","editor","type","ELEMENT_HEADING_CUSTOM","value","config","2dUXgxE","model","title","ELEMENT_HEADING","30830dvIIIP","commandName"];return(Io=function(){return t})()}function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(828422===parseInt(n(129))/1+-parseInt(n(117))/2*(parseInt(n(126))/3)+parseInt(n(131))/4+-parseInt(n(111))/5*(parseInt(n(145))/6)+parseInt(n(110))/7+-parseInt(n(137))/8+-parseInt(n(146))/9*(-parseInt(n(121))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(133)](){const t=mo,e=this[t(112)];if(!e[t(132)][t(139)](t(125)))return;this[t(151)]=e[t(116)][t(136)](t(147));const n=e[t(134)],r=e[t(132)][t(136)](t(153));r[t(135)](t(130));for(const e of this[t(151)])t(152)!=e[t(118)]&&r[t(142)][t(124)](e[t(118)],(n=>{const r=t,i=this[r(140)](e[r(118)]);return null!==i?s(n,i):o(n,e[r(119)])}));function s(e,r){return Hr(n,t(120),[e,r])}function o(e,r){return Hr(n,t(114),[e,r])}this[t(127)]()}[mo(127)](){const t=mo,e=this[t(112)],n=e[t(134)];e[t(132)][t(136)](t(153))[t(142)][t(128)]((e=>{const r=t;if(r(138)!=e[r(113)])return;const{data:s}=e;if(s&&r(130)==s[r(122)]){const e=s[r(149)][0][r(115)],c=this[r(140)](e);if(null!==c)return{type:r(141),content:Hr(n,r(148),(1,a=c,Hr(n,r(120),[1,a])))};const u=this[r(151)][r(150)]((t=>t[r(118)]===e))[r(119)];return{type:r(141),content:Hr(n,r(148),(o=1,i=u,Hr(n,t(114),[o,i])))}}var o,i,a}))}[mo(140)](t){const e=mo;var n,r;const s=t[e(144)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(151)])||void 0===n?void 0:n[e(150)]((n=>n[e(118)]==t));if(o&&o[e(143)]){const t=o[e(143)],n=(null!==(r=t[e(123)])&&void 0!==r?r:t)[e(144)](/^h(\d+)/);if(n)return n[1]}return null}}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=452]})(t,e)}const _o=To;function yo(){const t=["*Remove highlight*","commandParams","TrackChangesEditing","*Set highlight:* %0","HighlightEditing","color","registerDescriptionCallback","5873936wDLjcB","6zYGisu","1205035YfyujY","24DjiMqf","721357yKUGTl","descriptionFactory","enableDefaultAttributesIntegration","FORMAT_HIGHLIGHT","has","highlight","editor","highlight.options","type","config","registerInlineAttribute","commandName","registerAttributeLabel","afterInit","toLowerCase","get","17528112CzMazW","model","_registerLegacyDescription","606958eCEkUU","formatInline","format","3206622hAtFsM","locale","title","plugins","find","value","2653172ZCBlcV"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(767815===parseInt(n(477))/1+-parseInt(n(486))/2+-parseInt(n(480))/3+-parseInt(n(457))/4*(-parseInt(n(456))/5)+parseInt(n(455))/6*(-parseInt(n(458))/7)+-parseInt(n(454))/8+parseInt(n(474))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(471)](){const t=_o,e=this[t(464)];if(!e[t(483)][t(462)](t(491)))return;const n=e[t(483)][t(473)](t(489)),r=e[t(481)];n[t(460)](t(463)),n[t(468)](t(463)),n[t(459)][t(470)](t(463),Hr(r,t(461))),this[t(476)]()}[_o(476)](){const t=_o,e=this[t(464)],n=e[t(481)];e[t(483)][t(473)](t(489))[t(459)][t(453)]((r=>{const s=t;if(s(478)!=r[s(466)])return;const{data:o}=r;if(o&&s(463)==o[s(469)]){const t=n.t,r=o[s(488)][0][s(485)];if(r){const o=e[s(467)][s(473)](s(465))[s(484)]((t=>t[s(475)]==r)),i=t(o[s(482)])[s(472)]();return{type:s(479),content:Hr(n,s(490),i),color:{value:o[s(452)],title:o[s(482)]}}}return{type:s(479),content:Hr(n,s(487),Hr(n,s(461)))}}}))}}function ko(){const t=["editor","addClass","div","HorizontalLineEditing","44wcRXap","afterInit","22741675QEPAZq","226TQAgDk","8WCBVFP","locale","enableCommand","2399747JZswTE","descriptionFactory","showSuggestionHighlights","981IUZVnS","insert","881922oeBkDI","for","elementToStructure","registerElementLabel","147414IeGtEL","createContainerElement","949170PVIWdw","6554rvoayi","ck-horizontal-line","plugins","TrackChangesEditing","get","conversion","createEmptyElement","dataDowncast","horizontalLine","has","80020Ygwfcx","createPositionAt","ELEMENT_HORIZONTAL_LINE","high"];return(ko=function(){return t})()}const Co=Lo;function Lo(t,e){const n=ko();return(Lo=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(609455===parseInt(n(139))/1*(-parseInt(n(118))/2)+-parseInt(n(115))/3*(-parseInt(n(136))/4)+-parseInt(n(117))/5+parseInt(n(111))/6+-parseInt(n(143))/7*(parseInt(n(140))/8)+parseInt(n(146))/9*(-parseInt(n(128))/10)+parseInt(n(138))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Ro extends t.Plugin{[Co(137)](){const t=Co,e=this[t(132)];if(!e[t(120)][t(127)](t(135)))return;e[t(120)][t(122)](t(121))[t(142)](t(126));const n=e[t(120)][t(122)](t(121)),r=e[t(141)];n[t(144)][t(114)](t(126),(e=>Hr(r,t(130),e))),e[t(123)][t(112)](t(125))[t(113)]({model:t(126),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(145)])return null;const o=n[s(116)](s(134)),i=n[s(124)]("hr");return n[s(133)](s(119),o),n[s(110)](n[s(129)](o,0),i),o},converterPriority:t(131)})}}const So=No;function No(t,e){const n=vo();return(No=function(t,e){return n[t-=126]})(t,e)}function vo(){const t=["rawHtml","type","163188vXXcxj","125609KORfzG","_registerLegacyDescription","attribute","descriptionFactory","*Change %0 content*","locale","7iABZZY","TrackChangesEditing","566248zqOkQG","340sElXUn","has","get","commandName","registerDescriptionCallback","1586755xntpTh","6PyXTcK","start","editor","getFirstRange","key","HtmlEmbed","registerElementLabel","value","afterInit","ELEMENT_HTML_EMBED","format","248849bhTXyR","plugins","registerBlockAttribute","enableDefaultAttributesIntegration","1729458RRAARM","nodeAfter","element","htmlEmbed","formatBlock","3hsISji","1472928OtbtLp"];return(vo=function(){return t})()}!function(t,e){const n=No,r=t();for(;;)try{if(230065===-parseInt(n(142))/1+parseInt(n(155))/2*(-parseInt(n(151))/3)+parseInt(n(152))/4+parseInt(n(130))/5*(-parseInt(n(131))/6)+-parseInt(n(162))/7*(parseInt(n(164))/8)+parseInt(n(146))/9+-parseInt(n(165))/10*(-parseInt(n(156))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vo);class Mo extends t.Plugin{[So(139)](){const t=So,e=this[t(133)];if(!e[t(143)][t(126)](t(136)))return;const n=e[t(143)][t(127)](t(163)),r=e[t(161)];n[t(159)][t(137)](t(153),(e=>Hr(r,t(140),e))),n[t(145)](t(149)),n[t(144)](t(138)),n[t(159)][t(129)]((e=>{const n=t;if(n(158)!=e[n(154)])return;const{data:s}=e;if(s&&n(138)==s[n(135)]&&e[n(134)]()[n(132)][n(147)].is(n(148),n(153))){const t=Hr(r,n(140));return{type:n(141),content:Hr(r,n(160),t)}}})),this[t(157)]()}[So(157)](){const t=So,e=this[t(133)],n=e[t(161)];e[t(143)][t(127)](t(163))[t(159)][t(129)]((e=>{const r=t;if(r(150)!=e[r(154)])return;const{data:s}=e;if(s&&r(149)==s[r(128)]){const t=Hr(n,r(140));return{type:r(141),content:Hr(n,r(160),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Do();return(Oo=function(t,e){return n[t-=248]})(t,e)}function Do(){const t=["TrackChangesEditing","imageCaption","format","_registerLegacyDescription","isOwn","type","chain","*Set image width:* %0","forward","*Set image text alternative:* %0","convertBlockImageToInline","*Remove image text alternative*","findIndex","commandName","registerDescriptionCallback","ELEMENT_CAPTION","getNearestSelectionRange","imageTypeInline","nodeBefore","ImageUtils","ImageUploadEditing","FORMAT_IMAGE_SIZE","forceDefaultExecution","createRangeOn","key","imageTextAlternative","ELEMENT_INLINE_IMAGE","toPrevious","2858780NJypvB","newValue","afterInit","addObject","getCaptionFromImageModelElement","detach","nodeAfter","5IFcbHZ","ImageResize","find","locale","has","resizedWidth","Block image to inline image","isEqual","_findSuggestions","isBlockImage","accept","alt","formatBlock","start","isBefore","_suggestionFactory","markDeletion","imageStylePreApply","registerCustomCallback","formatInline","join","selection","isCollapsed","2073491CdVXrR","1656888dfLGfU","markBlockFormat","deletion","end","descriptionFactory","uploadImage","registerAttributeLabel","enableDefaultAttributesIntegration","12PhqPzD","discard","markInsertion","20443005RIhhXr","registerBlockAttribute","*Reset image width*","plugins","createRange","ImageInlineEditing","insertion","ImageTextAlternativeEditing","caption","subType","length","3051480TXRFkf","convertInlineImageToBlock","resizeImage","document","model","18qHtmNU","width","ImageCaptionUtils","previous","ImageCaptionEditing","getFirstRange","toNext","fromPosition","imageTypeBlock","ELEMENT_IMAGE","schema","getContainedElement","Inline image to block image","ImageEditing","attribute","enableCommand","get","removeObject","imageInline","editor","29542LBgSyG","getSuggestionCallback","ImageBlockEditing","commandParams","4849696SgnmyD","29aAnWbU","insertImage","isIntersecting","imageBlock","toggleImageCaption","change","element","backward","registerElementLabel","getClosestSelectedImageElement","filter"];return(Do=function(){return t})()}!function(t,e){const n=Oo,r=t();for(;;)try{if(395741===parseInt(n(332))/1*(parseInt(n(327))/2)+-parseInt(n(280))/3+-parseInt(n(249))/4*(parseInt(n(256))/5)+-parseInt(n(288))/6*(-parseInt(n(279))/7)+-parseInt(n(331))/8+parseInt(n(307))/9*(-parseInt(n(302))/10)+parseInt(n(291))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[wo(251)](){const t=wo,e=this[t(326)];if(!e[t(294)][t(260)](t(320)))return;const n=e[t(294)][t(323)](t(343)),r=e[t(294)][t(323)](t(362)),s=e[t(259)];n[t(322)](t(333)),n[t(284)][t(340)](t(335),(e=>Hr(s,t(316),e))),n[t(284)][t(340)](t(325),(e=>Hr(s,t(369),e))),n[t(284)][t(340)](t(299),(()=>Hr(s,t(358)))),e[t(294)][t(260)](t(363))&&n[t(322)](t(285)),e[t(294)][t(260)](t(329))&&e[t(294)][t(260)](t(296))&&(n[t(322)](t(360),((s,o)=>{const i=t,a=r[i(341)](e[i(306)][i(305)][i(277)]);e[i(306)][i(337)]((()=>{const t=i;n[t(281)](a,{commandName:t(360),commandParams:[o]},[],t(353))}))})),n[t(322)](t(315),((s,o)=>{const a=t;e[a(306)][a(337)]((t=>{const c=a;let u=r[c(341)](e[c(306)][c(305)][c(277)]),l=t[c(366)](u);const f=i.LivePosition[c(314)](l[c(269)],c(248)),h=i.LivePosition[c(314)](l[c(283)],c(313));n[c(365)]((()=>s(o))),u=r[c(341)](e[c(306)][c(305)][c(277)]),l=t[c(366)](u);const g=t[c(295)](f,h);f[c(254)](),h[c(254)](),n[c(281)](u,{commandName:c(360),commandParams:[o]},[],c(303)),g[c(269)][c(270)](l[c(269)])&&n[c(290)](t[c(295)](g[c(269)],l[c(269)]),c(303)),l[c(283)][c(270)](g[c(283)])&&n[c(290)](t[c(295)](l[c(283)],g[c(283)]),c(303))}))})),n[t(271)][t(274)](t(268),t(303),t(276),(()=>!1)),n[t(271)][t(274)](t(268),t(303),t(266),(()=>!1)),n[t(271)][t(274)](t(268),t(303),t(289),n[t(271)][t(328)](t(268),"",t(266))),n[t(271)][t(274)](t(297),t(303),t(276),(()=>!1)),n[t(271)][t(274)](t(297),t(303),t(289),(([r])=>{const s=t,o=n[s(271)][s(328)](s(297),"",s(289));let i=r[s(269)],a=r[s(283)];const c=e[s(306)][s(317)][s(359)](i,s(339)),u=e[s(306)][s(317)][s(359)](a,s(351));c[s(278)]&&(i=c[s(269)]),u[s(278)]&&(a=u[s(283)]),o([e[s(306)][s(295)](i,a)])})),n[t(271)][t(274)](t(268),t(303),t(349),c),n[t(271)][t(274)](t(297),t(303),t(349),c)),e[t(294)][t(260)](t(311))&&(n[t(322)](t(336),((s,o)=>{const i=t,a=e[i(294)][i(323)](i(309));let c=r[i(341)](e[i(306)][i(305)][i(277)]),u=a[i(253)](c);e[i(306)][i(337)]((()=>{const t=i;if(u)return void n[t(272)](e[t(306)][t(366)](u));const l=r[t(265)](c);s(o),c=r[t(341)](e[t(306)][t(305)][t(277)]),u=a[t(253)](c),n[t(290)](e[t(306)][t(366)](u),l?null:t(344))}))})),n[t(271)][t(274)](t(297),t(344),t(349),c));const o=[{type:t(268),subType:t(273)},{type:t(297),subType:t(344)},{type:t(268),subType:t(303)},{type:t(297),subType:t(303)}];function a(e,s){const i=t,a=o[i(355)]((({type:t,subType:n})=>e[i(348)]==t&&e[i(300)]==n)),c=o[i(355)]((({type:t,subType:e})=>s[i(348)]==t&&s[i(300)]==e));if(a<0||c<0)return!1;const u=e[i(312)](),l=s[i(312)]();if((0==a||1==a)&&2==c&&u[i(334)](l))return!0;if(2==a&&3==c){const t=n[i(264)](u,i(297))[i(342)]((({suggestion:t,meta:e})=>e[i(347)]&&i(303)==t[i(300)]));if(t[i(301)]>1&&l[i(283)][i(263)](u[i(269)]))return!0;if(1==t[i(301)]&&(u[i(269)][i(263)](l[i(283)])||u[i(283)][i(263)](l[i(269)])))return!0}if(3==a&&3==c&&u[i(269)][i(270)](l[i(269)])){const t=u[i(283)][i(255)],e=l[i(269)][i(361)];return r[i(265)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(294)][t(260)](t(257))&&(n[t(287)](t(304)),n[t(292)](t(261)),n[t(284)][t(286)](t(261),Hr(s,t(364)))),e[t(294)][t(260)](t(298))&&(n[t(287)](t(368)),n[t(292)](t(267))),n[t(284)][t(357)]((e=>{const n=t;if(o[n(258)]((({type:t,subType:r})=>e[n(348)]==t&&e[n(300)]==r)))return e[n(310)]?{}:void 0})),n[t(284)][t(357)]((e=>{const n=t;if(n(297)==e[n(348)]||n(282)==e[n(348)]){const t=e[n(318)]();if(t&&t.is(n(338),n(299)))return{type:n(297)==e[n(348)]?n(252):n(324),element:t,quantity:1}}})),n[t(284)][t(357)]((e=>t(268)==e[t(348)]&&t(303)==e[t(300)]?{type:t(345),content:t(319)}:t(268)==e[t(348)]&&t(353)==e[t(300)]?{type:t(345),content:t(262)}:void 0)),n[t(284)][t(357)]((e=>{const n=t;if(n(321)!=e[n(348)])return;const{data:r}=e;if(!r||n(267)!=r[n(367)])return;const o=r[n(250)];return o?{type:n(345),content:Hr(s,n(352),'"'+o+'"')}:{type:n(345),content:Hr(s,n(354))}})),this[t(346)]()}[wo(346)](){const t=wo,e=this[t(326)],n=e[t(259)];e[t(294)][t(323)](t(343))[t(284)][t(357)]((e=>{const r=t;if(r(268)!=e[r(348)]&&r(275)!=e[r(348)])return;const{data:s}=e;if(s){if(r(368)==s[r(356)]){const t=s[r(330)][0][r(250)];return t?{type:r(345),content:Hr(n,r(352),'"'+t+'"')}:{type:r(345),content:Hr(n,r(354))}}if(r(304)==s[r(356)]){const t=s[r(330)][0][r(308)];return t?{type:r(345),content:Hr(n,r(350),t)}:{type:r(345),content:Hr(n,r(293))}}}}))}}const Po=xo;function Bo(){const t=["_suggestionFactory","formatInline","has","320950dTqpeO","attribute","615616PKwkYI","getSuggestionCallback","afterInit","registerBlockAttribute","src","registerDescriptionCallback","registerCustomCallback","editor","oldValue","*Format:* replace image URL","commandName","TrackChangesEditing","get","enableDefaultAttributesIntegration","1789438EoXozc","formatBlock","plugins","1207464lXAJmn","8ayIfJm","locale","descriptionFactory","7840XHaLHi","newValue","_handleLegacySuggestions","6248qWpAFO","ImageEditing","discard","accept","528GxsszS","_registerLegacyDescription","format","type","replaceImageSource","key","*Replace image URL*","92346nvkYQk","9AulKtD"];return(Bo=function(){return t})()}function xo(t,e){const n=Bo();return(xo=function(t,e){return n[t-=368]})(t,e)}!function(t,e){const n=xo,r=t();for(;;)try{if(172915===parseInt(n(374))/1+-parseInt(n(368))/2*(-parseInt(n(385))/3)+-parseInt(n(378))/4*(-parseInt(n(371))/5)+parseInt(n(409))/6+-parseInt(n(406))/7+parseInt(n(392))/8*(-parseInt(n(386))/9)+-parseInt(n(390))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[Po(394)](){const t=Po;if(!this[t(399)][t(408)][t(389)](t(375)))return;const e=this[t(399)][t(369)],n=this[t(399)][t(408)][t(404)](t(403));n[t(405)](t(382)),n[t(395)](t(396)),n[t(370)][t(397)]((n=>{const r=t;if(r(391)!=n[r(381)])return;const{data:s}=n;return s&&r(396)==s[r(383)]?s[r(372)]&&s[r(400)]?{type:r(380),content:Hr(e,r(384))}:{type:r(380),content:""}:void 0})),this[t(373)]()}[Po(373)](){const t=Po,e=this[t(399)][t(408)][t(404)](t(403));e[t(387)][t(398)](t(407),t(382),t(377),e[t(387)][t(393)](t(407),null,t(376))),e[t(387)][t(398)](t(407),t(382),t(376),e[t(387)][t(393)](t(407),null,t(377))),this[t(379)]()}[Po(379)](){const t=Po,e=this[t(399)],n=e[t(369)];e[t(408)][t(404)](t(403))[t(370)][t(397)]((e=>{const r=t;if(r(407)!=e[r(381)]&&r(388)!=e[r(381)])return;const{data:s}=e;return s&&r(382)==s[r(402)]?{type:r(380),content:Hr(n,r(401))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=141]})(t,e)}function Vo(){const t=["nodeBefore","948548rmcjYY","plugins","discard","editor","join","isOwn","accept","getClosestSelectedImageElement","commands","hasSuggestion","filter","registerDescriptionCallback","7021VGiOCz","isIntersecting","imageCaption","commandName","shouldConvertImageType","*Format:* %0","getSuggestion","formatBlock","selection","22yWPIHJ","imageStylePreApply","getChangedMarkers","FORMAT_SIDE_IMAGE","model","get","document","imageStylePostApply","imageTypeBlock","isBefore","isEqual","imageTypeInline","suggestion","side","ImageStyleEditing","171xXikzi","change","locale","markInlineFormat","value","371470tBLugW","registerPostFixer","_registerLegacyDescription","getFirstRange","28uaYDtL","chain","next","isBlockImage","descriptionFactory","_suggestionFactory","ImageUtils","4264820bweDqM","_findSuggestions","has","commandParams","6OCDQAa","insertion","normalizedStyles","from","commandReversedParams","discardSuggestion","convertInlineImageToBlock","refresh","newRange","isInContent","author","type","forEach","getContainedElement","8419596tKtZiZ","createRangeOn","markBlockFormat","name","afterInit","title","toLowerCase","format","subType","20853YQrcRQ","formatInline","16448ogleGb","_splitMarkerName","9642IBTfAY","nodeAfter","end","Users","setImageNaturalSizeAttributes","isInlineImage","registerCustomCallback","head","getSuggestionCallback","length","getSuggestions","enableCommand","differ","start","TrackChangesEditing","imageStyle","findIndex"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(870785===parseInt(n(182))/1*(parseInt(n(148))/2)+-parseInt(n(159))/3*(-parseInt(n(204))/4)+-parseInt(n(144))/5+-parseInt(n(186))/6*(parseInt(n(216))/7)+parseInt(n(184))/8*(-parseInt(n(240))/9)+parseInt(n(155))/10+parseInt(n(225))/11*(parseInt(n(173))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class zo extends t.Plugin{[jo(177)](){const t=jo,n=this[t(207)];if(!n[t(205)][t(157)](t(239)))return;const r=n[t(205)][t(230)](t(200)),s=n[t(205)][t(230)](t(154)),o={};r[t(197)](t(201),((o,i)=>{const a=t,c=n[a(205)][a(230)](a(189)).me,u=n[a(212)][a(230)](a(201));let l=s[a(211)](n[a(229)][a(231)][a(224)]),f=n[a(229)][a(174)](l),h=u[a(143)];if(h==i[a(143)])return;const g={commandName:a(201),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(229)][a(241)]((()=>{const t=a;if(r[t(196)]()[t(214)]((e=>e[t(168)]&&c==e[t(169)]&&(t(223)==e[t(170)]||t(183)==e[t(170)])&&(t(226)==e[t(181)]||t(232)==e[t(181)])&&e[t(147)]()[t(235)](f)))[t(171)]((e=>r[t(164)](e[t(193)]))),l=s[t(211)](n[t(229)][t(231)][t(224)]),f=n[t(229)][t(174)](l),u[t(166)](),n[t(212)][t(230)](t(236))[t(166)](),n[t(212)][t(230)](t(233))[t(166)](),h=u[t(143)],h!=i[t(143)])return s[t(191)](l)&&u[t(220)](i[t(143)],l)?(o({...i,setImageSizes:!1}),l=s[t(211)](n[t(229)][t(231)][t(224)]),void r[t(175)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(226))):void(s[t(151)](l)?r[t(175)](l,g,[],t(232)):r[t(142)](f,g,t(232)))}))}));for(const e of n[t(205)][t(230)](t(239))[t(161)])o[e[t(176)]]=e[t(178)][t(179)]();r[t(153)][t(192)](t(223),t(226),t(208),(()=>!1)),r[t(153)][t(192)](t(223),t(232),t(208),(()=>!1)),r[t(153)][t(192)](t(183),t(232),t(208),(()=>!1)),r[t(153)][t(192)](t(223),t(226),t(210),(([e])=>{const n=t;s[n(190)](e[n(172)]())})),r[t(153)][t(192)](t(223),t(226),t(206),((e,n)=>{const s=t;r[s(153)][s(194)](s(223),"",s(210))(e,{commandName:n[s(219)],commandParams:n[s(163)]})})),r[t(153)][t(192)](t(223),t(226),t(149),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(223),subType:t(226)},{type:t(160),subType:t(218)},{type:t(223),subType:t(165)},{type:t(160),subType:t(165)}];function a(e,n){const o=t,a=i[o(202)]((({type:t,subType:n})=>e[o(170)]==t&&e[o(181)]==n)),c=i[o(202)]((({type:t,subType:e})=>n[o(170)]==t&&n[o(181)]==e));if(a<0||c<0)return!1;const u=e[o(147)](),l=n[o(147)]();if((0==a||1==a)&&2==c&&u[o(217)](l))return!0;if(2==a&&3==c){const t=r[o(156)](u,o(160))[o(214)]((({suggestion:t,meta:e})=>e[o(209)]&&o(165)==t[o(181)]));if(t[o(195)]>1&&l[o(188)][o(235)](u[o(199)]))return!0;if(1==t[o(195)]&&(u[o(199)][o(235)](l[o(188)])||u[o(188)][o(235)](l[o(199)])))return!0}if(3==a&&3==c&&u[o(199)][o(234)](l[o(199)])){const t=u[o(188)][o(187)],e=l[o(199)][o(203)];return s[o(151)](t)&&t===e}return!1}n[t(229)][t(231)][t(145)]((()=>{const e=t;let o=!1;const i=Array[e(162)](n[e(229)][e(231)][e(198)][e(227)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(185)](t);if(e(237)==i&&r[e(213)](u)){if(e(223)==a&&(e(226)==c||e(232)==c)){const t=r[e(222)](u);if(n[e(167)]){const n=t[e(147)]()[e(172)]();if(s[e(151)](n))continue;r[e(164)](t),o=!0}}if(e(160)==a&&e(218)==c&&!n[e(167)]){const t=r[e(222)](u);t[e(150)]&&t[e(150)][e(168)]&&(r[e(164)](t[e(150)]),o=!0)}}}return o})),this[t(146)](o)}[jo(146)](t){const e=jo,n=this[e(207)],r=n[e(141)];n[e(205)][e(230)](e(200))[e(152)][e(215)]((n=>{const s=e;if(s(223)!=n[s(170)]&&s(183)!=n[s(170)])return;const{data:o}=n;if(!o||s(201)!=o[s(219)])return;const i=o[s(158)][0][s(143)];return function(t){const e=s;return{type:e(180),content:Hr(r,e(221),t)}}(s(238)===i?Hr(r,s(228)):t[i]||i)}))}}function Ho(){const t=["2405220heLzez","forEach","Users","track_changes","2995604IVEykb","_handleImportedData","importWord","editor","plugins","5470660gBTcoL","3156831UyiFKN","_setSuggestionData","enableCommand","afterInit","high","_trackChangesExecuted","3186HcMPgZ","14888jtWqvH","989965sXFUFa","bind","10JjiUHc","listenTo","_trackChangesValueDuringImport","TrackChangesEditing","commands","trackChanges","execute","2340852QsimzW","7ifJsjg","value","lowest","collaboration_features","get","dataInsert"];return(Ho=function(){return t})()}const Wo=Ko;function Ko(t,e){const n=Ho();return(Ko=function(t,e){return n[t-=481]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(937832===parseInt(n(491))/1+-parseInt(n(507))/2+parseInt(n(483))/3+-parseInt(n(511))/4*(parseInt(n(493))/5)+parseInt(n(500))/6*(parseInt(n(501))/7)+-parseInt(n(490))/8*(-parseInt(n(489))/9)+parseInt(n(482))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ho);class Xo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(495)]=!1,this[e(488)]=!1}[Wo(486)](){const t=Wo,e=this[t(514)],n=e[t(497)][t(505)](t(513)),r=e[t(497)][t(505)](t(498));n&&(n.on(t(499),((e,[,n])=>{const s=t;this[s(495)]=r[s(502)],n[s(504)][s(510)]=!this[s(495)]}),{priority:t(487)}),this[t(494)](n,t(506),this[t(512)][t(492)](this)),this[t(494)](n,t(506),(()=>{const e=t;this[e(488)]&&(r[e(499)](),this[e(488)]=!1)}),{priority:t(503)}),e[t(481)][t(505)](t(496))[t(485)](t(513)))}[Wo(512)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(514)][n(497)][n(505)](n(498)),o=s[n(502)];this[n(495)]!==o&&(s[n(499)](),this[n(488)]=!0),r&&r[n(508)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(514)][o(481)][o(505)](o(509)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(513)}}};this[o(514)][o(481)][o(505)](o(496))[o(484)](i)}))}}const Zo=qo;function qo(t,e){const n=Qo();return(qo=function(t,e){return n[t-=170]})(t,e)}function Qo(){const t=["getItems","1881240mUTUPU","type","format","enableDefaultAttributesIntegration","formatBlock","editor","enableCommand","locale","3779172GiQplS","TrackChangesEditing","descriptionFactory","get","afterInit","registerDescriptionCallback","4759174UupufR","blockIndent","commandName","254586MbeZPo","672865sPidZQ","FORMAT_INDENT","has","352190dcuJFX","indentBlock","321501bSuOsC","*Indent:* %0","72rFdPss","registerAttributeLabel","4YYrChM","outdent","IndentEditing","outdentBlock","indent","IndentBlock","plugins","_registerLegacyDescription","getItemLabel","*Outdent:* %0","8NtAZaK","registerBlockAttribute"];return(Qo=function(){return t})()}!function(t,e){const n=qo,r=t();for(;;)try{if(341277===-parseInt(n(193))/1+parseInt(n(187))/2+-parseInt(n(170))/3*(parseInt(n(197))/4)+parseInt(n(188))/5+parseInt(n(178))/6+parseInt(n(184))/7*(parseInt(n(207))/8)+parseInt(n(195))/9*(-parseInt(n(191))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qo);class Yo extends t.Plugin{[Zo(182)](){const t=Zo,e=this[t(175)],n=e[t(203)][t(181)](t(179));if(e[t(203)][t(190)](t(199))&&(n[t(176)](t(201)),n[t(176)](t(198))),e[t(203)][t(190)](t(202)))for(const e of[t(192),t(200)])n[t(173)](e);const r=e[t(177)];n[t(208)](t(185)),n[t(180)][t(196)](t(185),Hr(r,t(189))),this[t(204)]()}[Zo(204)](){const t=Zo,e=this[t(175)],n=e[t(177)],r=e[t(203)][t(181)](t(179));r[t(180)][t(183)]((e=>{const s=t;if(s(174)!=e[s(171)])return;const{data:o}=e;if(!o)return;if(s(192)!=o[s(186)]&&s(200)!=o[s(186)])return;const i=e[s(209)]()[0],a=r[s(180)][s(205)](i);return s(192)==o[s(186)]?{type:s(172),content:Hr(n,s(194),a)}:s(200)==o[s(186)]?{type:s(172),content:Hr(n,s(206),a)}:void 0}))}}var Jo=$o;function $o(t,e){var n=ti();return($o=function(t,e){return n[t-=381]})(t,e)}function ti(){var t=["2551335THAJfP","3PebTKf","93836CdAoOT","68024bVHQDd","plugins","get","TrackChangesEditing","4130284DTOdko","enableCommand","3032946WOhdGx","581BARnCB","2463570MVcFqI","editor","input","22252280mMRFDr","requires","init","23yPfdMz"];return(ti=function(){return t})()}!function(t,e){for(var n=$o,r=t();;)try{if(665650===-parseInt(n(387))/1*(parseInt(n(390))/2)+-parseInt(n(389))/3*(parseInt(n(395))/4)+parseInt(n(388))/5+parseInt(n(381))/6+-parseInt(n(398))/7*(parseInt(n(391))/8)+parseInt(n(397))/9+parseInt(n(384))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[Jo(385)](){return[vs.Input]}[Jo(386)](){var t=Jo;this[t(382)][t(392)][t(393)](t(394))[t(396)](t(383))}}function ni(){const t=["link","format","key","670061zQMPos","TrackChangesEditing","label","get","*Remove link*","*Set link:* %0","649521urFhuV","3968120AIDLkw","formatInline","afterInit","2054040UieQhA","registerAttributeLabel","LinkEditing","_registerLegacyDescription","descriptionFactory","manualDecorators","40MwbYHf","toLowerCase","enableDefaultAttributesIntegration","commandParams","registerDescriptionCallback","locale","331497jtLyam","link (","linkHref","type","attribute","3385120LUOQCK","commandName","newValue","12FmQDmH","54uaSkLr","plugins","unlink","commands","has","editor","263361OmguuA","registerInlineAttribute"];return(ni=function(){return t})()}const ri=si;function si(t,e){const n=ni();return(si=function(t,e){return n[t-=465]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(902899===-parseInt(n(488))/1*(parseInt(n(481))/2)+-parseInt(n(499))/3+parseInt(n(478))/4+parseInt(n(503))/5+parseInt(n(482))/6*(parseInt(n(493))/7)+parseInt(n(467))/8*(parseInt(n(473))/9)+parseInt(n(500))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ni);class oi extends t.Plugin{[ri(502)](){const t=ri,e=this[t(487)];if(!e[t(483)][t(486)](t(505)))return;const n=e[t(483)][t(496)](t(494)),r=e[t(485)][t(496)](t(490));n[t(469)](t(490)),n[t(469)](t(484)),n[t(489)](t(475));for(const e of r[t(466)])n[t(489)](e.id),n[t(465)][t(504)](e.id,t(474)+e[t(495)][t(468)]()+")");n[t(465)][t(471)]((n=>{const r=t;if(r(477)!=n[r(476)])return;const{data:s}=n;if(!s||r(475)!=s[r(492)])return;const o=s[r(480)],i=e[r(472)];return{type:r(491),content:null==o?Hr(i,r(497)):Hr(i,r(498),'"'+o+'"')}})),this[t(506)]()}[ri(506)](){const t=ri,e=this[t(487)],n=e[t(472)];e[t(483)][t(496)](t(494))[t(465)][t(471)]((e=>{const r=t;if(r(501)!=e[r(476)])return;const{data:s}=e;if(s){if(r(490)==s[r(479)]){const t=s[r(470)][0];return{type:r(491),content:Hr(n,r(498),'"'+t+'"')}}return r(484)==s[r(479)]?{type:r(491),content:Hr(n,r(497))}:void 0}}))}}const ii=ui;!function(t,e){const n=ui,r=t();for(;;)try{if(744456===parseInt(n(115))/1*(-parseInt(n(152))/2)+parseInt(n(105))/3+parseInt(n(159))/4*(parseInt(n(144))/5)+-parseInt(n(188))/6+parseInt(n(129))/7*(parseInt(n(172))/8)+-parseInt(n(163))/9+parseInt(n(183))/10*(parseInt(n(117))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ai extends t.Plugin{[ii(173)](){const t=ii,e=this[t(169)],n=e[t(165)];if(!e[t(162)][t(107)](t(171)))return;const r=e[t(162)][t(191)](t(120)),s=e[t(162)][t(107)](t(155));function o(t){return()=>{const n=ui,s=e[n(170)][n(157)][n(150)],o=e[n(136)][n(191)](t);if(o[n(133)])return void e[n(116)](n(151),{});const i=t[n(143)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(110)](t)[s(148)]((t=>function(t,e){const n=s;return e[n(174)](t[n(168)],n(161))&&!e[n(128)](t)}(t,r)));o=o[s(148)]((t=>!t.is(s(146),s(161))||t[s(127)](s(135))!=e));const i=new Set;for(const t of o)t.is(s(146),s(161))?i[s(125)](ci(t)):i[s(125)](t);return Array[s(110)](i)}(s[n(108)](),i,e[n(170)][n(137)]);e[n(170)][n(164)]((()=>{const e=n;for(const n of a)r[e(160)](n,{commandName:t,commandParams:[{forceValue:!o[e(133)]}],formatGroupId:e(186)},li(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(110)](t);const r=n[e(167)]((t=>e(161)!=t[e(141)]));return r>-1&&(n=n[e(143)](0,r)),n}(e[n(170)][n(157)][n(150)][n(108)]()),o=e[n(170)][n(131)](e[n(170)][n(109)](s[0],n(132)),e[n(170)][n(109)](s[s[n(114)]-1],n(130)));e[n(170)][n(164)]((()=>{const e=n;r[e(160)](o,{commandName:t,commandParams:[],formatGroupId:e(176)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(119)];for(;t&&t[n(127)](n(176))>e[n(127)](n(176));)r[n(125)](t),t=t[n(119)]}return Array[n(110)](r)}(s))}))}}r[t(126)](t(147),o(t(147))),r[t(126)](t(190),o(t(190))),s&&r[t(126)](t(140),o(t(140))),r[t(126)](t(187),i(t(187))),r[t(126)](t(179),i(t(179))),s&&r[t(126)](t(124),(()=>{const n=t,s=e[n(136)][n(191)](n(124)),o=Array[n(110)](s[n(118)]);o[n(148)]((t=>t[n(127)](n(106))!=s[n(133)])),e[n(170)][n(164)]((()=>{const t=n;for(const e of o)r[t(160)](e,{commandName:t(124),commandParams:[{forceValue:!s[t(133)]}]})}))})),r[t(175)][t(156)](t(161),(e=>Hr(n,t(123),e))),r[t(175)][t(138)]((e=>{const r=t;if(r(145)!=e[r(184)]&&r(153)!=e[r(184)])return;const{data:s}=e;if(s){if(r(147)==s[r(149)]||r(190)==s[r(149)]||r(140)==s[r(149)])switch(s[r(149)][r(189)](r(134),"")){case r(112):return o(Hr(n,r(177)));case r(122):return o(Hr(n,r(180)));case r(139):return o(Hr(n,r(158)))}if(r(187)==s[r(149)])return{type:r(121),content:Hr(n,r(113),Hr(n,r(123)))};if(r(179)==s[r(149)])return{type:r(121),content:Hr(n,r(166),Hr(n,r(123)))};if(r(124)==s[r(149)])return s[r(185)][0][r(142)]?{type:r(121),content:Hr(n,r(182))}:{type:r(121),content:Hr(n,r(181))}}function o(t){const e=r;return{type:e(121),content:Hr(n,e(178),t)}}}))}}function ci(t){const e=ii,n=t[e(127)](e(176));if(0==n)return t;let r=t;for(;t[e(154)]&&t[e(154)].is(e(146),e(161));){const s=t[e(154)][e(127)](e(176));if(s==n)r=t[e(154)];else if(s<n)break;t=t[e(154)]}return r}function ui(t,e){const n=fi();return(ui=function(t,e){return n[t-=105]})(t,e)}function li(t){const e=ii,n=[];if(t.is(e(146),e(161))&&t[e(127)](e(176))>0){let r=t[e(119)];for(;r&&e(161)==r[e(141)]&&r[e(127)](e(176))==t[e(127)](e(176));)n[e(111)](r),r=r[e(119)]}return n}function fi(){const t=["plugins","10932696gHaDLc","change","locale","*Outdent:* %0","findIndex","parent","editor","model","LegacyListEditing","8zTbWao","afterInit","checkChild","descriptionFactory","listIndent","ELEMENT_BULLETED_LIST","*Change to:* %0","outdentList","ELEMENT_NUMBERED_LIST","*Uncheck item*","*Check item*","710TidpKn","type","commandParams","blockName","indentList","5131434tqjUSo","replace","bulletedList","get","30318PYRwfI","todoListChecked","has","getSelectedBlocks","createPositionAt","from","push","bulleted","*Indent:* %0","length","560jiIZTw","execute","566038XChBsd","_selectedElements","nextSibling","TrackChangesEditing","format","numbered","ELEMENT_LIST_ITEM","checkTodoList","add","enableCommand","getAttribute","isObject","417578HjIdwr","end","createRange","before","value","List","listType","commands","schema","registerDescriptionCallback","todo","todoList","name","forceValue","slice","265jnolXk","formatBlock","element","numberedList","filter","commandName","selection","paragraph","4540rvJqLb","formatInline","previousSibling","LegacyTodoListEditing","registerElementLabel","document","ELEMENT_TODO_LIST","27348UeTNnx","markBlockFormat","listItem"];return(fi=function(){return t})()}function hi(){const t=["22EfvYdO","format","get","model","flat","formatInline","styles","element","listReversed","3273680YMGhOt","_getSuggestionBlocksForListStyle","6eOHuBm","markMultiRangeBlockFormat","enableCommand","239808rQABXM","handleListStyleCommand","getAttribute","getLastPosition","_getSuggestionBlocks","numbered","*Format:* set order to regular","reversed","getFirstPosition","bind","push","createRange","listType","has","parent","default","LegacyListPropertiesEditing","3562011alEASK","1196878pxhAdk","handleDescriptions","ELEMENT_","*Change to:* %0","descriptionFactory","_getTranslationKeyForListStyle","30eOtiWr","formatBlock","list.properties","filter","toUpperCase","plugins","listStart","listItem","getSiblingNodes","config","*Format:* set start index to %0","getListTypeFromListStyleType","createPositionAt","2106000qTsHYE","LegacyListUtils","from","replace","forward","2VNVFzZ","backward","*Format:* set order to reversed","listStyle","before","document","4CgoeFm","map","length","2349729FVeyra","commandParams","unshift","TrackChangesEditing","handleListStartCommand","afterInit","7664573JiWyKX","startIndex","change","handleListReversedCommand","selection","commandName","registerDescriptionCallback","_LIST_","locale","getSelectedBlocks","type","editor"];return(hi=function(){return t})()}const gi=di;function di(t,e){const n=hi();return(di=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(752691===parseInt(n(459))/1*(parseInt(n(518))/2)+parseInt(n(468))/3*(-parseInt(n(465))/4)+parseInt(n(495))/5+-parseInt(n(497))/6*(-parseInt(n(474))/7)+-parseInt(n(454))/8+-parseInt(n(517))/9*(parseInt(n(441))/10)+-parseInt(n(486))/11*(-parseInt(n(500))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hi);class pi extends t.Plugin{[gi(473)](){const t=gi;if(!this[t(485)][t(446)][t(513)](t(516)))return;const e=this[t(485)][t(450)][t(488)](t(443)),n=this[t(485)][t(446)][t(488)](t(471));e[t(492)]&&n[t(499)](t(462),this[t(501)][t(509)](this)),e[t(507)]&&n[t(499)](t(494),this[t(477)][t(509)](this)),e[t(475)]&&n[t(499)](t(447),this[t(472)][t(509)](this)),n[t(522)][t(480)](this[t(519)][t(509)](this))}[gi(501)](t,e={}){const n=gi,r=this[n(485)][n(446)][n(488)](n(471)),s=this[n(496)]();this[n(485)][n(489)][n(476)]((()=>{const t=n;r[t(498)](s,{commandName:t(462),commandParams:[{type:e[t(484)]}],formatGroupId:t(462)})}))}[gi(477)](t,e={}){const n=gi,r=this[n(485)][n(446)][n(488)](n(471)),s=this[n(504)]((t=>t.is(n(493),n(448))&&n(505)===t[n(502)](n(512))));if(s[n(467)]<1)return;const o=s[n(466)]((t=>this[n(485)][n(489)][n(511)](this[n(485)][n(489)][n(453)](t,n(463)),this[n(485)][n(489)][n(453)](t,0))));this[n(485)][n(489)][n(476)]((()=>{const t=n;r[t(498)](o,{commandName:t(494),commandParams:[{reversed:e[t(507)]}],formatGroupId:t(494)})}))}[gi(472)](t,e={}){const n=gi,r=this[n(485)][n(446)][n(488)](n(471)),s=this[n(504)]((t=>t.is(n(493),n(448))&&n(505)===t[n(502)](n(512))));if(s[n(467)]<1)return;const o=s[n(466)]((t=>this[n(485)][n(489)][n(511)](this[n(485)][n(489)][n(453)](t,n(463)),this[n(485)][n(489)][n(453)](t,0))));this[n(485)][n(489)][n(476)]((()=>{const t=n;r[t(498)](o,{commandName:t(447),commandParams:[{startIndex:e[t(475)]}],formatGroupId:t(447)})}))}[gi(519)](t){const e=gi;if(e(442)!=t[e(484)]&&e(491)!=t[e(484)])return;const n=this[e(485)][e(482)],{data:r}=t;if(!r)return;let s,o;switch(r[e(479)]){case e(462):s=e(521),o={type:e(487),content:Hr(n,s,Hr(n,this[e(440)](r[e(469)][0][e(484)])))};break;case e(494):s=r[e(469)][0][e(507)]?e(461):e(506),o={type:e(487),content:Hr(n,s)};break;case e(447):s=e(451),o={type:e(487),content:Hr(n,s,r[e(469)][0][e(475)])}}return o}[gi(496)](){const t=gi;var e,n,r,s;const o=this[t(485)][t(446)][t(488)](t(455));let i=Array[t(456)](this[t(485)][t(489)][t(464)][t(478)][t(483)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(493),t(448)))&&i[t(470)](...o[t(449)](this[t(485)][t(489)][t(464)][t(478)][t(508)](),t(460))),(null===(n=i[i[t(467)]-1])||void 0===n?void 0:n.is(t(493),t(448)))&&i[t(510)](...o[t(449)](this[t(485)][t(489)][t(464)][t(478)][t(503)](),t(458))),i=[...new Set(i)],(null===(s=null===(r=this[t(485)][t(489)][t(464)][t(478)][t(508)]())||void 0===r?void 0:r[t(514)])||void 0===s?void 0:s.is(t(493),t(448)))&&(i=i[t(444)]((e=>e.is(t(493),t(448))))),i}[gi(504)](t){const e=gi,n=this[e(485)][e(446)][e(488)](e(455));let r=Array[e(456)](this[e(485)][e(489)][e(464)][e(478)][e(483)]())[e(444)](t)[e(466)]((t=>{const r=e,s=this[r(485)][r(489)][r(453)](t,0);return[...n[r(449)](s,r(460)),...n[r(449)](s,r(458))]}))[e(490)]();return r=[...new Set(r)],r}[gi(440)](t){const e=gi;return e(520)+(this[e(485)][e(446)][e(488)](e(455))[e(452)](t)||e(515))[e(445)]()+e(481)+t[e(445)]()[e(457)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["get","high","showSuggestionHighlights","34451fawwPk","attribute:url:media","mediaEmbed","editor","descriptionFactory","downcastDispatcher","afterInit","plugins","ELEMENT_MEDIA","13895160tUTmQo","6718411DRVReQ","registerElementLabel","6zaLJaa","2811596OQbyEC","div","2370530ddyyTE","5868bxgYwZ","stop","data","createEmptyElement","has","locale","MediaEmbedEditing","conversion","1692795crhYqA","TrackChangesEditing","10CJroIF","options","for","6664pxOaZw","dataDowncast","elementToElement","media","enableCommand"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=387]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(532374===-parseInt(n(399))/1*(-parseInt(n(388))/2)+parseInt(n(423))/3+-parseInt(n(412))/4+-parseInt(n(414))/5*(parseInt(n(411))/6)+-parseInt(n(409))/7+-parseInt(n(391))/8*(-parseInt(n(415))/9)+parseInt(n(408))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(405)](){const t=mi,e=this[t(402)];if(!e[t(406)][t(419)](t(421)))return;const n=e[t(406)][t(396)](t(387)),r=e[t(420)];n[t(395)](t(401)),n[t(403)][t(410)](t(394),(e=>Hr(r,t(407),e))),e[t(422)][t(390)](t(392))[t(393)]({model:t(394),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(398)])return n[s(418)](s(413))},converterPriority:t(397)}),e[t(417)][t(404)].on(t(400),((e,n,r)=>{const s=t;r[s(389)][s(398)]&&e[s(416)]()}),{priority:t(397)})}}function Ti(){const t=["MentionEditing","afterInit","enableCommand","get","mention","186PODXeP","110735cigmEC","3638fVWlGN","8870gJlzDf","957CUQQFB","plugins","23lLpuHk","editor","15IilfQz","5575640iRzbEW","45644LegUUP","TrackChangesEditing","16257180JAzeHZ","17200muIZer","has","3033JQnseO"];return(Ti=function(){return t})()}function _i(t,e){const n=Ti();return(_i=function(t,e){return n[t-=371]})(t,e)}const yi=_i;!function(t,e){const n=_i,r=t();for(;;)try{if(612639===parseInt(n(387))/1*(-parseInt(n(383))/2)+-parseInt(n(389))/3*(-parseInt(n(391))/4)+-parseInt(n(382))/5*(-parseInt(n(381))/6)+-parseInt(n(390))/7+parseInt(n(373))/8*(-parseInt(n(375))/9)+-parseInt(n(384))/10*(-parseInt(n(385))/11)+parseInt(n(372))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[yi(377)](){const t=yi,e=this[t(388)];e[t(386)][t(374)](t(376))&&e[t(386)][t(379)](t(371))[t(378)](t(380))}}const ki=Li;function Ci(){const t=["4xEibky","MultiLevelList","TrackChangesEditing","plugins","listType","data","1442HxwfkR","12GiQHoW","format","oldValue","next","*Remove format:* %0","50DNTlyh","has","2334770JBLIcS","18ICYSSi","28464iGBzpg","afterInit","enableDefaultAttributesIntegration","registerBlockAttribute","14064QxcfGx","head","newValue","handleDescriptions","get","editor","2734515cFgoXp","key","registerDescriptionCallback","locale","23554vybfBt","1247120hCiTxJ","*Set format:* %0","multiLevelList","8118583SSJQSc","listMarkerStyle","descriptionFactory","ELEMENT_MULTI_LEVEL_LIST"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=162]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(301033===parseInt(n(189))/1*(-parseInt(n(169))/2)+-parseInt(n(193))/3*(-parseInt(n(177))/4)+parseInt(n(165))/5+-parseInt(n(197))/6*(parseInt(n(183))/7)+-parseInt(n(170))/8*(-parseInt(n(192))/9)+-parseInt(n(191))/10+parseInt(n(173))/11*(parseInt(n(184))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ri extends t.Plugin{[ki(194)](){const t=ki,e=this[t(164)],n=e[t(180)][t(163)](t(179));e[t(180)][t(190)](t(178))&&(n[t(195)](t(172)),n[t(196)](t(174)),n[t(175)][t(167)]((e=>this[t(162)](e))))}[ki(162)](t){const e=ki,n=this[e(164)][e(168)],{data:r}=t,s={type:e(185),content:""};if(r&&e(174)==r[e(166)]){if(!r[e(186)])return{type:e(185),content:Hr(n,e(171),Hr(n,e(176)))+" ("+r[e(199)]+")"};if(!r[e(199)]){let o=t[e(198)];for(;o;){if(o[e(182)]&&e(181)==o[e(182)][e(166)]&&o[e(182)][e(199)])return s;o=o[e(187)]}return{type:e(185),content:Hr(n,e(188),Hr(n,e(176)))+" ("+r[e(186)]+")"}}}}}function Si(t,e){const n=vi();return(Si=function(t,e){return n[t-=337]})(t,e)}const Ni=Si;function vi(){const t=["enableCommand","plugins","8UtAUob","ELEMENT_PAGE_BREAK","27ubQGSZ","10aoGvyP","has","125MGZKzQ","afterInit","registerElementLabel","PageBreakEditing","TrackChangesEditing","10858463HosUBC","435282oDjXJl","descriptionFactory","14279670qQnqJG","pageBreak","locale","7538193VPbTeo","67186sDqdeb","1753359iHhrjF","24ZjFdiO","4blWffR","editor","get","3938774PahBxZ"];return(vi=function(){return t})()}!function(t,e){const n=Si,r=t();for(;;)try{if(939696===parseInt(n(342))/1*(parseInt(n(357))/2)+-parseInt(n(358))/3*(parseInt(n(360))/4)+parseInt(n(345))/5*(parseInt(n(351))/6)+parseInt(n(337))/7*(parseInt(n(340))/8)+-parseInt(n(353))/9+-parseInt(n(343))/10*(-parseInt(n(350))/11)+parseInt(n(359))/12*(-parseInt(n(356))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vi);class Mi extends t.Plugin{[Ni(346)](){const t=Ni,e=this[t(361)];if(!e[t(339)][t(344)](t(348)))return;e[t(339)][t(362)](t(349))[t(338)](t(354));const n=e[t(339)][t(362)](t(349)),r=e[t(355)];n[t(352)][t(347)](t(354),(e=>Hr(r,t(341),e)))}}function wi(){const t=["insertParagraph","bindElementToMarker","checkChild","registerElementLabel","$text","getItemLabel","insert","paragraph","1NHbFxv","*Change to:* %0","ck-suggestion-marker--active","28392tGWwNp","addClass","addMarker:suggestion:insertion","locale","2919875BhOeIS","_registerLegacyDescription","isLimit","includes","schema","ELEMENT_PARAGRAPH","2310996avMSHA","span","isTouching","commandName","692234XpMqMv","enableCommand","editing","end","plugins","consume","data","13200yRXLeZ","956SrvZEI","get","1431WCvBBR","markerRange","editor","model","toViewPosition","mapper","type","14tJMcrm","start","getFirstRange","ck-suggestion-marker-split","nodeAfter","4394810ScaywZ","writer","*Insert:* %0","format","createUIElement","activeMarkers","insertion","TrackChangesEditing","showSuggestionHighlights","registerDescriptionCallback","afterInit","options","markerName","has","Paragraph","descriptionFactory","enableDefaultAttributesIntegration","formatBlock","name","highest","11840741YCuaXy","isBlock","downcastDispatcher","consumable"];return(wi=function(){return t})()}const Oi=Di;function Di(t,e){const n=wi();return(Di=function(t,e){return n[t-=139]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(552417===-parseInt(n(145))/1*(parseInt(n(162))/2)+parseInt(n(169))/3*(parseInt(n(170))/4)+-parseInt(n(152))/5+parseInt(n(158))/6*(-parseInt(n(179))/7)+-parseInt(n(148))/8*(-parseInt(n(172))/9)+-parseInt(n(184))/10+parseInt(n(204))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Oi(194)](){const t=Oi,e=this[t(174)];if(!e[t(166)][t(197)](t(198)))return;const n=e[t(151)],r=e[t(166)][t(171)](t(191));r[t(199)][t(140)](t(144),(e=>Hr(n,t(157),e))),r[t(200)](t(144)),r[t(163)](t(208)),e[t(164)][t(206)].on(t(150),Pi(e),{priority:t(203)}),e[t(168)][t(206)].on(t(150),((n,r,s)=>{const o=t;s[o(195)][o(192)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(203)});const s=r[t(199)];s[t(193)]((r=>{const o=t;if(o(190)!==r[o(178)])return;const{start:i,end:a}=r[o(181)]();if(!i[o(160)](a)||!i[o(183)])return;const c=e[o(175)][o(156)],u=i[o(183)];return c[o(205)](u)&&!c[o(154)](u)&&c[o(139)](u,o(141))?{type:o(190),content:Hr(n,o(186),s[o(142)](u,1))}:void 0})),this[t(153)]()}[Oi(153)](){const t=Oi,e=this[t(174)],n=e[t(151)];e[t(166)][t(171)](t(191))[t(199)][t(193)]((e=>{const r=t;if(r(201)!=e[r(178)])return;const{data:s}=e;return s&&r(144)==s[r(161)]?{type:r(187),content:Hr(n,r(146),Hr(n,r(157)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(166)][o(171)](o(191)),a=r[o(173)][o(180)],c=r[o(173)][o(165)],u=t[o(175)][o(156)];if(!a[o(160)](c)||!a[o(183)])return;const l=a[o(183)];if(u[o(205)](l)&&!u[o(154)](l)&&u[o(139)](l,o(141))){if(!s[o(207)][o(167)](r[o(173)],n[o(202)]))return;const t=s[o(185)][o(188)](o(159),{class:o(182)}),a=s[o(177)][o(176)](c);e&&i[o(189)][o(155)](r[o(196)])&&s[o(185)][o(149)](o(147),t),s[o(185)][o(143)](a,t),s[o(177)][o(209)](t,r[o(196)])}}}const Bi=Ui;function xi(){const t=["afterInit","plugins","6896923uWjIus","get","2706627YnrQLm","RemoveFormatEditing","9DiIyoF","2440488ScyPkG","4aEHEwa","2hAfrxA","editor","12hWWVFb","has","TrackChangesEditing","*Remove all formatting*","registerDescriptionCallback","format","descriptionFactory","_registerLegacyDescription","2429Fvvpow","formatInline","commandName","locale","enableDefaultAttributesIntegration","formatBlock","543179MenzFg","type","5206070PRyvRq","removeFormat","21448sznmyF","2315595oEAFNd"];return(xi=function(){return t})()}function Ui(t,e){const n=xi();return(Ui=function(t,e){return n[t-=223]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(576148===-parseInt(n(242))/1*(parseInt(n(226))/2)+-parseInt(n(252))/3+-parseInt(n(225))/4*(parseInt(n(247))/5)+parseInt(n(224))/6+parseInt(n(236))/7*(parseInt(n(246))/8)+-parseInt(n(223))/9*(-parseInt(n(244))/10)+parseInt(n(250))/11*(parseInt(n(228))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class ji extends t.Plugin{[Bi(248)](){const t=Bi,e=this[t(227)];e[t(249)][t(229)](t(253))&&(e[t(249)][t(251)](t(230))[t(240)](t(245)),this[t(235)]())}[Bi(235)](){const t=Bi,e=this[t(227)];e[t(249)][t(251)](t(230))[t(234)][t(232)]((n=>{const r=t;if(r(241)!=n[r(243)]&&r(237)!=n[r(243)])return;const{data:s}=n;return s&&r(245)==s[r(238)]?{type:r(233),content:Hr(e[r(239)],r(231))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=zi();return(Vi=function(t,e){return n[t-=124]})(t,e)}function zi(){const t=["10546sMWjGi","discardSuggestion","TrackChangesEditing","4030152rsmdug","afterInit","enableCommand","goToNextRestrictedEditingException","1731075OBDWgZ","781165VyJWgY","get","912888nwKgks","1523008Akztjf","acceptSelectedSuggestions","RestrictedEditingModeEditing","editor","147tPUPIP","acceptSuggestion","113FgtNlf","discardAllSuggestions","has","goToPreviousRestrictedEditingException","292280WbdAID","discardSelectedSuggestions","acceptAllSuggestions","trackChanges","plugins"];return(zi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(561698===-parseInt(n(138))/1*(-parseInt(n(147))/2)+-parseInt(n(128))/3+parseInt(n(132))/4+parseInt(n(129))/5+parseInt(n(124))/6+parseInt(n(136))/7*(-parseInt(n(142))/8)+parseInt(n(131))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zi);class Hi extends t.Plugin{[Gi(125)](){const t=Gi,e=this[t(135)];if(!e[t(146)][t(140)](t(134)))return;const n=e[t(146)][t(130)](t(149));n[t(126)](t(141)),n[t(126)](t(127));const r=e[t(146)][t(130)](t(134));r[t(126)](t(145)),r[t(126)](t(137)),r[t(126)](t(148)),r[t(126)](t(144)),r[t(126)](t(139)),r[t(126)](t(133)),r[t(126)](t(143))}}const Wi=Ki;function Ki(t,e){const n=Xi();return(Ki=function(t,e){return n[t-=167]})(t,e)}function Xi(){const t=["model","merge","314472DETzUT","get","13470678QnyZAB","1829532OTHVFY","ck-suggestion-marker--active","span","locale","includes","activeMarkers","bindElementToMarker","split","high","markerName","addMarker:suggestion:deletion","shiftEnter","TrackChangesEditing","getItems","854697GPuGNq","test","init","59624DzvQUt","name","options","createUIElement","createPositionBefore","addClass","ELEMENT_LINE_BREAK","downcastDispatcher","toViewPosition","requires","markerRange","data","editor","softBreak","registerElementLabel","mapper","53507lfzidG","insert","writer","descriptionFactory","addMarker:suggestion:insertion","addMarker:suggestion","4eWyoZf","plugins","showSuggestionHighlights","deletion","enableCommand","element","5215504EwbvUZ","65jDZwDf","editing","consumable","ck-suggestion-marker-"];return(Xi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(385832===parseInt(n(209))/1+parseInt(n(215))/2*(-parseInt(n(190))/3)+-parseInt(n(193))/4*(parseInt(n(167))/5)+parseInt(n(176))/6+-parseInt(n(221))/7+parseInt(n(173))/8+parseInt(n(175))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class Zi extends t.Plugin{static get[Wi(202)](){return[Qs.ShiftEnter]}[Wi(192)](){const t=Wi,e=this[t(205)],n=e[t(216)][t(174)](t(188));n[t(219)](t(187)),e[t(168)][t(200)].on(t(213),qi(e),{priority:t(184)}),e[t(168)][t(200)].on(t(186),qi(e),{priority:t(184)}),e[t(204)][t(200)].on(t(214),((n,r,s)=>{const o=t;s[o(195)][o(217)]&&qi(e,{showActiveMarker:!1})(n,r,s)})),n[t(212)][t(207)](t(206),(n=>Hr(e[t(179)],t(199),n)))}}function qi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(216)][o(174)](o(188));if(!s[o(169)][o(191)](r[o(203)],n[o(194)]))return;const a=t[o(171)];for(const t of r[o(203)][o(189)]()){if(!t.is(o(220),o(206)))continue;const n=o(218)==r[o(185)][o(183)](":")[1]?o(172):o(183),c=s[o(211)][o(196)](o(178),{class:o(170)+n}),u=s[o(208)][o(201)](a[o(197)](t));e&&i[o(181)][o(180)](r[o(185)])&&s[o(211)][o(198)](o(177),c),s[o(211)][o(210)](u,c),s[o(208)][o(182)](c,r[o(185)])}}}const Qi=Ji;function Yi(){const t=["commandName","commandParams","2322zOblQL","document","forceValue","9368ffHMZy","editor","enableCommand","descriptionFactory","change","1536584wwdbkY","selection","12657CozPDo","value","model","FORMAT_RESTRICTED_ENABLED","isCollapsed","afterInit","4684225tdFPFK","TrackChangesEditing","630064ZPCDdN","formatInline","restrictedEditingException","from","formatBlock","type","StandardEditingModeEditing","1845066SMkvPS","locale","21681960ZrNuoQ","plugins","getRanges","commands","markInlineFormat","get","204HmVvAd","has","registerDescriptionCallback","7CZkkfu","format","FORMAT_RESTRICTED_DISABLED"];return(Yi=function(){return t})()}function Ji(t,e){const n=Yi();return(Ji=function(t,e){return n[t-=451]})(t,e)}!function(t,e){const n=Ji,r=t();for(;;)try{if(975210===-parseInt(n(470))/1+-parseInt(n(454))/2*(parseInt(n(472))/3)+-parseInt(n(480))/4+parseInt(n(478))/5+-parseInt(n(487))/6*(parseInt(n(457))/7)+parseInt(n(465))/8*(parseInt(n(462))/9)+parseInt(n(489))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Qi(477)](){const t=Qi,e=this[t(466)],n=e[t(474)],r=e[t(488)];if(!e[t(490)][t(455)](t(486)))return;const s=e[t(490)][t(453)](t(479)),o=t(482),i=e[t(451)][t(453)](o);s[t(467)](o,((e,r={})=>{const a=t,c=n[a(463)][a(471)];if(c[a(476)])return void e(r);const u=void 0!==r[a(464)]?r[a(464)]:!i[a(473)];n[a(469)]((()=>{const t=a,e=Array[t(483)](c[t(491)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(452)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(468)][t(456)]((e=>{const n=t;if(n(484)!=e[n(485)]&&n(481)!=e[n(485)])return;const{data:s}=e;return s&&s[n(460)]==o?s[n(461)][0][n(464)]?{type:n(458),content:Hr(r,n(475))}:{type:n(458),content:Hr(r,n(459))}:void 0}))}}const ta=na;function ea(){const t=["*Remove format:* %0","*Set format:* %0","commandName","locale","styleName","afterInit","FORMAT_STYLE","838439cpyGpz","config","registerAttributeLabel","normalizeConfig","registerDescriptionCallback","forceValue","get","style","enableDefaultAttributesIntegration","has","formatInline","9115fPiMId","2405885kdDOAv","ghsAttributes","editor","type","inline","Style","TrackChangesEditing","format","2PmMsaW","plugins","commandParams","1299834OgdytF","registerBlockAttribute","DataSchema","_registerLegacyDescription","add","toLowerCase","definitions","12395760fipVri","formatBlock","element","GeneralHtmlSupport","StyleUtils","1005044oGcBsg","block","registerInlineAttribute","descriptionFactory","1485984cxCPut","getGhsAttributeNameForElement"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=273]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(667235===-parseInt(n(299))/1*(-parseInt(n(308))/2)+-parseInt(n(279))/3+-parseInt(n(275))/4+-parseInt(n(300))/5+parseInt(n(311))/6+parseInt(n(288))/7+parseInt(n(318))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[ta(286)](){const t=ta,e=this[t(302)];if(!e[t(309)][t(297)](t(305))||!e[t(309)][t(297)](t(313)))return;const n=e[t(309)][t(294)](t(306)),r=e[t(284)],s=e[t(289)][t(294)](t(295))||{},o=e[t(309)][t(294)](t(273)),i=e[t(309)][t(294)](t(274))[t(291)](e[t(309)][t(294)](t(313)),s[t(317)]);n[t(296)](t(295));const a=new Set;for(const e of i[t(276)]){const n=o[t(280)](e[t(320)]);a[t(315)](n)}const c=new Set;for(const e of i[t(304)]){const n=o[t(280)](e[t(320)]);c[t(315)](n);for(const n of e[t(301)])c[t(315)](n)}for(const e of a)n[t(312)](e),n[t(278)][t(290)](e,Hr(r,t(287)));for(const e of c)n[t(277)](e),n[t(278)][t(290)](e,Hr(r,t(287)));this[t(314)]()}[ta(314)](){const t=ta,e=this[t(302)],n=e[t(284)];e[t(309)][t(294)](t(306))[t(278)][t(292)]((e=>{const r=t;if(r(319)!=e[r(303)]&&r(298)!=e[r(303)])return;const{data:s}=e;return s&&r(295)===s[r(283)]?s[r(310)][0][r(293)]?{type:r(307),content:Hr(n,r(282),s[r(310)][0][r(285)][r(316)]())}:{type:r(307),content:Hr(n,r(281),s[r(310)][0][r(285)][r(316)]())}:void 0}))}}const sa=aa;!function(t,e){const n=aa,r=t();for(;;)try{if(463606===parseInt(n(205))/1+-parseInt(n(166))/2*(-parseInt(n(201))/3)+parseInt(n(236))/4*(parseInt(n(261))/5)+parseInt(n(234))/6*(parseInt(n(251))/7)+-parseInt(n(153))/8*(-parseInt(n(202))/9)+-parseInt(n(111))/10+-parseInt(n(180))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class oa extends t.Plugin{constructor(t){const e=aa;super(t),this[e(239)]=[e(256),e(220)],this[e(192)]=new Set}[sa(168)](){const t=sa,e=this[t(154)],n=e[t(244)][t(130)][t(121)];if(!e[t(193)][t(210)](t(191)))return;const r=e[t(169)],s=e[t(193)][t(271)](t(226)),o=e[t(193)][t(271)](t(187));s[t(119)][t(172)](t(178),(e=>Hr(r,t(120),e))),this[t(165)](),s[t(207)](t(147)),s[t(207)](t(267)),s[t(207)](t(167));for(const r of[t(253),t(248)]){const i=e[t(189)][t(271)](r);s[t(207)](r,(r=>{const a=t;e[a(244)][a(142)]((t=>{const e=a;r();const c=e(217)===i[e(238)],u=o[e(185)](n),l=o[e(125)](u),f=c?l[e(159)]-1:l[e(197)]+1,h=u[0][e(136)](e(178)),g=o[e(183)](h,{startRow:f,endRow:f}),d=Array[e(232)](g)[e(129)]((n=>t[e(162)](n[e(115)])));s[e(140)](d,e(256))}))}))}for(const r of[t(250),t(150)]){const i=e[t(189)][t(271)](r);s[t(207)](r,(r=>{const a=t;e[a(244)][a(142)]((t=>{const e=a;r();const c=e(171)===i[e(238)],u=o[e(185)](n),l=o[e(143)](u),f=c?l[e(159)]-1:l[e(197)]+1,h=u[0][e(136)](e(178)),g=o[e(183)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(232)](g)[e(129)]((n=>t[e(162)](n[e(115)])));s[e(140)](d,e(220))}))}))}for(const r of[t(188),t(156)]){const i=r[t(208)](11),a=i[t(222)](),c=a[t(208)](0,3)+t(132),u=t(178)+i,l=t(246)+i,f=t(235)+i;s[t(207)](r,(()=>{const i=t;e[i(244)][i(142)]((t=>{const e=i,h=o[e(185)](n),g=h[0][e(136)](e(178));let d;if(e(188)==r){const t=o[e(125)](h);d={startRow:t[e(159)],endRow:t[e(197)],includeAllSlots:!0}}else{const t=o[e(143)](h);d={startColumn:t[e(159)],endColumn:t[e(197)],includeAllSlots:!0}}const p=o[e(183)](g,d),m=Array[e(232)](p)[e(129)]((({cell:t})=>t)),I=ca(m[e(126)]((t=>t[e(242)](c)))),E=ca(m[e(126)]((t=>!t[e(242)](c))))[e(129)]((n=>t[e(162)](n))),b=s[e(163)](E,u);if(b&&(e(256)==b[e(141)]||e(220)==b[e(141)])){const n=this[e(177)](b);for(const r of I){const s=t[e(162)](r),i=o[e(175)](r),u=r[e(152)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(160)](s)}}}))}))}function c(r){const s=t,o=Array[s(232)](n[s(199)]())[s(129)]((t=>i.LiveRange[s(158)](t)));e[s(244)][s(142)]((t=>{const n=s,i=t[n(198)];r=r[n(126)]((t=>n(203)!=t[n(212)][n(257)])),t[n(155)](r),e[n(189)][n(271)](n(188))[n(233)](),e[n(135)](n(188),{forceDefaultExecution:!0}),e[n(244)][n(146)]((()=>{const t=n;e[t(244)][t(146)](i,(e=>{const n=t,r=o[n(126)]((t=>n(203)!=t[n(212)][n(257)]));r[n(225)]>0&&e[n(155)](r);for(const t of o)t[n(249)]()}))}))}))}function u(r){const s=t;e[s(244)][s(142)]((t=>{const o=s,a=Array[o(232)](n[o(199)]())[o(129)]((t=>i.LiveRange[o(158)](t))),c=[];for(const t of r)for(const e of t[o(272)]({shallow:!0}))c[o(113)](e);for(const n of c)o(203)!=n[o(212)][o(257)]&&(t[o(155)](t[o(127)](n,0)),e[o(189)][o(271)](o(156))[o(233)](),e[o(135)](o(156),{forceDefaultExecution:!0}));const u=a[o(126)]((t=>o(203)!=t[o(212)][o(257)]));u[o(225)]>0&&t[o(155)](u);for(const t of a)t[o(249)]()}))}function l(e,n){const r=t;return n[r(182)]((t=>e[r(114)]((e=>e[r(139)][r(265)](t[r(209)])||t[r(139)][r(265)](e[r(209)])))))}function f(e,n){const r=t;return e[r(114)]((t=>n[r(114)]((e=>t[r(139)][r(181)](e[r(209)])))))}e[t(144)][t(123)].on(t(230),((e,n,r)=>{const s=t;if(!r[s(241)][s(211)])return;const o=n[s(270)];if(!o)return;const i=r[s(112)][s(273)](o);function c(t){return Array[s(231)](t)?t:[t]}i&&s(263)===o[s(237)]&&(0,a.setHighlightHandling)(i,r[s(228)],((t,e,n)=>n[s(164)](c(e[s(122)]),t)),((t,e,n)=>n[s(196)](c(e[s(122)]),t)))}),{priority:t(133)}),s[t(119)][t(137)]((e=>{const n=t;if(n(186)!=e[n(227)]&&n(151)!=e[n(227)])return;const s=e[n(255)]();if(null!=s&&s.is(n(124),n(178))){if(n(186)==e[n(227)]){const t=e[n(272)]()[n(126)]((t=>t.is(n(173))))[n(129)]((t=>t[n(144)]));if(t[n(225)])return{type:n(186),content:Hr(r,n(258),Hr(r,n(268),'"'+t[n(116)](" ")+'"'))}}if(n(151)==e[n(227)]){const t=e[n(272)]()[n(126)]((t=>t.is(n(173))))[n(129)]((t=>t[n(144)]));if(t[n(225)])return{type:n(151),content:Hr(r,n(218),Hr(r,n(268),'"'+t[n(116)](" ")+'"'))}}}})),s[t(119)][t(137)]((e=>{const n=t;if(n(256)==e[n(141)]){const t=e[n(272)]()[n(126)]((t=>t.is(n(173))))[n(129)]((t=>t[n(144)])),s=this[n(177)](e),o=s[n(214)]-s[n(145)]+1;if(n(186)==e[n(227)])return t[n(225)]?{type:n(186),content:Hr(r,n(258),Hr(r,n(176),[o,'"'+t[n(116)](" ")+'"']))}:{type:n(186),content:Hr(r,n(258),Hr(r,n(184),o))};if(n(151)==e[n(227)])return t[n(225)]?{type:n(151),content:Hr(r,n(218),Hr(r,n(176),[o,'"'+t[n(116)](" ")+'"']))}:{type:n(151),content:Hr(r,n(218),Hr(r,n(184),o))}}if(n(220)==e[n(141)]){const t=e[n(272)]()[n(126)]((t=>t.is(n(173))))[n(129)]((t=>t[n(144)])),s=this[n(177)](e),o=s[n(204)]-s[n(266)]+1;if(n(186)==e[n(227)])return t[n(225)]?{type:n(186),content:Hr(r,n(258),Hr(r,n(148),[o,'"'+t[n(116)](" ")+'"']))}:{type:n(186),content:Hr(r,n(258),Hr(r,n(134),o))};if(n(151)==e[n(227)])return t[n(225)]?{type:n(151),content:Hr(r,n(218),Hr(r,n(148),[o,'"'+t[n(116)](" ")+'"']))}:{type:n(151),content:Hr(r,n(218),Hr(r,n(134),o))}}})),s[t(216)][t(221)](t(186),t(256),t(117),c),s[t(216)][t(221)](t(151),t(256),t(128),c),s[t(216)][t(221)](t(186),t(220),t(117),u),s[t(216)][t(221)](t(151),t(220),t(128),u),s[t(216)][t(221)](t(186),t(220),t(116),l),s[t(216)][t(221)](t(151),t(220),t(116),l),s[t(216)][t(221)](t(186),t(256),t(116),f),s[t(216)][t(221)](t(151),t(256),t(116),f)}[sa(224)](){const t=sa,e=this[t(154)],n=e[t(244)][t(130)][t(121)];return(r,s)=>{const o=t;e[o(244)][o(142)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(139)][a(206)];u&&u[0]&&!1===u[0][a(190)]&&(l=r[0][a(209)][a(215)]);const f=t[a(157)](l);if(a(203)==f[a(212)][a(257)])return;const h=Array[a(232)](n[a(199)]())[a(129)]((t=>i.LiveRange[a(158)](t)));t[a(155)](f),e[a(189)][a(271)](c)[a(233)](),u[a(113)]({forceDefaultExecution:!0}),e[a(135)](c,...u);const g=h[a(126)]((t=>a(203)!=t[a(212)][a(257)]));g[a(225)]>0&&t[a(155)](g);for(const t of h)t[a(249)]()}))}}[sa(260)](t){const e=sa,n=this[e(154)][e(193)][e(271)](e(187));let r=Number[e(259)],s=Number[e(195)],o=Number[e(259)],i=Number[e(195)];for(const a of t){if(e(203)==a[e(212)][e(257)])continue;const{row:t,column:c}=n[e(175)](a),u=a[e(242)](e(247))?a[e(152)](e(247))-1:0,l=a[e(242)](e(219))?a[e(152)](e(219))-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(165)](){const t=sa,e=this[t(154)],n=e[t(193)][t(271)](t(226)),r=e[t(193)][t(271)](t(187));e[t(244)][t(130)].on(t(170),(()=>{const r=t,s=Array[r(232)](e[r(244)][r(130)][r(138)][r(161)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(174)](t);if(r(264)!=s)continue;if(null!=e[r(262)])continue;const a=n[r(200)](o);this[r(239)][r(240)](i)&&this[r(192)][r(213)](a)}}),{priority:t(243)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(162)](e),a=e[s(136)](s(178)),c=r[s(175)](e);for(const t of this[s(192)]){const n=t[s(141)],r=n[s(245)](s(252)),u=n[s(208)](r?10:5),l=u[s(222)](),f=l[s(208)](0,3)+s(132),h=s(246)+u,g=s(235)+u;if(!t[s(223)])continue;if(a!=t[s(131)]()[s(209)][s(136)](s(178)))continue;if(t[s(118)](i))continue;const d=e[s(242)](f)?e[s(152)](f)-1:0,p=this[s(177)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(160)](i),o=!0)}return o};e[t(244)][t(130)][t(179)]((n=>{const r=t;let o=!1;for(const t of e[r(244)][r(130)][r(138)][r(194)]())if(r(254)==t[r(227)])if(r(256)==t[r(237)])for(const e of t[r(229)][r(215)][r(269)]())o=o||s(e,n);else r(263)==t[r(237)]&&(o=o||s(t[r(229)][r(215)],n));return o}))}[sa(177)](t){const e=sa;return this[e(260)](t[e(199)]()[e(129)]((t=>t[e(209)][e(215)])))}}function ia(){const t=["removeTableColumn","createRangeIn","fromRange","first","addRange","getChangedMarkers","createRangeOn","markMultiRangeDeletion","addClass","_setupColumnsRowsFixing","141886NdtuQw","selectTableColumn","afterInit","locale","change:data","left","registerElementLabel","$textProxy","_splitMarkerName","getCellLocation","ELEMENT_TABLE_ROW_WITH_TEXT","_getSuggestionCoords","table","registerPostFixer","20259085FiRhVs","isTouching","every","createTableWalker","ELEMENT_TABLE_ROW","getSelectionAffectedTableCells","insertion","TableUtils","removeTableRow","commands","forceValue","TableEditing","_tableSuggestions","plugins","getChanges","MIN_SAFE_INTEGER","removeClass","last","batch","getRanges","getSuggestion","30oyhIsq","135bhHDDD","$graveyard","maxColumn","397424GwaHJW","nodeBefore","enableCommand","substr","start","has","showSuggestionHighlights","root","add","maxRow","nodeAfter","_suggestionFactory","above","*Remove:* %0","colspan","tableColumn","registerCustomCallback","toLowerCase","isInContent","_acceptFormatSuggestionCallbackFactory","length","TrackChangesEditing","type","writer","position","addMarker:suggestion","isArray","from","refresh","36nvPlYq","max","1188288wvMoon","name","order","_tablePostFixingSubtypes","includes","options","hasAttribute","low","model","startsWith","min","rowspan","insertTableRowBelow","detach","insertTableColumnLeft","962696ZvcGzz","tablePaste","insertTableRowAbove","insert","getContainedElement","tableRow","rootName","*Insert:* %0","MAX_SAFE_INTEGER","_getCoordsForCells","10gVKpkb","oldRange","tableCell","suggestion","isEqual","minColumn","selectTableRow","ELEMENT_TABLE_WITH_TEXT","getChildren","item","get","getItems","toViewElement","2461900zHWAyt","mapper","push","some","cell","join","discard","isIntersectingWithRange","descriptionFactory","ELEMENT_TABLE","selection","classes","downcastDispatcher","element","getRowIndexes","filter","createPositionAt","accept","map","document","getFirstRange","span","highest","ELEMENT_TABLE_COLUMN","execute","findAncestor","registerDescriptionCallback","differ","end","markMultiRangeInsertion","subType","change","getColumnIndexes","data","minRow","enqueueChange","insertTable","ELEMENT_TABLE_COLUMN_WITH_TEXT","values","insertTableColumnRight","deletion","getAttribute","13528tLllXm","editor","setSelection"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=111]})(t,e)}function ca(t){const e=sa;return Array[e(232)](new Set(t)[e(149)]())}const ua=fa;function la(){const t=["change","$graveyard","_suggestionFactory","element","isInContent","_areSelectedCellsMergable","insertion","mergeTableCellUp","529752UGSvzj","TableEditing","13538AxDQBm","document","registerDescriptionCallback","fromRange","descriptionFactory","_acceptFormatSuggestionCallbackFactory","trackChanges","refresh","type","map","mergeTableCellRight","createRangeOn","selection","getRanges","commands","setSelection","rootName","horizontally","TrackChangesEditing","tableCell","formatBlock","find","format","_isForcedDefaultExecutionBlock","isEnabled","return","afterInit","1831275CVrTLA","low","formatInline","markMultiRangeBlockFormat","findAncestor","100PWTEep","mergeTableCellLeft","*Split cell:* vertically","*Merge cells*","detach","has","54505XmaeHg","editor","getSuggestions","table","getSelectionAffectedTableCells","commandName","TableUtils","mergeTableCells","forceDefaultExecution","_areMergableCells","getCellLocation","3263667zpASjD","4566339vfZGvx","from","push","size","2YEFnDI","author","get","add","splitTableCellVertically","getAncestors","root","markBlockFormat","4062PXvSuJ","mergeTableCellDown","highest","deletion","stop","set:isEnabled","model","direction","requires","filter","cell","splitTableCellHorizontally","_tablePostFixingSubtypes","enableCommand","execute","createTableWalker","getFirstPosition","subType","locale","plugins","containsRange","*Split cell:* horizontally","value","accept","70wsVxkZ","registerCustomCallback","length","648378zUYgOO"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=104]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(659869===parseInt(n(162))/1+-parseInt(n(127))/2*(-parseInt(n(200))/3)+-parseInt(n(105))/4*(parseInt(n(111))/5)+parseInt(n(135))/6*(parseInt(n(173))/7)+-parseInt(n(171))/8+parseInt(n(123))/9+parseInt(n(159))/10*(-parseInt(n(122))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(143)](){return[oa]}[ua(199)](){const t=ua,e=this[t(112)],n=e[t(141)][t(174)][t(185)],r=e[t(153)];if(!e[t(154)][t(110)](t(172)))return;const s=e[t(154)][t(129)](t(191)),o=e[t(154)][t(129)](t(117)),a=e[t(154)][t(129)](oa);a[t(147)][t(125)](t(118)),s[t(148)](t(118),(()=>{const n=t,r=o[n(115)](e[n(141)][n(174)][n(185)]);e[n(141)][n(163)]((()=>{const t=n;s[t(203)](r,{commandName:t(118),commandParams:[]},[],t(118))}))})),e[t(187)][t(129)](t(118)).on(t(149),((n,r)=>{const o=t;e[o(187)][o(129)](o(179))[o(157)]&&(r[o(161)]>0&&r[r[o(161)]-1]&&r[r[o(161)]-1][o(119)]||s[o(196)]||this[o(168)]()||n[o(139)]())}),{priority:t(137)});for(const n of[t(170),t(183),t(136),t(106)]){const r=e[t(187)][t(129)](n);s[t(148)](n,(()=>{const n=t,o=e[n(141)][n(174)][n(185)][n(151)]()[n(132)]()[n(194)]((t=>t.is(n(166),n(192)))),i=r[n(157)];e[n(141)][n(163)]((()=>{const t=n;s[t(203)]([o,i],{commandName:t(118),commandParams:[]},[],t(118))}))}))}for(const n of[t(131),t(146)]){const r=e[t(187)][t(129)](n);s[t(148)](n,(()=>{const i=t,a=o[i(115)](e[i(141)][i(174)][i(185)])[0],c=a[i(104)](i(114)),{column:u,row:l}=o[i(121)](a);let f=[];if(i(190)==r[i(142)]){const t=o[i(150)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(124)](t)[i(182)]((t=>t[i(145)]))}else{const t=o[i(150)](c,{column:u,includeAllSlots:!0});f=Array[i(124)](t)[i(182)]((t=>t[i(145)]))}e[i(141)][i(163)]((t=>{const e=i;s[e(134)](t[e(184)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(177)][t(175)]((e=>{const n=t;if(n(193)!=e[n(181)]&&n(202)!=e[n(181)])return;const{data:s}=e;return s&&n(118)==s[n(116)]?{type:n(195),content:Hr(r,n(108))}:void 0})),s[t(177)][t(175)]((e=>{const n=t;if(n(193)!=e[n(181)]&&n(202)!=e[n(181)])return;const{data:s}=e;return s?n(131)==s[n(116)]?{type:n(195),content:Hr(r,n(107))}:n(146)==s[n(116)]?{type:n(195),content:Hr(r,n(156))}:void 0:void 0}));const c=a[t(178)]();for(const e of[t(170),t(183),t(136),t(106)])s[t(165)][t(160)](t(193),e,t(158),c);for(const e of[t(131),t(146)])s[t(165)][t(160)](t(193),e,t(158),c);s[t(165)][t(160)](t(193),t(118),t(158),(r=>{const s=t;e[s(141)][s(163)]((t=>{const o=s,a=Array[o(124)](n[o(186)]())[o(182)]((t=>i.LiveRange[o(176)](t)));t[o(188)](r),e[o(187)][o(129)](o(118))[o(180)](),e[o(149)](o(118),{forceDefaultExecution:!0});const c=a[o(144)]((t=>o(164)!=t[o(133)][o(189)]));c[o(161)]>0&&t[o(188)](c);for(const t of a)t[o(109)]()}))}));for(const n of[t(170),t(136),t(106),t(183)]){const r=e[t(187)][t(129)](n);r.on(t(140),((n,s,o)=>{const i=t;if(o){const t=e[i(141)][i(174)][i(185)][i(151)]()[i(132)]()[i(194)]((t=>t.is(i(166),i(192))));this[i(120)](r[i(157)],t)||(n[i(198)]=!1,n[i(139)]())}}),{priority:t(201)})}}[ua(168)](){const t=ua,e=this[t(112)][t(187)][t(129)](t(118)),n=this[t(112)][t(154)][t(129)](t(117));if(!e[t(197)])return!1;const r=n[t(115)](this[t(112)][t(141)][t(174)][t(185)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(120)](e,n))return!1;return!0}[ua(120)](t,e){const n=ua,r=this[n(112)][n(154)][n(129)](n(191)),s=this[n(112)][n(141)][n(184)](t),o=this[n(112)][n(141)][n(184)](e),i=new Set,a=new Set;for(const t of r[n(113)]())if((n(169)==t[n(181)]||n(138)==t[n(181)]||n(118)==t[n(152)])&&t[n(167)])for(const e of t[n(186)]())e[n(155)](s,!0)&&i[n(130)](t[n(181)]+":"+t[n(128)].id),e[n(155)](o,!0)&&a[n(130)](t[n(181)]+":"+t[n(128)].id);if(i[n(126)]!=a[n(126)])return!1;for(const t of i)if(!a[n(110)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=133]})(t,e)}function pa(){const t=["2845745jDZftS","formatBlock","options","4rpFZAD","registerCustomCallback","editor","removeAttribute","cell","markerName","stop","parent","data-suggestion","data","mapper","TrackChangesEditing","requires","setAttribute","headingColumns","editing","forceValue","19517391RNsCqL","registerDescriptionCallback","removeClass","markerRange","_handleLegacySuggestions","addMarker:suggestion","accept","commandName","FORMAT_HEADER_COLUMN","includes","FORMAT_REGULAR_ROW","showSuggestionHighlights","setTableRowHeader","2779960PXuzEb","activeMarkers","nodeAfter","FORMAT_REGULAR_COLUMN","headingRows","locale","73LNCRXN","removeMarker:suggestion","10539445TQbFRB","bindElementToMarker","end","addClass","downcastDispatcher","consumable","name","plugins","2801232NurHlk","commandParams","format","start","type","nodeBefore","getSuggestion","unbindElementFromMarkerName","has","ck-suggestion-marker--active","9944076icsQnY","FORMAT_HEADER_ROW","highest","setTableColumnHeader","afterInit","40034OhifiA","item","createTableWalker","get","TableUtils","registerBlockAttribute","registerAttributeLabel","ck-suggestion-marker-","TableEditing","descriptionFactory","writer","_registerLegacyDescription","toViewElement","_splitMarkerName","_acceptFormatSuggestionCallbackFactory","_suggestionFactory","*Format:* %0","enableDefaultAttributesIntegration","getCellLocation","markerNameToElements","consume"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(876169===parseInt(n(160))/1*(-parseInt(n(185))/2)+parseInt(n(170))/3+-parseInt(n(209))/4*(parseInt(n(206))/5)+parseInt(n(180))/6+-parseInt(n(162))/7+-parseInt(n(154))/8+parseInt(n(141))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(136)](){return[oa]}[ga(184)](){const t=ga,e=this[t(211)];if(!e[t(169)][t(178)](t(193)))return;const n=e[t(159)],r=e[t(169)][t(188)](t(135));r[t(202)](t(153)),r[t(202)](t(183)),r[t(190)](t(158)),r[t(190)](t(138)),r[t(194)][t(191)](t(158),Hr(n,t(181))),r[t(194)][t(191)](t(138),Hr(n,t(149))),this[t(145)]()}[ga(145)](){const t=ga,e=this[t(211)][t(169)][t(188)](t(135)),n=this[t(211)][t(169)][t(188)](t(189)),r=this[t(211)][t(169)][t(188)](oa)[t(199)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(198)](o[a(214)]),l=e[a(176)](u),f=l[a(133)];if(a(207)!=l[a(174)]||!f||a(183)!=f[a(148)])return;if(o[a(186)])return void s[a(215)]();if(!i[a(167)][a(205)](o[a(144)],s[a(168)]))return;const h=o[a(144)][a(173)][a(156)],g=o[a(144)][a(164)][a(175)],d=h[a(216)][a(216)],{column:p}=n[a(203)](h),{column:m}=n[a(203)](g);for(let s=p;s<=m;s++){const l=n[a(187)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(213)],l=i[a(134)][a(197)](s);i[a(195)][a(165)](a(192)+c,l),r&&i[a(195)][a(137)](a(217),u,l),i[a(134)][a(163)](l,o[a(214)]),t&&(e[a(155)][a(150)](o[a(214)])?i[a(195)][a(165)](a(179),l):i[a(195)][a(143)](a(179),l))}}}}e[t(200)][t(210)](t(207),t(153),t(147),r),e[t(200)][t(210)](t(207),t(183),t(147),r),this[t(211)][t(139)][t(166)].on(t(146),s(),{priority:t(182)}),this[t(211)][t(133)][t(166)].on(t(146),((e,n,r)=>{const o=t;r[o(208)][o(152)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(182)}),this[t(211)][t(139)][t(166)].on(t(161),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(198)](r[o(214)]),c=e[o(176)](a),u=c[o(133)];if(o(207)!=c[o(174)]||!u||o(183)!=u[o(148)])return;const l=s[o(134)][o(204)](r[o(214)]);if(l)for(const t of l)s[o(195)][o(143)](o(192)+i,t),s[o(195)][o(143)](o(179),t),s[o(195)][o(212)](o(217),t),s[o(134)][o(177)](t,r[o(214)])}),{priority:t(182)}),this[t(196)]()}[ga(196)](){const t=ga,e=this[t(211)],n=e[t(159)];function r(e){const r=t;return{type:r(172),content:Hr(n,r(201),e)}}e[t(169)][t(188)](t(135))[t(194)][t(142)]((e=>{const s=t;if(s(207)!=e[s(174)])return;const{data:o}=e;if(o){if(s(153)==o[s(148)]){const t=o[s(171)][0][s(140)];return r(Hr(n,s(t?181:151)))}if(s(183)==o[s(148)]){const t=o[s(171)][0][s(140)];return r(Hr(n,s(t?149:157)))}}}))}}const Ia=ya;function Ea(){const t=["160404pZnPOw","getContainedElement","suggestionUnloaded","1233529BaaRcR","value","showSuggestionHighlights","getItems","_splitMarkerName","author","hasSuggestion","getSelectionAffectedTableCells","_suggestionFactory","10ZEYWzV","markMultiRangeInsertion","getSuggestion","insertion","plugins","_getCoordsForCells","$graveyard","set","createElement","redo","columnInsertionIndexes","markers","for","next","requires","editingDowncast","getMarkers","getAllAdjacentSuggestions","createPositionBefore","createRangeOn","column","tableCellSuggestion","insertColumns","setAttribute","getShiftedBy","_isForcedDefaultExecutionBlock","documentSelection","last","insert","rowInsertionRanges","getTableIfOnlyTableInContent","removeMarker","getChild","low","nextSibling","keys","batch","type","model","discard","afterInit","descriptionFactory","paragraph","wrap","unwrap","rowInsertionIndexes","dataDowncast","markMultiRangeDeletion","removeColumns","locale","add","markerName","endRow","nodeAfter","stop","createRange","push","get","isEqual","TableClipboard","deletion","columnInsertionRanges","tablePasteRow","updateMarker","from","return","tableCellBackgroundColor","find","1562310kKpsBb","element","8aCWJAe","trackChanges","markMultiRangeBlockFormat","createRangeIn","attributes","Users","setAttributes","tablePaste","tableCellPadding","*Replace table cells*","view","suggestion","suggestion:formatBlock:tablePasteCell","tableCellBorderStyle","clipboardOutput","getSuggestions","getRanges","tableCellBorderWidth","position","filter","register","3hsVygP","row","rows","getRows","cells","fromRange","selection","some","isEmpty","fill","high","removeMarkers","has","entries","suggestionLoaded","suggestion-td","ck-suggestion-marker","getChangedMarkers","conversion","tableCellBorderColor","end","tablePasteCell","_tablePostFixingSubtypes","options","every","call","tablePasteChainId","markerAttributes","containsRange","registerCustomCallback","tableCell","change","start","join","columns","isInContent","remove","formatBlock","first","ck-suggestion-marker--active","newRange","deletionRanges","oldRange","getColumnIndexes","previous","name","startsWith","10309XAsMbe","listenTo","502615tgSqyJ","insertRows","reduce","getSuggestionCallback","map","removeRows","tableCellHorizontalAlignment","forEach","editing","findAncestor","insertionRanges","tablePasteColumn","elementToElement","table","registerPostFixer","accept","154hIVavr","cell","getAttributes","tableCellVerticalAlignment","getRowIndexes","27669LehVnm","ck-suggestion-marker-insertion","activeMarkers","length","differ","root","document","createTableWalker","2292AhiLNN","fromEntries","endColumn","8BvXQtb","forceDefaultExecution","schema","subType","commands","insertContent","registerDescriptionCallback","getChanges","includes","editor","getChildren","_replaceTableSlotCell","getRange","previousSibling","getColumns","markerToHighlight","rootName","content","_createdBatches","detach","TrackChangesEditing","TableUtils","move","727322YyBNkL"];return(Ea=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(432964===-parseInt(n(337))/1+-parseInt(n(371))/2*(parseInt(n(475))/3)+parseInt(n(454))/4*(-parseInt(n(316))/5)+parseInt(n(372))/6*(parseInt(n(332))/7)+-parseInt(n(348))/8*(-parseInt(n(452))/9)+parseInt(n(384))/10*(parseInt(n(375))/11)+parseInt(n(345))/12*(parseInt(n(314))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const ba=[Ia(471),Ia(286),Ia(467),Ia(322),Ia(335),Ia(450),Ia(462)],Ta=Object[Ia(346)](ba[Ia(320)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(398)](){return[oa]}[Ia(424)](){const t=Ia,n=this[t(357)];if(!n[t(388)][t(279)](t(443)))return;const r=n[t(388)][t(441)](t(368)),s=n[t(388)][t(441)](t(369)),o=n[t(388)][t(441)](oa),a=n[t(388)][t(441)](t(443));o[t(289)][t(440)](t(446),t(327)),n[t(422)][t(350)][t(474)](t(405),{allowIn:t(297),allowContentOf:t(297),isLimit:!0}),n[t(285)][t(328)]({model:t(405),view:t(282)});let c=null;n[t(422)].on(t(353),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(340)]-1];h&&h[u(349)]||r[u(409)]||this[u(357)][u(352)][u(441)](u(455))[u(376)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(410)))return!1;const i=s[o(414)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(382)](n[o(343)][o(481)]);if(!a[o(340)])return!1;const c=a[0][o(325)](o(329)),l=r[o(336)](a),f=r[o(310)](a),h={startRow:l[o(305)],endRow:l[o(411)],startColumn:f[o(305)],endColumn:f[o(411)]};return 1==a[o(340)]&&(h[o(436)]+=r[o(478)](i)-1,h[o(347)]+=r[o(362)](i)-1),ka(c,h,r)}(l,f,n[u(422)],s,a)&&(o[u(438)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(422)][u(298)]((()=>{const t=u;n[t(422)][t(353)](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(340)]&&r[t(385)](o,t(446),{tablePasteChainId:s}),a[t(340)]&&r[t(385)](a,t(327),{tablePasteChainId:s}),l[t(340)]&&(r[t(385)](l,t(461),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(323)]((e=>{const n=t;var r;return null===(r=e[n(367)])||void 0===r?void 0:r[n(292)](e)}))),f[t(340)]&&(r[t(431)](f,t(461),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(323)]((e=>{const n=t;var r;return null===(r=e[n(367)])||void 0===r?void 0:r[n(292)](e)})));const g=r[t(456)](h[t(320)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(288),{tablePasteChainId:s});if(g){const e=g[t(400)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(422)][t(403)](s),a=e[t(451)]((e=>e[t(360)]()[t(442)](i)));a&&r[t(440)]([a[t(312)],o])}r[t(340)]&&g[t(407)](t(294),Object[t(346)](r))}c=null})))}),{priority:e.priorities[t(485)]+10}),n[t(388)][t(441)](t(443)).on(t(359),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(438)]();const u=s[r(333)],l=o,f=Aa(u),h=Aa(l);e[r(449)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(303)](u[r(416)](0));for(const t of Array[r(448)](l[r(358)]()))a[r(412)](t,u,r(287));const t=c[r(429)][r(356)](s[r(476)]),e=c[r(394)][r(356)](s[r(404)]);t||e||(g=i.LiveRange[r(480)](a[r(457)](u)))}else h&&!f&&(d=a[r(457)](u));else{const t=a[r(392)](r(405)),e=a[r(392)](r(405));a[r(427)](a[r(457)](u),e),a[r(412)](t,u,0);for(const e of Array[r(448)](l[r(358)]()))a[r(412)](e,t,r(287));g=i.LiveRange[r(480)](a[r(403)](t)),d=i.LiveRange[r(480)](a[r(403)](e))}const p=Array[r(448)](l[r(334)]())[r(473)]((([t])=>ba[r(356)](t)));c[r(479)][r(440)]({element:u,attributes:p[r(340)]?Object[r(346)](p):null}),g&&c[r(326)][r(440)](g),d&&c[r(308)][r(440)](d)}),{priority:t(485)}),s.on(t(406),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(301)]||1;c[o(394)]=new Array(l)[o(484)](u)[o(320)](((t,e)=>t+e));for(const{cell:t}of s[o(344)](i,{startColumn:u,endColumn:u+l-1}))c[o(445)][o(440)](n[o(422)][o(403)](t))}),{priority:t(417)}),s.on(t(317),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(477)]||1;c[o(429)]=new Array(l)[o(484)](u)[o(320)](((t,e)=>t+e));for(const{cell:t}of s[o(344)](i,{startRow:u,endRow:u+l-1}))c[o(413)][o(440)](n[o(422)][o(403)](t))}),{priority:t(417)}),r[t(425)][t(354)]((e=>{const r=t;if(e[r(351)]&&e[r(351)][r(313)](r(461)))return e[r(311)]?{}:{type:r(387),content:Hr(n[r(433)],r(463))}}));const u=()=>!1;for(const e of[t(461),t(327),t(446),t(288)])r[t(383)][t(296)](t(387),e,t(300),u),r[t(383)][t(296)](t(444),e,t(300),u),r[t(383)][t(296)](t(304),e,t(300),u);r[t(383)][t(296)](t(304),t(288),t(423),u),r[t(383)][t(296)](t(304),t(288),t(331),((e,r,s)=>{const o=t,i=e[o(320)]((t=>t[o(373)]()))[o(473)]((t=>t)),a=new Map(i[o(320)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(479)])e&&a[o(391)](t,e);else if(s&&s[o(294)])for(const[t,e]of Object[o(280)](s[o(294)])){const r=n[o(422)][o(395)][o(441)](t),s=r?r[o(360)]()[o(373)]():null;s&&a[o(391)](s,e)}n[o(422)][o(298)]((t=>{const e=o;for(const[n,r]of a)t[e(460)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(383)][o(296)](e,o(461),s,((t,i,a)=>{const c=o;n[c(422)][c(298)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(299)][o(437)];t.is(o(453),o(405))&&u[o(440)](t)}r[o(383)][o(319)](e,null,s)(t,i,a);for(const t of u)o(390)!=t[o(342)][o(364)]&&n[o(428)](t)}))}))};l(t(387),t(331)),l(t(387),t(423)),l(t(444),t(331)),l(t(444),t(423)),r[t(383)][t(296)](t(387),t(446),t(423),(e=>{const n=t,r=e[n(320)]((t=>t[n(373)]())),i=r[0][n(325)](n(329)),{minRow:a,maxRow:c}=o[n(389)](r);s[n(321)](i,{at:a,rows:c-a+1})})),r[t(383)][t(296)](t(387),t(327),t(423),(e=>{const n=t,r=e[n(320)]((t=>t[n(373)]())),i=r[0][n(325)](n(329)),{minColumn:a,maxColumn:c}=o[n(389)](r);s[n(432)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(351)]||!n[s(351)][s(313)](s(461)))return;const o=n[s(458)][s(293)],i=r[s(469)]()[s(473)]((t=>t[s(302)]&&t[s(458)]&&t[s(458)][s(293)]==o));i[s(340)]&&n[s(401)]()[s(340)]!=i[s(340)]&&i[s(318)](((t,e)=>(t[s(397)]=e,e[s(311)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(379)](e[s(435)]),i=[s(283),s(338)],a=r[s(339)][s(356)](e[s(435)]);return a&&i[s(440)](s(306)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(281),f,{priority:t(485)}),r.on(t(374),f,{priority:t(485)}),n[t(422)][t(343)][t(330)]((()=>{const e=t;let s=!1;const o=Array[e(448)](n[e(422)][e(343)][e(341)][e(284)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(379)](t);if(e(465)!=o||e(444)!=a||i[e(309)])continue;if(!r[e(381)](c))continue;const u=r[e(386)](c)[e(470)](),l=n[e(388)][e(441)](e(459)).me;for(const t of r[e(469)]())if(t[e(302)]&&t[e(380)]==l&&e(304)==t[e(421)]&&e(288)==t[e(351)]&&t[e(470)]()[e(291)]((t=>u[e(482)]((n=>n[e(295)](t,!0))))))for(const n of t[e(401)]())n[e(302)]&&(n[e(423)](),s=!0)}return s})),n[t(422)][t(343)][t(330)]((e=>{const s=t,o=n[s(352)][s(441)](s(393));if(!o||!o[s(366)][s(279)](e[s(420)]))return!1;let i=!1;const a=n[s(388)][s(441)](s(459)).me,c=n[s(422)][s(343)][s(341)][s(355)](),u=Array[s(448)](n[s(422)][s(343)][s(341)][s(284)]())[s(473)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(379)](t);return n(465)==o&&n(461)==i&&c==a.id&&!e[n(309)]}));for(const t of c){if(s(412)!=t[s(421)]||s(405)!=t[s(312)]||1!=t[s(340)])continue;const n=e[s(439)](t[s(472)],t[s(472)][s(408)](1));if(!u[s(451)]((({data:t})=>t[s(307)][s(442)](n))))for(const{name:t,data:r}of u)if(n[s(295)](r[s(307)])){e[s(447)](t,{range:n}),i=!0;break}}return i})),n[t(422)][t(343)][t(330)]((e=>{const s=t;let o=!1;const i=n[s(388)][s(441)](s(459)).me,a=r[s(469)]()[s(473)]((t=>t[s(302)]&&t[s(380)]==i)),c=new Set,u=new Set;for(const t of a)if(s(461)==t[s(351)])for(const e of t[s(400)]()){const n=e[s(360)]()[s(373)]();if(n)if(n.is(s(453),s(405))&&Aa(n)){t[s(415)](e[s(312)]),c[s(434)](n),o=!0;const r=n[s(418)],i=n[s(361)],a=r&&r.is(s(453),s(405)),l=i&&i.is(s(453),s(405));a&&!c[s(279)](r)&&u[s(434)](r),l&&!c[s(279)](i)&&u[s(434)](i)}else n.is(s(453),s(426))&&n[s(483)]&&(t[s(415)](e[s(312)]),o=!0)}else if(s(288)==t[s(351)]){if(!t[s(458)]||!t[s(458)][s(293)])continue;const e=t[s(458)][s(294)];if(e&&Object[s(419)](e)[s(340)])continue;const n=t[s(458)][s(293)];let r=!0,i=!0;for(const e of a)if(e[s(351)]&&e[s(351)][s(313)](s(461))){if(!e[s(458)][s(293)]){i=!1;break}if(e.id!=t.id&&e[s(458)][s(293)]==n){r=!1;break}}i&&r&&(t[s(278)](),o=!0)}for(const t of c)e[s(303)](t);for(const t of u)e[s(428)](t);return o})),n[t(285)][t(396)](t(399))[t(363)]({model:t(466),view:(t,e)=>h(t),converterPriority:t(485)}),n[t(285)][t(396)](t(430))[t(363)]({model:t(466),view:(e,n)=>n[t(290)][t(377)]?h(e,!1):null,converterPriority:t(485)});const g=n[t(324)][t(464)];this[t(315)](g[t(343)],t(468),((e,n)=>{const r=t,s=[];for(const t of g[r(457)](n[r(365)])[r(378)]())t.is(r(453),r(282))&&s[r(440)](t);g[r(298)]((t=>{const e=r;for(const n of s)t[e(370)](t[e(457)](n),t[e(402)](n)),t[e(303)](n)}))}))}}function ya(t,e){const n=Ea();return(ya=function(t,e){return n[t-=278]})(t,e)}function Aa(t){const e=Ia;if(t[e(483)])return!0;const n=t[e(416)](0);return n.is(e(453),e(426))&&n[e(483)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(344)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=Ra;function La(){const t=["handleSuggestionDescription","333695DwrgXf","formatGroupId","Users","markBlockFormat","TrackChangesEditing","23190aWfZVK","formatBlock","registerCustomCallback","getSuggestions","has","resizeTable","1555944WlbyOq","2124793ZXccJJ","2400762Nzzran","bind","discard","55540eKibPT","*Format:* resize table","formatInline","selection","1SrernG","resizeTableWidth","commandParams","getTableColumnsWidths","afterInit","tableWidth","change","registerDescriptionCallback","TableColumnResizeEditing","descriptionFactory","subType","getColumnGroupElement","data","_suggestionFactory","model","48RCHnFk","author","getAttribute","2862531UiAYjB","handleResizeTableWidthCommand","6cGwMPf","plugins","table","getSelectedElement","accept","getContainedElement","get","10pEGobJ","type","enableCommand","columnWidths","locale","format","document","getSuggestionCallback","editor"];return(La=function(){return t})()}function Ra(t,e){const n=La();return(Ra=function(t,e){return n[t-=107]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(175480===-parseInt(n(149))/1*(parseInt(n(145))/2)+parseInt(n(134))/3*(-parseInt(n(107))/4)+parseInt(n(129))/5*(-parseInt(n(112))/6)+-parseInt(n(142))/7+parseInt(n(140))/8+parseInt(n(110))/9+-parseInt(n(119))/10*(-parseInt(n(141))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Sa extends t.Plugin{[Ca(153)](){const t=Ca;if(!this[t(127)][t(113)][t(138)](t(157)))return;const e=this[t(127)][t(113)][t(118)](t(133));e[t(121)](t(150),this[t(111)][t(143)](this)),e[t(162)][t(136)](t(135),t(139),t(116),e[t(162)][t(126)](t(135),null,t(144))),e[t(162)][t(136)](t(135),t(139),t(144),e[t(162)][t(126)](t(135),null,t(116))),e[t(158)][t(156)](this[t(128)][t(143)](this))}[Ca(111)](t,e){const n=Ca,r=this[n(127)][n(113)][n(118)](n(133)),s=this[n(127)][n(113)][n(118)](n(157)),o=e[n(114)]||this[n(127)][n(163)][n(125)][n(148)][n(115)]();this[n(127)][n(163)][n(155)]((()=>{const i=n,a=s[i(160)](o);let c=a?s[i(152)](a):null,u=o[i(109)](i(154))||null;const l=e[i(154)]||u,f=e[i(122)]||c,h=this[i(127)][i(113)][i(118)](i(131)).me;for(const t of r[i(137)]()){const e=t[i(117)]();if(i(139)===t[i(159)]&&e===o){t[i(108)]!==h&&t[i(144)]();const e=t[i(161)][i(151)];u=e[0][i(154)],c=e[0][i(122)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(132)](o,{commandName:i(150),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(139)},[],i(139))}))}[Ca(128)](t){const e=Ca;if(e(135)!=t[e(120)]&&e(147)!=t[e(120)])return;const{data:n}=t;if(n&&e(139)===n[e(130)]){const t=e(146);return{type:e(124),content:Hr(this[e(127)][e(123)],t)}}}}const Na=va;function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=175]})(t,e)}function Ma(){const t=["166510cwrfox","132knGFjE","plugins","editor","TrackChangesEditing","30EifDci","get","2NEirAb","104RBPWar","907644IwqCYM","enableCommand","809397aQAcDL","has","3649855kdSFFY","Template","insertTemplate","1068786bZvTrX","1080828aXqGQI","afterInit","4994227AYRkCK"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(594259===parseInt(n(188))/1*(parseInt(n(177))/2)+-parseInt(n(190))/3+parseInt(n(182))/4*(parseInt(n(181))/5)+parseInt(n(178))/6+parseInt(n(180))/7+parseInt(n(189))/8*(-parseInt(n(192))/9)+-parseInt(n(186))/10*(parseInt(n(194))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class wa extends t.Plugin{[Na(179)](){const t=Na,e=this[t(184)];e[t(183)][t(193)](t(175))&&e[t(183)][t(187)](t(185))[t(191)](t(176))}}const Oa=Da;function Da(t,e){const n=Fa();return(Da=function(t,e){return n[t-=129]})(t,e)}function Fa(){const t=["afterInit","tableOfContents","1385cUUvgo","3041552KnwDpl","commands","2334717DkXTLI","654AepiwE","registerElementLabel","get","ELEMENT_TABLE_OF_CONTENTS","editor","locale","5128110XXQhvi","TrackChangesEditing","descriptionFactory","9472NaWois","646Ljwtaj","enableCommand","863QSWeCw","insertTableOfContents","1361983ocsKSx","plugins","30wjEaOI","2136YbebZX"];return(Fa=function(){return t})()}!function(t,e){const n=Da,r=t();for(;;)try{if(443785===parseInt(n(144))/1*(parseInt(n(142))/2)+parseInt(n(132))/3*(parseInt(n(141))/4)+-parseInt(n(152))/5*(parseInt(n(149))/6)+parseInt(n(146))/7+-parseInt(n(129))/8+parseInt(n(138))/9+-parseInt(n(148))/10*(parseInt(n(131))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[Oa(150)](){const t=Oa,e=this[t(136)];if(!e[t(130)][t(134)](t(145)))return;e[t(147)][t(134)](t(139))[t(143)](t(145));const n=e[t(147)][t(134)](t(139)),r=e[t(137)];n[t(140)][t(133)](t(151),(e=>Hr(r,t(135),e)))}}function Ba(t,e){const n=ja();return(Ba=function(t,e){return n[t-=377]})(t,e)}const xa=Ba;!function(t,e){const n=Ba,r=t();for(;;)try{if(678696===-parseInt(n(386))/1+parseInt(n(409))/2+-parseInt(n(385))/3*(-parseInt(n(397))/4)+-parseInt(n(392))/5+-parseInt(n(400))/6+-parseInt(n(417))/7+parseInt(n(396))/8*(parseInt(n(377))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ja);class Ua extends t.Plugin{[xa(389)](){const t=xa,e=this[t(410)];if(!e[t(383)][t(379)](t(404)))return;const n=e[t(383)][t(401)](t(405));n[t(413)][t(411)](t(407),(()=>Hr(e[t(412)],t(403)))),e[t(395)][t(381)][t(398)]((r=>{const s=t;let o=!1;const i=Array[s(414)](e[s(395)][s(381)][s(419)][s(390)]());for(const{name:t,data:a}of i){const{group:i}=n[s(380)](t);if(s(394)!==i||!a[s(388)])continue;const c=a[s(388)],u=c[s(382)][s(391)];if(!u||!u.is(s(415),s(407)))continue;if(!c[s(387)][s(384)](c[s(382)]))continue;const l=e[s(395)][s(402)][s(418)](c[s(382)],s(416));if(l&&l[s(378)]){const e=r[s(408)](c[s(387)],l[s(387)]);e[s(406)](c)||(r[s(393)](t,{range:e}),o=!0)}o||(r[s(399)](t),o=!0)}return o}))}}function ja(){const t=["suggestion","model","8wndwbi","21388ZbwTLi","registerPostFixer","removeMarker","3020604AuWLdt","get","schema","ELEMENT_TITLE","Title","TrackChangesEditing","isEqual","title-content","createRange","1077638dVBSJZ","editor","registerElementLabel","locale","descriptionFactory","from","element","forward","2509850PxGnlV","getNearestSelectionRange","differ","18898524nEUOGg","isCollapsed","has","_splitMarkerName","document","end","plugins","isTouching","678gUEiSa","1094550Jniuek","start","newRange","afterInit","getChangedMarkers","nodeBefore","6059235RbjZXR","updateMarker"];return(ja=function(){return t})()}const Ga=za;function Va(){const t=["redo","2125836sFkHGd","9955hbYmMi","2384796KfNumi","UndoEditing","enableCommand","573122sRvyqO","7CumAEk","plugins","TrackChangesEditing","afterInit","undo","24XuXLNf","5690pvOXce","4548aOiGFl","8JwYVEe","has","editor","486005jkhBvH","687717AXOxTL","get","870aAPUMV"];return(Va=function(){return t})()}function za(t,e){const n=Va();return(za=function(t,e){return n[t-=429]})(t,e)}!function(t,e){const n=za,r=t();for(;;)try{if(343607===parseInt(n(447))/1+-parseInt(n(440))/2*(parseInt(n(433))/3)+parseInt(n(431))/4*(-parseInt(n(437))/5)+parseInt(n(444))/6*(parseInt(n(448))/7)+parseInt(n(434))/8*(-parseInt(n(438))/9)+-parseInt(n(432))/10*(-parseInt(n(443))/11)+parseInt(n(442))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Va);class Ha extends t.Plugin{[Ga(429)](){const t=Ga,e=this[t(436)],n=e[t(449)][t(439)](t(450));e[t(449)][t(435)](t(445))&&(n[t(446)](t(430)),n[t(446)](t(441)))}}function Wa(){const t=["12EKLYjy","TableCaptionEditing","TrackChangesEditing","2654UhJxLj","toggleTableCaption","97594hkWjYP","get","151QNYexp","119502IdddgX","9581671OUQJzx","editor","requires","104yIodOY","afterInit","12YZOHut","174cIxlGG","plugins","39387zDMATj","228090IpeNbk","has","enableCommand","422345WeUiRp"];return(Wa=function(){return t})()}const Ka=Xa;function Xa(t,e){const n=Wa();return(Xa=function(t,e){return n[t-=155]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(240417===parseInt(n(155))/1*(-parseInt(n(173))/2)+parseInt(n(165))/3*(parseInt(n(162))/4)+parseInt(n(169))/5+parseInt(n(163))/6*(-parseInt(n(175))/7)+-parseInt(n(160))/8*(parseInt(n(156))/9)+parseInt(n(166))/10+parseInt(n(157))/11*(parseInt(n(170))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class Za extends t.Plugin{static get[Ka(159)](){return[oa]}[Ka(161)](){const t=Ka,e=this[t(158)];e[t(164)][t(167)](t(171))&&e[t(164)][t(176)](t(172))[t(168)](t(174))}}const qa=Qa;function Qa(t,e){const n=Ya();return(Qa=function(t,e){return n[t-=194]})(t,e)}function Ya(){const t=["tableAlignment","commandParams","get","610023SfIEwK","setAttribute","findAncestor","1023756MbmFGo","getContainedElement","_handlePropertyChange","tableBackgroundColor","data","TablePropertiesEditing","getSuggestionCallback","tableProperties","getSelectionAffectedTableCells","TrackChangesTableProperties","tableCellHeight","join","model","enableCommand","format","14999uwiqdY","removeAttribute","tableCellBorderStyle","_getSuggestion","tableWidth","selection","tableCellPadding","subType","tableCellBorderColor","4UGXibh","tableBorderWidth","pluginName","change","descriptionFactory","accept","document","tableCellProperties","tableBorderStyle","tableCellHorizontalAlignment","table","tableCellBackgroundColor","TableCellPropertiesEditing","has","markBlockFormat","88TLlANM","handleDiscardAction","afterInit","9905ogQmiS","getFirstPosition","registerDescriptionCallback","38zzviJo","TableUtils","getAttribute","942mTNsPK","nodeAfter","enqueueChange","341973fPDPOn","getSuggestions","_suggestionFactory","locale","TrackChangesEditing","tableCellBorderWidth","discard","*Format:* change table cell properties","handleSuggestionDescription","tableHeight","registerCustomCallback","formatBlock","start","plugins","*Format:* change table properties","1562750CPnZEN","editor","684995spkPVK","tableCellWidth","tableCellVerticalAlignment","batch","11gYdQrY","tableBorderColor"];return(Ya=function(){return t})()}!function(t,e){const n=Qa,r=t();for(;;)try{if(218761===parseInt(n(248))/1*(-parseInt(n(198))/2)+parseInt(n(230))/3+-parseInt(n(257))/4*(parseInt(n(221))/5)+-parseInt(n(201))/6*(parseInt(n(195))/7)+-parseInt(n(272))/8*(-parseInt(n(204))/9)+parseInt(n(219))/10+parseInt(n(225))/11*(parseInt(n(233))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Ja extends t.Plugin{constructor(t){const e=Qa;super(t),this[e(240)]=[e(226),e(265),e(258),e(227),e(252),e(213),e(236)],this[e(264)]=[e(256),e(250),e(209),e(254),e(222),e(243),e(268),e(266),e(223)]}static get[qa(259)](){return qa(242)}[qa(194)](){const t=qa,e=this[t(220)][t(217)][t(229)](t(208));if(this[t(220)][t(217)][t(270)](t(238))){for(const n of this[t(240)])e[t(246)](n,((e,r)=>{const s=t,o=this[s(220)][s(245)][s(263)][s(253)][s(196)]()[s(232)](s(267));this[s(235)](n,[o],this[s(240)],s(240),e,r)}));e[t(206)][t(214)](t(215),t(240),t(262),e[t(206)][t(239)](t(215),null,t(210))),e[t(206)][t(214)](t(215),t(240),t(210),((e,n)=>this[t(273)](this[t(240)],e,n))),e[t(206)][t(214)](t(215),t(240),t(244),(()=>!1))}if(this[t(220)][t(217)][t(270)](t(269))){for(const n of this[t(264)])e[t(246)](n,((e,r)=>{const s=t,o=this[s(220)][s(217)][s(229)](s(199))[s(241)](this[s(220)][s(245)][s(263)][s(253)]);this[s(235)](n,o,this[s(264)],s(264),e,r)}));e[t(206)][t(214)](t(215),t(264),t(262),e[t(206)][t(239)](t(215),null,t(210))),e[t(206)][t(214)](t(215),t(264),t(210),((e,n)=>this[t(273)](this[t(264)],e,n))),e[t(206)][t(214)](t(215),t(264),t(244),(()=>!1))}e[t(261)][t(197)]((e=>this[t(212)](e)))}[qa(235)](t,e,n,r,s,o){const i=qa,a=this[i(220)][i(217)][i(229)](i(208));this[i(220)][i(245)][i(203)](o[i(224)],(()=>{const t=i;for(const i of e)if(this[t(251)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(200)](r);void 0!==n&&(e[r]=n)}s(o),a[t(271)](i,{commandParams:[e]},[],r)}}))}[qa(273)](t,e,n){const r=qa,s=e[0][r(216)][r(202)],o=n[r(228)][0];this[r(220)][r(245)][r(260)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(231)](r,o[r],s):e[n(249)](r,s)}))}[qa(212)](t){const e=qa;if(t[e(237)])switch(t[e(255)]){case e(240):return{type:e(247),content:Hr(this[e(220)][e(207)],e(218))};case e(264):return{type:e(247),content:Hr(this[e(220)][e(207)],e(211))}}}[qa(251)](t,e){const n=qa,r=this[n(220)][n(217)][n(229)](n(208));for(const s of r[n(205)]({skipNotAttached:!0})){const r=s[n(234)]();if(s[n(255)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Je(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Zt?function(t,e){return Zt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Jt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Tc();return(bc=function(t,e){return n[t-=296]})(t,e)}function Tc(){const t=["getWalker","acceptAllSuggestions","locale","attribute:","markBlockFormat","substr","conversion","addRange","_registerDefaultCallbacks","find","$marker","stopListening","highest","_processAttributeChanges","key","setSelection","getCustomProperty","skipNestingCheck","_addSuggestionMarker","markerName","track-changes-user-not-found","deleteContent","_commentsRepository","elementStart","element","detach","external:","map","track-changes-suggestion-data-mismatch","PendingActions","_recordAttributeSuggestions","isUndo","getUser","update:suggestion","_trackFormatChanges","setAttribute","_onDiscard","$textProxy","change","enableDefaultAttributesIntegration","upcast","_afterChanges","isNextTo","targetPosition","define","enqueueChange","addHighlight","getFirstRange","updateSuggestion","normal","next","clear","_findSuggestions","addMarker:suggestion:attribute","$elementName","backward","type","editingDowncast","plugins","end","refresh","containsRange","name","markMultiRangeInsertion","_inlineAttributeKeys","bindElementToMarker","getAllAdjacentSuggestions","_cutOutSuggestionMarker","range","discardAllSuggestions","getFirstMarker","deletion","catch","createdAt","discard","_splitMarkerName","addUser","acceptSuggestion","get","oldRange","isLocal","start","suggestion:attribute:","markMultiRangeBlockFormat","_createSuggestion","insertion:discard","suggestionUnloaded","rethrowUnexpectedError","$text","_customCallbacks","newValue","warn","FORMATTING","insertion","resolve","isTouching","open","isInContent","editor","concat","toUpperCase","low","removeComment","execute","keys","split","_getMarkerAnnouncementText","isBefore","4bFYsRv","addMarker:suggestion","writer","createElement","$graveyard","formatBlock","notReady","410433RrzqLJ","_refreshAttributeSuggestionsChain","markerReady","CommentsRepository","containerElement","479NJBeWS","data-suggestion","dataToMarker","_defaultCallbacks","unshift","trackChanges.trackFormatChanges","attribute:discard","fetchCommentThread","subType","containsPosition","markerToData","startsWith","getSuggestions","consume","includes","group","formatInline:join","formatBlock:discard","registerBlockAttribute","requires","_SUGGESTION_ANNOUNCEMENT","434583hmuubI","creator","removed","_processAttributeSuggestions","isBlock","nodeBefore","registerCustomCallback","ck-suggestion-marker-formatInline","deletion:join","_suggestionFactory","head","getShiftedBy","has","_editor","getDifference","getLastMatchingPosition","createPositionAt","deletion:","differ","deletion:accept","assign","_suggestions","90FsWvuS","suggestionLoaded","getIntersection","trackChanges.mergeNestedSuggestions","addMarkerName","length","descriptionFactory","_isRegisteredAttribute","then","_suggestionState","createSelection","ck-suggestion-marker","_removeSuggestion","substring","before","chain","isArray","createRange","_setSuggestionData","ENTER","containsRangeInObject","markInlineFormat","after","splice","addSuggestionData","getRanges","adapter","attributeNewValue","deletion:chain","_saved","data","isMultiRange","widget","hasSuggestion","unbind","4156888BWcNZg","insertContent","1535700XExyBw","getItems","authoredAt","position","formatBlock:accept","previous","some","track-changes-adapter-missing-getsuggestion","_reduceExistingSuggestions","_element","item","isRemovable","track-changes-command-not-found","remove","addSuggestion","PENDING_ACTION_SUGGESTION","commandName","registerPostFixer","oldValue","toViewElement","multi","isAtEnd","rejected","forceDefaultExecution","isCollapsed","change:activeMarkers","unbindElementFromMarkerName","insertion:chain","attributes","LEAVE","getAncestors","_updateSuggestionData","attributeKey","_initAriaMarkerChangeAnnouncements","enableCommand","change:_saved","parent","_handleNewSuggestionMarker","markerNameToElements","values","_setSuggestionRange","set","1324757xGJIJS","trackChangesCommand","addCommentThread","isIntersecting","_joinWithAdjacentSuggestions","activeMarkers","value","getNearestSelectionRange","ck-suggestion-marker--active","_mergeNestedSuggestions","listenTo","_getExternalAuthor","ready","getRange","_blockAttributeKeys","createRangeOn","always","fromCharCode","Users","formatInline","insertion:","updateMarker","isSelectable","originalSuggestionId","createRangeIn","markers","getMultiRangeId","announce","deletion:discard","formatBlock:","_adapter","delete","applyOperation","move","removeAttribute","hasComments","schema","config","5bUoHwo","every","markMultiRangeDeletion","error-saving-suggestion-data-suggestion-discarded","_getSuggestionData","groupId","suggestion","tablePasteChainId","rename","ck-suggestion-marker-formatBlock","getSuggestion","formatInline:discard","enableReadOnlyMode","dataDowncast","document","addMarker:suggestion:formatBlock","markInsertion","splitPosition","isExternal","return","elementEnd","attribute:join","attributeOldValue","commentThread","_refreshSuggestionsChain","175092QpmbZu","mapper","buildSuggestion","batch","discardSuggestion","markerToHighlight","createPositionAfter","commands","marker-count","format","attribute","high","attribute:accept","addMarker","_getAuthorFromId","getChanges","acceptSelectedSuggestions","isIntersectingWithRange","consumable","isObject","isInsideObject","insertion:accept","suggestion-type","ck-suggestion-marker-","author","suggestionChanged","options","formatBlock:chain","isAtStart","setTo","forEach","stop","removeMarker:suggestion:formatBlock","getContainedElement","_recordAttributeChanges","addClass","from","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.","formatBlock:join","fromRange","newRange","getAttribute","suggestion:","isEqual","editing","_rangeIsInLocalUserInsertion","_isDataLoaded","nodeAfter","size","accepted","addComment","discardSelectedSuggestions","join","sort","formatInline:chain","add","trackChanges","filter","for","_joinSuggestions","init","removeMarkers","_reduceSuggestionAttributeRange","documentSelection","removeMarker:suggestion:attribute","root","209ZKOxta","formatGroupId","meta","fire","track-changes-enable-command-twice","pop","removeClass","getSuggestionCallback","@external","insert","formatInline:","createPositionBefore","selection","toJSON","getChangedMarkers","_breakSuggestionMarker","track-changes-suggestion-not-found","push","_model","comments","track-changes-adapter-already-set","never","dataReady","_isForcedDefaultExecutionBlock","lowest","isLimit","moveTargetPosition","clone","model","pluginName","forward","insertion:join","getCommentThread","change:data","_addThreadToSuggestion","reconvertMarker","_isBlockAttribute","_enabledCommands","formatInline:accept","removeMarker","accept","collaboration.channelId","default","multipleBlocks","isAfter","getMarkers","markDeletion","TrackChangesEditing","containsItem","registerInlineAttribute","authorName","hasCommentThread","elementToElement","1182GhEhWx","showSuggestionHighlights","isOwn","howMany","isDocumentOperation","_descriptionFactory","_getAttributeKey","_checkSuggestionCorrectness","rootName","markAttributeChange"];return(Tc=function(){return t})()}!function(t,e){const n=bc,r=t();for(;;)try{if(323764===parseInt(n(526))/1*(-parseInt(n(396))/2)+parseInt(n(521))/3*(-parseInt(n(514))/4)+parseInt(n(686))/5*(parseInt(n(606))/6)+-parseInt(n(648))/7+parseInt(n(604))/8+parseInt(n(547))/9*(parseInt(n(569))/10)+parseInt(n(343))/11*(-parseInt(n(711))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Tc);const _c=Ec(460);class yc extends t.Plugin{static get[Ec(545)](){return[Ec(524),o.Users,t.PendingActions,Jr,ns,as,ls,Ts,ms,ks,Ss,xs,to,so,uo,go,bo,Ao,Ro,Mo,Fo,zo,Uo,Xo,Yo,ei,ai,pi,Ri,oi,Vs,Ks,bi,Ai,Mi,Fi,ji,Hi,Zi,$i,ra,oa,ha,ma,Za,_a,Sa,Pa,Ja,wa,Ua,Ha]}static get[Ec(372)](){return Ec(390)}get[Ec(401)](){return this[Ec(575)]}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(433)]((t=>String[e(665)](t)))[e(329)]("")}super(t),this[e(436)]=!1,this[e(647)](e(653),[]),this.on(e(631),((n,r,s,o)=>{const i=e;this[i(361)][i(444)]((()=>{const e=i;for(const n of[...o,...s])this[e(361)][e(673)][e(559)](n)&&t[e(321)][e(378)](n)}))})),this[e(575)]=new Zr(this[e(504)][e(371)][e(684)],this[e(504)][e(408)]),this[e(678)]=null,this[e(556)]=new Ac(this[e(504)]),this[e(568)]=new Map,this[e(428)]=t[e(464)][e(484)](e(524)),this[e(380)]=new Set,this[e(361)]=this[e(504)][e(371)],this[e(578)]=new WeakMap,this[e(366)]=!1,this[e(662)]=new Set([e(460)]),this[e(470)]=new Set,t[e(685)][e(450)](e(531),e(385)),this[e(440)]=t[e(685)][e(484)](e(531)),t[e(685)][e(450)](e(572),!0),this[e(657)]=t[e(685)][e(484)](e(572)),this[e(649)]=new f(t,this[e(380)]),this[e(639)](),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,48,50,54])}[Ec(337)](){const t=Ec,n=this[t(504)],r=(e,n)=>{const r=t;if(r(721)!=e)return r(300)+e;const s=n[r(511)]("|")[0];return this[r(379)](s)?r(695):r(554)};n[t(412)][t(335)](t(463))[t(716)]({model:t(692),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(481)](e[n(425)]),a=[n(580),r(o,i)];let c=3e3;return this[n(653)][n(540)](e[n(425)])&&(a[n(360)](n(656)),c=3010),n(477)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(412)][t(335)](t(699))[t(332)]((e=>{const r=t;e.on(r(515),((t,e,s)=>{const o=r;if(!s[o(303)][o(397)])return;const i=e[o(616)];if(!i)return;const c=s[o(712)][o(625)](i);n[o(371)][o(684)][o(296)](i)&&c&&!c[o(422)](o(601))&&c.is(o(525))&&(0,a.toWidget)(c,s[o(516)])}),{priority:r(722)})})),n[t(412)][t(335)](t(699))[t(716)]({model:t(692),view:(e,n)=>{const s=t;if(!n[s(303)][s(397)])return null;const{type:o,subType:i}=this[s(481)](e[s(425)]);return{classes:[s(580),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(616)])return;const{id:c}=this[a(481)](o[a(425)]);if(r){const t=this[a(568)][a(484)](c),e=this[a(402)](t);if(!this[a(379)](e))return}if(o[a(616)].is(a(355)))return void i[a(729)][a(539)](o[a(616)],s[a(468)]);const u=i[a(712)][a(625)](o[a(616)]);if(o[a(616)].is(a(430))&&n[a(371)][a(684)][a(551)](o[a(616)])&&!u[a(422)](a(452))){i[a(516)][a(312)]([a(580),a(695)],u),i[a(516)][a(441)](a(527),c,u),i[a(712)][a(471)](u,o[a(425)]),e&&(this[a(653)][a(540)](o[a(425)])?i[a(516)][a(312)](a(656),u):i[a(516)][a(349)](a(656),u));for(const t of n[a(371)][a(672)](o[a(616)])[a(607)]())i[a(729)][a(539)](t,s[a(468)]);i[a(729)][a(539)](o[a(616)],s[a(468)])}};n[t(412)][t(335)](t(699))[t(332)]((e=>{const n=t;e.on(n(701),((t,e,r)=>{const o=n;r[o(303)][o(397)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(418)})})),n[t(412)][t(335)](t(699))[t(332)]((e=>{const n=t;e.on(n(459),((t,e,r)=>{const o=n;r[o(303)][o(397)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(418)})})),n[t(412)][t(335)](t(699))[t(536)]({model:t(692),view:(e,n)=>n[t(303)][t(397)]?null:{group:t(692),name:e[t(411)](11)}}),n[t(412)][t(335)](t(446))[t(395)]({view:{name:t(692),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(319)+e[r(318)](r(299))+":"+e[r(318)]("id");return e[r(318)](r(719))&&(s+=":"+e[r(318)](r(719))),n[r(517)](r(416),{"data-name":s})}}),n[t(412)][t(335)](t(446))[t(528)]({view:t(692)}),n[t(412)][t(335)](t(463))[t(332)]((e=>{const n=t;e.on(n(701),s(),{priority:n(722)})})),n[t(412)][t(335)](t(463))[t(332)]((e=>{const n=t;e.on(n(459),s({isAttributeSuggestion:!0}),{priority:n(722)})})),n[t(412)][t(335)](t(463))[t(332)]((e=>{const n=t;e.on(n(309),((t,e,r)=>{const s=n,o=r[s(712)][s(644)](e[s(425)]);if(o)for(const t of o)t[s(422)](s(452))||(r[s(516)][s(349)]([s(580),s(695),s(656)],t),r[s(516)][s(682)](s(527),t),r[s(712)][s(632)](t,e[s(425)]))}),{priority:n(722)})})),n[t(412)][t(335)](t(463))[t(332)]((e=>{const n=t;e.on(n(341),((t,e,r)=>{const s=n,o=r[s(712)][s(644)](e[s(425)]);if(!o)return;const{id:i}=this[s(481)](e[s(425)]),a=this[s(568)][s(484)](i),c=this[s(402)](a);if(this[s(379)](c))for(const t of o)t[s(422)](s(452))||(r[s(516)][s(349)]([s(580),s(695),s(656)],t),r[s(516)][s(682)](s(527),t),r[s(712)][s(632)](t,e[s(425)]))}),{priority:n(722)})})),n[t(371)][t(700)][t(623)]((e=>{const r=t;let s=!1;const o=Array[r(313)](n[r(371)][r(700)][r(565)][r(357)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(481)](t);if(r(692)!==o)continue;const h=this[r(568)][r(484)](f);if(null!=c[r(317)]){r(667)==u&&(s=s||Lc(c[r(317)],t,e,n[r(371)][r(684)]));const o=r(721)==u&&this[r(379)](l[r(511)]("|")[0]);if(c[r(317)][r(630)]||r(518)==c[r(317)][r(342)][r(404)]||r(519)==u&&!Sc(c[r(317)])||o&&!Sc(c[r(317)])||r(477)==u&&(Cc(a=c[r(317)])||function(t){const e=r;return t[e(487)][e(642)]==t[e(465)][e(552)]&&t[e(487)][e(627)]}(a)))e[r(382)](t),s=!0;else{if(!h||!h[r(503)])continue;i[r(332)](h)}}}var a;return i[r(325)]>0&&(s=!!this[r(652)](i)||s),s})),n[t(371)][t(700)][t(623)]((e=>{const r=t;let s=!1;for(const t of n[r(371)][r(700)][r(565)][r(726)]())if(r(352)==t[r(462)])for(const t of this[r(568)][r(645)]()){if(t[r(600)]||!t[r(503)])continue;const o=r(519)==t[r(462)],i=this[r(402)](t),a=i&&this[r(379)](i);if(!o&&!a)continue;const c=t[r(453)]();if(c[r(487)][r(642)]!=c[r(465)][r(642)]&&!c[r(465)][r(627)]){const o=n[r(371)][r(563)](c[r(487)][r(324)],r(465)),i=n[r(371)][r(586)](c[r(487)],o);e[r(669)](t[r(476)](),{range:i}),s=!0}}return s})),n[t(371)][t(700)][t(623)]((e=>this[t(419)](e))),n[t(371)][t(700)][t(623)]((e=>!e[t(714)][t(486)]&&this[t(550)](e))),n[t(371)].on(t(447),(()=>{this[t(436)]=!1})),n[t(371)][t(700)].on(t(376),((r,s)=>{const o=t;if(!s[o(486)]||s[o(437)])return;if(!this[o(436)])return;const i=n[o(371)][o(700)][o(565)][o(726)]();if(0==i[o(574)])return;const a=[],c=i[o(334)]((t=>o(721)==t[o(462)])),u=i[o(334)]((t=>o(352)==t[o(462)]&&o(494)!=t[o(468)])),l=i[o(334)]((t=>o(619)==t[o(462)]&&o(494)!=t[o(468)]));for(const t of c)this[o(576)](t[o(638)])&&a[o(360)]({key:t[o(638)],newValue:t[o(596)],oldValue:t[o(708)],range:Nc(t[o(474)],n[o(371)])});for(const t of u){const e=l[o(415)]((e=>e[o(615)]===t[o(615)]));if(e){const r=vc(t[o(609)][o(324)],n[o(371)]);e[o(468)]!==t[o(468)]&&a[o(360)]({key:o(460),newValue:t[o(468)],oldValue:e[o(468)],range:r});for(const[n,s]of e[o(634)]){if(!this[o(576)](n))continue;const e=t[o(634)][o(484)](n);s!==e&&a[o(360)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(634)])this[o(576)](n)&&(e[o(634)][o(559)](n)||a[o(360)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(574)]&&n[o(371)][o(451)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(405)](t,e,s,o,{groupId:r});this[n(614)](t,a)}))}),{priority:t(367)}),n[t(371)][t(673)].on(t(439),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(481)](n[s(468)]),e=this[s(568)][s(484)](t);e&&e[s(573)](n[s(468)])}})),n[t(371)][t(700)].on(t(376),(()=>{const e=t,r=Array[e(313)](n[e(371)][e(700)][e(565)][e(357)]())[e(334)]((t=>e(692)===this[e(481)](t[e(468)])[e(541)]));if(0===r[e(574)])return;r[e(330)](((t,n)=>{const r=e,s=t[r(599)][r(485)],o=n[r(599)][r(485)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(487)][r(513)](o[r(487)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(481)](t);if(null===n[e(485)]){const n=this[e(643)](t);o[e(332)](n)}else{const t=this[e(568)][e(484)](r);null!==n[e(317)]||t[e(503)]?(s[e(332)](t[e(557)]),o[e(332)](t)):this[e(581)](t)}}o[e(325)]>0&&this[e(710)](o);for(const t of s)this[e(346)](e(302),t)})),n[t(371)].on(t(680),((e,r)=>{const s=t,o=r[0];if(!this[s(568)][s(325)])return;if(!o[s(400)])return;if(o[s(714)][s(437)]||!o[s(714)][s(486)])return;let i,a;switch(o[s(462)]){case s(352):i=n[s(371)][s(563)](o[s(609)]),a=i[s(558)](o[s(399)]);break;case s(511):i=n[s(371)][s(563)](o[s(703)]),a=n[s(371)][s(563)](o[s(369)]);break;case s(681):i=n[s(371)][s(563)](o[s(449)]),a=i[s(558)](o[s(399)]);break;default:return}const c=n[s(371)][s(586)](i,a);n[s(371)][s(444)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(458)](c)){if(e[t(600)])continue;if(t(667)==e[t(462)])continue;const r=this[t(402)](e);if(r&&this[t(379)](r)&&t(511)!=o[t(462)])continue;const s=e[t(599)]&&e[t(599)][t(386)];(t(519)!=e[t(462)]||t(511)==o[t(462)]&&!s)&&(n[t(589)]||t(499)==e[t(462)]&&n[t(398)]||e[t(453)]()[t(467)](c)&&this[t(358)](e,i,a))}}))}),{priority:t(367)}),n[t(371)].on(t(427),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(629)])return;if(this[s(366)])return;if(!this[s(649)][s(654)])return;if(o[s(630)])return;const a=n[s(371)][s(684)],{start:c,end:u}=o[s(453)](),l=c[s(324)]&&a[s(368)](c[s(324)])?null:a[s(655)](c,s(373)),f=u[s(552)]&&a[s(368)](u[s(552)])?null:a[s(655)](u,s(461)),h=n[s(371)][s(586)](l?l[s(487)]:c,f?f[s(465)]:u);n[s(371)][s(444)]((t=>{const e=s;this[e(389)](h);const r=n[e(371)][e(684)][e(655)](h[e(487)]);o.is(e(340))?t[e(421)](r):o[e(306)](r)})),e[s(308)]()}),{priority:e.priorities[t(455)]+10}),n[t(371)].on(t(605),((e,r)=>{const s=t,o=r[r[s(574)]-1];o&&o[s(629)]||this[s(366)]||this[s(649)][s(654)]&&(n[s(371)][s(444)]((()=>{const t=s;let o=n[t(371)][t(605)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(705)]=o[t(370)]();const i=o[t(465)][t(552)],a=n[t(371)][t(684)];i&&a[t(551)](i)&&!a[t(296)](i)&&(o=n[t(371)][t(586)](o[t(487)],n[t(371)][t(563)](i,t(465)))),this[t(702)](o)})),e[s(308)]())}),{priority:t(722)}),this[t(504)][t(718)][t(332)](t(333),this[t(649)]),this[t(640)](t(333));const o=new p(n,this[t(568)]);n[t(718)][t(332)](t(483),o),this[t(640)](t(483));const i=new b(n,this[t(568)]);n[t(718)][t(332)](t(715),i),this[t(640)](t(715)),n[t(718)][t(332)](t(407),new N(n,o,this[t(568)])),this[t(640)](t(407)),n[t(718)][t(332)](t(475),new N(n,i,this[t(568)])),this[t(640)](t(475)),n[t(718)][t(332)](t(727),new O(n,o,this[t(568)])),this[t(640)](t(727)),n[t(718)][t(332)](t(328),new O(n,i,this[t(568)])),this[t(640)](t(328));const c=n[t(464)][t(484)](t(524));this[t(658)](c,t(327),((e,{threadId:n})=>{const r=t,s=this[r(568)][r(484)](n);s&&s[r(709)]&&1===s[r(709)][r(574)]&&this[r(637)](n,{hasComments:!0})}),{priority:t(507)}),this[t(658)](c,t(508),((e,{threadId:n})=>{const r=t,s=this[r(568)][r(484)](n);s&&s[r(709)]&&!s[r(709)][r(574)]&&this[r(637)](n,{hasComments:!1})}),{priority:t(507)})}set[Ec(595)](t){const n=Ec;if(this[n(678)])throw new e.CKEditorError(n(363),this);this[n(678)]=t}get[Ec(595)](){return this[Ec(678)]}[Ec(538)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(568)][n(645)]())t&&!e[n(503)]||r[n(360)](e);return e?r[n(433)]((t=>t[n(356)]())):r}[Ec(696)](t){const n=Ec,r=this[n(568)][n(484)](t);if(!r)throw new e.CKEditorError(n(359),this);return r}[Ec(602)](t){const e=Ec;return this[e(568)][e(559)](t)}[Ec(593)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(462)][e(511)](":"),a=this[e(568)][e(484)](r)||this[e(490)](o,i,r,n,s);if(this[e(377)](a),this[e(403)](a,o,i||null,n),a[e(479)]=t[e(479)],a[e(323)]=!0,s&&s[e(351)]){const t=s[e(351)],n=this[e(659)](t[e(393)]);a[e(608)]=t[e(479)],a[e(301)]=n,a[e(704)]=!0}else a[e(608)]=t[e(479)];switch(t[e(599)]&&(a[e(599)]=t[e(599)]),t[e(634)]&&(a[e(634)]=t[e(634)]),this[e(678)]&&this[e(678)][e(620)]||(a[e(598)]=!0),this[e(578)][e(484)](a)){case e(520):this[e(578)][e(647)](a,e(365));break;case e(523):a[e(503)]?(this[e(652)](new Set([a])),this[e(710)](new Set([a])),this[e(578)][e(647)](a,e(660)),this[e(346)](e(570),a)):this[e(578)][e(647)](a,e(549))}return a}[Ec(483)](t){const e=Ec;this[e(629)]((()=>{const n=e;this[n(504)][n(371)][n(444)]((()=>{const e=n;for(const n of t[e(472)]())n[e(383)]()}))}))}[Ec(715)](t){const e=Ec;this[e(629)]((()=>{const n=e;this[n(504)][n(371)][n(444)]((()=>{const e=n;for(const n of t[e(472)]())n[e(480)]()}))}))}[Ec(640)](t,n){const r=Ec,s=this[r(504)][r(718)][r(484)](t);if(!s)throw new e.CKEditorError(r(618),this,{commandName:t});if(this[r(380)][r(559)](s))throw new e.CKEditorError(r(347),this,{commandName:t});this[r(380)][r(332)](s),n&&s.on(r(509),((t,e)=>{const o=r;this[o(649)][o(654)]&&(this[o(366)]||(e[o(574)]>0&&e[e[o(574)]-1]&&e[e[o(574)]-1][o(629)]?e[o(348)]():(t[o(705)]=n(((...t)=>s[o(509)](...t,{forceDefaultExecution:!0})),...e),t[o(308)]())))}),{priority:r(722)})}[Ec(629)](t){const n=Ec;let r,s;const o=this[n(366)];this[n(366)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(366)]=!1),s&&e.CKEditorError[n(493)](s,this),r}[Ec(702)](t,n=null,r={}){const s=Ec;if(t[s(630)])return null;const o=this[s(504)][s(464)][s(484)](s(666)).me;for(const{suggestion:e,meta:o}of this[s(458)](t,s(499)))if(o[s(398)]){if(!o[s(448)]){if(o[s(589)]){if(!this[s(657)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(358)](e,t[s(487)],t[s(465)]);break}if(n==e[s(534)]&&Oc(e,r)){const n=e[s(453)]();return n[s(487)][s(320)](t[s(465)])?this[s(646)](e,this[s(361)][s(586)](t[s(487)],n[s(465)])):this[s(646)](e,this[s(361)][s(586)](n[s(487)],t[s(465)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(668)+n:s(499),u=this[s(587)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(424)](c,i,a,t),u}[Ec(469)](t,n=Ec(626),r={}){const s=Ec,o=this[s(504)][s(464)][s(484)](s(666)).me,i=this[s(556)][s(350)](s(499),n,s(329));for(const e of this[s(538)]())if(e[s(301)].id==o.id&&s(499)==e[s(462)]&&e[s(534)]==n&&Oc(e,r)&&(i(e[s(594)](),t)||i(t,e[s(594)]()))){for(const n of t)e[s(413)](n);return e}for(const{suggestion:e,meta:n}of this[s(458)](t,s(499))){if(!n[s(398)])continue;if(!this[s(657)]&&n[s(589)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(594)]())for(const e of t)if(!n[s(467)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(668)+n,l=this[s(587)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(424)](u,a,c,e,zr[s(674)]());return l}[Ec(590)](t,n,r=null,s={}){const o=Ec;if(r=r||Rc(n),t[o(630)])return null;if(o(364)===this[o(440)]){const e=this[o(556)][o(350)](o(667),r,o(383));return this[o(629)]((()=>e([t],n,s))),null}const i=this[o(504)][o(464)][o(484)](o(666)).me,a=[];if(o(664)!==this[o(440)])for(const{suggestion:e,meta:n}of this[o(458)](t,o(499)))n[o(398)]&&!n[o(297)]&&a[o(360)](...e[o(594)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(571)](s);e&&r[n(360)](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(574)];){const s=r[e][n(561)](t);r[n(592)](e,1,...s),e+=s[n(574)]}}return r}(t,a);c[o(574)]&&this[o(361)][o(444)]((()=>{const t=o;for(const e of c){const o=this[t(556)][t(350)](t(667),r,t(383));this[t(629)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(487)],u=t[o(465)];for(const{suggestion:e,meta:n}of this[o(458)](t,o(667))){if(!n[o(398)])continue;if(e[o(534)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(453)]();if(i[o(467)](t,!0))return null;c=c[o(513)](i[o(487)])?c:i[o(487)],u=u[o(387)](i[o(465)])?u:i[o(465)],a?i[o(487)][o(513)](a[o(453)]()[o(487)])?(a[o(338)](),a=e):e[o(338)]():a=e}const l=this[o(361)][o(586)](c,u);if(a)this[o(646)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(587)]({id:t,type:o(353)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(424)](o(353)+r,t,a,l)}}return null}[Ec(410)](t,n,r=[],s=null,o={}){const i=Ec;n[i(344)]||(n[i(344)]=n[i(622)]),n[i(386)]=t.is(i(474)),s=s||Rc(n);const a=r[i(433)]((t=>vc(t,this[i(361)]))),c=t.is(i(474))?t:vc(t,this[i(361)]);if(i(364)===this[i(440)]){const t=this[i(556)][i(350)](i(519),s,i(383));return this[i(629)]((()=>t([c],n,o))),null}a[i(360)](c);let u=!0;for(const t of a)if(!this[i(322)](t)){u=!1;break}if(u&&i(664)!==this[i(440)]){const t=this[i(556)][i(350)](i(519),s,i(383));return this[i(629)]((()=>t([c],n,o))),null}let l=null,f=c[i(487)],h=c[i(465)];for(const{suggestion:t,meta:e}of this[i(458)](c,i(519))){if(!e[i(398)])continue;if(e[i(448)]||e[i(589)]||e[i(297)])continue;if(t[i(599)][i(344)]!=n[i(344)])continue;if(!Oc(t,o))continue;const r=t[i(453)]();if(t[i(534)]==s){if(r[i(467)](c,!0))return null;f=f[i(513)](r[i(487)])?f:r[i(487)],h=h[i(387)](r[i(465)])?h:r[i(465)],l?r[i(487)][i(513)](l[i(453)]()[i(487)])?(l[i(338)](),l=t):t[i(338)]():l=t}else{const e=c[i(571)](r);this[i(473)](t,e)}}const g=this[i(504)][i(464)][i(484)](i(666)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(646)](l,this[i(361)][i(586)](f,h)),l;{const t=this[i(587)]({id:d,type:i(677)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(424)](i(677)+s,d,p,this[i(361)][i(586)](f,h)),t}}[Ec(489)](t,n,r=[],s=null,o={}){const i=Ec;n[i(344)]||(n[i(344)]=n[i(622)]);const a=t[0];n[i(386)]=a.is(i(474)),s=s||Rc(n);const c=r[i(433)]((t=>vc(t,this[i(361)]))),u=a.is(i(474))?t:t[i(433)]((t=>vc(t,this[i(361)])));if(i(364)===this[i(440)]){const t=this[i(556)][i(350)](i(519),s,i(383));return this[i(629)]((()=>t(u,n,o))),null}c[i(360)](...u);let l=!0;for(const t of c)if(!this[i(322)](t)){l=!1;break}if(l&&i(664)!==this[i(440)]){const t=this[i(556)][i(350)](i(519),s,i(383));return this[i(629)]((()=>t(u,n,o))),null}const f=this[i(504)][i(464)][i(484)](i(666)).me;for(const t of this[i(538)]()){if(t[i(301)].id!=f.id)continue;if(i(519)!=t[i(462)]||t[i(599)][i(344)]!=n[i(344)])continue;if(!Oc(t,o))continue;const e=t[i(534)]==s;for(let n=0;n<u[i(574)];n++){const r=u[n];for(const s of t[i(388)]()){const o=s[i(661)]();if(r[i(320)](o)){e?(u[i(592)](n,1),n--):t[i(382)](s[i(468)]);break}}}}if(0==u[i(574)])return null;const h=this[i(556)][i(350)](i(519),s,i(329));for(const t of this[i(538)]())if(t[i(301)].id==f.id&&i(519)==t[i(462)]&&t[i(599)][i(344)]==n[i(344)]&&t[i(534)]==s&&Oc(t,o)&&(h(t[i(594)](),u)||h(u,t[i(594)]()))){for(const e of u)t[i(413)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(677)+s,m=this[i(587)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(424)](p,g,d,t,zr[i(674)]());return m}[Ec(389)](t,n=null,r={}){const s=Ec;if(t[s(630)])return null;const o=this[s(504)][s(464)][s(484)](s(666)).me,a=new i.LiveRange(t[s(487)],t[s(465)]);for(const{suggestion:t,meta:e}of this[s(458)](a,s(499)))if(e[s(398)]&&!e[s(448)])if(t[s(600)]){const e=t[s(594)]()[s(334)]((t=>s(518)!=t[s(342)][s(404)]));if(e[s(687)]((t=>a[s(467)](t,!0)))&&t[s(480)](),e[s(612)]((t=>t[s(467)](a,!0)))){const t=this[s(556)][s(350)](s(477),n,s(383));return this[s(629)]((()=>t([a],null,r))),null}}else{const e=a[s(571)](t[s(453)]());null!==e&&t[s(442)]([e],null,r)}if(a[s(431)](),a[s(630)]||s(518)==a[s(342)][s(404)])return null;let c=null,u=a[s(487)],l=a[s(465)];const f=this[s(458)](a,s(477));for(const{suggestion:t,meta:e}of f){const n=this[s(361)][s(586)](u,l);if(e[s(398)]&&(this[s(657)]||!e[s(589)]&&!e[s(297)]))if(t[s(600)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(594)]()){if(r[s(467)](n,!0))return t;n[s(467)](r)||(e=!1)}e&&t[s(480)]()}else{const e=t[s(453)]();if(e[s(467)](n,!0))return t;if(!Oc(t,r)){n[s(467)](e)?t[s(338)]():e[s(535)](u)?u=e[s(465)]:e[s(535)](l)&&(l=e[s(487)]);continue}u=u[s(513)](e[s(487)])?u:e[s(487)],l=l[s(387)](e[s(465)])?l:e[s(465)],r=Object[s(567)]({},t[s(634)]),c?e[s(487)][s(513)](c[s(453)]()[s(487)])?(c[s(338)](),c=t):t[s(338)]():c=t}}if(c)return this[s(646)](c,this[s(361)][s(586)](u,l)),c;{const t=(0,e.uid)(),i=this[s(361)][s(586)](u,l),a=o.id,c=n?s(564)+n:s(477),f=this[s(587)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(424)](c,t,a,i),f}}[Ec(688)](t,n=Ec(626),r={}){const s=Ec,o=this[s(504)][s(464)][s(484)](s(666)).me,a=t[s(433)]((t=>new i.LiveRange(t[s(487)],t[s(465)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(458)](a,s(499)))e[s(398)]&&!e[s(448)]&&c[s(332)](t);for(const e of c)if(e[s(600)]){const o=e[s(594)]();if((!e[s(634)]||!e[s(634)][s(423)])&&o[s(687)]((t=>a[s(612)]((e=>e[s(467)](t,!0)))))&&e[s(480)](),a[s(687)]((t=>o[s(612)]((e=>e[s(467)](t,!0)))))){const e=this[s(556)][s(350)](s(477),n,s(383));return this[s(629)]((()=>e(t,null,r))),null}}else{const t=e[s(453)]();if(a[s(612)]((e=>e[s(467)](t,!0)))&&e[s(480)](),a[s(687)]((e=>t[s(467)](e,!0)))){const t=this[s(556)][s(350)](s(477),n,s(383));return this[s(629)]((()=>t(a,null,r))),null}}const u=this[s(556)][s(350)](s(477),n,s(329));let l=null;for(const t of this[s(538)]())if(t[s(301)].id==o.id&&t[s(503)]&&s(477)==t[s(462)]&&t[s(534)]==n&&Oc(t,r)&&(u(t[s(594)](),a)||u(a,t[s(594)]())))if(l){if(t[s(709)]&&t[s(709)][s(574)])continue;for(const e of t[s(594)]())l[s(728)](e)||l[s(413)](e);t[s(338)]()}else{l=t;for(const e of a)t[s(728)](e)||t[s(413)](e)}if(l)return l;c[s(457)]();for(const{suggestion:t,meta:e}of this[s(458)](a,s(477)))e[s(398)]&&(this[s(657)]||!e[s(589)]&&!e[s(297)])&&Oc(t,r)&&c[s(332)](t);for(const t of c){const e=t[s(594)]();if((!r||!r[s(423)])&&a[s(687)]((t=>e[s(612)]((e=>e[s(467)](t,!0))))))return t;(!t[s(634)]||!t[s(634)][s(423)])&&e[s(687)]((t=>a[s(612)]((e=>e[s(467)](t,!0)))))&&t[s(480)]()}const f=(0,e.uid)(),h=o.id,g=s(564)+n,d=this[s(587)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(431)](),t[s(630)]||s(518)==t[s(342)][s(404)]||this[s(424)](g,f,h,t,zr[s(674)]());return d}[Ec(405)](t,n,r,s,o){const i=Ec;if(t[i(630)])return[];if(i(364)===this[i(440)])return[];const a=this[i(504)][i(464)][i(484)](i(666)).me.id,c=Array[i(313)](this[i(568)][i(645)]())[i(334)]((e=>i(721)==e[i(462)]&&e[i(599)][i(420)]==n&&e[i(728)](t)));if(i(385)===this[i(440)]){const e=this[i(458)](t,i(499))[i(334)]((({meta:t})=>t[i(398)]&&!t[i(297)]&&!t[i(448)]))[i(433)]((({suggestion:t})=>t));c[i(530)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(721)==t[i(462)]?t[i(599)][i(624)]:void 0,o=t[i(453)](),a=Array[i(313)](u[i(510)]())[i(415)]((t=>t[i(651)](o)));if(!a)continue;const c=a[i(561)](o);this[i(379)](n)&&i(499)==t[i(462)]&&0!=c[i(574)]||(u[i(679)](a),c[i(307)]((t=>{u[i(647)](t,r)})),i(499)!=t[i(462)]&&e!=s&&u[i(647)](a[i(571)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(574)]>37&&console[i(497)](i(314),{key:n});const f=(i(409)+(n+"|")+Rc({newValue:s}))[i(582)](0,60),h=this[i(587)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(360)](h),this[i(424)](f,c,a,t)}return l}[Ec(445)](t){const e=Ec;this[e(640)](t,((t,...n)=>{this[e(311)]((()=>{t(...n)}))}))}[Ec(544)](t){const e=Ec;this[e(662)][e(332)](t)}[Ec(392)](t){const e=Ec;this[e(470)][e(332)](t)}[Ec(402)](t){const e=Ec;return e(721)==t[e(462)]?t[e(534)][e(511)]("|")[0]:null}[Ec(646)](t,e){const n=Ec,r=t[n(476)]();this[n(361)][n(444)]((t=>{t[n(669)](r,{range:e})}))}[Ec(377)](t){const e=Ec,n=t.id,r=this[e(504)][e(685)][e(484)](e(384));this[e(428)][e(394)](n)||this[e(428)][e(650)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(428)][e(375)](n);s[e(603)](e(617)),s[e(617)]=!1,t[e(709)]=s}[Ec(403)](t,n,r,s){const o=Ec;if(t[o(462)]!=n||t[o(534)]!=r||t[o(548)].id!=s)throw this[o(504)][o(698)](o(434)),new e.CKEditorError(o(434),this)}[Ec(473)](t,n){const r=Ec,s=t[r(453)]();if(n[r(320)](s))t[r(338)]();else if(s[r(467)](n)){const o=this[r(361)][r(563)](n[r(487)][r(552)],r(465));this[r(646)](t,this[r(361)][r(586)](s[r(487)],o));const i=(0,e.uid)(),a=t[r(548)].id,c=t[r(462)]+":"+t[r(534)];this[r(587)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(599)],attributes:t[r(634)]});const u=this[r(361)][r(563)](n[r(465)][r(642)],r(591)),l=this[r(361)][r(586)](u,s[r(465)]);this[r(424)](c,i,a,l)}else if(s[r(535)](n[r(487)])){const e=this[r(361)][r(563)](n[r(487)][r(552)],r(465));this[r(646)](t,this[r(361)][r(586)](s[r(487)],e))}else{const e=this[r(361)][r(563)](n[r(465)][r(642)],r(591));this[r(646)](t,this[r(361)][r(586)](e,s[r(465)]))}}[Ec(322)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(458)](t,e(499))){if(!r[e(398)])continue;const s=n[e(594)]();for(const n of s)if(!t[e(561)](n)[e(574)])return!0}return!1}[Ec(725)](t){const n=Ec,r=this[n(504)][n(464)][n(484)](n(666))[n(438)](t);if(!r)throw new e.CKEditorError(n(426),this);return r}[Ec(659)](t){const e=Ec,n=this[e(504)][e(464)][e(484)](e(666)),r=(0,o.hashObject)(e(432)+t);return n[e(438)](r)||n[e(482)]({id:r,name:t})}[Ec(490)](t,e,n,r,s){const o=Ec,i=this[o(725)](r),a=this[o(556)][o(713)](t,e,n,i,s,(t=>{const e=o;this[e(637)](n,{attributes:t});const r=this[e(696)](n);this[e(652)](new Set([r])),this[e(710)](new Set([r]))}));return this[o(658)](a,o(383),(()=>{const t=o;this[t(637)](n,{state:t(326)})}),{priority:o(722)}),this[o(658)](a,o(480),(()=>{const t=o;this[t(637)](n,{state:t(628)})}),{priority:o(722)}),this[o(568)][o(647)](n,a),this[o(578)][o(647)](a,o(520)),a}[Ec(481)](t){const e=Ec,n=t[e(511)](":");return{group:n[0],type:n[1],subType:n[e(574)]>=5?n[2]:null,id:n[e(574)]<5?n[2]:n[3],authorId:n[e(574)]<5?n[3]:n[4],markerCount:6==n[e(574)]?n[5]:null}}[Ec(358)](t,n,r){const s=Ec,o=t[s(453)](),i=o[s(487)],a=o[s(465)];this[s(646)](t,this[s(361)][s(586)](i,n));const c=(0,e.uid)(),u=t[s(548)].id,l=t[s(462)]+(t[s(534)]?":"+t[s(534)]:"");this[s(587)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(634)],data:t[s(599)]});const f=this[s(402)](t);(s(519)==t[s(462)]||f&&this[s(379)](f))&&(r=this[s(361)][s(354)](r[s(642)])),this[s(424)](l,c,u,this[s(361)][s(586)](r,a))}[Ec(458)](t,e=null){const n=Ec,r=[],s=this[n(504)][n(464)][n(484)](n(666)).me;Array[n(585)](t)||(t=[t]);for(const o of this[n(538)]()){if(!o[n(503)])continue;if(e&&o[n(462)]!=e)continue;let i=!1;for(const e of o[n(594)]()){for(const a of t){const t=a[n(487)][n(320)](e[n(465)])||a[n(465)][n(320)](e[n(487)]);if(t||a[n(571)](e)){const c=a[n(467)](e)&&kc(this[n(361)][n(684)],e[n(487)],a),u=e[n(467)](a)&&kc(this[n(361)][n(684)],a[n(487)],e);r[n(360)]({suggestion:o,meta:{isOwn:s==o[n(301)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(424)](t,e,n,r,s){const o=Ec;this[o(361)][o(444)]((i=>{const a=o;let c=a(319)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(724)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(581)](t){const e=Ec,n=t[e(611)],r=t[e(456)];t[e(611)]=null,t[e(456)]=null,null!=n&&n[e(456)]==t&&(n[e(456)]=r),null!=r&&r[e(611)]==t&&(r[e(611)]=n),e(660)==this[e(578)][e(484)](t)&&(this[e(578)][e(647)](t,e(549)),this[e(346)](e(492),t,n,r))}[Ec(587)](t){const n=Ec,r=t.id,s=this[n(593)](t);if(this[n(678)]&&this[n(678)][n(620)]){const o=this[n(504)][n(464)][n(484)](n(435)),i=s[n(683)],a=s[n(534)]?s[n(462)]+":"+s[n(534)]:s[n(462)],c=this[n(504)][n(408)],u=o[n(332)](Hr(c,n(621))),l={id:r,type:a,hasComments:i,data:t[n(599)]||null,originalSuggestionId:t[n(671)]||null,attributes:s[n(634)]};this[n(678)][n(620)](l)[n(577)]((t=>{const e=n;s[e(598)]=!0,o[e(619)](u),t&&t[e(479)]&&(this[e(568)][e(484)](r)[e(479)]=t[e(479)])}))[n(478)]((t=>{const r=n;throw(0,e.logWarning)(r(689)),this[r(504)][r(371)][r(451)]({isUndoable:!1},(()=>{s[r(480)]()})),s[r(417)](),this[r(568)][r(679)](s.id),this[r(578)][r(679)](s),t}))}return s}[Ec(379)](t){const e=Ec;return this[e(662)][e(559)](t)}[Ec(637)](t,e){const n=Ec,r=this[n(504)][n(464)][n(484)](n(435)),s=this[n(696)](t);if(this[n(678)]&&this[n(678)][n(454)])if(s[n(598)]){const s=r[n(332)](Hr(this[n(504)][n(408)],n(621)));this[n(678)][n(454)](t,e)[n(577)]((()=>{r[n(619)](s)}))}else s.on(n(641),(()=>{this[n(637)](t,e)}))}[Ec(690)](t){const n=Ec;if(!this[n(678)]||!this[n(678)][n(696)])throw new e.CKEditorError(n(613),this);return this[n(678)][n(696)](t)}[Ec(643)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(481)](t),i=this[e(568)][e(484)](n)||this[e(490)](r,s,n,o,{});switch(this[e(403)](i,r,s,o),this[e(578)][e(484)](i)){case e(520):this[e(690)](n)[e(577)]((t=>{const r=e;let s=Promise[r(500)]();t[r(683)]&&(s=this[r(428)][r(533)]({channelId:this[r(504)][r(685)][r(484)](r(384)),threadId:n})),s[r(577)]((()=>{const e=r;this[e(593)](t)[e(598)]=!0}))})),this[e(578)][e(647)](i,e(523));break;case e(549):this[e(637)](n,{state:e(502)});case e(365):this[e(578)][e(647)](i,e(660)),this[e(346)](e(570),i);break;case e(660):this[e(346)](e(302),i)}return i[e(573)](t),i}[Ec(710)](t){const e=Ec,n=Array[e(313)](t),r=n[e(334)]((t=>e(721)==t[e(462)]));this[e(522)](r);const s=n[e(334)]((t=>!t[e(600)]&&e(721)!=t[e(462)])),o=this[e(538)]({skipNotAttached:!0})[e(334)]((t=>!t[e(600)]&&e(721)!=t[e(462)])),i=o[e(334)]((n=>!t[e(559)](n))),a=new Map(o[e(433)]((t=>[t,this[e(556)][e(350)](t[e(462)],t[e(534)],e(584))]))),c=new Map(o[e(433)]((t=>[t,t[e(453)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(574)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(574)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(574)];t++){const n=s[t];!l[e(559)](n)&&n[e(611)]&&(f[e(332)](n[e(611)]),n[e(611)][e(456)]===n&&(n[e(611)][e(456)]=null),n[e(611)]=null),!u[e(559)](n)&&n[e(456)]&&(f[e(332)](n[e(456)]),n[e(456)][e(611)]===n&&(n[e(456)][e(611)]=null),n[e(456)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(574)];e++){const r=g(t,n[e]);r&&(r[0][s(456)]=r[1],r[1][s(611)]=r[0],u[s(332)](r[0]),l[s(332)](r[1]))}}function g(t,n){const r=e;if(t[r(301)].id!==n[r(301)].id)return null;const s=a[r(484)](t)(t,n,c[r(484)](t),c[r(484)](n));return s&&a[r(484)](n)(t,n,c[r(484)](t),c[r(484)](n))?s[1][r(709)]&&s[1][r(709)][r(574)]?null:s:null}f[e(325)]&&this[e(710)](f)}[Ec(522)](t){const e=Ec;if(0==t[e(574)])return;const n=this[e(538)]({skipNotAttached:!0})[e(334)]((t=>e(721)==t[e(462)]&&t[e(323)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(634)]);s[e(559)](n)||(s[e(647)](n,r[e(574)]),r[e(360)]([]));const i=s[e(484)](n);r[i][e(360)](t)}!function(){const t=e;r[t(330)](((e,n)=>{const r=t,s=e[0][r(479)],o=n[0][r(479)];return s==o?e[0][r(634)][r(691)]<n[0][r(634)][r(691)]?-1:1:s<o?-1:1}));for(const e of r)e[t(330)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(574)];t++){if(0==r[t][e(574)])continue;const n=[];for(let s=t+1;s<r[e(574)];s++)0!=r[s][e(574)]&&i(r[t],r[s])&&n[e(360)](s);for(const s of n)r[t]=r[t][e(505)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(574)];n++)t[n][e(456)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(574)];n++)t[n][e(611)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(634)][r(691)]!==n[0][r(634)][r(691)]&&t[0][r(301)]!==n[0][r(301)])return!1;if(!function(t,e){const n=r;return!t[n(683)]&&!e[n(683)]||(!t[n(683)]||!e[n(683)])&&(!!(t[n(683)]&&e[n(479)]<t[n(709)][n(362)][n(484)](0)[n(479)])||!!(e[n(683)]&&t[n(479)]<e[n(709)][n(362)][n(484)](0)[n(479)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(634)],r(691)),o=Ic(n[0][r(634)],r(691));return!!Or(s,o)&&(!!t[r(687)]((t=>n[r(612)]((e=>t[r(453)]()[r(320)](e[r(453)]())))))&&n[r(687)]((e=>t[r(612)]((t=>e[r(453)]()[r(320)](t[r(453)]()))))))}}[Ec(652)](t){const e=Ec,n=Array[e(313)](t),r=this[e(538)]({skipNotAttached:!0}),s=r[e(334)]((n=>!t[e(559)](n))),o=new Map(n[e(433)]((t=>[t,this[e(556)][e(350)](t[e(462)],t[e(534)],e(329))]))),i=new Map(r[e(433)]((t=>[t,t[e(594)]()])));for(let t=0;t<n[e(574)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(574)];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(574)];e++){const s=r[e];if(s[a(462)]!==n[a(462)]||s[a(301)].id!==n[a(301)].id||s[a(534)]!==n[a(534)])continue;if(!wc(n,s,[a(691)]))continue;if(a(721)==n[a(462)]&&n[a(599)][a(624)]!=s[a(599)][a(624)])continue;if(a(721)==n[a(462)]&&t[a(379)](n[a(599)][a(420)]))continue;if(a(519)==n[a(462)]){const e=t[a(504)][a(371)],r=n[a(310)]();if(r&&(e[a(684)][a(296)](r)||e[a(684)][a(368)](r)))continue}const c=o[a(484)](n),u=i[a(484)](n),l=i[a(484)](s),f=n[a(709)]&&n[a(709)][a(574)],h=s[a(709)]&&s[a(709)][a(574)];if(!f&&c(l,u))return t[a(336)](s,n),i[a(679)](n),!0;if(!h&&c(u,l))return t[a(336)](n,s),i[a(679)](s),!0}return!1}}[Ec(336)](t,e){const n=Ec;if(t[n(600)])for(const r of e[n(594)]())t[n(413)](r);else{const r=e[n(453)]()[n(465)];this[n(646)](t,this[n(361)][n(586)](t[n(453)]()[n(487)],r))}e[n(338)]()}[Ec(512)](t,e){const n=Ec,r=t[n(537)](n(720))||t[n(537)](n(721))?n(498):t[n(506)]();return Hr(this[n(504)][n(408)],e+"_"+r+n(546))}[Ec(639)](){const t=Ec,e=this[t(504)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(361)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(481)](t[s(468)]);if(s(692)===e){n[s(675)](this[s(512)](r,s(635)));break}}for(const t of r){const{group:e,type:r}=this[s(481)](t[s(468)]);if(s(692)===e){n[s(675)](this[s(512)](r,s(588)));break}}}))}[Ec(419)](t){const e=Ec;if(this[e(436)])return!1;const n=this[e(504)],r=n[e(371)][e(700)][e(565)][e(726)]();if(0==r[e(574)])return!1;const s=[],o=r[e(334)]((t=>e(721)==t[e(462)])),i=r[e(334)]((t=>e(352)==t[e(462)]&&e(494)!=t[e(468)])),a=r[e(334)]((t=>e(619)==t[e(462)]&&e(494)!=t[e(468)]));for(const t of o)s[e(360)]({key:t[e(638)],newValue:t[e(596)],oldValue:t[e(708)],range:Nc(t[e(474)],n[e(371)])});for(const t of i){const r=a[e(415)]((n=>n[e(609)][e(320)](t[e(609)])));r&&s[e(360)]({key:e(460),newValue:t[e(468)],oldValue:r[e(468)],range:n[e(371)][e(663)](t[e(609)][e(324)])})}return 0!=s[e(574)]&&this[e(614)](t,s)}[Ec(550)](t){const e=Ec;let n=!1;const r=this[e(504)][e(371)][e(700)][e(565)][e(357)]()[e(334)]((t=>t[e(599)][e(317)]&&t[e(468)][e(537)](e(488))));for(const s of r){const{subType:r,id:o}=this[e(481)](s[e(468)]),i=r[e(511)]("|")[0];for(const r of this[e(538)]({skipNotAttached:!0}))r.id!=o&&e(721)==r[e(462)]&&r[e(599)]&&r[e(599)][e(420)]==i&&r[e(453)]()[e(651)](s[e(599)][e(317)])&&(this[e(339)](r,s[e(599)][e(317)],t),n=!0)}return n}[Ec(311)](t){const e=Ec;this[e(504)],this[e(436)]=!0,t()}[Ec(576)](t){const e=Ec,n=this[e(379)](t),r=this[e(470)][e(559)](t);return n||r}[Ec(614)](t,e){const n=Ec;if(0==e[n(574)])return!1;let r=!1;for(const s of e){const e=this[n(458)](s[n(474)],n(721))[n(334)]((t=>!t[n(345)][n(448)]))[n(433)]((t=>t[n(692)])),i=(0,o.hashObject)({newValue:s[n(496)]});e[n(334)]((t=>{const e=n,[r,o]=t[e(534)][e(511)]("|");return r==s[e(420)]&&o!=i}))[n(307)]((e=>{const o=n;this[o(339)](e,s[o(474)],t),r=!0}))}return r}[Ec(339)](t,e,n){const r=Ec,s=t[r(453)]()[r(561)](e);0!==s[r(574)]?1!==s[r(574)]?this[r(358)](t,e[r(487)],e[r(465)]):this[r(646)](t,s[0]):n[r(382)](t[r(476)]())}}class Ac{constructor(t){const e=Ec;this[e(560)]=t,this[e(361)]=t[e(371)],this[e(495)]=new Map,this[e(529)]=new Map,this[e(414)]()}[Ec(713)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(361)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(350)](t,e,i(383))(...n),onDiscard:(...n)=>this[i(350)](t,e,i(480))(...n)})}[Ec(553)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(495)][s(647)](o,r)}[Ec(350)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(495)][r(484)](s)||this[r(529)][r(484)](t+":"+n)}[Ec(414)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(330)](((t,n)=>t[e(487)][e(513)](n[e(487)])?1:-1)),this[e(361)][e(444)]((n=>{const r=e;for(const e of t){let t;t=e[r(465)][r(627)]&&e[r(465)][r(642)]==e[r(487)][r(324)]?n[r(579)](e[r(487)][r(324)],"on"):n[r(579)](e),this[r(361)][r(427)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(361)][n(444)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(433)]((t=>(Cc(t)&&(t=this[s(361)][s(586)](t[s(465)])),t)))[s(334)]((t=>s(518)!==t[s(342)][s(404)]));if(c[s(574)]<1)return;const u=Array[s(313)](this[s(361)][s(700)][s(355)][s(594)]())[s(433)]((t=>i.LiveRange[s(316)](t)));r[s(421)](c);for(const t of this[s(560)][s(718)][s(718)]())t[s(466)]();a[s(360)]({forceDefaultExecution:!0}),this[s(560)][s(509)](o,...a);const l=u[s(334)]((t=>s(518)!=t[s(342)][s(404)]));l[s(574)]>0&&r[s(421)](l);for(const t of u)t[s(431)]()}))},s=(e,n)=>1==e[t(574)]&&1==n[t(574)]&&e[0][t(465)][t(320)](n[0][t(487)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(361)])?[e,n]:Mc(n,e,s,r,this[t(361)])?[n,e]:null;this[t(529)][t(647)](t(298),e),this[t(529)][t(647)](t(491),n),this[t(529)][t(647)](t(374),s),this[t(529)][t(647)](t(633),o),this[t(529)][t(647)](t(566),n),this[t(529)][t(647)](t(676),e),this[t(529)][t(647)](t(555),s),this[t(529)][t(647)](t(597),o),this[t(529)][t(647)](t(381),r),this[t(529)][t(647)](t(697),e),this[t(529)][t(647)](t(542),s),this[t(529)][t(647)](t(331),e),this[t(529)][t(647)](t(610),r),this[t(529)][t(647)](t(543),e),this[t(529)][t(647)](t(315),s),this[t(529)][t(647)](t(304),e),this[t(529)][t(647)](t(723),e),this[t(529)][t(647)](t(532),((e,n)=>{const r=t;if(!n)return;const s=this[r(560)][r(464)][r(484)](yc);this[r(361)][r(444)]((t=>{const o=r;if(o(460)==n[o(420)])for(const r of e){const e=r[o(487)][o(324)],s=n[o(624)];t[o(694)](e,s)}else if(s[o(379)](n[o(420)]))for(const r of e)void 0!==n[o(624)]?t[o(441)](n[o(420)],n[o(624)],r[o(487)][o(324)]):t[o(682)](n[o(420)],r[o(487)][o(324)]);else for(const r of e)n[o(624)]?t[o(441)](n[o(420)],n[o(624)],r):t[o(682)](n[o(420)],r)}))})),this[t(529)][t(647)](t(707),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(642)][r(636)]({includeSelf:!0,parentFirst:!0})){if(s[r(342)]==s)return!1;if(!n[r(391)](s))return!1;if(t[r(296)](s)||t[r(368)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(465)][e(642)]==t[e(487)][e(324)]&&t[e(465)][e(305)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(616)].is(s(443))&&!r[s(296)](t[s(616)]),i=t[s(487)][s(562)](o),a=t[s(465)][s(562)](o,{direction:s(461)});return!(t[s(487)][s(320)](i)&&t[s(465)][s(320)](a)||(i[s(513)](a)?n[s(669)](e,{range:n[s(586)](i,a)}):n[s(382)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ec,n=t[e(487)][e(324)];return n&&n.is(e(430))}function Nc(t,e){const n=Ec;return null==t[n(465)][n(552)]&&t[n(465)][n(642)]==t[n(487)][n(324)]?vc(t[n(487)][n(324)],e):t}function vc(t,e){const n=Ec,r=e[n(684)][n(296)](t)||e[n(684)][n(670)](t);return e[n(586)](e[n(563)](t,n(583)),r?e[n(717)](t):e[n(563)](t,n(465)))}function Mc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(465)][o(320)](r[o(487)]))return!0;if(t[o(462)]!=e[o(462)])return!1;if(!n[o(465)][o(501)](r[o(487)]))return!1;const i=s[o(586)](n[o(465)],r[o(487)])[o(406)]();for(const t of i)if([o(429),o(706)][o(540)](t[o(462)])&&s[o(684)][o(368)](t[o(616)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(323)]||!e[r(323)])&&Or(Ic(t[r(634)],n),Ic(e[r(634)],n))}function Oc(t,e){const n=Ec,r=Dc(t[n(634)]),s=Dc(e);if(!t[n(323)])return!1;for(const t of Object[n(510)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(567)]({},t);return delete n[e(423)],delete n[e(693)],n}const Fc=Bc;function Pc(){const t=["9036VlubId","plugins","_acceptCommand","discardSuggestion","3810697ZYAIHi","commentThreadController","2224197SRaSQG","change:isDirty","PENDING_ACTION_SUGGESTION","remove","view","8nUVGdA","isDirty","destroy","canDiscard","_setPendingAction","stopListening","343712bmjrIO","canAccept","10qAolWu","commands","locale","acceptSuggestion","listenTo","_discardCommand","PendingActions","_removePendingAction","_editor","16OJPyCP","unbind","execute","add","59244KJkGEl","1235335LZZYew","_pendingAction","model","2LMnNkq","12151476DxEWDm","getRanges","bind","2135cvXMRB","canEditAt","get","isEnabled"];return(Pc=function(){return t})()}function Bc(t,e){const n=Pc();return(Bc=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=Bc,r=t();for(;;)try{if(278362===parseInt(n(144))/1*(-parseInt(n(125))/2)+-parseInt(n(140))/3*(parseInt(n(136))/4)+parseInt(n(141))/5+parseInt(n(152))/6*(-parseInt(n(148))/7)+-parseInt(n(163))/8*(-parseInt(n(158))/9)+parseInt(n(127))/10*(-parseInt(n(156))/11)+parseInt(n(145))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Bc;super(),this[s(143)]=e,this[s(162)]=n,this[s(157)]=r,this[s(135)]=t,this[s(154)]=t[s(128)][s(150)](s(130)),this[s(132)]=t[s(128)][s(150)](s(155)),this[s(162)][s(147)](s(151)).to(this[s(154)],this[s(132)],((t,e)=>t||e)),this[s(162)][s(147)](s(126)).to(this[s(154)],s(151),(t=>t&&this[s(135)][s(143)][s(149)](e[s(146)]()))),this[s(162)][s(147)](s(166)).to(this[s(132)],s(151),(t=>t&&this[s(135)][s(143)][s(149)](e[s(146)]()))),this[s(142)]=null,n[s(164)]&&this[s(167)](),this[s(131)](n,s(130),(()=>this[s(130)]())),this[s(131)](n,s(155),(()=>this[s(155)]())),this[s(131)](n,s(159),(()=>{const t=s;n[t(164)]?this[t(167)]():this[t(134)]()}))}[Fc(130)](){const t=Fc;this[t(154)][t(138)](this[t(143)].id)}[Fc(155)](){const t=Fc;this[t(132)][t(138)](this[t(143)].id)}[Fc(165)](){const t=Fc;this[t(162)][t(137)](t(151)),this[t(162)][t(137)](t(126)),this[t(162)][t(137)](t(166)),this[t(168)](),this[t(157)][t(165)](),this[t(142)]&&this[t(134)]()}[Fc(167)](){const t=Fc,e=Hr(this[t(135)][t(129)],t(160));this[t(142)]=this[t(135)][t(153)][t(150)](t(133))[t(139)](e)}[Fc(134)](){const t=Fc;null!==this[t(142)]&&this[t(135)][t(153)][t(150)](t(133))[t(161)](this[t(142)]),this[t(142)]=null}}const Uc=jc;function jc(t,e){const n=Gc();return(jc=function(t,e){return n[t-=221]})(t,e)}function Gc(){const t=["descriptionParts","isDirty","commentInputView","_createCommentThreadInputView","length","disabledSubmit","_model","updateComment","2609040ayuscD","addComment","commentThread","focus","12wgeVnh","19NMSxYR","isReadOnly","fire","commentsListView","element","submit","delegate","_localUser","set","canDiscard","assign","isActive","440314LyHGtZ","_createCommentViews","disableComments","editor","isEnabled","cancel","setData","_config","locale","value","2970gmtgPA","bind","17811hmwDve","136hPklsM","CommentView","1104bdgaGD","destroy","1886XbmVSR","removeComment","canAccept","1632873tZcHEw","showInput","hasDirtyComment","662124wjueUw","authoredAt","commentThreadInputView","editorConfig"];return(Gc=function(){return t})()}!function(t,e){const n=jc,r=t();for(;;)try{if(130661===parseInt(n(249))/1*(parseInt(n(226))/2)+parseInt(n(232))/3+-parseInt(n(224))/4*(-parseInt(n(271))/5)+parseInt(n(248))/6*(-parseInt(n(261))/7)+parseInt(n(222))/8*(-parseInt(n(221))/9)+-parseInt(n(244))/10+parseInt(n(229))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(252)]=null,this[s(234)]=null,this[s(257)](s(260),!1),this[s(257)](s(233),e[s(233)]),this[s(272)](s(233)).to(e),this[s(257)](s(236),[]),this[s(257)](s(237),!1),this[s(257)](s(265),!1),this[s(257)](s(228),!1),this[s(257)](s(258),!1),this[s(242)]=e,this[s(256)]=n,this[s(268)]=r,r[s(263)]?this[s(257)](s(240),1):this[s(262)]()}[Uc(247)](){const t=Uc;this[t(253)][t(247)]()}[Uc(225)](){const t=Uc;this[t(252)]&&this[t(252)][t(225)](),this[t(234)]&&this[t(234)][t(225)](),super[t(225)]()}[Uc(262)](){const t=Uc,{CommentsListView:e}=this[t(268)];this[t(252)]=new e(this[t(269)],this[t(242)][t(246)],Object[t(259)]({CommentView:this[t(268)][t(223)]},this[t(268)])),this[t(252)][t(255)](t(227)).to(this),this[t(252)][t(255)](t(243)).to(this),this[t(252)][t(272)](t(260)).to(this),this[t(257)](t(240),this[t(252)][t(240)]+1),this[t(272)](t(240)).to(this[t(252)],t(240),(t=>t+1)),this[t(234)]=this[t(239)](),this.on(t(227),(()=>this[t(247)]())),this[t(272)](t(237)).to(this[t(252)],t(231),this[t(234)][t(238)],t(270),((t,e)=>t||!!e))}[Uc(239)](){const t=Uc,{CommentThreadInputView:e}=this[t(268)],n=new e(this[t(269)],this[t(256)],this[t(268)][t(235)]),r=n[t(238)];return n[t(272)](t(230)).to(this,t(260),this[t(242)][t(246)],t(250),r,t(270),((t,e,n)=>!!n||t&&!e)),r.on(t(254),((e,n)=>{const s=t;this[s(251)](s(245),n),r[s(264)][s(267)]("")})),r.on(t(266),(()=>this[t(247)]())),r[t(272)](t(241)).to(this[t(242)][t(246)],t(250)),n}}const zc=Hc;function Hc(t,e){const n=Kc();return(Hc=function(t,e){return n[t-=484]})(t,e)}!function(t,e){const n=Hc,r=t();for(;;)try{if(740254===-parseInt(n(584))/1*(-parseInt(n(549))/2)+parseInt(n(518))/3+-parseInt(n(560))/4*(-parseInt(n(566))/5)+-parseInt(n(570))/6*(-parseInt(n(525))/7)+-parseInt(n(586))/8+-parseInt(n(555))/9*(-parseInt(n(538))/10)+-parseInt(n(502))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class Wc extends Vc{constructor(e,n,r,s){const i=Hc;super(e,n,r,s),this[i(557)](i(559),""),this[i(535)](i(559)).to(this,i(585),(t=>t&&t[0]?t[0][i(559)]:"")),this[i(535)](i(589)).to(this,i(585),this,i(506),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(490)+Xc(e[n(556)],e[n(558)])+n(532);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(495)]=null,this[i(591)]=this[i(544)](Hr(e,i(543)),t.icons[i(548)],i(593),i(547),"sw"),this[i(591)][i(535)](i(524)).to(this,i(574)),this[i(545)]=this[i(544)](Hr(e,i(575)),t.icons[i(497)],i(489),i(588),"sw"),this[i(545)][i(535)](i(524)).to(this,i(487)),this[i(551)]=new o.UserView(e,this[i(519)][i(594)],this[i(565)]()),this[i(551)][i(501)]({attributes:{class:[i(573),i(571)]}}),this[i(512)](this[i(542)]())}[zc(542)](){const t=zc,e=this[t(572)],n=[{tag:t(486),attributes:{class:[t(536),t(528)]},children:[{tag:t(577),children:[{text:this[t(551)][t(505)]}],attributes:{class:[t(592),t(531)]}},{tag:t(491),attributes:{datetime:e.to(t(564)),class:[t(516),t(493)]},children:[{text:e.to(t(564),(e=>this[t(579)][t(521)](e)))}]}]},{tag:t(486),attributes:{class:[t(511),t(513)]},children:[this[t(591)],this[t(545)]]},{tag:t(486),attributes:{class:[t(507)]}}];this[t(519)][t(504)]&&n[t(522)]({tag:t(486),attributes:{class:[t(496)]},children:[{text:this[t(541)]()}]});const r={tag:t(486),attributes:{class:[t(578),e.if(t(506),t(567)),e.to(t(559),(e=>t(509)+e)),this[t(579)][t(498)]&&t(529)],"data-suggestion-id":this[t(519)].id,"data-thread-id":this[t(519)][t(510)].id,"data-author-id":this[t(519)][t(594)].id,tabindex:-1},children:[{tag:t(486),attributes:{class:[t(553),t(561)]},children:[this[t(551)],{tag:t(486),attributes:{class:[t(576),t(554)]},children:n}]}]};return this[t(550)]&&this[t(583)]&&(r[t(569)][t(522)](this[t(550)],this[t(583)]),this[t(550)][t(540)](t(488)).to(this),this[t(550)][t(540)](t(581)).to(this),this[t(583)][t(540)](t(488)).to(this),this[t(583)][t(540)](t(581)).to(this)),r}[zc(484)](){const t=zc;super[t(484)](),this[t(495)]=this[t(587)][t(503)](t(500)),this[t(495)][t(520)]=this[t(589)],this.on(t(563),((e,n,r)=>{const s=t;this[s(495)][s(520)]=r}))}[zc(544)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(517)]);return a[i(557)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(501)]({attributes:{class:n}}),a.on(i(515),(()=>{const t=i;this[t(526)](r,this[t(519)].id)})),a}[zc(541)](){const t=zc;return t(527)===this[t(519)][t(492)][t(494)][t(590)]?Hr(this[t(517)],t(580)):Hr(this[t(517)],t(568))}[zc(565)](){const t=zc;return this[t(519)][t(504)]?t(527)===this[t(519)][t(492)][t(494)][t(590)]?Hr(this[t(517)],t(552),this[t(519)][t(523)][t(505)]):Hr(this[t(517)],t(595),this[t(519)][t(523)][t(505)]):null}}function Kc(){const t=["acceptButton","ck-suggestion__info-name","ck-suggestion--accept","author","EXTERNAL_AVATAR","render","value","div","canDiscard","editorReady","ck-suggestion--discard","<p>","time","attributes","ck-annotation__info-time","@external","_descriptionElement","ck-comment__external","cancel","disableComments","createElement",".ck-annotation__content-wrapper","extendTemplate","12376034SuJTfT","querySelector","isExternal","name","isActive","ck-annotation__content-wrapper","</span>","ck-suggestion-","commentThread","ck-suggestion__actions","setTemplate","ck-annotation__actions",'"></span>',"execute","ck-comment__info-time","locale","3049824TGjbDM","_model","innerHTML","formatDateTime","push","creator","isEnabled","205261sThsoA","fire","importWord","ck-annotation__info","ck-suggestion--disabled-comments","map","ck-annotation__info-name","</p>",'" title="',"join","bind","ck-suggestion__info",'<span class="ck-suggestion-color" style="background-color: ',"684210bjFgGC","innerText","delegate","getExternalSuggestionNote","getTemplate","Accept suggestion","_createButton","discardButton",'<span class="ck-suggestion-type">',"acceptSuggestion","check","2152gUAIST","commentsListView","userView","EXTERNAL_IMPORT_WORD_AVATAR","ck-suggestion","ck-annotation__main","27bLSkiQ","content","set","color","type","180nAuzdW","ck-annotation","split","change:description","authoredAt","getUserViewNotificationText","75435SrNHBm","ck-suggestion-wrapper--active","EXTERNAL_SUGGESTION","children","150vIttbb","ck-annotation__user","bindTemplate","ck-suggestion__user","canAccept","Discard suggestion","ck-suggestion__main","span","ck-suggestion-wrapper","_config","EXTERNAL_IMPORT_WORD_SUGGESTION","editorDestroyed","title","commentThreadInputView","261Lrsoja","descriptionParts","8394792KAxPdF","element","discardSuggestion","description","source"];return(Kc=function(){return t})()}function Xc(t,e){const n=zc;let r="";return r+=t[n(562)]("*")[n(530)](((t,e)=>e%2!=0?n(546)+Zc(t)+n(508):Zc(t)))[n(534)](""),e&&(r+=n(537)+e[n(485)]+n(533)+e[n(582)]+n(514)),r}function Zc(t){const e=zc,n=document[e(499)](e(577));return n[e(539)]=t,n[e(520)]}const qc='\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',Qc=Jc;function Yc(){const t=["remove","keys","menuitemcheckbox","commentThread","_unbindEditors","children","TrackChangesUI","panelView","change:previous","11BdgQtk","destroy","createAnnotationView","SuggestionThreadView","getRanges","previous","length","_createToolbarButton","discardButton","2938050DVocyv","getSuggestion","100Ptgqzm","refreshSelectedViews","set","getAllAdjacentSuggestions","getMarkers","suggestionChanged","define","CommentView","descriptionParts","createCommentThreadController","some","hasSuggestion","discardAllSuggestions","EditorAnnotations","innerView","acceptButton","toMany","init","142597mWAvOD","_annotationViews","mainView","requires","arrowView","_refreshActiveMarkers","view","createAnnotation","registerAnnotation","376020fxmQPC","isEnabled","getDescriptions","Discard all selected suggestions","_updateController","comments.editorConfig","getJoined","comments.maxCommentsWhenCollapsed","reduce","7705476BoIqye","8hzUQzO","componentFactory","222ZscEpv","suggestion-","_handleSuggestionControllerDelayed","add","TrackChangesEditing","suggestionLoaded","_initializeController","_bindAnnotationToEditors","addSourceCollector","descriptionFactory","Discard all suggestions","execute","from","menuBar:trackChanges","Accept all suggestions","discardSelectedSuggestions","clear","suggestionUnloaded","values","delete","getMarkerNames","_viewToController","CommentsRepository","switchbutton","comments.maxCommentCharsWhenCollapsed","delegate","acceptAllSuggestions","items","source","actionView","commands","stopListening","Annotations","menu","commandName","button","type","pluginName","_suggestionToController","model","focus","change:activeAnnotations","menuitem","buttonView","locale","separator","filter","Track changes","lowest","comments.maxThreadTotalWeight","1559030ndADTC","get","acceptSelectedSuggestions","unbind","config","CommentsUI","_createMenuBarMenu","_handleControllerBuffer","trackChanges.disableComments","bind","43215TNdQiE","isMultiRange","5xoKkXo","Accept all selected suggestions","_destroyController","activeAnnotations","editor","head","getFirstRange","listenTo","value","getByInnerView","has","_addUIComponentsToFactory","activeMarkers","plugins","isDirty","isInContent","push","isOn","size","trackChanges.SuggestionThreadView","477216qccjXM","_disableComments","addComment","trackChanges","editing","comments"];return(Yc=function(){return t})()}function Jc(t,e){const n=Yc();return(Jc=function(t,e){return n[t-=168]})(t,e)}!function(t,e){const n=Jc,r=t();for(;;)try{if(404591===-parseInt(n(225))/1+-parseInt(n(198))/2*(-parseInt(n(297))/3)+-parseInt(n(172))/4*(-parseInt(n(299))/5)+-parseInt(n(237))/6*(-parseInt(n(216))/7)+-parseInt(n(235))/8*(parseInt(n(196))/9)+parseInt(n(287))/10+parseInt(n(187))/11*(-parseInt(n(234))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class $c extends t.Plugin{static get[Qc(219)](){const t=Qc;return[yc,o.Users,t(259),t(269),t(211)]}static get[Qc(274)](){return Qc(184)}constructor(t){const e=Qc;super(t),this[e(275)]=new Map,this[e(258)]=new Map,this[e(217)]=new Map,this[e(294)]=new Map;const n=this[e(303)][e(291)];n[e(204)](e(171),Wc),n[e(204)](e(295),!1),this[e(173)]=n[e(288)](e(295))}[Qc(239)](t,e){const n=Qc;0===this[n(294)][n(170)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(294)]){const r=this[t(275)][t(309)](e);r||n?r&&n&&this[t(301)](e):this[t(243)](e)}this[t(294)][t(253)](),this[t(303)][t(312)][t(288)](t(211))[t(199)](),this[t(221)]()}),10),this[n(294)][n(200)](t,e)}[Qc(215)](){const t=Qc,e=this[t(303)],n=e[t(312)][t(288)](t(241)),r=e[t(312)][t(288)](t(269)),s=e[t(312)][t(288)](t(211)),o=e[t(312)][t(288)](t(259));this[t(310)](),s[t(245)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(249)](this[e(275)])){const s=t[e(201)](),o=[];for(const t of s){if(!t[e(314)])continue;if(t[e(298)]){o[e(168)](...t[e(191)]());continue}const n=t[e(305)]();if(o[e(193)]>0){const t=o[0][e(231)](n);if(t){o[0]=t;continue}}o[e(168)](n)}n[e(168)]([r[e(222)],o])}return n})),this[t(306)](n,t(242),((e,n)=>{const r=t;this[r(306)](n,r(186),((t,e,s,o)=>{const i=r;n[i(314)]&&(null==s?(this[i(229)](o[i(304)]),this[i(239)](n,!1)):(this[i(229)](s[i(304)]),null==o&&this[i(239)](n,!0)))})),null!==n[r(192)]?this[r(229)](n[r(304)]):this[r(239)](n,!1)})),this[t(306)](n,t(254),((e,n,r)=>{const s=t;this[s(268)](n,s(186)),this[s(294)][s(256)](n),this[s(275)][s(309)](n)&&this[s(301)](n),r&&this[s(229)](r[s(304)])})),this[t(306)](n,t(203),((e,n)=>{this[t(229)](n)})),this[t(306)](r,t(278),(()=>{this[t(221)]()})),this[t(306)](o,t(174),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(209)](r))return;const i=n[o(197)](r);this[o(275)][o(288)](i)[o(222)][o(277)]()}),{priority:t(285)})}[Qc(221)](){const t=Qc,e=this[t(303)][t(312)][t(288)](t(269)),n=this[t(303)][t(312)][t(288)](t(241)),r=Array[t(249)](e[t(302)],(e=>e[t(212)]))[t(283)]((e=>this[t(258)][t(309)](e))),s=[];for(const e of r){const n=this[t(258)][t(288)](e)[t(276)][t(201)]();s[t(168)](...n[t(233)](((e,n)=>[...e,...n[t(257)]()]),[]))}n[t(311)]=s}[Qc(310)](){const t=Qc,n=this[t(303)],r=n[t(281)],o=Hr(r,t(284)),i=new e.Collection([{type:t(260),model:new s.ViewModel({withText:!0,label:o,commandName:t(175),role:t(180)})},{type:t(282)},{type:t(272),model:new s.ViewModel({withText:!0,label:Hr(r,t(251)),commandName:t(263),role:t(279)})},{type:t(272),model:new s.ViewModel({withText:!0,label:Hr(r,t(300)),commandName:t(289),role:t(279)})},{type:t(272),model:new s.ViewModel({withText:!0,label:Hr(r,t(247)),commandName:t(210),role:t(279)})},{type:t(272),model:new s.ViewModel({withText:!0,label:Hr(r,t(228)),commandName:t(252),role:t(279)})}]);for(const e of i)if(tu(e)){const r=n[t(267)][t(288)](e[t(276)][t(271)]);e[t(276)][t(296)](t(169),t(226)).to(r,t(307),t(226))}n.ui[t(236)][t(240)](t(175),(e=>this[t(194)](e,i,o))),n.ui[t(236)][t(240)](t(250),(e=>this[t(293)](e,i,o)))}[Qc(194)](t,e,n){const r=Qc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(303)][r(267)][r(288)](r(175));o[r(280)][r(200)]({tooltip:n,label:n,icon:qc}),o[r(280)][r(296)](r(169)).to(i,r(307)),o[r(280)].on(r(248),(()=>{const t=r;i[t(248)](),this[t(303)][t(176)][t(222)][t(277)]()})),(0,s.addListToDropdown)(o,e,{role:r(270)});const a=[];for(const t of e)tu(t)&&a[r(168)](this[r(303)][r(267)][r(288)](t[r(276)][r(271)]));const c=o[r(280)];return c[r(266)][r(290)](r(226)),c[r(220)][r(290)](r(226)),c[r(266)][r(296)](r(226)).to(i,r(226)),c[r(220)][r(296)](r(226))[r(214)](a,r(226),((...t)=>t[r(208)]((t=>t)))),o.on(r(248),(t=>{const e=r;this[e(303)][e(248)](t[e(265)][e(271)]),this[e(303)][e(176)][e(222)][e(277)]()})),o}[Qc(293)](t,e,n){const r=Qc,o=new s.MenuBarMenuView(t),i=this[r(303)][r(267)][r(288)](r(175));o[r(280)][r(200)]({label:n,icon:qc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(282)==n[r(273)]){a[r(264)][r(240)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(276)];i[r(296)](...Object[r(179)](c)).to(c),i[r(262)](r(248)).to(o),i.on(r(248),(()=>{const t=r;this[t(303)][t(248)](c[t(271)]),this[t(303)][t(176)][t(222)][t(277)]()})),e[r(183)][r(240)](i),a[r(264)][r(240)](e)}return o[r(296)](r(226)).to(i,r(226)),o[r(185)][r(183)][r(240)](a),o}[Qc(243)](t){const e=Qc,n=this[e(303)],r=n[e(291)],s=n[e(312)][e(288)](e(269)),i=n[e(312)][e(288)](e(259)),a=n[e(312)][e(288)](e(211)),c=n[e(312)][e(288)](o.Users).me,u=r[e(288)](e(175))[e(190)],{CommentsListView:l,CommentThreadInputView:f}=n[e(312)][e(288)](e(292));let h,g;this[e(217)][e(309)](t.id)?(g=this[e(217)][e(288)](t.id),h=g[e(218)]):(h=new u(n[e(281)],t,c,{disableComments:this[e(173)],editorConfig:r[e(288)](e(230)),maxCommentsWhenCollapsed:r[e(288)](e(232)),maxThreadTotalWeight:r[e(288)](e(286)),maxCommentCharsWhenCollapsed:r[e(288)](e(261)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(288)](e(281))),CommentView:r[e(288)](e(177))[e(205)],CommentsListView:l,CommentThreadInputView:f}),h[e(213)].on(e(248),(()=>{const t=e;n[t(176)][t(222)][t(277)]()})),h[e(195)].on(e(248),(()=>{const t=e;n[t(176)][t(222)][t(277)]()})),g=s[e(189)](this[e(303)][e(281)],h),g[e(296)](e(313)).to(h,e(313)),g[e(296)](e(193)).to(h),g[e(296)](e(273)).to(h,e(273),(t=>e(238)+t)),this[e(217)][e(200)](t.id,g));const d=i[e(207)](t[e(181)],h),p=new xc(n,t,h,d),m=t[e(201)]()[e(283)]((t=>t[e(314)]));h[e(206)]=n[e(312)][e(288)](e(241))[e(246)][e(227)](m),this[e(275)][e(200)](t,p),this[e(258)][e(200)](h,p);const I=s[e(223)]({view:g,target:()=>{const r=e,s=[],i=t[r(201)]()[r(283)]((t=>t[r(314)]));for(const t of i)s[r(168)](...t[r(202)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(176)],s)},type:()=>e(238)+p[e(222)][e(273)]});i[e(244)](h,I),s[e(240)](I),a[e(224)](I)}[Qc(301)](t){const e=Qc,n=this[e(303)][e(312)][e(288)](e(259)),r=this[e(303)][e(312)][e(288)](e(269)),s=this[e(275)][e(288)](t),o=s[e(222)],i=r[e(308)](o);n[e(182)](o),i&&r[e(178)](i),this[e(275)][e(256)](t),this[e(258)][e(256)](o),s[e(188)]()}[Qc(229)](t){const e=Qc;if(!t[e(314)]||!this[e(275)][e(309)](t))return;const n=this[e(303)][e(312)][e(288)](e(241)),r=this[e(275)][e(288)](t),s=t[e(201)]();r[e(222)][e(206)]=n[e(246)][e(227)](s)}[Qc(188)](){const t=Qc;for(const e of this[t(275)][t(179)]())this[t(301)](e);for(const e of this[t(217)][t(255)]())e[t(218)][t(188)]();super[t(188)]()}}function tu(t){return Qc(276)in t}function eu(){var t=["get","requires","467024BnZjkf","getSuggestion","2151574SWHWSs","453272uBkANj","editor","addSuggestion","addSuggestionData","adapter","1484rqTmfD","TrackChanges","22272skpZfK","getSuggestions","Comments","3621024twjwNu","pluginName","5544008CrNamZ","plugins","657PIZJvU","272445MVPZNb"];return(eu=function(){return t})()}var nu=ru;function ru(t,e){var n=eu();return(ru=function(t,e){return n[t-=297]})(t,e)}!function(t,e){for(var n=ru,r=t();;)try{if(732741===-parseInt(n(311))/1+-parseInt(n(313))/2+-parseInt(n(303))/3+-parseInt(n(305))/4+-parseInt(n(308))/5+parseInt(n(300))/6*(parseInt(n(298))/7)+-parseInt(n(314))/8*(-parseInt(n(307))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eu);class su extends t.Plugin{static get[nu(310)](){return[yc,$c,nu(302)]}static get[nu(304)](){return nu(299)}set[nu(297)](t){var e=nu;this[e(315)][e(306)][e(309)](yc)[e(297)]=t}get[nu(297)](){var t=nu;return this[t(315)][t(306)][t(309)](yc)[t(297)]}[nu(316)](t){var e=nu;return this[e(315)][e(306)][e(309)](yc)[e(317)](t)}[nu(301)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=nu;return this[n(315)][n(306)][n(309)](yc)[n(301)]({skipNotAttached:t,toJSON:e})}[nu(312)](t){var e=nu;return this[e(315)][e(306)][e(309)](yc)[e(312)](t)}}const ou=cu;function iu(){const t=["destroy","getSuggestions","push","rootsAttributes","constructor","getCommentThreads","getDataWithAcceptedSuggestions","431452Szxugy","map","3263720NowKXd","1663277YWosLa","appendChild","_adapter","100220bsbygG","result","reduce","getFullData","editorCreator","addCommentThread","TrackChangesEditing","addSuggestionData","track-changes-data-invalid-editor-creator","trackChangesData","569655OCwRhC","CommentsRepository","document","getRootNames","Pagination","createDocumentFragment","end","div","6eEvlvf","requires","TrackChangesDataGetter","define","users","config","Users","pluginName","getDataWithDiscardedSuggestions","619047jjQiYm","acceptAllSuggestions","execute","TrackChangesData","data","3KpiaVG","init","model","addUser","useAnonymousUser","create","get","plugins","873bPELGn","function","getUser","createElement","229286zpafXG","editor","getRootsAttributes","discardAllSuggestions","name","trackChangesData.editorCreator","set"];return(iu=function(){return t})()}!function(t,e){const n=cu,r=t();for(;;)try{if(242344===-parseInt(n(313))/1*(-parseInt(n(325))/2)+-parseInt(n(308))/3+-parseInt(n(339))/4+-parseInt(n(291))/5+-parseInt(n(299))/6*(parseInt(n(342))/7)+-parseInt(n(341))/8+-parseInt(n(321))/9*(-parseInt(n(281))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(295)];function cu(t,e){const n=iu();return(cu=function(t,e){return n[t-=279]})(t,e)}class uu extends t.Plugin{static get[ou(300)](){return[yc]}static get[ou(306)](){return ou(311)}[ou(314)](){const t=ou,n=this[t(326)];if(n[t(304)][t(302)](t(330),(e=>{const r=t,s=n[r(315)][r(293)][r(294)]()[r(283)](((t,e)=>(t[e]="",t)),{});return n[r(336)][r(318)](s,e)})),t(322)!=typeof n[t(304)][t(319)](t(290))[t(285)])throw new e.CKEditorError(t(289))}[ou(338)](t){return hu(this[ou(326)],!0,t)}[ou(307)](t){return hu(this[ou(326)],!1,t)}}class lu extends t.Plugin{static get[ou(306)](){return ou(301)}constructor(t){const e=ou;super(t),this[e(282)]=e(297)}[ou(314)](){const t=ou;this[t(326)][t(320)][t(319)](t(292))[t(280)]={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(326)][t(320)][t(319)](t(287))[t(280)]=null}}function fu(t){return void 0!==t[ou(327)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(320)][r(334)](yc,lu),s[r(335)]=fu(t)?t[r(327)]():void 0;const i=document[r(296)](),a=t[r(304)][r(319)](r(290))[r(285)],c=await a(s,(()=>function(t){const e=r,n=document[e(324)](e(298));return t[e(279)](n),n}(i)));!function(t,e){const n=r,s=t[n(315)][n(293)][n(294)]()[n(283)](((e,r)=>(e[r]=t[n(312)][n(319)]({rootName:r}),e)),{}),o=t[n(320)][n(319)](n(305))[n(303)][n(340)]((t=>({id:t.id,name:t[n(329)]}))),i=t[n(320)][n(319)](n(287))[n(333)]({skipNotAttached:!0,toJSON:!0}),a=t[n(320)][n(319)](n(292))[n(337)]({skipNotAttached:!0,toJSON:!0}),c=e[n(320)][n(319)](n(305)),u=e[n(320)][n(319)](n(287)),l=e[n(320)][n(319)](n(292));for(const t of o)c[n(323)](t.id)||c[n(316)](t);c.me||c[n(317)]();for(const t of i)u[n(288)](t);for(const t of a)l[n(286)](t);e[n(312)][n(331)](s)}(t,c),c[r(310)](r(e?309:328));const u=fu(c)?c[r(284)](n):c[r(312)][r(319)](n);return await c[r(332)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=179]})(t,e)}function du(){var t=["13Gvkcpv","28427556WMvbYl","9ltwISc","84038xHtSpT","105987sFwuJQ","10DnXyTy","466763XXwBmk","72deVxUF","48165OhwanM","7107872axwTnU","1419670GSpWfm","9wjztFi","64ZwWezt"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(492263===-parseInt(n(188))/1*(parseInt(n(180))/2)+parseInt(n(181))/3*(-parseInt(n(189))/4)+parseInt(n(185))/5*(parseInt(n(184))/6)+-parseInt(n(187))/7+-parseInt(n(186))/8*(parseInt(n(179))/9)+parseInt(n(182))/10*(parseInt(n(183))/11)+parseInt(n(191))/12*(parseInt(n(190))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["5162292jNeZaX","TrackChangesCommand","_disableUnsupportedCommands","902904xPcWpH","_enabledCommands","clearForceDisabled","60vGDTlK","3THQkqj","21224RayYGI","_enableCommands","193443mYyFZG","editor","affectsData","isEnabled","execute","_isEnabledBasedOnSelection","715545yWUvXs","has","5682736iCNltK","forceDisabled","4562224NTwjWw","commands","refresh","value"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=225]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(899295===parseInt(n(239))/1+-parseInt(n(232))/2+-parseInt(n(236))/3*(parseInt(n(247))/4)+parseInt(n(245))/5*(parseInt(n(235))/6)+parseInt(n(237))/7+parseInt(n(225))/8+parseInt(n(229))/9)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(233)]=e,this[n(228)]=!1,this[n(227)](),this[n(244)]=!1}[c(227)](){this[c(242)]=!0}[c(243)](){const t=c;this[t(228)]=!this[t(228)],this[t(228)]?this[t(231)]():this[t(238)]()}[c(231)](){const t=c;for(const e of this[t(240)][t(226)][t(226)]())e[t(241)]&&!this[t(233)][t(246)](e)&&e[t(248)](t(230))}[c(238)](){const t=c;for(const e of this[t(240)][t(226)][t(226)]())e[t(241)]&&!this[t(233)][t(246)](e)&&e[t(234)](t(230))}}const h=d;function g(){const t=["editor","471222JbMYLG","5798EJsaKS","refresh","canEditAt","_isEnabledBasedOnSelection","171dnbnXI","isEnabled","895755TbXKta","plugins","TrackChangesEditing","268860WNWfTT","209968MoDDGs","get","acceptSuggestion","getRanges","execute","track-changes-accept-suggestion-not-found","270gVloRI","_suggestions","3024LdwzGC","4472VUOKEw","1072832KmAcUN","model"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=451]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(212052===parseInt(n(451))/1+-parseInt(n(465))/2*(-parseInt(n(457))/3)+parseInt(n(461))/4+-parseInt(n(471))/5+-parseInt(n(464))/6+parseInt(n(459))/7*(parseInt(n(460))/8)+-parseInt(n(469))/9*(parseInt(n(474))/10))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(458)]=e,this[n(466)](),this[n(468)]=!1}[h(466)](){this[h(470)]=!0}[h(455)](t){const n=h,r=this[n(458)][n(452)](t);if(!r)throw new e.CKEditorError(n(456),this);const s=r[n(454)]();this[n(463)][n(462)][n(467)](s)&&this[n(463)][n(472)][n(452)](n(473))[n(453)](r)}}function m(){const t=["execute","9272SjPFWG","9251CNHYWY","TrackChangesEditing","refresh","4210vBqcnm","isEnabled","7FjOkWQ","493335zxNqSU","track-changes-discard-suggestion-not-found","plugins","3642882mMVJKB","31092tBBJzk","get","editor","discardSuggestion","_suggestions","176UVXnOD","5202DSuYJn","canEditAt","model","_isEnabledBasedOnSelection","getRanges","835930vgeiAQ","2115690RolhDW"];return(m=function(){return t})()}function E(t,e){const n=m();return(E=function(t,e){return n[t-=168]})(t,e)}const I=E;!function(t,e){const n=E,r=t();for(;;)try{if(384670===-parseInt(n(177))/1+-parseInt(n(192))/2+-parseInt(n(181))/3*(-parseInt(n(186))/4)+parseInt(n(168))/5+-parseInt(n(180))/6*(parseInt(n(176))/7)+-parseInt(n(170))/8*(-parseInt(n(187))/9)+parseInt(n(174))/10*(parseInt(n(171))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(m);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(185)]=e,this[n(173)](),this[n(190)]=!1}[I(173)](){this[I(175)]=!0}[I(169)](t){const n=I,r=this[n(185)][n(182)](t);if(!r)throw new e.CKEditorError(n(178),this);const s=r[n(191)]();this[n(183)][n(189)][n(188)](s)&&this[n(183)][n(179)][n(182)](n(172))[n(184)](r)}}function T(t){const e=k;return t[e(312)](((t,n)=>e(276)==t[e(284)]&&e(276)!=n[e(284)]?-1:e(276)!=t[e(284)]&&e(276)==n[e(284)]?1:0))}function _(t,e){const n=k;let r,s=0;const o=[],i=e[n(296)];for(;s<t[n(305)];){const a=t[s],c=t[s+1];r||(r=e[n(278)](a)),y(e,a,c)||(o[n(294)](e[n(311)](r,i[n(303)](a)?e[n(277)](a):e[n(304)](a,n(316)))),r=null),s++}return o}function y(t,e,n){const r=k;if(!n)return!1;const s=t[r(277)](e),o=t[r(278)](n);return s[r(286)](o)}!function(t,e){const n=k,r=t();for(;;)try{if(480710===parseInt(n(281))/1+parseInt(n(299))/2*(-parseInt(n(307))/3)+parseInt(n(313))/4+parseInt(n(315))/5+parseInt(n(297))/6*(-parseInt(n(309))/7)+-parseInt(n(310))/8+parseInt(n(293))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(C);function A(t,e,n){const r=k;for(;n[r(305)];){const s=n[r(301)](0,100);t[r(314)]((()=>{const t=r;for(const n of s)n[t(290)]&&e[t(302)](n.id)}))}}function k(t,e){const n=C();return(k=function(t,e){return n[t-=275]})(t,e)}function C(){const t=["218172LseShg","isCollapsed","2azhmcM"," [color ","splice","execute","isObject","createPositionAt","length","getRanges","796017rHchla","join","182cdaFUz","1592008lLXKHb","createRange","sort","3687504LvPCtB","change","2777915bzlJyG","end","next","deletion","createPositionAfter","createPositionBefore","value","isIntersecting","118895xfliSX","add","isMultiRange","type","from","isTouching","start","content","replace","isInContent","color","isArray","2646972SofokX","push","map","schema"];return(C=function(){return t})()}const L=R;function R(t,e){const n=N();return(R=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(854720===-parseInt(n(192))/1+-parseInt(n(177))/2*(parseInt(n(196))/3)+parseInt(n(199))/4*(parseInt(n(197))/5)+parseInt(n(186))/6+-parseInt(n(201))/7*(parseInt(n(190))/8)+parseInt(n(179))/9*(parseInt(n(198))/10)+parseInt(n(191))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(185)]=e,this[r(188)]=n,this[r(178)](),this[r(200)]=!1}[L(178)](){const t=L,e=Array[t(195)](this[t(188)][t(193)]())[t(189)]((e=>e[t(187)]));this[t(184)]=this[t(185)][t(184)]&&e}[L(194)](){const t=L,e=T(Array[t(195)](this[t(188)][t(193)]()));for(const n of e){const e=n[t(181)]();if(!this[t(183)][t(182)][t(180)](e))return}A(this[t(183)][t(182)],this[t(185)],e)}}function N(){const t=["isInContent","_suggestions","some","39392UKJaHR","19365038GDDcvi","1645085qDXtoH","values","execute","from","34962QgqeQN","429145aEEZIr","940peNddG","40CdhYaX","_isEnabledBasedOnSelection","1876bGpQqI","218JuCeiX","refresh","147366iXqyjc","canEditAt","getRanges","model","editor","isEnabled","_command","5590914sGSdvP"];return(N=function(){return t})()}function v(t,e){const n=O();return(v=function(t,e){return n[t-=101]})(t,e)}const M=v;function O(){const t=["canEditAt","selection","values","editor","_suggestions","refresh","2509550PURTtb","75vQnFtn","_command","size","document","6zKTxbM","model","_selectedSuggestions","90bBDEQe","isEnabled","1907830liErUQ","1612248VWsnHw","1508066gBctsJ","531744cDKudO","310888KEsiFs","_isEnabledBasedOnSelection","execute","46JdIUqY","getRanges","from"];return(O=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(245898===-parseInt(n(119))/1*(parseInt(n(109))/2)+parseInt(n(105))/3+-parseInt(n(103))/4+-parseInt(n(102))/5+-parseInt(n(123))/6*(-parseInt(n(104))/7)+-parseInt(n(106))/8*(-parseInt(n(126))/9)+parseInt(n(118))/10)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(120)]=e,this[r(116)]=n,this[r(125)]=new Set,this[r(117)](),this[r(107)]=!1}[M(117)](){const t=M,e=this[t(115)][t(124)][t(122)][t(113)],n=Array[t(111)](this[t(116)][t(114)]());this[t(125)]=function(t,e){const n=k,r=Array[n(285)](t[n(306)]()),s=new Set;for(const o of e)if(o[n(290)])for(const e of r)for(const r of o[n(306)]())(e[n(280)](r)||t[n(298)]&&!o[n(283)]&&o[n(275)]&&r[n(316)][n(286)](e[n(287)]))&&s[n(282)](o);return s}(e,n),this[t(101)]=this[t(120)][t(101)]&&!!this[t(125)][t(121)]}[M(108)](){const t=M,e=T(Array[t(111)](this[t(125)]));for(const n of e){const e=n[t(110)]();if(!this[t(115)][t(124)][t(112)](e))return}A(this[t(115)][t(124)],this[t(120)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var B=Array.prototype.splice;const P=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=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=D,V.prototype.delete=P,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const W=function(){this.__data__=new z,this.size=0};const H=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const J=X||Y||Function("return this")();const Q=J.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.toString,et=Q?Q.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=Q?Q.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=J["__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,Et=Object.prototype,It=mt.toString,bt=Et.hasOwnProperty,Tt=RegExp("^"+It.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(J,"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 xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Bt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Pt=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Pt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Wt=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 Ht(t){var e=this.__data__=new z(t);this.size=e.size}Ht.prototype.clear=W,Ht.prototype.delete=H,Ht.prototype.get=K,Ht.prototype.has=q,Ht.prototype.set=Wt;const Kt=Ht;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Jt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const Zt=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):Qt(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?J.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 Ee=function(t){return function(e){return t(e)}};var Ie="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ie&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ie&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ee(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&&Zt(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 xe=Object.prototype.hasOwnProperty;const Be=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Pe=function(t){return Oe(t)?Ce(t,!0):Be(t)};const Ue=function(t,e){return t&&Zt(e,Pe(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?J.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const We=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 He=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Je=Ye?function(t){return null==t?[]:(t=Object(t),Ke(Ye(t),(function(e){return Xe.call(t,e)})))}:qe;const Qe=function(t,e){return Zt(t,Je(t),e)};const Ze=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;)Ze(e,Je(t)),t=$e(t);return e}:qe;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,we,Je)};const sn=function(t){return nn(t,Pe,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),En=dt(an),In=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 En:return fn;case In: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=J.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=Q?Q.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 xn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var Pn=_e&&_e.isMap;const Un=Pn?Ee(Pn):Bn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ee(Gn):jn;var zn="[object Arguments]",Wn="[object Function]",Hn="[object Object]",Kn={};Kn[zn]=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[Hn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return He(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==Hn||h==zn||g&&!o){if(a=u||g?{}:xn(e),!c)return u?en(e,Ue(a,e)):Qe(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Pe:we)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Qt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Yn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||(Qn.test(t)||!Jn.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=Q?Q.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:Zn(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])?[]:{})}Qt(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 Er=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 Ir=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(!Er(e,(function(t,e){if(!Ir(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=Q?Q.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 E=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===E?p===m||s(p,m,n,r,o):E)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var I=t.constructor,b=e.constructor;I==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof I&&I instanceof I&&"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 Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const 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 Br=function(t,e){return e.length<2?t:Fr(t,xr(e,0,-1))};const Pr=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Pr(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=259]})(t,e)}function Vr(){const t=["getFirstRange","accept","hasComments","next","author","removeMarkers","split","6499900zLHOXy","createdAt","getContainedElement","nodeBefore","isIntersecting","getRange","388743CpctLO","addRange","isExternal","onAccept","removeMarker","clear","getFirstMarker","getMarkers","9dLzgKm","data","previous","_onDiscard","get","_onAttributesChange","getItems","addMarkerName","_saved","delete","add","length","getMultiRangeId","54Jmgqtz","_isDataLoaded","isInContent","change","addMarker","269682pVWiFL","map","authoredAt","size","@external","head","2488760ctmdDf","push","getRanges","11119512lelFgv","toJSON","nodeAfter","_model","isMultiRange","getAllAdjacentSuggestions","end","isIntersectingWithRange","subType","7643120NEOyWz","filter","setAttribute","discard","suggestion:","type","removeAttribute","commentThread","reduce","14oRnjQy","_markerNames","decorate","from","set","getMarkerNames","_onAccept","creator","onDiscard","996769KEtLyp","substr","markers","onAttributesChange","start","attributes"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(990695===-parseInt(n(303))/1+-parseInt(n(294))/2*(parseInt(n(322))/3)+parseInt(n(273))/4+parseInt(n(316))/5+parseInt(n(262))/6*(parseInt(n(267))/7)+parseInt(n(276))/8+parseInt(n(330))/9*(-parseInt(n(285))/10))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(263)]=!1,this.id=e.id,this[n(290)]=e[n(290)],this[n(284)]=e[n(284)]||null,this[n(313)]=e[n(313)],this[n(301)]=e[n(301)]||e[n(313)],this[n(324)]=Boolean(e[n(308)]&&e[n(308)][n(271)]),this[n(331)]=null,this[n(279)]=t,this[n(300)]=e[n(325)],this[n(333)]=e[n(302)],this[n(335)]=e[n(306)],this[n(295)]=new Set,this[n(317)]=null,this[n(298)](n(269),null),this[n(298)](n(308),e[n(308)]||{}),this[n(298)](n(332),null),this[n(298)](n(312),null),this[n(298)](n(292),null),this[n(298)](n(338),!1),this[n(296)](n(310)),this[n(296)](n(288))}get[jr(272)](){const t=jr;let e=this;for(;e[t(332)];)e=e[t(332)];return e}get[jr(311)](){const t=jr;return!!this[t(292)]&&this[t(292)][t(260)]>0}get[jr(280)](){const t=jr;return 0!=this[t(295)][t(270)]&&6==Array[t(297)](this[t(295)])[0][t(315)](":")[t(260)]}get[jr(264)](){return null!==this[jr(328)]()}[jr(337)](t){const e=jr;this[e(295)][e(259)](t)}[jr(299)](){const t=jr;return Array[t(297)](this[t(295)])}[jr(329)](){const t=jr;return this[t(299)]()[t(268)]((e=>this[t(279)][t(305)][t(334)](e)))[t(286)]((t=>t))}[jr(328)](){return this[jr(329)]()[0]||null}[jr(314)](){const t=jr;this[t(279)][t(265)]((e=>{const n=t;for(const t of this[n(329)]())e[n(326)](t)})),this[t(295)][t(327)]()}[jr(326)](t){const e=jr;this[e(279)][e(265)]((n=>{n[e(326)](t)})),this[e(295)][e(339)](t)}[jr(323)](t){const e=jr,n=e(289)+this[e(290)]+":"+this[e(284)]+":"+this.id+":"+this[e(301)].id+":"+zr[e(261)]();this[e(337)](n),this[e(279)][e(265)]((r=>{r[e(266)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(283)](t){const e=jr;for(const n of this[e(275)]())if(n[e(320)](t))return!0;return!1}[jr(275)](){const t=jr;return this[t(329)]()[t(268)]((e=>e[t(321)]()))}[jr(336)](){const t=jr;return this[t(275)]()[t(293)](((e,n)=>[...e,...n[t(336)]()]),[])}[jr(309)](){const t=jr;var e;return(null===(e=this[t(328)]())||void 0===e?void 0:e[t(321)]())||null}[jr(318)](){const t=jr,e=this[t(275)]();if(1!=e[t(260)])return null;const n=e[0],r=n[t(307)][t(278)],s=n[t(282)][t(319)];return r instanceof i.Element?r!=s?null:r:null}[jr(310)](){const t=jr;this[t(300)](this[t(275)](),this[t(331)],this[t(308)]),this[t(314)]()}[jr(288)](){const t=jr;this[t(333)](this[t(275)](),this[t(331)],this[t(308)]),this[t(314)]()}[jr(281)](){const t=jr,e=[];let n=this[t(272)];for(;n;)e[t(274)](n),n=n[t(312)];return e}[jr(287)](t,e){const n=jr,r=Xn(this[n(308)]);hr(r,t,e),wr(r,this[n(308)])||(this[n(308)]=r,this[n(335)](r))}[jr(291)](t){const e=jr,n=Xn(this[e(308)]);Ur(n,t),wr(n,this[e(308)])||(this[e(308)]=n,this[e(335)](this[e(308)]))}[jr(277)](){const t=jr;return{id:this.id,type:this[t(284)]?this[t(290)]+":"+this[t(284)]:this[t(290)],authorId:this[t(301)].id,createdAt:this[t(317)],hasComments:this[t(311)],data:this[t(331)],attributes:this[t(308)]}}static[jr(261)](){const t=jr;return(0,e.uid)()[t(304)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}function Hr(){const t=["replace","_locale","_handleRenameSuggestionDescription","5894690JDhtyk","_resolveDescriptionItems","type","item","getDescriptions","elementStart","*Change to:* %0","_attributeLabels","$1 $2","_customCallbacks","1246568wdWtzq","Object","text","_itemLabelsCallbacks","*Set format:* %0","registerElementLabel","remove","label","push","set","key","addObject","*Remove format:* %0","data","isEqual","isInContent","removeObject","*Split:* %0","addEmptyContainer","previousSibling","insertion","$text","pop","REPLACE_TEXT","9bRZcXM","2HozSco","newValue","skip","start","*Remove:* %0","softBreak","has","Container","isObject","deletion","name","subType","getWalker","nodeAfter","format","normal","map","removeEmptyContainer","removeFormat","_itemLabels","1085300neVNPY","35weworl","matchingCallback","function","get","762417pKyLin","indexOf","addFormat","_handleInsertRemoveSuggestionDescription","$textProxy","196487GFmZON","join","_schema","addContainer","add","end","attribute","match","*Merge:* %0","getItemLabel","nextSibling","_handleAttributeSuggestionDescription","removeContainer","_addDescriptionItems","EmptyContainer","registerDescriptionCallback","324546kjlquJ","564410eeXEME","ELEMENT_SPACE","isEmpty","registerAttributeLabel","getFirstRange","element","_handleCustomCallbackDescription","*Insert:* %0","quantity","elementEnd","checkChild","length"];return(Hr=function(){return t})()}const Kr=qr;function qr(t,e){const n=Hr();return(qr=function(t,e){return n[t-=323]})(t,e)}!function(t,e){const n=qr,r=t();for(;;)try{if(148280===-parseInt(n(412))/1+parseInt(n(382))/2*(parseInt(n(407))/3)+-parseInt(n(402))/4+-parseInt(n(332))/5+-parseInt(n(331))/6*(parseInt(n(403))/7)+-parseInt(n(357))/8*(-parseInt(n(381))/9)+parseInt(n(347))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hr);class Xr{constructor(t,e){const n=qr;this[n(356)]=[],this[n(401)]=new Map,this[n(360)]=[],this[n(354)]=new Map,this[n(414)]=t,this[n(345)]=e}[Kr(351)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(343)];o++){const i=t[o];if(!i[e(372)])continue;const a=this[e(338)](i);if(a){if(null!=i[e(393)]){if(r[e(388)](i[e(393)]))continue;r[e(416)](i[e(393)])}n[e(365)](a)}else if(e(418)!=i[e(349)])e(377)!=i[e(349)]&&e(391)!=i[e(349)]||this[e(410)](n,i,t[o+1]);else{const t=i[e(370)][e(367)];if(s[e(388)](t))continue;s[e(416)](i[e(370)][e(367)]),t==_c?this[e(346)](n,i):this[e(326)](n,i)}}return this[e(348)](n)}[Kr(330)](t){const e=Kr;this[e(356)][e(365)](t)}[Kr(362)](t,n,r=e.priorities[Kr(397)]){const s=Kr;s(405)==typeof t?(0,e.insertToPriorityArray)(this[s(360)],{matchingCallback:t,label:n,priority:r}):this[s(401)][s(366)](t,n)}[Kr(335)](t,e){const n=Kr;this[n(354)][n(366)](t,e)}[Kr(324)](t,e=1){const n=Kr;let r;for(const e of this[n(360)])if(e[n(404)](t)){r=e[n(364)];break}return r||(r=this[n(401)][n(406)](t[n(392)])),r?r(e):1!==e?e+" "+t[n(392)]+"s":""+t[n(392)]}[Kr(328)](t,e){const n=Kr,r=e[n(336)]()[n(394)](),s=n(377)==e[n(349)]?n(416):n(363);for(const e of r){const o=e[n(350)],i=t[t[n(343)]-1];if(o.is(n(411)))i&&i[n(349)][n(408)](n(389))>-1&&t[n(379)](),i&&n(359)==i[n(349)]?i[s]+=o[n(370)]:t[n(365)]({type:n(359),add:n(416)==s?o[n(370)]:"",remove:n(363)==s?o[n(370)]:""});else if(this[n(414)][n(390)](o)){const a=o;if(i&&i[n(349)][n(408)](n(389))>-1&&t[n(379)](),n(341)==e[n(349)])continue;i&&i[n(349)]==s+n(358)&&i[n(337)][n(392)]==a[n(392)]?i[n(340)]++:t[n(365)]({type:s+n(358),element:a,quantity:1}),r[n(384)]((t=>!(n(341)==t[n(349)]&&t[n(350)]==o)))}else if(this[n(414)][n(342)](o,n(378))||o.is(n(337),n(387))){const r=o;if(n(416)==s&&n(352)==e[n(349)]||n(363)==s&&n(341)==e[n(349)])continue;if(i&&-1==i[n(349)][n(408)](n(389))){n(359)==i[n(349)]&&(i[s]+="\n");continue}let a;if(a=n(416)==s?r[n(325)]&&!this[n(414)][n(390)](r[n(325)])?r[n(325)]:null:r[n(376)]&&!this[n(414)][n(390)](r[n(376)])?r[n(376)]:null,r[n(334)]||a&&a[n(334)]){const e=a&&a[n(334)]?a:r;i&&i[n(349)]==s+n(329)&&i[n(337)][n(392)]==e[n(392)]?i[n(340)]++:t[n(365)]({type:s+n(329),element:e,quantity:1})}else t[n(365)]({type:s+n(389),element:r})}}}[Kr(348)](t){const e=Kr,n=this[e(345)],r=[],s=[],o=[];for(const i of t)switch(i[e(349)]){case e(359):if(i[e(416)]=i[e(416)][e(344)](/(\S)\u000A+(\S)/g,e(355))[e(344)](/\u000A/g,""),i[e(363)]=i[e(363)][e(344)](/(\S)\u000A+(\S)/g,e(355))[e(344)](/\u000A/g,""),""!=i[e(416)]&&""!=i[e(363)]){r[e(365)]({type:e(344),content:Wr(n,e(380),['"'+i[e(363)]+'"','"'+i[e(416)]+'"'])});continue}if(null!=i[e(416)][e(419)](/^ +$/)){r[e(365)]({type:e(377),content:Wr(n,e(339),Wr(n,e(333),i[e(416)][e(343)]))});continue}if(null!=i[e(363)][e(419)](/^ +$/)){r[e(365)]({type:e(391),content:Wr(n,e(386),Wr(n,e(333),i[e(363)][e(343)]))});continue}if(""!=i[e(416)]){r[e(365)]({type:e(377),content:Wr(n,e(339),'"'+i[e(416)]+'"')});continue}r[e(365)]({type:e(391),content:Wr(n,e(386),'"'+i[e(363)]+'"')});continue;case e(375):case e(368):r[e(365)]({type:e(377),content:Wr(n,e(339),this[e(324)](i[e(337)],i[e(340)]))});continue;case e(399):case e(373):r[e(365)]({type:e(391),content:Wr(n,e(386),this[e(324)](i[e(337)],i[e(340)]))});continue;case e(415):r[e(365)]({type:e(377),content:Wr(n,e(374),this[e(324)](i[e(337)],i[e(340)]))});continue;case e(327):r[e(365)]({type:e(391),content:Wr(n,e(323),this[e(324)](i[e(337)],i[e(340)]))});continue;case e(409):s[e(365)](i[e(367)]);continue;case e(400):o[e(365)](i[e(367)]);continue;default:r[e(365)](i)}if(s[e(343)]){const t=s[e(398)]((t=>this[e(354)][e(388)](t)?this[e(354)][e(406)](t):t))[e(413)](", ");r[e(365)]({type:e(396),content:Wr(this[e(345)],e(361),t)})}if(o[e(343)]){const t=o[e(398)]((t=>this[e(354)][e(388)](t)?this[e(354)][e(406)](t):t))[e(413)](", ");r[e(365)]({type:e(396),content:Wr(this[e(345)],e(369),t)})}return r}[Kr(338)](t){const e=Kr;for(const n of this[e(356)]){const r=n(t);if(r&&e(349)in r)return r}}[Kr(326)](t,e){const n=Kr,r=e[n(370)],s=void 0===r[n(383)]?n(400):n(409);t[n(365)]({type:s,key:r[n(367)]})}[Kr(346)](t,e){const n=Kr;t[n(365)]({type:n(396),content:Wr(this[n(345)],n(353),this[n(324)](e[n(336)]()[n(385)][n(395)],1))})}[Kr(410)](t,e,n){const r=Kr;if(this[r(328)](t,e),n&&n[r(336)]()&&!e[r(336)]()[r(417)][r(371)](n[r(336)]()[r(385)])){const n=t[t[r(343)]-1],s=r(377)==e[r(349)]?r(416):r(363);n&&r(359)==n[r(349)]&&(n[s]+="\n")}}}const Yr=Jr;function Jr(t,e){const n=Qr();return(Jr=function(t,e){return n[t-=391]})(t,e)}function Qr(){const t=["35136pxixlH","editor","commands","2GvonDn","enableCommand","536xCiEGN","plugins","showAIAssistant","8297650WhFrKj","TrackChangesEditing","4630JyJPsQ","21Lbbgxy","4461317BybQTv","17330962mBAtzy","afterInit","425653isHpoG","4794QGVZTE","15652ObVfUC","get"];return(Qr=function(){return t})()}!function(t,e){const n=Jr,r=t();for(;;)try{if(506540===-parseInt(n(398))/1*(parseInt(n(405))/2)+-parseInt(n(394))/3*(-parseInt(n(400))/4)+-parseInt(n(393))/5*(parseInt(n(399))/6)+parseInt(n(395))/7+-parseInt(n(407))/8*(-parseInt(n(402))/9)+-parseInt(n(391))/10+parseInt(n(396))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qr);class Zr extends t.Plugin{[Yr(397)](){const t=Yr,e=this[t(403)],n=e[t(408)][t(401)](t(392));e[t(404)][t(401)](t(409))&&n[t(406)](t(409))}}const $r=es;function ts(){const t=["2003400mWuvrZ","registerAttributeLabel","right","FORMAT_ALIGNMENT","FORMAT_JUSTIFY_TEXT","FORMAT_ALIGN_TO_RIGHT","commandName","plugins","locale","_registerLegacyDescription","get","926035hqbKqH","AlignmentEditing","format","center","editor","justify","registerBlockAttribute","1497152PRmVUE","formatBlock","FORMAT_ALIGN_TO_LEFT","4548396IRjHqz","registerDescriptionCallback","value","FORMAT_ALIGN_TO_CENTER","alignment","type","left","descriptionFactory","afterInit","123848SbdjMM","commandParams","21RVhYbI","1198716KoXjxR","enableDefaultAttributesIntegration","has","TrackChangesEditing","65752iCGWXo","*Format:* %0"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(507352===parseInt(n(130))/1+-parseInt(n(149))/2+parseInt(n(152))/3+-parseInt(n(137))/4+parseInt(n(158))/5+-parseInt(n(140))/6+-parseInt(n(151))/7*(parseInt(n(156))/8))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(148)](){const t=$r,e=this[t(134)],n=e[t(127)];if(!e[t(126)][t(154)](t(131)))return;const r=e[t(126)][t(129)](t(155));r[t(153)](t(144)),r[t(136)](t(144)),r[t(147)][t(159)](t(144),Wr(n,t(161))),this[t(128)]()}[$r(128)](){const t=$r,e=this[t(134)],n=e[t(127)];e[t(126)][t(129)](t(155))[t(147)][t(141)]((e=>{const r=t;if(r(138)!=e[r(145)])return;const{data:s}=e;if(s&&r(144)==s[r(125)]){const t=s[r(150)][0][r(142)];return{type:r(132),content:Wr(n,r(157),function(t){const e=r;switch(t){case e(146):return Wr(n,e(139));case e(160):return Wr(n,e(163));case e(133):return Wr(n,e(143));case e(135):return Wr(n,e(162))}}(t))}}}))}}function rs(t,e){const n=os();return(rs=function(t,e){return n[t-=119]})(t,e)}const ss=rs;function os(){const t=["351188MbISTH","SubscriptEditing","3921536cXRzho","*Format:* %0","5615442qrRsWV","toLowerCase","25DaQmzh","locale","get","ItalicEditing","afterInit","format","FORMAT_SUBSCRIPT","registerInlineAttribute","subscript","FORMAT_","FORMAT_ITALIC","_registerLegacyDescription","FORMAT_SUPERSCRIPT","bold","FORMAT_CODE","FORMAT_UNDERLINE","CodeEditing","5958430AFnjsx","commandParams","*Remove format:* %0","StrikethroughEditing","plugins","TrackChangesEditing","commandName","FORMAT_BOLD","type","code","strikethrough","formatInline","1505307vBUUul","UnderlineEditing","slice","underline","italic","SuperscriptEditing","registerAttributeLabel","descriptionFactory","toUpperCase","forceValue","has","registerDescriptionCallback","575562BEOgUD","2iXFzYd","4kBrzun","editor","5317599SZfopK","BoldEditing","enableDefaultAttributesIntegration","FORMAT_STRIKETHROUGH","superscript"];return(os=function(){return t})()}!function(t,e){const n=rs,r=t();for(;;)try{if(388846===parseInt(n(172))/1*(-parseInt(n(124))/2)+parseInt(n(159))/3*(parseInt(n(173))/4)+parseInt(n(130))/5*(parseInt(n(171))/6)+-parseInt(n(119))/7+parseInt(n(126))/8+parseInt(n(128))/9+-parseInt(n(147))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[ss(120),ss(133),ss(160),ss(146),ss(150),ss(125),ss(164)];class as extends t.Plugin{[ss(134)](){const t=ss,e=this[t(174)],n=e[t(151)][t(132)](t(152)),r=e[t(131)];for(const s of is){if(!e[t(151)][t(169)](s))continue;const o=s[t(161)](0,-7)[t(129)](),i=t(139)+o[t(167)]();n[t(121)](o),n[t(137)](o),n[t(166)][t(165)](o,Wr(r,i))}this[t(141)]()}[ss(141)](){const t=ss,e=this[t(174)],n=e[t(131)],r=e[t(151)][t(132)](t(152));function s(e,s){const o=t;r[o(166)][o(170)]((t=>{const r=o;if(r(158)!=t[r(155)])return;const{data:i}=t;return i&&i[r(153)]===e?i[r(148)][0][r(168)]?{type:r(135),content:Wr(n,r(127),s)}:{type:r(135),content:Wr(n,r(149),s)}:void 0}))}s(t(143),Wr(n,t(154))),s(t(163),Wr(n,t(140))),s(t(162),Wr(n,t(145))),s(t(156),Wr(n,t(144))),s(t(157),Wr(n,t(122))),s(t(138),Wr(n,t(136))),s(t(123),Wr(n,t(142)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=146]})(t,e)}function ls(){const t=["24McDlYW","document","4025781qJNOuV","296esfaDl","afterInit","TrackChangesEditing","plugins","BlockQuoteEditing","getSelectedBlocks","from","markBlockFormat","value","5rVbrkW","424746DDWPCo","checkChild","commandParams","format","forceValue","descriptionFactory","filter","$root","blockQuote","change","name","*Set format:* %0","ELEMENT_BLOCK_QUOTE","*Remove format:* %0","selection","has","745213UVTrAS","enableCommand","parent","commandName","85892trzoaE","commands","451095zzfCIk","218yNTUgN","editor","locale","schema","registerDescriptionCallback","get","2428230gWhxGG","model"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(237444===parseInt(n(171))/1*(-parseInt(n(160))/2)+-parseInt(n(159))/3+-parseInt(n(157))/4*(parseInt(n(180))/5)+parseInt(n(181))/6+-parseInt(n(153))/7*(parseInt(n(168))/8)+parseInt(n(170))/9+parseInt(n(166))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(172)](){const t=cs,e=this[t(161)],n=e[t(162)];if(!e[t(174)][t(152)](t(175)))return;const r=e[t(174)][t(165)](t(173)),s=this[t(161)][t(158)][t(165)](t(189));r[t(154)](t(189),((n,o={})=>{const i=t,a=this[i(161)][i(167)][i(169)][i(151)],c=o&&void 0!==o[i(185)]?o[i(185)]:!s[i(179)];let u=[];if(c){const t=Array[i(177)](a[i(176)]())[i(187)]((t=>hs(t)||function(t,e){const n=i,r=e[n(182)](t[n(155)],n(189)),s=e[n(182)]([n(188),n(189)],t);return r&&s}(t,this[i(161)][i(167)][i(163)])));u=_(t,e[i(167)])}else{const t=Array[i(177)](a[i(176)]())[i(187)]((t=>hs(t)));u=_(t,e[i(167)])}e[i(167)][i(146)]((()=>{const t=i;for(const e of u)r[t(178)](e,{commandName:t(189),commandParams:[{forceValue:c}]})}))})),r[t(186)][t(164)]((e=>{const r=t,{data:s}=e;if(s&&r(189)==s[r(156)]){const t=Wr(n,r(149));return s[r(183)][0][r(185)]?{type:r(184),content:Wr(n,r(148),t)}:{type:r(184),content:Wr(n,r(150),t)}}}))}}function hs(t){const e=cs;return e(189)==t[e(155)][e(147)]}const gs=ps;function ds(){const t=["9pHjOSX","2257710GVLLrL","7716880RktQEI","afterInit","editor","has","9723610crTJqU","changeCaseUpper","enableCommand","changeCaseLower","410vQjjrW","10924mOcmxc","277467lllwHq","plugins","TrackChangesEditing","1fhIazK","get","CaseChange","70024prMWPf","491574TXHFSk","changeCaseTitle"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=270]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(508651===-parseInt(n(289))/1*(parseInt(n(271))/2)+-parseInt(n(286))/3+parseInt(n(285))/4*(parseInt(n(284))/5)+parseInt(n(272))/6+parseInt(n(275))/7+-parseInt(n(276))/8+-parseInt(n(274))/9*(-parseInt(n(280))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(277)](){const t=gs,e=this[t(278)];e[t(287)][t(279)](t(270))&&(e[t(287)][t(290)](t(288))[t(282)](t(281)),e[t(287)][t(290)](t(288))[t(282)](t(283)),e[t(287)][t(290)](t(288))[t(282)](t(273)))}}const Es=Is;function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=440]})(t,e)}function bs(){const t=["849002OUhhjD","171jxxCJS","3230676LbGzhu","1967KWcGJO","get","TrackChangesEditing","afterInit","9162AUTZYr","enableCommand","2401940kiBwdo","2733861cwgYDe","editor","ckbox","4504sSGqHU","7482fATPum","4294gltwxQ","plugins","commands","370QGaYkm"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(634288===-parseInt(n(458))/1*(-parseInt(n(453))/2)+parseInt(n(448))/3+parseInt(n(440))/4+parseInt(n(447))/5+parseInt(n(452))/6*(parseInt(n(441))/7)+parseInt(n(451))/8*(parseInt(n(445))/9)+-parseInt(n(456))/10*(parseInt(n(457))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(444)](){const t=Es,e=this[t(449)];e[t(455)][t(442)](t(450))&&e[t(454)][t(442)](t(443))[t(446)](t(450))}}function _s(t,e){const n=As();return(_s=function(t,e){return n[t-=179]})(t,e)}const ys=_s;function As(){const t=["parent","13718793QPNirH","9vCbuMW","schema","2918658SrMCuo","from","rootElement","selection","type","format","has","*Set format:* %0","codeBlock","2VmHLVV","filter","ELEMENT_CODE_BLOCK","indentCodeBlock","editor","TrackChangesEditing","isLimit","change","forceValue","828MVcDOB","get","enableCommand","markBlockFormat","name","489587OWGCju","commandName","CodeBlock","*Remove format:* %0","languages","6094210QVzyex","30xWMdxl","blockName","20015OkFcRY","toLowerCase","model","plugins","language","afterInit","document","formatBlock","label","value","commands","checkChild","outdentCodeBlock","getSelectedBlocks","commandParams","registerElementLabel","config","5739264qmmKrg","find","registerDescriptionCallback","locale","636125qXigIg","descriptionFactory"];return(As=function(){return t})()}!function(t,e){const n=_s,r=t();for(;;)try{if(555453===parseInt(n(186))/1*(-parseInt(n(230))/2)+parseInt(n(221))/3+parseInt(n(181))/4*(-parseInt(n(194))/5)+parseInt(n(192))/6*(-parseInt(n(215))/7)+parseInt(n(211))/8+parseInt(n(219))/9*(-parseInt(n(191))/10)+parseInt(n(218))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class ks extends t.Plugin{[ys(199)](){const t=ys,e=this[t(234)];if(!e[t(197)][t(227)](t(188)))return;const n=e[t(197)][t(182)](t(235)),r=e[t(214)],s=e[t(210)][t(182)](t(229))[t(190)],o=e[t(204)][t(182)](t(229));n[t(183)](t(233)),n[t(183)](t(206)),n[t(183)](t(229),((r,i={})=>{const a=t,c=e[a(196)],u=e[a(196)][a(200)][a(224)],l=i&&void 0!==i[a(180)]?i[a(180)]:!o[a(203)];let f;i[a(198)]||(i[a(198)]=s[0][a(198)]),f=l?Array[a(222)](u[a(207)]())[a(231)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(223))&&!e[n(236)](t)&&e[n(205)](t[n(217)],n(229))}(t,c[a(220)]))):Array[a(222)](u[a(207)]())[a(231)]((t=>Cs(t)));const h=_(f,c);c[a(179)]((()=>{const t=a;for(const e of h)n[t(184)](e,{commandName:t(229),commandParams:[{...i,forceValue:l}],formatGroupId:t(193)})}))})),n[t(216)][t(209)](t(229),(e=>Wr(r,t(232),e))),n[t(216)][t(213)]((e=>{const n=t;if(n(201)!=e[n(225)])return;const o=r.t,{data:i}=e;if(!i||n(229)!=i[n(187)])return;const a=i[n(208)][0][n(198)],c=o(s[n(212)]((t=>t[n(198)]===a))[n(202)])[n(195)]();return i[n(208)][0][n(180)]?{type:n(226),content:Wr(r,n(228),Wr(r,n(232),1)+" ("+c+")")}:{type:n(226),content:Wr(r,n(189),Wr(r,n(232),1))}}))}}function Cs(t){const e=ys;return e(229)==t[e(185)]}const Ls=Ss;function Rs(){const t=["3808557SdzfNw","addCommentThread","30xwYuqT","enableCommand","895399fuTyWP","120TOPMtC","has","16ygeHpZ","6128199HPqTml","afterInit","4767432TZvdVQ","221276iLIoEy","7222952FOyfwP","40RkKeyY","plugins","TrackChangesEditing","315750LWrSna","get","editor","CommentsEditing"];return(Rs=function(){return t})()}function Ss(t,e){const n=Rs();return(Ss=function(t,e){return n[t-=181]})(t,e)}!function(t,e){const n=Ss,r=t();for(;;)try{if(666780===-parseInt(n(190))/1+-parseInt(n(197))/2*(parseInt(n(188))/3)+-parseInt(n(196))/4+parseInt(n(182))/5*(parseInt(n(191))/6)+-parseInt(n(194))/7+-parseInt(n(193))/8*(-parseInt(n(186))/9)+parseInt(n(199))/10*(parseInt(n(198))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ns extends t.Plugin{[Ls(195)](){const t=Ls,e=this[t(184)];e[t(200)][t(192)](t(185))&&e[t(200)][t(183)](t(181))[t(189)](t(187))}}var vs=n(834);function Ms(t,e,n){const r=Os,s=[];for(const o of e[r(429)]())o[r(417)](t)&&s[r(443)](n[r(426)](o));return s}function Os(t,e){const n=Ds();return(Os=function(t,e){return n[t-=413]})(t,e)}function ws(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(433)][r(420)](r(422));return(o,i,a)=>{const c=r;if(!a[c(451)][c(450)](i[c(438)],o[c(453)]))return;const u=i[c(438)][c(458)](),l=i[c(438)][c(440)],f=t[c(461)][c(423)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(460)];d=d||f[c(432)](e);const n=a[c(446)][c(419)](e);if(n&&n[c(428)](c(425)))return;c(431)==t[c(442)]&&f[c(462)](e)&&!f[c(427)](e)&&(e[c(437)]||l[c(430)]?h&&h[c(416)]==e||(h=e,m(t[c(434)]),p=!0):g=g||t[c(434)])}function m(t){const r=c,o=a[r(424)][r(454)](r(448),{class:r(445)+e}),u=a[r(446)][r(444)](t);n&&s[r(457)][r(439)](i[r(415)])&&a[r(424)][r(455)](r(435),o),a[r(424)][r(459)](u,o),a[r(446)][r(414)](o,i[r(415)])}d||p||!g||m(g)}}function Ds(){const t=["item","model","isBlock","485646YwduYP","bindElementToMarker","markerName","parent","hasAttribute","1842oyKJMB","toViewElement","get","16dRlZSd","TrackChangesEditing","schema","writer","addHighlight","createRangeOn","isLimit","getCustomProperty","getItems","isAtEnd","elementEnd","isContent","plugins","previousPosition","ck-suggestion-marker--active","53UJBOwe","nextSibling","markerRange","includes","start","1296430SRJnUb","type","push","toViewPosition","ck-suggestion-marker-","mapper","1133091rrHWKY","span","984906kXeJrA","test","consumable","169964tewBgo","name","createUIElement","addClass","339052TWWMrT","activeMarkers","getWalker","insert"];return(Ds=function(){return t})()}!function(t,e){const n=Os,r=t();for(;;)try{if(130088===parseInt(n(436))/1*(parseInt(n(418))/2)+-parseInt(n(413))/3+parseInt(n(452))/4+parseInt(n(441))/5+parseInt(n(449))/6+parseInt(n(456))/7*(-parseInt(n(421))/8)+-parseInt(n(447))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ds);const Fs=Bs;function xs(){const t=["high","writer","init","bind","isCollapsed","end","2890179bPgWSi","start","uiElement","$graveyard","root","rootName","forward","showSuggestionHighlights","enqueueChange","merge","batch","7175588BuRnRF","unbindElementFromMarkerName","markerNameToElements","4UbjKmC","getFirstRange","document","data","plugins","options","buffer","modifySelection","1295796iDBusD","markerName","commands","unlock","setSelection","enableCommand","createSelection","detach","2882870ovtpAR","670AJIHuB","unit","createRange","selection","get","mapper","lock","remove","model","delete","fromRange","requires","downcastDispatcher","editor","2OxMgQn","removeMarker:suggestion:deletion","TrackChangesEditing","282807yTEuxM","addMarker:suggestion:deletion","deleteForward","425846bwMmEB","450680FENyxH","editing"];return(xs=function(){return t})()}function Bs(t,e){const n=xs();return(Bs=function(t,e){return n[t-=311]})(t,e)}!function(t,e){const n=Bs,r=t();for(;;)try{if(613255===parseInt(n(313))/1+parseInt(n(367))/2*(parseInt(n(322))/3)+-parseInt(n(336))/4*(-parseInt(n(352))/5)+-parseInt(n(344))/6+parseInt(n(333))/7+-parseInt(n(314))/8+parseInt(n(370))/9*(-parseInt(n(353))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Ps extends t.Plugin{static get[Fs(364)](){return[vs.Delete]}[Fs(318)](){const t=Fs,e=this[t(366)],n=e[t(340)][t(357)](t(369));n[t(349)](t(362));const r=e[t(346)][t(357)](t(312));n[t(349)](t(312),((n,s={})=>{const o=t,a=e[o(361)][o(350)](e[o(361)][o(338)][o(356)]);a[o(320)]&&e[o(361)][o(343)](a,{direction:o(328),unit:s[o(354)]});const c=a[o(337)](),u=i.LiveRange[o(363)](c);let l;n(s),l=o(325)==u[o(326)][o(327)]?e[o(361)][o(355)](c[o(323)]):e[o(361)][o(355)](u[o(323)],u[o(321)]),u[o(351)](),e[o(361)][o(330)](r[o(342)][o(332)],(t=>{const e=o;r[e(342)][e(359)](),t[e(348)](t[e(355)](l[e(321)])),r[e(342)][e(347)]()}))})),e[t(315)][t(365)].on(t(311),ws(e,t(331)),{priority:t(316)}),e[t(339)][t(365)].on(t(311),((n,r,s)=>{const o=t;s[o(341)][o(329)]&&ws(e,o(331),{showActiveMarker:!1})[o(319)](this)(n,r,s)}),{priority:t(316)}),e[t(315)][t(365)].on(t(368),((e,n,r)=>{const s=t,o=r[s(358)][s(335)](n[s(345)]);if(o)for(const t of o)t.is(s(324))&&(r[s(358)][s(334)](t,n[s(345)]),r[s(317)][s(360)](t))}),{priority:t(316)})}}const Us=js;function js(t,e){const n=zs();return(js=function(t,e){return n[t-=305]})(t,e)}!function(t,e){const n=js,r=t();for(;;)try{if(600194===-parseInt(n(404))/1*(-parseInt(n(409))/2)+-parseInt(n(377))/3*(parseInt(n(348))/4)+-parseInt(n(337))/5*(parseInt(n(388))/6)+parseInt(n(307))/7*(-parseInt(n(342))/8)+parseInt(n(383))/9*(parseInt(n(323))/10)+-parseInt(n(319))/11+parseInt(n(384))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class Gs extends t.Plugin{[Us(451)](){const t=Us,e=this[t(312)];if(!e[t(420)][t(452)](t(439)))return;const n=e[t(368)],r=e[t(420)][t(370)](t(444)),s=e[t(420)][t(452)](t(454)),o=!!e[t(338)][t(370)](t(440));function i(e){const r=t;return{type:r(360),content:""+Wr(n,r(385),e)}}function a(e){const r=t;return{type:r(360),content:""+Wr(n,r(346),e)}}r[t(365)](t(446)),r[t(365)](t(407)),r[t(365)](t(445)),r[t(365)](t(408)),r[t(365)](t(380)),r[t(365)](t(400)),r[t(365)](t(364)),r[t(365)](t(418)),r[t(376)](t(428)),r[t(376)](t(334)),r[t(376)](t(412)),o&&(r[t(365)](t(381)),r[t(365)](t(441))),s&&(r[t(365)](t(374)),r[t(365)](t(349)),r[t(376)](t(419)),r[t(389)][t(395)]((e=>{const r=t,{data:s}=e;if(s&&r(419)==s[r(321)])return{type:r(360),content:s[r(402)]?Wr(n,r(393)):Wr(n,r(336))}})),this[t(312)][t(391)][t(387)][t(425)]((e=>{const n=t;if(e[n(390)][n(431)])return!1;let s=!1;const o=r[n(373)]({skipNotAttached:!0})[n(421)]((t=>n(419)===r[n(361)](t)));for(const t of o)n(309)!=t[n(426)]()[n(397)][n(308)][n(345)](n(334))&&(r[n(394)](t[n(426)](),n(333))[n(448)]((t=>n(334)===r[n(361)](t[n(429)])))||(e[n(335)](t[n(355)]()),s=!0));return s}))),r[t(389)][t(423)](t(412),Wr(n,t(371)));const c={type:t(360),content:""};r[t(389)][t(395)]((e=>{const r=t,{data:s}=e;if(!s||r(334)!=s[r(321)])return;let u=e[r(437)];for(;u;){if(u[r(325)]&&((r(435)==u[r(325)][r(321)]||r(350)==u[r(325)][r(321)])&&(u[r(325)][r(402)]&&r(324)!=u[r(325)][r(402)]||r(324)!=u[r(325)][r(332)]&&!s[r(402)])||!o&&u[r(325)][r(321)]==_c))return c;u=u[r(357)]}if(null==s[r(402)])switch(s[r(332)]){case r(430):return a(Wr(n,r(363)));case r(315):return a(Wr(n,r(322)));case r(309):return a(Wr(n,r(369)))}switch(s[r(402)]){case r(430):return i(Wr(n,r(363)));case r(315):return i(Wr(n,r(322)));case r(309):return i(Wr(n,r(369)))}})),r[t(389)][t(395)]((e=>{const n=t,{data:r}=e;if(r&&n(412)==r[n(321)])return null==r[n(402)]||null==r[n(332)]&&0==r[n(402)]?c:void 0})),r[t(389)][t(395)]((e=>{const r=t;if(r(333)!=e[r(310)])return;const{data:s}=e;if(!s||r(428)!=s[r(321)])return;const o=Vs(e);return r(402)==o?{type:r(360),content:Wr(n,r(411))}:r(332)==o?{type:r(360),content:Wr(n,r(343))}:c})),e[t(391)][t(387)][t(425)]((e=>this[t(339)](e))),e[t(391)][t(387)][t(425)]((e=>this[t(358)](e))),e[t(391)][t(387)][t(425)]((e=>this[t(416)](e))),this[t(331)]()}[Us(339)](t){const e=Us;if(t[e(390)][e(431)]||!t[e(390)][e(340)])return!1;let n=!1;const r=this[e(312)][e(420)][e(370)](e(444))[e(373)]({skipNotAttached:!0})[e(421)]((t=>t[e(325)]&&e(428)==t[e(325)][e(321)]))[e(421)]((t=>t[e(325)][e(402)]&&t[e(325)][e(332)]));for(const s of r)Vs(s)||(t[e(335)](s[e(355)]()),n=!0);return n}[Us(358)](t){const e=Us;if(t[e(390)][e(431)]||!t[e(390)][e(340)])return!1;const n=this[e(312)][e(420)][e(370)](e(444));if(n[e(427)][e(352)])return!1;let r=!1;const s=[e(334),e(428),e(412),e(435),e(382),e(405),e(456),e(449),e(350)],o=this[e(312)][e(391)][e(387)][e(450)][e(356)]()[e(421)]((t=>e(333)==t[e(310)]))[e(421)]((t=>s[e(320)](t[e(398)])));if(0==o[e(375)])return r;for(const i of o){const o=n[e(394)](i[e(434)],e(333))[e(421)]((t=>!t[e(314)][e(330)]))[e(401)]((t=>t[e(429)]))[e(421)]((t=>{const r=e,o=n[r(361)](t);return s[r(320)](o)}));if(o[e(375)]){for(const n of o)t[e(335)](n[e(355)]());r=!0}}return r}[Us(416)](t){const e=Us;if(t[e(390)][e(431)]||!t[e(390)][e(340)])return!1;const n=this[e(312)][e(420)][e(370)](e(444));let r=!1;const s=[e(334),e(428),e(412),e(435),e(382),e(405),e(456),e(449),e(350)];for(const t of n[e(373)]({skipNotAttached:!0})){const o=n[e(394)](t[e(426)](),e(333))[e(401)]((t=>t[e(429)]))[e(421)]((t=>t[e(325)]&&s[e(320)](t[e(325)][e(321)])));if(!o[e(375)])continue;const a=o[0][e(437)][e(378)][e(453)];if(!o[e(424)]((t=>t[e(378)][e(453)]===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(373)]({skipNotAttached:!0})[s(421)]((e=>s(333)==e[s(310)]&&e[s(378)][s(453)]==t)))e[s(341)](s(453),r)}function i(t,n){const r=e;let s=t[r(437)],i=!1;for(;s;)s[r(378)][r(453)]!=n&&(o(s[r(378)][r(453)],n),s[r(341)](r(453),n),i=!0),s=s[r(357)];return i}}[Us(331)](){const t=Us,e=this[t(312)],n=e[t(368)],r=e[t(420)][t(370)](t(444));this[t(415)](),r[t(326)][t(396)](t(313),t(406),t(311),(function(n,r){const s=t,o=[];for(let t of n)t[s(397)][s(308)]===t[s(351)][s(344)]&&(t=e[s(391)][s(327)](e[s(391)][s(432)](t[s(397)][s(308)],0))),o[s(305)](t);e[s(391)][s(447)]((t=>{const n=s,a=e[n(391)][n(387)][n(353)],c=Array[n(414)](a[n(354)]())[n(401)]((t=>i.LiveRange[n(410)](t)));t[n(316)](o),e[n(413)][n(370)](r[n(366)])[n(372)](),r[n(399)][n(305)]({forceDefaultExecution:!0}),e[n(362)](r[n(366)],...r[n(399)]),t[n(316)](c);for(const t of c)t[n(417)]()}))})),r[t(389)][t(436)]((function(n){const r=t,s=!e[r(391)][r(329)][r(455)](n),o=n[r(438)],i=n[r(403)],a=n[r(345)](r(428)),c=!o||o[r(345)](r(428))!==a,u=!i||i[r(345)](r(428))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(317),e)))}[Us(415)](){const t=Us,e=this[t(312)],n=e[t(368)];function r(n){const r=t,s=e[r(413)][r(370)](r(407))[r(352)],o=e[r(413)][r(370)](r(446))[r(352)];return r(446)===n?s:o}e[t(420)][t(370)](t(444))[t(389)][t(395)]((function(s){const o=t;if(o(313)!=s[o(310)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(366)]){case o(407):u=i[o(399)][0][o(318)],l=r(i[o(366)]),a=o(u?306:386),!l&&e[o(338)][o(370)](o(440))||(a=o(433)),c={type:o(360),content:Wr(n,a,Wr(n,o(363)))};break;case o(446):u=i[o(399)][0][o(318)],l=r(i[o(366)]),a=o(u?306:386),!l&&e[o(338)][o(370)](o(440))||(a=o(433)),c={type:o(360),content:Wr(n,a,Wr(n,o(322)))};break;case o(380):a=o(422),c={type:o(360),content:Wr(n,a,Wr(n,o(317)))};break;case o(400):a=function(t){const e=o,n=t[e(426)]();let r=n[e(397)][e(308)];for(;r&&n[e(443)](r);){if(r[e(345)](e(412))>0)return!1;r=r[e(403)]}return!0}(s)?Wr(n,o(386),Wr(n,function(t){const e=o;return e(328)+t[e(426)]()[e(397)][e(308)][e(345)](e(334))[e(359)]()+e(379)}(s))):Wr(n,o(392),Wr(n,o(317))),c={type:o(360),content:a};break;case o(381):case o(441):!1===i[o(347)]&&(a=o(367),c={type:o(442),content:Wr(n,a,Wr(n,o(317)))})}return c}))}}function Vs(t){const e=Us;let n=t[e(426)]()[e(397)][e(308)][e(438)];for(;n;){const r=n[e(345)](e(428));if(!r)return!1;if(r==t[e(325)][e(402)])return e(402);if(r==t[e(325)][e(332)])return e(332);n=n[e(438)]}return!1}function zs(){const t=["registerAttributeLabel","every","registerPostFixer","getFirstRange","trackChangesCommand","listItemId","suggestion","bulleted","isUndo","createPositionAt","*Change to:* %0","range","listStyle","registerElementLabel","head","previousSibling","ListEditing","list.multiBlock","mergeListItemForward","deletion","containsItem","TrackChangesEditing","customNumberedList","numberedList","change","find","listMarker","differ","afterInit","has","groupId","TodoListEditing","isObject","todoListCheck","push","*Format:* insert into %0","49iBGuuU","nodeAfter","todo","type","accept","editor","formatBlock","meta","numbered","setSelection","ELEMENT_LIST_ITEM","forceValue","3498847KbJJSJ","includes","key","ELEMENT_NUMBERED_LIST","20qEDSAB","default","data","_suggestionFactory","createRange","ELEMENT_","schema","isNextTo","_supportLegacySuggestions","oldValue","attribute","listType","removeMarker","*Uncheck item*","621080MWcnLu","config","listItemIdFixer","isLocal","setAttribute","1204048iwBPwB","*Split:* list item","parent","getAttribute","*Remove format:* %0","multipleBlocks","44HcushK","checkTodoList","listMarkerStyle","end","value","selection","getRanges","getFirstMarker","getChanges","next","noTrackChangesFixer","toUpperCase","format","_getAttributeKey","execute","ELEMENT_BULLETED_LIST","splitListItemAfter","enableDefaultAttributesIntegration","commandName","*Merge:* %0","locale","ELEMENT_TODO_LIST","get","FORMAT_INDENT","refresh","getSuggestions","todoList","length","registerBlockAttribute","276204GVnjhU","attributes","_LIST","indentList","mergeListItemBackward","listStart","4687533YjxQTf","21888864KEhmdA","*Set format:* %0","*Format:* remove from %0","document","6nPupOF","descriptionFactory","batch","model","*Outdent:* %0","*Check item*","_findSuggestions","registerDescriptionCallback","registerCustomCallback","start","attributeKey","commandParams","outdentList","map","newValue","nextSibling","1xixtPd","listReversed","documentList","bulletedList","customBulletedList","486062TRqOof","fromRange","*Merge:* list item","listIndent","commands","from","_registerLegacyDescription","assureChains","detach","splitListItemBefore","todoListChecked","plugins","filter","*Indent:* %0"];return(zs=function(){return t})()}const Ws=Hs;function Hs(t,e){const n=Ks();return(Hs=function(t,e){return n[t-=235]})(t,e)}function Ks(){const t=["lower-latin","square","_getAttributeKey","has","reversed","ELEMENT_","locale","filter","toUpperCase","startIndex","decimal-leading-zero","getSuggestions","formatBlock","afterInit","5255724YnFIgR","lower-roman","upper-roman","registerDescriptionCallback","bind","default","FORMAT_LIST_REVERSED","handleDescriptions","*Change to:* %0","bulleted","listStyle","styles","circle","next","_registerLegacyDescription","6249810BVQZcU","9tKODcH","list.properties","key","FORMAT_LIST_START","_getTranslationKeyForListStyle","listType","getFirstRange","includes","oldValue","data","disc","decimal","newValue","_LIST_","model","isUndo","TrackChangesEditing","get","*Set format:* %0","3266664jmxzpF","registerAttributeLabel","find","nodeAfter","195759BAFBRm","25763380JorkKt","commandParams","4467RtAdhe","customNumbered","format","listReversed","7206592LLMuQl","_LIST_DEFAULT","enableDefaultAttributesIntegration","commandName","descriptionFactory","*Format:* set order to regular","190DqXNnJ","editor","type","numbered","start","suggestion","*Format:* set order to reversed","removeMarker","plugins","document","attribute","listStart","replace","ListPropertiesEditing","getFirstMarker","head","5UVnDHs","config","getAttribute","upper-latin","registerBlockAttribute","_findSuggestions","batch","registerPostFixer","*Remove format:* %0","*Format:* set start index to %0"];return(Ks=function(){return t})()}!function(t,e){const n=Hs,r=t();for(;;)try{if(504758===-parseInt(n(248))/1+-parseInt(n(261))/2*(parseInt(n(251))/3)+-parseInt(n(244))/4+-parseInt(n(277))/5*(-parseInt(n(301))/6)+-parseInt(n(316))/7+-parseInt(n(255))/8+-parseInt(n(317))/9*(-parseInt(n(249))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class qs extends t.Plugin{[Ws(300)](){const t=Ws;if(!this[t(262)][t(269)][t(290)](t(274)))return;const e=this[t(262)][t(278)][t(242)](t(318)),n=this[t(262)][t(269)][t(242)](t(241));e[t(312)]&&(n[t(257)](t(311)),n[t(281)](t(311))),e[t(291)]&&(n[t(257)](t(254)),n[t(281)](t(254))),e[t(296)]&&(n[t(257)](t(272)),n[t(281)](t(272)));const r={type:t(253),content:""};n[t(259)][t(304)](this[t(308)][t(305)](this));const s=this[t(262)][t(293)];n[t(259)][t(245)](t(254),Wr(s,t(307))),n[t(259)][t(304)]((e=>{const n=t,{data:s}=e;if(s&&n(254)==s[n(319)])return null==s[n(237)]||0==s[n(237)]&&null==s[n(325)]?r:void 0})),n[t(259)][t(245)](t(272),Wr(s,t(320))),n[t(259)][t(304)]((e=>{const n=t,{data:s}=e;if(s&&n(272)==s[n(319)])return null==s[n(237)]||1==s[n(237)]&&null==s[n(325)]?r:void 0})),this[t(262)][t(239)][t(270)][t(284)]((e=>{const r=t;if(e[r(283)][r(240)])return!1;let s=!1;const o=n[r(298)]({skipNotAttached:!0})[r(294)]((t=>{const e=r,s=n[e(289)](t);return e(272)==s||e(254)==s}));for(const t of o){const o=t[r(323)]()[r(265)][r(247)][r(279)](r(322));r(264)!=o&&r(252)!=o&&(n[r(282)](t[r(323)](),r(271))[r(246)]((t=>r(322)==n[r(289)](t[r(266)])))||(e[r(268)](t[r(275)]()),s=!0))}return s})),this[t(315)]()}[Ws(308)](t){const e=Ws,n=this[e(262)][e(293)],{data:r}=t,s={type:e(253),content:""};if(!r||e(311)!=r[e(319)])return;if(!r[e(325)])return e(306)==r[e(237)]?s:{type:e(253),content:""+Wr(n,e(243),Wr(n,this[e(321)](r[e(237)])))};if(!r[e(237)]){if(e(306)==r[e(325)])return s;let o=t[e(276)];for(;o;){if(o[e(326)]&&e(322)==o[e(326)][e(319)]&&o[e(326)][e(237)])return s;o=o[e(314)]}return{type:e(253),content:""+Wr(n,e(285),Wr(n,this[e(321)](r[e(325)])))}}if(e(306)!=r[e(237)])return{type:e(253),content:""+Wr(n,e(243),Wr(n,this[e(321)](r[e(237)])))};let o=t[e(276)];for(;o;){if(o[e(326)]&&e(322)==o[e(326)][e(319)]&&o[e(326)][e(237)]&&o[e(326)][e(325)])return s;o=o[e(314)]}const i=t[e(323)]()[e(265)][e(247)][e(279)](e(322));return{type:e(253),content:Wr(n,e(243),Wr(n,e(292)+i[e(295)]()+e(256)))}}[Ws(315)](){const t=Ws,e=this[t(262)],n=e[t(293)];e[t(269)][t(242)](t(241))[t(259)][t(304)]((e=>{const r=t;if(r(299)!=e[r(263)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(258)]){case r(311):o=r(309),i={type:r(253),content:Wr(n,o,Wr(n,this[r(321)](s[r(250)][0][r(263)])))};break;case r(254):o=s[r(250)][0][r(291)]?r(267):r(260),i={type:r(253),content:Wr(n,o)};break;case r(272):o=r(286),i={type:r(253),content:Wr(n,o,s[r(250)][0][r(296)])}}return i}))}[Ws(321)](t){const e=Ws;return e(292)+function(t){const n=e;return Xs[n(324)](t)?n(310):Ys[n(324)](t)?n(264):null}(t)[e(295)]()+e(238)+t[e(295)]()[e(273)](/-/g,"_")}}const Xs=[Ws(235),Ws(313),Ws(288)],Ys=[Ws(236),Ws(297),Ws(302),Ws(303),Ws(287),Ws(280)];var Js=n(507);const Qs=Zs;function Zs(t,e){const n=to();return(Zs=function(t,e){return n[t-=161]})(t,e)}!function(t,e){const n=Zs,r=t();for(;;)try{if(126394===-parseInt(n(185))/1+parseInt(n(171))/2*(parseInt(n(210))/3)+parseInt(n(175))/4+parseInt(n(212))/5*(parseInt(n(173))/6)+-parseInt(n(180))/7*(parseInt(n(202))/8)+-parseInt(n(216))/9*(-parseInt(n(181))/10)+parseInt(n(217))/11*(-parseInt(n(201))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Qs(161)](){return[Js.Enter]}[Qs(192)](){const t=Qs,e=this[t(162)],n=e[t(209)][t(177)](t(164)),r=e[t(213)][t(177)](t(207));n[t(179)](t(207),(()=>{const s=t;e[s(168)][s(187)]((t=>{const o=s,a=e[o(168)][o(189)][o(163)],c=a[o(204)](),u=i.LiveRange[o(193)](a[o(208)]());if(r[o(199)](t)){const r=e[o(168)][o(205)](c[o(190)][o(191)],0),s=t[o(176)](c,r);n[o(166)](s)}else t[o(172)](t[o(176)](u[o(215)]));u[o(197)](),r[o(188)](o(214),{writer:t})}))})),e[t(178)][t(195)].on(t(182),ws(e,t(211)),{priority:t(167)}),e[t(178)][t(195)].on(t(194),((e,n,r)=>{const s=t,o=r[s(174)][s(183)](n[s(184)]);if(o)for(const t of o)t[s(206)](s(169))&&(r[s(174)][s(186)](t,n[s(184)]),r[s(198)][s(170)](t))}),{priority:t(167)}),e[t(200)][t(195)].on(t(182),((n,r,s)=>{const o=t;s[o(203)][o(165)]&&ws(e,o(211),{showActiveMarker:!1})[o(196)](this)(n,r,s)}),{priority:t(167)})}}function to(){const t=["init","fromRange","removeMarker:suggestion:insertion","downcastDispatcher","bind","detach","writer","enterBlock","data","55392OTpcyE","43496LvgrVj","options","getFirstPosition","createPositionAt","hasClass","enter","getFirstRange","plugins","25479CjhaQP","split","128530vjALTr","commands","afterExecute","end","6264YOxApb","748YKrzUw","requires","editor","selection","TrackChangesEditing","showSuggestionHighlights","markInsertion","high","model","ck-suggestion-marker-split","remove","12lPzBgh","setSelection","6CdkndI","mapper","686496WegECA","createRange","get","editing","enableCommand","7LScgwk","3110MTZGpa","addMarker:suggestion:insertion","markerNameToElements","markerName","19025hyDxSK","unbindElementFromMarkerName","change","fire","document","parent","nextSibling"];return(to=function(){return t})()}const eo=ro;!function(t,e){const n=ro,r=t();for(;;)try{if(646297===parseInt(n(130))/1*(-parseInt(n(137))/2)+parseInt(n(120))/3*(-parseInt(n(136))/4)+parseInt(n(118))/5*(-parseInt(n(129))/6)+parseInt(n(115))/7+parseInt(n(126))/8*(-parseInt(n(123))/9)+-parseInt(n(142))/10*(-parseInt(n(106))/11)+-parseInt(n(112))/12*(-parseInt(n(117))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class no extends t.Plugin{[eo(110)](){const t=eo;if(!this[t(108)][t(127)][t(138)](t(134)))return;const e=this[t(108)][t(127)][t(105)](t(141));e[t(119)](t(113),this[t(122)][t(139)](this)),e[t(119)](t(146)),e[t(119)](t(124)),e[t(119)](t(131)),e[t(119)](t(104))}[eo(122)](t,e,n={}){const r=eo,s=this[r(108)][r(127)][r(105)](r(121));return t((t=>(r(132)==typeof e?s[r(114)](e,n):e)(t)[r(125)]((e=>!1===this[r(107)](e,t[r(135)])))),n)}[eo(107)](t,e){const n=eo,r=this[n(108)][n(143)][n(128)](this[n(108)][n(143)][n(133)](e,t[n(140)]),this[n(108)][n(143)][n(133)](e,t[n(109)]));for(const t of this[n(108)][n(143)][n(116)][n(147)](n(144)))if(null!==r[n(145)](t[n(111)]()))return!0;return!1}}function ro(t,e){const n=so();return(ro=function(t,e){return n[t-=104]})(t,e)}function so(){const t=["model","suggestion:deletion","getIntersection","findNext","getMarkersGroup","replaceAll","get","13057LUUKar","_isInDeletionRange","editor","end","afterInit","getRange","28060464UPcWWA","find","findByTextCallback","9041389VMwjfV","markers","13bKYNVX","3031885QImjfO","enableCommand","295428IBCtbX","FindAndReplaceUtils","handleFindCommand","99eKXYzq","findPrevious","filter","415696XhVIrE","plugins","createRange","12WMduQJ","11tYeSgK","replace","string","createPositionAt","FindAndReplaceEditing","item","40hakKVG","211458PwsOEU","has","bind","start","TrackChangesEditing","7990XWLHSH"];return(so=function(){return t})()}const oo=ao;function io(){const t=["registerDescriptionCallback","has","FontColorEditing","fontFamily","toLowerCase","model","editor","registerInlineAttribute","value","afterInit","FontBackgroundColorEditing","find","*Reset font family*","369766taDHbO","TrackChangesEditing","fontBackgroundColor.colors","plugins","112YpbLyn","FORMAT_FONT_COLOR","FontFamilyEditing","FORMAT_FONT_SIZE","*Set font size:* %0","884952kfFrKU","enableDefaultAttributesIntegration","config","FORMAT_FONT_FAMILY","fontBackgroundColor","normalizeSizeOptions","commandParams","descriptionFactory","854799LONPpT","locale","fontSize.options","634930IuwiqD","registerAttributeLabel","get","FORMAT_FONT_BACKGROUND","*Reset font background color*","*Set font color:* %0","_registerLegacyDescription","trim","12wlAmrT","1243020fGlgwY","FontSizeEditing","2578556Sgryjj","commandName","title","fontSize","363517UmYoJs","label","fontColor.colors","FontSize","formatInline","type","*Reset font color*","fontColor","*Reset font size*","format","*Set font family:* %0","*Set font background color:* %0"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=454]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(501179===parseInt(n(492))/1+-parseInt(n(461))/2+-parseInt(n(509))/3+-parseInt(n(463))/4+parseInt(n(512))/5*(parseInt(n(460))/6)+parseInt(n(467))/7+parseInt(n(496))/8*(parseInt(n(501))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(462),commandName:oo(466)},{pluginName:oo(498),commandName:oo(482)},{pluginName:oo(481),commandName:oo(474)},{pluginName:oo(489),commandName:oo(505)}];class uo extends t.Plugin{[oo(488)](){const t=oo,e=this[t(485)][t(510)],n=this[t(485)][t(495)][t(454)](t(493));for(const{pluginName:e,commandName:r}of co)this[t(485)][t(495)][t(480)](e)&&(n[t(502)](r),n[t(486)](r));e.t,n[t(508)][t(513)](t(466),Wr(e,t(499))),n[t(508)][t(513)](t(482),Wr(e,t(504))),n[t(508)][t(513)](t(474),Wr(e,t(497))),n[t(508)][t(513)](t(505),Wr(e,t(455))),this[t(458)]()}[oo(458)](){const t=oo,e=this[t(485)],n=e[t(510)];e[t(495)][t(454)](t(493))[t(508)][t(479)]((e=>{const r=t,o=n.t;if(r(471)!=e[r(472)])return;const{data:i}=e;if(null!=i){if(r(466)==i[r(464)]){const t=i[r(507)][0][r(487)];if(t){const e=o(this[r(485)][r(495)][r(454)](r(470))[r(506)](this[r(485)][r(503)][r(454)](r(511)))[r(490)]((e=>e[r(484)]==t))[r(465)])[r(483)]();return{type:r(476),content:Wr(n,r(500),e)}}return{type:r(476),content:Wr(n,r(475))}}if(r(482)==i[r(464)]){const t=i[r(507)][0][r(487)];return t?{type:r(476),content:Wr(n,r(477),t)}:{type:r(476),content:Wr(n,r(491))}}if(r(474)==i[r(464)]){const t=i[r(507)][0][r(487)];if(t){const e=(0,s.normalizeColorOptions)(this[r(485)][r(503)][r(454)](r(469)))[r(490)]((e=>e[r(484)]==t));let i=t,a="";return e&&(i=e[r(468)],a=o(i)[r(483)]()),{type:r(476),content:Wr(n,r(457),a)[r(459)](),color:{value:t,title:a||i}}}return{type:r(476),content:Wr(n,r(473))}}if(r(505)==i[r(464)]){const t=i[r(507)][0][r(487)];if(t){const e=(0,s.normalizeColorOptions)(this[r(485)][r(503)][r(454)](r(494)))[r(490)]((e=>e[r(484)]==t));let i=t,a="";return e&&(i=e[r(468)],a=o(i)[r(483)]()),{type:r(476),content:Wr(n,r(478),a)[r(459)](),color:{value:t,title:a||i}}}return{type:r(476),content:Wr(n,r(456))}}}}))}}const lo=fo;function fo(t,e){const n=ho();return(fo=function(t,e){return n[t-=424]})(t,e)}function ho(){const t=["toUpperCase","type","copyFormat","268nCUrkZ","TrackChangesEditing","locale","entries","enableDefaultAttributesIntegration","registerDescriptionCallback","afterInit","label","formatInline","fontColor.colors","fontBackgroundColor","8598dUpLXS","fontColor","FontSize","fontSize.options","descriptionFactory","formatBlock","4655288zvjEQh","split","352430JmLKqQ","charAt","pasteFormat","plugins","get","join","length","commands","find","99riNhaP","1990kXNRfT","commandName","format","3973088Bfjoey","boolean","1473605gYihjX","config","push","6714Gfdtpf","model","toLowerCase","title","commandParams","*Set format to:* %0","normalizeSizeOptions","_registerLegacyDescription","slice","642660yRVMeL","editor","*Remove all formatting*","fontSize","enableCommand"];return(ho=function(){return t})()}!function(t,e){const n=fo,r=t();for(;;)try{if(811130===parseInt(n(459))/1+-parseInt(n(425))/2*(-parseInt(n(436))/3)+parseInt(n(471))/4+parseInt(n(454))/5*(-parseInt(n(462))/6)+-parseInt(n(457))/7+-parseInt(n(442))/8+-parseInt(n(453))/9*(-parseInt(n(444))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[lo(431)](){const t=lo,e=this[t(472)],n=e[t(447)][t(448)](t(426)),r=e[t(451)][t(448)](t(424)),s=e[t(451)][t(448)](t(446));r&&s&&(n[t(429)](t(446)),n[t(475)](t(424)),this[t(469)]())}[lo(469)](){const t=lo,e=this[t(472)],n=e[t(427)];e[t(447)][t(448)](t(426))[t(440)][t(430)]((r=>{const s=t;if(s(441)!=r[s(477)]&&s(433)!=r[s(477)])return;const{data:o}=r;if(o&&s(446)===o[s(455)]){const t=[],r=o[s(466)][0];for(const[n,o]of Object[s(428)](r))t[s(461)](po(e,n,o));return t[s(450)]?{type:s(456),content:Wr(n,s(467),t[s(449)](", "))}:{type:s(456),content:Wr(n,s(473))}}}))}}function po(t,e,n){const r=lo,o=t[r(427)].t,i=e[r(443)](/(?=[A-Z])/)[r(449)](" "),a=o(i[r(445)](0)[r(476)]()+i[r(470)](1))[r(464)]();if(r(458)==typeof n)return a;if(r(437)===e||r(435)===e){const e=(0,s.normalizeColorOptions)(t[r(460)][r(448)](r(434)))[r(452)]((t=>t[r(463)]==n));return a+" ("+(e?o(e[r(432)])[r(464)]():n)+")"}if(r(474)===e&&isNaN(parseFloat(n))){const e=t[r(447)][r(448)](r(438))[r(468)](t[r(460)][r(448)](r(439)))[r(452)]((t=>t[r(463)]==n));return a+" ("+(e?o(e[r(465)])[r(464)]():n)+")"}return a+" ("+n+")"}const mo=Eo;function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=493]})(t,e)}function Io(){const t=["plugins","locale","1400jEIqKX","4201834aGskqB","formatBlock","format","heading","_headingOptions","24WHFGgK","config","model","get","registerElementLabel","30357flfQdx","commandName","3734020mVWXym","editor","1915QzzEyr","has","712493ILEYkD","780718jQcCOY","title","view","afterInit","heading.options","HeadingEditing","_getHeadingLevel","commandParams","name","paragraph","ELEMENT_HEADING","enableDefaultAttributesIntegration","6618aKCrqJ","match","type","find","_registerLegacyDescription","332931XqnVGQ","value","*Change to:* %0","descriptionFactory","ELEMENT_HEADING_CUSTOM","registerDescriptionCallback","TrackChangesEditing"];return(Io=function(){return t})()}!function(t,e){const n=Eo,r=t();for(;;)try{if(397930===parseInt(n(520))/1+parseInt(n(521))/2+-parseInt(n(494))/3*(parseInt(n(509))/4)+parseInt(n(518))/5*(-parseInt(n(533))/6)+parseInt(n(504))/7+-parseInt(n(503))/8*(parseInt(n(514))/9)+parseInt(n(516))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(524)](){const t=mo,e=this[t(517)];if(!e[t(501)][t(519)](t(526)))return;this[t(508)]=e[t(510)][t(512)](t(525));const n=e[t(502)],r=e[t(501)][t(512)](t(500));r[t(532)](t(507));for(const e of this[t(508)])t(530)!=e[t(511)]&&r[t(497)][t(513)](e[t(511)],(n=>{const r=t,i=this[r(527)](e[r(511)]);return null!==i?s(n,i):o(n,e[r(522)])}));function s(e,r){return Wr(n,t(531),[e,r])}function o(e,r){return Wr(n,t(498),[e,r])}this[t(493)]()}[mo(493)](){const t=mo,e=this[t(517)],n=e[t(502)];e[t(501)][t(512)](t(500))[t(497)][t(499)]((e=>{const r=t;if(r(505)!=e[r(535)])return;const{data:s}=e;if(s&&r(507)==s[r(515)]){const e=s[r(528)][0][r(495)],c=this[r(527)](e);if(null!==c)return{type:r(506),content:Wr(n,r(496),(1,a=c,Wr(n,r(531),[1,a])))};const u=this[r(508)][r(536)]((t=>t[r(511)]===e))[r(522)];return{type:r(506),content:Wr(n,r(496),(o=1,i=u,Wr(n,t(498),[o,i])))}}var o,i,a}))}[mo(527)](t){const e=mo;var n,r;const s=t[e(534)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(508)])||void 0===n?void 0:n[e(536)]((n=>n[e(511)]==t));if(o&&o[e(523)]){const t=o[e(523)],n=(null!==(r=t[e(529)])&&void 0!==r?r:t)[e(534)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=112]})(t,e)}function yo(){const t=["16biiSkb","3203528SYYdFF","TrackChangesEditing","registerDescriptionCallback","commandName","highlight","afterInit","descriptionFactory","_registerLegacyDescription","color","format","enableDefaultAttributesIntegration","config","4988403xzBJaw","type","toLowerCase","66xsyMRR","10381jvacsP","HighlightEditing","*Set highlight:* %0","value","1167585mwglem","commandParams","173050BbrWbf","*Remove highlight*","registerAttributeLabel","get","registerInlineAttribute","22407EBYobE","FORMAT_HIGHLIGHT","plugins","find","formatInline","550lXyCMU","locale","model","27yCRTzo","highlight.options","has","247640cbqDtr","title","editor"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(634715===-parseInt(n(142))/1+parseInt(n(118))/2*(parseInt(n(115))/3)+-parseInt(n(121))/4*(parseInt(n(144))/5)+parseInt(n(137))/6*(-parseInt(n(138))/7)+parseInt(n(122))/8+parseInt(n(134))/9+-parseInt(n(112))/10*(parseInt(n(149))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(127)](){const t=To,e=this[t(120)];if(!e[t(151)][t(117)](t(139)))return;const n=e[t(151)][t(147)](t(123)),r=e[t(113)];n[t(132)](t(126)),n[t(148)](t(126)),n[t(128)][t(146)](t(126),Wr(r,t(150))),this[t(129)]()}[To(129)](){const t=To,e=this[t(120)],n=e[t(113)];e[t(151)][t(147)](t(123))[t(128)][t(124)]((r=>{const s=t;if(s(153)!=r[s(135)])return;const{data:o}=r;if(o&&s(126)==o[s(125)]){const t=n.t,r=o[s(143)][0][s(141)];if(r){const o=e[s(133)][s(147)](s(116))[s(152)]((t=>t[s(114)]==r)),i=t(o[s(119)])[s(136)]();return{type:s(131),content:Wr(n,s(140),i),color:{value:o[s(130)],title:o[s(119)]}}}return{type:s(131),content:Wr(n,s(145),Wr(n,s(150)))}}}))}}const ko=Lo;function Co(){const t=["plugins","afterInit","insert","high","2673bsXqTz","51704INAnHJ","editor","13TSsgdm","locale","conversion","1954107TMdTiC","addClass","322326GNUswQ","6wlERcn","ELEMENT_HORIZONTAL_LINE","registerElementLabel","has","enableCommand","14254SbZGqB","createEmptyElement","createContainerElement","get","22510BUihPc","TrackChangesEditing","horizontalLine","showSuggestionHighlights","ck-horizontal-line","80ExlWhu","elementToStructure","HorizontalLineEditing","for","dataDowncast","21427KTKoAQ","2862420vdyJmL","createPositionAt","div","descriptionFactory"];return(Co=function(){return t})()}function Lo(t,e){const n=Co();return(Lo=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(287024===parseInt(n(147))/1*(parseInt(n(158))/2)+parseInt(n(153))/3*(parseInt(n(145))/4)+-parseInt(n(136))/5+-parseInt(n(152))/6+-parseInt(n(135))/7*(-parseInt(n(130))/8)+parseInt(n(150))/9+parseInt(n(125))/10*(parseInt(n(144))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class Ro extends t.Plugin{[ko(141)](){const t=ko,e=this[t(146)];if(!e[t(140)][t(156)](t(132)))return;e[t(140)][t(161)](t(126))[t(157)](t(127));const n=e[t(140)][t(161)](t(126)),r=e[t(148)];n[t(139)][t(155)](t(127),(e=>Wr(r,t(154),e))),e[t(149)][t(133)](t(134))[t(131)]({model:t(127),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(128)])return null;const o=n[s(160)](s(138)),i=n[s(159)]("hr");return n[s(151)](s(129),o),n[s(142)](n[s(137)](o,0),i),o},converterPriority:t(143)})}}function So(t,e){const n=vo();return(So=function(t,e){return n[t-=153]})(t,e)}const No=So;function vo(){const t=["9YYlcwA","plugins","formatBlock","afterInit","editor","getFirstRange","attribute","locale","ELEMENT_HTML_EMBED","enableDefaultAttributesIntegration","2745870IWnGOE","1509728bnLKrt","rawHtml","key","nodeAfter","1915428skECct","has","_registerLegacyDescription","commandName","80591QZnlpd","htmlEmbed","*Change %0 content*","registerElementLabel","3hKbjvl","get","type","start","registerBlockAttribute","TrackChangesEditing","7838844aYmTWc","944958TntIYG","registerDescriptionCallback","descriptionFactory","value","9619144DPVBSi","element","HtmlEmbed","format"];return(vo=function(){return t})()}!function(t,e){const n=So,r=t();for(;;)try{if(674468===-parseInt(n(177))/1+parseInt(n(173))/2*(parseInt(n(181))/3)+parseInt(n(169))/4+-parseInt(n(168))/5+parseInt(n(187))/6+-parseInt(n(188))/7+parseInt(n(154))/8*(-parseInt(n(158))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vo);class Mo extends t.Plugin{[No(161)](){const t=No,e=this[t(162)];if(!e[t(159)][t(174)](t(156)))return;const n=e[t(159)][t(182)](t(186)),r=e[t(165)];n[t(190)][t(180)](t(170),(e=>Wr(r,t(166),e))),n[t(167)](t(178)),n[t(185)](t(153)),n[t(190)][t(189)]((e=>{const n=t;if(n(164)!=e[n(183)])return;const{data:s}=e;if(s&&n(153)==s[n(171)]&&e[n(163)]()[n(184)][n(172)].is(n(155),n(170))){const t=Wr(r,n(166));return{type:n(157),content:Wr(r,n(179),t)}}})),this[t(175)]()}[No(175)](){const t=No,e=this[t(162)],n=e[t(165)];e[t(159)][t(182)](t(186))[t(190)][t(189)]((e=>{const r=t;if(r(160)!=e[r(183)])return;const{data:s}=e;if(s&&r(178)==s[r(176)]){const t=Wr(n,r(166));return{type:r(157),content:Wr(n,r(179),t)}}}))}}function Oo(t,e){const n=Do();return(Oo=function(t,e){return n[t-=320]})(t,e)}const wo=Oo;function Do(){const t=["length","commandParams","afterInit","ImageUploadEditing","getSuggestionCallback","convertInlineImageToBlock","plugins","474820xFRVOq","attribute","1eMxCLC","join","addObject","caption","find","136qYHeTf","resizeImage","toggleImageCaption","nodeAfter","getContainedElement","imageCaption","insertImage","discard","formatInline","373300XZhVaK","document","has","ImageEditing","679049sQJtor","fromPosition","getNearestSelectionRange","insertion","previous","selection","type","element","FORMAT_IMAGE_SIZE","toNext","convertBlockImageToInline","ImageCaptionEditing","*Reset image width*","end","model","ELEMENT_INLINE_IMAGE","findIndex","format","_registerLegacyDescription","newValue","*Set image text alternative:* %0","registerBlockAttribute","isOwn","locale","createRange","imageTypeBlock","schema","getCaptionFromImageModelElement","imageTypeInline","Inline image to block image","change","isBefore","removeObject","formatBlock","isBlockImage","markBlockFormat","registerDescriptionCallback","1220brRGZC","ImageResize","createRangeOn","enableDefaultAttributesIntegration","backward","accept","get","ImageUtils","subType","editor","chain","getClosestSelectedImageElement","descriptionFactory","*Remove image text alternative*","getFirstRange","_findSuggestions","1240WjwSPh","ImageInlineEditing","forward","imageTextAlternative","width","imageStylePreApply","nodeBefore","50514xcYmKR","TrackChangesEditing","ELEMENT_IMAGE","ImageCaptionUtils","key","start","markInsertion","uploadImage","ImageTextAlternativeEditing","_suggestionFactory","registerElementLabel","93591ooyCai","imageBlock","registerCustomCallback","*Set image width:* %0","imageInline","deletion","commandName","markDeletion","ImageBlockEditing","registerAttributeLabel","enableCommand","filter","isEqual","Block image to inline image","alt","isIntersecting","detach","ELEMENT_CAPTION","toPrevious","resizedWidth","isCollapsed","forceDefaultExecution","306087CLliSi"];return(Do=function(){return t})()}!function(t,e){const n=Oo,r=t();for(;;)try{if(109858===parseInt(n(400))/1*(-parseInt(n(414))/2)+parseInt(n(390))/3+parseInt(n(350))/4*(parseInt(n(334))/5)+-parseInt(n(357))/6+-parseInt(n(418))/7+-parseInt(n(405))/8*(-parseInt(n(368))/9)+parseInt(n(398))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[wo(393)](){const t=wo,e=this[t(343)];if(!e[t(397)][t(416)](t(417)))return;const n=e[t(397)][t(340)](t(358)),r=e[t(397)][t(340)](t(341)),s=e[t(320)];n[t(378)](t(411)),n[t(346)][t(367)](t(369),(e=>Wr(s,t(359),e))),n[t(346)][t(367)](t(372),(e=>Wr(s,t(433),e))),n[t(346)][t(367)](t(403),(()=>Wr(s,t(385)))),e[t(397)][t(416)](t(394))&&n[t(378)](t(364)),e[t(397)][t(416)](t(376))&&e[t(397)][t(416)](t(351))&&(n[t(378)](t(325),((s,o)=>{const i=t,a=r[i(345)](e[i(432)][i(415)][i(423)]);e[i(432)][i(327)]((()=>{const t=i;n[t(332)](a,{commandName:t(325),commandParams:[o]},[],t(428))}))})),n[t(378)](t(322),((s,o)=>{const a=t;e[a(432)][a(327)]((t=>{const c=a;let u=r[c(345)](e[c(432)][c(415)][c(423)]),l=t[c(336)](u);const f=i.LivePosition[c(419)](l[c(362)],c(386)),h=i.LivePosition[c(419)](l[c(431)],c(427));n[c(389)]((()=>s(o))),u=r[c(345)](e[c(432)][c(415)][c(423)]),l=t[c(336)](u);const g=t[c(321)](f,h);f[c(384)](),h[c(384)](),n[c(332)](u,{commandName:c(325),commandParams:[o]},[],c(396)),g[c(362)][c(328)](l[c(362)])&&n[c(363)](t[c(321)](g[c(362)],l[c(362)]),c(396)),l[c(431)][c(328)](g[c(431)])&&n[c(363)](t[c(321)](l[c(431)],g[c(431)]),c(396))}))})),n[t(366)][t(370)](t(330),t(396),t(401),(()=>!1)),n[t(366)][t(370)](t(330),t(396),t(339),(()=>!1)),n[t(366)][t(370)](t(330),t(396),t(412),n[t(366)][t(395)](t(330),"",t(339))),n[t(366)][t(370)](t(421),t(396),t(401),(()=>!1)),n[t(366)][t(370)](t(421),t(396),t(412),(([r])=>{const s=t,o=n[s(366)][s(395)](s(421),"",s(412));let i=r[s(362)],a=r[s(431)];const c=e[s(432)][s(323)][s(420)](i,s(338)),u=e[s(432)][s(323)][s(420)](a,s(352));c[s(388)]&&(i=c[s(362)]),u[s(388)]&&(a=u[s(431)]),o([e[s(432)][s(321)](i,a)])})),n[t(366)][t(370)](t(330),t(396),t(344),c),n[t(366)][t(370)](t(421),t(396),t(344),c)),e[t(397)][t(416)](t(429))&&(n[t(378)](t(407),((s,o)=>{const i=t,a=e[i(397)][i(340)](i(360));let c=r[i(345)](e[i(432)][i(415)][i(423)]),u=a[i(324)](c);e[i(432)][i(327)]((()=>{const t=i;if(u)return void n[t(375)](e[t(432)][t(336)](u));const l=r[t(331)](c);s(o),c=r[t(345)](e[t(432)][t(415)][t(423)]),u=a[t(324)](c),n[t(363)](e[t(432)][t(336)](u),l?null:t(410))}))})),n[t(366)][t(370)](t(421),t(410),t(344),c));const o=[{type:t(330),subType:t(355)},{type:t(421),subType:t(410)},{type:t(330),subType:t(396)},{type:t(421),subType:t(396)}];function a(e,s){const i=t,a=o[i(434)]((({type:t,subType:n})=>e[i(424)]==t&&e[i(342)]==n)),c=o[i(434)]((({type:t,subType:e})=>s[i(424)]==t&&s[i(342)]==e));if(a<0||c<0)return!1;const u=e[i(348)](),l=s[i(348)]();if((0==a||1==a)&&2==c&&u[i(383)](l))return!0;if(2==a&&3==c){const t=n[i(349)](u,i(421))[i(379)]((({suggestion:t,meta:e})=>e[i(440)]&&i(396)==t[i(342)]));if(t[i(391)]>1&&l[i(431)][i(380)](u[i(362)]))return!0;if(1==t[i(391)]&&(u[i(362)][i(380)](l[i(431)])||u[i(431)][i(380)](l[i(362)])))return!0}if(3==a&&3==c&&u[i(362)][i(328)](l[i(362)])){const t=u[i(431)][i(408)],e=l[i(362)][i(356)];return r[i(331)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(397)][t(416)](t(335))&&(n[t(337)](t(406)),n[t(439)](t(387)),n[t(346)][t(377)](t(387),Wr(s,t(426)))),e[t(397)][t(416)](t(365))&&(n[t(337)](t(353)),n[t(439)](t(382))),n[t(346)][t(333)]((e=>{const n=t;if(o[n(404)]((({type:t,subType:r})=>e[n(424)]==t&&e[n(342)]==r)))return e[n(422)]?{}:void 0})),n[t(346)][t(333)]((e=>{const n=t;if(n(421)==e[n(424)]||n(373)==e[n(424)]){const t=e[n(409)]();if(t&&t.is(n(425),n(403)))return{type:n(421)==e[n(424)]?n(402):n(329),element:t,quantity:1}}})),n[t(346)][t(333)]((e=>t(330)==e[t(424)]&&t(396)==e[t(342)]?{type:t(435),content:t(326)}:t(330)==e[t(424)]&&t(428)==e[t(342)]?{type:t(435),content:t(381)}:void 0)),n[t(346)][t(333)]((e=>{const n=t;if(n(399)!=e[n(424)])return;const{data:r}=e;if(!r||n(382)!=r[n(361)])return;const o=r[n(437)];return o?{type:n(435),content:Wr(s,n(438),'"'+o+'"')}:{type:n(435),content:Wr(s,n(347))}})),this[t(436)]()}[wo(436)](){const t=wo,e=this[t(343)],n=e[t(320)];e[t(397)][t(340)](t(358))[t(346)][t(333)]((e=>{const r=t;if(r(330)!=e[r(424)]&&r(413)!=e[r(424)])return;const{data:s}=e;if(s){if(r(353)==s[r(374)]){const t=s[r(392)][0][r(437)];return t?{type:r(435),content:Wr(n,r(438),'"'+t+'"')}:{type:r(435),content:Wr(n,r(347))}}if(r(406)==s[r(374)]){const t=s[r(392)][0][r(354)];return t?{type:r(435),content:Wr(n,r(371),t)}:{type:r(435),content:Wr(n,r(430))}}}}))}}function xo(t,e){const n=Po();return(xo=function(t,e){return n[t-=345]})(t,e)}const Bo=xo;function Po(){const t=["1137316fCJldJ","formatBlock","replaceImageSource","6981280vpjCfO","*Replace image URL*","registerCustomCallback","commandName","ImageEditing","afterInit","attribute","type","55628EMiptj","accept","format","editor","5628328BnDDEh","src","10VRutRG","oldValue","_registerLegacyDescription","enableDefaultAttributesIntegration","formatInline","getSuggestionCallback","plugins","*Format:* replace image URL","newValue","6wEgOwR","_handleLegacySuggestions","has","3627605pcmIRr","locale","5369157OZJLDG","get","registerBlockAttribute","6767859WjZzpB","117Fkdtfd","TrackChangesEditing","descriptionFactory","key","_suggestionFactory","discard","registerDescriptionCallback"];return(Po=function(){return t})()}!function(t,e){const n=xo,r=t();for(;;)try{if(837109===-parseInt(n(354))/1+parseInt(n(365))/2*(parseInt(n(347))/3)+parseInt(n(369))/4+parseInt(n(383))/5*(parseInt(n(380))/6)+-parseInt(n(346))/7+-parseInt(n(357))/8+parseInt(n(385))/9*(parseInt(n(371))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[Bo(362)](){const t=Bo;if(!this[t(368)][t(377)][t(382)](t(361)))return;const e=this[t(368)][t(384)],n=this[t(368)][t(377)][t(386)](t(348));n[t(374)](t(356)),n[t(345)](t(370)),n[t(349)][t(353)]((n=>{const r=t;if(r(363)!=n[r(364)])return;const{data:s}=n;return s&&r(370)==s[r(350)]?s[r(379)]&&s[r(372)]?{type:r(367),content:Wr(e,r(358))}:{type:r(367),content:""}:void 0})),this[t(381)]()}[Bo(381)](){const t=Bo,e=this[t(368)][t(377)][t(386)](t(348));e[t(351)][t(359)](t(355),t(356),t(366),e[t(351)][t(376)](t(355),null,t(352))),e[t(351)][t(359)](t(355),t(356),t(352),e[t(351)][t(376)](t(355),null,t(366))),this[t(373)]()}[Bo(373)](){const t=Bo,e=this[t(368)],n=e[t(384)];e[t(377)][t(386)](t(348))[t(349)][t(353)]((e=>{const r=t;if(r(355)!=e[r(364)]&&r(375)!=e[r(364)])return;const{data:s}=e;return s&&r(356)==s[r(360)]?{type:r(367),content:Wr(n,r(378))}:void 0}))}}const jo=Vo;function Go(){const t=["imageTypeBlock","imageCaption","imageStyle","24369jokyDq","ImageStyleEditing","1863350MlVqWf","discardSuggestion","formatInline","commandReversedParams","end","3660920SSHNRf","has","get","toLowerCase","enableCommand","_splitMarkerName","createRangeOn","getSuggestions","56WJCzjI","getFirstRange","discard","accept","imageStylePostApply","135160cWrYTP","isInlineImage","isBlockImage","314928fhXLAU","descriptionFactory","refresh","next","start","type","join","isIntersecting","isOwn","value","findIndex","hasSuggestion","*Format:* %0","isBefore","insertion","imageStylePreApply","imageTypeInline","116jFLCim","format","formatBlock","markBlockFormat","markInlineFormat","chain","getSuggestion","commandParams","suggestion","model","head","selection","editor","afterInit","change","registerPostFixer","name","getClosestSelectedImageElement","9mRxLfn","_suggestionFactory","getContainedElement","length","_findSuggestions","nodeBefore","subType","newRange","convertInlineImageToBlock","side","registerDescriptionCallback","getChangedMarkers","forEach","title","ImageUtils","normalizedStyles","registerCustomCallback","plugins","Users","isEqual","commands","1995745KYiMdC","author","commandName","locale","setImageNaturalSizeAttributes","filter","4ugpzLo","from","isInContent","FORMAT_SIDE_IMAGE","getSuggestionCallback","nodeAfter","shouldConvertImageType","TrackChangesEditing","differ","23185096WftgKa","_registerLegacyDescription","document"];return(Go=function(){return t})()}function Vo(t,e){const n=Go();return(Vo=function(t,e){return n[t-=467]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(411109===-parseInt(n(519))/1+-parseInt(n(539))/2*(parseInt(n(499))/3)+parseInt(n(484))/4*(-parseInt(n(478))/5)+parseInt(n(522))/6*(-parseInt(n(514))/7)+-parseInt(n(506))/8*(parseInt(n(557))/9)+parseInt(n(501))/10+parseInt(n(493))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Go);class zo extends t.Plugin{[jo(552)](){const t=jo,n=this[t(551)];if(!n[t(474)][t(507)](t(500)))return;const r=n[t(474)][t(508)](t(491)),s=n[t(474)][t(508)](t(471)),o={};r[t(510)](t(498),((o,i)=>{const a=t,c=n[a(474)][a(508)](a(475)).me,u=n[a(477)][a(508)](a(498));let l=s[a(556)](n[a(548)][a(495)][a(550)]),f=n[a(548)][a(512)](l),h=u[a(531)];if(h==i[a(531)])return;const g={commandName:a(498),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(548)][a(553)]((()=>{const t=a;if(r[t(513)]()[t(483)]((e=>e[t(486)]&&c==e[t(479)]&&(t(541)==e[t(527)]||t(503)==e[t(527)])&&(t(537)==e[t(563)]||t(518)==e[t(563)])&&e[t(515)]()[t(476)](f)))[t(469)]((e=>r[t(502)](e[t(549)]))),l=s[t(556)](n[t(548)][t(495)][t(550)]),f=n[t(548)][t(512)](l),u[t(524)](),n[t(477)][t(508)](t(538))[t(524)](),n[t(477)][t(508)](t(496))[t(524)](),h=u[t(531)],h!=i[t(531)])return s[t(520)](l)&&u[t(490)](i[t(531)],l)?(o({...i,setImageSizes:!1}),l=s[t(556)](n[t(548)][t(495)][t(550)]),void r[t(542)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(537))):void(s[t(521)](l)?r[t(542)](l,g,[],t(518)):r[t(543)](f,g,t(518)))}))}));for(const e of n[t(474)][t(508)](t(500))[t(472)])o[e[t(555)]]=e[t(470)][t(509)]();r[t(558)][t(473)](t(541),t(537),t(528),(()=>!1)),r[t(558)][t(473)](t(541),t(518),t(528),(()=>!1)),r[t(558)][t(473)](t(503),t(518),t(528),(()=>!1)),r[t(558)][t(473)](t(541),t(537),t(517),(([e])=>{const n=t;s[n(482)](e[n(559)]())})),r[t(558)][t(473)](t(541),t(537),t(516),((e,n)=>{const s=t;r[s(558)][s(488)](s(541),"",s(517))(e,{commandName:n[s(480)],commandParams:n[s(504)]})})),r[t(558)][t(473)](t(541),t(537),t(544),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(541),subType:t(537)},{type:t(536),subType:t(497)},{type:t(541),subType:t(565)},{type:t(536),subType:t(565)}];function a(e,n){const o=t,a=i[o(532)]((({type:t,subType:n})=>e[o(527)]==t&&e[o(563)]==n)),c=i[o(532)]((({type:t,subType:e})=>n[o(527)]==t&&n[o(563)]==e));if(a<0||c<0)return!1;const u=e[o(515)](),l=n[o(515)]();if((0==a||1==a)&&2==c&&u[o(529)](l))return!0;if(2==a&&3==c){const t=r[o(561)](u,o(536))[o(483)]((({suggestion:t,meta:e})=>e[o(530)]&&o(565)==t[o(563)]));if(t[o(560)]>1&&l[o(505)][o(476)](u[o(526)]))return!0;if(1==t[o(560)]&&(u[o(526)][o(476)](l[o(505)])||u[o(505)][o(476)](l[o(526)])))return!0}if(3==a&&3==c&&u[o(526)][o(535)](l[o(526)])){const t=u[o(505)][o(489)],e=l[o(526)][o(562)];return s[o(521)](t)&&t===e}return!1}n[t(548)][t(495)][t(554)]((()=>{const e=t;let o=!1;const i=Array[e(485)](n[e(548)][e(495)][e(492)][e(468)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(511)](t);if(e(547)==i&&r[e(533)](u)){if(e(541)==a&&(e(537)==c||e(518)==c)){const t=r[e(545)](u);if(n[e(564)]){const n=t[e(515)]()[e(559)]();if(s[e(521)](n))continue;r[e(502)](t),o=!0}}if(e(536)==a&&e(497)==c&&!n[e(564)]){const t=r[e(545)](u);t[e(525)]&&t[e(525)][e(486)]&&(r[e(502)](t[e(525)]),o=!0)}}}return o})),this[t(494)](o)}[jo(494)](t){const e=jo,n=this[e(551)],r=n[e(481)];n[e(474)][e(508)](e(491))[e(523)][e(467)]((n=>{const s=e;if(s(541)!=n[s(527)]&&s(503)!=n[s(527)])return;const{data:o}=n;if(!o||s(498)!=o[s(480)])return;const i=o[s(546)][0][s(531)];return function(t){const e=s;return{type:e(540),content:Wr(r,e(534),t)}}(s(566)===i?Wr(r,s(487)):t[i]||i)}))}}const Wo=Ho;function Ho(t,e){const n=Ko();return(Ho=function(t,e){return n[t-=162]})(t,e)}function Ko(){const t=["value","collaboration_features","_setSuggestionData","track_changes","42gmlFhg","afterInit","plugins","bind","editor","418458ACUnMG","importWord","1887790AjIbtI","high","_handleImportedData","forEach","listenTo","1320944zBPqvV","trackChanges","_trackChangesExecuted","Users","1645065PupIad","enableCommand","commands","505056byzyKY","1072484QPzZiO","19548360sNgsKP","dataInsert","TrackChangesEditing","_trackChangesValueDuringImport","get","lowest","execute"];return(Ko=function(){return t})()}!function(t,e){const n=Ho,r=t();for(;;)try{if(560898===-parseInt(n(162))/1+parseInt(n(169))/2+-parseInt(n(173))/3+-parseInt(n(176))/4+-parseInt(n(164))/5+parseInt(n(189))/6*(-parseInt(n(177))/7)+parseInt(n(178))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ko);class qo extends t.Plugin{constructor(t){const e=Ho;super(t),this[e(181)]=!1,this[e(171)]=!1}[Wo(190)](){const t=Wo,e=this[t(193)],n=e[t(175)][t(182)](t(163)),r=e[t(175)][t(182)](t(170));n&&(n.on(t(184),((e,[,n])=>{const s=t;this[s(181)]=r[s(185)],n[s(186)][s(188)]=!this[s(181)]}),{priority:t(165)}),this[t(168)](n,t(179),this[t(166)][t(192)](this)),this[t(168)](n,t(179),(()=>{const e=t;this[e(171)]&&(r[e(184)](),this[e(171)]=!1)}),{priority:t(183)}),e[t(191)][t(182)](t(180))[t(174)](t(163)))}[Wo(166)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(193)][n(175)][n(182)](n(170)),o=s[n(185)];this[n(181)]!==o&&(s[n(184)](),this[n(171)]=!0),r&&r[n(167)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(193)][o(191)][o(182)](o(172)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(163)}}};this[o(193)][o(191)][o(182)](o(180))[o(187)](i)}))}}const Xo=Yo;function Yo(t,e){const n=Jo();return(Yo=function(t,e){return n[t-=129]})(t,e)}function Jo(){const t=["10660NacOYQ","enableCommand","*Outdent:* %0","outdent","IndentBlock","155472ofEAHb","plugins","formatBlock","has","get","indentBlock","indent","TrackChangesEditing","IndentEditing","registerBlockAttribute","registerAttributeLabel","commandName","outdentBlock","1533848wxSgLF","format","142902iEPBtE","*Indent:* %0","_registerLegacyDescription","5153463OSqXiW","editor","descriptionFactory","519rISYUh","locale","FORMAT_INDENT","getItems","getItemLabel","blockIndent","14448789VadnZV","86548cJTlaT","afterInit","enableDefaultAttributesIntegration","type","registerDescriptionCallback","195ApeYNH"];return(Jo=function(){return t})()}!function(t,e){const n=Yo,r=t();for(;;)try{if(750450===-parseInt(n(161))/1+parseInt(n(141))/2*(parseInt(n(167))/3)+parseInt(n(135))/4+-parseInt(n(140))/5*(-parseInt(n(146))/6)+parseInt(n(164))/7+-parseInt(n(159))/8+-parseInt(n(134))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Qo extends t.Plugin{[Xo(136)](){const t=Xo,e=this[t(165)],n=e[t(147)][t(150)](t(153));if(e[t(147)][t(149)](t(154))&&(n[t(142)](t(152)),n[t(142)](t(144))),e[t(147)][t(149)](t(145)))for(const e of[t(151),t(158)])n[t(137)](e);const r=e[t(129)];n[t(155)](t(133)),n[t(166)][t(156)](t(133),Wr(r,t(130))),this[t(163)]()}[Xo(163)](){const t=Xo,e=this[t(165)],n=e[t(129)],r=e[t(147)][t(150)](t(153));r[t(166)][t(139)]((e=>{const s=t;if(s(148)!=e[s(138)])return;const{data:o}=e;if(!o)return;if(s(151)!=o[s(157)]&&s(158)!=o[s(157)])return;const i=e[s(131)]()[0],a=r[s(166)][s(132)](i);return s(151)==o[s(157)]?{type:s(160),content:Wr(n,s(162),a)}:s(158)==o[s(157)]?{type:s(160),content:Wr(n,s(143),a)}:void 0}))}}function Zo(){var t=["377826jeZAxp","init","88386ADKhDF","TrackChangesEditing","888680aAnKkb","enableCommand","requires","18248050bhlaAE","28AQxnMU","1544010eYBeFm","45lgFrmx","plugins","14713iHnonO","58gVgcqQ","editor","input","get","474236EwYIPF"];return(Zo=function(){return t})()}var $o=ti;function ti(t,e){var n=Zo();return(ti=function(t,e){return n[t-=442]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(371114===-parseInt(n(443))/1*(parseInt(n(444))/2)+-parseInt(n(451))/3+parseInt(n(448))/4+-parseInt(n(458))/5+parseInt(n(449))/6*(-parseInt(n(457))/7)+-parseInt(n(453))/8*(parseInt(n(459))/9)+parseInt(n(456))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class ei extends t.Plugin{static get[$o(455)](){return[vs.Input]}[$o(450)](){var t=$o;this[t(445)][t(442)][t(447)](t(452))[t(454)](t(446))}}function ni(){const t=["unlink","299688rnEVck","1146402iEcQWa","attribute","TrackChangesEditing","5QBYbvX","formatInline","commands","*Set link:* %0","newValue","editor","key","plugins","descriptionFactory","has","link","commandName","2585240zPkmaS","582352pvTRdN","format","label","linkHref","registerInlineAttribute","enableDefaultAttributesIntegration","get","_registerLegacyDescription","link (","registerDescriptionCallback","registerAttributeLabel","commandParams","2226396fimOeS","locale","*Remove link*","13524epdTsW","afterInit","3872403APnivn","manualDecorators","toLowerCase","LinkEditing","type","16jCGoWI"];return(ni=function(){return t})()}const ri=si;function si(t,e){const n=ni();return(si=function(t,e){return n[t-=500]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(267117===parseInt(n(514))/1+-parseInt(n(531))/2+parseInt(n(515))/3+-parseInt(n(505))/4+-parseInt(n(518))/5*(-parseInt(n(502))/6)+parseInt(n(530))/7+-parseInt(n(512))/8*(parseInt(n(507))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ni);class oi extends t.Plugin{[ri(506)](){const t=ri,e=this[t(523)];if(!e[t(525)][t(527)](t(510)))return;const n=e[t(525)][t(537)](t(517)),r=e[t(520)][t(537)](t(528));n[t(536)](t(528)),n[t(536)](t(513)),n[t(535)](t(534));for(const e of r[t(508)])n[t(535)](e.id),n[t(526)][t(500)](e.id,t(539)+e[t(533)][t(509)]()+")");n[t(526)][t(540)]((n=>{const r=t;if(r(516)!=n[r(511)])return;const{data:s}=n;if(!s||r(534)!=s[r(524)])return;const o=s[r(522)],i=e[r(503)];return{type:r(532),content:null==o?Wr(i,r(504)):Wr(i,r(521),'"'+o+'"')}})),this[t(538)]()}[ri(538)](){const t=ri,e=this[t(523)],n=e[t(503)];e[t(525)][t(537)](t(517))[t(526)][t(540)]((e=>{const r=t;if(r(519)!=e[r(511)])return;const{data:s}=e;if(s){if(r(528)==s[r(529)]){const t=s[r(501)][0];return{type:r(532),content:Wr(n,r(521),'"'+t+'"')}}return r(513)==s[r(529)]?{type:r(532),content:Wr(n,r(504))}:void 0}}))}}const ii=ai;function ai(t,e){const n=fi();return(ai=function(t,e){return n[t-=307]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(442685===-parseInt(n(366))/1+-parseInt(n(311))/2*(-parseInt(n(365))/3)+-parseInt(n(379))/4*(-parseInt(n(328))/5)+parseInt(n(346))/6+-parseInt(n(371))/7+parseInt(n(317))/8*(parseInt(n(360))/9)+-parseInt(n(349))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ii(348)](){const t=ii,e=this[t(367)],n=e[t(327)];if(!e[t(391)][t(339)](t(389)))return;const r=e[t(391)][t(326)](t(383)),s=e[t(391)][t(339)](t(384));function o(t){return()=>{const n=ai,s=e[n(309)][n(324)][n(340)],o=e[n(336)][n(326)](t);if(o[n(362)])return void e[n(337)](n(345),{});const i=t[n(368)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(369)](t)[s(390)]((t=>function(t,e){const n=s;return e[n(353)](t[n(358)],n(387))&&!e[n(333)](t)}(t,r)));o=o[s(390)]((t=>!t.is(s(312),s(387))||t[s(314)](s(377))!=e));const i=new Set;for(const t of o)t.is(s(312),s(387))?i[s(322)](ui(t)):i[s(322)](t);return Array[s(369)](i)}(s[n(329)](),i,e[n(309)][n(374)]);e[n(309)][n(316)]((()=>{const e=n;for(const n of a)r[e(355)](n,{commandName:t,commandParams:[{forceValue:!o[e(362)]}],formatGroupId:e(381)},li(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(369)](t);const r=n[e(352)]((t=>e(387)!=t[e(350)]));return r>-1&&(n=n[e(368)](0,r)),n}(e[n(309)][n(324)][n(340)][n(329)]()),o=e[n(309)][n(319)](e[n(309)][n(315)](s[0],n(380)),e[n(309)][n(315)](s[s[n(392)]-1],n(338)));e[n(309)][n(316)]((()=>{const e=n;r[e(355)](o,{commandName:t,commandParams:[],formatGroupId:e(343)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(330)];for(;t&&t[n(314)](n(343))>e[n(314)](n(343));)r[n(322)](t),t=t[n(330)]}return Array[n(369)](r)}(s))}))}}r[t(372)](t(364),o(t(364))),r[t(372)](t(321),o(t(321))),s&&r[t(372)](t(375),o(t(375))),r[t(372)](t(382),i(t(382))),r[t(372)](t(376),i(t(376))),s&&r[t(372)](t(386),(()=>{const n=t,s=e[n(336)][n(326)](n(386)),o=Array[n(369)](s[n(363)]);o[n(390)]((t=>t[n(314)](n(344))!=s[n(362)])),e[n(309)][n(316)]((()=>{const t=n;for(const e of o)r[t(355)](e,{commandName:t(386),commandParams:[{forceValue:!s[t(362)]}]})}))})),r[t(357)][t(341)](t(387),(e=>Wr(n,t(351),e))),r[t(357)][t(370)]((e=>{const r=t;if(r(318)!=e[r(332)]&&r(359)!=e[r(332)])return;const{data:s}=e;if(s){if(r(364)==s[r(331)]||r(321)==s[r(331)]||r(375)==s[r(331)])switch(s[r(331)][r(385)](r(378),"")){case r(347):return o(Wr(n,r(388)));case r(335):return o(Wr(n,r(334)));case r(361):return o(Wr(n,r(320)))}if(r(382)==s[r(331)])return{type:r(313),content:Wr(n,r(356),Wr(n,r(351)))};if(r(376)==s[r(331)])return{type:r(313),content:Wr(n,r(307),Wr(n,r(351)))};if(r(386)==s[r(331)])return s[r(325)][0][r(373)]?{type:r(313),content:Wr(n,r(323))}:{type:r(313),content:Wr(n,r(310))}}function o(t){const e=r;return{type:e(313),content:Wr(n,e(354),t)}}}))}}function ui(t){const e=ii,n=t[e(314)](e(343));if(0==n)return t;let r=t;for(;t[e(342)]&&t[e(342)].is(e(312),e(387));){const s=t[e(342)][e(314)](e(343));if(s==n)r=t[e(342)];else if(s<n)break;t=t[e(342)]}return r}function li(t){const e=ii,n=[];if(t.is(e(312),e(387))&&t[e(314)](e(343))>0){let r=t[e(330)];for(;r&&e(387)==r[e(350)]&&r[e(314)](e(343))==t[e(314)](e(343));)n[e(308)](r),r=r[e(330)]}return n}function fi(){const t=["registerElementLabel","previousSibling","listIndent","todoListChecked","paragraph","3274380fYfAKU","bulleted","afterInit","2118920COUncm","name","ELEMENT_LIST_ITEM","findIndex","checkChild","*Change to:* %0","markBlockFormat","*Indent:* %0","descriptionFactory","parent","formatInline","5113233NZoDVT","todo","value","_selectedElements","numberedList","27HfnuxG","530117IMFlqD","editor","slice","from","registerDescriptionCallback","4007934hWuknC","enableCommand","forceValue","schema","todoList","outdentList","listType","List","228dFbbjB","before","blockName","indentList","TrackChangesEditing","LegacyTodoListEditing","replace","checkTodoList","listItem","ELEMENT_BULLETED_LIST","LegacyListEditing","filter","plugins","length","*Outdent:* %0","push","model","*Uncheck item*","94766UHYSwY","element","format","getAttribute","createPositionAt","change","8CMnstK","formatBlock","createRange","ELEMENT_TODO_LIST","bulletedList","add","*Check item*","document","commandParams","get","locale","19030JORpkR","getSelectedBlocks","nextSibling","commandName","type","isObject","ELEMENT_NUMBERED_LIST","numbered","commands","execute","end","has","selection"];return(fi=function(){return t})()}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=347]})(t,e)}function di(){const t=["change","getSiblingNodes","format","listStart","272354lQBFrI","config","backward","locale","5zUJJxp","listReversed","before","parent","registerDescriptionCallback","commandName","handleDescriptions","map","1356IFytja","_getTranslationKeyForListStyle","createPositionAt","formatBlock","getFirstPosition","startIndex","document","markMultiRangeBlockFormat","createRange","push","numbered","enableCommand","LegacyListUtils","getAttribute","list.properties","afterInit","from","forward","element","22312enqfIP","_LIST_","handleListStyleCommand","listType","*Format:* set order to reversed","8EokwxC","905880qJdfnG","flat","bind","has","*Change to:* %0","unshift","5063316YaaujP","handleListStartCommand","toUpperCase","formatInline","get","type","TrackChangesEditing","commandParams","18hsLznw","listItem","styles","LegacyListPropertiesEditing","filter","selection","plugins","*Format:* set start index to %0","model","getListTypeFromListStyleType","handleListReversedCommand","default","listStyle","72941tXcqbc","reversed","ELEMENT_","2471MrHvTE","3369860KhTkjf","replace","*Format:* set order to regular","getSelectedBlocks","_getSuggestionBlocks","editor","1915281djbnjB","descriptionFactory","getLastPosition","_getSuggestionBlocksForListStyle","length"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(535856===parseInt(n(417))/1*(-parseInt(n(413))/2)+parseInt(n(404))/3+-parseInt(n(366))/4*(-parseInt(n(367))/5)+-parseInt(n(373))/6+parseInt(n(397))/7*(parseInt(n(361))/8)+parseInt(n(381))/9*(-parseInt(n(398))/10)+-parseInt(n(394))/11*(-parseInt(n(425))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(357)](){const t=hi;if(!this[t(403)][t(387)][t(370)](t(384)))return;const e=this[t(403)][t(414)][t(377)](t(356)),n=this[t(403)][t(387)][t(377)](t(379));e[t(383)]&&n[t(353)](t(393),this[t(363)][t(369)](this)),e[t(395)]&&n[t(353)](t(418),this[t(391)][t(369)](this)),e[t(347)]&&n[t(353)](t(412),this[t(374)][t(369)](this)),n[t(405)][t(421)](this[t(423)][t(369)](this))}[hi(363)](t,e={}){const n=hi,r=this[n(403)][n(387)][n(377)](n(379)),s=this[n(407)]();this[n(403)][n(389)][n(409)]((()=>{const t=n;r[t(349)](s,{commandName:t(393),commandParams:[{type:e[t(378)]}],formatGroupId:t(393)})}))}[hi(391)](t,e={}){const n=hi,r=this[n(403)][n(387)][n(377)](n(379)),s=this[n(402)]((t=>t.is(n(360),n(382))&&n(352)===t[n(355)](n(364))));if(s[n(408)]<1)return;const o=s[n(424)]((t=>this[n(403)][n(389)][n(350)](this[n(403)][n(389)][n(427)](t,n(419)),this[n(403)][n(389)][n(427)](t,0))));this[n(403)][n(389)][n(409)]((()=>{const t=n;r[t(349)](o,{commandName:t(418),commandParams:[{reversed:e[t(395)]}],formatGroupId:t(418)})}))}[hi(374)](t,e={}){const n=hi,r=this[n(403)][n(387)][n(377)](n(379)),s=this[n(402)]((t=>t.is(n(360),n(382))&&n(352)===t[n(355)](n(364))));if(s[n(408)]<1)return;const o=s[n(424)]((t=>this[n(403)][n(389)][n(350)](this[n(403)][n(389)][n(427)](t,n(419)),this[n(403)][n(389)][n(427)](t,0))));this[n(403)][n(389)][n(409)]((()=>{const t=n;r[t(349)](o,{commandName:t(412),commandParams:[{startIndex:e[t(347)]}],formatGroupId:t(412)})}))}[hi(423)](t){const e=hi;if(e(428)!=t[e(378)]&&e(376)!=t[e(378)])return;const n=this[e(403)][e(416)],{data:r}=t;if(!r)return;let s,o;switch(r[e(422)]){case e(393):s=e(371),o={type:e(411),content:Wr(n,s,Wr(n,this[e(426)](r[e(380)][0][e(378)])))};break;case e(418):s=r[e(380)][0][e(395)]?e(365):e(400),o={type:e(411),content:Wr(n,s)};break;case e(412):s=e(388),o={type:e(411),content:Wr(n,s,r[e(380)][0][e(347)])}}return o}[hi(407)](){const t=hi;var e,n,r,s;const o=this[t(403)][t(387)][t(377)](t(354));let i=Array[t(358)](this[t(403)][t(389)][t(348)][t(386)][t(401)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(360),t(382)))&&i[t(372)](...o[t(410)](this[t(403)][t(389)][t(348)][t(386)][t(429)](),t(415))),(null===(n=i[i[t(408)]-1])||void 0===n?void 0:n.is(t(360),t(382)))&&i[t(351)](...o[t(410)](this[t(403)][t(389)][t(348)][t(386)][t(406)](),t(359))),i=[...new Set(i)],(null===(s=null===(r=this[t(403)][t(389)][t(348)][t(386)][t(429)]())||void 0===r?void 0:r[t(420)])||void 0===s?void 0:s.is(t(360),t(382)))&&(i=i[t(385)]((e=>e.is(t(360),t(382))))),i}[hi(402)](t){const e=hi,n=this[e(403)][e(387)][e(377)](e(354));let r=Array[e(358)](this[e(403)][e(389)][e(348)][e(386)][e(401)]())[e(385)](t)[e(424)]((t=>{const r=e,s=this[r(403)][r(389)][r(427)](t,0);return[...n[r(410)](s,r(415)),...n[r(410)](s,r(359))]}))[e(368)]();return r=[...new Set(r)],r}[hi(426)](t){const e=hi;return e(396)+(this[e(403)][e(387)][e(377)](e(354))[e(390)](t)||e(392))[e(375)]()+e(362)+t[e(375)]()[e(399)](/-/g,"_")}}const mi=Ii;function Ei(){const t=["376065jbFpxP","get","138744xiTYbR","dataDowncast","descriptionFactory","mediaEmbed","960995zSRKQn","options","downcastDispatcher","elementToElement","stop","7371432GTbvGV","has","afterInit","attribute:url:media","editor","data","media","enableCommand","div","TrackChangesEditing","plugins","conversion","showSuggestionHighlights","createEmptyElement","MediaEmbedEditing","1659432USnfhk","6639DuAwPi","high","registerElementLabel","864486QJQaBr","for","386lVWmco","ELEMENT_MEDIA","locale"];return(Ei=function(){return t})()}function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=203]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(265435===parseInt(n(207))/1+-parseInt(n(237))/2*(-parseInt(n(232))/3)+parseInt(n(231))/4+-parseInt(n(205))/5+parseInt(n(235))/6+parseInt(n(211))/7+-parseInt(n(216))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(218)](){const t=mi,e=this[t(220)];if(!e[t(226)][t(217)](t(230)))return;const n=e[t(226)][t(206)](t(225)),r=e[t(204)];n[t(223)](t(210)),n[t(209)][t(234)](t(222),(e=>Wr(r,t(203),e))),e[t(227)][t(236)](t(208))[t(214)]({model:t(222),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(228)])return n[s(229)](s(224))},converterPriority:t(233)}),e[t(221)][t(213)].on(t(219),((e,n,r)=>{const s=t;r[s(212)][s(228)]&&e[s(215)]()}),{priority:t(233)})}}function Ti(t,e){const n=yi();return(Ti=function(t,e){return n[t-=436]})(t,e)}const _i=Ti;function yi(){const t=["738vlMJUZ","afterInit","15baYlix","TrackChangesEditing","1928220yVXRXM","7340zGFoTH","editor","MentionEditing","12516xpIrWI","enableCommand","has","1940zQGOwh","13541YhJuBY","5073480eFGkch","plugins","mention","24966mcVIqG","97994HgEmUj","7ILCyrO","2317326JCEVGq","get"];return(yi=function(){return t})()}!function(t,e){const n=Ti,r=t();for(;;)try{if(376728===parseInt(n(440))/1*(-parseInt(n(455))/2)+parseInt(n(438))/3*(parseInt(n(443))/4)+parseInt(n(442))/5+parseInt(n(436))/6*(parseInt(n(456))/7)+parseInt(n(451))/8+parseInt(n(454))/9*(parseInt(n(449))/10)+-parseInt(n(450))/11*(parseInt(n(446))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yi);class Ai extends t.Plugin{[_i(439)](){const t=_i,e=this[t(444)];e[t(452)][t(448)](t(445))&&e[t(452)][t(437)](t(441))[t(447)](t(453))}}function ki(){const t=["get","892948QTBtUh","*Set format:* %0","has","enableDefaultAttributesIntegration","locale","49098eZYMeI","afterInit","239650NecQgL","12nnvNOT","6WLvYiI","editor","head","data","next","147625RcAHrZ","registerDescriptionCallback","handleDescriptions","oldValue","plugins","multiLevelList","listMarkerStyle","newValue","key","*Remove format:* %0","descriptionFactory","1687952PnPSLv","format","MultiLevelList","listType","3110580yQTwxa","1XOyyTI","registerBlockAttribute","ELEMENT_MULTI_LEVEL_LIST","TrackChangesEditing","1189827LdbOKJ"];return(ki=function(){return t})()}const Ci=Li;function Li(t,e){const n=ki();return(Li=function(t,e){return n[t-=190]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(112087===-parseInt(n(210))/1*(parseInt(n(223))/2)+-parseInt(n(221))/3+-parseInt(n(224))/4*(-parseInt(n(194))/5)+parseInt(n(225))/6*(parseInt(n(216))/7)+parseInt(n(205))/8+parseInt(n(214))/9+-parseInt(n(209))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ki);class Ri extends t.Plugin{[Ci(222)](){const t=Ci,e=this[t(190)],n=e[t(198)][t(215)](t(213));e[t(198)][t(218)](t(207))&&(n[t(219)](t(199)),n[t(211)](t(200)),n[t(204)][t(195)]((e=>this[t(196)](e))))}[Ci(196)](t){const e=Ci,n=this[e(190)][e(220)],{data:r}=t,s={type:e(206),content:""};if(r&&e(200)==r[e(202)]){if(!r[e(197)])return{type:e(206),content:Wr(n,e(217),Wr(n,e(212)))+" ("+r[e(201)]+")"};if(!r[e(201)]){let o=t[e(191)];for(;o;){if(o[e(192)]&&e(208)==o[e(192)][e(202)]&&o[e(192)][e(201)])return s;o=o[e(193)]}return{type:e(206),content:Wr(n,e(203),Wr(n,e(212)))+" ("+r[e(197)]+")"}}}}}const Si=vi;function Ni(){const t=["registerElementLabel","descriptionFactory","has","get","plugins","1310juAAvS","enableCommand","339pltXDL","TrackChangesEditing","PageBreakEditing","395316bifPsY","2412hEzFRo","ELEMENT_PAGE_BREAK","2482731PiIztM","editor","4172MqhTFX","93403qvAYIk","1263520njaXUg","pageBreak","afterInit","1077230ejBXHS","locale"];return(Ni=function(){return t})()}function vi(t,e){const n=Ni();return(vi=function(t,e){return n[t-=202]})(t,e)}!function(t,e){const n=vi,r=t();for(;;)try{if(149412===parseInt(n(217))/1+-parseInt(n(216))/2*(-parseInt(n(208))/3)+parseInt(n(212))/4*(parseInt(n(206))/5)+-parseInt(n(211))/6+-parseInt(n(221))/7+parseInt(n(218))/8+-parseInt(n(214))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Mi extends t.Plugin{[Si(220)](){const t=Si,e=this[t(215)];if(!e[t(205)][t(203)](t(210)))return;e[t(205)][t(204)](t(209))[t(207)](t(219));const n=e[t(205)][t(204)](t(209)),r=e[t(222)];n[t(202)][t(223)](t(219),(e=>Wr(r,t(213),e)))}}const Oi=Di;function wi(){const t=["9ucFJvx","Paragraph","9aTvLiX","includes","editing","checkChild","ELEMENT_PARAGRAPH","commandName","enableCommand","data","model","registerDescriptionCallback","isBlock","ck-suggestion-marker-split","get","4676664NiGVgi","formatBlock","paragraph","options","afterInit","*Change to:* %0","99234EedssN","getFirstRange","start","descriptionFactory","140tPizIW","downcastDispatcher","consumable","createUIElement","917624tkCzZV","locale","addMarker:suggestion:insertion","markerName","toViewPosition","ck-suggestion-marker--active","49xhsxGv","insertParagraph","editor","bindElementToMarker","schema","activeMarkers","showSuggestionHighlights","highest","isLimit","1479566BnuUbD","mapper","consume","nodeAfter","format","_registerLegacyDescription","span","writer","type","4817890HSgsvM","205806UjiepY","addClass","has","isTouching","insert","*Insert:* %0","plugins","insertion","markerRange","end","name","enableDefaultAttributesIntegration","TrackChangesEditing","registerElementLabel","getItemLabel","$text","1122684LrNRoJ"];return(wi=function(){return t})()}function Di(t,e){const n=wi();return(Di=function(t,e){return n[t-=498]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(514869===parseInt(n(564))/1*(parseInt(n(547))/2)+parseInt(n(566))/3*(parseInt(n(563))/4)+-parseInt(n(546))/5+parseInt(n(508))/6+parseInt(n(528))/7*(parseInt(n(522))/8)+parseInt(n(514))/9+parseInt(n(518))/10*(-parseInt(n(537))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Oi(512)](){const t=Oi,e=this[t(530)];if(!e[t(553)][t(549)](t(565)))return;const n=e[t(523)],r=e[t(553)][t(507)](t(559));r[t(517)][t(560)](t(510),(e=>Wr(n,t(499),e))),r[t(558)](t(510)),r[t(501)](t(529)),e[t(568)][t(519)].on(t(524),xi(e),{priority:t(535)}),e[t(502)][t(519)].on(t(524),((n,r,s)=>{const o=t;s[o(511)][o(534)]&&xi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(535)});const s=r[t(517)];s[t(504)]((r=>{const o=t;if(o(554)!==r[o(545)])return;const{start:i,end:a}=r[o(515)]();if(!i[o(550)](a)||!i[o(540)])return;const c=e[o(503)][o(532)],u=i[o(540)];return c[o(505)](u)&&!c[o(536)](u)&&c[o(498)](u,o(562))?{type:o(554),content:Wr(n,o(552),s[o(561)](u,1))}:void 0})),this[t(542)]()}[Oi(542)](){const t=Oi,e=this[t(530)],n=e[t(523)];e[t(553)][t(507)](t(559))[t(517)][t(504)]((e=>{const r=t;if(r(509)!=e[r(545)])return;const{data:s}=e;return s&&r(510)==s[r(500)]?{type:r(541),content:Wr(n,r(513),Wr(n,r(499)))}:void 0}))}}function xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(553)][o(507)](o(559)),a=r[o(555)][o(516)],c=r[o(555)][o(556)],u=t[o(503)][o(532)];if(!a[o(550)](c)||!a[o(540)])return;const l=a[o(540)];if(u[o(505)](l)&&!u[o(536)](l)&&u[o(498)](l,o(562))){if(!s[o(520)][o(539)](r[o(555)],n[o(557)]))return;const t=s[o(544)][o(521)](o(543),{class:o(506)}),a=s[o(538)][o(526)](c);e&&i[o(533)][o(567)](r[o(525)])&&s[o(544)][o(548)](o(527),t),s[o(544)][o(551)](a,t),s[o(538)][o(531)](t,r[o(525)])}}}function Bi(){const t=["editor","formatBlock","registerDescriptionCallback","descriptionFactory","formatInline","5702648OjxuAK","has","locale","afterInit","commandName","type","get","_registerLegacyDescription","enableDefaultAttributesIntegration","plugins","removeFormat","1590bcDsHC","TrackChangesEditing","11205xnMnAT","733535SoJtem","RemoveFormatEditing","*Remove all formatting*","9dUlwhL","2041655OREhsK","11538918FVnjiU","574824vkSbOS","format","218294cSERip"];return(Bi=function(){return t})()}const Pi=Ui;function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(402329===parseInt(n(364))/1+parseInt(n(372))/2+parseInt(n(367))/3*(parseInt(n(370))/4)+-parseInt(n(363))/5*(parseInt(n(361))/6)+parseInt(n(368))/7+parseInt(n(378))/8+-parseInt(n(369))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[Pi(353)](){const t=Pi,e=this[t(373)];e[t(359)][t(351)](t(365))&&(e[t(359)][t(356)](t(362))[t(358)](t(360)),this[t(357)]())}[Pi(357)](){const t=Pi,e=this[t(373)];e[t(359)][t(356)](t(362))[t(376)][t(375)]((n=>{const r=t;if(r(374)!=n[r(355)]&&r(377)!=n[r(355)])return;const{data:s}=n;return s&&r(360)==s[r(354)]?{type:r(371),content:Wr(e[r(352)],r(366))}:void 0}))}}const Gi=zi;!function(t,e){const n=zi,r=t();for(;;)try{if(989729===-parseInt(n(325))/1*(-parseInt(n(330))/2)+parseInt(n(327))/3+parseInt(n(312))/4+-parseInt(n(315))/5+parseInt(n(331))/6+parseInt(n(318))/7+parseInt(n(333))/8*(-parseInt(n(321))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wi);class Vi extends t.Plugin{[Gi(317)](){const t=Gi,e=this[t(336)];if(!e[t(324)][t(332)](t(320)))return;const n=e[t(324)][t(334)](t(328));n[t(314)](t(329)),n[t(314)](t(313));const r=e[t(324)][t(334)](t(320));r[t(314)](t(323)),r[t(314)](t(322)),r[t(314)](t(316)),r[t(314)](t(319)),r[t(314)](t(335)),r[t(314)](t(326)),r[t(314)](t(311))}}function zi(t,e){const n=Wi();return(zi=function(t,e){return n[t-=311]})(t,e)}function Wi(){const t=["goToNextRestrictedEditingException","enableCommand","4218315SYZWpx","discardSuggestion","afterInit","3119403mnGSpi","acceptAllSuggestions","RestrictedEditingModeEditing","36VupSLa","acceptSuggestion","trackChanges","plugins","1rdJfoG","acceptSelectedSuggestions","3487257TKRcSk","TrackChangesEditing","goToPreviousRestrictedEditingException","3681172UdWFLl","6044436IMWJuv","has","8033920KLFRKU","get","discardAllSuggestions","editor","discardSelectedSuggestions","5577248dCBwWF"];return(Wi=function(){return t})()}const Hi=qi;function Ki(){const t=["descriptionFactory","merge","shiftEnter","requires","72636408WFvRGl","writer","deletion","TrackChangesEditing","softBreak","consumable","downcastDispatcher","high","options","data","test","ck-suggestion-marker-","toViewPosition","createUIElement","span","editor","5869385EhyIAG","addMarker:suggestion","init","188552dejaog","showSuggestionHighlights","mapper","3248gFbGwD","name","enableCommand","getItems","locale","addMarker:suggestion:deletion","createPositionBefore","ck-suggestion-marker--active","addMarker:suggestion:insertion","ELEMENT_LINE_BREAK","5878829gBPkng","plugins","addClass","split","4MwaWow","includes","bindElementToMarker","33039oNpfYa","markerRange","markerName","insert","14hQqIsI","839670fTPmUd","20joLvzd","model","editing","element","get","registerElementLabel","35RWuICg","4739994iLxxwf","activeMarkers"];return(Ki=function(){return t})()}function qi(t,e){const n=Ki();return(qi=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=qi,r=t();for(;;)try{if(858022===-parseInt(n(435))/1*(parseInt(n(459))/2)+-parseInt(n(468))/3+parseInt(n(452))/4*(-parseInt(n(490))/5)+-parseInt(n(460))/6*(parseInt(n(467))/7)+parseInt(n(438))/8*(-parseInt(n(455))/9)+parseInt(n(461))/10*(parseInt(n(448))/11)+parseInt(n(474))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Xi extends t.Plugin{static get[Hi(473)](){return[Js.ShiftEnter]}[Hi(492)](){const t=Hi,e=this[t(489)],n=e[t(449)][t(465)](t(477));n[t(440)](t(472)),e[t(463)][t(480)].on(t(446),Yi(e),{priority:t(481)}),e[t(463)][t(480)].on(t(443),Yi(e),{priority:t(481)}),e[t(483)][t(480)].on(t(491),((n,r,s)=>{const o=t;s[o(482)][o(436)]&&Yi(e,{showActiveMarker:!1})(n,r,s)})),n[t(470)][t(466)](t(478),(n=>Wr(e[t(442)],t(447),n)))}}function Yi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=qi,i=t[o(449)][o(465)](o(477));if(!s[o(479)][o(484)](r[o(456)],n[o(439)]))return;const a=t[o(462)];for(const t of r[o(456)][o(441)]()){if(!t.is(o(464),o(478)))continue;const n=o(476)==r[o(457)][o(451)](":")[1]?o(471):o(451),c=s[o(475)][o(487)](o(488),{class:o(485)+n}),u=s[o(437)][o(486)](a[o(444)](t));e&&i[o(469)][o(453)](r[o(457)])&&s[o(475)][o(450)](o(445),c),s[o(475)][o(458)](u,c),s[o(437)][o(454)](c,r[o(457)])}}}const Ji=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=445]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(331030===parseInt(n(471))/1+-parseInt(n(459))/2*(parseInt(n(476))/3)+-parseInt(n(474))/4+parseInt(n(447))/5+-parseInt(n(470))/6+-parseInt(n(482))/7+parseInt(n(466))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($i);class Zi extends t.Plugin{[Ji(448)](){const t=Ji,e=this[t(481)],n=e[t(479)],r=e[t(467)];if(!e[t(483)][t(468)](t(445)))return;const s=e[t(483)][t(464)](t(469)),o=t(480),i=e[t(462)][t(464)](o);s[t(475)](o,((e,r={})=>{const a=t,c=n[a(449)][a(453)];if(c[a(478)])return void e(r);const u=void 0!==r[a(461)]?r[a(461)]:!i[a(451)];n[a(477)]((()=>{const t=a,e=Array[t(473)](c[t(452)]());for(const r of e){const e=u?[r]:Ms(o,r,n);for(const n of e)s[t(450)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(463)][t(472)]((e=>{const n=t;if(n(457)!=e[n(446)]&&n(458)!=e[n(446)])return;const{data:s}=e;return s&&s[n(460)]==o?s[n(454)][0][n(461)]?{type:n(465),content:Wr(r,n(456))}:{type:n(465),content:Wr(r,n(455))}:void 0}))}}function $i(){const t=["afterInit","document","markInlineFormat","value","getRanges","selection","commandParams","FORMAT_RESTRICTED_DISABLED","FORMAT_RESTRICTED_ENABLED","formatBlock","formatInline","2xbyGWh","commandName","forceValue","commands","descriptionFactory","get","format","7661856TeXQIO","locale","has","TrackChangesEditing","2338890ZnIDTx","594036QkMxem","registerDescriptionCallback","from","244436nigGsn","enableCommand","1521483lsoDpk","change","isCollapsed","model","restrictedEditingException","editor","3419465hysbJy","plugins","StandardEditingModeEditing","type","1129210FCEpsY"];return($i=function(){return t})()}const ta=na;function ea(){const t=["FORMAT_STYLE","2BwkoZh","Style","toLowerCase","registerDescriptionCallback","182164IKqLyD","add","*Set format:* %0","editor","forceValue","has","registerAttributeLabel","get","element","plugins","18444690LtKOFQ","config","block","GeneralHtmlSupport","6335nnNubX","afterInit","commandParams","enableDefaultAttributesIntegration","DataSchema","StyleUtils","*Remove format:* %0","descriptionFactory","definitions","commandName","locale","ghsAttributes","registerInlineAttribute","getGhsAttributeNameForElement","format","styleName","_registerLegacyDescription","15256233oNXZSX","7xnBFqk","1076ChnyGR","normalizeConfig","style","inline","TrackChangesEditing","5779016HOQTHO","2862840cxWGeR","registerBlockAttribute","type","formatInline","1896627BxTrLi","formatBlock"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=109]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(868119===-parseInt(n(129))/1*(-parseInt(n(125))/2)+parseInt(n(122))/3+-parseInt(n(112))/4*(parseInt(n(143))/5)+-parseInt(n(118))/6+-parseInt(n(111))/7*(-parseInt(n(117))/8)+-parseInt(n(110))/9+parseInt(n(139))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[ta(144)](){const t=ta,e=this[t(132)];if(!e[t(138)][t(134)](t(126))||!e[t(138)][t(134)](t(147)))return;const n=e[t(138)][t(136)](t(116)),r=e[t(153)],s=e[t(140)][t(136)](t(114))||{},o=e[t(138)][t(136)](t(142)),i=e[t(138)][t(136)](t(148))[t(113)](e[t(138)][t(136)](t(147)),s[t(151)]);n[t(146)](t(114));const a=new Set;for(const e of i[t(141)]){const n=o[t(156)](e[t(137)]);a[t(130)](n)}const c=new Set;for(const e of i[t(115)]){const n=o[t(156)](e[t(137)]);c[t(130)](n);for(const n of e[t(154)])c[t(130)](n)}for(const e of a)n[t(119)](e),n[t(150)][t(135)](e,Wr(r,t(124)));for(const e of c)n[t(155)](e),n[t(150)][t(135)](e,Wr(r,t(124)));this[t(109)]()}[ta(109)](){const t=ta,e=this[t(132)],n=e[t(153)];e[t(138)][t(136)](t(116))[t(150)][t(128)]((e=>{const r=t;if(r(123)!=e[r(120)]&&r(121)!=e[r(120)])return;const{data:s}=e;return s&&r(114)===s[r(152)]?s[r(145)][0][r(133)]?{type:r(157),content:Wr(n,r(131),s[r(145)][0][r(158)][r(127)]())}:{type:r(157),content:Wr(n,r(149),s[r(145)][0][r(158)][r(127)]())}:void 0}))}}function sa(t,e){const n=ia();return(sa=function(t,e){return n[t-=412]})(t,e)}const oa=sa;function ia(){const t=["markMultiRangeInsertion","isArray","selectTableRow","insertTableColumnLeft","isInContent","differ","filter","17506020DInOpx","getCellLocation","descriptionFactory","getSelectionAffectedTableCells","getAttribute","TableEditing","options","getColumnIndexes","registerCustomCallback","isEqual","discard","last","ELEMENT_TABLE_ROW","nodeBefore","element","18RKOWiU","removeTableRow","16SkAEjP","low","join","change:data","refresh","minColumn","getSuggestion","removeClass","above","position","registerElementLabel","type","ELEMENT_TABLE_COLUMN_WITH_TEXT","colspan","startsWith","maxColumn","every","downcastDispatcher","rootName","319450nJpFwq","addRange","includes","insertTable","min","detach","createRangeIn","*Remove:* %0","insertion","nodeAfter","fromRange","editor","_splitMarkerName","cell","_getCoordsForCells","getChangedMarkers","selection","values","createTableWalker","end","createPositionAt","afterInit","deletion","tableRow","_setupColumnsRowsFixing","23412ktOyHd","tableColumn","forceValue","*Insert:* %0","subType","locale","MAX_SAFE_INTEGER","accept","ELEMENT_TABLE","batch","execute","add","toLowerCase","ELEMENT_TABLE_WITH_TEXT","_tableSuggestions","TrackChangesEditing","insertTableRowAbove","plugins","addMarker:suggestion","oldRange","tableCell","registerPostFixer","isIntersectingWithRange","markMultiRangeDeletion","get","span","getItems","length","getChildren","_suggestionFactory","getFirstRange","enqueueChange","1454546ivjsYd","highest","maxRow","getRowIndexes","classes","push","55WlEvqM","ELEMENT_TABLE_COLUMN","max","start","MIN_SAFE_INTEGER","document","data","enableCommand","8625300iHCmWe","model","TableUtils","some","hasAttribute","getRanges","has","$textProxy","substr","tablePaste","6775384qHTfoy","writer","map","isTouching","left","showSuggestionHighlights","root","$graveyard","findAncestor","item","toViewElement","686MxxMtc","order","2358430dDcdUs","_getSuggestionCoords","_acceptFormatSuggestionCallbackFactory","commands","ELEMENT_TABLE_ROW_WITH_TEXT","suggestion","getChanges","minRow","first","table","removeTableColumn","registerDescriptionCallback","addClass","selectTableColumn","rowspan","_tablePostFixingSubtypes","createRangeOn","mapper","from","change","6rLryWS","insertTableRowBelow","insertTableColumnRight","getContainedElement","setSelection","name","insert"];return(ia=function(){return t})()}!function(t,e){const n=sa,r=t();for(;;)try{if(984617===-parseInt(n(573))/1+-parseInt(n(516))/2*(-parseInt(n(466))/3)+-parseInt(n(497))/4*(-parseInt(n(446))/5)+parseInt(n(541))/6*(parseInt(n(444))/7)+parseInt(n(433))/8*(parseInt(n(495))/9)+parseInt(n(480))/10+parseInt(n(415))/11*(-parseInt(n(423))/12))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(461)]=[e(539),e(542)],this[e(555)]=new Set}[oa(537)](){const t=oa,e=this[t(527)],n=e[t(424)][t(420)][t(532)];if(!e[t(558)][t(429)](t(485)))return;const r=e[t(546)],s=e[t(558)][t(565)](t(556)),o=e[t(558)][t(565)](t(425));s[t(482)][t(507)](t(455),(e=>Wr(r,t(549),e))),this[t(540)](),s[t(422)](t(519)),s[t(422)](t(475)),s[t(422)](t(459));for(const r of[t(557),t(467)]){const i=e[t(449)][t(565)](r);s[t(422)](r,(r=>{const a=t;e[a(424)][a(465)]((t=>{const e=a;r();const c=e(505)===i[e(445)],u=o[e(483)](n),l=o[e(412)](u),f=c?l[e(454)]-1:l[e(491)]+1,h=u[0][e(441)](e(455)),g=o[e(534)](h,{startRow:f,endRow:f}),d=Array[e(464)](g)[e(435)]((n=>t[e(462)](n[e(529)])));s[e(473)](d,e(539))}))}))}for(const r of[t(476),t(468)]){const i=e[t(449)][t(565)](r);s[t(422)](r,(r=>{const a=t;e[a(424)][a(465)]((t=>{const e=a;r();const c=e(437)===i[e(445)],u=o[e(483)](n),l=o[e(487)](u),f=c?l[e(454)]-1:l[e(491)]+1,h=u[0][e(441)](e(455)),g=o[e(534)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(464)](g)[e(435)]((n=>t[e(462)](n[e(529)])));s[e(473)](d,e(542))}))}))}for(const r of[t(496),t(456)]){const i=r[t(431)](11),a=i[t(553)](),c=a[t(431)](0,3)+t(566),u=t(455)+i,l=t(520)+i,f=t(417)+i;s[t(422)](r,(()=>{const i=t;e[i(424)][i(465)]((t=>{const e=i,h=o[e(483)](n),g=h[0][e(441)](e(455));let d;if(e(496)==r){const t=o[e(412)](h);d={startRow:t[e(454)],endRow:t[e(491)],includeAllSlots:!0}}else{const t=o[e(487)](h);d={startColumn:t[e(454)],endColumn:t[e(491)],includeAllSlots:!0}}const p=o[e(534)](g,d),m=Array[e(464)](p)[e(435)]((({cell:t})=>t)),E=ca(m[e(479)]((t=>t[e(427)](c)))),I=ca(m[e(479)]((t=>!t[e(427)](c))))[e(435)]((n=>t[e(462)](n))),b=s[e(564)](I,u);if(b&&(e(539)==b[e(545)]||e(542)==b[e(545)])){const n=this[e(447)](b);for(const r of E){const s=t[e(462)](r),i=o[e(481)](r),u=r[e(484)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(517)](s)}}}))}))}function c(r){const s=t,o=Array[s(464)](n[s(428)]())[s(435)]((t=>i.LiveRange[s(526)](t)));e[s(424)][s(465)]((t=>{const n=s,i=t[n(550)];r=r[n(479)]((t=>n(440)!=t[n(439)][n(515)])),t[n(470)](r),e[n(449)][n(565)](n(496))[n(501)](),e[n(551)](n(496),{forceDefaultExecution:!0}),e[n(424)][n(572)]((()=>{const t=n;e[t(424)][t(572)](i,(e=>{const n=t,r=o[n(479)]((t=>n(440)!=t[n(439)][n(515)]));r[n(568)]>0&&e[n(470)](r);for(const t of o)t[n(521)]()}))}))}))}function u(r){const s=t;e[s(424)][s(465)]((t=>{const o=s,a=Array[o(464)](n[o(428)]())[o(435)]((t=>i.LiveRange[o(526)](t))),c=[];for(const t of r)for(const e of t[o(567)]({shallow:!0}))c[o(414)](e);for(const n of c)o(440)!=n[o(439)][o(515)]&&(t[o(470)](t[o(536)](n,0)),e[o(449)][o(565)](o(456))[o(501)](),e[o(551)](o(456),{forceDefaultExecution:!0}));const u=a[o(479)]((t=>o(440)!=t[o(439)][o(515)]));u[o(568)]>0&&t[o(470)](u);for(const t of a)t[o(521)]()}))}function l(e,n){const r=t;return n[r(513)]((t=>e[r(426)]((e=>e[r(535)][r(489)](t[r(418)])||t[r(535)][r(489)](e[r(418)])))))}function f(e,n){const r=t;return e[r(426)]((t=>n[r(426)]((e=>t[r(535)][r(436)](e[r(418)])))))}e[t(421)][t(514)].on(t(559),((e,n,r)=>{const s=t;if(!r[s(486)][s(438)])return;const o=n[s(442)];if(!o)return;const i=r[s(463)][s(443)](o);function c(t){return Array[s(474)](t)?t:[t]}i&&s(561)===o[s(471)]&&(0,a.setHighlightHandling)(i,r[s(434)],((t,e,n)=>n[s(458)](c(e[s(413)]),t)),((t,e,n)=>n[s(504)](c(e[s(413)]),t)))}),{priority:t(574)}),s[t(482)][t(457)]((e=>{const n=t;if(n(524)!=e[n(508)]&&n(538)!=e[n(508)])return;const s=e[n(469)]();if(null!=s&&s.is(n(494),n(455))){if(n(524)==e[n(508)]){const t=e[n(567)]()[n(479)]((t=>t.is(n(430))))[n(435)]((t=>t[n(421)]));if(t[n(568)])return{type:n(524),content:Wr(r,n(544),Wr(r,n(554),'"'+t[n(499)](" ")+'"'))}}if(n(538)==e[n(508)]){const t=e[n(567)]()[n(479)]((t=>t.is(n(430))))[n(435)]((t=>t[n(421)]));if(t[n(568)])return{type:n(538),content:Wr(r,n(523),Wr(r,n(554),'"'+t[n(499)](" ")+'"'))}}}})),s[t(482)][t(457)]((e=>{const n=t;if(n(539)==e[n(545)]){const t=e[n(567)]()[n(479)]((t=>t.is(n(430))))[n(435)]((t=>t[n(421)])),s=this[n(447)](e),o=s[n(575)]-s[n(453)]+1;if(n(524)==e[n(508)])return t[n(568)]?{type:n(524),content:Wr(r,n(544),Wr(r,n(450),[o,'"'+t[n(499)](" ")+'"']))}:{type:n(524),content:Wr(r,n(544),Wr(r,n(492),o))};if(n(538)==e[n(508)])return t[n(568)]?{type:n(538),content:Wr(r,n(523),Wr(r,n(450),[o,'"'+t[n(499)](" ")+'"']))}:{type:n(538),content:Wr(r,n(523),Wr(r,n(492),o))}}if(n(542)==e[n(545)]){const t=e[n(567)]()[n(479)]((t=>t.is(n(430))))[n(435)]((t=>t[n(421)])),s=this[n(447)](e),o=s[n(512)]-s[n(502)]+1;if(n(524)==e[n(508)])return t[n(568)]?{type:n(524),content:Wr(r,n(544),Wr(r,n(509),[o,'"'+t[n(499)](" ")+'"']))}:{type:n(524),content:Wr(r,n(544),Wr(r,n(416),o))};if(n(538)==e[n(508)])return t[n(568)]?{type:n(538),content:Wr(r,n(523),Wr(r,n(509),[o,'"'+t[n(499)](" ")+'"']))}:{type:n(538),content:Wr(r,n(523),Wr(r,n(416),o))}}})),s[t(570)][t(488)](t(524),t(539),t(490),c),s[t(570)][t(488)](t(538),t(539),t(548),c),s[t(570)][t(488)](t(524),t(542),t(490),u),s[t(570)][t(488)](t(538),t(542),t(548),u),s[t(570)][t(488)](t(524),t(542),t(499),l),s[t(570)][t(488)](t(538),t(542),t(499),l),s[t(570)][t(488)](t(524),t(539),t(499),f),s[t(570)][t(488)](t(538),t(539),t(499),f)}[oa(448)](){const t=oa,e=this[t(527)],n=e[t(424)][t(420)][t(532)];return(r,s)=>{const o=t;e[o(424)][o(465)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(535)][a(493)];u&&u[0]&&!1===u[0][a(543)]&&(l=r[0][a(418)][a(525)]);const f=t[a(522)](l);if(a(440)==f[a(439)][a(515)])return;const h=Array[a(464)](n[a(428)]())[a(435)]((t=>i.LiveRange[a(526)](t)));t[a(470)](f),e[a(449)][a(565)](c)[a(501)](),u[a(414)]({forceDefaultExecution:!0}),e[a(551)](c,...u);const g=h[a(479)]((t=>a(440)!=t[a(439)][a(515)]));g[a(568)]>0&&t[a(470)](g);for(const t of h)t[a(521)]()}))}}[oa(530)](t){const e=oa,n=this[e(527)][e(558)][e(565)](e(425));let r=Number[e(547)],s=Number[e(419)],o=Number[e(547)],i=Number[e(419)];for(const a of t){if(e(440)==a[e(439)][e(515)])continue;const{row:t,column:c}=n[e(481)](a),u=a[e(427)](e(460))?a[e(484)](e(460))-1:0,l=a[e(427)](e(510))?a[e(484)](e(510))-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(540)](){const t=oa,e=this[t(527)],n=e[t(558)][t(565)](t(556)),r=e[t(558)][t(565)](t(425));e[t(424)][t(420)].on(t(500),(()=>{const r=t,s=Array[r(464)](e[r(424)][r(420)][r(478)][r(531)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(528)](t);if(r(451)!=s)continue;if(null!=e[r(560)])continue;const a=n[r(503)](o);this[r(461)][r(518)](i)&&this[r(555)][r(552)](a)}}),{priority:t(498)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(462)](e),a=e[s(441)](s(455)),c=r[s(481)](e);for(const t of this[s(555)]){const n=t[s(545)],r=n[s(511)](s(432)),u=n[s(431)](r?10:5),l=u[s(553)](),f=l[s(431)](0,3)+s(566),h=s(520)+u,g=s(417)+u;if(!t[s(477)])continue;if(a!=t[s(571)]()[s(418)][s(441)](s(455)))continue;if(t[s(563)](i))continue;const d=e[s(427)](f)?e[s(484)](f)-1:0,p=this[s(447)](t),m=p[h],E=p[g];m<=c[l]&&c[l]+d<=E&&(t[s(517)](i),o=!0)}return o};e[t(424)][t(420)][t(562)]((n=>{const r=t;let o=!1;for(const t of e[r(424)][r(420)][r(478)][r(452)]())if(r(472)==t[r(508)])if(r(539)==t[r(471)])for(const e of t[r(506)][r(525)][r(569)]())o=o||s(e,n);else r(561)==t[r(471)]&&(o=o||s(t[r(506)][r(525)],n));return o}))}[oa(447)](t){const e=oa;return this[e(530)](t[e(428)]()[e(435)]((t=>t[e(418)][e(525)])))}}function ca(t){const e=oa;return Array[e(464)](new Set(t)[e(533)]())}function ua(t,e){const n=fa();return(ua=function(t,e){return n[t-=494]})(t,e)}const la=ua;function fa(){const t=["136UvoRQO","registerCustomCallback","mergeTableCellLeft","element","has","mergeTableCellRight","*Split cell:* vertically","setSelection","enableCommand","root","isEnabled","subType","createRangeOn","format","set:isEnabled","mergeTableCells","push","splitTableCellVertically","afterInit","trackChanges","execute","formatBlock","locale","_acceptFormatSuggestionCallbackFactory","$graveyard","detach","rootName","change","39396NJTGRF","_isForcedDefaultExecutionBlock","231304EicTDs","_areMergableCells","model","isInContent","get","TrackChangesEditing","1446556UdqQUL","commandName","2947011EfPtrm","horizontally","getAncestors","containsRange","author","getRanges","tableCell","30965iBuvJO","requires","mergeTableCellDown","find","getSelectionAffectedTableCells","fromRange","formatInline","return","getCellLocation","getSuggestions","_suggestionFactory","type","5359040NiwgvA","52515DUxgUv","value","_tablePostFixingSubtypes","mergeTableCellUp","TableUtils","cell","editor","length","from","commands","TableEditing","filter","findAncestor","906IcsBQk","highest","accept","low","markBlockFormat","createTableWalker","table","forceDefaultExecution","insertion","add","descriptionFactory","splitTableCellHorizontally","refresh","registerDescriptionCallback","deletion","getFirstPosition","stop","plugins","document","selection","*Merge cells*","*Split cell:* horizontally","3080pcstak","_areSelectedCellsMergable","map","markMultiRangeBlockFormat","direction","size"];return(fa=function(){return t})()}!function(t,e){const n=ua,r=t();for(;;)try{if(515789===-parseInt(n(520))/1+-parseInt(n(526))/2+parseInt(n(528))/3+parseInt(n(589))/4*(parseInt(n(535))/5)+parseInt(n(561))/6*(-parseInt(n(518))/7)+-parseInt(n(547))/8+parseInt(n(548))/9*(parseInt(n(583))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[la(536)](){return[aa]}[la(508)](){const t=la,e=this[t(554)],n=e[t(522)][t(579)][t(580)],r=e[t(512)];if(!e[t(578)][t(494)](t(558)))return;const s=e[t(578)][t(524)](t(525)),o=e[t(578)][t(524)](t(552)),a=e[t(578)][t(524)](aa);a[t(550)][t(506)](t(505)),s[t(498)](t(505),(()=>{const n=t,r=o[n(539)](e[n(522)][n(579)][n(580)]);e[n(522)][n(517)]((()=>{const t=n;s[t(586)](r,{commandName:t(505),commandParams:[]},[],t(505))}))})),e[t(557)][t(524)](t(505)).on(t(510),((n,r)=>{const o=t;e[o(557)][o(524)](o(509))[o(549)]&&(r[o(555)]>0&&r[r[o(555)]-1]&&r[r[o(555)]-1][o(568)]||s[o(519)]||this[o(584)]()||n[o(577)]())}),{priority:t(562)});for(const n of[t(551),t(495),t(537),t(591)]){const r=e[t(557)][t(524)](n);s[t(498)](n,(()=>{const n=t,o=e[n(522)][n(579)][n(580)][n(576)]()[n(530)]()[n(538)]((t=>t.is(n(592),n(534)))),i=r[n(549)];e[n(522)][n(517)]((()=>{const t=n;s[t(586)]([o,i],{commandName:t(505),commandParams:[]},[],t(505))}))}))}for(const n of[t(507),t(572)]){const r=e[t(557)][t(524)](n);s[t(498)](n,(()=>{const i=t,a=o[i(539)](e[i(522)][i(579)][i(580)])[0],c=a[i(560)](i(567)),{column:u,row:l}=o[i(543)](a);let f=[];if(i(529)==r[i(587)]){const t=o[i(566)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(556)](t)[i(585)]((t=>t[i(553)]))}else{const t=o[i(566)](c,{column:u,includeAllSlots:!0});f=Array[i(556)](t)[i(585)]((t=>t[i(553)]))}e[i(522)][i(517)]((t=>{const e=i;s[e(565)](t[e(502)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(571)][t(574)]((e=>{const n=t;if(n(511)!=e[n(546)]&&n(541)!=e[n(546)])return;const{data:s}=e;return s&&n(505)==s[n(527)]?{type:n(503),content:Wr(r,n(581))}:void 0})),s[t(571)][t(574)]((e=>{const n=t;if(n(511)!=e[n(546)]&&n(541)!=e[n(546)])return;const{data:s}=e;return s?n(507)==s[n(527)]?{type:n(503),content:Wr(r,n(496))}:n(572)==s[n(527)]?{type:n(503),content:Wr(r,n(582))}:void 0:void 0}));const c=a[t(513)]();for(const e of[t(551),t(495),t(537),t(591)])s[t(545)][t(590)](t(511),e,t(563),c);for(const e of[t(507),t(572)])s[t(545)][t(590)](t(511),e,t(563),c);s[t(545)][t(590)](t(511),t(505),t(563),(r=>{const s=t;e[s(522)][s(517)]((t=>{const o=s,a=Array[o(556)](n[o(533)]())[o(585)]((t=>i.LiveRange[o(540)](t)));t[o(497)](r),e[o(557)][o(524)](o(505))[o(573)](),e[o(510)](o(505),{forceDefaultExecution:!0});const c=a[o(559)]((t=>o(514)!=t[o(499)][o(516)]));c[o(555)]>0&&t[o(497)](c);for(const t of a)t[o(515)]()}))}));for(const n of[t(551),t(537),t(591),t(495)]){const r=e[t(557)][t(524)](n);r.on(t(504),((n,s,o)=>{const i=t;if(o){const t=e[i(522)][i(579)][i(580)][i(576)]()[i(530)]()[i(538)]((t=>t.is(i(592),i(534))));this[i(521)](r[i(549)],t)||(n[i(542)]=!1,n[i(577)]())}}),{priority:t(564)})}}[la(584)](){const t=la,e=this[t(554)][t(557)][t(524)](t(505)),n=this[t(554)][t(578)][t(524)](t(552));if(!e[t(500)])return!1;const r=n[t(539)](this[t(554)][t(522)][t(579)][t(580)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(521)](e,n))return!1;return!0}[la(521)](t,e){const n=la,r=this[n(554)][n(578)][n(524)](n(525)),s=this[n(554)][n(522)][n(502)](t),o=this[n(554)][n(522)][n(502)](e),i=new Set,a=new Set;for(const t of r[n(544)]())if((n(569)==t[n(546)]||n(575)==t[n(546)]||n(505)==t[n(501)])&&t[n(523)])for(const e of t[n(533)]())e[n(531)](s,!0)&&i[n(570)](t[n(546)]+":"+t[n(532)].id),e[n(531)](o,!0)&&a[n(570)](t[n(546)]+":"+t[n(532)].id);if(i[n(588)]!=a[n(588)])return!1;for(const t of i)if(!a[n(494)](t))return!1;return!0}}function ga(t,e){const n=pa();return(ga=function(t,e){return n[t-=278]})(t,e)}const da=ga;function pa(){const t=["editing","ck-suggestion-marker-","highest","includes","writer","341779MwwUqp","FORMAT_HEADER_COLUMN","has","addClass","type","getCellLocation","TableEditing","registerAttributeLabel","end","accept","_splitMarkerName","nodeBefore","removeClass","mapper","_registerLegacyDescription","FORMAT_REGULAR_COLUMN","editor","setAttribute","consumable","*Format:* %0","data","parent","TableUtils","3789OjdapD","locale","14240Kztyfr","start","ck-suggestion-marker--active","28180TefxBN","commandName","downcastDispatcher","_acceptFormatSuggestionCallbackFactory","commandParams","createTableWalker","FORMAT_HEADER_ROW","cell","nodeAfter","format","toViewElement","addMarker:suggestion","1255006htKYmb","markerName","bindElementToMarker","showSuggestionHighlights","markerNameToElements","item","_handleLegacySuggestions","enableDefaultAttributesIntegration","stop","unbindElementFromMarkerName","FORMAT_REGULAR_ROW","438hGJOih","consume","activeMarkers","_suggestionFactory","367635EKeskG","markerRange","removeMarker:suggestion","forceValue","descriptionFactory","6CJukVt","get","name","1784902RCpRTD","TrackChangesEditing","registerBlockAttribute","registerCustomCallback","requires","plugins","data-suggestion","registerDescriptionCallback","getSuggestion","afterInit","headingColumns","options","headingRows","removeAttribute","setTableRowHeader","setTableColumnHeader","4045848EwYnFf","formatBlock"];return(pa=function(){return t})()}!function(t,e){const n=ga,r=t();for(;;)try{if(412584===-parseInt(n(292))/1+-parseInt(n(332))/2+-parseInt(n(343))/3*(-parseInt(n(317))/4)+-parseInt(n(347))/5*(parseInt(n(352))/6)+parseInt(n(355))/7+-parseInt(n(285))/8+parseInt(n(315))/9*(parseInt(n(320))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[da(359)](){return[aa]}[da(278)](){const t=da,e=this[t(308)];if(!e[t(360)][t(294)](t(298)))return;const n=e[t(316)],r=e[t(360)][t(353)](t(356));r[t(339)](t(283)),r[t(339)](t(284)),r[t(357)](t(281)),r[t(357)](t(279)),r[t(351)][t(299)](t(281),Wr(n,t(326))),r[t(351)][t(299)](t(279),Wr(n,t(293))),this[t(338)]()}[da(338)](){const t=da,e=this[t(308)][t(360)][t(353)](t(356)),n=this[t(308)][t(360)][t(353)](t(314)),r=this[t(308)][t(360)][t(353)](aa)[t(323)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=ga,{type:c,id:u}=e[a(302)](o[a(333)]),l=e[a(363)](u),f=l[a(312)];if(a(286)!=l[a(296)]||!f||a(284)!=f[a(321)])return;if(o[a(337)])return void s[a(340)]();if(!i[a(310)][a(344)](o[a(348)],s[a(354)]))return;const h=o[a(348)][a(318)][a(328)],g=o[a(348)][a(300)][a(303)],d=h[a(313)][a(313)],{column:p}=n[a(297)](h),{column:m}=n[a(297)](g);for(let s=p;s<=m;s++){const l=n[a(325)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(327)],l=i[a(305)][a(330)](s);i[a(291)][a(295)](a(288)+c,l),r&&i[a(291)][a(309)](a(361),u,l),i[a(305)][a(334)](l,o[a(333)]),t&&(e[a(345)][a(290)](o[a(333)])?i[a(291)][a(295)](a(319),l):i[a(291)][a(304)](a(319),l))}}}}e[t(346)][t(358)](t(286),t(283),t(301),r),e[t(346)][t(358)](t(286),t(284),t(301),r),this[t(308)][t(287)][t(322)].on(t(331),s(),{priority:t(289)}),this[t(308)][t(312)][t(322)].on(t(331),((e,n,r)=>{const o=t;r[o(280)][o(335)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(289)}),this[t(308)][t(287)][t(322)].on(t(349),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(302)](r[o(333)]),c=e[o(363)](a),u=c[o(312)];if(o(286)!=c[o(296)]||!u||o(284)!=u[o(321)])return;const l=s[o(305)][o(336)](r[o(333)]);if(l)for(const t of l)s[o(291)][o(304)](o(288)+i,t),s[o(291)][o(304)](o(319),t),s[o(291)][o(282)](o(361),t),s[o(305)][o(341)](t,r[o(333)])}),{priority:t(289)}),this[t(306)]()}[da(306)](){const t=da,e=this[t(308)],n=e[t(316)];function r(e){const r=t;return{type:r(329),content:Wr(n,r(311),e)}}e[t(360)][t(353)](t(356))[t(351)][t(362)]((e=>{const s=t;if(s(286)!=e[s(296)])return;const{data:o}=e;if(o){if(s(283)==o[s(321)]){const t=o[s(324)][0][s(350)];return r(Wr(n,s(t?326:342)))}if(s(284)==o[s(321)]){const t=o[s(324)][0][s(350)];return r(Wr(n,s(t?293:307)))}}}))}}const Ea=Ia;function Ia(t,e){const n=ba();return(Ia=function(t,e){return n[t-=418]})(t,e)}function ba(){const t=["tablePasteColumn","tableCellBorderWidth","call","createElement","nodeAfter","set","14PJKxvA","getColumnIndexes","createPositionBefore","filter","high","markerName","descriptionFactory","getSuggestion","markers","rootName","ck-suggestion-marker--active","author","value","tableCellBorderStyle","getSuggestionCallback","getRange","getColumns","getAttributes","removeMarkers","insertion","createRange","rowInsertionIndexes","tableCellVerticalAlignment","model","removeRows","change","previousSibling","paragraph","add","subType","reduce","fill","getChanges","has","getChangedMarkers","hasSuggestion","registerDescriptionCallback","setAttributes","fromEntries","forceDefaultExecution","documentSelection","cell","markMultiRangeDeletion","forEach","965055JjYkdn","suggestion:formatBlock:tablePasteCell","TableUtils","selection","requires","root","getRows","every","previous","discard","rowInsertionRanges","join","_isForcedDefaultExecutionBlock","return","getRanges","tableCellSuggestion","includes","options","editingDowncast","formatBlock","registerPostFixer","redo","find","insertColumns","tablePasteCell","containsRange","registerCustomCallback","schema","register","insert","suggestionLoaded","markerToHighlight","getChildren","tableCellBorderColor","suggestion-td","endRow","content","insertionRanges","updateMarker","isEmpty","tableCell","TableClipboard","wrap","detach","deletion","differ","plugins","1269288AoXnpl","last","getAllAdjacentSuggestions","name","oldRange","809tNvTnH","insertRows","TrackChangesEditing","accept","30LCVRaY","createTableWalker","_replaceTableSlotCell","tablePaste","locale","clipboardOutput","rows","1296918FQYrkd","keys","Users","trackChanges","_getCoordsForCells","ck-suggestion-marker","getChild","removeColumns","tablePasteRow","getShiftedBy","insertContent","view","markMultiRangeBlockFormat","listenTo","column","columnInsertionIndexes","tableCellHorizontalAlignment","isEqual","elementToElement","showSuggestionHighlights","dataDowncast","markerAttributes","createRangeOn","ck-suggestion-marker-insertion","editing","getTableIfOnlyTableInContent","isInContent","from","tableCellBackgroundColor","tableCellPadding","newRange","type","start","_createdBatches","for","unwrap","columns","tablePasteChainId","getItems","element","row","afterInit","deletionRanges","$graveyard","position","getSelectionAffectedTableCells","first","703578HKWRSs","5lDqzQz","447464esvHwY","end","_suggestionFactory","getRowIndexes","columnInsertionRanges","push","map","commands","document","entries","4543957dAXQDN","_tablePostFixingSubtypes","removeMarker","some","*Replace table cells*","getMarkers","setAttribute","fromRange","838ryJlOq","batch","getSuggestions","findAncestor","editor","activeMarkers","next","conversion","remove","low","suggestion","startsWith","suggestionUnloaded","get","endColumn","attributes","createRangeIn","table","stop","move","getContainedElement","cells","_splitMarkerName","markMultiRangeInsertion","length","nextSibling"];return(ba=function(){return t})()}!function(t,e){const n=Ia,r=t();for(;;)try{if(176256===parseInt(n(613))/1*(-parseInt(n(485))/2)+-parseInt(n(561))/3+-parseInt(n(608))/4+parseInt(n(466))/5*(-parseInt(n(465))/6)+parseInt(n(517))/7*(-parseInt(n(467))/8)+parseInt(n(418))/9+-parseInt(n(617))/10*(-parseInt(n(477))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ba);const Ta=[Ea(512),Ea(594),Ea(530),Ea(434),Ea(539),Ea(446),Ea(447)],_a=Object[Ea(555)](Ta[Ea(473)]((t=>[t,null])));class ya extends t.Plugin{static get[Ea(565)](){return[aa]}[Ea(459)](){const t=Ea,n=this[t(489)];if(!n[t(607)][t(550)](t(602)))return;const r=n[t(607)][t(498)](t(615)),s=n[t(607)][t(498)](t(563)),o=n[t(607)][t(498)](aa),a=n[t(607)][t(498)](t(602));o[t(478)][t(472)](t(426),t(511)),n[t(540)][t(588)][t(589)](t(576),{allowIn:t(601),allowContentOf:t(601),isLimit:!0}),n[t(492)][t(436)]({model:t(576),view:t(595)});let c=null;n[t(540)].on(t(428),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(509)]-1];h&&h[u(556)]||r[u(573)]||this[u(489)][u(474)][u(498)](u(421))[u(529)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(557)))return!1;const i=s[o(443)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(463)](n[o(475)][o(564)]);if(!a[o(509)])return!1;const c=a[0][o(488)](o(502)),l=r[o(470)](a),f=r[o(518)](a),h={startRow:l[o(464)],endRow:l[o(609)],startColumn:f[o(464)],endColumn:f[o(609)]};return 1==a[o(509)]&&(h[o(596)]+=r[o(567)](i)-1,h[o(499)]+=r[o(533)](i)-1),ka(c,h,r)}(l,f,n[u(540)],s,a)&&(o[u(503)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(540)][u(542)]((()=>{const t=u;n[t(540)][t(428)](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(509)]&&r[t(508)](o,t(426),{tablePasteChainId:s}),a[t(509)]&&r[t(508)](a,t(511),{tablePasteChainId:s}),l[t(509)]&&(r[t(508)](l,t(620),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(560)]((e=>{const n=t;var r;return null===(r=e[n(604)])||void 0===r?void 0:r[n(513)](e)}))),f[t(509)]&&(r[t(559)](f,t(620),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(560)]((e=>{const n=t;var r;return null===(r=e[n(604)])||void 0===r?void 0:r[n(513)](e)})));const g=r[t(430)](h[t(473)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(585),{tablePasteChainId:s});if(g){const e=g[t(482)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(540)][t(440)](s),a=e[t(583)]((e=>e[t(532)]()[t(435)](i)));a&&r[t(472)]([a[t(611)],o])}r[t(509)]&&g[t(483)](t(439),Object[t(555)](r))}c=null})))}),{priority:e.priorities[t(521)]+10}),n[t(607)][t(498)](t(602)).on(t(619),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(503)]();const u=s[r(558)],l=o,f=Aa(u),h=Aa(l);e[r(574)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(493)](u[r(424)](0));for(const t of Array[r(445)](l[r(593)]()))a[r(590)](t,u,r(468));const t=c[r(538)][r(577)](s[r(458)]),e=c[r(433)][r(577)](s[r(432)]);t||e||(g=i.LiveRange[r(484)](a[r(501)](u)))}else h&&!f&&(d=a[r(501)](u));else{const t=a[r(514)](r(576)),e=a[r(514)](r(576));a[r(603)](a[r(501)](u),e),a[r(590)](t,u,0);for(const e of Array[r(445)](l[r(593)]()))a[r(590)](e,t,r(468));g=i.LiveRange[r(484)](a[r(440)](t)),d=i.LiveRange[r(484)](a[r(440)](e))}const p=Array[r(445)](l[r(534)]())[r(520)]((([t])=>Ta[r(577)](t)));c[r(506)][r(472)]({element:u,attributes:p[r(509)]?Object[r(555)](p):null}),g&&c[r(598)][r(472)](g),d&&c[r(460)][r(472)](d)}),{priority:t(521)}),s.on(t(584),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(454)]||1;c[o(433)]=new Array(l)[o(548)](u)[o(473)](((t,e)=>t+e));for(const{cell:t}of s[o(618)](i,{startColumn:u,endColumn:u+l-1}))c[o(471)][o(472)](n[o(540)][o(440)](t))}),{priority:t(494)}),s.on(t(614),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(623)]||1;c[o(538)]=new Array(l)[o(548)](u)[o(473)](((t,e)=>t+e));for(const{cell:t}of s[o(618)](i,{startRow:u,endRow:u+l-1}))c[o(571)][o(472)](n[o(540)][o(440)](t))}),{priority:t(494)}),r[t(523)][t(553)]((e=>{const r=t;if(e[r(546)]&&e[r(546)][r(496)](r(620)))return e[r(569)]?{}:{type:r(536),content:Wr(n[r(621)],r(481))}}));const u=()=>!1;for(const e of[t(620),t(511),t(426),t(585)])r[t(469)][t(587)](t(536),e,t(572),u),r[t(469)][t(587)](t(605),e,t(572),u),r[t(469)][t(587)](t(580),e,t(572),u);r[t(469)][t(587)](t(580),t(585),t(570),u),r[t(469)][t(587)](t(580),t(585),t(616),((e,r,s)=>{const o=t,i=e[o(473)]((t=>t[o(505)]()))[o(520)]((t=>t)),a=new Map(i[o(473)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(506)])e&&a[o(516)](t,e);else if(s&&s[o(439)])for(const[t,e]of Object[o(476)](s[o(439)])){const r=n[o(540)][o(525)][o(498)](t),s=r?r[o(532)]()[o(505)]():null;s&&a[o(516)](s,e)}n[o(540)][o(542)]((t=>{const e=o;for(const[n,r]of a)t[e(554)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(469)][o(587)](e,o(620),s,((t,i,a)=>{const c=o;n[c(540)][c(542)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(450)][o(515)];t.is(o(457),o(576))&&u[o(472)](t)}r[o(469)][o(531)](e,null,s)(t,i,a);for(const t of u)o(461)!=t[o(566)][o(526)]&&n[o(453)](t)}))}))};l(t(536),t(616)),l(t(536),t(570)),l(t(605),t(616)),l(t(605),t(570)),r[t(469)][t(587)](t(536),t(426),t(570),(e=>{const n=t,r=e[n(473)]((t=>t[n(505)]())),i=r[0][n(488)](n(502)),{minRow:a,maxRow:c}=o[n(422)](r);s[n(541)](i,{at:a,rows:c-a+1})})),r[t(469)][t(587)](t(536),t(511),t(570),(e=>{const n=t,r=e[n(473)]((t=>t[n(505)]())),i=r[0][n(488)](n(502)),{minColumn:a,maxColumn:c}=o[n(422)](r);s[n(425)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(546)]||!n[s(546)][s(496)](s(620)))return;const o=n[s(500)][s(455)],i=r[s(487)]()[s(520)]((t=>t[s(444)]&&t[s(500)]&&t[s(500)][s(455)]==o));i[s(509)]&&n[s(610)]()[s(509)]!=i[s(509)]&&i[s(547)](((t,e)=>(t[s(491)]=e,e[s(569)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(507)](e[s(522)]),i=[s(423),s(441)],a=r[s(490)][s(577)](e[s(522)]);return a&&i[s(472)](s(527)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(591),f,{priority:t(521)}),r.on(t(497),f,{priority:t(521)}),n[t(540)][t(475)][t(581)]((()=>{const e=t;let s=!1;const o=Array[e(445)](n[e(540)][e(475)][e(606)][e(551)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(507)](t);if(e(495)!=o||e(605)!=a||i[e(612)])continue;if(!r[e(552)](c))continue;const u=r[e(524)](c)[e(575)](),l=n[e(607)][e(498)](e(420)).me;for(const t of r[e(487)]())if(t[e(444)]&&t[e(528)]==l&&e(580)==t[e(449)]&&e(585)==t[e(546)]&&t[e(575)]()[e(568)]((t=>u[e(480)]((n=>n[e(586)](t,!0))))))for(const n of t[e(610)]())n[e(444)]&&(n[e(570)](),s=!0)}return s})),n[t(540)][t(475)][t(581)]((e=>{const s=t,o=n[s(474)][s(498)](s(582));if(!o||!o[s(451)][s(550)](e[s(486)]))return!1;let i=!1;const a=n[s(607)][s(498)](s(420)).me,c=n[s(540)][s(475)][s(606)][s(549)](),u=Array[s(445)](n[s(540)][s(475)][s(606)][s(551)]())[s(520)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(507)](t);return n(495)==o&&n(620)==i&&c==a.id&&!e[n(612)]}));for(const t of c){if(s(590)!=t[s(449)]||s(576)!=t[s(611)]||1!=t[s(509)])continue;const n=e[s(537)](t[s(462)],t[s(462)][s(427)](1));if(!u[s(583)]((({data:t})=>t[s(448)][s(435)](n))))for(const{name:t,data:r}of u)if(n[s(586)](r[s(448)])){e[s(599)](t,{range:n}),i=!0;break}}return i})),n[t(540)][t(475)][t(581)]((e=>{const s=t;let o=!1;const i=n[s(607)][s(498)](s(420)).me,a=r[s(487)]()[s(520)]((t=>t[s(444)]&&t[s(528)]==i)),c=new Set,u=new Set;for(const t of a)if(s(620)==t[s(546)])for(const e of t[s(482)]()){const n=e[s(532)]()[s(505)]();if(n)if(n.is(s(457),s(576))&&Aa(n)){t[s(479)](e[s(611)]),c[s(545)](n),o=!0;const r=n[s(510)],i=n[s(543)],a=r&&r.is(s(457),s(576)),l=i&&i.is(s(457),s(576));a&&!c[s(550)](r)&&u[s(545)](r),l&&!c[s(550)](i)&&u[s(545)](i)}else n.is(s(457),s(544))&&n[s(600)]&&(t[s(479)](e[s(611)]),o=!0)}else if(s(585)==t[s(546)]){if(!t[s(500)]||!t[s(500)][s(455)])continue;const e=t[s(500)][s(439)];if(e&&Object[s(419)](e)[s(509)])continue;const n=t[s(500)][s(455)];let r=!0,i=!0;for(const e of a)if(e[s(546)]&&e[s(546)][s(496)](s(620))){if(!e[s(500)][s(455)]){i=!1;break}if(e.id!=t.id&&e[s(500)][s(455)]==n){r=!1;break}}i&&r&&(t[s(535)](),o=!0)}for(const t of c)e[s(493)](t);for(const t of u)e[s(453)](t);return o})),n[t(492)][t(452)](t(579))[t(592)]({model:t(562),view:(t,e)=>h(t),converterPriority:t(521)}),n[t(492)][t(452)](t(438))[t(592)]({model:t(562),view:(e,n)=>n[t(578)][t(437)]?h(e,!1):null,converterPriority:t(521)});const g=n[t(442)][t(429)];this[t(431)](g[t(475)],t(622),((e,n)=>{const r=t,s=[];for(const t of g[r(501)](n[r(597)])[r(456)]())t.is(r(457),r(595))&&s[r(472)](t);g[r(542)]((t=>{const e=r;for(const n of s)t[e(504)](t[e(501)](n),t[e(519)](n)),t[e(493)](n)}))}))}}function Aa(t){const e=Ea;if(t[e(600)])return!0;const n=t[e(424)](0);return n.is(e(457),e(544))&&n[e(600)]}function ka(t,e={},n){const r=Ea;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(618)](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-=375]})(t,e)}const La=Ca;function Ra(){const t=["getTableColumnsWidths","change","getSuggestionCallback","1028951ajBgRa","document","resizeTable","model","locale","type","getSelectedElement","getAttribute","columnWidths","3281080qLSntE","registerDescriptionCallback","plugins","getSuggestions","TableColumnResizeEditing","enableCommand","tableWidth","has","*Format:* resize table","_suggestionFactory","Users","13030872csZpar","getColumnGroupElement","markBlockFormat","accept","3HMyTAY","author","formatBlock","table","3034230ivQUsg","resizeTableWidth","handleResizeTableWidthCommand","selection","formatInline","afterInit","commandParams","handleSuggestionDescription","discard","get","959094KWdkHa","editor","descriptionFactory","registerCustomCallback","data","subType","formatGroupId","format","TrackChangesEditing","330564Zqrahr","1384356qWqqdb","getContainedElement","bind"];return(Ra=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(888743===parseInt(n(411))/1+-parseInt(n(382))/2+-parseInt(n(397))/3*(-parseInt(n(421))/4)+-parseInt(n(401))/5+parseInt(n(420))/6+parseInt(n(427))/7+parseInt(n(393))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ra);class Sa extends t.Plugin{[La(406)](){const t=La;if(!this[t(412)][t(384)][t(389)](t(386)))return;const e=this[t(412)][t(384)][t(410)](t(419));e[t(387)](t(402),this[t(403)][t(423)](this)),e[t(391)][t(414)](t(399),t(375),t(396),e[t(391)][t(426)](t(399),null,t(409))),e[t(391)][t(414)](t(399),t(375),t(409),e[t(391)][t(426)](t(399),null,t(396))),e[t(413)][t(383)](this[t(408)][t(423)](this))}[La(403)](t,e){const n=La,r=this[n(412)][n(384)][n(410)](n(419)),s=this[n(412)][n(384)][n(410)](n(386)),o=e[n(400)]||this[n(412)][n(376)][n(428)][n(404)][n(379)]();this[n(412)][n(376)][n(425)]((()=>{const i=n,a=s[i(394)](o);let c=a?s[i(424)](a):null,u=o[i(380)](i(388))||null;const l=e[i(388)]||u,f=e[i(381)]||c,h=this[i(412)][i(384)][i(410)](i(392)).me;for(const t of r[i(385)]()){const e=t[i(422)]();if(i(375)===t[i(416)]&&e===o){t[i(398)]!==h&&t[i(409)]();const e=t[i(415)][i(407)];u=e[0][i(388)],c=e[0][i(381)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(395)](o,{commandName:i(402),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(375)},[],i(375))}))}[La(408)](t){const e=La;if(e(399)!=t[e(378)]&&e(405)!=t[e(378)])return;const{data:n}=t;if(n&&e(375)===n[e(417)]){const t=e(390);return{type:e(418),content:Wr(this[e(412)][e(377)],t)}}}}const Na=va;function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=139]})(t,e)}function Ma(){const t=["2184442uJptLh","6TFHzbe","TrackChangesEditing","editor","insertTemplate","370264JtgFQU","265ZnGhSj","has","159342UMPVuF","get","plugins","80kEklHL","4319176DVDVwL","9fLAhap","enableCommand","6279383GwnXpx","afterInit","7999705LvGaYq","158741jsalvX","Template"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(728243===parseInt(n(157))/1+-parseInt(n(139))/2+-parseInt(n(140))/3*(-parseInt(n(144))/4)+-parseInt(n(145))/5*(parseInt(n(147))/6)+-parseInt(n(156))/7+-parseInt(n(151))/8*(parseInt(n(152))/9)+-parseInt(n(150))/10*(-parseInt(n(154))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[Na(155)](){const t=Na,e=this[t(142)];e[t(149)][t(146)](t(158))&&e[t(149)][t(148)](t(141))[t(153)](t(143))}}const wa=Da;function Da(t,e){const n=xa();return(Da=function(t,e){return n[t-=347]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(104765===parseInt(n(363))/1*(-parseInt(n(356))/2)+parseInt(n(350))/3+parseInt(n(369))/4+-parseInt(n(347))/5*(-parseInt(n(366))/6)+-parseInt(n(370))/7*(parseInt(n(362))/8)+parseInt(n(364))/9*(parseInt(n(357))/10)+parseInt(n(348))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class Fa extends t.Plugin{[wa(352)](){const t=wa,e=this[t(368)];if(!e[t(359)][t(365)](t(354)))return;e[t(358)][t(365)](t(367))[t(353)](t(354));const n=e[t(358)][t(365)](t(367)),r=e[t(361)];n[t(349)][t(360)](t(355),(e=>Wr(r,t(351),e)))}}function xa(){const t=["30583mlRVxE","575PbnZvp","560604VxJHQf","descriptionFactory","152886idYTpb","ELEMENT_TABLE_OF_CONTENTS","afterInit","enableCommand","insertTableOfContents","tableOfContents","2FQKWgf","10DBCRmQ","plugins","commands","registerElementLabel","locale","296uLfQVO","100889QzrQXW","849861UKYrPB","get","1374DNKAiS","TrackChangesEditing","editor","578468WLLUQj"];return(xa=function(){return t})()}function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=125]})(t,e)}const Pa=Ba;function Ua(){const t=["ELEMENT_TITLE","getNearestSelectionRange","registerElementLabel","912sBvFXj","newRange","64482lNgalj","element","end","document","46382JxTuYg","from","editor","suggestion","registerPostFixer","TrackChangesEditing","start","removeMarker","1228BnvNec","descriptionFactory","differ","2376630wOWmFR","19274820joTubx","isEqual","getChangedMarkers","model","246uWKpnC","_splitMarkerName","updateMarker","isCollapsed","forward","afterInit","isTouching","873zwEPAW","Title","has","get","240mkwUWh","4BwikOG","title-content","locale","69735YtkIdz","nodeBefore","plugins","createRange","5437251jNBZqo","schema"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(486307===-parseInt(n(162))/1*(-parseInt(n(147))/2)+parseInt(n(150))/3*(-parseInt(n(167))/4)+-parseInt(n(170))/5*(parseInt(n(155))/6)+parseInt(n(139))/7*(-parseInt(n(133))/8)+parseInt(n(128))/9+-parseInt(n(166))/10*(parseInt(n(135))/11)+parseInt(n(151))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(160)](){const t=Pa,e=this[t(141)];if(!e[t(126)][t(164)](t(163)))return;const n=e[t(126)][t(165)](t(144));n[t(148)][t(132)](t(168),(()=>Wr(e[t(169)],t(130)))),e[t(154)][t(138)][t(143)]((r=>{const s=t;let o=!1;const i=Array[s(140)](e[s(154)][s(138)][s(149)][s(153)]());for(const{name:t,data:a}of i){const{group:i}=n[s(156)](t);if(s(142)!==i||!a[s(134)])continue;const c=a[s(134)],u=c[s(137)][s(125)];if(!u||!u.is(s(136),s(168)))continue;if(!c[s(145)][s(161)](c[s(137)]))continue;const l=e[s(154)][s(129)][s(131)](c[s(137)],s(159));if(l&&l[s(158)]){const e=r[s(127)](c[s(145)],l[s(145)]);e[s(152)](c)||(r[s(157)](t,{range:e}),o=!0)}o||(r[s(146)](t),o=!0)}return o}))}}const Ga=za;function Va(){const t=["get","1967iNkuBY","plugins","368190HIPyPf","194619GZAVVM","undo","editor","afterInit","redo","321723izwmOU","has","536838kZxJtG","enableCommand","UndoEditing","5598PyATvo","23427tOhyeP","1016LWSzsq","793320hIbyGJ","TrackChangesEditing"];return(Va=function(){return t})()}function za(t,e){const n=Va();return(za=function(t,e){return n[t-=223]})(t,e)}!function(t,e){const n=za,r=t();for(;;)try{if(139745===parseInt(n(227))/1+-parseInt(n(234))/2+-parseInt(n(232))/3+-parseInt(n(240))/4+-parseInt(n(226))/5+-parseInt(n(237))/6*(-parseInt(n(224))/7)+-parseInt(n(239))/8*(-parseInt(n(238))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Va);class Wa extends t.Plugin{[Ga(230)](){const t=Ga,e=this[t(229)],n=e[t(225)][t(223)](t(241));e[t(225)][t(233)](t(236))&&(n[t(235)](t(228)),n[t(235)](t(231)))}}function Ha(){const t=["requires","1926460bAwjbK","819039ZByvDX","21OLMnDo","afterInit","167702dMhDCK","toggleTableCaption","editor","has","9930248VOAord","get","1875325OKekPu","TableCaptionEditing","1134980eyXnpX","763314NXQoOQ","plugins","enableCommand","TrackChangesEditing"];return(Ha=function(){return t})()}const Ka=qa;function qa(t,e){const n=Ha();return(qa=function(t,e){return n[t-=186]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(304079===-parseInt(n(200))/1+-parseInt(n(190))/2+parseInt(n(197))/3+-parseInt(n(196))/4+-parseInt(n(188))/5+-parseInt(n(191))/6*(-parseInt(n(198))/7)+parseInt(n(186))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class Xa extends t.Plugin{static get[Ka(195)](){return[aa]}[Ka(199)](){const t=Ka,e=this[t(202)];e[t(192)][t(203)](t(189))&&e[t(192)][t(187)](t(194))[t(193)](t(201))}}function Ya(t,e){const n=Qa();return(Ya=function(t,e){return n[t-=225]})(t,e)}const Ja=Ya;function Qa(){const t=["afterInit","enableCommand","TrackChangesEditing","tableCellBorderColor","has","468tvrffY","change","tableBackgroundColor","tableAlignment","removeAttribute","_handlePropertyChange","tableWidth","getSuggestionCallback","tableCellPadding","formatBlock","model","descriptionFactory","tableCellHeight","4700352xdvjKu","editor","tableBorderWidth","table","plugins","89457clEEhB","pluginName","tableCellVerticalAlignment","locale","TrackChangesTableProperties","156190DtzJBI","document","accept","tableCellBorderWidth","1572zflbcG","selection","tableProperties","join","tableHeight","_suggestionFactory","*Format:* change table properties","data","tableCellProperties","_getSuggestion","4114759TpswYo","tableCellBackgroundColor","tableCellHorizontalAlignment","TableUtils","6703662CliCgO","getSuggestions","start","tableCellBorderStyle","findAncestor","batch","tableBorderColor","subType","*Format:* change table cell properties","enqueueChange","handleSuggestionDescription","TableCellPropertiesEditing","get","nodeAfter","registerCustomCallback","tableCellWidth","13900YTdlvY","getSelectionAffectedTableCells","handleDiscardAction","tableBorderStyle","discard","1740306tRlHxB","getContainedElement","18vFfacG","registerDescriptionCallback","TablePropertiesEditing","setAttribute","getAttribute","7JklNZb","commandParams","format","getFirstPosition","markBlockFormat"];return(Qa=function(){return t})()}!function(t,e){const n=Ya,r=t();for(;;)try{if(761765===parseInt(n(303))/1*(parseInt(n(270))/2)+parseInt(n(268))/3+parseInt(n(233))/4*(parseInt(n(263))/5)+-parseInt(n(247))/6*(parseInt(n(275))/7)+parseInt(n(298))/8+-parseInt(n(285))/9*(parseInt(n(229))/10)+-parseInt(n(243))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qa);class Za extends t.Plugin{constructor(t){const e=Ya;super(t),this[e(235)]=[e(253),e(266),e(300),e(288),e(291),e(237),e(287)],this[e(241)]=[e(283),e(250),e(232),e(293),e(262),e(297),e(244),e(245),e(226)]}static get[Ja(225)](){return Ja(228)}[Ja(280)](){const t=Ja,e=this[t(299)][t(302)][t(259)](t(282));if(this[t(299)][t(302)][t(284)](t(272))){for(const n of this[t(235)])e[t(281)](n,((e,r)=>{const s=t,o=this[s(299)][s(295)][s(230)][s(234)][s(278)]()[s(251)](s(301));this[s(290)](n,[o],this[s(235)],s(235),e,r)}));e[t(238)][t(261)](t(294),t(235),t(231),e[t(238)][t(292)](t(294),null,t(267))),e[t(238)][t(261)](t(294),t(235),t(267),((e,n)=>this[t(265)](this[t(235)],e,n))),e[t(238)][t(261)](t(294),t(235),t(236),(()=>!1))}if(this[t(299)][t(302)][t(284)](t(258))){for(const n of this[t(241)])e[t(281)](n,((e,r)=>{const s=t,o=this[s(299)][s(302)][s(259)](s(246))[s(264)](this[s(299)][s(295)][s(230)][s(234)]);this[s(290)](n,o,this[s(241)],s(241),e,r)}));e[t(238)][t(261)](t(294),t(241),t(231),e[t(238)][t(292)](t(294),null,t(267))),e[t(238)][t(261)](t(294),t(241),t(267),((e,n)=>this[t(265)](this[t(241)],e,n))),e[t(238)][t(261)](t(294),t(241),t(236),(()=>!1))}e[t(296)][t(271)]((e=>this[t(257)](e)))}[Ja(290)](t,e,n,r,s,o){const i=Ja,a=this[i(299)][i(302)][i(259)](i(282));this[i(299)][i(295)][i(256)](o[i(252)],(()=>{const t=i;for(const i of e)if(this[t(242)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(274)](r);void 0!==n&&(e[r]=n)}s(o),a[t(279)](i,{commandParams:[e]},[],r)}}))}[Ja(265)](t,e,n){const r=Ja,s=e[0][r(249)][r(260)],o=n[r(276)][0];this[r(299)][r(295)][r(286)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(273)](r,o[r],s):e[n(289)](r,s)}))}[Ja(257)](t){const e=Ja;if(t[e(240)])switch(t[e(254)]){case e(235):return{type:e(277),content:Wr(this[e(299)][e(227)],e(239))};case e(241):return{type:e(277),content:Wr(this[e(299)][e(227)],e(255))}}}[Ja(242)](t,e){const n=Ja,r=this[n(299)][n(302)][n(259)](n(282));for(const s of r[n(248)]({skipNotAttached:!0})){const r=s[n(269)]();if(s[n(254)]===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=Q?Q.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):Ze(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ec=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})),Zt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)Pr(n,e[s]);return n})),Ic=bc;function bc(t,e){const n=Tc();return(bc=function(t,e){return n[t-=430]})(t,e)}function Tc(){const t=["deletion:chain","getIntersection","has","length","announce","targetPosition","markInsertion","splice","suggestion-type","setSelection","sort","track-changes-suggestion-data-mismatch","differ","buildSuggestion","getAttribute","newRange","execute","document","_findSuggestions","getRanges","widget","acceptSelectedSuggestions","addCommentThread","discardAllSuggestions","isBefore","_suggestionState","_reduceSuggestionAttributeRange","splitPosition","FORMATTING","isLocal","_SUGGESTION_ANNOUNCEMENT","3MDRsRe","trackChanges.mergeNestedSuggestions","formatBlock","containsItem","removeClass","group","moveTargetPosition","value","suggestionLoaded","containsPosition","133223UVXRtG","clear","multi","_trackFormatChanges","consume","forward","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.","toUpperCase","fromCharCode","highest","deletion:","documentSelection","_refreshAttributeSuggestionsChain","enableCommand","getMultiRangeId","change:_saved","_isBlockAttribute","formatGroupId","addSuggestionData","_adapter","assign","change:data","_suggestionFactory","previous","removeComment","insertion:chain","stop","5502148ooueYt","_afterChanges","default","attribute:discard","_getExternalAuthor","_model","createElement","createPositionAt","getUser","some","before","getItems","_isRegisteredAttribute","model","forEach","insertContent","remove","_blockAttributeKeys","after","always","suggestion","enableReadOnlyMode","trackChanges.trackFormatChanges","isLimit","_getAttributeKey","resolve","markerToHighlight","addMarker:suggestion","registerCustomCallback","1232328iCqpCG","head","item","chain","_addSuggestionMarker","attributeKey","attribute:accept","add","isObject","refresh","fromRange","track-changes-suggestion-not-found","insertion:discard","data","get","markMultiRangeDeletion","consumable","deletion:discard","_initAriaMarkerChangeAnnouncements","_updateSuggestionData","getCommentThread","_processAttributeSuggestions","_refreshSuggestionsChain","discard","getNearestSelectionRange","oldValue","isInContent","_createSuggestion","isInsideObject","acceptSuggestion","_getMarkerAnnouncementText","element","markMultiRangeBlockFormat","formatInline:","editor","conversion","dataReady","isDocumentOperation","originalSuggestionId","config","createPositionBefore","attribute:","rename","detach","markBlockFormat","open","requires","createRange","parent","map","deletion","_inlineAttributeKeys","ready","ENTER","includes","dataToMarker","insertion:join","containerElement","unshift","clone","_getSuggestionData","selection","marker-count","formatBlock:discard","trackChanges","$text","change","isEqual","formatBlock:accept","_defaultCallbacks","commandName","nodeBefore","nodeAfter","addMarker:suggestion:attribute","_commentsRepository","addUser","meta","_breakSuggestionMarker","normal","then","isExternal","TrackChangesEditing","_onDiscard","_reduceExistingSuggestions","removeMarker","isArray","author","_customCallbacks","registerPostFixer","size","_processAttributeChanges","markDeletion","$textProxy","values","ck-suggestion-marker--active","formatInline:join","unbindElementFromMarkerName","filter","_recordAttributeChanges","isCollapsed","unbind","_joinSuggestions","trackChangesCommand","lowest","markMultiRangeInsertion","createSelection","from","collaboration.channelId","631816EKLstr","every","addSuggestion","_cutOutSuggestionMarker","concat","_isDataLoaded","addHighlight","isSelectable","formatInline:chain","markAttributeChange","_setSuggestionRange","key","_mergeNestedSuggestions","authoredAt","isNextTo","skipNestingCheck","formatInline:accept","PendingActions","insertion:accept","upcast","deletion:join","_isForcedDefaultExecutionBlock","range","setTo","getSuggestion","markerNameToElements","removeMarkers","ck-suggestion-marker-formatInline","join","@external","addMarker:suggestion:formatBlock","getContainedElement","for","getChanges","_editor","isAtStart","data-suggestion","containsRange","isMultiRange","rethrowUnexpectedError","removeAttribute","isIntersectingWithRange","multipleBlocks","markerToData","_element","oldRange","LEAVE","registerInlineAttribute","attribute","attributeOldValue","toViewElement","formatBlock:join","pop","getFirstRange","formatBlock:","_registerDefaultCallbacks","getSuggestions","insertion","plugins","createdAt","_enabledCommands","CommentsRepository","find","low","schema","_removeSuggestion","getChangedMarkers","forceDefaultExecution","substring","getWalker","$graveyard","comments","6246297rqPZUr","setAttribute","removeMarker:suggestion:attribute","acceptAllSuggestions","_checkSuggestionCorrectness","bindElementToMarker","accept","getSuggestionCallback","_suggestions","pluginName","isOwn","elementStart","addRange","addMarkerName","mapper","change:activeMarkers","commands","markers","getRange","ck-suggestion-marker-","getAllAdjacentSuggestions","push","accepted","createRangeIn","$marker","elementToElement","Users","howMany","getShiftedBy","notReady","_joinWithAdjacentSuggestions","position","createRangeOn","tablePasteChainId","getCustomProperty","descriptionFactory","removed","29658KzrfuH","locale","authorName","move","isIntersecting","track-changes-command-not-found","init","hasCommentThread","deletion:accept","showSuggestionHighlights","define","fetchCommentThread","rejected","keys","name","suggestion:","elementEnd","formatInline:discard","_saved","getDifference","root","listenTo","1485rmCqyj","isAfter","writer","type","getMarkers","creator","attributeNewValue","end","format","_splitMarkerName","getLastMatchingPosition","toJSON","20bIfoBX","enqueueChange","isAtEnd","enableDefaultAttributesIntegration","editing","63QMlExU","track-changes-enable-command-twice","markerName","hasComments","attributes","adapter","isUndo","getAncestors","hasSuggestion","updateSuggestion","addClass","insertion:","discardSelectedSuggestions","ck-suggestion-marker-formatBlock","_getAuthorFromId","updateMarker","suggestion:attribute:","insert","dataDowncast","track-changes-adapter-already-set","rootName","markerReady","next","track-changes-user-not-found","registerBlockAttribute","reconvertMarker","high","getFirstMarker","commentThread","applyOperation","_recordAttributeSuggestions","formatBlock:chain","update:suggestion","isRemovable","split","options","return","warn","ck-suggestion-marker","batch","addMarker","backward","attribute:join","_rangeIsInLocalUserInsertion","set","createPositionAfter","discardSuggestion","substr","PENDING_ACTION_SUGGESTION","deleteContent","editingDowncast","groupId","activeMarkers","markInlineFormat","24092123lOySRI","suggestionUnloaded","subType","containsRangeInObject","catch","_addThreadToSuggestion","suggestionChanged","startsWith","_setSuggestionData","_descriptionFactory","never","_handleNewSuggestionMarker","newValue","addComment","start","stopListening","fire","isBlock","error-saving-suggestion-data-suggestion-discarded","isTouching","formatInline","$elementName","removeMarker:suggestion:formatBlock","track-changes-adapter-missing-getsuggestion","delete","external:"];return(Tc=function(){return t})()}!function(t,e){const n=bc,r=t();for(;;)try{if(856067===-parseInt(n(734))/1+-parseInt(n(790))/2+parseInt(n(724))/3*(-parseInt(n(761))/4)+-parseInt(n(596))/5*(-parseInt(n(574))/6)+-parseInt(n(613))/7*(-parseInt(n(465))/8)+-parseInt(n(537))/9*(parseInt(n(608))/10)+parseInt(n(667))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Tc);const _c=Ic(688);class yc extends t.Plugin{static get[Ic(836)](){return[Ic(526),o.Users,t.PendingActions,Zr,ns,as,fs,Ts,ms,ks,Ns,Ps,$s,no,uo,go,bo,Ao,Ro,Mo,Fo,zo,Uo,qo,Qo,ei,ci,pi,Ri,oi,Gs,qs,bi,Ai,Mi,Fi,ji,Vi,Xi,Zi,ra,aa,ha,ma,Xa,ya,Sa,Fa,Za,Oa,ja,Wa]}static get[Ic(546)](){return Ic(438)}get[Ic(676)](){return this[Ic(572)]}constructor(t){const e=Ic;function n(t){const e=bc;return t[e(839)]((t=>String[e(742)](t)))[e(493)]("")}super(t),this[e(643)]=!1,this[e(657)](e(665),[]),this.on(e(552),((n,r,s,o)=>{const i=e;this[i(766)][i(856)]((()=>{const e=i;for(const n of[...o,...s])this[e(766)][e(554)][e(695)](n)&&t[e(612)][e(638)](n)}))})),this[e(572)]=new Xr(this[e(824)][e(774)][e(529)],this[e(824)][e(575)]),this[e(753)]=null,this[e(756)]=new Ac(this[e(824)]),this[e(545)]=new Map,this[e(431)]=t[e(523)][e(804)](e(526)),this[e(525)]=new Set,this[e(766)]=this[e(824)][e(774)],this[e(718)]=new WeakMap,this[e(486)]=!1,this[e(778)]=new Set([e(688)]),this[e(841)]=new Set,t[e(829)][e(584)](e(783),e(763)),this[e(737)]=t[e(829)][e(804)](e(783)),t[e(829)][e(584)](e(725),!0),this[e(477)]=t[e(829)][e(804)](e(725)),this[e(459)]=new f(t,this[e(525)]),this[e(808)](),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,48,51,48])}[Ic(580)](){const t=Ic,n=this[t(824)],r=(e,n)=>{const r=t;if(r(513)!=e)return r(556)+e;const s=n[r(647)]("|")[0];return this[r(750)](s)?r(626):r(492)};n[t(825)][t(497)](t(663))[t(787)]({model:t(781),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(605)](e[n(615)]),a=[n(651),r(o,i)];let c=3e3;return this[n(665)][n(844)](e[n(615)])&&(a[n(558)](n(451)),c=3010),n(840)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(825)][t(497)](t(631))[t(797)]((e=>{const r=t;e.on(r(788),((t,e,s)=>{const o=r;if(!s[o(648)][o(583)])return;const i=e[o(792)];if(!i)return;const c=s[o(551)][o(515)](i);n[o(774)][o(529)][o(798)](i)&&c&&!c[o(571)](o(713))&&c.is(o(847))&&(0,a.toWidget)(c,s[o(598)])}),{priority:r(639)})})),n[t(825)][t(497)](t(631))[t(787)]({model:t(781),view:(e,n)=>{const s=t;if(!n[s(648)][s(583)])return null;const{type:o,subType:i}=this[s(605)](e[s(615)]);return{classes:[s(651),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(792)])return;const{id:c}=this[a(605)](o[a(615)]);if(r){const t=this[a(545)][a(804)](c),e=this[a(785)](t);if(!this[a(750)](e))return}if(o[a(792)].is(a(851)))return void i[a(806)][a(738)](o[a(792)],s[a(588)]);const u=i[a(551)][a(515)](o[a(792)]);if(o[a(792)].is(a(821))&&n[a(774)][a(529)][a(684)](o[a(792)])&&!u[a(571)](a(471))){i[a(598)][a(623)]([a(651),a(626)],u),i[a(598)][a(538)](a(501),c,u),i[a(551)][a(542)](u,o[a(615)]),e&&(this[a(665)][a(844)](o[a(615)])?i[a(598)][a(623)](a(451),u):i[a(598)][a(728)](a(451),u));for(const t of n[a(774)][a(560)](o[a(792)])[a(772)]())i[a(806)][a(738)](t,s[a(588)]);i[a(806)][a(738)](o[a(792)],s[a(588)])}};n[t(825)][t(497)](t(631))[t(797)]((e=>{const n=t;e.on(n(495),((t,e,r)=>{const o=n;r[o(648)][o(583)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(743)})})),n[t(825)][t(497)](t(631))[t(797)]((e=>{const n=t;e.on(n(430),((t,e,r)=>{const o=n;r[o(648)][o(583)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(743)})})),n[t(825)][t(497)](t(631))[t(508)]({model:t(781),view:(e,n)=>n[t(648)][t(583)]?null:{group:t(781),name:e[t(660)](11)}}),n[t(825)][t(497)](t(484))[t(562)]({view:{name:t(781),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(589)+e[r(707)](r(701))+":"+e[r(707)]("id");return e[r(707)](r(852))&&(s+=":"+e[r(707)](r(852))),n[r(767)](r(561),{"data-name":s})}}),n[t(825)][t(497)](t(484))[t(845)]({view:t(781)}),n[t(825)][t(497)](t(663))[t(797)]((e=>{const n=t;e.on(n(495),s(),{priority:n(639)})})),n[t(825)][t(497)](t(663))[t(797)]((e=>{const n=t;e.on(n(430),s({isAttributeSuggestion:!0}),{priority:n(639)})})),n[t(825)][t(497)](t(663))[t(797)]((e=>{const n=t;e.on(n(689),((t,e,r)=>{const s=n,o=r[s(551)][s(490)](e[s(615)]);if(o)for(const t of o)t[s(571)](s(471))||(r[s(598)][s(728)]([s(651),s(626),s(451)],t),r[s(598)][s(505)](s(501),t),r[s(551)][s(453)](t,e[s(615)]))}),{priority:n(639)})})),n[t(825)][t(497)](t(663))[t(797)]((e=>{const n=t;e.on(n(539),((t,e,r)=>{const s=n,o=r[s(551)][s(490)](e[s(615)]);if(!o)return;const{id:i}=this[s(605)](e[s(615)]),a=this[s(545)][s(804)](i),c=this[s(785)](a);if(this[s(750)](c))for(const t of o)t[s(571)](s(471))||(r[s(598)][s(728)]([s(651),s(626),s(451)],t),r[s(598)][s(505)](s(501),t),r[s(551)][s(453)](t,e[s(615)]))}),{priority:n(639)})})),n[t(774)][t(710)][t(445)]((e=>{const r=t;let s=!1;const o=Array[r(463)](n[r(774)][r(710)][r(705)][r(531)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(605)](t);if(r(781)!==o)continue;const h=this[r(545)][r(804)](f);if(null!=c[r(708)]){r(687)==u&&(s=s||Lc(c[r(708)],t,e,n[r(774)][r(529)]));const o=r(513)==u&&this[r(750)](l[r(647)]("|")[0]);if(c[r(708)][r(456)]||r(535)==c[r(708)][r(594)][r(633)]||r(726)==u&&!Sc(c[r(708)])||o&&!Sc(c[r(708)])||r(840)==u&&(Cc(a=c[r(708)])||function(t){const e=r;return t[e(681)][e(838)]==t[e(603)][e(861)]&&t[e(681)][e(610)]}(a)))e[r(441)](t),s=!0;else{if(!h||!h[r(816)])continue;i[r(797)](h)}}}var a;return i[r(446)]>0&&(s=!!this[r(567)](i)||s),s})),n[t(774)][t(710)][t(445)]((e=>{const r=t;let s=!1;for(const t of n[r(774)][r(710)][r(705)][r(498)]())if(r(630)==t[r(599)])for(const t of this[r(545)][r(450)]()){if(t[r(503)]||!t[r(816)])continue;const o=r(726)==t[r(599)],i=this[r(785)](t),a=i&&this[r(750)](i);if(!o&&!a)continue;const c=t[r(518)]();if(c[r(681)][r(838)]!=c[r(603)][r(838)]&&!c[r(603)][r(610)]){const o=n[r(774)][r(768)](c[r(681)][r(862)],r(603)),i=n[r(774)][r(837)](c[r(681)],o);e[r(628)](t[r(640)](),{range:i}),s=!0}}return s})),n[t(774)][t(710)][t(445)]((e=>this[t(447)](e))),n[t(774)][t(710)][t(445)]((e=>!e[t(652)][t(722)]&&this[t(811)](e))),n[t(774)].on(t(762),(()=>{this[t(643)]=!1})),n[t(774)][t(710)].on(t(755),((r,s)=>{const o=t;if(!s[o(722)]||s[o(619)])return;if(!this[o(643)])return;const i=n[o(774)][o(710)][o(705)][o(498)]();if(0==i[o(696)])return;const a=[],c=i[o(454)]((t=>o(513)==t[o(599)])),u=i[o(454)]((t=>o(630)==t[o(599)]&&o(855)!=t[o(588)])),l=i[o(454)]((t=>o(777)==t[o(599)]&&o(855)!=t[o(588)]));for(const t of c)this[o(773)](t[o(795)])&&a[o(558)]({key:t[o(795)],newValue:t[o(602)],oldValue:t[o(514)],range:Nc(t[o(487)],n[o(774)])});for(const t of u){const e=l[o(527)]((e=>e[o(509)]===t[o(509)]));if(e){const r=vc(t[o(568)][o(862)],n[o(774)]);e[o(588)]!==t[o(588)]&&a[o(558)]({key:o(688),newValue:t[o(588)],oldValue:e[o(588)],range:r});for(const[n,s]of e[o(617)]){if(!this[o(773)](n))continue;const e=t[o(617)][o(804)](n);s!==e&&a[o(558)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(617)])this[o(773)](n)&&(e[o(617)][o(695)](n)||a[o(558)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(696)]&&n[o(774)][o(609)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(474)](t,e,s,o,{groupId:r});this[n(440)](t,a)}))}),{priority:t(460)}),n[t(774)][t(554)].on(t(645),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(605)](n[s(588)]),e=this[s(545)][s(804)](t);e&&e[s(550)](n[s(588)])}})),n[t(774)][t(710)].on(t(755),(()=>{const e=t,r=Array[e(463)](n[e(774)][e(710)][e(705)][e(531)]())[e(454)]((t=>e(781)===this[e(605)](t[e(588)])[e(729)]));if(0===r[e(696)])return;r[e(703)](((t,n)=>{const r=e,s=t[r(803)][r(510)],o=n[r(803)][r(510)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(681)][r(717)](o[r(681)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(605)](t);if(null===n[e(510)]){const n=this[e(678)](t);o[e(797)](n)}else{const t=this[e(545)][e(804)](r);null!==n[e(708)]||t[e(816)]?(s[e(797)](t[e(791)]),o[e(797)](t)):this[e(530)](t)}}o[e(446)]>0&&this[e(812)](o);for(const t of s)this[e(683)](e(673),t)})),n[t(774)].on(t(642),((e,r)=>{const s=t,o=r[0];if(!this[s(545)][s(446)])return;if(!o[s(827)])return;if(o[s(652)][s(619)]||!o[s(652)][s(722)])return;let i,a;switch(o[s(599)]){case s(630):i=n[s(774)][s(768)](o[s(568)]),a=i[s(565)](o[s(564)]);break;case s(647):i=n[s(774)][s(768)](o[s(720)]),a=n[s(774)][s(768)](o[s(730)]);break;case s(577):i=n[s(774)][s(768)](o[s(698)]),a=i[s(565)](o[s(564)]);break;default:return}const c=n[s(774)][s(837)](i,a);n[s(774)][s(856)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(711)](c)){if(e[t(503)])continue;if(t(687)==e[t(599)])continue;const r=this[t(785)](e);if(r&&this[t(750)](r)&&t(647)!=o[t(599)])continue;const s=e[t(803)]&&e[t(803)][t(507)];(t(726)!=e[t(599)]||t(647)==o[t(599)]&&!s)&&(n[t(670)]||t(522)==e[t(599)]&&n[t(547)]||e[t(518)]()[t(502)](c)&&this[t(434)](e,i,a))}}))}),{priority:t(460)}),n[t(774)].on(t(662),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(532)])return;if(this[s(486)])return;if(!this[s(459)][s(731)])return;if(o[s(456)])return;const a=n[s(774)][s(529)],{start:c,end:u}=o[s(518)](),l=c[s(862)]&&a[s(784)](c[s(862)])?null:a[s(814)](c,s(739)),f=u[s(861)]&&a[s(784)](u[s(861)])?null:a[s(814)](u,s(654)),h=n[s(774)][s(837)](l?l[s(681)]:c,f?f[s(603)]:u);n[s(774)][s(856)]((t=>{const e=s;this[e(448)](h);const r=n[e(774)][e(529)][e(814)](h[e(681)]);o.is(e(745))?t[e(702)](r):o[e(488)](r)})),e[s(760)]()}),{priority:e.priorities[t(435)]+10}),n[t(774)].on(t(776),((e,r)=>{const s=t,o=r[r[s(696)]-1];o&&o[s(532)]||this[s(486)]||this[s(459)][s(731)]&&(n[s(774)][s(856)]((()=>{const t=s;let o=n[t(774)][t(776)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(649)]=o[t(849)]();const i=o[t(603)][t(861)],a=n[t(774)][t(529)];i&&a[t(684)](i)&&!a[t(798)](i)&&(o=n[t(774)][t(837)](o[t(681)],n[t(774)][t(768)](i,t(603)))),this[t(699)](o)})),e[s(760)]())}),{priority:t(639)}),this[t(824)][t(553)][t(797)](t(854),this[t(459)]),this[t(747)](t(854));const o=new p(n,this[t(545)]);n[t(553)][t(797)](t(819),o),this[t(747)](t(819));const i=new b(n,this[t(545)]);n[t(553)][t(797)](t(659),i),this[t(747)](t(659)),n[t(553)][t(797)](t(540),new S(n,o,this[t(545)])),this[t(747)](t(540)),n[t(553)][t(797)](t(716),new S(n,i,this[t(545)])),this[t(747)](t(716)),n[t(553)][t(797)](t(714),new w(n,o,this[t(545)])),this[t(747)](t(714)),n[t(553)][t(797)](t(625),new w(n,i,this[t(545)])),this[t(747)](t(625));const c=n[t(523)][t(804)](t(526));this[t(595)](c,t(680),((e,{threadId:n})=>{const r=t,s=this[r(545)][r(804)](n);s&&s[r(641)]&&1===s[r(641)][r(696)]&&this[r(809)](n,{hasComments:!0})}),{priority:t(528)}),this[t(595)](c,t(758),((e,{threadId:n})=>{const r=t,s=this[r(545)][r(804)](n);s&&s[r(641)]&&!s[r(641)][r(696)]&&this[r(809)](n,{hasComments:!1})}),{priority:t(528)})}set[Ic(618)](t){const n=Ic;if(this[n(753)])throw new e.CKEditorError(n(632),this);this[n(753)]=t}get[Ic(618)](){return this[Ic(753)]}[Ic(521)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ic,r=[];for(const e of this[n(545)][n(450)]())t&&!e[n(816)]||r[n(558)](e);return e?r[n(839)]((t=>t[n(607)]())):r}[Ic(489)](t){const n=Ic,r=this[n(545)][n(804)](t);if(!r)throw new e.CKEditorError(n(801),this);return r}[Ic(621)](t){const e=Ic;return this[e(545)][e(695)](t)}[Ic(752)](t){const e=Ic,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(599)][e(647)](":"),a=this[e(545)][e(804)](r)||this[e(817)](o,i,r,n,s);if(this[e(672)](a),this[e(541)](a,o,i||null,n),a[e(524)]=t[e(524)],a[e(470)]=!0,s&&s[e(494)]){const t=s[e(494)],n=this[e(765)](t[e(576)]);a[e(478)]=t[e(524)],a[e(443)]=n,a[e(437)]=!0}else a[e(478)]=t[e(524)];switch(t[e(803)]&&(a[e(803)]=t[e(803)]),t[e(617)]&&(a[e(617)]=t[e(617)]),this[e(753)]&&this[e(753)][e(467)]||(a[e(592)]=!0),this[e(718)][e(804)](a)){case e(566):this[e(718)][e(657)](a,e(826));break;case e(634):a[e(816)]?(this[e(567)](new Set([a])),this[e(812)](new Set([a])),this[e(718)][e(657)](a,e(842)),this[e(683)](e(732),a)):this[e(718)][e(657)](a,e(573))}return a}[Ic(819)](t){const e=Ic;this[e(532)]((()=>{const n=e;this[n(824)][n(774)][n(856)]((()=>{const e=n;for(const n of t[e(557)]())n[e(543)]()}))}))}[Ic(659)](t){const e=Ic;this[e(532)]((()=>{const n=e;this[n(824)][n(774)][n(856)]((()=>{const e=n;for(const n of t[e(557)]())n[e(813)]()}))}))}[Ic(747)](t,n){const r=Ic,s=this[r(824)][r(553)][r(804)](t);if(!s)throw new e.CKEditorError(r(579),this,{commandName:t});if(this[r(525)][r(695)](s))throw new e.CKEditorError(r(614),this,{commandName:t});this[r(525)][r(797)](s),n&&s.on(r(709),((t,e)=>{const o=r;this[o(459)][o(731)]&&(this[o(486)]||(e[o(696)]>0&&e[e[o(696)]-1]&&e[e[o(696)]-1][o(532)]?e[o(517)]():(t[o(649)]=n(((...t)=>s[o(709)](...t,{forceDefaultExecution:!0})),...e),t[o(760)]())))}),{priority:r(639)})}[Ic(532)](t){const n=Ic;let r,s;const o=this[n(486)];this[n(486)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(486)]=!1),s&&e.CKEditorError[n(504)](s,this),r}[Ic(699)](t,n=null,r={}){const s=Ic;if(t[s(456)])return null;const o=this[s(824)][s(523)][s(804)](s(563)).me;for(const{suggestion:e,meta:o}of this[s(711)](t,s(522)))if(o[s(547)]){if(!o[s(479)]){if(o[s(670)]){if(!this[s(477)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(434)](e,t[s(681)],t[s(603)]);break}if(n==e[s(669)]&&wc(e,r)){const n=e[s(518)]();return n[s(681)][s(857)](t[s(603)])?this[s(475)](e,this[s(766)][s(837)](t[s(681)],n[s(603)])):this[s(475)](e,this[s(766)][s(837)](n[s(681)],t[s(603)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(624)+n:s(522),u=this[s(675)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(794)](c,i,a,t),u}[Ic(461)](t,n=Ic(736),r={}){const s=Ic,o=this[s(824)][s(523)][s(804)](s(563)).me,i=this[s(756)][s(544)](s(522),n,s(493));for(const e of this[s(521)]())if(e[s(443)].id==o.id&&s(522)==e[s(599)]&&e[s(669)]==n&&wc(e,r)&&(i(e[s(712)](),t)||i(t,e[s(712)]()))){for(const n of t)e[s(549)](n);return e}for(const{suggestion:e,meta:n}of this[s(711)](t,s(522))){if(!n[s(547)])continue;if(!this[s(477)]&&n[s(670)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(712)]())for(const e of t)if(!n[s(502)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(624)+n,l=this[s(675)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(794)](u,a,c,e,zr[s(748)]());return l}[Ic(666)](t,n,r=null,s={}){const o=Ic;if(r=r||Rc(n),t[o(456)])return null;if(o(677)===this[o(737)]){const e=this[o(756)][o(544)](o(687),r,o(543));return this[o(532)]((()=>e([t],n,s))),null}const i=this[o(824)][o(523)][o(804)](o(563)).me,a=[];if(o(780)!==this[o(737)])for(const{suggestion:e,meta:n}of this[o(711)](t,o(522)))n[o(547)]&&!n[o(818)]&&a[o(558)](...e[o(712)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(694)](s);e&&r[n(558)](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(696)];){const s=r[e][n(593)](t);r[n(700)](e,1,...s),e+=s[n(696)]}}return r}(t,a);c[o(696)]&&this[o(766)][o(856)]((()=>{const t=o;for(const e of c){const o=this[t(756)][t(544)](t(687),r,t(543));this[t(532)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(681)],u=t[o(603)];for(const{suggestion:e,meta:n}of this[o(711)](t,o(687))){if(!n[o(547)])continue;if(e[o(669)]!=r)continue;if(!wc(e,s))continue;const i=e[o(518)]();if(i[o(502)](t,!0))return null;c=c[o(717)](i[o(681)])?c:i[o(681)],u=u[o(597)](i[o(603)])?u:i[o(603)],a?i[o(681)][o(717)](a[o(518)]()[o(681)])?(a[o(491)](),a=e):e[o(491)]():a=e}const l=this[o(766)][o(837)](c,u);if(a)this[o(475)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(675)]({id:t,type:o(823)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(794)](o(823)+r,t,a,l)}}return null}[Ic(834)](t,n,r=[],s=null,o={}){const i=Ic;n[i(751)]||(n[i(751)]=n[i(860)]),n[i(507)]=t.is(i(487)),s=s||Rc(n);const a=r[i(839)]((t=>vc(t,this[i(766)]))),c=t.is(i(487))?t:vc(t,this[i(766)]);if(i(677)===this[i(737)]){const t=this[i(756)][i(544)](i(726),s,i(543));return this[i(532)]((()=>t([c],n,o))),null}a[i(558)](c);let u=!0;for(const t of a)if(!this[i(656)](t)){u=!1;break}if(u&&i(780)!==this[i(737)]){const t=this[i(756)][i(544)](i(726),s,i(543));return this[i(532)]((()=>t([c],n,o))),null}let l=null,f=c[i(681)],h=c[i(603)];for(const{suggestion:t,meta:e}of this[i(711)](c,i(726))){if(!e[i(547)])continue;if(e[i(479)]||e[i(670)]||e[i(818)])continue;if(t[i(803)][i(751)]!=n[i(751)])continue;if(!wc(t,o))continue;const r=t[i(518)]();if(t[i(669)]==s){if(r[i(502)](c,!0))return null;f=f[i(717)](r[i(681)])?f:r[i(681)],h=h[i(597)](r[i(603)])?h:r[i(603)],l?r[i(681)][i(717)](l[i(518)]()[i(681)])?(l[i(491)](),l=t):t[i(491)]():l=t}else{const e=c[i(694)](r);this[i(468)](t,e)}}const g=this[i(824)][i(523)][i(804)](i(563)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(475)](l,this[i(766)][i(837)](f,h)),l;{const t=this[i(675)]({id:d,type:i(519)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(794)](i(519)+s,d,p,this[i(766)][i(837)](f,h)),t}}[Ic(822)](t,n,r=[],s=null,o={}){const i=Ic;n[i(751)]||(n[i(751)]=n[i(860)]);const a=t[0];n[i(507)]=a.is(i(487)),s=s||Rc(n);const c=r[i(839)]((t=>vc(t,this[i(766)]))),u=a.is(i(487))?t:t[i(839)]((t=>vc(t,this[i(766)])));if(i(677)===this[i(737)]){const t=this[i(756)][i(544)](i(726),s,i(543));return this[i(532)]((()=>t(u,n,o))),null}c[i(558)](...u);let l=!0;for(const t of c)if(!this[i(656)](t)){l=!1;break}if(l&&i(780)!==this[i(737)]){const t=this[i(756)][i(544)](i(726),s,i(543));return this[i(532)]((()=>t(u,n,o))),null}const f=this[i(824)][i(523)][i(804)](i(563)).me;for(const t of this[i(521)]()){if(t[i(443)].id!=f.id)continue;if(i(726)!=t[i(599)]||t[i(803)][i(751)]!=n[i(751)])continue;if(!wc(t,o))continue;const e=t[i(669)]==s;for(let n=0;n<u[i(696)];n++){const r=u[n];for(const s of t[i(600)]()){const o=s[i(555)]();if(r[i(857)](o)){e?(u[i(700)](n,1),n--):t[i(441)](s[i(588)]);break}}}}if(0==u[i(696)])return null;const h=this[i(756)][i(544)](i(726),s,i(493));for(const t of this[i(521)]())if(t[i(443)].id==f.id&&i(726)==t[i(599)]&&t[i(803)][i(751)]==n[i(751)]&&t[i(669)]==s&&wc(t,o)&&(h(t[i(712)](),u)||h(u,t[i(712)]()))){for(const e of u)t[i(549)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(519)+s,m=this[i(675)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(794)](p,g,d,t,zr[i(748)]());return m}[Ic(448)](t,n=null,r={}){const s=Ic;if(t[s(456)])return null;const o=this[s(824)][s(523)][s(804)](s(563)).me,a=new i.LiveRange(t[s(681)],t[s(603)]);for(const{suggestion:t,meta:e}of this[s(711)](a,s(522)))if(e[s(547)]&&!e[s(479)])if(t[s(503)]){const e=t[s(712)]()[s(454)]((t=>s(535)!=t[s(594)][s(633)]));if(e[s(466)]((t=>a[s(502)](t,!0)))&&t[s(813)](),e[s(770)]((t=>t[s(502)](a,!0)))){const t=this[s(756)][s(544)](s(840),n,s(543));return this[s(532)]((()=>t([a],null,r))),null}}else{const e=a[s(694)](t[s(518)]());null!==e&&t[s(439)]([e],null,r)}if(a[s(833)](),a[s(456)]||s(535)==a[s(594)][s(633)])return null;let c=null,u=a[s(681)],l=a[s(603)];const f=this[s(711)](a,s(840));for(const{suggestion:t,meta:e}of f){const n=this[s(766)][s(837)](u,l);if(e[s(547)]&&(this[s(477)]||!e[s(670)]&&!e[s(818)]))if(t[s(503)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(712)]()){if(r[s(502)](n,!0))return t;n[s(502)](r)||(e=!1)}e&&t[s(813)]()}else{const e=t[s(518)]();if(e[s(502)](n,!0))return t;if(!wc(t,r)){n[s(502)](e)?t[s(491)]():e[s(733)](u)?u=e[s(603)]:e[s(733)](l)&&(l=e[s(681)]);continue}u=u[s(717)](e[s(681)])?u:e[s(681)],l=l[s(597)](e[s(603)])?l:e[s(603)],r=Object[s(754)]({},t[s(617)]),c?e[s(681)][s(717)](c[s(518)]()[s(681)])?(c[s(491)](),c=t):t[s(491)]():c=t}}if(c)return this[s(475)](c,this[s(766)][s(837)](u,l)),c;{const t=(0,e.uid)(),i=this[s(766)][s(837)](u,l),a=o.id,c=n?s(744)+n:s(840),f=this[s(675)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(794)](c,t,a,i),f}}[Ic(805)](t,n=Ic(736),r={}){const s=Ic,o=this[s(824)][s(523)][s(804)](s(563)).me,a=t[s(839)]((t=>new i.LiveRange(t[s(681)],t[s(603)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(711)](a,s(522)))e[s(547)]&&!e[s(479)]&&c[s(797)](t);for(const e of c)if(e[s(503)]){const o=e[s(712)]();if((!e[s(617)]||!e[s(617)][s(480)])&&o[s(466)]((t=>a[s(770)]((e=>e[s(502)](t,!0)))))&&e[s(813)](),a[s(466)]((t=>o[s(770)]((e=>e[s(502)](t,!0)))))){const e=this[s(756)][s(544)](s(840),n,s(543));return this[s(532)]((()=>e(t,null,r))),null}}else{const t=e[s(518)]();if(a[s(770)]((e=>e[s(502)](t,!0)))&&e[s(813)](),a[s(466)]((e=>t[s(502)](e,!0)))){const t=this[s(756)][s(544)](s(840),n,s(543));return this[s(532)]((()=>t(a,null,r))),null}}const u=this[s(756)][s(544)](s(840),n,s(493));let l=null;for(const t of this[s(521)]())if(t[s(443)].id==o.id&&t[s(816)]&&s(840)==t[s(599)]&&t[s(669)]==n&&wc(t,r)&&(u(t[s(712)](),a)||u(a,t[s(712)]())))if(l){if(t[s(641)]&&t[s(641)][s(696)])continue;for(const e of t[s(712)]())l[s(506)](e)||l[s(549)](e);t[s(491)]()}else{l=t;for(const e of a)t[s(506)](e)||t[s(549)](e)}if(l)return l;c[s(735)]();for(const{suggestion:t,meta:e}of this[s(711)](a,s(840)))e[s(547)]&&(this[s(477)]||!e[s(670)]&&!e[s(818)])&&wc(t,r)&&c[s(797)](t);for(const t of c){const e=t[s(712)]();if((!r||!r[s(480)])&&a[s(466)]((t=>e[s(770)]((e=>e[s(502)](t,!0))))))return t;(!t[s(617)]||!t[s(617)][s(480)])&&e[s(466)]((t=>a[s(770)]((e=>e[s(502)](t,!0)))))&&t[s(813)]()}const f=(0,e.uid)(),h=o.id,g=s(744)+n,d=this[s(675)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(833)](),t[s(456)]||s(535)==t[s(594)][s(633)]||this[s(794)](g,f,h,t,zr[s(748)]());return d}[Ic(474)](t,n,r,s,o){const i=Ic;if(t[i(456)])return[];if(i(677)===this[i(737)])return[];const a=this[i(824)][i(523)][i(804)](i(563)).me.id,c=Array[i(463)](this[i(545)][i(450)]())[i(454)]((e=>i(513)==e[i(599)]&&e[i(803)][i(476)]==n&&e[i(506)](t)));if(i(763)===this[i(737)]){const e=this[i(711)](t,i(522))[i(454)]((({meta:t})=>t[i(547)]&&!t[i(818)]&&!t[i(479)]))[i(839)]((({suggestion:t})=>t));c[i(848)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(513)==t[i(599)]?t[i(803)][i(815)]:void 0,o=t[i(518)](),a=Array[i(463)](u[i(587)]())[i(527)]((t=>t[i(578)](o)));if(!a)continue;const c=a[i(593)](o);this[i(750)](n)&&i(522)==t[i(599)]&&0!=c[i(696)]||(u[i(691)](a),c[i(775)]((t=>{u[i(657)](t,r)})),i(522)!=t[i(599)]&&e!=s&&u[i(657)](a[i(694)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(696)]>37&&console[i(650)](i(740),{key:n});const f=(i(831)+(n+"|")+Rc({newValue:s}))[i(533)](0,60),h=this[i(675)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(558)](h),this[i(794)](f,c,a,t)}return l}[Ic(611)](t){const e=Ic;this[e(747)](t,((t,...n)=>{this[e(455)]((()=>{t(...n)}))}))}[Ic(637)](t){const e=Ic;this[e(778)][e(797)](t)}[Ic(512)](t){const e=Ic;this[e(841)][e(797)](t)}[Ic(785)](t){const e=Ic;return e(513)==t[e(599)]?t[e(669)][e(647)]("|")[0]:null}[Ic(475)](t,e){const n=Ic,r=t[n(640)]();this[n(766)][n(856)]((t=>{t[n(628)](r,{range:e})}))}[Ic(672)](t){const e=Ic,n=t.id,r=this[e(824)][e(829)][e(804)](e(464));this[e(431)][e(581)](n)||this[e(431)][e(715)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(431)][e(810)](n);s[e(457)](e(646)),s[e(646)]=!1,t[e(641)]=s}[Ic(541)](t,n,r,s){const o=Ic;if(t[o(599)]!=n||t[o(669)]!=r||t[o(601)].id!=s)throw this[o(824)][o(782)](o(704)),new e.CKEditorError(o(704),this)}[Ic(468)](t,n){const r=Ic,s=t[r(518)]();if(n[r(857)](s))t[r(491)]();else if(s[r(502)](n)){const o=this[r(766)][r(768)](n[r(681)][r(861)],r(603));this[r(475)](t,this[r(766)][r(837)](s[r(681)],o));const i=(0,e.uid)(),a=t[r(601)].id,c=t[r(599)]+":"+t[r(669)];this[r(675)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(803)],attributes:t[r(617)]});const u=this[r(766)][r(768)](n[r(603)][r(838)],r(779)),l=this[r(766)][r(837)](u,s[r(603)]);this[r(794)](c,i,a,l)}else if(s[r(733)](n[r(681)])){const e=this[r(766)][r(768)](n[r(681)][r(861)],r(603));this[r(475)](t,this[r(766)][r(837)](s[r(681)],e))}else{const e=this[r(766)][r(768)](n[r(603)][r(838)],r(779));this[r(475)](t,this[r(766)][r(837)](e,s[r(603)]))}}[Ic(656)](t){const e=Ic;for(const{suggestion:n,meta:r}of this[e(711)](t,e(522))){if(!r[e(547)])continue;const s=n[e(712)]();for(const n of s)if(!t[e(593)](n)[e(696)])return!0}return!1}[Ic(627)](t){const n=Ic,r=this[n(824)][n(523)][n(804)](n(563))[n(769)](t);if(!r)throw new e.CKEditorError(n(636),this);return r}[Ic(765)](t){const e=Ic,n=this[e(824)][e(523)][e(804)](e(563)),r=(0,o.hashObject)(e(692)+t);return n[e(769)](r)||n[e(432)]({id:r,name:t})}[Ic(817)](t,e,n,r,s){const o=Ic,i=this[o(627)](r),a=this[o(756)][o(706)](t,e,n,i,s,(t=>{const e=o;this[e(809)](n,{attributes:t});const r=this[e(489)](n);this[e(567)](new Set([r])),this[e(812)](new Set([r]))}));return this[o(595)](a,o(543),(()=>{const t=o;this[t(809)](n,{state:t(559)})}),{priority:o(639)}),this[o(595)](a,o(813),(()=>{const t=o;this[t(809)](n,{state:t(586)})}),{priority:o(639)}),this[o(545)][o(657)](n,a),this[o(718)][o(657)](a,o(566)),a}[Ic(605)](t){const e=Ic,n=t[e(647)](":");return{group:n[0],type:n[1],subType:n[e(696)]>=5?n[2]:null,id:n[e(696)]<5?n[2]:n[3],authorId:n[e(696)]<5?n[3]:n[4],markerCount:6==n[e(696)]?n[5]:null}}[Ic(434)](t,n,r){const s=Ic,o=t[s(518)](),i=o[s(681)],a=o[s(603)];this[s(475)](t,this[s(766)][s(837)](i,n));const c=(0,e.uid)(),u=t[s(601)].id,l=t[s(599)]+(t[s(669)]?":"+t[s(669)]:"");this[s(675)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(617)],data:t[s(803)]});const f=this[s(785)](t);(s(726)==t[s(599)]||f&&this[s(750)](f))&&(r=this[s(766)][s(830)](r[s(838)])),this[s(794)](l,c,u,this[s(766)][s(837)](r,a))}[Ic(711)](t,e=null){const n=Ic,r=[],s=this[n(824)][n(523)][n(804)](n(563)).me;Array[n(442)](t)||(t=[t]);for(const o of this[n(521)]()){if(!o[n(816)])continue;if(e&&o[n(599)]!=e)continue;let i=!1;for(const e of o[n(712)]()){for(const a of t){const t=a[n(681)][n(857)](e[n(603)])||a[n(603)][n(857)](e[n(681)]);if(t||a[n(694)](e)){const c=a[n(502)](e)&&kc(this[n(766)][n(529)],e[n(681)],a),u=e[n(502)](a)&&kc(this[n(766)][n(529)],a[n(681)],e);r[n(558)]({suggestion:o,meta:{isOwn:s==o[n(443)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ic(794)](t,e,n,r,s){const o=Ic;this[o(766)][o(856)]((i=>{const a=o;let c=a(589)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(653)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ic(530)](t){const e=Ic,n=t[e(757)],r=t[e(635)];t[e(757)]=null,t[e(635)]=null,null!=n&&n[e(635)]==t&&(n[e(635)]=r),null!=r&&r[e(757)]==t&&(r[e(757)]=n),e(842)==this[e(718)][e(804)](t)&&(this[e(718)][e(657)](t,e(573)),this[e(683)](e(668),t,n,r))}[Ic(675)](t){const n=Ic,r=t.id,s=this[n(752)](t);if(this[n(753)]&&this[n(753)][n(467)]){const o=this[n(824)][n(523)][n(804)](n(482)),i=s[n(616)],a=s[n(669)]?s[n(599)]+":"+s[n(669)]:s[n(599)],c=this[n(824)][n(575)],u=o[n(797)](Wr(c,n(661))),l={id:r,type:a,hasComments:i,data:t[n(803)]||null,originalSuggestionId:t[n(828)]||null,attributes:s[n(617)]};this[n(753)][n(467)](l)[n(436)]((t=>{const e=n;s[e(592)]=!0,o[e(777)](u),t&&t[e(524)]&&(this[e(545)][e(804)](r)[e(524)]=t[e(524)])}))[n(671)]((t=>{const r=n;throw(0,e.logWarning)(r(685)),this[r(824)][r(774)][r(609)]({isUndoable:!1},(()=>{s[r(813)]()})),s[r(682)](),this[r(545)][r(691)](s.id),this[r(718)][r(691)](s),t}))}return s}[Ic(750)](t){const e=Ic;return this[e(778)][e(695)](t)}[Ic(809)](t,e){const n=Ic,r=this[n(824)][n(523)][n(804)](n(482)),s=this[n(489)](t);if(this[n(753)]&&this[n(753)][n(622)])if(s[n(592)]){const s=r[n(797)](Wr(this[n(824)][n(575)],n(661)));this[n(753)][n(622)](t,e)[n(436)]((()=>{r[n(777)](s)}))}else s.on(n(749),(()=>{this[n(809)](t,e)}))}[Ic(850)](t){const n=Ic;if(!this[n(753)]||!this[n(753)][n(489)])throw new e.CKEditorError(n(690),this);return this[n(753)][n(489)](t)}[Ic(678)](t){const e=Ic,{id:n,type:r,subType:s,authorId:o}=this[e(605)](t),i=this[e(545)][e(804)](n)||this[e(817)](r,s,n,o,{});switch(this[e(541)](i,r,s,o),this[e(718)][e(804)](i)){case e(566):this[e(850)](n)[e(436)]((t=>{const r=e;let s=Promise[r(786)]();t[r(616)]&&(s=this[r(431)][r(585)]({channelId:this[r(824)][r(829)][r(804)](r(464)),threadId:n})),s[r(436)]((()=>{const e=r;this[e(752)](t)[e(592)]=!0}))})),this[e(718)][e(657)](i,e(634));break;case e(573):this[e(809)](n,{state:e(835)});case e(826):this[e(718)][e(657)](i,e(842)),this[e(683)](e(732),i);break;case e(842):this[e(683)](e(673),i)}return i[e(550)](t),i}[Ic(812)](t){const e=Ic,n=Array[e(463)](t),r=n[e(454)]((t=>e(513)==t[e(599)]));this[e(746)](r);const s=n[e(454)]((t=>!t[e(503)]&&e(513)!=t[e(599)])),o=this[e(521)]({skipNotAttached:!0})[e(454)]((t=>!t[e(503)]&&e(513)!=t[e(599)])),i=o[e(454)]((n=>!t[e(695)](n))),a=new Map(o[e(839)]((t=>[t,this[e(756)][e(544)](t[e(599)],t[e(669)],e(793))]))),c=new Map(o[e(839)]((t=>[t,t[e(518)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(696)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(696)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(696)];t++){const n=s[t];!l[e(695)](n)&&n[e(757)]&&(f[e(797)](n[e(757)]),n[e(757)][e(635)]===n&&(n[e(757)][e(635)]=null),n[e(757)]=null),!u[e(695)](n)&&n[e(635)]&&(f[e(797)](n[e(635)]),n[e(635)][e(757)]===n&&(n[e(635)][e(757)]=null),n[e(635)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(696)];e++){const r=g(t,n[e]);r&&(r[0][s(635)]=r[1],r[1][s(757)]=r[0],u[s(797)](r[0]),l[s(797)](r[1]))}}function g(t,n){const r=e;if(t[r(443)].id!==n[r(443)].id)return null;const s=a[r(804)](t)(t,n,c[r(804)](t),c[r(804)](n));return s&&a[r(804)](n)(t,n,c[r(804)](t),c[r(804)](n))?s[1][r(641)]&&s[1][r(641)][r(696)]?null:s:null}f[e(446)]&&this[e(812)](f)}[Ic(746)](t){const e=Ic;if(0==t[e(696)])return;const n=this[e(521)]({skipNotAttached:!0})[e(454)]((t=>e(513)==t[e(599)]&&t[e(470)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(617)]);s[e(695)](n)||(s[e(657)](n,r[e(696)]),r[e(558)]([]));const i=s[e(804)](n);r[i][e(558)](t)}!function(){const t=e;r[t(703)](((e,n)=>{const r=t,s=e[0][r(524)],o=n[0][r(524)];return s==o?e[0][r(617)][r(664)]<n[0][r(617)][r(664)]?-1:1:s<o?-1:1}));for(const e of r)e[t(703)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(696)];t++){if(0==r[t][e(696)])continue;const n=[];for(let s=t+1;s<r[e(696)];s++)0!=r[s][e(696)]&&i(r[t],r[s])&&n[e(558)](s);for(const s of n)r[t]=r[t][e(469)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(696)];n++)t[n][e(635)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(696)];n++)t[n][e(757)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(617)][r(664)]!==n[0][r(617)][r(664)]&&t[0][r(443)]!==n[0][r(443)])return!1;if(!function(t,e){const n=r;return!t[n(616)]&&!e[n(616)]||(!t[n(616)]||!e[n(616)])&&(!!(t[n(616)]&&e[n(524)]<t[n(641)][n(536)][n(804)](0)[n(524)])||!!(e[n(616)]&&t[n(524)]<e[n(641)][n(536)][n(804)](0)[n(524)]))}(t[0],n[0]))return!1;const s=Ec(t[0][r(617)],r(664)),o=Ec(n[0][r(617)],r(664));return!!wr(s,o)&&(!!t[r(466)]((t=>n[r(770)]((e=>t[r(518)]()[r(857)](e[r(518)]())))))&&n[r(466)]((e=>t[r(770)]((t=>e[r(518)]()[r(857)](t[r(518)]()))))))}}[Ic(567)](t){const e=Ic,n=Array[e(463)](t),r=this[e(521)]({skipNotAttached:!0}),s=r[e(454)]((n=>!t[e(695)](n))),o=new Map(n[e(839)]((t=>[t,this[e(756)][e(544)](t[e(599)],t[e(669)],e(493))]))),i=new Map(r[e(839)]((t=>[t,t[e(712)]()])));for(let t=0;t<n[e(696)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(696)];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(696)];e++){const s=r[e];if(s[a(599)]!==n[a(599)]||s[a(443)].id!==n[a(443)].id||s[a(669)]!==n[a(669)])continue;if(!Oc(n,s,[a(664)]))continue;if(a(513)==n[a(599)]&&n[a(803)][a(815)]!=s[a(803)][a(815)])continue;if(a(513)==n[a(599)]&&t[a(750)](n[a(803)][a(476)]))continue;if(a(726)==n[a(599)]){const e=t[a(824)][a(774)],r=n[a(496)]();if(r&&(e[a(529)][a(798)](r)||e[a(529)][a(784)](r)))continue}const c=o[a(804)](n),u=i[a(804)](n),l=i[a(804)](s),f=n[a(641)]&&n[a(641)][a(696)],h=s[a(641)]&&s[a(641)][a(696)];if(!f&&c(l,u))return t[a(458)](s,n),i[a(691)](n),!0;if(!h&&c(u,l))return t[a(458)](n,s),i[a(691)](s),!0}return!1}}[Ic(458)](t,e){const n=Ic;if(t[n(503)])for(const r of e[n(712)]())t[n(549)](r);else{const r=e[n(518)]()[n(603)];this[n(475)](t,this[n(766)][n(837)](t[n(518)]()[n(681)],r))}e[n(491)]()}[Ic(820)](t,e){const n=Ic,r=t[n(674)](n(604))||t[n(674)](n(513))?n(721):t[n(741)]();return Wr(this[n(824)][n(575)],e+"_"+r+n(723))}[Ic(808)](){const t=Ic,e=this[t(824)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(766)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(605)](t[s(588)]);if(s(781)===e){n[s(697)](this[s(820)](r,s(511)));break}}for(const t of r){const{group:e,type:r}=this[s(605)](t[s(588)]);if(s(781)===e){n[s(697)](this[s(820)](r,s(843)));break}}}))}[Ic(447)](t){const e=Ic;if(this[e(643)])return!1;const n=this[e(824)],r=n[e(774)][e(710)][e(705)][e(498)]();if(0==r[e(696)])return!1;const s=[],o=r[e(454)]((t=>e(513)==t[e(599)])),i=r[e(454)]((t=>e(630)==t[e(599)]&&e(855)!=t[e(588)])),a=r[e(454)]((t=>e(777)==t[e(599)]&&e(855)!=t[e(588)]));for(const t of o)s[e(558)]({key:t[e(795)],newValue:t[e(602)],oldValue:t[e(514)],range:Nc(t[e(487)],n[e(774)])});for(const t of i){const r=a[e(527)]((n=>n[e(568)][e(857)](t[e(568)])));r&&s[e(558)]({key:e(688),newValue:t[e(588)],oldValue:r[e(588)],range:n[e(774)][e(569)](t[e(568)][e(862)])})}return 0!=s[e(696)]&&this[e(440)](t,s)}[Ic(811)](t){const e=Ic;let n=!1;const r=this[e(824)][e(774)][e(710)][e(705)][e(531)]()[e(454)]((t=>t[e(803)][e(708)]&&t[e(588)][e(674)](e(629))));for(const s of r){const{subType:r,id:o}=this[e(605)](s[e(588)]),i=r[e(647)]("|")[0];for(const r of this[e(521)]({skipNotAttached:!0}))r.id!=o&&e(513)==r[e(599)]&&r[e(803)]&&r[e(803)][e(476)]==i&&r[e(518)]()[e(578)](s[e(803)][e(708)])&&(this[e(719)](r,s[e(803)][e(708)],t),n=!0)}return n}[Ic(455)](t){const e=Ic;this[e(824)],this[e(643)]=!0,t()}[Ic(773)](t){const e=Ic,n=this[e(750)](t),r=this[e(841)][e(695)](t);return n||r}[Ic(440)](t,e){const n=Ic;if(0==e[n(696)])return!1;let r=!1;for(const s of e){const e=this[n(711)](s[n(487)],n(513))[n(454)]((t=>!t[n(433)][n(479)]))[n(839)]((t=>t[n(781)])),i=(0,o.hashObject)({newValue:s[n(679)]});e[n(454)]((t=>{const e=n,[r,o]=t[e(669)][e(647)]("|");return r==s[e(476)]&&o!=i}))[n(775)]((e=>{const o=n;this[o(719)](e,s[o(487)],t),r=!0}))}return r}[Ic(719)](t,e,n){const r=Ic,s=t[r(518)]()[r(593)](e);0!==s[r(696)]?1!==s[r(696)]?this[r(434)](t,e[r(681)],e[r(603)]):this[r(475)](t,s[0]):n[r(441)](t[r(640)]())}}class Ac{constructor(t){const e=Ic;this[e(499)]=t,this[e(766)]=t[e(774)],this[e(444)]=new Map,this[e(859)]=new Map,this[e(520)]()}[Ic(706)](t,e,n,r,s,o){const i=Ic;return new zr(this[i(766)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(544)](t,e,i(543))(...n),onDiscard:(...n)=>this[i(544)](t,e,i(813))(...n)})}[Ic(789)](t,e,n,r){const s=Ic,o=t+":"+e+":"+n;this[s(444)][s(657)](o,r)}[Ic(544)](t,e,n){const r=Ic,s=t+":"+e+":"+n;return this[r(444)][r(804)](s)||this[r(859)][r(804)](t+":"+n)}[Ic(520)](){const t=Ic,e=()=>!1,n=t=>{const e=bc;t[e(703)](((t,n)=>t[e(681)][e(717)](n[e(681)])?1:-1)),this[e(766)][e(856)]((n=>{const r=e;for(const e of t){let t;t=e[r(603)][r(610)]&&e[r(603)][r(838)]==e[r(681)][r(862)]?n[r(462)](e[r(681)][r(862)],"on"):n[r(462)](e),this[r(766)][r(662)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(766)][n(856)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(839)]((t=>(Cc(t)&&(t=this[s(766)][s(837)](t[s(603)])),t)))[s(454)]((t=>s(535)!==t[s(594)][s(633)]));if(c[s(696)]<1)return;const u=Array[s(463)](this[s(766)][s(710)][s(851)][s(712)]())[s(839)]((t=>i.LiveRange[s(800)](t)));r[s(702)](c);for(const t of this[s(499)][s(553)][s(553)]())t[s(799)]();a[s(558)]({forceDefaultExecution:!0}),this[s(499)][s(709)](o,...a);const l=u[s(454)]((t=>s(535)!=t[s(594)][s(633)]));l[s(696)]>0&&r[s(702)](l);for(const t of u)t[s(833)]()}))},s=(e,n)=>1==e[t(696)]&&1==n[t(696)]&&e[0][t(603)][t(857)](n[0][t(681)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(766)])?[e,n]:Mc(n,e,s,r,this[t(766)])?[n,e]:null;this[t(859)][t(657)](t(483),e),this[t(859)][t(657)](t(802),n),this[t(859)][t(657)](t(846),s),this[t(859)][t(657)](t(759),o),this[t(859)][t(657)](t(582),n),this[t(859)][t(657)](t(807),e),this[t(859)][t(657)](t(485),s),this[t(859)][t(657)](t(693),o),this[t(859)][t(657)](t(481),r),this[t(859)][t(657)](t(591),e),this[t(859)][t(657)](t(452),s),this[t(859)][t(657)](t(473),e),this[t(859)][t(657)](t(858),r),this[t(859)][t(657)](t(853),e),this[t(859)][t(657)](t(516),s),this[t(859)][t(657)](t(644),e),this[t(859)][t(657)](t(796),e),this[t(859)][t(657)](t(764),((e,n)=>{const r=t;if(!n)return;const s=this[r(499)][r(523)][r(804)](yc);this[r(766)][r(856)]((t=>{const o=r;if(o(688)==n[o(476)])for(const r of e){const e=r[o(681)][o(862)],s=n[o(815)];t[o(832)](e,s)}else if(s[o(750)](n[o(476)]))for(const r of e)void 0!==n[o(815)]?t[o(538)](n[o(476)],n[o(815)],r[o(681)][o(862)]):t[o(505)](n[o(476)],r[o(681)][o(862)]);else for(const r of e)n[o(815)]?t[o(538)](n[o(476)],n[o(815)],r):t[o(505)](n[o(476)],r)}))})),this[t(859)][t(657)](t(655),s)}}function kc(t,e,n){const r=Ic;for(const s of e[r(838)][r(620)]({includeSelf:!0,parentFirst:!0})){if(s[r(594)]==s)return!1;if(!n[r(727)](s))return!1;if(t[r(798)](s)||t[r(784)](s))return!0}return!1}function Cc(t){const e=Ic;return t[e(603)][e(838)]==t[e(681)][e(862)]&&t[e(603)][e(500)]}function Lc(t,e,n,r){const s=Ic,o=t=>!t[s(792)].is(s(449))&&!r[s(798)](t[s(792)]),i=t[s(681)][s(606)](o),a=t[s(603)][s(606)](o,{direction:s(654)});return!(t[s(681)][s(857)](i)&&t[s(603)][s(857)](a)||(i[s(717)](a)?n[s(628)](e,{range:n[s(837)](i,a)}):n[s(441)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ic,n=t[e(681)][e(862)];return n&&n.is(e(821))}function Nc(t,e){const n=Ic;return null==t[n(603)][n(861)]&&t[n(603)][n(838)]==t[n(681)][n(862)]?vc(t[n(681)][n(862)],e):t}function vc(t,e){const n=Ic,r=e[n(529)][n(798)](t)||e[n(529)][n(472)](t);return e[n(837)](e[n(768)](t,n(771)),r?e[n(658)](t):e[n(768)](t,n(603)))}function Mc(t,e,n,r,s){const o=Ic;if(!Oc(t,e))return!1;if(n[o(603)][o(857)](r[o(681)]))return!0;if(t[o(599)]!=e[o(599)])return!1;if(!n[o(603)][o(686)](r[o(681)]))return!1;const i=s[o(837)](n[o(603)],r[o(681)])[o(534)]();for(const t of i)if([o(548),o(590)][o(844)](t[o(599)])&&s[o(529)][o(784)](t[o(792)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ic;return!(!t[r(470)]||!e[r(470)])&&wr(Ec(t[r(617)],n),Ec(e[r(617)],n))}function wc(t,e){const n=Ic,r=Dc(t[n(617)]),s=Dc(e);if(!t[n(470)])return!1;for(const t of Object[n(587)](s))if(!wr(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ic,n=Object[e(754)]({},t);return delete n[e(480)],delete n[e(570)],n}function Fc(){const t=["PendingActions","canEditAt","unbind","listenTo","get","isEnabled","add","2335823ndPROJ","commands","bind","1663432fPCScE","1815621KEyHkv","_discardCommand","commentThreadController","_removePendingAction","execute","acceptSuggestion","view","_pendingAction","remove","125442mhySBx","getRanges","isDirty","155mRlDnm","_acceptCommand","stopListening","destroy","locale","canDiscard","PENDING_ACTION_SUGGESTION","plugins","10724snZlwu","_setPendingAction","discardSuggestion","16220934mjYFmE","model","change:isDirty","_editor","1667100YZJEHT","15YNVHBJ","canAccept"];return(Fc=function(){return t})()}const xc=Bc;function Bc(t,e){const n=Fc();return(Bc=function(t,e){return n[t-=225]})(t,e)}!function(t,e){const n=Bc,r=t();for(;;)try{if(491505===-parseInt(n(259))/1*(parseInt(n(240))/2)+-parseInt(n(231))/3+parseInt(n(251))/4*(parseInt(n(243))/5)+parseInt(n(258))/6+-parseInt(n(227))/7+parseInt(n(230))/8+parseInt(n(254))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fc);class Pc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Bc;super(),this[s(255)]=e,this[s(237)]=n,this[s(233)]=r,this[s(257)]=t,this[s(244)]=t[s(228)][s(265)](s(236)),this[s(232)]=t[s(228)][s(265)](s(253)),this[s(237)][s(229)](s(225)).to(this[s(244)],this[s(232)],((t,e)=>t||e)),this[s(237)][s(229)](s(260)).to(this[s(244)],s(225),(t=>t&&this[s(257)][s(255)][s(262)](e[s(241)]()))),this[s(237)][s(229)](s(248)).to(this[s(232)],s(225),(t=>t&&this[s(257)][s(255)][s(262)](e[s(241)]()))),this[s(238)]=null,n[s(242)]&&this[s(252)](),this[s(264)](n,s(236),(()=>this[s(236)]())),this[s(264)](n,s(253),(()=>this[s(253)]())),this[s(264)](n,s(256),(()=>{const t=s;n[t(242)]?this[t(252)]():this[t(234)]()}))}[xc(236)](){const t=xc;this[t(244)][t(235)](this[t(255)].id)}[xc(253)](){const t=xc;this[t(232)][t(235)](this[t(255)].id)}[xc(246)](){const t=xc;this[t(237)][t(263)](t(225)),this[t(237)][t(263)](t(260)),this[t(237)][t(263)](t(248)),this[t(245)](),this[t(233)][t(246)](),this[t(238)]&&this[t(234)]()}[xc(252)](){const t=xc,e=Wr(this[t(257)][t(247)],t(249));this[t(238)]=this[t(257)][t(250)][t(265)](t(261))[t(226)](e)}[xc(234)](){const t=xc;null!==this[t(238)]&&this[t(257)][t(250)][t(265)](t(261))[t(239)](this[t(238)]),this[t(238)]=null}}const Uc=Gc;function jc(){const t=["hasDirtyComment","showInput","set","assign","isEnabled","setData","disabledSubmit","destroy","609699AgRtCj","cancel","editorConfig","bind","_createCommentThreadInputView","CommentView","delegate","isActive","commentInputView","fire","387732bwXozH","isDirty","454810zqDwJw","commentThread","addComment","5838kjWuRq","focus","updateComment","8uSstkG","locale","commentsListView","editor","_localUser","_model","_createCommentViews","length","11FIldSE","_config","submit","descriptionParts","581mrAmLF","842550jWLwJq","removeComment","commentThreadInputView","isReadOnly","1244907JStPzp","authoredAt","123770CScYeA","disableComments","canAccept","element","canDiscard","value","1pQqyxK"];return(jc=function(){return t})()}function Gc(t,e){const n=jc();return(Gc=function(t,e){return n[t-=211]})(t,e)}!function(t,e){const n=Gc,r=t();for(;;)try{if(102720===-parseInt(n(211))/1*(-parseInt(n(257))/2)+parseInt(n(220))/3+-parseInt(n(230))/4+-parseInt(n(251))/5+parseInt(n(235))/6*(-parseInt(n(250))/7)+parseInt(n(238))/8*(parseInt(n(255))/9)+-parseInt(n(232))/10*(-parseInt(n(246))/11))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(240)]=null,this[s(253)]=null,this[s(214)](s(227),!1),this[s(214)](s(256),e[s(256)]),this[s(223)](s(256)).to(e),this[s(214)](s(249),[]),this[s(214)](s(231),!1),this[s(214)](s(216),!1),this[s(214)](s(259),!1),this[s(214)](s(261),!1),this[s(243)]=e,this[s(242)]=n,this[s(247)]=r,r[s(258)]?this[s(214)](s(245),1):this[s(244)]()}[Uc(236)](){const t=Uc;this[t(260)][t(236)]()}[Uc(219)](){const t=Uc;this[t(240)]&&this[t(240)][t(219)](),this[t(253)]&&this[t(253)][t(219)](),super[t(219)]()}[Uc(244)](){const t=Uc,{CommentsListView:e}=this[t(247)];this[t(240)]=new e(this[t(239)],this[t(243)][t(233)],Object[t(215)]({CommentView:this[t(247)][t(225)]},this[t(247)])),this[t(240)][t(226)](t(252)).to(this),this[t(240)][t(226)](t(237)).to(this),this[t(240)][t(223)](t(227)).to(this),this[t(214)](t(245),this[t(240)][t(245)]+1),this[t(223)](t(245)).to(this[t(240)],t(245),(t=>t+1)),this[t(253)]=this[t(224)](),this.on(t(252),(()=>this[t(236)]())),this[t(223)](t(231)).to(this[t(240)],t(212),this[t(253)][t(228)],t(262),((t,e)=>t||!!e))}[Uc(224)](){const t=Uc,{CommentThreadInputView:e}=this[t(247)],n=new e(this[t(239)],this[t(242)],this[t(247)][t(222)]),r=n[t(228)];return n[t(223)](t(213)).to(this,t(227),this[t(243)][t(233)],t(254),r,t(262),((t,e,n)=>!!n||t&&!e)),r.on(t(248),((e,n)=>{const s=t;this[s(229)](s(234),n),r[s(241)][s(217)]("")})),r.on(t(221),(()=>this[t(236)]())),r[t(223)](t(218)).to(this[t(243)][t(233)],t(254)),n}}const zc=Hc;function Wc(){const t=["set",'"></span>',"</span>","_descriptionElement","ck-suggestion__actions","push","span","ck-suggestion-",'<span class="ck-suggestion-type">',"4328kZdFFd","discardSuggestion","ck-suggestion__info",'" title="',"@external","getTemplate","acceptButton","commentThread","ck-suggestion__user","17283HPrpsH","EXTERNAL_IMPORT_WORD_AVATAR","attributes","ck-annotation__info-time",".ck-annotation__content-wrapper","type","importWord","ck-comment__info-time","name","ck-annotation__actions","709120OmnXaO","6RGUXsZ","change:description","div","311018azciVs","time","userView","commentThreadInputView","locale","ck-suggestion--accept","check","ck-annotation__info","createElement","join","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-comment__external","isExternal","EXTERNAL_SUGGESTION","render","214868BorfoV","element","formatDateTime","value","Accept suggestion","canAccept","setTemplate","commentsListView","content","extendTemplate","innerHTML","innerText","map","split","canDiscard","discardButton","creator","ck-suggestion--disabled-comments","source","ck-suggestion-wrapper","_config","ck-annotation__main","486388NtDJCf","execute","bindTemplate","getExternalSuggestionNote","descriptionParts","querySelector","ck-annotation__content-wrapper","editorDestroyed","2605vcSybM","authoredAt","</p>","editorReady",'<span class="ck-suggestion-color" style="background-color: ',"<p>","EXTERNAL_AVATAR","fire","4608kzGpkO","cancel","ck-annotation","Discard suggestion","ck-suggestion--discard","ck-suggestion","getUserViewNotificationText","ck-suggestion-wrapper--active","_createButton","ck-annotation__info-name","isEnabled","ck-annotation__user","2256gvmMSD","ck-suggestion__info-name","isActive","description","bind","disableComments","author","delegate","acceptSuggestion","_model","children","title","color","ck-suggestion__main"];return(Wc=function(){return t})()}function Hc(t,e){const n=Wc();return(Hc=function(t,e){return n[t-=328]})(t,e)}!function(t,e){const n=Hc,r=t();for(;;)try{if(160526===parseInt(n(350))/1+-parseInt(n(347))/2*(-parseInt(n(336))/3)+parseInt(n(365))/4+-parseInt(n(395))/5*(-parseInt(n(415))/6)+-parseInt(n(387))/7+parseInt(n(438))/8*(-parseInt(n(403))/9)+-parseInt(n(346))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wc);class Kc extends Vc{constructor(e,n,r,s){const i=Hc;super(e,n,r,s),this[i(429)](i(341),""),this[i(419)](i(341)).to(this,i(391),(t=>t&&t[0]?t[0][i(341)]:"")),this[i(419)](i(418)).to(this,i(391),this,i(417),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(400)+qc(e[n(373)],e[n(427)])+n(397);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(432)]=null,this[i(333)]=this[i(411)](Wr(e,i(369)),t.icons[i(356)],i(355),i(423),"sw"),this[i(333)][i(419)](i(413)).to(this,i(370)),this[i(380)]=this[i(411)](Wr(e,i(406)),t.icons[i(404)],i(407),i(328),"sw"),this[i(380)][i(419)](i(413)).to(this,i(379)),this[i(352)]=new o.UserView(e,this[i(424)][i(421)],this[i(409)]()),this[i(352)][i(374)]({attributes:{class:[i(335),i(414)]}}),this[i(371)](this[i(332)]())}[zc(332)](){const t=zc,e=this[t(389)],n=[{tag:t(349),attributes:{class:[t(329),t(357)]},children:[{tag:t(435),children:[{text:this[t(352)][t(344)]}],attributes:{class:[t(416),t(412)]}},{tag:t(351),attributes:{datetime:e.to(t(396)),class:[t(343),t(339)]},children:[{text:e.to(t(396),(e=>this[t(385)][t(367)](e)))}]}]},{tag:t(349),attributes:{class:[t(433),t(345)]},children:[this[t(333)],this[t(380)]]},{tag:t(349),attributes:{class:[t(393)]}}];this[t(424)][t(362)]&&n[t(434)]({tag:t(349),attributes:{class:[t(361)]},children:[{text:this[t(390)]()}]});const r={tag:t(349),attributes:{class:[t(384),e.if(t(417),t(410)),e.to(t(341),(e=>t(436)+e)),this[t(385)][t(420)]&&t(382)],"data-suggestion-id":this[t(424)].id,"data-thread-id":this[t(424)][t(334)].id,"data-author-id":this[t(424)][t(421)].id,tabindex:-1},children:[{tag:t(349),attributes:{class:[t(408),t(405)]},children:[this[t(352)],{tag:t(349),attributes:{class:[t(428),t(386)]},children:n}]}]};return this[t(372)]&&this[t(353)]&&(r[t(425)][t(434)](this[t(372)],this[t(353)]),this[t(372)][t(422)](t(398)).to(this),this[t(372)][t(422)](t(394)).to(this),this[t(353)][t(422)](t(398)).to(this),this[t(353)][t(422)](t(394)).to(this)),r}[zc(364)](){const t=zc;super[t(364)](),this[t(432)]=this[t(366)][t(392)](t(340)),this[t(432)][t(375)]=this[t(418)],this.on(t(348),((e,n,r)=>{const s=t;this[s(432)][s(375)]=r}))}[zc(411)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(354)]);return a[i(429)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(374)]({attributes:{class:n}}),a.on(i(388),(()=>{const t=i;this[t(402)](r,this[t(424)].id)})),a}[zc(390)](){const t=zc;return t(342)===this[t(424)][t(338)][t(331)][t(383)]?Wr(this[t(354)],t(360)):Wr(this[t(354)],t(363))}[zc(409)](){const t=zc;return this[t(424)][t(362)]?t(342)===this[t(424)][t(338)][t(331)][t(383)]?Wr(this[t(354)],t(337),this[t(424)][t(381)][t(344)]):Wr(this[t(354)],t(401),this[t(424)][t(381)][t(344)]):null}}function qc(t,e){const n=zc;let r="";return r+=t[n(378)]("*")[n(377)](((t,e)=>e%2!=0?n(437)+Xc(t)+n(431):Xc(t)))[n(359)](""),e&&(r+=n(399)+e[n(368)]+n(330)+e[n(426)]+n(430)),r}function Xc(t){const e=zc,n=document[e(358)](e(435));return n[e(376)]=t,n[e(375)]}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',Jc=Zc;function Qc(){const t=["_viewToController","isInContent","getSuggestion","addSourceCollector","isEnabled","212927QwxRgV","Accept all suggestions","switchbutton","suggestionUnloaded","arrowView","discardAllSuggestions","getMarkers","change:previous","acceptButton","getMarkerNames","_annotationViews","registerAnnotation","599355VEKiZR","descriptionParts","createCommentThreadController","execute","Track changes","previous","Annotations","discardSelectedSuggestions","_handleControllerBuffer","define","getByInnerView","suggestionChanged","length","_initializeController","activeAnnotations","_unbindEditors","items","separator","innerView","delete","push","locale","buttonView","actionView","pluginName","type","value","comments","CommentsRepository","_disableComments","init","CommentsUI","menuitemcheckbox","_destroyController","_createMenuBarMenu","values","size","trackChanges.SuggestionThreadView","commandName","head","getJoined","descriptionFactory","mainView","bind","unbind","_addUIComponentsToFactory","TrackChangesUI","hasSuggestion","suggestion-","createAnnotation","comments.maxCommentsWhenCollapsed","comments.maxCommentCharsWhenCollapsed","change:activeAnnotations","destroy","add","EditorAnnotations","getFirstRange","Discard all suggestions","editing","getAllAdjacentSuggestions","TrackChangesEditing","set","CommentView","from","addComment","lowest","discardButton","reduce","has","isOn","some","4168qRCppn","stopListening","view","isMultiRange","suggestionLoaded","isDirty","keys","comments.maxThreadTotalWeight","getRanges","menuitem","trackChanges.disableComments","delegate","model","clear","5295156HWkMia","_refreshActiveMarkers","focus","acceptAllSuggestions","remove","menuBar:trackChanges","editor","getDescriptions","SuggestionThreadView","createAnnotationView","requires","get","_createToolbarButton","7778YncYWu","commands","Accept all selected suggestions","_bindAnnotationToEditors","comments.editorConfig","acceptSelectedSuggestions","trackChanges","panelView","componentFactory","2951756FVRpeb","menu","children","config","723hMgNzA","7935336zcXsQP","plugins","activeMarkers","_suggestionToController","commentThread","button","source","refreshSelectedViews","_handleSuggestionControllerDelayed","filter","_updateController","listenTo","Discard all selected suggestions","1855LgVxqt","toMany"];return(Qc=function(){return t})()}function Zc(t,e){const n=Qc();return(Zc=function(t,e){return n[t-=402]})(t,e)}!function(t,e){const n=Zc,r=t();for(;;)try{if(559905===parseInt(n(517))/1+parseInt(n(483))/2*(-parseInt(n(496))/3)+-parseInt(n(492))/4+parseInt(n(529))/5+parseInt(n(470))/6+parseInt(n(510))/7*(parseInt(n(456))/8)+parseInt(n(497))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Jc(480)](){const t=Jc;return[yc,o.Users,t(413),t(535),t(440)]}static get[Jc(409)](){return Jc(431)}constructor(t){const e=Jc;super(t),this[e(500)]=new Map,this[e(512)]=new Map,this[e(527)]=new Map,this[e(537)]=new Map;const n=this[e(476)][e(495)];n[e(538)](e(422),Kc),n[e(538)](e(466),!1),this[e(414)]=n[e(481)](e(466))}[Jc(505)](t,e){const n=Jc;0===this[n(537)][n(421)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(537)]){const r=this[t(500)][t(453)](e);r||n?r&&n&&this[t(418)](e):this[t(542)](e)}this[t(537)][t(469)](),this[t(476)][t(498)][t(481)](t(440))[t(504)](),this[t(471)]()}),10),this[n(537)][n(446)](t,e)}[Jc(415)](){const t=Jc,e=this[t(476)],n=e[t(498)][t(481)](t(445)),r=e[t(498)][t(481)](t(535)),s=e[t(498)][t(481)](t(440)),o=e[t(498)][t(481)](t(413));this[t(430)](),s[t(515)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(448)](this[e(500)])){const s=t[e(444)](),o=[];for(const t of s){if(!t[e(513)])continue;if(t[e(459)]){o[e(405)](...t[e(464)]());continue}const n=t[e(441)]();if(o[e(541)]>0){const t=o[0][e(425)](n);if(t){o[0]=t;continue}}o[e(405)](n)}n[e(405)]([r[e(458)],o])}return n})),this[t(508)](n,t(460),((e,n)=>{const r=t;this[r(508)](n,r(524),((t,e,s,o)=>{const i=r;n[i(513)]&&(null==s?(this[i(507)](o[i(424)]),this[i(505)](n,!1)):(this[i(507)](s[i(424)]),null==o&&this[i(505)](n,!0)))})),null!==n[r(534)]?this[r(507)](n[r(424)]):this[r(505)](n,!1)})),this[t(508)](n,t(520),((e,n,r)=>{const s=t;this[s(457)](n,s(524)),this[s(537)][s(404)](n),this[s(500)][s(453)](n)&&this[s(418)](n),r&&this[s(507)](r[s(424)])})),this[t(508)](n,t(540),((e,n)=>{this[t(507)](n)})),this[t(508)](r,t(437),(()=>{this[t(471)]()})),this[t(508)](o,t(449),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(432)](r))return;const i=n[o(514)](r);this[o(500)][o(481)](i)[o(458)][o(472)]()}),{priority:t(450)})}[Jc(471)](){const t=Jc,e=this[t(476)][t(498)][t(481)](t(535)),n=this[t(476)][t(498)][t(481)](t(445)),r=Array[t(448)](e[t(543)],(e=>e[t(403)]))[t(506)]((e=>this[t(512)][t(453)](e))),s=[];for(const e of r){const n=this[t(512)][t(481)](e)[t(468)][t(444)]();s[t(405)](...n[t(452)](((e,n)=>[...e,...n[t(526)]()]),[]))}n[t(499)]=s}[Jc(430)](){const t=Jc,n=this[t(476)],r=n[t(406)],o=Wr(r,t(533)),i=new e.Collection([{type:t(519),model:new s.ViewModel({withText:!0,label:o,commandName:t(489),role:t(417)})},{type:t(402)},{type:t(502),model:new s.ViewModel({withText:!0,label:Wr(r,t(518)),commandName:t(473),role:t(465)})},{type:t(502),model:new s.ViewModel({withText:!0,label:Wr(r,t(485)),commandName:t(488),role:t(465)})},{type:t(502),model:new s.ViewModel({withText:!0,label:Wr(r,t(442)),commandName:t(522),role:t(465)})},{type:t(502),model:new s.ViewModel({withText:!0,label:Wr(r,t(509)),commandName:t(536),role:t(465)})}]);for(const e of i)if(tu(e)){const r=n[t(484)][t(481)](e[t(468)][t(423)]);e[t(468)][t(428)](t(454),t(516)).to(r,t(411),t(516))}n.ui[t(491)][t(439)](t(489),(e=>this[t(482)](e,i,o))),n.ui[t(491)][t(439)](t(475),(e=>this[t(419)](e,i,o)))}[Jc(482)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(476)][r(484)][r(481)](r(489));o[r(407)][r(446)]({tooltip:n,label:n,icon:Yc}),o[r(407)][r(428)](r(454)).to(i,r(411)),o[r(407)].on(r(532),(()=>{const t=r;i[t(532)](),this[t(476)][t(443)][t(458)][t(472)]()})),(0,s.addListToDropdown)(o,e,{role:r(493)});const a=[];for(const t of e)tu(t)&&a[r(405)](this[r(476)][r(484)][r(481)](t[r(468)][r(423)]));const c=o[r(407)];return c[r(408)][r(429)](r(516)),c[r(521)][r(429)](r(516)),c[r(408)][r(428)](r(516)).to(i,r(516)),c[r(521)][r(428)](r(516))[r(511)](a,r(516),((...t)=>t[r(455)]((t=>t)))),o.on(r(532),(t=>{const e=r;this[e(476)][e(532)](t[e(503)][e(423)]),this[e(476)][e(443)][e(458)][e(472)]()})),o}[Jc(419)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(476)][r(484)][r(481)](r(489));o[r(407)][r(446)]({label:n,icon:Yc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(402)==n[r(410)]){a[r(545)][r(439)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(468)];i[r(428)](...Object[r(462)](c)).to(c),i[r(467)](r(532)).to(o),i.on(r(532),(()=>{const t=r;this[t(476)][t(532)](c[t(423)]),this[t(476)][t(443)][t(458)][t(472)]()})),e[r(494)][r(439)](i),a[r(545)][r(439)](e)}return o[r(428)](r(516)).to(i,r(516)),o[r(490)][r(494)][r(439)](a),o}[Jc(542)](t){const e=Jc,n=this[e(476)],r=n[e(495)],s=n[e(498)][e(481)](e(535)),i=n[e(498)][e(481)](e(413)),a=n[e(498)][e(481)](e(440)),c=n[e(498)][e(481)](o.Users).me,u=r[e(481)](e(489))[e(478)],{CommentsListView:l,CommentThreadInputView:f}=n[e(498)][e(481)](e(416));let h,g;this[e(527)][e(453)](t.id)?(g=this[e(527)][e(481)](t.id),h=g[e(427)]):(h=new u(n[e(406)],t,c,{disableComments:this[e(414)],editorConfig:r[e(481)](e(487)),maxCommentsWhenCollapsed:r[e(481)](e(435)),maxThreadTotalWeight:r[e(481)](e(463)),maxCommentCharsWhenCollapsed:r[e(481)](e(436)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(481)](e(406))),CommentView:r[e(481)](e(412))[e(447)],CommentsListView:l,CommentThreadInputView:f}),h[e(525)].on(e(532),(()=>{const t=e;n[t(443)][t(458)][t(472)]()})),h[e(451)].on(e(532),(()=>{const t=e;n[t(443)][t(458)][t(472)]()})),g=s[e(479)](this[e(476)][e(406)],h),g[e(428)](e(461)).to(h,e(461)),g[e(428)](e(541)).to(h),g[e(428)](e(410)).to(h,e(410),(t=>e(433)+t)),this[e(527)][e(446)](t.id,g));const d=i[e(531)](t[e(501)],h),p=new Pc(n,t,h,d),m=t[e(444)]()[e(506)]((t=>t[e(513)]));h[e(530)]=n[e(498)][e(481)](e(445))[e(426)][e(477)](m),this[e(500)][e(446)](t,p),this[e(512)][e(446)](h,p);const E=s[e(434)]({view:g,target:()=>{const r=e,s=[],i=t[r(444)]()[r(506)]((t=>t[r(513)]));for(const t of i)s[r(405)](...t[r(523)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(443)],s)},type:()=>e(433)+p[e(458)][e(410)]});i[e(486)](h,E),s[e(439)](E),a[e(528)](E)}[Jc(418)](t){const e=Jc,n=this[e(476)][e(498)][e(481)](e(413)),r=this[e(476)][e(498)][e(481)](e(535)),s=this[e(500)][e(481)](t),o=s[e(458)],i=r[e(539)](o);n[e(544)](o),i&&r[e(474)](i),this[e(500)][e(404)](t),this[e(512)][e(404)](o),s[e(438)]()}[Jc(507)](t){const e=Jc;if(!t[e(513)]||!this[e(500)][e(453)](t))return;const n=this[e(476)][e(498)][e(481)](e(445)),r=this[e(500)][e(481)](t),s=t[e(444)]();r[e(458)][e(530)]=n[e(426)][e(477)](s)}[Jc(438)](){const t=Jc;for(const e of this[t(500)][t(462)]())this[t(418)](e);for(const e of this[t(527)][t(420)]())e[t(427)][t(438)]();super[t(438)]()}}function tu(t){return Jc(468)in t}var eu=ru;function nu(){var t=["22tAJrQX","94436exVvcp","plugins","addSuggestionData","pluginName","requires","19754PBsogM","528759ScplrQ","TrackChanges","getSuggestion","1312TkdZCn","get","6rJyGBK","editor","10387100fCCzrn","5710665nSLeHd","addSuggestion","Comments","11270420DCtVjB","12mmDdyU","adapter","42WyVplF","getSuggestions","36099DGbKLA"];return(nu=function(){return t})()}function ru(t,e){var n=nu();return(ru=function(t,e){return n[t-=398]})(t,e)}!function(t,e){for(var n=ru,r=t();;)try{if(913996===parseInt(n(411))/1*(-parseInt(n(405))/2)+-parseInt(n(402))/3*(-parseInt(n(406))/4)+-parseInt(n(420))/5*(parseInt(n(417))/6)+parseInt(n(399))/7+-parseInt(n(415))/8*(parseInt(n(404))/9)+parseInt(n(419))/10+parseInt(n(412))/11*(-parseInt(n(400))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(nu);class su extends t.Plugin{static get[eu(410)](){return[yc,$c,eu(398)]}static get[eu(409)](){return eu(413)}set[eu(401)](t){var e=eu;this[e(418)][e(407)][e(416)](yc)[e(401)]=t}get[eu(401)](){var t=eu;return this[t(418)][t(407)][t(416)](yc)[t(401)]}[eu(421)](t){var e=eu;return this[e(418)][e(407)][e(416)](yc)[e(408)](t)}[eu(403)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(418)][n(407)][n(416)](yc)[n(403)]({skipNotAttached:t,toJSON:e})}[eu(414)](t){var e=eu;return this[e(418)][e(407)][e(416)](yc)[e(414)](t)}}const ou=uu;function iu(){const t=["get","pluginName","2013695otzWYo","editorCreator","8771478BRMzOb","init","useAnonymousUser","18817469oELAIH","getUser","3vDKORe","function","name","TrackChangesEditing","addSuggestionData","requires","data","_adapter","end","div","29318IYEyGv","create","reduce","discardAllSuggestions","define","getFullData","set","getDataWithAcceptedSuggestions","document","execute","2826748OcXxWF","trackChangesData","954280vttLph","destroy","addCommentThread","984tzkbvz","53102TwBsTw","Pagination","createDocumentFragment","getSuggestions","getCommentThreads","map","constructor","addUser","push","track-changes-data-invalid-editor-creator","rootsAttributes","12FVvrEF","3byGfJM","getRootNames","result","Users","users","18PMeLRb","TrackChangesDataGetter","getRootsAttributes","TrackChangesData","CommentsRepository","createElement","model","acceptAllSuggestions","getDataWithDiscardedSuggestions","plugins","appendChild","config","editor","trackChangesData.editorCreator"];return(iu=function(){return t})()}!function(t,e){const n=uu,r=t();for(;;)try{if(731017===-parseInt(n(443))/1*(-parseInt(n(415))/2)+parseInt(n(405))/3*(-parseInt(n(425))/4)+parseInt(n(398))/5+-parseInt(n(400))/6+parseInt(n(431))/7*(parseInt(n(430))/8)+parseInt(n(382))/9*(-parseInt(n(427))/10)+parseInt(n(403))/11*(parseInt(n(442))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(432)];class cu extends t.Plugin{static get[ou(410)](){return[yc]}static get[ou(397)](){return ou(385)}[ou(401)](){const t=ou,n=this[t(394)];if(n[t(393)][t(419)](t(395),(e=>{const r=t,s=n[r(388)][r(423)][r(444)]()[r(417)](((t,e)=>(t[e]="",t)),{});return n[r(437)][r(416)](s,e)})),t(406)!=typeof n[t(393)][t(396)](t(426))[t(399)])throw new e.CKEditorError(t(440))}[ou(422)](t){return hu(this[ou(394)],!0,t)}[ou(390)](t){return hu(this[ou(394)],!1,t)}}function uu(t,e){const n=iu();return(uu=function(t,e){return n[t-=380]})(t,e)}class lu extends t.Plugin{static get[ou(397)](){return ou(383)}constructor(t){const e=ou;super(t),this[e(445)]=e(413)}[ou(401)](){const t=ou;this[t(394)][t(391)][t(396)](t(386))[t(412)]={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(394)][t(391)][t(396)](t(408))[t(412)]=null}}function fu(t){return void 0!==t[ou(384)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(391)][r(439)](yc,lu),s[r(441)]=fu(t)?t[r(384)]():void 0;const i=document[r(433)](),a=t[r(393)][r(396)](r(426))[r(399)],c=await a(s,(()=>function(t){const e=r,n=document[e(387)](e(414));return t[e(392)](n),n}(i)));!function(t,e){const n=r,s=t[n(388)][n(423)][n(444)]()[n(417)](((e,r)=>(e[r]=t[n(411)][n(396)]({rootName:r}),e)),{}),o=t[n(391)][n(396)](n(380))[n(381)][n(436)]((t=>({id:t.id,name:t[n(407)]}))),i=t[n(391)][n(396)](n(408))[n(434)]({skipNotAttached:!0,toJSON:!0}),a=t[n(391)][n(396)](n(386))[n(435)]({skipNotAttached:!0,toJSON:!0}),c=e[n(391)][n(396)](n(380)),u=e[n(391)][n(396)](n(408)),l=e[n(391)][n(396)](n(386));for(const t of o)c[n(404)](t.id)||c[n(438)](t);c.me||c[n(402)]();for(const t of i)u[n(409)](t);for(const t of a)l[n(429)](t);e[n(411)][n(421)](s)}(t,c),c[r(424)](r(e?389:418));const u=fu(c)?c[r(420)](n):c[r(411)][r(396)](n);return await c[r(428)](),u}function gu(){var t=["40ezukvm","2486088ZJacZs","682868VhzOsp","1185162gkyhmx","628872yskoan","1464582vmPJwH","5390161vIkDvf","25shwpgo","96624ytssqx"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=491]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(791111===parseInt(n(495))/1+parseInt(n(496))/2+-parseInt(n(492))/3+parseInt(n(497))/4+parseInt(n(491))/5*(-parseInt(n(498))/6)+-parseInt(n(499))/7+-parseInt(n(493))/8*(-parseInt(n(494))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|