@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240711.0 → 0.0.0-nightly-20240712.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/LICENSE.md +1 -1
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>jc,TrackChanges:()=>su,TrackChangesData:()=>uu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["10823256QHwNro","isEnabled","560jpIkxO","933KifENb","forceDisabled","35694kbBBus","16176LnJiFG","110MvqAad","clearForceDisabled","22337KRCqvL","_enableCommands","value","1736136hpbTIi","refresh","4649678FxtpMs","71EOOhDR","_isEnabledBasedOnSelection","execute","editor","10jEAQfd","has","_disableUnsupportedCommands","affectsData","424csahiH","commands","_enabledCommands","TrackChangesCommand"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=257]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(289318===-parseInt(n(258))/1*(-parseInt(n(276))/2)+-parseInt(n(273))/3*(-parseInt(n(266))/4)+parseInt(n(277))/5*(parseInt(n(275))/6)+-parseInt(n(279))/7*(-parseInt(n(272))/8)+-parseInt(n(282))/9*(parseInt(n(262))/10)+parseInt(n(257))/11+-parseInt(n(270))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(268)]=e,this[n(281)]=!1,this[n(283)](),this[n(259)]=!1}[c(283)](){this[c(271)]=!0}[c(260)](){const t=c;this[t(281)]=!this[t(281)],this[t(281)]?this[t(264)]():this[t(280)]()}[c(264)](){const t=c;for(const e of this[t(261)][t(267)][t(267)]())e[t(265)]&&!this[t(268)][t(263)](e)&&e[t(274)](t(269))}[c(280)](){const t=c;for(const e of this[t(261)][t(267)][t(267)]())e[t(265)]&&!this[t(268)][t(263)](e)&&e[t(278)](t(269))}}function h(t,e){const n=g();return(h=function(t,e){return n[t-=380]})(t,e)}function g(){const t=["execute","5HNtQVW","getRanges","1yEROHB","696mlkwUT","model","TrackChangesEditing","3KLKAcw","get","_suggestions","plugins","611216MZaRzG","150491zjHAEg","_isEnabledBasedOnSelection","2840698OoJWGO","5594826vARyDw","editor","canEditAt","24LfwVCa","refresh","6841552tzwyXL","12788730sbDrbY","6971760ijGByT","acceptSuggestion","track-changes-accept-suggestion-not-found","isEnabled"];return(g=function(){return t})()}const d=h;!function(t,e){const n=h,r=t();for(;;)try{if(976319===parseInt(n(387))/1*(parseInt(n(395))/2)+parseInt(n(391))/3*(parseInt(n(404))/4)+parseInt(n(385))/5*(-parseInt(n(399))/6)+-parseInt(n(398))/7*(-parseInt(n(402))/8)+-parseInt(n(405))/9+-parseInt(n(380))/10+-parseInt(n(396))/11*(-parseInt(n(388))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=h;super(t),this[n(393)]=e,this[n(403)](),this[n(397)]=!1}[d(403)](){this[d(383)]=!0}[d(384)](t){const n=d,r=this[n(393)][n(392)](t);if(!r)throw new e.CKEditorError(n(382),this);const s=r[n(386)]();this[n(400)][n(389)][n(401)](s)&&this[n(400)][n(394)][n(392)](n(390))[n(381)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=277]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(836680===-parseInt(n(286))/1*(parseInt(n(293))/2)+parseInt(n(278))/3+parseInt(n(288))/4*(-parseInt(n(285))/5)+-parseInt(n(287))/6+parseInt(n(298))/7*(-parseInt(n(284))/8)+-parseInt(n(295))/9*(parseInt(n(277))/10)+parseInt(n(297))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(299)]=e,this[n(281)](),this[n(280)]=!1}[m(281)](){this[m(291)]=!0}[m(292)](t){const n=m,r=this[n(299)][n(296)](t);if(!r)throw new e.CKEditorError(n(294),this);const s=r[n(283)]();this[n(282)][n(290)][n(289)](s)&&this[n(282)][n(279)][n(296)](n(300))[n(301)](r)}}function b(){const t=["plugins","_isEnabledBasedOnSelection","refresh","editor","getRanges","10865584KSpDLc","170KsrRCp","16793JPiyJO","1079112GkHtGO","30604YQqaXU","canEditAt","model","isEnabled","execute","6CjgFaM","track-changes-discard-suggestion-not-found","15007905gmfUQq","get","31348680NEoUwc","7KmqtlR","_suggestions","TrackChangesEditing","discardSuggestion","10KHwaxb","4508724XsQqVN"];return(b=function(){return t})()}function T(t){const e=y;return t[e(337)](((t,n)=>e(355)==t[e(333)]&&e(355)!=n[e(333)]?-1:e(355)!=t[e(333)]&&e(355)==n[e(333)]?1:0))}function _(t,e){const n=y;let r,s=0;const o=[],i=e[n(324)];for(;s<t[n(348)];){const a=t[s],c=t[s+1];r||(r=e[n(359)](a)),A(e,a,c)||(o[n(322)](e[n(347)](r,i[n(353)](a)?e[n(332)](a):e[n(352)](a,n(331)))),r=null),s++}return o}function y(t,e){const n=k();return(y=function(t,e){return n[t-=320]})(t,e)}function A(t,e,n){const r=y;if(!n)return!1;const s=t[r(332)](e),o=t[r(359)](n);return s[r(342)](o)}function k(){const t=["next","splice","replace","sort","1233GxsFKw","15QAbkhu","232506RDvFAa","change","isTouching","start","35126xmVlLh","isArray","getRanges","createRange","length","isMultiRange","17650DdCziX","596kbQGtm","createPositionAt","isObject","execute","deletion","value"," [color ","isCollapsed","createPositionBefore","isInContent","content","811314eAUFgZ","6478175NFdLbo","color","from","push","468938DeMPYp","schema","join","608AdHNWv","map","3015ojPRNn","add","isIntersecting","end","createPositionAfter","type"];return(k=function(){return t})()}!function(t,e){const n=y,r=t();for(;;)try{if(219701===parseInt(n(340))/1+-parseInt(n(323))/2+parseInt(n(328))/3*(-parseInt(n(351))/4)+parseInt(n(339))/5*(parseInt(n(362))/6)+-parseInt(n(344))/7*(parseInt(n(326))/8)+parseInt(n(338))/9*(-parseInt(n(350))/10)+parseInt(n(363))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=y;for(;n[r(348)];){const s=n[r(335)](0,100);t[r(341)]((()=>{const t=r;for(const n of s)n[t(360)]&&e[t(354)](n.id)}))}}const L=R;function N(){const t=["1406634BMnYOZ","4491dWhjSl","getRanges","canEditAt","10220210FROYVG","14vgdQKO","isEnabled","_isEnabledBasedOnSelection","51QNNDHg","57844GxxyfH","1483882jTSOzD","3016CyuTEk","values","execute","editor","_command","refresh","isInContent","from","_suggestions","some","3214545ZcXNUK","517906cpgzOb","model"];return(N=function(){return t})()}function R(t,e){const n=N();return(R=function(t,e){return n[t-=122]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(469571===parseInt(n(127))/1+parseInt(n(139))/2+-parseInt(n(137))/3*(-parseInt(n(138))/4)+parseInt(n(126))/5+-parseInt(n(129))/6*(parseInt(n(134))/7)+parseInt(n(140))/8*(-parseInt(n(130))/9)+-parseInt(n(133))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(144)]=e,this[r(124)]=n,this[r(145)](),this[r(136)]=!1}[L(145)](){const t=L,e=Array[t(123)](this[t(124)][t(141)]())[t(125)]((e=>e[t(122)]));this[t(135)]=this[t(144)][t(135)]&&e}[L(142)](){const t=L,e=T(Array[t(123)](this[t(124)][t(141)]()));for(const n of e){const e=n[t(131)]();if(!this[t(143)][t(128)][t(132)](e))return}C(this[t(143)][t(128)],this[t(144)],e)}}const M=O;function v(){const t=["317428MndcUF","getRanges","selection","2942770utfbpv","6pfLcnm","isEnabled","execute","document","canEditAt","_isEnabledBasedOnSelection","434BhshDm","10200uCHpBg","15ffofWj","10736SmXcml","values","15952DgPtOD","size","45972RwSOiP","249196ZtfaJB","_suggestions","refresh","_command","1rUWGog","1273956zVloBu","model","editor","_selectedSuggestions","from"];return(v=function(){return t})()}function O(t,e){const n=v();return(O=function(t,e){return n[t-=395]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(334263===-parseInt(n(407))/1*(parseInt(n(413))/2)+-parseInt(n(417))/3*(-parseInt(n(403))/4)+-parseInt(n(397))/5*(parseInt(n(408))/6)+-parseInt(n(395))/7*(parseInt(n(400))/8)+parseInt(n(402))/9+parseInt(n(416))/10+-parseInt(n(398))/11*(-parseInt(n(396))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(v);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(406)]=e,this[r(404)]=n,this[r(411)]=new Set,this[r(405)](),this[r(422)]=!1}[M(405)](){const t=M,e=this[t(410)][t(409)][t(420)][t(415)],n=Array[t(412)](this[t(404)][t(399)]());this[t(411)]=function(t,e){const n=y,r=Array[n(321)](t[n(346)]()),s=new Set;for(const o of e)if(o[n(360)])for(const e of r)for(const r of o[n(346)]())(e[n(330)](r)||t[n(358)]&&!o[n(349)]&&o[n(334)]&&r[n(331)][n(342)](e[n(343)]))&&s[n(329)](o);return s}(e,n),this[t(418)]=this[t(406)][t(418)]&&!!this[t(411)][t(401)]}[M(419)](){const t=M,e=T(Array[t(412)](this[t(411)]));for(const n of e){const e=n[t(414)]();if(!this[t(410)][t(409)][t(421)](e))return}C(this[t(410)][t(409)],this[t(406)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const B=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 x=function(t){var e=this.__data__,n=B(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=B(e,t);return n<0?void 0:e[n][1]};const j=function(t){return B(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function 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=x,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const H=function(){this.__data__=new z,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const Q=q||Z||Function("return this")();const Y=Q.Symbol;var J=Object.prototype,$=J.hasOwnProperty,tt=J.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Q["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Q,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(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 Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Nt,wt.prototype.get=St,wt.prototype.has=vt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||z),string:new Ft}};const Bt=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 Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=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=xt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Ht=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new z(t);this.size=e.size}Wt.prototype.clear=H,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=X,Wt.prototype.set=Ht;const Kt=Wt;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Qt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Jt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Q.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Ne(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):ve(t)};const Fe=function(t,e){return t&&Jt(e,we(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return De(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const xe=function(t){return Oe(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Jt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Q.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const He=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Qe=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return qe.call(t,e)})))}:Xe;const Ye=function(t,e){return Jt(t,Qe(t),e)};const Je=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Je(e,Qe(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Jt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Je(r,n(t))};const rn=function(t){return nn(t,we,Qe)};const sn=function(t){return nn(t,xe,tn)};const on=At(Q,"DataView");const an=At(Q,"Promise");const cn=At(Q,"Set");const un=At(Q,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Q.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Nn.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 On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return 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 Bn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Dn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Wn="[object Object]",Kn={};Kn[zn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Hn]=Kn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Wn||h==zn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?en(e,Ue(a,e)):Ye(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:we)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Jn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Yn.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Jn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return 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 Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Nr?Sr:c)==Sr,f=(u=u==Nr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):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),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Dr(t,Br(e,0,-1))};const xr=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||xr(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=276]})(t,e)}function Vr(){const t=["substr","author","119DqAQbt","addRange","removeAttribute","getFirstMarker","nodeAfter","previous","attributes","onAccept","authoredAt","106HoNzkN","1432xOWjQA","length","17562OAcBuq","commentThread","start","clear","getMultiRangeId","creator","getItems","2404840ygiyZO","_markerNames","getMarkers","subType","10938OidAMi","createdAt","size","map","end","5XUKdtO","next","getMarkerNames","removeMarkers","getRanges","_isDataLoaded","isIntersecting","markers","decorate","9276lkxpDJ","type","accept","toJSON","_onAccept","14971ragqFE","_saved","@external","getAllAdjacentSuggestions","removeMarker","isMultiRange","from","filter","reduce","data","isIntersectingWithRange","discard","get","addMarker","head","push","95357xXjeMZ","setAttribute","split","_onAttributesChange","suggestion:","add","6914740MAMyyj","onAttributesChange","getRange","16371TDswux","getContainedElement","isInContent","hasComments","nodeBefore","onDiscard","delete","_onDiscard","change","getFirstRange","set","isExternal","_model","addMarkerName"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(518110===parseInt(n(322))/1+-parseInt(n(356))/2*(parseInt(n(287))/3)+-parseInt(n(283))/4*(-parseInt(n(292))/5)+-parseInt(n(276))/6*(-parseInt(n(347))/7)+parseInt(n(357))/8*(parseInt(n(331))/9)+parseInt(n(328))/10+-parseInt(n(306))/11*(parseInt(n(301))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(297)]=!1,this.id=e.id,this[n(302)]=e[n(302)],this[n(286)]=e[n(286)]||null,this[n(346)]=e[n(346)],this[n(281)]=e[n(281)]||e[n(346)],this[n(342)]=Boolean(e[n(353)]&&e[n(353)][n(308)]),this[n(315)]=null,this[n(343)]=t,this[n(305)]=e[n(354)],this[n(338)]=e[n(336)],this[n(325)]=e[n(329)],this[n(284)]=new Set,this[n(288)]=null,this[n(341)](n(355),null),this[n(341)](n(353),e[n(353)]||{}),this[n(341)](n(352),null),this[n(341)](n(293),null),this[n(341)](n(277),null),this[n(341)](n(307),!1),this[n(300)](n(303)),this[n(300)](n(317))}get[jr(320)](){const t=jr;let e=this;for(;e[t(352)];)e=e[t(352)];return e}get[jr(334)](){const t=jr;return!!this[t(277)]&&this[t(277)][t(358)]>0}get[jr(311)](){const t=jr;return 0!=this[t(284)][t(289)]&&6==Array[t(312)](this[t(284)])[0][t(324)](":")[t(358)]}get[jr(333)](){return null!==this[jr(350)]()}[jr(344)](t){const e=jr;this[e(284)][e(327)](t)}[jr(294)](){const t=jr;return Array[t(312)](this[t(284)])}[jr(285)](){const t=jr;return this[t(294)]()[t(290)]((e=>this[t(343)][t(299)][t(318)](e)))[t(313)]((t=>t))}[jr(350)](){return this[jr(285)]()[0]||null}[jr(295)](){const t=jr;this[t(343)][t(339)]((e=>{const n=t;for(const t of this[n(285)]())e[n(310)](t)})),this[t(284)][t(279)]()}[jr(310)](t){const e=jr;this[e(343)][e(339)]((n=>{n[e(310)](t)})),this[e(284)][e(337)](t)}[jr(348)](t){const e=jr,n=e(326)+this[e(302)]+":"+this[e(286)]+":"+this.id+":"+this[e(281)].id+":"+zr[e(280)]();this[e(344)](n),this[e(343)][e(339)]((r=>{r[e(319)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(316)](t){const e=jr;for(const n of this[e(296)]())if(n[e(298)](t))return!0;return!1}[jr(296)](){const t=jr;return this[t(285)]()[t(290)]((e=>e[t(330)]()))}[jr(282)](){const t=jr;return this[t(296)]()[t(314)](((e,n)=>[...e,...n[t(282)]()]),[])}[jr(340)](){const t=jr;var e;return(null===(e=this[t(350)]())||void 0===e?void 0:e[t(330)]())||null}[jr(332)](){const t=jr,e=this[t(296)]();if(1!=e[t(358)])return null;const n=e[0],r=n[t(278)][t(351)],s=n[t(291)][t(335)];return r instanceof i.Element?r!=s?null:r:null}[jr(303)](){const t=jr;this[t(305)](this[t(296)](),this[t(315)],this[t(353)]),this[t(295)]()}[jr(317)](){const t=jr;this[t(338)](this[t(296)](),this[t(315)],this[t(353)]),this[t(295)]()}[jr(309)](){const t=jr,e=[];let n=this[t(320)];for(;n;)e[t(321)](n),n=n[t(293)];return e}[jr(323)](t,e){const n=jr,r=qn(this[n(353)]);hr(r,t,e),wr(r,this[n(353)])||(this[n(353)]=r,this[n(325)](r))}[jr(349)](t){const e=jr,n=qn(this[e(353)]);Ur(n,t),wr(n,this[e(353)])||(this[e(353)]=n,this[e(325)](this[e(353)]))}[jr(304)](){const t=jr;return{id:this.id,type:this[t(286)]?this[t(302)]+":"+this[t(286)]:this[t(302)],authorId:this[t(281)].id,createdAt:this[t(288)],hasComments:this[t(334)],data:this[t(315)],attributes:this[t(353)]}}static[jr(280)](){const t=jr;return(0,e.uid)()[t(345)](1,5)}}function Hr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}function Wr(t,e){const n=qr();return(Wr=function(t,e){return n[t-=475]})(t,e)}const Kr=Wr;!function(t,e){const n=Wr,r=t();for(;;)try{if(968956===-parseInt(n(486))/1+parseInt(n(546))/2+-parseInt(n(509))/3*(-parseInt(n(545))/4)+parseInt(n(481))/5+-parseInt(n(526))/6*(-parseInt(n(559))/7)+-parseInt(n(502))/8+parseInt(n(549))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qr);class Xr{constructor(t,e){const n=Wr;this[n(517)]=[],this[n(522)]=new Map,this[n(531)]=[],this[n(505)]=new Map,this[n(568)]=t,this[n(477)]=e}[Kr(488)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(558)];o++){const i=t[o];if(!i[e(495)])continue;const a=this[e(490)](i);if(a){if(null!=i[e(541)]){if(r[e(567)](i[e(541)]))continue;r[e(555)](i[e(541)])}n[e(566)](a)}else if(e(492)!=i[e(547)])e(548)!=i[e(547)]&&e(489)!=i[e(547)]||this[e(513)](n,i,t[o+1]);else{const t=i[e(553)][e(512)];if(s[e(567)](t))continue;s[e(555)](i[e(553)][e(512)]),t==_c?this[e(482)](n,i):this[e(544)](n,i)}}return this[e(484)](n)}[Kr(501)](t){const e=Kr;this[e(517)][e(566)](t)}[Kr(525)](t,n,r=e.priorities[Kr(518)]){const s=Kr;s(524)==typeof t?(0,e.insertToPriorityArray)(this[s(531)],{matchingCallback:t,label:n,priority:r}):this[s(522)][s(511)](t,n)}[Kr(563)](t,e){const n=Kr;this[n(505)][n(511)](t,e)}[Kr(551)](t,e=1){const n=Kr;let r;for(const e of this[n(531)])if(e[n(536)](t)){r=e[n(485)];break}return r||(r=this[n(522)][n(569)](t[n(479)])),r?r(e):1!==e?e+" "+t[n(479)]+"s":""+t[n(479)]}[Kr(534)](t,e){const n=Kr,r=e[n(500)]()[n(523)](),s=n(548)==e[n(547)]?n(555):n(520);for(const e of r){const o=e[n(564)],i=t[t[n(558)]-1];if(o.is(n(537)))i&&i[n(547)][n(538)](n(491))>-1&&t[n(497)](),i&&n(561)==i[n(547)]?i[s]+=o[n(553)]:t[n(566)]({type:n(561),add:n(555)==s?o[n(553)]:"",remove:n(520)==s?o[n(553)]:""});else if(this[n(568)][n(498)](o)){const a=o;if(i&&i[n(547)][n(538)](n(491))>-1&&t[n(497)](),n(499)==e[n(547)])continue;i&&i[n(547)]==s+n(529)&&i[n(510)][n(479)]==a[n(479)]?i[n(483)]++:t[n(566)]({type:s+n(529),element:a,quantity:1}),r[n(535)]((t=>!(n(499)==t[n(547)]&&t[n(564)]==o)))}else if(this[n(568)][n(554)](o,n(556))||o.is(n(510),n(542))){const r=o;if(n(555)==s&&n(515)==e[n(547)]||n(520)==s&&n(499)==e[n(547)])continue;if(i&&-1==i[n(547)][n(538)](n(491))){n(561)==i[n(547)]&&(i[s]+="\n");continue}let a;if(a=n(555)==s?r[n(493)]&&!this[n(568)][n(498)](r[n(493)])?r[n(493)]:null:r[n(487)]&&!this[n(568)][n(498)](r[n(487)])?r[n(487)]:null,r[n(560)]||a&&a[n(560)]){const e=a&&a[n(560)]?a:r;i&&i[n(547)]==s+n(557)&&i[n(510)][n(479)]==e[n(479)]?i[n(483)]++:t[n(566)]({type:s+n(557),element:e,quantity:1})}else t[n(566)]({type:s+n(491),element:r})}}}[Kr(484)](t){const e=Kr,n=this[e(477)],r=[],s=[],o=[];for(const i of t)switch(i[e(547)]){case e(561):if(i[e(555)]=i[e(555)][e(508)](/(\S)\u000A+(\S)/g,e(516))[e(508)](/\u000A/g,""),i[e(520)]=i[e(520)][e(508)](/(\S)\u000A+(\S)/g,e(516))[e(508)](/\u000A/g,""),""!=i[e(555)]&&""!=i[e(520)]){r[e(566)]({type:e(508),content:Hr(n,e(478),['"'+i[e(520)]+'"','"'+i[e(555)]+'"'])});continue}if(null!=i[e(555)][e(532)](/^ +$/)){r[e(566)]({type:e(548),content:Hr(n,e(543),Hr(n,e(475),i[e(555)][e(558)]))});continue}if(null!=i[e(520)][e(532)](/^ +$/)){r[e(566)]({type:e(489),content:Hr(n,e(562),Hr(n,e(475),i[e(520)][e(558)]))});continue}if(""!=i[e(555)]){r[e(566)]({type:e(548),content:Hr(n,e(543),'"'+i[e(555)]+'"')});continue}r[e(566)]({type:e(489),content:Hr(n,e(562),'"'+i[e(520)]+'"')});continue;case e(539):case e(480):r[e(566)]({type:e(548),content:Hr(n,e(543),this[e(551)](i[e(510)],i[e(483)]))});continue;case e(514):case e(528):r[e(566)]({type:e(489),content:Hr(n,e(562),this[e(551)](i[e(510)],i[e(483)]))});continue;case e(527):r[e(566)]({type:e(548),content:Hr(n,e(496),this[e(551)](i[e(510)],i[e(483)]))});continue;case e(507):r[e(566)]({type:e(489),content:Hr(n,e(519),this[e(551)](i[e(510)],i[e(483)]))});continue;case e(533):s[e(566)](i[e(512)]);continue;case e(550):o[e(566)](i[e(512)]);continue;default:r[e(566)](i)}if(s[e(558)]){const t=s[e(530)]((t=>this[e(505)][e(567)](t)?this[e(505)][e(569)](t):t))[e(540)](", ");r[e(566)]({type:e(506),content:Hr(this[e(477)],e(476),t)})}if(o[e(558)]){const t=o[e(530)]((t=>this[e(505)][e(567)](t)?this[e(505)][e(569)](t):t))[e(540)](", ");r[e(566)]({type:e(506),content:Hr(this[e(477)],e(504),t)})}return r}[Kr(490)](t){const e=Kr;for(const n of this[e(517)]){const r=n(t);if(r&&e(547)in r)return r}}[Kr(544)](t,e){const n=Kr,r=e[n(553)],s=void 0===r[n(552)]?n(550):n(533);t[n(566)]({type:s,key:r[n(512)]})}[Kr(482)](t,e){const n=Kr;t[n(566)]({type:n(506),content:Hr(this[n(477)],n(521),this[n(551)](e[n(500)]()[n(503)][n(494)],1))})}[Kr(513)](t,e,n){const r=Kr;if(this[r(534)](t,e),n&&n[r(500)]()&&!e[r(500)]()[r(565)][r(570)](n[r(500)]()[r(503)])){const n=t[t[r(558)]-1],s=r(548)==e[r(547)]?r(555):r(520);n&&r(561)==n[r(547)]&&(n[s]+="\n")}}}function qr(){const t=["8766330sWnySb","addContainer","removeObject","Object","map","_itemLabelsCallbacks","match","addFormat","_addDescriptionItems","skip","matchingCallback","$textProxy","indexOf","addEmptyContainer","join","subType","softBreak","*Insert:* %0","_handleAttributeSuggestionDescription","19984SyVywN","2108316hYQtvC","type","insertion","83682QEbxBh","removeFormat","getItemLabel","newValue","data","checkChild","add","$text","EmptyContainer","length","7HSqoGm","isEmpty","text","*Remove:* %0","registerAttributeLabel","item","end","push","has","_schema","get","isEqual","ELEMENT_SPACE","*Set format:* %0","_locale","REPLACE_TEXT","name","addObject","731475slhCXc","_handleRenameSuggestionDescription","quantity","_resolveDescriptionItems","label","985973pIHQqk","previousSibling","getDescriptions","deletion","_handleCustomCallbackDescription","Container","attribute","nextSibling","nodeAfter","isInContent","*Split:* %0","pop","isObject","elementEnd","getFirstRange","registerDescriptionCallback","15279368BLKAxD","start","*Remove format:* %0","_attributeLabels","format","removeContainer","replace","717vauVHR","element","set","key","_handleInsertRemoveSuggestionDescription","removeEmptyContainer","elementStart","$1 $2","_customCallbacks","normal","*Merge:* %0","remove","*Change to:* %0","_itemLabels","getWalker","function","registerElementLabel"];return(qr=function(){return t})()}const Zr=Qr;function Qr(t,e){const n=Jr();return(Qr=function(t,e){return n[t-=313]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(984212===-parseInt(n(314))/1*(-parseInt(n(316))/2)+parseInt(n(315))/3*(-parseInt(n(322))/4)+-parseInt(n(324))/5*(parseInt(n(328))/6)+-parseInt(n(319))/7*(-parseInt(n(323))/8)+parseInt(n(331))/9+-parseInt(n(317))/10*(parseInt(n(327))/11)+-parseInt(n(332))/12*(-parseInt(n(333))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Yr extends t.Plugin{[Zr(313)](){const t=Zr,e=this[t(318)],n=e[t(325)][t(326)](t(321));e[t(329)][t(326)](t(330))&&n[t(320)](t(330))}}function Jr(){const t=["19552ZtZgcv","afterInit","507819uQcLhy","321zFpPkQ","2lZcfyi","1616980ixLESM","editor","7ieFXRA","enableCommand","TrackChangesEditing","30560PgjXnI","12847256jGSsGn","158525XXSUIK","plugins","get","121ajtiob","102legEdl","commands","showAIAssistant","440325VYAROb","15612IpkmcC"];return(Jr=function(){return t})()}function $r(t,e){const n=ns();return($r=function(t,e){return n[t-=235]})(t,e)}const ts=$r;!function(t,e){const n=$r,r=t();for(;;)try{if(486966===-parseInt(n(271))/1+-parseInt(n(245))/2*(-parseInt(n(243))/3)+parseInt(n(239))/4*(-parseInt(n(254))/5)+parseInt(n(275))/6*(-parseInt(n(273))/7)+parseInt(n(264))/8+-parseInt(n(248))/9+parseInt(n(270))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ns);class es extends t.Plugin{[ts(268)](){const t=ts,e=this[t(235)],n=e[t(256)];if(!e[t(258)][t(249)](t(236)))return;const r=e[t(258)][t(241)](t(255));r[t(238)](t(247)),r[t(266)](t(247)),r[t(263)][t(260)](t(247),Hr(n,t(237))),this[t(265)]()}[ts(265)](){const t=ts,e=this[t(235)],n=e[t(256)];e[t(258)][t(241)](t(255))[t(263)][t(244)]((e=>{const r=t;if(r(251)!=e[r(242)])return;const{data:s}=e;if(s&&r(247)==s[r(267)]){const t=s[r(274)][0][r(272)];return{type:r(257),content:Hr(n,r(259),function(t){const e=r;switch(t){case e(240):return Hr(n,e(269));case e(252):return Hr(n,e(246));case e(250):return Hr(n,e(261));case e(262):return Hr(n,e(253))}}(t))}}}))}}function ns(){const t=["commandName","afterInit","FORMAT_ALIGN_TO_LEFT","19017830BnmnAj","474414XObojP","value","14vwWJwj","commandParams","2631666wcJHSI","editor","AlignmentEditing","FORMAT_ALIGNMENT","enableDefaultAttributesIntegration","232OpXCKj","left","get","type","1155LlrLHv","registerDescriptionCallback","738pBASDI","FORMAT_ALIGN_TO_RIGHT","alignment","4893192BpSGYW","has","center","formatBlock","right","FORMAT_JUSTIFY_TEXT","25115YujTUA","TrackChangesEditing","locale","format","plugins","*Format:* %0","registerAttributeLabel","FORMAT_ALIGN_TO_CENTER","justify","descriptionFactory","5038208CDDfku","_registerLegacyDescription","registerBlockAttribute"];return(ns=function(){return t})()}const rs=ss;function ss(t,e){const n=is();return(ss=function(t,e){return n[t-=296]})(t,e)}!function(t,e){const n=ss,r=t();for(;;)try{if(326274===parseInt(n(340))/1*(-parseInt(n(347))/2)+parseInt(n(296))/3+-parseInt(n(330))/4*(-parseInt(n(318))/5)+-parseInt(n(327))/6*(-parseInt(n(317))/7)+parseInt(n(325))/8*(-parseInt(n(321))/9)+-parseInt(n(323))/10*(-parseInt(n(342))/11)+-parseInt(n(311))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(is);const os=[rs(344),rs(343),rs(298),rs(312),rs(329),rs(326),rs(353)];function is(){const t=["italic","slice","get","*Remove format:* %0","commandParams","forceValue","FORMAT_CODE","editor","commandName","descriptionFactory","has","_registerLegacyDescription","9023820eKtGft","CodeEditing","TrackChangesEditing","FORMAT_BOLD","registerInlineAttribute","subscript","2361590qzYEMJ","803735NMufaS","underline","format","333DPvkAk","registerAttributeLabel","20kojGQR","FORMAT_STRIKETHROUGH","16872hCyhbK","SubscriptEditing","6cEwpfm","bold","StrikethroughEditing","16xYBVTt","FORMAT_","formatInline","strikethrough","superscript","enableDefaultAttributesIntegration","*Format:* %0","registerDescriptionCallback","FORMAT_UNDERLINE","FORMAT_SUPERSCRIPT","1uCYmzU","FORMAT_ITALIC","2223397NCktad","ItalicEditing","BoldEditing","locale","toLowerCase","690320PGuXcK","afterInit","toUpperCase","plugins","code","FORMAT_SUBSCRIPT","SuperscriptEditing","350520zcScWm","type","UnderlineEditing"];return(is=function(){return t})()}class as extends t.Plugin{[rs(348)](){const t=rs,e=this[t(306)],n=e[t(350)][t(301)](t(313)),r=e[t(345)];for(const s of os){if(!e[t(350)][t(309)](s))continue;const o=s[t(300)](0,-7)[t(346)](),i=t(331)+o[t(349)]();n[t(335)](o),n[t(315)](o),n[t(308)][t(322)](o,Hr(r,i))}this[t(310)]()}[rs(310)](){const t=rs,e=this[t(306)],n=e[t(345)],r=e[t(350)][t(301)](t(313));function s(e,s){const o=t;r[o(308)][o(337)]((t=>{const r=o;if(r(332)!=t[r(297)])return;const{data:i}=t;return i&&i[r(307)]===e?i[r(303)][0][r(304)]?{type:r(320),content:Hr(n,r(336),s)}:{type:r(320),content:Hr(n,r(302),s)}:void 0}))}s(t(328),Hr(n,t(314))),s(t(299),Hr(n,t(341))),s(t(319),Hr(n,t(338))),s(t(351),Hr(n,t(305))),s(t(333),Hr(n,t(324))),s(t(316),Hr(n,t(352))),s(t(334),Hr(n,t(339)))}}const cs=ls;function us(){const t=["change","getSelectedBlocks","21IBcOuD","locale","610WukXrV","afterInit","parent","commandParams","registerDescriptionCallback","5395NqAbEn","schema","2717277HbRMLr","56148OLtFgp","editor","from","$root","commands","descriptionFactory","*Set format:* %0","142119kfKMjO","value","2wEfNGG","blockQuote","filter","selection","commandName","markBlockFormat","TrackChangesEditing","enableCommand","ELEMENT_BLOCK_QUOTE","1396mtvIua","model","checkChild","document","forceValue","3586VDGoZi","plugins","3486930qaoTEE","has","get","name","1376112gGKbWE","format","*Remove format:* %0","BlockQuoteEditing","599189FqvsmX"];return(us=function(){return t})()}function ls(t,e){const n=us();return(ls=function(t,e){return n[t-=253]})(t,e)}!function(t,e){const n=ls,r=t();for(;;)try{if(490111===parseInt(n(274))/1+-parseInt(n(296))/2*(-parseInt(n(286))/3)+-parseInt(n(259))/4*(-parseInt(n(284))/5)+parseInt(n(266))/6+parseInt(n(277))/7*(parseInt(n(270))/8)+-parseInt(n(294))/9*(parseInt(n(279))/10)+-parseInt(n(264))/11*(parseInt(n(287))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class fs extends t.Plugin{[cs(280)](){const t=cs,e=this[t(288)],n=e[t(278)];if(!e[t(265)][t(267)](t(273)))return;const r=e[t(265)][t(268)](t(256)),s=this[t(288)][t(291)][t(268)](t(297));r[t(257)](t(297),((n,o={})=>{const i=t,a=this[i(288)][i(260)][i(262)][i(253)],c=o&&void 0!==o[i(263)]?o[i(263)]:!s[i(295)];let u=[];if(c){const t=Array[i(289)](a[i(276)]())[i(298)]((t=>hs(t)||function(t,e){const n=i,r=e[n(261)](t[n(281)],n(297)),s=e[n(261)]([n(290),n(297)],t);return r&&s}(t,this[i(288)][i(260)][i(285)])));u=_(t,e[i(260)])}else{const t=Array[i(289)](a[i(276)]())[i(298)]((t=>hs(t)));u=_(t,e[i(260)])}e[i(260)][i(275)]((()=>{const t=i;for(const e of u)r[t(255)](e,{commandName:t(297),commandParams:[{forceValue:c}]})}))})),r[t(292)][t(283)]((e=>{const r=t,{data:s}=e;if(s&&r(297)==s[r(254)]){const t=Hr(n,r(258));return s[r(282)][0][r(263)]?{type:r(271),content:Hr(n,r(293),t)}:{type:r(271),content:Hr(n,r(272),t)}}}))}}function hs(t){const e=cs;return e(297)==t[e(281)][e(269)]}const gs=ds;function ds(t,e){const n=ps();return(ds=function(t,e){return n[t-=249]})(t,e)}function ps(){const t=["get","2196238Trorsj","changeCaseUpper","4kbwZpA","enableCommand","changeCaseLower","afterInit","1492398ECFcEF","362322GxxTHB","TrackChangesEditing","plugins","651wHHazH","42735IEcvqJ","270tAjnTf","has","changeCaseTitle","428mInqaw","501330pKmsxi","CaseChange","718192CnwvKf","77604pfSqCf","editor"];return(ps=function(){return t})()}!function(t,e){const n=ds,r=t();for(;;)try{if(906077===parseInt(n(249))/1+parseInt(n(267))/2*(parseInt(n(259))/3)+-parseInt(n(258))/4*(parseInt(n(254))/5)+parseInt(n(262))/6*(-parseInt(n(253))/7)+-parseInt(n(261))/8+parseInt(n(250))/9*(parseInt(n(255))/10)+parseInt(n(265))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[gs(270)](){const t=gs,e=this[t(263)];e[t(252)][t(256)](t(260))&&(e[t(252)][t(264)](t(251))[t(268)](t(266)),e[t(252)][t(264)](t(251))[t(268)](t(269)),e[t(252)][t(264)](t(251))[t(268)](t(257)))}}function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=231]})(t,e)}const Es=Is;function bs(){const t=["11460950wVXEvM","1851664upxOMy","afterInit","ckbox","794OrgKkk","32018IRKPfD","commands","6125940truqTx","2190yBVNso","editor","194cWfGMx","enableCommand","TrackChangesEditing","plugins","4399986zBWBxU","27xJcnWq","get","4739080AOMQTI"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(894026===parseInt(n(240))/1*(parseInt(n(246))/2)+parseInt(n(232))/3+-parseInt(n(237))/4+-parseInt(n(243))/5+-parseInt(n(244))/6*(-parseInt(n(241))/7)+parseInt(n(235))/8*(-parseInt(n(233))/9)+parseInt(n(236))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(238)](){const t=Es,e=this[t(245)];e[t(242)][t(234)](t(239))&&e[t(231)][t(234)](t(248))[t(247)](t(239))}}const _s=ks;function ys(){const t=["change","descriptionFactory","model","6323020GdnWXN","3331184UXLEIP","codeBlock","90qfsCFy","commands","*Remove format:* %0","has","formatBlock","blockName","label","commandName","getSelectedBlocks","outdentCodeBlock","languages","config","afterInit","type","12hDmIBl","registerElementLabel","language","763430ghLhBV","registerDescriptionCallback","format","toLowerCase","checkChild","indentCodeBlock","value","selection","filter","editor","commandParams","forceValue","markBlockFormat","3811704bqlMjV","rootElement","from","enableCommand","ELEMENT_CODE_BLOCK","get","plugins","parent","TrackChangesEditing","locale","schema","CodeBlock","14ibLCmL","find","name","382snLnbw","*Set format:* %0","isLimit","150020UMWrXO","393FbwPsd","document","34855IzvoKn"];return(ys=function(){return t})()}!function(t,e){const n=ks,r=t();for(;;)try{if(479722===-parseInt(n(298))/1+parseInt(n(292))/2*(-parseInt(n(296))/3)+parseInt(n(335))/4+parseInt(n(322))/5*(-parseInt(n(319))/6)+-parseInt(n(289))/7*(parseInt(n(303))/8)+-parseInt(n(305))/9*(-parseInt(n(295))/10)+parseInt(n(302))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class As extends t.Plugin{[_s(317)](){const t=_s,e=this[t(331)];if(!e[t(341)][t(308)](t(288)))return;const n=e[t(341)][t(340)](t(343)),r=e[t(286)],s=e[t(316)][t(340)](t(304))[t(315)],o=e[t(306)][t(340)](t(304));n[t(338)](t(327)),n[t(338)](t(314)),n[t(338)](t(304),((r,i={})=>{const a=t,c=e[a(301)],u=e[a(301)][a(297)][a(329)],l=i&&void 0!==i[a(333)]?i[a(333)]:!o[a(328)];let f;i[a(321)]||(i[a(321)]=s[0][a(321)]),f=l?Array[a(337)](u[a(313)]())[a(330)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(336))&&!e[n(294)](t)&&e[n(326)](t[n(342)],n(304))}(t,c[a(287)]))):Array[a(337)](u[a(313)]())[a(330)]((t=>Cs(t)));const h=_(f,c);c[a(299)]((()=>{const t=a;for(const e of h)n[t(334)](e,{commandName:t(304),commandParams:[{...i,forceValue:l}],formatGroupId:t(310)})}))})),n[t(300)][t(320)](t(304),(e=>Hr(r,t(339),e))),n[t(300)][t(323)]((e=>{const n=t;if(n(309)!=e[n(318)])return;const o=r.t,{data:i}=e;if(!i||n(304)!=i[n(312)])return;const a=i[n(332)][0][n(321)],c=o(s[n(290)]((t=>t[n(321)]===a))[n(311)])[n(325)]();return i[n(332)][0][n(333)]?{type:n(324),content:Hr(r,n(293),Hr(r,n(339),1)+" ("+c+")")}:{type:n(324),content:Hr(r,n(307),Hr(r,n(339),1))}}))}}function ks(t,e){const n=ys();return(ks=function(t,e){return n[t-=286]})(t,e)}function Cs(t){const e=_s;return e(304)==t[e(291)]}function Ls(){const t=["has","19555nUpxrJ","get","addCommentThread","205975BvPImP","afterInit","452540HLrDJn","editor","128YkEQBN","3936ExdwWu","enableCommand","TrackChangesEditing","416143rzlnlB","16134QFVhZJ","plugins","8wDMqMz","1345896lbTKgr","42VjsQbc","18pijaEN","CommentsEditing"];return(Ls=function(){return t})()}const Ns=Rs;function Rs(t,e){const n=Ls();return(Rs=function(t,e){return n[t-=289]})(t,e)}!function(t,e){const n=Rs,r=t();for(;;)try{if(168092===-parseInt(n(293))/1*(parseInt(n(295))/2)+parseInt(n(289))/3*(parseInt(n(308))/4)+-parseInt(n(301))/5*(parseInt(n(297))/6)+-parseInt(n(292))/7+parseInt(n(296))/8+-parseInt(n(298))/9*(-parseInt(n(306))/10)+parseInt(n(304))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ss extends t.Plugin{[Ns(305)](){const t=Ns,e=this[t(307)];e[t(294)][t(300)](t(299))&&e[t(294)][t(302)](t(291))[t(290)](t(303))}}var Ms=n(834);function vs(t,e){const n=ws();return(vs=function(t,e){return n[t-=487]})(t,e)}function Os(t,e,n){const r=vs,s=[];for(const o of e[r(489)]())o[r(518)](t)&&s[r(511)](n[r(492)](o));return s}function ws(){const t=["getItems","828191DFIiji","3270ghQytu","createRangeOn","toViewElement","isBlock","69xzxbnA","toViewPosition","model","530400jXyGFk","217456yrNkyD","2918400ZCpThL","mapper","start","writer","includes","name","markerName","get","consumable","insert","type","push","79461cailRj","6YlhrZk","previousPosition","item","nextSibling","addClass","hasAttribute","test","113596bPYoJh","TrackChangesEditing","getWalker","isLimit","createUIElement","parent","bindElementToMarker","getCustomProperty","activeMarkers","markerRange","addHighlight","isAtEnd","plugins","ck-suggestion-marker--active","ck-suggestion-marker-","schema","span","3021110HpoWgf","elementEnd","isContent"];return(ws=function(){return t})()}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=vs,s=t[r(532)][r(507)](r(521));return(o,i,a)=>{const c=r;if(!a[c(508)][c(519)](i[c(529)],o[c(505)]))return;const u=i[c(529)][c(522)](),l=i[c(529)][c(502)],f=t[c(497)][c(535)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(515)];d=d||f[c(488)](e);const n=a[c(501)][c(493)](e);if(n&&n[c(527)](c(530)))return;c(487)==t[c(510)]&&f[c(494)](e)&&!f[c(523)](e)&&(e[c(516)]||l[c(531)]?h&&h[c(525)]==e||(h=e,m(t[c(514)]),p=!0):g=g||t[c(514)])}function m(t){const r=c,o=a[r(503)][r(524)](r(536),{class:r(534)+e}),u=a[r(501)][r(496)](t);n&&s[r(528)][r(504)](i[r(506)])&&a[r(503)][r(517)](r(533),o),a[r(503)][r(509)](u,o),a[r(501)][r(526)](o,i[r(506)])}d||p||!g||m(g)}}!function(t,e){const n=vs,r=t();for(;;)try{if(405803===-parseInt(n(499))/1*(parseInt(n(513))/2)+-parseInt(n(495))/3*(parseInt(n(520))/4)+-parseInt(n(537))/5+-parseInt(n(498))/6+-parseInt(n(490))/7+-parseInt(n(500))/8+parseInt(n(512))/9*(parseInt(n(491))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Ds=Ps;function Bs(){const t=["975653BfgZtU","setSelection","init","uiElement","editing","document","markerNameToElements","get","232940Ikygke","unlock","unbindElementFromMarkerName","deleteForward","detach","buffer","bind","editor","merge","unit","createRange","batch","commands","start","end","selection","$graveyard","high","writer","removeMarker:suggestion:deletion","5HcEhKW","model","157744klBlYQ","root","forward","mapper","fromRange","lock","addMarker:suggestion:deletion","markerName","TrackChangesEditing","plugins","createSelection","modifySelection","80700uJLrKa","enqueueChange","showSuggestionHighlights","isCollapsed","data","700440YHFeGl","options","rootName","downcastDispatcher","24nwxneO","delete","requires","219123eeiHZi","getFirstRange","511216kMkUMv","remove","enableCommand"];return(Bs=function(){return t})()}function Ps(t,e){const n=Bs();return(Ps=function(t,e){return n[t-=156]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(117290===-parseInt(n(177))/1+parseInt(n(214))/2+parseInt(n(194))/3+-parseInt(n(203))/4+parseInt(n(175))/5*(-parseInt(n(189))/6)+parseInt(n(206))/7+-parseInt(n(198))/8*(parseInt(n(201))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class xs extends t.Plugin{static get[Ds(200)](){return[Ms.Delete]}[Ds(208)](){const t=Ds,e=this[t(162)],n=e[t(186)][t(213)](t(185));n[t(205)](t(199));const r=e[t(167)][t(213)](t(158));n[t(205)](t(158),((n,s={})=>{const o=t,a=e[o(176)][o(187)](e[o(176)][o(211)][o(170)]);a[o(192)]&&e[o(176)][o(188)](a,{direction:o(179),unit:s[o(164)]});const c=a[o(202)](),u=i.LiveRange[o(181)](c);let l;n(s),l=o(171)==u[o(178)][o(196)]?e[o(176)][o(165)](c[o(168)]):e[o(176)][o(165)](u[o(168)],u[o(169)]),u[o(159)](),e[o(176)][o(190)](r[o(160)][o(166)],(t=>{const e=o;r[e(160)][e(182)](),t[e(207)](t[e(165)](l[e(169)])),r[e(160)][e(156)]()}))})),e[t(210)][t(197)].on(t(183),Fs(e,t(163)),{priority:t(172)}),e[t(193)][t(197)].on(t(183),((n,r,s)=>{const o=t;s[o(195)][o(191)]&&Fs(e,o(163),{showActiveMarker:!1})[o(161)](this)(n,r,s)}),{priority:t(172)}),e[t(210)][t(197)].on(t(174),((e,n,r)=>{const s=t,o=r[s(180)][s(212)](n[s(184)]);if(o)for(const t of o)t.is(s(209))&&(r[s(180)][s(157)](t,n[s(184)]),r[s(173)][s(204)](t))}),{priority:t(172)})}}function Us(t,e){const n=Gs();return(Us=function(t,e){return n[t-=162]})(t,e)}const js=Us;function Gs(){const t=["listIndent","has","suggestion","editor","find","*Split:* list item","*Indent:* %0","1621988dwssWg","createRange","plugins","_findSuggestions","model","nodeAfter","ELEMENT_","ELEMENT_LIST_ITEM","*Merge:* list item","*Remove format:* %0","*Change to:* %0","ELEMENT_NUMBERED_LIST","afterInit","execute","bulletedList","range","registerPostFixer","oldValue","containsItem","every","filter","listMarkerStyle","mergeListItemForward","removeMarker","schema","isNextTo","listReversed","createPositionAt","value","registerBlockAttribute","fromRange","_supportLegacySuggestions","getFirstMarker","getFirstRange","default","_registerLegacyDescription","15gKxfJp","key","numberedList","commandName","descriptionFactory","get","setSelection","previousSibling","start","16659401geqMYh","next","2906134rXEHAS","1580470MRcCen","*Check item*","*Set format:* %0","documentList","registerCustomCallback","parent","mergeListItemBackward","refresh","102092ZlSIaJ","*Uncheck item*","selection","customBulletedList","trackChangesCommand","locale","differ","config","setAttribute","3BXHvtb","newValue","batch","from","_suggestionFactory","ELEMENT_BULLETED_LIST","groupId","formatBlock","toUpperCase","head","enableDefaultAttributesIntegration","includes","nextSibling","*Merge:* %0","getRanges","format","TodoListEditing","_LIST","listMarker","getSuggestions","listItemIdFixer","listType","attribute","noTrackChangesFixer","TrackChangesEditing","outdentList","isLocal","attributeKey","forceValue","customNumberedList","listStart","todo","list.multiBlock","change","commandParams","isObject","type","registerElementLabel","*Format:* insert into %0","listItemId","27faiDVf","multipleBlocks","FORMAT_INDENT","isUndo","bulleted","splitListItemBefore","document","getChanges","assureChains","commands","push","ELEMENT_TODO_LIST","registerDescriptionCallback","getAttribute","map","end","splitListItemAfter","*Outdent:* %0","ListEditing","1041288bbGkGa","*Format:* remove from %0","428430NTXlOL","listStyle","_getAttributeKey","attributes","todoList","todoListCheck","length","numbered","2SxtOwX","detach","registerAttributeLabel","meta","data","checkTodoList","indentList","todoListChecked","deletion","accept"];return(Gs=function(){return t})()}!function(t,e){const n=Us,r=t();for(;;)try{if(257425===parseInt(n(183))/1*(-parseInt(n(261))/2)+-parseInt(n(192))/3*(parseInt(n(278))/4)+-parseInt(n(163))/5*(-parseInt(n(253))/6)+-parseInt(n(174))/7+-parseInt(n(251))/8*(parseInt(n(232))/9)+-parseInt(n(175))/10+parseInt(n(172))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[js(290)](){const t=js,e=this[t(274)];if(!e[t(280)][t(272)](t(250)))return;const n=e[t(188)],r=e[t(280)][t(168)](t(216)),s=e[t(280)][t(272)](t(208)),o=!!e[t(190)][t(168)](t(224));function i(e){const r=t;return{type:r(207),content:""+Hr(n,r(177),e)}}function a(e){const r=t;return{type:r(207),content:""+Hr(n,r(287),e)}}r[t(202)](t(165)),r[t(202)](t(292)),r[t(202)](t(221)),r[t(202)](t(186)),r[t(202)](t(267)),r[t(202)](t(217)),r[t(202)](t(248)),r[t(202)](t(237)),r[t(307)](t(231)),r[t(307)](t(213)),r[t(307)](t(271)),o&&(r[t(202)](t(181)),r[t(202)](t(300))),s&&(r[t(202)](t(257)),r[t(202)](t(266)),r[t(307)](t(268)),r[t(167)][t(244)]((e=>{const r=t,{data:s}=e;if(s&&r(268)==s[r(164)])return{type:r(207),content:s[r(193)]?Hr(n,r(176)):Hr(n,r(184))}})),this[t(274)][t(282)][t(238)][t(294)]((e=>{const n=t;if(e[n(194)][n(235)])return!1;let s=!1;const o=r[n(211)]({skipNotAttached:!0})[n(298)]((t=>n(268)===r[n(255)](t)));for(const t of o)n(223)!=t[n(311)]()[n(171)][n(283)][n(245)](n(213))&&(r[n(281)](t[n(311)](),n(214))[n(275)]((t=>n(213)===r[n(255)](t[n(273)])))||(e[n(301)](t[n(310)]()),s=!0));return s}))),r[t(167)][t(263)](t(271),Hr(n,t(234)));const c={type:t(207),content:""};r[t(167)][t(244)]((e=>{const r=t,{data:s}=e;if(!s||r(213)!=s[r(164)])return;let u=e[r(201)];for(;u;){if(u[r(265)]&&((r(254)==u[r(265)][r(164)]||r(299)==u[r(265)][r(164)])&&(u[r(265)][r(193)]&&r(312)!=u[r(265)][r(193)]||r(312)!=u[r(265)][r(295)]&&!s[r(193)])||!o&&u[r(265)][r(164)]==_c))return c;u=u[r(173)]}if(null==s[r(193)])switch(s[r(295)]){case r(236):return a(Hr(n,r(197)));case r(260):return a(Hr(n,r(289)));case r(223):return a(Hr(n,r(243)))}switch(s[r(193)]){case r(236):return i(Hr(n,r(197)));case r(260):return i(Hr(n,r(289)));case r(223):return i(Hr(n,r(243)))}})),r[t(167)][t(244)]((e=>{const n=t,{data:r}=e;if(r&&n(271)==r[n(164)])return null==r[n(193)]||null==r[n(295)]&&0==r[n(193)]?c:void 0})),r[t(167)][t(244)]((e=>{const r=t;if(r(214)!=e[r(228)])return;const{data:s}=e;if(!s||r(231)!=s[r(164)])return;const o=zs(e);return r(193)==o?{type:r(207),content:Hr(n,r(286))}:r(295)==o?{type:r(207),content:Hr(n,r(276))}:c})),e[t(282)][t(238)][t(294)]((e=>this[t(212)](e))),e[t(282)][t(238)][t(294)]((e=>this[t(215)](e))),e[t(282)][t(238)][t(294)]((e=>this[t(240)](e))),this[t(309)]()}[js(212)](t){const e=js;if(t[e(194)][e(235)]||!t[e(194)][e(218)])return!1;let n=!1;const r=this[e(274)][e(280)][e(168)](e(216))[e(211)]({skipNotAttached:!0})[e(298)]((t=>t[e(265)]&&e(231)==t[e(265)][e(164)]))[e(298)]((t=>t[e(265)][e(193)]&&t[e(265)][e(295)]));for(const s of r)zs(s)||(t[e(301)](s[e(310)]()),n=!0);return n}[js(215)](t){const e=js;if(t[e(194)][e(235)]||!t[e(194)][e(218)])return!1;const n=this[e(274)][e(280)][e(168)](e(216));if(n[e(187)][e(306)])return!1;let r=!1;const s=[e(213),e(231),e(271),e(254),e(222),e(304),e(258),e(210),e(299)],o=this[e(274)][e(282)][e(238)][e(189)][e(239)]()[e(298)]((t=>e(214)==t[e(228)]))[e(298)]((t=>s[e(203)](t[e(219)])));if(0==o[e(259)])return r;for(const i of o){const o=n[e(281)](i[e(293)],e(214))[e(298)]((t=>!t[e(264)][e(303)]))[e(246)]((t=>t[e(273)]))[e(298)]((t=>{const r=e,o=n[r(255)](t);return s[r(203)](o)}));if(o[e(259)]){for(const n of o)t[e(301)](n[e(310)]());r=!0}}return r}[js(240)](t){const e=js;if(t[e(194)][e(235)]||!t[e(194)][e(218)])return!1;const n=this[e(274)][e(280)][e(168)](e(216));let r=!1;const s=[e(213),e(231),e(271),e(254),e(222),e(304),e(258),e(210),e(299)];for(const t of n[e(211)]({skipNotAttached:!0})){const o=n[e(281)](t[e(311)](),e(214))[e(246)]((t=>t[e(273)]))[e(298)]((t=>t[e(265)]&&s[e(203)](t[e(265)][e(164)])));if(!o[e(259)])continue;const a=o[0][e(201)][e(256)][e(198)];if(!o[e(297)]((t=>t[e(256)][e(198)]===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(211)]({skipNotAttached:!0})[s(298)]((e=>s(214)==e[s(228)]&&e[s(256)][s(198)]==t)))e[s(191)](s(198),r)}function i(t,n){const r=e;let s=t[r(201)],i=!1;for(;s;)s[r(256)][r(198)]!=n&&(o(s[r(256)][r(198)],n),s[r(191)](r(198),n),i=!0),s=s[r(173)];return i}}[js(309)](){const t=js,e=this[t(274)],n=e[t(188)],r=e[t(280)][t(168)](t(216));this[t(162)](),r[t(196)][t(179)](t(199),t(178),t(270),(function(n,r){const s=t,o=[];for(let t of n)t[s(171)][s(283)]===t[s(247)][s(180)]&&(t=e[s(282)][s(279)](e[s(282)][s(305)](t[s(171)][s(283)],0))),o[s(242)](t);e[s(282)][s(225)]((t=>{const n=s,a=e[n(282)][n(238)][n(185)],c=Array[n(195)](a[n(206)]())[n(246)]((t=>i.LiveRange[n(308)](t)));t[n(169)](o),e[n(241)][n(168)](r[n(166)])[n(182)](),r[n(226)][n(242)]({forceDefaultExecution:!0}),e[n(291)](r[n(166)],...r[n(226)]),t[n(169)](c);for(const t of c)t[n(262)]()}))})),r[t(167)][t(229)]((function(n){const r=t,s=!e[r(282)][r(302)][r(227)](n),o=n[r(170)],i=n[r(204)],a=n[r(245)](r(231)),c=!o||o[r(245)](r(231))!==a,u=!i||i[r(245)](r(231))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(285),e)))}[js(162)](){const t=js,e=this[t(274)],n=e[t(188)];function r(n){const r=t,s=e[r(241)][r(168)](r(292))[r(306)],o=e[r(241)][r(168)](r(165))[r(306)];return r(165)===n?s:o}e[t(280)][t(168)](t(216))[t(167)][t(244)]((function(s){const o=t;if(o(199)!=s[o(228)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(166)]){case o(292):u=i[o(226)][0][o(220)],l=r(i[o(166)]),a=o(u?230:252),!l&&e[o(190)][o(168)](o(224))||(a=o(288)),c={type:o(207),content:Hr(n,a,Hr(n,o(197)))};break;case o(165):u=i[o(226)][0][o(220)],l=r(i[o(166)]),a=o(u?230:252),!l&&e[o(190)][o(168)](o(224))||(a=o(288)),c={type:o(207),content:Hr(n,a,Hr(n,o(289)))};break;case o(267):a=o(277),c={type:o(207),content:Hr(n,a,Hr(n,o(285)))};break;case o(217):a=function(t){const e=o,n=t[e(311)]();let r=n[e(171)][e(283)];for(;r&&n[e(296)](r);){if(r[e(245)](e(271))>0)return!1;r=r[e(204)]}return!0}(s)?Hr(n,o(252),Hr(n,function(t){const e=o;return e(284)+t[e(311)]()[e(171)][e(283)][e(245)](e(213))[e(200)]()+e(209)}(s))):Hr(n,o(249),Hr(n,o(285))),c={type:o(207),content:a};break;case o(181):case o(300):!1===i[o(233)]&&(a=o(205),c={type:o(269),content:Hr(n,a,Hr(n,o(285)))})}return c}))}}function zs(t){const e=js;let n=t[e(311)]()[e(171)][e(283)][e(170)];for(;n;){const r=n[e(245)](e(231));if(!r)return!1;if(r==t[e(265)][e(193)])return e(193);if(r==t[e(265)][e(295)])return e(295);n=n[e(170)]}return!1}const Hs=Ws;function Ws(t,e){const n=Zs();return(Ws=function(t,e){return n[t-=234]})(t,e)}!function(t,e){const n=Ws,r=t();for(;;)try{if(592314===-parseInt(n(247))/1*(-parseInt(n(326))/2)+-parseInt(n(254))/3+-parseInt(n(264))/4*(parseInt(n(286))/5)+parseInt(n(312))/6+parseInt(n(262))/7+-parseInt(n(299))/8*(-parseInt(n(274))/9)+-parseInt(n(313))/10*(parseInt(n(234))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zs);class Ks extends t.Plugin{[Hs(276)](){const t=Hs;if(!this[t(294)][t(289)][t(252)](t(250)))return;const e=this[t(294)][t(290)][t(277)](t(275)),n=this[t(294)][t(289)][t(277)](t(260));e[t(293)]&&(n[t(321)](t(237)),n[t(253)](t(237))),e[t(281)]&&(n[t(321)](t(296)),n[t(253)](t(296))),e[t(241)]&&(n[t(321)](t(320)),n[t(253)](t(320)));const r={type:t(306),content:""};n[t(268)][t(291)](this[t(314)][t(271)](this));const s=this[t(294)][t(302)];n[t(268)][t(309)](t(296),Hr(s,t(240))),n[t(268)][t(291)]((e=>{const n=t,{data:s}=e;if(s&&n(296)==s[n(316)])return null==s[n(263)]||0==s[n(263)]&&null==s[n(259)]?r:void 0})),n[t(268)][t(309)](t(320),Hr(s,t(282))),n[t(268)][t(291)]((e=>{const n=t,{data:s}=e;if(s&&n(320)==s[n(316)])return null==s[n(263)]||1==s[n(263)]&&null==s[n(259)]?r:void 0})),this[t(294)][t(266)][t(324)][t(269)]((e=>{const r=t;if(e[r(273)][r(280)])return!1;let s=!1;const o=n[r(297)]({skipNotAttached:!0})[r(325)]((t=>{const e=r,s=n[e(301)](t);return e(320)==s||e(296)==s}));for(const t of o){const o=t[r(235)]()[r(278)][r(272)][r(242)](r(258));r(255)!=o&&r(279)!=o&&(n[r(243)](t[r(235)](),r(300))[r(298)]((t=>r(258)==n[r(301)](t[r(295)])))||(e[r(239)](t[r(265)]()),s=!0))}return s})),this[t(238)]()}[Hs(314)](t){const e=Hs,n=this[e(294)][e(302)],{data:r}=t,s={type:e(306),content:""};if(!r||e(237)!=r[e(316)])return;if(!r[e(259)])return e(236)==r[e(263)]?s:{type:e(306),content:""+Hr(n,e(249),Hr(n,this[e(307)](r[e(263)])))};if(!r[e(263)]){if(e(236)==r[e(259)])return s;let o=t[e(318)];for(;o;){if(o[e(283)]&&e(258)==o[e(283)][e(316)]&&o[e(283)][e(263)])return s;o=o[e(305)]}return{type:e(306),content:""+Hr(n,e(292),Hr(n,this[e(307)](r[e(259)])))}}if(e(236)!=r[e(263)])return{type:e(306),content:""+Hr(n,e(249),Hr(n,this[e(307)](r[e(263)])))};let o=t[e(318)];for(;o;){if(o[e(283)]&&e(258)==o[e(283)][e(316)]&&o[e(283)][e(263)]&&o[e(283)][e(259)])return s;o=o[e(305)]}const i=t[e(235)]()[e(278)][e(272)][e(242)](e(258));return{type:e(306),content:Hr(n,e(249),Hr(n,e(311)+i[e(248)]()+e(287)))}}[Hs(238)](){const t=Hs,e=this[t(294)],n=e[t(302)];e[t(289)][t(277)](t(260))[t(268)][t(291)]((e=>{const r=t;if(r(285)!=e[r(317)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(251)]){case r(237):o=r(310),i={type:r(306),content:Hr(n,o,Hr(n,this[r(307)](s[r(257)][0][r(317)])))};break;case r(296):o=s[r(257)][0][r(281)]?r(323):r(308),i={type:r(306),content:Hr(n,o)};break;case r(320):o=r(270),i={type:r(306),content:Hr(n,o,s[r(257)][0][r(241)])}}return i}))}[Hs(307)](t){const e=Hs;return e(311)+function(t){const n=e;return Xs[n(284)](t)?n(256):qs[n(284)](t)?n(255):null}(t)[e(248)]()+e(319)+t[e(248)]()[e(304)](/-/g,"_")}}const Xs=[Hs(303),Hs(288),Hs(315)],qs=[Hs(322),Hs(261),Hs(244),Hs(267),Hs(246),Hs(245)];function Zs(){const t=["bind","nodeAfter","batch","340551bWMpfW","list.properties","afterInit","get","start","customNumbered","isUndo","reversed","FORMAT_LIST_START","data","includes","formatBlock","5hlTwTl","_LIST_DEFAULT","circle","plugins","config","registerDescriptionCallback","*Remove format:* %0","styles","editor","suggestion","listReversed","getSuggestions","find","240KsrTAb","attribute","_getAttributeKey","locale","disc","replace","next","format","_getTranslationKeyForListStyle","*Format:* set order to regular","registerAttributeLabel","*Change to:* %0","ELEMENT_","6474450MwZqMI","230VlQCjk","handleDescriptions","square","key","type","head","_LIST_","listStart","enableDefaultAttributesIntegration","decimal","*Format:* set order to reversed","document","filter","4790AoaWWH","809556zIxjfC","getFirstRange","default","listStyle","_registerLegacyDescription","removeMarker","FORMAT_LIST_REVERSED","startIndex","getAttribute","_findSuggestions","lower-roman","upper-latin","lower-latin","11UYNGys","toUpperCase","*Set format:* %0","ListPropertiesEditing","commandName","has","registerBlockAttribute","1433148eyJgso","numbered","bulleted","commandParams","listType","oldValue","TrackChangesEditing","decimal-leading-zero","6273239RkKLwz","newValue","1496116qOqqUq","getFirstMarker","model","upper-roman","descriptionFactory","registerPostFixer","*Format:* set start index to %0"];return(Zs=function(){return t})()}var Qs=n(507);const Ys=$s;function Js(){const t=["markerNameToElements","remove","enableCommand","setSelection","enterBlock","split","createRange","hasClass","data","writer","markerName","change","548364mVPWCK","options","end","plugins","227003GDOFFh","1NbsPnu","fire","6113549rhTsAP","2633595BIaQoO","84oftRTe","getFirstPosition","153604huZaNE","downcastDispatcher","showSuggestionHighlights","editing","addMarker:suggestion:insertion","TrackChangesEditing","get","commands","735554EmpllK","document","getFirstRange","editor","9SOtZwQ","markInsertion","1918256XMRnwR","model","requires","bind","selection","createPositionAt","afterExecute","mapper","nextSibling","removeMarker:suggestion:insertion","fromRange","parent","250DPhOUo","ck-suggestion-marker-split","9OdrIcu","enter","init","12pxccqY","detach","unbindElementFromMarkerName","high"];return(Js=function(){return t})()}function $s(t,e){const n=Js();return($s=function(t,e){return n[t-=186]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(320284===-parseInt(n(213))/1*(parseInt(n(227))/2)+parseInt(n(189))/3*(-parseInt(n(208))/4)+parseInt(n(216))/5+parseInt(n(217))/6*(parseInt(n(212))/7)+parseInt(n(233))/8*(parseInt(n(231))/9)+-parseInt(n(187))/10*(-parseInt(n(219))/11)+-parseInt(n(192))/12*(parseInt(n(215))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Js);class to extends t.Plugin{static get[Ys(235)](){return[Qs.Enter]}[Ys(191)](){const t=Ys,e=this[t(230)],n=e[t(211)][t(225)](t(224)),r=e[t(226)][t(225)](t(190));n[t(198)](t(190),(()=>{const s=t;e[s(234)][s(207)]((t=>{const o=s,a=e[o(234)][o(228)][o(237)],c=a[o(218)](),u=i.LiveRange[o(243)](a[o(229)]());if(r[o(200)](t)){const r=e[o(234)][o(238)](c[o(186)][o(241)],0),s=t[o(202)](c,r);n[o(232)](s)}else t[o(199)](t[o(202)](u[o(210)]));u[o(193)](),r[o(214)](o(239),{writer:t})}))})),e[t(222)][t(220)].on(t(223),Fs(e,t(201)),{priority:t(195)}),e[t(222)][t(220)].on(t(242),((e,n,r)=>{const s=t,o=r[s(240)][s(196)](n[s(206)]);if(o)for(const t of o)t[s(203)](s(188))&&(r[s(240)][s(194)](t,n[s(206)]),r[s(205)][s(197)](t))}),{priority:t(195)}),e[t(204)][t(220)].on(t(223),((n,r,s)=>{const o=t;s[o(209)][o(221)]&&Fs(e,o(201),{showActiveMarker:!1})[o(236)](this)(n,r,s)}),{priority:t(195)})}}const eo=no;function no(t,e){const n=ro();return(no=function(t,e){return n[t-=343]})(t,e)}function ro(){const t=["813258rIEtjR","enableCommand","2416169xWdvlp","findPrevious","23382wVVcVw","editor","has","8BptAEB","getMarkersGroup","37LSIyhk","getRange","markers","isArray","afterInit","string","plugins","start","bind","replaceAll","8wIcnDB","findNext","99711ihTTct","960321hcTLCx","18109824ZAoSPB","5YRQdTz","filter","results","FindAndReplaceUtils","FindAndReplaceEditing","getIntersection","310wCQjpz","end","_isInDeletionRange","createPositionAt","model","handleFindCommand","7588845lhaWNz","createRange","get","item","findByTextCallback","find","replace","TrackChangesEditing","suggestion:deletion"];return(ro=function(){return t})()}!function(t,e){const n=no,r=t();for(;;)try{if(390785===-parseInt(n(348))/1*(-parseInt(n(343))/2)+-parseInt(n(361))/3*(-parseInt(n(346))/4)+parseInt(n(363))/5*(parseInt(n(384))/6)+parseInt(n(386))/7*(parseInt(n(358))/8)+-parseInt(n(360))/9*(parseInt(n(369))/10)+parseInt(n(375))/11+-parseInt(n(362))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ro);class so extends t.Plugin{[eo(352)](){const t=eo;if(!this[t(344)][t(354)][t(345)](t(367)))return;const e=this[t(344)][t(354)][t(377)](t(382));e[t(385)](t(380),this[t(374)][t(356)](this)),e[t(385)](t(359)),e[t(385)](t(387)),e[t(385)](t(381)),e[t(385)](t(357))}[eo(374)](t,e,n={}){const r=eo,s=this[r(344)][r(354)][r(377)](r(366));return t((t=>{const o=r;let i=(o(353)==typeof e?s[o(379)](e,n):e)(t);Array[o(351)](i)&&(i={results:i,searchText:o(353)==typeof e?e:""});const a=i[o(365)][o(364)]((e=>!1===this[o(371)](e,t[o(378)])));return{...i,results:a}}),n)}[eo(371)](t,e){const n=eo,r=this[n(344)][n(373)][n(376)](this[n(344)][n(373)][n(372)](e,t[n(355)]),this[n(344)][n(373)][n(372)](e,t[n(370)]));for(const t of this[n(344)][n(373)][n(350)][n(347)](n(383)))if(null!==r[n(368)](t[n(349)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=275]})(t,e)}function ao(){const t=["*Set font size:* %0","find","get","*Reset font size*","*Set font color:* %0","*Reset font color*","has","editor","*Set font family:* %0","label","commandParams","enableDefaultAttributesIntegration","FontSizeEditing","fontSize","formatInline","afterInit","117250wABPvQ","fontSize.options","config","9YaOLXm","*Reset font family*","FontColorEditing","*Reset font background color*","3SCEGcJ","FontSize","1082788mUzSKr","fontBackgroundColor.colors","model","FORMAT_FONT_COLOR","format","2259736AuLmod","_registerLegacyDescription","FORMAT_FONT_SIZE","FontBackgroundColorEditing","locale","toLowerCase","plugins","value","TrackChangesEditing","1280154bOOFRd","fontBackgroundColor","86884vvBXQs","descriptionFactory","type","*Set font background color:* %0","fontFamily","normalizeSizeOptions","FORMAT_FONT_FAMILY","fontColor.colors","1060JwqMFw","fontColor","title","5nTwWQZ","13376ITcwpw","trim","FORMAT_FONT_BACKGROUND","registerInlineAttribute","499172RnmaCb","FontFamilyEditing","commandName","registerAttributeLabel","registerDescriptionCallback"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(143515===parseInt(n(329))/1+parseInt(n(308))/2+parseInt(n(336))/3*(-parseInt(n(276))/4)+parseInt(n(303))/5*(parseInt(n(290))/6)+-parseInt(n(292))/7+-parseInt(n(281))/8*(parseInt(n(332))/9)+parseInt(n(300))/10*(parseInt(n(304))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(325),commandName:oo(326)},{pluginName:oo(309),commandName:oo(296)},{pluginName:oo(334),commandName:oo(301)},{pluginName:oo(284),commandName:oo(291)}];class uo extends t.Plugin{[oo(328)](){const t=oo,e=this[t(320)][t(285)],n=this[t(320)][t(287)][t(315)](t(289));for(const{pluginName:e,commandName:r}of co)this[t(320)][t(287)][t(319)](e)&&(n[t(324)](r),n[t(307)](r));n[t(293)][t(311)](t(326),Hr(e,t(283))),n[t(293)][t(311)](t(296),Hr(e,t(298))),n[t(293)][t(311)](t(301),Hr(e,t(279))),n[t(293)][t(311)](t(291),Hr(e,t(306))),this[t(282)]()}[oo(282)](){const t=oo,e=this[t(320)],n=e[t(285)];e[t(287)][t(315)](t(289))[t(293)][t(312)]((e=>{const r=t,o=n.t;if(r(327)!=e[r(294)])return;const{data:i}=e;if(null!=i){if(r(326)==i[r(310)]){const t=i[r(323)][0][r(288)];if(t){const e=o(this[r(320)][r(287)][r(315)](r(275))[r(297)](this[r(320)][r(331)][r(315)](r(330)))[r(314)]((e=>e[r(278)]==t))[r(302)])[r(286)]();return{type:r(280),content:Hr(n,r(313),e)}}return{type:r(280),content:Hr(n,r(316))}}if(r(296)==i[r(310)]){const t=i[r(323)][0][r(288)];return t?{type:r(280),content:Hr(n,r(321),t)}:{type:r(280),content:Hr(n,r(333))}}if(r(301)==i[r(310)]){const t=i[r(323)][0][r(288)];if(t){const e=(0,s.normalizeColorOptions)(this[r(320)][r(331)][r(315)](r(299)))[r(314)]((e=>e[r(278)]==t));let i=t,a="";return e&&(i=e[r(322)],a=o(i)[r(286)]()),{type:r(280),content:Hr(n,r(317),a)[r(305)](),color:{value:t,title:a||i}}}return{type:r(280),content:Hr(n,r(318))}}if(r(291)==i[r(310)]){const t=i[r(323)][0][r(288)];if(t){const e=(0,s.normalizeColorOptions)(this[r(320)][r(331)][r(315)](r(277)))[r(314)]((e=>e[r(278)]==t));let i=t,a="";return e&&(i=e[r(322)],a=o(i)[r(286)]()),{type:r(280),content:Hr(n,r(295),a)[r(305)](),color:{value:t,title:a||i}}}return{type:r(280),content:Hr(n,r(335))}}}}))}}function lo(t,e){const n=ho();return(lo=function(t,e){return n[t-=419]})(t,e)}const fo=lo;function ho(){const t=["enableCommand","get","FontSize","TrackChangesEditing","commands","normalizeSizeOptions","push","fontColor","toUpperCase","entries","toLowerCase","fontBackgroundColor","26375lAoMnY","formatInline","boolean","294ZngPxG","*Set format to:* %0","commandParams","format","type","registerDescriptionCallback","13052naflHd","join","slice","2319894RClkKc","pasteFormat","afterInit","4920aPQeUn","_registerLegacyDescription","editor","8KjwOgm","fontColor.colors","locale","length","find","commandName","5bKUnMZ","3298670RGLGaa","model","label","title","formatBlock","copyFormat","fontSize.options","6350597hrYkcn","228HhRfLK","49458RgGenf","charAt","enableDefaultAttributesIntegration","*Remove all formatting*","fontSize","split","config","descriptionFactory","plugins"];return(ho=function(){return t})()}!function(t,e){const n=lo,r=t();for(;;)try{if(166255===parseInt(n(467))/1*(-parseInt(n(430))/2)+parseInt(n(445))/3*(parseInt(n(421))/4)+parseInt(n(436))/5*(parseInt(n(446))/6)+parseInt(n(470))/7*(parseInt(n(427))/8)+-parseInt(n(424))/9+-parseInt(n(437))/10+parseInt(n(444))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[fo(426)](){const t=fo,e=this[t(429)],n=e[t(454)][t(456)](t(458)),r=e[t(459)][t(456)](t(442)),s=e[t(459)][t(456)](t(425));r&&s&&(n[t(448)](t(425)),n[t(455)](t(442)),this[t(428)]())}[fo(428)](){const t=fo,e=this[t(429)],n=e[t(432)];e[t(454)][t(456)](t(458))[t(453)][t(420)]((r=>{const s=t;if(s(441)!=r[s(419)]&&s(468)!=r[s(419)])return;const{data:o}=r;if(o&&s(425)===o[s(435)]){const t=[],r=o[s(472)][0];for(const[n,o]of Object[s(464)](r))t[s(461)](po(e,n,o));return t[s(433)]?{type:s(473),content:Hr(n,s(471),t[s(422)](", "))}:{type:s(473),content:Hr(n,s(449))}}}))}}function po(t,e,n){const r=fo,o=t[r(432)].t,i=e[r(451)](/(?=[A-Z])/)[r(422)](" "),a=o(i[r(447)](0)[r(463)]()+i[r(423)](1))[r(465)]();if(r(469)==typeof n)return a;if(r(462)===e||r(466)===e){const e=(0,s.normalizeColorOptions)(t[r(452)][r(456)](r(431)))[r(434)]((t=>t[r(438)]==n));return a+" ("+(e?o(e[r(439)])[r(465)]():n)+")"}if(r(450)===e&&isNaN(parseFloat(n))){const e=t[r(454)][r(456)](r(457))[r(460)](t[r(452)][r(456)](r(443)))[r(434)]((t=>t[r(438)]==n));return a+" ("+(e?o(e[r(440)])[r(465)]():n)+")"}return a+" ("+n+")"}function mo(t,e){const n=bo();return(mo=function(t,e){return n[t-=415]})(t,e)}const Io=mo;!function(t,e){const n=mo,r=t();for(;;)try{if(494920===-parseInt(n(420))/1*(-parseInt(n(419))/2)+-parseInt(n(425))/3+-parseInt(n(432))/4*(parseInt(n(449))/5)+parseInt(n(423))/6+-parseInt(n(441))/7*(-parseInt(n(418))/8)+parseInt(n(459))/9*(-parseInt(n(451))/10)+-parseInt(n(443))/11*(parseInt(n(446))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Eo extends t.Plugin{[Io(415)](){const t=Io,e=this[t(445)];if(!e[t(435)][t(417)](t(453)))return;this[t(439)]=e[t(438)][t(431)](t(456));const n=e[t(455)],r=e[t(435)][t(431)](t(452));r[t(448)](t(458));for(const e of this[t(439)])t(422)!=e[t(428)]&&r[t(421)][t(429)](e[t(428)],(n=>{const r=t,i=this[r(442)](e[r(428)]);return null!==i?s(n,i):o(n,e[r(426)])}));function s(e,r){return Hr(n,t(460),[e,r])}function o(e,r){return Hr(n,t(444),[e,r])}this[t(430)]()}[Io(430)](){const t=Io,e=this[t(445)],n=e[t(455)];e[t(435)][t(431)](t(452))[t(421)][t(457)]((e=>{const r=t;if(r(447)!=e[r(450)])return;const{data:s}=e;if(s&&r(458)==s[r(434)]){const e=s[r(433)][0][r(454)],c=this[r(442)](e);if(null!==c)return{type:r(440),content:Hr(n,r(436),(a=c,Hr(n,r(460),[1,a])))};const u=this[r(439)][r(416)]((t=>t[r(428)]===e))[r(426)];return{type:r(440),content:Hr(n,r(436),(o=1,i=u,Hr(n,t(444),[o,i])))}}var o,i,a}))}[Io(442)](t){const e=Io;var n,r;const s=t[e(437)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(439)])||void 0===n?void 0:n[e(416)]((n=>n[e(428)]==t));if(o&&o[e(424)]){const t=o[e(424)],n=(null!==(r=t[e(427)])&&void 0!==r?r:t)[e(437)](/^h(\d+)/);if(n)return n[1]}return null}}function bo(){const t=["18QIZNgk","ELEMENT_HEADING","afterInit","find","has","2319656VTZPRb","452614FvTPkM","4nUYgLa","descriptionFactory","paragraph","5372502ZnlmwZ","view","1196088yvkDKH","title","name","model","registerElementLabel","_registerLegacyDescription","get","36fyuwtk","commandParams","commandName","plugins","*Change to:* %0","match","config","_headingOptions","format","7iiLcKB","_getHeadingLevel","3278AXdBuc","ELEMENT_HEADING_CUSTOM","editor","6276ivLWTE","formatBlock","enableDefaultAttributesIntegration","462290fsmHfu","type","1045050zFdjxU","TrackChangesEditing","HeadingEditing","value","locale","heading.options","registerDescriptionCallback","heading"];return(bo=function(){return t})()}const To=yo;function _o(){const t=["title","type","HighlightEditing","afterInit","commandParams","*Remove highlight*","value","commandName","highlight.options","editor","registerDescriptionCallback","has","registerInlineAttribute","get","toLowerCase","2967564kchsnc","12pacflO","highlight","model","plugins","FORMAT_HIGHLIGHT","526884qOSEUV","descriptionFactory","3797272xYXLHp","config","381027ZjVpQd","enableDefaultAttributesIntegration","8917029vGzGvB","formatInline","locale","registerAttributeLabel","TrackChangesEditing","*Set highlight:* %0","_registerLegacyDescription","find","3021970QUOTlV","10WxiyuJ","color","300358NBAcVq","format"];return(_o=function(){return t})()}function yo(t,e){const n=_o();return(yo=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=yo,r=t();for(;;)try{if(411737===parseInt(n(516))/1+-parseInt(n(494))/2*(-parseInt(n(503))/3)+-parseInt(n(493))/4+-parseInt(n(514))/5*(-parseInt(n(499))/6)+parseInt(n(513))/7+parseInt(n(501))/8+-parseInt(n(505))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_o);class Ao extends t.Plugin{[To(521)](){const t=To,e=this[t(487)];if(!e[t(497)][t(489)](t(520)))return;const n=e[t(497)][t(491)](t(509)),r=e[t(507)];n[t(504)](t(495)),n[t(490)](t(495)),n[t(500)][t(508)](t(495),Hr(r,t(498))),this[t(511)]()}[To(511)](){const t=To,e=this[t(487)],n=e[t(507)];e[t(497)][t(491)](t(509))[t(500)][t(488)]((r=>{const s=t;if(s(506)!=r[s(519)])return;const{data:o}=r;if(o&&s(495)==o[s(525)]){const t=n.t,r=o[s(522)][0][s(524)];if(r){const o=e[s(502)][s(491)](s(486))[s(512)]((t=>t[s(496)]==r)),i=t(o[s(518)])[s(492)]();return{type:s(517),content:Hr(n,s(510),i),color:{value:o[s(515)],title:o[s(518)]}}}return{type:s(517),content:Hr(n,s(523),Hr(n,s(498)))}}}))}}function ko(t,e){const n=Lo();return(ko=function(t,e){return n[t-=359]})(t,e)}const Co=ko;function Lo(){const t=["showSuggestionHighlights","addClass","createEmptyElement","8UIZIKo","for","HorizontalLineEditing","1292220WTiWrv","has","dataDowncast","2619189QxglPI","ck-horizontal-line","7092316UjySdw","div","horizontalLine","plugins","3407970msjkaQ","createPositionAt","227gGZuUU","TrackChangesEditing","ELEMENT_HORIZONTAL_LINE","enableCommand","editor","4358XqpbvX","conversion","afterInit","descriptionFactory","get","registerElementLabel","1601571gHfgBI","435865hOVgiU","locale","elementToStructure","insert","4rXTJNC","createContainerElement","high"];return(Lo=function(){return t})()}!function(t,e){const n=ko,r=t();for(;;)try{if(518923===-parseInt(n(389))/1*(-parseInt(n(394))/2)+-parseInt(n(364))/3*(-parseInt(n(369))/4)+parseInt(n(365))/5+-parseInt(n(378))/6+-parseInt(n(383))/7+parseInt(n(375))/8*(parseInt(n(381))/9)+parseInt(n(387))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[Co(360)](){const t=Co,e=this[t(393)];if(!e[t(386)][t(379)](t(377)))return;e[t(386)][t(362)](t(390))[t(392)](t(385));const n=e[t(386)][t(362)](t(390)),r=e[t(366)];n[t(361)][t(363)](t(385),(e=>Hr(r,t(391),e))),e[t(359)][t(376)](t(380))[t(367)]({model:t(385),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(372)])return null;const o=n[s(370)](s(384)),i=n[s(374)]("hr");return n[s(373)](s(382),o),n[s(368)](n[s(388)](o,0),i),o},converterPriority:t(371)})}}const Ro=Mo;function So(){const t=["TrackChangesEditing","type","1722PkvXaI","formatBlock","has","189597liNIOD","nodeAfter","rawHtml","13170JEWTaJ","get","*Change %0 content*","367768bWHfXy","35CtNjNp","editor","locale","getFirstRange","key","3hLzvZG","enableDefaultAttributesIntegration","ELEMENT_HTML_EMBED","729cMbWVT","descriptionFactory","registerBlockAttribute","HtmlEmbed","afterInit","85830azObAq","element","value","start","attribute","commandName","plugins","registerDescriptionCallback","36DdAYej","_registerLegacyDescription","10255726fayLCd","registerElementLabel","format","35gQZCUd","htmlEmbed","2156517ZMFwOx","4QNgswp"];return(So=function(){return t})()}function Mo(t,e){const n=So();return(Mo=function(t,e){return n[t-=372]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(325706===parseInt(n(372))/1*(parseInt(n(380))/2)+-parseInt(n(402))/3*(-parseInt(n(396))/4)+-parseInt(n(393))/5*(parseInt(n(399))/6)+-parseInt(n(409))/7*(-parseInt(n(408))/8)+parseInt(n(375))/9*(parseInt(n(405))/10)+parseInt(n(395))/11*(parseInt(n(388))/12)+-parseInt(n(390))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class vo extends t.Plugin{[Ro(379)](){const t=Ro,e=this[t(410)];if(!e[t(386)][t(401)](t(378)))return;const n=e[t(386)][t(406)](t(397)),r=e[t(411)];n[t(376)][t(391)](t(404),(e=>Hr(r,t(374),e))),n[t(373)](t(394)),n[t(377)](t(382)),n[t(376)][t(387)]((e=>{const n=t;if(n(384)!=e[n(398)])return;const{data:s}=e;if(s&&n(382)==s[n(413)]&&e[n(412)]()[n(383)][n(403)].is(n(381),n(404))){const t=Hr(r,n(374));return{type:n(392),content:Hr(r,n(407),t)}}})),this[t(389)]()}[Ro(389)](){const t=Ro,e=this[t(410)],n=e[t(411)];e[t(386)][t(406)](t(397))[t(376)][t(387)]((e=>{const r=t;if(r(400)!=e[r(398)])return;const{data:s}=e;if(s&&r(394)==s[r(385)]){const t=Hr(n,r(374));return{type:r(392),content:Hr(n,r(407),t)}}}))}}const Oo=wo;function wo(t,e){const n=Fo();return(wo=function(t,e){return n[t-=434]})(t,e)}function Fo(){const t=["_findSuggestions","model","detach","getContainedElement","toPrevious","imageTextAlternative","plugins","nodeAfter","registerCustomCallback","markBlockFormat","insertion","uploadImage","ImageCaptionUtils","schema","format","discard","54579hBcKlr","element","3603770gduwsk","findIndex","removeObject","ImageResize","Inline image to block image","formatBlock","ELEMENT_INLINE_IMAGE","fromPosition","4MSxWzi","alt","locale","isIntersecting","TrackChangesEditing","isCollapsed","registerDescriptionCallback","ImageTextAlternativeEditing","isBefore","FORMAT_IMAGE_SIZE","915912EoIiCS","imageTypeInline","toggleImageCaption","change","addObject","editor","resizeImage","184aMdWXH","length","_suggestionFactory","ImageUploadEditing","formatInline","createRange","find","join","imageStylePreApply","ImageBlockEditing","3kKqhCS","990484RbiaLL","convertInlineImageToBlock","registerElementLabel","isEqual","forceDefaultExecution","ImageInlineEditing","commandName","Block image to inline image","resizedWidth","*Set image text alternative:* %0","markDeletion","nodeBefore","_registerLegacyDescription","deletion","enableDefaultAttributesIntegration","has","previous","end","forward","imageBlock","selection","isOwn","markInsertion","document","ImageUtils","afterInit","backward","start","456reYLsk","insertImage","getFirstRange","392579nTOGAn","ImageEditing","key","imageTypeBlock","descriptionFactory","toNext","accept","ImageCaptionEditing","imageInline","get","width","9TttaTi","createRangeOn","registerBlockAttribute","ELEMENT_CAPTION","getCaptionFromImageModelElement","getSuggestionCallback","getClosestSelectedImageElement","registerAttributeLabel","getNearestSelectionRange","subType","newValue","*Set image width:* %0","caption","chain","commandParams","filter","attribute","*Remove image text alternative*","29468YsQbCT","1201605YNfnDl","*Reset image width*","ELEMENT_IMAGE","type","isBlockImage","enableCommand","imageCaption","convertBlockImageToInline"];return(Fo=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(234816===-parseInt(n(505))/1*(-parseInt(n(540))/2)+parseInt(n(444))/3*(-parseInt(n(445))/4)+-parseInt(n(506))/5+-parseInt(n(550))/6+-parseInt(n(530))/7*(parseInt(n(434))/8)+parseInt(n(487))/9*(-parseInt(n(532))/10)+parseInt(n(476))/11*(parseInt(n(473))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[Oo(470)](){const t=Oo,e=this[t(555)];if(!e[t(520)][t(460)](t(477)))return;const n=e[t(520)][t(485)](t(544)),r=e[t(520)][t(485)](t(469)),s=e[t(542)];n[t(511)](t(474)),n[t(480)][t(447)](t(464),(e=>Hr(s,t(508),e))),n[t(480)][t(447)](t(484),(e=>Hr(s,t(538),e))),n[t(480)][t(447)](t(499),(()=>Hr(s,t(490)))),e[t(520)][t(460)](t(437))&&n[t(511)](t(525)),e[t(520)][t(460)](t(443))&&e[t(520)][t(460)](t(450))&&(n[t(511)](t(551),((s,o)=>{const i=t,a=r[i(493)](e[i(515)][i(468)][i(465)]);e[i(515)][i(553)]((()=>{const t=i;n[t(523)](a,{commandName:t(551),commandParams:[o]},[],t(513))}))})),n[t(511)](t(479),((s,o)=>{const a=t;e[a(515)][a(553)]((t=>{const c=a;let u=r[c(493)](e[c(515)][c(468)][c(465)]),l=t[c(488)](u);const f=i.LivePosition[c(539)](l[c(472)],c(518)),h=i.LivePosition[c(539)](l[c(462)],c(481));n[c(449)]((()=>s(o))),u=r[c(493)](e[c(515)][c(468)][c(465)]),l=t[c(488)](u);const g=t[c(439)](f,h);f[c(516)](),h[c(516)](),n[c(523)](u,{commandName:c(551),commandParams:[o]},[],c(446)),g[c(472)][c(548)](l[c(472)])&&n[c(467)](t[c(439)](g[c(472)],l[c(472)]),c(446)),l[c(462)][c(548)](g[c(462)])&&n[c(467)](t[c(439)](l[c(462)],g[c(462)]),c(446))}))})),n[t(436)][t(522)](t(537),t(446),t(441),(()=>!1)),n[t(436)][t(522)](t(537),t(446),t(482),(()=>!1)),n[t(436)][t(522)](t(537),t(446),t(529),n[t(436)][t(492)](t(537),"",t(482))),n[t(436)][t(522)](t(524),t(446),t(441),(()=>!1)),n[t(436)][t(522)](t(524),t(446),t(529),(([r])=>{const s=t,o=n[s(436)][s(492)](s(524),"",s(529));let i=r[s(472)],a=r[s(462)];const c=e[s(515)][s(527)][s(495)](i,s(471)),u=e[s(515)][s(527)][s(495)](a,s(463));c[s(545)]&&(i=c[s(472)]),u[s(545)]&&(a=u[s(462)]),o([e[s(515)][s(439)](i,a)])})),n[t(436)][t(522)](t(537),t(446),t(500),c),n[t(436)][t(522)](t(524),t(446),t(500),c)),e[t(520)][t(460)](t(483))&&(n[t(511)](t(552),((s,o)=>{const i=t,a=e[i(520)][i(485)](i(526));let c=r[i(493)](e[i(515)][i(468)][i(465)]),u=a[i(491)](c);e[i(515)][i(553)]((()=>{const t=i;if(u)return void n[t(455)](e[t(515)][t(488)](u));const l=r[t(510)](c);s(o),c=r[t(493)](e[t(515)][t(468)][t(465)]),u=a[t(491)](c),n[t(467)](e[t(515)][t(488)](u),l?null:t(512))}))})),n[t(436)][t(522)](t(524),t(512),t(500),c));const o=[{type:t(537),subType:t(442)},{type:t(524),subType:t(512)},{type:t(537),subType:t(446)},{type:t(524),subType:t(446)}];function a(e,s){const i=t,a=o[i(533)]((({type:t,subType:n})=>e[i(509)]==t&&e[i(496)]==n)),c=o[i(533)]((({type:t,subType:e})=>s[i(509)]==t&&s[i(496)]==e));if(a<0||c<0)return!1;const u=e[i(475)](),l=s[i(475)]();if((0==a||1==a)&&2==c&&u[i(543)](l))return!0;if(2==a&&3==c){const t=n[i(514)](u,i(524))[i(502)]((({suggestion:t,meta:e})=>e[i(466)]&&i(446)==t[i(496)]));if(t[i(435)]>1&&l[i(462)][i(448)](u[i(472)]))return!0;if(1==t[i(435)]&&(u[i(472)][i(448)](l[i(462)])||u[i(462)][i(448)](l[i(472)])))return!0}if(3==a&&3==c&&u[i(472)][i(548)](l[i(472)])){const t=u[i(462)][i(521)],e=l[i(472)][i(456)];return r[i(510)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(520)][t(460)](t(535))&&(n[t(459)](t(556)),n[t(489)](t(453)),n[t(480)][t(494)](t(453),Hr(s,t(549)))),e[t(520)][t(460)](t(547))&&(n[t(459)](t(519)),n[t(489)](t(541))),n[t(480)][t(546)]((e=>{const n=t;if(o[n(440)]((({type:t,subType:r})=>e[n(509)]==t&&e[n(496)]==r)))return e[n(461)]?{}:void 0})),n[t(480)][t(546)]((e=>{const n=t;if(n(524)==e[n(509)]||n(458)==e[n(509)]){const t=e[n(517)]();if(t&&t.is(n(531),n(499)))return{type:n(524)==e[n(509)]?n(554):n(534),element:t,quantity:1}}})),n[t(480)][t(546)]((e=>t(537)==e[t(509)]&&t(446)==e[t(496)]?{type:t(528),content:t(536)}:t(537)==e[t(509)]&&t(513)==e[t(496)]?{type:t(528),content:t(452)}:void 0)),n[t(480)][t(546)]((e=>{const n=t;if(n(503)!=e[n(509)])return;const{data:r}=e;if(!r||n(541)!=r[n(478)])return;const o=r[n(497)];return o?{type:n(528),content:Hr(s,n(454),'"'+o+'"')}:{type:n(528),content:Hr(s,n(504))}})),this[t(457)]()}[Oo(457)](){const t=Oo,e=this[t(555)],n=e[t(542)];e[t(520)][t(485)](t(544))[t(480)][t(546)]((e=>{const r=t;if(r(537)!=e[r(509)]&&r(438)!=e[r(509)])return;const{data:s}=e;if(s){if(r(519)==s[r(451)]){const t=s[r(501)][0][r(497)];return t?{type:r(528),content:Hr(n,r(454),'"'+t+'"')}:{type:r(528),content:Hr(n,r(504))}}if(r(556)==s[r(451)]){const t=s[r(501)][0][r(486)];return t?{type:r(528),content:Hr(n,r(498),t)}:{type:r(528),content:Hr(n,r(507))}}}}))}}const Bo=xo;function Po(){const t=["discard","3470412BrCAnt","2273796kUcjFY","descriptionFactory","8aBUKVE","_handleLegacySuggestions","registerCustomCallback","TrackChangesEditing","registerDescriptionCallback","formatBlock","accept","enableDefaultAttributesIntegration","ImageEditing","plugins","has","*Format:* replace image URL","attribute","formatInline","getSuggestionCallback","registerBlockAttribute","key","src","512294AtpeIG","afterInit","oldValue","format","105ECTAhu","commandName","replaceImageSource","39004LDfHmo","4334239nfYPGh","8094260SBIzEx","190307xdvAqs","type","get","6UsTWZy","_suggestionFactory","newValue","locale","editor","*Replace image URL*","_registerLegacyDescription"];return(Po=function(){return t})()}function xo(t,e){const n=Po();return(xo=function(t,e){return n[t-=152]})(t,e)}!function(t,e){const n=xo,r=t();for(;;)try{if(398791===parseInt(n(169))/1+-parseInt(n(159))/2*(parseInt(n(172))/3)+-parseInt(n(166))/4*(-parseInt(n(163))/5)+parseInt(n(180))/6+parseInt(n(167))/7*(-parseInt(n(183))/8)+-parseInt(n(181))/9+parseInt(n(168))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[Bo(160)](){const t=Bo;if(!this[t(176)][t(192)][t(193)](t(191)))return;const e=this[t(176)][t(175)],n=this[t(176)][t(192)][t(171)](t(186));n[t(190)](t(165)),n[t(156)](t(158)),n[t(182)][t(187)]((n=>{const r=t;if(r(153)!=n[r(170)])return;const{data:s}=n;return s&&r(158)==s[r(157)]?s[r(174)]&&s[r(161)]?{type:r(162),content:Hr(e,r(177))}:{type:r(162),content:""}:void 0})),this[t(184)]()}[Bo(184)](){const t=Bo,e=this[t(176)][t(192)][t(171)](t(186));e[t(173)][t(185)](t(188),t(165),t(189),e[t(173)][t(155)](t(188),null,t(179))),e[t(173)][t(185)](t(188),t(165),t(179),e[t(173)][t(155)](t(188),null,t(189))),this[t(178)]()}[Bo(178)](){const t=Bo,e=this[t(176)],n=e[t(175)];e[t(192)][t(171)](t(186))[t(182)][t(187)]((e=>{const r=t;if(r(188)!=e[r(170)]&&r(154)!=e[r(170)])return;const{data:s}=e;return s&&r(165)==s[r(164)]?{type:r(162),content:Hr(n,r(152))}:void 0}))}}function jo(){const t=["getChangedMarkers","2691880YTnKGB","getContainedElement","registerCustomCallback","imageTypeInline","next","end","chain","value","91276KOOmgU","subType","5760yYpaTx","imageStyle","11cZtaht","markInlineFormat","getSuggestion","*Format:* %0","132CCeqQj","refresh","setImageNaturalSizeAttributes","start","nodeAfter","getSuggestionCallback","_suggestionFactory","isIntersecting","locale","ImageStyleEditing","length","accept","discard","normalizedStyles","type","afterInit","formatInline","commands","from","model","head","5687820pIFaMv","isInContent","getSuggestions","FORMAT_SIDE_IMAGE","imageTypeBlock","registerDescriptionCallback","insertion","Users","hasSuggestion","shouldConvertImageType","toLowerCase","commandName","nodeBefore","newRange","formatBlock","_registerLegacyDescription","get","438540kfkPkC","registerPostFixer","ImageUtils","11gSTPxX","change","format","isEqual","isBlockImage","descriptionFactory","getClosestSelectedImageElement","plugins","title","discardSuggestion","commandReversedParams","enableCommand","commandParams","document","editor","filter","3073CdQtOG","38132gRpfDJ","10LOAAPK","_splitMarkerName","isInlineImage","join","createRangeOn","has","differ","_findSuggestions","markBlockFormat","findIndex","author","selection","isOwn","isBefore","imageStylePreApply","name","forEach","suggestion","imageCaption","getFirstRange","imageStylePostApply","TrackChangesEditing","convertInlineImageToBlock","side","1759528MkiEpb"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=453]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(409864===-parseInt(n(539))/1*(parseInt(n(490))/2)+parseInt(n(498))/3*(parseInt(n(455))/4)+parseInt(n(482))/5+-parseInt(n(492))/6*(parseInt(n(454))/7)+-parseInt(n(480))/8+parseInt(n(519))/9*(parseInt(n(456))/10)+parseInt(n(494))/11*(-parseInt(n(536))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class zo extends t.Plugin{[Go(513)](){const t=Go,n=this[t(553)];if(!n[t(546)][t(461)](t(507)))return;const r=n[t(546)][t(535)](t(477)),s=n[t(546)][t(535)](t(538)),o={};r[t(550)](t(493),((o,i)=>{const a=t,c=n[a(546)][a(535)](a(526)).me,u=n[a(515)][a(535)](a(493));let l=s[a(545)](n[a(517)][a(552)][a(467)]),f=n[a(517)][a(460)](l),h=u[a(489)];if(h==i[a(489)])return;const g={commandName:a(493),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(517)][a(540)]((()=>{const t=a;if(r[t(521)]()[t(453)]((e=>e[t(520)]&&c==e[t(466)]&&(t(533)==e[t(512)]||t(514)==e[t(512)])&&(t(470)==e[t(491)]||t(476)==e[t(491)])&&e[t(475)]()[t(542)](f)))[t(472)]((e=>r[t(548)](e[t(518)]))),l=s[t(545)](n[t(517)][t(552)][t(467)]),f=n[t(517)][t(460)](l),u[t(499)](),n[t(515)][t(535)](t(485))[t(499)](),n[t(515)][t(535)](t(523))[t(499)](),h=u[t(489)],h!=i[t(489)])return s[t(458)](l)&&u[t(528)](i[t(489)],l)?(o({...i,setImageSizes:!1}),l=s[t(545)](n[t(517)][t(552)][t(467)]),void r[t(464)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(470))):void(s[t(543)](l)?r[t(464)](l,g,[],t(476)):r[t(495)](f,g,t(476)))}))}));for(const e of n[t(546)][t(535)](t(507))[t(511)])o[e[t(471)]]=e[t(547)][t(529)]();r[t(504)][t(484)](t(533),t(470),t(459),(()=>!1)),r[t(504)][t(484)](t(533),t(476),t(459),(()=>!1)),r[t(504)][t(484)](t(514),t(476),t(459),(()=>!1)),r[t(504)][t(484)](t(533),t(470),t(509),(([e])=>{const n=t;s[n(500)](e[n(483)]())})),r[t(504)][t(484)](t(533),t(470),t(510),((e,n)=>{const s=t;r[s(504)][s(503)](s(533),"",s(509))(e,{commandName:n[s(530)],commandParams:n[s(549)]})})),r[t(504)][t(484)](t(533),t(470),t(488),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(533),subType:t(470)},{type:t(525),subType:t(474)},{type:t(533),subType:t(478)},{type:t(525),subType:t(478)}];function a(e,n){const o=t,a=i[o(465)]((({type:t,subType:n})=>e[o(512)]==t&&e[o(491)]==n)),c=i[o(465)]((({type:t,subType:e})=>n[o(512)]==t&&n[o(491)]==e));if(a<0||c<0)return!1;const u=e[o(475)](),l=n[o(475)]();if((0==a||1==a)&&2==c&&u[o(505)](l))return!0;if(2==a&&3==c){const t=r[o(463)](u,o(525))[o(453)]((({suggestion:t,meta:e})=>e[o(468)]&&o(478)==t[o(491)]));if(t[o(508)]>1&&l[o(487)][o(542)](u[o(501)]))return!0;if(1==t[o(508)]&&(u[o(501)][o(542)](l[o(487)])||u[o(487)][o(542)](l[o(501)])))return!0}if(3==a&&3==c&&u[o(501)][o(469)](l[o(501)])){const t=u[o(487)][o(502)],e=l[o(501)][o(531)];return s[o(543)](t)&&t===e}return!1}n[t(517)][t(552)][t(537)]((()=>{const e=t;let o=!1;const i=Array[e(516)](n[e(517)][e(552)][e(462)][e(481)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(457)](t);if(e(473)==i&&r[e(527)](u)){if(e(533)==a&&(e(470)==c||e(476)==c)){const t=r[e(496)](u);if(n[e(532)]){const n=t[e(475)]()[e(483)]();if(s[e(543)](n))continue;r[e(548)](t),o=!0}}if(e(525)==a&&e(474)==c&&!n[e(532)]){const t=r[e(496)](u);t[e(486)]&&t[e(486)][e(520)]&&(r[e(548)](t[e(486)]),o=!0)}}}return o})),this[t(534)](o)}[Go(534)](t){const e=Go,n=this[e(553)],r=n[e(506)];n[e(546)][e(535)](e(477))[e(544)][e(524)]((n=>{const s=e;if(s(533)!=n[s(512)]&&s(514)!=n[s(512)])return;const{data:o}=n;if(!o||s(493)!=o[s(530)])return;const i=o[s(551)][0][s(489)];return function(t){const e=s;return{type:e(541),content:Hr(r,e(497),t)}}(s(479)===i?Hr(r,s(522)):t[i]||i)}))}}function Ho(t,e){const n=Ko();return(Ho=function(t,e){return n[t-=314]})(t,e)}const Wo=Ho;function Ko(){const t=["afterInit","_trackChangesExecuted","value","4528674YoUeQP","5176248BeLPWx","8dTIjBV","Users","commands","9915500XVpzfk","collaboration_features","execute","_handleImportedData","lowest","get","editor","track_changes","listenTo","160GLNspq","dataInsert","plugins","bind","_setSuggestionData","1443738WXaqKp","enableCommand","importWord","61131ZbxGtM","forEach","_trackChangesValueDuringImport","trackChanges","TrackChangesEditing","3095460AFRCWP","874172Fwjwqj","high"];return(Ko=function(){return t})()}!function(t,e){const n=Ho,r=t();for(;;)try{if(708687===-parseInt(n(338))/1+parseInt(n(329))/2+parseInt(n(332))/3*(-parseInt(n(324))/4)+parseInt(n(337))/5+-parseInt(n(344))/6+parseInt(n(315))/7+-parseInt(n(345))/8*(-parseInt(n(343))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ko);class Xo extends t.Plugin{constructor(t){const e=Ho;super(t),this[e(334)]=!1,this[e(341)]=!1}[Wo(340)](){const t=Wo,e=this[t(321)],n=e[t(314)][t(320)](t(331)),r=e[t(314)][t(320)](t(335));n&&(n.on(t(317),((e,[,n])=>{const s=t;this[s(334)]=r[s(342)],n[s(316)][s(322)]=!this[s(334)]}),{priority:t(339)}),this[t(323)](n,t(325),this[t(318)][t(327)](this)),this[t(323)](n,t(325),(()=>{const e=t;this[e(341)]&&(r[e(317)](),this[e(341)]=!1)}),{priority:t(319)}),e[t(326)][t(320)](t(336))[t(330)](t(331)))}[Wo(318)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(321)][n(314)][n(320)](n(335)),o=s[n(342)];this[n(334)]!==o&&(s[n(317)](),this[n(341)]=!0),r&&r[n(333)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(321)][o(326)][o(320)](o(346)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(331)}}};this[o(321)][o(326)][o(320)](o(336))[o(328)](i)}))}}const qo=Zo;function Zo(t,e){const n=Yo();return(Zo=function(t,e){return n[t-=200]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(584026===parseInt(n(241))/1*(parseInt(n(210))/2)+-parseInt(n(235))/3*(-parseInt(n(234))/4)+-parseInt(n(223))/5*(parseInt(n(233))/6)+-parseInt(n(225))/7+parseInt(n(224))/8*(parseInt(n(217))/9)+-parseInt(n(227))/10*(-parseInt(n(207))/11)+-parseInt(n(242))/12*(parseInt(n(204))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Qo extends t.Plugin{[qo(229)](){const t=qo,e=this[t(226)],n=e[t(205)][t(219)](t(201));if(e[t(205)][t(236)](t(209))&&(n[t(228)](t(230)),n[t(228)](t(200))),e[t(205)][t(236)](t(202)))for(const e of[t(239),t(206)])n[t(222)](e);const r=e[t(240)];n[t(212)](t(220)),n[t(208)][t(215)](t(220),Hr(r,t(214))),this[t(203)]()}[qo(203)](){const t=qo,e=this[t(226)],n=e[t(240)],r=e[t(205)][t(219)](t(201));r[t(208)][t(218)]((e=>{const s=t;if(s(238)!=e[s(211)])return;const{data:o}=e;if(!o)return;if(s(239)!=o[s(213)]&&s(206)!=o[s(213)])return;const i=e[s(216)]()[0],a=r[s(208)][s(237)](i);return s(239)==o[s(213)]?{type:s(232),content:Hr(n,s(231),a)}:s(206)==o[s(213)]?{type:s(232),content:Hr(n,s(221),a)}:void 0}))}}function Yo(){const t=["549ECOjQV","registerDescriptionCallback","get","blockIndent","*Outdent:* %0","enableDefaultAttributesIntegration","4605dmkWDo","133264gFvteN","6680499mSFiFz","editor","193450CpJGBp","enableCommand","afterInit","indent","*Indent:* %0","format","6714kwhWOh","37524Qojhvv","177wFNHxB","has","getItemLabel","formatBlock","indentBlock","locale","1562xSVgDZ","228YQuYzs","outdent","TrackChangesEditing","IndentBlock","_registerLegacyDescription","28990zwSbrw","plugins","outdentBlock","55HPkNzR","descriptionFactory","IndentEditing","1210khiTXA","type","registerBlockAttribute","commandName","FORMAT_INDENT","registerAttributeLabel","getItems"];return(Yo=function(){return t})()}var Jo=ti;function $o(){var t=["923688UblBYP","7UJEMeH","20rWuyAF","TrackChangesEditing","1047475AZXHXu","requires","get","7524486wYsnBA","enableCommand","304130zDuaBT","706328KSnKBg","1214784xIqzxB","831558HzMQmy","editor","plugins","64zKxLDK","init","input"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=305]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(568064===-parseInt(n(315))/1+-parseInt(n(311))/2+-parseInt(n(305))/3+-parseInt(n(308))/4*(-parseInt(n(320))/5)+-parseInt(n(322))/6+parseInt(n(312))/7*(-parseInt(n(321))/8)+parseInt(n(318))/9*(parseInt(n(313))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Jo(316)](){return[Ms.Input]}[Jo(309)](){var t=Jo;this[t(306)][t(307)][t(317)](t(314))[t(319)](t(310))}}const ni=si;function ri(){const t=["unlink","label","*Set link:* %0","206262jRZflx","2474370adEdge","478617sopBhP","get","afterInit","toLowerCase","linkHref","6wKJGYL","commandParams","locale","registerInlineAttribute","commandName","type","newValue","LinkEditing","_registerLegacyDescription","56qWuFfj","formatInline","link (","TrackChangesEditing","155925Dcbvab","key","183777txnDlu","enableDefaultAttributesIntegration","registerDescriptionCallback","attribute","editor","manualDecorators","registerAttributeLabel","4iBwQSd","1016320IJXrvS","link","commands","has","130eWdtzx","plugins","*Remove link*","format","descriptionFactory","468670KwddNd"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=132]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(174976===-parseInt(n(153))/1+-parseInt(n(162))/2*(-parseInt(n(135))/3)+parseInt(n(163))/4+parseInt(n(172))/5*(-parseInt(n(140))/6)+parseInt(n(133))/7*(-parseInt(n(149))/8)+parseInt(n(134))/9+parseInt(n(167))/10*(-parseInt(n(155))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(137)](){const t=ni,e=this[t(159)];if(!e[t(168)][t(166)](t(147)))return;const n=e[t(168)][t(136)](t(152)),r=e[t(165)][t(136)](t(164));n[t(156)](t(164)),n[t(156)](t(173)),n[t(143)](t(139));for(const e of r[t(160)])n[t(143)](e.id),n[t(171)][t(161)](e.id,t(151)+e[t(174)][t(138)]()+")");n[t(171)][t(157)]((n=>{const r=t;if(r(158)!=n[r(145)])return;const{data:s}=n;if(!s||r(139)!=s[r(154)])return;const o=s[r(146)],i=e[r(142)];return{type:r(170),content:null==o?Hr(i,r(169)):Hr(i,r(132),'"'+o+'"')}})),this[t(148)]()}[ni(148)](){const t=ni,e=this[t(159)],n=e[t(142)];e[t(168)][t(136)](t(152))[t(171)][t(157)]((e=>{const r=t;if(r(150)!=e[r(145)])return;const{data:s}=e;if(s){if(r(164)==s[r(144)]){const t=s[r(141)][0];return{type:r(170),content:Hr(n,r(132),'"'+t+'"')}}return r(173)==s[r(144)]?{type:r(170),content:Hr(n,r(169))}:void 0}}))}}const ii=li;function ai(){const t=["has","length","parent","100852UXsbrE","checkTodoList","paragraph","slice","before","listIndent","schema","numbered","LegacyTodoListEditing","plugins","getAttribute","formatInline","isObject","document","listItem","*Check item*","enableCommand","element","8fgxdcV","190960bxdGFh","createPositionAt","*Outdent:* %0","todoListChecked","forceValue","*Indent:* %0","72iSplUz","ELEMENT_BULLETED_LIST","ELEMENT_NUMBERED_LIST","458859qnxHCr","end","List","change","registerElementLabel","filter","model","execute","findIndex","207bjqaBU","push","TrackChangesEditing","locale","ELEMENT_TODO_LIST","listType","previousSibling","bulletedList","editor","commandParams","get","selection","markBlockFormat","checkChild","todo","commands","*Uncheck item*","from","4694294keKOrV","registerDescriptionCallback","getSelectedBlocks","replace","afterInit","createRange","LegacyListEditing","name","formatBlock","382696XAVzum","descriptionFactory","blockName","outdentList","add","value","_selectedElements","bulleted","type","20vkrdxJ","format","nextSibling","indentList","commandName","176806BBePTU","*Change to:* %0","ELEMENT_LIST_ITEM","numberedList","275150XKocBW","todoList"];return(ai=function(){return t})()}!function(t,e){const n=li,r=t();for(;;)try{if(453740===parseInt(n(312))/1*(parseInt(n(294))/2)+parseInt(n(322))/3+parseInt(n(271))/4*(parseInt(n(280))/5)+parseInt(n(319))/6*(-parseInt(n(285))/7)+parseInt(n(313))/8+-parseInt(n(331))/9*(parseInt(n(289))/10)+parseInt(n(262))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ci extends t.Plugin{[ii(266)](){const t=ii,e=this[t(339)],n=e[t(334)];if(!e[t(303)][t(291)](t(268)))return;const r=e[t(303)][t(341)](t(333)),s=e[t(303)][t(291)](t(302));function o(t){return()=>{const n=li,s=e[n(328)][n(307)][n(342)],o=e[n(259)][n(341)](t);if(o[n(276)])return void e[n(329)](n(296),{});const i=t[n(297)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(261)](t)[s(327)]((t=>function(t,e){const n=s;return e[n(257)](t[n(293)],n(308))&&!e[n(306)](t)}(t,r)));o=o[s(327)]((t=>!t.is(s(311),s(308))||t[s(304)](s(336))!=e));const i=new Set;for(const t of o)t.is(s(311),s(308))?i[s(275)](ui(t)):i[s(275)](t);return Array[s(261)](i)}(s[n(264)](),i,e[n(328)][n(300)]);e[n(328)][n(325)]((()=>{const e=n;for(const n of a)r[e(343)](n,{commandName:t,commandParams:[{forceValue:!o[e(276)]}],formatGroupId:e(273)},fi(n))}))}}function i(t){return()=>{const n=li,s=function(t){const e=li;let n=Array[e(261)](t);const r=n[e(330)]((t=>e(308)!=t[e(269)]));return r>-1&&(n=n[e(297)](0,r)),n}(e[n(328)][n(307)][n(342)][n(264)]()),o=e[n(328)][n(267)](e[n(328)][n(314)](s[0],n(298)),e[n(328)][n(314)](s[s[n(292)]-1],n(323)));e[n(328)][n(325)]((()=>{const e=n;r[e(343)](o,{commandName:t,commandParams:[],formatGroupId:e(299)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(282)];for(;t&&t[n(304)](n(299))>e[n(304)](n(299));)r[n(275)](t),t=t[n(282)]}return Array[n(261)](r)}(s))}))}}r[t(310)](t(288),o(t(288))),r[t(310)](t(338),o(t(338))),s&&r[t(310)](t(290),o(t(290))),r[t(310)](t(283),i(t(283))),r[t(310)](t(274),i(t(274))),s&&r[t(310)](t(295),(()=>{const n=t,s=e[n(259)][n(341)](n(295)),o=Array[n(261)](s[n(277)]);o[n(327)]((t=>t[n(304)](n(316))!=s[n(276)])),e[n(328)][n(325)]((()=>{const t=n;for(const e of o)r[t(343)](e,{commandName:t(295),commandParams:[{forceValue:!s[t(276)]}]})}))})),r[t(272)][t(326)](t(308),(e=>Hr(n,t(287),e))),r[t(272)][t(263)]((e=>{const r=t;if(r(270)!=e[r(279)]&&r(305)!=e[r(279)])return;const{data:s}=e;if(s){if(r(288)==s[r(284)]||r(338)==s[r(284)]||r(290)==s[r(284)])switch(s[r(284)][r(265)](r(324),"")){case r(278):return o(Hr(n,r(320)));case r(301):return o(Hr(n,r(321)));case r(258):return o(Hr(n,r(335)))}if(r(283)==s[r(284)])return{type:r(281),content:Hr(n,r(318),Hr(n,r(287)))};if(r(274)==s[r(284)])return{type:r(281),content:Hr(n,r(315),Hr(n,r(287)))};if(r(295)==s[r(284)])return s[r(340)][0][r(317)]?{type:r(281),content:Hr(n,r(309))}:{type:r(281),content:Hr(n,r(260))}}function o(t){const e=r;return{type:e(281),content:Hr(n,e(286),t)}}}))}}function ui(t){const e=ii,n=t[e(304)](e(299));if(0==n)return t;let r=t;for(;t[e(337)]&&t[e(337)].is(e(311),e(308));){const s=t[e(337)][e(304)](e(299));if(s==n)r=t[e(337)];else if(s<n)break;t=t[e(337)]}return r}function li(t,e){const n=ai();return(li=function(t,e){return n[t-=257]})(t,e)}function fi(t){const e=ii,n=[];if(t.is(e(311),e(308))&&t[e(304)](e(299))>0){let r=t[e(282)];for(;r&&e(308)==r[e(269)]&&r[e(304)](e(299))==t[e(304)](e(299));)n[e(332)](r),r=r[e(282)]}return n}function hi(t,e){const n=di();return(hi=function(t,e){return n[t-=495]})(t,e)}const gi=hi;function di(){const t=["replace","1295LJcjjD","model","createPositionAt","selection","formatInline","LegacyListPropertiesEditing","list.properties","handleListStyleCommand","getAttribute","markMultiRangeBlockFormat","styles","filter","getSelectedBlocks","plugins","editor","getLastPosition","_LIST_","forward","42968TQegfY","handleListReversedCommand","backward","config","length","commandParams","reversed","startIndex","TrackChangesEditing","22ERYUyq","commandName","LegacyListUtils","toUpperCase","_getSuggestionBlocks","3642024wVORIU","handleListStartCommand","62913HwuFof","type","document","7ZXuWGx","*Format:* set order to regular","listStyle","locale","format","flat","*Change to:* %0","descriptionFactory","48gvIuQE","373042xWGlPK","has","*Format:* set start index to %0","formatBlock","listStart","getSiblingNodes","parent","numbered","11517240wJtOAy","listItem","*Format:* set order to reversed","push","_getTranslationKeyForListStyle","default","registerDescriptionCallback","from","5194870PyZCoI","before","enableCommand","change","_getSuggestionBlocksForListStyle","ELEMENT_","getListTypeFromListStyleType","getFirstPosition","571086IBrMqE","map","createRange","6zsWaJO","listType","listReversed","get","element","afterInit","unshift","bind","handleDescriptions"];return(di=function(){return t})()}!function(t,e){const n=hi,r=t();for(;;)try{if(722848===parseInt(n(528))/1*(-parseInt(n(537))/2)+-parseInt(n(525))/3*(-parseInt(n(536))/4)+parseInt(n(553))/5*(-parseInt(n(564))/6)+-parseInt(n(574))/7*(-parseInt(n(509))/8)+parseInt(n(561))/9+parseInt(n(545))/10+parseInt(n(518))/11*(parseInt(n(523))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[gi(569)](){const t=gi;if(!this[t(505)][t(504)][t(538)](t(496)))return;const e=this[t(505)][t(512)][t(567)](t(497)),n=this[t(505)][t(504)][t(567)](t(517));e[t(501)]&&n[t(555)](t(530),this[t(498)][t(571)](this)),e[t(515)]&&n[t(555)](t(566),this[t(510)][t(571)](this)),e[t(516)]&&n[t(555)](t(541),this[t(524)][t(571)](this)),n[t(535)][t(551)](this[t(572)][t(571)](this))}[gi(498)](t,e={}){const n=gi,r=this[n(505)][n(504)][n(567)](n(517)),s=this[n(557)]();this[n(505)][n(575)][n(556)]((()=>{const t=n;r[t(500)](s,{commandName:t(530),commandParams:[{type:e[t(526)]}],formatGroupId:t(530)})}))}[gi(510)](t,e={}){const n=gi,r=this[n(505)][n(504)][n(567)](n(517)),s=this[n(522)]((t=>t.is(n(568),n(546))&&n(544)===t[n(499)](n(565))));if(s[n(513)]<1)return;const o=s[n(562)]((t=>this[n(505)][n(575)][n(563)](this[n(505)][n(575)][n(576)](t,n(554)),this[n(505)][n(575)][n(576)](t,0))));this[n(505)][n(575)][n(556)]((()=>{const t=n;r[t(500)](o,{commandName:t(566),commandParams:[{reversed:e[t(515)]}],formatGroupId:t(566)})}))}[gi(524)](t,e={}){const n=gi,r=this[n(505)][n(504)][n(567)](n(517)),s=this[n(522)]((t=>t.is(n(568),n(546))&&n(544)===t[n(499)](n(565))));if(s[n(513)]<1)return;const o=s[n(562)]((t=>this[n(505)][n(575)][n(563)](this[n(505)][n(575)][n(576)](t,n(554)),this[n(505)][n(575)][n(576)](t,0))));this[n(505)][n(575)][n(556)]((()=>{const t=n;r[t(500)](o,{commandName:t(541),commandParams:[{startIndex:e[t(516)]}],formatGroupId:t(541)})}))}[gi(572)](t){const e=gi;if(e(540)!=t[e(526)]&&e(495)!=t[e(526)])return;const n=this[e(505)][e(531)],{data:r}=t;if(!r)return;let s,o;switch(r[e(519)]){case e(530):s=e(534),o={type:e(532),content:Hr(n,s,Hr(n,this[e(549)](r[e(514)][0][e(526)])))};break;case e(566):s=r[e(514)][0][e(515)]?e(547):e(529),o={type:e(532),content:Hr(n,s)};break;case e(541):s=e(539),o={type:e(532),content:Hr(n,s,r[e(514)][0][e(516)])}}return o}[gi(557)](){const t=gi;var e,n,r,s;const o=this[t(505)][t(504)][t(567)](t(520));let i=Array[t(552)](this[t(505)][t(575)][t(527)][t(577)][t(503)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(568),t(546)))&&i[t(570)](...o[t(542)](this[t(505)][t(575)][t(527)][t(577)][t(560)](),t(511))),(null===(n=i[i[t(513)]-1])||void 0===n?void 0:n.is(t(568),t(546)))&&i[t(548)](...o[t(542)](this[t(505)][t(575)][t(527)][t(577)][t(506)](),t(508))),i=[...new Set(i)],(null===(s=null===(r=this[t(505)][t(575)][t(527)][t(577)][t(560)]())||void 0===r?void 0:r[t(543)])||void 0===s?void 0:s.is(t(568),t(546)))&&(i=i[t(502)]((e=>e.is(t(568),t(546))))),i}[gi(522)](t){const e=gi,n=this[e(505)][e(504)][e(567)](e(520));let r=Array[e(552)](this[e(505)][e(575)][e(527)][e(577)][e(503)]())[e(502)](t)[e(562)]((t=>{const r=e,s=this[r(505)][r(575)][r(576)](t,0);return[...n[r(542)](s,r(511)),...n[r(542)](s,r(508))]}))[e(533)]();return r=[...new Set(r)],r}[gi(549)](t){const e=gi;return e(558)+(this[e(505)][e(504)][e(567)](e(520))[e(559)](t)||e(550))[e(521)]()+e(507)+t[e(521)]()[e(573)](/-/g,"_")}}function mi(){const t=["createEmptyElement","descriptionFactory","mediaEmbed","showSuggestionHighlights","35013PezaTo","20HqABFH","27765GpNlqR","824SFDVaV","options","2735719GfzBMB","plugins","registerElementLabel","9024990rathzR","locale","high","enableCommand","editor","has","TrackChangesEditing","conversion","data","139623ntOfMh","elementToElement","media","MediaEmbedEditing","stop","dataDowncast","for","get","ELEMENT_MEDIA","afterInit","2357135tfgFEO","div","4ehMrcd","attribute:url:media","946290gqzTZP","downcastDispatcher"];return(mi=function(){return t})()}function Ii(t,e){const n=mi();return(Ii=function(t,e){return n[t-=361]})(t,e)}const Ei=Ii;!function(t,e){const n=Ii,r=t();for(;;)try{if(353046===parseInt(n(388))/1*(parseInt(n(380))/2)+parseInt(n(368))/3*(-parseInt(n(389))/4)+-parseInt(n(378))/5+parseInt(n(382))/6+-parseInt(n(393))/7+-parseInt(n(391))/8*(-parseInt(n(390))/9)+parseInt(n(396))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ei(377)](){const t=Ei,e=this[t(363)];if(!e[t(394)][t(364)](t(371)))return;const n=e[t(394)][t(375)](t(365)),r=e[t(397)];n[t(362)](t(386)),n[t(385)][t(395)](t(370),(e=>Hr(r,t(376),e))),e[t(366)][t(374)](t(373))[t(369)]({model:t(370),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(387)])return n[s(384)](s(379))},converterPriority:t(361)}),e[t(367)][t(383)].on(t(381),((e,n,r)=>{const s=t;r[s(392)][s(387)]&&e[s(372)]()}),{priority:t(361)})}}function Ti(t,e){const n=yi();return(Ti=function(t,e){return n[t-=168]})(t,e)}const _i=Ti;function yi(){const t=["224592kgBRlc","TrackChangesEditing","56KcGZfS","plugins","45SFiPHX","433EgwZpR","MentionEditing","has","447160sRExyF","1774GjuOgu","get","editor","mention","enableCommand","33VZuALZ","253940fJTOcX","459928urQtTA","14UsbLug","407292XuHBzY","3193528VSmpdM","25sNGGLk","afterInit","27FRCiCL"];return(yi=function(){return t})()}!function(t,e){const n=Ti,r=t();for(;;)try{if(554790===-parseInt(n(182))/1*(-parseInt(n(186))/2)+parseInt(n(181))/3*(-parseInt(n(169))/4)+parseInt(n(174))/5*(parseInt(n(172))/6)+parseInt(n(170))/7*(parseInt(n(179))/8)+parseInt(n(176))/9*(parseInt(n(185))/10)+-parseInt(n(168))/11*(parseInt(n(177))/12)+parseInt(n(173))/13*(parseInt(n(171))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yi);class Ai extends t.Plugin{[_i(175)](){const t=_i,e=this[t(188)];e[t(180)][t(184)](t(183))&&e[t(180)][t(187)](t(178))[t(190)](t(189))}}const ki=Li;function Ci(){const t=["TrackChangesEditing","*Remove format:* %0","locale","listMarkerStyle","registerBlockAttribute","plugins","2WiQajZ","handleDescriptions","1795542citydR","head","8KcKdFS","1000GGCxYg","afterInit","registerDescriptionCallback","8612JEOeRb","4681720cKZzOm","oldValue","enableDefaultAttributesIntegration","4317570YjybMY","key","1161840sjzBJu","ELEMENT_MULTI_LEVEL_LIST","*Set format:* %0","18xVgmjZ","newValue","multiLevelList","has","794766FWCFwe","36aoIMKt","next","1376507vvuyiT","get","descriptionFactory","format","editor","listType","data","MultiLevelList"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=352]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(740242===-parseInt(n(387))/1*(-parseInt(n(370))/2)+-parseInt(n(363))/3+-parseInt(n(357))/4*(-parseInt(n(354))/5)+parseInt(n(361))/6+parseInt(n(389))/7*(-parseInt(n(353))/8)+-parseInt(n(366))/9*(parseInt(n(358))/10)+parseInt(n(373))/11*(parseInt(n(371))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ni extends t.Plugin{[ki(355)](){const t=ki,e=this[t(377)],n=e[t(386)][t(374)](t(381));e[t(386)][t(369)](t(380))&&(n[t(360)](t(368)),n[t(385)](t(384)),n[t(375)][t(356)]((e=>this[t(388)](e))))}[ki(388)](t){const e=ki,n=this[e(377)][e(383)],{data:r}=t,s={type:e(376),content:""};if(r&&e(384)==r[e(362)]){if(!r[e(359)])return{type:e(376),content:Hr(n,e(365),Hr(n,e(364)))+" ("+r[e(367)]+")"};if(!r[e(367)]){let o=t[e(352)];for(;o;){if(o[e(379)]&&e(378)==o[e(379)][e(362)]&&o[e(379)][e(367)])return s;o=o[e(372)]}return{type:e(376),content:Hr(n,e(382),Hr(n,e(364)))+" ("+r[e(359)]+")"}}}}}function Ri(){const t=["editor","7AFTTMo","registerElementLabel","afterInit","23522400meXvVP","TrackChangesEditing","429738wBOWPP","has","descriptionFactory","PageBreakEditing","683340GqUPaM","locale","plugins","260405LVgEDk","6306852cvsmAA","ELEMENT_PAGE_BREAK","get","enableCommand","pageBreak","36670ZLVIRO","5136lcLQMu","873LWLfQc","237nuhoDp"];return(Ri=function(){return t})()}function Si(t,e){const n=Ri();return(Si=function(t,e){return n[t-=346]})(t,e)}const Mi=Si;!function(t,e){const n=Si,r=t();for(;;)try{if(737747===parseInt(n(363))/1+parseInt(n(353))/2*(parseInt(n(356))/3)+parseInt(n(367))/4+parseInt(n(347))/5+parseInt(n(348))/6*(parseInt(n(358))/7)+-parseInt(n(354))/8*(parseInt(n(355))/9)+-parseInt(n(361))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class vi extends t.Plugin{[Mi(360)](){const t=Mi,e=this[t(357)];if(!e[t(346)][t(364)](t(366)))return;e[t(346)][t(350)](t(362))[t(351)](t(352));const n=e[t(346)][t(350)](t(362)),r=e[t(368)];n[t(365)][t(359)](t(352),(e=>Hr(r,t(349),e)))}}const Oi=Di;function wi(){const t=["_registerLegacyDescription","*Change to:* %0","writer","12843207sKJIZO","has","highest","insert","afterInit","end","getItemLabel","downcastDispatcher","consumable","model","checkChild","registerDescriptionCallback","ck-suggestion-marker--active","formatBlock","isTouching","addClass","locale","*Insert:* %0","1152813YqLMsF","schema","plugins","name","ck-suggestion-marker-split","nodeAfter","format","showSuggestionHighlights","markerName","bindElementToMarker","857962oYHZax","Paragraph","isLimit","enableDefaultAttributesIntegration","commandName","mapper","registerElementLabel","includes","consume","2qkZhBZ","editor","descriptionFactory","get","3950286frhSga","createUIElement","activeMarkers","TrackChangesEditing","1079365VSRdKb","ELEMENT_PARAGRAPH","874944IgYxeU","data","start","addMarker:suggestion:insertion","span","type","editing","enableCommand","isBlock","toViewPosition","$text","markerRange","insertParagraph","getFirstRange","paragraph","options","insertion","72hTHgEB","686446yjccGq"];return(wi=function(){return t})()}!function(t,e){const n=Di,r=t();for(;;)try{if(639490===parseInt(n(363))/1+-parseInt(n(335))/2*(parseInt(n(316))/3)+parseInt(n(345))/4+-parseInt(n(343))/5+parseInt(n(339))/6+parseInt(n(326))/7*(parseInt(n(362))/8)+-parseInt(n(367))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Oi(371)](){const t=Oi,e=this[t(336)];if(!e[t(318)][t(368)](t(327)))return;const n=e[t(314)],r=e[t(318)][t(338)](t(342));r[t(337)][t(332)](t(359),(e=>Hr(n,t(344),e))),r[t(329)](t(359)),r[t(352)](t(357)),e[t(351)][t(374)].on(t(348),Bi(e),{priority:t(369)}),e[t(346)][t(374)].on(t(348),((n,r,s)=>{const o=t;s[o(360)][o(323)]&&Bi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(369)});const s=r[t(337)];s[t(309)]((r=>{const o=t;if(o(361)!==r[o(350)])return;const{start:i,end:a}=r[o(358)]();if(!i[o(312)](a)||!i[o(321)])return;const c=e[o(376)][o(317)],u=i[o(321)];return c[o(353)](u)&&!c[o(328)](u)&&c[o(377)](u,o(355))?{type:o(361),content:Hr(n,o(315),s[o(373)](u,1))}:void 0})),this[t(364)]()}[Oi(364)](){const t=Oi,e=this[t(336)],n=e[t(314)];e[t(318)][t(338)](t(342))[t(337)][t(309)]((e=>{const r=t;if(r(311)!=e[r(350)])return;const{data:s}=e;return s&&r(359)==s[r(330)]?{type:r(322),content:Hr(n,r(365),Hr(n,r(344)))}:void 0}))}}function Di(t,e){const n=wi();return(Di=function(t,e){return n[t-=309]})(t,e)}function Bi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(318)][o(338)](o(342)),a=r[o(356)][o(347)],c=r[o(356)][o(372)],u=t[o(376)][o(317)];if(!a[o(312)](c)||!a[o(321)])return;const l=a[o(321)];if(u[o(353)](l)&&!u[o(328)](l)&&u[o(377)](l,o(355))){if(!s[o(375)][o(334)](r[o(356)],n[o(319)]))return;const t=s[o(366)][o(340)](o(349),{class:o(320)}),a=s[o(331)][o(354)](c);e&&i[o(341)][o(333)](r[o(324)])&&s[o(366)][o(313)](o(310),t),s[o(366)][o(370)](a,t),s[o(331)][o(325)](t,r[o(324)])}}}function Pi(t,e){const n=Ui();return(Pi=function(t,e){return n[t-=196]})(t,e)}const xi=Pi;function Ui(){const t=["32loNwjs","42laEpCC","4285715uaIReF","323844eWKBUB","*Remove all formatting*","formatBlock","3268515oCUhzY","2497092jwANhq","4LCuyZx","22258zmsFQs","RemoveFormatEditing","plugins","_registerLegacyDescription","has","TrackChangesEditing","enableDefaultAttributesIntegration","removeFormat","type","locale","94380uKuXNo","registerDescriptionCallback","commandName","format","editor","1646226iZsBSg","descriptionFactory","get","afterInit","formatInline"];return(Ui=function(){return t})()}!function(t,e){const n=Pi,r=t();for(;;)try{if(565048===parseInt(n(224))/1*(parseInt(n(203))/2)+parseInt(n(201))/3+-parseInt(n(202))/4*(-parseInt(n(200))/5)+-parseInt(n(197))/6+-parseInt(n(196))/7+parseInt(n(223))/8*(-parseInt(n(218))/9)+parseInt(n(213))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[xi(221)](){const t=xi,e=this[t(217)];e[t(205)][t(207)](t(204))&&(e[t(205)][t(220)](t(208))[t(209)](t(210)),this[t(206)]())}[xi(206)](){const t=xi,e=this[t(217)];e[t(205)][t(220)](t(208))[t(219)][t(214)]((n=>{const r=t;if(r(199)!=n[r(211)]&&r(222)!=n[r(211)])return;const{data:s}=n;return s&&r(210)==s[r(215)]?{type:r(216),content:Hr(e[r(212)],r(198))}:void 0}))}}function Gi(t,e){const n=zi();return(Gi=function(t,e){return n[t-=390]})(t,e)}const Vi=Gi;function zi(){const t=["8871LOQtmf","acceptSuggestion","TrackChangesEditing","4XkVjLT","enableCommand","goToNextRestrictedEditingException","12128090InNvno","goToPreviousRestrictedEditingException","acceptSelectedSuggestions","2942597BEDzus","5173015tBTgGA","has","acceptAllSuggestions","discardSuggestion","trackChanges","plugins","discardSelectedSuggestions","afterInit","RestrictedEditingModeEditing","1294690FYtsBy","10217655AJUaUK","editor","get","11316078gzlxFT","854Edstrr","8hPCQPH","discardAllSuggestions"];return(zi=function(){return t})()}!function(t,e){const n=Gi,r=t();for(;;)try{if(960832===-parseInt(n(396))/1+-parseInt(n(401))/2*(-parseInt(n(404))/3)+parseInt(n(407))/4*(parseInt(n(414))/5)+parseInt(n(400))/6+parseInt(n(413))/7*(parseInt(n(402))/8)+-parseInt(n(397))/9+-parseInt(n(410))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zi);class Hi extends t.Plugin{[Vi(394)](){const t=Vi,e=this[t(398)];if(!e[t(392)][t(415)](t(395)))return;const n=e[t(392)][t(399)](t(406));n[t(408)](t(411)),n[t(408)](t(409));const r=e[t(392)][t(399)](t(395));r[t(408)](t(391)),r[t(408)](t(405)),r[t(408)](t(390)),r[t(408)](t(416)),r[t(408)](t(403)),r[t(408)](t(412)),r[t(408)](t(393))}}function Wi(){const t=["createPositionBefore","plugins","span","2882EWBHyu","get","444542XKgJrY","softBreak","includes","name","data","init","10283spStIU","editing","downcastDispatcher","8IkoAno","deletion","high","TrackChangesEditing","mapper","locale","ELEMENT_LINE_BREAK","getItems","requires","2334DvCinD","20034276BOEmzX","merge","createUIElement","model","addMarker:suggestion:insertion","87645ybHewZ","2wLcPTG","markerName","220jjzHre","enableCommand","element","split","options","test","addMarker:suggestion","shiftEnter","consumable","addClass","insert","bindElementToMarker","showSuggestionHighlights","47050nRRnct","addMarker:suggestion:deletion","ck-suggestion-marker--active","2726313GbIGqV","descriptionFactory","10518183kfqfQd","registerElementLabel","writer","editor","ck-suggestion-marker-","markerRange","activeMarkers","toViewPosition"];return(Wi=function(){return t})()}const Ki=Xi;function Xi(t,e){const n=Wi();return(Xi=function(t,e){return n[t-=380]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(644841===-parseInt(n(427))/1+parseInt(n(394))/2*(-parseInt(n(412))/3)+parseInt(n(396))/4*(parseInt(n(393))/5)+-parseInt(n(387))/6*(parseInt(n(433))/7)+parseInt(n(436))/8*(parseInt(n(414))/9)+parseInt(n(409))/10*(-parseInt(n(425))/11)+parseInt(n(388))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wi);class qi extends t.Plugin{static get[Ki(386)](){return[Qs.ShiftEnter]}[Ki(432)](){const t=Ki,e=this[t(417)],n=e[t(423)][t(426)](t(381));n[t(397)](t(403)),e[t(434)][t(435)].on(t(392),Zi(e),{priority:t(380)}),e[t(434)][t(435)].on(t(410),Zi(e),{priority:t(380)}),e[t(431)][t(435)].on(t(402),((n,r,s)=>{const o=t;s[o(400)][o(408)]&&Zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(413)][t(415)](t(428),(n=>Hr(e[t(383)],t(384),n)))}}function Zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Xi,i=t[o(423)][o(426)](o(381));if(!s[o(404)][o(401)](r[o(419)],n[o(430)]))return;const a=t[o(391)];for(const t of r[o(419)][o(385)]()){if(!t.is(o(398),o(428)))continue;const n=o(437)==r[o(395)][o(399)](":")[1]?o(389):o(399),c=s[o(416)][o(390)](o(424),{class:o(418)+n}),u=s[o(382)][o(421)](a[o(422)](t));e&&i[o(420)][o(429)](r[o(395)])&&s[o(416)][o(405)](o(411),c),s[o(416)][o(406)](u,c),s[o(382)][o(407)](c,r[o(395)])}}}const Qi=Yi;function Yi(t,e){const n=Ji();return(Yi=function(t,e){return n[t-=268]})(t,e)}function Ji(){const t=["StandardEditingModeEditing","365820lbrhpV","getRanges","model","format","type","420387LOFEXB","FORMAT_RESTRICTED_ENABLED","locale","afterInit","commandName","markInlineFormat","change","plugins","enableCommand","1317890HEObrg","TrackChangesEditing","from","descriptionFactory","commandParams","restrictedEditingException","has","isCollapsed","2351510hBhmNb","value","6555472GieAiO","forceValue","214044bhJdnK","get","selection","1317148OCJTjF","commands","registerDescriptionCallback","formatBlock","document","editor","formatInline","FORMAT_RESTRICTED_DISABLED"];return(Ji=function(){return t})()}!function(t,e){const n=Yi,r=t();for(;;)try{if(416169===parseInt(n(290))/1+parseInt(n(299))/2+parseInt(n(273))/3+-parseInt(n(276))/4+parseInt(n(269))/5+parseInt(n(285))/6+-parseInt(n(271))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Qi(293)](){const t=Qi,e=this[t(281)],n=e[t(287)],r=e[t(292)];if(!e[t(297)][t(305)](t(284)))return;const s=e[t(297)][t(274)](t(300)),o=t(304),i=e[t(277)][t(274)](o);s[t(298)](o,((e,r={})=>{const a=t,c=n[a(280)][a(275)];if(c[a(268)])return void e(r);const u=void 0!==r[a(272)]?r[a(272)]:!i[a(270)];n[a(296)]((()=>{const t=a,e=Array[t(301)](c[t(286)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(295)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(302)][t(278)]((e=>{const n=t;if(n(279)!=e[n(289)]&&n(282)!=e[n(289)])return;const{data:s}=e;return s&&s[n(294)]==o?s[n(303)][0][n(272)]?{type:n(288),content:Hr(r,n(291))}:{type:n(288),content:Hr(r,n(283))}:void 0}))}}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=338]})(t,e)}function na(){const t=["commandName","formatInline","type","3428594RmBbsZ","descriptionFactory","28896867EPnRik","toLowerCase","GeneralHtmlSupport","20022jKzNCa","registerBlockAttribute","8dZlkyA","4643716JHiKWF","editor","2125enJySl","config","forceValue","StyleUtils","afterInit","registerInlineAttribute","1527524vhLTCA","TrackChangesEditing","normalizeConfig","getGhsAttributeNameForElement","add","has","definitions","formatBlock","FORMAT_STYLE","Style","styleName","commandParams","format","_registerLegacyDescription","inline","registerAttributeLabel","3703086ZXeEGa","block","144628tHpUJo","registerDescriptionCallback","locale","*Remove format:* %0","element","*Set format:* %0","get","plugins","enableDefaultAttributesIntegration","DataSchema","style","ghsAttributes"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(886468===-parseInt(n(355))/1+-parseInt(n(370))/2+parseInt(n(353))/3+parseInt(n(386))/4+-parseInt(n(380))/5*(parseInt(n(375))/6)+-parseInt(n(378))/7+parseInt(n(377))/8*(parseInt(n(372))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{[ta(384)](){const t=ta,e=this[t(379)];if(!e[t(362)][t(342)](t(346))||!e[t(362)][t(342)](t(364)))return;const n=e[t(362)][t(361)](t(338)),r=e[t(357)],s=e[t(381)][t(361)](t(365))||{},o=e[t(362)][t(361)](t(374)),i=e[t(362)][t(361)](t(383))[t(339)](e[t(362)][t(361)](t(364)),s[t(343)]);n[t(363)](t(365));const a=new Set;for(const e of i[t(354)]){const n=o[t(340)](e[t(359)]);a[t(341)](n)}const c=new Set;for(const e of i[t(351)]){const n=o[t(340)](e[t(359)]);c[t(341)](n);for(const n of e[t(366)])c[t(341)](n)}for(const e of a)n[t(376)](e),n[t(371)][t(352)](e,Hr(r,t(345)));for(const e of c)n[t(385)](e),n[t(371)][t(352)](e,Hr(r,t(345)));this[t(350)]()}[ta(350)](){const t=ta,e=this[t(379)],n=e[t(357)];e[t(362)][t(361)](t(338))[t(371)][t(356)]((e=>{const r=t;if(r(344)!=e[r(369)]&&r(368)!=e[r(369)])return;const{data:s}=e;return s&&r(365)===s[r(367)]?s[r(348)][0][r(382)]?{type:r(349),content:Hr(n,r(360),s[r(348)][0][r(347)][r(373)]())}:{type:r(349),content:Hr(n,r(358),s[r(348)][0][r(347)][r(373)]())}:void 0}))}}const sa=ia;function oa(){const t=["editor","getChildren","above","getCellLocation","425411UlaJaO","subType","filter","get","_setupColumnsRowsFixing","addMarker:suggestion","substr","insertTableColumnRight","locale","max","registerPostFixer","selection","start","ELEMENT_TABLE_ROW_WITH_TEXT","afterInit","rowspan","_getSuggestionCoords","root","getItems","createRangeOn","enqueueChange","MAX_SAFE_INTEGER","document","tableCell","insertTableColumnLeft","removeTableRow","addRange","ELEMENT_TABLE","showSuggestionHighlights","registerDescriptionCallback","ELEMENT_TABLE_WITH_TEXT","deletion","getContainedElement","refresh","span","left","11rQEPEU","maxColumn","_suggestionFactory","selectTableRow","insertTableRowBelow","hasAttribute","model","getRanges","_acceptFormatSuggestionCallbackFactory","order","createRangeIn","highest","ELEMENT_TABLE_COLUMN","execute","downcastDispatcher","_splitMarkerName","position","forceValue","writer","insertTable","maxRow","isArray","findAncestor","push","values","getFirstRange","descriptionFactory","table","1202895zBxluE","createPositionAt","differ","oldRange","insertion","markMultiRangeInsertion","_tableSuggestions","18hrKUUY","from","331420QSDgPh","132393EFLpQg","toLowerCase","addClass","min","first","getColumnIndexes","discard","120LvKzeG","insert","tableColumn","removeTableColumn","end","fromRange","createTableWalker","*Insert:* %0","length","options","TableEditing","type","add","removeClass","plugins","name","TrackChangesEditing","4215650VkAuOn","map","includes","MIN_SAFE_INTEGER","51466TQHpbr","commands","$textProxy","minColumn","$graveyard","change","tablePaste","setSelection","isIntersecting","change:data","every","batch","enableCommand","join","detach","accept","markMultiRangeDeletion","colspan","*Remove:* %0","4POIDFZ","has","rootName","isTouching","registerElementLabel","isInContent","startsWith","selectTableColumn","item","_tablePostFixingSubtypes","isEqual","data","cell","registerCustomCallback","_getCoordsForCells","nodeAfter","minRow","last","toViewElement","getSelectionAffectedTableCells","nodeBefore","isIntersectingWithRange","getAttribute","TableUtils","getChanges","tableRow","low","getSuggestion","ELEMENT_TABLE_ROW","suggestion","insertTableRowAbove","element","ELEMENT_TABLE_COLUMN_WITH_TEXT","getChangedMarkers","9585rZzFTV","classes","getRowIndexes","some","mapper"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=354]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(124747===-parseInt(n(493))/1+parseInt(n(512))/2*(-parseInt(n(465))/3)+-parseInt(n(464))/4+-parseInt(n(455))/5+-parseInt(n(462))/6*(-parseInt(n(391))/7)+-parseInt(n(472))/8*(parseInt(n(382))/9)+parseInt(n(489))/10*(parseInt(n(427))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(357)]=[e(373),e(474)],this[e(461)]=new Set}[sa(405)](){const t=sa,e=this[t(387)],n=e[t(433)][t(413)][t(402)];if(!e[t(486)][t(513)](t(482)))return;const r=e[t(399)],s=e[t(486)][t(394)](t(488)),o=e[t(486)][t(394)](t(371));s[t(453)][t(516)](t(454),(e=>Hr(r,t(418),e))),this[t(395)](),s[t(505)](t(446)),s[t(505)](t(430)),s[t(505)](t(355));for(const r of[t(378),t(431)]){const i=e[t(494)][t(394)](r);s[t(505)](r,(r=>{const a=t;e[a(433)][a(498)]((t=>{const e=a;r();const c=e(389)===i[e(436)],u=o[e(367)](n),l=o[e(384)](u),f=c?l[e(469)]-1:l[e(365)]+1,h=u[0][e(449)](e(454)),g=o[e(478)](h,{startRow:f,endRow:f}),d=Array[e(463)](g)[e(490)]((n=>t[e(410)](n[e(360)])));s[e(460)](d,e(373))}))}))}for(const r of[t(415),t(398)]){const i=e[t(494)][t(394)](r);s[t(505)](r,(r=>{const a=t;e[a(433)][a(498)]((t=>{const e=a;r();const c=e(426)===i[e(436)],u=o[e(367)](n),l=o[e(470)](u),f=c?l[e(469)]-1:l[e(365)]+1,h=u[0][e(449)](e(454)),g=o[e(478)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(463)](g)[e(490)]((n=>t[e(410)](n[e(360)])));s[e(460)](d,e(474))}))}))}for(const r of[t(416),t(475)]){const i=r[t(397)](11),a=i[t(466)](),c=a[t(397)](0,3)+t(425),u=t(454)+i,l=t(468)+i,f=t(400)+i;s[t(505)](r,(()=>{const i=t;e[i(433)][i(498)]((t=>{const e=i,h=o[e(367)](n),g=h[0][e(449)](e(454));let d;if(e(416)==r){const t=o[e(384)](h);d={startRow:t[e(469)],endRow:t[e(365)],includeAllSlots:!0}}else{const t=o[e(470)](h);d={startColumn:t[e(469)],endColumn:t[e(365)],includeAllSlots:!0}}const p=o[e(478)](g,d),m=Array[e(463)](p)[e(490)]((({cell:t})=>t)),I=ca(m[e(393)]((t=>t[e(432)](c)))),E=ca(m[e(393)]((t=>!t[e(432)](c))))[e(490)]((n=>t[e(410)](n))),b=s[e(509)](E,u);if(b&&(e(373)==b[e(392)]||e(474)==b[e(392)])){const n=this[e(407)](b);for(const r of I){const s=t[e(410)](r),i=o[e(390)](r),u=r[e(370)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(417)](s)}}}))}))}function c(r){const s=t,o=Array[s(463)](n[s(434)]())[s(490)]((t=>i.LiveRange[s(477)](t)));e[s(433)][s(498)]((t=>{const n=s,i=t[n(504)];r=r[n(393)]((t=>n(497)!=t[n(408)][n(514)])),t[n(500)](r),e[n(494)][n(394)](n(416))[n(424)](),e[n(440)](n(416),{forceDefaultExecution:!0}),e[n(433)][n(411)]((()=>{const t=n;e[t(433)][t(411)](i,(e=>{const n=t,r=o[n(393)]((t=>n(497)!=t[n(408)][n(514)]));r[n(480)]>0&&e[n(500)](r);for(const t of o)t[n(507)]()}))}))}))}function u(r){const s=t;e[s(433)][s(498)]((t=>{const o=s,a=Array[o(463)](n[o(434)]())[o(490)]((t=>i.LiveRange[o(477)](t))),c=[];for(const t of r)for(const e of t[o(409)]({shallow:!0}))c[o(450)](e);for(const n of c)o(497)!=n[o(408)][o(514)]&&(t[o(500)](t[o(456)](n,0)),e[o(494)][o(394)](o(475))[o(424)](),e[o(440)](o(475),{forceDefaultExecution:!0}));const u=a[o(393)]((t=>o(497)!=t[o(408)][o(514)]));u[o(480)]>0&&t[o(500)](u);for(const t of a)t[o(507)]()}))}function l(e,n){const r=t;return n[r(503)]((t=>e[r(385)]((e=>e[r(476)][r(358)](t[r(403)])||t[r(476)][r(358)](e[r(403)])))))}function f(e,n){const r=t;return!e[r(385)]((t=>n[r(385)]((e=>t[r(501)](e)))))&&e[r(385)]((t=>n[r(385)]((e=>t[r(476)][r(515)](e[r(403)])))))}e[t(359)][t(441)].on(t(396),((e,n,r)=>{const s=t;if(!r[s(481)][s(419)])return;const o=n[s(356)];if(!o)return;const i=r[s(386)][s(366)](o);function c(t){return Array[s(448)](t)?t:[t]}i&&s(414)===o[s(487)]&&(0,a.setHighlightHandling)(i,r[s(445)],((t,e,n)=>n[s(467)](c(e[s(383)]),t)),((t,e,n)=>n[s(485)](c(e[s(383)]),t)))}),{priority:t(438)}),s[t(453)][t(420)]((e=>{const n=t;if(n(459)!=e[n(483)]&&n(422)!=e[n(483)])return;const s=e[n(423)]();if(null!=s&&s.is(n(379),n(454))){if(n(459)==e[n(483)]){const t=e[n(409)]()[n(393)]((t=>t.is(n(495))))[n(490)]((t=>t[n(359)]));if(t[n(480)])return{type:n(459),content:Hr(r,n(479),Hr(r,n(421),'"'+t[n(506)](" ")+'"'))}}if(n(422)==e[n(483)]){const t=e[n(409)]()[n(393)]((t=>t.is(n(495))))[n(490)]((t=>t[n(359)]));if(t[n(480)])return{type:n(422),content:Hr(r,n(511),Hr(r,n(421),'"'+t[n(506)](" ")+'"'))}}}})),s[t(453)][t(420)]((e=>{const n=t;if(n(373)==e[n(392)]){const t=e[n(409)]()[n(393)]((t=>t.is(n(495))))[n(490)]((t=>t[n(359)])),s=this[n(407)](e),o=s[n(447)]-s[n(364)]+1;if(n(459)==e[n(483)])return t[n(480)]?{type:n(459),content:Hr(r,n(479),Hr(r,n(404),[o,'"'+t[n(506)](" ")+'"']))}:{type:n(459),content:Hr(r,n(479),Hr(r,n(376),o))};if(n(422)==e[n(483)])return t[n(480)]?{type:n(422),content:Hr(r,n(511),Hr(r,n(404),[o,'"'+t[n(506)](" ")+'"']))}:{type:n(422),content:Hr(r,n(511),Hr(r,n(376),o))}}if(n(474)==e[n(392)]){const t=e[n(409)]()[n(393)]((t=>t.is(n(495))))[n(490)]((t=>t[n(359)])),s=this[n(407)](e),o=s[n(428)]-s[n(496)]+1;if(n(459)==e[n(483)])return t[n(480)]?{type:n(459),content:Hr(r,n(479),Hr(r,n(380),[o,'"'+t[n(506)](" ")+'"']))}:{type:n(459),content:Hr(r,n(479),Hr(r,n(439),o))};if(n(422)==e[n(483)])return t[n(480)]?{type:n(422),content:Hr(r,n(511),Hr(r,n(380),[o,'"'+t[n(506)](" ")+'"']))}:{type:n(422),content:Hr(r,n(511),Hr(r,n(439),o))}}})),s[t(429)][t(361)](t(459),t(373),t(471),c),s[t(429)][t(361)](t(422),t(373),t(508),c),s[t(429)][t(361)](t(459),t(474),t(471),u),s[t(429)][t(361)](t(422),t(474),t(508),u),s[t(429)][t(361)](t(459),t(474),t(506),l),s[t(429)][t(361)](t(422),t(474),t(506),l),s[t(429)][t(361)](t(459),t(373),t(506),f),s[t(429)][t(361)](t(422),t(373),t(506),f)}[sa(435)](){const t=sa,e=this[t(387)],n=e[t(433)][t(413)][t(402)];return(r,s)=>{const o=t;e[o(433)][o(498)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(476)][a(368)];u&&u[0]&&!1===u[0][a(444)]&&(l=r[0][a(403)][a(363)]);const f=t[a(437)](l);if(a(497)==f[a(408)][a(514)])return;const h=Array[a(463)](n[a(434)]())[a(490)]((t=>i.LiveRange[a(477)](t)));t[a(500)](f),e[a(494)][a(394)](c)[a(424)](),u[a(450)]({forceDefaultExecution:!0}),e[a(440)](c,...u);const g=h[a(393)]((t=>a(497)!=t[a(408)][a(514)]));g[a(480)]>0&&t[a(500)](g);for(const t of h)t[a(507)]()}))}}[sa(362)](t){const e=sa,n=this[e(387)][e(486)][e(394)](e(371));let r=Number[e(412)],s=Number[e(492)],o=Number[e(412)],i=Number[e(492)];for(const a of t){if(e(497)==a[e(408)][e(514)])continue;const{row:t,column:c}=n[e(390)](a),u=a[e(432)](e(406))?a[e(370)](e(406))-1:0,l=a[e(432)](e(510))?a[e(370)](e(510))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(395)](){const t=sa,e=this[t(387)],n=e[t(486)][t(394)](t(488)),r=e[t(486)][t(394)](t(371));e[t(433)][t(413)].on(t(502),(()=>{const r=t,s=Array[r(463)](e[r(433)][r(413)][r(457)][r(381)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(442)](t);if(r(377)!=s)continue;if(null!=e[r(458)])continue;const a=n[r(375)](o);this[r(357)][r(491)](i)&&this[r(461)][r(484)](a)}}),{priority:t(374)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(410)](e),a=e[s(449)](s(454)),c=r[s(390)](e);for(const t of this[s(461)]){const n=t[s(392)],r=n[s(354)](s(499)),u=n[s(397)](r?10:5),l=u[s(466)](),f=l[s(397)](0,3)+s(425),h=s(468)+u,g=s(400)+u;if(!t[s(517)])continue;if(a!=t[s(452)]()[s(403)][s(449)](s(454)))continue;if(t[s(369)](i))continue;const d=e[s(432)](f)?e[s(370)](f)-1:0,p=this[s(407)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(417)](i),o=!0)}return o};e[t(433)][t(413)][t(401)]((n=>{const r=t;let o=!1;for(const t of e[r(433)][r(413)][r(457)][r(372)]())if(r(473)==t[r(483)])if(r(373)==t[r(487)])for(const e of t[r(443)][r(363)][r(388)]())o=o||s(e,n);else r(414)==t[r(487)]&&(o=o||s(t[r(443)][r(363)],n));return o}))}[sa(407)](t){const e=sa;return this[e(362)](t[e(434)]()[e(490)]((t=>t[e(403)][e(363)])))}}function ca(t){const e=sa;return Array[e(463)](new Set(t)[e(451)]())}const ua=la;function la(t,e){const n=ha();return(la=function(t,e){return n[t-=194]})(t,e)}!function(t,e){const n=la,r=t();for(;;)try{if(155698===parseInt(n(225))/1*(-parseInt(n(245))/2)+-parseInt(n(218))/3+-parseInt(n(233))/4*(-parseInt(n(231))/5)+-parseInt(n(205))/6+parseInt(n(234))/7+-parseInt(n(284))/8+parseInt(n(272))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ha);class fa extends t.Plugin{static get[ua(290)](){return[aa]}[ua(244)](){const t=ua,e=this[t(236)],n=e[t(291)][t(283)][t(250)],r=e[t(275)];if(!e[t(209)][t(253)](t(239)))return;const s=e[t(209)][t(255)](t(288)),o=e[t(209)][t(255)](t(226)),a=e[t(209)][t(255)](aa);a[t(278)][t(197)](t(235)),s[t(224)](t(235),(()=>{const n=t,r=o[n(203)](e[n(291)][n(283)][n(250)]);e[n(291)][n(251)]((()=>{const t=n;s[t(256)](r,{commandName:t(235),commandParams:[]},[],t(235))}))})),e[t(281)][t(255)](t(235)).on(t(222),((n,r)=>{const o=t;e[o(281)][o(255)](o(273))[o(247)]&&(r[o(214)]>0&&r[r[o(214)]-1]&&r[r[o(214)]-1][o(198)]||s[o(267)]||this[o(215)]()||n[o(254)]())}),{priority:t(207)});for(const n of[t(232),t(271),t(265),t(208)]){const r=e[t(281)][t(255)](n);s[t(224)](n,(()=>{const n=t,o=e[n(291)][n(283)][n(250)][n(213)]()[n(212)]()[n(249)]((t=>t.is(n(230),n(243)))),i=r[n(247)];e[n(291)][n(251)]((()=>{const t=n;s[t(256)]([o,i],{commandName:t(235),commandParams:[]},[],t(235))}))}))}for(const n of[t(194),t(204)]){const r=e[t(281)][t(255)](n);s[t(224)](n,(()=>{const i=t,a=o[i(203)](e[i(291)][i(283)][i(250)])[0],c=a[i(285)](i(219)),{column:u,row:l}=o[i(274)](a);let f=[];if(i(199)==r[i(286)]){const t=o[i(240)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(258)](t)[i(270)]((t=>t[i(201)]))}else{const t=o[i(240)](c,{column:u,includeAllSlots:!0});f=Array[i(258)](t)[i(270)]((t=>t[i(201)]))}e[i(291)][i(251)]((t=>{const e=i;s[e(211)](t[e(200)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(252)][t(195)]((e=>{const n=t;if(n(210)!=e[n(263)]&&n(262)!=e[n(263)])return;const{data:s}=e;return s&&n(235)==s[n(287)]?{type:n(237),content:Hr(r,n(246))}:void 0})),s[t(252)][t(195)]((e=>{const n=t;if(n(210)!=e[n(263)]&&n(262)!=e[n(263)])return;const{data:s}=e;return s?n(194)==s[n(287)]?{type:n(237),content:Hr(r,n(260))}:n(204)==s[n(287)]?{type:n(237),content:Hr(r,n(242))}:void 0:void 0}));const c=a[t(279)]();for(const e of[t(232),t(271),t(265),t(208)])s[t(282)][t(261)](t(210),e,t(277),c);for(const e of[t(194),t(204)])s[t(282)][t(261)](t(210),e,t(277),c);s[t(282)][t(261)](t(210),t(235),t(277),(r=>{const s=t;e[s(291)][s(251)]((t=>{const o=s,a=Array[o(258)](n[o(276)]())[o(270)]((t=>i.LiveRange[o(221)](t)));t[o(206)](r),e[o(281)][o(255)](o(235))[o(269)](),e[o(222)](o(235),{forceDefaultExecution:!0});const c=a[o(223)]((t=>o(238)!=t[o(257)][o(264)]));c[o(214)]>0&&t[o(206)](c);for(const t of a)t[o(220)]()}))}));for(const n of[t(232),t(265),t(208),t(271)]){const r=e[t(281)][t(255)](n);r.on(t(241),((n,s,o)=>{const i=t;if(o){const t=e[i(291)][i(283)][i(250)][i(213)]()[i(212)]()[i(249)]((t=>t.is(i(230),i(243))));this[i(259)](r[i(247)],t)||(n[i(217)]=!1,n[i(254)]())}}),{priority:t(289)})}}[ua(215)](){const t=ua,e=this[t(236)][t(281)][t(255)](t(235)),n=this[t(236)][t(209)][t(255)](t(226));if(!e[t(196)])return!1;const r=n[t(203)](this[t(236)][t(291)][t(283)][t(250)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(259)](e,n))return!1;return!0}[ua(259)](t,e){const n=ua,r=this[n(236)][n(209)][n(255)](n(288)),s=this[n(236)][n(291)][n(200)](t),o=this[n(236)][n(291)][n(200)](e),i=new Set,a=new Set;for(const t of r[n(228)]())if((n(268)==t[n(263)]||n(202)==t[n(263)]||n(235)==t[n(248)])&&t[n(266)])for(const e of t[n(276)]())e[n(280)](s,!0)&&i[n(229)](t[n(263)]+":"+t[n(216)].id),e[n(280)](o,!0)&&a[n(229)](t[n(263)]+":"+t[n(216)].id);if(i[n(227)]!=a[n(227)])return!1;for(const t of i)if(!a[n(253)](t))return!1;return!0}}function ha(){const t=["4175vUYXDT","mergeTableCellUp","532LwMPzX","873348eoeVAu","mergeTableCells","editor","format","$graveyard","TableEditing","createTableWalker","set:isEnabled","*Split cell:* horizontally","tableCell","afterInit","8XIXEDF","*Merge cells*","value","subType","find","selection","change","descriptionFactory","has","stop","get","markMultiRangeBlockFormat","root","from","_areMergableCells","*Split cell:* vertically","registerCustomCallback","formatInline","type","rootName","mergeTableCellDown","isInContent","_isForcedDefaultExecutionBlock","insertion","refresh","map","mergeTableCellRight","3550644VGSbIR","trackChanges","getCellLocation","locale","getRanges","accept","_tablePostFixingSubtypes","_acceptFormatSuggestionCallbackFactory","containsRange","commands","_suggestionFactory","document","1964472RhEDcn","findAncestor","direction","commandName","TrackChangesEditing","low","requires","model","splitTableCellVertically","registerDescriptionCallback","isEnabled","push","forceDefaultExecution","horizontally","createRangeOn","cell","deletion","getSelectionAffectedTableCells","splitTableCellHorizontally","411000eDGXYj","setSelection","highest","mergeTableCellLeft","plugins","formatBlock","markBlockFormat","getAncestors","getFirstPosition","length","_areSelectedCellsMergable","author","return","447402uDzOGb","table","detach","fromRange","execute","filter","enableCommand","2861BrOEXY","TableUtils","size","getSuggestions","add","element"];return(ha=function(){return t})()}function ga(){const t=["setTableColumnHeader","consume","markerNameToElements","afterInit","data-suggestion","commandName","FORMAT_REGULAR_ROW","createTableWalker","highest","plugins","showSuggestionHighlights","markerName","enableDefaultAttributesIntegration","TableUtils","registerCustomCallback","commandParams","*Format:* %0","formatBlock","item","_acceptFormatSuggestionCallbackFactory","TrackChangesEditing","requires","writer","data","addMarker:suggestion","toViewElement","start","get","FORMAT_HEADER_ROW","_splitMarkerName","format","743550ceuiEP","editing","editor","headingRows","stop","getSuggestion","consumable","cell","removeMarker:suggestion","2532280myJjDz","registerAttributeLabel","removeAttribute","setTableRowHeader","downcastDispatcher","5LxgUXl","accept","_registerLegacyDescription","descriptionFactory","bindElementToMarker","locale","forceValue","name","_handleLegacySuggestions","nodeAfter","registerBlockAttribute","headingColumns","has","removeClass","2175201FABfUk","ck-suggestion-marker-","24rEnDFj","includes","setAttribute","FORMAT_REGULAR_COLUMN","getCellLocation","10puGleb","TableEditing","unbindElementFromMarkerName","type","mapper","end","1712641oLECIi","parent","4rHwBuu","addClass","activeMarkers","4752639ULmDNi","markerRange","nodeBefore","ck-suggestion-marker--active","_suggestionFactory","38667706KsbBir","310588AbDMtL","options","registerDescriptionCallback","FORMAT_HEADER_COLUMN"];return(ga=function(){return t})()}const da=pa;function pa(t,e){const n=ga();return(pa=function(t,e){return n[t-=102]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(397798===parseInt(n(112))/1*(-parseInt(n(121))/2)+-parseInt(n(184))/3+-parseInt(n(165))/4+-parseInt(n(170))/5*(-parseInt(n(156))/6)+parseInt(n(110))/7*(-parseInt(n(186))/8)+-parseInt(n(115))/9*(parseInt(n(104))/10)+parseInt(n(120))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ga);class ma extends t.Plugin{static get[da(146)](){return[aa]}[da(128)](){const t=da,e=this[t(158)];if(!e[t(134)][t(182)](t(105)))return;const n=e[t(175)],r=e[t(134)][t(152)](t(145));r[t(137)](t(168)),r[t(137)](t(125)),r[t(180)](t(159)),r[t(180)](t(181)),r[t(173)][t(166)](t(159),Hr(n,t(153))),r[t(173)][t(166)](t(181),Hr(n,t(124))),this[t(178)]()}[da(178)](){const t=da,e=this[t(158)][t(134)][t(152)](t(145)),n=this[t(158)][t(134)][t(152)](t(138)),r=this[t(158)][t(134)][t(152)](aa)[t(144)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=pa,{type:c,id:u}=e[a(154)](o[a(136)]),l=e[a(161)](u),f=l[a(148)];if(a(142)!=l[a(107)]||!f||a(125)!=f[a(130)])return;if(o[a(143)])return void s[a(160)]();if(!i[a(162)][a(126)](o[a(116)],s[a(177)]))return;const h=o[a(116)][a(151)][a(179)],g=o[a(116)][a(109)][a(117)],d=h[a(111)][a(111)],{column:p}=n[a(103)](h),{column:m}=n[a(103)](g);for(let s=p;s<=m;s++){const l=n[a(132)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(163)],l=i[a(108)][a(150)](s);i[a(147)][a(113)](a(185)+c,l),r&&i[a(147)][a(188)](a(129),u,l),i[a(108)][a(174)](l,o[a(136)]),t&&(e[a(114)][a(187)](o[a(136)])?i[a(147)][a(113)](a(118),l):i[a(147)][a(183)](a(118),l))}}}}e[t(119)][t(139)](t(142),t(168),t(171),r),e[t(119)][t(139)](t(142),t(125),t(171),r),this[t(158)][t(157)][t(169)].on(t(149),s(),{priority:t(133)}),this[t(158)][t(148)][t(169)].on(t(149),((e,n,r)=>{const o=t;r[o(122)][o(135)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(133)}),this[t(158)][t(157)][t(169)].on(t(164),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(154)](r[o(136)]),c=e[o(161)](a),u=c[o(148)];if(o(142)!=c[o(107)]||!u||o(125)!=u[o(130)])return;const l=s[o(108)][o(127)](r[o(136)]);if(l)for(const t of l)s[o(147)][o(183)](o(185)+i,t),s[o(147)][o(183)](o(118),t),s[o(147)][o(167)](o(129),t),s[o(108)][o(106)](t,r[o(136)])}),{priority:t(133)}),this[t(172)]()}[da(172)](){const t=da,e=this[t(158)],n=e[t(175)];function r(e){const r=t;return{type:r(155),content:Hr(n,r(141),e)}}e[t(134)][t(152)](t(145))[t(173)][t(123)]((e=>{const s=t;if(s(142)!=e[s(107)])return;const{data:o}=e;if(o){if(s(168)==o[s(130)]){const t=o[s(140)][0][s(176)];return r(Hr(n,s(t?153:131)))}if(s(125)==o[s(130)]){const t=o[s(140)][0][s(176)];return r(Hr(n,s(t?124:102)))}}}))}}const Ia=Ea;function Ea(t,e){const n=ba();return(Ea=function(t,e){return n[t-=454]})(t,e)}function ba(){const t=["getMarkers","getRanges","296GRBEDC","options","oldRange","registerPostFixer","getAttributes","keys","redo","nextSibling","48648HhUZuo","for","push","fromEntries","editor","getSuggestion","insertContent","first","isInContent","tableCellBackgroundColor","remove","removeMarkers","markerAttributes","plugins","insertionRanges","getAllAdjacentSuggestions","isEmpty","document","start","unwrap","deletionRanges","paragraph","listenTo","_replaceTableSlotCell","value","locale","ck-suggestion-marker-insertion","*Replace table cells*","nodeAfter","cells","dataDowncast","createRange","setAttributes","removeColumns","19539ugniMa","createRangeIn","tablePaste","getRows","createTableWalker","wrap","endColumn","suggestionLoaded","elementToElement","containsRange","_suggestionFactory","tablePasteCell","detach","fromRange","updateMarker","subType","map","content","row","forEach","high","columns","formatBlock","Users","change","tableCell","markMultiRangeBlockFormat","ck-suggestion-marker--active","model","previousSibling","activeMarkers","1796592HXwlRy","suggestionUnloaded","column","TableUtils","low","rows","tableCellHorizontalAlignment","insertColumns","join","cell","getSelectionAffectedTableCells","rowInsertionIndexes","getChanges","suggestion","getShiftedBy","TrackChangesEditing","includes","suggestion:formatBlock:tablePasteCell","has","markerToHighlight","removeMarker","insert","290ztgbaN","getChild","documentSelection","fill","_getCoordsForCells","from","getSuggestions","schema","3368fArtEF","batch","tablePasteColumn","name","createRangeOn","attributes","every","markers","descriptionFactory","1226ycFLVs","add","type","suggestion-td","reduce","tableCellBorderStyle","find","return","$graveyard","trackChanges","view","root","columnInsertionRanges","createPositionBefore","endRow","editingDowncast","clipboardOutput","end","hasSuggestion","getChildren","element","entries","showSuggestionHighlights","_tablePostFixingSubtypes","getColumnIndexes","discard","rowInsertionRanges","forceDefaultExecution","call","findAncestor","selection","tableCellBorderColor","register","getChangedMarkers","conversion","columnInsertionIndexes","filter","_splitMarkerName","registerCustomCallback","differ","markerName","51191dxZzwY","afterInit","markMultiRangeDeletion","tableCellBorderWidth","length","getColumns","next","tableCellPadding","table","insertRows","getItems","get","tableCellVerticalAlignment","createElement","setAttribute","TableClipboard","position","isEqual","rootName","newRange","_isForcedDefaultExecutionBlock","removeRows","author","getRowIndexes","last","previous","getTableIfOnlyTableInContent","3305844FdigOd","tableCellSuggestion","getRange","registerDescriptionCallback","markMultiRangeInsertion","editing","_createdBatches","getContainedElement","tablePasteRow","some","accept","stop","getSuggestionCallback","startsWith","insertion","set","ck-suggestion-marker","deletion","move","commands","tablePasteChainId","requires","7517920nxdXaB"];return(ba=function(){return t})()}!function(t,e){const n=Ea,r=t();for(;;)try{if(471004===parseInt(n(572))/1*(parseInt(n(479))/2)+parseInt(n(645))/3+parseInt(n(580))/4*(-parseInt(n(462))/5)+parseInt(n(547))/6+parseInt(n(520))/7+-parseInt(n(470))/8*(parseInt(n(614))/9)+parseInt(n(569))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ba);const Ta=[Ia(523),Ia(510),Ia(484),Ia(651),Ia(532),Ia(589),Ia(527)],_a=Object[Ia(583)](Ta[Ia(630)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(568)](){return[aa]}[Ia(521)](){const t=Ia,n=this[t(584)];if(!n[t(593)][t(458)](t(535)))return;const r=n[t(593)][t(531)](t(455)),s=n[t(593)][t(531)](t(648)),o=n[t(593)][t(531)](aa),a=n[t(593)][t(531)](t(535));o[t(502)][t(582)](t(555),t(472)),n[t(642)][t(469)][t(511)](t(548),{allowIn:t(639),allowContentOf:t(639),isLimit:!0}),n[t(513)][t(622)]({model:t(548),view:t(482)});let c=null;n[t(642)].on(t(586),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(524)]-1];h&&h[u(506)]||r[u(540)]||this[u(584)][u(566)][u(531)](u(488))[u(604)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(464)))return!1;const i=s[o(546)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(655)](n[o(597)][o(509)]);if(!a[o(524)])return!1;const c=a[0][o(508)](o(528)),l=r[o(543)](a),f=r[o(503)](a),h={startRow:l[o(587)],endRow:l[o(544)],startColumn:f[o(587)],endColumn:f[o(544)]};return 1==a[o(524)]&&(h[o(493)]+=r[o(617)](i)-1,h[o(620)]+=r[o(525)](i)-1),ka(c,h,r)}(l,f,n[u(642)],s,a)&&(o[u(558)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(642)][u(638)]((()=>{const t=u;n[t(642)][t(586)](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(524)]&&r[t(551)](o,t(555),{tablePasteChainId:s}),a[t(524)]&&r[t(551)](a,t(472),{tablePasteChainId:s}),l[t(524)]&&(r[t(551)](l,t(616),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(633)]((e=>{const n=t;var r;return null===(r=e[n(626)])||void 0===r?void 0:r[n(507)](e)}))),f[t(524)]&&(r[t(522)](f,t(616),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(633)]((e=>{const n=t;var r;return null===(r=e[n(626)])||void 0===r?void 0:r[n(507)](e)})));const g=r[t(640)](h[t(630)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(625),{tablePasteChainId:s});if(g){const e=g[t(570)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(642)][t(474)](s),a=e[t(485)]((e=>e[t(549)]()[t(537)](i)));a&&r[t(582)]([a[t(473)],o])}r[t(524)]&&g[t(534)](t(592),Object[t(583)](r))}c=null})))}),{priority:e.priorities[t(634)]+10}),n[t(593)][t(531)](t(535)).on(t(603),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(558)]();const u=s[r(654)],l=o,f=Aa(u),h=Aa(l);e[r(486)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(590)](u[r(463)](0));for(const t of Array[r(467)](l[r(498)]()))a[r(461)](t,u,r(496));const t=c[r(656)][r(456)](s[r(632)]),e=c[r(514)][r(456)](s[r(647)]);t||e||(g=i.LiveRange[r(627)](a[r(615)](u)))}else h&&!f&&(d=a[r(615)](u));else{const t=a[r(533)](r(548)),e=a[r(533)](r(548));a[r(619)](a[r(615)](u),e),a[r(461)](t,u,0);for(const e of Array[r(467)](l[r(498)]()))a[r(461)](e,t,r(496));g=i.LiveRange[r(627)](a[r(474)](t)),d=i.LiveRange[r(627)](a[r(474)](e))}const p=Array[r(467)](l[r(576)]())[r(515)]((([t])=>Ta[r(456)](t)));c[r(609)][r(582)]({element:u,attributes:p[r(524)]?Object[r(583)](p):null}),g&&c[r(594)][r(582)](g),d&&c[r(600)][r(582)](d)}),{priority:t(634)}),s.on(t(652),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(635)]||1;c[o(514)]=new Array(l)[o(465)](u)[o(630)](((t,e)=>t+e));for(const{cell:t}of s[o(618)](i,{startColumn:u,endColumn:u+l-1}))c[o(491)][o(582)](n[o(642)][o(474)](t))}),{priority:t(649)}),s.on(t(529),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(650)]||1;c[o(656)]=new Array(l)[o(465)](u)[o(630)](((t,e)=>t+e));for(const{cell:t}of s[o(618)](i,{startRow:u,endRow:u+l-1}))c[o(505)][o(582)](n[o(642)][o(474)](t))}),{priority:t(649)}),r[t(478)][t(550)]((e=>{const r=t;if(e[r(629)]&&e[r(629)][r(560)](r(616)))return e[r(545)]?{}:{type:r(561),content:Hr(n[r(605)],r(607))}}));const u=()=>!1;for(const e of[t(616),t(472),t(555),t(625)])r[t(624)][t(517)](t(561),e,t(653),u),r[t(624)][t(517)](t(564),e,t(653),u),r[t(624)][t(517)](t(636),e,t(653),u);r[t(624)][t(517)](t(636),t(625),t(504),u),r[t(624)][t(517)](t(636),t(625),t(557),((e,r,s)=>{const o=t,i=e[o(630)]((t=>t[o(554)]()))[o(515)]((t=>t)),a=new Map(i[o(630)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(609)])e&&a[o(562)](t,e);else if(s&&s[o(592)])for(const[t,e]of Object[o(500)](s[o(592)])){const r=n[o(642)][o(477)][o(531)](t),s=r?r[o(549)]()[o(554)]():null;s&&a[o(562)](s,e)}n[o(642)][o(638)]((t=>{const e=o;for(const[n,r]of a)t[e(612)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(624)][o(517)](e,o(616),s,((t,i,a)=>{const c=o;n[c(642)][c(638)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(598)][o(608)];t.is(o(499),o(548))&&u[o(582)](t)}r[o(624)][o(559)](e,null,s)(t,i,a);for(const t of u)o(487)!=t[o(490)][o(538)]&&n[o(599)](t)}))}))};l(t(561),t(557)),l(t(561),t(504)),l(t(564),t(557)),l(t(564),t(504)),r[t(624)][t(517)](t(561),t(555),t(504),(e=>{const n=t,r=e[n(630)]((t=>t[n(554)]())),i=r[0][n(508)](n(528)),{minRow:a,maxRow:c}=o[n(466)](r);s[n(541)](i,{at:a,rows:c-a+1})})),r[t(624)][t(517)](t(561),t(472),t(504),(e=>{const n=t,r=e[n(630)]((t=>t[n(554)]())),i=r[0][n(508)](n(528)),{minColumn:a,maxColumn:c}=o[n(466)](r);s[n(613)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(629)]||!n[s(629)][s(560)](s(616)))return;const o=n[s(475)][s(567)],i=r[s(468)]()[s(515)]((t=>t[s(588)]&&t[s(475)]&&t[s(475)][s(567)]==o));i[s(524)]&&n[s(595)]()[s(524)]!=i[s(524)]&&i[s(483)](((t,e)=>(t[s(526)]=e,e[s(545)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(516)](e[s(519)]),i=[s(563),s(606)],a=r[s(644)][s(456)](e[s(519)]);return a&&i[s(582)](s(641)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(621),f,{priority:t(634)}),r.on(t(646),f,{priority:t(634)}),n[t(642)][t(597)][t(575)]((()=>{const e=t;let s=!1;const o=Array[e(467)](n[e(642)][e(597)][e(518)][e(512)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(516)](t);if(e(658)!=o||e(564)!=a||i[e(574)])continue;if(!r[e(497)](c))continue;const u=r[e(585)](c)[e(571)](),l=n[e(593)][e(531)](e(637)).me;for(const t of r[e(468)]())if(t[e(588)]&&t[e(542)]==l&&e(636)==t[e(481)]&&e(625)==t[e(629)]&&t[e(571)]()[e(476)]((t=>u[e(556)]((n=>n[e(623)](t,!0))))))for(const n of t[e(595)]())n[e(588)]&&(n[e(504)](),s=!0)}return s})),n[t(642)][t(597)][t(575)]((e=>{const s=t,o=n[s(566)][s(531)](s(578));if(!o||!o[s(553)][s(458)](e[s(471)]))return!1;let i=!1;const a=n[s(593)][s(531)](s(637)).me,c=n[s(642)][s(597)][s(518)][s(657)](),u=Array[s(467)](n[s(642)][s(597)][s(518)][s(512)]())[s(515)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(516)](t);return n(658)==o&&n(616)==i&&c==a.id&&!e[n(574)]}));for(const t of c){if(s(461)!=t[s(481)]||s(548)!=t[s(473)]||1!=t[s(524)])continue;const n=e[s(611)](t[s(536)],t[s(536)][s(454)](1));if(!u[s(485)]((({data:t})=>t[s(539)][s(537)](n))))for(const{name:t,data:r}of u)if(n[s(623)](r[s(539)])){e[s(628)](t,{range:n}),i=!0;break}}return i})),n[t(642)][t(597)][t(575)]((e=>{const s=t;let o=!1;const i=n[s(593)][s(531)](s(637)).me,a=r[s(468)]()[s(515)]((t=>t[s(588)]&&t[s(542)]==i)),c=new Set,u=new Set;for(const t of a)if(s(616)==t[s(629)])for(const e of t[s(570)]()){const n=e[s(549)]()[s(554)]();if(n)if(n.is(s(499),s(548))&&Aa(n)){t[s(460)](e[s(473)]),c[s(480)](n),o=!0;const r=n[s(579)],i=n[s(643)],a=r&&r.is(s(499),s(548)),l=i&&i.is(s(499),s(548));a&&!c[s(458)](r)&&u[s(480)](r),l&&!c[s(458)](i)&&u[s(480)](i)}else n.is(s(499),s(601))&&n[s(596)]&&(t[s(460)](e[s(473)]),o=!0)}else if(s(625)==t[s(629)]){if(!t[s(475)]||!t[s(475)][s(567)])continue;const e=t[s(475)][s(592)];if(e&&Object[s(577)](e)[s(524)])continue;const n=t[s(475)][s(567)];let r=!0,i=!0;for(const e of a)if(e[s(629)]&&e[s(629)][s(560)](s(616))){if(!e[s(475)][s(567)]){i=!1;break}if(e.id!=t.id&&e[s(475)][s(567)]==n){r=!1;break}}i&&r&&(t[s(591)](),o=!0)}for(const t of c)e[s(590)](t);for(const t of u)e[s(599)](t);return o})),n[t(513)][t(581)](t(494))[t(459)]({model:t(457),view:(t,e)=>h(t),converterPriority:t(634)}),n[t(513)][t(581)](t(610))[t(459)]({model:t(457),view:(e,n)=>n[t(573)][t(501)]?h(e,!1):null,converterPriority:t(634)});const g=n[t(552)][t(489)];this[t(602)](g[t(597)],t(495),((e,n)=>{const r=t,s=[];for(const t of g[r(615)](n[r(631)])[r(530)]())t.is(r(499),r(482))&&s[r(582)](t);g[r(638)]((t=>{const e=r;for(const n of s)t[e(565)](t[e(615)](n),t[e(492)](n)),t[e(590)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(596)])return!0;const n=t[e(463)](0);return n.is(e(499),e(601))&&n[e(596)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(618)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=Na();return(Ca=function(t,e){return n[t-=221]})(t,e)}const La=Ca;function Na(){const t=["96708jpqNto","889095yNPxDM","enableCommand","formatGroupId","descriptionFactory","getSuggestionCallback","afterInit","table","260CtyRbS","1466685AODiiJ","getTableColumnsWidths","TableColumnResizeEditing","editor","9100014zDNqEK","registerDescriptionCallback","formatInline","type","registerCustomCallback","plugins","3807990RjfugK","document","7095328tBUWXB","discard","getContainedElement","resizeTableWidth","author","Users","locale","TrackChangesEditing","change","bind","commandParams","handleResizeTableWidthCommand","getSuggestions","accept","getColumnGroupElement","_suggestionFactory","getAttribute","format","*Format:* resize table","1848088CWMJum","getSelectedElement","has","selection","handleSuggestionDescription","8rvdmcc","9urkJeR","tableWidth","resizeTable","markBlockFormat","22cciCWk","model","data","formatBlock","columnWidths","get","subType"];return(Na=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(680549===parseInt(n(226))/1+parseInt(n(265))/2+-parseInt(n(234))/3*(-parseInt(n(270))/4)+-parseInt(n(233))/5*(-parseInt(n(225))/6)+-parseInt(n(238))/7+parseInt(n(246))/8*(-parseInt(n(271))/9)+-parseInt(n(244))/10*(parseInt(n(275))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Ra extends t.Plugin{[La(231)](){const t=La;if(!this[t(237)][t(243)][t(267)](t(236)))return;const e=this[t(237)][t(243)][t(223)](t(253));e[t(227)](t(249),this[t(257)][t(255)](this)),e[t(261)][t(242)](t(221),t(273),t(259),e[t(261)][t(230)](t(221),null,t(247))),e[t(261)][t(242)](t(221),t(273),t(247),e[t(261)][t(230)](t(221),null,t(259))),e[t(229)][t(239)](this[t(269)][t(255)](this))}[La(257)](t,e){const n=La,r=this[n(237)][n(243)][n(223)](n(253)),s=this[n(237)][n(243)][n(223)](n(236)),o=e[n(232)]||this[n(237)][n(276)][n(245)][n(268)][n(266)]();this[n(237)][n(276)][n(254)]((()=>{const i=n,a=s[i(260)](o);let c=a?s[i(235)](a):null,u=o[i(262)](i(272))||null;const l=e[i(272)]||u,f=e[i(222)]||c,h=this[i(237)][i(243)][i(223)](i(251)).me;for(const t of r[i(258)]()){const e=t[i(248)]();if(i(273)===t[i(224)]&&e===o){t[i(250)]!==h&&t[i(247)]();const e=t[i(277)][i(256)];u=e[0][i(272)],c=e[0][i(222)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(274)](o,{commandName:i(249),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(273)},[],i(273))}))}[La(269)](t){const e=La;if(e(221)!=t[e(241)]&&e(240)!=t[e(241)])return;const{data:n}=t;if(n&&e(273)===n[e(228)]){const t=e(264);return{type:e(263),content:Hr(this[e(237)][e(252)],t)}}}}const Sa=va;function Ma(){const t=["2747184XAYout","1156351eIZahh","178968tezhZO","insertTemplate","get","editor","Template","afterInit","has","5MxACci","TrackChangesEditing","plugins","11155761QMosvy","2uaJiNi","520986BFgPCj","2120502bwHrxM","1665549kBvnHc","enableCommand"];return(Ma=function(){return t})()}function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=242]})(t,e)}!function(t,e){const n=va,r=t();for(;;)try{if(298582===-parseInt(n(256))/1*(-parseInt(n(257))/2)+-parseInt(n(259))/3+-parseInt(n(245))/4+parseInt(n(252))/5*(-parseInt(n(258))/6)+-parseInt(n(244))/7+-parseInt(n(243))/8+parseInt(n(255))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[Sa(250)](){const t=Sa,e=this[t(248)];e[t(254)][t(251)](t(249))&&e[t(254)][t(247)](t(253))[t(242)](t(246))}}function wa(){const t=["plugins","commands","afterInit","locale","7858638JKWfaX","insertTableOfContents","4799417ImEyzS","10uwxyrq","get","tableOfContents","12iISyhJ","8QYXReJ","editor","1JmlLdC","descriptionFactory","5344330jAmGem","TrackChangesEditing","registerElementLabel","252850IfYUPc","3429036nJPqvB","enableCommand","ELEMENT_TABLE_OF_CONTENTS","1519353pPokpR","245187HTPKlM","4umPZKE"];return(wa=function(){return t})()}const Fa=Da;function Da(t,e){const n=wa();return(Da=function(t,e){return n[t-=334]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(656086===parseInt(n(345))/1*(parseInt(n(350))/2)+parseInt(n(355))/3*(parseInt(n(356))/4)+parseInt(n(347))/5+-parseInt(n(351))/6+parseInt(n(338))/7*(parseInt(n(343))/8)+-parseInt(n(336))/9*(parseInt(n(339))/10)+parseInt(n(354))/11*(parseInt(n(342))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class Ba extends t.Plugin{[Fa(334)](){const t=Fa,e=this[t(344)];if(!e[t(358)][t(340)](t(337)))return;e[t(357)][t(340)](t(348))[t(352)](t(337));const n=e[t(357)][t(340)](t(348)),r=e[t(335)];n[t(346)][t(349)](t(341),(e=>Hr(r,t(353),e)))}}const Pa=Ua;!function(t,e){const n=Ua,r=t();for(;;)try{if(979508===-parseInt(n(276))/1*(parseInt(n(285))/2)+parseInt(n(274))/3*(parseInt(n(271))/4)+-parseInt(n(296))/5+-parseInt(n(286))/6*(-parseInt(n(267))/7)+parseInt(n(269))/8*(-parseInt(n(277))/9)+-parseInt(n(280))/10+-parseInt(n(301))/11*(-parseInt(n(291))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ja);class xa extends t.Plugin{[Pa(302)](){const t=Pa,e=this[t(304)];if(!e[t(266)][t(290)](t(305)))return;const n=e[t(266)][t(262)](t(292));n[t(298)][t(281)](t(297),(()=>Hr(e[t(270)],t(300)))),e[t(283)][t(295)][t(287)]((r=>{const s=t;let o=!1;const i=Array[s(299)](e[s(283)][s(295)][s(272)][s(282)]());for(const{name:t,data:a}of i){const{group:i}=n[s(288)](t);if(s(289)!==i||!a[s(275)])continue;const c=a[s(275)],u=c[s(278)][s(273)];if(!u||!u.is(s(284),s(297)))continue;if(!c[s(279)][s(264)](c[s(278)]))continue;const l=e[s(283)][s(294)][s(303)](c[s(278)],s(307));if(l&&l[s(306)]){const e=r[s(293)](c[s(279)],l[s(279)]);e[s(263)](c)||(r[s(265)](t,{range:e}),o=!0)}o||(r[s(268)](t),o=!0)}return o}))}}function Ua(t,e){const n=ja();return(Ua=function(t,e){return n[t-=262]})(t,e)}function ja(){const t=["2357838UYlCCX","registerPostFixer","_splitMarkerName","suggestion","has","12EtBPKP","TrackChangesEditing","createRange","schema","document","5700920vTCXnk","title-content","descriptionFactory","from","ELEMENT_TITLE","27289471YQwxEC","afterInit","getNearestSelectionRange","editor","Title","isCollapsed","forward","get","isEqual","isTouching","updateMarker","plugins","21vzWYFm","removeMarker","7244272mogOyt","locale","1189388XAVHOo","differ","nodeBefore","18BiLKjy","newRange","22079vmmkEh","18ukljYU","end","start","13143910lUpXAU","registerElementLabel","getChangedMarkers","model","element","18iQfzpP"];return(ja=function(){return t})()}function Ga(){const t=["418686XNmzgS","3802656WnGiHL","get","afterInit","redo","21661XGQMJm","editor","197364eaPoSK","388656foYuLb","48GRNmli","UndoEditing","25wvTwRF","undo","8690906RFOrAV","63RYjsOA","has","plugins","enableCommand","44OoVYQa","547460QIVjqQ","TrackChangesEditing"];return(Ga=function(){return t})()}const Va=za;function za(t,e){const n=Ga();return(za=function(t,e){return n[t-=237]})(t,e)}!function(t,e){const n=za,r=t();for(;;)try{if(665847===parseInt(n(238))/1*(parseInt(n(251))/2)+parseInt(n(240))/3*(-parseInt(n(242))/4)+parseInt(n(244))/5*(-parseInt(n(254))/6)+parseInt(n(246))/7+parseInt(n(241))/8+parseInt(n(247))/9*(parseInt(n(252))/10)+-parseInt(n(255))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ga);class Ha extends t.Plugin{[Va(257)](){const t=Va,e=this[t(239)],n=e[t(249)][t(256)](t(253));e[t(249)][t(248)](t(243))&&(n[t(250)](t(245)),n[t(250)](t(237)))}}const Wa=Ka;function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=129]})(t,e)}function Xa(){const t=["6949390LtqSne","has","1813176IRRKhj","TableCaptionEditing","417938HZkQVN","9iUUvwF","TrackChangesEditing","toggleTableCaption","get","2863126sCborZ","enableCommand","7958166eZIBDk","plugins","afterInit","editor","8lVzINP","requires","5578242hhFfBh","10JrETvU","907704pGgsKp"];return(Xa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(997389===parseInt(n(129))/1+parseInt(n(131))/2+parseInt(n(144))/3+-parseInt(n(146))/4*(parseInt(n(145))/5)+-parseInt(n(138))/6+parseInt(n(136))/7*(-parseInt(n(142))/8)+-parseInt(n(132))/9*(parseInt(n(147))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{static get[Wa(143)](){return[aa]}[Wa(140)](){const t=Wa,e=this[t(141)];e[t(139)][t(148)](t(130))&&e[t(139)][t(135)](t(133))[t(137)](t(134))}}function Za(){const t=["tableHeight","handleDiscardAction","TrackChangesTableProperties","handleSuggestionDescription","start","tableCellBorderColor","has","join","*Format:* change table cell properties","nodeAfter","236288gKPvti","294868BnRSou","enqueueChange","_suggestionFactory","get","selection","tableCellHorizontalAlignment","tableCellProperties","2113786reScJJ","tableCellVerticalAlignment","tableBorderStyle","findAncestor","*Format:* change table properties","15knOBaY","getSuggestionCallback","tableBorderColor","6976160mhlzRh","markBlockFormat","tableCellHeight","tableAlignment","17028AbBIrd","tableProperties","batch","getFirstPosition","formatBlock","tableWidth","data","change","tableCellBorderWidth","getAttribute","getSuggestions","pluginName","plugins","_getSuggestion","registerCustomCallback","editor","setAttribute","accept","tableCellBackgroundColor","TableCellPropertiesEditing","locale","table","180UkNPXi","getContainedElement","tableBackgroundColor","tableCellPadding","24ublPgt","tableCellBorderStyle","enableCommand","getSelectionAffectedTableCells","TrackChangesEditing","TableUtils","1158941OozBww","_handlePropertyChange","document","5185506toZBsN","tableBorderWidth","tableCellWidth","subType","TablePropertiesEditing","afterInit","commandParams","removeAttribute","model","format","descriptionFactory","discard","registerDescriptionCallback"];return(Za=function(){return t})()}const Qa=Ya;function Ya(t,e){const n=Za();return(Ya=function(t,e){return n[t-=255]})(t,e)}!function(t,e){const n=Ya,r=t();for(;;)try{if(856248===parseInt(n(325))/1+parseInt(n(255))/2+parseInt(n(260))/3*(-parseInt(n(326))/4)+-parseInt(n(263))/5+parseInt(n(302))/6+parseInt(n(299))/7*(parseInt(n(293))/8)+-parseInt(n(267))/9*(parseInt(n(289))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Za);class Ja extends t.Plugin{constructor(t){const e=Ya;super(t),this[e(268)]=[e(262),e(257),e(303),e(266),e(272),e(315),e(291)],this[e(332)]=[e(320),e(294),e(275),e(292),e(304),e(265),e(285),e(331),e(256)]}static get[Qa(278)](){return Qa(317)}[Qa(307)](){const t=Qa,e=this[t(282)][t(279)][t(329)](t(297));if(this[t(282)][t(279)][t(321)](t(306))){for(const n of this[t(268)])e[t(295)](n,((e,r)=>{const s=t,o=this[s(282)][s(310)][s(301)][s(330)][s(270)]()[s(258)](s(288));this[s(300)](n,[o],this[s(268)],s(268),e,r)}));e[t(328)][t(281)](t(271),t(268),t(284),e[t(328)][t(261)](t(271),null,t(313))),e[t(328)][t(281)](t(271),t(268),t(313),((e,n)=>this[t(316)](this[t(268)],e,n))),e[t(328)][t(281)](t(271),t(268),t(322),(()=>!1))}if(this[t(282)][t(279)][t(321)](t(286))){for(const n of this[t(332)])e[t(295)](n,((e,r)=>{const s=t,o=this[s(282)][s(279)][s(329)](s(298))[s(296)](this[s(282)][s(310)][s(301)][s(330)]);this[s(300)](n,o,this[s(332)],s(332),e,r)}));e[t(328)][t(281)](t(271),t(332),t(284),e[t(328)][t(261)](t(271),null,t(313))),e[t(328)][t(281)](t(271),t(332),t(313),((e,n)=>this[t(316)](this[t(332)],e,n))),e[t(328)][t(281)](t(271),t(332),t(322),(()=>!1))}e[t(312)][t(314)]((e=>this[t(318)](e)))}[Qa(300)](t,e,n,r,s,o){const i=Qa,a=this[i(282)][i(279)][i(329)](i(297));this[i(282)][i(310)][i(327)](o[i(269)],(()=>{const t=i;for(const i of e)if(this[t(280)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(276)](r);void 0!==n&&(e[r]=n)}s(o),a[t(264)](i,{commandParams:[e]},[],r)}}))}[Qa(316)](t,e,n){const r=Qa,s=e[0][r(319)][r(324)],o=n[r(308)][0];this[r(282)][r(310)][r(274)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(283)](r,o[r],s):e[n(309)](r,s)}))}[Qa(318)](t){const e=Qa;if(t[e(273)])switch(t[e(305)]){case e(268):return{type:e(311),content:Hr(this[e(282)][e(287)],e(259))};case e(332):return{type:e(311),content:Hr(this[e(282)][e(287)],e(323))}}}[Qa(280)](t,e){const n=Qa,r=this[n(282)][n(279)][n(329)](n(297));for(const s of r[n(277)]({skipNotAttached:!0})){const r=s[n(290)]();if(s[n(305)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Je(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=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})),Jt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=Tc;function bc(){const t=["elementStart","markInlineFormat","addHighlight","getCustomProperty","getAttribute","formatBlock:join","addSuggestionData","addCommentThread","_checkSuggestionCorrectness","splice","removeMarker:suggestion:attribute","getMultiRangeId","writer","$graveyard","_recordAttributeChanges","groupId","_customCallbacks","getRange","getAllAdjacentSuggestions","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","forEach","toViewElement","_cutOutSuggestionMarker","containsPosition","isAtEnd","_reduceSuggestionAttributeRange","removeMarkers","_saved","move","sort","commandName","locale","ck-suggestion-marker","track-changes-command-not-found","markerToData","formatBlock:accept","3922296rFzXvN","suggestionLoaded","$elementName","action","_processAttributeSuggestions","markDeletion","howMany","formatInline:discard","formatInline:chain","creator","track-changes-suggestion-data-mismatch","listenTo","_defaultCallbacks","_breakSuggestionMarker","some","delete","getChanges","markMultiRangeInsertion","deletion:accept","hasComments","removeComment","adapter","_afterChanges","toJSON","track-changes-adapter-missing-getsuggestion","acceptSelectedSuggestions","upcast","2872330SerCjO","_isRegisteredAttribute","_getSuggestionData","trackChanges.mergeNestedSuggestions","attribute:accept","createRangeIn","track-changes-user-not-found","dataDowncast","acceptAllSuggestions","isDocumentOperation","ck-suggestion-marker-formatBlock","high","unshift","type","$marker","get","insertContent","trackChangesCommand","forceDefaultExecution","lowest","containerElement","attribute:join","setAttribute","hasCommentThread","setSelection","group","getAncestors","every","ck-suggestion-marker-","getFirstRange","fire","_removeSuggestion","attributes","updateMarker","75466ZNeHoy","oldRange","return","formatInline:","insertion:discard","_joinWithAdjacentSuggestions","markerNameToElements","clear","addMarker:suggestion","Users","discardAllSuggestions","formatBlock","suggestionChanged","chain","forward","acceptSuggestion","has","getContainedElement","selection","range","addMarker:suggestion:formatBlock","842989eqsGbL","isAfter","editing","elementEnd","_handleNewSuggestionMarker","concat","low","markerName","createRange","CommentsRepository","after","previous","PENDING_ACTION_SUGGESTION","assign","LEAVE","commands","16AraBhh","editor","consume","_refreshAttributeSuggestionsChain","schema","values","$textProxy","authorName","documentSelection","_reduceExistingSuggestions","_mergeNestedSuggestions","model","isExternal","suggestionUnloaded","addComment","insertion:accept","containsItem","suggestion:attribute:","getFirstMarker","_blockAttributeKeys","stopListening","addMarkerName","deletion:chain","newRange","markInsertion","nodeBefore","suggestion-type","getDifference","reconvertMarker","rootName","then","insertion:join","data-suggestion","_inlineAttributeKeys","position","registerCustomCallback","marker-count","trackChanges.trackFormatChanges","registerPostFixer","formatInline:accept","_suggestionFactory","fromRange","define","targetPosition","_findSuggestions","_initAriaMarkerChangeAnnouncements","keys","insertion:chain","_getAttributeKey","update:suggestion","_refreshSuggestionsChain","find","rename","addRange","external:","substring","_isBlockAttribute","insertion","isLocal","getItems","bindElementToMarker","containsRangeInObject","dataToMarker","isIntersectingWithRange","getSuggestion","tablePasteChainId","_getExternalAuthor","showSuggestionHighlights","_SUGGESTION_ANNOUNCEMENT","split","_trackFormatChanges","subType","activeMarkers","918403YKQexp","rejected","deleteContent","startsWith","markAttributeChange","oldValue","filter","formatBlock:","multi","createPositionAt","ready","isRemovable","authoredAt","_getMarkerAnnouncementText","removeMarker","unbind","getUser","comments","splitPosition","createElement","map","track-changes-suggestion-not-found","addMarker:suggestion:attribute","formatBlock:discard","parent","_suggestionState","_suggestions","editingDowncast","next","isOwn","suggestion","containsRange","registerBlockAttribute","54nYMygA","removed","buildSuggestion","$text","change","_enabledCommands","markers","isInsideObject","fetchCommentThread","_registerDefaultCallbacks","isArray","attributeKey","addUser","highest","getNearestSelectionRange","author","widget","add","_setSuggestionRange","moveTargetPosition","1753005mKYLLn","attribute","enableReadOnlyMode","createRangeOn","options","isInContent","elementToElement","data","isUndo","attributeNewValue","track-changes-enable-command-twice","getMarkers","getIntersection","change:_saved","isLimit","removeMarker:suggestion:formatBlock","createdAt","getCommentThread","change:data","_model","isSelectable","root","discardSuggestion","nodeAfter","dataReady","_joinSuggestions","join","end","length","mapper","insertion:","change:activeMarkers","remove","_getAuthorFromId","addClass","_commentsRepository","markerToHighlight","isMultiRange","deletion:","rethrowUnexpectedError","size","_addSuggestionMarker","push","stop","isBlock","batch","markMultiRangeBlockFormat","clone","announce","from","name","fromCharCode","commentThread","attribute:","_adapter","_recordAttributeSuggestions","isTouching","formatInline","requires","removeClass","unbindElementFromMarkerName","addMarker","getRanges","isIntersecting","isBefore","toUpperCase","ck-suggestion-marker-formatInline","pop","_isDataLoaded","getSuggestionCallback","_addThreadToSuggestion","document","markerReady","default","isObject","item","pluginName","createPositionAfter","set","warn","isEqual","refresh","_editor","_createSuggestion","track-changes-adapter-already-set","init","multipleBlocks","element","deletion:discard","attributeOldValue","updateSuggestion","differ","addSuggestion","getShiftedBy","consumable","trackChanges","conversion","discardSelectedSuggestions","deletion","detach","newValue","ck-suggestion-marker--active","value","@external","_splitMarkerName","isCollapsed","createSelection","execute","config","FORMATTING","PendingActions","start","accepted","catch","_processAttributeChanges","isAtStart","backward","_rangeIsInLocalUserInsertion","getWalker","open","accept","descriptionFactory","isNextTo","notReady","insert","createPositionBefore","applyOperation","formatGroupId","18QdplWi","before","always","substr","1854112xenqrd","deletion:join","discard","enqueueChange","markBlockFormat","head","formatInline:join","attribute:discard","key","meta","getChangedMarkers","originalSuggestionId","_isForcedDefaultExecutionBlock","getLastMatchingPosition","ENTER","setTo","skipNestingCheck","TrackChangesEditing","includes","getSuggestions","removeAttribute","for","_setSuggestionData","resolve","enableDefaultAttributesIntegration","never","collaboration.channelId","registerInlineAttribute","enableCommand","hasSuggestion","error-saving-suggestion-data-suggestion-discarded","suggestion:","_onDiscard","normal","format","_updateSuggestionData","plugins","markMultiRangeDeletion"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=453]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(734307===-parseInt(n(553))/1+-parseInt(n(874))/2+-parseInt(n(813))/3+parseInt(n(738))/4+parseInt(n(606))/5*(parseInt(n(734))/6)+parseInt(n(464))/7*(-parseInt(n(480))/8)+-parseInt(n(586))/9*(-parseInt(n(840))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(815);class yc extends t.Plugin{static get[Ec(664)](){return[Ec(473),o.Users,t.PendingActions,Yr,es,as,fs,Ts,ms,As,Ss,xs,to,so,uo,go,Eo,Ao,No,vo,Do,zo,Uo,Xo,Qo,ei,ci,pi,Ni,oi,Vs,Ks,bi,Ai,vi,Fi,ji,Hi,qi,$i,ra,aa,fa,ma,qa,ya,Ra,Ba,Ja,Oa,xa,Ha]}static get[Ec(682)](){return Ec(755)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(573)]((t=>String[e(657)](t)))[e(632)]("")}super(t),this[e(661)]=!1,this[e(684)](e(552),[]),this.on(e(637),((n,r,s,o)=>{const i=e;this[i(625)][i(590)]((()=>{const e=i;for(const n of[...o,...s])this[e(625)][e(592)][e(459)](n)&&t[e(466)][e(508)](n)}))})),this[e(727)]=new Xr(this[e(481)][e(491)][e(484)],this[e(481)][e(808)]),this[e(660)]=null,this[e(520)]=new Ac(this[e(481)]),this[e(579)]=new Map,this[e(641)]=t[e(774)][e(855)](e(473)),this[e(591)]=new Set,this[e(625)]=this[e(481)][e(491)],this[e(578)]=new WeakMap,this[e(750)]=!1,this[e(499)]=new Set([e(815)]),this[e(513)]=new Set,t[e(714)][e(522)](e(517),e(679)),this[e(550)]=t[e(714)][e(855)](e(517)),t[e(714)][e(522)](e(843),!0),this[e(490)]=t[e(714)][e(855)](e(843)),this[e(857)]=new f(t,this[e(591)]),this[e(525)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,52,50,50])}[Ec(691)](){const t=Ec,n=this[t(481)],r=(e,n)=>{const r=t;if(r(607)!=e)return r(868)+e;const s=n[r(549)]("|")[0];return this[r(536)](s)?r(850):r(672)};n[t(702)][t(759)](t(580))[t(642)]({model:t(583),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(710)](e[n(471)]),a=[n(809),r(o,i)];let c=3e3;return this[n(552)][n(756)](e[n(471)])&&(a[n(648)](n(707)),c=3010),n(704)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(702)][t(759)](t(847))[t(603)]((e=>{const r=t;e.on(r(882),((t,e,s)=>{const o=r;if(!s[o(610)][o(547)])return;const i=e[o(681)];if(!i)return;const c=s[o(635)][o(798)](i);n[o(491)][o(484)][o(680)](i)&&c&&!c[o(779)](o(602))&&c.is(o(860))&&(0,a.toWidget)(c,s[o(788)])}),{priority:r(851)})})),n[t(702)][t(759)](t(847))[t(642)]({model:t(583),view:(e,n)=>{const s=t;if(!n[s(610)][s(547)])return null;const{type:o,subType:i}=this[s(710)](e[s(471)]);return{classes:[s(809),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(681)])return;const{id:c}=this[a(710)](o[a(471)]);if(r){const t=this[a(579)][a(855)](c),e=this[a(528)](t);if(!this[a(536)](e))return}if(o[a(681)].is(a(461)))return void i[a(700)][a(482)](o[a(681)],s[a(656)]);const u=i[a(635)][a(798)](o[a(681)]);if(o[a(681)].is(a(693))&&n[a(491)][a(484)][a(650)](o[a(681)])&&!u[a(779)](a(778))){i[a(788)][a(640)]([a(809),a(850)],u),i[a(788)][a(862)](a(512),c,u),i[a(635)][a(540)](u,o[a(471)]),e&&(this[a(552)][a(756)](o[a(471)])?i[a(788)][a(640)](a(707),u):i[a(788)][a(665)](a(707),u));for(const t of n[a(491)][a(845)](o[a(681)])[a(539)]())i[a(700)][a(482)](t,s[a(656)]);i[a(700)][a(482)](o[a(681)],s[a(656)])}};n[t(702)][t(759)](t(847))[t(603)]((e=>{const n=t;e.on(n(463),((t,e,r)=>{const o=n;r[o(610)][o(547)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(599)})})),n[t(702)][t(759)](t(847))[t(603)]((e=>{const n=t;e.on(n(575),((t,e,r)=>{const o=n;r[o(610)][o(547)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(599)})})),n[t(702)][t(759)](t(847))[t(811)]({model:t(583),view:(e,n)=>n[t(610)][t(547)]?null:{group:t(583),name:e[t(737)](11)}}),n[t(702)][t(759)](t(839))[t(612)]({view:{name:t(583),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(769)+e[r(780)](r(506))+":"+e[r(780)]("id");return e[r(780)](r(516))&&(s+=":"+e[r(780)](r(516))),n[r(572)](r(854),{"data-name":s})}}),n[t(702)][t(759)](t(839))[t(542)]({view:t(583)}),n[t(702)][t(759)](t(580))[t(603)]((e=>{const n=t;e.on(n(463),s(),{priority:n(851)})})),n[t(702)][t(759)](t(580))[t(603)]((e=>{const n=t;e.on(n(575),s({isAttributeSuggestion:!0}),{priority:n(851)})})),n[t(702)][t(759)](t(580))[t(603)]((e=>{const n=t;e.on(n(621),((t,e,r)=>{const s=n,o=r[s(635)][s(880)](e[s(471)]);if(o)for(const t of o)t[s(779)](s(778))||(r[s(788)][s(665)]([s(809),s(850),s(707)],t),r[s(788)][s(758)](s(512),t),r[s(635)][s(666)](t,e[s(471)]))}),{priority:n(851)})})),n[t(702)][t(759)](t(580))[t(603)]((e=>{const n=t;e.on(n(786),((t,e,r)=>{const s=n,o=r[s(635)][s(880)](e[s(471)]);if(!o)return;const{id:i}=this[s(710)](e[s(471)]),a=this[s(579)][s(855)](i),c=this[s(528)](a);if(this[s(536)](c))for(const t of o)t[s(779)](s(778))||(r[s(788)][s(665)]([s(809),s(850),s(707)],t),r[s(788)][s(758)](s(512),t),r[s(635)][s(666)](t,e[s(471)]))}),{priority:n(851)})})),n[t(491)][t(677)][t(518)]((e=>{const r=t;let s=!1;const o=Array[r(655)](n[r(491)][r(677)][r(697)][r(748)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(710)](t);if(r(583)!==o)continue;const h=this[r(579)][r(855)](f);if(null!=c[r(503)]){r(663)==u&&(s=s||Lc(c[r(503)],t,e,n[r(491)][r(484)]));const o=r(607)==u&&this[r(536)](l[r(549)]("|")[0]);if(c[r(503)][r(711)]||r(789)==c[r(503)][r(627)][r(509)]||r(454)==u&&!Rc(c[r(503)])||o&&!Rc(c[r(503)])||r(704)==u&&(Cc(a=c[r(503)])||function(t){const e=r;return t[e(717)][e(577)]==t[e(633)][e(505)]&&t[e(717)][e(801)]}(a)))e[r(567)](t),s=!0;else{if(!h||!h[r(611)])continue;i[r(603)](h)}}}var a;return i[r(646)]>0&&(s=!!this[r(879)](i)||s),s})),n[t(491)][t(677)][t(518)]((e=>{const r=t;let s=!1;for(const t of n[r(491)][r(677)][r(697)][r(829)]())if(r(730)==t[r(853)])for(const t of this[r(579)][r(485)]()){if(t[r(643)]||!t[r(611)])continue;const o=r(454)==t[r(853)],i=this[r(528)](t),a=i&&this[r(536)](i);if(!o&&!a)continue;const c=t[r(869)]();if(c[r(717)][r(577)]!=c[r(633)][r(577)]&&!c[r(633)][r(801)]){const o=n[r(491)][r(562)](c[r(717)][r(629)],r(633)),i=n[r(491)][r(472)](c[r(717)],o);e[r(873)](t[r(498)](),{range:i}),s=!0}}return s})),n[t(491)][t(677)][t(518)]((e=>this[t(720)](e))),n[t(491)][t(677)][t(518)]((e=>!e[t(651)][t(538)]&&this[t(817)](e))),n[t(491)].on(t(835),(()=>{this[t(661)]=!1})),n[t(491)][t(677)].on(t(624),((r,s)=>{const o=t;if(!s[o(538)]||s[o(614)])return;if(!this[o(661)])return;const i=n[o(491)][o(677)][o(697)][o(829)]();if(0==i[o(634)])return;const a=[],c=i[o(559)]((t=>o(607)==t[o(853)])),u=i[o(559)]((t=>o(730)==t[o(853)]&&o(589)!=t[o(656)]));for(const t of c)this[o(841)](t[o(597)])&&a[o(648)]({key:t[o(597)],newValue:t[o(615)],oldValue:t[o(695)],range:Sc(t[o(462)],n[o(491)])});for(const t of u){if(o(532)!=t[o(816)]&&o(687)!=t[o(816)])continue;const e=Mc(t[o(514)][o(629)],n[o(491)]),r=t[o(735)];o(532)==t[o(816)]&&a[o(648)]({key:o(815),newValue:t[o(656)],oldValue:r[o(656)],range:e});for(const[n,s]of r[o(872)]){if(!this[o(841)](n))continue;const r=t[o(872)][o(855)](n);s!==r&&a[o(648)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(872)])this[o(841)](n)&&(r[o(872)][o(459)](n)||a[o(648)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(634)]&&n[o(491)][o(741)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(557)](t,e,s,o,{groupId:r});this[n(489)](t,a)}))}),{priority:t(859)}),n[t(491)][t(592)].on(t(529),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(710)](n[s(656)]),e=this[s(579)][s(855)](t);e&&e[s(501)](n[s(656)])}})),n[t(491)][t(677)].on(t(624),(()=>{const e=t,r=Array[e(655)](n[e(491)][e(677)][e(697)][e(748)]())[e(559)]((t=>e(583)===this[e(710)](t[e(656)])[e(865)]));if(0===r[e(634)])return;r[e(806)](((t,n)=>{const r=e,s=t[r(613)][r(875)],o=n[r(613)][r(875)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(717)][r(670)](o[r(717)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(710)](t);if(null===n[e(875)]){const n=this[e(468)](t);o[e(603)](n)}else{const t=this[e(579)][e(855)](r);null!==n[e(503)]||t[e(611)]?(s[e(603)](t[e(743)]),o[e(603)](t)):this[e(871)](t)}}o[e(646)]>0&&this[e(530)](o);for(const t of s)this[e(870)](e(455),t)})),n[t(491)].on(t(732),((e,r)=>{const s=t,o=r[0];if(!this[s(579)][s(646)])return;if(!o[s(849)])return;if(o[s(651)][s(614)]||!o[s(651)][s(538)])return;let i,a;switch(o[s(853)]){case s(730):i=n[s(491)][s(562)](o[s(514)]),a=i[s(699)](o[s(819)]);break;case s(549):i=n[s(491)][s(562)](o[s(571)]),a=n[s(491)][s(562)](o[s(605)]);break;case s(805):i=n[s(491)][s(562)](o[s(523)]),a=i[s(699)](o[s(819)]);break;default:return}const c=n[s(491)][s(472)](i,a);n[s(491)][s(590)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(524)](c)){if(e[t(643)])continue;if(t(663)==e[t(853)])continue;const r=this[t(528)](e);if(r&&this[t(536)](r)&&t(549)!=o[t(853)])continue;const s=e[t(613)]&&e[t(613)][t(692)];(t(454)!=e[t(853)]||t(549)==o[t(853)]&&!s)&&(n[t(541)]||t(537)==e[t(853)]&&n[t(582)]||e[t(869)]()[t(584)](c)&&this[t(826)](e,i,a))}}))}),{priority:t(859)}),n[t(491)].on(t(555),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(858)])return;if(this[s(750)])return;if(!this[s(857)][s(708)])return;if(o[s(711)])return;const a=n[s(491)][s(484)],{start:c,end:u}=o[s(869)](),l=c[s(629)]&&a[s(620)](c[s(629)])?null:a[s(600)](c,s(457)),f=u[s(505)]&&a[s(620)](u[s(505)])?null:a[s(600)](u,s(722)),h=n[s(491)][s(472)](l?l[s(717)]:c,f?f[s(633)]:u);n[s(491)][s(590)]((t=>{const e=s;this[e(818)](h);const r=n[e(491)][e(484)][e(600)](h[e(717)]);o.is(e(488))?t[e(864)](r):o[e(753)](r)})),e[s(649)]()}),{priority:e.priorities[t(771)]+10}),n[t(491)].on(t(856),((e,r)=>{const s=t,o=r[r[s(634)]-1];o&&o[s(858)]||this[s(750)]||this[s(857)][s(708)]&&(n[s(491)][s(590)]((()=>{const t=s;let o=n[t(491)][t(856)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(876)]=o[t(653)]();const i=o[t(633)][t(505)],a=n[t(491)][t(484)];i&&a[t(650)](i)&&!a[t(680)](i)&&(o=n[t(491)][t(472)](o[t(717)],n[t(491)][t(562)](i,t(633)))),this[t(504)](o)})),e[s(649)]())}),{priority:t(851)}),this[t(481)][t(479)][t(603)](t(701),this[t(857)]),this[t(766)](t(701));const o=new p(n,this[t(579)]);n[t(479)][t(603)](t(458),o),this[t(766)](t(458));const i=new E(n,this[t(579)]);n[t(479)][t(603)](t(628),i),this[t(766)](t(628)),n[t(479)][t(603)](t(848),new S(n,o,this[t(579)])),this[t(766)](t(848)),n[t(479)][t(603)](t(453),new S(n,i,this[t(579)])),this[t(766)](t(453)),n[t(479)][t(603)](t(838),new w(n,o,this[t(579)])),this[t(766)](t(838)),n[t(479)][t(603)](t(703),new w(n,i,this[t(579)])),this[t(766)](t(703));const c=n[t(774)][t(855)](t(473));this[t(824)](c,t(494),((e,{threadId:n})=>{const r=t,s=this[r(579)][r(855)](n);s&&s[r(658)]&&1===s[r(658)][r(634)]&&this[r(773)](n,{hasComments:!0})}),{priority:t(470)}),this[t(824)](c,t(833),((e,{threadId:n})=>{const r=t,s=this[r(579)][r(855)](n);s&&s[r(658)]&&!s[r(658)][r(634)]&&this[r(773)](n,{hasComments:!1})}),{priority:t(470)})}set[Ec(834)](t){const n=Ec;if(this[n(660)])throw new e.CKEditorError(n(690),this);this[n(660)]=t}get[Ec(834)](){return this[Ec(660)]}[Ec(757)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(579)][n(485)]())t&&!e[n(611)]||r[n(648)](e);return e?r[n(573)]((t=>t[n(836)]())):r}[Ec(544)](t){const n=Ec,r=this[n(579)][n(855)](t);if(!r)throw new e.CKEditorError(n(574),this);return r}[Ec(767)](t){const e=Ec;return this[e(579)][e(459)](t)}[Ec(782)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(853)][e(549)](":"),a=this[e(579)][e(855)](r)||this[e(689)](o,i,r,n,s);if(this[e(676)](a),this[e(784)](a,o,i||null,n),a[e(622)]=t[e(622)],a[e(674)]=!0,s&&s[e(709)]){const t=s[e(709)],n=this[e(546)](t[e(487)]);a[e(565)]=t[e(622)],a[e(601)]=n,a[e(492)]=!0}else a[e(565)]=t[e(622)];switch(t[e(613)]&&(a[e(613)]=t[e(613)]),t[e(872)]&&(a[e(872)]=t[e(872)]),this[e(660)]&&this[e(660)][e(698)]||(a[e(804)]=!0),this[e(578)][e(855)](a)){case e(729):this[e(578)][e(684)](a,e(630));break;case e(678):a[e(611)]?(this[e(879)](new Set([a])),this[e(530)](new Set([a])),this[e(578)][e(684)](a,e(563)),this[e(870)](e(814),a)):this[e(578)][e(684)](a,e(587))}return a}[Ec(458)](t){const e=Ec;this[e(858)]((()=>{const n=e;this[n(481)][n(491)][n(590)]((()=>{const e=n;for(const n of t[e(794)]())n[e(726)]()}))}))}[Ec(628)](t){const e=Ec;this[e(858)]((()=>{const n=e;this[n(481)][n(491)][n(590)]((()=>{const e=n;for(const n of t[e(794)]())n[e(740)]()}))}))}[Ec(766)](t,n){const r=Ec,s=this[r(481)][r(479)][r(855)](t);if(!s)throw new e.CKEditorError(r(810),this,{commandName:t});if(this[r(591)][r(459)](s))throw new e.CKEditorError(r(616),this,{commandName:t});this[r(591)][r(603)](s),n&&s.on(r(713),((t,e)=>{const o=r;this[o(857)][o(708)]&&(this[o(750)]||(e[o(634)]>0&&e[e[o(634)]-1]&&e[e[o(634)]-1][o(858)]?e[o(673)]():(t[o(876)]=n(((...t)=>s[o(713)](...t,{forceDefaultExecution:!0})),...e),t[o(649)]())))}),{priority:r(851)})}[Ec(858)](t){const n=Ec;let r,s;const o=this[n(750)];this[n(750)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(750)]=!1),s&&e.CKEditorError[n(645)](s,this),r}[Ec(504)](t,n=null,r={}){const s=Ec;if(t[s(711)])return null;const o=this[s(481)][s(774)][s(855)](s(883)).me;for(const{suggestion:e,meta:o}of this[s(524)](t,s(537)))if(o[s(582)]){if(!o[s(728)]){if(o[s(541)]){if(!this[s(490)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(826)](e,t[s(717)],t[s(633)]);break}if(n==e[s(551)]&&wc(e,r)){const n=e[s(869)]();return n[s(717)][s(686)](t[s(633)])?this[s(604)](e,this[s(625)][s(472)](t[s(717)],n[s(633)])):this[s(604)](e,this[s(625)][s(472)](n[s(717)],t[s(633)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(636)+n:s(537),u=this[s(760)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(647)](c,i,a,t),u}[Ec(830)](t,n=Ec(561),r={}){const s=Ec,o=this[s(481)][s(774)][s(855)](s(883)).me,i=this[s(520)][s(675)](s(537),n,s(632));for(const e of this[s(757)]())if(e[s(601)].id==o.id&&s(537)==e[s(853)]&&e[s(551)]==n&&wc(e,r)&&(i(e[s(668)](),t)||i(t,e[s(668)]()))){for(const n of t)e[s(533)](n);return e}for(const{suggestion:e,meta:n}of this[s(524)](t,s(537))){if(!n[s(582)])continue;if(!this[s(490)]&&n[s(541)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(668)]())for(const e of t)if(!n[s(584)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(636)+n,l=this[s(760)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(647)](u,a,c,e,zr[s(787)]());return l}[Ec(777)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(711)])return null;if(o(763)===this[o(550)]){const e=this[o(520)][o(675)](o(663),r,o(726));return this[o(858)]((()=>e([t],n,s))),null}const i=this[o(481)][o(774)][o(855)](o(883)).me,a=[];if(o(736)!==this[o(550)])for(const{suggestion:e,meta:n}of this[o(524)](t,o(537)))n[o(582)]&&!n[o(593)]&&a[o(648)](...e[o(668)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(618)](s);e&&r[n(648)](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(634)];){const s=r[e][n(507)](t);r[n(785)](e,1,...s),e+=s[n(634)]}}return r}(t,a);c[o(634)]&&this[o(625)][o(590)]((()=>{const t=o;for(const e of c){const o=this[t(520)][t(675)](t(663),r,t(726));this[t(858)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(717)],u=t[o(633)];for(const{suggestion:e,meta:n}of this[o(524)](t,o(663))){if(!n[o(582)])continue;if(e[o(551)]!=r)continue;if(!wc(e,s))continue;const i=e[o(869)]();if(i[o(584)](t,!0))return null;c=c[o(670)](i[o(717)])?c:i[o(717)],u=u[o(465)](i[o(633)])?u:i[o(633)],a?i[o(717)][o(670)](a[o(869)]()[o(717)])?(a[o(803)](),a=e):e[o(803)]():a=e}const l=this[o(625)][o(472)](c,u);if(a)this[o(604)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(760)]({id:t,type:o(877)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(647)](o(877)+r,t,a,l)}}return null}[Ec(742)](t,n,r=[],s=null,o={}){const i=Ec;n[i(733)]||(n[i(733)]=n[i(807)]),n[i(692)]=t.is(i(462)),s=s||Nc(n);const a=r[i(573)]((t=>Mc(t,this[i(625)]))),c=t.is(i(462))?t:Mc(t,this[i(625)]);if(i(763)===this[i(550)]){const t=this[i(520)][i(675)](i(454),s,i(726));return this[i(858)]((()=>t([c],n,o))),null}a[i(648)](c);let u=!0;for(const t of a)if(!this[i(723)](t)){u=!1;break}if(u&&i(736)!==this[i(550)]){const t=this[i(520)][i(675)](i(454),s,i(726));return this[i(858)]((()=>t([c],n,o))),null}let l=null,f=c[i(717)],h=c[i(633)];for(const{suggestion:t,meta:e}of this[i(524)](c,i(454))){if(!e[i(582)])continue;if(e[i(728)]||e[i(541)]||e[i(593)])continue;if(t[i(613)][i(733)]!=n[i(733)])continue;if(!wc(t,o))continue;const r=t[i(869)]();if(t[i(551)]==s){if(r[i(584)](c,!0))return null;f=f[i(670)](r[i(717)])?f:r[i(717)],h=h[i(465)](r[i(633)])?h:r[i(633)],l?r[i(717)][i(670)](l[i(869)]()[i(717)])?(l[i(803)](),l=t):t[i(803)]():l=t}else{const e=c[i(618)](r);this[i(799)](t,e)}}const g=this[i(481)][i(774)][i(855)](i(883)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(604)](l,this[i(625)][i(472)](f,h)),l;{const t=this[i(760)]({id:d,type:i(560)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(647)](i(560)+s,d,p,this[i(625)][i(472)](f,h)),t}}[Ec(652)](t,n,r=[],s=null,o={}){const i=Ec;n[i(733)]||(n[i(733)]=n[i(807)]);const a=t[0];n[i(692)]=a.is(i(462)),s=s||Nc(n);const c=r[i(573)]((t=>Mc(t,this[i(625)]))),u=a.is(i(462))?t:t[i(573)]((t=>Mc(t,this[i(625)])));if(i(763)===this[i(550)]){const t=this[i(520)][i(675)](i(454),s,i(726));return this[i(858)]((()=>t(u,n,o))),null}c[i(648)](...u);let l=!0;for(const t of c)if(!this[i(723)](t)){l=!1;break}if(l&&i(736)!==this[i(550)]){const t=this[i(520)][i(675)](i(454),s,i(726));return this[i(858)]((()=>t(u,n,o))),null}const f=this[i(481)][i(774)][i(855)](i(883)).me;for(const t of this[i(757)]()){if(t[i(601)].id!=f.id)continue;if(i(454)!=t[i(853)]||t[i(613)][i(733)]!=n[i(733)])continue;if(!wc(t,o))continue;const e=t[i(551)]==s;for(let n=0;n<u[i(634)];n++){const r=u[n];for(const s of t[i(617)]()){const o=s[i(793)]();if(r[i(686)](o)){e?(u[i(785)](n,1),n--):t[i(567)](s[i(656)]);break}}}}if(0==u[i(634)])return null;const h=this[i(520)][i(675)](i(454),s,i(632));for(const t of this[i(757)]())if(t[i(601)].id==f.id&&i(454)==t[i(853)]&&t[i(613)][i(733)]==n[i(733)]&&t[i(551)]==s&&wc(t,o)&&(h(t[i(668)](),u)||h(u,t[i(668)]()))){for(const e of u)t[i(533)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(560)+s,m=this[i(760)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(647)](p,g,d,t,zr[i(787)]());return m}[Ec(818)](t,n=null,r={}){const s=Ec;if(t[s(711)])return null;const o=this[s(481)][s(774)][s(855)](s(883)).me,a=new i.LiveRange(t[s(717)],t[s(633)]);for(const{suggestion:t,meta:e}of this[s(524)](a,s(537)))if(e[s(582)]&&!e[s(728)])if(t[s(643)]){const e=t[s(668)]()[s(559)]((t=>s(789)!=t[s(627)][s(509)]));if(e[s(867)]((t=>a[s(584)](t,!0)))&&t[s(740)](),e[s(827)]((t=>t[s(584)](a,!0)))){const t=this[s(520)][s(675)](s(704),n,s(726));return this[s(858)]((()=>t([a],null,r))),null}}else{const e=a[s(618)](t[s(869)]());null!==e&&t[s(770)]([e],null,r)}if(a[s(705)](),a[s(711)]||s(789)==a[s(627)][s(509)])return null;let c=null,u=a[s(717)],l=a[s(633)];const f=this[s(524)](a,s(704));for(const{suggestion:t,meta:e}of f){const n=this[s(625)][s(472)](u,l);if(e[s(582)]&&(this[s(490)]||!e[s(541)]&&!e[s(593)]))if(t[s(643)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(668)]()){if(r[s(584)](n,!0))return t;n[s(584)](r)||(e=!1)}e&&t[s(740)]()}else{const e=t[s(869)]();if(e[s(584)](n,!0))return t;if(!wc(t,r)){n[s(584)](e)?t[s(803)]():e[s(800)](u)?u=e[s(633)]:e[s(800)](l)&&(l=e[s(717)]);continue}u=u[s(670)](e[s(717)])?u:e[s(717)],l=l[s(465)](e[s(633)])?l:e[s(633)],r=Object[s(477)]({},t[s(872)]),c?e[s(717)][s(670)](c[s(869)]()[s(717)])?(c[s(803)](),c=t):t[s(803)]():c=t}}if(c)return this[s(604)](c,this[s(625)][s(472)](u,l)),c;{const t=(0,e.uid)(),i=this[s(625)][s(472)](u,l),a=o.id,c=n?s(644)+n:s(704),f=this[s(760)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(647)](c,t,a,i),f}}[Ec(775)](t,n=Ec(561),r={}){const s=Ec,o=this[s(481)][s(774)][s(855)](s(883)).me,a=t[s(573)]((t=>new i.LiveRange(t[s(717)],t[s(633)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(524)](a,s(537)))e[s(582)]&&!e[s(728)]&&c[s(603)](t);for(const e of c)if(e[s(643)]){const o=e[s(668)]();if((!e[s(872)]||!e[s(872)][s(754)])&&o[s(867)]((t=>a[s(827)]((e=>e[s(584)](t,!0)))))&&e[s(740)](),a[s(867)]((t=>o[s(827)]((e=>e[s(584)](t,!0)))))){const e=this[s(520)][s(675)](s(704),n,s(726));return this[s(858)]((()=>e(t,null,r))),null}}else{const t=e[s(869)]();if(a[s(827)]((e=>e[s(584)](t,!0)))&&e[s(740)](),a[s(867)]((e=>t[s(584)](e,!0)))){const t=this[s(520)][s(675)](s(704),n,s(726));return this[s(858)]((()=>t(a,null,r))),null}}const u=this[s(520)][s(675)](s(704),n,s(632));let l=null;for(const t of this[s(757)]())if(t[s(601)].id==o.id&&t[s(611)]&&s(704)==t[s(853)]&&t[s(551)]==n&&wc(t,r)&&(u(t[s(668)](),a)||u(a,t[s(668)]())))if(l){if(t[s(658)]&&t[s(658)][s(634)])continue;for(const e of t[s(668)]())l[s(543)](e)||l[s(533)](e);t[s(803)]()}else{l=t;for(const e of a)t[s(543)](e)||t[s(533)](e)}if(l)return l;c[s(881)]();for(const{suggestion:t,meta:e}of this[s(524)](a,s(704)))e[s(582)]&&(this[s(490)]||!e[s(541)]&&!e[s(593)])&&wc(t,r)&&c[s(603)](t);for(const t of c){const e=t[s(668)]();if((!r||!r[s(754)])&&a[s(867)]((t=>e[s(827)]((e=>e[s(584)](t,!0))))))return t;(!t[s(872)]||!t[s(872)][s(754)])&&e[s(867)]((t=>a[s(827)]((e=>e[s(584)](t,!0)))))&&t[s(740)]()}const f=(0,e.uid)(),h=o.id,g=s(644)+n,d=this[s(760)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(705)](),t[s(711)]||s(789)==t[s(627)][s(509)]||this[s(647)](g,f,h,t,zr[s(787)]());return d}[Ec(557)](t,n,r,s,o){const i=Ec;if(t[i(711)])return[];if(i(763)===this[i(550)])return[];const a=this[i(481)][i(774)][i(855)](i(883)).me.id,c=Array[i(655)](this[i(579)][i(485)]())[i(559)]((e=>i(607)==e[i(853)]&&e[i(613)][i(746)]==n&&e[i(543)](t)));if(i(679)===this[i(550)]){const e=this[i(524)](t,i(537))[i(559)]((({meta:t})=>t[i(582)]&&!t[i(593)]&&!t[i(728)]))[i(573)]((({suggestion:t})=>t));c[i(852)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(607)==t[i(853)]?t[i(613)][i(558)]:void 0,o=t[i(869)](),a=Array[i(655)](u[i(526)]())[i(531)]((t=>t[i(669)](o)));if(!a)continue;const c=a[i(507)](o);this[i(536)](n)&&i(537)==t[i(853)]&&0!=c[i(634)]||(u[i(828)](a),c[i(797)]((t=>{u[i(684)](t,r)})),i(537)!=t[i(853)]&&e!=s&&u[i(684)](a[i(618)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(634)]>37&&console[i(685)](i(795),{key:n});const f=(i(659)+(n+"|")+Nc({newValue:s}))[i(535)](0,60),h=this[i(760)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(648)](h),this[i(647)](f,c,a,t)}return l}[Ec(762)](t){const e=Ec;this[e(766)](t,((t,...n)=>{this[e(790)]((()=>{t(...n)}))}))}[Ec(585)](t){const e=Ec;this[e(499)][e(603)](t)}[Ec(765)](t){const e=Ec;this[e(513)][e(603)](t)}[Ec(528)](t){const e=Ec;return e(607)==t[e(853)]?t[e(551)][e(549)]("|")[0]:null}[Ec(604)](t,e){const n=Ec,r=t[n(498)]();this[n(625)][n(590)]((t=>{t[n(873)](r,{range:e})}))}[Ec(676)](t){const e=Ec,n=t.id,r=this[e(481)][e(714)][e(855)](e(764));this[e(641)][e(863)](n)||this[e(641)][e(783)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(641)][e(623)](n);s[e(568)](e(564)),s[e(564)]=!1,t[e(658)]=s}[Ec(784)](t,n,r,s){const o=Ec;if(t[o(853)]!=n||t[o(551)]!=r||t[o(822)].id!=s)throw this[o(481)][o(608)](o(823)),new e.CKEditorError(o(823),this)}[Ec(799)](t,n){const r=Ec,s=t[r(869)]();if(n[r(686)](s))t[r(803)]();else if(s[r(584)](n)){const o=this[r(625)][r(562)](n[r(717)][r(505)],r(633));this[r(604)](t,this[r(625)][r(472)](s[r(717)],o));const i=(0,e.uid)(),a=t[r(822)].id,c=t[r(853)]+":"+t[r(551)];this[r(760)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(613)],attributes:t[r(872)]});const u=this[r(625)][r(562)](n[r(633)][r(577)],r(474)),l=this[r(625)][r(472)](u,s[r(633)]);this[r(647)](c,i,a,l)}else if(s[r(800)](n[r(717)])){const e=this[r(625)][r(562)](n[r(717)][r(505)],r(633));this[r(604)](t,this[r(625)][r(472)](s[r(717)],e))}else{const e=this[r(625)][r(562)](n[r(633)][r(577)],r(474));this[r(604)](t,this[r(625)][r(472)](e,s[r(633)]))}}[Ec(723)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(524)](t,e(537))){if(!r[e(582)])continue;const s=n[e(668)]();for(const n of s)if(!t[e(507)](n)[e(634)])return!0}return!1}[Ec(639)](t){const n=Ec,r=this[n(481)][n(774)][n(855)](n(883))[n(569)](t);if(!r)throw new e.CKEditorError(n(846),this);return r}[Ec(546)](t){const e=Ec,n=this[e(481)][e(774)][e(855)](e(883)),r=(0,o.hashObject)(e(534)+t);return n[e(569)](r)||n[e(598)]({id:r,name:t})}[Ec(689)](t,e,n,r,s){const o=Ec,i=this[o(639)](r),a=this[o(520)][o(588)](t,e,n,i,s,(t=>{const e=o;this[e(773)](n,{attributes:t});const r=this[e(544)](n);this[e(879)](new Set([r])),this[e(530)](new Set([r]))}));return this[o(824)](a,o(726),(()=>{const t=o;this[t(773)](n,{state:t(718)})}),{priority:o(851)}),this[o(824)](a,o(740),(()=>{const t=o;this[t(773)](n,{state:t(554)})}),{priority:o(851)}),this[o(579)][o(684)](n,a),this[o(578)][o(684)](a,o(729)),a}[Ec(710)](t){const e=Ec,n=t[e(549)](":");return{group:n[0],type:n[1],subType:n[e(634)]>=5?n[2]:null,id:n[e(634)]<5?n[2]:n[3],authorId:n[e(634)]<5?n[3]:n[4],markerCount:6==n[e(634)]?n[5]:null}}[Ec(826)](t,n,r){const s=Ec,o=t[s(869)](),i=o[s(717)],a=o[s(633)];this[s(604)](t,this[s(625)][s(472)](i,n));const c=(0,e.uid)(),u=t[s(822)].id,l=t[s(853)]+(t[s(551)]?":"+t[s(551)]:"");this[s(760)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(872)],data:t[s(613)]});const f=this[s(528)](t);(s(454)==t[s(853)]||f&&this[s(536)](f))&&(r=this[s(625)][s(731)](r[s(577)])),this[s(647)](l,c,u,this[s(625)][s(472)](r,a))}[Ec(524)](t,e=null){const n=Ec,r=[],s=this[n(481)][n(774)][n(855)](n(883)).me;Array[n(596)](t)||(t=[t]);for(const o of this[n(757)]()){if(!o[n(611)])continue;if(e&&o[n(853)]!=e)continue;let i=!1;for(const e of o[n(668)]()){for(const a of t){const t=a[n(717)][n(686)](e[n(633)])||a[n(633)][n(686)](e[n(717)]);if(t||a[n(618)](e)){const c=a[n(584)](e)&&kc(this[n(625)][n(484)],e[n(717)],a),u=e[n(584)](a)&&kc(this[n(625)][n(484)],a[n(717)],e);r[n(648)]({suggestion:o,meta:{isOwn:s==o[n(601)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(647)](t,e,n,r,s){const o=Ec;this[o(625)][o(590)]((i=>{const a=o;let c=a(769)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(667)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(871)](t){const e=Ec,n=t[e(475)],r=t[e(581)];t[e(475)]=null,t[e(581)]=null,null!=n&&n[e(581)]==t&&(n[e(581)]=r),null!=r&&r[e(475)]==t&&(r[e(475)]=n),e(563)==this[e(578)][e(855)](t)&&(this[e(578)][e(684)](t,e(587)),this[e(870)](e(493),t,n,r))}[Ec(760)](t){const n=Ec,r=t.id,s=this[n(782)](t);if(this[n(660)]&&this[n(660)][n(698)]){const o=this[n(481)][n(774)][n(855)](n(716)),i=s[n(832)],a=s[n(551)]?s[n(853)]+":"+s[n(551)]:s[n(853)],c=this[n(481)][n(808)],u=o[n(603)](Hr(c,n(476))),l={id:r,type:a,hasComments:i,data:t[n(613)]||null,originalSuggestionId:t[n(749)]||null,attributes:s[n(872)]};this[n(660)][n(698)](l)[n(510)]((t=>{const e=n;s[e(804)]=!0,o[e(638)](u),t&&t[e(622)]&&(this[e(579)][e(855)](r)[e(622)]=t[e(622)])}))[n(719)]((t=>{const r=n;throw(0,e.logWarning)(r(768)),this[r(481)][r(491)][r(741)]({isUndoable:!1},(()=>{s[r(740)]()})),s[r(500)](),this[r(579)][r(828)](s.id),this[r(578)][r(828)](s),t}))}return s}[Ec(536)](t){const e=Ec;return this[e(499)][e(459)](t)}[Ec(773)](t,e){const n=Ec,r=this[n(481)][n(774)][n(855)](n(716)),s=this[n(544)](t);if(this[n(660)]&&this[n(660)][n(696)])if(s[n(804)]){const s=r[n(603)](Hr(this[n(481)][n(808)],n(476)));this[n(660)][n(696)](t,e)[n(510)]((()=>{r[n(638)](s)}))}else s.on(n(619),(()=>{this[n(773)](t,e)}))}[Ec(842)](t){const n=Ec;if(!this[n(660)]||!this[n(660)][n(544)])throw new e.CKEditorError(n(837),this);return this[n(660)][n(544)](t)}[Ec(468)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(710)](t),i=this[e(579)][e(855)](n)||this[e(689)](r,s,n,o,{});switch(this[e(784)](i,r,s,o),this[e(578)][e(855)](i)){case e(729):this[e(842)](n)[e(510)]((t=>{const r=e;let s=Promise[r(761)]();t[r(832)]&&(s=this[r(641)][r(594)]({channelId:this[r(481)][r(714)][r(855)](r(764)),threadId:n})),s[r(510)]((()=>{const e=r;this[e(782)](t)[e(804)]=!0}))})),this[e(578)][e(684)](i,e(678));break;case e(587):this[e(773)](n,{state:e(725)});case e(630):this[e(578)][e(684)](i,e(563)),this[e(870)](e(814),i);break;case e(563):this[e(870)](e(455),i)}return i[e(501)](t),i}[Ec(530)](t){const e=Ec,n=Array[e(655)](t),r=n[e(559)]((t=>e(607)==t[e(853)]));this[e(483)](r);const s=n[e(559)]((t=>!t[e(643)]&&e(607)!=t[e(853)])),o=this[e(757)]({skipNotAttached:!0})[e(559)]((t=>!t[e(643)]&&e(607)!=t[e(853)])),i=o[e(559)]((n=>!t[e(459)](n))),a=new Map(o[e(573)]((t=>[t,this[e(520)][e(675)](t[e(853)],t[e(551)],e(456))]))),c=new Map(o[e(573)]((t=>[t,t[e(869)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(634)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(634)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(634)];t++){const n=s[t];!l[e(459)](n)&&n[e(475)]&&(f[e(603)](n[e(475)]),n[e(475)][e(581)]===n&&(n[e(475)][e(581)]=null),n[e(475)]=null),!u[e(459)](n)&&n[e(581)]&&(f[e(603)](n[e(581)]),n[e(581)][e(475)]===n&&(n[e(581)][e(475)]=null),n[e(581)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(634)];e++){const r=g(t,n[e]);r&&(r[0][s(581)]=r[1],r[1][s(475)]=r[0],u[s(603)](r[0]),l[s(603)](r[1]))}}function g(t,n){const r=e;if(t[r(601)].id!==n[r(601)].id)return null;const s=a[r(855)](t)(t,n,c[r(855)](t),c[r(855)](n));return s&&a[r(855)](n)(t,n,c[r(855)](t),c[r(855)](n))?s[1][r(658)]&&s[1][r(658)][r(634)]?null:s:null}f[e(646)]&&this[e(530)](f)}[Ec(483)](t){const e=Ec;if(0==t[e(634)])return;const n=this[e(757)]({skipNotAttached:!0})[e(559)]((t=>e(607)==t[e(853)]&&t[e(674)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(872)]);s[e(459)](n)||(s[e(684)](n,r[e(634)]),r[e(648)]([]));const i=s[e(855)](n);r[i][e(648)](t)}!function(){const t=e;r[t(806)](((e,n)=>{const r=t,s=e[0][r(622)],o=n[0][r(622)];return s==o?e[0][r(872)][r(791)]<n[0][r(872)][r(791)]?-1:1:s<o?-1:1}));for(const e of r)e[t(806)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(634)];t++){if(0==r[t][e(634)])continue;const n=[];for(let s=t+1;s<r[e(634)];s++)0!=r[s][e(634)]&&i(r[t],r[s])&&n[e(648)](s);for(const s of n)r[t]=r[t][e(469)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(634)];n++)t[n][e(581)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(634)];n++)t[n][e(475)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(872)][r(791)]!==n[0][r(872)][r(791)]&&t[0][r(601)]!==n[0][r(601)])return!1;if(!function(t,e){const n=r;return!t[n(832)]&&!e[n(832)]||(!t[n(832)]||!e[n(832)])&&(!!(t[n(832)]&&e[n(622)]<t[n(658)][n(570)][n(855)](0)[n(622)])||!!(e[n(832)]&&t[n(622)]<e[n(658)][n(570)][n(855)](0)[n(622)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(872)],r(791)),o=Ic(n[0][r(872)],r(791));return!!wr(s,o)&&(!!t[r(867)]((t=>n[r(827)]((e=>t[r(869)]()[r(686)](e[r(869)]())))))&&n[r(867)]((e=>t[r(827)]((t=>e[r(869)]()[r(686)](t[r(869)]()))))))}}[Ec(879)](t){const e=Ec,n=Array[e(655)](t),r=this[e(757)]({skipNotAttached:!0}),s=r[e(559)]((n=>!t[e(459)](n))),o=new Map(n[e(573)]((t=>[t,this[e(520)][e(675)](t[e(853)],t[e(551)],e(632))]))),i=new Map(r[e(573)]((t=>[t,t[e(668)]()])));for(let t=0;t<n[e(634)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(634)];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(634)];e++){const s=r[e];if(s[a(853)]!==n[a(853)]||s[a(601)].id!==n[a(601)].id||s[a(551)]!==n[a(551)])continue;if(!Oc(n,s,[a(791)]))continue;if(a(607)==n[a(853)]&&n[a(613)][a(558)]!=s[a(613)][a(558)])continue;if(a(607)==n[a(853)]&&t[a(536)](n[a(613)][a(746)]))continue;if(a(454)==n[a(853)]){const e=t[a(481)][a(491)],r=n[a(460)]();if(r&&(e[a(484)][a(680)](r)||e[a(484)][a(620)](r)))continue}const c=o[a(855)](n),u=i[a(855)](n),l=i[a(855)](s),f=n[a(658)]&&n[a(658)][a(634)],h=s[a(658)]&&s[a(658)][a(634)];if(!f&&c(l,u))return t[a(631)](s,n),i[a(828)](n),!0;if(!h&&c(u,l))return t[a(631)](n,s),i[a(828)](s),!0}return!1}}[Ec(631)](t,e){const n=Ec;if(t[n(643)])for(const r of e[n(668)]())t[n(533)](r);else{const r=e[n(869)]()[n(633)];this[n(604)](t,this[n(625)][n(472)](t[n(869)]()[n(717)],r))}e[n(803)]()}[Ec(566)](t,e){const n=Ec,r=t[n(556)](n(772))||t[n(556)](n(607))?n(715):t[n(671)]();return Hr(this[n(481)][n(808)],e+"_"+r+n(548))}[Ec(525)](){const t=Ec,e=this[t(481)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(625)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(710)](t[s(656)]);if(s(583)===e){n[s(654)](this[s(566)](r,s(478)));break}}for(const t of r){const{group:e,type:r}=this[s(710)](t[s(656)]);if(s(583)===e){n[s(654)](this[s(566)](r,s(752)));break}}}))}[Ec(720)](t){const e=Ec;if(this[e(661)])return!1;const n=this[e(481)],r=n[e(491)][e(677)][e(697)][e(829)]();if(0==r[e(634)])return!1;const s=[],o=r[e(559)]((t=>e(607)==t[e(853)])),i=r[e(559)]((t=>e(730)==t[e(853)]&&e(589)!=t[e(656)])),a=r[e(559)]((t=>e(638)==t[e(853)]&&e(589)!=t[e(656)]));for(const t of o)s[e(648)]({key:t[e(597)],newValue:t[e(615)],oldValue:t[e(695)],range:Sc(t[e(462)],n[e(491)])});for(const t of i){const r=a[e(531)]((n=>n[e(514)][e(686)](t[e(514)])));r&&s[e(648)]({key:e(815),newValue:t[e(656)],oldValue:r[e(656)],range:n[e(491)][e(609)](t[e(514)][e(629)])})}return 0!=s[e(634)]&&this[e(489)](t,s)}[Ec(817)](t){const e=Ec;let n=!1;const r=this[e(481)][e(491)][e(677)][e(697)][e(748)]()[e(559)]((t=>t[e(613)][e(503)]&&t[e(656)][e(556)](e(497))));for(const s of r){const{subType:r,id:o}=this[e(710)](s[e(656)]),i=r[e(549)]("|")[0];for(const r of this[e(757)]({skipNotAttached:!0}))r.id!=o&&e(607)==r[e(853)]&&r[e(613)]&&r[e(613)][e(746)]==i&&r[e(869)]()[e(669)](s[e(613)][e(503)])&&(this[e(802)](r,s[e(613)][e(503)],t),n=!0)}return n}[Ec(790)](t){const e=Ec;this[e(481)],this[e(661)]=!0,t()}[Ec(841)](t){const e=Ec,n=this[e(536)](t),r=this[e(513)][e(459)](t);return n||r}[Ec(489)](t,e){const n=Ec;if(0==e[n(634)])return!1;let r=!1;for(const s of e){const e=this[n(524)](s[n(462)],n(607))[n(559)]((t=>!t[n(747)][n(728)]))[n(573)]((t=>t[n(583)])),i=(0,o.hashObject)({newValue:s[n(706)]});e[n(559)]((t=>{const e=n,[r,o]=t[e(551)][e(549)]("|");return r==s[e(746)]&&o!=i}))[n(797)]((e=>{const o=n;this[o(802)](e,s[o(462)],t),r=!0}))}return r}[Ec(802)](t,e,n){const r=Ec,s=t[r(869)]()[r(507)](e);0!==s[r(634)]?1!==s[r(634)]?this[r(826)](t,e[r(717)],e[r(633)]):this[r(604)](t,s[0]):n[r(567)](t[r(498)]())}}class Ac{constructor(t){const e=Ec;this[e(688)]=t,this[e(625)]=t[e(491)],this[e(792)]=new Map,this[e(825)]=new Map,this[e(595)]()}[Ec(588)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(625)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(675)](t,e,i(726))(...n),onDiscard:(...n)=>this[i(675)](t,e,i(740))(...n)})}[Ec(515)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(792)][s(684)](o,r)}[Ec(675)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(792)][r(855)](s)||this[r(825)][r(855)](t+":"+n)}[Ec(595)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(806)](((t,n)=>t[e(717)][e(670)](n[e(717)])?1:-1)),this[e(625)][e(590)]((n=>{const r=e;for(const e of t){let t;t=e[r(633)][r(801)]&&e[r(633)][r(577)]==e[r(717)][r(629)]?n[r(712)](e[r(717)][r(629)],"on"):n[r(712)](e),this[r(625)][r(555)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(625)][n(590)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(573)]((t=>(Cc(t)&&(t=this[s(625)][s(472)](t[s(633)])),t)))[s(559)]((t=>s(789)!==t[s(627)][s(509)]));if(c[s(634)]<1)return;const u=Array[s(655)](this[s(625)][s(677)][s(461)][s(668)]())[s(573)]((t=>i.LiveRange[s(521)](t)));r[s(864)](c);for(const t of this[s(688)][s(479)][s(479)]())t[s(687)]();a[s(648)]({forceDefaultExecution:!0}),this[s(688)][s(713)](o,...a);const l=u[s(559)]((t=>s(789)!=t[s(627)][s(509)]));l[s(634)]>0&&r[s(864)](l);for(const t of u)t[s(705)]()}))},s=(e,n)=>1==e[t(634)]&&1==n[t(634)]&&e[0][t(633)][t(686)](n[0][t(717)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(625)])?[e,n]:vc(n,e,s,r,this[t(625)])?[n,e]:null;this[t(825)][t(684)](t(495),e),this[t(825)][t(684)](t(878),n),this[t(825)][t(684)](t(511),s),this[t(825)][t(684)](t(527),o),this[t(825)][t(684)](t(831),n),this[t(825)][t(684)](t(694),e),this[t(825)][t(684)](t(739),s),this[t(825)][t(684)](t(502),o),this[t(825)][t(684)](t(519),r),this[t(825)][t(684)](t(820),e),this[t(825)][t(684)](t(744),s),this[t(825)][t(684)](t(821),e),this[t(825)][t(684)](t(812),r),this[t(825)][t(684)](t(576),e),this[t(825)][t(684)](t(781),s),this[t(825)][t(684)](t(796),e),this[t(825)][t(684)](t(844),e),this[t(825)][t(684)](t(745),((e,n)=>{const r=t;if(!n)return;const s=this[r(688)][r(774)][r(855)](yc);this[r(625)][r(590)]((t=>{const o=r;if(o(815)==n[o(746)])for(const r of e){const e=r[o(717)][o(629)],s=n[o(558)];t[o(532)](e,s)}else if(s[o(536)](n[o(746)]))for(const r of e)void 0!==n[o(558)]?t[o(862)](n[o(746)],n[o(558)],r[o(717)][o(629)]):t[o(758)](n[o(746)],r[o(717)][o(629)]);else for(const r of e)n[o(558)]?t[o(862)](n[o(746)],n[o(558)],r):t[o(758)](n[o(746)],r)}))})),this[t(825)][t(684)](t(861),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(577)][r(866)]({includeSelf:!0,parentFirst:!0})){if(s[r(627)]==s)return!1;if(!n[r(496)](s))return!1;if(t[r(680)](s)||t[r(620)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(633)][e(577)]==t[e(717)][e(629)]&&t[e(633)][e(721)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(681)].is(s(486))&&!r[s(680)](t[s(681)]),i=t[s(717)][s(751)](o),a=t[s(633)][s(751)](o,{direction:s(722)});return!(t[s(717)][s(686)](i)&&t[s(633)][s(686)](a)||(i[s(670)](a)?n[s(873)](e,{range:n[s(472)](i,a)}):n[s(567)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(717)][e(629)];return n&&n.is(e(693))}function Sc(t,e){const n=Ec;return null==t[n(633)][n(505)]&&t[n(633)][n(577)]==t[n(717)][n(629)]?Mc(t[n(717)][n(629)],e):t}function Mc(t,e){const n=Ec,r=e[n(484)][n(680)](t)||e[n(484)][n(626)](t);return e[n(472)](e[n(562)](t,n(735)),r?e[n(683)](t):e[n(562)](t,n(633)))}function vc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(633)][o(686)](r[o(717)]))return!0;if(t[o(853)]!=e[o(853)])return!1;if(!n[o(633)][o(662)](r[o(717)]))return!1;const i=s[o(472)](n[o(633)],r[o(717)])[o(724)]();for(const t of i)if([o(776),o(467)][o(756)](t[o(853)])&&s[o(484)][o(620)](t[o(681)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(674)]||!e[r(674)])&&wr(Ic(t[r(872)],n),Ic(e[r(872)],n))}function wc(t,e){const n=Ec,r=Fc(t[n(872)]),s=Fc(e);if(!t[n(674)])return!1;for(const t of Object[n(526)](s))if(!wr(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(477)]({},t);return delete n[e(754)],delete n[e(545)],n}const Dc=Pc;function Bc(){const t=["locale","model","unbind","change:isDirty","133318Mdtlmy","9717TszkuK","get","isEnabled","add","_pendingAction","commentThreadController","destroy","_setPendingAction","10SiXonJ","449487KbfZRw","PendingActions","1483385xgcBfi","canDiscard","4643784NMMAxV","PENDING_ACTION_SUGGESTION","commands","887032vrDQHE","_editor","getRanges","canAccept","93893ogwyXQ","listenTo","stopListening","view","8PWbXPO","execute","acceptSuggestion","discardSuggestion","remove","plugins","7CzWgUh","_removePendingAction","isDirty","bind","canEditAt","_acceptCommand","_discardCommand"];return(Bc=function(){return t})()}function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(483495===parseInt(n(426))/1+parseInt(n(447))/2+-parseInt(n(448))/3*(-parseInt(n(430))/4)+-parseInt(n(417))/5+parseInt(n(419))/6+-parseInt(n(436))/7*(parseInt(n(422))/8)+-parseInt(n(457))/9*(parseInt(n(456))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(444)]=e,this[s(429)]=n,this[s(453)]=r,this[s(423)]=t,this[s(441)]=t[s(421)][s(449)](s(432)),this[s(442)]=t[s(421)][s(449)](s(433)),this[s(429)][s(439)](s(450)).to(this[s(441)],this[s(442)],((t,e)=>t||e)),this[s(429)][s(439)](s(425)).to(this[s(441)],s(450),(t=>t&&this[s(423)][s(444)][s(440)](e[s(424)]()))),this[s(429)][s(439)](s(418)).to(this[s(442)],s(450),(t=>t&&this[s(423)][s(444)][s(440)](e[s(424)]()))),this[s(452)]=null,n[s(438)]&&this[s(455)](),this[s(427)](n,s(432),(()=>this[s(432)]())),this[s(427)](n,s(433),(()=>this[s(433)]())),this[s(427)](n,s(446),(()=>{const t=s;n[t(438)]?this[t(455)]():this[t(437)]()}))}[Dc(432)](){const t=Dc;this[t(441)][t(431)](this[t(444)].id)}[Dc(433)](){const t=Dc;this[t(442)][t(431)](this[t(444)].id)}[Dc(454)](){const t=Dc;this[t(429)][t(445)](t(450)),this[t(429)][t(445)](t(425)),this[t(429)][t(445)](t(418)),this[t(428)](),this[t(453)][t(454)](),this[t(452)]&&this[t(437)]()}[Dc(455)](){const t=Dc,e=Hr(this[t(423)][t(443)],t(420));this[t(452)]=this[t(423)][t(435)][t(449)](t(458))[t(451)](e)}[Dc(437)](){const t=Dc;null!==this[t(452)]&&this[t(423)][t(435)][t(449)](t(458))[t(434)](this[t(452)]),this[t(452)]=null}}const Uc=Gc;!function(t,e){const n=Gc,r=t();for(;;)try{if(491795===-parseInt(n(448))/1+parseInt(n(490))/2+-parseInt(n(483))/3+parseInt(n(497))/4*(-parseInt(n(478))/5)+parseInt(n(481))/6*(-parseInt(n(466))/7)+-parseInt(n(480))/8*(-parseInt(n(485))/9)+-parseInt(n(486))/10*(-parseInt(n(462))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class jc extends s.View{constructor(t,e,n,r){const s=Gc;super(t),this[s(477)]=null,this[s(468)]=null,this[s(496)](s(489),!1),this[s(496)](s(456),e[s(456)]),this[s(488)](s(456)).to(e),this[s(496)](s(493),[]),this[s(496)](s(499),!1),this[s(496)](s(475),!1),this[s(496)](s(479),!1),this[s(496)](s(451),!1),this[s(467)]=e,this[s(491)]=n,this[s(471)]=r,r[s(460)]?this[s(496)](s(459),1):this[s(450)]()}[Uc(457)](){const t=Uc;this[t(487)][t(457)]()}[Uc(492)](){const t=Uc;this[t(477)]&&this[t(477)][t(492)](),this[t(468)]&&this[t(468)][t(492)](),super[t(492)]()}[Uc(450)](){const t=Uc,{CommentsListView:e}=this[t(471)];this[t(477)]=new e(this[t(464)],this[t(467)][t(458)],Object[t(482)]({CommentView:this[t(471)][t(452)]},this[t(471)])),this[t(477)][t(449)](t(473)).to(this),this[t(477)][t(449)](t(455)).to(this),this[t(477)][t(488)](t(489)).to(this),this[t(496)](t(459),this[t(477)][t(459)]+1),this[t(488)](t(459)).to(this[t(477)],t(459),(t=>t+1)),this[t(468)]=this[t(498)](),this.on(t(473),(()=>this[t(457)]())),this[t(488)](t(499)).to(this[t(477)],t(484),this[t(468)][t(469)],t(494),((t,e)=>t||!!e))}[Uc(498)](){const t=Uc,{CommentThreadInputView:e}=this[t(471)],n=new e(this[t(464)],this[t(491)],this[t(471)][t(474)]),r=n[t(469)];return n[t(488)](t(465)).to(this,t(489),this[t(467)][t(458)],t(495),r,t(494),((t,e,n)=>!!n||t&&!e)),r.on(t(453),((e,n)=>{const s=t;this[s(476)](s(461),n),r[s(472)][s(454)]("")})),r.on(t(470),(()=>this[t(457)]())),r[t(488)](t(463)).to(this[t(467)][t(458)],t(495)),n}}function Gc(t,e){const n=Vc();return(Gc=function(t,e){return n[t-=448]})(t,e)}function Vc(){const t=["688432fnLWJu","_createCommentThreadInputView","isDirty","447491dpKMMT","delegate","_createCommentViews","canDiscard","CommentView","submit","setData","updateComment","authoredAt","focus","commentThread","length","disableComments","addComment","14828dSmIvh","disabledSubmit","locale","showInput","21bqZPhv","_model","commentThreadInputView","commentInputView","cancel","_config","editor","removeComment","editorConfig","isEnabled","fire","commentsListView","15ggTRQx","canAccept","200AFLaNz","67248yEDCtU","assign","947679ZmdcSx","hasDirtyComment","78228kffktw","8890oORdMA","element","bind","isActive","778910rvhXAs","_localUser","destroy","descriptionParts","value","isReadOnly","set"];return(Vc=function(){return t})()}function zc(){const t=["editorReady","acceptButton","</p>","content","locale","discardButton","ck-suggestion__info","@external","descriptionParts","element",".ck-annotation__content-wrapper","discardSuggestion","2663640JLTHTO","acceptSuggestion","isActive","execute","author","split","createElement","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-annotation__info","getTemplate","map","join","ck-annotation__main","ck-comment__external","type","set","span","commentThreadInputView","232242LNLAhi","push","_createButton","formatDateTime","source",'" title="',"ck-annotation__user","EXTERNAL_SUGGESTION","canAccept","title","delegate","commentsListView","commentThread","ck-annotation__actions","ck-annotation__info-name","querySelector","ck-suggestion__actions","EXTERNAL_IMPORT_WORD_AVATAR","children","ck-suggestion__user","2978412RsSTGp","ck-suggestion--disabled-comments","_model","ck-annotation__content-wrapper","ck-suggestion__info-name","cancel","ck-suggestion--accept","259rGMvSl","div","getUserViewNotificationText","ck-suggestion-wrapper--active","editorDestroyed","authoredAt","ck-annotation","8667872STzTmW",'"></span>',"_descriptionElement","ck-suggestion-","importWord","ck-suggestion__main","138915HLyrkX","Discard suggestion","innerText","_config","71NjwkKO","8758vegUtO","description","ck-suggestion","userView","</span>","value","fire","setTemplate","ck-suggestion-wrapper","disableComments","getExternalSuggestionNote","color","bind","name","ck-comment__info-time","innerHTML","extendTemplate","canDiscard","render",'<span class="ck-suggestion-color" style="background-color: ',"change:description","check","6ISLZrO","<p>","bindTemplate","ck-annotation__info-time","isEnabled","7494535Ctdmwt",'<span class="ck-suggestion-type">',"EXTERNAL_AVATAR","Accept suggestion","attributes","creator","time","isExternal","ck-suggestion--discard"];return(zc=function(){return t})()}function Hc(t,e){const n=zc();return(Hc=function(t,e){return n[t-=133]})(t,e)}const Wc=Hc;!function(t,e){const n=Hc,r=t();for(;;)try{if(920214===parseInt(n(168))/1*(parseInt(n(169))/2)+-parseInt(n(191))/3*(parseInt(n(144))/4)+parseInt(n(196))/5+parseInt(n(235))/6*(parseInt(n(151))/7)+-parseInt(n(158))/8+-parseInt(n(164))/9+parseInt(n(217))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zc);class Kc extends jc{constructor(e,n,r,s){const i=Hc;super(e,n,r,s),this[i(232)](i(231),""),this[i(181)](i(231)).to(this,i(213),(t=>t&&t[0]?t[0][i(231)]:"")),this[i(181)](i(170)).to(this,i(213),this,i(219),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(192)+Xc(e[n(208)],e[n(180)])+n(207);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(160)]=null,this[i(206)]=this[i(237)](Hr(e,i(199)),t.icons[i(190)],i(150),i(218),"sw"),this[i(206)][i(181)](i(195)).to(this,i(243)),this[i(210)]=this[i(237)](Hr(e,i(165)),t.icons[i(149)],i(204),i(216),"sw"),this[i(210)][i(181)](i(195)).to(this,i(186)),this[i(172)]=new o.UserView(e,this[i(146)][i(221)],this[i(153)]()),this[i(172)][i(185)]({attributes:{class:[i(143),i(241)]}}),this[i(176)](this[i(226)]())}[Wc(226)](){const t=Wc,e=this[t(193)],n=[{tag:t(152),attributes:{class:[t(211),t(225)]},children:[{tag:t(233),children:[{text:this[t(172)][t(182)]}],attributes:{class:[t(148),t(138)]}},{tag:t(202),attributes:{datetime:e.to(t(156)),class:[t(183),t(194)]},children:[{text:e.to(t(156),(e=>this[t(167)][t(238)](e)))}]}]},{tag:t(152),attributes:{class:[t(140),t(137)]},children:[this[t(206)],this[t(210)]]},{tag:t(152),attributes:{class:[t(147)]}}];this[t(146)][t(203)]&&n[t(236)]({tag:t(152),attributes:{class:[t(230)]},children:[{text:this[t(179)]()}]});const r={tag:t(152),attributes:{class:[t(177),e.if(t(219),t(154)),e.to(t(231),(e=>t(161)+e)),this[t(167)][t(178)]&&t(145)],"data-suggestion-id":this[t(146)].id,"data-thread-id":this[t(146)][t(136)].id,"data-author-id":this[t(146)][t(221)].id,tabindex:-1},children:[{tag:t(152),attributes:{class:[t(171),t(157)]},children:[this[t(172)],{tag:t(152),attributes:{class:[t(163),t(229)]},children:n}]}]};return this[t(135)]&&this[t(234)]&&(r[t(142)][t(236)](this[t(135)],this[t(234)]),this[t(135)][t(134)](t(205)).to(this),this[t(135)][t(134)](t(155)).to(this),this[t(234)][t(134)](t(205)).to(this),this[t(234)][t(134)](t(155)).to(this)),r}[Wc(187)](){const t=Wc;super[t(187)](),this[t(160)]=this[t(214)][t(139)](t(215)),this[t(160)][t(184)]=this[t(170)],this.on(t(189),((e,n,r)=>{const s=t;this[s(160)][s(184)]=r}))}[Wc(237)](t,e,n,r,o){const i=Wc,a=new s.ButtonView(this[i(209)]);return a[i(232)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(185)]({attributes:{class:n}}),a.on(i(220),(()=>{const t=i;this[t(175)](r,this[t(146)].id)})),a}[Wc(179)](){const t=Wc;return t(162)===this[t(146)][t(200)][t(212)][t(239)]?Hr(this[t(209)],t(224)):Hr(this[t(209)],t(242))}[Wc(153)](){const t=Wc;return this[t(146)][t(203)]?t(162)===this[t(146)][t(200)][t(212)][t(239)]?Hr(this[t(209)],t(141),this[t(146)][t(201)][t(182)]):Hr(this[t(209)],t(198),this[t(146)][t(201)][t(182)]):null}}function Xc(t,e){const n=Wc;let r="";return r+=t[n(222)]("*")[n(227)](((t,e)=>e%2!=0?n(197)+qc(t)+n(173):qc(t)))[n(228)](""),e&&(r+=n(188)+e[n(174)]+n(240)+e[n(133)]+n(159)),r}function qc(t){const e=Wc,n=document[e(223)](e(233));return n[e(166)]=t,n[e(184)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Qc=Yc;function Yc(t,e){const n=$c();return(Yc=function(t,e){return n[t-=174]})(t,e)}!function(t,e){const n=Yc,r=t();for(;;)try{if(590406===parseInt(n(247))/1*(parseInt(n(237))/2)+parseInt(n(241))/3+parseInt(n(264))/4+parseInt(n(217))/5*(-parseInt(n(260))/6)+-parseInt(n(213))/7+-parseInt(n(227))/8+parseInt(n(238))/9*(parseInt(n(205))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);class Jc extends t.Plugin{static get[Qc(295)](){const t=Qc;return[yc,o.Users,t(229),t(207),t(312)]}static get[Qc(285)](){return Qc(269)}constructor(t){const e=Qc;super(t),this[e(283)]=new Map,this[e(318)]=new Map,this[e(288)]=new Map,this[e(224)]=new Map;const n=this[e(308)][e(214)];n[e(304)](e(226),Kc),n[e(304)](e(236),!1),this[e(225)]=n[e(252)](e(236))}[Qc(231)](t,e){const n=Qc;0===this[n(224)][n(209)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(224)]){const r=this[t(283)][t(279)](e);r||n?r&&n&&this[t(195)](e):this[t(317)](e)}this[t(224)][t(194)](),this[t(308)][t(246)][t(252)](t(312))[t(294)](),this[t(186)]()}),10),this[n(224)][n(248)](t,e)}[Qc(189)](){const t=Qc,e=this[t(308)],n=e[t(246)][t(252)](t(301)),r=e[t(246)][t(252)](t(207)),s=e[t(246)][t(252)](t(312)),o=e[t(246)][t(252)](t(229));this[t(178)](),s[t(289)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(196)](this[e(283)])){const s=t[e(251)](),o=[];for(const t of s){if(!t[e(299)])continue;if(t[e(266)]){o[e(268)](...t[e(310)]());continue}const n=t[e(253)]();if(o[e(232)]>0){const t=o[0][e(243)](n);if(t){o[0]=t;continue}}o[e(268)](n)}n[e(268)]([r[e(292)],o])}return n})),this[t(315)](n,t(305),((e,n)=>{const r=t;this[r(315)](n,r(300),((t,e,s,o)=>{const i=r;n[i(299)]&&(null==s?(this[i(265)](o[i(296)]),this[i(231)](n,!1)):(this[i(265)](s[i(296)]),null==o&&this[i(231)](n,!0)))})),null!==n[r(278)]?this[r(265)](n[r(296)]):this[r(231)](n,!1)})),this[t(315)](n,t(254),((e,n,r)=>{const s=t;this[s(216)](n,s(300)),this[s(224)][s(202)](n),this[s(283)][s(279)](n)&&this[s(195)](n),r&&this[s(265)](r[s(296)])})),this[t(315)](n,t(219),((e,n)=>{this[t(265)](n)})),this[t(315)](r,t(274),(()=>{this[t(186)]()})),this[t(315)](o,t(290),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(276)](r))return;const i=n[o(257)](r);this[o(283)][o(252)](i)[o(292)][o(181)]()}),{priority:t(187)})}[Qc(186)](){const t=Qc,e=this[t(308)][t(246)][t(252)](t(207)),n=this[t(308)][t(246)][t(252)](t(301)),r=Array[t(196)](e[t(206)],(e=>e[t(256)]))[t(316)]((e=>this[t(318)][t(279)](e))),s=[];for(const e of r){const n=this[t(318)][t(252)](e)[t(242)][t(251)]();s[t(268)](...n[t(250)](((e,n)=>[...e,...n[t(210)]()]),[]))}n[t(198)]=s}[Qc(178)](){const t=Qc,n=this[t(308)],r=n[t(192)],o=Hr(r,t(218)),i=new e.Collection([{type:t(270),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(261),role:t(293)})},{type:t(233)},{type:t(277),model:new s.ViewModel({withText:!0,label:Hr(r,t(245)),commandName:t(297),role:t(313)})},{type:t(277),model:new s.ViewModel({withText:!0,label:Hr(r,t(215)),commandName:t(221),role:t(313)})},{type:t(277),model:new s.ViewModel({withText:!0,label:Hr(r,t(303)),commandName:t(273),role:t(313)})},{type:t(277),model:new s.ViewModel({withText:!0,label:Hr(r,t(271)),commandName:t(228),role:t(313)})}]);for(const e of i)if(tu(e)){const r=n[t(280)][t(252)](e[t(242)][t(188)]);e[t(242)][t(203)](t(255),t(184)).to(r,t(298),t(184))}n.ui[t(177)][t(302)](t(261),(e=>this[t(230)](e,i,o))),n.ui[t(177)][t(302)](t(306),(e=>this[t(314)](e,i,o)))}[Qc(230)](t,e,n){const r=Qc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(308)][r(280)][r(252)](r(261));o[r(258)][r(248)]({tooltip:n,label:n,icon:Zc}),o[r(258)][r(203)](r(255)).to(i,r(298)),o[r(258)].on(r(259),(()=>{const t=r;i[t(259)](),this[t(308)][t(201)][t(292)][t(181)]()})),(0,s.addListToDropdown)(o,e,{role:r(208)});const a=[];for(const t of e)tu(t)&&a[r(268)](this[r(308)][r(280)][r(252)](t[r(242)][r(188)]));const c=o[r(258)];return c[r(287)][r(291)](r(184)),c[r(191)][r(291)](r(184)),c[r(287)][r(203)](r(184)).to(i,r(184)),c[r(191)][r(203)](r(184))[r(272)](a,r(184),((...t)=>t[r(174)]((t=>t)))),o.on(r(259),(t=>{const e=r;this[e(308)][e(259)](t[e(204)][e(188)]),this[e(308)][e(201)][e(292)][e(181)]()})),o}[Qc(314)](t,e,n){const r=Qc,o=new s.MenuBarMenuView(t),i=this[r(308)][r(280)][r(252)](r(261));o[r(258)][r(248)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(233)==n[r(180)]){a[r(307)][r(302)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(242)];i[r(203)](...Object[r(176)](c)).to(c),i[r(263)](r(259)).to(o),i.on(r(259),(()=>{const t=r;this[t(308)][t(259)](c[t(188)]),this[t(308)][t(201)][t(292)][t(181)]()})),e[r(286)][r(302)](i),a[r(307)][r(302)](e)}return o[r(203)](r(184)).to(i,r(184)),o[r(284)][r(286)][r(302)](a),o}[Qc(317)](t){const e=Qc,n=this[e(308)],r=n[e(214)],s=n[e(246)][e(252)](e(207)),i=n[e(246)][e(252)](e(229)),a=n[e(246)][e(252)](e(312)),c=n[e(246)][e(252)](o.Users).me,u=r[e(252)](e(261))[e(244)],{CommentsListView:l,CommentThreadInputView:f}=n[e(246)][e(252)](e(185));let h,g;this[e(288)][e(279)](t.id)?(g=this[e(288)][e(252)](t.id),h=g[e(220)]):(h=new u(n[e(192)],t,c,{disableComments:this[e(225)],editorConfig:r[e(252)](e(240)),maxCommentsWhenCollapsed:r[e(252)](e(275)),maxThreadTotalWeight:r[e(252)](e(239)),maxCommentCharsWhenCollapsed:r[e(252)](e(197)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(252)](e(192))),CommentView:r[e(252)](e(235))[e(311)],CommentsListView:l,CommentThreadInputView:f}),h[e(282)].on(e(259),(()=>{const t=e;n[t(201)][t(292)][t(181)]()})),h[e(199)].on(e(259),(()=>{const t=e;n[t(201)][t(292)][t(181)]()})),g=s[e(223)](this[e(308)][e(192)],h),g[e(203)](e(249)).to(h,e(249)),g[e(203)](e(232)).to(h),g[e(203)](e(180)).to(h,e(180),(t=>e(281)+t)),this[e(288)][e(248)](t.id,g));const d=i[e(182)](t[e(267)],h),p=new xc(n,t,h,d),m=t[e(251)]()[e(316)]((t=>t[e(299)]));h[e(183)]=n[e(246)][e(252)](e(301))[e(234)][e(262)](m),this[e(283)][e(248)](t,p),this[e(318)][e(248)](h,p);const I=s[e(200)]({view:g,target:()=>{const r=e,s=[],i=t[r(251)]()[r(316)]((t=>t[r(299)]));for(const t of i)s[r(268)](...t[r(190)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(201)],s)},type:()=>e(281)+p[e(292)][e(180)]});i[e(193)](h,I),s[e(302)](I),a[e(179)](I)}[Qc(195)](t){const e=Qc,n=this[e(308)][e(246)][e(252)](e(229)),r=this[e(308)][e(246)][e(252)](e(207)),s=this[e(283)][e(252)](t),o=s[e(292)],i=r[e(309)](o);n[e(212)](o),i&&r[e(222)](i),this[e(283)][e(202)](t),this[e(318)][e(202)](o),s[e(175)]()}[Qc(265)](t){const e=Qc;if(!t[e(299)]||!this[e(283)][e(279)](t))return;const n=this[e(308)][e(246)][e(252)](e(301)),r=this[e(283)][e(252)](t),s=t[e(251)]();r[e(292)][e(183)]=n[e(234)][e(262)](s)}[Qc(175)](){const t=Qc;for(const e of this[t(283)][t(176)]())this[t(195)](e);for(const e of this[t(288)][t(211)]())e[t(220)][t(175)]();super[t(175)]()}}function $c(){const t=["acceptAllSuggestions","value","isInContent","change:previous","TrackChangesEditing","add","Discard all suggestions","define","suggestionLoaded","menuBar:trackChanges","items","editor","getByInnerView","getRanges","CommentView","EditorAnnotations","menuitem","_createMenuBarMenu","listenTo","filter","_initializeController","_viewToController","some","destroy","keys","componentFactory","_addUIComponentsToFactory","registerAnnotation","type","focus","createCommentThreadController","descriptionParts","isEnabled","CommentsUI","_refreshActiveMarkers","lowest","commandName","init","getMarkers","arrowView","locale","_bindAnnotationToEditors","clear","_destroyController","from","comments.maxCommentCharsWhenCollapsed","activeMarkers","discardButton","createAnnotation","editing","delete","bind","source","500tFgbep","activeAnnotations","Annotations","menu","size","getMarkerNames","values","_unbindEditors","5123426nAqjot","config","Accept all selected suggestions","stopListening","5BzJGfZ","Track changes","suggestionChanged","mainView","acceptSelectedSuggestions","remove","createAnnotationView","_handleControllerBuffer","_disableComments","trackChanges.SuggestionThreadView","288080iycaXm","discardSelectedSuggestions","CommentsRepository","_createToolbarButton","_handleSuggestionControllerDelayed","length","separator","descriptionFactory","comments","trackChanges.disableComments","1362mxwhyM","58284pTeoAR","comments.maxThreadTotalWeight","comments.editorConfig","1629702UQOKCy","model","getJoined","SuggestionThreadView","Accept all suggestions","plugins","538vZLjSo","set","isDirty","reduce","getAllAdjacentSuggestions","get","getFirstRange","suggestionUnloaded","isOn","innerView","getSuggestion","buttonView","execute","1001868HZhhuS","trackChanges","getDescriptions","delegate","1167600nTWvJZ","_updateController","isMultiRange","commentThread","push","TrackChangesUI","switchbutton","Discard all selected suggestions","toMany","discardAllSuggestions","change:activeAnnotations","comments.maxCommentsWhenCollapsed","hasSuggestion","button","previous","has","commands","suggestion-","acceptButton","_suggestionToController","panelView","pluginName","children","actionView","_annotationViews","addSourceCollector","addComment","unbind","view","menuitemcheckbox","refreshSelectedViews","requires","head"];return($c=function(){return t})()}function tu(t){return Qc(242)in t}function eu(t,e){var n=ru();return(eu=function(t,e){return n[t-=498]})(t,e)}var nu=eu;function ru(){var t=["2814360TMBSah","5114232WPSESY","pluginName","16290mWdbLu","365FQummM","addSuggestionData","getSuggestions","adapter","3109330EQbnhv","21897HULlOg","694547snYneS","get","3303fUvadA","TrackChanges","Comments","getSuggestion","82EdFFkn","editor","requires","plugins","addSuggestion","6800pkyXUN"];return(ru=function(){return t})()}!function(t,e){for(var n=eu,r=t();;)try{if(352426===-parseInt(n(500))/1+parseInt(n(506))/2*(parseInt(n(499))/3)+-parseInt(n(511))/4*(parseInt(n(516))/5)+parseInt(n(512))/6+parseInt(n(498))/7+-parseInt(n(513))/8+-parseInt(n(502))/9*(-parseInt(n(515))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[nu(508)](){return[yc,Jc,nu(504)]}static get[nu(514)](){return nu(503)}set[nu(519)](t){var e=nu;this[e(507)][e(509)][e(501)](yc)[e(519)]=t}get[nu(519)](){var t=nu;return this[t(507)][t(509)][t(501)](yc)[t(519)]}[nu(510)](t){var e=nu;return this[e(507)][e(509)][e(501)](yc)[e(517)](t)}[nu(518)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=nu;return this[n(507)][n(509)][n(501)](yc)[n(518)]({skipNotAttached:t,toJSON:e})}[nu(505)](t){var e=nu;return this[e(507)][e(509)][e(501)](yc)[e(505)](t)}}const ou=au;!function(t,e){const n=au,r=t();for(;;)try{if(397483===parseInt(n(455))/1+-parseInt(n(464))/2+-parseInt(n(469))/3*(-parseInt(n(435))/4)+parseInt(n(418))/5+-parseInt(n(468))/6+-parseInt(n(450))/7*(-parseInt(n(448))/8)+-parseInt(n(409))/9*(parseInt(n(452))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cu);const iu=[ou(444)];function au(t,e){const n=cu();return(au=function(t,e){return n[t-=406]})(t,e)}function cu(){const t=["create","createDocumentFragment","pluginName","391329MPgCmw","destroy","createElement","init","config","rootsAttributes","getDataWithDiscardedSuggestions","TrackChangesEditing","editorCreator","3381585rHXqtA","trackChangesData","set","function","push","users","requires","end","result","discardAllSuggestions","getFullData","TrackChangesData","useAnonymousUser","data","TrackChangesDataGetter","CommentsRepository","editor","96fWViUj","div","name","map","getRootsAttributes","define","get","_adapter","getCommentThreads","Pagination","getUser","appendChild","execute","13016rNmFAt","plugins","1484jPLYPk","getDataWithAcceptedSuggestions","30bUoWly","Users","addCommentThread","398049fslqZS","acceptAllSuggestions","getRootNames","getSuggestions","trackChangesData.editorCreator","addSuggestionData","document","model","constructor","1175408MnPfvg","reduce","addUser","track-changes-data-invalid-editor-creator","3577608ZoVFXw","36576ApKZPW"];return(cu=function(){return t})()}class uu extends t.Plugin{static get[ou(424)](){return[yc]}static get[ou(408)](){return ou(429)}[ou(412)](){const t=ou,n=this[t(434)];if(n[t(413)][t(440)](t(459),(e=>{const r=t,s=n[r(462)][r(461)][r(457)]()[r(465)](((t,e)=>(t[e]="",t)),{});return n[r(463)][r(406)](s,e)})),t(421)!=typeof n[t(413)][t(441)](t(419))[t(417)])throw new e.CKEditorError(t(467))}[ou(451)](t){return hu(this[ou(434)],!0,t)}[ou(415)](t){return hu(this[ou(434)],!1,t)}}class lu extends t.Plugin{static get[ou(408)](){return ou(432)}constructor(t){const e=ou;super(t),this[e(426)]=e(425)}[ou(412)](){const t=ou;this[t(434)][t(449)][t(441)](t(433))[t(442)]={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(434)][t(449)][t(441)](t(416))[t(442)]=null}}function fu(t){return void 0!==t[ou(439)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,iu);s[r(449)][r(422)](yc,lu),s[r(414)]=fu(t)?t[r(439)]():void 0;const i=document[r(407)](),a=t[r(413)][r(441)](r(419))[r(417)],c=await a(s,(()=>function(t){const e=r,n=document[e(411)](e(436));return t[e(446)](n),n}(i)));!function(t,e){const n=r,s=t[n(462)][n(461)][n(457)]()[n(465)](((e,r)=>(e[r]=t[n(431)][n(441)]({rootName:r}),e)),{}),o=t[n(449)][n(441)](n(453))[n(423)][n(438)]((t=>({id:t.id,name:t[n(437)]}))),i=t[n(449)][n(441)](n(416))[n(458)]({skipNotAttached:!0,toJSON:!0}),a=t[n(449)][n(441)](n(433))[n(443)]({skipNotAttached:!0,toJSON:!0}),c=e[n(449)][n(441)](n(453)),u=e[n(449)][n(441)](n(416)),l=e[n(449)][n(441)](n(433));for(const t of o)c[n(445)](t.id)||c[n(466)](t);c.me||c[n(430)]();for(const t of a)l[n(454)](t);for(const t of i)u[n(460)](t);e[n(431)][n(420)](s)}(t,c),c[r(447)](r(e?456:427));const u=fu(c)?c[r(428)](n):c[r(431)][r(441)](n);return await c[r(410)](),u}function gu(){var t=["53232nAYfmE","6911735cKAqOi","1879025WdQsuD","13374Pqpgwf","136tXXzPk","37533PUMkZv","1092SoPefL","2526623RdQAxL","22738183lwSaNY","12GkWjOK","2112tjOLgv","2yKqtJe","30gLCOfJ"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=260]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(990336===-parseInt(n(261))/1*(-parseInt(n(270))/2)+-parseInt(n(264))/3*(-parseInt(n(263))/4)+-parseInt(n(260))/5+parseInt(n(272))/6*(-parseInt(n(265))/7)+parseInt(n(269))/8*(parseInt(n(262))/9)+-parseInt(n(271))/10*(parseInt(n(266))/11)+-parseInt(n(268))/12*(-parseInt(n(267))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Gc,TrackChanges:()=>ru,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=["836QGZPIW","has","forceDisabled","153RkyNCn","276211hTPNoN","editor","7BYiAsP","1571225rKyuza","77016npVicp","affectsData","_disableUnsupportedCommands","1216266duqxYB","refresh","658228YPbhHW","_enabledCommands","execute","3013170mJSzeK","TrackChangesCommand","_isEnabledBasedOnSelection","clearForceDisabled","isEnabled","value","1983wygikW","_enableCommands","commands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=448]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(190768===-parseInt(n(470))/1+-parseInt(n(466))/2*(-parseInt(n(463))/3)+parseInt(n(454))/4+-parseInt(n(448))/5+parseInt(n(452))/6*(parseInt(n(472))/7)+-parseInt(n(449))/8*(parseInt(n(469))/9)+parseInt(n(457))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(455)]=e,this[n(462)]=!1,this[n(453)](),this[n(459)]=!1}[c(453)](){this[c(461)]=!0}[c(456)](){const t=c;this[t(462)]=!this[t(462)],this[t(462)]?this[t(451)]():this[t(464)]()}[c(451)](){const t=c;for(const e of this[t(471)][t(465)][t(465)]())e[t(450)]&&!this[t(455)][t(467)](e)&&e[t(468)](t(458))}[c(464)](){const t=c;for(const e of this[t(471)][t(465)][t(465)]())e[t(450)]&&!this[t(455)][t(467)](e)&&e[t(460)](t(458))}}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=358]})(t,e)}function d(){const t=["383898LjoMDV","_suggestions","142922UDkJJK","model","4729096KUVowT","acceptSuggestion","plugins","track-changes-accept-suggestion-not-found","_isEnabledBasedOnSelection","isEnabled","TrackChangesEditing","canEditAt","get","704784rItgcr","getRanges","1846020CyxsKj","refresh","editor","execute","10uQetAm","1018171kUrcMl","397800iSkLGf"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(276550===-parseInt(n(371))/1+parseInt(n(360))/2+parseInt(n(369))/3+parseInt(n(368))/4*(-parseInt(n(366))/5)+-parseInt(n(362))/6+-parseInt(n(367))/7+parseInt(n(373))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(370)]=e,this[n(363)](),this[n(377)]=!1}[h(363)](){this[h(378)]=!0}[h(365)](t){const n=h,r=this[n(370)][n(359)](t);if(!r)throw new e.CKEditorError(n(376),this);const s=r[n(361)]();this[n(364)][n(372)][n(358)](s)&&this[n(364)][n(375)][n(359)](n(379))[n(374)](r)}}const m=E;function I(){const t=["plugins","canEditAt","_suggestions","get","72054MbUzPM","model","track-changes-discard-suggestion-not-found","3866397YkuDyt","execute","isEnabled","52190LhCxwD","517286ASBIND","discardSuggestion","3942968tzZIuu","getRanges","TrackChangesEditing","1565671Sulfqj","320aOrYBu","refresh","editor","632rxySss","2CMWiDi","_isEnabledBasedOnSelection","805VGsHsB","11709270BXvycj"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(872442===-parseInt(n(345))/1+-parseInt(n(350))/2*(parseInt(n(336))/3)+parseInt(n(349))/4*(parseInt(n(339))/5)+parseInt(n(333))/6*(parseInt(n(352))/7)+parseInt(n(342))/8+-parseInt(n(353))/9+parseInt(n(346))/10*(parseInt(n(340))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(356)]=e,this[n(347)](),this[n(351)]=!1}[m(347)](){this[m(338)]=!0}[m(337)](t){const n=m,r=this[n(356)][n(332)](t);if(!r)throw new e.CKEditorError(n(335),this);const s=r[n(343)]();this[n(348)][n(334)][n(355)](s)&&this[n(348)][n(354)][n(332)](n(344))[n(341)](r)}}function T(t,e){const n=y();return(T=function(t,e){return n[t-=102]})(t,e)}function _(t){const e=T;return t[e(135)](((t,n)=>e(132)==t[e(133)]&&e(132)!=n[e(133)]?-1:e(132)!=t[e(133)]&&e(132)==n[e(133)]?1:0))}function y(){const t=["push","change","5952270NCbben","content","18351ChQQfL","655614paEJqe","isObject","isArray","85736IRsBFC","splice","next","map","color","end","28TRBdBH","length","getRanges","isInContent","value","isMultiRange","isIntersecting","810269lDZSHp","createRange","start"," [color ","createPositionAt","from","3161935xvsWsn","createPositionAfter","isTouching","3WrrExG","createPositionBefore","2485596liohaV","add","632SwKGEB","deletion","type","execute","sort","replace","schema","join","isCollapsed"];return(y=function(){return t})()}function A(t,e){const n=T;let r,s=0;const o=[],i=e[n(137)];for(;s<t[n(112)];){const a=t[s],c=t[s+1];r||(r=e[n(128)](a)),k(e,a,c)||(o[n(140)](e[n(119)](r,i[n(103)](a)?e[n(125)](a):e[n(122)](a,n(110)))),r=null),s++}return o}function k(t,e,n){const r=T;if(!n)return!1;const s=t[r(125)](e),o=t[r(128)](n);return s[r(126)](o)}!function(t,e){const n=T,r=t();for(;;)try{if(839219===parseInt(n(118))/1+parseInt(n(105))/2+parseInt(n(127))/3*(parseInt(n(129))/4)+-parseInt(n(124))/5+parseInt(n(102))/6*(-parseInt(n(111))/7)+-parseInt(n(131))/8*(parseInt(n(144))/9)+parseInt(n(142))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);function C(t,e,n){const r=T;for(;n[r(112)];){const s=n[r(106)](0,100);t[r(141)]((()=>{const t=r;for(const n of s)n[t(114)]&&e[t(134)](n.id)}))}}const L=N;function N(t,e){const n=R();return(N=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=N,r=t();for(;;)try{if(196886===parseInt(n(268))/1+-parseInt(n(259))/2*(parseInt(n(247))/3)+-parseInt(n(266))/4*(-parseInt(n(245))/5)+-parseInt(n(263))/6+-parseInt(n(254))/7*(-parseInt(n(251))/8)+-parseInt(n(265))/9+-parseInt(n(249))/10*(parseInt(n(252))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=N;super(t),this[r(246)]=e,this[r(258)]=n,this[r(267)](),this[r(257)]=!1}[L(267)](){const t=L,e=Array[t(260)](this[t(258)][t(253)]())[t(261)]((e=>e[t(262)]));this[t(248)]=this[t(246)][t(248)]&&e}[L(264)](){const t=L,e=_(Array[t(260)](this[t(258)][t(253)]()));for(const n of e){const e=n[t(250)]();if(!this[t(244)][t(256)][t(255)](e))return}C(this[t(244)][t(256)],this[t(246)],e)}}function R(){const t=["1638504BDyKtW","4gJHVsU","refresh","371710Dbdqda","editor","1547170PhbOcS","_command","3kRZhrM","isEnabled","1172310PligAC","getRanges","8rwzluj","33oaRRLJ","values","2477293YXLKsk","canEditAt","model","_isEnabledBasedOnSelection","_suggestions","525370siqMmT","from","some","isInContent","250338WPacGz","execute"];return(R=function(){return t})()}const v=O;function M(){const t=["2xIJIPX","12QVvHjI","execute","286391sfUhdK","editor","70552ZSEpND","from","isEnabled","values","234258PWxdJH","selection","_isEnabledBasedOnSelection","72LXThJo","4106430GsNAvc","canEditAt","_selectedSuggestions","refresh","model","size","10082110GFlLpW","12SCuvSd","389995kiPLdx","_command","_suggestions","document","427hsRwnQ","getRanges","1904573VhAYEA"];return(M=function(){return t})()}function O(t,e){const n=M();return(O=function(t,e){return n[t-=228]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(727689===-parseInt(n(252))/1*(-parseInt(n(249))/2)+-parseInt(n(230))/3*(-parseInt(n(250))/4)+parseInt(n(242))/5*(parseInt(n(241))/6)+parseInt(n(246))/7*(parseInt(n(254))/8)+-parseInt(n(234))/9+parseInt(n(240))/10+parseInt(n(248))/11*(-parseInt(n(233))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(243)]=e,this[r(244)]=n,this[r(236)]=new Set,this[r(237)](),this[r(232)]=!1}[v(237)](){const t=v,e=this[t(253)][t(238)][t(245)][t(231)],n=Array[t(255)](this[t(244)][t(229)]());this[t(236)]=function(t,e){const n=T,r=Array[n(123)](t[n(113)]()),s=new Set;for(const o of e)if(o[n(114)])for(const e of r)for(const r of o[n(113)]())(e[n(117)](r)||t[n(139)]&&!o[n(116)]&&o[n(107)]&&r[n(110)][n(126)](e[n(120)]))&&s[n(130)](o);return s}(e,n),this[t(228)]=this[t(243)][t(228)]&&!!this[t(236)][t(239)]}[v(251)](){const t=v,e=_(Array[t(255)](this[t(236)]));for(const n of e){const e=n[t(247)]();if(!this[t(253)][t(238)][t(235)](e))return}C(this[t(253)][t(238)],this[t(243)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const x=function(t){var e=this.__data__,n=B(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=B(e,t);return n<0?void 0:e[n][1]};const j=function(t){return B(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=x,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const Y=X||Z||Function("return this")();const J=Y.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=J?J.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=J?J.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Y["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Y,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Rt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Nt,wt.prototype.get=Rt,wt.prototype.has=Mt,wt.prototype.set=Ot;const Dt=wt;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const Bt=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 Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=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=Ft,Vt.prototype.delete=xt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=zt;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Yt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Yt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Jt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Y.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Se=function(t,e){return function(n){return t(e(n))}};const Re=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Ne(t))return Re(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Qt(e,we(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return Fe(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const xe=function(t){return Oe(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Qt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Y.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Ye=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return Xe.call(t,e)})))}:qe;const Je=function(t,e){return Qt(t,Ye(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ye(t)),t=$e(t);return e}: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,we,Ye)};const sn=function(t){return nn(t,xe,tn)};const on=At(Y,"DataView");const an=At(Y,"Promise");const cn=At(Y,"Set");const un=At(Y,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Y.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Rn=J?J.prototype:void 0,vn=Rn?Rn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Bn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Fn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[zn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?en(e,Ue(a,e)):Je(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:we)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Yn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Jn.test(t)||!Yn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=J?J.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Jt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=J?J.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Sr="[object Array]",Rr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Nr?Rr:c)==Rr,f=(u=u==Nr?Rr:u)==Rr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Fr(t,Br(e,0,-1))};const xr=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||xr(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=330]})(t,e)}function Vr(){const t=["4UOIvNI","getMarkers","removeAttribute","getFirstMarker","length","getItems","onAttributesChange","removeMarkers","getRanges","push","isMultiRange","_onDiscard","map","50008gKUole","size","commentThread","addMarker","end","2388438OljoCP","getMultiRangeId","45507fDiDQS","subType","split","delete","data","_onAttributesChange","change","32118DGRCIQ","type","getContainedElement","addMarkerName","addRange","isIntersecting","652044hVdJAj","getMarkerNames","discard","authoredAt","nodeAfter","from","creator","_markerNames","setAttribute","nodeBefore","get","set","isIntersectingWithRange","2cvnTLz","add","onDiscard","clear","next","createdAt","getFirstRange","filter","_onAccept","decorate","author","markers","getRange","previous","toJSON","getAllAdjacentSuggestions","suggestion:","reduce","_model","isInContent","attributes","isExternal","_isDataLoaded","140wDCAbX","removeMarker","2800690gYVKWS","1055365HvfYyc","accept","substr","hasComments","head","_saved","onAccept","start","@external"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(167278===-parseInt(n(372))/1*(-parseInt(n(398))/2)+parseInt(n(385))/3+parseInt(n(352))/4*(-parseInt(n(343))/5)+parseInt(n(379))/6*(parseInt(n(340))/7)+-parseInt(n(365))/8+-parseInt(n(370))/9+parseInt(n(342))/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(339)]=!1,this.id=e.id,this[n(380)]=e[n(380)],this[n(373)]=e[n(373)]||null,this[n(408)]=e[n(408)],this[n(391)]=e[n(391)]||e[n(408)],this[n(338)]=Boolean(e[n(337)]&&e[n(337)][n(351)]),this[n(376)]=null,this[n(335)]=t,this[n(406)]=e[n(349)],this[n(363)]=e[n(400)],this[n(377)]=e[n(358)],this[n(392)]=new Set,this[n(403)]=null,this[n(396)](n(388),null),this[n(396)](n(337),e[n(337)]||{}),this[n(396)](n(330),null),this[n(396)](n(402),null),this[n(396)](n(367),null),this[n(396)](n(348),!1),this[n(407)](n(344)),this[n(407)](n(387))}get[jr(347)](){const t=jr;let e=this;for(;e[t(330)];)e=e[t(330)];return e}get[jr(346)](){const t=jr;return!!this[t(367)]&&this[t(367)][t(356)]>0}get[jr(362)](){const t=jr;return 0!=this[t(392)][t(366)]&&6==Array[t(390)](this[t(392)])[0][t(374)](":")[t(356)]}get[jr(336)](){return null!==this[jr(355)]()}[jr(382)](t){const e=jr;this[e(392)][e(399)](t)}[jr(386)](){const t=jr;return Array[t(390)](this[t(392)])}[jr(353)](){const t=jr;return this[t(386)]()[t(364)]((e=>this[t(335)][t(409)][t(395)](e)))[t(405)]((t=>t))}[jr(355)](){return this[jr(353)]()[0]||null}[jr(359)](){const t=jr;this[t(335)][t(378)]((e=>{const n=t;for(const t of this[n(353)]())e[n(341)](t)})),this[t(392)][t(401)]()}[jr(341)](t){const e=jr;this[e(335)][e(378)]((n=>{n[e(341)](t)})),this[e(392)][e(375)](t)}[jr(383)](t){const e=jr,n=e(333)+this[e(380)]+":"+this[e(373)]+":"+this.id+":"+this[e(391)].id+":"+Hr[e(371)]();this[e(382)](n),this[e(335)][e(378)]((r=>{r[e(368)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(397)](t){const e=jr;for(const n of this[e(360)]())if(n[e(384)](t))return!0;return!1}[jr(360)](){const t=jr;return this[t(353)]()[t(364)]((e=>e[t(410)]()))}[jr(357)](){const t=jr;return this[t(360)]()[t(334)](((e,n)=>[...e,...n[t(357)]()]),[])}[jr(404)](){const t=jr;var e;return(null===(e=this[t(355)]())||void 0===e?void 0:e[t(410)]())||null}[jr(381)](){const t=jr,e=this[t(360)]();if(1!=e[t(356)])return null;const n=e[0],r=n[t(350)][t(389)],s=n[t(369)][t(394)];return r instanceof i.Element?r!=s?null:r:null}[jr(344)](){const t=jr;this[t(406)](this[t(360)](),this[t(376)],this[t(337)]),this[t(359)]()}[jr(387)](){const t=jr;this[t(363)](this[t(360)](),this[t(376)],this[t(337)]),this[t(359)]()}[jr(332)](){const t=jr,e=[];let n=this[t(347)];for(;n;)e[t(361)](n),n=n[t(402)];return e}[jr(393)](t,e){const n=jr,r=Xn(this[n(337)]);hr(r,t,e),wr(r,this[n(337)])||(this[n(337)]=r,this[n(377)](r))}[jr(354)](t){const e=jr,n=Xn(this[e(337)]);Ur(n,t),wr(n,this[e(337)])||(this[e(337)]=n,this[e(377)](this[e(337)]))}[jr(331)](){const t=jr;return{id:this.id,type:this[t(373)]?this[t(380)]+":"+this[t(373)]:this[t(380)],authorId:this[t(391)].id,createdAt:this[t(403)],hasComments:this[t(346)],data:this[t(376)],attributes:this[t(337)]}}static[jr(371)](){const t=jr;return(0,e.uid)()[t(345)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=qr;function Kr(){const t=["getItemLabel","_handleInsertRemoveSuggestionDescription","ELEMENT_SPACE","set","elementEnd","9RajzQD","element","insertion","nodeAfter","_attributeLabels","nextSibling","previousSibling","name","addObject","add","*Remove format:* %0","checkChild","data","isEmpty","isEqual","key","match","30YfhOfF","Object","getDescriptions","normal","isObject","removeFormat","*Change to:* %0","8203440cwyEQa","format","_handleCustomCallbackDescription","REPLACE_TEXT","getFirstRange","_schema","_itemLabelsCallbacks","get","*Insert:* %0","pop","type","replace","start","1549445FhsYOC","_locale","skip","4739128zNYcFA","text","removeEmptyContainer","*Set format:* %0","*Merge:* %0","matchingCallback","join","_customCallbacks","834126sXNklJ","has","label","22218mShGHH","push","Container","_itemLabels","885984AgdqNG","_handleAttributeSuggestionDescription","addFormat","softBreak","removeObject","subType","_handleRenameSuggestionDescription","*Remove:* %0","EmptyContainer","length","registerElementLabel","_resolveDescriptionItems","end","elementStart","item","remove","$textProxy","$1 $2","addContainer","getWalker","$text","newValue","removeContainer","_addDescriptionItems","function","isInContent","map","*Split:* %0","registerDescriptionCallback","44518698SGfXnh","attribute","addEmptyContainer","indexOf","deletion","registerAttributeLabel","quantity"];return(Kr=function(){return t})()}function qr(t,e){const n=Kr();return(qr=function(t,e){return n[t-=251]})(t,e)}!function(t,e){const n=qr,r=t();for(;;)try{if(973062===-parseInt(n(280))/1*(-parseInt(n(331))/2)+-parseInt(n(328))/3+-parseInt(n(320))/4+parseInt(n(317))/5*(-parseInt(n(297))/6)+-parseInt(n(304))/7+parseInt(n(335))/8+parseInt(n(268))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Xr{constructor(t,e){const n=qr;this[n(327)]=[],this[n(334)]=new Map,this[n(310)]=[],this[n(284)]=new Map,this[n(309)]=t,this[n(318)]=e}[Wr(299)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(344)];o++){const i=t[o];if(!i[e(264)])continue;const a=this[e(306)](i);if(a){if(null!=i[e(340)]){if(r[e(329)](i[e(340)]))continue;r[e(289)](i[e(340)])}n[e(332)](a)}else if(e(269)!=i[e(314)])e(282)!=i[e(314)]&&e(272)!=i[e(314)]||this[e(276)](n,i,t[o+1]);else{const t=i[e(292)][e(295)];if(s[e(329)](t))continue;s[e(289)](i[e(292)][e(295)]),t==_c?this[e(341)](n,i):this[e(336)](n,i)}}return this[e(346)](n)}[Wr(267)](t){const e=Wr;this[e(327)][e(332)](t)}[Wr(345)](t,n,r=e.priorities[Wr(300)]){const s=Wr;s(263)==typeof t?(0,e.insertToPriorityArray)(this[s(310)],{matchingCallback:t,label:n,priority:r}):this[s(334)][s(278)](t,n)}[Wr(273)](t,e){const n=Wr;this[n(284)][n(278)](t,e)}[Wr(275)](t,e=1){const n=Wr;let r;for(const e of this[n(310)])if(e[n(325)](t)){r=e[n(330)];break}return r||(r=this[n(334)][n(311)](t[n(287)])),r?r(e):1!==e?e+" "+t[n(287)]+"s":""+t[n(287)]}[Wr(262)](t,e){const n=Wr,r=e[n(308)]()[n(258)](),s=n(282)==e[n(314)]?n(289):n(254);for(const e of r){const o=e[n(253)],i=t[t[n(344)]-1];if(o.is(n(255)))i&&i[n(314)][n(271)](n(333))>-1&&t[n(313)](),i&&n(321)==i[n(314)]?i[s]+=o[n(292)]:t[n(332)]({type:n(321),add:n(289)==s?o[n(292)]:"",remove:n(254)==s?o[n(292)]:""});else if(this[n(309)][n(301)](o)){const a=o;if(i&&i[n(314)][n(271)](n(333))>-1&&t[n(313)](),n(279)==e[n(314)])continue;i&&i[n(314)]==s+n(298)&&i[n(281)][n(287)]==a[n(287)]?i[n(274)]++:t[n(332)]({type:s+n(298),element:a,quantity:1}),r[n(319)]((t=>!(n(279)==t[n(314)]&&t[n(253)]==o)))}else if(this[n(309)][n(291)](o,n(259))||o.is(n(281),n(338))){const r=o;if(n(289)==s&&n(252)==e[n(314)]||n(254)==s&&n(279)==e[n(314)])continue;if(i&&-1==i[n(314)][n(271)](n(333))){n(321)==i[n(314)]&&(i[s]+="\n");continue}let a;if(a=n(289)==s?r[n(285)]&&!this[n(309)][n(301)](r[n(285)])?r[n(285)]:null:r[n(286)]&&!this[n(309)][n(301)](r[n(286)])?r[n(286)]:null,r[n(293)]||a&&a[n(293)]){const e=a&&a[n(293)]?a:r;i&&i[n(314)]==s+n(343)&&i[n(281)][n(287)]==e[n(287)]?i[n(274)]++:t[n(332)]({type:s+n(343),element:e,quantity:1})}else t[n(332)]({type:s+n(333),element:r})}}}[Wr(346)](t){const e=Wr,n=this[e(318)],r=[],s=[],o=[];for(const i of t)switch(i[e(314)]){case e(321):if(i[e(289)]=i[e(289)][e(315)](/(\S)\u000A+(\S)/g,e(256))[e(315)](/\u000A/g,""),i[e(254)]=i[e(254)][e(315)](/(\S)\u000A+(\S)/g,e(256))[e(315)](/\u000A/g,""),""!=i[e(289)]&&""!=i[e(254)]){r[e(332)]({type:e(315),content:zr(n,e(307),['"'+i[e(254)]+'"','"'+i[e(289)]+'"'])});continue}if(null!=i[e(289)][e(296)](/^ +$/)){r[e(332)]({type:e(282),content:zr(n,e(312),zr(n,e(277),i[e(289)][e(344)]))});continue}if(null!=i[e(254)][e(296)](/^ +$/)){r[e(332)]({type:e(272),content:zr(n,e(342),zr(n,e(277),i[e(254)][e(344)]))});continue}if(""!=i[e(289)]){r[e(332)]({type:e(282),content:zr(n,e(312),'"'+i[e(289)]+'"')});continue}r[e(332)]({type:e(272),content:zr(n,e(342),'"'+i[e(254)]+'"')});continue;case e(270):case e(288):r[e(332)]({type:e(282),content:zr(n,e(312),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(322):case e(339):r[e(332)]({type:e(272),content:zr(n,e(342),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(257):r[e(332)]({type:e(282),content:zr(n,e(266),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(261):r[e(332)]({type:e(272),content:zr(n,e(324),this[e(275)](i[e(281)],i[e(274)]))});continue;case e(337):s[e(332)](i[e(295)]);continue;case e(302):o[e(332)](i[e(295)]);continue;default:r[e(332)](i)}if(s[e(344)]){const t=s[e(265)]((t=>this[e(284)][e(329)](t)?this[e(284)][e(311)](t):t))[e(326)](", ");r[e(332)]({type:e(305),content:zr(this[e(318)],e(323),t)})}if(o[e(344)]){const t=o[e(265)]((t=>this[e(284)][e(329)](t)?this[e(284)][e(311)](t):t))[e(326)](", ");r[e(332)]({type:e(305),content:zr(this[e(318)],e(290),t)})}return r}[Wr(306)](t){const e=Wr;for(const n of this[e(327)]){const r=n(t);if(r&&e(314)in r)return r}}[Wr(336)](t,e){const n=Wr,r=e[n(292)],s=void 0===r[n(260)]?n(302):n(337);t[n(332)]({type:s,key:r[n(295)]})}[Wr(341)](t,e){const n=Wr;t[n(332)]({type:n(305),content:zr(this[n(318)],n(303),this[n(275)](e[n(308)]()[n(316)][n(283)],1))})}[Wr(276)](t,e,n){const r=Wr;if(this[r(262)](t,e),n&&n[r(308)]()&&!e[r(308)]()[r(251)][r(294)](n[r(308)]()[r(316)])){const n=t[t[r(344)]-1],s=r(282)==e[r(314)]?r(289):r(254);n&&r(321)==n[r(314)]&&(n[s]+="\n")}}}const Zr=Jr;function Yr(){const t=["commands","7KzeSmP","36410FXKilT","showAIAssistant","plugins","enableCommand","5137744fGKrOS","10EcEZpV","5368776yiBTMm","editor","51VbvUIF","160084nWpGmv","3734460SsNFsr","TrackChangesEditing","11jogAoy","34316004yCKWJL","afterInit","get","3286539kUSBaR","11KbJsvN"];return(Yr=function(){return t})()}function Jr(t,e){const n=Yr();return(Jr=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=Jr,r=t();for(;;)try{if(614414===-parseInt(n(435))/1*(parseInt(n(443))/2)+parseInt(n(431))/3*(-parseInt(n(432))/4)+-parseInt(n(433))/5+-parseInt(n(429))/6+parseInt(n(442))/7*(parseInt(n(427))/8)+parseInt(n(439))/9*(-parseInt(n(428))/10)+-parseInt(n(440))/11*(-parseInt(n(436))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yr);class Qr extends t.Plugin{[Zr(437)](){const t=Zr,e=this[t(430)],n=e[t(445)][t(438)](t(434));e[t(441)][t(438)](t(444))&&n[t(426)](t(444))}}const $r=es;function ts(){const t=["left","*Format:* %0","registerBlockAttribute","get","afterInit","right","editor","15380658bcqGOr","8218808BBLhGn","TrackChangesEditing","7519760Nilegk","FORMAT_ALIGNMENT","type","locale","13XmETyu","formatBlock","70152tIRutr","1398468QUtTaG","564244OvXvnY","enableDefaultAttributesIntegration","value","FORMAT_ALIGN_TO_LEFT","plugins","FORMAT_ALIGN_TO_CENTER","alignment","FORMAT_ALIGN_TO_RIGHT","descriptionFactory","format","_registerLegacyDescription","FORMAT_JUSTIFY_TEXT","registerAttributeLabel","center","36ugvDyn","9672894cYKrQI","commandName","AlignmentEditing","has","commandParams","justify","registerDescriptionCallback"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(910321===parseInt(n(223))/1*(-parseInt(n(225))/2)+parseInt(n(241))/3*(parseInt(n(227))/4)+parseInt(n(219))/5+parseInt(n(226))/6+-parseInt(n(242))/7+parseInt(n(217))/8+-parseInt(n(216))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(213)](){const t=$r,e=this[t(215)],n=e[t(222)];if(!e[t(231)][t(245)](t(244)))return;const r=e[t(231)][t(212)](t(218));r[t(228)](t(233)),r[t(251)](t(233)),r[t(235)][t(239)](t(233),zr(n,t(220))),this[t(237)]()}[$r(237)](){const t=$r,e=this[t(215)],n=e[t(222)];e[t(231)][t(212)](t(218))[t(235)][t(248)]((e=>{const r=t;if(r(224)!=e[r(221)])return;const{data:s}=e;if(s&&r(233)==s[r(243)]){const t=s[r(246)][0][r(229)];return{type:r(236),content:zr(n,r(250),function(t){const e=r;switch(t){case e(249):return zr(n,e(230));case e(214):return zr(n,e(234));case e(240):return zr(n,e(232));case e(247):return zr(n,e(238))}}(t))}}}))}}const rs=ss;function ss(t,e){const n=os();return(ss=function(t,e){return n[t-=379]})(t,e)}function os(){const t=["*Remove format:* %0","FORMAT_SUPERSCRIPT","registerInlineAttribute","301002vfuXMi","SuperscriptEditing","slice","afterInit","_registerLegacyDescription","FORMAT_ITALIC","9003800GtESzw","1402887tKMtEU","BoldEditing","subscript","commandParams","1658140qkhSZa","enableDefaultAttributesIntegration","FORMAT_","registerAttributeLabel","commandName","TrackChangesEditing","ItalicEditing","has","formatInline","registerDescriptionCallback","toLowerCase","descriptionFactory","strikethrough","3944oAqIcF","FORMAT_STRIKETHROUGH","toUpperCase","31163EddeGg","FORMAT_BOLD","5425FFTDEb","9ZfCJGa","SubscriptEditing","code","underline","italic","15gqFuVt","FORMAT_CODE","UnderlineEditing","CodeEditing","editor","type","192526WuOVvd","bold","FORMAT_UNDERLINE","StrikethroughEditing","locale","6fcHxfN","plugins","forceValue","get","format","*Format:* %0","superscript","FORMAT_SUBSCRIPT"];return(os=function(){return t})()}!function(t,e){const n=ss,r=t();for(;;)try{if(604637===parseInt(n(412))/1*(-parseInt(n(407))/2)+parseInt(n(430))/3+-parseInt(n(434))/4+parseInt(n(401))/5*(-parseInt(n(423))/6)+parseInt(n(395))/7*(parseInt(n(390))/8)+parseInt(n(396))/9*(parseInt(n(429))/10)+-parseInt(n(393))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[rs(431),rs(383),rs(403),rs(404),rs(410),rs(397),rs(424)];class as extends t.Plugin{[rs(426)](){const t=rs,e=this[t(405)],n=e[t(413)][t(415)](t(382)),r=e[t(411)];for(const s of is){if(!e[t(413)][t(384)](s))continue;const o=s[t(425)](0,-7)[t(387)](),i=t(379)+o[t(392)]();n[t(435)](o),n[t(422)](o),n[t(388)][t(380)](o,zr(r,i))}this[t(427)]()}[rs(427)](){const t=rs,e=this[t(405)],n=e[t(411)],r=e[t(413)][t(415)](t(382));function s(e,s){const o=t;r[o(388)][o(386)]((t=>{const r=o;if(r(385)!=t[r(406)])return;const{data:i}=t;return i&&i[r(381)]===e?i[r(433)][0][r(414)]?{type:r(416),content:zr(n,r(417),s)}:{type:r(416),content:zr(n,r(420),s)}:void 0}))}s(t(408),zr(n,t(394))),s(t(400),zr(n,t(428))),s(t(399),zr(n,t(409))),s(t(398),zr(n,t(402))),s(t(389),zr(n,t(391))),s(t(432),zr(n,t(419))),s(t(418),zr(n,t(421)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=231]})(t,e)}function ls(){const t=["149346uLYmaB","enableCommand","218290VDnqjz","selection","5gOvrVD","from","TrackChangesEditing","model","change","registerDescriptionCallback","commands","afterInit","document","BlockQuoteEditing","commandName","143xSosJi","24aQUTCn","forceValue","2468020qxFLpH","plugins","editor","format","blockQuote","has","schema","1671741Hvkera","getSelectedBlocks","commandParams","filter","404103FymBKX","name","*Remove format:* %0","locale","1794213GHCvyV","markBlockFormat","value","descriptionFactory","parent","49EaEpBI","get","*Set format:* %0","869870PaYpLU","ELEMENT_BLOCK_QUOTE","checkChild","$root"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(459605===-parseInt(n(261))/1+parseInt(n(273))/2+parseInt(n(265))/3+parseInt(n(250))/4*(-parseInt(n(236))/5)+-parseInt(n(232))/6*(-parseInt(n(270))/7)+parseInt(n(248))/8*(parseInt(n(257))/9)+parseInt(n(234))/10*(-parseInt(n(247))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(243)](){const t=cs,e=this[t(252)],n=e[t(264)];if(!e[t(251)][t(255)](t(245)))return;const r=e[t(251)][t(271)](t(238)),s=this[t(252)][t(242)][t(271)](t(254));r[t(233)](t(254),((n,o={})=>{const i=t,a=this[i(252)][i(239)][i(244)][i(235)],c=o&&void 0!==o[i(249)]?o[i(249)]:!s[i(267)];let u=[];if(c){const t=Array[i(237)](a[i(258)]())[i(260)]((t=>hs(t)||function(t,e){const n=i,r=e[n(275)](t[n(269)],n(254)),s=e[n(275)]([n(231),n(254)],t);return r&&s}(t,this[i(252)][i(239)][i(256)])));u=A(t,e[i(239)])}else{const t=Array[i(237)](a[i(258)]())[i(260)]((t=>hs(t)));u=A(t,e[i(239)])}e[i(239)][i(240)]((()=>{const t=i;for(const e of u)r[t(266)](e,{commandName:t(254),commandParams:[{forceValue:c}]})}))})),r[t(268)][t(241)]((e=>{const r=t,{data:s}=e;if(s&&r(254)==s[r(246)]){const t=zr(n,r(274));return s[r(259)][0][r(249)]?{type:r(253),content:zr(n,r(272),t)}:{type:r(253),content:zr(n,r(263),t)}}}))}}function hs(t){const e=cs;return e(254)==t[e(269)][e(262)]}function gs(){const t=["changeCaseUpper","538dmmHjP","has","get","enableCommand","1167432JrYMWJ","CaseChange","5896200KVtPia","changeCaseLower","17272ujNvkE","36FDztSy","185965VDVavw","changeCaseTitle","plugins","TrackChangesEditing","editor","3085810lgNqUG","1751YbucfT","afterInit","13511700WfzYvu"];return(gs=function(){return t})()}const ds=ps;function ps(t,e){const n=gs();return(ps=function(t,e){return n[t-=286]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(563782===-parseInt(n(286))/1*(parseInt(n(290))/2)+-parseInt(n(294))/3+-parseInt(n(298))/4+-parseInt(n(300))/5*(-parseInt(n(299))/6)+parseInt(n(305))/7+-parseInt(n(296))/8+parseInt(n(288))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gs);class ms extends t.Plugin{[ds(287)](){const t=ds,e=this[t(304)];e[t(302)][t(291)](t(295))&&(e[t(302)][t(292)](t(303))[t(293)](t(289)),e[t(302)][t(292)](t(303))[t(293)](t(297)),e[t(302)][t(292)](t(303))[t(293)](t(301)))}}function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=263]})(t,e)}const Es=Is;function bs(){const t=["4728100XVJJSi","21JyFPGj","6688962fcResu","enableCommand","commands","editor","get","TrackChangesEditing","46GOUlvK","afterInit","ckbox","155055dwzhmo","17993538FcQEDT","264536XeNsrs","plugins","4452820EDxQfJ","20jNlAlF","989381QWRHUf"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(637217===-parseInt(n(272))/1+-parseInt(n(263))/2*(parseInt(n(266))/3)+-parseInt(n(270))/4+parseInt(n(273))/5+-parseInt(n(275))/6+parseInt(n(274))/7*(parseInt(n(268))/8)+-parseInt(n(267))/9*(-parseInt(n(271))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(264)](){const t=Es,e=this[t(278)];e[t(277)][t(279)](t(265))&&e[t(269)][t(279)](t(280))[t(276)](t(265))}}function _s(t,e){const n=Cs();return(_s=function(t,e){return n[t-=354]})(t,e)}const ys=_s;!function(t,e){const n=_s,r=t();for(;;)try{if(332121===-parseInt(n(376))/1+-parseInt(n(407))/2+-parseInt(n(387))/3*(-parseInt(n(403))/4)+-parseInt(n(360))/5*(parseInt(n(393))/6)+parseInt(n(392))/7*(-parseInt(n(372))/8)+parseInt(n(385))/9+parseInt(n(409))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Cs);class As extends t.Plugin{[ys(379)](){const t=ys,e=this[t(397)];if(!e[t(389)][t(402)](t(362)))return;const n=e[t(389)][t(361)](t(369)),r=e[t(384)],s=e[t(368)][t(361)](t(390))[t(396)],o=e[t(404)][t(361)](t(390));n[t(383)](t(391)),n[t(383)](t(406)),n[t(383)](t(390),((r,i={})=>{const a=t,c=e[a(401)],u=e[a(401)][a(395)][a(374)],l=i&&void 0!==i[a(377)]?i[a(377)]:!o[a(366)];let f;i[a(381)]||(i[a(381)]=s[0][a(381)]),f=l?Array[a(375)](u[a(355)]())[a(382)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(388))&&!e[n(394)](t)&&e[n(363)](t[n(380)],n(390))}(t,c[a(373)]))):Array[a(375)](u[a(355)]())[a(382)]((t=>ks(t)));const h=A(f,c);c[a(358)]((()=>{const t=a;for(const e of h)n[t(357)](e,{commandName:t(390),commandParams:[{...i,forceValue:l}],formatGroupId:t(367)})}))})),n[t(399)][t(359)](t(390),(e=>zr(r,t(354),e))),n[t(399)][t(378)]((e=>{const n=t;if(n(365)!=e[n(408)])return;const o=r.t,{data:i}=e;if(!i||n(390)!=i[n(405)])return;const a=i[n(371)][0][n(381)],c=o(s[n(370)]((t=>t[n(381)]===a))[n(398)])[n(386)]();return i[n(371)][0][n(377)]?{type:n(400),content:zr(r,n(410),zr(r,n(354),1)+" ("+c+")")}:{type:n(400),content:zr(r,n(356),zr(r,n(354),1))}}))}}function ks(t){const e=ys;return e(390)==t[e(364)]}function Cs(){const t=["selection","from","364056dMnEtb","forceValue","registerDescriptionCallback","afterInit","parent","language","filter","enableCommand","locale","713295TTHaLt","toLowerCase","690CJckjl","rootElement","plugins","codeBlock","indentCodeBlock","14zsbzlU","42rANZmP","isLimit","document","languages","editor","label","descriptionFactory","format","model","has","9516KJPRHh","commands","commandName","outdentCodeBlock","334680EvXKsh","type","12358230AvEQic","*Set format:* %0","ELEMENT_CODE_BLOCK","getSelectedBlocks","*Remove format:* %0","markBlockFormat","change","registerElementLabel","254455HjBvyw","get","CodeBlock","checkChild","name","formatBlock","value","blockName","config","TrackChangesEditing","find","commandParams","2569976JMiFqZ","schema"];return(Cs=function(){return t})()}const Ls=Ss;function Ns(){const t=["has","get","8210530uDTVrf","CommentsEditing","TrackChangesEditing","3621933uveQcZ","addCommentThread","plugins","9lZUGQV","503276CodgYj","510zNigBE","afterInit","10480LNSqYl","2lchKqn","4676888PCDVYP","486440zMGFxw","editor","28377ooWebM","enableCommand"];return(Ns=function(){return t})()}function Ss(t,e){const n=Ns();return(Ss=function(t,e){return n[t-=388]})(t,e)}!function(t,e){const n=Ss,r=t();for(;;)try{if(358923===-parseInt(n(395))/1*(parseInt(n(397))/2)+parseInt(n(399))/3+parseInt(n(391))/4+-parseInt(n(394))/5*(parseInt(n(392))/6)+-parseInt(n(406))/7+parseInt(n(396))/8+parseInt(n(390))/9*(parseInt(n(403))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ns);class Rs extends t.Plugin{[Ls(393)](){const t=Ls,e=this[t(398)];e[t(389)][t(401)](t(404))&&e[t(389)][t(402)](t(405))[t(400)](t(388))}}var vs=n(834);function Ms(t,e){const n=Os();return(Ms=function(t,e){return n[t-=312]})(t,e)}function Os(){const t=["createUIElement","addHighlight","test","model","markerRange","ck-suggestion-marker-","schema","hasAttribute","includes","119624xMQcLb","108725hMfKbk","createRangeOn","isAtEnd","isLimit","previousPosition","item","215963rrhdrA","bindElementToMarker","parent","markerName","ck-suggestion-marker--active","writer","get","63gmPeuM","2606814WjfbhO","176XeJmIj","toViewPosition","span","nextSibling","109389vNtenu","toViewElement","1085040EjPfgB","16Cunvbs","getItems","elementEnd","insert","activeMarkers","consumable","addClass","1030AbiZGG","getCustomProperty","isBlock","getWalker","push","plugins","TrackChangesEditing","type","name","isContent","6457290MSpppD","mapper","start"];return(Os=function(){return t})()}function ws(t,e,n){const r=Ms,s=[];for(const o of e[r(353)]())o[r(327)](t)&&s[r(363)](n[r(331)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(312)][r(342)](r(313));return(o,i,a)=>{const c=r;if(!a[c(357)][c(322)](i[c(324)],o[c(315)]))return;const u=i[c(324)][c(362)](),l=i[c(324)][c(319)],f=t[c(323)][c(326)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(335)];d=d||f[c(316)](e);const n=a[c(318)][c(350)](e);if(n&&n[c(360)](c(321)))return;c(354)==t[c(314)]&&f[c(361)](e)&&!f[c(333)](e)&&(e[c(348)]||l[c(332)]?h&&h[c(338)]==e||(h=e,m(t[c(334)]),p=!0):g=g||t[c(334)])}function m(t){const r=c,o=a[r(341)][r(320)](r(347),{class:r(325)+e}),u=a[r(318)][r(346)](t);n&&s[r(356)][r(328)](i[r(339)])&&a[r(341)][r(358)](r(340),o),a[r(341)][r(355)](u,o),a[r(318)][r(337)](o,i[r(339)])}d||p||!g||m(g)}}!function(t,e){const n=Ms,r=t();for(;;)try{if(489919===parseInt(n(349))/1*(-parseInt(n(352))/2)+-parseInt(n(351))/3+-parseInt(n(345))/4*(-parseInt(n(330))/5)+-parseInt(n(344))/6+-parseInt(n(317))/7+-parseInt(n(329))/8*(-parseInt(n(343))/9)+parseInt(n(359))/10*(parseInt(n(336))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Os);const Fs=Bs;function Bs(t,e){const n=Ps();return(Bs=function(t,e){return n[t-=446]})(t,e)}function Ps(){const t=["74838jiFyth","isCollapsed","3573nwxKup","deleteForward","unbindElementFromMarkerName","enableCommand","root","getFirstRange","commands","mapper","editor","365jJGpvC","showSuggestionHighlights","enqueueChange","options","remove","180ZHUDfy","2844780FLhRsW","rootName","buffer","document","model","7273672gFZqUX","lock","selection","merge","unit","delete","modifySelection","detach","downcastDispatcher","TrackChangesEditing","12104QgBhJJ","editing","data","requires","bind","plugins","get","markerName","createSelection","high","addMarker:suggestion:deletion","uiElement","2342088GKzOFB","writer","createRange","unlock","start","$graveyard","setSelection","1265279vzrMrh","removeMarker:suggestion:deletion","markerNameToElements","10341vvhcqN","forward","fromRange","end","batch","init"];return(Ps=function(){return t})()}!function(t,e){const n=Bs,r=t();for(;;)try{if(647766===parseInt(n(472))/1+parseInt(n(465))/2+parseInt(n(475))/3*(-parseInt(n(497))/4)+-parseInt(n(492))/5*(parseInt(n(481))/6)+-parseInt(n(503))/7+-parseInt(n(453))/8*(-parseInt(n(483))/9)+-parseInt(n(498))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class xs extends t.Plugin{static get[Fs(456)](){return[vs.Delete]}[Fs(480)](){const t=Fs,e=this[t(491)],n=e[t(458)][t(459)](t(452));n[t(486)](t(448));const r=e[t(489)][t(459)](t(484));n[t(486)](t(484),((n,s={})=>{const o=t,a=e[o(502)][o(461)](e[o(502)][o(501)][o(505)]);a[o(482)]&&e[o(502)][o(449)](a,{direction:o(476),unit:s[o(447)]});const c=a[o(488)](),u=i.LiveRange[o(477)](c);let l;n(s),l=o(470)==u[o(487)][o(499)]?e[o(502)][o(467)](c[o(469)]):e[o(502)][o(467)](u[o(469)],u[o(478)]),u[o(450)](),e[o(502)][o(494)](r[o(500)][o(479)],(t=>{const e=o;r[e(500)][e(504)](),t[e(471)](t[e(467)](l[e(478)])),r[e(500)][e(468)]()}))})),e[t(454)][t(451)].on(t(463),Ds(e,t(446)),{priority:t(462)}),e[t(455)][t(451)].on(t(463),((n,r,s)=>{const o=t;s[o(495)][o(493)]&&Ds(e,o(446),{showActiveMarker:!1})[o(457)](this)(n,r,s)}),{priority:t(462)}),e[t(454)][t(451)].on(t(473),((e,n,r)=>{const s=t,o=r[s(490)][s(474)](n[s(460)]);if(o)for(const t of o)t.is(s(464))&&(r[s(490)][s(485)](t,n[s(460)]),r[s(466)][s(496)](t))}),{priority:t(462)})}}const Us=Vs;!function(t,e){const n=Vs,r=t();for(;;)try{if(950278===parseInt(n(436))/1+-parseInt(n(458))/2+-parseInt(n(421))/3*(parseInt(n(427))/4)+-parseInt(n(388))/5*(-parseInt(n(367))/6)+parseInt(n(419))/7*(-parseInt(n(414))/8)+-parseInt(n(382))/9*(-parseInt(n(424))/10)+parseInt(n(447))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hs);class js extends t.Plugin{[Us(354)](){const t=Us,e=this[t(371)];if(!e[t(428)][t(340)](t(346)))return;const n=e[t(429)],r=e[t(428)][t(399)](t(392)),s=e[t(428)][t(340)](t(325)),o=!!e[t(383)][t(399)](t(470));function i(e){const r=t;return{type:r(404),content:""+zr(n,r(440),e)}}function a(e){const r=t;return{type:r(404),content:""+zr(n,r(431),e)}}r[t(376)](t(448)),r[t(376)](t(358)),r[t(376)](t(451)),r[t(376)](t(345)),r[t(376)](t(406)),r[t(376)](t(393)),r[t(376)](t(336)),r[t(376)](t(333)),r[t(338)](t(434)),r[t(338)](t(433)),r[t(338)](t(332)),o&&(r[t(376)](t(423)),r[t(376)](t(372))),s&&(r[t(376)](t(426)),r[t(376)](t(449)),r[t(338)](t(347)),r[t(403)][t(359)]((e=>{const r=t,{data:s}=e;if(s&&r(347)==s[r(351)])return{type:r(404),content:s[r(442)]?zr(n,r(386)):zr(n,r(418))}})),this[t(371)][t(387)][t(357)][t(410)]((e=>{const n=t;if(e[n(381)][n(331)])return!1;let s=!1;const o=r[n(362)]({skipNotAttached:!0})[n(356)]((t=>n(347)===r[n(363)](t)));for(const t of o)n(422)!=t[n(384)]()[n(456)][n(437)][n(330)](n(433))&&(r[n(466)](t[n(384)](),n(432))[n(364)]((t=>n(433)===r[n(363)](t[n(373)])))||(e[n(353)](t[n(360)]()),s=!0));return s}))),r[t(403)][t(366)](t(332),zr(n,t(361)));const c={type:t(404),content:""};r[t(403)][t(359)]((e=>{const r=t,{data:s}=e;if(!s||r(433)!=s[r(351)])return;let u=e[r(463)];for(;u;){if(u[r(455)]&&((r(465)==u[r(455)][r(351)]||r(407)==u[r(455)][r(351)])&&(u[r(455)][r(442)]&&r(323)!=u[r(455)][r(442)]||r(323)!=u[r(455)][r(343)]&&!s[r(442)])||!o&&u[r(455)][r(351)]==_c))return c;u=u[r(335)]}if(null==s[r(442)])switch(s[r(343)]){case r(380):return a(zr(n,r(469)));case r(377):return a(zr(n,r(468)));case r(422):return a(zr(n,r(385)))}switch(s[r(442)]){case r(380):return i(zr(n,r(469)));case r(377):return i(zr(n,r(468)));case r(422):return i(zr(n,r(385)))}})),r[t(403)][t(359)]((e=>{const n=t,{data:r}=e;if(r&&n(332)==r[n(351)])return null==r[n(442)]||null==r[n(343)]&&0==r[n(442)]?c:void 0})),r[t(403)][t(359)]((e=>{const r=t;if(r(432)!=e[r(374)])return;const{data:s}=e;if(!s||r(434)!=s[r(351)])return;const o=Gs(e);return r(442)==o?{type:r(404),content:zr(n,r(339))}:r(343)==o?{type:r(404),content:zr(n,r(408))}:c})),e[t(387)][t(357)][t(410)]((e=>this[t(365)](e))),e[t(387)][t(357)][t(410)]((e=>this[t(326)](e))),e[t(387)][t(357)][t(410)]((e=>this[t(348)](e))),this[t(368)]()}[Us(365)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;let n=!1;const r=this[e(371)][e(428)][e(399)](e(392))[e(362)]({skipNotAttached:!0})[e(356)]((t=>t[e(455)]&&e(434)==t[e(455)][e(351)]))[e(356)]((t=>t[e(455)][e(442)]&&t[e(455)][e(343)]));for(const s of r)Gs(s)||(t[e(353)](s[e(360)]()),n=!0);return n}[Us(326)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;const n=this[e(371)][e(428)][e(399)](e(392));if(n[e(401)][e(441)])return!1;let r=!1;const s=[e(433),e(434),e(332),e(465),e(452),e(396),e(379),e(390),e(407)],o=this[e(371)][e(387)][e(357)][e(344)][e(430)]()[e(356)]((t=>e(432)==t[e(374)]))[e(356)]((t=>s[e(471)](t[e(412)])));if(0==o[e(342)])return r;for(const i of o){const o=n[e(466)](i[e(369)],e(432))[e(356)]((t=>!t[e(416)][e(435)]))[e(350)]((t=>t[e(373)]))[e(356)]((t=>{const r=e,o=n[r(363)](t);return s[r(471)](o)}));if(o[e(342)]){for(const n of o)t[e(353)](n[e(360)]());r=!0}}return r}[Us(348)](t){const e=Us;if(t[e(381)][e(331)]||!t[e(381)][e(324)])return!1;const n=this[e(371)][e(428)][e(399)](e(392));let r=!1;const s=[e(433),e(434),e(332),e(465),e(452),e(396),e(379),e(390),e(407)];for(const t of n[e(362)]({skipNotAttached:!0})){const o=n[e(466)](t[e(384)](),e(432))[e(350)]((t=>t[e(373)]))[e(356)]((t=>t[e(455)]&&s[e(471)](t[e(455)][e(351)])));if(!o[e(342)])continue;const a=o[0][e(463)][e(460)][e(322)];if(!o[e(413)]((t=>t[e(460)][e(322)]===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(362)]({skipNotAttached:!0})[s(356)]((e=>s(432)==e[s(374)]&&e[s(460)][s(322)]==t)))e[s(397)](s(322),r)}function i(t,n){const r=e;let s=t[r(463)],i=!1;for(;s;)s[r(460)][r(322)]!=n&&(o(s[r(460)][r(322)],n),s[r(397)](r(322),n),i=!0),s=s[r(335)];return i}}[Us(368)](){const t=Us,e=this[t(371)],n=e[t(429)],r=e[t(428)][t(399)](t(392));this[t(349)](),r[t(464)][t(439)](t(461),t(417),t(459),(function(n,r){const s=t,o=[];for(let t of n)t[s(456)][s(437)]===t[s(337)][s(341)]&&(t=e[s(387)][s(462)](e[s(387)][s(334)](t[s(456)][s(437)],0))),o[s(446)](t);e[s(387)][s(454)]((t=>{const n=s,a=e[n(387)][n(357)][n(398)],c=Array[n(405)](a[n(472)]())[n(350)]((t=>i.LiveRange[n(445)](t)));t[n(443)](o),e[n(425)][n(399)](r[n(329)])[n(453)](),r[n(375)][n(446)]({forceDefaultExecution:!0}),e[n(395)](r[n(329)],...r[n(375)]),t[n(443)](c);for(const t of c)t[n(328)]()}))})),r[t(403)][t(438)]((function(n){const r=t,s=!e[r(387)][r(444)][r(370)](n),o=n[r(389)],i=n[r(400)],a=n[r(330)](r(434)),c=!o||o[r(330)](r(434))!==a,u=!i||i[r(330)](r(434))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(352),e)))}[Us(349)](){const t=Us,e=this[t(371)],n=e[t(429)];function r(n){const r=t,s=e[r(425)][r(399)](r(358))[r(441)],o=e[r(425)][r(399)](r(448))[r(441)];return r(448)===n?s:o}e[t(428)][t(399)](t(392))[t(403)][t(359)]((function(s){const o=t;if(o(461)!=s[o(374)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(329)]){case o(358):u=i[o(375)][0][o(409)],l=r(i[o(329)]),a=o(u?394:391),!l&&e[o(383)][o(399)](o(470))||(a=o(378)),c={type:o(404),content:zr(n,a,zr(n,o(469)))};break;case o(448):u=i[o(375)][0][o(409)],l=r(i[o(329)]),a=o(u?394:391),!l&&e[o(383)][o(399)](o(470))||(a=o(378)),c={type:o(404),content:zr(n,a,zr(n,o(468)))};break;case o(406):a=o(457),c={type:o(404),content:zr(n,a,zr(n,o(352)))};break;case o(393):a=function(t){const e=o,n=t[e(384)]();let r=n[e(456)][e(437)];for(;r&&n[e(355)](r);){if(r[e(330)](e(332))>0)return!1;r=r[e(400)]}return!0}(s)?zr(n,o(391),zr(n,function(t){const e=o;return e(402)+t[e(384)]()[e(456)][e(437)][e(330)](e(433))[e(420)]()+e(467)}(s))):zr(n,o(411),zr(n,o(352))),c={type:o(404),content:a};break;case o(423):case o(372):!1===i[o(327)]&&(a=o(415),c={type:o(450),content:zr(n,a,zr(n,o(352)))})}return c}))}}function Gs(t){const e=Us;let n=t[e(384)]()[e(456)][e(437)][e(389)];for(;n;){const r=n[e(330)](e(434));if(!r)return!1;if(r==t[e(455)][e(442)])return e(442);if(r==t[e(455)][e(343)])return e(343);n=n[e(389)]}return!1}function Vs(t,e){const n=Hs();return(Vs=function(t,e){return n[t-=322]})(t,e)}function Hs(){const t=["newValue","setSelection","schema","fromRange","push","24566399PqOggO","numberedList","checkTodoList","deletion","customNumberedList","listStart","refresh","change","data","start","*Indent:* %0","1672350UjTzkA","accept","attributes","formatBlock","createRange","head","_suggestionFactory","listStyle","_findSuggestions","_LIST","ELEMENT_NUMBERED_LIST","ELEMENT_BULLETED_LIST","list.multiBlock","includes","getRanges","groupId","default","isLocal","TodoListEditing","noTrackChangesFixer","multipleBlocks","detach","commandName","getAttribute","isUndo","listIndent","splitListItemBefore","createPositionAt","next","splitListItemAfter","end","registerBlockAttribute","*Merge:* list item","has","parent","length","oldValue","differ","customBulletedList","ListEditing","todoListChecked","assureChains","_registerLegacyDescription","map","key","ELEMENT_LIST_ITEM","removeMarker","afterInit","containsItem","filter","document","bulletedList","registerDescriptionCallback","getFirstMarker","FORMAT_INDENT","getSuggestions","_getAttributeKey","find","listItemIdFixer","registerAttributeLabel","2141532pOSfpr","_supportLegacySuggestions","range","isObject","editor","mergeListItemForward","suggestion","type","commandParams","enableDefaultAttributesIntegration","numbered","*Change to:* %0","todoListCheck","bulleted","batch","689031OSNNcV","config","getFirstRange","ELEMENT_TODO_LIST","*Check item*","model","20HisHWL","previousSibling","listMarker","*Format:* remove from %0","TrackChangesEditing","outdentList","*Format:* insert into %0","execute","listReversed","setAttribute","selection","get","nextSibling","trackChangesCommand","ELEMENT_","descriptionFactory","format","from","indentList","listMarkerStyle","*Split:* list item","forceValue","registerPostFixer","*Outdent:* %0","attributeKey","every","8869912ZQUsDP","*Merge:* %0","meta","documentList","*Uncheck item*","7cPEXdo","toUpperCase","5228268pncBMx","todo","mergeListItemBackward","10vtBITp","commands","todoList","4ZncNAd","plugins","locale","getChanges","*Remove format:* %0","attribute","listType","listItemId","isNextTo","900392AgjoBz","nodeAfter","registerElementLabel","registerCustomCallback","*Set format:* %0","value"];return(Hs=function(){return t})()}function zs(){const t=["commandName","format","ListPropertiesEditing","listStyle","get","list.properties","9iaMEQG","_getTranslationKeyForListStyle","handleDescriptions","5852XZShgA","*Set format:* %0","circle","2493768KUOKWA","head","ELEMENT_","7tKXhjL","FORMAT_LIST_START","getSuggestions","filter","oldValue","next","isUndo","newValue","numbered","getFirstRange","descriptionFactory","removeMarker","data","upper-roman","408SwoWbc","has","config","bulleted","*Format:* set order to reversed","listStart","FORMAT_LIST_REVERSED","registerAttributeLabel","_getAttributeKey","getFirstMarker","includes","customNumbered","38817XDQYRk","lower-latin","reversed","*Remove format:* %0","listReversed","locale","key","upper-latin","afterInit","plugins","type","listType","decimal-leading-zero","styles","bind","registerDescriptionCallback","3912800cEqlWC","default","attribute","disc","1864401fWSlnA","*Change to:* %0","_registerLegacyDescription","registerBlockAttribute","nodeAfter","_LIST_","find","getAttribute","startIndex","94204mYHXwG","1495HhjelB","replace","model","*Format:* set start index to %0","registerPostFixer","start","toUpperCase","_findSuggestions","document","*Format:* set order to regular","926643AuIZOR","lower-roman","_LIST_DEFAULT","suggestion","formatBlock","enableDefaultAttributesIntegration","batch","editor","commandParams","decimal","TrackChangesEditing","square"];return(zs=function(){return t})()}const Ws=Ks;function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=490]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(269238===-parseInt(n(571))/1*(-parseInt(n(542))/2)+parseInt(n(553))/3+parseInt(n(574))/4*(-parseInt(n(543))/5)+-parseInt(n(577))/6*(-parseInt(n(580))/7)+-parseInt(n(501))/8*(parseInt(n(513))/9)+-parseInt(n(529))/10+parseInt(n(533))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class qs extends t.Plugin{[Ws(521)](){const t=Ws;if(!this[t(560)][t(522)][t(502)](t(567)))return;const e=this[t(560)][t(503)][t(569)](t(570)),n=this[t(560)][t(522)][t(569)](t(563));e[t(526)]&&(n[t(558)](t(568)),n[t(536)](t(568))),e[t(515)]&&(n[t(558)](t(517)),n[t(536)](t(517))),e[t(541)]&&(n[t(558)](t(506)),n[t(536)](t(506)));const r={type:t(566),content:""};n[t(497)][t(528)](this[t(573)][t(527)](this));const s=this[t(560)][t(518)];n[t(497)][t(508)](t(517),zr(s,t(507))),n[t(497)][t(528)]((e=>{const n=t,{data:s}=e;if(s&&n(517)==s[n(519)])return null==s[n(494)]||0==s[n(494)]&&null==s[n(491)]?r:void 0})),n[t(497)][t(508)](t(506),zr(s,t(581))),n[t(497)][t(528)]((e=>{const n=t,{data:s}=e;if(s&&n(506)==s[n(519)])return null==s[n(494)]||1==s[n(494)]&&null==s[n(491)]?r:void 0})),this[t(560)][t(545)][t(551)][t(547)]((e=>{const r=t;if(e[r(559)][r(493)])return!1;let s=!1;const o=n[r(582)]({skipNotAttached:!0})[r(490)]((t=>{const e=r,s=n[e(509)](t);return e(506)==s||e(517)==s}));for(const t of o){const o=t[r(496)]()[r(548)][r(537)][r(540)](r(524));r(495)!=o&&r(512)!=o&&(n[r(550)](t[r(496)](),r(531))[r(539)]((t=>r(524)==n[r(509)](t[r(556)])))||(e[r(498)](t[r(510)]()),s=!0))}return s})),this[t(535)]()}[Ws(573)](t){const e=Ws,n=this[e(560)][e(518)],{data:r}=t,s={type:e(566),content:""};if(!r||e(568)!=r[e(519)])return;if(!r[e(491)])return e(530)==r[e(494)]?s:{type:e(566),content:""+zr(n,e(575),zr(n,this[e(572)](r[e(494)])))};if(!r[e(494)]){if(e(530)==r[e(491)])return s;let o=t[e(578)];for(;o;){if(o[e(499)]&&e(524)==o[e(499)][e(519)]&&o[e(499)][e(494)])return s;o=o[e(492)]}return{type:e(566),content:""+zr(n,e(516),zr(n,this[e(572)](r[e(491)])))}}if(e(530)!=r[e(494)])return{type:e(566),content:""+zr(n,e(575),zr(n,this[e(572)](r[e(494)])))};let o=t[e(578)];for(;o;){if(o[e(499)]&&e(524)==o[e(499)][e(519)]&&o[e(499)][e(494)]&&o[e(499)][e(491)])return s;o=o[e(492)]}const i=t[e(496)]()[e(548)][e(537)][e(540)](e(524));return{type:e(566),content:zr(n,e(575),zr(n,e(579)+i[e(549)]()+e(555)))}}[Ws(535)](){const t=Ws,e=this[t(560)],n=e[t(518)];e[t(522)][t(569)](t(563))[t(497)][t(528)]((e=>{const r=t;if(r(557)!=e[r(523)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(565)]){case r(568):o=r(534),i={type:r(566),content:zr(n,o,zr(n,this[r(572)](s[r(561)][0][r(523)])))};break;case r(517):o=s[r(561)][0][r(515)]?r(505):r(552),i={type:r(566),content:zr(n,o)};break;case r(506):o=r(546),i={type:r(566),content:zr(n,o,s[r(561)][0][r(541)])}}return i}))}[Ws(572)](t){const e=Ws;return e(579)+function(t){const n=e;return Xs[n(511)](t)?n(504):Zs[n(511)](t)?n(495):null}(t)[e(549)]()+e(538)+t[e(549)]()[e(544)](/-/g,"_")}}const Xs=[Ws(532),Ws(576),Ws(564)],Zs=[Ws(562),Ws(525),Ws(554),Ws(500),Ws(514),Ws(520)];var Ys=n(507);const Js=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=187]})(t,e)}function $s(){const t=["addMarker:suggestion:insertion","setSelection","markerNameToElements","model","2334819coEbZj","markInsertion","bind","328940IXTgtm","TrackChangesEditing","markerName","end","getFirstPosition","editor","get","fromRange","selection","122103WtblXl","init","53RxcGDH","showSuggestionHighlights","unbindElementFromMarkerName","options","ck-suggestion-marker-split","detach","62716CPBVai","remove","hasClass","afterExecute","downcastDispatcher","enter","enterBlock","5117iMnKwN","mapper","280ttHxLZ","commands","fire","editing","removeMarker:suggestion:insertion","createPositionAt","3000gkaYIO","nextSibling","23325401zGhWkP","enableCommand","requires","high","document","writer","getFirstRange","35762zYevwa","change","plugins","split","createRange","parent","632wIzVxh","data"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(738488===parseInt(n(238))/1*(parseInt(n(212))/2)+-parseInt(n(224))/3+-parseInt(n(188))/4*(parseInt(n(197))/5)+-parseInt(n(203))/6*(-parseInt(n(195))/7)+-parseInt(n(218))/8*(parseInt(n(236))/9)+parseInt(n(227))/10+parseInt(n(205))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Js(207)](){return[Ys.Enter]}[Js(237)](){const t=Js,e=this[t(232)],n=e[t(214)][t(233)](t(228)),r=e[t(198)][t(233)](t(193));n[t(206)](t(193),(()=>{const s=t;e[s(223)][s(213)]((t=>{const o=s,a=e[o(223)][o(209)][o(235)],c=a[o(231)](),u=i.LiveRange[o(234)](a[o(211)]());if(r[o(194)](t)){const r=e[o(223)][o(202)](c[o(217)][o(204)],0),s=t[o(216)](c,r);n[o(225)](s)}else t[o(221)](t[o(216)](u[o(230)]));u[o(187)](),r[o(199)](o(191),{writer:t})}))})),e[t(200)][t(192)].on(t(220),Ds(e,t(215)),{priority:t(208)}),e[t(200)][t(192)].on(t(201),((e,n,r)=>{const s=t,o=r[s(196)][s(222)](n[s(229)]);if(o)for(const t of o)t[s(190)](s(242))&&(r[s(196)][s(240)](t,n[s(229)]),r[s(210)][s(189)](t))}),{priority:t(208)}),e[t(219)][t(192)].on(t(220),((n,r,s)=>{const o=t;s[o(241)][o(239)]&&Ds(e,o(215),{showActiveMarker:!1})[o(226)](this)(n,r,s)}),{priority:t(208)})}}const eo=ro;function no(){const t=["createPositionAt","start","16wtmQVZ","84lBGHCB","isArray","editor","3208520qgRBLD","has","findPrevious","397644ZaUsal","getIntersection","results","item","FindAndReplaceUtils","4YsqbQh","FindAndReplaceEditing","handleFindCommand","_isInDeletionRange","findNext","228TfpKsV","filter","bind","findByTextCallback","plugins","enableCommand","TrackChangesEditing","91038wmtIxr","188988zgyCMR","markers","suggestion:deletion","end","replaceAll","replace","2316159dWxWsb","4gZdqWp","string","getMarkersGroup","getRange","find","get","afterInit","createRange","419947mlEWqI","90905GSezfF","model"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(322980===parseInt(n(426))/1+parseInt(n(386))/2*(parseInt(n(398))/3)+parseInt(n(406))/4*(parseInt(n(415))/5)+parseInt(n(399))/6*(parseInt(n(420))/7)+parseInt(n(419))/8*(parseInt(n(405))/9)+-parseInt(n(423))/10+-parseInt(n(414))/11*(parseInt(n(391))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(412)](){const t=eo;if(!this[t(422)][t(395)][t(424)](t(387)))return;const e=this[t(422)][t(395)][t(411)](t(397));e[t(396)](t(410),this[t(388)][t(393)](this)),e[t(396)](t(390)),e[t(396)](t(425)),e[t(396)](t(404)),e[t(396)](t(403))}[eo(388)](t,e,n={}){const r=eo,s=this[r(422)][r(395)][r(411)](r(430));return t((t=>{const o=r;let i=(o(407)==typeof e?s[o(394)](e,n):e)(t);Array[o(421)](i)&&(i={results:i,searchText:o(407)==typeof e?e:""});const a=i[o(428)][o(392)]((e=>!1===this[o(389)](e,t[o(429)])));return{...i,results:a}}),n)}[eo(389)](t,e){const n=eo,r=this[n(422)][n(416)][n(413)](this[n(422)][n(416)][n(417)](e,t[n(418)]),this[n(422)][n(416)][n(417)](e,t[n(402)]));for(const t of this[n(422)][n(416)][n(400)][n(408)](n(401)))if(null!==r[n(427)](t[n(409)]()))return!0;return!1}}const oo=ao;function io(){const t=["16KMAecj","fontColor.colors","plugins","266094SgXjyZ","12NfOqUz","registerInlineAttribute","has","*Set font color:* %0","*Reset font size*","type","36XoJblH","2511600hWLyyj","FontColorEditing","*Reset font background color*","commandName","title","103183bjkuoS","model","TrackChangesEditing","*Set font background color:* %0","FontSize","_registerLegacyDescription","FORMAT_FONT_FAMILY","config","toLowerCase","*Reset font family*","fontBackgroundColor","format","FontFamilyEditing","22mZpjBE","value","registerAttributeLabel","enableDefaultAttributesIntegration","label","353805SyRlTK","FontSizeEditing","commandParams","formatInline","*Set font family:* %0","afterInit","fontSize.options","9628510QFqjTP","FORMAT_FONT_SIZE","fontBackgroundColor.colors","registerDescriptionCallback","FORMAT_FONT_COLOR","FontBackgroundColorEditing","trim","fontSize","normalizeSizeOptions","154pIGFhj","fontColor","*Set font size:* %0","find","get","269549BYjiod","descriptionFactory","*Reset font color*","editor","locale","FORMAT_FONT_BACKGROUND","2871081MoMXRO","fontFamily"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(608243===-parseInt(n(388))/1*(-parseInt(n(401))/2)+parseInt(n(438))/3+parseInt(n(445))/4*(parseInt(n(406))/5)+-parseInt(n(439))/6*(-parseInt(n(427))/7)+-parseInt(n(435))/8*(-parseInt(n(433))/9)+parseInt(n(413))/10+parseInt(n(422))/11*(-parseInt(n(446))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(407),commandName:oo(420)},{pluginName:oo(400),commandName:oo(434)},{pluginName:oo(447),commandName:oo(423)},{pluginName:oo(418),commandName:oo(398)}];class uo extends t.Plugin{[oo(411)](){const t=oo,e=this[t(430)][t(431)],n=this[t(430)][t(437)][t(426)](t(390));for(const{pluginName:e,commandName:r}of co)this[t(430)][t(437)][t(441)](e)&&(n[t(404)](r),n[t(440)](r));n[t(428)][t(403)](t(420),zr(e,t(414))),n[t(428)][t(403)](t(434),zr(e,t(394))),n[t(428)][t(403)](t(423),zr(e,t(417))),n[t(428)][t(403)](t(398),zr(e,t(432))),this[t(393)]()}[oo(393)](){const t=oo,e=this[t(430)],n=e[t(431)];e[t(437)][t(426)](t(390))[t(428)][t(416)]((e=>{const r=t,o=n.t;if(r(409)!=e[r(444)])return;const{data:i}=e;if(null!=i){if(r(420)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=o(this[r(430)][r(437)][r(426)](r(392))[r(421)](this[r(430)][r(395)][r(426)](r(412)))[r(425)]((e=>e[r(389)]==t))[r(387)])[r(396)]();return{type:r(399),content:zr(n,r(424),e)}}return{type:r(399),content:zr(n,r(443))}}if(r(434)==i[r(386)]){const t=i[r(408)][0][r(402)];return t?{type:r(399),content:zr(n,r(410),t)}:{type:r(399),content:zr(n,r(397))}}if(r(423)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=(0,s.normalizeColorOptions)(this[r(430)][r(395)][r(426)](r(436)))[r(425)]((e=>e[r(389)]==t));let i=t,a="";return e&&(i=e[r(405)],a=o(i)[r(396)]()),{type:r(399),content:zr(n,r(442),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(399),content:zr(n,r(429))}}if(r(398)==i[r(386)]){const t=i[r(408)][0][r(402)];if(t){const e=(0,s.normalizeColorOptions)(this[r(430)][r(395)][r(426)](r(415)))[r(425)]((e=>e[r(389)]==t));let i=t,a="";return e&&(i=e[r(405)],a=o(i)[r(396)]()),{type:r(399),content:zr(n,r(391),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(399),content:zr(n,r(448))}}}}))}}const lo=ho;function fo(){const t=["afterInit","712477OeGsmb","charAt","fontBackgroundColor","split","find","9LLlyWX","formatBlock","2210060SqjKRI","entries","locale","slice","335728HvvlMe","fontColor","1996449wcfkjQ","length","1866592XVTaSO","toUpperCase","config","editor","2iqJLbI","6xepqgG","commandParams","toLowerCase","FontSize","6XyNoJw","plugins","registerDescriptionCallback","3616265FmKZAM","fontColor.colors","TrackChangesEditing","formatInline","model","fontSize","*Set format to:* %0","push","enableCommand","format","copyFormat","boolean","commandName","*Remove all formatting*","enableDefaultAttributesIntegration","_registerLegacyDescription","title","34836UTVRdu","7513IRZlrK","fontSize.options","commands","label","descriptionFactory","pasteFormat","get","join","normalizeSizeOptions","type"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=382]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(417358===parseInt(n(408))/1*(-parseInt(n(427))/2)+-parseInt(n(432))/3*(-parseInt(n(419))/4)+-parseInt(n(435))/5+-parseInt(n(428))/6*(parseInt(n(421))/7)+-parseInt(n(423))/8+-parseInt(n(413))/9*(-parseInt(n(415))/10)+-parseInt(n(397))/11*(-parseInt(n(396))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(407)](){const t=lo,e=this[t(426)],n=e[t(433)][t(403)](t(437)),r=e[t(399)][t(403)](t(389)),s=e[t(399)][t(403)](t(402));r&&s&&(n[t(393)](t(402)),n[t(387)](t(389)),this[t(394)]())}[lo(394)](){const t=lo,e=this[t(426)],n=e[t(417)];e[t(433)][t(403)](t(437))[t(401)][t(434)]((r=>{const s=t;if(s(414)!=r[s(406)]&&s(382)!=r[s(406)])return;const{data:o}=r;if(o&&s(402)===o[s(391)]){const t=[],r=o[s(429)][0];for(const[n,o]of Object[s(416)](r))t[s(386)](po(e,n,o));return t[s(422)]?{type:s(388),content:zr(n,s(385),t[s(404)](", "))}:{type:s(388),content:zr(n,s(392))}}}))}}function po(t,e,n){const r=lo,o=t[r(417)].t,i=e[r(411)](/(?=[A-Z])/)[r(404)](" "),a=o(i[r(409)](0)[r(424)]()+i[r(418)](1))[r(430)]();if(r(390)==typeof n)return a;if(r(420)===e||r(410)===e){const e=(0,s.normalizeColorOptions)(t[r(425)][r(403)](r(436)))[r(412)]((t=>t[r(383)]==n));return a+" ("+(e?o(e[r(400)])[r(430)]():n)+")"}if(r(384)===e&&isNaN(parseFloat(n))){const e=t[r(433)][r(403)](r(431))[r(405)](t[r(425)][r(403)](r(398)))[r(412)]((t=>t[r(383)]==n));return a+" ("+(e?o(e[r(395)])[r(430)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=120]})(t,e)}function Eo(){const t=["editor","match","has","name","registerDescriptionCallback","5979036NZiZzg","heading.options","descriptionFactory","value","29430441wMwjsQ","204vWKlTx","ELEMENT_HEADING","7202JPOwys","config","_registerLegacyDescription","1556913KlvTsS","TrackChangesEditing","HeadingEditing","afterInit","get","model","type","409260pmRHKi","paragraph","4911416gJcAjT","find","5UOoswo","title","heading","5258472MqYleK","locale","*Change to:* %0","_headingOptions","commandName","_getHeadingLevel","commandParams","enableDefaultAttributesIntegration","format","formatBlock","ELEMENT_HEADING_CUSTOM","registerElementLabel","plugins","view"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(607614===parseInt(n(156))/1*(-parseInt(n(158))/2)+parseInt(n(161))/3+-parseInt(n(125))/4+parseInt(n(129))/5*(-parseInt(n(132))/6)+-parseInt(n(151))/7+-parseInt(n(127))/8+parseInt(n(155))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(121)](){const t=mo,e=this[t(146)];if(!e[t(144)][t(148)](t(120)))return;this[t(135)]=e[t(159)][t(122)](t(152));const n=e[t(133)],r=e[t(144)][t(122)](t(162));r[t(139)](t(131));for(const e of this[t(135)])t(126)!=e[t(123)]&&r[t(153)][t(143)](e[t(123)],(n=>{const r=t,i=this[r(137)](e[r(123)]);return null!==i?s(n,i):o(n,e[r(130)])}));function s(e,r){return zr(n,t(157),[e,r])}function o(e,r){return zr(n,t(142),[e,r])}this[t(160)]()}[mo(160)](){const t=mo,e=this[t(146)],n=e[t(133)];e[t(144)][t(122)](t(162))[t(153)][t(150)]((e=>{const r=t;if(r(141)!=e[r(124)])return;const{data:s}=e;if(s&&r(131)==s[r(136)]){const e=s[r(138)][0][r(154)],c=this[r(137)](e);if(null!==c)return{type:r(140),content:zr(n,r(134),(a=c,zr(n,r(157),[1,a])))};const u=this[r(135)][r(128)]((t=>t[r(123)]===e))[r(130)];return{type:r(140),content:zr(n,r(134),(o=1,i=u,zr(n,t(142),[o,i])))}}var o,i,a}))}[mo(137)](t){const e=mo;var n,r;const s=t[e(147)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(135)])||void 0===n?void 0:n[e(128)]((n=>n[e(123)]==t));if(o&&o[e(145)]){const t=o[e(145)],n=(null!==(r=t[e(149)])&&void 0!==r?r:t)[e(147)](/^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-=256]})(t,e)}function yo(){const t=["has","FORMAT_HIGHLIGHT","descriptionFactory","model","toLowerCase","1884xcdNEf","locale","2580qDthfT","commandParams","340241jSawaY","commandName","afterInit","registerInlineAttribute","registerDescriptionCallback","76740COhBMp","editor","highlight","HighlightEditing","format","9rhyLNu","1349084qGiFfq","140FBALKV","highlight.options","20756853prbsDa","60yzRiFd","2HXZKMo","title","registerAttributeLabel","get","*Remove highlight*","config","find","formatInline","value","520XQxyGN","_registerLegacyDescription","enableDefaultAttributesIntegration","type","color","TrackChangesEditing","355740GwGItJ","*Set highlight:* %0","44261qkkfja","plugins"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(314739===-parseInt(n(283))/1*(parseInt(n(299))/2)+parseInt(n(281))/3*(parseInt(n(279))/4)+-parseInt(n(295))/5*(parseInt(n(288))/6)+parseInt(n(272))/7*(-parseInt(n(264))/8)+-parseInt(n(293))/9*(-parseInt(n(270))/10)+parseInt(n(294))/11*(-parseInt(n(298))/12)+parseInt(n(297))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(285)](){const t=To,e=this[t(289)];if(!e[t(273)][t(274)](t(291)))return;const n=e[t(273)][t(258)](t(269)),r=e[t(280)];n[t(266)](t(290)),n[t(286)](t(290)),n[t(276)][t(257)](t(290),zr(r,t(275))),this[t(265)]()}[To(265)](){const t=To,e=this[t(289)],n=e[t(280)];e[t(273)][t(258)](t(269))[t(276)][t(287)]((r=>{const s=t;if(s(262)!=r[s(267)])return;const{data:o}=r;if(o&&s(290)==o[s(284)]){const t=n.t,r=o[s(282)][0][s(263)];if(r){const o=e[s(260)][s(258)](s(296))[s(261)]((t=>t[s(277)]==r)),i=t(o[s(256)])[s(278)]();return{type:s(292),content:zr(n,s(271),i),color:{value:o[s(268)],title:o[s(256)]}}}return{type:s(292),content:zr(n,s(259),zr(n,s(275)))}}}))}}const ko=Lo;function Co(){const t=["enableCommand","registerElementLabel","10055plIKTF","get","locale","ck-horizontal-line","editor","createPositionAt","createContainerElement","51458ZPWfFL","createEmptyElement","elementToStructure","horizontalLine","HorizontalLineEditing","187512ZZHsaD","10wjtAQj","addClass","for","319522TkCQiz","descriptionFactory","91485YNIrRy","div","showSuggestionHighlights","324YPPggH","afterInit","42pgEuMx","conversion","1380RQntnE","983128EechXJ","TrackChangesEditing","ELEMENT_HORIZONTAL_LINE","high","insert","plugins","has","dataDowncast","296220HORTyC"];return(Co=function(){return t})()}function Lo(t,e){const n=Co();return(Lo=function(t,e){return n[t-=265]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(385710===-parseInt(n(282))/1+-parseInt(n(279))/2*(parseInt(n(300))/3)+parseInt(n(287))/4*(-parseInt(n(266))/5)+-parseInt(n(278))/6+-parseInt(n(289))/7*(-parseInt(n(292))/8)+parseInt(n(284))/9+parseInt(n(291))/10*(parseInt(n(273))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class No extends t.Plugin{[ko(288)](){const t=ko,e=this[t(270)];if(!e[t(297)][t(298)](t(277)))return;e[t(297)][t(267)](t(293))[t(301)](t(276));const n=e[t(297)][t(267)](t(293)),r=e[t(268)];n[t(283)][t(265)](t(276),(e=>zr(r,t(294),e))),e[t(290)][t(281)](t(299))[t(275)]({model:t(276),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(286)])return null;const o=n[s(272)](s(285)),i=n[s(274)]("hr");return n[s(280)](s(269),o),n[s(296)](n[s(271)](o,0),i),o},converterPriority:t(295)})}}function So(){const t=["get","has","10BAZKlJ","enableDefaultAttributesIntegration","972168ylkblo","plugins","editor","locale","format","registerDescriptionCallback","_registerLegacyDescription","828183bXuRDE","27308LVkHeZ","HtmlEmbed","element","getFirstRange","commandName","TrackChangesEditing","381uhAhlj","start","8JimlKf","htmlEmbed","3699650hRwGIU","registerBlockAttribute","*Change %0 content*","1646160oiqktY","formatBlock","key","value","afterInit","2027079GIKiSZ","registerElementLabel","attribute","type","descriptionFactory","rawHtml","ELEMENT_HTML_EMBED","8115625kCkgIv","nodeAfter"];return(So=function(){return t})()}const Ro=vo;function vo(t,e){const n=So();return(vo=function(t,e){return n[t-=353]})(t,e)}!function(t,e){const n=vo,r=t();for(;;)try{if(961173===-parseInt(n(376))/1+parseInt(n(377))/2*(parseInt(n(383))/3)+parseInt(n(390))/4+parseInt(n(387))/5+-parseInt(n(369))/6+parseInt(n(363))/7*(-parseInt(n(385))/8)+parseInt(n(356))/9*(parseInt(n(367))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class Mo extends t.Plugin{[Ro(355)](){const t=Ro,e=this[t(371)];if(!e[t(370)][t(366)](t(378)))return;const n=e[t(370)][t(365)](t(382)),r=e[t(372)];n[t(360)][t(357)](t(361),(e=>zr(r,t(362),e))),n[t(368)](t(386)),n[t(388)](t(354)),n[t(360)][t(374)]((e=>{const n=t;if(n(358)!=e[n(359)])return;const{data:s}=e;if(s&&n(354)==s[n(353)]&&e[n(380)]()[n(384)][n(364)].is(n(379),n(361))){const t=zr(r,n(362));return{type:n(373),content:zr(r,n(389),t)}}})),this[t(375)]()}[Ro(375)](){const t=Ro,e=this[t(371)],n=e[t(372)];e[t(370)][t(365)](t(382))[t(360)][t(374)]((e=>{const r=t;if(r(391)!=e[r(359)])return;const{data:s}=e;if(s&&r(386)==s[r(381)]){const t=zr(n,r(362));return{type:r(373),content:zr(n,r(389),t)}}}))}}const Oo=wo;function wo(t,e){const n=Do();return(wo=function(t,e){return n[t-=111]})(t,e)}function Do(){const t=["filter","enableDefaultAttributesIntegration","resizedWidth","TrackChangesEditing","isCollapsed","getClosestSelectedImageElement","find","format","imageTextAlternative","removeObject","FORMAT_IMAGE_SIZE","*Reset image width*","90iEhDQY","model","discard","chain","ImageBlockEditing","imageCaption","selection","plugins","registerCustomCallback","isEqual","caption","editor","previous","registerDescriptionCallback","imageStylePreApply","306sIIuXw","584344Ihucjf","length","*Set image text alternative:* %0","forceDefaultExecution","markBlockFormat","document","commandParams","newValue","backward","800170uEQUOn","43681pZNLJt","_suggestionFactory","schema","30wSMoMN","getSuggestionCallback","join","nodeBefore","getFirstRange","subType","ImageResize","ImageCaptionEditing","formatBlock","Inline image to block image","toggleImageCaption","findIndex","2714550mGjyjE","nodeAfter","ImageEditing","ELEMENT_IMAGE","type","accept","convertInlineImageToBlock","imageBlock","createRange","registerElementLabel","detach","imageTypeBlock","imageInline","attribute","ImageTextAlternativeEditing","uploadImage","_registerLegacyDescription","markDeletion","Block image to inline image","key","element","getCaptionFromImageModelElement","resizeImage","1285736eqTVqT","end","*Set image width:* %0","alt","convertBlockImageToInline","descriptionFactory","isOwn","ELEMENT_CAPTION","getContainedElement","ImageUploadEditing","getNearestSelectionRange","insertion","fromPosition","width","85185FEwQbV","deletion","*Remove image text alternative*","ImageUtils","formatInline","_findSuggestions","toPrevious","registerAttributeLabel","commandName","imageTypeInline","11076UUACDe","insertImage","12ogIoaY","7JvKPrz","forward","get","isIntersecting","ImageInlineEditing","locale","enableCommand","has","ELEMENT_INLINE_IMAGE","registerBlockAttribute","isBefore","addObject","isBlockImage","afterInit","createRangeOn","markInsertion","change","start","ImageCaptionUtils","toNext"];return(Do=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(438670===-parseInt(n(211))/1+-parseInt(n(201))/2*(-parseInt(n(151))/3)+parseInt(n(202))/4*(parseInt(n(215))/5)+-parseInt(n(227))/6+-parseInt(n(154))/7*(-parseInt(n(127))/8)+parseInt(n(141))/9*(parseInt(n(186))/10)+-parseInt(n(212))/11*(-parseInt(n(153))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Do);class Fo extends t.Plugin{[Oo(167)](){const t=Oo,e=this[t(197)];if(!e[t(193)][t(161)](t(229)))return;const n=e[t(193)][t(156)](t(177)),r=e[t(193)][t(156)](t(144)),s=e[t(159)];n[t(160)](t(152)),n[t(132)][t(113)](t(111),(e=>zr(s,t(230),e))),n[t(132)][t(113)](t(116),(e=>zr(s,t(162),e))),n[t(132)][t(113)](t(196),(()=>zr(s,t(134)))),e[t(193)][t(161)](t(136))&&n[t(160)](t(119)),e[t(193)][t(161)](t(190))&&e[t(193)][t(161)](t(158))&&(n[t(160)](t(150),((s,o)=>{const i=t,a=r[i(179)](e[i(187)][i(207)][i(192)]);e[i(187)][i(170)]((()=>{const t=i;n[t(206)](a,{commandName:t(150),commandParams:[o]},[],t(131))}))})),n[t(160)](t(115),((s,o)=>{const a=t;e[a(187)][a(170)]((t=>{const c=a;let u=r[c(179)](e[c(187)][c(207)][c(192)]),l=t[c(168)](u);const f=i.LivePosition[c(139)](l[c(171)],c(147)),h=i.LivePosition[c(139)](l[c(128)],c(173));n[c(205)]((()=>s(o))),u=r[c(179)](e[c(187)][c(207)][c(192)]),l=t[c(168)](u);const g=t[c(112)](f,h);f[c(114)](),h[c(114)](),n[c(206)](u,{commandName:c(150),commandParams:[o]},[],c(233)),g[c(171)][c(164)](l[c(171)])&&n[c(169)](t[c(112)](g[c(171)],l[c(171)]),c(233)),l[c(128)][c(164)](g[c(128)])&&n[c(169)](t[c(112)](l[c(128)],g[c(128)]),c(233))}))})),n[t(213)][t(194)](t(223),t(233),t(217),(()=>!1)),n[t(213)][t(194)](t(223),t(233),t(232),(()=>!1)),n[t(213)][t(194)](t(223),t(233),t(188),n[t(213)][t(216)](t(223),"",t(232))),n[t(213)][t(194)](t(138),t(233),t(217),(()=>!1)),n[t(213)][t(194)](t(138),t(233),t(188),(([r])=>{const s=t,o=n[s(213)][s(216)](s(138),"",s(188));let i=r[s(171)],a=r[s(128)];const c=e[s(187)][s(214)][s(137)](i,s(210)),u=e[s(187)][s(214)][s(137)](a,s(155));c[s(178)]&&(i=c[s(171)]),u[s(178)]&&(a=u[s(128)]),o([e[s(187)][s(112)](i,a)])})),n[t(213)][t(194)](t(223),t(233),t(189),c),n[t(213)][t(194)](t(138),t(233),t(189),c)),e[t(193)][t(161)](t(222))&&(n[t(160)](t(225),((s,o)=>{const i=t,a=e[i(193)][i(156)](i(172));let c=r[i(179)](e[i(187)][i(207)][i(192)]),u=a[i(125)](c);e[i(187)][i(170)]((()=>{const t=i;if(u)return void n[t(121)](e[t(187)][t(168)](u));const l=r[t(166)](c);s(o),c=r[t(179)](e[t(187)][t(207)][t(192)]),u=a[t(125)](c),n[t(169)](e[t(187)][t(168)](u),l?null:t(191))}))})),n[t(213)][t(194)](t(138),t(191),t(189),c));const o=[{type:t(223),subType:t(200)},{type:t(138),subType:t(191)},{type:t(223),subType:t(233)},{type:t(138),subType:t(233)}];function a(e,s){const i=t,a=o[i(226)]((({type:t,subType:n})=>e[i(231)]==t&&e[i(220)]==n)),c=o[i(226)]((({type:t,subType:e})=>s[i(231)]==t&&s[i(220)]==e));if(a<0||c<0)return!1;const u=e[i(219)](),l=s[i(219)]();if((0==a||1==a)&&2==c&&u[i(157)](l))return!0;if(2==a&&3==c){const t=n[i(146)](u,i(138))[i(174)]((({suggestion:t,meta:e})=>e[i(133)]&&i(233)==t[i(220)]));if(t[i(203)]>1&&l[i(128)][i(195)](u[i(171)]))return!0;if(1==t[i(203)]&&(u[i(171)][i(195)](l[i(128)])||u[i(128)][i(195)](l[i(171)])))return!0}if(3==a&&3==c&&u[i(171)][i(164)](l[i(171)])){const t=u[i(128)][i(228)],e=l[i(171)][i(218)];return r[i(166)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(193)][t(161)](t(221))&&(n[t(175)](t(126)),n[t(163)](t(176)),n[t(132)][t(148)](t(176),zr(s,t(184)))),e[t(193)][t(161)](t(118))&&(n[t(175)](t(182)),n[t(163)](t(130))),n[t(132)][t(199)]((e=>{const n=t;if(o[n(180)]((({type:t,subType:r})=>e[n(231)]==t&&e[n(220)]==r)))return e[n(198)]?{}:void 0})),n[t(132)][t(199)]((e=>{const n=t;if(n(138)==e[n(231)]||n(142)==e[n(231)]){const t=e[n(135)]();if(t&&t.is(n(124),n(196)))return{type:n(138)==e[n(231)]?n(165):n(183),element:t,quantity:1}}})),n[t(132)][t(199)]((e=>t(223)==e[t(231)]&&t(233)==e[t(220)]?{type:t(181),content:t(224)}:t(223)==e[t(231)]&&t(131)==e[t(220)]?{type:t(181),content:t(122)}:void 0)),n[t(132)][t(199)]((e=>{const n=t;if(n(117)!=e[n(231)])return;const{data:r}=e;if(!r||n(130)!=r[n(123)])return;const o=r[n(209)];return o?{type:n(181),content:zr(s,n(204),'"'+o+'"')}:{type:n(181),content:zr(s,n(143))}})),this[t(120)]()}[Oo(120)](){const t=Oo,e=this[t(197)],n=e[t(159)];e[t(193)][t(156)](t(177))[t(132)][t(199)]((e=>{const r=t;if(r(223)!=e[r(231)]&&r(145)!=e[r(231)])return;const{data:s}=e;if(s){if(r(182)==s[r(149)]){const t=s[r(208)][0][r(209)];return t?{type:r(181),content:zr(n,r(204),'"'+t+'"')}:{type:r(181),content:zr(n,r(143))}}if(r(126)==s[r(149)]){const t=s[r(208)][0][r(140)];return t?{type:r(181),content:zr(n,r(129),t)}:{type:r(181),content:zr(n,r(185))}}}}))}}const Bo=Po;function Po(t,e){const n=xo();return(Po=function(t,e){return n[t-=324]})(t,e)}function xo(){const t=["descriptionFactory","formatBlock","*Replace image URL*","_suggestionFactory","get","src","2vneUnQ","formatInline","4RwjxsN","registerBlockAttribute","plugins","newValue","registerCustomCallback","569113ZdeQVE","enableDefaultAttributesIntegration","locale","discard","accept","attribute","replaceImageSource","editor","18iQVOFo","471317jZWagi","7329619oydpPM","commandName","format","66SEuNrF","key","_registerLegacyDescription","afterInit","5392040UwgkkZ","*Format:* replace image URL","type","1989505PJjzDk","2443184GUXMRj","getSuggestionCallback","ImageEditing","TrackChangesEditing","1067199HxcSYR","has","_handleLegacySuggestions","oldValue","registerDescriptionCallback"];return(xo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(381041===-parseInt(n(358))/1*(-parseInt(n(351))/2)+parseInt(n(340))/3+-parseInt(n(353))/4*(parseInt(n(335))/5)+-parseInt(n(328))/6*(parseInt(n(324))/7)+-parseInt(n(336))/8*(parseInt(n(366))/9)+parseInt(n(332))/10+parseInt(n(325))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Bo(331)](){const t=Bo;if(!this[t(365)][t(355)][t(341)](t(338)))return;const e=this[t(365)][t(360)],n=this[t(365)][t(355)][t(349)](t(339));n[t(359)](t(364)),n[t(354)](t(350)),n[t(345)][t(344)]((n=>{const r=t;if(r(363)!=n[r(334)])return;const{data:s}=n;return s&&r(350)==s[r(329)]?s[r(356)]&&s[r(343)]?{type:r(327),content:zr(e,r(347))}:{type:r(327),content:""}:void 0})),this[t(342)]()}[Bo(342)](){const t=Bo,e=this[t(365)][t(355)][t(349)](t(339));e[t(348)][t(357)](t(346),t(364),t(362),e[t(348)][t(337)](t(346),null,t(361))),e[t(348)][t(357)](t(346),t(364),t(361),e[t(348)][t(337)](t(346),null,t(362))),this[t(330)]()}[Bo(330)](){const t=Bo,e=this[t(365)],n=e[t(360)];e[t(355)][t(349)](t(339))[t(345)][t(344)]((e=>{const r=t;if(r(346)!=e[r(334)]&&r(352)!=e[r(334)])return;const{data:s}=e;return s&&r(364)==s[r(326)]?{type:r(327),content:zr(n,r(333))}:void 0}))}}function jo(){const t=["insertion","76971YizOBK","createRangeOn","refresh","imageStyle","19122BXJpNb","author","getSuggestion","plugins","end","start","suggestion","156893FQkRDi","getSuggestions","isOwn","isInContent","imageStylePostApply","name","discardSuggestion","get","_splitMarkerName","markInlineFormat","hasSuggestion","markBlockFormat","commandParams","getSuggestionCallback","imageTypeInline","length","afterInit","isBlockImage","accept","getClosestSelectedImageElement","toLowerCase","document","isIntersecting","ImageUtils","_suggestionFactory","next","nodeBefore","5809689uopUCc","getContainedElement","_registerLegacyDescription","registerCustomCallback","change","convertInlineImageToBlock","ImageStyleEditing","32iQOBKA","descriptionFactory","FORMAT_SIDE_IMAGE","join","isEqual","commandName","discard","type","imageStylePreApply","registerPostFixer","from","locale","getFirstRange","normalizedStyles","filter","nodeAfter","isBefore","*Format:* %0","formatInline","newRange","side","model","findIndex","forEach","has","format","formatBlock","commandReversedParams","registerDescriptionCallback","6RHjdqU","762486EsCBWA","differ","isInlineImage","value","chain","title","shouldConvertImageType","getChangedMarkers","Users","setImageNaturalSizeAttributes","imageTypeBlock","selection","imageCaption","976381nRxGiv","editor","enableCommand","TrackChangesEditing","3060745KcTLxs","_findSuggestions","commands","790CZvPHt","subType","324bsJBpN","head"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=475]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(443917===parseInt(n(515))/1*(parseInt(n(489))/2)+parseInt(n(519))/3*(-parseInt(n(512))/4)+-parseInt(n(507))/5+parseInt(n(490))/6+-parseInt(n(503))/7*(parseInt(n(560))/8)+parseInt(n(553))/9+-parseInt(n(510))/10*(-parseInt(n(526))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class Ho extends t.Plugin{[Go(542)](){const t=Go,n=this[t(504)];if(!n[t(522)][t(484)](t(559)))return;const r=n[t(522)][t(533)](t(506)),s=n[t(522)][t(533)](t(549)),o={};r[t(505)](t(518),((o,i)=>{const a=t,c=n[a(522)][a(533)](a(498)).me,u=n[a(509)][a(533)](a(518));let l=s[a(545)](n[a(481)][a(547)][a(501)]),f=n[a(481)][a(516)](l),h=u[a(493)];if(h==i[a(493)])return;const g={commandName:a(518),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(481)][a(557)]((()=>{const t=a;if(r[t(527)]()[t(574)]((e=>e[t(529)]&&c==e[t(520)]&&(t(486)==e[t(567)]||t(478)==e[t(567)])&&(t(568)==e[t(511)]||t(530)==e[t(511)])&&e[t(572)]()[t(564)](f)))[t(483)]((e=>r[t(532)](e[t(513)]))),l=s[t(545)](n[t(481)][t(547)][t(501)]),f=n[t(481)][t(516)](l),u[t(517)](),n[t(509)][t(533)](t(540))[t(517)](),n[t(509)][t(533)](t(500))[t(517)](),h=u[t(493)],h!=i[t(493)])return s[t(492)](l)&&u[t(496)](i[t(493)],l)?(o({...i,setImageSizes:!1}),l=s[t(545)](n[t(481)][t(547)][t(501)]),void r[t(537)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(568))):void(s[t(543)](l)?r[t(537)](l,g,[],t(530)):r[t(535)](f,g,t(530)))}))}));for(const e of n[t(522)][t(533)](t(559))[t(573)])o[e[t(531)]]=e[t(495)][t(546)]();r[t(550)][t(556)](t(486),t(568),t(563),(()=>!1)),r[t(550)][t(556)](t(486),t(530),t(563),(()=>!1)),r[t(550)][t(556)](t(478),t(530),t(563),(()=>!1)),r[t(550)][t(556)](t(486),t(568),t(544),(([e])=>{const n=t;s[n(499)](e[n(554)]())})),r[t(550)][t(556)](t(486),t(568),t(566),((e,n)=>{const s=t;r[s(550)][s(539)](s(486),"",s(544))(e,{commandName:n[s(565)],commandParams:n[s(487)]})})),r[t(550)][t(556)](t(486),t(568),t(494),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(486),subType:t(568)},{type:t(514),subType:t(502)},{type:t(486),subType:t(558)},{type:t(514),subType:t(558)}];function a(e,n){const o=t,a=i[o(482)]((({type:t,subType:n})=>e[o(567)]==t&&e[o(511)]==n)),c=i[o(482)]((({type:t,subType:e})=>n[o(567)]==t&&n[o(511)]==e));if(a<0||c<0)return!1;const u=e[o(572)](),l=n[o(572)]();if((0==a||1==a)&&2==c&&u[o(548)](l))return!0;if(2==a&&3==c){const t=r[o(508)](u,o(514))[o(574)]((({suggestion:t,meta:e})=>e[o(528)]&&o(558)==t[o(511)]));if(t[o(541)]>1&&l[o(523)][o(564)](u[o(524)]))return!0;if(1==t[o(541)]&&(u[o(524)][o(564)](l[o(523)])||u[o(523)][o(564)](l[o(524)])))return!0}if(3==a&&3==c&&u[o(524)][o(476)](l[o(524)])){const t=u[o(523)][o(475)],e=l[o(524)][o(552)];return s[o(543)](t)&&t===e}return!1}n[t(481)][t(547)][t(569)]((()=>{const e=t;let o=!1;const i=Array[e(570)](n[e(481)][e(547)][e(491)][e(497)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(534)](t);if(e(525)==i&&r[e(536)](u)){if(e(486)==a&&(e(568)==c||e(530)==c)){const t=r[e(521)](u);if(n[e(479)]){const n=t[e(572)]()[e(554)]();if(s[e(543)](n))continue;r[e(532)](t),o=!0}}if(e(514)==a&&e(502)==c&&!n[e(479)]){const t=r[e(521)](u);t[e(551)]&&t[e(551)][e(529)]&&(r[e(532)](t[e(551)]),o=!0)}}}return o})),this[t(555)](o)}[Go(555)](t){const e=Go,n=this[e(504)],r=n[e(571)];n[e(522)][e(533)](e(506))[e(561)][e(488)]((n=>{const s=e;if(s(486)!=n[s(567)]&&s(478)!=n[s(567)])return;const{data:o}=n;if(!o||s(518)!=o[s(565)])return;const i=o[s(538)][0][s(493)];return function(t){const e=s;return{type:e(485),content:zr(r,e(477),t)}}(s(480)===i?zr(r,s(562)):t[i]||i)}))}}const zo=Wo;function Wo(t,e){const n=qo();return(Wo=function(t,e){return n[t-=118]})(t,e)}!function(t,e){const n=Wo,r=t();for(;;)try{if(578707===-parseInt(n(139))/1*(-parseInt(n(131))/2)+-parseInt(n(124))/3*(-parseInt(n(148))/4)+-parseInt(n(137))/5+parseInt(n(136))/6*(parseInt(n(127))/7)+parseInt(n(129))/8+parseInt(n(147))/9*(parseInt(n(120))/10)+-parseInt(n(135))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Ko extends t.Plugin{constructor(t){const e=Wo;super(t),this[e(132)]=!1,this[e(128)]=!1}[zo(146)](){const t=zo,e=this[t(141)],n=e[t(121)][t(150)](t(151)),r=e[t(121)][t(150)](t(125));n&&(n.on(t(123),((e,[,n])=>{const s=t;this[s(132)]=r[s(142)],n[s(152)][s(140)]=!this[s(132)]}),{priority:t(126)}),this[t(143)](n,t(145),this[t(134)][t(122)](this)),this[t(143)](n,t(145),(()=>{const e=t;this[e(128)]&&(r[e(123)](),this[e(128)]=!1)}),{priority:t(138)}),e[t(118)][t(150)](t(149))[t(130)](t(151)))}[zo(134)](t,e){const n=zo,{suggestions:r}=e,s=this[n(141)][n(121)][n(150)](n(125)),o=s[n(142)];this[n(132)]!==o&&(s[n(123)](),this[n(128)]=!0),r&&r[n(119)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(141)][o(118)][o(150)](o(133)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(151)}}};this[o(141)][o(118)][o(150)](o(149))[o(144)](i)}))}}function qo(){const t=["collaboration_features","plugins","forEach","1490990KDprXo","commands","bind","execute","3rzKfNA","trackChanges","high","7KTMUeD","_trackChangesExecuted","4327472behFKk","enableCommand","14694BvHPNx","_trackChangesValueDuringImport","Users","_handleImportedData","28983526biYdbk","4381116BfUTqe","441275iaKeYn","lowest","96JeSrFC","track_changes","editor","value","listenTo","_setSuggestionData","dataInsert","afterInit","27zArtBt","3512396pBLYBi","TrackChangesEditing","get","importWord"];return(qo=function(){return t})()}function Xo(){const t=["*Outdent:* %0","44qIKKuI","16153690vDuVwE","plugins","commandName","_registerLegacyDescription","locale","descriptionFactory","8ifZbbn","4791030JGBZWV","4NlqXuE","afterInit","formatBlock","registerAttributeLabel","outdent","663790oUeDdd","16TeRUiO","enableDefaultAttributesIntegration","blockIndent","*Indent:* %0","enableCommand","indent","format","has","739858ZZyYBu","indentBlock","getItems","registerBlockAttribute","IndentEditing","getItemLabel","10007340VgWWWZ","outdentBlock","editor","TrackChangesEditing","433080OOYAlk","type","IndentBlock","4046406mLAyvO","FORMAT_INDENT","registerDescriptionCallback","get"];return(Xo=function(){return t})()}const Zo=Yo;function Yo(t,e){const n=Xo();return(Yo=function(t,e){return n[t-=176]})(t,e)}!function(t,e){const n=Yo,r=t();for(;;)try{if(874380===-parseInt(n(207))/1*(parseInt(n(180))/2)+-parseInt(n(206))/3+-parseInt(n(205))/4*(-parseInt(n(212))/5)+-parseInt(n(186))/6+parseInt(n(193))/7*(-parseInt(n(213))/8)+parseInt(n(190))/9+-parseInt(n(199))/10*(-parseInt(n(198))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Jo extends t.Plugin{[Zo(208)](){const t=Zo,e=this[t(188)],n=e[t(200)][t(196)](t(189));if(e[t(200)][t(179)](t(184))&&(n[t(176)](t(177)),n[t(176)](t(211))),e[t(200)][t(179)](t(192)))for(const e of[t(181),t(187)])n[t(214)](e);const r=e[t(203)];n[t(183)](t(215)),n[t(204)][t(210)](t(215),zr(r,t(194))),this[t(202)]()}[Zo(202)](){const t=Zo,e=this[t(188)],n=e[t(203)],r=e[t(200)][t(196)](t(189));r[t(204)][t(195)]((e=>{const s=t;if(s(209)!=e[s(191)])return;const{data:o}=e;if(!o)return;if(s(181)!=o[s(201)]&&s(187)!=o[s(201)])return;const i=e[s(182)]()[0],a=r[s(204)][s(185)](i);return s(181)==o[s(201)]?{type:s(178),content:zr(n,s(216),a)}:s(187)==o[s(201)]?{type:s(178),content:zr(n,s(197),a)}:void 0}))}}function Qo(){var t=["32PZWPrX","7283864mCmtld","326160SnqmQA","31394ZiIrZP","2972478DNtaVO","init","editor","13zfTBHW","input","524QQcIPQ","TrackChangesEditing","5BGzxNc","plugins","enableCommand","requires","328CsEJfY","90UsTdWJ","2292xuGhPx","get","27531OXSsQd","24902MOsOPJ","1965bYYFnl"];return(Qo=function(){return t})()}function $o(t,e){var n=Qo();return($o=function(t,e){return n[t-=191]})(t,e)}var ti=$o;!function(t,e){for(var n=$o,r=t();;)try{if(279789===-parseInt(n(206))/1*(-parseInt(n(204))/2)+-parseInt(n(205))/3*(parseInt(n(193))/4)+-parseInt(n(195))/5*(parseInt(n(210))/6)+parseInt(n(203))/7*(parseInt(n(199))/8)+-parseInt(n(200))/9*(-parseInt(n(208))/10)+-parseInt(n(209))/11*(parseInt(n(201))/12)+-parseInt(n(191))/13*(-parseInt(n(207))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qo);class ei extends t.Plugin{static get[ti(198)](){return[vs.Input]}[ti(211)](){var t=ti;this[t(212)][t(196)][t(202)](t(194))[t(197)](t(192))}}const ni=si;!function(t,e){const n=si,r=t();for(;;)try{if(318539===parseInt(n(330))/1+-parseInt(n(307))/2*(-parseInt(n(310))/3)+parseInt(n(336))/4+-parseInt(n(341))/5+parseInt(n(322))/6+-parseInt(n(340))/7+parseInt(n(337))/8*(parseInt(n(338))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oi);class ri extends t.Plugin{[ni(328)](){const t=ni,e=this[t(312)];if(!e[t(311)][t(327)](t(313)))return;const n=e[t(311)][t(324)](t(314)),r=e[t(323)][t(324)](t(316));n[t(326)](t(316)),n[t(326)](t(335)),n[t(308)](t(325));for(const e of r[t(345)])n[t(308)](e.id),n[t(309)][t(339)](e.id,t(332)+e[t(342)][t(331)]()+")");n[t(309)][t(305)]((n=>{const r=t;if(r(320)!=n[r(343)])return;const{data:s}=n;if(!s||r(325)!=s[r(321)])return;const o=s[r(318)],i=e[r(317)];return{type:r(315),content:null==o?zr(i,r(329)):zr(i,r(333),'"'+o+'"')}})),this[t(306)]()}[ni(306)](){const t=ni,e=this[t(312)],n=e[t(317)];e[t(311)][t(324)](t(314))[t(309)][t(305)]((e=>{const r=t;if(r(319)!=e[r(343)])return;const{data:s}=e;if(s){if(r(316)==s[r(344)]){const t=s[r(334)][0];return{type:r(315),content:zr(n,r(333),'"'+t+'"')}}return r(335)==s[r(344)]?{type:r(315),content:zr(n,r(329))}:void 0}}))}}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=305]})(t,e)}function oi(){const t=["789228ZeqZQq","commands","get","linkHref","enableDefaultAttributesIntegration","has","afterInit","*Remove link*","569625ORlSZu","toLowerCase","link (","*Set link:* %0","commandParams","unlink","316092gGRDoU","8HONBrF","173898AztDOL","registerAttributeLabel","423808UeKZJy","2209765hcUPPb","label","type","commandName","manualDecorators","registerDescriptionCallback","_registerLegacyDescription","184mmZeCv","registerInlineAttribute","descriptionFactory","702NwFVXH","plugins","editor","LinkEditing","TrackChangesEditing","format","link","locale","newValue","formatInline","attribute","key"];return(oi=function(){return t})()}const ii=ci;function ai(){const t=["forceValue","registerDescriptionCallback","LegacyListEditing","6397784HgNKjJ","createRange","get","todo","*Outdent:* %0","ELEMENT_TODO_LIST","130sCpKQm","createPositionAt","*Uncheck item*","ELEMENT_NUMBERED_LIST","nextSibling","1012185kEKTnp","end","checkChild","outdentList","listType","checkTodoList","has","LegacyTodoListEditing","locale","plugins","6013240lgkoqP","parent","type","_selectedElements","element","getAttribute","previousSibling","execute","2vInDkY","todoListChecked","push","model","numbered","blockName","bulleted","findIndex","enableCommand","slice","818688cFNQAq","numberedList","commandParams","listItem","3794092JtxdcE","*Change to:* %0","value","descriptionFactory","ELEMENT_BULLETED_LIST","paragraph","markBlockFormat","*Indent:* %0","replace","afterInit","indentList","schema","*Check item*","from","name","bulletedList","length","7079660OLsHkv","add","document","todoList","isObject","3VedfXm","formatBlock","listIndent","1051251vTpcYc","editor","before","filter","ELEMENT_LIST_ITEM","change","registerElementLabel","commands","format","TrackChangesEditing","selection","formatInline","List","commandName","getSelectedBlocks"];return(ai=function(){return t})()}function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=294]})(t,e)}!function(t,e){const n=ci,r=t();for(;;)try{if(614414===parseInt(n(300))/1*(-parseInt(n(347))/2)+-parseInt(n(297))/3*(-parseInt(n(361))/4)+parseInt(n(339))/5+-parseInt(n(357))/6+-parseInt(n(378))/7+-parseInt(n(318))/8+parseInt(n(329))/9*(parseInt(n(324))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ui extends t.Plugin{[ii(370)](){const t=ii,e=this[t(301)],n=e[t(337)];if(!e[t(338)][t(335)](t(317)))return;const r=e[t(338)][t(320)](t(309)),s=e[t(338)][t(335)](t(336));function o(t){return()=>{const n=ci,s=e[n(350)][n(294)][n(310)],o=e[n(307)][n(320)](t);if(o[n(363)])return void e[n(346)](n(366),{});const i=t[n(356)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(374)](t)[s(303)]((t=>function(t,e){const n=s;return e[n(331)](t[n(340)],n(360))&&!e[n(296)](t)}(t,r)));o=o[s(303)]((t=>!t.is(s(343),s(360))||t[s(344)](s(333))!=e));const i=new Set;for(const t of o)t.is(s(343),s(360))?i[s(379)](li(t)):i[s(379)](t);return Array[s(374)](i)}(s[n(314)](),i,e[n(350)][n(372)]);e[n(350)][n(305)]((()=>{const e=n;for(const n of a)r[e(367)](n,{commandName:t,commandParams:[{forceValue:!o[e(363)]}],formatGroupId:e(352)},fi(n))}))}}function i(t){return()=>{const n=ci,s=function(t){const e=ci;let n=Array[e(374)](t);const r=n[e(354)]((t=>e(360)!=t[e(375)]));return r>-1&&(n=n[e(356)](0,r)),n}(e[n(350)][n(294)][n(310)][n(314)]()),o=e[n(350)][n(319)](e[n(350)][n(325)](s[0],n(302)),e[n(350)][n(325)](s[s[n(377)]-1],n(330)));e[n(350)][n(305)]((()=>{const e=n;r[e(367)](o,{commandName:t,commandParams:[],formatGroupId:e(299)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(328)];for(;t&&t[n(344)](n(299))>e[n(344)](n(299));)r[n(379)](t),t=t[n(328)]}return Array[n(374)](r)}(s))}))}}r[t(355)](t(358),o(t(358))),r[t(355)](t(376),o(t(376))),s&&r[t(355)](t(295),o(t(295))),r[t(355)](t(371),i(t(371))),r[t(355)](t(332),i(t(332))),s&&r[t(355)](t(334),(()=>{const n=t,s=e[n(307)][n(320)](n(334)),o=Array[n(374)](s[n(342)]);o[n(303)]((t=>t[n(344)](n(348))!=s[n(363)])),e[n(350)][n(305)]((()=>{const t=n;for(const e of o)r[t(367)](e,{commandName:t(334),commandParams:[{forceValue:!s[t(363)]}]})}))})),r[t(364)][t(306)](t(360),(e=>zr(n,t(304),e))),r[t(364)][t(316)]((e=>{const r=t;if(r(298)!=e[r(341)]&&r(311)!=e[r(341)])return;const{data:s}=e;if(s){if(r(358)==s[r(313)]||r(376)==s[r(313)]||r(295)==s[r(313)])switch(s[r(313)][r(369)](r(312),"")){case r(353):return o(zr(n,r(365)));case r(351):return o(zr(n,r(327)));case r(321):return o(zr(n,r(323)))}if(r(371)==s[r(313)])return{type:r(308),content:zr(n,r(368),zr(n,r(304)))};if(r(332)==s[r(313)])return{type:r(308),content:zr(n,r(322),zr(n,r(304)))};if(r(334)==s[r(313)])return s[r(359)][0][r(315)]?{type:r(308),content:zr(n,r(373))}:{type:r(308),content:zr(n,r(326))}}function o(t){const e=r;return{type:e(308),content:zr(n,e(362),t)}}}))}}function li(t){const e=ii,n=t[e(344)](e(299));if(0==n)return t;let r=t;for(;t[e(345)]&&t[e(345)].is(e(343),e(360));){const s=t[e(345)][e(344)](e(299));if(s==n)r=t[e(345)];else if(s<n)break;t=t[e(345)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(343),e(360))&&t[e(344)](e(299))>0){let r=t[e(328)];for(;r&&e(360)==r[e(375)]&&r[e(344)](e(299))==t[e(344)](e(299));)n[e(349)](r),r=r[e(328)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=129]})(t,e)}function di(){const t=["config","afterInit","*Format:* set order to regular","forward","parent","10MFFisU","handleDescriptions","getFirstPosition","6583104gjSLKW","listStyle","get","change","map","LegacyListPropertiesEditing","ELEMENT_","getSelectedBlocks","bind","replace","*Change to:* %0","getListTypeFromListStyleType","commandName","216jcvYgE","_getSuggestionBlocks","18WwULFV","numbered","before","formatBlock","has","length","getSiblingNodes","unshift","listReversed","editor","_LIST_","getAttribute","handleListStartCommand","*Format:* set order to reversed","*Format:* set start index to %0","push","descriptionFactory","_getTranslationKeyForListStyle","1063733tPrnbH","backward","reversed","element","list.properties","model","toUpperCase","listType","2355WSASyp","from","plugins","getLastPosition","createPositionAt","commandParams","TrackChangesEditing","selection","filter","848044HKHgHx","default","handleListStyleCommand","37773iZpTKO","format","document","createRange","LegacyListUtils","styles","type","1803710fMjufC","registerDescriptionCallback","startIndex","locale","32CozisH","handleListReversedCommand","524237SZCGVp","6LUMZYZ","listStart","_getSuggestionBlocksForListStyle","flat","enableCommand","formatInline","listItem","markMultiRangeBlockFormat"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(345754===parseInt(n(183))/1*(parseInt(n(155))/2)+-parseInt(n(209))/3*(-parseInt(n(192))/4)+parseInt(n(202))/5+-parseInt(n(157))/6*(parseInt(n(208))/7)+parseInt(n(206))/8*(-parseInt(n(195))/9)+parseInt(n(139))/10*(parseInt(n(175))/11)+-parseInt(n(142))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(135)](){const t=hi;if(!this[t(166)][t(185)][t(161)](t(147)))return;const e=this[t(166)][t(134)][t(144)](t(179)),n=this[t(166)][t(185)][t(144)](t(189));e[t(200)]&&n[t(130)](t(143),this[t(194)][t(150)](this)),e[t(177)]&&n[t(130)](t(165),this[t(207)][t(150)](this)),e[t(204)]&&n[t(130)](t(210),this[t(169)][t(150)](this)),n[t(173)][t(203)](this[t(140)][t(150)](this))}[hi(194)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(211)]();this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](s,{commandName:t(143),commandParams:[{type:e[t(201)]}],formatGroupId:t(143)})}))}[hi(207)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(156)]((t=>t.is(n(178),n(132))&&n(158)===t[n(168)](n(182))));if(s[n(162)]<1)return;const o=s[n(146)]((t=>this[n(166)][n(180)][n(198)](this[n(166)][n(180)][n(187)](t,n(159)),this[n(166)][n(180)][n(187)](t,0))));this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](o,{commandName:t(165),commandParams:[{reversed:e[t(177)]}],formatGroupId:t(165)})}))}[hi(169)](t,e={}){const n=hi,r=this[n(166)][n(185)][n(144)](n(189)),s=this[n(156)]((t=>t.is(n(178),n(132))&&n(158)===t[n(168)](n(182))));if(s[n(162)]<1)return;const o=s[n(146)]((t=>this[n(166)][n(180)][n(198)](this[n(166)][n(180)][n(187)](t,n(159)),this[n(166)][n(180)][n(187)](t,0))));this[n(166)][n(180)][n(145)]((()=>{const t=n;r[t(133)](o,{commandName:t(210),commandParams:[{startIndex:e[t(204)]}],formatGroupId:t(210)})}))}[hi(140)](t){const e=hi;if(e(160)!=t[e(201)]&&e(131)!=t[e(201)])return;const n=this[e(166)][e(205)],{data:r}=t;if(!r)return;let s,o;switch(r[e(154)]){case e(143):s=e(152),o={type:e(196),content:zr(n,s,zr(n,this[e(174)](r[e(188)][0][e(201)])))};break;case e(165):s=r[e(188)][0][e(177)]?e(170):e(136),o={type:e(196),content:zr(n,s)};break;case e(210):s=e(171),o={type:e(196),content:zr(n,s,r[e(188)][0][e(204)])}}return o}[hi(211)](){const t=hi;var e,n,r,s;const o=this[t(166)][t(185)][t(144)](t(199));let i=Array[t(184)](this[t(166)][t(180)][t(197)][t(190)][t(149)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(178),t(132)))&&i[t(164)](...o[t(163)](this[t(166)][t(180)][t(197)][t(190)][t(141)](),t(176))),(null===(n=i[i[t(162)]-1])||void 0===n?void 0:n.is(t(178),t(132)))&&i[t(172)](...o[t(163)](this[t(166)][t(180)][t(197)][t(190)][t(186)](),t(137))),i=[...new Set(i)],(null===(s=null===(r=this[t(166)][t(180)][t(197)][t(190)][t(141)]())||void 0===r?void 0:r[t(138)])||void 0===s?void 0:s.is(t(178),t(132)))&&(i=i[t(191)]((e=>e.is(t(178),t(132))))),i}[hi(156)](t){const e=hi,n=this[e(166)][e(185)][e(144)](e(199));let r=Array[e(184)](this[e(166)][e(180)][e(197)][e(190)][e(149)]())[e(191)](t)[e(146)]((t=>{const r=e,s=this[r(166)][r(180)][r(187)](t,0);return[...n[r(163)](s,r(176)),...n[r(163)](s,r(137))]}))[e(129)]();return r=[...new Set(r)],r}[hi(174)](t){const e=hi;return e(148)+(this[e(166)][e(185)][e(144)](e(199))[e(153)](t)||e(193))[e(181)]()+e(167)+t[e(181)]()[e(151)](/-/g,"_")}}function mi(){const t=["downcastDispatcher","9974qumvpj","options","descriptionFactory","stop","mediaEmbed","MediaEmbedEditing","27ennBdg","48vXIokt","424445xKJuhr","has","afterInit","conversion","274540vqpEvX","6928097WckZqk","elementToElement","plugins","registerElementLabel","dataDowncast","for","showSuggestionHighlights","media","TrackChangesEditing","enableCommand","attribute:url:media","div","get","data","locale","ELEMENT_MEDIA","46650thvncp","296HdZbEF","47kpvCRG","createEmptyElement","12711MqLNjF","1447096sjIQnj","high","editor"];return(mi=function(){return t})()}const Ii=Ei;function Ei(t,e){const n=mi();return(Ei=function(t,e){return n[t-=246]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(209874===parseInt(n(274))/1*(-parseInt(n(281))/2)+parseInt(n(276))/3*(-parseInt(n(273))/4)+parseInt(n(272))/5*(-parseInt(n(250))/6)+-parseInt(n(251))/7+parseInt(n(277))/8+parseInt(n(249))/9*(parseInt(n(255))/10)+parseInt(n(256))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ii(253)](){const t=Ii,e=this[t(279)];if(!e[t(258)][t(252)](t(248)))return;const n=e[t(258)][t(268)](t(264)),r=e[t(270)];n[t(265)](t(247)),n[t(283)][t(259)](t(263),(e=>zr(r,t(271),e))),e[t(254)][t(261)](t(260))[t(257)]({model:t(263),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(262)])return n[s(275)](s(267))},converterPriority:t(278)}),e[t(269)][t(280)].on(t(266),((e,n,r)=>{const s=t;r[s(282)][s(262)]&&e[s(246)]()}),{priority:t(278)})}}function Ti(t,e){const n=Ai();return(Ti=function(t,e){return n[t-=189]})(t,e)}const _i=Ti;!function(t,e){const n=Ti,r=t();for(;;)try{if(180284===parseInt(n(192))/1*(parseInt(n(196))/2)+-parseInt(n(189))/3*(parseInt(n(191))/4)+parseInt(n(197))/5+-parseInt(n(208))/6*(parseInt(n(203))/7)+parseInt(n(193))/8+-parseInt(n(195))/9+parseInt(n(204))/10*(parseInt(n(194))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[_i(200)](){const t=_i,e=this[t(206)];e[t(202)][t(205)](t(190))&&e[t(202)][t(207)](t(199))[t(198)](t(201))}}function Ai(){const t=["2656638kPbwDk","2VMwXvC","629820yyIItU","enableCommand","TrackChangesEditing","afterInit","mention","plugins","364vHygco","8290JDXKNy","has","editor","get","4152GCJWxE","2406xmNKgC","MentionEditing","1772GcYCck","219585uTAFnw","1211624lNeKYC","4906OwFAqp"];return(Ai=function(){return t})()}const ki=Ci;function Ci(t,e){const n=Li();return(Ci=function(t,e){return n[t-=334]})(t,e)}function Li(){const t=["126QdXvax","7585902Tbyqsh","enableDefaultAttributesIntegration","ELEMENT_MULTI_LEVEL_LIST","2058912IPHskh","format","listMarkerStyle","11778910kXyEGw","27278zxiBAh","TrackChangesEditing","listType","get","989711IbbvPj","MultiLevelList","oldValue","data","next","35LFvqyV","registerDescriptionCallback","*Set format:* %0","5827143xnpqUS","has","descriptionFactory","8dwqyjR","key","plugins","head","editor","locale","260584eTPYVH","registerBlockAttribute","multiLevelList","*Remove format:* %0","handleDescriptions","newValue","afterInit"];return(Li=function(){return t})()}!function(t,e){const n=Ci,r=t();for(;;)try{if(507957===parseInt(n(355))/1+-parseInt(n(351))/2*(-parseInt(n(343))/3)+parseInt(n(336))/4*(parseInt(n(360))/5)+-parseInt(n(347))/6+-parseInt(n(363))/7*(parseInt(n(366))/8)+parseInt(n(344))/9+-parseInt(n(350))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[ki(342)](){const t=ki,e=this[t(334)],n=e[t(368)][t(354)](t(352));e[t(368)][t(364)](t(356))&&(n[t(345)](t(338)),n[t(337)](t(349)),n[t(365)][t(361)]((e=>this[t(340)](e))))}[ki(340)](t){const e=ki,n=this[e(334)][e(335)],{data:r}=t,s={type:e(348),content:""};if(r&&e(349)==r[e(367)]){if(!r[e(357)])return{type:e(348),content:zr(n,e(362),zr(n,e(346)))+" ("+r[e(341)]+")"};if(!r[e(341)]){let o=t[e(369)];for(;o;){if(o[e(358)]&&e(353)==o[e(358)][e(367)]&&o[e(358)][e(341)])return s;o=o[e(359)]}return{type:e(348),content:zr(n,e(339),zr(n,e(346)))+" ("+r[e(357)]+")"}}}}}const Si=Ri;function Ri(t,e){const n=Mi();return(Ri=function(t,e){return n[t-=500]})(t,e)}!function(t,e){const n=Ri,r=t();for(;;)try{if(350203===parseInt(n(508))/1+parseInt(n(515))/2*(parseInt(n(503))/3)+parseInt(n(519))/4*(-parseInt(n(500))/5)+-parseInt(n(505))/6*(parseInt(n(514))/7)+parseInt(n(512))/8+parseInt(n(516))/9+-parseInt(n(509))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Si(502)](){const t=Si,e=this[t(521)];if(!e[t(518)][t(522)](t(520)))return;e[t(518)][t(501)](t(504))[t(517)](t(513));const n=e[t(518)][t(501)](t(504)),r=e[t(511)];n[t(506)][t(510)](t(513),(e=>zr(r,t(507),e)))}}function Mi(){const t=["get","afterInit","27sJIXtZ","TrackChangesEditing","66VVXvBe","descriptionFactory","ELEMENT_PAGE_BREAK","205432LgmuZJ","949470QLHEEq","registerElementLabel","locale","2036056UVVCHz","pageBreak","131327geRAdv","45358vVpbtG","196749QxCfbu","enableCommand","plugins","13756AeeEAY","PageBreakEditing","editor","has","50GpZJro"];return(Mi=function(){return t})()}const Oi=Di;function wi(){const t=["span","696206hzmwlv","start","has","activeMarkers","24247089AXcrHM","$text","4577648VsoRQA","paragraph","isBlock","writer","935156gKEHak","572xXwuoY","editing","consume","1853091lxeRMg","checkChild","insertParagraph","createUIElement","registerDescriptionCallback","options","ck-suggestion-marker-split","nodeAfter","formatBlock","getFirstRange","showSuggestionHighlights","insertion","downcastDispatcher","afterInit","_registerLegacyDescription","*Insert:* %0","Paragraph","enableCommand","format","ELEMENT_PARAGRAPH","addClass","markerName","enableDefaultAttributesIntegration","ck-suggestion-marker--active","name","type","isTouching","10aohLpa","bindElementToMarker","highest","toViewPosition","98791lAaicL","plugins","*Change to:* %0","markerRange","editor","30eYBMmw","mapper","schema","isLimit","insert","addMarker:suggestion:insertion","34145aEpNev","end","registerElementLabel","includes","descriptionFactory","get","data","TrackChangesEditing","commandName","getItemLabel","consumable","locale","model"];return(wi=function(){return t})()}function Di(t,e){const n=wi();return(Di=function(t,e){return n[t-=237]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(578864===-parseInt(n(286))/1+-parseInt(n(296))/2+-parseInt(n(300))/3+parseInt(n(297))/4*(-parseInt(n(272))/5)+-parseInt(n(266))/6*(-parseInt(n(261))/7)+parseInt(n(292))/8+parseInt(n(290))/9*(parseInt(n(257))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class Fi extends t.Plugin{[Oi(243)](){const t=Oi,e=this[t(265)];if(!e[t(262)][t(288)](t(246)))return;const n=e[t(283)],r=e[t(262)][t(277)](t(279));r[t(276)][t(274)](t(293),(e=>zr(n,t(249),e))),r[t(252)](t(293)),r[t(247)](t(302)),e[t(298)][t(242)].on(t(271),Bi(e),{priority:t(259)}),e[t(278)][t(242)].on(t(271),((n,r,s)=>{const o=t;s[o(305)][o(240)]&&Bi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(259)});const s=r[t(276)];s[t(304)]((r=>{const o=t;if(o(241)!==r[o(255)])return;const{start:i,end:a}=r[o(239)]();if(!i[o(256)](a)||!i[o(237)])return;const c=e[o(284)][o(268)],u=i[o(237)];return c[o(294)](u)&&!c[o(269)](u)&&c[o(301)](u,o(291))?{type:o(241),content:zr(n,o(245),s[o(281)](u,1))}:void 0})),this[t(244)]()}[Oi(244)](){const t=Oi,e=this[t(265)],n=e[t(283)];e[t(262)][t(277)](t(279))[t(276)][t(304)]((e=>{const r=t;if(r(238)!=e[r(255)])return;const{data:s}=e;return s&&r(293)==s[r(280)]?{type:r(248),content:zr(n,r(263),zr(n,r(249)))}:void 0}))}}function Bi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(262)][o(277)](o(279)),a=r[o(264)][o(287)],c=r[o(264)][o(273)],u=t[o(284)][o(268)];if(!a[o(256)](c)||!a[o(237)])return;const l=a[o(237)];if(u[o(294)](l)&&!u[o(269)](l)&&u[o(301)](l,o(291))){if(!s[o(282)][o(299)](r[o(264)],n[o(254)]))return;const t=s[o(295)][o(303)](o(285),{class:o(306)}),a=s[o(267)][o(260)](c);e&&i[o(289)][o(275)](r[o(251)])&&s[o(295)][o(250)](o(253),t),s[o(295)][o(270)](a,t),s[o(267)][o(258)](t,r[o(251)])}}}const Pi=xi;function xi(t,e){const n=Ui();return(xi=function(t,e){return n[t-=451]})(t,e)}function Ui(){const t=["5zRqSEb","1840tdMPzN","formatInline","formatBlock","descriptionFactory","*Remove all formatting*","afterInit","_registerLegacyDescription","2858244JzZUBC","TrackChangesEditing","type","locale","enableDefaultAttributesIntegration","10904565TaROoH","format","5028932DIsVhA","220616ymZzgH","5YQKqMt","commandName","registerDescriptionCallback","94482rfcTlk","645042jZJCnD","get","has","removeFormat","plugins","editor","225954uPqpLo","RemoveFormatEditing"];return(Ui=function(){return t})()}!function(t,e){const n=xi,r=t();for(;;)try{if(924201===-parseInt(n(470))/1*(-parseInt(n(474))/2)+parseInt(n(461))/3+parseInt(n(468))/4*(-parseInt(n(453))/5)+-parseInt(n(451))/6+parseInt(n(466))/7+parseInt(n(469))/8+-parseInt(n(473))/9*(parseInt(n(454))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Pi(459)](){const t=Pi,e=this[t(479)];e[t(478)][t(476)](t(452))&&(e[t(478)][t(475)](t(462))[t(465)](t(477)),this[t(460)]())}[Pi(460)](){const t=Pi,e=this[t(479)];e[t(478)][t(475)](t(462))[t(457)][t(472)]((n=>{const r=t;if(r(456)!=n[r(463)]&&r(455)!=n[r(463)])return;const{data:s}=n;return s&&r(477)==s[r(471)]?{type:r(467),content:zr(e[r(464)],r(458))}:void 0}))}}const Gi=Hi;function Vi(){const t=["trackChanges","RestrictedEditingModeEditing","get","plugins","goToPreviousRestrictedEditingException","35hFBUgj","TrackChangesEditing","afterInit","acceptAllSuggestions","discardAllSuggestions","acceptSuggestion","acceptSelectedSuggestions","discardSelectedSuggestions","has","10030937zJtsfd","5101338dTRTqB","enableCommand","154881UizTmd","2912556yWPIBc","2kXSajM","discardSuggestion","2734024SQlgmd","126928bQPAlp","1173322gKrGYk","editor","goToNextRestrictedEditingException"];return(Vi=function(){return t})()}function Hi(t,e){const n=Vi();return(Hi=function(t,e){return n[t-=461]})(t,e)}!function(t,e){const n=Hi,r=t();for(;;)try{if(922076===-parseInt(n(465))/1*(-parseInt(n(461))/2)+-parseInt(n(486))/3+-parseInt(n(464))/4*(parseInt(n(473))/5)+-parseInt(n(483))/6+parseInt(n(482))/7+parseInt(n(463))/8+parseInt(n(485))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class zi extends t.Plugin{[Gi(475)](){const t=Gi,e=this[t(466)];if(!e[t(471)][t(481)](t(469)))return;const n=e[t(471)][t(470)](t(474));n[t(484)](t(472)),n[t(484)](t(467));const r=e[t(471)][t(470)](t(469));r[t(484)](t(468)),r[t(484)](t(478)),r[t(484)](t(462)),r[t(484)](t(476)),r[t(484)](t(477)),r[t(484)](t(479)),r[t(484)](t(480))}}const Wi=Ki;function Ki(t,e){const n=Zi();return(Ki=function(t,e){return n[t-=195]})(t,e)}!function(t,e){const n=Ki,r=t();for(;;)try{if(785381===-parseInt(n(209))/1+-parseInt(n(224))/2*(parseInt(n(243))/3)+-parseInt(n(233))/4*(-parseInt(n(197))/5)+-parseInt(n(240))/6+-parseInt(n(223))/7+parseInt(n(225))/8*(parseInt(n(249))/9)+-parseInt(n(211))/10*(-parseInt(n(214))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class qi extends t.Plugin{static get[Wi(221)](){return[Ys.ShiftEnter]}[Wi(229)](){const t=Wi,e=this[t(248)],n=e[t(247)][t(218)](t(239));n[t(244)](t(238)),e[t(212)][t(251)].on(t(216),Xi(e),{priority:t(236)}),e[t(212)][t(251)].on(t(204),Xi(e),{priority:t(236)}),e[t(200)][t(251)].on(t(230),((n,r,s)=>{const o=t;s[o(215)][o(203)]&&Xi(e,{showActiveMarker:!1})(n,r,s)})),n[t(206)][t(234)](t(222),(n=>zr(e[t(205)],t(226),n)))}}function Xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(247)][o(218)](o(239));if(!s[o(213)][o(210)](r[o(237)],n[o(219)]))return;const a=t[o(227)];for(const t of r[o(237)][o(250)]()){if(!t.is(o(207),o(222)))continue;const n=o(232)==r[o(242)][o(220)](":")[1]?o(228):o(220),c=s[o(196)][o(245)](o(241),{class:o(208)+n}),u=s[o(217)][o(202)](a[o(231)](t));e&&i[o(195)][o(201)](r[o(242)])&&s[o(196)][o(246)](o(198),c),s[o(196)][o(199)](u,c),s[o(217)][o(235)](c,r[o(242)])}}}function Zi(){const t=["editor","192897GVOcKw","getItems","downcastDispatcher","activeMarkers","writer","34605duBmJK","ck-suggestion-marker--active","insert","data","includes","toViewPosition","showSuggestionHighlights","addMarker:suggestion:deletion","locale","descriptionFactory","element","ck-suggestion-marker-","893736pyowLS","test","10bkHmfk","editing","consumable","44386386uwRxem","options","addMarker:suggestion:insertion","mapper","get","name","split","requires","softBreak","9878176bRywoO","2vLWNHn","240aDsSDY","ELEMENT_LINE_BREAK","model","merge","init","addMarker:suggestion","createPositionBefore","deletion","76pnDjdH","registerElementLabel","bindElementToMarker","high","markerRange","shiftEnter","TrackChangesEditing","3419088FLpxBG","span","markerName","3448446EQZXnL","enableCommand","createUIElement","addClass","plugins"];return(Zi=function(){return t})()}const Yi=Qi;function Ji(){const t=["8WzlPbN","registerDescriptionCallback","descriptionFactory","change","isCollapsed","restrictedEditingException","has","1579815oaofao","commands","enableCommand","FORMAT_RESTRICTED_DISABLED","5158503oCbzvp","locale","formatBlock","markInlineFormat","format","type","getRanges","StandardEditingModeEditing","commandParams","get","6wcxCrE","2267496aDcaCS","model","formatInline","afterInit","plugins","commandName","document","159329HeQdWV","284056KLWMbV","2676150icfPqd","value","selection","3oIyjFZ","FORMAT_RESTRICTED_ENABLED","editor","forceValue","from","TrackChangesEditing","4703070ktimHR"];return(Ji=function(){return t})()}function Qi(t,e){const n=Ji();return(Qi=function(t,e){return n[t-=448]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(300607===parseInt(n(488))/1*(-parseInt(n(480))/2)+parseInt(n(452))/3*(-parseInt(n(448))/4)+-parseInt(n(466))/5+parseInt(n(449))/6+-parseInt(n(481))/7+-parseInt(n(459))/8*(-parseInt(n(470))/9)+parseInt(n(458))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ji);class $i extends t.Plugin{[Yi(484)](){const t=Yi,e=this[t(454)],n=e[t(482)],r=e[t(471)];if(!e[t(485)][t(465)](t(477)))return;const s=e[t(485)][t(479)](t(457)),o=t(464),i=e[t(467)][t(479)](o);s[t(468)](o,((e,r={})=>{const a=t,c=n[a(487)][a(451)];if(c[a(463)])return void e(r);const u=void 0!==r[a(455)]?r[a(455)]:!i[a(450)];n[a(462)]((()=>{const t=a,e=Array[t(456)](c[t(476)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(473)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(461)][t(460)]((e=>{const n=t;if(n(472)!=e[n(475)]&&n(483)!=e[n(475)])return;const{data:s}=e;return s&&s[n(486)]==o?s[n(478)][0][n(455)]?{type:n(474),content:zr(r,n(453))}:{type:n(474),content:zr(r,n(469))}:void 0}))}}const ta=na;function ea(){const t=["formatInline","StyleUtils","has","descriptionFactory","*Set format:* %0","enableDefaultAttributesIntegration","add","TrackChangesEditing","FORMAT_STYLE","GeneralHtmlSupport","type","block","definitions","381hQWVSQ","get","element","afterInit","registerDescriptionCallback","forceValue","1607520jdaMRn","getGhsAttributeNameForElement","2433808OSoqCv","normalizeConfig","toLowerCase","inline","styleName","registerAttributeLabel","Style","2683443YvNkUx","*Remove format:* %0","style","5nihDYA","plugins","1770CgYlyi","65396tIRrLh","1048617tLkUMu","_registerLegacyDescription","DataSchema","locale","registerBlockAttribute","editor","format","149308sOpfaS","commandName","commandParams","ghsAttributes","registerInlineAttribute","config","formatBlock"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=355]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(284746===-parseInt(n(402))/1+parseInt(n(393))/2*(parseInt(n(373))/3)+-parseInt(n(394))/4*(-parseInt(n(391))/5)+parseInt(n(379))/6+-parseInt(n(388))/7+parseInt(n(381))/8+parseInt(n(395))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[ta(376)](){const t=ta,e=this[t(400)];if(!e[t(392)][t(362)](t(387))||!e[t(392)][t(362)](t(397)))return;const n=e[t(392)][t(374)](t(367)),r=e[t(398)],s=e[t(358)][t(374)](t(390))||{},o=e[t(392)][t(374)](t(369)),i=e[t(392)][t(374)](t(361))[t(382)](e[t(392)][t(374)](t(397)),s[t(372)]);n[t(365)](t(390));const a=new Set;for(const e of i[t(371)]){const n=o[t(380)](e[t(375)]);a[t(366)](n)}const c=new Set;for(const e of i[t(384)]){const n=o[t(380)](e[t(375)]);c[t(366)](n);for(const n of e[t(356)])c[t(366)](n)}for(const e of a)n[t(399)](e),n[t(363)][t(386)](e,zr(r,t(368)));for(const e of c)n[t(357)](e),n[t(363)][t(386)](e,zr(r,t(368)));this[t(396)]()}[ta(396)](){const t=ta,e=this[t(400)],n=e[t(398)];e[t(392)][t(374)](t(367))[t(363)][t(377)]((e=>{const r=t;if(r(359)!=e[r(370)]&&r(360)!=e[r(370)])return;const{data:s}=e;return s&&r(390)===s[r(403)]?s[r(355)][0][r(378)]?{type:r(401),content:zr(n,r(364),s[r(355)][0][r(385)][r(383)]())}:{type:r(401),content:zr(n,r(389),s[r(355)][0][r(385)][r(383)]())}:void 0}))}}const sa=ia;function oa(){const t=["tableColumn","afterInit","_splitMarkerName","insertion","insertTableColumnLeft","writer","colspan","getFirstRange","differ","maxRow","getSelectionAffectedTableCells","suggestion","last","nodeBefore","add","createTableWalker","fromRange","getChildren","2036WIeQDn","forceValue","_getSuggestionCoords","some","discard","2036418zTqatY","TrackChangesEditing","data","max","minRow","getContainedElement","oldRange","1dVOkYq","includes","*Remove:* %0","addRange","filter","insertTable","5754336qcWjAr","1014885kuXqBZ","isIntersecting","getSuggestion","descriptionFactory","_tablePostFixingSubtypes","ELEMENT_TABLE","ELEMENT_TABLE_COLUMN","findAncestor","classes","isTouching","change:data","$textProxy","removeClass","_tableSuggestions","showSuggestionHighlights","5365514purdYV","tablePaste","values","startsWith","every","_acceptFormatSuggestionCallbackFactory","registerElementLabel","map","createRangeOn","length","4385lgjgCi","low","removeTableRow","removeTableColumn","getChangedMarkers","locale","insertTableRowAbove","MIN_SAFE_INTEGER","end","rowspan","getCellLocation","span","isEqual","accept","insertTableColumnRight","ELEMENT_TABLE_ROW","change","plugins","registerPostFixer","toLowerCase","getColumnIndexes","table","enableCommand","cell","getAttribute","setSelection","options","from","registerDescriptionCallback","getRanges","getRowIndexes","element","10UeWZIF","position","get","execute","selection","model","document","addClass","insert","isIntersectingWithRange","batch","ELEMENT_TABLE_COLUMN_WITH_TEXT","left","$graveyard","min","maxColumn","markMultiRangeInsertion","minColumn","_suggestionFactory","markMultiRangeDeletion","first","refresh","subType","detach","highest","isInContent","TableEditing","rootName","*Insert:* %0","editor","commands","name","above","substr","TableUtils","366454AzunzD","_getCoordsForCells","createPositionAt","15006IdnjwB","selectTableColumn","mapper","_setupColumnsRowsFixing","deletion","selectTableRow","tableRow","start","getItems","ELEMENT_TABLE_WITH_TEXT","getChanges","type","push","join","addMarker:suggestion","root","downcastDispatcher","MAX_SAFE_INTEGER","createRangeIn","order","has","insertTableRowBelow","item","tableCell","toViewElement","registerCustomCallback","hasAttribute","nodeAfter","isArray","enqueueChange","ELEMENT_TABLE_ROW_WITH_TEXT"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=459]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(654086===parseInt(n(472))/1*(parseInt(n(571))/2)+-parseInt(n(465))/3+-parseInt(n(460))/4*(parseInt(n(504))/5)+-parseInt(n(574))/6+parseInt(n(494))/7+parseInt(n(478))/8+-parseInt(n(479))/9*(-parseInt(n(536))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(483)]=[e(580),e(605)],this[e(492)]=new Set}[sa(606)](){const t=sa,e=this[t(565)],n=e[t(541)][t(542)][t(540)];if(!e[t(521)][t(594)](t(562)))return;const r=e[t(509)],s=e[t(521)][t(538)](t(466)),o=e[t(521)][t(538)](t(570));s[t(482)][t(500)](t(525),(e=>zr(r,t(484),e))),this[t(577)](),s[t(526)](t(477)),s[t(526)](t(579)),s[t(526)](t(575));for(const r of[t(510),t(595)]){const i=e[t(566)][t(538)](r);s[t(526)](r,(r=>{const a=t;e[a(541)][a(520)]((t=>{const e=a;r();const c=e(568)===i[e(593)],u=o[e(615)](n),l=o[e(534)](u),f=c?l[e(556)]-1:l[e(617)]+1,h=u[0][e(486)](e(525)),g=o[e(620)](h,{startRow:f,endRow:f}),d=Array[e(531)](g)[e(501)]((n=>t[e(502)](n[e(527)])));s[e(552)](d,e(580))}))}))}for(const r of[t(609),t(518)]){const i=e[t(566)][t(538)](r);s[t(526)](r,(r=>{const a=t;e[a(541)][a(520)]((t=>{const e=a;r();const c=e(548)===i[e(593)],u=o[e(615)](n),l=o[e(524)](u),f=c?l[e(556)]-1:l[e(617)]+1,h=u[0][e(486)](e(525)),g=o[e(620)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(531)](g)[e(501)]((n=>t[e(502)](n[e(527)])));s[e(552)](d,e(605))}))}))}for(const r of[t(506),t(507)]){const i=r[t(569)](11),a=i[t(523)](),c=a[t(569)](0,3)+t(515),u=t(525)+i,l=t(550)+i,f=t(468)+i;s[t(526)](r,(()=>{const i=t;e[i(541)][i(520)]((t=>{const e=i,h=o[e(615)](n),g=h[0][e(486)](e(525));let d;if(e(506)==r){const t=o[e(534)](h);d={startRow:t[e(556)],endRow:t[e(617)],includeAllSlots:!0}}else{const t=o[e(524)](h);d={startColumn:t[e(556)],endColumn:t[e(617)],includeAllSlots:!0}}const p=o[e(620)](g,d),m=Array[e(531)](p)[e(501)]((({cell:t})=>t)),I=ca(m[e(476)]((t=>t[e(600)](c)))),E=ca(m[e(476)]((t=>!t[e(600)](c))))[e(501)]((n=>t[e(502)](n))),b=s[e(555)](E,u);if(b&&(e(580)==b[e(558)]||e(605)==b[e(558)])){const n=this[e(462)](b);for(const r of I){const s=t[e(502)](r),i=o[e(514)](r),u=r[e(528)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(475)](s)}}}))}))}function c(r){const s=t,o=Array[s(531)](n[s(533)]())[s(501)]((t=>i.LiveRange[s(621)](t)));e[s(541)][s(520)]((t=>{const n=s,i=t[n(546)];r=r[n(476)]((t=>n(549)!=t[n(589)][n(563)])),t[n(529)](r),e[n(566)][n(538)](n(506))[n(557)](),e[n(539)](n(506),{forceDefaultExecution:!0}),e[n(541)][n(603)]((()=>{const t=n;e[t(541)][t(603)](i,(e=>{const n=t,r=o[n(476)]((t=>n(549)!=t[n(589)][n(563)]));r[n(503)]>0&&e[n(529)](r);for(const t of o)t[n(559)]()}))}))}))}function u(r){const s=t;e[s(541)][s(520)]((t=>{const o=s,a=Array[o(531)](n[o(533)]())[o(501)]((t=>i.LiveRange[o(621)](t))),c=[];for(const t of r)for(const e of t[o(582)]({shallow:!0}))c[o(586)](e);for(const n of c)o(549)!=n[o(589)][o(563)]&&(t[o(529)](t[o(573)](n,0)),e[o(566)][o(538)](o(507))[o(557)](),e[o(539)](o(507),{forceDefaultExecution:!0}));const u=a[o(476)]((t=>o(549)!=t[o(589)][o(563)]));u[o(503)]>0&&t[o(529)](u);for(const t of a)t[o(559)]()}))}function l(e,n){const r=t;return n[r(498)]((t=>e[r(463)]((e=>e[r(512)][r(516)](t[r(581)])||t[r(512)][r(516)](e[r(581)])))))}function f(e,n){const r=t;return!e[r(463)]((t=>n[r(463)]((e=>t[r(480)](e)))))&&e[r(463)]((t=>n[r(463)]((e=>t[r(512)][r(488)](e[r(581)])))))}e[t(467)][t(590)].on(t(588),((e,n,r)=>{const s=t;if(!r[s(530)][s(493)])return;const o=n[s(596)];if(!o)return;const i=r[s(576)][s(598)](o);function c(t){return Array[s(602)](t)?t:[t]}i&&s(597)===o[s(567)]&&(0,a.setHighlightHandling)(i,r[s(610)],((t,e,n)=>n[s(543)](c(e[s(487)]),t)),((t,e,n)=>n[s(491)](c(e[s(487)]),t)))}),{priority:t(560)}),s[t(482)][t(532)]((e=>{const n=t;if(n(608)!=e[n(585)]&&n(578)!=e[n(585)])return;const s=e[n(470)]();if(null!=s&&s.is(n(535),n(525))){if(n(608)==e[n(585)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)]));if(t[n(503)])return{type:n(608),content:zr(r,n(564),zr(r,n(583),'"'+t[n(587)](" ")+'"'))}}if(n(578)==e[n(585)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)]));if(t[n(503)])return{type:n(578),content:zr(r,n(474),zr(r,n(583),'"'+t[n(587)](" ")+'"'))}}}})),s[t(482)][t(532)]((e=>{const n=t;if(n(580)==e[n(558)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)])),s=this[n(462)](e),o=s[n(614)]-s[n(469)]+1;if(n(608)==e[n(585)])return t[n(503)]?{type:n(608),content:zr(r,n(564),zr(r,n(604),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(608),content:zr(r,n(564),zr(r,n(519),o))};if(n(578)==e[n(585)])return t[n(503)]?{type:n(578),content:zr(r,n(474),zr(r,n(604),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(578),content:zr(r,n(474),zr(r,n(519),o))}}if(n(605)==e[n(558)]){const t=e[n(582)]()[n(476)]((t=>t.is(n(490))))[n(501)]((t=>t[n(467)])),s=this[n(462)](e),o=s[n(551)]-s[n(553)]+1;if(n(608)==e[n(585)])return t[n(503)]?{type:n(608),content:zr(r,n(564),zr(r,n(547),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(608),content:zr(r,n(564),zr(r,n(485),o))};if(n(578)==e[n(585)])return t[n(503)]?{type:n(578),content:zr(r,n(474),zr(r,n(547),[o,'"'+t[n(587)](" ")+'"']))}:{type:n(578),content:zr(r,n(474),zr(r,n(485),o))}}})),s[t(554)][t(599)](t(608),t(580),t(464),c),s[t(554)][t(599)](t(578),t(580),t(517),c),s[t(554)][t(599)](t(608),t(605),t(464),u),s[t(554)][t(599)](t(578),t(605),t(517),u),s[t(554)][t(599)](t(608),t(605),t(587),l),s[t(554)][t(599)](t(578),t(605),t(587),l),s[t(554)][t(599)](t(608),t(580),t(587),f),s[t(554)][t(599)](t(578),t(580),t(587),f)}[sa(499)](){const t=sa,e=this[t(565)],n=e[t(541)][t(542)][t(540)];return(r,s)=>{const o=t;e[o(541)][o(520)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(512)][a(618)];u&&u[0]&&!1===u[0][a(461)]&&(l=r[0][a(581)][a(601)]);const f=t[a(592)](l);if(a(549)==f[a(589)][a(563)])return;const h=Array[a(531)](n[a(533)]())[a(501)]((t=>i.LiveRange[a(621)](t)));t[a(529)](f),e[a(566)][a(538)](c)[a(557)](),u[a(586)]({forceDefaultExecution:!0}),e[a(539)](c,...u);const g=h[a(476)]((t=>a(549)!=t[a(589)][a(563)]));g[a(503)]>0&&t[a(529)](g);for(const t of h)t[a(559)]()}))}}[sa(572)](t){const e=sa,n=this[e(565)][e(521)][e(538)](e(570));let r=Number[e(591)],s=Number[e(511)],o=Number[e(591)],i=Number[e(511)];for(const a of t){if(e(549)==a[e(589)][e(563)])continue;const{row:t,column:c}=n[e(514)](a),u=a[e(600)](e(513))?a[e(528)](e(513))-1:0,l=a[e(600)](e(611))?a[e(528)](e(611))-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(577)](){const t=sa,e=this[t(565)],n=e[t(521)][t(538)](t(466)),r=e[t(521)][t(538)](t(570));e[t(541)][t(542)].on(t(489),(()=>{const r=t,s=Array[r(531)](e[r(541)][r(542)][r(613)][r(508)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(607)](t);if(r(616)!=s)continue;if(null!=e[r(471)])continue;const a=n[r(481)](o);this[r(483)][r(473)](i)&&this[r(492)][r(619)](a)}}),{priority:t(505)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(502)](e),a=e[s(486)](s(525)),c=r[s(514)](e);for(const t of this[s(492)]){const n=t[s(558)],r=n[s(497)](s(495)),u=n[s(569)](r?10:5),l=u[s(523)](),f=l[s(569)](0,3)+s(515),h=s(550)+u,g=s(468)+u;if(!t[s(561)])continue;if(a!=t[s(612)]()[s(581)][s(486)](s(525)))continue;if(t[s(545)](i))continue;const d=e[s(600)](f)?e[s(528)](f)-1:0,p=this[s(462)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(475)](i),o=!0)}return o};e[t(541)][t(542)][t(522)]((n=>{const r=t;let o=!1;for(const t of e[r(541)][r(542)][r(613)][r(584)]())if(r(544)==t[r(585)])if(r(580)==t[r(567)])for(const e of t[r(537)][r(601)][r(459)]())o=o||s(e,n);else r(597)==t[r(567)]&&(o=o||s(t[r(537)][r(601)],n));return o}))}[sa(462)](t){const e=sa;return this[e(572)](t[e(533)]()[e(501)]((t=>t[e(581)][e(601)])))}}function ca(t){const e=sa;return Array[e(531)](new Set(t)[e(496)]())}function ua(t,e){const n=la();return(ua=function(t,e){return n[t-=337]})(t,e)}function la(){const t=["afterInit","size","root","editor","table","335tFveGE","detach","map","registerDescriptionCallback","format","4332HlWKeQ","refresh","element","cell","formatInline","_acceptFormatSuggestionCallbackFactory","horizontally","author","121381dPgUyX","requires","fromRange","tableCell","5830puBYHc","mergeTableCells","subType","commands","descriptionFactory","isInContent","value","model","1390pPlXba","*Split cell:* horizontally","add","7KNKzOB","TableUtils","direction","setSelection","document","selection","5972gkjWVu","find","get","_tablePostFixingSubtypes","forceDefaultExecution","deletion","1267006InpuPQ","filter","12258198WOBjiv","low","getAncestors","commandName","mergeTableCellRight","markBlockFormat","plugins","length","registerCustomCallback","splitTableCellVertically","enableCommand","change","accept","push","stop","has","splitTableCellHorizontally","getFirstPosition","rootName","4718658oUWjdU","isEnabled","containsRange","2055801llRlWt","$graveyard","_isForcedDefaultExecutionBlock","highest","markMultiRangeBlockFormat","from","trackChanges","TrackChangesEditing","getRanges","*Merge cells*","execute","getCellLocation","getSuggestions","TableEditing","mergeTableCellLeft","getSelectionAffectedTableCells","return","formatBlock","*Split cell:* vertically","8DGTNuA","mergeTableCellDown","createRangeOn","locale","findAncestor","type","createTableWalker","2gJCLiQ","set:isEnabled","_suggestionFactory","_areSelectedCellsMergable","mergeTableCellUp","insertion","_areMergableCells"];return(la=function(){return t})()}const fa=ua;!function(t,e){const n=ua,r=t();for(;;)try{if(703720===-parseInt(n(399))/1*(-parseInt(n(349))/2)+parseInt(n(373))/3+parseInt(n(343))/4*(-parseInt(n(411))/5)+-parseInt(n(370))/6*(-parseInt(n(337))/7)+-parseInt(n(392))/8*(-parseInt(n(351))/9)+parseInt(n(436))/10*(parseInt(n(428))/11)+parseInt(n(416))/12*(-parseInt(n(424))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[fa(425)](){return[aa]}[fa(406)](){const t=fa,e=this[t(409)],n=e[t(435)][t(341)][t(342)],r=e[t(395)];if(!e[t(357)][t(366)](t(386)))return;const s=e[t(357)][t(345)](t(380)),o=e[t(357)][t(345)](t(338)),a=e[t(357)][t(345)](aa);a[t(346)][t(364)](t(429)),s[t(361)](t(429),(()=>{const n=t,r=o[n(388)](e[n(435)][n(341)][n(342)]);e[n(435)][n(362)]((()=>{const t=n;s[t(377)](r,{commandName:t(429),commandParams:[]},[],t(429))}))})),e[t(431)][t(345)](t(429)).on(t(383),((n,r)=>{const o=t;e[o(431)][o(345)](o(379))[o(434)]&&(r[o(358)]>0&&r[r[o(358)]-1]&&r[r[o(358)]-1][o(347)]||s[o(375)]||this[o(402)]()||n[o(365)]())}),{priority:t(376)});for(const n of[t(403),t(355),t(393),t(387)]){const r=e[t(431)][t(345)](n);s[t(361)](n,(()=>{const n=t,o=e[n(435)][n(341)][n(342)][n(368)]()[n(353)]()[n(344)]((t=>t.is(n(418),n(427)))),i=r[n(434)];e[n(435)][n(362)]((()=>{const t=n;s[t(377)]([o,i],{commandName:t(429),commandParams:[]},[],t(429))}))}))}for(const n of[t(360),t(367)]){const r=e[t(431)][t(345)](n);s[t(361)](n,(()=>{const i=t,a=o[i(388)](e[i(435)][i(341)][i(342)])[0],c=a[i(396)](i(410)),{column:u,row:l}=o[i(384)](a);let f=[];if(i(422)==r[i(339)]){const t=o[i(398)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(378)](t)[i(413)]((t=>t[i(419)]))}else{const t=o[i(398)](c,{column:u,includeAllSlots:!0});f=Array[i(378)](t)[i(413)]((t=>t[i(419)]))}e[i(435)][i(362)]((t=>{const e=i;s[e(356)](t[e(394)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(432)][t(414)]((e=>{const n=t;if(n(390)!=e[n(397)]&&n(420)!=e[n(397)])return;const{data:s}=e;return s&&n(429)==s[n(354)]?{type:n(415),content:zr(r,n(382))}:void 0})),s[t(432)][t(414)]((e=>{const n=t;if(n(390)!=e[n(397)]&&n(420)!=e[n(397)])return;const{data:s}=e;return s?n(360)==s[n(354)]?{type:n(415),content:zr(r,n(391))}:n(367)==s[n(354)]?{type:n(415),content:zr(r,n(437))}:void 0:void 0}));const c=a[t(421)]();for(const e of[t(403),t(355),t(393),t(387)])s[t(401)][t(359)](t(390),e,t(363),c);for(const e of[t(360),t(367)])s[t(401)][t(359)](t(390),e,t(363),c);s[t(401)][t(359)](t(390),t(429),t(363),(r=>{const s=t;e[s(435)][s(362)]((t=>{const o=s,a=Array[o(378)](n[o(381)]())[o(413)]((t=>i.LiveRange[o(426)](t)));t[o(340)](r),e[o(431)][o(345)](o(429))[o(417)](),e[o(383)](o(429),{forceDefaultExecution:!0});const c=a[o(350)]((t=>o(374)!=t[o(408)][o(369)]));c[o(358)]>0&&t[o(340)](c);for(const t of a)t[o(412)]()}))}));for(const n of[t(403),t(393),t(387),t(355)]){const r=e[t(431)][t(345)](n);r.on(t(400),((n,s,o)=>{const i=t;if(o){const t=e[i(435)][i(341)][i(342)][i(368)]()[i(353)]()[i(344)]((t=>t.is(i(418),i(427))));this[i(405)](r[i(434)],t)||(n[i(389)]=!1,n[i(365)]())}}),{priority:t(352)})}}[fa(402)](){const t=fa,e=this[t(409)][t(431)][t(345)](t(429)),n=this[t(409)][t(357)][t(345)](t(338));if(!e[t(371)])return!1;const r=n[t(388)](this[t(409)][t(435)][t(341)][t(342)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(405)](e,n))return!1;return!0}[fa(405)](t,e){const n=fa,r=this[n(409)][n(357)][n(345)](n(380)),s=this[n(409)][n(435)][n(394)](t),o=this[n(409)][n(435)][n(394)](e),i=new Set,a=new Set;for(const t of r[n(385)]())if((n(404)==t[n(397)]||n(348)==t[n(397)]||n(429)==t[n(430)])&&t[n(433)])for(const e of t[n(381)]())e[n(372)](s,!0)&&i[n(438)](t[n(397)]+":"+t[n(423)].id),e[n(372)](o,!0)&&a[n(438)](t[n(397)]+":"+t[n(423)].id);if(i[n(407)]!=a[n(407)])return!1;for(const t of i)if(!a[n(366)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=411]})(t,e)}function pa(){const t=["end","activeMarkers","data-suggestion","715334GVczqz","setAttribute","getCellLocation","data","forceValue","bindElementToMarker","_suggestionFactory","options","stop","removeMarker:suggestion","FORMAT_REGULAR_ROW","markerRange","FORMAT_HEADER_COLUMN","downcastDispatcher","registerCustomCallback","locale","createTableWalker","mapper","getSuggestion","8177PCMxZS","registerBlockAttribute","editor","6DCEsXh","_registerLegacyDescription","cell","includes","requires","612965dSbCzL","writer","markerNameToElements","setTableColumnHeader","FORMAT_REGULAR_COLUMN","TableEditing","nodeBefore","TrackChangesEditing","consume","_splitMarkerName","afterInit","editing","headingRows","type","TableUtils","ck-suggestion-marker--active","845808rbBaNP","headingColumns","name","consumable","35fmbVkz","formatBlock","start","commandName","_acceptFormatSuggestionCallbackFactory","toViewElement","removeAttribute","plugins","item","parent","accept","*Format:* %0","4660VrHHKy","FORMAT_HEADER_ROW","37103ktvzPW","showSuggestionHighlights","highest","nodeAfter","removeClass","registerDescriptionCallback","has","addMarker:suggestion","markerName","ck-suggestion-marker-","get","7879552XrraBq","descriptionFactory","commandParams","_handleLegacySuggestions","369762AUkiwW","addClass","setTableRowHeader","unbindElementFromMarkerName","enableDefaultAttributesIntegration","9HRQBOF","registerAttributeLabel","format"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(505543===-parseInt(n(447))/1+parseInt(n(428))/2*(-parseInt(n(450))/3)+parseInt(n(471))/4+parseInt(n(455))/5+-parseInt(n(417))/6*(-parseInt(n(475))/7)+-parseInt(n(413))/8*(parseInt(n(422))/9)+parseInt(n(487))/10*(parseInt(n(489))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(454)](){return[aa]}[ga(465)](){const t=ga,e=this[t(449)];if(!e[t(482)][t(495)](t(460)))return;const n=e[t(443)],r=e[t(482)][t(412)](t(462));r[t(421)](t(419)),r[t(421)](t(458)),r[t(448)](t(467)),r[t(448)](t(472)),r[t(414)][t(423)](t(467),zr(n,t(488))),r[t(414)][t(423)](t(472),zr(n,t(440))),this[t(416)]()}[ga(416)](){const t=ga,e=this[t(449)][t(482)][t(412)](t(462)),n=this[t(449)][t(482)][t(412)](t(469)),r=this[t(449)][t(482)][t(412)](aa)[t(479)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(464)](o[a(497)]),l=e[a(446)](u),f=l[a(431)];if(a(476)!=l[a(468)]||!f||a(458)!=f[a(478)])return;if(o[a(483)])return void s[a(436)]();if(!i[a(474)][a(463)](o[a(439)],s[a(473)]))return;const h=o[a(439)][a(477)][a(492)],g=o[a(439)][a(425)][a(461)],d=h[a(484)][a(484)],{column:p}=n[a(430)](h),{column:m}=n[a(430)](g);for(let s=p;s<=m;s++){const l=n[a(444)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(452)],l=i[a(445)][a(480)](s);i[a(456)][a(418)](a(411)+c,l),r&&i[a(456)][a(429)](a(427),u,l),i[a(445)][a(433)](l,o[a(497)]),t&&(e[a(426)][a(453)](o[a(497)])?i[a(456)][a(418)](a(470),l):i[a(456)][a(493)](a(470),l))}}}}e[t(434)][t(442)](t(476),t(419),t(485),r),e[t(434)][t(442)](t(476),t(458),t(485),r),this[t(449)][t(466)][t(441)].on(t(496),s(),{priority:t(491)}),this[t(449)][t(431)][t(441)].on(t(496),((e,n,r)=>{const o=t;r[o(435)][o(490)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(491)}),this[t(449)][t(466)][t(441)].on(t(437),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(464)](r[o(497)]),c=e[o(446)](a),u=c[o(431)];if(o(476)!=c[o(468)]||!u||o(458)!=u[o(478)])return;const l=s[o(445)][o(457)](r[o(497)]);if(l)for(const t of l)s[o(456)][o(493)](o(411)+i,t),s[o(456)][o(493)](o(470),t),s[o(456)][o(481)](o(427),t),s[o(445)][o(420)](t,r[o(497)])}),{priority:t(491)}),this[t(451)]()}[ga(451)](){const t=ga,e=this[t(449)],n=e[t(443)];function r(e){const r=t;return{type:r(424),content:zr(n,r(486),e)}}e[t(482)][t(412)](t(462))[t(414)][t(494)]((e=>{const s=t;if(s(476)!=e[s(468)])return;const{data:o}=e;if(o){if(s(419)==o[s(478)]){const t=o[s(415)][0][s(432)];return r(zr(n,s(t?488:438)))}if(s(458)==o[s(478)]){const t=o[s(415)][0][s(432)];return r(zr(n,s(t?440:459)))}}}))}}const Ia=Ea;function Ea(t,e){const n=Aa();return(Ea=function(t,e){return n[t-=317]})(t,e)}!function(t,e){const n=Ea,r=t();for(;;)try{if(698406===-parseInt(n(445))/1+parseInt(n(505))/2+-parseInt(n(346))/3+parseInt(n(474))/4+-parseInt(n(321))/5*(parseInt(n(490))/6)+-parseInt(n(483))/7*(parseInt(n(340))/8)+-parseInt(n(322))/9*(-parseInt(n(511))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);const ba=[Ia(318),Ia(492),Ia(390),Ia(484),Ia(339),Ia(436),Ia(504)],Ta=Object[Ia(415)](ba[Ia(337)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(359)](){return[aa]}[Ia(386)](){const t=Ia,n=this[t(449)];if(!n[t(433)][t(429)](t(402)))return;const r=n[t(433)][t(372)](t(464)),s=n[t(433)][t(372)](t(488)),o=n[t(433)][t(372)](aa),a=n[t(433)][t(372)](t(402));o[t(400)][t(334)](t(446),t(384)),n[t(475)][t(396)][t(515)](t(317),{allowIn:t(438),allowContentOf:t(438),isLimit:!0}),n[t(378)][t(350)]({model:t(317),view:t(418)});let c=null;n[t(475)].on(t(341),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(329)]-1];h&&h[u(349)]||r[u(521)]||this[u(449)][u(374)][u(372)](u(377))[u(493)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(461)))return!1;const i=s[o(382)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(520)](n[o(323)][o(365)]);if(!a[o(329)])return!1;const c=a[0][o(391)](o(331)),l=r[o(406)](a),f=r[o(512)](a),h={startRow:l[o(416)],endRow:l[o(476)],startColumn:f[o(416)],endColumn:f[o(476)]};return 1==a[o(329)]&&(h[o(405)]+=r[o(357)](i)-1,h[o(362)]+=r[o(353)](i)-1),ka(c,h,r)}(l,f,n[u(475)],s,a)&&(o[u(409)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(475)][u(471)]((()=>{const t=u;n[t(475)][t(341)](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(329)]&&r[t(422)](o,t(446),{tablePasteChainId:s}),a[t(329)]&&r[t(422)](a,t(384),{tablePasteChainId:s}),l[t(329)]&&(r[t(422)](l,t(482),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(459)]((e=>{const n=t;var r;return null===(r=e[n(371)])||void 0===r?void 0:r[n(460)](e)}))),f[t(329)]&&(r[t(342)](f,t(482),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(459)]((e=>{const n=t;var r;return null===(r=e[n(371)])||void 0===r?void 0:r[n(460)](e)})));const g=r[t(487)](h[t(337)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(366),{tablePasteChainId:s});if(g){const e=g[t(325)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(475)][t(502)](s),a=e[t(403)]((e=>e[t(440)]()[t(468)](i)));a&&r[t(334)]([a[t(404)],o])}r[t(329)]&&g[t(480)](t(354),Object[t(415)](r))}c=null})))}),{priority:e.priorities[t(326)]+10}),n[t(433)][t(372)](t(402)).on(t(412),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(409)]();const u=s[r(501)],l=o,f=ya(u),h=ya(l);e[r(441)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(508)](u[r(379)](0));for(const t of Array[r(423)](l[r(503)]()))a[r(506)](t,u,r(375));const t=c[r(426)][r(373)](s[r(385)]),e=c[r(509)][r(373)](s[r(494)]);t||e||(g=i.LiveRange[r(470)](a[r(439)](u)))}else h&&!f&&(d=a[r(439)](u));else{const t=a[r(351)](r(317)),e=a[r(351)](r(317));a[r(469)](a[r(439)](u),e),a[r(506)](t,u,0);for(const e of Array[r(423)](l[r(503)]()))a[r(506)](e,t,r(375));g=i.LiveRange[r(470)](a[r(502)](t)),d=i.LiveRange[r(470)](a[r(502)](e))}const p=Array[r(423)](l[r(465)]())[r(478)]((([t])=>ba[r(373)](t)));c[r(398)][r(334)]({element:u,attributes:p[r(329)]?Object[r(415)](p):null}),g&&c[r(320)][r(334)](g),d&&c[r(435)][r(334)](d)}),{priority:t(326)}),s.on(t(495),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(466)]||1;c[o(509)]=new Array(l)[o(489)](u)[o(337)](((t,e)=>t+e));for(const{cell:t}of s[o(432)](i,{startColumn:u,endColumn:u+l-1}))c[o(394)][o(334)](n[o(475)][o(502)](t))}),{priority:t(335)}),s.on(t(381),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(479)]||1;c[o(426)]=new Array(l)[o(489)](u)[o(337)](((t,e)=>t+e));for(const{cell:t}of s[o(432)](i,{startRow:u,endRow:u+l-1}))c[o(417)][o(334)](n[o(475)][o(502)](t))}),{priority:t(335)}),r[t(380)][t(507)]((e=>{const r=t;if(e[r(500)]&&e[r(500)][r(457)](r(482)))return e[r(443)]?{}:{type:r(430),content:zr(n[r(427)],r(462))}}));const u=()=>!1;for(const e of[t(482),t(384),t(446),t(366)])r[t(458)][t(356)](t(430),e,t(343),u),r[t(458)][t(356)](t(450),e,t(343),u),r[t(458)][t(356)](t(448),e,t(343),u);r[t(458)][t(356)](t(448),t(366),t(420),u),r[t(458)][t(356)](t(448),t(366),t(360),((e,r,s)=>{const o=t,i=e[o(337)]((t=>t[o(467)]()))[o(478)]((t=>t)),a=new Map(i[o(337)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(398)])e&&a[o(477)](t,e);else if(s&&s[o(354)])for(const[t,e]of Object[o(395)](s[o(354)])){const r=n[o(475)][o(496)][o(372)](t),s=r?r[o(440)]()[o(467)]():null;s&&a[o(477)](s,e)}n[o(475)][o(471)]((t=>{const e=o;for(const[n,r]of a)t[e(344)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(458)][o(356)](e,o(482),s,((t,i,a)=>{const c=o;n[c(475)][c(471)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(491)][o(328)];t.is(o(434),o(317))&&u[o(334)](t)}r[o(458)][o(368)](e,null,s)(t,i,a);for(const t of u)o(387)!=t[o(347)][o(437)]&&n[o(424)](t)}))}))};l(t(430),t(360)),l(t(430),t(420)),l(t(450),t(360)),l(t(450),t(420)),r[t(458)][t(356)](t(430),t(446),t(420),(e=>{const n=t,r=e[n(337)]((t=>t[n(467)]())),i=r[0][n(391)](n(331)),{minRow:a,maxRow:c}=o[n(389)](r);s[n(408)](i,{at:a,rows:c-a+1})})),r[t(458)][t(356)](t(430),t(384),t(420),(e=>{const n=t,r=e[n(337)]((t=>t[n(467)]())),i=r[0][n(391)](n(331)),{minColumn:a,maxColumn:c}=o[n(389)](r);s[n(345)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(500)]||!n[s(500)][s(457)](s(482)))return;const o=n[s(425)][s(364)],i=r[s(514)]()[s(478)]((t=>t[s(413)]&&t[s(425)]&&t[s(425)][s(364)]==o));i[s(329)]&&n[s(336)]()[s(329)]!=i[s(329)]&&i[s(399)](((t,e)=>(t[s(393)]=e,e[s(443)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(444)](e[s(456)]),i=[s(411),s(516)],a=r[s(454)][s(373)](e[s(456)]);return a&&i[s(334)](s(367)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(421),f,{priority:t(326)}),r.on(t(510),f,{priority:t(326)}),n[t(475)][t(323)][t(486)]((()=>{const e=t;let s=!1;const o=Array[e(423)](n[e(475)][e(323)][e(369)][e(497)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(444)](t);if(e(407)!=o||e(450)!=a||i[e(452)])continue;if(!r[e(324)](c))continue;const u=r[e(518)](c)[e(451)](),l=n[e(433)][e(372)](e(397)).me;for(const t of r[e(514)]())if(t[e(413)]&&t[e(463)]==l&&e(448)==t[e(410)]&&e(366)==t[e(500)]&&t[e(451)]()[e(338)]((t=>u[e(352)]((n=>n[e(361)](t,!0))))))for(const n of t[e(336)]())n[e(413)]&&(n[e(420)](),s=!0)}return s})),n[t(475)][t(323)][t(486)]((e=>{const s=t,o=n[s(374)][s(372)](s(481));if(!o||!o[s(447)][s(429)](e[s(485)]))return!1;let i=!1;const a=n[s(433)][s(372)](s(397)).me,c=n[s(475)][s(323)][s(369)][s(513)](),u=Array[s(423)](n[s(475)][s(323)][s(369)][s(497)]())[s(478)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(444)](t);return n(407)==o&&n(482)==i&&c==a.id&&!e[n(452)]}));for(const t of c){if(s(506)!=t[s(410)]||s(317)!=t[s(404)]||1!=t[s(329)])continue;const n=e[s(455)](t[s(376)],t[s(376)][s(472)](1));if(!u[s(403)]((({data:t})=>t[s(370)][s(468)](n))))for(const{name:t,data:r}of u)if(n[s(361)](r[s(370)])){e[s(519)](t,{range:n}),i=!0;break}}return i})),n[t(475)][t(323)][t(486)]((e=>{const s=t;let o=!1;const i=n[s(433)][s(372)](s(397)).me,a=r[s(514)]()[s(478)]((t=>t[s(413)]&&t[s(463)]==i)),c=new Set,u=new Set;for(const t of a)if(s(482)==t[s(500)])for(const e of t[s(325)]()){const n=e[s(440)]()[s(467)]();if(n)if(n.is(s(434),s(317))&&ya(n)){t[s(333)](e[s(404)]),c[s(330)](n),o=!0;const r=n[s(473)],i=n[s(453)],a=r&&r.is(s(434),s(317)),l=i&&i.is(s(434),s(317));a&&!c[s(429)](r)&&u[s(330)](r),l&&!c[s(429)](i)&&u[s(330)](i)}else n.is(s(434),s(388))&&n[s(327)]&&(t[s(333)](e[s(404)]),o=!0)}else if(s(366)==t[s(500)]){if(!t[s(425)]||!t[s(425)][s(364)])continue;const e=t[s(425)][s(354)];if(e&&Object[s(392)](e)[s(329)])continue;const n=t[s(425)][s(364)];let r=!0,i=!0;for(const e of a)if(e[s(500)]&&e[s(500)][s(457)](s(482))){if(!e[s(425)][s(364)]){i=!1;break}if(e.id!=t.id&&e[s(425)][s(364)]==n){r=!1;break}}i&&r&&(t[s(319)](),o=!0)}for(const t of c)e[s(508)](t);for(const t of u)e[s(424)](t);return o})),n[t(378)][t(355)](t(499))[t(348)]({model:t(419),view:(t,e)=>h(t),converterPriority:t(326)}),n[t(378)][t(355)](t(401))[t(348)]({model:t(419),view:(e,n)=>n[t(358)][t(383)]?h(e,!1):null,converterPriority:t(326)});const g=n[t(428)][t(332)];this[t(517)](g[t(323)],t(498),((e,n)=>{const r=t,s=[];for(const t of g[r(439)](n[r(414)])[r(442)]())t.is(r(434),r(418))&&s[r(334)](t);g[r(471)]((t=>{const e=r;for(const n of s)t[e(363)](t[e(439)](n),t[e(431)](n)),t[e(508)](n)}))}))}}function ya(t){const e=Ia;if(t[e(327)])return!0;const n=t[e(379)](0);return n.is(e(434),e(388))&&n[e(327)]}function Aa(){const t=["_createdBatches","formatBlock","editor","deletion","getRanges","oldRange","previousSibling","activeMarkers","createRange","markerName","startsWith","_suggestionFactory","forEach","call","documentSelection","*Replace table cells*","author","TrackChangesEditing","getAttributes","columns","getContainedElement","isEqual","wrap","fromRange","change","getShiftedBy","nextSibling","722888MNXbYz","model","last","set","filter","rows","setAttribute","redo","tablePaste","441DOxCty","tableCellHorizontalAlignment","batch","registerPostFixer","markMultiRangeBlockFormat","TableUtils","fill","7908390cjbWKY","start","tableCellBorderColor","value","column","insertColumns","markers","getChangedMarkers","clipboardOutput","editingDowncast","subType","cell","createRangeOn","getChildren","tableCellPadding","2547584bqPYGU","insert","registerDescriptionCallback","remove","columnInsertionIndexes","suggestionUnloaded","10PVrqGZ","getColumnIndexes","getChanges","getSuggestions","register","ck-suggestion-marker-insertion","listenTo","getSuggestion","updateMarker","getSelectionAffectedTableCells","_isForcedDefaultExecutionBlock","tableCellSuggestion","tableCellBorderWidth","removeMarkers","insertionRanges","5ChHyLm","13186161PxqNaT","document","hasSuggestion","getMarkers","high","isEmpty","nodeAfter","length","add","table","view","removeMarker","push","low","getAllAdjacentSuggestions","map","every","tableCellVerticalAlignment","13048rpvsyh","insertContent","markMultiRangeDeletion","join","setAttributes","removeColumns","439815vAVKzy","root","markerToHighlight","forceDefaultExecution","elementToElement","createElement","some","getColumns","markerAttributes","for","registerCustomCallback","getRows","options","requires","accept","containsRange","endColumn","move","tablePasteChainId","selection","tablePasteCell","ck-suggestion-marker--active","getSuggestionCallback","differ","newRange","detach","get","includes","commands","end","position","trackChanges","conversion","getChild","descriptionFactory","insertRows","getTableIfOnlyTableInContent","showSuggestionHighlights","tablePasteColumn","row","afterInit","$graveyard","paragraph","_getCoordsForCells","tableCellBorderStyle","findAncestor","keys","next","columnInsertionRanges","entries","schema","Users","cells","reduce","_tablePostFixingSubtypes","dataDowncast","TableClipboard","find","name","endRow","getRowIndexes","suggestion","removeRows","stop","type","ck-suggestion-marker","_replaceTableSlotCell","isInContent","content","fromEntries","first","rowInsertionRanges","suggestion-td","suggestion:formatBlock:tablePasteCell","discard","suggestionLoaded","markMultiRangeInsertion","from","unwrap","attributes","rowInsertionIndexes","locale","editing","has","insertion","createPositionBefore","createTableWalker","plugins","element","deletionRanges","tableCellBackgroundColor","rootName","tableCell","createRangeIn","getRange","return","getItems","previous","_splitMarkerName","653814QHxvdi","tablePasteRow"];return(Aa=function(){return t})()}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(432)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=La();return(Ca=function(t,e){return n[t-=104]})(t,e)}function La(){const t=["tableWidth","handleSuggestionDescription","selection","plugins","subType","getSelectedElement","8bjvTEF","getTableColumnsWidths","type","getColumnGroupElement","registerCustomCallback","formatInline","formatBlock","751405IWEfpC","3905394YHdGAH","afterInit","*Format:* resize table","registerDescriptionCallback","has","locale","410046cmRtve","resizeTable","data","getAttribute","document","markBlockFormat","1838soQoGw","table","7489013gmiGGa","get","accept","getContainedElement","formatGroupId","15470ynBVzR","editor","columnWidths","bind","resizeTableWidth","_suggestionFactory","7040763VhJUKA","author","TrackChangesEditing","model","11264AlGBzN","getSuggestionCallback","Users","542ANEXjv","discard","descriptionFactory","TableColumnResizeEditing","getSuggestions","20UTWOVZ","commandParams","handleResizeTableWidthCommand","enableCommand","format","change"];return(La=function(){return t})()}const Na=Ca;!function(t,e){const n=Ca,r=t();for(;;)try{if(583344===parseInt(n(110))/1*(parseInt(n(130))/2)+parseInt(n(104))/3*(-parseInt(n(135))/4)+-parseInt(n(154))/5+parseInt(n(155))/6+-parseInt(n(112))/7*(-parseInt(n(147))/8)+parseInt(n(123))/9+parseInt(n(117))/10*(-parseInt(n(127))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Sa extends t.Plugin{[Na(156)](){const t=Na;if(!this[t(118)][t(144)][t(159)](t(133)))return;const e=this[t(118)][t(144)][t(113)](t(125));e[t(138)](t(121),this[t(137)][t(120)](this)),e[t(122)][t(151)](t(153),t(105),t(114),e[t(122)][t(128)](t(153),null,t(131))),e[t(122)][t(151)](t(153),t(105),t(131),e[t(122)][t(128)](t(153),null,t(114))),e[t(132)][t(158)](this[t(142)][t(120)](this))}[Na(137)](t,e){const n=Na,r=this[n(118)][n(144)][n(113)](n(125)),s=this[n(118)][n(144)][n(113)](n(133)),o=e[n(111)]||this[n(118)][n(126)][n(108)][n(143)][n(146)]();this[n(118)][n(126)][n(140)]((()=>{const i=n,a=s[i(150)](o);let c=a?s[i(148)](a):null,u=o[i(107)](i(141))||null;const l=e[i(141)]||u,f=e[i(119)]||c,h=this[i(118)][i(144)][i(113)](i(129)).me;for(const t of r[i(134)]()){const e=t[i(115)]();if(i(105)===t[i(145)]&&e===o){t[i(124)]!==h&&t[i(131)]();const e=t[i(106)][i(136)];u=e[0][i(141)],c=e[0][i(119)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(109)](o,{commandName:i(121),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(105)},[],i(105))}))}[Na(142)](t){const e=Na;if(e(153)!=t[e(149)]&&e(152)!=t[e(149)])return;const{data:n}=t;if(n&&e(105)===n[e(116)]){const t=e(157);return{type:e(139),content:zr(this[e(118)][e(160)],t)}}}}const Ra=Ma;function va(){const t=["enableCommand","102267JDgzrr","plugins","get","insertTemplate","390454aVaphB","10vheJDF","has","67128iWzNZf","Template","3386892bmXhqn","63YCeJhx","afterInit","editor","18ypRrXE","2385845PWyASp","904Pouggh","63245hVnpKw","48gmaxgo","3123OyriHB","TrackChangesEditing"];return(va=function(){return t})()}function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(210004===parseInt(n(443))/1+-parseInt(n(452))/2*(-parseInt(n(460))/3)+-parseInt(n(456))/4*(-parseInt(n(455))/5)+parseInt(n(446))/6*(-parseInt(n(449))/7)+parseInt(n(454))/8*(-parseInt(n(457))/9)+parseInt(n(444))/10*(-parseInt(n(453))/11)+-parseInt(n(448))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class Oa extends t.Plugin{[Ra(450)](){const t=Ra,e=this[t(451)];e[t(440)][t(445)](t(447))&&e[t(440)][t(441)](t(458))[t(459)](t(442))}}const wa=Fa;function Da(){const t=["1395280tlMcGS","tableOfContents","plugins","38CCKxgB","locale","enableCommand","descriptionFactory","insertTableOfContents","ELEMENT_TABLE_OF_CONTENTS","TrackChangesEditing","44pmeFzf","220284ScrIqe","18609SCkMKA","8473240FJqOFp","commands","afterInit","121953RHWlIb","119xGDwft","editor","get","126ECvZur","registerElementLabel","40103657vLoFHE","218700EiHeKf"];return(Da=function(){return t})()}function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=218]})(t,e)}!function(t,e){const n=Fa,r=t();for(;;)try{if(576526===parseInt(n(220))/1*(-parseInt(n(235))/2)+-parseInt(n(224))/3*(parseInt(n(218))/4)+-parseInt(n(232))/5+-parseInt(n(219))/6*(parseInt(n(225))/7)+-parseInt(n(221))/8+-parseInt(n(228))/9*(parseInt(n(231))/10)+parseInt(n(230))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Ba extends t.Plugin{[wa(223)](){const t=wa,e=this[t(226)];if(!e[t(222)][t(227)](t(239)))return;e[t(234)][t(227)](t(241))[t(237)](t(239));const n=e[t(234)][t(227)](t(241)),r=e[t(236)];n[t(238)][t(229)](t(233),(e=>zr(r,t(240),e)))}}const Pa=xa;function xa(t,e){const n=Ua();return(xa=function(t,e){return n[t-=339]})(t,e)}function Ua(){const t=["nodeBefore","document","registerPostFixer","has","getChangedMarkers","TrackChangesEditing","getNearestSelectionRange","6ruKTcV","7531811RIohWl","isTouching","30CfgXhR","afterInit","isEqual","start","1288792UIJTVK","element","forward","schema","Title","1156HvNEFf","2095696aNuXlY","suggestion","createRange","model","end","editor","newRange","locale","25590570ghzftE","descriptionFactory","_splitMarkerName","title-content","updateMarker","isCollapsed","get","343636SGBggg","differ","8958150NqGNcy","removeMarker","744mntzJX","plugins","from","registerElementLabel","ELEMENT_TITLE"];return(Ua=function(){return t})()}!function(t,e){const n=xa,r=t();for(;;)try{if(716816===-parseInt(n(371))/1+parseInt(n(376))/2*(parseInt(n(352))/3)+-parseInt(n(348))/4*(parseInt(n(367))/5)+parseInt(n(364))/6*(parseInt(n(365))/7)+-parseInt(n(377))/8+-parseInt(n(350))/9+parseInt(n(341))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(368)](){const t=Pa,e=this[t(382)];if(!e[t(353)][t(360)](t(375)))return;const n=e[t(353)][t(347)](t(362));n[t(342)][t(355)](t(344),(()=>zr(e[t(340)],t(356)))),e[t(380)][t(358)][t(359)]((r=>{const s=t;let o=!1;const i=Array[s(354)](e[s(380)][s(358)][s(349)][s(361)]());for(const{name:t,data:a}of i){const{group:i}=n[s(343)](t);if(s(378)!==i||!a[s(339)])continue;const c=a[s(339)],u=c[s(381)][s(357)];if(!u||!u.is(s(372),s(344)))continue;if(!c[s(370)][s(366)](c[s(381)]))continue;const l=e[s(380)][s(374)][s(363)](c[s(381)],s(373));if(l&&l[s(346)]){const e=r[s(379)](c[s(370)],l[s(370)]);e[s(369)](c)||(r[s(345)](t,{range:e}),o=!0)}o||(r[s(351)](t),o=!0)}return o}))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=123]})(t,e)}function Ha(){const t=["781266zraXBW","4NPrzzs","69262iIStLh","undo","afterInit","UndoEditing","812365aCafby","get","TrackChangesEditing","1425582veaMEk","has","786646ZnWRAL","149382ZjXlXA","plugins","enableCommand","206232JnPdqE","redo","7eWDAzo","editor"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(135340===parseInt(n(128))/1*(-parseInt(n(132))/2)+parseInt(n(130))/3+parseInt(n(131))/4*(parseInt(n(136))/5)+-parseInt(n(123))/6+parseInt(n(141))/7+parseInt(n(126))/8+-parseInt(n(139))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{[Ga(134)](){const t=Ga,e=this[t(129)],n=e[t(124)][t(137)](t(138));e[t(124)][t(140)](t(135))&&(n[t(125)](t(133)),n[t(125)](t(127)))}}const Wa=qa;function Ka(){const t=["requires","145283ZQaKzD","6SggYkG","22jqupBe","plugins","afterInit","has","377uDMlON","toggleTableCaption","enableCommand","TrackChangesEditing","6831cBKSTo","2944BrzwWn","620YWtKkL","483574ZGqZEw","6bUeIBH","1888230zsfwve","2AwSbnP","editor","2361696mcDMdS","TableCaptionEditing","812NVQBfy","390140HcQaLH","get"];return(Ka=function(){return t})()}function qa(t,e){const n=Ka();return(qa=function(t,e){return n[t-=124]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(199672===-parseInt(n(136))/1*(-parseInt(n(128))/2)+-parseInt(n(137))/3*(-parseInt(n(133))/4)+-parseInt(n(127))/5*(-parseInt(n(126))/6)+-parseInt(n(132))/7*(-parseInt(n(147))/8)+parseInt(n(146))/9*(parseInt(n(124))/10)+parseInt(n(138))/11*(parseInt(n(130))/12)+parseInt(n(142))/13*(-parseInt(n(125))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class Xa extends t.Plugin{static get[Wa(135)](){return[aa]}[Wa(140)](){const t=Wa,e=this[t(129)];e[t(139)][t(141)](t(131))&&e[t(139)][t(134)](t(145))[t(144)](t(143))}}const Za=Ja;function Ya(){const t=["13760fhaOaj","tableCellPadding","tableCellVerticalAlignment","tableAlignment","change","18lWzWuM","tableCellBorderStyle","join","_handlePropertyChange","TableUtils","discard","getSelectionAffectedTableCells","getAttribute","tableCellHorizontalAlignment","tableBackgroundColor","tableHeight","data","registerDescriptionCallback","pluginName","registerCustomCallback","TrackChangesEditing","has","formatBlock","14543720EEnEvu","getFirstPosition","findAncestor","nodeAfter","612iEjYHg","enqueueChange","8sVYjzf","format","3707606BxxcQg","5885055CdaMAP","accept","getSuggestions","batch","TablePropertiesEditing","tableProperties","tableCellBorderColor","tableBorderColor","tableCellBorderWidth","commandParams","TableCellPropertiesEditing","selection","handleDiscardAction","tableBorderWidth","tableCellBackgroundColor","_suggestionFactory","document","plugins","tableBorderStyle","tableWidth","getContainedElement","handleSuggestionDescription","tableCellHeight","removeAttribute","1029544eUCzCA","*Format:* change table properties","getSuggestionCallback","_getSuggestion","3287028OUgvUj","77978qmkOis","editor","start","enableCommand","afterInit","model","locale","TrackChangesTableProperties","*Format:* change table cell properties","descriptionFactory","setAttribute","table","tableCellWidth","get","markBlockFormat","tableCellProperties","subType"];return(Ya=function(){return t})()}function Ja(t,e){const n=Ya();return(Ja=function(t,e){return n[t-=280]})(t,e)}!function(t,e){const n=Ja,r=t();for(;;)try{if(567936===parseInt(n(285))/1+-parseInt(n(290))/2*(parseInt(n(312))/3)+parseInt(n(289))/4+-parseInt(n(307))/5*(-parseInt(n(334))/6)+-parseInt(n(338))/7*(parseInt(n(336))/8)+parseInt(n(339))/9+-parseInt(n(330))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Qa extends t.Plugin{constructor(t){const e=Ja;super(t),this[e(344)]=[e(346),e(357),e(352),e(310),e(280),e(322),e(321)],this[e(305)]=[e(345),e(313),e(347),e(308),e(302),e(283),e(353),e(320),e(309)]}static get[Za(325)](){return Za(297)}[Za(294)](){const t=Za,e=this[t(291)][t(356)][t(303)](t(327));if(this[t(291)][t(356)][t(328)](t(343))){for(const n of this[t(344)])e[t(293)](n,((e,r)=>{const s=t,o=this[s(291)][s(295)][s(355)][s(350)][s(331)]()[s(332)](s(301));this[s(315)](n,[o],this[s(344)],s(344),e,r)}));e[t(354)][t(326)](t(329),t(344),t(340),e[t(354)][t(287)](t(329),null,t(317))),e[t(354)][t(326)](t(329),t(344),t(317),((e,n)=>this[t(351)](this[t(344)],e,n))),e[t(354)][t(326)](t(329),t(344),t(314),(()=>!1))}if(this[t(291)][t(356)][t(328)](t(349))){for(const n of this[t(305)])e[t(293)](n,((e,r)=>{const s=t,o=this[s(291)][s(356)][s(303)](s(316))[s(318)](this[s(291)][s(295)][s(355)][s(350)]);this[s(315)](n,o,this[s(305)],s(305),e,r)}));e[t(354)][t(326)](t(329),t(305),t(340),e[t(354)][t(287)](t(329),null,t(317))),e[t(354)][t(326)](t(329),t(305),t(317),((e,n)=>this[t(351)](this[t(305)],e,n))),e[t(354)][t(326)](t(329),t(305),t(314),(()=>!1))}e[t(299)][t(324)]((e=>this[t(282)](e)))}[Za(315)](t,e,n,r,s,o){const i=Za,a=this[i(291)][i(356)][i(303)](i(327));this[i(291)][i(295)][i(335)](o[i(342)],(()=>{const t=i;for(const i of e)if(this[t(288)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(319)](r);void 0!==n&&(e[r]=n)}s(o),a[t(304)](i,{commandParams:[e]},[],r)}}))}[Za(351)](t,e,n){const r=Za,s=e[0][r(292)][r(333)],o=n[r(348)][0];this[r(291)][r(295)][r(311)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(300)](r,o[r],s):e[n(284)](r,s)}))}[Za(282)](t){const e=Za;if(t[e(323)])switch(t[e(306)]){case e(344):return{type:e(337),content:zr(this[e(291)][e(296)],e(286))};case e(305):return{type:e(337),content:zr(this[e(291)][e(296)],e(298))}}}[Za(288)](t,e){const n=Za,r=this[n(291)][n(356)][n(303)](n(327));for(const s of r[n(341)]({skipNotAttached:!0})){const r=s[n(281)]();if(s[n(306)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=J?J.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=Tc;function bc(){const t=["setAttribute","data","key","enableCommand","remove","group","_processAttributeChanges","formatInline:accept","batch","formatInline","fetchCommentThread","18420IOxepg","_afterChanges","_commentsRepository","upcast","newRange","comments","ck-suggestion-marker-formatInline","nodeBefore","chain","open","set","acceptSelectedSuggestions","change","next","isSelectable","removeAttribute","range","_registerDefaultCallbacks","getAttribute","markers","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.","addMarker:suggestion:formatBlock","getChanges","join","parent","dataToMarker","createRangeIn","formatInline:chain","discardSuggestion","suggestion:attribute:","_adapter","formatBlock","groupId","addMarker","966948onzYVj","isAfter","size","name","backward","removed","insertion:discard","getChangedMarkers","tablePasteChainId","showSuggestionHighlights","trackChanges","multi","after","toUpperCase","change:data","differ","isCollapsed","find","dataDowncast","_rangeIsInLocalUserInsertion","registerCustomCallback","skipNestingCheck","_findSuggestions","refresh","_updateSuggestionData","splice","add","$elementName","move","_checkSuggestionCorrectness","stop","clone","_suggestions","enableReadOnlyMode","editingDowncast","getFirstMarker","reconvertMarker","createSelection","config","locale","Users","model","elementStart","suggestion","acceptSuggestion","markAttributeChange","CommentsRepository","fromRange","getIntersection","getWalker","toJSON","trackChangesCommand","length","addSuggestion","high","addSuggestionData","track-changes-command-not-found","data-suggestion","track-changes-suggestion-data-mismatch","enqueueChange","external:","markMultiRangeDeletion","announce","_customCallbacks","elementToElement","markerReady","subType","getMarkers","for","LEAVE","containsRangeInObject","map","$text","widget","insertion:accept","execute","elementEnd","low","enableDefaultAttributesIntegration","value","updateMarker","some","getAncestors","error-saving-suggestion-data-suggestion-discarded","addComment","stopListening","_model","95UvEhrS","suggestion:","containerElement","never","isEqual","bindElementToMarker","setTo","format","filter","descriptionFactory","addMarker:suggestion:attribute","documentSelection","commands","howMany","getContainedElement","_recordAttributeSuggestions","insertion:","unshift","nodeAfter","define","values","_enabledCommands","warn","isBefore","forEach","updateSuggestion","_removeSuggestion","insertion","markInsertion","author","highest","addMarkerName","_joinWithAdjacentSuggestions","adapter","unbindElementFromMarkerName","markerToHighlight","createRange","toViewElement","attributeNewValue","_setSuggestionData","selection","element","_addSuggestionMarker","from","consume","attribute","before","formatBlock:accept","oldRange","createdAt","track-changes-suggestion-not-found","markBlockFormat","_setSuggestionRange","init","9pfWVIk","getRanges","schema","PENDING_ACTION_SUGGESTION","listenTo","isIntersecting","deletion:chain","normal","containsRange","activeMarkers","requires","removeMarker:suggestion:formatBlock","trackChanges.mergeNestedSuggestions","marker-count","FORMATTING","attribute:join","track-changes-adapter-already-set","_addThreadToSuggestion","buildSuggestion","suggestionUnloaded","getShiftedBy","createPositionAfter","insert","getUser","_reduceSuggestionAttributeRange","getFirstRange","targetPosition","pop","return","hasCommentThread","deletion:discard","addHighlight","change:activeMarkers","addRange","markMultiRangeInsertion","addCommentThread","multipleBlocks","_getExternalAuthor","removeMarkers","unbind","_defaultCallbacks","1863448okfAfZ","hasSuggestion","_handleNewSuggestionMarker","_getSuggestionData","_getAttributeKey","getRange","isIntersectingWithRange","ck-suggestion-marker--active","_editor","addMarker:suggestion","_initAriaMarkerChangeAnnouncements","isOwn","resolve","splitPosition","PendingActions","deletion:","dataReady","121024AhpSxc","_blockAttributeKeys","editing","insertion:chain","_getMarkerAnnouncementText","formatBlock:join","get","always","221043JLXEeB","containsPosition","_onDiscard","$textProxy","_reduceExistingSuggestions","_saved","_refreshSuggestionsChain","assign","setSelection","update:suggestion","commandName","type","removeMarker:suggestion:attribute","registerBlockAttribute","getNearestSelectionRange","split","_getAuthorFromId","registerInlineAttribute","attributeOldValue","deleteContent","ready","notReady","_processAttributeSuggestions","197967xqPiRm","attributes","consumable","isRemovable","substr","then","lowest","concat","isArray","registerPostFixer","getSuggestions","isNextTo","removeComment","forward","ck-suggestion-marker-","deletion:accept","_joinSuggestions","_recordAttributeChanges","formatBlock:","catch","isLocal","detach","keys","markerToData","discardAllSuggestions","start","suggestion-type","formatInline:discard","attribute:","pluginName","startsWith","isDocumentOperation","removeClass","attributeKey","markDeletion","ENTER","hasComments","createRangeOn","createElement","item","accept","commentThread","_isRegisteredAttribute","action","TrackChangesEditing","mapper","originalSuggestionId","plugins","isTouching","_trackFormatChanges","isInContent","authoredAt","track-changes-adapter-missing-getsuggestion","_refreshAttributeSuggestionsChain","end","$graveyard","_createSuggestion","addUser","_isForcedDefaultExecutionBlock","createPositionAt","75793PhdBQJ","$marker","getDifference","suggestionChanged","getItems","applyOperation","has","discardSelectedSuggestions","isObject","discard","deletion","rethrowUnexpectedError","newValue","markMultiRangeBlockFormat","root","collaboration.channelId","delete","moveTargetPosition","formatGroupId","substring","removeMarker","conversion","getCustomProperty","createPositionBefore","getMultiRangeId","isMultiRange","@external","markInlineFormat","meta","push","includes","markerName","getCommentThread","getAllAdjacentSuggestions","isAtEnd","_SUGGESTION_ANNOUNCEMENT","acceptAllSuggestions","head","position","oldValue","containsItem","_cutOutSuggestionMarker","insertion:join","getSuggestion","insertContent","authorName","attribute:accept","isInsideObject","getLastMatchingPosition","rename","creator","formatBlock:chain","document","deletion:join","addClass","isExternal","accepted","_isDataLoaded","suggestionLoaded","fire","_splitMarkerName","clear","track-changes-user-not-found","track-changes-enable-command-twice","isBlock","previous","attribute:discard","fromCharCode","formatBlock:discard","rootName","rejected","_isBlockAttribute","writer","getSuggestionCallback","default","isLimit","formatInline:","change:_saved","_mergeNestedSuggestions","isUndo","every","_inlineAttributeKeys","editor","_suggestionFactory","_breakSuggestionMarker","options","ck-suggestion-marker","_suggestionState","trackChanges.trackFormatChanges","isAtStart","markerNameToElements","formatInline:join","sort","forceDefaultExecution","ck-suggestion-marker-formatBlock"];return(bc=function(){return t})()}function Tc(t,e){const n=bc();return(Tc=function(t,e){return n[t-=344]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(189351===-parseInt(n(748))/1+parseInt(n(657))/2+-parseInt(n(665))/3+-parseInt(n(424))/4*(parseInt(n(545))/5)+parseInt(n(458))/6+-parseInt(n(688))/7+parseInt(n(640))/8*(parseInt(n(599))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const _c=Ec(485);class yc extends t.Plugin{static get[Ec(609)](){return[Ec(504),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ms,As,Rs,xs,to,so,uo,go,bo,Ao,No,Mo,Fo,Ho,Uo,Ko,Jo,ei,ui,pi,Ni,ri,js,qs,bi,yi,vi,Fi,ji,zi,qi,$i,ra,aa,ha,ma,Xa,_a,Sa,Ba,Qa,Oa,ja,za]}static get[Ec(717)](){return Ec(732)}constructor(t){const e=Ec;function n(t){const e=Tc;return t[e(529)]((t=>String[e(385)](t)))[e(447)]("")}super(t),this[e(560)]=!1,this[e(434)](e(608),[]),this.on(e(631),((n,r,s,o)=>{const i=e;this[i(544)][i(436)]((()=>{const e=i;for(const n of[...o,...s])this[e(544)][e(443)][e(754)](n)&&t[e(659)][e(494)](n)}))})),this[e(554)]=new Xr(this[e(400)][e(499)][e(601)],this[e(400)][e(497)]),this[e(454)]=null,this[e(401)]=new Ac(this[e(400)]),this[e(490)]=new Map,this[e(426)]=t[e(735)][e(663)](e(504)),this[e(566)]=new Set,this[e(544)]=this[e(400)][e(499)],this[e(405)]=new WeakMap,this[e(746)]=!1,this[e(658)]=new Set([e(485)]),this[e(399)]=new Set,t[e(496)][e(564)](e(406),e(392)),this[e(737)]=t[e(496)][e(663)](e(406)),t[e(496)][e(564)](e(611),!0),this[e(396)]=t[e(496)][e(663)](e(611)),this[e(509)]=new f(t,this[e(566)]),this[e(650)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,52,50,52])}[Ec(598)](){const t=Ec,n=this[t(400)],r=(e,n)=>{const r=t;if(r(590)!=e)return r(702)+e;const s=n[r(680)]("|")[0];return this[r(389)](s)?r(412):r(430)};n[t(769)][t(526)](t(492))[t(580)]({model:t(501),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(378)](e[n(349)]),a=[n(404),r(o,i)];let c=3e3;return this[n(608)][n(348)](e[n(349)])&&(a[n(347)](n(647)),c=3010),n(758)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(769)][t(526)](t(476))[t(484)]((e=>{const r=t;e.on(r(649),((t,e,s)=>{const o=r;if(!s[o(403)][o(467)])return;const i=e[o(727)];if(!i)return;const c=s[o(733)][o(582)](i);n[o(499)][o(601)][o(756)](i)&&c&&!c[o(770)](o(531))&&c.is(o(547))&&(0,a.toWidget)(c,s[o(390)])}),{priority:r(512)})})),n[t(769)][t(526)](t(476))[t(580)]({model:t(501),view:(e,n)=>{const s=t;if(!n[s(403)][s(467)])return null;const{type:o,subType:i}=this[s(378)](e[s(349)]);return{classes:[s(404),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(727)])return;const{id:c}=this[a(378)](o[a(349)]);if(r){const t=this[a(490)][a(663)](c),e=this[a(644)](t);if(!this[a(389)](e))return}if(o[a(727)].is(a(585)))return void i[a(690)][a(589)](o[a(727)],s[a(461)]);const u=i[a(733)][a(582)](o[a(727)]);if(o[a(727)].is(a(586))&&n[a(499)][a(601)][a(382)](o[a(727)])&&!u[a(770)](a(630))){i[a(390)][a(372)]([a(404),a(412)],u),i[a(390)][a(413)](a(515),c,u),i[a(733)][a(550)](u,o[a(349)]),e&&(this[a(608)][a(348)](o[a(349)])?i[a(390)][a(372)](a(647),u):i[a(390)][a(720)](a(647),u));for(const t of n[a(499)][a(450)](o[a(727)])[a(752)]())i[a(690)][a(589)](t,s[a(461)]);i[a(690)][a(589)](o[a(727)],s[a(461)])}};n[t(769)][t(526)](t(476))[t(484)]((e=>{const n=t;e.on(n(445),((t,e,r)=>{const o=n;r[o(403)][o(467)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(575)})})),n[t(769)][t(526)](t(476))[t(484)]((e=>{const n=t;e.on(n(555),((t,e,r)=>{const o=n;r[o(403)][o(467)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(575)})})),n[t(769)][t(526)](t(476))[t(711)]({model:t(501),view:(e,n)=>n[t(403)][t(467)]?null:{group:t(501),name:e[t(692)](11)}}),n[t(769)][t(526)](t(427))[t(522)]({view:{name:t(501),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(546)+e[r(442)](r(714))+":"+e[r(442)]("id");return e[r(442)](r(612))&&(s+=":"+e[r(442)](r(612))),n[r(726)](r(749),{"data-name":s})}}),n[t(769)][t(526)](t(427))[t(449)]({view:t(501)}),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(445),s(),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(555),s({isAttributeSuggestion:!0}),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(610),((t,e,r)=>{const s=n,o=r[s(733)][s(408)](e[s(349)]);if(o)for(const t of o)t[s(770)](s(630))||(r[s(390)][s(720)]([s(404),s(412),s(647)],t),r[s(390)][s(439)](s(515),t),r[s(733)][s(579)](t,e[s(349)]))}),{priority:n(512)})})),n[t(769)][t(526)](t(492))[t(484)]((e=>{const n=t;e.on(n(677),((t,e,r)=>{const s=n,o=r[s(733)][s(408)](e[s(349)]);if(!o)return;const{id:i}=this[s(378)](e[s(349)]),a=this[s(490)][s(663)](i),c=this[s(644)](a);if(this[s(389)](c))for(const t of o)t[s(770)](s(630))||(r[s(390)][s(720)]([s(404),s(412),s(647)],t),r[s(390)][s(439)](s(515),t),r[s(733)][s(579)](t,e[s(349)]))}),{priority:n(512)})})),n[t(499)][t(370)][t(697)]((e=>{const r=t;let s=!1;const o=Array[r(588)](n[r(499)][r(370)][r(473)][r(465)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(378)](t);if(r(501)!==o)continue;const h=this[r(490)][r(663)](f);if(null!=c[r(428)]){r(422)==u&&(s=s||Lc(c[r(428)],t,e,n[r(499)][r(601)]));const o=r(590)==u&&this[r(389)](l[r(680)]("|")[0]);if(c[r(428)][r(474)]||r(743)==c[r(428)][r(762)][r(387)]||r(455)==u&&!Sc(c[r(428)])||o&&!Sc(c[r(428)])||r(758)==u&&(Cc(a=c[r(428)])||function(t){const e=r;return t[e(713)][e(448)]==t[e(742)][e(431)]&&t[e(713)][e(352)]}(a)))e[r(768)](t),s=!0;else{if(!h||!h[r(738)])continue;i[r(484)](h)}}}var a;return i[r(460)]>0&&(s=!!this[r(577)](i)||s),s})),n[t(499)][t(370)][t(697)]((e=>{const r=t;let s=!1;for(const t of n[r(499)][r(370)][r(473)][r(446)]())if(r(621)==t[r(676)])for(const t of this[r(490)][r(565)]()){if(t[r(773)]||!t[r(738)])continue;const o=r(455)==t[r(676)],i=this[r(644)](t),a=i&&this[r(389)](i);if(!o&&!a)continue;const c=t[r(624)]();if(c[r(713)][r(448)]!=c[r(742)][r(448)]&&!c[r(742)][r(352)]){const o=n[r(499)][r(747)](c[r(713)][r(563)],r(742)),i=n[r(499)][r(581)](c[r(713)],o);e[r(538)](t[r(493)](),{range:i}),s=!0}}return s})),n[t(499)][t(370)][t(697)]((e=>this[t(419)](e))),n[t(499)][t(370)][t(697)]((e=>!e[t(421)][t(708)]&&this[t(687)](e))),n[t(499)].on(t(425),(()=>{this[t(560)]=!1})),n[t(499)][t(370)].on(t(472),((r,s)=>{const o=t;if(!s[o(708)]||s[o(397)])return;if(!this[o(560)])return;const i=n[o(499)][o(370)][o(473)][o(446)]();if(0==i[o(510)])return;const a=[],c=i[o(553)]((t=>o(590)==t[o(676)])),u=i[o(553)]((t=>o(621)==t[o(676)]&&o(530)!=t[o(461)]));for(const t of c)this[o(730)](t[o(721)])&&a[o(347)]({key:t[o(721)],newValue:t[o(583)],oldValue:t[o(683)],range:Rc(t[o(440)],n[o(499)])});for(const t of u){if(o(367)!=t[o(731)]&&o(481)!=t[o(731)])continue;const e=vc(t[o(356)][o(563)],n[o(499)]),r=t[o(591)];o(367)==t[o(731)]&&a[o(347)]({key:o(485),newValue:t[o(461)],oldValue:r[o(461)],range:e});for(const[n,s]of r[o(689)]){if(!this[o(730)](n))continue;const r=t[o(689)][o(663)](n);s!==r&&a[o(347)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(689)])this[o(730)](n)&&(r[o(689)][o(754)](n)||a[o(347)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(510)]&&n[o(499)][o(517)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(503)](t,e,s,o,{groupId:r});this[n(669)](t,a)}))}),{priority:t(694)}),n[t(499)][t(443)].on(t(674),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(378)](n[s(461)]),e=this[s(490)][s(663)](t);e&&e[s(576)](n[s(461)])}})),n[t(499)][t(370)].on(t(472),(()=>{const e=t,r=Array[e(588)](n[e(499)][e(370)][e(473)][e(465)]())[e(553)]((t=>e(501)===this[e(378)](t[e(461)])[e(418)]));if(0===r[e(510)])return;r[e(410)](((t,n)=>{const r=e,s=t[r(414)][r(593)],o=n[r(414)][r(593)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(713)][r(568)](o[r(713)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(378)](t);if(null===n[e(593)]){const n=this[e(642)](t);o[e(484)](n)}else{const t=this[e(490)][e(663)](r);null!==n[e(428)]||t[e(738)]?(s[e(484)](t[e(355)]),o[e(484)](t)):this[e(571)](t)}}o[e(460)]>0&&this[e(671)](o);for(const t of s)this[e(377)](e(751),t)})),n[t(499)].on(t(753),((e,r)=>{const s=t,o=r[0];if(!this[s(490)][s(460)])return;if(!o[s(719)])return;if(o[s(421)][s(397)]||!o[s(421)][s(708)])return;let i,a;switch(o[s(676)]){case s(621):i=n[s(499)][s(747)](o[s(356)]),a=i[s(619)](o[s(558)]);break;case s(680):i=n[s(499)][s(747)](o[s(653)]),a=n[s(499)][s(747)](o[s(765)]);break;case s(486):i=n[s(499)][s(747)](o[s(625)]),a=i[s(619)](o[s(558)]);break;default:return}const c=n[s(499)][s(581)](i,a);n[s(499)][s(436)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(480)](c)){if(e[t(773)])continue;if(t(422)==e[t(676)])continue;const r=this[t(644)](e);if(r&&this[t(389)](r)&&t(680)!=o[t(676)])continue;const s=e[t(414)]&&e[t(414)][t(635)];(t(455)!=e[t(676)]||t(680)==o[t(676)]&&!s)&&(n[t(528)]||t(572)==e[t(676)]&&n[t(651)]||e[t(624)]()[t(607)](c)&&this[t(402)](e,i,a))}}))}),{priority:t(694)}),n[t(499)].on(t(684),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(411)])return;if(this[s(746)])return;if(!this[s(509)][s(537)])return;if(o[s(474)])return;const a=n[s(499)][s(601)],{start:c,end:u}=o[s(624)](),l=c[s(563)]&&a[s(393)](c[s(563)])?null:a[s(679)](c,s(701)),f=u[s(431)]&&a[s(393)](u[s(431)])?null:a[s(679)](u,s(462)),h=n[s(499)][s(581)](l?l[s(713)]:c,f?f[s(742)]:u);n[s(499)][s(436)]((t=>{const e=s;this[e(722)](h);const r=n[e(499)][e(601)][e(679)](h[e(713)]);o.is(e(556))?t[e(673)](r):o[e(551)](r)})),e[s(488)]()}),{priority:e.priorities[t(606)]+10}),n[t(499)].on(t(362),((e,r)=>{const s=t,o=r[r[s(510)]-1];o&&o[s(411)]||this[s(746)]||this[s(509)][s(537)]&&(n[s(499)][s(436)]((()=>{const t=s;let o=n[t(499)][t(362)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(627)]=o[t(489)]();const i=o[t(742)][t(431)],a=n[t(499)][t(601)];i&&a[t(382)](i)&&!a[t(756)](i)&&(o=n[t(499)][t(581)](o[t(713)],n[t(499)][t(747)](i,t(742)))),this[t(573)](o)})),e[s(488)]())}),{priority:t(512)}),this[t(400)][t(557)][t(484)](t(468),this[t(509)]),this[t(416)](t(468));const o=new p(n,this[t(490)]);n[t(557)][t(484)](t(502),o),this[t(416)](t(502));const i=new b(n,this[t(490)]);n[t(557)][t(484)](t(452),i),this[t(416)](t(452)),n[t(557)][t(484)](t(354),new S(n,o,this[t(490)])),this[t(416)](t(354)),n[t(557)][t(484)](t(712),new S(n,i,this[t(490)])),this[t(416)](t(712)),n[t(557)][t(484)](t(435),new w(n,o,this[t(490)])),this[t(416)](t(435)),n[t(557)][t(484)](t(755),new w(n,i,this[t(490)])),this[t(416)](t(755));const c=n[t(735)][t(663)](t(504));this[t(603)](c,t(542),((e,{threadId:n})=>{const r=t,s=this[r(490)][r(663)](n);s&&s[r(729)]&&1===s[r(729)][r(510)]&&this[r(482)](n,{hasComments:!0})}),{priority:t(535)}),this[t(603)](c,t(700),((e,{threadId:n})=>{const r=t,s=this[r(490)][r(663)](n);s&&s[r(729)]&&!s[r(729)][r(510)]&&this[r(482)](n,{hasComments:!1})}),{priority:t(535)})}set[Ec(578)](t){const n=Ec;if(this[n(454)])throw new e.CKEditorError(n(615),this);this[n(454)]=t}get[Ec(578)](){return this[Ec(454)]}[Ec(698)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(490)][n(565)]())t&&!e[n(738)]||r[n(347)](e);return e?r[n(529)]((t=>t[n(508)]())):r}[Ec(361)](t){const n=Ec,r=this[n(490)][n(663)](t);if(!r)throw new e.CKEditorError(n(595),this);return r}[Ec(641)](t){const e=Ec;return this[e(490)][e(754)](t)}[Ec(513)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(676)][e(680)](":"),a=this[e(490)][e(663)](r)||this[e(744)](o,i,r,n,s);if(this[e(616)](a),this[e(487)](a,o,i||null,n),a[e(594)]=t[e(594)],a[e(375)]=!0,s&&s[e(344)]){const t=s[e(344)],n=this[e(636)](t[e(363)]);a[e(739)]=t[e(594)],a[e(574)]=n,a[e(373)]=!0}else a[e(739)]=t[e(594)];switch(t[e(414)]&&(a[e(414)]=t[e(414)]),t[e(689)]&&(a[e(689)]=t[e(689)]),this[e(454)]&&this[e(454)][e(511)]||(a[e(670)]=!0),this[e(405)][e(663)](a)){case e(686):this[e(405)][e(434)](a,e(656));break;case e(523):a[e(738)]?(this[e(577)](new Set([a])),this[e(671)](new Set([a])),this[e(405)][e(434)](a,e(685)),this[e(377)](e(376),a)):this[e(405)][e(434)](a,e(463))}return a}[Ec(502)](t){const e=Ec;this[e(411)]((()=>{const n=e;this[n(400)][n(499)][n(436)]((()=>{const e=n;for(const n of t[e(351)]())n[e(728)]()}))}))}[Ec(452)](t){const e=Ec;this[e(411)]((()=>{const n=e;this[n(400)][n(499)][n(436)]((()=>{const e=n;for(const n of t[e(351)]())n[e(757)]()}))}))}[Ec(416)](t,n){const r=Ec,s=this[r(400)][r(557)][r(663)](t);if(!s)throw new e.CKEditorError(r(514),this,{commandName:t});if(this[r(566)][r(754)](s))throw new e.CKEditorError(r(381),this,{commandName:t});this[r(566)][r(484)](s),n&&s.on(r(533),((t,e)=>{const o=r;this[o(509)][o(537)]&&(this[o(746)]||(e[o(510)]>0&&e[e[o(510)]-1]&&e[e[o(510)]-1][o(411)]?e[o(626)]():(t[o(627)]=n(((...t)=>s[o(533)](...t,{forceDefaultExecution:!0})),...e),t[o(488)]())))}),{priority:r(512)})}[Ec(411)](t){const n=Ec;let r,s;const o=this[n(746)];this[n(746)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(746)]=!1),s&&e.CKEditorError[n(759)](s,this),r}[Ec(573)](t,n=null,r={}){const s=Ec;if(t[s(474)])return null;const o=this[s(400)][s(735)][s(663)](s(498)).me;for(const{suggestion:e,meta:o}of this[s(480)](t,s(572)))if(o[s(651)]){if(!o[s(699)]){if(o[s(528)]){if(!this[s(396)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(402)](e,t[s(713)],t[s(742)]);break}if(n==e[s(524)]&&wc(e,r)){const n=e[s(624)]();return n[s(713)][s(549)](t[s(742)])?this[s(597)](e,this[s(544)][s(581)](t[s(713)],n[s(742)])):this[s(597)](e,this[s(544)][s(581)](n[s(713)],t[s(742)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(561)+n:s(572),u=this[s(584)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(587)](c,i,a,t),u}[Ec(633)](t,n=Ec(469),r={}){const s=Ec,o=this[s(400)][s(735)][s(663)](s(498)).me,i=this[s(401)][s(391)](s(572),n,s(447));for(const e of this[s(698)]())if(e[s(574)].id==o.id&&s(572)==e[s(676)]&&e[s(524)]==n&&wc(e,r)&&(i(e[s(600)](),t)||i(t,e[s(600)]()))){for(const n of t)e[s(632)](n);return e}for(const{suggestion:e,meta:n}of this[s(480)](t,s(572))){if(!n[s(651)])continue;if(!this[s(396)]&&n[s(528)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(600)]())for(const e of t)if(!n[s(607)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(561)+n,l=this[s(584)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(587)](u,a,c,e,Hr[s(772)]());return l}[Ec(345)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(474)])return null;if(o(548)===this[o(737)]){const e=this[o(401)][o(391)](o(422),r,o(728));return this[o(411)]((()=>e([t],n,s))),null}const i=this[o(400)][o(735)][o(663)](o(498)).me,a=[];if(o(664)!==this[o(737)])for(const{suggestion:e,meta:n}of this[o(480)](t,o(572)))n[o(651)]&&!n[o(365)]&&a[o(347)](...e[o(600)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(506)](s);e&&r[n(347)](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(510)];){const s=r[e][n(750)](t);r[n(483)](e,1,...s),e+=s[n(510)]}}return r}(t,a);c[o(510)]&&this[o(544)][o(436)]((()=>{const t=o;for(const e of c){const o=this[t(401)][t(391)](t(422),r,t(728));this[t(411)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(713)],u=t[o(742)];for(const{suggestion:e,meta:n}of this[o(480)](t,o(422))){if(!n[o(651)])continue;if(e[o(524)]!=r)continue;if(!wc(e,s))continue;const i=e[o(624)]();if(i[o(607)](t,!0))return null;c=c[o(568)](i[o(713)])?c:i[o(713)],u=u[o(459)](i[o(742)])?u:i[o(742)],a?i[o(713)][o(568)](a[o(624)]()[o(713)])?(a[o(637)](),a=e):e[o(637)]():a=e}const l=this[o(544)][o(581)](c,u);if(a)this[o(597)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(584)]({id:t,type:o(394)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(587)](o(394)+r,t,a,l)}}return null}[Ec(596)](t,n,r=[],s=null,o={}){const i=Ec;n[i(766)]||(n[i(766)]=n[i(675)]),n[i(635)]=t.is(i(440)),s=s||Nc(n);const a=r[i(529)]((t=>vc(t,this[i(544)]))),c=t.is(i(440))?t:vc(t,this[i(544)]);if(i(548)===this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t([c],n,o))),null}a[i(347)](c);let u=!0;for(const t of a)if(!this[i(477)](t)){u=!1;break}if(u&&i(664)!==this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t([c],n,o))),null}let l=null,f=c[i(713)],h=c[i(742)];for(const{suggestion:t,meta:e}of this[i(480)](c,i(455))){if(!e[i(651)])continue;if(e[i(699)]||e[i(528)]||e[i(365)])continue;if(t[i(414)][i(766)]!=n[i(766)])continue;if(!wc(t,o))continue;const r=t[i(624)]();if(t[i(524)]==s){if(r[i(607)](c,!0))return null;f=f[i(568)](r[i(713)])?f:r[i(713)],h=h[i(459)](r[i(742)])?h:r[i(742)],l?r[i(713)][i(568)](l[i(624)]()[i(713)])?(l[i(637)](),l=t):t[i(637)]():l=t}else{const e=c[i(506)](r);this[i(359)](t,e)}}const g=this[i(400)][i(735)][i(663)](i(498)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(597)](l,this[i(544)][i(581)](f,h)),l;{const t=this[i(584)]({id:d,type:i(706)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(587)](i(706)+s,d,p,this[i(544)][i(581)](f,h)),t}}[Ec(761)](t,n,r=[],s=null,o={}){const i=Ec;n[i(766)]||(n[i(766)]=n[i(675)]);const a=t[0];n[i(635)]=a.is(i(440)),s=s||Nc(n);const c=r[i(529)]((t=>vc(t,this[i(544)]))),u=a.is(i(440))?t:t[i(529)]((t=>vc(t,this[i(544)])));if(i(548)===this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t(u,n,o))),null}c[i(347)](...u);let l=!0;for(const t of c)if(!this[i(477)](t)){l=!1;break}if(l&&i(664)!==this[i(737)]){const t=this[i(401)][i(391)](i(455),s,i(728));return this[i(411)]((()=>t(u,n,o))),null}const f=this[i(400)][i(735)][i(663)](i(498)).me;for(const t of this[i(698)]()){if(t[i(574)].id!=f.id)continue;if(i(455)!=t[i(676)]||t[i(414)][i(766)]!=n[i(766)])continue;if(!wc(t,o))continue;const e=t[i(524)]==s;for(let n=0;n<u[i(510)];n++){const r=u[n];for(const s of t[i(525)]()){const o=s[i(645)]();if(r[i(549)](o)){e?(u[i(483)](n,1),n--):t[i(768)](s[i(461)]);break}}}}if(0==u[i(510)])return null;const h=this[i(401)][i(391)](i(455),s,i(447));for(const t of this[i(698)]())if(t[i(574)].id==f.id&&i(455)==t[i(676)]&&t[i(414)][i(766)]==n[i(766)]&&t[i(524)]==s&&wc(t,o)&&(h(t[i(600)](),u)||h(u,t[i(600)]()))){for(const e of u)t[i(632)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(706)+s,m=this[i(584)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(587)](p,g,d,t,Hr[i(772)]());return m}[Ec(722)](t,n=null,r={}){const s=Ec;if(t[s(474)])return null;const o=this[s(400)][s(735)][s(663)](s(498)).me,a=new i.LiveRange(t[s(713)],t[s(742)]);for(const{suggestion:t,meta:e}of this[s(480)](a,s(572)))if(e[s(651)]&&!e[s(699)])if(t[s(773)]){const e=t[s(600)]()[s(553)]((t=>s(743)!=t[s(762)][s(387)]));if(e[s(398)]((t=>a[s(607)](t,!0)))&&t[s(757)](),e[s(539)]((t=>t[s(607)](a,!0)))){const t=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>t([a],null,r))),null}}else{const e=a[s(506)](t[s(624)]());null!==e&&t[s(667)]([e],null,r)}if(a[s(709)](),a[s(474)]||s(743)==a[s(762)][s(387)])return null;let c=null,u=a[s(713)],l=a[s(742)];const f=this[s(480)](a,s(758));for(const{suggestion:t,meta:e}of f){const n=this[s(544)][s(581)](u,l);if(e[s(651)]&&(this[s(396)]||!e[s(528)]&&!e[s(365)]))if(t[s(773)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(600)]()){if(r[s(607)](n,!0))return t;n[s(607)](r)||(e=!1)}e&&t[s(757)]()}else{const e=t[s(624)]();if(e[s(607)](n,!0))return t;if(!wc(t,r)){n[s(607)](e)?t[s(637)]():e[s(666)](u)?u=e[s(742)]:e[s(666)](l)&&(l=e[s(713)]);continue}u=u[s(568)](e[s(713)])?u:e[s(713)],l=l[s(459)](e[s(742)])?l:e[s(742)],r=Object[s(672)]({},t[s(689)]),c?e[s(713)][s(568)](c[s(624)]()[s(713)])?(c[s(637)](),c=t):t[s(637)]():c=t}}if(c)return this[s(597)](c,this[s(544)][s(581)](u,l)),c;{const t=(0,e.uid)(),i=this[s(544)][s(581)](u,l),a=o.id,c=n?s(655)+n:s(758),f=this[s(584)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(587)](c,t,a,i),f}}[Ec(519)](t,n=Ec(469),r={}){const s=Ec,o=this[s(400)][s(735)][s(663)](s(498)).me,a=t[s(529)]((t=>new i.LiveRange(t[s(713)],t[s(742)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(480)](a,s(572)))e[s(651)]&&!e[s(699)]&&c[s(484)](t);for(const e of c)if(e[s(773)]){const o=e[s(600)]();if((!e[s(689)]||!e[s(689)][s(479)])&&o[s(398)]((t=>a[s(539)]((e=>e[s(607)](t,!0)))))&&e[s(757)](),a[s(398)]((t=>o[s(539)]((e=>e[s(607)](t,!0)))))){const e=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>e(t,null,r))),null}}else{const t=e[s(624)]();if(a[s(539)]((e=>e[s(607)](t,!0)))&&e[s(757)](),a[s(398)]((e=>t[s(607)](e,!0)))){const t=this[s(401)][s(391)](s(758),n,s(728));return this[s(411)]((()=>t(a,null,r))),null}}const u=this[s(401)][s(391)](s(758),n,s(447));let l=null;for(const t of this[s(698)]())if(t[s(574)].id==o.id&&t[s(738)]&&s(758)==t[s(676)]&&t[s(524)]==n&&wc(t,r)&&(u(t[s(600)](),a)||u(a,t[s(600)]())))if(l){if(t[s(729)]&&t[s(729)][s(510)])continue;for(const e of t[s(600)]())l[s(646)](e)||l[s(632)](e);t[s(637)]()}else{l=t;for(const e of a)t[s(646)](e)||t[s(632)](e)}if(l)return l;c[s(379)]();for(const{suggestion:t,meta:e}of this[s(480)](a,s(758)))e[s(651)]&&(this[s(396)]||!e[s(528)]&&!e[s(365)])&&wc(t,r)&&c[s(484)](t);for(const t of c){const e=t[s(600)]();if((!r||!r[s(479)])&&a[s(398)]((t=>e[s(539)]((e=>e[s(607)](t,!0))))))return t;(!t[s(689)]||!t[s(689)][s(479)])&&e[s(398)]((t=>a[s(539)]((e=>e[s(607)](t,!0)))))&&t[s(757)]()}const f=(0,e.uid)(),h=o.id,g=s(655)+n,d=this[s(584)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(709)](),t[s(474)]||s(743)==t[s(762)][s(387)]||this[s(587)](g,f,h,t,Hr[s(772)]());return d}[Ec(503)](t,n,r,s,o){const i=Ec;if(t[i(474)])return[];if(i(548)===this[i(737)])return[];const a=this[i(400)][i(735)][i(663)](i(498)).me.id,c=Array[i(588)](this[i(490)][i(565)]())[i(553)]((e=>i(590)==e[i(676)]&&e[i(414)][i(415)]==n&&e[i(646)](t)));if(i(392)===this[i(737)]){const e=this[i(480)](t,i(572))[i(553)]((({meta:t})=>t[i(651)]&&!t[i(365)]&&!t[i(699)]))[i(529)]((({suggestion:t})=>t));c[i(562)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(590)==t[i(676)]?t[i(414)][i(357)]:void 0,o=t[i(624)](),a=Array[i(588)](u[i(710)]())[i(475)]((t=>t[i(604)](o)));if(!a)continue;const c=a[i(750)](o);this[i(389)](n)&&i(572)==t[i(676)]&&0!=c[i(510)]||(u[i(764)](a),c[i(569)]((t=>{u[i(434)](t,r)})),i(572)!=t[i(676)]&&e!=s&&u[i(434)](a[i(506)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(510)]>37&&console[i(567)](i(444),{key:n});const f=(i(716)+(n+"|")+Nc({newValue:s}))[i(767)](0,60),h=this[i(584)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(347)](h),this[i(587)](f,c,a,t)}return l}[Ec(536)](t){const e=Ec;this[e(416)](t,((t,...n)=>{this[e(705)]((()=>{t(...n)}))}))}[Ec(678)](t){const e=Ec;this[e(658)][e(484)](t)}[Ec(682)](t){const e=Ec;this[e(399)][e(484)](t)}[Ec(644)](t){const e=Ec;return e(590)==t[e(676)]?t[e(524)][e(680)]("|")[0]:null}[Ec(597)](t,e){const n=Ec,r=t[n(493)]();this[n(544)][n(436)]((t=>{t[n(538)](r,{range:e})}))}[Ec(616)](t){const e=Ec,n=t.id,r=this[e(400)][e(496)][e(663)](e(763));this[e(426)][e(628)](n)||this[e(426)][e(634)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(426)][e(350)](n);s[e(638)](e(691)),s[e(691)]=!1,t[e(729)]=s}[Ec(487)](t,n,r,s){const o=Ec;if(t[o(676)]!=n||t[o(524)]!=r||t[o(368)].id!=s)throw this[o(400)][o(491)](o(516)),new e.CKEditorError(o(516),this)}[Ec(359)](t,n){const r=Ec,s=t[r(624)]();if(n[r(549)](s))t[r(637)]();else if(s[r(607)](n)){const o=this[r(544)][r(747)](n[r(713)][r(431)],r(742));this[r(597)](t,this[r(544)][r(581)](s[r(713)],o));const i=(0,e.uid)(),a=t[r(368)].id,c=t[r(676)]+":"+t[r(524)];this[r(584)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(414)],attributes:t[r(689)]});const u=this[r(544)][r(747)](n[r(742)][r(448)],r(470)),l=this[r(544)][r(581)](u,s[r(742)]);this[r(587)](c,i,a,l)}else if(s[r(666)](n[r(713)])){const e=this[r(544)][r(747)](n[r(713)][r(431)],r(742));this[r(597)](t,this[r(544)][r(581)](s[r(713)],e))}else{const e=this[r(544)][r(747)](n[r(742)][r(448)],r(470));this[r(597)](t,this[r(544)][r(581)](e,s[r(742)]))}}[Ec(477)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(480)](t,e(572))){if(!r[e(651)])continue;const s=n[e(600)]();for(const n of s)if(!t[e(750)](n)[e(510)])return!0}return!1}[Ec(681)](t){const n=Ec,r=this[n(400)][n(735)][n(663)](n(498))[n(622)](t);if(!r)throw new e.CKEditorError(n(380),this);return r}[Ec(636)](t){const e=Ec,n=this[e(400)][e(735)][e(663)](e(498)),r=(0,o.hashObject)(e(518)+t);return n[e(622)](r)||n[e(745)]({id:r,name:t})}[Ec(744)](t,e,n,r,s){const o=Ec,i=this[o(681)](r),a=this[o(401)][o(617)](t,e,n,i,s,(t=>{const e=o;this[e(482)](n,{attributes:t});const r=this[e(361)](n);this[e(577)](new Set([r])),this[e(671)](new Set([r]))}));return this[o(603)](a,o(728),(()=>{const t=o;this[t(482)](n,{state:t(374)})}),{priority:o(512)}),this[o(603)](a,o(757),(()=>{const t=o;this[t(482)](n,{state:t(388)})}),{priority:o(512)}),this[o(490)][o(434)](n,a),this[o(405)][o(434)](a,o(686)),a}[Ec(378)](t){const e=Ec,n=t[e(680)](":");return{group:n[0],type:n[1],subType:n[e(510)]>=5?n[2]:null,id:n[e(510)]<5?n[2]:n[3],authorId:n[e(510)]<5?n[3]:n[4],markerCount:6==n[e(510)]?n[5]:null}}[Ec(402)](t,n,r){const s=Ec,o=t[s(624)](),i=o[s(713)],a=o[s(742)];this[s(597)](t,this[s(544)][s(581)](i,n));const c=(0,e.uid)(),u=t[s(368)].id,l=t[s(676)]+(t[s(524)]?":"+t[s(524)]:"");this[s(584)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(689)],data:t[s(414)]});const f=this[s(644)](t);(s(455)==t[s(676)]||f&&this[s(389)](f))&&(r=this[s(544)][s(771)](r[s(448)])),this[s(587)](l,c,u,this[s(544)][s(581)](r,a))}[Ec(480)](t,e=null){const n=Ec,r=[],s=this[n(400)][n(735)][n(663)](n(498)).me;Array[n(696)](t)||(t=[t]);for(const o of this[n(698)]()){if(!o[n(738)])continue;if(e&&o[n(676)]!=e)continue;let i=!1;for(const e of o[n(600)]()){for(const a of t){const t=a[n(713)][n(549)](e[n(742)])||a[n(742)][n(549)](e[n(713)]);if(t||a[n(506)](e)){const c=a[n(607)](e)&&kc(this[n(544)][n(601)],e[n(713)],a),u=e[n(607)](a)&&kc(this[n(544)][n(601)],a[n(713)],e);r[n(347)]({suggestion:o,meta:{isOwn:s==o[n(574)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(587)](t,e,n,r,s){const o=Ec;this[o(544)][o(436)]((i=>{const a=o;let c=a(546)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(457)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(571)](t){const e=Ec,n=t[e(383)],r=t[e(437)];t[e(383)]=null,t[e(437)]=null,null!=n&&n[e(437)]==t&&(n[e(437)]=r),null!=r&&r[e(383)]==t&&(r[e(383)]=n),e(685)==this[e(405)][e(663)](t)&&(this[e(405)][e(434)](t,e(463)),this[e(377)](e(618),t,n,r))}[Ec(584)](t){const n=Ec,r=t.id,s=this[n(513)](t);if(this[n(454)]&&this[n(454)][n(511)]){const o=this[n(400)][n(735)][n(663)](n(654)),i=s[n(724)],a=s[n(524)]?s[n(676)]+":"+s[n(524)]:s[n(676)],c=this[n(400)][n(497)],u=o[n(484)](zr(c,n(602))),l={id:r,type:a,hasComments:i,data:t[n(414)]||null,originalSuggestionId:t[n(734)]||null,attributes:s[n(689)]};this[n(454)][n(511)](l)[n(693)]((t=>{const e=n;s[e(670)]=!0,o[e(417)](u),t&&t[e(594)]&&(this[e(490)][e(663)](r)[e(594)]=t[e(594)])}))[n(707)]((t=>{const r=n;throw(0,e.logWarning)(r(541)),this[r(400)][r(499)][r(517)]({isUndoable:!1},(()=>{s[r(757)]()})),s[r(543)](),this[r(490)][r(764)](s.id),this[r(405)][r(764)](s),t}))}return s}[Ec(389)](t){const e=Ec;return this[e(658)][e(754)](t)}[Ec(482)](t,e){const n=Ec,r=this[n(400)][n(735)][n(663)](n(654)),s=this[n(361)](t);if(this[n(454)]&&this[n(454)][n(570)])if(s[n(670)]){const s=r[n(484)](zr(this[n(400)][n(497)],n(602)));this[n(454)][n(570)](t,e)[n(693)]((()=>{r[n(417)](s)}))}else s.on(n(395),(()=>{this[n(482)](t,e)}))}[Ec(643)](t){const n=Ec;if(!this[n(454)]||!this[n(454)][n(361)])throw new e.CKEditorError(n(740),this);return this[n(454)][n(361)](t)}[Ec(642)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(378)](t),i=this[e(490)][e(663)](n)||this[e(744)](r,s,n,o,{});switch(this[e(487)](i,r,s,o),this[e(405)][e(663)](i)){case e(686):this[e(643)](n)[e(693)]((t=>{const r=e;let s=Promise[r(652)]();t[r(724)]&&(s=this[r(426)][r(423)]({channelId:this[r(400)][r(496)][r(663)](r(763)),threadId:n})),s[r(693)]((()=>{const e=r;this[e(513)](t)[e(670)]=!0}))})),this[e(405)][e(434)](i,e(523));break;case e(463):this[e(482)](n,{state:e(433)});case e(656):this[e(405)][e(434)](i,e(685)),this[e(377)](e(376),i);break;case e(685):this[e(377)](e(751),i)}return i[e(576)](t),i}[Ec(671)](t){const e=Ec,n=Array[e(588)](t),r=n[e(553)]((t=>e(590)==t[e(676)]));this[e(741)](r);const s=n[e(553)]((t=>!t[e(773)]&&e(590)!=t[e(676)])),o=this[e(698)]({skipNotAttached:!0})[e(553)]((t=>!t[e(773)]&&e(590)!=t[e(676)])),i=o[e(553)]((n=>!t[e(754)](n))),a=new Map(o[e(529)]((t=>[t,this[e(401)][e(391)](t[e(676)],t[e(524)],e(432))]))),c=new Map(o[e(529)]((t=>[t,t[e(624)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(510)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(510)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(510)];t++){const n=s[t];!l[e(754)](n)&&n[e(383)]&&(f[e(484)](n[e(383)]),n[e(383)][e(437)]===n&&(n[e(383)][e(437)]=null),n[e(383)]=null),!u[e(754)](n)&&n[e(437)]&&(f[e(484)](n[e(437)]),n[e(437)][e(383)]===n&&(n[e(437)][e(383)]=null),n[e(437)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(510)];e++){const r=g(t,n[e]);r&&(r[0][s(437)]=r[1],r[1][s(383)]=r[0],u[s(484)](r[0]),l[s(484)](r[1]))}}function g(t,n){const r=e;if(t[r(574)].id!==n[r(574)].id)return null;const s=a[r(663)](t)(t,n,c[r(663)](t),c[r(663)](n));return s&&a[r(663)](n)(t,n,c[r(663)](t),c[r(663)](n))?s[1][r(729)]&&s[1][r(729)][r(510)]?null:s:null}f[e(460)]&&this[e(671)](f)}[Ec(741)](t){const e=Ec;if(0==t[e(510)])return;const n=this[e(698)]({skipNotAttached:!0})[e(553)]((t=>e(590)==t[e(676)]&&t[e(375)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(689)]);s[e(754)](n)||(s[e(434)](n,r[e(510)]),r[e(347)]([]));const i=s[e(663)](n);r[i][e(347)](t)}!function(){const t=e;r[t(410)](((e,n)=>{const r=t,s=e[0][r(594)],o=n[0][r(594)];return s==o?e[0][r(689)][r(456)]<n[0][r(689)][r(456)]?-1:1:s<o?-1:1}));for(const e of r)e[t(410)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(510)];t++){if(0==r[t][e(510)])continue;const n=[];for(let s=t+1;s<r[e(510)];s++)0!=r[s][e(510)]&&i(r[t],r[s])&&n[e(347)](s);for(const s of n)r[t]=r[t][e(695)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(510)];n++)t[n][e(437)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(510)];n++)t[n][e(383)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(689)][r(456)]!==n[0][r(689)][r(456)]&&t[0][r(574)]!==n[0][r(574)])return!1;if(!function(t,e){const n=r;return!t[n(724)]&&!e[n(724)]||(!t[n(724)]||!e[n(724)])&&(!!(t[n(724)]&&e[n(594)]<t[n(729)][n(429)][n(663)](0)[n(594)])||!!(e[n(724)]&&t[n(594)]<e[n(729)][n(429)][n(663)](0)[n(594)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(689)],r(456)),o=Ic(n[0][r(689)],r(456));return!!wr(s,o)&&(!!t[r(398)]((t=>n[r(539)]((e=>t[r(624)]()[r(549)](e[r(624)]())))))&&n[r(398)]((e=>t[r(539)]((t=>e[r(624)]()[r(549)](t[r(624)]()))))))}}[Ec(577)](t){const e=Ec,n=Array[e(588)](t),r=this[e(698)]({skipNotAttached:!0}),s=r[e(553)]((n=>!t[e(754)](n))),o=new Map(n[e(529)]((t=>[t,this[e(401)][e(391)](t[e(676)],t[e(524)],e(447))]))),i=new Map(r[e(529)]((t=>[t,t[e(600)]()])));for(let t=0;t<n[e(510)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(510)];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(510)];e++){const s=r[e];if(s[a(676)]!==n[a(676)]||s[a(574)].id!==n[a(574)].id||s[a(524)]!==n[a(524)])continue;if(!Oc(n,s,[a(456)]))continue;if(a(590)==n[a(676)]&&n[a(414)][a(357)]!=s[a(414)][a(357)])continue;if(a(590)==n[a(676)]&&t[a(389)](n[a(414)][a(415)]))continue;if(a(455)==n[a(676)]){const e=t[a(400)][a(499)],r=n[a(559)]();if(r&&(e[a(601)][a(756)](r)||e[a(601)][a(393)](r)))continue}const c=o[a(663)](n),u=i[a(663)](n),l=i[a(663)](s),f=n[a(729)]&&n[a(729)][a(510)],h=s[a(729)]&&s[a(729)][a(510)];if(!f&&c(l,u))return t[a(704)](s,n),i[a(764)](n),!0;if(!h&&c(u,l))return t[a(704)](n,s),i[a(764)](s),!0}return!1}}[Ec(704)](t,e){const n=Ec;if(t[n(773)])for(const r of e[n(600)]())t[n(632)](r);else{const r=e[n(624)]()[n(742)];this[n(597)](t,this[n(544)][n(581)](t[n(624)]()[n(713)],r))}e[n(637)]()}[Ec(661)](t,e){const n=Ec,r=t[n(718)](n(552))||t[n(718)](n(590))?n(613):t[n(471)]();return zr(this[n(400)][n(497)],e+"_"+r+n(353))}[Ec(650)](){const t=Ec,e=this[t(400)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(544)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(378)](t[s(461)]);if(s(501)===e){n[s(520)](this[s(661)](r,s(527)));break}}for(const t of r){const{group:e,type:r}=this[s(378)](t[s(461)]);if(s(501)===e){n[s(520)](this[s(661)](r,s(723)));break}}}))}[Ec(419)](t){const e=Ec;if(this[e(560)])return!1;const n=this[e(400)],r=n[e(499)][e(370)][e(473)][e(446)]();if(0==r[e(510)])return!1;const s=[],o=r[e(553)]((t=>e(590)==t[e(676)])),i=r[e(553)]((t=>e(621)==t[e(676)]&&e(530)!=t[e(461)])),a=r[e(553)]((t=>e(417)==t[e(676)]&&e(530)!=t[e(461)]));for(const t of o)s[e(347)]({key:t[e(721)],newValue:t[e(583)],oldValue:t[e(683)],range:Rc(t[e(440)],n[e(499)])});for(const t of i){const r=a[e(475)]((n=>n[e(356)][e(549)](t[e(356)])));r&&s[e(347)]({key:e(485),newValue:t[e(461)],oldValue:r[e(461)],range:n[e(499)][e(725)](t[e(356)][e(563)])})}return 0!=s[e(510)]&&this[e(669)](t,s)}[Ec(687)](t){const e=Ec;let n=!1;const r=this[e(400)][e(499)][e(370)][e(473)][e(465)]()[e(553)]((t=>t[e(414)][e(428)]&&t[e(461)][e(718)](e(453))));for(const s of r){const{subType:r,id:o}=this[e(378)](s[e(461)]),i=r[e(680)]("|")[0];for(const r of this[e(698)]({skipNotAttached:!0}))r.id!=o&&e(590)==r[e(676)]&&r[e(414)]&&r[e(414)][e(415)]==i&&r[e(624)]()[e(604)](s[e(414)][e(428)])&&(this[e(623)](r,s[e(414)][e(428)],t),n=!0)}return n}[Ec(705)](t){const e=Ec;this[e(400)],this[e(560)]=!0,t()}[Ec(730)](t){const e=Ec,n=this[e(389)](t),r=this[e(399)][e(754)](t);return n||r}[Ec(669)](t,e){const n=Ec;if(0==e[n(510)])return!1;let r=!1;for(const s of e){const e=this[n(480)](s[n(440)],n(590))[n(553)]((t=>!t[n(346)][n(699)]))[n(529)]((t=>t[n(501)])),i=(0,o.hashObject)({newValue:s[n(760)]});e[n(553)]((t=>{const e=n,[r,o]=t[e(524)][e(680)]("|");return r==s[e(415)]&&o!=i}))[n(569)]((e=>{const o=n;this[o(623)](e,s[o(440)],t),r=!0}))}return r}[Ec(623)](t,e,n){const r=Ec,s=t[r(624)]()[r(750)](e);0!==s[r(510)]?1!==s[r(510)]?this[r(402)](t,e[r(713)],e[r(742)]):this[r(597)](t,s[0]):n[r(768)](t[r(493)]())}}class Ac{constructor(t){const e=Ec;this[e(648)]=t,this[e(544)]=t[e(499)],this[e(521)]=new Map,this[e(639)]=new Map,this[e(441)]()}[Ec(617)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(544)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(391)](t,e,i(728))(...n),onDiscard:(...n)=>this[i(391)](t,e,i(757))(...n)})}[Ec(478)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(521)][s(434)](o,r)}[Ec(391)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(521)][r(663)](s)||this[r(639)][r(663)](t+":"+n)}[Ec(441)](){const t=Ec,e=()=>!1,n=t=>{const e=Tc;t[e(410)](((t,n)=>t[e(713)][e(568)](n[e(713)])?1:-1)),this[e(544)][e(436)]((n=>{const r=e;for(const e of t){let t;t=e[r(742)][r(352)]&&e[r(742)][r(448)]==e[r(713)][r(563)]?n[r(495)](e[r(713)][r(563)],"on"):n[r(495)](e),this[r(544)][r(684)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(544)][n(436)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(529)]((t=>(Cc(t)&&(t=this[s(544)][s(581)](t[s(742)])),t)))[s(553)]((t=>s(743)!==t[s(762)][s(387)]));if(c[s(510)]<1)return;const u=Array[s(588)](this[s(544)][s(370)][s(585)][s(600)]())[s(529)]((t=>i.LiveRange[s(505)](t)));r[s(673)](c);for(const t of this[s(648)][s(557)][s(557)]())t[s(481)]();a[s(347)]({forceDefaultExecution:!0}),this[s(648)][s(533)](o,...a);const l=u[s(553)]((t=>s(743)!=t[s(762)][s(387)]));l[s(510)]>0&&r[s(673)](l);for(const t of u)t[s(709)]()}))},s=(e,n)=>1==e[t(510)]&&1==n[t(510)]&&e[0][t(742)][t(549)](n[0][t(713)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(544)])?[e,n]:Mc(n,e,s,r,this[t(544)])?[n,e]:null;this[t(639)][t(434)](t(532),e),this[t(639)][t(434)](t(464),n),this[t(639)][t(434)](t(360),s),this[t(639)][t(434)](t(660),o),this[t(639)][t(434)](t(703),n),this[t(639)][t(434)](t(629),e),this[t(639)][t(434)](t(371),s),this[t(639)][t(434)](t(605),o),this[t(639)][t(434)](t(420),r),this[t(639)][t(434)](t(715),e),this[t(639)][t(434)](t(409),s),this[t(639)][t(434)](t(451),e),this[t(639)][t(434)](t(592),r),this[t(639)][t(434)](t(386),e),this[t(639)][t(434)](t(662),s),this[t(639)][t(434)](t(369),e),this[t(639)][t(434)](t(364),e),this[t(639)][t(434)](t(384),((e,n)=>{const r=t;if(!n)return;const s=this[r(648)][r(735)][r(663)](yc);this[r(544)][r(436)]((t=>{const o=r;if(o(485)==n[o(415)])for(const r of e){const e=r[o(713)][o(563)],s=n[o(357)];t[o(367)](e,s)}else if(s[o(389)](n[o(415)]))for(const r of e)void 0!==n[o(357)]?t[o(413)](n[o(415)],n[o(357)],r[o(713)][o(563)]):t[o(439)](n[o(415)],r[o(713)][o(563)]);else for(const r of e)n[o(357)]?t[o(413)](n[o(415)],n[o(357)],r):t[o(439)](n[o(415)],r)}))})),this[t(639)][t(434)](t(614),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(448)][r(540)]({includeSelf:!0,parentFirst:!0})){if(s[r(762)]==s)return!1;if(!n[r(358)](s))return!1;if(t[r(756)](s)||t[r(393)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(742)][e(448)]==t[e(713)][e(563)]&&t[e(742)][e(407)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(727)].is(s(668))&&!r[s(756)](t[s(727)]),i=t[s(713)][s(366)](o),a=t[s(742)][s(366)](o,{direction:s(462)});return!(t[s(713)][s(549)](i)&&t[s(742)][s(549)](a)||(i[s(568)](a)?n[s(538)](e,{range:n[s(581)](i,a)}):n[s(768)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Sc(t){const e=Ec,n=t[e(713)][e(563)];return n&&n.is(e(586))}function Rc(t,e){const n=Ec;return null==t[n(742)][n(431)]&&t[n(742)][n(448)]==t[n(713)][n(563)]?vc(t[n(713)][n(563)],e):t}function vc(t,e){const n=Ec,r=e[n(601)][n(756)](t)||e[n(601)][n(438)](t);return e[n(581)](e[n(747)](t,n(591)),r?e[n(620)](t):e[n(747)](t,n(742)))}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(742)][o(549)](r[o(713)]))return!0;if(t[o(676)]!=e[o(676)])return!1;if(!n[o(742)][o(736)](r[o(713)]))return!1;const i=s[o(581)](n[o(742)],r[o(713)])[o(507)]();for(const t of i)if([o(500),o(534)][o(348)](t[o(676)])&&s[o(601)][o(393)](t[o(727)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(375)]||!e[r(375)])&&wr(Ic(t[r(689)],n),Ic(e[r(689)],n))}function wc(t,e){const n=Ec,r=Dc(t[n(689)]),s=Dc(e);if(!t[n(375)])return!1;for(const t of Object[n(710)](s))if(!wr(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(672)]({},t);return delete n[e(479)],delete n[e(466)],n}const Fc=Pc;function Bc(){const t=["isDirty","2189747QrDGuP","2498955FYvEpG","locale","PendingActions","2ZpYMqK","_acceptCommand","add","isEnabled","_editor","listenTo","_discardCommand","remove","canEditAt","acceptSuggestion","PENDING_ACTION_SUGGESTION","view","destroy","stopListening","1506204NzsYzC","_setPendingAction","_pendingAction","discardSuggestion","unbind","4624272LXOfQG","change:isDirty","execute","canDiscard","model","plugins","get","commentThreadController","272982yxHmEH","102008VuCXCi","canAccept","commands","getRanges","8TKBaSM","bind","287569aEYmYl","_removePendingAction"];return(Bc=function(){return t})()}function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=497]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(328261===parseInt(n(526))/1+parseInt(n(533))/2*(parseInt(n(519))/3)+parseInt(n(520))/4+parseInt(n(530))/5+parseInt(n(506))/6+-parseInt(n(529))/7*(parseInt(n(524))/8)+-parseInt(n(511))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(515)]=e,this[s(503)]=n,this[s(518)]=r,this[s(537)]=t,this[s(534)]=t[s(522)][s(517)](s(501)),this[s(498)]=t[s(522)][s(517)](s(509)),this[s(503)][s(525)](s(536)).to(this[s(534)],this[s(498)],((t,e)=>t||e)),this[s(503)][s(525)](s(521)).to(this[s(534)],s(536),(t=>t&&this[s(537)][s(515)][s(500)](e[s(523)]()))),this[s(503)][s(525)](s(514)).to(this[s(498)],s(536),(t=>t&&this[s(537)][s(515)][s(500)](e[s(523)]()))),this[s(508)]=null,n[s(528)]&&this[s(507)](),this[s(497)](n,s(501),(()=>this[s(501)]())),this[s(497)](n,s(509),(()=>this[s(509)]())),this[s(497)](n,s(512),(()=>{const t=s;n[t(528)]?this[t(507)]():this[t(527)]()}))}[Fc(501)](){const t=Fc;this[t(534)][t(513)](this[t(515)].id)}[Fc(509)](){const t=Fc;this[t(498)][t(513)](this[t(515)].id)}[Fc(504)](){const t=Fc;this[t(503)][t(510)](t(536)),this[t(503)][t(510)](t(521)),this[t(503)][t(510)](t(514)),this[t(505)](),this[t(518)][t(504)](),this[t(508)]&&this[t(527)]()}[Fc(507)](){const t=Fc,e=zr(this[t(537)][t(531)],t(502));this[t(508)]=this[t(537)][t(516)][t(517)](t(532))[t(535)](e)}[Fc(527)](){const t=Fc;null!==this[t(508)]&&this[t(537)][t(516)][t(517)](t(532))[t(499)](this[t(508)]),this[t(508)]=null}}const Uc=jc;function jc(t,e){const n=Vc();return(jc=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(186085===-parseInt(n(262))/1*(parseInt(n(295))/2)+parseInt(n(283))/3*(-parseInt(n(278))/4)+parseInt(n(291))/5+-parseInt(n(254))/6+parseInt(n(256))/7*(-parseInt(n(251))/8)+parseInt(n(261))/9*(-parseInt(n(249))/10)+-parseInt(n(296))/11*(-parseInt(n(272))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class Gc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(280)]=null,this[s(285)]=null,this[s(267)](s(244),!1),this[s(267)](s(258),e[s(258)]),this[s(279)](s(258)).to(e),this[s(267)](s(268),[]),this[s(267)](s(260),!1),this[s(267)](s(282),!1),this[s(267)](s(271),!1),this[s(267)](s(259),!1),this[s(273)]=e,this[s(252)]=n,this[s(246)]=r,r[s(250)]?this[s(267)](s(245),1):this[s(253)]()}[Uc(289)](){const t=Uc;this[t(269)][t(289)]()}[Uc(266)](){const t=Uc;this[t(280)]&&this[t(280)][t(266)](),this[t(285)]&&this[t(285)][t(266)](),super[t(266)]()}[Uc(253)](){const t=Uc,{CommentsListView:e}=this[t(246)];this[t(280)]=new e(this[t(275)],this[t(273)][t(287)],Object[t(263)]({CommentView:this[t(246)][t(247)]},this[t(246)])),this[t(280)][t(276)](t(281)).to(this),this[t(280)][t(276)](t(286)).to(this),this[t(280)][t(279)](t(244)).to(this),this[t(267)](t(245),this[t(280)][t(245)]+1),this[t(279)](t(245)).to(this[t(280)],t(245),(t=>t+1)),this[t(285)]=this[t(270)](),this.on(t(281),(()=>this[t(289)]())),this[t(279)](t(260)).to(this[t(280)],t(288),this[t(285)][t(274)],t(255),((t,e)=>t||!!e))}[Uc(270)](){const t=Uc,{CommentThreadInputView:e}=this[t(246)],n=new e(this[t(275)],this[t(252)],this[t(246)][t(257)]),r=n[t(274)];return n[t(279)](t(294)).to(this,t(244),this[t(273)][t(287)],t(290),r,t(255),((t,e,n)=>!!n||t&&!e)),r.on(t(293),((e,n)=>{const s=t;this[s(248)](s(277),n),r[s(265)][s(292)]("")})),r.on(t(264),(()=>this[t(289)]())),r[t(279)](t(284)).to(this[t(273)][t(287)],t(290)),n}}function Vc(){const t=["720ZXedlR","_model","commentInputView","locale","delegate","addComment","364mbhkoS","bind","commentsListView","removeComment","isEnabled","11481cXEfOO","disabledSubmit","commentThreadInputView","updateComment","commentThread","hasDirtyComment","focus","isReadOnly","129305mrdVHg","setData","submit","showInput","2fWOxsw","204754ZjVqmd","isActive","length","_config","CommentView","fire","39830ZSaxoC","disableComments","40gVbCEL","_localUser","_createCommentViews","1161900CYluyE","value","67767MOcJlP","editorConfig","authoredAt","canDiscard","isDirty","126qlaTWh","310542YQVlmp","assign","cancel","editor","destroy","set","descriptionParts","element","_createCommentThreadInputView","canAccept"];return(Vc=function(){return t})()}function Hc(){const t=["Discard suggestion","acceptButton","ck-suggestion__info","1911340yeDsGf","locale","commentThread","21IJSKTl","ck-annotation","ck-comment__external","span","attributes","isActive","ck-annotation__content-wrapper","discardButton","div","canAccept","creator","3915nvFhUu",'" title="',"authoredAt","descriptionParts","ck-suggestion--disabled-comments","map","ck-suggestion__info-name","innerText","time","EXTERNAL_IMPORT_WORD_SUGGESTION","isEnabled","title","setTemplate","canDiscard","delegate","importWord","EXTERNAL_IMPORT_WORD_AVATAR","ck-annotation__info-name","querySelector","source","getTemplate","ck-suggestion--discard","ck-annotation__info-time","bind","ck-suggestion","ck-annotation__actions","@external","ck-suggestion-wrapper--active","check","content","</span>","value","isExternal","execute",'<span class="ck-suggestion-type">',"ck-suggestion__main","push","children","editorDestroyed",".ck-annotation__content-wrapper","commentThreadInputView","disableComments","cancel","author","ck-suggestion__actions","_descriptionElement","createElement","_config","ck-annotation__info","</p>","getExternalSuggestionNote","set","editorReady","ck-annotation__main","ck-annotation__user","ck-suggestion__user","innerHTML","extendTemplate","ck-suggestion-","description","render","getUserViewNotificationText","Accept suggestion","ck-comment__info-time",'"></span>',"commentsListView","userView",'<span class="ck-suggestion-color" style="background-color: ',"element","acceptSuggestion","66912jmWpIC","fire","join","split","4jfSAbj","color","_createButton","EXTERNAL_AVATAR","_model","2177555DssYEM","formatDateTime","name","<p>","16082748enrUAT","type","change:description","598496QcMTqR","bindTemplate","discardSuggestion","3273366nYiebW","ck-suggestion--accept","EXTERNAL_SUGGESTION","ck-suggestion-wrapper"];return(Hc=function(){return t})()}const zc=Wc;function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=220]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(478427===parseInt(n(266))/1+-parseInt(n(252))/2+-parseInt(n(226))/3+parseInt(n(230))/4*(parseInt(n(235))/5)+-parseInt(n(245))/6+parseInt(n(255))/7*(-parseInt(n(242))/8)+parseInt(n(239))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Gc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(317)](i(240),""),this[i(289)](i(240)).to(this,i(269),(t=>t&&t[0]?t[0][i(240)]:"")),this[i(289)](i(325)).to(this,i(269),this,i(260),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(238)+qc(e[n(295)],e[n(231)])+n(315);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(311)]=null,this[i(250)]=this[i(232)](zr(e,i(328)),t.icons[i(294)],i(246),i(225),"sw"),this[i(250)][i(289)](i(276)).to(this,i(264)),this[i(262)]=this[i(232)](zr(e,i(249)),t.icons[i(308)],i(287),i(244),"sw"),this[i(262)][i(289)](i(276)).to(this,i(279)),this[i(222)]=new o.UserView(e,this[i(234)][i(309)],this[i(327)]()),this[i(222)][i(323)]({attributes:{class:[i(321),i(320)]}}),this[i(278)](this[i(286)]())}[zc(286)](){const t=zc,e=this[t(243)],n=[{tag:t(263),attributes:{class:[t(251),t(314)]},children:[{tag:t(258),children:[{text:this[t(222)][t(237)]}],attributes:{class:[t(272),t(283)]}},{tag:t(274),attributes:{datetime:e.to(t(268)),class:[t(329),t(288)]},children:[{text:e.to(t(268),(e=>this[t(313)][t(236)](e)))}]}]},{tag:t(263),attributes:{class:[t(310),t(291)]},children:[this[t(250)],this[t(262)]]},{tag:t(263),attributes:{class:[t(261)]}}];this[t(234)][t(298)]&&n[t(302)]({tag:t(263),attributes:{class:[t(257)]},children:[{text:this[t(316)]()}]});const r={tag:t(263),attributes:{class:[t(248),e.if(t(260),t(293)),e.to(t(240),(e=>t(324)+e)),this[t(313)][t(307)]&&t(270)],"data-suggestion-id":this[t(234)].id,"data-thread-id":this[t(234)][t(254)].id,"data-author-id":this[t(234)][t(309)].id,tabindex:-1},children:[{tag:t(263),attributes:{class:[t(290),t(256)]},children:[this[t(222)],{tag:t(263),attributes:{class:[t(301),t(319)]},children:n}]}]};return this[t(221)]&&this[t(306)]&&(r[t(303)][t(302)](this[t(221)],this[t(306)]),this[t(221)][t(280)](t(318)).to(this),this[t(221)][t(280)](t(304)).to(this),this[t(306)][t(280)](t(318)).to(this),this[t(306)][t(280)](t(304)).to(this)),r}[zc(326)](){const t=zc;super[t(326)](),this[t(311)]=this[t(224)][t(284)](t(305)),this[t(311)][t(322)]=this[t(325)],this.on(t(241),((e,n,r)=>{const s=t;this[s(311)][s(322)]=r}))}[zc(232)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(253)]);return a[i(317)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(323)]({attributes:{class:n}}),a.on(i(299),(()=>{const t=i;this[t(227)](r,this[t(234)].id)})),a}[zc(316)](){const t=zc;return t(281)===this[t(234)][t(259)][t(292)][t(285)]?zr(this[t(253)],t(275)):zr(this[t(253)],t(247))}[zc(327)](){const t=zc;return this[t(234)][t(298)]?t(281)===this[t(234)][t(259)][t(292)][t(285)]?zr(this[t(253)],t(282),this[t(234)][t(265)][t(237)]):zr(this[t(253)],t(233),this[t(234)][t(265)][t(237)]):null}}function qc(t,e){const n=zc;let r="";return r+=t[n(229)]("*")[n(271)](((t,e)=>e%2!=0?n(300)+Xc(t)+n(296):Xc(t)))[n(228)](""),e&&(r+=n(223)+e[n(297)]+n(267)+e[n(277)]+n(220)),r}function Xc(t){const e=zc,n=document[e(312)](e(258));return n[e(273)]=t,n[e(322)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n';function Yc(){const t=["unbind","commandName","isInContent","119NyiFBs","some","from","menuitem","commands","getRanges","Discard all selected suggestions","switchbutton","reduce","comments.editorConfig","3764889ZOXRtS","SuggestionThreadView","editing","type","change:activeAnnotations","Accept all selected suggestions","menu","Annotations","CommentsRepository","children","lowest","_unbindEditors","has","_bindAnnotationToEditors","getByInnerView","trackChanges","keys","discardButton","getMarkerNames","add","_createToolbarButton","3736iRVcyN","_viewToController","getMarkers","previous","EditorAnnotations","push","1232559RZQngz","createCommentThreadController","buttonView","getJoined","comments","items","delete","_annotationViews","config","Accept all suggestions","descriptionParts","TrackChangesUI","pluginName","_refreshActiveMarkers","button","menuBar:trackChanges","editor","getFirstRange","value","18fhwjBk","860008FkBoNl","suggestionChanged","destroy","head","descriptionFactory","mainView","panelView","_updateController","refreshSelectedViews","getDescriptions","view","innerView","arrowView","acceptButton","trackChanges.SuggestionThreadView","Discard all suggestions","isEnabled","remove","listenTo","suggestionLoaded","model","values","acceptAllSuggestions","separator","createAnnotation","activeMarkers","CommentView","comments.maxCommentsWhenCollapsed","813425SfNfhd","_initializeController","_handleSuggestionControllerDelayed","filter","comments.maxCommentCharsWhenCollapsed","trackChanges.disableComments","activeAnnotations","isMultiRange","acceptSelectedSuggestions","discardSelectedSuggestions","TrackChangesEditing","init","requires","addComment","focus","getSuggestion","_destroyController","get","isOn","stopListening","_handleControllerBuffer","_disableComments","905AcSuJd","componentFactory","discardAllSuggestions","bind","registerAnnotation","toMany","define","comments.maxThreadTotalWeight","plugins","10wUkFWg","510phHdtT","suggestionUnloaded","delegate","16523166gkgYMJ","actionView","addSourceCollector","execute","getAllAdjacentSuggestions","clear","change:previous","_suggestionToController","hasSuggestion","suggestion-","size","Track changes","source","createAnnotationView","CommentsUI","set","isDirty","commentThread","_addUIComponentsToFactory","locale","length","menuitemcheckbox","_createMenuBarMenu"];return(Yc=function(){return t})()}const Jc=Qc;function Qc(t,e){const n=Yc();return(Qc=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=Qc,r=t();for(;;)try{if(268839===parseInt(n(543))/1*(parseInt(n(553))/2)+parseInt(n(473))/3+parseInt(n(493))/4+parseInt(n(521))/5*(parseInt(n(492))/6)+-parseInt(n(436))/7*(-parseInt(n(467))/8)+parseInt(n(446))/9*(parseInt(n(552))/10)+-parseInt(n(556))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class $c extends t.Plugin{static get[Jc(533)](){const t=Jc;return[yc,o.Users,t(454),t(453),t(471)]}static get[Jc(485)](){return Jc(484)}constructor(t){const e=Jc;super(t),this[e(563)]=new Map,this[e(468)]=new Map,this[e(480)]=new Map,this[e(541)]=new Map;const n=this[e(489)][e(481)];n[e(549)](e(507),Kc),n[e(549)](e(526),!1),this[e(542)]=n[e(538)](e(526))}[Jc(523)](t,e){const n=Jc;0===this[n(541)][n(566)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(541)]){const r=this[t(563)][t(458)](e);r||n?r&&n&&this[t(537)](e):this[t(522)](e)}this[t(541)][t(561)](),this[t(489)][t(551)][t(538)](t(471))[t(501)](),this[t(486)]()}),10),this[n(541)][n(571)](t,e)}[Jc(532)](){const t=Jc,e=this[t(489)],n=e[t(551)][t(538)](t(531)),r=e[t(551)][t(538)](t(453)),s=e[t(551)][t(538)](t(471)),o=e[t(551)][t(538)](t(454));this[t(574)](),s[t(558)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(438)](this[e(563)])){const s=t[e(560)](),o=[];for(const t of s){if(!t[e(435)])continue;if(t[e(528)]){o[e(472)](...t[e(441)]());continue}const n=t[e(490)]();if(o[e(576)]>0){const t=o[0][e(476)](n);if(t){o[0]=t;continue}}o[e(472)](n)}n[e(472)]([r[e(503)],o])}return n})),this[t(511)](n,t(512),((e,n)=>{const r=t;this[r(511)](n,r(562),((t,e,s,o)=>{const i=r;n[i(435)]&&(null==s?(this[i(500)](o[i(496)]),this[i(523)](n,!1)):(this[i(500)](s[i(496)]),null==o&&this[i(523)](n,!0)))})),null!==n[r(470)]?this[r(500)](n[r(496)]):this[r(523)](n,!1)})),this[t(511)](n,t(554),((e,n,r)=>{const s=t;this[s(540)](n,s(562)),this[s(541)][s(479)](n),this[s(563)][s(458)](n)&&this[s(537)](n),r&&this[s(500)](r[s(496)])})),this[t(511)](n,t(494),((e,n)=>{this[t(500)](n)})),this[t(511)](r,t(450),(()=>{this[t(486)]()})),this[t(511)](o,t(534),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(564)](r))return;const i=n[o(536)](r);this[o(563)][o(538)](i)[o(503)][o(535)]()}),{priority:t(456)})}[Jc(486)](){const t=Jc,e=this[t(489)][t(551)][t(538)](t(453)),n=this[t(489)][t(551)][t(538)](t(531)),r=Array[t(438)](e[t(527)],(e=>e[t(504)]))[t(524)]((e=>this[t(468)][t(458)](e))),s=[];for(const e of r){const n=this[t(468)][t(538)](e)[t(513)][t(560)]();s[t(472)](...n[t(444)](((e,n)=>[...e,...n[t(464)]()]),[]))}n[t(518)]=s}[Jc(574)](){const t=Jc,n=this[t(489)],r=n[t(575)],o=zr(r,t(567)),i=new e.Collection([{type:t(443),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(461),role:t(577)})},{type:t(516)},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(482)),commandName:t(515),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(451)),commandName:t(529),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(508)),commandName:t(545),role:t(439)})},{type:t(487),model:new s.ViewModel({withText:!0,label:zr(r,t(442)),commandName:t(530),role:t(439)})}]);for(const e of i)if(tu(e)){const r=n[t(440)][t(538)](e[t(513)][t(580)]);e[t(513)][t(546)](t(539),t(509)).to(r,t(491),t(509))}n.ui[t(544)][t(465)](t(461),(e=>this[t(466)](e,i,o))),n.ui[t(544)][t(465)](t(488),(e=>this[t(578)](e,i,o)))}[Jc(466)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(489)][r(440)][r(538)](r(461));o[r(475)][r(571)]({tooltip:n,label:n,icon:Zc}),o[r(475)][r(546)](r(539)).to(i,r(491)),o[r(475)].on(r(559),(()=>{const t=r;i[t(559)](),this[t(489)][t(448)][t(503)][t(535)]()})),(0,s.addListToDropdown)(o,e,{role:r(452)});const a=[];for(const t of e)tu(t)&&a[r(472)](this[r(489)][r(440)][r(538)](t[r(513)][r(580)]));const c=o[r(475)];return c[r(557)][r(579)](r(509)),c[r(505)][r(579)](r(509)),c[r(557)][r(546)](r(509)).to(i,r(509)),c[r(505)][r(546)](r(509))[r(548)](a,r(509),((...t)=>t[r(437)]((t=>t)))),o.on(r(559),(t=>{const e=r;this[e(489)][e(559)](t[e(568)][e(580)]),this[e(489)][e(448)][e(503)][e(535)]()})),o}[Jc(578)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(489)][r(440)][r(538)](r(461));o[r(475)][r(571)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(516)==n[r(449)]){a[r(478)][r(465)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(513)];i[r(546)](...Object[r(462)](c)).to(c),i[r(555)](r(559)).to(o),i.on(r(559),(()=>{const t=r;this[t(489)][t(559)](c[t(580)]),this[t(489)][t(448)][t(503)][t(535)]()})),e[r(455)][r(465)](i),a[r(478)][r(465)](e)}return o[r(546)](r(509)).to(i,r(509)),o[r(499)][r(455)][r(465)](a),o}[Jc(522)](t){const e=Jc,n=this[e(489)],r=n[e(481)],s=n[e(551)][e(538)](e(453)),i=n[e(551)][e(538)](e(454)),a=n[e(551)][e(538)](e(471)),c=n[e(551)][e(538)](o.Users).me,u=r[e(538)](e(461))[e(447)],{CommentsListView:l,CommentThreadInputView:f}=n[e(551)][e(538)](e(570));let h,g;this[e(480)][e(458)](t.id)?(g=this[e(480)][e(538)](t.id),h=g[e(498)]):(h=new u(n[e(575)],t,c,{disableComments:this[e(542)],editorConfig:r[e(538)](e(445)),maxCommentsWhenCollapsed:r[e(538)](e(520)),maxThreadTotalWeight:r[e(538)](e(550)),maxCommentCharsWhenCollapsed:r[e(538)](e(525)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(538)](e(575))),CommentView:r[e(538)](e(477))[e(519)],CommentsListView:l,CommentThreadInputView:f}),h[e(506)].on(e(559),(()=>{const t=e;n[t(448)][t(503)][t(535)]()})),h[e(463)].on(e(559),(()=>{const t=e;n[t(448)][t(503)][t(535)]()})),g=s[e(569)](this[e(489)][e(575)],h),g[e(546)](e(572)).to(h,e(572)),g[e(546)](e(576)).to(h),g[e(546)](e(449)).to(h,e(449),(t=>e(565)+t)),this[e(480)][e(571)](t.id,g));const d=i[e(474)](t[e(573)],h),p=new xc(n,t,h,d),m=t[e(560)]()[e(524)]((t=>t[e(435)]));h[e(483)]=n[e(551)][e(538)](e(531))[e(497)][e(502)](m),this[e(563)][e(571)](t,p),this[e(468)][e(571)](h,p);const I=s[e(517)]({view:g,target:()=>{const r=e,s=[],i=t[r(560)]()[r(524)]((t=>t[r(435)]));for(const t of i)s[r(472)](...t[r(469)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(448)],s)},type:()=>e(565)+p[e(503)][e(449)]});i[e(459)](h,I),s[e(465)](I),a[e(547)](I)}[Jc(537)](t){const e=Jc,n=this[e(489)][e(551)][e(538)](e(454)),r=this[e(489)][e(551)][e(538)](e(453)),s=this[e(563)][e(538)](t),o=s[e(503)],i=r[e(460)](o);n[e(457)](o),i&&r[e(510)](i),this[e(563)][e(479)](t),this[e(468)][e(479)](o),s[e(495)]()}[Jc(500)](t){const e=Jc;if(!t[e(435)]||!this[e(563)][e(458)](t))return;const n=this[e(489)][e(551)][e(538)](e(531)),r=this[e(563)][e(538)](t),s=t[e(560)]();r[e(503)][e(483)]=n[e(497)][e(502)](s)}[Jc(495)](){const t=Jc;for(const e of this[t(563)][t(462)]())this[t(537)](e);for(const e of this[t(480)][t(514)]())e[t(498)][t(495)]();super[t(495)]()}}function tu(t){return Jc(513)in t}var eu=nu;function nu(t,e){var n=su();return(nu=function(t,e){return n[t-=287]})(t,e)}!function(t,e){for(var n=nu,r=t();;)try{if(802280===parseInt(n(303))/1*(parseInt(n(307))/2)+-parseInt(n(297))/3*(-parseInt(n(289))/4)+-parseInt(n(302))/5*(-parseInt(n(292))/6)+parseInt(n(300))/7+parseInt(n(305))/8+parseInt(n(290))/9+-parseInt(n(308))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(su);class ru extends t.Plugin{static get[eu(287)](){return[yc,$c,eu(298)]}static get[eu(301)](){return eu(293)}set[eu(304)](t){var e=eu;this[e(291)][e(295)][e(294)](yc)[e(304)]=t}get[eu(304)](){var t=eu;return this[t(291)][t(295)][t(294)](yc)[t(304)]}[eu(288)](t){var e=eu;return this[e(291)][e(295)][e(294)](yc)[e(296)](t)}[eu(306)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(291)][n(295)][n(294)](yc)[n(306)]({skipNotAttached:t,toJSON:e})}[eu(299)](t){var e=eu;return this[e(291)][e(295)][e(294)](yc)[e(299)](t)}}function su(){var t=["TrackChanges","get","plugins","addSuggestionData","2763JVdBHr","Comments","getSuggestion","6428646hXQPdZ","pluginName","2067185aSKkJp","14790WKKggZ","adapter","38296OptklL","getSuggestions","62SvYrIT","22438640ikyKXX","requires","addSuggestion","1028nipaFE","9129195DFletu","editor","6nYxbkU"];return(su=function(){return t})()}const ou=uu;function iu(){const t=["end","trackChangesData.editorCreator","TrackChangesData","requires","data","set","addCommentThread","execute","function","reduce","pluginName","128rBHoCn","model","131383rruLcA","getCommentThreads","getUser","2620AgZssa","addUser","get","488268hqpfXZ","getRootNames","trackChangesData","define","createElement","create","document","getDataWithDiscardedSuggestions","init","plugins","TrackChangesDataGetter","appendChild","editorCreator","constructor","getFullData","discardAllSuggestions","CommentsRepository","140HACeTj","editor","getSuggestions","getRootsAttributes","name","131634oIihRC","createDocumentFragment","useAnonymousUser","map","202nEZUig","push","rootsAttributes","TrackChangesEditing","100611oPIGkH","512022hXwguh","destroy","80MhSAqu","getDataWithAcceptedSuggestions","_adapter","users","track-changes-data-invalid-editor-creator","77BYOifr","Pagination","result","addSuggestionData","acceptAllSuggestions","div","Users","1707ixljqX","config"];return(iu=function(){return t})()}!function(t,e){const n=uu,r=t();for(;;)try{if(166594===-parseInt(n(257))/1+parseInt(n(253))/2*(parseInt(n(206))/3)+parseInt(n(219))/4*(parseInt(n(224))/5)+parseInt(n(258))/6+-parseInt(n(221))/7*(-parseInt(n(260))/8)+parseInt(n(249))/9*(parseInt(n(244))/10)+-parseInt(n(199))/11*(parseInt(n(227))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(iu);const au=[ou(200)];class cu extends t.Plugin{static get[ou(211)](){return[yc]}static get[ou(218)](){return ou(210)}[ou(235)](){const t=ou,n=this[t(245)];if(n[t(207)][t(230)](t(209),(e=>{const r=t,s=n[r(220)][r(233)][r(228)]()[r(217)](((t,e)=>(t[e]="",t)),{});return n[r(240)][r(232)](s,e)})),t(216)!=typeof n[t(207)][t(226)](t(229))[t(239)])throw new e.CKEditorError(t(198))}[ou(261)](t){return hu(this[ou(245)],!0,t)}[ou(234)](t){return hu(this[ou(245)],!1,t)}}function uu(t,e){const n=iu();return(uu=function(t,e){return n[t-=197]})(t,e)}class lu extends t.Plugin{static get[ou(218)](){return ou(237)}constructor(t){const e=ou;super(t),this[e(201)]=e(208)}[ou(235)](){const t=ou;this[t(245)][t(236)][t(226)](t(243))[t(262)]={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(245)][t(236)][t(226)](t(256))[t(262)]=null}}function fu(t){return void 0!==t[ou(247)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(236)][r(254)](yc,lu),s[r(255)]=fu(t)?t[r(247)]():void 0;const i=document[r(250)](),a=t[r(207)][r(226)](r(229))[r(239)],c=await a(s,(()=>function(t){const e=r,n=document[e(231)](e(204));return t[e(238)](n),n}(i)));!function(t,e){const n=r,s=t[n(220)][n(233)][n(228)]()[n(217)](((e,r)=>(e[r]=t[n(212)][n(226)]({rootName:r}),e)),{}),o=t[n(236)][n(226)](n(205))[n(197)][n(252)]((t=>({id:t.id,name:t[n(248)]}))),i=t[n(236)][n(226)](n(256))[n(246)]({skipNotAttached:!0,toJSON:!0}),a=t[n(236)][n(226)](n(243))[n(222)]({skipNotAttached:!0,toJSON:!0}),c=e[n(236)][n(226)](n(205)),u=e[n(236)][n(226)](n(256)),l=e[n(236)][n(226)](n(243));for(const t of o)c[n(223)](t.id)||c[n(225)](t);c.me||c[n(251)]();for(const t of a)l[n(214)](t);for(const t of i)u[n(202)](t);e[n(212)][n(213)](s)}(t,c),c[r(215)](r(e?203:242));const u=fu(c)?c[r(241)](n):c[r(212)][r(226)](n);return await c[r(259)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=186]})(t,e)}function du(){var t=["3021851XZKpxh","970MXtHWH","19UcUgGL","414704nTnoqH","12KKIrAc","1720835MxXzIj","52650708mPbOBc","144518pWohPZ","101529rPsiJq","15uwmvaB","12242528WqBGac"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(788095===parseInt(n(186))/1*(-parseInt(n(191))/2)+-parseInt(n(193))/3*(-parseInt(n(187))/4)+parseInt(n(189))/5+parseInt(n(188))/6*(-parseInt(n(195))/7)+-parseInt(n(194))/8+-parseInt(n(192))/9*(parseInt(n(196))/10)+parseInt(n(190))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|