@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20241016.0 → 0.0.0-nightly-20241018.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/integrations/tableproperties.d.ts +8 -0
- package/dist/trackchanges.d.ts +8 -0
- package/dist/trackchangesdata.d.ts +8 -0
- package/dist/trackchangesediting.d.ts +8 -0
- package/dist/trackchangesui.d.ts +8 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +10 -10
- 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/mergefields.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.d.ts +8 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +8 -0
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.d.ts +8 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +8 -0
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +8 -0
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.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:()=>Xc,Suggestion:()=>Wr,SuggestionThreadView:()=>Qc,SuggestionView:()=>nu,TrackChanges:()=>hu,TrackChangesData:()=>Iu,TrackChangesEditing:()=>Rc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=443]})(t,e)}!function(t){const e=u,n=t();for(;;)try{if(345913===-parseInt(e(466))/1*(-parseInt(e(450))/2)+parseInt(e(446))/3*(-parseInt(e(444))/4)+parseInt(e(448))/5*(parseInt(e(461))/6)+-parseInt(e(462))/7+-parseInt(e(454))/8+parseInt(e(443))/9*(parseInt(e(447))/10)+parseInt(e(453))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(456)]=e,this[n(467)]=!1,this[n(468)](),this[n(460)]=!1}[c(468)](){this[c(459)]=!0}[c(457)](){const t=c;this[t(467)]=!this[t(467)],this[t(467)]?this[t(452)]():this[t(445)]()}[c(452)](){const t=c;for(const e of this[t(463)][t(458)][t(458)]())e[t(451)]&&!this[t(456)][t(449)](e)&&e[t(464)](t(465))}[c(445)](){const t=c;for(const e of this[t(463)][t(458)][t(458)]())e[t(451)]&&!this[t(456)][t(449)](e)&&e[t(455)](t(465))}}function f(){const t=["refresh","45NQEePI","1924244XWDkfP","_enableCommands","3iYTidn","1010340cTcPQS","163070jLDvIz","has","1202398rzqQVJ","affectsData","_disableUnsupportedCommands","2374845WzTVdp","3120336LWCaFR","clearForceDisabled","_enabledCommands","execute","commands","isEnabled","_isEnabledBasedOnSelection","90OSCgGw","4161206QqaaQj","editor","forceDisabled","TrackChangesCommand","1HJDYFl","value"];return(f=function(){return t})()}const h=g;function g(t,e){const n=p();return(g=function(t,e){return n[t-=488]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(839108===parseInt(e(510))/1*(-parseInt(e(504))/2)+parseInt(e(491))/3*(-parseInt(e(489))/4)+parseInt(e(505))/5*(parseInt(e(501))/6)+-parseInt(e(498))/7*(-parseInt(e(511))/8)+parseInt(e(493))/9+-parseInt(e(496))/10+-parseInt(e(497))/11*(parseInt(e(513))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class d extends t.Command{constructor(t,e){const n=g;super(t),this[n(492)]=e,this[n(506)](),this[n(495)]=!1}[h(506)](){this[h(490)]=!0}[h(499)](t){const n=h,r=this[n(492)][n(507)](t);if(!r)throw new e.CKEditorError(n(500),this);const s=r[n(509)]();this[n(508)][n(494)][n(488)](s)&&this[n(508)][n(502)][n(507)](n(503))[n(512)](r)}}function p(){const t=["model","_isEnabledBasedOnSelection","7506700mpsgwF","209MrgAPb","287yPlrgI","execute","track-changes-accept-suggestion-not-found","18UDpfYY","plugins","TrackChangesEditing","2kaHWiw","2415975tPdKJW","refresh","get","editor","getRanges","467129bjutPS","224752fOXcdM","acceptSuggestion","1001256gyGOJS","canEditAt","699928oQmvqS","isEnabled","6rTbbxW","_suggestions","12516786ZusQnP"];return(p=function(){return t})()}const m=E;function I(){const t=["plugins","_suggestions","8AbncyF","5458SAChFB","discardSuggestion","223440bkYmhS","canEditAt","editor","refresh","10896tNNtqk","TrackChangesEditing","7272261VHjqiH","model","execute","1284786ybJCwG","1366876dOPnkN","1105400pisqdE","isEnabled","get","track-changes-discard-suggestion-not-found","_isEnabledBasedOnSelection","getRanges","6XewuEP"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=222]})(t,e)}!function(t){const e=E,n=t();for(;;)try{if(189096===-parseInt(e(231))/1*(parseInt(e(230))/2)+parseInt(e(227))/3*(parseInt(e(237))/4)+-parseInt(e(244))/5+-parseInt(e(242))/6+-parseInt(e(243))/7+parseInt(e(233))/8+parseInt(e(239))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(229)]=e,this[n(236)](),this[n(225)]=!1}[m(236)](){this[m(222)]=!0}[m(241)](t){const n=m,r=this[n(229)][n(223)](t);if(!r)throw new e.CKEditorError(n(224),this);const s=r[n(226)]();this[n(235)][n(240)][n(234)](s)&&this[n(235)][n(228)][n(223)](n(238))[n(232)](r)}}function T(t,e){const n=k();return(T=function(t,e){return n[t-=490]})(t,e)}function _(t,e){const n=T;let r="";return r+=t[n(536)]("*")[n(510)](((t,e)=>e%2!=0?n(539)+y(t)+n(491):y(t)))[n(538)](""),e&&(r+=n(504)+e[n(522)]+n(513)+e[n(505)]+n(527)),r}function y(t){const e=T,n=document[e(517)](e(515));return n[e(493)]=t,n[e(511)]}function A(t){const e=T;return t[e(500)](((t,n)=>e(529)==t[e(492)]&&e(529)!=n[e(492)]?-1:e(529)!=t[e(492)]&&e(529)==n[e(492)]?1:0))}function k(){const t=["isArray","span","isObject","createElement","push","93368mVtDjI","isInContent","change","value","splice","isTouching","execute","start",'"></span>',"8jtsDun","deletion","267351bqXAoj"," [color ","schema","color","createRange","4mzMGgK","split","1344056ZalzZd","join",'<span class="ck-suggestion-type">',"next","createPositionBefore","isMultiRange","replace","isIntersecting","</span>","type","innerText","content","isCollapsed","1123420KguUwQ","end","length","add","sort","146310JlIXEF","192006sqYbwj","createPositionAt",'<span class="ck-suggestion-color" style="background-color: ',"title","getRanges","createPositionAfter","140ZjbjkJ","from","map","innerHTML","897804OpHtld",'" title="'];return(k=function(){return t})()}function C(t,e){const n=T;let r,s=0;const o=[],i=e[n(532)];for(;s<t[n(498)];){const a=t[s],c=t[s+1];r||(r=e[n(541)](a)),N(e,a,c)||(o[n(518)](e[n(534)](r,i[n(516)](a)?e[n(507)](a):e[n(503)](a,n(497)))),r=null),s++}return o}function N(t,e,n){const r=T;if(!n)return!1;const s=t[r(507)](e),o=t[r(541)](n);return s[r(524)](o)}!function(t){const e=T,n=t();for(;;)try{if(209919===parseInt(e(535))/1*(parseInt(e(519))/2)+parseInt(e(530))/3+parseInt(e(512))/4+parseInt(e(496))/5+-parseInt(e(501))/6+parseInt(e(537))/7*(-parseInt(e(528))/8)+-parseInt(e(502))/9*(parseInt(e(508))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);function L(t,e,n){const r=T;for(;n[r(498)];){const s=n[r(523)](0,100);t[r(521)]((()=>{const t=r;for(const n of s)n[t(520)]&&e[t(525)](n.id)}))}}const R=S;function S(t,e){const n=M();return(S=function(t,e){return n[t-=300]})(t,e)}function M(){const t=["41292nKSWPv","isInContent","getRanges","some","242wjRjWO","_suggestions","23257llbMOI","canEditAt","3JagNLk","994phjFtU","from","42318UKLRXB","1709300hbqkAi","editor","1tUTXAO","3899UClIJn","294436NCQrMN","1496TQnoDS","_command","execute","77906JnzxzE","9XFyWOo","values","125jjKteD","isEnabled","model","_isEnabledBasedOnSelection","refresh"];return(M=function(){return t})()}!function(t){const e=S,n=t();for(;;)try{if(126215===parseInt(e(306))/1*(parseInt(e(312))/2)+-parseInt(e(300))/3*(parseInt(e(308))/4)+parseInt(e(315))/5*(parseInt(e(303))/6)+-parseInt(e(307))/7*(-parseInt(e(309))/8)+-parseInt(e(313))/9*(parseInt(e(304))/10)+-parseInt(e(324))/11*(parseInt(e(320))/12)+-parseInt(e(326))/13*(-parseInt(e(301))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class v extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(310)]=e,this[r(325)]=n,this[r(319)](),this[r(318)]=!1}[R(319)](){const t=R,e=Array[t(302)](this[t(325)][t(314)]())[t(323)]((e=>e[t(321)]));this[t(316)]=this[t(310)][t(316)]&&e}[R(311)](){const t=R,e=A(Array[t(302)](this[t(325)][t(314)]()));for(const n of e){const e=n[t(322)]();if(!this[t(305)][t(317)][t(327)](e))return}L(this[t(305)][t(317)],this[t(310)],e)}}const w=O;function O(t,e){const n=D();return(O=function(t,e){return n[t-=147]})(t,e)}function D(){const t=["isEnabled","canEditAt","584ncqXMf","1223614xOHYPH","10RoqSWT","7368417JtHBwX","132zTRavk","execute","65779BtcdXB","6324714LzhxIK","model","values","_suggestions","getRanges","refresh","from","_selectedSuggestions","document","editor","selection","_isEnabledBasedOnSelection","13020VAwsaq","size","_command","388580WSMqCZ","1299533nxZlzu"];return(D=function(){return t})()}!function(t){const e=O,n=t();for(;;)try{if(658985===parseInt(e(155))/1+parseInt(e(159))/2+-parseInt(e(162))/3*(parseInt(e(151))/4)+parseInt(e(154))/5+-parseInt(e(165))/6+-parseInt(e(164))/7*(-parseInt(e(158))/8)+-parseInt(e(161))/9*(parseInt(e(160))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class F extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(153)]=e,this[r(168)]=n,this[r(172)]=new Set,this[r(170)](),this[r(150)]=!1}[w(170)](){const t=w,e=this[t(148)][t(166)][t(147)][t(149)],n=Array[t(171)](this[t(168)][t(167)]());this[t(172)]=function(t,e){const n=T,r=Array[n(509)](t[n(506)]()),s=new Set;for(const o of e)if(o[n(520)])for(const e of r)for(const r of o[n(506)]())(e[n(490)](r)||t[n(495)]&&!o[n(542)]&&o[n(540)]&&r[n(497)][n(524)](e[n(526)]))&&s[n(499)](o);return s}(e,n),this[t(156)]=this[t(153)][t(156)]&&!!this[t(172)][t(152)]}[w(163)](){const t=w,e=A(Array[t(171)](this[t(172)]));for(const n of e){const e=n[t(169)]();if(!this[t(148)][t(166)][t(157)](e))return}L(this[t(148)][t(166)],this[t(153)],e)}}const P=function(){this.__data__=[],this.size=0};const x=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(x(t[n][0],e))return n;return-1};var U=Array.prototype.splice;const j=function(t){var e=this.__data__,n=B(e,t);return!(n<0)&&(n==e.length-1?e.pop():U.call(e,n,1),--this.size,!0)};const G=function(t){var e=this.__data__,n=B(e,t);return n<0?void 0:e[n][1]};const V=function(t){return B(this.__data__,t)>-1};const H=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function z(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])}}z.prototype.clear=P,z.prototype.delete=j,z.prototype.get=G,z.prototype.has=V,z.prototype.set=H;const W=z;const q=function(){this.__data__=new W,this.size=0};const K=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const X=function(t){return this.__data__.get(t)};const J=function(t){return this.__data__.has(t)};const Z="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Q=Z||Y||Function("return this")();const $=Q.Symbol;var tt=Object.prototype,et=tt.hasOwnProperty,nt=tt.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=et.call(t,rt),n=t[rt];try{t[rt]=void 0;var r=!0}catch(t){}var s=nt.call(t);return r&&(e?t[rt]=n:delete t[rt]),s};var ot=Object.prototype.toString;const it=function(t){return ot.call(t)};var at=$?$.toStringTag:void 0;const ct=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":at&&at in Object(t)?st(t):it(t)};const ut=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const lt=function(t){if(!ut(t))return!1;var e=ct(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ft=Q["__core-js_shared__"];var ht,gt=(ht=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"";const dt=function(t){return!!gt&> in t};var pt=Function.prototype.toString;const mt=function(t){if(null!=t){try{return pt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var It=/^\[object .+?Constructor\]$/,Et=Function.prototype,bt=Object.prototype,Tt=Et.toString,_t=bt.hasOwnProperty,yt=RegExp("^"+Tt.call(_t).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const At=function(t){return!(!ut(t)||dt(t))&&(lt(t)?yt:It).test(mt(t))};const kt=function(t,e){return null==t?void 0:t[e]};const Ct=function(t,e){var n=kt(t,e);return At(n)?n:void 0};const Nt=Ct(Q,"Map");const Lt=Ct(Object,"create");const Rt=function(){this.__data__=Lt?Lt(null):{},this.size=0};const St=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;if(Lt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Mt.call(e,t)?e[t]:void 0};var wt=Object.prototype.hasOwnProperty;const Ot=function(t){var e=this.__data__;return Lt?void 0!==e[t]:wt.call(e,t)};const Dt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Lt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ft(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])}}Ft.prototype.clear=Rt,Ft.prototype.delete=St,Ft.prototype.get=vt,Ft.prototype.has=Ot,Ft.prototype.set=Dt;const Pt=Ft;const xt=function(){this.size=0,this.__data__={hash:new Pt,map:new(Nt||W),string:new Pt}};const Bt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Ut=function(t,e){var n=t.__data__;return Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const jt=function(t){var e=Ut(this,t).delete(t);return this.size-=e?1:0,e};const Gt=function(t){return Ut(this,t).get(t)};const Vt=function(t){return Ut(this,t).has(t)};const Ht=function(t,e){var n=Ut(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function zt(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])}}zt.prototype.clear=xt,zt.prototype.delete=jt,zt.prototype.get=Gt,zt.prototype.has=Vt,zt.prototype.set=Ht;const Wt=zt;const qt=function(t,e){var n=this.__data__;if(n instanceof W){var r=n.__data__;if(!Nt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Wt(r)}return n.set(t,e),this.size=n.size,this};function Kt(t){var e=this.__data__=new W(t);this.size=e.size}Kt.prototype.clear=q,Kt.prototype.delete=K,Kt.prototype.get=X,Kt.prototype.has=J,Kt.prototype.set=qt;const Xt=Kt;const Jt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Zt=function(){try{var t=Ct(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Zt?Zt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const $t=function(t,e,n){var r=t[e];Qt.call(t,e)&&x(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const te=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):$t(n,a,c)}return n};const ee=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const ne=function(t){return null!=t&&"object"==typeof t};const re=function(t){return ne(t)&&"[object Arguments]"==ct(t)};var se=Object.prototype,oe=se.hasOwnProperty,ie=se.propertyIsEnumerable;const ae=re(function(){return arguments}())?re:function(t){return ne(t)&&oe.call(t,"callee")&&!ie.call(t,"callee")};const ce=Array.isArray;const ue=function(){return!1};var le="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=le&&"object"==typeof module&&module&&!module.nodeType&&module,he=fe&&fe.exports===le?Q.Buffer:void 0;const ge=(he?he.isBuffer:void 0)||ue;var de=/^(?:0|[1-9]\d*)$/;const pe=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&de.test(t))&&t>-1&&t%1==0&&t<e};const me=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ie={};Ie["[object Float32Array]"]=Ie["[object Float64Array]"]=Ie["[object Int8Array]"]=Ie["[object Int16Array]"]=Ie["[object Int32Array]"]=Ie["[object Uint8Array]"]=Ie["[object Uint8ClampedArray]"]=Ie["[object Uint16Array]"]=Ie["[object Uint32Array]"]=!0,Ie["[object Arguments]"]=Ie["[object Array]"]=Ie["[object ArrayBuffer]"]=Ie["[object Boolean]"]=Ie["[object DataView]"]=Ie["[object Date]"]=Ie["[object Error]"]=Ie["[object Function]"]=Ie["[object Map]"]=Ie["[object Number]"]=Ie["[object Object]"]=Ie["[object RegExp]"]=Ie["[object Set]"]=Ie["[object String]"]=Ie["[object WeakMap]"]=!1;const Ee=function(t){return ne(t)&&me(t.length)&&!!Ie[ct(t)]};const be=function(t){return function(e){return t(e)}};var Te="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=Te&&"object"==typeof module&&module&&!module.nodeType&&module,ye=_e&&_e.exports===Te&&Z.process;const Ae=function(){try{var t=_e&&_e.require&&_e.require("util").types;return t||ye&&ye.binding&&ye.binding("util")}catch(t){}}();var ke=Ae&&Ae.isTypedArray;const Ce=ke?be(ke):Ee;var Ne=Object.prototype.hasOwnProperty;const Le=function(t,e){var n=ce(t),r=!n&&ae(t),s=!n&&!r&&ge(t),o=!n&&!r&&!s&&Ce(t),i=n||r||s||o,a=i?ee(t.length,String):[],c=a.length;for(var u in t)!e&&!Ne.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||pe(u,c))||a.push(u);return a};var Re=Object.prototype;const Se=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Re)};const Me=function(t,e){return function(n){return t(e(n))}};const ve=Me(Object.keys,Object);var we=Object.prototype.hasOwnProperty;const Oe=function(t){if(!Se(t))return ve(t);var e=[];for(var n in Object(t))we.call(t,n)&&"constructor"!=n&&e.push(n);return e};const De=function(t){return null!=t&&me(t.length)&&!lt(t)};const Fe=function(t){return De(t)?Le(t):Oe(t)};const Pe=function(t,e){return t&&te(e,Fe(e),t)};const xe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Ue=function(t){if(!ut(t))return xe(t);var e=Se(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const je=function(t){return De(t)?Le(t,!0):Ue(t)};const Ge=function(t,e){return t&&te(e,je(e),t)};var Ve="object"==typeof exports&&exports&&!exports.nodeType&&exports,He=Ve&&"object"==typeof module&&module&&!module.nodeType&&module,ze=He&&He.exports===Ve?Q.Buffer:void 0,We=ze?ze.allocUnsafe:void 0;const qe=function(t,e){if(e)return t.slice();var n=t.length,r=We?We(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 Xe=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 Je=function(){return[]};var Ze=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Qe=Ye?function(t){return null==t?[]:(t=Object(t),Xe(Ye(t),(function(e){return Ze.call(t,e)})))}:Je;const $e=function(t,e){return te(t,Qe(t),e)};const tn=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const en=Me(Object.getPrototypeOf,Object);const nn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)tn(e,Qe(t)),t=en(t);return e}:Je;const rn=function(t,e){return te(t,nn(t),e)};const sn=function(t,e,n){var r=e(t);return ce(t)?r:tn(r,n(t))};const on=function(t){return sn(t,Fe,Qe)};const an=function(t){return sn(t,je,nn)};const cn=Ct(Q,"DataView");const un=Ct(Q,"Promise");const ln=Ct(Q,"Set");const fn=Ct(Q,"WeakMap");var hn="[object Map]",gn="[object Promise]",dn="[object Set]",pn="[object WeakMap]",mn="[object DataView]",In=mt(cn),En=mt(Nt),bn=mt(un),Tn=mt(ln),_n=mt(fn),yn=ct;(cn&&yn(new cn(new ArrayBuffer(1)))!=mn||Nt&&yn(new Nt)!=hn||un&&yn(un.resolve())!=gn||ln&&yn(new ln)!=dn||fn&&yn(new fn)!=pn)&&(yn=function(t){var e=ct(t),n="[object Object]"==e?t.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case In:return mn;case En:return hn;case bn:return gn;case Tn:return dn;case _n:return pn}return e});const An=yn;var kn=Object.prototype.hasOwnProperty;const Cn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&kn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Nn=Q.Uint8Array;const Ln=function(t){var e=new t.constructor(t.byteLength);return new Nn(e).set(new Nn(t)),e};const Rn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Sn=/\w*$/;const Mn=function(t){var e=new t.constructor(t.source,Sn.exec(t));return e.lastIndex=t.lastIndex,e};var vn=$?$.prototype:void 0,wn=vn?vn.valueOf:void 0;const On=function(t){return wn?Object(wn.call(t)):{}};const Dn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Fn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Ln(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Rn(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 Dn(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 Mn(t);case"[object Symbol]":return On(t)}};var Pn=Object.create;const xn=function(){function t(){}return function(e){if(!ut(e))return{};if(Pn)return Pn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Bn=function(t){return"function"!=typeof t.constructor||Se(t)?{}:xn(en(t))};const Un=function(t){return ne(t)&&"[object Map]"==An(t)};var jn=Ae&&Ae.isMap;const Gn=jn?be(jn):Un;const Vn=function(t){return ne(t)&&"[object Set]"==An(t)};var Hn=Ae&&Ae.isSet;const zn=Hn?be(Hn):Vn;var Wn="[object Arguments]",qn="[object Function]",Kn="[object Object]",Xn={};Xn[Wn]=Xn["[object Array]"]=Xn["[object ArrayBuffer]"]=Xn["[object DataView]"]=Xn["[object Boolean]"]=Xn["[object Date]"]=Xn["[object Float32Array]"]=Xn["[object Float64Array]"]=Xn["[object Int8Array]"]=Xn["[object Int16Array]"]=Xn["[object Int32Array]"]=Xn["[object Map]"]=Xn["[object Number]"]=Xn[Kn]=Xn["[object RegExp]"]=Xn["[object Set]"]=Xn["[object String]"]=Xn["[object Symbol]"]=Xn["[object Uint8Array]"]=Xn["[object Uint8ClampedArray]"]=Xn["[object Uint16Array]"]=Xn["[object Uint32Array]"]=!0,Xn["[object Error]"]=Xn[qn]=Xn["[object WeakMap]"]=!1;const Jn=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(!ut(e))return e;var f=ce(e);if(f){if(a=Cn(e),!c)return Ke(e,a)}else{var h=An(e),g=h==qn||"[object GeneratorFunction]"==h;if(ge(e))return qe(e,c);if(h==Kn||h==Wn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?rn(e,Ge(a,e)):$e(e,Pe(a,e))}else{if(!Xn[h])return o?e:{};a=Fn(e,h,c)}}i||(i=new Xt);var d=i.get(e);if(d)return d;i.set(e,a),zn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Gn(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?an:on:u?je:Fe)(e);return Jt(p||e,(function(s,o){p&&(s=e[o=s]),$t(a,o,t(s,n,r,o,e,i))})),a};const Zn=function(t){return Jn(t,5)};const Yn=function(t){return"symbol"==typeof t||ne(t)&&"[object Symbol]"==ct(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$n=/^\w*$/;const tr=function(t,e){if(ce(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||($n.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function er(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(er.Cache||Wt),n}er.Cache=Wt;const nr=er;var rr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,sr=/\\(\\)?/g;const or=function(t){var e=nr(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(rr,(function(t,n,r,s){e.push(r?s.replace(sr,"$1"):n||t)})),e}));const ir=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 ar=$?$.prototype:void 0,cr=ar?ar.toString:void 0;const ur=function t(e){if("string"==typeof e)return e;if(ce(e))return ir(e,t)+"";if(Yn(e))return cr?cr.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const lr=function(t){return null==t?"":ur(t)};const fr=function(t,e){return ce(t)?t:tr(t,e)?[t]:or(lr(t))};const hr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const gr=function(t,e,n,r){if(!ut(t))return t;for(var s=-1,o=(e=fr(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=hr(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=ut(l)?l:pe(e[s+1])?[]:{})}$t(a,c,u),a=a[c]}return t};const dr=function(t,e,n){return null==t?t:gr(t,e,n)};const pr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const mr=function(t){return this.__data__.has(t)};function Ir(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Wt;++e<n;)this.add(t[e])}Ir.prototype.add=Ir.prototype.push=pr,Ir.prototype.has=mr;const Er=Ir;const br=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 Tr=function(t,e){return t.has(e)};const _r=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 Er: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(!br(e,(function(t,e){if(!Tr(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 yr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const Ar=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var kr=$?$.prototype:void 0,Cr=kr?kr.valueOf:void 0;const Nr=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 Nn(t),new Nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return x(+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=yr;case"[object Set]":var c=1&r;if(a||(a=Ar),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=_r(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Cr)return Cr.call(t)==Cr.call(e)}return!1};var Lr=Object.prototype.hasOwnProperty;const Rr=function(t,e,n,r,s,o){var i=1&n,a=on(t),c=a.length;if(c!=on(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Lr.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 Sr="[object Arguments]",Mr="[object Array]",vr="[object Object]",wr=Object.prototype.hasOwnProperty;const Or=function(t,e,n,r,s,o){var i=ce(t),a=ce(e),c=i?Mr:An(t),u=a?Mr:An(e),l=(c=c==Sr?vr:c)==vr,f=(u=u==Sr?vr:u)==vr,h=c==u;if(h&&ge(t)){if(!ge(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Xt),i||Ce(t)?_r(t,e,n,r,s,o):Nr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&wr.call(t,"__wrapped__"),d=f&&wr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Xt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Xt),Rr(t,e,n,r,s,o))};const Dr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!ne(e)&&!ne(n)?e!=e&&n!=n:Or(e,n,r,s,t,o))};const Fr=function(t,e){return Dr(t,e)};const Pr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const xr=function(t,e){for(var n=0,r=(e=fr(e,t)).length;null!=t&&n<r;)t=t[hr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Ur=function(t,e){return e.length<2?t:xr(t,Br(e,0,-1))};const jr=function(t,e){return e=fr(e,t),null==(t=Ur(t,e))||delete t[hr(Pr(e))]};const Gr=function(t,e){return null==t||jr(t,e)},Vr=Hr;function Hr(t,e){const n=zr();return(Hr=function(t,e){return n[t-=437]})(t,e)}function zr(){const t=["markers","clear","_isDataLoaded","push","getRanges","_markerNames","next","getFirstRange","_onDiscard","removeMarkers","from","decorate","attributes","authoredAt","filter","previous","subType","getMarkerNames","403782HibulU","getMultiRangeId","_saved","isIntersectingWithRange","3JFyaJn","686NrDshR","setAttribute","add","map","nodeAfter","removeAttribute","addMarker","toJSON","32668ymhnqL","suggestion:","isIntersecting","onAttributesChange","length","nodeBefore","createdAt","author","reduce","delete","12jSukHT","discard","hasComments","getItems","getContainedElement","substr","addRange","start","addMarkerName","get","getFirstMarker","set","onDiscard","isMultiRange","data","4424POVwVT","split","isExternal","33654HaSLog","8tvVCVW","size","accept","getMarkers","getRange","36zqOLTN","122990bvDoUs","type","@external","onAccept","creator","5025922UIsvCf","removeMarker","getAllAdjacentSuggestions","commentThread","isInContent","end","_model","change","_onAccept","_onAttributesChange","947585KmiqKx","head"];return(zr=function(){return t})()}!function(t){const e=Hr,n=t();for(;;)try{if(198567===-parseInt(e(505))/1+parseInt(e(477))/2*(-parseInt(e(468))/3)+parseInt(e(506))/4*(-parseInt(e(444))/5)+parseInt(e(464))/6+-parseInt(e(469))/7*(-parseInt(e(502))/8)+-parseInt(e(511))/9*(-parseInt(e(512))/10)+parseInt(e(517))/11*(parseInt(e(487))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zr);class Wr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Hr;super(),this[n(448)]=!1,this.id=e.id,this[n(513)]=e[n(513)],this[n(462)]=e[n(462)]||null,this[n(484)]=e[n(484)],this[n(516)]=e[n(516)]||e[n(484)],this[n(504)]=Boolean(e[n(458)]&&e[n(458)][n(514)]),this[n(501)]=null,this[n(440)]=t,this[n(442)]=e[n(515)],this[n(454)]=e[n(499)],this[n(443)]=e[n(480)],this[n(451)]=new Set,this[n(483)]=null,this[n(498)](n(459),null),this[n(498)](n(458),e[n(458)]||{}),this[n(498)](n(461),null),this[n(498)](n(452),null),this[n(498)](n(437),null),this[n(498)](n(466),!1),this[n(457)](n(508)),this[n(457)](n(488))}get[Vr(445)](){const t=Vr;let e=this;for(;e[t(461)];)e=e[t(461)];return e}get[Vr(489)](){const t=Vr;return!!this[t(437)]&&this[t(437)][t(481)]>0}get[Vr(500)](){const t=Vr;return 0!=this[t(451)][t(507)]&&6==Array[t(456)](this[t(451)])[0][t(503)](":")[t(481)]}get[Vr(438)](){return null!==this[Vr(497)]()}[Vr(495)](t){const e=Vr;this[e(451)][e(471)](t)}[Vr(463)](){const t=Vr;return Array[t(456)](this[t(451)])}[Vr(509)](){const t=Vr;return this[t(463)]()[t(472)]((e=>this[t(440)][t(446)][t(496)](e)))[t(460)]((t=>t))}[Vr(497)](){return this[Vr(509)]()[0]||null}[Vr(455)](){const t=Vr;this[t(440)][t(441)]((e=>{const n=t;for(const t of this[n(509)]())e[n(518)](t)})),this[t(451)][t(447)]()}[Vr(518)](t){const e=Vr;this[e(440)][e(441)]((n=>{n[e(518)](t)})),this[e(451)][e(486)](t)}[Vr(493)](t){const e=Vr,n=e(478)+this[e(513)]+":"+this[e(462)]+":"+this.id+":"+this[e(516)].id+":"+Wr[e(465)]();this[e(495)](n),this[e(440)][e(441)]((r=>{r[e(475)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Vr(467)](t){const e=Vr;for(const n of this[e(450)]())if(n[e(479)](t))return!0;return!1}[Vr(450)](){const t=Vr;return this[t(509)]()[t(472)]((e=>e[t(510)]()))}[Vr(490)](){const t=Vr;return this[t(450)]()[t(485)](((e,n)=>[...e,...n[t(490)]()]),[])}[Vr(453)](){const t=Vr;var e;return(null===(e=this[t(497)]())||void 0===e?void 0:e[t(510)]())||null}[Vr(491)](){const t=Vr,e=this[t(450)]();if(1!=e[t(481)])return null;const n=e[0],r=n[t(494)][t(473)],s=n[t(439)][t(482)];return r instanceof i.Element?r!=s?null:r:null}[Vr(508)](){const t=Vr;this[t(442)](this[t(450)](),this[t(501)],this[t(458)]),this[t(455)]()}[Vr(488)](){const t=Vr;this[t(454)](this[t(450)](),this[t(501)],this[t(458)]),this[t(455)]()}[Vr(519)](){const t=Vr,e=[];let n=this[t(445)];for(;n;)e[t(449)](n),n=n[t(452)];return e}[Vr(470)](t,e){const n=Vr,r=Zn(this[n(458)]);dr(r,t,e),Fr(r,this[n(458)])||(this[n(458)]=r,this[n(443)](r))}[Vr(474)](t){const e=Vr,n=Zn(this[e(458)]);Gr(n,t),Fr(n,this[e(458)])||(this[e(458)]=n,this[e(443)](this[e(458)]))}[Vr(476)](){const t=Vr;return{id:this.id,type:this[t(462)]?this[t(513)]+":"+this[t(462)]:this[t(513)],authorId:this[t(516)].id,createdAt:this[t(483)],hasComments:this[t(489)],data:this[t(501)],attributes:this[t(458)]}}static[Vr(465)](){const t=Vr;return(0,e.uid)()[t(492)](1,5)}}function qr(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"ELEMENT_MERGE_FIELD":return r({id:"ELEMENT_MERGE_FIELD",string:"merge field",plural:"%0 merge fields"},n);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. Press %0 to go to the discussion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"},n);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. Press %0 to go to the discussion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"},n);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. Press %0 to go to the discussion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"SUGGESTION_THREAD_ARIA_LABEL":return r({string:"Suggestion by %1. Created on %2. %0 reply. %3",plural:"Suggestion by %1. Created on %2. %0 replies. %3",id:"SUGGESTION_THREAD_ARIA_LABEL"},n);case"SUGGESTION_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"SUGGESTION_THREAD_DESCRIPTION"});default:return e}}function Kr(t,e){const n=Zr();return(Kr=function(t,e){return n[t-=325]})(t,e)}const Xr=Kr;!function(t){const e=Kr,n=t();for(;;)try{if(849451===-parseInt(e(386))/1*(parseInt(e(412))/2)+-parseInt(e(345))/3+parseInt(e(327))/4+parseInt(e(391))/5+parseInt(e(332))/6+-parseInt(e(411))/7*(-parseInt(e(328))/8)+parseInt(e(370))/9*(-parseInt(e(336))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zr);class Jr{constructor(t,e){const n=Kr;this[n(404)]=[],this[n(381)]=new Map,this[n(349)]=[],this[n(334)]=new Map,this[n(352)]=t,this[n(353)]=e}[Xr(333)](t){const e=Xr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(341)];o++){const i=t[o];if(!i[e(356)])continue;const a=this[e(372)](i);if(a){if(null!=i[e(387)]){if(r[e(407)](i[e(387)]))continue;r[e(374)](i[e(387)])}n[e(375)](a)}else if(e(330)!=i[e(378)])e(365)!=i[e(378)]&&e(388)!=i[e(378)]||this[e(394)](n,i,t[o+1]);else{const t=i[e(360)][e(382)];if(s[e(407)](t))continue;s[e(374)](i[e(360)][e(382)]),t==Lc?this[e(414)](n,i):this[e(366)](n,i)}}return this[e(329)](n)}[Xr(403)](t){const e=Xr;this[e(404)][e(375)](t)}[Xr(383)](t,n,r=e.priorities[Xr(417)]){const s=Xr;s(343)==typeof t?(0,e.insertToPriorityArray)(this[s(349)],{matchingCallback:t,label:n,priority:r}):this[s(381)][s(331)](t,n)}[Xr(400)](t,e){const n=Xr;this[n(334)][n(331)](t,e)}[Xr(392)](t,e=1){const n=Xr;let r;for(const e of this[n(349)])if(e[n(393)](t)){r=e[n(335)];break}return r||(r=this[n(381)][n(371)](t[n(355)])),r?r(e):1!==e?e+" "+t[n(355)]+"s":""+t[n(355)]}[Xr(395)](t,e){const n=Xr,r=e[n(373)]()[n(359)](),s=n(365)==e[n(378)]?n(374):n(409);for(const e of r){const o=e[n(337)],i=t[t[n(341)]-1];if(o.is(n(325)))i&&i[n(378)][n(418)](n(406))>-1&&t[n(351)](),i&&n(384)==i[n(378)]?i[s]+=o[n(360)]:t[n(375)]({type:n(384),add:n(374)==s?o[n(360)]:"",remove:n(409)==s?o[n(360)]:""});else if(this[n(352)][n(340)](o)){const a=o;if(i&&i[n(378)][n(418)](n(406))>-1&&t[n(351)](),n(379)==e[n(378)])continue;i&&i[n(378)]==s+n(350)&&i[n(421)][n(355)]==a[n(355)]?i[n(389)]++:t[n(375)]({type:s+n(350),element:a,quantity:1}),r[n(380)]((t=>!(n(379)==t[n(378)]&&t[n(337)]==o)))}else if(this[n(352)][n(364)](o,n(413))||o.is(n(421),n(405))){const r=o;if(n(374)==s&&n(357)==e[n(378)]||n(409)==s&&n(379)==e[n(378)])continue;if(i&&-1==i[n(378)][n(418)](n(406))){n(384)==i[n(378)]&&(i[s]+="\n");continue}let a;if(a=n(374)==s?r[n(354)]&&!this[n(352)][n(340)](r[n(354)])?r[n(354)]:null:r[n(361)]&&!this[n(352)][n(340)](r[n(361)])?r[n(361)]:null,r[n(369)]||a&&a[n(369)]){const e=a&&a[n(369)]?a:r;i&&i[n(378)]==s+n(368)&&i[n(421)][n(355)]==e[n(355)]?i[n(389)]++:t[n(375)]({type:s+n(368),element:e,quantity:1})}else t[n(375)]({type:s+n(406),element:r})}}}[Xr(329)](t){const e=Xr,n=this[e(353)],r=[],s=[],o=[];for(const i of t)switch(i[e(378)]){case e(384):if(i[e(374)]=i[e(374)][e(346)](/(\S)\u000A+(\S)/g,e(362))[e(346)](/\u000A/g,""),i[e(409)]=i[e(409)][e(346)](/(\S)\u000A+(\S)/g,e(362))[e(346)](/\u000A/g,""),""!=i[e(374)]&&""!=i[e(409)]){r[e(375)]({type:e(346),content:qr(n,e(398),['"'+i[e(409)]+'"','"'+i[e(374)]+'"'])});continue}if(null!=i[e(374)][e(344)](/^ +$/)){r[e(375)]({type:e(365),content:qr(n,e(339),qr(n,e(390),i[e(374)][e(341)]))});continue}if(null!=i[e(409)][e(344)](/^ +$/)){r[e(375)]({type:e(388),content:qr(n,e(377),qr(n,e(390),i[e(409)][e(341)]))});continue}if(""!=i[e(374)]){r[e(375)]({type:e(365),content:qr(n,e(339),'"'+i[e(374)]+'"')});continue}r[e(375)]({type:e(388),content:qr(n,e(377),'"'+i[e(409)]+'"')});continue;case e(410):case e(367):r[e(375)]({type:e(365),content:qr(n,e(339),this[e(392)](i[e(421)],i[e(389)]))});continue;case e(419):case e(363):r[e(375)]({type:e(388),content:qr(n,e(377),this[e(392)](i[e(421)],i[e(389)]))});continue;case e(358):r[e(375)]({type:e(365),content:qr(n,e(401),this[e(392)](i[e(421)],i[e(389)]))});continue;case e(347):r[e(375)]({type:e(388),content:qr(n,e(408),this[e(392)](i[e(421)],i[e(389)]))});continue;case e(376):s[e(375)](i[e(382)]);continue;case e(420):o[e(375)](i[e(382)]);continue;default:r[e(375)](i)}if(s[e(341)]){const t=s[e(416)]((t=>this[e(334)][e(407)](t)?this[e(334)][e(371)](t):t))[e(348)](", ");r[e(375)]({type:e(396),content:qr(this[e(353)],e(399),t)})}if(o[e(341)]){const t=o[e(416)]((t=>this[e(334)][e(407)](t)?this[e(334)][e(371)](t):t))[e(348)](", ");r[e(375)]({type:e(396),content:qr(this[e(353)],e(402),t)})}return r}[Xr(372)](t){const e=Xr;for(const n of this[e(404)]){const r=n(t);if(r&&e(378)in r)return r}}[Xr(366)](t,e){const n=Xr,r=e[n(360)],s=void 0===r[n(415)]?n(420):n(376);t[n(375)]({type:s,key:r[n(382)]})}[Xr(414)](t,e){const n=Xr;t[n(375)]({type:n(396),content:qr(this[n(353)],n(342),this[n(392)](e[n(373)]()[n(397)][n(326)],1))})}[Xr(394)](t,e,n){const r=Xr;if(this[r(395)](t,e),n&&n[r(373)]()&&!e[r(373)]()[r(385)][r(338)](n[r(373)]()[r(397)])){const n=t[t[r(341)]-1],s=r(365)==e[r(378)]?r(374):r(409);n&&r(384)==n[r(378)]&&(n[s]+="\n")}}}function Zr(){const t=["has","*Merge:* %0","remove","addEmptyContainer","1253WptxIG","310162JfnBQo","$text","_handleRenameSuggestionDescription","newValue","map","normal","indexOf","removeEmptyContainer","removeFormat","element","$textProxy","nodeAfter","2931532iXsBLJ","54824BZOTBJ","_resolveDescriptionItems","attribute","set","5374188CsFvyO","getDescriptions","_attributeLabels","label","500xFaYax","item","isEqual","*Insert:* %0","isObject","length","*Change to:* %0","function","match","1764378MSlFom","replace","removeContainer","join","_itemLabelsCallbacks","Object","pop","_schema","_locale","nextSibling","name","isInContent","elementStart","addContainer","getWalker","data","previousSibling","$1 $2","removeObject","checkChild","insertion","_handleAttributeSuggestionDescription","addObject","EmptyContainer","isEmpty","334242jKazxF","get","_handleCustomCallbackDescription","getFirstRange","add","push","addFormat","*Remove:* %0","type","elementEnd","skip","_itemLabels","key","registerElementLabel","text","end","4NCNsPP","subType","deletion","quantity","ELEMENT_SPACE","5297665bWjBBM","getItemLabel","matchingCallback","_handleInsertRemoveSuggestionDescription","_addDescriptionItems","format","start","REPLACE_TEXT","*Set format:* %0","registerAttributeLabel","*Split:* %0","*Remove format:* %0","registerDescriptionCallback","_customCallbacks","softBreak","Container"];return(Zr=function(){return t})()}const Yr=$r;function Qr(){const t=["showAIAssistant","plugins","TrackChangesEditing","editor","get","commands","3492510mBPuun","2995416oIfrBs","10CtXacM","305817HjVpSn","235998PQSRGr","4485573oReJbE","enableCommand","afterInit","352232QmrXvn","28rECbyp","1663584fdGoUl"];return(Qr=function(){return t})()}function $r(t,e){const n=Qr();return($r=function(t,e){return n[t-=159]})(t,e)}!function(t){const e=$r,n=t();for(;;)try{if(523737===parseInt(e(161))/1+-parseInt(e(165))/2+-parseInt(e(160))/3*(parseInt(e(166))/4)+-parseInt(e(159))/5*(-parseInt(e(167))/6)+parseInt(e(174))/7+-parseInt(e(175))/8+parseInt(e(162))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qr);class ts extends t.Plugin{[Yr(164)](){const t=Yr,e=this[t(171)],n=e[t(169)][t(172)](t(170));e[t(173)][t(172)](t(168))&&n[t(163)](t(168))}}const es=ns;function ns(t,e){const n=rs();return(ns=function(t,e){return n[t-=290]})(t,e)}function rs(){const t=["registerAttributeLabel","alignment","38162eVBmNl","locale","6laewFq","4346804Rnugup","registerDescriptionCallback","_registerLegacyDescription","FORMAT_ALIGN_TO_RIGHT","245785ckIZLY","commandName","has","value","15812060CMcwqd","commandParams","1692aipsjI","32pgRpmY","363450UguCbU","format","registerBlockAttribute","formatBlock","right","enableDefaultAttributesIntegration","descriptionFactory","AlignmentEditing","type","center","FORMAT_ALIGNMENT","plugins","afterInit","justify","TrackChangesEditing","FORMAT_ALIGN_TO_CENTER","editor","*Format:* %0","left","1395648XhsLdh","14648kAmKTq","FORMAT_JUSTIFY_TEXT","FORMAT_ALIGN_TO_LEFT","get"];return(rs=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(315430===parseInt(e(306))/1+-parseInt(e(291))/2*(parseInt(e(293))/3)+-parseInt(e(305))/4*(parseInt(e(298))/5)+-parseInt(e(325))/6+-parseInt(e(294))/7+parseInt(e(326))/8*(-parseInt(e(304))/9)+parseInt(e(302))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rs);class ss extends t.Plugin{[es(318)](){const t=es,e=this[t(322)],n=e[t(292)];if(!e[t(317)][t(300)](t(313)))return;const r=e[t(317)][t(329)](t(320));r[t(311)](t(290)),r[t(308)](t(290)),r[t(312)][t(330)](t(290),qr(n,t(316))),this[t(296)]()}[es(296)](){const t=es,e=this[t(322)],n=e[t(292)];e[t(317)][t(329)](t(320))[t(312)][t(295)]((e=>{const r=t;if(r(309)!=e[r(314)])return;const{data:s}=e;if(s&&r(290)==s[r(299)]){const t=s[r(303)][0][r(301)];return{type:r(307),content:qr(n,r(323),function(t){const e=r;switch(t){case e(324):return qr(n,e(328));case e(310):return qr(n,e(297));case e(315):return qr(n,e(321));case e(319):return qr(n,e(327))}}(t))}}}))}}const os=is;function is(t,e){const n=as();return(is=function(t,e){return n[t-=164]})(t,e)}function as(){const t=["FORMAT_BOLD","FORMAT_UNDERLINE","enableDefaultAttributesIntegration","FORMAT_STRIKETHROUGH","7471539OsGqGz","CodeEditing","*Format:* %0","descriptionFactory","formatInline","1vTYEyz","italic","code","UnderlineEditing","FORMAT_ITALIC","registerAttributeLabel","_registerLegacyDescription","editor","slice","TrackChangesEditing","5559582UXfrrs","6473848hllrgY","subscript","FORMAT_","type","underline","registerDescriptionCallback","toUpperCase","FORMAT_CODE","*Remove format:* %0","has","plugins","BoldEditing","forceValue","1026706MWtpMQ","SuperscriptEditing","551984xuGDuk","FORMAT_SUPERSCRIPT","ItalicEditing","commandParams","906801qctOry","SubscriptEditing","FORMAT_SUBSCRIPT","registerInlineAttribute","strikethrough","toLowerCase","commandName","bold","get","StrikethroughEditing","format","afterInit","locale","6cMozLE","superscript","4121215IrLSGp"];return(as=function(){return t})()}!function(t){const e=is,n=t();for(;;)try{if(478342===parseInt(e(216))/1*(parseInt(e(185))/2)+parseInt(e(204))/3*(-parseInt(e(187))/4)+parseInt(e(206))/5+parseInt(e(171))/6+parseInt(e(191))/7+-parseInt(e(172))/8+-parseInt(e(211))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(as);const cs=[os(183),os(189),os(164),os(212),os(200),os(192),os(186)];class us extends t.Plugin{[os(202)](){const t=os,e=this[t(168)],n=e[t(182)][t(199)](t(170)),r=e[t(203)];for(const s of cs){if(!e[t(182)][t(181)](s))continue;const o=s[t(169)](0,-7)[t(196)](),i=t(174)+o[t(178)]();n[t(209)](o),n[t(194)](o),n[t(214)][t(166)](o,qr(r,i))}this[t(167)]()}[os(167)](){const t=os,e=this[t(168)],n=e[t(203)],r=e[t(182)][t(199)](t(170));function s(e,s){const o=t;r[o(214)][o(177)]((t=>{const r=o;if(r(215)!=t[r(175)])return;const{data:i}=t;return i&&i[r(197)]===e?i[r(190)][0][r(184)]?{type:r(201),content:qr(n,r(213),s)}:{type:r(201),content:qr(n,r(180),s)}:void 0}))}s(t(198),qr(n,t(207))),s(t(217),qr(n,t(165))),s(t(176),qr(n,t(208))),s(t(218),qr(n,t(179))),s(t(195),qr(n,t(210))),s(t(173),qr(n,t(193))),s(t(205),qr(n,t(188)))}}function ls(){const t=["6qymPOy","markBlockFormat","get","locale","editor","5659832KCSoIj","filter","5oWxchc","blockQuote","schema","BlockQuoteEditing","ELEMENT_BLOCK_QUOTE","commands","7045577dlhKXO","561402dGNUHk","538660IpLHCU","TrackChangesEditing","registerDescriptionCallback","167132HLdiMq","3112086PFSOhL","getSelectedBlocks","enableCommand","*Set format:* %0","*Remove format:* %0","checkChild","commandParams","change","forceValue","model","name","selection","plugins","has","afterInit","commandName","10636416pPvuFv","document","format","value","$root","from","descriptionFactory","parent"];return(ls=function(){return t})()}const fs=hs;function hs(t,e){const n=ls();return(hs=function(t,e){return n[t-=480]})(t,e)}!function(t){const e=hs,n=t();for(;;)try{if(607354===parseInt(e(512))/1+parseInt(e(508))/2*(parseInt(e(494))/3)+-parseInt(e(509))/4+-parseInt(e(501))/5*(parseInt(e(513))/6)+parseInt(e(507))/7+parseInt(e(499))/8+-parseInt(e(486))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);class gs extends t.Plugin{[fs(484)](){const t=fs,e=this[t(498)],n=e[t(497)];if(!e[t(482)][t(483)](t(504)))return;const r=e[t(482)][t(496)](t(510)),s=this[t(498)][t(506)][t(496)](t(502));r[t(515)](t(502),((n,o={})=>{const i=t,a=this[i(498)][i(522)][i(487)][i(481)],c=o&&void 0!==o[i(521)]?o[i(521)]:!s[i(489)];let u=[];if(c){const t=Array[i(491)](a[i(514)]())[i(500)]((t=>ds(t)||function(t,e){const n=i,r=e[n(518)](t[n(493)],n(502)),s=e[n(518)]([n(490),n(502)],t);return r&&s}(t,this[i(498)][i(522)][i(503)])));u=C(t,e[i(522)])}else{const t=Array[i(491)](a[i(514)]())[i(500)]((t=>ds(t)));u=C(t,e[i(522)])}e[i(522)][i(520)]((()=>{const t=i;for(const e of u)r[t(495)](e,{commandName:t(502),commandParams:[{forceValue:c}]})}))})),r[t(492)][t(511)]((e=>{const r=t,{data:s}=e;if(s&&r(502)==s[r(485)]){const t=qr(n,r(505));return s[r(519)][0][r(521)]?{type:r(488),content:qr(n,r(516),t)}:{type:r(488),content:qr(n,r(517),t)}}}))}}function ds(t){const e=fs;return e(502)==t[e(493)][e(480)]}const ps=Is;function ms(){const t=["TrackChangesEditing","584iqqsfA","has","4cOcbpp","CaseChange","changeCaseUpper","1421000ZANvPl","enableCommand","317741PczzND","plugins","changeCaseLower","3620440wbFoIL","68013plJqpl","745332sbqxoM","43281LtDtRR","changeCaseTitle","editor","3081064EyhuZm","afterInit","get"];return(ms=function(){return t})()}function Is(t,e){const n=ms();return(Is=function(t,e){return n[t-=369]})(t,e)}!function(t){const e=Is,n=t();for(;;)try{if(552114===-parseInt(e(372))/1*(parseInt(e(387))/2)+-parseInt(e(378))/3+parseInt(e(375))/4+parseInt(e(370))/5+parseInt(e(377))/6+parseInt(e(381))/7+-parseInt(e(385))/8*(parseInt(e(376))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ms);class Es extends t.Plugin{[ps(382)](){const t=ps,e=this[t(380)];e[t(373)][t(386)](t(388))&&(e[t(373)][t(383)](t(384))[t(371)](t(369)),e[t(373)][t(383)](t(384))[t(371)](t(374)),e[t(373)][t(383)](t(384))[t(371)](t(379)))}}const bs=_s;!function(t){const e=_s,n=t();for(;;)try{if(832918===-parseInt(e(309))/1+-parseInt(e(293))/2*(parseInt(e(300))/3)+parseInt(e(299))/4+parseInt(e(294))/5+-parseInt(e(295))/6*(-parseInt(e(297))/7)+-parseInt(e(301))/8*(-parseInt(e(307))/9)+parseInt(e(296))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class Ts extends t.Plugin{[bs(305)](){const t=bs,e=this[t(304)];e[t(292)][t(306)](t(298))&&e[t(303)][t(306)](t(308))[t(302)](t(298))}}function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=292]})(t,e)}function ys(){const t=["292203tBlNhg","TrackChangesEditing","796521PrbRgz","commands","8798bRwomu","2382240PcxleJ","224898mMOztg","220700LobtvR","287rUbHyM","ckbox","742896yQfVFC","957NZSNQT","200yeLCZA","enableCommand","plugins","editor","afterInit","get"];return(ys=function(){return t})()}function As(t,e){const n=Cs();return(As=function(t,e){return n[t-=167]})(t,e)}const ks=As;function Cs(){const t=["6CsItbg","type","indentCodeBlock","formatBlock","checkChild","value","673189qlHqXK","commandParams","editor","enableCommand","26iKKnBl","language","model","458408eUfvBg","3365172LKVcuK","languages","selection","outdentCodeBlock","codeBlock","schema","commands","document","name","afterInit","20SrmaHg","CodeBlock","get","parent","rootElement","from","toLowerCase","*Remove format:* %0","commandName","isLimit","1344880zaUbyi","descriptionFactory","filter","878754QnZgAr","registerDescriptionCallback","registerElementLabel","getSelectedBlocks","TrackChangesEditing","212670GqxKte","has","find","*Set format:* %0","blockName","markBlockFormat","format","forceValue","plugins","4260893bXKiGU","config","9RHWGEu","locale","change","label","130JgVRvz","ELEMENT_CODE_BLOCK"];return(Cs=function(){return t})()}!function(t){const e=As,n=t();for(;;)try{if(510911===-parseInt(e(171))/1+-parseInt(e(203))/2*(parseInt(e(176))/3)+parseInt(e(206))/4*(parseInt(e(217))/5)+-parseInt(e(193))/6*(-parseInt(e(185))/7)+parseInt(e(168))/8*(parseInt(e(187))/9)+parseInt(e(191))/10*(parseInt(e(199))/11)+parseInt(e(207))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Ns extends t.Plugin{[ks(216)](){const t=ks,e=this[t(201)];if(!e[t(184)][t(177)](t(218)))return;const n=e[t(184)][t(219)](t(175)),r=e[t(188)],s=e[t(186)][t(219)](t(211))[t(208)],o=e[t(213)][t(219)](t(211));n[t(202)](t(195)),n[t(202)](t(210)),n[t(202)](t(211),((r,i={})=>{const a=t,c=e[a(205)],u=e[a(205)][a(214)][a(209)],l=i&&void 0!==i[a(183)]?i[a(183)]:!o[a(198)];let f;i[a(204)]||(i[a(204)]=s[0][a(204)]),f=l?Array[a(222)](u[a(174)]())[a(170)]((t=>Ls(t)||function(t,e){const n=a;return!t.is(n(221))&&!e[n(167)](t)&&e[n(197)](t[n(220)],n(211))}(t,c[a(212)]))):Array[a(222)](u[a(174)]())[a(170)]((t=>Ls(t)));const h=C(f,c);c[a(189)]((()=>{const t=a;for(const e of h)n[t(181)](e,{commandName:t(211),commandParams:[{...i,forceValue:l}],formatGroupId:t(180)})}))})),n[t(169)][t(173)](t(211),(e=>qr(r,t(192),e))),n[t(169)][t(172)]((e=>{const n=t;if(n(196)!=e[n(194)])return;const o=r.t,{data:i}=e;if(!i||n(211)!=i[n(225)])return;const a=i[n(200)][0][n(204)],c=o(s[n(178)]((t=>t[n(204)]===a))[n(190)])[n(223)]();return i[n(200)][0][n(183)]?{type:n(182),content:qr(r,n(179),qr(r,n(192),1)+" ("+c+")")}:{type:n(182),content:qr(r,n(224),qr(r,n(192),1))}}))}}function Ls(t){const e=ks;return e(211)==t[e(215)]}function Rs(){const t=["1rrPDVx","editor","6405921JKuSDv","TrackChangesEditing","298638bLdEYa","addCommentThread","14pvznBJ","has","afterInit","enableCommand","3356178gAwfWp","175LOSBRv","8760433uagzTv","71428IRcjop","get","plugins","8tWHhAD","1340340ylDwub","2755623hlkxqV","36wCkMqI","CommentsEditing","10UiHHES"];return(Rs=function(){return t})()}const Ss=Ms;function Ms(t,e){const n=Rs();return(Ms=function(t,e){return n[t-=371]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(618179===parseInt(e(382))/1*(-parseInt(e(386))/2)+-parseInt(e(377))/3+parseInt(e(373))/4*(-parseInt(e(371))/5)+-parseInt(e(392))/6*(-parseInt(e(388))/7)+parseInt(e(376))/8*(-parseInt(e(384))/9)+-parseInt(e(381))/10*(-parseInt(e(372))/11)+-parseInt(e(379))/12*(-parseInt(e(378))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Rs);class vs extends t.Plugin{[Ss(390)](){const t=Ss,e=this[t(383)];e[t(375)][t(389)](t(380))&&e[t(375)][t(374)](t(385))[t(391)](t(387))}}var ws=n(834);function Os(t,e){const n=Ps();return(Os=function(t,e){return n[t-=409]})(t,e)}function Ds(t,e,n){const r=Os,s=[];for(const o of e[r(434)]())o[r(437)](t)&&s[r(413)](n[r(409)](o));return s}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(449)][r(447)](r(431));return(o,i,a)=>{const c=r;if(!a[c(410)][c(420)](i[c(458)],o[c(454)]))return;const u=i[c(458)][c(450)](),l=i[c(458)][c(436)],f=t[c(442)][c(411)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(451)];d=d||f[c(426)](e);const n=a[c(443)][c(441)](e);if(n&&n[c(439)](c(457)))return;c(440)==t[c(417)]&&f[c(435)](e)&&!f[c(446)](e)&&(e[c(455)]||l[c(448)]?h&&h[c(460)]==e||(h=e,m(t[c(418)]),p=!0):g=g||t[c(418)])}function m(t){const r=c,{authorId:o}=s[r(416)](i[r(456)]),u=a[r(432)][r(419)](r(424),{class:r(427)+e,"data-author-id":o}),l=a[r(443)][r(415)](t);n&&s[r(452)][r(433)](i[r(456)])&&a[r(432)][r(421)](r(444),u),a[r(432)][r(425)](l,u),a[r(443)][r(459)](u,i[r(456)])}d||p||!g||m(g)}}function Ps(){const t=["22162tMUEeR","117kMmAqh","TrackChangesEditing","writer","includes","getItems","isBlock","start","hasAttribute","4687390jqAQWH","getCustomProperty","elementEnd","toViewElement","model","mapper","ck-suggestion-marker--active","13857152paeoZf","isLimit","get","isAtEnd","plugins","getWalker","item","activeMarkers","9xapJqu","name","nextSibling","markerName","addHighlight","markerRange","bindElementToMarker","parent","createRangeOn","consumable","schema","1872366HoEoeD","push","1474747hcXUxW","toViewPosition","_splitMarkerName","type","previousPosition","createUIElement","test","addClass","49359910qnPytA","7FmmXNt","span","insert","isContent","ck-suggestion-marker-","6629112BxCntL"];return(Ps=function(){return t})()}!function(t){const e=Os,n=t();for(;;)try{if(889202===-parseInt(e(414))/1+-parseInt(e(429))/2*(parseInt(e(430))/3)+-parseInt(e(428))/4+parseInt(e(438))/5+-parseInt(e(412))/6*(-parseInt(e(423))/7)+-parseInt(e(445))/8+parseInt(e(453))/9*(parseInt(e(422))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ps);const xs=Us;function Bs(){const t=["high","selection","get","TrackChangesEditing","document","root","mapper","commands","bind","isCollapsed","uiElement","writer","63KCaSle","markerName","184CWpmtg","showSuggestionHighlights","unit","end","delete","createSelection","unlock","downcastDispatcher","3244948MtNUCf","17670820PkrjuV","$graveyard","remove","forward","batch","createRange","buffer","enableCommand","detach","editing","deleteForward","85GBweex","fromRange","addMarker:suggestion:deletion","rootName","445602zYrFgo","options","166977SwXOpc","requires","getFirstRange","unbindElementFromMarkerName","start","merge","data","126284riEvrn","13494FLyNne","lock","removeMarker:suggestion:deletion","setSelection","model","editor","476250EpPtfZ","markerNameToElements","plugins","modifySelection","init","enqueueChange"];return(Bs=function(){return t})()}function Us(t,e){const n=Bs();return(Us=function(t,e){return n[t-=320]})(t,e)}!function(t){const e=Us,n=t();for(;;)try{if(352112===parseInt(e(351))/1+parseInt(e(345))/2*(parseInt(e(369))/3)+-parseInt(e(344))/4*(-parseInt(e(331))/5)+parseInt(e(335))/6+parseInt(e(379))/7+parseInt(e(371))/8*(parseInt(e(337))/9)+-parseInt(e(320))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bs);class js extends t.Plugin{static get[xs(338)](){return[ws.Delete]}[xs(355)](){const t=xs,e=this[t(350)],n=e[t(353)][t(359)](t(360));n[t(327)](t(375));const r=e[t(364)][t(359)](t(330));n[t(327)](t(330),((n,s={})=>{const o=t,a=e[o(349)][o(376)](e[o(349)][o(361)][o(358)]);a[o(366)]&&e[o(349)][o(354)](a,{direction:o(323),unit:s[o(373)]});const c=a[o(339)](),u=i.LiveRange[o(332)](c);let l;n(s),l=o(321)==u[o(362)][o(334)]?e[o(349)][o(325)](c[o(341)]):e[o(349)][o(325)](u[o(341)],u[o(374)]),u[o(328)](),e[o(349)][o(356)](r[o(326)][o(324)],(t=>{const e=o;r[e(326)][e(346)](),t[e(348)](t[e(325)](l[e(374)])),r[e(326)][e(377)]()}))})),e[t(329)][t(378)].on(t(333),Fs(e,t(342)),{priority:t(357)}),e[t(343)][t(378)].on(t(333),((n,r,s)=>{const o=t;s[o(336)][o(372)]&&Fs(e,o(342),{showActiveMarker:!1})[o(365)](this)(n,r,s)}),{priority:t(357)}),e[t(329)][t(378)].on(t(347),((e,n,r)=>{const s=t,o=r[s(363)][s(352)](n[s(370)]);if(o)for(const t of o)t.is(s(367))&&(r[s(363)][s(340)](t,n[s(370)]),r[s(368)][s(322)](t))}),{priority:t(357)})}}const Gs=Hs;function Vs(){const t=["plugins","attribute","isUndo","*Set format:* %0","*Outdent:* %0","ELEMENT_","TodoListEditing","*Merge:* %0","locale","suggestion:attribute:","has","registerCustomCallback","listStyle","oldValue","refresh","meta","todo","getChanges","descriptionFactory","model","registerElementLabel","getChangedMarkers","getSuggestion","bulletedList","checkTodoList","getFirstMarker","registerPostFixer","change","oldRange","numberedList","filter","execute","multipleBlocks","createRange","value","listMarkerStyle","customBulletedList","*Split:* list item","listIndent","listMarker","1299030KHhrOU","commandParams","ListEditing","_suggestionFactory","startsWith","TrackChangesEditing","isObject","2540415sbHVQN","type","config","todoList","outdentList","splitListItemBefore","todoListCheck","registerDescriptionCallback","7352856TaCUxY","noTrackChangesFixer","selection","hasSuggestion","forceValue","isNextTo","assureChains","mergeListItemBackward","1894184xufTsK","setSelection","trackChangesCommand","includes","push","*Merge:* list item","attributeKey","high","FORMAT_INDENT","nodeAfter","listType","listItemId","*Format:* insert into %0","setAttribute","249269UMXxwR","start","customNumberedList","previousSibling","_supportLegacySuggestions","suggestion","getAttribute","ELEMENT_TODO_LIST","get","newValue","*Check item*","registerBlockAttribute","removeMarker","from","1660784BhUDhS","*Format:* remove from %0","_findSuggestions","containsItem","format","formatBlock","fromRange","4044JOUUoQ","*Change to:* %0","newRange","differ","isLocal","data","registerAttributeLabel","todoListChecked","head","_LIST","range","createPositionAt","detach","length","*Indent:* %0","indentList","list.multiBlock","_registerLegacyDescription","mergeListItemForward","groupId","bulleted","name","afterInit","toUpperCase","splitListItemAfter","listReversed","editor","ELEMENT_BULLETED_LIST","find","documentList","*Remove format:* %0","enableDefaultAttributesIntegration","_splitMarkerName","end","batch","map","getSuggestions","deletion","listItemIdFixer","8hvLltO","nextSibling","key","accept","default","listStart","add","attributes","commands","ELEMENT_LIST_ITEM","commandName","_getAttributeKey","ELEMENT_NUMBERED_LIST","schema","getFirstRange","size","change:data","*Uncheck item*","document","parent","getRanges","next","numbered"];return(Vs=function(){return t})()}function Hs(t,e){const n=Vs();return(Hs=function(t,e){return n[t-=376]})(t,e)}!function(t){const e=Hs,n=t();for(;;)try{if(681418===parseInt(e(456))/1+parseInt(e(442))/2+parseInt(e(426))/3+-parseInt(e(516))/4*(parseInt(e(419))/5)+parseInt(e(477))/6+-parseInt(e(434))/7+parseInt(e(470))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class zs extends t.Plugin{[Gs(499)](){const t=Gs,e=this[t(503)];if(!e[t(379)][t(389)](t(421)))return;const n=e[t(387)],r=e[t(379)][t(464)](t(424)),s=e[t(379)][t(389)](t(385)),o=!!e[t(428)][t(464)](t(493));function i(e){const r=t;return{type:r(474),content:""+qr(n,r(382),e)}}function a(e){const r=t;return{type:r(474),content:""+qr(n,r(507),e)}}r[t(508)](t(408)),r[t(508)](t(402)),r[t(508)](t(458)),r[t(508)](t(415)),r[t(508)](t(492)),r[t(508)](t(430)),r[t(508)](t(501)),r[t(508)](t(431)),r[t(467)](t(453)),r[t(467)](t(452)),r[t(467)](t(417)),o&&(r[t(508)](t(441)),r[t(508)](t(495))),s&&(r[t(508)](t(429)),r[t(508)](t(403)),r[t(467)](t(484)),r[t(397)][t(433)]((e=>{const r=t,{data:s}=e;if(s&&r(484)==s[r(518)])return{type:r(474),content:s[r(465)]?qr(n,r(466)):qr(n,r(533))}})),this[t(503)][t(398)][t(534)][t(405)]((e=>{const n=t;if(e[n(511)][n(381)])return!1;let s=!1;const o=r[n(513)]({skipNotAttached:!0})[n(409)]((t=>n(484)===r[n(527)](t)));for(const t of o)n(395)!=t[n(530)]()[n(457)][n(451)][n(462)](n(452))&&(r[n(472)](t[n(530)](),n(380))[n(505)]((t=>n(452)===r[n(527)](t[n(461)])))||(e[n(468)](t[n(404)]()),s=!0));return s}))),r[t(397)][t(483)](t(417),qr(n,t(450)));const c={type:t(474),content:""};r[t(397)][t(433)]((e=>{const r=t,{data:s}=e;if(!s||r(452)!=s[r(518)])return;let u=e[r(485)];for(;u;){if(u[r(482)]&&((r(391)==u[r(482)][r(518)]||r(414)==u[r(482)][r(518)])&&(u[r(482)][r(465)]&&r(520)!=u[r(482)][r(465)]||r(520)!=u[r(482)][r(392)]&&!s[r(465)])||!o&&u[r(482)][r(518)]==Lc))return c;u=u[r(377)]}if(null==s[r(465)])switch(s[r(392)]){case r(497):return a(qr(n,r(504)));case r(378):return a(qr(n,r(528)));case r(395):return a(qr(n,r(463)))}switch(s[r(465)]){case r(497):return i(qr(n,r(504)));case r(378):return i(qr(n,r(528)));case r(395):return i(qr(n,r(463)))}})),r[t(397)][t(433)]((e=>{const n=t,{data:r}=e;if(r&&n(417)==r[n(518)])return null==r[n(465)]||null==r[n(392)]&&0==r[n(465)]?c:void 0})),r[t(397)][t(433)]((e=>{const r=t;if(r(380)!=e[r(427)])return;const{data:s}=e;if(!s||r(453)!=s[r(518)])return;const o=Ws(e);return r(465)==o?{type:r(474),content:qr(n,r(447))}:r(392)==o?{type:r(474),content:qr(n,r(416))}:c})),e[t(398)][t(534)][t(405)]((e=>this[t(515)](e))),e[t(398)][t(534)][t(405)]((e=>this[t(435)](e))),e[t(398)][t(534)].on(t(532),((e,n)=>{const r=t;if(n[r(381)]||!n[r(481)])return!1;this[r(440)]()}),{priority:t(449)}),this[t(460)]()}[Gs(515)](t){const e=Gs;if(t[e(511)][e(381)]||!t[e(511)][e(481)])return!1;let n=!1;const r=this[e(503)][e(379)][e(464)](e(424))[e(513)]({skipNotAttached:!0})[e(409)]((t=>t[e(482)]&&e(453)==t[e(482)][e(518)]))[e(409)]((t=>t[e(482)][e(465)]&&t[e(482)][e(392)]));for(const s of r)Ws(s)||(t[e(468)](s[e(404)]()),n=!0);return n}[Gs(435)](t){const e=Gs;if(t[e(511)][e(381)]||!t[e(511)][e(481)])return!1;const n=this[e(503)][e(379)][e(464)](e(424));if(n[e(444)][e(413)])return!1;let r=!1;const s=[e(452),e(453),e(417),e(391),e(521),e(502),e(432),e(418),e(414)],o=this[e(503)][e(398)][e(534)][e(480)][e(396)]()[e(409)]((t=>e(380)==t[e(427)]))[e(409)]((t=>s[e(445)](t[e(448)])));if(0==o[e(490)])return r;for(const i of o){const o=n[e(472)](i[e(487)],e(380))[e(409)]((t=>!t[e(394)][e(439)]))[e(512)]((t=>t[e(461)]))[e(409)]((t=>{const r=e,o=n[r(527)](t);return s[r(445)](o)}));if(o[e(490)]){for(const n of o)t[e(468)](n[e(404)]());r=!0}}return r}[Gs(440)](){const t=Gs,e=this[t(503)][t(379)][t(464)](t(424)),n=[t(452),t(453),t(417),t(391),t(521),t(502),t(432),t(418),t(414)];let r;const s=new Set(this[t(503)][t(398)][t(534)][t(480)][t(400)]()[t(409)]((r=>{const s=t;if(r[s(482)][s(407)]||!r[s(482)][s(479)])return null;if(!r[s(498)][s(423)](s(388)))return null;const{id:o}=e[s(509)](r[s(498)]);if(!e[s(437)](o))return null;const i=e[s(401)](o);return n[s(445)](i[s(482)][s(518)])}))[t(512)]((n=>{const s=t,{id:o}=e[s(509)](n[s(498)]),i=e[s(401)](o);return r=i[s(523)][s(496)],i[s(530)]()[s(457)][s(451)]})));if(0==s[t(531)])return;const o=e[t(513)]({skipNotAttached:!0})[t(409)]((e=>t(380)==e[t(427)]&&e[t(482)]&&n[t(445)](e[t(482)][t(518)])&&e[t(523)][t(496)]!=r))[t(512)]((e=>({listItem:e[t(530)]()[t(457)][t(451)],groupId:e[t(523)][t(496)]}))),i=new Set;for(const{groupId:e,listItem:n}of o)s[t(389)](n)&&i[t(522)](e);for(const n of e[t(513)]())i[t(389)](n[t(523)][t(496)])&&n[t(455)](t(496),r)}[Gs(460)](){const t=Gs,e=this[t(503)],n=e[t(387)],r=e[t(379)][t(464)](t(424));this[t(494)](),r[t(422)][t(390)](t(475),t(506),t(519),(function(n,r){const s=t,o=[];for(let t of n)t[s(457)][s(451)]===t[s(510)][s(535)]&&(t=e[s(398)][s(412)](e[s(398)][s(488)](t[s(457)][s(451)],0))),o[s(446)](t);e[s(398)][s(406)]((t=>{const n=s,a=e[n(398)][n(534)][n(436)],c=Array[n(469)](a[n(376)]())[n(512)]((t=>i.LiveRange[n(476)](t)));t[n(443)](o),e[n(524)][n(464)](r[n(526)])[n(393)](),r[n(420)][n(446)]({forceDefaultExecution:!0}),e[n(410)](r[n(526)],...r[n(420)]),t[n(443)](c);for(const t of c)t[n(489)]()}))})),r[t(397)][t(399)]((function(n){const r=t,s=!e[r(398)][r(529)][r(425)](n),o=n[r(459)],i=n[r(517)],a=n[r(462)](r(453)),c=!o||o[r(462)](r(453))!==a,u=!i||i[r(462)](r(453))!==a;return s&&Boolean(a)&&c&&u}),(e=>qr(n,t(525),e)))}[Gs(494)](){const t=Gs,e=this[t(503)],n=e[t(387)];function r(n){const r=t,s=e[r(524)][r(464)](r(402))[r(413)],o=e[r(524)][r(464)](r(408))[r(413)];return r(408)===n?s:o}e[t(379)][t(464)](t(424))[t(397)][t(433)]((function(s){const o=t;if(o(475)!=s[o(427)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(526)]){case o(402):u=i[o(420)][0][o(438)],l=r(i[o(526)]),a=o(u?454:471),!l&&e[o(428)][o(464)](o(493))||(a=o(478)),c={type:o(474),content:qr(n,a,qr(n,o(504)))};break;case o(408):u=i[o(420)][0][o(438)],l=r(i[o(526)]),a=o(u?454:471),!l&&e[o(428)][o(464)](o(493))||(a=o(478)),c={type:o(474),content:qr(n,a,qr(n,o(528)))};break;case o(492):a=o(491),c={type:o(474),content:qr(n,a,qr(n,o(525)))};break;case o(430):a=function(t){const e=o,n=t[e(530)]();let r=n[e(457)][e(451)];for(;r&&n[e(473)](r);){if(r[e(462)](e(417))>0)return!1;r=r[e(517)]}return!0}(s)?qr(n,o(471),qr(n,function(t){const e=o;return e(384)+t[e(530)]()[e(457)][e(451)][e(462)](e(452))[e(500)]()+e(486)}(s))):qr(n,o(383),qr(n,o(525))),c={type:o(474),content:a};break;case o(441):case o(495):!1===i[o(411)]&&(a=o(386),c={type:o(514),content:qr(n,a,qr(n,o(525)))})}return c}))}}function Ws(t){const e=Gs;let n=t[e(530)]()[e(457)][e(451)][e(459)];for(;n;){const r=n[e(462)](e(453));if(!r)return!1;if(r==t[e(482)][e(465)])return e(465);if(r==t[e(482)][e(392)])return e(392);n=n[e(459)]}return!1}const qs=Xs;function Ks(){const t=["replace","commandName","ListPropertiesEditing","listType","model","listStyle","TrackChangesEditing","*Change to:* %0","enableDefaultAttributesIntegration","plugins","1305418VfHNPb","formatBlock","lower-roman","descriptionFactory","8443530SXkGzs","getSuggestions","*Set format:* %0","find","nodeAfter","113300sKRNNa","format","editor","next","*Remove format:* %0","has","type","numbered","*Format:* set order to regular","bulleted","locale","includes","square","newValue","attribute","FORMAT_LIST_START","108KmRTRq","handleDescriptions","registerDescriptionCallback","config","28244106LpqBEg","head","listStart","toUpperCase","removeMarker","lower-latin","document","isUndo","styles","_findSuggestions","circle","batch","default","filter","afterInit","getAttribute","commandParams","_registerLegacyDescription","list.properties","start","_getAttributeKey","data","listReversed","FORMAT_LIST_REVERSED","registerPostFixer","_getTranslationKeyForListStyle","oldValue","5661082FKISzB","*Format:* set order to reversed","registerBlockAttribute","bind","getFirstRange","registerAttributeLabel","reversed","8oEkdbK","key","getFirstMarker","upper-roman","ELEMENT_","_LIST_DEFAULT","128958ZjxWym","upper-latin","_LIST_","get","suggestion","4700370bOPatW","decimal","startIndex","disc","decimal-leading-zero","customNumbered","*Format:* set start index to %0"];return(Ks=function(){return t})()}function Xs(t,e){const n=Ks();return(Xs=function(t,e){return n[t-=168]})(t,e)}!function(t){const e=Xs,n=t();for(;;)try{if(789966===parseInt(e(221))/1+parseInt(e(199))/2+parseInt(e(246))/3*(parseInt(e(230))/4)+parseInt(e(204))/5+parseInt(e(225))/6+parseInt(e(186))/7*(-parseInt(e(193))/8)+-parseInt(e(250))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ks);class Js extends t.Plugin{[qs(173)](){const t=qs;if(!this[t(232)][t(220)][t(235)](t(213)))return;const e=this[t(232)][t(249)][t(202)](t(177)),n=this[t(232)][t(220)][t(202)](t(217));e[t(258)]&&(n[t(219)](t(216)),n[t(188)](t(216))),e[t(192)]&&(n[t(219)](t(181)),n[t(188)](t(181))),e[t(206)]&&(n[t(219)](t(252)),n[t(188)](t(252)));const r={type:t(231),content:""};n[t(224)][t(248)](this[t(247)][t(189)](this));const s=this[t(232)][t(240)];n[t(224)][t(191)](t(181),qr(s,t(182))),n[t(224)][t(248)]((e=>{const n=t,{data:s}=e;if(s&&n(181)==s[n(194)])return null==s[n(243)]||0==s[n(243)]&&null==s[n(185)]?r:void 0})),n[t(224)][t(191)](t(252),qr(s,t(245))),n[t(224)][t(248)]((e=>{const n=t,{data:s}=e;if(s&&n(252)==s[n(194)])return null==s[n(243)]||1==s[n(243)]&&null==s[n(185)]?r:void 0})),this[t(232)][t(215)][t(256)][t(183)]((e=>{const r=t;if(e[r(170)][r(257)])return!1;let s=!1;const o=n[r(226)]({skipNotAttached:!0})[r(172)]((t=>{const e=r,s=n[e(179)](t);return e(252)==s||e(181)==s}));for(const t of o){const o=t[r(190)]()[r(178)][r(229)][r(174)](r(214));r(237)!=o&&r(209)!=o&&(n[r(168)](t[r(190)](),r(244))[r(228)]((t=>r(214)==n[r(179)](t[r(203)])))||(e[r(254)](t[r(195)]()),s=!0))}return s})),this[t(176)]()}[qs(247)](t){const e=qs,n=this[e(232)][e(240)],{data:r}=t,s={type:e(231),content:""};if(!r||e(216)!=r[e(194)])return;if(!r[e(185)])return e(171)==r[e(243)]?s:{type:e(231),content:""+qr(n,e(227),qr(n,this[e(184)](r[e(243)])))};if(!r[e(243)]){if(e(171)==r[e(185)])return s;let o=t[e(251)];for(;o;){if(o[e(180)]&&e(214)==o[e(180)][e(194)]&&o[e(180)][e(243)])return s;o=o[e(233)]}return{type:e(231),content:""+qr(n,e(234),qr(n,this[e(184)](r[e(185)])))}}if(e(171)!=r[e(243)])return{type:e(231),content:""+qr(n,e(227),qr(n,this[e(184)](r[e(243)])))};let o=t[e(251)];for(;o;){if(o[e(180)]&&e(214)==o[e(180)][e(194)]&&o[e(180)][e(243)]&&o[e(180)][e(185)])return s;o=o[e(233)]}const i=t[e(190)]()[e(178)][e(229)][e(174)](e(214));return{type:e(231),content:qr(n,e(227),qr(n,e(197)+i[e(253)]()+e(198)))}}[qs(176)](){const t=qs,e=this[t(232)],n=e[t(240)];e[t(220)][t(202)](t(217))[t(224)][t(248)]((e=>{const r=t;if(r(222)!=e[r(236)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(212)]){case r(216):o=r(218),i={type:r(231),content:qr(n,o,qr(n,this[r(184)](s[r(175)][0][r(236)])))};break;case r(181):o=s[r(175)][0][r(192)]?r(187):r(238),i={type:r(231),content:qr(n,o)};break;case r(252):o=r(210),i={type:r(231),content:qr(n,o,s[r(175)][0][r(206)])}}return i}))}[qs(184)](t){const e=qs;return e(197)+function(t){const n=e;return Zs[n(241)](t)?n(239):Ys[n(241)](t)?n(237):null}(t)[e(253)]()+e(201)+t[e(253)]()[e(211)](/-/g,"_")}}const Zs=[qs(207),qs(169),qs(242)],Ys=[qs(205),qs(208),qs(223),qs(196),qs(255),qs(200)];var Qs=n(507);function $s(){const t=["mapper","fromRange","editing","document","parent","markerName","17324racWHM","showSuggestionHighlights","10879648DJoUjK","120ciCRXp","addMarker:suggestion:insertion","nextSibling","enter","downcastDispatcher","get","markInsertion","afterExecute","enableCommand","5156037fDMfpf","init","bind","removeMarker:suggestion:insertion","requires","fire","selection","TrackChangesEditing","setSelection","plugins","7uPeNGm","high","commands","split","model","9685143AIPZEg","ck-suggestion-marker-split","createPositionAt","createRange","getFirstRange","end","markerNameToElements","451062VBaRgA","2755790OWTtkY","getFirstPosition","options","change","data","hasClass","editor","23011JBhVOp","enterBlock","remove","writer","485oANIyy","detach","unbindElementFromMarkerName"];return($s=function(){return t})()}const to=eo;function eo(t,e){const n=$s();return(eo=function(t,e){return n[t-=381]})(t,e)}!function(t){const e=eo,n=t();for(;;)try{if(882961===-parseInt(e(405))/1*(-parseInt(e(421))/2)+parseInt(e(430))/3+-parseInt(e(418))/4*(-parseInt(e(409))/5)+parseInt(e(397))/6*(parseInt(e(385))/7)+-parseInt(e(420))/8+-parseInt(e(390))/9+-parseInt(e(398))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);class no extends t.Plugin{static get[to(434)](){return[Qs.Enter]}[to(431)](){const t=to,e=this[t(404)],n=e[t(384)][t(426)](t(382)),r=e[t(387)][t(426)](t(424));n[t(429)](t(424),(()=>{const s=t;e[s(389)][s(401)]((t=>{const o=s,a=e[o(389)][o(415)][o(381)],c=a[o(399)](),u=i.LiveRange[o(413)](a[o(394)]());if(r[o(406)](t)){const r=e[o(389)][o(392)](c[o(416)][o(423)],0),s=t[o(393)](c,r);n[o(427)](s)}else t[o(383)](t[o(393)](u[o(395)]));u[o(410)](),r[o(435)](o(428),{writer:t})}))})),e[t(414)][t(425)].on(t(422),Fs(e,t(388)),{priority:t(386)}),e[t(414)][t(425)].on(t(433),((e,n,r)=>{const s=t,o=r[s(412)][s(396)](n[s(417)]);if(o)for(const t of o)t[s(403)](s(391))&&(r[s(412)][s(411)](t,n[s(417)]),r[s(408)][s(407)](t))}),{priority:t(386)}),e[t(402)][t(425)].on(t(422),((n,r,s)=>{const o=t;s[o(400)][o(419)]&&Fs(e,o(388),{showActiveMarker:!1})[o(432)](this)(n,r,s)}),{priority:t(386)})}}const ro=so;function so(t,e){const n=oo();return(so=function(t,e){return n[t-=222]})(t,e)}function oo(){const t=["item","821720dxzJdJ","7DoXNOa","has","enableCommand","1035188rbYQEI","FindAndReplaceEditing","string","createPositionAt","suggestion:deletion","165320TragvY","findPrevious","markers","start","TrackChangesEditing","filter","1056256qXfKlD","3426558DGDMDw","1526036UeuMzQ","bind","1059153GjBvHZ","findByTextCallback","replaceAll","end","model","81KyXCGz","handleFindCommand","results","getIntersection","replace","getMarkersGroup","editor","isArray","FindAndReplaceUtils","findNext","getRange","afterInit","get","plugins","find","_isInDeletionRange","createRange"];return(oo=function(){return t})()}!function(t){const e=so,n=t();for(;;)try{if(424673===-parseInt(e(262))/1+-parseInt(e(224))/2+parseInt(e(239))/3+-parseInt(e(237))/4+parseInt(e(229))/5+parseInt(e(236))/6*(parseInt(e(263))/7)+-parseInt(e(235))/8*(-parseInt(e(244))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oo);class io extends t.Plugin{[ro(255)](){const t=ro;if(!this[t(250)][t(257)][t(222)](t(225)))return;const e=this[t(250)][t(257)][t(256)](t(233));e[t(223)](t(258),this[t(245)][t(238)](this)),e[t(223)](t(253)),e[t(223)](t(230)),e[t(223)](t(248)),e[t(223)](t(241))}[ro(245)](t,e,n={}){const r=ro,s=this[r(250)][r(257)][r(256)](r(252));return t((t=>{const o=r;let i=(o(226)==typeof e?s[o(240)](e,n):e)(t);Array[o(251)](i)&&(i={results:i,searchText:o(226)==typeof e?e:""});const a=i[o(246)][o(234)]((e=>!1===this[o(259)](e,t[o(261)])));return{...i,results:a}}),n)}[ro(259)](t,e){const n=ro,r=this[n(250)][n(243)][n(260)](this[n(250)][n(243)][n(227)](e,t[n(232)]),this[n(250)][n(243)][n(227)](e,t[n(242)]));for(const t of this[n(250)][n(243)][n(231)][n(249)](n(228)))if(null!==r[n(247)](t[n(254)]()))return!0;return!1}}const ao=co;function co(t,e){const n=lo();return(co=function(t,e){return n[t-=255]})(t,e)}!function(t){const e=co,n=t();for(;;)try{if(879415===parseInt(e(314))/1+parseInt(e(268))/2*(-parseInt(e(303))/3)+-parseInt(e(295))/4+-parseInt(e(285))/5+-parseInt(e(288))/6*(parseInt(e(282))/7)+parseInt(e(257))/8*(-parseInt(e(309))/9)+parseInt(e(302))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lo);const uo=[{pluginName:ao(271),commandName:ao(293)},{pluginName:ao(290),commandName:ao(260)},{pluginName:ao(304),commandName:ao(298)},{pluginName:ao(259),commandName:ao(265)}];function lo(){const t=["editor","39477120ttwvhM","1158beUNEh","FontColorEditing","*Set font family:* %0","trim","_registerLegacyDescription","FORMAT_FONT_FAMILY","17397WaerHq","FORMAT_FONT_SIZE","normalizeSizeOptions","fontBackgroundColor.colors","*Set font size:* %0","1105141ZrWpSv","registerAttributeLabel","FORMAT_FONT_COLOR","*Reset font family*","3488WJqwQA","*Set font background color:* %0","FontBackgroundColorEditing","fontFamily","commandName","has","registerDescriptionCallback","label","fontBackgroundColor","format","FontSize","4252MtyRTD","type","fontColor.colors","FontSizeEditing","FORMAT_FONT_BACKGROUND","TrackChangesEditing","find","config","*Reset font color*","plugins","fontSize.options","registerInlineAttribute","title","model","1798293UyhTEs","get","commandParams","6079205OyRgLX","toLowerCase","*Reset font background color*","24SraRiM","locale","FontFamilyEditing","enableDefaultAttributesIntegration","*Reset font size*","fontSize","descriptionFactory","1066308oUxVmh","value","*Set font color:* %0","fontColor","afterInit","formatInline"];return(lo=function(){return t})()}class fo extends t.Plugin{[ao(299)](){const t=ao,e=this[t(301)][t(289)],n=this[t(301)][t(277)][t(283)](t(273));for(const{pluginName:e,commandName:r}of uo)this[t(301)][t(277)][t(262)](e)&&(n[t(291)](r),n[t(279)](r));n[t(294)][t(315)](t(293),qr(e,t(310))),n[t(294)][t(315)](t(260),qr(e,t(308))),n[t(294)][t(315)](t(298),qr(e,t(255))),n[t(294)][t(315)](t(265),qr(e,t(272))),this[t(307)]()}[ao(307)](){const t=ao,e=this[t(301)],n=e[t(289)];e[t(277)][t(283)](t(273))[t(294)][t(263)]((e=>{const r=t,o=n.t;if(r(300)!=e[r(269)])return;const{data:i}=e;if(null!=i){if(r(293)==i[r(261)]){const t=i[r(284)][0][r(296)];if(t){const e=o(this[r(301)][r(277)][r(283)](r(267))[r(311)](this[r(301)][r(275)][r(283)](r(278)))[r(274)]((e=>e[r(281)]==t))[r(280)])[r(286)]();return{type:r(266),content:qr(n,r(313),e)}}return{type:r(266),content:qr(n,r(292))}}if(r(260)==i[r(261)]){const t=i[r(284)][0][r(296)];return t?{type:r(266),content:qr(n,r(305),t)}:{type:r(266),content:qr(n,r(256))}}if(r(298)==i[r(261)]){const t=i[r(284)][0][r(296)];if(t){const e=(0,s.normalizeColorOptions)(this[r(301)][r(275)][r(283)](r(270)))[r(274)]((e=>e[r(281)]==t));let i=t,a="";return e&&(i=e[r(264)],a=o(i)[r(286)]()),{type:r(266),content:qr(n,r(297),a)[r(306)](),color:{value:t,title:a||i}}}return{type:r(266),content:qr(n,r(276))}}if(r(265)==i[r(261)]){const t=i[r(284)][0][r(296)];if(t){const e=(0,s.normalizeColorOptions)(this[r(301)][r(275)][r(283)](r(312)))[r(274)]((e=>e[r(281)]==t));let i=t,a="";return e&&(i=e[r(264)],a=o(i)[r(286)]()),{type:r(266),content:qr(n,r(258),a)[r(306)](),color:{value:t,title:a||i}}}return{type:r(266),content:qr(n,r(287))}}}}))}}function ho(){const t=["format","locale","fontColor.colors","commands","title","commandParams","15cqkqHq","push","fontSize.options","toUpperCase","plugins","enableCommand","normalizeSizeOptions","3088932DsRaEC","235348jjOzAI","*Set format to:* %0","join","9DqxAhf","12984jtTasi","TrackChangesEditing","fontColor","entries","charAt","config","pasteFormat","formatInline","FontSize","34hyywiY","*Remove all formatting*","length","model","enableDefaultAttributesIntegration","formatBlock","_registerLegacyDescription","find","copyFormat","fontSize","type","get","2998832JbrlYq","afterInit","commandName","boolean","2000020gQbiMi","1220OkbgBn","registerDescriptionCallback","76sNppSX","10573695waetJS","label","slice","editor","split","toLowerCase","fontBackgroundColor","descriptionFactory"];return(ho=function(){return t})()}const go=po;function po(t,e){const n=ho();return(po=function(t,e){return n[t-=350]})(t,e)}!function(t){const e=po,n=t();for(;;)try{if(287426===-parseInt(e(384))/1*(parseInt(e(403))/2)+-parseInt(e(363))/3*(parseInt(e(371))/4)+-parseInt(e(401))/5*(-parseInt(e(375))/6)+parseInt(e(370))/7+parseInt(e(396))/8+parseInt(e(374))/9*(parseInt(e(400))/10)+-parseInt(e(404))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ho);class mo extends t.Plugin{[go(397)](){const t=go,e=this[t(352)],n=e[t(367)][t(395)](t(376)),r=e[t(360)][t(395)](t(392)),s=e[t(360)][t(395)](t(381));r&&s&&(n[t(388)](t(381)),n[t(368)](t(392)),this[t(390)]())}[go(390)](){const t=go,e=this[t(352)],n=e[t(358)];e[t(367)][t(395)](t(376))[t(356)][t(402)]((r=>{const s=t;if(s(389)!=r[s(394)]&&s(382)!=r[s(394)])return;const{data:o}=r;if(o&&s(381)===o[s(398)]){const t=[],r=o[s(362)][0];for(const[n,o]of Object[s(378)](r))t[s(364)](Io(e,n,o));return t[s(386)]?{type:s(357),content:qr(n,s(372),t[s(373)](", "))}:{type:s(357),content:qr(n,s(385))}}}))}}function Io(t,e,n){const r=go,o=t[r(358)].t,i=e[r(353)](/(?=[A-Z])/)[r(373)](" "),a=o(i[r(379)](0)[r(366)]()+i[r(351)](1))[r(354)]();if(r(399)==typeof n)return a;if(r(377)===e||r(355)===e){const e=(0,s.normalizeColorOptions)(t[r(380)][r(395)](r(359)))[r(391)]((t=>t[r(387)]==n));return a+" ("+(e?o(e[r(350)])[r(354)]():n)+")"}if(r(393)===e&&isNaN(parseFloat(n))){const e=t[r(367)][r(395)](r(383))[r(369)](t[r(380)][r(395)](r(365)))[r(391)]((t=>t[r(387)]==n));return a+" ("+(e?o(e[r(361)])[r(354)]():n)+")"}return a+" ("+n+")"}function Eo(t,e){const n=To();return(Eo=function(t,e){return n[t-=364]})(t,e)}const bo=Eo;function To(){const t=["heading","paragraph","locale","3961398AvNpaz","40LPvKQq","heading.options","2990sHEiHN","_registerLegacyDescription","*Change to:* %0","_getHeadingLevel","editor","afterInit","match","1526695pRFIzR","enableDefaultAttributesIntegration","445389VNfTpZ","type","find","model","HeadingEditing","get","1708929mSdZlk","registerDescriptionCallback","TrackChangesEditing","formatBlock","format","82VwyjyJ","name","plugins","_headingOptions","9948DQdhdx","view","ELEMENT_HEADING","config","commandParams","21351DblsgS","590004LdcCCp","has","ELEMENT_HEADING_CUSTOM","8QnsFAU","registerElementLabel","10rTvXrO","commandName","title","descriptionFactory","value"];return(To=function(){return t})()}!function(t){const e=Eo,n=t();for(;;)try{if(489096===-parseInt(e(400))/1*(-parseInt(e(374))/2)+parseInt(e(384))/3+-parseInt(e(387))/4*(-parseInt(e(407))/5)+parseInt(e(397))/6+parseInt(e(409))/7*(parseInt(e(398))/8)+-parseInt(e(369))/9*(-parseInt(e(389))/10)+-parseInt(e(383))/11*(parseInt(e(378))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(To);class _o extends t.Plugin{[bo(405)](){const t=bo,e=this[t(404)];if(!e[t(376)][t(385)](t(367)))return;this[t(377)]=e[t(381)][t(368)](t(399));const n=e[t(396)],r=e[t(376)][t(368)](t(371));r[t(408)](t(394));for(const e of this[t(377)])t(395)!=e[t(366)]&&r[t(392)][t(388)](e[t(366)],(n=>{const r=t,i=this[r(403)](e[r(366)]);return null!==i?s(n,i):o(n,e[r(391)])}));function s(e,r){return qr(n,t(380),[e,r])}function o(e,r){return qr(n,t(386),[e,r])}this[t(401)]()}[bo(401)](){const t=bo,e=this[t(404)],n=e[t(396)];e[t(376)][t(368)](t(371))[t(392)][t(370)]((e=>{const r=t;if(r(372)!=e[r(364)])return;const{data:s}=e;if(s&&r(394)==s[r(390)]){const e=s[r(382)][0][r(393)],c=this[r(403)](e);if(null!==c)return{type:r(373),content:qr(n,r(402),(a=c,qr(n,r(380),[1,a])))};const u=this[r(377)][r(365)]((t=>t[r(366)]===e))[r(391)];return{type:r(373),content:qr(n,r(402),(o=1,i=u,qr(n,t(386),[o,i])))}}var o,i,a}))}[bo(403)](t){const e=bo;var n,r;const s=t[e(406)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(377)])||void 0===n?void 0:n[e(365)]((n=>n[e(366)]==t));if(o&&o[e(379)]){const t=o[e(379)],n=(null!==(r=t[e(375)])&&void 0!==r?r:t)[e(406)](/^h(\d+)/);if(n)return n[1]}return null}}const yo=Ao;function Ao(t,e){const n=ko();return(Ao=function(t,e){return n[t-=170]})(t,e)}function ko(){const t=["find","commandParams","toLowerCase","locale","get","value","107900WTXcud","plugins","68091QDsogU","registerDescriptionCallback","_registerLegacyDescription","1490guWDDT","highlight.options","color","TrackChangesEditing","format","*Set highlight:* %0","commandName","FORMAT_HIGHLIGHT","*Remove highlight*","formatInline","afterInit","model","7281324IRzPNC","658IAoIzE","editor","5EXabws","title","HighlightEditing","descriptionFactory","1689730xjoBSV","2035680lzzmrx","config","registerAttributeLabel","registerInlineAttribute","4597482NRANgh","has","type","enableDefaultAttributesIntegration","highlight"];return(ko=function(){return t})()}!function(t){const e=Ao,n=t();for(;;)try{if(496397===parseInt(e(208))/1*(parseInt(e(195))/2)+-parseInt(e(192))/3+-parseInt(e(190))/4+parseInt(e(170))/5*(-parseInt(e(179))/6)+-parseInt(e(174))/7+parseInt(e(175))/8+parseInt(e(207))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class Co extends t.Plugin{[yo(205)](){const t=yo,e=this[t(209)];if(!e[t(191)][t(180)](t(172)))return;const n=e[t(191)][t(188)](t(198)),r=e[t(187)];n[t(182)](t(183)),n[t(178)](t(183)),n[t(173)][t(177)](t(183),qr(r,t(202))),this[t(194)]()}[yo(194)](){const t=yo,e=this[t(209)],n=e[t(187)];e[t(191)][t(188)](t(198))[t(173)][t(193)]((r=>{const s=t;if(s(204)!=r[s(181)])return;const{data:o}=r;if(o&&s(183)==o[s(201)]){const t=n.t,r=o[s(185)][0][s(189)];if(r){const o=e[s(176)][s(188)](s(196))[s(184)]((t=>t[s(206)]==r)),i=t(o[s(171)])[s(186)]();return{type:s(199),content:qr(n,s(200),i),color:{value:o[s(197)],title:o[s(171)]}}}return{type:s(199),content:qr(n,s(203),qr(n,s(202)))}}}))}}const No=Lo;function Lo(t,e){const n=So();return(Lo=function(t,e){return n[t-=229]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(314395===parseInt(e(250))/1*(parseInt(e(264))/2)+-parseInt(e(261))/3*(-parseInt(e(237))/4)+-parseInt(e(257))/5+parseInt(e(259))/6*(-parseInt(e(249))/7)+parseInt(e(235))/8+-parseInt(e(262))/9+parseInt(e(254))/10*(-parseInt(e(265))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(So);class Ro extends t.Plugin{[No(241)](){const t=No,e=this[t(260)];if(!e[t(258)][t(233)](t(246)))return;e[t(258)][t(242)](t(253))[t(244)](t(251));const n=e[t(258)][t(242)](t(253)),r=e[t(247)];n[t(240)][t(252)](t(251),(e=>qr(r,t(234),e))),e[t(231)][t(232)](t(229))[t(230)]({model:t(251),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(263)])return null;const o=n[s(248)](s(256)),i=n[s(245)]("hr");return n[s(243)](s(239),o),n[s(238)](n[s(255)](o,0),i),o},converterPriority:t(236)})}}function So(){const t=["ELEMENT_HORIZONTAL_LINE","4958824cawaLn","high","16qzbfRq","insert","ck-horizontal-line","descriptionFactory","afterInit","get","addClass","enableCommand","createEmptyElement","HorizontalLineEditing","locale","createContainerElement","172669LpSZiH","28zawwLq","horizontalLine","registerElementLabel","TrackChangesEditing","253620yVVSZd","createPositionAt","div","2125805cqGZgQ","plugins","18BDIVms","editor","360450AJcDiw","4759074wovhNA","showSuggestionHighlights","33582VmtnqB","99CIUeGf","dataDowncast","elementToStructure","conversion","for","has"];return(So=function(){return t})()}function Mo(t,e){const n=wo();return(Mo=function(t,e){return n[t-=481]})(t,e)}const vo=Mo;function wo(){const t=["42kXRStQ","htmlEmbed","formatBlock","*Change %0 content*","start","_registerLegacyDescription","descriptionFactory","2152717xDlYrm","ELEMENT_HTML_EMBED","value","1932168cTJjDg","2461275phMJSo","type","TrackChangesEditing","getFirstRange","key","commandName","registerBlockAttribute","element","9746660exmKrh","attribute","enableDefaultAttributesIntegration","registerDescriptionCallback","get","74129MunsiI","format","locale","plugins","editor","123835XyyeTu","35864qwpxbA","has","6NwjVrI","rawHtml","afterInit","36WaMFAY","nodeAfter","HtmlEmbed","registerElementLabel"];return(wo=function(){return t})()}!function(t){const e=Mo,n=t();for(;;)try{if(247683===-parseInt(e(491))/1+-parseInt(e(497))/2*(-parseInt(e(506))/3)+parseInt(e(502))/4*(parseInt(e(496))/5)+-parseInt(e(499))/6*(-parseInt(e(513))/7)+parseInt(e(516))/8+parseInt(e(517))/9+-parseInt(e(486))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wo);class Oo extends t.Plugin{[vo(501)](){const t=vo,e=this[t(495)];if(!e[t(494)][t(498)](t(504)))return;const n=e[t(494)][t(490)](t(519)),r=e[t(493)];n[t(512)][t(505)](t(500),(e=>qr(r,t(514),e))),n[t(488)](t(507)),n[t(484)](t(515)),n[t(512)][t(489)]((e=>{const n=t;if(n(487)!=e[n(518)])return;const{data:s}=e;if(s&&n(515)==s[n(482)]&&e[n(481)]()[n(510)][n(503)].is(n(485),n(500))){const t=qr(r,n(514));return{type:n(492),content:qr(r,n(509),t)}}})),this[t(511)]()}[vo(511)](){const t=vo,e=this[t(495)],n=e[t(493)];e[t(494)][t(490)](t(519))[t(512)][t(489)]((e=>{const r=t;if(r(508)!=e[r(518)])return;const{data:s}=e;if(s&&r(507)==s[r(483)]){const t=qr(n,r(514));return{type:r(492),content:qr(n,r(509),t)}}}))}}const Do=Fo;function Fo(t,e){const n=xo();return(Fo=function(t,e){return n[t-=366]})(t,e)}!function(t){const e=Fo,n=t();for(;;)try{if(167461===parseInt(e(407))/1*(-parseInt(e(403))/2)+parseInt(e(481))/3+-parseInt(e(381))/4+-parseInt(e(375))/5+parseInt(e(385))/6*(parseInt(e(422))/7)+-parseInt(e(458))/8+-parseInt(e(464))/9*(-parseInt(e(369))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xo);class Po extends t.Plugin{[Do(421)](){const t=Do,e=this[t(406)];if(!e[t(472)][t(444)](t(368)))return;const n=e[t(472)][t(414)](t(478)),r=e[t(472)][t(414)](t(417)),s=e[t(470)];n[t(439)](t(432)),n[t(428)][t(440)](t(467),(e=>qr(s,t(445),e))),n[t(428)][t(440)](t(404),(e=>qr(s,t(389),e))),n[t(428)][t(440)](t(465),(()=>qr(s,t(426)))),e[t(472)][t(444)](t(409))&&n[t(439)](t(459)),e[t(472)][t(444)](t(437))&&e[t(472)][t(444)](t(401))&&(n[t(439)](t(480),((s,o)=>{const i=t,a=r[i(455)](e[i(386)][i(477)][i(420)]);e[i(386)][i(411)]((()=>{const t=i;n[t(382)](a,{commandName:t(480),commandParams:[o]},[],t(471))}))})),n[t(439)](t(410),((s,o)=>{const a=t;e[a(386)][a(411)]((t=>{const c=a;let u=r[c(455)](e[c(386)][c(477)][c(420)]),l=t[c(450)](u);const f=i.LivePosition[c(388)](l[c(418)],c(378)),h=i.LivePosition[c(388)](l[c(454)],c(425));n[c(441)]((()=>s(o))),u=r[c(455)](e[c(386)][c(477)][c(420)]),l=t[c(450)](u);const g=t[c(379)](f,h);f[c(391)](),h[c(391)](),n[c(382)](u,{commandName:c(480),commandParams:[o]},[],c(372)),g[c(418)][c(473)](l[c(418)])&&n[c(485)](t[c(379)](g[c(418)],l[c(418)]),c(372)),l[c(454)][c(473)](g[c(454)])&&n[c(485)](t[c(379)](l[c(454)],g[c(454)]),c(372))}))})),n[t(453)][t(431)](t(482),t(372),t(383),(()=>!1)),n[t(453)][t(431)](t(482),t(372),t(434),(()=>!1)),n[t(453)][t(431)](t(482),t(372),t(384),n[t(453)][t(474)](t(482),"",t(434))),n[t(453)][t(431)](t(486),t(372),t(383),(()=>!1)),n[t(453)][t(431)](t(486),t(372),t(384),(([r])=>{const s=t,o=n[s(453)][s(474)](s(486),"",s(384));let i=r[s(418)],a=r[s(454)];const c=e[s(386)][s(366)][s(438)](i,s(468)),u=e[s(386)][s(366)][s(438)](a,s(374));c[s(397)]&&(i=c[s(418)]),u[s(397)]&&(a=u[s(454)]),o([e[s(386)][s(379)](i,a)])})),n[t(453)][t(431)](t(482),t(372),t(376),c),n[t(453)][t(431)](t(486),t(372),t(376),c)),e[t(472)][t(444)](t(451))&&(n[t(439)](t(373),((s,o)=>{const i=t,a=e[i(472)][i(414)](i(457));let c=r[i(455)](e[i(386)][i(477)][i(420)]),u=a[i(413)](c);e[i(386)][i(411)]((()=>{const t=i;if(u)return void n[t(380)](e[t(386)][t(450)](u));const l=r[t(462)](c);s(o),c=r[t(455)](e[t(386)][t(477)][t(420)]),u=a[t(413)](c),n[t(485)](e[t(386)][t(450)](u),l?null:t(424))}))})),n[t(453)][t(431)](t(486),t(424),t(376),c));const o=[{type:t(482),subType:t(395)},{type:t(486),subType:t(424)},{type:t(482),subType:t(372)},{type:t(486),subType:t(372)}];function a(e,s){const i=t,a=o[i(412)]((({type:t,subType:n})=>e[i(405)]==t&&e[i(423)]==n)),c=o[i(412)]((({type:t,subType:e})=>s[i(405)]==t&&s[i(423)]==e));if(a<0||c<0)return!1;const u=e[i(429)](),l=s[i(429)]();if((0==a||1==a)&&2==c&&u[i(476)](l))return!0;if(2==a&&3==c){const t=n[i(466)](u,i(486))[i(402)]((({suggestion:t,meta:e})=>e[i(452)]&&i(372)==t[i(423)]));if(t[i(370)]>1&&l[i(454)][i(430)](u[i(418)]))return!0;if(1==t[i(370)]&&(u[i(418)][i(430)](l[i(454)])||u[i(454)][i(430)](l[i(418)])))return!0}if(3==a&&3==c&&u[i(418)][i(473)](l[i(418)])){const t=u[i(454)][i(396)],e=l[i(418)][i(392)];return r[i(462)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(472)][t(444)](t(443))&&(n[t(479)](t(447)),n[t(456)](t(446)),n[t(428)][t(435)](t(446),qr(s,t(475)))),e[t(472)][t(444)](t(460))&&(n[t(479)](t(400)),n[t(456)](t(415))),n[t(428)][t(427)]((e=>{const n=t;if(o[n(393)]((({type:t,subType:r})=>e[n(405)]==t&&e[n(423)]==r)))return e[n(377)]?{}:void 0})),n[t(428)][t(427)]((e=>{const n=t;if(n(486)==e[n(405)]||n(399)==e[n(405)]){const t=e[n(483)]();if(t&&t.is(n(394),n(465)))return{type:n(486)==e[n(405)]?n(390):n(416),element:t,quantity:1}}})),n[t(428)][t(427)]((e=>t(482)==e[t(405)]&&t(372)==e[t(423)]?{type:t(449),content:t(461)}:t(482)==e[t(405)]&&t(471)==e[t(423)]?{type:t(449),content:t(387)}:void 0)),n[t(428)][t(427)]((e=>{const n=t;if(n(448)!=e[n(405)])return;const{data:r}=e;if(!r||n(415)!=r[n(436)])return;const o=r[n(484)];return o?{type:n(449),content:qr(s,n(419),'"'+o+'"')}:{type:n(449),content:qr(s,n(442))}})),this[t(408)]()}[Do(408)](){const t=Do,e=this[t(406)],n=e[t(470)];e[t(472)][t(414)](t(478))[t(428)][t(427)]((e=>{const r=t;if(r(482)!=e[r(405)]&&r(398)!=e[r(405)])return;const{data:s}=e;if(s){if(r(400)==s[r(469)]){const t=s[r(367)][0][r(484)];return t?{type:r(449),content:qr(n,r(419),'"'+t+'"')}:{type:r(449),content:qr(n,r(442))}}if(r(447)==s[r(469)]){const t=s[r(367)][0][r(433)];return t?{type:r(449),content:qr(n,r(371),t)}:{type:r(449),content:qr(n,r(463))}}}}))}}function xo(){const t=["createRange","markDeletion","802556NdjqcD","markBlockFormat","join","discard","219540EXKkZv","model","Block image to inline image","fromPosition","ELEMENT_INLINE_IMAGE","addObject","detach","nodeBefore","find","element","imageStylePreApply","nodeAfter","isCollapsed","formatInline","deletion","imageTextAlternative","ImageInlineEditing","filter","2CRxzCF","imageInline","type","editor","188806jyzOZN","_registerLegacyDescription","ImageUploadEditing","imageTypeBlock","change","findIndex","getCaptionFromImageModelElement","get","alt","removeObject","ImageUtils","start","*Set image text alternative:* %0","selection","afterInit","42ZymeeR","subType","imageCaption","toNext","ELEMENT_CAPTION","registerDescriptionCallback","descriptionFactory","getFirstRange","isEqual","registerCustomCallback","insertImage","width","accept","registerAttributeLabel","key","ImageBlockEditing","getNearestSelectionRange","enableCommand","registerElementLabel","forceDefaultExecution","*Remove image text alternative*","ImageResize","has","ELEMENT_IMAGE","resizedWidth","resizeImage","attribute","format","createRangeOn","ImageCaptionEditing","isOwn","_suggestionFactory","end","getClosestSelectedImageElement","registerBlockAttribute","ImageCaptionUtils","1820024etsCyq","uploadImage","ImageTextAlternativeEditing","Inline image to block image","isBlockImage","*Reset image width*","9CNWaNB","caption","_findSuggestions","imageBlock","backward","commandName","locale","convertBlockImageToInline","plugins","isBefore","getSuggestionCallback","FORMAT_IMAGE_SIZE","isIntersecting","document","TrackChangesEditing","enableDefaultAttributesIntegration","imageTypeInline","299292INQEfV","formatBlock","getContainedElement","newValue","markInsertion","insertion","schema","commandParams","ImageEditing","6803390gJbNgD","length","*Set image width:* %0","convertInlineImageToBlock","toggleImageCaption","forward","1076170SiBzcu","chain","previous","toPrevious"];return(xo=function(){return t})()}const Bo=jo;function Uo(){const t=["newValue","248586tSitlj","getSuggestionCallback","16106739OSQpXO","format","390DEgkYu","registerCustomCallback","_suggestionFactory","registerDescriptionCallback","TrackChangesEditing","oldValue","_handleLegacySuggestions","replaceImageSource","key","locale","ImageEditing","registerBlockAttribute","plugins","accept","commandName","descriptionFactory","76773FEtTme","14KGIBMA","82fTLCwj","discard","formatInline","editor","_registerLegacyDescription","enableDefaultAttributesIntegration","6860xkLdGp","src","*Replace image URL*","get","attribute","*Format:* replace image URL","8178112ruuEyK","188091jtyrCX","2708trNVeM","1221780RnsLRj","has","afterInit","formatBlock","type"];return(Uo=function(){return t})()}function jo(t,e){const n=Uo();return(jo=function(t,e){return n[t-=357]})(t,e)}!function(t){const e=jo,n=t();for(;;)try{if(667653===-parseInt(e(391))/1+-parseInt(e(370))/2*(parseInt(e(368))/3)+-parseInt(e(384))/4*(parseInt(e(376))/5)+parseInt(e(385))/6*(-parseInt(e(369))/7)+parseInt(e(382))/8+parseInt(e(383))/9*(parseInt(e(395))/10)+parseInt(e(393))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Uo);class Go extends t.Plugin{[Bo(387)](){const t=Bo;if(!this[t(373)][t(364)][t(386)](t(362)))return;const e=this[t(373)][t(361)],n=this[t(373)][t(364)][t(379)](t(399));n[t(375)](t(359)),n[t(363)](t(377)),n[t(367)][t(398)]((n=>{const r=t;if(r(380)!=n[r(389)])return;const{data:s}=n;return s&&r(377)==s[r(360)]?s[r(390)]&&s[r(357)]?{type:r(394),content:qr(e,r(378))}:{type:r(394),content:""}:void 0})),this[t(358)]()}[Bo(358)](){const t=Bo,e=this[t(373)][t(364)][t(379)](t(399));e[t(397)][t(396)](t(388),t(359),t(365),e[t(397)][t(392)](t(388),null,t(371))),e[t(397)][t(396)](t(388),t(359),t(371),e[t(397)][t(392)](t(388),null,t(365))),this[t(374)]()}[Bo(374)](){const t=Bo,e=this[t(373)],n=e[t(361)];e[t(364)][t(379)](t(399))[t(367)][t(398)]((e=>{const r=t;if(r(388)!=e[r(389)]&&r(372)!=e[r(389)])return;const{data:s}=e;return s&&r(359)==s[r(366)]?{type:r(394),content:qr(n,r(381))}:void 0}))}}const Vo=Ho;function Ho(t,e){const n=zo();return(Ho=function(t,e){return n[t-=111]})(t,e)}function zo(){const t=["isOwn","FORMAT_SIDE_IMAGE","refresh","commandParams","isIntersecting","end","imageCaption","discard","isInlineImage","9mczTxu","subType","selection","suggestion","side","imageTypeInline","findIndex","locale","head","imageStylePreApply","getSuggestion","nodeAfter","*Format:* %0","change","2hNsFtc","_suggestionFactory","has","differ","commandReversedParams","markInlineFormat","toLowerCase","_findSuggestions","5065768fYZTFk","imageStylePostApply","14500180OOgTsv","getSuggestions","type","discardSuggestion","value","join","getClosestSelectedImageElement","shouldConvertImageType","accept","_registerLegacyDescription","commands","_splitMarkerName","nodeBefore","name","filter","commandName","2000MxInLr","2658993pvdvzD","markBlockFormat","descriptionFactory","format","formatInline","registerDescriptionCallback","12COxORn","insertion","getSuggestionCallback","hasSuggestion","enableCommand","convertInlineImageToBlock","formatBlock","normalizedStyles","from","length","ImageUtils","chain","ImageStyleEditing","isInContent","5540SttDUG","getChangedMarkers","start","imageTypeBlock","getFirstRange","model","imageStyle","registerCustomCallback","createRangeOn","getContainedElement","Users","afterInit","document","forEach","TrackChangesEditing","newRange","1116807RSMtYr","editor","next","plugins","21667393cGaOLF","title","isBefore","3625328zuLuUF","setImageNaturalSizeAttributes","registerPostFixer","isBlockImage","get","author","isEqual"];return(zo=function(){return t})()}!function(t){const e=Ho,n=t();for(;;)try{if(825760===parseInt(e(151))/1+parseInt(e(188))/2*(-parseInt(e(115))/3)+parseInt(e(114))/4*(-parseInt(e(135))/5)+-parseInt(e(121))/6*(-parseInt(e(158))/7)+parseInt(e(196))/8*(parseInt(e(174))/9)+parseInt(e(198))/10+-parseInt(e(155))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zo);class Wo extends t.Plugin{[Vo(146)](){const t=Vo,n=this[t(152)];if(!n[t(154)][t(190)](t(133)))return;const r=n[t(154)][t(162)](t(149)),s=n[t(154)][t(162)](t(131)),o={};r[t(125)](t(141),((o,i)=>{const a=t,c=n[a(154)][a(162)](a(145)).me,u=n[a(208)][a(162)](a(141));let l=s[a(204)](n[a(140)][a(147)][a(176)]),f=n[a(140)][a(143)](l),h=u[a(202)];if(h==i[a(202)])return;const g={commandName:a(141),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(140)][a(187)]((()=>{const t=a;if(r[t(199)]()[t(112)]((e=>e[t(134)]&&c==e[t(163)]&&(t(127)==e[t(200)]||t(119)==e[t(200)])&&(t(183)==e[t(175)]||t(197)==e[t(175)])&&e[t(139)]()[t(164)](f)))[t(148)]((e=>r[t(201)](e[t(182)]))),l=s[t(204)](n[t(140)][t(147)][t(176)]),f=n[t(140)][t(143)](l),u[t(167)](),n[t(208)][t(162)](t(179))[t(167)](),n[t(208)][t(162)](t(138))[t(167)](),h=u[t(202)],h!=i[t(202)])return s[t(173)](l)&&u[t(205)](i[t(202)],l)?(o({...i,setImageSizes:!1}),l=s[t(204)](n[t(140)][t(147)][t(176)]),void r[t(116)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(183))):void(s[t(161)](l)?r[t(116)](l,g,[],t(197)):r[t(193)](f,g,t(197)))}))}));for(const e of n[t(154)][t(162)](t(133))[t(128)])o[e[t(111)]]=e[t(156)][t(194)]();r[t(189)][t(142)](t(127),t(183),t(203),(()=>!1)),r[t(189)][t(142)](t(127),t(197),t(203),(()=>!1)),r[t(189)][t(142)](t(119),t(197),t(203),(()=>!1)),r[t(189)][t(142)](t(127),t(183),t(206),(([e])=>{const n=t;s[n(159)](e[n(144)]())})),r[t(189)][t(142)](t(127),t(183),t(172),((e,n)=>{const s=t;r[s(189)][s(123)](s(127),"",s(206))(e,{commandName:n[s(113)],commandParams:n[s(192)]})})),r[t(189)][t(142)](t(127),t(183),t(132),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(127),subType:t(183)},{type:t(122),subType:t(171)},{type:t(127),subType:t(126)},{type:t(122),subType:t(126)}];function a(e,n){const o=t,a=i[o(180)]((({type:t,subType:n})=>e[o(200)]==t&&e[o(175)]==n)),c=i[o(180)]((({type:t,subType:e})=>n[o(200)]==t&&n[o(175)]==e));if(a<0||c<0)return!1;const u=e[o(139)](),l=n[o(139)]();if((0==a||1==a)&&2==c&&u[o(169)](l))return!0;if(2==a&&3==c){const t=r[o(195)](u,o(122))[o(112)]((({suggestion:t,meta:e})=>e[o(165)]&&o(126)==t[o(175)]));if(t[o(130)]>1&&l[o(170)][o(164)](u[o(137)]))return!0;if(1==t[o(130)]&&(u[o(137)][o(164)](l[o(170)])||u[o(170)][o(164)](l[o(137)])))return!0}if(3==a&&3==c&&u[o(137)][o(157)](l[o(137)])){const t=u[o(170)][o(185)],e=l[o(137)][o(210)];return s[o(161)](t)&&t===e}return!1}n[t(140)][t(147)][t(160)]((()=>{const e=t;let o=!1;const i=Array[e(129)](n[e(140)][e(147)][e(191)][e(136)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(209)](t);if(e(177)==i&&r[e(124)](u)){if(e(127)==a&&(e(183)==c||e(197)==c)){const t=r[e(184)](u);if(n[e(150)]){const n=t[e(139)]()[e(144)]();if(s[e(161)](n))continue;r[e(201)](t),o=!0}}if(e(122)==a&&e(171)==c&&!n[e(150)]){const t=r[e(184)](u);t[e(153)]&&t[e(153)][e(134)]&&(r[e(201)](t[e(153)]),o=!0)}}}return o})),this[t(207)](o)}[Vo(207)](t){const e=Vo,n=this[e(152)],r=n[e(181)];n[e(154)][e(162)](e(149))[e(117)][e(120)]((n=>{const s=e;if(s(127)!=n[s(200)]&&s(119)!=n[s(200)])return;const{data:o}=n;if(!o||s(141)!=o[s(113)])return;const i=o[s(168)][0][s(202)];return function(t){const e=s;return{type:e(118),content:qr(r,e(186),t)}}(s(178)===i?qr(r,s(166)):t[i]||i)}))}}function qo(){const t=["_trackChangesExecuted","24lXOZnf","823298JKdbMg","_trackChangesValueDuringImport","187IqyHXY","2mfHOOJ","afterInit","lowest","forEach","plugins","76ykYHts","listenTo","_handleImportedData","_setSuggestionData","bind","get","8KSpxKQ","value","execute","705549jeawWU","372100QlxGIA","Users","11102700XARZvW","834147AEIAYJ","1318090ZrItKd","importWord","editor","enableCommand","TrackChangesEditing","track_changes","dataInsert","793188rczOAc","commands","trackChanges","high","collaboration_features"];return(qo=function(){return t})()}const Ko=Xo;function Xo(t,e){const n=qo();return(Xo=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=Xo,n=t();for(;;)try{if(715845===parseInt(e(280))/1+parseInt(e(297))/2*(parseInt(e(275))/3)+-parseInt(e(302))/4*(parseInt(e(276))/5)+parseInt(e(293))/6*(parseInt(e(294))/7)+-parseInt(e(272))/8*(-parseInt(e(279))/9)+-parseInt(e(278))/10+-parseInt(e(296))/11*(-parseInt(e(287))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Jo extends t.Plugin{constructor(t){const e=Xo;super(t),this[e(295)]=!1,this[e(292)]=!1}[Ko(298)](){const t=Ko,e=this[t(282)],n=e[t(288)][t(307)](t(281)),r=e[t(288)][t(307)](t(289));n&&(n.on(t(274),((e,[,n])=>{const s=t;this[s(295)]=r[s(273)],n[s(291)][s(285)]=!this[s(295)]}),{priority:t(290)}),this[t(303)](n,t(286),this[t(304)][t(306)](this)),this[t(303)](n,t(286),(()=>{const e=t;this[e(292)]&&(r[e(274)](),this[e(292)]=!1)}),{priority:t(299)}),e[t(301)][t(307)](t(284))[t(283)](t(281)))}[Ko(304)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(282)][n(288)][n(307)](n(289)),o=s[n(273)];this[n(295)]!==o&&(s[n(274)](),this[n(292)]=!0),r&&r[n(300)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(282)][o(301)][o(307)](o(277)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(281)}}};this[o(282)][o(301)][o(307)](o(284))[o(305)](i)}))}}const Zo=Yo;function Yo(t,e){const n=Qo();return(Yo=function(t,e){return n[t-=240]})(t,e)}function Qo(){const t=["141898WrsvHB","indent","TrackChangesEditing","commandName","editor","type","registerBlockAttribute","getItems","get","10YBbZEP","has","format","outdent","1380057idxUJO","8IeDfAS","*Outdent:* %0","blockIndent","plugins","formatBlock","_registerLegacyDescription","*Indent:* %0","indentBlock","registerDescriptionCallback","outdentBlock","IndentBlock","641035nFLkIw","FORMAT_INDENT","enableDefaultAttributesIntegration","locale","afterInit","registerAttributeLabel","5568012nRwmCL","7FanPlA","IndentEditing","enableCommand","597576jywJYV","5307968qBLDpX","578424NNnPto","descriptionFactory","getItemLabel"];return(Qo=function(){return t})()}!function(t){const e=Yo,n=t();for(;;)try{if(429982===-parseInt(e(272))/1*(-parseInt(e(240))/2)+-parseInt(e(253))/3+-parseInt(e(254))/4*(-parseInt(e(265))/5)+parseInt(e(277))/6+parseInt(e(275))/7+-parseInt(e(276))/8+-parseInt(e(271))/9*(-parseInt(e(249))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends t.Plugin{[Zo(269)](){const t=Zo,e=this[t(244)],n=e[t(257)][t(248)](t(242));if(e[t(257)][t(250)](t(273))&&(n[t(274)](t(241)),n[t(274)](t(252))),e[t(257)][t(250)](t(264)))for(const e of[t(261),t(263)])n[t(267)](e);const r=e[t(268)];n[t(246)](t(256)),n[t(278)][t(270)](t(256),qr(r,t(266))),this[t(259)]()}[Zo(259)](){const t=Zo,e=this[t(244)],n=e[t(268)],r=e[t(257)][t(248)](t(242));r[t(278)][t(262)]((e=>{const s=t;if(s(258)!=e[s(245)])return;const{data:o}=e;if(!o)return;if(s(261)!=o[s(243)]&&s(263)!=o[s(243)])return;const i=e[s(247)]()[0],a=r[s(278)][s(279)](i);return s(261)==o[s(243)]?{type:s(251),content:qr(n,s(260),a)}:s(263)==o[s(243)]?{type:s(251),content:qr(n,s(255),a)}:void 0}))}}function ti(t,e){var n=ei();return(ti=function(t,e){return n[t-=148]})(t,e)}function ei(){var t=["6sRgwNh","3244048lkNJcX","3936168OPjqWY","init","TrackChangesEditing","plugins","10uTgGlZ","74826hmfVjs","1737617knYcOu","requires","27796dhdydc","8584995sHVmjt","62339673TDmVVB","34wjDWEy","get","input","enableCommand","687AaJYOd","editor"];return(ei=function(){return t})()}var ni=ti;!function(t){for(var e=ti,n=t();;)try{if(870496===parseInt(e(156))/1*(-parseInt(e(162))/2)+parseInt(e(166))/3*(-parseInt(e(159))/4)+parseInt(e(160))/5*(-parseInt(e(149))/6)+-parseInt(e(157))/7+-parseInt(e(150))/8+parseInt(e(151))/9+-parseInt(e(155))/10*(-parseInt(e(161))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ei);class ri extends t.Plugin{static get[ni(158)](){return[ws.Input]}[ni(152)](){var t=ni;this[t(148)][t(154)][t(163)](t(153))[t(165)](t(164))}}function si(){const t=["plugins","*Set link:* %0","link (","formatInline","5241OdBrwt","5160gJJoPq","locale","get","descriptionFactory","commandName","48474onWohJ","140ZuivKZ","registerAttributeLabel","unlink","key","_registerLegacyDescription","manualDecorators","commandParams","18746TFRhhY","2025oUmhpW","enableDefaultAttributesIntegration","LinkEditing","link","editor","5880dhZKGA","attribute","678259BJYTHF","652TErcRN","toLowerCase","registerDescriptionCallback","has","TrackChangesEditing","afterInit","registerInlineAttribute","linkHref","label","format","type","552fVcyAl","2259532lXftux","newValue","commands","29810plTZQv","*Remove link*"];return(si=function(){return t})()}const oi=ii;function ii(t,e){const n=si();return(ii=function(t,e){return n[t-=404]})(t,e)}!function(t){const e=ii,n=t();for(;;)try{if(674960===-parseInt(e(444))/1+parseInt(e(413))/2+-parseInt(e(422))/3*(parseInt(e(445))/4)+-parseInt(e(437))/5*(parseInt(e(442))/6)+-parseInt(e(436))/7*(parseInt(e(412))/8)+parseInt(e(428))/9*(-parseInt(e(429))/10)+parseInt(e(416))/11*(parseInt(e(423))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(si);class ai extends t.Plugin{[oi(406)](){const t=oi,e=this[t(441)];if(!e[t(418)][t(404)](t(439)))return;const n=e[t(418)][t(425)](t(405)),r=e[t(415)][t(425)](t(440));n[t(438)](t(440)),n[t(438)](t(431)),n[t(407)](t(408));for(const e of r[t(434)])n[t(407)](e.id),n[t(426)][t(430)](e.id,t(420)+e[t(409)][t(446)]()+")");n[t(426)][t(447)]((n=>{const r=t;if(r(443)!=n[r(411)])return;const{data:s}=n;if(!s||r(408)!=s[r(432)])return;const o=s[r(414)],i=e[r(424)];return{type:r(410),content:null==o?qr(i,r(417)):qr(i,r(419),'"'+o+'"')}})),this[t(433)]()}[oi(433)](){const t=oi,e=this[t(441)],n=e[t(424)];e[t(418)][t(425)](t(405))[t(426)][t(447)]((e=>{const r=t;if(r(421)!=e[r(411)])return;const{data:s}=e;if(s){if(r(440)==s[r(427)]){const t=s[r(435)][0];return{type:r(410),content:qr(n,r(419),'"'+t+'"')}}return r(431)==s[r(427)]?{type:r(410),content:qr(n,r(417))}:void 0}}))}}const ci=ui;function ui(t,e){const n=fi();return(ui=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=ui,n=t();for(;;)try{if(651828===parseInt(e(501))/1+parseInt(e(532))/2*(-parseInt(e(530))/3)+parseInt(e(484))/4*(-parseInt(e(498))/5)+parseInt(e(533))/6+parseInt(e(518))/7+-parseInt(e(502))/8+parseInt(e(467))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fi);class li extends t.Plugin{[ci(485)](){const t=ci,e=this[t(527)],n=e[t(490)];if(!e[t(486)][t(480)](t(549)))return;const r=e[t(486)][t(514)](t(469)),s=e[t(486)][t(480)](t(538));function o(t){return()=>{const n=ui,s=e[n(544)][n(489)][n(516)],o=e[n(495)][n(514)](t);if(o[n(524)])return void e[n(479)](n(497),{});const i=t[n(474)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(492)](t)[s(513)]((t=>function(t,e){const n=s;return e[n(536)](t[n(529)],n(540))&&!e[n(531)](t)}(t,r)));o=o[s(513)]((t=>!t.is(s(512),s(540))||t[s(548)](s(550))!=e));const i=new Set;for(const t of o)t.is(s(512),s(540))?i[s(487)](hi(t)):i[s(487)](t);return Array[s(492)](i)}(s[n(505)](),i,e[n(544)][n(508)]);e[n(544)][n(519)]((()=>{const e=n;for(const n of a)r[e(551)](n,{commandName:t,commandParams:[{forceValue:!o[e(524)]}],formatGroupId:e(499)},gi(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(492)](t);const r=n[e(515)]((t=>e(540)!=t[e(475)]));return r>-1&&(n=n[e(474)](0,r)),n}(e[n(544)][n(489)][n(516)][n(505)]()),o=e[n(544)][n(507)](e[n(544)][n(473)](s[0],n(468)),e[n(544)][n(473)](s[s[n(504)]-1],n(476)));e[n(544)][n(519)]((()=>{const e=n;r[e(551)](o,{commandName:t,commandParams:[],formatGroupId:e(493)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(534)];for(;t&&t[n(548)](n(493))>e[n(548)](n(493));)r[n(487)](t),t=t[n(534)]}return Array[n(492)](r)}(s))}))}}r[t(535)](t(521),o(t(521))),r[t(535)](t(506),o(t(506))),s&&r[t(535)](t(537),o(t(537))),r[t(535)](t(541),i(t(541))),r[t(535)](t(539),i(t(539))),s&&r[t(535)](t(470),(()=>{const n=t,s=e[n(495)][n(514)](n(470)),o=Array[n(492)](s[n(543)]);o[n(513)]((t=>t[n(548)](n(496))!=s[n(524)])),e[n(544)][n(519)]((()=>{const t=n;for(const e of o)r[t(551)](e,{commandName:t(470),commandParams:[{forceValue:!s[t(524)]}]})}))})),r[t(522)][t(545)](t(540),(e=>qr(n,t(491),e))),r[t(522)][t(472)]((e=>{const r=t;if(r(478)!=e[r(525)]&&r(500)!=e[r(525)])return;const{data:s}=e;if(s){if(r(521)==s[r(509)]||r(506)==s[r(509)]||r(537)==s[r(509)])switch(s[r(509)][r(488)](r(471),"")){case r(511):return o(qr(n,r(481)));case r(477):return o(qr(n,r(520)));case r(523):return o(qr(n,r(517)))}if(r(541)==s[r(509)])return{type:r(510),content:qr(n,r(494),qr(n,r(491)))};if(r(539)==s[r(509)])return{type:r(510),content:qr(n,r(547),qr(n,r(491)))};if(r(470)==s[r(509)])return s[r(546)][0][r(528)]?{type:r(510),content:qr(n,r(503))}:{type:r(510),content:qr(n,r(482))}}function o(t){const e=r;return{type:e(510),content:qr(n,e(483),t)}}}))}}function fi(){const t=["*Change to:* %0","5213992kkPssq","afterInit","plugins","add","replace","document","locale","ELEMENT_LIST_ITEM","from","listIndent","*Indent:* %0","commands","todoListChecked","paragraph","5HBCYUm","blockName","formatInline","921099JzCTfA","4785720zTLtXU","*Check item*","length","getSelectedBlocks","bulletedList","createRange","schema","commandName","format","bulleted","element","filter","get","findIndex","selection","ELEMENT_TODO_LIST","5958064XTkgfy","change","ELEMENT_NUMBERED_LIST","numberedList","descriptionFactory","todo","value","type","previousSibling","editor","forceValue","parent","73566AtAhJC","isObject","60vHgRbA","2481294FCqmWW","nextSibling","enableCommand","checkChild","todoList","LegacyTodoListEditing","outdentList","listItem","indentList","push","_selectedElements","model","registerElementLabel","commandParams","*Outdent:* %0","getAttribute","LegacyListEditing","listType","markBlockFormat","9930609hmkBkv","before","TrackChangesEditing","checkTodoList","List","registerDescriptionCallback","createPositionAt","slice","name","end","numbered","formatBlock","execute","has","ELEMENT_BULLETED_LIST","*Uncheck item*"];return(fi=function(){return t})()}function hi(t){const e=ci,n=t[e(548)](e(493));if(0==n)return t;let r=t;for(;t[e(526)]&&t[e(526)].is(e(512),e(540));){const s=t[e(526)][e(548)](e(493));if(s==n)r=t[e(526)];else if(s<n)break;t=t[e(526)]}return r}function gi(t){const e=ci,n=[];if(t.is(e(512),e(540))&&t[e(548)](e(493))>0){let r=t[e(534)];for(;r&&e(540)==r[e(475)]&&r[e(548)](e(493))==t[e(548)](e(493));)n[e(542)](r),r=r[e(534)]}return n}function di(){const t=["get","type","plugins","default","2581997LbYode","getAttribute","handleDescriptions","afterInit","element","24840mHWqWu","push","getLastPosition","createPositionAt","startIndex","*Format:* set order to regular","flat","LegacyListUtils","9625986WdbfMW","model","listStyle","has","numbered","*Format:* set start index to %0","replace","locale","6500156oWHMPs","formatInline","createRange","listStart","listItem","unshift","reversed","formatBlock","*Change to:* %0","filter","190wqhtpB","getSelectedBlocks","listType","registerDescriptionCallback","from","4910076gwksuc","editor","getListTypeFromListStyleType","handleListStartCommand","3273422aJFlDW","before","TrackChangesEditing","format","ELEMENT_","1KJExoN","LegacyListPropertiesEditing","634910kuJsFg","styles","config","bind","enableCommand","_getSuggestionBlocksForListStyle","list.properties","_LIST_","toUpperCase","handleListReversedCommand","commandParams","selection","forward","_getSuggestionBlocks","1778BygNRz","document","commandName","handleListStyleCommand","change","length","parent","getSiblingNodes","listReversed","markMultiRangeBlockFormat","descriptionFactory","map","12ydXQVM","backward","getFirstPosition","*Format:* set order to reversed","_getTranslationKeyForListStyle"];return(di=function(){return t})()}const pi=mi;function mi(t,e){const n=di();return(mi=function(t,e){return n[t-=500]})(t,e)}!function(t){const e=mi,n=t();for(;;)try{if(973477===-parseInt(e(511))/1*(-parseInt(e(506))/2)+parseInt(e(502))/3+parseInt(e(569))/4+-parseInt(e(513))/5*(-parseInt(e(539))/6)+parseInt(e(527))/7*(-parseInt(e(553))/8)+parseInt(e(561))/9+-parseInt(e(579))/10*(parseInt(e(548))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class Ii extends t.Plugin{[pi(551)](){const t=pi;if(!this[t(503)][t(546)][t(564)](t(512)))return;const e=this[t(503)][t(515)][t(544)](t(519)),n=this[t(503)][t(546)][t(544)](t(508));e[t(514)]&&n[t(517)](t(563),this[t(530)][t(516)](this)),e[t(575)]&&n[t(517)](t(535),this[t(522)][t(516)](this)),e[t(557)]&&n[t(517)](t(572),this[t(505)][t(516)](this)),n[t(537)][t(500)](this[t(550)][t(516)](this))}[pi(530)](t,e={}){const n=pi,r=this[n(503)][n(546)][n(544)](n(508)),s=this[n(518)]();this[n(503)][n(562)][n(531)]((()=>{const t=n;r[t(536)](s,{commandName:t(563),commandParams:[{type:e[t(545)]}],formatGroupId:t(563)})}))}[pi(522)](t,e={}){const n=pi,r=this[n(503)][n(546)][n(544)](n(508)),s=this[n(526)]((t=>t.is(n(552),n(573))&&n(565)===t[n(549)](n(581))));if(s[n(532)]<1)return;const o=s[n(538)]((t=>this[n(503)][n(562)][n(571)](this[n(503)][n(562)][n(556)](t,n(507)),this[n(503)][n(562)][n(556)](t,0))));this[n(503)][n(562)][n(531)]((()=>{const t=n;r[t(536)](o,{commandName:t(535),commandParams:[{reversed:e[t(575)]}],formatGroupId:t(535)})}))}[pi(505)](t,e={}){const n=pi,r=this[n(503)][n(546)][n(544)](n(508)),s=this[n(526)]((t=>t.is(n(552),n(573))&&n(565)===t[n(549)](n(581))));if(s[n(532)]<1)return;const o=s[n(538)]((t=>this[n(503)][n(562)][n(571)](this[n(503)][n(562)][n(556)](t,n(507)),this[n(503)][n(562)][n(556)](t,0))));this[n(503)][n(562)][n(531)]((()=>{const t=n;r[t(536)](o,{commandName:t(572),commandParams:[{startIndex:e[t(557)]}],formatGroupId:t(572)})}))}[pi(550)](t){const e=pi;if(e(576)!=t[e(545)]&&e(570)!=t[e(545)])return;const n=this[e(503)][e(568)],{data:r}=t;if(!r)return;let s,o;switch(r[e(529)]){case e(563):s=e(577),o={type:e(509),content:qr(n,s,qr(n,this[e(543)](r[e(523)][0][e(545)])))};break;case e(535):s=r[e(523)][0][e(575)]?e(542):e(558),o={type:e(509),content:qr(n,s)};break;case e(572):s=e(566),o={type:e(509),content:qr(n,s,r[e(523)][0][e(557)])}}return o}[pi(518)](){const t=pi;var e,n,r,s;const o=this[t(503)][t(546)][t(544)](t(560));let i=Array[t(501)](this[t(503)][t(562)][t(528)][t(524)][t(580)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(552),t(573)))&&i[t(574)](...o[t(534)](this[t(503)][t(562)][t(528)][t(524)][t(541)](),t(540))),(null===(n=i[i[t(532)]-1])||void 0===n?void 0:n.is(t(552),t(573)))&&i[t(554)](...o[t(534)](this[t(503)][t(562)][t(528)][t(524)][t(555)](),t(525))),i=[...new Set(i)],(null===(s=null===(r=this[t(503)][t(562)][t(528)][t(524)][t(541)]())||void 0===r?void 0:r[t(533)])||void 0===s?void 0:s.is(t(552),t(573)))&&(i=i[t(578)]((e=>e.is(t(552),t(573))))),i}[pi(526)](t){const e=pi,n=this[e(503)][e(546)][e(544)](e(560));let r=Array[e(501)](this[e(503)][e(562)][e(528)][e(524)][e(580)]())[e(578)](t)[e(538)]((t=>{const r=e,s=this[r(503)][r(562)][r(556)](t,0);return[...n[r(534)](s,r(540)),...n[r(534)](s,r(525))]}))[e(559)]();return r=[...new Set(r)],r}[pi(543)](t){const e=pi;return e(510)+(this[e(503)][e(546)][e(544)](e(560))[e(504)](t)||e(547))[e(521)]()+e(520)+t[e(521)]()[e(567)](/-/g,"_")}}const Ei=Ti;function bi(){const t=["dataDowncast","10xgAbJo","editor","for","391591glygIi","options","plugins","5436690aBkhlk","896362WFzrQZ","enableCommand","1442648eptuGz","6lUuCMA","5623807iyBxhY","descriptionFactory","ELEMENT_MEDIA","6674168ZFtuFL","registerElementLabel","afterInit","downcastDispatcher","has","6kIZUPw","createEmptyElement","media","TrackChangesEditing","attribute:url:media","data","mediaEmbed","MediaEmbedEditing","locale","showSuggestionHighlights","get","conversion","44854569WqPCbi","div","stop","high","elementToElement"];return(bi=function(){return t})()}function Ti(t,e){const n=bi();return(Ti=function(t,e){return n[t-=299]})(t,e)}!function(t){const e=Ti,n=t();for(;;)try{if(697735===-parseInt(e(306))/1+-parseInt(e(310))/2+parseInt(e(322))/3*(-parseInt(e(312))/4)+-parseInt(e(309))/5+parseInt(e(313))/6*(-parseInt(e(314))/7)+-parseInt(e(317))/8+-parseInt(e(334))/9*(-parseInt(e(303))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bi);class _i extends t.Plugin{[Ei(319)](){const t=Ei,e=this[t(304)];if(!e[t(308)][t(321)](t(329)))return;const n=e[t(308)][t(332)](t(325)),r=e[t(330)];n[t(311)](t(328)),n[t(315)][t(318)](t(324),(e=>qr(r,t(316),e))),e[t(333)][t(305)](t(302))[t(301)]({model:t(324),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(331)])return n[s(323)](s(335))},converterPriority:t(300)}),e[t(327)][t(320)].on(t(326),((e,n,r)=>{const s=t;r[s(307)][s(331)]&&e[s(299)]()}),{priority:t(300)})}}const yi=Ai;function Ai(t,e){const n=Ci();return(Ai=function(t,e){return n[t-=455]})(t,e)}!function(t){const e=Ai,n=t();for(;;)try{if(536422===parseInt(e(457))/1+parseInt(e(468))/2+parseInt(e(470))/3+parseInt(e(471))/4*(-parseInt(e(459))/5)+-parseInt(e(466))/6+-parseInt(e(460))/7+-parseInt(e(464))/8*(-parseInt(e(455))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ci);class ki extends t.Plugin{[yi(461)](){const t=yi,e=this[t(465)];e[t(462)][t(467)](t(463))&&e[t(462)][t(458)](t(469))[t(472)](t(456))}}function Ci(){const t=["TrackChangesEditing","977943qfakLY","4fnfSvJ","enableCommand","9RmblRA","mention","421430GmqiCA","get","4423235aZZLTA","5695669xTAime","afterInit","plugins","MentionEditing","11180584mJBiAO","editor","2193294wKkwJd","has","910602CSwBHY"];return(Ci=function(){return t})()}const Ni=Ri;function Li(){const t=["descriptionFactory","138079MxyHmz","508712wVNptO","enableCommand","deletion","insertMergeField","183130rBLYsu","plugins","ELEMENT_MERGE_FIELD","editor","MergeFieldsEditing","getLabel","2248hnpkWe","mergeFieldBlock","insertion","getContainedElement","registerElementLabel","2ulPrRo","locale","getAttribute","603525VjZCYR","10773BmGchN","element","*Insert:* %0","type","insertMergeFieldBlock","1652688PazUbE","mergeField","*Remove:* %0","7824dTVCda","get","registerDescriptionCallback","6952GjyeZa","TrackChangesEditing","135Lfyadi","6jEspyH","has","afterInit"];return(Li=function(){return t})()}function Ri(t,e){const n=Li();return(Ri=function(t,e){return n[t-=266]})(t,e)}!function(t){const e=Ri,n=t();for(;;)try{if(258018===parseInt(e(302))/1*(-parseInt(e(280))/2)+-parseInt(e(298))/3*(parseInt(e(303))/4)+parseInt(e(283))/5+parseInt(e(289))/6+-parseInt(e(284))/7*(parseInt(e(275))/8)+-parseInt(e(297))/9*(-parseInt(e(269))/10)+-parseInt(e(295))/11*(-parseInt(e(292))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Li);class Si extends t.Plugin{[Ni(300)](){const t=Ni,e=this[t(272)];if(!e[t(270)][t(299)](t(273)))return;e[t(270)][t(293)](t(296))[t(266)](t(268)),e[t(270)][t(293)](t(296))[t(266)](t(288));const n=e[t(270)][t(293)](t(296)),r=e[t(281)];n[t(301)][t(279)](t(290),(e=>qr(r,t(271),e))),n[t(301)][t(279)](t(276),(e=>qr(r,t(271),e))),n[t(301)][t(294)]((n=>{const s=t;if(s(277)!=n[s(287)]&&s(267)!=n[s(287)])return;const o=n[s(278)]();if(null==o)return;if(!o.is(s(285),s(290))&&!o.is(s(285),s(276)))return;const i=e[s(270)][s(293)](s(273))[s(274)](o[s(282)]("id"));return s(277)==n[s(287)]?{type:s(277),content:qr(r,s(286),'"'+i+'" '+qr(r,s(271)))}:{type:s(267),content:qr(r,s(291),'"'+i+'" '+qr(r,s(271)))}}))}}const Mi=wi;!function(t){const e=wi,n=t();for(;;)try{if(418191===-parseInt(e(512))/1*(parseInt(e(501))/2)+parseInt(e(529))/3+-parseInt(e(494))/4+-parseInt(e(525))/5+-parseInt(e(526))/6*(-parseInt(e(496))/7)+-parseInt(e(518))/8+-parseInt(e(510))/9*(-parseInt(e(514))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);class vi extends t.Plugin{[Mi(513)](){const t=Mi,e=this[t(522)],n=e[t(507)][t(505)](t(498));e[t(507)][t(495)](t(519))&&(n[t(528)](t(517)),n[t(509)](t(516)),n[t(508)][t(524)]((e=>this[t(499)](e))))}[Mi(499)](t){const e=Mi,n=this[e(522)][e(504)],{data:r}=t,s={type:e(520),content:""};if(r&&e(516)==r[e(523)]){if(!r[e(497)])return{type:e(520),content:qr(n,e(503),qr(n,e(527)))+" ("+r[e(500)]+")"};if(!r[e(500)]){let o=t[e(506)];for(;o;){if(o[e(502)]&&e(521)==o[e(502)][e(523)]&&o[e(502)][e(500)])return s;o=o[e(511)]}return{type:e(520),content:qr(n,e(515),qr(n,e(527)))+" ("+r[e(497)]+")"}}}}}function wi(t,e){const n=Oi();return(wi=function(t,e){return n[t-=494]})(t,e)}function Oi(){const t=["TrackChangesEditing","handleDescriptions","newValue","10058gRYoOx","data","*Set format:* %0","locale","get","head","plugins","descriptionFactory","registerBlockAttribute","9297999RwQqQK","next","125kqKFul","afterInit","20rEIryA","*Remove format:* %0","listMarkerStyle","multiLevelList","1380728TkeiIx","MultiLevelList","format","listType","editor","key","registerDescriptionCallback","2247855wZxTYX","1902600EVeMbX","ELEMENT_MULTI_LEVEL_LIST","enableDefaultAttributesIntegration","337827tHNEPe","3307812QcAgIo","has","7rfQYaK","oldValue"];return(Oi=function(){return t})()}const Di=Fi;function Fi(t,e){const n=Pi();return(Fi=function(t,e){return n[t-=379]})(t,e)}function Pi(){const t=["502894OacYcM","locale","editor","267592QGIEfb","enableCommand","PageBreakEditing","TrackChangesEditing","get","descriptionFactory","3332265IJjUZQ","12kztYIc","64oSqXAj","2057678fzAprD","afterInit","11136890yxBUoO","598707fdoQsf","pageBreak","15VZjwoF","plugins","1978174DMkHkg","registerElementLabel","has","ELEMENT_PAGE_BREAK"];return(Pi=function(){return t})()}!function(t){const e=Fi,n=t();for(;;)try{if(566927===-parseInt(e(384))/1+-parseInt(e(380))/2+-parseInt(e(401))/3*(-parseInt(e(387))/4)+parseInt(e(393))/5+-parseInt(e(394))/6*(parseInt(e(396))/7)+-parseInt(e(395))/8*(-parseInt(e(399))/9)+parseInt(e(398))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pi);class xi extends t.Plugin{[Di(397)](){const t=Di,e=this[t(386)];if(!e[t(379)][t(382)](t(389)))return;e[t(379)][t(391)](t(390))[t(388)](t(400));const n=e[t(379)][t(391)](t(390)),r=e[t(385)];n[t(392)][t(381)](t(400),(e=>qr(r,t(383),e)))}}const Bi=ji;function Ui(){const t=["*Insert:* %0","7068pzmJPw","showSuggestionHighlights","mapper","$text","ck-suggestion-marker-split","2765004bQHTFd","isTouching","registerElementLabel","downcastDispatcher","type","writer","data","markerName","createUIElement","isLimit","TrackChangesEditing","insertion","formatBlock","insertParagraph","enableCommand","addClass","end","_registerLegacyDescription","plugins","Paragraph","editing","model","7150GqDdnJ","53448zGdYBc","1368dExKbA","descriptionFactory","highest","locale","11803099TsiaaU","editor","span","consumable","_splitMarkerName","4162146hbqyEV","toViewPosition","commandName","markerRange","*Change to:* %0","registerDescriptionCallback","ck-suggestion-marker--active","checkChild","start","get","bindElementToMarker","isBlock","format","4446070qHOSXm","getItemLabel","includes","consume","1421299zejLbq","activeMarkers","name","options","paragraph","4oIoSDK","afterInit","nodeAfter","has","enableDefaultAttributesIntegration","getFirstRange","ELEMENT_PARAGRAPH","insert","addMarker:suggestion:insertion","schema"];return(Ui=function(){return t})()}function ji(t,e){const n=Ui();return(ji=function(t,e){return n[t-=218]})(t,e)}!function(t){const e=ji,n=t();for(;;)try{if(856891===parseInt(e(286))/1+-parseInt(e(236))/2+parseInt(e(269))/3*(parseInt(e(220))/4)+-parseInt(e(258))/5*(parseInt(e(231))/6)+parseInt(e(264))/7+-parseInt(e(259))/8*(parseInt(e(260))/9)+parseInt(e(282))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ui);class Gi extends t.Plugin{[Bi(221)](){const t=Bi,e=this[t(265)];if(!e[t(254)][t(223)](t(255)))return;const n=e[t(263)],r=e[t(254)][t(278)](t(246));r[t(261)][t(238)](t(219),(e=>qr(n,t(226),e))),r[t(224)](t(219)),r[t(250)](t(249)),e[t(256)][t(239)].on(t(228),Vi(e),{priority:t(262)}),e[t(242)][t(239)].on(t(228),((n,r,s)=>{const o=t;s[o(218)][o(232)]&&Vi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(262)});const s=r[t(261)];s[t(274)]((r=>{const o=t;if(o(247)!==r[o(240)])return;const{start:i,end:a}=r[o(225)]();if(!i[o(237)](a)||!i[o(222)])return;const c=e[o(257)][o(229)],u=i[o(222)];return c[o(280)](u)&&!c[o(245)](u)&&c[o(276)](u,o(234))?{type:o(247),content:qr(n,o(230),s[o(283)](u,1))}:void 0})),this[t(253)]()}[Bi(253)](){const t=Bi,e=this[t(265)],n=e[t(263)];e[t(254)][t(278)](t(246))[t(261)][t(274)]((e=>{const r=t;if(r(248)!=e[r(240)])return;const{data:s}=e;return s&&r(219)==s[r(271)]?{type:r(281),content:qr(n,r(273),qr(n,r(226)))}:void 0}))}}function Vi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=ji,i=t[o(254)][o(278)](o(246)),a=r[o(272)][o(277)],c=r[o(272)][o(252)],u=t[o(257)][o(229)];if(!a[o(237)](c)||!a[o(222)])return;const l=a[o(222)];if(u[o(280)](l)&&!u[o(245)](l)&&u[o(276)](l,o(234))){if(!s[o(267)][o(285)](r[o(272)],n[o(288)]))return;const{authorId:t}=i[o(268)](r[o(243)]),a=s[o(241)][o(244)](o(266),{class:o(235),"data-author-id":t}),u=s[o(233)][o(270)](c);e&&i[o(287)][o(284)](r[o(243)])&&s[o(241)][o(251)](o(275),a),s[o(241)][o(227)](u,a),s[o(233)][o(279)](a,r[o(243)])}}}const Hi=zi;function zi(t,e){const n=Wi();return(zi=function(t,e){return n[t-=428]})(t,e)}function Wi(){const t=["53462360AKxRiq","locale","3531700vGjFLH","TrackChangesEditing","editor","2757081sHmQjd","9217999BqEkDG","984dpEwKe","1wBIbUC","*Remove all formatting*","afterInit","plugins","registerDescriptionCallback","145gOyocl","has","enableDefaultAttributesIntegration","format","type","removeFormat","128043IpiPnp","79896jGArzX","commandName","_registerLegacyDescription","RemoveFormatEditing","descriptionFactory","206002DkySzU","get","formatBlock","formatInline"];return(Wi=function(){return t})()}!function(t){const e=zi,n=t();for(;;)try{if(966671===-parseInt(e(442))/1*(-parseInt(e(430))/2)+-parseInt(e(439))/3+-parseInt(e(436))/4+parseInt(e(447))/5*(parseInt(e(454))/6)+-parseInt(e(440))/7+-parseInt(e(441))/8*(parseInt(e(453))/9)+parseInt(e(434))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wi);class qi extends t.Plugin{[Hi(444)](){const t=Hi,e=this[t(438)];e[t(445)][t(448)](t(428))&&(e[t(445)][t(431)](t(437))[t(449)](t(452)),this[t(456)]())}[Hi(456)](){const t=Hi,e=this[t(438)];e[t(445)][t(431)](t(437))[t(429)][t(446)]((n=>{const r=t;if(r(432)!=n[r(451)]&&r(433)!=n[r(451)])return;const{data:s}=n;return s&&r(452)==s[r(455)]?{type:r(450),content:qr(e[r(435)],r(443))}:void 0}))}}const Ki=Xi;function Xi(t,e){const n=Ji();return(Xi=function(t,e){return n[t-=376]})(t,e)}function Ji(){const t=["1032760qnQiiO","27629VBicJY","trackChanges","enableCommand","acceptSelectedSuggestions","6890CqwBYg","goToPreviousRestrictedEditingException","2252596rROwVt","acceptSuggestion","174lZRBkN","RestrictedEditingModeEditing","discardSelectedSuggestions","goToNextRestrictedEditingException","afterInit","editor","5160055wKcTuN","53647JPOUxu","plugins","TrackChangesEditing","has","discardSuggestion","get","64VRGOhk","discardAllSuggestions","82257TqabWm","696EcSeNy","118197GGOSKW","acceptAllSuggestions"];return(Ji=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(581633===-parseInt(e(397))/1+parseInt(e(391))/2*(parseInt(e(393))/3)+-parseInt(e(376))/4+-parseInt(e(384))/5+-parseInt(e(378))/6*(-parseInt(e(398))/7)+parseInt(e(394))/8*(-parseInt(e(395))/9)+parseInt(e(402))/10*(parseInt(e(385))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ji);class Zi extends t.Plugin{[Ki(382)](){const t=Ki,e=this[t(383)];if(!e[t(386)][t(388)](t(379)))return;const n=e[t(386)][t(390)](t(387));n[t(400)](t(403)),n[t(400)](t(381));const r=e[t(386)][t(390)](t(379));r[t(400)](t(399)),r[t(400)](t(377)),r[t(400)](t(389)),r[t(400)](t(396)),r[t(400)](t(392)),r[t(400)](t(401)),r[t(400)](t(380))}}const Yi=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=266]})(t,e)}function $i(){const t=["element","TrackChangesEditing","test","showSuggestionHighlights","17eDYIdi","name","ck-suggestion-marker-","high","includes","enableCommand","toViewPosition","18221436HzZjar","init","span","getItems","markerName","addMarker:suggestion","model","4650863TDjbfj","markerRange","writer","addClass","softBreak","3031206AQGljt","merge","ck-suggestion-marker--active","mapper","createUIElement","plugins","descriptionFactory","88406oNRsSK","requires","1885310aVmXcq","ELEMENT_LINE_BREAK","editing","options","bindElementToMarker","locale","addMarker:suggestion:insertion","consumable","get","deletion","createPositionBefore","insert","shiftEnter","_splitMarkerName","activeMarkers","downcastDispatcher","addMarker:suggestion:deletion","4RGbglh","registerElementLabel","editor","split","738198NtwOiD","data","2480488aQzvca"];return($i=function(){return t})()}!function(t){const e=Qi,n=t();for(;;)try{if(416610===-parseInt(e(299))/1*(parseInt(e(269))/2)+parseInt(e(292))/3*(parseInt(e(288))/4)+parseInt(e(271))/5+-parseInt(e(318))/6+-parseInt(e(313))/7+-parseInt(e(294))/8+parseInt(e(306))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class ta extends t.Plugin{static get[Yi(270)](){return[Qs.ShiftEnter]}[Yi(307)](){const t=Yi,e=this[t(290)],n=e[t(267)][t(279)](t(296));n[t(304)](t(283)),e[t(273)][t(286)].on(t(277),ea(e),{priority:t(302)}),e[t(273)][t(286)].on(t(287),ea(e),{priority:t(302)}),e[t(293)][t(286)].on(t(311),((n,r,s)=>{const o=t;s[o(274)][o(298)]&&ea(e,{showActiveMarker:!1})(n,r,s)})),n[t(268)][t(289)](t(317),(n=>qr(e[t(276)],t(272),n)))}}function ea(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Qi,i=t[o(267)][o(279)](o(296));if(!s[o(278)][o(297)](r[o(314)],n[o(300)]))return;const a=t[o(312)];for(const t of r[o(314)][o(309)]()){if(!t.is(o(295),o(317)))continue;const n=o(280)==r[o(310)][o(291)](":")[1]?o(319):o(291),{authorId:c}=i[o(284)](r[o(310)]),u=s[o(315)][o(266)](o(308),{class:o(301)+n,"data-author-id":c}),l=s[o(321)][o(305)](a[o(281)](t));e&&i[o(285)][o(303)](r[o(310)])&&s[o(315)][o(316)](o(320),u),s[o(315)][o(282)](l,u),s[o(321)][o(275)](u,r[o(310)])}}}const na=sa;function ra(){const t=["968evtOty","locale","selection","change","from","afterInit","get","FORMAT_RESTRICTED_ENABLED","commands","isCollapsed","enableCommand","formatInline","36bWmTIb","commandName","model","type","editor","61298QRBVxR","plugins","FORMAT_RESTRICTED_DISABLED","format","restrictedEditingException","has","value","registerDescriptionCallback","getRanges","descriptionFactory","StandardEditingModeEditing","document","311034pYNQpj","TrackChangesEditing","formatBlock","3031pykQnL","16DKvqzb","2833740bvaHjx","markInlineFormat","795380ceSAll","2573715IlqdoP","commandParams","forceValue","4525290VawmUL"];return(ra=function(){return t})()}function sa(t,e){const n=ra();return(sa=function(t,e){return n[t-=330]})(t,e)}!function(t){const e=sa,n=t();for(;;)try{if(404084===parseInt(e(338))/1*(parseInt(e(354))/2)+parseInt(e(350))/3+parseInt(e(355))/4+-parseInt(e(358))/5+-parseInt(e(361))/6+parseInt(e(353))/7*(parseInt(e(362))/8)+parseInt(e(333))/9*(parseInt(e(357))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ra);class oa extends t.Plugin{[na(367)](){const t=na,e=this[t(337)],n=e[t(335)],r=e[t(363)];if(!e[t(339)][t(343)](t(348)))return;const s=e[t(339)][t(368)](t(351)),o=t(342),i=e[t(370)][t(368)](o);s[t(331)](o,((e,r={})=>{const a=t,c=n[a(349)][a(364)];if(c[a(330)])return void e(r);const u=void 0!==r[a(360)]?r[a(360)]:!i[a(344)];n[a(365)]((()=>{const t=a,e=Array[t(366)](c[t(346)]());for(const r of e){const e=u?[r]:Ds(o,r,n);for(const n of e)s[t(356)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(347)][t(345)]((e=>{const n=t;if(n(352)!=e[n(336)]&&n(332)!=e[n(336)])return;const{data:s}=e;return s&&s[n(334)]==o?s[n(359)][0][n(360)]?{type:n(341),content:qr(r,n(369))}:{type:n(341),content:qr(r,n(340))}:void 0}))}}const ia=aa;function aa(t,e){const n=ua();return(aa=function(t,e){return n[t-=277]})(t,e)}!function(t){const e=aa,n=t();for(;;)try{if(773724===parseInt(e(308))/1*(-parseInt(e(279))/2)+-parseInt(e(309))/3+parseInt(e(278))/4+parseInt(e(306))/5*(parseInt(e(298))/6)+-parseInt(e(322))/7+parseInt(e(302))/8+parseInt(e(307))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ua);class ca extends t.Plugin{[ia(283)](){const t=ia,e=this[t(295)];if(!e[t(277)][t(317)](t(324))||!e[t(277)][t(317)](t(314)))return;const n=e[t(277)][t(316)](t(291)),r=e[t(287)],s=e[t(292)][t(316)](t(300))||{},o=e[t(277)][t(316)](t(299)),i=e[t(277)][t(316)](t(310))[t(318)](e[t(277)][t(316)](t(314)),s[t(311)]);n[t(304)](t(300));const a=new Set;for(const e of i[t(321)]){const n=o[t(305)](e[t(289)]);a[t(296)](n)}const c=new Set;for(const e of i[t(293)]){const n=o[t(305)](e[t(289)]);c[t(296)](n);for(const n of e[t(280)])c[t(296)](n)}for(const e of a)n[t(301)](e),n[t(281)][t(315)](e,qr(r,t(319)));for(const e of c)n[t(286)](e),n[t(281)][t(315)](e,qr(r,t(319)));this[t(288)]()}[ia(288)](){const t=ia,e=this[t(295)],n=e[t(287)];e[t(277)][t(316)](t(291))[t(281)][t(323)]((e=>{const r=t;if(r(313)!=e[r(284)]&&r(290)!=e[r(284)])return;const{data:s}=e;return s&&r(300)===s[r(312)]?s[r(294)][0][r(303)]?{type:r(297),content:qr(n,r(320),s[r(294)][0][r(282)][r(325)]())}:{type:r(297),content:qr(n,r(285),s[r(294)][0][r(282)][r(325)]())}:void 0}))}}function ua(){const t=["toLowerCase","plugins","1803092eJYars","398JvYhdr","ghsAttributes","descriptionFactory","styleName","afterInit","type","*Remove format:* %0","registerInlineAttribute","locale","_registerLegacyDescription","element","formatInline","TrackChangesEditing","config","inline","commandParams","editor","add","format","4756350KKpazc","GeneralHtmlSupport","style","registerBlockAttribute","2962552ITiQUP","forceValue","enableDefaultAttributesIntegration","getGhsAttributeNameForElement","5MtPCPX","14937291gSDdNb","5717HGFcGT","3792825NFTNAt","StyleUtils","definitions","commandName","formatBlock","DataSchema","registerAttributeLabel","get","has","normalizeConfig","FORMAT_STYLE","*Set format:* %0","block","684838xigOPq","registerDescriptionCallback","Style"];return(ua=function(){return t})()}const la=ga;function fa(){const t=["ELEMENT_TABLE_WITH_TEXT","12177140rEpAbY","discard","order","24wDkEhz","insert","markMultiRangeInsertion","min","ELEMENT_TABLE","table","tablePaste","add","registerDescriptionCallback","_acceptFormatSuggestionCallbackFactory","enqueueChange","get","highest","getContainedElement","end","_suggestionFactory","insertion","removeTableRow","ELEMENT_TABLE_ROW","position","_tablePostFixingSubtypes","nodeBefore","isIntersecting","removeClass","tableColumn","map","commands","16wYlHvV","push","change","every","span","isIntersectingWithRange","905121hAumdc","options","oldRange","type","getChangedMarkers","603455oqNjfA","createPositionAt","tableCell","TableEditing","addClass","maxRow","getAttribute","maxColumn","_setupColumnsRowsFixing","has","70dpNfuw","139971mlnWVK","forceValue","toLowerCase","nodeAfter","low","minColumn","batch","getRanges","markMultiRangeDeletion","*Remove:* %0","registerElementLabel","start","selection","afterInit","locale","getFirstRange","*Insert:* %0","editor","_tableSuggestions","$textProxy","insertTableColumnLeft","root","MAX_SAFE_INTEGER","deletion","isEqual","last","getChanges","join","document","_getCoordsForCells","1207516tqMCnV","data","change:data","includes","addMarker:suggestion","_splitMarkerName","fromRange","values","ELEMENT_TABLE_COLUMN_WITH_TEXT","name","rowspan","item","insertTableRowBelow","mapper","classes","createRangeIn","plugins","descriptionFactory","model","rootName","getSuggestion","minRow","cell","detach","selectTableRow","startsWith","selectTableColumn","insertTableRowAbove","substr","TableUtils","max","registerCustomCallback","findAncestor","registerPostFixer","createRangeOn","tableRow","enableCommand","MIN_SAFE_INTEGER","refresh","getCellLocation","getItems","addRange","isInContent","hasAttribute","element","showSuggestionHighlights","differ","accept","$graveyard","from","subType","getChildren","left","insertTable","getColumnIndexes","first","getSelectionAffectedTableCells","suggestion","above","_getSuggestionCoords","ELEMENT_TABLE_COLUMN","ELEMENT_TABLE_ROW_WITH_TEXT","filter","isTouching","writer","toViewElement","TrackChangesEditing","createTableWalker","setSelection","execute","downcastDispatcher","some","isArray","length","removeTableColumn","1595055ZbXDhy","insertTableColumnRight","getRowIndexes","62760EWoonC","colspan"];return(fa=function(){return t})()}!function(t){const e=ga,n=t();for(;;)try{if(325799===-parseInt(e(232))/1+-parseInt(e(262))/2+parseInt(e(337))/3+parseInt(e(210))/4*(-parseInt(e(221))/5)+-parseInt(e(340))/6*(-parseInt(e(231))/7)+-parseInt(e(346))/8*(parseInt(e(216))/9)+parseInt(e(343))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fa);class ha extends t.Plugin{constructor(t){const e=ga;super(t),this[e(203)]=[e(297),e(207)],this[e(250)]=new Set}[la(245)](){const t=la,e=this[t(249)],n=e[t(280)][t(260)][t(244)];if(!e[t(278)][t(230)](t(224)))return;const r=e[t(246)],s=e[t(278)][t(194)](t(328)),o=e[t(278)][t(194)](t(291));s[t(279)][t(242)](t(351),(e=>qr(r,t(350),e))),this[t(229)](),s[t(298)](t(315)),s[t(298)](t(286)),s[t(298)](t(288));for(const r of[t(289),t(274)]){const i=e[t(209)][t(194)](r);s[t(298)](r,(r=>{const a=t;e[a(280)][a(212)]((t=>{const e=a;r();const c=e(320)===i[e(345)],u=o[e(318)](n),l=o[e(339)](u),f=c?l[e(317)]-1:l[e(257)]+1,h=u[0][e(294)](e(351)),g=o[e(329)](h,{startRow:f,endRow:f}),d=Array[e(311)](g)[e(208)]((n=>t[e(296)](n[e(284)])));s[e(348)](d,e(297))}))}))}for(const r of[t(252),t(338)]){const i=e[t(209)][t(194)](r);s[t(298)](r,(r=>{const a=t;e[a(280)][a(212)]((t=>{const e=a;r();const c=e(314)===i[e(345)],u=o[e(318)](n),l=o[e(316)](u),f=c?l[e(317)]-1:l[e(257)]+1,h=u[0][e(294)](e(351)),g=o[e(329)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(311)](g)[e(208)]((n=>t[e(296)](n[e(284)])));s[e(348)](d,e(207))}))}))}for(const r of[t(200),t(336)]){const i=r[t(290)](11),a=i[t(234)](),c=a[t(290)](0,3)+t(214),u=t(351)+i,l=t(349)+i,f=t(292)+i;s[t(298)](r,(()=>{const i=t;e[i(280)][i(212)]((t=>{const e=i,h=o[e(318)](n),g=h[0][e(294)](e(351));let d;if(e(200)==r){const t=o[e(339)](h);d={startRow:t[e(317)],endRow:t[e(257)],includeAllSlots:!0}}else{const t=o[e(316)](h);d={startColumn:t[e(317)],endColumn:t[e(257)],includeAllSlots:!0}}const p=o[e(329)](g,d),m=Array[e(311)](p)[e(208)]((({cell:t})=>t)),I=da(m[e(324)]((t=>t[e(305)](c)))),E=da(m[e(324)]((t=>!t[e(305)](c))))[e(208)]((n=>t[e(296)](n))),b=s[e(240)](E,u);if(b&&(e(297)==b[e(312)]||e(207)==b[e(312)])){const n=this[e(321)](b);for(const r of I){const s=t[e(296)](r),i=o[e(301)](r),u=r[e(227)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(303)](s)}}}))}))}function c(r){const s=t,o=Array[s(311)](n[s(239)]())[s(208)]((t=>i.LiveRange[s(268)](t)));e[s(280)][s(212)]((t=>{const n=s,i=t[n(238)];r=r[n(324)]((t=>n(310)!=t[n(253)][n(281)])),t[n(330)](r),e[n(209)][n(194)](n(200))[n(300)](),e[n(331)](n(200),{forceDefaultExecution:!0}),e[n(280)][n(193)]((()=>{const t=n;e[t(280)][t(193)](i,(e=>{const n=t,r=o[n(324)]((t=>n(310)!=t[n(253)][n(281)]));r[n(335)]>0&&e[n(330)](r);for(const t of o)t[n(285)]()}))}))}))}function u(r){const s=t;e[s(280)][s(212)]((t=>{const o=s,a=Array[o(311)](n[o(239)]())[o(208)]((t=>i.LiveRange[o(268)](t))),c=[];for(const t of r)for(const e of t[o(302)]({shallow:!0}))c[o(211)](e);for(const n of c)o(310)!=n[o(253)][o(281)]&&(t[o(330)](t[o(222)](n,0)),e[o(209)][o(194)](o(336))[o(300)](),e[o(331)](o(336),{forceDefaultExecution:!0}));const u=a[o(324)]((t=>o(310)!=t[o(253)][o(281)]));u[o(335)]>0&&t[o(330)](u);for(const t of a)t[o(285)]()}))}function l(e,n){const r=t;return n[r(213)]((t=>e[r(333)]((e=>e[r(197)][r(256)](t[r(243)])||t[r(197)][r(256)](e[r(243)])))))}function f(e,n){const r=t;return!e[r(333)]((t=>n[r(333)]((e=>t[r(205)](e)))))&&e[r(333)]((t=>n[r(333)]((e=>t[r(197)][r(325)](e[r(243)])))))}e[t(263)][t(332)].on(t(266),((e,n,r)=>{const s=t;if(!r[s(217)][s(307)])return;const o=n[s(273)];if(!o)return;const i=r[s(275)][s(327)](o);function c(t){return Array[s(334)](t)?t:[t]}i&&s(223)===o[s(271)]&&(0,a.setHighlightHandling)(i,r[s(326)],((t,e,n)=>n[s(225)](c(e[s(276)]),t)),((t,e,n)=>n[s(206)](c(e[s(276)]),t)))}),{priority:t(195)}),s[t(279)][t(354)]((e=>{const n=t;if(n(199)!=e[n(219)]&&n(255)!=e[n(219)])return;const s=e[n(196)]();if(null!=s&&s.is(n(306),n(351))){if(n(199)==e[n(219)]){const t=e[n(302)]()[n(324)]((t=>t.is(n(251))))[n(208)]((t=>t[n(263)]));if(t[n(335)])return{type:n(199),content:qr(r,n(248),qr(r,n(342),'"'+t[n(259)](" ")+'"'))}}if(n(255)==e[n(219)]){const t=e[n(302)]()[n(324)]((t=>t.is(n(251))))[n(208)]((t=>t[n(263)]));if(t[n(335)])return{type:n(255),content:qr(r,n(241),qr(r,n(342),'"'+t[n(259)](" ")+'"'))}}}})),s[t(279)][t(354)]((e=>{const n=t;if(n(297)==e[n(312)]){const t=e[n(302)]()[n(324)]((t=>t.is(n(251))))[n(208)]((t=>t[n(263)])),s=this[n(321)](e),o=s[n(226)]-s[n(283)]+1;if(n(199)==e[n(219)])return t[n(335)]?{type:n(199),content:qr(r,n(248),qr(r,n(323),[o,'"'+t[n(259)](" ")+'"']))}:{type:n(199),content:qr(r,n(248),qr(r,n(201),o))};if(n(255)==e[n(219)])return t[n(335)]?{type:n(255),content:qr(r,n(241),qr(r,n(323),[o,'"'+t[n(259)](" ")+'"']))}:{type:n(255),content:qr(r,n(241),qr(r,n(201),o))}}if(n(207)==e[n(312)]){const t=e[n(302)]()[n(324)]((t=>t.is(n(251))))[n(208)]((t=>t[n(263)])),s=this[n(321)](e),o=s[n(228)]-s[n(237)]+1;if(n(199)==e[n(219)])return t[n(335)]?{type:n(199),content:qr(r,n(248),qr(r,n(270),[o,'"'+t[n(259)](" ")+'"']))}:{type:n(199),content:qr(r,n(248),qr(r,n(322),o))};if(n(255)==e[n(219)])return t[n(335)]?{type:n(255),content:qr(r,n(241),qr(r,n(270),[o,'"'+t[n(259)](" ")+'"']))}:{type:n(255),content:qr(r,n(241),qr(r,n(322),o))}}})),s[t(198)][t(293)](t(199),t(297),t(344),c),s[t(198)][t(293)](t(255),t(297),t(309),c),s[t(198)][t(293)](t(199),t(207),t(344),u),s[t(198)][t(293)](t(255),t(207),t(309),u),s[t(198)][t(293)](t(199),t(207),t(259),l),s[t(198)][t(293)](t(255),t(207),t(259),l),s[t(198)][t(293)](t(199),t(297),t(259),f),s[t(198)][t(293)](t(255),t(297),t(259),f)}[la(355)](){const t=la,e=this[t(249)],n=e[t(280)][t(260)][t(244)];return(r,s)=>{const o=t;e[o(280)][o(212)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(197)][a(204)];u&&u[0]&&!1===u[0][a(233)]&&(l=r[0][a(243)][a(235)]);const f=t[a(277)](l);if(a(310)==f[a(253)][a(281)])return;const h=Array[a(311)](n[a(239)]())[a(208)]((t=>i.LiveRange[a(268)](t)));t[a(330)](f),e[a(209)][a(194)](c)[a(300)](),u[a(211)]({forceDefaultExecution:!0}),e[a(331)](c,...u);const g=h[a(324)]((t=>a(310)!=t[a(253)][a(281)]));g[a(335)]>0&&t[a(330)](g);for(const t of h)t[a(285)]()}))}}[la(261)](t){const e=la,n=this[e(249)][e(278)][e(194)](e(291));let r=Number[e(254)],s=Number[e(299)],o=Number[e(254)],i=Number[e(299)];for(const a of t){if(e(310)==a[e(253)][e(281)])continue;const{row:t,column:c}=n[e(301)](a),u=a[e(305)](e(272))?a[e(227)](e(272))-1:0,l=a[e(305)](e(341))?a[e(227)](e(341))-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}}[la(229)](){const t=la,e=this[t(249)],n=e[t(278)][t(194)](t(328)),r=e[t(278)][t(194)](t(291));e[t(280)][t(260)].on(t(264),(()=>{const r=t,s=Array[r(311)](e[r(280)][r(260)][r(308)][r(220)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(267)](t);if(r(319)!=s)continue;if(null!=e[r(218)])continue;const a=n[r(282)](o);this[r(203)][r(265)](i)&&this[r(250)][r(353)](a)}}),{priority:t(236)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(296)](e),a=e[s(294)](s(351)),c=r[s(301)](e);for(const t of this[s(250)]){const n=t[s(312)],r=n[s(287)](s(352)),u=n[s(290)](r?10:5),l=u[s(234)](),f=l[s(290)](0,3)+s(214),h=s(349)+u,g=s(292)+u;if(!t[s(304)])continue;if(a!=t[s(247)]()[s(243)][s(294)](s(351)))continue;if(t[s(215)](i))continue;const d=e[s(305)](f)?e[s(227)](f)-1:0,p=this[s(321)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(303)](i),o=!0)}return o};e[t(280)][t(260)][t(295)]((n=>{const r=t;let o=!1;for(const t of e[r(280)][r(260)][r(308)][r(258)]())if(r(347)==t[r(219)])if(r(297)==t[r(271)])for(const e of t[r(202)][r(235)][r(313)]())o=o||s(e,n);else r(223)==t[r(271)]&&(o=o||s(t[r(202)][r(235)],n));return o}))}[la(321)](t){const e=la;return this[e(261)](t[e(239)]()[e(208)]((t=>t[e(243)][e(235)])))}}function ga(t,e){const n=fa();return(ga=function(t,e){return n[t-=193]})(t,e)}function da(t){const e=la;return Array[e(311)](new Set(t)[e(269)]())}const pa=ma;function ma(t,e){const n=Ia();return(ma=function(t,e){return n[t-=149]})(t,e)}function Ia(){const t=["getRanges","mergeTableCellUp","rootName","_areSelectedCellsMergable","mergeTableCellDown","registerDescriptionCallback","findAncestor","TrackChangesEditing","_areMergableCells","set:isEnabled","descriptionFactory","detach","type","9154640pveEZX","refresh","element","map","1635496dCQRej","table","isInContent","find","commandName","_suggestionFactory","getSuggestions","containsRange","insertion","createRangeOn","TableEditing","trackChanges","splitTableCellVertically","has","get","accept","horizontally","*Split cell:* horizontally","getFirstPosition","size","highest","createTableWalker","plugins","add","forceDefaultExecution","deletion","formatInline","from","cell","splitTableCellHorizontally","filter","_acceptFormatSuggestionCallbackFactory","subType","*Split cell:* vertically","markMultiRangeBlockFormat","$graveyard","fromRange","return","TableUtils","low","value","mergeTableCellRight","7317471cfRkWO","_tablePostFixingSubtypes","mergeTableCells","627AiwwDR","tableCell","6UNEzES","format","direction","formatBlock","locale","2711390wvUQCd","model","editor","registerCustomCallback","getCellLocation","isEnabled","length","594cyGhtx","getAncestors","getSelectionAffectedTableCells","document","requires","change","*Merge cells*","mergeTableCellLeft","_isForcedDefaultExecutionBlock","markBlockFormat","setSelection","6939552VifVlv","root","push","31072869NZiGhx","selection","execute","author","afterInit","commands","enableCommand","stop"];return(Ia=function(){return t})()}!function(t){const e=ma,n=t();for(;;)try{if(650727===parseInt(e(205))/1*(-parseInt(e(219))/2)+-parseInt(e(207))/3*(parseInt(e(160))/4)+-parseInt(e(212))/5+-parseInt(e(230))/6+parseInt(e(202))/7+-parseInt(e(156))/8+parseInt(e(233))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ia);class Ea extends t.Plugin{static get[pa(223)](){return[ha]}[pa(237)](){const t=pa,e=this[t(214)],n=e[t(213)][t(222)][t(234)],r=e[t(211)];if(!e[t(182)][t(173)](t(170)))return;const s=e[t(182)][t(174)](t(150)),o=e[t(182)][t(174)](t(198)),a=e[t(182)][t(174)](ha);a[t(203)][t(232)](t(204)),s[t(239)](t(204),(()=>{const n=t,r=o[n(221)](e[n(213)][n(222)][n(234)]);e[n(213)][n(224)]((()=>{const t=n;s[t(194)](r,{commandName:t(204),commandParams:[]},[],t(204))}))})),e[t(238)][t(174)](t(204)).on(t(235),((n,r)=>{const o=t;e[o(238)][o(174)](o(171))[o(200)]&&(r[o(218)]>0&&r[r[o(218)]-1]&&r[r[o(218)]-1][o(184)]||s[o(227)]||this[o(244)]()||n[o(240)]())}),{priority:t(180)});for(const n of[t(242),t(201),t(245),t(226)]){const r=e[t(238)][t(174)](n);s[t(239)](n,(()=>{const n=t,o=e[n(213)][n(222)][n(234)][n(178)]()[n(220)]()[n(163)]((t=>t.is(n(158),n(206)))),i=r[n(200)];e[n(213)][n(224)]((()=>{const t=n;s[t(194)]([o,i],{commandName:t(204),commandParams:[]},[],t(204))}))}))}for(const n of[t(172),t(189)]){const r=e[t(238)][t(174)](n);s[t(239)](n,(()=>{const i=t,a=o[i(221)](e[i(213)][i(222)][i(234)])[0],c=a[i(149)](i(161)),{column:u,row:l}=o[i(216)](a);let f=[];if(i(176)==r[i(209)]){const t=o[i(181)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(187)](t)[i(159)]((t=>t[i(188)]))}else{const t=o[i(181)](c,{column:u,includeAllSlots:!0});f=Array[i(187)](t)[i(159)]((t=>t[i(188)]))}e[i(213)][i(224)]((t=>{const e=i;s[e(228)](t[e(169)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(153)][t(246)]((e=>{const n=t;if(n(210)!=e[n(155)]&&n(186)!=e[n(155)])return;const{data:s}=e;return s&&n(204)==s[n(164)]?{type:n(208),content:qr(r,n(225))}:void 0})),s[t(153)][t(246)]((e=>{const n=t;if(n(210)!=e[n(155)]&&n(186)!=e[n(155)])return;const{data:s}=e;return s?n(172)==s[n(164)]?{type:n(208),content:qr(r,n(193))}:n(189)==s[n(164)]?{type:n(208),content:qr(r,n(177))}:void 0:void 0}));const c=a[t(191)]();for(const e of[t(242),t(201),t(245),t(226)])s[t(165)][t(215)](t(210),e,t(175),c);for(const e of[t(172),t(189)])s[t(165)][t(215)](t(210),e,t(175),c);s[t(165)][t(215)](t(210),t(204),t(175),(r=>{const s=t;e[s(213)][s(224)]((t=>{const o=s,a=Array[o(187)](n[o(241)]())[o(159)]((t=>i.LiveRange[o(196)](t)));t[o(229)](r),e[o(238)][o(174)](o(204))[o(157)](),e[o(235)](o(204),{forceDefaultExecution:!0});const c=a[o(190)]((t=>o(195)!=t[o(231)][o(243)]));c[o(218)]>0&&t[o(229)](c);for(const t of a)t[o(154)]()}))}));for(const n of[t(242),t(245),t(226),t(201)]){const r=e[t(238)][t(174)](n);r.on(t(152),((n,s,o)=>{const i=t;if(o){const t=e[i(213)][i(222)][i(234)][i(178)]()[i(220)]()[i(163)]((t=>t.is(i(158),i(206))));this[i(151)](r[i(200)],t)||(n[i(197)]=!1,n[i(240)]())}}),{priority:t(199)})}}[pa(244)](){const t=pa,e=this[t(214)][t(238)][t(174)](t(204)),n=this[t(214)][t(182)][t(174)](t(198));if(!e[t(217)])return!1;const r=n[t(221)](this[t(214)][t(213)][t(222)][t(234)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(151)](e,n))return!1;return!0}[pa(151)](t,e){const n=pa,r=this[n(214)][n(182)][n(174)](n(150)),s=this[n(214)][n(213)][n(169)](t),o=this[n(214)][n(213)][n(169)](e),i=new Set,a=new Set;for(const t of r[n(166)]())if((n(168)==t[n(155)]||n(185)==t[n(155)]||n(204)==t[n(192)])&&t[n(162)])for(const e of t[n(241)]())e[n(167)](s,!0)&&i[n(183)](t[n(155)]+":"+t[n(236)].id),e[n(167)](o,!0)&&a[n(183)](t[n(155)]+":"+t[n(236)].id);if(i[n(179)]!=a[n(179)])return!1;for(const t of i)if(!a[n(173)](t))return!1;return!0}}function ba(t,e){const n=Ta();return(ba=function(t,e){return n[t-=466]})(t,e)}function Ta(){const t=["editor","type","markerName","data-suggestion","registerDescriptionCallback","markerNameToElements","_splitMarkerName","parent","FORMAT_HEADER_ROW","editing","createTableWalker","writer","103kmTmjb","_acceptFormatSuggestionCallbackFactory","enableDefaultAttributesIntegration","setAttribute","TableUtils","cell","removeMarker:suggestion","setTableColumnHeader","_suggestionFactory","commandParams","14gPjArx","6369055iHoKBn","_registerLegacyDescription","_handleLegacySuggestions","commandName","showSuggestionHighlights","downcastDispatcher","mapper","nodeAfter","*Format:* %0","3289464rjwODT","getSuggestion","ck-suggestion-marker--active","afterInit","accept","setTableRowHeader","FORMAT_HEADER_COLUMN","TrackChangesEditing","registerAttributeLabel","TableEditing","unbindElementFromMarkerName","toViewElement","highest","options","ck-suggestion-marker-","addMarker:suggestion","descriptionFactory","107370qgOtuk","end","markerRange","1168KDIvmZ","removeAttribute","nodeBefore","data","FORMAT_REGULAR_ROW","FORMAT_REGULAR_COLUMN","removeClass","activeMarkers","includes","bindElementToMarker","2820904TnYhXH","23752980ltCFxX","has","locale","3481767oBWOvw","registerCustomCallback","name","headingRows","23578PgPnVU","format","consume","requires","start","stop","forceValue","formatBlock","plugins","get","getCellLocation","registerBlockAttribute","item","addClass","consumable","headingColumns"];return(Ta=function(){return t})()}const _a=ba;!function(t){const e=ba,n=t();for(;;)try{if(977877===-parseInt(e(549))/1*(parseInt(e(521))/2)+parseInt(e(517))/3+-parseInt(e(513))/4+parseInt(e(474))/5+parseInt(e(483))/6*(parseInt(e(473))/7)+parseInt(e(503))/8*(parseInt(e(500))/9)+-parseInt(e(514))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ta);class ya extends t.Plugin{static get[_a(524)](){return[ha]}[_a(486)](){const t=_a,e=this[t(537)];if(!e[t(529)][t(515)](t(492)))return;const n=e[t(516)],r=e[t(529)][t(530)](t(490));r[t(551)](t(488)),r[t(551)](t(470)),r[t(532)](t(520)),r[t(532)](t(536)),r[t(499)][t(491)](t(520),qr(n,t(545))),r[t(499)][t(491)](t(536),qr(n,t(489))),this[t(476)]()}[_a(476)](){const t=_a,e=this[t(537)][t(529)][t(530)](t(490)),n=this[t(537)][t(529)][t(530)](t(467)),r=this[t(537)][t(529)][t(530)](ha)[t(550)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=ba,{type:c,id:u}=e[a(543)](o[a(539)]),l=e[a(484)](u),f=l[a(506)];if(a(528)!=l[a(538)]||!f||a(470)!=f[a(477)])return;if(o[a(533)])return void s[a(526)]();if(!i[a(535)][a(523)](o[a(502)],s[a(519)]))return;const h=o[a(502)][a(525)][a(481)],g=o[a(502)][a(501)][a(505)],d=h[a(544)][a(544)],{column:p}=n[a(531)](h),{column:m}=n[a(531)](g);for(let s=p;s<=m;s++){const l=n[a(547)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(468)],l=i[a(480)][a(494)](s);i[a(548)][a(534)](a(497)+c,l),r&&i[a(548)][a(466)](a(540),u,l),i[a(480)][a(512)](l,o[a(539)]),t&&(e[a(510)][a(511)](o[a(539)])?i[a(548)][a(534)](a(485),l):i[a(548)][a(509)](a(485),l))}}}}e[t(471)][t(518)](t(528),t(488),t(487),r),e[t(471)][t(518)](t(528),t(470),t(487),r),this[t(537)][t(546)][t(479)].on(t(498),s(),{priority:t(495)}),this[t(537)][t(506)][t(479)].on(t(498),((e,n,r)=>{const o=t;r[o(496)][o(478)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(495)}),this[t(537)][t(546)][t(479)].on(t(469),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(543)](r[o(539)]),c=e[o(484)](a),u=c[o(506)];if(o(528)!=c[o(538)]||!u||o(470)!=u[o(477)])return;const l=s[o(480)][o(542)](r[o(539)]);if(l)for(const t of l)s[o(548)][o(509)](o(497)+i,t),s[o(548)][o(509)](o(485),t),s[o(548)][o(504)](o(540),t),s[o(480)][o(493)](t,r[o(539)])}),{priority:t(495)}),this[t(475)]()}[_a(475)](){const t=_a,e=this[t(537)],n=e[t(516)];function r(e){const r=t;return{type:r(522),content:qr(n,r(482),e)}}e[t(529)][t(530)](t(490))[t(499)][t(541)]((e=>{const s=t;if(s(528)!=e[s(538)])return;const{data:o}=e;if(o){if(s(488)==o[s(477)]){const t=o[s(472)][0][s(527)];return r(qr(n,s(t?545:507)))}if(s(470)==o[s(477)]){const t=o[s(472)][0][s(527)];return r(qr(n,s(t?489:508)))}}}))}}const Aa=ka;function ka(t,e){const n=Ma();return(ka=function(t,e){return n[t-=137]})(t,e)}!function(t){const e=ka,n=t();for(;;)try{if(433742===parseInt(e(340))/1+-parseInt(e(185))/2*(parseInt(e(227))/3)+-parseInt(e(142))/4+parseInt(e(211))/5+-parseInt(e(240))/6+-parseInt(e(213))/7+-parseInt(e(218))/8*(-parseInt(e(180))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ma);const Ca=[Aa(179),Aa(272),Aa(210),Aa(315),Aa(293),Aa(206),Aa(327)],Na=Object[Aa(322)](Ca[Aa(168)]((t=>[t,null])));class La extends t.Plugin{static get[Aa(198)](){return[ha]}[Aa(248)](){const t=Aa,n=this[t(238)];if(!n[t(165)][t(151)](t(245)))return;const r=n[t(165)][t(221)](t(194)),s=n[t(165)][t(221)](t(283)),o=n[t(165)][t(221)](ha),a=n[t(165)][t(221)](t(245));o[t(232)][t(305)](t(256),t(187)),n[t(147)][t(149)][t(324)](t(306),{allowIn:t(226),allowContentOf:t(226),isLimit:!0}),n[t(284)][t(303)]({model:t(306),view:t(167)});let c=null;n[t(147)].on(t(148),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(320)]-1];h&&h[u(201)]||r[u(266)]||this[u(238)][u(219)][u(221)](u(274))[u(141)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(311)))return!1;const i=s[o(146)](t,n);if(!i||!Sa(i,void 0,r))return!1;const a=r[o(312)](n[o(164)][o(186)]);if(!a[o(320)])return!1;const c=a[0][o(258)](o(249)),l=r[o(171)](a),f=r[o(267)](a),h={startRow:l[o(215)],endRow:l[o(214)],startColumn:f[o(215)],endColumn:f[o(214)]};return 1==a[o(320)]&&(h[o(197)]+=r[o(234)](i)-1,h[o(177)]+=r[o(292)](i)-1),Sa(c,h,r)}(l,f,n[u(147)],s,a)&&(o[u(251)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(147)][u(334)]((()=>{const t=u;n[t(147)][t(148)](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(320)]&&r[t(138)](o,t(256),{tablePasteChainId:s}),a[t(320)]&&r[t(138)](a,t(187),{tablePasteChainId:s}),l[t(320)]&&(r[t(138)](l,t(339),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(261)]((e=>{const n=t;var r;return null===(r=e[n(295)])||void 0===r?void 0:r[n(332)](e)}))),f[t(320)]&&(r[t(297)](f,t(339),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(261)]((e=>{const n=t;var r;return null===(r=e[n(295)])||void 0===r?void 0:r[n(332)](e)})));const g=r[t(233)](h[t(168)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(254),{tablePasteChainId:s});if(g){const e=g[t(291)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(147)][t(316)](s),a=e[t(298)]((e=>e[t(250)]()[t(319)](i)));a&&r[t(305)]([a[t(209)],o])}r[t(320)]&&g[t(199)](t(331),Object[t(322)](r))}c=null})))}),{priority:e.priorities[t(160)]+10}),n[t(165)][t(221)](t(245)).on(t(159),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(251)]();const u=s[r(336)],l=o,f=Ra(u),h=Ra(l);e[r(155)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(279)](u[r(333)](0));for(const t of Array[r(268)](l[r(137)]()))a[r(143)](t,u,r(178));const t=c[r(278)][r(239)](s[r(317)]),e=c[r(190)][r(239)](s[r(231)]);t||e||(g=i.LiveRange[r(310)](a[r(228)](u)))}else h&&!f&&(d=a[r(228)](u));else{const t=a[r(242)](r(306)),e=a[r(242)](r(306));a[r(222)](a[r(228)](u),e),a[r(143)](t,u,0);for(const e of Array[r(268)](l[r(137)]()))a[r(143)](e,t,r(178));g=i.LiveRange[r(310)](a[r(316)](t)),d=i.LiveRange[r(310)](a[r(316)](e))}const p=Array[r(268)](l[r(191)]())[r(183)]((([t])=>Ca[r(239)](t)));c[r(154)][r(305)]({element:u,attributes:p[r(320)]?Object[r(322)](p):null}),g&&c[r(265)][r(305)](g),d&&c[r(287)][r(305)](d)}),{priority:t(160)}),s.on(t(296),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(174)]||1;c[o(190)]=new Array(l)[o(157)](u)[o(168)](((t,e)=>t+e));for(const{cell:t}of s[o(243)](i,{startColumn:u,endColumn:u+l-1}))c[o(269)][o(305)](n[o(147)][o(316)](t))}),{priority:t(259)}),s.on(t(140),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(163)]||1;c[o(278)]=new Array(l)[o(157)](u)[o(168)](((t,e)=>t+e));for(const{cell:t}of s[o(243)](i,{startRow:u,endRow:u+l-1}))c[o(208)][o(305)](n[o(147)][o(316)](t))}),{priority:t(259)}),r[t(161)][t(145)]((e=>{const r=t;if(e[r(290)]&&e[r(290)][r(280)](r(339)))return e[r(253)]?{}:{type:r(220),content:qr(n[r(289)],r(294))}}));const u=()=>!1;for(const e of[t(339),t(187),t(256),t(254)])r[t(162)][t(170)](t(220),e,t(337),u),r[t(162)][t(170)](t(241),e,t(337),u),r[t(162)][t(170)](t(313),e,t(337),u);r[t(162)][t(170)](t(313),t(254),t(193),u),r[t(162)][t(170)](t(313),t(254),t(224),((e,r,s)=>{const o=t,i=e[o(168)]((t=>t[o(169)]()))[o(183)]((t=>t)),a=new Map(i[o(168)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(154)])e&&a[o(270)](t,e);else if(s&&s[o(331)])for(const[t,e]of Object[o(309)](s[o(331)])){const r=n[o(147)][o(328)][o(221)](t),s=r?r[o(250)]()[o(169)]():null;s&&a[o(270)](s,e)}n[o(147)][o(334)]((t=>{const e=o;for(const[n,r]of a)t[e(184)]({...Na,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(162)][o(170)](e,o(339),s,((t,i,a)=>{const c=o;n[c(147)][c(334)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(282)][o(318)];t.is(o(216),o(306))&&u[o(305)](t)}r[o(162)][o(237)](e,null,s)(t,i,a);for(const t of u)o(189)!=t[o(207)][o(225)]&&n[o(173)](t)}))}))};l(t(220),t(224)),l(t(220),t(193)),l(t(241),t(224)),l(t(241),t(193)),r[t(162)][t(170)](t(220),t(256),t(193),(e=>{const n=t,r=e[n(168)]((t=>t[n(169)]())),i=r[0][n(258)](n(249)),{minRow:a,maxRow:c}=o[n(217)](r);s[n(158)](i,{at:a,rows:c-a+1})})),r[t(162)][t(170)](t(220),t(187),t(193),(e=>{const n=t,r=e[n(168)]((t=>t[n(169)]())),i=r[0][n(258)](n(249)),{minColumn:a,maxColumn:c}=o[n(217)](r);s[n(276)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(290)]||!n[s(290)][s(280)](s(339)))return;const o=n[s(182)][s(286)],i=r[s(314)]()[s(183)]((t=>t[s(338)]&&t[s(182)]&&t[s(182)][s(286)]==o));i[s(320)]&&n[s(192)]()[s(320)]!=i[s(320)]&&i[s(203)](((t,e)=>(t[s(246)]=e,e[s(253)]=t,e)))};function h(e,n=!0){const s=t,{id:o,authorId:i}=r[s(281)](e[s(307)]),a=[s(212),s(204)],c=r[s(223)][s(239)](e[s(307)]);return c&&a[s(305)](s(247)),{classes:a,attributes:{"data-suggestion":o,"data-author-id":i},priority:c&&n?3010:3e3}}r.on(t(175),f,{priority:t(160)}),r.on(t(188),f,{priority:t(160)}),n[t(147)][t(164)][t(139)]((()=>{const e=t;let s=!1;const o=Array[e(268)](n[e(147)][e(164)][e(299)][e(236)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(281)](t);if(e(323)!=o||e(241)!=a||i[e(260)])continue;if(!r[e(304)](c))continue;const u=r[e(156)](c)[e(277)](),l=n[e(165)][e(221)](e(172)).me;for(const t of r[e(314)]())if(t[e(338)]&&t[e(153)]==l&&e(313)==t[e(262)]&&e(254)==t[e(290)]&&t[e(277)]()[e(273)]((t=>u[e(264)]((n=>n[e(275)](t,!0))))))for(const n of t[e(192)]())n[e(338)]&&(n[e(193)](),s=!0)}return s})),n[t(147)][t(164)][t(139)]((e=>{const s=t,o=n[s(219)][s(221)](s(271));if(!o||!o[s(230)][s(151)](e[s(244)]))return!1;let i=!1;const a=n[s(165)][s(221)](s(172)).me,c=n[s(147)][s(164)][s(299)][s(326)](),u=Array[s(268)](n[s(147)][s(164)][s(299)][s(236)]())[s(183)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(281)](t);return n(323)==o&&n(339)==i&&c==a.id&&!e[n(260)]}));for(const t of c){if(s(143)!=t[s(262)]||s(306)!=t[s(209)]||1!=t[s(320)])continue;const n=e[s(329)](t[s(200)],t[s(200)][s(196)](1));if(!u[s(298)]((({data:t})=>t[s(152)][s(319)](n))))for(const{name:t,data:r}of u)if(n[s(275)](r[s(152)])){e[s(321)](t,{range:n}),i=!0;break}}return i})),n[t(147)][t(164)][t(139)]((e=>{const s=t;let o=!1;const i=n[s(165)][s(221)](s(172)).me,a=r[s(314)]()[s(183)]((t=>t[s(338)]&&t[s(153)]==i)),c=new Set,u=new Set;for(const t of a)if(s(339)==t[s(290)])for(const e of t[s(291)]()){const n=e[s(250)]()[s(169)]();if(n)if(n.is(s(216),s(306))&&Ra(n)){t[s(325)](e[s(209)]),c[s(150)](n),o=!0;const r=n[s(176)],i=n[s(255)],a=r&&r.is(s(216),s(306)),l=i&&i.is(s(216),s(306));a&&!c[s(151)](r)&&u[s(150)](r),l&&!c[s(151)](i)&&u[s(150)](i)}else n.is(s(216),s(205))&&n[s(300)]&&(t[s(325)](e[s(209)]),o=!0)}else if(s(254)==t[s(290)]){if(!t[s(182)]||!t[s(182)][s(286)])continue;const e=t[s(182)][s(331)];if(e&&Object[s(263)](e)[s(320)])continue;const n=t[s(182)][s(286)];let r=!0,i=!0;for(const e of a)if(e[s(290)]&&e[s(290)][s(280)](s(339))){if(!e[s(182)][s(286)]){i=!1;break}if(e.id!=t.id&&e[s(182)][s(286)]==n){r=!1;break}}i&&r&&(t[s(195)](),o=!0)}for(const t of c)e[s(279)](t);for(const t of u)e[s(173)](t);return o})),n[t(284)][t(335)](t(288))[t(257)]({model:t(181),view:t=>h(t),converterPriority:t(160)}),n[t(284)][t(335)](t(144))[t(257)]({model:t(181),view:(e,n)=>n[t(202)][t(308)]?h(e,!1):null,converterPriority:t(160)});const g=n[t(235)][t(301)];this[t(166)](g[t(164)],t(252),((e,n)=>{const r=t,s=[];for(const t of g[r(228)](n[r(229)])[r(330)]())t.is(r(216),r(167))&&s[r(305)](t);g[r(334)]((t=>{const e=r;for(const n of s)t[e(285)](t[e(228)](n),t[e(302)](n)),t[e(279)](n)}))}))}}function Ra(t){const e=Aa;if(t[e(300)])return!0;const n=t[e(333)](0);return n.is(e(216),e(205))&&n[e(300)]}function Sa(t,e={},n){const r=Aa;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(243)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ma(){const t=["some","insertionRanges","_isForcedDefaultExecutionBlock","getColumnIndexes","from","columnInsertionRanges","set","redo","tableCellBorderColor","every","trackChanges","containsRange","removeColumns","getRanges","rowInsertionIndexes","remove","startsWith","_splitMarkerName","start","TableUtils","conversion","move","tablePasteChainId","deletionRanges","editingDowncast","locale","subType","getMarkers","getColumns","tableCellVerticalAlignment","*Replace table cells*","detach","insertColumns","markMultiRangeDeletion","find","differ","isEmpty","view","createPositionBefore","elementToElement","hasSuggestion","push","tableCellSuggestion","markerName","showSuggestionHighlights","entries","fromRange","documentSelection","getSelectionAffectedTableCells","formatBlock","getSuggestions","tableCellHorizontalAlignment","createRangeOn","row","nodeAfter","isEqual","length","updateMarker","fromEntries","suggestion","register","removeMarker","getChanges","tableCellPadding","markers","createRange","getItems","markerAttributes","call","getChild","change","for","cell","join","isInContent","tablePaste","697585nKPYQg","getChildren","markMultiRangeInsertion","registerPostFixer","insertRows","value","3107060sKSzja","insert","dataDowncast","registerDescriptionCallback","getTableIfOnlyTableInContent","model","insertContent","schema","add","has","newRange","author","cells","return","getSuggestion","fill","removeRows","_replaceTableSlotCell","high","descriptionFactory","_suggestionFactory","rows","document","plugins","listenTo","suggestion-td","map","getContainedElement","registerCustomCallback","getRowIndexes","Users","unwrap","columns","suggestionLoaded","nextSibling","endColumn","end","tableCellBorderWidth","9sDZHST","suggestion:formatBlock:tablePasteCell","attributes","filter","setAttributes","1362owubFd","selection","tablePasteColumn","suggestionUnloaded","$graveyard","columnInsertionIndexes","getAttributes","getAllAdjacentSuggestions","discard","TrackChangesEditing","removeMarkers","getShiftedBy","endRow","requires","setAttribute","position","forceDefaultExecution","options","reduce","ck-suggestion-marker-insertion","paragraph","tableCellBackgroundColor","root","rowInsertionRanges","name","tableCellBorderStyle","105365CwUeKC","ck-suggestion-marker","3750929MhguSk","last","first","element","_getCoordsForCells","13007264sMcLVD","commands","insertion","get","wrap","activeMarkers","accept","rootName","tableCell","321JURsDO","createRangeIn","content","_createdBatches","column","_tablePostFixingSubtypes","markMultiRangeBlockFormat","getRows","editing","getChangedMarkers","getSuggestionCallback","editor","includes","3152070dcpePT","deletion","createElement","createTableWalker","batch","TableClipboard","next","ck-suggestion-marker--active","afterInit","table","getRange","stop","clipboardOutput","previous","tablePasteCell","previousSibling","tablePasteRow","markerToHighlight","findAncestor","low","oldRange","forEach","type","keys"];return(Ma=function(){return t})()}function va(t,e){const n=Oa();return(va=function(t,e){return n[t-=142]})(t,e)}const wa=va;function Oa(){const t=["table","accept","5494910gWpcCE","handleSuggestionDescription","getColumnGroupElement","data","author","registerDescriptionCallback","markBlockFormat","get","resizeTableWidth","discard","selection","registerCustomCallback","12kTWXNa","handleResizeTableWidthCommand","TableColumnResizeEditing","change","84nLRFMw","afterInit","formatInline","55208cIOvAk","resizeTable","15gSqPNT","getSelectedElement","getSuggestionCallback","plugins","420wvQXfR","3582171qljvQg","51634RSBFSV","96789XWlAzp","model","11DGlfao","format","locale","*Format:* resize table","editor","enableCommand","type","TrackChangesEditing","has","formatBlock","_suggestionFactory","Users","getTableColumnsWidths","descriptionFactory","getAttribute","getContainedElement","commandParams","tableWidth","columnWidths","bind","187240CdPKTG","569370NtePLz","document","subType","formatGroupId","getSuggestions"];return(Oa=function(){return t})()}!function(t){const e=va,n=t();for(;;)try{if(389097===parseInt(e(142))/1*(parseInt(e(197))/2)+-parseInt(e(182))/3*(parseInt(e(189))/4)+parseInt(e(191))/5*(parseInt(e(163))/6)+-parseInt(e(186))/7*(parseInt(e(162))/8)+parseInt(e(196))/9+-parseInt(e(170))/10+parseInt(e(198))/11*(parseInt(e(195))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oa);class Da extends t.Plugin{[wa(187)](){const t=wa;if(!this[t(146)][t(194)][t(150)](t(184)))return;const e=this[t(146)][t(194)][t(177)](t(149));e[t(147)](t(178),this[t(183)][t(161)](this)),e[t(152)][t(181)](t(151),t(190),t(169),e[t(152)][t(193)](t(151),null,t(179))),e[t(152)][t(181)](t(151),t(190),t(179),e[t(152)][t(193)](t(151),null,t(169))),e[t(155)][t(175)](this[t(171)][t(161)](this))}[wa(183)](t,e){const n=wa,r=this[n(146)][n(194)][n(177)](n(149)),s=this[n(146)][n(194)][n(177)](n(184)),o=e[n(168)]||this[n(146)][n(199)][n(164)][n(180)][n(192)]();this[n(146)][n(199)][n(185)]((()=>{const i=n,a=s[i(172)](o);let c=a?s[i(154)](a):null,u=o[i(156)](i(159))||null;const l=e[i(159)]||u,f=e[i(160)]||c,h=this[i(146)][i(194)][i(177)](i(153)).me;for(const t of r[i(167)]()){const e=t[i(157)]();if(i(190)===t[i(165)]&&e===o){t[i(174)]!==h&&t[i(179)]();const e=t[i(173)][i(158)];u=e[0][i(159)],c=e[0][i(160)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(176)](o,{commandName:i(178),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(190)},[],i(190))}))}[wa(171)](t){const e=wa;if(e(151)!=t[e(148)]&&e(188)!=t[e(148)])return;const{data:n}=t;if(n&&e(190)===n[e(166)]){const t=e(145);return{type:e(143),content:qr(this[e(146)][e(144)],t)}}}}const Fa=xa;function Pa(){const t=["576082lSIgYy","2905410UqPZfs","27VaPBAh","Template","235WBCQrJ","plugins","insertTemplate","708128nWfhpc","1fxVjHa","editor","get","35eVxhQo","166404EUeyCA","324HhAFHI","TrackChangesEditing","124641rLqVdB","has","18qQEqph","enableCommand","14685775FzFNtn","64902OSyeXu","afterInit"];return(Pa=function(){return t})()}function xa(t,e){const n=Pa();return(xa=function(t,e){return n[t-=451]})(t,e)}!function(t){const e=xa,n=t();for(;;)try{if(459735===-parseInt(e(464))/1*(parseInt(e(456))/2)+-parseInt(e(451))/3*(-parseInt(e(468))/4)+-parseInt(e(460))/5*(parseInt(e(454))/6)+parseInt(e(467))/7*(parseInt(e(463))/8)+-parseInt(e(458))/9*(parseInt(e(457))/10)+-parseInt(e(471))/11*(-parseInt(e(469))/12)+parseInt(e(453))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pa);class Ba extends t.Plugin{[Fa(455)](){const t=Fa,e=this[t(465)];e[t(461)][t(472)](t(459))&&e[t(461)][t(466)](t(470))[t(452)](t(462))}}const Ua=Ga;function ja(){const t=["TrackChangesEditing","791068Khsmnz","3441384fjbRfn","125JKWVLh","ELEMENT_TABLE_OF_CONTENTS","commands","21139481OneCZX","3TrVUwf","132882VGdPDG","9FneoND","158454VZnUOH","plugins","271656kzuhVT","3078628BKulPk","10WAYlbl","tableOfContents","get","editor","afterInit","locale","registerElementLabel","descriptionFactory","insertTableOfContents","enableCommand"];return(ja=function(){return t})()}function Ga(t,e){const n=ja();return(Ga=function(t,e){return n[t-=196]})(t,e)}!function(t){const e=Ga,n=t();for(;;)try{if(277726===-parseInt(e(213))/1+parseInt(e(215))/2+-parseInt(e(210))/3*(parseInt(e(204))/4)+-parseInt(e(206))/5*(parseInt(e(211))/6)+-parseInt(e(216))/7+-parseInt(e(205))/8*(parseInt(e(212))/9)+-parseInt(e(217))/10*(-parseInt(e(209))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ja);class Va extends t.Plugin{[Ua(197)](){const t=Ua,e=this[t(196)];if(!e[t(208)][t(219)](t(201)))return;e[t(214)][t(219)](t(203))[t(202)](t(201));const n=e[t(214)][t(219)](t(203)),r=e[t(198)];n[t(200)][t(199)](t(218),(e=>qr(r,t(207),e)))}}function Ha(){const t=["newRange","registerElementLabel","50667624CwuUNE","suggestion","ELEMENT_TITLE","isCollapsed","registerPostFixer","4RGczWK","model","get","document","_splitMarkerName","afterInit","540125zokOzk","1302sypOIi","element","getChangedMarkers","isTouching","from","getNearestSelectionRange","isEqual","739496NhPtmd","Title","title-content","start","forward","editor","createRange","has","descriptionFactory","2171106ffLIzQ","nodeBefore","end","removeMarker","TrackChangesEditing","4081527wOmNzo","locale","6728725YMHDjy","updateMarker","differ","schema","46182FGtlbU","plugins"];return(Ha=function(){return t})()}const za=Wa;function Wa(t,e){const n=Ha();return(Wa=function(t,e){return n[t-=122]})(t,e)}!function(t){const e=Wa,n=t();for(;;)try{if(853975===parseInt(e(128))/1+-parseInt(e(145))/2+-parseInt(e(150))/3+parseInt(e(122))/4*(-parseInt(e(152))/5)+parseInt(e(156))/6*(-parseInt(e(129))/7)+-parseInt(e(136))/8+parseInt(e(160))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ha);class qa extends t.Plugin{[za(127)](){const t=za,e=this[t(141)];if(!e[t(157)][t(143)](t(137)))return;const n=e[t(157)][t(124)](t(149));n[t(144)][t(159)](t(138),(()=>qr(e[t(151)],t(162)))),e[t(123)][t(125)][t(164)]((r=>{const s=t;let o=!1;const i=Array[s(133)](e[s(123)][s(125)][s(154)][s(131)]());for(const{name:t,data:a}of i){const{group:i}=n[s(126)](t);if(s(161)!==i||!a[s(158)])continue;const c=a[s(158)],u=c[s(147)][s(146)];if(!u||!u.is(s(130),s(138)))continue;if(!c[s(139)][s(132)](c[s(147)]))continue;const l=e[s(123)][s(155)][s(134)](c[s(147)],s(140));if(l&&l[s(163)]){const e=r[s(142)](c[s(139)],l[s(139)]);e[s(135)](c)||(r[s(153)](t,{range:e}),o=!0)}o||(r[s(148)](t),o=!0)}return o}))}}const Ka=Ja;function Xa(){const t=["undo","10kTtrgk","298113LgTXmI","2078840iblRJl","2393860BVYFzh","1418274WAscja","editor","enableCommand","8FSxmqm","6FOOvqC","redo","2190936yjWOrR","160006qHHYdi","has","TrackChangesEditing","290AtEzoe","get","6642vbonoU","UndoEditing","plugins","afterInit"];return(Xa=function(){return t})()}function Ja(t,e){const n=Xa();return(Ja=function(t,e){return n[t-=497]})(t,e)}!function(t){const e=Ja,n=t();for(;;)try{if(229701===parseInt(e(501))/1*(-parseInt(e(506))/2)+-parseInt(e(507))/3*(-parseInt(e(513))/4)+parseInt(e(508))/5+parseInt(e(514))/6*(-parseInt(e(509))/7)+-parseInt(e(516))/8+-parseInt(e(510))/9+parseInt(e(499))/10*(parseInt(e(517))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xa);class Za extends t.Plugin{[Ka(504)](){const t=Ka,e=this[t(511)],n=e[t(503)][t(500)](t(498));e[t(503)][t(497)](t(502))&&(n[t(512)](t(505)),n[t(512)](t(515)))}}function Ya(){const t=["has","2iixFgP","10iVxHWl","get","720081EwbRNM","TableCaptionEditing","editor","1587258sBprHa","3777IyoEUm","plugins","767270iUIxQY","TrackChangesEditing","15moJxCE","toggleTableCaption","requires","2528vIajLp","7519528lkYpXb","afterInit","18721021takSJB","257854AKGodY","enableCommand"];return(Ya=function(){return t})()}const Qa=$a;function $a(t,e){const n=Ya();return($a=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=$a,n=t();for(;;)try{if(476574===parseInt(e(285))/1*(-parseInt(e(288))/2)+-parseInt(e(295))/3*(-parseInt(e(281))/4)+parseInt(e(299))/5*(-parseInt(e(294))/6)+-parseInt(e(297))/7+-parseInt(e(282))/8+parseInt(e(291))/9+parseInt(e(289))/10*(parseInt(e(284))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ya);class tc extends t.Plugin{static get[Qa(280)](){return[ha]}[Qa(283)](){const t=Qa,e=this[t(293)];e[t(296)][t(287)](t(292))&&e[t(296)][t(290)](t(298))[t(286)](t(279))}}const ec=nc;function nc(t,e){const n=sc();return(nc=function(t,e){return n[t-=108]})(t,e)}!function(t){const e=nc,n=t();for(;;)try{if(576340===-parseInt(e(110))/1+parseInt(e(116))/2*(parseInt(e(115))/3)+-parseInt(e(184))/4*(parseInt(e(120))/5)+-parseInt(e(166))/6+parseInt(e(137))/7+parseInt(e(132))/8*(parseInt(e(130))/9)+-parseInt(e(155))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sc);class rc extends t.Plugin{constructor(t){const e=nc;super(t),this[e(141)]=[e(171),e(183),e(162),e(123),e(140),e(126),e(158)],this[e(177)]=[e(169),e(179),e(178),e(128),e(175),e(148),e(125),e(156),e(163)]}static get[ec(167)](){return ec(113)}[ec(164)](){const t=ec,e=this[t(114)][t(122)][t(153)](t(131));if(this[t(114)][t(122)][t(144)](t(174))){for(const n of this[t(141)])e[t(165)](n,((e,r)=>{const s=t,o=this[s(114)][s(133)][s(117)][s(160)][s(154)]()[s(157)](s(111));this[s(139)](n,[o],this[s(141)],s(141),e,r)}));e[t(149)][t(159)](t(142),t(141),t(146),e[t(149)][t(173)](t(142),null,t(138))),e[t(149)][t(159)](t(142),t(141),t(138),((e,n)=>this[t(112)](this[t(141)],e,n))),e[t(149)][t(159)](t(142),t(141),t(119),(()=>!1))}if(this[t(114)][t(122)][t(144)](t(109))){for(const n of this[t(177)])e[t(165)](n,((e,r)=>{const s=t,o=this[s(114)][s(122)][s(153)](s(135))[s(134)](this[s(114)][s(133)][s(117)][s(160)]);this[s(139)](n,o,this[s(177)],s(177),e,r)}));e[t(149)][t(159)](t(142),t(177),t(146),e[t(149)][t(173)](t(142),null,t(138))),e[t(149)][t(159)](t(142),t(177),t(138),((e,n)=>this[t(112)](this[t(177)],e,n))),e[t(149)][t(159)](t(142),t(177),t(119),(()=>!1))}e[t(121)][t(181)]((e=>this[t(127)](e)))}[ec(139)](t,e,n,r,s,o){const i=ec,a=this[i(114)][i(122)][i(153)](i(131));this[i(114)][i(133)][i(136)](o[i(180)],(()=>{const t=i;for(const i of e)if(this[t(108)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(185)](r);void 0!==n&&(e[r]=n)}s(o),a[t(172)](i,{commandParams:[e]},[],r)}}))}[ec(112)](t,e,n){const r=ec,s=e[0][r(176)][r(168)],o=n[r(170)][0];this[r(114)][r(133)][r(129)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(147)](r,o[r],s):e[n(124)](r,s)}))}[ec(127)](t){const e=ec;if(t[e(182)])switch(t[e(118)]){case e(141):return{type:e(152),content:qr(this[e(114)][e(150)],e(145))};case e(177):return{type:e(152),content:qr(this[e(114)][e(150)],e(161))}}}[ec(108)](t,e){const n=ec,r=this[n(114)][n(122)][n(153)](n(131));for(const s of r[n(143)]({skipNotAttached:!0})){const r=s[n(151)]();if(s[n(118)]===e&&r===t)return s}return null}}function sc(){const t=["findAncestor","tableBackgroundColor","registerCustomCallback","selection","*Format:* change table cell properties","tableBorderWidth","tableCellVerticalAlignment","afterInit","enableCommand","3150924ABgmbu","pluginName","nodeAfter","tableCellBorderColor","commandParams","tableBorderColor","markBlockFormat","getSuggestionCallback","TablePropertiesEditing","tableCellWidth","start","tableCellProperties","tableCellBorderWidth","tableCellBorderStyle","batch","registerDescriptionCallback","data","tableBorderStyle","1660CKkOjc","getAttribute","_getSuggestion","TableCellPropertiesEditing","85013mqvtxV","table","handleDiscardAction","TrackChangesTableProperties","editor","3HwZPEd","1587178zxbpbW","document","subType","join","7775gsamOG","descriptionFactory","plugins","tableAlignment","removeAttribute","tableCellBackgroundColor","tableHeight","handleSuggestionDescription","tableCellPadding","change","9AwTrJd","TrackChangesEditing","1015728kUUzPH","model","getSelectionAffectedTableCells","TableUtils","enqueueChange","6445985ZAuFzY","discard","_handlePropertyChange","tableWidth","tableProperties","formatBlock","getSuggestions","has","*Format:* change table properties","accept","setAttribute","tableCellHeight","_suggestionFactory","locale","getContainedElement","format","get","getFirstPosition","95780uJZEer","tableCellHorizontalAlignment"];return(sc=function(){return t})()}var oc=Function.prototype,ic=Object.prototype,ac=oc.toString,cc=ic.hasOwnProperty,uc=ac.call(Object);const lc=function(t){if(!ne(t)||"[object Object]"!=ct(t))return!1;var e=en(t);if(null===e)return!0;var n=cc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ac.call(n)==uc};const fc=function(t){return lc(t)?void 0:t};var hc=$?$.isConcatSpreadable:void 0;const gc=function(t){return ce(t)||ae(t)||!!(hc&&t&&t[hc])};const dc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=gc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):tn(o,c):s||(o[o.length]=c)}return o};const pc=function(t){return(null==t?0:t.length)?dc(t,1):[]};const mc=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 Ic=Math.max;const Ec=function(t,e,n){return e=Ic(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=Ic(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),mc(t,this,a)}};const bc=function(t){return function(){return t}};const Tc=Zt?function(t,e){return Zt(t,"toString",{configurable:!0,enumerable:!1,value:bc(e),writable:!0})}:function(t){return t};var _c=Date.now;const yc=function(t){var e=0,n=0;return function(){var r=_c(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Tc);const Ac=function(t){return yc(Ec(t,void 0,pc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=ir(e,(function(e){return e=fr(e,t),r||(r=e.length>1),e})),te(t,an(t),n),r&&(n=Jn(n,7,fc));for(var s=e.length;s--;)jr(n,e[s]);return n})),kc=Nc;function Cc(){const t=["_rangeIsInLocalUserInsertion","substring","acceptSuggestion","toJSON","accepted","includes","mapper","stop","move","ck-suggestion-marker-","rootName","some","toUpperCase","removeMarker:suggestion:attribute","_joinWithAdjacentSuggestions","registerCustomCallback","_reduceExistingSuggestions","markBlockFormat","_getAttributeKey","getAncestors","delete","forceDefaultExecution","oldRange","has","attribute:discard","splice","PendingActions","deletion:chain","forward","listenTo","_updateSuggestionData","document","_findSuggestions","change:_saved","addCommentThread","authoredAt","creator","formatInline","removeComment","error-saving-suggestion-data-suggestion-discarded","default","hasComments","never","7443807LzkDwD","_refreshAttributeSuggestionsChain","isTouching","markMultiRangeDeletion","marker-count","_mergeNestedSuggestions","attribute:","attributes","CommentsRepository","isExternal","unbind","split","notReady","remove","_processAttributeChanges","chain","createSelection","unbindElementFromMarkerName","isLimit","createPositionBefore","getMarkers","update:suggestion","normal","$text","addUser","resolve","markInsertion","_cutOutSuggestionMarker","_getMarkerAnnouncementText","parent","getNearestSelectionRange","keys","markerToData","ck-suggestion-marker--active","10ZAzaxp","trackChangesCommand","addMarker:suggestion","nodeBefore","suggestion:","isUndo","stringify","multipleBlocks","deletion:","formatBlock:discard","change:activeMarkers","discard","formatBlock:","values","PENDING_ACTION_SUGGESTION","suggestionLoaded","isMultiRange","_onDiscard","buildSuggestion","clear","deletion:join","addSuggestionData","every","editingDowncast","formatBlock:accept","model","track-changes-command-not-found","authorName","schema","markerReady","addMarker","_editor","writer","fromRange","commandName","createPositionAt","_commentsRepository","author","isBlock","formatInline:accept","getAllAdjacentSuggestions","trackChanges.trackFormatChanges","attribute:join","56qVPzcF","containsPosition","isDocumentOperation","map","always","isAfter","backward","upcast","stopListening","239076SpHvig","_removeSuggestion","originalSuggestionId","removeMarker","$graveyard","track-changes-enable-command-twice","insertion:join","isOwn","action","fire","_customCallbacks","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.","getSuggestion","announce","splitPosition","removed","getDifference","registerPostFixer","meta","_joinSuggestions","ready","targetPosition","trackChanges","_createSuggestion","enableReadOnlyMode","addMarkerName","isInsideObject","registerInlineAttribute","subType","type","@external","toViewElement","acceptAllSuggestions","createdAt","previous","_isForcedDefaultExecutionBlock","Users","change","init","filter","_recordAttributeSuggestions","insert","attributeOldValue","formatBlock:join","addComment","ck-suggestion-marker-formatBlock","low","createElement","_blockAttributeKeys","markerNameToElements","config","locale","unshift","oldValue","get","updateMarker","containsItem","getChangedMarkers","after","227035SXMTIj","formatInline:chain","isAtEnd","FORMATTING","formatGroupId","$elementName","dataToMarker","addSuggestion","containerElement","documentSelection","isArray","createPositionAfter","multi","push","next","formatInline:join","getSuggestionCallback","widget","getRanges","name","isObject","rename","$marker","position","addMarker:suggestion:attribute","_setSuggestionRange","newRange","deletion","addRange","markMultiRangeInsertion","fromCharCode","selection","_initAriaMarkerChangeAnnouncements","getIntersection","suggestionUnloaded","applyOperation","_reduceSuggestionAttributeRange","trackChanges.mergeNestedSuggestions","requires","_processAttributeSuggestions","join","ck-suggestion-marker-formatInline","group","_getExternalAuthor","_inlineAttributeKeys","editing","then","track-changes-user-not-found","isSelectable","change:data","size","getRange","markers","adapter","getSuggestions","isEqual","root","_splitMarkerName","enableCommand","item","6885800bTuIgu","suggestion","warn","_model","fetchCommentThread","addMarker:suggestion:formatBlock","refresh","getItems","isIntersecting","$textProxy","addClass","dataDowncast","_suggestionState","dataReady","getFirstMarker","from","getLastMatchingPosition","length","deletion:accept","_enabledCommands","ck-suggestion-marker","sort","set","high","options","rejected","range","discardSelectedSuggestions","isBefore","_registerDefaultCallbacks","suggestionChanged","skipNestingCheck","groupId","head","getFirstRange","elementToElement","substr","attribute","isCollapsed","isRemovable","catch","_isDataLoaded","isLocal","_saved","execute","tablePasteChainId","removeClass","_trackFormatChanges","find","ENTER","LEAVE","markDeletion","descriptionFactory","data-author-id","suggestion-type","end","1162812IsWeSL","186HYbCEe","data","add","comments","_suggestionFactory","_isBlockAttribute","consume","getShiftedBy","batch","getContainedElement","formatInline:discard","reconvertMarker","registerBlockAttribute","value","key","_afterChanges","detach","clone","before","insertion:accept","plugins","track-changes-adapter-missing-getsuggestion","commands","hasSuggestion","isAtStart","1490398gKaqHc","differ","attribute:accept","hasCommentThread","showSuggestionHighlights","element","pop","editor","formatInline:","accept","_setSuggestionData","lowest","deleteContent","insertion:","_addSuggestionMarker","deletion:discard","getCustomProperty","formatBlock","insertion:chain","isInContent","discardAllSuggestions","_getSuggestionData","activeMarkers","collaboration.channelId","markAttributeChange","suggestion:attribute:","getMultiRangeId","3gECznK","setSelection","concat","insertContent","howMany","addHighlight","attributeKey","highest","_isRegisteredAttribute","setAttribute","formatBlock:chain","containsRangeInObject","_breakSuggestionMarker","TrackChangesEditing","define","getCommentThread","insertion:discard","startsWith","_suggestions","removeMarker:suggestion:formatBlock","isNextTo","return","createRangeIn","_checkSuggestionCorrectness","newValue","bindElementToMarker","format","track-changes-suggestion-data-mismatch","_adapter","getAttribute","pluginName","commentThread","getChanges","discardSuggestion","_SUGGESTION_ANNOUNCEMENT","forEach","track-changes-adapter-already-set","_recordAttributeChanges","getUser","isIntersectingWithRange","createRange","acceptSelectedSuggestions","createRangeOn","enqueueChange","external:","markMultiRangeBlockFormat","moveTargetPosition","insertion","removeAttribute","elementEnd","removeMarkers","markerName","data-suggestion","markerToHighlight","getWalker","setTo","open","_addThreadToSuggestion","13304588gotrog","conversion","for","markInlineFormat","rethrowUnexpectedError","_handleNewSuggestionMarker","_refreshSuggestionsChain","consumable","elementStart","updateSuggestion","_defaultCallbacks","track-changes-suggestion-not-found","start","_getAuthorFromId","nodeAfter","attributeNewValue","containsRange","assign","enableDefaultAttributesIntegration"];return(Cc=function(){return t})()}function Nc(t,e){const n=Cc();return(Nc=function(t,e){return n[t-=148]})(t,e)}!function(t){const e=Nc,n=t();for(;;)try{if(889001===-parseInt(e(418))/1+-parseInt(e(444))/2+-parseInt(e(471))/3*(-parseInt(e(362))/4)+-parseInt(e(302))/5*(-parseInt(e(419))/6)+parseInt(e(157))/7+parseInt(e(234))/8*(-parseInt(e(243))/9)+parseInt(e(191))/10*(-parseInt(e(529))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cc);const Lc=kc(307);class Rc extends t.Plugin{static get[kc(340)](){return[kc(165),o.Users,t.PendingActions,ts,ss,us,gs,Ts,Es,Ns,vs,js,no,io,fo,mo,_o,Co,Ro,Oo,Po,Wo,Go,Jo,$o,ri,li,Ii,vi,ai,zs,Js,_i,ki,Si,xi,Gi,qi,Zi,ta,oa,ca,ha,Ea,ya,tc,La,Da,Va,rc,Ba,qa,Za]}static get[kc(501)](){return kc(484)}constructor(t){const e=kc;function n(t){const e=Nc;return t[e(237)]((t=>String[e(332)](t)))[e(342)]("")}super(t),this[e(283)]=!1,this[e(384)](e(466),[]),this.on(e(201),((n,r,s,o)=>{const i=e;this[i(365)][i(280)]((()=>{const e=i;for(const n of[...o,...s])this[e(365)][e(354)][e(571)](n)&&t[e(347)][e(430)](n)}))})),this[e(414)]=new Jr(this[e(451)][e(216)][e(219)],this[e(451)][e(294)]),this[e(499)]=null,this[e(423)]=new Sc(this[e(451)]),this[e(489)]=new Map,this[e(227)]=t[e(439)][e(297)](e(165)),this[e(381)]=new Set,this[e(365)]=this[e(451)][e(216)],this[e(374)]=new WeakMap,this[e(278)]=!1,this[e(291)]=new Set([e(307)]),this[e(346)]=new Set,t[e(293)][e(485)](e(232),e(154)),this[e(409)]=t[e(293)][e(297)](e(232)),t[e(293)][e(485)](e(339),!0),this[e(162)]=t[e(293)][e(297)](e(339)),this[e(192)]=new l(t,this[e(381)]),this[e(334)](),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,50,48,51,50])}[kc(281)](){const t=kc,n=this[t(451)],r=(e,n)=>{const r=t;if(r(399)!=e)return r(557)+e;const s=n[r(168)]("|")[0];return this[r(424)](s)?r(288):r(343)};n[t(530)][t(531)](t(214))[t(524)]({model:t(363),view:e=>{const n=t,{id:s,authorId:o,type:i,subType:a}=this[n(359)](e[n(522)]),c=[n(382),r(i,a)];let u=3e3;return this[n(466)][n(553)](e[n(522)])&&(c[n(315)](n(190)),u=3010),n(329)==i&&(u+=5),{classes:c,attributes:{"data-suggestion":s,"data-author-id":o},priority:u}}}),n[t(530)][t(531)](t(373))[t(421)]((e=>{const r=t;e.on(r(193),((t,e,s)=>{const o=r;if(!s[o(386)][o(448)])return;const i=e[o(361)];if(!i)return;const c=s[o(554)][o(274)](i);n[o(216)][o(219)][o(322)](i)&&c&&!c[o(460)](o(319))&&c.is(o(310))&&(0,a.toWidget)(c,s[o(223)])}),{priority:r(385)})})),n[t(530)][t(531)](t(373))[t(524)]({model:t(363),view:(e,n)=>{const s=t;if(!n[s(386)][s(448)])return null;const{type:o,subType:i}=this[s(359)](e[s(522)]);return{classes:[s(382),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(361)])return;const{id:c,authorId:u}=this[a(359)](o[a(522)]);if(r){const t=this[a(489)][a(297)](c),e=this[a(566)](t);if(!this[a(424)](e))return}if(o[a(361)].is(a(333)))return void i[a(536)][a(425)](o[a(361)],s[a(321)]);const l=i[a(554)][a(274)](o[a(361)]);if(o[a(361)].is(a(449))&&n[a(216)][a(219)][a(229)](o[a(361)])&&!l[a(460)](a(476))){i[a(223)][a(372)]([a(382),a(288)],l),i[a(223)][a(480)](a(523),c,l),i[a(223)][a(480)](a(415),u,l),i[a(554)][a(496)](l,o[a(522)]),e&&(this[a(466)][a(553)](o[a(522)])?i[a(223)][a(372)](a(190),l):i[a(223)][a(408)](a(190),l));for(const t of n[a(216)][a(493)](o[a(361)])[a(369)]())i[a(536)][a(425)](t,s[a(321)]);i[a(536)][a(425)](o[a(361)],s[a(321)])}};n[t(530)][t(531)](t(373))[t(421)]((e=>{const n=t;e.on(n(367),((t,e,r)=>{const o=n;r[o(386)][o(448)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(478)})})),n[t(530)][t(531)](t(373))[t(421)]((e=>{const n=t;e.on(n(326),((t,e,r)=>{const o=n;r[o(386)][o(448)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(478)})})),n[t(530)][t(531)](t(373))[t(189)]({model:t(363),view:(e,n)=>n[t(386)][t(448)]?null:{group:t(363),name:e[t(398)](11)}}),n[t(530)][t(531)](t(241))[t(397)]({view:{name:t(363),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(195)+e[r(500)](r(416))+":"+e[r(500)]("id");return e[r(500)](r(161))&&(s+=":"+e[r(500)](r(161))),n[r(290)](r(324),{"data-name":s})}}),n[t(530)][t(531)](t(241))[t(308)]({view:t(363)}),n[t(530)][t(531)](t(214))[t(421)]((e=>{const n=t;e.on(n(367),s(),{priority:n(385)})})),n[t(530)][t(531)](t(214))[t(421)]((e=>{const n=t;e.on(n(326),s({isAttributeSuggestion:!0}),{priority:n(385)})})),n[t(530)][t(531)](t(214))[t(421)]((e=>{const n=t;e.on(n(490),((t,e,r)=>{const s=n,o=r[s(554)][s(292)](e[s(522)]);if(o)for(const t of o)t[s(460)](s(476))||(r[s(223)][s(408)]([s(382),s(288),s(190)],t),r[s(223)][s(519)](s(523),t),r[s(223)][s(519)](s(415),t),r[s(554)][s(174)](t,e[s(522)]))}),{priority:n(385)})})),n[t(530)][t(531)](t(214))[t(421)]((e=>{const n=t;e.on(n(561),((t,e,r)=>{const s=n,o=r[s(554)][s(292)](e[s(522)]);if(!o)return;const{id:i}=this[s(359)](e[s(522)]),a=this[s(489)][s(297)](i),c=this[s(566)](a);if(this[s(424)](c))for(const t of o)t[s(460)](s(476))||(r[s(223)][s(408)]([s(382),s(288),s(190)],t),r[s(223)][s(519)](s(523),t),r[s(223)][s(519)](s(415),t),r[s(554)][s(174)](t,e[s(522)]))}),{priority:n(385)})})),n[t(216)][t(579)][t(260)]((e=>{const r=t;let s=!1;const o=Array[r(377)](n[r(216)][r(579)][r(445)][r(300)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(359)](t);if(r(363)!==o)continue;const h=this[r(489)][r(297)](f);if(null!=c[r(328)]){r(151)==u&&(s=s||wc(c[r(328)],t,e,n[r(216)][r(219)]));const o=r(399)==u&&this[r(424)](l[r(168)]("|")[0]);if(c[r(328)][r(400)]||r(247)==c[r(328)][r(358)][r(558)]||r(461)==u&&!Dc(c[r(328)])||o&&!Dc(c[r(328)])||r(329)==u&&(vc(a=c[r(328)])||function(t){const e=r;return t[e(541)][e(186)]==t[e(417)][e(194)]&&t[e(541)][e(304)]}(a)))e[r(246)](t),s=!0;else{if(!h||!h[r(463)])continue;if(c[r(328)]&&c[r(570)]&&c[r(328)][r(357)](c[r(570)]))continue;i[r(421)](h)}}}var a;return i[r(352)]>0&&(s=!!this[r(562)](i)||s),s})),n[t(216)][t(579)][t(260)]((e=>{const r=t;let s=!1;for(const t of n[r(216)][r(579)][r(445)][r(503)]())if(r(284)==t[r(272)])for(const t of this[r(489)][r(204)]()){if(t[r(207)]||!t[r(463)])continue;const o=r(461)==t[r(272)],i=this[r(566)](t),a=i&&this[r(424)](i);if(!o&&!a)continue;const c=t[r(396)]();if(c[r(541)][r(186)]!=c[r(417)][r(186)]&&!c[r(417)][r(304)]){const o=n[r(216)][r(226)](c[r(541)][r(543)],r(417)),i=n[r(216)][r(511)](c[r(541)],o);e[r(298)](t[r(376)](),{range:i}),s=!0}}return s})),n[t(216)][t(579)][t(260)]((e=>this[t(171)](e))),n[t(216)][t(579)][t(260)]((e=>!e[t(427)][t(404)]&&this[t(341)](e))),n[t(216)].on(t(434),(()=>{this[t(283)]=!1})),n[t(216)][t(579)].on(t(351),((r,s)=>{const o=t;if(!s[o(404)]||s[o(196)])return;if(!this[o(283)])return;const i=n[o(216)][o(579)][o(445)][o(503)]();if(0==i[o(379)])return;const a=[],c=i[o(282)]((t=>o(399)==t[o(272)])),u=i[o(282)]((t=>o(284)==t[o(272)]&&o(180)!=t[o(321)]));for(const t of c)this[o(479)](t[o(477)])&&a[o(315)]({key:t[o(477)],newValue:t[o(544)],oldValue:t[o(285)],range:Fc(t[o(388)],n[o(216)])});for(const t of u){if(o(323)!=t[o(251)]&&o(368)!=t[o(251)])continue;const e=Pc(t[o(325)][o(543)],n[o(216)]),r=t[o(437)];o(323)==t[o(251)]&&a[o(315)]({key:o(307),newValue:t[o(321)],oldValue:r[o(321)],range:e});for(const[n,s]of r[o(164)]){if(!this[o(479)](n))continue;const r=t[o(164)][o(297)](n);s!==r&&a[o(315)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(164)])this[o(479)](n)&&(r[o(164)][o(571)](n)||a[o(315)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(379)]&&n[o(216)][o(514)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(468)](t,e,s,o,{groupId:r});this[n(564)](t,a)}))}),{priority:t(455)}),n[t(216)][t(354)].on(t(178),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(359)](n[s(321)]),e=this[s(489)][s(297)](t);e&&e[s(268)](n[s(321)])}})),n[t(216)][t(579)].on(t(351),(()=>{const e=t,r=Array[e(377)](n[e(216)][e(579)][e(445)][e(300)]())[e(282)]((t=>e(363)===this[e(359)](t[e(321)])[e(344)]));if(0===r[e(379)])return;r[e(383)](((t,n)=>{const r=e,s=t[r(420)][r(570)],o=n[r(420)][r(570)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(541)][r(390)](o[r(541)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(359)](t);if(null===n[e(570)]){const n=this[e(534)](t);o[e(421)](n)}else{const t=this[e(489)][e(297)](r);null!==n[e(328)]||t[e(463)]?(s[e(421)](t[e(395)]),o[e(421)](t)):this[e(244)](t)}}o[e(352)]>0&&this[e(535)](o);for(const t of s)this[e(252)](e(392),t)})),n[t(216)].on(t(337),((e,r)=>{const s=t,o=r[0];if(!this[s(489)][s(352)])return;if(!o[s(236)])return;if(o[s(427)][s(196)]||!o[s(427)][s(404)])return;let i,a;switch(o[s(272)]){case s(284):i=n[s(216)][s(226)](o[s(325)]),a=i[s(426)](o[s(475)]);break;case s(168):i=n[s(216)][s(226)](o[s(257)]),a=n[s(216)][s(226)](o[s(517)]);break;case s(556):i=n[s(216)][s(226)](o[s(264)]),a=i[s(426)](o[s(475)]);break;default:return}const c=n[s(216)][s(511)](i,a);n[s(216)][s(280)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(580)](c)){if(e[t(207)])continue;if(t(151)==e[t(272)])continue;const r=this[t(566)](e);if(r&&this[t(424)](r)&&t(168)!=o[t(272)])continue;const s=e[t(420)]&&e[t(420)][t(198)];(t(461)!=e[t(272)]||t(168)==o[t(272)]&&!s)&&(n[t(482)]||t(518)==e[t(272)]&&n[t(250)]||e[t(396)]()[t(545)](c)&&this[t(483)](e,i,a))}}))}),{priority:t(455)}),n[t(216)].on(t(456),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(569)])return;if(this[s(278)])return;if(!this[s(192)][s(432)])return;if(o[s(400)])return;const a=n[s(216)][s(219)],{start:c,end:u}=o[s(396)](),l=c[s(543)]&&a[s(175)](c[s(543)])?null:a[s(187)](c,s(576)),f=u[s(194)]&&a[s(175)](u[s(194)])?null:a[s(187)](u,s(240)),h=n[s(216)][s(511)](l?l[s(541)]:c,f?f[s(417)]:u);n[s(216)][s(280)]((t=>{const e=s;this[e(413)](h);const r=n[e(216)][e(219)][e(187)](h[e(541)]);o.is(e(311))?t[e(472)](r):o[e(526)](r)})),e[s(555)]()}),{priority:e.priorities[t(179)]+10}),n[t(216)].on(t(474),((e,r)=>{const s=t,o=r[r[s(379)]-1];o&&o[s(569)]||this[s(278)]||this[s(192)][s(432)]&&(n[s(216)][s(280)]((()=>{const t=s;let o=n[t(216)][t(474)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(492)]=o[t(436)]();const i=o[t(417)][t(194)],a=n[t(216)][t(219)];i&&a[t(229)](i)&&!a[t(322)](i)&&(o=n[t(216)][t(511)](o[t(541)],n[t(216)][t(226)](i,t(417)))),this[t(183)](o)})),e[s(555)]())}),{priority:t(385)}),this[t(451)][t(441)][t(421)](t(265),this[t(192)]),this[t(360)](t(265));const o=new d(n,this[t(489)]);n[t(441)][t(421)](t(550),o),this[t(360)](t(550));const i=new b(n,this[t(489)]);n[t(441)][t(421)](t(504),i),this[t(360)](t(504)),n[t(441)][t(421)](t(275),new v(n,o,this[t(489)])),this[t(360)](t(275)),n[t(441)][t(421)](t(464),new v(n,i,this[t(489)])),this[t(360)](t(464)),n[t(441)][t(421)](t(512),new F(n,o,this[t(489)])),this[t(360)](t(512)),n[t(441)][t(421)](t(389),new F(n,i,this[t(489)])),this[t(360)](t(389));const c=n[t(439)][t(297)](t(165));this[t(577)](c,t(287),((e,{threadId:n})=>{const r=t,s=this[r(489)][r(297)](n);s&&s[r(502)]&&1===s[r(502)][r(379)]&&this[r(578)](n,{hasComments:!0})}),{priority:t(289)}),this[t(577)](c,t(152),((e,{threadId:n})=>{const r=t,s=this[r(489)][r(297)](n);s&&s[r(502)]&&!s[r(502)][r(379)]&&this[r(578)](n,{hasComments:!1})}),{priority:t(289)})}set[kc(355)](t){const n=kc;if(this[n(499)])throw new e.CKEditorError(n(507),this);this[n(499)]=t}get[kc(355)](){return this[kc(499)]}[kc(356)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=kc,r=[];for(const e of this[n(489)][n(204)]())t&&!e[n(463)]||r[n(315)](e);return e?r[n(237)]((t=>t[n(551)]())):r}[kc(255)](t){const n=kc,r=this[n(489)][n(297)](t);if(!r)throw new e.CKEditorError(n(540),this);return r}[kc(442)](t){const e=kc;return this[e(489)][e(571)](t)}[kc(212)](t){const e=kc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(272)][e(168)](":"),a=this[e(489)][e(297)](r)||this[e(266)](o,i,r,n,s);if(this[e(528)](a),this[e(494)](a,o,i||null,n),a[e(276)]=t[e(276)],a[e(403)]=!0,s&&s[e(273)]){const t=s[e(273)],n=this[e(345)](t[e(218)]);a[e(149)]=t[e(276)],a[e(228)]=n,a[e(166)]=!0}else a[e(149)]=t[e(276)];switch(t[e(420)]&&(a[e(420)]=t[e(420)]),t[e(164)]&&(a[e(164)]=t[e(164)]),this[e(499)]&&this[e(499)][e(309)]||(a[e(405)]=!0),this[e(374)][e(297)](a)){case e(169):this[e(374)][e(384)](a,e(375));break;case e(220):a[e(463)]?(this[e(562)](new Set([a])),this[e(535)](new Set([a])),this[e(374)][e(384)](a,e(263)),this[e(252)](e(206),a)):this[e(374)][e(384)](a,e(258))}return a}[kc(550)](t){const e=kc;this[e(569)]((()=>{const n=e;this[n(451)][n(216)][n(280)]((()=>{const e=n;for(const n of t[e(231)]())n[e(453)]()}))}))}[kc(504)](t){const e=kc;this[e(569)]((()=>{const n=e;this[n(451)][n(216)][n(280)]((()=>{const e=n;for(const n of t[e(231)]())n[e(202)]()}))}))}[kc(360)](t,n){const r=kc,s=this[r(451)][r(441)][r(297)](t);if(!s)throw new e.CKEditorError(r(217),this,{commandName:t});if(this[r(381)][r(571)](s))throw new e.CKEditorError(r(248),this,{commandName:t});this[r(381)][r(421)](s),n&&s.on(r(406),((t,e)=>{const o=r;this[o(192)][o(432)]&&(this[o(278)]||(e[o(379)]>0&&e[e[o(379)]-1]&&e[e[o(379)]-1][o(569)]?e[o(450)]():(t[o(492)]=n(((...t)=>s[o(406)](...t,{forceDefaultExecution:!0})),...e),t[o(555)]())))}),{priority:r(385)})}[kc(569)](t){const n=kc;let r,s;const o=this[n(278)];this[n(278)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(278)]=!1),s&&e.CKEditorError[n(533)](s,this),r}[kc(183)](t,n=null,r={}){const s=kc;if(t[s(400)])return null;const o=this[s(451)][s(439)][s(297)](s(279)).me;for(const{suggestion:e,meta:o}of this[s(580)](t,s(518)))if(o[s(250)]){if(!o[s(491)]){if(o[s(482)]){if(!this[s(162)]||!Uc(e,r))continue;return e}if(Uc(e,r))return e;this[s(483)](e,t[s(541)],t[s(417)]);break}if(n==e[s(271)]&&Uc(e,r)){const n=e[s(396)]();return n[s(541)][s(357)](t[s(417)])?this[s(327)](e,this[s(365)][s(511)](t[s(541)],n[s(417)])):this[s(327)](e,this[s(365)][s(511)](n[s(541)],t[s(417)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(457)+n:s(518),u=this[s(454)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(458)](c,i,a,t),u}[kc(331)](t,n=kc(314),r={}){const s=kc,o=this[s(451)][s(439)][s(297)](s(279)).me,i=this[s(423)][s(318)](s(518),n,s(342));for(const e of this[s(356)]())if(e[s(228)].id==o.id&&s(518)==e[s(272)]&&e[s(271)]==n&&Uc(e,r)&&(i(e[s(320)](),t)||i(t,e[s(320)]()))){for(const n of t)e[s(330)](n);return e}for(const{suggestion:e,meta:n}of this[s(580)](t,s(518))){if(!n[s(250)])continue;if(!this[s(162)]&&n[s(482)])continue;if(!Uc(e,r))continue;let o=!0;for(const n of e[s(320)]())for(const e of t)if(!n[s(545)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(457)+n,l=this[s(454)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(458)](u,a,c,e,Wr[s(470)]());return l}[kc(532)](t,n,r=null,s={}){const o=kc;if(r=r||Oc(n),t[o(400)])return null;if(o(156)===this[o(409)]){const e=this[o(423)][o(318)](o(151),r,o(453));return this[o(569)]((()=>e([t],n,s))),null}const i=this[o(451)][o(439)][o(297)](o(279)).me,a=[];if(o(238)!==this[o(409)])for(const{suggestion:e,meta:n}of this[o(580)](t,o(518)))n[o(250)]&&!n[o(269)]&&a[o(315)](...e[o(320)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(335)](s);e&&r[n(315)](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(379)];){const s=r[e][n(259)](t);r[n(573)](e,1,...s),e+=s[n(379)]}}return r}(t,a);c[o(379)]&&this[o(365)][o(280)]((()=>{const t=o;for(const e of c){const o=this[t(423)][t(318)](t(151),r,t(453));this[t(569)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(541)],u=t[o(417)];for(const{suggestion:e,meta:n}of this[o(580)](t,o(151))){if(!n[o(250)])continue;if(e[o(271)]!=r)continue;if(!Uc(e,s))continue;const i=e[o(396)]();if(i[o(545)](t,!0))return null;c=c[o(390)](i[o(541)])?c:i[o(541)],u=u[o(239)](i[o(417)])?u:i[o(417)],a?i[o(541)][o(390)](a[o(396)]()[o(541)])?(a[o(521)](),a=e):e[o(521)]():a=e}const l=this[o(365)][o(511)](c,u);if(a)this[o(327)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(454)]({id:t,type:o(452)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(458)](o(452)+r,t,a,l)}}return null}[kc(565)](t,n,r=[],s=null,o={}){const i=kc;n[i(306)]||(n[i(306)]=n[i(225)]),n[i(198)]=t.is(i(388)),s=s||Oc(n);const a=r[i(237)]((t=>Pc(t,this[i(365)]))),c=t.is(i(388))?t:Pc(t,this[i(365)]);if(i(156)===this[i(409)]){const t=this[i(423)][i(318)](i(461),s,i(453));return this[i(569)]((()=>t([c],n,o))),null}a[i(315)](c);let u=!0;for(const t of a)if(!this[i(548)](t)){u=!1;break}if(u&&i(238)!==this[i(409)]){const t=this[i(423)][i(318)](i(461),s,i(453));return this[i(569)]((()=>t([c],n,o))),null}let l=null,f=c[i(541)],h=c[i(417)];for(const{suggestion:t,meta:e}of this[i(580)](c,i(461))){if(!e[i(250)])continue;if(e[i(491)]||e[i(482)]||e[i(269)])continue;if(t[i(420)][i(306)]!=n[i(306)])continue;if(!Uc(t,o))continue;const r=t[i(396)]();if(t[i(271)]==s){if(r[i(545)](c,!0))return null;f=f[i(390)](r[i(541)])?f:r[i(541)],h=h[i(239)](r[i(417)])?h:r[i(417)],l?r[i(541)][i(390)](l[i(396)]()[i(541)])?(l[i(521)](),l=t):t[i(521)]():l=t}else{const e=c[i(335)](r);this[i(184)](t,e)}}const g=this[i(451)][i(439)][i(297)](i(279)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(327)](l,this[i(365)][i(511)](f,h)),l;{const t=this[i(454)]({id:d,type:i(203)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(458)](i(203)+s,d,p,this[i(365)][i(511)](f,h)),t}}[kc(516)](t,n,r=[],s=null,o={}){const i=kc;n[i(306)]||(n[i(306)]=n[i(225)]);const a=t[0];n[i(198)]=a.is(i(388)),s=s||Oc(n);const c=r[i(237)]((t=>Pc(t,this[i(365)]))),u=a.is(i(388))?t:t[i(237)]((t=>Pc(t,this[i(365)])));if(i(156)===this[i(409)]){const t=this[i(423)][i(318)](i(461),s,i(453));return this[i(569)]((()=>t(u,n,o))),null}c[i(315)](...u);let l=!0;for(const t of c)if(!this[i(548)](t)){l=!1;break}if(l&&i(238)!==this[i(409)]){const t=this[i(423)][i(318)](i(461),s,i(453));return this[i(569)]((()=>t(u,n,o))),null}const f=this[i(451)][i(439)][i(297)](i(279)).me;for(const t of this[i(356)]()){if(t[i(228)].id!=f.id)continue;if(i(461)!=t[i(272)]||t[i(420)][i(306)]!=n[i(306)])continue;if(!Uc(t,o))continue;const e=t[i(271)]==s;for(let n=0;n<u[i(379)];n++){const r=u[n];for(const s of t[i(177)]()){const o=s[i(353)]();if(r[i(357)](o)){e?(u[i(573)](n,1),n--):t[i(246)](s[i(321)]);break}}}}if(0==u[i(379)])return null;const h=this[i(423)][i(318)](i(461),s,i(342));for(const t of this[i(356)]())if(t[i(228)].id==f.id&&i(461)==t[i(272)]&&t[i(420)][i(306)]==n[i(306)]&&t[i(271)]==s&&Uc(t,o)&&(h(t[i(320)](),u)||h(u,t[i(320)]()))){for(const e of u)t[i(330)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(203)+s,m=this[i(454)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(458)](p,g,d,t,Wr[i(470)]());return m}[kc(413)](t,n=null,r={}){const s=kc;if(t[s(400)])return null;const o=this[s(451)][s(439)][s(297)](s(279)).me,a=new i.LiveRange(t[s(541)],t[s(417)]);for(const{suggestion:t,meta:e}of this[s(580)](a,s(518)))if(e[s(250)]&&!e[s(491)])if(t[s(207)]){const e=t[s(320)]()[s(282)]((t=>s(247)!=t[s(358)][s(558)]));if(e[s(213)]((t=>a[s(545)](t,!0)))&&t[s(202)](),e[s(559)]((t=>t[s(545)](a,!0)))){const t=this[s(423)][s(318)](s(329),n,s(453));return this[s(569)]((()=>t([a],null,r))),null}}else{const e=a[s(335)](t[s(396)]());null!==e&&t[s(208)]([e],null,r)}if(a[s(435)](),a[s(400)]||s(247)==a[s(358)][s(558)])return null;let c=null,u=a[s(541)],l=a[s(417)];const f=this[s(580)](a,s(329));for(const{suggestion:t,meta:e}of f){const n=this[s(365)][s(511)](u,l);if(e[s(250)]&&(this[s(162)]||!e[s(482)]&&!e[s(269)]))if(t[s(207)]){if(!Uc(t,r))continue;let e=!0;for(const r of t[s(320)]()){if(r[s(545)](n,!0))return t;n[s(545)](r)||(e=!1)}e&&t[s(202)]()}else{const e=t[s(396)]();if(e[s(545)](n,!0))return t;if(!Uc(t,r)){n[s(545)](e)?t[s(521)]():e[s(235)](u)?u=e[s(417)]:e[s(235)](l)&&(l=e[s(541)]);continue}u=u[s(390)](e[s(541)])?u:e[s(541)],l=l[s(239)](e[s(417)])?l:e[s(417)],r=Object[s(546)]({},t[s(164)]),c?e[s(541)][s(390)](c[s(396)]()[s(541)])?(c[s(521)](),c=t):t[s(521)]():c=t}}if(c)return this[s(327)](c,this[s(365)][s(511)](u,l)),c;{const t=(0,e.uid)(),i=this[s(365)][s(511)](u,l),a=o.id,c=n?s(199)+n:s(329),f=this[s(454)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(458)](c,t,a,i),f}}[kc(160)](t,n=kc(314),r={}){const s=kc,o=this[s(451)][s(439)][s(297)](s(279)).me,a=t[s(237)]((t=>new i.LiveRange(t[s(541)],t[s(417)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(580)](a,s(518)))e[s(250)]&&!e[s(491)]&&c[s(421)](t);for(const e of c)if(e[s(207)]){const o=e[s(320)]();if((!e[s(164)]||!e[s(164)][s(393)])&&o[s(213)]((t=>a[s(559)]((e=>e[s(545)](t,!0)))))&&e[s(202)](),a[s(213)]((t=>o[s(559)]((e=>e[s(545)](t,!0)))))){const e=this[s(423)][s(318)](s(329),n,s(453));return this[s(569)]((()=>e(t,null,r))),null}}else{const t=e[s(396)]();if(a[s(559)]((e=>e[s(545)](t,!0)))&&e[s(202)](),a[s(213)]((e=>t[s(545)](e,!0)))){const t=this[s(423)][s(318)](s(329),n,s(453));return this[s(569)]((()=>t(a,null,r))),null}}const u=this[s(423)][s(318)](s(329),n,s(342));let l=null;for(const t of this[s(356)]())if(t[s(228)].id==o.id&&t[s(463)]&&s(329)==t[s(272)]&&t[s(271)]==n&&Uc(t,r)&&(u(t[s(320)](),a)||u(a,t[s(320)]())))if(l){if(t[s(502)]&&t[s(502)][s(379)])continue;for(const e of t[s(320)]())l[s(510)](e)||l[s(330)](e);t[s(521)]()}else{l=t;for(const e of a)t[s(510)](e)||t[s(330)](e)}if(l)return l;c[s(210)]();for(const{suggestion:t,meta:e}of this[s(580)](a,s(329)))e[s(250)]&&(this[s(162)]||!e[s(482)]&&!e[s(269)])&&Uc(t,r)&&c[s(421)](t);for(const t of c){const e=t[s(320)]();if((!r||!r[s(393)])&&a[s(213)]((t=>e[s(559)]((e=>e[s(545)](t,!0))))))return t;(!t[s(164)]||!t[s(164)][s(393)])&&e[s(213)]((t=>a[s(559)]((e=>e[s(545)](t,!0)))))&&t[s(202)]()}const f=(0,e.uid)(),h=o.id,g=s(199)+n,d=this[s(454)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(435)](),t[s(400)]||s(247)==t[s(358)][s(558)]||this[s(458)](g,f,h,t,Wr[s(470)]());return d}[kc(468)](t,n,r,s,o){const i=kc;if(t[i(400)])return[];if(i(156)===this[i(409)])return[];const a=this[i(451)][i(439)][i(297)](i(279)).me.id,c=Array[i(377)](this[i(489)][i(204)]())[i(282)]((e=>i(399)==e[i(272)]&&e[i(420)][i(433)]==n&&e[i(510)](t)));if(i(154)===this[i(409)]){const e=this[i(580)](t,i(518))[i(282)]((({meta:t})=>t[i(250)]&&!t[i(269)]&&!t[i(491)]))[i(237)]((({suggestion:t})=>t));c[i(295)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(399)==t[i(272)]?t[i(420)][i(296)]:void 0,o=t[i(396)](),a=Array[i(377)](u[i(188)]())[i(410)]((t=>t[i(370)](o)));if(!a)continue;const c=a[i(259)](o);this[i(424)](n)&&i(518)==t[i(272)]&&0!=c[i(379)]||(u[i(568)](a),c[i(506)]((t=>{u[i(384)](t,r)})),i(518)!=t[i(272)]&&e!=s&&u[i(384)](a[i(335)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(379)]>37&&console[i(364)](i(254),{key:n});const f=(i(163)+(n+"|")+Oc({newValue:s}))[i(549)](0,60),h=this[i(454)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(315)](h),this[i(458)](f,c,a,t)}return l}[kc(547)](t){const e=kc;this[e(360)](t,((t,...n)=>{this[e(508)]((()=>{t(...n)}))}))}[kc(431)](t){const e=kc;this[e(291)][e(421)](t)}[kc(270)](t){const e=kc;this[e(346)][e(421)](t)}[kc(566)](t){const e=kc;return e(399)==t[e(272)]?t[e(271)][e(168)]("|")[0]:null}[kc(327)](t,e){const n=kc,r=t[n(376)]();this[n(365)][n(280)]((t=>{t[n(298)](r,{range:e})}))}[kc(528)](t){const e=kc,n=t.id,r=this[e(451)][e(293)][e(297)](e(467));this[e(227)][e(447)](n)||this[e(227)][e(148)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(227)][e(486)](n);s[e(167)](e(401)),s[e(401)]=!1,t[e(502)]=s}[kc(494)](t,n,r,s){const o=kc;if(t[o(272)]!=n||t[o(271)]!=r||t[o(150)].id!=s)throw this[o(451)][o(267)](o(498)),new e.CKEditorError(o(498),this)}[kc(184)](t,n){const r=kc,s=t[r(396)]();if(n[r(357)](s))t[r(521)]();else if(s[r(545)](n)){const o=this[r(365)][r(226)](n[r(541)][r(194)],r(417));this[r(327)](t,this[r(365)][r(511)](s[r(541)],o));const i=(0,e.uid)(),a=t[r(150)].id,c=t[r(272)]+":"+t[r(271)];this[r(454)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(420)],attributes:t[r(164)]});const u=this[r(365)][r(226)](n[r(417)][r(186)],r(301)),l=this[r(365)][r(511)](u,s[r(417)]);this[r(458)](c,i,a,l)}else if(s[r(235)](n[r(541)])){const e=this[r(365)][r(226)](n[r(541)][r(194)],r(417));this[r(327)](t,this[r(365)][r(511)](s[r(541)],e))}else{const e=this[r(365)][r(226)](n[r(417)][r(186)],r(301));this[r(327)](t,this[r(365)][r(511)](e,s[r(417)]))}}[kc(548)](t){const e=kc;for(const{suggestion:n,meta:r}of this[e(580)](t,e(518))){if(!r[e(250)])continue;const s=n[e(320)]();for(const n of s)if(!t[e(259)](n)[e(379)])return!0}return!1}[kc(542)](t){const n=kc,r=this[n(451)][n(439)][n(297)](n(279))[n(509)](t);if(!r)throw new e.CKEditorError(n(349),this);return r}[kc(345)](t){const e=kc,n=this[e(451)][e(439)][e(297)](e(279)),r=(0,o.hashObject)(e(515)+t);return n[e(509)](r)||n[e(181)]({id:r,name:t})}[kc(266)](t,e,n,r,s){const o=kc,i=this[o(542)](r),a=this[o(423)][o(209)](t,e,n,i,s,(t=>{const e=o;this[e(578)](n,{attributes:t});const r=this[e(255)](n);this[e(562)](new Set([r])),this[e(535)](new Set([r]))}));return this[o(577)](a,o(453),(()=>{const t=o;this[t(578)](n,{state:t(552)})}),{priority:o(385)}),this[o(577)](a,o(202),(()=>{const t=o;this[t(578)](n,{state:t(387)})}),{priority:o(385)}),this[o(489)][o(384)](n,a),this[o(374)][o(384)](a,o(169)),a}[kc(359)](t){const e=kc,n=t[e(168)](":");return{group:n[0],type:n[1],subType:n[e(379)]>=5?n[2]:null,id:n[e(379)]<5?n[2]:n[3],authorId:n[e(379)]<5?n[3]:n[4],markerCount:6==n[e(379)]?n[5]:null}}[kc(483)](t,n,r){const s=kc,o=t[s(396)](),i=o[s(541)],a=o[s(417)];this[s(327)](t,this[s(365)][s(511)](i,n));const c=(0,e.uid)(),u=t[s(150)].id,l=t[s(272)]+(t[s(271)]?":"+t[s(271)]:"");this[s(454)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(164)],data:t[s(420)]});const f=this[s(566)](t);(s(461)==t[s(272)]||f&&this[s(424)](f))&&(r=this[s(365)][s(176)](r[s(186)])),this[s(458)](l,c,u,this[s(365)][s(511)](r,a))}[kc(580)](t,e=null){const n=kc,r=[],s=this[n(451)][n(439)][n(297)](n(279)).me;Array[n(312)](t)||(t=[t]);for(const o of this[n(356)]()){if(!o[n(463)])continue;if(e&&o[n(272)]!=e)continue;let i=!1;for(const e of o[n(320)]()){for(const a of t){const t=a[n(541)][n(357)](e[n(417)])||a[n(417)][n(357)](e[n(541)]);if(t||a[n(335)](e)){const c=a[n(545)](e)&&Mc(this[n(365)][n(219)],e[n(541)],a),u=e[n(545)](a)&&Mc(this[n(365)][n(219)],a[n(541)],e);r[n(315)]({suggestion:o,meta:{isOwn:s==o[n(228)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[kc(458)](t,e,n,r,s){const o=kc;this[o(365)][o(280)]((i=>{const a=o;let c=a(195)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(221)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[kc(244)](t){const e=kc,n=t[e(277)],r=t[e(316)];t[e(277)]=null,t[e(316)]=null,null!=n&&n[e(316)]==t&&(n[e(316)]=r),null!=r&&r[e(277)]==t&&(r[e(277)]=n),e(263)==this[e(374)][e(297)](t)&&(this[e(374)][e(384)](t,e(258)),this[e(252)](e(336),t,n,r))}[kc(454)](t){const n=kc,r=t.id,s=this[n(212)](t);if(this[n(499)]&&this[n(499)][n(309)]){const o=this[n(451)][n(439)][n(297)](n(574)),i=s[n(155)],a=s[n(271)]?s[n(272)]+":"+s[n(271)]:s[n(272)],c=this[n(451)][n(294)],u=o[n(421)](qr(c,n(205))),l={id:r,type:a,hasComments:i,data:t[n(420)]||null,originalSuggestionId:t[n(245)]||null,attributes:s[n(164)]};this[n(499)][n(309)](l)[n(348)]((t=>{const e=n;s[e(405)]=!0,o[e(170)](u),t&&t[e(276)]&&(this[e(489)][e(297)](r)[e(276)]=t[e(276)])}))[n(402)]((t=>{const r=n;throw(0,e.logWarning)(r(153)),this[r(451)][r(216)][r(514)]({isUndoable:!1},(()=>{s[r(202)]()})),s[r(242)](),this[r(489)][r(568)](s.id),this[r(374)][r(568)](s),t}))}return s}[kc(424)](t){const e=kc;return this[e(291)][e(571)](t)}[kc(578)](t,e){const n=kc,r=this[n(451)][n(439)][n(297)](n(574)),s=this[n(255)](t);if(this[n(499)]&&this[n(499)][n(538)])if(s[n(405)]){const s=r[n(421)](qr(this[n(451)][n(294)],n(205)));this[n(499)][n(538)](t,e)[n(348)]((()=>{r[n(170)](s)}))}else s.on(n(581),(()=>{this[n(578)](t,e)}))}[kc(465)](t){const n=kc;if(!this[n(499)]||!this[n(499)][n(255)])throw new e.CKEditorError(n(440),this);return this[n(499)][n(255)](t)}[kc(534)](t){const e=kc,{id:n,type:r,subType:s,authorId:o}=this[e(359)](t),i=this[e(489)][e(297)](n)||this[e(266)](r,s,n,o,{});switch(this[e(494)](i,r,s,o),this[e(374)][e(297)](i)){case e(169):this[e(465)](n)[e(348)]((t=>{const r=e;let s=Promise[r(182)]();t[r(155)]&&(s=this[r(227)][r(366)]({channelId:this[r(451)][r(293)][r(297)](r(467)),threadId:n})),s[r(348)]((()=>{const e=r;this[e(212)](t)[e(405)]=!0}))})),this[e(374)][e(384)](i,e(220));break;case e(258):this[e(578)](n,{state:e(527)});case e(375):this[e(374)][e(384)](i,e(263)),this[e(252)](e(206),i);break;case e(263):this[e(252)](e(392),i)}return i[e(268)](t),i}[kc(535)](t){const e=kc,n=Array[e(377)](t),r=n[e(282)]((t=>e(399)==t[e(272)]));this[e(158)](r);const s=n[e(282)]((t=>!t[e(207)]&&e(399)!=t[e(272)])),o=this[e(356)]({skipNotAttached:!0})[e(282)]((t=>!t[e(207)]&&e(399)!=t[e(272)])),i=o[e(282)]((n=>!t[e(571)](n))),a=new Map(o[e(237)]((t=>[t,this[e(423)][e(318)](t[e(272)],t[e(271)],e(172))]))),c=new Map(o[e(237)]((t=>[t,t[e(396)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(379)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(379)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(379)];t++){const n=s[t];!l[e(571)](n)&&n[e(277)]&&(f[e(421)](n[e(277)]),n[e(277)][e(316)]===n&&(n[e(277)][e(316)]=null),n[e(277)]=null),!u[e(571)](n)&&n[e(316)]&&(f[e(421)](n[e(316)]),n[e(316)][e(277)]===n&&(n[e(316)][e(277)]=null),n[e(316)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(379)];e++){const r=g(t,n[e]);r&&(r[0][s(316)]=r[1],r[1][s(277)]=r[0],u[s(421)](r[0]),l[s(421)](r[1]))}}function g(t,n){const r=e;if(t[r(228)].id!==n[r(228)].id)return null;const s=a[r(297)](t)(t,n,c[r(297)](t),c[r(297)](n));return s&&a[r(297)](n)(t,n,c[r(297)](t),c[r(297)](n))?s[1][r(502)]&&s[1][r(502)][r(379)]?null:s:null}f[e(352)]&&this[e(535)](f)}[kc(158)](t){const e=kc;if(0==t[e(379)])return;const n=this[e(356)]({skipNotAttached:!0})[e(282)]((t=>e(399)==t[e(272)]&&t[e(403)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(164)]);s[e(571)](n)||(s[e(384)](n,r[e(379)]),r[e(315)]([]));const i=s[e(297)](n);r[i][e(315)](t)}!function(){const t=e;r[t(383)](((e,n)=>{const r=t,s=e[0][r(276)],o=n[0][r(276)];return s==o?e[0][r(164)][r(394)]<n[0][r(164)][r(394)]?-1:1:s<o?-1:1}));for(const e of r)e[t(383)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(379)];t++){if(0==r[t][e(379)])continue;const n=[];for(let s=t+1;s<r[e(379)];s++)0!=r[s][e(379)]&&i(r[t],r[s])&&n[e(315)](s);for(const s of n)r[t]=r[t][e(473)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(379)];n++){const r=t[n+1]||null;t[n][e(316)]!==r&&(t[n][e(316)]=r)}for(const t of r)for(let n=0;n<t[e(379)];n++){const r=t[n-1]||null;t[n][e(277)]!==r&&(t[n][e(277)]=r)}function i(t,n){const r=e;if(t[0][r(164)][r(394)]!==n[0][r(164)][r(394)]&&t[0][r(228)]!==n[0][r(228)])return!1;if(!function(t,e){const n=r;return!t[n(155)]&&!e[n(155)]||(!t[n(155)]||!e[n(155)])&&(!!(t[n(155)]&&e[n(276)]<t[n(502)][n(422)][n(297)](0)[n(276)])||!!(e[n(155)]&&t[n(276)]<e[n(502)][n(422)][n(297)](0)[n(276)]))}(t[0],n[0]))return!1;const s=Ac(t[0][r(164)],r(394)),o=Ac(n[0][r(164)],r(394));return!!Fr(s,o)&&(!!t[r(213)]((t=>n[r(559)]((e=>t[r(396)]()[r(357)](e[r(396)]())))))&&n[r(213)]((e=>t[r(559)]((t=>e[r(396)]()[r(357)](t[r(396)]()))))))}}[kc(562)](t){const e=kc,n=Array[e(377)](t),r=this[e(356)]({skipNotAttached:!0}),s=r[e(282)]((n=>!t[e(571)](n))),o=new Map(n[e(237)]((t=>[t,this[e(423)][e(318)](t[e(272)],t[e(271)],e(342))]))),i=new Map(r[e(237)]((t=>[t,t[e(320)]()])));for(let t=0;t<n[e(379)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(379)];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(379)];e++){const s=r[e];if(s[a(272)]!==n[a(272)]||s[a(228)].id!==n[a(228)].id||s[a(271)]!==n[a(271)])continue;if(!Bc(n,s))continue;if(a(399)==n[a(272)]&&n[a(420)][a(296)]!=s[a(420)][a(296)])continue;if(a(399)==n[a(272)]&&t[a(424)](n[a(420)][a(433)]))continue;if(a(461)==n[a(272)]){const e=t[a(451)][a(216)],r=n[a(428)]();if(r&&(e[a(219)][a(322)](r)||e[a(219)][a(175)](r)))continue}const c=o[a(297)](n),u=i[a(297)](n),l=i[a(297)](s),f=n[a(502)]&&n[a(502)][a(379)],h=s[a(502)]&&s[a(502)][a(379)];if(!f&&c(l,u))return t[a(262)](s,n),i[a(568)](n),!0;if(!h&&c(u,l))return t[a(262)](n,s),i[a(568)](s),!0}return!1}}[kc(262)](t,e){const n=kc;if(t[n(207)])for(const r of e[n(320)]())t[n(330)](r);else{const r=e[n(396)]()[n(417)];this[n(327)](t,this[n(365)][n(511)](t[n(396)]()[n(541)],r))}e[n(521)]()}[kc(185)](t,e,n){const r=kc,s=t[r(488)](r(497))||t[r(488)](r(399))?r(305):t[r(560)]();return qr(this[r(451)][r(294)],e+"_"+s+r(505),n)}[kc(334)](){const t=kc,n=this[t(451)];if(!n.ui)return;const{ariaLiveAnnouncer:r}=n.ui;(0,o.surroundingMarkersDetector)(this[t(365)],(({left:n,entered:s})=>{const i=t;for(const t of n){const{group:e,type:n}=this[i(359)](t[i(321)]);if(i(363)===e){r[i(256)](this[i(185)](n,i(412)));break}}for(const t of s){const{group:n,type:s}=this[i(359)](t[i(321)]);if(i(363)===n){r[i(256)](this[i(185)](s,i(411),(0,e.getEnvKeystrokeText)(o.FOCUS_ANNOTATION_KEYSTROKE)));break}}}))}[kc(171)](t){const e=kc;if(this[e(283)])return!1;const n=this[e(451)],r=n[e(216)][e(579)][e(445)][e(503)]();if(0==r[e(379)])return!1;const s=[],o=r[e(282)]((t=>e(399)==t[e(272)])),i=r[e(282)]((t=>e(284)==t[e(272)]&&e(180)!=t[e(321)])),a=r[e(282)]((t=>e(170)==t[e(272)]&&e(180)!=t[e(321)]));for(const t of o)s[e(315)]({key:t[e(477)],newValue:t[e(544)],oldValue:t[e(285)],range:Fc(t[e(388)],n[e(216)])});for(const t of i){const r=a[e(410)]((n=>n[e(325)][e(357)](t[e(325)])));r&&s[e(315)]({key:e(307),newValue:t[e(321)],oldValue:r[e(321)],range:n[e(216)][e(513)](t[e(325)][e(543)])})}return 0!=s[e(379)]&&this[e(564)](t,s)}[kc(341)](t){const e=kc;let n=!1;const r=this[e(451)][e(216)][e(579)][e(445)][e(300)]()[e(282)]((t=>t[e(420)][e(328)]&&t[e(321)][e(488)](e(469))));for(const s of r){const{subType:r,id:o}=this[e(359)](s[e(321)]),i=r[e(168)]("|")[0];for(const r of this[e(356)]({skipNotAttached:!0}))r.id!=o&&e(399)==r[e(272)]&&r[e(420)]&&r[e(420)][e(433)]==i&&r[e(396)]()[e(370)](s[e(420)][e(328)])&&(this[e(338)](r,s[e(420)][e(328)],t),n=!0)}return n}[kc(508)](t){this[kc(283)]=!0,t()}[kc(479)](t){const e=kc,n=this[e(424)](t),r=this[e(346)][e(571)](t);return n||r}[kc(564)](t,e){const n=kc;if(0==e[n(379)])return!1;let r=!1;for(const s of e){const e=this[n(580)](s[n(388)],n(399))[n(282)]((t=>!t[n(261)][n(491)]))[n(237)]((t=>t[n(363)])),i=(0,o.hashObject)({newValue:s[n(495)]});e[n(282)]((t=>{const e=n,[r,o]=t[e(271)][e(168)]("|");return r==s[e(433)]&&o!=i}))[n(506)]((e=>{const o=n;this[o(338)](e,s[o(388)],t),r=!0}))}return r}[kc(338)](t,e,n){const r=kc,s=t[r(396)]()[r(259)](e);0!==s[r(379)]?1!==s[r(379)]?this[r(483)](t,e[r(541)],e[r(417)]):this[r(327)](t,s[0]):n[r(246)](t[r(376)]())}}class Sc{constructor(t){const e=kc;this[e(222)]=t,this[e(365)]=t[e(216)],this[e(253)]=new Map,this[e(539)]=new Map,this[e(391)]()}[kc(209)](t,e,n,r,s,o){const i=kc;return new Wr(this[i(365)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(318)](t,e,i(453))(...n),onDiscard:(...n)=>this[i(318)](t,e,i(202))(...n)})}[kc(563)](t,e,n,r){const s=kc,o=t+":"+e+":"+n;this[s(253)][s(384)](o,r)}[kc(318)](t,e,n){const r=kc,s=t+":"+e+":"+n;return this[r(253)][r(297)](s)||this[r(539)][r(297)](t+":"+n)}[kc(391)](){const t=kc,e=()=>!1,n=t=>{const e=Nc;t[e(383)](((t,n)=>t[e(541)][e(390)](n[e(541)])?1:-1)),this[e(365)][e(280)]((n=>{const r=e;for(const e of t){let t;t=e[r(417)][r(304)]&&e[r(417)][r(186)]==e[r(541)][r(543)]?n[r(173)](e[r(541)][r(543)],"on"):n[r(173)](e),this[r(365)][r(456)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Nc;e&&this[n(365)][n(280)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(237)]((t=>(vc(t)&&(t=this[s(365)][s(511)](t[s(417)])),t)))[s(282)]((t=>s(247)!==t[s(358)][s(558)]));if(c[s(379)]<1)return;const u=Array[s(377)](this[s(365)][s(579)][s(333)][s(320)]())[s(237)]((t=>i.LiveRange[s(224)](t)));r[s(472)](c);for(const t of this[s(222)][s(441)][s(441)]())t[s(368)]();a[s(315)]({forceDefaultExecution:!0}),this[s(222)][s(406)](o,...a);const l=u[s(282)]((t=>s(247)!=t[s(358)][s(558)]));l[s(379)]>0&&r[s(472)](l);for(const t of u)t[s(435)]()}))},s=(e,n)=>1==e[t(379)]&&1==n[t(379)]&&e[0][t(417)][t(357)](n[0][t(541)]),o=(e,n,r,s)=>xc(e,n,r,s,this[t(365)])?[e,n]:xc(n,e,s,r,this[t(365)])?[n,e]:null;this[t(539)][t(384)](t(438),e),this[t(539)][t(384)](t(487),n),this[t(539)][t(384)](t(249),s),this[t(539)][t(384)](t(462),o),this[t(539)][t(384)](t(380),n),this[t(539)][t(384)](t(459),e),this[t(539)][t(384)](t(211),s),this[t(539)][t(384)](t(575),o),this[t(539)][t(384)](t(230),r),this[t(539)][t(384)](t(429),e),this[t(539)][t(384)](t(317),s),this[t(539)][t(384)](t(303),e),this[t(539)][t(384)](t(215),r),this[t(539)][t(384)](t(200),e),this[t(539)][t(384)](t(286),s),this[t(539)][t(384)](t(481),e),this[t(539)][t(384)](t(446),e),this[t(539)][t(384)](t(572),((e,n)=>{const r=t;if(!n)return;const s=this[r(222)][r(439)][r(297)](Rc);this[r(365)][r(280)]((t=>{const o=r;if(o(307)==n[o(433)])for(const r of e){const e=r[o(541)][o(543)],s=n[o(296)];t[o(323)](e,s)}else if(s[o(424)](n[o(433)]))for(const r of e)void 0!==n[o(296)]?t[o(480)](n[o(433)],n[o(296)],r[o(541)][o(543)]):t[o(519)](n[o(433)],r[o(541)][o(543)]);else for(const r of e)n[o(296)]?t[o(480)](n[o(433)],n[o(296)],r):t[o(519)](n[o(433)],r)}))})),this[t(539)][t(384)](t(233),s)}}function Mc(t,e,n){const r=kc;for(const s of e[r(186)][r(567)]({includeSelf:!0,parentFirst:!0})){if(s[r(358)]==s)return!1;if(!n[r(299)](s))return!1;if(t[r(322)](s)||t[r(175)](s))return!0}return!1}function vc(t){const e=kc;return t[e(417)][e(186)]==t[e(541)][e(543)]&&t[e(417)][e(443)]}function wc(t,e,n,r){const s=kc,o=t=>!t[s(361)].is(s(371))&&!r[s(322)](t[s(361)]),i=t[s(541)][s(378)](o),a=t[s(417)][s(378)](o,{direction:s(240)});return!(t[s(541)][s(357)](i)&&t[s(417)][s(357)](a)||(i[s(390)](a)?n[s(298)](e,{range:n[s(511)](i,a)}):n[s(246)](e),0))}function Oc(t){return(0,o.hashObject)(t)}function Dc(t){const e=kc,n=t[e(541)][e(543)];return n&&n.is(e(449))}function Fc(t,e){const n=kc;return null==t[n(417)][n(194)]&&t[n(417)][n(186)]==t[n(541)][n(543)]?Pc(t[n(541)][n(543)],e):t}function Pc(t,e){const n=kc,r=e[n(219)][n(322)](t)||e[n(219)][n(350)](t);return e[n(511)](e[n(226)](t,n(437)),r?e[n(313)](t):e[n(226)](t,n(417)))}function xc(t,e,n,r,s){const o=kc;if(t[o(316)])return!1;if(!Bc(t,e))return!1;if(n[o(417)][o(357)](r[o(541)]))return!0;if(t[o(272)]!=e[o(272)])return!1;if(!n[o(417)][o(159)](r[o(541)]))return!1;const i=s[o(511)](n[o(417)],r[o(541)])[o(525)]();for(const t of i)if([o(537),o(520)][o(553)](t[o(272)])&&s[o(219)][o(175)](t[o(361)]))return!1;return!0}function Bc(t,e){const n=kc;if(!t[n(403)]||!e[n(403)])return!1;const r=new Set(Object[n(188)](t[n(164)])),s=new Set(Object[n(188)](e[n(164)]));if(r[n(568)](n(394)),s[n(568)](n(394)),0==r[n(352)]&&0==s[n(352)])return!0;if(r[n(352)]!=s[n(352)])return!1;const o={...t[n(164)]},i={...e[n(164)]};return delete o[n(394)],delete i[n(394)],JSON[n(197)](o)==JSON[n(197)](i)}function Uc(t,e){const n=kc,r=jc(t[n(164)]),s=jc(e);if(!t[n(403)])return!1;for(const t of Object[n(188)](s))if(!Fr(r[t],s[t]))return!1;return!0}function jc(t){const e=kc,n=Object[e(546)]({},t);return delete n[e(393)],delete n[e(407)],n}const Gc=Vc;function Vc(t,e){const n=Hc();return(Vc=function(t,e){return n[t-=194]})(t,e)}function Hc(){const t=["3293568VqmMDl","stopListening","execute","59719xkUHsm","bind","getRanges","661055xtsYwq","commands","8236305RfttwR","acceptSuggestion","commentThreadController","isEnabled","unbind","remove","_removePendingAction","3251312sKoRtk","listenTo","model","destroy","9265302WFflMb","13DLNOOF","_pendingAction","discardSuggestion","plugins","canAccept","add","get","_acceptCommand","view","PendingActions","6nNJQFY","_setPendingAction","138806TyXdbk","isDirty","change:isDirty","3MEDtSw","_discardCommand","_editor","canDiscard","locale","PENDING_ACTION_SUGGESTION","canEditAt","1070eHrgiF"];return(Hc=function(){return t})()}!function(t){const e=Vc,n=t();for(;;)try{if(737394===parseInt(e(217))/1*(parseInt(e(229))/2)+-parseInt(e(232))/3*(-parseInt(e(212))/4)+parseInt(e(203))/5*(-parseInt(e(227))/6)+parseInt(e(205))/7+-parseInt(e(197))/8+-parseInt(e(216))/9+-parseInt(e(196))/10*(parseInt(e(200))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hc);class zc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Vc;super(),this[s(214)]=e,this[s(225)]=n,this[s(207)]=r,this[s(234)]=t,this[s(224)]=t[s(204)][s(223)](s(206)),this[s(233)]=t[s(204)][s(223)](s(219)),this[s(225)][s(201)](s(208)).to(this[s(224)],this[s(233)],((t,e)=>t||e)),this[s(225)][s(201)](s(221)).to(this[s(224)],s(208),(t=>t&&this[s(234)][s(214)][s(195)](e[s(202)]()))),this[s(225)][s(201)](s(235)).to(this[s(233)],s(208),(t=>t&&this[s(234)][s(214)][s(195)](e[s(202)]()))),this[s(218)]=null,n[s(230)]&&this[s(228)](),this[s(213)](n,s(206),(()=>this[s(206)]())),this[s(213)](n,s(219),(()=>this[s(219)]())),this[s(213)](n,s(231),(()=>{const t=s;n[t(230)]?this[t(228)]():this[t(211)]()}))}[Gc(206)](){const t=Gc;this[t(224)][t(199)](this[t(214)].id)}[Gc(219)](){const t=Gc;this[t(233)][t(199)](this[t(214)].id)}[Gc(215)](){const t=Gc;this[t(225)][t(209)](t(208)),this[t(225)][t(209)](t(221)),this[t(225)][t(209)](t(235)),this[t(198)](),this[t(207)][t(215)](),this[t(218)]&&this[t(211)]()}[Gc(228)](){const t=Gc,e=qr(this[t(234)][t(236)],t(194));this[t(218)]=this[t(234)][t(220)][t(223)](t(226))[t(222)](e)}[Gc(211)](){const t=Gc;null!==this[t(218)]&&this[t(234)][t(220)][t(223)](t(226))[t(210)](this[t(218)]),this[t(218)]=null}}function Wc(){const t=["hasDirtyComment","8028CGJfMK","bind","length","editor","fire","join","123lKYtDD","shift+tab","71701vWnPdN","focusTracker","_createCommentThreadInputView","locale","text/html","24rCZLxc","disabledSubmit","SUGGESTION_THREAD_ARIA_LABEL","4138056yPBebT","tab","submit","render","_model","showInput","838764lvzbqO","248xqcGHd","_createCommentViews","6yMnPuk","ariaLabel","50riCmeQ","680207YRfwby","addComment","map","SUGGESTION_THREAD_DESCRIPTION","descriptionParts","target","CommentView","2516860yOiLpa","_config","focus","value","assign","content","isEnabled","editorConfig","parseFromString","authoredAt","delegate","disableComments","commentThread","467403jdmJuV","setData","_localUser","commentInputView","isReadOnly","textContent","destroy","commentsListView","element","name","body","cancel","isDirty","canAccept","canDiscard","isActive","focusCycler","commentThreadInputView","ariaDescriptionView","set","removeComment","keystrokes","author","updateComment","formatDateTime","focusables"];return(Wc=function(){return t})()}const qc=Kc;function Kc(t,e){const n=Wc();return(Kc=function(t,e){return n[t-=433]})(t,e)}!function(t){const e=Kc,n=t();for(;;)try{if(548318===-parseInt(e(474))/1*(-parseInt(e(468))/2)+-parseInt(e(441))/3*(-parseInt(e(481))/4)+parseInt(e(503))/5*(-parseInt(e(493))/6)+parseInt(e(476))/7*(-parseInt(e(491))/8)+parseInt(e(490))/9*(-parseInt(e(495))/10)+parseInt(e(496))/11+parseInt(e(484))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wc);class Xc extends s.View{constructor(t,n,r,i){const a=Kc;super(t),this[a(448)]=null,this[a(458)]=null,this[a(459)]=new o.AriaDescriptionView(t,qr(t,a(499))),this[a(460)](a(456),!1),this[a(460)](a(437),n[a(437)]),this[a(469)](a(437)).to(n),this[a(460)](a(500),[]),this[a(460)](a(453),!1),this[a(460)](a(434),!1),this[a(460)](a(454),!1),this[a(460)](a(455),!1),this[a(469)](a(494)).to(this,a(470),n,a(437),this,a(500),((t,e,r)=>{const s=a,o=r[s(498)]((t=>_(t[s(433)])))[s(473)](". ")+".";return qr(this[s(479)],s(483),[t-1,n[s(463)][s(450)],e?i[s(465)](e):"",(new DOMParser)[s(436)](o,s(480))[s(451)][s(446)]])})),this[a(466)]=new s.ViewCollection,this[a(477)]=new e.FocusTracker,this[a(462)]=new e.KeystrokeHandler,this[a(457)]=new s.FocusCycler({focusables:this[a(466)],focusTracker:this[a(477)],keystrokeHandler:this[a(462)],keystrokeHandlerOptions:{filter:t=>t[a(501)]!==this[a(449)]},actions:{focusPrevious:a(475),focusNext:a(485)}}),this[a(488)]=n,this[a(443)]=r,this[a(504)]=i,i[a(439)]?this[a(460)](a(470),1):this[a(492)]()}[qc(487)](){const t=qc;super[t(487)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(466)])}[qc(505)](){const t=qc;this[t(449)][t(505)]()}[qc(447)](){const t=qc;this[t(448)]&&this[t(448)][t(447)](),this[t(458)]&&this[t(458)][t(447)](),super[t(447)]()}[qc(492)](){const t=qc,{CommentsListView:e}=this[t(504)];this[t(448)]=new e(this[t(479)],this[t(488)][t(440)],Object[t(507)]({CommentView:this[t(504)][t(502)]},this[t(504)])),this[t(448)][t(438)](t(461)).to(this),this[t(448)][t(438)](t(464)).to(this),this[t(448)][t(469)](t(456)).to(this),this[t(460)](t(470),this[t(448)][t(470)]+1),this[t(469)](t(470)).to(this[t(448)],t(470),(t=>t+1)),this[t(458)]=this[t(478)](),this.on(t(461),(()=>this[t(505)]())),this[t(469)](t(453)).to(this[t(448)],t(467),this[t(458)][t(444)],t(506),((t,e)=>t||!!e))}[qc(478)](){const t=qc,{CommentThreadInputView:e}=this[t(504)],n=new e(this[t(479)],this[t(443)],this[t(504)][t(435)]),r=n[t(444)];return n[t(469)](t(489)).to(this,t(456),this[t(488)][t(440)],t(445),r,t(506),((t,e,n)=>!!n||t&&!e)),r.on(t(486),((e,n)=>{const s=t;this[s(472)](s(497),n),r[s(471)][s(442)]("")})),r.on(t(452),(()=>this[t(505)]())),r[t(469)](t(482)).to(this[t(488)][t(440)],t(445)),n}}function Jc(){const t=["_config","acceptSuggestion","1426880szXIiv","discardSuggestion","<p>","content","canDiscard","set","author","listitem","ck-suggestion--disabled-comments","add","getTemplate","description","23022kRqDdu","formatDateTime","isActive","35NYXSij","acceptButton","commentThread","setTemplate","commentsListView","ariaDescriptionView","suggestionView","type","editorDestroyed","editorReady","1318ljdZFQ","descriptionParts","isEnabled","discardButton","ck-suggestion-wrapper--active","1038366evRdqO","div","582RhXJVQ","SuggestionView","commentThreadInputView","color","bind","canAccept","669696DXisNp","_model","3234216tIRnrM","ck-suggestion-","</p>","delegate","disableComments","focusables","ck-rounded-corners","3796875OBTLnj","_descriptionElement","bindTemplate","push","ariaLabel","ck-suggestion-wrapper","render"];return(Jc=function(){return t})()}const Zc=Yc;function Yc(t,e){const n=Jc();return(Yc=function(t,e){return n[t-=284]})(t,e)}!function(t){const e=Yc,n=t();for(;;)try{if(574972===parseInt(e(312))/1+-parseInt(e(299))/2*(parseInt(e(306))/3)+parseInt(e(314))/4+-parseInt(e(289))/5*(parseInt(e(286))/6)+-parseInt(e(304))/7+-parseInt(e(330))/8+-parseInt(e(321))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jc);class Qc extends Xc{constructor(t,e,n,r){const s=Yc;super(t,e,n,r),this[s(335)](s(296),""),this[s(310)](s(296)).to(this,s(300),(t=>t&&t[0]?t[0][s(296)]:"")),this[s(310)](s(285)).to(this,s(300),this,s(288),((t,e)=>{const n=s;let r="";for(const e of t)r+=n(332)+_(e[n(333)],e[n(309)])+n(316);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[s(322)]=null,this[s(295)]=new(r[s(307)])(t,e,{formatDateTime:r[s(287)]}),this[s(295)][s(310)](s(285)).to(this),this[s(295)][s(317)](s(329),s(331)).to(this),this[s(295)][s(290)][s(310)](s(301)).to(this,s(311)),this[s(295)][s(302)][s(310)](s(301)).to(this,s(334)),this[s(319)][s(339)](this[s(295)]),this[s(293)]&&this[s(319)][s(339)](this[s(293)]),this[s(308)]&&this[s(319)][s(339)](this[s(308)]),this[s(292)](this[s(284)]())}[Zc(284)](){const t=Zc,e=this[t(323)],n=[this[t(295)]];return this[t(293)]&&n[t(324)](this[t(293)]),this[t(308)]&&n[t(324)](this[t(308)]),n[t(324)](this[t(294)]),{tag:t(305),attributes:{class:["ck",t(320),t(326),e.if(t(288),t(303)),e.to(t(296),(e=>t(315)+e)),this[t(328)][t(318)]&&t(338)],"data-suggestion-id":this[t(313)].id,"data-thread-id":this[t(313)][t(291)].id,"data-author-id":this[t(313)][t(336)].id,tabindex:0,role:t(337),"aria-label":e.to(t(325)),"aria-describedby":this[t(294)].id},children:n}}[Zc(327)](){const t=Zc;super[t(327)](),this[t(293)]&&(this[t(293)][t(317)](t(298)).to(this),this[t(293)][t(317)](t(297)).to(this)),this[t(308)]&&(this[t(308)][t(317)](t(298)).to(this),this[t(308)][t(317)](t(297)).to(this))}}const $c=tu;function tu(t,e){const n=eu();return(tu=function(t,e){return n[t-=463]})(t,e)}function eu(){const t=["target","bindTemplate","1833591khHozV","set","innerHTML","ck-suggestion--accept","7045116hlmcgu","attributes","ck-suggestion","extendTemplate","name","authoredAt","ck-suggestion__info-name","Accept suggestion","ck-annotation__content-wrapper","ck-suggestion__actions","acceptSuggestion","_createButton","_model","ck-comment__info-time","listenTo","span","keystrokes","ck-comment__external","659262kGpUZw","userView","esc","bind","@external","push","ck-suggestion__user","5114070BimOcC","focusFirst","getTemplate","presentation","setTemplate","ck-annotation__main","ck-annotation__info","enter","description","ck-annotation__user","3135013qhQgGc","importWord","Discard suggestion","fire","_config","focus","element","div","discardButton","focusCycler","acceptButton","getExternalSuggestionNote","author","ck-annotation__actions","EXTERNAL_IMPORT_WORD_SUGGESTION","_setupKeyboardNavigation","EXTERNAL_AVATAR",".ck-annotation__content-wrapper","locale","ck-annotation","formatDateTime","5nGBEhx","focusTracker","ck-annotation__info-name","ck-suggestion--discard","discardSuggestion","shift+tab","getUserViewNotificationText","querySelector","tab","cancel","ck-suggestion__main","EXTERNAL_SUGGESTION","291438hjGKYf","ck-annotation__info-time","isExternal","EXTERNAL_IMPORT_WORD_AVATAR","288dVbiXT","source","ck-suggestion__info","2tvwztU","add","check","execute","time","2656194FdrFAM","focusables","creator","change:description","render"];return(eu=function(){return t})()}!function(t){const e=tu,n=t();for(;;)try{if(926613===-parseInt(e(543))/1*(parseInt(e(486))/2)+parseInt(e(464))/3+parseInt(e(468))/4+-parseInt(e(524))/5*(-parseInt(e(548))/6)+parseInt(e(503))/7+-parseInt(e(540))/8*(parseInt(e(536))/9)+-parseInt(e(493))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eu);class nu extends s.View{constructor(n,r,i){const a=tu;super(n),this[a(480)]=r,this[a(507)]=i,this[a(465)](a(501),""),this[a(489)](a(473)).to(r),this[a(513)]=this[a(479)](qr(n,a(475)),t.icons[a(545)],a(467),a(478),"sw"),this[a(511)]=this[a(479)](qr(n,a(505)),t.icons[a(533)],a(527),a(528),"sw"),this[a(487)]=new o.UserView(n,r[a(515)],this[a(530)]()),this[a(487)][a(471)]({attributes:{class:[a(492),a(502)],"aria-hidden":!0}}),this[a(549)]=new s.ViewCollection([this[a(513)],this[a(511)]]),this[a(525)]=new e.FocusTracker,this[a(484)]=new e.KeystrokeHandler,this[a(512)]=new s.FocusCycler({focusables:this[a(549)],focusTracker:this[a(525)],keystrokeHandler:this[a(484)],actions:{focusPrevious:a(529),focusNext:a(532)},keystrokeHandlerOptions:{filter:t=>t[a(553)]!==this[a(509)]}}),this[a(497)](this[a(495)]())}[$c(552)](){const t=$c;super[t(552)]();const e=this[t(509)][t(531)](t(520));e[t(466)]=this[t(501)],this.on(t(551),((n,r,s)=>{e[t(466)]=s})),this[t(518)]()}[$c(495)](){const t=$c,e=this[t(463)],n=[{tag:t(510),attributes:{class:[t(542),t(499)]},children:[{tag:t(483),children:[{text:this[t(487)][t(472)]}],attributes:{class:[t(474),t(526)]}},{tag:t(547),attributes:{datetime:e.to(t(473)),class:[t(481),t(537)]},children:[{text:e.to(t(473),(e=>this[t(507)][t(523)](e)))}]}]},{tag:t(510),attributes:{class:[t(477),t(516)]},children:[this[t(513)],this[t(511)]]},{tag:t(510),attributes:{class:[t(476)]}}];return this[t(480)][t(538)]&&n[t(491)]({tag:t(510),attributes:{class:[t(485)]},children:[{text:this[t(514)]()}]}),{tag:t(510),attributes:{class:[t(470),t(522)],tabindex:-1},children:[this[t(487)],{tag:t(510),attributes:{class:[t(534),t(498)],role:t(496)},children:n}]}}[$c(508)](){const t=$c;this[t(509)][t(508)]()}[$c(530)](){const t=$c;return this[t(480)][t(538)]?t(504)===this[t(480)][t(469)][t(490)][t(541)]?qr(this[t(521)],t(539),this[t(480)][t(550)][t(472)]):qr(this[t(521)],t(519),this[t(480)][t(550)][t(472)]):null}[$c(514)](){const t=$c;return t(504)===this[t(480)][t(469)][t(490)][t(541)]?qr(this[t(521)],t(517)):qr(this[t(521)],t(535))}[$c(479)](t,e,n,r,s){const i=$c,a=new o.LateFocusButtonView(this[i(521)]);return a[i(465)]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),a[i(471)]({attributes:{class:n}}),a.on(i(546),(()=>{const t=i;this[t(506)](r,this[t(480)].id)})),a}[$c(518)](){const t=$c,e=this[t(509)];this[t(484)][t(482)](e);for(const e of this[t(549)])this[t(525)][t(544)](e[t(509)]),this[t(484)][t(482)](e[t(509)]);this[t(484)][t(465)](t(500),((n,r)=>{const s=t;e===n[s(553)]&&(this[s(512)][s(494)](),r())})),this[t(484)][t(465)](t(488),((n,r)=>{const s=t;e!==n[s(553)]&&(this[s(508)](),r())}))}}const ru='\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" xmlns="http://www.w3.org/2000/svg"><path d="M6.182 5.514a.643.643 0 0 0-.636.64v-.001a.636.636 0 0 0 .636.639h5.682a.641.641 0 0 0 .636-.638.637.637 0 0 0-.636-.64H6.182Z"/><path d="M6.182 8.5a.642.642 0 0 0-.588.882.636.636 0 0 0 .588.395h5.682a.641.641 0 0 0 .636-.639.635.635 0 0 0-.636-.638H6.182Z"/><path d="M6.18 11.5a.64.64 0 0 0 0 1.278h3.133a.64.64 0 0 0 0-1.278H6.18Z"/><path d="m11.772 18.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09 0-.274.076-.551.062-.166.099-.296.11-.393a2.934 2.934 0 0 0 0-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6 1.059-.56 2.11.118 1.05.68 1.443 1.272 1.177 1.772l-3.876 6.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954 2.954 0 0 0-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274 1.039.727-.26.34h-1.496l.717-1.067Z"/><path clip-rule="evenodd" d="M3.272 1A1.28 1.28 0 0 0 2 2.28v14.439a1.276 1.276 0 0 0 1.272 1.28h6.838a2.13 2.13 0 0 1 .003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395 7.395 0 0 1-.042-.142H3.5V2.46s11 .002 11 .005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272 1ZM16 9.29l-1.5 2.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904 0 0 1-.013.075l-.001.005a3.108 3.108 0 0 1-.097.312c-.027.101-.048.19-.062.266a.734.734 0 0 0-.014.287.25.25 0 0 0 .068.105.65.65 0 0 0 .088.074l.017.011.016.01h.175L14.73 18c.697 0 1.271-.573 1.271-1.281v-7.43Z"/></svg>\n',su=au;function ou(){const t=["_annotationViews","fire","type","_unbindEditors","CommentsUI","933894ZZZmqM","remove","_createMenuBarMenu","488988pqbzgC","Discard all suggestions","menuitem","init","previous","clear","_destroyController","comments.editorConfig","_bindAnnotationToEditors","isEnabled","100yCXrSM","panelView","head","menu","trackChanges","trackChanges.disableComments","4522920XLnMWL","getDescriptions","isOn","suggestion-","descriptionFactory","19089HBxygJ","commentsListView","commentThread","createAnnotationView","trackChanges.SuggestionView","comments.maxCommentCharsWhenCollapsed","commandName","from","some","focus","activeMarkers","SuggestionThreadView","SuggestionView","values","descriptionParts","addSourceCollector","_handleControllerBuffer","getAllAdjacentSuggestions","hasSuggestion","registerAnnotation","discardAllSuggestions","suggestionChanged","add","delegate","_refreshActiveMarkers","model","430sTvwSN","toMany","editor","requires","createAnnotation","_handleSuggestionControllerDelayed","CommentView","2nuhswn","length","items","activeAnnotations","componentFactory","_createToolbarButton","commands","destroy","comments.maxThreadTotalWeight","TrackChangesEditing","escape","source","getByInnerView","children","suggestionView","trackChanges.SuggestionThreadView","getMarkerNames","5488384oYcVUY","reduce","menuitemcheckbox","actionView","suggestionLoaded","set","isDirty","getRanges","execute","mainView","isMultiRange","bind","locale","_disableComments","Accept all suggestions","separator","getJoined","push","Discard all selected suggestions","editing","pluginName","plugins","define","TrackChangesUI","getMarkers","delete","comments.maxCommentsWhenCollapsed","button","9192awMdZx","CommentsRepository","143390fOJzqv","lowest","_updateController","change:activeAnnotations","filter","buttonView","_viewToController","Accept all selected suggestions","_suggestionToController","_initializeController","innerView","change:previous","EditorAnnotations","config","acceptAllSuggestions","addComment","arrowView","get","refreshSelectedViews","acceptButton","isInContent","Annotations","has","comments","discardButton","_addUIComponentsToFactory","unbind","createCommentThreadController","size","menuBar:trackChanges","6DTvVTf","stopListening","acceptSelectedSuggestions","keys","value","view","getFirstRange","getSuggestion","discardSelectedSuggestions","switchbutton","suggestionUnloaded","Track changes","listenTo"];return(ou=function(){return t})()}!function(t){const e=au,n=t();for(;;)try{if(349954===-parseInt(e(314))/1*(parseInt(e(267))/2)+-parseInt(e(210))/3+-parseInt(e(312))/4*(-parseInt(e(260))/5)+-parseInt(e(192))/6*(parseInt(e(234))/7)+parseInt(e(229))/8+-parseInt(e(213))/9*(-parseInt(e(223))/10)+-parseInt(e(284))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ou);class iu extends t.Plugin{static get[su(263)](){const t=su;return[Rc,o.Users,t(313),t(183),t(326)]}static get[su(304)](){return su(307)}constructor(t){const e=su;super(t),this[e(322)]=new Map,this[e(320)]=new Map,this[e(205)]=new Map,this[e(250)]=new Map;const n=this[e(262)][e(327)];n[e(306)](e(282),Qc),n[e(306)](e(238),nu),n[e(306)](e(228),!1),this[e(297)]=n[e(331)](e(228))}[su(265)](t,e){const n=su;0===this[n(250)][n(190)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(250)]){const r=this[t(322)][t(184)](e);r||n?r&&n&&this[t(219)](e):this[t(323)](e)}this[t(250)][t(218)](),this[t(262)][t(305)][t(331)](t(326))[t(180)](),this[t(258)]()}),10),this[n(250)][n(289)](t,e)}[su(216)](){const t=su,e=this[t(262)],n=e[t(305)][t(331)](t(276)),r=e[t(305)][t(331)](t(183)),s=e[t(305)][t(331)](t(326)),o=e[t(305)][t(331)](t(313));this[t(187)](),s[t(249)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(241)](this[e(322)])){const s=t[e(251)](),o=[];for(const t of s){if(!t[e(182)])continue;if(t[e(294)]){o[e(301)](...t[e(291)]());continue}const n=t[e(198)]();if(o[e(268)]>0){const t=o[0][e(300)](n);if(t){o[0]=t;continue}}o[e(301)](n)}n[e(301)]([r[e(197)],o])}return n})),this[t(204)](n,t(288),((e,n)=>{const r=t;this[r(204)](n,r(325),((t,e,s,o)=>{const i=r;n[i(182)]&&(null==s?(this[i(316)](o[i(225)]),this[i(265)](n,!1)):(this[i(316)](s[i(225)]),null==o&&this[i(265)](n,!0)))})),null!==n[r(217)]?this[r(316)](n[r(225)]):this[r(265)](n,!1)})),this[t(204)](n,t(202),((e,n,r)=>{const s=t;this[s(193)](n,s(325)),this[s(250)][s(309)](n),this[s(322)][s(184)](n)&&this[s(219)](n),r&&this[s(316)](r[s(225)])})),this[t(204)](n,t(255),((e,n)=>{this[t(316)](n)})),this[t(204)](r,t(317),(()=>{this[t(258)]()})),this[t(204)](o,t(329),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(252)](r))return;const i=n[o(199)](r);this[o(322)][o(331)](i)[o(197)][o(235)][o(243)](-1)}),{priority:t(315)})}[su(258)](){const t=su,e=this[t(262)][t(305)][t(331)](t(183)),n=this[t(262)][t(305)][t(331)](t(276)),r=Array[t(241)](e[t(270)],(e=>e[t(324)]))[t(318)]((e=>this[t(320)][t(184)](e))),s=[];for(const e of r){const n=this[t(320)][t(331)](e)[t(259)][t(251)]();s[t(301)](...n[t(285)](((e,n)=>[...e,...n[t(283)]()]),[]))}n[t(244)]=s}[su(187)](){const t=su,n=this[t(262)],r=n[t(296)],o=qr(r,t(203)),i=new e.Collection([{type:t(201),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(227),role:t(286)})},{type:t(299)},{type:t(311),model:new s.ViewModel({withText:!0,label:qr(r,t(298)),commandName:t(328),role:t(215)})},{type:t(311),model:new s.ViewModel({withText:!0,label:qr(r,t(321)),commandName:t(194),role:t(215)})},{type:t(311),model:new s.ViewModel({withText:!0,label:qr(r,t(214)),commandName:t(254),role:t(215)})},{type:t(311),model:new s.ViewModel({withText:!0,label:qr(r,t(302)),commandName:t(200),role:t(215)})}]);for(const e of i)if(cu(e)){const r=n[t(273)][t(331)](e[t(259)][t(240)]);e[t(259)][t(295)](t(231),t(222)).to(r,t(196),t(222))}n.ui[t(271)][t(256)](t(227),(e=>this[t(272)](e,i,o))),n.ui[t(271)][t(256)](t(191),(e=>this[t(212)](e,i,o)))}[su(272)](t,e,n){const r=su,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(262)][r(273)][r(331)](r(227));o[r(319)][r(289)]({tooltip:n,label:n,icon:ru}),o[r(319)][r(295)](r(231)).to(i,r(196)),o[r(319)].on(r(292),(()=>{const t=r;i[t(292)](),this[t(262)][t(303)][t(197)][t(243)]()})),(0,s.addListToDropdown)(o,e,{role:r(226)});const a=[];for(const t of e)cu(t)&&a[r(301)](this[r(262)][r(273)][r(331)](t[r(259)][r(240)]));const c=o[r(319)];return c[r(287)][r(188)](r(222)),c[r(330)][r(188)](r(222)),c[r(287)][r(295)](r(222)).to(i,r(222)),c[r(330)][r(295)](r(222))[r(261)](a,r(222),((...t)=>t[r(242)]((t=>t)))),o.on(r(292),(t=>{const e=r;this[e(262)][e(292)](t[e(278)][e(240)]),this[e(262)][e(303)][e(197)][e(243)]()})),o}[su(212)](t,e,n){const r=su,o=new s.MenuBarMenuView(t),i=this[r(262)][r(273)][r(331)](r(227));o[r(319)][r(289)]({label:n,icon:ru});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(299)==n[r(207)]){a[r(269)][r(256)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(259)];i[r(295)](...Object[r(195)](c)).to(c),i[r(257)](r(292)).to(o),i.on(r(292),(()=>{const t=r;this[t(262)][t(292)](c[t(240)]),this[t(262)][t(303)][t(197)][t(243)]()})),e[r(280)][r(256)](i),a[r(269)][r(256)](e)}return o[r(295)](r(222)).to(i,r(222)),o[r(224)][r(280)][r(256)](a),o}[su(323)](t){const e=su,n=this[e(262)],r=n[e(327)],s=n[e(305)][e(331)](e(183)),i=n[e(305)][e(331)](e(313)),a=n[e(305)][e(331)](e(326)),c=n[e(305)][e(331)](o.Users).me,u=r[e(331)](e(227))[e(245)],l=r[e(331)](e(227))[e(246)],{CommentsListView:f,CommentThreadInputView:h}=n[e(305)][e(331)](e(209));let g,d,p;this[e(205)][e(184)](t.id)?(d=this[e(205)][e(331)](t.id),g=d[e(293)]):(g=new u(n[e(296)],t,c,{disableComments:this[e(297)],editorConfig:r[e(331)](e(220)),maxCommentsWhenCollapsed:r[e(331)](e(310)),maxThreadTotalWeight:r[e(331)](e(275)),maxCommentCharsWhenCollapsed:r[e(331)](e(239)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(331)](e(296))),CommentView:r[e(331)](e(185))[e(266)],CommentsListView:f,CommentThreadInputView:h,SuggestionView:l}),g[e(281)][e(181)].on(e(292),(()=>{const t=e;n[t(303)][t(197)][t(243)]()})),g[e(281)][e(186)].on(e(292),(()=>{const t=e;n[t(303)][t(197)][t(243)]()})),d=s[e(237)](this[e(262)][e(296)],g),d[e(295)](e(290)).to(g,e(290)),d[e(295)](e(268)).to(g),d[e(295)](e(207)).to(g,e(207),(t=>e(232)+t)),g.on(e(277),(()=>{const t=e;p[t(206)](t(277))})),this[e(205)][e(289)](t.id,d));const m=i[e(189)](t[e(236)],g),I=new zc(n,t,g,m),E=t[e(251)]()[e(318)]((t=>t[e(182)]));g[e(248)]=n[e(305)][e(331)](e(276))[e(233)][e(230)](E),this[e(322)][e(289)](t,I),this[e(320)][e(289)](g,I),p=s[e(264)]({view:d,target:()=>{const r=e,s=[],i=t[r(251)]()[r(318)]((t=>t[r(182)]));for(const t of i)s[r(301)](...t[r(308)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(303)],s)},type:()=>e(232)+I[e(197)][e(207)]}),i[e(221)](g,p),s[e(256)](p),a[e(253)](p)}[su(219)](t){const e=su,n=this[e(262)][e(305)][e(331)](e(313)),r=this[e(262)][e(305)][e(331)](e(183)),s=this[e(322)][e(331)](t),o=s[e(197)],i=r[e(279)](o);n[e(208)](o),i&&r[e(211)](i),this[e(322)][e(309)](t),this[e(320)][e(309)](o),s[e(274)]()}[su(316)](t){const e=su;if(!t[e(182)]||!this[e(322)][e(184)](t))return;const n=this[e(262)][e(305)][e(331)](e(276)),r=this[e(322)][e(331)](t),s=t[e(251)]();r[e(197)][e(248)]=n[e(233)][e(230)](s)}[su(274)](){const t=su;for(const e of this[t(322)][t(195)]())this[t(219)](e);for(const e of this[t(205)][t(247)]())e[t(293)][t(274)]();super[t(274)]()}}function au(t,e){const n=ou();return(au=function(t,e){return n[t-=180]})(t,e)}function cu(t){return su(259)in t}function uu(t,e){var n=fu();return(uu=function(t,e){return n[t-=302]})(t,e)}var lu=uu;function fu(){var t=["4VRpaNe","addSuggestion","Comments","pluginName","plugins","1593450oaVJjw","get","getSuggestions","requires","2327528VUtxxz","61920JJtFkj","555690tIlfXZ","TrackChanges","addSuggestionData","getSuggestion","1041596QKZfAj","343077mINVJc","adapter","28437hqtGyp","editor"];return(fu=function(){return t})()}!function(t){for(var e=uu,n=t();;)try{if(161545===-parseInt(e(321))/1*(-parseInt(e(303))/2)+-parseInt(e(314))/3+-parseInt(e(318))/4+parseInt(e(308))/5+-parseInt(e(313))/6+-parseInt(e(319))/7+parseInt(e(312))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fu);class hu extends t.Plugin{static get[lu(311)](){return[Rc,iu,lu(305)]}static get[lu(306)](){return lu(315)}set[lu(320)](t){var e=lu;this[e(302)][e(307)][e(309)](Rc)[e(320)]=t}get[lu(320)](){var t=lu;return this[t(302)][t(307)][t(309)](Rc)[t(320)]}[lu(304)](t){var e=lu;return this[e(302)][e(307)][e(309)](Rc)[e(316)](t)}[lu(310)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=lu;return this[n(302)][n(307)][n(309)](Rc)[n(310)]({skipNotAttached:t,toJSON:e})}[lu(317)](t){var e=lu;return this[e(302)][e(307)][e(309)](Rc)[e(317)](t)}}const gu=pu;function du(){const t=["name","function","getCommentThreads","9nhaPmc","TrackChangesData","end","remove","destroy","div","result","952uNfbPd","3710735KHjfvS","addCommentThread","define","get","model","49063zCLqVA","createDocumentFragment","pluginName","push","14262860yKXEGw","appendChild","set","editorCreator","requires","getFullData","5538wbIZoA","users","config","discardAllSuggestions","getUser","trackChangesData","init","getDataWithAcceptedSuggestions","create","addSuggestionData","createElement","674243RFtbaS","document","getRootsAttributes","846QPKabR","Pagination","Users","acceptAllSuggestions","editor","1514058FoMeeA","track-changes-data-invalid-editor-creator","constructor","trackChangesData.editorCreator","TrackChangesEditing","plugins","map","TrackChangesDataGetter","useAnonymousUser","data","CommentsRepository","_adapter","getDataWithDiscardedSuggestions","rootsAttributes","addUser","execute","getSuggestions","getRootNames","reduce","746832tRHegM"];return(du=function(){return t})()}function pu(t,e){const n=du();return(pu=function(t,e){return n[t-=254]})(t,e)}!function(t){const e=pu,n=t();for(;;)try{if(482368===parseInt(e(317))/1+-parseInt(e(255))/2*(parseInt(e(306))/3)+parseInt(e(279))/4+parseInt(e(291))/5+parseInt(e(260))/6+-parseInt(e(296))/7*(-parseInt(e(290))/8)+parseInt(e(283))/9*(-parseInt(e(300))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(du);const mu=[gu(256)];class Iu extends t.Plugin{static get[gu(304)](){return[Rc]}static get[gu(298)](){return gu(284)}[gu(312)](){const t=gu,n=this[t(259)];if(n[t(308)][t(293)](t(263),(e=>{const r=t,s=n[r(295)][r(318)][r(277)]()[r(278)](((t,e)=>(t[e]="",t)),{});return n[r(262)][r(314)](s,e)})),t(281)!=typeof n[t(308)][t(294)](t(311))[t(303)])throw new e.CKEditorError(t(261))}[gu(313)](t){return Tu(this[gu(259)],!0,t)}[gu(272)](t){return Tu(this[gu(259)],!1,t)}}class Eu extends t.Plugin{static get[gu(298)](){return gu(267)}constructor(t){const e=gu;super(t),this[e(289)]=e(285)}[gu(312)](){const t=gu;this[t(259)][t(265)][t(294)](t(270))[t(271)]={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(259)][t(265)][t(294)](t(264))[t(271)]=null}}function bu(t){return void 0!==t[gu(254)]}async function Tu(t,e,n){const r=gu,s=(0,o.sanitizeEditorConfig)(t,mu);s[r(265)][r(299)](Rc,Eu),s[r(273)]=bu(t)?t[r(254)]():void 0;const i=document[r(297)](),a=t[r(308)][r(294)](r(311))[r(303)],c=await a(s,(()=>function(t){const e=r,n=document[e(316)](e(288));return t[e(301)](n),n}(i)));!function(t,e){const n=r,s=t[n(295)][n(318)][n(277)]()[n(278)](((e,r)=>(e[r]=t[n(269)][n(294)]({rootName:r}),e)),{}),o=t[n(265)][n(294)](n(257))[n(307)][n(266)]((t=>({id:t.id,name:t[n(280)]}))),i=t[n(265)][n(294)](n(264))[n(276)]({skipNotAttached:!0,toJSON:!0}),a=t[n(265)][n(294)](n(270))[n(282)]({skipNotAttached:!0,toJSON:!0}),c=e[n(265)][n(294)](n(257)),u=e[n(265)][n(294)](n(264)),l=e[n(265)][n(294)](n(270));for(const t of l[n(282)]())t[n(286)]();for(const t of o)c[n(310)](t.id)||c[n(274)](t);c.me||c[n(268)]();for(const t of a)l[n(292)](t);for(const t of i)u[n(315)](t);e[n(269)][n(302)](s)}(t,c),c[r(275)](r(e?258:309));const u=bu(c)?c[r(305)](n):c[r(269)][r(294)](n);return await c[r(287)](),u}function _u(){var t=["1zuLVvk","530117SvQWRN","27WDMHTe","4683952CkZcqz","1928790OjApYJ","329356aCJMhA","646030iTenso","6vpYrZr","85410aEHSEW","626306GoDwMY"];return(_u=function(){return t})()}function yu(t,e){var n=_u();return(yu=function(t,e){return n[t-=253]})(t,e)}!function(t){for(var e=yu,n=t();;)try{if(489402===-parseInt(e(262))/1*(-parseInt(e(261))/2)+-parseInt(e(259))/3*(-parseInt(e(257))/4)+parseInt(e(260))/5+-parseInt(e(256))/6+-parseInt(e(253))/7+parseInt(e(255))/8+-parseInt(e(254))/9*(parseInt(e(258))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_u)})(),(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:()=>qc,Suggestion:()=>Wr,SuggestionThreadView:()=>Qc,SuggestionView:()=>nu,TrackChanges:()=>hu,TrackChangesData:()=>mu,TrackChangesEditing:()=>Sc});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=["_isEnabledBasedOnSelection","1520JbUoBh","editor","commands","161756mSUPiG","execute","96894YmSDWX","_enabledCommands","isEnabled","1729TpFmLu","_disableUnsupportedCommands","has","894UMOvzr","365tZHZKX","25356qMaYoy","forceDisabled","refresh","value","_enableCommands","clearForceDisabled","483930shhbIm","affectsData","3675544bRQsbf","3273151PCMnGj","TrackChangesCommand"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=267]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(492836===parseInt(e(271))/1*(parseInt(e(274))/2)+parseInt(e(282))/3+-parseInt(e(291))/4+-parseInt(e(275))/5*(-parseInt(e(276))/6)+parseInt(e(285))/7+parseInt(e(284))/8+parseInt(e(268))/9*(-parseInt(e(288))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(269)]=e,this[n(279)]=!1,this[n(278)](),this[n(287)]=!1}[c(278)](){this[c(270)]=!0}[c(267)](){const t=c;this[t(279)]=!this[t(279)],this[t(279)]?this[t(272)]():this[t(280)]()}[c(272)](){const t=c;for(const e of this[t(289)][t(290)][t(290)]())e[t(283)]&&!this[t(269)][t(273)](e)&&e[t(277)](t(286))}[c(280)](){const t=c;for(const e of this[t(289)][t(290)][t(290)]())e[t(283)]&&!this[t(269)][t(273)](e)&&e[t(281)](t(286))}}const h=d;function g(){const t=["isEnabled","35leeKui","1293YaNNqw","_suggestions","track-changes-accept-suggestion-not-found","acceptSuggestion","3127134evAVKN","getRanges","8689869nDEyzZ","get","32670HCeUEV","1090640dKWiiT","refresh","1290052OgKVKN","TrackChangesEditing","execute","model","editor","canEditAt","3008TsXjDb","plugins","2526055aXpNrM","_isEnabledBasedOnSelection"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=434]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(388925===-parseInt(e(442))/1+-parseInt(e(445))/2+parseInt(e(434))/3*(parseInt(e(451))/4)+parseInt(e(453))/5+parseInt(e(438))/6+-parseInt(e(456))/7*(-parseInt(e(443))/8)+-parseInt(e(440))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(435)]=e,this[n(444)](),this[n(454)]=!1}[h(444)](){this[h(455)]=!0}[h(447)](t){const n=h,r=this[n(435)][n(441)](t);if(!r)throw new e.CKEditorError(n(436),this);const s=r[n(439)]();this[n(449)][n(448)][n(450)](s)&&this[n(449)][n(452)][n(441)](n(446))[n(437)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=I,n=t();for(;;)try{if(215340===parseInt(e(157))/1+-parseInt(e(153))/2*(-parseInt(e(164))/3)+-parseInt(e(171))/4*(-parseInt(e(169))/5)+-parseInt(e(150))/6*(parseInt(e(160))/7)+-parseInt(e(162))/8*(parseInt(e(163))/9)+parseInt(e(146))/10*(parseInt(e(168))/11)+parseInt(e(159))/12*(-parseInt(e(155))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(158)]=e,this[n(149)](),this[n(154)]=!1}[m(149)](){this[m(170)]=!0}[m(152)](t){const n=m,r=this[n(158)][n(147)](t);if(!r)throw new e.CKEditorError(n(161),this);const s=r[n(167)]();this[n(148)][n(172)][n(165)](s)&&this[n(148)][n(166)][n(147)](n(151))[n(156)](r)}}function b(){const t=["refresh","84zxrPPo","TrackChangesEditing","execute","18008mzPdYz","_isEnabledBasedOnSelection","414388oWyqoQ","discardSuggestion","156346BUvgQX","_suggestions","96ZkceZc","44926xuSGxF","track-changes-discard-suggestion-not-found","1106272rTRCqu","9IgNTeJ","45hZUssW","canEditAt","plugins","getRanges","2321rhkxtN","802095Jhljot","isEnabled","4IxXcNi","model","11690ZFkujS","get","editor"];return(b=function(){return t})()}function T(t,e){const n=k();return(T=function(t,e){return n[t-=261]})(t,e)}function _(t,e){const n=T;let r="";return r+=t[n(315)]("*")[n(307)](((t,e)=>e%2!=0?n(281)+y(t)+n(271):y(t)))[n(266)](""),e&&(r+=n(278)+e[n(305)]+n(296)+e[n(308)]+n(312)),r}function y(t){const e=T,n=document[e(275)](e(300));return n[e(274)]=t,n[e(292)]}function A(t){const e=T;return t[e(287)](((t,n)=>e(282)==t[e(311)]&&e(282)!=n[e(311)]?-1:e(282)!=t[e(311)]&&e(282)==n[e(311)]?1:0))}function k(){const t=["from","isMultiRange","split","schema","isCollapsed","isIntersecting","add"," [color ","join","10WiabIt","change","start","getRanges","</span>","350865OwnfgI","next","innerText","createElement","383632RaInWJ","1030664eCQAki",'<span class="ck-suggestion-color" style="background-color: ',"43288lwXzap","length",'<span class="ck-suggestion-type">',"deletion","123486fUrrjy","5rTvpZN","14zMFUkP","createPositionAt","sort","916497uAMBnJ","push","createRange","4168175OBOwQE","innerHTML","splice","end","isInContent",'" title="',"createPositionAfter","color","19JHSflE","span","replace","createPositionBefore","execute","isObject","value","content","map","title","isTouching","isArray","type",'"></span>'];return(k=function(){return t})()}function C(t,e){const n=T;let r,s=0;const o=[],i=e[n(261)];for(;s<t[n(280)];){const a=t[s],c=t[s+1];r||(r=e[n(302)](a)),N(e,a,c)||(o[n(289)](e[n(290)](r,i[n(304)](a)?e[n(297)](a):e[n(286)](a,n(294)))),r=null),s++}return o}function N(t,e,n){const r=T;if(!n)return!1;const s=t[r(297)](e),o=t[r(302)](n);return s[r(309)](o)}!function(t){const e=T,n=t();for(;;)try{if(326722===-parseInt(e(299))/1*(parseInt(e(279))/2)+-parseInt(e(272))/3+-parseInt(e(276))/4*(-parseInt(e(284))/5)+parseInt(e(283))/6+-parseInt(e(285))/7*(-parseInt(e(277))/8)+-parseInt(e(288))/9*(-parseInt(e(267))/10)+parseInt(e(291))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);function L(t,e,n){const r=T;for(;n[r(280)];){const s=n[r(293)](0,100);t[r(268)]((()=>{const t=r;for(const n of s)n[t(295)]&&e[t(303)](n.id)}))}}const S=R;function R(t,e){const n=v();return(R=function(t,e){return n[t-=219]})(t,e)}!function(t){const e=R,n=t();for(;;)try{if(813335===-parseInt(e(240))/1+parseInt(e(229))/2*(parseInt(e(239))/3)+-parseInt(e(237))/4*(parseInt(e(242))/5)+parseInt(e(231))/6+-parseInt(e(227))/7*(-parseInt(e(224))/8)+-parseInt(e(225))/9*(parseInt(e(220))/10)+parseInt(e(236))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class M extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(238)]=e,this[r(235)]=n,this[r(223)](),this[r(226)]=!1}[S(223)](){const t=S,e=Array[t(222)](this[t(235)][t(241)]())[t(233)]((e=>e[t(243)]));this[t(232)]=this[t(238)][t(232)]&&e}[S(234)](){const t=S,e=A(Array[t(222)](this[t(235)][t(241)]()));for(const n of e){const e=n[t(219)]();if(!this[t(230)][t(228)][t(221)](e))return}L(this[t(230)][t(228)],this[t(238)],e)}}function v(){const t=["model","24kncTfq","editor","1703220QrVzoZ","isEnabled","some","execute","_suggestions","16798155Akdknl","44664HukKLO","_command","324003HdCnjC","1484474SRZrWp","values","80aPqwFh","isInContent","getRanges","10464090rDSOav","canEditAt","from","refresh","1109032rvqowg","9quzNlz","_isEnabledBasedOnSelection","21NpbElK"];return(v=function(){return t})()}const O=w;function w(t,e){const n=D();return(w=function(t,e){return n[t-=209]})(t,e)}function D(){const t=["2947895xwnZSR","model","_command","editor","279520siRAVL","canEditAt","_isEnabledBasedOnSelection","1770uDNKav","21917eTOlTe","isEnabled","32uCUXVb","refresh","24219cTVhjw","2057594gEXWlE","selection","values","document","2168vFPiHt","_selectedSuggestions","execute","175092kCpwSo","_suggestions","1123718OgqUbd","size","getRanges","from"];return(D=function(){return t})()}!function(t){const e=w,n=t();for(;;)try{if(594324===parseInt(e(223))/1+parseInt(e(214))/2+parseInt(e(221))/3*(-parseInt(e(211))/4)+parseInt(e(227))/5+parseInt(e(234))/6*(-parseInt(e(209))/7)+parseInt(e(218))/8*(-parseInt(e(213))/9)+-parseInt(e(231))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class F extends t.Command{constructor(t,e,n){const r=w;super(t),this[r(229)]=e,this[r(222)]=n,this[r(219)]=new Set,this[r(212)](),this[r(233)]=!1}[O(212)](){const t=O,e=this[t(230)][t(228)][t(217)][t(215)],n=Array[t(226)](this[t(222)][t(216)]());this[t(219)]=function(t,e){const n=T,r=Array[n(313)](t[n(270)]()),s=new Set;for(const o of e)if(o[n(295)])for(const e of r)for(const r of o[n(270)]())(e[n(263)](r)||t[n(262)]&&!o[n(314)]&&o[n(273)]&&r[n(294)][n(309)](e[n(269)]))&&s[n(264)](o);return s}(e,n),this[t(210)]=this[t(229)][t(210)]&&!!this[t(219)][t(224)]}[O(220)](){const t=O,e=A(Array[t(226)](this[t(219)]));for(const n of e){const e=n[t(225)]();if(!this[t(230)][t(228)][t(232)](e))return}L(this[t(230)][t(228)],this[t(229)],e)}}const P=function(){this.__data__=[],this.size=0};const x=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(x(t[n][0],e))return n;return-1};var U=Array.prototype.splice;const j=function(t){var e=this.__data__,n=B(e,t);return!(n<0)&&(n==e.length-1?e.pop():U.call(e,n,1),--this.size,!0)};const G=function(t){var e=this.__data__,n=B(e,t);return n<0?void 0:e[n][1]};const V=function(t){return B(this.__data__,t)>-1};const H=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function z(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])}}z.prototype.clear=P,z.prototype.delete=j,z.prototype.get=G,z.prototype.has=V,z.prototype.set=H;const W=z;const K=function(){this.__data__=new W,this.size=0};const X=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const q=function(t){return this.__data__.get(t)};const Z=function(t){return this.__data__.has(t)};const J="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Q=J||Y||Function("return this")();const $=Q.Symbol;var tt=Object.prototype,et=tt.hasOwnProperty,nt=tt.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=et.call(t,rt),n=t[rt];try{t[rt]=void 0;var r=!0}catch(t){}var s=nt.call(t);return r&&(e?t[rt]=n:delete t[rt]),s};var ot=Object.prototype.toString;const it=function(t){return ot.call(t)};var at=$?$.toStringTag:void 0;const ct=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":at&&at in Object(t)?st(t):it(t)};const ut=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const lt=function(t){if(!ut(t))return!1;var e=ct(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ft=Q["__core-js_shared__"];var ht,gt=(ht=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"";const dt=function(t){return!!gt&> in t};var pt=Function.prototype.toString;const mt=function(t){if(null!=t){try{return pt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var It=/^\[object .+?Constructor\]$/,Et=Function.prototype,bt=Object.prototype,Tt=Et.toString,_t=bt.hasOwnProperty,yt=RegExp("^"+Tt.call(_t).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const At=function(t){return!(!ut(t)||dt(t))&&(lt(t)?yt:It).test(mt(t))};const kt=function(t,e){return null==t?void 0:t[e]};const Ct=function(t,e){var n=kt(t,e);return At(n)?n:void 0};const Nt=Ct(Q,"Map");const Lt=Ct(Object,"create");const St=function(){this.__data__=Lt?Lt(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 Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;if(Lt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Mt.call(e,t)?e[t]:void 0};var Ot=Object.prototype.hasOwnProperty;const wt=function(t){var e=this.__data__;return Lt?void 0!==e[t]:Ot.call(e,t)};const Dt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Lt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ft(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])}}Ft.prototype.clear=St,Ft.prototype.delete=Rt,Ft.prototype.get=vt,Ft.prototype.has=wt,Ft.prototype.set=Dt;const Pt=Ft;const xt=function(){this.size=0,this.__data__={hash:new Pt,map:new(Nt||W),string:new Pt}};const Bt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Ut=function(t,e){var n=t.__data__;return Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const jt=function(t){var e=Ut(this,t).delete(t);return this.size-=e?1:0,e};const Gt=function(t){return Ut(this,t).get(t)};const Vt=function(t){return Ut(this,t).has(t)};const Ht=function(t,e){var n=Ut(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function zt(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])}}zt.prototype.clear=xt,zt.prototype.delete=jt,zt.prototype.get=Gt,zt.prototype.has=Vt,zt.prototype.set=Ht;const Wt=zt;const Kt=function(t,e){var n=this.__data__;if(n instanceof W){var r=n.__data__;if(!Nt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Wt(r)}return n.set(t,e),this.size=n.size,this};function Xt(t){var e=this.__data__=new W(t);this.size=e.size}Xt.prototype.clear=K,Xt.prototype.delete=X,Xt.prototype.get=q,Xt.prototype.has=Z,Xt.prototype.set=Kt;const qt=Xt;const Zt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Jt=function(){try{var t=Ct(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Jt?Jt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const $t=function(t,e,n){var r=t[e];Qt.call(t,e)&&x(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const te=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):$t(n,a,c)}return n};const ee=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const ne=function(t){return null!=t&&"object"==typeof t};const re=function(t){return ne(t)&&"[object Arguments]"==ct(t)};var se=Object.prototype,oe=se.hasOwnProperty,ie=se.propertyIsEnumerable;const ae=re(function(){return arguments}())?re:function(t){return ne(t)&&oe.call(t,"callee")&&!ie.call(t,"callee")};const ce=Array.isArray;const ue=function(){return!1};var le="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=le&&"object"==typeof module&&module&&!module.nodeType&&module,he=fe&&fe.exports===le?Q.Buffer:void 0;const ge=(he?he.isBuffer:void 0)||ue;var de=/^(?:0|[1-9]\d*)$/;const pe=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&de.test(t))&&t>-1&&t%1==0&&t<e};const me=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ie={};Ie["[object Float32Array]"]=Ie["[object Float64Array]"]=Ie["[object Int8Array]"]=Ie["[object Int16Array]"]=Ie["[object Int32Array]"]=Ie["[object Uint8Array]"]=Ie["[object Uint8ClampedArray]"]=Ie["[object Uint16Array]"]=Ie["[object Uint32Array]"]=!0,Ie["[object Arguments]"]=Ie["[object Array]"]=Ie["[object ArrayBuffer]"]=Ie["[object Boolean]"]=Ie["[object DataView]"]=Ie["[object Date]"]=Ie["[object Error]"]=Ie["[object Function]"]=Ie["[object Map]"]=Ie["[object Number]"]=Ie["[object Object]"]=Ie["[object RegExp]"]=Ie["[object Set]"]=Ie["[object String]"]=Ie["[object WeakMap]"]=!1;const Ee=function(t){return ne(t)&&me(t.length)&&!!Ie[ct(t)]};const be=function(t){return function(e){return t(e)}};var Te="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=Te&&"object"==typeof module&&module&&!module.nodeType&&module,ye=_e&&_e.exports===Te&&J.process;const Ae=function(){try{var t=_e&&_e.require&&_e.require("util").types;return t||ye&&ye.binding&&ye.binding("util")}catch(t){}}();var ke=Ae&&Ae.isTypedArray;const Ce=ke?be(ke):Ee;var Ne=Object.prototype.hasOwnProperty;const Le=function(t,e){var n=ce(t),r=!n&&ae(t),s=!n&&!r&&ge(t),o=!n&&!r&&!s&&Ce(t),i=n||r||s||o,a=i?ee(t.length,String):[],c=a.length;for(var u in t)!e&&!Ne.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||pe(u,c))||a.push(u);return a};var Se=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Se)};const Me=function(t,e){return function(n){return t(e(n))}};const ve=Me(Object.keys,Object);var Oe=Object.prototype.hasOwnProperty;const we=function(t){if(!Re(t))return ve(t);var e=[];for(var n in Object(t))Oe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const De=function(t){return null!=t&&me(t.length)&&!lt(t)};const Fe=function(t){return De(t)?Le(t):we(t)};const Pe=function(t,e){return t&&te(e,Fe(e),t)};const xe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Ue=function(t){if(!ut(t))return xe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const je=function(t){return De(t)?Le(t,!0):Ue(t)};const Ge=function(t,e){return t&&te(e,je(e),t)};var Ve="object"==typeof exports&&exports&&!exports.nodeType&&exports,He=Ve&&"object"==typeof module&&module&&!module.nodeType&&module,ze=He&&He.exports===Ve?Q.Buffer:void 0,We=ze?ze.allocUnsafe:void 0;const Ke=function(t,e){if(e)return t.slice();var n=t.length,r=We?We(n):new t.constructor(n);return t.copy(r),r};const Xe=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const qe=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 Ze=function(){return[]};var Je=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Qe=Ye?function(t){return null==t?[]:(t=Object(t),qe(Ye(t),(function(e){return Je.call(t,e)})))}:Ze;const $e=function(t,e){return te(t,Qe(t),e)};const tn=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const en=Me(Object.getPrototypeOf,Object);const nn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)tn(e,Qe(t)),t=en(t);return e}:Ze;const rn=function(t,e){return te(t,nn(t),e)};const sn=function(t,e,n){var r=e(t);return ce(t)?r:tn(r,n(t))};const on=function(t){return sn(t,Fe,Qe)};const an=function(t){return sn(t,je,nn)};const cn=Ct(Q,"DataView");const un=Ct(Q,"Promise");const ln=Ct(Q,"Set");const fn=Ct(Q,"WeakMap");var hn="[object Map]",gn="[object Promise]",dn="[object Set]",pn="[object WeakMap]",mn="[object DataView]",In=mt(cn),En=mt(Nt),bn=mt(un),Tn=mt(ln),_n=mt(fn),yn=ct;(cn&&yn(new cn(new ArrayBuffer(1)))!=mn||Nt&&yn(new Nt)!=hn||un&&yn(un.resolve())!=gn||ln&&yn(new ln)!=dn||fn&&yn(new fn)!=pn)&&(yn=function(t){var e=ct(t),n="[object Object]"==e?t.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case In:return mn;case En:return hn;case bn:return gn;case Tn:return dn;case _n:return pn}return e});const An=yn;var kn=Object.prototype.hasOwnProperty;const Cn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&kn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Nn=Q.Uint8Array;const Ln=function(t){var e=new t.constructor(t.byteLength);return new Nn(e).set(new Nn(t)),e};const Sn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Mn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var vn=$?$.prototype:void 0,On=vn?vn.valueOf:void 0;const wn=function(t){return On?Object(On.call(t)):{}};const Dn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Fn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Ln(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Sn(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 Dn(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 Mn(t);case"[object Symbol]":return wn(t)}};var Pn=Object.create;const xn=function(){function t(){}return function(e){if(!ut(e))return{};if(Pn)return Pn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Bn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:xn(en(t))};const Un=function(t){return ne(t)&&"[object Map]"==An(t)};var jn=Ae&&Ae.isMap;const Gn=jn?be(jn):Un;const Vn=function(t){return ne(t)&&"[object Set]"==An(t)};var Hn=Ae&&Ae.isSet;const zn=Hn?be(Hn):Vn;var Wn="[object Arguments]",Kn="[object Function]",Xn="[object Object]",qn={};qn[Wn]=qn["[object Array]"]=qn["[object ArrayBuffer]"]=qn["[object DataView]"]=qn["[object Boolean]"]=qn["[object Date]"]=qn["[object Float32Array]"]=qn["[object Float64Array]"]=qn["[object Int8Array]"]=qn["[object Int16Array]"]=qn["[object Int32Array]"]=qn["[object Map]"]=qn["[object Number]"]=qn[Xn]=qn["[object RegExp]"]=qn["[object Set]"]=qn["[object String]"]=qn["[object Symbol]"]=qn["[object Uint8Array]"]=qn["[object Uint8ClampedArray]"]=qn["[object Uint16Array]"]=qn["[object Uint32Array]"]=!0,qn["[object Error]"]=qn[Kn]=qn["[object WeakMap]"]=!1;const Zn=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(!ut(e))return e;var f=ce(e);if(f){if(a=Cn(e),!c)return Xe(e,a)}else{var h=An(e),g=h==Kn||"[object GeneratorFunction]"==h;if(ge(e))return Ke(e,c);if(h==Xn||h==Wn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?rn(e,Ge(a,e)):$e(e,Pe(a,e))}else{if(!qn[h])return o?e:{};a=Fn(e,h,c)}}i||(i=new qt);var d=i.get(e);if(d)return d;i.set(e,a),zn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Gn(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?an:on:u?je:Fe)(e);return Zt(p||e,(function(s,o){p&&(s=e[o=s]),$t(a,o,t(s,n,r,o,e,i))})),a};const Jn=function(t){return Zn(t,5)};const Yn=function(t){return"symbol"==typeof t||ne(t)&&"[object Symbol]"==ct(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$n=/^\w*$/;const tr=function(t,e){if(ce(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||($n.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function er(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(er.Cache||Wt),n}er.Cache=Wt;const nr=er;var rr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,sr=/\\(\\)?/g;const or=function(t){var e=nr(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(rr,(function(t,n,r,s){e.push(r?s.replace(sr,"$1"):n||t)})),e}));const ir=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 ar=$?$.prototype:void 0,cr=ar?ar.toString:void 0;const ur=function t(e){if("string"==typeof e)return e;if(ce(e))return ir(e,t)+"";if(Yn(e))return cr?cr.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const lr=function(t){return null==t?"":ur(t)};const fr=function(t,e){return ce(t)?t:tr(t,e)?[t]:or(lr(t))};const hr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const gr=function(t,e,n,r){if(!ut(t))return t;for(var s=-1,o=(e=fr(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=hr(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=ut(l)?l:pe(e[s+1])?[]:{})}$t(a,c,u),a=a[c]}return t};const dr=function(t,e,n){return null==t?t:gr(t,e,n)};const pr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const mr=function(t){return this.__data__.has(t)};function Ir(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Wt;++e<n;)this.add(t[e])}Ir.prototype.add=Ir.prototype.push=pr,Ir.prototype.has=mr;const Er=Ir;const br=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 Tr=function(t,e){return t.has(e)};const _r=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 Er: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(!br(e,(function(t,e){if(!Tr(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 yr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const Ar=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var kr=$?$.prototype:void 0,Cr=kr?kr.valueOf:void 0;const Nr=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 Nn(t),new Nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return x(+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=yr;case"[object Set]":var c=1&r;if(a||(a=Ar),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=_r(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Cr)return Cr.call(t)==Cr.call(e)}return!1};var Lr=Object.prototype.hasOwnProperty;const Sr=function(t,e,n,r,s,o){var i=1&n,a=on(t),c=a.length;if(c!=on(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Lr.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]",Mr="[object Array]",vr="[object Object]",Or=Object.prototype.hasOwnProperty;const wr=function(t,e,n,r,s,o){var i=ce(t),a=ce(e),c=i?Mr:An(t),u=a?Mr:An(e),l=(c=c==Rr?vr:c)==vr,f=(u=u==Rr?vr:u)==vr,h=c==u;if(h&&ge(t)){if(!ge(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new qt),i||Ce(t)?_r(t,e,n,r,s,o):Nr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Or.call(t,"__wrapped__"),d=f&&Or.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new qt),s(p,m,n,r,o)}}return!!h&&(o||(o=new qt),Sr(t,e,n,r,s,o))};const Dr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!ne(e)&&!ne(n)?e!=e&&n!=n:wr(e,n,r,s,t,o))};const Fr=function(t,e){return Dr(t,e)};const Pr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const xr=function(t,e){for(var n=0,r=(e=fr(e,t)).length;null!=t&&n<r;)t=t[hr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Ur=function(t,e){return e.length<2?t:xr(t,Br(e,0,-1))};const jr=function(t,e){return e=fr(e,t),null==(t=Ur(t,e))||delete t[hr(Pr(e))]};const Gr=function(t,e){return null==t||jr(t,e)},Vr=zr;function Hr(){const t=["suggestion:","discard","877464KGNlvy","createdAt","add","data","removeMarker","accept","setAttribute","getMarkerNames","getRange","type","50fvcjmX","151142wKOhMI","size","getRanges","attributes","5jvZski","delete","addMarker","reduce","nodeAfter","_onAccept","set","_onDiscard","_markerNames","onAttributesChange","change","onAccept","getAllAdjacentSuggestions","9713rKpnOO","13LGGgXs","head","_onAttributesChange","split","nodeBefore","end","isMultiRange","get","getFirstMarker","getMarkers","onDiscard","isInContent","addRange","getContainedElement","hasComments","toJSON","removeAttribute","getFirstRange","markers","isIntersecting","decorate","4873952XwZubH","push","start","commentThread","239445fgySMg","clear","_saved","length","getMultiRangeId","_model","next","isIntersectingWithRange","map","removeMarkers","7QgaTLW","from","3332104uRExrW","author","_isDataLoaded","authoredAt","substr","addMarkerName","filter","previous","creator","46596LXiBMV","subType","3543342UNWsTG","isExternal","@external","getItems"];return(Hr=function(){return t})()}function zr(t,e){const n=Hr();return(zr=function(t,e){return n[t-=379]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(628221===-parseInt(e(430))/1*(parseInt(e(412))/2)+-parseInt(e(401))/3+-parseInt(e(451))/4*(parseInt(e(416))/5)+-parseInt(e(395))/6+-parseInt(e(382))/7*(-parseInt(e(384))/8)+-parseInt(e(455))/9*(parseInt(e(411))/10)+parseInt(e(429))/11*(parseInt(e(393))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hr);class Wr extends((0,e.ObservableMixin)()){constructor(t,e){const n=zr;super(),this[n(386)]=!1,this.id=e.id,this[n(410)]=e[n(410)],this[n(394)]=e[n(394)]||null,this[n(385)]=e[n(385)],this[n(392)]=e[n(392)]||e[n(385)],this[n(396)]=Boolean(e[n(415)]&&e[n(415)][n(397)]),this[n(404)]=null,this[n(460)]=t,this[n(421)]=e[n(427)],this[n(423)]=e[n(440)],this[n(432)]=e[n(425)],this[n(424)]=new Set,this[n(402)]=null,this[n(422)](n(387),null),this[n(422)](n(415),e[n(415)]||{}),this[n(422)](n(391),null),this[n(422)](n(461),null),this[n(422)](n(454),null),this[n(422)](n(457),!1),this[n(450)](n(406)),this[n(450)](n(400))}get[Vr(431)](){const t=Vr;let e=this;for(;e[t(391)];)e=e[t(391)];return e}get[Vr(444)](){const t=Vr;return!!this[t(454)]&&this[t(454)][t(458)]>0}get[Vr(436)](){const t=Vr;return 0!=this[t(424)][t(413)]&&6==Array[t(383)](this[t(424)])[0][t(433)](":")[t(458)]}get[Vr(441)](){return null!==this[Vr(438)]()}[Vr(389)](t){const e=Vr;this[e(424)][e(403)](t)}[Vr(408)](){const t=Vr;return Array[t(383)](this[t(424)])}[Vr(439)](){const t=Vr;return this[t(408)]()[t(380)]((e=>this[t(460)][t(448)][t(437)](e)))[t(390)]((t=>t))}[Vr(438)](){return this[Vr(439)]()[0]||null}[Vr(381)](){const t=Vr;this[t(460)][t(426)]((e=>{const n=t;for(const t of this[n(439)]())e[n(405)](t)})),this[t(424)][t(456)]()}[Vr(405)](t){const e=Vr;this[e(460)][e(426)]((n=>{n[e(405)](t)})),this[e(424)][e(417)](t)}[Vr(442)](t){const e=Vr,n=e(399)+this[e(410)]+":"+this[e(394)]+":"+this.id+":"+this[e(392)].id+":"+Wr[e(459)]();this[e(389)](n),this[e(460)][e(426)]((r=>{r[e(418)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Vr(379)](t){const e=Vr;for(const n of this[e(414)]())if(n[e(449)](t))return!0;return!1}[Vr(414)](){const t=Vr;return this[t(439)]()[t(380)]((e=>e[t(409)]()))}[Vr(398)](){const t=Vr;return this[t(414)]()[t(419)](((e,n)=>[...e,...n[t(398)]()]),[])}[Vr(447)](){const t=Vr;var e;return(null===(e=this[t(438)]())||void 0===e?void 0:e[t(409)]())||null}[Vr(443)](){const t=Vr,e=this[t(414)]();if(1!=e[t(458)])return null;const n=e[0],r=n[t(453)][t(420)],s=n[t(435)][t(434)];return r instanceof i.Element?r!=s?null:r:null}[Vr(406)](){const t=Vr;this[t(421)](this[t(414)](),this[t(404)],this[t(415)]),this[t(381)]()}[Vr(400)](){const t=Vr;this[t(423)](this[t(414)](),this[t(404)],this[t(415)]),this[t(381)]()}[Vr(428)](){const t=Vr,e=[];let n=this[t(431)];for(;n;)e[t(452)](n),n=n[t(461)];return e}[Vr(407)](t,e){const n=Vr,r=Jn(this[n(415)]);dr(r,t,e),Fr(r,this[n(415)])||(this[n(415)]=r,this[n(432)](r))}[Vr(446)](t){const e=Vr,n=Jn(this[e(415)]);Gr(n,t),Fr(n,this[e(415)])||(this[e(415)]=n,this[e(432)](this[e(415)]))}[Vr(445)](){const t=Vr;return{id:this.id,type:this[t(394)]?this[t(410)]+":"+this[t(394)]:this[t(410)],authorId:this[t(392)].id,createdAt:this[t(402)],hasComments:this[t(444)],data:this[t(404)],attributes:this[t(415)]}}static[Vr(459)](){const t=Vr;return(0,e.uid)()[t(388)](1,5)}}function Kr(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"ELEMENT_MERGE_FIELD":return r({id:"ELEMENT_MERGE_FIELD",string:"merge field",plural:"%0 merge fields"},n);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. Press %0 to go to the discussion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"},n);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. Press %0 to go to the discussion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"},n);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. Press %0 to go to the discussion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"SUGGESTION_THREAD_ARIA_LABEL":return r({string:"Suggestion by %1. Created on %2. %0 reply. %3",plural:"Suggestion by %1. Created on %2. %0 replies. %3",id:"SUGGESTION_THREAD_ARIA_LABEL"},n);case"SUGGESTION_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"SUGGESTION_THREAD_DESCRIPTION"});default:return e}}function Xr(t,e){const n=Zr();return(Xr=function(t,e){return n[t-=298]})(t,e)}const qr=Xr;function Zr(){const t=["elementEnd","*Remove:* %0","*Split:* %0","3337383PZsTSw","4950582lUKntf","REPLACE_TEXT","*Insert:* %0","elementStart","_itemLabels","start","isObject","$1 $2","nextSibling","deletion","newValue","softBreak","$text","Container","type","matchingCallback","quantity","4202247yzGTcs","skip","_handleAttributeSuggestionDescription","get","_handleCustomCallbackDescription","pop","getWalker","subType","getItemLabel","removeEmptyContainer","*Change to:* %0","format","removeObject","5280759KIoeMf","element","2531rGDtrq","*Set format:* %0","757930VYBFxk","match","_handleInsertRemoveSuggestionDescription","_handleRenameSuggestionDescription","length","isInContent","previousSibling","indexOf","addObject","nodeAfter","_resolveDescriptionItems","addContainer","12rcyGmj","key","_itemLabelsCallbacks","EmptyContainer","getFirstRange","removeFormat","insertion","2564020DKqVGU","isEqual","Object","end","item","data","name","removeContainer","isEmpty","_locale","_customCallbacks","*Merge:* %0","join","_schema","registerElementLabel","attribute","label","checkChild","add","$textProxy","remove","getDescriptions","normal","762NbVKhn","561kwMJgc","addFormat","text","map","ELEMENT_SPACE","registerAttributeLabel","function","*Remove format:* %0","addEmptyContainer","set","has","_attributeLabels","8PvzgCD","push","_addDescriptionItems","replace","registerDescriptionCallback"];return(Zr=function(){return t})()}!function(t){const e=Xr,n=t();for(;;)try{if(897050===-parseInt(e(322))/1*(parseInt(e(366))/2)+-parseInt(e(307))/3+-parseInt(e(336))/4*(parseInt(e(343))/5)+parseInt(e(388))/6+-parseInt(e(387))/7*(parseInt(e(379))/8)+parseInt(e(320))/9+-parseInt(e(324))/10*(-parseInt(e(367))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zr);class Jr{constructor(t,e){const n=Xr;this[n(353)]=[],this[n(392)]=new Map,this[n(338)]=[],this[n(378)]=new Map,this[n(356)]=t,this[n(352)]=e}[qr(364)](t){const e=qr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(328)];o++){const i=t[o];if(!i[e(329)])continue;const a=this[e(311)](i);if(a){if(null!=i[e(314)]){if(r[e(377)](i[e(314)]))continue;r[e(361)](i[e(314)])}n[e(380)](a)}else if(e(358)!=i[e(304)])e(342)!=i[e(304)]&&e(299)!=i[e(304)]||this[e(326)](n,i,t[o+1]);else{const t=i[e(348)][e(337)];if(s[e(377)](t))continue;s[e(361)](i[e(348)][e(337)]),t==Lc?this[e(327)](n,i):this[e(309)](n,i)}}return this[e(334)](n)}[qr(383)](t){const e=qr;this[e(353)][e(380)](t)}[qr(357)](t,n,r=e.priorities[qr(365)]){const s=qr;s(373)==typeof t?(0,e.insertToPriorityArray)(this[s(338)],{matchingCallback:t,label:n,priority:r}):this[s(392)][s(376)](t,n)}[qr(372)](t,e){const n=qr;this[n(378)][n(376)](t,e)}[qr(315)](t,e=1){const n=qr;let r;for(const e of this[n(338)])if(e[n(305)](t)){r=e[n(359)];break}return r||(r=this[n(392)][n(310)](t[n(349)])),r?r(e):1!==e?e+" "+t[n(349)]+"s":""+t[n(349)]}[qr(381)](t,e){const n=qr,r=e[n(340)]()[n(313)](),s=n(342)==e[n(304)]?n(361):n(363);for(const e of r){const o=e[n(347)],i=t[t[n(328)]-1];if(o.is(n(362)))i&&i[n(304)][n(331)](n(303))>-1&&t[n(312)](),i&&n(369)==i[n(304)]?i[s]+=o[n(348)]:t[n(380)]({type:n(369),add:n(361)==s?o[n(348)]:"",remove:n(363)==s?o[n(348)]:""});else if(this[n(356)][n(394)](o)){const a=o;if(i&&i[n(304)][n(331)](n(303))>-1&&t[n(312)](),n(384)==e[n(304)])continue;i&&i[n(304)]==s+n(345)&&i[n(321)][n(349)]==a[n(349)]?i[n(306)]++:t[n(380)]({type:s+n(345),element:a,quantity:1}),r[n(308)]((t=>!(n(384)==t[n(304)]&&t[n(347)]==o)))}else if(this[n(356)][n(360)](o,n(302))||o.is(n(321),n(301))){const r=o;if(n(361)==s&&n(391)==e[n(304)]||n(363)==s&&n(384)==e[n(304)])continue;if(i&&-1==i[n(304)][n(331)](n(303))){n(369)==i[n(304)]&&(i[s]+="\n");continue}let a;if(a=n(361)==s?r[n(298)]&&!this[n(356)][n(394)](r[n(298)])?r[n(298)]:null:r[n(330)]&&!this[n(356)][n(394)](r[n(330)])?r[n(330)]:null,r[n(351)]||a&&a[n(351)]){const e=a&&a[n(351)]?a:r;i&&i[n(304)]==s+n(339)&&i[n(321)][n(349)]==e[n(349)]?i[n(306)]++:t[n(380)]({type:s+n(339),element:e,quantity:1})}else t[n(380)]({type:s+n(303),element:r})}}}[qr(334)](t){const e=qr,n=this[e(352)],r=[],s=[],o=[];for(const i of t)switch(i[e(304)]){case e(369):if(i[e(361)]=i[e(361)][e(382)](/(\S)\u000A+(\S)/g,e(395))[e(382)](/\u000A/g,""),i[e(363)]=i[e(363)][e(382)](/(\S)\u000A+(\S)/g,e(395))[e(382)](/\u000A/g,""),""!=i[e(361)]&&""!=i[e(363)]){r[e(380)]({type:e(382),content:Kr(n,e(389),['"'+i[e(363)]+'"','"'+i[e(361)]+'"'])});continue}if(null!=i[e(361)][e(325)](/^ +$/)){r[e(380)]({type:e(342),content:Kr(n,e(390),Kr(n,e(371),i[e(361)][e(328)]))});continue}if(null!=i[e(363)][e(325)](/^ +$/)){r[e(380)]({type:e(299),content:Kr(n,e(385),Kr(n,e(371),i[e(363)][e(328)]))});continue}if(""!=i[e(361)]){r[e(380)]({type:e(342),content:Kr(n,e(390),'"'+i[e(361)]+'"')});continue}r[e(380)]({type:e(299),content:Kr(n,e(385),'"'+i[e(363)]+'"')});continue;case e(375):case e(332):r[e(380)]({type:e(342),content:Kr(n,e(390),this[e(315)](i[e(321)],i[e(306)]))});continue;case e(316):case e(319):r[e(380)]({type:e(299),content:Kr(n,e(385),this[e(315)](i[e(321)],i[e(306)]))});continue;case e(335):r[e(380)]({type:e(342),content:Kr(n,e(386),this[e(315)](i[e(321)],i[e(306)]))});continue;case e(350):r[e(380)]({type:e(299),content:Kr(n,e(354),this[e(315)](i[e(321)],i[e(306)]))});continue;case e(368):s[e(380)](i[e(337)]);continue;case e(341):o[e(380)](i[e(337)]);continue;default:r[e(380)](i)}if(s[e(328)]){const t=s[e(370)]((t=>this[e(378)][e(377)](t)?this[e(378)][e(310)](t):t))[e(355)](", ");r[e(380)]({type:e(318),content:Kr(this[e(352)],e(323),t)})}if(o[e(328)]){const t=o[e(370)]((t=>this[e(378)][e(377)](t)?this[e(378)][e(310)](t):t))[e(355)](", ");r[e(380)]({type:e(318),content:Kr(this[e(352)],e(374),t)})}return r}[qr(311)](t){const e=qr;for(const n of this[e(353)]){const r=n(t);if(r&&e(304)in r)return r}}[qr(309)](t,e){const n=qr,r=e[n(348)],s=void 0===r[n(300)]?n(341):n(368);t[n(380)]({type:s,key:r[n(337)]})}[qr(327)](t,e){const n=qr;t[n(380)]({type:n(318),content:Kr(this[n(352)],n(317),this[n(315)](e[n(340)]()[n(393)][n(333)],1))})}[qr(326)](t,e,n){const r=qr;if(this[r(381)](t,e),n&&n[r(340)]()&&!e[r(340)]()[r(346)][r(344)](n[r(340)]()[r(393)])){const n=t[t[r(328)]-1],s=r(342)==e[r(304)]?r(361):r(363);n&&r(369)==n[r(304)]&&(n[s]+="\n")}}}const Yr=Qr;function Qr(t,e){const n=$r();return(Qr=function(t,e){return n[t-=428]})(t,e)}function $r(){const t=["4802394DBHNup","16YPiilV","94964NyijOL","TrackChangesEditing","commands","651556gBPnXl","5846666BekcMU","showAIAssistant","2276505FBgWpg","10665279ERZArI","plugins","1858526wWqGWR","90zDotTS","get","enableCommand","afterInit","editor"];return($r=function(){return t})()}!function(t){const e=Qr,n=t();for(;;)try{if(514897===parseInt(e(441))/1+parseInt(e(430))/2+-parseInt(e(444))/3+-parseInt(e(438))/4*(-parseInt(e(431))/5)+parseInt(e(436))/6+parseInt(e(442))/7+parseInt(e(437))/8*(-parseInt(e(428))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ts extends t.Plugin{[Yr(434)](){const t=Yr,e=this[t(435)],n=e[t(429)][t(432)](t(439));e[t(440)][t(432)](t(443))&&n[t(433)](t(443))}}const es=ns;function ns(t,e){const n=rs();return(ns=function(t,e){return n[t-=462]})(t,e)}function rs(){const t=["format","FORMAT_ALIGN_TO_RIGHT","center","1998136LPBAVv","TrackChangesEditing","22850000tTvbaJ","FORMAT_ALIGN_TO_CENTER","AlignmentEditing","*Format:* %0","plugins","registerAttributeLabel","editor","commandName","value","get","locale","right","1623048lvcntO","type","203lFCvQV","_registerLegacyDescription","alignment","has","50682txENIk","FORMAT_JUSTIFY_TEXT","enableDefaultAttributesIntegration","FORMAT_ALIGN_TO_LEFT","afterInit","3366789IxzJzo","descriptionFactory","registerDescriptionCallback","formatBlock","commandParams","171485SubLJP","justify","FORMAT_ALIGNMENT","43299OOunuU","registerBlockAttribute","left"];return(rs=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(590296===-parseInt(e(486))/1+-parseInt(e(467))/2+-parseInt(e(478))/3+-parseInt(e(492))/4+-parseInt(e(483))/5+parseInt(e(473))/6*(parseInt(e(469))/7)+parseInt(e(494))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rs);class ss extends t.Plugin{[es(477)](){const t=es,e=this[t(500)],n=e[t(465)];if(!e[t(498)][t(472)](t(496)))return;const r=e[t(498)][t(464)](t(493));r[t(475)](t(471)),r[t(487)](t(471)),r[t(479)][t(499)](t(471),Kr(n,t(485))),this[t(470)]()}[es(470)](){const t=es,e=this[t(500)],n=e[t(465)];e[t(498)][t(464)](t(493))[t(479)][t(480)]((e=>{const r=t;if(r(481)!=e[r(468)])return;const{data:s}=e;if(s&&r(471)==s[r(462)]){const t=s[r(482)][0][r(463)];return{type:r(489),content:Kr(n,r(497),function(t){const e=r;switch(t){case e(488):return Kr(n,e(476));case e(466):return Kr(n,e(490));case e(491):return Kr(n,e(495));case e(484):return Kr(n,e(474))}}(t))}}}))}}const os=is;function is(t,e){const n=cs();return(is=function(t,e){return n[t-=128]})(t,e)}!function(t){const e=is,n=t();for(;;)try{if(666568===-parseInt(e(133))/1*(-parseInt(e(148))/2)+parseInt(e(170))/3*(parseInt(e(181))/4)+parseInt(e(174))/5+parseInt(e(180))/6*(parseInt(e(165))/7)+-parseInt(e(151))/8*(-parseInt(e(146))/9)+parseInt(e(147))/10+-parseInt(e(158))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cs);const as=[os(176),os(161),os(134),os(140),os(145),os(155),os(142)];function cs(){const t=["registerAttributeLabel","enableDefaultAttributesIntegration","66TWHjYV","8mlESiz","strikethrough","code","FORMAT_SUPERSCRIPT","commandParams","registerInlineAttribute","commandName","*Remove format:* %0","bold","1qnzeXa","UnderlineEditing","forceValue","TrackChangesEditing","FORMAT_STRIKETHROUGH","*Format:* %0","_registerLegacyDescription","CodeEditing","toLowerCase","SuperscriptEditing","get","registerDescriptionCallback","StrikethroughEditing","10815291zPUjtr","8464000oVamIG","251578qnfdQh","FORMAT_","editor","8WmIFYV","format","plugins","FORMAT_CODE","SubscriptEditing","locale","FORMAT_UNDERLINE","39829372ETRXxU","FORMAT_BOLD","subscript","ItalicEditing","formatInline","type","superscript","739109TzvJwS","has","underline","slice","FORMAT_SUBSCRIPT","808698WzwADZ","afterInit","italic","toUpperCase","2064715zTvCDv","descriptionFactory","BoldEditing","FORMAT_ITALIC"];return(cs=function(){return t})()}class us extends t.Plugin{[os(171)](){const t=os,e=this[t(150)],n=e[t(153)][t(143)](t(136)),r=e[t(156)];for(const s of as){if(!e[t(153)][t(166)](s))continue;const o=s[t(168)](0,-7)[t(141)](),i=t(149)+o[t(173)]();n[t(179)](o),n[t(129)](o),n[t(175)][t(178)](o,Kr(r,i))}this[t(139)]()}[os(139)](){const t=os,e=this[t(150)],n=e[t(156)],r=e[t(153)][t(143)](t(136));function s(e,s){const o=t;r[o(175)][o(144)]((t=>{const r=o;if(r(162)!=t[r(163)])return;const{data:i}=t;return i&&i[r(130)]===e?i[r(128)][0][r(135)]?{type:r(152),content:Kr(n,r(138),s)}:{type:r(152),content:Kr(n,r(131),s)}:void 0}))}s(t(132),Kr(n,t(159))),s(t(172),Kr(n,t(177))),s(t(167),Kr(n,t(157))),s(t(183),Kr(n,t(154))),s(t(182),Kr(n,t(137))),s(t(160),Kr(n,t(169))),s(t(164),Kr(n,t(184)))}}const ls=hs;!function(t){const e=hs,n=t();for(;;)try{if(619243===parseInt(e(305))/1+-parseInt(e(299))/2+parseInt(e(291))/3+parseInt(e(282))/4*(parseInt(e(280))/5)+parseInt(e(313))/6+-parseInt(e(283))/7+-parseInt(e(308))/8*(parseInt(e(300))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gs);class fs extends t.Plugin{[ls(292)](){const t=ls,e=this[t(301)],n=e[t(316)];if(!e[t(293)][t(277)](t(286)))return;const r=e[t(293)][t(297)](t(289)),s=this[t(301)][t(310)][t(297)](t(302));r[t(294)](t(302),((n,o={})=>{const i=t,a=this[i(301)][i(296)][i(278)][i(298)],c=o&&void 0!==o[i(279)]?o[i(279)]:!s[i(288)];let u=[];if(c){const t=Array[i(295)](a[i(311)]())[i(314)]((t=>ds(t)||function(t,e){const n=i,r=e[n(285)](t[n(290)],n(302)),s=e[n(285)]([n(317),n(302)],t);return r&&s}(t,this[i(301)][i(296)][i(276)])));u=C(t,e[i(296)])}else{const t=Array[i(295)](a[i(311)]())[i(314)]((t=>ds(t)));u=C(t,e[i(296)])}e[i(296)][i(275)]((()=>{const t=i;for(const e of u)r[t(304)](e,{commandName:t(302),commandParams:[{forceValue:c}]})}))})),r[t(312)][t(306)]((e=>{const r=t,{data:s}=e;if(s&&r(302)==s[r(284)]){const t=Kr(n,r(307));return s[r(315)][0][r(279)]?{type:r(287),content:Kr(n,r(309),t)}:{type:r(287),content:Kr(n,r(303),t)}}}))}}function hs(t,e){const n=gs();return(hs=function(t,e){return n[t-=275]})(t,e)}function gs(){const t=["descriptionFactory","1179156hMtkAA","filter","commandParams","locale","$root","change","schema","has","document","forceValue","4470SgSLob","name","1316aZBAaj","2697849BknUxK","commandName","checkChild","BlockQuoteEditing","format","value","TrackChangesEditing","parent","2305089xhGwHp","afterInit","plugins","enableCommand","from","model","get","selection","927676MjdacR","30033TfggCF","editor","blockQuote","*Remove format:* %0","markBlockFormat","506466bYALWB","registerDescriptionCallback","ELEMENT_BLOCK_QUOTE","712DRAoOF","*Set format:* %0","commands","getSelectedBlocks"];return(gs=function(){return t})()}function ds(t){const e=ls;return e(302)==t[e(290)][e(281)]}function ps(t,e){const n=Es();return(ps=function(t,e){return n[t-=117]})(t,e)}const ms=ps;!function(t){const e=ps,n=t();for(;;)try{if(195662===-parseInt(e(129))/1*(-parseInt(e(119))/2)+-parseInt(e(128))/3+-parseInt(e(124))/4+-parseInt(e(132))/5+-parseInt(e(121))/6+-parseInt(e(126))/7*(-parseInt(e(120))/8)+parseInt(e(122))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Es);class Is extends t.Plugin{[ms(127)](){const t=ms,e=this[t(135)];e[t(123)][t(117)](t(130))&&(e[t(123)][t(118)](t(125))[t(136)](t(134)),e[t(123)][t(118)](t(125))[t(136)](t(133)),e[t(123)][t(118)](t(125))[t(136)](t(131)))}}function Es(){const t=["20160vleBbS","2511252ndpeub","plugins","1454372cEpNrm","TrackChangesEditing","154eJvfAG","afterInit","633198qGIOmT","1982Boxygl","CaseChange","changeCaseTitle","664035wbqfzE","changeCaseLower","changeCaseUpper","editor","enableCommand","has","get","262LCRmJD","133752SIPkak"];return(Es=function(){return t})()}function bs(t,e){const n=Ts();return(bs=function(t,e){return n[t-=489]})(t,e)}function Ts(){const t=["3642EfmCIg","2eLsrkD","afterInit","4492570JrIjmU","TrackChangesEditing","7548444OCfWnN","plugins","7wHDMqB","16nLPPcT","831267QBAuLg","1676HjjvAv","enableCommand","ckbox","4034478hmtwfe","411609fEyKRq","editor","commands","140LNgcbz","180529tnTLBo","get"];return(Ts=function(){return t})()}const _s=bs;!function(t){const e=bs,n=t();for(;;)try{if(455897===parseInt(e(507))/1*(parseInt(e(490))/2)+parseInt(e(489))/3*(parseInt(e(499))/4)+-parseInt(e(492))/5+parseInt(e(502))/6*(-parseInt(e(496))/7)+parseInt(e(497))/8*(parseInt(e(498))/9)+parseInt(e(506))/10*(parseInt(e(503))/11)+parseInt(e(494))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ts);class ys extends t.Plugin{[_s(491)](){const t=_s,e=this[t(504)];e[t(505)][t(508)](t(501))&&e[t(495)][t(508)](t(493))[t(500)](t(501))}}const As=ks;function ks(t,e){const n=Cs();return(ks=function(t,e){return n[t-=463]})(t,e)}function Cs(){const t=["isLimit","rootElement","from","commands","746184MCyGAm","registerElementLabel","4721380VHyKRi","commandName","2424rDXSDs","type","codeBlock","forceValue","document","ELEMENT_CODE_BLOCK","3389728lYsjdV","121043zxOnxo","markBlockFormat","CodeBlock","get","format","descriptionFactory","change","parent","getSelectedBlocks","find","filter","22XAAlAj","value","has","commandParams","registerDescriptionCallback","model","checkChild","outdentCodeBlock","16Wqjdnr","name","9qNdUUt","selection","enableCommand","TrackChangesEditing","blockName","editor","locale","*Set format:* %0","88SzpOQU","toLowerCase","42jIlyzi","schema","381199CsYtgZ","afterInit","languages","plugins","label","*Remove format:* %0","language","258550gqvmOD","indentCodeBlock","config","11630rtewQu","formatBlock"];return(Cs=function(){return t})()}!function(t){const e=ks,n=t();for(;;)try{if(579279===-parseInt(e(509))/1*(-parseInt(e(495))/2)+parseInt(e(515))/3*(parseInt(e(485))/4)+parseInt(e(517))/5+parseInt(e(497))/6*(parseInt(e(499))/7)+parseInt(e(465))/8*(-parseInt(e(487))/9)+parseInt(e(506))/10*(parseInt(e(477))/11)+-parseInt(e(519))/12*(parseInt(e(466))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Ns extends t.Plugin{[As(500)](){const t=As,e=this[t(492)];if(!e[t(502)][t(479)](t(468)))return;const n=e[t(502)][t(469)](t(490)),r=e[t(493)],s=e[t(508)][t(469)](t(521))[t(501)],o=e[t(514)][t(469)](t(521));n[t(489)](t(507)),n[t(489)](t(484)),n[t(489)](t(521),((r,i={})=>{const a=t,c=e[a(482)],u=e[a(482)][a(463)][a(488)],l=i&&void 0!==i[a(522)]?i[a(522)]:!o[a(478)];let f;i[a(505)]||(i[a(505)]=s[0][a(505)]),f=l?Array[a(513)](u[a(474)]())[a(476)]((t=>Ls(t)||function(t,e){const n=a;return!t.is(n(512))&&!e[n(511)](t)&&e[n(483)](t[n(473)],n(521))}(t,c[a(498)]))):Array[a(513)](u[a(474)]())[a(476)]((t=>Ls(t)));const h=C(f,c);c[a(472)]((()=>{const t=a;for(const e of h)n[t(467)](e,{commandName:t(521),commandParams:[{...i,forceValue:l}],formatGroupId:t(491)})}))})),n[t(471)][t(516)](t(521),(e=>Kr(r,t(464),e))),n[t(471)][t(481)]((e=>{const n=t;if(n(510)!=e[n(520)])return;const o=r.t,{data:i}=e;if(!i||n(521)!=i[n(518)])return;const a=i[n(480)][0][n(505)],c=o(s[n(475)]((t=>t[n(505)]===a))[n(503)])[n(496)]();return i[n(480)][0][n(522)]?{type:n(470),content:Kr(r,n(494),Kr(r,n(464),1)+" ("+c+")")}:{type:n(470),content:Kr(r,n(504),Kr(r,n(464),1))}}))}}function Ls(t){const e=As;return e(521)==t[e(486)]}const Ss=Rs;function Rs(t,e){const n=Ms();return(Rs=function(t,e){return n[t-=144]})(t,e)}function Ms(){const t=["TrackChangesEditing","has","get","addCommentThread","CommentsEditing","enableCommand","258021ANONgi","5235013ykIgFN","9621yOJjNu","3097192fMSYgI","44796vKAMTP","5NqQiUP","10536BwsaIe","plugins","1717710mtFjwb","206cyOeVO","23338680iVVbWP","editor","afterInit"];return(Ms=function(){return t})()}!function(t){const e=Rs,n=t();for(;;)try{if(938420===-parseInt(e(148))/1+parseInt(e(157))/2*(-parseInt(e(152))/3)+-parseInt(e(151))/4*(-parseInt(e(153))/5)+parseInt(e(156))/6+parseInt(e(149))/7+parseInt(e(154))/8*(-parseInt(e(150))/9)+parseInt(e(158))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ms);class vs extends t.Plugin{[Ss(160)](){const t=Ss,e=this[t(159)];e[t(155)][t(162)](t(146))&&e[t(155)][t(144)](t(161))[t(147)](t(145))}}var Os=n(834);function ws(t,e){const n=Ds();return(ws=function(t,e){return n[t-=304]})(t,e)}function Ds(){const t=["ck-suggestion-marker-","elementEnd","165MrrUet","plugins","createUIElement","markerName","parent","nextSibling","writer","model","2FNHIBa","test","hasAttribute","6310088TndtmH","push","isBlock","_splitMarkerName","6261092QhILUG","mapper","addHighlight","508700syYUny","span","917310FEuSXC","name","21pyPytC","createRangeOn","39659wbCOBs","consumable","5045175RJHPZQ","toViewPosition","getWalker","start","ck-suggestion-marker--active","bindElementToMarker","isAtEnd","598854BTeaKc","insert","toViewElement","item","9BDUJYe","schema","type","isContent","markerRange","get","addClass","getItems","previousPosition","TrackChangesEditing","isLimit","getCustomProperty","activeMarkers","includes"];return(Ds=function(){return t})()}function Fs(t,e,n){const r=ws,s=[];for(const o of e[r(331)]())o[r(350)](t)&&s[r(352)](n[r(310)](o));return s}function Ps(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(341)][r(329)](r(333));return(o,i,a)=>{const c=r;if(!a[c(312)][c(349)](i[c(328)],o[c(308)]))return;const u=i[c(328)][c(315)](),l=i[c(328)][c(316)],f=t[c(347)][c(325)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(323)];d=d||f[c(327)](e);const n=a[c(356)][c(322)](e);if(n&&n[c(335)](c(304)))return;c(339)==t[c(326)]&&f[c(353)](e)&&!f[c(334)](e)&&(e[c(345)]||l[c(319)]?h&&h[c(344)]==e||(h=e,m(t[c(332)]),p=!0):g=g||t[c(332)])}function m(t){const r=c,{authorId:o}=s[r(354)](i[r(343)]),u=a[r(346)][r(342)](r(306),{class:r(338)+e,"data-author-id":o}),l=a[r(356)][r(314)](t);n&&s[r(336)][r(337)](i[r(343)])&&a[r(346)][r(330)](r(317),u),a[r(346)][r(321)](l,u),a[r(356)][r(318)](u,i[r(343)])}d||p||!g||m(g)}}function xs(t,e){const n=Us();return(xs=function(t,e){return n[t-=118]})(t,e)}!function(t){const e=ws,n=t();for(;;)try{if(801327===parseInt(e(311))/1*(-parseInt(e(348))/2)+-parseInt(e(320))/3+parseInt(e(355))/4+-parseInt(e(313))/5+parseInt(e(307))/6*(parseInt(e(309))/7)+parseInt(e(351))/8*(parseInt(e(324))/9)+parseInt(e(305))/10*(-parseInt(e(340))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ds);const Bs=xs;function Us(){const t=["detach","18YrGHAZ","markerNameToElements","model","unbindElementFromMarkerName","fromRange","get","showSuggestionHighlights","commands","5149035mNWFZF","start","merge","513BJjrfR","1418396XKTBIM","requires","getFirstRange","data","options","bind","lock","buffer","selection","deleteForward","mapper","markerName","plugins","uiElement","batch","delete","222312qeGRwu","134025cVANAl","unit","enqueueChange","$graveyard","1823064hfdxud","writer","rootName","init","editing","high","createRange","end","TrackChangesEditing","unlock","root","createSelection","enableCommand","isCollapsed","356393UTKAIN","addMarker:suggestion:deletion","downcastDispatcher","modifySelection","setSelection","forward","remove","document","editor","624939GJZpta","removeMarker:suggestion:deletion"];return(Us=function(){return t})()}!function(t){const e=xs,n=t();for(;;)try{if(654685===parseInt(e(122))/1+parseInt(e(146))/2+-parseInt(e(163))/3+parseInt(e(167))/4+parseInt(e(142))/5+-parseInt(e(134))/6*(parseInt(e(131))/7)+-parseInt(e(162))/8*(parseInt(e(145))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Us);class js extends t.Plugin{static get[Bs(147)](){return[Os.Delete]}[Bs(170)](){const t=Bs,e=this[t(130)],n=e[t(158)][t(139)](t(175));n[t(120)](t(161));const r=e[t(141)][t(139)](t(155));n[t(120)](t(155),((n,s={})=>{const o=t,a=e[o(136)][o(119)](e[o(136)][o(129)][o(154)]);a[o(121)]&&e[o(136)][o(125)](a,{direction:o(127),unit:s[o(164)]});const c=a[o(148)](),u=i.LiveRange[o(138)](c);let l;n(s),l=o(166)==u[o(118)][o(169)]?e[o(136)][o(173)](c[o(143)]):e[o(136)][o(173)](u[o(143)],u[o(174)]),u[o(133)](),e[o(136)][o(165)](r[o(153)][o(160)],(t=>{const e=o;r[e(153)][e(152)](),t[e(126)](t[e(173)](l[e(174)])),r[e(153)][e(176)]()}))})),e[t(171)][t(124)].on(t(123),Ps(e,t(144)),{priority:t(172)}),e[t(149)][t(124)].on(t(123),((n,r,s)=>{const o=t;s[o(150)][o(140)]&&Ps(e,o(144),{showActiveMarker:!1})[o(151)](this)(n,r,s)}),{priority:t(172)}),e[t(171)][t(124)].on(t(132),((e,n,r)=>{const s=t,o=r[s(156)][s(135)](n[s(157)]);if(o)for(const t of o)t.is(s(159))&&(r[s(156)][s(137)](t,n[s(157)]),r[s(168)][s(128)](t))}),{priority:t(172)})}}const Gs=Hs;function Vs(){const t=["containsItem","37008IaHDfL","previousSibling","plugins","change:data","listMarkerStyle","formatBlock","ELEMENT_LIST_ITEM","2186244caWdFN","list.multiBlock","registerBlockAttribute","commands","attributeKey","range","nextSibling","parent","find","todoListChecked","key","registerCustomCallback","execute","start","startsWith","mergeListItemBackward","head","isLocal","oldRange","todoList","documentList","getChangedMarkers","registerDescriptionCallback","refresh","81mVVLva","change","listStyle","size","TodoListEditing","length","listReversed","getFirstMarker","_suggestionFactory","1043oquDCj","*Format:* insert into %0","_LIST","40118aMdExK","createPositionAt","listType","isObject","*Set format:* %0","value","schema","TrackChangesEditing","listMarker","noTrackChangesFixer","config","editor","from","locale","listStart","document","listItemId","push","batch","get","oldValue","forceValue","*Merge:* list item","getSuggestions","customNumberedList","commandParams","bulleted","setSelection","_getAttributeKey","suggestion:attribute:","*Remove format:* %0","ELEMENT_TODO_LIST","_registerLegacyDescription","_findSuggestions","default","accept","*Change to:* %0","*Indent:* %0","data","fromRange","setAttribute","removeMarker","registerPostFixer","indentList","descriptionFactory","includes","getFirstRange","*Merge:* %0","toUpperCase","ELEMENT_","detach","createRange","trackChangesCommand","differ","registerElementLabel","name","1004095pPQBzR","groupId","splitListItemAfter","*Uncheck item*","1505880ERaKOq","getSuggestion","newRange","meta","attribute","checkTodoList","deletion","commandName","type","registerAttributeLabel","has","afterInit","assureChains","todoListCheck","*Split:* list item","customBulletedList","hasSuggestion","enableDefaultAttributesIntegration","3583188UfQzvt","map","ELEMENT_NUMBERED_LIST","numberedList","newValue","ListEditing","getChanges","getAttribute","selection","*Outdent:* %0","_splitMarkerName","attributes","end","multipleBlocks","splitListItemBefore","getRanges","model","bulletedList","nodeAfter","*Format:* remove from %0","_supportLegacySuggestions","format","474450utMnmV","isNextTo","*Check item*","FORMAT_INDENT","filter","todo","mergeListItemForward","listIndent","outdentList","ELEMENT_BULLETED_LIST","listItemIdFixer","high","numbered","add","next","isUndo","suggestion"];return(Vs=function(){return t})()}function Hs(t,e){const n=Vs();return(Hs=function(t,e){return n[t-=180]})(t,e)}!function(t){const e=Hs,n=t();for(;;)try{if(365522===parseInt(e(193))/1+-parseInt(e(254))/2*(-parseInt(e(242))/3)+-parseInt(e(314))/4+-parseInt(e(310))/5+-parseInt(e(218))/6+parseInt(e(251))/7*(parseInt(e(211))/8)+-parseInt(e(332))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class zs extends t.Plugin{[Gs(325)](){const t=Gs,e=this[t(265)];if(!e[t(213)][t(324)](t(337)))return;const n=e[t(267)],r=e[t(213)][t(273)](t(261)),s=e[t(213)][t(324)](t(246)),o=!!e[t(264)][t(273)](t(219));function i(e){const r=t;return{type:r(192),content:""+Kr(n,r(258),e)}}function a(e){const r=t;return{type:r(192),content:""+Kr(n,r(284),e)}}r[t(331)](t(335)),r[t(331)](t(188)),r[t(331)](t(278)),r[t(331)](t(329)),r[t(331)](t(297)),r[t(331)](t(201)),r[t(331)](t(312)),r[t(331)](t(185)),r[t(220)](t(270)),r[t(220)](t(256)),r[t(220)](t(200)),o&&(r[t(331)](t(233)),r[t(331)](t(199))),s&&(r[t(331)](t(237)),r[t(331)](t(319)),r[t(220)](t(227)),r[t(298)][t(240)]((e=>{const r=t,{data:s}=e;if(s&&r(227)==s[r(228)])return{type:r(192),content:s[r(336)]?Kr(n,r(195)):Kr(n,r(313))}})),this[t(265)][t(187)][t(269)][t(296)]((e=>{const n=t;if(e[n(272)][n(208)])return!1;let s=!1;const o=r[n(277)]({skipNotAttached:!0})[n(197)]((t=>n(227)===r[n(282)](t)));for(const t of o)n(198)!=t[n(300)]()[n(231)][n(189)][n(339)](n(256))&&(r[n(287)](t[n(300)](),n(318))[n(226)]((t=>n(256)===r[n(282)](t[n(209)])))||(e[n(295)](t[n(249)]()),s=!0));return s}))),r[t(298)][t(323)](t(200),Kr(n,t(196)));const c={type:t(192),content:""};r[t(298)][t(240)]((e=>{const r=t,{data:s}=e;if(!s||r(256)!=s[r(228)])return;let u=e[r(234)];for(;u;){if(u[r(292)]&&((r(244)==u[r(292)][r(228)]||r(215)==u[r(292)][r(228)])&&(u[r(292)][r(336)]&&r(288)!=u[r(292)][r(336)]||r(288)!=u[r(292)][r(274)]&&!s[r(336)])||!o&&u[r(292)][r(228)]==Lc))return c;u=u[r(207)]}if(null==s[r(336)])switch(s[r(274)]){case r(280):return a(Kr(n,r(202)));case r(205):return a(Kr(n,r(334)));case r(198):return a(Kr(n,r(285)))}switch(s[r(336)]){case r(280):return i(Kr(n,r(202)));case r(205):return i(Kr(n,r(334)));case r(198):return i(Kr(n,r(285)))}})),r[t(298)][t(240)]((e=>{const n=t,{data:r}=e;if(r&&n(200)==r[n(228)])return null==r[n(336)]||null==r[n(274)]&&0==r[n(336)]?c:void 0})),r[t(298)][t(240)]((e=>{const r=t;if(r(318)!=e[r(322)])return;const{data:s}=e;if(!s||r(270)!=s[r(228)])return;const o=Ws(e);return r(336)==o?{type:r(192),content:Kr(n,r(276))}:r(274)==o?{type:r(192),content:Kr(n,r(328))}:c})),e[t(187)][t(269)][t(296)]((e=>this[t(203)](e))),e[t(187)][t(269)][t(296)]((e=>this[t(263)](e))),e[t(187)][t(269)].on(t(214),((e,n)=>{const r=t;if(n[r(208)]||!n[r(235)])return!1;this[r(326)]()}),{priority:t(204)}),this[t(191)]()}[Gs(203)](t){const e=Gs;if(t[e(272)][e(208)]||!t[e(272)][e(235)])return!1;let n=!1;const r=this[e(265)][e(213)][e(273)](e(261))[e(277)]({skipNotAttached:!0})[e(197)]((t=>t[e(292)]&&e(270)==t[e(292)][e(228)]))[e(197)]((t=>t[e(292)][e(336)]&&t[e(292)][e(274)]));for(const s of r)Ws(s)||(t[e(295)](s[e(249)]()),n=!0);return n}[Gs(263)](t){const e=Gs;if(t[e(272)][e(208)]||!t[e(272)][e(235)])return!1;const n=this[e(265)][e(213)][e(273)](e(261));if(n[e(306)][e(259)])return!1;let r=!1;const s=[e(256),e(270),e(200),e(244),e(268),e(248),e(327),e(262),e(215)],o=this[e(265)][e(187)][e(269)][e(307)][e(338)]()[e(197)]((t=>e(318)==t[e(322)]))[e(197)]((t=>s[e(299)](t[e(222)])));if(0==o[e(247)])return r;for(const i of o){const o=n[e(287)](i[e(223)],e(318))[e(197)]((t=>!t[e(317)][e(194)]))[e(333)]((t=>t[e(209)]))[e(197)]((t=>{const r=e,o=n[r(282)](t);return s[r(299)](o)}));if(o[e(247)]){for(const n of o)t[e(295)](n[e(249)]());r=!0}}return r}[Gs(326)](){const t=Gs,e=this[t(265)][t(213)][t(273)](t(261)),n=[t(256),t(270),t(200),t(244),t(268),t(248),t(327),t(262),t(215)];let r;const s=new Set(this[t(265)][t(187)][t(269)][t(307)][t(239)]()[t(197)]((r=>{const s=t;if(r[s(292)][s(236)]||!r[s(292)][s(316)])return null;if(!r[s(309)][s(232)](s(283)))return null;const{id:o}=e[s(181)](r[s(309)]);if(!e[s(330)](o))return null;const i=e[s(315)](o);return n[s(299)](i[s(292)][s(228)])}))[t(333)]((n=>{const s=t,{id:o}=e[s(181)](n[s(309)]),i=e[s(315)](o);return r=i[s(182)][s(311)],i[s(300)]()[s(231)][s(189)]})));if(0==s[t(245)])return;const o=e[t(277)]({skipNotAttached:!0})[t(197)]((e=>t(318)==e[t(322)]&&e[t(292)]&&n[t(299)](e[t(292)][t(228)])&&e[t(182)][t(311)]!=r))[t(333)]((e=>({listItem:e[t(300)]()[t(231)][t(189)],groupId:e[t(182)][t(311)]}))),i=new Set;for(const{groupId:e,listItem:n}of o)s[t(324)](n)&&i[t(206)](e);for(const n of e[t(277)]())i[t(324)](n[t(182)][t(311)])&&n[t(294)](t(311),r)}[Gs(191)](){const t=Gs,e=this[t(265)],n=e[t(267)],r=e[t(213)][t(273)](t(261));this[t(286)](),r[t(250)][t(229)](t(216),t(238),t(289),(function(n,r){const s=t,o=[];for(let t of n)t[s(231)][s(189)]===t[s(183)][s(225)]&&(t=e[s(187)][s(305)](e[s(187)][s(255)](t[s(231)][s(189)],0))),o[s(271)](t);e[s(187)][s(243)]((t=>{const n=s,a=e[n(187)][n(269)][n(340)],c=Array[n(266)](a[n(186)]())[n(333)]((t=>i.LiveRange[n(293)](t)));t[n(281)](o),e[n(221)][n(273)](r[n(321)])[n(241)](),r[n(279)][n(271)]({forceDefaultExecution:!0}),e[n(230)](r[n(321)],...r[n(279)]),t[n(281)](c);for(const t of c)t[n(304)]()}))})),r[t(298)][t(308)]((function(n){const r=t,s=!e[r(187)][r(260)][r(257)](n),o=n[r(212)],i=n[r(224)],a=n[r(339)](r(270)),c=!o||o[r(339)](r(270))!==a,u=!i||i[r(339)](r(270))!==a;return s&&Boolean(a)&&c&&u}),(e=>Kr(n,t(217),e)))}[Gs(286)](){const t=Gs,e=this[t(265)],n=e[t(267)];function r(n){const r=t,s=e[r(221)][r(273)](r(188))[r(259)],o=e[r(221)][r(273)](r(335))[r(259)];return r(335)===n?s:o}e[t(213)][t(273)](t(261))[t(298)][t(240)]((function(s){const o=t;if(o(216)!=s[o(322)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(321)]){case o(188):u=i[o(279)][0][o(275)],l=r(i[o(321)]),a=o(u?252:190),!l&&e[o(264)][o(273)](o(219))||(a=o(290)),c={type:o(192),content:Kr(n,a,Kr(n,o(202)))};break;case o(335):u=i[o(279)][0][o(275)],l=r(i[o(321)]),a=o(u?252:190),!l&&e[o(264)][o(273)](o(219))||(a=o(290)),c={type:o(192),content:Kr(n,a,Kr(n,o(334)))};break;case o(297):a=o(291),c={type:o(192),content:Kr(n,a,Kr(n,o(217)))};break;case o(201):a=function(t){const e=o,n=t[e(300)]();let r=n[e(231)][e(189)];for(;r&&n[e(210)](r);){if(r[e(339)](e(200))>0)return!1;r=r[e(224)]}return!0}(s)?Kr(n,o(190),Kr(n,function(t){const e=o;return e(303)+t[e(300)]()[e(231)][e(189)][e(339)](e(256))[e(302)]()+e(253)}(s))):Kr(n,o(180),Kr(n,o(217))),c={type:o(192),content:a};break;case o(233):case o(199):!1===i[o(184)]&&(a=o(301),c={type:o(320),content:Kr(n,a,Kr(n,o(217)))})}return c}))}}function Ws(t){const e=Gs;let n=t[e(300)]()[e(231)][e(189)][e(212)];for(;n;){const r=n[e(339)](e(270));if(!r)return!1;if(r==t[e(292)][e(336)])return e(336);if(r==t[e(292)][e(274)])return e(274);n=n[e(212)]}return!1}const Ks=Xs;function Xs(t,e){const n=qs();return(Xs=function(t,e){return n[t-=187]})(t,e)}function qs(){const t=["upper-latin","toUpperCase","515613NzMAAg","decimal","has","suggestion","filter","FORMAT_LIST_REVERSED","_LIST_DEFAULT","removeMarker","getAttribute","850727pCxaXF","_getTranslationKeyForListStyle","listType","*Format:* set order to reversed","8412160llCVtM","key","document","*Change to:* %0","9584916qhrdkY","includes","registerPostFixer","*Remove format:* %0","listStart","registerBlockAttribute","locale","10PbTadX","plugins","customNumbered","reversed","_getAttributeKey","*Set format:* %0","TrackChangesEditing","next","getFirstMarker","config","ListPropertiesEditing","bulleted","lower-roman","25746fqbpoM","type","ELEMENT_","numbered","lower-latin","newValue","replace","afterInit","square","210ShAjNr","isUndo","4IiKldV","attribute","bind","batch","styles","get","circle","oldValue","decimal-leading-zero","handleDescriptions","*Format:* set start index to %0","format","data","2122866HSUOfN","_registerLegacyDescription","registerDescriptionCallback","listReversed","_LIST_","formatBlock","*Format:* set order to regular","editor","registerAttributeLabel","commandName","upper-roman","startIndex","commandParams","listStyle","model","2qKYZnV","disc","start","list.properties","head","default","FORMAT_LIST_START","10554381znqkEH","nodeAfter","descriptionFactory","_findSuggestions","find","getFirstRange","getSuggestions","enableDefaultAttributesIntegration"];return(qs=function(){return t})()}!function(t){const e=Xs,n=t();for(;;)try{if(672367===-parseInt(e(263))/1*(-parseInt(e(237))/2)+parseInt(e(222))/3*(parseInt(e(209))/4)+parseInt(e(207))/5*(parseInt(e(198))/6)+-parseInt(e(254))/7+parseInt(e(267))/8+parseInt(e(244))/9*(-parseInt(e(278))/10)+-parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qs);class Zs extends t.Plugin{[Ks(205)](){const t=Ks;if(!this[t(229)][t(279)][t(256)](t(195)))return;const e=this[t(229)][t(194)][t(214)](t(240)),n=this[t(229)][t(279)][t(214)](t(191));e[t(213)]&&(n[t(251)](t(235)),n[t(276)](t(235))),e[t(188)]&&(n[t(251)](t(225)),n[t(276)](t(225))),e[t(233)]&&(n[t(251)](t(275)),n[t(276)](t(275)));const r={type:t(220),content:""};n[t(246)][t(224)](this[t(218)][t(211)](this));const s=this[t(229)][t(277)];n[t(246)][t(230)](t(225),Kr(s,t(259))),n[t(246)][t(224)]((e=>{const n=t,{data:s}=e;if(s&&n(225)==s[n(268)])return null==s[n(203)]||0==s[n(203)]&&null==s[n(216)]?r:void 0})),n[t(246)][t(230)](t(275),Kr(s,t(243))),n[t(246)][t(224)]((e=>{const n=t,{data:s}=e;if(s&&n(275)==s[n(268)])return null==s[n(203)]||1==s[n(203)]&&null==s[n(216)]?r:void 0})),this[t(229)][t(236)][t(269)][t(273)]((e=>{const r=t;if(e[r(212)][r(208)])return!1;let s=!1;const o=n[r(250)]({skipNotAttached:!0})[r(258)]((t=>{const e=r,s=n[e(189)](t);return e(275)==s||e(225)==s}));for(const t of o){const o=t[r(249)]()[r(239)][r(245)][r(262)](r(265));r(201)!=o&&r(187)!=o&&(n[r(247)](t[r(249)](),r(210))[r(248)]((t=>r(265)==n[r(189)](t[r(257)])))||(e[r(261)](t[r(193)]()),s=!0))}return s})),this[t(223)]()}[Ks(218)](t){const e=Ks,n=this[e(229)][e(277)],{data:r}=t,s={type:e(220),content:""};if(!r||e(235)!=r[e(268)])return;if(!r[e(216)])return e(242)==r[e(203)]?s:{type:e(220),content:""+Kr(n,e(190),Kr(n,this[e(264)](r[e(203)])))};if(!r[e(203)]){if(e(242)==r[e(216)])return s;let o=t[e(241)];for(;o;){if(o[e(221)]&&e(265)==o[e(221)][e(268)]&&o[e(221)][e(203)])return s;o=o[e(192)]}return{type:e(220),content:""+Kr(n,e(274),Kr(n,this[e(264)](r[e(216)])))}}if(e(242)!=r[e(203)])return{type:e(220),content:""+Kr(n,e(190),Kr(n,this[e(264)](r[e(203)])))};let o=t[e(241)];for(;o;){if(o[e(221)]&&e(265)==o[e(221)][e(268)]&&o[e(221)][e(203)]&&o[e(221)][e(216)])return s;o=o[e(192)]}const i=t[e(249)]()[e(239)][e(245)][e(262)](e(265));return{type:e(220),content:Kr(n,e(190),Kr(n,e(200)+i[e(253)]()+e(260)))}}[Ks(223)](){const t=Ks,e=this[t(229)],n=e[t(277)];e[t(279)][t(214)](t(191))[t(246)][t(224)]((e=>{const r=t;if(r(227)!=e[r(199)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(231)]){case r(235):o=r(270),i={type:r(220),content:Kr(n,o,Kr(n,this[r(264)](s[r(234)][0][r(199)])))};break;case r(225):o=s[r(234)][0][r(188)]?r(266):r(228),i={type:r(220),content:Kr(n,o)};break;case r(275):o=r(219),i={type:r(220),content:Kr(n,o,s[r(234)][0][r(233)])}}return i}))}[Ks(264)](t){const e=Ks;return e(200)+function(t){const n=e;return Js[n(272)](t)?n(196):Ys[n(272)](t)?n(201):null}(t)[e(253)]()+e(226)+t[e(253)]()[e(204)](/-/g,"_")}}const Js=[Ks(238),Ks(215),Ks(206)],Ys=[Ks(255),Ks(217),Ks(197),Ks(232),Ks(202),Ks(252)];var Qs=n(507);const $s=to;function to(t,e){const n=no();return(to=function(t,e){return n[t-=325]})(t,e)}!function(t){const e=to,n=t();for(;;)try{if(651615===-parseInt(e(374))/1*(-parseInt(e(332))/2)+-parseInt(e(372))/3*(-parseInt(e(363))/4)+parseInt(e(356))/5+parseInt(e(357))/6+parseInt(e(337))/7+-parseInt(e(351))/8+parseInt(e(360))/9*(-parseInt(e(338))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(no);class eo extends t.Plugin{static get[$s(344)](){return[Qs.Enter]}[$s(329)](){const t=$s,e=this[t(359)],n=e[t(353)][t(375)](t(345)),r=e[t(336)][t(375)](t(328));n[t(341)](t(328),(()=>{const s=t;e[s(366)][s(354)]((t=>{const o=s,a=e[o(366)][o(370)][o(368)],c=a[o(350)](),u=i.LiveRange[o(364)](a[o(331)]());if(r[o(339)](t)){const r=e[o(366)][o(378)](c[o(340)][o(342)],0),s=t[o(355)](c,r);n[o(335)](s)}else t[o(377)](t[o(355)](u[o(376)]));u[o(367)](),r[o(330)](o(343),{writer:t})}))})),e[t(334)][t(369)].on(t(346),Ps(e,t(327)),{priority:t(325)}),e[t(334)][t(369)].on(t(333),((e,n,r)=>{const s=t,o=r[s(348)][s(373)](n[s(358)]);if(o)for(const t of o)t[s(326)](s(349))&&(r[s(348)][s(352)](t,n[s(358)]),r[s(362)][s(361)](t))}),{priority:t(325)}),e[t(371)][t(369)].on(t(346),((n,r,s)=>{const o=t;s[o(379)][o(347)]&&Ps(e,o(327),{showActiveMarker:!1})[o(365)](this)(n,r,s)}),{priority:t(325)})}}function no(){const t=["options","high","hasClass","split","enter","init","fire","getFirstRange","150186ymCNak","removeMarker:suggestion:insertion","editing","markInsertion","commands","6735078pPyHwa","10jpXfHf","enterBlock","parent","enableCommand","nextSibling","afterExecute","requires","TrackChangesEditing","addMarker:suggestion:insertion","showSuggestionHighlights","mapper","ck-suggestion-marker-split","getFirstPosition","877920FBMUIN","unbindElementFromMarkerName","plugins","change","createRange","4885815TwdzTA","6810114ZdpNuf","markerName","editor","33830532aSEzRJ","remove","writer","4980SoBZih","fromRange","bind","model","detach","selection","downcastDispatcher","document","data","951KMiyao","markerNameToElements","14PoNPZu","get","end","setSelection","createPositionAt"];return(no=function(){return t})()}const ro=oo;function so(){const t=["item","enableCommand","plugins","3484791iAkZss","createRange","model","suggestion:deletion","477496dWGmnu","end","180yhlIUh","2544xrTBen","FindAndReplaceUtils","findByTextCallback","4121343qidtdi","has","get","findPrevious","results","isArray","getRange","markers","getMarkersGroup","_isInDeletionRange","createPositionAt","replace","findNext","1458126WqQdzC","afterInit","89272wtNLxw","597548husNQS","find","filter","editor","string","handleFindCommand","TrackChangesEditing","replaceAll","4676lTrCMr","FindAndReplaceEditing","bind","getIntersection","start"];return(so=function(){return t})()}function oo(t,e){const n=so();return(oo=function(t,e){return n[t-=162]})(t,e)}!function(t){const e=oo,n=t();for(;;)try{if(667951===-parseInt(e(171))/1+parseInt(e(193))/2+parseInt(e(167))/3+parseInt(e(192))/4*(-parseInt(e(173))/5)+parseInt(e(190))/6+parseInt(e(201))/7*(-parseInt(e(174))/8)+parseInt(e(177))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(so);class io extends t.Plugin{[ro(191)](){const t=ro;if(!this[t(196)][t(166)][t(178)](t(202)))return;const e=this[t(196)][t(166)][t(179)](t(199));e[t(165)](t(194),this[t(198)][t(203)](this)),e[t(165)](t(189)),e[t(165)](t(180)),e[t(165)](t(188)),e[t(165)](t(200))}[ro(198)](t,e,n={}){const r=ro,s=this[r(196)][r(166)][r(179)](r(175));return t((t=>{const o=r;let i=(o(197)==typeof e?s[o(176)](e,n):e)(t);Array[o(182)](i)&&(i={results:i,searchText:o(197)==typeof e?e:""});const a=i[o(181)][o(195)]((e=>!1===this[o(186)](e,t[o(164)])));return{...i,results:a}}),n)}[ro(186)](t,e){const n=ro,r=this[n(196)][n(169)][n(168)](this[n(196)][n(169)][n(187)](e,t[n(163)]),this[n(196)][n(169)][n(187)](e,t[n(172)]));for(const t of this[n(196)][n(169)][n(184)][n(185)](n(170)))if(null!==r[n(162)](t[n(183)]()))return!0;return!1}}const ao=lo;function co(){const t=["config","FontSize","FORMAT_FONT_FAMILY","*Reset font size*","34764544pMbwLK","formatInline","FORMAT_FONT_SIZE","10346958JMcoab","trim","*Set font background color:* %0","TrackChangesEditing","*Set font size:* %0","5075724SleUKh","find","1077370bxZbbK","has","title","_registerLegacyDescription","fontSize.options","model","1FEtGOd","fontColor","FontBackgroundColorEditing","*Reset font background color*","commandName","2713758NEpqWx","fontSize","FORMAT_FONT_BACKGROUND","*Reset font color*","locale","667639UxcVcs","fontBackgroundColor","registerAttributeLabel","afterInit","registerInlineAttribute","get","format","*Set font color:* %0","toLowerCase","normalizeSizeOptions","enableDefaultAttributesIntegration","FontColorEditing","descriptionFactory","*Reset font family*","fontColor.colors","value","4352043vNBujl","FontFamilyEditing","plugins","editor","fontBackgroundColor.colors","label","type","registerDescriptionCallback","fontFamily","commandParams","FORMAT_FONT_COLOR","*Set font family:* %0","FontSizeEditing"];return(co=function(){return t})()}!function(t){const e=lo,n=t();for(;;)try{if(947491===parseInt(e(466))/1*(parseInt(e(471))/2)+-parseInt(e(433))/3+-parseInt(e(458))/4+-parseInt(e(460))/5+-parseInt(e(453))/6+-parseInt(e(417))/7+parseInt(e(450))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(co);const uo=[{pluginName:ao(445),commandName:ao(472)},{pluginName:ao(434),commandName:ao(441)},{pluginName:ao(428),commandName:ao(467)},{pluginName:ao(468),commandName:ao(418)}];function lo(t,e){const n=co();return(lo=function(t,e){return n[t-=417]})(t,e)}class fo extends t.Plugin{[ao(420)](){const t=ao,e=this[t(436)][t(475)],n=this[t(436)][t(435)][t(422)](t(456));for(const{pluginName:e,commandName:r}of uo)this[t(436)][t(435)][t(461)](e)&&(n[t(427)](r),n[t(421)](r));n[t(429)][t(419)](t(472),Kr(e,t(452))),n[t(429)][t(419)](t(441),Kr(e,t(448))),n[t(429)][t(419)](t(467),Kr(e,t(443))),n[t(429)][t(419)](t(418),Kr(e,t(473))),this[t(463)]()}[ao(463)](){const t=ao,e=this[t(436)],n=e[t(475)];e[t(435)][t(422)](t(456))[t(429)][t(440)]((e=>{const r=t,o=n.t;if(r(451)!=e[r(439)])return;const{data:i}=e;if(null!=i){if(r(472)==i[r(470)]){const t=i[r(442)][0][r(432)];if(t){const e=o(this[r(436)][r(435)][r(422)](r(447))[r(426)](this[r(436)][r(446)][r(422)](r(464)))[r(459)]((e=>e[r(465)]==t))[r(462)])[r(425)]();return{type:r(423),content:Kr(n,r(457),e)}}return{type:r(423),content:Kr(n,r(449))}}if(r(441)==i[r(470)]){const t=i[r(442)][0][r(432)];return t?{type:r(423),content:Kr(n,r(444),t)}:{type:r(423),content:Kr(n,r(430))}}if(r(467)==i[r(470)]){const t=i[r(442)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(436)][r(446)][r(422)](r(431)))[r(459)]((e=>e[r(465)]==t));let i=t,a="";return e&&(i=e[r(438)],a=o(i)[r(425)]()),{type:r(423),content:Kr(n,r(424),a)[r(454)](),color:{value:t,title:a||i}}}return{type:r(423),content:Kr(n,r(474))}}if(r(418)==i[r(470)]){const t=i[r(442)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(436)][r(446)][r(422)](r(437)))[r(459)]((e=>e[r(465)]==t));let i=t,a="";return e&&(i=e[r(438)],a=o(i)[r(425)]()),{type:r(423),content:Kr(n,r(455),a)[r(454)](),color:{value:t,title:a||i}}}return{type:r(423),content:Kr(n,r(469))}}}}))}}const ho=go;function go(t,e){const n=po();return(go=function(t,e){return n[t-=490]})(t,e)}function po(){const t=["fontBackgroundColor","editor","FontSize","get","commands","*Set format to:* %0","TrackChangesEditing","toUpperCase","push","join","find","registerDescriptionCallback","1339374lAzaBJ","split","*Remove all formatting*","format","model","slice","1381624xKOHdJ","14dbgoTm","charAt","boolean","fontSize","formatBlock","locale","normalizeSizeOptions","toLowerCase","plugins","711438amlgaG","formatInline","copyFormat","entries","afterInit","5pDXJOH","56570nQuswq","4284MVkrtl","label","type","2176930NapjJR","fontColor.colors","descriptionFactory","title","enableDefaultAttributesIntegration","pasteFormat","986808vXHyFH","enableCommand","fontSize.options","fontColor","commandParams","5045620YhfzzL","length","config","_registerLegacyDescription","commandName"];return(po=function(){return t})()}!function(t){const e=go,n=t();for(;;)try{if(733383===-parseInt(e(518))/1+-parseInt(e(490))/2+-parseInt(e(496))/3+parseInt(e(501))/4+parseInt(e(539))/5*(-parseInt(e(534))/6)+parseInt(e(525))/7*(-parseInt(e(524))/8)+-parseInt(e(541))/9*(-parseInt(e(540))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class mo extends t.Plugin{[ho(538)](){const t=ho,e=this[t(507)],n=e[t(533)][t(509)](t(512)),r=e[t(510)][t(509)](t(536)),s=e[t(510)][t(509)](t(495));r&&s&&(n[t(494)](t(495)),n[t(497)](t(536)),this[t(504)]())}[ho(504)](){const t=ho,e=this[t(507)],n=e[t(530)];e[t(533)][t(509)](t(512))[t(492)][t(517)]((r=>{const s=t;if(s(529)!=r[s(543)]&&s(535)!=r[s(543)])return;const{data:o}=r;if(o&&s(495)===o[s(505)]){const t=[],r=o[s(500)][0];for(const[n,o]of Object[s(537)](r))t[s(514)](Io(e,n,o));return t[s(502)]?{type:s(521),content:Kr(n,s(511),t[s(515)](", "))}:{type:s(521),content:Kr(n,s(520))}}}))}}function Io(t,e,n){const r=ho,o=t[r(530)].t,i=e[r(519)](/(?=[A-Z])/)[r(515)](" "),a=o(i[r(526)](0)[r(513)]()+i[r(523)](1))[r(532)]();if(r(527)==typeof n)return a;if(r(499)===e||r(506)===e){const e=(0,s.normalizeColorOptions)(t[r(503)][r(509)](r(491)))[r(516)]((t=>t[r(522)]==n));return a+" ("+(e?o(e[r(542)])[r(532)]():n)+")"}if(r(528)===e&&isNaN(parseFloat(n))){const e=t[r(533)][r(509)](r(508))[r(531)](t[r(503)][r(509)](r(498)))[r(516)]((t=>t[r(522)]==n));return a+" ("+(e?o(e[r(493)])[r(532)]():n)+")"}return a+" ("+n+")"}const Eo=bo;function bo(t,e){const n=To();return(bo=function(t,e){return n[t-=464]})(t,e)}function To(){const t=["type","enableDefaultAttributesIntegration","14EHSKwa","locale","has","1688080ikHUXW","name","2824566wXPvjB","ELEMENT_HEADING","3993834oSbECE","get","afterInit","commandName","ELEMENT_HEADING_CUSTOM","3077613uhTdTG","find","_getHeadingLevel","editor","plugins","20275288NTxrjX","TrackChangesEditing","match","config","paragraph","registerDescriptionCallback","514346GTyrMB","registerElementLabel","commandParams","1927790oKqSBe","view","descriptionFactory","_headingOptions","*Change to:* %0","model","HeadingEditing","formatBlock","title","heading","heading.options","value","10mxztxF","1HMkMgU","_registerLegacyDescription","8RMMQkt","format"];return(To=function(){return t})()}!function(t){const e=bo,n=t();for(;;)try{if(904914===parseInt(e(464))/1*(parseInt(e(493))/2)+parseInt(e(475))/3+parseInt(e(466))/4*(parseInt(e(496))/5)+-parseInt(e(477))/6*(-parseInt(e(470))/7)+-parseInt(e(473))/8+parseInt(e(482))/9*(-parseInt(e(508))/10)+-parseInt(e(487))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(To);class _o extends t.Plugin{[Eo(479)](){const t=Eo,e=this[t(485)];if(!e[t(486)][t(472)](t(502)))return;this[t(499)]=e[t(490)][t(478)](t(506));const n=e[t(471)],r=e[t(486)][t(478)](t(488));r[t(469)](t(505));for(const e of this[t(499)])t(491)!=e[t(501)]&&r[t(498)][t(494)](e[t(501)],(n=>{const r=t,i=this[r(484)](e[r(501)]);return null!==i?s(n,i):o(n,e[r(504)])}));function s(e,r){return Kr(n,t(476),[e,r])}function o(e,r){return Kr(n,t(481),[e,r])}this[t(465)]()}[Eo(465)](){const t=Eo,e=this[t(485)],n=e[t(471)];e[t(486)][t(478)](t(488))[t(498)][t(492)]((e=>{const r=t;if(r(503)!=e[r(468)])return;const{data:s}=e;if(s&&r(505)==s[r(480)]){const e=s[r(495)][0][r(507)],c=this[r(484)](e);if(null!==c)return{type:r(467),content:Kr(n,r(500),(a=c,Kr(n,r(476),[1,a])))};const u=this[r(499)][r(483)]((t=>t[r(501)]===e))[r(504)];return{type:r(467),content:Kr(n,r(500),(o=1,i=u,Kr(n,t(481),[o,i])))}}var o,i,a}))}[Eo(484)](t){const e=Eo;var n,r;const s=t[e(489)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(499)])||void 0===n?void 0:n[e(483)]((n=>n[e(501)]==t));if(o&&o[e(497)]){const t=o[e(497)],n=(null!==(r=t[e(474)])&&void 0!==r?r:t)[e(489)](/^h(\d+)/);if(n)return n[1]}return null}}const yo=ko;function Ao(){const t=["3138056PSSsEG","TrackChangesEditing","descriptionFactory","find","FORMAT_HIGHLIGHT","*Set highlight:* %0","registerDescriptionCallback","1601442bHNdnh","model","has","commandParams","title","value","enableDefaultAttributesIntegration","format","registerInlineAttribute","type","7697610mclYTp","32LIosNy","afterInit","HighlightEditing","5032GftPjK","_registerLegacyDescription","color","*Remove highlight*","toLowerCase","commandName","get","formatInline","highlight.options","highlight","198534ezNQvT","6979VycSti","editor","locale","config","plugins","74831KcLrRK","registerAttributeLabel","6371195FcLEJs"];return(Ao=function(){return t})()}function ko(t,e){const n=Ao();return(ko=function(t,e){return n[t-=249]})(t,e)}!function(t){const e=ko,n=t();for(;;)try{if(705343===parseInt(e(267))/1*(parseInt(e(288))/2)+parseInt(e(277))/3+-parseInt(e(270))/4+parseInt(e(269))/5+-parseInt(e(261))/6+parseInt(e(262))/7*(-parseInt(e(251))/8)+-parseInt(e(287))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ao);class Co extends t.Plugin{[yo(249)](){const t=yo,e=this[t(263)];if(!e[t(266)][t(279)](t(250)))return;const n=e[t(266)][t(257)](t(271)),r=e[t(264)];n[t(283)](t(260)),n[t(285)](t(260)),n[t(272)][t(268)](t(260),Kr(r,t(274))),this[t(252)]()}[yo(252)](){const t=yo,e=this[t(263)],n=e[t(264)];e[t(266)][t(257)](t(271))[t(272)][t(276)]((r=>{const s=t;if(s(258)!=r[s(286)])return;const{data:o}=r;if(o&&s(260)==o[s(256)]){const t=n.t,r=o[s(280)][0][s(282)];if(r){const o=e[s(265)][s(257)](s(259))[s(273)]((t=>t[s(278)]==r)),i=t(o[s(281)])[s(255)]();return{type:s(284),content:Kr(n,s(275),i),color:{value:o[s(253)],title:o[s(281)]}}}return{type:s(284),content:Kr(n,s(254),Kr(n,s(274)))}}}))}}const No=Lo;function Lo(t,e){const n=So();return(Lo=function(t,e){return n[t-=255]})(t,e)}function So(){const t=["createPositionAt","for","createEmptyElement","high","plugins","enableCommand","TrackChangesEditing","elementToStructure","registerElementLabel","898639imoENi","1088235LJeQqq","has","locale","createContainerElement","1616700lWCnqa","conversion","div","42WngmMk","149945aULxLe","ck-horizontal-line","editor","afterInit","descriptionFactory","dataDowncast","ELEMENT_HORIZONTAL_LINE","showSuggestionHighlights","68VKVIub","horizontalLine","insert","1373602voMexm","49657563dEziKb","addClass","8341296TKcYZZ","HorizontalLineEditing","get"];return(So=function(){return t})()}!function(t){const e=Lo,n=t();for(;;)try{if(752457===-parseInt(e(274))/1+-parseInt(e(258))/2+-parseInt(e(278))/3+parseInt(e(255))/4*(-parseInt(e(282))/5)+parseInt(e(281))/6*(-parseInt(e(273))/7)+-parseInt(e(261))/8+parseInt(e(259))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(So);class Ro extends t.Plugin{[No(285)](){const t=No,e=this[t(284)];if(!e[t(268)][t(275)](t(262)))return;e[t(268)][t(263)](t(270))[t(269)](t(256));const n=e[t(268)][t(263)](t(270)),r=e[t(276)];n[t(286)][t(272)](t(256),(e=>Kr(r,t(288),e))),e[t(279)][t(265)](t(287))[t(271)]({model:t(256),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(289)])return null;const o=n[s(277)](s(280)),i=n[s(266)]("hr");return n[s(260)](s(283),o),n[s(257)](n[s(264)](o,0),i),o},converterPriority:t(267)})}}const Mo=Oo;function vo(){const t=["447490GjBoGo","afterInit","734996VraKhI","locale","rawHtml","attribute","key","registerBlockAttribute","has","1681185LdXRyj","*Change %0 content*","_registerLegacyDescription","start","1189419EnovGI","plugins","ELEMENT_HTML_EMBED","element","699714bRxKWX","TrackChangesEditing","formatBlock","registerElementLabel","enableDefaultAttributesIntegration","registerDescriptionCallback","11089848pGadVm","value","nodeAfter","format","4871924TTbbhR","HtmlEmbed","commandName","getFirstRange","get","editor","392tbVMTz","htmlEmbed","descriptionFactory","type","12EoCjJF"];return(vo=function(){return t})()}function Oo(t,e){const n=vo();return(Oo=function(t,e){return n[t-=236]})(t,e)}!function(t){const e=Oo,n=t();for(;;)try{if(811300===parseInt(e(236))/1+-parseInt(e(238))/2+parseInt(e(249))/3+-parseInt(e(263))/4+parseInt(e(245))/5*(-parseInt(e(273))/6)+-parseInt(e(259))/7+-parseInt(e(269))/8*(-parseInt(e(253))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vo);class wo extends t.Plugin{[Mo(237)](){const t=Mo,e=this[t(268)];if(!e[t(250)][t(244)](t(264)))return;const n=e[t(250)][t(267)](t(254)),r=e[t(239)];n[t(271)][t(256)](t(240),(e=>Kr(r,t(251),e))),n[t(257)](t(270)),n[t(243)](t(260)),n[t(271)][t(258)]((e=>{const n=t;if(n(241)!=e[n(272)])return;const{data:s}=e;if(s&&n(260)==s[n(242)]&&e[n(266)]()[n(248)][n(261)].is(n(252),n(240))){const t=Kr(r,n(251));return{type:n(262),content:Kr(r,n(246),t)}}})),this[t(247)]()}[Mo(247)](){const t=Mo,e=this[t(268)],n=e[t(239)];e[t(250)][t(267)](t(254))[t(271)][t(258)]((e=>{const r=t;if(r(255)!=e[r(272)])return;const{data:s}=e;if(s&&r(270)==s[r(265)]){const t=Kr(n,r(251));return{type:r(262),content:Kr(n,r(246),t)}}}))}}const Do=Po;function Fo(){const t=["end","enableDefaultAttributesIntegration","discard","uploadImage","schema","getCaptionFromImageModelElement","isBefore","ImageBlockEditing","markInsertion","*Remove image text alternative*","imageTypeInline","findIndex","locale","previous","convertBlockImageToInline","format","toggleImageCaption","isBlockImage","Block image to inline image","addObject","insertImage","toNext","registerBlockAttribute","backward","getContainedElement","nodeBefore","markBlockFormat","ELEMENT_INLINE_IMAGE","getSuggestionCallback","*Set image text alternative:* %0","afterInit","getNearestSelectionRange","_registerLegacyDescription","find","type","removeObject","registerDescriptionCallback","getClosestSelectedImageElement","formatInline","toPrevious","subType","*Set image width:* %0","insertion","imageTextAlternative","chain","accept","editor","938640YpVtKp","width","detach","getFirstRange","resizedWidth","ImageCaptionUtils","isEqual","280442CzeccP","convertInlineImageToBlock","imageStylePreApply","539mjgXDJ","9NveXoz","1114806TOtkDa","createRangeOn","Inline image to block image","ImageUploadEditing","model","createRange","newValue","isIntersecting","307083WenPeS","imageTypeBlock","forceDefaultExecution","registerElementLabel","imageBlock","registerAttributeLabel","alt","3shtSjO","forward","selection","join","deletion","length","TrackChangesEditing","_suggestionFactory","change","commandName","document","6872680BgpeSy","key","imageInline","start","resizeImage","FORMAT_IMAGE_SIZE","69ugjskR","ImageTextAlternativeEditing","caption","filter","has","element","registerCustomCallback","ImageResize","plugins","ELEMENT_IMAGE","fromPosition","enableCommand","ImageEditing","ELEMENT_CAPTION","ImageUtils","descriptionFactory","ImageInlineEditing","41276MqvGtD","nodeAfter","isOwn","markDeletion","isCollapsed","get","100960yCCkZL","imageCaption","*Reset image width*","_findSuggestions","ImageCaptionEditing","attribute","commandParams","formatBlock"];return(Fo=function(){return t})()}function Po(t,e){const n=Fo();return(Po=function(t,e){return n[t-=268]})(t,e)}!function(t){const e=Po,n=t();for(;;)try{if(692721===parseInt(e(300))/1*(parseInt(e(280))/2)+parseInt(e(317))/3*(parseInt(e(334))/4)+-parseInt(e(273))/5+-parseInt(e(285))/6+parseInt(e(293))/7+parseInt(e(311))/8*(parseInt(e(284))/9)+parseInt(e(340))/10*(-parseInt(e(283))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class xo extends t.Plugin{[Do(378)](){const t=Do,e=this[t(272)];if(!e[t(325)][t(321)](t(329)))return;const n=e[t(325)][t(339)](t(306)),r=e[t(325)][t(339)](t(331)),s=e[t(360)];n[t(328)](t(368)),n[t(332)][t(296)](t(297),(e=>Kr(s,t(326),e))),n[t(332)][t(296)](t(313),(e=>Kr(s,t(375),e))),n[t(332)][t(296)](t(319),(()=>Kr(s,t(330)))),e[t(325)][t(321)](t(288))&&n[t(328)](t(351)),e[t(325)][t(321)](t(355))&&e[t(325)][t(321)](t(333))&&(n[t(328)](t(358),((s,o)=>{const i=t,a=r[i(385)](e[i(289)][i(310)][i(302)]);e[i(289)][i(308)]((()=>{const t=i;n[t(374)](a,{commandName:t(358),commandParams:[o]},[],t(362))}))})),n[t(328)](t(294),((s,o)=>{const a=t;e[a(289)][a(308)]((t=>{const c=a;let u=r[c(385)](e[c(289)][c(310)][c(302)]),l=t[c(286)](u);const f=i.LivePosition[c(327)](l[c(314)],c(387)),h=i.LivePosition[c(327)](l[c(348)],c(369));n[c(295)]((()=>s(o))),u=r[c(385)](e[c(289)][c(310)][c(302)]),l=t[c(286)](u);const g=t[c(290)](f,h);f[c(275)](),h[c(275)](),n[c(374)](u,{commandName:c(358),commandParams:[o]},[],c(281)),g[c(314)][c(354)](l[c(314)])&&n[c(356)](t[c(290)](g[c(314)],l[c(314)]),c(281)),l[c(348)][c(354)](g[c(348)])&&n[c(356)](t[c(290)](l[c(348)],g[c(348)]),c(281))}))})),n[t(307)][t(323)](t(347),t(281),t(303),(()=>!1)),n[t(307)][t(323)](t(347),t(281),t(271),(()=>!1)),n[t(307)][t(323)](t(347),t(281),t(350),n[t(307)][t(376)](t(347),"",t(271))),n[t(307)][t(323)](t(268),t(281),t(303),(()=>!1)),n[t(307)][t(323)](t(268),t(281),t(350),(([r])=>{const s=t,o=n[s(307)][s(376)](s(268),"",s(350));let i=r[s(314)],a=r[s(348)];const c=e[s(289)][s(352)][s(379)](i,s(371)),u=e[s(289)][s(352)][s(379)](a,s(301));c[s(338)]&&(i=c[s(314)]),u[s(338)]&&(a=u[s(348)]),o([e[s(289)][s(290)](i,a)])})),n[t(307)][t(323)](t(347),t(281),t(270),c),n[t(307)][t(323)](t(268),t(281),t(270),c)),e[t(325)][t(321)](t(344))&&(n[t(328)](t(364),((s,o)=>{const i=t,a=e[i(325)][i(339)](i(278));let c=r[i(385)](e[i(289)][i(310)][i(302)]),u=a[i(353)](c);e[i(289)][i(308)]((()=>{const t=i;if(u)return void n[t(337)](e[t(289)][t(286)](u));const l=r[t(365)](c);s(o),c=r[t(385)](e[t(289)][t(310)][t(302)]),u=a[t(353)](c),n[t(356)](e[t(289)][t(286)](u),l?null:t(341))}))})),n[t(307)][t(323)](t(268),t(341),t(270),c));const o=[{type:t(347),subType:t(282)},{type:t(268),subType:t(341)},{type:t(347),subType:t(281)},{type:t(268),subType:t(281)}];function a(e,s){const i=t,a=o[i(359)]((({type:t,subType:n})=>e[i(382)]==t&&e[i(388)]==n)),c=o[i(359)]((({type:t,subType:e})=>s[i(382)]==t&&s[i(388)]==e));if(a<0||c<0)return!1;const u=e[i(276)](),l=s[i(276)]();if((0==a||1==a)&&2==c&&u[i(292)](l))return!0;if(2==a&&3==c){const t=n[i(343)](u,i(268))[i(320)]((({suggestion:t,meta:e})=>e[i(336)]&&i(281)==t[i(388)]));if(t[i(305)]>1&&l[i(348)][i(279)](u[i(314)]))return!0;if(1==t[i(305)]&&(u[i(314)][i(279)](l[i(348)])||u[i(348)][i(279)](l[i(314)])))return!0}if(3==a&&3==c&&u[i(314)][i(354)](l[i(314)])){const t=u[i(348)][i(335)],e=l[i(314)][i(373)];return r[i(365)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(325)][t(321)](t(324))&&(n[t(349)](t(315)),n[t(370)](t(277)),n[t(332)][t(298)](t(277),Kr(s,t(316)))),e[t(325)][t(321)](t(318))&&(n[t(349)](t(269)),n[t(370)](t(299))),n[t(332)][t(384)]((e=>{const n=t;if(o[n(381)]((({type:t,subType:r})=>e[n(382)]==t&&e[n(388)]==r)))return e[n(361)]?{}:void 0})),n[t(332)][t(384)]((e=>{const n=t;if(n(268)==e[n(382)]||n(304)==e[n(382)]){const t=e[n(372)]();if(t&&t.is(n(322),n(319)))return{type:n(268)==e[n(382)]?n(367):n(383),element:t,quantity:1}}})),n[t(332)][t(384)]((e=>t(347)==e[t(382)]&&t(281)==e[t(388)]?{type:t(363),content:t(287)}:t(347)==e[t(382)]&&t(362)==e[t(388)]?{type:t(363),content:t(366)}:void 0)),n[t(332)][t(384)]((e=>{const n=t;if(n(345)!=e[n(382)])return;const{data:r}=e;if(!r||n(299)!=r[n(312)])return;const o=r[n(291)];return o?{type:n(363),content:Kr(s,n(377),'"'+o+'"')}:{type:n(363),content:Kr(s,n(357))}})),this[t(380)]()}[Do(380)](){const t=Do,e=this[t(272)],n=e[t(360)];e[t(325)][t(339)](t(306))[t(332)][t(384)]((e=>{const r=t;if(r(347)!=e[r(382)]&&r(386)!=e[r(382)])return;const{data:s}=e;if(s){if(r(269)==s[r(309)]){const t=s[r(346)][0][r(291)];return t?{type:r(363),content:Kr(n,r(377),'"'+t+'"')}:{type:r(363),content:Kr(n,r(357))}}if(r(315)==s[r(309)]){const t=s[r(346)][0][r(274)];return t?{type:r(363),content:Kr(n,r(389),t)}:{type:r(363),content:Kr(n,r(342))}}}}))}}function Bo(t,e){const n=jo();return(Bo=function(t,e){return n[t-=247]})(t,e)}const Uo=Bo;function jo(){const t=["getSuggestionCallback","formatInline","18Fmdmvl","ImageEditing","discard","get","src","afterInit","accept","has","6038197FLvgCB","format","2535790OCMXxS","*Replace image URL*","oldValue","_handleLegacySuggestions","TrackChangesEditing","newValue","registerCustomCallback","commandName","descriptionFactory","_suggestionFactory","registerDescriptionCallback","editor","locale","23832180ofvJJq","replaceImageSource","enableDefaultAttributesIntegration","formatBlock","10cTMxXS","type","plugins","434819xDvUUo","*Format:* replace image URL","_registerLegacyDescription","registerBlockAttribute","6gQdXoV","1170472ineYfp","2449RCsyYT","306SAfxNq","2010429VrdcSV","key","attribute","4rGhahZ"];return(jo=function(){return t})()}!function(t){const e=Bo,n=t();for(;;)try{if(345411===-parseInt(e(263))/1*(-parseInt(e(264))/2)+parseInt(e(265))/3*(parseInt(e(268))/4)+parseInt(e(281))/5+parseInt(e(261))/6*(-parseInt(e(257))/7)+-parseInt(e(262))/8*(-parseInt(e(271))/9)+parseInt(e(254))/10*(parseInt(e(279))/11)+-parseInt(e(250))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jo);class Go extends t.Plugin{[Uo(276)](){const t=Uo;if(!this[t(248)][t(256)][t(278)](t(272)))return;const e=this[t(248)][t(249)],n=this[t(248)][t(256)][t(274)](t(285));n[t(252)](t(251)),n[t(260)](t(275)),n[t(289)][t(247)]((n=>{const r=t;if(r(267)!=n[r(255)])return;const{data:s}=n;return s&&r(275)==s[r(266)]?s[r(286)]&&s[r(283)]?{type:r(280),content:Kr(e,r(282))}:{type:r(280),content:""}:void 0})),this[t(284)]()}[Uo(284)](){const t=Uo,e=this[t(248)][t(256)][t(274)](t(285));e[t(290)][t(287)](t(253),t(251),t(277),e[t(290)][t(269)](t(253),null,t(273))),e[t(290)][t(287)](t(253),t(251),t(273),e[t(290)][t(269)](t(253),null,t(277))),this[t(259)]()}[Uo(259)](){const t=Uo,e=this[t(248)],n=e[t(249)];e[t(256)][t(274)](t(285))[t(289)][t(247)]((e=>{const r=t;if(r(253)!=e[r(255)]&&r(270)!=e[r(255)])return;const{data:s}=e;return s&&r(251)==s[r(288)]?{type:r(280),content:Kr(n,r(258))}:void 0}))}}const Vo=Ho;function Ho(t,e){const n=Wo();return(Ho=function(t,e){return n[t-=167]})(t,e)}!function(t){const e=Ho,n=t();for(;;)try{if(882041===parseInt(e(246))/1*(parseInt(e(241))/2)+parseInt(e(201))/3*(parseInt(e(223))/4)+parseInt(e(254))/5*(-parseInt(e(227))/6)+parseInt(e(193))/7+-parseInt(e(197))/8*(-parseInt(e(258))/9)+-parseInt(e(257))/10*(-parseInt(e(221))/11)+parseInt(e(207))/12*(-parseInt(e(245))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class zo extends t.Plugin{[Vo(264)](){const t=Vo,n=this[t(170)];if(!n[t(222)][t(194)](t(226)))return;const r=n[t(222)][t(248)](t(239)),s=n[t(222)][t(248)](t(230)),o={};r[t(225)](t(179),((o,i)=>{const a=t,c=n[a(222)][a(248)](a(195)).me,u=n[a(172)][a(248)](a(179));let l=s[a(244)](n[a(171)][a(238)][a(202)]),f=n[a(171)][a(214)](l),h=u[a(205)];if(h==i[a(205)])return;const g={commandName:a(179),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(171)][a(198)]((()=>{const t=a;if(r[t(200)]()[t(229)]((e=>e[t(233)]&&c==e[t(204)]&&(t(208)==e[t(180)]||t(234)==e[t(180)])&&(t(173)==e[t(237)]||t(181)==e[t(237)])&&e[t(240)]()[t(190)](f)))[t(175)]((e=>r[t(232)](e[t(250)]))),l=s[t(244)](n[t(171)][t(238)][t(202)]),f=n[t(171)][t(214)](l),u[t(255)](),n[t(172)][t(248)](t(256))[t(255)](),n[t(172)][t(248)](t(212))[t(255)](),h=u[t(205)],h!=i[t(205)])return s[t(266)](l)&&u[t(260)](i[t(205)],l)?(o({...i,setImageSizes:!1}),l=s[t(244)](n[t(171)][t(238)][t(202)]),void r[t(206)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(173))):void(s[t(186)](l)?r[t(206)](l,g,[],t(181)):r[t(242)](f,g,t(181)))}))}));for(const e of n[t(222)][t(248)](t(226))[t(215)])o[e[t(210)]]=e[t(261)][t(176)]();r[t(228)][t(199)](t(208),t(173),t(216),(()=>!1)),r[t(228)][t(199)](t(208),t(181),t(216),(()=>!1)),r[t(228)][t(199)](t(234),t(181),t(216),(()=>!1)),r[t(228)][t(199)](t(208),t(173),t(213),(([e])=>{const n=t;s[n(203)](e[n(265)]())})),r[t(228)][t(199)](t(208),t(173),t(209),((e,n)=>{const s=t;r[s(228)][s(169)](s(208),"",s(213))(e,{commandName:n[s(188)],commandParams:n[s(247)]})})),r[t(228)][t(199)](t(208),t(173),t(220),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(208),subType:t(173)},{type:t(268),subType:t(178)},{type:t(208),subType:t(184)},{type:t(268),subType:t(184)}];function a(e,n){const o=t,a=i[o(224)]((({type:t,subType:n})=>e[o(180)]==t&&e[o(237)]==n)),c=i[o(224)]((({type:t,subType:e})=>n[o(180)]==t&&n[o(237)]==e));if(a<0||c<0)return!1;const u=e[o(240)](),l=n[o(240)]();if((0==a||1==a)&&2==c&&u[o(174)](l))return!0;if(2==a&&3==c){const t=r[o(252)](u,o(268))[o(229)]((({suggestion:t,meta:e})=>e[o(251)]&&o(184)==t[o(237)]));if(t[o(219)]>1&&l[o(185)][o(190)](u[o(267)]))return!0;if(1==t[o(219)]&&(u[o(267)][o(190)](l[o(185)])||u[o(185)][o(190)](l[o(267)])))return!0}if(3==a&&3==c&&u[o(267)][o(231)](l[o(267)])){const t=u[o(185)][o(259)],e=l[o(267)][o(187)];return s[o(186)](t)&&t===e}return!1}n[t(171)][t(238)][t(253)]((()=>{const e=t;let o=!1;const i=Array[e(218)](n[e(171)][e(238)][e(211)][e(168)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(167)](t);if(e(243)==i&&r[e(191)](u)){if(e(208)==a&&(e(173)==c||e(181)==c)){const t=r[e(196)](u);if(n[e(236)]){const n=t[e(240)]()[e(265)]();if(s[e(186)](n))continue;r[e(232)](t),o=!0}}if(e(268)==a&&e(178)==c&&!n[e(236)]){const t=r[e(196)](u);t[e(249)]&&t[e(249)][e(233)]&&(r[e(232)](t[e(249)]),o=!0)}}}return o})),this[t(235)](o)}[Vo(235)](t){const e=Vo,n=this[e(170)],r=n[e(217)];n[e(222)][e(248)](e(239))[e(183)][e(192)]((n=>{const s=e;if(s(208)!=n[s(180)]&&s(234)!=n[s(180)])return;const{data:o}=n;if(!o||s(179)!=o[s(188)])return;const i=o[s(262)][0][s(205)];return function(t){const e=s;return{type:e(182),content:Kr(r,e(189),t)}}(s(263)===i?Kr(r,s(177)):t[i]||i)}))}}function Wo(){const t=["discard","name","differ","imageTypeBlock","accept","createRangeOn","normalizedStyles","join","locale","from","length","chain","8600537uKDyDC","plugins","9604igYmwW","findIndex","enableCommand","ImageStyleEditing","450LuTcgT","_suggestionFactory","filter","ImageUtils","isBefore","discardSuggestion","isInContent","formatInline","_registerLegacyDescription","newRange","subType","document","TrackChangesEditing","getFirstRange","2892QiucWt","markInlineFormat","suggestion","getClosestSelectedImageElement","2826265IuwaIP","363kkjBkE","commandReversedParams","get","next","head","isOwn","_findSuggestions","registerPostFixer","29685nbxpho","refresh","imageTypeInline","20JkzzGc","891umUhjE","nodeAfter","shouldConvertImageType","title","commandParams","side","afterInit","getContainedElement","isInlineImage","start","insertion","_splitMarkerName","getChangedMarkers","getSuggestionCallback","editor","model","commands","imageStylePreApply","isIntersecting","forEach","toLowerCase","FORMAT_SIDE_IMAGE","imageCaption","imageStyle","type","imageStylePostApply","format","descriptionFactory","convertInlineImageToBlock","end","isBlockImage","nodeBefore","commandName","*Format:* %0","isEqual","hasSuggestion","registerDescriptionCallback","7484442NClPfq","has","Users","getSuggestion","440YfIhYq","change","registerCustomCallback","getSuggestions","1509elesbx","selection","setImageNaturalSizeAttributes","author","value","markBlockFormat","168JDcSLt","formatBlock"];return(Wo=function(){return t})()}const Ko=qo;function Xo(){const t=["312838cxtrVn","774993JOdUTj","high","editor","3180drxjCp","enableCommand","commands","Users","track_changes","4077896BXTeKD","value","afterInit","3IpnXTV","lowest","_trackChangesExecuted","843070pLbHsI","execute","_setSuggestionData","listenTo","trackChanges","plugins","_handleImportedData","importWord","collaboration_features","3015175MwSaXr","_trackChangesValueDuringImport","get","bind","dataInsert","forEach","2513xjnQwO","12yhhFgf","108NdQODl","TrackChangesEditing","2000009dUDJnm"];return(Xo=function(){return t})()}function qo(t,e){const n=Xo();return(qo=function(t,e){return n[t-=456]})(t,e)}!function(t){const e=qo,n=t();for(;;)try{if(508117===-parseInt(e(460))/1*(parseInt(e(483))/2)+-parseInt(e(484))/3*(parseInt(e(479))/4)+parseInt(e(472))/5+-parseInt(e(487))/6*(parseInt(e(478))/7)+parseInt(e(457))/8+-parseInt(e(480))/9*(-parseInt(e(463))/10)+-parseInt(e(482))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Zo extends t.Plugin{constructor(t){const e=qo;super(t),this[e(473)]=!1,this[e(462)]=!1}[Ko(459)](){const t=Ko,e=this[t(486)],n=e[t(489)][t(474)](t(470)),r=e[t(489)][t(474)](t(467));n&&(n.on(t(464),((e,[,n])=>{const s=t;this[s(473)]=r[s(458)],n[s(471)][s(456)]=!this[s(473)]}),{priority:t(485)}),this[t(466)](n,t(476),this[t(469)][t(475)](this)),this[t(466)](n,t(476),(()=>{const e=t;this[e(462)]&&(r[e(464)](),this[e(462)]=!1)}),{priority:t(461)}),e[t(468)][t(474)](t(481))[t(488)](t(470)))}[Ko(469)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(486)][n(489)][n(474)](n(467)),o=s[n(458)];this[n(473)]!==o&&(s[n(464)](),this[n(462)]=!0),r&&r[n(477)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(486)][o(468)][o(474)](o(490)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(470)}}};this[o(486)][o(468)][o(474)](o(481))[o(465)](i)}))}}const Jo=Yo;function Yo(t,e){const n=Qo();return(Yo=function(t,e){return n[t-=181]})(t,e)}function Qo(){const t=["1235368MIjvRz","indentBlock","registerDescriptionCallback","*Indent:* %0","239615hPYnJh","8DiNhxS","getItems","306IyAyXf","format","formatBlock","enableDefaultAttributesIntegration","enableCommand","registerAttributeLabel","_registerLegacyDescription","FORMAT_INDENT","10760xvIhBY","IndentEditing","type","descriptionFactory","12188jrslFO","outdentBlock","743528OuLfRF","95280gEbkZi","registerBlockAttribute","getItemLabel","get","locale","9HnFuDE","afterInit","commandName","plugins","outdent","editor","TrackChangesEditing","has","230448zjKlpj","*Outdent:* %0","IndentBlock","indent","blockIndent","11347pBefZG"];return(Qo=function(){return t})()}!function(t){const e=Yo,n=t();for(;;)try{if(307161===-parseInt(e(183))/1+-parseInt(e(184))/2*(parseInt(e(214))/3)+-parseInt(e(220))/4+-parseInt(e(201))/5+parseInt(e(186))/6*(parseInt(e(219))/7)+parseInt(e(200))/8*(-parseInt(e(206))/9)+parseInt(e(194))/10*(parseInt(e(198))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends t.Plugin{[Jo(207)](){const t=Jo,e=this[t(211)],n=e[t(209)][t(204)](t(212));if(e[t(209)][t(213)](t(195))&&(n[t(190)](t(217)),n[t(190)](t(210))),e[t(209)][t(213)](t(216)))for(const e of[t(221),t(199)])n[t(189)](e);const r=e[t(205)];n[t(202)](t(218)),n[t(197)][t(191)](t(218),Kr(r,t(193))),this[t(192)]()}[Jo(192)](){const t=Jo,e=this[t(211)],n=e[t(205)],r=e[t(209)][t(204)](t(212));r[t(197)][t(181)]((e=>{const s=t;if(s(188)!=e[s(196)])return;const{data:o}=e;if(!o)return;if(s(221)!=o[s(208)]&&s(199)!=o[s(208)])return;const i=e[s(185)]()[0],a=r[s(197)][s(203)](i);return s(221)==o[s(208)]?{type:s(187),content:Kr(n,s(182),a)}:s(199)==o[s(208)]?{type:s(187),content:Kr(n,s(215),a)}:void 0}))}}function ti(t,e){var n=ni();return(ti=function(t,e){return n[t-=285]})(t,e)}var ei=ti;function ni(){var t=["11IiJMmp","enableCommand","2TtbGwm","get","1282101iErKfa","30JmecES","editor","14162650hAndAo","requires","1917167EPrJyY","99XBPMjX","input","TrackChangesEditing","init","3976460JXdPOo","1436310yPEQNg","2913414SwquoG","plugins","146408XVwASU"];return(ni=function(){return t})()}!function(t){for(var e=ti,n=t();;)try{if(723691===parseInt(e(303))/1*(parseInt(e(301))/2)+parseInt(e(296))/3+-parseInt(e(294))/4+-parseInt(e(295))/5+parseInt(e(285))/6*(parseInt(e(289))/7)+-parseInt(e(298))/8*(parseInt(e(290))/9)+-parseInt(e(287))/10*(parseInt(e(299))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ni);class ri extends t.Plugin{static get[ei(288)](){return[Os.Input]}[ei(293)](){var t=ei;this[t(286)][t(297)][t(302)](t(292))[t(300)](t(291))}}function si(){const t=["link (","8EbKxpT","newValue","572895rDzEsu","869yYcQVV","label","editor","registerInlineAttribute","plugins","toLowerCase","manualDecorators","locale","16790kJaMRO","4QWhBgA","attribute","get","format","*Remove link*","1337211qlbqUO","descriptionFactory","formatInline","registerDescriptionCallback","2tfXfsR","commands","afterInit","has","enableDefaultAttributesIntegration","508667dbvDaF","LinkEditing","TrackChangesEditing","3413815GqFigT","key","*Set link:* %0","link","unlink","commandParams","type","registerAttributeLabel","18448344QgAvXd","2441292cahkfW","commandName","_registerLegacyDescription","linkHref","6NXChYI"];return(si=function(){return t})()}const oi=ii;function ii(t,e){const n=si();return(ii=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=ii,n=t();for(;;)try{if(475009===parseInt(e(238))/1*(parseInt(e(233))/2)+-parseInt(e(258))/3*(-parseInt(e(268))/4)+parseInt(e(241))/5*(parseInt(e(254))/6)+parseInt(e(250))/7+parseInt(e(256))/8*(parseInt(e(273))/9)+parseInt(e(267))/10*(parseInt(e(259))/11)+-parseInt(e(249))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(si);class ai extends t.Plugin{[oi(235)](){const t=oi,e=this[t(261)];if(!e[t(263)][t(236)](t(239)))return;const n=e[t(263)][t(270)](t(240)),r=e[t(234)][t(270)](t(244));n[t(237)](t(244)),n[t(237)](t(245)),n[t(262)](t(253));for(const e of r[t(265)])n[t(262)](e.id),n[t(274)][t(248)](e.id,t(255)+e[t(260)][t(264)]()+")");n[t(274)][t(276)]((n=>{const r=t;if(r(269)!=n[r(247)])return;const{data:s}=n;if(!s||r(253)!=s[r(242)])return;const o=s[r(257)],i=e[r(266)];return{type:r(271),content:null==o?Kr(i,r(272)):Kr(i,r(243),'"'+o+'"')}})),this[t(252)]()}[oi(252)](){const t=oi,e=this[t(261)],n=e[t(266)];e[t(263)][t(270)](t(240))[t(274)][t(276)]((e=>{const r=t;if(r(275)!=e[r(247)])return;const{data:s}=e;if(s){if(r(244)==s[r(251)]){const t=s[r(246)][0];return{type:r(271),content:Kr(n,r(243),'"'+t+'"')}}return r(245)==s[r(251)]?{type:r(271),content:Kr(n,r(272))}:void 0}}))}}const ci=ui;function ui(t,e){const n=li();return(ui=function(t,e){return n[t-=376]})(t,e)}function li(){const t=["registerDescriptionCallback","plugins","model","listItem","locale","length","ELEMENT_BULLETED_LIST","previousSibling","value","enableCommand","LegacyTodoListEditing","*Outdent:* %0","getSelectedBlocks","parent","791056cjtjbo","formatInline","commandParams","listType","registerElementLabel","listIndent","TrackChangesEditing","_selectedElements","bulletedList","createRange","nextSibling","end","75772DhNbWr","*Indent:* %0","checkChild","*Uncheck item*","List","isObject","checkTodoList","findIndex","527667ihZeBa","428934pomomJ","1750905IMQLmT","1451073pSiBOb","change","ELEMENT_TODO_LIST","has","outdentList","type","commands","commandName","bulleted","format","selection","398215IsZjht","afterInit","add","descriptionFactory","todo","push","*Check item*","get","forceValue","getAttribute","todoListChecked","ELEMENT_LIST_ITEM","indentList","before","4zIPRSK","*Change to:* %0","paragraph","slice","schema","numberedList","filter","editor","formatBlock","ELEMENT_NUMBERED_LIST","replace","numbered","execute","createPositionAt","from","todoList","markBlockFormat","name","LegacyListEditing","document","blockName","element"];return(li=function(){return t})()}!function(t){const e=ui,n=t();for(;;)try{if(521531===-parseInt(e(410))/1+parseInt(e(388))/2+parseInt(e(399))/3+parseInt(e(424))/4*(parseInt(e(398))/5)+parseInt(e(397))/6+parseInt(e(396))/7+-parseInt(e(376))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(li);class fi extends t.Plugin{[ci(411)](){const t=ci,e=this[t(431)],n=e[t(450)];if(!e[t(447)][t(402)](t(442)))return;const r=e[t(447)][t(417)](t(382)),s=e[t(447)][t(402)](t(456));function o(t){return()=>{const n=ui,s=e[n(448)][n(443)][n(409)],o=e[n(405)][n(417)](t);if(o[n(454)])return void e[n(436)](n(426),{});const i=t[n(427)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(438)](t)[s(430)]((t=>function(t,e){const n=s;return e[n(390)](t[n(459)],n(449))&&!e[n(393)](t)}(t,r)));o=o[s(430)]((t=>!t.is(s(445),s(449))||t[s(419)](s(379))!=e));const i=new Set;for(const t of o)t.is(s(445),s(449))?i[s(412)](hi(t)):i[s(412)](t);return Array[s(438)](i)}(s[n(458)](),i,e[n(448)][n(428)]);e[n(448)][n(400)]((()=>{const e=n;for(const n of a)r[e(440)](n,{commandName:t,commandParams:[{forceValue:!o[e(454)]}],formatGroupId:e(444)},gi(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(438)](t);const r=n[e(395)]((t=>e(449)!=t[e(441)]));return r>-1&&(n=n[e(427)](0,r)),n}(e[n(448)][n(443)][n(409)][n(458)]()),o=e[n(448)][n(385)](e[n(448)][n(437)](s[0],n(423)),e[n(448)][n(437)](s[s[n(451)]-1],n(387)));e[n(448)][n(400)]((()=>{const e=n;r[e(440)](o,{commandName:t,commandParams:[],formatGroupId:e(381)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(386)];for(;t&&t[n(419)](n(381))>e[n(419)](n(381));)r[n(412)](t),t=t[n(386)]}return Array[n(438)](r)}(s))}))}}r[t(455)](t(429),o(t(429))),r[t(455)](t(384),o(t(384))),s&&r[t(455)](t(439),o(t(439))),r[t(455)](t(422),i(t(422))),r[t(455)](t(403),i(t(403))),s&&r[t(455)](t(394),(()=>{const n=t,s=e[n(405)][n(417)](n(394)),o=Array[n(438)](s[n(383)]);o[n(430)]((t=>t[n(419)](n(420))!=s[n(454)])),e[n(448)][n(400)]((()=>{const t=n;for(const e of o)r[t(440)](e,{commandName:t(394),commandParams:[{forceValue:!s[t(454)]}]})}))})),r[t(413)][t(380)](t(449),(e=>Kr(n,t(421),e))),r[t(413)][t(446)]((e=>{const r=t;if(r(432)!=e[r(404)]&&r(377)!=e[r(404)])return;const{data:s}=e;if(s){if(r(429)==s[r(406)]||r(384)==s[r(406)]||r(439)==s[r(406)])switch(s[r(406)][r(434)](r(392),"")){case r(407):return o(Kr(n,r(452)));case r(435):return o(Kr(n,r(433)));case r(414):return o(Kr(n,r(401)))}if(r(422)==s[r(406)])return{type:r(408),content:Kr(n,r(389),Kr(n,r(421)))};if(r(403)==s[r(406)])return{type:r(408),content:Kr(n,r(457),Kr(n,r(421)))};if(r(394)==s[r(406)])return s[r(378)][0][r(418)]?{type:r(408),content:Kr(n,r(416))}:{type:r(408),content:Kr(n,r(391))}}function o(t){const e=r;return{type:e(408),content:Kr(n,e(425),t)}}}))}}function hi(t){const e=ci,n=t[e(419)](e(381));if(0==n)return t;let r=t;for(;t[e(453)]&&t[e(453)].is(e(445),e(449));){const s=t[e(453)][e(419)](e(381));if(s==n)r=t[e(453)];else if(s<n)break;t=t[e(453)]}return r}function gi(t){const e=ci,n=[];if(t.is(e(445),e(449))&&t[e(419)](e(381))>0){let r=t[e(386)];for(;r&&e(449)==r[e(441)]&&r[e(419)](e(381))==t[e(419)](e(381));)n[e(415)](r),r=r[e(386)]}return n}function di(){const t=["commandParams","before","2WYWZdz","formatInline","6230qKcurU","6zArGCm","createPositionAt","filter","length","3869026uLOaBl","listStyle","push","_getSuggestionBlocksForListStyle","replace","model","LegacyListPropertiesEditing","listItem","*Change to:* %0","126EoIyxH","reversed","516742IEnOaL","numbered","handleListReversedCommand","10viLKge","element","map","createRange","getListTypeFromListStyleType","type","startIndex","2133428yZxsGA","format","55912XSMnhH","handleListStartCommand","markMultiRangeBlockFormat","commandName","unshift","document","config","getSiblingNodes","flat","ELEMENT_","parent","*Format:* set order to reversed","getFirstPosition","plugins","getSelectedBlocks","formatBlock","handleDescriptions","listType","_getTranslationKeyForListStyle","toUpperCase","134181jMWsQT","has","get","change","forward","locale","editor","selection","handleListStyleCommand","*Format:* set start index to %0","bind","LegacyListUtils","from","enableCommand","TrackChangesEditing","*Format:* set order to regular","backward","getLastPosition","registerDescriptionCallback","listStart","listReversed","getAttribute","_LIST_","descriptionFactory","afterInit","9341688SxDqpc","896IltWGu","_getSuggestionBlocks","styles","list.properties","default"];return(di=function(){return t})()}const pi=mi;function mi(t,e){const n=di();return(mi=function(t,e){return n[t-=109]})(t,e)}!function(t){const e=mi,n=t();for(;;)try{if(324639===-parseInt(e(189))/1*(parseInt(e(171))/2)+parseInt(e(138))/3+-parseInt(e(164))/4*(-parseInt(e(173))/5)+parseInt(e(174))/6*(-parseInt(e(178))/7)+parseInt(e(118))/8*(parseInt(e(187))/9)+parseInt(e(109))/10*(parseInt(e(116))/11)+parseInt(e(163))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class Ii extends t.Plugin{[pi(162)](){const t=pi;if(!this[t(144)][t(131)][t(139)](t(184)))return;const e=this[t(144)][t(124)][t(140)](t(167)),n=this[t(144)][t(131)][t(140)](t(152));e[t(166)]&&n[t(151)](t(179),this[t(146)][t(148)](this)),e[t(188)]&&n[t(151)](t(158),this[t(191)][t(148)](this)),e[t(115)]&&n[t(151)](t(157),this[t(119)][t(148)](this)),n[t(161)][t(156)](this[t(134)][t(148)](this))}[pi(146)](t,e={}){const n=pi,r=this[n(144)][n(131)][n(140)](n(152)),s=this[n(181)]();this[n(144)][n(183)][n(141)]((()=>{const t=n;r[t(120)](s,{commandName:t(179),commandParams:[{type:e[t(114)]}],formatGroupId:t(179)})}))}[pi(191)](t,e={}){const n=pi,r=this[n(144)][n(131)][n(140)](n(152)),s=this[n(165)]((t=>t.is(n(110),n(185))&&n(190)===t[n(159)](n(135))));if(s[n(177)]<1)return;const o=s[n(111)]((t=>this[n(144)][n(183)][n(112)](this[n(144)][n(183)][n(175)](t,n(170)),this[n(144)][n(183)][n(175)](t,0))));this[n(144)][n(183)][n(141)]((()=>{const t=n;r[t(120)](o,{commandName:t(158),commandParams:[{reversed:e[t(188)]}],formatGroupId:t(158)})}))}[pi(119)](t,e={}){const n=pi,r=this[n(144)][n(131)][n(140)](n(152)),s=this[n(165)]((t=>t.is(n(110),n(185))&&n(190)===t[n(159)](n(135))));if(s[n(177)]<1)return;const o=s[n(111)]((t=>this[n(144)][n(183)][n(112)](this[n(144)][n(183)][n(175)](t,n(170)),this[n(144)][n(183)][n(175)](t,0))));this[n(144)][n(183)][n(141)]((()=>{const t=n;r[t(120)](o,{commandName:t(157),commandParams:[{startIndex:e[t(115)]}],formatGroupId:t(157)})}))}[pi(134)](t){const e=pi;if(e(133)!=t[e(114)]&&e(172)!=t[e(114)])return;const n=this[e(144)][e(143)],{data:r}=t;if(!r)return;let s,o;switch(r[e(121)]){case e(179):s=e(186),o={type:e(117),content:Kr(n,s,Kr(n,this[e(136)](r[e(169)][0][e(114)])))};break;case e(158):s=r[e(169)][0][e(188)]?e(129):e(153),o={type:e(117),content:Kr(n,s)};break;case e(157):s=e(147),o={type:e(117),content:Kr(n,s,r[e(169)][0][e(115)])}}return o}[pi(181)](){const t=pi;var e,n,r,s;const o=this[t(144)][t(131)][t(140)](t(149));let i=Array[t(150)](this[t(144)][t(183)][t(123)][t(145)][t(132)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(110),t(185)))&&i[t(122)](...o[t(125)](this[t(144)][t(183)][t(123)][t(145)][t(130)](),t(154))),(null===(n=i[i[t(177)]-1])||void 0===n?void 0:n.is(t(110),t(185)))&&i[t(180)](...o[t(125)](this[t(144)][t(183)][t(123)][t(145)][t(155)](),t(142))),i=[...new Set(i)],(null===(s=null===(r=this[t(144)][t(183)][t(123)][t(145)][t(130)]())||void 0===r?void 0:r[t(128)])||void 0===s?void 0:s.is(t(110),t(185)))&&(i=i[t(176)]((e=>e.is(t(110),t(185))))),i}[pi(165)](t){const e=pi,n=this[e(144)][e(131)][e(140)](e(149));let r=Array[e(150)](this[e(144)][e(183)][e(123)][e(145)][e(132)]())[e(176)](t)[e(111)]((t=>{const r=e,s=this[r(144)][r(183)][r(175)](t,0);return[...n[r(125)](s,r(154)),...n[r(125)](s,r(142))]}))[e(126)]();return r=[...new Set(r)],r}[pi(136)](t){const e=pi;return e(127)+(this[e(144)][e(131)][e(140)](e(149))[e(113)](t)||e(168))[e(137)]()+e(160)+t[e(137)]()[e(182)](/-/g,"_")}}const Ei=Ti;function bi(){const t=["dataDowncast","20oqUkaz","has","afterInit","mediaEmbed","showSuggestionHighlights","238zRngVt","editor","24FMTAdU","div","registerElementLabel","TrackChangesEditing","createEmptyElement","5294sVGqdN","downcastDispatcher","260600UQYfVP","3XjIgwC","12ZlKRaC","2999583WGAYEj","for","options","plugins","42dciDiv","high","get","enableCommand","conversion","media","elementToElement","attribute:url:media","MediaEmbedEditing","8906417DNoQlR","ELEMENT_MEDIA","data","descriptionFactory","locale","stop","1711884OWrRCI","737569JqcDAe","1151029zbvTUz"];return(bi=function(){return t})()}function Ti(t,e){const n=bi();return(Ti=function(t,e){return n[t-=165]})(t,e)}!function(t){const e=Ti,n=t();for(;;)try{if(336382===-parseInt(e(166))/1*(parseInt(e(173))/2)+-parseInt(e(176))/3*(-parseInt(e(197))/4)+-parseInt(e(175))/5*(-parseInt(e(182))/6)+-parseInt(e(198))/7*(-parseInt(e(168))/8)+parseInt(e(178))/9+parseInt(e(201))/10*(parseInt(e(199))/11)+-parseInt(e(177))/12*(parseInt(e(191))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bi);class _i extends t.Plugin{[Ei(203)](){const t=Ei,e=this[t(167)];if(!e[t(181)][t(202)](t(190)))return;const n=e[t(181)][t(184)](t(171)),r=e[t(195)];n[t(185)](t(204)),n[t(194)][t(170)](t(187),(e=>Kr(r,t(192),e))),e[t(186)][t(179)](t(200))[t(188)]({model:t(187),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(165)])return n[s(172)](s(169))},converterPriority:t(183)}),e[t(193)][t(174)].on(t(189),((e,n,r)=>{const s=t;r[s(180)][s(165)]&&e[s(196)]()}),{priority:t(183)})}}function yi(t,e){const n=ki();return(yi=function(t,e){return n[t-=213]})(t,e)}const Ai=yi;function ki(){const t=["2366436oXIRQM","afterInit","has","777vYVksO","751885BmtIny","7367607zfAWkN","77dIkTOp","editor","enableCommand","2861500cHhwmL","12813XRBVAw","plugins","3558ArsOIB","TrackChangesEditing","8MslNfe","get","199876IoydhA","8DBVvpp","MentionEditing","162bCOHAq","mention"];return(ki=function(){return t})()}!function(t){const e=yi,n=t();for(;;)try{if(759092===-parseInt(e(215))/1+-parseInt(e(218))/2*(-parseInt(e(230))/3)+parseInt(e(213))/4*(-parseInt(e(224))/5)+-parseInt(e(232))/6*(-parseInt(e(223))/7)+parseInt(e(216))/8*(-parseInt(e(225))/9)+parseInt(e(229))/10+-parseInt(e(226))/11*(-parseInt(e(220))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ki);class Ci extends t.Plugin{[Ai(221)](){const t=Ai,e=this[t(227)];e[t(231)][t(222)](t(217))&&e[t(231)][t(214)](t(233))[t(228)](t(219))}}function Ni(t,e){const n=Ri();return(Ni=function(t,e){return n[t-=298]})(t,e)}const Li=Ni;!function(t){const e=Ni,n=t();for(;;)try{if(503613===parseInt(e(328))/1*(parseInt(e(323))/2)+-parseInt(e(326))/3+-parseInt(e(305))/4+parseInt(e(313))/5+-parseInt(e(321))/6+-parseInt(e(331))/7+-parseInt(e(316))/8*(-parseInt(e(301))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ri);class Si extends t.Plugin{[Li(310)](){const t=Li,e=this[t(308)];if(!e[t(311)][t(332)](t(329)))return;e[t(311)][t(314)](t(325))[t(300)](t(307)),e[t(311)][t(314)](t(325))[t(300)](t(304));const n=e[t(311)][t(314)](t(325)),r=e[t(327)];n[t(298)][t(306)](t(309),(e=>Kr(r,t(324),e))),n[t(298)][t(306)](t(299),(e=>Kr(r,t(324),e))),n[t(298)][t(322)]((n=>{const s=t;if(s(312)!=n[s(330)]&&s(302)!=n[s(330)])return;const o=n[s(315)]();if(null==o)return;if(!o.is(s(320),s(309))&&!o.is(s(320),s(299)))return;const i=e[s(311)][s(314)](s(329))[s(319)](o[s(317)]("id"));return s(312)==n[s(330)]?{type:s(312),content:Kr(r,s(303),'"'+i+'" '+Kr(r,s(324)))}:{type:s(302),content:Kr(r,s(318),'"'+i+'" '+Kr(r,s(324)))}}))}}function Ri(){const t=["2207024alSnVq","registerElementLabel","insertMergeField","editor","mergeField","afterInit","plugins","insertion","3480680vBLmPS","get","getContainedElement","6743928WaFPlk","getAttribute","*Remove:* %0","getLabel","element","4960536RuWLfE","registerDescriptionCallback","98IIOuhH","ELEMENT_MERGE_FIELD","TrackChangesEditing","3007698UopmQf","locale","20389kRXaRI","MergeFieldsEditing","type","3475416wNDLxv","has","descriptionFactory","mergeFieldBlock","enableCommand","18lVPeyA","deletion","*Insert:* %0","insertMergeFieldBlock"];return(Ri=function(){return t})()}const Mi=Oi;function vi(){const t=["oldValue","20652QNCRyc","*Set format:* %0","next","*Remove format:* %0","registerDescriptionCallback","multiLevelList","302888DvqILx","editor","30530151tKqRpY","get","listType","format","listMarkerStyle","key","afterInit","ELEMENT_MULTI_LEVEL_LIST","has","enableDefaultAttributesIntegration","data","MultiLevelList","head","registerBlockAttribute","descriptionFactory","606yWEDiP","plugins","2123012PJbdug","handleDescriptions","1698600Ozvwdu","locale","2483058ygWSXs","TrackChangesEditing","651813tiuChF","77QTnPLl","newValue"];return(vi=function(){return t})()}function Oi(t,e){const n=vi();return(Oi=function(t,e){return n[t-=486]})(t,e)}!function(t){const e=Oi,n=t();for(;;)try{if(534040===parseInt(e(504))/1+parseInt(e(498))/2+-parseInt(e(496))/3*(-parseInt(e(508))/4)+parseInt(e(500))/5+parseInt(e(502))/6+parseInt(e(505))/7*(parseInt(e(514))/8)+-parseInt(e(516))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vi);class wi extends t.Plugin{[Mi(487)](){const t=Mi,e=this[t(515)],n=e[t(497)][t(517)](t(503));e[t(497)][t(489)](t(492))&&(n[t(490)](t(513)),n[t(494)](t(520)),n[t(495)][t(512)]((e=>this[t(499)](e))))}[Mi(499)](t){const e=Mi,n=this[e(515)][e(501)],{data:r}=t,s={type:e(519),content:""};if(r&&e(520)==r[e(486)]){if(!r[e(507)])return{type:e(519),content:Kr(n,e(509),Kr(n,e(488)))+" ("+r[e(506)]+")"};if(!r[e(506)]){let o=t[e(493)];for(;o;){if(o[e(491)]&&e(518)==o[e(491)][e(486)]&&o[e(491)][e(506)])return s;o=o[e(510)]}return{type:e(519),content:Kr(n,e(511),Kr(n,e(488)))+" ("+r[e(507)]+")"}}}}}function Di(){const t=["TrackChangesEditing","enableCommand","1790331aIUZWm","locale","PageBreakEditing","pageBreak","9mmgfYO","265949CGdhNi","3540410EMBYCK","17423978trfMAf","get","2695835dfMWHP","plugins","318094pmfCPa","has","editor","4MzVuug","2PpQsyb","afterInit","ELEMENT_PAGE_BREAK","12MKXSFZ","registerElementLabel","570352IPIPez","descriptionFactory"];return(Di=function(){return t})()}const Fi=Pi;function Pi(t,e){const n=Di();return(Pi=function(t,e){return n[t-=138]})(t,e)}!function(t){const e=Pi,n=t();for(;;)try{if(334114===-parseInt(e(150))/1*(-parseInt(e(160))/2)+parseInt(e(145))/3+parseInt(e(159))/4*(parseInt(e(154))/5)+-parseInt(e(139))/6*(-parseInt(e(156))/7)+parseInt(e(141))/8+parseInt(e(149))/9*(parseInt(e(151))/10)+-parseInt(e(152))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Di);class xi extends t.Plugin{[Fi(161)](){const t=Fi,e=this[t(158)];if(!e[t(155)][t(157)](t(147)))return;e[t(155)][t(153)](t(143))[t(144)](t(148));const n=e[t(155)][t(153)](t(143)),r=e[t(146)];n[t(142)][t(140)](t(148),(e=>Kr(r,t(138),e)))}}function Bi(t,e){const n=Vi();return(Bi=function(t,e){return n[t-=329]})(t,e)}const Ui=Bi;!function(t){const e=Bi,n=t();for(;;)try{if(542666===-parseInt(e(386))/1+parseInt(e(387))/2*(parseInt(e(373))/3)+parseInt(e(392))/4*(-parseInt(e(381))/5)+parseInt(e(378))/6*(parseInt(e(375))/7)+-parseInt(e(382))/8*(parseInt(e(332))/9)+-parseInt(e(366))/10*(parseInt(e(337))/11)+parseInt(e(365))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vi);class ji extends t.Plugin{[Ui(391)](){const t=Ui,e=this[t(351)];if(!e[t(349)][t(397)](t(329)))return;const n=e[t(353)],r=e[t(349)][t(376)](t(358));r[t(340)][t(384)](t(341),(e=>Kr(n,t(333),e))),r[t(389)](t(341)),r[t(347)](t(352)),e[t(372)][t(342)].on(t(355),Gi(e),{priority:t(339)}),e[t(334)][t(342)].on(t(355),((n,r,s)=>{const o=t;s[o(331)][o(362)]&&Gi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(339)});const s=r[t(340)];s[t(399)]((r=>{const o=t;if(o(370)!==r[o(395)])return;const{start:i,end:a}=r[o(363)]();if(!i[o(400)](a)||!i[o(383)])return;const c=e[o(346)][o(374)],u=i[o(383)];return c[o(356)](u)&&!c[o(380)](u)&&c[o(390)](u,o(377))?{type:o(370),content:Kr(n,o(338),s[o(348)](u,1))}:void 0})),this[t(379)]()}[Ui(379)](){const t=Ui,e=this[t(351)],n=e[t(353)];e[t(349)][t(376)](t(358))[t(340)][t(399)]((e=>{const r=t;if(r(359)!=e[r(395)])return;const{data:s}=e;return s&&r(341)==s[r(361)]?{type:r(343),content:Kr(n,r(345),Kr(n,r(333)))}:void 0}))}}function Gi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Bi,i=t[o(349)][o(376)](o(358)),a=r[o(369)][o(335)],c=r[o(369)][o(360)],u=t[o(346)][o(374)];if(!a[o(400)](c)||!a[o(383)])return;const l=a[o(383)];if(u[o(356)](l)&&!u[o(380)](l)&&u[o(390)](l,o(377))){if(!s[o(394)][o(357)](r[o(369)],n[o(385)]))return;const{authorId:t}=i[o(368)](r[o(401)]),a=s[o(393)][o(344)](o(398),{class:o(367),"data-author-id":t}),u=s[o(336)][o(330)](c);e&&i[o(350)][o(388)](r[o(401)])&&s[o(393)][o(396)](o(371),a),s[o(393)][o(354)](u,a),s[o(336)][o(364)](a,r[o(401)])}}}function Vi(){const t=["data","start","mapper","2904eVOonm","*Insert:* %0","highest","descriptionFactory","paragraph","downcastDispatcher","format","createUIElement","*Change to:* %0","model","enableCommand","getItemLabel","plugins","activeMarkers","editor","insertParagraph","locale","insert","addMarker:suggestion:insertion","isBlock","consume","TrackChangesEditing","formatBlock","end","commandName","showSuggestionHighlights","getFirstRange","bindElementToMarker","17472420GYClUE","18790smJucx","ck-suggestion-marker-split","_splitMarkerName","markerRange","insertion","ck-suggestion-marker--active","editing","495qUAOQp","schema","7rflOMz","get","$text","4943058RqeURj","_registerLegacyDescription","isLimit","5173010XxsxfS","298888BMsrHp","nodeAfter","registerElementLabel","name","413558DUxmBb","2962nXCCgu","includes","enableDefaultAttributesIntegration","checkChild","afterInit","4jcHiqn","writer","consumable","type","addClass","has","span","registerDescriptionCallback","isTouching","markerName","Paragraph","toViewPosition","options","9XEwoLx","ELEMENT_PARAGRAPH"];return(Vi=function(){return t})()}const Hi=zi;function zi(t,e){const n=Ki();return(zi=function(t,e){return n[t-=134]})(t,e)}!function(t){const e=zi,n=t();for(;;)try{if(213532===parseInt(e(147))/1+-parseInt(e(134))/2+-parseInt(e(158))/3+-parseInt(e(145))/4*(-parseInt(e(140))/5)+parseInt(e(154))/6+-parseInt(e(139))/7+parseInt(e(136))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ki);class Wi extends t.Plugin{[Hi(135)](){const t=Hi,e=this[t(156)];e[t(153)][t(143)](t(157))&&(e[t(153)][t(142)](t(152))[t(160)](t(148)),this[t(155)]())}[Hi(155)](){const t=Hi,e=this[t(156)];e[t(153)][t(142)](t(152))[t(138)][t(137)]((n=>{const r=t;if(r(149)!=n[r(144)]&&r(151)!=n[r(144)])return;const{data:s}=n;return s&&r(148)==s[r(150)]?{type:r(141),content:Kr(e[r(146)],r(159))}:void 0}))}}function Ki(){const t=["format","get","has","type","716ylrZuU","locale","183892jmyfGU","removeFormat","formatBlock","commandName","formatInline","TrackChangesEditing","plugins","317502zTydYz","_registerLegacyDescription","editor","RemoveFormatEditing","1011990APoeYz","*Remove all formatting*","enableDefaultAttributesIntegration","92966bkpWiW","afterInit","191600wOWBZs","registerDescriptionCallback","descriptionFactory","78477KigYBo","9715EejLJd"];return(Ki=function(){return t})()}const Xi=qi;function qi(t,e){const n=Zi();return(qi=function(t,e){return n[t-=349]})(t,e)}function Zi(){const t=["has","acceptSelectedSuggestions","discardAllSuggestions","acceptSuggestion","15223800smdYiL","goToNextRestrictedEditingException","RestrictedEditingModeEditing","trackChanges","251399XMVkAO","discardSelectedSuggestions","4555BscIes","afterInit","8121442jCcLxf","get","acceptAllSuggestions","TrackChangesEditing","editor","2000002ghCzVC","enableCommand","1878CfhiPX","discardSuggestion","2222868yCQkny","plugins","goToPreviousRestrictedEditingException","131007GWbjNl"];return(Zi=function(){return t})()}!function(t){const e=qi,n=t();for(;;)try{if(927252===-parseInt(e(363))/1+-parseInt(e(372))/2+-parseInt(e(354))/3+-parseInt(e(351))/4+parseInt(e(365))/5*(-parseInt(e(349))/6)+parseInt(e(367))/7+parseInt(e(359))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zi);class Ji extends t.Plugin{[Xi(366)](){const t=Xi,e=this[t(371)];if(!e[t(352)][t(355)](t(361)))return;const n=e[t(352)][t(368)](t(370));n[t(373)](t(353)),n[t(373)](t(360));const r=e[t(352)][t(368)](t(361));r[t(373)](t(362)),r[t(373)](t(358)),r[t(373)](t(350)),r[t(373)](t(369)),r[t(373)](t(357)),r[t(373)](t(356)),r[t(373)](t(364))}}const Yi=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=460]})(t,e)}function $i(){const t=["markerRange","plugins","addMarker:suggestion:deletion","enableCommand","options","registerElementLabel","editing","45FcImrv","504MPcOgf","addMarker:suggestion","markerName","24akQvkc","4581CPiQEE","shiftEnter","includes","addMarker:suggestion:insertion","241460KGQfJM","createUIElement","createPositionBefore","model","745199AqsZAY","data","locale","ck-suggestion-marker-","get","bindElementToMarker","element","80cbQraT","ELEMENT_LINE_BREAK","11016rbbzMB","writer","1485279zPjkJN","735361bKjCAw","ck-suggestion-marker--active","span","getItems","softBreak","235010cWATOc","deletion","consumable","init","high","activeMarkers","TrackChangesEditing","showSuggestionHighlights","_splitMarkerName","downcastDispatcher","test","merge","1158724EtrUNI","insert","descriptionFactory","mapper","toViewPosition","requires","split","6bFcpuo","editor","addClass","name"];return($i=function(){return t})()}!function(t){const e=Qi,n=t();for(;;)try{if(857149===-parseInt(e(490))/1+parseInt(e(496))/2*(-parseInt(e(470))/3)+-parseInt(e(475))/4*(-parseInt(e(466))/5)+parseInt(e(515))/6*(parseInt(e(508))/7)+parseInt(e(488))/8*(parseInt(e(471))/9)+parseInt(e(486))/10*(-parseInt(e(491))/11)+parseInt(e(467))/12*(parseInt(e(479))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class ta extends t.Plugin{static get[Yi(513)](){return[Qs.ShiftEnter]}[Yi(499)](){const t=Yi,e=this[t(516)],n=e[t(460)][t(483)](t(502));n[t(462)](t(472)),e[t(465)][t(505)].on(t(474),ea(e),{priority:t(500)}),e[t(465)][t(505)].on(t(461),ea(e),{priority:t(500)}),e[t(480)][t(505)].on(t(468),((n,r,s)=>{const o=t;s[o(463)][o(503)]&&ea(e,{showActiveMarker:!1})(n,r,s)})),n[t(510)][t(464)](t(495),(n=>Kr(e[t(481)],t(487),n)))}}function ea(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Qi,i=t[o(460)][o(483)](o(502));if(!s[o(498)][o(506)](r[o(519)],n[o(518)]))return;const a=t[o(478)];for(const t of r[o(519)][o(494)]()){if(!t.is(o(485),o(495)))continue;const n=o(497)==r[o(469)][o(514)](":")[1]?o(507):o(514),{authorId:c}=i[o(504)](r[o(469)]),u=s[o(489)][o(476)](o(493),{class:o(482)+n,"data-author-id":c}),l=s[o(511)][o(512)](a[o(477)](t));e&&i[o(501)][o(473)](r[o(469)])&&s[o(489)][o(517)](o(492),u),s[o(489)][o(509)](l,u),s[o(511)][o(484)](u,r[o(469)])}}}function na(t,e){const n=ra();return(na=function(t,e){return n[t-=293]})(t,e)}function ra(){const t=["type","StandardEditingModeEditing","4312134WaFkAp","descriptionFactory","format","isCollapsed","forceValue","TrackChangesEditing","commandName","getRanges","document","from","commands","FORMAT_RESTRICTED_ENABLED","FORMAT_RESTRICTED_DISABLED","117acQzDT","commandParams","enableCommand","plugins","3695168sfprZY","1503020uxjGiZ","afterInit","editor","42ZoGhwz","locale","7089328LWGPeQ","formatBlock","model","selection","value","2461885oPFYgi","6XDuhfk","markInlineFormat","registerDescriptionCallback","get","change","restrictedEditingException","formatInline","has","373631lULhko","515336aIbLWD"];return(ra=function(){return t})()}const sa=na;!function(t){const e=na,n=t();for(;;)try{if(946544===-parseInt(e(304))/1+-parseInt(e(325))/2+-parseInt(e(308))/3+parseInt(e(331))/4+parseInt(e(295))/5*(parseInt(e(296))/6)+parseInt(e(329))/7*(parseInt(e(305))/8)+parseInt(e(321))/9*(parseInt(e(326))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ra);class oa extends t.Plugin{[sa(327)](){const t=sa,e=this[t(328)],n=e[t(333)],r=e[t(330)];if(!e[t(324)][t(303)](t(307)))return;const s=e[t(324)][t(299)](t(313)),o=t(301),i=e[t(318)][t(299)](o);s[t(323)](o,((e,r={})=>{const a=t,c=n[a(316)][a(293)];if(c[a(311)])return void e(r);const u=void 0!==r[a(312)]?r[a(312)]:!i[a(294)];n[a(300)]((()=>{const t=a,e=Array[t(317)](c[t(315)]());for(const r of e){const e=u?[r]:Fs(o,r,n);for(const n of e)s[t(297)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(309)][t(298)]((e=>{const n=t;if(n(332)!=e[n(306)]&&n(302)!=e[n(306)])return;const{data:s}=e;return s&&s[n(314)]==o?s[n(322)][0][n(312)]?{type:n(310),content:Kr(r,n(319))}:{type:n(310),content:Kr(r,n(320))}:void 0}))}}function ia(){const t=["383ndpQdN","has","*Remove format:* %0","config","formatBlock","add","2474SCfClF","registerDescriptionCallback","commandParams","registerAttributeLabel","ghsAttributes","3060450yIFYkh","editor","enableDefaultAttributesIntegration","definitions","element","14rZDDRp","1384422QJSIzf","TrackChangesEditing","block","locale","inline","formatInline","FORMAT_STYLE","plugins","123295AQiTsY","6647427kuictl","*Set format:* %0","StyleUtils","afterInit","format","1622336coPjqg","commandName","descriptionFactory","76yrfzLE","registerBlockAttribute","forceValue","DataSchema","Style","registerInlineAttribute","toLowerCase","normalizeConfig","style","getGhsAttributeNameForElement","_registerLegacyDescription","get","type","styleName","GeneralHtmlSupport","721974nFcmtX"];return(ia=function(){return t})()}const aa=ca;function ca(t,e){const n=ia();return(ca=function(t,e){return n[t-=349]})(t,e)}!function(t){const e=ca,n=t();for(;;)try{if(396984===-parseInt(e(390))/1*(-parseInt(e(396))/2)+parseInt(e(389))/3+-parseInt(e(374))/4*(-parseInt(e(365))/5)+-parseInt(e(357))/6*(-parseInt(e(356))/7)+-parseInt(e(371))/8+-parseInt(e(366))/9+-parseInt(e(351))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ia);class ua extends t.Plugin{[aa(369)](){const t=aa,e=this[t(352)];if(!e[t(364)][t(391)](t(378))||!e[t(364)][t(391)](t(377)))return;const n=e[t(364)][t(385)](t(358)),r=e[t(360)],s=e[t(393)][t(385)](t(382))||{},o=e[t(364)][t(385)](t(388)),i=e[t(364)][t(385)](t(368))[t(381)](e[t(364)][t(385)](t(377)),s[t(354)]);n[t(353)](t(382));const a=new Set;for(const e of i[t(359)]){const n=o[t(383)](e[t(355)]);a[t(395)](n)}const c=new Set;for(const e of i[t(361)]){const n=o[t(383)](e[t(355)]);c[t(395)](n);for(const n of e[t(350)])c[t(395)](n)}for(const e of a)n[t(375)](e),n[t(373)][t(349)](e,Kr(r,t(363)));for(const e of c)n[t(379)](e),n[t(373)][t(349)](e,Kr(r,t(363)));this[t(384)]()}[aa(384)](){const t=aa,e=this[t(352)],n=e[t(360)];e[t(364)][t(385)](t(358))[t(373)][t(397)]((e=>{const r=t;if(r(394)!=e[r(386)]&&r(362)!=e[r(386)])return;const{data:s}=e;return s&&r(382)===s[r(372)]?s[r(398)][0][r(376)]?{type:r(370),content:Kr(n,r(367),s[r(398)][0][r(387)][r(380)]())}:{type:r(370),content:Kr(n,r(392),s[r(398)][0][r(387)][r(380)]())}:void 0}))}}const la=ha;function fa(){const t=["5371387EaEMyP","_tablePostFixingSubtypes","ELEMENT_TABLE_COLUMN","model","refresh","_tableSuggestions","afterInit","insertTableRowAbove","from","values","differ","insertion","*Remove:* %0","first","getSuggestion","document","getCellLocation","*Insert:* %0","getChildren","addClass","commands","table","ELEMENT_TABLE_WITH_TEXT","1539819TmAMnP","3157276aFawYY","selectTableColumn","map","isInContent","item","root","add","get","isIntersectingWithRange","batch","oldRange","removeClass","selection","every","removeTableColumn","getItems","$textProxy","MIN_SAFE_INTEGER","getChangedMarkers","locale","isIntersecting","enqueueChange","findAncestor","change","getContainedElement","length","ELEMENT_TABLE_ROW","colspan","span","end","769510pzrbvb","registerCustomCallback","isEqual","getColumnIndexes","max","TrackChangesEditing","isArray","element","fromRange","enableCommand","insertTableRowBelow","data","1899464NLVjcd","8GMsbwS","5kuXxvW","ELEMENT_TABLE_COLUMN_WITH_TEXT","TableEditing","$graveyard","getSelectionAffectedTableCells","createTableWalker","filter","subType","createRangeOn","getChanges","selectTableRow","detach","maxRow","addRange","descriptionFactory","insert","options","registerDescriptionCallback","3twHyvb","registerPostFixer","_setupColumnsRowsFixing","change:data","deletion","name","order","createRangeIn","plugins","writer","removeTableRow","position","isTouching","above","start","insertTableColumnLeft","startsWith","getRanges","ELEMENT_TABLE_ROW_WITH_TEXT","374czEUvR","_suggestionFactory","discard","markMultiRangeInsertion","minRow","downcastDispatcher","toLowerCase","last","insertTableColumnRight","getAttribute","5112006HbGaRx","_getSuggestionCoords","MAX_SAFE_INTEGER","substr","ELEMENT_TABLE","maxColumn","execute","left","type","_getCoordsForCells","includes","cell","low","getFirstRange","editor","getRowIndexes","classes","_acceptFormatSuggestionCallbackFactory","accept","setSelection","showSuggestionHighlights","has","tableRow","_splitMarkerName","nodeBefore","join","highest","markMultiRangeDeletion","createPositionAt","addMarker:suggestion","TableUtils","min","tableColumn","rootName","nodeAfter","10658FhtFZo","toViewElement","registerElementLabel","insertTable","suggestion","tablePaste","mapper","some","push","hasAttribute","rowspan","minColumn","forceValue","tableCell"];return(fa=function(){return t})()}function ha(t,e){const n=fa();return(ha=function(t,e){return n[t-=329]})(t,e)}!function(t){const e=ha,n=t();for(;;)try{if(654830===-parseInt(e(378))/1+-parseInt(e(458))/2+-parseInt(e(478))/3*(-parseInt(e(416))/4)+-parseInt(e(460))/5*(parseInt(e(343))/6)+-parseInt(e(392))/7+parseInt(e(459))/8*(-parseInt(e(415))/9)+-parseInt(e(446))/10*(-parseInt(e(333))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fa);class ga extends t.Plugin{constructor(t){const e=ha;super(t),this[e(393)]=[e(365),e(375)],this[e(397)]=new Set}[la(398)](){const t=la,e=this[t(357)],n=e[t(395)][t(407)][t(428)];if(!e[t(486)][t(364)](t(462)))return;const r=e[t(435)],s=e[t(486)][t(423)](t(451)),o=e[t(486)][t(423)](t(373));s[t(474)][t(380)](t(413),(e=>Kr(r,t(347),e))),this[t(480)](),s[t(455)](t(381)),s[t(455)](t(470)),s[t(455)](t(417));for(const r of[t(399),t(456)]){const i=e[t(412)][t(423)](r);s[t(455)](r,(r=>{const a=t;e[a(395)][a(439)]((t=>{const e=a;r();const c=e(491)===i[e(484)],u=o[e(464)](n),l=o[e(358)](u),f=c?l[e(405)]-1:l[e(340)]+1,h=u[0][e(438)](e(413)),g=o[e(465)](h,{startRow:f,endRow:f}),d=Array[e(400)](g)[e(418)]((n=>t[e(468)](n[e(354)])));s[e(336)](d,e(365))}))}))}for(const r of[t(329),t(341)]){const i=e[t(412)][t(423)](r);s[t(455)](r,(r=>{const a=t;e[a(395)][a(439)]((t=>{const e=a;r();const c=e(350)===i[e(484)],u=o[e(464)](n),l=o[e(449)](u),f=c?l[e(405)]-1:l[e(340)]+1,h=u[0][e(438)](e(413)),g=o[e(465)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(400)](g)[e(418)]((n=>t[e(468)](n[e(354)])));s[e(336)](d,e(375))}))}))}for(const r of[t(488),t(430)]){const i=r[t(346)](11),a=i[t(339)](),c=a[t(346)](0,3)+t(444),u=t(413)+i,l=t(374)+i,f=t(450)+i;s[t(455)](r,(()=>{const i=t;e[i(395)][i(439)]((t=>{const e=i,h=o[e(464)](n),g=h[0][e(438)](e(413));let d;if(e(488)==r){const t=o[e(358)](h);d={startRow:t[e(405)],endRow:t[e(340)],includeAllSlots:!0}}else{const t=o[e(449)](h);d={startColumn:t[e(405)],endColumn:t[e(340)],includeAllSlots:!0}}const p=o[e(465)](g,d),m=Array[e(400)](p)[e(418)]((({cell:t})=>t)),I=da(m[e(466)]((t=>t[e(387)](c)))),E=da(m[e(466)]((t=>!t[e(387)](c))))[e(418)]((n=>t[e(468)](n))),b=s[e(370)](E,u);if(b&&(e(365)==b[e(467)]||e(375)==b[e(467)])){const n=this[e(344)](b);for(const r of I){const s=t[e(468)](r),i=o[e(408)](r),u=r[e(342)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(473)](s)}}}))}))}function c(r){const s=t,o=Array[s(400)](n[s(331)]())[s(418)]((t=>i.LiveRange[s(454)](t)));e[s(395)][s(439)]((t=>{const n=s,i=t[n(425)];r=r[n(466)]((t=>n(463)!=t[n(421)][n(376)])),t[n(362)](r),e[n(412)][n(423)](n(488))[n(396)](),e[n(349)](n(488),{forceDefaultExecution:!0}),e[n(395)][n(437)]((()=>{const t=n;e[t(395)][t(437)](i,(e=>{const n=t,r=o[n(466)]((t=>n(463)!=t[n(421)][n(376)]));r[n(441)]>0&&e[n(362)](r);for(const t of o)t[n(471)]()}))}))}))}function u(r){const s=t;e[s(395)][s(439)]((t=>{const o=s,a=Array[o(400)](n[o(331)]())[o(418)]((t=>i.LiveRange[o(454)](t))),c=[];for(const t of r)for(const e of t[o(431)]({shallow:!0}))c[o(386)](e);for(const n of c)o(463)!=n[o(421)][o(376)]&&(t[o(362)](t[o(371)](n,0)),e[o(412)][o(423)](o(430))[o(396)](),e[o(349)](o(430),{forceDefaultExecution:!0}));const u=a[o(466)]((t=>o(463)!=t[o(421)][o(376)]));u[o(441)]>0&&t[o(362)](u);for(const t of a)t[o(471)]()}))}function l(e,n){const r=t;return n[r(429)]((t=>e[r(385)]((e=>e[r(445)][r(448)](t[r(492)])||t[r(445)][r(448)](e[r(492)])))))}function f(e,n){const r=t;return!e[r(385)]((t=>n[r(385)]((e=>t[r(436)](e)))))&&e[r(385)]((t=>n[r(385)]((e=>t[r(445)][r(490)](e[r(492)])))))}e[t(457)][t(338)].on(t(372),((e,n,r)=>{const s=t;if(!r[s(476)][s(363)])return;const o=n[s(420)];if(!o)return;const i=r[s(384)][s(379)](o);function c(t){return Array[s(452)](t)?t:[t]}i&&s(391)===o[s(483)]&&(0,a.setHighlightHandling)(i,r[s(487)],((t,e,n)=>n[s(411)](c(e[s(359)]),t)),((t,e,n)=>n[s(427)](c(e[s(359)]),t)))}),{priority:t(369)}),s[t(474)][t(477)]((e=>{const n=t;if(n(403)!=e[n(351)]&&n(482)!=e[n(351)])return;const s=e[n(440)]();if(null!=s&&s.is(n(453),n(413))){if(n(403)==e[n(351)]){const t=e[n(431)]()[n(466)]((t=>t.is(n(432))))[n(418)]((t=>t[n(457)]));if(t[n(441)])return{type:n(403),content:Kr(r,n(409),Kr(r,n(414),'"'+t[n(368)](" ")+'"'))}}if(n(482)==e[n(351)]){const t=e[n(431)]()[n(466)]((t=>t.is(n(432))))[n(418)]((t=>t[n(457)]));if(t[n(441)])return{type:n(482),content:Kr(r,n(404),Kr(r,n(414),'"'+t[n(368)](" ")+'"'))}}}})),s[t(474)][t(477)]((e=>{const n=t;if(n(365)==e[n(467)]){const t=e[n(431)]()[n(466)]((t=>t.is(n(432))))[n(418)]((t=>t[n(457)])),s=this[n(344)](e),o=s[n(472)]-s[n(337)]+1;if(n(403)==e[n(351)])return t[n(441)]?{type:n(403),content:Kr(r,n(409),Kr(r,n(332),[o,'"'+t[n(368)](" ")+'"']))}:{type:n(403),content:Kr(r,n(409),Kr(r,n(442),o))};if(n(482)==e[n(351)])return t[n(441)]?{type:n(482),content:Kr(r,n(404),Kr(r,n(332),[o,'"'+t[n(368)](" ")+'"']))}:{type:n(482),content:Kr(r,n(404),Kr(r,n(442),o))}}if(n(375)==e[n(467)]){const t=e[n(431)]()[n(466)]((t=>t.is(n(432))))[n(418)]((t=>t[n(457)])),s=this[n(344)](e),o=s[n(348)]-s[n(389)]+1;if(n(403)==e[n(351)])return t[n(441)]?{type:n(403),content:Kr(r,n(409),Kr(r,n(461),[o,'"'+t[n(368)](" ")+'"']))}:{type:n(403),content:Kr(r,n(409),Kr(r,n(394),o))};if(n(482)==e[n(351)])return t[n(441)]?{type:n(482),content:Kr(r,n(404),Kr(r,n(461),[o,'"'+t[n(368)](" ")+'"']))}:{type:n(482),content:Kr(r,n(404),Kr(r,n(394),o))}}})),s[t(334)][t(447)](t(403),t(365),t(335),c),s[t(334)][t(447)](t(482),t(365),t(361),c),s[t(334)][t(447)](t(403),t(375),t(335),u),s[t(334)][t(447)](t(482),t(375),t(361),u),s[t(334)][t(447)](t(403),t(375),t(368),l),s[t(334)][t(447)](t(482),t(375),t(368),l),s[t(334)][t(447)](t(403),t(365),t(368),f),s[t(334)][t(447)](t(482),t(365),t(368),f)}[la(360)](){const t=la,e=this[t(357)],n=e[t(395)][t(407)][t(428)];return(r,s)=>{const o=t;e[o(395)][o(439)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(445)][a(367)];u&&u[0]&&!1===u[0][a(390)]&&(l=r[0][a(492)][a(377)]);const f=t[a(485)](l);if(a(463)==f[a(421)][a(376)])return;const h=Array[a(400)](n[a(331)]())[a(418)]((t=>i.LiveRange[a(454)](t)));t[a(362)](f),e[a(412)][a(423)](c)[a(396)](),u[a(386)]({forceDefaultExecution:!0}),e[a(349)](c,...u);const g=h[a(466)]((t=>a(463)!=t[a(421)][a(376)]));g[a(441)]>0&&t[a(362)](g);for(const t of h)t[a(471)]()}))}}[la(352)](t){const e=la,n=this[e(357)][e(486)][e(423)](e(373));let r=Number[e(345)],s=Number[e(433)],o=Number[e(345)],i=Number[e(433)];for(const a of t){if(e(463)==a[e(421)][e(376)])continue;const{row:t,column:c}=n[e(408)](a),u=a[e(387)](e(388))?a[e(342)](e(388))-1:0,l=a[e(387)](e(443))?a[e(342)](e(443))-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}}[la(480)](){const t=la,e=this[t(357)],n=e[t(486)][t(423)](t(451)),r=e[t(486)][t(423)](t(373));e[t(395)][t(407)].on(t(481),(()=>{const r=t,s=Array[r(400)](e[r(395)][r(407)][r(402)][r(434)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(366)](t);if(r(382)!=s)continue;if(null!=e[r(426)])continue;const a=n[r(406)](o);this[r(393)][r(353)](i)&&this[r(397)][r(422)](a)}}),{priority:t(355)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(468)](e),a=e[s(438)](s(413)),c=r[s(408)](e);for(const t of this[s(397)]){const n=t[s(467)],r=n[s(330)](s(383)),u=n[s(346)](r?10:5),l=u[s(339)](),f=l[s(346)](0,3)+s(444),h=s(374)+u,g=s(450)+u;if(!t[s(419)])continue;if(a!=t[s(356)]()[s(492)][s(438)](s(413)))continue;if(t[s(424)](i))continue;const d=e[s(387)](f)?e[s(342)](f)-1:0,p=this[s(344)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(473)](i),o=!0)}return o};e[t(395)][t(407)][t(479)]((n=>{const r=t;let o=!1;for(const t of e[r(395)][r(407)][r(402)][r(469)]())if(r(475)==t[r(351)])if(r(365)==t[r(483)])for(const e of t[r(489)][r(377)][r(410)]())o=o||s(e,n);else r(391)==t[r(483)]&&(o=o||s(t[r(489)][r(377)],n));return o}))}[la(344)](t){const e=la;return this[e(352)](t[e(331)]()[e(418)]((t=>t[e(492)][e(377)])))}}function da(t){const e=la;return Array[e(400)](new Set(t)[e(401)]())}const pa=ma;function ma(t,e){const n=Ia();return(ma=function(t,e){return n[t-=430]})(t,e)}function Ia(){const t=["1810630GGuXRA","_areSelectedCellsMergable","containsRange","subType","3BRApgR","557016ZVIuuD","commands","format","mergeTableCellRight","selection","181600zHhXRN","$graveyard","mergeTableCellUp","stop","push","*Split cell:* vertically","getRanges","refresh","add","fromRange","_suggestionFactory","document","TableUtils","length","root","*Merge cells*","_acceptFormatSuggestionCallbackFactory","splitTableCellHorizontally","_areMergableCells","horizontally","TrackChangesEditing","afterInit","setSelection","map","registerDescriptionCallback","TableEditing","change","splitTableCellVertically","3440140nwSlkS","mergeTableCellLeft","descriptionFactory","createRangeOn","getAncestors","insertion","find","low","isInContent","mergeTableCellDown","mergeTableCells","author","findAncestor","highest","accept","get","requires","_tablePostFixingSubtypes","registerCustomCallback","355916UJalqG","deletion","size","104KyhyKY","set:isEnabled","rootName","plugins","commandName","9wWbcIk","forceDefaultExecution","formatInline","locale","markBlockFormat","model","8BorAGS","filter","return","table","getSuggestions","getFirstPosition","createTableWalker","getCellLocation","114212aGmLac","*Split cell:* horizontally","tableCell","element","cell","execute","has","isEnabled","type","editor","getSelectionAffectedTableCells","direction","enableCommand","from","detach","formatBlock","859428gKxhwP","value","markMultiRangeBlockFormat","trackChanges","_isForcedDefaultExecutionBlock"];return(Ia=function(){return t})()}!function(t){const e=ma,n=t();for(;;)try{if(611917===parseInt(e(453))/1+parseInt(e(491))/2*(-parseInt(e(500))/3)+-parseInt(e(467))/4*(-parseInt(e(506))/5)+-parseInt(e(501))/6+parseInt(e(475))/7*(parseInt(e(456))/8)+parseInt(e(461))/9*(parseInt(e(496))/10)+parseInt(e(434))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ia);class Ea extends t.Plugin{static get[pa(450)](){return[ga]}[pa(527)](){const t=pa,e=this[t(484)],n=e[t(466)][t(517)][t(505)],r=e[t(464)];if(!e[t(459)][t(481)](t(431)))return;const s=e[t(459)][t(449)](t(526)),o=e[t(459)][t(449)](t(518)),a=e[t(459)][t(449)](ga);a[t(451)][t(510)](t(444)),s[t(487)](t(444),(()=>{const n=t,r=o[n(485)](e[n(466)][n(517)][n(505)]);e[n(466)][n(432)]((()=>{const t=n;s[t(493)](r,{commandName:t(444),commandParams:[]},[],t(444))}))})),e[t(502)][t(449)](t(444)).on(t(480),((n,r)=>{const o=t;e[o(502)][o(449)](o(494))[o(492)]&&(r[o(519)]>0&&r[r[o(519)]-1]&&r[r[o(519)]-1][o(462)]||s[o(495)]||this[o(497)]()||n[o(509)]())}),{priority:t(447)});for(const n of[t(508),t(504),t(443),t(435)]){const r=e[t(502)][t(449)](n);s[t(487)](n,(()=>{const n=t,o=e[n(466)][n(517)][n(505)][n(472)]()[n(438)]()[n(440)]((t=>t.is(n(478),n(477)))),i=r[n(492)];e[n(466)][n(432)]((()=>{const t=n;s[t(493)]([o,i],{commandName:t(444),commandParams:[]},[],t(444))}))}))}for(const n of[t(433),t(523)]){const r=e[t(502)][t(449)](n);s[t(487)](n,(()=>{const i=t,a=o[i(485)](e[i(466)][i(517)][i(505)])[0],c=a[i(446)](i(470)),{column:u,row:l}=o[i(474)](a);let f=[];if(i(525)==r[i(486)]){const t=o[i(473)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(488)](t)[i(529)]((t=>t[i(479)]))}else{const t=o[i(473)](c,{column:u,includeAllSlots:!0});f=Array[i(488)](t)[i(529)]((t=>t[i(479)]))}e[i(466)][i(432)]((t=>{const e=i;s[e(465)](t[e(437)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(436)][t(430)]((e=>{const n=t;if(n(490)!=e[n(483)]&&n(463)!=e[n(483)])return;const{data:s}=e;return s&&n(444)==s[n(460)]?{type:n(503),content:Kr(r,n(521))}:void 0})),s[t(436)][t(430)]((e=>{const n=t;if(n(490)!=e[n(483)]&&n(463)!=e[n(483)])return;const{data:s}=e;return s?n(433)==s[n(460)]?{type:n(503),content:Kr(r,n(511))}:n(523)==s[n(460)]?{type:n(503),content:Kr(r,n(476))}:void 0:void 0}));const c=a[t(522)]();for(const e of[t(508),t(504),t(443),t(435)])s[t(516)][t(452)](t(490),e,t(448),c);for(const e of[t(433),t(523)])s[t(516)][t(452)](t(490),e,t(448),c);s[t(516)][t(452)](t(490),t(444),t(448),(r=>{const s=t;e[s(466)][s(432)]((t=>{const o=s,a=Array[o(488)](n[o(512)]())[o(529)]((t=>i.LiveRange[o(515)](t)));t[o(528)](r),e[o(502)][o(449)](o(444))[o(513)](),e[o(480)](o(444),{forceDefaultExecution:!0});const c=a[o(468)]((t=>o(507)!=t[o(520)][o(458)]));c[o(519)]>0&&t[o(528)](c);for(const t of a)t[o(489)]()}))}));for(const n of[t(508),t(443),t(435),t(504)]){const r=e[t(502)][t(449)](n);r.on(t(457),((n,s,o)=>{const i=t;if(o){const t=e[i(466)][i(517)][i(505)][i(472)]()[i(438)]()[i(440)]((t=>t.is(i(478),i(477))));this[i(524)](r[i(492)],t)||(n[i(469)]=!1,n[i(509)]())}}),{priority:t(441)})}}[pa(497)](){const t=pa,e=this[t(484)][t(502)][t(449)](t(444)),n=this[t(484)][t(459)][t(449)](t(518));if(!e[t(482)])return!1;const r=n[t(485)](this[t(484)][t(466)][t(517)][t(505)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(524)](e,n))return!1;return!0}[pa(524)](t,e){const n=pa,r=this[n(484)][n(459)][n(449)](n(526)),s=this[n(484)][n(466)][n(437)](t),o=this[n(484)][n(466)][n(437)](e),i=new Set,a=new Set;for(const t of r[n(471)]())if((n(439)==t[n(483)]||n(454)==t[n(483)]||n(444)==t[n(499)])&&t[n(442)])for(const e of t[n(512)]())e[n(498)](s,!0)&&i[n(514)](t[n(483)]+":"+t[n(445)].id),e[n(498)](o,!0)&&a[n(514)](t[n(483)]+":"+t[n(445)].id);if(i[n(455)]!=a[n(455)])return!1;for(const t of i)if(!a[n(481)](t))return!1;return!0}}const ba=_a;function Ta(){const t=["FORMAT_REGULAR_ROW","showSuggestionHighlights","includes","5728420oaDhHk","removeAttribute","TableUtils","markerRange","FORMAT_REGULAR_COLUMN","parent","afterInit","stop","options","headingColumns","item","FORMAT_HEADER_ROW","3704824iSjKXi","_registerLegacyDescription","nodeBefore","format","removeClass","start","381975txszvS","commandParams","*Format:* %0","addClass","189973BxQmgv","getSuggestion","toViewElement","plugins","_acceptFormatSuggestionCallbackFactory","end","_splitMarkerName","forceValue","name","getCellLocation","nodeAfter","formatBlock","writer","removeMarker:suggestion","unbindElementFromMarkerName","2573676DlGxdl","addMarker:suggestion","headingRows","activeMarkers","mapper","consumable","bindElementToMarker","editor","TableEditing","markerNameToElements","type","_handleLegacySuggestions","setTableRowHeader","highest","downcastDispatcher","registerAttributeLabel","data","editing","markerName","descriptionFactory","FORMAT_HEADER_COLUMN","cell","locale","2074449NoArbI","ck-suggestion-marker-","consume","get","registerBlockAttribute","_suggestionFactory","registerCustomCallback","ck-suggestion-marker--active","has","12236144UMxIRV","TrackChangesEditing","enableDefaultAttributesIntegration","data-suggestion","setAttribute","accept","registerDescriptionCallback","requires","createTableWalker","2nTwZfa","commandName","setTableColumnHeader"];return(Ta=function(){return t})()}function _a(t,e){const n=Ta();return(_a=function(t,e){return n[t-=369]})(t,e)}!function(t){const e=_a,n=t();for(;;)try{if(638389===-parseInt(e(400))/1+parseInt(e(376))/2*(-parseInt(e(442))/3)+parseInt(e(394))/4+-parseInt(e(382))/5+parseInt(e(419))/6+-parseInt(e(404))/7+parseInt(e(451))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ta);class ya extends t.Plugin{static get[ba(374)](){return[ga]}[ba(388)](){const t=ba,e=this[t(426)];if(!e[t(407)][t(450)](t(427)))return;const n=e[t(441)],r=e[t(407)][t(445)](t(452));r[t(369)](t(431)),r[t(369)](t(378)),r[t(446)](t(421)),r[t(446)](t(391)),r[t(438)][t(434)](t(421),Kr(n,t(393))),r[t(438)][t(434)](t(391),Kr(n,t(439))),this[t(430)]()}[ba(430)](){const t=ba,e=this[t(426)][t(407)][t(445)](t(452)),n=this[t(426)][t(407)][t(445)](t(384)),r=this[t(426)][t(407)][t(445)](ga)[t(408)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=_a,{type:c,id:u}=e[a(410)](o[a(437)]),l=e[a(405)](u),f=l[a(435)];if(a(415)!=l[a(429)]||!f||a(378)!=f[a(377)])return;if(o[a(392)])return void s[a(389)]();if(!i[a(424)][a(444)](o[a(385)],s[a(412)]))return;const h=o[a(385)][a(399)][a(414)],g=o[a(385)][a(409)][a(396)],d=h[a(387)][a(387)],{column:p}=n[a(413)](h),{column:m}=n[a(413)](g);for(let s=p;s<=m;s++){const l=n[a(375)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(440)],l=i[a(423)][a(406)](s);i[a(416)][a(403)](a(443)+c,l),r&&i[a(416)][a(371)](a(370),u,l),i[a(423)][a(425)](l,o[a(437)]),t&&(e[a(422)][a(381)](o[a(437)])?i[a(416)][a(403)](a(449),l):i[a(416)][a(398)](a(449),l))}}}}e[t(447)][t(448)](t(415),t(431),t(372),r),e[t(447)][t(448)](t(415),t(378),t(372),r),this[t(426)][t(436)][t(433)].on(t(420),s(),{priority:t(432)}),this[t(426)][t(435)][t(433)].on(t(420),((e,n,r)=>{const o=t;r[o(390)][o(380)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(432)}),this[t(426)][t(436)][t(433)].on(t(417),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(410)](r[o(437)]),c=e[o(405)](a),u=c[o(435)];if(o(415)!=c[o(429)]||!u||o(378)!=u[o(377)])return;const l=s[o(423)][o(428)](r[o(437)]);if(l)for(const t of l)s[o(416)][o(398)](o(443)+i,t),s[o(416)][o(398)](o(449),t),s[o(416)][o(383)](o(370),t),s[o(423)][o(418)](t,r[o(437)])}),{priority:t(432)}),this[t(395)]()}[ba(395)](){const t=ba,e=this[t(426)],n=e[t(441)];function r(e){const r=t;return{type:r(397),content:Kr(n,r(402),e)}}e[t(407)][t(445)](t(452))[t(438)][t(373)]((e=>{const s=t;if(s(415)!=e[s(429)])return;const{data:o}=e;if(o){if(s(431)==o[s(377)]){const t=o[s(401)][0][s(411)];return r(Kr(n,s(t?393:379)))}if(s(378)==o[s(377)]){const t=o[s(401)][0][s(411)];return r(Kr(n,s(t?439:386)))}}}))}}const Aa=Ra;function ka(){const t=["insertRows","getChildren","markers","endRow","previous","low","rows","getSuggestions","suggestion:formatBlock:tablePasteCell","_getCoordsForCells","find","isEmpty","createPositionBefore","stop","17405344sKIkvc","return","selection","3760984GGdCNa","_splitMarkerName","model","join","table","insert","Users","activeMarkers","getTableIfOnlyTableInContent","isInContent","$graveyard","documentSelection","discard","editor","tableCellPadding","locale","trackChanges","value","change","getAllAdjacentSuggestions","_isForcedDefaultExecutionBlock","insertion","registerCustomCallback","_replaceTableSlotCell","nodeAfter","position","oldRange","markMultiRangeInsertion","suggestion-td","forceDefaultExecution","TableClipboard","commands","isEqual","tableCellBorderColor","56OArAdb","columnInsertionIndexes","clipboardOutput","register","_tablePostFixingSubtypes","fromEntries","document","getChild","move","fromRange","first","content","removeColumns","row","showSuggestionHighlights","columnInsertionRanges","getChangedMarkers","accept","suggestion","tableCellHorizontalAlignment","getColumnIndexes","get","removeRows","some","suggestionUnloaded","column","descriptionFactory","wrap","getItems","type","189188lYupqH","insertColumns","includes","set","insertContent","root","rowInsertionIndexes","tableCellBackgroundColor","subType","startsWith","insertionRanges","getRange","previousSibling","*Replace table cells*","1157886EnOHbF","tableCellBorderStyle","listenTo","remove","cell","end","call","tablePasteColumn","start","getSuggestion","reduce","deletionRanges","afterInit","getRanges","every","registerPostFixer","map","options","ck-suggestion-marker","70oWJNXY","findAncestor","tablePaste","element","paragraph","keys","suggestionLoaded","deletion","forEach","redo","editing","detach","getContainedElement","getColumns","formatBlock","containsRange","TrackChangesEditing","createRangeOn","getMarkers","createElement","9DPZNyQ","markerToHighlight","next","plugins","nextSibling","newRange","_createdBatches","rowInsertionRanges","name","conversion","setAttribute","unwrap","21294eCbGji","entries","editingDowncast","last","cells","elementToElement","tableCellVerticalAlignment","columns","3NnXUCx","fill","add","differ","push","_suggestionFactory","getChanges","markerName","author","from","createRangeIn","getSuggestionCallback","markerAttributes","registerDescriptionCallback","getShiftedBy","markMultiRangeBlockFormat","rootName","removeMarker","updateMarker","tablePasteCell","tableCellBorderWidth","getSelectionAffectedTableCells","attributes","dataDowncast","createRange","getRows","view","getRowIndexes","has","hasSuggestion","schema","createTableWalker","for","tableCell","markMultiRangeDeletion","length","high","tablePasteRow","2083170bZHVhr","tablePasteChainId","tableCellSuggestion","setAttributes","getAttributes","ck-suggestion-marker-insertion","ck-suggestion-marker--active","641158EmroSd","requires","batch","filter","removeMarkers","TableUtils","endColumn"];return(ka=function(){return t})()}!function(t){const e=Ra,n=t();for(;;)try{if(332313===parseInt(e(519))/1+parseInt(e(415))/2*(-parseInt(e(474))/3)+parseInt(e(607))/4*(-parseInt(e(434))/5)+-parseInt(e(466))/6*(-parseInt(e(577))/7)+-parseInt(e(543))/8*(parseInt(e(454))/9)+-parseInt(e(512))/10+parseInt(e(540))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ka);const Ca=[Aa(494),Aa(576),Aa(416),Aa(596),Aa(472),Aa(408),Aa(557)],Na=Object[Aa(582)](Ca[Aa(431)]((t=>[t,null])));class La extends t.Plugin{static get[Aa(520)](){return[ga]}[Aa(427)](){const t=Aa,n=this[t(556)];if(!n[t(457)][t(502)](t(573)))return;const r=n[t(457)][t(598)](t(450)),s=n[t(457)][t(598)](t(524)),o=n[t(457)][t(598)](ga),a=n[t(457)][t(598)](t(573));o[t(581)][t(478)](t(511),t(422)),n[t(545)][t(504)][t(580)](t(514),{allowIn:t(507),allowContentOf:t(507),isLimit:!0}),n[t(463)][t(471)]({model:t(514),view:t(571)});let c=null;n[t(545)].on(t(611),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(509)]-1];h&&h[u(572)]||r[u(563)]||this[u(556)][u(574)][u(598)](u(559))[u(560)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(554)))return!1;const i=s[o(551)](t,n);if(!i||!Ma(i,void 0,r))return!1;const a=r[o(495)](n[o(583)][o(542)]);if(!a[o(509)])return!1;const c=a[0][o(435)](o(547)),l=r[o(501)](a),f=r[o(597)](a),h={startRow:l[o(587)],endRow:l[o(469)],startColumn:f[o(587)],endColumn:f[o(469)]};return 1==a[o(509)]&&(h[o(529)]+=r[o(499)](i)-1,h[o(525)]+=r[o(447)](i)-1),Ma(c,h,r)}(l,f,n[u(545)],s,a)&&(o[u(539)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(545)][u(561)]((()=>{const t=u;n[t(545)][t(611)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(509)]&&r[t(570)](o,t(511),{tablePasteChainId:s}),a[t(509)]&&r[t(570)](a,t(422),{tablePasteChainId:s}),l[t(509)]&&(r[t(570)](l,t(436),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(442)]((e=>{const n=t;var r;return null===(r=e[n(445)])||void 0===r?void 0:r[n(421)](e)}))),f[t(509)]&&(r[t(508)](f,t(436),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(442)]((e=>{const n=t;var r;return null===(r=e[n(445)])||void 0===r?void 0:r[n(421)](e)})));const g=r[t(489)](h[t(431)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(493),{tablePasteChainId:s});if(g){const e=g[t(452)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(545)][t(451)](s),a=e[t(536)]((e=>e[t(412)]()[t(575)](i)));a&&r[t(478)]([a[t(462)],o])}r[t(509)]&&g[t(464)](t(486),Object[t(582)](r))}c=null})))}),{priority:e.priorities[t(510)]+10}),n[t(457)][t(598)](t(573)).on(t(566),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(539)]();const u=s[r(419)],l=o,f=Sa(u),h=Sa(l);e[r(541)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(418)](u[r(584)](0));for(const t of Array[r(483)](l[r(527)]()))a[r(548)](t,u,r(420));const t=c[r(407)][r(609)](s[r(590)]),e=c[r(578)][r(609)](s[r(602)]);t||e||(g=i.LiveRange[r(586)](a[r(484)](u)))}else h&&!f&&(d=a[r(484)](u));else{const t=a[r(453)](r(514)),e=a[r(453)](r(514));a[r(604)](a[r(484)](u),e),a[r(548)](t,u,0);for(const e of Array[r(483)](l[r(527)]()))a[r(548)](e,t,r(420));g=i.LiveRange[r(586)](a[r(451)](t)),d=i.LiveRange[r(586)](a[r(451)](e))}const p=Array[r(483)](l[r(516)]())[r(522)]((([t])=>Ca[r(609)](t)));c[r(470)][r(478)]({element:u,attributes:p[r(509)]?Object[r(582)](p):null}),g&&c[r(411)][r(478)](g),d&&c[r(426)][r(478)](d)}),{priority:t(510)}),s.on(t(608),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(473)]||1;c[o(578)]=new Array(l)[o(475)](u)[o(431)](((t,e)=>t+e));for(const{cell:t}of s[o(505)](i,{startColumn:u,endColumn:u+l-1}))c[o(592)][o(478)](n[o(545)][o(451)](t))}),{priority:t(531)}),s.on(t(526),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(532)]||1;c[o(407)]=new Array(l)[o(475)](u)[o(431)](((t,e)=>t+e));for(const{cell:t}of s[o(505)](i,{startRow:u,endRow:u+l-1}))c[o(461)][o(478)](n[o(545)][o(451)](t))}),{priority:t(531)}),r[t(603)][t(487)]((e=>{const r=t;if(e[r(409)]&&e[r(409)][r(410)](r(436)))return e[r(530)]?{}:{type:r(564),content:Kr(n[r(558)],r(414))}}));const u=()=>!1;for(const e of[t(436),t(422),t(511),t(493)])r[t(479)][t(565)](t(564),e,t(546),u),r[t(479)][t(565)](t(441),e,t(546),u),r[t(479)][t(565)](t(448),e,t(546),u);r[t(479)][t(565)](t(448),t(493),t(555),u),r[t(479)][t(565)](t(448),t(493),t(594),((e,r,s)=>{const o=t,i=e[o(431)]((t=>t[o(446)]()))[o(522)]((t=>t)),a=new Map(i[o(431)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(470)])e&&a[o(610)](t,e);else if(s&&s[o(486)])for(const[t,e]of Object[o(467)](s[o(486)])){const r=n[o(545)][o(528)][o(598)](t),s=r?r[o(412)]()[o(446)]():null;s&&a[o(610)](s,e)}n[o(545)][o(561)]((t=>{const e=o;for(const[n,r]of a)t[e(515)]({...Na,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(479)][o(565)](e,o(436),s,((t,i,a)=>{const c=o;n[c(545)][c(561)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(423)][o(567)];t.is(o(437),o(514))&&u[o(478)](t)}r[o(479)][o(485)](e,null,s)(t,i,a);for(const t of u)o(553)!=t[o(612)][o(490)]&&n[o(465)](t)}))}))};l(t(564),t(594)),l(t(564),t(555)),l(t(441),t(594)),l(t(441),t(555)),r[t(479)][t(565)](t(564),t(511),t(555),(e=>{const n=t,r=e[n(431)]((t=>t[n(446)]())),i=r[0][n(435)](n(547)),{minRow:a,maxRow:c}=o[n(535)](r);s[n(599)](i,{at:a,rows:c-a+1})})),r[t(479)][t(565)](t(564),t(422),t(555),(e=>{const n=t,r=e[n(431)]((t=>t[n(446)]())),i=r[0][n(435)](n(547)),{minColumn:a,maxColumn:c}=o[n(535)](r);s[n(589)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(409)]||!n[s(409)][s(410)](s(436)))return;const o=n[s(496)][s(513)],i=r[s(533)]()[s(522)]((t=>t[s(552)]&&t[s(496)]&&t[s(496)][s(513)]==o));i[s(509)]&&n[s(562)]()[s(509)]!=i[s(509)]&&i[s(425)](((t,e)=>(t[s(456)]=e,e[s(530)]=t,e)))};function h(e,n=!0){const s=t,{id:o,authorId:i}=r[s(544)](e[s(481)]),a=[s(433),s(517)],c=r[s(550)][s(609)](e[s(481)]);return c&&a[s(478)](s(518)),{classes:a,attributes:{"data-suggestion":o,"data-author-id":i},priority:c&&n?3010:3e3}}r.on(t(440),f,{priority:t(510)}),r.on(t(601),f,{priority:t(510)}),n[t(545)][t(583)][t(430)]((()=>{const e=t;let s=!1;const o=Array[e(483)](n[e(545)][e(583)][e(477)][e(593)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(544)](t);if(e(595)!=o||e(441)!=a||i[e(569)])continue;if(!r[e(503)](c))continue;const u=r[e(424)](c)[e(428)](),l=n[e(457)][e(598)](e(549)).me;for(const t of r[e(533)]())if(t[e(552)]&&t[e(482)]==l&&e(448)==t[e(606)]&&e(493)==t[e(409)]&&t[e(428)]()[e(429)]((t=>u[e(600)]((n=>n[e(449)](t,!0))))))for(const n of t[e(562)]())n[e(552)]&&(n[e(555)](),s=!0)}return s})),n[t(545)][t(583)][t(430)]((e=>{const s=t,o=n[s(574)][s(598)](s(443));if(!o||!o[s(460)][s(502)](e[s(521)]))return!1;let i=!1;const a=n[s(457)][s(598)](s(549)).me,c=n[s(545)][s(583)][s(477)][s(480)](),u=Array[s(483)](n[s(545)][s(583)][s(477)][s(593)]())[s(522)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(544)](t);return n(595)==o&&n(436)==i&&c==a.id&&!e[n(569)]}));for(const t of c){if(s(548)!=t[s(606)]||s(514)!=t[s(462)]||1!=t[s(509)])continue;const n=e[s(498)](t[s(568)],t[s(568)][s(488)](1));if(!u[s(536)]((({data:t})=>t[s(459)][s(575)](n))))for(const{name:t,data:r}of u)if(n[s(449)](r[s(459)])){e[s(492)](t,{range:n}),i=!0;break}}return i})),n[t(545)][t(583)][t(430)]((e=>{const s=t;let o=!1;const i=n[s(457)][s(598)](s(549)).me,a=r[s(533)]()[s(522)]((t=>t[s(552)]&&t[s(482)]==i)),c=new Set,u=new Set;for(const t of a)if(s(436)==t[s(409)])for(const e of t[s(452)]()){const n=e[s(412)]()[s(446)]();if(n)if(n.is(s(437),s(514))&&Sa(n)){t[s(491)](e[s(462)]),c[s(476)](n),o=!0;const r=n[s(458)],i=n[s(413)],a=r&&r.is(s(437),s(514)),l=i&&i.is(s(437),s(514));a&&!c[s(502)](r)&&u[s(476)](r),l&&!c[s(502)](i)&&u[s(476)](i)}else n.is(s(437),s(438))&&n[s(537)]&&(t[s(491)](e[s(462)]),o=!0)}else if(s(493)==t[s(409)]){if(!t[s(496)]||!t[s(496)][s(513)])continue;const e=t[s(496)][s(486)];if(e&&Object[s(439)](e)[s(509)])continue;const n=t[s(496)][s(513)];let r=!0,i=!0;for(const e of a)if(e[s(409)]&&e[s(409)][s(410)](s(436))){if(!e[s(496)][s(513)]){i=!1;break}if(e.id!=t.id&&e[s(496)][s(513)]==n){r=!1;break}}i&&r&&(t[s(523)](),o=!0)}for(const t of c)e[s(418)](t);for(const t of u)e[s(465)](t);return o})),n[t(463)][t(506)](t(468))[t(455)]({model:t(534),view:t=>h(t),converterPriority:t(510)}),n[t(463)][t(506)](t(497))[t(455)]({model:t(534),view:(e,n)=>n[t(432)][t(591)]?h(e,!1):null,converterPriority:t(510)});const g=n[t(444)][t(500)];this[t(417)](g[t(583)],t(579),((e,n)=>{const r=t,s=[];for(const t of g[r(484)](n[r(588)])[r(605)]())t.is(r(437),r(571))&&s[r(478)](t);g[r(561)]((t=>{const e=r;for(const n of s)t[e(585)](t[e(484)](n),t[e(538)](n)),t[e(418)](n)}))}))}}function Sa(t){const e=Aa;if(t[e(537)])return!0;const n=t[e(584)](0);return n.is(e(437),e(438))&&n[e(537)]}function Ra(t,e){const n=ka();return(Ra=function(t,e){return n[t-=407]})(t,e)}function Ma(t,e={},n){const r=Aa;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(505)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const va=Oa;function Oa(t,e){const n=wa();return(Oa=function(t,e){return n[t-=487]})(t,e)}function wa(){const t=["formatBlock","_suggestionFactory","model","plugins","1302nylokO","afterInit","type","*Format:* resize table","Users","selection","has","handleSuggestionDescription","287398UlMYUD","getContainedElement","getSuggestionCallback","200175twHiQZ","resizeTableWidth","formatInline","2622geecAu","format","accept","subType","table","11hqvnHs","TrackChangesEditing","bind","author","getTableColumnsWidths","descriptionFactory","resizeTable","discard","6mBzbeV","getSuggestions","getSelectedElement","tableWidth","markBlockFormat","editor","get","2177268TWoKwI","getAttribute","columnWidths","4670pRrLAN","3773688GMuTkL","enableCommand","5868ayFyXx","data","TableColumnResizeEditing","5716zxvpDJ","handleResizeTableWidthCommand","getColumnGroupElement","commandParams","change","registerCustomCallback","295jwUvbB","document","formatGroupId","locale","registerDescriptionCallback"];return(wa=function(){return t})()}!function(t){const e=Oa,n=t();for(;;)try{if(267028===-parseInt(e(523))/1+parseInt(e(520))/2*(parseInt(e(539))/3)+parseInt(e(497))/4*(parseInt(e(503))/5)+parseInt(e(526))/6*(parseInt(e(512))/7)+-parseInt(e(492))/8+-parseInt(e(494))/9*(-parseInt(e(491))/10)+-parseInt(e(531))/11*(-parseInt(e(488))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wa);class Da extends t.Plugin{[va(513)](){const t=va;if(!this[t(544)][t(511)][t(518)](t(496)))return;const e=this[t(544)][t(511)][t(487)](t(532));e[t(493)](t(524),this[t(498)][t(533)](this)),e[t(509)][t(502)](t(508),t(537),t(528),e[t(509)][t(522)](t(508),null,t(538))),e[t(509)][t(502)](t(508),t(537),t(538),e[t(509)][t(522)](t(508),null,t(528))),e[t(536)][t(507)](this[t(519)][t(533)](this))}[va(498)](t,e){const n=va,r=this[n(544)][n(511)][n(487)](n(532)),s=this[n(544)][n(511)][n(487)](n(496)),o=e[n(530)]||this[n(544)][n(510)][n(504)][n(517)][n(541)]();this[n(544)][n(510)][n(501)]((()=>{const i=n,a=s[i(499)](o);let c=a?s[i(535)](a):null,u=o[i(489)](i(542))||null;const l=e[i(542)]||u,f=e[i(490)]||c,h=this[i(544)][i(511)][i(487)](i(516)).me;for(const t of r[i(540)]()){const e=t[i(521)]();if(i(537)===t[i(529)]&&e===o){t[i(534)]!==h&&t[i(538)]();const e=t[i(495)][i(500)];u=e[0][i(542)],c=e[0][i(490)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(543)](o,{commandName:i(524),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(537)},[],i(537))}))}[va(519)](t){const e=va;if(e(508)!=t[e(514)]&&e(525)!=t[e(514)])return;const{data:n}=t;if(n&&e(537)===n[e(505)]){const t=e(515);return{type:e(527),content:Kr(this[e(544)][e(506)],t)}}}}const Fa=Pa;function Pa(t,e){const n=xa();return(Pa=function(t,e){return n[t-=236]})(t,e)}function xa(){const t=["get","editor","2050050fwHKab","enableCommand","159632SjsrCW","33999086kobkXZ","TrackChangesEditing","4194pGcjGi","plugins","Template","has","insertTemplate","4572580eeiFqq","137136DhHpfh","549246mYOvGa","12WukBKQ","469IgZEfJ","afterInit","5105IgHEdA","18QIzBmL"];return(xa=function(){return t})()}!function(t){const e=Pa,n=t();for(;;)try{if(630264===-parseInt(e(240))/1+parseInt(e(238))/2+parseInt(e(250))/3*(-parseInt(e(251))/4)+-parseInt(e(254))/5*(parseInt(e(243))/6)+-parseInt(e(252))/7*(parseInt(e(249))/8)+parseInt(e(255))/9*(-parseInt(e(248))/10)+parseInt(e(241))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xa);class Ba extends t.Plugin{[Fa(253)](){const t=Fa,e=this[t(237)];e[t(244)][t(246)](t(245))&&e[t(244)][t(236)](t(242))[t(239)](t(247))}}const Ua=ja;function ja(t,e){const n=Va();return(ja=function(t,e){return n[t-=193]})(t,e)}!function(t){const e=ja,n=t();for(;;)try{if(892269===-parseInt(e(210))/1*(-parseInt(e(211))/2)+-parseInt(e(215))/3*(parseInt(e(213))/4)+-parseInt(e(214))/5+parseInt(e(205))/6+parseInt(e(217))/7*(parseInt(e(203))/8)+parseInt(e(216))/9*(parseInt(e(197))/10)+-parseInt(e(199))/11*(-parseInt(e(194))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Va);class Ga extends t.Plugin{[Ua(206)](){const t=Ua,e=this[t(193)];if(!e[t(209)][t(200)](t(198)))return;e[t(202)][t(200)](t(208))[t(204)](t(198));const n=e[t(202)][t(200)](t(208)),r=e[t(196)];n[t(212)][t(201)](t(195),(e=>Kr(r,t(207),e)))}}function Va(){const t=["registerElementLabel","plugins","8iJoTYg","enableCommand","394836wAuiOg","afterInit","ELEMENT_TABLE_OF_CONTENTS","TrackChangesEditing","commands","120431YysHTY","24FKfvlT","descriptionFactory","148YHTfEJ","1477125wxatni","119307wRwJhv","6777JstUUx","5306707Trrhkq","editor","12fsIXeH","tableOfContents","locale","1850bXwgFT","insertTableOfContents","2758393IhWGcA","get"];return(Va=function(){return t})()}const Ha=Wa;function za(){const t=["Title","70mFpqah","getChangedMarkers","30hjTdGB","587536FgxNeK","ELEMENT_TITLE","title-content","_splitMarkerName","isTouching","getNearestSelectionRange","38530LMWUSR","TrackChangesEditing","newRange","34396DpOUSt","543519IQvSok","isEqual","suggestion","isCollapsed","differ","locale","registerPostFixer","schema","model","from","1110YLaMdb","editor","forward","element","removeMarker","start","registerElementLabel","createRange","descriptionFactory","435270wCjiZH","afterInit","nodeBefore","end","plugins","get","915ivPSul","has","520317OOUnyh","updateMarker","document"];return(za=function(){return t})()}function Wa(t,e){const n=za();return(Wa=function(t,e){return n[t-=402]})(t,e)}!function(t){const e=Wa,n=t();for(;;)try{if(116304===-parseInt(e(439))/1+parseInt(e(409))/2*(parseInt(e(424))/3)+-parseInt(e(442))/4*(parseInt(e(430))/5)+parseInt(e(418))/6+-parseInt(e(426))/7+-parseInt(e(433))/8+parseInt(e(443))/9*(parseInt(e(432))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(za);class Ka extends t.Plugin{[Ha(419)](){const t=Ha,e=this[t(410)];if(!e[t(422)][t(425)](t(429)))return;const n=e[t(422)][t(423)](t(440));n[t(417)][t(415)](t(435),(()=>Kr(e[t(404)],t(434)))),e[t(407)][t(428)][t(405)]((r=>{const s=t;let o=!1;const i=Array[s(408)](e[s(407)][s(428)][s(403)][s(431)]());for(const{name:t,data:a}of i){const{group:i}=n[s(436)](t);if(s(445)!==i||!a[s(441)])continue;const c=a[s(441)],u=c[s(421)][s(420)];if(!u||!u.is(s(412),s(435)))continue;if(!c[s(414)][s(437)](c[s(421)]))continue;const l=e[s(407)][s(406)][s(438)](c[s(421)],s(411));if(l&&l[s(402)]){const e=r[s(416)](c[s(414)],l[s(414)]);e[s(444)](c)||(r[s(427)](t,{range:e}),o=!0)}o||(r[s(413)](t),o=!0)}return o}))}}const Xa=qa;function qa(t,e){const n=Za();return(qa=function(t,e){return n[t-=477]})(t,e)}function Za(){const t=["get","11SlPxWx","enableCommand","3018600YmFTLe","TrackChangesEditing","editor","undo","770742orcgbj","6404IUsaNU","311087TbnkfV","245VFgoJR","2387XdVutX","has","158660QjKIwT","redo","314VaVKYS","plugins","afterInit","1701OognaF","UndoEditing","9784iLQsHU"];return(Za=function(){return t})()}!function(t){const e=qa,n=t();for(;;)try{if(284321===parseInt(e(484))/1+-parseInt(e(490))/2*(-parseInt(e(493))/3)+parseInt(e(483))/4*(parseInt(e(485))/5)+-parseInt(e(482))/6+-parseInt(e(486))/7*(parseInt(e(495))/8)+parseInt(e(478))/9+parseInt(e(488))/10*(parseInt(e(497))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Za);class Ja extends t.Plugin{[Xa(492)](){const t=Xa,e=this[t(480)],n=e[t(491)][t(496)](t(479));e[t(491)][t(487)](t(494))&&(n[t(477)](t(481)),n[t(477)](t(489)))}}const Ya=Qa;function Qa(t,e){const n=tc();return(Qa=function(t,e){return n[t-=280]})(t,e)}!function(t){const e=Qa,n=t();for(;;)try{if(732527===-parseInt(e(298))/1+-parseInt(e(295))/2*(parseInt(e(296))/3)+parseInt(e(281))/4+parseInt(e(286))/5+-parseInt(e(287))/6*(parseInt(e(299))/7)+parseInt(e(290))/8*(parseInt(e(294))/9)+-parseInt(e(289))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tc);class $a extends t.Plugin{static get[Ya(282)](){return[ga]}[Ya(288)](){const t=Ya,e=this[t(285)];e[t(284)][t(297)](t(292))&&e[t(284)][t(293)](t(291))[t(280)](t(283))}}function tc(){const t=["72918WYNgDU","has","180042hmjHvq","322hpXPDt","enableCommand","5608972aSVWoU","requires","toggleTableCaption","plugins","editor","2340185dABXqB","94794iSjmPo","afterInit","8856550jcomZY","727616FvUUHS","TrackChangesEditing","TableCaptionEditing","get","72KILZFL","6nqvkaH"];return(tc=function(){return t})()}const ec=rc;function nc(){const t=["tableCellHeight","693CAwQoq","discard","getSelectionAffectedTableCells","TablePropertiesEditing","*Format:* change table properties","*Format:* change table cell properties","6189280OZZdmZ","plugins","change","batch","has","document","registerCustomCallback","findAncestor","markBlockFormat","setAttribute","subType","getSuggestions","getContainedElement","model","getSuggestionCallback","isPremiumPlugin","join","accept","handleSuggestionDescription","tableWidth","handleDiscardAction","tableBorderWidth","tableBackgroundColor","editor","tableCellProperties","pluginName","tableCellWidth","2211237CIppzI","tableCellBorderWidth","_getSuggestion","getFirstPosition","descriptionFactory","table","tableAlignment","selection","10YXRrsh","35896wOJQJd","removeAttribute","locale","1784252xiJcBt","tableCellVerticalAlignment","isOfficialPlugin","63162eJJqNP","tableHeight","nodeAfter","TableCellPropertiesEditing","start","688260RTngYa","enqueueChange","596AleQjA","35KxEXMI","_suggestionFactory","registerDescriptionCallback","tableCellHorizontalAlignment","TableUtils","formatBlock","enableCommand","tableCellBorderColor","afterInit","getAttribute","commandParams","tableCellPadding","_handlePropertyChange","TrackChangesTableProperties","tableCellBorderStyle","get","tableProperties","tableBorderColor","tableBorderStyle","format","TrackChangesEditing","data","tableCellBackgroundColor"];return(nc=function(){return t})()}function rc(t,e){const n=nc();return(rc=function(t,e){return n[t-=285]})(t,e)}!function(t){const e=rc,n=t();for(;;)try{if(244890===parseInt(e(314))/1*(-parseInt(e(300))/2)+-parseInt(e(312))/3+parseInt(e(304))/4+parseInt(e(315))/5*(parseInt(e(307))/6)+-parseInt(e(292))/7+parseInt(e(301))/8*(-parseInt(e(339))/9)+parseInt(e(345))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nc);class sc extends t.Plugin{constructor(t){const e=rc;super(t),this[e(331)]=[e(332),e(333),e(286),e(298),e(364),e(308),e(287)],this[e(289)]=[e(322),e(329),e(293),e(326),e(291),e(338),e(337),e(318),e(305)]}static get[ec(290)](){return ec(328)}static get[ec(306)](){return!0}static get[ec(360)](){return!0}[ec(323)](){const t=ec,e=this[t(288)][t(346)][t(330)](t(335));if(this[t(288)][t(346)][t(349)](t(342))){for(const n of this[t(331)])e[t(321)](n,((e,r)=>{const s=t,o=this[s(288)][s(358)][s(350)][s(299)][s(295)]()[s(352)](s(297));this[s(327)](n,[o],this[s(331)],s(331),e,r)}));e[t(316)][t(351)](t(320),t(331),t(362),e[t(316)][t(359)](t(320),null,t(340))),e[t(316)][t(351)](t(320),t(331),t(340),((e,n)=>this[t(285)](this[t(331)],e,n))),e[t(316)][t(351)](t(320),t(331),t(361),(()=>!1))}if(this[t(288)][t(346)][t(349)](t(310))){for(const n of this[t(289)])e[t(321)](n,((e,r)=>{const s=t,o=this[s(288)][s(346)][s(330)](s(319))[s(341)](this[s(288)][s(358)][s(350)][s(299)]);this[s(327)](n,o,this[s(289)],s(289),e,r)}));e[t(316)][t(351)](t(320),t(289),t(362),e[t(316)][t(359)](t(320),null,t(340))),e[t(316)][t(351)](t(320),t(289),t(340),((e,n)=>this[t(285)](this[t(289)],e,n))),e[t(316)][t(351)](t(320),t(289),t(361),(()=>!1))}e[t(296)][t(317)]((e=>this[t(363)](e)))}[ec(327)](t,e,n,r,s,o){const i=ec,a=this[i(288)][i(346)][i(330)](i(335));this[i(288)][i(358)][i(313)](o[i(348)],(()=>{const t=i;for(const i of e)if(this[t(294)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(324)](r);void 0!==n&&(e[r]=n)}s(o),a[t(353)](i,{commandParams:[e]},[],r)}}))}[ec(285)](t,e,n){const r=ec,s=e[0][r(311)][r(309)],o=n[r(325)][0];this[r(288)][r(358)][r(347)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(354)](r,o[r],s):e[n(302)](r,s)}))}[ec(363)](t){const e=ec;if(t[e(336)])switch(t[e(355)]){case e(331):return{type:e(334),content:Kr(this[e(288)][e(303)],e(343))};case e(289):return{type:e(334),content:Kr(this[e(288)][e(303)],e(344))}}}[ec(294)](t,e){const n=ec,r=this[n(288)][n(346)][n(330)](n(335));for(const s of r[n(356)]({skipNotAttached:!0})){const r=s[n(357)]();if(s[n(355)]===e&&r===t)return s}return null}}var oc=Function.prototype,ic=Object.prototype,ac=oc.toString,cc=ic.hasOwnProperty,uc=ac.call(Object);const lc=function(t){if(!ne(t)||"[object Object]"!=ct(t))return!1;var e=en(t);if(null===e)return!0;var n=cc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ac.call(n)==uc};const fc=function(t){return lc(t)?void 0:t};var hc=$?$.isConcatSpreadable:void 0;const gc=function(t){return ce(t)||ae(t)||!!(hc&&t&&t[hc])};const dc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=gc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):tn(o,c):s||(o[o.length]=c)}return o};const pc=function(t){return(null==t?0:t.length)?dc(t,1):[]};const mc=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 Ic=Math.max;const Ec=function(t,e,n){return e=Ic(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=Ic(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),mc(t,this,a)}};const bc=function(t){return function(){return t}};const Tc=Jt?function(t,e){return Jt(t,"toString",{configurable:!0,enumerable:!1,value:bc(e),writable:!0})}:function(t){return t};var _c=Date.now;const yc=function(t){var e=0,n=0;return function(){var r=_c(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Tc);const Ac=function(t){return yc(Ec(t,void 0,pc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=ir(e,(function(e){return e=fr(e,t),r||(r=e.length>1),e})),te(t,an(t),n),r&&(n=Zn(n,7,fc));for(var s=e.length;s--;)jr(n,e[s]);return n})),kc=Nc;function Cc(){const t=["documentSelection","isSelectable","includes","moveTargetPosition","Users","_getExternalAuthor","markMultiRangeBlockFormat","track-changes-command-not-found","PENDING_ACTION_SUGGESTION","document","722682ejmXOI","addComment","warn","isArray","sort","get","_model","track-changes-enable-command-twice","deleteContent","_isDataLoaded","insertion:discard","_initAriaMarkerChangeAnnouncements","oldRange","_splitMarkerName","_setSuggestionRange","registerPostFixer","map","ck-suggestion-marker-formatBlock","name","_customCallbacks","ck-suggestion-marker","ck-suggestion-marker-formatInline","trackChangesCommand","getDifference","toUpperCase","isDocumentOperation","formatBlock:discard","_joinWithAdjacentSuggestions","getCommentThread","_updateSuggestionData","catch","data-suggestion","removed","push","getMarkers","element","multi","unbind","init","update:suggestion","batch","_onDiscard","addMarker:suggestion:attribute","low","_suggestions","format","plugins","getFirstMarker","move","showSuggestionHighlights","filter","ENTER","enqueueChange","acceptAllSuggestions","registerCustomCallback","creator","pluginName","getMultiRangeId","TrackChangesEditing","_isBlockAttribute","pop","_trackFormatChanges","getSuggestions","detach","FORMATTING","deletion:join","announce","splitPosition","createPositionAt","createRangeOn","clear","addHighlight","concat","getRange","attributeNewValue","root","isLocal","createSelection","isMultiRange","removeAttribute","formatBlock:chain","external:","bindElementToMarker","_reduceSuggestionAttributeRange","discardSelectedSuggestions","removeMarkers","_isRegisteredAttribute","getSuggestionCallback","attributeKey","_getMarkerAnnouncementText","marker-count","elementEnd","isAtStart","isInsideObject","forEach","writer","action","subType","suggestion:attribute:","insertion:chain","range","removeClass","4120036fslJqm","isEqual","split","addMarkerName","forward","editing","define","formatInline:chain","_inlineAttributeKeys","getUser","error-saving-suggestion-data-suggestion-discarded","change:data","isAtEnd","size","formatBlock:accept","_isForcedDefaultExecutionBlock","getCustomProperty","track-changes-adapter-already-set","isRemovable","_findSuggestions","stop","_breakSuggestionMarker","_commentsRepository","set","consume","track-changes-adapter-missing-getsuggestion","default","_joinSuggestions","authoredAt","_reduceExistingSuggestions","markerReady","conversion","isIntersecting","next","attribute:","accepted","markerToHighlight","containsRangeInObject","key","options","suggestionUnloaded","formatBlock","editor","_addThreadToSuggestion","stringify","isPremiumPlugin","getShiftedBy","applyOperation","isUndo","fromRange","attributes","isOfficialPlugin","config","_SUGGESTION_ANNOUNCEMENT","splice","_removeSuggestion","insertion:join","attribute:discard","CommentsRepository","ck-suggestion-marker-","rethrowUnexpectedError","_setSuggestionData","multipleBlocks","createPositionAfter","_recordAttributeSuggestions","addMarker","markerToData","data-author-id","1757CqdpZq","some","getAttribute","value","_createSuggestion","$marker","widget","requires","markBlockFormat","enableCommand","consumable","track-changes-suggestion-not-found","discard","isLimit","insert","getAllAdjacentSuggestions","rejected","_blockAttributeKeys","createPositionBefore","addMarker:suggestion:formatBlock","elementToElement","_rangeIsInLocalUserInsertion","addSuggestionData","upcast","head","_checkSuggestionCorrectness","mapper","attributeOldValue","setSelection","suggestion-type","setTo","oldValue","every","author","accept","$graveyard","removeMarker:suggestion:attribute","isAfter","suggestionChanged","targetPosition","getAncestors","formatBlock:join","stopListening","dataDowncast","track-changes-user-not-found","newValue","_cutOutSuggestionMarker","markers","listenTo","updateSuggestion","ck-suggestion-marker--active","containsRange","elementStart","formatInline:accept","_getAuthorFromId","$textProxy","addCommentThread","hasCommentThread","lowest","_suggestionFactory","formatBlock:","has","165sFdVLi","1qmRrao","_processAttributeChanges","isBefore","locale","_afterChanges","isBlock","commandName","skipNestingCheck","markInsertion","createRangeIn","_adapter","change","createRange","enableReadOnlyMode","registerBlockAttribute","high","rename","createElement","adapter","createdAt","change:_saved","differ","group","resolve","attribute:accept","fire","markAttributeChange","isOwn","normal","model","markerNameToElements","activeMarkers","dataReady","1094580Ajdnmm","startsWith","_addSuggestionMarker","isIntersectingWithRange","markMultiRangeDeletion","remove","_handleNewSuggestionMarker","unbindElementFromMarkerName","buildSuggestion","attribute:join","suggestion","clone","enableDefaultAttributesIntegration","formatInline:","containsItem","backward","$text","registerInlineAttribute","change:activeMarkers","markMultiRangeInsertion","length","editingDowncast","deletion:chain","acceptSelectedSuggestions","LEAVE","commentThread","nodeBefore","meta","substr","761870vcSOTk","delete","isInContent","@external","deletion:accept","never","3984219usCzUO","track-changes-suggestion-data-mismatch","_refreshAttributeSuggestionsChain","_defaultCallbacks","unshift","rootName","isExternal","_mergeNestedSuggestions","chain","10448gNxUET","howMany","getSuggestion","deletion","_registerDefaultCallbacks","data","_getSuggestionData","nodeAfter","item","trackChanges.mergeNestedSuggestions","fetchCommentThread","fromCharCode","join","suggestion:","_editor","PendingActions","addUser","getLastMatchingPosition","refresh","toViewElement","removeMarker","isCollapsed","type","commands","descriptionFactory","getFirstRange","suggestionLoaded","addMarker:suggestion","after","schema","execute","hasSuggestion","310dCsjKM","originalSuggestionId","isObject","markInlineFormat","getRanges","getContainedElement","notReady","discardSuggestion","formatInline:discard","markDeletion","parent","formatGroupId","trackChanges","position","getWalker","comments","assign","_saved","removeMarker:suggestion:formatBlock","updateMarker","forceDefaultExecution","always","end","_processAttributeSuggestions","substring","formatInline","setAttribute","insertion:","acceptSuggestion","insertion:accept","getChangedMarkers","addRange","_enabledCommands","containsPosition","ready","isTouching","keys","highest","toJSON","dataToMarker","addSuggestion","getNearestSelectionRange","attribute","open","before","from","discardAllSuggestions","getChanges","insertion","selection","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.","_getAttributeKey","groupId","find","60288iFXZwb","$elementName","_suggestionState","isNextTo","deletion:discard","reconvertMarker","insertContent","hasComments","addClass","collaboration.channelId","start","return","newRange","_refreshSuggestionsChain","containerElement","formatInline:join","deletion:","values","tablePasteChainId","previous","getItems","trackChanges.trackFormatChanges","_recordAttributeChanges","add","authorName","removeComment","getIntersection","for","markerName","then"];return(Cc=function(){return t})()}function Nc(t,e){const n=Cc();return(Nc=function(t,e){return n[t-=134]})(t,e)}!function(t){const e=Nc,n=t();for(;;)try{if(727893===-parseInt(e(371))/1*(parseInt(e(433))/2)+-parseInt(e(138))/3+-parseInt(e(240))/4+parseInt(e(480))/5*(parseInt(e(534))/6)+-parseInt(e(308))/7*(parseInt(e(448))/8)+parseInt(e(439))/9+-parseInt(e(404))/10*(-parseInt(e(370))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cc);const Lc=kc(535);class Sc extends t.Plugin{static get[kc(315)](){return[kc(298),o.Users,t.PendingActions,ts,ss,us,fs,ys,Is,Ns,vs,js,eo,io,fo,mo,_o,Co,Ro,wo,xo,zo,Go,Zo,$o,ri,fi,Ii,wi,ai,zs,Zs,_i,Ci,Si,xi,ji,Wi,Ji,ta,oa,ua,ga,Ea,ya,$a,La,Da,Ga,sc,Ba,Ka,Ja]}static get[kc(194)](){return kc(196)}static get[kc(291)](){return!0}static get[kc(285)](){return!0}constructor(t){const e=kc;function n(t){const e=Nc;return t[e(154)]((t=>String[e(459)](t)))[e(460)]("")}super(t),this[e(304)]=!1,this[e(263)](e(402),[]),this.on(e(422),((n,r,s,o)=>{const i=e;this[i(144)][i(382)]((()=>{const e=i;for(const n of[...o,...s])this[e(144)][e(355)][e(369)](n)&&t[e(245)][e(539)](n)}))})),this[e(472)]=new Jr(this[e(282)][e(400)][e(477)],this[e(282)][e(374)]),this[e(381)]=null,this[e(367)]=new Rc(this[e(282)]),this[e(182)]=new Map,this[e(262)]=t[e(184)][e(143)](e(298)),this[e(512)]=new Set,this[e(144)]=this[e(282)][e(400)],this[e(536)]=new WeakMap,this[e(255)]=!1,this[e(325)]=new Set([e(535)]),this[e(248)]=new Set,t[e(292)][e(246)](e(555),e(266)),this[e(199)]=t[e(292)][e(143)](e(555)),t[e(292)][e(246)](e(457),!0),this[e(446)]=t[e(292)][e(143)](e(457)),this[e(160)]=new f(t,this[e(512)]),this[e(149)](),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,50,48,51,54])}[kc(176)](){const t=kc,n=this[t(282)],r=(e,n)=>{const r=t;if(r(522)!=e)return r(299)+e;const s=n[r(242)]("|")[0];return this[r(197)](s)?r(155):r(159)};n[t(271)][t(561)](t(425))[t(276)]({model:t(414),view:e=>{const n=t,{id:s,authorId:o,type:i,subType:a}=this[n(151)](e[n(562)]),c=[n(158),r(i,a)];let u=3e3;return this[n(402)][n(566)](e[n(562)])&&(c[n(171)](n(358)),u=3010),n(451)==i&&(u+=5),{classes:c,attributes:{"data-suggestion":s,"data-author-id":o},priority:u}}}),n[t(271)][t(561)](t(351))[t(557)]((e=>{const r=t;e.on(r(475),((t,e,s)=>{const o=r;if(!s[o(279)][o(187)])return;const i=e[o(456)];if(!i)return;const c=s[o(334)][o(467)](i);n[o(400)][o(477)][o(482)](i)&&c&&!c[o(256)](o(314))&&c.is(o(548))&&(0,a.toWidget)(c,s[o(233)])}),{priority:r(386)})})),n[t(271)][t(561)](t(351))[t(276)]({model:t(414),view:(e,n)=>{const s=t;if(!n[s(279)][s(187)])return null;const{type:o,subType:i}=this[s(151)](e[s(562)]);return{classes:[s(158),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(456)])return;const{id:c,authorId:u}=this[a(151)](o[a(562)]);if(r){const t=this[a(182)][a(143)](c),e=this[a(531)](t);if(!this[a(197)](e))return}if(o[a(456)].is(a(529)))return void i[a(318)][a(264)](o[a(456)],s[a(156)]);const l=i[a(334)][a(467)](o[a(456)]);if(o[a(456)].is(a(173))&&n[a(400)][a(477)][a(376)](o[a(456)])&&!l[a(256)](a(209))){i[a(233)][a(542)]([a(158),a(155)],l),i[a(233)][a(506)](a(169),c,l),i[a(233)][a(506)](a(307),u,l),i[a(334)][a(220)](l,o[a(562)]),e&&(this[a(402)][a(566)](o[a(562)])?i[a(233)][a(542)](a(358),l):i[a(233)][a(239)](a(358),l));for(const t of n[a(400)][a(380)](o[a(456)])[a(554)]())i[a(318)][a(264)](t,s[a(156)]);i[a(318)][a(264)](o[a(456)],s[a(156)])}};n[t(271)][t(561)](t(351))[t(557)]((e=>{const n=t;e.on(n(327),((t,e,r)=>{const o=n;r[o(279)][o(187)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(517)})})),n[t(271)][t(561)](t(351))[t(557)]((e=>{const n=t;e.on(n(180),((t,e,r)=>{const o=n;r[o(279)][o(187)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(517)})})),n[t(271)][t(561)](t(351))[t(306)]({model:t(414),view:(e,n)=>n[t(279)][t(187)]?null:{group:t(414),name:e[t(432)](11)}}),n[t(271)][t(561)](t(331))[t(328)]({view:{name:t(414),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(461)+e[r(310)](r(337))+":"+e[r(310)]("id");return e[r(310)](r(228))&&(s+=":"+e[r(310)](r(228))),n[r(388)](r(313),{"data-name":s})}}),n[t(271)][t(561)](t(331))[t(519)]({view:t(414)}),n[t(271)][t(561)](t(425))[t(557)]((e=>{const n=t;e.on(n(327),s(),{priority:n(386)})})),n[t(271)][t(561)](t(425))[t(557)]((e=>{const n=t;e.on(n(180),s({isAttributeSuggestion:!0}),{priority:n(386)})})),n[t(271)][t(561)](t(425))[t(557)]((e=>{const n=t;e.on(n(498),((t,e,r)=>{const s=n,o=r[s(334)][s(401)](e[s(562)]);if(o)for(const t of o)t[s(256)](s(209))||(r[s(233)][s(239)]([s(158),s(155),s(358)],t),r[s(233)][s(217)](s(169),t),r[s(233)][s(217)](s(307),t),r[s(334)][s(411)](t,e[s(562)]))}),{priority:n(386)})})),n[t(271)][t(561)](t(425))[t(557)]((e=>{const n=t;e.on(n(344),((t,e,r)=>{const s=n,o=r[s(334)][s(401)](e[s(562)]);if(!o)return;const{id:i}=this[s(151)](e[s(562)]),a=this[s(182)][s(143)](i),c=this[s(531)](a);if(this[s(197)](c))for(const t of o)t[s(256)](s(209))||(r[s(233)][s(239)]([s(158),s(155),s(358)],t),r[s(233)][s(217)](s(169),t),r[s(233)][s(217)](s(307),t),r[s(334)][s(411)](t,e[s(562)]))}),{priority:n(386)})})),n[t(400)][t(137)][t(153)]((e=>{const r=t;let s=!1;const o=Array[r(525)](n[r(400)][r(137)][r(392)][r(510)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(151)](t);if(r(414)!==o)continue;const h=this[r(182)][r(143)](f);if(null!=c[r(546)]){r(505)==u&&(s=s||Oc(c[r(546)],t,e,n[r(400)][r(477)]));const o=r(522)==u&&this[r(197)](l[r(242)]("|")[0]);if(c[r(546)][r(469)]||r(343)==c[r(546)][r(213)][r(444)]||r(281)==u&&!Dc(c[r(546)])||o&&!Dc(c[r(546)])||r(451)==u&&(vc(a=c[r(546)])||function(t){const e=r;return t[e(544)][e(490)]==t[e(502)][e(430)]&&t[e(544)][e(252)]}(a)))e[r(468)](t),s=!0;else{if(!h||!h[r(435)])continue;if(c[r(546)]&&c[r(150)]&&c[r(546)][r(241)](c[r(150)]))continue;i[r(557)](h)}}}var a;return i[r(253)]>0&&(s=!!this[r(165)](i)||s),s})),n[t(400)][t(137)][t(153)]((e=>{const r=t;let s=!1;for(const t of n[r(400)][r(137)][r(392)][r(527)]())if(r(322)==t[r(470)])for(const t of this[r(182)][r(551)]()){if(t[r(216)]||!t[r(435)])continue;const o=r(281)==t[r(470)],i=this[r(531)](t),a=i&&this[r(197)](i);if(!o&&!a)continue;const c=t[r(473)]();if(c[r(544)][r(490)]!=c[r(502)][r(490)]&&!c[r(502)][r(252)]){const o=n[r(400)][r(206)](c[r(544)][r(455)],r(502)),i=n[r(400)][r(383)](c[r(544)],o);e[r(499)](t[r(185)](),{range:i}),s=!0}}return s})),n[t(400)][t(137)][t(153)]((e=>this[t(372)](e))),n[t(400)][t(137)][t(153)]((e=>!e[t(178)][t(214)]&&this[t(503)](e))),n[t(400)].on(t(375),(()=>{this[t(304)]=!1})),n[t(400)][t(137)].on(t(251),((r,s)=>{const o=t;if(!s[o(214)]||s[o(288)])return;if(!this[o(304)])return;const i=n[o(400)][o(137)][o(392)][o(527)]();if(0==i[o(424)])return;const a=[],c=i[o(188)]((t=>o(522)==t[o(470)])),u=i[o(188)]((t=>o(322)==t[o(470)]&&o(420)!=t[o(156)]));for(const t of c)this[o(224)](t[o(226)])&&a[o(171)]({key:t[o(226)],newValue:t[o(212)],oldValue:t[o(335)],range:Fc(t[o(238)],n[o(400)])});for(const t of u){if(o(387)!=t[o(234)]&&o(466)!=t[o(234)])continue;const e=Pc(t[o(493)][o(455)],n[o(400)]),r=t[o(524)];o(387)==t[o(234)]&&a[o(171)]({key:o(535),newValue:t[o(156)],oldValue:r[o(156)],range:e});for(const[n,s]of r[o(290)]){if(!this[o(224)](n))continue;const r=t[o(290)][o(143)](n);s!==r&&a[o(171)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(290)])this[o(224)](n)&&(r[o(290)][o(369)](n)||a[o(171)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(424)]&&n[o(400)][o(190)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(397)](t,e,s,o,{groupId:r});this[n(269)](t,a)}))}),{priority:t(366)}),n[t(400)][t(355)].on(t(177),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(151)](n[s(156)]),e=this[s(182)][s(143)](t);e&&e[s(243)](n[s(156)])}})),n[t(400)][t(137)].on(t(251),(()=>{const e=t,r=Array[e(525)](n[e(400)][e(137)][e(392)][e(510)]())[e(188)]((t=>e(414)===this[e(151)](t[e(156)])[e(393)]));if(0===r[e(424)])return;r[e(142)](((t,n)=>{const r=e,s=t[r(453)][r(150)],o=n[r(453)][r(150)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(544)][r(373)](o[r(544)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(151)](t);if(null===n[e(150)]){const n=this[e(410)](t);o[e(557)](n)}else{const t=this[e(182)][e(143)](r);null!==n[e(546)]||t[e(435)]?(s[e(557)](t[e(332)]),o[e(557)](t)):this[e(295)](t)}}o[e(253)]>0&&this[e(547)](o);for(const t of s)this[e(396)](e(346),t)})),n[t(400)].on(t(287),((e,r)=>{const s=t,o=r[0];if(!this[s(182)][s(253)])return;if(!o[s(163)])return;if(o[s(178)][s(288)]||!o[s(178)][s(214)])return;let i,a;switch(o[s(470)]){case s(322):i=n[s(400)][s(206)](o[s(493)]),a=i[s(286)](o[s(449)]);break;case s(242):i=n[s(400)][s(206)](o[s(205)]),a=n[s(400)][s(206)](o[s(567)]);break;case s(186):i=n[s(400)][s(206)](o[s(347)]),a=i[s(286)](o[s(449)]);break;default:return}const c=n[s(400)][s(383)](i,a);n[s(400)][s(382)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(259)](c)){if(e[t(216)])continue;if(t(505)==e[t(470)])continue;const r=this[t(531)](e);if(r&&this[t(197)](r)&&t(242)!=o[t(470)])continue;const s=e[t(453)]&&e[t(453)][t(302)];(t(281)!=e[t(470)]||t(242)==o[t(470)]&&!s)&&(n[t(277)]||t(528)==e[t(470)]&&n[t(398)]||e[t(473)]()[t(359)](c)&&this[t(261)](e,i,a))}}))}),{priority:t(366)}),n[t(400)].on(t(146),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(500)])return;if(this[s(255)])return;if(!this[s(160)][s(311)])return;if(o[s(469)])return;const a=n[s(400)][s(477)],{start:c,end:u}=o[s(473)](),l=c[s(455)]&&a[s(321)](c[s(455)])?null:a[s(521)](c,s(244)),f=u[s(430)]&&a[s(321)](u[s(430)])?null:a[s(521)](u,s(419)),h=n[s(400)][s(383)](l?l[s(544)]:c,f?f[s(502)]:u);n[s(400)][s(382)]((t=>{const e=s;this[e(489)](h);const r=n[e(400)][e(477)][e(521)](h[e(544)]);o.is(e(564))?t[e(336)](r):o[e(338)](r)})),e[s(260)]()}),{priority:e.priorities[t(399)]+10}),n[t(400)].on(t(540),((e,r)=>{const s=t,o=r[r[s(424)]-1];o&&o[s(500)]||this[s(255)]||this[s(160)][s(311)]&&(n[s(400)][s(382)]((()=>{const t=s;let o=n[t(400)][t(540)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(545)]=o[t(415)]();const i=o[t(502)][t(430)],a=n[t(400)][t(477)];i&&a[t(376)](i)&&!a[t(482)](i)&&(o=n[t(400)][t(383)](o[t(544)],n[t(400)][t(206)](i,t(502)))),this[t(379)](o)})),e[s(260)]())}),{priority:t(386)}),this[t(282)][t(471)][t(557)](t(492),this[t(160)]),this[t(317)](t(492));const o=new p(n,this[t(182)]);n[t(471)][t(557)](t(508),o),this[t(317)](t(508));const i=new E(n,this[t(182)]);n[t(471)][t(557)](t(487),i),this[t(317)](t(487)),n[t(471)][t(557)](t(191),new M(n,o,this[t(182)])),this[t(317)](t(191)),n[t(471)][t(557)](t(526),new M(n,i,this[t(182)])),this[t(317)](t(526)),n[t(471)][t(557)](t(427),new F(n,o,this[t(182)])),this[t(317)](t(427)),n[t(471)][t(557)](t(222),new F(n,i,this[t(182)])),this[t(317)](t(222));const c=n[t(184)][t(143)](t(298));this[t(356)](c,t(139),((e,{threadId:n})=>{const r=t,s=this[r(182)][r(143)](n);s&&s[r(429)]&&1===s[r(429)][r(424)]&&this[r(167)](n,{hasComments:!0})}),{priority:t(181)}),this[t(356)](c,t(559),((e,{threadId:n})=>{const r=t,s=this[r(182)][r(143)](n);s&&s[r(429)]&&!s[r(429)][r(424)]&&this[r(167)](n,{hasComments:!1})}),{priority:t(181)})}set[kc(389)](t){const n=kc;if(this[n(381)])throw new e.CKEditorError(n(257),this);this[n(381)]=t}get[kc(389)](){return this[kc(381)]}[kc(200)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=kc,r=[];for(const e of this[n(182)][n(551)]())t&&!e[n(435)]||r[n(171)](e);return e?r[n(154)]((t=>t[n(518)]())):r}[kc(450)](t){const n=kc,r=this[n(182)][n(143)](t);if(!r)throw new e.CKEditorError(n(319),this);return r}[kc(479)](t){const e=kc;return this[e(182)][e(369)](t)}[kc(330)](t){const e=kc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(470)][e(242)](":"),a=this[e(182)][e(143)](r)||this[e(312)](o,i,r,n,s);if(this[e(283)](a),this[e(333)](a,o,i||null,n),a[e(390)]=t[e(390)],a[e(147)]=!0,s&&s[e(436)]){const t=s[e(436)],n=this[e(569)](t[e(558)]);a[e(268)]=t[e(390)],a[e(341)]=n,a[e(445)]=!0}else a[e(268)]=t[e(390)];switch(t[e(453)]&&(a[e(453)]=t[e(453)]),t[e(290)]&&(a[e(290)]=t[e(290)]),this[e(381)]&&this[e(381)][e(520)]||(a[e(497)]=!0),this[e(536)][e(143)](a)){case e(486):this[e(536)][e(263)](a,e(403));break;case e(270):a[e(435)]?(this[e(165)](new Set([a])),this[e(547)](new Set([a])),this[e(536)][e(263)](a,e(514)),this[e(396)](e(474),a)):this[e(536)][e(263)](a,e(170))}return a}[kc(508)](t){const e=kc;this[e(500)]((()=>{const n=e;this[n(282)][n(400)][n(382)]((()=>{const e=n;for(const n of t[e(323)]())n[e(342)]()}))}))}[kc(487)](t){const e=kc;this[e(500)]((()=>{const n=e;this[n(282)][n(400)][n(382)]((()=>{const e=n;for(const n of t[e(323)]())n[e(320)]()}))}))}[kc(317)](t,n){const r=kc,s=this[r(282)][r(471)][r(143)](t);if(!s)throw new e.CKEditorError(r(135),this,{commandName:t});if(this[r(512)][r(369)](s))throw new e.CKEditorError(r(145),this,{commandName:t});this[r(512)][r(557)](s),n&&s.on(r(478),((t,e)=>{const o=r;this[o(160)][o(311)]&&(this[o(255)]||(e[o(424)]>0&&e[e[o(424)]-1]&&e[e[o(424)]-1][o(500)]?e[o(198)]():(t[o(545)]=n(((...t)=>s[o(478)](...t,{forceDefaultExecution:!0})),...e),t[o(260)]())))}),{priority:r(386)})}[kc(500)](t){const n=kc;let r,s;const o=this[n(255)];this[n(255)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(255)]=!1),s&&e.CKEditorError[n(300)](s,this),r}[kc(379)](t,n=null,r={}){const s=kc;if(t[s(469)])return null;const o=this[s(282)][s(184)][s(143)](s(568)).me;for(const{suggestion:e,meta:o}of this[s(259)](t,s(528)))if(o[s(398)]){if(!o[s(537)]){if(o[s(277)]){if(!this[s(446)]||!Uc(e,r))continue;return e}if(Uc(e,r))return e;this[s(261)](e,t[s(544)],t[s(502)]);break}if(n==e[s(235)]&&Uc(e,r)){const n=e[s(473)]();return n[s(544)][s(241)](t[s(502)])?this[s(152)](e,this[s(144)][s(383)](t[s(544)],n[s(502)])):this[s(152)](e,this[s(144)][s(383)](n[s(544)],t[s(502)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(507)+n:s(528),u=this[s(301)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(406)](c,i,a,t),u}[kc(423)](t,n=kc(174),r={}){const s=kc,o=this[s(282)][s(184)][s(143)](s(568)).me,i=this[s(367)][s(225)](s(528),n,s(460));for(const e of this[s(200)]())if(e[s(341)].id==o.id&&s(528)==e[s(470)]&&e[s(235)]==n&&Uc(e,r)&&(i(e[s(484)](),t)||i(t,e[s(484)]()))){for(const n of t)e[s(511)](n);return e}for(const{suggestion:e,meta:n}of this[s(259)](t,s(528))){if(!n[s(398)])continue;if(!this[s(446)]&&n[s(277)])continue;if(!Uc(e,r))continue;let o=!0;for(const n of e[s(484)]())for(const e of t)if(!n[s(359)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(507)+n,l=this[s(301)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(406)](u,a,c,e,Wr[s(195)]());return l}[kc(483)](t,n,r=null,s={}){const o=kc;if(r=r||wc(n),t[o(469)])return null;if(o(438)===this[o(199)]){const e=this[o(367)][o(225)](o(505),r,o(342));return this[o(500)]((()=>e([t],n,s))),null}const i=this[o(282)][o(184)][o(143)](o(568)).me,a=[];if(o(501)!==this[o(199)])for(const{suggestion:e,meta:n}of this[o(259)](t,o(528)))n[o(398)]&&!n[o(231)]&&a[o(171)](...e[o(484)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(560)](s);e&&r[n(171)](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(424)];){const s=r[e][n(161)](t);r[n(294)](e,1,...s),e+=s[n(424)]}}return r}(t,a);c[o(424)]&&this[o(144)][o(382)]((()=>{const t=o;for(const e of c){const o=this[t(367)][t(225)](t(505),r,t(342));this[t(500)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(544)],u=t[o(502)];for(const{suggestion:e,meta:n}of this[o(259)](t,o(505))){if(!n[o(398)])continue;if(e[o(235)]!=r)continue;if(!Uc(e,s))continue;const i=e[o(473)]();if(i[o(359)](t,!0))return null;c=c[o(373)](i[o(544)])?c:i[o(544)],u=u[o(345)](i[o(502)])?u:i[o(502)],a?i[o(544)][o(373)](a[o(473)]()[o(544)])?(a[o(223)](),a=e):e[o(223)]():a=e}const l=this[o(144)][o(383)](c,u);if(a)this[o(152)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(301)]({id:t,type:o(417)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(406)](o(417)+r,t,a,l)}}return null}[kc(316)](t,n,r=[],s=null,o={}){const i=kc;n[i(491)]||(n[i(491)]=n[i(377)]),n[i(302)]=t.is(i(238)),s=s||wc(n);const a=r[i(154)]((t=>Pc(t,this[i(144)]))),c=t.is(i(238))?t:Pc(t,this[i(144)]);if(i(438)===this[i(199)]){const t=this[i(367)][i(225)](i(281),s,i(342));return this[i(500)]((()=>t([c],n,o))),null}a[i(171)](c);let u=!0;for(const t of a)if(!this[i(329)](t)){u=!1;break}if(u&&i(501)!==this[i(199)]){const t=this[i(367)][i(225)](i(281),s,i(342));return this[i(500)]((()=>t([c],n,o))),null}let l=null,f=c[i(544)],h=c[i(502)];for(const{suggestion:t,meta:e}of this[i(259)](c,i(281))){if(!e[i(398)])continue;if(e[i(537)]||e[i(277)]||e[i(231)])continue;if(t[i(453)][i(491)]!=n[i(491)])continue;if(!Uc(t,o))continue;const r=t[i(473)]();if(t[i(235)]==s){if(r[i(359)](c,!0))return null;f=f[i(373)](r[i(544)])?f:r[i(544)],h=h[i(345)](r[i(502)])?h:r[i(502)],l?r[i(544)][i(373)](l[i(473)]()[i(544)])?(l[i(223)](),l=t):t[i(223)]():l=t}else{const e=c[i(560)](r);this[i(354)](t,e)}}const g=this[i(282)][i(184)][i(143)](i(568)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(152)](l,this[i(144)][i(383)](f,h)),l;{const t=this[i(301)]({id:d,type:i(368)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(406)](i(368)+s,d,p,this[i(144)][i(383)](f,h)),t}}[kc(134)](t,n,r=[],s=null,o={}){const i=kc;n[i(491)]||(n[i(491)]=n[i(377)]);const a=t[0];n[i(302)]=a.is(i(238)),s=s||wc(n);const c=r[i(154)]((t=>Pc(t,this[i(144)]))),u=a.is(i(238))?t:t[i(154)]((t=>Pc(t,this[i(144)])));if(i(438)===this[i(199)]){const t=this[i(367)][i(225)](i(281),s,i(342));return this[i(500)]((()=>t(u,n,o))),null}c[i(171)](...u);let l=!0;for(const t of c)if(!this[i(329)](t)){l=!1;break}if(l&&i(501)!==this[i(199)]){const t=this[i(367)][i(225)](i(281),s,i(342));return this[i(500)]((()=>t(u,n,o))),null}const f=this[i(282)][i(184)][i(143)](i(568)).me;for(const t of this[i(200)]()){if(t[i(341)].id!=f.id)continue;if(i(281)!=t[i(470)]||t[i(453)][i(491)]!=n[i(491)])continue;if(!Uc(t,o))continue;const e=t[i(235)]==s;for(let n=0;n<u[i(424)];n++){const r=u[n];for(const s of t[i(172)]()){const o=s[i(211)]();if(r[i(241)](o)){e?(u[i(294)](n,1),n--):t[i(468)](s[i(156)]);break}}}}if(0==u[i(424)])return null;const h=this[i(367)][i(225)](i(281),s,i(460));for(const t of this[i(200)]())if(t[i(341)].id==f.id&&i(281)==t[i(470)]&&t[i(453)][i(491)]==n[i(491)]&&t[i(235)]==s&&Uc(t,o)&&(h(t[i(484)](),u)||h(u,t[i(484)]()))){for(const e of u)t[i(511)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(368)+s,m=this[i(301)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(406)](p,g,d,t,Wr[i(195)]());return m}[kc(489)](t,n=null,r={}){const s=kc;if(t[s(469)])return null;const o=this[s(282)][s(184)][s(143)](s(568)).me,a=new i.LiveRange(t[s(544)],t[s(502)]);for(const{suggestion:t,meta:e}of this[s(259)](a,s(528)))if(e[s(398)]&&!e[s(537)])if(t[s(216)]){const e=t[s(484)]()[s(188)]((t=>s(343)!=t[s(213)][s(444)]));if(e[s(340)]((t=>a[s(359)](t,!0)))&&t[s(320)](),e[s(309)]((t=>t[s(359)](a,!0)))){const t=this[s(367)][s(225)](s(451),n,s(342));return this[s(500)]((()=>t([a],null,r))),null}}else{const e=a[s(560)](t[s(473)]());null!==e&&t[s(179)]([e],null,r)}if(a[s(201)](),a[s(469)]||s(343)==a[s(213)][s(444)])return null;let c=null,u=a[s(544)],l=a[s(502)];const f=this[s(259)](a,s(451));for(const{suggestion:t,meta:e}of f){const n=this[s(144)][s(383)](u,l);if(e[s(398)]&&(this[s(446)]||!e[s(277)]&&!e[s(231)]))if(t[s(216)]){if(!Uc(t,r))continue;let e=!0;for(const r of t[s(484)]()){if(r[s(359)](n,!0))return t;n[s(359)](r)||(e=!1)}e&&t[s(320)]()}else{const e=t[s(473)]();if(e[s(359)](n,!0))return t;if(!Uc(t,r)){n[s(359)](e)?t[s(223)]():e[s(513)](u)?u=e[s(502)]:e[s(513)](l)&&(l=e[s(544)]);continue}u=u[s(373)](e[s(544)])?u:e[s(544)],l=l[s(345)](e[s(502)])?l:e[s(502)],r=Object[s(496)]({},t[s(290)]),c?e[s(544)][s(373)](c[s(473)]()[s(544)])?(c[s(223)](),c=t):t[s(223)]():c=t}}if(c)return this[s(152)](c,this[s(144)][s(383)](u,l)),c;{const t=(0,e.uid)(),i=this[s(144)][s(383)](u,l),a=o.id,c=n?s(550)+n:s(451),f=this[s(301)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(406)](c,t,a,i),f}}[kc(408)](t,n=kc(174),r={}){const s=kc,o=this[s(282)][s(184)][s(143)](s(568)).me,a=t[s(154)]((t=>new i.LiveRange(t[s(544)],t[s(502)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(259)](a,s(528)))e[s(398)]&&!e[s(537)]&&c[s(557)](t);for(const e of c)if(e[s(216)]){const o=e[s(484)]();if((!e[s(290)]||!e[s(290)][s(378)])&&o[s(340)]((t=>a[s(309)]((e=>e[s(359)](t,!0)))))&&e[s(320)](),a[s(340)]((t=>o[s(309)]((e=>e[s(359)](t,!0)))))){const e=this[s(367)][s(225)](s(451),n,s(342));return this[s(500)]((()=>e(t,null,r))),null}}else{const t=e[s(473)]();if(a[s(309)]((e=>e[s(359)](t,!0)))&&e[s(320)](),a[s(340)]((e=>t[s(359)](e,!0)))){const t=this[s(367)][s(225)](s(451),n,s(342));return this[s(500)]((()=>t(a,null,r))),null}}const u=this[s(367)][s(225)](s(451),n,s(460));let l=null;for(const t of this[s(200)]())if(t[s(341)].id==o.id&&t[s(435)]&&s(451)==t[s(470)]&&t[s(235)]==n&&Uc(t,r)&&(u(t[s(484)](),a)||u(a,t[s(484)]())))if(l){if(t[s(429)]&&t[s(429)][s(424)])continue;for(const e of t[s(484)]())l[s(407)](e)||l[s(511)](e);t[s(223)]()}else{l=t;for(const e of a)t[s(407)](e)||t[s(511)](e)}if(l)return l;c[s(208)]();for(const{suggestion:t,meta:e}of this[s(259)](a,s(451)))e[s(398)]&&(this[s(446)]||!e[s(277)]&&!e[s(231)])&&Uc(t,r)&&c[s(557)](t);for(const t of c){const e=t[s(484)]();if((!r||!r[s(378)])&&a[s(340)]((t=>e[s(309)]((e=>e[s(359)](t,!0))))))return t;(!t[s(290)]||!t[s(290)][s(378)])&&e[s(340)]((t=>a[s(309)]((e=>e[s(359)](t,!0)))))&&t[s(320)]()}const f=(0,e.uid)(),h=o.id,g=s(550)+n,d=this[s(301)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(201)](),t[s(469)]||s(343)==t[s(213)][s(444)]||this[s(406)](g,f,h,t,Wr[s(195)]());return d}[kc(397)](t,n,r,s,o){const i=kc;if(t[i(469)])return[];if(i(438)===this[i(199)])return[];const a=this[i(282)][i(184)][i(143)](i(568)).me.id,c=Array[i(525)](this[i(182)][i(551)]())[i(188)]((e=>i(522)==e[i(470)]&&e[i(453)][i(278)]==n&&e[i(407)](t)));if(i(266)===this[i(199)]){const e=this[i(259)](t,i(528))[i(188)]((({meta:t})=>t[i(398)]&&!t[i(231)]&&!t[i(537)]))[i(154)]((({suggestion:t})=>t));c[i(443)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(522)==t[i(470)]?t[i(453)][i(339)]:void 0,o=t[i(473)](),a=Array[i(525)](u[i(516)]())[i(533)]((t=>t[i(272)](o)));if(!a)continue;const c=a[i(161)](o);this[i(197)](n)&&i(528)==t[i(470)]&&0!=c[i(424)]||(u[i(434)](a),c[i(232)]((t=>{u[i(263)](t,r)})),i(528)!=t[i(470)]&&e!=s&&u[i(263)](a[i(560)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(424)]>37&&console[i(140)](i(530),{key:n});const f=(i(274)+(n+"|")+wc({newValue:s}))[i(504)](0,60),h=this[i(301)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(171)](h),this[i(406)](f,c,a,t)}return l}[kc(416)](t){const e=kc;this[e(317)](t,((t,...n)=>{this[e(556)]((()=>{t(...n)}))}))}[kc(385)](t){const e=kc;this[e(325)][e(557)](t)}[kc(421)](t){const e=kc;this[e(248)][e(557)](t)}[kc(531)](t){const e=kc;return e(522)==t[e(470)]?t[e(235)][e(242)]("|")[0]:null}[kc(152)](t,e){const n=kc,r=t[n(185)]();this[n(144)][n(382)]((t=>{t[n(499)](r,{range:e})}))}[kc(283)](t){const e=kc,n=t.id,r=this[e(282)][e(292)][e(143)](e(543));this[e(262)][e(365)](n)||this[e(262)][e(364)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(262)][e(166)](n);s[e(175)](e(258)),s[e(258)]=!1,t[e(429)]=s}[kc(333)](t,n,r,s){const o=kc;if(t[o(470)]!=n||t[o(235)]!=r||t[o(193)].id!=s)throw this[o(282)][o(384)](o(440)),new e.CKEditorError(o(440),this)}[kc(354)](t,n){const r=kc,s=t[r(473)]();if(n[r(241)](s))t[r(223)]();else if(s[r(359)](n)){const o=this[r(144)][r(206)](n[r(544)][r(430)],r(502));this[r(152)](t,this[r(144)][r(383)](s[r(544)],o));const i=(0,e.uid)(),a=t[r(193)].id,c=t[r(470)]+":"+t[r(235)];this[r(301)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(453)],attributes:t[r(290)]});const u=this[r(144)][r(206)](n[r(502)][r(490)],r(476)),l=this[r(144)][r(383)](u,s[r(502)]);this[r(406)](c,i,a,l)}else if(s[r(513)](n[r(544)])){const e=this[r(144)][r(206)](n[r(544)][r(430)],r(502));this[r(152)](t,this[r(144)][r(383)](s[r(544)],e))}else{const e=this[r(144)][r(206)](n[r(502)][r(490)],r(476));this[r(152)](t,this[r(144)][r(383)](e,s[r(502)]))}}[kc(329)](t){const e=kc;for(const{suggestion:n,meta:r}of this[e(259)](t,e(528))){if(!r[e(398)])continue;const s=n[e(484)]();for(const n of s)if(!t[e(161)](n)[e(424)])return!0}return!1}[kc(362)](t){const n=kc,r=this[n(282)][n(184)][n(143)](n(568))[n(249)](t);if(!r)throw new e.CKEditorError(n(352),this);return r}[kc(569)](t){const e=kc,n=this[e(282)][e(184)][e(143)](e(568)),r=(0,o.hashObject)(e(219)+t);return n[e(249)](r)||n[e(464)]({id:r,name:t})}[kc(312)](t,e,n,r,s){const o=kc,i=this[o(362)](r),a=this[o(367)][o(412)](t,e,n,i,s,(t=>{const e=o;this[e(167)](n,{attributes:t});const r=this[e(450)](n);this[e(165)](new Set([r])),this[e(547)](new Set([r]))}));return this[o(356)](a,o(342),(()=>{const t=o;this[t(167)](n,{state:t(275)})}),{priority:o(386)}),this[o(356)](a,o(320),(()=>{const t=o;this[t(167)](n,{state:t(324)})}),{priority:o(386)}),this[o(182)][o(263)](n,a),this[o(536)][o(263)](a,o(486)),a}[kc(151)](t){const e=kc,n=t[e(242)](":");return{group:n[0],type:n[1],subType:n[e(424)]>=5?n[2]:null,id:n[e(424)]<5?n[2]:n[3],authorId:n[e(424)]<5?n[3]:n[4],markerCount:6==n[e(424)]?n[5]:null}}[kc(261)](t,n,r){const s=kc,o=t[s(473)](),i=o[s(544)],a=o[s(502)];this[s(152)](t,this[s(144)][s(383)](i,n));const c=(0,e.uid)(),u=t[s(193)].id,l=t[s(470)]+(t[s(235)]?":"+t[s(235)]:"");this[s(301)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(290)],data:t[s(453)]});const f=this[s(531)](t);(s(281)==t[s(470)]||f&&this[s(197)](f))&&(r=this[s(144)][s(326)](r[s(490)])),this[s(406)](l,c,u,this[s(144)][s(383)](r,a))}[kc(259)](t,e=null){const n=kc,r=[],s=this[n(282)][n(184)][n(143)](n(568)).me;Array[n(141)](t)||(t=[t]);for(const o of this[n(200)]()){if(!o[n(435)])continue;if(e&&o[n(470)]!=e)continue;let i=!1;for(const e of o[n(484)]()){for(const a of t){const t=a[n(544)][n(241)](e[n(502)])||a[n(502)][n(241)](e[n(544)]);if(t||a[n(560)](e)){const c=a[n(359)](e)&&Mc(this[n(144)][n(477)],e[n(544)],a),u=e[n(359)](a)&&Mc(this[n(144)][n(477)],a[n(544)],e);r[n(171)]({suggestion:o,meta:{isOwn:s==o[n(341)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[kc(406)](t,e,n,r,s){const o=kc;this[o(144)][o(382)]((i=>{const a=o;let c=a(461)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(305)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[kc(295)](t){const e=kc,n=t[e(553)],r=t[e(273)];t[e(553)]=null,t[e(273)]=null,null!=n&&n[e(273)]==t&&(n[e(273)]=r),null!=r&&r[e(553)]==t&&(r[e(553)]=n),e(514)==this[e(536)][e(143)](t)&&(this[e(536)][e(263)](t,e(170)),this[e(396)](e(280),t,n,r))}[kc(301)](t){const n=kc,r=t.id,s=this[n(330)](t);if(this[n(381)]&&this[n(381)][n(520)]){const o=this[n(282)][n(184)][n(143)](n(463)),i=s[n(541)],a=s[n(235)]?s[n(470)]+":"+s[n(235)]:s[n(470)],c=this[n(282)][n(374)],u=o[n(557)](Kr(c,n(136))),l={id:r,type:a,hasComments:i,data:t[n(453)]||null,originalSuggestionId:t[n(481)]||null,attributes:s[n(290)]};this[n(381)][n(520)](l)[n(563)]((t=>{const e=n;s[e(497)]=!0,o[e(409)](u),t&&t[e(390)]&&(this[e(182)][e(143)](r)[e(390)]=t[e(390)])}))[n(168)]((t=>{const r=n;throw(0,e.logWarning)(r(250)),this[r(282)][r(400)][r(190)]({isUndoable:!1},(()=>{s[r(320)]()})),s[r(350)](),this[r(182)][r(434)](s.id),this[r(536)][r(434)](s),t}))}return s}[kc(197)](t){const e=kc;return this[e(325)][e(369)](t)}[kc(167)](t,e){const n=kc,r=this[n(282)][n(184)][n(143)](n(463)),s=this[n(450)](t);if(this[n(381)]&&this[n(381)][n(357)])if(s[n(497)]){const s=r[n(557)](Kr(this[n(282)][n(374)],n(136)));this[n(381)][n(357)](t,e)[n(563)]((()=>{r[n(409)](s)}))}else s.on(n(391),(()=>{this[n(167)](t,e)}))}[kc(454)](t){const n=kc;if(!this[n(381)]||!this[n(381)][n(450)])throw new e.CKEditorError(n(265),this);return this[n(381)][n(450)](t)}[kc(410)](t){const e=kc,{id:n,type:r,subType:s,authorId:o}=this[e(151)](t),i=this[e(182)][e(143)](n)||this[e(312)](r,s,n,o,{});switch(this[e(333)](i,r,s,o),this[e(536)][e(143)](i)){case e(486):this[e(454)](n)[e(563)]((t=>{const r=e;let s=Promise[r(394)]();t[r(541)]&&(s=this[r(262)][r(458)]({channelId:this[r(282)][r(292)][r(143)](r(543)),threadId:n})),s[r(563)]((()=>{const e=r;this[e(330)](t)[e(497)]=!0}))})),this[e(536)][e(263)](i,e(270));break;case e(170):this[e(167)](n,{state:e(523)});case e(403):this[e(536)][e(263)](i,e(514)),this[e(396)](e(474),i);break;case e(514):this[e(396)](e(346),i)}return i[e(243)](t),i}[kc(547)](t){const e=kc,n=Array[e(525)](t),r=n[e(188)]((t=>e(522)==t[e(470)]));this[e(441)](r);const s=n[e(188)]((t=>!t[e(216)]&&e(522)!=t[e(470)])),o=this[e(200)]({skipNotAttached:!0})[e(188)]((t=>!t[e(216)]&&e(522)!=t[e(470)])),i=o[e(188)]((n=>!t[e(369)](n))),a=new Map(o[e(154)]((t=>[t,this[e(367)][e(225)](t[e(470)],t[e(235)],e(447))]))),c=new Map(o[e(154)]((t=>[t,t[e(473)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(424)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(424)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(424)];t++){const n=s[t];!l[e(369)](n)&&n[e(553)]&&(f[e(557)](n[e(553)]),n[e(553)][e(273)]===n&&(n[e(553)][e(273)]=null),n[e(553)]=null),!u[e(369)](n)&&n[e(273)]&&(f[e(557)](n[e(273)]),n[e(273)][e(553)]===n&&(n[e(273)][e(553)]=null),n[e(273)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(424)];e++){const r=g(t,n[e]);r&&(r[0][s(273)]=r[1],r[1][s(553)]=r[0],u[s(557)](r[0]),l[s(557)](r[1]))}}function g(t,n){const r=e;if(t[r(341)].id!==n[r(341)].id)return null;const s=a[r(143)](t)(t,n,c[r(143)](t),c[r(143)](n));return s&&a[r(143)](n)(t,n,c[r(143)](t),c[r(143)](n))?s[1][r(429)]&&s[1][r(429)][r(424)]?null:s:null}f[e(253)]&&this[e(547)](f)}[kc(441)](t){const e=kc;if(0==t[e(424)])return;const n=this[e(200)]({skipNotAttached:!0})[e(188)]((t=>e(522)==t[e(470)]&&t[e(147)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(290)]);s[e(369)](n)||(s[e(263)](n,r[e(424)]),r[e(171)]([]));const i=s[e(143)](n);r[i][e(171)](t)}!function(){const t=e;r[t(142)](((e,n)=>{const r=t,s=e[0][r(390)],o=n[0][r(390)];return s==o?e[0][r(290)][r(532)]<n[0][r(290)][r(532)]?-1:1:s<o?-1:1}));for(const e of r)e[t(142)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(424)];t++){if(0==r[t][e(424)])continue;const n=[];for(let s=t+1;s<r[e(424)];s++)0!=r[s][e(424)]&&i(r[t],r[s])&&n[e(171)](s);for(const s of n)r[t]=r[t][e(210)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(424)];n++){const r=t[n+1]||null;t[n][e(273)]!==r&&(t[n][e(273)]=r)}for(const t of r)for(let n=0;n<t[e(424)];n++){const r=t[n-1]||null;t[n][e(553)]!==r&&(t[n][e(553)]=r)}function i(t,n){const r=e;if(t[0][r(290)][r(532)]!==n[0][r(290)][r(532)]&&t[0][r(341)]!==n[0][r(341)])return!1;if(!function(t,e){const n=r;return!t[n(541)]&&!e[n(541)]||(!t[n(541)]||!e[n(541)])&&(!!(t[n(541)]&&e[n(390)]<t[n(429)][n(495)][n(143)](0)[n(390)])||!!(e[n(541)]&&t[n(390)]<e[n(429)][n(495)][n(143)](0)[n(390)]))}(t[0],n[0]))return!1;const s=Ac(t[0][r(290)],r(532)),o=Ac(n[0][r(290)],r(532));return!!Fr(s,o)&&(!!t[r(340)]((t=>n[r(309)]((e=>t[r(473)]()[r(241)](e[r(473)]())))))&&n[r(340)]((e=>t[r(309)]((t=>e[r(473)]()[r(241)](t[r(473)]()))))))}}[kc(165)](t){const e=kc,n=Array[e(525)](t),r=this[e(200)]({skipNotAttached:!0}),s=r[e(188)]((n=>!t[e(369)](n))),o=new Map(n[e(154)]((t=>[t,this[e(367)][e(225)](t[e(470)],t[e(235)],e(460))]))),i=new Map(r[e(154)]((t=>[t,t[e(484)]()])));for(let t=0;t<n[e(424)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(424)];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(424)];e++){const s=r[e];if(s[a(470)]!==n[a(470)]||s[a(341)].id!==n[a(341)].id||s[a(235)]!==n[a(235)])continue;if(!Bc(n,s))continue;if(a(522)==n[a(470)]&&n[a(453)][a(339)]!=s[a(453)][a(339)])continue;if(a(522)==n[a(470)]&&t[a(197)](n[a(453)][a(278)]))continue;if(a(281)==n[a(470)]){const e=t[a(282)][a(400)],r=n[a(485)]();if(r&&(e[a(477)][a(482)](r)||e[a(477)][a(321)](r)))continue}const c=o[a(143)](n),u=i[a(143)](n),l=i[a(143)](s),f=n[a(429)]&&n[a(429)][a(424)],h=s[a(429)]&&s[a(429)][a(424)];if(!f&&c(l,u))return t[a(267)](s,n),i[a(434)](n),!0;if(!h&&c(u,l))return t[a(267)](n,s),i[a(434)](s),!0}return!1}}[kc(267)](t,e){const n=kc;if(t[n(216)])for(const r of e[n(484)]())t[n(511)](r);else{const r=e[n(473)]()[n(502)];this[n(152)](t,this[n(144)][n(383)](t[n(473)]()[n(544)],r))}e[n(223)]()}[kc(227)](t,e,n){const r=kc,s=t[r(405)](r(183))||t[r(405)](r(522))?r(202):t[r(162)]();return Kr(this[r(282)][r(374)],e+"_"+s+r(293),n)}[kc(149)](){const t=kc,n=this[t(282)];if(!n.ui)return;const{ariaLiveAnnouncer:r}=n.ui;(0,o.surroundingMarkersDetector)(this[t(144)],(({left:n,entered:s})=>{const i=t;for(const t of n){const{group:e,type:n}=this[i(151)](t[i(156)]);if(i(414)===e){r[i(204)](this[i(227)](n,i(428)));break}}for(const t of s){const{group:n,type:s}=this[i(151)](t[i(156)]);if(i(414)===n){r[i(204)](this[i(227)](s,i(189),(0,e.getEnvKeystrokeText)(o.FOCUS_ANNOTATION_KEYSTROKE)));break}}}))}[kc(372)](t){const e=kc;if(this[e(304)])return!1;const n=this[e(282)],r=n[e(400)][e(137)][e(392)][e(527)]();if(0==r[e(424)])return!1;const s=[],o=r[e(188)]((t=>e(522)==t[e(470)])),i=r[e(188)]((t=>e(322)==t[e(470)]&&e(420)!=t[e(156)])),a=r[e(188)]((t=>e(409)==t[e(470)]&&e(420)!=t[e(156)]));for(const t of o)s[e(171)]({key:t[e(226)],newValue:t[e(212)],oldValue:t[e(335)],range:Fc(t[e(238)],n[e(400)])});for(const t of i){const r=a[e(533)]((n=>n[e(493)][e(241)](t[e(493)])));r&&s[e(171)]({key:e(535),newValue:t[e(156)],oldValue:r[e(156)],range:n[e(400)][e(207)](t[e(493)][e(455)])})}return 0!=s[e(424)]&&this[e(269)](t,s)}[kc(503)](t){const e=kc;let n=!1;const r=this[e(282)][e(400)][e(137)][e(392)][e(510)]()[e(188)]((t=>t[e(453)][e(546)]&&t[e(156)][e(405)](e(236))));for(const s of r){const{subType:r,id:o}=this[e(151)](s[e(156)]),i=r[e(242)]("|")[0];for(const r of this[e(200)]({skipNotAttached:!0}))r.id!=o&&e(522)==r[e(470)]&&r[e(453)]&&r[e(453)][e(278)]==i&&r[e(473)]()[e(272)](s[e(453)][e(546)])&&(this[e(221)](r,s[e(453)][e(546)],t),n=!0)}return n}[kc(556)](t){this[kc(304)]=!0,t()}[kc(224)](t){const e=kc,n=this[e(197)](t),r=this[e(248)][e(369)](t);return n||r}[kc(269)](t,e){const n=kc;if(0==e[n(424)])return!1;let r=!1;for(const s of e){const e=this[n(259)](s[n(238)],n(522))[n(188)]((t=>!t[n(431)][n(537)]))[n(154)]((t=>t[n(414)])),i=(0,o.hashObject)({newValue:s[n(353)]});e[n(188)]((t=>{const e=n,[r,o]=t[e(235)][e(242)]("|");return r==s[e(278)]&&o!=i}))[n(232)]((e=>{const o=n;this[o(221)](e,s[o(238)],t),r=!0}))}return r}[kc(221)](t,e,n){const r=kc,s=t[r(473)]()[r(161)](e);0!==s[r(424)]?1!==s[r(424)]?this[r(261)](t,e[r(544)],e[r(502)]):this[r(152)](t,s[0]):n[r(468)](t[r(185)]())}}class Rc{constructor(t){const e=kc;this[e(462)]=t,this[e(144)]=t[e(400)],this[e(157)]=new Map,this[e(442)]=new Map,this[e(452)]()}[kc(412)](t,e,n,r,s,o){const i=kc;return new Wr(this[i(144)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(225)](t,e,i(342))(...n),onDiscard:(...n)=>this[i(225)](t,e,i(320))(...n)})}[kc(192)](t,e,n,r){const s=kc,o=t+":"+e+":"+n;this[s(157)][s(263)](o,r)}[kc(225)](t,e,n){const r=kc,s=t+":"+e+":"+n;return this[r(157)][r(143)](s)||this[r(442)][r(143)](t+":"+n)}[kc(452)](){const t=kc,e=()=>!1,n=t=>{const e=Nc;t[e(142)](((t,n)=>t[e(544)][e(373)](n[e(544)])?1:-1)),this[e(144)][e(382)]((n=>{const r=e;for(const e of t){let t;t=e[r(502)][r(252)]&&e[r(502)][r(490)]==e[r(544)][r(455)]?n[r(215)](e[r(544)][r(455)],"on"):n[r(215)](e),this[r(144)][r(146)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Nc;e&&this[n(144)][n(382)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(154)]((t=>(vc(t)&&(t=this[s(144)][s(383)](t[s(502)])),t)))[s(188)]((t=>s(343)!==t[s(213)][s(444)]));if(c[s(424)]<1)return;const u=Array[s(525)](this[s(144)][s(137)][s(529)][s(484)]())[s(154)]((t=>i.LiveRange[s(289)](t)));r[s(336)](c);for(const t of this[s(462)][s(471)][s(471)]())t[s(466)]();a[s(171)]({forceDefaultExecution:!0}),this[s(462)][s(478)](o,...a);const l=u[s(188)]((t=>s(343)!=t[s(213)][s(444)]));l[s(424)]>0&&r[s(336)](l);for(const t of u)t[s(201)]()}))},s=(e,n)=>1==e[t(424)]&&1==n[t(424)]&&e[0][t(502)][t(241)](n[0][t(544)]),o=(e,n,r,s)=>xc(e,n,r,s,this[t(144)])?[e,n]:xc(n,e,s,r,this[t(144)])?[n,e]:null;this[t(442)][t(263)](t(509),e),this[t(442)][t(263)](t(148),n),this[t(442)][t(263)](t(296),s),this[t(442)][t(263)](t(237),o),this[t(442)][t(263)](t(437),n),this[t(442)][t(263)](t(538),e),this[t(442)][t(263)](t(203),s),this[t(442)][t(263)](t(426),o),this[t(442)][t(263)](t(361),r),this[t(442)][t(263)](t(488),e),this[t(442)][t(263)](t(549),s),this[t(442)][t(263)](t(247),e),this[t(442)][t(263)](t(254),r),this[t(442)][t(263)](t(164),e),this[t(442)][t(263)](t(349),s),this[t(442)][t(263)](t(218),e),this[t(442)][t(263)](t(395),e),this[t(442)][t(263)](t(297),((e,n)=>{const r=t;if(!n)return;const s=this[r(462)][r(184)][r(143)](Sc);this[r(144)][r(382)]((t=>{const o=r;if(o(535)==n[o(278)])for(const r of e){const e=r[o(544)][o(455)],s=n[o(339)];t[o(387)](e,s)}else if(s[o(197)](n[o(278)]))for(const r of e)void 0!==n[o(339)]?t[o(506)](n[o(278)],n[o(339)],r[o(544)][o(455)]):t[o(217)](n[o(278)],r[o(544)][o(455)]);else for(const r of e)n[o(339)]?t[o(506)](n[o(278)],n[o(339)],r):t[o(217)](n[o(278)],r)}))})),this[t(442)][t(263)](t(413),s)}}function Mc(t,e,n){const r=kc;for(const s of e[r(490)][r(348)]({includeSelf:!0,parentFirst:!0})){if(s[r(213)]==s)return!1;if(!n[r(418)](s))return!1;if(t[r(482)](s)||t[r(321)](s))return!0}return!1}function vc(t){const e=kc;return t[e(502)][e(490)]==t[e(544)][e(455)]&&t[e(502)][e(230)]}function Oc(t,e,n,r){const s=kc,o=t=>!t[s(456)].is(s(363))&&!r[s(482)](t[s(456)]),i=t[s(544)][s(465)](o),a=t[s(502)][s(465)](o,{direction:s(419)});return!(t[s(544)][s(241)](i)&&t[s(502)][s(241)](a)||(i[s(373)](a)?n[s(499)](e,{range:n[s(383)](i,a)}):n[s(468)](e),0))}function wc(t){return(0,o.hashObject)(t)}function Dc(t){const e=kc,n=t[e(544)][e(455)];return n&&n.is(e(173))}function Fc(t,e){const n=kc;return null==t[n(502)][n(430)]&&t[n(502)][n(490)]==t[n(544)][n(455)]?Pc(t[n(544)][n(455)],e):t}function Pc(t,e){const n=kc,r=e[n(477)][n(482)](t)||e[n(477)][n(565)](t);return e[n(383)](e[n(206)](t,n(524)),r?e[n(303)](t):e[n(206)](t,n(502)))}function xc(t,e,n,r,s){const o=kc;if(t[o(273)])return!1;if(!Bc(t,e))return!1;if(n[o(502)][o(241)](r[o(544)]))return!0;if(t[o(470)]!=e[o(470)])return!1;if(!n[o(502)][o(515)](r[o(544)]))return!1;const i=s[o(383)](n[o(502)],r[o(544)])[o(494)]();for(const t of i)if([o(360),o(229)][o(566)](t[o(470)])&&s[o(477)][o(321)](t[o(456)]))return!1;return!0}function Bc(t,e){const n=kc;if(!t[n(147)]||!e[n(147)])return!1;const r=new Set(Object[n(516)](t[n(290)])),s=new Set(Object[n(516)](e[n(290)]));if(r[n(434)](n(532)),s[n(434)](n(532)),0==r[n(253)]&&0==s[n(253)])return!0;if(r[n(253)]!=s[n(253)])return!1;const o={...t[n(290)]},i={...e[n(290)]};return delete o[n(532)],delete i[n(532)],JSON[n(284)](o)==JSON[n(284)](i)}function Uc(t,e){const n=kc,r=jc(t[n(290)]),s=jc(e);if(!t[n(147)])return!1;for(const t of Object[n(516)](s))if(!Fr(r[t],s[t]))return!1;return!0}function jc(t){const e=kc,n=Object[e(496)]({},t);return delete n[e(378)],delete n[e(552)],n}const Gc=Hc;function Vc(){const t=["unbind","878408omuqmt","PendingActions","canEditAt","_acceptCommand","8827679uVNocW","view","locale","add","canDiscard","canAccept","12SswGRR","_discardCommand","1483810WfnmIP","plugins","model","execute","26415PEdeZl","_setPendingAction","_editor","bind","460767ukKllI","isDirty","5413984JhgULe","commentThreadController","stopListening","6gCbsoc","change:isDirty","_pendingAction","isEnabled","acceptSuggestion","getRanges","discardSuggestion","_removePendingAction","commands","destroy","get","PENDING_ACTION_SUGGESTION","681738XdJfDD","9630CDEYSm","remove","listenTo"];return(Vc=function(){return t})()}function Hc(t,e){const n=Vc();return(Hc=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=Hc,n=t();for(;;)try{if(725924===parseInt(e(492))/1+-parseInt(e(507))/2*(parseInt(e(475))/3)+-parseInt(e(497))/4+parseInt(e(467))/5*(parseInt(e(480))/6)+-parseInt(e(501))/7+-parseInt(e(477))/8+-parseInt(e(471))/9*(-parseInt(e(493))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vc);class zc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Hc;super(),this[s(469)]=e,this[s(502)]=n,this[s(478)]=r,this[s(473)]=t,this[s(500)]=t[s(488)][s(490)](s(484)),this[s(508)]=t[s(488)][s(490)](s(486)),this[s(502)][s(474)](s(483)).to(this[s(500)],this[s(508)],((t,e)=>t||e)),this[s(502)][s(474)](s(506)).to(this[s(500)],s(483),(t=>t&&this[s(473)][s(469)][s(499)](e[s(485)]()))),this[s(502)][s(474)](s(505)).to(this[s(508)],s(483),(t=>t&&this[s(473)][s(469)][s(499)](e[s(485)]()))),this[s(482)]=null,n[s(476)]&&this[s(472)](),this[s(495)](n,s(484),(()=>this[s(484)]())),this[s(495)](n,s(486),(()=>this[s(486)]())),this[s(495)](n,s(481),(()=>{const t=s;n[t(476)]?this[t(472)]():this[t(487)]()}))}[Gc(484)](){const t=Gc;this[t(500)][t(470)](this[t(469)].id)}[Gc(486)](){const t=Gc;this[t(508)][t(470)](this[t(469)].id)}[Gc(489)](){const t=Gc;this[t(502)][t(496)](t(483)),this[t(502)][t(496)](t(506)),this[t(502)][t(496)](t(505)),this[t(479)](),this[t(478)][t(489)](),this[t(482)]&&this[t(487)]()}[Gc(472)](){const t=Gc,e=Kr(this[t(473)][t(503)],t(491));this[t(482)]=this[t(473)][t(468)][t(490)](t(498))[t(504)](e)}[Gc(487)](){const t=Gc;null!==this[t(482)]&&this[t(473)][t(468)][t(490)](t(498))[t(494)](this[t(482)]),this[t(482)]=null}}const Wc=Kc;function Kc(t,e){const n=Xc();return(Kc=function(t,e){return n[t-=340]})(t,e)}function Xc(){const t=["render","authoredAt","body","focus","isDirty","_config","descriptionParts","701270rBjvPd","showInput","setData","map","16cypVjK","isActive","hasDirtyComment","bind","author","focusTracker","canAccept","target","_createCommentThreadInputView","tab","parseFromString","10479440OOmZUT","disabledSubmit","editor","_localUser","focusables","locale","isEnabled","delegate","fire","shift+tab","editorConfig","ariaDescriptionView","_model","content","focusCycler","commentsListView","name","isReadOnly","618898VMQuaE","length","value","2875086vIBFye","5085768SJBXKU","destroy","commentThreadInputView","element","join","set","canDiscard","SUGGESTION_THREAD_DESCRIPTION","ariaLabel","formatDateTime","submit","disableComments","keystrokes","CommentView","2191126WRPHiV","cancel","SUGGESTION_THREAD_ARIA_LABEL","commentThread","_createCommentViews","updateComment","textContent","removeComment","text/html","addComment","868940tfWOni","assign","commentInputView"];return(Xc=function(){return t})()}!function(t){const e=Kc,n=t();for(;;)try{if(766770===-parseInt(e(357))/1+parseInt(e(385))/2+-parseInt(e(360))/3+parseInt(e(399))/4*(-parseInt(e(395))/5)+parseInt(e(361))/6+parseInt(e(375))/7+parseInt(e(410))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class qc extends s.View{constructor(t,n,r,i){const a=Kc;super(t),this[a(354)]=null,this[a(363)]=null,this[a(350)]=new o.AriaDescriptionView(t,Kr(t,a(368))),this[a(366)](a(400),!1),this[a(366)](a(389),n[a(389)]),this[a(402)](a(389)).to(n),this[a(366)](a(394),[]),this[a(366)](a(392),!1),this[a(366)](a(345),!1),this[a(366)](a(405),!1),this[a(366)](a(367),!1),this[a(402)](a(369)).to(this,a(358),n,a(389),this,a(394),((t,e,r)=>{const s=a,o=r[s(398)]((t=>_(t[s(352)])))[s(365)](". ")+".";return Kr(this[s(344)],s(377),[t-1,n[s(403)][s(355)],e?i[s(370)](e):"",(new DOMParser)[s(409)](o,s(383))[s(390)][s(381)]])})),this[a(343)]=new s.ViewCollection,this[a(404)]=new e.FocusTracker,this[a(373)]=new e.KeystrokeHandler,this[a(353)]=new s.FocusCycler({focusables:this[a(343)],focusTracker:this[a(404)],keystrokeHandler:this[a(373)],keystrokeHandlerOptions:{filter:t=>t[a(406)]!==this[a(364)]},actions:{focusPrevious:a(348),focusNext:a(408)}}),this[a(351)]=n,this[a(342)]=r,this[a(393)]=i,i[a(372)]?this[a(366)](a(358),1):this[a(379)]()}[Wc(388)](){const t=Wc;super[t(388)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(343)])}[Wc(391)](){const t=Wc;this[t(364)][t(391)]()}[Wc(362)](){const t=Wc;this[t(354)]&&this[t(354)][t(362)](),this[t(363)]&&this[t(363)][t(362)](),super[t(362)]()}[Wc(379)](){const t=Wc,{CommentsListView:e}=this[t(393)];this[t(354)]=new e(this[t(344)],this[t(351)][t(378)],Object[t(386)]({CommentView:this[t(393)][t(374)]},this[t(393)])),this[t(354)][t(346)](t(382)).to(this),this[t(354)][t(346)](t(380)).to(this),this[t(354)][t(402)](t(400)).to(this),this[t(366)](t(358),this[t(354)][t(358)]+1),this[t(402)](t(358)).to(this[t(354)],t(358),(t=>t+1)),this[t(363)]=this[t(407)](),this.on(t(382),(()=>this[t(391)]())),this[t(402)](t(392)).to(this[t(354)],t(401),this[t(363)][t(387)],t(359),((t,e)=>t||!!e))}[Wc(407)](){const t=Wc,{CommentThreadInputView:e}=this[t(393)],n=new e(this[t(344)],this[t(342)],this[t(393)][t(349)]),r=n[t(387)];return n[t(402)](t(396)).to(this,t(400),this[t(351)][t(378)],t(356),r,t(359),((t,e,n)=>!!n||t&&!e)),r.on(t(371),((e,n)=>{const s=t;this[s(347)](s(384),n),r[s(341)][s(397)]("")})),r.on(t(376),(()=>this[t(391)]())),r[t(402)](t(340)).to(this[t(351)][t(378)],t(356)),n}}function Zc(t,e){const n=Yc();return(Zc=function(t,e){return n[t-=125]})(t,e)}const Jc=Zc;function Yc(){const t=["9IAxcMX","1528724EZFpGM","40BatWdV","description","ck-rounded-corners","_descriptionElement","suggestionView","canDiscard","182MCWoJs","isActive","descriptionParts","formatDateTime","add","SuggestionView","set","</p>","setTemplate","_model","content","canAccept","author","div","ck-suggestion--disabled-comments","commentThread","commentThreadInputView","discardButton","bind","render","<p>","editorReady","delegate","_config","300006vdxcEE","ck-suggestion-wrapper","6689608PefRMd","acceptButton","getTemplate","732452FDHnTy","push","acceptSuggestion","listitem","ariaDescriptionView","focusables","11928770CSNcMq","discardSuggestion","ariaLabel","4196055kwZUdF","type","ck-suggestion-wrapper--active","color","bindTemplate","disableComments","464390MmLaMs","editorDestroyed","ck-suggestion-","isEnabled","commentsListView"];return(Yc=function(){return t})()}!function(t){const e=Zc,n=t();for(;;)try{if(702673===-parseInt(e(161))/1+parseInt(e(125))/2+parseInt(e(170))/3+parseInt(e(126))/4*(parseInt(e(176))/5)+parseInt(e(156))/6*(-parseInt(e(132))/7)+parseInt(e(158))/8*(parseInt(e(181))/9)+-parseInt(e(167))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yc);class Qc extends qc{constructor(t,e,n,r){const s=Zc;super(t,e,n,r),this[s(138)](s(171),""),this[s(150)](s(171)).to(this,s(134),(t=>t&&t[0]?t[0][s(171)]:"")),this[s(150)](s(127)).to(this,s(134),this,s(133),((t,e)=>{const n=s;let r="";for(const e of t)r+=n(152)+_(e[n(142)],e[n(173)])+n(139);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[s(129)]=null,this[s(130)]=new(r[s(137)])(t,e,{formatDateTime:r[s(135)]}),this[s(130)][s(150)](s(127)).to(this),this[s(130)][s(154)](s(163),s(168)).to(this),this[s(130)][s(159)][s(150)](s(179)).to(this,s(143)),this[s(130)][s(149)][s(150)](s(179)).to(this,s(131)),this[s(166)][s(136)](this[s(130)]),this[s(180)]&&this[s(166)][s(136)](this[s(180)]),this[s(148)]&&this[s(166)][s(136)](this[s(148)]),this[s(140)](this[s(160)]())}[Jc(160)](){const t=Jc,e=this[t(174)],n=[this[t(130)]];return this[t(180)]&&n[t(162)](this[t(180)]),this[t(148)]&&n[t(162)](this[t(148)]),n[t(162)](this[t(165)]),{tag:t(145),attributes:{class:["ck",t(128),t(157),e.if(t(133),t(172)),e.to(t(171),(e=>t(178)+e)),this[t(155)][t(175)]&&t(146)],"data-suggestion-id":this[t(141)].id,"data-thread-id":this[t(141)][t(147)].id,"data-author-id":this[t(141)][t(144)].id,tabindex:0,role:t(164),"aria-label":e.to(t(169)),"aria-describedby":this[t(165)].id},children:n}}[Jc(151)](){const t=Jc;super[t(151)](),this[t(180)]&&(this[t(180)][t(154)](t(153)).to(this),this[t(180)][t(154)](t(177)).to(this)),this[t(148)]&&(this[t(148)][t(154)](t(153)).to(this),this[t(148)][t(154)](t(177)).to(this))}}const $c=tu;function tu(t,e){const n=eu();return(tu=function(t,e){return n[t-=395]})(t,e)}function eu(){const t=["creator","_model","getUserViewNotificationText","ck-annotation__info","acceptSuggestion","presentation","ck-suggestion","focusTracker","ck-annotation__user",".ck-annotation__content-wrapper","render","enter","attributes","span","esc","ck-suggestion__main","formatDateTime","getTemplate","getExternalSuggestionNote","innerHTML","cancel","ck-suggestion__info","focusCycler","ck-suggestion--discard","453bJEUUo","ck-suggestion__info-name","execute","acceptButton","shift+tab","ck-comment__external","1271838BzhjOd","ck-annotation__info-name","set","keystrokes","EXTERNAL_AVATAR","ck-suggestion__actions","_setupKeyboardNavigation","div","authoredAt","1392420lNPYVo","@external","fire","2506072dzRTBU","discardButton","target","discardSuggestion","time","Discard suggestion","push","tab","check","_createButton","ck-suggestion--accept","bindTemplate","isExternal","extendTemplate","author","locale","7WVYPUk","add","ck-suggestion__user","860udKGVP","userView","focusables","ck-annotation__info-time","515580pVMQWo","EXTERNAL_IMPORT_WORD_AVATAR","source","setTemplate","_config","EXTERNAL_SUGGESTION","Accept suggestion","bind","focus","querySelector","listenTo","ck-annotation__content-wrapper","ck-annotation__main","description","ck-comment__info-time","878800pJtBFA","EXTERNAL_IMPORT_WORD_SUGGESTION","change:description","ck-annotation__actions","focusFirst","ck-annotation","name","element","importWord","8049438kCbmFu"];return(eu=function(){return t})()}!function(t){const e=tu,n=t();for(;;)try{if(211935===parseInt(e(409))/1*(parseInt(e(446))/2)+parseInt(e(450))/3+-parseInt(e(424))/4+-parseInt(e(465))/5+-parseInt(e(415))/6+-parseInt(e(443))/7*(parseInt(e(427))/8)+parseInt(e(474))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eu);class nu extends s.View{constructor(n,r,i){const a=tu;super(n),this[a(476)]=r,this[a(454)]=i,this[a(417)](a(463),""),this[a(457)](a(423)).to(r),this[a(412)]=this[a(436)](Kr(n,a(456)),t.icons[a(435)],a(437),a(479),"sw"),this[a(428)]=this[a(436)](Kr(n,a(432)),t.icons[a(405)],a(408),a(430),"sw"),this[a(447)]=new o.UserView(n,r[a(441)],this[a(477)]()),this[a(447)][a(440)]({attributes:{class:[a(445),a(483)],"aria-hidden":!0}}),this[a(448)]=new s.ViewCollection([this[a(412)],this[a(428)]]),this[a(482)]=new e.FocusTracker,this[a(418)]=new e.KeystrokeHandler,this[a(407)]=new s.FocusCycler({focusables:this[a(448)],focusTracker:this[a(482)],keystrokeHandler:this[a(418)],actions:{focusPrevious:a(413),focusNext:a(434)},keystrokeHandlerOptions:{filter:t=>t[a(429)]!==this[a(472)]}}),this[a(453)](this[a(402)]())}[$c(395)](){const t=$c;super[t(395)]();const e=this[t(472)][t(459)](t(484));e[t(404)]=this[t(463)],this.on(t(467),((n,r,s)=>{e[t(404)]=s})),this[t(421)]()}[$c(402)](){const t=$c,e=this[t(438)],n=[{tag:t(422),attributes:{class:[t(406),t(478)]},children:[{tag:t(398),children:[{text:this[t(447)][t(471)]}],attributes:{class:[t(410),t(416)]}},{tag:t(431),attributes:{datetime:e.to(t(423)),class:[t(464),t(449)]},children:[{text:e.to(t(423),(e=>this[t(454)][t(401)](e)))}]}]},{tag:t(422),attributes:{class:[t(420),t(468)]},children:[this[t(412)],this[t(428)]]},{tag:t(422),attributes:{class:[t(461)]}}];return this[t(476)][t(439)]&&n[t(433)]({tag:t(422),attributes:{class:[t(414)]},children:[{text:this[t(403)]()}]}),{tag:t(422),attributes:{class:[t(481),t(470)],tabindex:-1},children:[this[t(447)],{tag:t(422),attributes:{class:[t(400),t(462)],role:t(480)},children:n}]}}[$c(458)](){const t=$c;this[t(472)][t(458)]()}[$c(477)](){const t=$c;return this[t(476)][t(439)]?t(473)===this[t(476)][t(397)][t(425)][t(452)]?Kr(this[t(442)],t(451),this[t(476)][t(475)][t(471)]):Kr(this[t(442)],t(419),this[t(476)][t(475)][t(471)]):null}[$c(403)](){const t=$c;return t(473)===this[t(476)][t(397)][t(425)][t(452)]?Kr(this[t(442)],t(466)):Kr(this[t(442)],t(455))}[$c(436)](t,e,n,r,s){const i=$c,a=new o.LateFocusButtonView(this[i(442)]);return a[i(417)]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),a[i(440)]({attributes:{class:n}}),a.on(i(411),(()=>{const t=i;this[t(426)](r,this[t(476)].id)})),a}[$c(421)](){const t=$c,e=this[t(472)];this[t(418)][t(460)](e);for(const e of this[t(448)])this[t(482)][t(444)](e[t(472)]),this[t(418)][t(460)](e[t(472)]);this[t(418)][t(417)](t(396),((n,r)=>{const s=t;e===n[s(429)]&&(this[s(407)][s(469)](),r())})),this[t(418)][t(417)](t(399),((n,r)=>{const s=t;e!==n[s(429)]&&(this[s(458)](),r())}))}}const ru='\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" xmlns="http://www.w3.org/2000/svg"><path d="M6.182 5.514a.643.643 0 0 0-.636.64v-.001a.636.636 0 0 0 .636.639h5.682a.641.641 0 0 0 .636-.638.637.637 0 0 0-.636-.64H6.182Z"/><path d="M6.182 8.5a.642.642 0 0 0-.588.882.636.636 0 0 0 .588.395h5.682a.641.641 0 0 0 .636-.639.635.635 0 0 0-.636-.638H6.182Z"/><path d="M6.18 11.5a.64.64 0 0 0 0 1.278h3.133a.64.64 0 0 0 0-1.278H6.18Z"/><path d="m11.772 18.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09 0-.274.076-.551.062-.166.099-.296.11-.393a2.934 2.934 0 0 0 0-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6 1.059-.56 2.11.118 1.05.68 1.443 1.272 1.177 1.772l-3.876 6.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954 2.954 0 0 0-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274 1.039.727-.26.34h-1.496l.717-1.067Z"/><path clip-rule="evenodd" d="M3.272 1A1.28 1.28 0 0 0 2 2.28v14.439a1.276 1.276 0 0 0 1.272 1.28h6.838a2.13 2.13 0 0 1 .003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395 7.395 0 0 1-.042-.142H3.5V2.46s11 .002 11 .005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272 1ZM16 9.29l-1.5 2.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904 0 0 1-.013.075l-.001.005a3.108 3.108 0 0 1-.097.312c-.027.101-.048.19-.062.266a.734.734 0 0 0-.014.287.25.25 0 0 0 .068.105.65.65 0 0 0 .088.074l.017.011.016.01h.175L14.73 18c.697 0 1.271-.573 1.271-1.281v-7.43Z"/></svg>\n',su=iu;function ou(){const t=["reduce","_handleSuggestionControllerDelayed","button","items","from","338758qthJIr","_unbindEditors","isMultiRange","view","_suggestionToController","createAnnotation","acceptAllSuggestions","isDirty","activeMarkers","trackChanges.disableComments","clear","acceptButton","suggestionView","length","commands","_destroyController","previous","Discard all suggestions","getJoined","remove","separator","getAllAdjacentSuggestions","lowest","has","model","listenTo","comments.maxThreadTotalWeight","add","actionView","2429515bBXGDt","addComment","children","46kIOytY","discardSelectedSuggestions","locale","_updateController","_refreshActiveMarkers","init","escape","registerAnnotation","comments.editorConfig","trackChanges.SuggestionThreadView","suggestionUnloaded","toMany","descriptionFactory","componentFactory","Track changes","buttonView","commandName","head","delegate","switchbutton","type","_annotationViews","commentsListView","destroy","menuitemcheckbox","source","mainView","activeAnnotations","requires","focus","stopListening","config","730924SaSJmw","isInContent","delete","4312656NAJTnV","getFirstRange","getByInnerView","refreshSelectedViews","_initializeController","CommentsUI","comments.maxCommentCharsWhenCollapsed","discardButton","_createMenuBarMenu","15480200LneCSm","filter","_handleControllerBuffer","change:activeAnnotations","suggestionChanged","comments.maxCommentsWhenCollapsed","fire","Accept all suggestions","Discard all selected suggestions","TrackChangesUI","acceptSelectedSuggestions","get","change:previous","86349TcrGMc","trackChanges.SuggestionView","Annotations","CommentView","values","editing","innerView","_bindAnnotationToEditors","SuggestionView","Accept all selected suggestions","hasSuggestion","size","execute","menuitem","unbind","isPremiumPlugin","getMarkers","keys","_addUIComponentsToFactory","2990388JUSQDs","panelView","value","set","define","editor","discardAllSuggestions","getRanges","CommentsRepository","_createToolbarButton","isOfficialPlugin","EditorAnnotations","suggestion-","plugins","menuBar:trackChanges","some","isEnabled","trackChanges","isOn","getMarkerNames","SuggestionThreadView","_viewToController","bind","comments","menu","createAnnotationView","addSourceCollector","getSuggestion","push","TrackChangesEditing","arrowView","createCommentThreadController","commentThread","pluginName","suggestionLoaded","getDescriptions","descriptionParts","_disableComments"];return(ou=function(){return t})()}function iu(t,e){const n=ou();return(iu=function(t,e){return n[t-=471]})(t,e)}!function(t){const e=iu,n=t();for(;;)try{if(389984===parseInt(e(519))/1+-parseInt(e(487))/2*(-parseInt(e(544))/3)+parseInt(e(563))/4+-parseInt(e(484))/5+parseInt(e(522))/6+-parseInt(e(606))/7+-parseInt(e(531))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ou);class au extends t.Plugin{static get[su(515)](){const t=su;return[Sc,o.Users,t(571),t(546),t(574)]}static get[su(596)](){return su(540)}static get[su(573)](){return!0}static get[su(559)](){return!0}constructor(t){const e=su;super(t),this[e(610)]=new Map,this[e(584)]=new Map,this[e(508)]=new Map,this[e(533)]=new Map;const n=this[e(568)][e(518)];n[e(567)](e(496),Qc),n[e(567)](e(545),nu),n[e(567)](e(615),!1),this[e(600)]=n[e(542)](e(615))}[su(602)](t,e){const n=su;0===this[n(533)][n(555)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(533)]){const r=this[t(610)][t(478)](e);r||n?r&&n&&this[t(621)](e):this[t(526)](e)}this[t(533)][t(616)](),this[t(568)][t(576)][t(542)](t(574))[t(525)](),this[t(491)]()}),10),this[n(533)][n(566)](t,e)}[su(492)](){const t=su,e=this[t(568)],n=e[t(576)][t(542)](t(592)),r=e[t(576)][t(542)](t(546)),s=e[t(576)][t(542)](t(574)),o=e[t(576)][t(542)](t(571));this[t(562)](),s[t(589)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(605)](this[e(610)])){const s=t[e(476)](),o=[];for(const t of s){if(!t[e(520)])continue;if(t[e(608)]){o[e(591)](...t[e(570)]());continue}const n=t[e(523)]();if(o[e(619)]>0){const t=o[0][e(473)](n);if(t){o[0]=t;continue}}o[e(591)](n)}n[e(591)]([r[e(609)],o])}return n})),this[t(480)](n,t(597),((e,n)=>{const r=t;this[r(480)](n,r(543),((t,e,s,o)=>{const i=r;n[i(520)]&&(null==s?(this[i(490)](o[i(504)]),this[i(602)](n,!1)):(this[i(490)](s[i(504)]),null==o&&this[i(602)](n,!0)))})),null!==n[r(471)]?this[r(490)](n[r(504)]):this[r(602)](n,!1)})),this[t(480)](n,t(497),((e,n,r)=>{const s=t;this[s(517)](n,s(543)),this[s(533)][s(521)](n),this[s(610)][s(478)](n)&&this[s(621)](n),r&&this[s(490)](r[s(504)])})),this[t(480)](n,t(535),((e,n)=>{this[t(490)](n)})),this[t(480)](r,t(534),(()=>{this[t(491)]()})),this[t(480)](o,t(485),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(554)](r))return;const i=n[o(590)](r);this[o(610)][o(542)](i)[o(609)][o(509)][o(516)](-1)}),{priority:t(477)})}[su(491)](){const t=su,e=this[t(568)][t(576)][t(542)](t(546)),n=this[t(568)][t(576)][t(542)](t(592)),r=Array[t(605)](e[t(514)],(e=>e[t(550)]))[t(532)]((e=>this[t(584)][t(478)](e))),s=[];for(const e of r){const n=this[t(584)][t(542)](e)[t(479)][t(476)]();s[t(591)](...n[t(601)](((e,n)=>[...e,...n[t(582)]()]),[]))}n[t(614)]=s}[su(562)](){const t=su,n=this[t(568)],r=n[t(489)],o=Kr(r,t(501)),i=new e.Collection([{type:t(506),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(580),role:t(511)})},{type:t(475)},{type:t(603),model:new s.ViewModel({withText:!0,label:Kr(r,t(538)),commandName:t(612),role:t(557)})},{type:t(603),model:new s.ViewModel({withText:!0,label:Kr(r,t(553)),commandName:t(541),role:t(557)})},{type:t(603),model:new s.ViewModel({withText:!0,label:Kr(r,t(472)),commandName:t(569),role:t(557)})},{type:t(603),model:new s.ViewModel({withText:!0,label:Kr(r,t(539)),commandName:t(488),role:t(557)})}]);for(const e of i)if(cu(e)){const r=n[t(620)][t(542)](e[t(479)][t(503)]);e[t(479)][t(585)](t(581),t(579)).to(r,t(565),t(579))}n.ui[t(500)][t(482)](t(580),(e=>this[t(572)](e,i,o))),n.ui[t(500)][t(482)](t(577),(e=>this[t(530)](e,i,o)))}[su(572)](t,e,n){const r=su,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(568)][r(620)][r(542)](r(580));o[r(502)][r(566)]({tooltip:n,label:n,icon:ru}),o[r(502)][r(585)](r(581)).to(i,r(565)),o[r(502)].on(r(556),(()=>{const t=r;i[t(556)](),this[t(568)][t(549)][t(609)][t(516)]()})),(0,s.addListToDropdown)(o,e,{role:r(587)});const a=[];for(const t of e)cu(t)&&a[r(591)](this[r(568)][r(620)][r(542)](t[r(479)][r(503)]));const c=o[r(502)];return c[r(483)][r(558)](r(579)),c[r(593)][r(558)](r(579)),c[r(483)][r(585)](r(579)).to(i,r(579)),c[r(593)][r(585)](r(579))[r(498)](a,r(579),((...t)=>t[r(578)]((t=>t)))),o.on(r(556),(t=>{const e=r;this[e(568)][e(556)](t[e(512)][e(503)]),this[e(568)][e(549)][e(609)][e(516)]()})),o}[su(530)](t,e,n){const r=su,o=new s.MenuBarMenuView(t),i=this[r(568)][r(620)][r(542)](r(580));o[r(502)][r(566)]({label:n,icon:ru});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(475)==n[r(507)]){a[r(604)][r(482)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(479)];i[r(585)](...Object[r(561)](c)).to(c),i[r(505)](r(556)).to(o),i.on(r(556),(()=>{const t=r;this[t(568)][t(556)](c[t(503)]),this[t(568)][t(549)][t(609)][t(516)]()})),e[r(486)][r(482)](i),a[r(604)][r(482)](e)}return o[r(585)](r(579)).to(i,r(579)),o[r(564)][r(486)][r(482)](a),o}[su(526)](t){const e=su,n=this[e(568)],r=n[e(518)],s=n[e(576)][e(542)](e(546)),i=n[e(576)][e(542)](e(571)),a=n[e(576)][e(542)](e(574)),c=n[e(576)][e(542)](o.Users).me,u=r[e(542)](e(580))[e(583)],l=r[e(542)](e(580))[e(552)],{CommentsListView:f,CommentThreadInputView:h}=n[e(576)][e(542)](e(527));let g,d,p;this[e(508)][e(478)](t.id)?(d=this[e(508)][e(542)](t.id),g=d[e(513)]):(g=new u(n[e(489)],t,c,{disableComments:this[e(600)],editorConfig:r[e(542)](e(495)),maxCommentsWhenCollapsed:r[e(542)](e(536)),maxThreadTotalWeight:r[e(542)](e(481)),maxCommentCharsWhenCollapsed:r[e(542)](e(528)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(542)](e(489))),CommentView:r[e(542)](e(586))[e(547)],CommentsListView:f,CommentThreadInputView:h,SuggestionView:l}),g[e(618)][e(617)].on(e(556),(()=>{const t=e;n[t(549)][t(609)][t(516)]()})),g[e(618)][e(529)].on(e(556),(()=>{const t=e;n[t(549)][t(609)][t(516)]()})),d=s[e(588)](this[e(568)][e(489)],g),d[e(585)](e(613)).to(g,e(613)),d[e(585)](e(619)).to(g),d[e(585)](e(507)).to(g,e(507),(t=>e(575)+t)),g.on(e(493),(()=>{const t=e;p[t(537)](t(493))})),this[e(508)][e(566)](t.id,d));const m=i[e(594)](t[e(595)],g),I=new zc(n,t,g,m),E=t[e(476)]()[e(532)]((t=>t[e(520)]));g[e(599)]=n[e(576)][e(542)](e(592))[e(499)][e(598)](E),this[e(610)][e(566)](t,I),this[e(584)][e(566)](g,I),p=s[e(611)]({view:d,target:()=>{const r=e,s=[],i=t[r(476)]()[r(532)]((t=>t[r(520)]));for(const t of i)s[r(591)](...t[r(560)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(549)],s)},type:()=>e(575)+I[e(609)][e(507)]}),i[e(551)](g,p),s[e(482)](p),a[e(494)](p)}[su(621)](t){const e=su,n=this[e(568)][e(576)][e(542)](e(571)),r=this[e(568)][e(576)][e(542)](e(546)),s=this[e(610)][e(542)](t),o=s[e(609)],i=r[e(524)](o);n[e(607)](o),i&&r[e(474)](i),this[e(610)][e(521)](t),this[e(584)][e(521)](o),s[e(510)]()}[su(490)](t){const e=su;if(!t[e(520)]||!this[e(610)][e(478)](t))return;const n=this[e(568)][e(576)][e(542)](e(592)),r=this[e(610)][e(542)](t),s=t[e(476)]();r[e(609)][e(599)]=n[e(499)][e(598)](s)}[su(510)](){const t=su;for(const e of this[t(610)][t(561)]())this[t(621)](e);for(const e of this[t(508)][t(548)]())e[t(513)][t(510)]();super[t(510)]()}}function cu(t){return su(479)in t}var uu=fu;function lu(){var t=["149018aslfGE","getSuggestion","get","adapter","464456rzFTlW","addSuggestion","6sPlZuI","41720DgYCMh","plugins","isOfficialPlugin","413bTkdkP","Comments","editor","1881234tTVEwx","pluginName","getSuggestions","16941WLCcue","600QxiyMG","TrackChanges","245392YLdolX","requires","isPremiumPlugin","addSuggestionData"];return(lu=function(){return t})()}function fu(t,e){var n=lu();return(fu=function(t,e){return n[t-=261]})(t,e)}!function(t){for(var e=fu,n=t();;)try{if(117279===parseInt(e(283))/1+parseInt(e(267))/2+-parseInt(e(273))/3*(parseInt(e(263))/4)+-parseInt(e(274))/5+-parseInt(e(261))/6*(-parseInt(e(277))/7)+-parseInt(e(271))/8+parseInt(e(280))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lu);class hu extends t.Plugin{static get[uu(264)](){return[Sc,au,uu(278)]}static get[uu(281)](){return uu(262)}static get[uu(276)](){return!0}static get[uu(265)](){return!0}set[uu(270)](t){var e=uu;this[e(279)][e(275)][e(269)](Sc)[e(270)]=t}get[uu(270)](){var t=uu;return this[t(279)][t(275)][t(269)](Sc)[t(270)]}[uu(272)](t){var e=uu;return this[e(279)][e(275)][e(269)](Sc)[e(266)](t)}[uu(282)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=uu;return this[n(279)][n(275)][n(269)](Sc)[n(282)]({skipNotAttached:t,toJSON:e})}[uu(268)](t){var e=uu;return this[e(279)][e(275)][e(269)](Sc)[e(268)](t)}}const gu=Eu;function du(){const t=["622HwDSGC","trackChangesData","getSuggestions","div","init","name","getRootsAttributes","TrackChangesEditing","getFullData","3918dHWuiz","36168AFPhXf","result","getDataWithDiscardedSuggestions","trackChangesData.editorCreator","model","createElement","useAnonymousUser","function","4765RHljXx","3824877WEnYmk","CommentsRepository","rootsAttributes","constructor","requires","createDocumentFragment","TrackChangesData","track-changes-data-invalid-editor-creator","get","appendChild","editorCreator","set","data","discardAllSuggestions","plugins","getDataWithAcceptedSuggestions","document","reduce","execute","addSuggestionData","config","end","getRootNames","define","getCommentThreads","isOfficialPlugin","Users","417180pOTkvK","map","addCommentThread","Pagination","editor","getUser","7946704yrONPV","push","pluginName","isPremiumPlugin","remove","acceptAllSuggestions","addUser","users","create","_adapter","TrackChangesDataGetter","1974504tMkCyv","destroy"];return(du=function(){return t})()}!function(t){const e=Eu,n=t();for(;;)try{if(282132===parseInt(e(397))/1+-parseInt(e(379))/2*(parseInt(e(388))/3)+-parseInt(e(389))/4+-parseInt(e(360))/5+parseInt(e(377))/6+-parseInt(e(398))/7+parseInt(e(366))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(du);const pu=[gu(363)];class mu extends t.Plugin{static get[gu(402)](){return[Sc]}static get[gu(368)](){return gu(339)}static get[gu(358)](){return!0}static get[gu(369)](){return!0}[gu(383)](){const t=gu,n=this[t(364)];if(n[t(353)][t(356)](t(392),(e=>{const r=t,s=n[r(393)][r(349)][r(355)]()[r(350)](((t,e)=>(t[e]="",t)),{});return n[r(401)][r(374)](s,e)})),t(396)!=typeof n[t(353)][t(341)](t(380))[t(343)])throw new e.CKEditorError(t(340))}[gu(348)](t){return Tu(this[gu(364)],!0,t)}[gu(391)](t){return Tu(this[gu(364)],!1,t)}}class Iu extends t.Plugin{static get[gu(368)](){return gu(376)}static get[gu(358)](){return!0}static get[gu(369)](){return!0}constructor(t){const e=gu;super(t),this[e(390)]=e(354)}[gu(383)](){const t=gu;this[t(364)][t(347)][t(341)](t(399))[t(375)]={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(364)][t(347)][t(341)](t(386))[t(375)]=null}}function Eu(t,e){const n=du();return(Eu=function(t,e){return n[t-=338]})(t,e)}function bu(t){return void 0!==t[gu(385)]}async function Tu(t,e,n){const r=gu,s=(0,o.sanitizeEditorConfig)(t,pu);s[r(347)][r(367)](Sc,Iu),s[r(400)]=bu(t)?t[r(385)]():void 0;const i=document[r(338)](),a=t[r(353)][r(341)](r(380))[r(343)],c=await a(s,(()=>function(t){const e=r,n=document[e(394)](e(382));return t[e(342)](n),n}(i)));!function(t,e){const n=r,s=t[n(393)][n(349)][n(355)]()[n(350)](((e,r)=>(e[r]=t[n(345)][n(341)]({rootName:r}),e)),{}),o=t[n(347)][n(341)](n(359))[n(373)][n(361)]((t=>({id:t.id,name:t[n(384)]}))),i=t[n(347)][n(341)](n(386))[n(381)]({skipNotAttached:!0,toJSON:!0}),a=t[n(347)][n(341)](n(399))[n(357)]({skipNotAttached:!0,toJSON:!0}),c=e[n(347)][n(341)](n(359)),u=e[n(347)][n(341)](n(386)),l=e[n(347)][n(341)](n(399));for(const t of l[n(357)]())t[n(370)]();for(const t of o)c[n(365)](t.id)||c[n(372)](t);c.me||c[n(395)]();for(const t of a)l[n(362)](t);for(const t of i)u[n(352)](t);e[n(345)][n(344)](s)}(t,c),c[r(351)](r(e?371:346));const u=bu(c)?c[r(387)](n):c[r(345)][r(341)](n);return await c[r(378)](),u}function _u(t,e){var n=yu();return(_u=function(t,e){return n[t-=441]})(t,e)}function yu(){var t=["4EiTBNi","3258054OUuygK","8oNJcRj","90dQUuXf","270402DOZYLx","16098JqzMnf","1295SsMtdH","1211172YANgLD","1234230WXCBNb","1529560BXgrsA","640958pRcWIN"];return(yu=function(){return t})()}!function(t){for(var e=_u,n=t();;)try{if(326905===-parseInt(e(447))/1+parseInt(e(444))/2+-parseInt(e(445))/3+parseInt(e(448))/4*(-parseInt(e(446))/5)+parseInt(e(442))/6*(parseInt(e(443))/7)+parseInt(e(450))/8*(parseInt(e(449))/9)+-parseInt(e(451))/10*(-parseInt(e(441))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|