@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240606.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- 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:()=>ru,TrackChangesData:()=>cu,TrackChangesEditing:()=>_c});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["1353233dyIpIi","clearForceDisabled","forceDisabled","_enableCommands","value","10336509tMmlMp","5YdJoet","refresh","32BXEBnZ","93vXRFZX","_isEnabledBasedOnSelection","has","5276760QKjLVY","821675fKyszr","isEnabled","_disableUnsupportedCommands","_enabledCommands","editor","4655016hkiSvM","commands","execute","11530mFjzrs","3506860rSTFTQ","affectsData","TrackChangesCommand"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(728719===-parseInt(n(355))/1+-parseInt(n(338))/2*(parseInt(n(351))/3)+parseInt(n(354))/4*(-parseInt(n(348))/5)+parseInt(n(335))/6+parseInt(n(342))/7*(parseInt(n(350))/8)+parseInt(n(347))/9+parseInt(n(339))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(333)]=e,this[n(346)]=!1,this[n(349)](),this[n(352)]=!1}[c(349)](){this[c(356)]=!0}[c(337)](){const t=c;this[t(346)]=!this[t(346)],this[t(346)]?this[t(332)]():this[t(345)]()}[c(332)](){const t=c;for(const e of this[t(334)][t(336)][t(336)]())e[t(340)]&&!this[t(333)][t(353)](e)&&e[t(344)](t(341))}[c(345)](){const t=c;for(const e of this[t(334)][t(336)][t(336)]())e[t(340)]&&!this[t(333)][t(353)](e)&&e[t(343)](t(341))}}function h(){const t=["267107eLYWmS","model","1188350jHQPur","getRanges","_isEnabledBasedOnSelection","258075wUkBbE","36UiXZsA","4MCukLP","373346YmtIST","execute","refresh","883990MlJHDk","8VvueDj","1197721KXEINk","isEnabled","plugins","acceptSuggestion","editor","TrackChangesEditing","1119810yHawEl","canEditAt","_suggestions","get","track-changes-accept-suggestion-not-found"];return(h=function(){return t})()}const g=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=292]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(137049===-parseInt(n(312))/1+parseInt(n(296))/2+parseInt(n(293))/3*(parseInt(n(295))/4)+-parseInt(n(314))/5+parseInt(n(307))/6+-parseInt(n(301))/7*(parseInt(n(300))/8)+-parseInt(n(294))/9*(-parseInt(n(299))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(h);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(309)]=e,this[n(298)](),this[n(292)]=!1}[g(298)](){this[g(302)]=!0}[g(297)](t){const n=g,r=this[n(309)][n(310)](t);if(!r)throw new e.CKEditorError(n(311),this);const s=r[n(315)]();this[n(305)][n(313)][n(308)](s)&&this[n(305)][n(303)][n(310)](n(306))[n(304)](r)}}function m(t,e){const n=E();return(m=function(t,e){return n[t-=149]})(t,e)}const I=m;function E(){const t=["plugins","model","_isEnabledBasedOnSelection","147TCrZrj","47836GvIgSt","editor","56VRzHIx","isEnabled","execute","229394DqnvMR","_suggestions","getRanges","canEditAt","1834030YMAYkF","track-changes-discard-suggestion-not-found","2031475nFVrWP","4275775hmuksH","143qdYMCU","get","discardSuggestion","444096qKOJKt","1dcWxlY","refresh","502692sFRDQO","TrackChangesEditing"];return(E=function(){return t})()}!function(t,e){const n=m,r=t();for(;;)try{if(404805===parseInt(n(158))/1*(-parseInt(n(171))/2)+parseInt(n(165))/3*(-parseInt(n(166))/4)+-parseInt(n(152))/5+parseInt(n(160))/6+-parseInt(n(153))/7+-parseInt(n(168))/8*(parseInt(n(157))/9)+parseInt(n(150))/10*(parseInt(n(154))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=m;super(t),this[n(172)]=e,this[n(159)](),this[n(164)]=!1}[I(159)](){this[I(169)]=!0}[I(170)](t){const n=I,r=this[n(172)][n(155)](t);if(!r)throw new e.CKEditorError(n(151),this);const s=r[n(173)]();this[n(167)][n(163)][n(149)](s)&&this[n(167)][n(162)][n(155)](n(161))[n(156)](r)}}function T(t){const e=y;return t[e(412)](((t,n)=>e(418)==t[e(420)]&&e(418)!=n[e(420)]?-1:e(418)!=t[e(420)]&&e(418)==n[e(420)]?1:0))}function _(){const t=["sort","color","49482SIycBw","next","createPositionAfter","isTouching","deletion","splice","type","map","add","595347KKFsjM","length","replace","join","createPositionAt","content","6702440ttxTJk","isArray"," [color ","isInContent","10458bBRlcl","2203852zMRvsH","createPositionBefore","createRange","push","from","value","isObject","getRanges","end","23YLDtUd","7ccwmIu","change","isIntersecting","start","isCollapsed","2206690QbOxgQ","execute","4017870OuyOwX","schema","isMultiRange"];return(_=function(){return t})()}function y(t,e){const n=_();return(y=function(t,e){return n[t-=398]})(t,e)}function A(t,e){const n=y;let r,s=0;const o=[],i=e[n(410)];for(;s<t[n(424)];){const a=t[s],c=t[s+1];r||(r=e[n(435)](a)),k(e,a,c)||(o[n(437)](e[n(436)](r,i[n(398)](a)?e[n(416)](a):e[n(427)](a,n(400)))),r=null),s++}return o}function k(t,e,n){const r=y;if(!n)return!1;const s=t[r(416)](e),o=t[r(435)](n);return s[r(417)](o)}!function(t,e){const n=y,r=t();for(;;)try{if(487485===-parseInt(n(401))/1*(-parseInt(n(414))/2)+parseInt(n(423))/3+parseInt(n(434))/4+-parseInt(n(407))/5+parseInt(n(433))/6+-parseInt(n(402))/7*(parseInt(n(429))/8)+parseInt(n(409))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_);function C(t,e,n){const r=y;for(;n[r(424)];){const s=n[r(419)](0,100);t[r(403)]((()=>{const t=r;for(const n of s)n[t(432)]&&e[t(408)](n.id)}))}}const L=S;function R(){const t=["73812tKjWTA","isEnabled","getRanges","710637ASjtpa","8579728wklCyR","_suggestions","205480tcfcDU","canEditAt","9cnCnGx","execute","isInContent","editor","20jcTJnB","model","1365189eXNGWS","165xrjvyF","values","from","9127900LXZeoV","17386325jOHnzL","_command","2ZGOezW","some","_isEnabledBasedOnSelection","refresh"];return(R=function(){return t})()}function S(t,e){const n=R();return(S=function(t,e){return n[t-=471]})(t,e)}!function(t,e){const n=S,r=t();for(;;)try{if(652923===-parseInt(n(482))/1*(-parseInt(n(472))/2)+parseInt(n(479))/3*(-parseInt(n(488))/4)+parseInt(n(491))/5*(parseInt(n(476))/6)+-parseInt(n(490))/7+parseInt(n(480))/8*(-parseInt(n(484))/9)+parseInt(n(494))/10+parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class N extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(471)]=e,this[r(481)]=n,this[r(475)](),this[r(474)]=!1}[L(475)](){const t=L,e=Array[t(493)](this[t(481)][t(492)]())[t(473)]((e=>e[t(486)]));this[t(477)]=this[t(471)][t(477)]&&e}[L(485)](){const t=L,e=T(Array[t(493)](this[t(481)][t(492)]()));for(const n of e){const e=n[t(478)]();if(!this[t(487)][t(489)][t(483)](e))return}C(this[t(487)][t(489)],this[t(471)],e)}}const v=M;function M(t,e){const n=O();return(M=function(t,e){return n[t-=449]})(t,e)}function O(){const t=["27xqKyhZ","258TVovmw","_suggestions","7895280NBLUJS","831524bCwaBB","getRanges","1323372ubkDTT","refresh","execute","size","_isEnabledBasedOnSelection","document","20gZXEfD","isEnabled","852612FFDXKt","_selectedSuggestions","editor","15953qXVSJE","2875052AdaZzi","model","2479520TIpmKo","_command","from","values","selection","canEditAt"];return(O=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(959279===parseInt(n(467))/1+-parseInt(n(455))/2+parseInt(n(451))/3+-parseInt(n(469))/4*(-parseInt(n(449))/5)+-parseInt(n(464))/6*(-parseInt(n(454))/7)+parseInt(n(457))/8*(-parseInt(n(463))/9)+parseInt(n(466))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(O);class w extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(458)]=e,this[r(465)]=n,this[r(452)]=new Set,this[r(470)](),this[r(473)]=!1}[v(470)](){const t=v,e=this[t(453)][t(456)][t(474)][t(461)],n=Array[t(459)](this[t(465)][t(460)]());this[t(452)]=function(t,e){const n=y,r=Array[n(438)](t[n(399)]()),s=new Set;for(const o of e)if(o[n(432)])for(const e of r)for(const r of o[n(399)]())(e[n(404)](r)||t[n(406)]&&!o[n(411)]&&o[n(415)]&&r[n(400)][n(417)](e[n(405)]))&&s[n(422)](o);return s}(e,n),this[t(450)]=this[t(458)][t(450)]&&!!this[t(452)][t(472)]}[v(471)](){const t=v,e=T(Array[t(459)](this[t(452)]));for(const n of e){const e=n[t(468)]();if(!this[t(453)][t(456)][t(462)](e))return}C(this[t(453)][t(456)],this[t(458)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const H=function(){this.__data__=new z,this.size=0};const K=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const W=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const Y=q||Z||Function("return this")();const J=Y.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=J?J.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=J?J.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Y["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Y,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Nt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Rt,wt.prototype.get=Nt,wt.prototype.has=Mt,wt.prototype.set=Ot;const Dt=wt;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||z),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Ht=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Kt(t){var e=this.__data__=new z(t);this.size=e.size}Kt.prototype.clear=H,Kt.prototype.delete=K,Kt.prototype.get=W,Kt.prototype.has=X,Kt.prototype.set=Ht;const Wt=Kt;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Yt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Yt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Jt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Y.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Se=function(t,e){return function(n){return t(e(n))}};const Ne=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Re(t))return Ne(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Qt(e,we(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return Oe(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Y.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const He=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const Ke=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const We=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Ye=Ze?function(t){return null==t?[]:(t=Object(t),We(Ze(t),(function(e){return qe.call(t,e)})))}:Xe;const Je=function(t,e){return Qt(t,Ye(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ye(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,we,Ye)};const sn=function(t){return nn(t,Be,tn)};const on=At(Y,"DataView");const an=At(Y,"Promise");const cn=At(Y,"Set");const un=At(Y,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Y.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Nn=J?J.prototype:void 0,vn=Nn?Nn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Kn="[object Object]",Wn={};Wn[zn]=Wn["[object Array]"]=Wn["[object ArrayBuffer]"]=Wn["[object DataView]"]=Wn["[object Boolean]"]=Wn["[object Date]"]=Wn["[object Float32Array]"]=Wn["[object Float64Array]"]=Wn["[object Int8Array]"]=Wn["[object Int16Array]"]=Wn["[object Int32Array]"]=Wn["[object Map]"]=Wn["[object Number]"]=Wn[Kn]=Wn["[object RegExp]"]=Wn["[object Set]"]=Wn["[object String]"]=Wn["[object Symbol]"]=Wn["[object Uint8Array]"]=Wn["[object Uint8ClampedArray]"]=Wn["[object Uint16Array]"]=Wn["[object Uint32Array]"]=!0,Wn["[object Error]"]=Wn[Hn]=Wn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return Ke(e,a)}else{var h=_n(e),g=h==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Kn||h==zn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Je(e,De(a,e))}else{if(!Wn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Wt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:we)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Yn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Jn.test(t)||!Yn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=J?J.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Jt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=J?J.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Sr="[object Array]",Nr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Rr?Nr:c)==Nr,f=(u=u==Rr?Nr:u)==Nr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Wt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Wt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Wt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=324]})(t,e)}function Vr(){const t=["substr","split","2618464eDBvJF","getContainedElement","decorate","addMarker","_markerNames","next","removeAttribute","creator","end","head","clear","push","removeMarkers","data","add","nodeAfter","2TyLHnY","size","accept","_model","getRange","getFirstRange","setAttribute","1160HrSjZq","set","onAccept","type","addRange","map","filter","isExternal","isIntersectingWithRange","89310uLLlng","@external","40557bNJgZD","_saved","5736iGoaiQ","_onAttributesChange","getAllAdjacentSuggestions","6bVHkmg","subType","getMarkers","_isDataLoaded","isMultiRange","getMultiRangeId","discard","isInContent","reduce","getRanges","removeMarker","toJSON","onDiscard","isIntersecting","author","40023OTYeMf","nodeBefore","getFirstMarker","_onDiscard","24dIXUfl","length","hasComments","_onAccept","markers","addMarkerName","from","previous","1390245ciCKES","getItems","suggestion:","getMarkerNames","authoredAt","2228541LULDBz","delete","createdAt","onAttributesChange","change","attributes","427194LztrHQ","commentThread","get","start"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(454152===-parseInt(n(327))/1+parseInt(n(349))/2*(-parseInt(n(399))/3)+parseInt(n(391))/4*(parseInt(n(365))/5)+-parseInt(n(372))/6*(-parseInt(n(404))/7)+-parseInt(n(333))/8+parseInt(n(387))/9*(-parseInt(n(356))/10)+parseInt(n(367))/11*(parseInt(n(369))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(375)]=!1,this.id=e.id,this[n(359)]=e[n(359)],this[n(373)]=e[n(373)]||null,this[n(386)]=e[n(386)],this[n(340)]=e[n(340)]||e[n(386)],this[n(363)]=Boolean(e[n(326)]&&e[n(326)][n(366)]),this[n(346)]=null,this[n(352)]=t,this[n(394)]=e[n(358)],this[n(390)]=e[n(384)],this[n(370)]=e[n(324)],this[n(337)]=new Set,this[n(406)]=null,this[n(357)](n(403),null),this[n(357)](n(326),e[n(326)]||{}),this[n(357)](n(398),null),this[n(357)](n(338),null),this[n(357)](n(328),null),this[n(357)](n(368),!1),this[n(335)](n(351)),this[n(335)](n(378))}get[jr(342)](){const t=jr;let e=this;for(;e[t(398)];)e=e[t(398)];return e}get[jr(393)](){const t=jr;return!!this[t(328)]&&this[t(328)][t(392)]>0}get[jr(376)](){const t=jr;return 0!=this[t(337)][t(350)]&&6==Array[t(397)](this[t(337)])[0][t(332)](":")[t(392)]}get[jr(379)](){return null!==this[jr(389)]()}[jr(396)](t){const e=jr;this[e(337)][e(347)](t)}[jr(402)](){const t=jr;return Array[t(397)](this[t(337)])}[jr(374)](){const t=jr;return this[t(402)]()[t(361)]((e=>this[t(352)][t(395)][t(329)](e)))[t(362)]((t=>t))}[jr(389)](){return this[jr(374)]()[0]||null}[jr(345)](){const t=jr;this[t(352)][t(325)]((e=>{const n=t;for(const t of this[n(374)]())e[n(382)](t)})),this[t(337)][t(343)]()}[jr(382)](t){const e=jr;this[e(352)][e(325)]((n=>{n[e(382)](t)})),this[e(337)][e(405)](t)}[jr(360)](t){const e=jr,n=e(401)+this[e(359)]+":"+this[e(373)]+":"+this.id+":"+this[e(340)].id+":"+zr[e(377)]();this[e(396)](n),this[e(352)][e(325)]((r=>{r[e(336)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(364)](t){const e=jr;for(const n of this[e(381)]())if(n[e(385)](t))return!0;return!1}[jr(381)](){const t=jr;return this[t(374)]()[t(361)]((e=>e[t(353)]()))}[jr(400)](){const t=jr;return this[t(381)]()[t(380)](((e,n)=>[...e,...n[t(400)]()]),[])}[jr(354)](){const t=jr;var e;return(null===(e=this[t(389)]())||void 0===e?void 0:e[t(353)]())||null}[jr(334)](){const t=jr,e=this[t(381)]();if(1!=e[t(392)])return null;const n=e[0],r=n[t(330)][t(348)],s=n[t(341)][t(388)];return r instanceof i.Element?r!=s?null:r:null}[jr(351)](){const t=jr;this[t(394)](this[t(381)](),this[t(346)],this[t(326)]),this[t(345)]()}[jr(378)](){const t=jr;this[t(390)](this[t(381)](),this[t(346)],this[t(326)]),this[t(345)]()}[jr(371)](){const t=jr,e=[];let n=this[t(342)];for(;n;)e[t(344)](n),n=n[t(338)];return e}[jr(355)](t,e){const n=jr,r=qn(this[n(326)]);hr(r,t,e),wr(r,this[n(326)])||(this[n(326)]=r,this[n(370)](r))}[jr(339)](t){const e=jr,n=qn(this[e(326)]);Ur(n,t),wr(n,this[e(326)])||(this[e(326)]=n,this[e(370)](this[e(326)]))}[jr(383)](){const t=jr;return{id:this.id,type:this[t(373)]?this[t(359)]+":"+this[t(373)]:this[t(359)],authorId:this[t(340)].id,createdAt:this[t(406)],hasComments:this[t(393)],data:this[t(346)],attributes:this[t(326)]}}static[jr(377)](){const t=jr;return(0,e.uid)()[t(331)](1,5)}}function Hr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Kr=Wr;function Wr(t,e){const n=Xr();return(Wr=function(t,e){return n[t-=376]})(t,e)}function Xr(){const t=["elementEnd","isObject","insertion","111816OctGcX","skip","*Change to:* %0","_itemLabels","ELEMENT_SPACE","*Insert:* %0","checkChild","_handleRenameSuggestionDescription","_handleInsertRemoveSuggestionDescription","addContainer","subType","nodeAfter","attribute","length","label","removeFormat","isEqual","_schema","9PIfqeZ","key","text","data","pop","1512494puXPUf","elementStart","match","getDescriptions","12059550KoDMtR","removeEmptyContainer","deletion","588RnJWiI","registerDescriptionCallback","quantity","get","getFirstRange","remove","normal","Container","has","end","_resolveDescriptionItems","_customCallbacks","removeObject","previousSibling","newValue","13006180vpUaZd","element","*Remove format:* %0","join","REPLACE_TEXT","getItemLabel","*Set format:* %0","start","set","getWalker","addObject","_locale","*Split:* %0","type","function","5BAofNW","_handleCustomCallbackDescription","nextSibling","*Remove:* %0","removeContainer","replace","isInContent","name","_itemLabelsCallbacks","addEmptyContainer","_attributeLabels","indexOf","registerElementLabel","$text","isEmpty","2971614pdshuS","_addDescriptionItems","Object","item","1276290pMoQYs","registerAttributeLabel","$1 $2","3PbuStE","add","*Merge:* %0","EmptyContainer","$textProxy","4596008pFSOYp","softBreak","matchingCallback","addFormat","push","format","map","_handleAttributeSuggestionDescription"];return(Xr=function(){return t})()}!function(t,e){const n=Wr,r=t();for(;;)try{if(876133===-parseInt(n(443))/1+parseInt(n(387))/2*(-parseInt(n(446))/3)+-parseInt(n(451))/4+parseInt(n(424))/5*(parseInt(n(439))/6)+-parseInt(n(394))/7*(-parseInt(n(462))/8)+-parseInt(n(382))/9*(-parseInt(n(391))/10)+parseInt(n(409))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Wr;this[n(405)]=[],this[n(465)]=new Map,this[n(432)]=[],this[n(434)]=new Map,this[n(381)]=t,this[n(420)]=e}[Kr(390)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(377)];o++){const i=t[o];if(!i[e(430)])continue;const a=this[e(425)](i);if(a){if(null!=i[e(472)]){if(r[e(402)](i[e(472)]))continue;r[e(447)](i[e(472)])}n[e(455)](a)}else if(e(376)!=i[e(422)])e(461)!=i[e(422)]&&e(393)!=i[e(422)]||this[e(470)](n,i,t[o+1]);else{const t=i[e(385)][e(383)];if(s[e(402)](t))continue;s[e(447)](i[e(385)][e(383)]),t==Tc?this[e(469)](n,i):this[e(458)](n,i)}}return this[e(404)](n)}[Kr(395)](t){const e=Kr;this[e(405)][e(455)](t)}[Kr(436)](t,n,r=e.priorities[Kr(400)]){const s=Kr;s(423)==typeof t?(0,e.insertToPriorityArray)(this[s(432)],{matchingCallback:t,label:n,priority:r}):this[s(465)][s(417)](t,n)}[Kr(444)](t,e){const n=Kr;this[n(434)][n(417)](t,e)}[Kr(414)](t,e=1){const n=Kr;let r;for(const e of this[n(432)])if(e[n(453)](t)){r=e[n(378)];break}return r||(r=this[n(465)][n(397)](t[n(431)])),r?r(e):1!==e?e+" "+t[n(431)]+"s":""+t[n(431)]}[Kr(440)](t,e){const n=Kr,r=e[n(398)]()[n(418)](),s=n(461)==e[n(422)]?n(447):n(399);for(const e of r){const o=e[n(442)],i=t[t[n(377)]-1];if(o.is(n(450)))i&&i[n(422)][n(435)](n(401))>-1&&t[n(386)](),i&&n(384)==i[n(422)]?i[s]+=o[n(385)]:t[n(455)]({type:n(384),add:n(447)==s?o[n(385)]:"",remove:n(399)==s?o[n(385)]:""});else if(this[n(381)][n(460)](o)){const a=o;if(i&&i[n(422)][n(435)](n(401))>-1&&t[n(386)](),n(459)==e[n(422)])continue;i&&i[n(422)]==s+n(441)&&i[n(410)][n(431)]==a[n(431)]?i[n(396)]++:t[n(455)]({type:s+n(441),element:a,quantity:1}),r[n(463)]((t=>!(n(459)==t[n(422)]&&t[n(442)]==o)))}else if(this[n(381)][n(468)](o,n(437))||o.is(n(410),n(452))){const r=o;if(n(447)==s&&n(388)==e[n(422)]||n(399)==s&&n(459)==e[n(422)])continue;if(i&&-1==i[n(422)][n(435)](n(401))){n(384)==i[n(422)]&&(i[s]+="\n");continue}let a;if(a=n(447)==s?r[n(426)]&&!this[n(381)][n(460)](r[n(426)])?r[n(426)]:null:r[n(407)]&&!this[n(381)][n(460)](r[n(407)])?r[n(407)]:null,r[n(438)]||a&&a[n(438)]){const e=a&&a[n(438)]?a:r;i&&i[n(422)]==s+n(449)&&i[n(410)][n(431)]==e[n(431)]?i[n(396)]++:t[n(455)]({type:s+n(449),element:e,quantity:1})}else t[n(455)]({type:s+n(401),element:r})}}}[Kr(404)](t){const e=Kr,n=this[e(420)],r=[],s=[],o=[];for(const i of t)switch(i[e(422)]){case e(384):if(i[e(447)]=i[e(447)][e(429)](/(\S)\u000A+(\S)/g,e(445))[e(429)](/\u000A/g,""),i[e(399)]=i[e(399)][e(429)](/(\S)\u000A+(\S)/g,e(445))[e(429)](/\u000A/g,""),""!=i[e(447)]&&""!=i[e(399)]){r[e(455)]({type:e(429),content:Hr(n,e(413),['"'+i[e(399)]+'"','"'+i[e(447)]+'"'])});continue}if(null!=i[e(447)][e(389)](/^ +$/)){r[e(455)]({type:e(461),content:Hr(n,e(467),Hr(n,e(466),i[e(447)][e(377)]))});continue}if(null!=i[e(399)][e(389)](/^ +$/)){r[e(455)]({type:e(393),content:Hr(n,e(427),Hr(n,e(466),i[e(399)][e(377)]))});continue}if(""!=i[e(447)]){r[e(455)]({type:e(461),content:Hr(n,e(467),'"'+i[e(447)]+'"')});continue}r[e(455)]({type:e(393),content:Hr(n,e(427),'"'+i[e(399)]+'"')});continue;case e(433):case e(419):r[e(455)]({type:e(461),content:Hr(n,e(467),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(392):case e(406):r[e(455)]({type:e(393),content:Hr(n,e(427),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(471):r[e(455)]({type:e(461),content:Hr(n,e(421),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(428):r[e(455)]({type:e(393),content:Hr(n,e(448),this[e(414)](i[e(410)],i[e(396)]))});continue;case e(454):s[e(455)](i[e(383)]);continue;case e(379):o[e(455)](i[e(383)]);continue;default:r[e(455)](i)}if(s[e(377)]){const t=s[e(457)]((t=>this[e(434)][e(402)](t)?this[e(434)][e(397)](t):t))[e(412)](", ");r[e(455)]({type:e(456),content:Hr(this[e(420)],e(415),t)})}if(o[e(377)]){const t=o[e(457)]((t=>this[e(434)][e(402)](t)?this[e(434)][e(397)](t):t))[e(412)](", ");r[e(455)]({type:e(456),content:Hr(this[e(420)],e(411),t)})}return r}[Kr(425)](t){const e=Kr;for(const n of this[e(405)]){const r=n(t);if(r&&e(422)in r)return r}}[Kr(458)](t,e){const n=Kr,r=e[n(385)],s=void 0===r[n(408)]?n(379):n(454);t[n(455)]({type:s,key:r[n(383)]})}[Kr(469)](t,e){const n=Kr;t[n(455)]({type:n(456),content:Hr(this[n(420)],n(464),this[n(414)](e[n(398)]()[n(416)][n(473)],1))})}[Kr(470)](t,e,n){const r=Kr;if(this[r(440)](t,e),n&&n[r(398)]()&&!e[r(398)]()[r(403)][r(380)](n[r(398)]()[r(416)])){const n=t[t[r(377)]-1],s=r(461)==e[r(422)]?r(447):r(399);n&&r(384)==n[r(422)]&&(n[s]+="\n")}}}const Zr=Jr;function Yr(){const t=["get","2722202RcTGxt","24pkVgaE","7433790fHgvhV","afterInit","plugins","3280BhvKHL","9qadvBG","121bbtoJJ","3903255NyUNBq","commands","editor","showAIAssistant","3692530mHCZXP","450549XEaQUF","TrackChangesEditing","906812XuTyZa","enableCommand","7468DNAOKQ"];return(Yr=function(){return t})()}function Jr(t,e){const n=Yr();return(Jr=function(t,e){return n[t-=328]})(t,e)}!function(t,e){const n=Jr,r=t();for(;;)try{if(699498===-parseInt(n(329))/1+-parseInt(n(331))/2*(parseInt(n(341))/3)+-parseInt(n(333))/4*(parseInt(n(340))/5)+-parseInt(n(337))/6+-parseInt(n(335))/7+parseInt(n(336))/8*(parseInt(n(343))/9)+parseInt(n(328))/10*(parseInt(n(342))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yr);class Qr extends t.Plugin{[Zr(338)](){const t=Zr,e=this[t(345)],n=e[t(339)][t(334)](t(330));e[t(344)][t(334)](t(346))&&n[t(332)](t(346))}}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=271]})(t,e)}function es(){const t=["afterInit","descriptionFactory","center","_registerLegacyDescription","registerBlockAttribute","1620033FToONz","3951945eOgDPI","FORMAT_JUSTIFY_TEXT","plugins","474938deuexQ","FORMAT_ALIGN_TO_CENTER","editor","has","registerDescriptionCallback","get","1182pXGepK","FORMAT_ALIGN_TO_LEFT","3865hSoVwb","TrackChangesEditing","commandName","FORMAT_ALIGN_TO_RIGHT","format","964341XnrHvK","registerAttributeLabel","67448jhWSbB","justify","right","commandParams","left","alignment","1825420cwPvQu","formatBlock","FORMAT_ALIGNMENT","enableDefaultAttributesIntegration","*Format:* %0","type","locale","AlignmentEditing","value","1aOGbpp"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(279205===parseInt(n(307))/1*(-parseInt(n(277))/2)+parseInt(n(273))/3+-parseInt(n(298))/4+parseInt(n(285))/5*(-parseInt(n(283))/6)+parseInt(n(290))/7+parseInt(n(292))/8+parseInt(n(274))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(308)](){const t=$r,e=this[t(279)],n=e[t(304)];if(!e[t(276)][t(280)](t(305)))return;const r=e[t(276)][t(282)](t(286));r[t(301)](t(297)),r[t(272)](t(297)),r[t(309)][t(291)](t(297),Hr(n,t(300))),this[t(271)]()}[$r(271)](){const t=$r,e=this[t(279)],n=e[t(304)];e[t(276)][t(282)](t(286))[t(309)][t(281)]((e=>{const r=t;if(r(299)!=e[r(303)])return;const{data:s}=e;if(s&&r(297)==s[r(287)]){const t=s[r(295)][0][r(306)];return{type:r(289),content:Hr(n,r(302),function(t){const e=r;switch(t){case e(296):return Hr(n,e(284));case e(294):return Hr(n,e(288));case e(310):return Hr(n,e(278));case e(293):return Hr(n,e(275))}}(t))}}}))}}function rs(){const t=["commandName","bold","CodeEditing","FORMAT_STRIKETHROUGH","underline","slice","afterInit","4899699OVukjz","get","28686zKNxfe","FORMAT_SUBSCRIPT","_registerLegacyDescription","FORMAT_BOLD","descriptionFactory","FORMAT_ITALIC","441945JmcLVr","StrikethroughEditing","FORMAT_UNDERLINE","has","2261577mLdiVv","locale","UnderlineEditing","FORMAT_SUPERSCRIPT","TrackChangesEditing","enableDefaultAttributesIntegration","plugins","formatInline","registerInlineAttribute","editor","registerAttributeLabel","registerDescriptionCallback","ItalicEditing","forceValue","721ZsgjlV","SuperscriptEditing","*Remove format:* %0","2620688EGGlWU","249928HytuUQ","800674yqBQHP","strikethrough","code","SubscriptEditing","superscript","format","italic","subscript","*Format:* %0","FORMAT_","BoldEditing","28IqYRKf","FORMAT_CODE","type","toLowerCase","toUpperCase","commandParams"];return(rs=function(){return t})()}function ss(t,e){const n=rs();return(ss=function(t,e){return n[t-=459]})(t,e)}const os=ss;!function(t,e){const n=ss,r=t();for(;;)try{if(423723===parseInt(n(491))/1+-parseInt(n(492))/2+-parseInt(n(473))/3+parseInt(n(503))/4*(parseInt(n(469))/5)+-parseInt(n(463))/6*(-parseInt(n(487))/7)+-parseInt(n(490))/8+parseInt(n(461))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(rs);const is=[os(502),os(485),os(475),os(511),os(470),os(495),os(488)];class as extends t.Plugin{[os(460)](){const t=os,e=this[t(482)],n=e[t(479)][t(462)](t(477)),r=e[t(474)];for(const s of is){if(!e[t(479)][t(472)](s))continue;const o=s[t(459)](0,-7)[t(506)](),i=t(501)+o[t(507)]();n[t(478)](o),n[t(481)](o),n[t(467)][t(483)](o,Hr(r,i))}this[t(465)]()}[os(465)](){const t=os,e=this[t(482)],n=e[t(474)],r=e[t(479)][t(462)](t(477));function s(e,s){const o=t;r[o(467)][o(484)]((t=>{const r=o;if(r(480)!=t[r(505)])return;const{data:i}=t;return i&&i[r(509)]===e?i[r(508)][0][r(486)]?{type:r(497),content:Hr(n,r(500),s)}:{type:r(497),content:Hr(n,r(489),s)}:void 0}))}s(t(510),Hr(n,t(466))),s(t(498),Hr(n,t(468))),s(t(513),Hr(n,t(471))),s(t(494),Hr(n,t(504))),s(t(493),Hr(n,t(512))),s(t(499),Hr(n,t(464))),s(t(496),Hr(n,t(476)))}}function cs(t,e){const n=ls();return(cs=function(t,e){return n[t-=167]})(t,e)}const us=cs;function ls(){const t=["$root","format","blockQuote","plugins","5DXDppF","2377740keCpcv","descriptionFactory","selection","26xCKluG","parent","TrackChangesEditing","3849FFRgfm","document","registerDescriptionCallback","32DsovyQ","207109eJIWLP","BlockQuoteEditing","value","locale","40bGZPgZ","*Set format:* %0","431397qRADaz","editor","882964IFehxd","*Remove format:* %0","commands","from","markBlockFormat","ELEMENT_BLOCK_QUOTE","commandName","commandParams","name","getSelectedBlocks","540153BebmIh","9436922LEXnfB","model","has","checkChild","filter","forceValue","schema","change","enableCommand","afterInit","get"];return(ls=function(){return t})()}!function(t,e){const n=cs,r=t();for(;;)try{if(295567===parseInt(n(185))/1+parseInt(n(172))/2*(-parseInt(n(175))/3)+-parseInt(n(187))/4*(-parseInt(n(168))/5)+parseInt(n(169))/6+-parseInt(n(179))/7*(parseInt(n(178))/8)+-parseInt(n(197))/9*(-parseInt(n(183))/10)+-parseInt(n(198))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[us(207)](){const t=us,e=this[t(186)],n=e[t(182)];if(!e[t(167)][t(200)](t(180)))return;const r=e[t(167)][t(208)](t(174)),s=this[t(186)][t(189)][t(208)](t(211));r[t(206)](t(211),((n,o={})=>{const i=t,a=this[i(186)][i(199)][i(176)][i(171)],c=o&&void 0!==o[i(203)]?o[i(203)]:!s[i(181)];let u=[];if(c){const t=Array[i(190)](a[i(196)]())[i(202)]((t=>hs(t)||function(t,e){const n=i,r=e[n(201)](t[n(173)],n(211)),s=e[n(201)]([n(209),n(211)],t);return r&&s}(t,this[i(186)][i(199)][i(204)])));u=A(t,e[i(199)])}else{const t=Array[i(190)](a[i(196)]())[i(202)]((t=>hs(t)));u=A(t,e[i(199)])}e[i(199)][i(205)]((()=>{const t=i;for(const e of u)r[t(191)](e,{commandName:t(211),commandParams:[{forceValue:c}]})}))})),r[t(170)][t(177)]((e=>{const r=t,{data:s}=e;if(s&&r(211)==s[r(193)]){const t=Hr(n,r(192));return s[r(194)][0][r(203)]?{type:r(210),content:Hr(n,r(184),t)}:{type:r(210),content:Hr(n,r(188),t)}}}))}}function hs(t){const e=us;return e(211)==t[e(173)][e(195)]}const gs=ds;function ds(t,e){const n=ps();return(ds=function(t,e){return n[t-=423]})(t,e)}function ps(){const t=["enableCommand","afterInit","1729744yKGKQT","27ubCkwY","35996FrIGBu","63SZTvQP","get","changeCaseLower","editor","1ueDTeN","has","7MFWOha","1091470xzErOx","1798130RVbTqJ","161068JRzfSL","CaseChange","changeCaseUpper","TrackChangesEditing","changeCaseTitle","22271513ZFMSVK","968532CJcZKx","plugins"];return(ps=function(){return t})()}!function(t,e){const n=ds,r=t();for(;;)try{if(528807===parseInt(n(431))/1*(-parseInt(n(426))/2)+-parseInt(n(427))/3*(parseInt(n(436))/4)+-parseInt(n(435))/5+-parseInt(n(442))/6+parseInt(n(433))/7*(parseInt(n(424))/8)+-parseInt(n(425))/9*(parseInt(n(434))/10)+parseInt(n(441))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[gs(423)](){const t=gs,e=this[t(430)];e[t(443)][t(432)](t(437))&&(e[t(443)][t(428)](t(439))[t(444)](t(438)),e[t(443)][t(428)](t(439))[t(444)](t(429)),e[t(443)][t(428)](t(439))[t(444)](t(440)))}}const Is=bs;function Es(){const t=["editor","129389soPDgU","plugins","afterInit","6074190yHZftq","10553013ABxZwU","14709HrifcS","20ZkvhEi","ckbox","commands","3538576lbUhZS","1054046cglCqe","get","42cvmDRC","222rBleXk","1236395OtPHkP","enableCommand","TrackChangesEditing"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=357]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(740461===parseInt(n(368))/1+parseInt(n(363))/2*(-parseInt(n(373))/3)+-parseInt(n(374))/4*(parseInt(n(364))/5)+parseInt(n(362))/6*(parseInt(n(360))/7)+-parseInt(n(359))/8+parseInt(n(372))/9+parseInt(n(371))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(370)](){const t=Is,e=this[t(367)];e[t(358)][t(361)](t(357))&&e[t(369)][t(361)](t(366))[t(365)](t(357))}}function _s(t,e){const n=As();return(_s=function(t,e){return n[t-=339]})(t,e)}const ys=_s;function As(){const t=["commands","languages","change","1196850vdVATz","selection","name","config","parent","rootElement","isLimit","TrackChangesEditing","plugins","18852FLQRDT","*Set format:* %0","from","formatBlock","filter","language","48849iQbgYk","model","locale","has","markBlockFormat","find","indentCodeBlock","toLowerCase","schema","format","outdentCodeBlock","get","getSelectedBlocks","descriptionFactory","codeBlock","198HEsvBM","14AWPARt","checkChild","enableCommand","59140YgstPz","3586616YOjpgR","60dsPGun","commandParams","label","ELEMENT_CODE_BLOCK","21694zSlRFn","type","afterInit","777vqwZLc","registerDescriptionCallback","editor","commandName","4368663RBfRrh","value","document","blockName","registerElementLabel","*Remove format:* %0","forceValue","CodeBlock"];return(As=function(){return t})()}!function(t,e){const n=_s,r=t();for(;;)try{if(335561===-parseInt(n(396))/1*(parseInt(n(347))/2)+parseInt(n(380))/3*(-parseInt(n(343))/4)+parseInt(n(365))/5+parseInt(n(374))/6*(parseInt(n(350))/7)+-parseInt(n(342))/8+parseInt(n(354))/9+-parseInt(n(341))/10*(-parseInt(n(395))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class ks extends t.Plugin{[ys(349)](){const t=ys,e=this[t(352)];if(!e[t(373)][t(383)](t(361)))return;const n=e[t(373)][t(391)](t(372)),r=e[t(382)],s=e[t(368)][t(391)](t(394))[t(363)],o=e[t(362)][t(391)](t(394));n[t(340)](t(386)),n[t(340)](t(390)),n[t(340)](t(394),((r,i={})=>{const a=t,c=e[a(381)],u=e[a(381)][a(356)][a(366)],l=i&&void 0!==i[a(360)]?i[a(360)]:!o[a(355)];let f;i[a(379)]||(i[a(379)]=s[0][a(379)]),f=l?Array[a(376)](u[a(392)]())[a(378)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(370))&&!e[n(371)](t)&&e[n(339)](t[n(369)],n(394))}(t,c[a(388)]))):Array[a(376)](u[a(392)]())[a(378)]((t=>Cs(t)));const h=A(f,c);c[a(364)]((()=>{const t=a;for(const e of h)n[t(384)](e,{commandName:t(394),commandParams:[{...i,forceValue:l}],formatGroupId:t(357)})}))})),n[t(393)][t(358)](t(394),(e=>Hr(r,t(346),e))),n[t(393)][t(351)]((e=>{const n=t;if(n(377)!=e[n(348)])return;const o=r.t,{data:i}=e;if(!i||n(394)!=i[n(353)])return;const a=i[n(344)][0][n(379)],c=o(s[n(385)]((t=>t[n(379)]===a))[n(345)])[n(387)]();return i[n(344)][0][n(360)]?{type:n(389),content:Hr(r,n(375),Hr(r,n(346),1)+" ("+c+")")}:{type:n(389),content:Hr(r,n(359),Hr(r,n(346),1))}}))}}function Cs(t){const e=ys;return e(394)==t[e(367)]}function Ls(){const t=["2LpcEvT","31532pqLwLd","addCommentThread","1482936gocRaE","TrackChangesEditing","CommentsEditing","has","3118451ZrTliS","3202650YWvGMp","plugins","344kOIOsi","68751JGPijl","afterInit","65KLMJOb","get","283054oJzdEu","147870YnJtYj","editor","enableCommand"];return(Ls=function(){return t})()}function Rs(t,e){const n=Ls();return(Rs=function(t,e){return n[t-=208]})(t,e)}const Ss=Rs;!function(t,e){const n=Rs,r=t();for(;;)try{if(228274===parseInt(n(225))/1*(parseInt(n(221))/2)+parseInt(n(222))/3+-parseInt(n(226))/4*(-parseInt(n(219))/5)+parseInt(n(209))/6+-parseInt(n(213))/7+parseInt(n(216))/8*(-parseInt(n(217))/9)+parseInt(n(214))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ns extends t.Plugin{[Ss(218)](){const t=Ss,e=this[t(223)];e[t(215)][t(212)](t(211))&&e[t(215)][t(220)](t(210))[t(224)](t(208))}}var vs=n(834);function Ms(){const t=["includes","activeMarkers","schema","24HLqpjD","isLimit","parent","ck-suggestion-marker--active","bindElementToMarker","nextSibling","createUIElement","4450iouaMB","getItems","34954jKUECY","toViewElement","getCustomProperty","markerRange","5aOSbdE","name","plugins","addClass","get","792216FTZffl","284289zmMRtj","insert","type","elementEnd","isContent","27FTpFdK","1935jLbRDF","item","previousPosition","span","ck-suggestion-marker-","start","TrackChangesEditing","isBlock","mapper","249416bfucxD","consumable","4857204rhsocJ","push","isAtEnd","addHighlight","hasAttribute","test","createRangeOn","writer","getWalker","model","483343ViCoKu","toViewPosition","markerName"];return(Ms=function(){return t})()}function Os(t,e){const n=Ms();return(Os=function(t,e){return n[t-=390]})(t,e)}function ws(t,e,n){const r=Os,s=[];for(const o of e[r(428)]())o[r(408)](t)&&s[r(405)](n[r(410)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(435)][r(437)](r(399));return(o,i,a)=>{const c=r;if(!a[c(403)][c(409)](i[c(432)],o[c(434)]))return;const u=i[c(432)][c(412)](),l=i[c(432)][c(398)],f=t[c(413)][c(419)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(394)];d=d||f[c(391)](e);const n=a[c(401)][c(430)](e);if(n&&n[c(431)](c(407)))return;c(390)==t[c(441)]&&f[c(400)](e)&&!f[c(421)](e)&&(e[c(425)]||l[c(406)]?h&&h[c(422)]==e||(h=e,m(t[c(395)]),p=!0):g=g||t[c(395)])}function m(t){const r=c,o=a[r(411)][r(426)](r(396),{class:r(397)+e}),u=a[r(401)][r(415)](t);n&&s[r(418)][r(417)](i[r(416)])&&a[r(411)][r(436)](r(423),o),a[r(411)][r(440)](u,o),a[r(401)][r(424)](o,i[r(416)])}d||p||!g||m(g)}}!function(t,e){const n=Os,r=t();for(;;)try{if(158808===parseInt(n(439))/1+-parseInt(n(429))/2*(parseInt(n(392))/3)+-parseInt(n(438))/4*(parseInt(n(433))/5)+-parseInt(n(420))/6*(parseInt(n(414))/7)+-parseInt(n(402))/8+-parseInt(n(393))/9*(-parseInt(n(427))/10)+parseInt(n(404))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Fs=xs;function Ps(){const t=["data","showSuggestionHighlights","setSelection","buffer","end","high","detach","commands","TrackChangesEditing","fromRange","6997438KYUdot","addMarker:suggestion:deletion","lock","delete","rootName","modifySelection","1519227LdenSj","656816abojZo","unlock","deleteForward","markerNameToElements","17550PqzbFe","options","writer","unit","downcastDispatcher","root","editor","enqueueChange","batch","isCollapsed","5270504OqxwIo","selection","6950AKvvMT","model","document","$graveyard","8XILrgy","merge","get","plugins","removeMarker:suggestion:deletion","markerName","createSelection","forward","editing","createRange","enableCommand","remove","6vPEALG","bind","360302IClEQP","mapper","start","3086135OxoOTp","unbindElementFromMarkerName","getFirstRange","requires","uiElement","init"];return(Ps=function(){return t})()}function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=115]})(t,e)}!function(t,e){const n=xs,r=t();for(;;)try{if(546685===-parseInt(n(131))/1+-parseInt(n(165))/2+parseInt(n(130))/3*(-parseInt(n(151))/4)+-parseInt(n(168))/5+parseInt(n(163))/6*(parseInt(n(124))/7)+parseInt(n(145))/8+parseInt(n(135))/9*(parseInt(n(147))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Fs(171)](){return[vs.Delete]}[Fs(173)](){const t=Fs,e=this[t(141)],n=e[t(154)][t(153)](t(122));n[t(161)](t(127));const r=e[t(121)][t(153)](t(133));n[t(161)](t(133),((n,s={})=>{const o=t,a=e[o(148)][o(157)](e[o(148)][o(149)][o(146)]);a[o(144)]&&e[o(148)][o(129)](a,{direction:o(158),unit:s[o(138)]});const c=a[o(170)](),u=i.LiveRange[o(123)](c);let l;n(s),l=o(150)==u[o(140)][o(128)]?e[o(148)][o(160)](c[o(167)]):e[o(148)][o(160)](u[o(167)],u[o(118)]),u[o(120)](),e[o(148)][o(142)](r[o(117)][o(143)],(t=>{const e=o;r[e(117)][e(126)](),t[e(116)](t[e(160)](l[e(118)])),r[e(117)][e(132)]()}))})),e[t(159)][t(139)].on(t(125),Ds(e,t(152)),{priority:t(119)}),e[t(174)][t(139)].on(t(125),((n,r,s)=>{const o=t;s[o(136)][o(115)]&&Ds(e,o(152),{showActiveMarker:!1})[o(164)](this)(n,r,s)}),{priority:t(119)}),e[t(159)][t(139)].on(t(155),((e,n,r)=>{const s=t,o=r[s(166)][s(134)](n[s(156)]);if(o)for(const t of o)t.is(s(172))&&(r[s(166)][s(169)](t,n[s(156)]),r[s(137)][s(162)](t))}),{priority:t(119)})}}const Us=Gs;function js(){const t=["fromRange","indentList","get","has","list.multiBlock","numberedList","toUpperCase","attributeKey","8KQqsNH","registerDescriptionCallback","includes","groupId","ELEMENT_NUMBERED_LIST","assureChains","commands","listStart","getFirstMarker","1090YMiGCG","*Set format:* %0","descriptionFactory","locale","6232nogYzf","commandParams","_findSuggestions","registerAttributeLabel","accept","enableDefaultAttributesIntegration","listMarker","todo","execute","listReversed","getChanges","*Merge:* list item","splitListItemBefore","listMarkerStyle","isLocal","_supportLegacySuggestions","listItemId","documentList","12ENitXM","value","_suggestionFactory","oldValue","filter","suggestion","detach","schema","type","*Split:* list item","getAttribute","*Check item*","nextSibling","*Merge:* %0","*Outdent:* %0","multipleBlocks","isUndo","*Format:* remove from %0","isNextTo","length","previousSibling","numbered","every","registerCustomCallback","listType","attributes","attribute","model","ELEMENT_BULLETED_LIST","mergeListItemForward","1071WeSquI","listItemIdFixer","batch","_getAttributeKey","4285sQlhQH","commandName","document","head","splitListItemAfter","*Indent:* %0","FORMAT_INDENT","editor","_LIST","format","plugins","mergeListItemBackward","listIndent","getFirstRange","*Format:* insert into %0","ELEMENT_LIST_ITEM","noTrackChangesFixer","map","removeMarker","change","from","push","createRange","setSelection","isObject","forceValue","trackChangesCommand","find","registerBlockAttribute","5714064KindsS","setAttribute","meta","createPositionAt","parent","ELEMENT_","customBulletedList","afterInit","*Remove format:* %0","default","containsItem","differ","config","customNumberedList","registerElementLabel","registerPostFixer","3553470ykwnWl","bulleted","todoListCheck","_registerLegacyDescription","start","listStyle","outdentList","19404627tStYJA","TrackChangesEditing","newValue","663oOtCzm","getRanges","checkTodoList","data","903492bTbrpJ","getSuggestions","formatBlock","4926OMMlMP","next","todoListChecked","key","bulletedList","ListEditing","deletion","range","TodoListEditing","nodeAfter","selection","refresh","ELEMENT_TODO_LIST","*Change to:* %0","todoList","end","*Uncheck item*"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=437]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(430397===parseInt(n(581))/1*(-parseInt(n(470))/2)+parseInt(n(585))/3*(parseInt(n(461))/4)+parseInt(n(526))/5*(-parseInt(n(588))/6)+parseInt(n(522))/7*(parseInt(n(474))/8)+-parseInt(n(555))/9+-parseInt(n(571))/10+parseInt(n(578))/11*(parseInt(n(492))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(562)](){const t=Us,e=this[t(533)];if(!e[t(536)][t(456)](t(441)))return;const n=e[t(473)],r=e[t(536)][t(455)](t(579)),s=e[t(536)][t(456)](t(444)),o=!!e[t(567)][t(455)](t(457));function i(e){const r=t;return{type:r(535),content:""+Hr(n,r(471),e)}}function a(e){const r=t;return{type:r(535),content:""+Hr(n,r(563),e)}}r[t(479)](t(458)),r[t(479)](t(440)),r[t(479)](t(568)),r[t(479)](t(561)),r[t(479)](t(454)),r[t(479)](t(577)),r[t(479)](t(530)),r[t(479)](t(486)),r[t(554)](t(490)),r[t(554)](t(516)),r[t(554)](t(538)),o&&(r[t(479)](t(537)),r[t(479)](t(521))),s&&(r[t(479)](t(450)),r[t(479)](t(583)),r[t(554)](t(438)),r[t(472)][t(462)]((e=>{const r=t,{data:s}=e;if(s&&r(438)==s[r(439)])return{type:r(535),content:s[r(580)]?Hr(n,r(503)):Hr(n,r(452))}})),this[t(533)][t(519)][t(528)][t(570)]((e=>{const n=t;if(e[n(524)][n(508)])return!1;let s=!1;const o=r[n(586)]({skipNotAttached:!0})[n(496)]((t=>n(438)===r[n(525)](t)));for(const t of o)n(481)!=t[n(539)]()[n(575)][n(445)][n(502)](n(516))&&(r[n(476)](t[n(539)](),n(518))[n(553)]((t=>n(516)===r[n(525)](t[n(497)])))||(e[n(544)](t[n(469)]()),s=!0));return s}))),r[t(472)][t(477)](t(538),Hr(n,t(532)));const c={type:t(535),content:""};r[t(472)][t(462)]((e=>{const r=t,{data:s}=e;if(!s||r(516)!=s[r(439)])return;let u=e[r(529)];for(;u;){if(u[r(584)]&&((r(576)==u[r(584)][r(439)]||r(487)==u[r(584)][r(439)])&&(u[r(584)][r(580)]&&r(564)!=u[r(584)][r(580)]||r(564)!=u[r(584)][r(495)]&&!s[r(580)])||!o&&u[r(584)][r(439)]==Tc))return c;u=u[r(437)]}if(null==s[r(580)])switch(s[r(495)]){case r(572):return a(Hr(n,r(520)));case r(513):return a(Hr(n,r(465)));case r(481):return a(Hr(n,r(448)))}switch(s[r(580)]){case r(572):return i(Hr(n,r(520)));case r(513):return i(Hr(n,r(465)));case r(481):return i(Hr(n,r(448)))}})),r[t(472)][t(462)]((e=>{const n=t,{data:r}=e;if(r&&n(538)==r[n(439)])return null==r[n(580)]||null==r[n(495)]&&0==r[n(580)]?c:void 0})),r[t(472)][t(462)]((e=>{const r=t;if(r(518)!=e[r(500)])return;const{data:s}=e;if(!s||r(490)!=s[r(439)])return;const o=zs(e);return r(580)==o?{type:r(535),content:Hr(n,r(485))}:r(495)==o?{type:r(535),content:Hr(n,r(501))}:c})),e[t(519)][t(528)][t(570)]((e=>this[t(523)](e))),e[t(519)][t(528)][t(570)]((e=>this[t(542)](e))),e[t(519)][t(528)][t(570)]((e=>this[t(466)](e))),this[t(489)]()}[Us(523)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;let n=!1;const r=this[e(533)][e(536)][e(455)](e(579))[e(586)]({skipNotAttached:!0})[e(496)]((t=>t[e(584)]&&e(490)==t[e(584)][e(439)]))[e(496)]((t=>t[e(584)][e(580)]&&t[e(584)][e(495)]));for(const s of r)zs(s)||(t[e(544)](s[e(469)]()),n=!0);return n}[Us(542)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;const n=this[e(533)][e(536)][e(455)](e(579));if(n[e(552)][e(493)])return!1;let r=!1;const s=[e(516),e(490),e(538),e(576),e(468),e(483),e(573),e(480),e(487)],o=this[e(533)][e(519)][e(528)][e(566)][e(484)]()[e(496)]((t=>e(518)==t[e(500)]))[e(496)]((t=>s[e(463)](t[e(460)])));if(0==o[e(511)])return r;for(const i of o){const o=n[e(476)](i[e(443)],e(518))[e(496)]((t=>!t[e(557)][e(510)]))[e(543)]((t=>t[e(497)]))[e(496)]((t=>{const r=e,o=n[r(525)](t);return s[r(463)](o)}));if(o[e(511)]){for(const n of o)t[e(544)](n[e(469)]());r=!0}}return r}[Us(466)](t){const e=Us;if(t[e(524)][e(508)]||!t[e(524)][e(488)])return!1;const n=this[e(533)][e(536)][e(455)](e(579));let r=!1;const s=[e(516),e(490),e(538),e(576),e(468),e(483),e(573),e(480),e(487)];for(const t of n[e(586)]({skipNotAttached:!0})){const o=n[e(476)](t[e(539)](),e(518))[e(543)]((t=>t[e(497)]))[e(496)]((t=>t[e(584)]&&s[e(463)](t[e(584)][e(439)])));if(!o[e(511)])continue;const a=o[0][e(529)][e(517)][e(464)];if(!o[e(514)]((t=>t[e(517)][e(464)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(586)]({skipNotAttached:!0})[s(496)]((e=>s(518)==e[s(500)]&&e[s(517)][s(464)]==t)))e[s(556)](s(464),r)}function i(t,n){const r=e;let s=t[r(529)],i=!1;for(;s;)s[r(517)][r(464)]!=n&&(o(s[r(517)][r(464)],n),s[r(556)](r(464),n),i=!0),s=s[r(437)];return i}}[Us(489)](){const t=Us,e=this[t(533)],n=e[t(473)],r=e[t(536)][t(455)](t(579));this[t(574)](),r[t(494)][t(515)](t(587),t(491),t(478),(function(n,r){const s=t,o=[];for(let t of n)t[s(575)][s(445)]===t[s(451)][s(559)]&&(t=e[s(519)][s(548)](e[s(519)][s(558)](t[s(575)][s(445)],0))),o[s(547)](t);e[s(519)][s(545)]((t=>{const n=s,a=e[n(519)][n(528)][n(446)],c=Array[n(546)](a[n(582)]())[n(543)]((t=>i.LiveRange[n(453)](t)));t[n(549)](o),e[n(467)][n(455)](r[n(527)])[n(447)](),r[n(475)][n(547)]({forceDefaultExecution:!0}),e[n(482)](r[n(527)],...r[n(475)]),t[n(549)](c);for(const t of c)t[n(498)]()}))})),r[t(472)][t(569)]((function(n){const r=t,s=!e[r(519)][r(499)][r(550)](n),o=n[r(512)],i=n[r(504)],a=n[r(502)](r(490)),c=!o||o[r(502)](r(490))!==a,u=!i||i[r(502)](r(490))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(541),e)))}[Us(574)](){const t=Us,e=this[t(533)],n=e[t(473)];function r(n){const r=t,s=e[r(467)][r(455)](r(440))[r(493)],o=e[r(467)][r(455)](r(458))[r(493)];return r(458)===n?s:o}e[t(536)][t(455)](t(579))[t(472)][t(462)]((function(s){const o=t;if(o(587)!=s[o(500)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(527)]){case o(440):u=i[o(475)][0][o(551)],l=r(i[o(527)]),a=o(u?540:509),!l&&e[o(567)][o(455)](o(457))||(a=o(449)),c={type:o(535),content:Hr(n,a,Hr(n,o(520)))};break;case o(458):u=i[o(475)][0][o(551)],l=r(i[o(527)]),a=o(u?540:509),!l&&e[o(567)][o(455)](o(457))||(a=o(449)),c={type:o(535),content:Hr(n,a,Hr(n,o(465)))};break;case o(454):a=o(531),c={type:o(535),content:Hr(n,a,Hr(n,o(541)))};break;case o(577):a=function(t){const e=o,n=t[e(539)]();let r=n[e(575)][e(445)];for(;r&&n[e(565)](r);){if(r[e(502)](e(538))>0)return!1;r=r[e(504)]}return!0}(s)?Hr(n,o(509),Hr(n,function(t){const e=o;return e(560)+t[e(539)]()[e(575)][e(445)][e(502)](e(516))[e(459)]()+e(534)}(s))):Hr(n,o(506),Hr(n,o(541))),c={type:o(535),content:a};break;case o(537):case o(521):!1===i[o(507)]&&(a=o(505),c={type:o(442),content:Hr(n,a,Hr(n,o(541)))})}return c}))}}function zs(t){const e=Us;let n=t[e(539)]()[e(575)][e(445)][e(512)];for(;n;){const r=n[e(502)](e(490));if(!r)return!1;if(r==t[e(584)][e(580)])return e(580);if(r==t[e(584)][e(495)])return e(495);n=n[e(512)]}return!1}const Hs=qs;!function(t,e){const n=qs,r=t();for(;;)try{if(468901===-parseInt(n(290))/1+parseInt(n(308))/2+parseInt(n(329))/3+-parseInt(n(352))/4+parseInt(n(366))/5*(-parseInt(n(334))/6)+-parseInt(n(323))/7+parseInt(n(361))/8*(parseInt(n(321))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zs);class Ks extends t.Plugin{[Hs(368)](){const t=Hs;if(!this[t(340)][t(374)][t(337)](t(376)))return;const e=this[t(340)][t(369)][t(318)](t(292)),n=this[t(340)][t(374)][t(318)](t(343));e[t(332)]&&(n[t(355)](t(378)),n[t(357)](t(378))),e[t(320)]&&(n[t(355)](t(298)),n[t(357)](t(298))),e[t(375)]&&(n[t(355)](t(299)),n[t(357)](t(299)));const r={type:t(326),content:""};n[t(315)][t(344)](this[t(314)][t(350)](this));const s=this[t(340)][t(296)];n[t(315)][t(377)](t(298),Hr(s,t(325))),n[t(315)][t(344)]((e=>{const n=t,{data:s}=e;if(s&&n(298)==s[n(301)])return null==s[n(356)]||0==s[n(356)]&&null==s[n(316)]?r:void 0})),n[t(315)][t(377)](t(299),Hr(s,t(289))),n[t(315)][t(344)]((e=>{const n=t,{data:s}=e;if(s&&n(299)==s[n(301)])return null==s[n(356)]||1==s[n(356)]&&null==s[n(316)]?r:void 0})),this[t(340)][t(330)][t(348)][t(367)]((e=>{const r=t;if(e[r(349)][r(311)])return!1;let s=!1;const o=n[r(372)]({skipNotAttached:!0})[r(354)]((t=>{const e=r,s=n[e(351)](t);return e(299)==s||e(298)==s}));for(const t of o){const o=t[r(359)]()[r(297)][r(288)][r(345)](r(312));r(319)!=o&&r(342)!=o&&(n[r(305)](t[r(359)](),r(335))[r(307)]((t=>r(312)==n[r(351)](t[r(358)])))||(e[r(295)](t[r(303)]()),s=!0))}return s})),this[t(293)]()}[Hs(314)](t){const e=Hs,n=this[e(340)][e(296)],{data:r}=t,s={type:e(326),content:""};if(!r||e(378)!=r[e(301)])return;if(!r[e(316)])return e(336)==r[e(356)]?s:{type:e(326),content:""+Hr(n,e(346),Hr(n,this[e(309)](r[e(356)])))};if(!r[e(356)]){if(e(336)==r[e(316)])return s;let o=t[e(304)];for(;o;){if(o[e(347)]&&e(312)==o[e(347)][e(301)]&&o[e(347)][e(356)])return s;o=o[e(373)]}return{type:e(326),content:""+Hr(n,e(371),Hr(n,this[e(309)](r[e(316)])))}}if(e(336)!=r[e(356)])return{type:e(326),content:""+Hr(n,e(346),Hr(n,this[e(309)](r[e(356)])))};let o=t[e(304)];for(;o;){if(o[e(347)]&&e(312)==o[e(347)][e(301)]&&o[e(347)][e(356)]&&o[e(347)][e(316)])return s;o=o[e(373)]}const i=t[e(359)]()[e(297)][e(288)][e(345)](e(312));return{type:e(326),content:Hr(n,e(346),Hr(n,e(339)+i[e(313)]()+e(300)))}}[Hs(293)](){const t=Hs,e=this[t(340)],n=e[t(296)];e[t(374)][t(318)](t(343))[t(315)][t(344)]((e=>{const r=t;if(r(365)!=e[r(317)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(294)]){case r(378):o=r(291),i={type:r(326),content:Hr(n,o,Hr(n,this[r(309)](s[r(310)][0][r(317)])))};break;case r(298):o=s[r(310)][0][r(320)]?r(302):r(353),i={type:r(326),content:Hr(n,o)};break;case r(299):o=r(338),i={type:r(326),content:Hr(n,o,s[r(310)][0][r(375)])}}return i}))}[Hs(309)](t){const e=Hs;return e(339)+function(t){const n=e;return Ws[n(328)](t)?n(331):Xs[n(328)](t)?n(319):null}(t)[e(313)]()+e(364)+t[e(313)]()[e(370)](/-/g,"_")}}const Ws=[Hs(363),Hs(360),Hs(341)],Xs=[Hs(362),Hs(327),Hs(306),Hs(333),Hs(322),Hs(324)];function qs(t,e){const n=Zs();return(qs=function(t,e){return n[t-=288]})(t,e)}function Zs(){const t=["listType","toUpperCase","handleDescriptions","descriptionFactory","oldValue","type","get","numbered","reversed","117oKSluS","lower-latin","2619295qhRSDo","upper-latin","FORMAT_LIST_REVERSED","format","decimal-leading-zero","includes","991494YTXjfz","model","bulleted","styles","upper-roman","1500882KCsoTN","attribute","default","has","*Format:* set start index to %0","ELEMENT_","editor","square","customNumbered","TrackChangesEditing","registerDescriptionCallback","getAttribute","*Set format:* %0","data","document","batch","bind","_getAttributeKey","763428zEjCaI","*Format:* set order to regular","filter","enableDefaultAttributesIntegration","newValue","registerBlockAttribute","suggestion","getFirstRange","circle","666520pBMmkO","decimal","disc","_LIST_","formatBlock","5isVPbu","registerPostFixer","afterInit","config","replace","*Remove format:* %0","getSuggestions","next","plugins","startIndex","ListPropertiesEditing","registerAttributeLabel","listStyle","nodeAfter","FORMAT_LIST_START","383502afBKhr","*Change to:* %0","list.properties","_registerLegacyDescription","commandName","removeMarker","locale","start","listReversed","listStart","_LIST_DEFAULT","key","*Format:* set order to reversed","getFirstMarker","head","_findSuggestions","lower-roman","find","507998ZYGZtC","_getTranslationKeyForListStyle","commandParams","isUndo"];return(Zs=function(){return t})()}var Ys=n(507);const Js=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=328]})(t,e)}function $s(){const t=["3543918Prsjde","8UhsKQi","bind","addMarker:suggestion:insertion","fire","getFirstPosition","126KqEPpE","change","enableCommand","commands","124157QEByGv","editing","split","hasClass","document","nextSibling","afterExecute","ck-suggestion-marker-split","1698430IrCyiw","fromRange","init","createRange","editor","enter","50rpvOEZ","TrackChangesEditing","getFirstRange","unbindElementFromMarkerName","markerNameToElements","238236qfmAol","plugins","createPositionAt","selection","mapper","markerName","detach","requires","showSuggestionHighlights","model","end","data","downcastDispatcher","148872XMgJrx","enterBlock","writer","setSelection","1020144FKjpZE","3dhZHiw","200827DvXCyB","remove","options","removeMarker:suggestion:insertion","parent","high","markInsertion","get"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(288990===-parseInt(n(341))/1*(parseInt(n(332))/2)+-parseInt(n(378))/3*(parseInt(n(360))/4)+parseInt(n(349))/5+-parseInt(n(377))/6+parseInt(n(331))/7+parseInt(n(373))/8*(parseInt(n(337))/9)+parseInt(n(355))/10*(-parseInt(n(379))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Js(367)](){return[Ys.Enter]}[Js(351)](){const t=Js,e=this[t(353)],n=e[t(361)][t(330)](t(356)),r=e[t(340)][t(330)](t(354));n[t(339)](t(354),(()=>{const s=t;e[s(369)][s(338)]((t=>{const o=s,a=e[o(369)][o(345)][o(363)],c=a[o(336)](),u=i.LiveRange[o(350)](a[o(357)]());if(r[o(374)](t)){const r=e[o(369)][o(362)](c[o(383)][o(346)],0),s=t[o(352)](c,r);n[o(329)](s)}else t[o(376)](t[o(352)](u[o(370)]));u[o(366)](),r[o(335)](o(347),{writer:t})}))})),e[t(342)][t(372)].on(t(334),Ds(e,t(343)),{priority:t(328)}),e[t(342)][t(372)].on(t(382),((e,n,r)=>{const s=t,o=r[s(364)][s(359)](n[s(365)]);if(o)for(const t of o)t[s(344)](s(348))&&(r[s(364)][s(358)](t,n[s(365)]),r[s(375)][s(380)](t))}),{priority:t(328)}),e[t(371)][t(372)].on(t(334),((n,r,s)=>{const o=t;s[o(381)][o(368)]&&Ds(e,o(343),{showActiveMarker:!1})[o(333)](this)(n,r,s)}),{priority:t(328)})}}const eo=ro;function no(){const t=["getRange","handleFindCommand","getIntersection","104KMpYYZ","getMarkersGroup","TrackChangesEditing","plugins","find","20810HxQCRs","findNext","createRange","filter","item","2770040EErBIj","FindAndReplaceUtils","_isInDeletionRange","findByTextCallback","model","suggestion:deletion","findPrevious","bind","createPositionAt","77IjpDiK","4TgbZHM","replaceAll","editor","has","59EQAXmk","301947jNdlse","markers","358631zydlWl","end","start","3052338ylReRe","string","enableCommand","replace","1284830pwgUKz","1536048GwatgV","FindAndReplaceEditing","afterInit","get"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=385]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(405281===parseInt(n(385))/1*(parseInt(n(408))/2)+parseInt(n(386))/3*(-parseInt(n(423))/4)+-parseInt(n(413))/5+parseInt(n(391))/6+-parseInt(n(388))/7*(-parseInt(n(403))/8)+parseInt(n(396))/9+parseInt(n(395))/10*(-parseInt(n(422))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(398)](){const t=eo;if(!this[t(425)][t(406)][t(426)](t(397)))return;const e=this[t(425)][t(406)][t(399)](t(405));e[t(393)](t(407),this[t(401)][t(420)](this)),e[t(393)](t(409)),e[t(393)](t(419)),e[t(393)](t(394)),e[t(393)](t(424))}[eo(401)](t,e,n={}){const r=eo,s=this[r(425)][r(406)][r(399)](r(414));return t((t=>(r(392)==typeof e?s[r(416)](e,n):e)(t)[r(411)]((e=>!1===this[r(415)](e,t[r(412)])))),n)}[eo(415)](t,e){const n=eo,r=this[n(425)][n(417)][n(410)](this[n(425)][n(417)][n(421)](e,t[n(390)]),this[n(425)][n(417)][n(421)](e,t[n(389)]));for(const t of this[n(425)][n(417)][n(387)][n(404)](n(418)))if(null!==r[n(402)](t[n(400)]()))return!0;return!1}}const oo=io;function io(t,e){const n=uo();return(io=function(t,e){return n[t-=320]})(t,e)}!function(t,e){const n=io,r=t();for(;;)try{if(435985===-parseInt(n(363))/1+-parseInt(n(378))/2+parseInt(n(341))/3+parseInt(n(377))/4+-parseInt(n(328))/5+parseInt(n(375))/6*(-parseInt(n(340))/7)+parseInt(n(354))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uo);const ao=[{pluginName:oo(351),commandName:oo(332)},{pluginName:oo(367),commandName:oo(334)},{pluginName:oo(366),commandName:oo(327)},{pluginName:oo(331),commandName:oo(339)}];class co extends t.Plugin{[oo(345)](){const t=oo,e=this[t(349)][t(357)],n=this[t(349)][t(336)][t(361)](t(344));for(const{pluginName:e,commandName:r}of ao)this[t(349)][t(336)][t(343)](e)&&(n[t(372)](r),n[t(350)](r));e.t,n[t(356)][t(335)](t(332),Hr(e,t(321))),n[t(356)][t(335)](t(334),Hr(e,t(358))),n[t(356)][t(335)](t(327),Hr(e,t(338))),n[t(356)][t(335)](t(339),Hr(e,t(347))),this[t(348)]()}[oo(348)](){const t=oo,e=this[t(349)],n=e[t(357)];e[t(336)][t(361)](t(344))[t(356)][t(364)]((e=>{const r=t,o=n.t;if(r(323)!=e[r(374)])return;const{data:i}=e;if(null!=i){if(r(332)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=o(this[r(349)][r(336)][r(361)](r(322))[r(333)](this[r(349)][r(355)][r(361)](r(370)))[r(337)]((e=>e[r(352)]==t))[r(369)])[r(330)]();return{type:r(362),content:Hr(n,r(368),e)}}return{type:r(362),content:Hr(n,r(371))}}if(r(334)==i[r(376)]){const t=i[r(365)][0][r(359)];return t?{type:r(362),content:Hr(n,r(326),t)}:{type:r(362),content:Hr(n,r(329))}}if(r(327)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=(0,s.normalizeColorOptions)(this[r(349)][r(355)][r(361)](r(373)))[r(337)]((e=>e[r(352)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(330)]()),{type:r(362),content:Hr(n,r(360),a)[r(325)](),color:{value:t,title:a||i}}}return{type:r(362),content:Hr(n,r(324))}}if(r(339)==i[r(376)]){const t=i[r(365)][0][r(359)];if(t){const e=(0,s.normalizeColorOptions)(this[r(349)][r(355)][r(361)](r(342)))[r(337)]((e=>e[r(352)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(330)]()),{type:r(362),content:Hr(n,r(346),a)[r(325)](),color:{value:t,title:a||i}}}return{type:r(362),content:Hr(n,r(320))}}}}))}}function uo(){const t=["label","9422456QqyogQ","config","descriptionFactory","locale","FORMAT_FONT_FAMILY","value","*Set font color:* %0","get","format","587247MyEGUP","registerDescriptionCallback","commandParams","FontColorEditing","FontFamilyEditing","*Set font size:* %0","title","fontSize.options","*Reset font size*","enableDefaultAttributesIntegration","fontColor.colors","type","168WcUevv","commandName","872124jfATto","374068XYWPgl","*Reset font background color*","FORMAT_FONT_SIZE","FontSize","formatInline","*Reset font color*","trim","*Set font family:* %0","fontColor","2828080oxghNx","*Reset font family*","toLowerCase","FontBackgroundColorEditing","fontSize","normalizeSizeOptions","fontFamily","registerAttributeLabel","plugins","find","FORMAT_FONT_COLOR","fontBackgroundColor","11221pYMSRi","1274784EmLTjy","fontBackgroundColor.colors","has","TrackChangesEditing","afterInit","*Set font background color:* %0","FORMAT_FONT_BACKGROUND","_registerLegacyDescription","editor","registerInlineAttribute","FontSizeEditing","model"];return(uo=function(){return t})()}const lo=ho;function fo(){const t=["model","normalizeSizeOptions","split","FontSize","charAt","fontColor","9jmIORN","title","config","copyFormat","*Set format to:* %0","fontColor.colors","boolean","70930KNsJhs","enableCommand","351973NFxgjm","100pVVFiw","1930930jIdcGc","descriptionFactory","formatBlock","entries","fontSize","toUpperCase","266qfkiVC","77gKXJTO","push","enableDefaultAttributesIntegration","TrackChangesEditing","commandParams","label","slice","toLowerCase","join","format","pasteFormat","editor","100788WwIVir","type","*Remove all formatting*","get","commandName","592nnzpzS","_registerLegacyDescription","commands","2810832sVGCLO","find","afterInit","fontSize.options","plugins","registerDescriptionCallback","length","fontBackgroundColor","9948oloYKb","formatInline","locale","3046092uXWpNq"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=200]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(568791===-parseInt(n(223))/1+parseInt(n(249))/2*(-parseInt(n(204))/3)+-parseInt(n(224))/4*(parseInt(n(221))/5)+-parseInt(n(244))/6*(-parseInt(n(231))/7)+-parseInt(n(252))/8+parseInt(n(214))/9*(parseInt(n(225))/10)+parseInt(n(232))/11*(parseInt(n(207))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(254)](){const t=lo,e=this[t(243)],n=e[t(200)][t(247)](t(235)),r=e[t(251)][t(247)](t(217)),s=e[t(251)][t(247)](t(242));r&&s&&(n[t(234)](t(242)),n[t(222)](t(217)),this[t(250)]())}[lo(250)](){const t=lo,e=this[t(243)],n=e[t(206)];e[t(200)][t(247)](t(235))[t(226)][t(201)]((r=>{const s=t;if(s(227)!=r[s(245)]&&s(205)!=r[s(245)])return;const{data:o}=r;if(o&&s(242)===o[s(248)]){const t=[],r=o[s(236)][0];for(const[n,o]of Object[s(228)](r))t[s(233)](po(e,n,o));return t[s(202)]?{type:s(241),content:Hr(n,s(218),t[s(240)](", "))}:{type:s(241),content:Hr(n,s(246))}}}))}}function po(t,e,n){const r=lo,o=t[r(206)].t,i=e[r(210)](/(?=[A-Z])/)[r(240)](" "),a=o(i[r(212)](0)[r(230)]()+i[r(238)](1))[r(239)]();if(r(220)==typeof n)return a;if(r(213)===e||r(203)===e){const e=(0,s.normalizeColorOptions)(t[r(216)][r(247)](r(219)))[r(253)]((t=>t[r(208)]==n));return a+" ("+(e?o(e[r(237)])[r(239)]():n)+")"}if(r(229)===e&&isNaN(parseFloat(n))){const e=t[r(200)][r(247)](r(211))[r(209)](t[r(216)][r(247)](r(255)))[r(253)]((t=>t[r(208)]==n));return a+" ("+(e?o(e[r(215)])[r(239)]():n)+")"}return a+" ("+n+")"}const mo=Eo;function Io(){const t=["match","_headingOptions","get","3211138aKITbz","view","paragraph","model","1941210zurXvc","registerElementLabel","enableDefaultAttributesIntegration","format","locale","heading.options","1972980aDkYKH","_getHeadingLevel","config","_registerLegacyDescription","editor","find","489758KfAFzt","type","value","title","2SwHDfR","commandParams","1703502BHdUku","*Change to:* %0","ELEMENT_HEADING_CUSTOM","has","registerDescriptionCallback","name","formatBlock","12248wouPCh","TrackChangesEditing","45UAzUZx","HeadingEditing","2737484vtjVXw","afterInit","descriptionFactory","ELEMENT_HEADING","commandName","plugins","heading"];return(Io=function(){return t})()}function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=171]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(510705===-parseInt(n(186))/1*(parseInt(n(182))/2)+parseInt(n(188))/3+parseInt(n(199))/4+-parseInt(n(176))/5+-parseInt(n(213))/6+parseInt(n(209))/7+parseInt(n(195))/8*(parseInt(n(197))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(200)](){const t=mo,e=this[t(180)];if(!e[t(204)][t(191)](t(198)))return;this[t(207)]=e[t(178)][t(208)](t(175));const n=e[t(174)],r=e[t(204)][t(208)](t(196));r[t(172)](t(205));for(const e of this[t(207)])t(211)!=e[t(212)]&&r[t(201)][t(171)](e[t(212)],(n=>{const r=t,i=this[r(177)](e[r(212)]);return null!==i?s(n,i):o(n,e[r(185)])}));function s(e,r){return Hr(n,t(202),[e,r])}function o(e,r){return Hr(n,t(190),[e,r])}this[t(179)]()}[mo(179)](){const t=mo,e=this[t(180)],n=e[t(174)];e[t(204)][t(208)](t(196))[t(201)][t(192)]((e=>{const r=t;if(r(194)!=e[r(183)])return;const{data:s}=e;if(s&&r(205)==s[r(203)]){const e=s[r(187)][0][r(184)],c=this[r(177)](e);if(null!==c)return{type:r(173),content:Hr(n,r(189),(1,a=c,Hr(n,r(202),[1,a])))};const u=this[r(207)][r(181)]((t=>t[r(212)]===e))[r(185)];return{type:r(173),content:Hr(n,r(189),(o=1,i=u,Hr(n,t(190),[o,i])))}}var o,i,a}))}[mo(177)](t){const e=mo;var n,r;const s=t[e(206)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(207)])||void 0===n?void 0:n[e(181)]((n=>n[e(212)]==t));if(o&&o[e(210)]){const t=o[e(210)],n=(null!==(r=t[e(193)])&&void 0!==r?r:t)[e(206)](/^h(\d+)/);if(n)return n[1]}return null}}function To(){const t=["get","enableDefaultAttributesIntegration","_registerLegacyDescription","model","TrackChangesEditing","registerInlineAttribute","11qHSpZZ","*Set highlight:* %0","91132urRzBx","config","2nCyyWs","*Remove highlight*","2615930lHPHpW","commandParams","112rOkpJo","HighlightEditing","commandName","type","registerAttributeLabel","descriptionFactory","103733gfvcXj","619188tFkpMY","formatInline","138357ynvvQw","editor","afterInit","FORMAT_HIGHLIGHT","highlight","5ysfttp","value","toLowerCase","color","2828304suxhxf","highlight.options","has","registerDescriptionCallback","72840lVlCtT","plugins","locale","find","42xZTJub","title","format"];return(To=function(){return t})()}const _o=yo;function yo(t,e){const n=To();return(yo=function(t,e){return n[t-=484]})(t,e)}!function(t,e){const n=yo,r=t();for(;;)try{if(136061===parseInt(n(517))/1*(parseInt(n(515))/2)+-parseInt(n(500))/3+-parseInt(n(485))/4*(-parseInt(n(492))/5)+parseInt(n(504))/6*(parseInt(n(484))/7)+-parseInt(n(521))/8*(parseInt(n(487))/9)+-parseInt(n(519))/10*(-parseInt(n(513))/11)+-parseInt(n(496))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(To);class Ao extends t.Plugin{[_o(489)](){const t=_o,e=this[t(488)];if(!e[t(501)][t(498)](t(522)))return;const n=e[t(501)][t(507)](t(511)),r=e[t(502)];n[t(508)](t(491)),n[t(512)](t(491)),n[t(526)][t(525)](t(491),Hr(r,t(490))),this[t(509)]()}[_o(509)](){const t=_o,e=this[t(488)],n=e[t(502)];e[t(501)][t(507)](t(511))[t(526)][t(499)]((r=>{const s=t;if(s(486)!=r[s(524)])return;const{data:o}=r;if(o&&s(491)==o[s(523)]){const t=n.t,r=o[s(520)][0][s(493)];if(r){const o=e[s(516)][s(507)](s(497))[s(503)]((t=>t[s(510)]==r)),i=t(o[s(505)])[s(494)]();return{type:s(506),content:Hr(n,s(514),i),color:{value:o[s(495)],title:o[s(505)]}}}return{type:s(506),content:Hr(n,s(518),Hr(n,s(490)))}}}))}}function ko(){const t=["afterInit","createPositionAt","editor","TrackChangesEditing","238JshfWK","184006bkfUqT","insert","addClass","444424GxoShL","for","ck-horizontal-line","781140XLlEGv","locale","high","showSuggestionHighlights","enableCommand","createContainerElement","registerElementLabel","4728630slZrqk","plugins","40563liIOjD","createEmptyElement","14781540xcVIkI","17cfJVKE","get","div","6364179IFlySr","92pNYIwV","dataDowncast","horizontalLine","HorizontalLineEditing","elementToStructure","descriptionFactory","ELEMENT_HORIZONTAL_LINE","has","conversion"];return(ko=function(){return t})()}const Co=Lo;function Lo(t,e){const n=ko();return(Lo=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(950825===parseInt(n(231))/1*(parseInt(n(249))/2)+parseInt(n(228))/3*(-parseInt(n(235))/4)+parseInt(n(226))/5+-parseInt(n(219))/6+parseInt(n(248))/7*(-parseInt(n(252))/8)+-parseInt(n(234))/9+parseInt(n(230))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Ro extends t.Plugin{[Co(244)](){const t=Co,e=this[t(246)];if(!e[t(227)][t(242)](t(238)))return;e[t(227)][t(232)](t(247))[t(223)](t(237));const n=e[t(227)][t(232)](t(247)),r=e[t(220)];n[t(240)][t(225)](t(237),(e=>Hr(r,t(241),e))),e[t(243)][t(253)](t(236))[t(239)]({model:t(237),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(222)])return null;const o=n[s(224)](s(233)),i=n[s(229)]("hr");return n[s(251)](s(218),o),n[s(250)](n[s(245)](o,0),i),o},converterPriority:t(221)})}}const So=No;function No(t,e){const n=vo();return(No=function(t,e){return n[t-=427]})(t,e)}function vo(){const t=["key","get","attribute","HtmlEmbed","rawHtml","registerElementLabel","afterInit","1633907QAKJbD","registerBlockAttribute","nodeAfter","getFirstRange","editor","369064XVzkjS","26084ICUhrD","locale","8CxRLWh","7852308Ecxwvg","value","12396voShbV","format","enableDefaultAttributesIntegration","formatBlock","has","10GPJQZu","2705UtXrCR","ELEMENT_HTML_EMBED","_registerLegacyDescription","52shAueu","7dAgLtM","2917980bGtNZQ","start","1158jLkaFf","plugins","type","element","htmlEmbed","descriptionFactory","commandName","*Change %0 content*","registerDescriptionCallback","TrackChangesEditing"];return(vo=function(){return t})()}!function(t,e){const n=No,r=t();for(;;)try{if(174096===parseInt(n(456))/1*(-parseInt(n(454))/2)+-parseInt(n(459))/3*(parseInt(n(427))/4)+parseInt(n(465))/5*(parseInt(n(431))/6)+parseInt(n(428))/7*(parseInt(n(453))/8)+-parseInt(n(429))/9+-parseInt(n(464))/10*(parseInt(n(448))/11)+parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vo);class Mo extends t.Plugin{[So(447)](){const t=So,e=this[t(452)];if(!e[t(432)][t(463)](t(444)))return;const n=e[t(432)][t(442)](t(440)),r=e[t(455)];n[t(436)][t(446)](t(445),(e=>Hr(r,t(466),e))),n[t(461)](t(435)),n[t(449)](t(458)),n[t(436)][t(439)]((e=>{const n=t;if(n(443)!=e[n(433)])return;const{data:s}=e;if(s&&n(458)==s[n(441)]&&e[n(451)]()[n(430)][n(450)].is(n(434),n(445))){const t=Hr(r,n(466));return{type:n(460),content:Hr(r,n(438),t)}}})),this[t(467)]()}[So(467)](){const t=So,e=this[t(452)],n=e[t(455)];e[t(432)][t(442)](t(440))[t(436)][t(439)]((e=>{const r=t;if(r(462)!=e[r(433)])return;const{data:s}=e;if(s&&r(435)==s[r(437)]){const t=Hr(n,r(466));return{type:r(460),content:Hr(n,r(438),t)}}}))}}const Oo=wo;function wo(t,e){const n=Do();return(wo=function(t,e){return n[t-=162]})(t,e)}function Do(){const t=["attribute","imageBlock","resizeImage","editor","TrackChangesEditing","commandParams","afterInit","registerAttributeLabel","getClosestSelectedImageElement","forceDefaultExecution","convertBlockImageToInline","convertInlineImageToBlock","toPrevious","_registerLegacyDescription","nodeBefore","12jaoTbM","formatInline","Block image to inline image","nodeAfter","ELEMENT_IMAGE","type","isCollapsed","resizedWidth","ImageEditing","findIndex","find","imageTextAlternative","1yKuqyy","registerBlockAttribute","*Set image width:* %0","createRange","toggleImageCaption","912744uLGkRa","isOwn","getContainedElement","ImageUtils","540905IqPteH","caption","filter","imageTypeBlock","descriptionFactory","*Reset image width*","newValue","length","ImageUploadEditing","schema","FORMAT_IMAGE_SIZE","change","chain","registerDescriptionCallback","registerCustomCallback","join","getNearestSelectionRange","registerElementLabel","previous","*Set image text alternative:* %0","ImageCaptionUtils","deletion","model","_findSuggestions","toNext","*Remove image text alternative*","200BMgLJL","enableCommand","get","selection","imageTypeInline","imageStylePreApply","commandName","getSuggestionCallback","insertion","width","imageCaption","ImageBlockEditing","addObject","ImageInlineEditing","has","format","ImageCaptionEditing","ELEMENT_INLINE_IMAGE","getCaptionFromImageModelElement","markDeletion","enableDefaultAttributesIntegration","isIntersecting","backward","createRangeOn","1759742DMsPws","removeObject","document","accept","ImageResize","isEqual","end","ImageTextAlternativeEditing","markInsertion","358857OfSbUG","825174UfanQc","forward","isBlockImage","uploadImage","plugins","Inline image to block image","markBlockFormat","alt","discard","key","insertImage","detach","element","locale","fromPosition","_suggestionFactory","start","681814ecSBPO","subType","getFirstRange","imageInline","isBefore","9089250yXYpPH","formatBlock","ELEMENT_CAPTION"];return(Do=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(525079===parseInt(n(264))/1*(parseInt(n(202))/2)+parseInt(n(212))/3+-parseInt(n(269))/4+parseInt(n(273))/5*(-parseInt(n(252))/6)+-parseInt(n(229))/7+-parseInt(n(178))/8*(parseInt(n(211))/9)+parseInt(n(234))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[Oo(243)](){const t=Oo,e=this[t(240)];if(!e[t(216)][t(192)](t(260)))return;const n=e[t(216)][t(180)](t(241)),r=e[t(216)][t(180)](t(272)),s=e[t(225)];n[t(179)](t(222)),n[t(277)][t(169)](t(238),(e=>Hr(s,t(256),e))),n[t(277)][t(169)](t(232),(e=>Hr(s,t(195),e))),n[t(277)][t(169)](t(274),(()=>Hr(s,t(236)))),e[t(216)][t(192)](t(281))&&n[t(179)](t(215)),e[t(216)][t(192)](t(189))&&e[t(216)][t(192)](t(191))&&(n[t(179)](t(182),((s,o)=>{const i=t,a=r[i(245)](e[i(174)][i(204)][i(181)]);e[i(174)][i(163)]((()=>{const t=i;n[t(218)](a,{commandName:t(182),commandParams:[o]},[],t(247))}))})),n[t(179)](t(276),((s,o)=>{const a=t;e[a(174)][a(163)]((t=>{const c=a;let u=r[c(245)](e[c(174)][c(204)][c(181)]),l=t[c(201)](u);const f=i.LivePosition[c(226)](l[c(228)],c(249)),h=i.LivePosition[c(226)](l[c(208)],c(176));n[c(246)]((()=>s(o))),u=r[c(245)](e[c(174)][c(204)][c(181)]),l=t[c(201)](u);const g=t[c(267)](f,h);f[c(223)](),h[c(223)](),n[c(218)](u,{commandName:c(182),commandParams:[o]},[],c(248)),g[c(228)][c(233)](l[c(228)])&&n[c(210)](t[c(267)](g[c(228)],l[c(228)]),c(248)),l[c(208)][c(233)](g[c(208)])&&n[c(210)](t[c(267)](l[c(208)],g[c(208)]),c(248))}))})),n[t(227)][t(166)](t(235),t(248),t(167),(()=>!1)),n[t(227)][t(166)](t(235),t(248),t(205),(()=>!1)),n[t(227)][t(166)](t(235),t(248),t(220),n[t(227)][t(185)](t(235),"",t(205))),n[t(227)][t(166)](t(186),t(248),t(167),(()=>!1)),n[t(227)][t(166)](t(186),t(248),t(220),(([r])=>{const s=t,o=n[s(227)][s(185)](s(186),"",s(220));let i=r[s(228)],a=r[s(208)];const c=e[s(174)][s(282)][s(168)](i,s(200)),u=e[s(174)][s(282)][s(168)](a,s(213));c[s(258)]&&(i=c[s(228)]),u[s(258)]&&(a=u[s(208)]),o([e[s(174)][s(267)](i,a)])})),n[t(227)][t(166)](t(235),t(248),t(164),c),n[t(227)][t(166)](t(186),t(248),t(164),c)),e[t(216)][t(192)](t(194))&&(n[t(179)](t(268),((s,o)=>{const i=t,a=e[i(216)][i(180)](i(172));let c=r[i(245)](e[i(174)][i(204)][i(181)]),u=a[i(196)](c);e[i(174)][i(163)]((()=>{const t=i;if(u)return void n[t(197)](e[t(174)][t(201)](u));const l=r[t(214)](c);s(o),c=r[t(245)](e[t(174)][t(204)][t(181)]),u=a[t(196)](c),n[t(210)](e[t(174)][t(201)](u),l?null:t(188))}))})),n[t(227)][t(166)](t(186),t(188),t(164),c));const o=[{type:t(235),subType:t(183)},{type:t(186),subType:t(188)},{type:t(235),subType:t(248)},{type:t(186),subType:t(248)}];function a(e,s){const i=t,a=o[i(261)]((({type:t,subType:n})=>e[i(257)]==t&&e[i(230)]==n)),c=o[i(261)]((({type:t,subType:e})=>s[i(257)]==t&&s[i(230)]==e));if(a<0||c<0)return!1;const u=e[i(231)](),l=s[i(231)]();if((0==a||1==a)&&2==c&&u[i(199)](l))return!0;if(2==a&&3==c){const t=n[i(175)](u,i(186))[i(275)]((({suggestion:t,meta:e})=>e[i(270)]&&i(248)==t[i(230)]));if(t[i(280)]>1&&l[i(208)][i(207)](u[i(228)]))return!0;if(1==t[i(280)]&&(u[i(228)][i(207)](l[i(208)])||u[i(208)][i(207)](l[i(228)])))return!0}if(3==a&&3==c&&u[i(228)][i(233)](l[i(228)])){const t=u[i(208)][i(255)],e=l[i(228)][i(251)];return r[i(214)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(216)][t(192)](t(206))&&(n[t(198)](t(239)),n[t(265)](t(259)),n[t(277)][t(244)](t(259),Hr(s,t(162)))),e[t(216)][t(192)](t(209))&&(n[t(198)](t(263)),n[t(265)](t(219))),n[t(277)][t(165)]((e=>{const n=t;if(o[n(262)]((({type:t,subType:r})=>e[n(257)]==t&&e[n(230)]==r)))return e[n(170)]?{}:void 0})),n[t(277)][t(165)]((e=>{const n=t;if(n(186)==e[n(257)]||n(173)==e[n(257)]){const t=e[n(271)]();if(t&&t.is(n(224),n(274)))return{type:n(186)==e[n(257)]?n(190):n(203),element:t,quantity:1}}})),n[t(277)][t(165)]((e=>t(235)==e[t(257)]&&t(248)==e[t(230)]?{type:t(193),content:t(217)}:t(235)==e[t(257)]&&t(247)==e[t(230)]?{type:t(193),content:t(254)}:void 0)),n[t(277)][t(165)]((e=>{const n=t;if(n(237)!=e[n(257)])return;const{data:r}=e;if(!r||n(219)!=r[n(221)])return;const o=r[n(279)];return o?{type:n(193),content:Hr(s,n(171),'"'+o+'"')}:{type:n(193),content:Hr(s,n(177))}})),this[t(250)]()}[Oo(250)](){const t=Oo,e=this[t(240)],n=e[t(225)];e[t(216)][t(180)](t(241))[t(277)][t(165)]((e=>{const r=t;if(r(235)!=e[r(257)]&&r(253)!=e[r(257)])return;const{data:s}=e;if(s){if(r(263)==s[r(184)]){const t=s[r(242)][0][r(279)];return t?{type:r(193),content:Hr(n,r(171),'"'+t+'"')}:{type:r(193),content:Hr(n,r(177))}}if(r(239)==s[r(184)]){const t=s[r(242)][0][r(187)];return t?{type:r(193),content:Hr(n,r(266),t)}:{type:r(193),content:Hr(n,r(278))}}}}))}}const Po=Bo;function xo(){const t=["oldValue","type","28460wwYsxK","3nmxCqi","src","1837ZVdUon","registerDescriptionCallback","replaceImageSource","getSuggestionCallback","registerCustomCallback","discard","2701264WbYSOd","plugins","newValue","has","_handleLegacySuggestions","get","96lOEiDd","afterInit","*Replace image URL*","key","commandName","accept","registerBlockAttribute","600622zXlTZj","enableDefaultAttributesIntegration","_suggestionFactory","format","*Format:* replace image URL","423710CZmeWi","descriptionFactory","12065778jcBdcz","editor","locale","_registerLegacyDescription","626246CDDzLE","formatBlock","20670YGlzhz","attribute","405zKCxrx","ImageEditing","TrackChangesEditing","formatInline"];return(xo=function(){return t})()}function Bo(t,e){const n=xo();return(Bo=function(t,e){return n[t-=267]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(762461===-parseInt(n(284))/1+-parseInt(n(295))/2*(-parseInt(n(306))/3)+-parseInt(n(305))/4*(parseInt(n(299))/5)+parseInt(n(277))/6*(parseInt(n(289))/7)+-parseInt(n(271))/8+parseInt(n(291))/9+-parseInt(n(297))/10*(parseInt(n(308))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Po(278)](){const t=Po;if(!this[t(292)][t(272)][t(274)](t(300)))return;const e=this[t(292)][t(293)],n=this[t(292)][t(272)][t(276)](t(301));n[t(285)](t(267)),n[t(283)](t(307)),n[t(290)][t(309)]((n=>{const r=t;if(r(298)!=n[r(304)])return;const{data:s}=n;return s&&r(307)==s[r(280)]?s[r(273)]&&s[r(303)]?{type:r(287),content:Hr(e,r(279))}:{type:r(287),content:""}:void 0})),this[t(275)]()}[Po(275)](){const t=Po,e=this[t(292)][t(272)][t(276)](t(301));e[t(286)][t(269)](t(296),t(267),t(282),e[t(286)][t(268)](t(296),null,t(270))),e[t(286)][t(269)](t(296),t(267),t(270),e[t(286)][t(268)](t(296),null,t(282))),this[t(294)]()}[Po(294)](){const t=Po,e=this[t(292)],n=e[t(293)];e[t(272)][t(276)](t(301))[t(290)][t(309)]((e=>{const r=t;if(r(296)!=e[r(304)]&&r(302)!=e[r(304)])return;const{data:s}=e;return s&&r(267)==s[r(281)]?{type:r(287),content:Hr(n,r(288))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=218]})(t,e)}const Go=jo;function Vo(){const t=["locale","end","getSuggestion","imageStyle","_splitMarkerName","getSuggestions","setImageNaturalSizeAttributes","title","getSuggestionCallback","imageStylePreApply","ImageUtils","filter","imageTypeInline","accept","nodeAfter","commandReversedParams","Users","toLowerCase","599170wBQKcy","has","model","FORMAT_SIDE_IMAGE","differ","isInlineImage","51045MAPdYy","1UvXDTc","4382616KsFUhx","formatInline","getFirstRange","isEqual","registerCustomCallback","14559310iKUPMJ","from","document","editor","shouldConvertImageType","formatBlock","discardSuggestion","format","209301PwjSQP","imageStylePostApply","refresh","getClosestSelectedImageElement","ImageStyleEditing","next","change","markInlineFormat","markBlockFormat","commandName","imageTypeBlock","enableCommand","8YkPsVG","isInContent","insertion","forEach","findIndex","createRangeOn","descriptionFactory","normalizedStyles","start","commandParams","plugins","168JCAZcd","selection","registerDescriptionCallback","registerPostFixer","discard","isIntersecting","chain","value","7366122TonRAs","_findSuggestions","head","afterInit","suggestion","hasSuggestion","getContainedElement","side","length","getChangedMarkers","commands","isOwn","*Format:* %0","newRange","name","author","nodeBefore","type","get","1719109qJnYgw","convertInlineImageToBlock","join","isBlockImage","TrackChangesEditing","_registerLegacyDescription","imageCaption","subType","_suggestionFactory","isBefore"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(500236===parseInt(n(256))/1*(-parseInt(n(249))/2)+-parseInt(n(270))/3+-parseInt(n(293))/4*(parseInt(n(255))/5)+-parseInt(n(257))/6+parseInt(n(221))/7*(-parseInt(n(282))/8)+parseInt(n(301))/9+parseInt(n(262))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class zo extends t.Plugin{[Go(304)](){const t=Go,n=this[t(265)];if(!n[t(292)][t(250)](t(274)))return;const r=n[t(292)][t(220)](t(225)),s=n[t(292)][t(220)](t(241)),o={};r[t(281)](t(234),((o,i)=>{const a=t,c=n[a(292)][a(220)](a(247)).me,u=n[a(311)][a(220)](a(234));let l=s[a(273)](n[a(251)][a(264)][a(294)]),f=n[a(251)][a(287)](l),h=u[a(300)];if(h==i[a(300)])return;const g={commandName:a(234),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(251)][a(276)]((()=>{const t=a;if(r[t(236)]()[t(242)]((e=>e[t(283)]&&c==e[t(316)]&&(t(267)==e[t(219)]||t(258)==e[t(219)])&&(t(240)==e[t(228)]||t(271)==e[t(228)])&&e[t(259)]()[t(260)](f)))[t(285)]((e=>r[t(268)](e[t(303)]))),l=s[t(273)](n[t(251)][t(264)][t(294)]),f=n[t(251)][t(287)](l),u[t(272)](),n[t(311)][t(220)](t(243))[t(272)](),n[t(311)][t(220)](t(280))[t(272)](),h=u[t(300)],h!=i[t(300)])return s[t(254)](l)&&u[t(266)](i[t(300)],l)?(o({...i,setImageSizes:!1}),l=s[t(273)](n[t(251)][t(264)][t(294)]),void r[t(278)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(240))):void(s[t(224)](l)?r[t(278)](l,g,[],t(271)):r[t(277)](f,g,t(271)))}))}));for(const e of n[t(292)][t(220)](t(274))[t(289)])o[e[t(315)]]=e[t(238)][t(248)]();r[t(229)][t(261)](t(267),t(240),t(223),(()=>!1)),r[t(229)][t(261)](t(267),t(271),t(223),(()=>!1)),r[t(229)][t(261)](t(258),t(271),t(223),(()=>!1)),r[t(229)][t(261)](t(267),t(240),t(244),(([e])=>{const n=t;s[n(237)](e[n(307)]())})),r[t(229)][t(261)](t(267),t(240),t(297),((e,n)=>{const s=t;r[s(229)][s(239)](s(267),"",s(244))(e,{commandName:n[s(279)],commandParams:n[s(246)]})})),r[t(229)][t(261)](t(267),t(240),t(299),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(267),subType:t(240)},{type:t(284),subType:t(227)},{type:t(267),subType:t(222)},{type:t(284),subType:t(222)}];function a(e,n){const o=t,a=i[o(286)]((({type:t,subType:n})=>e[o(219)]==t&&e[o(228)]==n)),c=i[o(286)]((({type:t,subType:e})=>n[o(219)]==t&&n[o(228)]==e));if(a<0||c<0)return!1;const u=e[o(259)](),l=n[o(259)]();if((0==a||1==a)&&2==c&&u[o(298)](l))return!0;if(2==a&&3==c){const t=r[o(302)](u,o(284))[o(242)]((({suggestion:t,meta:e})=>e[o(312)]&&o(222)==t[o(228)]));if(t[o(309)]>1&&l[o(232)][o(260)](u[o(290)]))return!0;if(1==t[o(309)]&&(u[o(290)][o(260)](l[o(232)])||u[o(232)][o(260)](l[o(290)])))return!0}if(3==a&&3==c&&u[o(290)][o(230)](l[o(290)])){const t=u[o(232)][o(245)],e=l[o(290)][o(218)];return s[o(224)](t)&&t===e}return!1}n[t(251)][t(264)][t(296)]((()=>{const e=t;let o=!1;const i=Array[e(263)](n[e(251)][e(264)][e(253)][e(310)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(235)](t);if(e(305)==i&&r[e(306)](u)){if(e(267)==a&&(e(240)==c||e(271)==c)){const t=r[e(233)](u);if(n[e(314)]){const n=t[e(259)]()[e(307)]();if(s[e(224)](n))continue;r[e(268)](t),o=!0}}if(e(284)==a&&e(227)==c&&!n[e(314)]){const t=r[e(233)](u);t[e(275)]&&t[e(275)][e(283)]&&(r[e(268)](t[e(275)]),o=!0)}}}return o})),this[t(226)](o)}[Go(226)](t){const e=Go,n=this[e(265)],r=n[e(231)];n[e(292)][e(220)](e(225))[e(288)][e(295)]((n=>{const s=e;if(s(267)!=n[s(219)]&&s(258)!=n[s(219)])return;const{data:o}=n;if(!o||s(234)!=o[s(279)])return;const i=o[s(291)][0][s(300)];return function(t){const e=s;return{type:e(269),content:Hr(r,e(313),t)}}(s(308)===i?Hr(r,s(252)):t[i]||i)}))}}function Ho(){const t=["4948MSNVpP","4136zBuJRL","_setSuggestionData","trackChanges","enableCommand","execute","importWord","2UqIALE","track_changes","450rxTHgy","_handleImportedData","value","lowest","plugins","forEach","editor","1399311DMeMlq","_trackChangesExecuted","commands","get","737678jyTeNs","6450042TkQxbq","Users","12670730pxudkk","4505EKsWmA","114848OvrBkW","163104mlFjZw","dataInsert","afterInit","collaboration_features","TrackChangesEditing","high","_trackChangesValueDuringImport","7usIdnf","bind","listenTo"];return(Ho=function(){return t})()}const Ko=Wo;function Wo(t,e){const n=Ho();return(Wo=function(t,e){return n[t-=445]})(t,e)}!function(t,e){const n=Wo,r=t();for(;;)try{if(664934===-parseInt(n(452))/1*(parseInt(n(465))/2)+parseInt(n(461))/3+-parseInt(n(445))/4*(parseInt(n(469))/5)+parseInt(n(466))/6*(-parseInt(n(478))/7)+parseInt(n(470))/8*(-parseInt(n(454))/9)+-parseInt(n(468))/10+parseInt(n(446))/11*(parseInt(n(471))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ho);class Xo extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(477)]=!1,this[e(462)]=!1}[Ko(473)](){const t=Ko,e=this[t(460)],n=e[t(463)][t(464)](t(451)),r=e[t(463)][t(464)](t(448));n&&(n.on(t(450),((e,[,n])=>{const s=t;this[s(477)]=r[s(456)],n[s(474)][s(453)]=!this[s(477)]}),{priority:t(476)}),this[t(480)](n,t(472),this[t(455)][t(479)](this)),this[t(480)](n,t(472),(()=>{const e=t;this[e(462)]&&(r[e(450)](),this[e(462)]=!1)}),{priority:t(457)}),e[t(458)][t(464)](t(475))[t(449)](t(451)))}[Ko(455)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(460)][n(463)][n(464)](n(448)),o=s[n(456)];this[n(477)]!==o&&(s[n(450)](),this[n(462)]=!0),r&&r[n(459)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(460)][o(458)][o(464)](o(467)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(451)}}};this[o(460)][o(458)][o(464)](o(475))[o(447)](i)}))}}const qo=Zo;function Zo(t,e){const n=Jo();return(Zo=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(573908===parseInt(n(523))/1*(parseInt(n(488))/2)+parseInt(n(496))/3*(-parseInt(n(504))/4)+parseInt(n(502))/5+-parseInt(n(486))/6*(parseInt(n(505))/7)+parseInt(n(512))/8+-parseInt(n(503))/9+parseInt(n(511))/10*(-parseInt(n(490))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Yo extends t.Plugin{[qo(516)](){const t=qo,e=this[t(520)],n=e[t(497)][t(519)](t(494));if(e[t(497)][t(510)](t(489))&&(n[t(515)](t(508)),n[t(515)](t(525))),e[t(497)][t(510)](t(522)))for(const e of[t(514),t(509)])n[t(493)](e);const r=e[t(518)];n[t(507)](t(500)),n[t(524)][t(495)](t(500),Hr(r,t(501))),this[t(506)]()}[qo(506)](){const t=qo,e=this[t(520)],n=e[t(518)],r=e[t(497)][t(519)](t(494));r[t(524)][t(517)]((e=>{const s=t;if(s(487)!=e[s(513)])return;const{data:o}=e;if(!o)return;if(s(514)!=o[s(498)]&&s(509)!=o[s(498)])return;const i=e[s(526)]()[0],a=r[s(524)][s(499)](i);return s(514)==o[s(498)]?{type:s(521),content:Hr(n,s(491),a)}:s(509)==o[s(498)]?{type:s(521),content:Hr(n,s(492),a)}:void 0}))}}function Jo(){const t=["2lgEuzm","IndentEditing","11DPKfpV","*Indent:* %0","*Outdent:* %0","enableDefaultAttributesIntegration","TrackChangesEditing","registerAttributeLabel","10869HhQnCv","plugins","commandName","getItemLabel","blockIndent","FORMAT_INDENT","3779055eFpDCf","1524600BpqzRZ","508RCvTQe","11109zeNpJH","_registerLegacyDescription","registerBlockAttribute","indent","outdentBlock","has","11047770HAqUvR","6795448pdvAcK","type","indentBlock","enableCommand","afterInit","registerDescriptionCallback","locale","get","editor","format","IndentBlock","1142563JVORsq","descriptionFactory","outdent","getItems","1662gGMrUy","formatBlock"];return(Jo=function(){return t})()}var Qo=ti;function $o(){var t=["5JMKyMb","18OLbCAl","enableCommand","editor","11195940FsbRKn","4NQgmfV","204iowIXn","get","30oOoUpF","plugins","requires","361893CqosEZ","543515tQKCxw","1428848uTfNfq","TrackChangesEditing","init","1366255AUtSIR","1614704oCvmRX","20275hUtKFF","input"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=262]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(911667===parseInt(n(279))/1+parseInt(n(266))/2*(parseInt(n(272))/3)+parseInt(n(278))/4*(parseInt(n(281))/5)+-parseInt(n(269))/6*(parseInt(n(273))/7)+parseInt(n(274))/8*(-parseInt(n(262))/9)+-parseInt(n(265))/10+-parseInt(n(277))/11*(-parseInt(n(267))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Qo(271)](){return[vs.Input]}[Qo(276)](){var t=Qo;this[t(264)][t(270)][t(268)](t(275))[t(263)](t(280))}}function ni(t,e){const n=si();return(ni=function(t,e){return n[t-=348]})(t,e)}const ri=ni;function si(){const t=["registerInlineAttribute","enableDefaultAttributesIntegration","1053452hNGisW","commandParams","editor","locale","registerDescriptionCallback","linkHref","unlink","_registerLegacyDescription","commands","21OUxihC","key","LinkEditing","has","624969BddIPT","registerAttributeLabel","10OhlPJy","link","manualDecorators","formatInline","link (","TrackChangesEditing","descriptionFactory","afterInit","130ZNkBOI","attribute","*Set link:* %0","type","32092FNtpdU","1kcDWma","label","5181777IDzwpG","plugins","newValue","toLowerCase","2440680TcnGtt","get","1249464UhIkHo","481288dEwQQv","*Remove link*","format","commandName"];return(si=function(){return t})()}!function(t,e){const n=ni,r=t();for(;;)try{if(298393===parseInt(n(375))/1*(-parseInt(n(390))/2)+parseInt(n(360))/3+-parseInt(n(374))/4*(parseInt(n(370))/5)+parseInt(n(383))/6+-parseInt(n(356))/7*(parseInt(n(384))/8)+parseInt(n(377))/9*(parseInt(n(362))/10)+parseInt(n(381))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ri(369)](){const t=ri,e=this[t(349)];if(!e[t(378)][t(359)](t(358)))return;const n=e[t(378)][t(382)](t(367)),r=e[t(355)][t(382)](t(363));n[t(389)](t(363)),n[t(389)](t(353)),n[t(388)](t(352));for(const e of r[t(364)])n[t(388)](e.id),n[t(368)][t(361)](e.id,t(366)+e[t(376)][t(380)]()+")");n[t(368)][t(351)]((n=>{const r=t;if(r(371)!=n[r(373)])return;const{data:s}=n;if(!s||r(352)!=s[r(357)])return;const o=s[r(379)],i=e[r(350)];return{type:r(386),content:null==o?Hr(i,r(385)):Hr(i,r(372),'"'+o+'"')}})),this[t(354)]()}[ri(354)](){const t=ri,e=this[t(349)],n=e[t(350)];e[t(378)][t(382)](t(367))[t(368)][t(351)]((e=>{const r=t;if(r(365)!=e[r(373)])return;const{data:s}=e;if(s){if(r(363)==s[r(387)]){const t=s[r(348)][0];return{type:r(386),content:Hr(n,r(372),'"'+t+'"')}}return r(353)==s[r(387)]?{type:r(386),content:Hr(n,r(385))}:void 0}}))}}const ii=ai;function ai(t,e){const n=ui();return(ai=function(t,e){return n[t-=264]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(127829===-parseInt(n(321))/1*(parseInt(n(332))/2)+parseInt(n(269))/3+-parseInt(n(270))/4*(-parseInt(n(286))/5)+-parseInt(n(297))/6+parseInt(n(344))/7*(parseInt(n(342))/8)+parseInt(n(318))/9+parseInt(n(305))/10*(-parseInt(n(314))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ui);class ci extends t.Plugin{[ii(284)](){const t=ii,e=this[t(273)],n=e[t(277)];if(!e[t(317)][t(264)](t(275)))return;const r=e[t(317)][t(311)](t(330)),s=e[t(317)][t(264)](t(319));function o(t){return()=>{const n=ai,s=e[n(294)][n(335)][n(283)],o=e[n(306)][n(311)](t);if(o[n(308)])return void e[n(304)](n(333),{});const i=t[n(279)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(316)](t)[s(336)]((t=>function(t,e){const n=s;return e[n(339)](t[n(323)],n(350))&&!e[n(289)](t)}(t,r)));o=o[s(336)]((t=>!t.is(s(295),s(350))||t[s(267)](s(322))!=e));const i=new Set;for(const t of o)t.is(s(295),s(350))?i[s(299)](li(t)):i[s(299)](t);return Array[s(316)](i)}(s[n(278)](),i,e[n(294)][n(265)]);e[n(294)][n(272)]((()=>{const e=n;for(const n of a)r[e(300)](n,{commandName:t,commandParams:[{forceValue:!o[e(308)]}],formatGroupId:e(291)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(316)](t);const r=n[e(266)]((t=>e(350)!=t[e(340)]));return r>-1&&(n=n[e(279)](0,r)),n}(e[n(294)][n(335)][n(283)][n(278)]()),o=e[n(294)][n(320)](e[n(294)][n(349)](s[0],n(296)),e[n(294)][n(349)](s[s[n(276)]-1],n(341)));e[n(294)][n(272)]((()=>{const e=n;r[e(300)](o,{commandName:t,commandParams:[],formatGroupId:e(292)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(345)];for(;t&&t[n(267)](n(292))>e[n(267)](n(292));)r[n(299)](t),t=t[n(345)]}return Array[n(316)](r)}(s))}))}}r[t(348)](t(274),o(t(274))),r[t(348)](t(326),o(t(326))),s&&r[t(348)](t(301),o(t(301))),r[t(348)](t(282),i(t(282))),r[t(348)](t(293),i(t(293))),s&&r[t(348)](t(327),(()=>{const n=t,s=e[n(306)][n(311)](n(327)),o=Array[n(316)](s[n(307)]);o[n(336)]((t=>t[n(267)](n(310))!=s[n(308)])),e[n(294)][n(272)]((()=>{const t=n;for(const e of o)r[t(300)](e,{commandName:t(327),commandParams:[{forceValue:!s[t(308)]}]})}))})),r[t(268)][t(313)](t(350),(e=>Hr(n,t(271),e))),r[t(268)][t(346)]((e=>{const r=t;if(r(343)!=e[r(280)]&&r(287)!=e[r(280)])return;const{data:s}=e;if(s){if(r(274)==s[r(298)]||r(326)==s[r(298)]||r(301)==s[r(298)])switch(s[r(298)][r(334)](r(281),"")){case r(331):return o(Hr(n,r(347)));case r(290):return o(Hr(n,r(328)));case r(315):return o(Hr(n,r(302)))}if(r(282)==s[r(298)])return{type:r(325),content:Hr(n,r(324),Hr(n,r(271)))};if(r(293)==s[r(298)])return{type:r(325),content:Hr(n,r(309),Hr(n,r(271)))};if(r(327)==s[r(298)])return s[r(329)][0][r(288)]?{type:r(325),content:Hr(n,r(312))}:{type:r(325),content:Hr(n,r(338))}}function o(t){const e=r;return{type:e(325),content:Hr(n,e(303),t)}}}))}}function ui(){const t=["32dZOeio","ELEMENT_LIST_ITEM","change","editor","numberedList","LegacyListEditing","length","locale","getSelectedBlocks","slice","type","List","indentList","selection","afterInit","push","46135hEOEME","formatInline","forceValue","isObject","numbered","blockName","listIndent","outdentList","model","element","before","752430fyCStP","commandName","add","markBlockFormat","todoList","ELEMENT_TODO_LIST","*Change to:* %0","execute","1310YjHQCG","commands","_selectedElements","value","*Outdent:* %0","todoListChecked","get","*Check item*","registerElementLabel","13112JUaDzP","todo","from","plugins","2087127MRLhHw","LegacyTodoListEditing","createRange","59pLKjvn","listType","parent","*Indent:* %0","format","bulletedList","checkTodoList","ELEMENT_NUMBERED_LIST","commandParams","TrackChangesEditing","bulleted","954yHzKFb","paragraph","replace","document","filter","previousSibling","*Uncheck item*","checkChild","name","end","16ZunJwQ","formatBlock","401268oSPNHA","nextSibling","registerDescriptionCallback","ELEMENT_BULLETED_LIST","enableCommand","createPositionAt","listItem","has","schema","findIndex","getAttribute","descriptionFactory","51486jvizgF"];return(ui=function(){return t})()}function li(t){const e=ii,n=t[e(267)](e(292));if(0==n)return t;let r=t;for(;t[e(337)]&&t[e(337)].is(e(295),e(350));){const s=t[e(337)][e(267)](e(292));if(s==n)r=t[e(337)];else if(s<n)break;t=t[e(337)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(295),e(350))&&t[e(267)](e(292))>0){let r=t[e(345)];for(;r&&e(350)==r[e(340)]&&r[e(267)](e(292))==t[e(267)](e(292));)n[e(285)](r),r=r[e(345)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=466]})(t,e)}function di(){const t=["handleListStyleCommand","map","_getSuggestionBlocks","18ODvsLA","990472vTKDmb","*Format:* set start index to %0","flat","*Format:* set order to reversed","length","default","LegacyListPropertiesEditing","LegacyListUtils","descriptionFactory","push","commandParams","filter","locale","listStyle","formatInline","format","TrackChangesEditing","selection","bind","backward","115520hTheUi","3TkvDrL","*Change to:* %0","getFirstPosition","type","createPositionAt","before","52879RLZocV","replace","_getTranslationKeyForListStyle","styles","parent","listType","handleListStartCommand","ELEMENT_","createRange","5508314cEJuqs","change","*Format:* set order to regular","registerDescriptionCallback","plugins","startIndex","handleDescriptions","numbered","reversed","document","enableCommand","commandName","_LIST_","element","listItem","markMultiRangeBlockFormat","80nPOLFb","list.properties","getAttribute","1143274lZiRBW","getSelectedBlocks","afterInit","has","config","toUpperCase","unshift","237642DggYFo","8sNVWoj","formatBlock","listReversed","forward","handleListReversedCommand","531JMjmgK","getLastPosition","editor","listStart","model","from","getSiblingNodes","get","getListTypeFromListStyleType","_getSuggestionBlocksForListStyle","13059552gTIeQM"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(394291===-parseInt(n(511))/1*(parseInt(n(483))/2)+parseInt(n(505))/3*(-parseInt(n(484))/4)+-parseInt(n(536))/5*(-parseInt(n(546))/6)+parseInt(n(520))/7*(parseInt(n(547))/8)+parseInt(n(469))/9*(parseInt(n(504))/10)+parseInt(n(539))/11+-parseInt(n(479))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(541)](){const t=hi;if(!this[t(471)][t(524)][t(542)](t(490)))return;const e=this[t(471)][t(543)][t(476)](t(537)),n=this[t(471)][t(524)][t(476)](t(500));e[t(514)]&&n[t(530)](t(497),this[t(480)][t(502)](this)),e[t(528)]&&n[t(530)](t(466),this[t(468)][t(502)](this)),e[t(525)]&&n[t(530)](t(472),this[t(517)][t(502)](this)),n[t(492)][t(523)](this[t(526)][t(502)](this))}[hi(480)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(478)]();this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](s,{commandName:t(497),commandParams:[{type:e[t(508)]}],formatGroupId:t(497)})}))}[hi(468)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(482)]((t=>t.is(n(533),n(534))&&n(527)===t[n(538)](n(516))));if(s[n(488)]<1)return;const o=s[n(481)]((t=>this[n(471)][n(473)][n(519)](this[n(471)][n(473)][n(509)](t,n(510)),this[n(471)][n(473)][n(509)](t,0))));this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](o,{commandName:t(466),commandParams:[{reversed:e[t(528)]}],formatGroupId:t(466)})}))}[hi(517)](t,e={}){const n=hi,r=this[n(471)][n(524)][n(476)](n(500)),s=this[n(482)]((t=>t.is(n(533),n(534))&&n(527)===t[n(538)](n(516))));if(s[n(488)]<1)return;const o=s[n(481)]((t=>this[n(471)][n(473)][n(519)](this[n(471)][n(473)][n(509)](t,n(510)),this[n(471)][n(473)][n(509)](t,0))));this[n(471)][n(473)][n(521)]((()=>{const t=n;r[t(535)](o,{commandName:t(472),commandParams:[{startIndex:e[t(525)]}],formatGroupId:t(472)})}))}[hi(526)](t){const e=hi;if(e(548)!=t[e(508)]&&e(498)!=t[e(508)])return;const n=this[e(471)][e(496)],{data:r}=t;if(!r)return;let s,o;switch(r[e(531)]){case e(497):s=e(506),o={type:e(499),content:Hr(n,s,Hr(n,this[e(513)](r[e(494)][0][e(508)])))};break;case e(466):s=r[e(494)][0][e(528)]?e(487):e(522),o={type:e(499),content:Hr(n,s)};break;case e(472):s=e(485),o={type:e(499),content:Hr(n,s,r[e(494)][0][e(525)])}}return o}[hi(478)](){const t=hi;var e,n,r,s;const o=this[t(471)][t(524)][t(476)](t(491));let i=Array[t(474)](this[t(471)][t(473)][t(529)][t(501)][t(540)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(533),t(534)))&&i[t(545)](...o[t(475)](this[t(471)][t(473)][t(529)][t(501)][t(507)](),t(503))),(null===(n=i[i[t(488)]-1])||void 0===n?void 0:n.is(t(533),t(534)))&&i[t(493)](...o[t(475)](this[t(471)][t(473)][t(529)][t(501)][t(470)](),t(467))),i=[...new Set(i)],(null===(s=null===(r=this[t(471)][t(473)][t(529)][t(501)][t(507)]())||void 0===r?void 0:r[t(515)])||void 0===s?void 0:s.is(t(533),t(534)))&&(i=i[t(495)]((e=>e.is(t(533),t(534))))),i}[hi(482)](t){const e=hi,n=this[e(471)][e(524)][e(476)](e(491));let r=Array[e(474)](this[e(471)][e(473)][e(529)][e(501)][e(540)]())[e(495)](t)[e(481)]((t=>{const r=e,s=this[r(471)][r(473)][r(509)](t,0);return[...n[r(475)](s,r(503)),...n[r(475)](s,r(467))]}))[e(486)]();return r=[...new Set(r)],r}[hi(513)](t){const e=hi;return e(518)+(this[e(471)][e(524)][e(476)](e(491))[e(477)](t)||e(489))[e(544)]()+e(532)+t[e(544)]()[e(512)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["high","9249TxXNcs","locale","6974DPWIpI","8chsGKH","has","5JZOcgg","MediaEmbedEditing","afterInit","12910HnuDdP","1563990UwRJUs","ELEMENT_MEDIA","865522JhAtJc","stop","3561309nMSHKA","enableCommand","descriptionFactory","TrackChangesEditing","editor","downcastDispatcher","registerElementLabel","1393228etYYgy","div","data","get","options","createEmptyElement","for","showSuggestionHighlights","media","mediaEmbed","plugins","dataDowncast","attribute:url:media","46AvdfCd","conversion","elementToElement","1741890PRciak"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=230]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(282130===-parseInt(n(263))/1*(-parseInt(n(258))/2)+parseInt(n(234))/3+parseInt(n(245))/4*(parseInt(n(230))/5)+parseInt(n(261))/6+parseInt(n(236))/7+-parseInt(n(266))/8*(parseInt(n(238))/9)+parseInt(n(233))/10*(-parseInt(n(265))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(232)](){const t=mi,e=this[t(242)];if(!e[t(255)][t(267)](t(231)))return;const n=e[t(255)][t(248)](t(241)),r=e[t(264)];n[t(239)](t(254)),n[t(240)][t(244)](t(253),(e=>Hr(r,t(235),e))),e[t(259)][t(251)](t(256))[t(260)]({model:t(253),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(252)])return n[s(250)](s(246))},converterPriority:t(262)}),e[t(247)][t(243)].on(t(257),((e,n,r)=>{const s=t;r[s(249)][s(252)]&&e[s(237)]()}),{priority:t(262)})}}const Ti=yi;function _i(){const t=["4720zDYhel","get","5577618ROtXYj","1UCElvi","4459776aKmszm","TrackChangesEditing","editor","1831983QxsGHP","has","plugins","8480495irTtzq","3134832eBQPyQ","mention","enableCommand","6398aGkvWX","MentionEditing","1070kYzLdr","afterInit","218547DvYeWK"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=112]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(921976===parseInt(n(116))/1*(parseInt(n(124))/2)+parseInt(n(120))/3+parseInt(n(117))/4+parseInt(n(123))/5+-parseInt(n(115))/6+-parseInt(n(127))/7*(parseInt(n(113))/8)+-parseInt(n(112))/9*(parseInt(n(129))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(130)](){const t=Ti,e=this[t(119)];e[t(122)][t(121)](t(128))&&e[t(122)][t(114)](t(118))[t(126)](t(125))}}const ki=Li;function Ci(){const t=["handleDescriptions","ELEMENT_MULTI_LEVEL_LIST","21qljFtS","191217VCMbfL","500036sVPrmn","format","registerDescriptionCallback","head","multiLevelList","data","MultiLevelList","enableDefaultAttributesIntegration","descriptionFactory","editor","*Remove format:* %0","key","oldValue","locale","12vCwfwk","newValue","9NiFDtK","52rEGLHl","57011933AyXqzy","5487270yKwlhm","160310CrhXdD","next","get","204LmoITx","has","listMarkerStyle","1523922KOvNGk","TrackChangesEditing","1991576OTPaGc","listType","*Set format:* %0","afterInit","registerBlockAttribute","plugins"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=295]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(706623===-parseInt(n(306))/1+-parseInt(n(332))/2+-parseInt(n(305))/3*(parseInt(n(323))/4)+parseInt(n(326))/5*(-parseInt(n(329))/6)+-parseInt(n(304))/7*(parseInt(n(296))/8)+parseInt(n(322))/9*(-parseInt(n(325))/10)+-parseInt(n(324))/11*(-parseInt(n(320))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ri extends t.Plugin{[ki(299)](){const t=ki,e=this[t(315)],n=e[t(301)][t(328)](t(295));e[t(301)][t(330)](t(312))&&(n[t(313)](t(310)),n[t(300)](t(331)),n[t(314)][t(308)]((e=>this[t(302)](e))))}[ki(302)](t){const e=ki,n=this[e(315)][e(319)],{data:r}=t,s={type:e(307),content:""};if(r&&e(331)==r[e(317)]){if(!r[e(318)])return{type:e(307),content:Hr(n,e(298),Hr(n,e(303)))+" ("+r[e(321)]+")"};if(!r[e(321)]){let o=t[e(309)];for(;o;){if(o[e(311)]&&e(297)==o[e(311)][e(317)]&&o[e(311)][e(321)])return s;o=o[e(327)]}return{type:e(307),content:Hr(n,e(316),Hr(n,e(303)))+" ("+r[e(318)]+")"}}}}}const Si=vi;function Ni(){const t=["locale","get","1563310nwXaqc","afterInit","5940027agJSZw","descriptionFactory","TrackChangesEditing","8jiLxeQ","pageBreak","ELEMENT_PAGE_BREAK","212972zeFszV","enableCommand","1316904LyOkWz","has","1289724skPEbD","4dGFzgm","PageBreakEditing","registerElementLabel","356245UJJGja","6152496QUPdvx","editor","plugins"];return(Ni=function(){return t})()}function vi(t,e){const n=Ni();return(vi=function(t,e){return n[t-=330]})(t,e)}!function(t,e){const n=vi,r=t();for(;;)try{if(663413===parseInt(n(350))/1+parseInt(n(333))/2*(parseInt(n(332))/3)+-parseInt(n(347))/4*(-parseInt(n(336))/5)+-parseInt(n(330))/6+-parseInt(n(342))/7+-parseInt(n(337))/8+parseInt(n(344))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Mi extends t.Plugin{[Si(343)](){const t=Si,e=this[t(338)];if(!e[t(339)][t(331)](t(334)))return;e[t(339)][t(341)](t(346))[t(351)](t(348));const n=e[t(339)][t(341)](t(346)),r=e[t(340)];n[t(345)][t(335)](t(348),(e=>Hr(r,t(349),e)))}}function Oi(t,e){const n=wi();return(Oi=function(t,e){return n[t-=190]})(t,e)}function wi(){const t=["2kedDhY","consumable","6910248IBndvL","markerRange","downcastDispatcher","registerDescriptionCallback","afterInit","9avAbey","has","isTouching","_registerLegacyDescription","insert","ELEMENT_PARAGRAPH","editing","start","data","getItemLabel","format","end","markerName","includes","highest","TrackChangesEditing","ck-suggestion-marker--active","mapper","enableDefaultAttributesIntegration","model","addClass","*Insert:* %0","showSuggestionHighlights","bindElementToMarker","15450YAFgFv","enableCommand","get","formatBlock","createUIElement","commandName","3006705ohAOzv","plugins","127477CtJUUh","editor","1328682VuTCSr","nodeAfter","locale","writer","toViewPosition","options","name","730488bpWjUg","consume","registerElementLabel","insertParagraph","ck-suggestion-marker-split","isLimit","span","$text","checkChild","descriptionFactory","addMarker:suggestion:insertion","Paragraph","getFirstRange","activeMarkers","isBlock","insertion","*Change to:* %0","1562spuekA","941156RCUliP","402mgsFfI","type","paragraph","schema"];return(wi=function(){return t})()}const Di=Oi;!function(t,e){const n=Oi,r=t();for(;;)try{if(737053===parseInt(n(226))/1+-parseInt(n(231))/2*(-parseInt(n(201))/3)+-parseInt(n(208))/4+-parseInt(n(197))/5+parseInt(n(227))/6*(parseInt(n(199))/7)+parseInt(n(233))/8*(-parseInt(n(238))/9)+-parseInt(n(191))/10*(parseInt(n(225))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Di(237)](){const t=Di,e=this[t(200)];if(!e[t(198)][t(239)](t(219)))return;const n=e[t(203)],r=e[t(198)][t(193)](t(253));r[t(217)][t(210)](t(229),(e=>Hr(n,t(243),e))),r[t(256)](t(229)),r[t(192)](t(211)),e[t(244)][t(235)].on(t(218),Pi(e),{priority:t(252)}),e[t(246)][t(235)].on(t(218),((n,r,s)=>{const o=t;s[o(206)][o(260)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(252)});const s=r[t(217)];s[t(236)]((r=>{const o=t;if(o(223)!==r[o(228)])return;const{start:i,end:a}=r[o(220)]();if(!i[o(240)](a)||!i[o(202)])return;const c=e[o(257)][o(230)],u=i[o(202)];return c[o(222)](u)&&!c[o(213)](u)&&c[o(216)](u,o(215))?{type:o(223),content:Hr(n,o(259),s[o(247)](u,1))}:void 0})),this[t(241)]()}[Di(241)](){const t=Di,e=this[t(200)],n=e[t(203)];e[t(198)][t(193)](t(253))[t(217)][t(236)]((e=>{const r=t;if(r(194)!=e[r(228)])return;const{data:s}=e;return s&&r(229)==s[r(196)]?{type:r(248),content:Hr(n,r(224),Hr(n,r(243)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Oi,i=t[o(198)][o(193)](o(253)),a=r[o(234)][o(245)],c=r[o(234)][o(249)],u=t[o(257)][o(230)];if(!a[o(240)](c)||!a[o(202)])return;const l=a[o(202)];if(u[o(222)](l)&&!u[o(213)](l)&&u[o(216)](l,o(215))){if(!s[o(232)][o(209)](r[o(234)],n[o(207)]))return;const t=s[o(204)][o(195)](o(214),{class:o(212)}),a=s[o(255)][o(205)](c);e&&i[o(221)][o(251)](r[o(250)])&&s[o(204)][o(258)](o(254),t),s[o(204)][o(242)](a,t),s[o(255)][o(190)](t,r[o(250)])}}}const xi=Bi;function Bi(t,e){const n=Ui();return(Bi=function(t,e){return n[t-=351]})(t,e)}function Ui(){const t=["locale","7808016yyAxKf","2305688AEAduh","format","type","afterInit","commandName","editor","168MyUAGa","formatInline","TrackChangesEditing","15013690IOXwDR","_registerLegacyDescription","has","enableDefaultAttributesIntegration","get","30uJgIOm","removeFormat","4411419aBLXSm","registerDescriptionCallback","9ELJUri","*Remove all formatting*","RemoveFormatEditing","formatBlock","34548oPhunB","descriptionFactory","plugins","46rGthUR","781364GQYPQN","18747SnxHVE","553nvOiZN"];return(Ui=function(){return t})()}!function(t,e){const n=Bi,r=t();for(;;)try{if(841061===parseInt(n(362))/1*(-parseInt(n(360))/2)+-parseInt(n(351))/3+-parseInt(n(361))/4*(parseInt(n(380))/5)+-parseInt(n(357))/6*(-parseInt(n(363))/7)+-parseInt(n(365))/8+parseInt(n(353))/9*(parseInt(n(375))/10)+-parseInt(n(366))/11*(-parseInt(n(372))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[xi(369)](){const t=xi,e=this[t(371)];e[t(359)][t(377)](t(355))&&(e[t(359)][t(379)](t(374))[t(378)](t(381)),this[t(376)]())}[xi(376)](){const t=xi,e=this[t(371)];e[t(359)][t(379)](t(374))[t(358)][t(352)]((n=>{const r=t;if(r(356)!=n[r(368)]&&r(373)!=n[r(368)])return;const{data:s}=n;return s&&r(381)==s[r(370)]?{type:r(367),content:Hr(e[r(364)],r(354))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=Vi,r=t();for(;;)try{if(723535===parseInt(n(445))/1+-parseInt(n(449))/2+parseInt(n(447))/3*(parseInt(n(454))/4)+-parseInt(n(442))/5*(parseInt(n(446))/6)+parseInt(n(438))/7*(parseInt(n(460))/8)+parseInt(n(451))/9*(parseInt(n(444))/10)+parseInt(n(456))/11*(parseInt(n(459))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{[Gi(448)](){const t=Gi,e=this[t(443)];if(!e[t(435)][t(455)](t(462)))return;const n=e[t(435)][t(450)](t(453));n[t(463)](t(441)),n[t(463)](t(458));const r=e[t(435)][t(450)](t(462));r[t(463)](t(439)),r[t(463)](t(436)),r[t(463)](t(457)),r[t(463)](t(452)),r[t(463)](t(440)),r[t(463)](t(461)),r[t(463)](t(437))}}function Hi(){const t=["discardAllSuggestions","goToPreviousRestrictedEditingException","151070wSPDMs","editor","4088190RHiYwW","211558PSWwXl","156btNlGm","1145379TgAWuW","afterInit","2503116RKVerE","get","9juKUcf","acceptAllSuggestions","TrackChangesEditing","4KTpuex","has","15564923pqJbjS","discardSuggestion","goToNextRestrictedEditingException","12Urctld","144nQwBVS","acceptSelectedSuggestions","RestrictedEditingModeEditing","enableCommand","plugins","acceptSuggestion","discardSelectedSuggestions","133581WGKLWD","trackChanges"];return(Hi=function(){return t})()}const Ki=Wi;function Wi(t,e){const n=Xi();return(Wi=function(t,e){return n[t-=497]})(t,e)}function Xi(){const t=["model","downcastDispatcher","120052MJAYlp","getItems","span","enableCommand","split","133640zMTeqZ","activeMarkers","723hgcZrW","ELEMENT_LINE_BREAK","requires","mapper","editor","2086WLSowJ","test","writer","790PhndRr","markerRange","128178mXXfHH","addClass","options","shiftEnter","descriptionFactory","consumable","359928zOMWhs","locale","init","addMarker:suggestion","20tdGdZv","markerName","high","toViewPosition","20948swckuP","merge","registerElementLabel","element","546vSdZHI","insert","88vsxyVR","get","addMarker:suggestion:deletion","ck-suggestion-marker--active","addMarker:suggestion:insertion","ck-suggestion-marker-","editing","deletion","name","bindElementToMarker","createPositionBefore","data","9680bAPVUr","createUIElement","showSuggestionHighlights","8AVPwqm","includes","TrackChangesEditing","plugins","softBreak","130905fczvxm"];return(Xi=function(){return t})()}!function(t,e){const n=Wi,r=t();for(;;)try{if(648124===parseInt(n(510))/1*(-parseInt(n(502))/2)+-parseInt(n(517))/3*(-parseInt(n(541))/4)+parseInt(n(537))/5*(-parseInt(n(527))/6)+parseInt(n(545))/7*(parseInt(n(499))/8)+-parseInt(n(507))/9*(-parseInt(n(525))/10)+-parseInt(n(547))/11*(-parseInt(n(533))/12)+parseInt(n(515))/13*(-parseInt(n(522))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{static get[Ki(519)](){return[Ys.ShiftEnter]}[Ki(535)](){const t=Ki,e=this[t(521)],n=e[t(505)][t(548)](t(504));n[t(513)](t(530)),e[t(553)][t(509)].on(t(551),Zi(e),{priority:t(539)}),e[t(553)][t(509)].on(t(549),Zi(e),{priority:t(539)}),e[t(498)][t(509)].on(t(536),((n,r,s)=>{const o=t;s[o(529)][o(501)]&&Zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(531)][t(543)](t(506),(n=>Hr(e[t(534)],t(518),n)))}}function Zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Wi,i=t[o(505)][o(548)](o(504));if(!s[o(532)][o(523)](r[o(526)],n[o(555)]))return;const a=t[o(508)];for(const t of r[o(526)][o(511)]()){if(!t.is(o(544),o(506)))continue;const n=o(554)==r[o(538)][o(514)](":")[1]?o(542):o(514),c=s[o(524)][o(500)](o(512),{class:o(552)+n}),u=s[o(520)][o(540)](a[o(497)](t));e&&i[o(516)][o(503)](r[o(538)])&&s[o(524)][o(528)](o(550),c),s[o(524)][o(546)](u,c),s[o(520)][o(556)](c,r[o(538)])}}}const Yi=Qi;function Ji(){const t=["commands","markInlineFormat","editor","commandName","1387776CKvnUV","formatInline","802512JJtoha","1665wMfpBd","28KbXYug","isCollapsed","descriptionFactory","formatBlock","getRanges","value","get","format","enableCommand","registerDescriptionCallback","has","from","locale","6BGOqWR","FORMAT_RESTRICTED_ENABLED","forceValue","StandardEditingModeEditing","7388gPsNvy","FORMAT_RESTRICTED_DISABLED","583yAaiuZ","document","357690iLathb","afterInit","777008ejTiNF","selection","7058628apOImO","change","TrackChangesEditing","2215295ITyVxl","plugins","type","restrictedEditingException","model","commandParams"];return(Ji=function(){return t})()}function Qi(t,e){const n=Ji();return(Qi=function(t,e){return n[t-=343]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(697495===-parseInt(n(348))/1+-parseInt(n(350))/2+-parseInt(n(351))/3*(parseInt(n(369))/4)+parseInt(n(380))/5*(parseInt(n(365))/6)+parseInt(n(352))/7*(parseInt(n(375))/8)+parseInt(n(377))/9+-parseInt(n(373))/10*(-parseInt(n(371))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Yi(374)](){const t=Yi,e=this[t(346)],n=e[t(384)],r=e[t(364)];if(!e[t(381)][t(362)](t(368)))return;const s=e[t(381)][t(358)](t(379)),o=t(383),i=e[t(344)][t(358)](o);s[t(360)](o,((e,r={})=>{const a=t,c=n[a(372)][a(376)];if(c[a(353)])return void e(r);const u=void 0!==r[a(367)]?r[a(367)]:!i[a(357)];n[a(378)]((()=>{const t=a,e=Array[t(363)](c[t(356)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(345)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(354)][t(361)]((e=>{const n=t;if(n(355)!=e[n(382)]&&n(349)!=e[n(382)])return;const{data:s}=e;return s&&s[n(347)]==o?s[n(343)][0][n(367)]?{type:n(359),content:Hr(r,n(366))}:{type:n(359),content:Hr(r,n(370))}:void 0}))}}const ta=ea;function ea(t,e){const n=ra();return(ea=function(t,e){return n[t-=203]})(t,e)}!function(t,e){const n=ea,r=t();for(;;)try{if(640411===parseInt(n(208))/1*(parseInt(n(203))/2)+-parseInt(n(248))/3+parseInt(n(240))/4*(parseInt(n(231))/5)+parseInt(n(216))/6+-parseInt(n(245))/7*(-parseInt(n(247))/8)+parseInt(n(225))/9*(-parseInt(n(218))/10)+-parseInt(n(217))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ra);class na extends t.Plugin{[ta(229)](){const t=ta,e=this[t(251)];if(!e[t(237)][t(246)](t(243))||!e[t(237)][t(246)](t(249)))return;const n=e[t(237)][t(212)](t(214)),r=e[t(221)],s=e[t(233)][t(212)](t(241))||{},o=e[t(237)][t(212)](t(252)),i=e[t(237)][t(212)](t(227))[t(213)](e[t(237)][t(212)](t(249)),s[t(209)]);n[t(250)](t(241));const a=new Set;for(const e of i[t(228)]){const n=o[t(230)](e[t(223)]);a[t(224)](n)}const c=new Set;for(const e of i[t(219)]){const n=o[t(230)](e[t(223)]);c[t(224)](n);for(const n of e[t(235)])c[t(224)](n)}for(const e of a)n[t(211)](e),n[t(253)][t(239)](e,Hr(r,t(242)));for(const e of c)n[t(234)](e),n[t(253)][t(239)](e,Hr(r,t(242)));this[t(222)]()}[ta(222)](){const t=ta,e=this[t(251)],n=e[t(221)];e[t(237)][t(212)](t(214))[t(253)][t(205)]((e=>{const r=t;if(r(232)!=e[r(226)]&&r(238)!=e[r(226)])return;const{data:s}=e;return s&&r(241)===s[r(207)]?s[r(204)][0][r(206)]?{type:r(215),content:Hr(n,r(236),s[r(204)][0][r(244)][r(220)]())}:{type:r(215),content:Hr(n,r(210),s[r(204)][0][r(244)][r(220)]())}:void 0}))}}function ra(){const t=["DataSchema","enableDefaultAttributesIntegration","editor","GeneralHtmlSupport","descriptionFactory","1953256GlkXaR","commandParams","registerDescriptionCallback","forceValue","commandName","1zuQVFl","definitions","*Remove format:* %0","registerBlockAttribute","get","normalizeConfig","TrackChangesEditing","format","3604752iiaToh","19449925BaZlQe","6190YhJynj","inline","toLowerCase","locale","_registerLegacyDescription","element","add","17271gZGHEU","type","StyleUtils","block","afterInit","getGhsAttributeNameForElement","5xlIkNo","formatBlock","config","registerInlineAttribute","ghsAttributes","*Set format:* %0","plugins","formatInline","registerAttributeLabel","3792092aGzOsv","style","FORMAT_STYLE","Style","styleName","266JVOEHo","has","251792Aeemiw","375024nTqXXU"];return(ra=function(){return t})()}function sa(t,e){const n=ia();return(sa=function(t,e){return n[t-=466]})(t,e)}const oa=sa;function ia(){const t=["map","isInContent","getCellLocation","TableEditing","registerPostFixer","hasAttribute","has","min","execute","6558448jMqIbA","createPositionAt","getChildren","length","subType","ELEMENT_TABLE_WITH_TEXT","1886910SZHpHX","getSelectionAffectedTableCells","minColumn","differ","removeTableColumn","document","push","maxColumn","TableUtils","name","getRowIndexes","addRange","MIN_SAFE_INTEGER","fromRange","change","options","tableCell","tableColumn","25QKrpel","join","position","createRangeOn","discard","afterInit","removeTableRow","startsWith","TrackChangesEditing","insertTableColumnRight","findAncestor","highest","root","getContainedElement","plugins","above","selectTableColumn","getRanges","ELEMENT_TABLE_ROW_WITH_TEXT","showSuggestionHighlights","*Insert:* %0","writer","max","rootName","enqueueChange","downcastDispatcher","getFirstRange","ELEMENT_TABLE","removeClass","21DfJvpR","toViewElement","batch","suggestion","getColumnIndexes","ELEMENT_TABLE_COLUMN_WITH_TEXT","last","*Remove:* %0","end","25355825rGYoEn","4083720vBppuh","toLowerCase","createTableWalker","78091pLozBd","insertTableColumnLeft","ELEMENT_TABLE_COLUMN","nodeBefore","insert","registerDescriptionCallback","isIntersectingWithRange","table","_splitMarkerName","markMultiRangeDeletion","refresh","data","minRow","getChangedMarkers","insertion","$textProxy","isArray","MAX_SAFE_INTEGER","add","setSelection","span","oldRange","get","values","insertTable","addClass","insertTableRowBelow","28jIcwiJ","cell","_tablePostFixingSubtypes","isTouching","filter","change:data","commands","start","enableCommand","selection","order","341956kqmMsj","low","_getSuggestionCoords","element","3258gedmxe","ELEMENT_TABLE_ROW","classes","tableRow","maxRow","getAttribute","selectTableRow","first","deletion","_acceptFormatSuggestionCallbackFactory","$graveyard","markMultiRangeInsertion","_tableSuggestions","substr","_suggestionFactory","createRangeIn","_getCoordsForCells","accept","21030mUswjm","getSuggestion","mapper","forceValue","detach","type","registerCustomCallback","item","_setupColumnsRowsFixing","some","colspan","locale","isEqual","getItems","getChanges","descriptionFactory","addMarker:suggestion","registerElementLabel","nodeAfter","every","editor","tablePaste","model","insertTableRowAbove","left","includes","rowspan","from"];return(ia=function(){return t})()}!function(t,e){const n=sa,r=t();for(;;)try{if(724729===parseInt(n(611))/1*(parseInt(n(475))/2)+-parseInt(n(608))/3+parseInt(n(486))/4*(-parseInt(n(569))/5)+parseInt(n(551))/6*(-parseInt(n(598))/7)+parseInt(n(545))/8+parseInt(n(490))/9*(-parseInt(n(508))/10)+parseInt(n(607))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=sa;super(t),this[e(477)]=[e(493),e(568)],this[e(502)]=new Set}[oa(574)](){const t=oa,e=this[t(528)],n=e[t(530)][t(556)][t(484)];if(!e[t(583)][t(542)](t(539)))return;const r=e[t(519)],s=e[t(583)][t(470)](t(577)),o=e[t(583)][t(470)](t(559));s[t(523)][t(525)](t(618),(e=>Hr(r,t(596),e))),this[t(516)](),s[t(483)](t(472)),s[t(483)](t(496)),s[t(483)](t(585));for(const r of[t(531),t(474)]){const i=e[t(481)][t(470)](r);s[t(483)](r,(r=>{const a=t;e[a(530)][a(565)]((t=>{const e=a;r();const c=e(584)===i[e(485)],u=o[e(552)](n),l=o[e(561)](u),f=c?l[e(497)]-1:l[e(604)]+1,h=u[0][e(579)](e(618)),g=o[e(610)](h,{startRow:f,endRow:f}),d=Array[e(535)](g)[e(536)]((n=>t[e(572)](n[e(476)])));s[e(501)](d,e(493))}))}))}for(const r of[t(612),t(578)]){const i=e[t(481)][t(470)](r);s[t(483)](r,(r=>{const a=t;e[a(530)][a(565)]((t=>{const e=a;r();const c=e(532)===i[e(485)],u=o[e(552)](n),l=o[e(602)](u),f=c?l[e(497)]-1:l[e(604)]+1,h=u[0][e(579)](e(618)),g=o[e(610)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(535)](g)[e(536)]((n=>t[e(572)](n[e(476)])));s[e(501)](d,e(568))}))}))}for(const r of[t(575),t(555)]){const i=r[t(503)](11),a=i[t(609)](),c=a[t(503)](0,3)+t(468),u=t(618)+i,l=t(543)+i,f=t(591)+i;s[t(483)](r,(()=>{const i=t;e[i(530)][i(565)]((t=>{const e=i,h=o[e(552)](n),g=h[0][e(579)](e(618));let d;if(e(575)==r){const t=o[e(561)](h);d={startRow:t[e(497)],endRow:t[e(604)],includeAllSlots:!0}}else{const t=o[e(602)](h);d={startColumn:t[e(497)],endColumn:t[e(604)],includeAllSlots:!0}}const p=o[e(610)](g,d),m=Array[e(535)](p)[e(536)]((({cell:t})=>t)),I=ca(m[e(479)]((t=>t[e(541)](c)))),E=ca(m[e(479)]((t=>!t[e(541)](c))))[e(536)]((n=>t[e(572)](n))),b=s[e(620)](E,u);if(b&&(e(493)==b[e(549)]||e(568)==b[e(549)])){const n=this[e(488)](b);for(const r of I){const s=t[e(572)](r),i=o[e(538)](r),u=r[e(495)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(562)](s)}}}))}))}function c(r){const s=t,o=Array[s(535)](n[s(586)]())[s(536)]((t=>i.LiveRange[s(564)](t)));e[s(530)][s(565)]((t=>{const n=s,i=t[n(600)];r=r[n(479)]((t=>n(500)!=t[n(581)][n(592)])),t[n(467)](r),e[n(481)][n(470)](n(575))[n(621)](),e[n(544)](n(575),{forceDefaultExecution:!0}),e[n(530)][n(593)]((()=>{const t=n;e[t(530)][t(593)](i,(e=>{const n=t,r=o[n(479)]((t=>n(500)!=t[n(581)][n(592)]));r[n(548)]>0&&e[n(467)](r);for(const t of o)t[n(512)]()}))}))}))}function u(r){const s=t;e[s(530)][s(565)]((t=>{const o=s,a=Array[o(535)](n[o(586)]())[o(536)]((t=>i.LiveRange[o(564)](t))),c=[];for(const t of r)for(const e of t[o(521)]({shallow:!0}))c[o(557)](e);for(const n of c)o(500)!=n[o(581)][o(592)]&&(t[o(467)](t[o(546)](n,0)),e[o(481)][o(470)](o(555))[o(621)](),e[o(544)](o(555),{forceDefaultExecution:!0}));const u=a[o(479)]((t=>o(500)!=t[o(581)][o(592)]));u[o(548)]>0&&t[o(467)](u);for(const t of a)t[o(512)]()}))}function l(e,n){const r=t;return n[r(527)]((t=>e[r(517)]((e=>e[r(606)][r(520)](t[r(482)])||t[r(606)][r(520)](e[r(482)])))))}function f(e,n){const r=t;return e[r(517)]((t=>n[r(517)]((e=>t[r(606)][r(478)](e[r(482)])))))}e[t(622)][t(594)].on(t(524),((e,n,r)=>{const s=t;if(!r[s(566)][s(588)])return;const o=n[s(515)];if(!o)return;const i=r[s(510)][s(599)](o);function c(t){return Array[s(627)](t)?t:[t]}i&&s(567)===o[s(560)]&&(0,a.setHighlightHandling)(i,r[s(590)],((t,e,n)=>n[s(473)](c(e[s(492)]),t)),((t,e,n)=>n[s(597)](c(e[s(492)]),t)))}),{priority:t(580)}),s[t(523)][t(616)]((e=>{const n=t;if(n(625)!=e[n(513)]&&n(498)!=e[n(513)])return;const s=e[n(582)]();if(null!=s&&s.is(n(489),n(618))){if(n(625)==e[n(513)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)]));if(t[n(548)])return{type:n(625),content:Hr(r,n(589),Hr(r,n(550),'"'+t[n(570)](" ")+'"'))}}if(n(498)==e[n(513)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)]));if(t[n(548)])return{type:n(498),content:Hr(r,n(605),Hr(r,n(550),'"'+t[n(570)](" ")+'"'))}}}})),s[t(523)][t(616)]((e=>{const n=t;if(n(493)==e[n(549)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)])),s=this[n(488)](e),o=s[n(494)]-s[n(623)]+1;if(n(625)==e[n(513)])return t[n(548)]?{type:n(625),content:Hr(r,n(589),Hr(r,n(587),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(625),content:Hr(r,n(589),Hr(r,n(491),o))};if(n(498)==e[n(513)])return t[n(548)]?{type:n(498),content:Hr(r,n(605),Hr(r,n(587),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(498),content:Hr(r,n(605),Hr(r,n(491),o))}}if(n(568)==e[n(549)]){const t=e[n(521)]()[n(479)]((t=>t.is(n(626))))[n(536)]((t=>t[n(622)])),s=this[n(488)](e),o=s[n(558)]-s[n(553)]+1;if(n(625)==e[n(513)])return t[n(548)]?{type:n(625),content:Hr(r,n(589),Hr(r,n(603),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(625),content:Hr(r,n(589),Hr(r,n(613),o))};if(n(498)==e[n(513)])return t[n(548)]?{type:n(498),content:Hr(r,n(605),Hr(r,n(603),[o,'"'+t[n(570)](" ")+'"']))}:{type:n(498),content:Hr(r,n(605),Hr(r,n(613),o))}}})),s[t(504)][t(514)](t(625),t(493),t(573),c),s[t(504)][t(514)](t(498),t(493),t(507),c),s[t(504)][t(514)](t(625),t(568),t(573),u),s[t(504)][t(514)](t(498),t(568),t(507),u),s[t(504)][t(514)](t(625),t(568),t(570),l),s[t(504)][t(514)](t(498),t(568),t(570),l),s[t(504)][t(514)](t(625),t(493),t(570),f),s[t(504)][t(514)](t(498),t(493),t(570),f)}[oa(499)](){const t=oa,e=this[t(528)],n=e[t(530)][t(556)][t(484)];return(r,s)=>{const o=t;e[o(530)][o(565)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(606)][a(614)];u&&u[0]&&!1===u[0][a(511)]&&(l=r[0][a(482)][a(526)]);const f=t[a(505)](l);if(a(500)==f[a(581)][a(592)])return;const h=Array[a(535)](n[a(586)]())[a(536)]((t=>i.LiveRange[a(564)](t)));t[a(467)](f),e[a(481)][a(470)](c)[a(621)](),u[a(557)]({forceDefaultExecution:!0}),e[a(544)](c,...u);const g=h[a(479)]((t=>a(500)!=t[a(581)][a(592)]));g[a(548)]>0&&t[a(467)](g);for(const t of h)t[a(512)]()}))}}[oa(506)](t){const e=oa,n=this[e(528)][e(583)][e(470)](e(559));let r=Number[e(628)],s=Number[e(563)],o=Number[e(628)],i=Number[e(563)];for(const a of t){if(e(500)==a[e(581)][e(592)])continue;const{row:t,column:c}=n[e(538)](a),u=a[e(541)](e(534))?a[e(495)](e(534))-1:0,l=a[e(541)](e(518))?a[e(495)](e(518))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[oa(516)](){const t=oa,e=this[t(528)],n=e[t(583)][t(470)](t(577)),r=e[t(583)][t(470)](t(559));e[t(530)][t(556)].on(t(480),(()=>{const r=t,s=Array[r(535)](e[r(530)][r(556)][r(554)][r(624)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(619)](t);if(r(601)!=s)continue;if(null!=e[r(469)])continue;const a=n[r(509)](o);this[r(477)][r(533)](i)&&this[r(502)][r(466)](a)}}),{priority:t(487)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(572)](e),a=e[s(579)](s(618)),c=r[s(538)](e);for(const t of this[s(502)]){const n=t[s(549)],r=n[s(576)](s(529)),u=n[s(503)](r?10:5),l=u[s(609)](),f=l[s(503)](0,3)+s(468),h=s(543)+u,g=s(591)+u;if(!t[s(537)])continue;if(a!=t[s(595)]()[s(482)][s(579)](s(618)))continue;if(t[s(617)](i))continue;const d=e[s(541)](f)?e[s(495)](f)-1:0,p=this[s(488)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(562)](i),o=!0)}return o};e[t(530)][t(556)][t(540)]((n=>{const r=t;let o=!1;for(const t of e[r(530)][r(556)][r(554)][r(522)]())if(r(615)==t[r(513)])if(r(493)==t[r(560)])for(const e of t[r(571)][r(526)][r(547)]())o=o||s(e,n);else r(567)==t[r(560)]&&(o=o||s(t[r(571)][r(526)],n));return o}))}[oa(488)](t){const e=oa;return this[e(506)](t[e(586)]()[e(536)]((t=>t[e(482)][e(526)])))}}function ca(t){const e=oa;return Array[e(535)](new Set(t)[e(471)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=100]})(t,e)}function fa(){const t=["formatInline","257410cnAgya","_tablePostFixingSubtypes","cell","getSuggestions","getFirstPosition","getAncestors","markBlockFormat","execute","detach","author","type","5362GXQhZK","createRangeOn","2932353PmRPUg","low","setSelection","getRanges","element","locale","afterInit","requires","change","filter","29368dioEOt","commandName","findAncestor","map","_areMergableCells","getCellLocation","value","length","_suggestionFactory","document","formatBlock","direction","884352yZDkvY","editor","root","markMultiRangeBlockFormat","tableCell","forceDefaultExecution","593724IPwezR","trackChanges","registerDescriptionCallback","getSelectionAffectedTableCells","*Split cell:* vertically","isEnabled","39kXdjAC","TableEditing","push","highest","enableCommand","add","accept","plugins","size","refresh","table","splitTableCellVertically","isInContent","containsRange","model","_isForcedDefaultExecutionBlock","$graveyard","splitTableCellHorizontally","createTableWalker","selection","descriptionFactory","horizontally","format","TableUtils","_areSelectedCellsMergable","671013Wqeeie","find","return","set:isEnabled","mergeTableCells","deletion","*Merge cells*","_acceptFormatSuggestionCallbackFactory","registerCustomCallback","mergeTableCellRight","mergeTableCellUp","6sKyuhp","mergeTableCellDown","rootName","insertion","subType","has","commands","get","stop","TrackChangesEditing","from","*Split cell:* horizontally","mergeTableCellLeft","fromRange"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(105734===parseInt(n(181))/1+parseInt(n(169))/2*(-parseInt(n(107))/3)+-parseInt(n(101))/4+-parseInt(n(158))/5+parseInt(n(143))/6*(parseInt(n(132))/7)+-parseInt(n(193))/8+parseInt(n(171))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(178)](){return[aa]}[ua(177)](){const t=ua,e=this[t(194)],n=e[t(121)][t(190)][t(126)],r=e[t(176)];if(!e[t(114)][t(148)](t(108)))return;const s=e[t(114)][t(150)](t(152)),o=e[t(114)][t(150)](t(130)),a=e[t(114)][t(150)](aa);a[t(159)][t(109)](t(136)),s[t(111)](t(136),(()=>{const n=t,r=o[n(104)](e[n(121)][n(190)][n(126)]);e[n(121)][n(179)]((()=>{const t=n;s[t(196)](r,{commandName:t(136),commandParams:[]},[],t(136))}))})),e[t(149)][t(150)](t(136)).on(t(165),((n,r)=>{const o=t;e[o(149)][o(150)](o(102))[o(187)]&&(r[o(188)]>0&&r[r[o(188)]-1]&&r[r[o(188)]-1][o(100)]||s[o(122)]||this[o(131)]()||n[o(151)]())}),{priority:t(110)});for(const n of[t(142),t(141),t(144),t(155)]){const r=e[t(149)][t(150)](n);s[t(111)](n,(()=>{const n=t,o=e[n(121)][n(190)][n(126)][n(162)]()[n(163)]()[n(133)]((t=>t.is(n(175),n(197)))),i=r[n(187)];e[n(121)][n(179)]((()=>{const t=n;s[t(196)]([o,i],{commandName:t(136),commandParams:[]},[],t(136))}))}))}for(const n of[t(118),t(124)]){const r=e[t(149)][t(150)](n);s[t(111)](n,(()=>{const i=t,a=o[i(104)](e[i(121)][i(190)][i(126)])[0],c=a[i(183)](i(117)),{column:u,row:l}=o[i(186)](a);let f=[];if(i(128)==r[i(192)]){const t=o[i(125)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(153)](t)[i(184)]((t=>t[i(160)]))}else{const t=o[i(125)](c,{column:u,includeAllSlots:!0});f=Array[i(153)](t)[i(184)]((t=>t[i(160)]))}e[i(121)][i(179)]((t=>{const e=i;s[e(164)](t[e(170)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(127)][t(103)]((e=>{const n=t;if(n(191)!=e[n(168)]&&n(157)!=e[n(168)])return;const{data:s}=e;return s&&n(136)==s[n(182)]?{type:n(129),content:Hr(r,n(138))}:void 0})),s[t(127)][t(103)]((e=>{const n=t;if(n(191)!=e[n(168)]&&n(157)!=e[n(168)])return;const{data:s}=e;return s?n(118)==s[n(182)]?{type:n(129),content:Hr(r,n(105))}:n(124)==s[n(182)]?{type:n(129),content:Hr(r,n(154))}:void 0:void 0}));const c=a[t(139)]();for(const e of[t(142),t(141),t(144),t(155)])s[t(189)][t(140)](t(191),e,t(113),c);for(const e of[t(118),t(124)])s[t(189)][t(140)](t(191),e,t(113),c);s[t(189)][t(140)](t(191),t(136),t(113),(r=>{const s=t;e[s(121)][s(179)]((t=>{const o=s,a=Array[o(153)](n[o(174)]())[o(184)]((t=>i.LiveRange[o(156)](t)));t[o(173)](r),e[o(149)][o(150)](o(136))[o(116)](),e[o(165)](o(136),{forceDefaultExecution:!0});const c=a[o(180)]((t=>o(123)!=t[o(195)][o(145)]));c[o(188)]>0&&t[o(173)](c);for(const t of a)t[o(166)]()}))}));for(const n of[t(142),t(144),t(155),t(141)]){const r=e[t(149)][t(150)](n);r.on(t(135),((n,s,o)=>{const i=t;if(o){const t=e[i(121)][i(190)][i(126)][i(162)]()[i(163)]()[i(133)]((t=>t.is(i(175),i(197))));this[i(185)](r[i(187)],t)||(n[i(134)]=!1,n[i(151)]())}}),{priority:t(172)})}}[ua(131)](){const t=ua,e=this[t(194)][t(149)][t(150)](t(136)),n=this[t(194)][t(114)][t(150)](t(130));if(!e[t(106)])return!1;const r=n[t(104)](this[t(194)][t(121)][t(190)][t(126)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(185)](e,n))return!1;return!0}[ua(185)](t,e){const n=ua,r=this[n(194)][n(114)][n(150)](n(152)),s=this[n(194)][n(121)][n(170)](t),o=this[n(194)][n(121)][n(170)](e),i=new Set,a=new Set;for(const t of r[n(161)]())if((n(146)==t[n(168)]||n(137)==t[n(168)]||n(136)==t[n(147)])&&t[n(119)])for(const e of t[n(174)]())e[n(120)](s,!0)&&i[n(112)](t[n(168)]+":"+t[n(167)].id),e[n(120)](o,!0)&&a[n(112)](t[n(168)]+":"+t[n(167)].id);if(i[n(115)]!=a[n(115)])return!1;for(const t of i)if(!a[n(148)](t))return!1;return!0}}function ga(t,e){const n=pa();return(ga=function(t,e){return n[t-=432]})(t,e)}const da=ga;function pa(){const t=["unbindElementFromMarkerName","forceValue","getCellLocation","removeMarker:suggestion","activeMarkers","parent","afterInit","cell","highest","has","stop","get","4488711OxOcgD","showSuggestionHighlights","TrackChangesEditing","toViewElement","commandName","end","options","enableDefaultAttributesIntegration","plugins","markerRange","6219ytPYDn","16312MeXEDc","2603814DozkAX","ck-suggestion-marker-","registerDescriptionCallback","174340eArBfx","TableUtils","95dmUugc","data","markerNameToElements","ck-suggestion-marker--active","FORMAT_HEADER_ROW","consume","editor","TableEditing","34166590WWWsSZ","editing","locale","downcastDispatcher","registerAttributeLabel","descriptionFactory","setAttribute","item","addClass","setTableColumnHeader","_handleLegacySuggestions","_splitMarkerName","addMarker:suggestion","markerName","type","includes","registerBlockAttribute","formatBlock","removeAttribute","FORMAT_REGULAR_COLUMN","_suggestionFactory","*Format:* %0","commandParams","1221358PMhCLR","FORMAT_HEADER_COLUMN","headingRows","nodeAfter","removeClass","14vwEjhg","_registerLegacyDescription","writer","accept","start","345788BrPhkT","FORMAT_REGULAR_ROW","requires","format","setTableRowHeader","data-suggestion","consumable","bindElementToMarker","_acceptFormatSuggestionCallbackFactory","createTableWalker","getSuggestion","nodeBefore","headingColumns","registerCustomCallback","mapper","name"];return(pa=function(){return t})()}!function(t,e){const n=ga,r=t();for(;;)try{if(816187===-parseInt(n(433))/1+parseInt(n(509))/2+-parseInt(n(461))/3+-parseInt(n(476))/4*(parseInt(n(478))/5)+parseInt(n(473))/6*(parseInt(n(514))/7)+parseInt(n(472))/8*(-parseInt(n(471))/9)+parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[da(435)](){return[aa]}[da(455)](){const t=da,e=this[t(484)];if(!e[t(469)][t(458)](t(485)))return;const n=e[t(488)],r=e[t(469)][t(460)](t(463));r[t(468)](t(437)),r[t(468)](t(495)),r[t(502)](t(511)),r[t(502)](t(445)),r[t(491)][t(490)](t(511),Hr(n,t(482))),r[t(491)][t(490)](t(445),Hr(n,t(510))),this[t(496)]()}[da(496)](){const t=da,e=this[t(484)][t(469)][t(460)](t(463)),n=this[t(484)][t(469)][t(460)](t(477)),r=this[t(484)][t(469)][t(460)](aa)[t(441)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=ga,{type:c,id:u}=e[a(497)](o[a(499)]),l=e[a(443)](u),f=l[a(479)];if(a(503)!=l[a(500)]||!f||a(495)!=f[a(465)])return;if(o[a(493)])return void s[a(459)]();if(!i[a(439)][a(483)](o[a(470)],s[a(448)]))return;const h=o[a(470)][a(432)][a(512)],g=o[a(470)][a(466)][a(444)],d=h[a(454)][a(454)],{column:p}=n[a(451)](h),{column:m}=n[a(451)](g);for(let s=p;s<=m;s++){const l=n[a(442)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(456)],l=i[a(447)][a(464)](s);i[a(516)][a(494)](a(474)+c,l),r&&i[a(516)][a(492)](a(438),u,l),i[a(447)][a(440)](l,o[a(499)]),t&&(e[a(453)][a(501)](o[a(499)])?i[a(516)][a(494)](a(481),l):i[a(516)][a(513)](a(481),l))}}}}e[t(506)][t(446)](t(503),t(437),t(517),r),e[t(506)][t(446)](t(503),t(495),t(517),r),this[t(484)][t(487)][t(489)].on(t(498),s(),{priority:t(457)}),this[t(484)][t(479)][t(489)].on(t(498),((e,n,r)=>{const o=t;r[o(467)][o(462)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(457)}),this[t(484)][t(487)][t(489)].on(t(452),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(497)](r[o(499)]),c=e[o(443)](a),u=c[o(479)];if(o(503)!=c[o(500)]||!u||o(495)!=u[o(465)])return;const l=s[o(447)][o(480)](r[o(499)]);if(l)for(const t of l)s[o(516)][o(513)](o(474)+i,t),s[o(516)][o(513)](o(481),t),s[o(516)][o(504)](o(438),t),s[o(447)][o(449)](t,r[o(499)])}),{priority:t(457)}),this[t(515)]()}[da(515)](){const t=da,e=this[t(484)],n=e[t(488)];function r(e){const r=t;return{type:r(436),content:Hr(n,r(507),e)}}e[t(469)][t(460)](t(463))[t(491)][t(475)]((e=>{const s=t;if(s(503)!=e[s(500)])return;const{data:o}=e;if(o){if(s(437)==o[s(465)]){const t=o[s(508)][0][s(450)];return r(Hr(n,s(t?482:434)))}if(s(495)==o[s(465)]){const t=o[s(508)][0][s(450)];return r(Hr(n,s(t?510:505)))}}}))}}const Ia=ba;function Ea(){const t=["tablePaste","getRowIndexes","every","fromRange","getSuggestionCallback","getColumnIndexes","attributes","start","markerAttributes","148UlXLhB","_isForcedDefaultExecutionBlock","3500835GhCOqK","$graveyard","elementToElement","8686971oGUBFQ","suggestionLoaded","suggestionUnloaded","editingDowncast","_tablePostFixingSubtypes","tableCellHorizontalAlignment","schema","414McnuPS","updateMarker","add","get","previousSibling","tableCell","getChangedMarkers","getSuggestion","suggestion:formatBlock:tablePasteCell","author","registerPostFixer","register","keys","deletion","listenTo","trackChanges","value","setAttributes","unwrap","createRangeOn","cells","paragraph","table","7627908GaLOYn","getShiftedBy","root","isEmpty","createRangeIn","requires","low","getItems","getContainedElement","last","getAttributes","createPositionBefore","Users","getAllAdjacentSuggestions","end","10TWhGdj","insertContent","markMultiRangeInsertion","cell","hasSuggestion","rowInsertionRanges","model","markMultiRangeBlockFormat","removeColumns","getColumns","_createdBatches","createElement","forceDefaultExecution","view","22451988lVWVry","insertColumns","position","type","element","rowInsertionIndexes","nodeAfter","suggestion","611709rCfZYi","*Replace table cells*","tablePasteRow","dataDowncast","documentSelection","forEach","remove","getSuggestions","has","ck-suggestion-marker--active","createTableWalker","detach","reduce","containsRange","88JaHTgH","getRanges","afterInit","return","fill","insertion","locale","registerCustomCallback","clipboardOutput","for","find","accept","removeRows","rows","markMultiRangeDeletion","push","_splitMarkerName","endRow","selection","tablePasteColumn","getChild","columnInsertionRanges","column","tableCellVerticalAlignment","tablePasteCell","8261bFbaMY","getMarkers","26485arzfLl","name","includes","move","4oKFuOw","markers","commands","getChildren","ck-suggestion-marker-insertion","insert","fromEntries","findAncestor","insertRows","document","previous","isInContent","batch","tableCellBorderWidth","22QmwYVW","length","markerName","discard","options","newRange","editing","plugins","join","conversion","TrackChangesEditing","getTableIfOnlyTableInContent","columnInsertionIndexes","setAttribute","row","markerToHighlight","call","from","tableCellBackgroundColor","redo","some","rootName","showSuggestionHighlights","TableUtils","getRange","wrap","_suggestionFactory","high","nextSibling","differ","tableCellSuggestion","filter","_replaceTableSlotCell","first","tableCellBorderColor","content","subType","oldRange","isEqual","formatBlock","registerDescriptionCallback","change","getSelectionAffectedTableCells","tableCellBorderStyle","editor","activeMarkers","columns","endColumn","ck-suggestion-marker","insertionRanges","tablePasteChainId","entries","getRows","getChanges","removeMarker","startsWith","removeMarkers","createRange","deletionRanges","stop","next","set","suggestion-td","tableCellPadding","_getCoordsForCells","map","TableClipboard","descriptionFactory"];return(Ea=function(){return t})()}function ba(t,e){const n=Ea();return(ba=function(t,e){return n[t-=424]})(t,e)}!function(t,e){const n=ba,r=t();for(;;)try{if(641934===parseInt(n(563))/1*(-parseInt(n(452))/2)+-parseInt(n(454))/3*(-parseInt(n(569))/4)+parseInt(n(565))/5*(-parseInt(n(464))/6)+parseInt(n(524))/7*(parseInt(n(538))/8)+parseInt(n(457))/9*(-parseInt(n(502))/10)+-parseInt(n(583))/11*(parseInt(n(487))/12)+parseInt(n(516))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const Ta=[Ia(582),Ia(617),Ia(626),Ia(462),Ia(561),Ia(601),Ia(438)],_a=Object[Ia(575)](Ta[Ia(440)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(492)](){return[aa]}[Ia(540)](){const t=Ia,n=this[t(627)];if(!n[t(590)][t(532)](t(441)))return;const r=n[t(590)][t(467)](t(593)),s=n[t(590)][t(467)](t(606)),o=n[t(590)][t(467)](aa),a=n[t(590)][t(467)](t(441));o[t(461)][t(553)](t(526),t(557)),n[t(508)][t(463)][t(475)](t(613),{allowIn:t(469),allowContentOf:t(469),isLimit:!0}),n[t(592)][t(456)]({model:t(613),view:t(437)});let c=null;n[t(508)].on(t(503),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(584)]-1];h&&h[u(514)]||r[u(453)]||this[u(627)][u(571)][u(467)](u(479))[u(480)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(528)))return!1;const i=s[o(594)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(625)](n[o(578)][o(556)]);if(!a[o(584)])return!1;const c=a[0][o(576)](o(486)),l=r[o(444)](a),f=r[o(448)](a),h={startRow:l[o(616)],endRow:l[o(496)],startColumn:f[o(616)],endColumn:f[o(496)]};return 1==a[o(584)]&&(h[o(555)]+=r[o(427)](i)-1,h[o(630)]+=r[o(511)](i)-1),ka(c,h,r)}(l,f,n[u(508)],s,a)&&(o[u(434)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(508)][u(624)]((()=>{const t=u;n[t(508)][t(503)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(584)]&&r[t(504)](o,t(526),{tablePasteChainId:s}),a[t(584)]&&r[t(504)](a,t(557),{tablePasteChainId:s}),l[t(584)]&&(r[t(504)](l,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(529)]((e=>{const n=t;var r;return null===(r=e[n(535)])||void 0===r?void 0:r[n(599)](e)}))),f[t(584)]&&(r[t(552)](f,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(529)]((e=>{const n=t;var r;return null===(r=e[n(535)])||void 0===r?void 0:r[n(599)](e)})));const g=r[t(509)](h[t(440)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(562),{tablePasteChainId:s});if(g){const e=g[t(564)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(508)][t(483)](s),a=e[t(548)]((e=>e[t(607)]()[t(621)](i)));a&&r[t(553)]([a[t(566)],o])}r[t(584)]&&g[t(596)](t(451),Object[t(575)](r))}c=null})))}),{priority:e.priorities[t(610)]+10}),n[t(590)][t(467)](t(441)).on(t(615),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(434)]();const u=s[r(505)],l=o,f=Aa(u),h=Aa(l);e[r(541)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(530)](u[r(558)](0));for(const t of Array[r(600)](l[r(572)]()))a[r(574)](t,u,r(501));const t=c[r(521)][r(567)](s[r(597)]),e=c[r(595)][r(567)](s[r(560)]);t||e||(g=i.LiveRange[r(446)](a[r(491)](u)))}else h&&!f&&(d=a[r(491)](u));else{const t=a[r(513)](r(613)),e=a[r(513)](r(613));a[r(608)](a[r(491)](u),e),a[r(574)](t,u,0);for(const e of Array[r(600)](l[r(572)]()))a[r(574)](e,t,r(501));g=i.LiveRange[r(446)](a[r(483)](t)),d=i.LiveRange[r(446)](a[r(483)](e))}const p=Array[r(600)](l[r(497)]())[r(614)]((([t])=>Ta[r(567)](t)));c[r(484)][r(553)]({element:u,attributes:p[r(584)]?Object[r(575)](p):null}),g&&c[r(424)][r(553)](g),d&&c[r(433)][r(553)](d)}),{priority:t(610)}),s.on(t(517),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(629)]||1;c[o(595)]=new Array(l)[o(542)](u)[o(440)](((t,e)=>t+e));for(const{cell:t}of s[o(534)](i,{startColumn:u,endColumn:u+l-1}))c[o(559)][o(553)](n[o(508)][o(483)](t))}),{priority:t(493)}),s.on(t(577),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(551)]||1;c[o(521)]=new Array(l)[o(542)](u)[o(440)](((t,e)=>t+e));for(const{cell:t}of s[o(534)](i,{startRow:u,endRow:u+l-1}))c[o(507)][o(553)](n[o(508)][o(483)](t))}),{priority:t(493)}),r[t(442)][t(623)]((e=>{const r=t;if(e[r(619)]&&e[r(619)][r(430)](r(443)))return e[r(579)]?{}:{type:r(543),content:Hr(n[r(544)],r(525))}}));const u=()=>!1;for(const e of[t(443),t(557),t(526),t(562)])r[t(609)][t(545)](t(543),e,t(591),u),r[t(609)][t(545)](t(477),e,t(591),u),r[t(609)][t(545)](t(622),e,t(591),u);r[t(609)][t(545)](t(622),t(562),t(586),u),r[t(609)][t(545)](t(622),t(562),t(549),((e,r,s)=>{const o=t,i=e[o(440)]((t=>t[o(495)]()))[o(614)]((t=>t)),a=new Map(i[o(440)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(484)])e&&a[o(436)](t,e);else if(s&&s[o(451)])for(const[t,e]of Object[o(426)](s[o(451)])){const r=n[o(508)][o(570)][o(467)](t),s=r?r[o(607)]()[o(495)]():null;s&&a[o(436)](s,e)}n[o(508)][o(624)]((t=>{const e=o;for(const[n,r]of a)t[e(481)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(609)][o(545)](e,o(443),s,((t,i,a)=>{const c=o;n[c(508)][c(624)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(450)][o(522)];t.is(o(520),o(613))&&u[o(553)](t)}r[o(609)][o(447)](e,null,s)(t,i,a);for(const t of u)o(455)!=t[o(489)][o(604)]&&n[o(482)](t)}))}))};l(t(543),t(549)),l(t(543),t(586)),l(t(477),t(549)),l(t(477),t(586)),r[t(609)][t(545)](t(543),t(526),t(586),(e=>{const n=t,r=e[n(440)]((t=>t[n(495)]())),i=r[0][n(576)](n(486)),{minRow:a,maxRow:c}=o[n(439)](r);s[n(550)](i,{at:a,rows:c-a+1})})),r[t(609)][t(545)](t(543),t(557),t(586),(e=>{const n=t,r=e[n(440)]((t=>t[n(495)]())),i=r[0][n(576)](n(486)),{minColumn:a,maxColumn:c}=o[n(439)](r);s[n(510)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(619)]||!n[s(619)][s(430)](s(443)))return;const o=n[s(449)][s(425)],i=r[s(531)]()[s(614)]((t=>t[s(580)]&&t[s(449)]&&t[s(449)][s(425)]==o));i[s(584)]&&n[s(500)]()[s(584)]!=i[s(584)]&&i[s(536)](((t,e)=>(t[s(435)]=e,e[s(579)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(554)](e[s(585)]),i=[s(631),s(573)],a=r[s(628)][s(567)](e[s(585)]);return a&&i[s(553)](s(533)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(458),f,{priority:t(610)}),r.on(t(459),f,{priority:t(610)}),n[t(508)][t(578)][t(474)]((()=>{const e=t;let s=!1;const o=Array[e(600)](n[e(508)][e(578)][e(612)][e(470)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(554)](t);if(e(523)!=o||e(477)!=a||i[e(620)])continue;if(!r[e(506)](c))continue;const u=r[e(471)](c)[e(539)](),l=n[e(590)][e(467)](e(499)).me;for(const t of r[e(531)]())if(t[e(580)]&&t[e(473)]==l&&e(622)==t[e(519)]&&e(562)==t[e(619)]&&t[e(539)]()[e(445)]((t=>u[e(603)]((n=>n[e(537)](t,!0))))))for(const n of t[e(500)]())n[e(580)]&&(n[e(586)](),s=!0)}return s})),n[t(508)][t(578)][t(474)]((e=>{const s=t,o=n[s(571)][s(467)](s(602));if(!o||!o[s(512)][s(532)](e[s(581)]))return!1;let i=!1;const a=n[s(590)][s(467)](s(499)).me,c=n[s(508)][s(578)][s(612)][s(428)](),u=Array[s(600)](n[s(508)][s(578)][s(612)][s(470)]())[s(614)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(554)](t);return n(523)==o&&n(443)==i&&c==a.id&&!e[n(620)]}));for(const t of c){if(s(574)!=t[s(519)]||s(613)!=t[s(566)]||1!=t[s(584)])continue;const n=e[s(432)](t[s(518)],t[s(518)][s(488)](1));if(!u[s(548)]((({data:t})=>t[s(588)][s(621)](n))))for(const{name:t,data:r}of u)if(n[s(537)](r[s(588)])){e[s(465)](t,{range:n}),i=!0;break}}return i})),n[t(508)][t(578)][t(474)]((e=>{const s=t;let o=!1;const i=n[s(590)][s(467)](s(499)).me,a=r[s(531)]()[s(614)]((t=>t[s(580)]&&t[s(473)]==i)),c=new Set,u=new Set;for(const t of a)if(s(443)==t[s(619)])for(const e of t[s(564)]()){const n=e[s(607)]()[s(495)]();if(n)if(n.is(s(520),s(613))&&Aa(n)){t[s(429)](e[s(566)]),c[s(466)](n),o=!0;const r=n[s(611)],i=n[s(468)],a=r&&r.is(s(520),s(613)),l=i&&i.is(s(520),s(613));a&&!c[s(532)](r)&&u[s(466)](r),l&&!c[s(532)](i)&&u[s(466)](i)}else n.is(s(520),s(485))&&n[s(490)]&&(t[s(429)](e[s(566)]),o=!0)}else if(s(562)==t[s(619)]){if(!t[s(449)]||!t[s(449)][s(425)])continue;const e=t[s(449)][s(451)];if(e&&Object[s(476)](e)[s(584)])continue;const n=t[s(449)][s(425)];let r=!0,i=!0;for(const e of a)if(e[s(619)]&&e[s(619)][s(430)](s(443))){if(!e[s(449)][s(425)]){i=!1;break}if(e.id!=t.id&&e[s(449)][s(425)]==n){r=!1;break}}i&&r&&(t[s(431)](),o=!0)}for(const t of c)e[s(530)](t);for(const t of u)e[s(482)](t);return o})),n[t(592)][t(547)](t(460))[t(598)]({model:t(472),view:(t,e)=>h(t),converterPriority:t(610)}),n[t(592)][t(547)](t(527))[t(598)]({model:t(472),view:(e,n)=>n[t(587)][t(605)]?h(e,!1):null,converterPriority:t(610)});const g=n[t(589)][t(515)];this[t(478)](g[t(578)],t(546),((e,n)=>{const r=t,s=[];for(const t of g[r(491)](n[r(618)])[r(494)]())t.is(r(520),r(437))&&s[r(553)](t);g[r(624)]((t=>{const e=r;for(const n of s)t[e(568)](t[e(491)](n),t[e(498)](n)),t[e(530)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(490)])return!0;const n=t[e(558)](0);return n.is(e(520),e(485))&&n[e(490)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(534)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=Ra();return(Ca=function(t,e){return n[t-=330]})(t,e)}const La=Ca;function Ra(){const t=["registerDescriptionCallback","bind","21648tidjeZ","get","getSelectedElement","table","afterInit","1324432CZFFde","TrackChangesEditing","TableColumnResizeEditing","markBlockFormat","plugins","getContainedElement","document","getTableColumnsWidths","subType","discard","locale","getAttribute","formatBlock","278310VwNOWv","handleResizeTableWidthCommand","getSuggestionCallback","change","resizeTable","tableWidth","registerCustomCallback","columnWidths","formatInline","author","type","editor","12406QklhZe","formatGroupId","_suggestionFactory","getSuggestions","format","8244730ykIBYn","commandParams","Users","*Format:* resize table","3068139dtThzL","has","2328741Xqiivb","enableCommand","data","selection","model","219kEbPvL","accept","189jwIYqv","handleSuggestionDescription","resizeTableWidth","700szBhuh","descriptionFactory","getColumnGroupElement"];return(Ra=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(771265===parseInt(n(368))/1*(parseInt(n(352))/2)+parseInt(n(361))/3+parseInt(n(378))/4*(-parseInt(n(373))/5)+parseInt(n(340))/6*(-parseInt(n(370))/7)+-parseInt(n(383))/8+-parseInt(n(363))/9+parseInt(n(357))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ra);class Sa extends t.Plugin{[La(382)](){const t=La;if(!this[t(351)][t(331)][t(362)](t(385)))return;const e=this[t(351)][t(331)][t(379)](t(384));e[t(364)](t(372),this[t(341)][t(377)](this)),e[t(354)][t(346)](t(339),t(344),t(369),e[t(354)][t(342)](t(339),null,t(336))),e[t(354)][t(346)](t(339),t(344),t(336),e[t(354)][t(342)](t(339),null,t(369))),e[t(374)][t(376)](this[t(371)][t(377)](this))}[La(341)](t,e){const n=La,r=this[n(351)][n(331)][n(379)](n(384)),s=this[n(351)][n(331)][n(379)](n(385)),o=e[n(381)]||this[n(351)][n(367)][n(333)][n(366)][n(380)]();this[n(351)][n(367)][n(343)]((()=>{const i=n,a=s[i(375)](o);let c=a?s[i(334)](a):null,u=o[i(338)](i(345))||null;const l=e[i(345)]||u,f=e[i(347)]||c,h=this[i(351)][i(331)][i(379)](i(359)).me;for(const t of r[i(355)]()){const e=t[i(332)]();if(i(344)===t[i(335)]&&e===o){t[i(349)]!==h&&t[i(336)]();const e=t[i(365)][i(358)];u=e[0][i(345)],c=e[0][i(347)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(330)](o,{commandName:i(372),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(344)},[],i(344))}))}[La(371)](t){const e=La;if(e(339)!=t[e(350)]&&e(348)!=t[e(350)])return;const{data:n}=t;if(n&&e(344)===n[e(353)]){const t=e(360);return{type:e(356),content:Hr(this[e(351)][e(337)],t)}}}}const Na=va;function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=217]})(t,e)}function Ma(){const t=["afterInit","Template","326892ljHvGT","249uITwrm","enableCommand","has","1895658nHpUyu","414jvYemx","insertTemplate","TrackChangesEditing","28088HeBtVc","get","922555uShlpA","17129FOKqHk","plugins","editor","6252mYouOv","166854laAdnm"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(181649===-parseInt(n(234))/1+parseInt(n(231))/2+-parseInt(n(217))/3*(-parseInt(n(230))/4)+-parseInt(n(226))/5+parseInt(n(220))/6+parseInt(n(227))/7+-parseInt(n(224))/8*(-parseInt(n(221))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[Na(232)](){const t=Na,e=this[t(229)];e[t(228)][t(219)](t(233))&&e[t(228)][t(225)](t(223))[t(218)](t(222))}}const wa=Da;function Da(t,e){const n=Fa();return(Da=function(t,e){return n[t-=181]})(t,e)}function Fa(){const t=["ELEMENT_TABLE_OF_CONTENTS","10117176MMGWco","plugins","afterInit","locale","tableOfContents","7879293zREmwu","insertTableOfContents","9590903aKRkmc","enableCommand","editor","68301jzIATi","563998kWOTAp","registerElementLabel","get","commands","677359orfIrV","5rvmoLI","descriptionFactory","TrackChangesEditing","24NEyQmj","9971454qhKufg"];return(Fa=function(){return t})()}!function(t,e){const n=Da,r=t();for(;;)try{if(939708===parseInt(n(194))/1+-parseInt(n(190))/2+parseInt(n(189))/3*(-parseInt(n(198))/4)+parseInt(n(195))/5*(parseInt(n(199))/6)+-parseInt(n(186))/7+parseInt(n(201))/8+-parseInt(n(184))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[wa(181)](){const t=wa,e=this[t(188)];if(!e[t(193)][t(192)](t(185)))return;e[t(202)][t(192)](t(197))[t(187)](t(185));const n=e[t(202)][t(192)](t(197)),r=e[t(182)];n[t(196)][t(191)](t(183),(e=>Hr(r,t(200),e)))}}const xa=Ua;function Ba(){const t=["277810lXyPEn","99RjIKGq","element","from","ELEMENT_TITLE","726UGhYVu","updateMarker","TrackChangesEditing","end","10482021opLZxd","suggestion","624vGLrQR","has","getChangedMarkers","2664EICXLj","newRange","nodeBefore","isTouching","removeMarker","get","plugins","182wspWzE","isCollapsed","26630stjiTa","getNearestSelectionRange","schema","registerElementLabel","_splitMarkerName","isEqual","title-content","registerPostFixer","editor","afterInit","model","forward","start","differ","108368OqaWcx","13808xiPfeR","document","Title","71390KTIVTB","locale","descriptionFactory","createRange"];return(Ba=function(){return t})()}function Ua(t,e){const n=Ba();return(Ua=function(t,e){return n[t-=252]})(t,e)}!function(t,e){const n=Ua,r=t();for(;;)try{if(282258===-parseInt(n(256))/1+parseInt(n(252))/2+-parseInt(n(265))/3*(-parseInt(n(274))/4)+parseInt(n(283))/5*(-parseInt(n(271))/6)+parseInt(n(281))/7*(parseInt(n(253))/8)+-parseInt(n(261))/9*(parseInt(n(260))/10)+parseInt(n(269))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ba);class ja extends t.Plugin{[xa(292)](){const t=xa,e=this[t(291)];if(!e[t(280)][t(272)](t(255)))return;const n=e[t(280)][t(279)](t(267));n[t(258)][t(286)](t(289),(()=>Hr(e[t(257)],t(264)))),e[t(293)][t(254)][t(290)]((r=>{const s=t;let o=!1;const i=Array[s(263)](e[s(293)][s(254)][s(296)][s(273)]());for(const{name:t,data:a}of i){const{group:i}=n[s(287)](t);if(s(270)!==i||!a[s(275)])continue;const c=a[s(275)],u=c[s(268)][s(276)];if(!u||!u.is(s(262),s(289)))continue;if(!c[s(295)][s(277)](c[s(268)]))continue;const l=e[s(293)][s(285)][s(284)](c[s(268)],s(294));if(l&&l[s(282)]){const e=r[s(259)](c[s(295)],l[s(295)]);e[s(288)](c)||(r[s(266)](t,{range:e}),o=!0)}o||(r[s(278)](t),o=!0)}return o}))}}function Ga(t,e){const n=za();return(Ga=function(t,e){return n[t-=134]})(t,e)}const Va=Ga;function za(){const t=["plugins","afterInit","1497339kRsslw","46510FwZCGa","undo","editor","has","121426eLVwPp","UndoEditing","290382DXGDVz","202608DeZRHP","1227821HZTrBw","54qXQdFD","get","TrackChangesEditing","8HXfvWn","132831Soklrf","redo","enableCommand"];return(za=function(){return t})()}!function(t,e){const n=Ga,r=t();for(;;)try{if(118032===parseInt(n(138))/1+parseInt(n(148))/2+-parseInt(n(150))/3*(parseInt(n(137))/4)+-parseInt(n(144))/5*(-parseInt(n(134))/6)+parseInt(n(152))/7+parseInt(n(151))/8+-parseInt(n(143))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class Ha extends t.Plugin{[Va(142)](){const t=Va,e=this[t(146)],n=e[t(141)][t(135)](t(136));e[t(141)][t(147)](t(149))&&(n[t(140)](t(145)),n[t(140)](t(139)))}}const Ka=Xa;function Wa(){const t=["152496iofKyw","91338uHPzZQ","4870nHUEdG","get","editor","plugins","2FrFmVW","TrackChangesEditing","296hbgjoM","114713FQmYUY","toggleTableCaption","requires","24HXRItG","918999QmLjBp","1348370CEAKiu","afterInit","enableCommand","39193KPPEgR","has","TableCaptionEditing"];return(Wa=function(){return t})()}function Xa(t,e){const n=Wa();return(Xa=function(t,e){return n[t-=339]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(102475===parseInt(n(349))/1*(parseInt(n(346))/2)+parseInt(n(341))/3+parseInt(n(348))/4*(-parseInt(n(342))/5)+-parseInt(n(352))/6*(parseInt(n(357))/7)+parseInt(n(340))/8+-parseInt(n(353))/9+parseInt(n(354))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class qa extends t.Plugin{static get[Ka(351)](){return[aa]}[Ka(355)](){const t=Ka,e=this[t(344)];e[t(345)][t(358)](t(339))&&e[t(345)][t(343)](t(347))[t(356)](t(350))}}function Za(t,e){const n=Ja();return(Za=function(t,e){return n[t-=178]})(t,e)}const Ya=Za;function Ja(){const t=["batch","842204hoNEls","tableCellPadding","getFirstPosition","tableBorderStyle","start","getAttribute","TablePropertiesEditing","*Format:* change table properties","has","314hWeBVj","3231320EpbFeV","tableProperties","get","model","tableHeight","setAttribute","editor","removeAttribute","_suggestionFactory","selection","*Format:* change table cell properties","tableCellHorizontalAlignment","tableBackgroundColor","discard","5768136KLrLvn","4726ezXPkv","2115618yeNMCa","markBlockFormat","change","commandParams","handleDiscardAction","getSuggestionCallback","pluginName","table","_handlePropertyChange","formatBlock","TableUtils","TableCellPropertiesEditing","join","getSelectionAffectedTableCells","data","5PsOhfM","_getSuggestion","getSuggestions","findAncestor","document","getContainedElement","10633464VDUOiZ","tableWidth","tableCellVerticalAlignment","enqueueChange","2961021ihOBrx","format","descriptionFactory","tableCellWidth","tableAlignment","subType","registerCustomCallback","accept","10MRPcZC","18UgdHzr","tableBorderWidth","tableCellBackgroundColor","6jVLeTW","enableCommand","TrackChangesTableProperties","nodeAfter","TrackChangesEditing","registerDescriptionCallback","tableCellBorderWidth","tableBorderColor","tableCellBorderStyle","tableCellHeight","tableCellBorderColor","tableCellProperties","afterInit","handleSuggestionDescription","plugins","locale"];return(Ja=function(){return t})()}!function(t,e){const n=Za,r=t();for(;;)try{if(499246===parseInt(n(178))/1*(-parseInt(n(194))/2)+parseInt(n(195))/3+-parseInt(n(249))/4*(parseInt(n(210))/5)+parseInt(n(232))/6*(-parseInt(n(220))/7)+-parseInt(n(179))/8*(-parseInt(n(229))/9)+parseInt(n(228))/10*(-parseInt(n(193))/11)+parseInt(n(216))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Qa extends t.Plugin{constructor(t){const e=Za;super(t),this[e(180)]=[e(239),e(252),e(230),e(224),e(217),e(183),e(191)],this[e(243)]=[e(242),e(240),e(238),e(250),e(223),e(241),e(231),e(190),e(218)]}static get[Ya(201)](){return Ya(234)}[Ya(244)](){const t=Ya,e=this[t(185)][t(246)][t(181)](t(236));if(this[t(185)][t(246)][t(257)](t(255))){for(const n of this[t(180)])e[t(233)](n,((e,r)=>{const s=t,o=this[s(185)][s(182)][s(214)][s(188)][s(251)]()[s(213)](s(202));this[s(203)](n,[o],this[s(180)],s(180),e,r)}));e[t(187)][t(226)](t(204),t(180),t(227),e[t(187)][t(200)](t(204),null,t(192))),e[t(187)][t(226)](t(204),t(180),t(192),((e,n)=>this[t(199)](this[t(180)],e,n))),e[t(187)][t(226)](t(204),t(180),t(207),(()=>!1))}if(this[t(185)][t(246)][t(257)](t(206))){for(const n of this[t(243)])e[t(233)](n,((e,r)=>{const s=t,o=this[s(185)][s(246)][s(181)](s(205))[s(208)](this[s(185)][s(182)][s(214)][s(188)]);this[s(203)](n,o,this[s(243)],s(243),e,r)}));e[t(187)][t(226)](t(204),t(243),t(227),e[t(187)][t(200)](t(204),null,t(192))),e[t(187)][t(226)](t(204),t(243),t(192),((e,n)=>this[t(199)](this[t(243)],e,n))),e[t(187)][t(226)](t(204),t(243),t(207),(()=>!1))}e[t(222)][t(237)]((e=>this[t(245)](e)))}[Ya(203)](t,e,n,r,s,o){const i=Ya,a=this[i(185)][i(246)][i(181)](i(236));this[i(185)][i(182)][i(219)](o[i(248)],(()=>{const t=i;for(const i of e)if(this[t(211)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(254)](r);void 0!==n&&(e[r]=n)}s(o),a[t(196)](i,{commandParams:[e]},[],r)}}))}[Ya(199)](t,e,n){const r=Ya,s=e[0][r(253)][r(235)],o=n[r(198)][0];this[r(185)][r(182)][r(197)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(184)](r,o[r],s):e[n(186)](r,s)}))}[Ya(245)](t){const e=Ya;if(t[e(209)])switch(t[e(225)]){case e(180):return{type:e(221),content:Hr(this[e(185)][e(247)],e(256))};case e(243):return{type:e(221),content:Hr(this[e(185)][e(247)],e(189))}}}[Ya(211)](t,e){const n=Ya,r=this[n(185)][n(246)][n(181)](n(236));for(const s of r[n(212)]({skipNotAttached:!0})){const r=s[n(215)]();if(s[n(225)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=J?J.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=yc();return(bc=function(t,e){return n[t-=491]})(t,e)}!function(t,e){const n=bc,r=t();for(;;)try{if(435284===-parseInt(n(657))/1*(parseInt(n(512))/2)+parseInt(n(852))/3+parseInt(n(524))/4*(-parseInt(n(766))/5)+-parseInt(n(863))/6*(-parseInt(n(715))/7)+-parseInt(n(602))/8*(parseInt(n(782))/9)+parseInt(n(547))/10+parseInt(n(529))/11*(parseInt(n(528))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yc);const Tc=Ec(734);class _c extends t.Plugin{static get[Ec(609)](){return[Ec(846),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ms,ks,Ns,Bs,to,so,co,go,bo,Ao,Ro,Mo,Fo,zo,Uo,Xo,Yo,ei,ci,pi,Ri,oi,Vs,Ks,bi,Ai,Mi,Fi,ji,zi,qi,$i,na,aa,ha,ma,qa,ya,Sa,Pa,Qa,Oa,ja,Ha]}static get[Ec(915)](){return Ec(763)}get[Ec(721)](){return this[Ec(679)]}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(559)]((t=>String[e(622)](t)))[e(835)]("")}super(t),this[e(884)]=!1,this[e(618)](e(923),[]),this.on(e(722),((n,r,s,o)=>{const i=e;this[i(726)][i(794)]((()=>{const e=i;for(const n of[...o,...s])this[e(726)][e(588)][e(603)](n)&&t[e(758)][e(757)](n)}))})),this[e(679)]=new qr(this[e(637)][e(759)][e(889)],this[e(637)][e(725)]),this[e(498)]=null,this[e(795)]=new Ac(this[e(637)]),this[e(832)]=new Map,this[e(789)]=t[e(522)][e(785)](e(846)),this[e(902)]=new Set,this[e(726)]=this[e(637)][e(759)],this[e(903)]=new WeakMap,this[e(586)]=!1,this[e(500)]=new Set([e(734)]),this[e(643)]=new Set,t[e(817)][e(497)](e(780),e(772)),this[e(675)]=t[e(817)][e(785)](e(780)),t[e(817)][e(497)](e(743),!0),this[e(888)]=t[e(817)][e(785)](e(743)),this[e(777)]=new f(t,this[e(902)]),this[e(769)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,50,49,48])}[Ec(839)](){const t=Ec,n=this[t(637)],r=(e,n)=>{const r=t;if(r(745)!=e)return r(607)+e;const s=n[r(753)]("|")[0];return this[r(639)](s)?r(894):r(913)};n[t(781)][t(656)](t(665))[t(855)]({model:t(827),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(778)](e[n(729)]),a=[n(645),r(o,i)];let c=3e3;return this[n(923)][n(698)](e[n(729)])&&(a[n(881)](n(831)),c=3010),n(830)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(781)][t(656)](t(697))[t(705)]((e=>{const r=t;e.on(r(516),((t,e,s)=>{const o=r;if(!s[o(629)][o(620)])return;const i=e[o(811)];if(!i)return;const c=s[o(649)][o(537)](i);n[o(759)][o(889)][o(642)](i)&&c&&!c[o(784)](o(865))&&c.is(o(744))&&(0,a.toWidget)(c,s[o(848)])}),{priority:r(558)})})),n[t(781)][t(656)](t(697))[t(855)]({model:t(827),view:(e,n)=>{const s=t;if(!n[s(629)][s(620)])return null;const{type:o,subType:i}=this[s(778)](e[s(729)]);return{classes:[s(645),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(811)])return;const{id:c}=this[a(778)](o[a(729)]);if(r){const t=this[a(832)][a(785)](c),e=this[a(724)](t);if(!this[a(639)](e))return}if(o[a(811)].is(a(526)))return void i[a(786)][a(666)](o[a(811)],s[a(701)]);const u=i[a(649)][a(537)](o[a(811)]);if(o[a(811)].is(a(668))&&n[a(759)][a(889)][a(676)](o[a(811)])&&!u[a(784)](a(505))){i[a(848)][a(853)]([a(645),a(894)],u),i[a(848)][a(536)](a(694),c,u),i[a(649)][a(517)](u,o[a(729)]),e&&(this[a(923)][a(698)](o[a(729)])?i[a(848)][a(853)](a(831),u):i[a(848)][a(585)](a(831),u));for(const t of n[a(759)][a(849)](o[a(811)])[a(531)]())i[a(786)][a(666)](t,s[a(701)]);i[a(786)][a(666)](o[a(811)],s[a(701)])}};n[t(781)][t(656)](t(697))[t(705)]((e=>{const n=t;e.on(n(716),((t,e,r)=>{const o=n;r[o(629)][o(620)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(748)})})),n[t(781)][t(656)](t(697))[t(705)]((e=>{const n=t;e.on(n(847),((t,e,r)=>{const o=n;r[o(629)][o(620)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(748)})})),n[t(781)][t(656)](t(697))[t(890)]({model:t(827),view:(e,n)=>n[t(629)][t(620)]?null:{group:t(827),name:e[t(575)](11)}}),n[t(781)][t(656)](t(520))[t(814)]({view:{name:t(827),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(491)+e[r(755)](r(687))+":"+e[r(755)]("id");return e[r(755)](r(728))&&(s+=":"+e[r(755)](r(728))),n[r(871)](r(860),{"data-name":s})}}),n[t(781)][t(656)](t(520))[t(796)]({view:t(827)}),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(716),s(),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(847),s({isAttributeSuggestion:!0}),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(806),((t,e,r)=>{const s=n,o=r[s(649)][s(597)](e[s(729)]);if(o)for(const t of o)t[s(784)](s(505))||(r[s(848)][s(585)]([s(645),s(894),s(831)],t),r[s(848)][s(627)](s(694),t),r[s(649)][s(924)](t,e[s(729)]))}),{priority:n(558)})})),n[t(781)][t(656)](t(665))[t(705)]((e=>{const n=t;e.on(n(749),((t,e,r)=>{const s=n,o=r[s(649)][s(597)](e[s(729)]);if(!o)return;const{id:i}=this[s(778)](e[s(729)]),a=this[s(832)][s(785)](i),c=this[s(724)](a);if(this[s(639)](c))for(const t of o)t[s(784)](s(505))||(r[s(848)][s(585)]([s(645),s(894),s(831)],t),r[s(848)][s(627)](s(694),t),r[s(649)][s(924)](t,e[s(729)]))}),{priority:n(558)})})),n[t(759)][t(717)][t(662)]((e=>{const r=t;let s=!1;const o=Array[r(523)](n[r(759)][r(717)][r(680)][r(908)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(778)](t);if(r(827)!==o)continue;const h=this[r(832)][r(785)](f);if(null!=c[r(883)]){r(702)==u&&(s=s||Lc(c[r(883)],t,e,n[r(759)][r(889)]));const o=r(745)==u&&this[r(639)](l[r(753)]("|")[0]);if(c[r(883)][r(678)]||r(821)==c[r(883)][r(599)][r(608)]||r(843)==u&&!Sc(c[r(883)])||o&&!Sc(c[r(883)])||r(830)==u&&(Cc(a=c[r(883)])||function(t){const e=r;return t[e(792)][e(732)]==t[e(910)][e(845)]&&t[e(792)][e(647)]}(a)))e[r(573)](t),s=!0;else{if(!h||!h[r(711)])continue;i[r(705)](h)}}}var a;return i[r(492)]>0&&(s=!!this[r(634)](i)||s),s})),n[t(759)][t(717)][t(662)]((e=>{const r=t;let s=!1;for(const t of n[r(759)][r(717)][r(680)][r(619)]())if(r(754)==t[r(616)])for(const t of this[r(832)][r(592)]()){if(t[r(813)]||!t[r(711)])continue;const o=r(843)==t[r(616)],i=this[r(724)](t),a=i&&this[r(639)](i);if(!o&&!a)continue;const c=t[r(756)]();if(c[r(792)][r(732)]!=c[r(910)][r(732)]&&!c[r(910)][r(647)]){const o=n[r(759)][r(605)](c[r(792)][r(604)],r(910)),i=n[r(759)][r(533)](c[r(792)],o);e[r(710)](t[r(824)](),{range:i}),s=!0}}return s})),n[t(759)][t(717)][t(662)]((e=>this[t(802)](e))),n[t(759)][t(717)][t(662)]((e=>!e[t(914)][t(617)]&&this[t(742)](e))),n[t(759)].on(t(578),(()=>{this[t(884)]=!1})),n[t(759)][t(717)].on(t(905),((r,s)=>{const o=t;if(!s[o(617)]||s[o(812)])return;if(!this[o(884)])return;const i=n[o(759)][o(717)][o(680)][o(619)]();if(0==i[o(594)])return;const a=[],c=i[o(519)]((t=>o(745)==t[o(616)])),u=i[o(519)]((t=>o(754)==t[o(616)]&&o(566)!=t[o(701)])),l=i[o(519)]((t=>o(663)==t[o(616)]&&o(566)!=t[o(701)]));for(const t of c)this[o(689)](t[o(564)])&&a[o(881)]({key:t[o(564)],newValue:t[o(621)],oldValue:t[o(548)],range:Nc(t[o(704)],n[o(759)])});for(const t of u){const e=l[o(684)]((e=>e[o(552)]===t[o(552)]));if(e){const r=vc(t[o(900)][o(604)],n[o(759)]);e[o(701)]!==t[o(701)]&&a[o(881)]({key:o(734),newValue:t[o(701)],oldValue:e[o(701)],range:r});for(const[n,s]of e[o(706)]){if(!this[o(689)](n))continue;const e=t[o(706)][o(785)](n);s!==e&&a[o(881)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(706)])this[o(689)](n)&&(e[o(706)][o(603)](n)||a[o(881)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(594)]&&n[o(759)][o(809)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(513)](t,e,s,o,{groupId:r});this[n(683)](t,a)}))}),{priority:t(878)}),n[t(759)][t(588)].on(t(493),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(778)](n[s(701)]),e=this[s(832)][s(785)](t);e&&e[s(720)](n[s(701)])}})),n[t(759)][t(717)].on(t(905),(()=>{const e=t,r=Array[e(523)](n[e(759)][e(717)][e(680)][e(908)]())[e(519)]((t=>e(827)===this[e(778)](t[e(701)])[e(739)]));if(0===r[e(594)])return;r[e(638)](((t,n)=>{const r=e,s=t[r(893)][r(733)],o=n[r(893)][r(733)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(792)][r(895)](o[r(792)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(778)](t);if(null===n[e(733)]){const n=this[e(887)](t);o[e(705)](n)}else{const t=this[e(832)][e(785)](r);null!==n[e(883)]||t[e(711)]?(s[e(705)](t[e(580)]),o[e(705)](t)):this[e(919)](t)}}o[e(492)]>0&&this[e(563)](o);for(const t of s)this[e(765)](e(898),t)})),n[t(759)].on(t(808),((e,r)=>{const s=t,o=r[0];if(!this[s(832)][s(492)])return;if(!o[s(741)])return;if(o[s(914)][s(812)]||!o[s(914)][s(617)])return;let i,a;switch(o[s(616)]){case s(754):i=n[s(759)][s(605)](o[s(900)]),a=i[s(653)](o[s(700)]);break;case s(753):i=n[s(759)][s(605)](o[s(685)]),a=n[s(759)][s(605)](o[s(751)]);break;case s(690):i=n[s(759)][s(605)](o[s(648)]),a=i[s(653)](o[s(700)]);break;default:return}const c=n[s(759)][s(533)](i,a);n[s(759)][s(794)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(699)](c)){if(e[t(813)])continue;if(t(702)==e[t(616)])continue;const r=this[t(724)](e);if(r&&this[t(639)](r)&&t(753)!=o[t(616)])continue;const s=e[t(893)]&&e[t(893)][t(530)];(t(843)!=e[t(616)]||t(753)==o[t(616)]&&!s)&&(n[t(532)]||t(896)==e[t(616)]&&n[t(826)]||e[t(756)]()[t(736)](c)&&this[t(596)](e,i,a))}}))}),{priority:t(878)}),n[t(759)].on(t(712),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(856)])return;if(this[s(586)])return;if(!this[s(777)][s(600)])return;if(o[s(678)])return;const a=n[s(759)][s(889)],{start:c,end:u}=o[s(756)](),l=c[s(604)]&&a[s(501)](c[s(604)])?null:a[s(692)](c,s(762)),f=u[s(845)]&&a[s(501)](u[s(845)])?null:a[s(692)](u,s(661)),h=n[s(759)][s(533)](l?l[s(792)]:c,f?f[s(910)]:u);n[s(759)][s(794)]((t=>{const e=s;this[e(750)](h);const r=n[e(759)][e(889)][e(692)](h[e(792)]);o.is(e(727))?t[e(667)](r):o[e(917)](r)})),e[s(880)]()}),{priority:e.priorities[t(541)]+10}),n[t(759)].on(t(779),((e,r)=>{const s=t,o=r[r[s(594)]-1];o&&o[s(856)]||this[s(586)]||this[s(777)][s(600)]&&(n[s(759)][s(794)]((()=>{const t=s;let o=n[t(759)][t(779)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(496)]=o[t(874)]();const i=o[t(910)][t(845)],a=n[t(759)][t(889)];i&&a[t(676)](i)&&!a[t(642)](i)&&(o=n[t(759)][t(533)](o[t(792)],n[t(759)][t(605)](i,t(910)))),this[t(560)](o)})),e[s(880)]())}),{priority:t(558)}),this[t(637)][t(869)][t(705)](t(876),this[t(777)]),this[t(546)](t(876));const o=new p(n,this[t(832)]);n[t(869)][t(705)](t(783),o),this[t(546)](t(783));const i=new b(n,this[t(832)]);n[t(869)][t(705)](t(707),i),this[t(546)](t(707)),n[t(869)][t(705)](t(507),new N(n,o,this[t(832)])),this[t(546)](t(507)),n[t(869)][t(705)](t(624),new N(n,i,this[t(832)])),this[t(546)](t(624)),n[t(869)][t(705)](t(577),new w(n,o,this[t(832)])),this[t(546)](t(577)),n[t(869)][t(705)](t(539),new w(n,i,this[t(832)])),this[t(546)](t(539));const c=n[t(522)][t(785)](t(846));this[t(664)](c,t(509),((e,{threadId:n})=>{const r=t,s=this[r(832)][r(785)](n);s&&s[r(879)]&&1===s[r(879)][r(594)]&&this[r(598)](n,{hasComments:!0})}),{priority:t(718)}),this[t(664)](c,t(822),((e,{threadId:n})=>{const r=t,s=this[r(832)][r(785)](n);s&&s[r(879)]&&!s[r(879)][r(594)]&&this[r(598)](n,{hasComments:!1})}),{priority:t(718)})}set[Ec(506)](t){const n=Ec;if(this[n(498)])throw new e.CKEditorError(n(838),this);this[n(498)]=t}get[Ec(506)](){return this[Ec(498)]}[Ec(771)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(832)][n(592)]())t&&!e[n(711)]||r[n(881)](e);return e?r[n(559)]((t=>t[n(601)]())):r}[Ec(561)](t){const n=Ec,r=this[n(832)][n(785)](t);if(!r)throw new e.CKEditorError(n(836),this);return r}[Ec(868)](t){const e=Ec;return this[e(832)][e(603)](t)}[Ec(740)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(616)][e(753)](":"),a=this[e(832)][e(785)](r)||this[e(920)](o,i,r,n,s);if(this[e(633)](a),this[e(768)](a,o,i||null,n),a[e(907)]=t[e(907)],a[e(851)]=!0,s&&s[e(788)]){const t=s[e(788)],n=this[e(583)](t[e(527)]);a[e(612)]=t[e(907)],a[e(672)]=n,a[e(873)]=!0}else a[e(612)]=t[e(907)];switch(t[e(893)]&&(a[e(893)]=t[e(893)]),t[e(706)]&&(a[e(706)]=t[e(706)]),this[e(498)]&&this[e(498)][e(840)]||(a[e(579)]=!0),this[e(903)][e(785)](a)){case e(494):this[e(903)][e(618)](a,e(610));break;case e(510):a[e(711)]?(this[e(634)](new Set([a])),this[e(563)](new Set([a])),this[e(903)][e(618)](a,e(882)),this[e(765)](e(650),a)):this[e(903)][e(618)](a,e(551))}return a}[Ec(783)](t){const e=Ec;this[e(856)]((()=>{const n=e;this[n(637)][n(759)][n(794)]((()=>{const e=n;for(const n of t[e(688)]())n[e(659)]()}))}))}[Ec(707)](t){const e=Ec;this[e(856)]((()=>{const n=e;this[n(637)][n(759)][n(794)]((()=>{const e=n;for(const n of t[e(688)]())n[e(916)]()}))}))}[Ec(546)](t,n){const r=Ec,s=this[r(637)][r(869)][r(785)](t);if(!s)throw new e.CKEditorError(r(632),this,{commandName:t});if(this[r(902)][r(603)](s))throw new e.CKEditorError(r(589),this,{commandName:t});this[r(902)][r(705)](s),n&&s.on(r(798),((t,e)=>{const o=r;this[o(777)][o(600)]&&(this[o(586)]||(e[o(594)]>0&&e[e[o(594)]-1]&&e[e[o(594)]-1][o(856)]?e[o(584)]():(t[o(496)]=n(((...t)=>s[o(798)](...t,{forceDefaultExecution:!0})),...e),t[o(880)]())))}),{priority:r(558)})}[Ec(856)](t){const n=Ec;let r,s;const o=this[n(586)];this[n(586)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(586)]=!1),s&&e.CKEditorError[n(535)](s,this),r}[Ec(560)](t,n=null,r={}){const s=Ec;if(t[s(678)])return null;const o=this[s(637)][s(522)][s(785)](s(805)).me;for(const{suggestion:e,meta:o}of this[s(699)](t,s(896)))if(o[s(826)]){if(!o[s(545)]){if(o[s(532)]){if(!this[s(888)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(596)](e,t[s(792)],t[s(910)]);break}if(n==e[s(760)]&&wc(e,r)){const n=e[s(756)]();return n[s(792)][s(582)](t[s(910)])?this[s(693)](e,this[s(726)][s(533)](t[s(792)],n[s(910)])):this[s(693)](e,this[s(726)][s(533)](n[s(792)],t[s(910)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(866)+n:s(896),u=this[s(651)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(574)](c,i,a,t),u}[Ec(640)](t,n=Ec(557),r={}){const s=Ec,o=this[s(637)][s(522)][s(785)](s(805)).me,i=this[s(795)][s(677)](s(896),n,s(835));for(const e of this[s(771)]())if(e[s(672)].id==o.id&&s(896)==e[s(616)]&&e[s(760)]==n&&wc(e,r)&&(i(e[s(593)](),t)||i(t,e[s(593)]()))){for(const n of t)e[s(674)](n);return e}for(const{suggestion:e,meta:n}of this[s(699)](t,s(896))){if(!n[s(826)])continue;if(!this[s(888)]&&n[s(532)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(593)]())for(const e of t)if(!n[s(736)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(866)+n,l=this[s(651)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(574)](u,a,c,e,zr[s(790)]());return l}[Ec(904)](t,n,r=null,s={}){const o=Ec;if(r=r||Rc(n),t[o(678)])return null;if(o(571)===this[o(675)]){const e=this[o(795)][o(677)](o(702),r,o(659));return this[o(856)]((()=>e([t],n,s))),null}const i=this[o(637)][o(522)][o(785)](o(805)).me,a=[];if(o(911)!==this[o(675)])for(const{suggestion:e,meta:n}of this[o(699)](t,o(896)))n[o(826)]&&!n[o(864)]&&a[o(881)](...e[o(593)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(565)](s);e&&r[n(881)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(594)];){const s=r[e][n(525)](t);r[n(538)](e,1,...s),e+=s[n(594)]}}return r}(t,a);c[o(594)]&&this[o(726)][o(794)]((()=>{const t=o;for(const e of c){const o=this[t(795)][t(677)](t(702),r,t(659));this[t(856)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(792)],u=t[o(910)];for(const{suggestion:e,meta:n}of this[o(699)](t,o(702))){if(!n[o(826)])continue;if(e[o(760)]!=r)continue;if(!wc(e,s))continue;const i=e[o(756)]();if(i[o(736)](t,!0))return null;c=c[o(895)](i[o(792)])?c:i[o(792)],u=u[o(834)](i[o(910)])?u:i[o(910)],a?i[o(792)][o(895)](a[o(756)]()[o(792)])?(a[o(746)](),a=e):e[o(746)]():a=e}const l=this[o(726)][o(533)](c,u);if(a)this[o(693)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(651)]({id:t,type:o(901)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(574)](o(901)+r,t,a,l)}}return null}[Ec(833)](t,n,r=[],s=null,o={}){const i=Ec;n[i(776)]||(n[i(776)]=n[i(508)]),n[i(530)]=t.is(i(704)),s=s||Rc(n);const a=r[i(559)]((t=>vc(t,this[i(726)]))),c=t.is(i(704))?t:vc(t,this[i(726)]);if(i(571)===this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t([c],n,o))),null}a[i(881)](c);let u=!0;for(const t of a)if(!this[i(829)](t)){u=!1;break}if(u&&i(911)!==this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t([c],n,o))),null}let l=null,f=c[i(792)],h=c[i(910)];for(const{suggestion:t,meta:e}of this[i(699)](c,i(843))){if(!e[i(826)])continue;if(e[i(545)]||e[i(532)]||e[i(864)])continue;if(t[i(893)][i(776)]!=n[i(776)])continue;if(!wc(t,o))continue;const r=t[i(756)]();if(t[i(760)]==s){if(r[i(736)](c,!0))return null;f=f[i(895)](r[i(792)])?f:r[i(792)],h=h[i(834)](r[i(910)])?h:r[i(910)],l?r[i(792)][i(895)](l[i(756)]()[i(792)])?(l[i(746)](),l=t):t[i(746)]():l=t}else{const e=c[i(565)](r);this[i(912)](t,e)}}const g=this[i(637)][i(522)][i(785)](i(805)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(693)](l,this[i(726)][i(533)](f,h)),l;{const t=this[i(651)]({id:d,type:i(696)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(574)](i(696)+s,d,p,this[i(726)][i(533)](f,h)),t}}[Ec(803)](t,n,r=[],s=null,o={}){const i=Ec;n[i(776)]||(n[i(776)]=n[i(508)]);const a=t[0];n[i(530)]=a.is(i(704)),s=s||Rc(n);const c=r[i(559)]((t=>vc(t,this[i(726)]))),u=a.is(i(704))?t:t[i(559)]((t=>vc(t,this[i(726)])));if(i(571)===this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t(u,n,o))),null}c[i(881)](...u);let l=!0;for(const t of c)if(!this[i(829)](t)){l=!1;break}if(l&&i(911)!==this[i(675)]){const t=this[i(795)][i(677)](i(843),s,i(659));return this[i(856)]((()=>t(u,n,o))),null}const f=this[i(637)][i(522)][i(785)](i(805)).me;for(const t of this[i(771)]()){if(t[i(672)].id!=f.id)continue;if(i(843)!=t[i(616)]||t[i(893)][i(776)]!=n[i(776)])continue;if(!wc(t,o))continue;const e=t[i(760)]==s;for(let n=0;n<u[i(594)];n++){const r=u[n];for(const s of t[i(858)]()){const o=s[i(713)]();if(r[i(582)](o)){e?(u[i(538)](n,1),n--):t[i(573)](s[i(701)]);break}}}}if(0==u[i(594)])return null;const h=this[i(795)][i(677)](i(843),s,i(835));for(const t of this[i(771)]())if(t[i(672)].id==f.id&&i(843)==t[i(616)]&&t[i(893)][i(776)]==n[i(776)]&&t[i(760)]==s&&wc(t,o)&&(h(t[i(593)](),u)||h(u,t[i(593)]()))){for(const e of u)t[i(674)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(696)+s,m=this[i(651)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(574)](p,g,d,t,zr[i(790)]());return m}[Ec(750)](t,n=null,r={}){const s=Ec;if(t[s(678)])return null;const o=this[s(637)][s(522)][s(785)](s(805)).me,a=new i.LiveRange(t[s(792)],t[s(910)]);for(const{suggestion:t,meta:e}of this[s(699)](a,s(896)))if(e[s(826)]&&!e[s(545)])if(t[s(813)]){const e=t[s(593)]()[s(519)]((t=>s(821)!=t[s(599)][s(608)]));if(e[s(791)]((t=>a[s(736)](t,!0)))&&t[s(916)](),e[s(892)]((t=>t[s(736)](a,!0)))){const t=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>t([a],null,r))),null}}else{const e=a[s(565)](t[s(756)]());null!==e&&t[s(885)]([e],null,r)}if(a[s(820)](),a[s(678)]||s(821)==a[s(599)][s(608)])return null;let c=null,u=a[s(792)],l=a[s(910)];const f=this[s(699)](a,s(830));for(const{suggestion:t,meta:e}of f){const n=this[s(726)][s(533)](u,l);if(e[s(826)]&&(this[s(888)]||!e[s(532)]&&!e[s(864)]))if(t[s(813)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(593)]()){if(r[s(736)](n,!0))return t;n[s(736)](r)||(e=!1)}e&&t[s(916)]()}else{const e=t[s(756)]();if(e[s(736)](n,!0))return t;if(!wc(t,r)){n[s(736)](e)?t[s(746)]():e[s(859)](u)?u=e[s(910)]:e[s(859)](l)&&(l=e[s(792)]);continue}u=u[s(895)](e[s(792)])?u:e[s(792)],l=l[s(834)](e[s(910)])?l:e[s(910)],r=Object[s(555)]({},t[s(706)]),c?e[s(792)][s(895)](c[s(756)]()[s(792)])?(c[s(746)](),c=t):t[s(746)]():c=t}}if(c)return this[s(693)](c,this[s(726)][s(533)](u,l)),c;{const t=(0,e.uid)(),i=this[s(726)][s(533)](u,l),a=o.id,c=n?s(752)+n:s(830),f=this[s(651)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(574)](c,t,a,i),f}}[Ec(641)](t,n=Ec(557),r={}){const s=Ec,o=this[s(637)][s(522)][s(785)](s(805)).me,a=t[s(559)]((t=>new i.LiveRange(t[s(792)],t[s(910)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(699)](a,s(896)))e[s(826)]&&!e[s(545)]&&c[s(705)](t);for(const e of c)if(e[s(813)]){const o=e[s(593)]();if((!e[s(706)]||!e[s(706)][s(635)])&&o[s(791)]((t=>a[s(892)]((e=>e[s(736)](t,!0)))))&&e[s(916)](),a[s(791)]((t=>o[s(892)]((e=>e[s(736)](t,!0)))))){const e=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>e(t,null,r))),null}}else{const t=e[s(756)]();if(a[s(892)]((e=>e[s(736)](t,!0)))&&e[s(916)](),a[s(791)]((e=>t[s(736)](e,!0)))){const t=this[s(795)][s(677)](s(830),n,s(659));return this[s(856)]((()=>t(a,null,r))),null}}const u=this[s(795)][s(677)](s(830),n,s(835));let l=null;for(const t of this[s(771)]())if(t[s(672)].id==o.id&&t[s(711)]&&s(830)==t[s(616)]&&t[s(760)]==n&&wc(t,r)&&(u(t[s(593)](),a)||u(a,t[s(593)]())))if(l){if(t[s(879)]&&t[s(879)][s(594)])continue;for(const e of t[s(593)]())l[s(654)](e)||l[s(674)](e);t[s(746)]()}else{l=t;for(const e of a)t[s(654)](e)||t[s(674)](e)}if(l)return l;c[s(870)]();for(const{suggestion:t,meta:e}of this[s(699)](a,s(830)))e[s(826)]&&(this[s(888)]||!e[s(532)]&&!e[s(864)])&&wc(t,r)&&c[s(705)](t);for(const t of c){const e=t[s(593)]();if((!r||!r[s(635)])&&a[s(791)]((t=>e[s(892)]((e=>e[s(736)](t,!0))))))return t;(!t[s(706)]||!t[s(706)][s(635)])&&e[s(791)]((t=>a[s(892)]((e=>e[s(736)](t,!0)))))&&t[s(916)]()}const f=(0,e.uid)(),h=o.id,g=s(752)+n,d=this[s(651)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(820)](),t[s(678)]||s(821)==t[s(599)][s(608)]||this[s(574)](g,f,h,t,zr[s(790)]());return d}[Ec(513)](t,n,r,s,o){const i=Ec;if(t[i(678)])return[];if(i(571)===this[i(675)])return[];const a=this[i(637)][i(522)][i(785)](i(805)).me.id,c=Array[i(523)](this[i(832)][i(592)]())[i(519)]((e=>i(745)==e[i(616)]&&e[i(893)][i(562)]==n&&e[i(654)](t)));if(i(772)===this[i(675)]){const e=this[i(699)](t,i(896))[i(519)]((({meta:t})=>t[i(826)]&&!t[i(864)]&&!t[i(545)]))[i(559)]((({suggestion:t})=>t));c[i(891)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(745)==t[i(616)]?t[i(893)][i(503)]:void 0,o=t[i(756)](),a=Array[i(523)](u[i(682)]())[i(684)]((t=>t[i(709)](o)));if(!a)continue;const c=a[i(525)](o);this[i(639)](n)&&i(896)==t[i(616)]&&0!=c[i(594)]||(u[i(877)](a),c[i(886)]((t=>{u[i(618)](t,r)})),i(896)!=t[i(616)]&&e!=s&&u[i(618)](a[i(565)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(594)]>37&&console[i(590)](i(797),{key:n});const f=(i(703)+(n+"|")+Rc({newValue:s}))[i(723)](0,60),h=this[i(651)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(881)](h),this[i(574)](f,c,a,t)}return l}[Ec(518)](t){const e=Ec;this[e(546)](t,((t,...n)=>{this[e(807)]((()=>{t(...n)}))}))}[Ec(625)](t){const e=Ec;this[e(500)][e(705)](t)}[Ec(819)](t){const e=Ec;this[e(643)][e(705)](t)}[Ec(724)](t){const e=Ec;return e(745)==t[e(616)]?t[e(760)][e(753)]("|")[0]:null}[Ec(693)](t,e){const n=Ec,r=t[n(824)]();this[n(726)][n(794)]((t=>{t[n(710)](r,{range:e})}))}[Ec(633)](t){const e=Ec,n=t.id,r=this[e(637)][e(817)][e(785)](e(652));this[e(789)][e(818)](n)||this[e(789)][e(671)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(789)][e(540)](n);s[e(793)](e(774)),s[e(774)]=!1,t[e(879)]=s}[Ec(768)](t,n,r,s){const o=Ec;if(t[o(616)]!=n||t[o(760)]!=r||t[o(801)].id!=s)throw this[o(637)][o(773)](o(511)),new e.CKEditorError(o(511),this)}[Ec(912)](t,n){const r=Ec,s=t[r(756)]();if(n[r(582)](s))t[r(746)]();else if(s[r(736)](n)){const o=this[r(726)][r(605)](n[r(792)][r(845)],r(910));this[r(693)](t,this[r(726)][r(533)](s[r(792)],o));const i=(0,e.uid)(),a=t[r(801)].id,c=t[r(616)]+":"+t[r(760)];this[r(651)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(893)],attributes:t[r(706)]});const u=this[r(726)][r(605)](n[r(910)][r(732)],r(861)),l=this[r(726)][r(533)](u,s[r(910)]);this[r(574)](c,i,a,l)}else if(s[r(859)](n[r(792)])){const e=this[r(726)][r(605)](n[r(792)][r(845)],r(910));this[r(693)](t,this[r(726)][r(533)](s[r(792)],e))}else{const e=this[r(726)][r(605)](n[r(910)][r(732)],r(861));this[r(693)](t,this[r(726)][r(533)](e,s[r(910)]))}}[Ec(829)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(699)](t,e(896))){if(!r[e(826)])continue;const s=n[e(593)]();for(const n of s)if(!t[e(525)](n)[e(594)])return!0}return!1}[Ec(587)](t){const n=Ec,r=this[n(637)][n(522)][n(785)](n(805))[n(556)](t);if(!r)throw new e.CKEditorError(n(730),this);return r}[Ec(583)](t){const e=Ec,n=this[e(637)][e(522)][e(785)](e(805)),r=(0,o.hashObject)(e(906)+t);return n[e(556)](r)||n[e(544)]({id:r,name:t})}[Ec(920)](t,e,n,r,s){const o=Ec,i=this[o(587)](r),a=this[o(795)][o(719)](t,e,n,i,s,(t=>{const e=o;this[e(598)](n,{attributes:t});const r=this[e(561)](n);this[e(634)](new Set([r])),this[e(563)](new Set([r]))}));return this[o(664)](a,o(659),(()=>{const t=o;this[t(598)](n,{state:t(747)})}),{priority:o(558)}),this[o(664)](a,o(916),(()=>{const t=o;this[t(598)](n,{state:t(737)})}),{priority:o(558)}),this[o(832)][o(618)](n,a),this[o(903)][o(618)](a,o(494)),a}[Ec(778)](t){const e=Ec,n=t[e(753)](":");return{group:n[0],type:n[1],subType:n[e(594)]>=5?n[2]:null,id:n[e(594)]<5?n[2]:n[3],authorId:n[e(594)]<5?n[3]:n[4],markerCount:6==n[e(594)]?n[5]:null}}[Ec(596)](t,n,r){const s=Ec,o=t[s(756)](),i=o[s(792)],a=o[s(910)];this[s(693)](t,this[s(726)][s(533)](i,n));const c=(0,e.uid)(),u=t[s(801)].id,l=t[s(616)]+(t[s(760)]?":"+t[s(760)]:"");this[s(651)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(706)],data:t[s(893)]});const f=this[s(724)](t);(s(843)==t[s(616)]||f&&this[s(639)](f))&&(r=this[s(726)][s(572)](r[s(732)])),this[s(574)](l,c,u,this[s(726)][s(533)](r,a))}[Ec(699)](t,e=null){const n=Ec,r=[],s=this[n(637)][n(522)][n(785)](n(805)).me;Array[n(626)](t)||(t=[t]);for(const o of this[n(771)]()){if(!o[n(711)])continue;if(e&&o[n(616)]!=e)continue;let i=!1;for(const e of o[n(593)]()){for(const a of t){const t=a[n(792)][n(582)](e[n(910)])||a[n(910)][n(582)](e[n(792)]);if(t||a[n(565)](e)){const c=a[n(736)](e)&&kc(this[n(726)][n(889)],e[n(792)],a),u=e[n(736)](a)&&kc(this[n(726)][n(889)],a[n(792)],e);r[n(881)]({suggestion:o,meta:{isOwn:s==o[n(672)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(574)](t,e,n,r,s){const o=Ec;this[o(726)][o(794)]((i=>{const a=o;let c=a(491)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(862)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(919)](t){const e=Ec,n=t[e(644)],r=t[e(837)];t[e(644)]=null,t[e(837)]=null,null!=n&&n[e(837)]==t&&(n[e(837)]=r),null!=r&&r[e(644)]==t&&(r[e(644)]=n),e(882)==this[e(903)][e(785)](t)&&(this[e(903)][e(618)](t,e(551)),this[e(765)](e(515),t,n,r))}[Ec(651)](t){const n=Ec,r=t.id,s=this[n(740)](t);if(this[n(498)]&&this[n(498)][n(840)]){const o=this[n(637)][n(522)][n(785)](n(611)),i=s[n(918)],a=s[n(760)]?s[n(616)]+":"+s[n(760)]:s[n(616)],c=this[n(637)][n(725)],u=o[n(705)](Hr(c,n(630))),l={id:r,type:a,hasComments:i,data:t[n(893)]||null,originalSuggestionId:t[n(844)]||null,attributes:s[n(706)]};this[n(498)][n(840)](l)[n(669)]((t=>{const e=n;s[e(579)]=!0,o[e(663)](u),t&&t[e(907)]&&(this[e(832)][e(785)](r)[e(907)]=t[e(907)])}))[n(695)]((t=>{const r=n;throw(0,e.logWarning)(r(495)),this[r(637)][r(759)][r(809)]({isUndoable:!1},(()=>{s[r(916)]()})),s[r(867)](),this[r(832)][r(877)](s.id),this[r(903)][r(877)](s),t}))}return s}[Ec(639)](t){const e=Ec;return this[e(500)][e(603)](t)}[Ec(598)](t,e){const n=Ec,r=this[n(637)][n(522)][n(785)](n(611)),s=this[n(561)](t);if(this[n(498)]&&this[n(498)][n(804)])if(s[n(579)]){const s=r[n(705)](Hr(this[n(637)][n(725)],n(630)));this[n(498)][n(804)](t,e)[n(669)]((()=>{r[n(663)](s)}))}else s.on(n(655),(()=>{this[n(598)](t,e)}))}[Ec(767)](t){const n=Ec;if(!this[n(498)]||!this[n(498)][n(561)])throw new e.CKEditorError(n(825),this);return this[n(498)][n(561)](t)}[Ec(887)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(778)](t),i=this[e(832)][e(785)](n)||this[e(920)](r,s,n,o,{});switch(this[e(768)](i,r,s,o),this[e(903)][e(785)](i)){case e(494):this[e(767)](n)[e(669)]((t=>{const r=e;let s=Promise[r(549)]();t[r(918)]&&(s=this[r(789)][r(800)]({channelId:this[r(637)][r(817)][r(785)](r(652)),threadId:n})),s[r(669)]((()=>{const e=r;this[e(740)](t)[e(579)]=!0}))})),this[e(903)][e(618)](i,e(510));break;case e(551):this[e(598)](n,{state:e(787)});case e(610):this[e(903)][e(618)](i,e(882)),this[e(765)](e(650),i);break;case e(882):this[e(765)](e(898),i)}return i[e(720)](t),i}[Ec(563)](t){const e=Ec,n=Array[e(523)](t),r=n[e(519)]((t=>e(745)==t[e(616)]));this[e(631)](r);const s=n[e(519)]((t=>!t[e(813)]&&e(745)!=t[e(616)])),o=this[e(771)]({skipNotAttached:!0})[e(519)]((t=>!t[e(813)]&&e(745)!=t[e(616)])),i=o[e(519)]((n=>!t[e(603)](n))),a=new Map(o[e(559)]((t=>[t,this[e(795)][e(677)](t[e(616)],t[e(760)],e(514))]))),c=new Map(o[e(559)]((t=>[t,t[e(756)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(594)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(594)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(594)];t++){const n=s[t];!l[e(603)](n)&&n[e(644)]&&(f[e(705)](n[e(644)]),n[e(644)][e(837)]===n&&(n[e(644)][e(837)]=null),n[e(644)]=null),!u[e(603)](n)&&n[e(837)]&&(f[e(705)](n[e(837)]),n[e(837)][e(644)]===n&&(n[e(837)][e(644)]=null),n[e(837)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(594)];e++){const r=g(t,n[e]);r&&(r[0][s(837)]=r[1],r[1][s(644)]=r[0],u[s(705)](r[0]),l[s(705)](r[1]))}}function g(t,n){const r=e;if(t[r(672)].id!==n[r(672)].id)return null;const s=a[r(785)](t)(t,n,c[r(785)](t),c[r(785)](n));return s&&a[r(785)](n)(t,n,c[r(785)](t),c[r(785)](n))?s[1][r(879)]&&s[1][r(879)][r(594)]?null:s:null}f[e(492)]&&this[e(563)](f)}[Ec(631)](t){const e=Ec;if(0==t[e(594)])return;const n=this[e(771)]({skipNotAttached:!0})[e(519)]((t=>e(745)==t[e(616)]&&t[e(851)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(706)]);s[e(603)](n)||(s[e(618)](n,r[e(594)]),r[e(881)]([]));const i=s[e(785)](n);r[i][e(881)](t)}!function(){const t=e;r[t(638)](((e,n)=>{const r=t,s=e[0][r(907)],o=n[0][r(907)];return s==o?e[0][r(706)][r(576)]<n[0][r(706)][r(576)]?-1:1:s<o?-1:1}));for(const e of r)e[t(638)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(594)];t++){if(0==r[t][e(594)])continue;const n=[];for(let s=t+1;s<r[e(594)];s++)0!=r[s][e(594)]&&i(r[t],r[s])&&n[e(881)](s);for(const s of n)r[t]=r[t][e(875)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(594)];n++)t[n][e(837)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(594)];n++)t[n][e(644)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(706)][r(576)]!==n[0][r(706)][r(576)]&&t[0][r(672)]!==n[0][r(672)])return!1;if(!function(t,e){const n=r;return!t[n(918)]&&!e[n(918)]||(!t[n(918)]||!e[n(918)])&&(!!(t[n(918)]&&e[n(907)]<t[n(879)][n(842)][n(785)](0)[n(907)])||!!(e[n(918)]&&t[n(907)]<e[n(879)][n(842)][n(785)](0)[n(907)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(706)],r(576)),o=Ic(n[0][r(706)],r(576));return!!wr(s,o)&&(!!t[r(791)]((t=>n[r(892)]((e=>t[r(756)]()[r(582)](e[r(756)]())))))&&n[r(791)]((e=>t[r(892)]((t=>e[r(756)]()[r(582)](t[r(756)]()))))))}}[Ec(634)](t){const e=Ec,n=Array[e(523)](t),r=this[e(771)]({skipNotAttached:!0}),s=r[e(519)]((n=>!t[e(603)](n))),o=new Map(n[e(559)]((t=>[t,this[e(795)][e(677)](t[e(616)],t[e(760)],e(835))]))),i=new Map(r[e(559)]((t=>[t,t[e(593)]()])));for(let t=0;t<n[e(594)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(594)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(594)];e++){const s=r[e];if(s[a(616)]!==n[a(616)]||s[a(672)].id!==n[a(672)].id||s[a(760)]!==n[a(760)])continue;if(!Oc(n,s,[a(576)]))continue;if(a(745)==n[a(616)]&&n[a(893)][a(503)]!=s[a(893)][a(503)])continue;if(a(745)==n[a(616)]&&t[a(639)](n[a(893)][a(562)]))continue;if(a(843)==n[a(616)]){const e=t[a(637)][a(759)],r=n[a(841)]();if(r&&(e[a(889)][a(642)](r)||e[a(889)][a(501)](r)))continue}const c=o[a(785)](n),u=i[a(785)](n),l=i[a(785)](s),f=n[a(879)]&&n[a(879)][a(594)],h=s[a(879)]&&s[a(879)][a(594)];if(!f&&c(l,u))return t[a(553)](s,n),i[a(877)](n),!0;if(!h&&c(u,l))return t[a(553)](n,s),i[a(877)](s),!0}return!1}}[Ec(553)](t,e){const n=Ec;if(t[n(813)])for(const r of e[n(593)]())t[n(674)](r);else{const r=e[n(756)]()[n(910)];this[n(693)](t,this[n(726)][n(533)](t[n(756)]()[n(792)],r))}e[n(746)]()}[Ec(909)](t,e){const n=Ec,r=t[n(658)](n(761))||t[n(658)](n(745))?n(542):t[n(521)]();return Hr(this[n(637)][n(725)],e+"_"+r+n(872))}[Ec(769)](){const t=Ec,e=this[t(637)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(726)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(778)](t[s(701)]);if(s(827)===e){n[s(738)](this[s(909)](r,s(595)));break}}for(const t of r){const{group:e,type:r}=this[s(778)](t[s(701)]);if(s(827)===e){n[s(738)](this[s(909)](r,s(581)));break}}}))}[Ec(802)](t){const e=Ec;if(this[e(884)])return!1;const n=this[e(637)],r=n[e(759)][e(717)][e(680)][e(619)]();if(0==r[e(594)])return!1;const s=[],o=r[e(519)]((t=>e(745)==t[e(616)])),i=r[e(519)]((t=>e(754)==t[e(616)]&&e(566)!=t[e(701)])),a=r[e(519)]((t=>e(663)==t[e(616)]&&e(566)!=t[e(701)]));for(const t of o)s[e(881)]({key:t[e(564)],newValue:t[e(621)],oldValue:t[e(548)],range:Nc(t[e(704)],n[e(759)])});for(const t of i){const r=a[e(684)]((n=>n[e(900)][e(582)](t[e(900)])));r&&s[e(881)]({key:e(734),newValue:t[e(701)],oldValue:r[e(701)],range:n[e(759)][e(613)](t[e(900)][e(604)])})}return 0!=s[e(594)]&&this[e(683)](t,s)}[Ec(742)](t){const e=Ec;let n=!1;const r=this[e(637)][e(759)][e(717)][e(680)][e(908)]()[e(519)]((t=>t[e(893)][e(883)]&&t[e(701)][e(658)](e(504))));for(const s of r){const{subType:r,id:o}=this[e(778)](s[e(701)]),i=r[e(753)]("|")[0];for(const r of this[e(771)]({skipNotAttached:!0}))r.id!=o&&e(745)==r[e(616)]&&r[e(893)]&&r[e(893)][e(562)]==i&&r[e(756)]()[e(709)](s[e(893)][e(883)])&&(this[e(816)](r,s[e(893)][e(883)],t),n=!0)}return n}[Ec(807)](t){const e=Ec;this[e(637)],this[e(884)]=!0,t()}[Ec(689)](t){const e=Ec,n=this[e(639)](t),r=this[e(643)][e(603)](t);return n||r}[Ec(683)](t,e){const n=Ec;if(0==e[n(594)])return!1;let r=!1;for(const s of e){const e=this[n(699)](s[n(704)],n(745))[n(519)]((t=>!t[n(568)][n(545)]))[n(559)]((t=>t[n(827)])),i=(0,o.hashObject)({newValue:s[n(554)]});e[n(519)]((t=>{const e=n,[r,o]=t[e(760)][e(753)]("|");return r==s[e(562)]&&o!=i}))[n(886)]((e=>{const o=n;this[o(816)](e,s[o(704)],t),r=!0}))}return r}[Ec(816)](t,e,n){const r=Ec,s=t[r(756)]()[r(525)](e);0!==s[r(594)]?1!==s[r(594)]?this[r(596)](t,e[r(792)],e[r(910)]):this[r(693)](t,s[0]):n[r(573)](t[r(824)]())}}function yc(){const t=["createPositionAfter","addCommentThread","author","deletion:chain","addRange","_trackFormatChanges","isBlock","getSuggestionCallback","isCollapsed","descriptionFactory","differ","containsItem","keys","_reduceExistingSuggestions","find","splitPosition","formatInline:discard","suggestion-type","getAllAdjacentSuggestions","_isRegisteredAttribute","move","deletion:discard","getNearestSelectionRange","_setSuggestionRange","data-suggestion","catch","formatBlock:","dataDowncast","includes","_findSuggestions","howMany","name","formatInline","attribute:","range","add","attributes","discardSuggestion","registerCustomCallback","isIntersecting","updateMarker","isInContent","deleteContent","getRange","insertion:join","7HyqiFO","addMarker:suggestion:formatBlock","document","low","buildSuggestion","addMarkerName","_descriptionFactory","change:activeMarkers","substring","_getAttributeKey","locale","_model","documentSelection","marker-count","markerName","track-changes-user-not-found","elementStart","parent","oldRange","$elementName","deletion:accept","containsRange","rejected","announce","group","addSuggestionData","isDocumentOperation","_processAttributeSuggestions","trackChanges.mergeNestedSuggestions","containerElement","attribute","removeMarkers","accepted","highest","removeMarker:suggestion:attribute","markDeletion","moveTargetPosition","deletion:","split","insert","getAttribute","getFirstRange","reconvertMarker","editing","model","subType","format","forward","TrackChangesEditing","createSelection","fire","5WaOdQQ","_getSuggestionData","_checkSuggestionCorrectness","_initAriaMarkerChangeAnnouncements","elementEnd","getSuggestions","default","enableReadOnlyMode","isRemovable","rename","formatGroupId","trackChangesCommand","_splitMarkerName","insertContent","trackChanges.trackFormatChanges","conversion","11079fAToky","acceptSuggestion","getCustomProperty","get","consumable","open","@external","_commentsRepository","getMultiRangeId","every","start","unbind","change","_suggestionFactory","dataToMarker","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","execute","insertion:chain","fetchCommentThread","creator","_processAttributeChanges","markMultiRangeBlockFormat","updateSuggestion","Users","removeMarker:suggestion:formatBlock","_recordAttributeChanges","applyOperation","enqueueChange","getWalker","item","isUndo","isMultiRange","elementToElement","formatBlock:chain","_reduceSuggestionAttributeRange","config","hasCommentThread","registerInlineAttribute","detach","$graveyard","removeComment","getLastMatchingPosition","getFirstMarker","track-changes-adapter-missing-getsuggestion","isOwn","suggestion","insertion:accept","_rangeIsInLocalUserInsertion","deletion","ck-suggestion-marker--active","_suggestions","markBlockFormat","isAfter","join","track-changes-suggestion-not-found","next","track-changes-adapter-already-set","init","addSuggestion","getContainedElement","comments","formatBlock","originalSuggestionId","nodeBefore","CommentsRepository","addMarker:suggestion:attribute","writer","createRangeIn","deletion:join","_isDataLoaded","1871412CsHFnh","addClass","formatBlock:accept","markerToHighlight","forceDefaultExecution","formatInline:join","getMarkers","containsPosition","$marker","after","addMarker","4361142EKLJzO","isInsideObject","widget","insertion:","stopListening","hasSuggestion","commands","clear","createElement","_SUGGESTION_ANNOUNCEMENT","isExternal","clone","concat","trackChanges","delete","lowest","commentThread","stop","push","ready","newRange","_recordAttributeSuggestions","_onDiscard","forEach","_handleNewSuggestionMarker","_mergeNestedSuggestions","schema","markerToData","unshift","some","data","ck-suggestion-marker-formatBlock","isBefore","insertion","_customCallbacks","suggestionChanged","attribute:join","position","formatInline:","_enabledCommands","_suggestionState","markInlineFormat","change:data","external:","createdAt","getChangedMarkers","_getMarkerAnnouncementText","end","always","_cutOutSuggestionMarker","ck-suggestion-marker-formatInline","batch","pluginName","discard","setTo","hasComments","_removeSuggestion","_createSuggestion","formatInline:chain","tablePasteChainId","activeMarkers","unbindElementFromMarkerName","suggestion:","size","update:suggestion","notReady","error-saving-suggestion-data-suggestion-discarded","return","define","_adapter","$textProxy","_blockAttributeKeys","isLimit","getAncestors","oldValue","suggestion:attribute:","addHighlight","adapter","acceptAllSuggestions","commandName","addComment","markerReady","track-changes-suggestion-data-mismatch","218nMEiRT","markAttributeChange","chain","suggestionUnloaded","addMarker:suggestion","bindElementToMarker","enableDefaultAttributesIntegration","filter","upcast","toUpperCase","plugins","from","2203796hMfOfs","getDifference","selection","authorName","1464NKaNOK","36069UGCnHC","multipleBlocks","getItems","containsRangeInObject","createRange","isTouching","rethrowUnexpectedError","setAttribute","toViewElement","splice","discardSelectedSuggestions","getCommentThread","normal","FORMATTING","before","addUser","isNextTo","enableCommand","1895030XdjwYR","attributeOldValue","resolve","_defaultCallbacks","removed","_element","_joinSuggestions","newValue","assign","getUser","multi","high","map","markInsertion","getSuggestion","key","_refreshSuggestionsChain","attributeKey","getIntersection","$text","isAtStart","meta","formatBlock:discard","attribute:discard","never","createPositionBefore","removeMarker","_addSuggestionMarker","substr","groupId","acceptSelectedSuggestions","_afterChanges","_saved","head","ENTER","isEqual","_getExternalAuthor","pop","removeClass","_isForcedDefaultExecutionBlock","_getAuthorFromId","markers","track-changes-enable-command-twice","warn","_registerDefaultCallbacks","values","getRanges","length","LEAVE","_breakSuggestionMarker","markerNameToElements","_updateSuggestionData","root","value","toJSON","3352YvCtXw","has","nodeAfter","createPositionAt","formatInline:accept","ck-suggestion-marker-","rootName","requires","dataReady","PendingActions","authoredAt","createRangeOn","formatBlock:join","insertion:discard","type","isLocal","set","getChanges","showSuggestionHighlights","attributeNewValue","fromCharCode","_editor","discardAllSuggestions","registerBlockAttribute","isArray","removeAttribute","refresh","options","PENDING_ACTION_SUGGESTION","_refreshAttributeSuggestionsChain","track-changes-command-not-found","_addThreadToSuggestion","_joinWithAdjacentSuggestions","skipNestingCheck","fromRange","editor","sort","_isBlockAttribute","markMultiRangeInsertion","markMultiRangeDeletion","isObject","_inlineAttributeKeys","previous","ck-suggestion-marker","isSelectable","isAtEnd","targetPosition","mapper","suggestionLoaded","_setSuggestionData","collaboration.channelId","getShiftedBy","isIntersectingWithRange","change:_saved","for","4020vxGlVL","startsWith","accept","attribute:accept","backward","registerPostFixer","remove","listenTo","editingDowncast","consume","setSelection","element","then"];return(yc=function(){return t})()}class Ac{constructor(t){const e=Ec;this[e(623)]=t,this[e(726)]=t[e(759)],this[e(897)]=new Map,this[e(550)]=new Map,this[e(591)]()}[Ec(719)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(726)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(677)](t,e,i(659))(...n),onDiscard:(...n)=>this[i(677)](t,e,i(916))(...n)})}[Ec(708)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(897)][s(618)](o,r)}[Ec(677)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(897)][r(785)](s)||this[r(550)][r(785)](t+":"+n)}[Ec(591)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(638)](((t,n)=>t[e(792)][e(895)](n[e(792)])?1:-1)),this[e(726)][e(794)]((n=>{const r=e;for(const e of t){let t;t=e[r(910)][r(647)]&&e[r(910)][r(732)]==e[r(792)][r(604)]?n[r(764)](e[r(792)][r(604)],"on"):n[r(764)](e),this[r(726)][r(712)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(726)][n(794)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(559)]((t=>(Cc(t)&&(t=this[s(726)][s(533)](t[s(910)])),t)))[s(519)]((t=>s(821)!==t[s(599)][s(608)]));if(c[s(594)]<1)return;const u=Array[s(523)](this[s(726)][s(717)][s(526)][s(593)]())[s(559)]((t=>i.LiveRange[s(636)](t)));r[s(667)](c);for(const t of this[s(623)][s(869)][s(869)]())t[s(628)]();a[s(881)]({forceDefaultExecution:!0}),this[s(623)][s(798)](o,...a);const l=u[s(519)]((t=>s(821)!=t[s(599)][s(608)]));l[s(594)]>0&&r[s(667)](l);for(const t of u)t[s(820)]()}))},s=(e,n)=>1==e[t(594)]&&1==n[t(594)]&&e[0][t(910)][t(582)](n[0][t(792)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(726)])?[e,n]:Mc(n,e,s,r,this[t(726)])?[n,e]:null;this[t(550)][t(618)](t(828),e),this[t(550)][t(618)](t(615),n),this[t(550)][t(618)](t(714),s),this[t(550)][t(618)](t(799),o),this[t(550)][t(618)](t(735),n),this[t(550)][t(618)](t(691),e),this[t(550)][t(618)](t(850),s),this[t(550)][t(618)](t(673),o),this[t(550)][t(618)](t(606),r),this[t(550)][t(618)](t(686),e),this[t(550)][t(618)](t(857),s),this[t(550)][t(618)](t(921),e),this[t(550)][t(618)](t(854),r),this[t(550)][t(618)](t(569),e),this[t(550)][t(618)](t(614),s),this[t(550)][t(618)](t(815),e),this[t(550)][t(618)](t(660),e),this[t(550)][t(618)](t(570),((e,n)=>{const r=t;if(!n)return;const s=this[r(623)][r(522)][r(785)](_c);this[r(726)][r(794)]((t=>{const o=r;if(o(734)==n[o(562)])for(const r of e){const e=r[o(792)][o(604)],s=n[o(503)];t[o(775)](e,s)}else if(s[o(639)](n[o(562)]))for(const r of e)void 0!==n[o(503)]?t[o(536)](n[o(562)],n[o(503)],r[o(792)][o(604)]):t[o(627)](n[o(562)],r[o(792)][o(604)]);else for(const r of e)n[o(503)]?t[o(536)](n[o(562)],n[o(503)],r):t[o(627)](n[o(562)],r)}))})),this[t(550)][t(618)](t(899),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(732)][r(502)]({includeSelf:!0,parentFirst:!0})){if(s[r(599)]==s)return!1;if(!n[r(681)](s))return!1;if(t[r(642)](s)||t[r(501)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(910)][e(732)]==t[e(792)][e(604)]&&t[e(910)][e(567)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(811)].is(s(499))&&!r[s(642)](t[s(811)]),i=t[s(792)][s(823)](o),a=t[s(910)][s(823)](o,{direction:s(661)});return!(t[s(792)][s(582)](i)&&t[s(910)][s(582)](a)||(i[s(895)](a)?n[s(710)](e,{range:n[s(533)](i,a)}):n[s(573)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ec,n=t[e(792)][e(604)];return n&&n.is(e(668))}function Nc(t,e){const n=Ec;return null==t[n(910)][n(845)]&&t[n(910)][n(732)]==t[n(792)][n(604)]?vc(t[n(792)][n(604)],e):t}function vc(t,e){const n=Ec,r=e[n(889)][n(642)](t)||e[n(889)][n(646)](t);return e[n(533)](e[n(605)](t,n(543)),r?e[n(670)](t):e[n(605)](t,n(910)))}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(910)][o(582)](r[o(792)]))return!0;if(t[o(616)]!=e[o(616)])return!1;if(!n[o(910)][o(534)](r[o(792)]))return!1;const i=s[o(533)](n[o(910)],r[o(792)])[o(810)]();for(const t of i)if([o(731),o(770)][o(698)](t[o(616)])&&s[o(889)][o(501)](t[o(811)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(851)]||!e[r(851)])&&wr(Ic(t[r(706)],n),Ic(e[r(706)],n))}function wc(t,e){const n=Ec,r=Dc(t[n(706)]),s=Dc(e);if(!t[n(851)])return!1;for(const t of Object[n(682)](s))if(!wr(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(555)]({},t);return delete n[e(635)],delete n[e(922)],n}const Fc=xc;function Pc(){const t=["bind","PENDING_ACTION_SUGGESTION","get","plugins","69403IBvFkd","_editor","model","canAccept","stopListening","commands","isDirty","_removePendingAction","10Ylralb","change:isDirty","remove","execute","locale","PendingActions","_setPendingAction","3KhfGkn","_acceptCommand","destroy","discardSuggestion","canDiscard","8637350vHCBcQ","listenTo","add","acceptSuggestion","commentThreadController","_discardCommand","60MRqMAU","1043sQFfdc","440506icPfzA","view","isEnabled","34296mvKTpi","canEditAt","5587047CPewDS","getRanges","_pendingAction","2732996NAstqL","unbind","335050zBqnfm","12PSLMLt"];return(Pc=function(){return t})()}function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=185]})(t,e)}!function(t,e){const n=xc,r=t();for(;;)try{if(471843===-parseInt(n(219))/1*(parseInt(n(227))/2)+parseInt(n(190))/3*(parseInt(n(211))/4)+-parseInt(n(213))/5*(parseInt(n(201))/6)+parseInt(n(202))/7*(-parseInt(n(206))/8)+parseInt(n(208))/9+parseInt(n(195))/10+-parseInt(n(203))/11*(parseInt(n(214))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(221)]=e,this[s(204)]=n,this[s(199)]=r,this[s(220)]=t,this[s(191)]=t[s(224)][s(217)](s(198)),this[s(200)]=t[s(224)][s(217)](s(193)),this[s(204)][s(215)](s(205)).to(this[s(191)],this[s(200)],((t,e)=>t||e)),this[s(204)][s(215)](s(222)).to(this[s(191)],s(205),(t=>t&&this[s(220)][s(221)][s(207)](e[s(209)]()))),this[s(204)][s(215)](s(194)).to(this[s(200)],s(205),(t=>t&&this[s(220)][s(221)][s(207)](e[s(209)]()))),this[s(210)]=null,n[s(225)]&&this[s(189)](),this[s(196)](n,s(198),(()=>this[s(198)]())),this[s(196)](n,s(193),(()=>this[s(193)]())),this[s(196)](n,s(228),(()=>{const t=s;n[t(225)]?this[t(189)]():this[t(226)]()}))}[Fc(198)](){const t=Fc;this[t(191)][t(186)](this[t(221)].id)}[Fc(193)](){const t=Fc;this[t(200)][t(186)](this[t(221)].id)}[Fc(192)](){const t=Fc;this[t(204)][t(212)](t(205)),this[t(204)][t(212)](t(222)),this[t(204)][t(212)](t(194)),this[t(223)](),this[t(199)][t(192)](),this[t(210)]&&this[t(226)]()}[Fc(189)](){const t=Fc,e=Hr(this[t(220)][t(187)],t(216));this[t(210)]=this[t(220)][t(218)][t(217)](t(188))[t(197)](e)}[Fc(226)](){const t=Fc;null!==this[t(210)]&&this[t(220)][t(218)][t(217)](t(188))[t(185)](this[t(210)]),this[t(210)]=null}}function Uc(t,e){const n=Gc();return(Uc=function(t,e){return n[t-=486]})(t,e)}const jc=Uc;function Gc(){const t=["26287860xeDSZA","bind","commentThreadInputView","61807lZpKKQ","8019385tDkWcn","1096QBnuYS","isEnabled","_model","10kRxXtE","10eVsTSs","isReadOnly","isActive","editorConfig","disabledSubmit","_createCommentViews","_createCommentThreadInputView","focus","setData","6TxRssa","CommentView","delegate","commentsListView","updateComment","canDiscard","assign","_config","isDirty","removeComment","locale","13IKfvkd","cancel","_localUser","value","authoredAt","hasDirtyComment","52389tsZjTZ","showInput","addComment","editor","submit","63XzTZPR","element","commentInputView","canAccept","558988GOXAOd","3677635wsaHRk","disableComments","commentThread","fire","length","set","destroy","descriptionParts","112002euQPZI"];return(Gc=function(){return t})()}!function(t,e){const n=Uc,r=t();for(;;)try{if(630154===-parseInt(n(501))/1*(parseInt(n(506))/2)+-parseInt(n(516))/3*(parseInt(n(488))/4)+-parseInt(n(489))/5+parseInt(n(497))/6*(-parseInt(n(538))/7)+parseInt(n(503))/8*(-parseInt(n(533))/9)+parseInt(n(507))/10*(parseInt(n(502))/11)+-parseInt(n(498))/12*(-parseInt(n(527))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends s.View{constructor(t,e,n,r){const s=Uc;super(t),this[s(519)]=null,this[s(500)]=null,this[s(494)](s(509),!1),this[s(494)](s(531),e[s(531)]),this[s(499)](s(531)).to(e),this[s(494)](s(496),[]),this[s(494)](s(524),!1),this[s(494)](s(504),!1),this[s(494)](s(487),!1),this[s(494)](s(521),!1),this[s(505)]=e,this[s(529)]=n,this[s(523)]=r,r[s(490)]?this[s(494)](s(493),1):this[s(512)]()}[jc(514)](){const t=jc;this[t(539)][t(514)]()}[jc(495)](){const t=jc;this[t(519)]&&this[t(519)][t(495)](),this[t(500)]&&this[t(500)][t(495)](),super[t(495)]()}[jc(512)](){const t=jc,{CommentsListView:e}=this[t(523)];this[t(519)]=new e(this[t(526)],this[t(505)][t(491)],Object[t(522)]({CommentView:this[t(523)][t(517)]},this[t(523)])),this[t(519)][t(518)](t(525)).to(this),this[t(519)][t(518)](t(520)).to(this),this[t(519)][t(499)](t(509)).to(this),this[t(494)](t(493),this[t(519)][t(493)]+1),this[t(499)](t(493)).to(this[t(519)],t(493),(t=>t+1)),this[t(500)]=this[t(513)](),this.on(t(525),(()=>this[t(514)]())),this[t(499)](t(524)).to(this[t(519)],t(532),this[t(500)][t(486)],t(530),((t,e)=>t||!!e))}[jc(513)](){const t=jc,{CommentThreadInputView:e}=this[t(523)],n=new e(this[t(526)],this[t(529)],this[t(523)][t(510)]),r=n[t(486)];return n[t(499)](t(534)).to(this,t(509),this[t(505)][t(491)],t(508),r,t(530),((t,e,n)=>!!n||t&&!e)),r.on(t(537),((e,n)=>{const s=t;this[s(492)](s(535),n),r[s(536)][s(515)]("")})),r.on(t(528),(()=>this[t(514)]())),r[t(499)](t(511)).to(this[t(505)][t(491)],t(508)),n}}const zc=Wc;function Hc(){const t=["ck-suggestion-wrapper--active","17612YdICXl","acceptButton","cancel","EXTERNAL_AVATAR","fire","editorDestroyed","_model","_createButton","2973005yASGhw","Accept suggestion","extendTemplate","querySelector","content","map","setTemplate","render","ck-annotation__info-name","canAccept","bindTemplate","ck-comment__info-time","commentThreadInputView","ck-annotation__info-time","_descriptionElement","innerText",'"></span>',"2622696MbVouO","isEnabled","isExternal","ck-suggestion--accept","type","isActive","join","3621537qcJPYW","116756BzMhwx","getTemplate","ck-suggestion__info","source","authoredAt","ck-suggestion__main","div","commentThread","editorReady","name","ck-comment__external","children",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion-wrapper","43422gapnfA","importWord","creator","</p>","ck-annotation__user","split","disableComments","_config","</span>","innerHTML","ck-annotation",'<span class="ck-suggestion-type">',"ck-suggestion__user","ck-annotation__main","discardButton","value","color","author","check","3529816nqvYyz","ck-annotation__content-wrapper","165FJxOKb","title","Discard suggestion","change:description","delegate","getExternalSuggestionNote","305UbJrFE","set","commentsListView","ck-suggestion--disabled-comments","@external","EXTERNAL_IMPORT_WORD_SUGGESTION","EXTERNAL_IMPORT_WORD_AVATAR","bind","ck-annotation__actions","userView","formatDateTime","getUserViewNotificationText","locale",".ck-annotation__content-wrapper","ck-suggestion-","descriptionParts","description","time","ck-suggestion","ck-suggestion__actions","ck-suggestion--discard","ck-annotation__info","span","execute","discardSuggestion","attributes","ck-suggestion__info-name","createElement","element","acceptSuggestion","<p>",'" title="',"10mYZeNs","push","canDiscard","EXTERNAL_SUGGESTION"];return(Hc=function(){return t})()}!function(t,e){const n=Wc,r=t();for(;;)try{if(542812===parseInt(n(284))/1+-parseInt(n(251))/2*(-parseInt(n(319))/3)+parseInt(n(317))/4+parseInt(n(325))/5*(-parseInt(n(298))/6)+-parseInt(n(259))/7+parseInt(n(276))/8+-parseInt(n(283))/9*(parseInt(n(246))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(326)](i(280),""),this[i(332)](i(280)).to(this,i(340),(t=>t&&t[0]?t[0][i(280)]:"")),this[i(332)](i(341)).to(this,i(340),this,i(281),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(244)+Xc(e[n(263)],e[n(314)])+n(301);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(273)]=null,this[i(252)]=this[i(258)](Hr(e,i(260)),t.icons[i(316)],i(279),i(243),"sw"),this[i(252)][i(332)](i(277)).to(this,i(268)),this[i(312)]=this[i(258)](Hr(e,i(321)),t.icons[i(253)],i(345),i(238),"sw"),this[i(312)][i(332)](i(277)).to(this,i(248)),this[i(334)]=new o.UserView(e,this[i(257)][i(315)],this[i(336)]()),this[i(334)][i(261)]({attributes:{class:[i(310),i(302)]}}),this[i(265)](this[i(285)]())}[zc(285)](){const t=zc,e=this[t(269)],n=[{tag:t(290),attributes:{class:[t(286),t(346)]},children:[{tag:t(347),children:[{text:this[t(334)][t(293)]}],attributes:{class:[t(240),t(267)]}},{tag:t(342),attributes:{datetime:e.to(t(288)),class:[t(270),t(272)]},children:[{text:e.to(t(288),(e=>this[t(305)][t(335)](e)))}]}]},{tag:t(290),attributes:{class:[t(344),t(333)]},children:[this[t(252)],this[t(312)]]},{tag:t(290),attributes:{class:[t(318)]}}];this[t(257)][t(278)]&&n[t(247)]({tag:t(290),attributes:{class:[t(294)]},children:[{text:this[t(324)]()}]});const r={tag:t(290),attributes:{class:[t(297),e.if(t(281),t(250)),e.to(t(280),(e=>t(339)+e)),this[t(305)][t(304)]&&t(328)],"data-suggestion-id":this[t(257)].id,"data-thread-id":this[t(257)][t(291)].id,"data-author-id":this[t(257)][t(315)].id,tabindex:-1},children:[{tag:t(290),attributes:{class:[t(343),t(308)]},children:[this[t(334)],{tag:t(290),attributes:{class:[t(289),t(311)]},children:n}]}]};return this[t(327)]&&this[t(271)]&&(r[t(295)][t(247)](this[t(327)],this[t(271)]),this[t(327)][t(323)](t(292)).to(this),this[t(327)][t(323)](t(256)).to(this),this[t(271)][t(323)](t(292)).to(this),this[t(271)][t(323)](t(256)).to(this)),r}[zc(266)](){const t=zc;super[t(266)](),this[t(273)]=this[t(242)][t(262)](t(338)),this[t(273)][t(307)]=this[t(341)],this.on(t(322),((e,n,r)=>{const s=t;this[s(273)][s(307)]=r}))}[zc(258)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(337)]);return a[i(326)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(261)]({attributes:{class:n}}),a.on(i(348),(()=>{const t=i;this[t(255)](r,this[t(257)].id)})),a}[zc(324)](){const t=zc;return t(299)===this[t(257)][t(239)][t(329)][t(287)]?Hr(this[t(337)],t(330)):Hr(this[t(337)],t(249))}[zc(336)](){const t=zc;return this[t(257)][t(278)]?t(299)===this[t(257)][t(239)][t(329)][t(287)]?Hr(this[t(337)],t(331),this[t(257)][t(300)][t(293)]):Hr(this[t(337)],t(254),this[t(257)][t(300)][t(293)]):null}}function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=238]})(t,e)}function Xc(t,e){const n=zc;let r="";return r+=t[n(303)]("*")[n(264)](((t,e)=>e%2!=0?n(309)+qc(t)+n(306):qc(t)))[n(282)](""),e&&(r+=n(296)+e[n(313)]+n(245)+e[n(320)]+n(275)),r}function qc(t){const e=zc,n=document[e(241)](e(347));return n[e(274)]=t,n[e(307)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Yc=Jc;function Jc(t,e){const n=Qc();return(Jc=function(t,e){return n[t-=371]})(t,e)}function Qc(){const t=["listenTo","type","value","11537784OmKKnR","change:activeAnnotations","menu","trackChanges.SuggestionThreadView","isInContent","lowest","comments.editorConfig","delegate","isOn","_initializeController","_destroyController","Discard all selected suggestions","addComment","_addUIComponentsToFactory","items","get","51vmnCkx","activeAnnotations","779499csNuuS","163926zeATAg","set","Accept all selected suggestions","60QRSxiw","activeMarkers","isDirty","comments.maxCommentCharsWhenCollapsed","requires","isMultiRange","getJoined","buttonView","refreshSelectedViews","13280LyRodh","focus","getAllAdjacentSuggestions","clear","panelView","arrowView","define","view","_bindAnnotationToEditors","discardButton","remove","stopListening","from","Annotations","getRanges","switchbutton","descriptionFactory","CommentsRepository","change:previous","getSuggestion","getMarkerNames","createAnnotation","commentThread","getMarkers","reduce","createAnnotationView","_viewToController","getFirstRange","unbind","pluginName","suggestionChanged","size","trackChanges.disableComments","_updateController","head","locale","13240683ZKeeKe","discardSelectedSuggestions","_createToolbarButton","Track changes","comments.maxThreadTotalWeight","getDescriptions","delete","bind","length","Discard all suggestions","_handleControllerBuffer","menuBar:trackChanges","hasSuggestion","commands","trackChanges","_disableComments","864324sKVgeM","suggestionLoaded","descriptionParts","_annotationViews","CommentView","execute","commandName","previous","_handleSuggestionControllerDelayed","some","acceptSelectedSuggestions","plugins","editor","registerAnnotation","values","_suggestionToController","comments","EditorAnnotations","createCommentThreadController","addSourceCollector","TrackChangesUI","isEnabled","children","_createMenuBarMenu","has","keys","source","_unbindEditors","menuitem","model","button","mainView","CommentsUI","componentFactory","2850436wwrMwE","discardAllSuggestions","TrackChangesEditing","getByInnerView","suggestion-","destroy","actionView","add","menuitemcheckbox","SuggestionThreadView","_refreshActiveMarkers","innerView","editing","init","acceptButton","comments.maxCommentsWhenCollapsed","suggestionUnloaded","config","separator","acceptAllSuggestions","toMany","Accept all suggestions","push","filter"];return(Qc=function(){return t})()}!function(t,e){const n=Jc,r=t();for(;;)try{if(783923===-parseInt(n(437))/1+-parseInt(n(471))/2+parseInt(n(514))/3*(-parseInt(n(385))/4)+parseInt(n(376))/5*(parseInt(n(373))/6)+-parseInt(n(372))/7+parseInt(n(498))/8+parseInt(n(421))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Yc(380)](){const t=Yc;return[_c,o.Users,t(402),t(398),t(454)]}static get[Yc(414)](){return Yc(457)}constructor(t){const e=Yc;super(t),this[e(452)]=new Map,this[e(411)]=new Map,this[e(440)]=new Map,this[e(431)]=new Map;const n=this[e(449)][e(488)];n[e(391)](e(501),Kc),n[e(391)](e(417),!1),this[e(436)]=n[e(513)](e(417))}[Yc(445)](t,e){const n=Yc;0===this[n(431)][n(416)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(431)]){const r=this[t(452)][t(461)](e);r||n?r&&n&&this[t(508)](e):this[t(507)](e)}this[t(431)][t(388)](),this[t(449)][t(448)][t(513)](t(454))[t(384)](),this[t(481)]()}),10),this[n(431)][n(374)](t,e)}[Yc(484)](){const t=Yc,e=this[t(449)],n=e[t(448)][t(513)](t(473)),r=e[t(448)][t(513)](t(398)),s=e[t(448)][t(513)](t(454)),o=e[t(448)][t(513)](t(402));this[t(511)](),s[t(456)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(397)](this[e(452)])){const s=t[e(387)](),o=[];for(const t of s){if(!t[e(502)])continue;if(t[e(381)]){o[e(493)](...t[e(399)]());continue}const n=t[e(412)]();if(o[e(429)]>0){const t=o[0][e(382)](n);if(t){o[0]=t;continue}}o[e(493)](n)}n[e(493)]([r[e(392)],o])}return n})),this[t(495)](n,t(438),((e,n)=>{const r=t;this[r(495)](n,r(403),((t,e,s,o)=>{const i=r;n[i(502)]&&(null==s?(this[i(418)](o[i(419)]),this[i(445)](n,!1)):(this[i(418)](s[i(419)]),null==o&&this[i(445)](n,!0)))})),null!==n[r(444)]?this[r(418)](n[r(419)]):this[r(445)](n,!1)})),this[t(495)](n,t(487),((e,n,r)=>{const s=t;this[s(396)](n,s(403)),this[s(431)][s(427)](n),this[s(452)][s(461)](n)&&this[s(508)](n),r&&this[s(418)](r[s(419)])})),this[t(495)](n,t(415),((e,n)=>{this[t(418)](n)})),this[t(495)](r,t(499),(()=>{this[t(481)]()})),this[t(495)](o,t(510),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(433)](r))return;const i=n[o(404)](r);this[o(452)][o(513)](i)[o(392)][o(386)]()}),{priority:t(503)})}[Yc(481)](){const t=Yc,e=this[t(449)][t(448)][t(513)](t(398)),n=this[t(449)][t(448)][t(513)](t(473)),r=Array[t(397)](e[t(371)],(e=>e[t(482)]))[t(494)]((e=>this[t(411)][t(461)](e))),s=[];for(const e of r){const n=this[t(411)][t(513)](e)[t(466)][t(387)]();s[t(493)](...n[t(409)](((e,n)=>[...e,...n[t(405)]()]),[]))}n[t(377)]=s}[Yc(511)](){const t=Yc,n=this[t(449)],r=n[t(420)],o=Hr(r,t(424)),i=new e.Collection([{type:t(400),model:new s.ViewModel({withText:!0,label:o,commandName:t(435),role:t(479)})},{type:t(489)},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(492)),commandName:t(490),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(375)),commandName:t(447),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(430)),commandName:t(472),role:t(465)})},{type:t(467),model:new s.ViewModel({withText:!0,label:Hr(r,t(509)),commandName:t(422),role:t(465)})}]);for(const e of i)if(tu(e)){const r=n[t(434)][t(513)](e[t(466)][t(443)]);e[t(466)][t(428)](t(506),t(458)).to(r,t(497),t(458))}n.ui[t(470)][t(478)](t(435),(e=>this[t(423)](e,i,o))),n.ui[t(470)][t(478)](t(432),(e=>this[t(460)](e,i,o)))}[Yc(423)](t,e,n){const r=Yc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(449)][r(434)][r(513)](r(435));o[r(383)][r(374)]({tooltip:n,label:n,icon:Zc}),o[r(383)][r(428)](r(506)).to(i,r(497)),o[r(383)].on(r(442),(()=>{const t=r;i[t(442)](),this[t(449)][t(483)][t(392)][t(386)]()})),(0,s.addListToDropdown)(o,e,{role:r(500)});const a=[];for(const t of e)tu(t)&&a[r(493)](this[r(449)][r(434)][r(513)](t[r(466)][r(443)]));const c=o[r(383)];return c[r(477)][r(413)](r(458)),c[r(390)][r(413)](r(458)),c[r(477)][r(428)](r(458)).to(i,r(458)),c[r(390)][r(428)](r(458))[r(491)](a,r(458),((...t)=>t[r(446)]((t=>t)))),o.on(r(442),(t=>{const e=r;this[e(449)][e(442)](t[e(463)][e(443)]),this[e(449)][e(483)][e(392)][e(386)]()})),o}[Yc(460)](t,e,n){const r=Yc,o=new s.MenuBarMenuView(t),i=this[r(449)][r(434)][r(513)](r(435));o[r(383)][r(374)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(489)==n[r(496)]){a[r(512)][r(478)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(466)];i[r(428)](...Object[r(462)](c)).to(c),i[r(505)](r(442)).to(o),i.on(r(442),(()=>{const t=r;this[t(449)][t(442)](c[t(443)]),this[t(449)][t(483)][t(392)][t(386)]()})),e[r(459)][r(478)](i),a[r(512)][r(478)](e)}return o[r(428)](r(458)).to(i,r(458)),o[r(389)][r(459)][r(478)](a),o}[Yc(507)](t){const e=Yc,n=this[e(449)],r=n[e(488)],s=n[e(448)][e(513)](e(398)),i=n[e(448)][e(513)](e(402)),a=n[e(448)][e(513)](e(454)),c=n[e(448)][e(513)](o.Users).me,u=r[e(513)](e(435))[e(480)],{CommentsListView:l,CommentThreadInputView:f}=n[e(448)][e(513)](e(469));let h,g;this[e(440)][e(461)](t.id)?(g=this[e(440)][e(513)](t.id),h=g[e(468)]):(h=new u(n[e(420)],t,c,{disableComments:this[e(436)],editorConfig:r[e(513)](e(504)),maxCommentsWhenCollapsed:r[e(513)](e(486)),maxThreadTotalWeight:r[e(513)](e(425)),maxCommentCharsWhenCollapsed:r[e(513)](e(379)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(513)](e(420))),CommentView:r[e(513)](e(453))[e(441)],CommentsListView:l,CommentThreadInputView:f}),h[e(485)].on(e(442),(()=>{const t=e;n[t(483)][t(392)][t(386)]()})),h[e(394)].on(e(442),(()=>{const t=e;n[t(483)][t(392)][t(386)]()})),g=s[e(410)](this[e(449)][e(420)],h),g[e(428)](e(378)).to(h,e(378)),g[e(428)](e(429)).to(h),g[e(428)](e(496)).to(h,e(496),(t=>e(475)+t)),this[e(440)][e(374)](t.id,g));const d=i[e(455)](t[e(407)],h),p=new Bc(n,t,h,d),m=t[e(387)]()[e(494)]((t=>t[e(502)]));h[e(439)]=n[e(448)][e(513)](e(473))[e(401)][e(426)](m),this[e(452)][e(374)](t,p),this[e(411)][e(374)](h,p);const I=s[e(406)]({view:g,target:()=>{const r=e,s=[],i=t[r(387)]()[r(494)]((t=>t[r(502)]));for(const t of i)s[r(493)](...t[r(408)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(483)],s)},type:()=>e(475)+p[e(392)][e(496)]});i[e(393)](h,I),s[e(478)](I),a[e(450)](I)}[Yc(508)](t){const e=Yc,n=this[e(449)][e(448)][e(513)](e(402)),r=this[e(449)][e(448)][e(513)](e(398)),s=this[e(452)][e(513)](t),o=s[e(392)],i=r[e(474)](o);n[e(464)](o),i&&r[e(395)](i),this[e(452)][e(427)](t),this[e(411)][e(427)](o),s[e(476)]()}[Yc(418)](t){const e=Yc;if(!t[e(502)]||!this[e(452)][e(461)](t))return;const n=this[e(449)][e(448)][e(513)](e(473)),r=this[e(452)][e(513)](t),s=t[e(387)]();r[e(392)][e(439)]=n[e(401)][e(426)](s)}[Yc(476)](){const t=Yc;for(const e of this[t(452)][t(462)]())this[t(508)](e);for(const e of this[t(440)][t(451)]())e[t(468)][t(476)]();super[t(476)]()}}function tu(t){return Yc(466)in t}var eu=nu;function nu(t,e){var n=su();return(nu=function(t,e){return n[t-=439]})(t,e)}!function(t,e){for(var n=nu,r=t();;)try{if(533287===parseInt(n(442))/1+-parseInt(n(445))/2+parseInt(n(449))/3+parseInt(n(457))/4*(parseInt(n(440))/5)+parseInt(n(455))/6*(-parseInt(n(447))/7)+parseInt(n(454))/8+-parseInt(n(446))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(su);class ru extends t.Plugin{static get[eu(444)](){return[_c,$c,eu(459)]}static get[eu(448)](){return eu(458)}set[eu(456)](t){var e=eu;this[e(443)][e(452)][e(439)](_c)[e(456)]=t}get[eu(456)](){var t=eu;return this[t(443)][t(452)][t(439)](_c)[t(456)]}[eu(441)](t){var e=eu;return this[e(443)][e(452)][e(439)](_c)[e(450)](t)}[eu(453)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(443)][n(452)][n(439)](_c)[n(453)]({skipNotAttached:t,toJSON:e})}[eu(451)](t){var e=eu;return this[e(443)][e(452)][e(439)](_c)[e(451)](t)}}function su(){var t=["addSuggestion","335859RsGYHJ","editor","requires","1149460mEhPKi","7190730JGjDkm","1229760ogtxUU","pluginName","1508751XNtzMY","addSuggestionData","getSuggestion","plugins","getSuggestions","7847112AfPsdB","24xJincS","adapter","1580084bbgLcK","TrackChanges","Comments","get","10BogoCS"];return(su=function(){return t})()}const ou=fu;function iu(){const t=["execute","getRootsAttributes","result","4177575PTfEnV","760795NsXWoj","map","discardAllSuggestions","editor","name","getDataWithDiscardedSuggestions","58502dVuUVD","Pagination","init","_adapter","reduce","getCommentThreads","acceptAllSuggestions","end","trackChangesData.editorCreator","6RJRscc","getUser","editorCreator","getSuggestions","rootsAttributes","2966502rOUptz","getRootNames","constructor","config","pluginName","plugins","document","data","requires","addCommentThread","appendChild","TrackChangesDataGetter","destroy","CommentsRepository","div","TrackChangesData","TrackChangesEditing","useAnonymousUser","get","30288225mgOdSR","create","trackChangesData","set","addSuggestionData","createDocumentFragment","16GYJEKf","5ehapPj","getDataWithAcceptedSuggestions","createElement","22RcHvFW","push","define","users","function","Users","addUser","810996wyxvOy","track-changes-data-invalid-editor-creator","getFullData","8173670lrofiq","model"];return(iu=function(){return t})()}!function(t,e){const n=fu,r=t();for(;;)try{if(530534===parseInt(n(288))/1*(parseInt(n(331))/2)+parseInt(n(302))/3+parseInt(n(338))/4*(-parseInt(n(328))/5)+parseInt(n(297))/6*(parseInt(n(282))/7)+parseInt(n(327))/8*(parseInt(n(281))/9)+parseInt(n(276))/10+-parseInt(n(321))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(289)];class cu extends t.Plugin{static get[ou(310)](){return[_c]}static get[ou(306)](){return ou(317)}[ou(290)](){const t=ou,n=this[t(285)];if(n[t(305)][t(333)](t(296),(e=>{const r=t,s=n[r(277)][r(308)][r(303)]()[r(292)](((t,e)=>(t[e]="",t)),{});return n[r(304)][r(322)](s,e)})),t(335)!=typeof n[t(305)][t(320)](t(323))[t(299)])throw new e.CKEditorError(t(274))}[ou(329)](t){return hu(this[ou(285)],!0,t)}[ou(287)](t){return hu(this[ou(285)],!1,t)}}class uu extends t.Plugin{static get[ou(306)](){return ou(313)}constructor(t){const e=ou;super(t),this[e(280)]=e(295)}[ou(290)](){const t=ou;this[t(285)][t(307)][t(320)](t(315))[t(291)]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[t(285)][t(307)][t(320)](t(318))[t(291)]=null}}function lu(t){return void 0!==t[ou(279)]}function fu(t,e){const n=iu();return(fu=function(t,e){return n[t-=274]})(t,e)}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(307)][r(332)](_c,uu),s[r(301)]=lu(t)?t[r(279)]():void 0;const i=document[r(326)](),a=t[r(305)][r(320)](r(323))[r(299)],c=await a(s,(()=>function(t){const e=r,n=document[e(330)](e(316));return t[e(312)](n),n}(i)));!function(t,e){const n=r,s=t[n(277)][n(308)][n(303)]()[n(292)](((e,r)=>(e[r]=t[n(309)][n(320)]({rootName:r}),e)),{}),o=t[n(307)][n(320)](n(336))[n(334)][n(283)]((t=>({id:t.id,name:t[n(286)]}))),i=t[n(307)][n(320)](n(318))[n(300)]({skipNotAttached:!0,toJSON:!0}),a=t[n(307)][n(320)](n(315))[n(293)]({skipNotAttached:!0,toJSON:!0}),c=e[n(307)][n(320)](n(336)),u=e[n(307)][n(320)](n(318)),l=e[n(307)][n(320)](n(315));for(const t of o)c[n(298)](t.id)||c[n(337)](t);c.me||c[n(319)]();for(const t of i)u[n(325)](t);for(const t of a)l[n(311)](t);e[n(309)][n(324)](s)}(t,c),c[r(278)](r(e?294:284));const u=lu(c)?c[r(275)](n):c[r(309)][r(320)](n);return await c[r(314)](),u}function gu(){var t=["135648caUDAq","8PgQUTM","1043403PDSPhd","1370XtenVW","573287JmXcXV","25827370KFWrUK","6582821vzqnoM","4sZzeoO","9132ifPIci","1863488IIqYLJ"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=407]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(534120===parseInt(n(416))/1+-parseInt(n(411))/2+-parseInt(n(414))/3*(parseInt(n(409))/4)+parseInt(n(415))/5*(-parseInt(n(410))/6)+-parseInt(n(408))/7+parseInt(n(413))/8*(parseInt(n(412))/9)+parseInt(n(407))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Gc,TrackChanges:()=>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(t,e){const n=l,r=t();for(;;)try{if(685492===parseInt(n(472))/1*(-parseInt(n(492))/2)+parseInt(n(483))/3+parseInt(n(482))/4*(parseInt(n(491))/5)+-parseInt(n(496))/6*(parseInt(n(479))/7)+-parseInt(n(485))/8*(parseInt(n(494))/9)+-parseInt(n(489))/10*(parseInt(n(486))/11)+parseInt(n(487))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class u extends t.Command{constructor(t,e){const n=l;super(t),this[n(478)]=e,this[n(476)]=!1,this[n(497)](),this[n(474)]=!1}[c(497)](){this[c(475)]=!0}[c(488)](){const t=c;this[t(476)]=!this[t(476)],this[t(476)]?this[t(490)]():this[t(498)]()}[c(490)](){const t=c;for(const e of this[t(480)][t(481)][t(481)]())e[t(493)]&&!this[t(478)][t(495)](e)&&e[t(473)](t(477))}[c(498)](){const t=c;for(const e of this[t(480)][t(481)][t(481)]())e[t(493)]&&!this[t(478)][t(495)](e)&&e[t(484)](t(477))}}function l(t,e){const n=f();return(l=function(t,e){return n[t-=472]})(t,e)}function f(){const t=["2ziXeXk","affectsData","1610568sdhKZu","has","130104MIEKxn","refresh","_enableCommands","612758nqDIvt","forceDisabled","_isEnabledBasedOnSelection","isEnabled","value","TrackChangesCommand","_enabledCommands","119LQqbdq","editor","commands","92FufoDH","1425801rXRrXt","clearForceDisabled","32fVrdsM","726OtAZwA","23573796PZgfeO","execute","204850CiJExQ","_disableUnsupportedCommands","281510UuJqHZ"];return(f=function(){return t})()}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=159]})(t,e)}function d(){const t=["getRanges","execute","get","canEditAt","60832FJtZFh","isEnabled","TrackChangesEditing","1620110VndbVZ","317438ugeYAU","plugins","_suggestions","model","acceptSuggestion","423UEemrN","track-changes-accept-suggestion-not-found","158298IcyRkt","172424GbAvEe","editor","107908WfgaGy","33TmOvMt","786JmDauP","_isEnabledBasedOnSelection","refresh","10435XWmYMj"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(187520===-parseInt(n(159))/1+-parseInt(n(175))/2+-parseInt(n(162))/3*(parseInt(n(161))/4)+parseInt(n(166))/5*(parseInt(n(163))/6)+parseInt(n(182))/7+parseInt(n(171))/8*(parseInt(n(180))/9)+parseInt(n(174))/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(177)]=e,this[n(165)](),this[n(164)]=!1}[h(165)](){this[h(172)]=!0}[h(168)](t){const n=h,r=this[n(177)][n(169)](t);if(!r)throw new e.CKEditorError(n(181),this);const s=r[n(167)]();this[n(160)][n(178)][n(170)](s)&&this[n(160)][n(176)][n(169)](n(173))[n(179)](r)}}const m=E;function I(){const t=["1542820QURNOn","editor","refresh","255040kxXgYC","790755YBMXmI","_isEnabledBasedOnSelection","4642110ERulUY","75bRYgaN","track-changes-discard-suggestion-not-found","execute","canEditAt","plugins","get","getRanges","18OklZZm","model","TrackChangesEditing","49tQfLbC","566152fZyWoS","_suggestions","2OYYrNV","isEnabled","discardSuggestion","60748hBRAFy","3719388xQvPtH"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=495]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(435861===-parseInt(n(506))/1*(parseInt(n(498))/2)+parseInt(n(510))/3*(-parseInt(n(501))/4)+-parseInt(n(507))/5+parseInt(n(502))/6+parseInt(n(495))/7*(parseInt(n(496))/8)+-parseInt(n(517))/9*(parseInt(n(503))/10)+parseInt(n(509))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(497)]=e,this[n(505)](),this[n(508)]=!1}[m(505)](){this[m(499)]=!0}[m(512)](t){const n=m,r=this[n(497)][n(515)](t);if(!r)throw new e.CKEditorError(n(511),this);const s=r[n(516)]();this[n(504)][n(518)][n(513)](s)&&this[n(504)][n(514)][n(515)](n(519))[n(500)](r)}}function T(t){const e=k;return t[e(477)](((t,n)=>e(494)==t[e(456)]&&e(494)!=n[e(456)]?-1:e(494)!=t[e(456)]&&e(494)==n[e(456)]?1:0))}function _(t,e){const n=k;let r,s=0;const o=[],i=e[n(490)];for(;s<t[n(483)];){const a=t[s],c=t[s+1];r||(r=e[n(460)](a)),A(e,a,c)||(o[n(471)](e[n(491)](r,i[n(463)](a)?e[n(475)](a):e[n(485)](a,n(473)))),r=null),s++}return o}function y(){const t=["1621940OdpacJ","4784kwudBg","length"," [color ","createPositionAt","isCollapsed","4JPZKaO","279QhUxZd","isMultiRange","schema","createRange","start","join","deletion","splice","replace","add","execute","content","type","20330lbyOxT","44pHqlUi","isInContent","createPositionBefore","1729788WLHFdE","getRanges","isObject","680589SxFKMr","value","9646HKIQQH","color","isIntersecting","next","map","push","isTouching","end","isArray","createPositionAfter","7398vkbLjP","sort","change","from","3315330gALOqX"];return(y=function(){return t})()}function A(t,e,n){const r=k;if(!n)return!1;const s=t[r(475)](e),o=t[r(460)](n);return s[r(472)](o)}!function(t,e){const n=k,r=t();for(;;)try{if(436736===parseInt(n(464))/1+-parseInt(n(476))/2*(-parseInt(n(488))/3)+parseInt(n(487))/4*(parseInt(n(481))/5)+parseInt(n(461))/6+-parseInt(n(466))/7*(parseInt(n(482))/8)+-parseInt(n(480))/9+parseInt(n(457))/10*(-parseInt(n(458))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);function k(t,e){const n=y();return(k=function(t,e){return n[t-=451]})(t,e)}function C(t,e,n){const r=k;for(;n[r(483)];){const s=n[r(451)](0,100);t[r(478)]((()=>{const t=r;for(const n of s)n[t(459)]&&e[t(454)](n.id)}))}}const N=R;function L(){const t=["editor","refresh","1776492OgrMcb","648297PoEDxy","6KyzLpM","canEditAt","values","_command","isInContent","execute","getRanges","78qsWCww","175783QDXZbK","isEnabled","33021YVAQAP","_isEnabledBasedOnSelection","5062897HFugEv","_suggestions","model","from","6654200FKqhLm","275440IuPUqK","some"];return(L=function(){return t})()}function R(t,e){const n=L();return(R=function(t,e){return n[t-=375]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(522812===-parseInt(n(376))/1+-parseInt(n(375))/2*(parseInt(n(378))/3)+-parseInt(n(389))/4+-parseInt(n(385))/5+parseInt(n(391))/6*(parseInt(n(380))/7)+parseInt(n(384))/8+parseInt(n(390))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(L);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(394)]=e,this[r(381)]=n,this[r(388)](),this[r(379)]=!1}[N(388)](){const t=N,e=Array[t(383)](this[t(381)][t(393)]())[t(386)]((e=>e[t(395)]));this[t(377)]=this[t(394)][t(377)]&&e}[N(396)](){const t=N,e=T(Array[t(383)](this[t(381)][t(393)]()));for(const n of e){const e=n[t(397)]();if(!this[t(387)][t(382)][t(392)](e))return}C(this[t(387)][t(382)],this[t(394)],e)}}function M(){const t=["document","7156608WwozRW","execute","28462311IJfFZj","_suggestions","canEditAt","24PTsPlE","_command","model","values","4876850KbgEbr","isEnabled","size","selection","getRanges","7533jvNJac","2516eOEqyN","364245oiipzw","_selectedSuggestions","editor","from","refresh","_isEnabledBasedOnSelection","999199eMQWOx","1199530vWsFpL"];return(M=function(){return t})()}const v=w;function w(t,e){const n=M();return(w=function(t,e){return n[t-=317]})(t,e)}!function(t,e){const n=w,r=t();for(;;)try{if(818691===-parseInt(n(328))/1+-parseInt(n(329))/2+-parseInt(n(320))/3*(-parseInt(n(321))/4)+-parseInt(n(340))/5+-parseInt(n(331))/6+parseInt(n(322))/7*(-parseInt(n(336))/8)+parseInt(n(333))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class O extends t.Command{constructor(t,e,n){const r=w;super(t),this[r(337)]=e,this[r(334)]=n,this[r(323)]=new Set,this[r(326)](),this[r(327)]=!1}[v(326)](){const t=v,e=this[t(324)][t(338)][t(330)][t(318)],n=Array[t(325)](this[t(334)][t(339)]());this[t(323)]=function(t,e){const n=k,r=Array[n(479)](t[n(462)]()),s=new Set;for(const o of e)if(o[n(459)])for(const e of r)for(const r of o[n(462)]())(e[n(468)](r)||t[n(486)]&&!o[n(489)]&&o[n(469)]&&r[n(473)][n(472)](e[n(492)]))&&s[n(453)](o);return s}(e,n),this[t(341)]=this[t(337)][t(341)]&&!!this[t(323)][t(317)]}[v(332)](){const t=v,e=T(Array[t(325)](this[t(323)]));for(const n of e){const e=n[t(319)]();if(!this[t(324)][t(338)][t(335)](e))return}C(this[t(324)][t(338)],this[t(337)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Z=X||Y||Function("return this")();const J=Z.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=J?J.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=J?J.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Z["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Z,"Map");const Ct=At(Object,"create");const Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Lt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.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=Nt,Ot.prototype.delete=Lt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=zt;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Zt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Zt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Yt(n,a,c):Jt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Z.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Le(t))return Se(t);var e=[];for(var n in Object(t))Me.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):ve(t)};const De=function(t,e){return t&&Qt(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 xe=function(t){if(!at(t))return Fe(t);var e=Le(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Z.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Ze=Ye?function(t){return null==t?[]:(t=Object(t),Ke(Ye(t),(function(e){return Xe.call(t,e)})))}:qe;const Je=function(t,e){return Qt(t,Ze(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ze(t)),t=$e(t);return e}:qe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,Oe,Ze)};const sn=function(t){return nn(t,Be,tn)};const on=At(Z,"DataView");const an=At(Z,"Promise");const cn=At(Z,"Set");const un=At(Z,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(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=Z.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ln=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Ln.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=J?J.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const 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 Nn(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 Rn(t);case"[object Symbol]":return vn(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||Le(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[zn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Je(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?Be:Oe)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Yn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||(Jn.test(t)||!Zn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=J?J.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Yn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Jt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=J?J.prototype:void 0,Ar=yr?yr.valueOf:void 0;const 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 Nr=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 Lr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Lr?Sr:c)==Sr,f=(u=u==Lr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(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:vr(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 xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=243]})(t,e)}function Vr(){const t=["_onDiscard","createdAt","380RlrHop","@external","hasComments","reduce","isIntersectingWithRange","getRange","_markerNames","head","removeMarkers","change","getAllAdjacentSuggestions","1342875NdVECF","onAccept","isIntersecting","length","suggestion:","onAttributesChange","isMultiRange","_saved","creator","2070079AKLekb","accept","split","28125eELWFk","delete","next","getMarkerNames","clear","getMultiRangeId","toJSON","removeMarker","getFirstMarker","12PzgXpA","31536atkrNF","_onAccept","substr","getMarkers","2BKcJjN","getItems","_model","type","setAttribute","subType","_onAttributesChange","isInContent","getContainedElement","267669oYSvhx","getFirstRange","size","removeAttribute","21EhcdqP","from","addRange","discard","end","data","markers","commentThread","getRanges","decorate","map","start","243AQhofn","addMarkerName","get","push","set","187188ZkXvwt","isExternal","nodeBefore","author","onDiscard","filter","nodeAfter","attributes","addMarker","add","_isDataLoaded","610992LLvTgh","previous","authoredAt"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(370335===-parseInt(n(302))/1*(-parseInt(n(293))/2)+-parseInt(n(318))/3*(-parseInt(n(289))/4)+-parseInt(n(267))/5+parseInt(n(323))/6+parseInt(n(306))/7*(-parseInt(n(251))/8)+-parseInt(n(279))/9*(-parseInt(n(256))/10)+-parseInt(n(276))/11*(parseInt(n(288))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(250)]=!1,this.id=e.id,this[n(296)]=e[n(296)],this[n(298)]=e[n(298)]||null,this[n(243)]=e[n(243)],this[n(275)]=e[n(275)]||e[n(243)],this[n(324)]=Boolean(e[n(247)]&&e[n(247)][n(257)]),this[n(311)]=null,this[n(295)]=t,this[n(290)]=e[n(268)],this[n(254)]=e[n(244)],this[n(299)]=e[n(272)],this[n(262)]=new Set,this[n(255)]=null,this[n(322)](n(253),null),this[n(322)](n(247),e[n(247)]||{}),this[n(322)](n(252),null),this[n(322)](n(281),null),this[n(322)](n(313),null),this[n(322)](n(274),!1),this[n(315)](n(277)),this[n(315)](n(309))}get[jr(263)](){const t=jr;let e=this;for(;e[t(252)];)e=e[t(252)];return e}get[jr(258)](){const t=jr;return!!this[t(313)]&&this[t(313)][t(270)]>0}get[jr(273)](){const t=jr;return 0!=this[t(262)][t(304)]&&6==Array[t(307)](this[t(262)])[0][t(278)](":")[t(270)]}get[jr(300)](){return null!==this[jr(287)]()}[jr(319)](t){const e=jr;this[e(262)][e(249)](t)}[jr(282)](){const t=jr;return Array[t(307)](this[t(262)])}[jr(292)](){const t=jr;return this[t(282)]()[t(316)]((e=>this[t(295)][t(312)][t(320)](e)))[t(245)]((t=>t))}[jr(287)](){return this[jr(292)]()[0]||null}[jr(264)](){const t=jr;this[t(295)][t(265)]((e=>{const n=t;for(const t of this[n(292)]())e[n(286)](t)})),this[t(262)][t(283)]()}[jr(286)](t){const e=jr;this[e(295)][e(265)]((n=>{n[e(286)](t)})),this[e(262)][e(280)](t)}[jr(308)](t){const e=jr,n=e(271)+this[e(296)]+":"+this[e(298)]+":"+this.id+":"+this[e(275)].id+":"+Hr[e(284)]();this[e(319)](n),this[e(295)][e(265)]((r=>{r[e(248)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(260)](t){const e=jr;for(const n of this[e(314)]())if(n[e(269)](t))return!0;return!1}[jr(314)](){const t=jr;return this[t(292)]()[t(316)]((e=>e[t(261)]()))}[jr(294)](){const t=jr;return this[t(314)]()[t(259)](((e,n)=>[...e,...n[t(294)]()]),[])}[jr(303)](){const t=jr;var e;return(null===(e=this[t(287)]())||void 0===e?void 0:e[t(261)]())||null}[jr(301)](){const t=jr,e=this[t(314)]();if(1!=e[t(270)])return null;const n=e[0],r=n[t(317)][t(246)],s=n[t(310)][t(325)];return r instanceof i.Element?r!=s?null:r:null}[jr(277)](){const t=jr;this[t(290)](this[t(314)](),this[t(311)],this[t(247)]),this[t(264)]()}[jr(309)](){const t=jr;this[t(254)](this[t(314)](),this[t(311)],this[t(247)]),this[t(264)]()}[jr(266)](){const t=jr,e=[];let n=this[t(263)];for(;n;)e[t(321)](n),n=n[t(281)];return e}[jr(297)](t,e){const n=jr,r=Xn(this[n(247)]);hr(r,t,e),Or(r,this[n(247)])||(this[n(247)]=r,this[n(299)](r))}[jr(305)](t){const e=jr,n=Xn(this[e(247)]);Ur(n,t),Or(n,this[e(247)])||(this[e(247)]=n,this[e(299)](this[e(247)]))}[jr(285)](){const t=jr;return{id:this.id,type:this[t(298)]?this[t(296)]+":"+this[t(298)]:this[t(296)],authorId:this[t(275)].id,createdAt:this[t(255)],hasComments:this[t(258)],data:this[t(311)],attributes:this[t(247)]}}static[jr(284)](){const t=jr;return(0,e.uid)()[t(291)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Kr(t,e){const n=qr();return(Kr=function(t,e){return n[t-=213]})(t,e)}function qr(){const t=["addObject","4MERIWM","Object","_handleRenameSuggestionDescription","1830558rtBZkk","attribute","checkChild","removeFormat","previousSibling","getWalker","indexOf","_resolveDescriptionItems","EmptyContainer","_addDescriptionItems","*Insert:* %0","removeEmptyContainer","nextSibling","deletion","addContainer","function","$text","removeObject","REPLACE_TEXT","elementStart","getDescriptions","replace","elementEnd","map","$1 $2","has","*Change to:* %0","162715zZFnFy","_itemLabelsCallbacks","quantity","format","isEmpty","newValue","length","normal","type","removeContainer","_schema","479484IejGOD","text","*Merge:* %0","get","153992juZGrj","registerAttributeLabel","_handleCustomCallbackDescription","1585329VXsWTN","subType","*Split:* %0","pop","end","ELEMENT_SPACE","*Set format:* %0","isInContent","remove","item","Container","set","key","nodeAfter","138RhrHgA","*Remove:* %0","join","name","label","data","isObject","matchingCallback","_locale","175rAAoxt","*Remove format:* %0","match","_handleInsertRemoveSuggestionDescription","_handleAttributeSuggestionDescription","_attributeLabels","addFormat","push","skip","getItemLabel","softBreak","10329550eqqvSH","registerElementLabel","add","80158bGZHdd","registerDescriptionCallback","getFirstRange","$textProxy","start","isEqual","insertion","_customCallbacks","addEmptyContainer","_itemLabels","element"];return(qr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(512289===parseInt(n(220))/1+-parseInt(n(235))/2+-parseInt(n(280))/3*(-parseInt(n(232))/4)+-parseInt(n(262))/5*(parseInt(n(294))/6)+parseInt(n(303))/7*(parseInt(n(277))/8)+parseInt(n(273))/9+parseInt(n(217))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qr);class Xr{constructor(t,e){const n=Kr;this[n(227)]=[],this[n(229)]=new Map,this[n(263)]=[],this[n(308)]=new Map,this[n(272)]=t,this[n(302)]=e}[Wr(255)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(268)];o++){const i=t[o];if(!i[e(287)])continue;const a=this[e(279)](i);if(a){if(null!=i[e(281)]){if(r[e(260)](i[e(281)]))continue;r[e(219)](i[e(281)])}n[e(213)](a)}else if(e(236)!=i[e(270)])e(226)!=i[e(270)]&&e(248)!=i[e(270)]||this[e(306)](n,i,t[o+1]);else{const t=i[e(299)][e(292)];if(s[e(260)](t))continue;s[e(219)](i[e(299)][e(292)]),t==_c?this[e(234)](n,i):this[e(307)](n,i)}}return this[e(242)](n)}[Wr(221)](t){const e=Wr;this[e(227)][e(213)](t)}[Wr(218)](t,n,r=e.priorities[Wr(269)]){const s=Wr;s(250)==typeof t?(0,e.insertToPriorityArray)(this[s(263)],{matchingCallback:t,label:n,priority:r}):this[s(229)][s(291)](t,n)}[Wr(278)](t,e){const n=Wr;this[n(308)][n(291)](t,e)}[Wr(215)](t,e=1){const n=Wr;let r;for(const e of this[n(263)])if(e[n(301)](t)){r=e[n(298)];break}return r||(r=this[n(229)][n(276)](t[n(297)])),r?r(e):1!==e?e+" "+t[n(297)]+"s":""+t[n(297)]}[Wr(244)](t,e){const n=Wr,r=e[n(222)]()[n(240)](),s=n(226)==e[n(270)]?n(219):n(288);for(const e of r){const o=e[n(289)],i=t[t[n(268)]-1];if(o.is(n(223)))i&&i[n(270)][n(241)](n(290))>-1&&t[n(283)](),i&&n(274)==i[n(270)]?i[s]+=o[n(299)]:t[n(213)]({type:n(274),add:n(219)==s?o[n(299)]:"",remove:n(288)==s?o[n(299)]:""});else if(this[n(272)][n(300)](o)){const a=o;if(i&&i[n(270)][n(241)](n(290))>-1&&t[n(283)](),n(257)==e[n(270)])continue;i&&i[n(270)]==s+n(233)&&i[n(230)][n(297)]==a[n(297)]?i[n(264)]++:t[n(213)]({type:s+n(233),element:a,quantity:1}),r[n(214)]((t=>!(n(257)==t[n(270)]&&t[n(289)]==o)))}else if(this[n(272)][n(237)](o,n(251))||o.is(n(230),n(216))){const r=o;if(n(219)==s&&n(254)==e[n(270)]||n(288)==s&&n(257)==e[n(270)])continue;if(i&&-1==i[n(270)][n(241)](n(290))){n(274)==i[n(270)]&&(i[s]+="\n");continue}let a;if(a=n(219)==s?r[n(247)]&&!this[n(272)][n(300)](r[n(247)])?r[n(247)]:null:r[n(239)]&&!this[n(272)][n(300)](r[n(239)])?r[n(239)]:null,r[n(266)]||a&&a[n(266)]){const e=a&&a[n(266)]?a:r;i&&i[n(270)]==s+n(243)&&i[n(230)][n(297)]==e[n(297)]?i[n(264)]++:t[n(213)]({type:s+n(243),element:e,quantity:1})}else t[n(213)]({type:s+n(290),element:r})}}}[Wr(242)](t){const e=Wr,n=this[e(302)],r=[],s=[],o=[];for(const i of t)switch(i[e(270)]){case e(274):if(i[e(219)]=i[e(219)][e(256)](/(\S)\u000A+(\S)/g,e(259))[e(256)](/\u000A/g,""),i[e(288)]=i[e(288)][e(256)](/(\S)\u000A+(\S)/g,e(259))[e(256)](/\u000A/g,""),""!=i[e(219)]&&""!=i[e(288)]){r[e(213)]({type:e(256),content:zr(n,e(253),['"'+i[e(288)]+'"','"'+i[e(219)]+'"'])});continue}if(null!=i[e(219)][e(305)](/^ +$/)){r[e(213)]({type:e(226),content:zr(n,e(245),zr(n,e(285),i[e(219)][e(268)]))});continue}if(null!=i[e(288)][e(305)](/^ +$/)){r[e(213)]({type:e(248),content:zr(n,e(295),zr(n,e(285),i[e(288)][e(268)]))});continue}if(""!=i[e(219)]){r[e(213)]({type:e(226),content:zr(n,e(245),'"'+i[e(219)]+'"')});continue}r[e(213)]({type:e(248),content:zr(n,e(295),'"'+i[e(288)]+'"')});continue;case e(228):case e(231):r[e(213)]({type:e(226),content:zr(n,e(245),this[e(215)](i[e(230)],i[e(264)]))});continue;case e(246):case e(252):r[e(213)]({type:e(248),content:zr(n,e(295),this[e(215)](i[e(230)],i[e(264)]))});continue;case e(249):r[e(213)]({type:e(226),content:zr(n,e(282),this[e(215)](i[e(230)],i[e(264)]))});continue;case e(271):r[e(213)]({type:e(248),content:zr(n,e(275),this[e(215)](i[e(230)],i[e(264)]))});continue;case e(309):s[e(213)](i[e(292)]);continue;case e(238):o[e(213)](i[e(292)]);continue;default:r[e(213)](i)}if(s[e(268)]){const t=s[e(258)]((t=>this[e(308)][e(260)](t)?this[e(308)][e(276)](t):t))[e(296)](", ");r[e(213)]({type:e(265),content:zr(this[e(302)],e(286),t)})}if(o[e(268)]){const t=o[e(258)]((t=>this[e(308)][e(260)](t)?this[e(308)][e(276)](t):t))[e(296)](", ");r[e(213)]({type:e(265),content:zr(this[e(302)],e(304),t)})}return r}[Wr(279)](t){const e=Wr;for(const n of this[e(227)]){const r=n(t);if(r&&e(270)in r)return r}}[Wr(307)](t,e){const n=Wr,r=e[n(299)],s=void 0===r[n(267)]?n(238):n(309);t[n(213)]({type:s,key:r[n(292)]})}[Wr(234)](t,e){const n=Wr;t[n(213)]({type:n(265),content:zr(this[n(302)],n(261),this[n(215)](e[n(222)]()[n(224)][n(293)],1))})}[Wr(306)](t,e,n){const r=Wr;if(this[r(244)](t,e),n&&n[r(222)]()&&!e[r(222)]()[r(284)][r(225)](n[r(222)]()[r(224)])){const n=t[t[r(268)]-1],s=r(226)==e[r(270)]?r(219):r(288);n&&r(274)==n[r(270)]&&(n[s]+="\n")}}}const Yr=Zr;function Zr(t,e){const n=Jr();return(Zr=function(t,e){return n[t-=262]})(t,e)}function Jr(){const t=["editor","5HgKLck","TrackChangesEditing","6207748dJXBnp","7curUJY","4881060IopdPJ","afterInit","2nudtSU","10esoebD","enableCommand","11767877vVPVGU","3415576VlEubA","plugins","1041089ekhhDO","showAIAssistant","16236666OWjzWc","commands","get","10423284UDYfvK"];return(Jr=function(){return t})()}!function(t,e){const n=Zr,r=t();for(;;)try{if(928362===-parseInt(n(274))/1*(parseInt(n(268))/2)+-parseInt(n(266))/3+parseInt(n(264))/4+-parseInt(n(262))/5*(-parseInt(n(279))/6)+parseInt(n(265))/7*(-parseInt(n(272))/8)+parseInt(n(276))/9+parseInt(n(269))/10*(-parseInt(n(271))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Qr extends t.Plugin{[Yr(267)](){const t=Yr,e=this[t(280)],n=e[t(273)][t(278)](t(263));e[t(277)][t(278)](t(275))&&n[t(270)](t(275))}}const $r=es;function ts(){const t=["get","FORMAT_ALIGN_TO_RIGHT","200djcsdt","FORMAT_ALIGNMENT","formatBlock","AlignmentEditing","registerDescriptionCallback","84zkVUkb","7416dGEEwE","*Format:* %0","format","FORMAT_ALIGN_TO_LEFT","enableDefaultAttributesIntegration","_registerLegacyDescription","plugins","value","183590qtzBOz","has","center","3197780geuPxw","alignment","registerAttributeLabel","74580asrHLr","afterInit","commandName","465626sQTTIN","1195959ZjhddZ","FORMAT_ALIGN_TO_CENTER","1680975XXhTcs","TrackChangesEditing","left","type","justify","7168456IwEzQm","right","descriptionFactory","editor","locale","FORMAT_JUSTIFY_TEXT","registerBlockAttribute","commandParams"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=232]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(919123===-parseInt(n(244))/1+-parseInt(n(237))/2+-parseInt(n(246))/3+-parseInt(n(261))/4*(parseInt(n(234))/5)+parseInt(n(266))/6*(-parseInt(n(243))/7)+parseInt(n(251))/8+-parseInt(n(267))/9*(-parseInt(n(240))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(241)](){const t=$r,e=this[t(254)],n=e[t(255)];if(!e[t(232)][t(235)](t(264)))return;const r=e[t(232)][t(259)](t(247));r[t(271)](t(238)),r[t(257)](t(238)),r[t(253)][t(239)](t(238),zr(n,t(262))),this[t(272)]()}[$r(272)](){const t=$r,e=this[t(254)],n=e[t(255)];e[t(232)][t(259)](t(247))[t(253)][t(265)]((e=>{const r=t;if(r(263)!=e[r(249)])return;const{data:s}=e;if(s&&r(238)==s[r(242)]){const t=s[r(258)][0][r(233)];return{type:r(269),content:zr(n,r(268),function(t){const e=r;switch(t){case e(248):return zr(n,e(270));case e(252):return zr(n,e(260));case e(236):return zr(n,e(245));case e(250):return zr(n,e(256))}}(t))}}}))}}const rs=os;function ss(){const t=["SubscriptEditing","FORMAT_","registerDescriptionCallback","afterInit","StrikethroughEditing","formatInline","1TlOGzt","4236GwQqwV","FORMAT_SUPERSCRIPT","locale","3718ZtDMPm","subscript","660748wiIeLi","TrackChangesEditing","code","17771uDynIQ","commandParams","CodeEditing","120fHbUDQ","FORMAT_STRIKETHROUGH","UnderlineEditing","242274wKSCDl","superscript","strikethrough","format","get","descriptionFactory","toUpperCase","*Remove format:* %0","toLowerCase","1240122vrNSNl","SuperscriptEditing","registerInlineAttribute","italic","21680WNlqAH","forceValue","FORMAT_BOLD","editor","plugins","159376geizjh","type","ItalicEditing","bold","1560nTCYdg","15VOVRtz","enableDefaultAttributesIntegration","FORMAT_SUBSCRIPT","registerAttributeLabel","slice","*Format:* %0","underline","commandName","BoldEditing","FORMAT_CODE","18495QyObAk","FORMAT_ITALIC","has","_registerLegacyDescription","FORMAT_UNDERLINE"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=411]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(372902===parseInt(n(453))/1*(parseInt(n(468))/2)+-parseInt(n(418))/3+-parseInt(n(459))/4*(parseInt(n(432))/5)+-parseInt(n(465))/6*(parseInt(n(427))/7)+parseInt(n(431))/8*(parseInt(n(442))/9)+-parseInt(n(422))/10*(-parseInt(n(457))/11)+-parseInt(n(454))/12*(-parseInt(n(462))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(440),rs(429),rs(467),rs(464),rs(451),rs(447),rs(419)];class as extends t.Plugin{[rs(450)](){const t=rs,e=this[t(425)],n=e[t(426)][t(413)](t(460)),r=e[t(456)];for(const s of is){if(!e[t(426)][t(444)](s))continue;const o=s[t(436)](0,-7)[t(417)](),i=t(448)+o[t(415)]();n[t(433)](o),n[t(420)](o),n[t(414)][t(435)](o,zr(r,i))}this[t(445)]()}[rs(445)](){const t=rs,e=this[t(425)],n=e[t(456)],r=e[t(426)][t(413)](t(460));function s(e,s){const o=t;r[o(414)][o(449)]((t=>{const r=o;if(r(452)!=t[r(428)])return;const{data:i}=t;return i&&i[r(439)]===e?i[r(463)][0][r(423)]?{type:r(412),content:zr(n,r(437),s)}:{type:r(412),content:zr(n,r(416),s)}:void 0}))}s(t(430),zr(n,t(424))),s(t(421),zr(n,t(443))),s(t(438),zr(n,t(446))),s(t(461),zr(n,t(441))),s(t(411),zr(n,t(466))),s(t(458),zr(n,t(434))),s(t(469),zr(n,t(455)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=329]})(t,e)}function ls(){const t=["commandParams","change","commandName","markBlockFormat","581460ZmXywd","value","TrackChangesEditing","has","from","232980bApbQZ","afterInit","commands","1048895bXLMHL","parent","17997jPtyoy","$root","selection","locale","document","schema","model","1917GGLGYs","874581HPQMHg","4lRRPTw","ELEMENT_BLOCK_QUOTE","852ZpXCni","format","filter","getSelectedBlocks","29500NhuUqM","registerDescriptionCallback","get","plugins","*Remove format:* %0","enableCommand","BlockQuoteEditing","descriptionFactory","1655576qwaNne","*Set format:* %0","editor","checkChild","name","blockQuote","forceValue"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(238531===parseInt(n(343))/1+parseInt(n(338))/2+parseInt(n(356))/3*(parseInt(n(357))/4)+parseInt(n(346))/5+-parseInt(n(359))/6*(parseInt(n(348))/7)+parseInt(n(371))/8+parseInt(n(355))/9*(-parseInt(n(363))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(344)](){const t=cs,e=this[t(329)],n=e[t(351)];if(!e[t(366)][t(341)](t(369)))return;const r=e[t(366)][t(365)](t(340)),s=this[t(329)][t(345)][t(365)](t(332));r[t(368)](t(332),((n,o={})=>{const i=t,a=this[i(329)][i(354)][i(352)][i(350)],c=o&&void 0!==o[i(333)]?o[i(333)]:!s[i(339)];let u=[];if(c){const t=Array[i(342)](a[i(362)]())[i(361)]((t=>hs(t)||function(t,e){const n=i,r=e[n(330)](t[n(347)],n(332)),s=e[n(330)]([n(349),n(332)],t);return r&&s}(t,this[i(329)][i(354)][i(353)])));u=_(t,e[i(354)])}else{const t=Array[i(342)](a[i(362)]())[i(361)]((t=>hs(t)));u=_(t,e[i(354)])}e[i(354)][i(335)]((()=>{const t=i;for(const e of u)r[t(337)](e,{commandName:t(332),commandParams:[{forceValue:c}]})}))})),r[t(370)][t(364)]((e=>{const r=t,{data:s}=e;if(s&&r(332)==s[r(336)]){const t=zr(n,r(358));return s[r(334)][0][r(333)]?{type:r(360),content:zr(n,r(372),t)}:{type:r(360),content:zr(n,r(367),t)}}}))}}function hs(t){const e=cs;return e(332)==t[e(347)][e(331)]}const gs=ps;function ds(){const t=["changeCaseUpper","2686248JnocCT","22771JHrVVg","plugins","TrackChangesEditing","52zTfmce","1821LxHkhV","25SJkMcd","changeCaseLower","318Mosiff","100344pfQzWc","720474NrtJda","enableCommand","1112uVNzDz","2020ILIYBE","afterInit","187310nnPCPL","1331zgpVYl","has","changeCaseTitle","get","77dZbMHO","CaseChange","editor"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=322]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(377041===-parseInt(n(333))/1*(parseInt(n(325))/2)+-parseInt(n(322))/3*(-parseInt(n(330))/4)+-parseInt(n(323))/5*(-parseInt(n(327))/6)+parseInt(n(342))/7*(-parseInt(n(329))/8)+parseInt(n(341))/9+parseInt(n(332))/10*(-parseInt(n(337))/11)+-parseInt(n(326))/12*(parseInt(n(345))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(331)](){const t=gs,e=this[t(339)];e[t(343)][t(334)](t(338))&&(e[t(343)][t(336)](t(344))[t(328)](t(340)),e[t(343)][t(336)](t(344))[t(328)](t(324)),e[t(343)][t(336)](t(344))[t(328)](t(335)))}}function Is(t,e){const n=Ts();return(Is=function(t,e){return n[t-=283]})(t,e)}const Es=Is;!function(t,e){const n=Is,r=t();for(;;)try{if(996428===-parseInt(n(287))/1*(-parseInt(n(283))/2)+parseInt(n(286))/3*(parseInt(n(293))/4)+parseInt(n(297))/5*(-parseInt(n(291))/6)+-parseInt(n(292))/7+-parseInt(n(296))/8+-parseInt(n(284))/9+-parseInt(n(295))/10*(-parseInt(n(288))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ts);class bs extends t.Plugin{[Es(298)](){const t=Es,e=this[t(285)];e[t(290)][t(289)](t(301))&&e[t(294)][t(289)](t(299))[t(300)](t(301))}}function Ts(){const t=["14303256AXaPsi","20fCXelv","afterInit","TrackChangesEditing","enableCommand","ckbox","96lryoVS","17726706vhESen","editor","1450005eSsQeY","36176ePdlxj","11YZvQDY","get","commands","922098LneeNG","2305254uSMjEN","4XNgNdd","plugins","34782400WpuMNp"];return(Ts=function(){return t})()}function _s(t,e){const n=As();return(_s=function(t,e){return n[t-=415]})(t,e)}const ys=_s;function As(){const t=["selection","blockName","codeBlock","document","196rTjVXp","registerDescriptionCallback","5908AYVtPo","name","commandName","rootElement","checkChild","editor","afterInit","enableCommand","markBlockFormat","78kglCJd","outdentCodeBlock","30CpMHMV","indentCodeBlock","label","9fagALW","type","395575urhdYL","parent","*Remove format:* %0","360535GMjPCJ","value","9mgreLD","plugins","formatBlock","config","find","CodeBlock","1985885UxNfzk","languages","commandParams","forceValue","toLowerCase","has","change","locale","from","isLimit","schema","commands","*Set format:* %0","6843912ZeYMKN","descriptionFactory","filter","641944goocie","getSelectedBlocks","registerElementLabel","TrackChangesEditing","format","ELEMENT_CODE_BLOCK","get","model","language","249416cituBE"];return(As=function(){return t})()}!function(t,e){const n=_s,r=t();for(;;)try{if(433026===-parseInt(n(470))/1*(parseInt(n(468))/2)+parseInt(n(425))/3*(parseInt(n(454))/4)+-parseInt(n(427))/5+parseInt(n(420))/6*(parseInt(n(430))/7)+-parseInt(n(463))/8*(parseInt(n(432))/9)+parseInt(n(422))/10*(parseInt(n(438))/11)+-parseInt(n(451))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class ks extends t.Plugin{[ys(417)](){const t=ys,e=this[t(416)];if(!e[t(433)][t(443)](t(437)))return;const n=e[t(433)][t(460)](t(457)),r=e[t(445)],s=e[t(435)][t(460)](t(466))[t(439)],o=e[t(449)][t(460)](t(466));n[t(418)](t(423)),n[t(418)](t(421)),n[t(418)](t(466),((r,i={})=>{const a=t,c=e[a(461)],u=e[a(461)][a(467)][a(464)],l=i&&void 0!==i[a(441)]?i[a(441)]:!o[a(431)];let f;i[a(462)]||(i[a(462)]=s[0][a(462)]),f=l?Array[a(446)](u[a(455)]())[a(453)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(473))&&!e[n(447)](t)&&e[n(415)](t[n(428)],n(466))}(t,c[a(448)]))):Array[a(446)](u[a(455)]())[a(453)]((t=>Cs(t)));const h=_(f,c);c[a(444)]((()=>{const t=a;for(const e of h)n[t(419)](e,{commandName:t(466),commandParams:[{...i,forceValue:l}],formatGroupId:t(465)})}))})),n[t(452)][t(456)](t(466),(e=>zr(r,t(459),e))),n[t(452)][t(469)]((e=>{const n=t;if(n(434)!=e[n(426)])return;const o=r.t,{data:i}=e;if(!i||n(466)!=i[n(472)])return;const a=i[n(440)][0][n(462)],c=o(s[n(436)]((t=>t[n(462)]===a))[n(424)])[n(442)]();return i[n(440)][0][n(441)]?{type:n(458),content:zr(r,n(450),zr(r,n(459),1)+" ("+c+")")}:{type:n(458),content:zr(r,n(429),zr(r,n(459),1))}}))}}function Cs(t){const e=ys;return e(466)==t[e(471)]}const Ns=Ls;function Ls(t,e){const n=Rs();return(Ls=function(t,e){return n[t-=322]})(t,e)}function Rs(){const t=["1199jKClGZ","77499uYYQyE","afterInit","CommentsEditing","1165224ycIQiD","4TAXYTj","get","has","230062tujMsq","10kwoBBQ","editor","208wiqTrW","enableCommand","addCommentThread","6697026VHzoSy","5910pLfUdp","plugins","TrackChangesEditing","385ocPNsg","7464tRcYwd","321220bHxgEg"];return(Rs=function(){return t})()}!function(t,e){const n=Ls,r=t();for(;;)try{if(671655===parseInt(n(330))/1+parseInt(n(334))/2*(parseInt(n(333))/3)+-parseInt(n(328))/4+-parseInt(n(326))/5*(-parseInt(n(323))/6)+parseInt(n(337))/7*(-parseInt(n(340))/8)+parseInt(n(322))/9*(parseInt(n(338))/10)+-parseInt(n(329))/11*(parseInt(n(327))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ns(331)](){const t=Ns,e=this[t(339)];e[t(324)][t(336)](t(332))&&e[t(324)][t(335)](t(325))[t(341)](t(342))}}var Ms=n(834);function vs(t,e,n){const r=ws,s=[];for(const o of e[r(358)]())o[r(377)](t)&&s[r(368)](n[r(373)](o));return s}function ws(t,e){const n=Ds();return(ws=function(t,e){return n[t-=339]})(t,e)}function Os(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(360)][r(357)](r(347));return(o,i,a)=>{const c=r;if(!a[c(341)][c(353)](i[c(378)],o[c(375)]))return;const u=i[c(378)][c(381)](),l=i[c(378)][c(361)],f=t[c(369)][c(379)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(362)];d=d||f[c(344)](e);const n=a[c(343)][c(348)](e);if(n&&n[c(349)](c(372)))return;c(351)==t[c(350)]&&f[c(380)](e)&&!f[c(370)](e)&&(e[c(386)]||l[c(340)]?h&&h[c(355)]==e||(h=e,m(t[c(354)]),p=!0):g=g||t[c(354)])}function m(t){const r=c,o=a[r(367)][r(356)](r(359),{class:r(366)+e}),u=a[r(343)][r(363)](t);n&&s[r(365)][r(371)](i[r(352)])&&a[r(367)][r(342)](r(339),o),a[r(367)][r(387)](u,o),a[r(343)][r(376)](o,i[r(352)])}d||p||!g||m(g)}}function Ds(){const t=["previousPosition","parent","createUIElement","get","getItems","span","plugins","start","item","toViewPosition","5EHMnwv","activeMarkers","ck-suggestion-marker-","writer","push","model","isLimit","includes","addHighlight","createRangeOn","2557788ABQoAE","name","bindElementToMarker","hasAttribute","markerRange","schema","isBlock","getWalker","3350620NDTYDH","9248896Hhfbiq","1132430mmtuBV","3528852dLfZqo","nextSibling","insert","ck-suggestion-marker--active","isAtEnd","consumable","addClass","mapper","isContent","5528614awokTP","862072euUFaX","TrackChangesEditing","toViewElement","getCustomProperty","type","elementEnd","markerName","test"];return(Ds=function(){return t})()}!function(t,e){const n=ws,r=t();for(;;)try{if(671319===-parseInt(n(384))/1+parseInt(n(346))/2+parseInt(n(374))/3+-parseInt(n(382))/4+parseInt(n(364))/5*(-parseInt(n(385))/6)+parseInt(n(345))/7+parseInt(n(383))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ds);const Fs=Ps;function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=404]})(t,e)}function xs(){const t=["delete","isCollapsed","merge","rootName","init","plugins","high","createSelection","enqueueChange","showSuggestionHighlights","406afwTxC","start","removeMarker:suggestion:deletion","writer","editing","get","markerName","unit","uiElement","$graveyard","4502790moZnMd","91815zEVmyx","319538WVKTrW","64NJyYVk","document","createRange","131896FKEyHO","TrackChangesEditing","data","bind","commands","285048fCPlRF","selection","root","fromRange","setSelection","requires","unlock","1XzJtTE","deleteForward","model","lock","downcastDispatcher","modifySelection","mapper","getFirstRange","unbindElementFromMarkerName","addMarker:suggestion:deletion","end","forward","remove","options","buffer","enableCommand","1940NchWSX","markerNameToElements","batch","detach","editor","7252074aezQhF","46310RaMAgm"];return(xs=function(){return t})()}!function(t,e){const n=Ps,r=t();for(;;)try{if(834256===parseInt(n(455))/1*(parseInt(n(439))/2)+parseInt(n(437))/3+parseInt(n(440))/4*(-parseInt(n(438))/5)+parseInt(n(415))/6+parseInt(n(427))/7*(-parseInt(n(443))/8)+parseInt(n(448))/9+parseInt(n(410))/10*(-parseInt(n(416))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Fs(453)](){return[Ms.Delete]}[Fs(421)](){const t=Fs,e=this[t(414)],n=e[t(422)][t(432)](t(444));n[t(409)](t(417));const r=e[t(447)][t(432)](t(456));n[t(409)](t(456),((n,s={})=>{const o=t,a=e[o(457)][o(424)](e[o(457)][o(441)][o(449)]);a[o(418)]&&e[o(457)][o(460)](a,{direction:o(405),unit:s[o(434)]});const c=a[o(462)](),u=i.LiveRange[o(451)](c);let l;n(s),l=o(436)==u[o(450)][o(420)]?e[o(457)][o(442)](c[o(428)]):e[o(457)][o(442)](u[o(428)],u[o(404)]),u[o(413)](),e[o(457)][o(425)](r[o(408)][o(412)],(t=>{const e=o;r[e(408)][e(458)](),t[e(452)](t[e(442)](l[e(404)])),r[e(408)][e(454)]()}))})),e[t(431)][t(459)].on(t(464),Os(e,t(419)),{priority:t(423)}),e[t(445)][t(459)].on(t(464),((n,r,s)=>{const o=t;s[o(407)][o(426)]&&Os(e,o(419),{showActiveMarker:!1})[o(446)](this)(n,r,s)}),{priority:t(423)}),e[t(431)][t(459)].on(t(429),((e,n,r)=>{const s=t,o=r[s(461)][s(411)](n[s(433)]);if(o)for(const t of o)t.is(s(435))&&(r[s(461)][s(463)](t,n[s(433)]),r[s(430)][s(406)](t))}),{priority:t(423)})}}const Us=js;function js(t,e){const n=Gs();return(js=function(t,e){return n[t-=341]})(t,e)}function Gs(){const t=["descriptionFactory","format","customBulletedList","commandName","removeMarker","68727iNAskh","*Outdent:* %0","todoListChecked","createRange","7195838FiFGZS","next","registerAttributeLabel","2061720ZZmkps","indentList","getChanges","registerBlockAttribute","ListEditing","toUpperCase","multipleBlocks","2gmGuii","length","_registerLegacyDescription","getFirstRange","265EvcVwh","todoList","oldValue","84RbBjnj","*Check item*","isLocal","listIndent","registerPostFixer","forceValue","_LIST","end","listType","editor","*Set format:* %0","setAttribute","registerDescriptionCallback","12OGvDDz","containsItem","newValue","_suggestionFactory","assureChains","*Remove format:* %0","push","_getAttributeKey","execute","getFirstMarker","506didVlT","ELEMENT_NUMBERED_LIST","default","map","commands","*Merge:* list item","key","*Split:* list item","*Change to:* %0","listMarkerStyle","ELEMENT_LIST_ITEM","documentList","bulletedList","differ","nextSibling","includes","plugins","config","attributes","every","15744NexJsY","formatBlock","getAttribute","isObject","*Format:* remove from %0","range","afterInit","407442GQQxih","outdentList","detach","document","data","splitListItemAfter","accept","from","setSelection","_findSuggestions","type","FORMAT_INDENT","listItemIdFixer","*Format:* insert into %0","numberedList","selection","head","TrackChangesEditing","model","customNumberedList","ELEMENT_TODO_LIST","commandParams","listMarker","mergeListItemBackward","createPositionAt","getRanges","start","enableDefaultAttributesIntegration","previousSibling","trackChangesCommand","groupId","list.multiBlock","value","bulleted","nodeAfter","deletion","mergeListItemForward","isUndo","36CJmDKX","locale","_supportLegacySuggestions","filter","suggestion","isNextTo","find","ELEMENT_BULLETED_LIST","todoListCheck","attribute","316088GDQdBS","TodoListEditing","*Indent:* %0","getSuggestions","*Merge:* %0","listItemId","numbered","schema","todo","attributeKey","meta","batch","checkTodoList","change","*Uncheck item*","noTrackChangesFixer","ELEMENT_","get","refresh","listStart","registerElementLabel","has","listReversed","parent","fromRange","listStyle","71070YCQEKN","splitListItemBefore","registerCustomCallback"];return(Gs=function(){return t})()}!function(t,e){const n=js,r=t();for(;;)try{if(239425===-parseInt(n(423))/1*(-parseInt(n(366))/2)+-parseInt(n(352))/3*(parseInt(n(461))/4)+-parseInt(n(370))/5*(parseInt(n(416))/6)+-parseInt(n(373))/7*(parseInt(n(471))/8)+-parseInt(n(359))/9+-parseInt(n(344))/10*(-parseInt(n(396))/11)+-parseInt(n(386))/12*(-parseInt(n(356))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[Us(422)](){const t=Us,e=this[t(382)];if(!e[t(412)][t(492)](t(363)))return;const n=e[t(462)],r=e[t(412)][t(488)](t(440)),s=e[t(412)][t(492)](t(472)),o=!!e[t(413)][t(488)](t(454));function i(e){const r=t;return{type:r(348),content:""+zr(n,r(383),e)}}function a(e){const r=t;return{type:r(348),content:""+zr(n,r(391),e)}}r[t(450)](t(437)),r[t(450)](t(408)),r[t(450)](t(442)),r[t(450)](t(349)),r[t(450)](t(360)),r[t(450)](t(424)),r[t(450)](t(428)),r[t(450)](t(345)),r[t(362)](t(476)),r[t(362)](t(381)),r[t(362)](t(376)),o&&(r[t(450)](t(446)),r[t(450)](t(459))),s&&(r[t(450)](t(371)),r[t(450)](t(483)),r[t(362)](t(354)),r[t(347)][t(385)]((e=>{const r=t,{data:s}=e;if(s&&r(354)==s[r(402)])return{type:r(348),content:s[r(388)]?zr(n,r(374)):zr(n,r(485))}})),this[t(382)][t(441)][t(426)][t(377)]((e=>{const n=t;if(e[n(482)][n(460)])return!1;let s=!1;const o=r[n(474)]({skipNotAttached:!0})[n(464)]((t=>n(354)===r[n(393)](t)));for(const t of o)n(479)!=t[n(369)]()[n(449)][n(457)][n(418)](n(381))&&(r[n(432)](t[n(369)](),n(470))[n(467)]((t=>n(381)===r[n(393)](t[n(465)])))||(e[n(351)](t[n(395)]()),s=!0));return s}))),r[t(347)][t(358)](t(376),zr(n,t(434)));const c={type:t(348),content:""};r[t(347)][t(385)]((e=>{const r=t,{data:s}=e;if(!s||r(381)!=s[r(402)])return;let u=e[r(439)];for(;u;){if(u[r(427)]&&((r(343)==u[r(427)][r(402)]||r(405)==u[r(427)][r(402)])&&(u[r(427)][r(388)]&&r(398)!=u[r(427)][r(388)]||r(398)!=u[r(427)][r(372)]&&!s[r(388)])||!o&&u[r(427)][r(402)]==_c))return c;u=u[r(357)]}if(null==s[r(388)])switch(s[r(372)]){case r(456):return a(zr(n,r(468)));case r(477):return a(zr(n,r(397)));case r(479):return a(zr(n,r(443)))}switch(s[r(388)]){case r(456):return i(zr(n,r(468)));case r(477):return i(zr(n,r(397)));case r(479):return i(zr(n,r(443)))}})),r[t(347)][t(385)]((e=>{const n=t,{data:r}=e;if(r&&n(376)==r[n(402)])return null==r[n(388)]||null==r[n(372)]&&0==r[n(388)]?c:void 0})),r[t(347)][t(385)]((e=>{const r=t;if(r(470)!=e[r(433)])return;const{data:s}=e;if(!s||r(476)!=s[r(402)])return;const o=Hs(e);return r(388)==o?{type:r(348),content:zr(n,r(401))}:r(372)==o?{type:r(348),content:zr(n,r(403))}:c})),e[t(441)][t(426)][t(377)]((e=>this[t(435)](e))),e[t(441)][t(426)][t(377)]((e=>this[t(486)](e))),e[t(441)][t(426)][t(377)]((e=>this[t(390)](e))),this[t(463)]()}[Us(435)](t){const e=Us;if(t[e(482)][e(460)]||!t[e(482)][e(375)])return!1;let n=!1;const r=this[e(382)][e(412)][e(488)](e(440))[e(474)]({skipNotAttached:!0})[e(464)]((t=>t[e(427)]&&e(476)==t[e(427)][e(402)]))[e(464)]((t=>t[e(427)][e(388)]&&t[e(427)][e(372)]));for(const s of r)Hs(s)||(t[e(351)](s[e(395)]()),n=!0);return n}[Us(486)](t){const e=Us;if(t[e(482)][e(460)]||!t[e(482)][e(375)])return!1;const n=this[e(382)][e(412)][e(488)](e(440));if(n[e(452)][e(455)])return!1;let r=!1;const s=[e(381),e(476),e(376),e(343),e(490),e(493),e(469),e(445),e(405)],o=this[e(382)][e(441)][e(426)][e(409)][e(361)]()[e(464)]((t=>e(470)==t[e(433)]))[e(464)]((t=>s[e(411)](t[e(480)])));if(0==o[e(367)])return r;for(const i of o){const o=n[e(432)](i[e(421)],e(470))[e(464)]((t=>!t[e(481)][e(466)]))[e(399)]((t=>t[e(465)]))[e(464)]((t=>{const r=e,o=n[r(393)](t);return s[r(411)](o)}));if(o[e(367)]){for(const n of o)t[e(351)](n[e(395)]());r=!0}}return r}[Us(390)](t){const e=Us;if(t[e(482)][e(460)]||!t[e(482)][e(375)])return!1;const n=this[e(382)][e(412)][e(488)](e(440));let r=!1;const s=[e(381),e(476),e(376),e(343),e(490),e(493),e(469),e(445),e(405)];for(const t of n[e(474)]({skipNotAttached:!0})){const o=n[e(432)](t[e(369)](),e(470))[e(399)]((t=>t[e(465)]))[e(464)]((t=>t[e(427)]&&s[e(411)](t[e(427)][e(402)])));if(!o[e(367)])continue;const a=o[0][e(439)][e(414)][e(453)];if(!o[e(415)]((t=>t[e(414)][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(474)]({skipNotAttached:!0})[s(464)]((e=>s(470)==e[s(433)]&&e[s(414)][s(453)]==t)))e[s(384)](s(453),r)}function i(t,n){const r=e;let s=t[r(439)],i=!1;for(;s;)s[r(414)][r(453)]!=n&&(o(s[r(414)][r(453)],n),s[r(384)](r(453),n),i=!0),s=s[r(357)];return i}}[Us(463)](){const t=Us,e=this[t(382)],n=e[t(462)],r=e[t(412)][t(488)](t(440));this[t(368)](),r[t(389)][t(346)](t(417),t(407),t(429),(function(n,r){const s=t,o=[];for(let t of n)t[s(449)][s(457)]===t[s(380)][s(341)]&&(t=e[s(441)][s(355)](e[s(441)][s(447)](t[s(449)][s(457)],0))),o[s(392)](t);e[s(441)][s(484)]((t=>{const n=s,a=e[n(441)][n(426)][n(438)],c=Array[n(430)](a[n(448)]())[n(399)]((t=>i.LiveRange[n(342)](t)));t[n(431)](o),e[n(400)][n(488)](r[n(350)])[n(489)](),r[n(444)][n(392)]({forceDefaultExecution:!0}),e[n(394)](r[n(350)],...r[n(444)]),t[n(431)](c);for(const t of c)t[n(425)]()}))})),r[t(347)][t(491)]((function(n){const r=t,s=!e[r(441)][r(478)][r(419)](n),o=n[r(451)],i=n[r(410)],a=n[r(418)](r(476)),c=!o||o[r(418)](r(476))!==a,u=!i||i[r(418)](r(476))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(406),e)))}[Us(368)](){const t=Us,e=this[t(382)],n=e[t(462)];function r(n){const r=t,s=e[r(400)][r(488)](r(408))[r(455)],o=e[r(400)][r(488)](r(437))[r(455)];return r(437)===n?s:o}e[t(412)][t(488)](t(440))[t(347)][t(385)]((function(s){const o=t;if(o(417)!=s[o(433)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(350)]){case o(408):u=i[o(444)][0][o(378)],l=r(i[o(350)]),a=o(u?436:420),!l&&e[o(413)][o(488)](o(454))||(a=o(404)),c={type:o(348),content:zr(n,a,zr(n,o(468)))};break;case o(437):u=i[o(444)][0][o(378)],l=r(i[o(350)]),a=o(u?436:420),!l&&e[o(413)][o(488)](o(454))||(a=o(404)),c={type:o(348),content:zr(n,a,zr(n,o(397)))};break;case o(360):a=o(473),c={type:o(348),content:zr(n,a,zr(n,o(406)))};break;case o(424):a=function(t){const e=o,n=t[e(369)]();let r=n[e(449)][e(457)];for(;r&&n[e(387)](r);){if(r[e(418)](e(376))>0)return!1;r=r[e(410)]}return!0}(s)?zr(n,o(420),zr(n,function(t){const e=o;return e(487)+t[e(369)]()[e(449)][e(457)][e(418)](e(381))[e(364)]()+e(379)}(s))):zr(n,o(353),zr(n,o(406))),c={type:o(348),content:a};break;case o(446):case o(459):!1===i[o(365)]&&(a=o(475),c={type:o(458),content:zr(n,a,zr(n,o(406)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(369)]()[e(449)][e(457)][e(451)];for(;n;){const r=n[e(418)](e(476));if(!r)return!1;if(r==t[e(427)][e(388)])return e(388);if(r==t[e(427)][e(372)])return e(372);n=n[e(451)]}return!1}function zs(){const t=["getFirstMarker","config","lower-roman","find","_LIST_DEFAULT","type","customNumbered","next","*Format:* set order to reversed","_LIST_","attribute","newValue","key","TrackChangesEditing","_registerLegacyDescription","has","lower-latin","FORMAT_LIST_START","registerPostFixer","includes","model","getFirstRange","2572676gdwXIi","listStart","filter","getAttribute","disc","_getAttributeKey","isUndo","formatBlock","upper-roman","start","3419584ugUIjI","numbered","ELEMENT_","removeMarker","replace","suggestion","registerAttributeLabel","434135QqPnrl","startIndex","listType","68zzMpNE","*Change to:* %0","commandParams","locale","*Set format:* %0","descriptionFactory","ListPropertiesEditing","bind","decimal","listStyle","afterInit","batch","*Format:* set start index to %0","_getTranslationKeyForListStyle","reversed","format","*Remove format:* %0","get","51193431LQDaBE","default","square","bulleted","6358590yUBwix","decimal-leading-zero","getSuggestions","handleDescriptions","FORMAT_LIST_REVERSED","plugins","4287600xTBRBM","styles","list.properties","document","listReversed","4584330TdwMGt","1mEXcUK","editor","registerDescriptionCallback","registerBlockAttribute","_findSuggestions","circle","oldValue","upper-latin","commandName","enableDefaultAttributesIntegration","head","*Format:* set order to regular","nodeAfter","data","toUpperCase"];return(zs=function(){return t})()}const Ws=qs;!function(t,e){const n=qs,r=t();for(;;)try{if(776434===parseInt(n(427))/1*(-parseInt(n(464))/2)+-parseInt(n(426))/3+-parseInt(n(393))/4*(parseInt(n(390))/5)+parseInt(n(421))/6+-parseInt(n(415))/7+-parseInt(n(383))/8+parseInt(n(411))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class Ks extends t.Plugin{[Ws(403)](){const t=Ws;if(!this[t(428)][t(420)][t(457)](t(399)))return;const e=this[t(428)][t(443)][t(410)](t(423)),n=this[t(428)][t(420)][t(410)](t(455));e[t(422)]&&(n[t(436)](t(402)),n[t(430)](t(402))),e[t(407)]&&(n[t(436)](t(425)),n[t(430)](t(425))),e[t(391)]&&(n[t(436)](t(465)),n[t(430)](t(465)));const r={type:t(408),content:""};n[t(398)][t(429)](this[t(418)][t(400)](this));const s=this[t(428)][t(396)];n[t(398)][t(389)](t(425),zr(s,t(419))),n[t(398)][t(429)]((e=>{const n=t,{data:s}=e;if(s&&n(425)==s[n(454)])return null==s[n(453)]||0==s[n(453)]&&null==s[n(433)]?r:void 0})),n[t(398)][t(389)](t(465),zr(s,t(459))),n[t(398)][t(429)]((e=>{const n=t,{data:s}=e;if(s&&n(465)==s[n(454)])return null==s[n(453)]||1==s[n(453)]&&null==s[n(433)]?r:void 0})),this[t(428)][t(462)][t(424)][t(460)]((e=>{const r=t;if(e[r(404)][r(470)])return!1;let s=!1;const o=n[r(417)]({skipNotAttached:!0})[r(466)]((t=>{const e=r,s=n[e(469)](t);return e(465)==s||e(425)==s}));for(const t of o){const o=t[r(463)]()[r(473)][r(439)][r(467)](r(392));r(384)!=o&&r(448)!=o&&(n[r(431)](t[r(463)](),r(452))[r(445)]((t=>r(392)==n[r(469)](t[r(388)])))||(e[r(386)](t[r(442)]()),s=!0))}return s})),this[t(456)]()}[Ws(418)](t){const e=Ws,n=this[e(428)][e(396)],{data:r}=t,s={type:e(408),content:""};if(!r||e(402)!=r[e(454)])return;if(!r[e(433)])return e(412)==r[e(453)]?s:{type:e(408),content:""+zr(n,e(397),zr(n,this[e(406)](r[e(453)])))};if(!r[e(453)]){if(e(412)==r[e(433)])return s;let o=t[e(437)];for(;o;){if(o[e(440)]&&e(392)==o[e(440)][e(454)]&&o[e(440)][e(453)])return s;o=o[e(449)]}return{type:e(408),content:""+zr(n,e(409),zr(n,this[e(406)](r[e(433)])))}}if(e(412)!=r[e(453)])return{type:e(408),content:""+zr(n,e(397),zr(n,this[e(406)](r[e(453)])))};let o=t[e(437)];for(;o;){if(o[e(440)]&&e(392)==o[e(440)][e(454)]&&o[e(440)][e(453)]&&o[e(440)][e(433)])return s;o=o[e(449)]}const i=t[e(463)]()[e(473)][e(439)][e(467)](e(392));return{type:e(408),content:zr(n,e(397),zr(n,e(385)+i[e(441)]()+e(446)))}}[Ws(456)](){const t=Ws,e=this[t(428)],n=e[t(396)];e[t(420)][t(410)](t(455))[t(398)][t(429)]((e=>{const r=t;if(r(471)!=e[r(447)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(435)]){case r(402):o=r(394),i={type:r(408),content:zr(n,o,zr(n,this[r(406)](s[r(395)][0][r(447)])))};break;case r(425):o=s[r(395)][0][r(407)]?r(450):r(438),i={type:r(408),content:zr(n,o)};break;case r(465):o=r(405),i={type:r(408),content:zr(n,o,s[r(395)][0][r(391)])}}return i}))}[Ws(406)](t){const e=Ws;return e(385)+function(t){const n=e;return Xs[n(461)](t)?n(414):Ys[n(461)](t)?n(384):null}(t)[e(441)]()+e(451)+t[e(441)]()[e(387)](/-/g,"_")}}function qs(t,e){const n=zs();return(qs=function(t,e){return n[t-=383]})(t,e)}const Xs=[Ws(468),Ws(432),Ws(413)],Ys=[Ws(401),Ws(416),Ws(444),Ws(472),Ws(458),Ws(434)];var Zs=n(507);function Js(t,e){const n=$s();return(Js=function(t,e){return n[t-=343]})(t,e)}const Qs=Js;function $s(){const t=["markerNameToElements","remove","enableCommand","3820kAjdfi","5612880bRyozd","get","mapper","data","unbindElementFromMarkerName","nextSibling","createPositionAt","18622LEVeXZ","TrackChangesEditing","ck-suggestion-marker-split","end","commands","8qzcApm","change","downcastDispatcher","selection","setSelection","high","afterExecute","plugins","8612382nZOJbi","getFirstPosition","enter","55OxIEhL","showSuggestionHighlights","148VBCSRq","1656fbcehR","init","getFirstRange","markerName","parent","removeMarker:suggestion:insertion","options","requires","bind","addMarker:suggestion:insertion","model","document","fromRange","11481543vOXWKT","hasClass","2772798rwzDAN","editing","editor","createRange","fire","markInsertion","enterBlock","detach","writer","3113980XhLXvc","split"];return($s=function(){return t})()}!function(t,e){const n=Js,r=t();for(;;)try{if(729498===parseInt(n(380))/1*(parseInt(n(398))/2)+-parseInt(n(343))/3*(parseInt(n(372))/4)+-parseInt(n(373))/5+-parseInt(n(393))/6+-parseInt(n(358))/7+-parseInt(n(385))/8*(-parseInt(n(356))/9)+-parseInt(n(367))/10*(-parseInt(n(396))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Qs(350)](){return[Zs.Enter]}[Qs(344)](){const t=Qs,e=this[t(360)],n=e[t(392)][t(374)](t(381)),r=e[t(384)][t(374)](t(395));n[t(371)](t(395),(()=>{const s=t;e[s(353)][s(386)]((t=>{const o=s,a=e[o(353)][o(354)][o(388)],c=a[o(394)](),u=i.LiveRange[o(355)](a[o(345)]());if(r[o(364)](t)){const r=e[o(353)][o(379)](c[o(347)][o(378)],0),s=t[o(361)](c,r);n[o(363)](s)}else t[o(389)](t[o(361)](u[o(383)]));u[o(365)](),r[o(362)](o(391),{writer:t})}))})),e[t(359)][t(387)].on(t(352),Os(e,t(368)),{priority:t(390)}),e[t(359)][t(387)].on(t(348),((e,n,r)=>{const s=t,o=r[s(375)][s(369)](n[s(346)]);if(o)for(const t of o)t[s(357)](s(382))&&(r[s(375)][s(377)](t,n[s(346)]),r[s(366)][s(370)](t))}),{priority:t(390)}),e[t(376)][t(387)].on(t(352),((n,r,s)=>{const o=t;s[o(349)][o(397)]&&Os(e,o(368),{showActiveMarker:!1})[o(351)](this)(n,r,s)}),{priority:t(390)})}}const eo=no;function no(t,e){const n=ro();return(no=function(t,e){return n[t-=178]})(t,e)}function ro(){const t=["FindAndReplaceEditing","afterInit","7248465eZEFJq","editor","_isInDeletionRange","string","start","30764480jYmvuw","8048802Tierrs","find","FindAndReplaceUtils","getIntersection","has","handleFindCommand","replaceAll","5YaIOiy","get","findNext","TrackChangesEditing","end","item","getRange","9899QDXkml","model","createRange","filter","plugins","createPositionAt","enableCommand","findByTextCallback","suggestion:deletion","findPrevious","markers","11624eqkfCt","10099233pAvRtR","replace","5930768ToqOwy","bind","46xjKUpO","666eLPhKh","getMarkersGroup"];return(ro=function(){return t})()}!function(t,e){const n=no,r=t();for(;;)try{if(736150===-parseInt(n(181))/1*(parseInt(n(197))/2)+-parseInt(n(198))/3*(-parseInt(n(192))/4)+parseInt(n(215))/5*(-parseInt(n(208))/6)+-parseInt(n(202))/7+parseInt(n(195))/8+-parseInt(n(193))/9+parseInt(n(207))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ro);class so extends t.Plugin{[eo(201)](){const t=eo;if(!this[t(203)][t(185)][t(212)](t(200)))return;const e=this[t(203)][t(185)][t(216)](t(218));e[t(187)](t(209),this[t(213)][t(196)](this)),e[t(187)](t(217)),e[t(187)](t(190)),e[t(187)](t(194)),e[t(187)](t(214))}[eo(213)](t,e,n={}){const r=eo,s=this[r(203)][r(185)][r(216)](r(210));return t((t=>(r(205)==typeof e?s[r(188)](e,n):e)(t)[r(184)]((e=>!1===this[r(204)](e,t[r(179)])))),n)}[eo(204)](t,e){const n=eo,r=this[n(203)][n(182)][n(183)](this[n(203)][n(182)][n(186)](e,t[n(206)]),this[n(203)][n(182)][n(186)](e,t[n(178)]));for(const t of this[n(203)][n(182)][n(191)][n(199)](n(189)))if(null!==r[n(211)](t[n(180)]()))return!0;return!1}}const oo=ao;function io(){const t=["FORMAT_FONT_COLOR","config","*Set font size:* %0","label","FontColorEditing","*Set font background color:* %0","1113690kvINHG","_registerLegacyDescription","fontSize.options","descriptionFactory","117UUAuPd","fontColor.colors","*Set font family:* %0","editor","109290xhsqHq","format","trim","*Set font color:* %0","registerInlineAttribute","model","fontColor","commandName","get","locale","5550960IPruwF","FORMAT_FONT_FAMILY","commandParams","registerDescriptionCallback","TrackChangesEditing","enableDefaultAttributesIntegration","*Reset font family*","737712cSAfOv","167030sQkrqU","30999sIZIbP","FORMAT_FONT_SIZE","FontBackgroundColorEditing","title","has","FontSize","normalizeSizeOptions","fontBackgroundColor","toLowerCase","value","FORMAT_FONT_BACKGROUND","fontBackgroundColor.colors","56WoQsUi","plugins","*Reset font color*","type","find","registerAttributeLabel","*Reset font size*","FontSizeEditing","afterInit","2IdzLqV","*Reset font background color*","formatInline","fontSize","143048lrAiYY","fontFamily","FontFamilyEditing"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=194]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(369406===-parseInt(n(206))/1+-parseInt(n(228))/2*(-parseInt(n(207))/3)+-parseInt(n(205))/4+-parseInt(n(241))/5+-parseInt(n(249))/6*(-parseInt(n(219))/7)+parseInt(n(232))/8*(parseInt(n(245))/9)+parseInt(n(198))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(226),commandName:oo(231)},{pluginName:oo(234),commandName:oo(233)},{pluginName:oo(239),commandName:oo(194)},{pluginName:oo(209),commandName:oo(214)}];class uo extends t.Plugin{[oo(227)](){const t=oo,e=this[t(248)][t(197)],n=this[t(248)][t(220)][t(196)](t(202));for(const{pluginName:e,commandName:r}of co)this[t(248)][t(220)][t(211)](e)&&(n[t(203)](r),n[t(253)](r));e.t,n[t(244)][t(224)](t(231),zr(e,t(208))),n[t(244)][t(224)](t(233),zr(e,t(199))),n[t(244)][t(224)](t(194),zr(e,t(235))),n[t(244)][t(224)](t(214),zr(e,t(217))),this[t(242)]()}[oo(242)](){const t=oo,e=this[t(248)],n=e[t(197)];e[t(220)][t(196)](t(202))[t(244)][t(201)]((e=>{const r=t,o=n.t;if(r(230)!=e[r(222)])return;const{data:i}=e;if(null!=i){if(r(231)==i[r(195)]){const t=i[r(200)][0][r(216)];if(t){const e=o(this[r(248)][r(220)][r(196)](r(212))[r(213)](this[r(248)][r(236)][r(196)](r(243)))[r(223)]((e=>e[r(254)]==t))[r(210)])[r(215)]();return{type:r(250),content:zr(n,r(237),e)}}return{type:r(250),content:zr(n,r(225))}}if(r(233)==i[r(195)]){const t=i[r(200)][0][r(216)];return t?{type:r(250),content:zr(n,r(247),t)}:{type:r(250),content:zr(n,r(204))}}if(r(194)==i[r(195)]){const t=i[r(200)][0][r(216)];if(t){const e=(0,s.normalizeColorOptions)(this[r(248)][r(236)][r(196)](r(246)))[r(223)]((e=>e[r(254)]==t));let i=t,a="";return e&&(i=e[r(238)],a=o(i)[r(215)]()),{type:r(250),content:zr(n,r(252),a)[r(251)](),color:{value:t,title:a||i}}}return{type:r(250),content:zr(n,r(221))}}if(r(214)==i[r(195)]){const t=i[r(200)][0][r(216)];if(t){const e=(0,s.normalizeColorOptions)(this[r(248)][r(236)][r(196)](r(218)))[r(223)]((e=>e[r(254)]==t));let i=t,a="";return e&&(i=e[r(238)],a=o(i)[r(215)]()),{type:r(250),content:zr(n,r(240),a)[r(251)](),color:{value:t,title:a||i}}}return{type:r(250),content:zr(n,r(229))}}}}))}}const lo=go;function fo(){const t=["fontColor","editor","1578312DLVzoN","7HfoGUj","model","slice","normalizeSizeOptions","TrackChangesEditing","fontSize","length","formatBlock","split","*Remove all formatting*","FontSize","format","pasteFormat","type","199263LnFgys","push","boolean","find","enableDefaultAttributesIntegration","plugins","174Bxxqzk","registerDescriptionCallback","enableCommand","label","commands","entries","commandName","2309464rVUWlD","afterInit","charAt","fontColor.colors","get","10sPrCLf","descriptionFactory","244612nxYWUi","title","toLowerCase","commandParams","join","toUpperCase","copyFormat","6527037dNxfcK","_registerLegacyDescription","*Set format to:* %0","12KxxUlK","fontBackgroundColor","fontSize.options","locale","63295LVCMns","formatInline","config","167485sYlDeb"];return(fo=function(){return t})()}!function(t,e){const n=go,r=t();for(;;)try{if(201253===-parseInt(n(416))/1+-parseInt(n(454))/2+-parseInt(n(434))/3*(parseInt(n(409))/4)+parseInt(n(413))/5*(-parseInt(n(440))/6)+parseInt(n(420))/7*(parseInt(n(447))/8)+-parseInt(n(419))/9*(-parseInt(n(452))/10)+parseInt(n(406))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class ho extends t.Plugin{[lo(448)](){const t=lo,e=this[t(418)],n=e[t(439)][t(451)](t(424)),r=e[t(444)][t(451)](t(405)),s=e[t(444)][t(451)](t(432));r&&s&&(n[t(438)](t(432)),n[t(442)](t(405)),this[t(407)]())}[lo(407)](){const t=lo,e=this[t(418)],n=e[t(412)];e[t(439)][t(451)](t(424))[t(453)][t(441)]((r=>{const s=t;if(s(427)!=r[s(433)]&&s(414)!=r[s(433)])return;const{data:o}=r;if(o&&s(432)===o[s(446)]){const t=[],r=o[s(402)][0];for(const[n,o]of Object[s(445)](r))t[s(435)](po(e,n,o));return t[s(426)]?{type:s(431),content:zr(n,s(408),t[s(403)](", "))}:{type:s(431),content:zr(n,s(429))}}}))}}function go(t,e){const n=fo();return(go=function(t,e){return n[t-=400]})(t,e)}function po(t,e,n){const r=lo,o=t[r(412)].t,i=e[r(428)](/(?=[A-Z])/)[r(403)](" "),a=o(i[r(449)](0)[r(404)]()+i[r(422)](1))[r(401)]();if(r(436)==typeof n)return a;if(r(417)===e||r(410)===e){const e=(0,s.normalizeColorOptions)(t[r(415)][r(451)](r(450)))[r(437)]((t=>t[r(421)]==n));return a+" ("+(e?o(e[r(443)])[r(401)]():n)+")"}if(r(425)===e&&isNaN(parseFloat(n))){const e=t[r(439)][r(451)](r(430))[r(423)](t[r(415)][r(451)](r(411)))[r(437)]((t=>t[r(421)]==n));return a+" ("+(e?o(e[r(400)])[r(401)]():n)+")"}return a+" ("+n+")"}const mo=Eo;function Io(){const t=["heading.options","heading","7642152pKcRrZ","descriptionFactory","registerDescriptionCallback","get","4407774TqHFbD","_headingOptions","formatBlock","179332QapDlM","registerElementLabel","type","_registerLegacyDescription","1954863WaFhQh","1595eALQAE","*Change to:* %0","locale","format","has","5493795iEAcJI","ELEMENT_HEADING_CUSTOM","title","2WiRqzF","match","paragraph","value","editor","config","commandParams","150620PeNzzi","name","plugins","view","find","TrackChangesEditing","8nNJMFE","99xNULbf","commandName","afterInit","_getHeadingLevel","HeadingEditing","ELEMENT_HEADING","model","enableDefaultAttributesIntegration","376050CxbNWW"];return(Io=function(){return t})()}function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=354]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(811438===-parseInt(n(389))/1*(parseInt(n(357))/2)+parseInt(n(371))/3*(-parseInt(n(364))/4)+-parseInt(n(354))/5+-parseInt(n(382))/6+parseInt(n(386))/7*(-parseInt(n(370))/8)+-parseInt(n(393))/9+parseInt(n(379))/10*(parseInt(n(394))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(373)](){const t=mo,e=this[t(361)];if(!e[t(366)][t(398)](t(375)))return;this[t(387)]=e[t(362)][t(385)](t(380));const n=e[t(396)],r=e[t(366)][t(385)](t(369));r[t(378)](t(381));for(const e of this[t(387)])t(359)!=e[t(377)]&&r[t(383)][t(390)](e[t(377)],(n=>{const r=t,i=this[r(374)](e[r(377)]);return null!==i?s(n,i):o(n,e[r(356)])}));function s(e,r){return zr(n,t(376),[e,r])}function o(e,r){return zr(n,t(355),[e,r])}this[t(392)]()}[mo(392)](){const t=mo,e=this[t(361)],n=e[t(396)];e[t(366)][t(385)](t(369))[t(383)][t(384)]((e=>{const r=t;if(r(388)!=e[r(391)])return;const{data:s}=e;if(s&&r(381)==s[r(372)]){const e=s[r(363)][0][r(360)],c=this[r(374)](e);if(null!==c)return{type:r(397),content:zr(n,r(395),(1,a=c,zr(n,r(376),[1,a])))};const u=this[r(387)][r(368)]((t=>t[r(377)]===e))[r(356)];return{type:r(397),content:zr(n,r(395),(o=1,i=u,zr(n,t(355),[o,i])))}}var o,i,a}))}[mo(374)](t){const e=mo;var n,r;const s=t[e(358)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(387)])||void 0===n?void 0:n[e(368)]((n=>n[e(377)]==t));if(o&&o[e(367)]){const t=o[e(367)],n=(null!==(r=t[e(365)])&&void 0!==r?r:t)[e(358)](/^h(\d+)/);if(n)return n[1]}return null}}const To=yo;!function(t,e){const n=yo,r=t();for(;;)try{if(573937===parseInt(n(456))/1+-parseInt(n(442))/2*(parseInt(n(453))/3)+parseInt(n(457))/4*(parseInt(n(443))/5)+parseInt(n(460))/6*(-parseInt(n(422))/7)+-parseInt(n(452))/8*(-parseInt(n(446))/9)+-parseInt(n(435))/10*(-parseInt(n(447))/11)+parseInt(n(459))/12*(-parseInt(n(425))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class _o extends t.Plugin{[To(436)](){const t=To,e=this[t(445)];if(!e[t(431)][t(455)](t(439)))return;const n=e[t(431)][t(461)](t(424)),r=e[t(438)];n[t(462)](t(451)),n[t(433)](t(451)),n[t(427)][t(440)](t(451),zr(r,t(458))),this[t(449)]()}[To(449)](){const t=To,e=this[t(445)],n=e[t(438)];e[t(431)][t(461)](t(424))[t(427)][t(423)]((r=>{const s=t;if(s(437)!=r[s(426)])return;const{data:o}=r;if(o&&s(451)==o[s(419)]){const t=n.t,r=o[s(448)][0][s(420)];if(r){const o=e[s(432)][s(461)](s(441))[s(450)]((t=>t[s(454)]==r)),i=t(o[s(434)])[s(428)]();return{type:s(421),content:zr(n,s(430),i),color:{value:o[s(429)],title:o[s(434)]}}}return{type:s(421),content:zr(n,s(444),zr(n,s(458)))}}}))}}function yo(t,e){const n=Ao();return(yo=function(t,e){return n[t-=419]})(t,e)}function Ao(){const t=["registerDescriptionCallback","TrackChangesEditing","403TfGccT","type","descriptionFactory","toLowerCase","color","*Set highlight:* %0","plugins","config","registerInlineAttribute","title","992850RTKNQV","afterInit","formatInline","locale","HighlightEditing","registerAttributeLabel","highlight.options","16294uncAjv","10fRKybA","*Remove highlight*","editor","198QJBorH","22KAQYhY","commandParams","_registerLegacyDescription","find","highlight","320648lnbuuP","348qIzFDL","model","has","946048uhjwXm","653036mFXYfO","FORMAT_HIGHLIGHT","137004sTKwwL","1440006lzpGWA","get","enableDefaultAttributesIntegration","commandName","value","format","14yGEwhH"];return(Ao=function(){return t})()}function ko(){const t=["TrackChangesEditing","ck-horizontal-line","afterInit","insert","ELEMENT_HORIZONTAL_LINE","HorizontalLineEditing","showSuggestionHighlights","div","dataDowncast","28497753OhrWcN","createContainerElement","has","createPositionAt","locale","441728LYjqEF","elementToStructure","conversion","48CnldQE","634567wgJfDE","editor","105952fJFqHd","7391682UlTOYv","addClass","descriptionFactory","for","registerElementLabel","1139070WWcZjU","7rbcfbk","enableCommand","4485080xYvjVZ","get","horizontalLine","high","plugins","createEmptyElement"];return(ko=function(){return t})()}const Co=No;function No(t,e){const n=ko();return(No=function(t,e){return n[t-=280]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(764138===-parseInt(n(303))/1+parseInt(n(299))/2+-parseInt(n(302))/3*(parseInt(n(305))/4)+parseInt(n(311))/5+-parseInt(n(306))/6*(parseInt(n(312))/7)+-parseInt(n(314))/8+parseInt(n(294))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Lo extends t.Plugin{[Co(287)](){const t=Co,e=this[t(304)];if(!e[t(283)][t(296)](t(290)))return;e[t(283)][t(280)](t(285))[t(313)](t(281));const n=e[t(283)][t(280)](t(285)),r=e[t(298)];n[t(308)][t(310)](t(281),(e=>zr(r,t(289),e))),e[t(301)][t(309)](t(293))[t(300)]({model:t(281),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(291)])return null;const o=n[s(295)](s(292)),i=n[s(284)]("hr");return n[s(307)](s(286),o),n[s(288)](n[s(297)](o,0),i),o},converterPriority:t(282)})}}const Ro=Mo;function So(){const t=["start","element","HtmlEmbed","registerElementLabel","13737990mKfuOs","afterInit","has","descriptionFactory","9CubYHz","plugins","getFirstRange","nodeAfter","value","commandName","type","11AXFmMh","formatBlock","29573148fGMPNR","attribute","format","registerBlockAttribute","6417355PcwzFd","11516752BJUqND","htmlEmbed","1YAPlZJ","2635PCxNuo","7206BnpEaT","*Change %0 content*","TrackChangesEditing","_registerLegacyDescription","enableDefaultAttributesIntegration","2194062hmdYhn","ELEMENT_HTML_EMBED","key","editor","registerDescriptionCallback","1429234TQupgq","8pOXHPY","rawHtml","get","locale"];return(So=function(){return t})()}function Mo(t,e){const n=So();return(Mo=function(t,e){return n[t-=149]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(813217===-parseInt(n(174))/1*(parseInt(n(186))/2)+parseInt(n(181))/3*(parseInt(n(187))/4)+parseInt(n(175))/5*(parseInt(n(176))/6)+-parseInt(n(171))/7+parseInt(n(172))/8*(parseInt(n(158))/9)+-parseInt(n(154))/10*(-parseInt(n(165))/11)+-parseInt(n(167))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class vo extends t.Plugin{[Ro(155)](){const t=Ro,e=this[t(184)];if(!e[t(159)][t(156)](t(152)))return;const n=e[t(159)][t(189)](t(178)),r=e[t(149)];n[t(157)][t(153)](t(188),(e=>zr(r,t(182),e))),n[t(180)](t(173)),n[t(170)](t(162)),n[t(157)][t(185)]((e=>{const n=t;if(n(168)!=e[n(164)])return;const{data:s}=e;if(s&&n(162)==s[n(183)]&&e[n(160)]()[n(150)][n(161)].is(n(151),n(188))){const t=zr(r,n(182));return{type:n(169),content:zr(r,n(177),t)}}})),this[t(179)]()}[Ro(179)](){const t=Ro,e=this[t(184)],n=e[t(149)];e[t(159)][t(189)](t(178))[t(157)][t(185)]((e=>{const r=t;if(r(166)!=e[r(164)])return;const{data:s}=e;if(s&&r(173)==s[r(163)]){const t=zr(n,r(182));return{type:r(169),content:zr(n,r(177),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Do();return(Oo=function(t,e){return n[t-=120]})(t,e)}function Do(){const t=["TrackChangesEditing","isCollapsed","isIntersecting","getFirstRange","2863732RzfKEk","13432mttIRQ","plugins","*Reset image width*","isOwn","6786PxnnnY","enableCommand","ImageUploadEditing","ELEMENT_IMAGE","insertImage","getClosestSelectedImageElement","ELEMENT_CAPTION","1815121XUJvtD","insertion","filter","forward","end","Block image to inline image","previous","detach","removeObject","commandParams","registerCustomCallback","ImageInlineEditing","imageTypeBlock","ImageCaptionUtils","caption","ImageCaptionEditing","model","toggleImageCaption","toNext","getNearestSelectionRange","selection","element","afterInit","imageInline","convertInlineImageToBlock","Inline image to block image","isBlockImage","commandName","imageBlock","_registerLegacyDescription","formatBlock","isBefore","isEqual","markDeletion","ImageEditing","imageTextAlternative","discard","2502783AeHgfp","chain","*Set image text alternative:* %0","getContainedElement","registerDescriptionCallback","uploadImage","descriptionFactory","ImageTextAlternativeEditing","registerElementLabel","634850MAAoUA","join","find","length","alt","editor","findIndex","FORMAT_IMAGE_SIZE","ImageUtils","addObject","registerAttributeLabel","resizedWidth","start","234NJgbWT","imageStylePreApply","deletion","nodeBefore","ELEMENT_INLINE_IMAGE","createRangeOn","formatInline","597744PGGKmi","registerBlockAttribute","accept","forceDefaultExecution","*Set image width:* %0","imageCaption","locale","document","_suggestionFactory","attribute","format","newValue","toPrevious","getSuggestionCallback","get","_findSuggestions","nodeAfter","width","schema","convertBlockImageToInline","imageTypeInline","change","resizeImage","ImageBlockEditing","backward","4012ljSvIu","getCaptionFromImageModelElement","createRange","fromPosition","has","ImageResize","key","type","markInsertion","markBlockFormat","enableDefaultAttributesIntegration","*Remove image text alternative*","subType"];return(Do=function(){return t})()}!function(t,e){const n=Oo,r=t();for(;;)try{if(720923===parseInt(n(227))/1*(parseInt(n(195))/2)+parseInt(n(173))/3+parseInt(n(124))/4+parseInt(n(182))/5+parseInt(n(202))/6+-parseInt(n(136))/7+parseInt(n(125))/8*(-parseInt(n(129))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[wo(158)](){const t=wo,e=this[t(187)];if(!e[t(126)][t(231)](t(170)))return;const n=e[t(126)][t(216)](t(120)),r=e[t(126)][t(216)](t(190)),s=e[t(208)];n[t(130)](t(133)),n[t(179)][t(181)](t(164),(e=>zr(s,t(132),e))),n[t(179)][t(181)](t(159),(e=>zr(s,t(199),e))),n[t(179)][t(181)](t(150),(()=>zr(s,t(135)))),e[t(126)][t(231)](t(131))&&n[t(130)](t(178)),e[t(126)][t(231)](t(225))&&e[t(126)][t(231)](t(147))&&(n[t(130)](t(222),((s,o)=>{const i=t,a=r[i(134)](e[i(152)][i(209)][i(156)]);e[i(152)][i(223)]((()=>{const t=i;n[t(236)](a,{commandName:t(222),commandParams:[o]},[],t(221))}))})),n[t(130)](t(148),((s,o)=>{const a=t;e[a(152)][a(223)]((t=>{const c=a;let u=r[c(134)](e[c(152)][c(209)][c(156)]),l=t[c(200)](u);const f=i.LivePosition[c(230)](l[c(194)],c(214)),h=i.LivePosition[c(230)](l[c(140)],c(154));n[c(205)]((()=>s(o))),u=r[c(134)](e[c(152)][c(209)][c(156)]),l=t[c(200)](u);const g=t[c(229)](f,h);f[c(143)](),h[c(143)](),n[c(236)](u,{commandName:c(222),commandParams:[o]},[],c(160)),g[c(194)][c(167)](l[c(194)])&&n[c(235)](t[c(229)](g[c(194)],l[c(194)]),c(160)),l[c(140)][c(167)](g[c(140)])&&n[c(235)](t[c(229)](l[c(140)],g[c(140)]),c(160))}))})),n[t(210)][t(146)](t(166),t(160),t(183),(()=>!1)),n[t(210)][t(146)](t(166),t(160),t(204),(()=>!1)),n[t(210)][t(146)](t(166),t(160),t(172),n[t(210)][t(215)](t(166),"",t(204))),n[t(210)][t(146)](t(137),t(160),t(183),(()=>!1)),n[t(210)][t(146)](t(137),t(160),t(172),(([r])=>{const s=t,o=n[s(210)][s(215)](s(137),"",s(172));let i=r[s(194)],a=r[s(140)];const c=e[s(152)][s(220)][s(155)](i,s(226)),u=e[s(152)][s(220)][s(155)](a,s(139));c[s(121)]&&(i=c[s(194)]),u[s(121)]&&(a=u[s(140)]),o([e[s(152)][s(229)](i,a)])})),n[t(210)][t(146)](t(166),t(160),t(174),c),n[t(210)][t(146)](t(137),t(160),t(174),c)),e[t(126)][t(231)](t(151))&&(n[t(130)](t(153),((s,o)=>{const i=t,a=e[i(126)][i(216)](i(149));let c=r[i(134)](e[i(152)][i(209)][i(156)]),u=a[i(228)](c);e[i(152)][i(223)]((()=>{const t=i;if(u)return void n[t(169)](e[t(152)][t(200)](u));const l=r[t(162)](c);s(o),c=r[t(134)](e[t(152)][t(209)][t(156)]),u=a[t(228)](c),n[t(235)](e[t(152)][t(200)](u),l?null:t(207))}))})),n[t(210)][t(146)](t(137),t(207),t(174),c));const o=[{type:t(166),subType:t(196)},{type:t(137),subType:t(207)},{type:t(166),subType:t(160)},{type:t(137),subType:t(160)}];function a(e,s){const i=t,a=o[i(188)]((({type:t,subType:n})=>e[i(234)]==t&&e[i(239)]==n)),c=o[i(188)]((({type:t,subType:e})=>s[i(234)]==t&&s[i(239)]==e));if(a<0||c<0)return!1;const u=e[i(123)](),l=s[i(123)]();if((0==a||1==a)&&2==c&&u[i(122)](l))return!0;if(2==a&&3==c){const t=n[i(217)](u,i(137))[i(138)]((({suggestion:t,meta:e})=>e[i(128)]&&i(160)==t[i(239)]));if(t[i(185)]>1&&l[i(140)][i(168)](u[i(194)]))return!0;if(1==t[i(185)]&&(u[i(194)][i(168)](l[i(140)])||u[i(140)][i(168)](l[i(194)])))return!0}if(3==a&&3==c&&u[i(194)][i(167)](l[i(194)])){const t=u[i(140)][i(218)],e=l[i(194)][i(198)];return r[i(162)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(126)][t(231)](t(232))&&(n[t(237)](t(224)),n[t(203)](t(193)),n[t(179)][t(192)](t(193),zr(s,t(189)))),e[t(126)][t(231)](t(180))&&(n[t(237)](t(171)),n[t(203)](t(186))),n[t(179)][t(177)]((e=>{const n=t;if(o[n(184)]((({type:t,subType:r})=>e[n(234)]==t&&e[n(239)]==r)))return e[n(142)]?{}:void 0})),n[t(179)][t(177)]((e=>{const n=t;if(n(137)==e[n(234)]||n(197)==e[n(234)]){const t=e[n(176)]();if(t&&t.is(n(157),n(150)))return{type:n(137)==e[n(234)]?n(191):n(144),element:t,quantity:1}}})),n[t(179)][t(177)]((e=>t(166)==e[t(234)]&&t(160)==e[t(239)]?{type:t(212),content:t(161)}:t(166)==e[t(234)]&&t(221)==e[t(239)]?{type:t(212),content:t(141)}:void 0)),n[t(179)][t(177)]((e=>{const n=t;if(n(211)!=e[n(234)])return;const{data:r}=e;if(!r||n(186)!=r[n(233)])return;const o=r[n(213)];return o?{type:n(212),content:zr(s,n(175),'"'+o+'"')}:{type:n(212),content:zr(s,n(238))}})),this[t(165)]()}[wo(165)](){const t=wo,e=this[t(187)],n=e[t(208)];e[t(126)][t(216)](t(120))[t(179)][t(177)]((e=>{const r=t;if(r(166)!=e[r(234)]&&r(201)!=e[r(234)])return;const{data:s}=e;if(s){if(r(171)==s[r(163)]){const t=s[r(145)][0][r(213)];return t?{type:r(212),content:zr(n,r(175),'"'+t+'"')}:{type:r(212),content:zr(n,r(238))}}if(r(224)==s[r(163)]){const t=s[r(145)][0][r(219)];return t?{type:r(212),content:zr(n,r(206),t)}:{type:r(212),content:zr(n,r(127))}}}}))}}function Po(){const t=["type","1484JNqXnz","_registerLegacyDescription","5480230kcZLzp","_suggestionFactory","editor","registerCustomCallback","*Replace image URL*","plugins","703977NxibyU","*Format:* replace image URL","oldValue","2763882nZBBUx","discard","src","accept","registerBlockAttribute","formatInline","descriptionFactory","format","afterInit","commandName","enableDefaultAttributesIntegration","getSuggestionCallback","_handleLegacySuggestions","attribute","key","locale","119VohvYv","has","95946odMsaE","TrackChangesEditing","2486058xHtSdr","4595tQgFWB","newValue","formatBlock","replaceImageSource","ImageEditing","326080YDdfgp","2HnNPxq","get","registerDescriptionCallback"];return(Po=function(){return t})()}const xo=Bo;function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=372]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(455820===parseInt(n(399))/1*(-parseInt(n(387))/2)+parseInt(n(380))/3+parseInt(n(391))/4*(parseInt(n(381))/5)+-parseInt(n(378))/6*(-parseInt(n(376))/7)+-parseInt(n(386))/8+parseInt(n(402))/9+-parseInt(n(393))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(410)](){const t=xo;if(!this[t(395)][t(398)][t(377)](t(385)))return;const e=this[t(395)][t(375)],n=this[t(395)][t(398)][t(388)](t(379));n[t(412)](t(384)),n[t(406)](t(404)),n[t(408)][t(389)]((n=>{const r=t;if(r(373)!=n[r(390)])return;const{data:s}=n;return s&&r(404)==s[r(374)]?s[r(382)]&&s[r(401)]?{type:r(409),content:zr(e,r(397))}:{type:r(409),content:""}:void 0})),this[t(372)]()}[xo(372)](){const t=xo,e=this[t(395)][t(398)][t(388)](t(379));e[t(394)][t(396)](t(383),t(384),t(405),e[t(394)][t(413)](t(383),null,t(403))),e[t(394)][t(396)](t(383),t(384),t(403),e[t(394)][t(413)](t(383),null,t(405))),this[t(392)]()}[xo(392)](){const t=xo,e=this[t(395)],n=e[t(375)];e[t(398)][t(388)](t(379))[t(408)][t(389)]((e=>{const r=t;if(r(383)!=e[r(390)]&&r(407)!=e[r(390)])return;const{data:s}=e;return s&&r(384)==s[r(411)]?{type:r(409),content:zr(n,r(400))}:void 0}))}}const jo=Vo;function Go(){const t=["16327720uTIUms","descriptionFactory","imageTypeInline","formatInline","926oOkGcZ","ImageUtils","registerDescriptionCallback","newRange","discard","format","*Format:* %0","next","getSuggestionCallback","convertInlineImageToBlock","shouldConvertImageType","getChangedMarkers","suggestion","markInlineFormat","normalizedStyles","locale","head","chain","getSuggestion","markBlockFormat","filter","isInlineImage","toLowerCase","createRangeOn","2171715UYnIeg","afterInit","discardSuggestion","accept","_suggestionFactory","hasSuggestion","getSuggestions","TrackChangesEditing","length","commandParams","model","getFirstRange","ImageStyleEditing","nodeBefore","imageStylePostApply","from","selection","registerPostFixer","has","imageCaption","refresh","_findSuggestions","enableCommand","isBefore","differ","imageTypeBlock","start","editor","registerCustomCallback","change","commandName","74ZevBnX","value","getClosestSelectedImageElement","side","setImageNaturalSizeAttributes","title","forEach","9vstQJg","isIntersecting","get","4SedlgR","commands","isEqual","_registerLegacyDescription","398358GYWPxh","isInContent","join","2156646BWKfPh","5783760GGcmfj","_splitMarkerName","FORMAT_SIDE_IMAGE","findIndex","nodeAfter","isBlockImage","imageStyle","1982635mwatiQ","plugins","name","end","type","Users","document","formatBlock","subType","commandReversedParams","author","isOwn","getContainedElement","imageStylePreApply","insertion"];return(Go=function(){return t})()}function Vo(t,e){const n=Go();return(Vo=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(365555===parseInt(n(252))/1*(parseInt(n(296))/2)+-parseInt(n(266))/3+parseInt(n(262))/4*(-parseInt(n(277))/5)+-parseInt(n(269))/6+parseInt(n(221))/7+-parseInt(n(270))/8+parseInt(n(259))/9*(parseInt(n(292))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Go);class Ho extends t.Plugin{[jo(222)](){const t=jo,n=this[t(248)];if(!n[t(278)][t(239)](t(233)))return;const r=n[t(278)][t(261)](t(228)),s=n[t(278)][t(261)](t(297)),o={};r[t(243)](t(276),((o,i)=>{const a=t,c=n[a(278)][a(261)](a(282)).me,u=n[a(263)][a(261)](a(276));let l=s[a(254)](n[a(231)][a(283)][a(237)]),f=n[a(231)][a(220)](l),h=u[a(253)];if(h==i[a(253)])return;const g={commandName:a(276),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(231)][a(250)]((()=>{const t=a;if(r[t(227)]()[t(316)]((e=>e[t(267)]&&c==e[t(287)]&&(t(284)==e[t(281)]||t(295)==e[t(281)])&&(t(290)==e[t(285)]||t(235)==e[t(285)])&&e[t(232)]()[t(264)](f)))[t(258)]((e=>r[t(223)](e[t(312)]))),l=s[t(254)](n[t(231)][t(283)][t(237)]),f=n[t(231)][t(220)](l),u[t(241)](),n[t(263)][t(261)](t(294))[t(241)](),n[t(263)][t(261)](t(246))[t(241)](),h=u[t(253)],h!=i[t(253)])return s[t(218)](l)&&u[t(306)](i[t(253)],l)?(o({...i,setImageSizes:!1}),l=s[t(254)](n[t(231)][t(283)][t(237)]),void r[t(315)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(290))):void(s[t(275)](l)?r[t(315)](l,g,[],t(235)):r[t(309)](f,g,t(235)))}))}));for(const e of n[t(278)][t(261)](t(233))[t(310)])o[e[t(279)]]=e[t(257)][t(219)]();r[t(225)][t(249)](t(284),t(290),t(268),(()=>!1)),r[t(225)][t(249)](t(284),t(235),t(268),(()=>!1)),r[t(225)][t(249)](t(295),t(235),t(268),(()=>!1)),r[t(225)][t(249)](t(284),t(290),t(224),(([e])=>{const n=t;s[n(256)](e[n(289)]())})),r[t(225)][t(249)](t(284),t(290),t(300),((e,n)=>{const s=t;r[s(225)][s(304)](s(284),"",s(224))(e,{commandName:n[s(251)],commandParams:n[s(286)]})})),r[t(225)][t(249)](t(284),t(290),t(313),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(284),subType:t(290)},{type:t(291),subType:t(240)},{type:t(284),subType:t(305)},{type:t(291),subType:t(305)}];function a(e,n){const o=t,a=i[o(273)]((({type:t,subType:n})=>e[o(281)]==t&&e[o(285)]==n)),c=i[o(273)]((({type:t,subType:e})=>n[o(281)]==t&&n[o(285)]==e));if(a<0||c<0)return!1;const u=e[o(232)](),l=n[o(232)]();if((0==a||1==a)&&2==c&&u[o(260)](l))return!0;if(2==a&&3==c){const t=r[o(242)](u,o(291))[o(316)]((({suggestion:t,meta:e})=>e[o(288)]&&o(305)==t[o(285)]));if(t[o(229)]>1&&l[o(280)][o(264)](u[o(247)]))return!0;if(1==t[o(229)]&&(u[o(247)][o(264)](l[o(280)])||u[o(280)][o(264)](l[o(247)])))return!0}if(3==a&&3==c&&u[o(247)][o(244)](l[o(247)])){const t=u[o(280)][o(274)],e=l[o(247)][o(234)];return s[o(275)](t)&&t===e}return!1}n[t(231)][t(283)][t(238)]((()=>{const e=t;let o=!1;const i=Array[e(236)](n[e(231)][e(283)][e(245)][e(307)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(271)](t);if(e(308)==i&&r[e(226)](u)){if(e(284)==a&&(e(290)==c||e(235)==c)){const t=r[e(314)](u);if(n[e(299)]){const n=t[e(232)]()[e(289)]();if(s[e(275)](n))continue;r[e(223)](t),o=!0}}if(e(291)==a&&e(240)==c&&!n[e(299)]){const t=r[e(314)](u);t[e(303)]&&t[e(303)][e(267)]&&(r[e(223)](t[e(303)]),o=!0)}}}return o})),this[t(265)](o)}[jo(265)](t){const e=jo,n=this[e(248)],r=n[e(311)];n[e(278)][e(261)](e(228))[e(293)][e(298)]((n=>{const s=e;if(s(284)!=n[s(281)]&&s(295)!=n[s(281)])return;const{data:o}=n;if(!o||s(276)!=o[s(251)])return;const i=o[s(230)][0][s(253)];return function(t){const e=s;return{type:e(301),content:zr(r,e(302),t)}}(s(255)===i?zr(r,s(272)):t[i]||i)}))}}const zo=Wo;function Wo(t,e){const n=qo();return(Wo=function(t,e){return n[t-=479]})(t,e)}!function(t,e){const n=Wo,r=t();for(;;)try{if(342675===parseInt(n(491))/1*(-parseInt(n(479))/2)+-parseInt(n(507))/3*(parseInt(n(501))/4)+parseInt(n(500))/5*(-parseInt(n(512))/6)+parseInt(n(485))/7+parseInt(n(490))/8*(-parseInt(n(510))/9)+parseInt(n(497))/10*(parseInt(n(482))/11)+-parseInt(n(487))/12*(-parseInt(n(504))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Ko extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(506)]=!1,this[e(499)]=!1}[zo(496)](){const t=zo,e=this[t(498)],n=e[t(481)][t(515)](t(480)),r=e[t(481)][t(515)](t(489));n&&(n.on(t(502),((e,[,n])=>{const s=t;this[s(506)]=r[s(488)],n[s(486)][s(484)]=!this[s(506)]}),{priority:t(513)}),this[t(503)](n,t(514),this[t(495)][t(505)](this)),this[t(503)](n,t(514),(()=>{const e=t;this[e(499)]&&(r[e(502)](),this[e(499)]=!1)}),{priority:t(494)}),e[t(511)][t(515)](t(508))[t(509)](t(480)))}[zo(495)](t,e){const n=zo,{suggestions:r}=e,s=this[n(498)][n(481)][n(515)](n(489)),o=s[n(488)];this[n(506)]!==o&&(s[n(502)](),this[n(499)]=!0),r&&r[n(483)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(498)][o(511)][o(515)](o(492)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(480)}}};this[o(498)][o(511)][o(515)](o(508))[o(493)](i)}))}}function qo(){const t=["commands","2048519iVUcCz","forEach","track_changes","1705284TsWzfO","collaboration_features","96JAGglm","value","trackChanges","3177656yniwxF","463JVxyEu","Users","_setSuggestionData","lowest","_handleImportedData","afterInit","10fVRPMV","editor","_trackChangesExecuted","684630XpJHjD","2320HAoLLO","execute","listenTo","2247479UDnUbU","bind","_trackChangesValueDuringImport","3120ShFKsu","TrackChangesEditing","enableCommand","9TknmQb","plugins","6prQETK","high","dataInsert","get","1438kszDDd","importWord"];return(qo=function(){return t})()}const Xo=Zo;function Yo(){const t=["896022Qusdyg","*Indent:* %0","plugins","596266YTpEkF","enableDefaultAttributesIntegration","blockIndent","getItems","registerAttributeLabel","outdentBlock","IndentBlock","FORMAT_INDENT","editor","enableCommand","2096nkibEo","afterInit","821106imhTtM","IndentEditing","commandName","indentBlock","*Outdent:* %0","outdent","253449xfaWdn","type","50514UfqRnb","indent","locale","30iVnhZa","1895BzFkGy","22SwbkKp","getItemLabel","1108698VsHQcI","104TMaAEf","get","_registerLegacyDescription","descriptionFactory","format","TrackChangesEditing","registerBlockAttribute","registerDescriptionCallback","has","formatBlock"];return(Yo=function(){return t})()}function Zo(t,e){const n=Yo();return(Zo=function(t,e){return n[t-=407]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(298440===-parseInt(n(443))/1*(-parseInt(n(438))/2)+parseInt(n(415))/3+parseInt(n(428))/4*(-parseInt(n(442))/5)+parseInt(n(445))/6+parseInt(n(436))/7*(-parseInt(n(446))/8)+parseInt(n(430))/9+parseInt(n(441))/10*(-parseInt(n(418))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Jo extends t.Plugin{[Xo(429)](){const t=Xo,e=this[t(426)],n=e[t(417)][t(447)](t(410));if(e[t(417)][t(413)](t(431))&&(n[t(427)](t(439)),n[t(427)](t(435))),e[t(417)][t(413)](t(424)))for(const e of[t(433),t(423)])n[t(419)](e);const r=e[t(440)];n[t(411)](t(420)),n[t(408)][t(422)](t(420),zr(r,t(425))),this[t(407)]()}[Xo(407)](){const t=Xo,e=this[t(426)],n=e[t(440)],r=e[t(417)][t(447)](t(410));r[t(408)][t(412)]((e=>{const s=t;if(s(414)!=e[s(437)])return;const{data:o}=e;if(!o)return;if(s(433)!=o[s(432)]&&s(423)!=o[s(432)])return;const i=e[s(421)]()[0],a=r[s(408)][s(444)](i);return s(433)==o[s(432)]?{type:s(409),content:zr(n,s(416),a)}:s(423)==o[s(432)]?{type:s(409),content:zr(n,s(434),a)}:void 0}))}}function Qo(t,e){var n=ti();return(Qo=function(t,e){return n[t-=460]})(t,e)}var $o=Qo;function ti(){var t=["requires","input","1173064HCnWxu","3575368pKaCiL","editor","get","init","3152335cEiClC","13279mgQWSE","plugins","TrackChangesEditing","477702yrgMpv","3996568PRoGQz","12lrgYhh","2133324tiujCV","enableCommand","4902xwWIgV"];return(ti=function(){return t})()}!function(t,e){for(var n=Qo,r=t();;)try{if(806279===-parseInt(n(467))/1+-parseInt(n(476))/2*(-parseInt(n(461))/3)+-parseInt(n(468))/4+parseInt(n(472))/5+parseInt(n(464))/6*(parseInt(n(473))/7)+-parseInt(n(460))/8+parseInt(n(462))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[$o(465)](){return[Ms.Input]}[$o(471)](){var t=$o;this[t(469)][t(474)][t(470)](t(475))[t(463)](t(466))}}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=205]})(t,e)}function si(){const t=["unlink","_registerLegacyDescription","commands","get","*Remove link*","LinkEditing","has","37566zzruvI","54TgdeIn","commandParams","descriptionFactory","commandName","registerAttributeLabel","link","2137261HQOsKL","newValue","plugins","toLowerCase","registerDescriptionCallback","400FeARqm","2846340bKZoGy","enableDefaultAttributesIntegration","locale","registerInlineAttribute","83403GVkRNc","type","11138jGeLiJ","afterInit","5JNkpXb","editor","manualDecorators","formatInline","52IrdNgI","label","attribute","key","linkHref","*Set link:* %0","488154BfkjLZ","link (","TrackChangesEditing","format","3887400cjiDVQ"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(202087===parseInt(n(226))/1*(parseInt(n(244))/2)+parseInt(n(242))/3*(parseInt(n(207))/4)+-parseInt(n(246))/5*(-parseInt(n(213))/6)+parseInt(n(232))/7+parseInt(n(237))/8*(-parseInt(n(225))/9)+-parseInt(n(238))/10+-parseInt(n(217))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(245)](){const t=ni,e=this[t(247)];if(!e[t(234)][t(224)](t(223)))return;const n=e[t(234)][t(221)](t(215)),r=e[t(220)][t(221)](t(231));n[t(239)](t(231)),n[t(239)](t(218)),n[t(241)](t(211));for(const e of r[t(205)])n[t(241)](e.id),n[t(228)][t(230)](e.id,t(214)+e[t(208)][t(235)]()+")");n[t(228)][t(236)]((n=>{const r=t;if(r(209)!=n[r(243)])return;const{data:s}=n;if(!s||r(211)!=s[r(210)])return;const o=s[r(233)],i=e[r(240)];return{type:r(216),content:null==o?zr(i,r(222)):zr(i,r(212),'"'+o+'"')}})),this[t(219)]()}[ni(219)](){const t=ni,e=this[t(247)],n=e[t(240)];e[t(234)][t(221)](t(215))[t(228)][t(236)]((e=>{const r=t;if(r(206)!=e[r(243)])return;const{data:s}=e;if(s){if(r(231)==s[r(229)]){const t=s[r(227)][0];return{type:r(216),content:zr(n,r(212),'"'+t+'"')}}return r(218)==s[r(229)]?{type:r(216),content:zr(n,r(222))}:void 0}}))}}const ii=ai;function ai(t,e){const n=li();return(ai=function(t,e){return n[t-=130]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(943545===parseInt(n(169))/1*(parseInt(n(152))/2)+parseInt(n(139))/3*(-parseInt(n(218))/4)+parseInt(n(148))/5*(-parseInt(n(170))/6)+-parseInt(n(195))/7*(-parseInt(n(162))/8)+parseInt(n(202))/9+-parseInt(n(200))/10*(parseInt(n(142))/11)+parseInt(n(212))/12*(parseInt(n(144))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(li);class ci extends t.Plugin{[ii(150)](){const t=ii,e=this[t(183)],n=e[t(147)];if(!e[t(179)][t(135)](t(154)))return;const r=e[t(179)][t(190)](t(216)),s=e[t(179)][t(135)](t(145));function o(t){return()=>{const n=ai,s=e[n(185)][n(213)][n(209)],o=e[n(186)][n(190)](t);if(o[n(203)])return void e[n(181)](n(184),{});const i=t[n(149)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(164)](t)[s(153)]((t=>function(t,e){const n=s;return e[n(134)](t[n(156)],n(210))&&!e[n(180)](t)}(t,r)));o=o[s(153)]((t=>!t.is(s(207),s(210))||t[s(193)](s(182))!=e));const i=new Set;for(const t of o)t.is(s(207),s(210))?i[s(137)](ui(t)):i[s(137)](t);return Array[s(164)](i)}(s[n(173)](),i,e[n(185)][n(160)]);e[n(185)][n(199)]((()=>{const e=n;for(const n of a)r[e(192)](n,{commandName:t,commandParams:[{forceValue:!o[e(203)]}],formatGroupId:e(178)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(164)](t);const r=n[e(177)]((t=>e(210)!=t[e(130)]));return r>-1&&(n=n[e(149)](0,r)),n}(e[n(185)][n(213)][n(209)][n(173)]()),o=e[n(185)][n(159)](e[n(185)][n(141)](s[0],n(143)),e[n(185)][n(141)](s[s[n(133)]-1],n(175)));e[n(185)][n(199)]((()=>{const e=n;r[e(192)](o,{commandName:t,commandParams:[],formatGroupId:e(136)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(158)];for(;t&&t[n(193)](n(136))>e[n(193)](n(136));)r[n(137)](t),t=t[n(158)]}return Array[n(164)](r)}(s))}))}}r[t(138)](t(206),o(t(206))),r[t(138)](t(214),o(t(214))),s&&r[t(138)](t(155),o(t(155))),r[t(138)](t(201),i(t(201))),r[t(138)](t(211),i(t(211))),s&&r[t(138)](t(167),(()=>{const n=t,s=e[n(186)][n(190)](n(167)),o=Array[n(164)](s[n(131)]);o[n(153)]((t=>t[n(193)](n(146))!=s[n(203)])),e[n(185)][n(199)]((()=>{const t=n;for(const e of o)r[t(192)](e,{commandName:t(167),commandParams:[{forceValue:!s[t(203)]}]})}))})),r[t(171)][t(189)](t(210),(e=>zr(n,t(151),e))),r[t(171)][t(168)]((e=>{const r=t;if(r(187)!=e[r(166)]&&r(174)!=e[r(166)])return;const{data:s}=e;if(s){if(r(206)==s[r(194)]||r(214)==s[r(194)]||r(155)==s[r(194)])switch(s[r(194)][r(132)](r(197),"")){case r(176):return o(zr(n,r(208)));case r(204):return o(zr(n,r(188)));case r(172):return o(zr(n,r(198)))}if(r(201)==s[r(194)])return{type:r(217),content:zr(n,r(165),zr(n,r(151)))};if(r(211)==s[r(194)])return{type:r(217),content:zr(n,r(157),zr(n,r(151)))};if(r(167)==s[r(194)])return s[r(205)][0][r(163)]?{type:r(217),content:zr(n,r(140))}:{type:r(217),content:zr(n,r(196))}}function o(t){const e=r;return{type:e(217),content:zr(n,e(215),t)}}}))}}function ui(t){const e=ii,n=t[e(193)](e(136));if(0==n)return t;let r=t;for(;t[e(161)]&&t[e(161)].is(e(207),e(210));){const s=t[e(161)][e(193)](e(136));if(s==n)r=t[e(161)];else if(s<n)break;t=t[e(161)]}return r}function li(){const t=["type","checkTodoList","registerDescriptionCallback","1711549Tcrxss","396GwihaI","descriptionFactory","todo","getSelectedBlocks","formatInline","end","bulleted","findIndex","blockName","plugins","isObject","execute","listType","editor","paragraph","model","commands","formatBlock","ELEMENT_NUMBERED_LIST","registerElementLabel","get","push","markBlockFormat","getAttribute","commandName","243572rBqGuI","*Uncheck item*","List","ELEMENT_TODO_LIST","change","12110KtNYhw","indentList","5805207FQEKrE","value","numbered","commandParams","numberedList","element","ELEMENT_BULLETED_LIST","selection","listItem","outdentList","48EyinMz","document","bulletedList","*Change to:* %0","TrackChangesEditing","format","8pJykaF","name","_selectedElements","replace","length","checkChild","has","listIndent","add","enableCommand","2190459szwvpf","*Check item*","createPositionAt","12199qMGFjb","before","635791ypwdQP","LegacyTodoListEditing","todoListChecked","locale","30755vopxUA","slice","afterInit","ELEMENT_LIST_ITEM","2UkvGtm","filter","LegacyListEditing","todoList","parent","*Outdent:* %0","nextSibling","createRange","schema","previousSibling","368HYhlzI","forceValue","from","*Indent:* %0"];return(li=function(){return t})()}function fi(t){const e=ii,n=[];if(t.is(e(207),e(210))&&t[e(193)](e(136))>0){let r=t[e(158)];for(;r&&e(210)==r[e(130)]&&r[e(193)](e(136))==t[e(193)](e(136));)n[e(191)](r),r=r[e(158)]}return n}const hi=di;function gi(){const t=["*Format:* set start index to %0","flat","selection","commandParams","LegacyListPropertiesEditing","handleListStartCommand","_getTranslationKeyForListStyle","forward","2262562kQPGrU","document","getAttribute","*Change to:* %0","*Format:* set order to regular","from","before","styles","numbered","formatInline","backward","listStyle","reversed","format","listReversed","formatBlock","map","handleListReversedCommand","6bCaXRY","replace","plugins","toUpperCase","afterInit","unshift","change","_getSuggestionBlocks","filter","listItem","bind","3TDSOqR","getSiblingNodes","enableCommand","1084064TnAZNJ","134247HAxPim","getLastPosition","ELEMENT_","push","listType","markMultiRangeBlockFormat","descriptionFactory","createRange","listStart","1222600ruyeFe","handleDescriptions","locale","registerDescriptionCallback","_getSuggestionBlocksForListStyle","parent","getSelectedBlocks","*Format:* set order to reversed","getFirstPosition","config","element","commandName","6867889DGqNXz","createPositionAt","5549740LkVELA","type","default","list.properties","has","get","editor","length","handleListStyleCommand","getListTypeFromListStyleType","45UYmzBL","TrackChangesEditing","LegacyListUtils","_LIST_","startIndex","31203660KyBmAJ","model"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=396]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(608127===parseInt(n(466))/1+-parseInt(n(433))/2*(-parseInt(n(462))/3)+-parseInt(n(475))/4+parseInt(n(408))/5+parseInt(n(451))/6*(parseInt(n(406))/7)+-parseInt(n(465))/8*(-parseInt(n(418))/9)+-parseInt(n(423))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(455)](){const t=hi;if(!this[t(414)][t(453)][t(412)](t(429)))return;const e=this[t(414)][t(403)][t(413)](t(411)),n=this[t(414)][t(453)][t(413)](t(419));e[t(440)]&&n[t(464)](t(444),this[t(416)][t(461)](this)),e[t(445)]&&n[t(464)](t(447),this[t(450)][t(461)](this)),e[t(422)]&&n[t(464)](t(474),this[t(430)][t(461)](this)),n[t(472)][t(397)](this[t(476)][t(461)](this))}[hi(416)](t,e={}){const n=hi,r=this[n(414)][n(453)][n(413)](n(419)),s=this[n(398)]();this[n(414)][n(424)][n(457)]((()=>{const t=n;r[t(471)](s,{commandName:t(444),commandParams:[{type:e[t(409)]}],formatGroupId:t(444)})}))}[hi(450)](t,e={}){const n=hi,r=this[n(414)][n(453)][n(413)](n(419)),s=this[n(458)]((t=>t.is(n(404),n(460))&&n(441)===t[n(435)](n(470))));if(s[n(415)]<1)return;const o=s[n(449)]((t=>this[n(414)][n(424)][n(473)](this[n(414)][n(424)][n(407)](t,n(439)),this[n(414)][n(424)][n(407)](t,0))));this[n(414)][n(424)][n(457)]((()=>{const t=n;r[t(471)](o,{commandName:t(447),commandParams:[{reversed:e[t(445)]}],formatGroupId:t(447)})}))}[hi(430)](t,e={}){const n=hi,r=this[n(414)][n(453)][n(413)](n(419)),s=this[n(458)]((t=>t.is(n(404),n(460))&&n(441)===t[n(435)](n(470))));if(s[n(415)]<1)return;const o=s[n(449)]((t=>this[n(414)][n(424)][n(473)](this[n(414)][n(424)][n(407)](t,n(439)),this[n(414)][n(424)][n(407)](t,0))));this[n(414)][n(424)][n(457)]((()=>{const t=n;r[t(471)](o,{commandName:t(474),commandParams:[{startIndex:e[t(422)]}],formatGroupId:t(474)})}))}[hi(476)](t){const e=hi;if(e(448)!=t[e(409)]&&e(442)!=t[e(409)])return;const n=this[e(414)][e(396)],{data:r}=t;if(!r)return;let s,o;switch(r[e(405)]){case e(444):s=e(436),o={type:e(446),content:zr(n,s,zr(n,this[e(431)](r[e(428)][0][e(409)])))};break;case e(447):s=r[e(428)][0][e(445)]?e(401):e(437),o={type:e(446),content:zr(n,s)};break;case e(474):s=e(425),o={type:e(446),content:zr(n,s,r[e(428)][0][e(422)])}}return o}[hi(398)](){const t=hi;var e,n,r,s;const o=this[t(414)][t(453)][t(413)](t(420));let i=Array[t(438)](this[t(414)][t(424)][t(434)][t(427)][t(400)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(404),t(460)))&&i[t(456)](...o[t(463)](this[t(414)][t(424)][t(434)][t(427)][t(402)](),t(443))),(null===(n=i[i[t(415)]-1])||void 0===n?void 0:n.is(t(404),t(460)))&&i[t(469)](...o[t(463)](this[t(414)][t(424)][t(434)][t(427)][t(467)](),t(432))),i=[...new Set(i)],(null===(s=null===(r=this[t(414)][t(424)][t(434)][t(427)][t(402)]())||void 0===r?void 0:r[t(399)])||void 0===s?void 0:s.is(t(404),t(460)))&&(i=i[t(459)]((e=>e.is(t(404),t(460))))),i}[hi(458)](t){const e=hi,n=this[e(414)][e(453)][e(413)](e(420));let r=Array[e(438)](this[e(414)][e(424)][e(434)][e(427)][e(400)]())[e(459)](t)[e(449)]((t=>{const r=e,s=this[r(414)][r(424)][r(407)](t,0);return[...n[r(463)](s,r(443)),...n[r(463)](s,r(432))]}))[e(426)]();return r=[...new Set(r)],r}[hi(431)](t){const e=hi;return e(468)+(this[e(414)][e(453)][e(413)](e(420))[e(417)](t)||e(410))[e(454)]()+e(421)+t[e(454)]()[e(452)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=455]})(t,e)}function Ei(){const t=["115097YCXYwe","get","media","conversion","TrackChangesEditing","createEmptyElement","elementToElement","high","plugins","ELEMENT_MEDIA","mediaEmbed","MediaEmbedEditing","enableCommand","downcastDispatcher","descriptionFactory","2204355ttDsBG","has","attribute:url:media","registerElementLabel","editor","div","1753084wvJnGx","879100nOeaNf","399210FLCSZB","3UsjXyN","40LZDlUm","1747962SIRqEB","data","afterInit","showSuggestionHighlights","stop","options","3005208wPHwBR","dataDowncast","locale","for"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(229512===parseInt(n(480))/1+parseInt(n(466))/2+parseInt(n(468))/3*(-parseInt(n(465))/4)+parseInt(n(459))/5+parseInt(n(470))/6+-parseInt(n(467))/7*(parseInt(n(469))/8)+-parseInt(n(476))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(472)](){const t=mi,e=this[t(463)];if(!e[t(488)][t(460)](t(455)))return;const n=e[t(488)][t(481)](t(484)),r=e[t(478)];n[t(456)](t(490)),n[t(458)][t(462)](t(482),(e=>zr(r,t(489),e))),e[t(483)][t(479)](t(477))[t(486)]({model:t(482),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(473)])return n[s(485)](s(464))},converterPriority:t(487)}),e[t(471)][t(457)].on(t(461),((e,n,r)=>{const s=t;r[s(475)][s(473)]&&e[s(474)]()}),{priority:t(487)})}}function Ti(t,e){const n=yi();return(Ti=function(t,e){return n[t-=372]})(t,e)}const _i=Ti;function yi(){const t=["18893xOpVtD","has","MentionEditing","get","editor","3DwERRR","3396aWtUJj","312HwFlwa","TrackChangesEditing","14042776tGufxV","638210HZDGuM","10FMKJce","2461635mlwHwy","plugins","45OOqZtx","mention","2483960lvAYyZ","829534enuYRU","afterInit","enableCommand","1214060UfwUfa"];return(yi=function(){return t})()}!function(t,e){const n=Ti,r=t();for(;;)try{if(909862===parseInt(n(372))/1+parseInt(n(379))/2*(-parseInt(n(388))/3)+-parseInt(n(378))/4*(parseInt(n(373))/5)+parseInt(n(389))/6*(-parseInt(n(383))/7)+-parseInt(n(392))/8+parseInt(n(376))/9*(-parseInt(n(382))/10)+parseInt(n(374))/11*(parseInt(n(390))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yi);class Ai extends t.Plugin{[_i(380)](){const t=_i,e=this[t(387)];e[t(375)][t(384)](t(385))&&e[t(375)][t(386)](t(391))[t(381)](t(377))}}const ki=Ni;function Ci(){const t=["data","TrackChangesEditing","editor","357HcGVzT","*Set format:* %0","next","315392rjNHuB","*Remove format:* %0","locale","plugins","registerBlockAttribute","199359GdGJEZ","handleDescriptions","6567705HuGBMB","oldValue","head","format","listType","multiLevelList","listMarkerStyle","newValue","500rvwxNR","3003824XgXYHp","8424dGNssY","afterInit","322329McSEBr","get","registerDescriptionCallback","ELEMENT_MULTI_LEVEL_LIST","MultiLevelList","enableDefaultAttributesIntegration","descriptionFactory","11492lprpsJ","10NzjLWm","has","key"];return(Ci=function(){return t})()}function Ni(t,e){const n=Ci();return(Ni=function(t,e){return n[t-=230]})(t,e)}!function(t,e){const n=Ni,r=t();for(;;)try{if(240490===parseInt(n(237))/1+-parseInt(n(232))/2+-parseInt(n(265))/3*(parseInt(n(258))/4)+-parseInt(n(247))/5*(-parseInt(n(249))/6)+parseInt(n(251))/7+-parseInt(n(248))/8+-parseInt(n(239))/9*(-parseInt(n(259))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Li extends t.Plugin{[ki(250)](){const t=ki,e=this[t(264)],n=e[t(235)][t(252)](t(263));e[t(235)][t(260)](t(255))&&(n[t(256)](t(244)),n[t(236)](t(245)),n[t(257)][t(253)]((e=>this[t(238)](e))))}[ki(238)](t){const e=ki,n=this[e(264)][e(234)],{data:r}=t,s={type:e(242),content:""};if(r&&e(245)==r[e(261)]){if(!r[e(240)])return{type:e(242),content:zr(n,e(230),zr(n,e(254)))+" ("+r[e(246)]+")"};if(!r[e(246)]){let o=t[e(241)];for(;o;){if(o[e(262)]&&e(243)==o[e(262)][e(261)]&&o[e(262)][e(246)])return s;o=o[e(231)]}return{type:e(242),content:zr(n,e(233),zr(n,e(254)))+" ("+r[e(240)]+")"}}}}}function Ri(t,e){const n=Mi();return(Ri=function(t,e){return n[t-=487]})(t,e)}const Si=Ri;function Mi(){const t=["529740QzCKuJ","606282MQhPuI","enableCommand","descriptionFactory","locale","editor","130482TFDBvx","get","333UUjiIw","PageBreakEditing","3023344ZpfGLf","5509576OJLDFg","plugins","287FfvVNk","has","pageBreak","registerElementLabel","1cDjOkf","ELEMENT_PAGE_BREAK","afterInit","291730YUmQZZ","TrackChangesEditing","1467946SOKEwa"];return(Mi=function(){return t})()}!function(t,e){const n=Ri,r=t();for(;;)try{if(929711===parseInt(n(503))/1*(-parseInt(n(508))/2)+parseInt(n(487))/3+parseInt(n(497))/4+-parseInt(n(509))/5+-parseInt(n(492))/6*(-parseInt(n(499))/7)+parseInt(n(496))/8+-parseInt(n(494))/9*(parseInt(n(506))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Si(505)](){const t=Si,e=this[t(491)];if(!e[t(498)][t(500)](t(495)))return;e[t(498)][t(493)](t(507))[t(488)](t(501));const n=e[t(498)][t(493)](t(507)),r=e[t(490)];n[t(489)][t(502)](t(501),(e=>zr(r,t(504),e)))}}const wi=Di;function Oi(){const t=["locale","writer","format","isTouching","registerElementLabel","47103YWTnMk","markerRange","paragraph","toViewPosition","2245998anCHPl","$text","addClass","model","downcastDispatcher","enableDefaultAttributesIntegration","insertion","insertParagraph","ck-suggestion-marker--active","nodeAfter","isBlock","getFirstRange","8NdloGK","2128509gOqyCW","bindElementToMarker","5534000UCfDVH","Paragraph","272284mrmBWX","get","markerName","has","registerDescriptionCallback","formatBlock","insert","TrackChangesEditing","includes","editing","checkChild","getItemLabel","afterInit","*Change to:* %0","commandName","consume","name","end","data","span","consumable","activeMarkers","mapper","ck-suggestion-marker-split","options","descriptionFactory","enableCommand","editor","plugins","showSuggestionHighlights","createUIElement","addMarker:suggestion:insertion","type","highest","299928MewrvL","ELEMENT_PARAGRAPH","614292apLMqN","*Insert:* %0","5DuBKZK","schema","35FHEdJd","_registerLegacyDescription","isLimit","start"];return(Oi=function(){return t})()}function Di(t,e){const n=Oi();return(Di=function(t,e){return n[t-=321]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(239970===-parseInt(n(339))/1+parseInt(n(334))/2*(parseInt(n(388))/3)+-parseInt(n(375))/4+-parseInt(n(377))/5*(parseInt(n(322))/6)+parseInt(n(379))/7*(parseInt(n(373))/8)+parseInt(n(335))/9+parseInt(n(337))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oi);class Fi extends t.Plugin{[wi(351)](){const t=wi,e=this[t(366)];if(!e[t(367)][t(342)](t(338)))return;const n=e[t(383)],r=e[t(367)][t(340)](t(346));r[t(364)][t(387)](t(390),(e=>zr(n,t(374),e))),r[t(327)](t(390)),r[t(365)](t(329)),e[t(348)][t(326)].on(t(370),Pi(e),{priority:t(372)}),e[t(357)][t(326)].on(t(370),((n,r,s)=>{const o=t;s[o(363)][o(368)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(372)});const s=r[t(364)];s[t(343)]((r=>{const o=t;if(o(328)!==r[o(371)])return;const{start:i,end:a}=r[o(333)]();if(!i[o(386)](a)||!i[o(331)])return;const c=e[o(325)][o(378)],u=i[o(331)];return c[o(332)](u)&&!c[o(381)](u)&&c[o(349)](u,o(323))?{type:o(328),content:zr(n,o(376),s[o(350)](u,1))}:void 0})),this[t(380)]()}[wi(380)](){const t=wi,e=this[t(366)],n=e[t(383)];e[t(367)][t(340)](t(346))[t(364)][t(343)]((e=>{const r=t;if(r(344)!=e[r(371)])return;const{data:s}=e;return s&&r(390)==s[r(353)]?{type:r(385),content:zr(n,r(352),zr(n,r(374)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(367)][o(340)](o(346)),a=r[o(389)][o(382)],c=r[o(389)][o(356)],u=t[o(325)][o(378)];if(!a[o(386)](c)||!a[o(331)])return;const l=a[o(331)];if(u[o(332)](l)&&!u[o(381)](l)&&u[o(349)](l,o(323))){if(!s[o(359)][o(354)](r[o(389)],n[o(355)]))return;const t=s[o(384)][o(369)](o(358),{class:o(362)}),a=s[o(361)][o(321)](c);e&&i[o(360)][o(347)](r[o(341)])&&s[o(384)][o(324)](o(330),t),s[o(384)][o(345)](a,t),s[o(361)][o(336)](t,r[o(341)])}}}const xi=Bi;function Bi(t,e){const n=Ui();return(Bi=function(t,e){return n[t-=347]})(t,e)}function Ui(){const t=["registerDescriptionCallback","editor","RemoveFormatEditing","format","746160onFZwu","plugins","locale","*Remove all formatting*","descriptionFactory","3440844TDCiOc","253oBBSJd","type","942sNcDAB","47789QmzqWh","8xDMmJW","removeFormat","enableDefaultAttributesIntegration","8wtKRqS","formatInline","646320pwCjmx","_registerLegacyDescription","formatBlock","get","afterInit","605480rHuyCP","has","TrackChangesEditing","1048130cMxdwA","807951fxkXYi","commandName"];return(Ui=function(){return t})()}!function(t,e){const n=Bi,r=t();for(;;)try{if(668299===parseInt(n(373))/1+-parseInt(n(371))/2*(parseInt(n(352))/3)+parseInt(n(358))/4+parseInt(n(351))/5+parseInt(n(366))/6*(-parseInt(n(367))/7)+parseInt(n(368))/8*(parseInt(n(363))/9)+-parseInt(n(348))/10*(-parseInt(n(364))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[xi(347)](){const t=xi,e=this[t(355)];e[t(359)][t(349)](t(356))&&(e[t(359)][t(376)](t(350))[t(370)](t(369)),this[t(374)]())}[xi(374)](){const t=xi,e=this[t(355)];e[t(359)][t(376)](t(350))[t(362)][t(354)]((n=>{const r=t;if(r(375)!=n[r(365)]&&r(372)!=n[r(365)])return;const{data:s}=n;return s&&r(369)==s[r(353)]?{type:r(357),content:zr(e[r(360)],r(361))}:void 0}))}}function Gi(){const t=["420908aawGIS","18XWBulQ","TrackChangesEditing","enableCommand","acceptAllSuggestions","17577vyQTJx","257201FYugUe","RestrictedEditingModeEditing","has","acceptSuggestion","11355060qMsJav","goToPreviousRestrictedEditingException","46136Sutkzf","discardSuggestion","836630QfqvsM","333636ZaudpT","editor","acceptSelectedSuggestions","606aSEHkF","plugins","discardAllSuggestions","801GZOyKt","discardSelectedSuggestions","trackChanges","get","goToNextRestrictedEditingException","afterInit"];return(Gi=function(){return t})()}const Vi=Hi;function Hi(t,e){const n=Gi();return(Hi=function(t,e){return n[t-=439]})(t,e)}!function(t,e){const n=Hi,r=t();for(;;)try{if(345895===parseInt(n(462))/1+-parseInt(n(456))/2+-parseInt(n(457))/3*(-parseInt(n(444))/4)+parseInt(n(443))/5+parseInt(n(447))/6*(parseInt(n(461))/7)+-parseInt(n(441))/8*(-parseInt(n(450))/9)+-parseInt(n(439))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gi);class zi extends t.Plugin{[Vi(455)](){const t=Vi,e=this[t(445)];if(!e[t(448)][t(464)](t(463)))return;const n=e[t(448)][t(453)](t(458));n[t(459)](t(440)),n[t(459)](t(454));const r=e[t(448)][t(453)](t(463));r[t(459)](t(452)),r[t(459)](t(465)),r[t(459)](t(442)),r[t(459)](t(460)),r[t(459)](t(449)),r[t(459)](t(446)),r[t(459)](t(451))}}const Wi=Xi;function Ki(){const t=["init","writer","TrackChangesEditing","8608fQBRdN","738036wiawvA","softBreak","test","deletion","3URwIRM","ck-suggestion-marker-","element","includes","addMarker:suggestion","merge","split","533164iTisUC","insert","addMarker:suggestion:insertion","mapper","editing","downcastDispatcher","options","model","markerName","shiftEnter","5748675HszROy","descriptionFactory","showSuggestionHighlights","plugins","data","high","requires","bindElementToMarker","activeMarkers","name","locale","toViewPosition","addMarker:suggestion:deletion","enableCommand","consumable","14949otFJQo","get","createPositionBefore","span","editor","getItems","1426132ttyMlY","ck-suggestion-marker--active","7552866sktcdg","registerElementLabel","ELEMENT_LINE_BREAK","markerRange","addClass","createUIElement","5280737vYztCN"];return(Ki=function(){return t})()}!function(t,e){const n=Xi,r=t();for(;;)try{if(848158===-parseInt(n(484))/1+-parseInt(n(526))/2+parseInt(n(488))/3*(-parseInt(n(495))/4)+parseInt(n(505))/5+-parseInt(n(528))/6+parseInt(n(534))/7+-parseInt(n(483))/8*(-parseInt(n(520))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class qi extends t.Plugin{static get[Wi(511)](){return[Zs.ShiftEnter]}[Wi(480)](){const t=Wi,e=this[t(524)],n=e[t(508)][t(521)](t(482));n[t(518)](t(504)),e[t(499)][t(500)].on(t(497),Yi(e),{priority:t(510)}),e[t(499)][t(500)].on(t(517),Yi(e),{priority:t(510)}),e[t(509)][t(500)].on(t(492),((n,r,s)=>{const o=t;s[o(501)][o(507)]&&Yi(e,{showActiveMarker:!1})(n,r,s)})),n[t(506)][t(529)](t(485),(n=>zr(e[t(515)],t(530),n)))}}function Xi(t,e){const n=Ki();return(Xi=function(t,e){return n[t-=480]})(t,e)}function Yi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Xi,i=t[o(508)][o(521)](o(482));if(!s[o(519)][o(486)](r[o(531)],n[o(514)]))return;const a=t[o(502)];for(const t of r[o(531)][o(525)]()){if(!t.is(o(490),o(485)))continue;const n=o(487)==r[o(503)][o(494)](":")[1]?o(493):o(494),c=s[o(481)][o(533)](o(523),{class:o(489)+n}),u=s[o(498)][o(516)](a[o(522)](t));e&&i[o(513)][o(491)](r[o(503)])&&s[o(481)][o(532)](o(527),c),s[o(481)][o(496)](u,c),s[o(498)][o(512)](c,r[o(503)])}}}function Zi(t,e){const n=Qi();return(Zi=function(t,e){return n[t-=475]})(t,e)}const Ji=Zi;function Qi(){const t=["from","restrictedEditingException","format","599478AkKzxU","document","descriptionFactory","getRanges","948271mdNlad","enableCommand","formatBlock","afterInit","selection","TrackChangesEditing","8942890EDNPlD","commandParams","FORMAT_RESTRICTED_ENABLED","model","registerDescriptionCallback","2490464GqdCRP","change","18155977kzZtqd","isCollapsed","commandName","has","locale","value","302220lJFTHL","editor","FORMAT_RESTRICTED_DISABLED","forceValue","commands","markInlineFormat","2240536aLQZDw","get","formatInline","type","plugins","StandardEditingModeEditing"];return(Qi=function(){return t})()}!function(t,e){const n=Zi,r=t();for(;;)try{if(977692===parseInt(n(505))/1+parseInt(n(478))/2+parseInt(n(501))/3+-parseInt(n(492))/4+parseInt(n(511))/5+-parseInt(n(486))/6+-parseInt(n(480))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Ji(508)](){const t=Ji,e=this[t(487)],n=e[t(476)],r=e[t(484)];if(!e[t(496)][t(483)](t(497)))return;const s=e[t(496)][t(493)](t(510)),o=t(499),i=e[t(490)][t(493)](o);s[t(506)](o,((e,r={})=>{const a=t,c=n[a(502)][a(509)];if(c[a(481)])return void e(r);const u=void 0!==r[a(489)]?r[a(489)]:!i[a(485)];n[a(479)]((()=>{const t=a,e=Array[t(498)](c[t(504)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(491)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(503)][t(477)]((e=>{const n=t;if(n(507)!=e[n(495)]&&n(494)!=e[n(495)])return;const{data:s}=e;return s&&s[n(482)]==o?s[n(512)][0][n(489)]?{type:n(500),content:zr(r,n(475))}:{type:n(500),content:zr(r,n(488))}:void 0}))}}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=468]})(t,e)}function na(){const t=["DataSchema","getGhsAttributeNameForElement","style","183THNCrG","3626LKTrvm","get","GeneralHtmlSupport","TrackChangesEditing","registerBlockAttribute","inline","8JbZYWZ","enableDefaultAttributesIntegration","_registerLegacyDescription","config","has","toLowerCase","registerAttributeLabel","1935jbeIly","24441PwvCSD","373109ooMhaC","formatBlock","commandParams","add","registerInlineAttribute","370oxTXmH","descriptionFactory","element","definitions","format","normalizeConfig","*Remove format:* %0","*Set format:* %0","afterInit","FORMAT_STYLE","forceValue","248857ZsoEtn","ghsAttributes","editor","type","70146xsnLwW","plugins","Style","block","443716yrtvVO","35NKwhqH","commandName","locale","StyleUtils","styleName","registerDescriptionCallback","formatInline"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(105657===-parseInt(n(474))/1+-parseInt(n(511))/2*(-parseInt(n(510))/3)+parseInt(n(499))/4+parseInt(n(500))/5*(-parseInt(n(495))/6)+parseInt(n(491))/7*(-parseInt(n(517))/8)+-parseInt(n(473))/9*(parseInt(n(480))/10)+parseInt(n(475))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{[ta(488)](){const t=ta,e=this[t(493)];if(!e[t(496)][t(470)](t(497))||!e[t(496)][t(470)](t(507)))return;const n=e[t(496)][t(512)](t(514)),r=e[t(502)],s=e[t(469)][t(512)](t(509))||{},o=e[t(496)][t(512)](t(513)),i=e[t(496)][t(512)](t(503))[t(485)](e[t(496)][t(512)](t(507)),s[t(483)]);n[t(518)](t(509));const a=new Set;for(const e of i[t(498)]){const n=o[t(508)](e[t(482)]);a[t(478)](n)}const c=new Set;for(const e of i[t(516)]){const n=o[t(508)](e[t(482)]);c[t(478)](n);for(const n of e[t(492)])c[t(478)](n)}for(const e of a)n[t(515)](e),n[t(481)][t(472)](e,zr(r,t(489)));for(const e of c)n[t(479)](e),n[t(481)][t(472)](e,zr(r,t(489)));this[t(468)]()}[ta(468)](){const t=ta,e=this[t(493)],n=e[t(502)];e[t(496)][t(512)](t(514))[t(481)][t(505)]((e=>{const r=t;if(r(476)!=e[r(494)]&&r(506)!=e[r(494)])return;const{data:s}=e;return s&&r(509)===s[r(501)]?s[r(477)][0][r(490)]?{type:r(484),content:zr(n,r(487),s[r(477)][0][r(504)][r(471)]())}:{type:r(484),content:zr(n,r(486),s[r(477)][0][r(504)][r(471)]())}:void 0}))}}function sa(t,e){const n=ia();return(sa=function(t,e){return n[t-=447]})(t,e)}const oa=sa;function ia(){const t=["_suggestionFactory","removeClass","710670CqFOXl","addRange","toLowerCase","createPositionAt","add","element","get","filter","highest","locale","descriptionFactory","end","4GnUTHS","selectTableRow","insertion","_splitMarkerName","every","insertTableColumnLeft","getColumnIndexes","isIntersectingWithRange","getContainedElement","selection","substr","values","getSuggestion","forceValue","minRow","colspan","accept","mapper","first","afterInit","isIntersecting","markMultiRangeInsertion","push","getChangedMarkers","editor","$graveyard","_tablePostFixingSubtypes","subType","_acceptFormatSuggestionCallbackFactory","createTableWalker","createRangeOn","writer","4744152dokqVe","selectTableColumn","removeTableColumn","TableEditing","5887880EEYdkI","ELEMENT_TABLE_ROW","order","change","showSuggestionHighlights","detach","downcastDispatcher","discard","registerDescriptionCallback","tableRow","toViewElement","start","startsWith","has","type","commands","name","isArray","insertTableRowBelow","join","TrackChangesEditing","addMarker:suggestion","above","getAttribute","enqueueChange","601670SONyJD","span","isInContent","271706dvGVln","MAX_SAFE_INTEGER","classes","map","getItems","model","isEqual","getFirstRange","includes","_setupColumnsRowsFixing","insertTableColumnRight","tableCell","removeTableRow","createRangeIn","change:data","registerCustomCallback","maxColumn","isTouching","table","getRowIndexes","options","maxRow","registerElementLabel","execute","_getSuggestionCoords","hasAttribute","setSelection","rowspan","suggestion","3576510pdyuAz","oldRange","ELEMENT_TABLE_ROW_WITH_TEXT","_tableSuggestions","getSelectionAffectedTableCells","cell","*Insert:* %0","1001826cWgNOr","last","differ","root","MIN_SAFE_INTEGER","position","_getCoordsForCells","item","*Remove:* %0","getChildren","fromRange","length","insertTableRowAbove","findAncestor","getRanges","ELEMENT_TABLE_COLUMN","max","addClass","tableColumn","refresh","ELEMENT_TABLE","getCellLocation","rootName","low","registerPostFixer","ELEMENT_TABLE_COLUMN_WITH_TEXT","batch","TableUtils","getChanges","data","tablePaste","insert","from","enableCommand","deletion","min","document","ELEMENT_TABLE_WITH_TEXT","insertTable","$textProxy","plugins","nodeBefore","minColumn","nodeAfter","markMultiRangeDeletion","some","left"];return(ia=function(){return t})()}!function(t,e){const n=sa,r=t();for(;;)try{if(466482===-parseInt(n(450))/1+parseInt(n(453))/2+parseInt(n(489))/3+parseInt(n(550))/4*(parseInt(n(538))/5)+-parseInt(n(582))/6+parseInt(n(482))/7+parseInt(n(586))/8)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(576)]=[e(595),e(507)],this[e(485)]=new Set}[oa(569)](){const t=oa,e=this[t(574)],n=e[t(458)][t(525)][t(559)];if(!e[t(529)][t(599)](t(585)))return;const r=e[t(547)],s=e[t(529)][t(544)](t(606)),o=e[t(529)][t(544)](t(516));s[t(548)][t(475)](t(471),(e=>zr(r,t(509),e))),this[t(462)](),s[t(522)](t(527)),s[t(522)](t(551)),s[t(522)](t(583));for(const r of[t(501),t(604)]){const i=e[t(601)][t(544)](r);s[t(522)](r,(r=>{const a=t;e[a(458)][a(589)]((t=>{const e=a;r();const c=e(447)===i[e(588)],u=o[e(486)](n),l=o[e(472)](u),f=c?l[e(568)]-1:l[e(490)]+1,h=u[0][e(502)](e(471)),g=o[e(579)](h,{startRow:f,endRow:f}),d=Array[e(521)](g)[e(456)]((n=>t[e(580)](n[e(487)])));s[e(571)](d,e(595))}))}))}for(const r of[t(555),t(463)]){const i=e[t(601)][t(544)](r);s[t(522)](r,(r=>{const a=t;e[a(458)][a(589)]((t=>{const e=a;r();const c=e(535)===i[e(588)],u=o[e(486)](n),l=o[e(556)](u),f=c?l[e(568)]-1:l[e(490)]+1,h=u[0][e(502)](e(471)),g=o[e(579)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(521)](g)[e(456)]((n=>t[e(580)](n[e(487)])));s[e(571)](d,e(507))}))}))}for(const r of[t(465),t(584)]){const i=r[t(560)](11),a=i[t(540)](),c=a[t(560)](0,3)+t(451),u=t(471)+i,l=t(524)+i,f=t(505)+i;s[t(522)](r,(()=>{const i=t;e[i(458)][i(589)]((t=>{const e=i,h=o[e(486)](n),g=h[0][e(502)](e(471));let d;if(e(465)==r){const t=o[e(472)](h);d={startRow:t[e(568)],endRow:t[e(490)],includeAllSlots:!0}}else{const t=o[e(556)](h);d={startColumn:t[e(568)],endColumn:t[e(490)],includeAllSlots:!0}}const p=o[e(579)](g,d),m=Array[e(521)](p)[e(456)]((({cell:t})=>t)),I=ca(m[e(545)]((t=>t[e(478)](c)))),E=ca(m[e(545)]((t=>!t[e(478)](c))))[e(456)]((n=>t[e(580)](n))),b=s[e(533)](E,u);if(b&&(e(595)==b[e(577)]||e(507)==b[e(577)])){const n=this[e(477)](b);for(const r of I){const s=t[e(580)](r),i=o[e(510)](r),u=r[e(448)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(539)](s)}}}))}))}function c(r){const s=t,o=Array[s(521)](n[s(503)]())[s(456)]((t=>i.LiveRange[s(499)](t)));e[s(458)][s(589)]((t=>{const n=s,i=t[n(515)];r=r[n(545)]((t=>n(575)!=t[n(492)][n(511)])),t[n(479)](r),e[n(601)][n(544)](n(465))[n(508)](),e[n(476)](n(465),{forceDefaultExecution:!0}),e[n(458)][n(449)]((()=>{const t=n;e[t(458)][t(449)](i,(e=>{const n=t,r=o[n(545)]((t=>n(575)!=t[n(492)][n(511)]));r[n(500)]>0&&e[n(479)](r);for(const t of o)t[n(591)]()}))}))}))}function u(r){const s=t;e[s(458)][s(589)]((t=>{const o=s,a=Array[o(521)](n[o(503)]())[o(456)]((t=>i.LiveRange[o(499)](t))),c=[];for(const t of r)for(const e of t[o(457)]({shallow:!0}))c[o(572)](e);for(const n of c)o(575)!=n[o(492)][o(511)]&&(t[o(479)](t[o(541)](n,0)),e[o(601)][o(544)](o(584))[o(508)](),e[o(476)](o(584),{forceDefaultExecution:!0}));const u=a[o(545)]((t=>o(575)!=t[o(492)][o(511)]));u[o(500)]>0&&t[o(479)](u);for(const t of a)t[o(591)]()}))}function l(e,n){const r=t;return n[r(554)]((t=>e[r(534)]((e=>e[r(549)][r(459)](t[r(597)])||t[r(549)][r(459)](e[r(597)])))))}function f(e,n){const r=t;return!e[r(534)]((t=>n[r(534)]((e=>t[r(570)](e)))))&&e[r(534)]((t=>n[r(534)]((e=>t[r(549)][r(470)](e[r(597)])))))}e[t(518)][t(592)].on(t(607),((e,n,r)=>{const s=t;if(!r[s(473)][s(590)])return;const o=n[s(496)];if(!o)return;const i=r[s(567)][s(596)](o);function c(t){return Array[s(603)](t)?t:[t]}i&&s(464)===o[s(602)]&&(0,a.setHighlightHandling)(i,r[s(581)],((t,e,n)=>n[s(506)](c(e[s(455)]),t)),((t,e,n)=>n[s(537)](c(e[s(455)]),t)))}),{priority:t(546)}),s[t(548)][t(594)]((e=>{const n=t;if(n(552)!=e[n(600)]&&n(523)!=e[n(600)])return;const s=e[n(558)]();if(null!=s&&s.is(n(543),n(471))){if(n(552)==e[n(600)]){const t=e[n(457)]()[n(545)]((t=>t.is(n(528))))[n(456)]((t=>t[n(518)]));if(t[n(500)])return{type:n(552),content:zr(r,n(488),zr(r,n(526),'"'+t[n(605)](" ")+'"'))}}if(n(523)==e[n(600)]){const t=e[n(457)]()[n(545)]((t=>t.is(n(528))))[n(456)]((t=>t[n(518)]));if(t[n(500)])return{type:n(523),content:zr(r,n(497),zr(r,n(526),'"'+t[n(605)](" ")+'"'))}}}})),s[t(548)][t(594)]((e=>{const n=t;if(n(595)==e[n(577)]){const t=e[n(457)]()[n(545)]((t=>t.is(n(528))))[n(456)]((t=>t[n(518)])),s=this[n(477)](e),o=s[n(474)]-s[n(564)]+1;if(n(552)==e[n(600)])return t[n(500)]?{type:n(552),content:zr(r,n(488),zr(r,n(484),[o,'"'+t[n(605)](" ")+'"']))}:{type:n(552),content:zr(r,n(488),zr(r,n(587),o))};if(n(523)==e[n(600)])return t[n(500)]?{type:n(523),content:zr(r,n(497),zr(r,n(484),[o,'"'+t[n(605)](" ")+'"']))}:{type:n(523),content:zr(r,n(497),zr(r,n(587),o))}}if(n(507)==e[n(577)]){const t=e[n(457)]()[n(545)]((t=>t.is(n(528))))[n(456)]((t=>t[n(518)])),s=this[n(477)](e),o=s[n(469)]-s[n(531)]+1;if(n(552)==e[n(600)])return t[n(500)]?{type:n(552),content:zr(r,n(488),zr(r,n(514),[o,'"'+t[n(605)](" ")+'"']))}:{type:n(552),content:zr(r,n(488),zr(r,n(504),o))};if(n(523)==e[n(600)])return t[n(500)]?{type:n(523),content:zr(r,n(497),zr(r,n(514),[o,'"'+t[n(605)](" ")+'"']))}:{type:n(523),content:zr(r,n(497),zr(r,n(504),o))}}})),s[t(536)][t(468)](t(552),t(595),t(593),c),s[t(536)][t(468)](t(523),t(595),t(566),c),s[t(536)][t(468)](t(552),t(507),t(593),u),s[t(536)][t(468)](t(523),t(507),t(566),u),s[t(536)][t(468)](t(552),t(507),t(605),l),s[t(536)][t(468)](t(523),t(507),t(605),l),s[t(536)][t(468)](t(552),t(595),t(605),f),s[t(536)][t(468)](t(523),t(595),t(605),f)}[oa(578)](){const t=oa,e=this[t(574)],n=e[t(458)][t(525)][t(559)];return(r,s)=>{const o=t;e[o(458)][o(589)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(549)][a(530)];u&&u[0]&&!1===u[0][a(563)]&&(l=r[0][a(597)][a(532)]);const f=t[a(466)](l);if(a(575)==f[a(492)][a(511)])return;const h=Array[a(521)](n[a(503)]())[a(456)]((t=>i.LiveRange[a(499)](t)));t[a(479)](f),e[a(601)][a(544)](c)[a(508)](),u[a(572)]({forceDefaultExecution:!0}),e[a(476)](c,...u);const g=h[a(545)]((t=>a(575)!=t[a(492)][a(511)]));g[a(500)]>0&&t[a(479)](g);for(const t of h)t[a(591)]()}))}}[oa(495)](t){const e=oa,n=this[e(574)][e(529)][e(544)](e(516));let r=Number[e(454)],s=Number[e(493)],o=Number[e(454)],i=Number[e(493)];for(const a of t){if(e(575)==a[e(492)][e(511)])continue;const{row:t,column:c}=n[e(510)](a),u=a[e(478)](e(480))?a[e(448)](e(480))-1:0,l=a[e(478)](e(565))?a[e(448)](e(565))-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(462)](){const t=oa,e=this[t(574)],n=e[t(529)][t(544)](t(606)),r=e[t(529)][t(544)](t(516));e[t(458)][t(525)].on(t(467),(()=>{const r=t,s=Array[r(521)](e[r(458)][r(525)][r(491)][r(573)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(553)](t);if(r(481)!=s)continue;if(null!=e[r(483)])continue;const a=n[r(562)](o);this[r(576)][r(461)](i)&&this[r(485)][r(542)](a)}}),{priority:t(512)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(580)](e),a=e[s(502)](s(471)),c=r[s(510)](e);for(const t of this[s(485)]){const n=t[s(577)],r=n[s(598)](s(519)),u=n[s(560)](r?10:5),l=u[s(540)](),f=l[s(560)](0,3)+s(451),h=s(524)+u,g=s(505)+u;if(!t[s(452)])continue;if(a!=t[s(460)]()[s(597)][s(502)](s(471)))continue;if(t[s(557)](i))continue;const d=e[s(478)](f)?e[s(448)](f)-1:0,p=this[s(477)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(539)](i),o=!0)}return o};e[t(458)][t(525)][t(513)]((n=>{const r=t;let o=!1;for(const t of e[r(458)][r(525)][r(491)][r(517)]())if(r(520)==t[r(600)])if(r(595)==t[r(602)])for(const e of t[r(494)][r(532)][r(498)]())o=o||s(e,n);else r(464)==t[r(602)]&&(o=o||s(t[r(494)][r(532)],n));return o}))}[oa(477)](t){const e=oa;return this[e(495)](t[e(503)]()[e(456)]((t=>t[e(597)][e(532)])))}}function ca(t){const e=oa;return Array[e(521)](new Set(t)[e(561)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=188]})(t,e)}function fa(){const t=["rootName","_areSelectedCellsMergable","getAncestors","editor","createRangeOn","trackChanges","push","getSuggestions","3052060wksziU","plugins","_areMergableCells","mergeTableCellDown","formatBlock","971214dYrFOV","change","map","get","956694ZTfXKp","subType","6862830bTEpkh","from","1878504liyurC","*Split cell:* vertically","deletion","selection","forceDefaultExecution","TrackChangesEditing","find","5230572LPojdR","set:isEnabled","splitTableCellVertically","TableUtils","insertion","fromRange","tableCell","setSelection","_isForcedDefaultExecutionBlock","table","35qwjLrJ","refresh","createTableWalker","getRanges","3lAHQzF","locale","TableEditing","accept","has","mergeTableCellRight","registerCustomCallback","findAncestor","mergeTableCells","*Merge cells*","horizontally","mergeTableCellUp","direction","execute","element","size","author","343704StJJsB","mergeTableCellLeft","return","markBlockFormat","length","splitTableCellHorizontally","model","cell","type","getSelectionAffectedTableCells","containsRange","_suggestionFactory","getFirstPosition","detach","*Split cell:* horizontally","format","descriptionFactory","isInContent","commandName","afterInit","value","root","isEnabled","enableCommand","document","registerDescriptionCallback","markMultiRangeBlockFormat","getCellLocation","filter","add","requires","$graveyard","formatInline","18fiuDpz","_tablePostFixingSubtypes","_acceptFormatSuggestionCallbackFactory","commands","low","highest","stop"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(865783===-parseInt(n(188))/1+-parseInt(n(234))/2*(parseInt(n(217))/3)+-parseInt(n(203))/4+parseInt(n(282))/5+parseInt(n(192))/6+parseInt(n(213))/7*(parseInt(n(196))/8)+parseInt(n(267))/9*(parseInt(n(194))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(264)](){return[aa]}[ua(253)](){const t=ua,e=this[t(277)],n=e[t(240)][t(258)][t(199)],r=e[t(218)];if(!e[t(283)][t(221)](t(219)))return;const s=e[t(283)][t(191)](t(201)),o=e[t(283)][t(191)](t(206)),a=e[t(283)][t(191)](aa);a[t(268)][t(280)](t(225)),s[t(257)](t(225),(()=>{const n=t,r=o[n(243)](e[n(240)][n(258)][n(199)]);e[n(240)][n(189)]((()=>{const t=n;s[t(260)](r,{commandName:t(225),commandParams:[]},[],t(225))}))})),e[t(270)][t(191)](t(225)).on(t(230),((n,r)=>{const o=t;e[o(270)][o(191)](o(279))[o(254)]&&(r[o(238)]>0&&r[r[o(238)]-1]&&r[r[o(238)]-1][o(200)]||s[o(211)]||this[o(275)]()||n[o(273)]())}),{priority:t(272)});for(const n of[t(228),t(222),t(285),t(235)]){const r=e[t(270)][t(191)](n);s[t(257)](n,(()=>{const n=t,o=e[n(240)][n(258)][n(199)][n(246)]()[n(276)]()[n(202)]((t=>t.is(n(231),n(209)))),i=r[n(254)];e[n(240)][n(189)]((()=>{const t=n;s[t(260)]([o,i],{commandName:t(225),commandParams:[]},[],t(225))}))}))}for(const n of[t(205),t(239)]){const r=e[t(270)][t(191)](n);s[t(257)](n,(()=>{const i=t,a=o[i(243)](e[i(240)][i(258)][i(199)])[0],c=a[i(224)](i(212)),{column:u,row:l}=o[i(261)](a);let f=[];if(i(227)==r[i(229)]){const t=o[i(215)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(195)](t)[i(190)]((t=>t[i(241)]))}else{const t=o[i(215)](c,{column:u,includeAllSlots:!0});f=Array[i(195)](t)[i(190)]((t=>t[i(241)]))}e[i(240)][i(189)]((t=>{const e=i;s[e(237)](t[e(278)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(250)][t(259)]((e=>{const n=t;if(n(286)!=e[n(242)]&&n(266)!=e[n(242)])return;const{data:s}=e;return s&&n(225)==s[n(252)]?{type:n(249),content:zr(r,n(226))}:void 0})),s[t(250)][t(259)]((e=>{const n=t;if(n(286)!=e[n(242)]&&n(266)!=e[n(242)])return;const{data:s}=e;return s?n(205)==s[n(252)]?{type:n(249),content:zr(r,n(197))}:n(239)==s[n(252)]?{type:n(249),content:zr(r,n(248))}:void 0:void 0}));const c=a[t(269)]();for(const e of[t(228),t(222),t(285),t(235)])s[t(245)][t(223)](t(286),e,t(220),c);for(const e of[t(205),t(239)])s[t(245)][t(223)](t(286),e,t(220),c);s[t(245)][t(223)](t(286),t(225),t(220),(r=>{const s=t;e[s(240)][s(189)]((t=>{const o=s,a=Array[o(195)](n[o(216)]())[o(190)]((t=>i.LiveRange[o(208)](t)));t[o(210)](r),e[o(270)][o(191)](o(225))[o(214)](),e[o(230)](o(225),{forceDefaultExecution:!0});const c=a[o(262)]((t=>o(265)!=t[o(255)][o(274)]));c[o(238)]>0&&t[o(210)](c);for(const t of a)t[o(247)]()}))}));for(const n of[t(228),t(285),t(235),t(222)]){const r=e[t(270)][t(191)](n);r.on(t(204),((n,s,o)=>{const i=t;if(o){const t=e[i(240)][i(258)][i(199)][i(246)]()[i(276)]()[i(202)]((t=>t.is(i(231),i(209))));this[i(284)](r[i(254)],t)||(n[i(236)]=!1,n[i(273)]())}}),{priority:t(271)})}}[ua(275)](){const t=ua,e=this[t(277)][t(270)][t(191)](t(225)),n=this[t(277)][t(283)][t(191)](t(206));if(!e[t(256)])return!1;const r=n[t(243)](this[t(277)][t(240)][t(258)][t(199)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(284)](e,n))return!1;return!0}[ua(284)](t,e){const n=ua,r=this[n(277)][n(283)][n(191)](n(201)),s=this[n(277)][n(240)][n(278)](t),o=this[n(277)][n(240)][n(278)](e),i=new Set,a=new Set;for(const t of r[n(281)]())if((n(207)==t[n(242)]||n(198)==t[n(242)]||n(225)==t[n(193)])&&t[n(251)])for(const e of t[n(216)]())e[n(244)](s,!0)&&i[n(263)](t[n(242)]+":"+t[n(233)].id),e[n(244)](o,!0)&&a[n(263)](t[n(242)]+":"+t[n(233)].id);if(i[n(232)]!=a[n(232)])return!1;for(const t of i)if(!a[n(221)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=418]})(t,e)}function pa(){const t=["end","consume","downcastDispatcher","locale","data","_acceptFormatSuggestionCallbackFactory","7612623IxVrsv","_suggestionFactory","1695810vbTaps","setTableRowHeader","ck-suggestion-marker-","enableDefaultAttributesIntegration","nodeBefore","unbindElementFromMarkerName","FORMAT_REGULAR_COLUMN","headingRows","*Format:* %0","includes","data-suggestion","TableUtils","getSuggestion","options","bindElementToMarker","markerNameToElements","setAttribute","registerCustomCallback","has","registerBlockAttribute","plugins","addMarker:suggestion","editor","name","25341600pPhOjK","commandName","activeMarkers","registerAttributeLabel","mapper","removeMarker:suggestion","registerDescriptionCallback","accept","removeClass","toViewElement","setTableColumnHeader","stop","forceValue","showSuggestionHighlights","start","afterInit","_splitMarkerName","headingColumns","TrackChangesEditing","removeAttribute","_handleLegacySuggestions","20896bbeJOX","markerName","getCellLocation","item","_registerLegacyDescription","formatBlock","ck-suggestion-marker--active","format","commandParams","requires","highest","descriptionFactory","FORMAT_REGULAR_ROW","nodeAfter","8041048IcbTnH","625NyEmhm","FORMAT_HEADER_ROW","FORMAT_HEADER_COLUMN","writer","get","parent","1298762Uvgtsc","editing","TableEditing","481401zyiiFS","1peYlit","consumable","markerRange","cell","addClass","type","7TGOxyL","createTableWalker"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(808969===-parseInt(n(465))/1*(parseInt(n(461))/2)+-parseInt(n(464))/3+parseInt(n(440))/4*(parseInt(n(455))/5)+parseInt(n(481))/6+parseInt(n(471))/7*(-parseInt(n(454))/8)+-parseInt(n(479))/9+parseInt(n(419))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(449)](){return[aa]}[ga(434)](){const t=ga,e=this[t(503)];if(!e[t(501)][t(499)](t(463)))return;const n=e[t(476)],r=e[t(501)][t(459)](t(437));r[t(484)](t(482)),r[t(484)](t(429)),r[t(500)](t(488)),r[t(500)](t(436)),r[t(451)][t(422)](t(488),zr(n,t(456))),r[t(451)][t(422)](t(436),zr(n,t(457))),this[t(439)]()}[ga(439)](){const t=ga,e=this[t(503)][t(501)][t(459)](t(437)),n=this[t(503)][t(501)][t(459)](t(492)),r=this[t(503)][t(501)][t(459)](aa)[t(478)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(435)](o[a(441)]),l=e[a(493)](u),f=l[a(477)];if(a(445)!=l[a(470)]||!f||a(429)!=f[a(420)])return;if(o[a(443)])return void s[a(430)]();if(!i[a(466)][a(474)](o[a(467)],s[a(418)]))return;const h=o[a(467)][a(433)][a(453)],g=o[a(467)][a(473)][a(485)],d=h[a(460)][a(460)],{column:p}=n[a(442)](h),{column:m}=n[a(442)](g);for(let s=p;s<=m;s++){const l=n[a(472)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(468)],l=i[a(423)][a(428)](s);i[a(458)][a(469)](a(483)+c,l),r&&i[a(458)][a(497)](a(491),u,l),i[a(423)][a(495)](l,o[a(441)]),t&&(e[a(421)][a(490)](o[a(441)])?i[a(458)][a(469)](a(446),l):i[a(458)][a(427)](a(446),l))}}}}e[t(480)][t(498)](t(445),t(482),t(426),r),e[t(480)][t(498)](t(445),t(429),t(426),r),this[t(503)][t(462)][t(475)].on(t(502),s(),{priority:t(450)}),this[t(503)][t(477)][t(475)].on(t(502),((e,n,r)=>{const o=t;r[o(494)][o(432)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(450)}),this[t(503)][t(462)][t(475)].on(t(424),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(435)](r[o(441)]),c=e[o(493)](a),u=c[o(477)];if(o(445)!=c[o(470)]||!u||o(429)!=u[o(420)])return;const l=s[o(423)][o(496)](r[o(441)]);if(l)for(const t of l)s[o(458)][o(427)](o(483)+i,t),s[o(458)][o(427)](o(446),t),s[o(458)][o(438)](o(491),t),s[o(423)][o(486)](t,r[o(441)])}),{priority:t(450)}),this[t(444)]()}[ga(444)](){const t=ga,e=this[t(503)],n=e[t(476)];function r(e){const r=t;return{type:r(447),content:zr(n,r(489),e)}}e[t(501)][t(459)](t(437))[t(451)][t(425)]((e=>{const s=t;if(s(445)!=e[s(470)])return;const{data:o}=e;if(o){if(s(482)==o[s(420)]){const t=o[s(448)][0][s(431)];return r(zr(n,s(t?456:452)))}if(s(429)==o[s(420)]){const t=o[s(448)][0][s(431)];return r(zr(n,s(t?457:487)))}}}))}}const Ia=Ea;function Ea(t,e){const n=ba();return(Ea=function(t,e){return n[t-=116]})(t,e)}function ba(){const t=["suggestion","columnInsertionIndexes","keys","380151JgbyRf","cells","_splitMarkerName","markerName","fromEntries","suggestionUnloaded","rootName","root","deletion","getRowIndexes","change","_getCoordsForCells","set","getItems","44RtnfCh","_createdBatches","remove","model","rowInsertionRanges","TableUtils","oldRange","get","tablePasteRow","tableCellBorderWidth","18JVRSEc","tablePasteColumn","suggestion:formatBlock:tablePasteCell","tableCellVerticalAlignment","name","paragraph","editor","low","conversion","join","row","isInContent","options","map","removeRows","insertContent","fromRange","document","tableCellPadding","updateMarker","columnInsertionRanges","type","afterInit","_isForcedDefaultExecutionBlock","createPositionBefore","last","getRanges","markers","registerDescriptionCallback","markMultiRangeInsertion","containsRange","end","every","tableCellSuggestion","removeMarkers","detach","wrap","_tablePostFixingSubtypes","$graveyard","removeMarker","8GFszyr","editing","listenTo","trackChanges","rowInsertionIndexes","markerToHighlight","tableCellBorderStyle","move","element","reduce","findAncestor","column","previous","111199WuLPFE","rows","endRow","createElement","getChanges","locale","isEqual","TableClipboard","1092dTjkeN","isEmpty","author","showSuggestionHighlights","getChild","entries","plugins","startsWith","deletionRanges","cell","getSuggestion","some","hasSuggestion","markerAttributes","tablePasteChainId","getRows","createTableWalker","registerCustomCallback","125870lAoBLU","getSuggestions","includes","markMultiRangeBlockFormat","discard","value","tableCell","requires","4bMQTKs","tableCellBorderColor","tablePasteCell","258RCXrtX","TrackChangesEditing","push","first","getMarkers","for","nextSibling","_suggestionFactory","4198159YwZGhJ","position","suggestionLoaded","newRange","length","dataDowncast","insertRows","getTableIfOnlyTableInContent","selection","table","removeColumns","descriptionFactory","formatBlock","nodeAfter","filter","getContainedElement","registerPostFixer","createRangeIn","getShiftedBy","setAttribute","tableCellBackgroundColor","createRange","clipboardOutput","commands","131085fnyrbd","attributes","from","return","getColumns","createRangeOn","fill","168pTjfZU","insertion","batch","activeMarkers","next","schema","Users","editingDowncast","ck-suggestion-marker--active","ck-suggestion-marker","getSelectionAffectedTableCells","suggestion-td","getSuggestionCallback","markMultiRangeDeletion","21323ORjuiJ","setAttributes","has","call","subType","insert","stop","*Replace table cells*","register","documentSelection","getChildren","previousSibling","unwrap","ck-suggestion-marker-insertion","getAttributes","content","add","tableCellHorizontalAlignment","start","forceDefaultExecution","_replaceTableSlotCell","accept","differ","view","elementToElement","insertColumns","forEach","3169205mUBfUE","getChangedMarkers","getColumnIndexes","getAllAdjacentSuggestions","find","getRange","redo","high","endColumn","columns","tablePaste","insertionRanges"];return(ba=function(){return t})()}!function(t,e){const n=Ea,r=t();for(;;)try{if(595648===-parseInt(n(142))/1*(-parseInt(n(198))/2)+-parseInt(n(184))/3*(parseInt(n(295))/4)+parseInt(n(121))/5*(-parseInt(n(298))/6)+parseInt(n(306))/7*(-parseInt(n(248))/8)+-parseInt(n(208))/9*(parseInt(n(287))/10)+-parseInt(n(261))/11*(parseInt(n(269))/12)+-parseInt(n(169))/13*(-parseInt(n(128))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ba);const Ta=[Ia(207),Ia(296),Ia(254),Ia(159),Ia(211),Ia(117),Ia(226)],_a=Object[Ia(188)](Ta[Ia(221)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(294)](){return[aa]}[Ia(230)](){const t=Ia,n=this[t(214)];if(!n[t(275)][t(144)](t(268)))return;const r=n[t(275)][t(205)](t(299)),s=n[t(275)][t(205)](t(203)),o=n[t(275)][t(205)](aa),a=n[t(275)][t(205)](t(268));o[t(245)][t(300)](t(206),t(209)),n[t(201)][t(133)][t(150)](t(241),{allowIn:t(293),allowContentOf:t(293),isLimit:!0}),n[t(216)][t(166)]({model:t(241),view:t(139)});let c=null;n[t(201)].on(t(223),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(310)]-1];h&&h[u(161)]||r[u(231)]||this[u(214)][u(120)][u(205)](u(251))[u(292)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(151)))return!1;const i=s[o(313)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(138)](n[o(225)][o(314)]);if(!a[o(310)])return!1;const c=a[0][o(258)](o(315)),l=r[o(193)](a),f=r[o(171)](a),h={startRow:l[o(301)],endRow:l[o(233)],startColumn:f[o(301)],endColumn:f[o(233)]};return 1==a[o(310)]&&(h[o(263)]+=r[o(284)](i)-1,h[o(177)]+=r[o(125)](i)-1),ka(c,h,r)}(l,f,n[u(201)],s,a)&&(o[u(148)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(201)][u(194)]((()=>{const t=u;n[t(201)][t(223)](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(310)]&&r[t(237)](o,t(206),{tablePasteChainId:s}),a[t(310)]&&r[t(237)](a,t(209),{tablePasteChainId:s}),l[t(310)]&&(r[t(237)](l,t(179),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(168)]((e=>{const n=t;var r;return null===(r=e[n(243)])||void 0===r?void 0:r[n(145)](e)}))),f[t(310)]&&(r[t(141)](f,t(179),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(168)]((e=>{const n=t;var r;return null===(r=e[n(243)])||void 0===r?void 0:r[n(145)](e)})));const g=r[t(290)](h[t(221)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(297),{tablePasteChainId:s});if(g){const e=g[t(302)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(201)][t(126)](s),a=e[t(173)]((e=>e[t(174)]()[t(267)](i)));a&&r[t(300)]([a[t(212)],o])}r[t(310)]&&g[t(116)](t(282),Object[t(188)](r))}c=null})))}),{priority:e.priorities[t(176)]+10}),n[t(275)][t(205)](t(268)).on(t(162),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(148)]();const u=s[r(278)],l=o,f=Aa(u),h=Aa(l);e[r(124)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(200)](u[r(273)](0));for(const t of Array[r(123)](l[r(152)]()))a[r(147)](t,u,r(239));const t=c[r(252)][r(289)](s[r(218)]),e=c[r(182)][r(289)](s[r(259)]);t||e||(g=i.LiveRange[r(224)](a[r(323)](u)))}else h&&!f&&(d=a[r(323)](u));else{const t=a[r(264)](r(241)),e=a[r(264)](r(241));a[r(244)](a[r(323)](u),e),a[r(147)](t,u,0);for(const e of Array[r(123)](l[r(152)]()))a[r(147)](e,t,r(239));g=i.LiveRange[r(224)](a[r(126)](t)),d=i.LiveRange[r(224)](a[r(126)](e))}const p=Array[r(123)](l[r(156)]())[r(320)]((([t])=>Ta[r(289)](t)));c[r(185)][r(300)]({element:u,attributes:p[r(310)]?Object[r(188)](p):null}),g&&c[r(180)][r(300)](g),d&&c[r(277)][r(300)](d)}),{priority:t(176)}),s.on(t(167),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(178)]||1;c[o(182)]=new Array(l)[o(127)](u)[o(221)](((t,e)=>t+e));for(const{cell:t}of s[o(285)](i,{startColumn:u,endColumn:u+l-1}))c[o(228)][o(300)](n[o(201)][o(126)](t))}),{priority:t(215)}),s.on(t(312),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(262)]||1;c[o(252)]=new Array(l)[o(127)](u)[o(221)](((t,e)=>t+e));for(const{cell:t}of s[o(285)](i,{startRow:u,endRow:u+l-1}))c[o(202)][o(300)](n[o(201)][o(126)](t))}),{priority:t(215)}),r[t(317)][t(236)]((e=>{const r=t;if(e[r(146)]&&e[r(146)][r(276)](r(179)))return e[r(260)]?{}:{type:r(129),content:zr(n[r(266)],r(149))}}));const u=()=>!1;for(const e of[t(179),t(209),t(206),t(297)])r[t(305)][t(286)](t(129),e,t(217),u),r[t(305)][t(286)](t(192),e,t(217),u),r[t(305)][t(286)](t(318),e,t(217),u);r[t(305)][t(286)](t(318),t(297),t(291),u),r[t(305)][t(286)](t(318),t(297),t(163),((e,r,s)=>{const o=t,i=e[o(221)]((t=>t[o(321)]()))[o(320)]((t=>t)),a=new Map(i[o(221)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(185)])e&&a[o(196)](t,e);else if(s&&s[o(282)])for(const[t,e]of Object[o(274)](s[o(282)])){const r=n[o(201)][o(235)][o(205)](t),s=r?r[o(174)]()[o(321)]():null;s&&a[o(196)](s,e)}n[o(201)][o(194)]((t=>{const e=o;for(const[n,r]of a)t[e(143)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(305)][o(286)](e,o(179),s,((t,i,a)=>{const c=o;n[c(201)][c(194)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(160)][o(319)];t.is(o(256),o(241))&&u[o(300)](t)}r[o(305)][o(140)](e,null,s)(t,i,a);for(const t of u)o(246)!=t[o(191)][o(190)]&&n[o(154)](t)}))}))};l(t(129),t(163)),l(t(129),t(291)),l(t(192),t(163)),l(t(192),t(291)),r[t(305)][t(286)](t(129),t(206),t(291),(e=>{const n=t,r=e[n(221)]((t=>t[n(321)]())),i=r[0][n(258)](n(315)),{minRow:a,maxRow:c}=o[n(195)](r);s[n(222)](i,{at:a,rows:c-a+1})})),r[t(305)][t(286)](t(129),t(209),t(291),(e=>{const n=t,r=e[n(221)]((t=>t[n(321)]())),i=r[0][n(258)](n(315)),{minColumn:a,maxColumn:c}=o[n(195)](r);s[n(316)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(146)]||!n[s(146)][s(276)](s(179)))return;const o=n[s(122)][s(283)],i=r[s(288)]()[s(320)]((t=>t[s(219)]&&t[s(122)]&&t[s(122)][s(283)]==o));i[s(310)]&&n[s(172)]()[s(310)]!=i[s(310)]&&i[s(257)](((t,e)=>(t[s(132)]=e,e[s(260)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(186)](e[s(187)]),i=[s(137),s(155)],a=r[s(131)][s(289)](e[s(187)]);return a&&i[s(300)](s(136)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(308),f,{priority:t(176)}),r.on(t(189),f,{priority:t(176)}),n[t(201)][t(225)][t(322)]((()=>{const e=t;let s=!1;const o=Array[e(123)](n[e(201)][e(225)][e(164)][e(170)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(186)](t);if(e(181)!=o||e(192)!=a||i[e(204)])continue;if(!r[e(281)](c))continue;const u=r[e(279)](c)[e(234)](),l=n[e(275)][e(205)](e(134)).me;for(const t of r[e(288)]())if(t[e(219)]&&t[e(271)]==l&&e(318)==t[e(229)]&&e(297)==t[e(146)]&&t[e(234)]()[e(240)]((t=>u[e(280)]((n=>n[e(238)](t,!0))))))for(const n of t[e(172)]())n[e(219)]&&(n[e(291)](),s=!0)}return s})),n[t(201)][t(225)][t(322)]((e=>{const s=t,o=n[s(120)][s(205)](s(175));if(!o||!o[s(199)][s(144)](e[s(130)]))return!1;let i=!1;const a=n[s(275)][s(205)](s(134)).me,c=n[s(201)][s(225)][s(164)][s(265)](),u=Array[s(123)](n[s(201)][s(225)][s(164)][s(170)]())[s(320)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(186)](t);return n(181)==o&&n(179)==i&&c==a.id&&!e[n(204)]}));for(const t of c){if(s(147)!=t[s(229)]||s(241)!=t[s(212)]||1!=t[s(310)])continue;const n=e[s(118)](t[s(307)],t[s(307)][s(324)](1));if(!u[s(173)]((({data:t})=>t[s(309)][s(267)](n))))for(const{name:t,data:r}of u)if(n[s(238)](r[s(309)])){e[s(227)](t,{range:n}),i=!0;break}}return i})),n[t(201)][t(225)][t(322)]((e=>{const s=t;let o=!1;const i=n[s(275)][s(205)](s(134)).me,a=r[s(288)]()[s(320)]((t=>t[s(219)]&&t[s(271)]==i)),c=new Set,u=new Set;for(const t of a)if(s(179)==t[s(146)])for(const e of t[s(302)]()){const n=e[s(174)]()[s(321)]();if(n)if(n.is(s(256),s(241))&&Aa(n)){t[s(247)](e[s(212)]),c[s(158)](n),o=!0;const r=n[s(304)],i=n[s(153)],a=r&&r.is(s(256),s(241)),l=i&&i.is(s(256),s(241));a&&!c[s(144)](r)&&u[s(158)](r),l&&!c[s(144)](i)&&u[s(158)](i)}else n.is(s(256),s(213))&&n[s(270)]&&(t[s(247)](e[s(212)]),o=!0)}else if(s(297)==t[s(146)]){if(!t[s(122)]||!t[s(122)][s(283)])continue;const e=t[s(122)][s(282)];if(e&&Object[s(183)](e)[s(310)])continue;const n=t[s(122)][s(283)];let r=!0,i=!0;for(const e of a)if(e[s(146)]&&e[s(146)][s(276)](s(179))){if(!e[s(122)][s(283)]){i=!1;break}if(e.id!=t.id&&e[s(122)][s(283)]==n){r=!1;break}}i&&r&&(t[s(242)](),o=!0)}for(const t of c)e[s(200)](t);for(const t of u)e[s(154)](t);return o})),n[t(216)][t(303)](t(135))[t(253)]({model:t(210),view:(t,e)=>h(t),converterPriority:t(176)}),n[t(216)][t(303)](t(311))[t(253)]({model:t(210),view:(e,n)=>n[t(220)][t(272)]?h(e,!1):null,converterPriority:t(176)});const g=n[t(249)][t(165)];this[t(250)](g[t(225)],t(119),((e,n)=>{const r=t,s=[];for(const t of g[r(323)](n[r(157)])[r(197)]())t.is(r(256),r(139))&&s[r(300)](t);g[r(194)]((t=>{const e=r;for(const n of s)t[e(255)](t[e(323)](n),t[e(232)](n)),t[e(200)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(270)])return!0;const n=t[e(273)](0);return n.is(e(256),e(213))&&n[e(270)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(285)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=La();return(Ca=function(t,e){return n[t-=294]})(t,e)}const Na=Ca;function La(){const t=["enableCommand","formatGroupId","424WknmAT","commandParams","17766qUNMGh","60poUHuo","getColumnGroupElement","getTableColumnsWidths","subType","model","registerCustomCallback","_suggestionFactory","2219193QYHMVP","markBlockFormat","16RusERX","56770crXofG","bind","formatInline","selection","2175672UGWtif","Users","table","columnWidths","accept","14YmmCnh","121xJWOaX","format","getSuggestions","locale","TableColumnResizeEditing","TrackChangesEditing","author","formatBlock","getSelectedElement","afterInit","get","247554vWhtcb","handleSuggestionDescription","registerDescriptionCallback","descriptionFactory","tableWidth","change","editor","getSuggestionCallback","130KLBRoO","resizeTableWidth","getAttribute","resizeTable","161270cwOPmk","getContainedElement","1373086CsFNqr","handleResizeTableWidthCommand","discard","*Format:* resize table","document","data","has","plugins","type"];return(La=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(706705===-parseInt(n(298))/1*(-parseInt(n(317))/2)+-parseInt(n(349))/3+parseInt(n(315))/4*(parseInt(n(328))/5)+parseInt(n(332))/6*(-parseInt(n(337))/7)+parseInt(n(327))/8*(-parseInt(n(325))/9)+parseInt(n(302))/10*(parseInt(n(338))/11)+parseInt(n(318))/12*(-parseInt(n(304))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Na(347)](){const t=Na;if(!this[t(296)][t(311)][t(310)](t(342)))return;const e=this[t(296)][t(311)][t(348)](t(343));e[t(313)](t(299),this[t(305)][t(329)](this)),e[t(324)][t(323)](t(345),t(301),t(336),e[t(324)][t(297)](t(345),null,t(306))),e[t(324)][t(323)](t(345),t(301),t(306),e[t(324)][t(297)](t(345),null,t(336))),e[t(352)][t(351)](this[t(350)][t(329)](this))}[Na(305)](t,e){const n=Na,r=this[n(296)][n(311)][n(348)](n(343)),s=this[n(296)][n(311)][n(348)](n(342)),o=e[n(334)]||this[n(296)][n(322)][n(308)][n(331)][n(346)]();this[n(296)][n(322)][n(295)]((()=>{const i=n,a=s[i(319)](o);let c=a?s[i(320)](a):null,u=o[i(300)](i(294))||null;const l=e[i(294)]||u,f=e[i(335)]||c,h=this[i(296)][i(311)][i(348)](i(333)).me;for(const t of r[i(340)]()){const e=t[i(303)]();if(i(301)===t[i(321)]&&e===o){t[i(344)]!==h&&t[i(306)]();const e=t[i(309)][i(316)];u=e[0][i(294)],c=e[0][i(335)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(326)](o,{commandName:i(299),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(301)},[],i(301))}))}[Na(350)](t){const e=Na;if(e(345)!=t[e(312)]&&e(330)!=t[e(312)])return;const{data:n}=t;if(n&&e(301)===n[e(314)]){const t=e(307);return{type:e(339),content:zr(this[e(296)][e(341)],t)}}}}const Sa=va;function Ma(){const t=["5268ZaulGr","213BEXZoc","has","6877890TRLuKT","3068835mMQnYc","get","enableCommand","Template","7628256TCxnIw","insertTemplate","TrackChangesEditing","3744648KJqHfP","5415893MMpWEl","5700006hJhJog","plugins","editor","afterInit","5KYGtEs"];return(Ma=function(){return t})()}function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=va,r=t();for(;;)try{if(700243===parseInt(n(179))/1*(parseInt(n(178))/2)+parseInt(n(182))/3+-parseInt(n(189))/4+parseInt(n(177))/5*(parseInt(n(181))/6)+-parseInt(n(190))/7+-parseInt(n(186))/8+parseInt(n(191))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class wa extends t.Plugin{[Sa(194)](){const t=Sa,e=this[t(193)];e[t(192)][t(180)](t(185))&&e[t(192)][t(183)](t(188))[t(184)](t(187))}}const Oa=Da;function Da(t,e){const n=Fa();return(Da=function(t,e){return n[t-=499]})(t,e)}function Fa(){const t=["ELEMENT_TABLE_OF_CONTENTS","tableOfContents","24uxrvVi","663565AZjMvC","locale","3XopMyZ","plugins","insertTableOfContents","437444kqCBmm","descriptionFactory","269200qgFClS","registerElementLabel","2096492tSibja","afterInit","10977846mnAiNE","1296460BgGVoF","enableCommand","9glgrif","editor","commands","5sEDwQi","1273120uFizmG","TrackChangesEditing","get"];return(Fa=function(){return t})()}!function(t,e){const n=Da,r=t();for(;;)try{if(334564===parseInt(n(503))/1+-parseInt(n(510))/2*(parseInt(n(505))/3)+-parseInt(n(512))/4*(-parseInt(n(520))/5)+-parseInt(n(502))/6*(-parseInt(n(508))/7)+-parseInt(n(521))/8*(-parseInt(n(517))/9)+-parseInt(n(515))/10+-parseInt(n(514))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[Oa(513)](){const t=Oa,e=this[t(518)];if(!e[t(519)][t(499)](t(507)))return;e[t(506)][t(499)](t(522))[t(516)](t(507));const n=e[t(506)][t(499)](t(522)),r=e[t(504)];n[t(509)][t(511)](t(501),(e=>zr(r,t(500),e)))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=424]})(t,e)}function Ua(){const t=["257758kUNCJN","30fUxEfY","newRange","title-content","isCollapsed","suggestion","schema","270GLgXDN","isTouching","2642184ULUHuj","start","element","has","3528965maQLPx","registerElementLabel","removeMarker","getChangedMarkers","model","5088171hWGlRV","1456mrlsxe","ELEMENT_TITLE","isEqual","from","32AmYnjT","get","descriptionFactory","end","TrackChangesEditing","forward","differ","plugins","registerPostFixer","afterInit","locale","getNearestSelectionRange","8tGzuPw","createRange","updateMarker","editor","Title","411396KdDsBx","30Tvxgrr","document","867144mQcjGJ","166817PAIpIl","nodeBefore","_splitMarkerName"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(720690===parseInt(n(437))/1+-parseInt(n(441))/2*(parseInt(n(435))/3)+parseInt(n(429))/4*(-parseInt(n(454))/5)+parseInt(n(448))/6*(-parseInt(n(438))/7)+-parseInt(n(464))/8*(-parseInt(n(450))/9)+-parseInt(n(442))/10*(parseInt(n(459))/11)+-parseInt(n(434))/12*(-parseInt(n(460))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(426)](){const t=xa,e=this[t(432)];if(!e[t(424)][t(453)](t(433)))return;const n=e[t(424)][t(465)](t(468));n[t(466)][t(455)](t(444),(()=>zr(e[t(427)],t(461)))),e[t(458)][t(436)][t(425)]((r=>{const s=t;let o=!1;const i=Array[s(463)](e[s(458)][s(436)][s(470)][s(457)]());for(const{name:t,data:a}of i){const{group:i}=n[s(440)](t);if(s(446)!==i||!a[s(443)])continue;const c=a[s(443)],u=c[s(467)][s(439)];if(!u||!u.is(s(452),s(444)))continue;if(!c[s(451)][s(449)](c[s(467)]))continue;const l=e[s(458)][s(447)][s(428)](c[s(467)],s(469));if(l&&l[s(445)]){const e=r[s(430)](c[s(451)],l[s(451)]);e[s(462)](c)||(r[s(431)](t,{range:e}),o=!0)}o||(r[s(456)](t),o=!0)}return o}))}}const Ga=Ha;!function(t,e){const n=Ha,r=t();for(;;)try{if(505829===parseInt(n(198))/1+-parseInt(n(199))/2+parseInt(n(189))/3+parseInt(n(205))/4*(parseInt(n(192))/5)+-parseInt(n(193))/6*(parseInt(n(196))/7)+parseInt(n(200))/8+parseInt(n(195))/9*(-parseInt(n(201))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class Va extends t.Plugin{[Ga(202)](){const t=Ga,e=this[t(191)],n=e[t(194)][t(208)](t(190));e[t(194)][t(197)](t(206))&&(n[t(204)](t(207)),n[t(204)](t(203)))}}function Ha(t,e){const n=za();return(Ha=function(t,e){return n[t-=189]})(t,e)}function za(){const t=["UndoEditing","undo","get","1647201MarbCp","TrackChangesEditing","editor","6095FnwGMI","114GlKJfB","plugins","1497141UVBNFm","70119ILPTgl","has","574084qTeOoR","636918ggNzHL","121152tKsnJR","10lHzwVJ","afterInit","redo","enableCommand","140BXSanI"];return(za=function(){return t})()}const Wa=Ka;function Ka(t,e){const n=qa();return(Ka=function(t,e){return n[t-=374]})(t,e)}function qa(){const t=["408287byqkct","TrackChangesEditing","16299yYVorP","afterInit","193519nPrfzT","get","10882984HRXzWY","has","14WgdZwC","50PnDeSW","toggleTableCaption","3vMdNTK","TableCaptionEditing","965634GpJzAq","requires","340xWHDcO","editor","plugins","enableCommand","6824PktHsc","2794804ySZDhf","1679580XLlHKj"];return(qa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(838714===parseInt(n(380))/1*(-parseInt(n(384))/2)+parseInt(n(387))/3*(-parseInt(n(374))/4)+parseInt(n(385))/5*(-parseInt(n(389))/6)+parseInt(n(382))/7+-parseInt(n(395))/8*(-parseInt(n(378))/9)+parseInt(n(391))/10*(parseInt(n(376))/11)+parseInt(n(375))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qa);class Xa extends t.Plugin{static get[Wa(390)](){return[aa]}[Wa(379)](){const t=Wa,e=this[t(392)];e[t(393)][t(383)](t(388))&&e[t(393)][t(381)](t(377))[t(394)](t(386))}}const Ya=Za;function Za(t,e){const n=Ja();return(Za=function(t,e){return n[t-=405]})(t,e)}function Ja(){const t=["findAncestor","handleSuggestionDescription","tableCellBorderStyle","tableCellBorderColor","getSuggestionCallback","_handlePropertyChange","10RHSsVn","removeAttribute","tableCellBackgroundColor","tableBorderWidth","registerCustomCallback","tableCellPadding","has","model","625216DQrSbS","tableCellProperties","_getSuggestion","enqueueChange","descriptionFactory","tableCellWidth","1KYKNzS","tableWidth","tableAlignment","getContainedElement","commandParams","1364410WhyNmR","63768UrVdlm","TableCellPropertiesEditing","5fAHuDX","pluginName","markBlockFormat","*Format:* change table properties","format","getAttribute","18304484LAwExC","2859435BrwyCQ","nodeAfter","get","plugins","accept","data","tableCellHeight","table","TrackChangesTableProperties","117hBVDLC","*Format:* change table cell properties","tableBorderColor","getSuggestions","discard","tableHeight","afterInit","join","TableUtils","2360334nvmsmW","locale","document","tableCellHorizontalAlignment","change","enableCommand","tableBorderStyle","TablePropertiesEditing","batch","setAttribute","formatBlock","6185571rCjfep","handleDiscardAction","_suggestionFactory","tableBackgroundColor","TrackChangesEditing","selection","editor","tableCellBorderWidth","subType","registerDescriptionCallback","tableCellVerticalAlignment","getSelectionAffectedTableCells","start","tableProperties","getFirstPosition"];return(Ja=function(){return t})()}!function(t,e){const n=Za,r=t();for(;;)try{if(570348===parseInt(n(411))/1*(-parseInt(n(416))/2)+-parseInt(n(426))/3+parseInt(n(417))/4+-parseInt(n(419))/5*(-parseInt(n(444))/6)+-parseInt(n(455))/7+-parseInt(n(405))/8*(-parseInt(n(435))/9)+-parseInt(n(476))/10*(-parseInt(n(425))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Qa extends t.Plugin{constructor(t){const e=Za;super(t),this[e(468)]=[e(437),e(450),e(479),e(413),e(412),e(440),e(458)],this[e(406)]=[e(473),e(472),e(462),e(481),e(410),e(432),e(478),e(447),e(465)]}static get[Ya(420)](){return Ya(434)}[Ya(441)](){const t=Ya,e=this[t(461)][t(429)][t(428)](t(459));if(this[t(461)][t(429)][t(482)](t(451))){for(const n of this[t(468)])e[t(449)](n,((e,r)=>{const s=t,o=this[s(461)][s(483)][s(446)][s(460)][s(469)]()[s(470)](s(433));this[s(475)](n,[o],this[s(468)],s(468),e,r)}));e[t(457)][t(480)](t(454),t(468),t(430),e[t(457)][t(474)](t(454),null,t(439))),e[t(457)][t(480)](t(454),t(468),t(439),((e,n)=>this[t(456)](this[t(468)],e,n))),e[t(457)][t(480)](t(454),t(468),t(442),(()=>!1))}if(this[t(461)][t(429)][t(482)](t(418))){for(const n of this[t(406)])e[t(449)](n,((e,r)=>{const s=t,o=this[s(461)][s(429)][s(428)](s(443))[s(466)](this[s(461)][s(483)][s(446)][s(460)]);this[s(475)](n,o,this[s(406)],s(406),e,r)}));e[t(457)][t(480)](t(454),t(406),t(430),e[t(457)][t(474)](t(454),null,t(439))),e[t(457)][t(480)](t(454),t(406),t(439),((e,n)=>this[t(456)](this[t(406)],e,n))),e[t(457)][t(480)](t(454),t(406),t(442),(()=>!1))}e[t(409)][t(464)]((e=>this[t(471)](e)))}[Ya(475)](t,e,n,r,s,o){const i=Ya,a=this[i(461)][i(429)][i(428)](i(459));this[i(461)][i(483)][i(408)](o[i(452)],(()=>{const t=i;for(const i of e)if(this[t(407)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(424)](r);void 0!==n&&(e[r]=n)}s(o),a[t(421)](i,{commandParams:[e]},[],r)}}))}[Ya(456)](t,e,n){const r=Ya,s=e[0][r(467)][r(427)],o=n[r(415)][0];this[r(461)][r(483)][r(448)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(453)](r,o[r],s):e[n(477)](r,s)}))}[Ya(471)](t){const e=Ya;if(t[e(431)])switch(t[e(463)]){case e(468):return{type:e(423),content:zr(this[e(461)][e(445)],e(422))};case e(406):return{type:e(423),content:zr(this[e(461)][e(445)],e(436))}}}[Ya(407)](t,e){const n=Ya,r=this[n(461)][n(429)][n(428)](n(459));for(const s of r[n(438)]({skipNotAttached:!0})){const r=s[n(414)]();if(s[n(463)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=J?J.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=Tc;function bc(){const t=["suggestionUnloaded","setSelection","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.","head","plugins","after","rejected","pluginName","some","insertion:chain","4868576yIJatq","catch","getFirstRange","_processAttributeChanges","_setSuggestionRange","commentThread","@external","createElement","suggestionLoaded","$graveyard","_isForcedDefaultExecutionBlock","Users","move","getNearestSelectionRange","markers","_handleNewSuggestionMarker","define","updateSuggestion","insertion:discard","trackChangesCommand","change:activeMarkers","43660zuWacD","from","getLastMatchingPosition","originalSuggestionId","elementEnd","subType","_trackFormatChanges","ENTER","_inlineAttributeKeys","concat","ck-suggestion-marker-formatBlock","unshift","author","newValue","markerReady","unbind","_findSuggestions","reconvertMarker","_createSuggestion","suggestion:","_SUGGESTION_ANNOUNCEMENT","format","getUser","_reduceSuggestionAttributeRange","find","_enabledCommands","getRanges","bindElementToMarker","isCollapsed","data","getShiftedBy","set","remove","_rangeIsInLocalUserInsertion","listenTo","value","isObject","getMarkers","hasSuggestion","containsRange","normal","deletion:join","conversion","attributeOldValue","_recordAttributeChanges","change","suggestion-type","documentSelection","update:suggestion","_refreshAttributeSuggestionsChain","trackChanges.trackFormatChanges","adapter","ck-suggestion-marker--active","markerToData","notReady","locale","deletion:accept","isArray","formatInline:join","containsPosition","track-changes-adapter-already-set","always","external:","fromRange","_saved","root","isOwn","isAtStart","highest","addHighlight","containsRangeInObject","splitPosition","showSuggestionHighlights","markBlockFormat","attribute:join","backward","parent","acceptSuggestion","addMarkerName","track-changes-adapter-missing-getsuggestion","insertion:","deletion:chain","comments","discard","writer","isBefore","getAttribute","high","addMarker","open","isAfter","removeMarkers","descriptionFactory","enableReadOnlyMode","addSuggestionData","addMarker:suggestion","map","getMultiRangeId","LEAVE","$text","assign","pop","_defaultCallbacks","getChangedMarkers","every","size","markMultiRangeBlockFormat","activeMarkers","change:data","createRange","toViewElement","position","substr","requires","_customCallbacks","discardAllSuggestions","ready","clone","insertion","suggestion:attribute:","groupId","fetchCommentThread","applyOperation","_mergeNestedSuggestions","commands","then","isEqual","containerElement","data-suggestion","_initAriaMarkerChangeAnnouncements","options","formatBlock:join","previous","mapper","markerNameToElements","removeMarker","key","formatInline","isTouching","getIntersection","_suggestionFactory","enableCommand","getRange","_isDataLoaded","range","createSelection","createPositionAt","stopListening","_getSuggestionData","formatGroupId","add","toUpperCase","multi","has","createRangeOn","attributeKey","deletion","deletion:","insert","dataReady","join","formatInline:accept","$elementName","attribute:","forEach","_updateSuggestionData","rootName","targetPosition","registerCustomCallback","_getAttributeKey","formatBlock:chain","toJSON","never","_refreshSuggestionsChain","setAttribute","attribute","dataToMarker","chain","_isRegisteredAttribute","announce","getSuggestion","nodeBefore","selection","isMultiRange","isBlock","acceptAllSuggestions","isInsideObject","formatBlock:discard","forceDefaultExecution","isRemovable","for","18covWVe","accept","item","discardSuggestion","_suggestions","schema","values","length","error-saving-suggestion-data-suggestion-discarded","suggestion","discardSelectedSuggestions","formatBlock:accept","next","config","warn","consume","enqueueChange","type","get","setTo","updateMarker","getChanges","isUndo","element","default","refresh","$marker","TrackChangesEditing","getWalker","formatInline:chain","_addSuggestionMarker","isAtEnd","699874DQCgWO","isLocal","_checkSuggestionCorrectness","getSuggestionCallback","formatInline:","_breakSuggestionMarker","differ","init","isNextTo","resolve","elementStart","getAllAdjacentSuggestions","_adapter","removeComment","oldValue","removed","_joinSuggestions","_afterChanges","addMarker:suggestion:attribute","commandName","formatInline:discard","dataDowncast","createPositionAfter","push","accepted","isIntersecting","_getMarkerAnnouncementText","execute","registerInlineAttribute","addUser","stop","2376vUMzGf","start","removeMarker:suggestion:attribute","isDocumentOperation","authoredAt","tablePasteChainId","forward","insertion:join","3134950ssfdnA","keys","isExternal","includes","group","fire","getFirstMarker","enableDefaultAttributesIntegration","trackChanges","before","substring","document","track-changes-user-not-found","CommentsRepository","track-changes-suggestion-data-mismatch","removeClass","elementToElement","_processAttributeSuggestions","_suggestionState","newRange","batch","filter","createPositionBefore","_commentsRepository","markDeletion","1wCwZZY","FORMATTING","hasCommentThread","insertion:accept","clear","_blockAttributeKeys","3132756IULlkt","registerPostFixer","oldRange","addCommentThread","splice","ck-suggestion-marker-formatInline","collaboration.channelId","_joinWithAdjacentSuggestions","howMany","markInsertion","isInContent","getContainedElement","_cutOutSuggestionMarker","startsWith","createRangeIn","946586DQaWZw","containsItem","markAttributeChange","marker-count","_isBlockAttribute","isIntersectingWithRange","split","suggestionChanged","getItems","widget","$textProxy","trackChanges.mergeNestedSuggestions","getCustomProperty","creator","_onDiscard","track-changes-suggestion-not-found","PENDING_ACTION_SUGGESTION","formatBlock","fromCharCode","ck-suggestion-marker-","attributes","isSelectable","sort","registerBlockAttribute","PendingActions","_getExternalAuthor","deletion:discard","editingDowncast","removeAttribute","consumable","moveTargetPosition","detach","addMarker:suggestion:formatBlock","delete","formatBlock:","_model","markerName","rethrowUnexpectedError","upcast","_registerDefaultCallbacks","attributeNewValue","_removeSuggestion","markMultiRangeInsertion","addSuggestion","buildSuggestion","_editor","markMultiRangeDeletion","name","addRange","action","attribute:accept","addComment","end","insertContent","multipleBlocks","editing","change:_saved","deleteContent","editor","markerToHighlight","getAncestors","createdAt","isLimit","ck-suggestion-marker","removeMarker:suggestion:formatBlock","_recordAttributeSuggestions","model","low","unbindElementFromMarkerName","_splitMarkerName","markInlineFormat","rename","nodeAfter","authorName","_addThreadToSuggestion","lowest","_setSuggestionData","track-changes-command-not-found","4251qXWfmj","addClass","getSuggestions","hasComments","_getAuthorFromId","attribute:discard","meta","acceptSelectedSuggestions","return","_reduceExistingSuggestions","skipNestingCheck","getCommentThread","track-changes-enable-command-twice","getDifference"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=162]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(533947===parseInt(n(540))/1*(-parseInt(n(561))/2)+parseInt(n(208))/3*(-parseInt(n(507))/4)+parseInt(n(515))/5+parseInt(n(546))/6+parseInt(n(476))/7+parseInt(n(232))/8+-parseInt(n(444))/9*(parseInt(n(253))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(415);class yc extends t.Plugin{static get[Ec(366)](){return[Ec(528),o.Users,t.PendingActions,Qr,ns,as,fs,bs,ms,ks,Ss,Bs,to,so,uo,ho,bo,_o,Lo,vo,Fo,Ho,Uo,Ko,Jo,ei,ci,pi,Li,oi,Vs,Ks,bi,Ai,vi,Fi,ji,zi,qi,$i,ra,aa,ha,ma,Xa,ya,Ra,Pa,Qa,wa,ja,Va]}static get[Ec(229)](){return Ec(471)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(349)]((t=>String[e(579)](t)))[e(413)]("")}super(t),this[e(195)]=!1,this[e(284)](e(360),[]),this.on(e(252),((n,r,s,o)=>{const i=e;this[i(165)][i(298)]((()=>{const e=i;for(const n of[...o,...s])this[e(165)][e(246)][e(406)](n)&&t[e(185)][e(270)](n)}))})),this[e(345)]=new Xr(this[e(188)][e(196)][e(449)],this[e(188)][e(308)]),this[e(488)]=null,this[e(393)]=new Ac(this[e(188)]),this[e(448)]=new Map,this[e(538)]=t[e(226)][e(462)](e(528)),this[e(278)]=new Set,this[e(165)]=this[e(188)][e(196)],this[e(533)]=new WeakMap,this[e(242)]=!1,this[e(545)]=new Set([e(415)]),this[e(261)]=new Set,t[e(457)][e(248)](e(303),e(468)),this[e(259)]=t[e(457)][e(462)](e(303)),t[e(457)][e(248)](e(572),!0),this[e(376)]=t[e(457)][e(462)](e(572)),this[e(251)]=new u(t,this[e(278)]),this[e(382)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,50,49,50])}[Ec(483)](){const t=Ec,n=this[t(188)],r=(e,n)=>{const r=t;if(r(428)!=e)return r(580)+e;const s=n[r(567)]("|")[0];return this[r(565)](s)?r(263):r(551)};n[t(295)][t(443)](t(588))[t(189)]({model:t(453),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(199)](e[n(166)]),a=[n(193),r(o,i)];let c=3e3;return this[n(360)][n(518)](e[n(166)])&&(a[n(499)](n(305)),c=3010),n(409)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(295)][t(443)](t(497))[t(403)]((e=>{const r=t;e.on(r(348),((t,e,s)=>{const o=r;if(!s[o(383)][o(325)])return;const i=e[o(446)];if(!i)return;const c=s[o(386)][o(363)](i);n[o(196)][o(449)][o(289)](i)&&c&&!c[o(573)](o(570))&&c.is(o(380))&&(0,a.toWidget)(c,s[o(337)])}),{priority:r(340)})})),n[t(295)][t(443)](t(497))[t(189)]({model:t(453),view:(e,n)=>{const s=t;if(!n[s(383)][s(325)])return null;const{type:o,subType:i}=this[s(199)](e[s(166)]);return{classes:[s(193),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(446)])return;const{id:c}=this[a(199)](o[a(166)]);if(r){const t=this[a(448)][a(462)](c),e=this[a(422)](t);if(!this[a(565)](e))return}if(o[a(446)].is(a(435)))return void i[a(590)][a(459)](o[a(446)],s[a(177)]);const u=i[a(386)][a(363)](o[a(446)]);if(o[a(446)].is(a(467))&&n[a(196)][a(449)][a(437)](o[a(446)])&&!u[a(573)](a(322))){i[a(337)][a(209)]([a(193),a(263)],u),i[a(337)][a(427)](a(381),c,u),i[a(386)][a(280)](u,o[a(166)]),e&&(this[a(360)][a(518)](o[a(166)])?i[a(337)][a(209)](a(305),u):i[a(337)][a(530)](a(305),u));for(const t of n[a(196)][a(560)](o[a(446)])[a(569)]())i[a(590)][a(459)](t,s[a(177)]);i[a(590)][a(459)](o[a(446)],s[a(177)])}};n[t(295)][t(443)](t(497))[t(403)]((e=>{const n=t;e.on(n(162),((t,e,r)=>{const o=n;r[o(383)][o(325)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(321)})})),n[t(295)][t(443)](t(497))[t(403)]((e=>{const n=t;e.on(n(494),((t,e,r)=>{const o=n;r[o(383)][o(325)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(321)})})),n[t(295)][t(443)](t(497))[t(306)]({model:t(453),view:(e,n)=>n[t(383)][t(325)]?null:{group:t(453),name:e[t(365)](11)}}),n[t(295)][t(443)](t(168))[t(531)]({view:{name:t(453),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(272)+e[r(339)](r(299))+":"+e[r(339)]("id");return e[r(339)](r(564))&&(s+=":"+e[r(339)](r(564))),n[r(239)](r(470),{"data-name":s})}}),n[t(295)][t(443)](t(168))[t(429)]({view:t(453)}),n[t(295)][t(443)](t(588))[t(403)]((e=>{const n=t;e.on(n(162),s(),{priority:n(340)})})),n[t(295)][t(443)](t(588))[t(403)]((e=>{const n=t;e.on(n(494),s({isAttributeSuggestion:!0}),{priority:n(340)})})),n[t(295)][t(443)](t(588))[t(403)]((e=>{const n=t;e.on(n(194),((t,e,r)=>{const s=n,o=r[s(386)][s(387)](e[s(166)]);if(o)for(const t of o)t[s(573)](s(322))||(r[s(337)][s(530)]([s(193),s(263),s(305)],t),r[s(337)][s(589)](s(381),t),r[s(386)][s(198)](t,e[s(166)]))}),{priority:n(340)})})),n[t(295)][t(443)](t(588))[t(403)]((e=>{const n=t;e.on(n(509),((t,e,r)=>{const s=n,o=r[s(386)][s(387)](e[s(166)]);if(!o)return;const{id:i}=this[s(199)](e[s(166)]),a=this[s(448)][s(462)](i),c=this[s(422)](a);if(this[s(565)](c))for(const t of o)t[s(573)](s(322))||(r[s(337)][s(530)]([s(193),s(263),s(305)],t),r[s(337)][s(589)](s(381),t),r[s(386)][s(198)](t,e[s(166)]))}),{priority:n(340)})})),n[t(196)][t(526)][t(547)]((e=>{const r=t;let s=!1;const o=Array[r(254)](n[r(196)][r(526)][r(482)][r(356)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(199)](t);if(r(453)!==o)continue;const h=this[r(448)][r(462)](f);if(null!=c[r(534)]){r(390)==u&&(s=s||Nc(c[r(534)],t,e,n[r(196)][r(449)]));const o=r(428)==u&&this[r(565)](l[r(567)]("|")[0]);if(c[r(534)][r(281)]||r(241)==c[r(534)][r(318)][r(419)]||r(578)==u&&!Rc(c[r(534)])||o&&!Rc(c[r(534)])||r(409)==u&&(Cc(a=c[r(534)])||function(t){const e=r;return t[e(508)][e(329)]==t[e(182)][e(434)]&&t[e(508)][e(475)]}(a)))e[r(388)](t),s=!0;else{if(!h||!h[r(556)])continue;i[r(403)](h)}}}var a;return i[r(358)]>0&&(s=!!this[r(553)](i)||s),s})),n[t(196)][t(526)][t(547)]((e=>{const r=t;let s=!1;for(const t of n[r(196)][r(526)][r(482)][r(465)]())if(r(411)==t[r(461)])for(const t of this[r(448)][r(450)]()){if(t[r(436)]||!t[r(556)])continue;const o=r(578)==t[r(461)],i=this[r(422)](t),a=i&&this[r(565)](i);if(!o&&!a)continue;const c=t[r(234)]();if(c[r(508)][r(329)]!=c[r(182)][r(329)]&&!c[r(182)][r(475)]){const o=n[r(196)][r(399)](c[r(508)][r(202)],r(182)),i=n[r(196)][r(362)](c[r(508)],o);e[r(464)](t[r(521)](),{range:i}),s=!0}}return s})),n[t(196)][t(526)][t(547)]((e=>this[t(235)](e))),n[t(196)][t(526)][t(547)]((e=>!e[t(535)][t(477)]&&this[t(532)](e))),n[t(196)].on(t(493),(()=>{this[t(195)]=!1})),n[t(196)][t(526)].on(t(361),((r,s)=>{const o=t;if(!s[o(477)]||s[o(466)])return;if(!this[o(195)])return;const i=n[o(196)][o(526)][o(482)][o(465)]();if(0==i[o(451)])return;const a=[],c=i[o(536)]((t=>o(428)==t[o(461)])),u=i[o(536)]((t=>o(411)==t[o(461)]&&o(352)!=t[o(177)]));for(const t of c)this[o(431)](t[o(408)])&&a[o(499)]({key:t[o(408)],newValue:t[o(170)],oldValue:t[o(296)],range:Sc(t[o(397)],n[o(196)])});for(const t of u){if(o(201)!=t[o(179)]&&o(469)!=t[o(179)])continue;const e=Mc(t[o(364)][o(202)],n[o(196)]),r=t[o(524)];o(201)==t[o(179)]&&a[o(499)]({key:o(415),newValue:t[o(177)],oldValue:r[o(177)],range:e});for(const[n,s]of r[o(581)]){if(!this[o(431)](n))continue;const r=t[o(581)][o(462)](n);s!==r&&a[o(499)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(581)])this[o(431)](n)&&(r[o(581)][o(406)](n)||a[o(499)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(451)]&&n[o(196)][o(460)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(563)](t,e,s,o,{groupId:r});this[n(217)](t,a)}))}),{priority:t(205)}),n[t(196)][t(246)].on(t(301),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(199)](n[s(177)]),e=this[s(448)][s(462)](t);e&&e[s(331)](n[s(177)])}})),n[t(196)][t(526)].on(t(361),(()=>{const e=t,r=Array[e(254)](n[e(196)][e(526)][e(482)][e(356)]())[e(536)]((t=>e(453)===this[e(199)](t[e(177)])[e(519)]));if(0===r[e(451)])return;r[e(583)](((t,n)=>{const r=e,s=t[r(282)][r(548)],o=n[r(282)][r(548)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(508)][r(338)](o[r(508)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(199)](t);if(null===n[e(548)]){const n=this[e(247)](t);o[e(403)](n)}else{const t=this[e(448)][e(462)](r);null!==n[e(534)]||t[e(556)]?(s[e(403)](t[e(225)]),o[e(403)](t)):this[e(171)](t)}}o[e(358)]>0&&this[e(426)](o);for(const t of s)this[e(520)](e(568),t)})),n[t(196)].on(t(375),((e,r)=>{const s=t,o=r[0];if(!this[s(448)][s(358)])return;if(!o[s(510)])return;if(o[s(535)][s(466)]||!o[s(535)][s(477)])return;let i,a;switch(o[s(461)]){case s(411):i=n[s(196)][s(399)](o[s(364)]),a=i[s(283)](o[s(554)]);break;case s(567):i=n[s(196)][s(399)](o[s(324)]),a=n[s(196)][s(399)](o[s(591)]);break;case s(244):i=n[s(196)][s(399)](o[s(420)]),a=i[s(283)](o[s(554)]);break;default:return}const c=n[s(196)][s(362)](i,a);n[s(196)][s(298)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(269)](c)){if(e[t(436)])continue;if(t(390)==e[t(461)])continue;const r=this[t(422)](e);if(r&&this[t(565)](r)&&t(567)!=o[t(461)])continue;const s=e[t(282)]&&e[t(282)][t(184)];(t(578)!=e[t(461)]||t(567)==o[t(461)]&&!s)&&(n[t(323)]||t(371)==e[t(461)]&&n[t(319)]||e[t(234)]()[t(292)](c)&&this[t(481)](e,i,a))}}))}),{priority:t(205)}),n[t(196)].on(t(187),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(441)])return;if(this[s(242)])return;if(!this[s(251)][s(288)])return;if(o[s(281)])return;const a=n[s(196)][s(449)],{start:c,end:u}=o[s(234)](),l=c[s(202)]&&a[s(192)](c[s(202)])?null:a[s(245)](c,s(513)),f=u[s(434)]&&a[s(192)](u[s(434)])?null:a[s(245)](u,s(328)),h=n[s(196)][s(362)](l?l[s(508)]:c,f?f[s(182)]:u);n[s(196)][s(298)]((t=>{const e=s;this[e(539)](h);const r=n[e(196)][e(449)][e(245)](h[e(508)]);o.is(e(300))?t[e(223)](r):o[e(463)](r)})),e[s(506)]()}),{priority:e.priorities[t(293)]+10}),n[t(196)].on(t(183),((e,r)=>{const s=t,o=r[r[s(451)]-1];o&&o[s(441)]||this[s(242)]||this[s(251)][s(288)]&&(n[s(196)][s(298)]((()=>{const t=s;let o=n[t(196)][t(183)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(216)]=o[t(370)]();const i=o[t(182)][t(434)],a=n[t(196)][t(449)];i&&a[t(437)](i)&&!a[t(289)](i)&&(o=n[t(196)][t(362)](o[t(508)],n[t(196)][t(399)](i,t(182)))),this[t(555)](o)})),e[s(506)]())}),{priority:t(340)}),this[t(188)][t(377)][t(403)](t(523),this[t(251)]),this[t(394)](t(523));const o=new p(n,this[t(448)]);n[t(377)][t(403)](t(330),o),this[t(394)](t(330));const i=new b(n,this[t(448)]);n[t(377)][t(403)](t(447),i),this[t(394)](t(447)),n[t(377)][t(403)](t(438),new S(n,o,this[t(448)])),this[t(394)](t(438)),n[t(377)][t(403)](t(368),new S(n,i,this[t(448)])),this[t(394)](t(368)),n[t(377)][t(403)](t(215),new O(n,o,this[t(448)])),this[t(394)](t(215)),n[t(377)][t(403)](t(454),new O(n,i,this[t(448)])),this[t(394)](t(454));const c=n[t(226)][t(462)](t(528));this[t(287)](c,t(181),((e,{threadId:n})=>{const r=t,s=this[r(448)][r(462)](n);s&&s[r(237)]&&1===s[r(237)][r(451)]&&this[r(418)](n,{hasComments:!0})}),{priority:t(197)}),this[t(287)](c,t(489),((e,{threadId:n})=>{const r=t,s=this[r(448)][r(462)](n);s&&s[r(237)]&&!s[r(237)][r(451)]&&this[r(418)](n,{hasComments:!1})}),{priority:t(197)})}set[Ec(304)](t){const n=Ec;if(this[n(488)])throw new e.CKEditorError(n(313),this);this[n(488)]=t}get[Ec(304)](){return this[Ec(488)]}[Ec(210)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(448)][n(450)]())t&&!e[n(556)]||r[n(499)](e);return e?r[n(349)]((t=>t[n(424)]())):r}[Ec(433)](t){const n=Ec,r=this[n(448)][n(462)](t);if(!r)throw new e.CKEditorError(n(576),this);return r}[Ec(291)](t){const e=Ec;return this[e(448)][e(406)](t)}[Ec(347)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(461)][e(567)](":"),a=this[e(448)][e(462)](r)||this[e(271)](o,i,r,n,s);if(this[e(204)](a),this[e(478)](a,o,i||null,n),a[e(191)]=t[e(191)],a[e(396)]=!0,s&&s[e(238)]){const t=s[e(238)],n=this[e(586)](t[e(203)]);a[e(511)]=t[e(191)],a[e(265)]=n,a[e(517)]=!0}else a[e(511)]=t[e(191)];switch(t[e(282)]&&(a[e(282)]=t[e(282)]),t[e(581)]&&(a[e(581)]=t[e(581)]),this[e(488)]&&this[e(488)][e(173)]||(a[e(317)]=!0),this[e(533)][e(462)](a)){case e(307):this[e(533)][e(284)](a,e(412));break;case e(267):a[e(556)]?(this[e(553)](new Set([a])),this[e(426)](new Set([a])),this[e(533)][e(284)](a,e(369)),this[e(520)](e(240),a)):this[e(533)][e(284)](a,e(491))}return a}[Ec(330)](t){const e=Ec;this[e(441)]((()=>{const n=e;this[n(188)][n(196)][n(298)]((()=>{const e=n;for(const n of t[e(487)]())n[e(445)]()}))}))}[Ec(447)](t){const e=Ec;this[e(441)]((()=>{const n=e;this[n(188)][n(196)][n(298)]((()=>{const e=n;for(const n of t[e(487)]())n[e(336)]()}))}))}[Ec(394)](t,n){const r=Ec,s=this[r(188)][r(377)][r(462)](t);if(!s)throw new e.CKEditorError(r(207),this,{commandName:t});if(this[r(278)][r(406)](s))throw new e.CKEditorError(r(220),this,{commandName:t});this[r(278)][r(403)](s),n&&s.on(r(503),((t,e)=>{const o=r;this[o(251)][o(288)]&&(this[o(242)]||(e[o(451)]>0&&e[e[o(451)]-1]&&e[e[o(451)]-1][o(441)]?e[o(354)]():(t[o(216)]=n(((...t)=>s[o(503)](...t,{forceDefaultExecution:!0})),...e),t[o(506)]())))}),{priority:r(340)})}[Ec(441)](t){const n=Ec;let r,s;const o=this[n(242)];this[n(242)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(242)]=!1),s&&e.CKEditorError[n(167)](s,this),r}[Ec(555)](t,n=null,r={}){const s=Ec;if(t[s(281)])return null;const o=this[s(188)][s(226)][s(462)](s(243)).me;for(const{suggestion:e,meta:o}of this[s(269)](t,s(371)))if(o[s(319)]){if(!o[s(484)]){if(o[s(323)]){if(!this[s(376)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(481)](e,t[s(508)],t[s(182)]);break}if(n==e[s(258)]&&Oc(e,r)){const n=e[s(234)]();return n[s(508)][s(379)](t[s(182)])?this[s(236)](e,this[s(165)][s(362)](t[s(508)],n[s(182)])):this[s(236)](e,this[s(165)][s(362)](n[s(508)],t[s(182)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(333)+n:s(371),u=this[s(206)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(474)](c,i,a,t),u}[Ec(172)](t,n=Ec(405),r={}){const s=Ec,o=this[s(188)][s(226)][s(462)](s(243)).me,i=this[s(393)][s(479)](s(371),n,s(413));for(const e of this[s(210)]())if(e[s(265)].id==o.id&&s(371)==e[s(461)]&&e[s(258)]==n&&Oc(e,r)&&(i(e[s(279)](),t)||i(t,e[s(279)]()))){for(const n of t)e[s(178)](n);return e}for(const{suggestion:e,meta:n}of this[s(269)](t,s(371))){if(!n[s(319)])continue;if(!this[s(376)]&&n[s(323)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(279)]())for(const e of t)if(!n[s(292)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(333)+n,l=this[s(206)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(474)](u,a,c,e,Hr[s(350)]());return l}[Ec(200)](t,n,r=null,s={}){const o=Ec;if(r=r||Lc(n),t[o(281)])return null;if(o(425)===this[o(259)]){const e=this[o(393)][o(479)](o(390),r,o(445));return this[o(441)]((()=>e([t],n,s))),null}const i=this[o(188)][o(226)][o(462)](o(243)).me,a=[];if(o(314)!==this[o(259)])for(const{suggestion:e,meta:n}of this[o(269)](t,o(371)))n[o(319)]&&!n[o(439)]&&a[o(499)](...e[o(279)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(392)](s);e&&r[n(499)](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(451)];){const s=r[e][n(221)](t);r[n(550)](e,1,...s),e+=s[n(451)]}}return r}(t,a);c[o(451)]&&this[o(165)][o(298)]((()=>{const t=o;for(const e of c){const o=this[t(393)][t(479)](t(390),r,t(445));this[t(441)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(508)],u=t[o(182)];for(const{suggestion:e,meta:n}of this[o(269)](t,o(390))){if(!n[o(319)])continue;if(e[o(258)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(234)]();if(i[o(292)](t,!0))return null;c=c[o(338)](i[o(508)])?c:i[o(508)],u=u[o(343)](i[o(182)])?u:i[o(182)],a?i[o(508)][o(338)](a[o(234)]()[o(508)])?(a[o(344)](),a=e):e[o(344)]():a=e}const l=this[o(165)][o(362)](c,u);if(a)this[o(236)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(206)]({id:t,type:o(480)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(474)](o(480)+r,t,a,l)}}return null}[Ec(326)](t,n,r=[],s=null,o={}){const i=Ec;n[i(402)]||(n[i(402)]=n[i(495)]),n[i(184)]=t.is(i(397)),s=s||Lc(n);const a=r[i(349)]((t=>Mc(t,this[i(165)]))),c=t.is(i(397))?t:Mc(t,this[i(165)]);if(i(425)===this[i(259)]){const t=this[i(393)][i(479)](i(578),s,i(445));return this[i(441)]((()=>t([c],n,o))),null}a[i(499)](c);let u=!0;for(const t of a)if(!this[i(286)](t)){u=!1;break}if(u&&i(314)!==this[i(259)]){const t=this[i(393)][i(479)](i(578),s,i(445));return this[i(441)]((()=>t([c],n,o))),null}let l=null,f=c[i(508)],h=c[i(182)];for(const{suggestion:t,meta:e}of this[i(269)](c,i(578))){if(!e[i(319)])continue;if(e[i(484)]||e[i(323)]||e[i(439)])continue;if(t[i(282)][i(402)]!=n[i(402)])continue;if(!Oc(t,o))continue;const r=t[i(234)]();if(t[i(258)]==s){if(r[i(292)](c,!0))return null;f=f[i(338)](r[i(508)])?f:r[i(508)],h=h[i(343)](r[i(182)])?h:r[i(182)],l?r[i(508)][i(338)](l[i(234)]()[i(508)])?(l[i(344)](),l=t):t[i(344)]():l=t}else{const e=c[i(392)](r);this[i(558)](t,e)}}const g=this[i(188)][i(226)][i(462)](i(243)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(236)](l,this[i(165)][i(362)](f,h)),l;{const t=this[i(206)]({id:d,type:i(164)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(474)](i(164)+s,d,p,this[i(165)][i(362)](f,h)),t}}[Ec(359)](t,n,r=[],s=null,o={}){const i=Ec;n[i(402)]||(n[i(402)]=n[i(495)]);const a=t[0];n[i(184)]=a.is(i(397)),s=s||Lc(n);const c=r[i(349)]((t=>Mc(t,this[i(165)]))),u=a.is(i(397))?t:t[i(349)]((t=>Mc(t,this[i(165)])));if(i(425)===this[i(259)]){const t=this[i(393)][i(479)](i(578),s,i(445));return this[i(441)]((()=>t(u,n,o))),null}c[i(499)](...u);let l=!0;for(const t of c)if(!this[i(286)](t)){l=!1;break}if(l&&i(314)!==this[i(259)]){const t=this[i(393)][i(479)](i(578),s,i(445));return this[i(441)]((()=>t(u,n,o))),null}const f=this[i(188)][i(226)][i(462)](i(243)).me;for(const t of this[i(210)]()){if(t[i(265)].id!=f.id)continue;if(i(578)!=t[i(461)]||t[i(282)][i(402)]!=n[i(402)])continue;if(!Oc(t,o))continue;const e=t[i(258)]==s;for(let n=0;n<u[i(451)];n++){const r=u[n];for(const s of t[i(290)]()){const o=s[i(395)]();if(r[i(379)](o)){e?(u[i(550)](n,1),n--):t[i(388)](s[i(177)]);break}}}}if(0==u[i(451)])return null;const h=this[i(393)][i(479)](i(578),s,i(413));for(const t of this[i(210)]())if(t[i(265)].id==f.id&&i(578)==t[i(461)]&&t[i(282)][i(402)]==n[i(402)]&&t[i(258)]==s&&Oc(t,o)&&(h(t[i(279)](),u)||h(u,t[i(279)]()))){for(const e of u)t[i(178)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(164)+s,m=this[i(206)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(474)](p,g,d,t,Hr[i(350)]());return m}[Ec(539)](t,n=null,r={}){const s=Ec;if(t[s(281)])return null;const o=this[s(188)][s(226)][s(462)](s(243)).me,a=new i.LiveRange(t[s(508)],t[s(182)]);for(const{suggestion:t,meta:e}of this[s(269)](a,s(371)))if(e[s(319)]&&!e[s(484)])if(t[s(436)]){const e=t[s(279)]()[s(536)]((t=>s(241)!=t[s(318)][s(419)]));if(e[s(357)]((t=>a[s(292)](t,!0)))&&t[s(336)](),e[s(230)]((t=>t[s(292)](a,!0)))){const t=this[s(393)][s(479)](s(409),n,s(445));return this[s(441)]((()=>t([a],null,r))),null}}else{const e=a[s(392)](t[s(234)]());null!==e&&t[s(575)]([e],null,r)}if(a[s(592)](),a[s(281)]||s(241)==a[s(318)][s(419)])return null;let c=null,u=a[s(508)],l=a[s(182)];const f=this[s(269)](a,s(409));for(const{suggestion:t,meta:e}of f){const n=this[s(165)][s(362)](u,l);if(e[s(319)]&&(this[s(376)]||!e[s(323)]&&!e[s(439)]))if(t[s(436)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(279)]()){if(r[s(292)](n,!0))return t;n[s(292)](r)||(e=!1)}e&&t[s(336)]()}else{const e=t[s(234)]();if(e[s(292)](n,!0))return t;if(!Oc(t,r)){n[s(292)](e)?t[s(344)]():e[s(312)](u)?u=e[s(182)]:e[s(312)](l)&&(l=e[s(508)]);continue}u=u[s(338)](e[s(508)])?u:e[s(508)],l=l[s(343)](e[s(182)])?l:e[s(182)],r=Object[s(353)]({},t[s(581)]),c?e[s(508)][s(338)](c[s(234)]()[s(508)])?(c[s(344)](),c=t):t[s(344)]():c=t}}if(c)return this[s(236)](c,this[s(165)][s(362)](u,l)),c;{const t=(0,e.uid)(),i=this[s(165)][s(362)](u,l),a=o.id,c=n?s(410)+n:s(409),f=this[s(206)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(474)](c,t,a,i),f}}[Ec(176)](t,n=Ec(405),r={}){const s=Ec,o=this[s(188)][s(226)][s(462)](s(243)).me,a=t[s(349)]((t=>new i.LiveRange(t[s(508)],t[s(182)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(269)](a,s(371)))e[s(319)]&&!e[s(484)]&&c[s(403)](t);for(const e of c)if(e[s(436)]){const o=e[s(279)]();if((!e[s(581)]||!e[s(581)][s(218)])&&o[s(357)]((t=>a[s(230)]((e=>e[s(292)](t,!0)))))&&e[s(336)](),a[s(357)]((t=>o[s(230)]((e=>e[s(292)](t,!0)))))){const e=this[s(393)][s(479)](s(409),n,s(445));return this[s(441)]((()=>e(t,null,r))),null}}else{const t=e[s(234)]();if(a[s(230)]((e=>e[s(292)](t,!0)))&&e[s(336)](),a[s(357)]((e=>t[s(292)](e,!0)))){const t=this[s(393)][s(479)](s(409),n,s(445));return this[s(441)]((()=>t(a,null,r))),null}}const u=this[s(393)][s(479)](s(409),n,s(413));let l=null;for(const t of this[s(210)]())if(t[s(265)].id==o.id&&t[s(556)]&&s(409)==t[s(461)]&&t[s(258)]==n&&Oc(t,r)&&(u(t[s(279)](),a)||u(a,t[s(279)]())))if(l){if(t[s(237)]&&t[s(237)][s(451)])continue;for(const e of t[s(279)]())l[s(566)](e)||l[s(178)](e);t[s(344)]()}else{l=t;for(const e of a)t[s(566)](e)||t[s(178)](e)}if(l)return l;c[s(544)]();for(const{suggestion:t,meta:e}of this[s(269)](a,s(409)))e[s(319)]&&(this[s(376)]||!e[s(323)]&&!e[s(439)])&&Oc(t,r)&&c[s(403)](t);for(const t of c){const e=t[s(279)]();if((!r||!r[s(218)])&&a[s(357)]((t=>e[s(230)]((e=>e[s(292)](t,!0))))))return t;(!t[s(581)]||!t[s(581)][s(218)])&&e[s(357)]((t=>a[s(230)]((e=>e[s(292)](t,!0)))))&&t[s(336)]()}const f=(0,e.uid)(),h=o.id,g=s(410)+n,d=this[s(206)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(592)](),t[s(281)]||s(241)==t[s(318)][s(419)]||this[s(474)](g,f,h,t,Hr[s(350)]());return d}[Ec(563)](t,n,r,s,o){const i=Ec;if(t[i(281)])return[];if(i(425)===this[i(259)])return[];const a=this[i(188)][i(226)][i(462)](i(243)).me.id,c=Array[i(254)](this[i(448)][i(450)]())[i(536)]((e=>i(428)==e[i(461)]&&e[i(282)][i(389)]==n&&e[i(566)](t)));if(i(468)===this[i(259)]){const e=this[i(269)](t,i(371))[i(536)]((({meta:t})=>t[i(319)]&&!t[i(439)]&&!t[i(484)]))[i(349)]((({suggestion:t})=>t));c[i(264)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(428)==t[i(461)]?t[i(282)][i(490)]:void 0,o=t[i(234)](),a=Array[i(254)](u[i(516)]())[i(277)]((t=>t[i(501)](o)));if(!a)continue;const c=a[i(221)](o);this[i(565)](n)&&i(371)==t[i(461)]&&0!=c[i(451)]||(u[i(163)](a),c[i(417)]((t=>{u[i(284)](t,r)})),i(371)!=t[i(461)]&&e!=s&&u[i(284)](a[i(392)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(451)]>37&&console[i(458)](i(224),{key:n});const f=(i(416)+(n+"|")+Lc({newValue:s}))[i(525)](0,60),h=this[i(206)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(499)](h),this[i(474)](f,c,a,t)}return l}[Ec(522)](t){const e=Ec;this[e(394)](t,((t,...n)=>{this[e(297)]((()=>{t(...n)}))}))}[Ec(584)](t){const e=Ec;this[e(545)][e(403)](t)}[Ec(504)](t){const e=Ec;this[e(261)][e(403)](t)}[Ec(422)](t){const e=Ec;return e(428)==t[e(461)]?t[e(258)][e(567)]("|")[0]:null}[Ec(236)](t,e){const n=Ec,r=t[n(521)]();this[n(165)][n(298)]((t=>{t[n(464)](r,{range:e})}))}[Ec(204)](t){const e=Ec,n=t.id,r=this[e(188)][e(457)][e(462)](e(552));this[e(538)][e(542)](n)||this[e(538)][e(549)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(538)][e(219)](n);s[e(268)](e(442)),s[e(442)]=!1,t[e(237)]=s}[Ec(478)](t,n,r,s){const o=Ec;if(t[o(461)]!=n||t[o(258)]!=r||t[o(574)].id!=s)throw this[o(188)][o(346)](o(529)),new e.CKEditorError(o(529),this)}[Ec(558)](t,n){const r=Ec,s=t[r(234)]();if(n[r(379)](s))t[r(344)]();else if(s[r(292)](n)){const o=this[r(165)][r(399)](n[r(508)][r(434)],r(182));this[r(236)](t,this[r(165)][r(362)](s[r(508)],o));const i=(0,e.uid)(),a=t[r(574)].id,c=t[r(461)]+":"+t[r(258)];this[r(206)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(282)],attributes:t[r(581)]});const u=this[r(165)][r(399)](n[r(182)][r(329)],r(227)),l=this[r(165)][r(362)](u,s[r(182)]);this[r(474)](c,i,a,l)}else if(s[r(312)](n[r(508)])){const e=this[r(165)][r(399)](n[r(508)][r(434)],r(182));this[r(236)](t,this[r(165)][r(362)](s[r(508)],e))}else{const e=this[r(165)][r(399)](n[r(182)][r(329)],r(227));this[r(236)](t,this[r(165)][r(362)](e,s[r(182)]))}}[Ec(286)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(269)](t,e(371))){if(!r[e(319)])continue;const s=n[e(279)]();for(const n of s)if(!t[e(221)](n)[e(451)])return!0}return!1}[Ec(212)](t){const n=Ec,r=this[n(188)][n(226)][n(462)](n(243))[n(275)](t);if(!r)throw new e.CKEditorError(n(527),this);return r}[Ec(586)](t){const e=Ec,n=this[e(188)][e(226)][e(462)](e(243)),r=(0,o.hashObject)(e(315)+t);return n[e(275)](r)||n[e(505)]({id:r,name:t})}[Ec(271)](t,e,n,r,s){const o=Ec,i=this[o(212)](r),a=this[o(393)][o(174)](t,e,n,i,s,(t=>{const e=o;this[e(418)](n,{attributes:t});const r=this[e(433)](n);this[e(553)](new Set([r])),this[e(426)](new Set([r]))}));return this[o(287)](a,o(445),(()=>{const t=o;this[t(418)](n,{state:t(500)})}),{priority:o(340)}),this[o(287)](a,o(336),(()=>{const t=o;this[t(418)](n,{state:t(228)})}),{priority:o(340)}),this[o(448)][o(284)](n,a),this[o(533)][o(284)](a,o(307)),a}[Ec(199)](t){const e=Ec,n=t[e(567)](":");return{group:n[0],type:n[1],subType:n[e(451)]>=5?n[2]:null,id:n[e(451)]<5?n[2]:n[3],authorId:n[e(451)]<5?n[3]:n[4],markerCount:6==n[e(451)]?n[5]:null}}[Ec(481)](t,n,r){const s=Ec,o=t[s(234)](),i=o[s(508)],a=o[s(182)];this[s(236)](t,this[s(165)][s(362)](i,n));const c=(0,e.uid)(),u=t[s(574)].id,l=t[s(461)]+(t[s(258)]?":"+t[s(258)]:"");this[s(206)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(581)],data:t[s(282)]});const f=this[s(422)](t);(s(578)==t[s(461)]||f&&this[s(565)](f))&&(r=this[s(165)][s(537)](r[s(329)])),this[s(474)](l,c,u,this[s(165)][s(362)](r,a))}[Ec(269)](t,e=null){const n=Ec,r=[],s=this[n(188)][n(226)][n(462)](n(243)).me;Array[n(310)](t)||(t=[t]);for(const o of this[n(210)]()){if(!o[n(556)])continue;if(e&&o[n(461)]!=e)continue;let i=!1;for(const e of o[n(279)]()){for(const a of t){const t=a[n(508)][n(379)](e[n(182)])||a[n(182)][n(379)](e[n(508)]);if(t||a[n(392)](e)){const c=a[n(292)](e)&&kc(this[n(165)][n(449)],e[n(508)],a),u=e[n(292)](a)&&kc(this[n(165)][n(449)],a[n(508)],e);r[n(499)]({suggestion:o,meta:{isOwn:s==o[n(265)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(474)](t,e,n,r,s){const o=Ec;this[o(165)][o(298)]((i=>{const a=o;let c=a(272)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(341)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(171)](t){const e=Ec,n=t[e(385)],r=t[e(456)];t[e(385)]=null,t[e(456)]=null,null!=n&&n[e(456)]==t&&(n[e(456)]=r),null!=r&&r[e(385)]==t&&(r[e(385)]=n),e(369)==this[e(533)][e(462)](t)&&(this[e(533)][e(284)](t,e(491)),this[e(520)](e(222),t,n,r))}[Ec(206)](t){const n=Ec,r=t.id,s=this[n(347)](t);if(this[n(488)]&&this[n(488)][n(173)]){const o=this[n(188)][n(226)][n(462)](n(585)),i=s[n(211)],a=s[n(258)]?s[n(461)]+":"+s[n(258)]:s[n(461)],c=this[n(188)][n(308)],u=o[n(403)](zr(c,n(577))),l={id:r,type:a,hasComments:i,data:t[n(282)]||null,originalSuggestionId:t[n(256)]||null,attributes:s[n(581)]};this[n(488)][n(173)](l)[n(378)]((t=>{const e=n;s[e(317)]=!0,o[e(285)](u),t&&t[e(191)]&&(this[e(448)][e(462)](r)[e(191)]=t[e(191)])}))[n(233)]((t=>{const r=n;throw(0,e.logWarning)(r(452)),this[r(188)][r(196)][r(460)]({isUndoable:!1},(()=>{s[r(336)]()})),s[r(400)](),this[r(448)][r(163)](s.id),this[r(533)][r(163)](s),t}))}return s}[Ec(565)](t){const e=Ec;return this[e(545)][e(406)](t)}[Ec(418)](t,e){const n=Ec,r=this[n(188)][n(226)][n(462)](n(585)),s=this[n(433)](t);if(this[n(488)]&&this[n(488)][n(249)])if(s[n(317)]){const s=r[n(403)](zr(this[n(188)][n(308)],n(577)));this[n(488)][n(249)](t,e)[n(378)]((()=>{r[n(285)](s)}))}else s.on(n(186),(()=>{this[n(418)](t,e)}))}[Ec(401)](t){const n=Ec;if(!this[n(488)]||!this[n(488)][n(433)])throw new e.CKEditorError(n(332),this);return this[n(488)][n(433)](t)}[Ec(247)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(199)](t),i=this[e(448)][e(462)](n)||this[e(271)](r,s,n,o,{});switch(this[e(478)](i,r,s,o),this[e(533)][e(462)](i)){case e(307):this[e(401)](n)[e(378)]((t=>{const r=e;let s=Promise[r(485)]();t[r(211)]&&(s=this[r(538)][r(374)]({channelId:this[r(188)][r(457)][r(462)](r(552)),threadId:n})),s[r(378)]((()=>{const e=r;this[e(347)](t)[e(317)]=!0}))})),this[e(533)][e(284)](i,e(267));break;case e(491):this[e(418)](n,{state:e(342)});case e(412):this[e(533)][e(284)](i,e(369)),this[e(520)](e(240),i);break;case e(369):this[e(520)](e(568),i)}return i[e(331)](t),i}[Ec(426)](t){const e=Ec,n=Array[e(254)](t),r=n[e(536)]((t=>e(428)==t[e(461)]));this[e(302)](r);const s=n[e(536)]((t=>!t[e(436)]&&e(428)!=t[e(461)])),o=this[e(210)]({skipNotAttached:!0})[e(536)]((t=>!t[e(436)]&&e(428)!=t[e(461)])),i=o[e(536)]((n=>!t[e(406)](n))),a=new Map(o[e(349)]((t=>[t,this[e(393)][e(479)](t[e(461)],t[e(258)],e(430))]))),c=new Map(o[e(349)]((t=>[t,t[e(234)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(451)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(451)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(451)];t++){const n=s[t];!l[e(406)](n)&&n[e(385)]&&(f[e(403)](n[e(385)]),n[e(385)][e(456)]===n&&(n[e(385)][e(456)]=null),n[e(385)]=null),!u[e(406)](n)&&n[e(456)]&&(f[e(403)](n[e(456)]),n[e(456)][e(385)]===n&&(n[e(456)][e(385)]=null),n[e(456)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(451)];e++){const r=g(t,n[e]);r&&(r[0][s(456)]=r[1],r[1][s(385)]=r[0],u[s(403)](r[0]),l[s(403)](r[1]))}}function g(t,n){const r=e;if(t[r(265)].id!==n[r(265)].id)return null;const s=a[r(462)](t)(t,n,c[r(462)](t),c[r(462)](n));return s&&a[r(462)](n)(t,n,c[r(462)](t),c[r(462)](n))?s[1][r(237)]&&s[1][r(237)][r(451)]?null:s:null}f[e(358)]&&this[e(426)](f)}[Ec(302)](t){const e=Ec;if(0==t[e(451)])return;const n=this[e(210)]({skipNotAttached:!0})[e(536)]((t=>e(428)==t[e(461)]&&t[e(396)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(581)]);s[e(406)](n)||(s[e(284)](n,r[e(451)]),r[e(499)]([]));const i=s[e(462)](n);r[i][e(499)](t)}!function(){const t=e;r[t(583)](((e,n)=>{const r=t,s=e[0][r(191)],o=n[0][r(191)];return s==o?e[0][r(581)][r(373)]<n[0][r(581)][r(373)]?-1:1:s<o?-1:1}));for(const e of r)e[t(583)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(451)];t++){if(0==r[t][e(451)])continue;const n=[];for(let s=t+1;s<r[e(451)];s++)0!=r[s][e(451)]&&i(r[t],r[s])&&n[e(499)](s);for(const s of n)r[t]=r[t][e(262)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(451)];n++)t[n][e(456)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(451)];n++)t[n][e(385)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(581)][r(373)]!==n[0][r(581)][r(373)]&&t[0][r(265)]!==n[0][r(265)])return!1;if(!function(t,e){const n=r;return!t[n(211)]&&!e[n(211)]||(!t[n(211)]||!e[n(211)])&&(!!(t[n(211)]&&e[n(191)]<t[n(237)][n(335)][n(462)](0)[n(191)])||!!(e[n(211)]&&t[n(191)]<e[n(237)][n(335)][n(462)](0)[n(191)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(581)],r(373)),o=Ic(n[0][r(581)],r(373));return!!Or(s,o)&&(!!t[r(357)]((t=>n[r(230)]((e=>t[r(234)]()[r(379)](e[r(234)]())))))&&n[r(357)]((e=>t[r(230)]((t=>e[r(234)]()[r(379)](t[r(234)]()))))))}}[Ec(553)](t){const e=Ec,n=Array[e(254)](t),r=this[e(210)]({skipNotAttached:!0}),s=r[e(536)]((n=>!t[e(406)](n))),o=new Map(n[e(349)]((t=>[t,this[e(393)][e(479)](t[e(461)],t[e(258)],e(413))]))),i=new Map(r[e(349)]((t=>[t,t[e(279)]()])));for(let t=0;t<n[e(451)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(451)];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(451)];e++){const s=r[e];if(s[a(461)]!==n[a(461)]||s[a(265)].id!==n[a(265)].id||s[a(258)]!==n[a(258)])continue;if(!wc(n,s,[a(373)]))continue;if(a(428)==n[a(461)]&&n[a(282)][a(490)]!=s[a(282)][a(490)])continue;if(a(428)==n[a(461)]&&t[a(565)](n[a(282)][a(389)]))continue;if(a(578)==n[a(461)]){const e=t[a(188)][a(196)],r=n[a(557)]();if(r&&(e[a(449)][a(289)](r)||e[a(449)][a(192)](r)))continue}const c=o[a(462)](n),u=i[a(462)](n),l=i[a(462)](s),f=n[a(237)]&&n[a(237)][a(451)],h=s[a(237)]&&s[a(237)][a(451)];if(!f&&c(l,u))return t[a(492)](s,n),i[a(163)](n),!0;if(!h&&c(u,l))return t[a(492)](n,s),i[a(163)](s),!0}return!1}}[Ec(492)](t,e){const n=Ec;if(t[n(436)])for(const r of e[n(279)]())t[n(178)](r);else{const r=e[n(234)]()[n(182)];this[n(236)](t,this[n(165)][n(362)](t[n(234)]()[n(508)],r))}e[n(344)]()}[Ec(502)](t,e){const n=Ec,r=t[n(559)](n(274))||t[n(559)](n(428))?n(541):t[n(404)]();return zr(this[n(188)][n(308)],e+"_"+r+n(273))}[Ec(382)](){const t=Ec,e=this[t(188)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(165)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(199)](t[s(177)]);if(s(453)===e){n[s(432)](this[s(502)](r,s(351)));break}}for(const t of r){const{group:e,type:r}=this[s(199)](t[s(177)]);if(s(453)===e){n[s(432)](this[s(502)](r,s(260)));break}}}))}[Ec(235)](t){const e=Ec;if(this[e(195)])return!1;const n=this[e(188)],r=n[e(196)][e(526)][e(482)][e(465)]();if(0==r[e(451)])return!1;const s=[],o=r[e(536)]((t=>e(428)==t[e(461)])),i=r[e(536)]((t=>e(411)==t[e(461)]&&e(352)!=t[e(177)])),a=r[e(536)]((t=>e(285)==t[e(461)]&&e(352)!=t[e(177)]));for(const t of o)s[e(499)]({key:t[e(408)],newValue:t[e(170)],oldValue:t[e(296)],range:Sc(t[e(397)],n[e(196)])});for(const t of i){const r=a[e(277)]((n=>n[e(364)][e(379)](t[e(364)])));r&&s[e(499)]({key:e(415),newValue:t[e(177)],oldValue:r[e(177)],range:n[e(196)][e(407)](t[e(364)][e(202)])})}return 0!=s[e(451)]&&this[e(217)](t,s)}[Ec(532)](t){const e=Ec;let n=!1;const r=this[e(188)][e(196)][e(526)][e(482)][e(356)]()[e(536)]((t=>t[e(282)][e(534)]&&t[e(177)][e(559)](e(372))));for(const s of r){const{subType:r,id:o}=this[e(199)](s[e(177)]),i=r[e(567)]("|")[0];for(const r of this[e(210)]({skipNotAttached:!0}))r.id!=o&&e(428)==r[e(461)]&&r[e(282)]&&r[e(282)][e(389)]==i&&r[e(234)]()[e(501)](s[e(282)][e(534)])&&(this[e(276)](r,s[e(282)][e(534)],t),n=!0)}return n}[Ec(297)](t){const e=Ec;this[e(188)],this[e(195)]=!0,t()}[Ec(431)](t){const e=Ec,n=this[e(565)](t),r=this[e(261)][e(406)](t);return n||r}[Ec(217)](t,e){const n=Ec;if(0==e[n(451)])return!1;let r=!1;for(const s of e){const e=this[n(269)](s[n(397)],n(428))[n(536)]((t=>!t[n(214)][n(484)]))[n(349)]((t=>t[n(453)])),i=(0,o.hashObject)({newValue:s[n(266)]});e[n(536)]((t=>{const e=n,[r,o]=t[e(258)][e(567)]("|");return r==s[e(389)]&&o!=i}))[n(417)]((e=>{const o=n;this[o(276)](e,s[o(397)],t),r=!0}))}return r}[Ec(276)](t,e,n){const r=Ec,s=t[r(234)]()[r(221)](e);0!==s[r(451)]?1!==s[r(451)]?this[r(481)](t,e[r(508)],e[r(182)]):this[r(236)](t,s[0]):n[r(388)](t[r(521)]())}}class Ac{constructor(t){const e=Ec;this[e(175)]=t,this[e(165)]=t[e(196)],this[e(367)]=new Map,this[e(355)]=new Map,this[e(169)]()}[Ec(174)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(165)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(479)](t,e,i(445))(...n),onDiscard:(...n)=>this[i(479)](t,e,i(336))(...n)})}[Ec(421)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(367)][s(284)](o,r)}[Ec(479)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(367)][r(462)](s)||this[r(355)][r(462)](t+":"+n)}[Ec(169)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(583)](((t,n)=>t[e(508)][e(338)](n[e(508)])?1:-1)),this[e(165)][e(298)]((n=>{const r=e;for(const e of t){let t;t=e[r(182)][r(475)]&&e[r(182)][r(329)]==e[r(508)][r(202)]?n[r(398)](e[r(508)][r(202)],"on"):n[r(398)](e),this[r(165)][r(187)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(165)][n(298)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(349)]((t=>(Cc(t)&&(t=this[s(165)][s(362)](t[s(182)])),t)))[s(536)]((t=>s(241)!==t[s(318)][s(419)]));if(c[s(451)]<1)return;const u=Array[s(254)](this[s(165)][s(526)][s(435)][s(279)]())[s(349)]((t=>i.LiveRange[s(316)](t)));r[s(223)](c);for(const t of this[s(175)][s(377)][s(377)]())t[s(469)]();a[s(499)]({forceDefaultExecution:!0}),this[s(175)][s(503)](o,...a);const l=u[s(536)]((t=>s(241)!=t[s(318)][s(419)]));l[s(451)]>0&&r[s(223)](l);for(const t of u)t[s(592)]()}))},s=(e,n)=>1==e[t(451)]&&1==n[t(451)]&&e[0][t(182)][t(379)](n[0][t(508)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(165)])?[e,n]:vc(n,e,s,r,this[t(165)])?[n,e]:null;this[t(355)][t(284)](t(543),e),this[t(355)][t(284)](t(250),n),this[t(355)][t(284)](t(514),s),this[t(355)][t(284)](t(231),o),this[t(355)][t(284)](t(309),n),this[t(355)][t(284)](t(587),e),this[t(355)][t(284)](t(294),s),this[t(355)][t(284)](t(334),o),this[t(355)][t(284)](t(414),r),this[t(355)][t(284)](t(496),e),this[t(355)][t(284)](t(311),s),this[t(355)][t(284)](t(473),e),this[t(355)][t(284)](t(455),r),this[t(355)][t(284)](t(440),e),this[t(355)][t(284)](t(384),s),this[t(355)][t(284)](t(423),e),this[t(355)][t(284)](t(180),e),this[t(355)][t(284)](t(213),((e,n)=>{const r=t;if(!n)return;const s=this[r(175)][r(226)][r(462)](yc);this[r(165)][r(298)]((t=>{const o=r;if(o(415)==n[o(389)])for(const r of e){const e=r[o(508)][o(202)],s=n[o(490)];t[o(201)](e,s)}else if(s[o(565)](n[o(389)]))for(const r of e)void 0!==n[o(490)]?t[o(427)](n[o(389)],n[o(490)],r[o(508)][o(202)]):t[o(589)](n[o(389)],r[o(508)][o(202)]);else for(const r of e)n[o(490)]?t[o(427)](n[o(389)],n[o(490)],r):t[o(589)](n[o(389)],r)}))})),this[t(355)][t(284)](t(327),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(329)][r(190)]({includeSelf:!0,parentFirst:!0})){if(s[r(318)]==s)return!1;if(!n[r(562)](s))return!1;if(t[r(289)](s)||t[r(192)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(182)][e(329)]==t[e(508)][e(202)]&&t[e(182)][e(320)]}function Nc(t,e,n,r){const s=Ec,o=t=>!t[s(446)].is(s(571))&&!r[s(289)](t[s(446)]),i=t[s(508)][s(255)](o),a=t[s(182)][s(255)](o,{direction:s(328)});return!(t[s(508)][s(379)](i)&&t[s(182)][s(379)](a)||(i[s(338)](a)?n[s(464)](e,{range:n[s(362)](i,a)}):n[s(388)](e),0))}function Lc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(508)][e(202)];return n&&n.is(e(467))}function Sc(t,e){const n=Ec;return null==t[n(182)][n(434)]&&t[n(182)][n(329)]==t[n(508)][n(202)]?Mc(t[n(508)][n(202)],e):t}function Mc(t,e){const n=Ec,r=e[n(449)][n(289)](t)||e[n(449)][n(582)](t);return e[n(362)](e[n(399)](t,n(524)),r?e[n(498)](t):e[n(399)](t,n(182)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(182)][o(379)](r[o(508)]))return!0;if(t[o(461)]!=e[o(461)])return!1;if(!n[o(182)][o(391)](r[o(508)]))return!1;const i=s[o(362)](n[o(182)],r[o(508)])[o(472)]();for(const t of i)if([o(486),o(257)][o(518)](t[o(461)])&&s[o(449)][o(192)](t[o(446)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(396)]||!e[r(396)])&&Or(Ic(t[r(581)],n),Ic(e[r(581)],n))}function Oc(t,e){const n=Ec,r=Dc(t[n(581)]),s=Dc(e);if(!t[n(396)])return!1;for(const t of Object[n(516)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(353)]({},t);return delete n[e(218)],delete n[e(512)],n}const Fc=Pc;function Pc(t,e){const n=xc();return(Pc=function(t,e){return n[t-=480]})(t,e)}function xc(){const t=["execute","remove","change:isDirty","4nJWMSG","plugins","944904WZSbxD","2911377eGusub","2eHufFJ","model","view","PENDING_ACTION_SUGGESTION","9660585jBGpoH","acceptSuggestion","702740RDWvIm","listenTo","destroy","unbind","canDiscard","_editor","_pendingAction","PendingActions","4586590OFMcjw","isEnabled","12eIgvFF","canAccept","_acceptCommand","stopListening","5nNpPLJ","bind","discardSuggestion","_setPendingAction","9XztYRG","commentThreadController","commands","932868ShTAgR","get","_removePendingAction","5202744oxqnbm","isDirty","_discardCommand","locale","getRanges","add","canEditAt"];return(xc=function(){return t})()}!function(t,e){const n=Pc,r=t();for(;;)try{if(559212===-parseInt(n(487))/1*(parseInt(n(481))/2)+parseInt(n(523))/3*(parseInt(n(521))/4)+parseInt(n(501))/5*(-parseInt(n(508))/6)+parseInt(n(480))/7+parseInt(n(511))/8*(-parseInt(n(505))/9)+parseInt(n(495))/10+-parseInt(n(485))/11*(-parseInt(n(497))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(482)]=e,this[s(483)]=n,this[s(506)]=r,this[s(492)]=t,this[s(499)]=t[s(507)][s(509)](s(486)),this[s(513)]=t[s(507)][s(509)](s(503)),this[s(483)][s(502)](s(496)).to(this[s(499)],this[s(513)],((t,e)=>t||e)),this[s(483)][s(502)](s(498)).to(this[s(499)],s(496),(t=>t&&this[s(492)][s(482)][s(517)](e[s(515)]()))),this[s(483)][s(502)](s(491)).to(this[s(513)],s(496),(t=>t&&this[s(492)][s(482)][s(517)](e[s(515)]()))),this[s(493)]=null,n[s(512)]&&this[s(504)](),this[s(488)](n,s(486),(()=>this[s(486)]())),this[s(488)](n,s(503),(()=>this[s(503)]())),this[s(488)](n,s(520),(()=>{const t=s;n[t(512)]?this[t(504)]():this[t(510)]()}))}[Fc(486)](){const t=Fc;this[t(499)][t(518)](this[t(482)].id)}[Fc(503)](){const t=Fc;this[t(513)][t(518)](this[t(482)].id)}[Fc(489)](){const t=Fc;this[t(483)][t(490)](t(496)),this[t(483)][t(490)](t(498)),this[t(483)][t(490)](t(491)),this[t(500)](),this[t(506)][t(489)](),this[t(493)]&&this[t(510)]()}[Fc(504)](){const t=Fc,e=zr(this[t(492)][t(514)],t(484));this[t(493)]=this[t(492)][t(522)][t(509)](t(494))[t(516)](e)}[Fc(510)](){const t=Fc;null!==this[t(493)]&&this[t(492)][t(522)][t(509)](t(494))[t(519)](this[t(493)]),this[t(493)]=null}}function Uc(t,e){const n=Vc();return(Uc=function(t,e){return n[t-=236]})(t,e)}const jc=Uc;!function(t,e){const n=Uc,r=t();for(;;)try{if(850745===parseInt(n(282))/1*(parseInt(n(274))/2)+-parseInt(n(242))/3+-parseInt(n(281))/4*(-parseInt(n(255))/5)+-parseInt(n(249))/6*(-parseInt(n(239))/7)+-parseInt(n(246))/8*(parseInt(n(247))/9)+parseInt(n(285))/10*(-parseInt(n(278))/11)+parseInt(n(268))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class Gc extends s.View{constructor(t,e,n,r){const s=Uc;super(t),this[s(288)]=null,this[s(245)]=null,this[s(259)](s(258),!1),this[s(259)](s(241),e[s(241)]),this[s(266)](s(241)).to(e),this[s(259)](s(280),[]),this[s(259)](s(264),!1),this[s(259)](s(262),!1),this[s(259)](s(284),!1),this[s(259)](s(243),!1),this[s(260)]=e,this[s(261)]=n,this[s(267)]=r,r[s(248)]?this[s(259)](s(244),1):this[s(257)]()}[jc(270)](){const t=jc;this[t(287)][t(270)]()}[jc(263)](){const t=jc;this[t(288)]&&this[t(288)][t(263)](),this[t(245)]&&this[t(245)][t(263)](),super[t(263)]()}[jc(257)](){const t=jc,{CommentsListView:e}=this[t(267)];this[t(288)]=new e(this[t(279)],this[t(260)][t(238)],Object[t(273)]({CommentView:this[t(267)][t(237)]},this[t(267)])),this[t(288)][t(272)](t(256)).to(this),this[t(288)][t(272)](t(251)).to(this),this[t(288)][t(266)](t(258)).to(this),this[t(259)](t(244),this[t(288)][t(244)]+1),this[t(266)](t(244)).to(this[t(288)],t(244),(t=>t+1)),this[t(245)]=this[t(265)](),this.on(t(256),(()=>this[t(270)]())),this[t(266)](t(264)).to(this[t(288)],t(236),this[t(245)][t(275)],t(277),((t,e)=>t||!!e))}[jc(265)](){const t=jc,{CommentThreadInputView:e}=this[t(267)],n=new e(this[t(279)],this[t(261)],this[t(267)][t(276)]),r=n[t(275)];return n[t(266)](t(250)).to(this,t(258),this[t(260)][t(238)],t(271),r,t(277),((t,e,n)=>!!n||t&&!e)),r.on(t(252),((e,n)=>{const s=t;this[s(253)](s(286),n),r[s(240)][s(283)]("")})),r.on(t(254),(()=>this[t(270)]())),r[t(266)](t(269)).to(this[t(260)][t(238)],t(271)),n}}function Vc(){const t=["showInput","updateComment","submit","fire","cancel","180bsDxds","removeComment","_createCommentViews","isActive","set","_model","_localUser","isEnabled","destroy","isDirty","_createCommentThreadInputView","bind","_config","23625552YJTsUJ","disabledSubmit","focus","isReadOnly","delegate","assign","998268NAHIKi","commentInputView","editorConfig","value","389411uAxwaF","locale","descriptionParts","5188dgnkug","1GGUUCT","setData","canAccept","410ynVcjN","addComment","element","commentsListView","hasDirtyComment","CommentView","commentThread","105511cDPzQm","editor","authoredAt","2759784FFiDhz","canDiscard","length","commentThreadInputView","8ODILFU","2721591zMKAio","disableComments","402AtvHkI"];return(Vc=function(){return t})()}function Hc(){const t=["ck-suggestion__info","set",'"></span>',"querySelector","check","children","ck-suggestion","132nJvvOJ","<p>","execute","formatDateTime","canDiscard","ck-suggestion__info-name","9641448KKeERh",'" title="',"ck-annotation__actions","@external","innerHTML","commentThread","ck-suggestion__actions","ck-annotation","_createButton","value","split","isEnabled","editorReady","8493633YsYbtF","isExternal","acceptButton","</span>","creator","ck-annotation__user","description","content","discardSuggestion","1032278IFyASm","getTemplate","extendTemplate","ck-annotation__main","attributes","span","ck-comment__external","fire","ck-annotation__info","5tYGvHt","locale","render","commentThreadInputView","disableComments","Discard suggestion","userView",".ck-annotation__content-wrapper","importWord","color","ck-suggestion-wrapper--active","getUserViewNotificationText","authoredAt","getExternalSuggestionNote","ck-suggestion--discard","390607PeHNBV","discardButton","ck-suggestion__user","element","source","div","isActive","innerText","EXTERNAL_AVATAR","ck-annotation__info-time","author","EXTERNAL_SUGGESTION","acceptSuggestion","bind","ck-suggestion--accept","createElement","title","ck-suggestion__main","EXTERNAL_IMPORT_WORD_SUGGESTION","type","delegate","descriptionParts","editorDestroyed","commentsListView","1284796olqpXr","Accept suggestion","</p>","ck-suggestion-wrapper","ck-annotation__info-name","map","_config","cancel","3063704YtMSYU","change:description","2084016csImZC",'<span class="ck-suggestion-color" style="background-color: ',"push","ck-comment__info-time","ck-annotation__content-wrapper","time","name","ck-suggestion--disabled-comments","_descriptionElement","join","canAccept","_model","ck-suggestion-","setTemplate",'<span class="ck-suggestion-type">',"bindTemplate","EXTERNAL_IMPORT_WORD_AVATAR"];return(Hc=function(){return t})()}const zc=Wc;function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=322]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(682126===parseInt(n(384))/1+parseInt(n(322))/2+parseInt(n(332))/3+parseInt(n(330))/4*(-parseInt(n(393))/5)+-parseInt(n(356))/6*(-parseInt(n(408))/7)+-parseInt(n(362))/8+-parseInt(n(375))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Gc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(350)](i(427),""),this[i(421)](i(427)).to(this,i(429),(t=>t&&t[0]?t[0][i(427)]:"")),this[i(421)](i(381)).to(this,i(429),this,i(414),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(357)+qc(e[n(382)],e[n(402)])+n(324);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(340)]=null,this[i(377)]=this[i(370)](zr(e,i(323)),t.icons[i(353)],i(422),i(420),"sw"),this[i(377)][i(421)](i(373)).to(this,i(342)),this[i(409)]=this[i(370)](zr(e,i(398)),t.icons[i(329)],i(407),i(383),"sw"),this[i(409)][i(421)](i(373)).to(this,i(360)),this[i(399)]=new o.UserView(e,this[i(343)][i(418)],this[i(404)]()),this[i(399)][i(386)]({attributes:{class:[i(410),i(380)]}}),this[i(345)](this[i(385)]())}[zc(385)](){const t=zc,e=this[t(347)],n=[{tag:t(413),attributes:{class:[t(349),t(392)]},children:[{tag:t(389),children:[{text:this[t(399)][t(338)]}],attributes:{class:[t(361),t(326)]}},{tag:t(337),attributes:{datetime:e.to(t(405)),class:[t(335),t(417)]},children:[{text:e.to(t(405),(e=>this[t(328)][t(359)](e)))}]}]},{tag:t(413),attributes:{class:[t(368),t(364)]},children:[this[t(377)],this[t(409)]]},{tag:t(413),attributes:{class:[t(336)]}}];this[t(343)][t(376)]&&n[t(334)]({tag:t(413),attributes:{class:[t(390)]},children:[{text:this[t(406)]()}]});const r={tag:t(413),attributes:{class:[t(325),e.if(t(414),t(403)),e.to(t(427),(e=>t(344)+e)),this[t(328)][t(397)]&&t(339)],"data-suggestion-id":this[t(343)].id,"data-thread-id":this[t(343)][t(367)].id,"data-author-id":this[t(343)][t(418)].id,tabindex:-1},children:[{tag:t(413),attributes:{class:[t(355),t(369)]},children:[this[t(399)],{tag:t(413),attributes:{class:[t(425),t(387)]},children:n}]}]};return this[t(431)]&&this[t(396)]&&(r[t(354)][t(334)](this[t(431)],this[t(396)]),this[t(431)][t(428)](t(374)).to(this),this[t(431)][t(428)](t(430)).to(this),this[t(396)][t(428)](t(374)).to(this),this[t(396)][t(428)](t(430)).to(this)),r}[zc(395)](){const t=zc;super[t(395)](),this[t(340)]=this[t(411)][t(352)](t(400)),this[t(340)][t(366)]=this[t(381)],this.on(t(331),((e,n,r)=>{const s=t;this[s(340)][s(366)]=r}))}[zc(370)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(394)]);return a[i(350)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(386)]({attributes:{class:n}}),a.on(i(358),(()=>{const t=i;this[t(391)](r,this[t(343)].id)})),a}[zc(406)](){const t=zc;return t(401)===this[t(343)][t(388)][t(365)][t(412)]?zr(this[t(394)],t(426)):zr(this[t(394)],t(419))}[zc(404)](){const t=zc;return this[t(343)][t(376)]?t(401)===this[t(343)][t(388)][t(365)][t(412)]?zr(this[t(394)],t(348),this[t(343)][t(379)][t(338)]):zr(this[t(394)],t(416),this[t(343)][t(379)][t(338)]):null}}function qc(t,e){const n=zc;let r="";return r+=t[n(372)]("*")[n(327)](((t,e)=>e%2!=0?n(346)+Xc(t)+n(378):Xc(t)))[n(341)](""),e&&(r+=n(333)+e[n(371)]+n(363)+e[n(424)]+n(351)),r}function Xc(t){const e=zc,n=document[e(423)](e(389));return n[e(415)]=t,n[e(366)]}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';function Zc(t,e){const n=tu();return(Zc=function(t,e){return n[t-=102]})(t,e)}const Jc=Zc;!function(t,e){const n=Zc,r=t();for(;;)try{if(216469===-parseInt(n(195))/1*(-parseInt(n(171))/2)+parseInt(n(144))/3+parseInt(n(161))/4+-parseInt(n(137))/5*(-parseInt(n(209))/6)+-parseInt(n(118))/7+-parseInt(n(193))/8+-parseInt(n(116))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(tu);class Qc extends t.Plugin{static get[Jc(125)](){const t=Jc;return[yc,o.Users,t(208),t(156),t(220)]}static get[Jc(114)](){return Jc(225)}constructor(t){const e=Jc;super(t),this[e(104)]=new Map,this[e(151)]=new Map,this[e(150)]=new Map,this[e(133)]=new Map;const n=this[e(123)][e(105)];n[e(206)](e(138),Kc),n[e(206)](e(117),!1),this[e(198)]=n[e(141)](e(117))}[Jc(189)](t,e){const n=Jc;0===this[n(133)][n(223)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(133)]){const r=this[t(104)][t(110)](e);r||n?r&&n&&this[t(232)](e):this[t(244)](e)}this[t(133)][t(120)](),this[t(123)][t(174)][t(141)](t(220))[t(103)](),this[t(168)]()}),10),this[n(133)][n(238)](t,e)}[Jc(111)](){const t=Jc,e=this[t(123)],n=e[t(174)][t(141)](t(205)),r=e[t(174)][t(141)](t(156)),s=e[t(174)][t(141)](t(220)),o=e[t(174)][t(141)](t(208));this[t(204)](),s[t(178)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(121)](this[e(104)])){const s=t[e(128)](),o=[];for(const t of s){if(!t[e(216)])continue;if(t[e(182)]){o[e(162)](...t[e(200)]());continue}const n=t[e(155)]();if(o[e(233)]>0){const t=o[0][e(191)](n);if(t){o[0]=t;continue}}o[e(162)](n)}n[e(162)]([r[e(108)],o])}return n})),this[t(199)](n,t(149),((e,n)=>{const r=t;this[r(199)](n,r(160),((t,e,s,o)=>{const i=r;n[i(216)]&&(null==s?(this[i(221)](o[i(226)]),this[i(189)](n,!1)):(this[i(221)](s[i(226)]),null==o&&this[i(189)](n,!0)))})),null!==n[r(146)]?this[r(221)](n[r(226)]):this[r(189)](n,!1)})),this[t(199)](n,t(224),((e,n,r)=>{const s=t;this[s(145)](n,s(160)),this[s(133)][s(142)](n),this[s(104)][s(110)](n)&&this[s(232)](n),r&&this[s(221)](r[s(226)])})),this[t(199)](n,t(190),((e,n)=>{this[t(221)](n)})),this[t(199)](r,t(102),(()=>{this[t(168)]()})),this[t(199)](o,t(228),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(136)](r))return;const i=n[o(180)](r);this[o(104)][o(141)](i)[o(108)][o(130)]()}),{priority:t(124)})}[Jc(168)](){const t=Jc,e=this[t(123)][t(174)][t(141)](t(156)),n=this[t(123)][t(174)][t(141)](t(205)),r=Array[t(121)](e[t(210)],(e=>e[t(127)]))[t(154)]((e=>this[t(151)][t(110)](e))),s=[];for(const e of r){const n=this[t(151)][t(141)](e)[t(203)][t(128)]();s[t(162)](...n[t(167)](((e,n)=>[...e,...n[t(234)]()]),[]))}n[t(235)]=s}[Jc(204)](){const t=Jc,n=this[t(123)],r=n[t(148)],o=zr(r,t(242)),i=new e.Collection([{type:t(215),model:new s.ViewModel({withText:!0,label:o,commandName:t(152),role:t(197)})},{type:t(119)},{type:t(135),model:new s.ViewModel({withText:!0,label:zr(r,t(107)),commandName:t(177),role:t(179)})},{type:t(135),model:new s.ViewModel({withText:!0,label:zr(r,t(207)),commandName:t(185),role:t(179)})},{type:t(135),model:new s.ViewModel({withText:!0,label:zr(r,t(219)),commandName:t(166),role:t(179)})},{type:t(135),model:new s.ViewModel({withText:!0,label:zr(r,t(183)),commandName:t(217),role:t(179)})}]);for(const e of i)if($c(e)){const r=n[t(132)][t(141)](e[t(203)][t(186)]);e[t(203)][t(241)](t(231),t(236)).to(r,t(143),t(236))}n.ui[t(222)][t(187)](t(152),(e=>this[t(243)](e,i,o))),n.ui[t(222)][t(187)](t(158),(e=>this[t(239)](e,i,o)))}[Jc(243)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(123)][r(132)][r(141)](r(152));o[r(153)][r(238)]({tooltip:n,label:n,icon:Yc}),o[r(153)][r(241)](r(231)).to(i,r(143)),o[r(153)].on(r(181),(()=>{const t=r;i[t(181)](),this[t(123)][t(188)][t(108)][t(130)]()})),(0,s.addListToDropdown)(o,e,{role:r(129)});const a=[];for(const t of e)$c(t)&&a[r(162)](this[r(123)][r(132)][r(141)](t[r(203)][r(186)]));const c=o[r(153)];return c[r(164)][r(175)](r(236)),c[r(113)][r(175)](r(236)),c[r(164)][r(241)](r(236)).to(i,r(236)),c[r(113)][r(241)](r(236))[r(106)](a,r(236),((...t)=>t[r(112)]((t=>t)))),o.on(r(181),(t=>{const e=r;this[e(123)][e(181)](t[e(147)][e(186)]),this[e(123)][e(188)][e(108)][e(130)]()})),o}[Jc(239)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(123)][r(132)][r(141)](r(152));o[r(153)][r(238)]({label:n,icon:Yc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(119)==n[r(159)]){a[r(184)][r(187)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(203)];i[r(241)](...Object[r(109)](c)).to(c),i[r(212)](r(181)).to(o),i.on(r(181),(()=>{const t=r;this[t(123)][t(181)](c[t(186)]),this[t(123)][t(188)][t(108)][t(130)]()})),e[r(140)][r(187)](i),a[r(184)][r(187)](e)}return o[r(241)](r(236)).to(i,r(236)),o[r(230)][r(140)][r(187)](a),o}[Jc(244)](t){const e=Jc,n=this[e(123)],r=n[e(105)],s=n[e(174)][e(141)](e(156)),i=n[e(174)][e(141)](e(208)),a=n[e(174)][e(141)](e(220)),c=n[e(174)][e(141)](o.Users).me,u=r[e(141)](e(152))[e(163)],{CommentsListView:l,CommentThreadInputView:f}=n[e(174)][e(141)](e(229));let h,g;this[e(150)][e(110)](t.id)?(g=this[e(150)][e(141)](t.id),h=g[e(245)]):(h=new u(n[e(148)],t,c,{disableComments:this[e(198)],editorConfig:r[e(141)](e(165)),maxCommentsWhenCollapsed:r[e(141)](e(218)),maxThreadTotalWeight:r[e(141)](e(172)),maxCommentCharsWhenCollapsed:r[e(141)](e(169)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(141)](e(148))),CommentView:r[e(141)](e(176))[e(213)],CommentsListView:l,CommentThreadInputView:f}),h[e(202)].on(e(181),(()=>{const t=e;n[t(188)][t(108)][t(130)]()})),h[e(115)].on(e(181),(()=>{const t=e;n[t(188)][t(108)][t(130)]()})),g=s[e(173)](this[e(123)][e(148)],h),g[e(241)](e(237)).to(h,e(237)),g[e(241)](e(233)).to(h),g[e(241)](e(159)).to(h,e(159),(t=>e(196)+t)),this[e(150)][e(238)](t.id,g));const d=i[e(131)](t[e(211)],h),p=new Bc(n,t,h,d),m=t[e(128)]()[e(154)]((t=>t[e(216)]));h[e(122)]=n[e(174)][e(141)](e(205))[e(170)][e(227)](m),this[e(104)][e(238)](t,p),this[e(151)][e(238)](h,p);const I=s[e(201)]({view:g,target:()=>{const r=e,s=[],i=t[r(128)]()[r(154)]((t=>t[r(216)]));for(const t of i)s[r(162)](...t[r(194)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(188)],s)},type:()=>e(196)+p[e(108)][e(159)]});i[e(126)](h,I),s[e(187)](I),a[e(214)](I)}[Jc(232)](t){const e=Jc,n=this[e(123)][e(174)][e(141)](e(208)),r=this[e(123)][e(174)][e(141)](e(156)),s=this[e(104)][e(141)](t),o=s[e(108)],i=r[e(192)](o);n[e(240)](o),i&&r[e(134)](i),this[e(104)][e(142)](t),this[e(151)][e(142)](o),s[e(139)]()}[Jc(221)](t){const e=Jc;if(!t[e(216)]||!this[e(104)][e(110)](t))return;const n=this[e(123)][e(174)][e(141)](e(205)),r=this[e(104)][e(141)](t),s=t[e(128)]();r[e(108)][e(122)]=n[e(170)][e(227)](s)}[Jc(139)](){const t=Jc;for(const e of this[t(104)][t(109)]())this[t(232)](e);for(const e of this[t(150)][t(157)]())e[t(245)][t(139)]();super[t(139)]()}}function $c(t){return Jc(203)in t}function tu(){const t=["_handleSuggestionControllerDelayed","suggestionChanged","getJoined","getByInnerView","2542248ZSSApO","getMarkers","53309yFpOQh","suggestion-","menuitemcheckbox","_disableComments","listenTo","getRanges","createAnnotation","acceptButton","model","_addUIComponentsToFactory","TrackChangesEditing","define","Accept all selected suggestions","CommentsRepository","6HfXSTt","activeAnnotations","commentThread","delegate","CommentView","registerAnnotation","switchbutton","isInContent","discardSelectedSuggestions","comments.maxCommentsWhenCollapsed","Discard all suggestions","EditorAnnotations","_updateController","componentFactory","size","suggestionUnloaded","TrackChangesUI","head","getDescriptions","addComment","CommentsUI","panelView","isOn","_destroyController","length","getMarkerNames","activeMarkers","isEnabled","isDirty","set","_createMenuBarMenu","_unbindEditors","bind","Track changes","_createToolbarButton","_initializeController","mainView","change:activeAnnotations","refreshSelectedViews","_suggestionToController","config","toMany","Accept all suggestions","view","keys","has","init","some","arrowView","pluginName","discardButton","968157vNribZ","trackChanges.disableComments","1469748TERXmW","separator","clear","from","descriptionParts","editor","lowest","requires","_bindAnnotationToEditors","innerView","getAllAdjacentSuggestions","menu","focus","createCommentThreadController","commands","_handleControllerBuffer","remove","button","hasSuggestion","45805iokvWY","trackChanges.SuggestionThreadView","destroy","children","get","delete","value","687375JjEuAv","stopListening","previous","source","locale","suggestionLoaded","_annotationViews","_viewToController","trackChanges","buttonView","filter","getFirstRange","Annotations","values","menuBar:trackChanges","type","change:previous","1174588AeFEDR","push","SuggestionThreadView","actionView","comments.editorConfig","discardAllSuggestions","reduce","_refreshActiveMarkers","comments.maxCommentCharsWhenCollapsed","descriptionFactory","12ElIuTp","comments.maxThreadTotalWeight","createAnnotationView","plugins","unbind","comments","acceptAllSuggestions","addSourceCollector","menuitem","getSuggestion","execute","isMultiRange","Discard all selected suggestions","items","acceptSelectedSuggestions","commandName","add","editing"];return(tu=function(){return t})()}function eu(t,e){var n=ru();return(eu=function(t,e){return n[t-=413]})(t,e)}var nu=eu;function ru(){var t=["4gaYqNO","347592VyEPyc","pluginName","76fjfWDT","Comments","130HqEfDw","getSuggestion","get","191887NMzDbH","adapter","TrackChanges","requires","855165uFiHMu","editor","791644TBJpXq","27477vbHIUF","addSuggestionData","232893tyOyiE","addSuggestion","getSuggestions","1668480aQZtEi","plugins"];return(ru=function(){return t})()}!function(t,e){for(var n=eu,r=t();;)try{if(185895===parseInt(n(413))/1+parseInt(n(430))/2*(parseInt(n(420))/3)+-parseInt(n(427))/4*(parseInt(n(417))/5)+parseInt(n(428))/6+-parseInt(n(419))/7+parseInt(n(425))/8+parseInt(n(422))/9*(-parseInt(n(432))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[nu(416)](){return[yc,Qc,nu(431)]}static get[nu(429)](){return nu(415)}set[nu(414)](t){var e=nu;this[e(418)][e(426)][e(434)](yc)[e(414)]=t}get[nu(414)](){var t=nu;return this[t(418)][t(426)][t(434)](yc)[t(414)]}[nu(423)](t){var e=nu;return this[e(418)][e(426)][e(434)](yc)[e(421)](t)}[nu(424)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=nu;return this[n(418)][n(426)][n(434)](yc)[n(424)]({skipNotAttached:t,toJSON:e})}[nu(433)](t){var e=nu;return this[e(418)][e(426)][e(434)](yc)[e(433)](t)}}const ou=lu;function iu(){const t=["addCommentThread","model","889645OHHCnT","name","execute","_adapter","addSuggestionData","getUser","reduce","getRootsAttributes","1079054lfxGZG","511456UHYlDV","config","3214815eheFHK","getRootNames","editorCreator","rootsAttributes","535910aieJHA","constructor","set","getDataWithDiscardedSuggestions","Users","TrackChangesDataGetter","createElement","destroy","function","Pagination","getCommentThreads","editor","track-changes-data-invalid-editor-creator","end","div","users","TrackChangesData","7XctQmn","addUser","push","27HtSjrJ","document","getSuggestions","createDocumentFragment","appendChild","getDataWithAcceptedSuggestions","define","discardAllSuggestions","acceptAllSuggestions","useAnonymousUser","3617502rOfDtc","pluginName","TrackChangesEditing","map","requires","get","CommentsRepository","result","plugins","trackChangesData","53943RBMbDa","136sdicgi","data","create","getFullData","trackChangesData.editorCreator","init"];return(iu=function(){return t})()}!function(t,e){const n=lu,r=t();for(;;)try{if(569941===parseInt(n(452))/1+parseInt(n(460))/2+-parseInt(n(443))/3*(-parseInt(n(444))/4)+-parseInt(n(463))/5+parseInt(n(497))/6*(-parseInt(n(484))/7)+-parseInt(n(461))/8+-parseInt(n(487))/9*(parseInt(n(467))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(476)];class cu extends t.Plugin{static get[ou(501)](){return[yc]}static get[ou(498)](){return ou(483)}[ou(449)](){const t=ou,n=this[t(478)];if(n[t(462)][t(493)](t(448),(e=>{const r=t,s=n[r(451)][r(488)][r(464)]()[r(458)](((t,e)=>(t[e]="",t)),{});return n[r(468)][r(446)](s,e)})),t(475)!=typeof n[t(462)][t(502)](t(506))[t(465)])throw new e.CKEditorError(t(479))}[ou(492)](t){return hu(this[ou(478)],!0,t)}[ou(470)](t){return hu(this[ou(478)],!1,t)}}class uu extends t.Plugin{static get[ou(498)](){return ou(472)}constructor(t){const e=ou;super(t),this[e(504)]=e(480)}[ou(449)](){const t=ou;this[t(478)][t(505)][t(502)](t(503))[t(455)]={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(478)][t(505)][t(502)](t(499))[t(455)]=null}}function lu(t,e){const n=iu();return(lu=function(t,e){return n[t-=443]})(t,e)}function fu(t){return void 0!==t[ou(459)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(505)][r(486)](yc,uu),s[r(466)]=fu(t)?t[r(459)]():void 0;const i=document[r(490)](),a=t[r(462)][r(502)](r(506))[r(465)],c=await a(s,(()=>function(t){const e=r,n=document[e(473)](e(481));return t[e(491)](n),n}(i)));!function(t,e){const n=r,s=t[n(451)][n(488)][n(464)]()[n(458)](((e,r)=>(e[r]=t[n(445)][n(502)]({rootName:r}),e)),{}),o=t[n(505)][n(502)](n(471))[n(482)][n(500)]((t=>({id:t.id,name:t[n(453)]}))),i=t[n(505)][n(502)](n(499))[n(489)]({skipNotAttached:!0,toJSON:!0}),a=t[n(505)][n(502)](n(503))[n(477)]({skipNotAttached:!0,toJSON:!0}),c=e[n(505)][n(502)](n(471)),u=e[n(505)][n(502)](n(499)),l=e[n(505)][n(502)](n(503));for(const t of o)c[n(457)](t.id)||c[n(485)](t);c.me||c[n(496)]();for(const t of a)l[n(450)](t);for(const t of i)u[n(456)](t);e[n(445)][n(469)](s)}(t,c),c[r(454)](r(e?495:494));const u=fu(c)?c[r(447)](n):c[r(445)][r(502)](n);return await c[r(474)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=464]})(t,e)}function du(){var t=["5630OMXUXG","293468SUnOLY","60090TwNMRB","5FjUcPa","7uDbmIC","498849rOoQhK","167346yjdtVY","878712PmBZBb","2997rHmNGd","28239CksgNg"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(188095===parseInt(n(473))/1+-parseInt(n(466))/2+parseInt(n(469))/3+parseInt(n(465))/4+parseInt(n(467))/5*(parseInt(n(470))/6)+parseInt(n(468))/7*(parseInt(n(471))/8)+parseInt(n(472))/9*(-parseInt(n(464))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|