@ckeditor/ckeditor5-track-changes 41.3.0 → 41.4.0-alpha.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-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/multilevellist.d.ts +28 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +530 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);function c(t,e){const n=f();return(c=function(t,e){return n[t-=376]})(t,e)}const u=c;!function(t,e){const n=c,r=t();for(;;)try{if(890253===parseInt(n(383))/1+parseInt(n(377))/2*(-parseInt(n(397))/3)+-parseInt(n(379))/4*(-parseInt(n(385))/5)+-parseInt(n(398))/6*(parseInt(n(389))/7)+parseInt(n(388))/8+-parseInt(n(392))/9+parseInt(n(381))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=c;super(t),this[n(394)]=e,this[n(386)]=!1,this[n(382)](),this[n(378)]=!1}[u(382)](){this[u(380)]=!0}[u(400)](){const t=u;this[t(386)]=!this[t(386)],this[t(386)]?this[t(396)]():this[t(376)]()}[u(396)](){const t=u;for(const e of this[t(387)][t(384)][t(384)]())e[t(393)]&&!this[t(394)][t(390)](e)&&e[t(391)](t(399))}[u(376)](){const t=u;for(const e of this[t(387)][t(384)][t(384)]())e[t(393)]&&!this[t(394)][t(390)](e)&&e[t(395)](t(399))}}function f(){const t=["forceDisabled","9692991aKPhVq","affectsData","_enabledCommands","clearForceDisabled","_disableUnsupportedCommands","3msAMRV","6wGyuBf","TrackChangesCommand","execute","_enableCommands","2832834sjVXRV","_isEnabledBasedOnSelection","64qthIwy","isEnabled","19564300wWmrBQ","refresh","339714njQRoL","commands","250360qsfnvF","value","editor","3061920rNbIeL","674569AJTczX","has"];return(f=function(){return t})()}const h=g;function g(t,e){const n=p();return(g=function(t,e){return n[t-=201]})(t,e)}!function(t,e){const n=g,r=t();for(;;)try{if(534172===parseInt(n(203))/1+-parseInt(n(204))/2+parseInt(n(221))/3+-parseInt(n(218))/4*(parseInt(n(206))/5)+parseInt(n(202))/6*(parseInt(n(209))/7)+parseInt(n(219))/8+parseInt(n(201))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(p);class d extends t.Command{constructor(t,e){const n=g;super(t),this[n(211)]=e,this[n(220)](),this[n(212)]=!1}[h(220)](){this[h(207)]=!0}[h(205)](t){const n=h,r=this[n(211)][n(223)](t);if(!r)throw new e.CKEditorError(n(213),this);const s=r[n(216)]();this[n(222)][n(215)][n(208)](s)&&this[n(222)][n(210)][n(223)](n(214))[n(217)](r)}}function p(){const t=["_isEnabledBasedOnSelection","track-changes-accept-suggestion-not-found","TrackChangesEditing","model","getRanges","acceptSuggestion","89212yikyJP","1468288pXqJbC","refresh","1911075rjvWJg","editor","get","9228609xuiiOo","54kgpFBT","645527whVgQj","1875914gabpli","execute","235LYIojp","isEnabled","canEditAt","22463tvMOIE","plugins","_suggestions"];return(p=function(){return t})()}function m(t,e){const n=E();return(m=function(t,e){return n[t-=228]})(t,e)}const I=m;function E(){const t=["get","isEnabled","TrackChangesEditing","plugins","1700tRUZVp","execute","1tLDYFT","editor","refresh","788318MANOde","6248712zWiKUc","3PyPUGK","5226975QDdtYQ","getRanges","1155490cRgeWj","200024uCuKLT","6665526tRhXKb","canEditAt","_isEnabledBasedOnSelection","discardSuggestion","track-changes-discard-suggestion-not-found","_suggestions","model","4933146YJcFFK","8xVKADE"];return(E=function(){return t})()}!function(t,e){const n=m,r=t();for(;;)try{if(782603===parseInt(n(228))/1*(-parseInt(n(231))/2)+-parseInt(n(233))/3*(parseInt(n(232))/4)+parseInt(n(234))/5+-parseInt(n(245))/6+parseInt(n(236))/7*(parseInt(n(246))/8)+-parseInt(n(238))/9+parseInt(n(251))/10*(parseInt(n(237))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=m;super(t),this[n(243)]=e,this[n(230)](),this[n(240)]=!1}[I(230)](){this[I(248)]=!0}[I(252)](t){const n=I,r=this[n(243)][n(247)](t);if(!r)throw new e.CKEditorError(n(242),this);const s=r[n(235)]();this[n(229)][n(244)][n(239)](s)&&this[n(229)][n(250)][n(247)](n(249))[n(241)](r)}}function T(t){const e=k;return t[e(289)](((t,n)=>e(293)==t[e(278)]&&e(293)!=n[e(278)]?-1:e(293)!=t[e(278)]&&e(293)==n[e(278)]?1:0))}function _(t,e){const n=k;let r,s=0;const o=[],i=e[n(281)];for(;s<t[n(307)];){const a=t[s],c=t[s+1];r||(r=e[n(280)](a)),A(e,a,c)||(o[n(308)](e[n(277)](r,i[n(292)](a)?e[n(302)](a):e[n(286)](a,n(282)))),r=null),s++}return o}function y(){const t=["getRanges","isInContent","start","2uGAlZX","createPositionAfter","14133370IoRvxn","11rfuujf","splice","join","length","push","from","next","6026265kLVsKd","553FLfwbA","isIntersecting","value","execute","add","isTouching","6hCDaAp","906041TwufXT","isCollapsed","createRange","type","isMultiRange","createPositionBefore","schema","end","replace","isArray","2493960rPhyNF","createPositionAt","color"," [color ","sort","map","content","isObject","deletion","change","446108DulClg","3463554civppe","33160XtMcSJ"];return(y=function(){return t})()}function A(t,e,n){const r=k;if(!n)return!1;const s=t[r(302)](e),o=t[r(280)](n);return s[r(317)](o)}!function(t,e){const n=k,r=t();for(;;)try{if(469341===-parseInt(n(319))/1*(-parseInt(n(301))/2)+parseInt(n(318))/3*(parseInt(n(295))/4)+-parseInt(n(285))/5+-parseInt(n(296))/6+-parseInt(n(312))/7*(parseInt(n(297))/8)+-parseInt(n(311))/9+parseInt(n(303))/10*(parseInt(n(304))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);function k(t,e){const n=y();return(k=function(t,e){return n[t-=277]})(t,e)}function C(t,e,n){const r=k;for(;n[r(307)];){const s=n[r(305)](0,100);t[r(294)]((()=>{const t=r;for(const n of s)n[t(299)]&&e[t(315)](n.id)}))}}const N=R;!function(t,e){const n=R,r=t();for(;;)try{if(708378===parseInt(n(190))/1+parseInt(n(193))/2+-parseInt(n(183))/3+-parseInt(n(181))/4*(parseInt(n(187))/5)+-parseInt(n(200))/6*(parseInt(n(196))/7)+parseInt(n(184))/8*(parseInt(n(201))/9)+parseInt(n(182))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class L extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(203)]=e,this[r(189)]=n,this[r(192)](),this[r(195)]=!1}[N(192)](){const t=N,e=Array[t(202)](this[t(189)][t(197)]())[t(198)]((e=>e[t(194)]));this[t(185)]=this[t(203)][t(185)]&&e}[N(186)](){const t=N,e=T(Array[t(202)](this[t(189)][t(197)]()));for(const n of e){const e=n[t(188)]();if(!this[t(191)][t(204)][t(199)](e))return}C(this[t(191)][t(204)],this[t(203)],e)}}function R(t,e){const n=S();return(R=function(t,e){return n[t-=181]})(t,e)}function S(){const t=["_command","model","3012lbNfNl","14009550VaghKn","3514716vWHnxM","12472lApYfM","isEnabled","execute","1310kyQrpi","getRanges","_suggestions","1123926PotJES","editor","refresh","355192TlcglE","isInContent","_isEnabledBasedOnSelection","2555CmVKOF","values","some","canEditAt","16326IBqkcP","2124LqJCwt","from"];return(S=function(){return t})()}const M=v;function v(t,e){const n=O();return(v=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=v,r=t();for(;;)try{if(392282===-parseInt(n(218))/1*(parseInt(n(233))/2)+parseInt(n(228))/3*(-parseInt(n(238))/4)+parseInt(n(223))/5*(parseInt(n(221))/6)+parseInt(n(225))/7*(parseInt(n(239))/8)+-parseInt(n(237))/9*(parseInt(n(219))/10)+-parseInt(n(220))/11*(-parseInt(n(236))/12)+parseInt(n(214))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(O);class w extends t.Command{constructor(t,e,n){const r=v;super(t),this[r(240)]=e,this[r(224)]=n,this[r(232)]=new Set,this[r(227)](),this[r(234)]=!1}[M(227)](){const t=M,e=this[t(212)][t(213)][t(226)][t(229)],n=Array[t(217)](this[t(224)][t(231)]());this[t(232)]=function(t,e){const n=k,r=Array[n(309)](t[n(298)]()),s=new Set;for(const o of e)if(o[n(299)])for(const e of r)for(const r of o[n(298)]())(e[n(313)](r)||t[n(320)]&&!o[n(279)]&&o[n(310)]&&r[n(282)][n(317)](e[n(300)]))&&s[n(316)](o);return s}(e,n),this[t(215)]=this[t(240)][t(215)]&&!!this[t(232)][t(222)]}[M(235)](){const t=M,e=T(Array[t(217)](this[t(232)]));for(const n of e){const e=n[t(216)]();if(!this[t(212)][t(213)][t(230)](e))return}C(this[t(212)][t(213)],this[t(240)],e)}}function O(){const t=["size","14005MOEPQL","_suggestions","693nJEOrF","document","refresh","3cgcAPT","selection","canEditAt","values","_selectedSuggestions","93246cZYtIb","_isEnabledBasedOnSelection","execute","25416GLmpIn","9zRVzuN","945304kSkJGC","1496cdriKw","_command","editor","model","1833286eASRWY","isEnabled","getRanges","from","13cqVobR","1373030oGbfbQ","3344rbqcnM","1218bxXiSv"];return(O=function(){return t})()}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const B=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():P.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=x(e,t);return n<0?void 0:e[n][1]};const j=function(t){return x(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=x(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=F,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const W=function(){this.__data__=new H,this.size=0};const z=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const J=q||Y||Function("return this")();const Q=J.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.toString,et=Q?Q.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Q?Q.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=J["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(J,"Map");const Ct=At(Object,"create");const Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Lt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Lt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Ft=Ot;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||H),string:new Ft}};const xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Pt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=Pt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Pt(this,t).get(t)};const jt=function(t){return Pt(this,t).has(t)};const Gt=function(t,e){var n=Pt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Dt,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const Wt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function zt(t){var e=this.__data__=new H(t);this.size=e.size}zt.prototype.clear=W,zt.prototype.delete=z,zt.prototype.get=K,zt.prototype.has=X,zt.prototype.set=Wt;const Kt=zt;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Jt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const Zt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Yt(n,a,c):Qt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?J.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Le(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):ve(t)};const Fe=function(t,e){return t&&Zt(e,Oe(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var xe=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return De(t);var e=Le(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Zt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?J.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const ze=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Je=Ye?function(t){return null==t?[]:(t=Object(t),Ke(Ye(t),(function(e){return qe.call(t,e)})))}:Xe;const Qe=function(t,e){return Zt(t,Je(t),e)};const Ze=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Je(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,Oe,Je)};const sn=function(t){return nn(t,Be,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=J.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ln=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Ln.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Q?Q.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return vn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||Le(t)?{}:Dn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",Wn="[object Function]",zn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[zn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return ze(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Hn||g&&!o){if(a=u||g?{}:xn(e),!c)return u?en(e,Ue(a,e)):Qe(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Qt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Yn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||(Qn.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Q?Q.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Yn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Zn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Qt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Q?Q.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Lr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Lr?Sr:c)==Sr,f=(u=u==Lr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const xr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Dr(t,xr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=316]})(t,e)}function Vr(){const t=["clear","removeAttribute","_markerNames","isIntersectingWithRange","type","onAccept","end","markers","_onAttributesChange","nodeBefore","24VFvsQU","2XXnheo","get","getRange","split","addMarkerName","isInContent","getAllAdjacentSuggestions","_model","18785340WaWdgK","addRange","43167eqchkJ","author","isExternal","push","size","_onAccept","_onDiscard","delete","set","attributes","3939415LfTRKv","start","getFirstRange","accept","@external","2805243eYtmGM","getFirstMarker","removeMarker","10838133CisVhV","authoredAt","filter","getItems","onAttributesChange","add","isIntersecting","_saved","decorate","getMarkers","setAttribute","nodeAfter","change","isMultiRange","length","data","hasComments","toJSON","getMultiRangeId","previous","map","creator","getMarkerNames","getRanges","createdAt","40qQfyuk","onDiscard","reduce","next","_isDataLoaded","addMarker","commentThread","head","removeMarkers","getContainedElement","suggestion:","9104706obeMBm","discard","subType","935745KDNbDR","substr","from"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(993473===-parseInt(n(316))/1*(-parseInt(n(330))/2)+parseInt(n(340))/3*(-parseInt(n(383))/4)+-parseInt(n(350))/5+parseInt(n(394))/6+parseInt(n(355))/7*(-parseInt(n(329))/8)+-parseInt(n(358))/9+parseInt(n(338))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(387)]=!1,this.id=e.id,this[n(323)]=e[n(323)],this[n(396)]=e[n(396)]||null,this[n(341)]=e[n(341)],this[n(379)]=e[n(379)]||e[n(341)],this[n(342)]=Boolean(e[n(349)]&&e[n(349)][n(354)]),this[n(373)]=null,this[n(337)]=t,this[n(345)]=e[n(324)],this[n(346)]=e[n(384)],this[n(327)]=e[n(362)],this[n(321)]=new Set,this[n(382)]=null,this[n(348)](n(359),null),this[n(348)](n(349),e[n(349)]||{}),this[n(348)](n(377),null),this[n(348)](n(386),null),this[n(348)](n(389),null),this[n(348)](n(365),!1),this[n(366)](n(353)),this[n(366)](n(395))}get[jr(390)](){const t=jr;let e=this;for(;e[t(377)];)e=e[t(377)];return e}get[jr(374)](){const t=jr;return!!this[t(389)]&&this[t(389)][t(372)]>0}get[jr(371)](){const t=jr;return 0!=this[t(321)][t(344)]&&6==Array[t(318)](this[t(321)])[0][t(333)](":")[t(372)]}get[jr(335)](){return null!==this[jr(356)]()}[jr(334)](t){const e=jr;this[e(321)][e(363)](t)}[jr(380)](){const t=jr;return Array[t(318)](this[t(321)])}[jr(367)](){const t=jr;return this[t(380)]()[t(378)]((e=>this[t(337)][t(326)][t(331)](e)))[t(360)]((t=>t))}[jr(356)](){return this[jr(367)]()[0]||null}[jr(391)](){const t=jr;this[t(337)][t(370)]((e=>{const n=t;for(const t of this[n(367)]())e[n(357)](t)})),this[t(321)][t(319)]()}[jr(357)](t){const e=jr;this[e(337)][e(370)]((n=>{n[e(357)](t)})),this[e(321)][e(347)](t)}[jr(339)](t){const e=jr,n=e(393)+this[e(323)]+":"+this[e(396)]+":"+this.id+":"+this[e(379)].id+":"+Hr[e(376)]();this[e(334)](n),this[e(337)][e(370)]((r=>{r[e(388)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(322)](t){const e=jr;for(const n of this[e(381)]())if(n[e(364)](t))return!0;return!1}[jr(381)](){const t=jr;return this[t(367)]()[t(378)]((e=>e[t(332)]()))}[jr(361)](){const t=jr;return this[t(381)]()[t(385)](((e,n)=>[...e,...n[t(361)]()]),[])}[jr(352)](){const t=jr;var e;return(null===(e=this[t(356)]())||void 0===e?void 0:e[t(332)]())||null}[jr(392)](){const t=jr,e=this[t(381)]();if(1!=e[t(372)])return null;const n=e[0],r=n[t(351)][t(369)],s=n[t(325)][t(328)];return r instanceof i.Element?r!=s?null:r:null}[jr(353)](){const t=jr;this[t(345)](this[t(381)](),this[t(373)],this[t(349)]),this[t(391)]()}[jr(395)](){const t=jr;this[t(346)](this[t(381)](),this[t(373)],this[t(349)]),this[t(391)]()}[jr(336)](){const t=jr,e=[];let n=this[t(390)];for(;n;)e[t(343)](n),n=n[t(386)];return e}[jr(368)](t,e){const n=jr,r=qn(this[n(349)]);hr(r,t,e),Or(r,this[n(349)])||(this[n(349)]=r,this[n(327)](r))}[jr(320)](t){const e=jr,n=qn(this[e(349)]);Ur(n,t),Or(n,this[e(349)])||(this[e(349)]=n,this[e(327)](this[e(349)]))}[jr(375)](){const t=jr;return{id:this.id,type:this[t(396)]?this[t(323)]+":"+this[t(396)]:this[t(323)],authorId:this[t(379)].id,createdAt:this[t(382)],hasComments:this[t(374)],data:this[t(373)],attributes:this[t(349)]}}static[jr(376)](){const t=jr;return(0,e.uid)()[t(317)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const zr=Kr;function Kr(t,e){const n=qr();return(Kr=function(t,e){return n[t-=293]})(t,e)}!function(t,e){const n=Kr,r=t();for(;;)try{if(267728===-parseInt(n(350))/1+-parseInt(n(301))/2+-parseInt(n(343))/3*(parseInt(n(339))/4)+parseInt(n(360))/5+parseInt(n(307))/6+parseInt(n(312))/7+parseInt(n(382))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qr);class Xr{constructor(t,e){const n=Kr;this[n(348)]=[],this[n(368)]=new Map,this[n(345)]=[],this[n(371)]=new Map,this[n(323)]=t,this[n(372)]=e}[zr(383)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(347)];o++){const i=t[o];if(!i[e(356)])continue;const a=this[e(316)](i);if(a){if(null!=i[e(385)]){if(r[e(299)](i[e(385)]))continue;r[e(337)](i[e(385)])}n[e(346)](a)}else if(e(377)!=i[e(329)])e(358)!=i[e(329)]&&e(374)!=i[e(329)]||this[e(376)](n,i,t[o+1]);else{const t=i[e(304)][e(330)];if(s[e(299)](t))continue;s[e(337)](i[e(304)][e(330)]),t==_c?this[e(352)](n,i):this[e(309)](n,i)}}return this[e(361)](n)}[zr(314)](t){const e=zr;this[e(348)][e(346)](t)}[zr(369)](t,n,r=e.priorities[zr(294)]){const s=zr;s(333)==typeof t?(0,e.insertToPriorityArray)(this[s(345)],{matchingCallback:t,label:n,priority:r}):this[s(368)][s(308)](t,n)}[zr(300)](t,e){const n=zr;this[n(371)][n(308)](t,e)}[zr(387)](t,e=1){const n=zr;let r;for(const e of this[n(345)])if(e[n(332)](t)){r=e[n(378)];break}return r||(r=this[n(368)][n(335)](t[n(336)])),r?r(e):1!==e?e+" "+t[n(336)]+"s":""+t[n(336)]}[zr(359)](t,e){const n=zr,r=e[n(305)]()[n(326)](),s=n(358)==e[n(329)]?n(337):n(349);for(const e of r){const o=e[n(370)],i=t[t[n(347)]-1];if(o.is(n(324)))i&&i[n(329)][n(340)](n(315))>-1&&t[n(293)](),i&&n(303)==i[n(329)]?i[s]+=o[n(304)]:t[n(346)]({type:n(303),add:n(337)==s?o[n(304)]:"",remove:n(349)==s?o[n(304)]:""});else if(this[n(323)][n(362)](o)){const a=o;if(i&&i[n(329)][n(340)](n(315))>-1&&t[n(293)](),n(375)==e[n(329)])continue;i&&i[n(329)]==s+n(355)&&i[n(322)][n(336)]==a[n(336)]?i[n(353)]++:t[n(346)]({type:s+n(355),element:a,quantity:1}),r[n(328)]((t=>!(n(375)==t[n(329)]&&t[n(370)]==o)))}else if(this[n(323)][n(366)](o,n(351))||o.is(n(322),n(365))){const r=o;if(n(337)==s&&n(334)==e[n(329)]||n(349)==s&&n(375)==e[n(329)])continue;if(i&&-1==i[n(329)][n(340)](n(315))){n(303)==i[n(329)]&&(i[s]+="\n");continue}let a;if(a=n(337)==s?r[n(310)]&&!this[n(323)][n(362)](r[n(310)])?r[n(310)]:null:r[n(331)]&&!this[n(323)][n(362)](r[n(331)])?r[n(331)]:null,r[n(386)]||a&&a[n(386)]){const e=a&&a[n(386)]?a:r;i&&i[n(329)]==s+n(327)&&i[n(322)][n(336)]==e[n(336)]?i[n(353)]++:t[n(346)]({type:s+n(327),element:e,quantity:1})}else t[n(346)]({type:s+n(315),element:r})}}}[zr(361)](t){const e=zr,n=this[e(372)],r=[],s=[],o=[];for(const i of t)switch(i[e(329)]){case e(303):if(i[e(337)]=i[e(337)][e(373)](/(\S)\u000A+(\S)/g,e(338))[e(373)](/\u000A/g,""),i[e(349)]=i[e(349)][e(373)](/(\S)\u000A+(\S)/g,e(338))[e(373)](/\u000A/g,""),""!=i[e(337)]&&""!=i[e(349)]){r[e(346)]({type:e(373),content:Wr(n,e(321),['"'+i[e(349)]+'"','"'+i[e(337)]+'"'])});continue}if(null!=i[e(337)][e(320)](/^ +$/)){r[e(346)]({type:e(358),content:Wr(n,e(295),Wr(n,e(306),i[e(337)][e(347)]))});continue}if(null!=i[e(349)][e(320)](/^ +$/)){r[e(346)]({type:e(374),content:Wr(n,e(379),Wr(n,e(306),i[e(349)][e(347)]))});continue}if(""!=i[e(337)]){r[e(346)]({type:e(358),content:Wr(n,e(295),'"'+i[e(337)]+'"')});continue}r[e(346)]({type:e(374),content:Wr(n,e(379),'"'+i[e(349)]+'"')});continue;case e(318):case e(311):r[e(346)]({type:e(358),content:Wr(n,e(295),this[e(387)](i[e(322)],i[e(353)]))});continue;case e(363):case e(319):r[e(346)]({type:e(374),content:Wr(n,e(379),this[e(387)](i[e(322)],i[e(353)]))});continue;case e(296):r[e(346)]({type:e(358),content:Wr(n,e(317),this[e(387)](i[e(322)],i[e(353)]))});continue;case e(298):r[e(346)]({type:e(374),content:Wr(n,e(344),this[e(387)](i[e(322)],i[e(353)]))});continue;case e(302):s[e(346)](i[e(330)]);continue;case e(357):o[e(346)](i[e(330)]);continue;default:r[e(346)](i)}if(s[e(347)]){const t=s[e(367)]((t=>this[e(371)][e(299)](t)?this[e(371)][e(335)](t):t))[e(381)](", ");r[e(346)]({type:e(384),content:Wr(this[e(372)],e(342),t)})}if(o[e(347)]){const t=o[e(367)]((t=>this[e(371)][e(299)](t)?this[e(371)][e(335)](t):t))[e(381)](", ");r[e(346)]({type:e(384),content:Wr(this[e(372)],e(364),t)})}return r}[zr(316)](t){const e=zr;for(const n of this[e(348)]){const r=n(t);if(r&&e(329)in r)return r}}[zr(309)](t,e){const n=zr,r=e[n(304)],s=void 0===r[n(341)]?n(357):n(302);t[n(346)]({type:s,key:r[n(330)]})}[zr(352)](t,e){const n=zr;t[n(346)]({type:n(384),content:Wr(this[n(372)],n(313),this[n(387)](e[n(305)]()[n(380)][n(297)],1))})}[zr(376)](t,e,n){const r=zr;if(this[r(359)](t,e),n&&n[r(305)]()&&!e[r(305)]()[r(354)][r(325)](n[r(305)]()[r(380)])){const n=t[t[r(347)]-1],s=r(358)==e[r(329)]?r(337):r(349);n&&r(303)==n[r(329)]&&(n[s]+="\n")}}}function qr(){const t=["getDescriptions","format","subType","isEmpty","getItemLabel","pop","normal","*Insert:* %0","addContainer","nodeAfter","removeContainer","has","registerAttributeLabel","427640mNvzOt","addFormat","text","data","getFirstRange","ELEMENT_SPACE","685380svSNNz","set","_handleAttributeSuggestionDescription","nextSibling","addObject","574455sbDILD","*Change to:* %0","registerDescriptionCallback","Container","_handleCustomCallbackDescription","*Split:* %0","addEmptyContainer","removeObject","match","REPLACE_TEXT","element","_schema","$textProxy","isEqual","getWalker","EmptyContainer","skip","type","key","previousSibling","matchingCallback","function","elementStart","get","name","add","$1 $2","345080rCMGKU","indexOf","newValue","*Set format:* %0","15BlBPyl","*Merge:* %0","_itemLabelsCallbacks","push","length","_customCallbacks","remove","226317iIOGHU","$text","_handleRenameSuggestionDescription","quantity","end","Object","isInContent","removeFormat","insertion","_addDescriptionItems","1300925qYEuVb","_resolveDescriptionItems","isObject","removeEmptyContainer","*Remove format:* %0","softBreak","checkChild","map","_itemLabels","registerElementLabel","item","_attributeLabels","_locale","replace","deletion","elementEnd","_handleInsertRemoveSuggestionDescription","attribute","label","*Remove:* %0","start","join","5461880mtnTLT"];return(qr=function(){return t})()}const Yr=Jr;function Jr(t,e){const n=Zr();return(Jr=function(t,e){return n[t-=488]})(t,e)}!function(t,e){const n=Jr,r=t();for(;;)try{if(451502===-parseInt(n(504))/1+-parseInt(n(494))/2+parseInt(n(495))/3*(-parseInt(n(498))/4)+-parseInt(n(500))/5+-parseInt(n(492))/6+parseInt(n(488))/7+parseInt(n(496))/8*(parseInt(n(501))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Qr extends t.Plugin{[Yr(491)](){const t=Yr,e=this[t(497)],n=e[t(489)][t(490)](t(493));e[t(502)][t(490)](t(499))&&n[t(503)](t(499))}}function Zr(){const t=["4216562TlryTy","plugins","get","afterInit","1764234HksKIS","TrackChangesEditing","111762zhtfsK","3PcUUjG","11543848RNeCQv","editor","2786060UZQtmI","showAIAssistant","595250jvCgkf","9pLDlEh","commands","enableCommand","428360ODNcxB"];return(Zr=function(){return t})()}const $r=ts;function ts(t,e){const n=ns();return(ts=function(t,e){return n[t-=367]})(t,e)}!function(t,e){const n=ts,r=t();for(;;)try{if(818199===-parseInt(n(375))/1+-parseInt(n(367))/2*(parseInt(n(372))/3)+-parseInt(n(387))/4*(parseInt(n(405))/5)+-parseInt(n(399))/6*(-parseInt(n(398))/7)+-parseInt(n(392))/8*(-parseInt(n(379))/9)+parseInt(n(385))/10*(parseInt(n(388))/11)+-parseInt(n(380))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ns);class es extends t.Plugin{[$r(384)](){const t=$r,e=this[t(390)],n=e[t(400)];if(!e[t(401)][t(376)](t(408)))return;const r=e[t(401)][t(406)](t(377));r[t(370)](t(386),[],[t(386)]),r[t(402)][t(394)](t(386),Wr(n,t(407))),this[t(396)]()}[$r(396)](){const t=$r,e=this[t(390)],n=e[t(400)];e[t(401)][t(406)](t(377))[t(402)][t(397)]((e=>{const r=t;if(r(389)!=e[r(369)])return;const{data:s}=e;if(s&&r(386)==s[r(403)]){const t=s[r(373)][0][r(368)];return{type:r(383),content:Wr(n,r(391),function(t){const e=r;switch(t){case e(381):return Wr(n,e(393));case e(374):return Wr(n,e(382));case e(371):return Wr(n,e(378));case e(404):return Wr(n,e(395))}}(t))}}}))}}function ns(){const t=["alignment","2612oxXvgP","53449byrAby","formatBlock","editor","*Format:* %0","8njNVMw","FORMAT_ALIGN_TO_LEFT","registerAttributeLabel","FORMAT_JUSTIFY_TEXT","_registerLegacyDescription","registerDescriptionCallback","75859pUHjNH","546YtIlzW","locale","plugins","_descriptionFactory","commandName","justify","4085ohQSSx","get","FORMAT_ALIGNMENT","AlignmentEditing","2tulTdo","value","type","_enableDefaultAttributesIntegration","center","3823452BBZtKs","commandParams","right","10675VOUMTe","has","TrackChangesEditing","FORMAT_ALIGN_TO_CENTER","5835762VyvJSM","4707108NxTwtg","left","FORMAT_ALIGN_TO_RIGHT","format","afterInit","2870KuWWlj"];return(ns=function(){return t})()}const rs=is;!function(t,e){const n=is,r=t();for(;;)try{if(107359===parseInt(n(261))/1+parseInt(n(279))/2*(parseInt(n(258))/3)+parseInt(n(268))/4*(parseInt(n(256))/5)+parseInt(n(257))/6+-parseInt(n(285))/7+-parseInt(n(251))/8*(-parseInt(n(253))/9)+-parseInt(n(281))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const ss=[rs(242),rs(248),rs(243),rs(277),rs(276),rs(265),rs(278)];function os(){const t=["_registerLegacyDescription","subscript","441055AXkKkR","1054716JIkjPJ","5106RUjwzE","forceValue","afterInit","126089FoGmmm","italic","superscript","*Remove format:* %0","SubscriptEditing","FORMAT_SUBSCRIPT","_enableDefaultAttributesIntegration","4pWDGpC","editor","_descriptionFactory","toUpperCase","commandParams","toLowerCase","has","FORMAT_STRIKETHROUGH","StrikethroughEditing","CodeEditing","SuperscriptEditing","188trfVRq","bold","4514470ibBWxi","registerDescriptionCallback","locale","formatInline","435071XraGQa","FORMAT_CODE","registerAttributeLabel","FORMAT_BOLD","*Format:* %0","FORMAT_ITALIC","commandName","type","FORMAT_SUPERSCRIPT","FORMAT_UNDERLINE","plugins","FORMAT_","BoldEditing","UnderlineEditing","get","slice","code","underline","ItalicEditing","strikethrough","format","40wWrVdn","TrackChangesEditing","127593SaIjOL"];return(os=function(){return t})()}function is(t,e){const n=os();return(is=function(t,e){return n[t-=238]})(t,e)}class as extends t.Plugin{[rs(260)](){const t=rs,e=this[t(269)],n=e[t(240)][t(244)](t(252)),r=e[t(283)];for(const s of ss){if(!e[t(240)][t(274)](s))continue;const o=s[t(245)](0,-7)[t(273)](),i=t(241)+o[t(271)]();n[t(267)](o,[o]),n[t(270)][t(287)](o,Wr(r,i))}this[t(254)]()}[rs(254)](){const t=rs,e=this[t(269)],n=e[t(283)],r=e[t(240)][t(244)](t(252));function s(e,s){const o=t;r[o(270)][o(282)]((t=>{const r=o;if(r(284)!=t[r(292)])return;const{data:i}=t;return i&&i[r(291)]===e?i[r(272)][0][r(259)]?{type:r(250),content:Wr(n,r(289),s)}:{type:r(250),content:Wr(n,r(264),s)}:void 0}))}s(t(280),Wr(n,t(288))),s(t(262),Wr(n,t(290))),s(t(247),Wr(n,t(239))),s(t(246),Wr(n,t(286))),s(t(249),Wr(n,t(275))),s(t(255),Wr(n,t(266))),s(t(263),Wr(n,t(238)))}}const cs=us;function us(t,e){const n=hs();return(us=function(t,e){return n[t-=146]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(230353===parseInt(n(147))/1*(-parseInt(n(170))/2)+-parseInt(n(158))/3*(parseInt(n(188))/4)+parseInt(n(150))/5+-parseInt(n(181))/6+-parseInt(n(149))/7+-parseInt(n(179))/8+-parseInt(n(174))/9*(-parseInt(n(176))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hs);class ls extends t.Plugin{[cs(184)](){const t=cs,e=this[t(167)],n=e[t(185)];if(!e[t(182)][t(166)](t(151)))return;const r=e[t(182)][t(172)](t(177)),s=this[t(167)][t(189)][t(172)](t(173));r[t(186)](t(173),((n,o={})=>{const i=t,a=this[i(167)][i(175)][i(180)][i(154)],c=o&&void 0!==o[i(187)]?o[i(187)]:!s[i(153)];let u=[];if(c){const t=Array[i(163)](a[i(159)]())[i(155)]((t=>fs(t)||function(t,e){const n=i,r=e[n(168)](t[n(146)],n(173)),s=e[n(168)]([n(164),n(173)],t);return r&&s}(t,this[i(167)][i(175)][i(157)])));u=_(t,e[i(175)])}else{const t=Array[i(163)](a[i(159)]())[i(155)]((t=>fs(t)));u=_(t,e[i(175)])}e[i(175)][i(148)]((()=>{const t=i;for(const e of u)r[t(165)](e,{commandName:t(173),commandParams:[{forceValue:c}]})}))})),r[t(152)][t(171)]((e=>{const r=t,{data:s}=e;if(s&&r(173)==s[r(160)]){const t=Wr(n,r(162));return s[r(156)][0][r(187)]?{type:r(178),content:Wr(n,r(169),t)}:{type:r(178),content:Wr(n,r(161),t)}}}))}}function fs(t){const e=cs;return e(173)==t[e(146)][e(183)]}function hs(){const t=["plugins","name","afterInit","locale","enableCommand","forceValue","4cRvhXr","commands","parent","31wHuMhJ","change","2840040MYdFyO","2170405yAZLKo","BlockQuoteEditing","_descriptionFactory","value","selection","filter","commandParams","schema","129138rnwyQN","getSelectedBlocks","commandName","*Remove format:* %0","ELEMENT_BLOCK_QUOTE","from","$root","markBlockFormat","has","editor","checkChild","*Set format:* %0","27238friZjG","registerDescriptionCallback","get","blockQuote","27nQiFJl","model","3947260JRHwwZ","TrackChangesEditing","format","1306912YbXEmO","document","2121522AuJmHZ"];return(hs=function(){return t})()}function gs(t,e){const n=ps();return(gs=function(t,e){return n[t-=490]})(t,e)}const ds=gs;function ps(){const t=["CaseChange","has","changeCaseTitle","511553tVTFxc","changeCaseUpper","60HxYpgn","get","TrackChangesEditing","afterInit","2062414wFbzBq","545886BtrgoR","1812410MQiBCf","11138650FwRedH","enableCommand","editor","72BGicbV","plugins","5793024JOyGxw","changeCaseLower","1jtgFuu","1464184nbANvd"];return(ps=function(){return t})()}!function(t,e){const n=gs,r=t();for(;;)try{if(953714===-parseInt(n(496))/1*(parseInt(n(507))/2)+-parseInt(n(508))/3+parseInt(n(494))/4+-parseInt(n(509))/5+parseInt(n(503))/6*(parseInt(n(501))/7)+-parseInt(n(497))/8*(-parseInt(n(492))/9)+-parseInt(n(510))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[ds(506)](){const t=ds,e=this[t(491)];e[t(493)][t(499)](t(498))&&(e[t(493)][t(504)](t(505))[t(490)](t(502)),e[t(493)][t(504)](t(505))[t(490)](t(495)),e[t(493)][t(504)](t(505))[t(490)](t(500)))}}const Is=bs;function Es(){const t=["8zEQgTs","479382GIxNFb","9836230vmerOS","10vbMcai","enableCommand","TrackChangesEditing","8392755lxXpnH","5964508xBanKs","get","11942955fNzFBC","422bcsmCX","ckbox","plugins","4PdVKnm","editor","commands","afterInit","2767YcVcsN","3145206BtdIKQ"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=368]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(874196===-parseInt(n(383))/1*(parseInt(n(376))/2)+parseInt(n(384))/3*(parseInt(n(379))/4)+parseInt(n(369))/5*(-parseInt(n(386))/6)+-parseInt(n(372))/7+parseInt(n(385))/8*(parseInt(n(375))/9)+parseInt(n(368))/10+-parseInt(n(373))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(382)](){const t=Is,e=this[t(380)];e[t(381)][t(374)](t(377))&&e[t(378)][t(374)](t(371))[t(370)](t(377))}}function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=335]})(t,e)}function ys(){const t=["find","*Set format:* %0","isLimit","afterInit","rootElement","codeBlock","languages","registerElementLabel","CodeBlock","enableCommand","checkChild","plugins","forceValue","ELEMENT_CODE_BLOCK","locale","_descriptionFactory","3890735JUHKYb","filter","indentCodeBlock","format","TrackChangesEditing","from","value","*Remove format:* %0","176092nKBpQh","1198310Pajhqj","selection","blockName","type","schema","formatBlock","markBlockFormat","document","registerDescriptionCallback","label","config","6WoESBc","791859mhJnri","name","1140668EWUHAf","model","has","18qstNcs","commandName","parent","toLowerCase","1961694kWDpXN","language","commandParams","21BTAyFc","getSelectedBlocks","outdentCodeBlock","editor","commands","5927600ipAcUs","get","change"];return(ys=function(){return t})()}const As=_s;!function(t,e){const n=_s,r=t();for(;;)try{if(469507===-parseInt(n(378))/1+parseInt(n(380))/2+parseInt(n(390))/3*(-parseInt(n(365))/4)+-parseInt(n(357))/5*(-parseInt(n(377))/6)+-parseInt(n(387))/7+parseInt(n(338))/8+-parseInt(n(383))/9*(parseInt(n(366))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[As(344)](){const t=As,e=this[t(336)];if(!e[t(352)][t(382)](t(349)))return;const n=e[t(352)][t(339)](t(361)),r=e[t(355)],s=e[t(376)][t(339)](t(346))[t(347)],o=e[t(337)][t(339)](t(346));n[t(350)](t(359)),n[t(350)](t(335)),n[t(350)](t(346),((r,i={})=>{const a=t,c=e[a(381)],u=e[a(381)][a(373)][a(367)],l=i&&void 0!==i[a(353)]?i[a(353)]:!o[a(363)];let f;i[a(388)]||(i[a(388)]=s[0][a(388)]),f=l?Array[a(362)](u[a(391)]())[a(358)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(345))&&!e[n(343)](t)&&e[n(351)](t[n(385)],n(346))}(t,c[a(370)]))):Array[a(362)](u[a(391)]())[a(358)]((t=>Cs(t)));const h=_(f,c);c[a(340)]((()=>{const t=a;for(const e of h)n[t(372)](e,{commandName:t(346),commandParams:[{...i,forceValue:l}],formatGroupId:t(368)})}))})),n[t(356)][t(348)](t(346),(e=>Wr(r,t(354),e))),n[t(356)][t(374)]((e=>{const n=t;if(n(371)!=e[n(369)])return;const o=r.t,{data:i}=e;if(!i||n(346)!=i[n(384)])return;const a=i[n(389)][0][n(388)],c=o(s[n(341)]((t=>t[n(388)]===a))[n(375)])[n(386)]();return i[n(389)][0][n(353)]?{type:n(360),content:Wr(r,n(342),Wr(r,n(354),1)+" ("+c+")")}:{type:n(360),content:Wr(r,n(364),Wr(r,n(354),1))}}))}}function Cs(t){const e=As;return e(346)==t[e(379)]}const Ns=Ls;function Ls(t,e){const n=Ss();return(Ls=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Ls,r=t();for(;;)try{if(190181===-parseInt(n(112))/1*(parseInt(n(111))/2)+parseInt(n(113))/3*(-parseInt(n(110))/4)+parseInt(n(124))/5+parseInt(n(115))/6+-parseInt(n(119))/7+-parseInt(n(114))/8+parseInt(n(116))/9*(parseInt(n(122))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ss);class Rs extends t.Plugin{[Ns(126)](){const t=Ns,e=this[t(117)];e[t(118)][t(121)](t(123))&&e[t(118)][t(120)](t(128))[t(127)](t(125))}}function Ss(){const t=["enableCommand","TrackChangesEditing","32368QBzUMb","70746xFtYCb","3svRQEW","66qHzYAk","9856Gdcccs","1880640LKFzpI","54pfZKiK","editor","plugins","1826384OsoqJV","get","has","359740HcccrF","CommentsEditing","1035920cpSfdI","addCommentThread","afterInit"];return(Ss=function(){return t})()}var Ms=n(834);function vs(t,e,n){const r=Os,s=[];for(const o of e[r(279)]())o[r(309)](t)&&s[r(318)](n[r(321)](o));return s}function ws(){const t=["16824LsILfV","getCustomProperty","name","span","addClass","push","previousPosition","isLimit","createRangeOn","getWalker","ck-suggestion-marker-","markerRange","get","writer","model","type","addHighlight","markerName","1018820EqBqOw","1403213TANmvG","listIndent","toViewElement","getItems","isBlock","createUIElement","start","isAtEnd","item","isContent","schema","1758692TTEdQH","test","31134YSjjUE","166200bHEgtk","element","200eJaUci","plugins","toViewPosition","201XUwjfD","153ffTJjT","TrackChangesEditing","includes","nextSibling","mapper","bindElementToMarker","insert","activeMarkers","elementEnd","consumable","getAttribute","ck-suggestion-marker--active","listItem","hasAttribute","850219aXOvhq","parent","190OMYtRe"];return(ws=function(){return t})()}function Os(t,e){const n=ws();return(Os=function(t,e){return n[t-=268]})(t,e)}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(293)][r(269)](r(297));return(o,i,a)=>{const c=r;if(!a[c(305)][c(288)](i[c(268)],o[c(315)]))return;const u=i[c(268)][c(322)](),l=i[c(268)][c(282)],f=t[c(271)][c(286)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(284)];d=d||f[c(285)](e);const n=a[c(300)][c(278)](e);if(n&&n[c(314)](c(273)))return;c(304)==t[c(272)]&&f[c(280)](e)&&!f[c(320)](e)&&(e[c(299)]||l[c(283)]?h&&h[c(311)]==e||(h=e,m(t[c(319)]),p=!0):g=g||t[c(319)])}function m(t){const r=c,o=a[r(270)][r(281)](r(316),{class:r(323)+e}),u=a[r(300)][r(294)](t);n&&s[r(303)][r(298)](i[r(274)])&&a[r(270)][r(317)](r(307),o),a[r(270)][r(302)](u,o),a[r(300)][r(301)](o,i[r(274)])}d||p||!g||m(g)}}!function(t,e){const n=Os,r=t();for(;;)try{if(515419===parseInt(n(310))/1+parseInt(n(287))/2+parseInt(n(295))/3*(parseInt(n(313))/4)+parseInt(n(312))/5*(-parseInt(n(289))/6)+parseInt(n(276))/7+parseInt(n(290))/8*(parseInt(n(296))/9)+parseInt(n(292))/10*(-parseInt(n(275))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Ds=xs;function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=210]})(t,e)}function Ps(){const t=["addMarker:suggestion:deletion","options","uiElement","lock","commands","enqueueChange","editing","merge","downcastDispatcher","high","markerName","bind","createSelection","16Kxdqjk","49OdNeuN","mapper","unbindElementFromMarkerName","detach","44nJMuqg","selection","658625WxfkGK","$graveyard","unlock","end","forward","60EfNwwu","batch","60mNrrjM","document","editor","delete","data","rootName","15686lgWdlK","unit","deleteForward","19725225hARxft","buffer","root","TrackChangesEditing","getFirstRange","modifySelection","plugins","get","3723076tUPCgw","764145tfsImf","remove","createRange","enableCommand","init","3281244UQXcfo","4184547qAMCAQ","markerNameToElements","showSuggestionHighlights","4ijpWFU","writer","start","setSelection","requires","isCollapsed","fromRange","removeMarker:suggestion:deletion","model"];return(Ps=function(){return t})()}!function(t,e){const n=xs,r=t();for(;;)try{if(837587===parseInt(n(267))/1*(parseInt(n(223))/2)+parseInt(n(241))/3*(-parseInt(n(244))/4)+parseInt(n(210))/5*(-parseInt(n(215))/6)+parseInt(n(234))/7*(parseInt(n(266))/8)+parseInt(n(235))/9*(-parseInt(n(217))/10)+parseInt(n(271))/11*(parseInt(n(240))/12)+parseInt(n(226))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Ds(248)](){return[Ms.Delete]}[Ds(239)](){const t=Ds,e=this[t(219)],n=e[t(232)][t(233)](t(229));n[t(238)](t(220));const r=e[t(257)][t(233)](t(225));n[t(238)](t(225),((n,s={})=>{const o=t,a=e[o(252)][o(265)](e[o(252)][o(218)][o(272)]);a[o(249)]&&e[o(252)][o(231)](a,{direction:o(214),unit:s[o(224)]});const c=a[o(230)](),u=i.LiveRange[o(250)](c);let l;n(s),l=o(211)==u[o(228)][o(222)]?e[o(252)][o(237)](c[o(246)]):e[o(252)][o(237)](u[o(246)],u[o(213)]),u[o(270)](),e[o(252)][o(258)](r[o(227)][o(216)],(t=>{const e=o;r[e(227)][e(256)](),t[e(247)](t[e(237)](l[e(213)])),r[e(227)][e(212)]()}))})),e[t(259)][t(261)].on(t(253),Fs(e,t(260)),{priority:t(262)}),e[t(221)][t(261)].on(t(253),((n,r,s)=>{const o=t;s[o(254)][o(243)]&&Fs(e,o(260),{showActiveMarker:!1})[o(264)](this)(n,r,s)}),{priority:t(262)}),e[t(259)][t(261)].on(t(251),((e,n,r)=>{const s=t,o=r[s(268)][s(242)](n[s(263)]);if(o)for(const t of o)t.is(s(255))&&(r[s(268)][s(269)](t,n[s(263)]),r[s(245)][s(236)](t))}),{priority:t(262)})}}const Us=Gs;function js(){const t=["data","removeMarker","customBulletedList","todoList","outdentList","_supportLegacySuggestions","getChanges","next","FORMAT_INDENT","listStyle","_registerLegacyDescription","locale","multipleBlocks","ELEMENT_TODO_LIST","forceValue","27925mRjUOk","schema","commandParams","todo","previousSibling","setSelection","11DgnGUa","meta","has","*Set format:* %0","isObject","config","listItemIdFixer","containsItem","push","from","64682XZBqWw","isLocal","trackChangesCommand","_suggestionFactory","documentList","document","455GjdxzW","TodoListEditing","customNumberedList","getFirstRange","nodeAfter","commands","afterInit","nextSibling","start","head","listType","bulletedList","change","519IHGHKq","oldValue","deletion","listMarker","isUndo","registerAttributeLabel","splitListItemBefore","_LIST","*Remove format:* %0","value","find","list.multiBlock","numbered","*Merge:* %0","execute","registerCustomCallback","8501380cplMXK","groupId","key","toUpperCase","mergeListItemForward","plugins","*Check item*","type","setAttribute","ELEMENT_","getFirstMarker","batch","assureChains","todoListCheck","*Format:* remove from %0","createPositionAt","listReversed","detach","includes","map","TrackChangesEditing","editor","attribute","registerElementLabel","ListEditing","refresh","_enableDefaultAttributesIntegration","*Split:* list item","todoListChecked","isNextTo","*Indent:* %0","registerDescriptionCallback","model","commandName","15537195NFFpJW","range","getSuggestions","format","length","createRange","_findSuggestions","registerPostFixer","fromRange","default","ELEMENT_NUMBERED_LIST","128znzant","getRanges","*Outdent:* %0","114737OrTJFn","bulleted","358260dFhdCv","1122jjWmku","*Uncheck item*","listIndent","listItemId","accept","selection","checkTodoList","attributeKey","attributes","18MMzsim","indentList","getAttribute","every","noTrackChangesFixer","listStart","*Merge:* list item","end","newValue","get","_descriptionFactory","ELEMENT_LIST_ITEM","_getAttributeKey","suggestion","filter","numberedList","listMarkerStyle","mergeListItemBackward","differ","*Format:* insert into %0","*Change to:* %0","formatBlock","parent","19428GeXDuX","splitListItemAfter","ELEMENT_BULLETED_LIST"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(879820===-parseInt(n(565))/1*(-parseInt(n(508))/2)+-parseInt(n(432))/3*(parseInt(n(531))/4)+-parseInt(n(549))/5*(-parseInt(n(499))/6)+-parseInt(n(496))/7*(-parseInt(n(493))/8)+parseInt(n(482))/9+-parseInt(n(448))/10*(parseInt(n(555))/11)+parseInt(n(498))/12*(-parseInt(n(419))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(425)](){const t=Us,e=this[t(469)];if(!e[t(453)][t(557)](t(472)))return;const n=e[t(545)],r=e[t(453)][t(517)](t(468)),s=e[t(453)][t(557)](t(420)),o=!!e[t(560)][t(517)](t(443));function i(e){const r=t;return{type:r(485),content:""+Wr(n,r(558),e)}}function a(e){const r=t;return{type:r(485),content:""+Wr(n,r(440),e)}}r[t(474)](t(523),[],[t(502),t(429),t(501)]),r[t(474)](t(430)),r[t(474)](t(421)),r[t(474)](t(536)),r[t(474)](t(509)),r[t(474)](t(538)),r[t(474)](t(532)),r[t(474)](t(438)),o&&(r[t(474)](t(525)),r[t(474)](t(452))),s&&(r[t(474)](t(537)),r[t(474)](t(505),[],[t(476)]),r[t(518)][t(479)]((e=>{const r=t,{data:s}=e;if(s&&r(476)==s[r(450)])return{type:r(485),content:s[r(516)]?Wr(n,r(454)):Wr(n,r(500))}})),this[t(469)][t(480)][t(418)][t(489)]((e=>{const n=t;if(e[n(459)][n(436)])return!1;let s=!1;const o=r[n(484)]({skipNotAttached:!0})[n(522)]((t=>n(476)===r[n(520)](t)));for(const t of o)n(552)!=t[n(422)]()[n(427)][n(423)][n(510)](n(429))&&(r[n(488)](t[n(422)](),n(470))[n(442)]((t=>n(429)===r[n(520)](t[n(521)])))||(e[n(535)](t[n(458)]()),s=!0));return s}))),r[t(518)][t(437)](t(501),Wr(n,t(542)));const c={type:t(485),content:""};r[t(518)][t(479)]((e=>{const r=t,{data:s}=e;if(!s||r(429)!=s[r(450)])return;let u=e[r(428)];for(;u;){if(u[r(534)]&&((r(543)==u[r(534)][r(450)]||r(524)==u[r(534)][r(450)])&&(u[r(534)][r(516)]&&r(491)!=u[r(534)][r(516)]||r(491)!=u[r(534)][r(433)]&&!s[r(516)])||!o&&u[r(534)][r(450)]==_c))return c;u=u[r(541)]}if(null==s[r(516)])switch(s[r(433)]){case r(497):return a(Wr(n,r(533)));case r(444):return a(Wr(n,r(492)));case r(552):return a(Wr(n,r(547)))}switch(s[r(516)]){case r(497):return i(Wr(n,r(533)));case r(444):return i(Wr(n,r(492)));case r(552):return i(Wr(n,r(547)))}})),r[t(518)][t(479)]((e=>{const n=t,{data:r}=e;if(r&&n(501)==r[n(450)])return null==r[n(516)]||null==r[n(433)]&&0==r[n(516)]?c:void 0})),r[t(518)][t(479)]((e=>{const r=t;if(r(470)!=e[r(455)])return;const{data:s}=e;if(!s||r(502)!=s[r(450)])return;const o=Hs(e);return o?r(516)==o?{type:r(485),content:Wr(n,r(514))}:r(433)==o?{type:r(485),content:Wr(n,r(475))}:c:c})),e[t(480)][t(418)][t(489)]((e=>this[t(561)](e))),e[t(480)][t(418)][t(489)]((e=>this[t(512)](e))),e[t(480)][t(418)][t(489)]((e=>this[t(460)](e))),this[t(539)]()}[Us(561)](t){const e=Us;if(t[e(459)][e(436)]||!t[e(459)][e(566)])return!1;let n=!1;const r=this[e(469)][e(453)][e(517)](e(468))[e(484)]({skipNotAttached:!0})[e(522)]((t=>t[e(534)]&&e(502)==t[e(534)][e(450)]))[e(522)]((t=>t[e(534)][e(516)]&&t[e(534)][e(433)]));for(const s of r)Hs(s)||(t[e(535)](s[e(458)]()),n=!0);return n}[Us(512)](t){const e=Us;if(t[e(459)][e(436)]||!t[e(459)][e(566)])return!1;const n=this[e(469)][e(453)][e(517)](e(468));if(n[e(567)][e(441)])return!1;let r=!1;const s=[e(429),e(502),e(501),e(543),e(513),e(464),e(461),e(435),e(524)],o=this[e(469)][e(480)][e(418)][e(526)][e(540)]()[e(522)]((t=>e(470)==t[e(455)]))[e(522)]((t=>s[e(466)](t[e(506)])));if(0==o[e(486)])return r;for(const i of o){const o=n[e(488)](i[e(483)],e(470))[e(522)]((t=>!t[e(556)][e(477)]))[e(467)]((t=>t[e(521)]))[e(522)]((t=>{const r=e,o=n[r(520)](t);return s[r(466)](o)}));if(o[e(486)]){for(const n of o)t[e(535)](n[e(458)]());r=!0}}return r}[Us(460)](t){const e=Us;if(t[e(459)][e(436)]||!t[e(459)][e(566)])return!1;const n=this[e(469)][e(453)][e(517)](e(468));let r=!1;const s=[e(429),e(502),e(501),e(543),e(513),e(464),e(461),e(435),e(524)];for(const t of n[e(484)]({skipNotAttached:!0})){const o=n[e(488)](t[e(422)](),e(470))[e(467)]((t=>t[e(521)]))[e(522)]((t=>t[e(534)]&&s[e(466)](t[e(534)][e(450)])));if(!o[e(486)])continue;const a=o[0][e(428)][e(507)][e(449)];if(!o[e(511)]((t=>t[e(507)][e(449)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(484)]({skipNotAttached:!0})[s(522)]((e=>s(470)==e[s(455)]&&e[s(507)][s(449)]==t)))e[s(456)](s(449),r)}function i(t,n){const r=e;let s=t[r(428)],i=!1;for(;s;)s[r(507)][r(449)]!=n&&(o(s[r(507)][r(449)],n),s[r(456)](r(449),n),i=!0),s=s[r(541)];return i}}[Us(539)](){const t=Us,e=this[t(469)],n=e[t(545)],r=e[t(453)][t(517)](t(468));this[t(544)](),r[t(568)][t(447)](t(529),t(417),t(503),(function(n,r){const s=t,o=[];for(let t of n)t[s(427)][s(423)]===t[s(515)][s(530)]&&(t=e[s(480)][s(487)](e[s(480)][s(463)](t[s(427)][s(423)],0))),o[s(563)](t);e[s(480)][s(431)]((t=>{const n=s,a=e[n(480)][n(418)][n(504)],c=Array[n(564)](a[n(494)]())[n(467)]((t=>i.LiveRange[n(490)](t)));t[n(554)](o),e[n(424)][n(517)](r[n(481)])[n(473)](),r[n(551)][n(563)]({forceDefaultExecution:!0}),e[n(446)](r[n(481)],...r[n(551)]),t[n(554)](c);for(const t of c)t[n(465)]()}))})),r[t(518)][t(471)]((function(n){const r=t,s=!e[r(480)][r(550)][r(559)](n),o=n[r(553)],i=n[r(426)],a=n[r(510)](r(502)),c=!o||o[r(510)](r(502))!==a,u=!i||i[r(510)](r(502))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(519),e)))}[Us(544)](){const t=Us,e=this[t(469)],n=e[t(545)];function r(n){const r=t,s=e[r(424)][r(517)](r(430))[r(441)],o=e[r(424)][r(517)](r(523))[r(441)];return r(523)===n?s:o}e[t(453)][t(517)](t(468))[t(518)][t(479)]((function(s){const o=t;if(o(529)!=s[o(455)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(481)]){case o(430):u=i[o(551)][0][o(548)],l=r(i[o(481)]),a=o(u?527:462),!l&&e[o(560)][o(517)](o(443))||(a=o(528)),c={type:o(485),content:Wr(n,a,Wr(n,o(533)))};break;case o(523):u=i[o(551)][0][o(548)],l=r(i[o(481)]),a=o(u?527:462),!l&&e[o(560)][o(517)](o(443))||(a=o(528)),c={type:o(485),content:Wr(n,a,Wr(n,o(492)))};break;case o(509):a=o(478),c={type:o(485),content:Wr(n,a,Wr(n,o(519)))};break;case o(538):a=function(t){const e=o,n=t[e(422)]();let r=n[e(427)][e(423)];for(;r&&n[e(562)](r);){if(r[e(510)](e(501))>0)return!1;r=r[e(426)]}return!0}(s)?Wr(n,o(462),Wr(n,function(t){const e=o;return e(457)+t[e(422)]()[e(427)][e(423)][e(510)](e(429))[e(451)]()+e(439)}(s))):Wr(n,o(495),Wr(n,o(519))),c={type:o(485),content:a};break;case o(525):case o(452):!1===i[o(546)]&&(a=o(445),c={type:o(434),content:Wr(n,a,Wr(n,o(519)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(422)]()[e(427)][e(423)][e(553)];for(;n;){const r=n[e(510)](e(502));if(!r)return!1;if(r==t[e(534)][e(516)])return e(516);if(r==t[e(534)][e(433)])return e(433);n=n[e(553)]}return!1}const Ws=Ks;function zs(){const t=["TrackChangesEditing","*Change to:* %0","square","*Format:* set start index to %0","_LIST_","ListPropertiesEditing","numbered","model","reversed","oldValue","lower-latin","list.properties","540VYzJdy","has","replace","_getTranslationKeyForListStyle","FORMAT_LIST_START","commandParams","_descriptionFactory","lower-roman","upper-latin","*Set format:* %0","key","_getAttributeKey","getFirstRange","find","684QHARrN","561MTHEbO","registerAttributeLabel","getAttribute","1602iPgoEu","*Format:* set order to regular","attribute","customNumbered","isUndo","commandName","get","nodeAfter","registerDescriptionCallback","bind","handleDescriptions","type","55RgFvyF","listType","224506ieCFWr","filter","119252QNhulA","bulleted","removeMarker","styles","25SjCLlr","start","getFirstMarker","12136sYGtrl","suggestion","registerPostFixer","editor","plugins","275320nOgmpi","next","upper-roman","_enableDefaultAttributesIntegration","afterInit","9672ZZPLyH","*Remove format:* %0","document","721CBCpuX","data","includes","startIndex","default","head","ELEMENT_","batch","formatBlock","_LIST_DEFAULT","format","config","*Format:* set order to reversed","FORMAT_LIST_REVERSED","_registerLegacyDescription","toUpperCase","getSuggestions","newValue","listReversed","listStart","decimal-leading-zero","locale","decimal","listStyle","circle","disc","_findSuggestions"];return(zs=function(){return t})()}function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=303]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(149324===parseInt(n(387))/1+parseInt(n(373))/2*(-parseInt(n(370))/3)+parseInt(n(389))/4*(parseInt(n(393))/5)+parseInt(n(355))/6*(parseInt(n(316))/7)+-parseInt(n(303))/8*(parseInt(n(369))/9)+parseInt(n(308))/10+parseInt(n(385))/11*(parseInt(n(313))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class Xs extends t.Plugin{[Ws(312)](){const t=Ws;if(!this[t(306)][t(307)][t(356)](t(348)))return;const e=this[t(306)][t(327)][t(379)](t(354)),n=this[t(306)][t(307)][t(379)](t(343));e[t(392)]&&n[t(311)](t(339),[],[t(339)]),e[t(351)]&&n[t(311)](t(334),[],[t(334)]),e[t(319)]&&n[t(311)](t(335),[],[t(335)]);const r={type:t(326),content:""};n[t(361)][t(381)](this[t(383)][t(382)](this));const s=this[t(306)][t(337)];n[t(361)][t(371)](t(334),Wr(s,t(329))),n[t(361)][t(381)]((e=>{const n=t,{data:s}=e;if(s&&n(334)==s[n(365)])return null==s[n(333)]||0==s[n(333)]&&null==s[n(352)]?r:void 0})),n[t(361)][t(371)](t(335),Wr(s,t(359))),n[t(361)][t(381)]((e=>{const n=t,{data:s}=e;if(s&&n(335)==s[n(365)])return null==s[n(333)]||1==s[n(333)]&&null==s[n(352)]?r:void 0})),this[t(306)][t(350)][t(315)][t(305)]((e=>{const r=t;if(e[r(323)][r(377)])return!1;let s=!1;const o=n[r(332)]({skipNotAttached:!0})[r(388)]((t=>{const e=r,s=n[e(366)](t);return e(335)==s||e(334)==s}));for(const t of o){const o=t[r(367)]()[r(394)][r(380)][r(372)](r(386));r(349)!=o&&r(376)!=o&&(n[r(342)](t[r(367)](),r(375))[r(368)]((t=>r(386)==n[r(366)](t[r(304)])))||(e[r(391)](t[r(395)]()),s=!0))}return s})),this[t(330)]()}[Ws(383)](t){const e=Ws,n=this[e(306)][e(337)],{data:r}=t,s={type:e(326),content:""};if(!r||e(339)!=r[e(365)])return;if(!r[e(352)])return e(320)==r[e(333)]?s:{type:e(326),content:""+Wr(n,e(364),Wr(n,this[e(358)](r[e(333)])))};if(!r[e(333)]){if(e(320)==r[e(352)])return s;let o=t[e(321)];for(;o;){if(o[e(317)]&&e(386)==o[e(317)][e(365)]&&o[e(317)][e(333)])return s;o=o[e(309)]}return{type:e(326),content:""+Wr(n,e(314),Wr(n,this[e(358)](r[e(352)])))}}if(e(320)!=r[e(333)])return{type:e(326),content:""+Wr(n,e(364),Wr(n,this[e(358)](r[e(333)])))};let o=t[e(321)];for(;o;){if(o[e(317)]&&e(386)==o[e(317)][e(365)]&&o[e(317)][e(333)]&&o[e(317)][e(352)])return s;o=o[e(309)]}const i=t[e(367)]()[e(394)][e(380)][e(372)](e(386));return{type:e(326),content:Wr(n,e(364),Wr(n,e(322)+i[e(331)]()+e(325)))}}[Ws(330)](){const t=Ws,e=this[t(306)],n=e[t(337)];e[t(307)][t(379)](t(343))[t(361)][t(381)]((e=>{const r=t;if(r(324)!=e[r(384)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(378)]){case r(339):o=r(344),i={type:r(326),content:Wr(n,o,Wr(n,this[r(358)](s[r(360)][0][r(384)])))};break;case r(334):o=s[r(360)][0][r(351)]?r(328):r(374),i={type:r(326),content:Wr(n,o)};break;case r(335):o=r(346),i={type:r(326),content:Wr(n,o,s[r(360)][0][r(319)])}}return i}))}[Ws(358)](t){const e=Ws;return e(322)+function(t){const n=e;return qs[n(318)](t)?n(390):Ys[n(318)](t)?n(349):null}(t)[e(331)]()+e(347)+t[e(331)]()[e(357)](/-/g,"_")}}const qs=[Ws(341),Ws(340),Ws(345)],Ys=[Ws(338),Ws(336),Ws(362),Ws(310),Ws(353),Ws(363)];var Js=n(507);const Qs=Zs;function Zs(t,e){const n=to();return(Zs=function(t,e){return n[t-=220]})(t,e)}!function(t,e){const n=Zs,r=t();for(;;)try{if(741927===parseInt(n(242))/1+-parseInt(n(220))/2+parseInt(n(225))/3*(-parseInt(n(245))/4)+parseInt(n(239))/5+parseInt(n(240))/6+parseInt(n(256))/7+-parseInt(n(260))/8*(parseInt(n(228))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Qs(236)](){return[Js.Enter]}[Qs(241)](){const t=Qs,e=this[t(233)],n=e[t(237)][t(231)](t(267)),r=e[t(230)][t(231)](t(262));n[t(270)](t(262),(()=>{const s=t;e[s(222)][s(224)]((t=>{const o=s,a=e[o(222)][o(252)][o(255)],c=a[o(266)](),u=i.LiveRange[o(229)](a[o(265)]());if(r[o(227)](t)){const r=e[o(222)][o(238)](c[o(247)][o(234)],0),s=t[o(263)](c,r);n[o(243)](s)}else t[o(259)](t[o(263)](u[o(248)]));u[o(232)](),r[o(264)](o(268),{writer:t})}))})),e[t(257)][t(271)].on(t(221),Fs(e,t(272)),{priority:t(249)}),e[t(257)][t(271)].on(t(250),((e,n,r)=>{const s=t,o=r[s(235)][s(223)](n[s(244)]);if(o)for(const t of o)t[s(269)](s(253))&&(r[s(235)][s(258)](t,n[s(244)]),r[s(246)][s(261)](t))}),{priority:t(249)}),e[t(273)][t(271)].on(t(221),((n,r,s)=>{const o=t;s[o(226)][o(254)]&&Fs(e,o(272),{showActiveMarker:!1})[o(251)](this)(n,r,s)}),{priority:t(249)})}}function to(){const t=["fromRange","commands","get","detach","editor","nextSibling","mapper","requires","plugins","createPositionAt","1328175XPwiNv","1466046qlqTEI","init","1464231rwIWPm","markInsertion","markerName","424SMbwtt","writer","parent","end","high","removeMarker:suggestion:insertion","bind","document","ck-suggestion-marker-split","showSuggestionHighlights","selection","7972706WYhmWz","editing","unbindElementFromMarkerName","setSelection","16247096ozlRCa","remove","enter","createRange","fire","getFirstRange","getFirstPosition","TrackChangesEditing","afterExecute","hasClass","enableCommand","downcastDispatcher","split","data","407010uJIfiW","addMarker:suggestion:insertion","model","markerNameToElements","change","3873SHSBCj","options","enterBlock","9PAGSga"];return(to=function(){return t})()}const eo=ro;function no(){const t=["createPositionAt","findPrevious","4739301xfySsY","4069048ytKIDN","handleFindCommand","replace","editor","get","findNext","1YxHEDY","plugins","model","end","getIntersection","990xRUDak","1898445voUlXl","has","477HVrPWU","enableCommand","replaceAll","markers","find","filter","47064SasIIO","bind","item","createRange","start","TrackChangesEditing","suggestion:deletion","22oKJyvN","afterInit","FindAndReplaceUtils","_isInDeletionRange","373310pSBCkU","34325ccRSiF","getMarkersGroup","string","FindAndReplaceEditing","findByTextCallback","7712940cGlWDO","getRange"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(615721===parseInt(n(461))/1*(parseInt(n(444))/2)+-parseInt(n(467))/3+parseInt(n(455))/4+-parseInt(n(445))/5*(parseInt(n(466))/6)+-parseInt(n(454))/7+parseInt(n(475))/8*(parseInt(n(469))/9)+parseInt(n(450))/10*(parseInt(n(440))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(441)](){const t=eo;if(!this[t(458)][t(462)][t(468)](t(448)))return;const e=this[t(458)][t(462)][t(459)](t(480));e[t(470)](t(473),this[t(456)][t(476)](this)),e[t(470)](t(460)),e[t(470)](t(453)),e[t(470)](t(457)),e[t(470)](t(471))}[eo(456)](t,e,n={}){const r=eo,s=this[r(458)][r(462)][r(459)](r(442));return t((t=>(r(447)==typeof e?s[r(449)](e,n):e)(t)[r(474)]((e=>!1===this[r(443)](e,t[r(477)])))),n)}[eo(443)](t,e){const n=eo,r=this[n(458)][n(463)][n(478)](this[n(458)][n(463)][n(452)](e,t[n(479)]),this[n(458)][n(463)][n(452)](e,t[n(464)]));for(const t of this[n(458)][n(463)][n(472)][n(446)](n(481)))if(null!==r[n(465)](t[n(451)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=131]})(t,e)}function ao(){const t=["TrackChangesEditing","*Reset font color*","config","normalizeSizeOptions","value","*Set font background color:* %0","get","*Reset font size*","toLowerCase","FORMAT_FONT_SIZE","FontColorEditing","4acLfae","FontSizeEditing","*Set font color:* %0","trim","find","afterInit","fontColor","plugins","fontSize","*Set font size:* %0","commandParams","FontFamilyEditing","type","_registerLegacyDescription","fontBackgroundColor.colors","registerDescriptionCallback","*Reset font background color*","registerAttributeLabel","commandName","*Reset font family*","1052230nbOrrx","FORMAT_FONT_BACKGROUND","fontBackgroundColor","FontBackgroundColorEditing","fontColor.colors","3850665cEuUbt","fontSize.options","has","3898584RjKeie","6186222joxfHY","model","FontSize","fontFamily","formatInline","FORMAT_FONT_COLOR","13185sjKVMs","1222065toVChY","locale","_enableDefaultAttributesIntegration","*Set font family:* %0","editor","label","title","443266KdsaHA","15728rQVszi","format","_descriptionFactory","FORMAT_FONT_FAMILY"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(725438===parseInt(n(144))/1+parseInt(n(180))/2+parseInt(n(188))/3+-parseInt(n(160))/4*(parseInt(n(137))/5)+parseInt(n(189))/6+parseInt(n(185))/7+-parseInt(n(145))/8*(parseInt(n(136))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(161),commandName:oo(168)},{pluginName:oo(171),commandName:oo(133)},{pluginName:oo(159),commandName:oo(166)},{pluginName:oo(183),commandName:oo(182)}];class uo extends t.Plugin{[oo(165)](){const t=oo,e=this[t(141)][t(138)],n=this[t(141)][t(167)][t(155)](t(149));for(const{pluginName:e,commandName:r}of co)this[t(141)][t(167)][t(187)](e)&&n[t(139)](r,[r]);e.t,n[t(147)][t(177)](t(168),Wr(e,t(158))),n[t(147)][t(177)](t(133),Wr(e,t(148))),n[t(147)][t(177)](t(166),Wr(e,t(135))),n[t(147)][t(177)](t(182),Wr(e,t(181))),this[t(173)]()}[oo(173)](){const t=oo,e=this[t(141)],n=e[t(138)];e[t(167)][t(155)](t(149))[t(147)][t(175)]((e=>{const r=t,o=n.t;if(r(134)!=e[r(172)])return;const{data:i}=e;if(null!=i){if(r(168)==i[r(178)]){const t=i[r(170)][0][r(153)];if(t){const e=o(this[r(141)][r(167)][r(155)](r(132))[r(152)](this[r(141)][r(151)][r(155)](r(186)))[r(164)]((e=>e[r(131)]==t))[r(143)])[r(157)]();return{type:r(146),content:Wr(n,r(169),e)}}return{type:r(146),content:Wr(n,r(156))}}if(r(133)==i[r(178)]){const t=i[r(170)][0][r(153)];return t?{type:r(146),content:Wr(n,r(140),t)}:{type:r(146),content:Wr(n,r(179))}}if(r(166)==i[r(178)]){const t=i[r(170)][0][r(153)];if(t){const e=(0,s.normalizeColorOptions)(this[r(141)][r(151)][r(155)](r(184)))[r(164)]((e=>e[r(131)]==t));let i=t,a="";return e&&(i=e[r(142)],a=o(i)[r(157)]()),{type:r(146),content:Wr(n,r(162),a)[r(163)](),color:{value:t,title:a||i}}}return{type:r(146),content:Wr(n,r(150))}}if(r(182)==i[r(178)]){const t=i[r(170)][0][r(153)];if(t){const e=(0,s.normalizeColorOptions)(this[r(141)][r(151)][r(155)](r(174)))[r(164)]((e=>e[r(131)]==t));let i=t,a="";return e&&(i=e[r(142)],a=o(i)[r(157)]()),{type:r(146),content:Wr(n,r(154),a)[r(163)](),color:{value:t,title:a||i}}}return{type:r(146),content:Wr(n,r(176))}}}}))}}const lo=fo;function fo(t,e){const n=go();return(fo=function(t,e){return n[t-=216]})(t,e)}!function(t,e){const n=fo,r=t();for(;;)try{if(130553===parseInt(n(270))/1+-parseInt(n(234))/2+parseInt(n(262))/3*(parseInt(n(261))/4)+-parseInt(n(252))/5*(parseInt(n(218))/6)+parseInt(n(232))/7*(parseInt(n(246))/8)+-parseInt(n(271))/9*(parseInt(n(223))/10)+-parseInt(n(258))/11*(parseInt(n(227))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(go);class ho extends t.Plugin{[lo(250)](){const t=lo,e=this[t(248)],n=e[t(217)][t(240)](t(226)),r=e[t(221)][t(240)](t(267)),s=e[t(221)][t(240)](t(244));r&&s&&(n[t(230)](t(244)),n[t(229)](t(267)),this[t(251)]())}[lo(251)](){const t=lo,e=this[t(248)],n=e[t(231)];e[t(217)][t(240)](t(226))[t(249)][t(243)]((r=>{const s=t;if(s(238)!=r[s(233)]&&s(236)!=r[s(233)])return;const{data:o}=r;if(o&&s(244)===o[s(241)]){const t=[],r=o[s(253)][0];for(const[n,o]of Object[s(257)](r))t[s(247)](po(e,n,o));return t[s(263)]?{type:s(245),content:Wr(n,s(235),t[s(259)](", "))}:{type:s(245),content:Wr(n,s(265))}}}))}}function go(){const t=["format","13896EBaecX","push","editor","_descriptionFactory","afterInit","_registerLegacyDescription","975LAuRnS","commandParams","boolean","split","config","entries","61259TtxGYi","join","slice","110648rpdryh","9XBHIjP","length","charAt","*Remove all formatting*","find","copyFormat","fontSize.options","normalizeSizeOptions","254826aeUHag","783yCNIVI","fontBackgroundColor","plugins","4374bLhUbX","fontColor.colors","toLowerCase","commands","fontColor","2570BIXnVp","model","label","TrackChangesEditing","132XIOXUe","fontSize","enableCommand","_enableDefaultAttributesIntegration","locale","231uAvXba","type","77614zuasqU","*Set format to:* %0","formatInline","title","formatBlock","FontSize","get","commandName","toUpperCase","registerDescriptionCallback","pasteFormat"];return(go=function(){return t})()}function po(t,e,n){const r=lo,o=t[r(231)].t,i=e[r(255)](/(?=[A-Z])/)[r(259)](" "),a=o(i[r(264)](0)[r(242)]()+i[r(260)](1))[r(220)]();if(r(254)==typeof n)return a;if(r(222)===e||r(216)===e){const e=(0,s.normalizeColorOptions)(t[r(256)][r(240)](r(219)))[r(266)]((t=>t[r(224)]==n));return a+" ("+(e?o(e[r(225)])[r(220)]():n)+")"}if(r(228)===e&&isNaN(parseFloat(n))){const e=t[r(217)][r(240)](r(239))[r(269)](t[r(256)][r(240)](r(268)))[r(266)]((t=>t[r(224)]==n));return a+" ("+(e?o(e[r(237)])[r(220)]():n)+")"}return a+" ("+n+")"}function mo(t,e){const n=Io();return(mo=function(t,e){return n[t-=392]})(t,e)}function Io(){const t=["3163666OHvHIA","registerElementLabel","get","351296xXOWPs","model","553196njGmOk","find","_enableDefaultAttributesIntegration","ELEMENT_HEADING_CUSTOM","plugins","value","66UIfENg","3hJGHiN","_getHeadingLevel","match","*Change to:* %0","commandName","formatBlock","name","registerDescriptionCallback","heading.options","1818RbolfP","79175OgoKvX","_descriptionFactory","title","editor","heading","129sAYSJU","commandParams","locale","HeadingEditing","6030kLnQCX","TrackChangesEditing","_headingOptions","config","type","ELEMENT_HEADING","format","73484nFpbiO","has","_registerLegacyDescription","afterInit","view","paragraph","13276opwWsP"];return(Io=function(){return t})()}const Eo=mo;!function(t,e){const n=mo,r=t();for(;;)try{if(105224===-parseInt(n(418))/1*(parseInt(n(399))/2)+-parseInt(n(433))/3*(parseInt(n(405))/4)+parseInt(n(428))/5*(-parseInt(n(417))/6)+parseInt(n(411))/7+parseInt(n(409))/8+parseInt(n(427))/9*(parseInt(n(392))/10)+parseInt(n(406))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[Eo(402)](){const t=Eo,e=this[t(431)];if(!e[t(415)][t(400)](t(436)))return;this[t(394)]=e[t(395)][t(408)](t(426));const n=e[t(435)],r=e[t(415)][t(408)](t(393));r[t(413)](t(432));for(const e of this[t(394)])t(404)!=e[t(410)]&&r[t(429)][t(407)](e[t(410)],(n=>{const r=t,i=this[r(419)](e[r(410)]);return null!==i?s(n,i):o(n,e[r(430)])}));function s(e,r){return Wr(n,t(397),[e,r])}function o(e,r){return Wr(n,t(414),[e,r])}this[t(401)]()}[Eo(401)](){const t=Eo,e=this[t(431)],n=e[t(435)];e[t(415)][t(408)](t(393))[t(429)][t(425)]((e=>{const r=t;if(r(423)!=e[r(396)])return;const{data:s}=e;if(s&&r(432)==s[r(422)]){const e=s[r(434)][0][r(416)],c=this[r(419)](e);if(null!==c)return{type:r(398),content:Wr(n,r(421),(1,a=c,Wr(n,r(397),[1,a])))};const u=this[r(394)][r(412)]((t=>t[r(410)]===e))[r(430)];return{type:r(398),content:Wr(n,r(421),(o=1,i=u,Wr(n,t(414),[o,i])))}}var o,i,a}))}[Eo(419)](t){const e=Eo;var n,r;const s=t[e(420)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(394)])||void 0===n?void 0:n[e(412)]((n=>n[e(410)]==t));if(o&&o[e(403)]){const t=o[e(403)],n=(null!==(r=t[e(424)])&&void 0!==r?r:t)[e(420)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=382]})(t,e)}function yo(){const t=["TrackChangesEditing","34968BhAECq","HighlightEditing","formatInline","399PUKKbQ","highlight","value","find","has","73812tbqoxR","_enableDefaultAttributesIntegration","*Set highlight:* %0","type","model","657GzFxzQ","format","commandName","config","FORMAT_HIGHLIGHT","1zmgmUp","editor","plugins","commandParams","_registerLegacyDescription","get","registerAttributeLabel","11QxRrAG","registerDescriptionCallback","highlight.options","title","3507291jysqBc","_descriptionFactory","*Remove highlight*","afterInit","934145HCtPho","color","619078rPRnAV","locale","4888420OuxRrA","20560590XsrXwX","toLowerCase"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(839984===parseInt(n(422))/1*(parseInt(n(398))/2)+parseInt(n(392))/3+parseInt(n(400))/4+-parseInt(n(396))/5+-parseInt(n(412))/6*(-parseInt(n(407))/7)+parseInt(n(404))/8*(-parseInt(n(417))/9)+parseInt(n(401))/10*(-parseInt(n(388))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(395)](){const t=To,e=this[t(382)];if(!e[t(383)][t(411)](t(405)))return;const n=e[t(383)][t(386)](t(403)),r=e[t(399)];n[t(413)](t(408),[t(408)]),n[t(393)][t(387)](t(408),Wr(r,t(421))),this[t(385)]()}[To(385)](){const t=To,e=this[t(382)],n=e[t(399)];e[t(383)][t(386)](t(403))[t(393)][t(389)]((r=>{const s=t;if(s(406)!=r[s(415)])return;const{data:o}=r;if(o&&s(408)==o[s(419)]){const t=n.t,r=o[s(384)][0][s(409)];if(r){const o=e[s(420)][s(386)](s(390))[s(410)]((t=>t[s(416)]==r)),i=t(o[s(391)])[s(402)]();return{type:s(418),content:Wr(n,s(414),i),color:{value:o[s(397)],title:o[s(391)]}}}return{type:s(418),content:Wr(n,s(394),Wr(n,s(421)))}}}))}}const ko=No;function Co(){const t=["plugins","ELEMENT_HORIZONTAL_LINE","77793yWErhu","showSuggestionHighlights","11396YsQXJR","14844DCPBFv","5373EkiDKV","createPositionAt","enableCommand","horizontalLine","ck-horizontal-line","createEmptyElement","_descriptionFactory","1341104wFhQwI","2630Jvshyc","TrackChangesEditing","high","elementToStructure","get","1544AuUnWK","2469MZxDYj","createContainerElement","7byxLky","afterInit","editor","1130wYcMkH","registerElementLabel","HorizontalLineEditing","8HGKPPH","4706AkrwmX","div","addClass","locale","1914mbKVRX","has","insert","dataDowncast","conversion","for"];return(Co=function(){return t})()}function No(t,e){const n=Co();return(No=function(t,e){return n[t-=391]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(187697===parseInt(n(413))/1*(parseInt(n(400))/2)+-parseInt(n(392))/3*(parseInt(n(391))/4)+-parseInt(n(397))/5*(-parseInt(n(405))/6)+parseInt(n(394))/7*(-parseInt(n(424))/8)+-parseInt(n(417))/9*(parseInt(n(425))/10)+-parseInt(n(415))/11+-parseInt(n(416))/12*(-parseInt(n(401))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class Lo extends t.Plugin{[ko(395)](){const t=ko,e=this[t(396)];if(!e[t(411)][t(406)](t(399)))return;e[t(411)][t(429)](t(426))[t(419)](t(420));const n=e[t(411)][t(429)](t(426)),r=e[t(404)];n[t(423)][t(398)](t(420),(e=>Wr(r,t(412),e))),e[t(409)][t(410)](t(408))[t(428)]({model:t(420),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(414)])return null;const o=n[s(393)](s(402)),i=n[s(422)]("hr");return n[s(403)](s(421),o),n[s(407)](n[s(418)](o,0),i),o},converterPriority:t(427)})}}function Ro(t,e){const n=Mo();return(Ro=function(t,e){return n[t-=438]})(t,e)}const So=Ro;function Mo(){const t=["1192249xSkTYF","formatBlock","*Change %0 content*","HtmlEmbed","_registerLegacyDescription","_enableDefaultAttributesIntegration","54AHktxu","format","1949170OQEGZy","6070336srBSHQ","5400143igsQES","2056554bERNwN","get","start","nodeAfter","commandName","htmlEmbed","registerDescriptionCallback","element","afterInit","getFirstRange","TrackChangesEditing","2013380HCkDVY","attribute","ELEMENT_HTML_EMBED","4lIinlD","editor","12QYRpLr","rawHtml","locale","4176963HtamPM","has","type","value","key","registerElementLabel","plugins","_descriptionFactory"];return(Mo=function(){return t})()}!function(t,e){const n=Ro,r=t();for(;;)try{if(730252===parseInt(n(463))/1+-parseInt(n(474))/2+-parseInt(n(455))/3*(parseInt(n(450))/4)+parseInt(n(471))/5*(-parseInt(n(452))/6)+parseInt(n(473))/7+parseInt(n(472))/8+-parseInt(n(469))/9*(-parseInt(n(447))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(444)](){const t=So,e=this[t(451)];if(!e[t(461)][t(456)](t(466)))return;const n=e[t(461)][t(475)](t(446)),r=e[t(454)];n[t(462)][t(460)](t(453),(e=>Wr(r,t(449),e))),n[t(468)](t(441),[],[t(458)]),n[t(462)][t(442)]((e=>{const n=t;if(n(448)!=e[n(457)])return;const{data:s}=e;if(s&&n(458)==s[n(459)]&&e[n(445)]()[n(438)][n(439)].is(n(443),n(453))){const t=Wr(r,n(449));return{type:n(470),content:Wr(r,n(465),t)}}})),this[t(467)]()}[So(467)](){const t=So,e=this[t(451)],n=e[t(454)];e[t(461)][t(475)](t(446))[t(462)][t(442)]((e=>{const r=t;if(r(464)!=e[r(457)])return;const{data:s}=e;if(s&&r(441)==s[r(440)]){const t=Wr(n,r(449));return{type:r(470),content:Wr(n,r(465),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Fo();return(Oo=function(t,e){return n[t-=305]})(t,e)}function Fo(){const t=["5605976MjVCVj","ELEMENT_IMAGE","plugins","schema","ImageEditing","FORMAT_IMAGE_SIZE","type","commandParams","ImageUtils","imageInline","registerElementLabel","toPrevious","nodeAfter","chain","fromPosition","993915ouHYKz","imageBlock","addObject","afterInit","5753630eNcpBx","formatInline","document","newValue","ELEMENT_INLINE_IMAGE","_suggestionFactory","_findSuggestions","get","ImageCaptionEditing","TrackChangesEditing","Inline image to block image","filter","*Reset image width*","insertion","width","subType","imageTypeBlock","has","backward","ImageInlineEditing","editor","isBefore","change","registerAttributeLabel","imageStylePreApply","join","caption","*Remove image text alternative*","removeObject","commandName","model","getNearestSelectionRange","locale","isIntersecting","toNext","imageTypeInline","isCollapsed","format","ImageCaptionUtils","561470WGsGZN","convertBlockImageToInline","length","enableCommand","start","getFirstRange","ELEMENT_CAPTION","33ysbNrT","previous","alt","53586HVDvkh","1RgSRKH","ImageTextAlternativeEditing","isOwn","element","end","find","toggleImageCaption","convertInlineImageToBlock","findIndex","833CQZzis","_enableDefaultAttributesIntegration","*Set image width:* %0","Block image to inline image","uploadImage","key","markInsertion","nodeBefore","discard","getSuggestionCallback","forceDefaultExecution","resizedWidth","5066479XImjhw","resizeImage","imageTextAlternative","formatBlock","markDeletion","12NtWrlJ","isEqual","imageCaption","attribute","registerCustomCallback","ImageUploadEditing","getContainedElement","ImageResize","deletion","selection","registerDescriptionCallback","getClosestSelectedImageElement","forward","9WqRIvX","_descriptionFactory","insertImage","createRange","isBlockImage","accept","ImageBlockEditing","markBlockFormat","createRangeOn","detach","getCaptionFromImageModelElement","370684gswePf","_registerLegacyDescription","*Set image text alternative:* %0"];return(Fo=function(){return t})()}!function(t,e){const n=Oo,r=t();for(;;)try{if(824989===parseInt(n(325))/1*(parseInt(n(314))/2)+parseInt(n(321))/3*(parseInt(n(375))/4)+parseInt(n(393))/5+parseInt(n(324))/6*(parseInt(n(334))/7)+-parseInt(n(378))/8*(parseInt(n(364))/9)+-parseInt(n(397))/10+-parseInt(n(346))/11*(parseInt(n(351))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[wo(396)](){const t=wo,e=this[t(417)];if(!e[t(380)][t(414)](t(382)))return;const n=e[t(380)][t(404)](t(406)),r=e[t(380)][t(404)](t(386)),s=e[t(307)];n[t(317)](t(366)),n[t(365)][t(388)](t(394),(e=>Wr(s,t(379),e))),n[t(365)][t(388)](t(387),(e=>Wr(s,t(401),e))),n[t(365)][t(388)](t(423),(()=>Wr(s,t(320)))),e[t(380)][t(414)](t(356))&&n[t(317)](t(338)),e[t(380)][t(414)](t(370))&&e[t(380)][t(414)](t(416))&&(n[t(317)](t(310),((s,o)=>{const i=t,a=r[i(362)](e[i(305)][i(399)][i(360)]);e[i(305)][i(419)]((()=>{const t=i;n[t(371)](a,{commandName:t(310),commandParams:[o]},[],t(315))}))})),n[t(317)](t(413),((s,o)=>{const a=t;e[a(305)][a(419)]((t=>{const c=a;let u=r[c(362)](e[c(305)][c(399)][c(360)]),l=t[c(372)](u);const f=i.LivePosition[c(392)](l[c(318)],c(389)),h=i.LivePosition[c(392)](l[c(329)],c(309));n[c(344)]((()=>s(o))),u=r[c(362)](e[c(305)][c(399)][c(360)]),l=t[c(372)](u);const g=t[c(367)](f,h);f[c(373)](),h[c(373)](),n[c(371)](u,{commandName:c(310),commandParams:[o]},[],c(332)),g[c(318)][c(418)](l[c(318)])&&n[c(340)](t[c(367)](g[c(318)],l[c(318)]),c(332)),l[c(329)][c(418)](g[c(329)])&&n[c(340)](t[c(367)](l[c(329)],g[c(329)]),c(332))}))})),n[t(402)][t(355)](t(349),t(332),t(422),(()=>!1)),n[t(402)][t(355)](t(349),t(332),t(369),(()=>!1)),n[t(402)][t(355)](t(349),t(332),t(342),n[t(402)][t(343)](t(349),"",t(369))),n[t(402)][t(355)](t(410),t(332),t(422),(()=>!1)),n[t(402)][t(355)](t(410),t(332),t(342),(([r])=>{const s=t,o=n[s(402)][s(343)](s(410),"",s(342));let i=r[s(318)],a=r[s(329)];const c=e[s(305)][s(381)][s(306)](i,s(415)),u=e[s(305)][s(381)][s(306)](a,s(363));c[s(311)]&&(i=c[s(318)]),u[s(311)]&&(a=u[s(329)]),o([e[s(305)][s(367)](i,a)])})),n[t(402)][t(355)](t(349),t(332),t(391),c),n[t(402)][t(355)](t(410),t(332),t(391),c)),e[t(380)][t(414)](t(405))&&(n[t(317)](t(331),((s,o)=>{const i=t,a=e[i(380)][i(404)](i(313));let c=r[i(362)](e[i(305)][i(399)][i(360)]),u=a[i(374)](c);e[i(305)][i(419)]((()=>{const t=i;if(u)return void n[t(350)](e[t(305)][t(372)](u));const l=r[t(368)](c);s(o),c=r[t(362)](e[t(305)][t(399)][t(360)]),u=a[t(374)](c),n[t(340)](e[t(305)][t(372)](u),l?null:t(353))}))})),n[t(402)][t(355)](t(410),t(353),t(391),c));const o=[{type:t(349),subType:t(421)},{type:t(410),subType:t(353)},{type:t(349),subType:t(332)},{type:t(410),subType:t(332)}];function a(e,s){const i=t,a=o[i(333)]((({type:t,subType:n})=>e[i(384)]==t&&e[i(412)]==n)),c=o[i(333)]((({type:t,subType:e})=>s[i(384)]==t&&s[i(412)]==e));if(a<0||c<0)return!1;const u=e[i(319)](),l=s[i(319)]();if((0==a||1==a)&&2==c&&u[i(308)](l))return!0;if(2==a&&3==c){const t=n[i(403)](u,i(410))[i(408)]((({suggestion:t,meta:e})=>e[i(327)]&&i(332)==t[i(412)]));if(t[i(316)]>1&&l[i(329)][i(352)](u[i(318)]))return!0;if(1==t[i(316)]&&(u[i(318)][i(352)](l[i(329)])||u[i(329)][i(352)](l[i(318)])))return!0}if(3==a&&3==c&&u[i(318)][i(418)](l[i(318)])){const t=u[i(329)][i(390)],e=l[i(318)][i(341)];return r[i(368)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(380)][t(414)](t(358))&&(n[t(335)](t(347),[],[t(345)]),n[t(365)][t(420)](t(345),Wr(s,t(383)))),e[t(380)][t(414)](t(326))&&n[t(335)](t(348),[],[t(323)]),n[t(365)][t(361)]((e=>{const n=t;if(o[n(330)]((({type:t,subType:r})=>e[n(384)]==t&&e[n(412)]==r)))return e[n(322)]?{}:void 0})),n[t(365)][t(361)]((e=>{const n=t;if(n(410)==e[n(384)]||n(359)==e[n(384)]){const t=e[n(357)]();if(t&&t.is(n(328),n(423)))return{type:n(410)==e[n(384)]?n(395):n(425),element:t,quantity:1}}})),n[t(365)][t(361)]((e=>t(349)==e[t(384)]&&t(332)==e[t(412)]?{type:t(312),content:t(407)}:t(349)==e[t(384)]&&t(315)==e[t(412)]?{type:t(312),content:t(337)}:void 0)),n[t(365)][t(361)]((e=>{const n=t;if(n(354)!=e[n(384)])return;const{data:r}=e;if(!r||n(323)!=r[n(339)])return;const o=r[n(400)];return o?{type:n(312),content:Wr(s,n(377),'"'+o+'"')}:{type:n(312),content:Wr(s,n(424))}})),this[t(376)]()}[wo(376)](){const t=wo,e=this[t(417)],n=e[t(307)];e[t(380)][t(404)](t(406))[t(365)][t(361)]((e=>{const r=t;if(r(349)!=e[r(384)]&&r(398)!=e[r(384)])return;const{data:s}=e;if(s){if(r(348)==s[r(426)]){const t=s[r(385)][0][r(400)];return t?{type:r(312),content:Wr(n,r(377),'"'+t+'"')}:{type:r(312),content:Wr(n,r(424))}}if(r(347)==s[r(426)]){const t=s[r(385)][0][r(411)];return t?{type:r(312),content:Wr(n,r(336),t)}:{type:r(312),content:Wr(n,r(409))}}}}))}}const xo=Po;function Po(t,e){const n=Bo();return(Po=function(t,e){return n[t-=221]})(t,e)}function Bo(){const t=["newValue","get","locale","_handleLegacySuggestions","accept","9ztjeUh","has","formatBlock","type","afterInit","key","5FcuEnE","commandName","*Format:* replace image URL","2057580AJwFNq","_enableDefaultAttributesIntegration","attribute","oldValue","registerDescriptionCallback","formatInline","src","ImageEditing","101223yMtoKd","139548GxMprv","_registerLegacyDescription","454490kjTCvv","discard","_suggestionFactory","editor","607680oqGgbk","*Replace image URL*","TrackChangesEditing","replaceImageSource","_descriptionFactory","1515976sWTRks","557644mVRJqB","getSuggestionCallback","registerCustomCallback","format","plugins"];return(Bo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(210721===parseInt(n(232))/1+parseInt(n(234))/2+parseInt(n(231))/3+parseInt(n(244))/4*(-parseInt(n(260))/5)+-parseInt(n(223))/6+parseInt(n(243))/7+parseInt(n(238))/8*(parseInt(n(254))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[xo(258)](){const t=xo;if(!this[t(237)][t(248)][t(255)](t(230)))return;const e=this[t(237)][t(251)],n=this[t(237)][t(248)][t(250)](t(240));n[t(224)](t(241),[],[t(229)]),n[t(242)][t(227)]((n=>{const r=t;if(r(225)!=n[r(257)])return;const{data:s}=n;return s&&r(229)==s[r(259)]?s[r(249)]&&s[r(226)]?{type:r(247),content:Wr(e,r(239))}:{type:r(247),content:""}:void 0})),this[t(252)]()}[xo(252)](){const t=xo,e=this[t(237)][t(248)][t(250)](t(240));e[t(236)][t(246)](t(256),t(241),t(253),e[t(236)][t(245)](t(256),null,t(235))),e[t(236)][t(246)](t(256),t(241),t(235),e[t(236)][t(245)](t(256),null,t(253))),this[t(233)]()}[xo(233)](){const t=xo,e=this[t(237)],n=e[t(251)];e[t(248)][t(250)](t(240))[t(242)][t(227)]((e=>{const r=t;if(r(256)!=e[r(257)]&&r(228)!=e[r(257)])return;const{data:s}=e;return s&&r(241)==s[r(221)]?{type:r(247),content:Wr(n,r(222))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=317]})(t,e)}function Vo(){const t=["convertInlineImageToBlock","type","hasSuggestion","_suggestionFactory","_splitMarkerName","imageStylePostApply","afterInit","isInContent","getFirstRange","imageTypeBlock","getSuggestion","join","2461278CZYbHn","forEach","imageStyle","newRange","suggestion","ImageUtils","document","subType","title","2648sWXNIR","isIntersecting","insertion","findIndex","_findSuggestions","accept","createRangeOn","author","refresh","registerDescriptionCallback","isInlineImage","1474jRDbOG","_descriptionFactory","setImageNaturalSizeAttributes","change","next","imageCaption","44532924CvfjWC","toLowerCase","editor","length","isEqual","nodeAfter","6IWxoIn","isBlockImage","model","commandName","get","2123109bPDXjH","imageStylePreApply","TrackChangesEditing","getClosestSelectedImageElement","649065wfXAtj","4000zKRVCi","imageTypeInline","getChangedMarkers","normalizedStyles","markInlineFormat","getContainedElement","*Format:* %0","format","discard","registerCustomCallback","nodeBefore","value","chain","has","locale","end","Users","8IXsCky","differ","selection","enableCommand","isOwn","ImageStyleEditing","7000693rBNZtb","1fCGkup","side","formatBlock","discardSuggestion","start","commandReversedParams","_registerLegacyDescription","FORMAT_SIDE_IMAGE","registerPostFixer","head","formatInline","shouldConvertImageType","markBlockFormat","getSuggestions","filter","1251jjsOak","commandParams","commands","isBefore","name","getSuggestionCallback","plugins","from"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(784971===parseInt(n(328))/1*(-parseInt(n(363))/2)+-parseInt(n(343))/3*(parseInt(n(372))/4)+-parseInt(n(404))/5*(parseInt(n(395))/6)+parseInt(n(327))/7*(-parseInt(n(321))/8)+-parseInt(n(400))/9+parseInt(n(405))/10*(-parseInt(n(383))/11)+parseInt(n(389))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[jo(357)](){const t=jo,n=this[t(391)];if(!n[t(349)][t(317)](t(326)))return;const r=n[t(349)][t(399)](t(402)),s=n[t(349)][t(399)](t(368)),o={};r[t(324)](t(365),((o,i)=>{const a=t,c=n[a(349)][a(399)](a(320)).me,u=n[a(345)][a(399)](a(365));let l=s[a(403)](n[a(397)][a(369)][a(323)]),f=n[a(397)][a(378)](l),h=u[a(416)];if(h==i[a(416)])return;const g={commandName:a(365),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(397)][a(386)]((()=>{const t=a;if(r[t(341)]()[t(342)]((e=>e[t(358)]&&c==e[t(379)]&&(t(330)==e[t(352)]||t(338)==e[t(352)])&&(t(401)==e[t(370)]||t(356)==e[t(370)])&&e[t(359)]()[t(393)](f)))[t(364)]((e=>r[t(331)](e[t(337)]))),l=s[t(403)](n[t(397)][t(369)][t(323)]),f=n[t(397)][t(378)](l),u[t(380)](),n[t(345)][t(399)](t(406))[t(380)](),n[t(345)][t(399)](t(360))[t(380)](),h=u[t(416)],h!=i[t(416)])return s[t(382)](l)&&u[t(339)](i[t(416)],l)?(o({...i,setImageSizes:!1}),l=s[t(403)](n[t(397)][t(369)][t(323)]),void r[t(340)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(401))):void(s[t(396)](l)?r[t(340)](l,g,[],t(356)):r[t(409)](f,g,t(356)))}))}));for(const e of n[t(349)][t(399)](t(326))[t(408)])o[e[t(347)]]=e[t(371)][t(390)]();r[t(354)][t(414)](t(330),t(401),t(362),(()=>!1)),r[t(354)][t(414)](t(330),t(356),t(362),(()=>!1)),r[t(354)][t(414)](t(338),t(356),t(362),(()=>!1)),r[t(354)][t(414)](t(330),t(401),t(377),(([e])=>{const n=t;s[n(385)](e[n(410)]())})),r[t(354)][t(414)](t(330),t(401),t(413),((e,n)=>{const s=t;r[s(354)][s(348)](s(330),"",s(377))(e,{commandName:n[s(398)],commandParams:n[s(333)]})})),r[t(354)][t(414)](t(330),t(401),t(417),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(330),subType:t(401)},{type:t(374),subType:t(388)},{type:t(330),subType:t(351)},{type:t(374),subType:t(351)}];function a(e,n){const o=t,a=i[o(375)]((({type:t,subType:n})=>e[o(352)]==t&&e[o(370)]==n)),c=i[o(375)]((({type:t,subType:e})=>n[o(352)]==t&&n[o(370)]==e));if(a<0||c<0)return!1;const u=e[o(359)](),l=n[o(359)]();if((0==a||1==a)&&2==c&&u[o(373)](l))return!0;if(2==a&&3==c){const t=r[o(376)](u,o(374))[o(342)]((({suggestion:t,meta:e})=>e[o(325)]&&o(351)==t[o(370)]));if(t[o(392)]>1&&l[o(319)][o(393)](u[o(332)]))return!0;if(1==t[o(392)]&&(u[o(332)][o(393)](l[o(319)])||u[o(319)][o(393)](l[o(332)])))return!0}if(3==a&&3==c&&u[o(332)][o(346)](l[o(332)])){const t=u[o(319)][o(394)],e=l[o(332)][o(415)];return s[o(396)](t)&&t===e}return!1}n[t(397)][t(369)][t(336)]((()=>{const e=t;let o=!1;const i=Array[e(350)](n[e(397)][e(369)][e(322)][e(407)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(355)](t);if(e(367)==i&&r[e(353)](u)){if(e(330)==a&&(e(401)==c||e(356)==c)){const t=r[e(361)](u);if(n[e(366)]){const n=t[e(359)]()[e(410)]();if(s[e(396)](n))continue;r[e(331)](t),o=!0}}if(e(374)==a&&e(388)==c&&!n[e(366)]){const t=r[e(361)](u);t[e(387)]&&t[e(387)][e(358)]&&(r[e(331)](t[e(387)]),o=!0)}}}return o})),this[t(334)](o)}[jo(334)](t){const e=jo,n=this[e(391)],r=n[e(318)];n[e(349)][e(399)](e(402))[e(384)][e(381)]((n=>{const s=e;if(s(330)!=n[s(352)]&&s(338)!=n[s(352)])return;const{data:o}=n;if(!o||s(365)!=o[s(398)])return;const i=o[s(344)][0][s(416)];return function(t){const e=s;return{type:e(412),content:Wr(r,e(411),t)}}(s(329)===i?Wr(r,s(335)):t[i]||i)}))}}function Wo(t,e){const n=Ko();return(Wo=function(t,e){return n[t-=498]})(t,e)}const zo=Wo;function Ko(){const t=["7XPNZgo","15473YLFOwH","TrackChangesEditing","importWord","trackChanges","4795212WXhpcX","afterInit","3ErexIT","collaboration_features","listenTo","execute","51021XperqY","_trackChangesExecuted","_setSuggestionData","value","get","commands","forEach","239055lWGEmO","lowest","enableCommand","2481610GanekM","dataInsert","4WxKYXe","764418mxBnPh","high","208WdyEcD","Users","editor","_handleImportedData","track_changes","11WIVnWw","824196oFpbpc","_trackChangesValueDuringImport","plugins","bind"];return(Ko=function(){return t})()}!function(t,e){const n=Wo,r=t();for(;;)try{if(141431===-parseInt(n(511))/1*(parseInt(n(533))/2)+-parseInt(n(517))/3*(parseInt(n(506))/4)+-parseInt(n(528))/5+-parseInt(n(498))/6*(-parseInt(n(510))/7)+parseInt(n(500))/8*(parseInt(n(521))/9)+-parseInt(n(531))/10*(parseInt(n(505))/11)+parseInt(n(515))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ko);class Xo extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(507)]=!1,this[e(522)]=!1}[zo(516)](){const t=zo,e=this[t(502)],n=e[t(526)][t(525)](t(513)),r=e[t(526)][t(525)](t(514));n&&(n.on(t(520),((e,[,n])=>{const s=t;this[s(507)]=r[s(524)],n[s(518)][s(504)]=!this[s(507)]}),{priority:t(499)}),this[t(519)](n,t(532),this[t(503)][t(509)](this)),this[t(519)](n,t(532),(()=>{const e=t;this[e(522)]&&(r[e(520)](),this[e(522)]=!1)}),{priority:t(529)}),e[t(508)][t(525)](t(512))[t(530)](t(513)))}[zo(503)](t,e){const n=zo,{suggestions:r}=e,s=this[n(502)][n(526)][n(525)](n(514)),o=s[n(524)];this[n(507)]!==o&&(s[n(520)](),this[n(522)]=!0),r&&r[n(527)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(502)][o(508)][o(525)](o(501)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(513)}}};this[o(502)][o(508)][o(525)](o(512))[o(523)](i)}))}}function qo(t,e){const n=Qo();return(qo=function(t,e){return n[t-=445]})(t,e)}const Yo=qo;!function(t,e){const n=qo,r=t();for(;;)try{if(475237===-parseInt(n(460))/1+-parseInt(n(463))/2*(parseInt(n(448))/3)+parseInt(n(466))/4*(parseInt(n(471))/5)+-parseInt(n(472))/6*(parseInt(n(445))/7)+-parseInt(n(458))/8+-parseInt(n(459))/9+-parseInt(n(484))/10*(-parseInt(n(480))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qo);class Jo extends t.Plugin{[Yo(455)](){const t=Yo,e=this[t(470)],n=e[t(482)][t(464)](t(452));if(e[t(482)][t(450)](t(478))&&(n[t(474)](t(468)),n[t(474)](t(446))),e[t(482)][t(450)](t(454)))for(const e of[t(483),t(461)])n[t(477)](e);const r=e[t(465)];n[t(449)](t(447)),n[t(467)][t(469)](t(447),Wr(r,t(473))),this[t(479)]()}[Yo(479)](){const t=Yo,e=this[t(470)],n=e[t(465)],r=e[t(482)][t(464)](t(452));r[t(467)][t(481)]((e=>{const s=t;if(s(462)!=e[s(453)])return;const{data:o}=e;if(!o)return;if(s(483)!=o[s(485)]&&s(461)!=o[s(485)])return;const i=e[s(456)]()[0],a=r[s(467)][s(451)](i);return s(483)==o[s(485)]?{type:s(475),content:Wr(n,s(476),a)}:s(461)==o[s(485)]?{type:s(475),content:Wr(n,s(457),a)}:void 0}))}}function Qo(){const t=["TrackChangesEditing","type","IndentBlock","afterInit","getItems","*Outdent:* %0","6941504VyNCRL","7076889zWMyvH","718271RkeSKQ","outdentBlock","formatBlock","49462HmOCxg","get","locale","4FmOLSk","_descriptionFactory","indent","registerAttributeLabel","editor","303815xznlWN","285006kfuHyF","FORMAT_INDENT","enableCommand","format","*Indent:* %0","_enableDefaultAttributesIntegration","IndentEditing","_registerLegacyDescription","451BwvJzH","registerDescriptionCallback","plugins","indentBlock","929690qYxswB","commandName","49fHtYjp","outdent","blockIndent","84uBjUUF","_registerBlockAttribute","has","getItemLabel"];return(Qo=function(){return t})()}var Zo=ti;function $o(){var t=["get","83128sMGEzI","7848200IQAMSj","8LpLWIu","input","7esPYJr","TrackChangesEditing","enableCommand","1236008ceteqx","plugins","requires","editor","22lHoBuG","8286618FAjzqB","1GVqDiz","144690BFikDK","369krpnrM","229660Hakmdy","init","4395987qNylwi","4596zUruss"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=440]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(798889===-parseInt(n(450))/1*(-parseInt(n(444))/2)+-parseInt(n(455))/3+-parseInt(n(460))/4*(parseInt(n(453))/5)+parseInt(n(449))/6*(-parseInt(n(441))/7)+-parseInt(n(458))/8*(-parseInt(n(452))/9)+parseInt(n(459))/10*(-parseInt(n(448))/11)+-parseInt(n(456))/12*(-parseInt(n(451))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Zo(446)](){return[Ms.Input]}[Zo(454)](){var t=Zo;this[t(447)][t(445)][t(457)](t(442))[t(443)](t(440))}}function ni(){const t=["1934DTtxfC","newValue","formatInline","afterInit","get","*Set link:* %0","1990gIIhtL","key","5309440WCiDOP","2387634yyZMuU","toLowerCase","map","_registerLegacyDescription","commands","format","unlink","manualDecorators","plugins","commandName","1132tbDLkD","type","has","link","commandParams","7561218UhLKXK","TrackChangesEditing","*Remove link*","_enableDefaultAttributesIntegration","10855350SlNsFR","locale","_descriptionFactory","registerDescriptionCallback","6798zcshgi","LinkEditing","1904568ASytMv","label","link (","editor","registerAttributeLabel","linkHref","attribute"];return(ni=function(){return t})()}const ri=si;function si(t,e){const n=ni();return(si=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(718695===parseInt(n(437))/1*(parseInt(n(459))/2)+parseInt(n(427))/3+parseInt(n(426))/4+parseInt(n(465))/5*(-parseInt(n(450))/6)+-parseInt(n(442))/7+parseInt(n(452))/8+-parseInt(n(446))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ni);class oi extends t.Plugin{[ri(462)](){const t=ri,e=this[t(455)];if(!e[t(435)][t(439)](t(451)))return;const n=e[t(435)][t(463)](t(443)),r=e[t(431)][t(463)](t(440));n[t(445)](t(440),[t(457),...r[t(434)][t(429)]((t=>t.id))]),n[t(445)](t(433));for(const e of r[t(434)])n[t(448)][t(456)](e.id,t(454)+e[t(453)][t(428)]()+")");n[t(448)][t(449)]((n=>{const r=t;if(r(458)!=n[r(438)])return;const{data:s}=n;if(!s||r(457)!=s[r(466)])return;const o=s[r(460)],i=e[r(447)];return{type:r(432),content:null==o?Wr(i,r(444)):Wr(i,r(464),'"'+o+'"')}})),this[t(430)]()}[ri(430)](){const t=ri,e=this[t(455)],n=e[t(447)];e[t(435)][t(463)](t(443))[t(448)][t(449)]((e=>{const r=t;if(r(461)!=e[r(438)])return;const{data:s}=e;if(s){if(r(440)==s[r(436)]){const t=s[r(441)][0];return{type:r(432),content:Wr(n,r(464),'"'+t+'"')}}return r(433)==s[r(436)]?{type:r(432),content:Wr(n,r(444))}:void 0}}))}}function ii(t,e){const n=ui();return(ii=function(t,e){return n[t-=107]})(t,e)}const ai=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(924704===parseInt(n(187))/1*(-parseInt(n(125))/2)+-parseInt(n(111))/3*(-parseInt(n(141))/4)+parseInt(n(138))/5*(-parseInt(n(169))/6)+-parseInt(n(135))/7*(parseInt(n(124))/8)+-parseInt(n(132))/9*(parseInt(n(178))/10)+-parseInt(n(145))/11*(parseInt(n(192))/12)+parseInt(n(133))/13*(parseInt(n(186))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ui);class ci extends t.Plugin{[ai(191)](){const t=ai,e=this[t(163)],n=e[t(147)];if(!e[t(158)][t(177)](t(129)))return;const r=e[t(158)][t(173)](t(171)),s=e[t(158)][t(177)](t(148));function o(t){return()=>{const n=ii,s=e[n(109)][n(126)][n(144)],o=e[n(151)][n(173)](t);if(o[n(196)])return void e[n(185)](n(183),{});const i=t[n(181)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(131)](t)[s(168)]((t=>function(t,e){const n=s;return e[n(149)](t[n(123)],n(107))&&!e[n(150)](t)}(t,r)));o=o[s(168)]((t=>!t.is(s(153),s(107))||t[s(115)](s(142))!=e));const i=new Set;for(const t of o)t.is(s(153),s(107))?i[s(182)](li(t)):i[s(182)](t);return Array[s(131)](i)}(s[n(140)](),i,e[n(109)][n(194)]);e[n(109)][n(130)]((()=>{const e=n;for(const n of a)r[e(154)](n,{commandName:t,commandParams:[{forceValue:!o[e(196)]}],formatGroupId:e(114)},fi(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(131)](t);const r=n[e(116)]((t=>e(107)!=t[e(190)]));return r>-1&&(n=n[e(181)](0,r)),n}(e[n(109)][n(126)][n(144)][n(140)]()),o=e[n(109)][n(161)](e[n(109)][n(134)](s[0],n(139)),e[n(109)][n(134)](s[s[n(180)]-1],n(159)));e[n(109)][n(130)]((()=>{const e=n;r[e(154)](o,{commandName:t,commandParams:[],formatGroupId:e(152)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(189)];for(;t&&t[n(115)](n(152))>e[n(115)](n(152));)r[n(182)](t),t=t[n(189)]}return Array[n(131)](r)}(s))}))}}r[t(117)](t(176),o(t(176))),r[t(117)](t(164),o(t(164))),s&&r[t(117)](t(155),o(t(155))),r[t(117)](t(184),i(t(184))),r[t(117)](t(170),i(t(170))),s&&r[t(117)](t(110),(()=>{const n=t,s=e[n(151)][n(173)](n(110)),o=Array[n(131)](s[n(113)]);o[n(168)]((t=>t[n(115)](n(174))!=s[n(196)])),e[n(109)][n(130)]((()=>{const t=n;for(const e of o)r[t(154)](e,{commandName:t(110),commandParams:[{forceValue:!s[t(196)]}]})}))})),r[t(160)][t(136)](t(107),(e=>Wr(n,t(146),e))),r[t(160)][t(156)]((e=>{const r=t;if(r(188)!=e[r(172)]&&r(143)!=e[r(172)])return;const{data:s}=e;if(s){if(r(176)==s[r(118)]||r(164)==s[r(118)]||r(155)==s[r(118)])switch(s[r(118)][r(128)](r(165),"")){case r(122):return o(Wr(n,r(119)));case r(157):return o(Wr(n,r(195)));case r(108):return o(Wr(n,r(127)))}if(r(184)==s[r(118)])return{type:r(193),content:Wr(n,r(121),Wr(n,r(146)))};if(r(170)==s[r(118)])return{type:r(193),content:Wr(n,r(162),Wr(n,r(146)))};if(r(110)==s[r(118)])return s[r(175)][0][r(112)]?{type:r(193),content:Wr(n,r(137))}:{type:r(193),content:Wr(n,r(166))}}function o(t){const e=r;return{type:e(193),content:Wr(n,e(120),t)}}}))}}function ui(){const t=["forceValue","_selectedElements","blockName","getAttribute","findIndex","enableCommand","commandName","ELEMENT_BULLETED_LIST","*Change to:* %0","*Indent:* %0","bulleted","parent","496TMfiwk","609266LxSsHl","document","ELEMENT_TODO_LIST","replace","LegacyListEditing","change","from","10071QvKmQA","13bWYLxX","createPositionAt","179984jOWsky","registerElementLabel","*Check item*","6455wpurNv","before","getSelectedBlocks","1060dJnEZw","listType","formatInline","selection","11QVLyFw","ELEMENT_LIST_ITEM","locale","LegacyTodoListEditing","checkChild","isObject","commands","listIndent","element","markBlockFormat","todoList","registerDescriptionCallback","numbered","plugins","end","_descriptionFactory","createRange","*Outdent:* %0","editor","bulletedList","List","*Uncheck item*","previousSibling","filter","3486ZpjtIj","outdentList","TrackChangesEditing","type","get","todoListChecked","commandParams","numberedList","has","13970LfJSpP","push","length","slice","add","paragraph","indentList","execute","76286868EIHKWW","4tFmLER","formatBlock","nextSibling","name","afterInit","5980596wXSTsM","format","schema","ELEMENT_NUMBERED_LIST","value","listItem","todo","model","checkTodoList","12453cEsrJH"];return(ui=function(){return t})()}function li(t){const e=ai,n=t[e(115)](e(152));if(0==n)return t;let r=t;for(;t[e(167)]&&t[e(167)].is(e(153),e(107));){const s=t[e(167)][e(115)](e(152));if(s==n)r=t[e(167)];else if(s<n)break;t=t[e(167)]}return r}function fi(t){const e=ai,n=[];if(t.is(e(153),e(107))&&t[e(115)](e(152))>0){let r=t[e(189)];for(;r&&e(107)==r[e(190)]&&r[e(115)](e(152))==t[e(115)](e(152));)n[e(179)](r),r=r[e(189)]}return n}function hi(t,e){const n=pi();return(hi=function(t,e){return n[t-=437]})(t,e)}const gi=hi;!function(t,e){const n=hi,r=t();for(;;)try{if(680783===-parseInt(n(445))/1*(parseInt(n(476))/2)+parseInt(n(494))/3*(-parseInt(n(496))/4)+parseInt(n(439))/5+parseInt(n(507))/6*(-parseInt(n(449))/7)+-parseInt(n(477))/8*(parseInt(n(444))/9)+-parseInt(n(503))/10+parseInt(n(470))/11*(parseInt(n(461))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pi);class di extends t.Plugin{[gi(515)](){const t=gi;if(!this[t(463)][t(451)][t(502)](t(498)))return;const e=this[t(463)][t(495)][t(446)](t(442)),n=this[t(463)][t(451)][t(446)](t(500));e[t(438)]&&n[t(505)](t(506),this[t(486)][t(516)](this)),e[t(488)]&&n[t(505)](t(481),this[t(440)][t(516)](this)),e[t(491)]&&n[t(505)](t(459),this[t(483)][t(516)](this)),n[t(437)][t(460)](this[t(480)][t(516)](this))}[gi(486)](t,e={}){const n=gi,r=this[n(463)][n(451)][n(446)](n(500)),s=this[n(465)]();this[n(463)][n(499)][n(452)]((()=>{const t=n;r[t(509)](s,{commandName:t(506),commandParams:[{type:e[t(514)]}],formatGroupId:t(506)})}))}[gi(440)](t,e={}){const n=gi,r=this[n(463)][n(451)][n(446)](n(500)),s=this[n(447)]((t=>t.is(n(501),n(456))&&n(504)===t[n(462)](n(469))));if(s[n(448)]<1)return;const o=s[n(487)]((t=>this[n(463)][n(499)][n(455)](this[n(463)][n(499)][n(517)](t,n(464)),this[n(463)][n(499)][n(517)](t,0))));this[n(463)][n(499)][n(452)]((()=>{const t=n;r[t(509)](o,{commandName:t(481),commandParams:[{reversed:e[t(488)]}],formatGroupId:t(481)})}))}[gi(483)](t,e={}){const n=gi,r=this[n(463)][n(451)][n(446)](n(500)),s=this[n(447)]((t=>t.is(n(501),n(456))&&n(504)===t[n(462)](n(469))));if(s[n(448)]<1)return;const o=s[n(487)]((t=>this[n(463)][n(499)][n(455)](this[n(463)][n(499)][n(517)](t,n(464)),this[n(463)][n(499)][n(517)](t,0))));this[n(463)][n(499)][n(452)]((()=>{const t=n;r[t(509)](o,{commandName:t(459),commandParams:[{startIndex:e[t(491)]}],formatGroupId:t(459)})}))}[gi(480)](t){const e=gi;if(e(478)!=t[e(514)]&&e(479)!=t[e(514)])return;const n=this[e(463)][e(489)],{data:r}=t;if(!r)return;let s,o;switch(r[e(473)]){case e(506):s=e(513),o={type:e(510),content:Wr(n,s,Wr(n,this[e(482)](r[e(450)][0][e(514)])))};break;case e(481):s=r[e(450)][0][e(488)]?e(457):e(492),o={type:e(510),content:Wr(n,s)};break;case e(459):s=e(458),o={type:e(510),content:Wr(n,s,r[e(450)][0][e(491)])}}return o}[gi(465)](){const t=gi;var e,n,r,s;const o=this[t(463)][t(451)][t(446)](t(475));let i=Array[t(508)](this[t(463)][t(499)][t(471)][t(453)][t(484)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(501),t(456)))&&i[t(512)](...o[t(443)](this[t(463)][t(499)][t(471)][t(453)][t(441)](),t(497))),(null===(n=i[i[t(448)]-1])||void 0===n?void 0:n.is(t(501),t(456)))&&i[t(490)](...o[t(443)](this[t(463)][t(499)][t(471)][t(453)][t(468)](),t(474))),i=[...new Set(i)],(null===(s=null===(r=this[t(463)][t(499)][t(471)][t(453)][t(441)]())||void 0===r?void 0:r[t(485)])||void 0===s?void 0:s.is(t(501),t(456)))&&(i=i[t(518)]((e=>e.is(t(501),t(456))))),i}[gi(447)](t){const e=gi,n=this[e(463)][e(451)][e(446)](e(475));let r=Array[e(508)](this[e(463)][e(499)][e(471)][e(453)][e(484)]())[e(518)](t)[e(487)]((t=>{const r=e,s=this[r(463)][r(499)][r(517)](t,0);return[...n[r(443)](s,r(497)),...n[r(443)](s,r(474))]}))[e(493)]();return r=[...new Set(r)],r}[gi(482)](t){const e=gi;return e(467)+this[e(463)][e(451)][e(446)](e(475))[e(454)](t)[e(466)]()+e(472)+t[e(466)]()[e(511)](/-/g,"_")}}function pi(){const t=["handleListStartCommand","getSelectedBlocks","parent","handleListStyleCommand","map","reversed","locale","push","startIndex","*Format:* set order to regular","flat","1065ELBEVB","config","14192WGiUra","backward","LegacyListPropertiesEditing","model","TrackChangesEditing","element","has","1447440NqkMDc","numbered","enableCommand","listStyle","6KYKxDK","from","markMultiRangeBlockFormat","format","replace","unshift","*Change to:* %0","type","afterInit","bind","createPositionAt","filter","_descriptionFactory","styles","6307565aBvWxx","handleListReversedCommand","getFirstPosition","list.properties","getSiblingNodes","1485TeuYRx","63306UuWOvP","get","_getSuggestionBlocks","length","701813GWiDPa","commandParams","plugins","change","selection","getListTypeFromListStyleType","createRange","listItem","*Format:* set order to reversed","*Format:* set start index to %0","listStart","registerDescriptionCallback","50928qmncnT","getAttribute","editor","before","_getSuggestionBlocksForListStyle","toUpperCase","ELEMENT_","getLastPosition","listType","3608yuNHpk","document","_LIST_","commandName","forward","LegacyListUtils","8JjeSxw","10424eNTuQA","formatBlock","formatInline","handleDescriptions","listReversed","_getTranslationKeyForListStyle"];return(pi=function(){return t})()}const mi=Ii;function Ii(t,e){const n=bi();return(Ii=function(t,e){return n[t-=141]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(368356===parseInt(n(177))/1*(parseInt(n(152))/2)+-parseInt(n(161))/3+-parseInt(n(157))/4+parseInt(n(178))/5*(parseInt(n(162))/6)+-parseInt(n(159))/7*(parseInt(n(142))/8)+-parseInt(n(154))/9*(parseInt(n(171))/10)+parseInt(n(145))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bi);class Ei extends t.Plugin{[mi(148)](){const t=mi,e=this[t(172)];if(!e[t(141)][t(147)](t(163)))return;const n=e[t(141)][t(150)](t(170)),r=e[t(166)];n[t(174)](t(169)),n[t(176)][t(153)](t(156),(e=>Wr(r,t(158),e))),e[t(165)][t(167)](t(151))[t(160)]({model:t(156),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(155)])return n[s(146)](s(173))},converterPriority:t(175)}),e[t(149)][t(143)].on(t(164),((e,n,r)=>{const s=t;r[s(144)][s(155)]&&e[s(168)]()}),{priority:t(175)})}}function bi(){const t=["TrackChangesEditing","10yDWeGZ","editor","div","enableCommand","high","_descriptionFactory","30146XhoGVU","61950msbzHH","plugins","24ViIhEc","downcastDispatcher","options","16398448VwiqKQ","createEmptyElement","has","afterInit","data","get","dataDowncast","14XBezlw","registerElementLabel","1784817kWogbr","showSuggestionHighlights","media","2565168jsvpcN","ELEMENT_MEDIA","640591jVazbD","elementToElement","918060epjnQp","42FZiPJS","MediaEmbedEditing","attribute:url:media","conversion","locale","for","stop","mediaEmbed"];return(bi=function(){return t})()}const Ti=_i;function _i(t,e){const n=Ai();return(_i=function(t,e){return n[t-=380]})(t,e)}!function(t,e){const n=_i,r=t();for(;;)try{if(861589===-parseInt(n(389))/1+parseInt(n(390))/2+-parseInt(n(381))/3*(-parseInt(n(388))/4)+parseInt(n(392))/5+parseInt(n(387))/6+parseInt(n(394))/7*(parseInt(n(382))/8)+-parseInt(n(384))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[Ti(391)](){const t=Ti,e=this[t(393)];e[t(385)][t(386)](t(396))&&e[t(385)][t(395)](t(380))[t(397)](t(383))}}function Ai(){const t=["enableCommand","TrackChangesEditing","799491DIWZUj","6771472YJdBeS","mention","20397816BWYpgy","plugins","has","6751548wmfWcO","8yOlTNl","1485048XdKHXU","2628706fClHoT","afterInit","3970110AOpmPB","editor","7FyLnrz","get","MentionEditing"];return(Ai=function(){return t})()}function ki(t,e){const n=Ni();return(ki=function(t,e){return n[t-=295]})(t,e)}const Ci=ki;function Ni(){const t=["1523442nYqOnB","*Remove format:* %0","TrackChangesEditing","oldValue","format","657705oPLbTT","next","1RdhyoB","7TeJdTp","get","_descriptionFactory","newValue","2361861JbGOYh","head","key","listMarkerStyle","MultiLevelList","afterInit","plugins","7387390kKzoCr","handleDescriptions","editor","ELEMENT_MULTI_LEVEL_LIST","_enableDefaultAttributesIntegration","locale","has","multiLevelList","data","3170cnPFJK","registerDescriptionCallback","88fApNxz","2383904gfTKcJ","listType","*Set format:* %0","219342gkCNFs"];return(Ni=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(199097===parseInt(n(312))/1*(-parseInt(n(304))/2)+parseInt(n(310))/3+-parseInt(n(300))/4*(-parseInt(n(298))/5)+-parseInt(n(305))/6*(-parseInt(n(313))/7)+parseInt(n(301))/8+parseInt(n(317))/9+-parseInt(n(324))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Li extends t.Plugin{[Ci(322)](){const t=Ci,e=this[t(326)],n=e[t(323)][t(314)](t(307));e[t(323)][t(295)](t(321))&&(n[t(328)](t(296),[],[t(320)]),n[t(315)][t(299)]((e=>this[t(325)](e))))}[Ci(325)](t){const e=Ci,n=this[e(326)][e(329)],{data:r}=t,s={type:e(309),content:""};if(r&&e(320)==r[e(319)]){if(!r[e(308)])return{type:e(309),content:Wr(n,e(303),Wr(n,e(327)))+" ("+r[e(316)]+")"};if(!r[e(316)]){let o=t[e(318)];for(;o;){if(o[e(297)]&&e(302)==o[e(297)][e(319)]&&o[e(297)][e(316)])return s;o=o[e(311)]}return{type:e(309),content:Wr(n,e(306),Wr(n,e(327)))+" ("+r[e(308)]+")"}}}}}const Ri=Mi;function Si(){const t=["get","3185hMQaZx","plugins","50EWIFUZ","_descriptionFactory","ELEMENT_PAGE_BREAK","31074fwintB","TrackChangesEditing","1467796LbyszS","6933321cfWYcX","editor","has","pageBreak","648768dXtjaw","1734EKvxre","PageBreakEditing","registerElementLabel","1RZxSHC","afterInit","enableCommand","148peRpSZ","locale","732438vMCyQC","2861012HvUBVt"];return(Si=function(){return t})()}function Mi(t,e){const n=Si();return(Mi=function(t,e){return n[t-=171]})(t,e)}!function(t,e){const n=Mi,r=t();for(;;)try{if(425551===parseInt(n(188))/1*(-parseInt(n(193))/2)+-parseInt(n(177))/3*(-parseInt(n(191))/4)+parseInt(n(172))/5*(parseInt(n(185))/6)+parseInt(n(194))/7+-parseInt(n(184))/8+-parseInt(n(180))/9+-parseInt(n(174))/10*(-parseInt(n(179))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Si);class vi extends t.Plugin{[Ri(189)](){const t=Ri,e=this[t(181)];if(!e[t(173)][t(182)](t(186)))return;e[t(173)][t(171)](t(178))[t(190)](t(183));const n=e[t(173)][t(171)](t(178)),r=e[t(192)];n[t(175)][t(187)](t(183),(e=>Wr(r,t(176),e)))}}const wi=Fi;function Oi(){const t=["model","registerDescriptionCallback","insertParagraph","442496CZDjJo","options","Paragraph","formatBlock","showSuggestionHighlights","paragraph","highest","isLimit","editor","editing","writer","type","addMarker:suggestion:insertion","1992665eytviH","561147COJATC","toViewPosition","downcastDispatcher","isTouching","get","307466VPxdXp","_enableDefaultAttributesIntegration","markerRange","*Change to:* %0","registerElementLabel","ELEMENT_PARAGRAPH","span","addClass","insertion","_registerLegacyDescription","1652nuQWVW","nodeAfter","markerName","bindElementToMarker","1416qQmkVj","plugins","name","insert","consume","consumable","enableCommand","2981241WZCNwr","16rIkhwz","has","TrackChangesEditing","getItemLabel","format","data","end","locale","start","ck-suggestion-marker-split","schema","10435850nmDHel","afterInit","includes","checkChild","isBlock","8GxvRZM","$text","_descriptionFactory","*Insert:* %0","activeMarkers","ck-suggestion-marker--active","commandName","getFirstRange","createUIElement","mapper"];return(Oi=function(){return t})()}function Fi(t,e){const n=Oi();return(Fi=function(t,e){return n[t-=203]})(t,e)}!function(t,e){const n=Fi,r=t();for(;;)try{if(393195===parseInt(n(255))/1+-parseInt(n(236))/2+-parseInt(n(250))/3*(parseInt(n(207))/4)+parseInt(n(249))/5+parseInt(n(269))/6*(-parseInt(n(265))/7)+parseInt(n(223))/8*(-parseInt(n(206))/9)+parseInt(n(218))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oi);class Di extends t.Plugin{[wi(219)](){const t=wi,e=this[t(244)];if(!e[t(270)][t(208)](t(238)))return;const n=e[t(214)],r=e[t(270)][t(254)](t(209));r[t(225)][t(259)](t(241),(e=>Wr(n,t(260),e))),r[t(256)](t(241)),r[t(205)](t(235)),e[t(245)][t(252)].on(t(248),xi(e),{priority:t(242)}),e[t(212)][t(252)].on(t(248),((n,r,s)=>{const o=t;s[o(237)][o(240)]&&xi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(242)});const s=r[t(225)];s[t(234)]((r=>{const o=t;if(o(263)!==r[o(247)])return;const{start:i,end:a}=r[o(230)]();if(!i[o(253)](a)||!i[o(266)])return;const c=e[o(233)][o(217)],u=i[o(266)];return c[o(222)](u)&&!c[o(243)](u)&&c[o(221)](u,o(224))?{type:o(263),content:Wr(n,o(226),s[o(210)](u,1))}:void 0})),this[t(264)]()}[wi(264)](){const t=wi,e=this[t(244)],n=e[t(214)];e[t(270)][t(254)](t(209))[t(225)][t(234)]((e=>{const r=t;if(r(239)!=e[r(247)])return;const{data:s}=e;return s&&r(241)==s[r(229)]?{type:r(211),content:Wr(n,r(258),Wr(n,r(260)))}:void 0}))}}function xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Fi,i=t[o(270)][o(254)](o(209)),a=r[o(257)][o(215)],c=r[o(257)][o(213)],u=t[o(233)][o(217)];if(!a[o(253)](c)||!a[o(266)])return;const l=a[o(266)];if(u[o(222)](l)&&!u[o(243)](l)&&u[o(221)](l,o(224))){if(!s[o(204)][o(203)](r[o(257)],n[o(271)]))return;const t=s[o(246)][o(231)](o(261),{class:o(216)}),a=s[o(232)][o(251)](c);e&&i[o(227)][o(220)](r[o(267)])&&s[o(246)][o(262)](o(228),t),s[o(246)][o(272)](a,t),s[o(232)][o(268)](t,r[o(267)])}}}const Pi=Ui;function Bi(){const t=["_registerLegacyDescription","6132456KascOy","TrackChangesEditing","_descriptionFactory","4325280DkDIBl","type","formatBlock","282aZFOdK","registerDescriptionCallback","commandName","format","84126bSxIYa","editor","_enableDefaultAttributesIntegration","*Remove all formatting*","removeFormat","3152260tNjYev","1471456EVGBqX","formatInline","7346920ecAroB","63zhxvwO","4LNCRmm","225871dzrVMr","plugins","RemoveFormatEditing","get","has","afterInit","locale"];return(Bi=function(){return t})()}function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=371]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(763677===parseInt(n(390))/1*(-parseInt(n(389))/2)+parseInt(n(372))/3+parseInt(n(385))/4+-parseInt(n(387))/5+parseInt(n(375))/6*(-parseInt(n(379))/7)+-parseInt(n(398))/8+parseInt(n(388))/9*(parseInt(n(384))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[Pi(395)](){const t=Pi,e=this[t(380)];e[t(391)][t(394)](t(392))&&(e[t(391)][t(393)](t(399))[t(381)](t(383)),this[t(397)]())}[Pi(397)](){const t=Pi,e=this[t(380)];e[t(391)][t(393)](t(399))[t(371)][t(376)]((n=>{const r=t;if(r(374)!=n[r(373)]&&r(386)!=n[r(373)])return;const{data:s}=n;return s&&r(383)==s[r(377)]?{type:r(378),content:Wr(e[r(396)],r(382))}:void 0}))}}function Gi(){const t=["TrackChangesEditing","acceptSelectedSuggestions","discardAllSuggestions","discardSuggestion","acceptAllSuggestions","goToPreviousRestrictedEditingException","29390SAnzIj","trackChanges","56604AfIkNG","acceptSuggestion","17092cpUlpb","get","plugins","editor","105BoajYY","afterInit","635679HBZXlC","706976QmQgaf","enableCommand","18QHvyse","discardSelectedSuggestions","74989ODguhW","235yVnDzr","2VsorIY","has","goToNextRestrictedEditingException","RestrictedEditingModeEditing","454500PrCAPS","891tjwrzv"];return(Gi=function(){return t})()}const Vi=Hi;function Hi(t,e){const n=Gi();return(Hi=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=Hi,r=t();for(;;)try{if(176773===parseInt(n(439))/1*(-parseInt(n(441))/2)+parseInt(n(434))/3+parseInt(n(428))/4*(-parseInt(n(440))/5)+-parseInt(n(426))/6*(-parseInt(n(432))/7)+parseInt(n(435))/8*(-parseInt(n(437))/9)+parseInt(n(424))/10*(parseInt(n(417))/11)+parseInt(n(445))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gi);class Wi extends t.Plugin{[Vi(433)](){const t=Vi,e=this[t(431)];if(!e[t(430)][t(442)](t(444)))return;const n=e[t(430)][t(429)](t(418));n[t(436)](t(423)),n[t(436)](t(443));const r=e[t(430)][t(429)](t(444));r[t(436)](t(425)),r[t(436)](t(427)),r[t(436)](t(421)),r[t(436)](t(422)),r[t(436)](t(420)),r[t(436)](t(419)),r[t(436)](t(438))}}const zi=Xi;function Ki(){const t=["190mVNphk","ELEMENT_LINE_BREAK","consumable","TrackChangesEditing","shiftEnter","1702535OMkJkh","447592hmOWun","1386dUmAlt","locale","_descriptionFactory","requires","downcastDispatcher","4NfGkbI","2631414gqGqIx","671891jSgjPC","12mrXjNs","options","ck-suggestion-marker--active","markerRange","element","markerName","activeMarkers","ck-suggestion-marker-","includes","plugins","getItems","createPositionBefore","softBreak","split","14344RgvyGk","enableCommand","init","deletion","writer","toViewPosition","span","bindElementToMarker","insert","editor","name","15hDNuWa","addMarker:suggestion:insertion","addClass","mapper","addMarker:suggestion","addMarker:suggestion:deletion","showSuggestionHighlights","get","merge","createUIElement","168183tYmkpx","test","29096GWrqMm","data","high","editing","registerElementLabel","model"];return(Ki=function(){return t})()}function Xi(t,e){const n=Ki();return(Xi=function(t,e){return n[t-=157]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(226716===-parseInt(n(169))/1+parseInt(n(157))/2*(-parseInt(n(203))/3)+parseInt(n(175))/4*(-parseInt(n(168))/5)+parseInt(n(176))/6+-parseInt(n(170))/7*(-parseInt(n(192))/8)+-parseInt(n(213))/9*(-parseInt(n(163))/10)+parseInt(n(177))/11*(-parseInt(n(178))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class qi extends t.Plugin{static get[zi(173)](){return[Js.ShiftEnter]}[zi(194)](){const t=zi,e=this[t(201)],n=e[t(187)][t(210)](t(166));n[t(193)](t(167)),e[t(160)][t(174)].on(t(204),Yi(e),{priority:t(159)}),e[t(160)][t(174)].on(t(208),Yi(e),{priority:t(159)}),e[t(158)][t(174)].on(t(207),((n,r,s)=>{const o=t;s[o(179)][o(209)]&&Yi(e,{showActiveMarker:!1})(n,r,s)})),n[t(172)][t(161)](t(190),(n=>Wr(e[t(171)],t(164),n)))}}function Yi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Xi,i=t[o(187)][o(210)](o(166));if(!s[o(165)][o(214)](r[o(181)],n[o(202)]))return;const a=t[o(162)];for(const t of r[o(181)][o(188)]()){if(!t.is(o(182),o(190)))continue;const n=o(195)==r[o(183)][o(191)](":")[1]?o(211):o(191),c=s[o(196)][o(212)](o(198),{class:o(185)+n}),u=s[o(206)][o(197)](a[o(189)](t));e&&i[o(184)][o(186)](r[o(183)])&&s[o(196)][o(205)](o(180),c),s[o(196)][o(200)](u,c),s[o(206)][o(199)](c,r[o(183)])}}}const Ji=Zi;function Qi(){const t=["enableCommand","format","291806lDwkNd","FORMAT_RESTRICTED_ENABLED","formatBlock","model","locale","FORMAT_RESTRICTED_DISABLED","get","document","restrictedEditingException","1322041czvMQH","commandParams","getRanges","12pFTHUx","StandardEditingModeEditing","commands","selection","1299195FlWBWD","6751242gckkGJ","has","value","TrackChangesEditing","change","editor","23164QPUVcR","40XDdkeL","5leAsjW","formatInline","registerDescriptionCallback","afterInit","_descriptionFactory","isCollapsed","393LknbAi","type","markInlineFormat","5194150sWqhRJ","from","plugins","15037506mpAKgJ","forceValue","commandName"];return(Qi=function(){return t})()}function Zi(t,e){const n=Qi();return(Zi=function(t,e){return n[t-=485]})(t,e)}!function(t,e){const n=Zi,r=t();for(;;)try{if(493024===-parseInt(n(524))/1*(-parseInt(n(499))/2)+parseInt(n(488))/3*(-parseInt(n(522))/4)+parseInt(n(515))/5*(-parseInt(n(511))/6)+-parseInt(n(508))/7*(-parseInt(n(523))/8)+-parseInt(n(516))/9+-parseInt(n(491))/10+parseInt(n(494))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Ji(485)](){const t=Ji,e=this[t(521)],n=e[t(502)],r=e[t(503)];if(!e[t(493)][t(517)](t(512)))return;const s=e[t(493)][t(505)](t(519)),o=t(507),i=e[t(513)][t(505)](o);s[t(497)](o,((e,r={})=>{const a=t,c=n[a(506)][a(514)];if(c[a(487)])return void e(r);const u=void 0!==r[a(495)]?r[a(495)]:!i[a(518)];n[a(520)]((()=>{const t=a,e=Array[t(492)](c[t(510)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(490)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(486)][t(526)]((e=>{const n=t;if(n(501)!=e[n(489)]&&n(525)!=e[n(489)])return;const{data:s}=e;return s&&s[n(496)]==o?s[n(509)][0][n(495)]?{type:n(498),content:Wr(r,n(500))}:{type:n(498),content:Wr(r,n(504))}:void 0}))}}function ta(t,e){const n=na();return(ta=function(t,e){return n[t-=240]})(t,e)}const ea=ta;function na(){const t=["526092IDGpmM","toLowerCase","Style","inline","forceValue","ghsAttributes","1661pdonfY","TrackChangesEditing","definitions","styleName","StyleUtils","locale","get","registerDescriptionCallback","129436NnQnmx","466MQPHch","formatInline","10jJMIaF","135OMsyye","formatBlock","style","21EgJNsP","GeneralHtmlSupport","normalizeConfig","getGhsAttributeNameForElement","type","commandName","commandParams","has","_registerInlineAttribute","afterInit","65118JpHuqv","_enableDefaultAttributesIntegration","12TLZTgO","_registerBlockAttribute","*Remove format:* %0","DataSchema","FORMAT_STYLE","config","add","2543283uPOJZz","editor","element","_descriptionFactory","1122256FIbSLI","block","3635159WssROl","registerAttributeLabel","format","_registerLegacyDescription","plugins","*Set format:* %0"];return(na=function(){return t})()}!function(t,e){const n=ta,r=t();for(;;)try{if(228375===parseInt(n(246))/1*(parseInt(n(255))/2)+-parseInt(n(261))/3*(-parseInt(n(254))/4)+-parseInt(n(258))/5*(-parseInt(n(271))/6)+parseInt(n(240))/7+-parseInt(n(284))/8+-parseInt(n(280))/9*(parseInt(n(257))/10)+-parseInt(n(286))/11*(parseInt(n(273))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{[ea(270)](){const t=ea,e=this[t(281)];if(!e[t(290)][t(268)](t(242))||!e[t(290)][t(268)](t(276)))return;const n=e[t(290)][t(252)](t(247)),r=e[t(251)],s=e[t(278)][t(252)](t(260))||{},o=e[t(290)][t(252)](t(262)),i=e[t(290)][t(252)](t(250))[t(263)](e[t(290)][t(252)](t(276)),s[t(248)]);n[t(272)](t(260));const a=new Set;for(const e of i[t(285)]){const n=o[t(264)](e[t(282)]);a[t(279)](n)}const c=new Set;for(const e of i[t(243)]){const n=o[t(264)](e[t(282)]);c[t(279)](n);for(const n of e[t(245)])c[t(279)](n)}for(const e of a)n[t(274)](e),n[t(283)][t(287)](e,Wr(r,t(277)));for(const e of c)n[t(269)](e),n[t(283)][t(287)](e,Wr(r,t(277)));this[t(289)]()}[ea(289)](){const t=ea,e=this[t(281)],n=e[t(251)];e[t(290)][t(252)](t(247))[t(283)][t(253)]((e=>{const r=t;if(r(259)!=e[r(265)]&&r(256)!=e[r(265)])return;const{data:s}=e;return s&&r(260)===s[r(266)]?s[r(267)][0][r(244)]?{type:r(288),content:Wr(n,r(291),s[r(267)][0][r(249)][r(241)]())}:{type:r(288),content:Wr(n,r(275),s[r(267)][0][r(249)][r(241)]())}:void 0}))}}const sa=oa;function oa(t,e){const n=ia();return(oa=function(t,e){return n[t-=475]})(t,e)}function ia(){const t=["ELEMENT_TABLE_WITH_TEXT","end","findAncestor","27678gpSkfh","ELEMENT_TABLE_COLUMN_WITH_TEXT","addRange","getSuggestion","maxRow","tableColumn","left","enableCommand","getChanges","removeTableColumn","downcastDispatcher","commands","locale","_descriptionFactory","plugins","ELEMENT_TABLE","max","from","accept","registerElementLabel","oldRange","insertion","minColumn","879080IHqZyl","addClass","isInContent","selection","getColumnIndexes","registerCustomCallback","createRangeOn","MIN_SAFE_INTEGER","createRangeIn","getContainedElement","insertTableColumnLeft","createTableWalker","registerPostFixer","length","rootName","some","minRow","1365092daFMNC","_tableSuggestions","startsWith","isTouching","root","values","writer","createPositionAt","type","1478gyRCMO","TrackChangesEditing","push","order","getFirstRange","TableUtils","_acceptFormatSuggestionCallbackFactory","428005bNyWQF","_getCoordsForCells","rowspan","afterInit","tablePaste","ELEMENT_TABLE_ROW_WITH_TEXT","maxColumn","filter","nodeBefore","cell","last","detach","2760IlIEzZ","start","discard","getAttribute","first","_tablePostFixingSubtypes","insert","substr","_setupColumnsRowsFixing","deletion","markMultiRangeInsertion","above","isEqual","mapper","item","getCellLocation","getChildren","2247XxRtsY","selectTableRow","refresh","ELEMENT_TABLE_ROW","data","_splitMarkerName","span","table","removeTableRow","getChangedMarkers","$textProxy","add","getItems","insertTable","hasAttribute","toViewElement","insertTableRowBelow","72vNqdrK","22374396KPZUFF","join","*Remove:* %0","insertTableRowAbove","addMarker:suggestion","enqueueChange","*Insert:* %0","toLowerCase","insertTableColumnRight","getRanges","low","selectTableColumn","markMultiRangeDeletion","isIntersectingWithRange","TableEditing","suggestion","editor","map","colspan","get","change","$graveyard","forceValue","tableCell","showSuggestionHighlights","subType","has","highest","716838FpHjZh","tableRow","setSelection","MAX_SAFE_INTEGER","getSelectionAffectedTableCells","min","options","includes","4xguQTK","name","element","_suggestionFactory","change:data","model","fromRange","position","execute","registerDescriptionCallback","_getSuggestionCoords","isArray","classes","document","ELEMENT_TABLE_COLUMN","differ","getRowIndexes","nodeAfter","removeClass","batch","every"];return(ia=function(){return t})()}!function(t,e){const n=oa,r=t();for(;;)try{if(811067===parseInt(n(517))/1+parseInt(n(526))/2*(-parseInt(n(562))/3)+parseInt(n(616))/4*(parseInt(n(533))/5)+-parseInt(n(608))/6+parseInt(n(477))/7*(parseInt(n(545))/8)+parseInt(n(579))/9*(parseInt(n(500))/10)+-parseInt(n(580))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=oa;super(t),this[e(550)]=[e(609),e(482)],this[e(518)]=new Set}[sa(536)](){const t=sa,e=this[t(596)],n=e[t(621)][t(629)][t(503)];if(!e[t(491)][t(606)](t(594)))return;const r=e[t(489)],s=e[t(491)][t(599)](t(527)),o=e[t(491)][t(599)](t(531));s[t(490)][t(496)](t(569),(e=>Wr(r,t(492),e))),this[t(553)](),s[t(484)](t(575)),s[t(484)](t(563)),s[t(484)](t(591));for(const r of[t(583),t(578)]){const i=e[t(488)][t(599)](r);s[t(484)](r,(r=>{const a=t;e[a(621)][a(600)]((t=>{const e=a;r();const c=e(556)===i[e(529)],u=o[e(612)](n),l=o[e(632)](u),f=c?l[e(549)]-1:l[e(543)]+1,h=u[0][e(476)](e(569)),g=o[e(511)](h,{startRow:f,endRow:f}),d=Array[e(494)](g)[e(597)]((n=>t[e(506)](n[e(542)])));s[e(555)](d,e(609))}))}))}for(const r of[t(510),t(588)]){const i=e[t(488)][t(599)](r);s[t(484)](r,(r=>{const a=t;e[a(621)][a(600)]((t=>{const e=a;r();const c=e(483)===i[e(529)],u=o[e(612)](n),l=o[e(504)](u),f=c?l[e(549)]-1:l[e(543)]+1,h=u[0][e(476)](e(569)),g=o[e(511)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(494)](g)[e(597)]((n=>t[e(506)](n[e(542)])));s[e(555)](d,e(482))}))}))}for(const r of[t(570),t(486)]){const i=r[t(552)](11),a=i[t(587)](),c=a[t(552)](0,3)+t(568),u=t(569)+i,l=t(613)+i,f=t(493)+i;s[t(484)](r,(()=>{const i=t;e[i(621)][i(600)]((t=>{const e=i,h=o[e(612)](n),g=h[0][e(476)](e(569));let d;if(e(570)==r){const t=o[e(632)](h);d={startRow:t[e(549)],endRow:t[e(543)],includeAllSlots:!0}}else{const t=o[e(504)](h);d={startColumn:t[e(549)],endColumn:t[e(543)],includeAllSlots:!0}}const p=o[e(511)](g,d),m=Array[e(494)](p)[e(597)]((({cell:t})=>t)),I=ca(m[e(540)]((t=>t[e(576)](c)))),E=ca(m[e(540)]((t=>!t[e(576)](c))))[e(597)]((n=>t[e(506)](n))),b=s[e(592)](E,u);if(b&&(e(609)==b[e(605)]||e(482)==b[e(605)])){const n=this[e(626)](b);for(const r of I){const s=t[e(506)](r),i=o[e(560)](r),u=r[e(548)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(479)](s)}}}))}))}function c(r){const s=t,o=Array[s(494)](n[s(589)]())[s(597)]((t=>i.LiveRange[s(622)](t)));e[s(621)][s(600)]((t=>{const n=s,i=t[n(635)];r=r[n(540)]((t=>n(601)!=t[n(521)][n(514)])),t[n(610)](r),e[n(488)][n(599)](n(570))[n(564)](),e[n(624)](n(570),{forceDefaultExecution:!0}),e[n(621)][n(585)]((()=>{const t=n;e[t(621)][t(585)](i,(e=>{const n=t,r=o[n(540)]((t=>n(601)!=t[n(521)][n(514)]));r[n(513)]>0&&e[n(610)](r);for(const t of o)t[n(544)]()}))}))}))}function u(r){const s=t;e[s(621)][s(600)]((t=>{const o=s,a=Array[o(494)](n[o(589)]())[o(597)]((t=>i.LiveRange[o(622)](t))),c=[];for(const t of r)for(const e of t[o(574)]({shallow:!0}))c[o(528)](e);for(const n of c)o(601)!=n[o(521)][o(514)]&&(t[o(610)](t[o(524)](n,0)),e[o(488)][o(599)](o(486))[o(564)](),e[o(624)](o(486),{forceDefaultExecution:!0}));const u=a[o(540)]((t=>o(601)!=t[o(521)][o(514)]));u[o(513)]>0&&t[o(610)](u);for(const t of a)t[o(544)]()}))}function l(e,n){const r=t;return n[r(636)]((t=>e[r(515)]((e=>e[r(475)][r(557)](t[r(546)])||t[r(475)][r(557)](e[r(546)])))))}function f(e,n){const r=t;return e[r(515)]((t=>n[r(515)]((e=>t[r(475)][r(520)](e[r(546)])))))}e[t(566)][t(487)].on(t(584),((e,n,r)=>{const s=t;if(!r[s(614)][s(604)])return;const o=n[s(559)];if(!o)return;const i=r[s(558)][s(577)](o);function c(t){return Array[s(627)](t)?t:[t]}i&&s(603)===o[s(617)]&&(0,a.setHighlightHandling)(i,r[s(523)],((t,e,n)=>n[s(501)](c(e[s(628)]),t)),((t,e,n)=>n[s(634)](c(e[s(628)]),t)))}),{priority:t(607)}),s[t(490)][t(625)]((e=>{const n=t;if(n(498)!=e[n(525)]&&n(554)!=e[n(525)])return;const s=e[n(509)]();if(null!=s&&s.is(n(618),n(569))){if(n(498)==e[n(525)]){const t=e[n(574)]()[n(540)]((t=>t.is(n(572))))[n(597)]((t=>t[n(566)]));if(t[n(513)])return{type:n(498),content:Wr(r,n(586),Wr(r,n(637),'"'+t[n(581)](" ")+'"'))}}if(n(554)==e[n(525)]){const t=e[n(574)]()[n(540)]((t=>t.is(n(572))))[n(597)]((t=>t[n(566)]));if(t[n(513)])return{type:n(554),content:Wr(r,n(582),Wr(r,n(637),'"'+t[n(581)](" ")+'"'))}}}})),s[t(490)][t(625)]((e=>{const n=t;if(n(609)==e[n(605)]){const t=e[n(574)]()[n(540)]((t=>t.is(n(572))))[n(597)]((t=>t[n(566)])),s=this[n(626)](e),o=s[n(481)]-s[n(516)]+1;if(n(498)==e[n(525)])return t[n(513)]?{type:n(498),content:Wr(r,n(586),Wr(r,n(538),[o,'"'+t[n(581)](" ")+'"']))}:{type:n(498),content:Wr(r,n(586),Wr(r,n(565),o))};if(n(554)==e[n(525)])return t[n(513)]?{type:n(554),content:Wr(r,n(582),Wr(r,n(538),[o,'"'+t[n(581)](" ")+'"']))}:{type:n(554),content:Wr(r,n(582),Wr(r,n(565),o))}}if(n(482)==e[n(605)]){const t=e[n(574)]()[n(540)]((t=>t.is(n(572))))[n(597)]((t=>t[n(566)])),s=this[n(626)](e),o=s[n(539)]-s[n(499)]+1;if(n(498)==e[n(525)])return t[n(513)]?{type:n(498),content:Wr(r,n(586),Wr(r,n(478),[o,'"'+t[n(581)](" ")+'"']))}:{type:n(498),content:Wr(r,n(586),Wr(r,n(630),o))};if(n(554)==e[n(525)])return t[n(513)]?{type:n(554),content:Wr(r,n(582),Wr(r,n(478),[o,'"'+t[n(581)](" ")+'"']))}:{type:n(554),content:Wr(r,n(582),Wr(r,n(630),o))}}})),s[t(619)][t(505)](t(498),t(609),t(547),c),s[t(619)][t(505)](t(554),t(609),t(495),c),s[t(619)][t(505)](t(498),t(482),t(547),u),s[t(619)][t(505)](t(554),t(482),t(495),u),s[t(619)][t(505)](t(498),t(482),t(581),l),s[t(619)][t(505)](t(554),t(482),t(581),l),s[t(619)][t(505)](t(498),t(609),t(581),f),s[t(619)][t(505)](t(554),t(609),t(581),f)}[sa(532)](){const t=sa,e=this[t(596)],n=e[t(621)][t(629)][t(503)];return(r,s)=>{const o=t;e[o(621)][o(600)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(475)][a(541)];u&&u[0]&&!1===u[0][a(602)]&&(l=r[0][a(546)][a(633)]);const f=t[a(508)](l);if(a(601)==f[a(521)][a(514)])return;const h=Array[a(494)](n[a(589)]())[a(597)]((t=>i.LiveRange[a(622)](t)));t[a(610)](f),e[a(488)][a(599)](c)[a(564)](),u[a(528)]({forceDefaultExecution:!0}),e[a(624)](c,...u);const g=h[a(540)]((t=>a(601)!=t[a(521)][a(514)]));g[a(513)]>0&&t[a(610)](g);for(const t of h)t[a(544)]()}))}}[sa(534)](t){const e=sa,n=this[e(596)][e(491)][e(599)](e(531));let r=Number[e(611)],s=Number[e(507)],o=Number[e(611)],i=Number[e(507)];for(const a of t){if(e(601)==a[e(521)][e(514)])continue;const{row:t,column:c}=n[e(560)](a),u=a[e(576)](e(535))?a[e(548)](e(535))-1:0,l=a[e(576)](e(598))?a[e(548)](e(598))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(553)](){const t=sa,e=this[t(596)],n=e[t(491)][t(599)](t(527)),r=e[t(491)][t(599)](t(531));e[t(621)][t(629)].on(t(620),(()=>{const r=t,s=Array[r(494)](e[r(621)][r(629)][r(631)][r(571)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(567)](t);if(r(595)!=s)continue;if(null!=e[r(497)])continue;const a=n[r(480)](o);this[r(550)][r(615)](i)&&this[r(518)][r(573)](a)}}),{priority:t(590)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(506)](e),a=e[s(476)](s(569)),c=r[s(560)](e);for(const t of this[s(518)]){const n=t[s(605)],r=n[s(519)](s(537)),u=n[s(552)](r?10:5),l=u[s(587)](),f=l[s(552)](0,3)+s(568),h=s(613)+u,g=s(493)+u;if(!t[s(502)])continue;if(a!=t[s(530)]()[s(546)][s(476)](s(569)))continue;if(t[s(593)](i))continue;const d=e[s(576)](f)?e[s(548)](f)-1:0,p=this[s(626)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(479)](i),o=!0)}return o};e[t(621)][t(629)][t(512)]((n=>{const r=t;let o=!1;for(const t of e[r(621)][r(629)][r(631)][r(485)]())if(r(551)==t[r(525)])if(r(609)==t[r(617)])for(const e of t[r(623)][r(633)][r(561)]())o=o||s(e,n);else r(603)==t[r(617)]&&(o=o||s(t[r(623)][r(633)],n));return o}))}[sa(626)](t){const e=sa;return this[e(534)](t[e(589)]()[e(597)]((t=>t[e(546)][e(633)])))}}function ca(t){const e=sa;return Array[e(494)](new Set(t)[e(522)]())}const ua=fa;function la(){const t=["52rbHGLc","setSelection","mergeTableCellUp","formatInline","requires","low","model","*Merge cells*","63603RPxfFD","deletion","commands","8zRCsWh","value","from","execute","registerDescriptionCallback","markBlockFormat","change","afterInit","detach","get","horizontally","enableCommand","getCellLocation","$graveyard","table","size","_acceptFormatSuggestionCallbackFactory","*Split cell:* vertically","commandName","197020KBKIhL","mergeTableCellDown","createTableWalker","splitTableCellHorizontally","markMultiRangeBlockFormat","_tablePostFixingSubtypes","refresh","isInContent","forceDefaultExecution","findAncestor","editor","has","selection","7804cKtkLJ","mergeTableCellLeft","rootName","cell","_suggestionFactory","getFirstPosition","registerCustomCallback","tableCell","310732lKTOhz","TrackChangesEditing","return","map","mergeTableCellRight","format","createRangeOn","_descriptionFactory","splitTableCellVertically","_isForcedDefaultExecutionBlock","6JdQOYh","isEnabled","author","formatBlock","*Split cell:* horizontally","TableEditing","highest","document","add","direction","type","accept","set:isEnabled","getRanges","length","plugins","locale","mergeTableCells","getSuggestions","trackChanges","_areMergableCells","insertion","containsRange","fromRange","getSelectionAffectedTableCells","2400596OuaTCg","element","_areSelectedCellsMergable","push","457961quvYoD","getAncestors","stop","619464gWxcgn","find","filter","TableUtils","subType","320mhyFcC","root"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=343]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(121961===-parseInt(n(431))/1*(-parseInt(n(374))/2)+-parseInt(n(392))/3*(-parseInt(n(382))/4)+parseInt(n(361))/5+parseInt(n(424))/6+parseInt(n(421))/7*(parseInt(n(442))/8)+-parseInt(n(439))/9*(parseInt(n(429))/10)+-parseInt(n(417))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(435)](){return[aa]}[ua(349)](){const t=ua,e=this[t(371)],n=e[t(437)][t(399)][t(373)],r=e[t(408)];if(!e[t(407)][t(372)](t(397)))return;const s=e[t(407)][t(351)](t(383)),o=e[t(407)][t(351)](t(427)),a=e[t(407)][t(351)](aa);a[t(366)][t(420)](t(409)),s[t(353)](t(409),(()=>{const n=t,r=o[n(416)](e[n(437)][n(399)][n(373)]);e[n(437)][n(348)]((()=>{const t=n;s[t(365)](r,{commandName:t(409),commandParams:[]},[],t(409))}))})),e[t(441)][t(351)](t(409)).on(t(345),((n,r)=>{const o=t;e[o(441)][o(351)](o(411))[o(343)]&&(r[o(406)]>0&&r[r[o(406)]-1]&&r[r[o(406)]-1][o(369)]||s[o(391)]||this[o(419)]()||n[o(423)]())}),{priority:t(398)});for(const n of[t(433),t(386),t(362),t(375)]){const r=e[t(441)][t(351)](n);s[t(353)](n,(()=>{const n=t,o=e[n(437)][n(399)][n(373)][n(379)]()[n(422)]()[n(425)]((t=>t.is(n(418),n(381)))),i=r[n(343)];e[n(437)][n(348)]((()=>{const t=n;s[t(365)]([o,i],{commandName:t(409),commandParams:[]},[],t(409))}))}))}for(const n of[t(390),t(364)]){const r=e[t(441)][t(351)](n);s[t(353)](n,(()=>{const i=t,a=o[i(416)](e[i(437)][i(399)][i(373)])[0],c=a[i(370)](i(356)),{column:u,row:l}=o[i(354)](a);let f=[];if(i(352)==r[i(401)]){const t=o[i(363)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(344)](t)[i(385)]((t=>t[i(377)]))}else{const t=o[i(363)](c,{column:u,includeAllSlots:!0});f=Array[i(344)](t)[i(385)]((t=>t[i(377)]))}e[i(437)][i(348)]((t=>{const e=i;s[e(347)](t[e(388)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(389)][t(346)]((e=>{const n=t;if(n(395)!=e[n(402)]&&n(434)!=e[n(402)])return;const{data:s}=e;return s&&n(409)==s[n(360)]?{type:n(387),content:Wr(r,n(438))}:void 0})),s[t(389)][t(346)]((e=>{const n=t;if(n(395)!=e[n(402)]&&n(434)!=e[n(402)])return;const{data:s}=e;return s?n(390)==s[n(360)]?{type:n(387),content:Wr(r,n(359))}:n(364)==s[n(360)]?{type:n(387),content:Wr(r,n(396))}:void 0:void 0}));const c=a[t(358)]();for(const e of[t(433),t(386),t(362),t(375)])s[t(378)][t(380)](t(395),e,t(403),c);for(const e of[t(390),t(364)])s[t(378)][t(380)](t(395),e,t(403),c);s[t(378)][t(380)](t(395),t(409),t(403),(r=>{const s=t;e[s(437)][s(348)]((t=>{const o=s,a=Array[o(344)](n[o(405)]())[o(385)]((t=>i.LiveRange[o(415)](t)));t[o(432)](r),e[o(441)][o(351)](o(409))[o(367)](),e[o(345)](o(409),{forceDefaultExecution:!0});const c=a[o(426)]((t=>o(355)!=t[o(430)][o(376)]));c[o(406)]>0&&t[o(432)](c);for(const t of a)t[o(350)]()}))}));for(const n of[t(433),t(362),t(375),t(386)]){const r=e[t(441)][t(351)](n);r.on(t(404),((n,s,o)=>{const i=t;if(o){const t=e[i(437)][i(399)][i(373)][i(379)]()[i(422)]()[i(425)]((t=>t.is(i(418),i(381))));this[i(412)](r[i(343)],t)||(n[i(384)]=!1,n[i(423)]())}}),{priority:t(436)})}}[ua(419)](){const t=ua,e=this[t(371)][t(441)][t(351)](t(409)),n=this[t(371)][t(407)][t(351)](t(427));if(!e[t(393)])return!1;const r=n[t(416)](this[t(371)][t(437)][t(399)][t(373)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(412)](e,n))return!1;return!0}[ua(412)](t,e){const n=ua,r=this[n(371)][n(407)][n(351)](n(383)),s=this[n(371)][n(437)][n(388)](t),o=this[n(371)][n(437)][n(388)](e),i=new Set,a=new Set;for(const t of r[n(410)]())if((n(413)==t[n(402)]||n(440)==t[n(402)]||n(409)==t[n(428)])&&t[n(368)])for(const e of t[n(405)]())e[n(414)](s,!0)&&i[n(400)](t[n(402)]+":"+t[n(394)].id),e[n(414)](o,!0)&&a[n(400)](t[n(402)]+":"+t[n(394)].id);if(i[n(357)]!=a[n(357)])return!1;for(const t of i)if(!a[n(372)](t))return!1;return!0}}const ga=pa;function da(){const t=["name","headingColumns","afterInit","writer","markerName","nodeAfter","6026776YPGroo","createTableWalker","1068VKZIjD","consume","ck-suggestion-marker-","commandParams","requires","markerNameToElements","editing","options","TableUtils","editor","registerAttributeLabel","markerRange","FORMAT_REGULAR_COLUMN","getSuggestion","start","data-suggestion","includes","_registerLegacyDescription","FORMAT_HEADER_COLUMN","removeMarker:suggestion","14196WsyhOd","getCellLocation","showSuggestionHighlights","cell","format","_splitMarkerName","setAttribute","registerCustomCallback","addClass","setTableRowHeader","consumable","_handleLegacySuggestions","unbindElementFromMarkerName","end","downcastDispatcher","type","stop","parent","toViewElement","headingRows","_suggestionFactory","3919476xHoJNR","ck-suggestion-marker--active","4839rBEftp","bindElementToMarker","72qXUkVX","removeAttribute","highest","FORMAT_REGULAR_ROW","_enableDefaultAttributesIntegration","item","TrackChangesEditing","4293020LsiypQ","18350505ycgFWY","*Format:* %0","mapper","forceValue","registerDescriptionCallback","has","commandName","data","formatBlock","TableEditing","770203RaiEfw","plugins","_acceptFormatSuggestionCallbackFactory","FORMAT_HEADER_ROW","removeClass","get","addMarker:suggestion","nodeBefore","locale","activeMarkers","accept","_descriptionFactory","setTableColumnHeader"];return(da=function(){return t})()}function pa(t,e){const n=da();return(pa=function(t,e){return n[t-=285]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(880724===parseInt(n(304))/1+parseInt(n(368))/2*(-parseInt(n(327))/3)+-parseInt(n(366))/4+parseInt(n(336))/5+-parseInt(n(325))/6+parseInt(n(347))/7*(parseInt(n(329))/8)+parseInt(n(337))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);class ma extends t.Plugin{static get[ga(288)](){return[aa]}[ga(362)](){const t=ga,e=this[t(293)];if(!e[t(348)][t(342)](t(346)))return;const n=e[t(355)],r=e[t(348)][t(352)](t(335));r[t(333)](t(313),[],[t(323)]),r[t(333)](t(359),[],[t(361)]),r[t(358)][t(294)](t(323),Wr(n,t(350))),r[t(358)][t(294)](t(361),Wr(n,t(302))),this[t(315)]()}[ga(315)](){const t=ga,e=this[t(293)][t(348)][t(352)](t(335)),n=this[t(293)][t(348)][t(352)](t(292)),r=this[t(293)][t(348)][t(352)](aa)[t(349)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=pa,{type:c,id:u}=e[a(309)](o[a(364)]),l=e[a(297)](u),f=l[a(344)];if(a(345)!=l[a(319)]||!f||a(359)!=f[a(343)])return;if(o[a(334)])return void s[a(320)]();if(!i[a(314)][a(285)](o[a(295)],s[a(360)]))return;const h=o[a(295)][a(298)][a(365)],g=o[a(295)][a(317)][a(354)],d=h[a(321)][a(321)],{column:p}=n[a(305)](h),{column:m}=n[a(305)](g);for(let s=p;s<=m;s++){const l=n[a(367)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(307)],l=i[a(339)][a(322)](s);i[a(363)][a(312)](a(286)+c,l),r&&i[a(363)][a(310)](a(299),u,l),i[a(339)][a(328)](l,o[a(364)]),t&&(e[a(356)][a(300)](o[a(364)])?i[a(363)][a(312)](a(326),l):i[a(363)][a(351)](a(326),l))}}}}e[t(324)][t(311)](t(345),t(313),t(357),r),e[t(324)][t(311)](t(345),t(359),t(357),r),this[t(293)][t(290)][t(318)].on(t(353),s(),{priority:t(331)}),this[t(293)][t(344)][t(318)].on(t(353),((e,n,r)=>{const o=t;r[o(291)][o(306)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(331)}),this[t(293)][t(290)][t(318)].on(t(303),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(309)](r[o(364)]),c=e[o(297)](a),u=c[o(344)];if(o(345)!=c[o(319)]||!u||o(359)!=u[o(343)])return;const l=s[o(339)][o(289)](r[o(364)]);if(l)for(const t of l)s[o(363)][o(351)](o(286)+i,t),s[o(363)][o(351)](o(326),t),s[o(363)][o(330)](o(299),t),s[o(339)][o(316)](t,r[o(364)])}),{priority:t(331)}),this[t(301)]()}[ga(301)](){const t=ga,e=this[t(293)],n=e[t(355)];function r(e){const r=t;return{type:r(308),content:Wr(n,r(338),e)}}e[t(348)][t(352)](t(335))[t(358)][t(341)]((e=>{const s=t;if(s(345)!=e[s(319)])return;const{data:o}=e;if(o){if(s(313)==o[s(343)]){const t=o[s(287)][0][s(340)];return r(Wr(n,s(t?350:332)))}if(s(359)==o[s(343)]){const t=o[s(287)][0][s(340)];return r(Wr(n,s(t?302:296)))}}}))}}const Ia=ba;function Ea(){const t=["last","remove","value","insertRows","afterInit","getTableIfOnlyTableInContent","tableCellBorderStyle","get","schema","containsRange","getContainedElement","name","clipboardOutput","tableCellBorderColor","getColumns","conversion","length","join","suggestion","showSuggestionHighlights","fromRange","editor","wrap","removeColumns","deletion","5321958UGZFzc","insertion","isInContent","columnInsertionRanges","nextSibling","return","TableClipboard","column","_suggestionFactory","getColumnIndexes","344fcPxwM","insertColumns","tableCell","124005PRSwjd","register","end","insert","getRowIndexes","_tablePostFixingSubtypes","getChangedMarkers","getChanges","row","forEach","author","getRows","options","getRanges","setAttributes","markMultiRangeInsertion","high","tablePasteChainId","reduce","type","move","markerAttributes","entries","includes","_createdBatches","126mkbhhW","tablePasteCell","tableCellSuggestion","newRange","getRange","51237NxyNjJ","insertionRanges","19675190mHxrsh","redo","updateMarker","filter","oldRange","setAttribute","isEmpty","discard","_replaceTableSlotCell","rootName","7381796uuPnWj","document","249849mOWTep","requires","ck-suggestion-marker--active","previous","createPositionBefore","tableCellBorderWidth","element","createRangeOn","documentSelection","position","detach","TrackChangesEditing","registerDescriptionCallback","getAllAdjacentSuggestions","cells","getSuggestionCallback","columns","ck-suggestion-marker-insertion","commands","_splitMarkerName","view","tablePasteRow","getChildren","markerName","rowInsertionRanges","suggestionUnloaded","accept","endColumn","locale","subType","root","every","trackChanges","push","plugins","formatBlock","nodeAfter","suggestion-td","*Replace table cells*","insertContent","activeMarkers","registerCustomCallback","model","differ","first","_getCoordsForCells","ck-suggestion-marker","add","deletionRanges","cell","rows","markers","has","content","map","TableUtils","listenTo","getItems","from","low","change","some","attributes","isEqual","36BFlEgD","removeMarkers","removeMarker","$graveyard","markMultiRangeDeletion","tableCellVerticalAlignment","createRangeIn","forceDefaultExecution","_descriptionFactory","batch","start","getSelectionAffectedTableCells","suggestionLoaded","getSuggestions","getSuggestion","_isForcedDefaultExecutionBlock","keys","getShiftedBy","tablePaste","stop","elementToElement","findAncestor","fromEntries","createTableWalker","endRow","previousSibling","editingDowncast","Users","startsWith","registerPostFixer","dataDowncast","7323897ZHRmIq","markerToHighlight","removeRows","tablePasteColumn","markMultiRangeBlockFormat","for","suggestion:formatBlock:tablePasteCell","tableCellBackgroundColor","set","getChild","hasSuggestion","createElement","call","columnInsertionIndexes","next","tableCellPadding","getMarkers","paragraph","selection","fill","createRange","editing","find","getAttributes","tableCellHorizontalAlignment","rowInsertionIndexes","table","unwrap"];return(Ea=function(){return t})()}function ba(t,e){const n=Ea();return(ba=function(t,e){return n[t-=372]})(t,e)}!function(t,e){const n=ba,r=t();for(;;)try{if(989523===parseInt(n(533))/1*(parseInt(n(406))/2)+-parseInt(n(490))/3+-parseInt(n(545))/4+parseInt(n(503))/5*(-parseInt(n(528))/6)+parseInt(n(437))/7+-parseInt(n(500))/8*(-parseInt(n(547))/9)+parseInt(n(535))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const Ta=[Ia(552),Ia(478),Ia(471),Ia(461),Ia(411),Ia(444),Ia(452)],_a=Object[Ia(428)](Ta[Ia(396)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(548)](){return[aa]}[Ia(469)](){const t=Ia,n=this[t(486)];if(!n[t(376)][t(394)](t(496)))return;const r=n[t(376)][t(472)](t(558)),s=n[t(376)][t(472)](t(397)),o=n[t(376)][t(472)](aa),a=n[t(376)][t(472)](t(496));o[t(508)][t(375)](t(568),t(440)),n[t(384)][t(473)][t(504)](t(530),{allowIn:t(502),allowContentOf:t(502),isLimit:!0}),n[t(480)][t(426)]({model:t(530),view:t(379)});let c=null;n[t(384)].on(t(381),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(481)]-1];h&&h[u(413)]||r[u(421)]||this[u(486)][u(565)][u(472)](u(374))[u(467)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(555)))return!1;const i=s[o(470)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(417)](n[o(546)][o(455)]);if(!a[o(481)])return!1;const c=a[0][o(427)](o(463)),l=r[o(507)](a),f=r[o(499)](a),h={startRow:l[o(386)],endRow:l[o(465)],startColumn:f[o(386)],endColumn:f[o(465)]};return 1==a[o(481)]&&(h[o(430)]+=r[o(514)](i)-1,h[o(574)]+=r[o(479)](i)-1),ka(c,h,r)}(l,f,n[u(384)],s,a)&&(o[u(425)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(384)][u(402)]((()=>{const t=u;n[t(384)][t(381)](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(481)]&&r[t(518)](o,t(568),{tablePasteChainId:s}),a[t(481)]&&r[t(518)](a,t(440),{tablePasteChainId:s}),l[t(481)]&&(r[t(518)](l,t(424),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(512)]((e=>{const n=t;var r;return null===(r=e[n(557)])||void 0===r?void 0:r[n(449)](e)}))),f[t(481)]&&(r[t(410)](f,t(424),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(512)]((e=>{const n=t;var r;return null===(r=e[n(557)])||void 0===r?void 0:r[n(449)](e)})));const g=r[t(441)](h[t(396)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(529),{tablePasteChainId:s});if(g){const e=g[t(453)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(384)][t(554)](s),a=e[t(459)]((e=>e[t(532)]()[t(405)](i)));a&&r[t(375)]([a[t(476)],o])}r[t(481)]&&g[t(540)](t(524),Object[t(428)](r))}c=null})))}),{priority:e.priorities[t(519)]+10}),n[t(376)][t(472)](t(496)).on(t(543),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(425)]();const u=s[r(391)],l=o,f=Aa(u),h=Aa(l);e[r(495)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(466)](u[r(446)](0));for(const t of Array[r(400)](l[r(569)]()))a[r(506)](t,u,r(505));const t=c[r(462)][r(526)](s[r(511)]),e=c[r(450)][r(526)](s[r(497)]);t||e||(g=i.LiveRange[r(485)](a[r(412)](u)))}else h&&!f&&(d=a[r(412)](u));else{const t=a[r(448)](r(530)),e=a[r(448)](r(530));a[r(487)](a[r(412)](u),e),a[r(506)](t,u,0);for(const e of Array[r(400)](l[r(569)]()))a[r(506)](e,t,r(505));g=i.LiveRange[r(485)](a[r(554)](t)),d=i.LiveRange[r(485)](a[r(554)](e))}const p=Array[r(400)](l[r(460)]())[r(538)]((([t])=>Ta[r(526)](t)));c[r(561)][r(375)]({element:u,attributes:p[r(481)]?Object[r(428)](p):null}),g&&c[r(534)][r(375)](g),d&&c[r(390)][r(375)](d)}),{priority:t(519)}),s.on(t(501),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(563)]||1;c[o(450)]=new Array(l)[o(456)](u)[o(396)](((t,e)=>t+e));for(const{cell:t}of s[o(429)](i,{startColumn:u,endColumn:u+l-1}))c[o(493)][o(375)](n[o(384)][o(554)](t))}),{priority:t(401)}),s.on(t(468),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(392)]||1;c[o(462)]=new Array(l)[o(456)](u)[o(396)](((t,e)=>t+e));for(const{cell:t}of s[o(429)](i,{startRow:u,endRow:u+l-1}))c[o(571)][o(375)](n[o(384)][o(554)](t))}),{priority:t(401)}),r[t(414)][t(559)]((e=>{const r=t;if(e[r(576)]&&e[r(576)][r(434)](r(424)))return e[r(550)]?{}:{type:r(491),content:Wr(n[r(575)],r(380))}}));const u=()=>!1;for(const e of[t(424),t(440),t(568),t(529)])r[t(498)][t(383)](t(491),e,t(482),u),r[t(498)][t(383)](t(489),e,t(482),u),r[t(498)][t(383)](t(377),e,t(482),u);r[t(498)][t(383)](t(377),t(529),t(542),u),r[t(498)][t(383)](t(377),t(529),t(573),((e,r,s)=>{const o=t,i=e[o(396)]((t=>t[o(475)]()))[o(538)]((t=>t)),a=new Map(i[o(396)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(561)])e&&a[o(445)](t,e);else if(s&&s[o(524)])for(const[t,e]of Object[o(525)](s[o(524)])){const r=n[o(384)][o(393)][o(472)](t),s=r?r[o(532)]()[o(475)]():null;s&&a[o(445)](s,e)}n[o(384)][o(402)]((t=>{const e=o;for(const[n,r]of a)t[e(517)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(498)][o(383)](e,o(424),s,((t,i,a)=>{const c=o;n[c(384)][c(402)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(416)][o(378)];t.is(o(553),o(530))&&u[o(375)](t)}r[o(498)][o(562)](e,null,s)(t,i,a);for(const t of u)o(409)!=t[o(372)][o(544)]&&n[o(464)](t)}))}))};l(t(491),t(573)),l(t(491),t(542)),l(t(489),t(573)),l(t(489),t(542)),r[t(498)][t(383)](t(491),t(568),t(542),(e=>{const n=t,r=e[n(396)]((t=>t[n(475)]())),i=r[0][n(427)](n(463)),{minRow:a,maxRow:c}=o[n(387)](r);s[n(439)](i,{at:a,rows:c-a+1})})),r[t(498)][t(383)](t(491),t(440),t(542),(e=>{const n=t,r=e[n(396)]((t=>t[n(475)]())),i=r[0][n(427)](n(463)),{minColumn:a,maxColumn:c}=o[n(387)](r);s[n(488)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(576)]||!n[s(576)][s(434)](s(424)))return;const o=n[s(404)][s(520)],i=r[s(419)]()[s(538)]((t=>t[s(492)]&&t[s(404)]&&t[s(404)][s(520)]==o));i[s(481)]&&n[s(560)]()[s(481)]!=i[s(481)]&&i[s(521)](((t,e)=>(t[s(451)]=e,e[s(550)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(566)](e[s(570)]),i=[s(388),s(564)],a=r[s(382)][s(526)](e[s(570)]);return a&&i[s(375)](s(549)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(418),f,{priority:t(519)}),r.on(t(572),f,{priority:t(519)}),n[t(384)][t(546)][t(435)]((()=>{const e=t;let s=!1;const o=Array[e(400)](n[e(384)][e(546)][e(385)][e(509)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(566)](t);if(e(483)!=o||e(489)!=a||i[e(539)])continue;if(!r[e(447)](c))continue;const u=r[e(420)](c)[e(516)](),l=n[e(376)][e(472)](e(433)).me;for(const t of r[e(419)]())if(t[e(492)]&&t[e(513)]==l&&e(377)==t[e(522)]&&e(529)==t[e(576)]&&t[e(516)]()[e(373)]((t=>u[e(403)]((n=>n[e(474)](t,!0))))))for(const n of t[e(560)]())n[e(492)]&&(n[e(542)](),s=!0)}return s})),n[t(384)][t(546)][t(435)]((e=>{const s=t,o=n[s(565)][s(472)](s(536));if(!o||!o[s(527)][s(394)](e[s(415)]))return!1;let i=!1;const a=n[s(376)][s(472)](s(433)).me,c=n[s(384)][s(546)][s(385)][s(510)](),u=Array[s(400)](n[s(384)][s(546)][s(385)][s(509)]())[s(538)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(566)](t);return n(483)==o&&n(424)==i&&c==a.id&&!e[n(539)]}));for(const t of c){if(s(506)!=t[s(522)]||s(530)!=t[s(476)]||1!=t[s(481)])continue;const n=e[s(457)](t[s(556)],t[s(556)][s(423)](1));if(!u[s(459)]((({data:t})=>t[s(531)][s(405)](n))))for(const{name:t,data:r}of u)if(n[s(474)](r[s(531)])){e[s(537)](t,{range:n}),i=!0;break}}return i})),n[t(384)][t(546)][t(435)]((e=>{const s=t;let o=!1;const i=n[s(376)][s(472)](s(433)).me,a=r[s(419)]()[s(538)]((t=>t[s(492)]&&t[s(513)]==i)),c=new Set,u=new Set;for(const t of a)if(s(424)==t[s(576)])for(const e of t[s(453)]()){const n=e[s(532)]()[s(475)]();if(n)if(n.is(s(553),s(530))&&Aa(n)){t[s(408)](e[s(476)]),c[s(389)](n),o=!0;const r=n[s(494)],i=n[s(431)],a=r&&r.is(s(553),s(530)),l=i&&i.is(s(553),s(530));a&&!c[s(394)](r)&&u[s(389)](r),l&&!c[s(394)](i)&&u[s(389)](i)}else n.is(s(553),s(454))&&n[s(541)]&&(t[s(408)](e[s(476)]),o=!0)}else if(s(529)==t[s(576)]){if(!t[s(404)]||!t[s(404)][s(520)])continue;const e=t[s(404)][s(524)];if(e&&Object[s(422)](e)[s(481)])continue;const n=t[s(404)][s(520)];let r=!0,i=!0;for(const e of a)if(e[s(576)]&&e[s(576)][s(434)](s(424))){if(!e[s(404)][s(520)]){i=!1;break}if(e.id!=t.id&&e[s(404)][s(520)]==n){r=!1;break}}i&&r&&(t[s(407)](),o=!0)}for(const t of c)e[s(466)](t);for(const t of u)e[s(464)](t);return o})),n[t(480)][t(442)](t(432))[t(438)]({model:t(443),view:(t,e)=>h(t),converterPriority:t(519)}),n[t(480)][t(442)](t(436))[t(438)]({model:t(443),view:(e,n)=>n[t(515)][t(484)]?h(e,!1):null,converterPriority:t(519)});const g=n[t(458)][t(567)];this[t(398)](g[t(546)],t(477),((e,n)=>{const r=t,s=[];for(const t of g[r(412)](n[r(395)])[r(399)]())t.is(r(553),r(379))&&s[r(375)](t);g[r(402)]((t=>{const e=r;for(const n of s)t[e(523)](t[e(412)](n),t[e(551)](n)),t[e(466)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(541)])return!0;const n=t[e(446)](0);return n.is(e(553),e(454))&&n[e(541)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(429)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=La;function Na(){const t=["handleResizeTableWidthCommand","12966YqNaEh","subType","handleSuggestionDescription","formatBlock","26FoKveW","table","type","resizeTableWidth","_suggestionFactory","_descriptionFactory","resizeTable","bind","797855POzkLm","494940mXhZGS","TrackChangesEditing","data","change","getContainedElement","getColumnGroupElement","getTableColumnsWidths","editor","1504384IJNVKW","markBlockFormat","registerDescriptionCallback","format","*Format:* resize table","has","getSuggestions","getSelectedElement","30825duJTXU","getAttribute","document","formatGroupId","plugins","418302ytgisY","TableColumnResizeEditing","getSuggestionCallback","4glCNsB","columnWidths","commandParams","afterInit","211141XyejIX","Users","locale","registerCustomCallback","selection","formatInline","enableCommand","model","discard","accept","get","tableWidth","author"];return(Na=function(){return t})()}function La(t,e){const n=Na();return(La=function(t,e){return n[t-=455]})(t,e)}!function(t,e){const n=La,r=t();for(;;)try{if(102611===-parseInt(n(490))/1*(parseInt(n(494))/2)+-parseInt(n(464))/3+parseInt(n(472))/4*(parseInt(n(502))/5)+-parseInt(n(503))/6+-parseInt(n(476))/7+parseInt(n(456))/8+parseInt(n(469))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Ra extends t.Plugin{[Ca(475)](){const t=Ca;if(!this[t(455)][t(468)][t(461)](t(470)))return;const e=this[t(455)][t(468)][t(486)](t(504));e[t(482)](t(497),this[t(489)][t(501)](this)),e[t(498)][t(479)](t(493),t(500),t(485),e[t(498)][t(471)](t(493),null,t(484))),e[t(498)][t(479)](t(493),t(500),t(484),e[t(498)][t(471)](t(493),null,t(485))),e[t(499)][t(458)](this[t(492)][t(501)](this))}[Ca(489)](t,e){const n=Ca,r=this[n(455)][n(468)][n(486)](n(504)),s=this[n(455)][n(468)][n(486)](n(470)),o=e[n(495)]||this[n(455)][n(483)][n(466)][n(480)][n(463)]();this[n(455)][n(483)][n(506)]((()=>{const i=n,a=s[i(508)](o);let c=a?s[i(509)](a):null,u=o[i(465)](i(487))||null;const l=e[i(487)]||u,f=e[i(473)]||c,h=this[i(455)][i(468)][i(486)](i(477)).me;for(const t of r[i(462)]()){const e=t[i(507)]();if(i(500)===t[i(491)]&&e===o){t[i(488)]!==h&&t[i(484)]();const e=t[i(505)][i(474)];u=e[0][i(487)],c=e[0][i(473)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(457)](o,{commandName:i(497),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(500)},[],i(500))}))}[Ca(492)](t){const e=Ca;if(e(493)!=t[e(496)]&&e(481)!=t[e(496)])return;const{data:n}=t;if(n&&e(500)===n[e(467)]){const t=e(460);return{type:e(459),content:Wr(this[e(455)][e(478)],t)}}}}const Sa=Ma;function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=418]})(t,e)}function va(){const t=["has","378296paryEb","919440ojTFwJ","62178ORPXSF","262572GHtyzn","editor","139776KEeLbs","get","1114szfhwF","insertTemplate","326452wIxPRI","72CHJaHy","afterInit","Template","plugins","enableCommand","TrackChangesEditing","351qXNIyz"];return(va=function(){return t})()}!function(t,e){const n=Ma,r=t();for(;;)try{if(125034===parseInt(n(430))/1*(-parseInt(n(421))/2)+parseInt(n(434))/3+parseInt(n(423))/4+-parseInt(n(433))/5+parseInt(n(435))/6+-parseInt(n(419))/7+-parseInt(n(432))/8*(-parseInt(n(424))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class wa extends t.Plugin{[Sa(425)](){const t=Sa,e=this[t(418)];e[t(427)][t(431)](t(426))&&e[t(427)][t(420)](t(429))[t(428)](t(422))}}function Oa(){const t=["enableCommand","TrackChangesEditing","insertTableOfContents","276mAiDAa","8rsdMqI","1225910eiSFBo","7584952HYPlZv","registerElementLabel","editor","afterInit","tableOfContents","108372ixeyPO","commands","916701zIQdlK","get","_descriptionFactory","275lLZTVX","261560mSPXkm","ELEMENT_TABLE_OF_CONTENTS","5791680qNSHWC","15tUzipy","plugins","34517kzxCUA","locale"];return(Oa=function(){return t})()}const Fa=Da;function Da(t,e){const n=Oa();return(Da=function(t,e){return n[t-=482]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(476981===-parseInt(n(504))/1*(parseInt(n(495))/2)+-parseInt(n(497))/3+parseInt(n(488))/4*(-parseInt(n(501))/5)+-parseInt(n(487))/6*(-parseInt(n(482))/7)+-parseInt(n(490))/8+-parseInt(n(503))/9+parseInt(n(489))/10*(parseInt(n(500))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oa);class xa extends t.Plugin{[Fa(493)](){const t=Fa,e=this[t(492)];if(!e[t(496)][t(498)](t(486)))return;e[t(505)][t(498)](t(485))[t(484)](t(486));const n=e[t(505)][t(498)](t(485)),r=e[t(483)];n[t(499)][t(491)](t(494),(e=>Wr(r,t(502),e)))}}const Pa=Ba;function Ba(t,e){const n=ja();return(Ba=function(t,e){return n[t-=361]})(t,e)}!function(t,e){const n=Ba,r=t();for(;;)try{if(737294===-parseInt(n(394))/1*(-parseInt(n(401))/2)+-parseInt(n(395))/3+parseInt(n(399))/4*(-parseInt(n(389))/5)+parseInt(n(396))/6+parseInt(n(369))/7+parseInt(n(362))/8+-parseInt(n(400))/9*(parseInt(n(383))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ja);class Ua extends t.Plugin{[Pa(402)](){const t=Pa,e=this[t(366)];if(!e[t(375)][t(381)](t(365)))return;const n=e[t(375)][t(370)](t(364));n[t(377)][t(374)](t(361),(()=>Wr(e[t(371)],t(378)))),e[t(384)][t(398)][t(393)]((r=>{const s=t;let o=!1;const i=Array[s(373)](e[s(384)][s(398)][s(385)][s(368)]());for(const{name:t,data:a}of i){const{group:i}=n[s(382)](t);if(s(376)!==i||!a[s(390)])continue;const c=a[s(390)],u=c[s(367)][s(386)];if(!u||!u.is(s(380),s(361)))continue;if(!c[s(372)][s(363)](c[s(367)]))continue;const l=e[s(384)][s(391)][s(403)](c[s(367)],s(404));if(l&&l[s(379)]){const e=r[s(392)](c[s(372)],l[s(372)]);e[s(387)](c)||(r[s(397)](t,{range:e}),o=!0)}o||(r[s(388)](t),o=!0)}return o}))}}function ja(){const t=["plugins","suggestion","_descriptionFactory","ELEMENT_TITLE","isCollapsed","element","has","_splitMarkerName","10FaLWct","model","differ","nodeBefore","isEqual","removeMarker","4715gejIRz","newRange","schema","createRange","registerPostFixer","103guKsyj","842886Hynhaq","4579398RHMdNT","updateMarker","document","3724AXhYtc","3155265rToVLh","9908EuLfgj","afterInit","getNearestSelectionRange","forward","title-content","1563600IFRDrS","isTouching","TrackChangesEditing","Title","editor","end","getChangedMarkers","5444803mydCUA","get","locale","start","from","registerElementLabel"];return(ja=function(){return t})()}const Ga=Ha;function Va(){const t=["3YbgJbD","UndoEditing","afterInit","plugins","421740MANeKR","get","859765Babhni","5727052lUykNk","746kRQcKY","enableCommand","undo","6LhXZpz","30858014rFHfdI","editor","has","1106289OMfkHh","1283bUNBPA","56uyhzFd","redo","2756509WyRzBQ","TrackChangesEditing"];return(Va=function(){return t})()}function Ha(t,e){const n=Va();return(Ha=function(t,e){return n[t-=123]})(t,e)}!function(t,e){const n=Ha,r=t();for(;;)try{if(727615===-parseInt(n(130))/1*(-parseInt(n(143))/2)+parseInt(n(135))/3*(-parseInt(n(142))/4)+parseInt(n(141))/5+parseInt(n(125))/6*(-parseInt(n(133))/7)+-parseInt(n(131))/8*(parseInt(n(129))/9)+-parseInt(n(139))/10+parseInt(n(126))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Va);class Wa extends t.Plugin{[Ga(137)](){const t=Ga,e=this[t(127)],n=e[t(138)][t(140)](t(134));e[t(138)][t(128)](t(136))&&(n[t(123)](t(124)),n[t(123)](t(132)))}}function za(){const t=["2997804IROVsB","3195ptVuzY","enableCommand","plugins","TableCaptionEditing","774641SwvIqM","requires","703234izWAnJ","get","2pRMdlx","TrackChangesEditing","123541yuUsSy","2301008TBlCmZ","has","8046WZoVob","2003634qbiomc","afterInit","editor","6JGBEmU","40efeTwe","toggleTableCaption","930xoQhGl"];return(za=function(){return t})()}const Ka=Xa;function Xa(t,e){const n=za();return(Xa=function(t,e){return n[t-=256]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(663398===-parseInt(n(271))/1*(parseInt(n(275))/2)+parseInt(n(262))/3*(parseInt(n(256))/4)+-parseInt(n(267))/5*(-parseInt(n(258))/6)+parseInt(n(273))/7*(parseInt(n(263))/8)+parseInt(n(259))/9+parseInt(n(265))/10*(-parseInt(n(277))/11)+-parseInt(n(266))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class qa extends t.Plugin{static get[Ka(272)](){return[aa]}[Ka(260)](){const t=Ka,e=this[t(261)];e[t(269)][t(257)](t(270))&&e[t(269)][t(274)](t(276))[t(268)](t(264))}}const Ya=Qa;function Ja(){const t=["990utUmuQ","tableBorderStyle","5147672wadkIi","getAttribute","_handlePropertyChange","removeAttribute","getContainedElement","model","data","document","tableCellHorizontalAlignment","tableCellPadding","TablePropertiesEditing","tableCellBorderWidth","getSuggestionCallback","enableCommand","3780FqLeDw","*Format:* change table properties","discard","pluginName","editor","subType","4548kzxEFt","TrackChangesEditing","plugins","tableCellBackgroundColor","tableAlignment","40aNBDqj","tableHeight","findAncestor","getSuggestions","registerDescriptionCallback","28162255lvAQow","TableCellPropertiesEditing","TableUtils","getSelectionAffectedTableCells","locale","tableBorderColor","6264160jXKQph","markBlockFormat","TrackChangesTableProperties","commandParams","_getSuggestion","getFirstPosition","start","204828vGuESk","table","formatBlock","nodeAfter","setAttribute","tableCellWidth","selection","handleSuggestionDescription","10770540fKOlJa","tableBorderWidth","tableCellHeight","handleDiscardAction","_suggestionFactory","join","accept","tableCellBorderColor","change","tableWidth","afterInit","*Format:* change table cell properties","format","_descriptionFactory","batch","get","tableProperties","registerCustomCallback","tableCellBorderStyle","tableCellProperties","tableBackgroundColor","has","438eTYSAx","tableCellVerticalAlignment","enqueueChange","12oMHmHs","9mBjECW"];return(Ja=function(){return t})()}function Qa(t,e){const n=Ja();return(Qa=function(t,e){return n[t-=336]})(t,e)}!function(t,e){const n=Qa,r=t();for(;;)try{if(670526===-parseInt(n(344))/1*(-parseInt(n(403))/2)+-parseInt(n(408))/3*(parseInt(n(350))/4)+parseInt(n(355))/5*(parseInt(n(373))/6)+-parseInt(n(366))/7+parseInt(n(410))/8*(-parseInt(n(407))/9)+-parseInt(n(381))/10+parseInt(n(360))/11*(parseInt(n(406))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Za extends t.Plugin{constructor(t){const e=Qa;super(t),this[e(397)]=[e(365),e(409),e(382),e(354),e(390),e(356),e(401)],this[e(400)]=[e(388),e(399),e(341),e(339),e(378),e(383),e(353),e(338),e(404)]}static get[Ya(347)](){return Ya(368)}[Ya(391)](){const t=Ya,e=this[t(348)][t(352)][t(396)](t(351));if(this[t(348)][t(352)][t(402)](t(340))){for(const n of this[t(397)])e[t(343)](n,((e,r)=>{const s=t,o=this[s(348)][s(415)][s(337)][s(379)][s(371)]()[s(357)](s(374));this[s(412)](n,[o],this[s(397)],s(397),e,r)}));e[t(385)][t(398)](t(375),t(397),t(387),e[t(385)][t(342)](t(375),null,t(346))),e[t(385)][t(398)](t(375),t(397),t(346),((e,n)=>this[t(384)](this[t(397)],e,n))),e[t(385)][t(398)](t(375),t(397),t(386),(()=>!1))}if(this[t(348)][t(352)][t(402)](t(361))){for(const n of this[t(400)])e[t(343)](n,((e,r)=>{const s=t,o=this[s(348)][s(352)][s(396)](s(362))[s(363)](this[s(348)][s(415)][s(337)][s(379)]);this[s(412)](n,o,this[s(400)],s(400),e,r)}));e[t(385)][t(398)](t(375),t(400),t(387),e[t(385)][t(342)](t(375),null,t(346))),e[t(385)][t(398)](t(375),t(400),t(346),((e,n)=>this[t(384)](this[t(400)],e,n))),e[t(385)][t(398)](t(375),t(400),t(386),(()=>!1))}e[t(394)][t(359)]((e=>this[t(380)](e)))}[Ya(412)](t,e,n,r,s,o){const i=Ya,a=this[i(348)][i(352)][i(396)](i(351));this[i(348)][i(415)][i(405)](o[i(395)],(()=>{const t=i;for(const i of e)if(this[t(370)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(411)](r);void 0!==n&&(e[r]=n)}s(o),a[t(367)](i,{commandParams:[e]},[],r)}}))}[Ya(384)](t,e,n){const r=Ya,s=e[0][r(372)][r(376)],o=n[r(369)][0];this[r(348)][r(415)][r(389)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(377)](r,o[r],s):e[n(413)](r,s)}))}[Ya(380)](t){const e=Ya;if(t[e(336)])switch(t[e(349)]){case e(397):return{type:e(393),content:Wr(this[e(348)][e(364)],e(345))};case e(400):return{type:e(393),content:Wr(this[e(348)][e(364)],e(392))}}}[Ya(370)](t,e){const n=Ya,r=this[n(348)][n(352)][n(396)](n(351));for(const s of r[n(358)]({skipNotAttached:!0})){const r=s[n(414)]();if(s[n(349)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Q?Q.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ze(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Zt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=Tc;function bc(){const t=["substr","concat","suggestion:","model","collaboration.channelId","track-changes-command-not-found","from","ck-suggestion-marker--active","_initAriaMarkerChangeAnnouncements","comments","isAfter","end","refresh","attributeOldValue","createPositionAfter","updateSuggestion","_commentsRepository","toUpperCase","change:_saved","stopListening","addRange","insertion:chain","writer","_mergeNestedSuggestions","formatGroupId","markAttributeChange","deletion:chain","trackChanges","group","_setSuggestionData","dataReady","differ","registerCustomCallback","schema","addClass","assign","notReady","conversion","enqueueChange","removeMarker:suggestion:formatBlock","containsPosition","isOwn","_checkSuggestionCorrectness","unbindElementFromMarkerName","insert","getNearestSelectionRange","markBlockFormat","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","formatBlock:chain","delete","acceptSelectedSuggestions","editingDowncast","ck-suggestion-marker-formatInline","authoredAt","TrackChangesEditing","detach","_adapter","attribute:accept","authorName","_getAuthorFromId","getSuggestion","removeMarker:suggestion:attribute","getCustomProperty","ready","_findSuggestions","deleteContent","deletion:accept","locale","isArray","previous","markMultiRangeBlockFormat","getItems","formatBlock","_enableDefaultAttributesIntegration","next","howMany","rethrowUnexpectedError","set","suggestion-type","removeAttribute","chain","includes","fetchCommentThread","execute","attribute:discard","deletion","fromRange","config","12AzNpFS","resolve","map","highest","change","ariaLiveAnnouncer","markers","50hMmYoz","error-saving-suggestion-data-suggestion-discarded","newValue","createSelection","_isBlockAttribute","normal","rename","18438AuxiAk","isCollapsed","root","join","_enabledCommands","selection","isIntersecting","getSuggestions","track-changes-adapter-already-set","1626417AaNYAS","track-changes-suggestion-data-mismatch","data-suggestion","getChangedMarkers","suggestion:attribute:","markDeletion","createElement","formatInline","author","markerToData","return","isTouching","_registerInlineAttribute","getAttribute","_refreshAttributeSuggestionsChain","1692960TeBXHC","values","addSuggestion","push","_isForcedDefaultExecutionBlock","_suggestionState","trackChanges.mergeNestedSuggestions","_reduceSuggestionAttributeRange","track-changes-suggestion-not-found","getFirstRange","groupId","discardSelectedSuggestions","pop","attributeNewValue","_updateSuggestionData","every","removeMarkers","_setSuggestionRange","3366985DKmwoB","oldRange","isNextTo","get","elementEnd","getUser","isUndo","_getMarkerAnnouncementText","formatBlock:","remove","applyOperation","adapter","item","clone","@external","dataToMarker","commands","_removeSuggestion","upcast","containsItem","clear","widget","enableCommand","always","hasComments","start","reconvertMarker","createPositionAt","CommentsRepository","_addSuggestionMarker","meta","_suggestions","157028LrtTRO","document","insertion:accept","insertion:","markInsertion","commentThread","updateMarker","getIntersection","addMarker:suggestion","formatBlock:join","_blockAttributeKeys","then","_rangeIsInLocalUserInsertion","name","moveTargetPosition","filter","track-changes-enable-command-twice","getDifference","_joinSuggestions","addMarker","_handleNewSuggestionMarker","rejected","_createSuggestion","setAttribute","setTo","getChanges","options","_saved","getLastMatchingPosition","buildSuggestion","hasSuggestion","subType","low","_registerBlockAttribute","for","hasCommentThread","_refreshSuggestionsChain","oldValue","_getSuggestionData","getMarkers","size","attribute","elementStart","high","ENTER","isExternal","nodeBefore","deletion:join","markMultiRangeDeletion","attributeKey","formatBlock:discard","define","isIntersectingWithRange","addHighlight","_isRegisteredAttribute","_trackFormatChanges","getAllAdjacentSuggestions","value","warn","fromCharCode","markerToHighlight","isLimit","multipleBlocks","_addThreadToSuggestion","targetPosition","markerNameToElements","attributes","$elementName","isLocal","formatInline:join","format","isMultiRange","change:data","markInlineFormat","getRanges","isBlock","$text","announce","_getAttributeKey","attribute:","removeMarker","FORMATTING","elementToElement","track-changes-adapter-missing-getsuggestion","unshift","insertion","listenTo","marker-count","showSuggestionHighlights","isDocumentOperation","1819904bQXYTP","discardAllSuggestions","Users","stop","consume","LEAVE","toJSON","_defaultCallbacks","splitPosition","external:","$marker","containerElement","isObject","sort","head","registerPostFixer","commandName","originalSuggestionId","_customCallbacks","activeMarkers","markerReady","_processAttributeChanges","tablePasteChainId","enableReadOnlyMode","ck-suggestion-marker","formatInline:accept","setSelection","multi","find","accepted","suggestionChanged","containsRangeInObject","addCommentThread","$textProxy","suggestion","_suggestionFactory","insertion:join","bindElementToMarker","deletion:discard","isInsideObject","open","formatBlock:accept","_processAttributeSuggestions","before","isBefore","addMarker:suggestion:formatBlock","_splitMarkerName","forward","backward","getMultiRangeId","init","toViewElement","keys","plugins","insertContent","_afterChanges","addUser","nodeAfter","move","PendingActions","PENDING_ACTION_SUGGESTION","getFirstMarker","createPositionBefore","range","_recordAttributeChanges","mapper","getCommentThread","never","skipNestingCheck","default","documentSelection","_registerDefaultCallbacks","isSelectable","createRange","containsRange","position","removeClass","markerName","getSuggestionCallback","_inlineAttributeKeys","insertion:discard","_onDiscard","editor","requires","removeComment","has","_reduceExistingSuggestions","batch","length","track-changes-user-not-found","addMarker:suggestion:attribute","ck-suggestion-marker-","discardSuggestion","after","acceptSuggestion","forceDefaultExecution","pluginName","isEqual","catch","formatInline:discard","_editor","forEach","newRange","markMultiRangeInsertion","some","260244VSaesy","_getExternalAuthor","createRangeOn","_recordAttributeSuggestions","parent","element","getRange","unbind","deletion:","createRangeIn","split","_cutOutSuggestionMarker","consumable","trackChangesCommand","update:suggestion","change:activeMarkers","acceptAllSuggestions","_element","formatInline:chain","lowest","attribute:join","createdAt","accept","removed","trackChanges.trackFormatChanges","$graveyard","add","_isDataLoaded","ck-suggestion-marker-formatBlock","getShiftedBy","addComment","editing","isAtStart","isInContent","discard","substring","getAncestors","formatInline:","type","_descriptionFactory","creator","addMarkerName","_model","fire","startsWith","getContainedElement","addSuggestionData","key","getWalker","splice","dataDowncast","isRemovable","_SUGGESTION_ANNOUNCEMENT","isAtEnd","rootName","_breakSuggestionMarker","suggestionLoaded","_joinWithAdjacentSuggestions","248YrQufc","data","suggestionUnloaded"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=207]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(558020===parseInt(n(633))/1+-parseInt(n(396))/2*(parseInt(n(545))/3)+-parseInt(n(291))/4+parseInt(n(601))/5+-parseInt(n(583))/6+-parseInt(n(559))/7*(-parseInt(n(454))/8)+-parseInt(n(568))/9*(-parseInt(n(552))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(268);class yc extends t.Plugin{static get[Ec(374)](){return[Ec(629),o.Users,t.PendingActions,Qr,es,as,ls,Ts,ms,ks,Rs,Bs,$s,so,uo,ho,bo,Ao,Lo,vo,Do,Ho,Uo,Xo,Jo,ei,ci,di,Li,oi,Vs,Xs,Ei,yi,vi,Di,ji,Wi,qi,$i,ra,aa,ha,ma,qa,ya,Ra,xa,Za,wa,Ua,Wa]}static get[Ec(387)](){return Ec(511)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(547)]((t=>String[e(260)](t)))[e(562)]("")}super(t),this[e(399)]=!1,this[e(534)](e(310),[]),this.on(e(411),((n,r,s,o)=>{const i=e;this[i(438)][i(549)]((()=>{const e=i;for(const n of[...o,...s])this[e(438)][e(551)][e(376)](n)&&t[e(427)][e(627)](n)}))})),this[e(435)]=new Xr(this[e(373)][e(460)][e(490)],this[e(373)][e(524)]),this[e(513)]=null,this[e(326)]=new Ac(this[e(373)]),this[e(632)]=new Map,this[e(473)]=t[e(344)][e(604)](e(629)),this[e(563)]=new Set,this[e(438)]=this[e(373)][e(460)],this[e(588)]=new WeakMap,this[e(587)]=!1,this[e(211)]=new Set([e(268)]),this[e(370)]=new Set,t[e(544)][e(252)](e(420),e(360)),this[e(256)]=t[e(544)][e(604)](e(420)),t[e(544)][e(252)](e(589),!0),this[e(480)]=t[e(544)][e(604)](e(589)),this[e(409)]=new l(t,this[e(563)]),this[e(465)](),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,48,56,50,48])}[Ec(341)](){const t=Ec,n=this[t(373)],r=(e,n)=>{const r=t;if(r(242)!=e)return r(382)+e;const s=n[r(406)]("|")[0];return this[r(556)](s)?r(424):r(509)};n[t(494)][t(235)](t(508))[t(261)]({model:t(325),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(337)](e[n(368)]),a=[n(315),r(o,i)];let c=3e3;return this[n(310)][n(538)](e[n(368)])&&(a[n(586)](n(464)),c=3010),n(542)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(494)][t(235)](t(446))[t(422)]((e=>{const r=t;e.on(r(209),((t,e,s)=>{const o=r;if(!s[o(227)][o(289)])return;const i=e[o(613)];if(!i)return;const c=s[o(356)][o(342)](i);n[o(460)][o(490)][o(303)](i)&&c&&!c[o(519)](o(622))&&c.is(o(302))&&(0,a.toWidget)(c,s[o(479)])}),{priority:r(244)})})),n[t(494)][t(235)](t(446))[t(261)]({model:t(325),view:(e,n)=>{const s=t;if(!n[s(227)][s(289)])return null;const{type:o,subType:i}=this[s(337)](e[s(368)]);return{classes:[s(315),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(613)])return;const{id:c}=this[a(337)](o[a(368)]);if(r){const t=this[a(632)][a(604)](c),e=this[a(279)](t);if(!this[a(556)](e))return}if(o[a(613)].is(a(564)))return void i[a(408)][a(295)](o[a(613)],s[a(214)]);const u=i[a(356)][a(342)](o[a(613)]);if(o[a(613)].is(a(401))&&n[a(460)][a(490)][a(276)](o[a(613)])&&!u[a(519)](a(254))){i[a(479)][a(491)]([a(315),a(424)],u),i[a(479)][a(224)](a(570),c,u),i[a(356)][a(328)](u,o[a(368)]),e&&(this[a(310)][a(538)](o[a(368)])?i[a(479)][a(491)](a(464),u):i[a(479)][a(367)](a(464),u));for(const t of n[a(460)][a(405)](o[a(613)])[a(528)]())i[a(408)][a(295)](t,s[a(214)]);i[a(408)][a(295)](o[a(613)],s[a(214)])}};n[t(494)][t(235)](t(446))[t(422)]((e=>{const n=t;e.on(n(336),((t,e,r)=>{const o=n;r[o(227)][o(289)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(548)})})),n[t(494)][t(235)](t(446))[t(422)]((e=>{const n=t;e.on(n(381),((t,e,r)=>{const o=n;r[o(227)][o(289)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(548)})})),n[t(494)][t(235)](t(446))[t(577)]({model:t(325),view:(e,n)=>n[t(227)][t(289)]?null:{group:t(325),name:e[t(457)](11)}}),n[t(494)][t(235)](t(619))[t(283)]({view:{name:t(325),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(459)+e[r(581)](r(535))+":"+e[r(581)]("id");return e[r(581)](r(288))&&(s+=":"+e[r(581)](r(288))),n[r(574)](r(301),{"data-name":s})}}),n[t(494)][t(235)](t(619))[t(616)]({view:t(325)}),n[t(494)][t(235)](t(508))[t(422)]((e=>{const n=t;e.on(n(336),s(),{priority:n(244)})})),n[t(494)][t(235)](t(508))[t(422)]((e=>{const n=t;e.on(n(381),s({isAttributeSuggestion:!0}),{priority:n(244)})})),n[t(494)][t(235)](t(508))[t(422)]((e=>{const n=t;e.on(n(496),((t,e,r)=>{const s=n,o=r[s(356)][s(266)](e[s(368)]);if(o)for(const t of o)t[s(519)](s(254))||(r[s(479)][s(367)]([s(315),s(424),s(464)],t),r[s(479)][s(536)](s(570),t),r[s(356)][s(500)](t,e[s(368)]))}),{priority:n(244)})})),n[t(494)][t(235)](t(508))[t(422)]((e=>{const n=t;e.on(n(518),((t,e,r)=>{const s=n,o=r[s(356)][s(266)](e[s(368)]);if(!o)return;const{id:i}=this[s(337)](e[s(368)]),a=this[s(632)][s(604)](i),c=this[s(279)](a);if(this[s(556)](c))for(const t of o)t[s(519)](s(254))||(r[s(479)][s(367)]([s(315),s(424),s(464)],t),r[s(479)][s(536)](s(570),t),r[s(356)][s(500)](t,e[s(368)]))}),{priority:n(244)})})),n[t(460)][t(634)][t(306)]((e=>{const r=t;let s=!1;const o=Array[r(463)](n[r(460)][r(634)][r(488)][r(571)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(337)](t);if(r(325)!==o)continue;const h=this[r(632)][r(604)](f);if(null!=c[r(393)]){r(575)==u&&(s=s||Nc(c[r(393)],t,e,n[r(460)][r(490)]));const o=r(242)==u&&this[r(556)](l[r(406)]("|")[0]);if(c[r(393)][r(560)]||r(421)==c[r(393)][r(561)][r(450)]||r(529)==u&&!Rc(c[r(393)])||o&&!Rc(c[r(393)])||r(542)==u&&(Cc(a=c[r(393)])||function(t){const e=r;return t[e(626)][e(400)]==t[e(468)][e(247)]&&t[e(626)][e(449)]}(a)))e[r(281)](t),s=!0;else{if(!h||!h[r(429)])continue;i[r(422)](h)}}}var a;return i[r(241)]>0&&(s=!!this[r(453)](i)||s),s})),n[t(460)][t(634)][t(306)]((e=>{const r=t;let s=!1;for(const t of n[r(460)][r(634)][r(488)][r(226)]())if(r(501)==t[r(434)])for(const t of this[r(632)][r(584)]()){if(t[r(272)]||!t[r(429)])continue;const o=r(529)==t[r(434)],i=this[r(279)](t),a=i&&this[r(556)](i);if(!o&&!a)continue;const c=t[r(592)]();if(c[r(626)][r(400)]!=c[r(468)][r(400)]&&!c[r(468)][r(449)]){const o=n[r(460)][r(628)](c[r(626)][r(348)],r(468)),i=n[r(460)][r(364)](c[r(626)],o);e[r(207)](t[r(352)](),{range:i}),s=!0}}return s})),n[t(460)][t(634)][t(306)]((e=>this[t(312)](e))),n[t(460)][t(634)][t(306)]((e=>!e[t(378)][t(269)]&&this[t(333)](e))),n[t(460)].on(t(346),(()=>{this[t(399)]=!1})),n[t(460)][t(634)].on(t(273),((r,s)=>{const o=t;if(!s[o(269)]||s[o(607)])return;if(!this[o(399)])return;const i=n[o(460)][o(634)][o(488)][o(226)]();if(0==i[o(379)])return;const a=[],c=i[o(216)]((t=>o(242)==t[o(434)])),u=i[o(216)]((t=>o(501)==t[o(434)]&&o(277)!=t[o(214)])),l=i[o(216)]((t=>o(610)==t[o(434)]&&o(277)!=t[o(214)]));for(const t of c)this[o(255)](t[o(250)])&&a[o(586)]({key:t[o(250)],newValue:t[o(596)],oldValue:t[o(470)],range:Sc(t[o(354)],n[o(460)])});for(const t of u){const e=l[o(319)]((e=>e[o(413)]===t[o(413)]));if(e){const r=Mc(t[o(366)][o(348)],n[o(460)]);e[o(214)]!==t[o(214)]&&a[o(586)]({key:o(268),newValue:t[o(214)],oldValue:e[o(214)],range:r});for(const[n,s]of e[o(267)]){if(!this[o(255)](n))continue;const e=t[o(267)][o(604)](n);s!==e&&a[o(586)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(267)])this[o(255)](n)&&(e[o(267)][o(376)](n)||a[o(586)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(379)]&&n[o(460)][o(495)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(482)](t,e,s,o,{groupId:r});this[n(377)](t,a)}))}),{priority:t(415)}),n[t(460)][t(551)].on(t(410),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(337)](n[s(214)]),e=this[s(632)][s(604)](t);e&&e[s(437)](n[s(214)])}})),n[t(460)][t(634)].on(t(273),(()=>{const e=t,r=Array[e(463)](n[e(460)][e(634)][e(488)][e(571)]())[e(216)]((t=>e(325)===this[e(337)](t[e(214)])[e(485)]));if(0===r[e(379)])return;r[e(304)](((t,n)=>{const r=e,s=t[r(455)][r(602)],o=n[r(455)][r(602)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(626)][r(335)](o[r(626)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(337)](t);if(null===n[e(602)]){const n=this[e(221)](t);o[e(422)](n)}else{const t=this[e(632)][e(604)](r);null!==n[e(393)]||t[e(429)]?(s[e(422)](t[e(305)]),o[e(422)](t)):this[e(618)](t)}}o[e(241)]>0&&this[e(237)](o);for(const t of s)this[e(439)](e(321),t)})),n[t(460)].on(t(611),((e,r)=>{const s=t,o=r[0];if(!this[s(632)][s(241)])return;if(!o[s(290)])return;if(o[s(378)][s(607)]||!o[s(378)][s(269)])return;let i,a;switch(o[s(434)]){case s(501):i=n[s(460)][s(628)](o[s(366)]),a=i[s(425)](o[s(532)]);break;case s(406):i=n[s(460)][s(628)](o[s(299)]),a=n[s(460)][s(628)](o[s(215)]);break;case s(349):i=n[s(460)][s(628)](o[s(265)]),a=i[s(425)](o[s(532)]);break;default:return}const c=n[s(460)][s(364)](i,a);n[s(460)][s(549)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(521)](c)){if(e[t(272)])continue;if(t(575)==e[t(434)])continue;const r=this[t(279)](e);if(r&&this[t(556)](r)&&t(406)!=o[t(434)])continue;const s=e[t(455)]&&e[t(455)][t(263)];(t(529)!=e[t(434)]||t(406)==o[t(434)]&&!s)&&(n[t(322)]||t(286)==e[t(434)]&&n[t(498)]||e[t(592)]()[t(365)](c)&&this[t(451)](e,i,a))}}))}),{priority:t(415)}),n[t(460)].on(t(522),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(386)])return;if(this[s(587)])return;if(!this[s(409)][s(258)])return;if(o[s(560)])return;const a=n[s(460)][s(490)],{start:c,end:u}=o[s(592)](),l=c[s(348)]&&a[s(262)](c[s(348)])?null:a[s(502)](c,s(338)),f=u[s(247)]&&a[s(262)](u[s(247)])?null:a[s(502)](u,s(339)),h=n[s(460)][s(364)](l?l[s(626)]:c,f?f[s(468)]:u);n[s(460)][s(549)]((t=>{const e=s;this[e(573)](h);const r=n[e(460)][e(490)][e(502)](h[e(626)]);o.is(e(361))?t[e(317)](r):o[e(225)](r)})),e[s(294)]()}),{priority:e.priorities[t(557)]+10}),n[t(460)].on(t(345),((e,r)=>{const s=t,o=r[r[s(379)]-1];o&&o[s(386)]||this[s(587)]||this[s(409)][s(258)]&&(n[s(460)][s(549)]((()=>{const t=s;let o=n[t(460)][t(345)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(578)]=o[t(614)]();const i=o[t(468)][t(247)],a=n[t(460)][t(490)];i&&a[t(276)](i)&&!a[t(303)](i)&&(o=n[t(460)][t(364)](o[t(626)],n[t(460)][t(628)](i,t(468)))),this[t(637)](o)})),e[s(294)]())}),{priority:t(244)}),this[t(373)][t(617)][t(422)](t(484),this[t(409)]),this[t(623)](t(484));const o=new d(n,this[t(632)]);n[t(617)][t(422)](t(385),o),this[t(623)](t(385));const i=new b(n,this[t(632)]);n[t(617)][t(422)](t(383),i),this[t(623)](t(383)),n[t(617)][t(422)](t(412),new L(n,o,this[t(632)])),this[t(623)](t(412)),n[t(617)][t(422)](t(292),new L(n,i,this[t(632)])),this[t(623)](t(292)),n[t(617)][t(422)](t(507),new w(n,o,this[t(632)])),this[t(623)](t(507)),n[t(617)][t(422)](t(594),new w(n,i,this[t(632)])),this[t(623)](t(594));const c=n[t(344)][t(604)](t(629));this[t(287)](c,t(426),((e,{threadId:n})=>{const r=t,s=this[r(632)][r(604)](n);s&&s[r(638)]&&1===s[r(638)][r(379)]&&this[r(597)](n,{hasComments:!0})}),{priority:t(233)}),this[t(287)](c,t(375),((e,{threadId:n})=>{const r=t,s=this[r(632)][r(604)](n);s&&s[r(638)]&&!s[r(638)][r(379)]&&this[r(597)](n,{hasComments:!1})}),{priority:t(233)})}set[Ec(612)](t){const n=Ec;if(this[n(513)])throw new e.CKEditorError(n(567),this);this[n(513)]=t}get[Ec(612)](){return this[Ec(513)]}[Ec(566)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(632)][n(584)]())t&&!e[n(429)]||r[n(586)](e);return e?r[n(547)]((t=>t[n(297)]())):r}[Ec(517)](t){const n=Ec,r=this[n(632)][n(604)](t);if(!r)throw new e.CKEditorError(n(591),this);return r}[Ec(231)](t){const e=Ec;return this[e(632)][e(376)](t)}[Ec(442)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(434)][e(406)](":"),a=this[e(632)][e(604)](r)||this[e(223)](o,i,r,n,s);if(this[e(264)](a),this[e(499)](a,o,i||null,n),a[e(417)]=t[e(417)],a[e(423)]=!0,s&&s[e(615)]){const t=s[e(615)],n=this[e(397)](t[e(515)]);a[e(510)]=t[e(417)],a[e(576)]=n,a[e(246)]=!0}else a[e(510)]=t[e(417)];switch(t[e(455)]&&(a[e(455)]=t[e(455)]),t[e(267)]&&(a[e(267)]=t[e(267)]),this[e(513)]&&this[e(513)][e(585)]||(a[e(228)]=!0),this[e(588)][e(604)](a)){case e(493):this[e(588)][e(534)](a,e(487));break;case e(311):a[e(429)]?(this[e(453)](new Set([a])),this[e(237)](new Set([a])),this[e(588)][e(534)](a,e(520)),this[e(439)](e(452),a)):this[e(588)][e(534)](a,e(419))}return a}[Ec(385)](t){const e=Ec;this[e(386)]((()=>{const n=e;this[n(373)][n(460)][n(549)]((()=>{const e=n;for(const n of t[e(257)]())n[e(418)]()}))}))}[Ec(383)](t){const e=Ec;this[e(386)]((()=>{const n=e;this[n(373)][n(460)][n(549)]((()=>{const e=n;for(const n of t[e(257)]())n[e(430)]()}))}))}[Ec(623)](t,n){const r=Ec,s=this[r(373)][r(617)][r(604)](t);if(!s)throw new e.CKEditorError(r(462),this,{commandName:t});if(this[r(563)][r(376)](s))throw new e.CKEditorError(r(217),this,{commandName:t});this[r(563)][r(422)](s),n&&s.on(r(540),((t,e)=>{const o=r;this[o(409)][o(258)]&&(this[o(587)]||(e[o(379)]>0&&e[e[o(379)]-1]&&e[e[o(379)]-1][o(386)]?e[o(595)]():(t[o(578)]=n(((...t)=>s[o(540)](...t,{forceDefaultExecution:!0})),...e),t[o(294)]())))}),{priority:r(244)})}[Ec(386)](t){const n=Ec;let r,s;const o=this[n(587)];this[n(587)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(587)]=!1),s&&e.CKEditorError[n(533)](s,this),r}[Ec(637)](t,n=null,r={}){const s=Ec;if(t[s(560)])return null;const o=this[s(373)][s(344)][s(604)](s(293)).me;for(const{suggestion:e,meta:o}of this[s(521)](t,s(286)))if(o[s(498)]){if(!o[s(603)]){if(o[s(322)]){if(!this[s(480)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(451)](e,t[s(626)],t[s(468)]);break}if(n==e[s(232)]&&Oc(e,r)){const n=e[s(592)]();return n[s(626)][s(388)](t[s(468)])?this[s(600)](e,this[s(438)][s(364)](t[s(626)],n[s(468)])):this[s(600)](e,this[s(438)][s(364)](n[s(626)],t[s(468)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(636)+n:s(286),u=this[s(486)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(630)](c,i,a,t),u}[Ec(394)](t,n=Ec(318),r={}){const s=Ec,o=this[s(373)][s(344)][s(604)](s(293)).me,i=this[s(326)][s(369)](s(286),n,s(562));for(const e of this[s(566)]())if(e[s(576)].id==o.id&&s(286)==e[s(434)]&&e[s(232)]==n&&Oc(e,r)&&(i(e[s(275)](),t)||i(t,e[s(275)]()))){for(const n of t)e[s(477)](n);return e}for(const{suggestion:e,meta:n}of this[s(521)](t,s(286))){if(!n[s(498)])continue;if(!this[s(480)]&&n[s(322)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(275)]())for(const e of t)if(!n[s(365)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(636)+n,l=this[s(486)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(630)](u,a,c,e,Hr[s(340)]());return l}[Ec(274)](t,n,r=null,s={}){const o=Ec;if(r=r||Lc(n),t[o(560)])return null;if(o(358)===this[o(256)]){const e=this[o(326)][o(369)](o(575),r,o(418));return this[o(386)]((()=>e([t],n,s))),null}const i=this[o(373)][o(344)][o(604)](o(293)).me,a=[];if(o(624)!==this[o(256)])for(const{suggestion:e,meta:n}of this[o(521)](t,o(286)))n[o(498)]&&!n[o(330)]&&a[o(586)](...e[o(275)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(208)](s);e&&r[n(586)](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(218)](t);r[n(445)](e,1,...s),e+=s[n(379)]}}return r}(t,a);c[o(379)]&&this[o(438)][o(549)]((()=>{const t=o;for(const e of c){const o=this[t(326)][t(369)](t(575),r,t(418));this[t(386)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(626)],u=t[o(468)];for(const{suggestion:e,meta:n}of this[o(521)](t,o(575))){if(!n[o(498)])continue;if(e[o(232)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(592)]();if(i[o(365)](t,!0))return null;c=c[o(335)](i[o(626)])?c:i[o(626)],u=u[o(467)](i[o(468)])?u:i[o(468)],a?i[o(626)][o(335)](a[o(592)]()[o(626)])?(a[o(599)](),a=e):e[o(599)]():a=e}const l=this[o(438)][o(364)](c,u);if(a)this[o(600)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(486)]({id:t,type:o(433)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(630)](o(433)+r,t,a,l)}}return null}[Ec(503)](t,n,r=[],s=null,o={}){const i=Ec;n[i(481)]||(n[i(481)]=n[i(307)]),n[i(263)]=t.is(i(354)),s=s||Lc(n);const a=r[i(547)]((t=>Mc(t,this[i(438)]))),c=t.is(i(354))?t:Mc(t,this[i(438)]);if(i(358)===this[i(256)]){const t=this[i(326)][i(369)](i(529),s,i(418));return this[i(386)]((()=>t([c],n,o))),null}a[i(586)](c);let u=!0;for(const t of a)if(!this[i(213)](t)){u=!1;break}if(u&&i(624)!==this[i(256)]){const t=this[i(326)][i(369)](i(529),s,i(418));return this[i(386)]((()=>t([c],n,o))),null}let l=null,f=c[i(626)],h=c[i(468)];for(const{suggestion:t,meta:e}of this[i(521)](c,i(529))){if(!e[i(498)])continue;if(e[i(603)]||e[i(322)]||e[i(330)])continue;if(t[i(455)][i(481)]!=n[i(481)])continue;if(!Oc(t,o))continue;const r=t[i(592)]();if(t[i(232)]==s){if(r[i(365)](c,!0))return null;f=f[i(335)](r[i(626)])?f:r[i(626)],h=h[i(467)](r[i(468)])?h:r[i(468)],l?r[i(626)][i(335)](l[i(592)]()[i(626)])?(l[i(599)](),l=t):t[i(599)]():l=t}else{const e=c[i(208)](r);this[i(407)](t,e)}}const g=this[i(373)][i(344)][i(604)](i(293)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(600)](l,this[i(438)][i(364)](f,h)),l;{const t=this[i(486)]({id:d,type:i(609)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(630)](i(609)+s,d,p,this[i(438)][i(364)](f,h)),t}}[Ec(527)](t,n,r=[],s=null,o={}){const i=Ec;n[i(481)]||(n[i(481)]=n[i(307)]);const a=t[0];n[i(263)]=a.is(i(354)),s=s||Lc(n);const c=r[i(547)]((t=>Mc(t,this[i(438)]))),u=a.is(i(354))?t:t[i(547)]((t=>Mc(t,this[i(438)])));if(i(358)===this[i(256)]){const t=this[i(326)][i(369)](i(529),s,i(418));return this[i(386)]((()=>t(u,n,o))),null}c[i(586)](...u);let l=!0;for(const t of c)if(!this[i(213)](t)){l=!1;break}if(l&&i(624)!==this[i(256)]){const t=this[i(326)][i(369)](i(529),s,i(418));return this[i(386)]((()=>t(u,n,o))),null}const f=this[i(373)][i(344)][i(604)](i(293)).me;for(const t of this[i(566)]()){if(t[i(576)].id!=f.id)continue;if(i(529)!=t[i(434)]||t[i(455)][i(481)]!=n[i(481)])continue;if(!Oc(t,o))continue;const e=t[i(232)]==s;for(let n=0;n<u[i(379)];n++){const r=u[n];for(const s of t[i(240)]()){const o=s[i(402)]();if(r[i(388)](o)){e?(u[i(445)](n,1),n--):t[i(281)](s[i(214)]);break}}}}if(0==u[i(379)])return null;const h=this[i(326)][i(369)](i(529),s,i(562));for(const t of this[i(566)]())if(t[i(576)].id==f.id&&i(529)==t[i(434)]&&t[i(455)][i(481)]==n[i(481)]&&t[i(232)]==s&&Oc(t,o)&&(h(t[i(275)](),u)||h(u,t[i(275)]()))){for(const e of u)t[i(477)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(609)+s,m=this[i(486)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(630)](p,g,d,t,Hr[i(340)]());return m}[Ec(573)](t,n=null,r={}){const s=Ec;if(t[s(560)])return null;const o=this[s(373)][s(344)][s(604)](s(293)).me,a=new i.LiveRange(t[s(626)],t[s(468)]);for(const{suggestion:t,meta:e}of this[s(521)](a,s(286)))if(e[s(498)]&&!e[s(603)])if(t[s(272)]){const e=t[s(275)]()[s(216)]((t=>s(421)!=t[s(561)][s(450)]));if(e[s(598)]((t=>a[s(365)](t,!0)))&&t[s(430)](),e[s(395)]((t=>t[s(365)](a,!0)))){const t=this[s(326)][s(369)](s(542),n,s(418));return this[s(386)]((()=>t([a],null,r))),null}}else{const e=a[s(208)](t[s(592)]());null!==e&&t[s(372)]([e],null,r)}if(a[s(512)](),a[s(560)]||s(421)==a[s(561)][s(450)])return null;let c=null,u=a[s(626)],l=a[s(468)];const f=this[s(521)](a,s(542));for(const{suggestion:t,meta:e}of f){const n=this[s(438)][s(364)](u,l);if(e[s(498)]&&(this[s(480)]||!e[s(322)]&&!e[s(330)]))if(t[s(272)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(275)]()){if(r[s(365)](n,!0))return t;n[s(365)](r)||(e=!1)}e&&t[s(430)]()}else{const e=t[s(592)]();if(e[s(365)](n,!0))return t;if(!Oc(t,r)){n[s(365)](e)?t[s(599)]():e[s(497)](u)?u=e[s(468)]:e[s(497)](l)&&(l=e[s(626)]);continue}u=u[s(335)](e[s(626)])?u:e[s(626)],l=l[s(467)](e[s(468)])?l:e[s(468)],r=Object[s(492)]({},t[s(267)]),c?e[s(626)][s(335)](c[s(592)]()[s(626)])?(c[s(599)](),c=t):t[s(599)]():c=t}}if(c)return this[s(600)](c,this[s(438)][s(364)](u,l)),c;{const t=(0,e.uid)(),i=this[s(438)][s(364)](u,l),a=o.id,c=n?s(404)+n:s(542),f=this[s(486)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(630)](c,t,a,i),f}}[Ec(249)](t,n=Ec(318),r={}){const s=Ec,o=this[s(373)][s(344)][s(604)](s(293)).me,a=t[s(547)]((t=>new i.LiveRange(t[s(626)],t[s(468)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(521)](a,s(286)))e[s(498)]&&!e[s(603)]&&c[s(422)](t);for(const e of c)if(e[s(272)]){const o=e[s(275)]();if((!e[s(267)]||!e[s(267)][s(359)])&&o[s(598)]((t=>a[s(395)]((e=>e[s(365)](t,!0)))))&&e[s(430)](),a[s(598)]((t=>o[s(395)]((e=>e[s(365)](t,!0)))))){const e=this[s(326)][s(369)](s(542),n,s(418));return this[s(386)]((()=>e(t,null,r))),null}}else{const t=e[s(592)]();if(a[s(395)]((e=>e[s(365)](t,!0)))&&e[s(430)](),a[s(598)]((e=>t[s(365)](e,!0)))){const t=this[s(326)][s(369)](s(542),n,s(418));return this[s(386)]((()=>t(a,null,r))),null}}const u=this[s(326)][s(369)](s(542),n,s(562));let l=null;for(const t of this[s(566)]())if(t[s(576)].id==o.id&&t[s(429)]&&s(542)==t[s(434)]&&t[s(232)]==n&&Oc(t,r)&&(u(t[s(275)](),a)||u(a,t[s(275)]())))if(l){if(t[s(638)]&&t[s(638)][s(379)])continue;for(const e of t[s(275)]())l[s(253)](e)||l[s(477)](e);t[s(599)]()}else{l=t;for(const e of a)t[s(253)](e)||t[s(477)](e)}if(l)return l;c[s(621)]();for(const{suggestion:t,meta:e}of this[s(521)](a,s(542)))e[s(498)]&&(this[s(480)]||!e[s(322)]&&!e[s(330)])&&Oc(t,r)&&c[s(422)](t);for(const t of c){const e=t[s(275)]();if((!r||!r[s(359)])&&a[s(598)]((t=>e[s(395)]((e=>e[s(365)](t,!0))))))return t;(!t[s(267)]||!t[s(267)][s(359)])&&e[s(598)]((t=>a[s(395)]((e=>e[s(365)](t,!0)))))&&t[s(430)]()}const f=(0,e.uid)(),h=o.id,g=s(404)+n,d=this[s(486)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(512)](),t[s(560)]||s(421)==t[s(561)][s(450)]||this[s(630)](g,f,h,t,Hr[s(340)]());return d}[Ec(482)](t,n,r,s,o){const i=Ec;if(t[i(560)])return[];if(i(358)===this[i(256)])return[];const a=this[i(373)][i(344)][i(604)](i(293)).me.id,c=Array[i(463)](this[i(632)][i(584)]())[i(216)]((e=>i(242)==e[i(434)]&&e[i(455)][i(443)]==n&&e[i(253)](t)));if(i(360)===this[i(256)]){const e=this[i(521)](t,i(286))[i(216)]((({meta:t})=>t[i(498)]&&!t[i(330)]&&!t[i(603)]))[i(547)]((({suggestion:t})=>t));c[i(285)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(242)==t[i(434)]?t[i(455)][i(238)]:void 0,o=t[i(592)](),a=Array[i(463)](u[i(343)]())[i(319)]((t=>t[i(565)](o)));if(!a)continue;const c=a[i(218)](o);this[i(556)](n)&&i(286)==t[i(434)]&&0!=c[i(379)]||(u[i(506)](a),c[i(392)]((t=>{u[i(534)](t,r)})),i(286)!=t[i(434)]&&e!=s&&u[i(534)](a[i(208)](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(259)](i(504),{key:n});const f=(i(280)+(n+"|")+Lc({newValue:s}))[i(431)](0,60),h=this[i(486)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(586)](h),this[i(630)](f,c,a,t)}return l}[Ec(234)](t){const e=Ec;this[e(211)][e(422)](t)}[Ec(580)](t){const e=Ec;this[e(370)][e(422)](t)}[Ec(530)](t,e=[],n=[]){const r=Ec;this[r(623)](t,((t,...e)=>{this[r(355)]((()=>{t(...e)}))}));for(const t of e)this[r(580)](t);for(const t of n)this[r(234)](t)}[Ec(279)](t){const e=Ec;return e(242)==t[e(434)]?t[e(232)][e(406)]("|")[0]:null}[Ec(600)](t,e){const n=Ec,r=t[n(352)]();this[n(438)][n(549)]((t=>{t[n(207)](r,{range:e})}))}[Ec(264)](t){const e=Ec,n=t.id,r=this[e(373)][e(544)][e(604)](e(461));this[e(473)][e(236)](n)||this[e(473)][e(323)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(473)][e(357)](n);s[e(403)](e(447)),s[e(447)]=!1,t[e(638)]=s}[Ec(499)](t,n,r,s){const o=Ec;if(t[o(434)]!=n||t[o(232)]!=r||t[o(436)].id!=s)throw this[o(373)][o(314)](o(569)),new e.CKEditorError(o(569),this)}[Ec(407)](t,n){const r=Ec,s=t[r(592)]();if(n[r(388)](s))t[r(599)]();else if(s[r(365)](n)){const o=this[r(438)][r(628)](n[r(626)][r(247)],r(468));this[r(600)](t,this[r(438)][r(364)](s[r(626)],o));const i=(0,e.uid)(),a=t[r(436)].id,c=t[r(434)]+":"+t[r(232)];this[r(486)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(455)],attributes:t[r(267)]});const u=this[r(438)][r(628)](n[r(468)][r(400)],r(384)),l=this[r(438)][r(364)](u,s[r(468)]);this[r(630)](c,i,a,l)}else if(s[r(497)](n[r(626)])){const e=this[r(438)][r(628)](n[r(626)][r(247)],r(468));this[r(600)](t,this[r(438)][r(364)](s[r(626)],e))}else{const e=this[r(438)][r(628)](n[r(468)][r(400)],r(384));this[r(600)](t,this[r(438)][r(364)](e,s[r(468)]))}}[Ec(213)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(521)](t,e(286))){if(!r[e(498)])continue;const s=n[e(275)]();for(const n of s)if(!t[e(218)](n)[e(379)])return!0}return!1}[Ec(516)](t){const n=Ec,r=this[n(373)][n(344)][n(604)](n(293))[n(606)](t);if(!r)throw new e.CKEditorError(n(380),this);return r}[Ec(397)](t){const e=Ec,n=this[e(373)][e(344)][e(604)](e(293)),r=(0,o.hashObject)(e(300)+t);return n[e(606)](r)||n[e(347)]({id:r,name:t})}[Ec(223)](t,e,n,r,s){const o=Ec,i=this[o(516)](r),a=this[o(326)][o(230)](t,e,n,i,s,(t=>{const e=o;this[e(597)](n,{attributes:t});const r=this[e(517)](n);this[e(453)](new Set([r])),this[e(237)](new Set([r]))}));return this[o(287)](a,o(418),(()=>{const t=o;this[t(597)](n,{state:t(320)})}),{priority:o(244)}),this[o(287)](a,o(430),(()=>{const t=o;this[t(597)](n,{state:t(222)})}),{priority:o(244)}),this[o(632)][o(534)](n,a),this[o(588)][o(534)](a,o(493)),a}[Ec(337)](t){const e=Ec,n=t[e(406)](":");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}}[Ec(451)](t,n,r){const s=Ec,o=t[s(592)](),i=o[s(626)],a=o[s(468)];this[s(600)](t,this[s(438)][s(364)](i,n));const c=(0,e.uid)(),u=t[s(436)].id,l=t[s(434)]+(t[s(232)]?":"+t[s(232)]:"");this[s(486)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(267)],data:t[s(455)]});const f=this[s(279)](t);(s(529)==t[s(434)]||f&&this[s(556)](f))&&(r=this[s(438)][s(353)](r[s(400)])),this[s(630)](l,c,u,this[s(438)][s(364)](r,a))}[Ec(521)](t,e=null){const n=Ec,r=[],s=this[n(373)][n(344)][n(604)](n(293)).me;Array[n(525)](t)||(t=[t]);for(const o of this[n(566)]()){if(!o[n(429)])continue;if(e&&o[n(434)]!=e)continue;let i=!1;for(const e of o[n(275)]()){for(const a of t){const t=a[n(626)][n(388)](e[n(468)])||a[n(468)][n(388)](e[n(626)]);if(t||a[n(208)](e)){const c=a[n(365)](e)&&kc(this[n(438)][n(490)],e[n(626)],a),u=e[n(365)](a)&&kc(this[n(438)][n(490)],a[n(626)],e);r[n(586)]({suggestion:o,meta:{isOwn:s==o[n(576)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(630)](t,e,n,r,s){const o=Ec;this[o(438)][o(549)]((i=>{const a=o;let c=a(459)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(220)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(618)](t){const e=Ec,n=t[e(526)],r=t[e(531)];t[e(526)]=null,t[e(531)]=null,null!=n&&n[e(531)]==t&&(n[e(531)]=r),null!=r&&r[e(526)]==t&&(r[e(526)]=n),e(520)==this[e(588)][e(604)](t)&&(this[e(588)][e(534)](t,e(419)),this[e(439)](e(456),t,n,r))}[Ec(486)](t){const n=Ec,r=t.id,s=this[n(442)](t);if(this[n(513)]&&this[n(513)][n(585)]){const o=this[n(373)][n(344)][n(604)](n(350)),i=s[n(625)],a=s[n(232)]?s[n(434)]+":"+s[n(232)]:s[n(434)],c=this[n(373)][n(524)],u=o[n(422)](Wr(c,n(351))),l={id:r,type:a,hasComments:i,data:t[n(455)]||null,originalSuggestionId:t[n(308)]||null,attributes:s[n(267)]};this[n(513)][n(585)](l)[n(212)]((t=>{const e=n;s[e(228)]=!0,o[e(610)](u),t&&t[e(417)]&&(this[e(632)][e(604)](r)[e(417)]=t[e(417)])}))[n(389)]((t=>{const r=n;throw(0,e.logWarning)(r(553)),this[r(373)][r(460)][r(495)]({isUndoable:!1},(()=>{s[r(430)]()})),s[r(476)](),this[r(632)][r(506)](s.id),this[r(588)][r(506)](s),t}))}return s}[Ec(556)](t){const e=Ec;return this[e(211)][e(376)](t)}[Ec(597)](t,e){const n=Ec,r=this[n(373)][n(344)][n(604)](n(350)),s=this[n(517)](t);if(this[n(513)]&&this[n(513)][n(472)])if(s[n(228)]){const s=r[n(422)](Wr(this[n(373)][n(524)],n(351)));this[n(513)][n(472)](t,e)[n(212)]((()=>{r[n(610)](s)}))}else s.on(n(475),(()=>{this[n(597)](t,e)}))}[Ec(239)](t){const n=Ec;if(!this[n(513)]||!this[n(513)][n(517)])throw new e.CKEditorError(n(284),this);return this[n(513)][n(517)](t)}[Ec(221)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(337)](t),i=this[e(632)][e(604)](n)||this[e(223)](r,s,n,o,{});switch(this[e(499)](i,r,s,o),this[e(588)][e(604)](i)){case e(493):this[e(239)](n)[e(212)]((t=>{const r=e;let s=Promise[r(546)]();t[r(625)]&&(s=this[r(473)][r(539)]({channelId:this[r(373)][r(544)][r(604)](r(461)),threadId:n})),s[r(212)]((()=>{const e=r;this[e(442)](t)[e(228)]=!0}))})),this[e(588)][e(534)](i,e(311));break;case e(419):this[e(597)](n,{state:e(331)});case e(487):this[e(588)][e(534)](i,e(520)),this[e(439)](e(452),i);break;case e(520):this[e(439)](e(321),i)}return i[e(437)](t),i}[Ec(237)](t){const e=Ec,n=Array[e(463)](t),r=n[e(216)]((t=>e(242)==t[e(434)]));this[e(582)](r);const s=n[e(216)]((t=>!t[e(272)]&&e(242)!=t[e(434)])),o=this[e(566)]({skipNotAttached:!0})[e(216)]((t=>!t[e(272)]&&e(242)!=t[e(434)])),i=o[e(216)]((n=>!t[e(376)](n))),a=new Map(o[e(547)]((t=>[t,this[e(326)][e(369)](t[e(434)],t[e(232)],e(537))]))),c=new Map(o[e(547)]((t=>[t,t[e(592)]()]))),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(376)](n)&&n[e(526)]&&(f[e(422)](n[e(526)]),n[e(526)][e(531)]===n&&(n[e(526)][e(531)]=null),n[e(526)]=null),!u[e(376)](n)&&n[e(531)]&&(f[e(422)](n[e(531)]),n[e(531)][e(526)]===n&&(n[e(531)][e(526)]=null),n[e(531)]=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(531)]=r[1],r[1][s(526)]=r[0],u[s(422)](r[0]),l[s(422)](r[1]))}}function g(t,n){const r=e;if(t[r(576)].id!==n[r(576)].id)return null;const s=a[r(604)](t)(t,n,c[r(604)](t),c[r(604)](n));return s&&a[r(604)](n)(t,n,c[r(604)](t),c[r(604)](n))?s[1][r(638)]&&s[1][r(638)][r(379)]?null:s:null}f[e(241)]&&this[e(237)](f)}[Ec(582)](t){const e=Ec;if(0==t[e(379)])return;const n=this[e(566)]({skipNotAttached:!0})[e(216)]((t=>e(242)==t[e(434)]&&t[e(423)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(267)]);s[e(376)](n)||(s[e(534)](n,r[e(379)]),r[e(586)]([]));const i=s[e(604)](n);r[i][e(586)](t)}!function(){const t=e;r[t(304)](((e,n)=>{const r=t,s=e[0][r(417)],o=n[0][r(417)];return s==o?e[0][r(267)][r(593)]<n[0][r(267)][r(593)]?-1:1:s<o?-1:1}));for(const e of r)e[t(304)](((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(586)](s);for(const s of n)r[t]=r[t][e(458)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(379)];n++)t[n][e(531)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(379)];n++)t[n][e(526)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(267)][r(593)]!==n[0][r(267)][r(593)]&&t[0][r(576)]!==n[0][r(576)])return!1;if(!function(t,e){const n=r;return!t[n(625)]&&!e[n(625)]||(!t[n(625)]||!e[n(625)])&&(!!(t[n(625)]&&e[n(417)]<t[n(638)][n(466)][n(604)](0)[n(417)])||!!(e[n(625)]&&t[n(417)]<e[n(638)][n(466)][n(604)](0)[n(417)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(267)],r(593)),o=Ic(n[0][r(267)],r(593));return!!Or(s,o)&&(!!t[r(598)]((t=>n[r(395)]((e=>t[r(592)]()[r(388)](e[r(592)]())))))&&n[r(598)]((e=>t[r(395)]((t=>e[r(592)]()[r(388)](t[r(592)]()))))))}}[Ec(453)](t){const e=Ec,n=Array[e(463)](t),r=this[e(566)]({skipNotAttached:!0}),s=r[e(216)]((n=>!t[e(376)](n))),o=new Map(n[e(547)]((t=>[t,this[e(326)][e(369)](t[e(434)],t[e(232)],e(562))]))),i=new Map(r[e(547)]((t=>[t,t[e(275)]()])));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(434)]!==n[a(434)]||s[a(576)].id!==n[a(576)].id||s[a(232)]!==n[a(232)])continue;if(!wc(n,s,[a(593)]))continue;if(a(242)==n[a(434)]&&n[a(455)][a(238)]!=s[a(455)][a(238)])continue;if(a(242)==n[a(434)]&&t[a(556)](n[a(455)][a(443)]))continue;if(a(529)==n[a(434)]){const e=t[a(373)][a(460)],r=n[a(441)]();if(r&&(e[a(490)][a(303)](r)||e[a(490)][a(262)](r)))continue}const c=o[a(604)](n),u=i[a(604)](n),l=i[a(604)](s),f=n[a(638)]&&n[a(638)][a(379)],h=s[a(638)]&&s[a(638)][a(379)];if(!f&&c(l,u))return t[a(219)](s,n),i[a(506)](n),!0;if(!h&&c(u,l))return t[a(219)](n,s),i[a(506)](s),!0}return!1}}[Ec(219)](t,e){const n=Ec;if(t[n(272)])for(const r of e[n(275)]())t[n(477)](r);else{const r=e[n(592)]()[n(468)];this[n(600)](t,this[n(438)][n(364)](t[n(592)]()[n(626)],r))}e[n(599)]()}[Ec(608)](t,e){const n=Ec,r=t[n(440)](n(271))||t[n(440)](n(242))?n(282):t[n(474)]();return Wr(this[n(373)][n(524)],e+"_"+r+n(448))}[Ec(465)](){const t=Ec,e=this[t(373)];(0,o.surroundingMarkersDetector)(this[t(438)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(337)](t[s(214)]);if(s(325)===e){o[s(586)](this[s(608)](n,s(296)));break}}for(const t of r){const{group:e,type:n}=this[s(337)](t[s(214)]);if(s(325)===e){o[s(586)](this[s(608)](n,s(245)));break}}o[s(379)]&&e.ui[s(550)][s(278)](s(484),o[s(562)](" "))}))}[Ec(312)](t){const e=Ec;if(this[e(399)])return!1;const n=this[e(373)],r=n[e(460)][e(634)][e(488)][e(226)]();if(0==r[e(379)])return!1;const s=[],o=r[e(216)]((t=>e(242)==t[e(434)])),i=r[e(216)]((t=>e(501)==t[e(434)]&&e(277)!=t[e(214)])),a=r[e(216)]((t=>e(610)==t[e(434)]&&e(277)!=t[e(214)]));for(const t of o)s[e(586)]({key:t[e(250)],newValue:t[e(596)],oldValue:t[e(470)],range:Sc(t[e(354)],n[e(460)])});for(const t of i){const r=a[e(319)]((n=>n[e(366)][e(388)](t[e(366)])));r&&s[e(586)]({key:e(268),newValue:t[e(214)],oldValue:r[e(214)],range:n[e(460)][e(398)](t[e(366)][e(348)])})}return 0!=s[e(379)]&&this[e(377)](t,s)}[Ec(333)](t){const e=Ec;let n=!1;const r=this[e(373)][e(460)][e(634)][e(488)][e(571)]()[e(216)]((t=>t[e(455)][e(393)]&&t[e(214)][e(440)](e(572))));for(const s of r){const{subType:r,id:o}=this[e(337)](s[e(214)]),i=r[e(406)]("|")[0];for(const r of this[e(566)]({skipNotAttached:!0}))r.id!=o&&e(242)==r[e(434)]&&r[e(455)]&&r[e(455)][e(443)]==i&&r[e(592)]()[e(565)](s[e(455)][e(393)])&&(this[e(590)](r,s[e(455)][e(393)],t),n=!0)}return n}[Ec(355)](t){const e=Ec;this[e(373)],this[e(399)]=!0,t()}[Ec(255)](t){const e=Ec,n=this[e(556)](t),r=this[e(370)][e(376)](t);return n||r}[Ec(377)](t,e){const n=Ec;if(0==e[n(379)])return!1;let r=!1;for(const s of e){const e=this[n(521)](s[n(354)],n(242))[n(216)]((t=>!t[n(631)][n(603)]))[n(547)]((t=>t[n(325)])),i=(0,o.hashObject)({newValue:s[n(554)]});e[n(216)]((t=>{const e=n,[r,o]=t[e(232)][e(406)]("|");return r==s[e(443)]&&o!=i}))[n(392)]((e=>{const o=n;this[o(590)](e,s[o(354)],t),r=!0}))}return r}[Ec(590)](t,e,n){const r=Ec,s=t[r(592)]()[r(218)](e);0!==s[r(379)]?1!==s[r(379)]?this[r(451)](t,e[r(626)],e[r(468)]):this[r(600)](t,s[0]):n[r(281)](t[r(352)]())}}class Ac{constructor(t){const e=Ec;this[e(391)]=t,this[e(438)]=t[e(460)],this[e(309)]=new Map,this[e(298)]=new Map,this[e(362)]()}[Ec(230)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(438)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(369)](t,e,i(418))(...n),onDiscard:(...n)=>this[i(369)](t,e,i(430))(...n)})}[Ec(489)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(309)][s(534)](o,r)}[Ec(369)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(309)][r(604)](s)||this[r(298)][r(604)](t+":"+n)}[Ec(362)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(304)](((t,n)=>t[e(626)][e(335)](n[e(626)])?1:-1)),this[e(438)][e(549)]((n=>{const r=e;for(const e of t){let t;t=e[r(468)][r(449)]&&e[r(468)][r(400)]==e[r(626)][r(348)]?n[r(555)](e[r(626)][r(348)],"on"):n[r(555)](e),this[r(438)][r(522)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(438)][n(549)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(547)]((t=>(Cc(t)&&(t=this[s(438)][s(364)](t[s(468)])),t)))[s(216)]((t=>s(421)!==t[s(561)][s(450)]));if(c[s(379)]<1)return;const u=Array[s(463)](this[s(438)][s(634)][s(564)][s(275)]())[s(547)]((t=>i.LiveRange[s(543)](t)));r[s(317)](c);for(const t of this[s(391)][s(617)][s(617)]())t[s(469)]();a[s(586)]({forceDefaultExecution:!0}),this[s(391)][s(540)](o,...a);const l=u[s(216)]((t=>s(421)!=t[s(561)][s(450)]));l[s(379)]>0&&r[s(317)](l);for(const t of u)t[s(512)]()}))},s=(e,n)=>1==e[t(379)]&&1==n[t(379)]&&e[0][t(468)][t(388)](n[0][t(626)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(438)])?[e,n]:vc(n,e,s,r,this[t(438)])?[n,e]:null;this[t(298)][t(534)](t(635),e),this[t(298)][t(534)](t(371),n),this[t(298)][t(534)](t(327),s),this[t(298)][t(534)](t(478),o),this[t(298)][t(534)](t(523),n),this[t(298)][t(534)](t(329),e),this[t(298)][t(534)](t(248),s),this[t(298)][t(534)](t(483),o),this[t(298)][t(534)](t(316),r),this[t(298)][t(534)](t(390),e),this[t(298)][t(534)](t(270),s),this[t(298)][t(534)](t(414),e),this[t(298)][t(534)](t(332),r),this[t(298)][t(534)](t(251),e),this[t(298)][t(534)](t(210),s),this[t(298)][t(534)](t(505),e),this[t(298)][t(534)](t(514),e),this[t(298)][t(534)](t(541),((e,n)=>{const r=t;if(!n)return;const s=this[r(391)][r(344)][r(604)](yc);this[r(438)][r(549)]((t=>{const o=r;if(o(268)==n[o(443)])for(const r of e){const e=r[o(626)][o(348)],s=n[o(238)];t[o(558)](e,s)}else if(s[o(556)](n[o(443)]))for(const r of e)void 0!==n[o(238)]?t[o(224)](n[o(443)],n[o(238)],r[o(626)][o(348)]):t[o(536)](n[o(443)],r[o(626)][o(348)]);else for(const r of e)n[o(238)]?t[o(224)](n[o(443)],n[o(238)],r):t[o(536)](n[o(443)],r)}))})),this[t(298)][t(534)](t(416),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(400)][r(432)]({includeSelf:!0,parentFirst:!0})){if(s[r(561)]==s)return!1;if(!n[r(620)](s))return!1;if(t[r(303)](s)||t[r(262)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(468)][e(400)]==t[e(626)][e(348)]&&t[e(468)][e(428)]}function Nc(t,e,n,r){const s=Ec,o=t=>!t[s(613)].is(s(324))&&!r[s(303)](t[s(613)]),i=t[s(626)][s(229)](o),a=t[s(468)][s(229)](o,{direction:s(339)});return!(t[s(626)][s(388)](i)&&t[s(468)][s(388)](a)||(i[s(335)](a)?n[s(207)](e,{range:n[s(364)](i,a)}):n[s(281)](e),0))}function Lc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(626)][e(348)];return n&&n.is(e(401))}function Sc(t,e){const n=Ec;return null==t[n(468)][n(247)]&&t[n(468)][n(400)]==t[n(626)][n(348)]?Mc(t[n(626)][n(348)],e):t}function Mc(t,e){const n=Ec,r=e[n(490)][n(303)](t)||e[n(490)][n(363)](t);return e[n(364)](e[n(628)](t,n(334)),r?e[n(471)](t):e[n(628)](t,n(468)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(468)][o(388)](r[o(626)]))return!0;if(t[o(434)]!=e[o(434)])return!1;if(!n[o(468)][o(579)](r[o(626)]))return!1;const i=s[o(364)](n[o(468)],r[o(626)])[o(444)]();for(const t of i)if([o(243),o(605)][o(538)](t[o(434)])&&s[o(490)][o(262)](t[o(613)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(423)]||!e[r(423)])&&Or(Ic(t[r(267)],n),Ic(e[r(267)],n))}function Oc(t,e){const n=Ec,r=Fc(t[n(267)]),s=Fc(e);if(!t[n(423)])return!1;for(const t of Object[n(343)](s))if(!Or(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(492)]({},t);return delete n[e(359)],delete n[e(313)],n}const Dc=xc;function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=295]})(t,e)}function Pc(){const t=["model","commands","canDiscard","get","28HhAxtu","628103bqQnbY","bind","PendingActions","view","isEnabled","7duFCGr","getRanges","change:isDirty","stopListening","81231wSepSA","_editor","discardSuggestion","_pendingAction","canAccept","destroy","665896kZukLP","add","_setPendingAction","remove","execute","locale","5ihfrio","acceptSuggestion","_acceptCommand","_removePendingAction","70fLhsvS","1299724ZafuYv","commentThreadController","plugins","isDirty","PENDING_ACTION_SUGGESTION","2913129dFCTLu","_discardCommand","1370010VmomlI","327657pvAwjx","listenTo","canEditAt","unbind"];return(Pc=function(){return t})()}!function(t,e){const n=xc,r=t();for(;;)try{if(377556===parseInt(n(337))/1+-parseInt(n(336))/2*(parseInt(n(303))/3)+parseInt(n(320))/4*(parseInt(n(315))/5)+parseInt(n(327))/6*(-parseInt(n(299))/7)+-parseInt(n(309))/8+parseInt(n(325))/9+-parseInt(n(319))/10*(parseInt(n(328))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(332)]=e,this[s(297)]=n,this[s(321)]=r,this[s(304)]=t,this[s(317)]=t[s(333)][s(335)](s(316)),this[s(326)]=t[s(333)][s(335)](s(305)),this[s(297)][s(295)](s(298)).to(this[s(317)],this[s(326)],((t,e)=>t||e)),this[s(297)][s(295)](s(307)).to(this[s(317)],s(298),(t=>t&&this[s(304)][s(332)][s(330)](e[s(300)]()))),this[s(297)][s(295)](s(334)).to(this[s(326)],s(298),(t=>t&&this[s(304)][s(332)][s(330)](e[s(300)]()))),this[s(306)]=null,n[s(323)]&&this[s(311)](),this[s(329)](n,s(316),(()=>this[s(316)]())),this[s(329)](n,s(305),(()=>this[s(305)]())),this[s(329)](n,s(301),(()=>{const t=s;n[t(323)]?this[t(311)]():this[t(318)]()}))}[Dc(316)](){const t=Dc;this[t(317)][t(313)](this[t(332)].id)}[Dc(305)](){const t=Dc;this[t(326)][t(313)](this[t(332)].id)}[Dc(308)](){const t=Dc;this[t(297)][t(331)](t(298)),this[t(297)][t(331)](t(307)),this[t(297)][t(331)](t(334)),this[t(302)](),this[t(321)][t(308)](),this[t(306)]&&this[t(318)]()}[Dc(311)](){const t=Dc,e=Wr(this[t(304)][t(314)],t(324));this[t(306)]=this[t(304)][t(322)][t(335)](t(296))[t(310)](e)}[Dc(318)](){const t=Dc;null!==this[t(306)]&&this[t(304)][t(322)][t(335)](t(296))[t(312)](this[t(306)]),this[t(306)]=null}}const Uc=jc;function jc(t,e){const n=Gc();return(jc=function(t,e){return n[t-=147]})(t,e)}function Gc(){const t=["set","showInput","destroy","canDiscard","updateComment","commentThreadInputView","_model","length","commentThread","bind","setData","value","_createCommentThreadInputView","3063720VqyXFv","162wJdyjw","assign","commentsListView","_localUser","4655fwDYkK","addComment","isReadOnly","380zdzQkf","disableComments","_config","isActive","locale","authoredAt","removeComment","disabledSubmit","_createCommentViews","CommentView","cancel","14NiMYow","558606jMMrBy","focus","177440qERHZK","isEnabled","delegate","commentInputView","element","1756kLhaTs","descriptionParts","editorConfig","submit","isDirty","canAccept","fire","1040245rDyMzG","205634UCFxLM","hasDirtyComment","715052KvQvKW","editor"];return(Gc=function(){return t})()}!function(t,e){const n=jc,r=t();for(;;)try{if(548584===parseInt(n(168))/1+-parseInt(n(171))/2+-parseInt(n(186))/3+-parseInt(n(161))/4*(parseInt(n(191))/5)+parseInt(n(154))/6*(parseInt(n(153))/7)+parseInt(n(156))/8*(parseInt(n(187))/9)+parseInt(n(194))/10*(parseInt(n(169))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(189)]=null,this[s(178)]=null,this[s(173)](s(197),!1),this[s(173)](s(147),e[s(147)]),this[s(182)](s(147)).to(e),this[s(173)](s(162),[]),this[s(173)](s(165),!1),this[s(173)](s(157),!1),this[s(173)](s(166),!1),this[s(173)](s(176),!1),this[s(179)]=e,this[s(190)]=n,this[s(196)]=r,r[s(195)]?this[s(173)](s(180),1):this[s(150)]()}[Uc(155)](){const t=Uc;this[t(160)][t(155)]()}[Uc(175)](){const t=Uc;this[t(189)]&&this[t(189)][t(175)](),this[t(178)]&&this[t(178)][t(175)](),super[t(175)]()}[Uc(150)](){const t=Uc,{CommentsListView:e}=this[t(196)];this[t(189)]=new e(this[t(198)],this[t(179)][t(181)],Object[t(188)]({CommentView:this[t(196)][t(151)]},this[t(196)])),this[t(189)][t(158)](t(148)).to(this),this[t(189)][t(158)](t(177)).to(this),this[t(189)][t(182)](t(197)).to(this),this[t(173)](t(180),this[t(189)][t(180)]+1),this[t(182)](t(180)).to(this[t(189)],t(180),(t=>t+1)),this[t(178)]=this[t(185)](),this.on(t(148),(()=>this[t(155)]())),this[t(182)](t(165)).to(this[t(189)],t(170),this[t(178)][t(159)],t(184),((t,e)=>t||!!e))}[Uc(185)](){const t=Uc,{CommentThreadInputView:e}=this[t(196)],n=new e(this[t(198)],this[t(190)],this[t(196)][t(163)]),r=n[t(159)];return n[t(182)](t(174)).to(this,t(197),this[t(179)][t(181)],t(193),r,t(184),((t,e,n)=>!!n||t&&!e)),r.on(t(164),((e,n)=>{const s=t;this[s(167)](s(192),n),r[s(172)][s(183)]("")})),r.on(t(152),(()=>this[t(155)]())),r[t(182)](t(149)).to(this[t(179)][t(181)],t(193)),n}}const Hc=Wc;function Wc(t,e){const n=Kc();return(Wc=function(t,e){return n[t-=414]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(113966===-parseInt(n(473))/1*(-parseInt(n(494))/2)+parseInt(n(492))/3+parseInt(n(488))/4*(parseInt(n(513))/5)+-parseInt(n(453))/6+-parseInt(n(448))/7*(parseInt(n(430))/8)+parseInt(n(433))/9*(parseInt(n(425))/10)+-parseInt(n(415))/11*(parseInt(n(486))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class zc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(438)](i(493),""),this[i(487)](i(493)).to(this,i(421),(t=>t&&t[0]?t[0][i(493)]:"")),this[i(487)](i(480)).to(this,i(421),this,i(497),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(422)+Xc(e[n(502)],e[n(431)])+n(478);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(465)]=null,this[i(500)]=this[i(461)](Wr(e,i(418)),t.icons[i(520)],i(475),i(516),"sw"),this[i(500)][i(487)](i(491)).to(this,i(507)),this[i(424)]=this[i(461)](Wr(e,i(508)),t.icons[i(452)],i(483),i(462),"sw"),this[i(424)][i(487)](i(491)).to(this,i(511)),this[i(523)]=new o.UserView(e,this[i(476)][i(437)],this[i(427)]()),this[i(523)][i(456)]({attributes:{class:[i(506),i(450)]}}),this[i(512)](this[i(440)]())}[Hc(440)](){const t=Hc,e=this[t(451)],n=[{tag:t(459),attributes:{class:[t(503),t(484)]},children:[{tag:t(467),children:[{text:this[t(523)][t(445)]}],attributes:{class:[t(477),t(522)]}},{tag:t(499),attributes:{datetime:e.to(t(423)),class:[t(481),t(524)]},children:[{text:e.to(t(423),(e=>this[t(489)][t(518)](e)))}]}]},{tag:t(459),attributes:{class:[t(521),t(504)]},children:[this[t(500)],this[t(424)]]},{tag:t(459),attributes:{class:[t(517)]}}];this[t(476)][t(474)]&&n[t(495)]({tag:t(459),attributes:{class:[t(519)]},children:[{text:this[t(443)]()}]});const r={tag:t(459),attributes:{class:[t(514),e.if(t(497),t(428)),e.to(t(493),(e=>t(447)+e)),this[t(489)][t(464)]&&t(510)],"data-suggestion-id":this[t(476)].id,"data-thread-id":this[t(476)][t(455)].id,"data-author-id":this[t(476)][t(437)].id,tabindex:-1},children:[{tag:t(459),attributes:{class:[t(426),t(469)]},children:[this[t(523)],{tag:t(459),attributes:{class:[t(439),t(501)]},children:n}]}]};return this[t(515)]&&this[t(417)]&&(r[t(490)][t(495)](this[t(515)],this[t(417)]),this[t(515)][t(498)](t(429)).to(this),this[t(515)][t(498)](t(434)).to(this),this[t(417)][t(498)](t(429)).to(this),this[t(417)][t(498)](t(434)).to(this)),r}[Hc(525)](){const t=Hc;super[t(525)](),this[t(465)]=this[t(414)][t(526)](t(460)),this[t(465)][t(419)]=this[t(480)],this.on(t(505),((e,n,r)=>{const s=t;this[s(465)][s(419)]=r}))}[Hc(461)](t,e,n,r,o){const i=Hc,a=new s.ButtonView(this[i(446)]);return a[i(438)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(456)]({attributes:{class:n}}),a.on(i(432),(()=>{const t=i;this[t(436)](r,this[t(476)].id)})),a}[Hc(443)](){const t=Hc;return t(470)===this[t(476)][t(454)][t(416)][t(458)]?Wr(this[t(446)],t(472)):Wr(this[t(446)],t(485))}[Hc(427)](){const t=Hc;return this[t(476)][t(474)]?t(470)===this[t(476)][t(454)][t(416)][t(458)]?Wr(this[t(446)],t(482),this[t(476)][t(442)][t(445)]):Wr(this[t(446)],t(509),this[t(476)][t(442)][t(445)]):null}}function Kc(){const t=["</span>","creator","getExternalSuggestionNote","map","name","locale","ck-suggestion-","4683aOlWNj","split","ck-annotation__user","bindTemplate","cancel","56058NSpUpi","attributes","commentThread","extendTemplate","value","source","div",".ck-annotation__content-wrapper","_createButton","discardSuggestion",'" title="',"disableComments","_descriptionElement",'<span class="ck-suggestion-type">',"span",'"></span>',"ck-annotation","importWord","title","EXTERNAL_IMPORT_WORD_SUGGESTION","5toVwlH","isExternal","ck-suggestion--accept","_model","ck-suggestion__info-name","</p>","innerText","description","ck-comment__info-time","EXTERNAL_IMPORT_WORD_AVATAR","ck-suggestion--discard","ck-annotation__info","EXTERNAL_SUGGESTION","88872VtxTwZ","bind","268356XUJvxy","_config","children","isEnabled","616893GImHup","type","28382MkgoPX","push","join","isActive","delegate","time","acceptButton","ck-annotation__main","content","ck-suggestion__info","ck-annotation__actions","change:description","ck-suggestion__user","canAccept","Discard suggestion","EXTERNAL_AVATAR","ck-suggestion--disabled-comments","canDiscard","setTemplate","15rLUnQI","ck-suggestion-wrapper","commentsListView","acceptSuggestion","ck-annotation__content-wrapper","formatDateTime","ck-comment__external","check","ck-suggestion__actions","ck-annotation__info-name","userView","ck-annotation__info-time","render","querySelector","element","594NSeeLd","@external","commentThreadInputView","Accept suggestion","innerHTML","createElement","descriptionParts","<p>","authoredAt","discardButton","2110SWFXuN","ck-suggestion","getUserViewNotificationText","ck-suggestion-wrapper--active","editorReady","1544OVvBLj","color","execute","7443fwdHrH","editorDestroyed",'<span class="ck-suggestion-color" style="background-color: ',"fire","author","set","ck-suggestion__main","getTemplate"];return(Kc=function(){return t})()}function Xc(t,e){const n=Hc;let r="";return r+=t[n(449)]("*")[n(444)](((t,e)=>e%2!=0?n(466)+qc(t)+n(441):qc(t)))[n(496)](""),e&&(r+=n(435)+e[n(457)]+n(463)+e[n(471)]+n(468)),r}function qc(t){const e=Hc,n=document[e(420)](e(467));return n[e(479)]=t,n[e(419)]}const Yc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Jc=Qc;function Qc(t,e){const n=Zc();return(Qc=function(t,e){return n[t-=141]})(t,e)}function Zc(){const t=["button","isInContent","Discard all selected suggestions","componentFactory","mainView","keys","commentThread","values","view","suggestionUnloaded","createAnnotationView","previous","bind","filter","model","has","CommentsUI","1165659TSGWpL","execute","createCommentThreadController","getMarkers","getByInnerView","CommentView","length","discardAllSuggestions","_createToolbarButton","type","Track changes","children","separator","8007930MJEVAb","hasSuggestion","_disableComments","remove","actionView","trackChanges.SuggestionThreadView","SuggestionThreadView","785934rnMvKE","value","suggestionLoaded","lowest","switchbutton","from","reduce","set","innerView","size","44023310gbhTTJ","editing","comments.maxCommentsWhenCollapsed","add","getFirstRange","change:activeAnnotations","source","_annotationViews","items","comments","plugins","comments.editorConfig","_destroyController","addSourceCollector","_bindAnnotationToEditors","descriptionParts","getJoined","trackChanges","Accept all selected suggestions","TrackChangesUI","5vIfuLf","isMultiRange","discardButton","head","acceptAllSuggestions","_viewToController","push","suggestion-","isDirty","_addUIComponentsToFactory","Accept all suggestions","_createMenuBarMenu","getDescriptions","createAnnotation","comments.maxCommentCharsWhenCollapsed","Discard all suggestions","_handleSuggestionControllerDelayed","getSuggestion","getAllAdjacentSuggestions","EditorAnnotations","change:previous","getMarkerNames","_handleControllerBuffer","clear","menuBar:trackChanges","discardSelectedSuggestions","requires","activeMarkers","stopListening","_initializeController","Annotations","TrackChangesEditing","_suggestionToController","suggestionChanged","editor","CommentsRepository","isOn","acceptButton","config","commands","getRanges","toMany","buttonView","3035704uQVIbg","registerAnnotation","1192575QLsOSK","4239672GpFlwN","delete","addComment","unbind","panelView","trackChanges.disableComments","focus","define","_refreshActiveMarkers","28pSvXmR","init","isEnabled","delegate","commandName","listenTo","get","comments.maxThreadTotalWeight","_unbindEditors","some","refreshSelectedViews","9GdGQFj","arrowView","destroy","locale","activeAnnotations","acceptSelectedSuggestions","_updateController","pluginName","_descriptionFactory"];return(Zc=function(){return t})()}!function(t,e){const n=Qc,r=t();for(;;)try{if(865073===parseInt(n(195))/1+-parseInt(n(215))/2+-parseInt(n(148))/3+-parseInt(n(149))/4*(parseInt(n(245))/5)+-parseInt(n(208))/6+-parseInt(n(158))/7*(parseInt(n(146))/8)+-parseInt(n(169))/9*(-parseInt(n(225))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zc);class $c extends t.Plugin{static get[Jc(271)](){const t=Jc;return[yc,o.Users,t(280),t(275),t(264)]}static get[Jc(176)](){return Jc(244)}constructor(t){const e=Jc;super(t),this[e(277)]=new Map,this[e(250)]=new Map,this[e(232)]=new Map,this[e(267)]=new Map;const n=this[e(279)][e(141)];n[e(156)](e(213),zc),n[e(156)](e(154),!1),this[e(210)]=n[e(164)](e(154))}[Jc(261)](t,e){const n=Jc;0===this[n(267)][n(224)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(267)]){const r=this[t(277)][t(193)](e);r||n?r&&n&&this[t(237)](e):this[t(274)](e)}this[t(267)][t(268)](),this[t(279)][t(235)][t(164)](t(264))[t(168)](),this[t(157)]()}),10),this[n(267)][n(222)](t,e)}[Jc(159)](){const t=Jc,e=this[t(279)],n=e[t(235)][t(164)](t(276)),r=e[t(235)][t(164)](t(275)),s=e[t(235)][t(164)](t(264)),o=e[t(235)][t(164)](t(280));this[t(254)](),s[t(238)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(220)](this[e(277)])){const s=t[e(263)](),o=[];for(const t of s){if(!t[e(179)])continue;if(t[e(246)]){o[e(251)](...t[e(143)]());continue}const n=t[e(229)]();if(o[e(201)]>0){const t=o[0][e(241)](n);if(t){o[0]=t;continue}}o[e(251)](n)}n[e(251)]([r[e(186)],o])}return n})),this[t(163)](n,t(217),((e,n)=>{const r=t;this[r(163)](n,r(265),((t,e,s,o)=>{const i=r;n[i(179)]&&(null==s?(this[i(175)](o[i(248)]),this[i(261)](n,!1)):(this[i(175)](s[i(248)]),null==o&&this[i(261)](n,!0)))})),null!==n[r(189)]?this[r(175)](n[r(248)]):this[r(261)](n,!1)})),this[t(163)](n,t(187),((e,n,r)=>{const s=t;this[s(273)](n,s(265)),this[s(267)][s(150)](n),this[s(277)][s(193)](n)&&this[s(237)](n),r&&this[s(175)](r[s(248)])})),this[t(163)](n,t(278),((e,n)=>{this[t(175)](n)})),this[t(163)](r,t(230),(()=>{this[t(157)]()})),this[t(163)](o,t(151),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(209)](r))return;const i=n[o(262)](r);this[o(277)][o(164)](i)[o(186)][o(155)]()}),{priority:t(218)})}[Jc(157)](){const t=Jc,e=this[t(279)][t(235)][t(164)](t(275)),n=this[t(279)][t(235)][t(164)](t(276)),r=Array[t(220)](e[t(173)],(e=>e[t(223)]))[t(191)]((e=>this[t(250)][t(193)](e))),s=[];for(const e of r){const n=this[t(250)][t(164)](e)[t(192)][t(263)]();s[t(251)](...n[t(221)](((e,n)=>[...e,...n[t(266)]()]),[]))}n[t(272)]=s}[Jc(254)](){const t=Jc,n=this[t(279)],r=n[t(172)],o=Wr(r,t(205)),i=new e.Collection([{type:t(219),model:new s.ViewModel({withText:!0,label:o,commandName:t(242)})},{type:t(207)},{type:t(178),model:new s.ViewModel({withText:!0,label:Wr(r,t(255)),commandName:t(249)})},{type:t(178),model:new s.ViewModel({withText:!0,label:Wr(r,t(243)),commandName:t(174)})},{type:t(178),model:new s.ViewModel({withText:!0,label:Wr(r,t(260)),commandName:t(202)})},{type:t(178),model:new s.ViewModel({withText:!0,label:Wr(r,t(180)),commandName:t(270)})}]);for(const e of i)if(tu(e)){const r=n[t(142)][t(164)](e[t(192)][t(162)]);e[t(192)][t(190)](t(281),t(160)).to(r,t(216),t(160))}n.ui[t(181)][t(228)](t(242),(e=>this[t(203)](e,i,o))),n.ui[t(181)][t(228)](t(269),(e=>this[t(256)](e,i,o)))}[Jc(203)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(279)][r(142)][r(164)](r(242));o[r(145)][r(222)]({tooltip:n,label:n,icon:Yc}),o[r(145)][r(190)](r(281)).to(i,r(216)),o[r(145)].on(r(196),(()=>{const t=r;i[t(196)](),this[t(279)][t(226)][t(186)][t(155)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(251)](this[r(279)][r(142)][r(164)](t[r(192)][r(162)]));const c=o[r(145)];return c[r(212)][r(152)](r(160)),c[r(170)][r(152)](r(160)),c[r(212)][r(190)](r(160)).to(i,r(160)),c[r(170)][r(190)](r(160))[r(144)](a,r(160),((...t)=>t[r(167)]((t=>t)))),o.on(r(196),(t=>{const e=r;this[e(279)][e(196)](t[e(231)][e(162)]),this[e(279)][e(226)][e(186)][e(155)]()})),o}[Jc(256)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(279)][r(142)][r(164)](r(242));o[r(145)][r(222)]({label:n,icon:Yc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(207)==n[r(204)]){a[r(233)][r(228)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(192)];i[r(190)](...Object[r(183)](c)).to(c),i[r(161)](r(196)).to(o),i.on(r(196),(()=>{const t=r;this[t(279)][t(196)](c[t(162)]),this[t(279)][t(226)][t(186)][t(155)]()})),e[r(206)][r(228)](i),a[r(233)][r(228)](e)}return o[r(190)](r(160)).to(i,r(160)),o[r(153)][r(206)][r(228)](a),o}[Jc(274)](t){const e=Jc,n=this[e(279)],r=n[e(141)],s=n[e(235)][e(164)](e(275)),i=n[e(235)][e(164)](e(280)),a=n[e(235)][e(164)](e(264)),c=n[e(235)][e(164)](o.Users).me,u=r[e(164)](e(242))[e(214)],{CommentsListView:l,CommentThreadInputView:f}=n[e(235)][e(164)](e(194));let h,g;this[e(232)][e(193)](t.id)?(g=this[e(232)][e(164)](t.id),h=g[e(182)]):(h=new u(n[e(172)],t,c,{disableComments:this[e(210)],editorConfig:r[e(164)](e(236)),maxCommentsWhenCollapsed:r[e(164)](e(227)),maxThreadTotalWeight:r[e(164)](e(165)),maxCommentCharsWhenCollapsed:r[e(164)](e(259)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(164)](e(172))),CommentView:r[e(164)](e(234))[e(200)],CommentsListView:l,CommentThreadInputView:f}),h[e(282)].on(e(196),(()=>{const t=e;n[t(226)][t(186)][t(155)]()})),h[e(247)].on(e(196),(()=>{const t=e;n[t(226)][t(186)][t(155)]()})),g=s[e(188)](this[e(279)][e(172)],h),g[e(190)](e(253)).to(h,e(253)),g[e(190)](e(201)).to(h),g[e(190)](e(204)).to(h,e(204),(t=>e(252)+t)),this[e(232)][e(222)](t.id,g));const d=i[e(197)](t[e(184)],h),p=new Bc(n,t,h,d),m=t[e(263)]()[e(191)]((t=>t[e(179)]));h[e(240)]=n[e(235)][e(164)](e(276))[e(177)][e(257)](m),this[e(277)][e(222)](t,p),this[e(250)][e(222)](h,p);const I=s[e(258)]({view:g,target:()=>{const r=e,s=[],i=t[r(263)]()[r(191)]((t=>t[r(179)]));for(const t of i)s[r(251)](...t[r(198)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(226)],s)},type:()=>e(252)+p[e(186)][e(204)]});i[e(239)](h,I),s[e(228)](I),a[e(147)](I)}[Jc(237)](t){const e=Jc,n=this[e(279)][e(235)][e(164)](e(280)),r=this[e(279)][e(235)][e(164)](e(275)),s=this[e(277)][e(164)](t),o=s[e(186)],i=r[e(199)](o);n[e(166)](o),i&&r[e(211)](i),this[e(277)][e(150)](t),this[e(250)][e(150)](o),s[e(171)]()}[Jc(175)](t){const e=Jc;if(!t[e(179)]||!this[e(277)][e(193)](t))return;const n=this[e(279)][e(235)][e(164)](e(276)),r=this[e(277)][e(164)](t),s=t[e(263)]();r[e(186)][e(240)]=n[e(177)][e(257)](s)}[Jc(171)](){const t=Jc;for(const e of this[t(277)][t(183)]())this[t(237)](e);for(const e of this[t(232)][t(185)]())e[t(182)][t(171)]();super[t(171)]()}}function tu(t){return Jc(192)in t}var eu=nu;function nu(t,e){var n=ru();return(nu=function(t,e){return n[t-=105]})(t,e)}function ru(){var t=["pluginName","13380660jXimGL","7qGoMhl","71713CiCpnY","requires","addSuggestionData","Comments","plugins","adapter","get","57396790lHWTUq","108mEvMUu","TrackChanges","5513928KJonuq","38QAYkeI","getSuggestion","189205gALRlf","editor","getSuggestions","5972584cwPlcn","9932784gSCTSf","addSuggestion"];return(ru=function(){return t})()}!function(t,e){for(var n=nu,r=t();;)try{if(939600===-parseInt(n(118))/1*(parseInt(n(107))/2)+-parseInt(n(106))/3+-parseInt(n(126))/4*(parseInt(n(109))/5)+parseInt(n(113))/6+-parseInt(n(117))/7*(parseInt(n(112))/8)+-parseInt(n(116))/9+parseInt(n(125))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[eu(119)](){return[yc,$c,eu(121)]}static get[eu(115)](){return eu(105)}set[eu(123)](t){var e=eu;this[e(110)][e(122)][e(124)](yc)[e(123)]=t}get[eu(123)](){var t=eu;return this[t(110)][t(122)][t(124)](yc)[t(123)]}[eu(114)](t){var e=eu;return this[e(110)][e(122)][e(124)](yc)[e(120)](t)}[eu(111)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(110)][n(122)][n(124)](yc)[n(111)]({skipNotAttached:t,toJSON:e})}[eu(108)](t){var e=eu;return this[e(110)][e(122)][e(124)](yc)[e(108)](t)}}const ou=iu;function iu(t,e){const n=uu();return(iu=function(t,e){return n[t-=419]})(t,e)}!function(t,e){const n=iu,r=t();for(;;)try{if(595719===parseInt(n(428))/1+-parseInt(n(468))/2+-parseInt(n(434))/3+parseInt(n(425))/4*(-parseInt(n(474))/5)+parseInt(n(435))/6+parseInt(n(466))/7+-parseInt(n(431))/8*(-parseInt(n(422))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uu);const au=[ou(427)];class cu extends t.Plugin{static get[ou(475)](){return[yc]}static get[ou(453)](){return ou(429)}[ou(455)](){const t=ou,n=this[t(472)];if(n[t(419)][t(423)](t(445),(e=>{const r=t,s=n[r(471)][r(442)][r(443)]()[r(436)](((t,e)=>(t[e]="",t)),{});return n[r(469)][r(461)](s,e)})),t(433)!=typeof n[t(419)][t(465)](t(473))[t(460)])throw new e.CKEditorError(t(459))}[ou(437)](t){return hu(this[ou(472)],!0,t)}[ou(430)](t){return hu(this[ou(472)],!1,t)}}function uu(){const t=["8BRwhNT","name","function","729105HOOrjz","4940568HiWwPw","reduce","getDataWithAcceptedSuggestions","acceptAllSuggestions","addUser","appendChild","createElement","document","getRootNames","plugins","trackChangesData.editorCreator","useAnonymousUser","execute","data","end","set","Users","getFullData","pluginName","users","init","div","rootsAttributes","getSuggestions","track-changes-data-invalid-editor-creator","editorCreator","create","CommentsRepository","addSuggestionData","map","get","5821417mPUiZL","result","1964982zwGNyT","constructor","TrackChangesDataGetter","model","editor","trackChangesData","780opzcxE","requires","getUser","createDocumentFragment","destroy","discardAllSuggestions","config","getRootsAttributes","push","1582839SiwMgF","define","_adapter","3988CqDIQL","TrackChangesEditing","Pagination","145847lkVWHd","TrackChangesData","getDataWithDiscardedSuggestions"];return(uu=function(){return t})()}class lu extends t.Plugin{static get[ou(453)](){return ou(470)}constructor(t){const e=ou;super(t),this[e(467)]=e(449)}[ou(455)](){const t=ou;this[t(472)][t(444)][t(465)](t(462))[t(424)]={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(472)][t(444)][t(465)](t(426))[t(424)]=null}}function fu(t){return void 0!==t[ou(420)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(444)][r(421)](yc,lu),s[r(457)]=fu(t)?t[r(420)]():void 0;const i=document[r(477)](),a=t[r(419)][r(465)](r(473))[r(460)],c=await a(s,(()=>function(t){const e=r,n=document[e(441)](e(456));return t[e(440)](n),n}(i)));!function(t,e){const n=r,s=t[n(471)][n(442)][n(443)]()[n(436)](((e,r)=>(e[r]=t[n(448)][n(465)]({rootName:r}),e)),{}),o=t[n(444)][n(465)](n(451))[n(454)][n(464)]((t=>({id:t.id,name:t[n(432)]}))),i=t[n(444)][n(465)](n(426))[n(458)]({skipNotAttached:!0,toJSON:!0}),a=e[n(444)][n(465)](n(451)),c=e[n(444)][n(465)](n(426));for(const t of o)a[n(476)](t.id)||a[n(439)](t);a.me||a[n(446)]();for(const t of i)c[n(463)](t);e[n(448)][n(450)](s)}(t,c),c[r(447)](r(e?438:479));const u=fu(c)?c[r(452)](n):c[r(448)][r(465)](n);return await c[r(478)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=179]})(t,e)}function du(){var t=["16bYxYuh","6ZZuNFO","9588840uNIdyJ","8632296wrNiMd","771860CcqYuB","164477xXevOD","3747852rLnOCT","6855936YycKqX","141631dppjGJ","258lxiZTn"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(632932===parseInt(n(185))/1*(parseInt(n(181))/2)+parseInt(n(186))/3+parseInt(n(180))/4*(parseInt(n(184))/5)+parseInt(n(179))/6*(-parseInt(n(188))/7)+-parseInt(n(187))/8+-parseInt(n(183))/9+parseInt(n(182))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["_disableUnsupportedCommands","editor","refresh","value","1897YvxepA","427284dvhOev","3470pjZzwT","execute","1043112XfHbBw","23319rXcHgD","has","5mftMVe","_enableCommands","20285584JMwcDu","isEnabled","affectsData","26984HAVjrJ","TrackChangesCommand","forceDisabled","392668hLfNEN","clearForceDisabled","commands","55EKsTdj","_isEnabledBasedOnSelection","301528XWuszW","_enabledCommands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=466]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(499732===-parseInt(n(472))/1*(-parseInt(n(480))/2)+parseInt(n(466))/3+parseInt(n(485))/4*(-parseInt(n(483))/5)+parseInt(n(469))/6+parseInt(n(491))/7*(-parseInt(n(477))/8)+parseInt(n(470))/9*(-parseInt(n(467))/10)+parseInt(n(474))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(486)]=e,this[n(490)]=!1,this[n(489)](),this[n(484)]=!1}[c(489)](){this[c(475)]=!0}[c(468)](){const t=c;this[t(490)]=!this[t(490)],this[t(490)]?this[t(487)]():this[t(473)]()}[c(487)](){const t=c;for(const e of this[t(488)][t(482)][t(482)]())e[t(476)]&&!this[t(486)][t(471)](e)&&e[t(479)](t(478))}[c(473)](){const t=c;for(const e of this[t(488)][t(482)][t(482)]())e[t(476)]&&!this[t(486)][t(471)](e)&&e[t(481)](t(478))}}function h(){const t=["303JNIZPn","editor","9121SABpUZ","_suggestions","19778958dKxlfA","_isEnabledBasedOnSelection","756072MBMGHi","TrackChangesEditing","canEditAt","execute","track-changes-accept-suggestion-not-found","760rxIRtD","4158588PfHBnn","acceptSuggestion","model","isEnabled","9754lYtUbI","getRanges","get","1235000QDJuiz","plugins","6104046UVHyWW","refresh"];return(h=function(){return t})()}function g(t,e){const n=h();return(g=function(t,e){return n[t-=106]})(t,e)}const d=g;!function(t,e){const n=g,r=t();for(;;)try{if(600534===-parseInt(n(127))/1+-parseInt(n(114))/2*(parseInt(n(121))/3)+parseInt(n(110))/4+-parseInt(n(117))/5+-parseInt(n(119))/6+-parseInt(n(123))/7*(parseInt(n(109))/8)+parseInt(n(125))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(h);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(124)]=e,this[n(120)](),this[n(126)]=!1}[d(120)](){this[d(113)]=!0}[d(107)](t){const n=d,r=this[n(124)][n(116)](t);if(!r)throw new e.CKEditorError(n(108),this);const s=r[n(115)]();this[n(122)][n(112)][n(106)](s)&&this[n(122)][n(118)][n(116)](n(128))[n(111)](r)}}const m=I;function I(t,e){const n=E();return(I=function(t,e){return n[t-=352]})(t,e)}function E(){const t=["893473Okrtwk","1097705FvZpmF","14826141fsutSz","editor","isEnabled","get","canEditAt","refresh","track-changes-discard-suggestion-not-found","_isEnabledBasedOnSelection","6sFpSoH","model","execute","4674215ctjZoV","TrackChangesEditing","getRanges","discardSuggestion","176856xbZwpJ","2777403Lxjkhq","4QWwJVm","plugins","1678160GYZcKE","_suggestions"];return(E=function(){return t})()}!function(t,e){const n=I,r=t();for(;;)try{if(729245===-parseInt(n(371))/1+parseInt(n(364))/2+-parseInt(n(365))/3*(parseInt(n(366))/4)+-parseInt(n(360))/5*(-parseInt(n(357))/6)+-parseInt(n(370))/7+parseInt(n(368))/8+parseInt(n(372))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=I;super(t),this[n(369)]=e,this[n(354)](),this[n(356)]=!1}[m(354)](){this[m(374)]=!0}[m(359)](t){const n=m,r=this[n(369)][n(352)](t);if(!r)throw new e.CKEditorError(n(355),this);const s=r[n(362)]();this[n(373)][n(358)][n(353)](s)&&this[n(373)][n(367)][n(352)](n(361))[n(363)](r)}}function T(){const t=[" [color ","63970ngfeEl","length","40SQBlzm","color","splice","add","execute","schema","isTouching","createPositionBefore","63cNmeWM","isArray","change","content","join","type","from","1006204CVJNmw","1143bpHsrq","createRange","isCollapsed","3392412WKzECz","474184Rjtgbu","634702LTCPxH","createPositionAt","next","isInContent","isMultiRange","3320169KRsZjo","replace","end","sort","value","push","72348sBQuWz","isIntersecting","start","createPositionAfter","deletion","getRanges","map","isObject"];return(T=function(){return t})()}function _(t){const e=C;return t[e(201)](((t,n)=>e(208)==t[e(228)]&&e(208)!=n[e(228)]?-1:e(208)!=t[e(228)]&&e(208)==n[e(228)]?1:0))}function y(t,e){const n=C;let r,s=0;const o=[],i=e[n(220)];for(;s<t[n(214)];){const a=t[s],c=t[s+1];r||(r=e[n(222)](a)),A(e,a,c)||(o[n(203)](e[n(189)](r,i[n(211)](a)?e[n(207)](a):e[n(194)](a,n(200)))),r=null),s++}return o}function A(t,e,n){const r=C;if(!n)return!1;const s=t[r(207)](e),o=t[r(222)](n);return s[r(221)](o)}function C(t,e){const n=T();return(C=function(t,e){return n[t-=186]})(t,e)}!function(t,e){const n=C,r=t();for(;;)try{if(604697===-parseInt(n(193))/1+-parseInt(n(187))/2+parseInt(n(198))/3+-parseInt(n(204))/4*(parseInt(n(215))/5)+-parseInt(n(191))/6+-parseInt(n(223))/7*(-parseInt(n(192))/8)+parseInt(n(188))/9*(parseInt(n(213))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(T);function k(t,e,n){const r=C;for(;n[r(214)];){const s=n[r(217)](0,100);t[r(225)]((()=>{const t=r;for(const n of s)n[t(196)]&&e[t(219)](n.id)}))}}const N=R;function R(t,e){const n=S();return(R=function(t,e){return n[t-=319]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(291988===-parseInt(n(324))/1*(-parseInt(n(321))/2)+parseInt(n(333))/3*(-parseInt(n(342))/4)+parseInt(n(326))/5*(-parseInt(n(338))/6)+-parseInt(n(325))/7*(-parseInt(n(334))/8)+-parseInt(n(343))/9*(parseInt(n(335))/10)+-parseInt(n(344))/11+parseInt(n(339))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class L extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(320)]=e,this[r(323)]=n,this[r(331)](),this[r(332)]=!1}[N(331)](){const t=N,e=Array[t(330)](this[t(323)][t(328)]())[t(336)]((e=>e[t(329)]));this[t(322)]=this[t(320)][t(322)]&&e}[N(340)](){const t=N,e=_(Array[t(330)](this[t(323)][t(328)]()));for(const n of e){const e=n[t(341)]();if(!this[t(319)][t(327)][t(337)](e))return}k(this[t(319)][t(327)],this[t(320)],e)}}function S(){const t=["_isEnabledBasedOnSelection","391011vxBQrw","32rNjGAi","3660QgmFCL","some","canEditAt","2100366SSZCXY","10986372ErVRCv","execute","getRanges","4cSJmEf","9585ctyBRZ","6315177rNuCYy","editor","_command","182KgXgFl","isEnabled","_suggestions","4204frpCuT","766829RYzdnr","5AbcOlH","model","values","isInContent","from","refresh"];return(S=function(){return t})()}function M(t,e){const n=w();return(M=function(t,e){return n[t-=166]})(t,e)}const v=M;function w(){const t=["isEnabled","124357NYJuRs","size","_isEnabledBasedOnSelection","3653244QvFjsW","refresh","values","selection","editor","15XwBELA","_selectedSuggestions","_command","1056696aPVdrZ","64UUUlww","document","314610AkicCF","2539648xdGMzq","getRanges","_suggestions","canEditAt","58668rUlDGS","from","4yGXZnT","execute","model","1635291bFLsuV"];return(w=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(386796===parseInt(n(174))/1*(parseInt(n(169))/2)+-parseInt(n(167))/3*(-parseInt(n(186))/4)+-parseInt(n(182))/5*(parseInt(n(185))/6)+parseInt(n(172))/7+-parseInt(n(189))/8+parseInt(n(177))/9+parseInt(n(188))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(184)]=e,this[r(191)]=n,this[r(183)]=new Set,this[r(178)](),this[r(176)]=!1}[v(178)](){const t=v,e=this[t(181)][t(171)][t(187)][t(180)],n=Array[t(168)](this[t(191)][t(179)]());this[t(183)]=function(t,e){const n=C,r=Array[n(186)](t[n(209)]()),s=new Set;for(const o of e)if(o[n(196)])for(const e of r)for(const r of o[n(209)]())(e[n(205)](r)||t[n(190)]&&!o[n(197)]&&o[n(195)]&&r[n(200)][n(221)](e[n(206)]))&&s[n(218)](o);return s}(e,n),this[t(173)]=this[t(184)][t(173)]&&!!this[t(183)][t(175)]}[v(170)](){const t=v,e=_(Array[t(168)](this[t(183)]));for(const n of e){const e=n[t(190)]();if(!this[t(181)][t(171)][t(166)](e))return}k(this[t(181)][t(171)],this[t(184)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var B=Array.prototype.splice;const P=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=x(e,t);return n<0?void 0:e[n][1]};const j=function(t){return x(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=x(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=F,V.prototype.delete=P,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const H=function(){this.__data__=new z,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var J="object"==typeof self&&self&&self.Object===Object&&self;const Z=X||J||Function("return this")();const Y=Z.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Z["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const Ct=At(Z,"Map");const kt=At(Object,"create");const Nt=function(){this.__data__=kt?kt(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 Lt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(kt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Lt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return kt?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=kt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Rt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Ft=Ot;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(Ct||z),string:new Ft}};const xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Bt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Pt=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Dt,Vt.prototype.delete=Pt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Ht=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!Ct||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new z(t);this.size=e.size}Wt.prototype.clear=H,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=Ht;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Jt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Zt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Zt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Z.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var Ce=Object.prototype.hasOwnProperty;const ke=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!Ce.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Le=function(t,e){return function(n){return t(e(n))}};const Se=Le(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Re(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?ke(t):ve(t)};const Fe=function(t,e){return t&&Qt(e,Oe(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var xe=Object.prototype.hasOwnProperty;const Be=function(t){if(!at(t))return De(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Pe=function(t){return we(t)?ke(t,!0):Be(t)};const Ue=function(t,e){return t&&Qt(e,Pe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Z.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const He=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Je=Object.getOwnPropertySymbols;const Ze=Je?function(t){return null==t?[]:(t=Object(t),Ke(Je(t),(function(e){return Xe.call(t,e)})))}:qe;const Ye=function(t,e){return Qt(t,Ze(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Le(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ze(t)),t=$e(t);return e}:qe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,Oe,Ze)};const sn=function(t){return nn(t,Pe,tn)};const on=At(Z,"DataView");const an=At(Z,"Promise");const cn=At(Z,"Set");const un=At(Z,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(Ct),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||Ct&&Tn(new Ct)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Cn=Z.Uint8Array;const kn=function(t){var e=new t.constructor(t.byteLength);return new Cn(e).set(new Cn(t)),e};const Nn=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Ln=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return kn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Ln(t);case"[object Symbol]":return vn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Dn($e(t))};const Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var Pn=_e&&_e.isMap;const Un=Pn?Ie(Pn):Bn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Wn="[object Object]",Kn={};Kn[zn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Hn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Wn||h==zn||g&&!o){if(a=u||g?{}:xn(e),!c)return u?en(e,Ue(a,e)):Ye(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Pe:Oe)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Yn.test(t)||!Zn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const Cr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new Cn(t),new Cn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var kr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:kr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Lr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Lr:_n(t),u=a?Lr:_n(e),l=(c=c==Rr?Sr:c)==Sr,f=(u=u==Rr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):Cr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const xr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Br=function(t,e){return e.length<2?t:Dr(t,xr(e,0,-1))};const Pr=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Pr(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=261]})(t,e)}const Gr=jr;function Vr(){const t=["author","getMarkerNames","onAccept","accept","end","add","isIntersectingWithRange","getRange","map","push","getMarkers","discard","@external","head","isMultiRange","nodeBefore","creator","delete","_onAttributesChange","removeMarker","from","3335216uxlDVI","size","isIntersecting","addMarker","hasComments","178457nYHsQz","17492130GbMcEO","getItems","change","clear","createdAt","_onAccept","removeMarkers","_isDataLoaded","isExternal","get","_saved","removeAttribute","data","getFirstRange","markers","decorate","getMultiRangeId","reduce","38556DYSjDv","getContainedElement","176XbxbGP","2028141zkLvSG","_model","attributes","length","filter","subType","addRange","onAttributesChange","authoredAt","33006zWhLWR","onDiscard","start","split","type","getAllAdjacentSuggestions","addMarkerName","getRanges","substr","_onDiscard","set","next","suggestion:","nodeAfter","2kKozlT","965wxwwzR","toJSON","_markerNames","previous","3804DKFZzN","commentThread","setAttribute","getFirstMarker","isInContent"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(316547===parseInt(n(335))/1*(-parseInt(n(299))/2)+parseInt(n(285))/3*(-parseInt(n(275))/4)+parseInt(n(300))/5*(-parseInt(n(304))/6)+-parseInt(n(273))/7+-parseInt(n(330))/8+-parseInt(n(276))/9+parseInt(n(336))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(262)]=!1,this.id=e.id,this[n(289)]=e[n(289)],this[n(281)]=e[n(281)]||null,this[n(309)]=e[n(309)],this[n(325)]=e[n(325)]||e[n(309)],this[n(263)]=Boolean(e[n(278)]&&e[n(278)][n(321)]),this[n(267)]=null,this[n(277)]=t,this[n(341)]=e[n(311)],this[n(294)]=e[n(286)],this[n(327)]=e[n(283)],this[n(302)]=new Set,this[n(340)]=null,this[n(295)](n(284),null),this[n(295)](n(278),e[n(278)]||{}),this[n(295)](n(303),null),this[n(295)](n(296),null),this[n(295)](n(305),null),this[n(295)](n(265),!1),this[n(270)](n(312)),this[n(270)](n(320))}get[Gr(322)](){const t=Gr;let e=this;for(;e[t(303)];)e=e[t(303)];return e}get[Gr(334)](){const t=Gr;return!!this[t(305)]&&this[t(305)][t(279)]>0}get[Gr(323)](){const t=Gr;return 0!=this[t(302)][t(331)]&&6==Array[t(329)](this[t(302)])[0][t(288)](":")[t(279)]}get[Gr(308)](){return null!==this[Gr(307)]()}[Gr(291)](t){const e=Gr;this[e(302)][e(314)](t)}[Gr(310)](){const t=Gr;return Array[t(329)](this[t(302)])}[Gr(319)](){const t=Gr;return this[t(310)]()[t(317)]((e=>this[t(277)][t(269)][t(264)](e)))[t(280)]((t=>t))}[Gr(307)](){return this[Gr(319)]()[0]||null}[Gr(261)](){const t=Gr;this[t(277)][t(338)]((e=>{const n=t;for(const t of this[n(319)]())e[n(328)](t)})),this[t(302)][t(339)]()}[Gr(328)](t){const e=Gr;this[e(277)][e(338)]((n=>{n[e(328)](t)})),this[e(302)][e(326)](t)}[Gr(282)](t){const e=Gr,n=e(297)+this[e(289)]+":"+this[e(281)]+":"+this.id+":"+this[e(325)].id+":"+zr[e(271)]();this[e(291)](n),this[e(277)][e(338)]((r=>{r[e(333)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(315)](t){const e=Gr;for(const n of this[e(292)]())if(n[e(332)](t))return!0;return!1}[Gr(292)](){const t=Gr;return this[t(319)]()[t(317)]((e=>e[t(316)]()))}[Gr(337)](){const t=Gr;return this[t(292)]()[t(272)](((e,n)=>[...e,...n[t(337)]()]),[])}[Gr(268)](){const t=Gr;var e;return(null===(e=this[t(307)]())||void 0===e?void 0:e[t(316)]())||null}[Gr(274)](){const t=Gr,e=this[t(292)]();if(1!=e[t(279)])return null;const n=e[0],r=n[t(287)][t(298)],s=n[t(313)][t(324)];return r instanceof i.Element?r!=s?null:r:null}[Gr(312)](){const t=Gr;this[t(341)](this[t(292)](),this[t(267)],this[t(278)]),this[t(261)]()}[Gr(320)](){const t=Gr;this[t(294)](this[t(292)](),this[t(267)],this[t(278)]),this[t(261)]()}[Gr(290)](){const t=Gr,e=[];let n=this[t(322)];for(;n;)e[t(318)](n),n=n[t(296)];return e}[Gr(306)](t,e){const n=Gr,r=Xn(this[n(278)]);hr(r,t,e),Or(r,this[n(278)])||(this[n(278)]=r,this[n(327)](r))}[Gr(266)](t){const e=Gr,n=Xn(this[e(278)]);Ur(n,t),Or(n,this[e(278)])||(this[e(278)]=n,this[e(327)](this[e(278)]))}[Gr(301)](){const t=Gr;return{id:this.id,type:this[t(281)]?this[t(289)]+":"+this[t(281)]:this[t(289)],authorId:this[t(325)].id,createdAt:this[t(340)],hasComments:this[t(334)],data:this[t(267)],attributes:this[t(278)]}}static[Gr(271)](){const t=Gr;return(0,e.uid)()[t(293)](1,5)}}function Hr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=337]})(t,e)}!function(t,e){const n=Kr,r=t();for(;;)try{if(706061===parseInt(n(399))/1+parseInt(n(400))/2*(parseInt(n(392))/3)+-parseInt(n(362))/4+-parseInt(n(386))/5*(parseInt(n(408))/6)+-parseInt(n(379))/7+parseInt(n(382))/8+-parseInt(n(417))/9*(parseInt(n(361))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(409)]=[],this[n(348)]=new Map,this[n(345)]=[],this[n(354)]=new Map,this[n(415)]=t,this[n(413)]=e}[Wr(431)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(424)];o++){const i=t[o];if(!i[e(343)])continue;const a=this[e(340)](i);if(a){if(null!=i[e(351)]){if(r[e(368)](i[e(351)]))continue;r[e(383)](i[e(351)])}n[e(356)](a)}else if(e(375)!=i[e(353)])e(397)!=i[e(353)]&&e(349)!=i[e(353)]||this[e(364)](n,i,t[o+1]);else{const t=i[e(430)][e(359)];if(s[e(368)](t))continue;s[e(383)](i[e(430)][e(359)]),t==_c?this[e(420)](n,i):this[e(427)](n,i)}}return this[e(358)](n)}[Wr(367)](t){const e=Wr;this[e(409)][e(356)](t)}[Wr(401)](t,n,r=e.priorities[Wr(341)]){const s=Wr;s(384)==typeof t?(0,e.insertToPriorityArray)(this[s(345)],{matchingCallback:t,label:n,priority:r}):this[s(348)][s(338)](t,n)}[Wr(387)](t,e){const n=Wr;this[n(354)][n(338)](t,e)}[Wr(380)](t,e=1){const n=Wr;let r;for(const e of this[n(345)])if(e[n(394)](t)){r=e[n(406)];break}return r||(r=this[n(348)][n(346)](t[n(373)])),r?r(e):1!==e?e+" "+t[n(373)]+"s":""+t[n(373)]}[Wr(378)](t,e){const n=Wr,r=e[n(433)]()[n(432)](),s=n(397)==e[n(353)]?n(383):n(422);for(const e of r){const o=e[n(360)],i=t[t[n(424)]-1];if(o.is(n(372)))i&&i[n(353)][n(393)](n(428))>-1&&t[n(421)](),i&&n(376)==i[n(353)]?i[s]+=o[n(430)]:t[n(356)]({type:n(376),add:n(383)==s?o[n(430)]:"",remove:n(422)==s?o[n(430)]:""});else if(this[n(415)][n(377)](o)){const a=o;if(i&&i[n(353)][n(393)](n(428))>-1&&t[n(421)](),n(412)==e[n(353)])continue;i&&i[n(353)]==s+n(371)&&i[n(369)][n(373)]==a[n(373)]?i[n(414)]++:t[n(356)]({type:s+n(371),element:a,quantity:1}),r[n(365)]((t=>!(n(412)==t[n(353)]&&t[n(360)]==o)))}else if(this[n(415)][n(370)](o,n(389))||o.is(n(369),n(396))){const r=o;if(n(383)==s&&n(429)==e[n(353)]||n(422)==s&&n(412)==e[n(353)])continue;if(i&&-1==i[n(353)][n(393)](n(428))){n(376)==i[n(353)]&&(i[s]+="\n");continue}let a;if(a=n(383)==s?r[n(352)]&&!this[n(415)][n(377)](r[n(352)])?r[n(352)]:null:r[n(426)]&&!this[n(415)][n(377)](r[n(426)])?r[n(426)]:null,r[n(357)]||a&&a[n(357)]){const e=a&&a[n(357)]?a:r;i&&i[n(353)]==s+n(342)&&i[n(369)][n(373)]==e[n(373)]?i[n(414)]++:t[n(356)]({type:s+n(342),element:e,quantity:1})}else t[n(356)]({type:s+n(428),element:r})}}}[Wr(358)](t){const e=Wr,n=this[e(413)],r=[],s=[],o=[];for(const i of t)switch(i[e(353)]){case e(376):if(i[e(383)]=i[e(383)][e(395)](/(\S)\u000A+(\S)/g,e(366))[e(395)](/\u000A/g,""),i[e(422)]=i[e(422)][e(395)](/(\S)\u000A+(\S)/g,e(366))[e(395)](/\u000A/g,""),""!=i[e(383)]&&""!=i[e(422)]){r[e(356)]({type:e(395),content:Hr(n,e(391),['"'+i[e(422)]+'"','"'+i[e(383)]+'"'])});continue}if(null!=i[e(383)][e(374)](/^ +$/)){r[e(356)]({type:e(397),content:Hr(n,e(339),Hr(n,e(404),i[e(383)][e(424)]))});continue}if(null!=i[e(422)][e(374)](/^ +$/)){r[e(356)]({type:e(349),content:Hr(n,e(403),Hr(n,e(404),i[e(422)][e(424)]))});continue}if(""!=i[e(383)]){r[e(356)]({type:e(397),content:Hr(n,e(339),'"'+i[e(383)]+'"')});continue}r[e(356)]({type:e(349),content:Hr(n,e(403),'"'+i[e(422)]+'"')});continue;case e(402):case e(416):r[e(356)]({type:e(397),content:Hr(n,e(339),this[e(380)](i[e(369)],i[e(414)]))});continue;case e(363):case e(347):r[e(356)]({type:e(349),content:Hr(n,e(403),this[e(380)](i[e(369)],i[e(414)]))});continue;case e(425):r[e(356)]({type:e(397),content:Hr(n,e(344),this[e(380)](i[e(369)],i[e(414)]))});continue;case e(388):r[e(356)]({type:e(349),content:Hr(n,e(381),this[e(380)](i[e(369)],i[e(414)]))});continue;case e(411):s[e(356)](i[e(359)]);continue;case e(350):o[e(356)](i[e(359)]);continue;default:r[e(356)](i)}if(s[e(424)]){const t=s[e(390)]((t=>this[e(354)][e(368)](t)?this[e(354)][e(346)](t):t))[e(337)](", ");r[e(356)]({type:e(407),content:Hr(this[e(413)],e(355),t)})}if(o[e(424)]){const t=o[e(390)]((t=>this[e(354)][e(368)](t)?this[e(354)][e(346)](t):t))[e(337)](", ");r[e(356)]({type:e(407),content:Hr(this[e(413)],e(423),t)})}return r}[Wr(340)](t){const e=Wr;for(const n of this[e(409)]){const r=n(t);if(r&&e(353)in r)return r}}[Wr(427)](t,e){const n=Wr,r=e[n(430)],s=void 0===r[n(419)]?n(350):n(411);t[n(356)]({type:s,key:r[n(359)]})}[Wr(420)](t,e){const n=Wr;t[n(356)]({type:n(407),content:Hr(this[n(413)],n(418),this[n(380)](e[n(433)]()[n(398)][n(405)],1))})}[Wr(364)](t,e,n){const r=Wr;if(this[r(378)](t,e),n&&n[r(433)]()&&!e[r(433)]()[r(385)][r(410)](n[r(433)]()[r(398)])){const n=t[t[r(424)]-1],s=r(397)==e[r(353)]?r(383):r(422);n&&r(376)==n[r(353)]&&(n[s]+="\n")}}}function Xr(){const t=["1792315MnThFj","getItemLabel","*Merge:* %0","6801528NPiniD","add","function","end","51710JWRUEM","registerAttributeLabel","removeContainer","$text","map","REPLACE_TEXT","3310449owHqvV","indexOf","matchingCallback","replace","softBreak","insertion","start","1106276Ssskez","2iOjEyd","registerElementLabel","addEmptyContainer","*Remove:* %0","ELEMENT_SPACE","nodeAfter","label","format","360bymyJD","_customCallbacks","isEqual","addFormat","elementEnd","_locale","quantity","_schema","addObject","9glnlDP","*Change to:* %0","newValue","_handleRenameSuggestionDescription","pop","remove","*Remove format:* %0","length","addContainer","previousSibling","_handleAttributeSuggestionDescription","Container","elementStart","data","getDescriptions","getWalker","getFirstRange","join","set","*Insert:* %0","_handleCustomCallbackDescription","normal","EmptyContainer","isInContent","*Split:* %0","_itemLabelsCallbacks","get","removeObject","_itemLabels","deletion","removeFormat","subType","nextSibling","type","_attributeLabels","*Set format:* %0","push","isEmpty","_resolveDescriptionItems","key","item","9436490YCKtJB","2134700sQITaD","removeEmptyContainer","_handleInsertRemoveSuggestionDescription","skip","$1 $2","registerDescriptionCallback","has","element","checkChild","Object","$textProxy","name","match","attribute","text","isObject","_addDescriptionItems"];return(Xr=function(){return t})()}const Jr=Yr;function Zr(){const t=["editor","2060082URRwCI","4JwnIKs","get","commands","15155tOHQSa","afterInit","108cqNlLf","292632SzzTiv","744893emjdie","enableCommand","569211UexApT","plugins","72681eODUon","TrackChangesEditing","3397380oGogIE","11pmhjBB","592DFTJkP","showAIAssistant"];return(Zr=function(){return t})()}function Yr(t,e){const n=Zr();return(Yr=function(t,e){return n[t-=199]})(t,e)}!function(t,e){const n=Yr,r=t();for(;;)try{if(433800===parseInt(n(205))/1+parseInt(n(217))/2*(parseInt(n(207))/3)+parseInt(n(203))/4*(-parseInt(n(201))/5)+parseInt(n(204))/6+parseInt(n(209))/7*(-parseInt(n(213))/8)+-parseInt(n(216))/9+-parseInt(n(211))/10*(-parseInt(n(212))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Qr extends t.Plugin{[Jr(202)](){const t=Jr,e=this[t(215)],n=e[t(208)][t(199)](t(210));e[t(200)][t(199)](t(214))&&n[t(206)](t(214))}}function $r(t,e){const n=ns();return($r=function(t,e){return n[t-=134]})(t,e)}const ts=$r;!function(t,e){const n=$r,r=t();for(;;)try{if(750227===parseInt(n(140))/1*(parseInt(n(138))/2)+-parseInt(n(169))/3*(parseInt(n(141))/4)+-parseInt(n(148))/5*(-parseInt(n(153))/6)+parseInt(n(135))/7*(parseInt(n(154))/8)+parseInt(n(136))/9*(-parseInt(n(175))/10)+-parseInt(n(147))/11*(-parseInt(n(150))/12)+parseInt(n(163))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ns);class es extends t.Plugin{[ts(166)](){const t=ts,e=this[t(157)],n=e[t(156)];if(!e[t(162)][t(142)](t(161)))return;const r=e[t(162)][t(160)](t(164));r[t(168)](t(170),[],[t(170)]),r[t(165)][t(167)](t(170),Hr(n,t(143))),this[t(149)]()}[ts(149)](){const t=ts,e=this[t(157)],n=e[t(156)];e[t(162)][t(160)](t(164))[t(165)][t(173)]((e=>{const r=t;if(r(155)!=e[r(172)])return;const{data:s}=e;if(s&&r(170)==s[r(171)]){const t=s[r(159)][0][r(158)];return{type:r(152),content:Hr(n,r(144),function(t){const e=r;switch(t){case e(139):return Hr(n,e(137));case e(145):return Hr(n,e(134));case e(146):return Hr(n,e(151));case e(176):return Hr(n,e(174))}}(t))}}}))}}function ns(){const t=["AlignmentEditing","plugins","1200680ZSACFC","TrackChangesEditing","_descriptionFactory","afterInit","registerAttributeLabel","_enableDefaultAttributesIntegration","78kOqrbk","alignment","commandName","type","registerDescriptionCallback","FORMAT_JUSTIFY_TEXT","422260cvEsat","justify","FORMAT_ALIGN_TO_RIGHT","427lOyqUl","306DnfYby","FORMAT_ALIGN_TO_LEFT","2938UqDOua","left","806wqMHxu","226636HGcuDC","has","FORMAT_ALIGNMENT","*Format:* %0","right","center","100034UOygwi","30QyeMOr","_registerLegacyDescription","828nGnPNg","FORMAT_ALIGN_TO_CENTER","format","565014ugRRfO","156088uTDlUg","formatBlock","locale","editor","value","commandParams","get"];return(ns=function(){return t})()}const rs=ss;function ss(t,e){const n=is();return(ss=function(t,e){return n[t-=277]})(t,e)}!function(t,e){const n=ss,r=t();for(;;)try{if(736918===-parseInt(n(319))/1+-parseInt(n(298))/2*(-parseInt(n(306))/3)+parseInt(n(281))/4+parseInt(n(320))/5+parseInt(n(293))/6+parseInt(n(304))/7*(-parseInt(n(299))/8)+-parseInt(n(301))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(is);const os=[rs(279),rs(296),rs(302),rs(288),rs(322),rs(282),rs(280)];function is(){const t=["5550152oataMC","SubscriptEditing","toUpperCase","slice","underline","FORMAT_ITALIC","type","CodeEditing","commandParams","has","formatInline","bold","3778674VMyuNU","toLowerCase","subscript","ItalicEditing","FORMAT_BOLD","359938orzOjK","57832uaGTtM","get","13673088btAgLQ","UnderlineEditing","afterInit","147ODBBEy","FORMAT_SUBSCRIPT","6aIMtbQ","registerAttributeLabel","code","italic","plugins","FORMAT_UNDERLINE","strikethrough","registerDescriptionCallback","_descriptionFactory","superscript","TrackChangesEditing","_registerLegacyDescription","FORMAT_STRIKETHROUGH","498527YeaFXn","2646155UpKVyW","FORMAT_","StrikethroughEditing","locale","commandName","editor","forceValue","FORMAT_CODE","FORMAT_SUPERSCRIPT","format","*Format:* %0","*Remove format:* %0","_enableDefaultAttributesIntegration","BoldEditing","SuperscriptEditing"];return(is=function(){return t})()}class as extends t.Plugin{[rs(303)](){const t=rs,e=this[t(325)],n=e[t(310)][t(300)](t(316)),r=e[t(323)];for(const s of os){if(!e[t(310)][t(290)](s))continue;const o=s[t(284)](0,-7)[t(294)](),i=t(321)+o[t(283)]();n[t(278)](o,[o]),n[t(314)][t(307)](o,Hr(r,i))}this[t(317)]()}[rs(317)](){const t=rs,e=this[t(325)],n=e[t(323)],r=e[t(310)][t(300)](t(316));function s(e,s){const o=t;r[o(314)][o(313)]((t=>{const r=o;if(r(291)!=t[r(287)])return;const{data:i}=t;return i&&i[r(324)]===e?i[r(289)][0][r(326)]?{type:r(329),content:Hr(n,r(330),s)}:{type:r(329),content:Hr(n,r(277),s)}:void 0}))}s(t(292),Hr(n,t(297))),s(t(309),Hr(n,t(286))),s(t(285),Hr(n,t(311))),s(t(308),Hr(n,t(327))),s(t(312),Hr(n,t(318))),s(t(295),Hr(n,t(305))),s(t(315),Hr(n,t(328)))}}const cs=fs;function us(){const t=["locale","from","35cfziGA","30Jjpdwm","get","commandParams","has","model","parent","afterInit","ELEMENT_BLOCK_QUOTE","commandName","blockQuote","enableCommand","1000907pajYbM","BlockQuoteEditing","filter","name","*Set format:* %0","269790EJeQGU","markBlockFormat","document","forceValue","*Remove format:* %0","selection","69291RPjBpW","11230280DLMFbx","$root","value","3323088xLsqHh","3959424OCWJCd","format","registerDescriptionCallback","148knHMxe","TrackChangesEditing","getSelectedBlocks","_descriptionFactory","change","schema","checkChild","1245224NeTTYb","plugins","editor","commands","22hfAszD"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(880566===parseInt(n(429))/1+-parseInt(n(448))/2*(parseInt(n(440))/3)+parseInt(n(444))/4+-parseInt(n(434))/5*(parseInt(n(418))/6)+-parseInt(n(417))/7*(parseInt(n(455))/8)+-parseInt(n(445))/9+-parseInt(n(441))/10*(-parseInt(n(459))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(424)](){const t=cs,e=this[t(457)],n=e[t(415)];if(!e[t(456)][t(421)](t(430)))return;const r=e[t(456)][t(419)](t(449)),s=this[t(457)][t(458)][t(419)](t(427));r[t(428)](t(427),((n,o={})=>{const i=t,a=this[i(457)][i(422)][i(436)][i(439)],c=o&&void 0!==o[i(437)]?o[i(437)]:!s[i(443)];let u=[];if(c){const t=Array[i(416)](a[i(450)]())[i(431)]((t=>hs(t)||function(t,e){const n=i,r=e[n(454)](t[n(423)],n(427)),s=e[n(454)]([n(442),n(427)],t);return r&&s}(t,this[i(457)][i(422)][i(453)])));u=y(t,e[i(422)])}else{const t=Array[i(416)](a[i(450)]())[i(431)]((t=>hs(t)));u=y(t,e[i(422)])}e[i(422)][i(452)]((()=>{const t=i;for(const e of u)r[t(435)](e,{commandName:t(427),commandParams:[{forceValue:c}]})}))})),r[t(451)][t(447)]((e=>{const r=t,{data:s}=e;if(s&&r(427)==s[r(426)]){const t=Hr(n,r(425));return s[r(420)][0][r(437)]?{type:r(446),content:Hr(n,r(433),t)}:{type:r(446),content:Hr(n,r(438),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=415]})(t,e)}function hs(t){const e=cs;return e(427)==t[e(423)][e(432)]}const gs=ps;function ds(){const t=["73680OeMHDD","changeCaseTitle","258908YxbUpg","afterInit","37971NjzFHs","plugins","6FMVCoR","1SsjcIf","1509745RHEvtb","changeCaseUpper","CaseChange","changeCaseLower","has","18912ceBsBZ","952QUBVKF","get","enableCommand","573265uGTCgb","editor","TrackChangesEditing","9UImOcw","310xZGXwM","48564EWRbIL"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=470]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(165484===-parseInt(n(474))/1*(-parseInt(n(489))/2)+parseInt(n(487))/3*(parseInt(n(492))/4)+-parseInt(n(475))/5*(parseInt(n(473))/6)+parseInt(n(481))/7*(parseInt(n(480))/8)+-parseInt(n(471))/9*(parseInt(n(488))/10)+parseInt(n(484))/11+parseInt(n(490))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(470)](){const t=gs,e=this[t(485)];e[t(472)][t(479)](t(477))&&(e[t(472)][t(482)](t(486))[t(483)](t(476)),e[t(472)][t(482)](t(486))[t(483)](t(478)),e[t(472)][t(482)](t(486))[t(483)](t(491)))}}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=380]})(t,e)}function bs(){const t=["commands","get","11617240YcJolP","77aEVWuk","625840SQHxmH","26595074KyItDn","149112bCLdPa","TrackChangesEditing","4962570OrMQjf","editor","ckbox","plugins","26ceewcj","afterInit","1381480TNiKFr","9qCHXlA","6YLVxWw","enableCommand","26700IKWkZb"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(692694===parseInt(n(393))/1*(-parseInt(n(387))/2)+-parseInt(n(391))/3*(-parseInt(n(389))/4)+parseInt(n(398))/5+-parseInt(n(383))/6+-parseInt(n(397))/7*(parseInt(n(381))/8)+parseInt(n(390))/9*(-parseInt(n(396))/10)+parseInt(n(380))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(388)](){const t=Is,e=this[t(384)];e[t(394)][t(395)](t(385))&&e[t(386)][t(395)](t(382))[t(392)](t(385))}}function _s(t,e){const n=ks();return(_s=function(t,e){return n[t-=339]})(t,e)}const ys=_s;!function(t,e){const n=_s,r=t();for(;;)try{if(144218===-parseInt(n(353))/1+parseInt(n(350))/2*(parseInt(n(341))/3)+-parseInt(n(373))/4+-parseInt(n(357))/5*(parseInt(n(347))/6)+-parseInt(n(354))/7+parseInt(n(363))/8+parseInt(n(382))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ks);class As extends t.Plugin{[ys(379)](){const t=ys,e=this[t(348)];if(!e[t(377)][t(346)](t(381)))return;const n=e[t(377)][t(342)](t(359)),r=e[t(368)],s=e[t(378)][t(342)](t(351))[t(387)],o=e[t(367)][t(342)](t(351));n[t(389)](t(343)),n[t(389)](t(361)),n[t(389)](t(351),((r,i={})=>{const a=t,c=e[a(376)],u=e[a(376)][a(360)][a(370)],l=i&&void 0!==i[a(385)]?i[a(385)]:!o[a(369)];let f;i[a(375)]||(i[a(375)]=s[0][a(375)]),f=l?Array[a(352)](u[a(356)]())[a(355)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(390))&&!e[n(372)](t)&&e[n(366)](t[n(340)],n(351))}(t,c[a(339)]))):Array[a(352)](u[a(356)]())[a(355)]((t=>Cs(t)));const h=y(f,c);c[a(358)]((()=>{const t=a;for(const e of h)n[t(393)](e,{commandName:t(351),commandParams:[{...i,forceValue:l}],formatGroupId:t(383)})}))})),n[t(392)][t(349)](t(351),(e=>Hr(r,t(345),e))),n[t(392)][t(394)]((e=>{const n=t;if(n(365)!=e[n(391)])return;const o=r.t,{data:i}=e;if(!i||n(351)!=i[n(388)])return;const a=i[n(362)][0][n(375)],c=o(s[n(344)]((t=>t[n(375)]===a))[n(371)])[n(386)]();return i[n(362)][0][n(385)]?{type:n(384),content:Hr(r,n(380),Hr(r,n(345),1)+" ("+c+")")}:{type:n(384),content:Hr(r,n(364),Hr(r,n(345),1))}}))}}function Cs(t){const e=ys;return e(351)==t[e(374)]}function ks(){const t=["editor","registerElementLabel","2NWlTIc","codeBlock","from","57946BFElUg","1799315WCZDYY","filter","getSelectedBlocks","38330qLqYaF","change","TrackChangesEditing","document","outdentCodeBlock","commandParams","353840ptUKux","*Remove format:* %0","formatBlock","checkChild","commands","locale","value","selection","label","isLimit","1010252fswlia","name","language","model","plugins","config","afterInit","*Set format:* %0","CodeBlock","5992371HqboOs","blockName","format","forceValue","toLowerCase","languages","commandName","enableCommand","rootElement","type","_descriptionFactory","markBlockFormat","registerDescriptionCallback","schema","parent","419133bPAKZp","get","indentCodeBlock","find","ELEMENT_CODE_BLOCK","has","108aKvYBm"];return(ks=function(){return t})()}const Ns=Rs;function Rs(t,e){const n=Ss();return(Rs=function(t,e){return n[t-=266]})(t,e)}!function(t,e){const n=Rs,r=t();for(;;)try{if(991393===parseInt(n(278))/1+-parseInt(n(271))/2*(parseInt(n(276))/3)+parseInt(n(277))/4+-parseInt(n(279))/5*(-parseInt(n(272))/6)+-parseInt(n(270))/7+-parseInt(n(281))/8+parseInt(n(269))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ss);class Ls extends t.Plugin{[Ns(266)](){const t=Ns,e=this[t(273)];e[t(280)][t(274)](t(275))&&e[t(280)][t(267)](t(282))[t(283)](t(268))}}function Ss(){const t=["has","CommentsEditing","6BvIpBV","4227452bxygSo","609605FoCHxo","5OdOQGL","plugins","10416560iiWzUA","TrackChangesEditing","enableCommand","afterInit","get","addCommentThread","18186003xcTgBE","5972561USVjxS","1036396kXTbVD","2975682FUDhPi","editor"];return(Ss=function(){return t})()}var Ms=n(834);function vs(t,e){const n=Fs();return(vs=function(t,e){return n[t-=321]})(t,e)}function ws(t,e,n){const r=vs,s=[];for(const o of e[r(352)]())o[r(340)](t)&&s[r(332)](n[r(374)](o));return s}function Os(t,e,{showActiveMarker:n=!0}={}){const r=vs,s=t[r(327)][r(348)](r(350));return(o,i,a)=>{const c=r;if(!a[c(362)][c(333)](i[c(339)],o[c(366)]))return;const u=i[c(339)][c(369)](),l=i[c(339)][c(363)],f=t[c(321)][c(370)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(338)];d=d||f[c(324)](e);const n=a[c(323)][c(372)](e);if(n&&n[c(347)](c(375)))return;c(330)==t[c(360)]&&f[c(365)](e)&&!f[c(326)](e)&&(e[c(354)]||l[c(373)]?h&&h[c(346)]==e||(h=e,m(t[c(371)]),p=!0):g=g||t[c(371)])}function m(t){const r=c,o=a[r(336)][r(358)](r(329),{class:r(344)+e}),u=a[r(323)][r(335)](t);n&&s[r(367)][r(331)](i[r(361)])&&a[r(336)][r(341)](r(368),o),a[r(336)][r(353)](u,o),a[r(323)][r(345)](o,i[r(361)])}d||p||!g||m(g)}}function Fs(){const t=["mapper","isContent","6746067oRDKrw","isLimit","plugins","5394546KWVBiG","span","elementEnd","includes","push","test","951810eJJIQR","toViewPosition","writer","element","item","markerRange","hasAttribute","addClass","8DqmiVa","5319573hqXIJf","ck-suggestion-marker-","bindElementToMarker","parent","getCustomProperty","get","listIndent","TrackChangesEditing","7481rzmptq","getItems","insert","nextSibling","2641887YQJswZ","listItem","2382740ikLaqb","createUIElement","getAttribute","type","markerName","consumable","start","4tXpPrS","isBlock","name","activeMarkers","ck-suggestion-marker--active","getWalker","schema","previousPosition","toViewElement","isAtEnd","createRangeOn","addHighlight","model","142zoAlIH"];return(Fs=function(){return t})()}!function(t,e){const n=vs,r=t();for(;;)try{if(454401===-parseInt(n(351))/1*(-parseInt(n(322))/2)+parseInt(n(355))/3*(parseInt(n(364))/4)+parseInt(n(334))/5+-parseInt(n(328))/6+-parseInt(n(343))/7*(parseInt(n(342))/8)+parseInt(n(325))/9+-parseInt(n(357))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fs);const Ds=Bs;function xs(){const t=["lock","writer","createSelection","8601288EjFpPY","markerName","showSuggestionHighlights","8785OIJacZ","enableCommand","remove","markerNameToElements","editing","mapper","getFirstRange","buffer","$graveyard","requires","forward","options","setSelection","176031wFvWjh","unlock","106szlZLR","detach","model","10562783jTjszo","get","document","delete","root","removeMarker:suggestion:deletion","batch","end","editor","bind","modifySelection","1308ISQqhO","downcastDispatcher","addMarker:suggestion:deletion","unit","fromRange","isCollapsed","30874DnzETu","TrackChangesEditing","44655070bPjqWD","uiElement","high","commands","unbindElementFromMarkerName","plugins","merge","selection","36777OuBAkY","deleteForward","rootName","init","624uHzldD","createRange","start","enqueueChange","data"];return(xs=function(){return t})()}function Bs(t,e){const n=xs();return(Bs=function(t,e){return n[t-=394]})(t,e)}!function(t,e){const n=Bs,r=t();for(;;)try{if(849990===parseInt(n(442))/1*(-parseInt(n(402))/2)+parseInt(n(412))/3+parseInt(n(396))/4*(-parseInt(n(427))/5)+-parseInt(n(424))/6+-parseInt(n(445))/7+parseInt(n(416))/8*(parseInt(n(440))/9)+parseInt(n(404))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Ps extends t.Plugin{static get[Ds(436)](){return[Ms.Delete]}[Ds(415)](){const t=Ds,e=this[t(453)],n=e[t(409)][t(446)](t(403));n[t(428)](t(448));const r=e[t(407)][t(446)](t(413));n[t(428)](t(413),((n,s={})=>{const o=t,a=e[o(444)][o(423)](e[o(444)][o(447)][o(411)]);a[o(401)]&&e[o(444)][o(395)](a,{direction:o(437),unit:s[o(399)]});const c=a[o(433)](),u=i.LiveRange[o(400)](c);let l;n(s),l=o(435)==u[o(449)][o(414)]?e[o(444)][o(417)](c[o(418)]):e[o(444)][o(417)](u[o(418)],u[o(452)]),u[o(443)](),e[o(444)][o(419)](r[o(434)][o(451)],(t=>{const e=o;r[e(434)][e(421)](),t[e(439)](t[e(417)](l[e(452)])),r[e(434)][e(441)]()}))})),e[t(431)][t(397)].on(t(398),Os(e,t(410)),{priority:t(406)}),e[t(420)][t(397)].on(t(398),((n,r,s)=>{const o=t;s[o(438)][o(426)]&&Os(e,o(410),{showActiveMarker:!1})[o(394)](this)(n,r,s)}),{priority:t(406)}),e[t(431)][t(397)].on(t(450),((e,n,r)=>{const s=t,o=r[s(432)][s(430)](n[s(425)]);if(o)for(const t of o)t.is(s(405))&&(r[s(432)][s(408)](t,n[s(425)]),r[s(422)][s(429)](t))}),{priority:t(406)})}}function Us(t,e){const n=Gs();return(Us=function(t,e){return n[t-=131]})(t,e)}const js=Us;function Gs(){const t=["listReversed","*Uncheck item*","end","listItemId","refresh","setAttribute","head","ELEMENT_","detach","execute","attributeKey","todoList","*Remove format:* %0","editor","batch","model","start","default","*Change to:* %0","TrackChangesEditing","afterInit","accept","listIndent","mergeListItemForward","get","_descriptionFactory","config","splitListItemBefore","customBulletedList","commands","attributes","range","toUpperCase","document","bulletedList","list.multiBlock","getRanges","oldValue","_findSuggestions","createPositionAt","attribute","*Split:* list item","multipleBlocks","deletion","removeMarker","isObject","TodoListEditing","4511192JKYtCh","1757319cvViRC","todoListChecked","format","44gwdihK","includes","map","newValue","nextSibling","suggestion","_getAttributeKey","isLocal","2605652Fdusuz","previousSibling","_enableDefaultAttributesIntegration","commandName","has","length","selection","type","customNumberedList","documentList","listType","_LIST","274689wNNmnM","*Outdent:* %0","643486GMEzzy","_suggestionFactory","bulleted","next","find","formatBlock","containsItem","numbered","change","createRange","*Set format:* %0","registerCustomCallback","assureChains","mergeListItemBackward","numberedList","outdentList","isUndo","ELEMENT_NUMBERED_LIST","fromRange","plugins","getChanges","registerDescriptionCallback","*Format:* insert into %0","value","setSelection","getSuggestions","todoListCheck","ELEMENT_BULLETED_LIST","registerPostFixer","368430zBtNVd","registerElementLabel","indentList","listItemIdFixer","isNextTo","*Format:* remove from %0","locale","schema","splitListItemAfter","*Indent:* %0","registerAttributeLabel","trackChangesCommand","getAttribute","*Merge:* list item","groupId","todo","differ","ELEMENT_TODO_LIST","every","listStyle","noTrackChangesFixer","push","145780pWANEa","6mVGqhZ","_supportLegacySuggestions","forceValue","FORMAT_INDENT","nodeAfter","listStart","checkTodoList","getFirstRange","20ceqKcz","filter","ELEMENT_LIST_ITEM","_registerLegacyDescription","parent","commandParams","*Check item*","listMarkerStyle","data","meta","listMarker","*Merge:* %0","from","key","1XbLaPK","ListEditing","getFirstMarker"];return(Gs=function(){return t})()}!function(t,e){const n=Us,r=t();for(;;)try{if(348432===-parseInt(n(151))/1*(-parseInt(n(227))/2)+-parseInt(n(202))/3+parseInt(n(137))/4*(-parseInt(n(278))/5)+-parseInt(n(279))/6*(-parseInt(n(213))/7)+parseInt(n(201))/8+-parseInt(n(225))/9+-parseInt(n(256))/10*(parseInt(n(205))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[js(174)](){const t=js,e=this[t(167)];if(!e[t(246)][t(217)](t(152)))return;const n=e[t(262)],r=e[t(246)][t(178)](t(173)),s=e[t(246)][t(217)](t(200)),o=!!e[t(180)][t(178)](t(189));function i(e){const r=t;return{type:r(204),content:""+Hr(n,r(237),e)}}function a(e){const r=t;return{type:r(204),content:""+Hr(n,r(166),e)}}r[t(215)](t(241),[],[t(157),t(223),t(176)]),r[t(215)](t(188)),r[t(215)](t(221)),r[t(215)](t(182)),r[t(215)](t(258)),r[t(215)](t(242)),r[t(215)](t(264)),r[t(215)](t(181)),o&&(r[t(215)](t(240)),r[t(215)](t(177))),s&&(r[t(215)](t(165)),r[t(215)](t(135),[],[t(203)]),r[t(179)][t(248)]((e=>{const r=t,{data:s}=e;if(s&&r(203)==s[r(150)])return{type:r(204),content:s[r(208)]?Hr(n,r(143)):Hr(n,r(155))}})),this[t(167)][t(169)][t(187)][t(255)]((e=>{const n=t;if(e[n(168)][n(243)])return!1;let s=!1;const o=r[n(252)]({skipNotAttached:!0})[n(138)]((t=>n(203)===r[n(211)](t)));for(const t of o)n(271)!=t[n(136)]()[n(170)][n(133)][n(268)](n(223))&&(r[n(192)](t[n(136)](),n(194))[n(231)]((t=>n(223)===r[n(211)](t[n(210)])))||(e[n(198)](t[n(153)]()),s=!0));return s}))),r[t(179)][t(266)](t(176),Hr(n,t(132)));const c={type:t(204),content:""};r[t(179)][t(248)]((e=>{const r=t,{data:s}=e;if(!s||r(223)!=s[r(150)])return;let u=e[r(160)];for(;u;){if(u[r(145)]&&((r(275)==u[r(145)][r(150)]||r(144)==u[r(145)][r(150)])&&(u[r(145)][r(208)]&&r(171)!=u[r(145)][r(208)]||r(171)!=u[r(145)][r(191)]&&!s[r(208)])||!o&&u[r(145)][r(150)]==_c))return c;u=u[r(230)]}if(null==s[r(208)])switch(s[r(191)]){case r(229):return a(Hr(n,r(254)));case r(234):return a(Hr(n,r(244)));case r(271):return a(Hr(n,r(273)))}switch(s[r(208)]){case r(229):return i(Hr(n,r(254)));case r(234):return i(Hr(n,r(244)));case r(271):return i(Hr(n,r(273)))}})),r[t(179)][t(248)]((e=>{const n=t,{data:r}=e;if(r&&n(176)==r[n(150)])return null==r[n(208)]||null==r[n(191)]&&0==r[n(208)]?c:void 0})),r[t(179)][t(248)]((e=>{const r=t;if(r(194)!=e[r(220)])return;const{data:s}=e;if(!s||r(157)!=s[r(150)])return;const o=zs(e);return o?r(208)==o?{type:r(204),content:Hr(n,r(269))}:r(191)==o?{type:r(204),content:Hr(n,r(195))}:c:c})),e[t(169)][t(187)][t(255)]((e=>this[t(259)](e))),e[t(169)][t(187)][t(255)]((e=>this[t(276)](e))),e[t(169)][t(187)][t(255)]((e=>this[t(239)](e))),this[t(280)]()}[js(259)](t){const e=js;if(t[e(168)][e(243)]||!t[e(168)][e(212)])return!1;let n=!1;const r=this[e(167)][e(246)][e(178)](e(173))[e(252)]({skipNotAttached:!0})[e(138)]((t=>t[e(145)]&&e(157)==t[e(145)][e(150)]))[e(138)]((t=>t[e(145)][e(208)]&&t[e(145)][e(191)]));for(const s of r)zs(s)||(t[e(198)](s[e(153)]()),n=!0);return n}[js(276)](t){const e=js;if(t[e(168)][e(243)]||!t[e(168)][e(212)])return!1;const n=this[e(167)][e(246)][e(178)](e(173));if(n[e(267)][e(250)])return!1;let r=!1;const s=[e(223),e(157),e(176),e(275),e(134),e(154),e(253),e(147),e(144)],o=this[e(167)][e(169)][e(187)][e(272)][e(247)]()[e(138)]((t=>e(194)==t[e(220)]))[e(138)]((t=>s[e(206)](t[e(164)])));if(0==o[e(218)])return r;for(const i of o){const o=n[e(192)](i[e(185)],e(194))[e(138)]((t=>!t[e(146)][e(260)]))[e(207)]((t=>t[e(210)]))[e(138)]((t=>{const r=e,o=n[r(211)](t);return s[r(206)](o)}));if(o[e(218)]){for(const n of o)t[e(198)](n[e(153)]());r=!0}}return r}[js(239)](t){const e=js;if(t[e(168)][e(243)]||!t[e(168)][e(212)])return!1;const n=this[e(167)][e(246)][e(178)](e(173));let r=!1;const s=[e(223),e(157),e(176),e(275),e(134),e(154),e(253),e(147),e(144)];for(const t of n[e(252)]({skipNotAttached:!0})){const o=n[e(192)](t[e(136)](),e(194))[e(207)]((t=>t[e(210)]))[e(138)]((t=>t[e(145)]&&s[e(206)](t[e(145)][e(150)])));if(!o[e(218)])continue;const a=o[0][e(160)][e(184)][e(270)];if(!o[e(274)]((t=>t[e(184)][e(270)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(252)]({skipNotAttached:!0})[s(138)]((e=>s(194)==e[s(220)]&&e[s(184)][s(270)]==t)))e[s(159)](s(270),r)}function i(t,n){const r=e;let s=t[r(160)],i=!1;for(;s;)s[r(184)][r(270)]!=n&&(o(s[r(184)][r(270)],n),s[r(159)](r(270),n),i=!0),s=s[r(230)];return i}}[js(280)](){const t=js,e=this[t(167)],n=e[t(262)],r=e[t(246)][t(178)](t(173));this[t(140)](),r[t(228)][t(238)](t(232),t(222),t(175),(function(n,r){const s=t,o=[];for(let t of n)t[s(170)][s(133)]===t[s(156)][s(141)]&&(t=e[s(169)][s(236)](e[s(169)][s(193)](t[s(170)][s(133)],0))),o[s(277)](t);e[s(169)][s(235)]((t=>{const n=s,a=e[n(169)][n(187)][n(219)],c=Array[n(149)](a[n(190)]())[n(207)]((t=>i.LiveRange[n(245)](t)));t[n(251)](o),e[n(183)][n(178)](r[n(216)])[n(158)](),r[n(142)][n(277)]({forceDefaultExecution:!0}),e[n(163)](r[n(216)],...r[n(142)]),t[n(251)](c);for(const t of c)t[n(162)]()}))})),r[t(179)][t(257)]((function(n){const r=t,s=!e[r(169)][r(263)][r(199)](n),o=n[r(214)],i=n[r(209)],a=n[r(268)](r(157)),c=!o||o[r(268)](r(157))!==a,u=!i||i[r(268)](r(157))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(139),e)))}[js(140)](){const t=js,e=this[t(167)],n=e[t(262)];function r(n){const r=t,s=e[r(183)][r(178)](r(188))[r(250)],o=e[r(183)][r(178)](r(241))[r(250)];return r(241)===n?s:o}e[t(246)][t(178)](t(173))[t(179)][t(248)]((function(s){const o=t;if(o(232)!=s[o(220)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(216)]){case o(188):u=i[o(142)][0][o(131)],l=r(i[o(216)]),a=o(u?249:261),!l&&e[o(180)][o(178)](o(189))||(a=o(172)),c={type:o(204),content:Hr(n,a,Hr(n,o(254)))};break;case o(241):u=i[o(142)][0][o(131)],l=r(i[o(216)]),a=o(u?249:261),!l&&e[o(180)][o(178)](o(189))||(a=o(172)),c={type:o(204),content:Hr(n,a,Hr(n,o(244)))};break;case o(258):a=o(265),c={type:o(204),content:Hr(n,a,Hr(n,o(139)))};break;case o(242):a=function(t){const e=o,n=t[e(136)]();let r=n[e(170)][e(133)];for(;r&&n[e(233)](r);){if(r[e(268)](e(176))>0)return!1;r=r[e(209)]}return!0}(s)?Hr(n,o(261),Hr(n,function(t){const e=o;return e(161)+t[e(136)]()[e(170)][e(133)][e(268)](e(223))[e(186)]()+e(224)}(s))):Hr(n,o(226),Hr(n,o(139))),c={type:o(204),content:a};break;case o(240):case o(177):!1===i[o(196)]&&(a=o(148),c={type:o(197),content:Hr(n,a,Hr(n,o(139)))})}return c}))}}function zs(t){const e=js;let n=t[e(136)]()[e(170)][e(133)][e(214)];for(;n;){const r=n[e(268)](e(157));if(!r)return!1;if(r==t[e(145)][e(208)])return e(208);if(r==t[e(145)][e(191)])return e(191);n=n[e(214)]}return!1}function Hs(t,e){const n=qs();return(Hs=function(t,e){return n[t-=197]})(t,e)}const Ws=Hs;!function(t,e){const n=Hs,r=t();for(;;)try{if(124228===parseInt(n(202))/1+parseInt(n(213))/2*(parseInt(n(205))/3)+parseInt(n(226))/4+parseInt(n(225))/5*(parseInt(n(208))/6)+-parseInt(n(244))/7+-parseInt(n(256))/8*(parseInt(n(221))/9)+-parseInt(n(245))/10*(parseInt(n(210))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qs);class Ks extends t.Plugin{[Ws(230)](){const t=Ws;if(!this[t(265)][t(252)][t(215)](t(233)))return;const e=this[t(265)][t(228)][t(248)](t(266)),n=this[t(265)][t(252)][t(248)](t(250));e[t(200)]&&n[t(235)](t(260),[],[t(260)]),e[t(259)]&&n[t(235)](t(229),[],[t(229)]),e[t(272)]&&n[t(235)](t(209),[],[t(209)]);const r={type:t(211),content:""};n[t(237)][t(197)](this[t(204)][t(253)](this));const s=this[t(265)][t(207)];n[t(237)][t(262)](t(229),Hr(s,t(203))),n[t(237)][t(197)]((e=>{const n=t,{data:s}=e;if(s&&n(229)==s[n(286)])return null==s[n(239)]||0==s[n(239)]&&null==s[n(232)]?r:void 0})),n[t(237)][t(262)](t(209),Hr(s,t(270))),n[t(237)][t(197)]((e=>{const n=t,{data:s}=e;if(s&&n(209)==s[n(286)])return null==s[n(239)]||1==s[n(239)]&&null==s[n(232)]?r:void 0})),this[t(265)][t(271)][t(249)][t(242)]((e=>{const r=t;if(e[r(251)][r(224)])return!1;let s=!1;const o=n[r(246)]({skipNotAttached:!0})[r(273)]((t=>{const e=r,s=n[e(206)](t);return e(209)==s||e(229)==s}));for(const t of o){const o=t[r(216)]()[r(247)][r(261)][r(218)](r(281));r(257)!=o&&r(258)!=o&&(n[r(264)](t[r(216)](),r(280))[r(277)]((t=>r(281)==n[r(206)](t[r(236)])))||(e[r(269)](t[r(255)]()),s=!0))}return s})),this[t(222)]()}[Ws(204)](t){const e=Ws,n=this[e(265)][e(207)],{data:r}=t,s={type:e(211),content:""};if(!r||e(260)!=r[e(286)])return;if(!r[e(232)])return e(227)==r[e(239)]?s:{type:e(211),content:""+Hr(n,e(267),Hr(n,this[e(240)](r[e(239)])))};if(!r[e(239)]){if(e(227)==r[e(232)])return s;let o=t[e(212)];for(;o;){if(o[e(284)]&&e(281)==o[e(284)][e(286)]&&o[e(284)][e(239)])return s;o=o[e(285)]}return{type:e(211),content:""+Hr(n,e(288),Hr(n,this[e(240)](r[e(232)])))}}if(e(227)!=r[e(239)])return{type:e(211),content:""+Hr(n,e(267),Hr(n,this[e(240)](r[e(239)])))};let o=t[e(212)];for(;o;){if(o[e(284)]&&e(281)==o[e(284)][e(286)]&&o[e(284)][e(239)]&&o[e(284)][e(232)])return s;o=o[e(285)]}const i=t[e(216)]()[e(247)][e(261)][e(218)](e(281));return{type:e(211),content:Hr(n,e(267),Hr(n,e(199)+i[e(243)]()+e(276)))}}[Ws(222)](){const t=Ws,e=this[t(265)],n=e[t(207)];e[t(252)][t(248)](t(250))[t(237)][t(197)]((e=>{const r=t;if(r(234)!=e[r(238)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(287)]){case r(260):o=r(220),i={type:r(211),content:Hr(n,o,Hr(n,this[r(240)](s[r(282)][0][r(238)])))};break;case r(229):o=s[r(282)][0][r(259)]?r(254):r(241),i={type:r(211),content:Hr(n,o)};break;case r(209):o=r(268),i={type:r(211),content:Hr(n,o,s[r(282)][0][r(272)])}}return i}))}[Ws(240)](t){const e=Ws;return e(199)+function(t){const n=e;return Xs[n(279)](t)?n(278):Js[n(279)](t)?n(257):null}(t)[e(243)]()+e(219)+t[e(243)]()[e(275)](/-/g,"_")}}function qs(){const t=["decimal-leading-zero","replace","_LIST_DEFAULT","find","bulleted","includes","attribute","listType","commandParams","lower-roman","data","next","key","commandName","*Remove format:* %0","registerDescriptionCallback","square","ELEMENT_","styles","decimal","176074sJwcZR","FORMAT_LIST_REVERSED","handleDescriptions","6Apgeob","_getAttributeKey","locale","12vpyzvd","listStart","1177slPFxz","format","head","162044fXBzaJ","circle","has","getFirstRange","upper-latin","getAttribute","_LIST_","*Change to:* %0","1165149ujajMt","_registerLegacyDescription","disc","isUndo","15530eEwEMf","637088VtkegM","default","config","listReversed","afterInit","upper-roman","oldValue","ListPropertiesEditing","formatBlock","_enableDefaultAttributesIntegration","suggestion","_descriptionFactory","type","newValue","_getTranslationKeyForListStyle","*Format:* set order to regular","registerPostFixer","toUpperCase","493318SsFzca","16770zECnmR","getSuggestions","start","get","document","TrackChangesEditing","batch","plugins","bind","*Format:* set order to reversed","getFirstMarker","8RnHIDX","numbered","customNumbered","reversed","listStyle","nodeAfter","registerAttributeLabel","lower-latin","_findSuggestions","editor","list.properties","*Set format:* %0","*Format:* set start index to %0","removeMarker","FORMAT_LIST_START","model","startIndex","filter"];return(qs=function(){return t})()}const Xs=[Ws(223),Ws(214),Ws(198)],Js=[Ws(201),Ws(274),Ws(283),Ws(231),Ws(263),Ws(217)];var Zs=n(507);function Ys(t,e){const n=$s();return(Ys=function(t,e){return n[t-=417]})(t,e)}const Qs=Ys;function $s(){const t=["markerName","afterExecute","582351btQfKV","216NJBgqh","split","createRange","hasClass","1335537LXhAqV","high","2652162CTRvdv","plugins","markerNameToElements","385358rkrfoR","model","enterBlock","change","remove","getFirstPosition","data","enter","selection","mapper","downcastDispatcher","init","unbindElementFromMarkerName","detach","showSuggestionHighlights","editor","fire","setSelection","editing","commands","getFirstRange","document","enableCommand","markInsertion","createPositionAt","options","writer","fromRange","bind","requires","ck-suggestion-marker-split","get","240840aCjDWq","removeMarker:suggestion:insertion","TrackChangesEditing","addMarker:suggestion:insertion","parent","nextSibling","2ahVWLZ","2568588XTELRF","333424iJTHtX","end"];return($s=function(){return t})()}!function(t,e){const n=Ys,r=t();for(;;)try{if(346298===parseInt(n(460))/1+parseInt(n(444))/2*(-parseInt(n(450))/3)+-parseInt(n(445))/4+parseInt(n(438))/5+-parseInt(n(457))/6+parseInt(n(455))/7+parseInt(n(446))/8*(parseInt(n(451))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Qs(435)](){return[Zs.Enter]}[Qs(417)](){const t=Qs,e=this[t(421)],n=e[t(458)][t(437)](t(440)),r=e[t(425)][t(437)](t(467));n[t(428)](t(467),(()=>{const s=t;e[s(461)][s(463)]((t=>{const o=s,a=e[o(461)][o(427)][o(468)],c=a[o(465)](),u=i.LiveRange[o(433)](a[o(426)]());if(r[o(462)](t)){const r=e[o(461)][o(430)](c[o(442)][o(443)],0),s=t[o(453)](c,r);n[o(429)](s)}else t[o(423)](t[o(453)](u[o(447)]));u[o(419)](),r[o(422)](o(449),{writer:t})}))})),e[t(424)][t(470)].on(t(441),Os(e,t(452)),{priority:t(456)}),e[t(424)][t(470)].on(t(439),((e,n,r)=>{const s=t,o=r[s(469)][s(459)](n[s(448)]);if(o)for(const t of o)t[s(454)](s(436))&&(r[s(469)][s(418)](t,n[s(448)]),r[s(432)][s(464)](t))}),{priority:t(456)}),e[t(466)][t(470)].on(t(441),((n,r,s)=>{const o=t;s[o(431)][o(420)]&&Os(e,o(452),{showActiveMarker:!1})[o(434)](this)(n,r,s)}),{priority:t(456)})}}function eo(t,e){const n=so();return(eo=function(t,e){return n[t-=478]})(t,e)}const no=eo;!function(t,e){const n=eo,r=t();for(;;)try{if(726981===-parseInt(n(513))/1+parseInt(n(500))/2*(parseInt(n(488))/3)+-parseInt(n(498))/4+-parseInt(n(509))/5*(parseInt(n(506))/6)+parseInt(n(485))/7*(-parseInt(n(487))/8)+parseInt(n(482))/9*(-parseInt(n(502))/10)+parseInt(n(508))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[no(519)](){const t=no;if(!this[t(492)][t(499)][t(489)](t(481)))return;const e=this[t(492)][t(499)][t(491)](t(501));e[t(480)](t(497),this[t(510)][t(505)](this)),e[t(480)](t(507)),e[t(480)](t(494)),e[t(480)](t(478)),e[t(480)](t(516))}[no(510)](t,e,n={}){const r=no,s=this[r(492)][r(499)][r(491)](r(515));return t((t=>(r(503)==typeof e?s[r(490)](e,n):e)(t)[r(483)]((e=>!1===this[r(517)](e,t[r(479)])))),n)}[no(517)](t,e){const n=no,r=this[n(492)][n(486)][n(504)](this[n(492)][n(486)][n(495)](e,t[n(493)]),this[n(492)][n(486)][n(495)](e,t[n(518)]));for(const t of this[n(492)][n(486)][n(512)][n(496)](n(484)))if(null!==r[n(514)](t[n(511)]()))return!0;return!1}}function so(){const t=["bind","12450pKYCdO","findNext","43107361XdjmKL","3005BzexyT","handleFindCommand","getRange","markers","605591lAEXxb","getIntersection","FindAndReplaceUtils","replaceAll","_isInDeletionRange","end","afterInit","replace","item","enableCommand","FindAndReplaceEditing","1395SyJyps","filter","suggestion:deletion","77JyxRQG","model","299504MkBaCg","6558ffTcab","has","findByTextCallback","get","editor","start","findPrevious","createPositionAt","getMarkersGroup","find","3479380XbqTVT","plugins","1158mRxZXu","TrackChangesEditing","85370NoRFST","string","createRange"];return(so=function(){return t})()}const oo=ao;function io(){const t=["find","fontSize.options","769838qFvzwj","84cVHYcD","config","FORMAT_FONT_BACKGROUND","commandName","label","fontColor","3963756pWhJQB","get","1372912PJWzaH","fontBackgroundColor","*Set font background color:* %0","319385JsOifv","*Set font family:* %0","*Reset font family*","format","FORMAT_FONT_SIZE","normalizeSizeOptions","plugins","afterInit","*Set font color:* %0","_enableDefaultAttributesIntegration","trim","locale","18388112YikHAj","FontColorEditing","toLowerCase","FORMAT_FONT_COLOR","editor","title","fontFamily","FontSizeEditing","FontBackgroundColorEditing","model","has","commandParams","TrackChangesEditing","fontSize","650978XsOtjq","fontColor.colors","fontBackgroundColor.colors","_descriptionFactory","*Reset font background color*","value","*Reset font size*","registerAttributeLabel","FontFamilyEditing","FORMAT_FONT_FAMILY","registerDescriptionCallback","6303052SUrrch","formatInline","_registerLegacyDescription","*Set font size:* %0","type","*Reset font color*","FontSize"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=375]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(716331===-parseInt(n(389))/1+parseInt(n(427))/2+parseInt(n(396))/3+parseInt(n(398))/4+-parseInt(n(401))/5*(-parseInt(n(390))/6)+parseInt(n(380))/7+-parseInt(n(413))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(420),commandName:oo(426)},{pluginName:oo(377),commandName:oo(419)},{pluginName:oo(414),commandName:oo(395)},{pluginName:oo(421),commandName:oo(399)}];class uo extends t.Plugin{[oo(408)](){const t=oo,e=this[t(417)][t(412)],n=this[t(417)][t(407)][t(397)](t(425));for(const{pluginName:e,commandName:r}of co)this[t(417)][t(407)][t(423)](e)&&n[t(410)](r,[r]);e.t,n[t(430)][t(376)](t(426),Hr(e,t(405))),n[t(430)][t(376)](t(419),Hr(e,t(378))),n[t(430)][t(376)](t(395),Hr(e,t(416))),n[t(430)][t(376)](t(399),Hr(e,t(392))),this[t(382)]()}[oo(382)](){const t=oo,e=this[t(417)],n=e[t(412)];e[t(407)][t(397)](t(425))[t(430)][t(379)]((e=>{const r=t,o=n.t;if(r(381)!=e[r(384)])return;const{data:i}=e;if(null!=i){if(r(426)==i[r(393)]){const t=i[r(424)][0][r(432)];if(t){const e=o(this[r(417)][r(407)][r(397)](r(386))[r(406)](this[r(417)][r(391)][r(397)](r(388)))[r(387)]((e=>e[r(422)]==t))[r(418)])[r(415)]();return{type:r(404),content:Hr(n,r(383),e)}}return{type:r(404),content:Hr(n,r(375))}}if(r(419)==i[r(393)]){const t=i[r(424)][0][r(432)];return t?{type:r(404),content:Hr(n,r(402),t)}:{type:r(404),content:Hr(n,r(403))}}if(r(395)==i[r(393)]){const t=i[r(424)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(417)][r(391)][r(397)](r(428)))[r(387)]((e=>e[r(422)]==t));let i=t,a="";return e&&(i=e[r(394)],a=o(i)[r(415)]()),{type:r(404),content:Hr(n,r(409),a)[r(411)](),color:{value:t,title:a||i}}}return{type:r(404),content:Hr(n,r(385))}}if(r(399)==i[r(393)]){const t=i[r(424)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(417)][r(391)][r(397)](r(429)))[r(387)]((e=>e[r(422)]==t));let i=t,a="";return e&&(i=e[r(394)],a=o(i)[r(415)]()),{type:r(404),content:Hr(n,r(400),a)[r(411)](),color:{value:t,title:a||i}}}return{type:r(404),content:Hr(n,r(431))}}}}))}}const lo=fo;function fo(t,e){const n=po();return(fo=function(t,e){return n[t-=112]})(t,e)}!function(t,e){const n=fo,r=t();for(;;)try{if(392560===parseInt(n(128))/1*(-parseInt(n(158))/2)+-parseInt(n(118))/3+parseInt(n(142))/4*(parseInt(n(119))/5)+-parseInt(n(139))/6+-parseInt(n(162))/7*(-parseInt(n(121))/8)+parseInt(n(132))/9*(-parseInt(n(122))/10)+parseInt(n(114))/11*(parseInt(n(149))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(po);class ho extends t.Plugin{[lo(120)](){const t=lo,e=this[t(166)],n=e[t(157)][t(112)](t(144)),r=e[t(133)][t(112)](t(123)),s=e[t(133)][t(112)](t(167));r&&s&&(n[t(164)](t(167)),n[t(146)](t(123)),this[t(165)]())}[lo(165)](){const t=lo,e=this[t(166)],n=e[t(130)];e[t(157)][t(112)](t(144))[t(150)][t(136)]((r=>{const s=t;if(s(140)!=r[s(134)]&&s(153)!=r[s(134)])return;const{data:o}=r;if(o&&s(167)===o[s(155)]){const t=[],r=o[s(115)][0];for(const[n,o]of Object[s(135)](r))t[s(141)](go(e,n,o));return t[s(137)]?{type:s(151),content:Hr(n,s(138),t[s(124)](", "))}:{type:s(151),content:Hr(n,s(147))}}}))}}function go(t,e,n){const r=lo,o=t[r(130)].t,i=e[r(129)](/(?=[A-Z])/)[r(124)](" "),a=o(i[r(156)](0)[r(125)]()+i[r(116)](1))[r(154)]();if(r(117)==typeof n)return a;if(r(163)===e||r(126)===e){const e=(0,s.normalizeColorOptions)(t[r(131)][r(112)](r(159)))[r(148)]((t=>t[r(160)]==n));return a+" ("+(e?o(e[r(152)])[r(154)]():n)+")"}if(r(113)===e&&isNaN(parseFloat(n))){const e=t[r(157)][r(112)](r(161))[r(127)](t[r(131)][r(112)](r(143)))[r(148)]((t=>t[r(160)]==n));return a+" ("+(e?o(e[r(145)])[r(154)]():n)+")"}return a+" ("+n+")"}function po(){const t=["fontColor","_enableDefaultAttributesIntegration","_registerLegacyDescription","editor","pasteFormat","get","fontSize","319066CrAoHp","commandParams","slice","boolean","225312qUbAPr","5ebcbUY","afterInit","216XHfXmE","20tPRhYa","copyFormat","join","toUpperCase","fontBackgroundColor","normalizeSizeOptions","10039QZQihs","split","locale","config","482193vadOLP","commands","type","entries","registerDescriptionCallback","length","*Set format to:* %0","4155276DDaXwH","formatBlock","push","75528pBYqyJ","fontSize.options","TrackChangesEditing","title","enableCommand","*Remove all formatting*","find","492pTQNGl","_descriptionFactory","format","label","formatInline","toLowerCase","commandName","charAt","plugins","64Sxjyfh","fontColor.colors","model","FontSize","98644GLoCOW"];return(po=function(){return t})()}const mo=Eo;function Io(){const t=["editor","model","title","commandParams","_enableDefaultAttributesIntegration","registerElementLabel","36sMNkVV","258280KRCIwr","heading","name","config","find","commandName","paragraph","1106349TFaTjz","plugins","TrackChangesEditing","31LWroYq","316533uSuuLO","150HoZxww","30428lDNSho","formatBlock","format","match","_headingOptions","_getHeadingLevel","414261kHBuvb","_descriptionFactory","value","_registerLegacyDescription","afterInit","ELEMENT_HEADING_CUSTOM","registerDescriptionCallback","get","1467384kQKKKV","view","locale","has","heading.options","HeadingEditing","type","224960nkfyid","*Change to:* %0","ELEMENT_HEADING"];return(Io=function(){return t})()}function Eo(t,e){const n=Io();return(Eo=function(t,e){return n[t-=427]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(240743===parseInt(n(467))/1*(-parseInt(n(470))/2)+parseInt(n(464))/3+parseInt(n(447))/4+parseInt(n(457))/5+-parseInt(n(456))/6*(parseInt(n(468))/7)+-parseInt(n(440))/8+-parseInt(n(432))/9*(-parseInt(n(469))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[mo(436)](){const t=mo,e=this[t(450)];if(!e[t(465)][t(443)](t(445)))return;this[t(430)]=e[t(460)][t(439)](t(444));const n=e[t(442)],r=e[t(465)][t(439)](t(466));r[t(454)](t(458));for(const e of this[t(430)])t(463)!=e[t(451)]&&r[t(433)][t(455)](e[t(451)],(n=>{const r=t,i=this[r(431)](e[r(451)]);return null!==i?s(n,i):o(n,e[r(452)])}));function s(e,r){return Hr(n,t(449),[e,r])}function o(e,r){return Hr(n,t(437),[e,r])}this[t(435)]()}[mo(435)](){const t=mo,e=this[t(450)],n=e[t(442)];e[t(465)][t(439)](t(466))[t(433)][t(438)]((e=>{const r=t;if(r(427)!=e[r(446)])return;const{data:s}=e;if(s&&r(458)==s[r(462)]){const e=s[r(453)][0][r(434)],c=this[r(431)](e);if(null!==c)return{type:r(428),content:Hr(n,r(448),(1,a=c,Hr(n,r(449),[1,a])))};const u=this[r(430)][r(461)]((t=>t[r(451)]===e))[r(452)];return{type:r(428),content:Hr(n,r(448),(o=1,i=u,Hr(n,t(437),[o,i])))}}var o,i,a}))}[mo(431)](t){const e=mo;var n,r;const s=t[e(429)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(430)])||void 0===n?void 0:n[e(461)]((n=>n[e(451)]==t));if(o&&o[e(441)]){const t=o[e(441)],n=(null!==(r=t[e(459)])&&void 0!==r?r:t)[e(429)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=Ao();return(_o=function(t,e){return n[t-=131]})(t,e)}!function(t,e){const n=_o,r=t();for(;;)try{if(220433===parseInt(n(160))/1+parseInt(n(153))/2*(-parseInt(n(161))/3)+-parseInt(n(135))/4+-parseInt(n(137))/5+-parseInt(n(131))/6*(parseInt(n(170))/7)+-parseInt(n(144))/8*(parseInt(n(141))/9)+-parseInt(n(146))/10*(-parseInt(n(143))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class yo extends t.Plugin{[To(158)](){const t=To,e=this[t(133)];if(!e[t(165)][t(156)](t(154)))return;const n=e[t(165)][t(148)](t(163)),r=e[t(152)];n[t(136)](t(138),[t(138)]),n[t(134)][t(150)](t(138),Hr(r,t(155))),this[t(164)]()}[To(164)](){const t=To,e=this[t(133)],n=e[t(152)];e[t(165)][t(148)](t(163))[t(134)][t(140)]((r=>{const s=t;if(s(171)!=r[s(142)])return;const{data:o}=r;if(o&&s(138)==o[s(162)]){const t=n.t,r=o[s(147)][0][s(169)];if(r){const o=e[s(167)][s(148)](s(168))[s(145)]((t=>t[s(157)]==r)),i=t(o[s(159)])[s(132)]();return{type:s(166),content:Hr(n,s(139),i),color:{value:o[s(151)],title:o[s(159)]}}}return{type:s(166),content:Hr(n,s(149),Hr(n,s(155)))}}}))}}function Ao(){const t=["format","config","highlight.options","value","93338nmiVAX","formatInline","126jrAdfA","toLowerCase","editor","_descriptionFactory","34652ksEPBf","_enableDefaultAttributesIntegration","1997310pFfxhi","highlight","*Set highlight:* %0","registerDescriptionCallback","9Ihadgc","type","12441OiGonV","58840sdthHV","find","8850shwZfV","commandParams","get","*Remove highlight*","registerAttributeLabel","color","locale","762DnellQ","HighlightEditing","FORMAT_HIGHLIGHT","has","model","afterInit","title","249129onDoxa","2631EhwEJz","commandName","TrackChangesEditing","_registerLegacyDescription","plugins"];return(Ao=function(){return t})()}function Co(t,e){const n=No();return(Co=function(t,e){return n[t-=220]})(t,e)}const ko=Co;function No(){const t=["div","525090MGzSss","conversion","dataDowncast","481203LrJUnI","showSuggestionHighlights","insert","ck-horizontal-line","high","has","plugins","ELEMENT_HORIZONTAL_LINE","_descriptionFactory","get","enableCommand","addClass","2QCuQqy","horizontalLine","HorizontalLineEditing","createPositionAt","elementToStructure","2786105hqXTca","197241TrzSER","editor","for","createEmptyElement","18xSQoFn","registerElementLabel","TrackChangesEditing","2179584PdTTze","locale","4167872wmCgbR","1997742aqAVUq","createContainerElement","afterInit"];return(No=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(356157===-parseInt(n(220))/1+parseInt(n(249))/2*(parseInt(n(230))/3)+parseInt(n(227))/4+parseInt(n(234))/5*(parseInt(n(224))/6)+-parseInt(n(254))/7+-parseInt(n(229))/8+-parseInt(n(237))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(No);class Ro extends t.Plugin{[ko(232)](){const t=ko,e=this[t(221)];if(!e[t(243)][t(242)](t(251)))return;e[t(243)][t(246)](t(226))[t(247)](t(250));const n=e[t(243)][t(246)](t(226)),r=e[t(228)];n[t(245)][t(225)](t(250),(e=>Hr(r,t(244),e))),e[t(235)][t(222)](t(236))[t(253)]({model:t(250),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(238)])return null;const o=n[s(231)](s(233)),i=n[s(223)]("hr");return n[s(248)](s(240),o),n[s(239)](n[s(252)](o,0),i),o},converterPriority:t(241)})}}function Lo(t,e){const n=Mo();return(Lo=function(t,e){return n[t-=466]})(t,e)}const So=Lo;function Mo(){const t=["editor","HtmlEmbed","commandName","_registerLegacyDescription","160SBsHFH","186MnWUId","TrackChangesEditing","formatBlock","_descriptionFactory","39vkszqy","1612680SeJunK","586503NDonDZ","type","key","element","_enableDefaultAttributesIntegration","get","registerElementLabel","ELEMENT_HTML_EMBED","105890odPnPi","rawHtml","locale","nodeAfter","afterInit","has","registerDescriptionCallback","7796210xCpakG","format","plugins","24zowZOX","*Change %0 content*","htmlEmbed","2987200xiZsFC","182329TnKDtr","value","start","234751Zcdekw","attribute","getFirstRange"];return(Mo=function(){return t})()}!function(t,e){const n=Lo,r=t();for(;;)try{if(841459===-parseInt(n(504))/1+parseInt(n(474))/2*(parseInt(n(503))/3)+-parseInt(n(487))/4+parseInt(n(481))/5+-parseInt(n(499))/6*(-parseInt(n(488))/7)+-parseInt(n(484))/8*(parseInt(n(466))/9)+parseInt(n(498))/10*(parseInt(n(491))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(478)](){const t=So,e=this[t(494)];if(!e[t(483)][t(479)](t(495)))return;const n=e[t(483)][t(471)](t(500)),r=e[t(476)];n[t(502)][t(472)](t(475),(e=>Hr(r,t(473),e))),n[t(470)](t(486),[],[t(489)]),n[t(502)][t(480)]((e=>{const n=t;if(n(492)!=e[n(467)])return;const{data:s}=e;if(s&&n(489)==s[n(468)]&&e[n(493)]()[n(490)][n(477)].is(n(469),n(475))){const t=Hr(r,n(473));return{type:n(482),content:Hr(r,n(485),t)}}})),this[t(497)]()}[So(497)](){const t=So,e=this[t(494)],n=e[t(476)];e[t(483)][t(471)](t(500))[t(502)][t(480)]((e=>{const r=t;if(r(501)!=e[r(467)])return;const{data:s}=e;if(s&&r(486)==s[r(496)]){const t=Hr(n,r(473));return{type:r(482),content:Hr(n,r(485),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Do();return(Oo=function(t,e){return n[t-=338]})(t,e)}!function(t,e){const n=Oo,r=t();for(;;)try{if(385117===parseInt(n(374))/1*(parseInt(n(405))/2)+-parseInt(n(351))/3+parseInt(n(361))/4*(parseInt(n(368))/5)+parseInt(n(393))/6*(parseInt(n(409))/7)+parseInt(n(355))/8*(parseInt(n(353))/9)+-parseInt(n(343))/10*(parseInt(n(358))/11)+-parseInt(n(371))/12*(parseInt(n(398))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[wo(386)](){const t=wo,e=this[t(392)];if(!e[t(421)][t(416)](t(430)))return;const n=e[t(421)][t(426)](t(348)),r=e[t(421)][t(426)](t(422)),s=e[t(411)];n[t(458)](t(373)),n[t(402)][t(357)](t(340),(e=>Hr(s,t(344),e))),n[t(402)][t(357)](t(438),(e=>Hr(s,t(349),e))),n[t(402)][t(357)](t(447),(()=>Hr(s,t(428)))),e[t(421)][t(416)](t(390))&&n[t(458)](t(387)),e[t(421)][t(416)](t(448))&&e[t(421)][t(416)](t(439))&&(n[t(458)](t(418),((s,o)=>{const i=t,a=r[i(379)](e[i(339)][i(444)][i(354)]);e[i(339)][i(427)]((()=>{const t=i;n[t(424)](a,{commandName:t(418),commandParams:[o]},[],t(425))}))})),n[t(458)](t(395),((s,o)=>{const a=t;e[a(339)][a(427)]((t=>{const c=a;let u=r[c(379)](e[c(339)][c(444)][c(354)]),l=t[c(412)](u);const f=i.LivePosition[c(364)](l[c(410)],c(453)),h=i.LivePosition[c(364)](l[c(443)],c(346));n[c(408)]((()=>s(o))),u=r[c(379)](e[c(339)][c(444)][c(354)]),l=t[c(412)](u);const g=t[c(342)](f,h);f[c(360)](),h[c(360)](),n[c(424)](u,{commandName:c(418),commandParams:[o]},[],c(437)),g[c(410)][c(436)](l[c(410)])&&n[c(394)](t[c(342)](g[c(410)],l[c(410)]),c(437)),l[c(443)][c(436)](g[c(443)])&&n[c(394)](t[c(342)](l[c(443)],g[c(443)]),c(437))}))})),n[t(396)][t(456)](t(406),t(437),t(338),(()=>!1)),n[t(396)][t(456)](t(406),t(437),t(350),(()=>!1)),n[t(396)][t(456)](t(406),t(437),t(432),n[t(396)][t(382)](t(406),"",t(350))),n[t(396)][t(456)](t(407),t(437),t(338),(()=>!1)),n[t(396)][t(456)](t(407),t(437),t(432),(([r])=>{const s=t,o=n[s(396)][s(382)](s(407),"",s(432));let i=r[s(410)],a=r[s(443)];const c=e[s(339)][s(460)][s(363)](i,s(359)),u=e[s(339)][s(460)][s(363)](a,s(375));c[s(404)]&&(i=c[s(410)]),u[s(404)]&&(a=u[s(443)]),o([e[s(339)][s(342)](i,a)])})),n[t(396)][t(456)](t(406),t(437),t(341),c),n[t(396)][t(456)](t(407),t(437),t(341),c)),e[t(421)][t(416)](t(365))&&(n[t(458)](t(431),((s,o)=>{const i=t,a=e[i(421)][i(426)](i(367));let c=r[i(379)](e[i(339)][i(444)][i(354)]),u=a[i(414)](c);e[i(339)][i(427)]((()=>{const t=i;if(u)return void n[t(441)](e[t(339)][t(412)](u));const l=r[t(400)](c);s(o),c=r[t(379)](e[t(339)][t(444)][t(354)]),u=a[t(414)](c),n[t(394)](e[t(339)][t(412)](u),l?null:t(366))}))})),n[t(396)][t(456)](t(407),t(366),t(341),c));const o=[{type:t(406),subType:t(445)},{type:t(407),subType:t(366)},{type:t(406),subType:t(437)},{type:t(407),subType:t(437)}];function a(e,s){const i=t,a=o[i(372)]((({type:t,subType:n})=>e[i(415)]==t&&e[i(388)]==n)),c=o[i(372)]((({type:t,subType:e})=>s[i(415)]==t&&s[i(388)]==e));if(a<0||c<0)return!1;const u=e[i(449)](),l=s[i(449)]();if((0==a||1==a)&&2==c&&u[i(380)](l))return!0;if(2==a&&3==c){const t=n[i(417)](u,i(407))[i(457)]((({suggestion:t,meta:e})=>e[i(440)]&&i(437)==t[i(388)]));if(t[i(391)]>1&&l[i(443)][i(433)](u[i(410)]))return!0;if(1==t[i(391)]&&(u[i(410)][i(433)](l[i(443)])||u[i(443)][i(433)](l[i(410)])))return!0}if(3==a&&3==c&&u[i(410)][i(436)](l[i(410)])){const t=u[i(443)][i(420)],e=l[i(410)][i(376)];return r[i(400)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(421)][t(416)](t(442))&&(n[t(381)](t(446),[],[t(369)]),n[t(402)][t(403)](t(369),Hr(s,t(423)))),e[t(421)][t(416)](t(352))&&n[t(381)](t(450),[],[t(455)]),n[t(402)][t(378)]((e=>{const n=t;if(o[n(451)]((({type:t,subType:r})=>e[n(415)]==t&&e[n(388)]==r)))return e[n(377)]?{}:void 0})),n[t(402)][t(378)]((e=>{const n=t;if(n(407)==e[n(415)]||n(452)==e[n(415)]){const t=e[n(345)]();if(t&&t.is(n(356),n(447)))return{type:n(407)==e[n(415)]?n(429):n(419),element:t,quantity:1}}})),n[t(402)][t(378)]((e=>t(406)==e[t(415)]&&t(437)==e[t(388)]?{type:t(389),content:t(413)}:t(406)==e[t(415)]&&t(425)==e[t(388)]?{type:t(389),content:t(434)}:void 0)),n[t(402)][t(378)]((e=>{const n=t;if(n(362)!=e[n(415)])return;const{data:r}=e;if(!r||n(455)!=r[n(401)])return;const o=r[n(384)];return o?{type:n(389),content:Hr(s,n(347),'"'+o+'"')}:{type:n(389),content:Hr(s,n(383))}})),this[t(459)]()}[wo(459)](){const t=wo,e=this[t(392)],n=e[t(411)];e[t(421)][t(426)](t(348))[t(402)][t(378)]((e=>{const r=t;if(r(406)!=e[r(415)]&&r(385)!=e[r(415)])return;const{data:s}=e;if(s){if(r(450)==s[r(454)]){const t=s[r(370)][0][r(384)];return t?{type:r(389),content:Hr(n,r(347),'"'+t+'"')}:{type:r(389),content:Hr(n,r(383))}}if(r(446)==s[r(454)]){const t=s[r(370)][0][r(435)];return t?{type:r(389),content:Hr(n,r(397),t)}:{type:r(389),content:Hr(n,r(399))}}}}))}}function Do(){const t=["markBlockFormat","convertBlockImageToInline","get","change","ELEMENT_CAPTION","addObject","ImageEditing","toggleImageCaption","discard","isEqual","Block image to inline image","width","isBefore","convertInlineImageToBlock","imageInline","ImageInlineEditing","isOwn","markDeletion","ImageResize","end","document","imageStylePreApply","resizeImage","caption","ImageBlockEditing","getFirstRange","imageTextAlternative","find","deletion","toPrevious","commandName","alt","registerCustomCallback","filter","enableCommand","_registerLegacyDescription","schema","join","model","imageBlock","chain","createRange","10IRFngW","ELEMENT_IMAGE","getContainedElement","toNext","*Set image text alternative:* %0","TrackChangesEditing","ELEMENT_INLINE_IMAGE","accept","893391JyWhoj","ImageTextAlternativeEditing","9fWuNvQ","selection","6071144NCehQw","element","registerElementLabel","2385449AAkFjY","backward","detach","2898580iLUVtS","attribute","getNearestSelectionRange","fromPosition","ImageCaptionEditing","imageCaption","ImageCaptionUtils","5sHEwnQ","resizedWidth","commandParams","12rgRVgJ","findIndex","insertImage","177722aDIttX","forward","nodeBefore","previous","registerDescriptionCallback","getClosestSelectedImageElement","isIntersecting","_enableDefaultAttributesIntegration","getSuggestionCallback","*Remove image text alternative*","newValue","formatInline","afterInit","uploadImage","subType","format","ImageUploadEditing","length","editor","143700XFMxav","markInsertion","imageTypeBlock","_suggestionFactory","*Set image width:* %0","18928481FGlWsK","*Reset image width*","isBlockImage","key","_descriptionFactory","registerAttributeLabel","isCollapsed","2tJJAgC","formatBlock","insertion","forceDefaultExecution","203SxgYuq","start","locale","createRangeOn","Inline image to block image","getCaptionFromImageModelElement","type","has","_findSuggestions","imageTypeInline","removeObject","nodeAfter","plugins","ImageUtils","FORMAT_IMAGE_SIZE"];return(Do=function(){return t})()}const xo=Bo;function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=121]})(t,e)}function Po(){const t=["_suggestionFactory","formatBlock","175860aPvuJo","newValue","attribute","_registerLegacyDescription","TrackChangesEditing","formatInline","replaceImageSource","*Format:* replace image URL","451GiXTrI","registerDescriptionCallback","3890xFczaA","3231rNwTRF","discard","afterInit","12KgNwpW","getSuggestionCallback","accept","key","get","7vndnTb","2076PZhhZK","_handleLegacySuggestions","ImageEditing","304510eIFisi","has","commandName","type","_descriptionFactory","format","*Replace image URL*","1474992sbCRjg","_enableDefaultAttributesIntegration","906954wMbVWF","registerCustomCallback","locale","618910pZunoT","580uOeQrM","oldValue","src","editor","plugins"];return(Po=function(){return t})()}!function(t,e){const n=Bo,r=t();for(;;)try{if(259515===parseInt(n(158))/1+-parseInt(n(128))/2*(-parseInt(n(155))/3)+parseInt(n(149))/4*(-parseInt(n(127))/5)+-parseInt(n(124))/6*(parseInt(n(154))/7)+-parseInt(n(122))/8+-parseInt(n(146))/9*(parseInt(n(145))/10)+parseInt(n(143))/11*(parseInt(n(135))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(148)](){const t=xo;if(!this[t(131)][t(132)][t(159)](t(157)))return;const e=this[t(131)][t(126)],n=this[t(131)][t(132)][t(153)](t(139));n[t(123)](t(141),[],[t(130)]),n[t(162)][t(144)]((n=>{const r=t;if(r(137)!=n[r(161)])return;const{data:s}=n;return s&&r(130)==s[r(152)]?s[r(136)]&&s[r(129)]?{type:r(163),content:Hr(e,r(121))}:{type:r(163),content:""}:void 0})),this[t(156)]()}[xo(156)](){const t=xo,e=this[t(131)][t(132)][t(153)](t(139));e[t(133)][t(125)](t(134),t(141),t(151),e[t(133)][t(150)](t(134),null,t(147))),e[t(133)][t(125)](t(134),t(141),t(147),e[t(133)][t(150)](t(134),null,t(151))),this[t(138)]()}[xo(138)](){const t=xo,e=this[t(131)],n=e[t(126)];e[t(132)][t(153)](t(139))[t(162)][t(144)]((e=>{const r=t;if(r(134)!=e[r(161)]&&r(140)!=e[r(161)])return;const{data:s}=e;return s&&r(141)==s[r(160)]?{type:r(163),content:Hr(n,r(142))}:void 0}))}}const jo=Vo;function Go(){const t=["selection","enableCommand","registerDescriptionCallback","getSuggestions","getSuggestion","isEqual","getContainedElement","1029322pjKyeD","nodeBefore","formatInline","end","shouldConvertImageType","getClosestSelectedImageElement","_descriptionFactory","ImageStyleEditing","imageStylePreApply","ImageUtils","subType","7336qCXPdu","markBlockFormat","convertInlineImageToBlock","commandReversedParams","format","type","plugins","locale","newRange","7315AFZBDr","title","_findSuggestions","start","_splitMarkerName","getFirstRange","get","1758saYVyd","16iidZqx","isBefore","imageStyle","length","24791qUIjAF","differ","name","document","chain","editor","imageTypeBlock","commands","*Format:* %0","20DBYMPx","_registerLegacyDescription","commandName","findIndex","value","afterInit","head","suggestion","15276oKLyIH","isOwn","from","nodeAfter","getSuggestionCallback","1755988ScgOpX","imageStylePostApply","registerCustomCallback","imageCaption","isBlockImage","formatBlock","Users","getChangedMarkers","createRangeOn","hasSuggestion","1145cHkaZz","discard","isInlineImage","registerPostFixer","commandParams","10ZFovjH","361554pllqof","next","refresh","imageTypeInline","forEach","model","discardSuggestion","author","filter","setImageNaturalSizeAttributes","change","8973459kDRsWm","has","1hpiouP","isInContent","FORMAT_SIDE_IMAGE","isIntersecting","TrackChangesEditing","insertion","side","accept","markInlineFormat","normalizedStyles","toLowerCase","join","_suggestionFactory"];return(Go=function(){return t})()}function Vo(t,e){const n=Go();return(Vo=function(t,e){return n[t-=360]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(557805===-parseInt(n(402))/1*(-parseInt(n(373))/2)+-parseInt(n(389))/3*(-parseInt(n(360))/4)+parseInt(n(383))/5*(-parseInt(n(449))/6)+-parseInt(n(422))/7*(-parseInt(n(450))/8)+parseInt(n(400))/9*(-parseInt(n(388))/10)+parseInt(n(442))/11*(parseInt(n(368))/12)+parseInt(n(454))/13*(-parseInt(n(433))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Go);class zo extends t.Plugin{[jo(365)](){const t=jo,n=this[t(459)];if(!n[t(439)][t(401)](t(429)))return;const r=n[t(439)][t(448)](t(406)),s=n[t(439)][t(448)](t(431)),o={};r[t(416)](t(452),((o,i)=>{const a=t,c=n[a(439)][a(448)](a(379)).me,u=n[a(461)][a(448)](a(452));let l=s[a(427)](n[a(394)][a(457)][a(415)]),f=n[a(394)][a(381)](l),h=u[a(364)];if(h==i[a(364)])return;const g={commandName:a(452),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(394)][a(399)]((()=>{const t=a;if(r[t(418)]()[t(397)]((e=>e[t(403)]&&c==e[t(396)]&&(t(378)==e[t(438)]||t(424)==e[t(438)])&&(t(430)==e[t(432)]||t(374)==e[t(432)])&&e[t(447)]()[t(420)](f)))[t(393)]((e=>r[t(395)](e[t(366)]))),l=s[t(427)](n[t(394)][t(457)][t(415)]),f=n[t(394)][t(381)](l),u[t(391)](),n[t(461)][t(448)](t(392))[t(391)](),n[t(461)][t(448)](t(460))[t(391)](),h=u[t(364)],h!=i[t(364)])return s[t(385)](l)&&u[t(426)](i[t(364)],l)?(o({...i,setImageSizes:!1}),l=s[t(427)](n[t(394)][t(457)][t(415)]),void r[t(434)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(430))):void(s[t(377)](l)?r[t(434)](l,g,[],t(374)):r[t(410)](f,g,t(374)))}))}));for(const e of n[t(439)][t(448)](t(429))[t(411)])o[e[t(456)]]=e[t(443)][t(412)]();r[t(414)][t(375)](t(378),t(430),t(413),(()=>!1)),r[t(414)][t(375)](t(378),t(374),t(413),(()=>!1)),r[t(414)][t(375)](t(424),t(374),t(413),(()=>!1)),r[t(414)][t(375)](t(378),t(430),t(409),(([e])=>{const n=t;s[n(398)](e[n(421)]())})),r[t(414)][t(375)](t(378),t(430),t(384),((e,n)=>{const s=t;r[s(414)][s(372)](s(378),"",s(409))(e,{commandName:n[s(362)],commandParams:n[s(436)]})})),r[t(414)][t(375)](t(378),t(430),t(458),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(378),subType:t(430)},{type:t(407),subType:t(376)},{type:t(378),subType:t(435)},{type:t(407),subType:t(435)}];function a(e,n){const o=t,a=i[o(363)]((({type:t,subType:n})=>e[o(438)]==t&&e[o(432)]==n)),c=i[o(363)]((({type:t,subType:e})=>n[o(438)]==t&&n[o(432)]==e));if(a<0||c<0)return!1;const u=e[o(447)](),l=n[o(447)]();if((0==a||1==a)&&2==c&&u[o(405)](l))return!0;if(2==a&&3==c){const t=r[o(444)](u,o(407))[o(397)]((({suggestion:t,meta:e})=>e[o(369)]&&o(435)==t[o(432)]));if(t[o(453)]>1&&l[o(425)][o(420)](u[o(445)]))return!0;if(1==t[o(453)]&&(u[o(445)][o(420)](l[o(425)])||u[o(425)][o(420)](l[o(445)])))return!0}if(3==a&&3==c&&u[o(445)][o(451)](l[o(445)])){const t=u[o(425)][o(371)],e=l[o(445)][o(423)];return s[o(377)](t)&&t===e}return!1}n[t(394)][t(457)][t(386)]((()=>{const e=t;let o=!1;const i=Array[e(370)](n[e(394)][e(457)][e(455)][e(380)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(446)](t);if(e(367)==i&&r[e(382)](u)){if(e(378)==a&&(e(430)==c||e(374)==c)){const t=r[e(419)](u);if(n[e(441)]){const n=t[e(447)]()[e(421)]();if(s[e(377)](n))continue;r[e(395)](t),o=!0}}if(e(407)==a&&e(376)==c&&!n[e(441)]){const t=r[e(419)](u);t[e(390)]&&t[e(390)][e(403)]&&(r[e(395)](t[e(390)]),o=!0)}}}return o})),this[t(361)](o)}[jo(361)](t){const e=jo,n=this[e(459)],r=n[e(440)];n[e(439)][e(448)](e(406))[e(428)][e(417)]((n=>{const s=e;if(s(378)!=n[s(438)]&&s(424)!=n[s(438)])return;const{data:o}=n;if(!o||s(452)!=o[s(362)])return;const i=o[s(387)][0][s(364)];return function(t){const e=s;return{type:e(437),content:Hr(r,e(462),t)}}(s(408)===i?Hr(r,s(404)):t[i]||i)}))}}const Ho=Ko;function Wo(){const t=["Users","TrackChangesEditing","2322696ONZxlI","afterInit","923378oKgDvz","collaboration_features","_handleImportedData","721824qPUsrT","_setSuggestionData","importWord","trackChanges","35JDqXYK","lowest","execute","enableCommand","_trackChangesValueDuringImport","1mLlvgh","plugins","editor","1090677CRxHHt","2588173QvllBM","5164060AbezDV","forEach","_trackChangesExecuted","9kkqwmh","track_changes","418124nRgKTA","high","get","value","bind","listenTo","commands","dataInsert"];return(Wo=function(){return t})()}function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(483366===parseInt(n(417))/1*(-parseInt(n(439))/2)+parseInt(n(420))/3+parseInt(n(427))/4*(parseInt(n(446))/5)+-parseInt(n(437))/6+-parseInt(n(421))/7+parseInt(n(442))/8+-parseInt(n(425))/9*(-parseInt(n(422))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class qo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(450)]=!1,this[e(424)]=!1}[Ho(438)](){const t=Ho,e=this[t(419)],n=e[t(433)][t(429)](t(444)),r=e[t(433)][t(429)](t(445));n&&(n.on(t(448),((e,[,n])=>{const s=t;this[s(450)]=r[s(430)],n[s(440)][s(426)]=!this[s(450)]}),{priority:t(428)}),this[t(432)](n,t(434),this[t(441)][t(431)](this)),this[t(432)](n,t(434),(()=>{const e=t;this[e(424)]&&(r[e(448)](),this[e(424)]=!1)}),{priority:t(447)}),e[t(418)][t(429)](t(436))[t(449)](t(444)))}[Ho(441)](t,e){const n=Ho,{suggestions:r}=e,s=this[n(419)][n(433)][n(429)](n(445)),o=s[n(430)];this[n(450)]!==o&&(s[n(448)](),this[n(424)]=!0),r&&r[n(423)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(419)][o(418)][o(429)](o(435)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(444)}}};this[o(419)][o(418)][o(429)](o(436))[o(443)](i)}))}}const Xo=Jo;function Jo(t,e){const n=Zo();return(Jo=function(t,e){return n[t-=150]})(t,e)}function Zo(){const t=["indentBlock","1289284YOmfLT","FORMAT_INDENT","55906mLSAEr","get","_descriptionFactory","format","_enableDefaultAttributesIntegration","391629MhmJEq","392XfnpCu","IndentBlock","outdentBlock","has","87KlaqAi","*Outdent:* %0","1108950gHVNcC","plugins","formatBlock","_registerBlockAttribute","IndentEditing","type","26176lpwXRs","locale","blockIndent","_registerLegacyDescription","TrackChangesEditing","*Indent:* %0","afterInit","getItemLabel","registerAttributeLabel","editor","registerDescriptionCallback","11566647AdeSiC","enableCommand","outdent","143090WwaoAN","indent","commandName","getItems"];return(Zo=function(){return t})()}!function(t,e){const n=Jo,r=t();for(;;)try{if(578843===parseInt(n(178))/1+parseInt(n(173))/2*(parseInt(n(183))/3)+parseInt(n(171))/4+-parseInt(n(166))/5+parseInt(n(185))/6+-parseInt(n(179))/7*(-parseInt(n(152))/8)+-parseInt(n(163))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class Yo extends t.Plugin{[Xo(158)](){const t=Xo,e=this[t(161)],n=e[t(186)][t(174)](t(156));if(e[t(186)][t(182)](t(150))&&(n[t(164)](t(167)),n[t(164)](t(165))),e[t(186)][t(182)](t(180)))for(const e of[t(170),t(181)])n[t(177)](e);const r=e[t(153)];n[t(188)](t(154)),n[t(175)][t(160)](t(154),Hr(r,t(172))),this[t(155)]()}[Xo(155)](){const t=Xo,e=this[t(161)],n=e[t(153)],r=e[t(186)][t(174)](t(156));r[t(175)][t(162)]((e=>{const s=t;if(s(187)!=e[s(151)])return;const{data:o}=e;if(!o)return;if(s(170)!=o[s(168)]&&s(181)!=o[s(168)])return;const i=e[s(169)]()[0],a=r[s(175)][s(159)](i);return s(170)==o[s(168)]?{type:s(176),content:Hr(n,s(157),a)}:s(181)==o[s(168)]?{type:s(176),content:Hr(n,s(184),a)}:void 0}))}}function Qo(){var t=["plugins","11WGfVoH","TrackChangesEditing","35693JHHucK","input","378ibELgK","2840115qgZwui","get","init","enableCommand","editor","6947110zOTfOB","4406YGHmCl","requires","5679VYwwQq","2136xcBnUB","807301qyvAcB","289676CKYPAR","1341AWtoDw"];return(Qo=function(){return t})()}function $o(t,e){var n=Qo();return($o=function(t,e){return n[t-=386]})(t,e)}var ti=$o;!function(t,e){for(var n=$o,r=t();;)try{if(511381===parseInt(n(404))/1+parseInt(n(400))/2*(-parseInt(n(387))/3)+parseInt(n(386))/4+-parseInt(n(394))/5+parseInt(n(393))/6*(parseInt(n(391))/7)+parseInt(n(403))/8*(parseInt(n(402))/9)+-parseInt(n(399))/10*(-parseInt(n(389))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qo);class ei extends t.Plugin{static get[ti(401)](){return[Ms.Input]}[ti(396)](){var t=ti;this[t(398)][t(388)][t(395)](t(390))[t(397)](t(392))}}function ni(){const t=["has","type","_descriptionFactory","6huBAVb","commands","locale","855153xfPvCU","link","3382512kEvKCr","40521AJSjAD","registerDescriptionCallback","newValue","TrackChangesEditing","unlink","afterInit","_enableDefaultAttributesIntegration","map","plugins","key","700855mRbcnb","linkHref","376530gTfvpL","formatInline","format","toLowerCase","LinkEditing","commandName","get","attribute","registerAttributeLabel","6370259VaVLsU","*Remove link*","manualDecorators","commandParams","link (","*Set link:* %0","editor","label","18586184FlFeMJ","_registerLegacyDescription"];return(ni=function(){return t})()}const ri=si;function si(t,e){const n=ni();return(si=function(t,e){return n[t-=200]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(483702===-parseInt(n(229))/1+-parseInt(n(201))/2+parseInt(n(226))/3+-parseInt(n(228))/4+-parseInt(n(239))/5*(parseInt(n(223))/6)+-parseInt(n(210))/7+parseInt(n(218))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ni);class oi extends t.Plugin{[ri(234)](){const t=ri,e=this[t(216)];if(!e[t(237)][t(220)](t(205)))return;const n=e[t(237)][t(207)](t(232)),r=e[t(224)][t(207)](t(227));n[t(235)](t(227),[t(200),...r[t(212)][t(236)]((t=>t.id))]),n[t(235)](t(233));for(const e of r[t(212)])n[t(222)][t(209)](e.id,t(214)+e[t(217)][t(204)]()+")");n[t(222)][t(230)]((n=>{const r=t;if(r(208)!=n[r(221)])return;const{data:s}=n;if(!s||r(200)!=s[r(238)])return;const o=s[r(231)],i=e[r(225)];return{type:r(203),content:null==o?Hr(i,r(211)):Hr(i,r(215),'"'+o+'"')}})),this[t(219)]()}[ri(219)](){const t=ri,e=this[t(216)],n=e[t(225)];e[t(237)][t(207)](t(232))[t(222)][t(230)]((e=>{const r=t;if(r(202)!=e[r(221)])return;const{data:s}=e;if(s){if(r(227)==s[r(206)]){const t=s[r(213)][0];return{type:r(203),content:Hr(n,r(215),'"'+t+'"')}}return r(233)==s[r(206)]?{type:r(203),content:Hr(n,r(211))}:void 0}}))}}const ii=ai;function ai(t,e){const n=fi();return(ai=function(t,e){return n[t-=183]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(474623===-parseInt(n(259))/1+-parseInt(n(206))/2+-parseInt(n(187))/3+-parseInt(n(199))/4+-parseInt(n(209))/5*(parseInt(n(239))/6)+-parseInt(n(226))/7*(parseInt(n(190))/8)+-parseInt(n(236))/9*(-parseInt(n(189))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ii(255)](){const t=ii,e=this[t(245)],n=e[t(268)];if(!e[t(241)][t(202)](t(195)))return;const r=e[t(241)][t(237)](t(258)),s=e[t(241)][t(202)](t(263));function o(t){return()=>{const n=ai,s=e[n(208)][n(238)][n(196)],o=e[n(192)][n(237)](t);if(o[n(216)])return void e[n(252)](n(264),{});const i=t[n(240)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(214)](t)[s(249)]((t=>function(t,e){const n=s;return e[n(243)](t[n(222)],n(242))&&!e[n(204)](t)}(t,r)));o=o[s(249)]((t=>!t.is(s(221),s(242))||t[s(201)](s(212))!=e));const i=new Set;for(const t of o)t.is(s(221),s(242))?i[s(218)](ui(t)):i[s(218)](t);return Array[s(214)](i)}(s[n(224)](),i,e[n(208)][n(223)]);e[n(208)][n(254)]((()=>{const e=n;for(const n of a)r[e(197)](n,{commandName:t,commandParams:[{forceValue:!o[e(216)]}],formatGroupId:e(234)},li(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(214)](t);const r=n[e(203)]((t=>e(242)!=t[e(248)]));return r>-1&&(n=n[e(240)](0,r)),n}(e[n(208)][n(238)][n(196)][n(224)]()),o=e[n(208)][n(207)](e[n(208)][n(220)](s[0],n(194)),e[n(208)][n(220)](s[s[n(215)]-1],n(244)));e[n(208)][n(254)]((()=>{const e=n;r[e(197)](o,{commandName:t,commandParams:[],formatGroupId:e(257)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(251)];for(;t&&t[n(201)](n(257))>e[n(201)](n(257));)r[n(218)](t),t=t[n(251)]}return Array[n(214)](r)}(s))}))}}r[t(227)](t(186),o(t(186))),r[t(227)](t(261),o(t(261))),s&&r[t(227)](t(213),o(t(213))),r[t(227)](t(247),i(t(247))),r[t(227)](t(193),i(t(193))),s&&r[t(227)](t(219),(()=>{const n=t,s=e[n(192)][n(237)](n(219)),o=Array[n(214)](s[n(188)]);o[n(249)]((t=>t[n(201)](n(231))!=s[n(216)])),e[n(208)][n(254)]((()=>{const t=n;for(const e of o)r[t(197)](e,{commandName:t(219),commandParams:[{forceValue:!s[t(216)]}]})}))})),r[t(200)][t(233)](t(242),(e=>Hr(n,t(229),e))),r[t(200)][t(198)]((e=>{const r=t;if(r(232)!=e[r(191)]&&r(230)!=e[r(191)])return;const{data:s}=e;if(s){if(r(186)==s[r(260)]||r(261)==s[r(260)]||r(213)==s[r(260)])switch(s[r(260)][r(184)](r(228),"")){case r(235):return o(Hr(n,r(217)));case r(205):return o(Hr(n,r(225)));case r(246):return o(Hr(n,r(253)))}if(r(247)==s[r(260)])return{type:r(266),content:Hr(n,r(183),Hr(n,r(229)))};if(r(193)==s[r(260)])return{type:r(266),content:Hr(n,r(211),Hr(n,r(229)))};if(r(219)==s[r(260)])return s[r(256)][0][r(185)]?{type:r(266),content:Hr(n,r(250))}:{type:r(266),content:Hr(n,r(265))}}function o(t){const e=r;return{type:e(266),content:Hr(n,e(267),t)}}}))}}function ui(t){const e=ii,n=t[e(201)](e(257));if(0==n)return t;let r=t;for(;t[e(210)]&&t[e(210)].is(e(221),e(242));){const s=t[e(210)][e(201)](e(257));if(s==n)r=t[e(210)];else if(s<n)break;t=t[e(210)]}return r}function li(t){const e=ii,n=[];if(t.is(e(221),e(242))&&t[e(201)](e(257))>0){let r=t[e(251)];for(;r&&e(242)==r[e(248)]&&r[e(201)](e(257))==t[e(201)](e(257));)n[e(262)](r),r=r[e(251)]}return n}function fi(){const t=["document","34476BtOKmW","slice","plugins","listItem","checkChild","end","editor","todo","indentList","name","filter","*Check item*","nextSibling","execute","ELEMENT_TODO_LIST","change","afterInit","commandParams","listIndent","TrackChangesEditing","797838qZVvWp","commandName","bulletedList","push","LegacyTodoListEditing","paragraph","*Uncheck item*","format","*Change to:* %0","locale","*Indent:* %0","replace","forceValue","numberedList","2837550hVdGDF","_selectedElements","40118920oDbMag","629784Qggtes","type","commands","outdentList","before","LegacyListEditing","selection","markBlockFormat","registerDescriptionCallback","1620292kmDGXx","_descriptionFactory","getAttribute","has","findIndex","isObject","numbered","347540xAZTUA","createRange","model","235juprKn","previousSibling","*Outdent:* %0","listType","todoList","from","length","value","ELEMENT_BULLETED_LIST","add","checkTodoList","createPositionAt","element","parent","schema","getSelectedBlocks","ELEMENT_NUMBERED_LIST","84vNUEkU","enableCommand","List","ELEMENT_LIST_ITEM","formatInline","todoListChecked","formatBlock","registerElementLabel","blockName","bulleted","9XTcnPy","get"];return(fi=function(){return t})()}const hi=di;function gi(){const t=["length","createRange","2669264isSTBk","locale","LegacyListPropertiesEditing","forward","toUpperCase","numbered","plugins","type","parent","59307KfiswF","_descriptionFactory","styles","*Change to:* %0","list.properties","62uYdnEb","getListTypeFromListStyleType","format","_getTranslationKeyForListStyle","map","commandName","getFirstPosition","listStart","getLastPosition","TrackChangesEditing","markMultiRangeBlockFormat","replace","_getSuggestionBlocksForListStyle","document","selection","editor","_LIST_","*Format:* set order to regular","_getSuggestionBlocks","push","formatBlock","listType","*Format:* set start index to %0","LegacyListUtils","filter","handleListStartCommand","bind","element","handleDescriptions","handleListStyleCommand","getAttribute","has","change","getSelectedBlocks","config","flat","660706wKHKLu","registerDescriptionCallback","backward","handleListReversedCommand","2421460KjeXEY","listReversed","model","479412yicCFt","formatInline","get","ELEMENT_","before","listItem","from","createPositionAt","listStyle","1203916bbZNnh","commandParams","afterInit","unshift","reversed","enableCommand","startIndex","17710101JIrbGh","*Format:* set order to reversed","6nSdObX","getSiblingNodes"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=155]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(415547===parseInt(n(209))/1+-parseInt(n(173))/2*(-parseInt(n(168))/3)+parseInt(n(216))/4+parseInt(n(213))/5+parseInt(n(155))/6*(parseInt(n(225))/7)+parseInt(n(159))/8+-parseInt(n(232))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(227)](){const t=hi;if(!this[t(188)][t(165)][t(204)](t(161)))return;const e=this[t(188)][t(207)][t(218)](t(172)),n=this[t(188)][t(165)][t(218)](t(182));e[t(170)]&&n[t(230)](t(224),this[t(202)][t(199)](this)),e[t(229)]&&n[t(230)](t(214),this[t(212)][t(199)](this)),e[t(231)]&&n[t(230)](t(180),this[t(198)][t(199)](this)),n[t(169)][t(210)](this[t(201)][t(199)](this))}[hi(202)](t,e={}){const n=hi,r=this[n(188)][n(165)][n(218)](n(182)),s=this[n(185)]();this[n(188)][n(215)][n(205)]((()=>{const t=n;r[t(183)](s,{commandName:t(224),commandParams:[{type:e[t(166)]}],formatGroupId:t(224)})}))}[hi(212)](t,e={}){const n=hi,r=this[n(188)][n(165)][n(218)](n(182)),s=this[n(191)]((t=>t.is(n(200),n(221))&&n(164)===t[n(203)](n(194))));if(s[n(157)]<1)return;const o=s[n(177)]((t=>this[n(188)][n(215)][n(158)](this[n(188)][n(215)][n(223)](t,n(220)),this[n(188)][n(215)][n(223)](t,0))));this[n(188)][n(215)][n(205)]((()=>{const t=n;r[t(183)](o,{commandName:t(214),commandParams:[{reversed:e[t(229)]}],formatGroupId:t(214)})}))}[hi(198)](t,e={}){const n=hi,r=this[n(188)][n(165)][n(218)](n(182)),s=this[n(191)]((t=>t.is(n(200),n(221))&&n(164)===t[n(203)](n(194))));if(s[n(157)]<1)return;const o=s[n(177)]((t=>this[n(188)][n(215)][n(158)](this[n(188)][n(215)][n(223)](t,n(220)),this[n(188)][n(215)][n(223)](t,0))));this[n(188)][n(215)][n(205)]((()=>{const t=n;r[t(183)](o,{commandName:t(180),commandParams:[{startIndex:e[t(231)]}],formatGroupId:t(180)})}))}[hi(201)](t){const e=hi;if(e(193)!=t[e(166)]&&e(217)!=t[e(166)])return;const n=this[e(188)][e(160)],{data:r}=t;if(!r)return;let s,o;switch(r[e(178)]){case e(224):s=e(171),o={type:e(175),content:Hr(n,s,Hr(n,this[e(176)](r[e(226)][0][e(166)])))};break;case e(214):s=r[e(226)][0][e(229)]?e(233):e(190),o={type:e(175),content:Hr(n,s)};break;case e(180):s=e(195),o={type:e(175),content:Hr(n,s,r[e(226)][0][e(231)])}}return o}[hi(185)](){const t=hi;var e,n,r,s;const o=this[t(188)][t(165)][t(218)](t(196));let i=Array[t(222)](this[t(188)][t(215)][t(186)][t(187)][t(206)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(200),t(221)))&&i[t(228)](...o[t(156)](this[t(188)][t(215)][t(186)][t(187)][t(179)](),t(211))),(null===(n=i[i[t(157)]-1])||void 0===n?void 0:n.is(t(200),t(221)))&&i[t(192)](...o[t(156)](this[t(188)][t(215)][t(186)][t(187)][t(181)](),t(162))),i=[...new Set(i)],(null===(s=null===(r=this[t(188)][t(215)][t(186)][t(187)][t(179)]())||void 0===r?void 0:r[t(167)])||void 0===s?void 0:s.is(t(200),t(221)))&&(i=i[t(197)]((e=>e.is(t(200),t(221))))),i}[hi(191)](t){const e=hi,n=this[e(188)][e(165)][e(218)](e(196));let r=Array[e(222)](this[e(188)][e(215)][e(186)][e(187)][e(206)]())[e(197)](t)[e(177)]((t=>{const r=e,s=this[r(188)][r(215)][r(223)](t,0);return[...n[r(156)](s,r(211)),...n[r(156)](s,r(162))]}))[e(208)]();return r=[...new Set(r)],r}[hi(176)](t){const e=hi;return e(219)+this[e(188)][e(165)][e(218)](e(196))[e(174)](t)[e(163)]()+e(189)+t[e(163)]()[e(184)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=384]})(t,e)}function Ei(){const t=["649131lOYHJF","3346170gsvNQm","3516064gBBpjg","elementToElement","dataDowncast","get","15578519FgUuQH","MediaEmbedEditing","ELEMENT_MEDIA","stop","enableCommand","attribute:url:media","4345330YRWyjY","273080uSVVWk","55324svJTLj","12OVpQgh","50iWJZMa","high","registerElementLabel","data","editor","options","conversion","18ShjsRN","downcastDispatcher","createEmptyElement","div","for","TrackChangesEditing","plugins","6VWiIIe","_descriptionFactory","mediaEmbed","showSuggestionHighlights","afterInit","40nPLqNL","locale","media","has"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(903745===-parseInt(n(404))/1*(parseInt(n(402))/2)+parseInt(n(418))/3*(parseInt(n(390))/4)+parseInt(n(401))/5+parseInt(n(389))/6+-parseInt(n(388))/7*(-parseInt(n(384))/8)+-parseInt(n(411))/9*(-parseInt(n(400))/10)+parseInt(n(394))/11*(-parseInt(n(403))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(422)](){const t=mi,e=this[t(408)];if(!e[t(417)][t(387)](t(395)))return;const n=e[t(417)][t(393)](t(416)),r=e[t(385)];n[t(398)](t(420)),n[t(419)][t(406)](t(386),(e=>Hr(r,t(396),e))),e[t(410)][t(415)](t(392))[t(391)]({model:t(386),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(421)])return n[s(413)](s(414))},converterPriority:t(405)}),e[t(407)][t(412)].on(t(399),((e,n,r)=>{const s=t;r[s(409)][s(421)]&&e[s(397)]()}),{priority:t(405)})}}function Ti(){const t=["287zRQJqr","30878393vLfdyd","TrackChangesEditing","85948xNimWF","10zBATJJ","get","6399342tdOOFT","afterInit","has","enableCommand","12heUfAp","17596VLaqJM","9592946cbdlaf","plugins","31315WyzqYW","12BNkXGS","editor","mention","MentionEditing","111zwhbqp","149FrSyUT","113648WpRiwQ"];return(Ti=function(){return t})()}const _i=yi;function yi(t,e){const n=Ti();return(yi=function(t,e){return n[t-=385]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(703264===-parseInt(n(391))/1*(parseInt(n(404))/2)+-parseInt(n(390))/3*(parseInt(n(396))/4)+-parseInt(n(385))/5*(-parseInt(n(403))/6)+-parseInt(n(393))/7*(-parseInt(n(392))/8)+parseInt(n(399))/9*(parseInt(n(397))/10)+-parseInt(n(405))/11+parseInt(n(386))/12*(parseInt(n(394))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[_i(400)](){const t=_i,e=this[t(387)];e[t(406)][t(401)](t(389))&&e[t(406)][t(398)](t(395))[t(402)](t(388))}}function Ci(t,e){const n=Ni();return(Ci=function(t,e){return n[t-=243]})(t,e)}const ki=Ci;function Ni(){const t=["*Set format:* %0","format","12531568vUwHUq","*Remove format:* %0","oldValue","afterInit","16302980GbStmf","listMarkerStyle","handleDescriptions","data","locale","newValue","3766190EmTwbA","head","multiLevelList","TrackChangesEditing","editor","get","has","3528182WEnfNz","listType","28493JDTPcS","next","_enableDefaultAttributesIntegration","plugins","8DNTOzz","84qOnqyj","ELEMENT_MULTI_LEVEL_LIST","6IyhDfN","1942806bkVOlg","9NEYlFa","14498759IOzXaF","registerDescriptionCallback","_descriptionFactory","MultiLevelList","key"];return(Ni=function(){return t})()}!function(t,e){const n=Ci,r=t();for(;;)try{if(906507===parseInt(n(270))/1*(parseInt(n(275))/2)+parseInt(n(278))/3*(-parseInt(n(274))/4)+-parseInt(n(261))/5+parseInt(n(277))/6*(parseInt(n(268))/7)+parseInt(n(251))/8+-parseInt(n(243))/9*(parseInt(n(255))/10)+parseInt(n(244))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Ri extends t.Plugin{[ki(254)](){const t=ki,e=this[t(265)],n=e[t(273)][t(266)](t(264));e[t(273)][t(267)](t(247))&&(n[t(272)](t(263),[],[t(256)]),n[t(246)][t(245)]((e=>this[t(257)](e))))}[ki(257)](t){const e=ki,n=this[e(265)][e(259)],{data:r}=t,s={type:e(250),content:""};if(r&&e(256)==r[e(248)]){if(!r[e(253)])return{type:e(250),content:Hr(n,e(249),Hr(n,e(276)))+" ("+r[e(260)]+")"};if(!r[e(260)]){let o=t[e(262)];for(;o;){if(o[e(258)]&&e(269)==o[e(258)][e(248)]&&o[e(258)][e(260)])return s;o=o[e(271)]}return{type:e(250),content:Hr(n,e(252),Hr(n,e(276)))+" ("+r[e(253)]+")"}}}}}const Li=Si;function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=256]})(t,e)}function Mi(){const t=["7992670oVoWzG","pageBreak","_descriptionFactory","6540bfhAOd","11cZXkzf","TrackChangesEditing","8WwZzmD","53376cEgYHk","188631ZhCHOk","locale","737wcJrmX","registerElementLabel","get","268738cVpfOL","5098552qxnRFh","has","PageBreakEditing","plugins","ELEMENT_PAGE_BREAK","138927hNGotT","editor","340suqimc","enableCommand","afterInit","5595fAjeok"];return(Mi=function(){return t})()}!function(t,e){const n=Si,r=t();for(;;)try{if(753350===-parseInt(n(261))/1*(parseInt(n(270))/2)+parseInt(n(276))/3*(parseInt(n(263))/4)+parseInt(n(256))/5*(parseInt(n(260))/6)+parseInt(n(257))/7+-parseInt(n(271))/8+-parseInt(n(265))/9*(-parseInt(n(278))/10)+parseInt(n(267))/11*(-parseInt(n(264))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Li(280)](){const t=Li,e=this[t(277)];if(!e[t(274)][t(272)](t(273)))return;e[t(274)][t(269)](t(262))[t(279)](t(258));const n=e[t(274)][t(269)](t(262)),r=e[t(266)];n[t(259)][t(268)](t(258),(e=>Hr(r,t(275),e)))}}const wi=Oi;function Oi(t,e){const n=xi();return(Oi=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=Oi,r=t();for(;;)try{if(730870===parseInt(n(350))/1+parseInt(n(386))/2+parseInt(n(341))/3*(parseInt(n(389))/4)+parseInt(n(337))/5+parseInt(n(362))/6+-parseInt(n(347))/7*(-parseInt(n(343))/8)+-parseInt(n(373))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class Fi extends t.Plugin{[wi(332)](){const t=wi,e=this[t(369)];if(!e[t(358)][t(400)](t(398)))return;const n=e[t(344)],r=e[t(358)][t(374)](t(338));r[t(364)][t(365)](t(354),(e=>Hr(n,t(336),e))),r[t(335)](t(354)),r[t(356)](t(357)),e[t(361)][t(352)].on(t(339),Di(e),{priority:t(333)}),e[t(393)][t(352)].on(t(339),((n,r,s)=>{const o=t;s[o(397)][o(379)]&&Di(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(333)});const s=r[t(364)];s[t(377)]((r=>{const o=t;if(o(342)!==r[o(396)])return;const{start:i,end:a}=r[o(382)]();if(!i[o(391)](a)||!i[o(359)])return;const c=e[o(375)][o(368)],u=i[o(359)];return c[o(345)](u)&&!c[o(385)](u)&&c[o(394)](u,o(380))?{type:o(342),content:Hr(n,o(353),s[o(388)](u,1))}:void 0})),this[t(363)]()}[wi(363)](){const t=wi,e=this[t(369)],n=e[t(344)];e[t(358)][t(374)](t(338))[t(364)][t(377)]((e=>{const r=t;if(r(378)!=e[r(396)])return;const{data:s}=e;return s&&r(354)==s[r(346)]?{type:r(351),content:Hr(n,r(383),Hr(n,r(336)))}:void 0}))}}function Di(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Oi,i=t[o(358)][o(374)](o(338)),a=r[o(360)][o(372)],c=r[o(360)][o(349)],u=t[o(375)][o(368)];if(!a[o(391)](c)||!a[o(359)])return;const l=a[o(359)];if(u[o(345)](l)&&!u[o(385)](l)&&u[o(394)](l,o(380))){if(!s[o(348)][o(387)](r[o(360)],n[o(367)]))return;const t=s[o(384)][o(355)](o(340),{class:o(381)}),a=s[o(395)][o(392)](c);e&&i[o(399)][o(371)](r[o(370)])&&s[o(384)][o(376)](o(390),t),s[o(384)][o(366)](a,t),s[o(395)][o(334)](t,r[o(370)])}}}function xi(){const t=["9rBVCfB","insertion","32ySxBQY","locale","isBlock","commandName","79814XDhhTR","consumable","end","1344412HgAMRR","format","downcastDispatcher","*Insert:* %0","paragraph","createUIElement","enableCommand","insertParagraph","plugins","nodeAfter","markerRange","editing","6202368hwRiaC","_registerLegacyDescription","_descriptionFactory","registerElementLabel","insert","name","schema","editor","markerName","includes","start","34603119ZSeZzQ","get","model","addClass","registerDescriptionCallback","formatBlock","showSuggestionHighlights","$text","ck-suggestion-marker-split","getFirstRange","*Change to:* %0","writer","isLimit","1273578wFWLKR","consume","getItemLabel","657524NHBUFz","ck-suggestion-marker--active","isTouching","toViewPosition","data","checkChild","mapper","type","options","Paragraph","activeMarkers","has","afterInit","highest","bindElementToMarker","_enableDefaultAttributesIntegration","ELEMENT_PARAGRAPH","5109905FlFQIF","TrackChangesEditing","addMarker:suggestion:insertion","span"];return(xi=function(){return t})()}const Bi=Ui;function Pi(){const t=["locale","RemoveFormatEditing","formatBlock","afterInit","29iHntUF","_registerLegacyDescription","has","commandName","editor","plugins","removeFormat","69183hxiOwT","1227knFeWA","type","format","registerDescriptionCallback","1962115DFoEui","13624qPLulw","3648HgsQRC","_enableDefaultAttributesIntegration","4744mghMjU","62174Seuvzn","6DNyTQo","get","17574ZTEAAe","_descriptionFactory","33vgvDYr","formatInline","TrackChangesEditing","1731460QsXiPC","*Remove all formatting*","136mRuHKE"];return(Pi=function(){return t})()}function Ui(t,e){const n=Pi();return(Ui=function(t,e){return n[t-=102]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(305309===parseInt(n(111))/1*(parseInt(n(131))/2)+-parseInt(n(119))/3*(-parseInt(n(127))/4)+-parseInt(n(123))/5*(parseInt(n(129))/6)+-parseInt(n(128))/7*(-parseInt(n(106))/8)+parseInt(n(118))/9+parseInt(n(104))/10*(-parseInt(n(133))/11)+-parseInt(n(125))/12*(-parseInt(n(124))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pi);class ji extends t.Plugin{[Bi(110)](){const t=Bi,e=this[t(115)];e[t(116)][t(113)](t(108))&&(e[t(116)][t(130)](t(103))[t(126)](t(117)),this[t(112)]())}[Bi(112)](){const t=Bi,e=this[t(115)];e[t(116)][t(130)](t(103))[t(132)][t(122)]((n=>{const r=t;if(r(109)!=n[r(120)]&&r(102)!=n[r(120)])return;const{data:s}=n;return s&&r(117)==s[r(114)]?{type:r(121),content:Hr(e[r(107)],r(105))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=zi();return(Vi=function(t,e){return n[t-=340]})(t,e)}function zi(){const t=["431718uFywll","3564264TAxAch","editor","acceptAllSuggestions","goToNextRestrictedEditingException","get","discardSuggestion","afterInit","discardSelectedSuggestions","TrackChangesEditing","acceptSuggestion","enableCommand","acceptSelectedSuggestions","803594dcJFeS","567741heRRrg","RestrictedEditingModeEditing","2842160SPDGmm","3131075WJqTKu","6VSpGvo","goToPreviousRestrictedEditingException","has","trackChanges","discardAllSuggestions","plugins","902783UjCfbW"];return(zi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(439659===-parseInt(n(340))/1+parseInt(n(353))/2+-parseInt(n(354))/3+parseInt(n(356))/4+-parseInt(n(357))/5*(parseInt(n(358))/6)+parseInt(n(364))/7+parseInt(n(341))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zi);class Hi extends t.Plugin{[Gi(347)](){const t=Gi,e=this[t(342)];if(!e[t(363)][t(360)](t(355)))return;const n=e[t(363)][t(345)](t(349));n[t(351)](t(359)),n[t(351)](t(344));const r=e[t(363)][t(345)](t(355));r[t(351)](t(361)),r[t(351)](t(350)),r[t(351)](t(346)),r[t(351)](t(343)),r[t(351)](t(362)),r[t(351)](t(352)),r[t(351)](t(348))}}const Wi=Ki;function Ki(t,e){const n=qi();return(Ki=function(t,e){return n[t-=209]})(t,e)}function qi(){const t=["model","getItems","softBreak","registerElementLabel","activeMarkers","get","editor","includes","markerRange","23918OHPzwT","ck-suggestion-marker-","shiftEnter","showSuggestionHighlights","name","high","editing","38676aegovv","177XpolNA","markerName","plugins","bindElementToMarker","locale","27VOiixb","11OQNRGK","span","addClass","mapper","addMarker:suggestion:deletion","consumable","_descriptionFactory","init","writer","deletion","696612DovOuC","14645856DVxPni","ELEMENT_LINE_BREAK","TrackChangesEditing","options","downcastDispatcher","merge","6572993iEJKtI","addMarker:suggestion:insertion","855ErtiUI","test","2014490prSyMO","createPositionBefore","split","enableCommand","8dqNRag","element","addMarker:suggestion","data","createUIElement","toViewPosition","requires","ck-suggestion-marker--active","insert","1035862mmvwoA"];return(qi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(609002===parseInt(n(233))/1+parseInt(n(243))/2*(-parseInt(n(251))/3)+-parseInt(n(209))/4+parseInt(n(218))/5*(-parseInt(n(250))/6)+-parseInt(n(216))/7*(-parseInt(n(224))/8)+parseInt(n(256))/9*(-parseInt(n(220))/10)+-parseInt(n(257))/11*(-parseInt(n(210))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qi);class Xi extends t.Plugin{static get[Wi(230)](){return[Zs.ShiftEnter]}[Wi(264)](){const t=Wi,e=this[t(240)],n=e[t(253)][t(239)](t(212));n[t(223)](t(245)),e[t(249)][t(214)].on(t(217),Ji(e),{priority:t(248)}),e[t(249)][t(214)].on(t(261),Ji(e),{priority:t(248)}),e[t(227)][t(214)].on(t(226),((n,r,s)=>{const o=t;s[o(213)][o(246)]&&Ji(e,{showActiveMarker:!1})(n,r,s)})),n[t(263)][t(237)](t(236),(n=>Hr(e[t(255)],t(211),n)))}}function Ji(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(253)][o(239)](o(212));if(!s[o(262)][o(219)](r[o(242)],n[o(247)]))return;const a=t[o(234)];for(const t of r[o(242)][o(235)]()){if(!t.is(o(225),o(236)))continue;const n=o(266)==r[o(252)][o(222)](":")[1]?o(215):o(222),c=s[o(265)][o(228)](o(258),{class:o(244)+n}),u=s[o(260)][o(229)](a[o(221)](t));e&&i[o(238)][o(241)](r[o(252)])&&s[o(265)][o(259)](o(231),c),s[o(265)][o(232)](u,c),s[o(260)][o(254)](c,r[o(252)])}}}const Zi=Yi;function Yi(t,e){const n=Qi();return(Yi=function(t,e){return n[t-=492]})(t,e)}function Qi(){const t=["plugins","commands","document","98019ciZOHO","isCollapsed","10Htyaqm","1619636glyCjC","locale","markInlineFormat","623406FOXrQh","commandName","FORMAT_RESTRICTED_ENABLED","formatBlock","commandParams","has","StandardEditingModeEditing","selection","formatInline","_descriptionFactory","value","FORMAT_RESTRICTED_DISABLED","type","format","model","5274IOciTk","4295mXoazI","afterInit","forceValue","getRanges","editor","1218531VebpCf","get","restrictedEditingException","413122VibeTu","80PXDoog","change","from","enableCommand","1290856qtUViM","registerDescriptionCallback","TrackChangesEditing"];return(Qi=function(){return t})()}!function(t,e){const n=Yi,r=t();for(;;)try{if(517055===-parseInt(n(516))/1+-parseInt(n(530))/2+parseInt(n(513))/3+-parseInt(n(521))/4+-parseInt(n(508))/5*(-parseInt(n(507))/6)+-parseInt(n(492))/7*(-parseInt(n(517))/8)+-parseInt(n(527))/9*(-parseInt(n(529))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Zi(509)](){const t=Zi,e=this[t(512)],n=e[t(506)],r=e[t(531)];if(!e[t(524)][t(497)](t(498)))return;const s=e[t(524)][t(514)](t(523)),o=t(515),i=e[t(525)][t(514)](o);s[t(520)](o,((e,r={})=>{const a=t,c=n[a(526)][a(499)];if(c[a(528)])return void e(r);const u=void 0!==r[a(510)]?r[a(510)]:!i[a(502)];n[a(518)]((()=>{const t=a,e=Array[t(519)](c[t(511)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(532)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(501)][t(522)]((e=>{const n=t;if(n(495)!=e[n(504)]&&n(500)!=e[n(504)])return;const{data:s}=e;return s&&s[n(493)]==o?s[n(496)][0][n(510)]?{type:n(505),content:Hr(r,n(494))}:{type:n(505),content:Hr(r,n(503))}:void 0}))}}function ta(){const t=["element","commandParams","DataSchema","definitions","formatInline","*Set format:* %0","afterInit","_registerInlineAttribute","format","style","type","add","styleName","_descriptionFactory","*Remove format:* %0","toLowerCase","inline","Style","4PFRJmt","3437920UBvnVb","4754052yTCjNr","locale","_enableDefaultAttributesIntegration","ghsAttributes","482014OdYLKZ","get","commandName","TrackChangesEditing","_registerBlockAttribute","FORMAT_STYLE","plugins","5243571jnWMJt","config","getGhsAttributeNameForElement","has","4989815oTLGjm","editor","459759mWdcNf","_registerLegacyDescription","registerAttributeLabel","registerDescriptionCallback","block","normalizeConfig","4PUOJpR","forceValue","GeneralHtmlSupport","StyleUtils","4568585DuaMpp","formatBlock"];return(ta=function(){return t})()}const ea=na;function na(t,e){const n=ta();return(na=function(t,e){return n[t-=253]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(516620===parseInt(n(292))/1*(parseInt(n(273))/2)+-parseInt(n(286))/3+-parseInt(n(267))/4*(-parseInt(n(284))/5)+-parseInt(n(269))/6+-parseInt(n(296))/7+-parseInt(n(268))/8+parseInt(n(280))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ta);class ra extends t.Plugin{[ea(255)](){const t=ea,e=this[t(285)];if(!e[t(279)][t(283)](t(266))||!e[t(279)][t(283)](t(300)))return;const n=e[t(279)][t(274)](t(276)),r=e[t(270)],s=e[t(281)][t(274)](t(258))||{},o=e[t(279)][t(274)](t(294)),i=e[t(279)][t(274)](t(295))[t(291)](e[t(279)][t(274)](t(300)),s[t(301)]);n[t(271)](t(258));const a=new Set;for(const e of i[t(290)]){const n=o[t(282)](e[t(298)]);a[t(260)](n)}const c=new Set;for(const e of i[t(265)]){const n=o[t(282)](e[t(298)]);c[t(260)](n);for(const n of e[t(272)])c[t(260)](n)}for(const e of a)n[t(277)](e),n[t(262)][t(288)](e,Hr(r,t(278)));for(const e of c)n[t(256)](e),n[t(262)][t(288)](e,Hr(r,t(278)));this[t(287)]()}[ea(287)](){const t=ea,e=this[t(285)],n=e[t(270)];e[t(279)][t(274)](t(276))[t(262)][t(289)]((e=>{const r=t;if(r(297)!=e[r(259)]&&r(253)!=e[r(259)])return;const{data:s}=e;return s&&r(258)===s[r(275)]?s[r(299)][0][r(293)]?{type:r(257),content:Hr(n,r(254),s[r(299)][0][r(261)][r(264)]())}:{type:r(257),content:Hr(n,r(263),s[r(299)][0][r(261)][r(264)]())}:void 0}))}}const sa=oa;function oa(t,e){const n=ia();return(oa=function(t,e){return n[t-=354]})(t,e)}function ia(){const t=["rootName","isIntersectingWithRange","startsWith","substr","insertTableRowBelow","max","_getSuggestionCoords","discard","_descriptionFactory","registerPostFixer","*Insert:* %0","createPositionAt","tableColumn","push","low","registerCustomCallback","suggestion","insertTable","1016TrhuJx","classes","isTouching","nodeAfter","_tableSuggestions","minColumn","selectTableRow","get","editor","getAttribute","name","removeTableRow","includes","locale","position","findAncestor","batch","38817atJjiQ","insertion","getContainedElement","selectTableColumn","getRowIndexes","toViewElement","downcastDispatcher","above","element","2448336PXjZTC","from","getCellLocation","values","last","*Remove:* %0","registerElementLabel","minRow","insertTableColumnLeft","nodeBefore","options","createRangeOn","order","ELEMENT_TABLE_COLUMN","getChangedMarkers","createRangeIn","registerDescriptionCallback","forceValue","change","every","$graveyard","isEqual","some","5885116RFQmqC","toLowerCase","type","mapper","getSelectionAffectedTableCells","showSuggestionHighlights","subType","deletion","join","root","_splitMarkerName","maxColumn","removeClass","span","getRanges","table","insertTableColumnRight","MIN_SAFE_INTEGER","createTableWalker","refresh","ELEMENT_TABLE_ROW_WITH_TEXT","data","isInContent","_suggestionFactory","848385vyJzoo","ELEMENT_TABLE_COLUMN_WITH_TEXT","rowspan","getItems","_tablePostFixingSubtypes","getFirstRange","TableEditing","selection","_setupColumnsRowsFixing","enqueueChange","enableCommand","oldRange","differ","afterInit","markMultiRangeDeletion","$textProxy","_getCoordsForCells","tableCell","5313565FPjdSB","document","length","22463YCgdGN","tableRow","has","execute","change:data","tablePaste","1190491PmFORc","isArray","end","insert","addMarker:suggestion","commands","filter","left","insertTableRowAbove","ELEMENT_TABLE","plugins","add","addRange","map","highest","colspan","8MJOqip","getColumnIndexes","maxRow","ELEMENT_TABLE_WITH_TEXT","ELEMENT_TABLE_ROW","model","cell","_acceptFormatSuggestionCallbackFactory","addClass","markMultiRangeInsertion","accept","getSuggestion","hasAttribute","MAX_SAFE_INTEGER","item","detach","start","getChanges","TrackChangesEditing","TableUtils","min","first","fromRange","writer","getChildren","620GqmpVs","removeTableColumn","setSelection"];return(ia=function(){return t})()}!function(t,e){const n=oa,r=t();for(;;)try{if(870684===parseInt(n(396))/1+parseInt(n(412))/2*(parseInt(n(369))/3)+-parseInt(n(507))/4+-parseInt(n(387))/5+parseInt(n(484))/6+-parseInt(n(390))/7*(-parseInt(n(458))/8)+-parseInt(n(475))/9*(-parseInt(n(437))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=oa;super(t),this[e(373)]=[e(391),e(452)],this[e(462)]=new Set}[sa(382)](){const t=sa,e=this[t(466)],n=e[t(417)][t(388)][t(376)];if(!e[t(406)][t(392)](t(375)))return;const r=e[t(471)],s=e[t(406)][t(465)](t(430)),o=e[t(406)][t(465)](t(431));s[t(448)][t(490)](t(360),(e=>Hr(r,t(405),e))),this[t(377)](),s[t(379)](t(457)),s[t(379)](t(464)),s[t(379)](t(478));for(const r of[t(404),t(444)]){const i=e[t(401)][t(465)](r);s[t(379)](r,(r=>{const a=t;e[a(417)][a(502)]((t=>{const e=a;r();const c=e(482)===i[e(496)],u=o[e(511)](n),l=o[e(479)](u),f=c?l[e(433)]-1:l[e(488)]+1,h=u[0][e(473)](e(360)),g=o[e(363)](h,{startRow:f,endRow:f}),d=Array[e(485)](g)[e(409)]((n=>t[e(495)](n[e(418)])));s[e(421)](d,e(391))}))}))}for(const r of[t(492),t(361)]){const i=e[t(401)][t(465)](r);s[t(379)](r,(r=>{const a=t;e[a(417)][a(502)]((t=>{const e=a;r();const c=e(403)===i[e(496)],u=o[e(511)](n),l=o[e(413)](u),f=c?l[e(433)]-1:l[e(488)]+1,h=u[0][e(473)](e(360)),g=o[e(363)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(485)](g)[e(409)]((n=>t[e(495)](n[e(418)])));s[e(421)](d,e(452))}))}))}for(const r of[t(469),t(438)]){const i=r[t(443)](11),a=i[t(508)](),c=a[t(443)](0,3)+t(358),u=t(360)+i,l=t(432)+i,f=t(445)+i;s[t(379)](r,(()=>{const i=t;e[i(417)][i(502)]((t=>{const e=i,h=o[e(511)](n),g=h[0][e(473)](e(360));let d;if(e(469)==r){const t=o[e(479)](h);d={startRow:t[e(433)],endRow:t[e(488)],includeAllSlots:!0}}else{const t=o[e(413)](h);d={startColumn:t[e(433)],endColumn:t[e(488)],includeAllSlots:!0}}const p=o[e(363)](g,d),m=Array[e(485)](p)[e(409)]((({cell:t})=>t)),I=ca(m[e(402)]((t=>t[e(424)](c)))),E=ca(m[e(402)]((t=>!t[e(424)](c))))[e(409)]((n=>t[e(495)](n))),b=s[e(383)](E,u);if(b&&(e(391)==b[e(513)]||e(452)==b[e(513)])){const n=this[e(446)](b);for(const r of I){const s=t[e(495)](r),i=o[e(486)](r),u=r[e(467)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(408)](s)}}}))}))}function c(r){const s=t,o=Array[s(485)](n[s(359)]())[s(409)]((t=>i.LiveRange[s(434)](t)));e[s(417)][s(502)]((t=>{const n=s,i=t[n(474)];r=r[n(402)]((t=>n(504)!=t[n(354)][n(440)])),t[n(439)](r),e[n(401)][n(465)](n(469))[n(364)](),e[n(393)](n(469),{forceDefaultExecution:!0}),e[n(417)][n(378)]((()=>{const t=n;e[t(417)][t(378)](i,(e=>{const n=t,r=o[n(402)]((t=>n(504)!=t[n(354)][n(440)]));r[n(389)]>0&&e[n(439)](r);for(const t of o)t[n(427)]()}))}))}))}function u(r){const s=t;e[s(417)][s(502)]((t=>{const o=s,a=Array[o(485)](n[o(359)]())[o(409)]((t=>i.LiveRange[o(434)](t))),c=[];for(const t of r)for(const e of t[o(372)]({shallow:!0}))c[o(453)](e);for(const n of c)o(504)!=n[o(354)][o(440)]&&(t[o(439)](t[o(451)](n,0)),e[o(401)][o(465)](o(438))[o(364)](),e[o(393)](o(438),{forceDefaultExecution:!0}));const u=a[o(402)]((t=>o(504)!=t[o(354)][o(440)]));u[o(389)]>0&&t[o(439)](u);for(const t of a)t[o(427)]()}))}function l(e,n){const r=t;return n[r(503)]((t=>e[r(506)]((e=>e[r(398)][r(505)](t[r(428)])||t[r(398)][r(505)](e[r(428)])))))}function f(e,n){const r=t;return e[r(506)]((t=>n[r(506)]((e=>t[r(398)][r(460)](e[r(428)])))))}e[t(366)][t(481)].on(t(400),((e,n,r)=>{const s=t;if(!r[s(494)][s(512)])return;const o=n[s(426)];if(!o)return;const i=r[s(510)][s(480)](o);function c(t){return Array[s(397)](t)?t:[t]}i&&s(386)===o[s(468)]&&(0,a.setHighlightHandling)(i,r[s(435)],((t,e,n)=>n[s(420)](c(e[s(459)]),t)),((t,e,n)=>n[s(357)](c(e[s(459)]),t)))}),{priority:t(410)}),s[t(448)][t(500)]((e=>{const n=t;if(n(476)!=e[n(509)]&&n(514)!=e[n(509)])return;const s=e[n(477)]();if(null!=s&&s.is(n(483),n(360))){if(n(476)==e[n(509)]){const t=e[n(372)]()[n(402)]((t=>t.is(n(384))))[n(409)]((t=>t[n(366)]));if(t[n(389)])return{type:n(476),content:Hr(r,n(450),Hr(r,n(415),'"'+t[n(515)](" ")+'"'))}}if(n(514)==e[n(509)]){const t=e[n(372)]()[n(402)]((t=>t.is(n(384))))[n(409)]((t=>t[n(366)]));if(t[n(389)])return{type:n(514),content:Hr(r,n(489),Hr(r,n(415),'"'+t[n(515)](" ")+'"'))}}}})),s[t(448)][t(500)]((e=>{const n=t;if(n(391)==e[n(513)]){const t=e[n(372)]()[n(402)]((t=>t.is(n(384))))[n(409)]((t=>t[n(366)])),s=this[n(446)](e),o=s[n(414)]-s[n(491)]+1;if(n(476)==e[n(509)])return t[n(389)]?{type:n(476),content:Hr(r,n(450),Hr(r,n(365),[o,'"'+t[n(515)](" ")+'"']))}:{type:n(476),content:Hr(r,n(450),Hr(r,n(416),o))};if(n(514)==e[n(509)])return t[n(389)]?{type:n(514),content:Hr(r,n(489),Hr(r,n(365),[o,'"'+t[n(515)](" ")+'"']))}:{type:n(514),content:Hr(r,n(489),Hr(r,n(416),o))}}if(n(452)==e[n(513)]){const t=e[n(372)]()[n(402)]((t=>t.is(n(384))))[n(409)]((t=>t[n(366)])),s=this[n(446)](e),o=s[n(356)]-s[n(463)]+1;if(n(476)==e[n(509)])return t[n(389)]?{type:n(476),content:Hr(r,n(450),Hr(r,n(370),[o,'"'+t[n(515)](" ")+'"']))}:{type:n(476),content:Hr(r,n(450),Hr(r,n(497),o))};if(n(514)==e[n(509)])return t[n(389)]?{type:n(514),content:Hr(r,n(489),Hr(r,n(370),[o,'"'+t[n(515)](" ")+'"']))}:{type:n(514),content:Hr(r,n(489),Hr(r,n(497),o))}}})),s[t(368)][t(455)](t(476),t(391),t(447),c),s[t(368)][t(455)](t(514),t(391),t(422),c),s[t(368)][t(455)](t(476),t(452),t(447),u),s[t(368)][t(455)](t(514),t(452),t(422),u),s[t(368)][t(455)](t(476),t(452),t(515),l),s[t(368)][t(455)](t(514),t(452),t(515),l),s[t(368)][t(455)](t(476),t(391),t(515),f),s[t(368)][t(455)](t(514),t(391),t(515),f)}[sa(419)](){const t=sa,e=this[t(466)],n=e[t(417)][t(388)][t(376)];return(r,s)=>{const o=t;e[o(417)][o(502)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(398)][a(493)];u&&u[0]&&!1===u[0][a(501)]&&(l=r[0][a(428)][a(461)]);const f=t[a(499)](l);if(a(504)==f[a(354)][a(440)])return;const h=Array[a(485)](n[a(359)]())[a(409)]((t=>i.LiveRange[a(434)](t)));t[a(439)](f),e[a(401)][a(465)](c)[a(364)](),u[a(453)]({forceDefaultExecution:!0}),e[a(393)](c,...u);const g=h[a(402)]((t=>a(504)!=t[a(354)][a(440)]));g[a(389)]>0&&t[a(439)](g);for(const t of h)t[a(427)]()}))}}[sa(385)](t){const e=sa,n=this[e(466)][e(406)][e(465)](e(431));let r=Number[e(425)],s=Number[e(362)],o=Number[e(425)],i=Number[e(362)];for(const a of t){if(e(504)==a[e(354)][e(440)])continue;const{row:t,column:c}=n[e(486)](a),u=a[e(424)](e(371))?a[e(467)](e(371))-1:0,l=a[e(424)](e(411))?a[e(467)](e(411))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(377)](){const t=sa,e=this[t(466)],n=e[t(406)][t(465)](t(430)),r=e[t(406)][t(465)](t(431));e[t(417)][t(388)].on(t(394),(()=>{const r=t,s=Array[r(485)](e[r(417)][r(388)][r(381)][r(498)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(355)](t);if(r(456)!=s)continue;if(null!=e[r(380)])continue;const a=n[r(423)](o);this[r(373)][r(470)](i)&&this[r(462)][r(407)](a)}}),{priority:t(454)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(495)](e),a=e[s(473)](s(360)),c=r[s(486)](e);for(const t of this[s(462)]){const n=t[s(513)],r=n[s(442)](s(395)),u=n[s(443)](r?10:5),l=u[s(508)](),f=l[s(443)](0,3)+s(358),h=s(432)+u,g=s(445)+u;if(!t[s(367)])continue;if(a!=t[s(374)]()[s(428)][s(473)](s(360)))continue;if(t[s(441)](i))continue;const d=e[s(424)](f)?e[s(467)](f)-1:0,p=this[s(446)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(408)](i),o=!0)}return o};e[t(417)][t(388)][t(449)]((n=>{const r=t;let o=!1;for(const t of e[r(417)][r(388)][r(381)][r(429)]())if(r(399)==t[r(509)])if(r(391)==t[r(468)])for(const e of t[r(472)][r(461)][r(436)]())o=o||s(e,n);else r(386)==t[r(468)]&&(o=o||s(t[r(472)][r(461)],n));return o}))}[sa(446)](t){const e=sa;return this[e(385)](t[e(359)]()[e(409)]((t=>t[e(428)][e(461)])))}}function ca(t){const e=sa;return Array[e(485)](new Set(t)[e(487)]())}const ua=fa;function la(){const t=["mergeTableCellDown","stop","tableCell","splitTableCellHorizontally","author","accept","length","size","low","9kiULIp","fromRange","commands","cell","push","_acceptFormatSuggestionCallbackFactory","getFirstPosition","*Split cell:* vertically","rootName","from","format","add","find","locale","editor","containsRange","map","subType","detach","287600LzoQkx","direction","highest","1299760rtEOyX","selection","getRanges","value","_tablePostFixingSubtypes","setSelection","TableEditing","change","findAncestor","registerDescriptionCallback","*Split cell:* horizontally","isInContent","getSelectionAffectedTableCells","_descriptionFactory","forceDefaultExecution","insertion","execute","5462010AxlzxO","*Merge cells*","TableUtils","TrackChangesEditing","element","isEnabled","2nXhjMJ","requires","64738MhjRQw","splitTableCellVertically","afterInit","root","_areSelectedCellsMergable","_suggestionFactory","createRangeOn","getSuggestions","mergeTableCellLeft","$graveyard","return","trackChanges","set:isEnabled","refresh","mergeTableCellRight","markMultiRangeBlockFormat","enableCommand","model","getCellLocation","has","document","filter","getAncestors","table","mergeTableCells","plugins","_isForcedDefaultExecutionBlock","formatInline","deletion","registerCustomCallback","2395956glErRw","mergeTableCellUp","type","_areMergableCells","markBlockFormat","2237301ZJwGZd","commandName","createTableWalker","12ayUNdW","formatBlock","horizontally","63650IRWatX","get"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=275]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(409577===parseInt(n(303))/1+parseInt(n(301))/2*(parseInt(n(338))/3)+-parseInt(n(333))/4+-parseInt(n(344))/5+parseInt(n(341))/6*(-parseInt(n(278))/7)+parseInt(n(275))/8*(parseInt(n(355))/9)+parseInt(n(295))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(302)](){return[aa]}[ua(305)](){const t=ua,e=this[t(369)],n=e[t(320)][t(323)][t(279)],r=e[t(368)];if(!e[t(328)][t(322)](t(284)))return;const s=e[t(328)][t(345)](t(298)),o=e[t(328)][t(345)](t(297)),a=e[t(328)][t(345)](aa);a[t(282)][t(359)](t(327)),s[t(319)](t(327),(()=>{const n=t,r=o[n(290)](e[n(320)][n(323)][n(279)]);e[n(320)][n(285)]((()=>{const t=n;s[t(318)](r,{commandName:t(327),commandParams:[]},[],t(327))}))})),e[t(357)][t(345)](t(327)).on(t(294),((n,r)=>{const o=t;e[o(357)][o(345)](o(314))[o(281)]&&(r[o(352)]>0&&r[r[o(352)]-1]&&r[r[o(352)]-1][o(292)]||s[o(329)]||this[o(307)]()||n[o(347)]())}),{priority:t(277)});for(const n of[t(334),t(317),t(346),t(311)]){const r=e[t(357)][t(345)](n);s[t(319)](n,(()=>{const n=t,o=e[n(320)][n(323)][n(279)][n(361)]()[n(325)]()[n(367)]((t=>t.is(n(299),n(348)))),i=r[n(281)];e[n(320)][n(285)]((()=>{const t=n;s[t(318)]([o,i],{commandName:t(327),commandParams:[]},[],t(327))}))}))}for(const n of[t(304),t(349)]){const r=e[t(357)][t(345)](n);s[t(319)](n,(()=>{const i=t,a=o[i(290)](e[i(320)][i(323)][i(279)])[0],c=a[i(286)](i(326)),{column:u,row:l}=o[i(321)](a);let f=[];if(i(343)==r[i(276)]){const t=o[i(340)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(364)](t)[i(371)]((t=>t[i(358)]))}else{const t=o[i(340)](c,{column:u,includeAllSlots:!0});f=Array[i(364)](t)[i(371)]((t=>t[i(358)]))}e[i(320)][i(285)]((t=>{const e=i;s[e(337)](t[e(309)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(291)][t(287)]((e=>{const n=t;if(n(342)!=e[n(335)]&&n(330)!=e[n(335)])return;const{data:s}=e;return s&&n(327)==s[n(339)]?{type:n(365),content:Hr(r,n(296))}:void 0})),s[t(291)][t(287)]((e=>{const n=t;if(n(342)!=e[n(335)]&&n(330)!=e[n(335)])return;const{data:s}=e;return s?n(304)==s[n(339)]?{type:n(365),content:Hr(r,n(362))}:n(349)==s[n(339)]?{type:n(365),content:Hr(r,n(288))}:void 0:void 0}));const c=a[t(360)]();for(const e of[t(334),t(317),t(346),t(311)])s[t(308)][t(332)](t(342),e,t(351),c);for(const e of[t(304),t(349)])s[t(308)][t(332)](t(342),e,t(351),c);s[t(308)][t(332)](t(342),t(327),t(351),(r=>{const s=t;e[s(320)][s(285)]((t=>{const o=s,a=Array[o(364)](n[o(280)]())[o(371)]((t=>i.LiveRange[o(356)](t)));t[o(283)](r),e[o(357)][o(345)](o(327))[o(316)](),e[o(294)](o(327),{forceDefaultExecution:!0});const c=a[o(324)]((t=>o(312)!=t[o(306)][o(363)]));c[o(352)]>0&&t[o(283)](c);for(const t of a)t[o(373)]()}))}));for(const n of[t(334),t(346),t(311),t(317)]){const r=e[t(357)][t(345)](n);r.on(t(315),((n,s,o)=>{const i=t;if(o){const t=e[i(320)][i(323)][i(279)][i(361)]()[i(325)]()[i(367)]((t=>t.is(i(299),i(348))));this[i(336)](r[i(281)],t)||(n[i(313)]=!1,n[i(347)]())}}),{priority:t(354)})}}[ua(307)](){const t=ua,e=this[t(369)][t(357)][t(345)](t(327)),n=this[t(369)][t(328)][t(345)](t(297));if(!e[t(300)])return!1;const r=n[t(290)](this[t(369)][t(320)][t(323)][t(279)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(336)](e,n))return!1;return!0}[ua(336)](t,e){const n=ua,r=this[n(369)][n(328)][n(345)](n(298)),s=this[n(369)][n(320)][n(309)](t),o=this[n(369)][n(320)][n(309)](e),i=new Set,a=new Set;for(const t of r[n(310)]())if((n(293)==t[n(335)]||n(331)==t[n(335)]||n(327)==t[n(372)])&&t[n(289)])for(const e of t[n(280)]())e[n(370)](s,!0)&&i[n(366)](t[n(335)]+":"+t[n(350)].id),e[n(370)](o,!0)&&a[n(366)](t[n(335)]+":"+t[n(350)].id);if(i[n(353)]!=a[n(353)])return!1;for(const t of i)if(!a[n(322)](t))return!1;return!0}}const ga=da;function da(t,e){const n=ma();return(da=function(t,e){return n[t-=409]})(t,e)}!function(t,e){const n=da,r=t();for(;;)try{if(223058===parseInt(n(411))/1+parseInt(n(448))/2*(parseInt(n(485))/3)+-parseInt(n(428))/4+parseInt(n(466))/5+-parseInt(n(467))/6+-parseInt(n(440))/7+parseInt(n(484))/8*(parseInt(n(469))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ma);class pa extends t.Plugin{static get[ga(455)](){return[aa]}[ga(450)](){const t=ga,e=this[t(432)];if(!e[t(479)][t(453)](t(472)))return;const n=e[t(481)],r=e[t(479)][t(488)](t(433));r[t(490)](t(439),[],[t(413)]),r[t(490)](t(429),[],[t(418)]),r[t(458)][t(420)](t(413),Hr(n,t(468))),r[t(458)][t(420)](t(418),Hr(n,t(422))),this[t(470)]()}[ga(470)](){const t=ga,e=this[t(432)][t(479)][t(488)](t(433)),n=this[t(432)][t(479)][t(488)](t(438)),r=this[t(432)][t(479)][t(488)](aa)[t(487)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(474)](o[a(445)]),l=e[a(463)](u),f=l[a(491)];if(a(414)!=l[a(436)]||!f||a(429)!=f[a(412)])return;if(o[a(451)])return void s[a(460)]();if(!i[a(457)][a(486)](o[a(447)],s[a(426)]))return;const h=o[a(447)][a(437)][a(449)],g=o[a(447)][a(410)][a(461)],d=h[a(431)][a(431)],{column:p}=n[a(456)](h),{column:m}=n[a(456)](g);for(let s=p;s<=m;s++){const l=n[a(478)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(482)],l=i[a(465)][a(423)](s);i[a(409)][a(459)](a(443)+c,l),r&&i[a(409)][a(421)](a(425),u,l),i[a(465)][a(419)](l,o[a(445)]),t&&(e[a(435)][a(415)](o[a(445)])?i[a(409)][a(459)](a(462),l):i[a(409)][a(442)](a(462),l))}}}}e[t(416)][t(475)](t(414),t(439),t(446),r),e[t(416)][t(475)](t(414),t(429),t(446),r),this[t(432)][t(476)][t(477)].on(t(430),s(),{priority:t(464)}),this[t(432)][t(491)][t(477)].on(t(430),((e,n,r)=>{const o=t;r[o(480)][o(424)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(464)}),this[t(432)][t(476)][t(477)].on(t(441),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(474)](r[o(445)]),c=e[o(463)](a),u=c[o(491)];if(o(414)!=c[o(436)]||!u||o(429)!=u[o(412)])return;const l=s[o(465)][o(483)](r[o(445)]);if(l)for(const t of l)s[o(409)][o(442)](o(443)+i,t),s[o(409)][o(442)](o(462),t),s[o(409)][o(444)](o(425),t),s[o(465)][o(427)](t,r[o(445)])}),{priority:t(464)}),this[t(471)]()}[ga(471)](){const t=ga,e=this[t(432)],n=e[t(481)];function r(e){const r=t;return{type:r(452),content:Hr(n,r(489),e)}}e[t(479)][t(488)](t(433))[t(458)][t(417)]((e=>{const s=t;if(s(414)!=e[s(436)])return;const{data:o}=e;if(o){if(s(439)==o[s(412)]){const t=o[s(454)][0][s(473)];return r(Hr(n,s(t?468:492)))}if(s(429)==o[s(412)]){const t=o[s(454)][0][s(473)];return r(Hr(n,s(t?422:434)))}}}))}}function ma(){const t=["markerRange","330SBqoAs","nodeAfter","afterInit","item","format","has","commandParams","requires","getCellLocation","consumable","_descriptionFactory","addClass","stop","nodeBefore","ck-suggestion-marker--active","getSuggestion","highest","mapper","1319510sxapxz","2156772rVMgYc","FORMAT_HEADER_ROW","33606qWKIWG","_handleLegacySuggestions","_registerLegacyDescription","TableEditing","forceValue","_splitMarkerName","registerCustomCallback","editing","downcastDispatcher","createTableWalker","plugins","options","locale","cell","markerNameToElements","1208fyMnqh","723STbNAV","consume","_acceptFormatSuggestionCallbackFactory","get","*Format:* %0","_enableDefaultAttributesIntegration","data","FORMAT_REGULAR_ROW","writer","end","164427htUuBi","commandName","headingRows","formatBlock","includes","_suggestionFactory","registerDescriptionCallback","headingColumns","bindElementToMarker","registerAttributeLabel","setAttribute","FORMAT_HEADER_COLUMN","toViewElement","showSuggestionHighlights","data-suggestion","name","unbindElementFromMarkerName","420992BfMamM","setTableColumnHeader","addMarker:suggestion","parent","editor","TrackChangesEditing","FORMAT_REGULAR_COLUMN","activeMarkers","type","start","TableUtils","setTableRowHeader","2409120NQYXEi","removeMarker:suggestion","removeClass","ck-suggestion-marker-","removeAttribute","markerName","accept"];return(ma=function(){return t})()}const Ia=_a;function Ea(){const t=["getTableIfOnlyTableInContent","accept","afterInit","nodeAfter","end","stop","value","forceDefaultExecution","rootName","suggestionLoaded","5795665XBkzfE","getSuggestion","getRowIndexes","getRanges","name","root","getSuggestionCallback","options","tableCellVerticalAlignment","registerPostFixer","suggestion:formatBlock:tablePasteCell","paragraph","column","markMultiRangeInsertion","_getCoordsForCells","*Replace table cells*","tablePasteCell","hasSuggestion","author","wrap","tablePaste","ck-suggestion-marker-insertion","deletion","nextSibling","isInContent","plugins","removeRows","ck-suggestion-marker","insert","selection","commands","documentSelection","TrackChangesEditing","type","previous","insertRows","for","ck-suggestion-marker--active","30843504hsiLWb","setAttribute","entries","Users","$graveyard","model","getItems","markMultiRangeBlockFormat","cell","markerName","conversion","removeMarkers","tableCellBackgroundColor","reduce","markMultiRangeDeletion","unwrap","some","480sCnrZA","dataDowncast","markerAttributes","setAttributes","has","editing","next","start","activeMarkers","clipboardOutput","createPositionBefore","high","11128lyYlZr","elementToElement","includes","updateMarker","detach","columnInsertionRanges","TableClipboard","762928rELHwu","tablePasteColumn","createRangeOn","isEqual","tableCellBorderColor","findAncestor","add","1307201hjGvwA","_tablePostFixingSubtypes","tableCellBorderStyle","previousSibling","schema","getAttributes","find","markers","editor","element","rows","getContainedElement","getColumnIndexes","suggestionUnloaded","move","markerToHighlight","oldRange","tablePasteRow","map","getShiftedBy","tableCellBorderWidth","rowInsertionRanges","insertColumns","insertContent","endRow","first","_suggestionFactory","insertionRanges","return","isEmpty","deletionRanges","fill","rowInsertionIndexes","1218DzWoZJ","fromRange","tablePasteChainId","trackChanges","keys","fromEntries","table","requires","register","tableCellPadding","removeColumns","remove","from","newRange","tableCellHorizontalAlignment","cells","view","join","registerCustomCallback","filter","startsWith","getColumns","endColumn","getChildren","call","getMarkers","getAllAdjacentSuggestions","differ","columns","_replaceTableSlotCell","_descriptionFactory","change","getRows","createRangeIn","getChangedMarkers","getSuggestions","insertion","createRange","get","set","tableCellSuggestion","attributes","forEach","getSelectionAffectedTableCells","getChild","TableUtils","document","formatBlock","suggestion","last","suggestion-td","columnInsertionIndexes","containsRange","subType","_splitMarkerName","length","getChanges","editingDowncast","removeMarker","discard","showSuggestionHighlights","registerDescriptionCallback","_createdBatches","createTableWalker","redo","every","position","row","tableCell","getRange","content","listenTo","createElement","91112PNjFle","push","9667260LqEgqr","batch","low","_isForcedDefaultExecutionBlock","locale"];return(Ea=function(){return t})()}!function(t,e){const n=_a,r=t();for(;;)try{if(878500===-parseInt(n(400))/1+-parseInt(n(393))/2+-parseInt(n(229))/3*(-parseInt(n(386))/4)+-parseInt(n(319))/5+-parseInt(n(304))/6+parseInt(n(302))/7*(parseInt(n(374))/8)+parseInt(n(357))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const ba=[Ia(216),Ia(397),Ia(402),Ia(243),Ia(327),Ia(369),Ia(238)],Ta=Object[Ia(234)](ba[Ia(214)]((t=>[t,null])));function _a(t,e){const n=Ea();return(_a=function(t,e){return n[t-=206]})(t,e)}class ya extends t.Plugin{static get[Ia(236)](){return[aa]}[Ia(311)](){const t=Ia,n=this[t(408)];if(!n[t(344)][t(378)](t(392)))return;const r=n[t(344)][t(267)](t(351)),s=n[t(344)][t(267)](t(274)),o=n[t(344)][t(267)](aa),a=n[t(344)][t(267)](t(392));o[t(401)][t(303)](t(213),t(394)),n[t(362)][t(404)][t(237)](t(269),{allowIn:t(297),allowContentOf:t(297),isLimit:!0}),n[t(367)][t(387)]({model:t(269),view:t(279)});let c=null;n[t(362)].on(t(219),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(284)]-1];h&&h[u(316)]||r[u(307)]||this[u(408)][u(349)][u(267)](u(232))[u(315)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(350)))return!1;const i=s[o(309)](t,n);if(!i||!Ca(i,void 0,r))return!1;const a=r[o(272)](n[o(275)][o(348)]);if(!a[o(284)])return!1;const c=a[0][o(398)](o(235)),l=r[o(321)](a),f=r[o(208)](a),h={startRow:l[o(221)],endRow:l[o(278)],startColumn:f[o(221)],endColumn:f[o(278)]};return 1==a[o(284)]&&(h[o(220)]+=r[o(261)](i)-1,h[o(251)]+=r[o(250)](i)-1),Ca(c,h,r)}(l,f,n[u(362)],s,a)&&(o[u(314)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(362)][u(260)]((()=>{const t=u;n[t(362)][t(219)](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(284)]&&r[t(332)](o,t(213),{tablePasteChainId:s}),a[t(284)]&&r[t(332)](a,t(394),{tablePasteChainId:s}),l[t(284)]&&(r[t(332)](l,t(339),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(271)]((e=>{const n=t;var r;return null===(r=e[n(390)])||void 0===r?void 0:r[n(253)](e)}))),f[t(284)]&&(r[t(371)](f,t(339),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(271)]((e=>{const n=t;var r;return null===(r=e[n(390)])||void 0===r?void 0:r[n(253)](e)})));const g=r[t(364)](h[t(214)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(335),{tablePasteChainId:s});if(g){const e=g[t(254)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(362)][t(395)](s),a=e[t(406)]((e=>e[t(298)]()[t(396)](i)));a&&r[t(303)]([a[t(323)],o])}r[t(284)]&&g[t(358)](t(376),Object[t(234)](r))}c=null})))}),{priority:e.priorities[t(385)]+10}),n[t(344)][t(267)](t(392)).on(t(258),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(314)]();const u=s[r(365)],l=o,f=Aa(u),h=Aa(l);e[r(224)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(240)](u[r(273)](0));for(const t of Array[r(241)](l[r(252)]()))a[r(347)](t,u,r(313));const t=c[r(228)][r(388)](s[r(296)]),e=c[r(280)][r(388)](s[r(331)]);t||e||(g=i.LiveRange[r(230)](a[r(262)](u)))}else h&&!f&&(d=a[r(262)](u));else{const t=a[r(301)](r(269)),e=a[r(301)](r(269));a[r(338)](a[r(262)](u),e),a[r(347)](t,u,0);for(const e of Array[r(241)](l[r(252)]()))a[r(347)](e,t,r(313));g=i.LiveRange[r(230)](a[r(395)](t)),d=i.LiveRange[r(230)](a[r(395)](e))}const p=Array[r(241)](l[r(405)]())[r(248)]((([t])=>ba[r(388)](t)));c[r(244)][r(303)]({element:u,attributes:p[r(284)]?Object[r(234)](p):null}),g&&c[r(223)][r(303)](g),d&&c[r(226)][r(303)](d)}),{priority:t(385)}),s.on(t(218),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(257)]||1;c[o(280)]=new Array(l)[o(227)](u)[o(214)](((t,e)=>t+e));for(const{cell:t}of s[o(292)](i,{startColumn:u,endColumn:u+l-1}))c[o(391)][o(303)](n[o(362)][o(395)](t))}),{priority:t(306)}),s.on(t(354),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(206)]||1;c[o(228)]=new Array(l)[o(227)](u)[o(214)](((t,e)=>t+e));for(const{cell:t}of s[o(292)](i,{startRow:u,endRow:u+l-1}))c[o(217)][o(303)](n[o(362)][o(395)](t))}),{priority:t(306)}),r[t(259)][t(290)]((e=>{const r=t;if(e[r(282)]&&e[r(282)][r(249)](r(339)))return e[r(353)]?{}:{type:r(265),content:Hr(n[r(308)],r(334))}}));const u=()=>!1;for(const e of[t(339),t(394),t(213),t(335)])r[t(222)][t(247)](t(265),e,t(246),u),r[t(222)][t(247)](t(341),e,t(246),u),r[t(222)][t(247)](t(276),e,t(246),u);r[t(222)][t(247)](t(276),t(335),t(288),u),r[t(222)][t(247)](t(276),t(335),t(310),((e,r,s)=>{const o=t,i=e[o(214)]((t=>t[o(207)]()))[o(248)]((t=>t)),a=new Map(i[o(214)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(244)])e&&a[o(268)](t,e);else if(s&&s[o(376)])for(const[t,e]of Object[o(359)](s[o(376)])){const r=n[o(362)][o(407)][o(267)](t),s=r?r[o(298)]()[o(207)]():null;s&&a[o(268)](s,e)}n[o(362)][o(260)]((t=>{const e=o;for(const[n,r]of a)t[e(377)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(222)][o(247)](e,o(339),s,((t,i,a)=>{const c=o;n[c(362)][c(260)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(381)][o(312)];t.is(o(409),o(269))&&u[o(303)](t)}r[o(222)][o(325)](e,null,s)(t,i,a);for(const t of u)o(361)!=t[o(324)][o(317)]&&n[o(372)](t)}))}))};l(t(265),t(310)),l(t(265),t(288)),l(t(341),t(310)),l(t(341),t(288)),r[t(222)][t(247)](t(265),t(213),t(288),(e=>{const n=t,r=e[n(214)]((t=>t[n(207)]())),i=r[0][n(398)](n(235)),{minRow:a,maxRow:c}=o[n(333)](r);s[n(345)](i,{at:a,rows:c-a+1})})),r[t(222)][t(247)](t(265),t(394),t(288),(e=>{const n=t,r=e[n(214)]((t=>t[n(207)]())),i=r[0][n(398)](n(235)),{minColumn:a,maxColumn:c}=o[n(333)](r);s[n(239)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(282)]||!n[s(282)][s(249)](s(339)))return;const o=n[s(270)][s(231)],i=r[s(264)]()[s(248)]((t=>t[s(343)]&&t[s(270)]&&t[s(270)][s(231)]==o));i[s(284)]&&n[s(255)]()[s(284)]!=i[s(284)]&&i[s(370)](((t,e)=>(t[s(380)]=e,e[s(353)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(283)](e[s(366)]),i=[s(346),s(340)],a=r[s(382)][s(388)](e[s(366)]);return a&&i[s(303)](s(356)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(318),f,{priority:t(385)}),r.on(t(209),f,{priority:t(385)}),n[t(362)][t(275)][t(328)]((()=>{const e=t;let s=!1;const o=Array[e(241)](n[e(362)][e(275)][e(256)][e(263)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(283)](t);if(e(277)!=o||e(341)!=a||i[e(212)])continue;if(!r[e(336)](c))continue;const u=r[e(320)](c)[e(322)](),l=n[e(344)][e(267)](e(360)).me;for(const t of r[e(264)]())if(t[e(343)]&&t[e(337)]==l&&e(276)==t[e(352)]&&e(335)==t[e(282)]&&t[e(322)]()[e(294)]((t=>u[e(373)]((n=>n[e(281)](t,!0))))))for(const n of t[e(255)]())n[e(343)]&&(n[e(288)](),s=!0)}return s})),n[t(362)][t(275)][t(328)]((e=>{const s=t,o=n[s(349)][s(267)](s(293));if(!o||!o[s(291)][s(378)](e[s(305)]))return!1;let i=!1;const a=n[s(344)][s(267)](s(360)).me,c=n[s(362)][s(275)][s(256)][s(285)](),u=Array[s(241)](n[s(362)][s(275)][s(256)][s(263)]())[s(248)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(283)](t);return n(277)==o&&n(339)==i&&c==a.id&&!e[n(212)]}));for(const t of c){if(s(347)!=t[s(352)]||s(269)!=t[s(323)]||1!=t[s(284)])continue;const n=e[s(266)](t[s(295)],t[s(295)][s(215)](1));if(!u[s(406)]((({data:t})=>t[s(242)][s(396)](n))))for(const{name:t,data:r}of u)if(n[s(281)](r[s(242)])){e[s(389)](t,{range:n}),i=!0;break}}return i})),n[t(362)][t(275)][t(328)]((e=>{const s=t;let o=!1;const i=n[s(344)][s(267)](s(360)).me,a=r[s(264)]()[s(248)]((t=>t[s(343)]&&t[s(337)]==i)),c=new Set,u=new Set;for(const t of a)if(s(339)==t[s(282)])for(const e of t[s(254)]()){const n=e[s(298)]()[s(207)]();if(n)if(n.is(s(409),s(269))&&Aa(n)){t[s(287)](e[s(323)]),c[s(399)](n),o=!0;const r=n[s(342)],i=n[s(403)],a=r&&r.is(s(409),s(269)),l=i&&i.is(s(409),s(269));a&&!c[s(378)](r)&&u[s(399)](r),l&&!c[s(378)](i)&&u[s(399)](i)}else n.is(s(409),s(330))&&n[s(225)]&&(t[s(287)](e[s(323)]),o=!0)}else if(s(335)==t[s(282)]){if(!t[s(270)]||!t[s(270)][s(231)])continue;const e=t[s(270)][s(376)];if(e&&Object[s(233)](e)[s(284)])continue;const n=t[s(270)][s(231)];let r=!0,i=!0;for(const e of a)if(e[s(282)]&&e[s(282)][s(249)](s(339))){if(!e[s(270)][s(231)]){i=!1;break}if(e.id!=t.id&&e[s(270)][s(231)]==n){r=!1;break}}i&&r&&(t[s(368)](),o=!0)}for(const t of c)e[s(240)](t);for(const t of u)e[s(372)](t);return o})),n[t(367)][t(355)](t(286))[t(211)]({model:t(329),view:(t,e)=>h(t),converterPriority:t(385)}),n[t(367)][t(355)](t(375))[t(211)]({model:t(329),view:(e,n)=>n[t(326)][t(289)]?h(e,!1):null,converterPriority:t(385)});const g=n[t(379)][t(245)];this[t(300)](g[t(275)],t(383),((e,n)=>{const r=t,s=[];for(const t of g[r(262)](n[r(299)])[r(363)]())t.is(r(409),r(279))&&s[r(303)](t);g[r(260)]((t=>{const e=r;for(const n of s)t[e(210)](t[e(262)](n),t[e(384)](n)),t[e(240)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(225)])return!0;const n=t[e(273)](0);return n.is(e(409),e(330))&&n[e(225)]}function Ca(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(292)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const ka=Ra;function Na(){const t=["_descriptionFactory","getContainedElement","registerCustomCallback","format","getSuggestionCallback","has","getTableColumnsWidths","4097376gPalBb","formatInline","2241inFTNj","subType","_suggestionFactory","get","resizeTableWidth","registerDescriptionCallback","accept","77990tTmISA","Users","document","formatGroupId","formatBlock","getSelectedElement","resizeTable","columnWidths","author","editor","table","*Format:* resize table","enableCommand","discard","plugins","tableWidth","commandParams","getAttribute","data","TrackChangesEditing","975573BSIUMS","markBlockFormat","afterInit","bind","getSuggestions","4159288gFAHTr","2383490VAtDZO","2481750Huzxag","type","3146CHsXKl","TableColumnResizeEditing","handleSuggestionDescription","getColumnGroupElement","4Finijr","handleResizeTableWidthCommand","85NlSZny","change","locale","selection","model"];return(Na=function(){return t})()}function Ra(t,e){const n=Na();return(Ra=function(t,e){return n[t-=481]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(313626===parseInt(n(525))/1*(-parseInt(n(519))/2)+-parseInt(n(510))/3+-parseInt(n(523))/4*(parseInt(n(516))/5)+parseInt(n(517))/6+-parseInt(n(515))/7+-parseInt(n(481))/8+parseInt(n(483))/9*(parseInt(n(490))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class La extends t.Plugin{[ka(512)](){const t=ka;if(!this[t(499)][t(504)][t(535)](t(520)))return;const e=this[t(499)][t(504)][t(486)](t(509));e[t(502)](t(487),this[t(524)][t(513)](this)),e[t(485)][t(532)](t(494),t(496),t(489),e[t(485)][t(534)](t(494),null,t(503))),e[t(485)][t(532)](t(494),t(496),t(503),e[t(485)][t(534)](t(494),null,t(489))),e[t(530)][t(488)](this[t(521)][t(513)](this))}[ka(524)](t,e){const n=ka,r=this[n(499)][n(504)][n(486)](n(509)),s=this[n(499)][n(504)][n(486)](n(520)),o=e[n(500)]||this[n(499)][n(529)][n(492)][n(528)][n(495)]();this[n(499)][n(529)][n(526)]((()=>{const i=n,a=s[i(522)](o);let c=a?s[i(536)](a):null,u=o[i(507)](i(505))||null;const l=e[i(505)]||u,f=e[i(497)]||c,h=this[i(499)][i(504)][i(486)](i(491)).me;for(const t of r[i(514)]()){const e=t[i(531)]();if(i(496)===t[i(484)]&&e===o){t[i(498)]!==h&&t[i(503)]();const e=t[i(508)][i(506)];u=e[0][i(505)],c=e[0][i(497)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(511)](o,{commandName:i(487),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(496)},[],i(496))}))}[ka(521)](t){const e=ka;if(e(494)!=t[e(518)]&&e(482)!=t[e(518)])return;const{data:n}=t;if(n&&e(496)===n[e(493)]){const t=e(501);return{type:e(533),content:Hr(this[e(499)][e(527)],t)}}}}const Sa=Ma;function Ma(t,e){const n=wa();return(Ma=function(t,e){return n[t-=499]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(169841===parseInt(n(510))/1*(parseInt(n(517))/2)+parseInt(n(519))/3+-parseInt(n(502))/4+-parseInt(n(507))/5*(parseInt(n(515))/6)+parseInt(n(503))/7*(parseInt(n(512))/8)+-parseInt(n(500))/9*(-parseInt(n(511))/10)+parseInt(n(514))/11*(-parseInt(n(499))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class va extends t.Plugin{[Sa(508)](){const t=Sa,e=this[t(516)];e[t(506)][t(504)](t(501))&&e[t(506)][t(513)](t(505))[t(518)](t(509))}}function wa(){const t=["1DEQyra","10KfcqGF","152TeTobI","get","473xVjtyi","1152gCNCgA","editor","560894wbReKN","enableCommand","94299GABJsJ","22212jztkMN","1818603azAbkU","Template","586824EiiRfy","30093FKfguN","has","TrackChangesEditing","plugins","5195QkPxsc","afterInit","insertTemplate"];return(wa=function(){return t})()}const Oa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=328]})(t,e)}function Da(){const t=["TrackChangesEditing","6959745FOsvFV","tableOfContents","8bLRXKc","insertTableOfContents","841476aNgsqN","18wjKYsV","3971205nHdxBa","13213613NQcVSl","ELEMENT_TABLE_OF_CONTENTS","get","enableCommand","registerElementLabel","locale","plugins","45421370dMfiVV","commands","3708024jlJCPG","11XnEaCx","1BlrsDW","423314RqZPJt","afterInit","_descriptionFactory","editor"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(964981===parseInt(n(340))/1*(parseInt(n(341))/2)+-parseInt(n(351))/3*(parseInt(n(350))/4)+-parseInt(n(328))/5+-parseInt(n(338))/6+-parseInt(n(329))/7+-parseInt(n(348))/8*(-parseInt(n(346))/9)+-parseInt(n(336))/10*(-parseInt(n(339))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class xa extends t.Plugin{[Oa(342)](){const t=Oa,e=this[t(344)];if(!e[t(337)][t(331)](t(349)))return;e[t(335)][t(331)](t(345))[t(332)](t(349));const n=e[t(335)][t(331)](t(345)),r=e[t(334)];n[t(343)][t(333)](t(347),(e=>Hr(r,t(330),e)))}}function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=130]})(t,e)}const Pa=Ba;function Ua(){const t=["document","1670jVRCYN","locale","get","5837778mwPxuQ","1407900EwIjXN","isTouching","removeMarker","_descriptionFactory","model","has","148491RiQQPJ","differ","schema","end","updateMarker","element","getChangedMarkers","5164705zmjJkY","Title","isEqual","start","editor","isCollapsed","76HafHEa","TrackChangesEditing","5210472DORDwe","plugins","4405riaIEe","getNearestSelectionRange","from","nodeBefore","10931MnutOb","4908UMFKgn","suggestion","forward","afterInit","createRange","title-content","ELEMENT_TITLE","newRange","_splitMarkerName","registerElementLabel","registerPostFixer"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(633819===-parseInt(n(164))/1*(-parseInt(n(156))/2)+-parseInt(n(137))/3+parseInt(n(165))/4*(parseInt(n(160))/5)+parseInt(n(136))/6+parseInt(n(150))/7+parseInt(n(158))/8+-parseInt(n(143))/9*(parseInt(n(133))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(168)](){const t=Pa,e=this[t(154)];if(!e[t(159)][t(142)](t(151)))return;const n=e[t(159)][t(135)](t(157));n[t(140)][t(130)](t(170),(()=>Hr(e[t(134)],t(171)))),e[t(141)][t(132)][t(131)]((r=>{const s=t;let o=!1;const i=Array[s(162)](e[s(141)][s(132)][s(144)][s(149)]());for(const{name:t,data:a}of i){const{group:i}=n[s(173)](t);if(s(166)!==i||!a[s(172)])continue;const c=a[s(172)],u=c[s(146)][s(163)];if(!u||!u.is(s(148),s(170)))continue;if(!c[s(153)][s(138)](c[s(146)]))continue;const l=e[s(141)][s(145)][s(161)](c[s(146)],s(167));if(l&&l[s(155)]){const e=r[s(169)](c[s(153)],l[s(153)]);e[s(152)](c)||(r[s(147)](t,{range:e}),o=!0)}o||(r[s(139)](t),o=!0)}return o}))}}const Ga=Va;function Va(t,e){const n=za();return(Va=function(t,e){return n[t-=484]})(t,e)}function za(){const t=["235UoSSJH","3gVPAgE","36430510eJsgzA","get","3680396dqjKwx","afterInit","368QemlqD","undo","156628eCXJFv","UndoEditing","706569dNBWOl","8641283XoPWsB","9696246AxJGUh","enableCommand","redo","TrackChangesEditing","editor","plugins","has","223974jbjWJo"];return(za=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(961659===-parseInt(n(490))/1+parseInt(n(484))/2*(-parseInt(n(501))/3)+parseInt(n(488))/4*(-parseInt(n(500))/5)+parseInt(n(492))/6+parseInt(n(491))/7+-parseInt(n(486))/8*(parseInt(n(499))/9)+parseInt(n(502))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class Ha extends t.Plugin{[Ga(485)](){const t=Ga,e=this[t(496)],n=e[t(497)][t(503)](t(495));e[t(497)][t(498)](t(489))&&(n[t(493)](t(487)),n[t(493)](t(494)))}}const Wa=qa;!function(t,e){const n=qa,r=t();for(;;)try{if(524857===-parseInt(n(318))/1*(parseInt(n(320))/2)+-parseInt(n(322))/3*(-parseInt(n(336))/4)+parseInt(n(321))/5+parseInt(n(317))/6+-parseInt(n(323))/7*(parseInt(n(331))/8)+-parseInt(n(326))/9*(parseInt(n(327))/10)+parseInt(n(319))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class Ka extends t.Plugin{static get[Wa(334)](){return[aa]}[Wa(324)](){const t=Wa,e=this[t(330)];e[t(329)][t(335)](t(325))&&e[t(329)][t(333)](t(328))[t(316)](t(332))}}function qa(t,e){const n=Xa();return(qa=function(t,e){return n[t-=316]})(t,e)}function Xa(){const t=["plugins","editor","1424OSOaOP","toggleTableCaption","get","requires","has","1080PQHsvg","enableCommand","1786392scRaKx","35exCGgR","9561948vFThRf","42674yNxzsl","4779845DKeASB","1014TunERm","5999fJJlhO","afterInit","TableCaptionEditing","7110279fVOQeh","10yYaXuV","TrackChangesEditing"];return(Xa=function(){return t})()}const Ja=Za;function Za(t,e){const n=Ya();return(Za=function(t,e){return n[t-=396]})(t,e)}function Ya(){const t=["tableCellBorderColor","locale","enqueueChange","6799905zsUyfX","tableBorderColor","handleDiscardAction","nodeAfter","getFirstPosition","afterInit","table","*Format:* change table properties","tableCellHeight","data","tableHeight","getSuggestions","TrackChangesEditing","registerCustomCallback","markBlockFormat","TrackChangesTableProperties","1022979QBhAXo","enableCommand","184edOBir","*Format:* change table cell properties","getAttribute","tableCellBackgroundColor","tableCellProperties","document","2268DIkEJU","tableCellBorderWidth","tableBorderStyle","handleSuggestionDescription","tableWidth","findAncestor","tableAlignment","1043718AuNTVk","format","601088lZJtQc","subType","_descriptionFactory","accept","_getSuggestion","discard","has","TableCellPropertiesEditing","batch","setAttribute","TablePropertiesEditing","2359KTeQwf","get","7145MWFBuv","tableBackgroundColor","commandParams","getSelectionAffectedTableCells","join","model","getContainedElement","start","change","tableCellVerticalAlignment","formatBlock","tableCellBorderStyle","tableCellPadding","pluginName","TableUtils","tableBorderWidth","registerDescriptionCallback","getSuggestionCallback","_suggestionFactory","403215LAFCGY","tableCellWidth","plugins","tableCellHorizontalAlignment","selection","tableProperties","editor","_handlePropertyChange","removeAttribute"];return(Ya=function(){return t})()}!function(t,e){const n=Za,r=t();for(;;)try{if(264940===-parseInt(n(446))/1+parseInt(n(412))/2+-parseInt(n(397))/3+-parseInt(n(399))/4*(parseInt(n(427))/5)+parseInt(n(405))/6*(-parseInt(n(425))/7)+-parseInt(n(414))/8+parseInt(n(458))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Qa extends t.Plugin{constructor(t){const e=Za;super(t),this[e(451)]=[e(459),e(407),e(442),e(411),e(409),e(468),e(428)],this[e(403)]=[e(455),e(438),e(406),e(439),e(447),e(466),e(402),e(449),e(436)]}static get[Ja(440)](){return Ja(396)}[Ja(463)](){const t=Ja,e=this[t(452)][t(448)][t(426)](t(470));if(this[t(452)][t(448)][t(420)](t(424))){for(const n of this[t(451)])e[t(398)](n,((e,r)=>{const s=t,o=this[s(452)][s(432)][s(404)][s(450)][s(462)]()[s(410)](s(464));this[s(453)](n,[o],this[s(451)],s(451),e,r)}));e[t(445)][t(471)](t(437),t(451),t(417),e[t(445)][t(444)](t(437),null,t(419))),e[t(445)][t(471)](t(437),t(451),t(419),((e,n)=>this[t(460)](this[t(451)],e,n))),e[t(445)][t(471)](t(437),t(451),t(431),(()=>!1))}if(this[t(452)][t(448)][t(420)](t(421))){for(const n of this[t(403)])e[t(398)](n,((e,r)=>{const s=t,o=this[s(452)][s(448)][s(426)](s(441))[s(430)](this[s(452)][s(432)][s(404)][s(450)]);this[s(453)](n,o,this[s(403)],s(403),e,r)}));e[t(445)][t(471)](t(437),t(403),t(417),e[t(445)][t(444)](t(437),null,t(419))),e[t(445)][t(471)](t(437),t(403),t(419),((e,n)=>this[t(460)](this[t(403)],e,n))),e[t(445)][t(471)](t(437),t(403),t(431),(()=>!1))}e[t(416)][t(443)]((e=>this[t(408)](e)))}[Ja(453)](t,e,n,r,s,o){const i=Ja,a=this[i(452)][i(448)][i(426)](i(470));this[i(452)][i(432)][i(457)](o[i(422)],(()=>{const t=i;for(const i of e)if(this[t(418)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(401)](r);void 0!==n&&(e[r]=n)}s(o),a[t(472)](i,{commandParams:[e]},[],r)}}))}[Ja(460)](t,e,n){const r=Ja,s=e[0][r(434)][r(461)],o=n[r(429)][0];this[r(452)][r(432)][r(435)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(423)](r,o[r],s):e[n(454)](r,s)}))}[Ja(408)](t){const e=Ja;if(t[e(467)])switch(t[e(415)]){case e(451):return{type:e(413),content:Hr(this[e(452)][e(456)],e(465))};case e(403):return{type:e(413),content:Hr(this[e(452)][e(456)],e(400))}}}[Ja(418)](t,e){const n=Ja,r=this[n(452)][n(448)][n(426)](n(470));for(const s of r[n(469)]({skipNotAttached:!0})){const r=s[n(433)]();if(s[n(415)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)Pr(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Tc();return(bc=function(t,e){return n[t-=416]})(t,e)}function Tc(){const t=["adapter","schema","getSuggestion","acceptSuggestion","containsItem","comments","_getSuggestionData","value","elementToElement","requires","multi","_inlineAttributeKeys","suggestion-type","attribute","getAncestors","authoredAt","createElement","markInsertion","previous","subType","parent","root","_onDiscard","startsWith","_setSuggestionData","_cutOutSuggestionMarker","clone","upcast","isAtEnd","differ","sort","_adapter","elementStart","markBlockFormat","oldValue","insertion:accept","addRange","getRanges","createRangeOn","stopListening","formatBlock:accept","setSelection","removed","showSuggestionHighlights","execute","discardSelectedSuggestions","position","1458126iHsPYz","start","init","getWalker","getSuggestionCallback","unbind","end","isInContent","update:suggestion","_createSuggestion","data","rename","detach","model","define","insertion:","isIntersectingWithRange","editor","nodeBefore","_reduceExistingSuggestions","deletion:join","_removeSuggestion","change:activeMarkers","length","removeAttribute","updateSuggestion","discardSuggestion","track-changes-enable-command-twice","commands","trackChanges","item","markInlineFormat","1474144zhaMLR","getRange","open","next","isBlock","removeMarker:suggestion:formatBlock","conversion","isTouching","for","getSuggestions","_getAuthorFromId","ck-suggestion-marker-formatInline","change:data","_initAriaMarkerChangeAnnouncements","_isForcedDefaultExecutionBlock","enableReadOnlyMode","isMultiRange","getLastMatchingPosition","registerCustomCallback","_addThreadToSuggestion","isEqual","PendingActions","addSuggestionData","addUser","backward","accepted","3QzoqHq","formatBlock:discard","1787394JEvrmT","addMarkerName","_splitMarkerName","attribute:","_customCallbacks","containsRange","$marker","attribute:join","getCommentThread","isIntersecting","suggestion:","markerReady","attribute:discard","fire","move","insertion:chain","hasCommentThread","collaboration.channelId","formatGroupId","default","ck-suggestion-marker-formatBlock","updateMarker","getContainedElement","rejected","_trackFormatChanges","_suggestionFactory","_commentsRepository","addCommentThread","875988dNHBwm","_defaultCallbacks","isLocal","enableCommand","formatInline:discard","formatBlock:","hasComments","_updateSuggestionData","ck-suggestion-marker--active","_recordAttributeChanges","_isBlockAttribute","group","size","ck-suggestion-marker","markMultiRangeBlockFormat","mapper","createdAt","_blockAttributeKeys","_element","setAttribute","attributeKey","creator","fromCharCode","_registerBlockAttribute","normal","clear","suggestion","every","_suggestionState","dataDowncast","newValue","addMarker:suggestion:attribute","formatBlock","applyOperation","setTo","suggestionChanged","toViewElement","add","getFirstMarker","_model","containsPosition","chain","fetchCommentThread","isSelectable","_findSuggestions","markMultiRangeDeletion","assign","resolve","notReady","_SUGGESTION_ANNOUNCEMENT","insert","format","splitPosition","$textProxy","formatInline","refresh","$graveyard","PENDING_ACTION_SUGGESTION","never","insertion:discard","pluginName","howMany","getShiftedBy","_breakSuggestionMarker","getCustomProperty","_reduceSuggestionAttributeRange","insertContent","@external","suggestionUnloaded","formatInline:","FORMATTING","range","split","meta","then","delete","markerToData","listenTo","data-suggestion","announce","rethrowUnexpectedError","_editor","discard","_rangeIsInLocalUserInsertion","options","writer","batch","activeMarkers","key","push","_joinWithAdjacentSuggestions","highest","enqueueChange","isArray","removeComment","_addSuggestionMarker","isBefore","join","concat","_getExternalAuthor","type","set","removeMarker","addSuggestion","fromRange","dataToMarker","attributeOldValue","error-saving-suggestion-data-suggestion-discarded","isInsideObject","isUndo","has","markerToHighlight","isExternal","filter","formatInline:accept","track-changes-command-not-found","forward","registerPostFixer","createPositionAfter","consume","markers","addMarker:suggestion","containerElement","getMarkers","ready","addMarker:suggestion:formatBlock","suggestionLoaded","locale","removeMarker:suggestion:attribute","_afterChanges","deleteContent","_suggestions","skipNestingCheck","getChangedMarkers","after","addMarker","_processAttributeSuggestions","editingDowncast","dataReady","_getMarkerAnnouncementText","formatInline:chain","Users","getItems","getAttribute","getChanges","$text","_setSuggestionRange","getUser","toUpperCase","widget","removeMarkers","_registerInlineAttribute","createPositionAt","external:","getFirstRange","stop","getNearestSelectionRange","change:_saved","6364GqLpmm","catch","map","_checkSuggestionCorrectness","_refreshAttributeSuggestionsChain","_saved","authorName","find","unbindElementFromMarkerName","markMultiRangeInsertion","author","moveTargetPosition","_isRegisteredAttribute","splice","attributes","78610bUcEmI","commandName","TrackChangesEditing","forEach","head","_enableDefaultAttributesIntegration","high","document","suggestion:attribute:","trackChanges.mergeNestedSuggestions","_isDataLoaded","keys","discardAllSuggestions","markAttributeChange","attributeNewValue","removeClass","oldRange","_refreshSuggestionsChain","track-changes-suggestion-data-mismatch","formatInline:join","some","remove","850iceGuE","consumable","includes","elementEnd","lowest","isNextTo","containsRangeInObject","targetPosition","isAtStart","_recordAttributeSuggestions","before","isCollapsed","track-changes-adapter-already-set","LEAVE","_descriptionFactory","pop","createSelection","low","deletion","get","acceptSelectedSuggestions","_joinSuggestions","rootName","values","ENTER","unshift","substring","marker-count","plugins","isDocumentOperation","groupId","commentThread","attribute:accept","_handleNewSuggestionMarker","return","hasSuggestion","CommentsRepository","isOwn","insertion:join","insertion","getMultiRangeId","accept","trackChangesCommand","bindElementToMarker","addClass","toJSON","_enabledCommands","multipleBlocks","track-changes-suggestion-not-found","acceptAllSuggestions","selection","formatBlock:chain","name","getIntersection","deletion:discard","isRemovable","tablePasteChainId","markDeletion","element","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.","$elementName","369662oDiIdZ","track-changes-user-not-found","documentSelection","forceDefaultExecution","_getAttributeKey","formatBlock:join","deletion:accept","substr","nodeAfter","isObject","createRangeIn","change","_mergeNestedSuggestions","trackChanges.trackFormatChanges","markerNameToElements","editing","markerName","from","addHighlight","deletion:","track-changes-adapter-missing-getsuggestion","buildSuggestion","getDifference","getAllAdjacentSuggestions","isAfter","_processAttributeChanges","always","originalSuggestionId","newRange","isLimit","config","createPositionBefore","createRange","ck-suggestion-marker-","deletion:chain","_registerDefaultCallbacks","addComment","reconvertMarker","warn"];return(Tc=function(){return t})()}!function(t,e){const n=bc,r=t();for(;;)try{if(139753===-parseInt(n(708))/1+parseInt(n(791))/2*(parseInt(n(505))/3)+-parseInt(n(693))/4*(-parseInt(n(730))/5)+-parseInt(n(535))/6+parseInt(n(507))/7+-parseInt(n(479))/8+-parseInt(n(447))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Tc);const _c=Ec(790);class yc extends t.Plugin{static get[Ec(839)](){return[Ec(766),o.Users,t.PendingActions,Qr,es,as,ls,Ts,ms,As,Ls,Ps,to,ro,uo,ho,bo,yo,Ro,vo,Fo,zo,Uo,qo,Yo,ei,ci,pi,Ri,oi,Vs,Ks,bi,Ai,vi,Fi,ji,Hi,Xi,$i,ra,aa,ha,pa,Ka,ya,La,xa,Qa,va,ja,Ha]}static get[Ec(595)](){return Ec(710)}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(695)]((t=>String[e(557)](t)))[e(632)]("")}super(t),this[e(739)]=!1,this[e(636)](e(622),[]),this.on(e(469),((n,r,s,o)=>{const i=e;this[i(574)][i(802)]((()=>{const e=i;for(const n of[...o,...s])this[e(574)][e(655)][e(645)](n)&&t[e(806)][e(828)](n)}))})),this[e(744)]=new qr(this[e(464)][e(460)][e(831)],this[e(464)][e(662)]),this[e(431)]=null,this[e(532)]=new Ac(this[e(464)]),this[e(666)]=new Map,this[e(533)]=t[e(758)][e(749)](e(766)),this[e(776)]=new Set,this[e(574)]=this[e(464)][e(460)],this[e(563)]=new WeakMap,this[e(493)]=!1,this[e(552)]=new Set([e(790)]),this[e(841)]=new Set,t[e(821)][e(461)](e(804),e(526)),this[e(531)]=t[e(821)][e(749)](e(804)),t[e(821)][e(461)](e(717),!0),this[e(803)]=t[e(821)][e(749)](e(717)),this[e(772)]=new f(t,this[e(776)]),this[e(492)](),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,48,56,51,54])}[Ec(449)](){const t=Ec,n=this[t(464)],r=(e,n)=>{const r=t;if(r(843)!=e)return r(824)+e;const s=n[r(607)]("|")[0];return this[r(545)](s)?r(527):r(490)};n[t(485)][t(487)](t(672))[t(646)]({model:t(561),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(509)](e[n(807)]),a=[n(548),r(o,i)];let c=3e3;return this[n(622)][n(732)](e[n(807)])&&(a[n(624)](n(543)),c=3010),n(748)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(485)][t(487)](t(564))[t(572)]((e=>{const r=t;e.on(r(656),((t,e,s)=>{const o=r;if(!s[o(619)][o(443)])return;const i=e[o(477)];if(!i)return;const c=s[o(550)][o(571)](i);n[o(460)][o(831)][o(800)](i)&&c&&!c[o(599)](o(684))&&c.is(o(657))&&(0,a.toWidget)(c,s[o(620)])}),{priority:r(714)})})),n[t(485)][t(487)](t(564))[t(646)]({model:t(561),view:(e,n)=>{const s=t;if(!n[s(619)][s(443)])return null;const{type:o,subType:i}=this[s(509)](e[s(807)]);return{classes:[s(548),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(477)])return;const{id:c}=this[a(509)](o[a(807)]);if(r){const t=this[a(666)][a(749)](c),e=this[a(795)](t);if(!this[a(545)](e))return}if(o[a(477)].is(a(780)))return void i[a(731)][a(654)](o[a(477)],s[a(782)]);const u=i[a(550)][a(571)](o[a(477)]);if(o[a(477)].is(a(788))&&n[a(460)][a(831)][a(483)](o[a(477)])&&!u[a(599)](a(809))){i[a(620)][a(774)]([a(548),a(527)],u),i[a(620)][a(554)](a(613),c,u),i[a(550)][a(773)](u,o[a(807)]),e&&(this[a(622)][a(732)](o[a(807)])?i[a(620)][a(774)](a(543),u):i[a(620)][a(723)](a(543),u));for(const t of n[a(460)][a(801)](o[a(477)])[a(677)]())i[a(731)][a(654)](t,s[a(782)]);i[a(731)][a(654)](o[a(477)],s[a(782)])}};n[t(485)][t(487)](t(564))[t(572)]((e=>{const n=t;e.on(n(660),((t,e,r)=>{const o=n;r[o(619)][o(443)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(626)})})),n[t(485)][t(487)](t(564))[t(572)]((e=>{const n=t;e.on(n(566),((t,e,r)=>{const o=n;r[o(619)][o(443)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(626)})})),n[t(485)][t(487)](t(564))[t(611)]({model:t(561),view:(e,n)=>n[t(619)][t(443)]?null:{group:t(561),name:e[t(798)](11)}}),n[t(485)][t(487)](t(427))[t(838)]({view:{name:t(561),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(517)+e[r(678)](r(842))+":"+e[r(678)]("id");return e[r(678)](r(757))&&(s+=":"+e[r(678)](r(757))),n[r(416)](r(513),{"data-name":s})}}),n[t(485)][t(487)](t(427))[t(640)]({view:t(561)}),n[t(485)][t(487)](t(672))[t(572)]((e=>{const n=t;e.on(n(660),s(),{priority:n(714)})})),n[t(485)][t(487)](t(672))[t(572)]((e=>{const n=t;e.on(n(566),s({isAttributeSuggestion:!0}),{priority:n(714)})})),n[t(485)][t(487)](t(672))[t(572)]((e=>{const n=t;e.on(n(484),((t,e,r)=>{const s=n,o=r[s(550)][s(805)](e[s(807)]);if(o)for(const t of o)t[s(599)](s(809))||(r[s(620)][s(723)]([s(548),s(527),s(543)],t),r[s(620)][s(471)](s(613),t),r[s(550)][s(701)](t,e[s(807)]))}),{priority:n(714)})})),n[t(485)][t(487)](t(672))[t(572)]((e=>{const n=t;e.on(n(663),((t,e,r)=>{const s=n,o=r[s(550)][s(805)](e[s(807)]);if(!o)return;const{id:i}=this[s(509)](e[s(807)]),a=this[s(666)][s(749)](i),c=this[s(795)](a);if(this[s(545)](c))for(const t of o)t[s(599)](s(809))||(r[s(620)][s(723)]([s(548),s(527),s(543)],t),r[s(620)][s(471)](s(613),t),r[s(550)][s(701)](t,e[s(807)]))}),{priority:n(714)})})),n[t(460)][t(715)][t(652)]((e=>{const r=t;let s=!1;const o=Array[r(808)](n[r(460)][r(715)][r(429)][r(668)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(509)](t);if(r(561)!==o)continue;const h=this[r(666)][r(749)](f);if(null!=c[r(819)]){r(589)==u&&(s=s||Nc(c[r(819)],t,e,n[r(460)][r(831)]));const o=r(843)==u&&this[r(545)](l[r(607)]("|")[0]);if(c[r(819)][r(741)]||r(591)==c[r(819)][r(421)][r(752)]||r(567)==u&&!Lc(c[r(819)])||o&&!Lc(c[r(819)])||r(748)==u&&(kc(a=c[r(819)])||function(t){const e=r;return t[e(448)][e(420)]==t[e(453)][e(465)]&&t[e(448)][e(428)]}(a)))e[r(637)](t),s=!0;else{if(!h||!h[r(454)])continue;i[r(572)](h)}}}var a;return i[r(547)]>0&&(s=!!this[r(625)](i)||s),s})),n[t(460)][t(715)][t(652)]((e=>{const r=t;let s=!1;for(const t of n[r(460)][r(715)][r(429)][r(679)]())if(r(585)==t[r(635)])for(const t of this[r(666)][r(753)]()){if(t[r(495)]||!t[r(454)])continue;const o=r(567)==t[r(635)],i=this[r(795)](t),a=i&&this[r(545)](i);if(!o&&!a)continue;const c=t[r(689)]();if(c[r(448)][r(420)]!=c[r(453)][r(420)]&&!c[r(453)][r(428)]){const o=n[r(460)][r(687)](c[r(448)][r(799)],r(453)),i=n[r(460)][r(823)](c[r(448)],o);e[r(528)](t[r(573)](),{range:i}),s=!0}}return s})),n[t(460)][t(715)][t(652)]((e=>this[t(816)](e))),n[t(460)][t(715)][t(652)]((e=>!e[t(621)][t(537)]&&this[t(671)](e))),n[t(460)].on(t(664),(()=>{this[t(739)]=!1})),n[t(460)][t(715)].on(t(491),((r,s)=>{const o=t;if(!s[o(537)]||s[o(644)])return;if(!this[o(739)])return;const i=n[o(460)][o(715)][o(429)][o(679)]();if(0==i[o(470)])return;const a=[],c=i[o(648)]((t=>o(843)==t[o(635)])),u=i[o(648)]((t=>o(585)==t[o(635)]&&o(680)!=t[o(782)])),l=i[o(648)]((t=>o(729)==t[o(635)]&&o(680)!=t[o(782)]));for(const t of c)this[o(705)](t[o(555)])&&a[o(624)]({key:t[o(555)],newValue:t[o(722)],oldValue:t[o(641)],range:Sc(t[o(606)],n[o(460)])});for(const t of u){const e=l[o(700)]((e=>e[o(553)]===t[o(553)]));if(e){const r=Mc(t[o(446)][o(799)],n[o(460)]);e[o(782)]!==t[o(782)]&&a[o(624)]({key:o(790),newValue:t[o(782)],oldValue:e[o(782)],range:r});for(const[n,s]of e[o(707)]){if(!this[o(705)](n))continue;const e=t[o(707)][o(749)](n);s!==e&&a[o(624)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(707)])this[o(705)](n)&&(e[o(707)][o(645)](n)||a[o(624)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(470)]&&n[o(460)][o(627)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(721)](t,e,s,o,{groupId:r});this[n(466)](t,a)}))}),{priority:t(734)}),n[t(460)][t(655)].on(t(455),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(509)](n[s(782)]),e=this[s(666)][s(749)](t);e&&e[s(508)](n[s(782)])}})),n[t(460)][t(715)].on(t(491),(()=>{const e=t,r=Array[e(808)](n[e(460)][e(715)][e(429)][e(668)]())[e(648)]((t=>e(561)===this[e(509)](t[e(782)])[e(546)]));if(0===r[e(470)])return;r[e(430)](((t,n)=>{const r=e,s=t[r(457)][r(724)],o=n[r(457)][r(724)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(448)][r(631)](o[r(448)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(509)](t);if(null===n[e(724)]){const n=this[e(763)](t);o[e(572)](n)}else{const t=this[e(666)][e(749)](r);null!==n[e(819)]||t[e(454)]?(s[e(572)](t[e(712)]),o[e(572)](t)):this[e(468)](t)}}o[e(547)]>0&&this[e(725)](o);for(const t of s)this[e(520)](e(570),t)})),n[t(460)].on(t(568),((e,r)=>{const s=t,o=r[0];if(!this[s(666)][s(547)])return;if(!o[s(759)])return;if(o[s(621)][s(644)]||!o[s(621)][s(537)])return;let i,a;switch(o[s(635)]){case s(585):i=n[s(460)][s(687)](o[s(446)]),a=i[s(597)](o[s(596)]);break;case s(607):i=n[s(460)][s(687)](o[s(587)]),a=n[s(460)][s(687)](o[s(704)]);break;case s(521):i=n[s(460)][s(687)](o[s(737)]),a=i[s(597)](o[s(596)]);break;default:return}const c=n[s(460)][s(823)](i,a);n[s(460)][s(802)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(579)](c)){if(e[t(495)])continue;if(t(589)==e[t(635)])continue;const r=this[t(795)](e);if(r&&this[t(545)](r)&&t(607)!=o[t(635)])continue;const s=e[t(457)]&&e[t(457)][t(777)];(t(567)!=e[t(635)]||t(607)==o[t(635)]&&!s)&&(n[t(736)]||t(769)==e[t(635)]&&n[t(767)]||e[t(689)]()[t(512)](c)&&this[t(598)](e,i,a))}}))}),{priority:t(734)}),n[t(460)].on(t(665),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(794)])return;if(this[s(493)])return;if(!this[s(772)][s(837)])return;if(o[s(741)])return;const a=n[s(460)][s(831)],{start:c,end:u}=o[s(689)](),l=c[s(799)]&&a[s(820)](c[s(799)])?null:a[s(691)](c,s(651)),f=u[s(465)]&&a[s(820)](u[s(465)])?null:a[s(691)](u,s(503)),h=n[s(460)][s(823)](l?l[s(448)]:c,f?f[s(453)]:u);n[s(460)][s(802)]((t=>{const e=s;this[e(787)](h);const r=n[e(460)][e(831)][e(691)](h[e(448)]);o.is(e(793))?t[e(441)](r):o[e(569)](r)})),e[s(690)]()}),{priority:e.priorities[t(559)]+10}),n[t(460)].on(t(601),((e,r)=>{const s=t,o=r[r[s(470)]-1];o&&o[s(794)]||this[s(493)]||this[s(772)][s(837)]&&(n[s(460)][s(802)]((()=>{const t=s;let o=n[t(460)][t(601)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(764)]=o[t(426)]();const i=o[t(453)][t(465)],a=n[t(460)][t(831)];i&&a[t(483)](i)&&!a[t(800)](i)&&(o=n[t(460)][t(823)](o[t(448)],n[t(460)][t(687)](i,t(453)))),this[t(417)](o)})),e[s(690)]())}),{priority:t(714)}),this[t(464)][t(475)][t(572)](t(476),this[t(772)]),this[t(538)](t(476));const o=new p(n,this[t(666)]);n[t(475)][t(572)](t(833),o),this[t(538)](t(833));const i=new b(n,this[t(666)]);n[t(475)][t(572)](t(473),i),this[t(538)](t(473)),n[t(475)][t(572)](t(779),new L(n,o,this[t(666)])),this[t(538)](t(779)),n[t(475)][t(572)](t(720),new L(n,i,this[t(666)])),this[t(538)](t(720)),n[t(475)][t(572)](t(750),new O(n,o,this[t(666)])),this[t(538)](t(750)),n[t(475)][t(572)](t(445),new O(n,i,this[t(666)])),this[t(538)](t(445));const c=n[t(758)][t(749)](t(766));this[t(612)](c,t(827),((e,{threadId:n})=>{const r=t,s=this[r(666)][r(749)](n);s&&s[r(761)]&&1===s[r(761)][r(470)]&&this[r(542)](n,{hasComments:!0})}),{priority:t(747)}),this[t(612)](c,t(629),((e,{threadId:n})=>{const r=t,s=this[r(666)][r(749)](n);s&&s[r(761)]&&!s[r(761)][r(470)]&&this[r(542)](n,{hasComments:!1})}),{priority:t(747)})}set[Ec(830)](t){const n=Ec;if(this[n(431)])throw new e.CKEditorError(n(742),this);this[n(431)]=t}get[Ec(830)](){return this[Ec(431)]}[Ec(488)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(666)][n(753)]())t&&!e[n(454)]||r[n(624)](e);return e?r[n(695)]((t=>t[n(775)]())):r}[Ec(832)](t){const n=Ec,r=this[n(666)][n(749)](t);if(!r)throw new e.CKEditorError(n(778),this);return r}[Ec(765)](t){const e=Ec;return this[e(666)][e(645)](t)}[Ec(501)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(635)][e(607)](":"),a=this[e(666)][e(749)](r)||this[e(456)](o,i,r,n,s);if(this[e(498)](a),this[e(696)](a,o,i||null,n),a[e(551)]=t[e(551)],a[e(718)]=!0,s&&s[e(602)]){const t=s[e(602)],n=this[e(634)](t[e(699)]);a[e(845)]=t[e(551)],a[e(703)]=n,a[e(647)]=!0}else a[e(845)]=t[e(551)];switch(t[e(457)]&&(a[e(457)]=t[e(457)]),t[e(707)]&&(a[e(707)]=t[e(707)]),this[e(431)]&&this[e(431)][e(638)]||(a[e(698)]=!0),this[e(563)][e(749)](a)){case e(583):this[e(563)][e(636)](a,e(673));break;case e(518):a[e(454)]?(this[e(625)](new Set([a])),this[e(725)](new Set([a])),this[e(563)][e(636)](a,e(659)),this[e(520)](e(661),a)):this[e(563)][e(636)](a,e(442))}return a}[Ec(833)](t){const e=Ec;this[e(794)]((()=>{const n=e;this[n(464)][n(460)][n(802)]((()=>{const e=n;for(const n of t[e(814)]())n[e(771)]()}))}))}[Ec(473)](t){const e=Ec;this[e(794)]((()=>{const n=e;this[n(464)][n(460)][n(802)]((()=>{const e=n;for(const n of t[e(814)]())n[e(617)]()}))}))}[Ec(538)](t,n){const r=Ec,s=this[r(464)][r(475)][r(749)](t);if(!s)throw new e.CKEditorError(r(650),this,{commandName:t});if(this[r(776)][r(645)](s))throw new e.CKEditorError(r(474),this,{commandName:t});this[r(776)][r(572)](s),n&&s.on(r(444),((t,e)=>{const o=r;this[o(772)][o(837)]&&(this[o(493)]||(e[o(470)]>0&&e[e[o(470)]-1]&&e[e[o(470)]-1][o(794)]?e[o(745)]():(t[o(764)]=n(((...t)=>s[o(444)](...t,{forceDefaultExecution:!0})),...e),t[o(690)]())))}),{priority:r(714)})}[Ec(794)](t){const n=Ec;let r,s;const o=this[n(493)];this[n(493)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(493)]=!1),s&&e.CKEditorError[n(615)](s,this),r}[Ec(417)](t,n=null,r={}){const s=Ec;if(t[s(741)])return null;const o=this[s(464)][s(758)][s(749)](s(676)).me;for(const{suggestion:e,meta:o}of this[s(579)](t,s(769)))if(o[s(767)]){if(!o[s(735)]){if(o[s(736)]){if(!this[s(803)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(598)](e,t[s(448)],t[s(453)]);break}if(n==e[s(419)]&&Oc(e,r)){const n=e[s(689)]();return n[s(448)][s(499)](t[s(453)])?this[s(681)](e,this[s(574)][s(823)](t[s(448)],n[s(453)])):this[s(681)](e,this[s(574)][s(823)](n[s(448)],t[s(453)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(462)+n:s(769),u=this[s(424)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(630)](c,i,a,t),u}[Ec(702)](t,n=Ec(840),r={}){const s=Ec,o=this[s(464)][s(758)][s(749)](s(676)).me,i=this[s(532)][s(451)](s(769),n,s(632));for(const e of this[s(488)]())if(e[s(703)].id==o.id&&s(769)==e[s(635)]&&e[s(419)]==n&&Oc(e,r)&&(i(e[s(437)](),t)||i(t,e[s(437)]()))){for(const n of t)e[s(436)](n);return e}for(const{suggestion:e,meta:n}of this[s(579)](t,s(769))){if(!n[s(767)])continue;if(!this[s(803)]&&n[s(736)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(437)]())for(const e of t)if(!n[s(512)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(462)+n,l=this[s(424)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(630)](u,a,c,e,zr[s(770)]());return l}[Ec(478)](t,n,r=null,s={}){const o=Ec;if(r=r||Rc(n),t[o(741)])return null;if(o(593)===this[o(531)]){const e=this[o(532)][o(451)](o(589),r,o(771));return this[o(794)]((()=>e([t],n,s))),null}const i=this[o(464)][o(758)][o(749)](o(676)).me,a=[];if(o(817)!==this[o(531)])for(const{suggestion:e,meta:n}of this[o(579)](t,o(769)))n[o(767)]&&!n[o(643)]&&a[o(624)](...e[o(437)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(783)](s);e&&r[n(624)](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(470)];){const s=r[e][n(813)](t);r[n(706)](e,1,...s),e+=s[n(470)]}}return r}(t,a);c[o(470)]&&this[o(574)][o(802)]((()=>{const t=o;for(const e of c){const o=this[t(532)][t(451)](t(589),r,t(771));this[t(794)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(448)],u=t[o(453)];for(const{suggestion:e,meta:n}of this[o(579)](t,o(589))){if(!n[o(767)])continue;if(e[o(419)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(689)]();if(i[o(512)](t,!0))return null;c=c[o(631)](i[o(448)])?c:i[o(448)],u=u[o(815)](i[o(453)])?u:i[o(453)],a?i[o(448)][o(631)](a[o(689)]()[o(448)])?(a[o(685)](),a=e):e[o(685)]():a=e}const l=this[o(574)][o(823)](c,u);if(a)this[o(681)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(424)]({id:t,type:o(604)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(630)](o(604)+r,t,a,l)}}return null}[Ec(433)](t,n,r=[],s=null,o={}){const i=Ec;n[i(525)]||(n[i(525)]=n[i(709)]),n[i(777)]=t.is(i(606)),s=s||Rc(n);const a=r[i(695)]((t=>Mc(t,this[i(574)]))),c=t.is(i(606))?t:Mc(t,this[i(574)]);if(i(593)===this[i(531)]){const t=this[i(532)][i(451)](i(567),s,i(771));return this[i(794)]((()=>t([c],n,o))),null}a[i(624)](c);let u=!0;for(const t of a)if(!this[i(618)](t)){u=!1;break}if(u&&i(817)!==this[i(531)]){const t=this[i(532)][i(451)](i(567),s,i(771));return this[i(794)]((()=>t([c],n,o))),null}let l=null,f=c[i(448)],h=c[i(453)];for(const{suggestion:t,meta:e}of this[i(579)](c,i(567))){if(!e[i(767)])continue;if(e[i(735)]||e[i(736)]||e[i(643)])continue;if(t[i(457)][i(525)]!=n[i(525)])continue;if(!Oc(t,o))continue;const r=t[i(689)]();if(t[i(419)]==s){if(r[i(512)](c,!0))return null;f=f[i(631)](r[i(448)])?f:r[i(448)],h=h[i(815)](r[i(453)])?h:r[i(453)],l?r[i(448)][i(631)](l[i(689)]()[i(448)])?(l[i(685)](),l=t):t[i(685)]():l=t}else{const e=c[i(783)](r);this[i(425)](t,e)}}const g=this[i(464)][i(758)][i(749)](i(676)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(681)](l,this[i(574)][i(823)](f,h)),l;{const t=this[i(424)]({id:d,type:i(540)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(630)](i(540)+s,d,p,this[i(574)][i(823)](f,h)),t}}[Ec(549)](t,n,r=[],s=null,o={}){const i=Ec;n[i(525)]||(n[i(525)]=n[i(709)]);const a=t[0];n[i(777)]=a.is(i(606)),s=s||Rc(n);const c=r[i(695)]((t=>Mc(t,this[i(574)]))),u=a.is(i(606))?t:t[i(695)]((t=>Mc(t,this[i(574)])));if(i(593)===this[i(531)]){const t=this[i(532)][i(451)](i(567),s,i(771));return this[i(794)]((()=>t(u,n,o))),null}c[i(624)](...u);let l=!0;for(const t of c)if(!this[i(618)](t)){l=!1;break}if(l&&i(817)!==this[i(531)]){const t=this[i(532)][i(451)](i(567),s,i(771));return this[i(794)]((()=>t(u,n,o))),null}const f=this[i(464)][i(758)][i(749)](i(676)).me;for(const t of this[i(488)]()){if(t[i(703)].id!=f.id)continue;if(i(567)!=t[i(635)]||t[i(457)][i(525)]!=n[i(525)])continue;if(!Oc(t,o))continue;const e=t[i(419)]==s;for(let n=0;n<u[i(470)];n++){const r=u[n];for(const s of t[i(658)]()){const o=s[i(480)]();if(r[i(499)](o)){e?(u[i(706)](n,1),n--):t[i(637)](s[i(782)]);break}}}}if(0==u[i(470)])return null;const h=this[i(532)][i(451)](i(567),s,i(632));for(const t of this[i(488)]())if(t[i(703)].id==f.id&&i(567)==t[i(635)]&&t[i(457)][i(525)]==n[i(525)]&&t[i(419)]==s&&Oc(t,o)&&(h(t[i(437)](),u)||h(u,t[i(437)]()))){for(const e of u)t[i(436)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(540)+s,m=this[i(424)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(630)](p,g,d,t,zr[i(770)]());return m}[Ec(787)](t,n=null,r={}){const s=Ec;if(t[s(741)])return null;const o=this[s(464)][s(758)][s(749)](s(676)).me,a=new i.LiveRange(t[s(448)],t[s(453)]);for(const{suggestion:t,meta:e}of this[s(579)](a,s(769)))if(e[s(767)]&&!e[s(735)])if(t[s(495)]){const e=t[s(437)]()[s(648)]((t=>s(591)!=t[s(421)][s(752)]));if(e[s(562)]((t=>a[s(512)](t,!0)))&&t[s(617)](),e[s(728)]((t=>t[s(512)](a,!0)))){const t=this[s(532)][s(451)](s(748),n,s(771));return this[s(794)]((()=>t([a],null,r))),null}}else{const e=a[s(783)](t[s(689)]());null!==e&&t[s(422)]([e],null,r)}if(a[s(459)](),a[s(741)]||s(591)==a[s(421)][s(752)])return null;let c=null,u=a[s(448)],l=a[s(453)];const f=this[s(579)](a,s(748));for(const{suggestion:t,meta:e}of f){const n=this[s(574)][s(823)](u,l);if(e[s(767)]&&(this[s(803)]||!e[s(736)]&&!e[s(643)]))if(t[s(495)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(437)]()){if(r[s(512)](n,!0))return t;n[s(512)](r)||(e=!1)}e&&t[s(617)]()}else{const e=t[s(689)]();if(e[s(512)](n,!0))return t;if(!Oc(t,r)){n[s(512)](e)?t[s(685)]():e[s(575)](u)?u=e[s(453)]:e[s(575)](l)&&(l=e[s(448)]);continue}u=u[s(631)](e[s(448)])?u:e[s(448)],l=l[s(815)](e[s(453)])?l:e[s(453)],r=Object[s(581)]({},t[s(707)]),c?e[s(448)][s(631)](c[s(689)]()[s(448)])?(c[s(685)](),c=t):t[s(685)]():c=t}}if(c)return this[s(681)](c,this[s(574)][s(823)](u,l)),c;{const t=(0,e.uid)(),i=this[s(574)][s(823)](u,l),a=o.id,c=n?s(810)+n:s(748),f=this[s(424)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(630)](c,t,a,i),f}}[Ec(580)](t,n=Ec(840),r={}){const s=Ec,o=this[s(464)][s(758)][s(749)](s(676)).me,a=t[s(695)]((t=>new i.LiveRange(t[s(448)],t[s(453)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(579)](a,s(769)))e[s(767)]&&!e[s(735)]&&c[s(572)](t);for(const e of c)if(e[s(495)]){const o=e[s(437)]();if((!e[s(707)]||!e[s(707)][s(667)])&&o[s(562)]((t=>a[s(728)]((e=>e[s(512)](t,!0)))))&&e[s(617)](),a[s(562)]((t=>o[s(728)]((e=>e[s(512)](t,!0)))))){const e=this[s(532)][s(451)](s(748),n,s(771));return this[s(794)]((()=>e(t,null,r))),null}}else{const t=e[s(689)]();if(a[s(728)]((e=>e[s(512)](t,!0)))&&e[s(617)](),a[s(562)]((e=>t[s(512)](e,!0)))){const t=this[s(532)][s(451)](s(748),n,s(771));return this[s(794)]((()=>t(a,null,r))),null}}const u=this[s(532)][s(451)](s(748),n,s(632));let l=null;for(const t of this[s(488)]())if(t[s(703)].id==o.id&&t[s(454)]&&s(748)==t[s(635)]&&t[s(419)]==n&&Oc(t,r)&&(u(t[s(437)](),a)||u(a,t[s(437)]())))if(l){if(t[s(761)]&&t[s(761)][s(470)])continue;for(const e of t[s(437)]())l[s(463)](e)||l[s(436)](e);t[s(685)]()}else{l=t;for(const e of a)t[s(463)](e)||t[s(436)](e)}if(l)return l;c[s(560)]();for(const{suggestion:t,meta:e}of this[s(579)](a,s(748)))e[s(767)]&&(this[s(803)]||!e[s(736)]&&!e[s(643)])&&Oc(t,r)&&c[s(572)](t);for(const t of c){const e=t[s(437)]();if((!r||!r[s(667)])&&a[s(562)]((t=>e[s(728)]((e=>e[s(512)](t,!0))))))return t;(!t[s(707)]||!t[s(707)][s(667)])&&e[s(562)]((t=>a[s(728)]((e=>e[s(512)](t,!0)))))&&t[s(617)]()}const f=(0,e.uid)(),h=o.id,g=s(810)+n,d=this[s(424)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(459)](),t[s(741)]||s(591)==t[s(421)][s(752)]||this[s(630)](g,f,h,t,zr[s(770)]());return d}[Ec(721)](t,n,r,s,o){const i=Ec;if(t[i(741)])return[];if(i(593)===this[i(531)])return[];const a=this[i(464)][i(758)][i(749)](i(676)).me.id,c=Array[i(808)](this[i(666)][i(753)]())[i(648)]((e=>i(843)==e[i(635)]&&e[i(457)][i(623)]==n&&e[i(463)](t)));if(i(526)===this[i(531)]){const e=this[i(579)](t,i(769))[i(648)]((({meta:t})=>t[i(767)]&&!t[i(643)]&&!t[i(735)]))[i(695)]((({suggestion:t})=>t));c[i(755)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(843)==t[i(635)]?t[i(457)][i(434)]:void 0,o=t[i(689)](),a=Array[i(808)](u[i(719)]())[i(700)]((t=>t[i(516)](o)));if(!a)continue;const c=a[i(813)](o);this[i(545)](n)&&i(769)==t[i(635)]&&0!=c[i(470)]||(u[i(610)](a),c[i(711)]((t=>{u[i(636)](t,r)})),i(769)!=t[i(635)]&&e!=s&&u[i(636)](a[i(783)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(470)]>37&&console[i(829)](i(789),{key:n});const f=(i(510)+(n+"|")+Rc({newValue:s}))[i(756)](0,60),h=this[i(424)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(624)](h),this[i(630)](f,c,a,t)}return l}[Ec(558)](t){const e=Ec;this[e(552)][e(572)](t)}[Ec(686)](t){const e=Ec;this[e(841)][e(572)](t)}[Ec(713)](t,e=[],n=[]){const r=Ec;this[r(538)](t,((t,...e)=>{this[r(544)]((()=>{t(...e)}))}));for(const t of e)this[r(686)](t);for(const t of n)this[r(558)](t)}[Ec(795)](t){const e=Ec;return e(843)==t[e(635)]?t[e(419)][e(607)]("|")[0]:null}[Ec(681)](t,e){const n=Ec,r=t[n(573)]();this[n(574)][n(802)]((t=>{t[n(528)](r,{range:e})}))}[Ec(498)](t){const e=Ec,n=t.id,r=this[e(464)][e(821)][e(749)](e(524));this[e(533)][e(523)](n)||this[e(533)][e(534)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(533)][e(515)](n);s[e(452)](e(785)),s[e(785)]=!1,t[e(761)]=s}[Ec(696)](t,n,r,s){const o=Ec;if(t[o(635)]!=n||t[o(419)]!=r||t[o(556)].id!=s)throw this[o(464)][o(494)](o(726)),new e.CKEditorError(o(726),this)}[Ec(425)](t,n){const r=Ec,s=t[r(689)]();if(n[r(499)](s))t[r(685)]();else if(s[r(512)](n)){const o=this[r(574)][r(687)](n[r(448)][r(465)],r(453));this[r(681)](t,this[r(574)][r(823)](s[r(448)],o));const i=(0,e.uid)(),a=t[r(556)].id,c=t[r(635)]+":"+t[r(419)];this[r(424)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(457)],attributes:t[r(707)]});const u=this[r(574)][r(687)](n[r(453)][r(420)],r(669)),l=this[r(574)][r(823)](u,s[r(453)]);this[r(630)](c,i,a,l)}else if(s[r(575)](n[r(448)])){const e=this[r(574)][r(687)](n[r(448)][r(465)],r(453));this[r(681)](t,this[r(574)][r(823)](s[r(448)],e))}else{const e=this[r(574)][r(687)](n[r(453)][r(420)],r(669));this[r(681)](t,this[r(574)][r(823)](e,s[r(453)]))}}[Ec(618)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(579)](t,e(769))){if(!r[e(767)])continue;const s=n[e(437)]();for(const n of s)if(!t[e(813)](n)[e(470)])return!0}return!1}[Ec(489)](t){const n=Ec,r=this[n(464)][n(758)][n(749)](n(676))[n(682)](t);if(!r)throw new e.CKEditorError(n(792),this);return r}[Ec(634)](t){const e=Ec,n=this[e(464)][e(758)][e(749)](e(676)),r=(0,o.hashObject)(e(688)+t);return n[e(682)](r)||n[e(502)]({id:r,name:t})}[Ec(456)](t,e,n,r,s){const o=Ec,i=this[o(489)](r),a=this[o(532)][o(812)](t,e,n,i,s,(t=>{const e=o;this[e(542)](n,{attributes:t});const r=this[e(832)](n);this[e(625)](new Set([r])),this[e(725)](new Set([r]))}));return this[o(612)](a,o(771),(()=>{const t=o;this[t(542)](n,{state:t(504)})}),{priority:o(714)}),this[o(612)](a,o(617),(()=>{const t=o;this[t(542)](n,{state:t(530)})}),{priority:o(714)}),this[o(666)][o(636)](n,a),this[o(563)][o(636)](a,o(583)),a}[Ec(509)](t){const e=Ec,n=t[e(607)](":");return{group:n[0],type:n[1],subType:n[e(470)]>=5?n[2]:null,id:n[e(470)]<5?n[2]:n[3],authorId:n[e(470)]<5?n[3]:n[4],markerCount:6==n[e(470)]?n[5]:null}}[Ec(598)](t,n,r){const s=Ec,o=t[s(689)](),i=o[s(448)],a=o[s(453)];this[s(681)](t,this[s(574)][s(823)](i,n));const c=(0,e.uid)(),u=t[s(556)].id,l=t[s(635)]+(t[s(419)]?":"+t[s(419)]:"");this[s(424)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(707)],data:t[s(457)]});const f=this[s(795)](t);(s(567)==t[s(635)]||f&&this[s(545)](f))&&(r=this[s(574)][s(822)](r[s(420)])),this[s(630)](l,c,u,this[s(574)][s(823)](r,a))}[Ec(579)](t,e=null){const n=Ec,r=[],s=this[n(464)][n(758)][n(749)](n(676)).me;Array[n(628)](t)||(t=[t]);for(const o of this[n(488)]()){if(!o[n(454)])continue;if(e&&o[n(635)]!=e)continue;let i=!1;for(const e of o[n(437)]()){for(const a of t){const t=a[n(448)][n(499)](e[n(453)])||a[n(453)][n(499)](e[n(448)]);if(t||a[n(783)](e)){const c=a[n(512)](e)&&Cc(this[n(574)][n(831)],e[n(448)],a),u=e[n(512)](a)&&Cc(this[n(574)][n(831)],a[n(448)],e);r[n(624)]({suggestion:o,meta:{isOwn:s==o[n(703)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(630)](t,e,n,r,s){const o=Ec;this[o(574)][o(802)]((i=>{const a=o;let c=a(517)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(670)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(468)](t){const e=Ec,n=t[e(418)],r=t[e(482)];t[e(418)]=null,t[e(482)]=null,null!=n&&n[e(482)]==t&&(n[e(482)]=r),null!=r&&r[e(418)]==t&&(r[e(418)]=n),e(659)==this[e(563)][e(749)](t)&&(this[e(563)][e(636)](t,e(442)),this[e(520)](e(603),t,n,r))}[Ec(424)](t){const n=Ec,r=t.id,s=this[n(501)](t);if(this[n(431)]&&this[n(431)][n(638)]){const o=this[n(464)][n(758)][n(749)](n(500)),i=s[n(541)],a=s[n(419)]?s[n(635)]+":"+s[n(419)]:s[n(635)],c=this[n(464)][n(662)],u=o[n(572)](Hr(c,n(592))),l={id:r,type:a,hasComments:i,data:t[n(457)]||null,originalSuggestionId:t[n(818)]||null,attributes:s[n(707)]};this[n(431)][n(638)](l)[n(609)]((t=>{const e=n;s[e(698)]=!0,o[e(729)](u),t&&t[e(551)]&&(this[e(666)][e(749)](r)[e(551)]=t[e(551)])}))[n(694)]((t=>{const r=n;throw(0,e.logWarning)(r(642)),this[r(464)][r(460)][r(627)]({isUndoable:!1},(()=>{s[r(617)]()})),s[r(439)](),this[r(666)][r(610)](s.id),this[r(563)][r(610)](s),t}))}return s}[Ec(545)](t){const e=Ec;return this[e(552)][e(645)](t)}[Ec(542)](t,e){const n=Ec,r=this[n(464)][n(758)][n(749)](n(500)),s=this[n(832)](t);if(this[n(431)]&&this[n(431)][n(472)])if(s[n(698)]){const s=r[n(572)](Hr(this[n(464)][n(662)],n(592)));this[n(431)][n(472)](t,e)[n(609)]((()=>{r[n(729)](s)}))}else s.on(n(692),(()=>{this[n(542)](t,e)}))}[Ec(836)](t){const n=Ec;if(!this[n(431)]||!this[n(431)][n(832)])throw new e.CKEditorError(n(811),this);return this[n(431)][n(832)](t)}[Ec(763)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(509)](t),i=this[e(666)][e(749)](n)||this[e(456)](r,s,n,o,{});switch(this[e(696)](i,r,s,o),this[e(563)][e(749)](i)){case e(583):this[e(836)](n)[e(609)]((t=>{const r=e;let s=Promise[r(582)]();t[r(541)]&&(s=this[r(533)][r(577)]({channelId:this[r(464)][r(821)][r(749)](r(524)),threadId:n})),s[r(609)]((()=>{const e=r;this[e(501)](t)[e(698)]=!0}))})),this[e(563)][e(636)](i,e(518));break;case e(442):this[e(542)](n,{state:e(481)});case e(673):this[e(563)][e(636)](i,e(659)),this[e(520)](e(661),i);break;case e(659):this[e(520)](e(570),i)}return i[e(508)](t),i}[Ec(725)](t){const e=Ec,n=Array[e(808)](t),r=n[e(648)]((t=>e(843)==t[e(635)]));this[e(697)](r);const s=n[e(648)]((t=>!t[e(495)]&&e(843)!=t[e(635)])),o=this[e(488)]({skipNotAttached:!0})[e(648)]((t=>!t[e(495)]&&e(843)!=t[e(635)])),i=o[e(648)]((n=>!t[e(645)](n))),a=new Map(o[e(695)]((t=>[t,this[e(532)][e(451)](t[e(635)],t[e(419)],e(576))]))),c=new Map(o[e(695)]((t=>[t,t[e(689)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(470)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(470)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(470)];t++){const n=s[t];!l[e(645)](n)&&n[e(418)]&&(f[e(572)](n[e(418)]),n[e(418)][e(482)]===n&&(n[e(418)][e(482)]=null),n[e(418)]=null),!u[e(645)](n)&&n[e(482)]&&(f[e(572)](n[e(482)]),n[e(482)][e(418)]===n&&(n[e(482)][e(418)]=null),n[e(482)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(470)];e++){const r=g(t,n[e]);r&&(r[0][s(482)]=r[1],r[1][s(418)]=r[0],u[s(572)](r[0]),l[s(572)](r[1]))}}function g(t,n){const r=e;if(t[r(703)].id!==n[r(703)].id)return null;const s=a[r(749)](t)(t,n,c[r(749)](t),c[r(749)](n));return s&&a[r(749)](n)(t,n,c[r(749)](t),c[r(749)](n))?s[1][r(761)]&&s[1][r(761)][r(470)]?null:s:null}f[e(547)]&&this[e(725)](f)}[Ec(697)](t){const e=Ec;if(0==t[e(470)])return;const n=this[e(488)]({skipNotAttached:!0})[e(648)]((t=>e(843)==t[e(635)]&&t[e(718)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(707)]);s[e(645)](n)||(s[e(636)](n,r[e(470)]),r[e(624)]([]));const i=s[e(749)](n);r[i][e(624)](t)}!function(){const t=e;r[t(430)](((e,n)=>{const r=t,s=e[0][r(551)],o=n[0][r(551)];return s==o?e[0][r(707)][r(760)]<n[0][r(707)][r(760)]?-1:1:s<o?-1:1}));for(const e of r)e[t(430)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(470)];t++){if(0==r[t][e(470)])continue;const n=[];for(let s=t+1;s<r[e(470)];s++)0!=r[s][e(470)]&&i(r[t],r[s])&&n[e(624)](s);for(const s of n)r[t]=r[t][e(633)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(470)];n++)t[n][e(482)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(470)];n++)t[n][e(418)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(707)][r(760)]!==n[0][r(707)][r(760)]&&t[0][r(703)]!==n[0][r(703)])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(551)]<t[n(761)][n(835)][n(749)](0)[n(551)])||!!(e[n(541)]&&t[n(551)]<e[n(761)][n(835)][n(749)](0)[n(551)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(707)],r(760)),o=Ic(n[0][r(707)],r(760));return!!Or(s,o)&&(!!t[r(562)]((t=>n[r(728)]((e=>t[r(689)]()[r(499)](e[r(689)]())))))&&n[r(562)]((e=>t[r(728)]((t=>e[r(689)]()[r(499)](t[r(689)]()))))))}}[Ec(625)](t){const e=Ec,n=Array[e(808)](t),r=this[e(488)]({skipNotAttached:!0}),s=r[e(648)]((n=>!t[e(645)](n))),o=new Map(n[e(695)]((t=>[t,this[e(532)][e(451)](t[e(635)],t[e(419)],e(632))]))),i=new Map(r[e(695)]((t=>[t,t[e(437)]()])));for(let t=0;t<n[e(470)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(470)];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(470)];e++){const s=r[e];if(s[a(635)]!==n[a(635)]||s[a(703)].id!==n[a(703)].id||s[a(419)]!==n[a(419)])continue;if(!wc(n,s,[a(760)]))continue;if(a(843)==n[a(635)]&&n[a(457)][a(434)]!=s[a(457)][a(434)])continue;if(a(843)==n[a(635)]&&t[a(545)](n[a(457)][a(623)]))continue;if(a(567)==n[a(635)]){const e=t[a(464)][a(460)],r=n[a(529)]();if(r&&(e[a(831)][a(800)](r)||e[a(831)][a(820)](r)))continue}const c=o[a(749)](n),u=i[a(749)](n),l=i[a(749)](s),f=n[a(761)]&&n[a(761)][a(470)],h=s[a(761)]&&s[a(761)][a(470)];if(!f&&c(l,u))return t[a(751)](s,n),i[a(610)](n),!0;if(!h&&c(u,l))return t[a(751)](n,s),i[a(610)](s),!0}return!1}}[Ec(751)](t,e){const n=Ec;if(t[n(495)])for(const r of e[n(437)]())t[n(436)](r);else{const r=e[n(689)]()[n(453)];this[n(681)](t,this[n(574)][n(823)](t[n(689)]()[n(448)],r))}e[n(685)]()}[Ec(674)](t,e){const n=Ec,r=t[n(423)](n(586))||t[n(423)](n(843))?n(605):t[n(683)]();return Hr(this[n(464)][n(662)],e+"_"+r+n(584))}[Ec(492)](){const t=Ec,e=this[t(464)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(574)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(509)](t[s(782)]);if(s(561)===e){n[s(614)](this[s(674)](r,s(743)));break}}for(const t of r){const{group:e,type:r}=this[s(509)](t[s(782)]);if(s(561)===e){n[s(614)](this[s(674)](r,s(754)));break}}}))}[Ec(816)](t){const e=Ec;if(this[e(739)])return!1;const n=this[e(464)],r=n[e(460)][e(715)][e(429)][e(679)]();if(0==r[e(470)])return!1;const s=[],o=r[e(648)]((t=>e(843)==t[e(635)])),i=r[e(648)]((t=>e(585)==t[e(635)]&&e(680)!=t[e(782)])),a=r[e(648)]((t=>e(729)==t[e(635)]&&e(680)!=t[e(782)]));for(const t of o)s[e(624)]({key:t[e(555)],newValue:t[e(722)],oldValue:t[e(641)],range:Sc(t[e(606)],n[e(460)])});for(const t of i){const r=a[e(700)]((n=>n[e(446)][e(499)](t[e(446)])));r&&s[e(624)]({key:e(790),newValue:t[e(782)],oldValue:r[e(782)],range:n[e(460)][e(438)](t[e(446)][e(799)])})}return 0!=s[e(470)]&&this[e(466)](t,s)}[Ec(671)](t){const e=Ec;let n=!1;const r=this[e(464)][e(460)][e(715)][e(429)][e(668)]()[e(648)]((t=>t[e(457)][e(819)]&&t[e(782)][e(423)](e(716))));for(const s of r){const{subType:r,id:o}=this[e(509)](s[e(782)]),i=r[e(607)]("|")[0];for(const r of this[e(488)]({skipNotAttached:!0}))r.id!=o&&e(843)==r[e(635)]&&r[e(457)]&&r[e(457)][e(623)]==i&&r[e(689)]()[e(516)](s[e(457)][e(819)])&&(this[e(600)](r,s[e(457)][e(819)],t),n=!0)}return n}[Ec(544)](t){const e=Ec;this[e(464)],this[e(739)]=!0,t()}[Ec(705)](t){const e=Ec,n=this[e(545)](t),r=this[e(841)][e(645)](t);return n||r}[Ec(466)](t,e){const n=Ec;if(0==e[n(470)])return!1;let r=!1;for(const s of e){const e=this[n(579)](s[n(606)],n(843))[n(648)]((t=>!t[n(608)][n(735)]))[n(695)]((t=>t[n(561)])),i=(0,o.hashObject)({newValue:s[n(565)]});e[n(648)]((t=>{const e=n,[r,o]=t[e(419)][e(607)]("|");return r==s[e(623)]&&o!=i}))[n(711)]((e=>{const o=n;this[o(600)](e,s[o(606)],t),r=!0}))}return r}[Ec(600)](t,e,n){const r=Ec,s=t[r(689)]()[r(813)](e);0!==s[r(470)]?1!==s[r(470)]?this[r(598)](t,e[r(448)],e[r(453)]):this[r(681)](t,s[0]):n[r(637)](t[r(573)]())}}class Ac{constructor(t){const e=Ec;this[e(616)]=t,this[e(574)]=t[e(460)],this[e(511)]=new Map,this[e(536)]=new Map,this[e(826)]()}[Ec(812)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(574)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(451)](t,e,i(771))(...n),onDiscard:(...n)=>this[i(451)](t,e,i(617))(...n)})}[Ec(497)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(511)][s(636)](o,r)}[Ec(451)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(511)][r(749)](s)||this[r(536)][r(749)](t+":"+n)}[Ec(826)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(430)](((t,n)=>t[e(448)][e(631)](n[e(448)])?1:-1)),this[e(574)][e(802)]((n=>{const r=e;for(const e of t){let t;t=e[r(453)][r(428)]&&e[r(453)][r(420)]==e[r(448)][r(799)]?n[r(746)](e[r(448)][r(799)],"on"):n[r(746)](e),this[r(574)][r(665)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(574)][n(802)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(695)]((t=>(kc(t)&&(t=this[s(574)][s(823)](t[s(453)])),t)))[s(648)]((t=>s(591)!==t[s(421)][s(752)]));if(c[s(470)]<1)return;const u=Array[s(808)](this[s(574)][s(715)][s(780)][s(437)]())[s(695)]((t=>i.LiveRange[s(639)](t)));r[s(441)](c);for(const t of this[s(616)][s(475)][s(475)]())t[s(590)]();a[s(624)]({forceDefaultExecution:!0}),this[s(616)][s(444)](o,...a);const l=u[s(648)]((t=>s(591)!=t[s(421)][s(752)]));l[s(470)]>0&&r[s(441)](l);for(const t of u)t[s(459)]()}))},s=(e,n)=>1==e[t(470)]&&1==n[t(470)]&&e[0][t(453)][t(499)](n[0][t(448)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(574)])?[e,n]:vc(n,e,s,r,this[t(574)])?[n,e]:null;this[t(536)][t(636)](t(435),e),this[t(536)][t(636)](t(594),n),this[t(536)][t(636)](t(768),s),this[t(536)][t(636)](t(522),o),this[t(536)][t(636)](t(797),n),this[t(536)][t(636)](t(784),e),this[t(536)][t(636)](t(467),s),this[t(536)][t(636)](t(825),o),this[t(536)][t(636)](t(649),r),this[t(536)][t(636)](t(539),e),this[t(536)][t(636)](t(727),s),this[t(536)][t(636)](t(675),e),this[t(536)][t(636)](t(440),r),this[t(536)][t(636)](t(506),e),this[t(536)][t(636)](t(796),s),this[t(536)][t(636)](t(781),e),this[t(536)][t(636)](t(762),e),this[t(536)][t(636)](t(519),((e,n)=>{const r=t;if(!n)return;const s=this[r(616)][r(758)][r(749)](yc);this[r(574)][r(802)]((t=>{const o=r;if(o(790)==n[o(623)])for(const r of e){const e=r[o(448)][o(799)],s=n[o(434)];t[o(458)](e,s)}else if(s[o(545)](n[o(623)]))for(const r of e)void 0!==n[o(434)]?t[o(554)](n[o(623)],n[o(434)],r[o(448)][o(799)]):t[o(471)](n[o(623)],r[o(448)][o(799)]);else for(const r of e)n[o(434)]?t[o(554)](n[o(623)],n[o(434)],r):t[o(471)](n[o(623)],r)}))})),this[t(536)][t(636)](t(514),s)}}function Cc(t,e,n){const r=Ec;for(const s of e[r(420)][r(844)]({includeSelf:!0,parentFirst:!0})){if(s[r(421)]==s)return!1;if(!n[r(834)](s))return!1;if(t[r(800)](s)||t[r(820)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(453)][e(420)]==t[e(448)][e(799)]&&t[e(453)][e(738)]}function Nc(t,e,n,r){const s=Ec,o=t=>!t[s(477)].is(s(588))&&!r[s(800)](t[s(477)]),i=t[s(448)][s(496)](o),a=t[s(453)][s(496)](o,{direction:s(503)});return!(t[s(448)][s(499)](i)&&t[s(453)][s(499)](a)||(i[s(631)](a)?n[s(528)](e,{range:n[s(823)](i,a)}):n[s(637)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Lc(t){const e=Ec,n=t[e(448)][e(799)];return n&&n.is(e(788))}function Sc(t,e){const n=Ec;return null==t[n(453)][n(465)]&&t[n(453)][n(420)]==t[n(448)][n(799)]?Mc(t[n(448)][n(799)],e):t}function Mc(t,e){const n=Ec,r=e[n(831)][n(800)](t)||e[n(831)][n(578)](t);return e[n(823)](e[n(687)](t,n(740)),r?e[n(653)](t):e[n(687)](t,n(453)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(453)][o(499)](r[o(448)]))return!0;if(t[o(635)]!=e[o(635)])return!1;if(!n[o(453)][o(486)](r[o(448)]))return!1;const i=s[o(823)](n[o(453)],r[o(448)])[o(450)]();for(const t of i)if([o(432),o(733)][o(732)](t[o(635)])&&s[o(831)][o(820)](t[o(477)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(718)]||!e[r(718)])&&Or(Ic(t[r(707)],n),Ic(e[r(707)],n))}function Oc(t,e){const n=Ec,r=Fc(t[n(707)]),s=Fc(e);if(!t[n(718)])return!1;for(const t of Object[n(719)](s))if(!Or(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(581)]({},t);return delete n[e(667)],delete n[e(786)],n}const Dc=xc;function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=434]})(t,e)}!function(t,e){const n=xc,r=t();for(;;)try{if(260270===-parseInt(n(471))/1+parseInt(n(450))/2*(parseInt(n(446))/3)+parseInt(n(468))/4*(parseInt(n(470))/5)+parseInt(n(467))/6+parseInt(n(465))/7*(-parseInt(n(449))/8)+parseInt(n(472))/9*(-parseInt(n(439))/10)+parseInt(n(442))/11*(parseInt(n(443))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(451)]=e,this[s(441)]=n,this[s(453)]=r,this[s(466)]=t,this[s(436)]=t[s(469)][s(476)](s(460)),this[s(437)]=t[s(469)][s(476)](s(444)),this[s(441)][s(448)](s(463)).to(this[s(436)],this[s(437)],((t,e)=>t||e)),this[s(441)][s(448)](s(459)).to(this[s(436)],s(463),(t=>t&&this[s(466)][s(451)][s(462)](e[s(457)]()))),this[s(441)][s(448)](s(434)).to(this[s(437)],s(463),(t=>t&&this[s(466)][s(451)][s(462)](e[s(457)]()))),this[s(452)]=null,n[s(464)]&&this[s(447)](),this[s(435)](n,s(460),(()=>this[s(460)]())),this[s(435)](n,s(444),(()=>this[s(444)]())),this[s(435)](n,s(475),(()=>{const t=s;n[t(464)]?this[t(447)]():this[t(456)]()}))}[Dc(460)](){const t=Dc;this[t(436)][t(473)](this[t(451)].id)}[Dc(444)](){const t=Dc;this[t(437)][t(473)](this[t(451)].id)}[Dc(474)](){const t=Dc;this[t(441)][t(454)](t(463)),this[t(441)][t(454)](t(459)),this[t(441)][t(454)](t(434)),this[t(455)](),this[t(453)][t(474)](),this[t(452)]&&this[t(456)]()}[Dc(447)](){const t=Dc,e=Hr(this[t(466)][t(438)],t(445));this[t(452)]=this[t(466)][t(477)][t(476)](t(440))[t(458)](e)}[Dc(456)](){const t=Dc;null!==this[t(452)]&&this[t(466)][t(477)][t(476)](t(440))[t(461)](this[t(452)]),this[t(452)]=null}}function Pc(){const t=["get","plugins","canDiscard","listenTo","_acceptCommand","_discardCommand","locale","10uqFplc","PendingActions","view","88POeGVn","190152sDXqDC","discardSuggestion","PENDING_ACTION_SUGGESTION","43737STaGHT","_setPendingAction","bind","16824naesKE","16eFcCfz","model","_pendingAction","commentThreadController","unbind","stopListening","_removePendingAction","getRanges","add","canAccept","acceptSuggestion","remove","canEditAt","isEnabled","isDirty","329pdYQMP","_editor","2479272vZpagW","16660ultUac","commands","35xBmMEp","312679krtsvh","125793fCsOTX","execute","destroy","change:isDirty"];return(Pc=function(){return t})()}const Uc=Gc;function jc(){const t=["descriptionParts","12cBWWWb","removeComment","commentThread","fire","editor","_createCommentThreadInputView","disableComments","locale","addComment","CommentView","commentThreadInputView","value","19458NEvWpV","_model","authoredAt","405882qVYQYo","3154030zaxByf","cancel","canAccept","destroy","setData","74535qgmDot","element","editorConfig","isEnabled","commentInputView","7pouNGR","bind","submit","isActive","assign","isReadOnly","309728RpNraK","655804XNqWAL","497399xgeNtU","disabledSubmit","updateComment","_config","hasDirtyComment","focus","set","3pfNFzO","showInput","_localUser","canDiscard","delegate","_createCommentViews","commentsListView","isDirty","length"];return(jc=function(){return t})()}function Gc(t,e){const n=jc();return(Gc=function(t,e){return n[t-=499]})(t,e)}!function(t,e){const n=Gc,r=t();for(;;)try{if(125920===-parseInt(n(533))/1*(parseInt(n(519))/2)+-parseInt(n(548))/3*(parseInt(n(540))/4)+-parseInt(n(528))/5*(-parseInt(n(507))/6)+-parseInt(n(541))/7+parseInt(n(539))/8+parseInt(n(522))/9+parseInt(n(523))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jc);class Vc extends s.View{constructor(t,e,n,r){const s=Gc;super(t),this[s(503)]=null,this[s(517)]=null,this[s(547)](s(536),!1),this[s(547)](s(521),e[s(521)]),this[s(534)](s(521)).to(e),this[s(547)](s(506),[]),this[s(547)](s(504),!1),this[s(547)](s(531),!1),this[s(547)](s(525),!1),this[s(547)](s(500),!1),this[s(520)]=e,this[s(499)]=n,this[s(544)]=r,r[s(513)]?this[s(547)](s(505),1):this[s(502)]()}[Uc(546)](){const t=Uc;this[t(529)][t(546)]()}[Uc(526)](){const t=Uc;this[t(503)]&&this[t(503)][t(526)](),this[t(517)]&&this[t(517)][t(526)](),super[t(526)]()}[Uc(502)](){const t=Uc,{CommentsListView:e}=this[t(544)];this[t(503)]=new e(this[t(514)],this[t(520)][t(509)],Object[t(537)]({CommentView:this[t(544)][t(516)]},this[t(544)])),this[t(503)][t(501)](t(508)).to(this),this[t(503)][t(501)](t(543)).to(this),this[t(503)][t(534)](t(536)).to(this),this[t(547)](t(505),this[t(503)][t(505)]+1),this[t(534)](t(505)).to(this[t(503)],t(505),(t=>t+1)),this[t(517)]=this[t(512)](),this.on(t(508),(()=>this[t(546)]())),this[t(534)](t(504)).to(this[t(503)],t(545),this[t(517)][t(532)],t(518),((t,e)=>t||!!e))}[Uc(512)](){const t=Uc,{CommentThreadInputView:e}=this[t(544)],n=new e(this[t(514)],this[t(499)],this[t(544)][t(530)]),r=n[t(532)];return n[t(534)](t(549)).to(this,t(536),this[t(520)][t(509)],t(538),r,t(518),((t,e,n)=>!!n||t&&!e)),r.on(t(535),((e,n)=>{const s=t;this[s(510)](s(515),n),r[s(511)][s(527)]("")})),r.on(t(524),(()=>this[t(546)]())),r[t(534)](t(542)).to(this[t(520)][t(509)],t(538)),n}}const zc=Wc;!function(t,e){const n=Wc,r=t();for(;;)try{if(656725===parseInt(n(486))/1+parseInt(n(489))/2+-parseInt(n(531))/3+-parseInt(n(571))/4+-parseInt(n(578))/5+-parseInt(n(509))/6+parseInt(n(574))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class Hc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(525)](i(582),""),this[i(561)](i(582)).to(this,i(490),(t=>t&&t[0]?t[0][i(582)]:"")),this[i(561)](i(583)).to(this,i(490),this,i(499),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(558)+qc(e[n(529)],e[n(521)])+n(534);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(570)]=null,this[i(542)]=this[i(496)](Hr(e,i(560)),t.icons[i(493)],i(505),i(581),"sw"),this[i(542)][i(561)](i(483)).to(this,i(495)),this[i(535)]=this[i(496)](Hr(e,i(549)),t.icons[i(554)],i(485),i(519),"sw"),this[i(535)][i(561)](i(483)).to(this,i(511)),this[i(557)]=new o.UserView(e,this[i(573)][i(589)],this[i(569)]()),this[i(557)][i(494)]({attributes:{class:[i(497),i(587)]}}),this[i(517)](this[i(580)]())}[zc(580)](){const t=zc,e=this[t(532)],n=[{tag:t(503),attributes:{class:[t(507),t(540)]},children:[{tag:t(575),children:[{text:this[t(557)][t(526)]}],attributes:{class:[t(537),t(500)]}},{tag:t(541),attributes:{datetime:e.to(t(538)),class:[t(546),t(515)]},children:[{text:e.to(t(538),(e=>this[t(508)][t(565)](e)))}]}]},{tag:t(503),attributes:{class:[t(487),t(498)]},children:[this[t(542)],this[t(535)]]},{tag:t(503),attributes:{class:[t(510)]}}];this[t(573)][t(512)]&&n[t(566)]({tag:t(503),attributes:{class:[t(551)]},children:[{text:this[t(544)]()}]});const r={tag:t(503),attributes:{class:[t(516),e.if(t(499),t(586)),e.to(t(582),(e=>t(523)+e)),this[t(508)][t(577)]&&t(513)],"data-suggestion-id":this[t(573)].id,"data-thread-id":this[t(573)][t(528)].id,"data-author-id":this[t(573)][t(589)].id,tabindex:-1},children:[{tag:t(503),attributes:{class:[t(527),t(484)]},children:[this[t(557)],{tag:t(503),attributes:{class:[t(543),t(539)]},children:n}]}]};return this[t(533)]&&this[t(488)]&&(r[t(491)][t(566)](this[t(533)],this[t(488)]),this[t(533)][t(545)](t(584)).to(this),this[t(533)][t(545)](t(576)).to(this),this[t(488)][t(545)](t(584)).to(this),this[t(488)][t(545)](t(576)).to(this)),r}[zc(562)](){const t=zc;super[t(562)](),this[t(570)]=this[t(555)][t(514)](t(572)),this[t(570)][t(530)]=this[t(583)],this.on(t(502),((e,n,r)=>{const s=t;this[s(570)][s(530)]=r}))}[zc(496)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(501)]);return a[i(525)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(494)]({attributes:{class:n}}),a.on(i(567),(()=>{const t=i;this[t(520)](r,this[t(573)].id)})),a}[zc(544)](){const t=zc;return t(518)===this[t(573)][t(556)][t(547)][t(524)]?Hr(this[t(501)],t(579)):Hr(this[t(501)],t(568))}[zc(569)](){const t=zc;return this[t(573)][t(512)]?t(518)===this[t(573)][t(556)][t(547)][t(524)]?Hr(this[t(501)],t(536),this[t(573)][t(522)][t(526)]):Hr(this[t(501)],t(482),this[t(573)][t(522)][t(526)]):null}}function Wc(t,e){const n=Kc();return(Wc=function(t,e){return n[t-=482]})(t,e)}function Kc(){const t=["EXTERNAL_IMPORT_WORD_AVATAR","ck-suggestion__info-name","authoredAt","ck-annotation__main","ck-annotation__info","time","acceptButton","ck-suggestion__main","getExternalSuggestionNote","delegate","ck-comment__info-time","@external",'<span class="ck-suggestion-color" style="background-color: ',"Discard suggestion","join","ck-comment__external","</span>","value","cancel","element","attributes","userView","<p>","split","Accept suggestion","bind","render","createElement",'"></span>',"formatDateTime","push","execute","EXTERNAL_SUGGESTION","getUserViewNotificationText","_descriptionElement","744364tsStsY",".ck-annotation__content-wrapper","_model","5702480hLOwtA","span","editorDestroyed","disableComments","859120HGWstT","EXTERNAL_IMPORT_WORD_SUGGESTION","getTemplate","acceptSuggestion","type","description","editorReady","innerText","ck-suggestion-wrapper--active","ck-annotation__user",'" title="',"author","EXTERNAL_AVATAR","isEnabled","ck-annotation","ck-suggestion--discard","820882ffZydb","ck-suggestion__actions","commentThreadInputView","1233756BSpXLO","descriptionParts","children","map","check","extendTemplate","canAccept","_createButton","ck-suggestion__user","ck-annotation__actions","isActive","ck-annotation__info-name","locale","change:description","div",'<span class="ck-suggestion-type">',"ck-suggestion--accept","title","ck-suggestion__info","_config","1032540viUGgn","ck-annotation__content-wrapper","canDiscard","isExternal","ck-suggestion--disabled-comments","querySelector","ck-annotation__info-time","ck-suggestion-wrapper","setTemplate","importWord","discardSuggestion","fire","color","creator","ck-suggestion-","source","set","name","ck-suggestion","commentThread","content","innerHTML","3197010SzTPTd","bindTemplate","commentsListView","</p>","discardButton"];return(Kc=function(){return t})()}function qc(t,e){const n=zc;let r="";return r+=t[n(559)]("*")[n(492)](((t,e)=>e%2!=0?n(504)+Xc(t)+n(552):Xc(t)))[n(550)](""),e&&(r+=n(548)+e[n(553)]+n(588)+e[n(506)]+n(564)),r}function Xc(t){const e=zc,n=document[e(563)](e(575));return n[e(585)]=t,n[e(530)]}const Jc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Zc=Qc;function Yc(){const t=["plugins","CommentView","_unbindEditors","toMany","_destroyController","suggestionLoaded","refreshSelectedViews","_suggestionToController","getFirstRange","head","comments.maxCommentsWhenCollapsed","some","_initializeController","Discard all selected suggestions","_handleControllerBuffer","_addUIComponentsToFactory","Discard all suggestions","children","suggestion-","keys","CommentsUI","suggestionUnloaded","TrackChangesEditing","comments","define","25582337ZuQmfw","_createMenuBarMenu","2829016AswYWB","componentFactory","isInContent","activeAnnotations","activeMarkers","_handleSuggestionControllerDelayed","from","_annotationViews","TrackChangesUI","_descriptionFactory","reduce","focus","getAllAdjacentSuggestions","isDirty","Annotations","SuggestionThreadView","mainView","147cpBOMN","size","createAnnotationView","previous","bind","commentThread","12nATvis","discardButton","EditorAnnotations","actionView","comments.maxCommentCharsWhenCollapsed","innerView","hasSuggestion","7602416DlLFMO","3488WYmykw","commands","view","getSuggestion","_createToolbarButton","filter","editor","acceptAllSuggestions","Track changes","pluginName","execute","separator","value","add","requires","set","items","commandName","_refreshActiveMarkers","stopListening","_viewToController","has","1224oobczH","getMarkers","6610hHfuxp","Accept all suggestions","change:previous","panelView","discardSelectedSuggestions","get","menuBar:trackChanges","trackChanges.SuggestionThreadView","button","push","unbind","trackChanges.disableComments","clear","283twcTZM","delegate","_bindAnnotationToEditors","delete","destroy","locale","acceptButton","CommentsRepository","model","switchbutton","registerAnnotation","remove","buttonView","trackChanges","comments.maxThreadTotalWeight","addComment","length","change:activeAnnotations","addSourceCollector","createCommentThreadController","suggestionChanged","isOn","getJoined","Accept all selected suggestions","discardAllSuggestions","init","isEnabled","createAnnotation","243678ILutYd","acceptSelectedSuggestions","isMultiRange","type","arrowView","listenTo","descriptionParts","values","getByInnerView","config","getDescriptions","editing","_disableComments","536705gGQnmi","_updateController","source","getRanges","comments.editorConfig","getMarkerNames","3qrYQBY","lowest"];return(Yc=function(){return t})()}function Qc(t,e){const n=Yc();return(Qc=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=Qc,r=t();for(;;)try{if(481077===-parseInt(n(275))/1*(-parseInt(n(238))/2)+parseInt(n(178))/3*(parseInt(n(207))/4)+-parseInt(n(316))/5+-parseInt(n(303))/6*(-parseInt(n(224))/7)+parseInt(n(237))/8+-parseInt(n(260))/9*(parseInt(n(262))/10)+-parseInt(n(205))/11*(parseInt(n(230))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class $c extends t.Plugin{static get[Zc(252)](){const t=Zc;return[yc,o.Users,t(282),t(221),t(232)]}static get[Zc(247)](){return Zc(215)}constructor(t){const e=Zc;super(t),this[e(187)]=new Map,this[e(258)]=new Map,this[e(214)]=new Map,this[e(194)]=new Map;const n=this[e(244)][e(312)];n[e(204)](e(269),Hc),n[e(204)](e(273),!1),this[e(315)]=n[e(267)](e(273))}[Zc(212)](t,e){const n=Zc;0===this[n(194)][n(225)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(194)]){const r=this[t(187)][t(259)](e);r||n?r&&n&&this[t(184)](e):this[t(192)](e)}this[t(194)][t(274)](),this[t(244)][t(180)][t(267)](t(232))[t(186)](),this[t(256)]()}),10),this[n(194)][n(253)](t,e)}[Zc(300)](){const t=Zc,e=this[t(244)],n=e[t(180)][t(267)](t(202)),r=e[t(180)][t(267)](t(221)),s=e[t(180)][t(267)](t(232)),o=e[t(180)][t(267)](t(282));this[t(195)](),s[t(293)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(213)](this[e(187)])){const s=t[e(219)](),o=[];for(const t of s){if(!t[e(209)])continue;if(t[e(305)]){o[e(271)](...t[e(175)]());continue}const n=t[e(188)]();if(o[e(291)]>0){const t=o[0][e(297)](n);if(t){o[0]=t;continue}}o[e(271)](n)}n[e(271)]([r[e(240)],o])}return n})),this[t(308)](n,t(185),((e,n)=>{const r=t;this[r(308)](n,r(264),((t,e,s,o)=>{const i=r;n[i(209)]&&(null==s?(this[i(173)](o[i(189)]),this[i(212)](n,!1)):(this[i(173)](s[i(189)]),null==o&&this[i(212)](n,!0)))})),null!==n[r(227)]?this[r(173)](n[r(189)]):this[r(212)](n,!1)})),this[t(308)](n,t(201),((e,n,r)=>{const s=t;this[s(257)](n,s(264)),this[s(194)][s(278)](n),this[s(187)][s(259)](n)&&this[s(184)](n),r&&this[s(173)](r[s(189)])})),this[t(308)](n,t(295),((e,n)=>{this[t(173)](n)})),this[t(308)](r,t(292),(()=>{this[t(256)]()})),this[t(308)](o,t(290),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(236)](r))return;const i=n[o(241)](r);this[o(187)][o(267)](i)[o(240)][o(218)]()}),{priority:t(179)})}[Zc(256)](){const t=Zc,e=this[t(244)][t(180)][t(267)](t(221)),n=this[t(244)][t(180)][t(267)](t(202)),r=Array[t(213)](e[t(210)],(e=>e[t(235)]))[t(243)]((e=>this[t(258)][t(259)](e))),s=[];for(const e of r){const n=this[t(258)][t(267)](e)[t(283)][t(219)]();s[t(271)](...n[t(217)](((e,n)=>[...e,...n[t(177)]()]),[]))}n[t(211)]=s}[Zc(195)](){const t=Zc,n=this[t(244)],r=n[t(280)],o=Hr(r,t(246)),i=new e.Collection([{type:t(284),model:new s.ViewModel({withText:!0,label:o,commandName:t(288)})},{type:t(249)},{type:t(270),model:new s.ViewModel({withText:!0,label:Hr(r,t(263)),commandName:t(245)})},{type:t(270),model:new s.ViewModel({withText:!0,label:Hr(r,t(298)),commandName:t(304)})},{type:t(270),model:new s.ViewModel({withText:!0,label:Hr(r,t(196)),commandName:t(299)})},{type:t(270),model:new s.ViewModel({withText:!0,label:Hr(r,t(193)),commandName:t(266)})}]);for(const e of i)if(tu(e)){const r=n[t(239)][t(267)](e[t(283)][t(255)]);e[t(283)][t(228)](t(296),t(301)).to(r,t(250),t(301))}n.ui[t(208)][t(251)](t(288),(e=>this[t(242)](e,i,o))),n.ui[t(208)][t(251)](t(268),(e=>this[t(206)](e,i,o)))}[Zc(242)](t,e,n){const r=Zc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(244)][r(239)][r(267)](r(288));o[r(287)][r(253)]({tooltip:n,label:n,icon:Jc}),o[r(287)][r(228)](r(296)).to(i,r(250)),o[r(287)].on(r(248),(()=>{const t=r;i[t(248)](),this[t(244)][t(314)][t(240)][t(218)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(271)](this[r(244)][r(239)][r(267)](t[r(283)][r(255)]));const c=o[r(287)];return c[r(233)][r(272)](r(301)),c[r(307)][r(272)](r(301)),c[r(233)][r(228)](r(301)).to(i,r(301)),c[r(307)][r(228)](r(301))[r(183)](a,r(301),((...t)=>t[r(191)]((t=>t)))),o.on(r(248),(t=>{const e=r;this[e(244)][e(248)](t[e(174)][e(255)]),this[e(244)][e(314)][e(240)][e(218)]()})),o}[Zc(206)](t,e,n){const r=Zc,o=new s.MenuBarMenuView(t),i=this[r(244)][r(239)][r(267)](r(288));o[r(287)][r(253)]({label:n,icon:Jc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(249)==n[r(306)]){a[r(254)][r(251)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(283)];i[r(228)](...Object[r(199)](c)).to(c),i[r(276)](r(248)).to(o),i.on(r(248),(()=>{const t=r;this[t(244)][t(248)](c[t(255)]),this[t(244)][t(314)][t(240)][t(218)]()})),e[r(197)][r(251)](i),a[r(254)][r(251)](e)}return o[r(228)](r(301)).to(i,r(301)),o[r(265)][r(197)][r(251)](a),o}[Zc(192)](t){const e=Zc,n=this[e(244)],r=n[e(312)],s=n[e(180)][e(267)](e(221)),i=n[e(180)][e(267)](e(282)),a=n[e(180)][e(267)](e(232)),c=n[e(180)][e(267)](o.Users).me,u=r[e(267)](e(288))[e(222)],{CommentsListView:l,CommentThreadInputView:f}=n[e(180)][e(267)](e(200));let h,g;this[e(214)][e(259)](t.id)?(g=this[e(214)][e(267)](t.id),h=g[e(223)]):(h=new u(n[e(280)],t,c,{disableComments:this[e(315)],editorConfig:r[e(267)](e(176)),maxCommentsWhenCollapsed:r[e(267)](e(190)),maxThreadTotalWeight:r[e(267)](e(289)),maxCommentCharsWhenCollapsed:r[e(267)](e(234)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(267)](e(280))),CommentView:r[e(267)](e(203))[e(181)],CommentsListView:l,CommentThreadInputView:f}),h[e(281)].on(e(248),(()=>{const t=e;n[t(314)][t(240)][t(218)]()})),h[e(231)].on(e(248),(()=>{const t=e;n[t(314)][t(240)][t(218)]()})),g=s[e(226)](this[e(244)][e(280)],h),g[e(228)](e(220)).to(h,e(220)),g[e(228)](e(291)).to(h),g[e(228)](e(306)).to(h,e(306),(t=>e(198)+t)),this[e(214)][e(253)](t.id,g));const d=i[e(294)](t[e(229)],h),p=new Bc(n,t,h,d),m=t[e(219)]()[e(243)]((t=>t[e(209)]));h[e(309)]=n[e(180)][e(267)](e(202))[e(216)][e(313)](m),this[e(187)][e(253)](t,p),this[e(258)][e(253)](h,p);const I=s[e(302)]({view:g,target:()=>{const r=e,s=[],i=t[r(219)]()[r(243)]((t=>t[r(209)]));for(const t of i)s[r(271)](...t[r(261)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(314)],s)},type:()=>e(198)+p[e(240)][e(306)]});i[e(277)](h,I),s[e(251)](I),a[e(285)](I)}[Zc(184)](t){const e=Zc,n=this[e(244)][e(180)][e(267)](e(282)),r=this[e(244)][e(180)][e(267)](e(221)),s=this[e(187)][e(267)](t),o=s[e(240)],i=r[e(311)](o);n[e(182)](o),i&&r[e(286)](i),this[e(187)][e(278)](t),this[e(258)][e(278)](o),s[e(279)]()}[Zc(173)](t){const e=Zc;if(!t[e(209)]||!this[e(187)][e(259)](t))return;const n=this[e(244)][e(180)][e(267)](e(202)),r=this[e(187)][e(267)](t),s=t[e(219)]();r[e(240)][e(309)]=n[e(216)][e(313)](s)}[Zc(279)](){const t=Zc;for(const e of this[t(187)][t(199)]())this[t(184)](e);for(const e of this[t(214)][t(310)]())e[t(223)][t(279)]();super[t(279)]()}}function tu(t){return Zc(283)in t}var eu=ru;function nu(){var t=["pluginName","65tZZXfh","36SKoYdn","7laTapj","adapter","393702yfRIJy","plugins","editor","get","17405230yICZme","getSuggestion","24395151cRBAPK","getSuggestions","addSuggestion","requires","1405437BBaxpv","40gyOBKn","addSuggestionData","9ESPZQT","170742LxBPqL","3190468PcToNX","Comments","TrackChanges","11200704wGqPPn"];return(nu=function(){return t})()}function ru(t,e){var n=nu();return(ru=function(t,e){return n[t-=314]})(t,e)}!function(t,e){for(var n=ru,r=t();;)try{if(910220===parseInt(n(314))/1+parseInt(n(319))/2+parseInt(n(318))/3*(parseInt(n(315))/4)+-parseInt(n(324))/5*(-parseInt(n(328))/6)+parseInt(n(326))/7*(parseInt(n(322))/8)+parseInt(n(317))/9*(parseInt(n(332))/10)+parseInt(n(334))/11*(-parseInt(n(325))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(nu);class su extends t.Plugin{static get[eu(337)](){return[yc,$c,eu(320)]}static get[eu(323)](){return eu(321)}set[eu(327)](t){var e=eu;this[e(330)][e(329)][e(331)](yc)[e(327)]=t}get[eu(327)](){var t=eu;return this[t(330)][t(329)][t(331)](yc)[t(327)]}[eu(336)](t){var e=eu;return this[e(330)][e(329)][e(331)](yc)[e(316)](t)}[eu(335)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(330)][n(329)][n(331)](yc)[n(335)]({skipNotAttached:t,toJSON:e})}[eu(333)](t){var e=eu;return this[e(330)][e(329)][e(331)](yc)[e(333)](t)}}const ou=iu;function iu(t,e){const n=fu();return(iu=function(t,e){return n[t-=133]})(t,e)}!function(t,e){const n=iu,r=t();for(;;)try{if(413314===-parseInt(n(147))/1+parseInt(n(173))/2+-parseInt(n(144))/3+-parseInt(n(160))/4+parseInt(n(175))/5*(-parseInt(n(152))/6)+parseInt(n(188))/7*(-parseInt(n(161))/8)+-parseInt(n(189))/9*(-parseInt(n(145))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fu);const au=[ou(156)];class cu extends t.Plugin{static get[ou(176)](){return[yc]}static get[ou(187)](){return ou(178)}[ou(184)](){const t=ou,n=this[t(164)];if(n[t(193)][t(174)](t(182),(e=>{const r=t,s=n[r(167)][r(170)][r(139)]()[r(185)](((t,e)=>(t[e]="",t)),{});return n[r(186)][r(153)](s,e)})),t(135)!=typeof n[t(193)][t(151)](t(136))[t(149)])throw new e.CKEditorError(t(162))}[ou(159)](t){return hu(this[ou(164)],!0,t)}[ou(157)](t){return hu(this[ou(164)],!1,t)}}class uu extends t.Plugin{static get[ou(187)](){return ou(163)}constructor(t){const e=ou;super(t),this[e(190)]=e(194)}[ou(184)](){const t=ou;this[t(164)][t(133)][t(151)](t(172))[t(169)]={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(164)][t(133)][t(151)](t(180))[t(169)]=null}}function lu(t){return void 0!==t[ou(143)]}function fu(){const t=["getSuggestions","config","end","plugins","div","function","trackChangesData","discardAllSuggestions","name","getRootNames","users","appendChild","createElement","getRootsAttributes","1352880GALbul","70530UUqeHw","Users","502249ZMMyzb","createDocumentFragment","editorCreator","push","get","12yusnSO","create","execute","getUser","Pagination","getDataWithDiscardedSuggestions","getFullData","getDataWithAcceptedSuggestions","1364568AudgSM","59336yoluzH","track-changes-data-invalid-editor-creator","TrackChangesDataGetter","editor","addUser","map","model","acceptAllSuggestions","_adapter","document","useAnonymousUser","CommentsRepository","1431466pyWXVO","define","824620iJwfYr","requires","rootsAttributes","TrackChangesData","set","TrackChangesEditing","destroy","trackChangesData.editorCreator","data","init","reduce","constructor","pluginName","623maYFed","2529eSEEZq","result","addSuggestionData"];return(fu=function(){return t})()}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(133)][r(150)](yc,uu),s[r(177)]=lu(t)?t[r(143)]():void 0;const i=document[r(148)](),a=t[r(193)][r(151)](r(136))[r(149)],c=await a(s,(()=>function(t){const e=r,n=document[e(142)](e(134));return t[e(141)](n),n}(i)));!function(t,e){const n=r,s=t[n(167)][n(170)][n(139)]()[n(185)](((e,r)=>(e[r]=t[n(183)][n(151)]({rootName:r}),e)),{}),o=t[n(133)][n(151)](n(146))[n(140)][n(166)]((t=>({id:t.id,name:t[n(138)]}))),i=t[n(133)][n(151)](n(180))[n(192)]({skipNotAttached:!0,toJSON:!0}),a=e[n(133)][n(151)](n(146)),c=e[n(133)][n(151)](n(180));for(const t of o)a[n(155)](t.id)||a[n(165)](t);a.me||a[n(171)]();for(const t of i)c[n(191)](t);e[n(183)][n(179)](s)}(t,c),c[r(154)](r(e?168:137));const u=lu(c)?c[r(158)](n):c[r(183)][r(151)](n);return await c[r(181)](),u}function gu(){var t=["236295KNGYuY","6086FTTZqM","829596EKjJHY","132072eKNvTH","1324640Fgncwe","879201zzLbwl","9GixJSY","21MAOOHb","338298aVWNCs"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=279]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(137602===-parseInt(n(284))/1*(-parseInt(n(279))/2)+-parseInt(n(287))/3+parseInt(n(280))/4+parseInt(n(282))/5+-parseInt(n(286))/6*(parseInt(n(285))/7)+-parseInt(n(281))/8+-parseInt(n(283))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|