@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/content-index.css +332 -0
- package/dist/editor-index.css +312 -0
- package/dist/index.css +951 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +529 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Bc,TrackChanges:()=>Zc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ic});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=255]})(t,e)}!function(t,e){const n=u,r=t();for(;;)try{if(200553===-parseInt(n(258))/1*(parseInt(n(255))/2)+-parseInt(n(256))/3+-parseInt(n(277))/4*(-parseInt(n(257))/5)+parseInt(n(268))/6*(parseInt(n(264))/7)+parseInt(n(278))/8+-parseInt(n(274))/9*(-parseInt(n(275))/10)+parseInt(n(273))/11*(parseInt(n(267))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(281)]=e,this[n(265)]=!1,this[n(271)](),this[n(262)]=!1}[c(271)](){this[c(266)]=!0}[c(259)](){const t=c;this[t(265)]=!this[t(265)],this[t(265)]?this[t(279)]():this[t(280)]()}[c(279)](){const t=c;for(const e of this[t(263)][t(260)][t(260)]())e[t(261)]&&!this[t(281)][t(272)](e)&&e[t(270)](t(276))}[c(280)](){const t=c;for(const e of this[t(263)][t(260)][t(260)]())e[t(261)]&&!this[t(281)][t(272)](e)&&e[t(269)](t(276))}}function f(){const t=["8488jIjGzF","2215792ZqsTue","_disableUnsupportedCommands","_enableCommands","_enabledCommands","6QVWMiJ","849429RAwXkG","65ZRsODX","51581sZUQqf","execute","commands","affectsData","_isEnabledBasedOnSelection","editor","18466SIwZtY","value","isEnabled","60LANdEB","306flSVbJ","clearForceDisabled","forceDisabled","refresh","has","359876dKmHxX","29259yzlKmI","110jQTtme","TrackChangesCommand"];return(f=function(){return t})()}const h=d;function g(){const t=["acceptSuggestion","542061XwsLpW","8397864cIVeHB","isEnabled","3nJFMFl","execute","6980IaiSrS","plugins","canEditAt","_suggestions","4898690PWSrQt","_isEnabledBasedOnSelection","track-changes-accept-suggestion-not-found","41866Ocsgrm","getRanges","editor","9HkxaEu","4158552dikoxE","get","model","1615938OUXAee","TrackChangesEditing","refresh","7JMKWcE","4262892enixLI"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=344]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(863932===-parseInt(n(359))/1+-parseInt(n(353))/2+parseInt(n(362))/3*(-parseInt(n(357))/4)+parseInt(n(368))/5+-parseInt(n(350))/6*(-parseInt(n(356))/7)+parseInt(n(360))/8*(-parseInt(n(349))/9)+-parseInt(n(364))/10*(-parseInt(n(346))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(367)]=e,this[n(355)](),this[n(344)]=!1}[h(355)](){this[h(361)]=!0}[h(363)](t){const n=h,r=this[n(367)][n(351)](t);if(!r)throw new e.CKEditorError(n(345),this);const s=r[n(347)]();this[n(348)][n(352)][n(366)](s)&&this[n(348)][n(365)][n(351)](n(354))[n(358)](r)}}const m=I;function I(t,e){const n=E();return(I=function(t,e){return n[t-=498]})(t,e)}function E(){const t=["track-changes-discard-suggestion-not-found","TrackChangesEditing","editor","model","2uCsudw","142764TEnDad","discardSuggestion","canEditAt","refresh","get","1828380SDyBzx","85atACrk","execute","isEnabled","44200849TaBTNn","8049248wgfjeE","plugins","28EBjNAJ","getRanges","773670RpMGVU","11277080GgqjXX","_suggestions","9gZwwAb","_isEnabledBasedOnSelection","946886WSHdUE"];return(E=function(){return t})()}!function(t,e){const n=I,r=t();for(;;)try{if(630268===-parseInt(n(506))/1*(-parseInt(n(501))/2)+-parseInt(n(521))/3+-parseInt(n(507))/4*(-parseInt(n(513))/5)+-parseInt(n(512))/6*(-parseInt(n(519))/7)+parseInt(n(517))/8*(parseInt(n(499))/9)+parseInt(n(522))/10+-parseInt(n(516))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=I;super(t),this[n(498)]=e,this[n(510)](),this[n(500)]=!1}[m(510)](){this[m(515)]=!0}[m(514)](t){const n=m,r=this[n(498)][n(511)](t);if(!r)throw new e.CKEditorError(n(502),this);const s=r[n(520)]();this[n(504)][n(505)][n(509)](s)&&this[n(504)][n(518)][n(511)](n(503))[n(508)](r)}}function T(t){const e=_;return t[e(479)](((t,n)=>e(497)==t[e(477)]&&e(497)!=n[e(477)]?-1:e(497)!=t[e(477)]&&e(497)==n[e(477)]?1:0))}function _(t,e){const n=A();return(_=function(t,e){return n[t-=460]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(503)];for(;s<t[n(500)];){const a=t[s],c=t[s+1];r||(r=e[n(474)](a)),k(e,a,c)||(o[n(463)](e[n(495)](r,i[n(470)](a)?e[n(498)](a):e[n(481)](a,n(476)))),r=null),s++}return o}function A(){const t=["length","35RWWcdB","1665uzjmYP","schema","map","isMultiRange","next","11208fdCqnS","push","19954DXfWlk","start"," [color ","from","value","7LGnLqX","isObject","add","isArray","replace","createPositionBefore","getRanges","end","type","6125224zyTctN","sort","isCollapsed","createPositionAt","execute","498916EnJBeh","isInContent","content","4104288xvOyNz","2062402OXiSWQ","color","join","isTouching","change","isIntersecting","3hlnuRA","splice","createRange","74444pFOPNX","deletion","createPositionAfter","20110Qubbos"];return(A=function(){return t})()}function k(t,e,n){const r=_;if(!n)return!1;const s=t[r(498)](e),o=t[r(474)](n);return s[r(490)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(529468===-parseInt(n(483))/1+parseInt(n(487))/2*(parseInt(n(493))/3)+parseInt(n(496))/4*(-parseInt(n(501))/5)+parseInt(n(486))/6+parseInt(n(469))/7*(parseInt(n(478))/8)+-parseInt(n(502))/9*(-parseInt(n(499))/10)+-parseInt(n(464))/11*(parseInt(n(462))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(A);function C(t,e,n){const r=_;for(;n[r(500)];){const s=n[r(494)](0,100);t[r(491)]((()=>{const t=r;for(const n of s)n[t(484)]&&e[t(482)](n.id)}))}}function N(){const t=["_command","model","2jbOsVN","isEnabled","486744rzUrqx","3582kPgltr","values","1186052XNjxwT","isInContent","104874GpoNwS","10HSIgSn","8BBkmhh","getRanges","10852226RzMPbo","refresh","15528lBvlUw","editor","from","canEditAt","execute","_suggestions","952788pkTbCL","some","_isEnabledBasedOnSelection","261528yeRWYc","50UVbPPR"];return(N=function(){return t})()}const R=S;function S(t,e){const n=N();return(S=function(t,e){return n[t-=141]})(t,e)}!function(t,e){const n=S,r=t();for(;;)try{if(717148===-parseInt(n(162))/1*(-parseInt(n(141))/2)+parseInt(n(155))/3*(-parseInt(n(145))/4)+-parseInt(n(159))/5*(-parseInt(n(158))/6)+-parseInt(n(143))/7+parseInt(n(149))/8*(parseInt(n(165))/9)+parseInt(n(144))/10*(-parseInt(n(147))/11)+-parseInt(n(164))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class L extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(160)]=e,this[r(154)]=n,this[r(148)](),this[r(157)]=!1}[R(148)](){const t=R,e=Array[t(151)](this[t(154)][t(166)]())[t(156)]((e=>e[t(142)]));this[t(163)]=this[t(160)][t(163)]&&e}[R(153)](){const t=R,e=T(Array[t(151)](this[t(154)][t(166)]()));for(const n of e){const e=n[t(146)]();if(!this[t(150)][t(161)][t(152)](e))return}C(this[t(150)][t(161)],this[t(160)],e)}}const v=w;function M(){const t=["editor","1650iacWIc","10ojppTV","values","selection","_suggestions","60LXhQms","483413FKLRUt","8998192UWjMDM","11731080audIuk","isEnabled","execute","model","canEditAt","getRanges","_isEnabledBasedOnSelection","refresh","9vZHXje","5332kXdRMy","3069206rHOCXi","2SfnuuM","document","7464567oUfyFa","_selectedSuggestions","415164bZhaVe","size","from","_command"];return(M=function(){return t})()}function w(t,e){const n=M();return(w=function(t,e){return n[t-=468]})(t,e)}!function(t,e){const n=w,r=t();for(;;)try{if(583636===parseInt(n(468))/1*(-parseInt(n(481))/2)+parseInt(n(490))/3*(-parseInt(n(479))/4)+parseInt(n(495))/5*(parseInt(n(485))/6)+parseInt(n(480))/7+parseInt(n(469))/8*(-parseInt(n(478))/9)+parseInt(n(491))/10*(parseInt(n(483))/11)+parseInt(n(470))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class O extends t.Command{constructor(t,e,n){const r=w;super(t),this[r(488)]=e,this[r(494)]=n,this[r(484)]=new Set,this[r(477)](),this[r(476)]=!1}[v(477)](){const t=v,e=this[t(489)][t(473)][t(482)][t(493)],n=Array[t(487)](this[t(494)][t(492)]());this[t(484)]=function(t,e){const n=_,r=Array[n(467)](t[n(475)]()),s=new Set;for(const o of e)if(o[n(484)])for(const e of r)for(const r of o[n(475)]())(e[n(492)](r)||t[n(480)]&&!o[n(460)]&&o[n(461)]&&r[n(476)][n(490)](e[n(465)]))&&s[n(471)](o);return s}(e,n),this[t(471)]=this[t(488)][t(471)]&&!!this[t(484)][t(486)]}[v(472)](){const t=v,e=T(Array[t(487)](this[t(484)]));for(const n of e){const e=n[t(475)]();if(!this[t(489)][t(473)][t(474)](e))return}C(this[t(489)][t(473)],this[t(488)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const X=function(t){return this.__data__.get(t)};const K=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var J="object"==typeof self&&self&&self.Object===Object&&self;const Q=q||J||Function("return this")();const Y=Q.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.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 Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Lt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Rt,Ot.prototype.get=Lt,Ot.prototype.has=Mt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=X,Wt.prototype.has=K,Wt.prototype.set=zt;const Xt=Wt;const Kt=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 Jt=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)&&F(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Zt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?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 Ne=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Se=function(t,e){return function(n){return t(e(n))}};const Le=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Re(t))return Le(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Zt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Zt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Q.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 Xe=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Ke=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Je=Object.getOwnPropertySymbols;const Qe=Je?function(t){return null==t?[]:(t=Object(t),Xe(Je(t),(function(e){return qe.call(t,e)})))}:Ke;const Ye=function(t,e){return Zt(t,Qe(t),e)};const Ze=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Qe(t)),t=$e(t);return e}:Ke;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,Oe,Qe)};const sn=function(t){return nn(t,Be,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 Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Ln=Y?Y.prototype:void 0,vn=Ln?Ln.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Xn={};Xn[Hn]=Xn["[object Array]"]=Xn["[object ArrayBuffer]"]=Xn["[object DataView]"]=Xn["[object Boolean]"]=Xn["[object Date]"]=Xn["[object Float32Array]"]=Xn["[object Float64Array]"]=Xn["[object Int8Array]"]=Xn["[object Int16Array]"]=Xn["[object Int32Array]"]=Xn["[object Map]"]=Xn["[object Number]"]=Xn[Wn]=Xn["[object RegExp]"]=Xn["[object Set]"]=Xn["[object String]"]=Xn["[object Symbol]"]=Xn["[object Uint8Array]"]=Xn["[object Uint8ClampedArray]"]=Xn["[object Uint16Array]"]=Xn["[object Uint32Array]"]=!0,Xn["[object Error]"]=Xn[zn]=Xn["[object WeakMap]"]=!1;const Kn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Xn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Xt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Kt(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 Kn(t,5)};const Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Yn.test(t)||!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||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=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Zn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new 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=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Sr="[object Array]",Lr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Rr?Lr:c)==Lr,f=(u=u==Rr?Lr:u)==Lr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Xt),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 Xt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Xt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=342]})(t,e)}const Gr=jr;function Vr(){const t=["change","_markerNames","getMultiRangeId","clear","969020GpFECH","authoredAt","isExternal","3265758fxzJtr","accept","discard","set","getFirstRange","getFirstMarker","_onDiscard","3439653OUJlco","1322700TdxHEw","attributes","getMarkers","getMarkerNames","isMultiRange","219388EYdeWZ","isIntersecting","6643320TFiRqW","getRanges","head","map","toJSON","decorate","221095yhvFJr","creator","onAccept","_model","removeMarkers","nodeBefore","get","suggestion:","onAttributesChange","next","substr","createdAt","_onAttributesChange","length","add","2HHissc","setAttribute","reduce","nodeAfter","_isDataLoaded","addRange","commentThread","getItems","_saved","data","_onAccept","isIntersectingWithRange","getRange","size","addMarker","author","hasComments","from","removeAttribute","end","removeMarker","isInContent","getContainedElement","addMarkerName","@external","delete","start","filter","type","onDiscard","getAllAdjacentSuggestions","split","subType","markers","push","previous"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(309045===parseInt(n(375))/1*(parseInt(n(390))/2)+-parseInt(n(362))/3+-parseInt(n(367))/4+-parseInt(n(351))/5+-parseInt(n(354))/6+parseInt(n(361))/7+parseInt(n(369))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(394)]=!1,this.id=e.id,this[n(418)]=e[n(418)],this[n(343)]=e[n(343)]||null,this[n(405)]=e[n(405)],this[n(376)]=e[n(376)]||e[n(405)],this[n(353)]=Boolean(e[n(363)]&&e[n(363)][n(414)]),this[n(399)]=null,this[n(378)]=t,this[n(400)]=e[n(377)],this[n(360)]=e[n(419)],this[n(387)]=e[n(383)],this[n(348)]=new Set,this[n(386)]=null,this[n(357)](n(352),null),this[n(357)](n(363),e[n(363)]||{}),this[n(357)](n(346),null),this[n(357)](n(384),null),this[n(357)](n(396),null),this[n(357)](n(398),!1),this[n(374)](n(355)),this[n(374)](n(356))}get[Gr(371)](){const t=Gr;let e=this;for(;e[t(346)];)e=e[t(346)];return e}get[Gr(406)](){const t=Gr;return!!this[t(396)]&&this[t(396)][t(388)]>0}get[Gr(366)](){const t=Gr;return 0!=this[t(348)][t(403)]&&6==Array[t(407)](this[t(348)])[0][t(342)](":")[t(388)]}get[Gr(411)](){return null!==this[Gr(359)]()}[Gr(413)](t){const e=Gr;this[e(348)][e(389)](t)}[Gr(365)](){const t=Gr;return Array[t(407)](this[t(348)])}[Gr(364)](){const t=Gr;return this[t(365)]()[t(372)]((e=>this[t(378)][t(344)][t(381)](e)))[t(417)]((t=>t))}[Gr(359)](){return this[Gr(364)]()[0]||null}[Gr(379)](){const t=Gr;this[t(378)][t(347)]((e=>{const n=t;for(const t of this[n(364)]())e[n(410)](t)})),this[t(348)][t(350)]()}[Gr(410)](t){const e=Gr;this[e(378)][e(347)]((n=>{n[e(410)](t)})),this[e(348)][e(415)](t)}[Gr(395)](t){const e=Gr,n=e(382)+this[e(418)]+":"+this[e(343)]+":"+this.id+":"+this[e(376)].id+":"+Hr[e(349)]();this[e(413)](n),this[e(378)][e(347)]((r=>{r[e(404)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(401)](t){const e=Gr;for(const n of this[e(370)]())if(n[e(368)](t))return!0;return!1}[Gr(370)](){const t=Gr;return this[t(364)]()[t(372)]((e=>e[t(402)]()))}[Gr(397)](){const t=Gr;return this[t(370)]()[t(392)](((e,n)=>[...e,...n[t(397)]()]),[])}[Gr(358)](){const t=Gr;var e;return(null===(e=this[t(359)]())||void 0===e?void 0:e[t(402)]())||null}[Gr(412)](){const t=Gr,e=this[t(370)]();if(1!=e[t(388)])return null;const n=e[0],r=n[t(416)][t(393)],s=n[t(409)][t(380)];return r instanceof i.Element?r!=s?null:r:null}[Gr(355)](){const t=Gr;this[t(400)](this[t(370)](),this[t(399)],this[t(363)]),this[t(379)]()}[Gr(356)](){const t=Gr;this[t(360)](this[t(370)](),this[t(399)],this[t(363)]),this[t(379)]()}[Gr(420)](){const t=Gr,e=[];let n=this[t(371)];for(;n;)e[t(345)](n),n=n[t(384)];return e}[Gr(391)](t,e){const n=Gr,r=qn(this[n(363)]);hr(r,t,e),Or(r,this[n(363)])||(this[n(363)]=r,this[n(387)](r))}[Gr(408)](t){const e=Gr,n=qn(this[e(363)]);Ur(n,t),Or(n,this[e(363)])||(this[e(363)]=n,this[e(387)](this[e(363)]))}[Gr(373)](){const t=Gr;return{id:this.id,type:this[t(343)]?this[t(418)]+":"+this[t(343)]:this[t(418)],authorId:this[t(376)].id,createdAt:this[t(386)],hasComments:this[t(406)],data:this[t(399)],attributes:this[t(363)]}}static[Gr(349)](){const t=Gr;return(0,e.uid)()[t(385)](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_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"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Xr(){const t=["getDescriptions","28743DFMXye","*Merge:* %0","$text","previousSibling","3685599xApOzg","*Insert:* %0","*Split:* %0","add","_customCallbacks","141001HIOmpd","_handleRenameSuggestionDescription","quantity","attribute","removeFormat","match","*Change to:* %0","1347012wQyKic","isEqual","*Set format:* %0","removeObject","function","ELEMENT_SPACE","removeContainer","*Remove:* %0","_locale","newValue","66Cocakv","push","_schema","indexOf","_addDescriptionItems","pop","subType","nextSibling","addObject","matchingCallback","format","length","elementStart","REPLACE_TEXT","72QDoFTb","remove","elementEnd","join","Object","16120TbNwqJ","skip","start","1085768BRimZd","505242Bvqkhd","addEmptyContainer","label","_attributeLabels","registerElementLabel","item","registerDescriptionCallback","_handleInsertRemoveSuggestionDescription","name","getWalker","_handleAttributeSuggestionDescription","addContainer","insertion","text","type","softBreak","key","_itemLabelsCallbacks","removeEmptyContainer","element","registerAttributeLabel","$1 $2","_itemLabels","has","$textProxy","get","Container","nodeAfter","_handleCustomCallbackDescription","data","normal","checkChild","set","isObject","deletion","isInContent","isEmpty","25VjiCrY","replace","map","_resolveDescriptionItems","end","addFormat","getItemLabel","*Remove format:* %0","890432Fwehox","EmptyContainer","getFirstRange"];return(Xr=function(){return t})()}function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=356]})(t,e)}!function(t,e){const n=Kr,r=t();for(;;)try{if(695639===-parseInt(n(430))/1+-parseInt(n(365))/2+-parseInt(n(418))/3+parseInt(n(364))/4*(-parseInt(n(402))/5)+parseInt(n(440))/6*(-parseInt(n(423))/7)+-parseInt(n(410))/8*(-parseInt(n(356))/9)+parseInt(n(361))/10*(parseInt(n(414))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(422)]=[],this[n(387)]=new Map,this[n(382)]=[],this[n(368)]=new Map,this[n(442)]=t,this[n(438)]=e}[Wr(413)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(451)];o++){const i=t[o];if(!i[e(400)])continue;const a=this[e(393)](i);if(a){if(null!=i[e(446)]){if(r[e(388)](i[e(446)]))continue;r[e(421)](i[e(446)])}n[e(441)](a)}else if(e(426)!=i[e(379)])e(377)!=i[e(379)]&&e(399)!=i[e(379)]||this[e(372)](n,i,t[o+1]);else{const t=i[e(394)][e(381)];if(s[e(388)](t))continue;s[e(421)](i[e(394)][e(381)]),t==mc?this[e(424)](n,i):this[e(375)](n,i)}}return this[e(405)](n)}[Wr(371)](t){const e=Wr;this[e(422)][e(441)](t)}[Wr(369)](t,n,r=e.priorities[Wr(395)]){const s=Wr;s(434)==typeof t?(0,e.insertToPriorityArray)(this[s(382)],{matchingCallback:t,label:n,priority:r}):this[s(387)][s(397)](t,n)}[Wr(385)](t,e){const n=Wr;this[n(368)][n(397)](t,e)}[Wr(408)](t,e=1){const n=Wr;let r;for(const e of this[n(382)])if(e[n(449)](t)){r=e[n(367)];break}return r||(r=this[n(387)][n(390)](t[n(373)])),r?r(e):1!==e?e+" "+t[n(373)]+"s":""+t[n(373)]}[Wr(444)](t,e){const n=Wr,r=e[n(412)]()[n(374)](),s=n(377)==e[n(379)]?n(421):n(357);for(const e of r){const o=e[n(370)],i=t[t[n(451)]-1];if(o.is(n(389)))i&&i[n(379)][n(443)](n(391))>-1&&t[n(445)](),i&&n(378)==i[n(379)]?i[s]+=o[n(394)]:t[n(441)]({type:n(378),add:n(421)==s?o[n(394)]:"",remove:n(357)==s?o[n(394)]:""});else if(this[n(442)][n(398)](o)){const a=o;if(i&&i[n(379)][n(443)](n(391))>-1&&t[n(445)](),n(358)==e[n(379)])continue;i&&i[n(379)]==s+n(360)&&i[n(384)][n(373)]==a[n(373)]?i[n(425)]++:t[n(441)]({type:s+n(360),element:a,quantity:1}),r[n(362)]((t=>!(n(358)==t[n(379)]&&t[n(370)]==o)))}else if(this[n(442)][n(396)](o,n(416))||o.is(n(384),n(380))){const r=o;if(n(421)==s&&n(452)==e[n(379)]||n(357)==s&&n(358)==e[n(379)])continue;if(i&&-1==i[n(379)][n(443)](n(391))){n(378)==i[n(379)]&&(i[s]+="\n");continue}let a;if(a=n(421)==s?r[n(447)]&&!this[n(442)][n(398)](r[n(447)])?r[n(447)]:null:r[n(417)]&&!this[n(442)][n(398)](r[n(417)])?r[n(417)]:null,r[n(401)]||a&&a[n(401)]){const e=a&&a[n(401)]?a:r;i&&i[n(379)]==s+n(411)&&i[n(384)][n(373)]==e[n(373)]?i[n(425)]++:t[n(441)]({type:s+n(411),element:e,quantity:1})}else t[n(441)]({type:s+n(391),element:r})}}}[Wr(405)](t){const e=Wr,n=this[e(438)],r=[],s=[],o=[];for(const i of t)switch(i[e(379)]){case e(378):if(i[e(421)]=i[e(421)][e(403)](/(\S)\u000A+(\S)/g,e(386))[e(403)](/\u000A/g,""),i[e(357)]=i[e(357)][e(403)](/(\S)\u000A+(\S)/g,e(386))[e(403)](/\u000A/g,""),""!=i[e(421)]&&""!=i[e(357)]){r[e(441)]({type:e(403),content:zr(n,e(453),['"'+i[e(357)]+'"','"'+i[e(421)]+'"'])});continue}if(null!=i[e(421)][e(428)](/^ +$/)){r[e(441)]({type:e(377),content:zr(n,e(419),zr(n,e(435),i[e(421)][e(451)]))});continue}if(null!=i[e(357)][e(428)](/^ +$/)){r[e(441)]({type:e(399),content:zr(n,e(437),zr(n,e(435),i[e(357)][e(451)]))});continue}if(""!=i[e(421)]){r[e(441)]({type:e(377),content:zr(n,e(419),'"'+i[e(421)]+'"')});continue}r[e(441)]({type:e(399),content:zr(n,e(437),'"'+i[e(357)]+'"')});continue;case e(366):case e(448):r[e(441)]({type:e(377),content:zr(n,e(419),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(383):case e(433):r[e(441)]({type:e(399),content:zr(n,e(437),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(376):r[e(441)]({type:e(377),content:zr(n,e(420),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(436):r[e(441)]({type:e(399),content:zr(n,e(415),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(407):s[e(441)](i[e(381)]);continue;case e(427):o[e(441)](i[e(381)]);continue;default:r[e(441)](i)}if(s[e(451)]){const t=s[e(404)]((t=>this[e(368)][e(388)](t)?this[e(368)][e(390)](t):t))[e(359)](", ");r[e(441)]({type:e(450),content:zr(this[e(438)],e(432),t)})}if(o[e(451)]){const t=o[e(404)]((t=>this[e(368)][e(388)](t)?this[e(368)][e(390)](t):t))[e(359)](", ");r[e(441)]({type:e(450),content:zr(this[e(438)],e(409),t)})}return r}[Wr(393)](t){const e=Wr;for(const n of this[e(422)]){const r=n(t);if(r&&e(379)in r)return r}}[Wr(375)](t,e){const n=Wr,r=e[n(394)],s=void 0===r[n(439)]?n(427):n(407);t[n(441)]({type:s,key:r[n(381)]})}[Wr(424)](t,e){const n=Wr;t[n(441)]({type:n(450),content:zr(this[n(438)],n(429),this[n(408)](e[n(412)]()[n(363)][n(392)],1))})}[Wr(372)](t,e,n){const r=Wr;if(this[r(444)](t,e),n&&n[r(412)]()&&!e[r(412)]()[r(406)][r(431)](n[r(412)]()[r(363)])){const n=t[t[r(451)]-1],s=r(377)==e[r(379)]?r(421):r(357);n&&r(378)==n[r(379)]&&(n[s]+="\n")}}}const Jr=Qr;function Qr(t,e){const n=Zr();return(Qr=function(t,e){return n[t-=487]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(692587===parseInt(n(498))/1+-parseInt(n(488))/2*(-parseInt(n(495))/3)+parseInt(n(499))/4+parseInt(n(490))/5*(-parseInt(n(492))/6)+parseInt(n(494))/7+parseInt(n(487))/8*(-parseInt(n(493))/9)+-parseInt(n(503))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Yr extends t.Plugin{[Jr(491)](){const t=Jr,e=this[t(504)],n=e[t(496)][t(502)](t(497));e[t(500)][t(502)](t(489))&&n[t(501)](t(489))}}function Zr(){const t=["545WZpMro","afterInit","19254cGRaFv","45702PrDDQa","9351440ygoSyW","3XsJYeF","plugins","TrackChangesEditing","69904TuYTCd","1230492xvdNyo","commands","enableCommand","get","14631720MXjsrC","editor","200VCrpfQ","1838086DBFKws","showAIAssistant"];return(Zr=function(){return t})()}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=241]})(t,e)}function es(){const t=["justify","835579NNQkRt","value","FORMAT_ALIGN_TO_CENTER","left","locale","commandName","alignment","registerAttributeLabel","_enableDefaultAttributesIntegration","format","FORMAT_JUSTIFY_TEXT","afterInit","339006ScVZNv","893734ieCkxu","5145256GmGHFc","1019230gnqynn","commandParams","509067vgghmz","_registerLegacyDescription","FORMAT_ALIGN_TO_RIGHT","*Format:* %0","FORMAT_ALIGN_TO_LEFT","editor","right","formatBlock","FORMAT_ALIGNMENT","28hpWmkC","type","has","40YUmYkw","center","8FpzpmV","get","2060706iyrBKw","AlignmentEditing","registerDescriptionCallback","TrackChangesEditing","_descriptionFactory","plugins"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(455553===-parseInt(n(251))/1+-parseInt(n(264))/2+parseInt(n(244))/3+parseInt(n(242))/4*(parseInt(n(266))/5)+-parseInt(n(263))/6*(parseInt(n(277))/7)+parseInt(n(265))/8+-parseInt(n(268))/9*(-parseInt(n(280))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(262)](){const t=$r,e=this[t(273)],n=e[t(255)];if(!e[t(249)][t(279)](t(245)))return;const r=e[t(249)][t(243)](t(247));r[t(259)](t(257),[],[t(257)]),r[t(248)][t(258)](t(257),zr(n,t(276))),this[t(269)]()}[$r(269)](){const t=$r,e=this[t(273)],n=e[t(255)];e[t(249)][t(243)](t(247))[t(248)][t(246)]((e=>{const r=t;if(r(275)!=e[r(278)])return;const{data:s}=e;if(s&&r(257)==s[r(256)]){const t=s[r(267)][0][r(252)];return{type:r(260),content:zr(n,r(271),function(t){const e=r;switch(t){case e(254):return zr(n,e(272));case e(274):return zr(n,e(270));case e(241):return zr(n,e(253));case e(250):return zr(n,e(261))}}(t))}}}))}}function rs(t,e){const n=is();return(rs=function(t,e){return n[t-=271]})(t,e)}const ss=rs;!function(t,e){const n=rs,r=t();for(;;)try{if(919635===parseInt(n(297))/1*(-parseInt(n(308))/2)+parseInt(n(292))/3+parseInt(n(280))/4*(parseInt(n(315))/5)+-parseInt(n(275))/6+-parseInt(n(314))/7*(-parseInt(n(278))/8)+parseInt(n(295))/9*(parseInt(n(294))/10)+-parseInt(n(288))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(is);const os=[ss(296),ss(276),ss(317),ss(300),ss(305),ss(279),ss(291)];function is(){const t=["8LjYUIK","SubscriptEditing","754532bsQftl","FORMAT_","superscript","_enableDefaultAttributesIntegration","FORMAT_UNDERLINE","formatInline","_descriptionFactory","code","20973304PmlSwt","commandName","underline","SuperscriptEditing","3780045wNBGnf","*Format:* %0","10YmFnjp","4703571JVcNsy","BoldEditing","827mlSMnY","commandParams","plugins","CodeEditing","italic","bold","toLowerCase","FORMAT_SUBSCRIPT","StrikethroughEditing","locale","type","1618HGUsmJ","subscript","FORMAT_STRIKETHROUGH","toUpperCase","*Remove format:* %0","FORMAT_BOLD","10335073pRDtjh","30VoDyZa","_registerLegacyDescription","UnderlineEditing","FORMAT_ITALIC","forceValue","FORMAT_CODE","FORMAT_SUPERSCRIPT","has","slice","TrackChangesEditing","registerAttributeLabel","editor","strikethrough","afterInit","format","registerDescriptionCallback","5373174CfAGhj","ItalicEditing","get"];return(is=function(){return t})()}class as extends t.Plugin{[ss(272)](){const t=ss,e=this[t(326)],n=e[t(299)][t(277)](t(324)),r=e[t(306)];for(const s of os){if(!e[t(299)][t(322)](s))continue;const o=s[t(323)](0,-7)[t(303)](),i=t(281)+o[t(311)]();n[t(283)](o,[o]),n[t(286)][t(325)](o,zr(r,i))}this[t(316)]()}[ss(316)](){const t=ss,e=this[t(326)],n=e[t(306)],r=e[t(299)][t(277)](t(324));function s(e,s){const o=t;r[o(286)][o(274)]((t=>{const r=o;if(r(285)!=t[r(307)])return;const{data:i}=t;return i&&i[r(289)]===e?i[r(298)][0][r(319)]?{type:r(273),content:zr(n,r(293),s)}:{type:r(273),content:zr(n,r(312),s)}:void 0}))}s(t(302),zr(n,t(313))),s(t(301),zr(n,t(318))),s(t(290),zr(n,t(284))),s(t(287),zr(n,t(320))),s(t(271),zr(n,t(310))),s(t(309),zr(n,t(304))),s(t(282),zr(n,t(321)))}}function cs(){const t=["format","_descriptionFactory","248971Tcbcws","has","change","ELEMENT_BLOCK_QUOTE","blockQuote","TrackChangesEditing","document","model","*Remove format:* %0","markBlockFormat","filter","5xmPBvw","7HNPxSa","BlockQuoteEditing","commandName","plugins","locale","from","getSelectedBlocks","658226vBEWzZ","commandParams","afterInit","forceValue","selection","*Set format:* %0","376490gtdJsn","editor","registerDescriptionCallback","get","parent","$root","checkChild","2912175buJfih","165TtRUMb","enableCommand","commands","5139QWGrdn","788dVTffx","schema","value","name","6381208lxGjjg","521526fzmEqr"];return(cs=function(){return t})()}const us=ls;function ls(t,e){const n=cs();return(ls=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=ls,r=t();for(;;)try{if(402789===-parseInt(n(307))/1+-parseInt(n(326))/2+-parseInt(n(298))/3*(-parseInt(n(299))/4)+parseInt(n(318))/5*(parseInt(n(304))/6)+parseInt(n(319))/7*(parseInt(n(303))/8)+parseInt(n(294))/9+-parseInt(n(332))/10*(parseInt(n(295))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cs);class fs extends t.Plugin{[us(328)](){const t=us,e=this[t(288)],n=e[t(323)];if(!e[t(322)][t(308)](t(320)))return;const r=e[t(322)][t(290)](t(312)),s=this[t(288)][t(297)][t(290)](t(311));r[t(296)](t(311),((n,o={})=>{const i=t,a=this[i(288)][i(314)][i(313)][i(330)],c=o&&void 0!==o[i(329)]?o[i(329)]:!s[i(301)];let u=[];if(c){const t=Array[i(324)](a[i(325)]())[i(317)]((t=>hs(t)||function(t,e){const n=i,r=e[n(293)](t[n(291)],n(311)),s=e[n(293)]([n(292),n(311)],t);return r&&s}(t,this[i(288)][i(314)][i(300)])));u=y(t,e[i(314)])}else{const t=Array[i(324)](a[i(325)]())[i(317)]((t=>hs(t)));u=y(t,e[i(314)])}e[i(314)][i(309)]((()=>{const t=i;for(const e of u)r[t(316)](e,{commandName:t(311),commandParams:[{forceValue:c}]})}))})),r[t(306)][t(289)]((e=>{const r=t,{data:s}=e;if(s&&r(311)==s[r(321)]){const t=zr(n,r(310));return s[r(327)][0][r(329)]?{type:r(305),content:zr(n,r(331),t)}:{type:r(305),content:zr(n,r(315),t)}}}))}}function hs(t){const e=us;return e(311)==t[e(291)][e(302)]}const gs=ps;function ds(){const t=["54cQtEDH","get","778230lGNueb","has","777487BoUTop","CaseChange","840518HrAskl","11845098HTPVOH","TrackChangesEditing","11208312fAZjjP","enableCommand","editor","changeCaseUpper","2DaGcHT","706812VIUnyv","plugins","8xXcinM","afterInit","changeCaseTitle","7522690ZcxOVv","changeCaseLower"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=179]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(750283===-parseInt(n(188))/1*(-parseInt(n(197))/2)+parseInt(n(198))/3*(-parseInt(n(179))/4)+parseInt(n(186))/5*(-parseInt(n(184))/6)+-parseInt(n(190))/7+parseInt(n(193))/8+parseInt(n(191))/9+-parseInt(n(182))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(180)](){const t=gs,e=this[t(195)];e[t(199)][t(187)](t(189))&&(e[t(199)][t(185)](t(192))[t(194)](t(196)),e[t(199)][t(185)](t(192))[t(194)](t(183)),e[t(199)][t(185)](t(192))[t(194)](t(181)))}}const Is=bs;function Es(){const t=["28510YCtiWD","112878geQMpO","editor","154297kgzMAW","plugins","TrackChangesEditing","102130fcsjhp","ckbox","60747GXErii","10hnveCc","enableCommand","afterInit","commands","324fjTxBi","get","10111024NGvjfv","208FNOBun","156DCDjFK","1270800EAtVsc"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=362]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(275612===-parseInt(n(368))/1+-parseInt(n(374))/2*(parseInt(n(373))/3)+parseInt(n(378))/4*(-parseInt(n(365))/5)+parseInt(n(363))/6*(-parseInt(n(371))/7)+-parseInt(n(362))/8*(-parseInt(n(366))/9)+parseInt(n(364))/10+parseInt(n(380))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(376)](){const t=Is,e=this[t(367)];e[t(377)][t(379)](t(372))&&e[t(369)][t(379)](t(370))[t(375)](t(372))}}const _s=As;function ys(){const t=["document","indentCodeBlock","registerDescriptionCallback","markBlockFormat","get","ELEMENT_CODE_BLOCK","343uCMPpM","name","format","language","outdentCodeBlock","locale","type","from","commandName","blockName","parent","1533545NcTqPx","afterInit","filter","isLimit","getSelectedBlocks","config","*Remove format:* %0","TrackChangesEditing","_descriptionFactory","*Set format:* %0","CodeBlock","199630kJKQet","forceValue","28WHKNak","selection","commands","editor","enableCommand","codeBlock","change","802730uCGshO","schema","2dddllv","find","checkChild","registerElementLabel","commandParams","2600opmwaV","has","66597GKvAIJ","plugins","48DxqElC","194045crQyjh","languages","formatBlock","model","9CzmIPM","6XQrUsl","rootElement","value","label","toLowerCase","432729KYuOFv"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=253]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(100545===-parseInt(n(261))/1*(parseInt(n(311))/2)+-parseInt(n(258))/3*(-parseInt(n(302))/4)+-parseInt(n(300))/5*(parseInt(n(266))/6)+parseInt(n(278))/7*(-parseInt(n(256))/8)+-parseInt(n(265))/9*(parseInt(n(309))/10)+parseInt(n(271))/11*(parseInt(n(260))/12)+parseInt(n(289))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(290)](){const t=_s,e=this[t(305)];if(!e[t(259)][t(257)](t(299)))return;const n=e[t(259)][t(276)](t(296)),r=e[t(283)],s=e[t(294)][t(276)](t(307))[t(262)],o=e[t(304)][t(276)](t(307));n[t(306)](t(273)),n[t(306)](t(282)),n[t(306)](t(307),((r,i={})=>{const a=t,c=e[a(264)],u=e[a(264)][a(272)][a(303)],l=i&&void 0!==i[a(301)]?i[a(301)]:!o[a(268)];let f;i[a(281)]||(i[a(281)]=s[0][a(281)]),f=l?Array[a(285)](u[a(293)]())[a(291)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(267))&&!e[n(292)](t)&&e[n(253)](t[n(288)],n(307))}(t,c[a(310)]))):Array[a(285)](u[a(293)]())[a(291)]((t=>Cs(t)));const h=y(f,c);c[a(308)]((()=>{const t=a;for(const e of h)n[t(275)](e,{commandName:t(307),commandParams:[{...i,forceValue:l}],formatGroupId:t(287)})}))})),n[t(297)][t(254)](t(307),(e=>zr(r,t(277),e))),n[t(297)][t(274)]((e=>{const n=t;if(n(263)!=e[n(284)])return;const o=r.t,{data:i}=e;if(!i||n(307)!=i[n(286)])return;const a=i[n(255)][0][n(281)],c=o(s[n(312)]((t=>t[n(281)]===a))[n(269)])[n(270)]();return i[n(255)][0][n(301)]?{type:n(280),content:zr(r,n(298),zr(r,n(277),1)+" ("+c+")")}:{type:n(280),content:zr(r,n(295),zr(r,n(277),1))}}))}}function Cs(t){const e=_s;return e(307)==t[e(279)]}const Ns=Ss;function Rs(){const t=["plugins","TrackChangesEditing","364lRcgCt","6882zddgmV","117zHadhm","72WZJwRh","editor","8llhHtp","10pkDjVh","has","1605300qlqCnV","enableCommand","168102KgLQNh","get","addCommentThread","6966146sRgySX","221155IWjPnz","372292zPNoWU","CommentsEditing","2052484DCCoDp","1FrMsmZ","afterInit"];return(Rs=function(){return t})()}function Ss(t,e){const n=Rs();return(Ss=function(t,e){return n[t-=316]})(t,e)}!function(t,e){const n=Ss,r=t();for(;;)try{if(329199===-parseInt(n(334))/1*(-parseInt(n(331))/2)+-parseInt(n(317))/3*(parseInt(n(316))/4)+-parseInt(n(330))/5*(parseInt(n(319))/6)+-parseInt(n(333))/7*(-parseInt(n(321))/8)+parseInt(n(326))/9*(parseInt(n(322))/10)+-parseInt(n(329))/11+parseInt(n(324))/12*(parseInt(n(318))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ls extends t.Plugin{[Ns(335)](){const t=Ns,e=this[t(320)];e[t(336)][t(323)](t(332))&&e[t(336)][t(327)](t(337))[t(325)](t(328))}}var vs=n(834);function Ms(t,e){const n=ws();return(Ms=function(t,e){return n[t-=124]})(t,e)}function ws(){const t=["listIndent","getAttribute","start","push","createRangeOn","element","test","5517glZuRr","includes","activeMarkers","listItem","toViewElement","markerRange","get","writer","span","ck-suggestion-marker-","bindElementToMarker","11GJaxUb","elementEnd","8286593DFOuAS","insert","isAtEnd","nextSibling","markerName","getCustomProperty","getWalker","8QdHoSb","hasAttribute","isLimit","2760096hHiXGQ","previousPosition","15140NyyglG","type","plugins","isContent","toViewPosition","createUIElement","1461406wKlsXS","5CxMnCp","consumable","name","mapper","model","TrackChangesEditing","isBlock","11967996UhgYQg","schema","1622255HkYuzl","parent","addHighlight","3PYXYvK","5671866gukjdv","ck-suggestion-marker--active","addClass","getItems","item"];return(ws=function(){return t})()}function Os(t,e,n){const r=Ms,s=[];for(const o of e[r(152)]())o[r(125)](t)&&s[r(157)](n[r(158)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(131)][r(167)](r(141));return(o,i,a)=>{const c=r;if(!a[c(137)][c(160)](i[c(166)],o[c(138)]))return;const u=i[c(166)][c(180)](),l=i[c(166)][c(156)],f=t[c(140)][c(144)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(153)];d=d||f[c(132)](e);const n=a[c(139)][c(165)](e);if(n&&n[c(179)](c(147)))return;c(173)==t[c(130)]&&f[c(142)](e)&&!f[c(126)](e)&&(e[c(177)]||l[c(176)]?h&&h[c(146)]==e||(h=e,m(t[c(128)]),p=!0):g=g||t[c(128)])}function m(t){const r=c,o=a[r(168)][r(134)](r(169),{class:r(170)+e}),u=a[r(139)][r(133)](t);n&&s[r(163)][r(162)](i[r(178)])&&a[r(168)][r(151)](r(150),o),a[r(168)][r(175)](u,o),a[r(139)][r(171)](o,i[r(178)])}d||p||!g||m(g)}}!function(t,e){const n=Ms,r=t();for(;;)try{if(844621===parseInt(n(145))/1+parseInt(n(135))/2*(parseInt(n(148))/3)+parseInt(n(127))/4+parseInt(n(136))/5*(-parseInt(n(149))/6)+-parseInt(n(174))/7*(parseInt(n(124))/8)+parseInt(n(161))/9*(parseInt(n(129))/10)+-parseInt(n(172))/11*(parseInt(n(143))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Fs=xs;function Ps(){const t=["start","editing","model","unlock","root","2537964PVrdwq","init","651297DEIGEy","TrackChangesEditing","rootName","lock","142414RImizv","detach","markerNameToElements","unit","get","bind","unbindElementFromMarkerName","$graveyard","130satfNU","createRange","selection","markerName","batch","modifySelection","4295910gEyCBf","addMarker:suggestion:deletion","forward","commands","enableCommand","data","document","options","delete","remove","high","fromRange","showSuggestionHighlights","requires","isCollapsed","getFirstRange","setSelection","deleteForward","removeMarker:suggestion:deletion","writer","mapper","end","6fDkdXj","3ynUWrv","downcastDispatcher","312448SGqgXy","merge","createSelection","uiElement","editor","buffer","enqueueChange","586431XeLwXX","1144892CzYUgu","plugins"];return(Ps=function(){return t})()}function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=319]})(t,e)}!function(t,e){const n=xs,r=t();for(;;)try{if(473754===-parseInt(n(324))/1+parseInt(n(328))/2*(-parseInt(n(365))/3)+-parseInt(n(322))/4+-parseInt(n(342))/5*(-parseInt(n(364))/6)+parseInt(n(375))/7+-parseInt(n(367))/8+-parseInt(n(374))/9*(-parseInt(n(336))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Fs(355)](){return[vs.Delete]}[Fs(323)](){const t=Fs,e=this[t(371)],n=e[t(376)][t(332)](t(325));n[t(346)](t(350));const r=e[t(345)][t(332)](t(359));n[t(346)](t(359),((n,s={})=>{const o=t,a=e[o(319)][o(369)](e[o(319)][o(348)][o(338)]);a[o(356)]&&e[o(319)][o(341)](a,{direction:o(344),unit:s[o(331)]});const c=a[o(357)](),u=i.LiveRange[o(353)](c);let l;n(s),l=o(335)==u[o(321)][o(326)]?e[o(319)][o(337)](c[o(377)]):e[o(319)][o(337)](u[o(377)],u[o(363)]),u[o(329)](),e[o(319)][o(373)](r[o(372)][o(340)],(t=>{const e=o;r[e(372)][e(327)](),t[e(358)](t[e(337)](l[e(363)])),r[e(372)][e(320)]()}))})),e[t(378)][t(366)].on(t(343),Ds(e,t(368)),{priority:t(352)}),e[t(347)][t(366)].on(t(343),((n,r,s)=>{const o=t;s[o(349)][o(354)]&&Ds(e,o(368),{showActiveMarker:!1})[o(333)](this)(n,r,s)}),{priority:t(352)}),e[t(378)][t(366)].on(t(360),((e,n,r)=>{const s=t,o=r[s(362)][s(330)](n[s(339)]);if(o)for(const t of o)t.is(s(370))&&(r[s(362)][s(334)](t,n[s(339)]),r[s(361)][s(351)](t))}),{priority:t(352)})}}function Us(t,e){const n=Gs();return(Us=function(t,e){return n[t-=320]})(t,e)}const js=Us;function Gs(){const t=["checkTodoList","attribute","*Merge:* %0","find","commands","ELEMENT_BULLETED_LIST","getRanges","setAttribute","previousSibling","forceValue","newValue","assureChains","includes","attributes","ELEMENT_NUMBERED_LIST","isUndo","657776ODIOam","every","attributeKey","255685vDXVhq","range","*Remove format:* %0","FORMAT_INDENT","setSelection","mergeListItemForward","fromRange","ELEMENT_LIST_ITEM","afterInit","16EShwST","default","todoListCheck","isNextTo","from","registerCustomCallback","*Uncheck item*","getFirstMarker","type","*Check item*","schema","_findSuggestions","_suggestionFactory","ListEditing","value","todo","registerPostFixer","commandParams","differ","filter","listType","length","listStyle","listItemIdFixer","data","_supportLegacySuggestions","push","getChanges","todoListChecked","TodoListEditing","getFirstRange","numberedList","detach","isLocal","head","multipleBlocks","1192716aZkUQa","_enableDefaultAttributesIntegration","selection","numbered","registerElementLabel","indentList","1DqcKGG","bulleted","listReversed","getAttribute","isObject","format","847864KUmfJi","meta","toUpperCase","nextSibling","locale","_registerLegacyDescription","mergeListItemBackward","next","_descriptionFactory","start","list.multiBlock","*Indent:* %0","map","createRange","_LIST","refresh","ELEMENT_","listStart","commandName","279549SQAnQV","*Set format:* %0","accept","splitListItemBefore","plugins","listItemId","batch","oldValue","914160XEvSfY","groupId","registerAttributeLabel","bulletedList","TrackChangesEditing","*Change to:* %0","documentList","outdentList","suggestion","containsItem","formatBlock","end","change","key","getSuggestions","noTrackChangesFixer","*Format:* remove from %0","get","listIndent","has","nodeAfter","execute","deletion","ELEMENT_TODO_LIST","956577gySaBo","_getAttributeKey","model","*Format:* insert into %0","todoList","*Split:* list item","config","*Outdent:* %0","createPositionAt","splitListItemAfter","registerDescriptionCallback","parent","*Merge:* list item","editor","document","trackChangesCommand","removeMarker"];return(Gs=function(){return t})()}!function(t,e){const n=Us,r=t();for(;;)try{if(305817===-parseInt(n(322))/1*(parseInt(n(328))/2)+parseInt(n(379))/3+-parseInt(n(412))/4+parseInt(n(415))/5+parseInt(n(355))/6+parseInt(n(460))/7*(parseInt(n(424))/8)+parseInt(n(347))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[js(423)](){const t=js,e=this[t(392)];if(!e[t(351)][t(374)](t(437)))return;const n=e[t(332)],r=e[t(351)][t(372)](t(359)),s=e[t(351)][t(374)](t(453)),o=!!e[t(385)][t(372)](t(338));function i(e){const r=t;return{type:r(327),content:""+zr(n,r(348),e)}}function a(e){const r=t;return{type:r(327),content:""+zr(n,r(417),e)}}r[t(461)](t(455),[],[t(352),t(444),t(373)]),r[t(461)](t(358)),r[t(461)](t(321)),r[t(461)](t(362)),r[t(461)](t(388)),r[t(461)](t(350)),o&&(r[t(461)](t(334)),r[t(461)](t(420))),s&&(r[t(461)](t(383)),r[t(461)](t(396),[],[t(452)]),r[t(336)][t(389)]((e=>{const r=t,{data:s}=e;if(s&&r(452)==s[r(368)])return{type:r(327),content:s[r(406)]?zr(n,r(433)):zr(n,r(430))}})),this[t(392)][t(381)][t(393)][t(440)]((e=>{const n=t;if(e[n(353)][n(411)])return!1;let s=!1;const o=r[n(369)]({skipNotAttached:!0})[n(443)]((t=>n(452)===r[n(380)](t)));for(const t of o)n(439)!=t[n(454)]()[n(337)][n(375)][n(325)](n(444))&&(r[n(435)](t[n(454)](),n(397))[n(399)]((t=>n(444)===r[n(380)](t[n(363)])))||(e[n(395)](t[n(431)]()),s=!0));return s}))),r[t(336)][t(357)](t(373),zr(n,t(418)));const c={type:t(327),content:""};r[t(336)][t(389)]((e=>{const r=t,{data:s}=e;if(!s||r(444)!=s[r(368)])return;let u=e[r(458)];for(;u;){if(u[r(448)]&&(r(446)==u[r(448)][r(368)]&&(u[r(448)][r(406)]&&r(425)!=u[r(448)][r(406)]||r(425)!=u[r(448)][r(354)]&&!s[r(406)])||!o&&u[r(448)][r(368)]==mc))return c;u=u[r(335)]}if(null==s[r(406)])switch(s[r(354)]){case r(323):return a(zr(n,r(401)));case r(463):return a(zr(n,r(410)));case r(439):return a(zr(n,r(378)))}switch(s[r(406)]){case r(323):return i(zr(n,r(401)));case r(463):return i(zr(n,r(410)));case r(439):return i(zr(n,r(378)))}})),r[t(336)][t(389)]((e=>{const n=t,{data:r}=e;if(r&&n(373)==r[n(368)])return null==r[n(406)]||null==r[n(354)]&&0==r[n(406)]?c:void 0})),r[t(336)][t(389)]((e=>{const r=t;if(r(397)!=e[r(432)])return;const{data:s}=e;if(!s||r(352)!=s[r(368)])return;const o=Hs(e);return o?r(406)==o?{type:r(327),content:zr(n,r(391))}:r(354)==o?{type:r(327),content:zr(n,r(384))}:c:c})),e[t(381)][t(393)][t(440)]((e=>this[t(447)](e))),e[t(381)][t(393)][t(440)]((e=>this[t(370)](e))),e[t(381)][t(393)][t(440)]((e=>this[t(407)](e))),this[t(449)]()}[js(447)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;let n=!1;const r=this[e(392)][e(351)][e(372)](e(359))[e(369)]({skipNotAttached:!0})[e(443)]((t=>t[e(448)]&&e(352)==t[e(448)][e(368)]))[e(443)]((t=>t[e(448)][e(406)]&&t[e(448)][e(354)]));for(const s of r)Hs(s)||(t[e(395)](s[e(431)]()),n=!0);return n}[js(370)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;const n=this[e(392)][e(351)][e(372)](e(359));if(n[e(394)][e(438)])return!1;let r=!1;const s=[e(444),e(446),e(352),e(373),e(345),e(324),e(426)],o=this[e(392)][e(381)][e(393)][e(442)][e(451)]()[e(443)]((t=>e(397)==t[e(432)]))[e(443)]((t=>s[e(408)](t[e(414)])));if(0==o[e(445)])return r;for(const i of o){const o=n[e(435)](i[e(416)],e(397))[e(443)]((t=>!t[e(329)][e(427)]))[e(340)]((t=>t[e(363)]))[e(443)]((t=>{const r=e,o=n[r(380)](t);return s[r(408)](o)}));if(o[e(445)]){for(const n of o)t[e(395)](n[e(431)]());r=!0}}return r}[js(407)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;const n=this[e(392)][e(351)][e(372)](e(359));let r=!1;const s=[e(444),e(446),e(352),e(373),e(345),e(324),e(426)];for(const t of n[e(369)]({skipNotAttached:!0})){const o=n[e(435)](t[e(454)](),e(397))[e(340)]((t=>t[e(363)]))[e(443)]((t=>t[e(448)]&&s[e(408)](t[e(448)][e(368)])));if(!o[e(445)])continue;const a=o[0][e(458)][e(409)][e(356)];if(!o[e(413)]((t=>t[e(409)][e(356)]===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(369)]({skipNotAttached:!0})[s(443)]((e=>s(397)==e[s(432)]&&e[s(409)][s(356)]==t)))e[s(403)](s(356),r)}function i(t,n){const r=e;let s=t[r(458)],i=!1;for(;s;)s[r(409)][r(356)]!=n&&(o(s[r(409)][r(356)],n),s[r(403)](r(356),n),i=!0),s=s[r(335)];return i}}[js(449)](){const t=js,e=this[t(392)],n=e[t(332)],r=e[t(351)][t(372)](t(359));this[t(333)](),r[t(436)][t(429)](t(365),t(361),t(349),(function(n,r){const s=t,o=[];for(let t of n)t[s(337)][s(375)]===t[s(366)][s(390)]&&(t=e[s(381)][s(341)](e[s(381)][s(387)](t[s(337)][s(375)],0))),o[s(450)](t);e[s(381)][s(367)]((t=>{const n=s,a=e[n(381)][n(393)][n(462)],c=Array[n(428)](a[n(402)]())[n(340)]((t=>i.LiveRange[n(421)](t)));t[n(419)](o),e[n(400)][n(372)](r[n(346)])[n(343)](),r[n(441)][n(450)]({forceDefaultExecution:!0}),e[n(376)](r[n(346)],...r[n(441)]),t[n(419)](c);for(const t of c)t[n(456)]()}))})),r[t(336)][t(320)]((function(n){const r=t,s=!e[r(381)][r(434)][r(326)](n),o=n[r(404)],i=n[r(331)],a=n[r(325)](r(352)),c=!o||o[r(325)](r(352))!==a,u=!i||i[r(325)](r(352))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(422),e)))}[js(333)](){const t=js,e=this[t(392)],n=e[t(332)];function r(n){const r=t,s=e[r(400)][r(372)](r(358))[r(438)],o=e[r(400)][r(372)](r(455))[r(438)];return r(455)===n?s:o}e[t(351)][t(372)](t(359))[t(336)][t(389)]((function(s){const o=t;if(o(365)!=s[o(432)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(346)]){case o(358):u=i[o(441)][0][o(405)],l=r(i[o(346)]),a=o(u?382:371),!l&&e[o(385)][o(372)](o(338))||(a=o(360)),c={type:o(327),content:zr(n,a,zr(n,o(401)))};break;case o(455):u=i[o(441)][0][o(405)],l=r(i[o(346)]),a=o(u?382:371),!l&&e[o(385)][o(372)](o(338))||(a=o(360)),c={type:o(327),content:zr(n,a,zr(n,o(410)))};break;case o(321):a=o(339),c={type:o(327),content:zr(n,a,zr(n,o(422)))};break;case o(362):a=function(t){const e=o,n=t[e(454)]();let r=n[e(337)][e(375)];for(;r&&n[e(364)](r);){if(r[e(325)](e(373))>0)return!1;r=r[e(331)]}return!0}(s)?zr(n,o(371),zr(n,function(t){const e=o;return e(344)+t[e(454)]()[e(337)][e(375)][e(325)](e(444))[e(330)]()+e(342)}(s))):zr(n,o(386),zr(n,o(422))),c={type:o(327),content:a};break;case o(334):case o(420):!1===i[o(459)]&&(a=o(398),c={type:o(377),content:zr(n,a,zr(n,o(422)))})}return c}))}}function Hs(t){const e=js;let n=t[e(454)]()[e(337)][e(375)][e(404)];for(;n;){const r=n[e(325)](e(352));if(!r)return!1;if(r==t[e(448)][e(406)])return e(406);if(r==t[e(448)][e(354)])return e(354);n=n[e(404)]}return!1}const zs=Ws;function Ws(t,e){const n=Js();return(Ws=function(t,e){return n[t-=401]})(t,e)}!function(t,e){const n=Ws,r=t();for(;;)try{if(986599===parseInt(n(463))/1+parseInt(n(467))/2+parseInt(n(402))/3*(-parseInt(n(457))/4)+parseInt(n(453))/5+-parseInt(n(403))/6+-parseInt(n(466))/7+parseInt(n(405))/8*(parseInt(n(423))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Js);class Xs extends t.Plugin{[zs(438)](){const t=zs;if(!this[t(468)][t(475)][t(408)](t(435)))return;const e=this[t(468)][t(416)][t(437)](t(424)),n=this[t(468)][t(475)][t(437)](t(415));e[t(488)]&&n[t(470)](t(433),[],[t(433)]),e[t(422)]&&n[t(470)](t(418),[],[t(418)]),e[t(425)]&&n[t(470)](t(420),[],[t(420)]);const r={type:t(429),content:""};n[t(478)][t(449)](this[t(407)][t(487)](this));const s=this[t(468)][t(469)];n[t(478)][t(489)](t(418),zr(s,t(406))),n[t(478)][t(449)]((e=>{const n=t,{data:s}=e;if(s&&n(418)==s[n(410)])return null==s[n(446)]||0==s[n(446)]&&null==s[n(462)]?r:void 0})),n[t(478)][t(489)](t(420),zr(s,t(439))),n[t(478)][t(449)]((e=>{const n=t,{data:s}=e;if(s&&n(420)==s[n(410)])return null==s[n(446)]||1==s[n(446)]&&null==s[n(462)]?r:void 0})),this[t(468)][t(443)][t(482)][t(464)]((e=>{const r=t;if(e[r(456)][r(419)])return!1;let s=!1;const o=n[r(430)]({skipNotAttached:!0})[r(440)]((t=>{const e=r,s=n[e(477)](t);return e(420)==s||e(418)==s}));for(const t of o)r(414)!=t[r(413)]()[r(450)][r(411)][r(426)](r(459))&&(n[r(442)](t[r(413)](),r(417))[r(472)]((t=>r(459)==n[r(477)](t[r(412)])))||(e[r(428)](t[r(432)]()),s=!0));return s})),this[t(460)]()}[zs(407)](t){const e=zs,n=this[e(468)][e(469)],{data:r}=t,s={type:e(429),content:""};if(!r||e(433)!=r[e(410)])return;if(!r[e(462)])return e(479)==r[e(446)]?s:{type:e(429),content:""+zr(n,e(436),zr(n,this[e(465)](r[e(446)])))};if(!r[e(446)]){if(e(479)==r[e(462)])return s;let o=t[e(454)];for(;o;){if(o[e(473)]&&e(459)==o[e(473)][e(410)]&&o[e(473)][e(446)])return s;o=o[e(481)]}return{type:e(429),content:""+zr(n,e(427),zr(n,this[e(465)](r[e(462)])))}}if(e(479)!=r[e(446)])return{type:e(429),content:""+zr(n,e(436),zr(n,this[e(465)](r[e(446)])))};let o=t[e(454)];for(;o;){if(o[e(473)]&&e(459)==o[e(473)][e(410)]&&o[e(473)][e(446)]&&o[e(473)][e(462)])return s;o=o[e(481)]}const i=t[e(413)]()[e(450)][e(411)][e(426)](e(459));return{type:e(429),content:zr(n,e(436),zr(n,e(404)+i[e(434)]()+e(409)))}}[zs(460)](){const t=zs,e=this[t(468)],n=e[t(469)];e[t(475)][t(437)](t(415))[t(478)][t(449)]((e=>{const r=t;if(r(431)!=e[r(445)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(461)]){case r(433):o=r(448),i={type:r(429),content:zr(n,o,zr(n,this[r(465)](s[r(476)][0][r(445)])))};break;case r(418):o=s[r(476)][0][r(422)]?r(485):r(441),i={type:r(429),content:zr(n,o)};break;case r(420):o=r(447),i={type:r(429),content:zr(n,o,s[r(476)][0][r(425)])}}return i}))}[zs(465)](t){const e=zs;return e(404)+function(t){const n=e;return Ks[n(458)](t)?n(421):qs[n(458)](t)?n(414):null}(t)[e(434)]()+e(452)+t[e(434)]()[e(444)](/-/g,"_")}}const Ks=[zs(483),zs(480),zs(455)],qs=[zs(474),zs(471),zs(401),zs(451),zs(486),zs(484)];function Js(){const t=["decimal-leading-zero","find","data","decimal","plugins","commandParams","_getAttributeKey","_descriptionFactory","default","circle","next","document","disc","upper-latin","*Format:* set order to reversed","lower-latin","bind","styles","registerAttributeLabel","lower-roman","5199nNuBHN","1552848BioFvN","ELEMENT_","2633360dqqrVq","FORMAT_LIST_REVERSED","handleDescriptions","has","_LIST_DEFAULT","key","nodeAfter","suggestion","getFirstRange","numbered","TrackChangesEditing","config","attribute","listReversed","isUndo","listStart","bulleted","reversed","18hYNGOp","list.properties","startIndex","getAttribute","*Remove format:* %0","removeMarker","format","getSuggestions","formatBlock","getFirstMarker","listStyle","toUpperCase","ListPropertiesEditing","*Set format:* %0","get","afterInit","FORMAT_LIST_START","filter","*Format:* set order to regular","_findSuggestions","model","replace","type","newValue","*Format:* set start index to %0","*Change to:* %0","registerDescriptionCallback","start","upper-roman","_LIST_","4303080vPScrJ","head","square","batch","4516hbmRbx","includes","listType","_registerLegacyDescription","commandName","oldValue","826673loAmpt","registerPostFixer","_getTranslationKeyForListStyle","3876082FekbDQ","2820122qfTFLy","editor","locale","_enableDefaultAttributesIntegration"];return(Js=function(){return t})()}var Qs=n(507);const Ys=Zs;function Zs(t,e){const n=to();return(Zs=function(t,e){return n[t-=364]})(t,e)}!function(t,e){const n=Zs,r=t();for(;;)try{if(332701===-parseInt(n(372))/1*(-parseInt(n(415))/2)+parseInt(n(416))/3+-parseInt(n(399))/4*(-parseInt(n(378))/5)+parseInt(n(396))/6+parseInt(n(402))/7+parseInt(n(385))/8+-parseInt(n(389))/9*(parseInt(n(412))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Ys(373)](){return[Qs.Enter]}[Ys(417)](){const t=Ys,e=this[t(380)],n=e[t(409)][t(377)](t(386)),r=e[t(368)][t(377)](t(407));n[t(394)](t(407),(()=>{const s=t;e[s(364)][s(387)]((t=>{const o=s,a=e[o(364)][o(400)][o(404)],c=a[o(390)](),u=i.LiveRange[o(410)](a[o(376)]());if(r[o(365)](t)){const r=e[o(364)][o(383)](c[o(369)][o(418)],0),s=t[o(388)](c,r);n[o(367)](s)}else t[o(382)](t[o(388)](u[o(374)]));u[o(379)](),r[o(398)](o(405),{writer:t})}))})),e[t(370)][t(414)].on(t(397),Ds(e,t(384)),{priority:t(403)}),e[t(370)][t(414)].on(t(401),((e,n,r)=>{const s=t,o=r[s(395)][s(391)](n[s(408)]);if(o)for(const t of o)t[s(413)](s(366))&&(r[s(395)][s(393)](t,n[s(408)]),r[s(371)][s(381)](t))}),{priority:t(403)}),e[t(392)][t(414)].on(t(397),((n,r,s)=>{const o=t;s[o(406)][o(375)]&&Ds(e,o(384),{showActiveMarker:!1})[o(411)](this)(n,r,s)}),{priority:t(403)})}}function to(){const t=["getFirstPosition","markerNameToElements","data","unbindElementFromMarkerName","enableCommand","mapper","1460496nydlDY","addMarker:suggestion:insertion","fire","263464ajMEzL","document","removeMarker:suggestion:insertion","4002376EvsPAT","high","selection","afterExecute","options","enter","markerName","plugins","fromRange","bind","15851190pYQFHy","hasClass","downcastDispatcher","50xNEZVp","1835661fcdaoh","init","nextSibling","model","enterBlock","ck-suggestion-marker-split","markInsertion","commands","parent","editing","writer","2647srjeJo","requires","end","showSuggestionHighlights","getFirstRange","get","10pIERFG","detach","editor","remove","setSelection","createPositionAt","split","2342736scqLzK","TrackChangesEditing","change","createRange","9kMxMAO"];return(to=function(){return t})()}const eo=ro;function no(){const t=["find","end","replace","960836hgrwWt","getRange","FindAndReplaceUtils","126ovdXGI","start","handleFindCommand","260519dmWsDQ","replaceAll","_isInDeletionRange","createPositionAt","enableCommand","suggestion:deletion","18VscNmq","item","afterInit","string","filter","getIntersection","has","markers","model","getMarkersGroup","createRange","26683FbXFLt","bind","findByTextCallback","40965mlyaiW","findNext","get","183550WgaxLl","1031384gacuGC","FindAndReplaceEditing","TrackChangesEditing","findPrevious","editor","640929TGJdTq","plugins"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=388]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(140468===parseInt(n(397))/1+parseInt(n(403))/2+parseInt(n(409))/3+-parseInt(n(414))/4+-parseInt(n(400))/5*(parseInt(n(417))/6)+-parseInt(n(420))/7+-parseInt(n(404))/8*(-parseInt(n(426))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(388)](){const t=eo;if(!this[t(408)][t(410)][t(392)](t(405)))return;const e=this[t(408)][t(410)][t(402)](t(406));e[t(424)](t(411),this[t(419)][t(398)](this)),e[t(424)](t(401)),e[t(424)](t(407)),e[t(424)](t(413)),e[t(424)](t(421))}[eo(419)](t,e,n={}){const r=eo,s=this[r(408)][r(410)][r(402)](r(416));return t((t=>(r(389)==typeof e?s[r(399)](e,n):e)(t)[r(390)]((e=>!1===this[r(422)](e,t[r(427)])))),n)}[eo(422)](t,e){const n=eo,r=this[n(408)][n(394)][n(396)](this[n(408)][n(394)][n(423)](e,t[n(418)]),this[n(408)][n(394)][n(423)](e,t[n(412)]));for(const t of this[n(408)][n(394)][n(393)][n(395)](n(425)))if(null!==r[n(391)](t[n(415)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=174]})(t,e)}function ao(){const t=["FORMAT_FONT_FAMILY","registerAttributeLabel","plugins","afterInit","fontFamily","config","editor","toLowerCase","150didMBw","*Reset font background color*","commandParams","FontColorEditing","*Reset font family*","has","6430248KpeLpE","_enableDefaultAttributesIntegration","find","131760uwHHjr","FontFamilyEditing","fontColor","label","FORMAT_FONT_SIZE","TrackChangesEditing","1229691pucCSq","*Set font color:* %0","FORMAT_FONT_COLOR","_descriptionFactory","83852qsXXNb","locale","246990QMxYFw","fontBackgroundColor","FontSize","normalizeSizeOptions","format","title","*Reset font color*","formatInline","commandName","FontSizeEditing","fontColor.colors","fontSize","trim","model","fontBackgroundColor.colors","*Reset font size*","56VDQshW","65gRqvVj","FontBackgroundColorEditing","registerDescriptionCallback","fontSize.options","344046EtaoSq","279711exVgVM","*Set font background color:* %0","*Set font family:* %0","get","type","value","*Set font size:* %0","FORMAT_FONT_BACKGROUND","_registerLegacyDescription"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(403691===-parseInt(n(216))/1+-parseInt(n(228))/2+-parseInt(n(222))/3+-parseInt(n(226))/4*(-parseInt(n(185))/5)+-parseInt(n(189))/6*(-parseInt(n(184))/7)+parseInt(n(213))/8+-parseInt(n(190))/9*(parseInt(n(207))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(177),commandName:oo(179)},{pluginName:oo(217),commandName:oo(203)},{pluginName:oo(210),commandName:oo(218)},{pluginName:oo(186),commandName:oo(229)}];class uo extends t.Plugin{[oo(202)](){const t=oo,e=this[t(205)][t(227)],n=this[t(205)][t(201)][t(193)](t(221));for(const{pluginName:e,commandName:r}of co)this[t(205)][t(201)][t(212)](e)&&n[t(214)](r,[r]);e.t,n[t(225)][t(200)](t(179),zr(e,t(220))),n[t(225)][t(200)](t(203),zr(e,t(199))),n[t(225)][t(200)](t(218),zr(e,t(224))),n[t(225)][t(200)](t(229),zr(e,t(197))),this[t(198)]()}[oo(198)](){const t=oo,e=this[t(205)],n=e[t(227)];e[t(201)][t(193)](t(221))[t(225)][t(187)]((e=>{const r=t,o=n.t;if(r(175)!=e[r(194)])return;const{data:i}=e;if(null!=i){if(r(179)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=o(this[r(205)][r(201)][r(193)](r(230))[r(231)](this[r(205)][r(204)][r(193)](r(188)))[r(215)]((e=>e[r(181)]==t))[r(233)])[r(206)]();return{type:r(232),content:zr(n,r(196),e)}}return{type:r(232),content:zr(n,r(183))}}if(r(203)==i[r(176)]){const t=i[r(209)][0][r(195)];return t?{type:r(232),content:zr(n,r(192),t)}:{type:r(232),content:zr(n,r(211))}}if(r(218)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(204)][r(193)](r(178)))[r(215)]((e=>e[r(181)]==t));let i=t,a="";return e&&(i=e[r(219)],a=o(i)[r(206)]()),{type:r(232),content:zr(n,r(223),a)[r(180)](),color:{value:t,title:a||i}}}return{type:r(232),content:zr(n,r(174))}}if(r(229)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(204)][r(193)](r(182)))[r(215)]((e=>e[r(181)]==t));let i=t,a="";return e&&(i=e[r(219)],a=o(i)[r(206)]()),{type:r(232),content:zr(n,r(191),a)[r(180)](),color:{value:t,title:a||i}}}return{type:r(232),content:zr(n,r(208))}}}}))}}const lo=ho;function fo(){const t=["94362ZDRCll","55wLknWr","afterInit","TrackChangesEditing","838480kXPlRj","editor","enableCommand","label","length","2256168ikJdGv","plugins","fontColor","fontSize","registerDescriptionCallback","normalizeSizeOptions","push","format","_registerLegacyDescription","formatBlock","36qSjNAj","*Set format to:* %0","config","commands","find","model","toUpperCase","commandName","589656wVymKv","type","slice","1729449VBEKEL","locale","FontSize","189oyMixv","fontBackgroundColor","commandParams","975205YMkjpT","charAt","split","2703170XUVRBJ","get","_enableDefaultAttributesIntegration","pasteFormat","*Remove all formatting*","toLowerCase","boolean","fontColor.colors","fontSize.options","_descriptionFactory","copyFormat","title","5Lqgivn","join","entries","formatInline"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=300]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(653378===-parseInt(n(325))/1+parseInt(n(348))/2+-parseInt(n(319))/3+-parseInt(n(353))/4*(-parseInt(n(340))/5)+-parseInt(n(344))/6*(parseInt(n(322))/7)+-parseInt(n(316))/8*(-parseInt(n(308))/9)+-parseInt(n(328))/10*(-parseInt(n(345))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(346)](){const t=lo,e=this[t(349)],n=e[t(354)][t(329)](t(347)),r=e[t(311)][t(329)](t(338)),s=e[t(311)][t(329)](t(331));r&&s&&(n[t(330)](t(331)),n[t(350)](t(338)),this[t(306)]())}[lo(306)](){const t=lo,e=this[t(349)],n=e[t(320)];e[t(354)][t(329)](t(347))[t(337)][t(302)]((r=>{const s=t;if(s(307)!=r[s(317)]&&s(343)!=r[s(317)])return;const{data:o}=r;if(o&&s(331)===o[s(315)]){const t=[],r=o[s(324)][0];for(const[n,o]of Object[s(342)](r))t[s(304)](po(e,n,o));return t[s(352)]?{type:s(305),content:zr(n,s(309),t[s(341)](", "))}:{type:s(305),content:zr(n,s(332))}}}))}}function po(t,e,n){const r=lo,o=t[r(320)].t,i=e[r(327)](/(?=[A-Z])/)[r(341)](" "),a=o(i[r(326)](0)[r(314)]()+i[r(318)](1))[r(333)]();if(r(334)==typeof n)return a;if(r(300)===e||r(323)===e){const e=(0,s.normalizeColorOptions)(t[r(310)][r(329)](r(335)))[r(312)]((t=>t[r(313)]==n));return a+" ("+(e?o(e[r(351)])[r(333)]():n)+")"}if(r(301)===e&&isNaN(parseFloat(n))){const e=t[r(354)][r(329)](r(321))[r(303)](t[r(310)][r(329)](r(336)))[r(312)]((t=>t[r(313)]==n));return a+" ("+(e?o(e[r(339)])[r(333)]():n)+")"}return a+" ("+n+")"}const mo=Eo;!function(t,e){const n=Eo,r=t();for(;;)try{if(112222===-parseInt(n(445))/1+-parseInt(n(452))/2+-parseInt(n(456))/3*(-parseInt(n(480))/4)+parseInt(n(453))/5*(parseInt(n(449))/6)+parseInt(n(482))/7+-parseInt(n(481))/8+parseInt(n(444))/9*(parseInt(n(467))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Io extends t.Plugin{[mo(455)](){const t=mo,e=this[t(479)];if(!e[t(450)][t(483)](t(476)))return;this[t(446)]=e[t(462)][t(475)](t(457));const n=e[t(448)],r=e[t(450)][t(475)](t(469));r[t(461)](t(451));for(const e of this[t(446)])t(485)!=e[t(454)]&&r[t(459)][t(477)](e[t(454)],(n=>{const r=t,i=this[r(471)](e[r(454)]);return null!==i?s(n,i):o(n,e[r(473)])}));function s(e,r){return zr(n,t(458),[e,r])}function o(e,r){return zr(n,t(470),[e,r])}this[t(443)]()}[mo(443)](){const t=mo,e=this[t(479)],n=e[t(448)];e[t(450)][t(475)](t(469))[t(459)][t(468)]((e=>{const r=t;if(r(447)!=e[r(465)])return;const{data:s}=e;if(s&&r(451)==s[r(466)]){const e=s[r(474)][0][r(460)],c=this[r(471)](e);if(null!==c)return{type:r(484),content:zr(n,r(463),(1,a=c,zr(n,r(458),[1,a])))};const u=this[r(446)][r(472)]((t=>t[r(454)]===e))[r(473)];return{type:r(484),content:zr(n,r(463),(o=1,i=u,zr(n,t(470),[o,i])))}}var o,i,a}))}[mo(471)](t){const e=mo;var n,r;const s=t[e(442)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(446)])||void 0===n?void 0:n[e(472)]((n=>n[e(454)]==t));if(o&&o[e(478)]){const t=o[e(478)],n=(null!==(r=t[e(464)])&&void 0!==r?r:t)[e(442)](/^h(\d+)/);if(n)return n[1]}return null}}function Eo(t,e){const n=bo();return(Eo=function(t,e){return n[t-=442]})(t,e)}function bo(){const t=["105BFgPpC","model","afterInit","87432AdSndy","heading.options","ELEMENT_HEADING","_descriptionFactory","value","_enableDefaultAttributesIntegration","config","*Change to:* %0","name","type","commandName","10KumAAQ","registerDescriptionCallback","TrackChangesEditing","ELEMENT_HEADING_CUSTOM","_getHeadingLevel","find","title","commandParams","get","HeadingEditing","registerElementLabel","view","editor","8NDdXRL","1492416dExVqA","1221556iTuWhq","has","format","paragraph","match","_registerLegacyDescription","1933749rwvgaB","174963ImZXKM","_headingOptions","formatBlock","locale","15126IjdwKL","plugins","heading","53722NLLXaw"];return(bo=function(){return t})()}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=433]})(t,e)}const _o=To;function yo(){const t=["model","config","type","registerAttributeLabel","HighlightEditing","value","color","5XTYeyf","5348574DwDrxh","toLowerCase","_registerLegacyDescription","format","registerDescriptionCallback","_descriptionFactory","has","highlight.options","afterInit","commandName","4218540SuNRwU","formatInline","editor","get","plugins","978zywiQN","title","locale","26747lXWVca","commandParams","find","4064277GvPvpz","*Remove highlight*","highlight","6242024bNRqHs","FORMAT_HIGHLIGHT","TrackChangesEditing","_enableDefaultAttributesIntegration","308993ExuziM","*Set highlight:* %0","3275876MBstMo"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(838017===parseInt(n(466))/1+parseInt(n(468))/2+-parseInt(n(459))/3+parseInt(n(448))/4*(parseInt(n(437))/5)+-parseInt(n(453))/6*(parseInt(n(456))/7)+-parseInt(n(462))/8+parseInt(n(438))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(446)](){const t=_o,e=this[t(450)];if(!e[t(452)][t(444)](t(434)))return;const n=e[t(452)][t(451)](t(464)),r=e[t(455)];n[t(465)](t(461),[t(461)]),n[t(443)][t(433)](t(461),zr(r,t(463))),this[t(440)]()}[_o(440)](){const t=_o,e=this[t(450)],n=e[t(455)];e[t(452)][t(451)](t(464))[t(443)][t(442)]((r=>{const s=t;if(s(449)!=r[s(471)])return;const{data:o}=r;if(o&&s(461)==o[s(447)]){const t=n.t,r=o[s(457)][0][s(435)];if(r){const o=e[s(470)][s(451)](s(445))[s(458)]((t=>t[s(469)]==r)),i=t(o[s(454)])[s(439)]();return{type:s(441),content:zr(n,s(467),i),color:{value:o[s(436)],title:o[s(454)]}}}return{type:s(441),content:zr(n,s(460),zr(n,s(463)))}}}))}}const ko=No;function Co(){const t=["conversion","for","createContainerElement","12qBJMCw","120bPhhtD","136549hardDE","editor","div","horizontalLine","showSuggestionHighlights","831210kCJjwS","12050ONEiHy","12467818LkobAj","locale","_descriptionFactory","4FCjkVL","291736DDSXTN","createEmptyElement","1840115XscMTy","1384jtIxYV","createPositionAt","has","plugins","enableCommand","HorizontalLineEditing","get","TrackChangesEditing","high","insert","elementToStructure","registerElementLabel","dataDowncast","3744FJLjBU","afterInit","addClass","ELEMENT_HORIZONTAL_LINE","ck-horizontal-line"];return(Co=function(){return t})()}function No(t,e){const n=Co();return(No=function(t,e){return n[t-=324]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(280073===parseInt(n(324))/1*(parseInt(n(328))/2)+-parseInt(n(349))/3*(parseInt(n(325))/4)+parseInt(n(327))/5+-parseInt(n(356))/6+parseInt(n(351))/7*(-parseInt(n(350))/8)+parseInt(n(341))/9*(-parseInt(n(357))/10)+parseInt(n(358))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class Ro extends t.Plugin{[ko(342)](){const t=ko,e=this[t(352)];if(!e[t(331)][t(330)](t(333)))return;e[t(331)][t(334)](t(335))[t(332)](t(354));const n=e[t(331)][t(334)](t(335)),r=e[t(359)];n[t(360)][t(339)](t(354),(e=>zr(r,t(344),e))),e[t(346)][t(347)](t(340))[t(338)]({model:t(354),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(355)])return null;const o=n[s(348)](s(353)),i=n[s(326)]("hr");return n[s(343)](s(345),o),n[s(337)](n[s(329)](o,0),i),o},converterPriority:t(336)})}}const So=Lo;function Lo(t,e){const n=Mo();return(Lo=function(t,e){return n[t-=170]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(787767===-parseInt(n(173))/1*(-parseInt(n(191))/2)+parseInt(n(208))/3*(-parseInt(n(178))/4)+parseInt(n(187))/5+parseInt(n(184))/6*(-parseInt(n(183))/7)+-parseInt(n(196))/8+parseInt(n(202))/9*(-parseInt(n(176))/10)+-parseInt(n(203))/11*(-parseInt(n(185))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(198)](){const t=So,e=this[t(175)];if(!e[t(204)][t(194)](t(201)))return;const n=e[t(204)][t(180)](t(200)),r=e[t(172)];n[t(174)][t(177)](t(209),(e=>zr(r,t(205),e))),n[t(181)](t(195),[],[t(207)]),n[t(174)][t(188)]((e=>{const n=t;if(n(171)!=e[n(199)])return;const{data:s}=e;if(s&&n(207)==s[n(170)]&&e[n(190)]()[n(189)][n(192)].is(n(206),n(209))){const t=zr(r,n(205));return{type:n(193),content:zr(r,n(186),t)}}})),this[t(197)]()}[So(197)](){const t=So,e=this[t(175)],n=e[t(172)];e[t(204)][t(180)](t(200))[t(174)][t(188)]((e=>{const r=t;if(r(179)!=e[r(199)])return;const{data:s}=e;if(s&&r(195)==s[r(182)]){const t=zr(n,r(205));return{type:r(193),content:zr(n,r(186),t)}}}))}}function Mo(){const t=["type","TrackChangesEditing","HtmlEmbed","27auuhkP","44698247GzgkTf","plugins","ELEMENT_HTML_EMBED","element","value","36969arlWov","rawHtml","key","attribute","locale","134KZfPfb","_descriptionFactory","editor","5182030KbiUgp","registerElementLabel","148QIOWRj","formatBlock","get","_enableDefaultAttributesIntegration","commandName","7SGjWKC","5251992UuwXww","12octhEF","*Change %0 content*","1985375hedhzM","registerDescriptionCallback","start","getFirstRange","9978FjCXmV","nodeAfter","format","has","htmlEmbed","11643352DFgbKM","_registerLegacyDescription","afterInit"];return(Mo=function(){return t})()}const wo=Do;function Oo(){const t=["schema","previous","alt","_descriptionFactory","5630020VSdykz","ImageTextAlternativeEditing","forceDefaultExecution","ELEMENT_CAPTION","6040mtltQY","ImageInlineEditing","ELEMENT_IMAGE","nodeAfter","ELEMENT_INLINE_IMAGE","ImageUtils","fromPosition","addObject","caption","imageInline","toPrevious","35GVPlEO","registerDescriptionCallback","accept","isIntersecting","registerCustomCallback","ImageUploadEditing","_registerLegacyDescription","convertInlineImageToBlock","element","detach","resizedWidth","imageTypeInline","convertBlockImageToInline","*Reset image width*","ImageBlockEditing","enableCommand","insertImage","attribute","commandParams","find","end","key","model","formatInline","findIndex","editor","registerElementLabel","isCollapsed","insertion","length","subType","deletion","imageTextAlternative","createRange","width","start","332xXXEZG","newValue","removeObject","discard","filter","document","ImageEditing","type","getSuggestionCallback","nodeBefore","has","imageCaption","getNearestSelectionRange","_enableDefaultAttributesIntegration","toggleImageCaption","selection","imageBlock","*Remove image text alternative*","createRangeOn","forward","toNext","isEqual","getCaptionFromImageModelElement","markDeletion","3573NXtsZg","resizeImage","17345790uFOtro","ImageCaptionEditing","56yHLQjO","formatBlock","916qnvLRq","*Set image width:* %0","ImageCaptionUtils","isOwn","ImageResize","Inline image to block image","uploadImage","getFirstRange","getContainedElement","registerAttributeLabel","getClosestSelectedImageElement","change","join","get","Block image to inline image","markInsertion","backward","imageTypeBlock","afterInit","_findSuggestions","*Set image text alternative:* %0","FORMAT_IMAGE_SIZE","locale","commandName","isBefore","TrackChangesEditing","_suggestionFactory","format","plugins","markBlockFormat","12021GjnVXs","chain","543151UYkHRp","92316UULbYM","isBlockImage","imageStylePreApply"];return(Oo=function(){return t})()}function Do(t,e){const n=Oo();return(Do=function(t,e){return n[t-=333]})(t,e)}!function(t,e){const n=Do,r=t();for(;;)try{if(325815===parseInt(n(385))/1*(-parseInt(n(387))/2)+-parseInt(n(417))/3*(parseInt(n(357))/4)+-parseInt(n(442))/5*(parseInt(n(420))/6)+parseInt(n(419))/7+-parseInt(n(431))/8*(parseInt(n(381))/9)+-parseInt(n(427))/10+parseInt(n(383))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oo);class Fo extends t.Plugin{[wo(405)](){const t=wo,e=this[t(346)];if(!e[t(415)][t(367)](t(363)))return;const n=e[t(415)][t(400)](t(412)),r=e[t(415)][t(400)](t(436)),s=e[t(409)];n[t(336)](t(337)),n[t(426)][t(347)](t(373),(e=>zr(s,t(433),e))),n[t(426)][t(347)](t(440),(e=>zr(s,t(435),e))),n[t(426)][t(347)](t(439),(()=>zr(s,t(430)))),e[t(415)][t(367)](t(447))&&n[t(336)](t(393)),e[t(415)][t(367)](t(335))&&e[t(415)][t(367)](t(432))&&(n[t(336)](t(453),((s,o)=>{const i=t,a=r[i(397)](e[i(343)][i(362)][i(372)]);e[i(343)][i(398)]((()=>{const t=i;n[t(416)](a,{commandName:t(453),commandParams:[o]},[],t(333))}))})),n[t(336)](t(404),((s,o)=>{const a=t;e[a(343)][a(398)]((t=>{const c=a;let u=r[c(397)](e[c(343)][c(362)][c(372)]),l=t[c(375)](u);const f=i.LivePosition[c(437)](l[c(356)],c(441)),h=i.LivePosition[c(437)](l[c(341)],c(377));n[c(429)]((()=>s(o))),u=r[c(397)](e[c(343)][c(362)][c(372)]),l=t[c(375)](u);const g=t[c(354)](f,h);f[c(451)](),h[c(451)](),n[c(416)](u,{commandName:c(453),commandParams:[o]},[],c(449)),g[c(356)][c(411)](l[c(356)])&&n[c(402)](t[c(354)](g[c(356)],l[c(356)]),c(449)),l[c(341)][c(411)](g[c(341)])&&n[c(402)](t[c(354)](l[c(341)],g[c(341)]),c(449))}))})),n[t(413)][t(446)](t(386),t(449),t(399),(()=>!1)),n[t(413)][t(446)](t(386),t(449),t(444),(()=>!1)),n[t(413)][t(446)](t(386),t(449),t(360),n[t(413)][t(365)](t(386),"",t(444))),n[t(413)][t(446)](t(349),t(449),t(399),(()=>!1)),n[t(413)][t(446)](t(349),t(449),t(360),(([r])=>{const s=t,o=n[s(413)][s(365)](s(349),"",s(360));let i=r[s(356)],a=r[s(341)];const c=e[s(343)][s(423)][s(369)](i,s(403)),u=e[s(343)][s(423)][s(369)](a,s(376));c[s(348)]&&(i=c[s(356)]),u[s(348)]&&(a=u[s(341)]),o([e[s(343)][s(354)](i,a)])})),n[t(413)][t(446)](t(386),t(449),t(418),c),n[t(413)][t(446)](t(349),t(449),t(418),c)),e[t(415)][t(367)](t(384))&&(n[t(336)](t(371),((s,o)=>{const i=t,a=e[i(415)][i(400)](i(389));let c=r[i(397)](e[i(343)][i(362)][i(372)]),u=a[i(379)](c);e[i(343)][i(398)]((()=>{const t=i;if(u)return void n[t(380)](e[t(343)][t(375)](u));const l=r[t(421)](c);s(o),c=r[t(397)](e[t(343)][t(362)][t(372)]),u=a[t(379)](c),n[t(402)](e[t(343)][t(375)](u),l?null:t(368))}))})),n[t(413)][t(446)](t(349),t(368),t(418),c));const o=[{type:t(386),subType:t(422)},{type:t(349),subType:t(368)},{type:t(386),subType:t(449)},{type:t(349),subType:t(449)}];function a(e,s){const i=t,a=o[i(345)]((({type:t,subType:n})=>e[i(364)]==t&&e[i(351)]==n)),c=o[i(345)]((({type:t,subType:e})=>s[i(364)]==t&&s[i(351)]==e));if(a<0||c<0)return!1;const u=e[i(394)](),l=s[i(394)]();if((0==a||1==a)&&2==c&&u[i(445)](l))return!0;if(2==a&&3==c){const t=n[i(406)](u,i(349))[i(361)]((({suggestion:t,meta:e})=>e[i(390)]&&i(449)==t[i(351)]));if(t[i(350)]>1&&l[i(341)][i(378)](u[i(356)]))return!0;if(1==t[i(350)]&&(u[i(356)][i(378)](l[i(341)])||u[i(341)][i(378)](l[i(356)])))return!0}if(3==a&&3==c&&u[i(356)][i(411)](l[i(356)])){const t=u[i(341)][i(434)],e=l[i(356)][i(366)];return r[i(421)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(415)][t(367)](t(391))&&(n[t(370)](t(382),[],[t(452)]),n[t(426)][t(396)](t(452),zr(s,t(408)))),e[t(415)][t(367)](t(428))&&n[t(370)](t(353),[],[t(425)]),n[t(426)][t(443)]((e=>{const n=t;if(o[n(340)]((({type:t,subType:r})=>e[n(364)]==t&&e[n(351)]==r)))return e[n(424)]?{}:void 0})),n[t(426)][t(443)]((e=>{const n=t;if(n(349)==e[n(364)]||n(352)==e[n(364)]){const t=e[n(395)]();if(t&&t.is(n(450),n(439)))return{type:n(349)==e[n(364)]?n(438):n(359),element:t,quantity:1}}})),n[t(426)][t(443)]((e=>t(386)==e[t(364)]&&t(449)==e[t(351)]?{type:t(414),content:t(392)}:t(386)==e[t(364)]&&t(333)==e[t(351)]?{type:t(414),content:t(401)}:void 0)),n[t(426)][t(443)]((e=>{const n=t;if(n(338)!=e[n(364)])return;const{data:r}=e;if(!r||n(425)!=r[n(342)])return;const o=r[n(358)];return o?{type:n(414),content:zr(s,n(407),'"'+o+'"')}:{type:n(414),content:zr(s,n(374))}})),this[t(448)]()}[wo(448)](){const t=wo,e=this[t(346)],n=e[t(409)];e[t(415)][t(400)](t(412))[t(426)][t(443)]((e=>{const r=t;if(r(386)!=e[r(364)]&&r(344)!=e[r(364)])return;const{data:s}=e;if(s){if(r(353)==s[r(410)]){const t=s[r(339)][0][r(358)];return t?{type:r(414),content:zr(n,r(407),'"'+t+'"')}:{type:r(414),content:zr(n,r(374))}}if(r(382)==s[r(410)]){const t=s[r(339)][0][r(355)];return t?{type:r(414),content:zr(n,r(388),t)}:{type:r(414),content:zr(n,r(334))}}}}))}}function Po(){const t=["506706cTISAV","format","afterInit","getSuggestionCallback","registerCustomCallback","editor","19082nmqrTo","formatInline","*Replace image URL*","has","_enableDefaultAttributesIntegration","_descriptionFactory","*Format:* replace image URL","formatBlock","attribute","oldValue","commandName","467439zMerqn","newValue","6liOGVE","8190135ozhjGp","_suggestionFactory","replaceImageSource","plugins","locale","src","accept","_registerLegacyDescription","14737440zcpuGM","_handleLegacySuggestions","1423865JeOOIU","registerDescriptionCallback","TrackChangesEditing","4478164ggxXlH","get","2gRAjvm","key","type","discard","2008IwyFtZ","ImageEditing"];return(Po=function(){return t})()}function xo(t,e){const n=Po();return(xo=function(t,e){return n[t-=400]})(t,e)}const Bo=xo;!function(t,e){const n=xo,r=t();for(;;)try{if(711724===-parseInt(n(403))/1*(-parseInt(n(421))/2)+-parseInt(n(427))/3+-parseInt(n(419))/4+parseInt(n(416))/5*(parseInt(n(405))/6)+parseInt(n(433))/7*(parseInt(n(425))/8)+-parseInt(n(406))/9+parseInt(n(414))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[Bo(429)](){const t=Bo;if(!this[t(432)][t(409)][t(436)](t(426)))return;const e=this[t(432)][t(410)],n=this[t(432)][t(409)][t(420)](t(418));n[t(437)](t(408),[],[t(411)]),n[t(438)][t(417)]((n=>{const r=t;if(r(400)!=n[r(423)])return;const{data:s}=n;return s&&r(411)==s[r(422)]?s[r(404)]&&s[r(401)]?{type:r(428),content:zr(e,r(435))}:{type:r(428),content:""}:void 0})),this[t(415)]()}[Bo(415)](){const t=Bo,e=this[t(432)][t(409)][t(420)](t(418));e[t(407)][t(431)](t(440),t(408),t(412),e[t(407)][t(430)](t(440),null,t(424))),e[t(407)][t(431)](t(440),t(408),t(424),e[t(407)][t(430)](t(440),null,t(412))),this[t(413)]()}[Bo(413)](){const t=Bo,e=this[t(432)],n=e[t(410)];e[t(409)][t(420)](t(418))[t(438)][t(417)]((e=>{const r=t;if(r(440)!=e[r(423)]&&r(434)!=e[r(423)])return;const{data:s}=e;return s&&r(408)==s[r(402)]?{type:r(428),content:zr(n,r(439))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=372]})(t,e)}const Go=jo;function Vo(){const t=["discardSuggestion","nodeAfter","isEqual","commandName","createRangeOn","registerCustomCallback","document","toLowerCase","findIndex","isIntersecting","side","formatBlock","differ","imageStylePreApply","_splitMarkerName","afterInit","2317gbQWtn","getChangedMarkers","isInlineImage","ImageUtils","Users","type","name","value","imageStylePostApply","commandParams","313863IKKClT","setImageNaturalSizeAttributes","suggestion","next","getSuggestions","_registerLegacyDescription","imageTypeInline","filter","locale","discard","from","accept","1448156baQjFM","commandReversedParams","get","_descriptionFactory","imageTypeBlock","commands","markInlineFormat","isInContent","subType","join","8065260JIFawL","_suggestionFactory","_findSuggestions","normalizedStyles","imageStyle","convertInlineImageToBlock","chain","6649376igdIZA","imageCaption","length","*Format:* %0","FORMAT_SIDE_IMAGE","getFirstRange","change","isBlockImage","isOwn","has","hasSuggestion","editor","model","selection","format","start","formatInline","24080wMBRQo","ImageStyleEditing","title","registerPostFixer","2oiDeXN","isBefore","refresh","getClosestSelectedImageElement","getSuggestionCallback","registerDescriptionCallback","6120PVTIAo","enableCommand","head","getContainedElement","getSuggestion","forEach","323772FKNWdo","end","plugins","markBlockFormat","newRange","nodeBefore","27372mXRPTG","insertion","TrackChangesEditing","shouldConvertImageType","author"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(846126===-parseInt(n(454))/1+-parseInt(n(442))/2*(-parseInt(n(392))/3)+parseInt(n(404))/4+-parseInt(n(414))/5+parseInt(n(460))/6*(parseInt(n(382))/7)+-parseInt(n(421))/8+-parseInt(n(448))/9*(-parseInt(n(438))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[Go(381)](){const t=Go,n=this[t(432)];if(!n[t(456)][t(430)](t(439)))return;const r=n[t(456)][t(406)](t(462)),s=n[t(456)][t(406)](t(385)),o={};r[t(449)](t(418),((o,i)=>{const a=t,c=n[a(456)][a(406)](a(386)).me,u=n[a(409)][a(406)](a(418));let l=s[a(445)](n[a(433)][a(372)][a(434)]),f=n[a(433)][a(469)](l),h=u[a(389)];if(h==i[a(389)])return;const g={commandName:a(418),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(433)][a(427)]((()=>{const t=a;if(r[t(396)]()[t(399)]((e=>e[t(411)]&&c==e[t(464)]&&(t(377)==e[t(387)]||t(437)==e[t(387)])&&(t(379)==e[t(412)]||t(390)==e[t(412)])&&e[t(426)]()[t(467)](f)))[t(453)]((e=>r[t(465)](e[t(450)]))),l=s[t(445)](n[t(433)][t(372)][t(434)]),f=n[t(433)][t(469)](l),u[t(444)](),n[t(409)][t(406)](t(398))[t(444)](),n[t(409)][t(406)](t(408))[t(444)](),h=u[t(389)],h!=i[t(389)])return s[t(384)](l)&&u[t(463)](i[t(389)],l)?(o({...i,setImageSizes:!1}),l=s[t(445)](n[t(433)][t(372)][t(434)]),void r[t(457)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(379))):void(s[t(428)](l)?r[t(457)](l,g,[],t(390)):r[t(410)](f,g,t(390)))}))}));for(const e of n[t(456)][t(406)](t(439))[t(417)])o[e[t(388)]]=e[t(440)][t(373)]();r[t(415)][t(470)](t(377),t(379),t(413),(()=>!1)),r[t(415)][t(470)](t(377),t(390),t(413),(()=>!1)),r[t(415)][t(470)](t(437),t(390),t(413),(()=>!1)),r[t(415)][t(470)](t(377),t(379),t(403),(([e])=>{const n=t;s[n(393)](e[n(451)]())})),r[t(415)][t(470)](t(377),t(379),t(401),((e,n)=>{const s=t;r[s(415)][s(446)](s(377),"",s(403))(e,{commandName:n[s(468)],commandParams:n[s(405)]})})),r[t(415)][t(470)](t(377),t(379),t(420),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(377),subType:t(379)},{type:t(461),subType:t(422)},{type:t(377),subType:t(419)},{type:t(461),subType:t(419)}];function a(e,n){const o=t,a=i[o(374)]((({type:t,subType:n})=>e[o(387)]==t&&e[o(412)]==n)),c=i[o(374)]((({type:t,subType:e})=>n[o(387)]==t&&n[o(412)]==e));if(a<0||c<0)return!1;const u=e[o(426)](),l=n[o(426)]();if((0==a||1==a)&&2==c&&u[o(375)](l))return!0;if(2==a&&3==c){const t=r[o(416)](u,o(461))[o(399)]((({suggestion:t,meta:e})=>e[o(429)]&&o(419)==t[o(412)]));if(t[o(423)]>1&&l[o(455)][o(467)](u[o(436)]))return!0;if(1==t[o(423)]&&(u[o(436)][o(467)](l[o(455)])||u[o(455)][o(467)](l[o(436)])))return!0}if(3==a&&3==c&&u[o(436)][o(443)](l[o(436)])){const t=u[o(455)][o(466)],e=l[o(436)][o(459)];return s[o(428)](t)&&t===e}return!1}n[t(433)][t(372)][t(441)]((()=>{const e=t;let o=!1;const i=Array[e(402)](n[e(433)][e(372)][e(378)][e(383)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(380)](t);if(e(394)==i&&r[e(431)](u)){if(e(377)==a&&(e(379)==c||e(390)==c)){const t=r[e(452)](u);if(n[e(458)]){const n=t[e(426)]()[e(451)]();if(s[e(428)](n))continue;r[e(465)](t),o=!0}}if(e(461)==a&&e(422)==c&&!n[e(458)]){const t=r[e(452)](u);t[e(395)]&&t[e(395)][e(411)]&&(r[e(465)](t[e(395)]),o=!0)}}}return o})),this[t(397)](o)}[Go(397)](t){const e=Go,n=this[e(432)],r=n[e(400)];n[e(456)][e(406)](e(462))[e(407)][e(447)]((n=>{const s=e;if(s(377)!=n[s(387)]&&s(437)!=n[s(387)])return;const{data:o}=n;if(!o||s(418)!=o[s(468)])return;const i=o[s(391)][0][s(389)];return function(t){const e=s;return{type:e(435),content:zr(r,e(424),t)}}(s(376)===i?zr(r,s(425)):t[i]||i)}))}}function zo(t,e){const n=Xo();return(zo=function(t,e){return n[t-=423]})(t,e)}const Wo=zo;function Xo(){const t=["execute","2551188DgoRru","9874450bXnzax","Users","value","afterInit","TrackChangesEditing","listenTo","55zvstOf","high","3kjkJHo","338202BUqBss","_handleImportedData","get","collaboration_features","140RwSotM","trackChanges","track_changes","1206489OlJSge","plugins","808SsiYtJ","forEach","5490apbsdq","dataInsert","bind","importWord","editor","5zziETg","_setSuggestionData","1796584BuJqwE","2124492YSdaEW","_trackChangesValueDuringImport","commands","_trackChangesExecuted","lowest","enableCommand"];return(Xo=function(){return t})()}!function(t,e){const n=zo,r=t();for(;;)try{if(772939===parseInt(n(440))/1+parseInt(n(423))/2*(-parseInt(n(432))/3)+-parseInt(n(451))/4*(parseInt(n(449))/5)+-parseInt(n(433))/6*(-parseInt(n(437))/7)+-parseInt(n(442))/8*(-parseInt(n(444))/9)+parseInt(n(424))/10+parseInt(n(430))/11*(-parseInt(n(452))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Ko extends t.Plugin{constructor(t){const e=zo;super(t),this[e(453)]=!1,this[e(455)]=!1}[Wo(427)](){const t=Wo,e=this[t(448)],n=e[t(454)][t(435)](t(447)),r=e[t(454)][t(435)](t(438));n&&(n.on(t(458),((e,[,n])=>{const s=t;this[s(453)]=r[s(426)],n[s(436)][s(439)]=!this[s(453)]}),{priority:t(431)}),this[t(429)](n,t(445),this[t(434)][t(446)](this)),this[t(429)](n,t(445),(()=>{const e=t;this[e(455)]&&(r[e(458)](),this[e(455)]=!1)}),{priority:t(456)}),e[t(441)][t(435)](t(428))[t(457)](t(447)))}[Wo(434)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(448)][n(454)][n(435)](n(438)),o=s[n(426)];this[n(453)]!==o&&(s[n(458)](),this[n(455)]=!0),r&&r[n(443)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(448)][o(441)][o(435)](o(425)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(447)}}};this[o(448)][o(441)][o(435)](o(428))[o(450)](i)}))}}function qo(){const t=["277156dvpDQE","2646036OqzVbF","IndentEditing","registerDescriptionCallback","*Indent:* %0","has","IndentBlock","commandName","456xneGQt","95450ciwhRM","9454Mgthca","formatBlock","afterInit","getItemLabel","type","42iwXFfb","*Outdent:* %0","plugins","getItems","outdentBlock","blockIndent","locale","_registerLegacyDescription","_descriptionFactory","67MpTYmO","registerAttributeLabel","FORMAT_INDENT","12nQjEEu","794168AggjuY","19214BjnQHH","enableCommand","_registerBlockAttribute","TrackChangesEditing","outdent","indent","259345uEyWBK","9hmRCaA","indentBlock","editor","495IFmqYX","_enableDefaultAttributesIntegration","get","format"];return(qo=function(){return t})()}const Jo=Qo;function Qo(t,e){const n=qo();return(Qo=function(t,e){return n[t-=233]})(t,e)}!function(t,e){const n=Qo,r=t();for(;;)try{if(349099===parseInt(n(233))/1*(parseInt(n(262))/2)+parseInt(n(245))/3*(parseInt(n(252))/4)+parseInt(n(244))/5*(-parseInt(n(236))/6)+-parseInt(n(267))/7*(-parseInt(n(237))/8)+-parseInt(n(253))/9+-parseInt(n(261))/10*(parseInt(n(248))/11)+-parseInt(n(260))/12*(-parseInt(n(238))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Yo extends t.Plugin{[Jo(264)](){const t=Jo,e=this[t(247)],n=e[t(269)][t(250)](t(241));if(e[t(269)][t(257)](t(254))&&(n[t(239)](t(243)),n[t(239)](t(242))),e[t(269)][t(257)](t(258)))for(const e of[t(246),t(271)])n[t(249)](e);const r=e[t(273)];n[t(240)](t(272)),n[t(275)][t(234)](t(272),zr(r,t(235))),this[t(274)]()}[Jo(274)](){const t=Jo,e=this[t(247)],n=e[t(273)],r=e[t(269)][t(250)](t(241));r[t(275)][t(255)]((e=>{const s=t;if(s(263)!=e[s(266)])return;const{data:o}=e;if(!o)return;if(s(246)!=o[s(259)]&&s(271)!=o[s(259)])return;const i=e[s(270)]()[0],a=r[s(275)][s(265)](i);return s(246)==o[s(259)]?{type:s(251),content:zr(n,s(256),a)}:s(271)==o[s(259)]?{type:s(251),content:zr(n,s(268),a)}:void 0}))}}function Zo(){var t=["610CIKQRM","6VSLOtP","7827576nGrFSW","1060524IaDfwn","input","2238856gsmShk","plugins","TrackChangesEditing","enableCommand","1558942RRZWYP","224199mrQsbZ","1375GZDaEH","get","25776179ZrvMPm","init","21slskhE","editor","8440HfDIIG","requires"];return(Zo=function(){return t})()}function $o(t,e){var n=Zo();return($o=function(t,e){return n[t-=184]})(t,e)}var ti=$o;!function(t,e){for(var n=$o,r=t();;)try{if(928669===-parseInt(n(195))/1+parseInt(n(201))/2*(-parseInt(n(193))/3)+parseInt(n(190))/4*(parseInt(n(184))/5)+parseInt(n(194))/6+parseInt(n(188))/7*(parseInt(n(197))/8)+-parseInt(n(202))/9*(parseInt(n(192))/10)+parseInt(n(186))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class ei extends t.Plugin{static get[ti(191)](){return[vs.Input]}[ti(187)](){var t=ti;this[t(189)][t(198)][t(185)](t(199))[t(200)](t(196))}}const ni=si;function ri(){const t=["format","key","toLowerCase","linkHref","commandName","LinkEditing","get","map","932158yUvfoS","locale","66QXgzmz","manualDecorators","commands","formatInline","attribute","1JRZNku","editor","*Remove link*","*Set link:* %0","label","plugins","_registerLegacyDescription","373064Yxvpqm","type","link (","newValue","commandParams","registerDescriptionCallback","registerAttributeLabel","_descriptionFactory","TrackChangesEditing","afterInit","unlink","12lduinm","11KrDHTv","_enableDefaultAttributesIntegration","207raKJnH","2046050kfCAOP","1362700hXsyLq","595966WxoQgT","1129074eDtxvf","has","link","43518000EJkkpS"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=438]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(567750===parseInt(n(477))/1*(-parseInt(n(470))/2)+-parseInt(n(458))/3*(parseInt(n(451))/4)+parseInt(n(455))/5+parseInt(n(472))/6*(-parseInt(n(457))/7)+-parseInt(n(440))/8*(parseInt(n(454))/9)+parseInt(n(456))/10+-parseInt(n(452))/11*(-parseInt(n(461))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(449)](){const t=ni,e=this[t(478)];if(!e[t(438)][t(459)](t(467)))return;const n=e[t(438)][t(468)](t(448)),r=e[t(474)][t(468)](t(460));n[t(453)](t(460),[t(465),...r[t(473)][t(469)]((t=>t.id))]),n[t(453)](t(450));for(const e of r[t(473)])n[t(447)][t(446)](e.id,t(442)+e[t(481)][t(464)]()+")");n[t(447)][t(445)]((n=>{const r=t;if(r(476)!=n[r(441)])return;const{data:s}=n;if(!s||r(465)!=s[r(463)])return;const o=s[r(443)],i=e[r(471)];return{type:r(462),content:null==o?zr(i,r(479)):zr(i,r(480),'"'+o+'"')}})),this[t(439)]()}[ni(439)](){const t=ni,e=this[t(478)],n=e[t(471)];e[t(438)][t(468)](t(448))[t(447)][t(445)]((e=>{const r=t;if(r(475)!=e[r(441)])return;const{data:s}=e;if(s){if(r(460)==s[r(466)]){const t=s[r(444)][0];return{type:r(462),content:zr(n,r(480),'"'+t+'"')}}return r(450)==s[r(466)]?{type:r(462),content:zr(n,r(479))}:void 0}}))}}function ii(t,e){const n=fi();return(ii=function(t,e){return n[t-=423]})(t,e)}const ai=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(985432===parseInt(n(480))/1+-parseInt(n(428))/2+-parseInt(n(434))/3*(-parseInt(n(475))/4)+parseInt(n(458))/5*(-parseInt(n(487))/6)+parseInt(n(468))/7*(-parseInt(n(471))/8)+parseInt(n(465))/9+parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ai(437)](){const t=ai,e=this[t(497)],n=e[t(485)];if(!e[t(438)][t(447)](t(508)))return;const r=e[t(438)][t(474)](t(445)),s=e[t(438)][t(447)](t(478));function o(t){return()=>{const n=ii,s=e[n(426)][n(488)][n(502)],o=e[n(424)][n(474)](t);if(o[n(452)])return void e[n(469)](n(444),{});const i=t[n(493)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(483)](t)[s(492)]((t=>function(t,e){const n=s;return e[n(446)](t[n(484)],n(464))&&!e[n(470)](t)}(t,r)));o=o[s(492)]((t=>!t.is(s(460),s(464))||t[s(435)](s(472))!=e));const i=new Set;for(const t of o)t.is(s(460),s(464))?i[s(476)](ui(t)):i[s(476)](t);return Array[s(483)](i)}(s[n(495)](),i,e[n(426)][n(479)]);e[n(426)][n(499)]((()=>{const e=n;for(const n of a)r[e(496)](n,{commandName:t,commandParams:[{forceValue:!o[e(452)]}],formatGroupId:e(449)},li(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(483)](t);const r=n[e(461)]((t=>e(464)!=t[e(448)]));return r>-1&&(n=n[e(493)](0,r)),n}(e[n(426)][n(488)][n(502)][n(495)]()),o=e[n(426)][n(503)](e[n(426)][n(477)](s[0],n(482)),e[n(426)][n(477)](s[s[n(489)]-1],n(500)));e[n(426)][n(499)]((()=>{const e=n;r[e(496)](o,{commandName:t,commandParams:[],formatGroupId:e(454)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(507)];for(;t&&t[n(435)](n(454))>e[n(435)](n(454));)r[n(476)](t),t=t[n(507)]}return Array[n(483)](r)}(s))}))}}r[t(442)](t(451),o(t(451))),r[t(442)](t(427),o(t(427))),s&&r[t(442)](t(441),o(t(441))),r[t(442)](t(457),i(t(457))),r[t(442)](t(439),i(t(439))),s&&r[t(442)](t(501),(()=>{const n=t,s=e[n(424)][n(474)](n(501)),o=Array[n(483)](s[n(466)]);o[n(492)]((t=>t[n(435)](n(443))!=s[n(452)])),e[n(426)][n(499)]((()=>{const t=n;for(const e of o)r[t(496)](e,{commandName:t(501),commandParams:[{forceValue:!s[t(452)]}]})}))})),r[t(505)][t(467)](t(464),(e=>zr(n,t(504),e))),r[t(505)][t(431)]((e=>{const r=t;if(r(459)!=e[r(455)]&&r(433)!=e[r(455)])return;const{data:s}=e;if(s){if(r(451)==s[r(506)]||r(427)==s[r(506)]||r(441)==s[r(506)])switch(s[r(506)][r(490)](r(498),"")){case r(430):return o(zr(n,r(456)));case r(432):return o(zr(n,r(473)));case r(423):return o(zr(n,r(453)))}if(r(457)==s[r(506)])return{type:r(491),content:zr(n,r(429),zr(n,r(504)))};if(r(439)==s[r(506)])return{type:r(491),content:zr(n,r(494),zr(n,r(504)))};if(r(501)==s[r(506)])return s[r(481)][0][r(463)]?{type:r(491),content:zr(n,r(450))}:{type:r(491),content:zr(n,r(425))}}function o(t){const e=r;return{type:e(491),content:zr(n,e(462),t)}}}))}}function ui(t){const e=ai,n=t[e(435)](e(454));if(0==n)return t;let r=t;for(;t[e(440)]&&t[e(440)].is(e(460),e(464));){const s=t[e(440)][e(435)](e(454));if(s==n)r=t[e(440)];else if(s<n)break;t=t[e(440)]}return r}function li(t){const e=ai,n=[];if(t.is(e(460),e(464))&&t[e(435)](e(454))>0){let r=t[e(507)];for(;r&&e(464)==r[e(448)]&&r[e(435)](e(454))==t[e(435)](e(454));)n[e(436)](r),r=r[e(507)]}return n}function fi(){const t=["slice","*Outdent:* %0","getSelectedBlocks","markBlockFormat","editor","List","change","end","checkTodoList","selection","createRange","ELEMENT_LIST_ITEM","_descriptionFactory","commandName","nextSibling","LegacyListEditing","todo","commands","*Uncheck item*","model","bulletedList","161702lBIquD","*Indent:* %0","bulleted","registerDescriptionCallback","numbered","formatInline","3gwSXBk","getAttribute","push","afterInit","plugins","outdentList","previousSibling","todoList","enableCommand","todoListChecked","paragraph","TrackChangesEditing","checkChild","has","name","blockName","*Check item*","numberedList","value","ELEMENT_TODO_LIST","listIndent","type","ELEMENT_BULLETED_LIST","indentList","6280YujyMm","formatBlock","element","findIndex","*Change to:* %0","forceValue","listItem","3689541XyuorS","_selectedElements","registerElementLabel","301SJrVgj","execute","isObject","351896BrxyeB","listType","ELEMENT_NUMBERED_LIST","get","933040jBmLsF","add","createPositionAt","LegacyTodoListEditing","schema","33206uvwjtV","commandParams","before","from","parent","locale","33727730oGJflL","5214SSLAHy","document","length","replace","format","filter"];return(fi=function(){return t})()}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=427]})(t,e)}function di(){const t=["TrackChangesEditing","registerDescriptionCallback","216LNeDTy","1993828kaUZpN","commandParams","handleListStyleCommand","styles","backward","numbered","config","enableCommand","83673cGeMxm","listItem","listStyle","document","2460052GKowCO","list.properties","2345124XpeZJm","getSelectedBlocks","format","model","parent","5cBKtGg","*Format:* set order to reversed","locale","_getSuggestionBlocks","commandName","355044JkErUJ","ELEMENT_","forward","reversed","map","length","plugins","_LIST_","markMultiRangeBlockFormat","getAttribute","filter","listStart","bind","toUpperCase","LegacyListUtils","startIndex","createPositionAt","84233pyyylj","flat","getFirstPosition","unshift","*Change to:* %0","has","createRange","_descriptionFactory","getListTypeFromListStyleType","type","change","push","handleDescriptions","replace","handleListReversedCommand","LegacyListPropertiesEditing","getLastPosition","editor","listType","*Format:* set start index to %0","formatInline","selection","handleListStartCommand","_getTranslationKeyForListStyle","getSiblingNodes","_getSuggestionBlocksForListStyle","733930lbSsEc","afterInit","from","before","listReversed","formatBlock","*Format:* set order to regular","get","element"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(340036===parseInt(n(466))/1+parseInt(n(492))/2+-parseInt(n(449))/3+parseInt(n(504))/4+parseInt(n(444))/5*(-parseInt(n(439))/6)+-parseInt(n(437))/7+-parseInt(n(503))/8*(-parseInt(n(433))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(493)](){const t=hi;if(!this[t(483)][t(455)][t(471)](t(481)))return;const e=this[t(483)][t(431)][t(499)](t(438)),n=this[t(483)][t(455)][t(499)](t(501));e[t(428)]&&n[t(432)](t(435),this[t(427)][t(461)](this)),e[t(452)]&&n[t(432)](t(496),this[t(480)][t(461)](this)),e[t(464)]&&n[t(432)](t(460),this[t(488)][t(461)](this)),n[t(473)][t(502)](this[t(478)][t(461)](this))}[hi(427)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(491)]();this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](s,{commandName:t(435),commandParams:[{type:e[t(475)]}],formatGroupId:t(435)})}))}[hi(480)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(447)]((t=>t.is(n(500),n(434))&&n(430)===t[n(458)](n(484))));if(s[n(454)]<1)return;const o=s[n(453)]((t=>this[n(483)][n(442)][n(472)](this[n(483)][n(442)][n(465)](t,n(495)),this[n(483)][n(442)][n(465)](t,0))));this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](o,{commandName:t(496),commandParams:[{reversed:e[t(452)]}],formatGroupId:t(496)})}))}[hi(488)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(447)]((t=>t.is(n(500),n(434))&&n(430)===t[n(458)](n(484))));if(s[n(454)]<1)return;const o=s[n(453)]((t=>this[n(483)][n(442)][n(472)](this[n(483)][n(442)][n(465)](t,n(495)),this[n(483)][n(442)][n(465)](t,0))));this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](o,{commandName:t(460),commandParams:[{startIndex:e[t(464)]}],formatGroupId:t(460)})}))}[hi(478)](t){const e=hi;if(e(497)!=t[e(475)]&&e(486)!=t[e(475)])return;const n=this[e(483)][e(446)],{data:r}=t;if(!r)return;let s,o;switch(r[e(448)]){case e(435):s=e(470),o={type:e(441),content:zr(n,s,zr(n,this[e(489)](r[e(505)][0][e(475)])))};break;case e(496):s=r[e(505)][0][e(452)]?e(445):e(498),o={type:e(441),content:zr(n,s)};break;case e(460):s=e(485),o={type:e(441),content:zr(n,s,r[e(505)][0][e(464)])}}return o}[hi(491)](){const t=hi;var e,n,r,s;const o=this[t(483)][t(455)][t(499)](t(463));let i=Array[t(494)](this[t(483)][t(442)][t(436)][t(487)][t(440)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(500),t(434)))&&i[t(469)](...o[t(490)](this[t(483)][t(442)][t(436)][t(487)][t(468)](),t(429))),(null===(n=i[i[t(454)]-1])||void 0===n?void 0:n.is(t(500),t(434)))&&i[t(477)](...o[t(490)](this[t(483)][t(442)][t(436)][t(487)][t(482)](),t(451))),i=[...new Set(i)],(null===(s=null===(r=this[t(483)][t(442)][t(436)][t(487)][t(468)]())||void 0===r?void 0:r[t(443)])||void 0===s?void 0:s.is(t(500),t(434)))&&(i=i[t(459)]((e=>e.is(t(500),t(434))))),i}[hi(447)](t){const e=hi,n=this[e(483)][e(455)][e(499)](e(463));let r=Array[e(494)](this[e(483)][e(442)][e(436)][e(487)][e(440)]())[e(459)](t)[e(453)]((t=>{const r=e,s=this[r(483)][r(442)][r(465)](t,0);return[...n[r(490)](s,r(429)),...n[r(490)](s,r(451))]}))[e(467)]();return r=[...new Set(r)],r}[hi(489)](t){const e=hi;return e(450)+this[e(483)][e(455)][e(499)](e(463))[e(474)](t)[e(462)]()+e(456)+t[e(462)]()[e(479)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=354]})(t,e)}function Ei(){const t=["afterInit","plugins","showSuggestionHighlights","div","editor","media","_descriptionFactory","2421832PGehEy","stop","6983316iQcSuz","1887wIfilR","conversion","2289590LsLzJW","locale","15laRGDz","367951KMoswa","get","elementToElement","attribute:url:media","registerElementLabel","has","high","3868332RZbLSs","7JNhsec","createEmptyElement","data","downcastDispatcher","500OoKmwU","dataDowncast","enableCommand","ELEMENT_MEDIA","378292MsnGOD","MediaEmbedEditing","TrackChangesEditing","for","mediaEmbed","options"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(473504===-parseInt(n(388))/1+parseInt(n(363))/2*(parseInt(n(383))/3)+parseInt(n(367))/4*(parseInt(n(387))/5)+-parseInt(n(358))/6*(-parseInt(n(359))/7)+parseInt(n(380))/8+-parseInt(n(382))/9+parseInt(n(385))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(373)](){const t=mi,e=this[t(377)];if(!e[t(374)][t(356)](t(368)))return;const n=e[t(374)][t(389)](t(369)),r=e[t(386)];n[t(365)](t(371)),n[t(379)][t(355)](t(378),(e=>zr(r,t(366),e))),e[t(384)][t(370)](t(364))[t(390)]({model:t(378),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(375)])return n[s(360)](s(376))},converterPriority:t(357)}),e[t(361)][t(362)].on(t(354),((e,n,r)=>{const s=t;r[s(372)][s(375)]&&e[s(381)]()}),{priority:t(357)})}}const Ti=yi;function _i(){const t=["mention","editor","TrackChangesEditing","67859dxKSsJ","afterInit","5426826sQjnGd","1242wKrJvF","57144utfXSv","926186JjXJIT","6860jIRAyx","get","enableCommand","8444121GJPHyW","has","558608RKLaFy","5NpOset","3300644FIopch","6lRbPgn","plugins","MentionEditing"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=163]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(634413===-parseInt(n(179))/1+-parseInt(n(173))/2*(parseInt(n(182))/3)+-parseInt(n(181))/4*(parseInt(n(180))/5)+parseInt(n(170))/6+-parseInt(n(177))/7+-parseInt(n(172))/8*(parseInt(n(171))/9)+parseInt(n(174))/10*(parseInt(n(168))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(169)](){const t=Ti,e=this[t(166)];e[t(163)][t(178)](t(164))&&e[t(163)][t(175)](t(167))[t(176)](t(165))}}const ki=Ni;function Ci(){const t=["54104rkqIHD","6208345CVZhRK","afterInit","74315oPSCxD","editor","get","PageBreakEditing","10HITKAd","44PixVFx","TrackChangesEditing","ELEMENT_PAGE_BREAK","registerElementLabel","pageBreak","enableCommand","plugins","77198nANmQM","3221050IyBSgc","822FgmguJ","locale","_descriptionFactory","1329450tbDWak","3278yiDQFf","has","90izlOlD"];return(Ci=function(){return t})()}function Ni(t,e){const n=Ci();return(Ni=function(t,e){return n[t-=183]})(t,e)}!function(t,e){const n=Ni,r=t();for(;;)try{if(296327===parseInt(n(202))/1+parseInt(n(184))/2*(parseInt(n(204))/3)+-parseInt(n(195))/4*(-parseInt(n(190))/5)+-parseInt(n(183))/6+parseInt(n(203))/7+-parseInt(n(187))/8*(parseInt(n(186))/9)+parseInt(n(194))/10*(-parseInt(n(188))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ri extends t.Plugin{[ki(189)](){const t=ki,e=this[t(191)];if(!e[t(201)][t(185)](t(193)))return;e[t(201)][t(192)](t(196))[t(200)](t(199));const n=e[t(201)][t(192)](t(196)),r=e[t(205)];n[t(206)][t(198)](t(199),(e=>zr(r,t(197),e)))}}const Si=Li;function Li(t,e){const n=wi();return(Li=function(t,e){return n[t-=102]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(616760===parseInt(n(160))/1*(parseInt(n(108))/2)+-parseInt(n(103))/3*(-parseInt(n(161))/4)+-parseInt(n(155))/5+-parseInt(n(127))/6*(parseInt(n(114))/7)+-parseInt(n(171))/8*(-parseInt(n(167))/9)+parseInt(n(140))/10*(parseInt(n(119))/11)+-parseInt(n(133))/12*(parseInt(n(148))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class vi extends t.Plugin{[Si(169)](){const t=Si,e=this[t(165)];if(!e[t(135)][t(106)](t(154)))return;const n=e[t(102)],r=e[t(135)][t(147)](t(159));r[t(136)][t(142)](t(126),(e=>zr(n,t(134),e))),r[t(146)](t(126)),r[t(158)](t(130)),e[t(145)][t(121)].on(t(110),Mi(e),{priority:t(131)}),e[t(166)][t(121)].on(t(110),((n,r,s)=>{const o=t;s[o(151)][o(173)]&&Mi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(131)});const s=r[t(136)];s[t(138)]((r=>{const o=t;if(o(152)!==r[o(124)])return;const{start:i,end:a}=r[o(157)]();if(!i[o(174)](a)||!i[o(139)])return;const c=e[o(168)][o(137)],u=i[o(139)];return c[o(128)](u)&&!c[o(129)](u)&&c[o(144)](u,o(143))?{type:o(152),content:zr(n,o(112),s[o(120)](u,1))}:void 0})),this[t(122)]()}[Si(122)](){const t=Si,e=this[t(165)],n=e[t(102)];e[t(135)][t(147)](t(159))[t(136)][t(138)]((e=>{const r=t;if(r(149)!=e[r(124)])return;const{data:s}=e;return s&&r(126)==s[r(156)]?{type:r(153),content:zr(n,r(117),zr(n,r(134)))}:void 0}))}}function Mi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Li,i=t[o(135)][o(147)](o(159)),a=r[o(113)][o(170)],c=r[o(113)][o(109)],u=t[o(168)][o(137)];if(!a[o(174)](c)||!a[o(139)])return;const l=a[o(139)];if(u[o(128)](l)&&!u[o(129)](l)&&u[o(144)](l,o(143))){if(!s[o(172)][o(116)](r[o(113)],n[o(115)]))return;const t=s[o(118)][o(150)](o(162),{class:o(111)}),a=s[o(141)][o(104)](c);e&&i[o(125)][o(163)](r[o(164)])&&s[o(118)][o(123)](o(107),t),s[o(118)][o(132)](a,t),s[o(141)][o(105)](t,r[o(164)])}}}function wi(){const t=["markerName","editor","data","18ZZxBTS","model","afterInit","start","4678600Qqwcmd","consumable","showSuggestionHighlights","isTouching","locale","81YxrQmg","toViewPosition","bindElementToMarker","has","ck-suggestion-marker--active","436tAskyK","end","addMarker:suggestion:insertion","ck-suggestion-marker-split","*Insert:* %0","markerRange","35NhDqCp","name","consume","*Change to:* %0","writer","1210187VMcmtP","getItemLabel","downcastDispatcher","_registerLegacyDescription","addClass","type","activeMarkers","paragraph","292962nJMdzD","isBlock","isLimit","insertParagraph","highest","insert","12viaBSx","ELEMENT_PARAGRAPH","plugins","_descriptionFactory","schema","registerDescriptionCallback","nodeAfter","10WfjUfa","mapper","registerElementLabel","$text","checkChild","editing","_enableDefaultAttributesIntegration","get","12848433ZKZWSb","formatBlock","createUIElement","options","insertion","format","Paragraph","2832740jlIfqW","commandName","getFirstRange","enableCommand","TrackChangesEditing","1045QSnLVX","134564YIPQkW","span","includes"];return(wi=function(){return t})()}const Oi=Fi;function Di(){const t=["plugins","TrackChangesEditing","4101745pZOQXz","2IIFbdG","formatInline","63tgyxIC","registerDescriptionCallback","328232tOWGZN","RemoveFormatEditing","*Remove all formatting*","_registerLegacyDescription","format","type","3257646YnpNgf","1009992JkRwot","6qTHXoe","locale","formatBlock","31702820NMaKaO","554519kbrHKv","_enableDefaultAttributesIntegration","afterInit","editor","get","5116672EGcyzJ","has","removeFormat","_descriptionFactory","commandName"];return(Di=function(){return t})()}function Fi(t,e){const n=Di();return(Fi=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=Fi,r=t();for(;;)try{if(649845===-parseInt(n(193))/1*(parseInt(n(189))/2)+parseInt(n(199))/3+parseInt(n(181))/4+-parseInt(n(188))/5*(-parseInt(n(201))/6)+parseInt(n(176))/7+-parseInt(n(200))/8*(-parseInt(n(191))/9)+-parseInt(n(175))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Pi extends t.Plugin{[Oi(178)](){const t=Oi,e=this[t(179)];e[t(186)][t(182)](t(194))&&(e[t(186)][t(180)](t(187))[t(177)](t(183)),this[t(196)]())}[Oi(196)](){const t=Oi,e=this[t(179)];e[t(186)][t(180)](t(187))[t(184)][t(192)]((n=>{const r=t;if(r(174)!=n[r(198)]&&r(190)!=n[r(198)])return;const{data:s}=n;return s&&r(183)==s[r(185)]?{type:r(197),content:zr(e[r(173)],r(195))}:void 0}))}}const xi=Ui;function Bi(){const t=["1652254eDlbTH","892900xQXBJT","discardSelectedSuggestions","get","10650750PCkriM","editor","acceptSuggestion","acceptSelectedSuggestions","plugins","1720274CalMuS","discardAllSuggestions","13239064cpqcgm","enableCommand","50hIWeDf","RestrictedEditingModeEditing","trackChanges","527512zpQBLH","7hlMoVj","acceptAllSuggestions","goToNextRestrictedEditingException","afterInit","9mkdCWC","discardSuggestion","has","TrackChangesEditing","1515882XfaDji","goToPreviousRestrictedEditingException"];return(Bi=function(){return t})()}function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=120]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(897849===parseInt(n(133))/1+parseInt(n(142))/2+-parseInt(n(131))/3+parseInt(n(122))/4*(-parseInt(n(146))/5)+parseInt(n(137))/6+-parseInt(n(123))/7*(parseInt(n(144))/8)+-parseInt(n(127))/9*(-parseInt(n(134))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[xi(126)](){const t=xi,e=this[t(138)];if(!e[t(141)][t(129)](t(120)))return;const n=e[t(141)][t(136)](t(130));n[t(145)](t(132)),n[t(145)](t(125));const r=e[t(141)][t(136)](t(120));r[t(145)](t(121)),r[t(145)](t(139)),r[t(145)](t(128)),r[t(145)](t(124)),r[t(145)](t(143)),r[t(145)](t(140)),r[t(145)](t(135))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=278]})(t,e)}function Hi(){const t=["showSuggestionHighlights","split","span","element","_descriptionFactory","4772228ksIzTO","registerElementLabel","createUIElement","high","addClass","toViewPosition","merge","bindElementToMarker","insert","activeMarkers","get","ELEMENT_LINE_BREAK","downcastDispatcher","softBreak","consumable","createPositionBefore","511FgMZjE","4467075EZJpFr","shiftEnter","addMarker:suggestion:deletion","editor","14323520MQIlZC","plugins","includes","getItems","mapper","init","writer","enableCommand","markerRange","ck-suggestion-marker--active","1235264KazQMA","66062205gbiZXP","name","model","data","addMarker:suggestion","test","134988qbSeYu","5VdHCTo","locale","editing","3129426dVSBSv","markerName","options","deletion","ck-suggestion-marker-","addMarker:suggestion:insertion","TrackChangesEditing","requires"];return(Hi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(895920===parseInt(n(322))/1+-parseInt(n(278))/2+-parseInt(n(308))/3+-parseInt(n(291))/4*(parseInt(n(330))/5)+-parseInt(n(329))/6*(parseInt(n(307))/7)+-parseInt(n(312))/8+parseInt(n(323))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{static get[Gi(285)](){return[Qs.ShiftEnter]}[Gi(317)](){const t=Gi,e=this[t(311)],n=e[t(313)][t(301)](t(284));n[t(319)](t(309)),e[t(332)][t(303)].on(t(283),Wi(e),{priority:t(294)}),e[t(332)][t(303)].on(t(310),Wi(e),{priority:t(294)}),e[t(326)][t(303)].on(t(327),((n,r,s)=>{const o=t;s[o(280)][o(286)]&&Wi(e,{showActiveMarker:!1})(n,r,s)})),n[t(290)][t(292)](t(304),(n=>zr(e[t(331)],t(302),n)))}}function Wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Vi,i=t[o(313)][o(301)](o(284));if(!s[o(305)][o(328)](r[o(320)],n[o(324)]))return;const a=t[o(325)];for(const t of r[o(320)][o(315)]()){if(!t.is(o(289),o(304)))continue;const n=o(281)==r[o(279)][o(287)](":")[1]?o(297):o(287),c=s[o(318)][o(293)](o(288),{class:o(282)+n}),u=s[o(316)][o(296)](a[o(306)](t));e&&i[o(300)][o(314)](r[o(279)])&&s[o(318)][o(295)](o(321),c),s[o(318)][o(299)](u,c),s[o(316)][o(298)](c,r[o(279)])}}}function Xi(t,e){const n=qi();return(Xi=function(t,e){return n[t-=493]})(t,e)}const Ki=Xi;function qi(){const t=["has","editor","enableCommand","markInlineFormat","FORMAT_RESTRICTED_ENABLED","45753QoqcVt","getRanges","isCollapsed","813936eaxfxz","plugins","forceValue","value","TrackChangesEditing","commandName","type","from","100692PWQzHu","formatBlock","selection","6945oIrlmI","_descriptionFactory","change","registerDescriptionCallback","document","1096wwVbQC","1695492QXQfMT","restrictedEditingException","2108120pGUvSS","commandParams","format","model","afterInit","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","locale","80xvssvJ","get","252917hpohGH","formatInline","commands","2ALxYgY"];return(qi=function(){return t})()}!function(t,e){const n=Xi,r=t();for(;;)try{if(284041===-parseInt(n(495))/1+-parseInt(n(530))/2*(-parseInt(n(498))/3)+-parseInt(n(514))/4*(-parseInt(n(509))/5)+parseInt(n(506))/6+parseInt(n(527))/7*(-parseInt(n(525))/8)+-parseInt(n(515))/9+parseInt(n(517))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qi);class Ji extends t.Plugin{[Ki(521)](){const t=Ki,e=this[t(532)],n=e[t(520)],r=e[t(524)];if(!e[t(499)][t(531)](t(523)))return;const s=e[t(499)][t(526)](t(502)),o=t(516),i=e[t(529)][t(526)](o);s[t(533)](o,((e,r={})=>{const a=t,c=n[a(513)][a(508)];if(c[a(497)])return void e(r);const u=void 0!==r[a(500)]?r[a(500)]:!i[a(501)];n[a(511)]((()=>{const t=a,e=Array[t(505)](c[t(496)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(493)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(510)][t(512)]((e=>{const n=t;if(n(507)!=e[n(504)]&&n(528)!=e[n(504)])return;const{data:s}=e;return s&&s[n(503)]==o?s[n(518)][0][n(500)]?{type:n(519),content:zr(r,n(494))}:{type:n(519),content:zr(r,n(522))}:void 0}))}}function Qi(){const t=["1181576uzygAu","33bNiFAq","565NFeQRe","_descriptionFactory","editor","add","formatBlock","TrackChangesEditing","StyleUtils","registerDescriptionCallback","getGhsAttributeNameForElement","get","_registerInlineAttribute","styleName","plugins","ghsAttributes","15524CgNFfw","definitions","has","block","12066jtctwH","toLowerCase","registerAttributeLabel","style","Style","*Set format:* %0","inline","commandName","afterInit","41028CiFqFm","normalizeConfig","element","forceValue","formatInline","_registerBlockAttribute","GeneralHtmlSupport","FORMAT_STYLE","DataSchema","1048LNaOrG","10962bWerPj","2499525fJXTfj","config","90fsPLCj","locale","commandParams","20pDwzvH","format","_registerLegacyDescription","type","64135sqcmbc","_enableDefaultAttributesIntegration","*Remove format:* %0"];return(Qi=function(){return t})()}const Yi=Zi;function Zi(t,e){const n=Qi();return(Zi=function(t,e){return n[t-=475]})(t,e)}!function(t,e){const n=Zi,r=t();for(;;)try{if(330801===-parseInt(n(481))/1+-parseInt(n(500))/2*(-parseInt(n(526))/3)+parseInt(n(484))/4+parseInt(n(486))/5*(parseInt(n(504))/6)+-parseInt(n(523))/7*(-parseInt(n(522))/8)+parseInt(n(524))/9*(-parseInt(n(477))/10)+parseInt(n(485))/11*(-parseInt(n(513))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Yi(512)](){const t=Yi,e=this[t(488)];if(!e[t(498)][t(502)](t(508))||!e[t(498)][t(502)](t(521)))return;const n=e[t(498)][t(495)](t(491)),r=e[t(475)],s=e[t(525)][t(495)](t(507))||{},o=e[t(498)][t(495)](t(519)),i=e[t(498)][t(495)](t(492))[t(514)](e[t(498)][t(495)](t(521)),s[t(501)]);n[t(482)](t(507));const a=new Set;for(const e of i[t(503)]){const n=o[t(494)](e[t(515)]);a[t(489)](n)}const c=new Set;for(const e of i[t(510)]){const n=o[t(494)](e[t(515)]);c[t(489)](n);for(const n of e[t(499)])c[t(489)](n)}for(const e of a)n[t(518)](e),n[t(487)][t(506)](e,zr(r,t(520)));for(const e of c)n[t(496)](e),n[t(487)][t(506)](e,zr(r,t(520)));this[t(479)]()}[Yi(479)](){const t=Yi,e=this[t(488)],n=e[t(475)];e[t(498)][t(495)](t(491))[t(487)][t(493)]((e=>{const r=t;if(r(490)!=e[r(480)]&&r(517)!=e[r(480)])return;const{data:s}=e;return s&&r(507)===s[r(511)]?s[r(476)][0][r(516)]?{type:r(478),content:zr(n,r(509),s[r(476)][0][r(497)][r(505)]())}:{type:r(478),content:zr(n,r(483),s[r(476)][0][r(497)][r(505)]())}:void 0}))}}const ta=ra;!function(t,e){const n=ra,r=t();for(;;)try{if(810777===-parseInt(n(182))/1+-parseInt(n(164))/2+-parseInt(n(166))/3*(parseInt(n(188))/4)+parseInt(n(186))/5+-parseInt(n(190))/6*(-parseInt(n(322))/7)+-parseInt(n(305))/8*(-parseInt(n(169))/9)+parseInt(n(189))/10*(-parseInt(n(229))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(sa);class ea extends t.Plugin{constructor(t){const e=ra;super(t),this[e(277)]=[e(244),e(310)],this[e(278)]=new Set}[ta(199)](){const t=ta,e=this[t(245)],n=e[t(223)][t(298)][t(210)];if(!e[t(214)][t(303)](t(259)))return;const r=e[t(201)],s=e[t(214)][t(256)](t(179)),o=e[t(214)][t(256)](t(319));s[t(318)][t(315)](t(206),(e=>zr(r,t(304),e))),this[t(232)](),s[t(270)](t(271)),s[t(270)](t(243)),s[t(270)](t(250));for(const r of[t(238),t(225)]){const i=e[t(249)][t(256)](r);s[t(270)](r,(r=>{const a=t;e[a(223)][a(273)]((t=>{const e=a;r();const c=e(236)===i[e(261)],u=o[e(173)](n),l=o[e(240)](u),f=c?l[e(174)]-1:l[e(215)]+1,h=u[0][e(178)](e(206)),g=o[e(208)](h,{startRow:f,endRow:f}),d=Array[e(204)](g)[e(290)]((n=>t[e(220)](n[e(247)])));s[e(171)](d,e(244))}))}))}for(const r of[t(266),t(299)]){const i=e[t(249)][t(256)](r);s[t(270)](r,(r=>{const a=t;e[a(223)][a(273)]((t=>{const e=a;r();const c=e(231)===i[e(261)],u=o[e(173)](n),l=o[e(205)](u),f=c?l[e(174)]-1:l[e(215)]+1,h=u[0][e(178)](e(206)),g=o[e(208)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(204)](g)[e(290)]((n=>t[e(220)](n[e(247)])));s[e(171)](d,e(310))}))}))}for(const r of[t(268),t(306)]){const i=r[t(275)](11),a=i[t(170)](),c=a[t(275)](0,3)+t(317),u=t(206)+i,l=t(180)+i,f=t(196)+i;s[t(270)](r,(()=>{const i=t;e[i(223)][i(273)]((t=>{const e=i,h=o[e(173)](n),g=h[0][e(178)](e(206));let d;if(e(268)==r){const t=o[e(240)](h);d={startRow:t[e(174)],endRow:t[e(215)],includeAllSlots:!0}}else{const t=o[e(205)](h);d={startColumn:t[e(174)],endColumn:t[e(215)],includeAllSlots:!0}}const p=o[e(208)](g,d),m=Array[e(204)](p)[e(290)]((({cell:t})=>t)),I=na(m[e(234)]((t=>t[e(279)](c)))),E=na(m[e(234)]((t=>!t[e(279)](c))))[e(290)]((n=>t[e(220)](n))),b=s[e(257)](E,u);if(b&&(e(244)==b[e(269)]||e(310)==b[e(269)])){const n=this[e(246)](b);for(const r of I){const s=t[e(220)](r),i=o[e(226)](r),u=r[e(194)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(184)](s)}}}))}))}function c(r){const s=t,o=Array[s(204)](n[s(218)]())[s(290)]((t=>i.LiveRange[s(255)](t)));e[s(223)][s(273)]((t=>{const n=s,i=t[n(267)];r=r[n(234)]((t=>n(172)!=t[n(221)][n(308)])),t[n(197)](r),e[n(249)][n(256)](n(268))[n(239)](),e[n(212)](n(268),{forceDefaultExecution:!0}),e[n(223)][n(168)]((()=>{const t=n;e[t(223)][t(168)](i,(e=>{const n=t,r=o[n(234)]((t=>n(172)!=t[n(221)][n(308)]));r[n(297)]>0&&e[n(197)](r);for(const t of o)t[n(288)]()}))}))}))}function u(r){const s=t;e[s(223)][s(273)]((t=>{const o=s,a=Array[o(204)](n[o(218)]())[o(290)]((t=>i.LiveRange[o(255)](t))),c=[];for(const t of r)for(const e of t[o(227)]({shallow:!0}))c[o(165)](e);for(const n of c)o(172)!=n[o(221)][o(308)]&&(t[o(197)](t[o(323)](n,0)),e[o(249)][o(256)](o(306))[o(239)](),e[o(212)](o(306),{forceDefaultExecution:!0}));const u=a[o(234)]((t=>o(172)!=t[o(221)][o(308)]));u[o(297)]>0&&t[o(197)](u);for(const t of a)t[o(288)]()}))}function l(e,n){const r=t;return n[r(284)]((t=>e[r(181)]((e=>e[r(262)][r(286)](t[r(276)])||t[r(262)][r(286)](e[r(276)])))))}function f(e,n){const r=t;return e[r(181)]((t=>n[r(181)]((e=>t[r(262)][r(195)](e[r(276)])))))}e[t(233)][t(263)].on(t(209),((e,n,r)=>{const s=t;if(!r[s(313)][s(230)])return;const o=n[s(162)];if(!o)return;const i=r[s(202)][s(260)](o);function c(t){return Array[s(207)](t)?t:[t]}i&&s(228)===o[s(294)]&&(0,a.setHighlightHandling)(i,r[s(216)],((t,e,n)=>n[s(265)](c(e[s(283)]),t)),((t,e,n)=>n[s(211)](c(e[s(283)]),t)))}),{priority:t(241)}),s[t(318)][t(272)]((e=>{const n=t;if(n(224)!=e[n(282)]&&n(311)!=e[n(282)])return;const s=e[n(193)]();if(null!=s&&s.is(n(301),n(206))){if(n(224)==e[n(282)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)]));if(t[n(297)])return{type:n(224),content:zr(r,n(203),zr(r,n(252),'"'+t[n(295)](" ")+'"'))}}if(n(311)==e[n(282)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)]));if(t[n(297)])return{type:n(311),content:zr(r,n(248),zr(r,n(252),'"'+t[n(295)](" ")+'"'))}}}})),s[t(318)][t(272)]((e=>{const n=t;if(n(244)==e[n(269)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)])),s=this[n(246)](e),o=s[n(281)]-s[n(296)]+1;if(n(224)==e[n(282)])return t[n(297)]?{type:n(224),content:zr(r,n(203),zr(r,n(321),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(224),content:zr(r,n(203),zr(r,n(312),o))};if(n(311)==e[n(282)])return t[n(297)]?{type:n(311),content:zr(r,n(248),zr(r,n(321),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(311),content:zr(r,n(248),zr(r,n(312),o))}}if(n(310)==e[n(269)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)])),s=this[n(246)](e),o=s[n(307)]-s[n(324)]+1;if(n(224)==e[n(282)])return t[n(297)]?{type:n(224),content:zr(r,n(203),zr(r,n(222),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(224),content:zr(r,n(203),zr(r,n(183),o))};if(n(311)==e[n(282)])return t[n(297)]?{type:n(311),content:zr(r,n(248),zr(r,n(222),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(311),content:zr(r,n(248),zr(r,n(183),o))}}})),s[t(198)][t(302)](t(224),t(244),t(291),c),s[t(198)][t(302)](t(311),t(244),t(242),c),s[t(198)][t(302)](t(224),t(310),t(291),u),s[t(198)][t(302)](t(311),t(310),t(242),u),s[t(198)][t(302)](t(224),t(310),t(295),l),s[t(198)][t(302)](t(311),t(310),t(295),l),s[t(198)][t(302)](t(224),t(244),t(295),f),s[t(198)][t(302)](t(311),t(244),t(295),f)}[ta(175)](){const t=ta,e=this[t(245)],n=e[t(223)][t(298)][t(210)];return(r,s)=>{const o=t;e[o(223)][o(273)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(262)][a(185)];u&&u[0]&&!1===u[0][a(237)]&&(l=r[0][a(276)][a(300)]);const f=t[a(217)](l);if(a(172)==f[a(221)][a(308)])return;const h=Array[a(204)](n[a(218)]())[a(290)]((t=>i.LiveRange[a(255)](t)));t[a(197)](f),e[a(249)][a(256)](c)[a(239)](),u[a(165)]({forceDefaultExecution:!0}),e[a(212)](c,...u);const g=h[a(234)]((t=>a(172)!=t[a(221)][a(308)]));g[a(297)]>0&&t[a(197)](g);for(const t of h)t[a(288)]()}))}}[ta(309)](t){const e=ta,n=this[e(245)][e(214)][e(256)](e(319));let r=Number[e(200)],s=Number[e(192)],o=Number[e(200)],i=Number[e(192)];for(const a of t){if(e(172)==a[e(221)][e(308)])continue;const{row:t,column:c}=n[e(226)](a),u=a[e(279)](e(264))?a[e(194)](e(264))-1:0,l=a[e(279)](e(235))?a[e(194)](e(235))-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}}[ta(232)](){const t=ta,e=this[t(245)],n=e[t(214)][t(256)](t(179)),r=e[t(214)][t(256)](t(319));e[t(223)][t(298)].on(t(287),(()=>{const r=t,s=Array[r(204)](e[r(223)][r(298)][r(167)][r(293)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(314)](t);if(r(254)!=s)continue;if(null!=e[r(191)])continue;const a=n[r(253)](o);this[r(277)][r(176)](i)&&this[r(278)][r(163)](a)}}),{priority:t(320)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(220)](e),a=e[s(178)](s(206)),c=r[s(226)](e);for(const t of this[s(278)]){const n=t[s(269)],r=n[s(219)](s(187)),u=n[s(275)](r?10:5),l=u[s(170)](),f=l[s(275)](0,3)+s(317),h=s(180)+u,g=s(196)+u;if(!t[s(289)])continue;if(a!=t[s(292)]()[s(276)][s(178)](s(206)))continue;if(t[s(274)](i))continue;const d=e[s(279)](f)?e[s(194)](f)-1:0,p=this[s(246)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(184)](i),o=!0)}return o};e[t(223)][t(298)][t(285)]((n=>{const r=t;let o=!1;for(const t of e[r(223)][r(298)][r(167)][r(258)]())if(r(316)==t[r(282)])if(r(244)==t[r(294)])for(const e of t[r(213)][r(300)][r(280)]())o=o||s(e,n);else r(228)==t[r(294)]&&(o=o||s(t[r(213)][r(300)],n));return o}))}[ta(246)](t){const e=ta;return this[e(309)](t[e(218)]()[e(290)]((t=>t[e(276)][e(300)])))}}function na(t){const e=ta;return Array[e(204)](new Set(t)[e(177)]())}function ra(t,e){const n=sa();return(ra=function(t,e){return n[t-=162]})(t,e)}function sa(){const t=["8frAWXD","removeTableColumn","maxColumn","rootName","_getCoordsForCells","tableColumn","deletion","ELEMENT_TABLE_ROW","options","_splitMarkerName","registerElementLabel","insert","span","_descriptionFactory","TableUtils","low","ELEMENT_TABLE_ROW_WITH_TEXT","63PBPDbR","createPositionAt","minColumn","item","add","1657928ptiztd","push","60JimGVF","differ","enqueueChange","3327237jtXRQy","toLowerCase","markMultiRangeInsertion","$graveyard","getSelectionAffectedTableCells","first","_acceptFormatSuggestionCallbackFactory","includes","values","findAncestor","TrackChangesEditing","min","some","894257NbcfIR","ELEMENT_TABLE_COLUMN","addRange","nodeBefore","3841000QbUwaq","tablePaste","8220EUFTga","530qXtiEt","1064172cCXIdk","oldRange","MIN_SAFE_INTEGER","getContainedElement","getAttribute","isTouching","max","setSelection","_suggestionFactory","afterInit","MAX_SAFE_INTEGER","locale","mapper","*Insert:* %0","from","getColumnIndexes","table","isArray","createTableWalker","addMarker:suggestion","selection","removeClass","execute","position","plugins","last","writer","createRangeIn","getRanges","startsWith","createRangeOn","root","ELEMENT_TABLE_COLUMN_WITH_TEXT","model","insertion","insertTableRowBelow","getCellLocation","getItems","tableCell","33011GCFLEh","showSuggestionHighlights","left","_setupColumnsRowsFixing","data","filter","colspan","above","forceValue","insertTableRowAbove","refresh","getRowIndexes","highest","accept","selectTableRow","tableRow","editor","_getSuggestionCoords","cell","*Remove:* %0","commands","selectTableColumn","$textProxy","ELEMENT_TABLE_WITH_TEXT","getSuggestion","suggestion","fromRange","get","markMultiRangeDeletion","getChanges","TableEditing","toViewElement","order","end","downcastDispatcher","rowspan","addClass","insertTableColumnLeft","batch","removeTableRow","subType","enableCommand","insertTable","registerDescriptionCallback","change","isIntersectingWithRange","substr","start","_tablePostFixingSubtypes","_tableSuggestions","hasAttribute","getChildren","maxRow","type","classes","every","registerPostFixer","isEqual","change:data","detach","isInContent","map","discard","getFirstRange","getChangedMarkers","name","join","minRow","length","document","insertTableColumnRight","nodeAfter","element","registerCustomCallback","has","ELEMENT_TABLE"];return(sa=function(){return t})()}const oa=aa;function ia(){const t=["find","has","mergeTableCellDown","type","containsRange","createTableWalker","element","set:isEnabled","getRanges","4067670DgJTJH","3292915mOqYSe","tableCell","size","_areMergableCells","execute","getSuggestions","commands","requires","formatBlock","map","getCellLocation","8202857TGIVhy","rootName","_suggestionFactory","enableCommand","selection","subType","mergeTableCellUp","trackChanges","markBlockFormat","TableEditing","144ePoWPU","mergeTableCells","from","splitTableCellHorizontally","registerDescriptionCallback","stop","forceDefaultExecution","format","getFirstPosition","35qguHUF","mergeTableCellRight","_descriptionFactory","_acceptFormatSuggestionCallbackFactory","840032YPSpIj","12PJsAxP","84XNLbUs","_areSelectedCellsMergable","length","afterInit","createRangeOn","3594EdeAKl","fromRange","*Split cell:* horizontally","450190qkzKhq","4SszrjP","table","model","commandName","add","detach","isEnabled","deletion","horizontally","2076019wjMmZK","document","*Split cell:* vertically","findAncestor","getAncestors","getSelectionAffectedTableCells","refresh","accept","low","root","return","push","*Merge cells*","97uewkhZ","insertion","value","author","_tablePostFixingSubtypes","plugins","formatInline","mergeTableCellLeft","TableUtils","highest","editor","filter","change","locale","$graveyard","cell","splitTableCellVertically","markMultiRangeBlockFormat","get","direction","registerCustomCallback","TrackChangesEditing","_isForcedDefaultExecutionBlock","setSelection","isInContent"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=395]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(707863===-parseInt(n(476))/1*(-parseInt(n(450))/2)+-parseInt(n(408))/3*(-parseInt(n(454))/4)+parseInt(n(409))/5*(-parseInt(n(444))/6)+-parseInt(n(439))/7*(-parseInt(n(443))/8)+parseInt(n(430))/9*(-parseInt(n(453))/10)+-parseInt(n(463))/11*(-parseInt(n(445))/12)+-parseInt(n(420))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(416)](){return[ea]}[oa(448)](){const t=oa,e=this[t(486)],n=e[t(456)][t(464)][t(424)],r=e[t(489)];if(!e[t(481)][t(400)](t(429)))return;const s=e[t(481)][t(494)](t(395)),o=e[t(481)][t(494)](t(484)),a=e[t(481)][t(494)](ea);a[t(480)][t(474)](t(431)),s[t(423)](t(431),(()=>{const n=t,r=o[n(468)](e[n(456)][n(464)][n(424)]);e[n(456)][n(488)]((()=>{const t=n;s[t(493)](r,{commandName:t(431),commandParams:[]},[],t(431))}))})),e[t(415)][t(494)](t(431)).on(t(413),((n,r)=>{const o=t;e[o(415)][o(494)](o(427))[o(478)]&&(r[o(447)]>0&&r[r[o(447)]-1]&&r[r[o(447)]-1][o(436)]||s[o(396)]||this[o(446)]()||n[o(435)]())}),{priority:t(485)});for(const n of[t(426),t(440),t(401),t(483)]){const r=e[t(415)][t(494)](n);s[t(423)](n,(()=>{const n=t,o=e[n(456)][n(464)][n(424)][n(438)]()[n(467)]()[n(399)]((t=>t.is(n(405),n(410)))),i=r[n(478)];e[n(456)][n(488)]((()=>{const t=n;s[t(493)]([o,i],{commandName:t(431),commandParams:[]},[],t(431))}))}))}for(const n of[t(492),t(433)]){const r=e[t(415)][t(494)](n);s[t(423)](n,(()=>{const i=t,a=o[i(468)](e[i(456)][i(464)][i(424)])[0],c=a[i(466)](i(455)),{column:u,row:l}=o[i(419)](a);let f=[];if(i(462)==r[i(495)]){const t=o[i(404)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(432)](t)[i(418)]((t=>t[i(491)]))}else{const t=o[i(404)](c,{column:u,includeAllSlots:!0});f=Array[i(432)](t)[i(418)]((t=>t[i(491)]))}e[i(456)][i(488)]((t=>{const e=i;s[e(428)](t[e(449)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(441)][t(434)]((e=>{const n=t;if(n(417)!=e[n(402)]&&n(482)!=e[n(402)])return;const{data:s}=e;return s&&n(431)==s[n(457)]?{type:n(437),content:zr(r,n(475))}:void 0})),s[t(441)][t(434)]((e=>{const n=t;if(n(417)!=e[n(402)]&&n(482)!=e[n(402)])return;const{data:s}=e;return s?n(492)==s[n(457)]?{type:n(437),content:zr(r,n(465))}:n(433)==s[n(457)]?{type:n(437),content:zr(r,n(452))}:void 0:void 0}));const c=a[t(442)]();for(const e of[t(426),t(440),t(401),t(483)])s[t(422)][t(496)](t(417),e,t(470),c);for(const e of[t(492),t(433)])s[t(422)][t(496)](t(417),e,t(470),c);s[t(422)][t(496)](t(417),t(431),t(470),(r=>{const s=t;e[s(456)][s(488)]((t=>{const o=s,a=Array[o(432)](n[o(407)]())[o(418)]((t=>i.LiveRange[o(451)](t)));t[o(397)](r),e[o(415)][o(494)](o(431))[o(469)](),e[o(413)](o(431),{forceDefaultExecution:!0});const c=a[o(487)]((t=>o(490)!=t[o(472)][o(421)]));c[o(447)]>0&&t[o(397)](c);for(const t of a)t[o(459)]()}))}));for(const n of[t(426),t(401),t(483),t(440)]){const r=e[t(415)][t(494)](n);r.on(t(406),((n,s,o)=>{const i=t;if(o){const t=e[i(456)][i(464)][i(424)][i(438)]()[i(467)]()[i(399)]((t=>t.is(i(405),i(410))));this[i(412)](r[i(478)],t)||(n[i(473)]=!1,n[i(435)]())}}),{priority:t(471)})}}[oa(446)](){const t=oa,e=this[t(486)][t(415)][t(494)](t(431)),n=this[t(486)][t(481)][t(494)](t(484));if(!e[t(460)])return!1;const r=n[t(468)](this[t(486)][t(456)][t(464)][t(424)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(412)](e,n))return!1;return!0}[oa(412)](t,e){const n=oa,r=this[n(486)][n(481)][n(494)](n(395)),s=this[n(486)][n(456)][n(449)](t),o=this[n(486)][n(456)][n(449)](e),i=new Set,a=new Set;for(const t of r[n(414)]())if((n(477)==t[n(402)]||n(461)==t[n(402)]||n(431)==t[n(425)])&&t[n(398)])for(const e of t[n(407)]())e[n(403)](s,!0)&&i[n(458)](t[n(402)]+":"+t[n(479)].id),e[n(403)](o,!0)&&a[n(458)](t[n(402)]+":"+t[n(479)].id);if(i[n(411)]!=a[n(411)])return!1;for(const t of i)if(!a[n(400)](t))return!1;return!0}}const ua=fa;function la(){const t=["53204mLopdP","nodeAfter","18457527pfWpys","unbindElementFromMarkerName","FORMAT_HEADER_ROW","consume","data","get","consumable","_descriptionFactory","14hcsMAe","markerRange","_splitMarkerName","_enableDefaultAttributesIntegration","formatBlock","_registerLegacyDescription","addMarker:suggestion","highest","showSuggestionHighlights","type","downcastDispatcher","FORMAT_HEADER_COLUMN","includes","53DXqaYy","TableUtils","FORMAT_REGULAR_ROW","removeClass","end","item","getSuggestion","_acceptFormatSuggestionCallbackFactory","commandName","toViewElement","getCellLocation","requires","456LJapvR","removeMarker:suggestion","stop","_handleLegacySuggestions","8292951mDEDUs","*Format:* %0","locale","parent","registerCustomCallback","4220932WCWlEm","editing","headingColumns","7263376MrEyrR","accept","addClass","markerNameToElements","TableEditing","118355gwWKAO","removeAttribute","has","editor","options","createTableWalker","registerDescriptionCallback","mapper","bindElementToMarker","nodeBefore","FORMAT_REGULAR_COLUMN","headingRows","10tAYuMI","cell","TrackChangesEditing","setTableRowHeader","_suggestionFactory","forceValue","2418360uvkmfW","afterInit","writer","data-suggestion","setTableColumnHeader","registerAttributeLabel","commandParams","plugins","activeMarkers","markerName","start","setAttribute","ck-suggestion-marker-","ck-suggestion-marker--active","name","format"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=354]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(919349===-parseInt(n(425))/1*(-parseInt(n(402))/2)+-parseInt(n(386))/3+parseInt(n(360))/4+parseInt(n(368))/5*(-parseInt(n(437))/6)+parseInt(n(412))/7*(parseInt(n(363))/8)+parseInt(n(355))/9*(parseInt(n(380))/10)+-parseInt(n(404))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(436)](){return[ea]}[ua(387)](){const t=ua,e=this[t(371)];if(!e[t(393)][t(370)](t(367)))return;const n=e[t(357)],r=e[t(393)][t(409)](t(382));r[t(415)](t(383),[],[t(379)]),r[t(415)](t(390),[],[t(362)]),r[t(411)][t(391)](t(379),zr(n,t(406))),r[t(411)][t(391)](t(362),zr(n,t(423))),this[t(354)]()}[ua(354)](){const t=ua,e=this[t(371)][t(393)][t(409)](t(382)),n=this[t(371)][t(393)][t(409)](t(426)),r=this[t(371)][t(393)][t(409)](ea)[t(432)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(414)](o[a(395)]),l=e[a(431)](u),f=l[a(408)];if(a(416)!=l[a(421)]||!f||a(390)!=f[a(433)])return;if(o[a(430)])return void s[a(439)]();if(!i[a(410)][a(407)](o[a(413)],s[a(400)]))return;const h=o[a(413)][a(396)][a(403)],g=o[a(413)][a(429)][a(377)],d=h[a(358)][a(358)],{column:p}=n[a(435)](h),{column:m}=n[a(435)](g);for(let s=p;s<=m;s++){const l=n[a(373)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(381)],l=i[a(375)][a(434)](s);i[a(388)][a(365)](a(398)+c,l),r&&i[a(388)][a(397)](a(389),u,l),i[a(375)][a(376)](l,o[a(395)]),t&&(e[a(394)][a(424)](o[a(395)])?i[a(388)][a(365)](a(399),l):i[a(388)][a(428)](a(399),l))}}}}e[t(384)][t(359)](t(416),t(383),t(364),r),e[t(384)][t(359)](t(416),t(390),t(364),r),this[t(371)][t(361)][t(422)].on(t(418),s(),{priority:t(419)}),this[t(371)][t(408)][t(422)].on(t(418),((e,n,r)=>{const o=t;r[o(372)][o(420)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(419)}),this[t(371)][t(361)][t(422)].on(t(438),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(414)](r[o(395)]),c=e[o(431)](a),u=c[o(408)];if(o(416)!=c[o(421)]||!u||o(390)!=u[o(433)])return;const l=s[o(375)][o(366)](r[o(395)]);if(l)for(const t of l)s[o(388)][o(428)](o(398)+i,t),s[o(388)][o(428)](o(399),t),s[o(388)][o(369)](o(389),t),s[o(375)][o(405)](t,r[o(395)])}),{priority:t(419)}),this[t(417)]()}[ua(417)](){const t=ua,e=this[t(371)],n=e[t(357)];function r(e){const r=t;return{type:r(401),content:zr(n,r(356),e)}}e[t(393)][t(409)](t(382))[t(411)][t(374)]((e=>{const s=t;if(s(416)!=e[s(421)])return;const{data:o}=e;if(o){if(s(383)==o[s(433)]){const t=o[s(392)][0][s(385)];return r(zr(n,s(t?406:427)))}if(s(390)==o[s(433)]){const t=o[s(392)][0][s(385)];return r(zr(n,s(t?423:378)))}}}))}}const ga=pa;function da(){const t=["getChangedMarkers","tablePasteCell","editingDowncast","entries","endColumn","ck-suggestion-marker--active","startsWith","ck-suggestion-marker-insertion","get","discard","createRangeOn","batch","fill","hasSuggestion","markerName","move","containsRange","element","cell","_splitMarkerName","from","last","options","formatBlock","call","insertRows","cells","suggestion:formatBlock:tablePasteCell","high","407788oTrLUN","removeRows","tableCellVerticalAlignment","trackChanges","TableUtils","getRows","getAttributes","author","commands","insertionRanges","length","setAttribute","remove","_descriptionFactory","416927cOaPKy","createElement","getSelectionAffectedTableCells","getTableIfOnlyTableInContent","getChild","getColumns","map","nodeAfter","previousSibling","213340XoawSO","push","columns","selection","tableCellBackgroundColor","suggestion-td","getRange","4BBhxvX","16AJWeMt","updateMarker","redo","activeMarkers","createTableWalker","insert","dataDowncast","insertColumns","findAncestor","deletion","schema","getSuggestions","position","createRangeIn","3414906rEPDGs","includes","model","listenTo","documentSelection","locale","add","columnInsertionIndexes","_createdBatches","setAttributes","15882kLLTOq","getChildren","tableCellBorderColor","markMultiRangeInsertion","find","suggestionLoaded","createPositionBefore","oldRange","markers","insertContent","accept","next","start","getChanges","editing","isInContent","editor","unwrap","suggestionUnloaded","getRanges","markMultiRangeBlockFormat","suggestion","tablePasteRow","has","registerCustomCallback","register","*Replace table cells*","differ","plugins","getSuggestion","return","clipboardOutput","Users","tablePasteChainId","fromRange","document","391518EFJMPJ","forceDefaultExecution","tablePasteColumn","newRange","tableCellSuggestion","getColumnIndexes","type","stop","fromEntries","view","rowInsertionIndexes","tableCellPadding","conversion","first","11zRIObu","rootName","markerToHighlight","createRange","for","afterInit","TrackChangesEditing","isEqual","column","wrap","filter","_suggestionFactory","removeColumns","set","change","getAllAdjacentSuggestions","_getCoordsForCells","low","registerDescriptionCallback","table","markerAttributes","getContainedElement","removeMarkers","215SbBaYL","_tablePostFixingSubtypes","previous","ck-suggestion-marker","value","showSuggestionHighlights","tableCellHorizontalAlignment","removeMarker","elementToElement","markMultiRangeDeletion","rows","join","tableCellBorderStyle","167879gtuncD","tablePaste","getItems","paragraph","keys","insertion","requires","attributes","deletionRanges","end","getRowIndexes","row","reduce","every","rowInsertionRanges","endRow","tableCellBorderWidth","tableCell","isEmpty","root","name","registerPostFixer","TableClipboard","_replaceTableSlotCell","columnInsertionRanges","forEach","nextSibling","_isForcedDefaultExecutionBlock","getSuggestionCallback","some","$graveyard","getMarkers","detach","getShiftedBy","content","subType"];return(da=function(){return t})()}function pa(t,e){const n=da();return(pa=function(t,e){return n[t-=196]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(196492===parseInt(n(262))/1*(parseInt(n(357))/2)+parseInt(n(212))/3+-parseInt(n(327))/4+-parseInt(n(249))/5*(-parseInt(n(382))/6)+-parseInt(n(341))/7*(-parseInt(n(358))/8)+-parseInt(n(372))/9+parseInt(n(350))/10*(-parseInt(n(226))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);const ma=[ga(278),ga(384),ga(261),ga(255),ga(329),ga(354),ga(223)],Ia=Object[ga(220)](ma[ga(347)]((t=>[t,null])));class Ea extends t.Plugin{static get[ga(268)](){return[ea]}[ga(231)](){const t=ga,n=this[t(398)];if(!n[t(204)][t(199)](t(284)))return;const r=n[t(204)][t(306)](t(232)),s=n[t(204)][t(306)](t(331)),o=n[t(204)][t(306)](ea),a=n[t(204)][t(306)](t(284));o[t(250)][t(351)](t(198),t(214)),n[t(374)][t(368)][t(201)](t(216),{allowIn:t(279),allowContentOf:t(279),isLimit:!0}),n[t(224)][t(257)]({model:t(216),view:t(355)});let c=null;n[t(374)].on(t(391),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(337)]-1];h&&h[u(213)]||r[u(289)]||this[u(398)][u(335)][u(306)](u(330))[u(253)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(376)))return!1;const i=s[o(344)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(343)](n[o(211)][o(353)]);if(!a[o(337)])return!1;const c=a[0][o(366)](o(245)),l=r[o(272)](a),f=r[o(217)](a),h={startRow:l[o(225)],endRow:l[o(319)],startColumn:f[o(225)],endColumn:f[o(319)]};return 1==a[o(337)]&&(h[o(277)]+=r[o(332)](i)-1,h[o(302)]+=r[o(346)](i)-1),Ta(c,h,r)}(l,f,n[u(374)],s,a)&&(o[u(219)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(374)][u(240)]((()=>{const t=u;n[t(374)][t(391)](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(337)]&&r[t(385)](o,t(198),{tablePasteChainId:s}),a[t(337)]&&r[t(385)](a,t(214),{tablePasteChainId:s}),l[t(337)]&&(r[t(385)](l,t(263),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(287)]((e=>{const n=t;var r;return null===(r=e[n(294)])||void 0===r?void 0:r[n(322)](e)}))),f[t(337)]&&(r[t(258)](f,t(263),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(287)]((e=>{const n=t;var r;return null===(r=e[n(294)])||void 0===r?void 0:r[n(322)](e)})));const g=r[t(196)](h[t(347)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(299),{tablePasteChainId:s});if(g){const e=g[t(293)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(374)][t(308)](s),a=e[t(386)]((e=>e[t(356)]()[t(233)](i)));a&&r[t(351)]([a[t(282)],o])}r[t(337)]&&g[t(338)](t(246),Object[t(220)](r))}c=null})))}),{priority:e.priorities[t(326)]+10}),n[t(204)][t(306)](t(284)).on(t(285),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(219)]();const u=s[r(316)],l=o,f=ba(u),h=ba(l);e[r(206)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(339)](u[r(345)](0));for(const t of Array[r(318)](l[r(383)]()))a[r(363)](t,u,r(271));const t=c[r(222)][r(373)](s[r(273)]),e=c[r(379)][r(373)](s[r(234)]);t||e||(g=i.LiveRange[r(210)](a[r(371)](u)))}else h&&!f&&(d=a[r(371)](u));else{const t=a[r(342)](r(216)),e=a[r(342)](r(216));a[r(235)](a[r(371)](u),e),a[r(363)](t,u,0);for(const e of Array[r(318)](l[r(383)]()))a[r(363)](e,t,r(271));g=i.LiveRange[r(210)](a[r(308)](t)),d=i.LiveRange[r(210)](a[r(308)](e))}const p=Array[r(318)](l[r(333)]())[r(236)]((([t])=>ma[r(373)](t)));c[r(324)][r(351)]({element:u,attributes:p[r(337)]?Object[r(220)](p):null}),g&&c[r(336)][r(351)](g),d&&c[r(270)][r(351)](d)}),{priority:t(326)}),s.on(t(365),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(352)]||1;c[o(379)]=new Array(l)[o(310)](u)[o(347)](((t,e)=>t+e));for(const{cell:t}of s[o(362)](i,{startColumn:u,endColumn:u+l-1}))c[o(286)][o(351)](n[o(374)][o(308)](t))}),{priority:t(243)}),s.on(t(323),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(259)]||1;c[o(222)]=new Array(l)[o(310)](u)[o(347)](((t,e)=>t+e));for(const{cell:t}of s[o(362)](i,{startRow:u,endRow:u+l-1}))c[o(276)][o(351)](n[o(374)][o(308)](t))}),{priority:t(243)}),r[t(340)][t(244)]((e=>{const r=t;if(e[r(297)]&&e[r(297)][r(304)](r(263)))return e[r(251)]?{}:{type:r(267),content:zr(n[r(377)],r(202))}}));const u=()=>!1;for(const e of[t(263),t(214),t(198),t(299)])r[t(237)][t(200)](t(267),e,t(260),u),r[t(237)][t(200)](t(367),e,t(260),u),r[t(237)][t(200)](t(321),e,t(260),u);r[t(237)][t(200)](t(321),t(299),t(307),u),r[t(237)][t(200)](t(321),t(299),t(392),((e,r,s)=>{const o=t,i=e[o(347)]((t=>t[o(247)]()))[o(236)]((t=>t)),a=new Map(i[o(347)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(324)])e&&a[o(239)](t,e);else if(s&&s[o(246)])for(const[t,e]of Object[o(301)](s[o(246)])){const r=n[o(374)][o(390)][o(306)](t),s=r?r[o(356)]()[o(247)]():null;s&&a[o(239)](s,e)}n[o(374)][o(240)]((t=>{const e=o;for(const[n,r]of a)t[e(381)]({...Ia,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(237)][o(200)](e,o(263),s,((t,i,a)=>{const c=o;n[c(374)][c(240)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(394)][o(348)];t.is(o(315),o(216))&&u[o(351)](t)}r[o(237)][o(290)](e,null,s)(t,i,a);for(const t of u)o(292)!=t[o(281)][o(227)]&&n[o(399)](t)}))}))};l(t(267),t(392)),l(t(267),t(307)),l(t(367),t(392)),l(t(367),t(307)),r[t(237)][t(200)](t(267),t(198),t(307),(e=>{const n=t,r=e[n(347)]((t=>t[n(247)]())),i=r[0][n(366)](n(245)),{minRow:a,maxRow:c}=o[n(242)](r);s[n(328)](i,{at:a,rows:c-a+1})})),r[t(237)][t(200)](t(267),t(214),t(307),(e=>{const n=t,r=e[n(347)]((t=>t[n(247)]())),i=r[0][n(366)](n(245)),{minColumn:a,maxColumn:c}=o[n(242)](r);s[n(238)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(297)]||!n[s(297)][s(304)](s(263)))return;const o=n[s(269)][s(209)],i=r[s(369)]()[s(236)]((t=>t[s(397)]&&t[s(269)]&&t[s(269)][s(209)]==o));i[s(337)]&&n[s(241)]()[s(337)]!=i[s(337)]&&i[s(274)](((t,e)=>(t[s(393)]=e,e[s(251)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(317)](e[s(312)]),i=[s(252),s(305)],a=r[s(361)][s(373)](e[s(312)]);return a&&i[s(351)](s(303)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(387),f,{priority:t(326)}),r.on(t(400),f,{priority:t(326)}),n[t(374)][t(211)][t(283)]((()=>{const e=t;let s=!1;const o=Array[e(318)](n[e(374)][e(211)][e(203)][e(298)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(317)](t);if(e(197)!=o||e(367)!=a||i[e(389)])continue;if(!r[e(311)](c))continue;const u=r[e(205)](c)[e(401)](),l=n[e(204)][e(306)](e(208)).me;for(const t of r[e(369)]())if(t[e(397)]&&t[e(334)]==l&&e(321)==t[e(218)]&&e(299)==t[e(297)]&&t[e(401)]()[e(275)]((t=>u[e(291)]((n=>n[e(314)](t,!0))))))for(const n of t[e(241)]())n[e(397)]&&(n[e(307)](),s=!0)}return s})),n[t(374)][t(211)][t(283)]((e=>{const s=t,o=n[s(335)][s(306)](s(360));if(!o||!o[s(380)][s(199)](e[s(309)]))return!1;let i=!1;const a=n[s(204)][s(306)](s(208)).me,c=n[s(374)][s(211)][s(203)][s(395)](),u=Array[s(318)](n[s(374)][s(211)][s(203)][s(298)]())[s(236)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(317)](t);return n(197)==o&&n(263)==i&&c==a.id&&!e[n(389)]}));for(const t of c){if(s(363)!=t[s(218)]||s(216)!=t[s(282)]||1!=t[s(337)])continue;const n=e[s(229)](t[s(370)],t[s(370)][s(295)](1));if(!u[s(386)]((({data:t})=>t[s(215)][s(233)](n))))for(const{name:t,data:r}of u)if(n[s(314)](r[s(215)])){e[s(359)](t,{range:n}),i=!0;break}}return i})),n[t(374)][t(211)][t(283)]((e=>{const s=t;let o=!1;const i=n[s(204)][s(306)](s(208)).me,a=r[s(369)]()[s(236)]((t=>t[s(397)]&&t[s(334)]==i)),c=new Set,u=new Set;for(const t of a)if(s(263)==t[s(297)])for(const e of t[s(293)]()){const n=e[s(356)]()[s(247)]();if(n)if(n.is(s(315),s(216))&&ba(n)){t[s(256)](e[s(282)]),c[s(378)](n),o=!0;const r=n[s(288)],i=n[s(349)],a=r&&r.is(s(315),s(216)),l=i&&i.is(s(315),s(216));a&&!c[s(199)](r)&&u[s(378)](r),l&&!c[s(199)](i)&&u[s(378)](i)}else n.is(s(315),s(265))&&n[s(280)]&&(t[s(256)](e[s(282)]),o=!0)}else if(s(299)==t[s(297)]){if(!t[s(269)]||!t[s(269)][s(209)])continue;const e=t[s(269)][s(246)];if(e&&Object[s(266)](e)[s(337)])continue;const n=t[s(269)][s(209)];let r=!0,i=!0;for(const e of a)if(e[s(297)]&&e[s(297)][s(304)](s(263))){if(!e[s(269)][s(209)]){i=!1;break}if(e.id!=t.id&&e[s(269)][s(209)]==n){r=!1;break}}i&&r&&(t[s(248)](),o=!0)}for(const t of c)e[s(339)](t);for(const t of u)e[s(399)](t);return o})),n[t(224)][t(230)](t(300))[t(228)]({model:t(325),view:(t,e)=>h(t),converterPriority:t(326)}),n[t(224)][t(230)](t(364))[t(228)]({model:t(325),view:(e,n)=>n[t(320)][t(254)]?h(e,!1):null,converterPriority:t(326)});const g=n[t(396)][t(221)];this[t(375)](g[t(211)],t(207),((e,n)=>{const r=t,s=[];for(const t of g[r(371)](n[r(296)])[r(264)]())t.is(r(315),r(355))&&s[r(351)](t);g[r(240)]((t=>{const e=r;for(const n of s)t[e(313)](t[e(371)](n),t[e(388)](n)),t[e(339)](n)}))}))}}function ba(t){const e=ga;if(t[e(280)])return!0;const n=t[e(345)](0);return n.is(e(315),e(265))&&n[e(280)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(362)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=ya;function ya(t,e){const n=Aa();return(ya=function(t,e){return n[t-=272]})(t,e)}function Aa(){const t=["commandParams","693TZKkXY","getContainedElement","10LGJPpr","type","_descriptionFactory","discard","has","getSelectedElement","plugins","64258AUweAl","5vLjUSa","3070827WcTOak","TableColumnResizeEditing","author","locale","bind","Users","change","29384wzzDBo","handleResizeTableWidthCommand","resizeTableWidth","accept","document","model","enableCommand","format","selection","get","4463358StLPSS","subType","columnWidths","TrackChangesEditing","formatBlock","resizeTable","afterInit","getSuggestions","3659712ycluXN","2808639kihbPY","registerCustomCallback","getColumnGroupElement","editor","markBlockFormat","formatInline","registerDescriptionCallback","table","4169pKQBeP","tableWidth","90660fdNsWS","data","getSuggestionCallback","_suggestionFactory","getTableColumnsWidths","formatGroupId","*Format:* resize table","handleSuggestionDescription","10XLNrDs","getAttribute"];return(Aa=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(757809===-parseInt(n(277))/1*(-parseInt(n(284))/2)+parseInt(n(312))/3+parseInt(n(311))/4+parseInt(n(285))/5*(parseInt(n(303))/6)+-parseInt(n(275))/7*(-parseInt(n(293))/8)+-parseInt(n(286))/9*(-parseInt(n(272))/10)+-parseInt(n(320))/11*(parseInt(n(322))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);class ka extends t.Plugin{[_a(309)](){const t=_a;if(!this[t(315)][t(283)][t(281)](t(287)))return;const e=this[t(315)][t(283)][t(302)](t(306));e[t(299)](t(295),this[t(294)][t(290)](this)),e[t(325)][t(313)](t(307),t(308),t(296),e[t(325)][t(324)](t(307),null,t(280))),e[t(325)][t(313)](t(307),t(308),t(280),e[t(325)][t(324)](t(307),null,t(296))),e[t(279)][t(318)](this[t(329)][t(290)](this))}[_a(294)](t,e){const n=_a,r=this[n(315)][n(283)][n(302)](n(306)),s=this[n(315)][n(283)][n(302)](n(287)),o=e[n(319)]||this[n(315)][n(298)][n(297)][n(301)][n(282)]();this[n(315)][n(298)][n(292)]((()=>{const i=n,a=s[i(314)](o);let c=a?s[i(326)](a):null,u=o[i(273)](i(321))||null;const l=e[i(321)]||u,f=e[i(305)]||c,h=this[i(315)][i(283)][i(302)](i(291)).me;for(const t of r[i(310)]()){const e=t[i(276)]();if(i(308)===t[i(304)]&&e===o){t[i(288)]!==h&&t[i(280)]();const e=t[i(323)][i(274)];u=e[0][i(321)],c=e[0][i(305)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(316)](o,{commandName:i(295),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(308)},[],i(308))}))}[_a(329)](t){const e=_a;if(e(307)!=t[e(278)]&&e(317)!=t[e(278)])return;const{data:n}=t;if(n&&e(308)===n[e(327)]){const t=e(328);return{type:e(300),content:zr(this[e(315)][e(289)],t)}}}}function Ca(){const t=["TrackChangesEditing","get","32ycKqXo","153ksMEic","1335755dqwDIt","4552876tcUZfG","1217209WquUXi","Template","editor","2060304jGHJPH","afterInit","1511890wZdXaB","enableCommand","has","plugins","174vlHvLX","insertTemplate","13933iEWUUc","2311197XhWNgc"];return(Ca=function(){return t})()}const Na=Ra;function Ra(t,e){const n=Ca();return(Ra=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(635589===parseInt(n(351))/1*(parseInt(n(368))/2)+parseInt(n(352))/3+parseInt(n(358))/4+-parseInt(n(357))/5+-parseInt(n(362))/6+parseInt(n(359))/7*(parseInt(n(355))/8)+parseInt(n(356))/9*(-parseInt(n(364))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ca);class Sa extends t.Plugin{[Na(363)](){const t=Na,e=this[t(361)];e[t(367)][t(366)](t(360))&&e[t(367)][t(354)](t(353))[t(365)](t(369))}}function La(t,e){const n=Ma();return(La=function(t,e){return n[t-=122]})(t,e)}const va=La;function Ma(){const t=["13252414rLfUfJ","78648IBIimV","5278610uvxHLY","enableCommand","locale","commands","40372572UeRHag","375iUdogw","get","11wWxsTT","12605ZmiYgl","414qEGtKV","_descriptionFactory","TrackChangesEditing","3257GKrDsF","ELEMENT_TABLE_OF_CONTENTS","insertTableOfContents","afterInit","plugins","editor","registerElementLabel","622sqbidH","tableOfContents","9448OKWmtP","4074ybsncN"];return(Ma=function(){return t})()}!function(t,e){const n=La,r=t();for(;;)try{if(991962===parseInt(n(140))/1*(parseInt(n(122))/2)+parseInt(n(133))/3*(parseInt(n(124))/4)+parseInt(n(136))/5*(-parseInt(n(125))/6)+-parseInt(n(126))/7+parseInt(n(127))/8*(parseInt(n(137))/9)+-parseInt(n(128))/10*(parseInt(n(135))/11)+parseInt(n(132))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class wa extends t.Plugin{[va(143)](){const t=va,e=this[t(145)];if(!e[t(131)][t(134)](t(142)))return;e[t(144)][t(134)](t(139))[t(129)](t(142));const n=e[t(144)][t(134)](t(139)),r=e[t(130)];n[t(138)][t(146)](t(123),(e=>zr(r,t(141),e)))}}const Oa=Da;function Da(t,e){const n=Pa();return(Da=function(t,e){return n[t-=226]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(197415===parseInt(n(261))/1+-parseInt(n(257))/2*(-parseInt(n(254))/3)+parseInt(n(260))/4*(parseInt(n(247))/5)+parseInt(n(251))/6+-parseInt(n(269))/7*(parseInt(n(270))/8)+parseInt(n(265))/9*(-parseInt(n(230))/10)+parseInt(n(259))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pa);class Fa extends t.Plugin{[Oa(233)](){const t=Oa,e=this[t(246)];if(!e[t(268)][t(241)](t(243)))return;const n=e[t(268)][t(238)](t(236));n[t(239)][t(244)](t(267),(()=>zr(e[t(240)],t(253)))),e[t(258)][t(255)][t(226)]((r=>{const s=t;let o=!1;const i=Array[s(227)](e[s(258)][s(255)][s(229)][s(262)]());for(const{name:t,data:a}of i){const{group:i}=n[s(242)](t);if(s(256)!==i||!a[s(250)])continue;const c=a[s(250)],u=c[s(237)][s(245)];if(!u||!u.is(s(248),s(267)))continue;if(!c[s(228)][s(234)](c[s(237)]))continue;const l=e[s(258)][s(231)][s(263)](c[s(237)],s(232));if(l&&l[s(235)]){const e=r[s(266)](c[s(228)],l[s(228)]);e[s(264)](c)||(r[s(249)](t,{range:e}),o=!0)}o||(r[s(252)](t),o=!0)}return o}))}}function Pa(){const t=["TrackChangesEditing","end","get","_descriptionFactory","locale","has","_splitMarkerName","Title","registerElementLabel","nodeBefore","editor","92365MiWAKF","element","updateMarker","newRange","470166wevrhd","removeMarker","ELEMENT_TITLE","80538PWCqGD","document","suggestion","4ZPMhcj","model","844833IwJYsn","68XspvFA","121138rWMuqJ","getChangedMarkers","getNearestSelectionRange","isEqual","1213659TVfFJf","createRange","title-content","plugins","727461ZcOzOO","24uzNDLh","registerPostFixer","from","start","differ","10gKvLQs","schema","forward","afterInit","isTouching","isCollapsed"];return(Pa=function(){return t})()}function xa(){const t=["editor","redo","10bVVFGN","TrackChangesEditing","18168jEobwK","827764PHcYdd","84VbQjGA","666855pvVzaU","enableCommand","get","22680xviijB","3517263yuEzrh","891816iLMGnm","plugins","afterInit","has","111253ApJqjD","UndoEditing","undo"];return(xa=function(){return t})()}const Ba=Ua;function Ua(t,e){const n=xa();return(Ua=function(t,e){return n[t-=280]})(t,e)}!function(t,e){const n=Ua,r=t();for(;;)try{if(124855===-parseInt(n(286))/1+parseInt(n(291))/2*(parseInt(n(280))/3)+-parseInt(n(294))/4+-parseInt(n(296))/5+parseInt(n(293))/6*(parseInt(n(295))/7)+parseInt(n(282))/8+parseInt(n(281))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class ja extends t.Plugin{[Ba(284)](){const t=Ba,e=this[t(289)],n=e[t(283)][t(298)](t(292));e[t(283)][t(285)](t(287))&&(n[t(297)](t(288)),n[t(297)](t(290)))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=402]})(t,e)}function Ha(){const t=["4rRyZYY","12616512KtYUnR","131117WnLfBi","779471bDxknZ","20pgBpCe","55wyIHCE","TrackChangesEditing","has","plugins","enableCommand","toggleTableCaption","87560PFmIvx","editor","requires","207wKieuh","12WdkXaC","91203kwwFJi","78160MQSKnp","TableCaptionEditing","get","afterInit","197832RnFinZ"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(157167===parseInt(n(419))/1*(-parseInt(n(403))/2)+-parseInt(n(402))/3+-parseInt(n(420))/4*(parseInt(n(408))/5)+parseInt(n(418))/6*(-parseInt(n(405))/7)+-parseInt(n(414))/8*(parseInt(n(417))/9)+parseInt(n(407))/10*(-parseInt(n(406))/11)+parseInt(n(404))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{static get[Ga(416)](){return[ea]}[Ga(423)](){const t=Ga,e=this[t(415)];e[t(411)][t(410)](t(421))&&e[t(411)][t(422)](t(409))[t(412)](t(413))}}const Wa=Ka;function Xa(){const t=["registerDescriptionCallback","27ICOIGI","tableCellWidth","TrackChangesEditing","8826ixlvSR","format","TableCellPropertiesEditing","data","handleSuggestionDescription","registerCustomCallback","enqueueChange","tableWidth","has","8913pNnpOy","900430KzVvnc","74208PYNUck","455TJGXXs","getFirstPosition","2959LeEcjy","TrackChangesTableProperties","tableCellVerticalAlignment","batch","change","model","removeAttribute","tableBackgroundColor","tableBorderColor","commandParams","TablePropertiesEditing","afterInit","1855azSnkP","tableCellBorderStyle","markBlockFormat","table","setAttribute","*Format:* change table properties","get","discard","findAncestor","pluginName","subType","_getSuggestion","356011SgQJZe","44KcDnLm","tableCellHeight","editor","tableCellPadding","tableAlignment","nodeAfter","TableUtils","plugins","tableCellHorizontalAlignment","getSuggestions","selection","tableBorderStyle","getAttribute","636804KOnakR","handleDiscardAction","getSelectionAffectedTableCells","tableProperties","tableBorderWidth","_handlePropertyChange","tableCellBorderColor","tableCellBackgroundColor","start","tableCellProperties","locale","getSuggestionCallback","getContainedElement","enableCommand","*Format:* change table cell properties","_descriptionFactory","39736cUMdAH","accept","join","tableCellBorderWidth","document","formatBlock","tableHeight","_suggestionFactory"];return(Xa=function(){return t})()}function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=Ka,r=t();for(;;)try{if(463387===-parseInt(n(532))/1+-parseInt(n(546))/2+parseInt(n(503))/3*(-parseInt(n(533))/4)+parseInt(n(520))/5*(-parseInt(n(494))/6)+parseInt(n(506))/7*(parseInt(n(562))/8)+parseInt(n(491))/9*(-parseInt(n(504))/10)+parseInt(n(508))/11*(parseInt(n(505))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{constructor(t){const e=Ka;super(t),this[e(549)]=[e(516),e(544),e(550),e(537),e(501),e(488),e(515)],this[e(555)]=[e(552),e(521),e(565),e(536),e(492),e(534),e(553),e(541),e(510)]}static get[Wa(529)](){return Wa(509)}[Wa(519)](){const t=Wa,e=this[t(535)][t(540)][t(526)](t(493));if(this[t(535)][t(540)][t(502)](t(518))){for(const n of this[t(549)])e[t(559)](n,((e,r)=>{const s=t,o=this[s(535)][s(513)][s(486)][s(543)][s(507)]()[s(528)](s(523));this[s(551)](n,[o],this[s(549)],s(549),e,r)}));e[t(489)][t(499)](t(487),t(549),t(563),e[t(489)][t(557)](t(487),null,t(527))),e[t(489)][t(499)](t(487),t(549),t(527),((e,n)=>this[t(547)](this[t(549)],e,n))),e[t(489)][t(499)](t(487),t(549),t(564),(()=>!1))}if(this[t(535)][t(540)][t(502)](t(496))){for(const n of this[t(555)])e[t(559)](n,((e,r)=>{const s=t,o=this[s(535)][s(540)][s(526)](s(539))[s(548)](this[s(535)][s(513)][s(486)][s(543)]);this[s(551)](n,o,this[s(555)],s(555),e,r)}));e[t(489)][t(499)](t(487),t(555),t(563),e[t(489)][t(557)](t(487),null,t(527))),e[t(489)][t(499)](t(487),t(555),t(527),((e,n)=>this[t(547)](this[t(555)],e,n))),e[t(489)][t(499)](t(487),t(555),t(564),(()=>!1))}e[t(561)][t(490)]((e=>this[t(498)](e)))}[Wa(551)](t,e,n,r,s,o){const i=Wa,a=this[i(535)][i(540)][i(526)](i(493));this[i(535)][i(513)][i(500)](o[i(511)],(()=>{const t=i;for(const i of e)if(this[t(531)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(545)](r);void 0!==n&&(e[r]=n)}s(o),a[t(522)](i,{commandParams:[e]},[],r)}}))}[Wa(547)](t,e,n){const r=Wa,s=e[0][r(554)][r(538)],o=n[r(517)][0];this[r(535)][r(513)][r(512)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(524)](r,o[r],s):e[n(514)](r,s)}))}[Wa(498)](t){const e=Wa;if(t[e(497)])switch(t[e(530)]){case e(549):return{type:e(495),content:zr(this[e(535)][e(556)],e(525))};case e(555):return{type:e(495),content:zr(this[e(535)][e(556)],e(560))}}}[Wa(531)](t,e){const n=Wa,r=this[n(535)][n(540)][n(526)](n(493));for(const s of r[n(542)]({skipNotAttached:!0})){const r=s[n(558)]();if(s[n(530)]===e&&r===t)return s}return null}}var Ja=Function.prototype,Qa=Object.prototype,Ya=Ja.toString,Za=Qa.hasOwnProperty,$a=Ya.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Za.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ya.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Y?Y.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ze(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=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 ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(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),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const gc=function(t){return hc(cc(t,void 0,oc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Zt(t,sn(t),n),r&&(n=Kn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n}));function dc(t,e){const n=kc();return(dc=function(t,e){return n[t-=493]})(t,e)}const pc=dc;!function(t,e){const n=dc,r=t();for(;;)try{if(216062===parseInt(n(823))/1+-parseInt(n(813))/2*(parseInt(n(612))/3)+-parseInt(n(607))/4*(parseInt(n(710))/5)+parseInt(n(649))/6*(parseInt(n(683))/7)+parseInt(n(808))/8*(-parseInt(n(664))/9)+parseInt(n(503))/10*(parseInt(n(799))/11)+-parseInt(n(874))/12*(-parseInt(n(521))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(kc);const mc=pc(616);class Ic extends t.Plugin{static get[pc(554)](){return[pc(763),o.Users,t.PendingActions,Yr,ns,as,fs,Ts,ms,ks,Ls,Bs,$s,so,uo,go,Io,Ao,Ro,vo,Fo,Ho,Uo,Ko,Yo,ei,ci,pi,oi,Vs,Xs,bi,Ai,Ri,vi,Pi,ji,zi,Ji,$i,ea,ca,ha,za,Ea,ka,wa,qa,Sa,Fa,ja]}static get[pc(684)](){return pc(724)}constructor(t){const e=pc;function n(t){const e=dc;return t[e(801)]((t=>String[e(820)](t)))[e(769)]("")}super(t),this[e(643)]=!1,this[e(729)](e(560),[]),this.on(e(621),((n,r,s,o)=>{const i=e;this[i(893)][i(637)]((()=>{const e=i;for(const n of[...o,...s])this[e(893)][e(924)][e(780)](n)&&t[e(789)][e(853)](n)}))})),this[e(574)]=new qr(this[e(611)][e(555)][e(841)],this[e(611)][e(713)]),this[e(632)]=null,this[e(702)]=new Ec(this[e(611)]),this[e(758)]=new Map,this[e(830)]=t[e(597)][e(514)](e(763)),this[e(576)]=new Set,this[e(893)]=this[e(611)][e(555)],this[e(707)]=new WeakMap,this[e(876)]=!1,this[e(759)]=new Set([e(616)]),this[e(660)]=new Set,t[e(863)][e(541)](e(903),e(852)),this[e(905)]=t[e(863)][e(514)](e(903)),t[e(863)][e(541)](e(716),!0),this[e(882)]=t[e(863)][e(514)](e(716)),this[e(790)]=new l(t,this[e(576)]),this[e(573)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,54,51,54])}[pc(723)](){const t=pc,n=this[t(611)],r=(e,n)=>{const r=t;if(r(803)!=e)return r(701)+e;const s=n[r(625)]("|")[0];return this[r(864)](s)?r(600):r(557)};n[t(532)][t(904)](t(865))[t(817)]({model:t(642),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(781)](e[n(658)]),a=[n(796),r(o,i)];let c=3e3;return this[n(560)][n(667)](e[n(658)])&&(a[n(676)](n(868)),c=3010),n(765)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(532)][t(904)](t(647))[t(523)]((e=>{const r=t;e.on(r(703),((t,e,s)=>{const o=r;if(!s[o(646)][o(766)])return;const i=e[o(547)];if(!i)return;const c=s[o(862)][o(736)](i);n[o(555)][o(841)][o(697)](i)&&c&&!c[o(641)](o(524))&&c.is(o(787))&&(0,a.toWidget)(c,s[o(537)])}),{priority:r(778)})})),n[t(532)][t(904)](t(647))[t(817)]({model:t(642),view:(e,n)=>{const s=t;if(!n[s(646)][s(766)])return null;const{type:o,subType:i}=this[s(781)](e[s(658)]);return{classes:[s(796),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(547)])return;const{id:c}=this[a(781)](o[a(658)]);if(r){const t=this[a(758)][a(514)](c),e=this[a(908)](t);if(!this[a(864)](e))return}if(o[a(547)].is(a(505)))return void i[a(689)][a(592)](o[a(547)],s[a(601)]);const u=i[a(862)][a(736)](o[a(547)]);if(o[a(547)].is(a(715))&&n[a(555)][a(841)][a(831)](o[a(547)])&&!u[a(641)](a(549))){i[a(537)][a(764)]([a(796),a(600)],u),i[a(537)][a(502)](a(520),c,u),i[a(862)][a(623)](u,o[a(658)]),e&&(this[a(560)][a(667)](o[a(658)])?i[a(537)][a(764)](a(868),u):i[a(537)][a(848)](a(868),u));for(const t of n[a(555)][a(615)](o[a(547)])[a(569)]())i[a(689)][a(592)](t,s[a(601)]);i[a(689)][a(592)](o[a(547)],s[a(601)])}};n[t(532)][t(904)](t(647))[t(523)]((e=>{const n=t;e.on(n(528),((t,e,r)=>{const o=n;r[o(646)][o(766)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(580)})})),n[t(532)][t(904)](t(647))[t(523)]((e=>{const n=t;e.on(n(870),((t,e,r)=>{const o=n;r[o(646)][o(766)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(580)})})),n[t(532)][t(904)](t(647))[t(775)]({model:t(642),view:(e,n)=>n[t(646)][t(766)]?null:{group:t(642),name:e[t(926)](11)}}),n[t(532)][t(904)](t(513))[t(869)]({view:{name:t(642),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(866)+e[r(824)](r(596))+":"+e[r(824)]("id");return e[r(824)](r(835))&&(s+=":"+e[r(824)](r(835))),n[r(496)](r(606),{"data-name":s})}}),n[t(532)][t(904)](t(513))[t(726)]({view:t(642)}),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(528),s(),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(870),s({isAttributeSuggestion:!0}),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(896),((t,e,r)=>{const s=n,o=r[s(862)][s(515)](e[s(658)]);if(o)for(const t of o)t[s(641)](s(549))||(r[s(537)][s(848)]([s(796),s(600),s(868)],t),r[s(537)][s(568)](s(520),t),r[s(862)][s(916)](t,e[s(658)]))}),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(608),((t,e,r)=>{const s=n,o=r[s(862)][s(515)](e[s(658)]);if(!o)return;const{id:i}=this[s(781)](e[s(658)]),a=this[s(758)][s(514)](i),c=this[s(908)](a);if(this[s(864)](c))for(const t of o)t[s(641)](s(549))||(r[s(537)][s(848)]([s(796),s(600),s(868)],t),r[s(537)][s(568)](s(520),t),r[s(862)][s(916)](t,e[s(658)]))}),{priority:n(778)})})),n[t(555)][t(501)][t(760)]((e=>{const r=t;let s=!1;const o=Array[r(700)](n[r(555)][r(501)][r(583)][r(883)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(781)](t);if(r(642)!==o)continue;const h=this[r(758)][r(514)](f);if(null!=c[r(500)]){r(594)==u&&(s=s||_c(c[r(500)],t,e,n[r(555)][r(841)]));const o=r(803)==u&&this[r(864)](l[r(625)]("|")[0]);if(c[r(500)][r(822)]||r(774)==c[r(500)][r(858)][r(648)]||r(534)==u&&!Ac(c[r(500)])||o&&!Ac(c[r(500)])||r(765)==u&&(Tc(a=c[r(500)])||function(t){const e=r;return t[e(730)][e(805)]==t[e(604)][e(544)]&&t[e(730)][e(888)]}(a)))e[r(793)](t),s=!0;else{if(!h||!h[r(634)])continue;i[r(523)](h)}}}var a;return i[r(810)]>0&&(s=!!this[r(719)](i)||s),s})),n[t(555)][t(501)][t(760)]((e=>{const r=t;let s=!1;for(const t of n[r(555)][r(501)][r(583)][r(879)]())if(r(735)==t[r(855)])for(const t of this[r(758)][r(794)]()){if(t[r(614)]||!t[r(634)])continue;const o=r(534)==t[r(855)],i=this[r(908)](t),a=i&&this[r(864)](i);if(!o&&!a)continue;const c=t[r(867)]();if(c[r(730)][r(805)]!=c[r(604)][r(805)]&&!c[r(604)][r(888)]){const o=n[r(555)][r(673)](c[r(730)][r(670)],r(604)),i=n[r(555)][r(797)](c[r(730)],o);e[r(915)](t[r(582)](),{range:i}),s=!0}}return s})),n[t(555)][t(501)][t(760)]((e=>this[t(816)](e))),n[t(555)][t(501)][t(760)]((e=>!e[t(909)][t(827)]&&this[t(837)](e))),n[t(555)].on(t(653),(()=>{this[t(643)]=!1})),n[t(555)][t(501)].on(t(871),((r,s)=>{const o=t;if(!s[o(827)]||s[o(840)])return;if(!this[o(643)])return;const i=n[o(555)][o(501)][o(583)][o(879)]();if(0==i[o(617)])return;const a=[],c=i[o(828)]((t=>o(803)==t[o(855)])),u=i[o(828)]((t=>o(735)==t[o(855)]&&o(717)!=t[o(601)])),l=i[o(828)]((t=>o(877)==t[o(855)]&&o(717)!=t[o(601)]));for(const t of c)this[o(744)](t[o(784)])&&a[o(676)]({key:t[o(784)],newValue:t[o(688)],oldValue:t[o(836)],range:Cc(t[o(699)],n[o(555)])});for(const t of u){const e=l[o(666)]((e=>e[o(599)]===t[o(599)]));if(e){const r=Nc(t[o(786)][o(670)],n[o(555)]);e[o(601)]!==t[o(601)]&&a[o(676)]({key:o(616),newValue:t[o(601)],oldValue:e[o(601)],range:r});for(const[n,s]of e[o(754)]){if(!this[o(744)](n))continue;const e=t[o(754)][o(514)](n);s!==e&&a[o(676)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(754)])this[o(744)](n)&&(e[o(754)][o(780)](n)||a[o(676)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(617)]&&n[o(555)][o(895)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(742)](t,e,s,o,{groupId:r});this[n(687)](t,a)}))}),{priority:t(517)}),n[t(555)][t(924)].on(t(671),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(781)](n[s(601)]),e=this[s(758)][s(514)](t);e&&e[s(506)](n[s(601)])}})),n[t(555)][t(501)].on(t(871),(()=>{const e=t,r=Array[e(700)](n[e(555)][e(501)][e(583)][e(883)]())[e(828)]((t=>e(642)===this[e(781)](t[e(601)])[e(812)]));if(0===r[e(617)])return;r[e(538)](((t,n)=>{const r=e,s=t[r(819)][r(512)],o=n[r(819)][r(512)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(730)][r(563)](o[r(730)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(781)](t);if(null===n[e(512)]){const n=this[e(861)](t);o[e(523)](n)}else{const t=this[e(758)][e(514)](r);null!==n[e(500)]||t[e(634)]?(s[e(523)](t[e(771)]),o[e(523)](t)):this[e(677)](t)}}o[e(810)]>0&&this[e(898)](o);for(const t of s)this[e(718)](e(842),t)})),n[t(555)].on(t(785),((e,r)=>{const s=t,o=r[0];if(!this[s(758)][s(810)])return;if(!o[s(738)])return;if(o[s(909)][s(840)]||!o[s(909)][s(827)])return;let i,a;switch(o[s(855)]){case s(735):i=n[s(555)][s(673)](o[s(786)]),a=i[s(638)](o[s(712)]);break;case s(625):i=n[s(555)][s(673)](o[s(740)]),a=n[s(555)][s(673)](o[s(533)]);break;case s(854):i=n[s(555)][s(673)](o[s(721)]),a=i[s(638)](o[s(712)]);break;default:return}const c=n[s(555)][s(797)](i,a);n[s(555)][s(637)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(825)](c)){if(e[t(614)])continue;if(t(594)==e[t(855)])continue;const r=this[t(908)](e);if(r&&this[t(864)](r)&&t(625)!=o[t(855)])continue;const s=e[t(819)]&&e[t(819)][t(923)];(t(534)!=e[t(855)]||t(625)==o[t(855)]&&!s)&&(n[t(655)]||t(553)==e[t(855)]&&n[t(507)]||e[t(867)]()[t(795)](c)&&this[t(525)](e,i,a))}}))}),{priority:t(517)}),n[t(555)].on(t(657),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(627)])return;if(this[s(876)])return;if(!this[s(790)][s(897)])return;if(o[s(822)])return;const a=n[s(555)][s(841)],{start:c,end:u}=o[s(867)](),l=c[s(670)]&&a[s(548)](c[s(670)])?null:a[s(540)](c,s(800)),f=u[s(544)]&&a[s(548)](u[s(544)])?null:a[s(540)](u,s(516)),h=n[s(555)][s(797)](l?l[s(730)]:c,f?f[s(604)]:u);n[s(555)][s(637)]((t=>{const e=s;this[e(911)](h);const r=n[e(555)][e(841)][e(540)](h[e(730)]);o.is(e(860))?t[e(850)](r):o[e(725)](r)})),e[s(536)]()}),{priority:e.priorities[t(756)]+10}),n[t(555)].on(t(674),((e,r)=>{const s=t,o=r[r[s(617)]-1];o&&o[s(627)]||this[s(876)]||this[s(790)][s(897)]&&(n[s(555)][s(637)]((()=>{const t=s;let o=n[t(555)][t(674)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(906)]=o[t(922)]();const i=o[t(604)][t(544)],a=n[t(555)][t(841)];i&&a[t(831)](i)&&!a[t(697)](i)&&(o=n[t(555)][t(797)](o[t(730)],n[t(555)][t(673)](i,t(604)))),this[t(914)](o)})),e[s(536)]())}),{priority:t(778)}),this[t(611)][t(495)][t(523)](t(504),this[t(790)]),this[t(559)](t(504));const o=new p(n,this[t(758)]);n[t(495)][t(523)](t(849),o),this[t(559)](t(849));const i=new b(n,this[t(758)]);n[t(495)][t(523)](t(508),i),this[t(559)](t(508)),n[t(495)][t(523)](t(891),new L(n,o,this[t(758)])),this[t(559)](t(891)),n[t(495)][t(523)](t(652),new L(n,i,this[t(758)])),this[t(559)](t(652)),n[t(495)][t(523)](t(545),new O(n,o,this[t(758)])),this[t(559)](t(545)),n[t(495)][t(523)](t(777),new O(n,i,this[t(758)])),this[t(559)](t(777));const c=n[t(597)][t(514)](t(763));this[t(539)](c,t(918),((e,{threadId:n})=>{const r=t,s=this[r(758)][r(514)](n);s&&s[r(798)]&&1===s[r(798)][r(617)]&&this[r(510)](n,{hasComments:!0})}),{priority:t(619)}),this[t(539)](c,t(927),((e,{threadId:n})=>{const r=t,s=this[r(758)][r(514)](n);s&&s[r(798)]&&!s[r(798)][r(617)]&&this[r(510)](n,{hasComments:!1})}),{priority:t(619)})}set[pc(749)](t){const n=pc;if(this[n(632)])throw new e.CKEditorError(n(530),this);this[n(632)]=t}get[pc(749)](){return this[pc(632)]}[pc(571)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=pc,r=[];for(const e of this[n(758)][n(794)]())t&&!e[n(634)]||r[n(676)](e);return e?r[n(801)]((t=>t[n(829)]())):r}[pc(499)](t){const n=pc,r=this[n(758)][n(514)](t);if(!r)throw new e.CKEditorError(n(779),this);return r}[pc(887)](t){const e=pc;return this[e(758)][e(780)](t)}[pc(728)](t){const e=pc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(855)][e(625)](":"),a=this[e(758)][e(514)](r)||this[e(767)](o,i,r,n,s);if(this[e(881)](a),this[e(709)](a,o,i||null,n),a[e(603)]=t[e(603)],a[e(669)]=!0,s&&s[e(584)]){const t=s[e(584)],n=this[e(751)](t[e(586)]);a[e(818)]=t[e(603)],a[e(782)]=n,a[e(675)]=!0}else a[e(818)]=t[e(603)];switch(t[e(819)]&&(a[e(819)]=t[e(819)]),t[e(754)]&&(a[e(754)]=t[e(754)]),this[e(632)]&&this[e(632)][e(679)]||(a[e(694)]=!0),this[e(707)][e(514)](a)){case e(561):this[e(707)][e(729)](a,e(564));break;case e(651):a[e(634)]?(this[e(719)](new Set([a])),this[e(898)](new Set([a])),this[e(707)][e(729)](a,e(509)),this[e(718)](e(804),a)):this[e(707)][e(729)](a,e(839))}return a}[pc(849)](t){const e=pc;this[e(627)]((()=>{const n=e;this[n(611)][n(555)][n(637)]((()=>{const e=n;for(const n of t[e(546)]())n[e(913)]()}))}))}[pc(508)](t){const e=pc;this[e(627)]((()=>{const n=e;this[n(611)][n(555)][n(637)]((()=>{const e=n;for(const n of t[e(546)]())n[e(663)]()}))}))}[pc(559)](t,n){const r=pc,s=this[r(611)][r(495)][r(514)](t);if(!s)throw new e.CKEditorError(r(739),this,{commandName:t});if(this[r(576)][r(780)](s))throw new e.CKEditorError(r(814),this,{commandName:t});this[r(576)][r(523)](s),n&&s.on(r(878),((t,e)=>{const o=r;this[o(790)][o(897)]&&(this[o(876)]||(e[o(617)]>0&&e[e[o(617)]-1]&&e[e[o(617)]-1][o(627)]?e[o(605)]():(t[o(906)]=n(((...t)=>s[o(878)](...t,{forceDefaultExecution:!0})),...e),t[o(536)]())))}),{priority:r(778)})}[pc(627)](t){const n=pc;let r,s;const o=this[n(876)];this[n(876)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(876)]=!1),s&&e.CKEditorError[n(644)](s,this),r}[pc(914)](t,n=null,r={}){const s=pc;if(t[s(822)])return null;const o=this[s(611)][s(597)][s(514)](s(811)).me;for(const{suggestion:e,meta:o}of this[s(825)](t,s(553)))if(o[s(507)]){if(!o[s(558)]){if(o[s(655)]){if(!this[s(882)]||!Lc(e,r))continue;return e}if(Lc(e,r))return e;this[s(525)](e,t[s(730)],t[s(604)]);break}if(n==e[s(747)]&&Lc(e,r)){const n=e[s(867)]();return n[s(730)][s(912)](t[s(604)])?this[s(746)](e,this[s(893)][s(797)](t[s(730)],n[s(604)])):this[s(746)](e,this[s(893)][s(797)](n[s(730)],t[s(604)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(493)+n:s(553),u=this[s(714)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(708)](c,i,a,t),u}[pc(892)](t,n=pc(591),r={}){const s=pc,o=this[s(611)][s(597)][s(514)](s(811)).me,i=this[s(702)][s(685)](s(553),n,s(769));for(const e of this[s(571)]())if(e[s(782)].id==o.id&&s(553)==e[s(855)]&&e[s(747)]==n&&Lc(e,r)&&(i(e[s(581)](),t)||i(t,e[s(581)]()))){for(const n of t)e[s(773)](n);return e}for(const{suggestion:e,meta:n}of this[s(825)](t,s(553))){if(!n[s(507)])continue;if(!this[s(882)]&&n[s(655)])continue;if(!Lc(e,r))continue;let o=!0;for(const n of e[s(581)]())for(const e of t)if(!n[s(795)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(493)+n,l=this[s(714)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(708)](u,a,c,e,Hr[s(704)]());return l}[pc(618)](t,n,r=null,s={}){const o=pc;if(r=r||yc(n),t[o(822)])return null;if(o(821)===this[o(905)]){const e=this[o(702)][o(685)](o(594),r,o(913));return this[o(627)]((()=>e([t],n,s))),null}const i=this[o(611)][o(597)][o(514)](o(811)).me,a=[];if(o(722)!==this[o(905)])for(const{suggestion:e,meta:n}of this[o(825)](t,o(553)))n[o(507)]&&!n[o(661)]&&a[o(676)](...e[o(581)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(921)](s);e&&r[n(676)](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(617)];){const s=r[e][n(613)](t);r[n(662)](e,1,...s),e+=s[n(617)]}}return r}(t,a);c[o(617)]&&this[o(893)][o(637)]((()=>{const t=o;for(const e of c){const o=this[t(702)][t(685)](t(594),r,t(913));this[t(627)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(730)],u=t[o(604)];for(const{suggestion:e,meta:n}of this[o(825)](t,o(594))){if(!n[o(507)])continue;if(e[o(747)]!=r)continue;if(!Lc(e,s))continue;const i=e[o(867)]();if(i[o(795)](t,!0))return null;c=c[o(563)](i[o(730)])?c:i[o(730)],u=u[o(695)](i[o(604)])?u:i[o(604)],a?i[o(730)][o(563)](a[o(867)]()[o(730)])?(a[o(843)](),a=e):e[o(843)]():a=e}const l=this[o(893)][o(797)](c,u);if(a)this[o(746)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(714)]({id:t,type:o(680)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(708)](o(680)+r,t,a,l)}}return null}[pc(900)](t,n,r=[],s=null,o={}){const i=pc;n[i(494)]||(n[i(494)]=n[i(629)]),n[i(923)]=t.is(i(699)),s=s||yc(n);const a=r[i(801)]((t=>Nc(t,this[i(893)]))),c=t.is(i(699))?t:Nc(t,this[i(893)]);if(i(821)===this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t([c],n,o))),null}a[i(676)](c);let u=!0;for(const t of a)if(!this[i(631)](t)){u=!1;break}if(u&&i(722)!==this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t([c],n,o))),null}let l=null,f=c[i(730)],h=c[i(604)];for(const{suggestion:t,meta:e}of this[i(825)](c,i(534))){if(!e[i(507)])continue;if(e[i(558)]||e[i(655)]||e[i(661)])continue;if(t[i(819)][i(494)]!=n[i(494)])continue;if(!Lc(t,o))continue;const r=t[i(867)]();if(t[i(747)]==s){if(r[i(795)](c,!0))return null;f=f[i(563)](r[i(730)])?f:r[i(730)],h=h[i(695)](r[i(604)])?h:r[i(604)],l?r[i(730)][i(563)](l[i(867)]()[i(730)])?(l[i(843)](),l=t):t[i(843)]():l=t}else{const e=c[i(921)](r);this[i(770)](t,e)}}const g=this[i(611)][i(597)][i(514)](i(811)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(746)](l,this[i(893)][i(797)](f,h)),l;{const t=this[i(714)]({id:d,type:i(737)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(708)](i(737)+s,d,p,this[i(893)][i(797)](f,h)),t}}[pc(894)](t,n,r=[],s=null,o={}){const i=pc;n[i(494)]||(n[i(494)]=n[i(629)]);const a=t[0];n[i(923)]=a.is(i(699)),s=s||yc(n);const c=r[i(801)]((t=>Nc(t,this[i(893)]))),u=a.is(i(699))?t:t[i(801)]((t=>Nc(t,this[i(893)])));if(i(821)===this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t(u,n,o))),null}c[i(676)](...u);let l=!0;for(const t of c)if(!this[i(631)](t)){l=!1;break}if(l&&i(722)!==this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t(u,n,o))),null}const f=this[i(611)][i(597)][i(514)](i(811)).me;for(const t of this[i(571)]()){if(t[i(782)].id!=f.id)continue;if(i(534)!=t[i(855)]||t[i(819)][i(494)]!=n[i(494)])continue;if(!Lc(t,o))continue;const e=t[i(747)]==s;for(let n=0;n<u[i(617)];n++){const r=u[n];for(const s of t[i(570)]()){const o=s[i(567)]();if(r[i(912)](o)){e?(u[i(662)](n,1),n--):t[i(793)](s[i(601)]);break}}}}if(0==u[i(617)])return null;const h=this[i(702)][i(685)](i(534),s,i(769));for(const t of this[i(571)]())if(t[i(782)].id==f.id&&i(534)==t[i(855)]&&t[i(819)][i(494)]==n[i(494)]&&t[i(747)]==s&&Lc(t,o)&&(h(t[i(581)](),u)||h(u,t[i(581)]()))){for(const e of u)t[i(773)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(737)+s,m=this[i(714)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(708)](p,g,d,t,Hr[i(704)]());return m}[pc(911)](t,n=null,r={}){const s=pc;if(t[s(822)])return null;const o=this[s(611)][s(597)][s(514)](s(811)).me,a=new i.LiveRange(t[s(730)],t[s(604)]);for(const{suggestion:t,meta:e}of this[s(825)](a,s(553)))if(e[s(507)]&&!e[s(558)])if(t[s(614)]){const e=t[s(581)]()[s(828)]((t=>s(774)!=t[s(858)][s(648)]));if(e[s(857)]((t=>a[s(795)](t,!0)))&&t[s(663)](),e[s(529)]((t=>t[s(795)](a,!0)))){const t=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>t([a],null,r))),null}}else{const e=a[s(921)](t[s(867)]());null!==e&&t[s(762)]([e],null,r)}if(a[s(809)](),a[s(822)]||s(774)==a[s(858)][s(648)])return null;let c=null,u=a[s(730)],l=a[s(604)];const f=this[s(825)](a,s(765));for(const{suggestion:t,meta:e}of f){const n=this[s(893)][s(797)](u,l);if(e[s(507)]&&(this[s(882)]||!e[s(655)]&&!e[s(661)]))if(t[s(614)]){if(!Lc(t,r))continue;let e=!0;for(const r of t[s(581)]()){if(r[s(795)](n,!0))return t;n[s(795)](r)||(e=!1)}e&&t[s(663)]()}else{const e=t[s(867)]();if(e[s(795)](n,!0))return t;if(!Lc(t,r)){n[s(795)](e)?t[s(843)]():e[s(543)](u)?u=e[s(604)]:e[s(543)](l)&&(l=e[s(730)]);continue}u=u[s(563)](e[s(730)])?u:e[s(730)],l=l[s(695)](e[s(604)])?l:e[s(604)],r=Object[s(741)]({},t[s(754)]),c?e[s(730)][s(563)](c[s(867)]()[s(730)])?(c[s(843)](),c=t):t[s(843)]():c=t}}if(c)return this[s(746)](c,this[s(893)][s(797)](u,l)),c;{const t=(0,e.uid)(),i=this[s(893)][s(797)](u,l),a=o.id,c=n?s(693)+n:s(765),f=this[s(714)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(708)](c,t,a,i),f}}[pc(753)](t,n=pc(591),r={}){const s=pc,o=this[s(611)][s(597)][s(514)](s(811)).me,a=t[s(801)]((t=>new i.LiveRange(t[s(730)],t[s(604)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(825)](a,s(553)))e[s(507)]&&!e[s(558)]&&c[s(523)](t);for(const e of c)if(e[s(614)]){const o=e[s(581)]();if((!e[s(754)]||!e[s(754)][s(696)])&&o[s(857)]((t=>a[s(529)]((e=>e[s(795)](t,!0)))))&&e[s(663)](),a[s(857)]((t=>o[s(529)]((e=>e[s(795)](t,!0)))))){const e=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>e(t,null,r))),null}}else{const t=e[s(867)]();if(a[s(529)]((e=>e[s(795)](t,!0)))&&e[s(663)](),a[s(857)]((e=>t[s(795)](e,!0)))){const t=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>t(a,null,r))),null}}const u=this[s(702)][s(685)](s(765),n,s(769));let l=null;for(const t of this[s(571)]())if(t[s(782)].id==o.id&&t[s(634)]&&s(765)==t[s(855)]&&t[s(747)]==n&&Lc(t,r)&&(u(t[s(581)](),a)||u(a,t[s(581)]())))if(l){if(t[s(798)]&&t[s(798)][s(617)])continue;for(const e of t[s(581)]())l[s(917)](e)||l[s(773)](e);t[s(843)]()}else{l=t;for(const e of a)t[s(917)](e)||t[s(773)](e)}if(l)return l;c[s(890)]();for(const{suggestion:t,meta:e}of this[s(825)](a,s(765)))e[s(507)]&&(this[s(882)]||!e[s(655)]&&!e[s(661)])&&Lc(t,r)&&c[s(523)](t);for(const t of c){const e=t[s(581)]();if((!r||!r[s(696)])&&a[s(857)]((t=>e[s(529)]((e=>e[s(795)](t,!0))))))return t;(!t[s(754)]||!t[s(754)][s(696)])&&e[s(857)]((t=>a[s(529)]((e=>e[s(795)](t,!0)))))&&t[s(663)]()}const f=(0,e.uid)(),h=o.id,g=s(693)+n,d=this[s(714)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(809)](),t[s(822)]||s(774)==t[s(858)][s(648)]||this[s(708)](g,f,h,t,Hr[s(704)]());return d}[pc(742)](t,n,r,s,o){const i=pc;if(t[i(822)])return[];if(i(821)===this[i(905)])return[];const a=this[i(611)][i(597)][i(514)](i(811)).me.id,c=Array[i(700)](this[i(758)][i(794)]())[i(828)]((e=>i(803)==e[i(855)]&&e[i(819)][i(556)]==n&&e[i(917)](t)));if(i(852)===this[i(905)]){const e=this[i(825)](t,i(553))[i(828)]((({meta:t})=>t[i(507)]&&!t[i(661)]&&!t[i(558)]))[i(801)]((({suggestion:t})=>t));c[i(578)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(803)==t[i(855)]?t[i(819)][i(873)]:void 0,o=t[i(867)](),a=Array[i(700)](u[i(748)]())[i(666)]((t=>t[i(899)](o)));if(!a)continue;const c=a[i(613)](o);this[i(864)](n)&&i(553)==t[i(855)]&&0!=c[i(617)]||(u[i(650)](a),c[i(838)]((t=>{u[i(729)](t,r)})),i(553)!=t[i(855)]&&e!=s&&u[i(729)](a[i(921)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(617)]>37&&console[i(919)](i(526),{key:n});const f=(i(732)+(n+"|")+yc({newValue:s}))[i(620)](0,60),h=this[i(714)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(676)](h),this[i(708)](f,c,a,t)}return l}[pc(889)](t){const e=pc;this[e(759)][e(523)](t)}[pc(880)](t){const e=pc;this[e(660)][e(523)](t)}[pc(678)](t,e=[],n=[]){const r=pc;this[r(559)](t,((t,...e)=>{this[r(577)]((()=>{t(...e)}))}));for(const t of e)this[r(880)](t);for(const t of n)this[r(889)](t)}[pc(908)](t){const e=pc;return e(803)==t[e(855)]?t[e(747)][e(625)]("|")[0]:null}[pc(746)](t,e){const n=pc,r=t[n(582)]();this[n(893)][n(637)]((t=>{t[n(915)](r,{range:e})}))}[pc(881)](t){const e=pc,n=t.id,r=this[e(611)][e(863)][e(514)](e(535));this[e(830)][e(768)](n)||this[e(830)][e(640)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(830)][e(902)](n);s[e(635)](e(757)),s[e(757)]=!1,t[e(798)]=s}[pc(709)](t,n,r,s){const o=pc;if(t[o(855)]!=n||t[o(747)]!=r||t[o(705)].id!=s)throw this[o(611)][o(901)](o(542)),new e.CKEditorError(o(542),this)}[pc(770)](t,n){const r=pc,s=t[r(867)]();if(n[r(912)](s))t[r(843)]();else if(s[r(795)](n)){const o=this[r(893)][r(673)](n[r(730)][r(544)],r(604));this[r(746)](t,this[r(893)][r(797)](s[r(730)],o));const i=(0,e.uid)(),a=t[r(705)].id,c=t[r(855)]+":"+t[r(747)];this[r(714)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(819)],attributes:t[r(754)]});const u=this[r(893)][r(673)](n[r(604)][r(805)],r(698)),l=this[r(893)][r(797)](u,s[r(604)]);this[r(708)](c,i,a,l)}else if(s[r(543)](n[r(730)])){const e=this[r(893)][r(673)](n[r(730)][r(544)],r(604));this[r(746)](t,this[r(893)][r(797)](s[r(730)],e))}else{const e=this[r(893)][r(673)](n[r(604)][r(805)],r(698));this[r(746)](t,this[r(893)][r(797)](e,s[r(604)]))}}[pc(631)](t){const e=pc;for(const{suggestion:n,meta:r}of this[e(825)](t,e(553))){if(!r[e(507)])continue;const s=n[e(581)]();for(const n of s)if(!t[e(613)](n)[e(617)])return!0}return!1}[pc(691)](t){const n=pc,r=this[n(611)][n(597)][n(514)](n(811))[n(659)](t);if(!r)throw new e.CKEditorError(n(579),this);return r}[pc(751)](t){const e=pc,n=this[e(611)][e(597)][e(514)](e(811)),r=(0,o.hashObject)(e(731)+t);return n[e(659)](r)||n[e(527)]({id:r,name:t})}[pc(767)](t,e,n,r,s){const o=pc,i=this[o(691)](r),a=this[o(702)][o(588)](t,e,n,i,s,(t=>{const e=o;this[e(510)](n,{attributes:t});const r=this[e(499)](n);this[e(719)](new Set([r])),this[e(898)](new Set([r]))}));return this[o(539)](a,o(913),(()=>{const t=o;this[t(510)](n,{state:t(551)})}),{priority:o(778)}),this[o(539)](a,o(663),(()=>{const t=o;this[t(510)](n,{state:t(624)})}),{priority:o(778)}),this[o(758)][o(729)](n,a),this[o(707)][o(729)](a,o(561)),a}[pc(781)](t){const e=pc,n=t[e(625)](":");return{group:n[0],type:n[1],subType:n[e(617)]>=5?n[2]:null,id:n[e(617)]<5?n[2]:n[3],authorId:n[e(617)]<5?n[3]:n[4],markerCount:6==n[e(617)]?n[5]:null}}[pc(525)](t,n,r){const s=pc,o=t[s(867)](),i=o[s(730)],a=o[s(604)];this[s(746)](t,this[s(893)][s(797)](i,n));const c=(0,e.uid)(),u=t[s(705)].id,l=t[s(855)]+(t[s(747)]?":"+t[s(747)]:"");this[s(714)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(754)],data:t[s(819)]});const f=this[s(908)](t);(s(534)==t[s(855)]||f&&this[s(864)](f))&&(r=this[s(893)][s(633)](r[s(805)])),this[s(708)](l,c,u,this[s(893)][s(797)](r,a))}[pc(825)](t,e=null){const n=pc,r=[],s=this[n(611)][n(597)][n(514)](n(811)).me;Array[n(845)](t)||(t=[t]);for(const o of this[n(571)]()){if(!o[n(634)])continue;if(e&&o[n(855)]!=e)continue;let i=!1;for(const e of o[n(581)]()){for(const a of t){const t=a[n(730)][n(912)](e[n(604)])||a[n(604)][n(912)](e[n(730)]);if(t||a[n(921)](e)){const c=a[n(795)](e)&&bc(this[n(893)][n(841)],e[n(730)],a),u=e[n(795)](a)&&bc(this[n(893)][n(841)],a[n(730)],e);r[n(676)]({suggestion:o,meta:{isOwn:s==o[n(782)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[pc(708)](t,e,n,r,s){const o=pc;this[o(893)][o(637)]((i=>{const a=o;let c=a(866)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(750)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[pc(677)](t){const e=pc,n=t[e(846)],r=t[e(692)];t[e(846)]=null,t[e(692)]=null,null!=n&&n[e(692)]==t&&(n[e(692)]=r),null!=r&&r[e(846)]==t&&(r[e(846)]=n),e(509)==this[e(707)][e(514)](t)&&(this[e(707)][e(729)](t,e(839)),this[e(718)](e(851),t,n,r))}[pc(714)](t){const n=pc,r=t.id,s=this[n(728)](t);if(this[n(632)]&&this[n(632)][n(679)]){const o=this[n(611)][n(597)][n(514)](n(743)),i=s[n(925)],a=s[n(747)]?s[n(855)]+":"+s[n(747)]:s[n(855)],c=this[n(611)][n(713)],u=o[n(523)](zr(c,n(682))),l={id:r,type:a,hasComments:i,data:t[n(819)]||null,originalSuggestionId:t[n(706)]||null,attributes:s[n(754)]};this[n(632)][n(679)](l)[n(872)]((t=>{const e=n;s[e(694)]=!0,o[e(877)](u),t&&t[e(603)]&&(this[e(758)][e(514)](r)[e(603)]=t[e(603)])}))[n(907)]((t=>{const r=n;throw(0,e.logWarning)(r(788)),this[r(611)][r(555)][r(895)]({isUndoable:!1},(()=>{s[r(663)]()})),s[r(734)](),this[r(758)][r(650)](s.id),this[r(707)][r(650)](s),t}))}return s}[pc(864)](t){const e=pc;return this[e(759)][e(780)](t)}[pc(510)](t,e){const n=pc,r=this[n(611)][n(597)][n(514)](n(743)),s=this[n(499)](t);if(this[n(632)]&&this[n(632)][n(668)])if(s[n(694)]){const s=r[n(523)](zr(this[n(611)][n(713)],n(682)));this[n(632)][n(668)](t,e)[n(872)]((()=>{r[n(877)](s)}))}else s.on(n(752),(()=>{this[n(510)](t,e)}))}[pc(791)](t){const n=pc;if(!this[n(632)]||!this[n(632)][n(499)])throw new e.CKEditorError(n(636),this);return this[n(632)][n(499)](t)}[pc(861)](t){const e=pc,{id:n,type:r,subType:s,authorId:o}=this[e(781)](t),i=this[e(758)][e(514)](n)||this[e(767)](r,s,n,o,{});switch(this[e(709)](i,r,s,o),this[e(707)][e(514)](i)){case e(561):this[e(791)](n)[e(872)]((t=>{const r=e;let s=Promise[r(910)]();t[r(925)]&&(s=this[r(830)][r(720)]({channelId:this[r(611)][r(863)][r(514)](r(535)),threadId:n})),s[r(872)]((()=>{const e=r;this[e(728)](t)[e(694)]=!0}))})),this[e(707)][e(729)](i,e(651));break;case e(839):this[e(510)](n,{state:e(656)});case e(564):this[e(707)][e(729)](i,e(509)),this[e(718)](e(804),i);break;case e(509):this[e(718)](e(842),i)}return i[e(506)](t),i}[pc(898)](t){const e=pc,n=Array[e(700)](t),r=n[e(828)]((t=>e(803)==t[e(855)]));this[e(686)](r);const s=n[e(828)]((t=>!t[e(614)]&&e(803)!=t[e(855)])),o=this[e(571)]({skipNotAttached:!0})[e(828)]((t=>!t[e(614)]&&e(803)!=t[e(855)])),i=o[e(828)]((n=>!t[e(780)](n))),a=new Map(o[e(801)]((t=>[t,this[e(702)][e(685)](t[e(855)],t[e(747)],e(595))]))),c=new Map(o[e(801)]((t=>[t,t[e(867)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(617)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(617)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(617)];t++){const n=s[t];!l[e(780)](n)&&n[e(846)]&&(f[e(523)](n[e(846)]),n[e(846)][e(692)]===n&&(n[e(846)][e(692)]=null),n[e(846)]=null),!u[e(780)](n)&&n[e(692)]&&(f[e(523)](n[e(692)]),n[e(692)][e(846)]===n&&(n[e(692)][e(846)]=null),n[e(692)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(617)];e++){const r=g(t,n[e]);r&&(r[0][s(692)]=r[1],r[1][s(846)]=r[0],u[s(523)](r[0]),l[s(523)](r[1]))}}function g(t,n){const r=e;if(t[r(782)].id!==n[r(782)].id)return null;const s=a[r(514)](t)(t,n,c[r(514)](t),c[r(514)](n));return s&&a[r(514)](n)(t,n,c[r(514)](t),c[r(514)](n))?s[1][r(798)]&&s[1][r(798)][r(617)]?null:s:null}f[e(810)]&&this[e(898)](f)}[pc(686)](t){const e=pc;if(0==t[e(617)])return;const n=this[e(571)]({skipNotAttached:!0})[e(828)]((t=>e(803)==t[e(855)]&&t[e(669)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(754)]);s[e(780)](n)||(s[e(729)](n,r[e(617)]),r[e(676)]([]));const i=s[e(514)](n);r[i][e(676)](t)}!function(){const t=e;r[t(538)](((e,n)=>{const r=t,s=e[0][r(603)],o=n[0][r(603)];return s==o?e[0][r(754)][r(761)]<n[0][r(754)][r(761)]?-1:1:s<o?-1:1}));for(const e of r)e[t(538)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(617)];t++){if(0==r[t][e(617)])continue;const n=[];for(let s=t+1;s<r[e(617)];s++)0!=r[s][e(617)]&&i(r[t],r[s])&&n[e(676)](s);for(const s of n)r[t]=r[t][e(628)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(617)];n++)t[n][e(692)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(617)];n++)t[n][e(846)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(754)][r(761)]!==n[0][r(754)][r(761)]&&t[0][r(782)]!==n[0][r(782)])return!1;if(!function(t,e){const n=r;return!t[n(925)]&&!e[n(925)]||(!t[n(925)]||!e[n(925)])&&(!!(t[n(925)]&&e[n(603)]<t[n(798)][n(783)][n(514)](0)[n(603)])||!!(e[n(925)]&&t[n(603)]<e[n(798)][n(783)][n(514)](0)[n(603)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(754)],r(761)),o=gc(n[0][r(754)],r(761));return!!Or(s,o)&&(!!t[r(857)]((t=>n[r(529)]((e=>t[r(867)]()[r(912)](e[r(867)]())))))&&n[r(857)]((e=>t[r(529)]((t=>e[r(867)]()[r(912)](t[r(867)]()))))))}}[pc(719)](t){const e=pc,n=Array[e(700)](t),r=this[e(571)]({skipNotAttached:!0}),s=r[e(828)]((n=>!t[e(780)](n))),o=new Map(n[e(801)]((t=>[t,this[e(702)][e(685)](t[e(855)],t[e(747)],e(769))]))),i=new Map(r[e(801)]((t=>[t,t[e(581)]()])));for(let t=0;t<n[e(617)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(617)];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(617)];e++){const s=r[e];if(s[a(855)]!==n[a(855)]||s[a(782)].id!==n[a(782)].id||s[a(747)]!==n[a(747)])continue;if(!Sc(n,s,[a(761)]))continue;if(a(803)==n[a(855)]&&n[a(819)][a(873)]!=s[a(819)][a(873)])continue;if(a(803)==n[a(855)]&&t[a(864)](n[a(819)][a(556)]))continue;if(a(534)==n[a(855)]){const e=t[a(611)][a(555)],r=n[a(727)]();if(r&&(e[a(841)][a(697)](r)||e[a(841)][a(548)](r)))continue}const c=o[a(514)](n),u=i[a(514)](n),l=i[a(514)](s),f=n[a(798)]&&n[a(798)][a(617)],h=s[a(798)]&&s[a(798)][a(617)];if(!f&&c(l,u))return t[a(518)](s,n),i[a(650)](n),!0;if(!h&&c(u,l))return t[a(518)](n,s),i[a(650)](s),!0}return!1}}[pc(518)](t,e){const n=pc;if(t[n(614)])for(const r of e[n(581)]())t[n(773)](r);else{const r=e[n(867)]()[n(604)];this[n(746)](t,this[n(893)][n(797)](t[n(867)]()[n(730)],r))}e[n(843)]()}[pc(875)](t,e){const n=pc,r=t[n(609)](n(665))||t[n(609)](n(803))?n(802):t[n(497)]();return zr(this[n(611)][n(713)],e+"_"+r+n(585))}[pc(573)](){const t=pc,e=this[t(611)];(0,o.surroundingMarkersDetector)(this[t(893)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(781)](t[s(601)]);if(s(642)===e){o[s(676)](this[s(875)](n,s(806)));break}}for(const t of r){const{group:e,type:n}=this[s(781)](t[s(601)]);if(s(642)===e){o[s(676)](this[s(875)](n,s(587)));break}}o[s(617)]&&e.ui[s(833)][s(745)](s(504),o[s(769)](" "))}))}[pc(816)](t){const e=pc;if(this[e(643)])return!1;const n=this[e(611)],r=n[e(555)][e(501)][e(583)][e(879)]();if(0==r[e(617)])return!1;const s=[],o=r[e(828)]((t=>e(803)==t[e(855)])),i=r[e(828)]((t=>e(735)==t[e(855)]&&e(717)!=t[e(601)])),a=r[e(828)]((t=>e(877)==t[e(855)]&&e(717)!=t[e(601)]));for(const t of o)s[e(676)]({key:t[e(784)],newValue:t[e(688)],oldValue:t[e(836)],range:Cc(t[e(699)],n[e(555)])});for(const t of i){const r=a[e(666)]((n=>n[e(786)][e(912)](t[e(786)])));r&&s[e(676)]({key:e(616),newValue:t[e(601)],oldValue:r[e(601)],range:n[e(555)][e(522)](t[e(786)][e(670)])})}return 0!=s[e(617)]&&this[e(687)](t,s)}[pc(837)](t){const e=pc;let n=!1;const r=this[e(611)][e(555)][e(501)][e(583)][e(883)]()[e(828)]((t=>t[e(819)][e(500)]&&t[e(601)][e(609)](e(776))));for(const s of r){const{subType:r,id:o}=this[e(781)](s[e(601)]),i=r[e(625)]("|")[0];for(const r of this[e(571)]({skipNotAttached:!0}))r.id!=o&&e(803)==r[e(855)]&&r[e(819)]&&r[e(819)][e(556)]==i&&r[e(867)]()[e(899)](s[e(819)][e(500)])&&(this[e(885)](r,s[e(819)][e(500)],t),n=!0)}return n}[pc(577)](t){const e=pc;this[e(611)],this[e(643)]=!0,t()}[pc(744)](t){const e=pc,n=this[e(864)](t),r=this[e(660)][e(780)](t);return n||r}[pc(687)](t,e){const n=pc;if(0==e[n(617)])return!1;let r=!1;for(const s of e){const e=this[n(825)](s[n(699)],n(803))[n(828)]((t=>!t[n(598)][n(558)]))[n(801)]((t=>t[n(642)])),i=(0,o.hashObject)({newValue:s[n(884)]});e[n(828)]((t=>{const e=n,[r,o]=t[e(747)][e(625)]("|");return r==s[e(556)]&&o!=i}))[n(838)]((e=>{const o=n;this[o(885)](e,s[o(699)],t),r=!0}))}return r}[pc(885)](t,e,n){const r=pc,s=t[r(867)]()[r(613)](e);0!==s[r(617)]?1!==s[r(617)]?this[r(525)](t,e[r(730)],e[r(604)]):this[r(746)](t,s[0]):n[r(793)](t[r(582)]())}}class Ec{constructor(t){const e=pc;this[e(654)]=t,this[e(893)]=t[e(555)],this[e(733)]=new Map,this[e(847)]=new Map,this[e(711)]()}[pc(588)](t,e,n,r,s,o){const i=pc;return new Hr(this[i(893)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(685)](t,e,i(913))(...n),onDiscard:(...n)=>this[i(685)](t,e,i(663))(...n)})}[pc(566)](t,e,n,r){const s=pc,o=t+":"+e+":"+n;this[s(733)][s(729)](o,r)}[pc(685)](t,e,n){const r=pc,s=t+":"+e+":"+n;return this[r(733)][r(514)](s)||this[r(847)][r(514)](t+":"+n)}[pc(711)](){const t=pc,e=()=>!1,n=t=>{const e=dc;t[e(538)](((t,n)=>t[e(730)][e(563)](n[e(730)])?1:-1)),this[e(893)][e(637)]((n=>{const r=e;for(const e of t){let t;t=e[r(604)][r(888)]&&e[r(604)][r(805)]==e[r(730)][r(670)]?n[r(792)](e[r(730)][r(670)],"on"):n[r(792)](e),this[r(893)][r(657)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=dc;e&&this[n(893)][n(637)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(801)]((t=>(Tc(t)&&(t=this[s(893)][s(797)](t[s(604)])),t)))[s(828)]((t=>s(774)!==t[s(858)][s(648)]));if(c[s(617)]<1)return;const u=Array[s(700)](this[s(893)][s(501)][s(505)][s(581)]())[s(801)]((t=>i.LiveRange[s(593)](t)));r[s(850)](c);for(const t of this[s(654)][s(495)][s(495)]())t[s(755)]();a[s(676)]({forceDefaultExecution:!0}),this[s(654)][s(878)](o,...a);const l=u[s(828)]((t=>s(774)!=t[s(858)][s(648)]));l[s(617)]>0&&r[s(850)](l);for(const t of u)t[s(809)]()}))},s=(e,n)=>1==e[t(617)]&&1==n[t(617)]&&e[0][t(604)][t(912)](n[0][t(730)]),o=(e,n,r,s)=>Rc(e,n,r,s,this[t(893)])?[e,n]:Rc(n,e,s,r,this[t(893)])?[n,e]:null;this[t(847)][t(729)](t(519),e),this[t(847)][t(729)](t(498),n),this[t(847)][t(729)](t(626),s),this[t(847)][t(729)](t(815),o),this[t(847)][t(729)](t(920),n),this[t(847)][t(729)](t(886),e),this[t(847)][t(729)](t(672),s),this[t(847)][t(729)](t(832),o),this[t(847)][t(729)](t(552),r),this[t(847)][t(729)](t(681),e),this[t(847)][t(729)](t(565),s),this[t(847)][t(729)](t(602),e),this[t(847)][t(729)](t(630),r),this[t(847)][t(729)](t(639),e),this[t(847)][t(729)](t(610),s),this[t(847)][t(729)](t(690),e),this[t(847)][t(729)](t(856),e),this[t(847)][t(729)](t(807),((e,n)=>{const r=t;if(!n)return;const s=this[r(654)][r(597)][r(514)](Ic);this[r(893)][r(637)]((t=>{const o=r;if(o(616)==n[o(556)])for(const r of e){const e=r[o(730)][o(670)],s=n[o(873)];t[o(826)](e,s)}else if(s[o(864)](n[o(556)]))for(const r of e)void 0!==n[o(873)]?t[o(502)](n[o(556)],n[o(873)],r[o(730)][o(670)]):t[o(568)](n[o(556)],r[o(730)][o(670)]);else for(const r of e)n[o(873)]?t[o(502)](n[o(556)],n[o(873)],r):t[o(568)](n[o(556)],r)}))})),this[t(847)][t(729)](t(575),s)}}function bc(t,e,n){const r=pc;for(const s of e[r(805)][r(511)]({includeSelf:!0,parentFirst:!0})){if(s[r(858)]==s)return!1;if(!n[r(589)](s))return!1;if(t[r(697)](s)||t[r(548)](s))return!0}return!1}function Tc(t){const e=pc;return t[e(604)][e(805)]==t[e(730)][e(670)]&&t[e(604)][e(622)]}function _c(t,e,n,r){const s=pc,o=t=>!t[s(547)].is(s(844))&&!r[s(697)](t[s(547)]),i=t[s(730)][s(834)](o),a=t[s(604)][s(834)](o,{direction:s(516)});return!(t[s(730)][s(912)](i)&&t[s(604)][s(912)](a)||(i[s(563)](a)?n[s(915)](e,{range:n[s(797)](i,a)}):n[s(793)](e),0))}function yc(t){return(0,o.hashObject)(t)}function Ac(t){const e=pc,n=t[e(730)][e(670)];return n&&n.is(e(715))}function kc(){const t=["warn","deletion:accept","getIntersection","clone","multipleBlocks","markers","hasComments","substr","removeComment","insertion:","formatGroupId","commands","createElement","toUpperCase","insertion:discard","getSuggestion","newRange","document","setAttribute","2038570eqFbxY","trackChanges","selection","addMarkerName","isOwn","discardSuggestion","ready","_updateSuggestionData","getAncestors","oldRange","upcast","get","markerNameToElements","backward","lowest","_joinSuggestions","insertion:accept","data-suggestion","19799RhzyMv","createRangeOn","add","widget","_breakSuggestionMarker","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.","addUser","addMarker:suggestion:formatBlock","some","track-changes-adapter-already-set","elementStart","conversion","moveTargetPosition","formatBlock","collaboration.channelId","stop","writer","sort","listenTo","getNearestSelectionRange","define","track-changes-suggestion-data-mismatch","containsPosition","nodeBefore","acceptSelectedSuggestions","getAllAdjacentSuggestions","item","isLimit","addHighlight","getWalker","accepted","formatInline:accept","insertion","requires","model","key","ck-suggestion-marker-formatInline","isNextTo","enableCommand","activeMarkers","notReady","isTouching","isBefore","dataReady","formatInline:join","registerCustomCallback","getRange","removeAttribute","getItems","getMarkers","getSuggestions","elementEnd","_initAriaMarkerChangeAnnouncements","_descriptionFactory","attribute:join","_enabledCommands","_recordAttributeChanges","unshift","track-changes-user-not-found","highest","getRanges","getFirstMarker","differ","@external","_SUGGESTION_ANNOUNCEMENT","authorName","ENTER","buildSuggestion","containsItem","isSelectable","multi","consume","fromRange","formatInline","chain","suggestion-type","plugins","meta","_element","ck-suggestion-marker-formatBlock","name","formatInline:chain","createdAt","end","pop","$marker","4CluFaI","removeMarker:suggestion:attribute","startsWith","formatBlock:join","editor","256314qgdlxQ","getDifference","isMultiRange","createRangeIn","$elementName","length","markInlineFormat","low","substring","change:activeMarkers","isAtStart","bindElementToMarker","rejected","split","insertion:join","forceDefaultExecution","concat","commandName","formatBlock:accept","_rangeIsInLocalUserInsertion","_adapter","createPositionBefore","isInContent","unbind","track-changes-adapter-missing-getsuggestion","change","getShiftedBy","formatBlock:discard","addCommentThread","getCustomProperty","suggestion","_recordAttributeSuggestions","rethrowUnexpectedError","tablePasteChainId","options","dataDowncast","rootName","136302FUAnrU","delete","markerReady","discardAllSuggestions","_afterChanges","_editor","containsRangeInObject","open","deleteContent","markerName","getUser","_inlineAttributeKeys","isInsideObject","splice","discard","928503vhEpie","format","find","includes","updateSuggestion","_isDataLoaded","nodeAfter","update:suggestion","deletion:join","createPositionAt","insertContent","isExternal","push","_removeSuggestion","_enableDefaultAttributesIntegration","addSuggestion","formatInline:","formatInline:discard","PENDING_ACTION_SUGGESTION","119VAvNJc","pluginName","getSuggestionCallback","_refreshAttributeSuggestionsChain","_reduceExistingSuggestions","attributeNewValue","consumable","formatBlock:chain","_getAuthorFromId","next","deletion:","_saved","isAfter","skipNestingCheck","isObject","after","range","from","ck-suggestion-marker-","_suggestionFactory","addMarker:suggestion","getMultiRangeId","creator","originalSuggestionId","_suggestionState","_addSuggestionMarker","_checkSuggestionCorrectness","674005LIksNR","_registerDefaultCallbacks","howMany","locale","_setSuggestionData","element","trackChanges.mergeNestedSuggestions","$text","fire","_joinWithAdjacentSuggestions","fetchCommentThread","targetPosition","always","init","TrackChangesEditing","setTo","dataToMarker","getContainedElement","addSuggestionData","set","start","external:","attribute:","_customCallbacks","stopListening","insert","toViewElement","formatBlock:","isDocumentOperation","track-changes-command-not-found","splitPosition","assign","markAttributeChange","PendingActions","_isRegisteredAttribute","announce","_setSuggestionRange","subType","keys","adapter","addMarker","_getExternalAuthor","change:_saved","markMultiRangeDeletion","attributes","refresh","normal","isRemovable","_suggestions","_blockAttributeKeys","registerPostFixer","groupId","_onDiscard","CommentsRepository","addClass","deletion","showSuggestionHighlights","_createSuggestion","hasCommentThread","join","_cutOutSuggestionMarker","head","createPositionAfter","addRange","$graveyard","markerToData","suggestion:attribute:","discardSelectedSuggestions","high","track-changes-suggestion-not-found","has","_splitMarkerName","author","comments","attributeKey","applyOperation","position","containerElement","error-saving-suggestion-data-suggestion-discarded","editing","trackChangesCommand","_getSuggestionData","createSelection","removeMarker","values","containsRange","ck-suggestion-marker","createRange","commentThread","11bRKofC","forward","map","FORMATTING","attribute","suggestionLoaded","parent","LEAVE","attribute:discard","24PmuZns","detach","size","Users","group","10fDDDRK","track-changes-enable-command-twice","insertion:chain","_processAttributeChanges","markerToHighlight","authoredAt","data","fromCharCode","never","isCollapsed","57361wSjPwi","getAttribute","_findSuggestions","rename","isLocal","filter","toJSON","_commentsRepository","isBlock","deletion:chain","ariaLiveAnnouncer","getLastMatchingPosition","marker-count","attributeOldValue","_processAttributeSuggestions","forEach","removed","isUndo","schema","suggestionChanged","removeMarkers","$textProxy","isArray","previous","_defaultCallbacks","removeClass","acceptSuggestion","setSelection","suggestionUnloaded","default","reconvertMarker","move","type","attribute:accept","every","root","before","documentSelection","_handleNewSuggestionMarker","mapper","config","_isBlockAttribute","editingDowncast","suggestion:","getFirstRange","ck-suggestion-marker--active","elementToElement","addMarker:suggestion:attribute","change:data","then","oldValue","3468YqvMpt","_getMarkerAnnouncementText","_isForcedDefaultExecutionBlock","remove","execute","getChanges","_registerInlineAttribute","_addThreadToSuggestion","_mergeNestedSuggestions","getChangedMarkers","newValue","_reduceSuggestionAttributeRange","deletion:discard","hasSuggestion","isAtEnd","_registerBlockAttribute","clear","acceptAllSuggestions","markMultiRangeInsertion","_model","markMultiRangeBlockFormat","enqueueChange","removeMarker:suggestion:formatBlock","value","_refreshSuggestionsChain","isIntersecting","markBlockFormat","enableReadOnlyMode","getCommentThread","trackChanges.trackFormatChanges","for","_trackFormatChanges","return","catch","_getAttributeKey","batch","resolve","markDeletion","isEqual","accept","markInsertion","updateMarker","unbindElementFromMarkerName","isIntersectingWithRange","addComment"];return(kc=function(){return t})()}function Cc(t,e){const n=pc;return null==t[n(604)][n(544)]&&t[n(604)][n(805)]==t[n(730)][n(670)]?Nc(t[n(730)][n(670)],e):t}function Nc(t,e){const n=pc,r=e[n(841)][n(697)](t)||e[n(841)][n(590)](t);return e[n(797)](e[n(673)](t,n(859)),r?e[n(772)](t):e[n(673)](t,n(604)))}function Rc(t,e,n,r,s){const o=pc;if(!Sc(t,e))return!1;if(n[o(604)][o(912)](r[o(730)]))return!0;if(t[o(855)]!=e[o(855)])return!1;if(!n[o(604)][o(562)](r[o(730)]))return!1;const i=s[o(797)](n[o(604)],r[o(730)])[o(550)]();for(const t of i)if([o(531),o(572)][o(667)](t[o(855)])&&s[o(841)][o(548)](t[o(547)]))return!1;return!0}function Sc(t,e,n=[]){const r=pc;return!(!t[r(669)]||!e[r(669)])&&Or(gc(t[r(754)],n),gc(e[r(754)],n))}function Lc(t,e){const n=pc,r=vc(t[n(754)]),s=vc(e);if(!t[n(669)])return!1;for(const t of Object[n(748)](s))if(!Or(r[t],s[t]))return!1;return!0}function vc(t){const e=pc,n=Object[e(741)]({},t);return delete n[e(696)],delete n[e(645)],n}const Mc=Oc;function wc(){const t=["_discardCommand","plugins","isEnabled","_editor","isDirty","locale","destroy","_acceptCommand","243GowmsH","getRanges","change:isDirty","3wvSCJg","449838leOpuD","unbind","canDiscard","3049856rqqQuy","_setPendingAction","canAccept","926781nPwNAV","remove","acceptSuggestion","_pendingAction","get","model","3300508pSkqgR","view","328230bvEqJq","PendingActions","515890GTovru","add","PENDING_ACTION_SUGGESTION","commentThreadController","discardSuggestion","stopListening","canEditAt","commands","execute","6mkMwdK","_removePendingAction","4933365XyWkXZ","listenTo","bind"];return(wc=function(){return t})()}function Oc(t,e){const n=wc();return(Oc=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Oc,r=t();for(;;)try{if(518245===-parseInt(n(135))/1+-parseInt(n(129))/2*(-parseInt(n(128))/3)+-parseInt(n(141))/4+-parseInt(n(114))/5*(-parseInt(n(112))/6)+parseInt(n(143))/7+-parseInt(n(132))/8+-parseInt(n(125))/9*(-parseInt(n(145))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Dc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Oc;super(),this[s(140)]=e,this[s(142)]=n,this[s(148)]=r,this[s(120)]=t,this[s(124)]=t[s(110)][s(139)](s(137)),this[s(117)]=t[s(110)][s(139)](s(149)),this[s(142)][s(116)](s(119)).to(this[s(124)],this[s(117)],((t,e)=>t||e)),this[s(142)][s(116)](s(134)).to(this[s(124)],s(119),(t=>t&&this[s(120)][s(140)][s(151)](e[s(126)]()))),this[s(142)][s(116)](s(131)).to(this[s(117)],s(119),(t=>t&&this[s(120)][s(140)][s(151)](e[s(126)]()))),this[s(138)]=null,n[s(121)]&&this[s(133)](),this[s(115)](n,s(137),(()=>this[s(137)]())),this[s(115)](n,s(149),(()=>this[s(149)]())),this[s(115)](n,s(127),(()=>{const t=s;n[t(121)]?this[t(133)]():this[t(113)]()}))}[Mc(137)](){const t=Mc;this[t(124)][t(111)](this[t(140)].id)}[Mc(149)](){const t=Mc;this[t(117)][t(111)](this[t(140)].id)}[Mc(123)](){const t=Mc;this[t(142)][t(130)](t(119)),this[t(142)][t(130)](t(134)),this[t(142)][t(130)](t(131)),this[t(150)](),this[t(148)][t(123)](),this[t(138)]&&this[t(113)]()}[Mc(133)](){const t=Mc,e=zr(this[t(120)][t(122)],t(147));this[t(138)]=this[t(120)][t(118)][t(139)](t(144))[t(146)](e)}[Mc(113)](){const t=Mc;null!==this[t(138)]&&this[t(120)][t(118)][t(139)](t(144))[t(136)](this[t(138)]),this[t(138)]=null}}const Fc=Pc;function Pc(t,e){const n=xc();return(Pc=function(t,e){return n[t-=398]})(t,e)}function xc(){const t=["canDiscard","60591pNMEXg","_config","addComment","canAccept","14751780sMcXUB","isReadOnly","63aUQkfb","setData","isActive","assign","destroy","CommentView","87070MqjNRI","6890gMBYto","length","fire","cancel","_createCommentThreadInputView","updateComment","16051qjRZbu","4278830RoKYdJ","element","submit","commentThreadInputView","isDirty","editorConfig","set","bind","_createCommentViews","locale","commentInputView","disableComments","removeComment","value","delegate","showInput","authoredAt","_localUser","33tEovpo","134mAmtDk","hasDirtyComment","commentsListView","1230WXPuoq","475504LRHNRj","focus","3592ZFFGKJ","isEnabled","editor","descriptionParts","_model","disabledSubmit","commentThread"];return(xc=function(){return t})()}!function(t,e){const n=Pc,r=t();for(;;)try{if(911780===parseInt(n(419))/1+-parseInt(n(446))/2*(parseInt(n(407))/3)+-parseInt(n(399))/4*(-parseInt(n(420))/5)+-parseInt(n(449))/6*(-parseInt(n(426))/7)+parseInt(n(450))/8*(parseInt(n(413))/9)+-parseInt(n(427))/10*(-parseInt(n(445))/11)+-parseInt(n(411))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xc);class Bc extends s.View{constructor(t,e,n,r){const s=Pc;super(t),this[s(448)]=null,this[s(430)]=null,this[s(433)](s(415),!1),this[s(433)](s(443),e[s(443)]),this[s(434)](s(443)).to(e),this[s(433)](s(402),[]),this[s(433)](s(431),!1),this[s(433)](s(400),!1),this[s(433)](s(410),!1),this[s(433)](s(406),!1),this[s(403)]=e,this[s(444)]=n,this[s(408)]=r,r[s(438)]?this[s(433)](s(421),1):this[s(435)]()}[Fc(398)](){const t=Fc;this[t(428)][t(398)]()}[Fc(417)](){const t=Fc;this[t(448)]&&this[t(448)][t(417)](),this[t(430)]&&this[t(430)][t(417)](),super[t(417)]()}[Fc(435)](){const t=Fc,{CommentsListView:e}=this[t(408)];this[t(448)]=new e(this[t(436)],this[t(403)][t(405)],Object[t(416)]({CommentView:this[t(408)][t(418)]},this[t(408)])),this[t(448)][t(441)](t(439)).to(this),this[t(448)][t(441)](t(425)).to(this),this[t(448)][t(434)](t(415)).to(this),this[t(433)](t(421),this[t(448)][t(421)]+1),this[t(434)](t(421)).to(this[t(448)],t(421),(t=>t+1)),this[t(430)]=this[t(424)](),this.on(t(439),(()=>this[t(398)]())),this[t(434)](t(431)).to(this[t(448)],t(447),this[t(430)][t(437)],t(440),((t,e)=>t||!!e))}[Fc(424)](){const t=Fc,{CommentThreadInputView:e}=this[t(408)],n=new e(this[t(436)],this[t(444)],this[t(408)][t(432)]),r=n[t(437)];return n[t(434)](t(442)).to(this,t(415),this[t(403)][t(405)],t(412),r,t(440),((t,e,n)=>!!n||t&&!e)),r.on(t(429),((e,n)=>{const s=t;this[s(422)](s(409),n),r[s(401)][s(414)]("")})),r.on(t(423),(()=>this[t(398)]())),r[t(434)](t(404)).to(this[t(403)][t(405)],t(412)),n}}const Uc=jc;function jc(t,e){const n=Hc();return(jc=function(t,e){return n[t-=362]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(770433===parseInt(n(395))/1*(parseInt(n(386))/2)+-parseInt(n(426))/3+parseInt(n(406))/4+-parseInt(n(429))/5*(parseInt(n(413))/6)+-parseInt(n(458))/7*(parseInt(n(409))/8)+parseInt(n(442))/9+-parseInt(n(378))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Gc extends Bc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(399)](i(388),""),this[i(372)](i(388)).to(this,i(440),(t=>t&&t[0]?t[0][i(388)]:"")),this[i(372)](i(438)).to(this,i(440),this,i(385),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(416)+Vc(e[n(401)],e[n(439)])+n(424);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(445)]=null,this[i(435)]=this[i(383)](zr(e,i(421)),t.icons[i(461)],i(454),i(410),"sw"),this[i(435)][i(372)](i(444)).to(this,i(367)),this[i(412)]=this[i(383)](zr(e,i(384)),t.icons[i(449)],i(464),i(450),"sw"),this[i(412)][i(372)](i(444)).to(this,i(368)),this[i(457)]=new o.UserView(e,this[i(391)][i(407)],this[i(418)]()),this[i(457)][i(404)]({attributes:{class:[i(425),i(437)]}}),this[i(455)](this[i(365)]())}[Uc(365)](){const t=Uc,e=this[t(453)],n=[{tag:t(419),attributes:{class:[t(371),t(431)]},children:[{tag:t(379),children:[{text:this[t(457)][t(463)]}],attributes:{class:[t(434),t(380)]}},{tag:t(362),attributes:{datetime:e.to(t(420)),class:[t(417),t(436)]},children:[{text:e.to(t(420),(e=>this[t(398)][t(427)](e)))}]}]},{tag:t(419),attributes:{class:[t(459),t(393)]},children:[this[t(435)],this[t(412)]]},{tag:t(419),attributes:{class:[t(389)]}}];this[t(391)][t(400)]&&n[t(370)]({tag:t(419),attributes:{class:[t(471)]},children:[{text:this[t(422)]()}]});const r={tag:t(419),attributes:{class:[t(451),e.if(t(385),t(423)),e.to(t(388),(e=>t(390)+e)),this[t(398)][t(452)]&&t(373)],"data-suggestion-id":this[t(391)].id,"data-thread-id":this[t(391)][t(392)].id,"data-author-id":this[t(391)][t(407)].id,tabindex:-1},children:[{tag:t(419),attributes:{class:[t(363),t(428)]},children:[this[t(457)],{tag:t(419),attributes:{class:[t(446),t(377)]},children:n}]}]};return this[t(397)]&&this[t(430)]&&(r[t(443)][t(370)](this[t(397)],this[t(430)]),this[t(397)][t(470)](t(415)).to(this),this[t(397)][t(470)](t(394)).to(this),this[t(430)][t(470)](t(415)).to(this),this[t(430)][t(470)](t(394)).to(this)),r}[Uc(375)](){const t=Uc;super[t(375)](),this[t(445)]=this[t(381)][t(465)](t(433)),this[t(445)][t(402)]=this[t(438)],this.on(t(462),((e,n,r)=>{const s=t;this[s(445)][s(402)]=r}))}[Uc(383)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(396)]);return a[i(399)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(404)]({attributes:{class:n}}),a.on(i(448),(()=>{const t=i;this[t(403)](r,this[t(391)].id)})),a}[Uc(422)](){const t=Uc;return t(374)===this[t(391)][t(366)][t(364)][t(456)]?zr(this[t(396)],t(408)):zr(this[t(396)],t(466))}[Uc(418)](){const t=Uc;return this[t(391)][t(400)]?t(374)===this[t(391)][t(366)][t(364)][t(456)]?zr(this[t(396)],t(472),this[t(391)][t(411)][t(463)]):zr(this[t(396)],t(447),this[t(391)][t(411)][t(463)]):null}}function Vc(t,e){const n=Uc;let r="";return r+=t[n(376)]("*")[n(460)](((t,e)=>e%2!=0?n(369)+zc(t)+n(441):zc(t)))[n(405)](""),e&&(r+=n(387)+e[n(468)]+n(467)+e[n(382)]+n(414)),r}function Hc(){const t=["ck-suggestion--disabled-comments","importWord","render","split","ck-annotation__main","699550WWXAAc","span","ck-annotation__info-name","element","title","_createButton","Discard suggestion","isActive","4zBIsem",'<span class="ck-suggestion-color" style="background-color: ',"type","ck-annotation__content-wrapper","ck-suggestion-","_model","commentThread","ck-annotation__actions","editorDestroyed","667240pHAnrJ","locale","commentsListView","_config","set","isExternal","content","innerHTML","fire","extendTemplate","join","2317692kzDxMi","author","EXTERNAL_IMPORT_WORD_SUGGESTION","8iqCFzU","acceptSuggestion","creator","discardButton","18hwiLmM",'"></span>',"editorReady","<p>","ck-comment__info-time","getUserViewNotificationText","div","authoredAt","Accept suggestion","getExternalSuggestionNote","ck-suggestion-wrapper--active","</p>","ck-suggestion__user","2381427WttzWt","formatDateTime","ck-annotation","549365EcMrnf","commentThreadInputView","ck-annotation__info","innerText",".ck-annotation__content-wrapper","ck-suggestion__info-name","acceptButton","ck-annotation__info-time","ck-annotation__user","description","color","descriptionParts","</span>","3790089tNwhrV","children","isEnabled","_descriptionElement","ck-suggestion__main","EXTERNAL_AVATAR","execute","cancel","discardSuggestion","ck-suggestion-wrapper","disableComments","bindTemplate","ck-suggestion--accept","setTemplate","source","userView","2598456WcITva","ck-suggestion__actions","map","check","change:description","name","ck-suggestion--discard","querySelector","EXTERNAL_SUGGESTION",'" title="',"value","createElement","delegate","ck-comment__external","EXTERNAL_IMPORT_WORD_AVATAR","time","ck-suggestion","@external","getTemplate","attributes","canAccept","canDiscard",'<span class="ck-suggestion-type">',"push","ck-suggestion__info","bind"];return(Hc=function(){return t})()}function zc(t){const e=Uc,n=document[e(469)](e(379));return n[e(432)]=t,n[e(402)]}const Wc=Xc;function Xc(t,e){const n=Kc();return(Xc=function(t,e){return n[t-=474]})(t,e)}function Kc(){const t=["componentFactory","6044427PsikOh","suggestionLoaded","toMany","hasSuggestion","keys","innerView","comments.editorConfig","filter","30eVycOY","getMarkerNames","head","CommentsRepository","_descriptionFactory","trackChanges","_bindAnnotationToEditors","stopListening","getDescriptions","length","trackChanges.disableComments","execute","arrowView","Annotations","addSourceCollector","reduce","_handleSuggestionControllerDelayed","values","delete","Discard all selected suggestions","actionView","createAnnotationView","_destroyController","_unbindEditors","mainView","unbind","_disableComments","1FYVoHb","add","_annotationViews","descriptionParts","discardButton","isOn","discardAllSuggestions","acceptSelectedSuggestions","switchbutton","config","isMultiRange","suggestionUnloaded","listenTo","previous","addComment","getAllAdjacentSuggestions","suggestionChanged","trackChanges.SuggestionThreadView","suggestion-","SuggestionThreadView","init","focus","getByInnerView","size","commandName","Discard all suggestions","button","map","isDirty","locale","remove","commands","comments.maxCommentsWhenCollapsed","TrackChangesEditing","2153767TZHUAN","define","set","Accept all selected suggestions","from","CommentView","pluginName","source","_initializeController","change:activeAnnotations","6230922bSExXh","Accept all suggestions","model","requires","getFirstRange","_createUIButton","discardSelectedSuggestions","comments.maxCommentCharsWhenCollapsed","getSuggestion","destroy","CommentsUI","comments","editor","_updateController","getJoined","9627piFtCw","registerAnnotation","_refreshActiveMarkers","460968LWoPUO","acceptButton","view","getRanges","comments.maxThreadTotalWeight","Track changes","5574050VNnlhN","createCommentThreadController","isEnabled","value","has","3655432BKOtFf","buttonView","plugins","commentThread","isInContent","createAnnotation","type","get","_viewToController","clear","refreshSelectedViews","getMarkers","editing","_handleControllerBuffer","acceptAllSuggestions","EditorAnnotations","activeMarkers","separator","bind","some","activeAnnotations","push","_suggestionToController","1340zVeZGS","change:previous","TrackChangesUI","lowest"];return(Kc=function(){return t})()}!function(t,e){const n=Xc,r=t();for(;;)try{if(679377===-parseInt(n(490))/1*(-parseInt(n(552))/2)+parseInt(n(549))/3*(parseInt(n(586))/4)+parseInt(n(558))/5+parseInt(n(534))/6+-parseInt(n(524))/7+-parseInt(n(563))/8+-parseInt(n(591))/9*(parseInt(n(599))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class qc extends t.Plugin{static get[Wc(537)](){const t=Wc;return[Ic,o.Users,t(602),t(476),t(578)]}static get[Wc(530)](){return Wc(588)}constructor(t){const e=Wc;super(t),this[e(585)]=new Map,this[e(571)]=new Map,this[e(492)]=new Map,this[e(576)]=new Map;const n=this[e(546)][e(499)];n[e(525)](e(507),Gc),n[e(525)](e(609),!1),this[e(489)]=n[e(570)](e(609))}[Wc(479)](t,e){const n=Wc;0===this[n(576)][n(513)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(576)]){const r=this[t(585)][t(562)](e);r||n?r&&n&&this[t(485)](e):this[t(532)](e)}this[t(576)][t(572)](),this[t(546)][t(565)][t(570)](t(578))[t(573)](),this[t(551)]()}),10),this[n(576)][n(526)](t,e)}[Wc(510)](){const t=Wc,e=this[t(546)],n=e[t(565)][t(570)](t(523)),r=e[t(565)][t(570)](t(476)),s=e[t(565)][t(570)](t(578)),o=e[t(565)][t(570)](t(602));e.ui[t(590)][t(491)](t(604),(e=>this[t(539)](e))),s[t(477)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(528)](this[e(585)])){const s=t[e(505)](),o=[];for(const t of s){if(!t[e(567)])continue;if(t[e(500)]){o[e(584)](...t[e(555)]());continue}const n=t[e(538)]();if(o[e(608)]>0){const t=o[0][e(548)](n);if(t){o[0]=t;continue}}o[e(584)](n)}n[e(584)]([r[e(554)],o])}return n})),this[t(502)](n,t(592),((e,n)=>{const r=t;this[r(502)](n,r(587),((t,e,s,o)=>{const i=r;n[i(567)]&&(null==s?(this[i(547)](o[i(601)]),this[i(479)](n,!1)):(this[i(547)](s[i(601)]),null==o&&this[i(479)](n,!0)))})),null!==n[r(503)]?this[r(547)](n[r(601)]):this[r(479)](n,!1)})),this[t(502)](n,t(501),((e,n,r)=>{const s=t;this[s(606)](n,s(587)),this[s(576)][s(481)](n),this[s(585)][s(562)](n)&&this[s(485)](n),r&&this[s(547)](r[s(601)])})),this[t(502)](n,t(506),((e,n)=>{this[t(547)](n)})),this[t(502)](r,t(533),(()=>{this[t(551)]()})),this[t(502)](o,t(504),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(594)](r))return;const i=n[o(542)](r);this[o(585)][o(570)](i)[o(554)][o(511)]()}),{priority:t(589)})}[Wc(551)](){const t=Wc,e=this[t(546)][t(565)][t(570)](t(476)),n=this[t(546)][t(565)][t(570)](t(523)),r=Array[t(528)](e[t(583)],(e=>e[t(596)]))[t(598)]((e=>this[t(571)][t(562)](e))),s=[];for(const e of r){const n=this[t(571)][t(570)](e)[t(536)][t(505)]();s[t(584)](...n[t(478)](((e,n)=>[...e,...n[t(600)]()]),[]))}n[t(579)]=s}[Wc(539)](t){const n=Wc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(546)][n(521)][n(570)](n(604)),i=zr(t,n(557));r[n(564)][n(526)]({tooltip:i,label:i,icon:'\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'}),r[n(564)][n(581)](n(495)).to(o,n(561)),r[n(564)].on(n(474),(()=>{const t=n;o[t(474)](),this[t(546)][t(575)][t(554)][t(511)]()}));const a=new e.Collection,c=[{type:n(498),model:{withText:!0,label:i,commandName:n(604)}},{type:n(580)},{type:n(516),model:{withText:!0,label:zr(t,n(535)),commandName:n(577)}},{type:n(516),model:{withText:!0,label:zr(t,n(527)),commandName:n(497)}},{type:n(516),model:{withText:!0,label:zr(t,n(515)),commandName:n(496)}},{type:n(516),model:{withText:!0,label:zr(t,n(482)),commandName:n(540)}}];for(const t of c){let e={type:n(580)};if(t[n(536)]){const r=new s.ViewModel(t[n(536)]),o=this[n(546)][n(521)][n(570)](r[n(514)]);r[n(581)](n(495),n(560)).to(o,n(561),n(560)),e={type:t[n(569)],model:r}}a[n(491)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(598)]((t=>null!=t[n(536)]))[n(517)]((t=>this[n(546)][n(521)][n(570)](t[n(536)][n(514)]))),l=r[n(564)];return l[n(483)][n(488)](n(560)),l[n(475)][n(488)](n(560)),l[n(483)][n(581)](n(560)).to(o,n(560)),l[n(475)][n(581)](n(560))[n(593)](u,n(560),((...t)=>t[n(582)]((t=>t)))),r.on(n(474),(t=>{const e=n;this[e(546)][e(474)](t[e(531)][e(514)]),this[e(546)][e(575)][e(554)][e(511)]()})),r}[Wc(532)](t){const e=Wc,n=this[e(546)],r=n[e(499)],s=n[e(565)][e(570)](e(476)),i=n[e(565)][e(570)](e(602)),a=n[e(565)][e(570)](e(578)),c=n[e(565)][e(570)](o.Users).me,u=r[e(570)](e(604))[e(509)],{CommentsListView:l,CommentThreadInputView:f}=n[e(565)][e(570)](e(544));let h,g;this[e(492)][e(562)](t.id)?(g=this[e(492)][e(570)](t.id),h=g[e(487)]):(h=new u(n[e(519)],t,c,{disableComments:this[e(489)],editorConfig:r[e(570)](e(597)),maxCommentsWhenCollapsed:r[e(570)](e(522)),maxThreadTotalWeight:r[e(570)](e(556)),maxCommentCharsWhenCollapsed:r[e(570)](e(541)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(570)](e(519))),CommentView:r[e(570)](e(545))[e(529)],CommentsListView:l,CommentThreadInputView:f}),h[e(553)].on(e(474),(()=>{const t=e;n[t(575)][t(554)][t(511)]()})),h[e(494)].on(e(474),(()=>{const t=e;n[t(575)][t(554)][t(511)]()})),g=s[e(484)](this[e(546)][e(519)],h),g[e(581)](e(518)).to(h,e(518)),g[e(581)](e(608)).to(h),g[e(581)](e(569)).to(h,e(569),(t=>e(508)+t)),this[e(492)][e(526)](t.id,g));const d=i[e(559)](t[e(566)],h),p=new Dc(n,t,h,d),m=t[e(505)]()[e(598)]((t=>t[e(567)]));h[e(493)]=n[e(565)][e(570)](e(523))[e(603)][e(607)](m),this[e(585)][e(526)](t,p),this[e(571)][e(526)](h,p);const I=s[e(568)]({view:g,target:()=>{const r=e,s=[],i=t[r(505)]()[r(598)]((t=>t[r(567)]));for(const t of i)s[r(584)](...t[r(574)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(575)],s)},type:()=>e(508)+p[e(554)][e(569)]});i[e(605)](h,I),s[e(491)](I),a[e(550)](I)}[Wc(485)](t){const e=Wc,n=this[e(546)][e(565)][e(570)](e(602)),r=this[e(546)][e(565)][e(570)](e(476)),s=this[e(585)][e(570)](t),o=s[e(554)],i=r[e(512)](o);n[e(486)](o),i&&r[e(520)](i),this[e(585)][e(481)](t),this[e(571)][e(481)](o),s[e(543)]()}[Wc(547)](t){const e=Wc;if(!t[e(567)]||!this[e(585)][e(562)](t))return;const n=this[e(546)][e(565)][e(570)](e(523)),r=this[e(585)][e(570)](t),s=t[e(505)]();r[e(554)][e(493)]=n[e(603)][e(607)](s)}[Wc(543)](){const t=Wc;for(const e of this[t(585)][t(595)]())this[t(485)](e);for(const e of this[t(492)][t(480)]())e[t(487)][t(543)]();super[t(543)]()}}var Jc=Qc;function Qc(t,e){var n=Yc();return(Qc=function(t,e){return n[t-=270]})(t,e)}function Yc(){var t=["6873498nGgdXh","2267310AeCeTZ","editor","24tjTKth","plugins","getSuggestions","pluginName","2670cJYkSQ","3193666MgciqM","586AQKLJP","requires","Comments","2902112fVfXYO","TrackChanges","adapter","get","970070EDTPKm","416546aXRvYd","addSuggestion","addSuggestionData","getSuggestion"];return(Yc=function(){return t})()}!function(t,e){for(var n=Qc,r=t();;)try{if(381725===-parseInt(n(289))/1+parseInt(n(281))/2*(parseInt(n(279))/3)+-parseInt(n(284))/4+-parseInt(n(288))/5+-parseInt(n(273))/6+-parseInt(n(280))/7+-parseInt(n(275))/8*(-parseInt(n(272))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class Zc extends t.Plugin{static get[Jc(282)](){return[Ic,qc,Jc(283)]}static get[Jc(278)](){return Jc(285)}set[Jc(286)](t){var e=Jc;this[e(274)][e(276)][e(287)](Ic)[e(286)]=t}get[Jc(286)](){var t=Jc;return this[t(274)][t(276)][t(287)](Ic)[t(286)]}[Jc(290)](t){var e=Jc;return this[e(274)][e(276)][e(287)](Ic)[e(270)](t)}[Jc(277)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Jc;return this[n(274)][n(276)][n(287)](Ic)[n(277)]({skipNotAttached:t,toJSON:e})}[Jc(271)](t){var e=Jc;return this[e(274)][e(276)][e(287)](Ic)[e(271)](t)}}const $c=tu;function tu(t,e){const n=eu();return(tu=function(t,e){return n[t-=427]})(t,e)}function eu(){const t=["map","pluginName","get","getDataWithDiscardedSuggestions","discardAllSuggestions","createDocumentFragment","trackChangesData.editorCreator","getRootsAttributes","TrackChangesEditing","7182110LylPrk","54462aRBtLQ","execute","getFullData","document","514343tDFvmg","define","track-changes-data-invalid-editor-creator","editorCreator","editor","2662992jfZnJI","Pagination","TrackChangesDataGetter","rootsAttributes","_adapter","CommentsRepository","addSuggestionData","9swYyKD","appendChild","function","constructor","div","model","57AXmhkQ","push","15198MsUyLo","getUser","1428325RjzBhP","Users","trackChangesData","getRootNames","reduce","config","data","create","end","TrackChangesData","createElement","requires","init","destroy","getDataWithAcceptedSuggestions","plugins","acceptAllSuggestions","useAnonymousUser","addUser","result","584540wYIfuT","users","set","getSuggestions","266EjspmO","name"];return(eu=function(){return t})()}!function(t,e){const n=tu,r=t();for(;;)try{if(360261===parseInt(n(478))/1+parseInt(n(436))/2*(parseInt(n(434))/3)+parseInt(n(458))/4+parseInt(n(438))/5+parseInt(n(474))/6*(-parseInt(n(462))/7)+-parseInt(n(483))/8*(-parseInt(n(428))/9)+-parseInt(n(473))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eu);const nu=[$c(484)];class ru extends t.Plugin{static get[$c(449)](){return[Ic]}static get[$c(465)](){return $c(447)}[$c(450)](){const t=$c,n=this[t(482)];if(n[t(443)][t(479)](t(470),(e=>{const r=t,s=n[r(433)][r(477)][r(441)]()[r(442)](((t,e)=>(t[e]="",t)),{});return n[r(431)][r(445)](s,e)})),t(430)!=typeof n[t(443)][t(466)](t(440))[t(481)])throw new e.CKEditorError(t(480))}[$c(452)](t){return iu(this[$c(482)],!0,t)}[$c(467)](t){return iu(this[$c(482)],!1,t)}}class su extends t.Plugin{static get[$c(465)](){return $c(485)}constructor(t){const e=$c;super(t),this[e(457)]=e(446)}[$c(450)](){const t=$c;this[t(482)][t(453)][t(466)](t(488))[t(487)]={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(482)][t(453)][t(466)](t(472))[t(487)]=null}}function ou(t){return void 0!==t[$c(471)]}async function iu(t,e,n){const r=$c,s=(0,o.sanitizeEditorConfig)(t,nu);s[r(453)][r(435)](Ic,su),s[r(486)]=ou(t)?t[r(471)]():void 0;const i=document[r(469)](),a=t[r(443)][r(466)](r(440))[r(481)],c=await a(s,(()=>function(t){const e=r,n=document[e(448)](e(432));return t[e(429)](n),n}(i)));!function(t,e){const n=r,s=t[n(433)][n(477)][n(441)]()[n(442)](((e,r)=>(e[r]=t[n(444)][n(466)]({rootName:r}),e)),{}),o=t[n(453)][n(466)](n(439))[n(459)][n(464)]((t=>({id:t.id,name:t[n(463)]}))),i=t[n(453)][n(466)](n(472))[n(461)]({skipNotAttached:!0,toJSON:!0}),a=e[n(453)][n(466)](n(439)),c=e[n(453)][n(466)](n(472));for(const t of o)a[n(437)](t.id)||a[n(456)](t);a.me||a[n(455)]();for(const t of i)c[n(427)](t);e[n(444)][n(460)](s)}(t,c),c[r(475)](r(e?454:468));const u=ou(c)?c[r(476)](n):c[r(444)][r(466)](n);return await c[r(451)](),u}function au(){var t=["3464clNafe","216MEDYAh","178jSgLMi","2290UoKcxR","1704505diraQB","38319txCvhV","6mAyaEz","4659675uBpjUr","12481840XuVovH","1824193KIZTsH","11142cosaVb"];return(au=function(){return t})()}function cu(t,e){var n=au();return(cu=function(t,e){return n[t-=221]})(t,e)}!function(t,e){for(var n=cu,r=t();;)try{if(856157===-parseInt(n(222))/1*(parseInt(n(221))/2)+parseInt(n(224))/3*(-parseInt(n(231))/4)+parseInt(n(226))/5+-parseInt(n(225))/6*(-parseInt(n(228))/7)+-parseInt(n(230))/8*(parseInt(n(229))/9)+parseInt(n(227))/10+-parseInt(n(223))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(au)})(),(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:()=>Bc,TrackChanges:()=>Yc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ec});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=498]})(t,e)}!function(t,e){const n=u,r=t();for(;;)try{if(236406===-parseInt(n(500))/1+-parseInt(n(520))/2+parseInt(n(509))/3+parseInt(n(516))/4+parseInt(n(502))/5*(parseInt(n(507))/6)+-parseInt(n(504))/7*(parseInt(n(519))/8)+parseInt(n(510))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(518)]=e,this[n(515)]=!1,this[n(514)](),this[n(508)]=!1}[c(514)](){this[c(521)]=!0}[c(512)](){const t=c;this[t(515)]=!this[t(515)],this[t(515)]?this[t(498)]():this[t(499)]()}[c(498)](){const t=c;for(const e of this[t(505)][t(513)][t(513)]())e[t(503)]&&!this[t(518)][t(511)](e)&&e[t(506)](t(501))}[c(499)](){const t=c;for(const e of this[t(505)][t(513)][t(513)]())e[t(503)]&&!this[t(518)][t(511)](e)&&e[t(517)](t(501))}}function f(){const t=["forceDisabled","6cHSjBe","_isEnabledBasedOnSelection","1247301VxqeVo","241191OoXHoC","has","execute","commands","refresh","value","401016aBrWxL","clearForceDisabled","_enabledCommands","57952MbVKUV","5252KOVPql","isEnabled","_disableUnsupportedCommands","_enableCommands","263902nQKasK","TrackChangesCommand","561190QhPmGC","affectsData","147fzVIkG","editor"];return(f=function(){return t})()}const h=d;function g(){const t=["track-changes-accept-suggestion-not-found","6947780iXJeUK","96283rClCUF","2900238NfZVXp","_isEnabledBasedOnSelection","plugins","model","acceptSuggestion","getRanges","64qTTRQF","1549240cZjDLX","1786194nIkDQk","8hdkAdH","isEnabled","2909543mhlMeD","3372VeegwP","8kdFzkp","editor","TrackChangesEditing","refresh","execute","get","canEditAt","_suggestions"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(309442===-parseInt(n(440))/1*(parseInt(n(454))/2)+parseInt(n(453))/3*(-parseInt(n(447))/4)+parseInt(n(448))/5+parseInt(n(441))/6+parseInt(n(452))/7+-parseInt(n(450))/8*(-parseInt(n(449))/9)+-parseInt(n(439))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(437)]=e,this[n(457)](),this[n(442)]=!1}[h(457)](){this[h(451)]=!0}[h(458)](t){const n=h,r=this[n(437)][n(435)](t);if(!r)throw new e.CKEditorError(n(438),this);const s=r[n(446)]();this[n(455)][n(444)][n(436)](s)&&this[n(455)][n(443)][n(435)](n(456))[n(445)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=194]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(459388===-parseInt(n(201))/1*(parseInt(n(217))/2)+-parseInt(n(196))/3+-parseInt(n(216))/4+parseInt(n(195))/5*(parseInt(n(199))/6)+parseInt(n(212))/7*(-parseInt(n(202))/8)+parseInt(n(213))/9*(parseInt(n(207))/10)+parseInt(n(214))/11*(parseInt(n(203))/12))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(210)]=e,this[n(205)](),this[n(200)]=!1}[m(205)](){this[m(208)]=!0}[m(219)](t){const n=m,r=this[n(210)][n(209)](t);if(!r)throw new e.CKEditorError(n(215),this);const s=r[n(206)]();this[n(198)][n(194)][n(218)](s)&&this[n(198)][n(197)][n(209)](n(204))[n(211)](r)}}function b(){const t=["_suggestions","discardSuggestion","4400221JqwPga","9DmQNuM","11OHEqGY","track-changes-discard-suggestion-not-found","1849332SzYUHS","61458RAeyEw","canEditAt","execute","model","35dnusgu","807009Ovttjf","plugins","editor","541260JNURHj","_isEnabledBasedOnSelection","17sIYHIx","8UfulEQ","15852348TDHSQp","TrackChangesEditing","refresh","getRanges","3892210XrTomr","isEnabled","get"];return(b=function(){return t})()}function T(t){const e=_;return t[e(321)](((t,n)=>e(342)==t[e(320)]&&e(342)!=n[e(320)]?-1:e(342)!=t[e(320)]&&e(342)==n[e(320)]?1:0))}function _(t,e){const n=k();return(_=function(t,e){return n[t-=315]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(323)];for(;s<t[n(334)];){const a=t[s],c=t[s+1];r||(r=e[n(344)](a)),A(e,a,c)||(o[n(324)](e[n(354)](r,i[n(357)](a)?e[n(335)](a):e[n(317)](a,n(337)))),r=null),s++}return o}function A(t,e,n){const r=_;if(!n)return!1;const s=t[r(335)](e),o=t[r(344)](n);return s[r(330)](o)}function k(){const t=["23492hxrKXs","33970SWGfwY","isCollapsed","change","2020WlohIP","isTouching","content","5076060Ygzfqt","splice","length","createPositionAfter","isIntersecting","end","execute","next","add","isArray","deletion","isInContent","createPositionBefore","883pyreMP","replace","2104zOWjZp","value","3711sUBRBV"," [color ","from","color","start","createRange","4952BkAaXb","getRanges","isObject","map","join","24607561cxTKqX","createPositionAt","isMultiRange","306UGMCXe","type","sort","4686840REcQed","schema","push"];return(k=function(){return t})()}!function(t,e){const n=_,r=t();for(;;)try{if(903299===parseInt(n(345))/1*(-parseInt(n(329))/2)+-parseInt(n(349))/3*(parseInt(n(355))/4)+parseInt(n(322))/5+-parseInt(n(332))/6+parseInt(n(325))/7*(parseInt(n(347))/8)+parseInt(n(319))/9*(parseInt(n(326))/10)+parseInt(n(316))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=_;for(;n[r(334)];){const s=n[r(333)](0,100);t[r(328)]((()=>{const t=r;for(const n of s)n[t(343)]&&e[t(338)](n.id)}))}}const N=L;function R(){const t=["values","108216DgLDqc","3296181HERVRX","some","from","4aWWdjB","2507523oHanue","6748230owBmLt","canEditAt","_suggestions","editor","9DSWffS","refresh","1736712gJJZVY","433406sxzrCN","execute","model","_isEnabledBasedOnSelection","getRanges","isEnabled","1MCfitz","_command","240RZtkKx","isInContent","22598268HUWmFX"];return(R=function(){return t})()}function L(t,e){const n=R();return(L=function(t,e){return n[t-=267]})(t,e)}!function(t,e){const n=L,r=t();for(;;)try{if(445003===parseInt(n(280))/1*(-parseInt(n(274))/2)+-parseInt(n(291))/3*(-parseInt(n(290))/4)+parseInt(n(282))/5*(-parseInt(n(286))/6)+-parseInt(n(287))/7+-parseInt(n(273))/8*(parseInt(n(271))/9)+-parseInt(n(267))/10+parseInt(n(284))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(281)]=e,this[r(269)]=n,this[r(272)](),this[r(277)]=!1}[N(272)](){const t=N,e=Array[t(289)](this[t(269)][t(285)]())[t(288)]((e=>e[t(283)]));this[t(279)]=this[t(281)][t(279)]&&e}[N(275)](){const t=N,e=T(Array[t(289)](this[t(269)][t(285)]()));for(const n of e){const e=n[t(278)]();if(!this[t(270)][t(276)][t(268)](e))return}C(this[t(270)][t(276)],this[t(281)],e)}}const M=v;function v(t,e){const n=w();return(v=function(t,e){return n[t-=411]})(t,e)}function w(){const t=["2194587VPzeUi","getRanges","4YZLINV","11958nJYgCk","document","isEnabled","_command","values","1208KXMMKE","refresh","58554kRJIKA","execute","117lwooBD","1766290PxbgcJ","_selectedSuggestions","size","273NGaOlJ","model","_suggestions","_isEnabledBasedOnSelection","selection","17096oEsIta","canEditAt","editor","22wbMZtj","from","987655ZVVDTi","31820784DAmULO"];return(w=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(772223===-parseInt(n(427))/1*(parseInt(n(436))/2)+parseInt(n(415))/3+-parseInt(n(417))/4*(parseInt(n(413))/5)+-parseInt(n(418))/6*(parseInt(n(431))/7)+-parseInt(n(423))/8*(parseInt(n(425))/9)+-parseInt(n(428))/10*(parseInt(n(411))/11)+parseInt(n(414))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=v;super(t),this[r(421)]=e,this[r(433)]=n,this[r(429)]=new Set,this[r(424)](),this[r(434)]=!1}[M(424)](){const t=M,e=this[t(438)][t(432)][t(419)][t(435)],n=Array[t(412)](this[t(433)][t(422)]());this[t(429)]=function(t,e){const n=_,r=Array[n(351)](t[n(356)]()),s=new Set;for(const o of e)if(o[n(343)])for(const e of r)for(const r of o[n(356)]())(e[n(336)](r)||t[n(327)]&&!o[n(318)]&&o[n(339)]&&r[n(337)][n(330)](e[n(353)]))&&s[n(340)](o);return s}(e,n),this[t(420)]=this[t(421)][t(420)]&&!!this[t(429)][t(430)]}[M(426)](){const t=M,e=T(Array[t(412)](this[t(429)]));for(const n of e){const e=n[t(416)]();if(!this[t(438)][t(432)][t(437)](e))return}C(this[t(438)][t(432)],this[t(421)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const B=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():P.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=x(e,t);return n<0?void 0:e[n][1]};const j=function(t){return x(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=x(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const J=X||Z||Function("return this")();const Q=J.Symbol;var Y=Object.prototype,$=Y.hasOwnProperty,tt=Y.toString,et=Q?Q.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Q?Q.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=J["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(J,"Map");const Ct=At(Object,"create");const Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Lt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Lt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Rt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Pt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=Pt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Pt(this,t).get(t)};const jt=function(t){return Pt(this,t).has(t)};const Gt=function(t,e){var n=Pt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=zt;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Jt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Yt=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):Qt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?J.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Le=function(t,e){return function(n){return t(e(n))}};const Se=Le(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Re(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):ve(t)};const De=function(t,e){return t&&Yt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var xe=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Yt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?J.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const 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 Je=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return Xe.call(t,e)})))}:qe;const Qe=function(t,e){return Yt(t,Je(t),e)};const Ye=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Le(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ye(e,Je(t)),t=$e(t);return e}:qe;const en=function(t,e){return Yt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ye(r,n(t))};const rn=function(t){return nn(t,Oe,Je)};const sn=function(t){return nn(t,Be,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=J.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Ln=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Q?Q.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Ln(t);case"[object Symbol]":return vn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",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?{}:xn(e),!c)return u?en(e,Ue(a,e)):Qe(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Qt(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 Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Yn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Qn.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Q?Q.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(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:Yn(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])?[]:{})}Qt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Q?Q.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Lr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Lr:_n(t),u=a?Lr:_n(e),l=(c=c==Rr?Sr:c)==Sr,f=(u=u==Rr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const xr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Fr(t,xr(e,0,-1))};const Br=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||Br(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=293]})(t,e)}const Gr=jr;function Vr(){const t=["start","_onAttributesChange","end","isIntersecting","subType","nodeAfter","_saved","hasComments","onAttributesChange","@external","removeAttribute","getContainedElement","from","clear","getAllAdjacentSuggestions","push","1149032OKVHGL","commentThread","onAccept","isMultiRange","length","next","size","delete","getFirstRange","reduce","removeMarker","author","add","nodeBefore","previous","112fhGiDH","map","addMarkerName","getMarkerNames","head","markers","59784yVmzpn","removeMarkers","data","decorate","suggestion:","get","set","type","getRange","_markerNames","attributes","_isDataLoaded","getMarkers","_onDiscard","_model","_onAccept","getRanges","isExternal","6GZmJFT","authoredAt","setAttribute","addMarker","onDiscard","accept","8430080fGIjqw","creator","filter","toJSON","getItems","createdAt","1251417hdwSYc","21308823iqXLOI","change","isInContent","addRange","substr","isIntersectingWithRange","3943256uNhCYo","57224WOgcJJ","discard","getFirstMarker","split","getMultiRangeId"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(874215===-parseInt(n(371))/1+-parseInt(n(351))/2*(-parseInt(n(363))/3)+-parseInt(n(370))/4+-parseInt(n(357))/5+-parseInt(n(333))/6*(parseInt(n(327))/7)+parseInt(n(312))/8+parseInt(n(364))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(344)]=!1,this.id=e.id,this[n(340)]=e[n(340)],this[n(300)]=e[n(300)]||null,this[n(323)]=e[n(323)],this[n(358)]=e[n(358)]||e[n(323)],this[n(350)]=Boolean(e[n(343)]&&e[n(343)][n(305)]),this[n(335)]=null,this[n(347)]=t,this[n(348)]=e[n(314)],this[n(346)]=e[n(355)],this[n(297)]=e[n(304)],this[n(342)]=new Set,this[n(362)]=null,this[n(339)](n(352),null),this[n(339)](n(343),e[n(343)]||{}),this[n(339)](n(326),null),this[n(339)](n(317),null),this[n(339)](n(313),null),this[n(339)](n(302),!1),this[n(336)](n(356)),this[n(336)](n(372))}get[Gr(331)](){const t=Gr;let e=this;for(;e[t(326)];)e=e[t(326)];return e}get[Gr(303)](){const t=Gr;return!!this[t(313)]&&this[t(313)][t(316)]>0}get[Gr(315)](){const t=Gr;return 0!=this[t(342)][t(318)]&&6==Array[t(308)](this[t(342)])[0][t(294)](":")[t(316)]}get[Gr(366)](){return null!==this[Gr(293)]()}[Gr(329)](t){const e=Gr;this[e(342)][e(324)](t)}[Gr(330)](){const t=Gr;return Array[t(308)](this[t(342)])}[Gr(345)](){const t=Gr;return this[t(330)]()[t(328)]((e=>this[t(347)][t(332)][t(338)](e)))[t(359)]((t=>t))}[Gr(293)](){return this[Gr(345)]()[0]||null}[Gr(334)](){const t=Gr;this[t(347)][t(365)]((e=>{const n=t;for(const t of this[n(345)]())e[n(322)](t)})),this[t(342)][t(309)]()}[Gr(322)](t){const e=Gr;this[e(347)][e(365)]((n=>{n[e(322)](t)})),this[e(342)][e(319)](t)}[Gr(367)](t){const e=Gr,n=e(337)+this[e(340)]+":"+this[e(300)]+":"+this.id+":"+this[e(358)].id+":"+Hr[e(295)]();this[e(329)](n),this[e(347)][e(365)]((r=>{r[e(354)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(369)](t){const e=Gr;for(const n of this[e(349)]())if(n[e(299)](t))return!0;return!1}[Gr(349)](){const t=Gr;return this[t(345)]()[t(328)]((e=>e[t(341)]()))}[Gr(361)](){const t=Gr;return this[t(349)]()[t(321)](((e,n)=>[...e,...n[t(361)]()]),[])}[Gr(320)](){const t=Gr;var e;return(null===(e=this[t(293)]())||void 0===e?void 0:e[t(341)]())||null}[Gr(307)](){const t=Gr,e=this[t(349)]();if(1!=e[t(316)])return null;const n=e[0],r=n[t(296)][t(301)],s=n[t(298)][t(325)];return r instanceof i.Element?r!=s?null:r:null}[Gr(356)](){const t=Gr;this[t(348)](this[t(349)](),this[t(335)],this[t(343)]),this[t(334)]()}[Gr(372)](){const t=Gr;this[t(346)](this[t(349)](),this[t(335)],this[t(343)]),this[t(334)]()}[Gr(310)](){const t=Gr,e=[];let n=this[t(331)];for(;n;)e[t(311)](n),n=n[t(317)];return e}[Gr(353)](t,e){const n=Gr,r=Xn(this[n(343)]);hr(r,t,e),Or(r,this[n(343)])||(this[n(343)]=r,this[n(297)](r))}[Gr(306)](t){const e=Gr,n=Xn(this[e(343)]);Ur(n,t),Or(n,this[e(343)])||(this[e(343)]=n,this[e(297)](this[e(343)]))}[Gr(360)](){const t=Gr;return{id:this.id,type:this[t(300)]?this[t(340)]+":"+this[t(300)]:this[t(340)],authorId:this[t(358)].id,createdAt:this[t(362)],hasComments:this[t(303)],data:this[t(335)],attributes:this[t(343)]}}static[Gr(295)](){const t=Gr;return(0,e.uid)()[t(368)](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_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"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Kr(t,e){const n=qr();return(Kr=function(t,e){return n[t-=276]})(t,e)}function qr(){const t=["$textProxy","remove","$1 $2","_handleCustomCallbackDescription","previousSibling","elementStart","*Change to:* %0","_handleAttributeSuggestionDescription","Container","*Merge:* %0","name","_itemLabelsCallbacks","indexOf","getFirstRange","2nUlukg","_schema","data","67552kjwqGM","ELEMENT_SPACE","normal","addFormat","pop","registerAttributeLabel","getItemLabel","get","Object","_customCallbacks","_handleInsertRemoveSuggestionDescription","3592276mAeYLT","nodeAfter","start","registerDescriptionCallback","removeFormat","elementEnd","key","softBreak","label","join","741910DKdgJR","removeObject","isEmpty","$text","removeContainer","subType","2714481IgMJEH","push","function","length","attribute","match","25697760wfATzx","_resolveDescriptionItems","2742cgQTcy","isObject","getWalker","set","isInContent","REPLACE_TEXT","_itemLabels","replace","_addDescriptionItems","end","quantity","registerElementLabel","removeEmptyContainer","addContainer","*Remove format:* %0","isEqual","addObject","getDescriptions","element","*Split:* %0","text","type","*Remove:* %0","item","map","486pNyWYd","insertion","nextSibling","_handleRenameSuggestionDescription","_locale","8365zmErsM","1261183BghhPi","matchingCallback","newValue","add","skip","checkChild","*Set format:* %0","deletion","EmptyContainer","_attributeLabels","has","addEmptyContainer","format","*Insert:* %0"];return(qr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(463784===-parseInt(n(330))/1*(-parseInt(n(306))/2)+parseInt(n(336))/3+parseInt(n(320))/4+parseInt(n(277))/5*(parseInt(n(344))/6)+parseInt(n(278))/7+parseInt(n(309))/8*(-parseInt(n(369))/9)+-parseInt(n(342))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qr);class Xr{constructor(t,e){const n=Kr;this[n(318)]=[],this[n(350)]=new Map,this[n(303)]=[],this[n(287)]=new Map,this[n(307)]=t,this[n(276)]=e}[Wr(361)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(339)];o++){const i=t[o];if(!i[e(348)])continue;const a=this[e(295)](i);if(a){if(null!=i[e(335)]){if(r[e(288)](i[e(335)]))continue;r[e(281)](i[e(335)])}n[e(337)](a)}else if(e(340)!=i[e(365)])e(370)!=i[e(365)]&&e(285)!=i[e(365)]||this[e(319)](n,i,t[o+1]);else{const t=i[e(308)][e(326)];if(s[e(288)](t))continue;s[e(281)](i[e(308)][e(326)]),t==Ic?this[e(372)](n,i):this[e(299)](n,i)}}return this[e(343)](n)}[Wr(323)](t){const e=Wr;this[e(318)][e(337)](t)}[Wr(355)](t,n,r=e.priorities[Wr(311)]){const s=Wr;s(338)==typeof t?(0,e.insertToPriorityArray)(this[s(303)],{matchingCallback:t,label:n,priority:r}):this[s(350)][s(347)](t,n)}[Wr(314)](t,e){const n=Wr;this[n(287)][n(347)](t,e)}[Wr(315)](t,e=1){const n=Wr;let r;for(const e of this[n(303)])if(e[n(279)](t)){r=e[n(328)];break}return r||(r=this[n(350)][n(316)](t[n(302)])),r?r(e):1!==e?e+" "+t[n(302)]+"s":""+t[n(302)]}[Wr(352)](t,e){const n=Wr,r=e[n(305)]()[n(346)](),s=n(370)==e[n(365)]?n(281):n(293);for(const e of r){const o=e[n(367)],i=t[t[n(339)]-1];if(o.is(n(292)))i&&i[n(365)][n(304)](n(300))>-1&&t[n(313)](),i&&n(364)==i[n(365)]?i[s]+=o[n(308)]:t[n(337)]({type:n(364),add:n(281)==s?o[n(308)]:"",remove:n(293)==s?o[n(308)]:""});else if(this[n(307)][n(345)](o)){const a=o;if(i&&i[n(365)][n(304)](n(300))>-1&&t[n(313)](),n(325)==e[n(365)])continue;i&&i[n(365)]==s+n(317)&&i[n(362)][n(302)]==a[n(302)]?i[n(354)]++:t[n(337)]({type:s+n(317),element:a,quantity:1}),r[n(282)]((t=>!(n(325)==t[n(365)]&&t[n(367)]==o)))}else if(this[n(307)][n(283)](o,n(333))||o.is(n(362),n(327))){const r=o;if(n(281)==s&&n(297)==e[n(365)]||n(293)==s&&n(325)==e[n(365)])continue;if(i&&-1==i[n(365)][n(304)](n(300))){n(364)==i[n(365)]&&(i[s]+="\n");continue}let a;if(a=n(281)==s?r[n(371)]&&!this[n(307)][n(345)](r[n(371)])?r[n(371)]:null:r[n(296)]&&!this[n(307)][n(345)](r[n(296)])?r[n(296)]:null,r[n(332)]||a&&a[n(332)]){const e=a&&a[n(332)]?a:r;i&&i[n(365)]==s+n(286)&&i[n(362)][n(302)]==e[n(302)]?i[n(354)]++:t[n(337)]({type:s+n(286),element:e,quantity:1})}else t[n(337)]({type:s+n(300),element:r})}}}[Wr(343)](t){const e=Wr,n=this[e(276)],r=[],s=[],o=[];for(const i of t)switch(i[e(365)]){case e(364):if(i[e(281)]=i[e(281)][e(351)](/(\S)\u000A+(\S)/g,e(294))[e(351)](/\u000A/g,""),i[e(293)]=i[e(293)][e(351)](/(\S)\u000A+(\S)/g,e(294))[e(351)](/\u000A/g,""),""!=i[e(281)]&&""!=i[e(293)]){r[e(337)]({type:e(351),content:zr(n,e(349),['"'+i[e(293)]+'"','"'+i[e(281)]+'"'])});continue}if(null!=i[e(281)][e(341)](/^ +$/)){r[e(337)]({type:e(370),content:zr(n,e(291),zr(n,e(310),i[e(281)][e(339)]))});continue}if(null!=i[e(293)][e(341)](/^ +$/)){r[e(337)]({type:e(285),content:zr(n,e(366),zr(n,e(310),i[e(293)][e(339)]))});continue}if(""!=i[e(281)]){r[e(337)]({type:e(370),content:zr(n,e(291),'"'+i[e(281)]+'"')});continue}r[e(337)]({type:e(285),content:zr(n,e(366),'"'+i[e(293)]+'"')});continue;case e(289):case e(360):r[e(337)]({type:e(370),content:zr(n,e(291),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(356):case e(331):r[e(337)]({type:e(285),content:zr(n,e(366),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(357):r[e(337)]({type:e(370),content:zr(n,e(363),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(334):r[e(337)]({type:e(285),content:zr(n,e(301),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(312):s[e(337)](i[e(326)]);continue;case e(324):o[e(337)](i[e(326)]);continue;default:r[e(337)](i)}if(s[e(339)]){const t=s[e(368)]((t=>this[e(287)][e(288)](t)?this[e(287)][e(316)](t):t))[e(329)](", ");r[e(337)]({type:e(290),content:zr(this[e(276)],e(284),t)})}if(o[e(339)]){const t=o[e(368)]((t=>this[e(287)][e(288)](t)?this[e(287)][e(316)](t):t))[e(329)](", ");r[e(337)]({type:e(290),content:zr(this[e(276)],e(358),t)})}return r}[Wr(295)](t){const e=Wr;for(const n of this[e(318)]){const r=n(t);if(r&&e(365)in r)return r}}[Wr(299)](t,e){const n=Wr,r=e[n(308)],s=void 0===r[n(280)]?n(324):n(312);t[n(337)]({type:s,key:r[n(326)]})}[Wr(372)](t,e){const n=Wr;t[n(337)]({type:n(290),content:zr(this[n(276)],n(298),this[n(315)](e[n(305)]()[n(322)][n(321)],1))})}[Wr(319)](t,e,n){const r=Wr;if(this[r(352)](t,e),n&&n[r(305)]()&&!e[r(305)]()[r(353)][r(359)](n[r(305)]()[r(322)])){const n=t[t[r(339)]-1],s=r(370)==e[r(365)]?r(281):r(293);n&&r(364)==n[r(365)]&&(n[s]+="\n")}}}const Zr=Jr;function Jr(t,e){const n=Qr();return(Jr=function(t,e){return n[t-=469]})(t,e)}function Qr(){const t=["29896HjjgdG","editor","6659640FeMSUq","131bZnpdB","4364290engMxw","plugins","get","108228yNtNLI","showAIAssistant","TrackChangesEditing","482804BkwQIs","afterInit","6axwLaz","1971eQmJlt","enableCommand","1098744lMrHUT","commands","14646HaEJew"];return(Qr=function(){return t})()}!function(t,e){const n=Jr,r=t();for(;;)try{if(509113===-parseInt(n(485))/1*(-parseInt(n(481))/2)+parseInt(n(479))/3+-parseInt(n(471))/4+-parseInt(n(486))/5+-parseInt(n(476))/6*(parseInt(n(474))/7)+-parseInt(n(482))/8*(-parseInt(n(477))/9)+-parseInt(n(484))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qr);class Yr extends t.Plugin{[Zr(475)](){const t=Zr,e=this[t(483)],n=e[t(469)][t(470)](t(473));e[t(480)][t(470)](t(472))&&n[t(478)](t(472))}}const $r=es;function ts(){const t=["value","_registerLegacyDescription","8aVJQLG","plugins","formatBlock","FORMAT_ALIGNMENT","AlignmentEditing","9xGXKix","editor","FORMAT_ALIGN_TO_RIGHT","format","afterInit","*Format:* %0","get","type","1502473YUGIbl","commandParams","21516qzhfgN","commandName","justify","775578mOqmLj","38565NcRyQL","11nihscN","registerDescriptionCallback","FORMAT_ALIGN_TO_CENTER","left","FORMAT_ALIGN_TO_LEFT","alignment","287wJydDX","locale","has","216OmmqGI","156zipdjN","FORMAT_JUSTIFY_TEXT","registerAttributeLabel","center","_enableDefaultAttributesIntegration","720552WSFUWD","TrackChangesEditing","1612270PyBywQ","right","_descriptionFactory"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=281]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(152407===-parseInt(n(292))/1*(parseInt(n(296))/2)+parseInt(n(284))/3+-parseInt(n(301))/4+parseInt(n(285))/5*(-parseInt(n(295))/6)+-parseInt(n(321))/7*(-parseInt(n(308))/8)+parseInt(n(313))/9*(parseInt(n(303))/10)+-parseInt(n(286))/11*(parseInt(n(281))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(317)](){const t=$r,e=this[t(314)],n=e[t(293)];if(!e[t(309)][t(294)](t(312)))return;const r=e[t(309)][t(319)](t(302));r[t(300)](t(291),[],[t(291)]),r[t(305)][t(298)](t(291),zr(n,t(311))),this[t(307)]()}[$r(307)](){const t=$r,e=this[t(314)],n=e[t(293)];e[t(309)][t(319)](t(302))[t(305)][t(287)]((e=>{const r=t;if(r(310)!=e[r(320)])return;const{data:s}=e;if(s&&r(291)==s[r(282)]){const t=s[r(322)][0][r(306)];return{type:r(316),content:zr(n,r(318),function(t){const e=r;switch(t){case e(289):return zr(n,e(290));case e(304):return zr(n,e(315));case e(299):return zr(n,e(288));case e(283):return zr(n,e(297))}}(t))}}}))}}const rs=is;function ss(){const t=["strikethrough","TrackChangesEditing","69499Kaaeoj","ItalicEditing","5CYwuow","has","_enableDefaultAttributesIntegration","toLowerCase","registerAttributeLabel","358251pLvagh","bold","italic","BoldEditing","forceValue","plugins","_descriptionFactory","formatInline","FORMAT_CODE","editor","FORMAT_UNDERLINE","superscript","toUpperCase","format","18420PxjaYY","code","StrikethroughEditing","type","subscript","627788sRHkjG","CodeEditing","afterInit","get","slice","SuperscriptEditing","FORMAT_STRIKETHROUGH","registerDescriptionCallback","_registerLegacyDescription","244034wABbTJ","*Remove format:* %0","underline","commandName","1142582fmkCkB","FORMAT_SUBSCRIPT","locale","SubscriptEditing","FORMAT_BOLD","UnderlineEditing","FORMAT_","commandParams","840400uBcskZ","*Format:* %0","FORMAT_SUPERSCRIPT","FORMAT_ITALIC"];return(ss=function(){return t})()}!function(t,e){const n=is,r=t();for(;;)try{if(162600===parseInt(n(335))/1+-parseInt(n(317))/2+parseInt(n(342))/3+-parseInt(n(308))/4*(-parseInt(n(337))/5)+-parseInt(n(303))/6+-parseInt(n(321))/7+parseInt(n(329))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const os=[rs(345),rs(336),rs(326),rs(309),rs(305),rs(324),rs(313)];function is(t,e){const n=ss();return(is=function(t,e){return n[t-=301]})(t,e)}class as extends t.Plugin{[rs(310)](){const t=rs,e=this[t(351)],n=e[t(347)][t(311)](t(334)),r=e[t(323)];for(const s of os){if(!e[t(347)][t(338)](s))continue;const o=s[t(312)](0,-7)[t(340)](),i=t(327)+o[t(301)]();n[t(339)](o,[o]),n[t(348)][t(341)](o,zr(r,i))}this[t(316)]()}[rs(316)](){const t=rs,e=this[t(351)],n=e[t(323)],r=e[t(347)][t(311)](t(334));function s(e,s){const o=t;r[o(348)][o(315)]((t=>{const r=o;if(r(349)!=t[r(306)])return;const{data:i}=t;return i&&i[r(320)]===e?i[r(328)][0][r(346)]?{type:r(302),content:zr(n,r(330),s)}:{type:r(302),content:zr(n,r(318),s)}:void 0}))}s(t(343),zr(n,t(325))),s(t(344),zr(n,t(332))),s(t(319),zr(n,t(352))),s(t(304),zr(n,t(350))),s(t(333),zr(n,t(314))),s(t(307),zr(n,t(322))),s(t(353),zr(n,t(331)))}}const cs=us;function us(t,e){const n=hs();return(us=function(t,e){return n[t-=221]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(669934===-parseInt(n(264))/1*(-parseInt(n(226))/2)+parseInt(n(263))/3+parseInt(n(221))/4+parseInt(n(250))/5*(-parseInt(n(240))/6)+parseInt(n(256))/7*(-parseInt(n(245))/8)+parseInt(n(229))/9*(-parseInt(n(255))/10)+parseInt(n(235))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hs);class ls extends t.Plugin{[cs(243)](){const t=cs,e=this[t(246)],n=e[t(242)];if(!e[t(258)][t(232)](t(224)))return;const r=e[t(258)][t(254)](t(222)),s=this[t(246)][t(228)][t(254)](t(244));r[t(233)](t(244),((n,o={})=>{const i=t,a=this[i(246)][i(234)][i(225)][i(252)],c=o&&void 0!==o[i(247)]?o[i(247)]:!s[i(230)];let u=[];if(c){const t=Array[i(223)](a[i(248)]())[i(259)]((t=>fs(t)||function(t,e){const n=i,r=e[n(249)](t[n(257)],n(244)),s=e[n(249)]([n(227),n(244)],t);return r&&s}(t,this[i(246)][i(234)][i(241)])));u=y(t,e[i(234)])}else{const t=Array[i(223)](a[i(248)]())[i(259)]((t=>fs(t)));u=y(t,e[i(234)])}e[i(234)][i(265)]((()=>{const t=i;for(const e of u)r[t(238)](e,{commandName:t(244),commandParams:[{forceValue:c}]})}))})),r[t(251)][t(261)]((e=>{const r=t,{data:s}=e;if(s&&r(244)==s[r(237)]){const t=zr(n,r(262));return s[r(253)][0][r(247)]?{type:r(231),content:zr(n,r(260),t)}:{type:r(231),content:zr(n,r(239),t)}}}))}}function fs(t){const e=cs;return e(244)==t[e(257)][e(236)]}function hs(){const t=["get","60WhGpmp","2147481ZxnluG","parent","plugins","filter","*Set format:* %0","registerDescriptionCallback","ELEMENT_BLOCK_QUOTE","3280218SoPXrV","263LVoukp","change","1473028ERNKPI","TrackChangesEditing","from","BlockQuoteEditing","document","2186xdPKaH","$root","commands","1512828XthkTu","value","format","has","enableCommand","model","18842747qSUlys","name","commandName","markBlockFormat","*Remove format:* %0","22146vDynBT","schema","locale","afterInit","blockQuote","16lAIubB","editor","forceValue","getSelectedBlocks","checkChild","1585RdUSGH","_descriptionFactory","selection","commandParams"];return(hs=function(){return t})()}const gs=ps;function ds(){const t=["changeCaseTitle","1ADIOWn","10994018EixpPl","CaseChange","changeCaseLower","2300812DyTSEj","get","changeCaseUpper","editor","TrackChangesEditing","6778284hAxBvX","enableCommand","afterInit","5409546HuPESj","1336980pgBJqJ","754670ifRPYy","has","14837936vOBQji","plugins"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(885336===-parseInt(n(199))/1*(parseInt(n(203))/2)+-parseInt(n(193))/3+-parseInt(n(208))/4+-parseInt(n(194))/5+parseInt(n(211))/6+parseInt(n(200))/7+parseInt(n(196))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(210)](){const t=gs,e=this[t(206)];e[t(197)][t(195)](t(201))&&(e[t(197)][t(204)](t(207))[t(209)](t(205)),e[t(197)][t(204)](t(207))[t(209)](t(202)),e[t(197)][t(204)](t(207))[t(209)](t(198)))}}function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=343]})(t,e)}const Es=Is;function bs(){const t=["plugins","TrackChangesEditing","88DkOUSB","get","afterInit","901936okaZgf","30fDffKm","commands","10258732HnbSQW","205EAKITC","1293SHLvlw","7919037mTsstT","enableCommand","9613578CvwBqg","7690EuSwQm","27796jzsKeM","editor","1656636tSoPRT","ckbox"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(833742===-parseInt(n(355))/1+parseInt(n(352))/2*(-parseInt(n(348))/3)+parseInt(n(353))/4*(parseInt(n(347))/5)+parseInt(n(351))/6+parseInt(n(343))/7*(-parseInt(n(359))/8)+parseInt(n(349))/9+-parseInt(n(344))/10*(-parseInt(n(346))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(361)](){const t=Es,e=this[t(354)];e[t(345)][t(360)](t(356))&&e[t(357)][t(360)](t(358))[t(350)](t(356))}}const _s=ks;function ys(){const t=["checkChild","5726tAuLrv","languages","markBlockFormat","type","schema","change","config","model","selection","label","blockName","ELEMENT_CODE_BLOCK","name","indentCodeBlock","plugins","552492MKsaji","TrackChangesEditing","find","commandName","editor","CodeBlock","language","55604GRwSpE","format","628280JrkwYQ","outdentCodeBlock","forceValue","129066LaxlZq","102kYAOlO","formatBlock","toLowerCase","afterInit","from","*Remove format:* %0","rootElement","getSelectedBlocks","parent","value","filter","locale","603680ThQuBo","has","152318FADkcM","commands","registerDescriptionCallback","2lPIYDZ","document","get","codeBlock","commandParams","isLimit","registerElementLabel","enableCommand","_descriptionFactory","*Set format:* %0"];return(ys=function(){return t})()}!function(t,e){const n=ks,r=t();for(;;)try{if(100676===-parseInt(n(421))/1*(-parseInt(n(418))/2)+-parseInt(n(403))/3+-parseInt(n(398))/4+-parseInt(n(416))/5+parseInt(n(404))/6*(-parseInt(n(432))/7)+parseInt(n(400))/8+parseInt(n(391))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class As extends t.Plugin{[_s(407)](){const t=_s,e=this[t(395)];if(!e[t(390)][t(417)](t(396)))return;const n=e[t(390)][t(423)](t(392)),r=e[t(415)],s=e[t(438)][t(423)](t(424))[t(433)],o=e[t(419)][t(423)](t(424));n[t(428)](t(389)),n[t(428)](t(401)),n[t(428)](t(424),((r,i={})=>{const a=t,c=e[a(439)],u=e[a(439)][a(422)][a(384)],l=i&&void 0!==i[a(402)]?i[a(402)]:!o[a(413)];let f;i[a(397)]||(i[a(397)]=s[0][a(397)]),f=l?Array[a(408)](u[a(411)]())[a(414)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(410))&&!e[n(426)](t)&&e[n(431)](t[n(412)],n(424))}(t,c[a(436)]))):Array[a(408)](u[a(411)]())[a(414)]((t=>Cs(t)));const h=y(f,c);c[a(437)]((()=>{const t=a;for(const e of h)n[t(434)](e,{commandName:t(424),commandParams:[{...i,forceValue:l}],formatGroupId:t(386)})}))})),n[t(429)][t(427)](t(424),(e=>zr(r,t(387),e))),n[t(429)][t(420)]((e=>{const n=t;if(n(405)!=e[n(435)])return;const o=r.t,{data:i}=e;if(!i||n(424)!=i[n(394)])return;const a=i[n(425)][0][n(397)],c=o(s[n(393)]((t=>t[n(397)]===a))[n(385)])[n(406)]();return i[n(425)][0][n(402)]?{type:n(399),content:zr(r,n(430),zr(r,n(387),1)+" ("+c+")")}:{type:n(399),content:zr(r,n(409),zr(r,n(387),1))}}))}}function ks(t,e){const n=ys();return(ks=function(t,e){return n[t-=384]})(t,e)}function Cs(t){const e=_s;return e(424)==t[e(388)]}function Ns(t,e){const n=Ls();return(Ns=function(t,e){return n[t-=297]})(t,e)}const Rs=Ns;function Ls(){const t=["2012552nmHtJa","enableCommand","1948200CiwCEm","10jHUVCr","108361CydSxa","editor","74364ydygBD","plugins","get","39rIaedt","9ntymXD","has","TrackChangesEditing","135004JHAMYB","54gBgesM","3714809qLLvaP","afterInit","addCommentThread","1408jiiatv","236905vElypZ","CommentsEditing"];return(Ls=function(){return t})()}!function(t,e){const n=Ns,r=t();for(;;)try{if(363295===parseInt(n(312))/1*(-parseInt(n(311))/2)+parseInt(n(317))/3*(-parseInt(n(300))/4)+-parseInt(n(306))/5*(parseInt(n(301))/6)+parseInt(n(302))/7+parseInt(n(308))/8*(parseInt(n(297))/9)+parseInt(n(310))/10+-parseInt(n(305))/11*(-parseInt(n(314))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ss extends t.Plugin{[Rs(303)](){const t=Rs,e=this[t(313)];e[t(315)][t(298)](t(307))&&e[t(315)][t(316)](t(299))[t(309)](t(304))}}var Ms=n(834);function vs(t,e){const n=Os();return(vs=function(t,e){return n[t-=449]})(t,e)}function ws(t,e,n){const r=vs,s=[];for(const o of e[r(498)]())o[r(491)](t)&&s[r(503)](n[r(488)](o));return s}function Os(){const t=["consumable","markerName","parent","36HJtKus","activeMarkers","toViewPosition","2578TbNHlf","bindElementToMarker","plugins","listIndent","getAttribute","33xPlKII","start","addHighlight","previousPosition","model","isBlock","893210PiHaQe","getWalker","isAtEnd","254VzMSgG","nextSibling","addClass","196FYBCUX","get","4646322OfbZFM","TrackChangesEditing","mapper","markerRange","createRangeOn","schema","span","hasAttribute","getCustomProperty","includes","writer","insert","149608SlKWXN","elementEnd","getItems","isContent","2744268MqBQFe","5ikaEmA","test","push","24696AuvSus","toViewElement","element","ck-suggestion-marker-","item","createUIElement","type","ck-suggestion-marker--active","listItem","isLimit","9113844yPdGZb","name"];return(Os=function(){return t})()}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=vs,s=t[r(467)][r(483)](r(485));return(o,i,a)=>{const c=r;if(!a[c(459)][c(502)](i[c(487)],o[c(458)]))return;const u=i[c(487)][c(477)](),l=i[c(487)][c(471)],f=t[c(474)][c(489)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(451)];d=d||f[c(499)](e);const n=a[c(486)][c(505)](e);if(n&&n[c(492)](c(472)))return;c(497)==t[c(453)]&&f[c(475)](e)&&!f[c(456)](e)&&(e[c(480)]||l[c(478)]?h&&h[c(461)]==e||(h=e,m(t[c(473)]),p=!0):g=g||t[c(473)])}function m(t){const r=c,o=a[r(494)][r(452)](r(490),{class:r(450)+e}),u=a[r(486)][r(464)](t);n&&s[r(463)][r(493)](i[r(460)])&&a[r(494)][r(481)](r(454),o),a[r(494)][r(495)](u,o),a[r(486)][r(466)](o,i[r(460)])}d||p||!g||m(g)}}!function(t,e){const n=vs,r=t();for(;;)try{if(344302===-parseInt(n(465))/1*(-parseInt(n(479))/2)+-parseInt(n(462))/3*(parseInt(n(504))/4)+-parseInt(n(501))/5*(parseInt(n(500))/6)+-parseInt(n(482))/7*(-parseInt(n(496))/8)+parseInt(n(484))/9+parseInt(n(476))/10*(parseInt(n(470))/11)+-parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Os);const Fs=Ps;function xs(){const t=["enableCommand","enqueueChange","44EIevHU","merge","getFirstRange","TrackChangesEditing","options","11SHOyag","end","unlock","setSelection","commands","lock","createSelection","unit","editor","rootName","batch","plugins","writer","delete","bind","root","init","14251608pilYrZ","10tgUfWR","modifySelection","showSuggestionHighlights","2181426fMlqQY","192lyALbJ","$graveyard","fromRange","buffer","mapper","high","selection","get","16855632ugLpHE","markerName","uiElement","markerNameToElements","createRange","data","11dXGkal","removeMarker:suggestion:deletion","model","519799hcZVaW","detach","downcastDispatcher","editing","forward","remove","start","addMarker:suggestion:deletion","408378GKjXNR","2287720FNEYER","58022kmxRKc","requires","document","deleteForward","isCollapsed","unbindElementFromMarkerName"];return(xs=function(){return t})()}function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=257]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(928199===parseInt(n(276))/1*(-parseInt(n(263))/2)+parseInt(n(261))/3*(parseInt(n(271))/4)+-parseInt(n(294))/5*(-parseInt(n(297))/6)+parseInt(n(315))/7*(parseInt(n(298))/8)+-parseInt(n(293))/9+parseInt(n(262))/10+-parseInt(n(312))/11*(parseInt(n(306))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Fs(264)](){return[Ms.Delete]}[Fs(292)](){const t=Fs,e=this[t(284)],n=e[t(287)][t(305)](t(274));n[t(269)](t(289));const r=e[t(280)][t(305)](t(266));n[t(269)](t(266),((n,s={})=>{const o=t,a=e[o(314)][o(282)](e[o(314)][o(265)][o(304)]);a[o(267)]&&e[o(314)][o(295)](a,{direction:o(257),unit:s[o(283)]});const c=a[o(273)](),u=i.LiveRange[o(300)](c);let l;n(s),l=o(299)==u[o(291)][o(285)]?e[o(314)][o(310)](c[o(259)]):e[o(314)][o(310)](u[o(259)],u[o(277)]),u[o(316)](),e[o(314)][o(270)](r[o(301)][o(286)],(t=>{const e=o;r[e(301)][e(281)](),t[e(279)](t[e(310)](l[e(277)])),r[e(301)][e(278)]()}))})),e[t(318)][t(317)].on(t(260),Ds(e,t(272)),{priority:t(303)}),e[t(311)][t(317)].on(t(260),((n,r,s)=>{const o=t;s[o(275)][o(296)]&&Ds(e,o(272),{showActiveMarker:!1})[o(290)](this)(n,r,s)}),{priority:t(303)}),e[t(318)][t(317)].on(t(313),((e,n,r)=>{const s=t,o=r[s(302)][s(309)](n[s(307)]);if(o)for(const t of o)t.is(s(308))&&(r[s(302)][s(268)](t,n[s(307)]),r[s(288)][s(258)](t))}),{priority:t(303)})}}const Us=Gs;function js(){const t=["includes","meta","_supportLegacySuggestions","editor","start","isObject","every","3304953zbwWxf","multipleBlocks","*Remove format:* %0","config","batch","commands","registerDescriptionCallback","FORMAT_INDENT","*Set format:* %0","next","detach","12687927sraqfu","fromRange","3863202fOqXzG","listStyle","getFirstRange","ListEditing","getRanges","deletion","numberedList","isUndo","accept","default","listStart","createPositionAt","commandParams","checkTodoList","*Format:* remove from %0","*Format:* insert into %0","listReversed","setSelection","listType","end","mergeListItemForward","model","registerPostFixer","list.multiBlock","locale","getSuggestions","12993470NNLewm","ELEMENT_LIST_ITEM","registerCustomCallback","*Split:* list item","todo","attributeKey","ELEMENT_","removeMarker","ELEMENT_TODO_LIST","newValue","attributes","groupId","listItemIdFixer","toUpperCase","_getAttributeKey","ELEMENT_NUMBERED_LIST","formatBlock","_suggestionFactory","*Check item*","numbered","1925120rEurQE","todoList","differ","TrackChangesEditing","bulleted","*Change to:* %0","24UxCHYp","find","getFirstMarker","_registerLegacyDescription","noTrackChangesFixer","isNextTo","plugins","TodoListEditing","setAttribute","288556ActSaZ","change","from","listItemId","getChanges","nextSibling","getAttribute","length","assureChains","*Merge:* list item","1376298pVleWy","selection","*Merge:* %0","filter","documentList","*Indent:* %0","splitListItemAfter","refresh","3OmxJhi","oldValue","125ksxwdY","get","suggestion","indentList","mergeListItemBackward","isLocal","containsItem","createRange","schema","map","trackChangesCommand","_findSuggestions","type","registerElementLabel","push","parent","execute","*Outdent:* %0","todoListChecked","commandName","attribute","todoListCheck","_descriptionFactory","has","outdentList","bulletedList","nodeAfter","splitListItemBefore","_LIST","afterInit","head","value","forceValue","format","listIndent","_enableDefaultAttributesIntegration","*Uncheck item*","registerAttributeLabel","document","key","range","data","previousSibling","ELEMENT_BULLETED_LIST"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=166]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(979174===parseInt(n(269))/1+parseInt(n(223))/2*(-parseInt(n(302))/3)+parseInt(n(284))/4*(parseInt(n(304))/5)+-parseInt(n(294))/6+parseInt(n(221))/7+-parseInt(n(275))/8*(parseInt(n(210))/9)+-parseInt(n(249))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(188)](){const t=Us,e=this[t(206)];if(!e[t(281)][t(182)](t(226)))return;const n=e[t(247)],r=e[t(281)][t(305)](t(272)),s=e[t(281)][t(182)](t(282)),o=!!e[t(213)][t(305)](t(246));function i(e){const r=t;return{type:r(192),content:""+zr(n,r(218),e)}}function a(e){const r=t;return{type:r(192),content:""+zr(n,r(212),e)}}r[t(194)](t(229),[],[t(287),t(241),t(193)]),r[t(194)](t(184)),r[t(194)](t(307)),r[t(194)](t(183)),r[t(194)](t(300)),r[t(194)](t(186)),o&&(r[t(194)](t(308)),r[t(194)](t(243))),s&&(r[t(194)](t(270)),r[t(194)](t(236),[],[t(177)]),r[t(181)][t(216)]((e=>{const r=t,{data:s}=e;if(s&&r(177)==s[r(198)])return{type:r(192),content:s[r(258)]?zr(n,r(267)):zr(n,r(195))}})),this[t(206)][t(244)][t(197)][t(245)]((e=>{const n=t;if(e[n(214)][n(230)])return!1;let s=!1;const o=r[n(248)]({skipNotAttached:!0})[n(297)]((t=>n(177)===r[n(263)](t)));for(const t of o)n(253)!=t[n(225)]()[n(207)][n(185)][n(290)](n(241))&&(r[n(170)](t[n(225)](),n(179))[n(276)]((t=>n(241)===r[n(263)](t[n(306)])))||(e[n(256)](t[n(277)]()),s=!0));return s}))),r[t(181)][t(196)](t(193),zr(n,t(217)));const c={type:t(192),content:""};r[t(181)][t(216)]((e=>{const r=t,{data:s}=e;if(!s||r(241)!=s[r(198)])return;let u=e[r(189)];for(;u;){if(u[r(200)]&&(r(224)==u[r(200)][r(198)]&&(u[r(200)][r(258)]&&r(232)!=u[r(200)][r(258)]||r(232)!=u[r(200)][r(303)]&&!s[r(258)])||!o&&u[r(200)][r(198)]==Ic))return c;u=u[r(219)]}if(null==s[r(258)])switch(s[r(303)]){case r(273):return a(zr(n,r(202)));case r(268):return a(zr(n,r(264)));case r(253):return a(zr(n,r(257)))}switch(s[r(258)]){case r(273):return i(zr(n,r(202)));case r(268):return i(zr(n,r(264)));case r(253):return i(zr(n,r(257)))}})),r[t(181)][t(216)]((e=>{const n=t,{data:r}=e;if(r&&n(193)==r[n(198)])return null==r[n(258)]||null==r[n(303)]&&0==r[n(258)]?c:void 0})),r[t(181)][t(216)]((e=>{const r=t;if(r(179)!=e[r(171)])return;const{data:s}=e;if(!s||r(287)!=s[r(198)])return;const o=Hs(e);return o?r(258)==o?{type:r(192),content:zr(n,r(293))}:r(303)==o?{type:r(192),content:zr(n,r(252))}:c:c})),e[t(244)][t(197)][t(245)]((e=>this[t(261)](e))),e[t(244)][t(197)][t(245)]((e=>this[t(279)](e))),e[t(244)][t(197)][t(245)]((e=>this[t(292)](e))),this[t(205)]()}[Us(261)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;let n=!1;const r=this[e(206)][e(281)][e(305)](e(272))[e(248)]({skipNotAttached:!0})[e(297)]((t=>t[e(200)]&&e(287)==t[e(200)][e(198)]))[e(297)]((t=>t[e(200)][e(258)]&&t[e(200)][e(303)]));for(const s of r)Hs(s)||(t[e(256)](s[e(277)]()),n=!0);return n}[Us(279)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;const n=this[e(206)][e(281)][e(305)](e(272));if(n[e(169)][e(190)])return!1;let r=!1;const s=[e(241),e(224),e(287),e(193),e(233),e(239),e(180)],o=this[e(206)][e(244)][e(197)][e(271)][e(288)]()[e(297)]((t=>e(179)==t[e(171)]))[e(297)]((t=>s[e(203)](t[e(254)])));if(0==o[e(291)])return r;for(const i of o){const o=n[e(170)](i[e(199)],e(179))[e(297)]((t=>!t[e(204)][e(280)]))[e(168)]((t=>t[e(306)]))[e(297)]((t=>{const r=e,o=n[r(263)](t);return s[r(203)](o)}));if(o[e(291)]){for(const n of o)t[e(256)](n[e(277)]());r=!0}}return r}[Us(292)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;const n=this[e(206)][e(281)][e(305)](e(272));let r=!1;const s=[e(241),e(224),e(287),e(193),e(233),e(239),e(180)];for(const t of n[e(248)]({skipNotAttached:!0})){const o=n[e(170)](t[e(225)](),e(179))[e(168)]((t=>t[e(306)]))[e(297)]((t=>t[e(200)]&&s[e(203)](t[e(200)][e(198)])));if(!o[e(291)])continue;const a=o[0][e(189)][e(259)][e(260)];if(!o[e(209)]((t=>t[e(259)][e(260)]===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(248)]({skipNotAttached:!0})[s(297)]((e=>s(179)==e[s(171)]&&e[s(259)][s(260)]==t)))e[s(283)](s(260),r)}function i(t,n){const r=e;let s=t[r(189)],i=!1;for(;s;)s[r(259)][r(260)]!=n&&(o(s[r(259)][r(260)],n),s[r(283)](r(260),n),i=!0),s=s[r(219)];return i}}[Us(205)](){const t=Us,e=this[t(206)],n=e[t(247)],r=e[t(281)][t(305)](t(272));this[t(278)](),r[t(266)][t(251)](t(265),t(298),t(231),(function(n,r){const s=t,o=[];for(let t of n)t[s(207)][s(185)]===t[s(242)][s(174)]&&(t=e[s(244)][s(166)](e[s(244)][s(234)](t[s(207)][s(185)],0))),o[s(173)](t);e[s(244)][s(285)]((t=>{const n=s,a=e[n(244)][n(197)][n(295)],c=Array[n(286)](a[n(227)]())[n(168)]((t=>i.LiveRange[n(222)](t)));t[n(240)](o),e[n(215)][n(305)](r[n(178)])[n(301)](),r[n(235)][n(173)]({forceDefaultExecution:!0}),e[n(175)](r[n(178)],...r[n(235)]),t[n(240)](c);for(const t of c)t[n(220)]()}))})),r[t(181)][t(172)]((function(n){const r=t,s=!e[r(244)][r(167)][r(208)](n),o=n[r(201)],i=n[r(289)],a=n[r(290)](r(287)),c=!o||o[r(290)](r(287))!==a,u=!i||i[r(290)](r(287))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(250),e)))}[Us(278)](){const t=Us,e=this[t(206)],n=e[t(247)];function r(n){const r=t,s=e[r(215)][r(305)](r(184))[r(190)],o=e[r(215)][r(305)](r(229))[r(190)];return r(229)===n?s:o}e[t(281)][t(305)](t(272))[t(181)][t(216)]((function(s){const o=t;if(o(265)!=s[o(171)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(178)]){case o(184):u=i[o(235)][0][o(191)],l=r(i[o(178)]),a=o(u?238:237),!l&&e[o(213)][o(305)](o(246))||(a=o(274)),c={type:o(192),content:zr(n,a,zr(n,o(202)))};break;case o(229):u=i[o(235)][0][o(191)],l=r(i[o(178)]),a=o(u?238:237),!l&&e[o(213)][o(305)](o(246))||(a=o(274)),c={type:o(192),content:zr(n,a,zr(n,o(264)))};break;case o(307):a=o(299),c={type:o(192),content:zr(n,a,zr(n,o(250)))};break;case o(183):a=function(t){const e=o,n=t[e(225)]();let r=n[e(207)][e(185)];for(;r&&n[e(310)](r);){if(r[e(290)](e(193))>0)return!1;r=r[e(289)]}return!0}(s)?zr(n,o(237),zr(n,function(t){const e=o;return e(255)+t[e(225)]()[e(207)][e(185)][e(290)](e(241))[e(262)]()+e(187)}(s))):zr(n,o(176),zr(n,o(250))),c={type:o(192),content:a};break;case o(308):case o(243):!1===i[o(211)]&&(a=o(296),c={type:o(228),content:zr(n,a,zr(n,o(250)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(225)]()[e(207)][e(185)][e(201)];for(;n;){const r=n[e(290)](e(287));if(!r)return!1;if(r==t[e(200)][e(258)])return e(258);if(r==t[e(200)][e(303)])return e(303);n=n[e(201)]}return!1}function zs(){const t=["getFirstMarker","commandName","commandParams","3upytUn","format","711234EMNTmK","attribute","removeMarker","square","942100jtQrmC","handleDescriptions","upper-roman","locale","registerAttributeLabel","lower-roman","type","bind","newValue","find","filter","model","_registerLegacyDescription","62pcLxaL","*Remove format:* %0","registerDescriptionCallback","bulleted","listStyle","ELEMENT_","listType","default","styles","FORMAT_LIST_REVERSED","getAttribute","TrackChangesEditing","numbered","getFirstRange","5PdyKqJ","_descriptionFactory","replace","_LIST_","decimal","oldValue","circle","_findSuggestions","*Format:* set order to reversed","toUpperCase","_LIST_DEFAULT","reversed","editor","upper-latin","batch","data","list.properties","isUndo","263130qczKuW","disc","*Change to:* %0","getSuggestions","listReversed","13YlxFjq","FORMAT_LIST_START","512939upQSXh","suggestion","*Format:* set start index to %0","ListPropertiesEditing","config","*Set format:* %0","decimal-leading-zero","key","_enableDefaultAttributesIntegration","has","594836xkeIkr","get","lower-latin","startIndex","2154468eehhce","_getTranslationKeyForListStyle","_getAttributeKey","plugins","30IArFtn","head","afterInit","includes","8DiWZMG","listStart","registerPostFixer","document","next","start","4899dOiBNF","formatBlock","*Format:* set order to regular","nodeAfter"];return(zs=function(){return t})()}const Ws=Ks;function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=135]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(145091===parseInt(n(145))/1*(parseInt(n(171))/2)+-parseInt(n(152))/3*(parseInt(n(158))/4)+parseInt(n(185))/5*(parseInt(n(203))/6)+-parseInt(n(210))/7*(-parseInt(n(139))/8)+parseInt(n(154))/9*(parseInt(n(135))/10)+parseInt(n(220))/11+-parseInt(n(224))/12*(parseInt(n(208))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class qs extends t.Plugin{[Ws(137)](){const t=Ws;if(!this[t(197)][t(227)][t(219)](t(213)))return;const e=this[t(197)][t(214)][t(221)](t(201)),n=this[t(197)][t(227)][t(221)](t(182));e[t(179)]&&n[t(218)](t(175),[],[t(175)]),e[t(196)]&&n[t(218)](t(207),[],[t(207)]),e[t(223)]&&n[t(218)](t(140),[],[t(140)]);const r={type:t(153),content:""};n[t(186)][t(173)](this[t(159)][t(165)](this));const s=this[t(197)][t(161)];n[t(186)][t(162)](t(207),zr(s,t(180))),n[t(186)][t(173)]((e=>{const n=t,{data:s}=e;if(s&&n(207)==s[n(217)])return null==s[n(166)]||0==s[n(166)]&&null==s[n(190)]?r:void 0})),n[t(186)][t(162)](t(140),zr(s,t(209))),n[t(186)][t(173)]((e=>{const n=t,{data:s}=e;if(s&&n(140)==s[n(217)])return null==s[n(166)]||1==s[n(166)]&&null==s[n(190)]?r:void 0})),this[t(197)][t(169)][t(142)][t(141)]((e=>{const r=t;if(e[r(199)][r(202)])return!1;let s=!1;const o=n[r(206)]({skipNotAttached:!0})[r(168)]((t=>{const e=r,s=n[e(226)](t);return e(140)==s||e(207)==s}));for(const t of o)r(183)!=t[r(184)]()[r(144)][r(148)][r(181)](r(177))&&(n[r(192)](t[r(184)](),r(155))[r(167)]((t=>r(177)==n[r(226)](t[r(211)])))||(e[r(156)](t[r(149)]()),s=!0));return s})),this[t(170)]()}[Ws(159)](t){const e=Ws,n=this[e(197)][e(161)],{data:r}=t,s={type:e(153),content:""};if(!r||e(175)!=r[e(217)])return;if(!r[e(190)])return e(178)==r[e(166)]?s:{type:e(153),content:""+zr(n,e(215),zr(n,this[e(225)](r[e(166)])))};if(!r[e(166)]){if(e(178)==r[e(190)])return s;let o=t[e(136)];for(;o;){if(o[e(200)]&&e(177)==o[e(200)][e(217)]&&o[e(200)][e(166)])return s;o=o[e(143)]}return{type:e(153),content:""+zr(n,e(172),zr(n,this[e(225)](r[e(190)])))}}if(e(178)!=r[e(166)])return{type:e(153),content:""+zr(n,e(215),zr(n,this[e(225)](r[e(166)])))};let o=t[e(136)];for(;o;){if(o[e(200)]&&e(177)==o[e(200)][e(217)]&&o[e(200)][e(166)]&&o[e(200)][e(190)])return s;o=o[e(143)]}const i=t[e(184)]()[e(144)][e(148)][e(181)](e(177));return{type:e(153),content:zr(n,e(215),zr(n,e(176)+i[e(194)]()+e(195)))}}[Ws(170)](){const t=Ws,e=this[t(197)],n=e[t(161)];e[t(227)][t(221)](t(182))[t(186)][t(173)]((e=>{const r=t;if(r(146)!=e[r(164)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(150)]){case r(175):o=r(205),i={type:r(153),content:zr(n,o,zr(n,this[r(225)](s[r(151)][0][r(164)])))};break;case r(207):o=s[r(151)][0][r(196)]?r(193):r(147),i={type:r(153),content:zr(n,o)};break;case r(140):o=r(212),i={type:r(153),content:zr(n,o,s[r(151)][0][r(223)])}}return i}))}[Ws(225)](t){const e=Ws;return e(176)+function(t){const n=e;return Xs[n(138)](t)?n(174):Zs[n(138)](t)?n(183):null}(t)[e(194)]()+e(188)+t[e(194)]()[e(187)](/-/g,"_")}}const Xs=[Ws(204),Ws(191),Ws(157)],Zs=[Ws(189),Ws(216),Ws(163),Ws(160),Ws(222),Ws(198)];var Js=n(507);const Qs=$s;function Ys(){const t=["markerName","split","nextSibling","getFirstRange","document","setSelection","markInsertion","markerNameToElements","remove","createPositionAt","1133556kGapSW","parent","selection","21195190wwMbin","fromRange","model","enterBlock","change","afterExecute","editor","458558ZorKBd","463784inJVmC","data","init","addMarker:suggestion:insertion","createRange","36369oIVfqt","3tnXNHO","getFirstPosition","plugins","editing","25gFAixb","enter","downcastDispatcher","mapper","hasClass","11TWyasY","commands","get","3087856airCCH","bind","fire","options","end","requires","removeMarker:suggestion:insertion","high","unbindElementFromMarkerName","TrackChangesEditing","enableCommand","showSuggestionHighlights","539202kXAODt","49fVtyRe","writer","detach","ck-suggestion-marker-split"];return(Ys=function(){return t})()}function $s(t,e){const n=Ys();return($s=function(t,e){return n[t-=243]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(715197===-parseInt(n(264))/1+-parseInt(n(263))/2*(-parseInt(n(270))/3)+-parseInt(n(253))/4*(parseInt(n(274))/5)+parseInt(n(294))/6*(parseInt(n(295))/7)+-parseInt(n(282))/8+parseInt(n(269))/9+parseInt(n(256))/10*(parseInt(n(279))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ys);class to extends t.Plugin{static get[Qs(287)](){return[Js.Enter]}[Qs(266)](){const t=Qs,e=this[t(262)],n=e[t(272)][t(281)](t(291)),r=e[t(280)][t(281)](t(275));n[t(292)](t(275),(()=>{const s=t;e[s(258)][s(260)]((t=>{const o=s,a=e[o(258)][o(247)][o(255)],c=a[o(271)](),u=i.LiveRange[o(257)](a[o(246)]());if(r[o(259)](t)){const r=e[o(258)][o(252)](c[o(254)][o(245)],0),s=t[o(268)](c,r);n[o(249)](s)}else t[o(248)](t[o(268)](u[o(286)]));u[o(297)](),r[o(284)](o(261),{writer:t})}))})),e[t(273)][t(276)].on(t(267),Ds(e,t(244)),{priority:t(289)}),e[t(273)][t(276)].on(t(288),((e,n,r)=>{const s=t,o=r[s(277)][s(250)](n[s(243)]);if(o)for(const t of o)t[s(278)](s(298))&&(r[s(277)][s(290)](t,n[s(243)]),r[s(296)][s(251)](t))}),{priority:t(289)}),e[t(265)][t(276)].on(t(267),((n,r,s)=>{const o=t;s[o(285)][o(293)]&&Ds(e,o(244),{showActiveMarker:!1})[o(283)](this)(n,r,s)}),{priority:t(289)})}}const eo=no;function no(t,e){const n=so();return(no=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=no,r=t();for(;;)try{if(350243===parseInt(n(201))/1*(parseInt(n(193))/2)+parseInt(n(186))/3+-parseInt(n(175))/4*(parseInt(n(202))/5)+-parseInt(n(174))/6+parseInt(n(182))/7+-parseInt(n(189))/8*(-parseInt(n(177))/9)+-parseInt(n(185))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[eo(184)](){const t=eo;if(!this[t(188)][t(205)][t(210)](t(187)))return;const e=this[t(188)][t(205)][t(197)](t(178));e[t(190)](t(204),this[t(181)][t(183)](this)),e[t(190)](t(194)),e[t(190)](t(209)),e[t(190)](t(203)),e[t(190)](t(213))}[eo(181)](t,e,n={}){const r=eo,s=this[r(188)][r(205)][r(197)](r(200));return t((t=>(r(198)==typeof e?s[r(211)](e,n):e)(t)[r(206)]((e=>!1===this[r(173)](e,t[r(212)])))),n)}[eo(173)](t,e){const n=eo,r=this[n(188)][n(179)][n(192)](this[n(188)][n(179)][n(196)](e,t[n(176)]),this[n(188)][n(179)][n(196)](e,t[n(199)]));for(const t of this[n(188)][n(179)][n(207)][n(208)](n(180)))if(null!==r[n(195)](t[n(191)]()))return!0;return!1}}function so(){const t=["392NOnZDP","5AqRwMq","replace","find","plugins","filter","markers","getMarkersGroup","findPrevious","has","findByTextCallback","item","replaceAll","_isInDeletionRange","3057234oyUyfq","819916qtkZpX","start","2620215SWutmW","TrackChangesEditing","model","suggestion:deletion","handleFindCommand","612836cnsxMQ","bind","afterInit","111430nSghdz","215130lXsBCZ","FindAndReplaceEditing","editor","16DBOwdl","enableCommand","getRange","createRange","1706dwIKBy","findNext","getIntersection","createPositionAt","get","string","end","FindAndReplaceUtils"];return(so=function(){return t})()}function oo(t,e){const n=co();return(oo=function(t,e){return n[t-=178]})(t,e)}const io=oo;!function(t,e){const n=oo,r=t();for(;;)try{if(295198===-parseInt(n(178))/1+-parseInt(n(186))/2+parseInt(n(199))/3*(parseInt(n(209))/4)+-parseInt(n(184))/5*(parseInt(n(200))/6)+-parseInt(n(215))/7+parseInt(n(198))/8+parseInt(n(181))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(co);const ao=[{pluginName:io(206),commandName:io(228)},{pluginName:io(232),commandName:io(190)},{pluginName:io(229),commandName:io(193)},{pluginName:io(196),commandName:io(226)}];function co(){const t=["4132DpPrkM","_enableDefaultAttributesIntegration","find","formatInline","editor","*Reset font color*","2576707gaWoqP","toLowerCase","format","*Set font color:* %0","*Set font family:* %0","commandParams","*Reset font family*","afterInit","*Reset font background color*","FORMAT_FONT_FAMILY","FORMAT_FONT_COLOR","fontBackgroundColor","model","fontSize","FontColorEditing","normalizeSizeOptions","*Set font size:* %0","FontFamilyEditing","fontBackgroundColor.colors","FORMAT_FONT_BACKGROUND","type","fontColor.colors","281290KgDPzm","_registerLegacyDescription","*Reset font size*","9081459ehllyC","trim","FontSize","942695ESOVFO","get","84368NcdYsw","has","FORMAT_FONT_SIZE","plugins","fontFamily","commandName","registerAttributeLabel","fontColor","value","locale","FontBackgroundColorEditing","_descriptionFactory","2941832gIsUyz","510etfZvD","18teolmz","*Set font background color:* %0","config","registerDescriptionCallback","title","label","FontSizeEditing","fontSize.options","TrackChangesEditing"];return(co=function(){return t})()}class uo extends t.Plugin{[io(222)](){const t=io,e=this[t(213)][t(195)],n=this[t(213)][t(189)][t(185)](t(208));for(const{pluginName:e,commandName:r}of ao)this[t(213)][t(189)][t(187)](e)&&n[t(210)](r,[r]);e.t,n[t(197)][t(192)](t(228),zr(e,t(188))),n[t(197)][t(192)](t(190),zr(e,t(224))),n[t(197)][t(192)](t(193),zr(e,t(225))),n[t(197)][t(192)](t(226),zr(e,t(234))),this[t(179)]()}[io(179)](){const t=io,e=this[t(213)],n=e[t(195)];e[t(189)][t(185)](t(208))[t(197)][t(203)]((e=>{const r=t,o=n.t;if(r(212)!=e[r(235)])return;const{data:i}=e;if(null!=i){if(r(228)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=o(this[r(213)][r(189)][r(185)](r(183))[r(230)](this[r(213)][r(202)][r(185)](r(207)))[r(211)]((e=>e[r(227)]==t))[r(204)])[r(216)]();return{type:r(217),content:zr(n,r(231),e)}}return{type:r(217),content:zr(n,r(180))}}if(r(190)==i[r(191)]){const t=i[r(220)][0][r(194)];return t?{type:r(217),content:zr(n,r(219),t)}:{type:r(217),content:zr(n,r(221))}}if(r(193)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=(0,s.normalizeColorOptions)(this[r(213)][r(202)][r(185)](r(236)))[r(211)]((e=>e[r(227)]==t));let i=t,a="";return e&&(i=e[r(205)],a=o(i)[r(216)]()),{type:r(217),content:zr(n,r(218),a)[r(182)](),color:{value:t,title:a||i}}}return{type:r(217),content:zr(n,r(214))}}if(r(226)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=(0,s.normalizeColorOptions)(this[r(213)][r(202)][r(185)](r(233)))[r(211)]((e=>e[r(227)]==t));let i=t,a="";return e&&(i=e[r(205)],a=o(i)[r(216)]()),{type:r(217),content:zr(n,r(201),a)[r(182)](),color:{value:t,title:a||i}}}return{type:r(217),content:zr(n,r(223))}}}}))}}const lo=fo;function fo(t,e){const n=ho();return(fo=function(t,e){return n[t-=268]})(t,e)}function ho(){const t=["entries","plugins","title","toUpperCase","toLowerCase","charAt","get","1040062NUzQcI","_descriptionFactory","3254860FmkCwP","registerDescriptionCallback","push","_registerLegacyDescription","locale","fontSize","fontColor.colors","pasteFormat","type","2714260wcuiPy","split","8bAycWb","TrackChangesEditing","boolean","233954lpjuzF","28742661QZIMVN","commands","FontSize","config","label","_enableDefaultAttributesIntegration","4470834MSAyaq","copyFormat","*Remove all formatting*","fontBackgroundColor","*Set format to:* %0","editor","formatBlock","1NXKrVi","formatInline","fontSize.options","enableCommand","find","join","750714zaaQjr","commandParams","afterInit","commandName","slice","normalizeSizeOptions","model","fontColor","format","length"];return(ho=function(){return t})()}!function(t,e){const n=fo,r=t();for(;;)try{if(382106===parseInt(n(290))/1*(-parseInt(n(313))/2)+-parseInt(n(296))/3+-parseInt(n(271))/4+-parseInt(n(315))/5+-parseInt(n(283))/6+parseInt(n(276))/7+-parseInt(n(273))/8*(-parseInt(n(277))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[lo(298)](){const t=lo,e=this[t(288)],n=e[t(307)][t(312)](t(274)),r=e[t(278)][t(312)](t(284)),s=e[t(278)][t(312)](t(269));r&&s&&(n[t(282)](t(269)),n[t(293)](t(284)),this[t(318)]())}[lo(318)](){const t=lo,e=this[t(288)],n=e[t(319)];e[t(307)][t(312)](t(274))[t(314)][t(316)]((r=>{const s=t;if(s(289)!=r[s(270)]&&s(291)!=r[s(270)])return;const{data:o}=r;if(o&&s(269)===o[s(299)]){const t=[],r=o[s(297)][0];for(const[n,o]of Object[s(306)](r))t[s(317)](po(e,n,o));return t[s(305)]?{type:s(304),content:zr(n,s(287),t[s(295)](", "))}:{type:s(304),content:zr(n,s(285))}}}))}}function po(t,e,n){const r=lo,o=t[r(319)].t,i=e[r(272)](/(?=[A-Z])/)[r(295)](" "),a=o(i[r(311)](0)[r(309)]()+i[r(300)](1))[r(310)]();if(r(275)==typeof n)return a;if(r(303)===e||r(286)===e){const e=(0,s.normalizeColorOptions)(t[r(280)][r(312)](r(268)))[r(294)]((t=>t[r(302)]==n));return a+" ("+(e?o(e[r(281)])[r(310)]():n)+")"}if(r(320)===e&&isNaN(parseFloat(n))){const e=t[r(307)][r(312)](r(279))[r(301)](t[r(280)][r(312)](r(292)))[r(294)]((t=>t[r(302)]==n));return a+" ("+(e?o(e[r(308)])[r(310)]():n)+")"}return a+" ("+n+")"}function mo(t,e){const n=Io();return(mo=function(t,e){return n[t-=424]})(t,e)}function Io(){const t=["find","model","value","heading","config","_getHeadingLevel","get","143vRrGvS","38HNOGrh","407965SmFMLu","66368RTAaIG","1381005NwaLtJ","44vMyPbj","*Change to:* %0","title","_headingOptions","10744680dQneyl","match","TrackChangesEditing","locale","136280xzwFlK","has","format","678XtkGkZ","ELEMENT_HEADING_CUSTOM","registerElementLabel","9zupWVL","plugins","editor","heading.options","HeadingEditing","registerDescriptionCallback","name","afterInit","63239796YWAgts","_registerLegacyDescription","96355zSDrmS","type","formatBlock","_enableDefaultAttributesIntegration","commandParams","ELEMENT_HEADING","_descriptionFactory","paragraph","commandName","view"];return(Io=function(){return t})()}const Eo=mo;!function(t,e){const n=mo,r=t();for(;;)try{if(850437===-parseInt(n(433))/1*(parseInt(n(431))/2)+parseInt(n(434))/3+parseInt(n(435))/4*(-parseInt(n(432))/5)+parseInt(n(446))/6*(-parseInt(n(459))/7)+parseInt(n(439))/8*(-parseInt(n(449))/9)+-parseInt(n(443))/10*(-parseInt(n(430))/11)+parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[Eo(456)](){const t=Eo,e=this[t(451)];if(!e[t(450)][t(444)](t(453)))return;this[t(438)]=e[t(427)][t(429)](t(452));const n=e[t(442)],r=e[t(450)][t(429)](t(441));r[t(462)](t(426));for(const e of this[t(438)])t(466)!=e[t(424)]&&r[t(465)][t(448)](e[t(424)],(n=>{const r=t,i=this[r(428)](e[r(424)]);return null!==i?s(n,i):o(n,e[r(437)])}));function s(e,r){return zr(n,t(464),[e,r])}function o(e,r){return zr(n,t(447),[e,r])}this[t(458)]()}[Eo(458)](){const t=Eo,e=this[t(451)],n=e[t(442)];e[t(450)][t(429)](t(441))[t(465)][t(454)]((e=>{const r=t;if(r(461)!=e[r(460)])return;const{data:s}=e;if(s&&r(426)==s[r(467)]){const e=s[r(463)][0][r(425)],c=this[r(428)](e);if(null!==c)return{type:r(445),content:zr(n,r(436),(1,a=c,zr(n,r(464),[1,a])))};const u=this[r(438)][r(469)]((t=>t[r(424)]===e))[r(437)];return{type:r(445),content:zr(n,r(436),(o=1,i=u,zr(n,t(447),[o,i])))}}var o,i,a}))}[Eo(428)](t){const e=Eo;var n,r;const s=t[e(440)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(438)])||void 0===n?void 0:n[e(469)]((n=>n[e(424)]==t));if(o&&o[e(468)]){const t=o[e(468)],n=(null!==(r=t[e(455)])&&void 0!==r?r:t)[e(440)](/^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-=489]})(t,e)}function yo(){const t=["value","716523NEnOMN","type","locale","5703872kWGGvJ","registerDescriptionCallback","commandName","3560884yEiQrE","config","11056437OZODQq","plugins","toLowerCase","afterInit","commandParams","registerAttributeLabel","highlight","color","*Remove highlight*","find","title","editor","5vsoeSA","model","TrackChangesEditing","formatInline","*Set highlight:* %0","format","_enableDefaultAttributesIntegration","_registerLegacyDescription","2670534rigHaU","FORMAT_HIGHLIGHT","_descriptionFactory","4506108waJUyT","has","get","2gEVbfb","HighlightEditing","highlight.options","4208463FbNviO"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(776337===-parseInt(n(526))/1*(-parseInt(n(521))/2)+-parseInt(n(518))/3+-parseInt(n(493))/4*(-parseInt(n(507))/5)+-parseInt(n(515))/6+parseInt(n(524))/7+-parseInt(n(490))/8+parseInt(n(495))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(498)](){const t=To,e=this[t(506)];if(!e[t(496)][t(519)](t(522)))return;const n=e[t(496)][t(520)](t(509)),r=e[t(489)];n[t(513)](t(501),[t(501)]),n[t(517)][t(500)](t(501),zr(r,t(516))),this[t(514)]()}[To(514)](){const t=To,e=this[t(506)],n=e[t(489)];e[t(496)][t(520)](t(509))[t(517)][t(491)]((r=>{const s=t;if(s(510)!=r[s(527)])return;const{data:o}=r;if(o&&s(501)==o[s(492)]){const t=n.t,r=o[s(499)][0][s(525)];if(r){const o=e[s(494)][s(520)](s(523))[s(504)]((t=>t[s(508)]==r)),i=t(o[s(505)])[s(497)]();return{type:s(512),content:zr(n,s(511),i),color:{value:o[s(502)],title:o[s(505)]}}}return{type:s(512),content:zr(n,s(503),zr(n,s(516)))}}}))}}function ko(){const t=["has","191060CLoSen","6017710knXtok","createContainerElement","insert","2849457eZgoAL","135WkMMht","TrackChangesEditing","locale","createPositionAt","addClass","ck-horizontal-line","32xgxiJI","276wbSZWR","createEmptyElement","afterInit","_descriptionFactory","horizontalLine","showSuggestionHighlights","2040588IdLEYL","52qkHcyh","plugins","HorizontalLineEditing","registerElementLabel","397309LDLvgd","get","conversion","elementToStructure","18CwepFJ","dataDowncast","div","117607uTCVIx","4940dVHOMl","enableCommand","ELEMENT_HORIZONTAL_LINE","for","editor","high"];return(ko=function(){return t})()}const Co=No;function No(t,e){const n=ko();return(No=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(752016===-parseInt(n(441))/1*(-parseInt(n(429))/2)+parseInt(n(440))/3+parseInt(n(417))/4*(-parseInt(n(436))/5)+-parseInt(n(454))/6+parseInt(n(428))/7*(-parseInt(n(447))/8)+parseInt(n(425))/9*(parseInt(n(437))/10)+-parseInt(n(421))/11*(parseInt(n(448))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Ro extends t.Plugin{[Co(450)](){const t=Co,e=this[t(433)];if(!e[t(418)][t(435)](t(419)))return;e[t(418)][t(422)](t(442))[t(430)](t(452));const n=e[t(418)][t(422)](t(442)),r=e[t(443)];n[t(451)][t(420)](t(452),(e=>zr(r,t(431),e))),e[t(423)][t(432)](t(426))[t(424)]({model:t(452),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(453)])return null;const o=n[s(438)](s(427)),i=n[s(449)]("hr");return n[s(445)](s(446),o),n[s(439)](n[s(444)](o,0),i),o},converterPriority:t(434)})}}const Lo=So;function So(t,e){const n=Mo();return(So=function(t,e){return n[t-=373]})(t,e)}function Mo(){const t=["142VkSudi","locale","element","HtmlEmbed","rawHtml","commandName","editor","15084WXQYET","type","start","attribute","_descriptionFactory","value","plugins","afterInit","1853625CVUvNQ","format","4400wwapbr","_enableDefaultAttributesIntegration","htmlEmbed","*Change %0 content*","registerElementLabel","registerDescriptionCallback","ELEMENT_HTML_EMBED","getFirstRange","get","74421RanJWu","35GjGMcF","key","5582576rEdMrx","has","formatBlock","TrackChangesEditing","486200jhQppk","_registerLegacyDescription","45460080Mwvrwh","432696EJXVDp","nodeAfter"];return(Mo=function(){return t})()}!function(t,e){const n=So,r=t();for(;;)try{if(928538===parseInt(n(392))/1+-parseInt(n(377))/2*(-parseInt(n(403))/3)+parseInt(n(406))/4+-parseInt(n(410))/5+-parseInt(n(375))/6*(parseInt(n(404))/7)+-parseInt(n(394))/8*(-parseInt(n(384))/9)+-parseInt(n(374))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[Lo(391)](){const t=Lo,e=this[t(383)];if(!e[t(390)][t(407)](t(380)))return;const n=e[t(390)][t(402)](t(409)),r=e[t(378)];n[t(388)][t(398)](t(381),(e=>zr(r,t(400),e))),n[t(395)](t(396),[],[t(389)]),n[t(388)][t(399)]((e=>{const n=t;if(n(387)!=e[n(385)])return;const{data:s}=e;if(s&&n(389)==s[n(405)]&&e[n(401)]()[n(386)][n(376)].is(n(379),n(381))){const t=zr(r,n(400));return{type:n(393),content:zr(r,n(397),t)}}})),this[t(373)]()}[Lo(373)](){const t=Lo,e=this[t(383)],n=e[t(378)];e[t(390)][t(402)](t(409))[t(388)][t(399)]((e=>{const r=t;if(r(408)!=e[r(385)])return;const{data:s}=e;if(s&&r(396)==s[r(382)]){const t=zr(n,r(400));return{type:r(393),content:zr(n,r(397),t)}}}))}}function wo(){const t=["get","imageStylePreApply","markInsertion","isIntersecting","ImageResize","forward","Inline image to block image","ImageUtils","_descriptionFactory","imageTypeBlock","fromPosition","chain","model","114879ZBlZgU","format","_suggestionFactory","backward","accept","start","length","selection","TrackChangesEditing","newValue","subType","markBlockFormat","registerElementLabel","find","ELEMENT_INLINE_IMAGE","formatBlock","addObject","isCollapsed","resizeImage","imageCaption","convertBlockImageToInline","2719445xAUZVv","convertInlineImageToBlock","locale","discard","*Set image text alternative:* %0","join","type","*Set image width:* %0","insertImage","key","attribute","_registerLegacyDescription","afterInit","8wTQuJi","filter","getClosestSelectedImageElement","nodeAfter","imageBlock","previous","1889852gAZmdp","enableCommand","deletion","change","removeObject","isOwn","ImageCaptionEditing","getNearestSelectionRange","1523410doIsbg","insertion","3580522JHhviR","*Reset image width*","resizedWidth","_findSuggestions","alt","ImageBlockEditing","isBlockImage","ImageTextAlternativeEditing","toggleImageCaption","12nbqIMC","*Remove image text alternative*","imageInline","10FQdENf","uploadImage","ELEMENT_CAPTION","nodeBefore","registerDescriptionCallback","toPrevious","commandParams","imageTypeInline","createRange","3344589nduTgh","ImageCaptionUtils","end","ELEMENT_IMAGE","getContainedElement","imageTextAlternative","Block image to inline image","_enableDefaultAttributesIntegration","ImageUploadEditing","6RKLuqL","commandName","createRangeOn","toNext","findIndex","plugins","isEqual","document","116370bVsemF","editor","has","getSuggestionCallback","isBefore","registerCustomCallback","markDeletion","element","ImageEditing","forceDefaultExecution","formatInline","detach","schema","ImageInlineEditing","getCaptionFromImageModelElement","registerAttributeLabel","caption","getFirstRange","width","FORMAT_IMAGE_SIZE"];return(wo=function(){return t})()}const Oo=Do;function Do(t,e){const n=wo();return(Do=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=Do,r=t();for(;;)try{if(316224===-parseInt(n(391))/1+-parseInt(n(383))/2*(-parseInt(n(303))/3)+parseInt(n(343))/4+-parseInt(n(324))/5+-parseInt(n(362))/6*(-parseInt(n(351))/7)+parseInt(n(337))/8*(-parseInt(n(374))/9)+parseInt(n(365))/10*(parseInt(n(353))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wo);class Fo extends t.Plugin{[Oo(336)](){const t=Oo,e=this[t(392)];if(!e[t(388)][t(393)](t(278)))return;const n=e[t(388)][t(290)](t(311)),r=e[t(388)][t(290)](t(297)),s=e[t(326)];n[t(344)](t(332)),n[t(298)][t(315)](t(341),(e=>zr(s,t(377),e))),n[t(298)][t(315)](t(364),(e=>zr(s,t(317),e))),n[t(298)][t(315)](t(286),(()=>zr(s,t(367)))),e[t(388)][t(393)](t(382))&&n[t(344)](t(366)),e[t(388)][t(393)](t(358))&&e[t(388)][t(393)](t(283))&&(n[t(344)](t(372),((s,o)=>{const i=t,a=r[i(339)](e[i(302)][i(390)][i(310)]);e[i(302)][i(346)]((()=>{const t=i;n[t(314)](a,{commandName:t(372),commandParams:[o]},[],t(323))}))})),n[t(344)](t(299),((s,o)=>{const a=t;e[a(302)][a(346)]((t=>{const c=a;let u=r[c(339)](e[c(302)][c(390)][c(310)]),l=t[c(385)](u);const f=i.LivePosition[c(300)](l[c(308)],c(370)),h=i.LivePosition[c(300)](l[c(376)],c(386));n[c(279)]((()=>s(o))),u=r[c(339)](e[c(302)][c(390)][c(310)]),l=t[c(385)](u);const g=t[c(373)](f,h);f[c(281)](),h[c(281)](),n[c(314)](u,{commandName:c(372),commandParams:[o]},[],c(325)),g[c(308)][c(395)](l[c(308)])&&n[c(292)](t[c(373)](g[c(308)],l[c(308)]),c(325)),l[c(376)][c(395)](g[c(376)])&&n[c(292)](t[c(373)](l[c(376)],g[c(376)]),c(325))}))})),n[t(305)][t(396)](t(318),t(325),t(329),(()=>!1)),n[t(305)][t(396)](t(318),t(325),t(307),(()=>!1)),n[t(305)][t(396)](t(318),t(325),t(327),n[t(305)][t(394)](t(318),"",t(307))),n[t(305)][t(396)](t(352),t(325),t(329),(()=>!1)),n[t(305)][t(396)](t(352),t(325),t(327),(([r])=>{const s=t,o=n[s(305)][s(394)](s(352),"",s(327));let i=r[s(308)],a=r[s(376)];const c=e[s(302)][s(282)][s(350)](i,s(306)),u=e[s(302)][s(282)][s(350)](a,s(295));c[s(320)]&&(i=c[s(308)]),u[s(320)]&&(a=u[s(376)]),o([e[s(302)][s(373)](i,a)])})),n[t(305)][t(396)](t(318),t(325),t(301),c),n[t(305)][t(396)](t(352),t(325),t(301),c)),e[t(388)][t(393)](t(349))&&(n[t(344)](t(361),((s,o)=>{const i=t,a=e[i(388)][i(290)](i(375));let c=r[i(339)](e[i(302)][i(390)][i(310)]),u=a[i(284)](c);e[i(302)][i(346)]((()=>{const t=i;if(u)return void n[t(276)](e[t(302)][t(385)](u));const l=r[t(359)](c);s(o),c=r[t(339)](e[t(302)][t(390)][t(310)]),u=a[t(284)](c),n[t(292)](e[t(302)][t(385)](u),l?null:t(322))}))})),n[t(305)][t(396)](t(352),t(322),t(301),c));const o=[{type:t(318),subType:t(291)},{type:t(352),subType:t(322)},{type:t(318),subType:t(325)},{type:t(352),subType:t(325)}];function a(e,s){const i=t,a=o[i(387)]((({type:t,subType:n})=>e[i(330)]==t&&e[i(313)]==n)),c=o[i(387)]((({type:t,subType:e})=>s[i(330)]==t&&s[i(313)]==e));if(a<0||c<0)return!1;const u=e[i(287)](),l=s[i(287)]();if((0==a||1==a)&&2==c&&u[i(293)](l))return!0;if(2==a&&3==c){const t=n[i(356)](u,i(352))[i(338)]((({suggestion:t,meta:e})=>e[i(348)]&&i(325)==t[i(313)]));if(t[i(309)]>1&&l[i(376)][i(389)](u[i(308)]))return!0;if(1==t[i(309)]&&(u[i(308)][i(389)](l[i(376)])||u[i(376)][i(389)](l[i(308)])))return!0}if(3==a&&3==c&&u[i(308)][i(395)](l[i(308)])){const t=u[i(376)][i(340)],e=l[i(308)][i(368)];return r[i(359)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(388)][t(393)](t(294))&&(n[t(381)](t(321),[],[t(355)]),n[t(298)][t(285)](t(355),zr(s,t(289)))),e[t(388)][t(393)](t(360))&&n[t(381)](t(379),[],[t(357)]),n[t(298)][t(369)]((e=>{const n=t;if(o[n(316)]((({type:t,subType:r})=>e[n(330)]==t&&e[n(313)]==r)))return e[n(342)]?{}:void 0})),n[t(298)][t(369)]((e=>{const n=t;if(n(352)==e[n(330)]||n(345)==e[n(330)]){const t=e[n(378)]();if(t&&t.is(n(277),n(286)))return{type:n(352)==e[n(330)]?n(319):n(347),element:t,quantity:1}}})),n[t(298)][t(369)]((e=>t(318)==e[t(330)]&&t(325)==e[t(313)]?{type:t(304),content:t(296)}:t(318)==e[t(330)]&&t(323)==e[t(313)]?{type:t(304),content:t(380)}:void 0)),n[t(298)][t(369)]((e=>{const n=t;if(n(334)!=e[n(330)])return;const{data:r}=e;if(!r||n(357)!=r[n(333)])return;const o=r[n(312)];return o?{type:n(304),content:zr(s,n(328),'"'+o+'"')}:{type:n(304),content:zr(s,n(363))}})),this[t(335)]()}[Oo(335)](){const t=Oo,e=this[t(392)],n=e[t(326)];e[t(388)][t(290)](t(311))[t(298)][t(369)]((e=>{const r=t;if(r(318)!=e[r(330)]&&r(280)!=e[r(330)])return;const{data:s}=e;if(s){if(r(379)==s[r(384)]){const t=s[r(371)][0][r(312)];return t?{type:r(304),content:zr(n,r(328),'"'+t+'"')}:{type:r(304),content:zr(n,r(363))}}if(r(321)==s[r(384)]){const t=s[r(371)][0][r(288)];return t?{type:r(304),content:zr(n,r(331),t)}:{type:r(304),content:zr(n,r(354))}}}}))}}const xo=Bo;function Po(){const t=["locale","key","formatBlock","src","_registerLegacyDescription","*Format:* replace image URL","6252VMEiDk","_suggestionFactory","editor","afterInit","oldValue","accept","TrackChangesEditing","format","newValue","7oEmTZp","104802msIQoX","408fhKogo","getSuggestionCallback","_handleLegacySuggestions","registerDescriptionCallback","type","2522394rQJhtj","1793410jKMSQm","commandName","ImageEditing","discard","336YAsSdz","attribute","has","registerCustomCallback","replaceImageSource","plugins","formatInline","*Replace image URL*","_enableDefaultAttributesIntegration","5178EAkRpd","get","50498xOgVBM","47694RzoVKs","5EKscVU","4631OXomqX","_descriptionFactory"];return(Po=function(){return t})()}function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=337]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(344550===-parseInt(n(371))/1*(parseInt(n(372))/2)+-parseInt(n(349))/3*(-parseInt(n(373))/4)+-parseInt(n(353))/5*(parseInt(n(352))/6)+-parseInt(n(351))/7*(-parseInt(n(340))/8)+parseInt(n(378))/9+parseInt(n(379))/10+parseInt(n(354))/11*(-parseInt(n(362))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(365)](){const t=xo;if(!this[t(364)][t(345)][t(342)](t(338)))return;const e=this[t(364)][t(356)],n=this[t(364)][t(345)][t(350)](t(368));n[t(348)](t(344),[],[t(359)]),n[t(355)][t(376)]((n=>{const r=t;if(r(341)!=n[r(377)])return;const{data:s}=n;return s&&r(359)==s[r(357)]?s[r(370)]&&s[r(366)]?{type:r(369),content:zr(e,r(347))}:{type:r(369),content:""}:void 0})),this[t(375)]()}[xo(375)](){const t=xo,e=this[t(364)][t(345)][t(350)](t(368));e[t(363)][t(343)](t(358),t(344),t(367),e[t(363)][t(374)](t(358),null,t(339))),e[t(363)][t(343)](t(358),t(344),t(339),e[t(363)][t(374)](t(358),null,t(367))),this[t(360)]()}[xo(360)](){const t=xo,e=this[t(364)],n=e[t(356)];e[t(345)][t(350)](t(368))[t(355)][t(376)]((e=>{const r=t;if(r(358)!=e[r(377)]&&r(346)!=e[r(377)])return;const{data:s}=e;return s&&r(344)==s[r(337)]?{type:r(369),content:zr(n,r(361))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=494]})(t,e)}function Vo(){const t=["imageTypeBlock","isBlockImage","_suggestionFactory","ImageUtils","hasSuggestion","registerCustomCallback","start","createRangeOn","getContainedElement","value","setImageNaturalSizeAttributes","_findSuggestions","1694922xjOwms","FORMAT_SIDE_IMAGE","chain","title","format","getSuggestions","_registerLegacyDescription","markInlineFormat","commands","isIntersecting","has","isInContent","commandName","isOwn","7osJGkU","ImageStyleEditing","document","16kBBLBj","_splitMarkerName","enableCommand","get","model","registerDescriptionCallback","*Format:* %0","author","imageStylePostApply","imageStylePreApply","differ","findIndex","460773rPXwkI","next","11ygbkWa","imageCaption","registerPostFixer","change","isInlineImage","editor","getFirstRange","commandParams","3126840ySyqHj","subType","formatBlock","discard","convertInlineImageToBlock","388xXGeYL","normalizedStyles","isBefore","length","getChangedMarkers","getSuggestionCallback","accept","join","Users","imageTypeInline","nodeAfter","commandReversedParams","insertion","1327786gmoMFu","type","33141fmmYVz","getClosestSelectedImageElement","formatInline","head","side","newRange","shouldConvertImageType","2720710LxeOwo","name","getSuggestion","5522380adpAMp","forEach","toLowerCase","discardSuggestion","imageStyle","locale","markBlockFormat","from","plugins","_descriptionFactory","isEqual","selection","filter","afterInit","end","refresh","TrackChangesEditing","suggestion","nodeBefore"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(763051===-parseInt(n(571))/1+parseInt(n(580))/2+-parseInt(n(573))/3*(parseInt(n(558))/4)+parseInt(n(583))/5+parseInt(n(514))/6*(parseInt(n(528))/7)+-parseInt(n(531))/8*(-parseInt(n(543))/9)+parseInt(n(553))/10*(parseInt(n(545))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[jo(496)](){const t=jo,n=this[t(550)];if(!n[t(591)][t(524)](t(529)))return;const r=n[t(591)][t(534)](t(499)),s=n[t(591)][t(534)](t(505)),o={};r[t(533)](t(587),((o,i)=>{const a=t,c=n[a(591)][a(534)](a(566)).me,u=n[a(522)][a(534)](a(587));let l=s[a(574)](n[a(535)][a(530)][a(494)]),f=n[a(535)][a(509)](l),h=u[a(511)];if(h==i[a(511)])return;const g={commandName:a(587),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(535)][a(548)]((()=>{const t=a;if(r[t(519)]()[t(495)]((e=>e[t(525)]&&c==e[t(538)]&&(t(555)==e[t(572)]||t(575)==e[t(572)])&&(t(540)==e[t(554)]||t(539)==e[t(554)])&&e[t(551)]()[t(593)](f)))[t(584)]((e=>r[t(586)](e[t(576)]))),l=s[t(574)](n[t(535)][t(530)][t(494)]),f=n[t(535)][t(509)](l),u[t(498)](),n[t(522)][t(534)](t(567))[t(498)](),n[t(522)][t(534)](t(502))[t(498)](),h=u[t(511)],h!=i[t(511)])return s[t(549)](l)&&u[t(579)](i[t(511)],l)?(o({...i,setImageSizes:!1}),l=s[t(574)](n[t(535)][t(530)][t(494)]),void r[t(589)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(540))):void(s[t(503)](l)?r[t(589)](l,g,[],t(539)):r[t(521)](f,g,t(539)))}))}));for(const e of n[t(591)][t(534)](t(529))[t(559)])o[e[t(581)]]=e[t(517)][t(585)]();r[t(504)][t(507)](t(555),t(540),t(565),(()=>!1)),r[t(504)][t(507)](t(555),t(539),t(565),(()=>!1)),r[t(504)][t(507)](t(575),t(539),t(565),(()=>!1)),r[t(504)][t(507)](t(555),t(540),t(564),(([e])=>{const n=t;s[n(512)](e[n(510)]())})),r[t(504)][t(507)](t(555),t(540),t(556),((e,n)=>{const s=t;r[s(504)][s(563)](s(555),"",s(564))(e,{commandName:n[s(526)],commandParams:n[s(569)]})})),r[t(504)][t(507)](t(555),t(540),t(516),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(555),subType:t(540)},{type:t(570),subType:t(546)},{type:t(555),subType:t(557)},{type:t(570),subType:t(557)}];function a(e,n){const o=t,a=i[o(542)]((({type:t,subType:n})=>e[o(572)]==t&&e[o(554)]==n)),c=i[o(542)]((({type:t,subType:e})=>n[o(572)]==t&&n[o(554)]==e));if(a<0||c<0)return!1;const u=e[o(551)](),l=n[o(551)]();if((0==a||1==a)&&2==c&&u[o(523)](l))return!0;if(2==a&&3==c){const t=r[o(513)](u,o(570))[o(495)]((({suggestion:t,meta:e})=>e[o(527)]&&o(557)==t[o(554)]));if(t[o(561)]>1&&l[o(497)][o(593)](u[o(508)]))return!0;if(1==t[o(561)]&&(u[o(508)][o(593)](l[o(497)])||u[o(497)][o(593)](l[o(508)])))return!0}if(3==a&&3==c&&u[o(508)][o(560)](l[o(508)])){const t=u[o(497)][o(568)],e=l[o(508)][o(501)];return s[o(503)](t)&&t===e}return!1}n[t(535)][t(530)][t(547)]((()=>{const e=t;let o=!1;const i=Array[e(590)](n[e(535)][e(530)][e(541)][e(562)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(532)](t);if(e(500)==i&&r[e(506)](u)){if(e(555)==a&&(e(540)==c||e(539)==c)){const t=r[e(582)](u);if(n[e(578)]){const n=t[e(551)]()[e(510)]();if(s[e(503)](n))continue;r[e(586)](t),o=!0}}if(e(570)==a&&e(546)==c&&!n[e(578)]){const t=r[e(582)](u);t[e(544)]&&t[e(544)][e(525)]&&(r[e(586)](t[e(544)]),o=!0)}}}return o})),this[t(520)](o)}[jo(520)](t){const e=jo,n=this[e(550)],r=n[e(588)];n[e(591)][e(534)](e(499))[e(592)][e(536)]((n=>{const s=e;if(s(555)!=n[s(572)]&&s(575)!=n[s(572)])return;const{data:o}=n;if(!o||s(587)!=o[s(526)])return;const i=o[s(552)][0][s(511)];return function(t){const e=s;return{type:e(518),content:zr(r,e(537),t)}}(s(577)===i?zr(r,s(515)):t[i]||i)}))}}const zo=Ko;function Wo(){const t=["14avOrLo","9166234VrcoZv","30pMXUfI","dataInsert","collaboration_features","get","track_changes","1068039lburNO","trackChanges","706145SuosWf","afterInit","_trackChangesExecuted","high","plugins","TrackChangesEditing","1ofcfWj","bind","forEach","732334CDUSqo","lowest","enableCommand","3073384CMgQgT","_handleImportedData","importWord","Users","commands","132IzLLSN","value","execute","11988EVZeuG","editor","_trackChangesValueDuringImport","652206qXqEig","listenTo","_setSuggestionData"];return(Wo=function(){return t})()}function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=131]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(251234===parseInt(n(140))/1*(parseInt(n(143))/2)+-parseInt(n(154))/3*(parseInt(n(151))/4)+parseInt(n(134))/5+-parseInt(n(157))/6*(parseInt(n(160))/7)+-parseInt(n(146))/8+-parseInt(n(132))/9*(parseInt(n(162))/10)+parseInt(n(161))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class qo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(156)]=!1,this[e(136)]=!1}[zo(135)](){const t=zo,e=this[t(155)],n=e[t(150)][t(165)](t(148)),r=e[t(150)][t(165)](t(133));n&&(n.on(t(153),((e,[,n])=>{const s=t;this[s(156)]=r[s(152)],n[s(164)][s(131)]=!this[s(156)]}),{priority:t(137)}),this[t(158)](n,t(163),this[t(147)][t(141)](this)),this[t(158)](n,t(163),(()=>{const e=t;this[e(136)]&&(r[e(153)](),this[e(136)]=!1)}),{priority:t(144)}),e[t(138)][t(165)](t(139))[t(145)](t(148)))}[zo(147)](t,e){const n=zo,{suggestions:r}=e,s=this[n(155)][n(150)][n(165)](n(133)),o=s[n(152)];this[n(156)]!==o&&(s[n(153)](),this[n(136)]=!0),r&&r[n(142)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(155)][o(138)][o(165)](o(149)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(148)}}};this[o(155)][o(138)][o(165)](o(139))[o(159)](i)}))}}function Xo(){const t=["2199884tRhcAL","FORMAT_INDENT","outdentBlock","formatBlock","_descriptionFactory","indent","commandName","blockIndent","_registerBlockAttribute","*Indent:* %0","plugins","registerAttributeLabel","editor","486463lfhVwd","9TKgwIq","TrackChangesEditing","registerDescriptionCallback","type","IndentEditing","5229frWody","603654XosDbg","has","*Outdent:* %0","2017807QKeZDn","outdent","3948dHclmQ","90xYJfgE","getItems","_enableDefaultAttributesIntegration","get","IndentBlock","getItemLabel","3gXbfOk","format","_registerLegacyDescription","locale","enableCommand","694504xmDlQd","indentBlock","afterInit","38735rNZwwP"];return(Xo=function(){return t})()}function Zo(t,e){const n=Xo();return(Zo=function(t,e){return n[t-=211]})(t,e)}const Jo=Zo;!function(t,e){const n=Zo,r=t();for(;;)try{if(345734===-parseInt(n(224))/1+parseInt(n(231))/2+-parseInt(n(243))/3*(parseInt(n(211))/4)+parseInt(n(251))/5+-parseInt(n(236))/6*(parseInt(n(230))/7)+parseInt(n(248))/8*(-parseInt(n(225))/9)+-parseInt(n(237))/10*(-parseInt(n(234))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Qo extends t.Plugin{[Jo(250)](){const t=Jo,e=this[t(223)],n=e[t(221)][t(240)](t(226));if(e[t(221)][t(232)](t(229))&&(n[t(247)](t(216)),n[t(247)](t(235))),e[t(221)][t(232)](t(241)))for(const e of[t(249),t(213)])n[t(239)](e);const r=e[t(246)];n[t(219)](t(218)),n[t(215)][t(222)](t(218),zr(r,t(212))),this[t(245)]()}[Jo(245)](){const t=Jo,e=this[t(223)],n=e[t(246)],r=e[t(221)][t(240)](t(226));r[t(215)][t(227)]((e=>{const s=t;if(s(214)!=e[s(228)])return;const{data:o}=e;if(!o)return;if(s(249)!=o[s(217)]&&s(213)!=o[s(217)])return;const i=e[s(238)]()[0],a=r[s(215)][s(242)](i);return s(249)==o[s(217)]?{type:s(244),content:zr(n,s(220),a)}:s(213)==o[s(217)]?{type:s(244),content:zr(n,s(233),a)}:void 0}))}}function Yo(){var t=["11685996kzqhyi","TrackChangesEditing","plugins","init","12TRNxoX","168230jVEzmw","editor","55pTCoOr","5990454MJKxdl","202592dcecKL","get","9592190sKeCgZ","2sZVHVg","requires","input","enableCommand","16460AvXuki","1760287WrmYnW","156ZJWzyY"];return(Yo=function(){return t})()}var $o=ti;function ti(t,e){var n=Yo();return(ti=function(t,e){return n[t-=454]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(956722===parseInt(n(465))/1*(-parseInt(n(460))/2)+-parseInt(n(466))/3*(-parseInt(n(464))/4)+-parseInt(n(472))/5*(-parseInt(n(471))/6)+-parseInt(n(467))/7+-parseInt(n(457))/8+-parseInt(n(456))/9+parseInt(n(459))/10*(parseInt(n(455))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class ei extends t.Plugin{static get[$o(461)](){return[Ms.Input]}[$o(470)](){var t=$o;this[t(454)][t(469)][t(458)](t(468))[t(463)](t(462))}}const ni=si;function ri(){const t=["292mExxVX","locale","registerDescriptionCallback","map","commands","label","newValue","commandName","5169934ypMQwK","16LvIhut","toLowerCase","20quaQGc","_enableDefaultAttributesIntegration","TrackChangesEditing","1270818mpLmfu","get","registerAttributeLabel","attribute","has","unlink","3483120Hxmmhi","plugins","key","2203074yOfqBP","628279QzbUWx","1197978eqltMo","_registerLegacyDescription","afterInit","7HfDVLI","*Remove link*","format","linkHref","*Set link:* %0","type","LinkEditing","link (","manualDecorators","formatInline","editor","27942vMWVYJ","_descriptionFactory","link","commandParams"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=145]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(379005===-parseInt(n(149))/1+-parseInt(n(150))/2+parseInt(n(164))/3*(-parseInt(n(168))/4)+parseInt(n(145))/5+parseInt(n(148))/6*(parseInt(n(153))/7)+-parseInt(n(177))/8*(-parseInt(n(182))/9)+parseInt(n(179))/10*(parseInt(n(176))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(152)](){const t=ni,e=this[t(163)];if(!e[t(146)][t(186)](t(159)))return;const n=e[t(146)][t(183)](t(181)),r=e[t(172)][t(183)](t(166));n[t(180)](t(166),[t(156),...r[t(161)][t(171)]((t=>t.id))]),n[t(180)](t(187));for(const e of r[t(161)])n[t(165)][t(184)](e.id,t(160)+e[t(173)][t(178)]()+")");n[t(165)][t(170)]((n=>{const r=t;if(r(185)!=n[r(158)])return;const{data:s}=n;if(!s||r(156)!=s[r(147)])return;const o=s[r(174)],i=e[r(169)];return{type:r(155),content:null==o?zr(i,r(154)):zr(i,r(157),'"'+o+'"')}})),this[t(151)]()}[ni(151)](){const t=ni,e=this[t(163)],n=e[t(169)];e[t(146)][t(183)](t(181))[t(165)][t(170)]((e=>{const r=t;if(r(162)!=e[r(158)])return;const{data:s}=e;if(s){if(r(166)==s[r(175)]){const t=s[r(167)][0];return{type:r(155),content:zr(n,r(157),'"'+t+'"')}}return r(187)==s[r(175)]?{type:r(155),content:zr(n,r(154))}:void 0}}))}}const ii=ai;function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=312]})(t,e)}function ci(){const t=["commandParams","getSelectedBlocks","previousSibling","_selectedElements","commandName","format","filter","251440kybOrF","338706qagyRn","element","plugins","_descriptionFactory","ELEMENT_BULLETED_LIST","outdentList","formatBlock","ELEMENT_TODO_LIST","enableCommand","createRange","slice","*Change to:* %0","registerDescriptionCallback","todoList","LegacyListEditing","checkTodoList","2202520vWOWtk","model","document","isObject","200HjUrUn","locale","findIndex","ELEMENT_LIST_ITEM","todoListChecked","from","todo","6787539rnvVQR","schema","markBlockFormat","ELEMENT_NUMBERED_LIST","type","checkChild","commands","createPositionAt","LegacyTodoListEditing","get","add","forceValue","*Uncheck item*","value","indentList","List","blockName","editor","getAttribute","*Indent:* %0","has","listItem","969306crKuHC","numbered","before","numberedList","listType","*Check item*","change","end","formatInline","133511AxqzMb","selection","nextSibling","push","*Outdent:* %0","name","execute","listIndent","length","958294yGJxsC","paragraph","TrackChangesEditing","bulletedList","registerElementLabel","afterInit","1ZNKkBi","parent","bulleted","replace"];return(ci=function(){return t})()}!function(t,e){const n=ai,r=t();for(;;)try{if(430712===-parseInt(n(348))/1*(-parseInt(n(342))/2)+-parseInt(n(360))/3+parseInt(n(359))/4+parseInt(n(376))/5+-parseInt(n(324))/6+parseInt(n(333))/7*(parseInt(n(380))/8)+-parseInt(n(387))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ci);class ui extends t.Plugin{[ii(347)](){const t=ii,e=this[t(319)],n=e[t(381)];if(!e[t(362)][t(322)](t(374)))return;const r=e[t(362)][t(396)](t(344)),s=e[t(362)][t(322)](t(395));function o(t){return()=>{const n=ai,s=e[n(377)][n(378)][n(334)],o=e[n(393)][n(396)](t);if(o[n(315)])return void e[n(339)](n(343),{});const i=t[n(370)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(385)](t)[s(358)]((t=>function(t,e){const n=s;return e[n(392)](t[n(349)],n(323))&&!e[n(379)](t)}(t,r)));o=o[s(358)]((t=>!t.is(s(361),s(323))||t[s(320)](s(328))!=e));const i=new Set;for(const t of o)t.is(s(361),s(323))?i[s(312)](li(t)):i[s(312)](t);return Array[s(385)](i)}(s[n(353)](),i,e[n(377)][n(388)]);e[n(377)][n(330)]((()=>{const e=n;for(const n of a)r[e(389)](n,{commandName:t,commandParams:[{forceValue:!o[e(315)]}],formatGroupId:e(318)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(385)](t);const r=n[e(382)]((t=>e(323)!=t[e(338)]));return r>-1&&(n=n[e(370)](0,r)),n}(e[n(377)][n(378)][n(334)][n(353)]()),o=e[n(377)][n(369)](e[n(377)][n(394)](s[0],n(326)),e[n(377)][n(394)](s[s[n(341)]-1],n(331)));e[n(377)][n(330)]((()=>{const e=n;r[e(389)](o,{commandName:t,commandParams:[],formatGroupId:e(340)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(335)];for(;t&&t[n(320)](n(340))>e[n(320)](n(340));)r[n(312)](t),t=t[n(335)]}return Array[n(385)](r)}(s))}))}}r[t(368)](t(327),o(t(327))),r[t(368)](t(345),o(t(345))),s&&r[t(368)](t(373),o(t(373))),r[t(368)](t(316),i(t(316))),r[t(368)](t(365),i(t(365))),s&&r[t(368)](t(375),(()=>{const n=t,s=e[n(393)][n(396)](n(375)),o=Array[n(385)](s[n(355)]);o[n(358)]((t=>t[n(320)](n(384))!=s[n(315)])),e[n(377)][n(330)]((()=>{const t=n;for(const e of o)r[t(389)](e,{commandName:t(375),commandParams:[{forceValue:!s[t(315)]}]})}))})),r[t(363)][t(346)](t(323),(e=>zr(n,t(383),e))),r[t(363)][t(372)]((e=>{const r=t;if(r(366)!=e[r(391)]&&r(332)!=e[r(391)])return;const{data:s}=e;if(s){if(r(327)==s[r(356)]||r(345)==s[r(356)]||r(373)==s[r(356)])switch(s[r(356)][r(351)](r(317),"")){case r(350):return o(zr(n,r(364)));case r(325):return o(zr(n,r(390)));case r(386):return o(zr(n,r(367)))}if(r(316)==s[r(356)])return{type:r(357),content:zr(n,r(321),zr(n,r(383)))};if(r(365)==s[r(356)])return{type:r(357),content:zr(n,r(337),zr(n,r(383)))};if(r(375)==s[r(356)])return s[r(352)][0][r(313)]?{type:r(357),content:zr(n,r(329))}:{type:r(357),content:zr(n,r(314))}}function o(t){const e=r;return{type:e(357),content:zr(n,e(371),t)}}}))}}function li(t){const e=ii,n=t[e(320)](e(340));if(0==n)return t;let r=t;for(;t[e(354)]&&t[e(354)].is(e(361),e(323));){const s=t[e(354)][e(320)](e(340));if(s==n)r=t[e(354)];else if(s<n)break;t=t[e(354)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(361),e(323))&&t[e(320)](e(340))>0){let r=t[e(335)];for(;r&&e(323)==r[e(338)]&&r[e(320)](e(340))==t[e(320)](e(340));)n[e(336)](r),r=r[e(335)]}return n}function hi(){const t=["9327tZQmdu","map","*Change to:* %0","numbered","plugins","160458gSyLIv","listStyle","styles","parent","list.properties","createRange","config","handleListStartCommand","listReversed","get","*Format:* set order to reversed","format","startIndex","*Format:* set start index to %0","replace","length","commandName","before","element","toUpperCase","899615QjrgwF","getLastPosition","TrackChangesEditing","_getSuggestionBlocksForListStyle","reversed","_getSuggestionBlocks","filter","backward","_LIST_","listStart","674084oqoNUV","model","locale","formatInline","registerDescriptionCallback","getSiblingNodes","LegacyListPropertiesEditing","change","1786862sYAwEQ","handleDescriptions","LegacyListUtils","forward","getListTypeFromListStyleType","formatBlock","editor","9816NITzGY","afterInit","ELEMENT_","commandParams","178vnYBxD","7387480FKbWio","unshift","type","getFirstPosition","listItem","listType","push","getSelectedBlocks","createPositionAt","*Format:* set order to regular","_descriptionFactory","bind","selection","handleListStyleCommand","_getTranslationKeyForListStyle","enableCommand","handleListReversedCommand","markMultiRangeBlockFormat","from","flat","has","document","getAttribute"];return(hi=function(){return t})()}const gi=di;function di(t,e){const n=hi();return(di=function(t,e){return n[t-=370]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(221244===-parseInt(n(423))/1+-parseInt(n(394))/2*(parseInt(n(418))/3)+parseInt(n(375))/4+-parseInt(n(443))/5+parseInt(n(390))/6+-parseInt(n(383))/7+parseInt(n(395))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hi);class pi extends t.Plugin{[gi(391)](){const t=gi;if(!this[t(389)][t(422)][t(415)](t(381)))return;const e=this[t(389)][t(429)][t(432)](t(427)),n=this[t(389)][t(422)][t(432)](t(445));e[t(425)]&&n[t(410)](t(424),this[t(408)][t(406)](this)),e[t(447)]&&n[t(410)](t(431),this[t(411)][t(406)](this)),e[t(435)]&&n[t(410)](t(374),this[t(430)][t(406)](this)),n[t(405)][t(379)](this[t(384)][t(406)](this))}[gi(408)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(446)]();this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](s,{commandName:t(424),commandParams:[{type:e[t(397)]}],formatGroupId:t(424)})}))}[gi(411)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(370)]((t=>t.is(n(441),n(399))&&n(421)===t[n(417)](n(400))));if(s[n(438)]<1)return;const o=s[n(419)]((t=>this[n(389)][n(376)][n(428)](this[n(389)][n(376)][n(403)](t,n(440)),this[n(389)][n(376)][n(403)](t,0))));this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](o,{commandName:t(431),commandParams:[{reversed:e[t(447)]}],formatGroupId:t(431)})}))}[gi(430)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(370)]((t=>t.is(n(441),n(399))&&n(421)===t[n(417)](n(400))));if(s[n(438)]<1)return;const o=s[n(419)]((t=>this[n(389)][n(376)][n(428)](this[n(389)][n(376)][n(403)](t,n(440)),this[n(389)][n(376)][n(403)](t,0))));this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](o,{commandName:t(374),commandParams:[{startIndex:e[t(435)]}],formatGroupId:t(374)})}))}[gi(384)](t){const e=gi;if(e(388)!=t[e(397)]&&e(378)!=t[e(397)])return;const n=this[e(389)][e(377)],{data:r}=t;if(!r)return;let s,o;switch(r[e(439)]){case e(424):s=e(420),o={type:e(434),content:zr(n,s,zr(n,this[e(409)](r[e(393)][0][e(397)])))};break;case e(431):s=r[e(393)][0][e(447)]?e(433):e(404),o={type:e(434),content:zr(n,s)};break;case e(374):s=e(436),o={type:e(434),content:zr(n,s,r[e(393)][0][e(435)])}}return o}[gi(446)](){const t=gi;var e,n,r,s;const o=this[t(389)][t(422)][t(432)](t(385));let i=Array[t(413)](this[t(389)][t(376)][t(416)][t(407)][t(402)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(441),t(399)))&&i[t(396)](...o[t(380)](this[t(389)][t(376)][t(416)][t(407)][t(398)](),t(372))),(null===(n=i[i[t(438)]-1])||void 0===n?void 0:n.is(t(441),t(399)))&&i[t(401)](...o[t(380)](this[t(389)][t(376)][t(416)][t(407)][t(444)](),t(386))),i=[...new Set(i)],(null===(s=null===(r=this[t(389)][t(376)][t(416)][t(407)][t(398)]())||void 0===r?void 0:r[t(426)])||void 0===s?void 0:s.is(t(441),t(399)))&&(i=i[t(371)]((e=>e.is(t(441),t(399))))),i}[gi(370)](t){const e=gi,n=this[e(389)][e(422)][e(432)](e(385));let r=Array[e(413)](this[e(389)][e(376)][e(416)][e(407)][e(402)]())[e(371)](t)[e(419)]((t=>{const r=e,s=this[r(389)][r(376)][r(403)](t,0);return[...n[r(380)](s,r(372)),...n[r(380)](s,r(386))]}))[e(414)]();return r=[...new Set(r)],r}[gi(409)](t){const e=gi;return e(392)+this[e(389)][e(422)][e(432)](e(385))[e(387)](t)[e(442)]()+e(373)+t[e(442)]()[e(437)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=bi();return(Ii=function(t,e){return n[t-=466]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(168451===-parseInt(n(477))/1*(-parseInt(n(478))/2)+parseInt(n(475))/3*(-parseInt(n(487))/4)+parseInt(n(481))/5*(parseInt(n(467))/6)+-parseInt(n(480))/7*(-parseInt(n(498))/8)+-parseInt(n(482))/9*(parseInt(n(472))/10)+parseInt(n(500))/11+-parseInt(n(470))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bi);class Ei extends t.Plugin{[mi(497)](){const t=mi,e=this[t(469)];if(!e[t(476)][t(468)](t(493)))return;const n=e[t(476)][t(491)](t(474)),r=e[t(492)];n[t(490)](t(488)),n[t(501)][t(504)](t(496),(e=>zr(r,t(485),e))),e[t(486)][t(484)](t(489))[t(479)]({model:t(496),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(483)])return n[s(502)](s(499))},converterPriority:t(471)}),e[t(466)][t(503)].on(t(495),((e,n,r)=>{const s=t;r[s(473)][s(483)]&&e[s(494)]()}),{priority:t(471)})}}function bi(){const t=["options","TrackChangesEditing","3rUTEAm","plugins","41ZqAZHq","3914kOJxWI","elementToElement","5740KvPAzo","1504985AwPLXw","1238796UNMdcf","showSuggestionHighlights","for","ELEMENT_MEDIA","conversion","1064332RnxSjF","mediaEmbed","dataDowncast","enableCommand","get","locale","MediaEmbedEditing","stop","attribute:url:media","media","afterInit","2104IryFIy","div","3608528KhlAHy","_descriptionFactory","createEmptyElement","downcastDispatcher","registerElementLabel","data","6KszEIy","has","editor","2581440waNjkB","high","20UdVxPw"];return(bi=function(){return t})()}function Ti(){const t=["10xmVFJt","afterInit","get","646414kembtE","54NUJrSr","31581243kCMKPq","TrackChangesEditing","editor","3048064NFtNXY","916rKygfX","8035356ueGzba","1102206iZEfAU","has","mention","enableCommand","plugins","653715nCHCbW","MentionEditing","19020hEwVhV"];return(Ti=function(){return t})()}function _i(t,e){const n=Ti();return(_i=function(t,e){return n[t-=163]})(t,e)}const yi=_i;!function(t,e){const n=_i,r=t();for(;;)try{if(925939===-parseInt(n(170))/1+parseInt(n(181))/2+parseInt(n(177))/3*(-parseInt(n(168))/4)+parseInt(n(175))/5*(parseInt(n(163))/6)+-parseInt(n(169))/7+-parseInt(n(167))/8+parseInt(n(164))/9*(parseInt(n(178))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[yi(179)](){const t=yi,e=this[t(166)];e[t(174)][t(171)](t(176))&&e[t(174)][t(180)](t(165))[t(173)](t(172))}}const ki=Ci;function Ci(t,e){const n=Ri();return(Ci=function(t,e){return n[t-=100]})(t,e)}!function(t,e){const n=Ci,r=t();for(;;)try{if(396177===parseInt(n(121))/1*(-parseInt(n(116))/2)+parseInt(n(106))/3+-parseInt(n(109))/4+-parseInt(n(101))/5+parseInt(n(108))/6+-parseInt(n(114))/7*(parseInt(n(113))/8)+parseInt(n(120))/9*(parseInt(n(118))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class Ni extends t.Plugin{[ki(105)](){const t=ki,e=this[t(115)];if(!e[t(117)][t(110)](t(103)))return;e[t(117)][t(100)](t(112))[t(122)](t(102));const n=e[t(117)][t(100)](t(112)),r=e[t(107)];n[t(104)][t(119)](t(102),(e=>zr(r,t(111),e)))}}function Ri(){const t=["plugins","180IDDWaR","registerElementLabel","706941jZFLDW","17iXjmNC","enableCommand","get","1362950iokOIo","pageBreak","PageBreakEditing","_descriptionFactory","afterInit","127614dXFZMd","locale","44658gYSRvG","857908daKVVY","has","ELEMENT_PAGE_BREAK","TrackChangesEditing","496JdiMnh","49483IPqNKW","editor","16746TfESQz"];return(Ri=function(){return t})()}const Li=Si;function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=346]})(t,e)}function Mi(){const t=["editor","3411114ygRNsf","mapper","type","293208NDfNlv","locale","has","insertParagraph","showSuggestionHighlights","isLimit","markerRange","2432463ijWyHD","model","*Insert:* %0","afterInit","getItemLabel","formatBlock","editing","options","insertion","createUIElement","schema","activeMarkers","addClass","get","paragraph","name","span","TrackChangesEditing","markerName","getFirstRange","data","writer","*Change to:* %0","1300582uCQrPY","ck-suggestion-marker--active","70jUICQU","_descriptionFactory","ck-suggestion-marker-split","consumable","downcastDispatcher","3rndkYB","31041acmCTD","ELEMENT_PARAGRAPH","registerDescriptionCallback","end","enableCommand","$text","highest","4hjSmBD","Paragraph","includes","1376PLtyut","isTouching","format","1992414MhgFrO","toViewPosition","plugins","_enableDefaultAttributesIntegration","nodeAfter","registerElementLabel","consume","bindElementToMarker","checkChild","2791870QvIqrr","commandName","insert","addMarker:suggestion:insertion","_registerLegacyDescription","isBlock","start"];return(Mi=function(){return t})()}!function(t,e){const n=Si,r=t();for(;;)try{if(336623===parseInt(n(358))/1+-parseInt(n(388))/2*(parseInt(n(395))/3)+-parseInt(n(403))/4*(-parseInt(n(347))/5)+-parseInt(n(409))/6+-parseInt(n(355))/7+parseInt(n(406))/8*(-parseInt(n(396))/9)+-parseInt(n(390))/10*(-parseInt(n(365))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Li(368)](){const t=Li,e=this[t(354)];if(!e[t(411)][t(360)](t(404)))return;const n=e[t(359)],r=e[t(411)][t(378)](t(382));r[t(391)][t(414)](t(379),(e=>zr(n,t(397),e))),r[t(412)](t(379)),r[t(400)](t(361)),e[t(371)][t(394)].on(t(350),wi(e),{priority:t(402)}),e[t(385)][t(394)].on(t(350),((n,r,s)=>{const o=t;s[o(372)][o(362)]&&wi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(402)});const s=r[t(391)];s[t(398)]((r=>{const o=t;if(o(373)!==r[o(357)])return;const{start:i,end:a}=r[o(384)]();if(!i[o(407)](a)||!i[o(413)])return;const c=e[o(366)][o(375)],u=i[o(413)];return c[o(352)](u)&&!c[o(363)](u)&&c[o(346)](u,o(401))?{type:o(373),content:zr(n,o(367),s[o(369)](u,1))}:void 0})),this[t(351)]()}[Li(351)](){const t=Li,e=this[t(354)],n=e[t(359)];e[t(411)][t(378)](t(382))[t(391)][t(398)]((e=>{const r=t;if(r(370)!=e[r(357)])return;const{data:s}=e;return s&&r(379)==s[r(348)]?{type:r(408),content:zr(n,r(387),zr(n,r(397)))}:void 0}))}}function wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Si,i=t[o(411)][o(378)](o(382)),a=r[o(364)][o(353)],c=r[o(364)][o(399)],u=t[o(366)][o(375)];if(!a[o(407)](c)||!a[o(413)])return;const l=a[o(413)];if(u[o(352)](l)&&!u[o(363)](l)&&u[o(346)](l,o(401))){if(!s[o(393)][o(415)](r[o(364)],n[o(380)]))return;const t=s[o(386)][o(374)](o(381),{class:o(392)}),a=s[o(356)][o(410)](c);e&&i[o(376)][o(405)](r[o(383)])&&s[o(386)][o(377)](o(389),t),s[o(386)][o(349)](a,t),s[o(356)][o(416)](t,r[o(383)])}}}const Oi=Di;function Di(t,e){const n=Fi();return(Di=function(t,e){return n[t-=113]})(t,e)}function Fi(){const t=["49374brjaGE","type","get","formatBlock","3bqCIUV","RemoveFormatEditing","format","_registerLegacyDescription","4895ctsniB","formatInline","removeFormat","50kwCQCu","plugins","has","registerDescriptionCallback","62960oZBfGX","2020668qKvqEH","2884819XPDsMN","*Remove all formatting*","editor","3353524GapIjS","6570ltrOjN","1122872ZqVyKm","locale","afterInit","commandName","_enableDefaultAttributesIntegration","TrackChangesEditing","_descriptionFactory"];return(Fi=function(){return t})()}!function(t,e){const n=Di,r=t();for(;;)try{if(568503===-parseInt(n(123))/1+parseInt(n(117))/2+parseInt(n(134))/3*(-parseInt(n(121))/4)+-parseInt(n(138))/5*(-parseInt(n(122))/6)+parseInt(n(118))/7+parseInt(n(116))/8+parseInt(n(130))/9*(parseInt(n(141))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fi);class xi extends t.Plugin{[Oi(125)](){const t=Oi,e=this[t(120)];e[t(113)][t(114)](t(135))&&(e[t(113)][t(132)](t(128))[t(127)](t(140)),this[t(137)]())}[Oi(137)](){const t=Oi,e=this[t(120)];e[t(113)][t(132)](t(128))[t(129)][t(115)]((n=>{const r=t;if(r(133)!=n[r(131)]&&r(139)!=n[r(131)])return;const{data:s}=n;return s&&r(140)==s[r(126)]?{type:r(136),content:zr(e[r(124)],r(119))}:void 0}))}}function Pi(t,e){const n=Bi();return(Pi=function(t,e){return n[t-=434]})(t,e)}function Bi(){const t=["goToNextRestrictedEditingException","2111884kjzQBd","trackChanges","1964RFHsYJ","1263752vaIDYF","7103421GfUsGL","discardSelectedSuggestions","8tdZLQk","789123BvDugk","RestrictedEditingModeEditing","has","enableCommand","1979920BJSkIl","5006976gRSAZt","acceptSelectedSuggestions","acceptSuggestion","acceptAllSuggestions","TrackChangesEditing","discardSuggestion","goToPreviousRestrictedEditingException","afterInit","editor","plugins","discardAllSuggestions","get","233diVysf"];return(Bi=function(){return t})()}const Ui=Pi;!function(t,e){const n=Pi,r=t();for(;;)try{if(567417===parseInt(n(445))/1*(-parseInt(n(449))/2)+-parseInt(n(454))/3+parseInt(n(447))/4+parseInt(n(458))/5+-parseInt(n(459))/6+-parseInt(n(450))/7*(-parseInt(n(453))/8)+parseInt(n(451))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[Ui(440)](){const t=Ui,e=this[t(441)];if(!e[t(442)][t(456)](t(455)))return;const n=e[t(442)][t(444)](t(437));n[t(457)](t(439)),n[t(457)](t(446));const r=e[t(442)][t(444)](t(455));r[t(457)](t(448)),r[t(457)](t(435)),r[t(457)](t(438)),r[t(457)](t(436)),r[t(457)](t(443)),r[t(457)](t(434)),r[t(457)](t(452))}}const Gi=zi;function Vi(){const t=["mapper","includes","span","high","requires","325329OnyWKF","TrackChangesEditing","editor","downcastDispatcher","8599671BgXWXE","merge","ck-suggestion-marker--active","ck-suggestion-marker-","test","120ypCntZ","createPositionBefore","markerName","element","addMarker:suggestion:insertion","split","addClass","consumable","getItems","enableCommand","plugins","shiftEnter","deletion","3271182VotmzI","_descriptionFactory","addMarker:suggestion","328951iZUVuq","28ZrJRGT","ELEMENT_LINE_BREAK","bindElementToMarker","activeMarkers","toViewPosition","964502vmDsbG","markerRange","8857KZcoyS","get","2078225uwXDJl","showSuggestionHighlights","softBreak","registerElementLabel","locale","addMarker:suggestion:deletion","writer","init","insert","model","data","options","createUIElement","name","editing"];return(Vi=function(){return t})()}!function(t,e){const n=zi,r=t();for(;;)try{if(424511===-parseInt(n(272))/1+parseInt(n(270))/2+parseInt(n(294))/3*(-parseInt(n(265))/4)+parseInt(n(274))/5+parseInt(n(261))/6+parseInt(n(264))/7*(parseInt(n(303))/8)+-parseInt(n(298))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class Hi extends t.Plugin{static get[Gi(293)](){return[Js.ShiftEnter]}[Gi(281)](){const t=Gi,e=this[t(296)],n=e[t(258)][t(273)](t(295));n[t(312)](t(259)),e[t(288)][t(297)].on(t(307),Wi(e),{priority:t(292)}),e[t(288)][t(297)].on(t(279),Wi(e),{priority:t(292)}),e[t(284)][t(297)].on(t(263),((n,r,s)=>{const o=t;s[o(285)][o(275)]&&Wi(e,{showActiveMarker:!1})(n,r,s)})),n[t(262)][t(277)](t(276),(n=>zr(e[t(278)],t(266),n)))}}function zi(t,e){const n=Vi();return(zi=function(t,e){return n[t-=258]})(t,e)}function Wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=zi,i=t[o(258)][o(273)](o(295));if(!s[o(310)][o(302)](r[o(271)],n[o(287)]))return;const a=t[o(283)];for(const t of r[o(271)][o(311)]()){if(!t.is(o(306),o(276)))continue;const n=o(260)==r[o(305)][o(308)](":")[1]?o(299):o(308),c=s[o(280)][o(286)](o(291),{class:o(301)+n}),u=s[o(289)][o(269)](a[o(304)](t));e&&i[o(268)][o(290)](r[o(305)])&&s[o(280)][o(309)](o(300),c),s[o(280)][o(282)](u,c),s[o(289)][o(267)](c,r[o(305)])}}}function Ki(){const t=["locale","StandardEditingModeEditing","has","commandName","get","selection","_descriptionFactory","format","forceValue","enableCommand","FORMAT_RESTRICTED_ENABLED","getRanges","formatInline","isCollapsed","from","2785554FLjCaq","model","commands","1108gbirNn","editor","6566220cnfRhw","TrackChangesEditing","FORMAT_RESTRICTED_DISABLED","29023080GoysOX","formatBlock","2270pOwDKq","commandParams","314138AFRjvj","5236242BHUTza","registerDescriptionCallback","plugins","document","markInlineFormat","afterInit","value","type","change","4722081ljfWRe","3CZgFlB","8fWAQCQ","restrictedEditingException"];return(Ki=function(){return t})()}const qi=Xi;function Xi(t,e){const n=Ki();return(Xi=function(t,e){return n[t-=297]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(648529===parseInt(n(311))/1*(parseInt(n(300))/2)+parseInt(n(329))/3+-parseInt(n(332))/4*(parseInt(n(298))/5)+parseInt(n(301))/6+-parseInt(n(310))/7*(-parseInt(n(312))/8)+parseInt(n(334))/9+-parseInt(n(337))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Zi extends t.Plugin{[qi(306)](){const t=qi,e=this[t(333)],n=e[t(330)],r=e[t(314)];if(!e[t(303)][t(316)](t(315)))return;const s=e[t(303)][t(318)](t(335)),o=t(313),i=e[t(331)][t(318)](o);s[t(323)](o,((e,r={})=>{const a=t,c=n[a(304)][a(319)];if(c[a(327)])return void e(r);const u=void 0!==r[a(322)]?r[a(322)]:!i[a(307)];n[a(309)]((()=>{const t=a,e=Array[t(328)](c[t(325)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(305)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(320)][t(302)]((e=>{const n=t;if(n(297)!=e[n(308)]&&n(326)!=e[n(308)])return;const{data:s}=e;return s&&s[n(317)]==o?s[n(299)][0][n(322)]?{type:n(321),content:zr(r,n(324))}:{type:n(321),content:zr(r,n(336))}:void 0}))}}const Ji=Qi;function Qi(t,e){const n=Yi();return(Qi=function(t,e){return n[t-=374]})(t,e)}function Yi(){const t=["has","FORMAT_STYLE","block","element","_descriptionFactory","commandParams","get","1974snjdKJ","registerAttributeLabel","DataSchema","toLowerCase","16855sVFbwv","10144952MtRysM","type","forceValue","3887952JzxSwM","getGhsAttributeNameForElement","TrackChangesEditing","config","*Set format:* %0","45IyLkLL","311gIiLtx","plugins","3543010pgPbZJ","GeneralHtmlSupport","style","Style","format","commandName","inline","registerDescriptionCallback","_registerLegacyDescription","styleName","StyleUtils","576SfhJAQ","*Remove format:* %0","ghsAttributes","formatBlock","normalizeConfig","formatInline","_registerInlineAttribute","afterInit","definitions","editor","_enableDefaultAttributesIntegration","302547oDphNY","9273648JJomWJ","_registerBlockAttribute","add","locale"];return(Yi=function(){return t})()}!function(t,e){const n=Qi,r=t();for(;;)try{if(974698===parseInt(n(414))/1*(-parseInt(n(400))/2)+-parseInt(n(408))/3+parseInt(n(377))/4*(parseInt(n(404))/5)+parseInt(n(389))/6+parseInt(n(388))/7+-parseInt(n(405))/8+parseInt(n(413))/9*(parseInt(n(416))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Ji(384)](){const t=Ji,e=this[t(386)];if(!e[t(415)][t(393)](t(419))||!e[t(415)][t(393)](t(402)))return;const n=e[t(415)][t(399)](t(410)),r=e[t(392)],s=e[t(411)][t(399)](t(418))||{},o=e[t(415)][t(399)](t(417)),i=e[t(415)][t(399)](t(376))[t(381)](e[t(415)][t(399)](t(402)),s[t(385)]);n[t(387)](t(418));const a=new Set;for(const e of i[t(395)]){const n=o[t(409)](e[t(396)]);a[t(391)](n)}const c=new Set;for(const e of i[t(422)]){const n=o[t(409)](e[t(396)]);c[t(391)](n);for(const n of e[t(379)])c[t(391)](n)}for(const e of a)n[t(390)](e),n[t(397)][t(401)](e,zr(r,t(394)));for(const e of c)n[t(383)](e),n[t(397)][t(401)](e,zr(r,t(394)));this[t(374)]()}[Ji(374)](){const t=Ji,e=this[t(386)],n=e[t(392)];e[t(415)][t(399)](t(410))[t(397)][t(423)]((e=>{const r=t;if(r(380)!=e[r(406)]&&r(382)!=e[r(406)])return;const{data:s}=e;return s&&r(418)===s[r(421)]?s[r(398)][0][r(407)]?{type:r(420),content:zr(n,r(412),s[r(398)][0][r(375)][r(403)]())}:{type:r(420),content:zr(n,r(378),s[r(398)][0][r(375)][r(403)]())}:void 0}))}}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=208]})(t,e)}function na(){const t=["insert","createRangeOn","highest","discard","downcastDispatcher","tableCell","deletion","commands","isTouching","fromRange","markMultiRangeDeletion","insertTableColumnLeft","push","colspan","registerPostFixer","12456GIyhTY","ELEMENT_TABLE_COLUMN_WITH_TEXT","data","span","add","rootName","item","root","minColumn","_splitMarkerName","insertTableRowAbove","min","low","100050TzWNOL","395040QiHBLU","insertTable","createTableWalker","execute","position","last","left","getContainedElement","tableColumn","showSuggestionHighlights","model","TableUtils","_acceptFormatSuggestionCallbackFactory","join","77Mzwtxb","startsWith","selectTableRow","_descriptionFactory","getSelectionAffectedTableCells","getRanges","end","getSuggestion","length","getItems","isEqual","toLowerCase","TableEditing","maxColumn","above","editor","suggestion","element","227024tsbquU","enableCommand","ELEMENT_TABLE_ROW_WITH_TEXT","nodeBefore","insertTableColumnRight","refresh","getChanges","max","options","writer","classes","createRangeIn","minRow","findAncestor","130sLPtAW","657060JuPPlz","MIN_SAFE_INTEGER","maxRow","cell","$graveyard","rowspan","_getSuggestionCoords","registerElementLabel","_tablePostFixingSubtypes","isInContent","change:data","_suggestionFactory","first","setSelection","from","29170oNMuwh","forceValue","oldRange","addClass","selection","table","subType","differ","addMarker:suggestion","tablePaste","insertion","removeClass","type","removeTableRow","_tableSuggestions","getChildren","_setupColumnsRowsFixing","getColumnIndexes","toViewElement","start","_getCoordsForCells","insertTableRowBelow","addRange","get","createPositionAt","markMultiRangeInsertion","every","nodeAfter","batch","removeTableColumn","getRowIndexes","isIntersectingWithRange","MAX_SAFE_INTEGER","getAttribute","enqueueChange","substr","getChangedMarkers","some","TrackChangesEditing","$textProxy","accept","ELEMENT_TABLE_COLUMN","selectTableColumn","detach","includes","has","values","locale","document","map","getCellLocation","ELEMENT_TABLE_WITH_TEXT","plugins","name","getFirstRange","afterInit","isArray","3380432TSMYRu","filter","*Insert:* %0","mapper","ELEMENT_TABLE_ROW","tableRow","registerCustomCallback","*Remove:* %0","3071241tMPjpJ","order","change","ELEMENT_TABLE","registerDescriptionCallback","hasAttribute"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(807459===-parseInt(n(345))/1+-parseInt(n(231))/2+-parseInt(n(311))/3+-parseInt(n(216))/4*(parseInt(n(230))/5)+-parseInt(n(346))/6*(parseInt(n(360))/7)+parseInt(n(303))/8+parseInt(n(332))/9*(parseInt(n(246))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{constructor(t){const e=ea;super(t),this[e(239)]=[e(308),e(354)],this[e(260)]=new Set}[ta(301)](){const t=ta,e=this[t(213)],n=e[t(356)][t(294)][t(250)];if(!e[t(298)][t(291)](t(210)))return;const r=e[t(293)],s=e[t(298)][t(269)](t(284)),o=e[t(298)][t(269)](t(357));s[t(363)][t(238)](t(251),(e=>zr(r,t(314),e))),this[t(262)](),s[t(217)](t(347)),s[t(217)](t(362)),s[t(217)](t(288));for(const r of[t(342),t(267)]){const i=e[t(324)][t(269)](r);s[t(217)](r,(r=>{const a=t;e[a(356)][a(313)]((t=>{const e=a;r();const c=e(212)===i[e(312)],u=o[e(364)](n),l=o[e(276)](u),f=c?l[e(243)]-1:l[e(351)]+1,h=u[0][e(229)](e(251)),g=o[e(348)](h,{startRow:f,endRow:f}),d=Array[e(245)](g)[e(295)]((n=>t[e(318)](n[e(234)])));s[e(271)](d,e(308))}))}))}for(const r of[t(328),t(220)]){const i=e[t(324)][t(269)](r);s[t(217)](r,(r=>{const a=t;e[a(356)][a(313)]((t=>{const e=a;r();const c=e(352)===i[e(312)],u=o[e(364)](n),l=o[e(263)](u),f=c?l[e(243)]-1:l[e(351)]+1,h=u[0][e(229)](e(251)),g=o[e(348)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(245)](g)[e(295)]((n=>t[e(318)](n[e(234)])));s[e(271)](d,e(354))}))}))}for(const r of[t(259),t(275)]){const i=r[t(281)](11),a=i[t(209)](),c=a[t(281)](0,3)+t(335),u=t(251)+i,l=t(343)+i,f=t(223)+i;s[t(217)](r,(()=>{const i=t;e[i(356)][i(313)]((t=>{const e=i,h=o[e(364)](n),g=h[0][e(229)](e(251));let d;if(e(259)==r){const t=o[e(276)](h);d={startRow:t[e(243)],endRow:t[e(351)],includeAllSlots:!0}}else{const t=o[e(263)](h);d={startColumn:t[e(243)],endColumn:t[e(351)],includeAllSlots:!0}}const p=o[e(348)](g,d),m=Array[e(245)](p)[e(295)]((({cell:t})=>t)),I=sa(m[e(304)]((t=>t[e(316)](c)))),E=sa(m[e(304)]((t=>!t[e(316)](c))))[e(295)]((n=>t[e(318)](n))),b=s[e(327)](E,u);if(b&&(e(308)==b[e(252)]||e(354)==b[e(252)])){const n=this[e(237)](b);for(const r of I){const s=t[e(318)](r),i=o[e(296)](r),u=r[e(279)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(268)](s)}}}))}))}function c(r){const s=t,o=Array[s(245)](n[s(365)]())[s(295)]((t=>i.LiveRange[s(326)](t)));e[s(356)][s(313)]((t=>{const n=s,i=t[n(274)];r=r[n(304)]((t=>n(235)!=t[n(339)][n(337)])),t[n(244)](r),e[n(324)][n(269)](n(259))[n(221)](),e[n(349)](n(259),{forceDefaultExecution:!0}),e[n(356)][n(280)]((()=>{const t=n;e[t(356)][t(280)](i,(e=>{const n=t,r=o[n(304)]((t=>n(235)!=t[n(339)][n(337)]));r[n(368)]>0&&e[n(244)](r);for(const t of o)t[n(289)]()}))}))}))}function u(r){const s=t;e[s(356)][s(313)]((t=>{const o=s,a=Array[o(245)](n[o(365)]())[o(295)]((t=>i.LiveRange[o(326)](t))),c=[];for(const t of r)for(const e of t[o(369)]({shallow:!0}))c[o(329)](e);for(const n of c)o(235)!=n[o(339)][o(337)]&&(t[o(244)](t[o(270)](n,0)),e[o(324)][o(269)](o(275))[o(221)](),e[o(349)](o(275),{forceDefaultExecution:!0}));const u=a[o(304)]((t=>o(235)!=t[o(339)][o(337)]));u[o(368)]>0&&t[o(244)](u);for(const t of a)t[o(289)]()}))}function l(e,n){const r=t;return n[r(272)]((t=>e[r(283)]((e=>e[r(366)][r(208)](t[r(265)])||t[r(366)][r(208)](e[r(265)])))))}function f(e,n){const r=t;return e[r(283)]((t=>n[r(283)]((e=>t[r(366)][r(325)](e[r(265)])))))}e[t(334)][t(321)].on(t(254),((e,n,r)=>{const s=t;if(!r[s(224)][s(355)])return;const o=n[s(338)];if(!o)return;const i=r[s(306)][s(264)](o);function c(t){return Array[s(302)](t)?t:[t]}i&&s(322)===o[s(299)]&&(0,a.setHighlightHandling)(i,r[s(225)],((t,e,n)=>n[s(249)](c(e[s(226)]),t)),((t,e,n)=>n[s(257)](c(e[s(226)]),t)))}),{priority:t(319)}),s[t(363)][t(315)]((e=>{const n=t;if(n(256)!=e[n(258)]&&n(323)!=e[n(258)])return;const s=e[n(353)]();if(null!=s&&s.is(n(215),n(251))){if(n(256)==e[n(258)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)]));if(t[n(368)])return{type:n(256),content:zr(r,n(305),zr(r,n(297),'"'+t[n(359)](" ")+'"'))}}if(n(323)==e[n(258)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)]));if(t[n(368)])return{type:n(323),content:zr(r,n(310),zr(r,n(297),'"'+t[n(359)](" ")+'"'))}}}})),s[t(363)][t(315)]((e=>{const n=t;if(n(308)==e[n(252)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)])),s=this[n(237)](e),o=s[n(233)]-s[n(228)]+1;if(n(256)==e[n(258)])return t[n(368)]?{type:n(256),content:zr(r,n(305),zr(r,n(218),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(256),content:zr(r,n(305),zr(r,n(307),o))};if(n(323)==e[n(258)])return t[n(368)]?{type:n(323),content:zr(r,n(310),zr(r,n(218),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(323),content:zr(r,n(310),zr(r,n(307),o))}}if(n(354)==e[n(252)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)])),s=this[n(237)](e),o=s[n(211)]-s[n(340)]+1;if(n(256)==e[n(258)])return t[n(368)]?{type:n(256),content:zr(r,n(305),zr(r,n(333),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(256),content:zr(r,n(305),zr(r,n(287),o))};if(n(323)==e[n(258)])return t[n(368)]?{type:n(323),content:zr(r,n(310),zr(r,n(333),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(323),content:zr(r,n(310),zr(r,n(287),o))}}})),s[t(242)][t(309)](t(256),t(308),t(320),c),s[t(242)][t(309)](t(323),t(308),t(286),c),s[t(242)][t(309)](t(256),t(354),t(320),u),s[t(242)][t(309)](t(323),t(354),t(286),u),s[t(242)][t(309)](t(256),t(354),t(359),l),s[t(242)][t(309)](t(323),t(354),t(359),l),s[t(242)][t(309)](t(256),t(308),t(359),f),s[t(242)][t(309)](t(323),t(308),t(359),f)}[ta(358)](){const t=ta,e=this[t(213)],n=e[t(356)][t(294)][t(250)];return(r,s)=>{const o=t;e[o(356)][o(313)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(366)][a(219)];u&&u[0]&&!1===u[0][a(247)]&&(l=r[0][a(265)][a(273)]);const f=t[a(227)](l);if(a(235)==f[a(339)][a(337)])return;const h=Array[a(245)](n[a(365)]())[a(295)]((t=>i.LiveRange[a(326)](t)));t[a(244)](f),e[a(324)][a(269)](c)[a(221)](),u[a(329)]({forceDefaultExecution:!0}),e[a(349)](c,...u);const g=h[a(304)]((t=>a(235)!=t[a(339)][a(337)]));g[a(368)]>0&&t[a(244)](g);for(const t of h)t[a(289)]()}))}}[ta(266)](t){const e=ta,n=this[e(213)][e(298)][e(269)](e(357));let r=Number[e(278)],s=Number[e(232)],o=Number[e(278)],i=Number[e(232)];for(const a of t){if(e(235)==a[e(339)][e(337)])continue;const{row:t,column:c}=n[e(296)](a),u=a[e(316)](e(236))?a[e(279)](e(236))-1:0,l=a[e(316)](e(330))?a[e(279)](e(330))-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}}[ta(262)](){const t=ta,e=this[t(213)],n=e[t(298)][t(269)](t(284)),r=e[t(298)][t(269)](t(357));e[t(356)][t(294)].on(t(241),(()=>{const r=t,s=Array[r(245)](e[r(356)][r(294)][r(253)][r(282)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(341)](t);if(r(214)!=s)continue;if(null!=e[r(248)])continue;const a=n[r(367)](o);this[r(239)][r(290)](i)&&this[r(260)][r(336)](a)}}),{priority:t(344)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(318)](e),a=e[s(229)](s(251)),c=r[s(296)](e);for(const t of this[s(260)]){const n=t[s(252)],r=n[s(361)](s(255)),u=n[s(281)](r?10:5),l=u[s(209)](),f=l[s(281)](0,3)+s(335),h=s(343)+u,g=s(223)+u;if(!t[s(240)])continue;if(a!=t[s(300)]()[s(265)][s(229)](s(251)))continue;if(t[s(277)](i))continue;const d=e[s(316)](f)?e[s(279)](f)-1:0,p=this[s(237)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(268)](i),o=!0)}return o};e[t(356)][t(294)][t(331)]((n=>{const r=t;let o=!1;for(const t of e[r(356)][r(294)][r(253)][r(222)]())if(r(317)==t[r(258)])if(r(308)==t[r(299)])for(const e of t[r(350)][r(273)][r(261)]())o=o||s(e,n);else r(322)==t[r(299)]&&(o=o||s(t[r(350)][r(273)],n));return o}))}[ta(237)](t){const e=ta;return this[e(266)](t[e(365)]()[e(295)]((t=>t[e(265)][e(273)])))}}function sa(t){const e=ta;return Array[e(245)](new Set(t)[e(292)]())}const oa=aa;function ia(){const t=["commandName","selection","mergeTableCellUp","root","change","_tablePostFixingSubtypes","4112087tiTqJs","highest","type","formatInline","_isForcedDefaultExecutionBlock","1675605kCcHxy","registerCustomCallback","plugins","createRangeOn","getSuggestions","796144KMUJbL","$graveyard","detach","subType","direction","splitTableCellHorizontally","getRanges","low","mergeTableCellRight","size","has","set:isEnabled","refresh","_acceptFormatSuggestionCallbackFactory","tableCell","mergeTableCellDown","rootName","cell","registerDescriptionCallback","requires","deletion","enableCommand","format","locale","*Split cell:* horizontally","filter","getCellLocation","document","getFirstPosition","value","getAncestors","_areSelectedCellsMergable","mergeTableCells","forceDefaultExecution","map","getSelectionAffectedTableCells","632skOwmj","setSelection","get","return","markBlockFormat","_suggestionFactory","fromRange","TrackChangesEditing","insertion","find","12xkhljp","accept","editor","model","*Merge cells*","TableUtils","length","execute","table","author","_areMergableCells","722766zRqUIy","10TgNTfL","TableEditing","8xzpqHN","splitTableCellVertically","from","commands","element","horizontally","stop","isEnabled","_descriptionFactory","add","2754024OQimjo","findAncestor","createTableWalker","trackChanges","containsRange","markMultiRangeBlockFormat","formatBlock","afterInit","2917ISLthJ","*Split cell:* vertically","isInContent","mergeTableCellLeft","push","1635759npELCq"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=402]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(585387===-parseInt(n(474))/1*(parseInt(n(432))/2)+-parseInt(n(442))/3*(-parseInt(n(496))/4)+parseInt(n(491))/5+-parseInt(n(466))/6+parseInt(n(486))/7*(parseInt(n(456))/8)+-parseInt(n(479))/9*(-parseInt(n(454))/10)+parseInt(n(453))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(415)](){return[ra]}[oa(473)](){const t=oa,e=this[t(444)],n=e[t(445)][t(423)][t(481)],r=e[t(419)];if(!e[t(493)][t(406)](t(455)))return;const s=e[t(493)][t(434)](t(439)),o=e[t(493)][t(434)](t(447)),a=e[t(493)][t(434)](ra);a[t(485)][t(478)](t(428)),s[t(417)](t(428),(()=>{const n=t,r=o[n(431)](e[n(445)][n(423)][n(481)]);e[n(445)][n(484)]((()=>{const t=n;s[t(471)](r,{commandName:t(428),commandParams:[]},[],t(428))}))})),e[t(459)][t(434)](t(428)).on(t(449),((n,r)=>{const o=t;e[o(459)][o(434)](o(469))[o(425)]&&(r[o(448)]>0&&r[r[o(448)]-1]&&r[r[o(448)]-1][o(429)]||s[o(490)]||this[o(427)]()||n[o(462)]())}),{priority:t(487)});for(const n of[t(482),t(404),t(411),t(477)]){const r=e[t(459)][t(434)](n);s[t(417)](n,(()=>{const n=t,o=e[n(445)][n(423)][n(481)][n(424)]()[n(426)]()[n(441)]((t=>t.is(n(460),n(410)))),i=r[n(425)];e[n(445)][n(484)]((()=>{const t=n;s[t(471)]([o,i],{commandName:t(428),commandParams:[]},[],t(428))}))}))}for(const n of[t(457),t(501)]){const r=e[t(459)][t(434)](n);s[t(417)](n,(()=>{const i=t,a=o[i(431)](e[i(445)][i(423)][i(481)])[0],c=a[i(467)](i(450)),{column:u,row:l}=o[i(422)](a);let f=[];if(i(461)==r[i(500)]){const t=o[i(468)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(458)](t)[i(430)]((t=>t[i(413)]))}else{const t=o[i(468)](c,{column:u,includeAllSlots:!0});f=Array[i(458)](t)[i(430)]((t=>t[i(413)]))}e[i(445)][i(484)]((t=>{const e=i;s[e(436)](t[e(494)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(464)][t(414)]((e=>{const n=t;if(n(472)!=e[n(488)]&&n(489)!=e[n(488)])return;const{data:s}=e;return s&&n(428)==s[n(480)]?{type:n(418),content:zr(r,n(446))}:void 0})),s[t(464)][t(414)]((e=>{const n=t;if(n(472)!=e[n(488)]&&n(489)!=e[n(488)])return;const{data:s}=e;return s?n(457)==s[n(480)]?{type:n(418),content:zr(r,n(475))}:n(501)==s[n(480)]?{type:n(418),content:zr(r,n(420))}:void 0:void 0}));const c=a[t(409)]();for(const e of[t(482),t(404),t(411),t(477)])s[t(437)][t(492)](t(472),e,t(443),c);for(const e of[t(457),t(501)])s[t(437)][t(492)](t(472),e,t(443),c);s[t(437)][t(492)](t(472),t(428),t(443),(r=>{const s=t;e[s(445)][s(484)]((t=>{const o=s,a=Array[o(458)](n[o(402)]())[o(430)]((t=>i.LiveRange[o(438)](t)));t[o(433)](r),e[o(459)][o(434)](o(428))[o(408)](),e[o(449)](o(428),{forceDefaultExecution:!0});const c=a[o(421)]((t=>o(497)!=t[o(483)][o(412)]));c[o(448)]>0&&t[o(433)](c);for(const t of a)t[o(498)]()}))}));for(const n of[t(482),t(411),t(477),t(404)]){const r=e[t(459)][t(434)](n);r.on(t(407),((n,s,o)=>{const i=t;if(o){const t=e[i(445)][i(423)][i(481)][i(424)]()[i(426)]()[i(441)]((t=>t.is(i(460),i(410))));this[i(452)](r[i(425)],t)||(n[i(435)]=!1,n[i(462)]())}}),{priority:t(403)})}}[oa(427)](){const t=oa,e=this[t(444)][t(459)][t(434)](t(428)),n=this[t(444)][t(493)][t(434)](t(447));if(!e[t(463)])return!1;const r=n[t(431)](this[t(444)][t(445)][t(423)][t(481)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(452)](e,n))return!1;return!0}[oa(452)](t,e){const n=oa,r=this[n(444)][n(493)][n(434)](n(439)),s=this[n(444)][n(445)][n(494)](t),o=this[n(444)][n(445)][n(494)](e),i=new Set,a=new Set;for(const t of r[n(495)]())if((n(440)==t[n(488)]||n(416)==t[n(488)]||n(428)==t[n(499)])&&t[n(476)])for(const e of t[n(402)]())e[n(470)](s,!0)&&i[n(465)](t[n(488)]+":"+t[n(451)].id),e[n(470)](o,!0)&&a[n(465)](t[n(488)]+":"+t[n(451)].id);if(i[n(405)]!=a[n(405)])return!1;for(const t of i)if(!a[n(406)](t))return!1;return!0}}const ua=fa;function la(){const t=["FORMAT_REGULAR_COLUMN","_descriptionFactory","editing","registerCustomCallback","FORMAT_REGULAR_ROW","consumable","227660kXSXVl","parent","_enableDefaultAttributesIntegration","includes","setTableRowHeader","writer","getCellLocation","3855432EHDwPH","FORMAT_HEADER_COLUMN","addMarker:suggestion","_splitMarkerName","markerName","setAttribute","6545133MdfFcy","7RIEujF","commandParams","editor","markerNameToElements","accept","removeAttribute","format","activeMarkers","consume","type","ck-suggestion-marker--active","TrackChangesEditing","headingRows","requires","setTableColumnHeader","getSuggestion","22510OiYdSv","942614nJCNFI","mapper","highest","headingColumns","end","commandName","locale","removeMarker:suggestion","start","registerAttributeLabel","ck-suggestion-marker-","209famNfG","item","nodeAfter","toViewElement","data-suggestion","data","addClass","unbindElementFromMarkerName","nodeBefore","36LHMIlv","get","TableUtils","_acceptFormatSuggestionCallbackFactory","options","cell","_handleLegacySuggestions","5499064BymlPC","*Format:* %0","TableEditing","removeClass","bindElementToMarker","plugins","registerDescriptionCallback","createTableWalker","showSuggestionHighlights","FORMAT_HEADER_ROW","stop","_registerLegacyDescription","forceValue","has","436QWBDVO","afterInit","downcastDispatcher","markerRange","formatBlock","178257RGDVPu","name","_suggestionFactory"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=443]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(671482===-parseInt(n(445))/1+-parseInt(n(465))/2*(-parseInt(n(491))/3)+parseInt(n(486))/4*(-parseInt(n(444))/5)+parseInt(n(507))/6+-parseInt(n(514))/7*(-parseInt(n(472))/8)+-parseInt(n(513))/9+parseInt(n(500))/10*(parseInt(n(456))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(527)](){return[ra]}[ua(487)](){const t=ua,e=this[t(516)];if(!e[t(477)][t(485)](t(474)))return;const n=e[t(451)],r=e[t(477)][t(466)](t(525));r[t(502)](t(504),[],[t(526)]),r[t(502)](t(528),[],[t(448)]),r[t(495)][t(454)](t(526),zr(n,t(481))),r[t(495)][t(454)](t(448),zr(n,t(508))),this[t(471)]()}[ua(471)](){const t=ua,e=this[t(516)][t(477)][t(466)](t(525)),n=this[t(516)][t(477)][t(466)](t(467)),r=this[t(516)][t(477)][t(466)](ra)[t(468)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(510)](o[a(511)]),l=e[a(443)](u),f=l[a(461)];if(a(490)!=l[a(523)]||!f||a(528)!=f[a(450)])return;if(o[a(457)])return void s[a(482)]();if(!i[a(499)][a(522)](o[a(489)],s[a(492)]))return;const h=o[a(489)][a(453)][a(458)],g=o[a(489)][a(449)][a(464)],d=h[a(501)][a(501)],{column:p}=n[a(506)](h),{column:m}=n[a(506)](g);for(let s=p;s<=m;s++){const l=n[a(479)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(470)],l=i[a(446)][a(459)](s);i[a(505)][a(462)](a(455)+c,l),r&&i[a(505)][a(512)](a(460),u,l),i[a(446)][a(476)](l,o[a(511)]),t&&(e[a(521)][a(503)](o[a(511)])?i[a(505)][a(462)](a(524),l):i[a(505)][a(475)](a(524),l))}}}}e[t(493)][t(497)](t(490),t(504),t(518),r),e[t(493)][t(497)](t(490),t(528),t(518),r),this[t(516)][t(496)][t(488)].on(t(509),s(),{priority:t(447)}),this[t(516)][t(461)][t(488)].on(t(509),((e,n,r)=>{const o=t;r[o(469)][o(480)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(447)}),this[t(516)][t(496)][t(488)].on(t(452),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(510)](r[o(511)]),c=e[o(443)](a),u=c[o(461)];if(o(490)!=c[o(523)]||!u||o(528)!=u[o(450)])return;const l=s[o(446)][o(517)](r[o(511)]);if(l)for(const t of l)s[o(505)][o(475)](o(455)+i,t),s[o(505)][o(475)](o(524),t),s[o(505)][o(519)](o(460),t),s[o(446)][o(463)](t,r[o(511)])}),{priority:t(447)}),this[t(483)]()}[ua(483)](){const t=ua,e=this[t(516)],n=e[t(451)];function r(e){const r=t;return{type:r(520),content:zr(n,r(473),e)}}e[t(477)][t(466)](t(525))[t(495)][t(478)]((e=>{const s=t;if(s(490)!=e[s(523)])return;const{data:o}=e;if(o){if(s(504)==o[s(450)]){const t=o[s(515)][0][s(484)];return r(zr(n,s(t?481:498)))}if(s(528)==o[s(450)]){const t=o[s(515)][0][s(484)];return r(zr(n,s(t?508:494)))}}}))}}const ga=Ia;function da(){const t=["endColumn","$graveyard","schema","forceDefaultExecution","documentSelection","createRangeOn","tableCellSuggestion","insertion","discard","TableClipboard","tablePasteCell","updateMarker","batch","tableCellVerticalAlignment","deletion","cell","remove","rootName","unwrap","oldRange","type","markers","editingDowncast","*Replace table cells*","options","tableCell","removeRows","map","next","getRange","markMultiRangeDeletion","getChanges","setAttributes","getAllAdjacentSuggestions","131810ztaeDs","newRange","hasSuggestion","move","content","rows","markerAttributes","afterInit","high","redo","tablePasteChainId","rowInsertionRanges","getMarkers","fromRange","insertColumns","getChangedMarkers","conversion","low","suggestionUnloaded","suggestion:formatBlock:tablePasteCell","start","TableUtils","getColumns","editor","cells","activeMarkers","selection","setAttribute","subType","return","previous","containsRange","176658tXUewt","deletionRanges","column","isEmpty","markMultiRangeInsertion","author","262yxDXcj","position","tablePasteColumn","entries","change","trackChanges","wrap","TrackChangesEditing","getSuggestionCallback","from","root","getChildren","every","tableCellBorderColor","filter","tableCellHorizontalAlignment","get","registerPostFixer","columnInsertionRanges","registerDescriptionCallback","columns","getTableIfOnlyTableInContent","accept","3775072TGVMlE","locale","element","forEach","213186lIjTFY","differ","elementToElement","tableCellBorderStyle","10629ouceRH","last","_getCoordsForCells","removeMarker","fromEntries","end","getItems","getAttributes","isEqual","dataDowncast","startsWith","set","plugins","showSuggestionHighlights","insert","ck-suggestion-marker-insertion","getColumnIndexes","has","getShiftedBy","view","createPositionBefore","tableCellPadding","previousSibling","nextSibling","tablePaste","613432uiWePb","paragraph","row","value","tableCellBorderWidth","nodeAfter","push","getSuggestion","_tablePostFixingSubtypes","createRangeIn","removeColumns","tableCellBackgroundColor","some","endRow","add","fill","keys","_descriptionFactory","model","isInContent","341ZqBqAS","markMultiRangeBlockFormat","getSuggestions","clipboardOutput","1854628AcQaaH","find","5zOpnqg","ck-suggestion-marker--active","includes","requires","rowInsertionIndexes","36HGJtrA","for","createTableWalker","getSelectionAffectedTableCells","tablePasteRow","markerToHighlight","getRows","createRange","columnInsertionIndexes","suggestion-td","getRanges","insertRows","attributes","first","_createdBatches","name","join","_splitMarkerName","register","table","length","insertionRanges","insertContent","reduce","createElement","suggestion","findAncestor","_isForcedDefaultExecutionBlock","registerCustomCallback","detach","listenTo","editing","document","getChild","getRowIndexes","commands","_replaceTableSlotCell","stop","getContainedElement","call","formatBlock","removeMarkers","ck-suggestion-marker","_suggestionFactory","Users","markerName","suggestionLoaded"];return(da=function(){return t})()}!function(t,e){const n=Ia,r=t();for(;;)try{if(399038===-parseInt(n(532))/1+-parseInt(n(505))/2*(-parseInt(n(536))/3)+-parseInt(n(585))/4+-parseInt(n(587))/5*(parseInt(n(499))/6)+parseInt(n(528))/7+parseInt(n(561))/8*(-parseInt(n(592))/9)+parseInt(n(467))/10*(parseInt(n(581))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);const pa=[ga(565),ga(518),ga(535),ga(520),ga(446),ga(572),ga(557)],ma=Object[ga(540)](pa[ga(460)]((t=>[t,null])));function Ia(t,e){const n=da();return(Ia=function(t,e){return n[t-=402]})(t,e)}class Ea extends t.Plugin{static get[ga(590)](){return[ra]}[ga(474)](){const t=ga,n=this[t(490)];if(!n[t(548)][t(553)](t(442)))return;const r=n[t(548)][t(521)](t(512)),s=n[t(548)][t(521)](t(488)),o=n[t(548)][t(521)](ra),a=n[t(548)][t(521)](t(442));o[t(569)][t(567)](t(596),t(507)),n[t(579)][t(435)][t(404)](t(439),{allowIn:t(458),allowContentOf:t(458),isLimit:!0}),n[t(483)][t(534)]({model:t(439),view:t(601)});let c=null;n[t(579)].on(t(408),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(406)]-1];h&&h[u(436)]||r[u(413)]||this[u(490)][u(421)][u(521)](u(510))[u(564)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(437)))return!1;const i=s[o(526)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(595)](n[o(418)][o(493)]);if(!a[o(406)])return!1;const c=a[0][o(412)](o(405)),l=r[o(420)](a),f=r[o(552)](a),h={startRow:l[o(605)],endRow:l[o(537)],startColumn:f[o(605)],endColumn:f[o(537)]};return 1==a[o(406)]&&(h[o(574)]+=r[o(598)](i)-1,h[o(433)]+=r[o(489)](i)-1),Ta(c,h,r)}(l,f,n[u(579)],s,a)&&(o[u(423)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(579)][u(509)]((()=>{const t=u;n[t(579)][t(408)](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(406)]&&r[t(503)](o,t(596),{tablePasteChainId:s}),a[t(406)]&&r[t(503)](a,t(507),{tablePasteChainId:s}),l[t(406)]&&(r[t(503)](l,t(560),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(531)]((e=>{const n=t;var r;return null===(r=e[n(415)])||void 0===r?void 0:r[n(425)](e)}))),f[t(406)]&&(r[t(463)](f,t(560),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(531)]((e=>{const n=t;var r;return null===(r=e[n(415)])||void 0===r?void 0:r[n(425)](e)})));const g=r[t(582)](h[t(460)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(443),{tablePasteChainId:s});if(g){const e=g[t(479)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(579)][t(438)](s),a=e[t(586)]((e=>e[t(462)]()[t(544)](i)));a&&r[t(567)]([a[t(607)],o])}r[t(406)]&&g[t(494)](t(473),Object[t(540)](r))}c=null})))}),{priority:e.priorities[t(475)]+10}),n[t(548)][t(521)](t(442)).on(t(422),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(423)]();const u=s[r(448)],l=o,f=ba(u),h=ba(l);e[r(496)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(449)](u[r(419)](0));for(const t of Array[r(514)](l[r(516)]()))a[r(550)](t,u,r(541));const t=c[r(591)][r(589)](s[r(563)]),e=c[r(600)][r(589)](s[r(501)]);t||e||(g=i.LiveRange[r(480)](a[r(570)](u)))}else h&&!f&&(d=a[r(570)](u));else{const t=a[r(410)](r(439)),e=a[r(410)](r(439));a[r(511)](a[r(570)](u),e),a[r(550)](t,u,0);for(const e of Array[r(514)](l[r(516)]()))a[r(550)](e,t,r(541));g=i.LiveRange[r(480)](a[r(438)](t)),d=i.LiveRange[r(480)](a[r(438)](e))}const p=Array[r(514)](l[r(543)]())[r(519)]((([t])=>pa[r(589)](t)));c[r(491)][r(567)]({element:u,attributes:p[r(406)]?Object[r(540)](p):null}),g&&c[r(407)][r(567)](g),d&&c[r(500)][r(567)](d)}),{priority:t(475)}),s.on(t(481),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(525)]||1;c[o(600)]=new Array(l)[o(576)](u)[o(460)](((t,e)=>t+e));for(const{cell:t}of s[o(594)](i,{startColumn:u,endColumn:u+l-1}))c[o(523)][o(567)](n[o(579)][o(438)](t))}),{priority:t(484)}),s.on(t(603),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(472)]||1;c[o(591)]=new Array(l)[o(576)](u)[o(460)](((t,e)=>t+e));for(const{cell:t}of s[o(594)](i,{startRow:u,endRow:u+l-1}))c[o(478)][o(567)](n[o(579)][o(438)](t))}),{priority:t(484)}),r[t(578)][t(524)]((e=>{const r=t;if(e[r(495)]&&e[r(495)][r(546)](r(560)))return e[r(497)]?{}:{type:r(440),content:zr(n[r(529)],r(456))}}));const u=()=>!1;for(const e of[t(560),t(507),t(596),t(443)])r[t(429)][t(414)](t(440),e,t(402),u),r[t(429)][t(414)](t(447),e,t(402),u),r[t(429)][t(414)](t(426),e,t(402),u);r[t(429)][t(414)](t(426),t(443),t(441),u),r[t(429)][t(414)](t(426),t(443),t(527),((e,r,s)=>{const o=t,i=e[o(460)]((t=>t[o(424)]()))[o(519)]((t=>t)),a=new Map(i[o(460)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(491)])e&&a[o(547)](t,e);else if(s&&s[o(473)])for(const[t,e]of Object[o(508)](s[o(473)])){const r=n[o(579)][o(454)][o(521)](t),s=r?r[o(462)]()[o(424)]():null;s&&a[o(547)](s,e)}n[o(579)][o(509)]((t=>{const e=o;for(const[n,r]of a)t[e(465)]({...ma,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(429)][o(414)](e,o(560),s,((t,i,a)=>{const c=o;n[c(579)][c(509)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(487)][o(566)];t.is(o(530),o(439))&&u[o(567)](t)}r[o(429)][o(513)](e,null,s)(t,i,a);for(const t of u)o(434)!=t[o(515)][o(450)]&&n[o(451)](t)}))}))};l(t(440),t(527)),l(t(440),t(441)),l(t(447),t(527)),l(t(447),t(441)),r[t(429)][t(414)](t(440),t(596),t(441),(e=>{const n=t,r=e[n(460)]((t=>t[n(424)]())),i=r[0][n(412)](n(405)),{minRow:a,maxRow:c}=o[n(538)](r);s[n(459)](i,{at:a,rows:c-a+1})})),r[t(429)][t(414)](t(440),t(507),t(441),(e=>{const n=t,r=e[n(460)]((t=>t[n(424)]())),i=r[0][n(412)](n(405)),{minColumn:a,maxColumn:c}=o[n(538)](r);s[n(571)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(495)]||!n[s(495)][s(546)](s(560)))return;const o=n[s(604)][s(477)],i=r[s(583)]()[s(519)]((t=>t[s(580)]&&t[s(604)]&&t[s(604)][s(477)]==o));i[s(406)]&&n[s(466)]()[s(406)]!=i[s(406)]&&i[s(409)](((t,e)=>(t[s(461)]=e,e[s(497)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(403)](e[s(431)]),i=[s(428),s(551)],a=r[s(492)][s(589)](e[s(431)]);return a&&i[s(567)](s(588)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(432),f,{priority:t(475)}),r.on(t(485),f,{priority:t(475)}),n[t(579)][t(418)][t(522)]((()=>{const e=t;let s=!1;const o=Array[e(514)](n[e(579)][e(418)][e(533)][e(482)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(403)](t);if(e(411)!=o||e(447)!=a||i[e(452)])continue;if(!r[e(469)](c))continue;const u=r[e(568)](c)[e(602)](),l=n[e(548)][e(521)](e(430)).me;for(const t of r[e(583)]())if(t[e(580)]&&t[e(504)]==l&&e(426)==t[e(453)]&&e(443)==t[e(495)]&&t[e(602)]()[e(517)]((t=>u[e(573)]((n=>n[e(498)](t,!0))))))for(const n of t[e(466)]())n[e(580)]&&(n[e(441)](),s=!0)}return s})),n[t(579)][t(418)][t(522)]((e=>{const s=t,o=n[s(421)][s(521)](s(476));if(!o||!o[s(606)][s(553)](e[s(445)]))return!1;let i=!1;const a=n[s(548)][s(521)](s(430)).me,c=n[s(579)][s(418)][s(533)][s(464)](),u=Array[s(514)](n[s(579)][s(418)][s(533)][s(482)]())[s(519)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(403)](t);return n(411)==o&&n(560)==i&&c==a.id&&!e[n(452)]}));for(const t of c){if(s(550)!=t[s(453)]||s(439)!=t[s(607)]||1!=t[s(406)])continue;const n=e[s(599)](t[s(506)],t[s(506)][s(554)](1));if(!u[s(586)]((({data:t})=>t[s(468)][s(544)](n))))for(const{name:t,data:r}of u)if(n[s(498)](r[s(468)])){e[s(444)](t,{range:n}),i=!0;break}}return i})),n[t(579)][t(418)][t(522)]((e=>{const s=t;let o=!1;const i=n[s(548)][s(521)](s(430)).me,a=r[s(583)]()[s(519)]((t=>t[s(580)]&&t[s(504)]==i)),c=new Set,u=new Set;for(const t of a)if(s(560)==t[s(495)])for(const e of t[s(479)]()){const n=e[s(462)]()[s(424)]();if(n)if(n.is(s(530),s(439))&&ba(n)){t[s(539)](e[s(607)]),c[s(575)](n),o=!0;const r=n[s(559)],i=n[s(558)],a=r&&r.is(s(530),s(439)),l=i&&i.is(s(530),s(439));a&&!c[s(553)](r)&&u[s(575)](r),l&&!c[s(553)](i)&&u[s(575)](i)}else n.is(s(530),s(562))&&n[s(502)]&&(t[s(539)](e[s(607)]),o=!0)}else if(s(443)==t[s(495)]){if(!t[s(604)]||!t[s(604)][s(477)])continue;const e=t[s(604)][s(473)];if(e&&Object[s(577)](e)[s(406)])continue;const n=t[s(604)][s(477)];let r=!0,i=!0;for(const e of a)if(e[s(495)]&&e[s(495)][s(546)](s(560))){if(!e[s(604)][s(477)]){i=!1;break}if(e.id!=t.id&&e[s(604)][s(477)]==n){r=!1;break}}i&&r&&(t[s(427)](),o=!0)}for(const t of c)e[s(449)](t);for(const t of u)e[s(451)](t);return o})),n[t(483)][t(593)](t(455))[t(597)]({model:t(486),view:(t,e)=>h(t),converterPriority:t(475)}),n[t(483)][t(593)](t(545))[t(597)]({model:t(486),view:(e,n)=>n[t(457)][t(549)]?h(e,!1):null,converterPriority:t(475)});const g=n[t(417)][t(555)];this[t(416)](g[t(418)],t(584),((e,n)=>{const r=t,s=[];for(const t of g[r(570)](n[r(471)])[r(542)]())t.is(r(530),r(601))&&s[r(567)](t);g[r(509)]((t=>{const e=r;for(const n of s)t[e(470)](t[e(570)](n),t[e(556)](n)),t[e(449)](n)}))}))}}function ba(t){const e=ga;if(t[e(502)])return!0;const n=t[e(419)](0);return n.is(e(530),e(562))&&n[e(502)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(594)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=Aa;function ya(){const t=["25NZCyUs","model","discard","getSuggestions","data","commandParams","formatGroupId","author","registerDescriptionCallback","resizeTableWidth","type","44HUmoMB","tableWidth","337710nRwExk","getColumnGroupElement","getSuggestionCallback","formatInline","change","Users","_suggestionFactory","bind","format","selection","23336zWXiIT","TableColumnResizeEditing","684144zAMNci","formatBlock","afterInit","3525669dPEjzV","subType","9PNATHR","*Format:* resize table","editor","getAttribute","getContainedElement","resizeTable","862692dbFndG","table","registerCustomCallback","locale","TrackChangesEditing","getSelectedElement","enableCommand","handleSuggestionDescription","getTableColumnsWidths","has","handleResizeTableWidthCommand","accept","427041ogdUGU","get","567TcMBus","plugins","482390ehpAHG","_descriptionFactory","document","columnWidths","markBlockFormat"];return(ya=function(){return t})()}function Aa(t,e){const n=ya();return(Aa=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=Aa,r=t();for(;;)try{if(276864===parseInt(n(224))/1+-parseInt(n(212))/2+-parseInt(n(206))/3*(parseInt(n(201))/4)+parseInt(n(233))/5*(parseInt(n(189))/6)+parseInt(n(204))/7+-parseInt(n(199))/8*(parseInt(n(226))/9)+parseInt(n(228))/10*(parseInt(n(187))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ya);class ka extends t.Plugin{[_a(203)](){const t=_a;if(!this[t(208)][t(227)][t(221)](t(200)))return;const e=this[t(208)][t(227)][t(225)](t(216));e[t(218)](t(185),this[t(222)][t(196)](this)),e[t(195)][t(214)](t(202),t(211),t(223),e[t(195)][t(191)](t(202),null,t(178))),e[t(195)][t(214)](t(202),t(211),t(178),e[t(195)][t(191)](t(202),null,t(223))),e[t(229)][t(184)](this[t(219)][t(196)](this))}[_a(222)](t,e){const n=_a,r=this[n(208)][n(227)][n(225)](n(216)),s=this[n(208)][n(227)][n(225)](n(200)),o=e[n(213)]||this[n(208)][n(177)][n(230)][n(198)][n(217)]();this[n(208)][n(177)][n(193)]((()=>{const i=n,a=s[i(190)](o);let c=a?s[i(220)](a):null,u=o[i(209)](i(188))||null;const l=e[i(188)]||u,f=e[i(231)]||c,h=this[i(208)][i(227)][i(225)](i(194)).me;for(const t of r[i(179)]()){const e=t[i(210)]();if(i(211)===t[i(205)]&&e===o){t[i(183)]!==h&&t[i(178)]();const e=t[i(180)][i(181)];u=e[0][i(188)],c=e[0][i(231)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(232)](o,{commandName:i(185),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(211)},[],i(211))}))}[_a(219)](t){const e=_a;if(e(202)!=t[e(186)]&&e(192)!=t[e(186)])return;const{data:n}=t;if(n&&e(211)===n[e(182)]){const t=e(207);return{type:e(197),content:zr(this[e(208)][e(215)],t)}}}}const Ca=Na;function Na(t,e){const n=La();return(Na=function(t,e){return n[t-=438]})(t,e)}!function(t,e){const n=Na,r=t();for(;;)try{if(338254===parseInt(n(445))/1*(parseInt(n(441))/2)+-parseInt(n(438))/3+-parseInt(n(456))/4+-parseInt(n(455))/5+-parseInt(n(450))/6+-parseInt(n(440))/7*(parseInt(n(453))/8)+parseInt(n(454))/9*(parseInt(n(447))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Ca(451)](){const t=Ca,e=this[t(449)];e[t(444)][t(446)](t(442))&&e[t(444)][t(448)](t(452))[t(443)](t(439))}}function La(){const t=["887yydCmr","has","10uLZHLk","get","editor","3161220OgyEdp","afterInit","TrackChangesEditing","1387096ssnCwI","21328533ERcQYG","772315NgVgoC","2334124mrNtnK","1262496LxBOZd","insertTemplate","14fqTHzn","2WeKTPv","Template","enableCommand","plugins"];return(La=function(){return t})()}const Sa=Ma;function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=228]})(t,e)}function va(){const t=["commands","117639ilHzYD","110881guBmHy","get","540183pdJrsa","_descriptionFactory","insertTableOfContents","1473075TssNxM","593640EvlGHn","ELEMENT_TABLE_OF_CONTENTS","editor","registerElementLabel","6TJhNNg","TrackChangesEditing","16356OdsQfT","plugins","enableCommand","afterInit","locale","11352850GWYqmv","tableOfContents","110XMxPYj","264PifWju"];return(va=function(){return t})()}!function(t,e){const n=Ma,r=t();for(;;)try{if(260009===-parseInt(n(238))/1*(-parseInt(n(248))/2)+-parseInt(n(243))/3+-parseInt(n(244))/4+parseInt(n(234))/5*(-parseInt(n(250))/6)+-parseInt(n(240))/7+parseInt(n(235))/8*(-parseInt(n(237))/9)+parseInt(n(232))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class wa extends t.Plugin{[Sa(230)](){const t=Sa,e=this[t(246)];if(!e[t(236)][t(239)](t(242)))return;e[t(228)][t(239)](t(249))[t(229)](t(242));const n=e[t(228)][t(239)](t(249)),r=e[t(231)];n[t(241)][t(247)](t(233),(e=>zr(r,t(245),e)))}}const Oa=Da;function Da(t,e){const n=xa();return(Da=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(925769===parseInt(n(283))/1+-parseInt(n(285))/2+parseInt(n(248))/3*(-parseInt(n(249))/4)+-parseInt(n(284))/5*(parseInt(n(250))/6)+parseInt(n(263))/7+parseInt(n(261))/8*(-parseInt(n(288))/9)+-parseInt(n(274))/10*(-parseInt(n(287))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class Fa extends t.Plugin{[Oa(253)](){const t=Oa,e=this[t(262)];if(!e[t(282)][t(257)](t(269)))return;const n=e[t(282)][t(271)](t(254));n[t(268)][t(246)](t(260),(()=>zr(e[t(266)],t(275)))),e[t(264)][t(277)][t(281)]((r=>{const s=t;let o=!1;const i=Array[s(286)](e[s(264)][s(277)][s(245)][s(267)]());for(const{name:t,data:a}of i){const{group:i}=n[s(270)](t);if(s(244)!==i||!a[s(259)])continue;const c=a[s(259)],u=c[s(279)][s(251)];if(!u||!u.is(s(272),s(260)))continue;if(!c[s(252)][s(278)](c[s(279)]))continue;const l=e[s(264)][s(256)][s(247)](c[s(279)],s(276));if(l&&l[s(280)]){const e=r[s(273)](c[s(252)],l[s(252)]);e[s(265)](c)||(r[s(255)](t,{range:e}),o=!0)}o||(r[s(258)](t),o=!0)}return o}))}}function xa(){const t=["afterInit","TrackChangesEditing","updateMarker","schema","has","removeMarker","newRange","title-content","5806664XbiSQP","editor","4511143cFypJU","model","isEqual","locale","getChangedMarkers","_descriptionFactory","Title","_splitMarkerName","get","element","createRange","4486210TOltYB","ELEMENT_TITLE","forward","document","isTouching","end","isCollapsed","registerPostFixer","plugins","344601InLXOj","205GdmpkL","2489102BtdnKA","from","99MNoiHF","9xAxxAA","suggestion","differ","registerElementLabel","getNearestSelectionRange","327315iwvxDM","44tWsnrg","136146ESXBds","nodeBefore","start"];return(xa=function(){return t})()}const Pa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=242]})(t,e)}function Ua(){const t=["undo","TrackChangesEditing","plugins","1815354haDLsU","afterInit","576ORMDua","redo","has","1975216MdOljX","get","editor","7VGTXZW","2469345pDszwO","4256aehiXD","1078822XyaIQe","7214680uapzQJ","681204YkmUZs","UndoEditing","enableCommand"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(781678===parseInt(n(260))/1+parseInt(n(254))/2+-parseInt(n(251))/3*(parseInt(n(259))/4)+-parseInt(n(258))/5+parseInt(n(243))/6*(parseInt(n(257))/7)+-parseInt(n(242))/8+parseInt(n(249))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(250)](){const t=Pa,e=this[t(256)],n=e[t(248)][t(255)](t(247));e[t(248)][t(253)](t(244))&&(n[t(245)](t(246)),n[t(245)](t(252)))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=171]})(t,e)}function Ha(){const t=["2vEtUKc","toggleTableCaption","has","2046711ouwqOP","editor","enableCommand","14949EhRZqS","291347xtMfle","4825656pEamwQ","174dujjgW","TableCaptionEditing","get","plugins","5245zSfwNx","12908874YbyCCs","3370NXZKDT","requires","TrackChangesEditing","2588XhTiYC","955580ExNBNF","afterInit"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(882189===parseInt(n(178))/1+parseInt(n(180))/2*(parseInt(n(183))/3)+parseInt(n(177))/4*(-parseInt(n(172))/5)+-parseInt(n(189))/6*(parseInt(n(187))/7)+-parseInt(n(188))/8+-parseInt(n(186))/9*(-parseInt(n(174))/10)+parseInt(n(173))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{static get[Ga(175)](){return[ra]}[Ga(179)](){const t=Ga,e=this[t(184)];e[t(171)][t(182)](t(190))&&e[t(171)][t(191)](t(176))[t(185)](t(181))}}const Wa=qa;!function(t,e){const n=qa,r=t();for(;;)try{if(435561===parseInt(n(553))/1+parseInt(n(549))/2*(-parseInt(n(488))/3)+parseInt(n(520))/4*(-parseInt(n(548))/5)+-parseInt(n(512))/6*(-parseInt(n(502))/7)+parseInt(n(514))/8*(-parseInt(n(546))/9)+parseInt(n(517))/10*(-parseInt(n(496))/11)+parseInt(n(510))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class Ka extends t.Plugin{constructor(t){const e=qa;super(t),this[e(498)]=[e(478),e(543),e(509),e(486),e(556),e(552),e(490)],this[e(508)]=[e(511),e(540),e(531),e(528),e(521),e(504),e(530),e(487),e(491)]}static get[Wa(484)](){return Wa(497)}[Wa(503)](){const t=Wa,e=this[t(481)][t(485)][t(534)](t(482));if(this[t(481)][t(485)][t(489)](t(551))){for(const n of this[t(498)])e[t(519)](n,((e,r)=>{const s=t,o=this[s(481)][s(522)][s(547)][s(495)][s(515)]()[s(501)](s(493));this[s(525)](n,[o],this[s(498)],s(498),e,r)}));e[t(539)][t(532)](t(555),t(498),t(542),e[t(539)][t(507)](t(555),null,t(523))),e[t(539)][t(532)](t(555),t(498),t(523),((e,n)=>this[t(513)](this[t(498)],e,n))),e[t(539)][t(532)](t(555),t(498),t(524),(()=>!1))}if(this[t(481)][t(485)][t(489)](t(541))){for(const n of this[t(508)])e[t(519)](n,((e,r)=>{const s=t,o=this[s(481)][s(485)][s(534)](s(483))[s(477)](this[s(481)][s(522)][s(547)][s(495)]);this[s(525)](n,o,this[s(508)],s(508),e,r)}));e[t(539)][t(532)](t(555),t(508),t(542),e[t(539)][t(507)](t(555),null,t(523))),e[t(539)][t(532)](t(555),t(508),t(523),((e,n)=>this[t(513)](this[t(508)],e,n))),e[t(539)][t(532)](t(555),t(508),t(524),(()=>!1))}e[t(536)][t(535)]((e=>this[t(526)](e)))}[Wa(525)](t,e,n,r,s,o){const i=Wa,a=this[i(481)][i(485)][i(534)](i(482));this[i(481)][i(522)][i(494)](o[i(545)],(()=>{const t=i;for(const i of e)if(this[t(506)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(527)](r);void 0!==n&&(e[r]=n)}s(o),a[t(550)](i,{commandParams:[e]},[],r)}}))}[Wa(513)](t,e,n){const r=Wa,s=e[0][r(538)][r(533)],o=n[r(499)][0];this[r(481)][r(522)][r(537)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(544)](r,o[r],s):e[n(554)](r,s)}))}[Wa(526)](t){const e=Wa;if(t[e(518)])switch(t[e(529)]){case e(498):return{type:e(479),content:zr(this[e(481)][e(505)],e(492))};case e(508):return{type:e(479),content:zr(this[e(481)][e(505)],e(480))}}}[Wa(506)](t,e){const n=Wa,r=this[n(481)][n(485)][n(534)](n(482));for(const s of r[n(500)]({skipNotAttached:!0})){const r=s[n(516)]();if(s[n(529)]===e&&r===t)return s}return null}}function qa(t,e){const n=Xa();return(qa=function(t,e){return n[t-=477]})(t,e)}function Xa(){const t=["handleDiscardAction","248ysMuDl","getFirstPosition","getContainedElement","20IWoerl","data","enableCommand","4faHtZc","tableCellWidth","model","discard","join","_handlePropertyChange","handleSuggestionDescription","getAttribute","tableCellPadding","subType","tableCellBackgroundColor","tableCellBorderWidth","registerCustomCallback","nodeAfter","get","registerDescriptionCallback","_descriptionFactory","change","start","_suggestionFactory","tableCellBorderStyle","TableCellPropertiesEditing","accept","tableBorderStyle","setAttribute","batch","216936XsqSTH","document","1836365mwPzEu","310346BDfnNs","markBlockFormat","TablePropertiesEditing","tableHeight","770823xukxat","removeAttribute","formatBlock","tableWidth","getSelectionAffectedTableCells","tableBorderColor","format","*Format:* change table cell properties","editor","TrackChangesEditing","TableUtils","pluginName","plugins","tableAlignment","tableCellHorizontalAlignment","6zRYsKD","has","tableBackgroundColor","tableCellVerticalAlignment","*Format:* change table properties","table","enqueueChange","selection","2645346hRGHjY","TrackChangesTableProperties","tableProperties","commandParams","getSuggestions","findAncestor","7343zdfUaS","afterInit","tableCellHeight","locale","_getSuggestion","getSuggestionCallback","tableCellProperties","tableBorderWidth","14478600wCjuCR","tableCellBorderColor","2082wzubUd"];return(Xa=function(){return t})()}var Za=Function.prototype,Ja=Object.prototype,Qa=Za.toString,Ya=Ja.hasOwnProperty,$a=Qa.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Ya.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Qa.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Q?Q.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ye(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=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 ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(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),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const gc=function(t){return hc(cc(t,void 0,oc),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})),Yt(t,sn(t),n),r&&(n=qn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n})),dc=mc;function pc(){const t=["keys","markInlineFormat","_trackFormatChanges","getSuggestionCallback","before","getNearestSelectionRange","_element","insertion","formatBlock:discard","plugins","setAttribute","item","11CDnUym","isLimit","meta","addHighlight","getIntersection","insertion:chain","add","isBefore","config","_registerBlockAttribute","type","4573090DBhSQp","dataReady","filter","low","data","150712WEmVis","_getMarkerAnnouncementText","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.","set","addRange","_joinWithAdjacentSuggestions","key","parent","skipNestingCheck","getMarkers","conversion","nodeBefore","some","oldRange","markAttributeChange","toUpperCase","init","insertion:","change:_saved","_getAuthorFromId","nodeAfter","root","hasComments","find","unbindElementFromMarkerName","attributeNewValue","ck-suggestion-marker-formatInline","announce","formatInline:discard","isCollapsed","_joinSuggestions","createRange","document","244652owpMLQ","change:activeMarkers","_blockAttributeKeys","resolve","suggestion","getAttribute","every","ready","removeAttribute","widget","deletion","_breakSuggestionMarker","getRange","format","trackChanges","deletion:","consume","isOwn","define","attributeKey","accepted","isLocal","_refreshAttributeSuggestionsChain","getAncestors","newRange","fromCharCode","formatInline:accept","track-changes-enable-command-twice","getFirstRange","_reduceExistingSuggestions","38708QyeOWh","insertion:discard","_afterChanges","isInsideObject","@external","forEach","remove","moveTargetPosition","marker-count","369DlFCiT","_handleNewSuggestionMarker","attribute","_refreshSuggestionsChain","_inlineAttributeKeys","deletion:chain","elementStart","move","_adapter","dataDowncast","author","7392360mpdKLD","isAfter","get","2517282PyQgDu","getMultiRangeId","formatBlock","attributeOldValue","selection","removeMarker:suggestion:attribute","createPositionAt","stop","hasSuggestion","trackChangesCommand","size","discardSelectedSuggestions","formatGroupId","substr","_suggestionFactory","deletion:join","external:","error-saving-suggestion-data-suggestion-discarded","highest","suggestionUnloaded","track-changes-suggestion-data-mismatch","always","high","batch","authoredAt","never","markMultiRangeBlockFormat","howMany","rejected","getDifference","$textProxy","assign","getWalker","applyOperation","containerElement","differ","activeMarkers","addMarker:suggestion:attribute","containsRangeInObject","clone","deletion:accept","createRangeOn","enqueueChange","ck-suggestion-marker--active","_processAttributeSuggestions","_findSuggestions","suggestionLoaded","getChangedMarkers","next","formatInline","track-changes-adapter-missing-getsuggestion","FORMATTING","getSuggestions","containsItem","updateMarker","getContainedElement","createRangeIn","getShiftedBy","getCustomProperty","_splitMarkerName","model","markMultiRangeInsertion","addSuggestionData","rename","return","_defaultCallbacks","end","ENTER","markerReady","schema","group","adapter","_setSuggestionRange","attributes","values","_getExternalAuthor","Users","insertion:accept","deleteContent","_enableDefaultAttributesIntegration","updateSuggestion","$graveyard","_isRegisteredAttribute","_getAttributeKey","open","_isDataLoaded","update:suggestion","sort","$text","markMultiRangeDeletion","commands","head","_descriptionFactory","getChanges","catch","splitPosition","track-changes-suggestion-not-found","createElement","isUndo","backward","formatInline:","map","normal","editing","_saved","requires","change:data","_model","element","getAllAdjacentSuggestions","_reduceSuggestionAttributeRange","push","addComment","getItems","_editor","track-changes-command-not-found","_getSuggestionData","enableReadOnlyMode","creator","createSelection","PENDING_ACTION_SUGGESTION","_registerDefaultCallbacks","showSuggestionHighlights","addMarkerName","isAtStart","61crRHpv","discardAllSuggestions","acceptSuggestion","fromRange","toJSON","from","removeMarker","isAtEnd","isObject","attribute:join","_suggestions","_recordAttributeSuggestions","insertion:join","formatBlock:chain","removeMarkers","addMarker","ck-suggestion-marker-formatBlock","_checkSuggestionCorrectness","_commentsRepository","_isBlockAttribute","registerCustomCallback","$marker","addCommentThread","bindElementToMarker","commentThread","originalSuggestionId","isMultiRange","125ZZbfgC","commandName","forward","notReady","position","concat","pop","getSuggestion","TrackChangesEditing","writer","isEqual","_updateSuggestionData","rethrowUnexpectedError","detach","7klclSv","markInsertion","isBlock","formatBlock:accept","_SUGGESTION_ANNOUNCEMENT","targetPosition","insertContent","discardSuggestion","_customCallbacks","stopListening","previous","multi","acceptAllSuggestions","removed","mapper","trackChanges.mergeNestedSuggestions","consumable","lowest","addUser","dataToMarker","deletion:discard","_recordAttributeChanges","isArray","default","751488woFeOK","multipleBlocks","start","newValue","_addSuggestionMarker","documentSelection","containsPosition","discard","markDeletion","accept","setTo","isIntersecting","setSelection","includes","comments","execute","pluginName","attribute:accept","listenTo","substring","_enabledCommands","split","addClass","createdAt","isNextTo","editingDowncast","clear","locale","track-changes-adapter-already-set","after","unbind","registerPostFixer","_registerInlineAttribute","chain","_createSuggestion","_onDiscard","isInContent","formatBlock:","acceptSelectedSuggestions","warn","refresh","oldValue","formatInline:chain","getLastMatchingPosition","subType","removeClass","join","addSuggestion","_setSuggestionData","collaboration.channelId","_addThreadToSuggestion","fire","isSelectable","_suggestionState","attribute:discard","suggestion-type","addMarker:suggestion","isIntersectingWithRange","startsWith","buildSuggestion","$elementName","ck-suggestion-marker-","containsRange","upcast","getUser","markBlockFormat","value","editor","createPositionAfter","delete","toViewElement","markerName","isTouching","suggestion:","PendingActions","forceDefaultExecution","_cutOutSuggestionMarker","addMarker:suggestion:formatBlock","getFirstMarker","formatBlock:join","hasCommentThread","_processAttributeChanges","_removeSuggestion","ck-suggestion-marker","length","isDocumentOperation","enableCommand","tablePasteChainId","options","getCommentThread","_mergeNestedSuggestions","name","removeMarker:suggestion:formatBlock","has","removeComment","track-changes-user-not-found","fetchCommentThread","rootName","elementEnd","splice","markerToData","insert","markerToHighlight","LEAVE","then","groupId","isExternal","authorName","_rangeIsInLocalUserInsertion","trackChanges.trackFormatChanges","suggestion:attribute:","markerNameToElements","ariaLiveAnnouncer","attribute:","formatInline:join","getRanges","reconvertMarker","data-suggestion","createPositionBefore","CommentsRepository","_initAriaMarkerChangeAnnouncements","suggestionChanged","elementToElement","unshift","change","range","isRemovable","for","_isForcedDefaultExecutionBlock","markers"];return(pc=function(){return t})()}function mc(t,e){const n=pc();return(mc=function(t,e){return n[t-=115]})(t,e)}!function(t,e){const n=mc,r=t();for(;;)try{if(793108===parseInt(n(514))/1*(-parseInt(n(366))/2)+parseInt(n(145))/3+-parseInt(n(336))/4*(-parseInt(n(541))/5)+-parseInt(n(389))/6*(parseInt(n(121))/7)+-parseInt(n(303))/8*(-parseInt(n(375))/9)+parseInt(n(298))/10*(parseInt(n(287))/11)+-parseInt(n(386))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pc);const Ic=dc(205);class Ec extends t.Plugin{static get[dc(494)](){return[dc(264),o.Users,t.PendingActions,Yr,ns,as,ls,Ts,ms,As,Ss,Bs,to,ro,uo,go,bo,Ao,Ro,vo,Fo,Ho,Uo,qo,Qo,ei,ui,pi,oi,Vs,qs,Ei,Ai,Ni,vi,xi,ji,Hi,Zi,$i,ra,ca,ha,za,Ea,ka,wa,Ka,Ra,Fa,ja]}static get[dc(161)](){return dc(115)}constructor(t){const e=dc;function n(t){const e=mc;return t[e(490)]((t=>String[e(361)](t)))[e(191)]("")}super(t),this[e(525)]=!1,this[e(306)](e(425),[]),this.on(e(337),((n,r,s,o)=>{const i=e;this[i(496)][i(269)]((()=>{const e=i;for(const n of[...o,...s])this[e(496)][e(274)][e(238)](n)&&t[e(492)][e(261)](n)}))})),this[e(481)]=new Xr(this[e(212)][e(449)][e(458)],this[e(212)][e(172)]),this[e(383)]=null,this[e(403)]=new bc(this[e(212)]),this[e(524)]=new Map,this[e(532)]=t[e(284)][e(388)](e(264)),this[e(165)]=new Set,this[e(496)]=this[e(212)][e(449)],this[e(198)]=new WeakMap,this[e(273)]=!1,this[e(338)]=new Set([e(205)]),this[e(379)]=new Set,t[e(295)][e(354)](e(254),e(144)),this[e(277)]=t[e(295)][e(388)](e(254)),t[e(295)][e(354)](e(136),!0),this[e(235)]=t[e(295)][e(388)](e(136)),this[e(398)]=new l(t,this[e(165)]),this[e(265)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,48,52])}[dc(319)](){const t=dc,n=this[t(212)],r=(e,n)=>{const r=t;if(r(377)!=e)return r(206)+e;const s=n[r(166)]("|")[0];return this[r(533)](s)?r(530):r(329)};n[t(313)][t(272)](t(170))[t(247)]({model:t(340),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(448)](e[n(216)]),a=[n(228),r(o,i)];let c=3e3;return this[n(425)][n(158)](e[n(216)])&&(a[n(500)](n(432)),c=3010),n(346)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(313)][t(272)](t(384))[t(293)]((e=>{const r=t;e.on(r(201),((t,e,s)=>{const o=r;if(!s[o(233)][o(511)])return;const i=e[o(286)];if(!i)return;const c=s[o(135)][o(215)](i);n[o(449)][o(458)][o(522)](i)&&c&&!c[o(447)](o(345))&&c.is(o(423))&&(0,a.toWidget)(c,s[o(116)])}),{priority:r(411)})})),n[t(313)][t(272)](t(384))[t(247)]({model:t(340),view:(e,n)=>{const s=t;if(!n[s(233)][s(511)])return null;const{type:o,subType:i}=this[s(448)](e[s(216)]);return{classes:[s(228),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(286)])return;const{id:c}=this[a(448)](o[a(216)]);if(r){const t=this[a(524)][a(388)](c),e=this[a(472)](t);if(!this[a(533)](e))return}if(o[a(286)].is(a(393)))return void i[a(137)][a(352)](o[a(286)],s[a(236)]);const u=i[a(135)][a(215)](o[a(286)]);if(o[a(286)].is(a(497))&&n[a(449)][a(458)][a(123)](o[a(286)])&&!u[a(447)](a(290))){i[a(116)][a(167)]([a(228),a(530)],u),i[a(116)][a(285)](a(262),c,u),i[a(135)][a(537)](u,o[a(216)]),e&&(this[a(425)][a(158)](o[a(216)])?i[a(116)][a(167)](a(432),u):i[a(116)][a(190)](a(432),u));for(const t of n[a(449)][a(445)](o[a(286)])[a(502)]())i[a(137)][a(352)](t,s[a(236)]);i[a(137)][a(352)](o[a(286)],s[a(236)])}};n[t(313)][t(272)](t(384))[t(293)]((e=>{const n=t;e.on(n(222),((t,e,r)=>{const o=n;r[o(233)][o(511)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(407)})})),n[t(313)][t(272)](t(384))[t(293)]((e=>{const n=t;e.on(n(426),((t,e,r)=>{const o=n;r[o(233)][o(511)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(407)})})),n[t(313)][t(272)](t(384))[t(245)]({model:t(340),view:(e,n)=>n[t(233)][t(511)]?null:{group:t(340),name:e[t(402)](11)}}),n[t(313)][t(272)](t(208))[t(267)]({view:{name:t(340),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(218)+e[r(341)](r(200))+":"+e[r(341)]("id");return e[r(341)](r(374))&&(s+=":"+e[r(341)](r(374))),n[r(486)](r(535),{"data-name":s})}}),n[t(313)][t(272)](t(208))[t(140)]({view:t(340)}),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(222),s(),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(426),s({isAttributeSuggestion:!0}),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(237),((t,e,r)=>{const s=n,o=r[s(135)][s(256)](e[s(216)]);if(o)for(const t of o)t[s(447)](s(290))||(r[s(116)][s(190)]([s(228),s(530),s(432)],t),r[s(116)][s(344)](s(262),t),r[s(135)][s(327)](t,e[s(216)]))}),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(394),((t,e,r)=>{const s=n,o=r[s(135)][s(256)](e[s(216)]);if(!o)return;const{id:i}=this[s(448)](e[s(216)]),a=this[s(524)][s(388)](i),c=this[s(472)](a);if(this[s(533)](c))for(const t of o)t[s(447)](s(290))||(r[s(116)][s(190)]([s(228),s(530),s(432)],t),r[s(116)][s(344)](s(262),t),r[s(135)][s(327)](t,e[s(216)]))}),{priority:n(411)})})),n[t(449)][t(335)][t(176)]((e=>{const r=t;let s=!1;const o=Array[r(519)](n[r(449)][r(335)][r(424)][r(436)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(448)](t);if(r(340)!==o)continue;const h=this[r(524)][r(388)](f);if(null!=c[r(360)]){r(438)==u&&(s=s||yc(c[r(360)],t,e,n[r(449)][r(458)]));const o=r(377)==u&&this[r(533)](l[r(166)]("|")[0]);if(c[r(360)][r(332)]||r(470)==c[r(360)][r(324)][r(242)]||r(391)==u&&!kc(c[r(360)])||o&&!kc(c[r(360)])||r(346)==u&&(_c(a=c[r(360)])||function(t){const e=r;return t[e(147)][e(310)]==t[e(455)][e(314)]&&t[e(147)][e(521)]}(a)))e[r(520)](t),s=!0;else{if(!h||!h[r(181)])continue;i[r(293)](h)}}}var a;return i[r(399)]>0&&(s=!!this[r(308)](i)||s),s})),n[t(449)][t(335)][t(176)]((e=>{const r=t;let s=!1;for(const t of n[r(449)][r(335)][r(424)][r(482)]())if(r(246)==t[r(297)])for(const t of this[r(524)][r(463)]()){if(t[r(540)]||!t[r(181)])continue;const o=r(391)==t[r(297)],i=this[r(472)](t),a=i&&this[r(533)](i);if(!o&&!a)continue;const c=t[r(364)]();if(c[r(147)][r(310)]!=c[r(455)][r(310)]&&!c[r(455)][r(521)]){const o=n[r(449)][r(395)](c[r(147)][r(323)],r(455)),i=n[r(449)][r(334)](c[r(147)],o);e[r(443)](t[r(223)](),{range:i}),s=!0}}return s})),n[t(449)][t(335)][t(176)]((e=>this[t(226)](e))),n[t(449)][t(335)][t(176)]((e=>!e[t(412)][t(357)]&&this[t(433)](e))),n[t(449)].on(t(368),(()=>{this[t(525)]=!1})),n[t(449)][t(335)].on(t(495),((r,s)=>{const o=t;if(!s[o(357)]||s[o(487)])return;if(!this[o(525)])return;const i=n[o(449)][o(335)][o(424)][o(482)]();if(0==i[o(229)])return;const a=[],c=i[o(300)]((t=>o(377)==t[o(297)])),u=i[o(300)]((t=>o(246)==t[o(297)]&&o(477)!=t[o(236)])),l=i[o(300)]((t=>o(372)==t[o(297)]&&o(477)!=t[o(236)]));for(const t of c)this[o(471)](t[o(355)])&&a[o(500)]({key:t[o(355)],newValue:t[o(328)],oldValue:t[o(392)],range:Cc(t[o(270)],n[o(449)])});for(const t of u){const e=l[o(326)]((e=>e[o(281)]===t[o(281)]));if(e){const r=Nc(t[o(545)][o(323)],n[o(449)]);e[o(236)]!==t[o(236)]&&a[o(500)]({key:o(205),newValue:t[o(236)],oldValue:e[o(236)],range:r});for(const[n,s]of e[o(462)]){if(!this[o(471)](n))continue;const e=t[o(462)][o(388)](n);s!==e&&a[o(500)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(462)])this[o(471)](n)&&(e[o(462)][o(238)](n)||a[o(500)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(229)]&&n[o(449)][o(431)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(317)](t,e,s,o,{groupId:r});this[n(365)](t,a)}))}),{priority:t(138)}),n[t(449)][t(274)].on(t(475),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(448)](n[s(236)]),e=this[s(524)][s(388)](t);e&&e[s(512)](n[s(236)])}})),n[t(449)][t(335)].on(t(495),(()=>{const e=t,r=Array[e(519)](n[e(449)][e(335)][e(424)][e(436)]())[e(300)]((t=>e(340)===this[e(448)](t[e(236)])[e(459)]));if(0===r[e(229)])return;r[e(476)](((t,n)=>{const r=e,s=t[r(302)][r(316)],o=n[r(302)][r(316)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(147)][r(294)](o[r(147)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(448)](t);if(null===n[e(316)]){const n=this[e(376)](t);o[e(293)](n)}else{const t=this[e(524)][e(388)](r);null!==n[e(360)]||t[e(181)]?(s[e(293)](t[e(480)]),o[e(293)](t)):this[e(227)](t)}}o[e(399)]>0&&this[e(378)](o);for(const t of s)this[e(196)](e(266),t)})),n[t(449)].on(t(422),((e,r)=>{const s=t,o=r[0];if(!this[s(524)][s(399)])return;if(!o[s(230)])return;if(o[s(412)][s(487)]||!o[s(412)][s(357)])return;let i,a;switch(o[s(297)]){case s(246):i=n[s(449)][s(395)](o[s(545)]),a=i[s(446)](o[s(416)]);break;case s(166):i=n[s(449)][s(395)](o[s(484)]),a=n[s(449)][s(395)](o[s(373)]);break;case s(382):i=n[s(449)][s(395)](o[s(126)]),a=i[s(446)](o[s(416)]);break;default:return}const c=n[s(449)][s(334)](i,a);n[s(449)][s(269)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(434)](c)){if(e[t(540)])continue;if(t(438)==e[t(297)])continue;const r=this[t(472)](e);if(r&&this[t(533)](r)&&t(166)!=o[t(297)])continue;const s=e[t(302)]&&e[t(302)][t(146)];(t(391)!=e[t(297)]||t(166)==o[t(297)]&&!s)&&(n[t(427)]||t(282)==e[t(297)]&&n[t(353)]||e[t(364)]()[t(207)](c)&&this[t(347)](e,i,a))}}))}),{priority:t(138)}),n[t(449)].on(t(467),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(220)])return;if(this[s(273)])return;if(!this[s(398)][s(211)])return;if(o[s(332)])return;const a=n[s(449)][s(458)],{start:c,end:u}=o[s(364)](),l=c[s(323)]&&a[s(288)](c[s(323)])?null:a[s(280)](c,s(543)),f=u[s(314)]&&a[s(288)](u[s(314)])?null:a[s(280)](u,s(488)),h=n[s(449)][s(334)](l?l[s(147)]:c,f?f[s(455)]:u);n[s(449)][s(269)]((t=>{const e=s;this[e(153)](h);const r=n[e(449)][e(458)][e(280)](h[e(147)]);o.is(e(150))?t[e(157)](r):o[e(155)](r)})),e[s(396)]()}),{priority:e.priorities[t(491)]+10}),n[t(449)].on(t(127),((e,r)=>{const s=t,o=r[r[s(229)]-1];o&&o[s(220)]||this[s(273)]||this[s(398)][s(211)]&&(n[s(449)][s(269)]((()=>{const t=s;let o=n[t(449)][t(127)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(453)]=o[t(428)]();const i=o[t(455)][t(314)],a=n[t(449)][t(458)];i&&a[t(123)](i)&&!a[t(522)](i)&&(o=n[t(449)][t(334)](o[t(147)],n[t(449)][t(395)](i,t(455)))),this[t(122)](o)})),e[s(396)]())}),{priority:t(411)}),this[t(212)][t(479)][t(293)](t(350),this[t(398)]),this[t(231)](t(350));const o=new p(n,this[t(524)]);n[t(479)][t(293)](t(516),o),this[t(231)](t(516));const i=new E(n,this[t(524)]);n[t(479)][t(293)](t(128),i),this[t(231)](t(128)),n[t(479)][t(293)](t(133),new S(n,o,this[t(524)])),this[t(231)](t(133)),n[t(479)][t(293)](t(515),new S(n,i,this[t(524)])),this[t(231)](t(515)),n[t(479)][t(293)](t(183),new O(n,o,this[t(524)])),this[t(231)](t(183)),n[t(479)][t(293)](t(400),new O(n,i,this[t(524)])),this[t(231)](t(400));const c=n[t(284)][t(388)](t(264));this[t(163)](c,t(501),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(388)](n);s&&s[r(538)]&&1===s[r(538)][r(229)]&&this[r(118)](n,{hasComments:!0})}),{priority:t(301)}),this[t(163)](c,t(239),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(388)](n);s&&s[r(538)]&&!s[r(538)][r(229)]&&this[r(118)](n,{hasComments:!1})}),{priority:t(301)})}set[dc(460)](t){const n=dc;if(this[n(383)])throw new e.CKEditorError(n(173),this);this[n(383)]=t}get[dc(460)](){return this[dc(383)]}[dc(441)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=dc,r=[];for(const e of this[n(524)][n(463)]())t&&!e[n(181)]||r[n(500)](e);return e?r[n(490)]((t=>t[n(518)]())):r}[dc(548)](t){const n=dc,r=this[n(524)][n(388)](t);if(!r)throw new e.CKEditorError(n(485),this);return r}[dc(397)](t){const e=dc;return this[e(524)][e(238)](t)}[dc(451)](t){const e=dc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(297)][e(166)](":"),a=this[e(524)][e(388)](r)||this[e(179)](o,i,r,n,s);if(this[e(195)](a),this[e(531)](a,o,i||null,n),a[e(168)]=t[e(168)],a[e(474)]=!0,s&&s[e(370)]){const t=s[e(370)],n=this[e(464)](t[e(252)]);a[e(413)]=t[e(168)],a[e(385)]=n,a[e(251)]=!0}else a[e(413)]=t[e(168)];switch(t[e(302)]&&(a[e(302)]=t[e(302)]),t[e(462)]&&(a[e(462)]=t[e(462)]),this[e(383)]&&this[e(383)][e(192)]||(a[e(493)]=!0),this[e(198)][e(388)](a)){case e(544):this[e(198)][e(306)](a,e(299));break;case e(457):a[e(181)]?(this[e(308)](new Set([a])),this[e(378)](new Set([a])),this[e(198)][e(306)](a,e(343)),this[e(196)](e(435),a)):this[e(198)][e(306)](a,e(134))}return a}[dc(516)](t){const e=dc;this[e(220)]((()=>{const n=e;this[n(212)][n(449)][n(269)]((()=>{const e=n;for(const n of t[e(498)]())n[e(154)]()}))}))}[dc(128)](t){const e=dc;this[e(220)]((()=>{const n=e;this[n(212)][n(449)][n(269)]((()=>{const e=n;for(const n of t[e(498)]())n[e(152)]()}))}))}[dc(231)](t,n){const r=dc,s=this[r(212)][r(479)][r(388)](t);if(!s)throw new e.CKEditorError(r(504),this,{commandName:t});if(this[r(165)][r(238)](s))throw new e.CKEditorError(r(363),this,{commandName:t});this[r(165)][r(293)](s),n&&s.on(r(160),((t,e)=>{const o=r;this[o(398)][o(211)]&&(this[o(273)]||(e[o(229)]>0&&e[e[o(229)]-1]&&e[e[o(229)]-1][o(220)]?e[o(547)]():(t[o(453)]=n(((...t)=>s[o(160)](...t,{forceDefaultExecution:!0})),...e),t[o(396)]())))}),{priority:r(411)})}[dc(220)](t){const n=dc;let r,s;const o=this[n(273)];this[n(273)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(273)]=!1),s&&e.CKEditorError[n(119)](s,this),r}[dc(122)](t,n=null,r={}){const s=dc;if(t[s(332)])return null;const o=this[s(212)][s(284)][s(388)](s(465)).me;for(const{suggestion:e,meta:o}of this[s(434)](t,s(282)))if(o[s(353)]){if(!o[s(169)]){if(o[s(427)]){if(!this[s(235)]||!Sc(e,r))continue;return e}if(Sc(e,r))return e;this[s(347)](e,t[s(147)],t[s(455)]);break}if(n==e[s(189)]&&Sc(e,r)){const n=e[s(364)]();return n[s(147)][s(117)](t[s(455)])?this[s(461)](e,this[s(496)][s(334)](t[s(147)],n[s(455)])):this[s(461)](e,this[s(496)][s(334)](n[s(147)],t[s(455)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(320)+n:s(282),u=this[s(193)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(149)](c,i,a,t),u}[dc(450)](t,n=dc(132),r={}){const s=dc,o=this[s(212)][s(284)][s(388)](s(465)).me,i=this[s(403)][s(278)](s(282),n,s(191));for(const e of this[s(441)]())if(e[s(385)].id==o.id&&s(282)==e[s(297)]&&e[s(189)]==n&&Sc(e,r)&&(i(e[s(260)](),t)||i(t,e[s(260)]()))){for(const n of t)e[s(307)](n);return e}for(const{suggestion:e,meta:n}of this[s(434)](t,s(282))){if(!n[s(353)])continue;if(!this[s(235)]&&n[s(427)])continue;if(!Sc(e,r))continue;let o=!0;for(const n of e[s(260)]())for(const e of t)if(!n[s(207)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(320)+n,l=this[s(193)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(149)](u,a,c,e,Hr[s(390)]());return l}[dc(276)](t,n,r=null,s={}){const o=dc;if(r=r||Ac(n),t[o(332)])return null;if(o(414)===this[o(277)]){const e=this[o(403)][o(278)](o(438),r,o(154));return this[o(220)]((()=>e([t],n,s))),null}const i=this[o(212)][o(284)][o(388)](o(465)).me,a=[];if(o(410)!==this[o(277)])for(const{suggestion:e,meta:n}of this[o(434)](t,o(282)))n[o(353)]&&!n[o(369)]&&a[o(500)](...e[o(260)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(291)](s);e&&r[n(500)](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(229)];){const s=r[e][n(418)](t);r[n(244)](e,1,...s),e+=s[n(229)]}}return r}(t,a);c[o(229)]&&this[o(496)][o(269)]((()=>{const t=o;for(const e of c){const o=this[t(403)][t(278)](t(438),r,t(154));this[t(220)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(147)],u=t[o(455)];for(const{suggestion:e,meta:n}of this[o(434)](t,o(438))){if(!n[o(353)])continue;if(e[o(189)]!=r)continue;if(!Sc(e,s))continue;const i=e[o(364)]();if(i[o(207)](t,!0))return null;c=c[o(294)](i[o(147)])?c:i[o(147)],u=u[o(387)](i[o(455)])?u:i[o(455)],a?i[o(147)][o(294)](a[o(364)]()[o(147)])?(a[o(528)](),a=e):e[o(528)]():a=e}const l=this[o(496)][o(334)](c,u);if(a)this[o(461)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(193)]({id:t,type:o(489)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(149)](o(489)+r,t,a,l)}}return null}[dc(210)](t,n,r=[],s=null,o={}){const i=dc;n[i(401)]||(n[i(401)]=n[i(542)]),n[i(146)]=t.is(i(270)),s=s||Ac(n);const a=r[i(490)]((t=>Nc(t,this[i(496)]))),c=t.is(i(270))?t:Nc(t,this[i(496)]);if(i(414)===this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t([c],n,o))),null}a[i(500)](c);let u=!0;for(const t of a)if(!this[i(253)](t)){u=!1;break}if(u&&i(410)!==this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t([c],n,o))),null}let l=null,f=c[i(147)],h=c[i(455)];for(const{suggestion:t,meta:e}of this[i(434)](c,i(391))){if(!e[i(353)])continue;if(e[i(169)]||e[i(427)]||e[i(369)])continue;if(t[i(302)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const r=t[i(364)]();if(t[i(189)]==s){if(r[i(207)](c,!0))return null;f=f[i(294)](r[i(147)])?f:r[i(147)],h=h[i(387)](r[i(455)])?h:r[i(455)],l?r[i(147)][i(294)](l[i(364)]()[i(147)])?(l[i(528)](),l=t):t[i(528)]():l=t}else{const e=c[i(291)](r);this[i(221)](t,e)}}const g=this[i(212)][i(284)][i(388)](i(465)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(461)](l,this[i(496)][i(334)](f,h)),l;{const t=this[i(193)]({id:d,type:i(182)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(149)](i(182)+s,d,p,this[i(496)][i(334)](f,h)),t}}[dc(415)](t,n,r=[],s=null,o={}){const i=dc;n[i(401)]||(n[i(401)]=n[i(542)]);const a=t[0];n[i(146)]=a.is(i(270)),s=s||Ac(n);const c=r[i(490)]((t=>Nc(t,this[i(496)]))),u=a.is(i(270))?t:t[i(490)]((t=>Nc(t,this[i(496)])));if(i(414)===this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t(u,n,o))),null}c[i(500)](...u);let l=!0;for(const t of c)if(!this[i(253)](t)){l=!1;break}if(l&&i(410)!==this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t(u,n,o))),null}const f=this[i(212)][i(284)][i(388)](i(465)).me;for(const t of this[i(441)]()){if(t[i(385)].id!=f.id)continue;if(i(391)!=t[i(297)]||t[i(302)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const e=t[i(189)]==s;for(let n=0;n<u[i(229)];n++){const r=u[n];for(const s of t[i(312)]()){const o=s[i(348)]();if(r[i(117)](o)){e?(u[i(244)](n,1),n--):t[i(520)](s[i(236)]);break}}}}if(0==u[i(229)])return null;const h=this[i(403)][i(278)](i(391),s,i(191));for(const t of this[i(441)]())if(t[i(385)].id==f.id&&i(391)==t[i(297)]&&t[i(302)][i(401)]==n[i(401)]&&t[i(189)]==s&&Sc(t,o)&&(h(t[i(260)](),u)||h(u,t[i(260)]()))){for(const e of u)t[i(307)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(182)+s,m=this[i(193)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(149)](p,g,d,t,Hr[i(390)]());return m}[dc(153)](t,n=null,r={}){const s=dc;if(t[s(332)])return null;const o=this[s(212)][s(284)][s(388)](s(465)).me,a=new i.LiveRange(t[s(147)],t[s(455)]);for(const{suggestion:t,meta:e}of this[s(434)](a,s(282)))if(e[s(353)]&&!e[s(169)])if(t[s(540)]){const e=t[s(260)]()[s(300)]((t=>s(470)!=t[s(324)][s(242)]));if(e[s(342)]((t=>a[s(207)](t,!0)))&&t[s(152)](),e[s(315)]((t=>t[s(207)](a,!0)))){const t=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>t([a],null,r))),null}}else{const e=a[s(291)](t[s(364)]());null!==e&&t[s(180)]([e],null,r)}if(a[s(120)](),a[s(332)]||s(470)==a[s(324)][s(242)])return null;let c=null,u=a[s(147)],l=a[s(455)];const f=this[s(434)](a,s(346));for(const{suggestion:t,meta:e}of f){const n=this[s(496)][s(334)](u,l);if(e[s(353)]&&(this[s(235)]||!e[s(427)]&&!e[s(369)]))if(t[s(540)]){if(!Sc(t,r))continue;let e=!0;for(const r of t[s(260)]()){if(r[s(207)](n,!0))return t;n[s(207)](r)||(e=!1)}e&&t[s(152)]()}else{const e=t[s(364)]();if(e[s(207)](n,!0))return t;if(!Sc(t,r)){n[s(207)](e)?t[s(528)]():e[s(151)](u)?u=e[s(455)]:e[s(151)](l)&&(l=e[s(147)]);continue}u=u[s(294)](e[s(147)])?u:e[s(147)],l=l[s(387)](e[s(455)])?l:e[s(455)],r=Object[s(420)]({},t[s(462)]),c?e[s(147)][s(294)](c[s(364)]()[s(147)])?(c[s(528)](),c=t):t[s(528)]():c=t}}if(c)return this[s(461)](c,this[s(496)][s(334)](u,l)),c;{const t=(0,e.uid)(),i=this[s(496)][s(334)](u,l),a=o.id,c=n?s(351)+n:s(346),f=this[s(193)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(149)](c,t,a,i),f}}[dc(478)](t,n=dc(132),r={}){const s=dc,o=this[s(212)][s(284)][s(388)](s(465)).me,a=t[s(490)]((t=>new i.LiveRange(t[s(147)],t[s(455)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(434)](a,s(282)))e[s(353)]&&!e[s(169)]&&c[s(293)](t);for(const e of c)if(e[s(540)]){const o=e[s(260)]();if((!e[s(462)]||!e[s(462)][s(311)])&&o[s(342)]((t=>a[s(315)]((e=>e[s(207)](t,!0)))))&&e[s(152)](),a[s(342)]((t=>o[s(315)]((e=>e[s(207)](t,!0)))))){const e=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>e(t,null,r))),null}}else{const t=e[s(364)]();if(a[s(315)]((e=>e[s(207)](t,!0)))&&e[s(152)](),a[s(342)]((e=>t[s(207)](e,!0)))){const t=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>t(a,null,r))),null}}const u=this[s(403)][s(278)](s(346),n,s(191));let l=null;for(const t of this[s(441)]())if(t[s(385)].id==o.id&&t[s(181)]&&s(346)==t[s(297)]&&t[s(189)]==n&&Sc(t,r)&&(u(t[s(260)](),a)||u(a,t[s(260)]())))if(l){if(t[s(538)]&&t[s(538)][s(229)])continue;for(const e of t[s(260)]())l[s(202)](e)||l[s(307)](e);t[s(528)]()}else{l=t;for(const e of a)t[s(202)](e)||t[s(307)](e)}if(l)return l;c[s(171)]();for(const{suggestion:t,meta:e}of this[s(434)](a,s(346)))e[s(353)]&&(this[s(235)]||!e[s(427)]&&!e[s(369)])&&Sc(t,r)&&c[s(293)](t);for(const t of c){const e=t[s(260)]();if((!r||!r[s(311)])&&a[s(342)]((t=>e[s(315)]((e=>e[s(207)](t,!0))))))return t;(!t[s(462)]||!t[s(462)][s(311)])&&e[s(342)]((t=>a[s(315)]((e=>e[s(207)](t,!0)))))&&t[s(152)]()}const f=(0,e.uid)(),h=o.id,g=s(351)+n,d=this[s(193)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(120)](),t[s(332)]||s(470)==t[s(324)][s(242)]||this[s(149)](g,f,h,t,Hr[s(390)]());return d}[dc(317)](t,n,r,s,o){const i=dc;if(t[i(332)])return[];if(i(414)===this[i(277)])return[];const a=this[i(212)][i(284)][i(388)](i(465)).me.id,c=Array[i(519)](this[i(524)][i(463)]())[i(300)]((e=>i(377)==e[i(297)]&&e[i(302)][i(309)]==n&&e[i(202)](t)));if(i(144)===this[i(277)]){const e=this[i(434)](t,i(282))[i(300)]((({meta:t})=>t[i(353)]&&!t[i(369)]&&!t[i(169)]))[i(490)]((({suggestion:t})=>t));c[i(268)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(377)==t[i(297)]?t[i(302)][i(186)]:void 0,o=t[i(364)](),a=Array[i(519)](u[i(275)]())[i(326)]((t=>t[i(156)](o)));if(!a)continue;const c=a[i(418)](o);this[i(533)](n)&&i(282)==t[i(297)]&&0!=c[i(229)]||(u[i(214)](a),c[i(371)]((t=>{u[i(306)](t,r)})),i(282)!=t[i(297)]&&e!=s&&u[i(306)](a[i(291)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(229)]>37&&console[i(184)](i(305),{key:n});const f=(i(258)+(n+"|")+Ac({newValue:s}))[i(164)](0,60),h=this[i(193)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(500)](h),this[i(149)](f,c,a,t)}return l}[dc(296)](t){const e=dc;this[e(338)][e(293)](t)}[dc(177)](t){const e=dc;this[e(379)][e(293)](t)}[dc(468)](t,e=[],n=[]){const r=dc;this[r(231)](t,((t,...e)=>{this[r(142)]((()=>{t(...e)}))}));for(const t of e)this[r(177)](t);for(const t of n)this[r(296)](t)}[dc(472)](t){const e=dc;return e(377)==t[e(297)]?t[e(189)][e(166)]("|")[0]:null}[dc(461)](t,e){const n=dc,r=t[n(223)]();this[n(496)][n(269)]((t=>{t[n(443)](r,{range:e})}))}[dc(195)](t){const e=dc,n=t.id,r=this[e(212)][e(295)][e(388)](e(194));this[e(532)][e(225)](n)||this[e(532)][e(536)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(532)][e(234)](n);s[e(175)](e(271)),s[e(271)]=!1,t[e(538)]=s}[dc(531)](t,n,r,s){const o=dc;if(t[o(297)]!=n||t[o(189)]!=r||t[o(507)].id!=s)throw this[o(212)][o(506)](o(409)),new e.CKEditorError(o(409),this)}[dc(221)](t,n){const r=dc,s=t[r(364)]();if(n[r(117)](s))t[r(528)]();else if(s[r(207)](n)){const o=this[r(496)][r(395)](n[r(147)][r(314)],r(455));this[r(461)](t,this[r(496)][r(334)](s[r(147)],o));const i=(0,e.uid)(),a=t[r(507)].id,c=t[r(297)]+":"+t[r(189)];this[r(193)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(302)],attributes:t[r(462)]});const u=this[r(496)][r(395)](n[r(455)][r(310)],r(174)),l=this[r(496)][r(334)](u,s[r(455)]);this[r(149)](c,i,a,l)}else if(s[r(151)](n[r(147)])){const e=this[r(496)][r(395)](n[r(147)][r(314)],r(455));this[r(461)](t,this[r(496)][r(334)](s[r(147)],e))}else{const e=this[r(496)][r(395)](n[r(455)][r(310)],r(174));this[r(461)](t,this[r(496)][r(334)](e,s[r(455)]))}}[dc(253)](t){const e=dc;for(const{suggestion:n,meta:r}of this[e(434)](t,e(282))){if(!r[e(353)])continue;const s=n[e(260)]();for(const n of s)if(!t[e(418)](n)[e(229)])return!0}return!1}[dc(322)](t){const n=dc,r=this[n(212)][n(284)][n(388)](n(465))[n(209)](t);if(!r)throw new e.CKEditorError(n(240),this);return r}[dc(464)](t){const e=dc,n=this[e(212)][e(284)][e(388)](e(465)),r=(0,o.hashObject)(e(405)+t);return n[e(209)](r)||n[e(139)]({id:r,name:t})}[dc(179)](t,e,n,r,s){const o=dc,i=this[o(322)](r),a=this[o(403)][o(204)](t,e,n,i,s,(t=>{const e=o;this[e(118)](n,{attributes:t});const r=this[e(548)](n);this[e(308)](new Set([r])),this[e(378)](new Set([r]))}));return this[o(163)](a,o(154),(()=>{const t=o;this[t(118)](n,{state:t(356)})}),{priority:o(411)}),this[o(163)](a,o(152),(()=>{const t=o;this[t(118)](n,{state:t(417)})}),{priority:o(411)}),this[o(524)][o(306)](n,a),this[o(198)][o(306)](a,o(544)),a}[dc(448)](t){const e=dc,n=t[e(166)](":");return{group:n[0],type:n[1],subType:n[e(229)]>=5?n[2]:null,id:n[e(229)]<5?n[2]:n[3],authorId:n[e(229)]<5?n[3]:n[4],markerCount:6==n[e(229)]?n[5]:null}}[dc(347)](t,n,r){const s=dc,o=t[s(364)](),i=o[s(147)],a=o[s(455)];this[s(461)](t,this[s(496)][s(334)](i,n));const c=(0,e.uid)(),u=t[s(507)].id,l=t[s(297)]+(t[s(189)]?":"+t[s(189)]:"");this[s(193)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(462)],data:t[s(302)]});const f=this[s(472)](t);(s(391)==t[s(297)]||f&&this[s(533)](f))&&(r=this[s(496)][s(263)](r[s(310)])),this[s(149)](l,c,u,this[s(496)][s(334)](r,a))}[dc(434)](t,e=null){const n=dc,r=[],s=this[n(212)][n(284)][n(388)](n(465)).me;Array[n(143)](t)||(t=[t]);for(const o of this[n(441)]()){if(!o[n(181)])continue;if(e&&o[n(297)]!=e)continue;let i=!1;for(const e of o[n(260)]()){for(const a of t){const t=a[n(147)][n(117)](e[n(455)])||a[n(455)][n(117)](e[n(147)]);if(t||a[n(291)](e)){const c=a[n(207)](e)&&Tc(this[n(496)][n(458)],e[n(147)],a),u=e[n(207)](a)&&Tc(this[n(496)][n(458)],a[n(147)],e);r[n(500)]({suggestion:o,meta:{isOwn:s==o[n(385)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[dc(149)](t,e,n,r,s){const o=dc;this[o(496)][o(269)]((i=>{const a=o;let c=a(218)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(529)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[dc(227)](t){const e=dc,n=t[e(131)],r=t[e(437)];t[e(131)]=null,t[e(437)]=null,null!=n&&n[e(437)]==t&&(n[e(437)]=r),null!=r&&r[e(131)]==t&&(r[e(131)]=n),e(343)==this[e(198)][e(388)](t)&&(this[e(198)][e(306)](t,e(134)),this[e(196)](e(408),t,n,r))}[dc(193)](t){const n=dc,r=t.id,s=this[n(451)](t);if(this[n(383)]&&this[n(383)][n(192)]){const o=this[n(212)][n(284)][n(388)](n(219)),i=s[n(325)],a=s[n(189)]?s[n(297)]+":"+s[n(189)]:s[n(297)],c=this[n(212)][n(172)],u=o[n(293)](zr(c,n(509))),l={id:r,type:a,hasComments:i,data:t[n(302)]||null,originalSuggestionId:t[n(539)]||null,attributes:s[n(462)]};this[n(383)][n(192)](l)[n(249)]((t=>{const e=n;s[e(493)]=!0,o[e(372)](u),t&&t[e(168)]&&(this[e(524)][e(388)](r)[e(168)]=t[e(168)])}))[n(483)]((t=>{const r=n;throw(0,e.logWarning)(r(406)),this[r(212)][r(449)][r(431)]({isUndoable:!1},(()=>{s[r(152)]()})),s[r(130)](),this[r(524)][r(214)](s.id),this[r(198)][r(214)](s),t}))}return s}[dc(533)](t){const e=dc;return this[e(338)][e(238)](t)}[dc(118)](t,e){const n=dc,r=this[n(212)][n(284)][n(388)](n(219)),s=this[n(548)](t);if(this[n(383)]&&this[n(383)][n(469)])if(s[n(493)]){const s=r[n(293)](zr(this[n(212)][n(172)],n(509)));this[n(383)][n(469)](t,e)[n(249)]((()=>{r[n(372)](s)}))}else s.on(n(321),(()=>{this[n(118)](t,e)}))}[dc(505)](t){const n=dc;if(!this[n(383)]||!this[n(383)][n(548)])throw new e.CKEditorError(n(439),this);return this[n(383)][n(548)](t)}[dc(376)](t){const e=dc,{id:n,type:r,subType:s,authorId:o}=this[e(448)](t),i=this[e(524)][e(388)](n)||this[e(179)](r,s,n,o,{});switch(this[e(531)](i,r,s,o),this[e(198)][e(388)](i)){case e(544):this[e(505)](n)[e(249)]((t=>{const r=e;let s=Promise[r(339)]();t[r(325)]&&(s=this[r(532)][r(241)]({channelId:this[r(212)][r(295)][r(388)](r(194)),threadId:n})),s[r(249)]((()=>{const e=r;this[e(451)](t)[e(493)]=!0}))})),this[e(198)][e(306)](i,e(457));break;case e(134):this[e(118)](n,{state:e(473)});case e(299):this[e(198)][e(306)](i,e(343)),this[e(196)](e(435),i);break;case e(343):this[e(196)](e(266),i)}return i[e(512)](t),i}[dc(378)](t){const e=dc,n=Array[e(519)](t),r=n[e(300)]((t=>e(377)==t[e(297)]));this[e(358)](r);const s=n[e(300)]((t=>!t[e(540)]&&e(377)!=t[e(297)])),o=this[e(441)]({skipNotAttached:!0})[e(300)]((t=>!t[e(540)]&&e(377)!=t[e(297)])),i=o[e(300)]((n=>!t[e(238)](n))),a=new Map(o[e(490)]((t=>[t,this[e(403)][e(278)](t[e(297)],t[e(189)],e(178))]))),c=new Map(o[e(490)]((t=>[t,t[e(364)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(229)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(229)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(229)];t++){const n=s[t];!l[e(238)](n)&&n[e(131)]&&(f[e(293)](n[e(131)]),n[e(131)][e(437)]===n&&(n[e(131)][e(437)]=null),n[e(131)]=null),!u[e(238)](n)&&n[e(437)]&&(f[e(293)](n[e(437)]),n[e(437)][e(131)]===n&&(n[e(437)][e(131)]=null),n[e(437)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(229)];e++){const r=g(t,n[e]);r&&(r[0][s(437)]=r[1],r[1][s(131)]=r[0],u[s(293)](r[0]),l[s(293)](r[1]))}}function g(t,n){const r=e;if(t[r(385)].id!==n[r(385)].id)return null;const s=a[r(388)](t)(t,n,c[r(388)](t),c[r(388)](n));return s&&a[r(388)](n)(t,n,c[r(388)](t),c[r(388)](n))?s[1][r(538)]&&s[1][r(538)][r(229)]?null:s:null}f[e(399)]&&this[e(378)](f)}[dc(358)](t){const e=dc;if(0==t[e(229)])return;const n=this[e(441)]({skipNotAttached:!0})[e(300)]((t=>e(377)==t[e(297)]&&t[e(474)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(462)]);s[e(238)](n)||(s[e(306)](n,r[e(229)]),r[e(500)]([]));const i=s[e(388)](n);r[i][e(500)](t)}!function(){const t=e;r[t(476)](((e,n)=>{const r=t,s=e[0][r(168)],o=n[0][r(168)];return s==o?e[0][r(462)][r(250)]<n[0][r(462)][r(250)]?-1:1:s<o?-1:1}));for(const e of r)e[t(476)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(229)];t++){if(0==r[t][e(229)])continue;const n=[];for(let s=t+1;s<r[e(229)];s++)0!=r[s][e(229)]&&i(r[t],r[s])&&n[e(500)](s);for(const s of n)r[t]=r[t][e(546)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(229)];n++)t[n][e(437)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(229)];n++)t[n][e(131)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(462)][r(250)]!==n[0][r(462)][r(250)]&&t[0][r(385)]!==n[0][r(385)])return!1;if(!function(t,e){const n=r;return!t[n(325)]&&!e[n(325)]||(!t[n(325)]||!e[n(325)])&&(!!(t[n(325)]&&e[n(168)]<t[n(538)][n(159)][n(388)](0)[n(168)])||!!(e[n(325)]&&t[n(168)]<e[n(538)][n(159)][n(388)](0)[n(168)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(462)],r(250)),o=gc(n[0][r(462)],r(250));return!!Or(s,o)&&(!!t[r(342)]((t=>n[r(315)]((e=>t[r(364)]()[r(117)](e[r(364)]())))))&&n[r(342)]((e=>t[r(315)]((t=>e[r(364)]()[r(117)](t[r(364)]()))))))}}[dc(308)](t){const e=dc,n=Array[e(519)](t),r=this[e(441)]({skipNotAttached:!0}),s=r[e(300)]((n=>!t[e(238)](n))),o=new Map(n[e(490)]((t=>[t,this[e(403)][e(278)](t[e(297)],t[e(189)],e(191))]))),i=new Map(r[e(490)]((t=>[t,t[e(260)]()])));for(let t=0;t<n[e(229)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(229)];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(229)];e++){const s=r[e];if(s[a(297)]!==n[a(297)]||s[a(385)].id!==n[a(385)].id||s[a(189)]!==n[a(189)])continue;if(!Lc(n,s,[a(250)]))continue;if(a(377)==n[a(297)]&&n[a(302)][a(186)]!=s[a(302)][a(186)])continue;if(a(377)==n[a(297)]&&t[a(533)](n[a(302)][a(309)]))continue;if(a(391)==n[a(297)]){const e=t[a(212)][a(449)],r=n[a(444)]();if(r&&(e[a(458)][a(522)](r)||e[a(458)][a(288)](r)))continue}const c=o[a(388)](n),u=i[a(388)](n),l=i[a(388)](s),f=n[a(538)]&&n[a(538)][a(229)],h=s[a(538)]&&s[a(538)][a(229)];if(!f&&c(l,u))return t[a(333)](s,n),i[a(214)](n),!0;if(!h&&c(u,l))return t[a(333)](n,s),i[a(214)](s),!0}return!1}}[dc(333)](t,e){const n=dc;if(t[n(540)])for(const r of e[n(260)]())t[n(307)](r);else{const r=e[n(364)]()[n(455)];this[n(461)](t,this[n(496)][n(334)](t[n(364)]()[n(147)],r))}e[n(528)]()}[dc(304)](t,e){const n=dc,r=t[n(203)](n(349))||t[n(203)](n(377))?n(440):t[n(318)]();return zr(this[n(212)][n(172)],e+"_"+r+n(125))}[dc(265)](){const t=dc,e=this[t(212)];(0,o.surroundingMarkersDetector)(this[t(496)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(448)](t[s(236)]);if(s(340)===e){o[s(500)](this[s(304)](n,s(248)));break}}for(const t of r){const{group:e,type:n}=this[s(448)](t[s(236)]);if(s(340)===e){o[s(500)](this[s(304)](n,s(456)));break}}o[s(229)]&&e.ui[s(257)][s(330)](s(350),o[s(191)](" "))}))}[dc(226)](t){const e=dc;if(this[e(525)])return!1;const n=this[e(212)],r=n[e(449)][e(335)][e(424)][e(482)]();if(0==r[e(229)])return!1;const s=[],o=r[e(300)]((t=>e(377)==t[e(297)])),i=r[e(300)]((t=>e(246)==t[e(297)]&&e(477)!=t[e(236)])),a=r[e(300)]((t=>e(372)==t[e(297)]&&e(477)!=t[e(236)]));for(const t of o)s[e(500)]({key:t[e(355)],newValue:t[e(328)],oldValue:t[e(392)],range:Cc(t[e(270)],n[e(449)])});for(const t of i){const r=a[e(326)]((n=>n[e(545)][e(117)](t[e(545)])));r&&s[e(500)]({key:e(205),newValue:t[e(236)],oldValue:r[e(236)],range:n[e(449)][e(430)](t[e(545)][e(323)])})}return 0!=s[e(229)]&&this[e(365)](t,s)}[dc(433)](t){const e=dc;let n=!1;const r=this[e(212)][e(449)][e(335)][e(424)][e(436)]()[e(300)]((t=>t[e(302)][e(360)]&&t[e(236)][e(203)](e(255))));for(const s of r){const{subType:r,id:o}=this[e(448)](s[e(236)]),i=r[e(166)]("|")[0];for(const r of this[e(441)]({skipNotAttached:!0}))r.id!=o&&e(377)==r[e(297)]&&r[e(302)]&&r[e(302)][e(309)]==i&&r[e(364)]()[e(156)](s[e(302)][e(360)])&&(this[e(499)](r,s[e(302)][e(360)],t),n=!0)}return n}[dc(142)](t){const e=dc;this[e(212)],this[e(525)]=!0,t()}[dc(471)](t){const e=dc,n=this[e(533)](t),r=this[e(379)][e(238)](t);return n||r}[dc(365)](t,e){const n=dc;if(0==e[n(229)])return!1;let r=!1;for(const s of e){const e=this[n(434)](s[n(270)],n(377))[n(300)]((t=>!t[n(289)][n(169)]))[n(490)]((t=>t[n(340)])),i=(0,o.hashObject)({newValue:s[n(148)]});e[n(300)]((t=>{const e=n,[r,o]=t[e(189)][e(166)]("|");return r==s[e(309)]&&o!=i}))[n(371)]((e=>{const o=n;this[o(499)](e,s[o(270)],t),r=!0}))}return r}[dc(499)](t,e,n){const r=dc,s=t[r(364)]()[r(418)](e);0!==s[r(229)]?1!==s[r(229)]?this[r(347)](t,e[r(147)],e[r(455)]):this[r(461)](t,s[0]):n[r(520)](t[r(223)]())}}class bc{constructor(t){const e=dc;this[e(503)]=t,this[e(496)]=t[e(449)],this[e(129)]=new Map,this[e(454)]=new Map,this[e(510)]()}[dc(204)](t,e,n,r,s,o){const i=dc;return new Hr(this[i(496)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(278)](t,e,i(154))(...n),onDiscard:(...n)=>this[i(278)](t,e,i(152))(...n)})}[dc(534)](t,e,n,r){const s=dc,o=t+":"+e+":"+n;this[s(129)][s(306)](o,r)}[dc(278)](t,e,n){const r=dc,s=t+":"+e+":"+n;return this[r(129)][r(388)](s)||this[r(454)][r(388)](t+":"+n)}[dc(510)](){const t=dc,e=()=>!1,n=t=>{const e=mc;t[e(476)](((t,n)=>t[e(147)][e(294)](n[e(147)])?1:-1)),this[e(496)][e(269)]((n=>{const r=e;for(const e of t){let t;t=e[r(455)][r(521)]&&e[r(455)][r(310)]==e[r(147)][r(323)]?n[r(508)](e[r(147)][r(323)],"on"):n[r(508)](e),this[r(496)][r(467)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=mc;e&&this[n(496)][n(269)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(490)]((t=>(_c(t)&&(t=this[s(496)][s(334)](t[s(455)])),t)))[s(300)]((t=>s(470)!==t[s(324)][s(242)]));if(c[s(229)]<1)return;const u=Array[s(519)](this[s(496)][s(335)][s(393)][s(260)]())[s(490)]((t=>i.LiveRange[s(517)](t)));r[s(157)](c);for(const t of this[s(503)][s(479)][s(479)]())t[s(185)]();a[s(500)]({forceDefaultExecution:!0}),this[s(503)][s(160)](o,...a);const l=u[s(300)]((t=>s(470)!=t[s(324)][s(242)]));l[s(229)]>0&&r[s(157)](l);for(const t of u)t[s(120)]()}))},s=(e,n)=>1==e[t(229)]&&1==n[t(229)]&&e[0][t(455)][t(117)](n[0][t(147)]),o=(e,n,r,s)=>Rc(e,n,r,s,this[t(496)])?[e,n]:Rc(n,e,s,r,this[t(496)])?[n,e]:null;this[t(454)][t(306)](t(466),e),this[t(454)][t(306)](t(367),n),this[t(454)][t(306)](t(526),s),this[t(454)][t(306)](t(292),o),this[t(454)][t(306)](t(429),n),this[t(454)][t(306)](t(141),e),this[t(454)][t(306)](t(404),s),this[t(454)][t(306)](t(380),o),this[t(454)][t(306)](t(362),r),this[t(454)][t(306)](t(331),e),this[t(454)][t(306)](t(259),s),this[t(454)][t(306)](t(187),e),this[t(454)][t(306)](t(124),r),this[t(454)][t(306)](t(283),e),this[t(454)][t(306)](t(224),s),this[t(454)][t(306)](t(527),e),this[t(454)][t(306)](t(162),e),this[t(454)][t(306)](t(199),((e,n)=>{const r=t;if(!n)return;const s=this[r(503)][r(284)][r(388)](Ec);this[r(496)][r(269)]((t=>{const o=r;if(o(205)==n[o(309)])for(const r of e){const e=r[o(147)][o(323)],s=n[o(186)];t[o(452)](e,s)}else if(s[o(533)](n[o(309)]))for(const r of e)void 0!==n[o(186)]?t[o(285)](n[o(309)],n[o(186)],r[o(147)][o(323)]):t[o(344)](n[o(309)],r[o(147)][o(323)]);else for(const r of e)n[o(186)]?t[o(285)](n[o(309)],n[o(186)],r):t[o(344)](n[o(309)],r)}))})),this[t(454)][t(306)](t(523),s)}}function Tc(t,e,n){const r=dc;for(const s of e[r(310)][r(359)]({includeSelf:!0,parentFirst:!0})){if(s[r(324)]==s)return!1;if(!n[r(442)](s))return!1;if(t[r(522)](s)||t[r(288)](s))return!0}return!1}function _c(t){const e=dc;return t[e(455)][e(310)]==t[e(147)][e(323)]&&t[e(455)][e(513)]}function yc(t,e,n,r){const s=dc,o=t=>!t[s(286)].is(s(419))&&!r[s(522)](t[s(286)]),i=t[s(147)][s(188)](o),a=t[s(455)][s(188)](o,{direction:s(488)});return!(t[s(147)][s(117)](i)&&t[s(455)][s(117)](a)||(i[s(294)](a)?n[s(443)](e,{range:n[s(334)](i,a)}):n[s(520)](e),0))}function Ac(t){return(0,o.hashObject)(t)}function kc(t){const e=dc,n=t[e(147)][e(323)];return n&&n.is(e(497))}function Cc(t,e){const n=dc;return null==t[n(455)][n(314)]&&t[n(455)][n(310)]==t[n(147)][n(323)]?Nc(t[n(147)][n(323)],e):t}function Nc(t,e){const n=dc,r=e[n(458)][n(522)](t)||e[n(458)][n(197)](t);return e[n(334)](e[n(395)](t,n(279)),r?e[n(213)](t):e[n(395)](t,n(455)))}function Rc(t,e,n,r,s){const o=dc;if(!Lc(t,e))return!1;if(n[o(455)][o(117)](r[o(147)]))return!0;if(t[o(297)]!=e[o(297)])return!1;if(!n[o(455)][o(217)](r[o(147)]))return!1;const i=s[o(334)](n[o(455)],r[o(147)])[o(421)]();for(const t of i)if([o(381),o(243)][o(158)](t[o(297)])&&s[o(458)][o(288)](t[o(286)]))return!1;return!0}function Lc(t,e,n=[]){const r=dc;return!(!t[r(474)]||!e[r(474)])&&Or(gc(t[r(462)],n),gc(e[r(462)],n))}function Sc(t,e){const n=dc,r=Mc(t[n(462)]),s=Mc(e);if(!t[n(474)])return!1;for(const t of Object[n(275)](s))if(!Or(r[t],s[t]))return!1;return!0}function Mc(t){const e=dc,n=Object[e(420)]({},t);return delete n[e(311)],delete n[e(232)],n}const vc=Oc;function wc(){const t=["_setPendingAction","isEnabled","893300lPEcqR","stopListening","_pendingAction","destroy","change:isDirty","isDirty","6SJMHcq","execute","acceptSuggestion","_removePendingAction","_editor","locale","plugins","canAccept","model","14HVgrPq","getRanges","get","2502273fQDPIe","21039130CMjYBG","canDiscard","view","discardSuggestion","230735vMAtXW","9samKAp","1658584NMUNge","PENDING_ACTION_SUGGESTION","unbind","canEditAt","remove","add","commentThreadController","_acceptCommand","commands","bind","1648685PMJmCV","PendingActions","153774HSjPCe","listenTo","_discardCommand"];return(wc=function(){return t})()}function Oc(t,e){const n=wc();return(Oc=function(t,e){return n[t-=106]})(t,e)}!function(t,e){const n=Oc,r=t();for(;;)try{if(425448===parseInt(n(143))/1*(-parseInt(n(126))/2)+-parseInt(n(138))/3+-parseInt(n(120))/4+parseInt(n(113))/5+parseInt(n(115))/6*(-parseInt(n(135))/7)+parseInt(n(145))/8*(-parseInt(n(144))/9)+parseInt(n(139))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Dc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Oc;super(),this[s(134)]=e,this[s(141)]=n,this[s(109)]=r,this[s(130)]=t,this[s(110)]=t[s(111)][s(137)](s(128)),this[s(117)]=t[s(111)][s(137)](s(142)),this[s(141)][s(112)](s(119)).to(this[s(110)],this[s(117)],((t,e)=>t||e)),this[s(141)][s(112)](s(133)).to(this[s(110)],s(119),(t=>t&&this[s(130)][s(134)][s(106)](e[s(136)]()))),this[s(141)][s(112)](s(140)).to(this[s(117)],s(119),(t=>t&&this[s(130)][s(134)][s(106)](e[s(136)]()))),this[s(122)]=null,n[s(125)]&&this[s(118)](),this[s(116)](n,s(128),(()=>this[s(128)]())),this[s(116)](n,s(142),(()=>this[s(142)]())),this[s(116)](n,s(124),(()=>{const t=s;n[t(125)]?this[t(118)]():this[t(129)]()}))}[vc(128)](){const t=vc;this[t(110)][t(127)](this[t(134)].id)}[vc(142)](){const t=vc;this[t(117)][t(127)](this[t(134)].id)}[vc(123)](){const t=vc;this[t(141)][t(147)](t(119)),this[t(141)][t(147)](t(133)),this[t(141)][t(147)](t(140)),this[t(121)](),this[t(109)][t(123)](),this[t(122)]&&this[t(129)]()}[vc(118)](){const t=vc,e=zr(this[t(130)][t(131)],t(146));this[t(122)]=this[t(130)][t(132)][t(137)](t(114))[t(108)](e)}[vc(129)](){const t=vc;null!==this[t(122)]&&this[t(130)][t(132)][t(137)](t(114))[t(107)](this[t(122)]),this[t(122)]=null}}const Fc=xc;function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=394]})(t,e)}function Pc(){const t=["element","isEnabled","removeComment","6TNhkJA","submit","hasDirtyComment","commentThread","focus","isReadOnly","addComment","5893706RlCCGj","assign","value","_model","2065780SqwJlX","set","authoredAt","length","_createCommentThreadInputView","3097860wJSayT","bind","setData","descriptionParts","CommentView","locale","delegate","7119423UHRPWW","showInput","canDiscard","editorConfig","786ZPiSNw","destroy","isActive","1317075nBHLBp","editor","_config","fire","disableComments","updateComment","isDirty","_createCommentViews","33332780DYVnln","commentThreadInputView","commentInputView","disabledSubmit","cancel","8AgHjNZ","1349aHNecd","commentsListView","canAccept","_localUser"];return(Pc=function(){return t})()}!function(t,e){const n=xc,r=t();for(;;)try{if(473124===parseInt(n(400))/1*(-parseInt(n(434))/2)+parseInt(n(437))/3+-parseInt(n(418))/4+-parseInt(n(423))/5*(parseInt(n(407))/6)+-parseInt(n(414))/7+-parseInt(n(399))/8*(parseInt(n(430))/9)+parseInt(n(394))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends s.View{constructor(t,e,n,r){const s=xc;super(t),this[s(401)]=null,this[s(395)]=null,this[s(419)](s(436),!1),this[s(419)](s(420),e[s(420)]),this[s(424)](s(420)).to(e),this[s(419)](s(426),[]),this[s(419)](s(443),!1),this[s(419)](s(405),!1),this[s(419)](s(402),!1),this[s(419)](s(432),!1),this[s(417)]=e,this[s(403)]=n,this[s(439)]=r,r[s(441)]?this[s(419)](s(421),1):this[s(444)]()}[Fc(411)](){const t=Fc;this[t(404)][t(411)]()}[Fc(435)](){const t=Fc;this[t(401)]&&this[t(401)][t(435)](),this[t(395)]&&this[t(395)][t(435)](),super[t(435)]()}[Fc(444)](){const t=Fc,{CommentsListView:e}=this[t(439)];this[t(401)]=new e(this[t(428)],this[t(417)][t(410)],Object[t(415)]({CommentView:this[t(439)][t(427)]},this[t(439)])),this[t(401)][t(429)](t(406)).to(this),this[t(401)][t(429)](t(442)).to(this),this[t(401)][t(424)](t(436)).to(this),this[t(419)](t(421),this[t(401)][t(421)]+1),this[t(424)](t(421)).to(this[t(401)],t(421),(t=>t+1)),this[t(395)]=this[t(422)](),this.on(t(406),(()=>this[t(411)]())),this[t(424)](t(443)).to(this[t(401)],t(409),this[t(395)][t(396)],t(416),((t,e)=>t||!!e))}[Fc(422)](){const t=Fc,{CommentThreadInputView:e}=this[t(439)],n=new e(this[t(428)],this[t(403)],this[t(439)][t(433)]),r=n[t(396)];return n[t(424)](t(431)).to(this,t(436),this[t(417)][t(410)],t(412),r,t(416),((t,e,n)=>!!n||t&&!e)),r.on(t(408),((e,n)=>{const s=t;this[s(440)](s(413),n),r[s(438)][s(425)]("")})),r.on(t(398),(()=>this[t(411)]())),r[t(424)](t(397)).to(this[t(417)][t(410)],t(412)),n}}const Uc=jc;function jc(t,e){const n=Hc();return(jc=function(t,e){return n[t-=482]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(470374===parseInt(n(523))/1*(parseInt(n(572))/2)+-parseInt(n(511))/3*(parseInt(n(536))/4)+parseInt(n(562))/5+parseInt(n(512))/6+parseInt(n(540))/7*(-parseInt(n(491))/8)+parseInt(n(573))/9*(-parseInt(n(531))/10)+parseInt(n(525))/11*(parseInt(n(566))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Gc extends Bc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(492)](i(508),""),this[i(541)](i(508)).to(this,i(503),(t=>t&&t[0]?t[0][i(508)]:"")),this[i(541)](i(530)).to(this,i(503),this,i(567),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(589)+Vc(e[n(518)],e[n(515)])+n(527);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(549)]=null,this[i(580)]=this[i(568)](zr(e,i(553)),t.icons[i(490)],i(509),i(588),"sw"),this[i(580)][i(541)](i(486)).to(this,i(552)),this[i(506)]=this[i(568)](zr(e,i(556)),t.icons[i(557)],i(558),i(594),"sw"),this[i(506)][i(541)](i(486)).to(this,i(581)),this[i(571)]=new o.UserView(e,this[i(489)][i(485)],this[i(564)]()),this[i(571)][i(587)]({attributes:{class:[i(487),i(510)]}}),this[i(495)](this[i(544)]())}[Uc(544)](){const t=Uc,e=this[t(505)],n=[{tag:t(532),attributes:{class:[t(496),t(507)]},children:[{tag:t(498),children:[{text:this[t(571)][t(537)]}],attributes:{class:[t(563),t(550)]}},{tag:t(543),attributes:{datetime:e.to(t(590)),class:[t(551),t(539)]},children:[{text:e.to(t(590),(e=>this[t(497)][t(528)](e)))}]}]},{tag:t(532),attributes:{class:[t(501),t(547)]},children:[this[t(580)],this[t(506)]]},{tag:t(532),attributes:{class:[t(517)]}}];this[t(489)][t(514)]&&n[t(493)]({tag:t(532),attributes:{class:[t(546)]},children:[{text:this[t(569)]()}]});const r={tag:t(532),attributes:{class:[t(535),e.if(t(567),t(576)),e.to(t(508),(e=>t(586)+e)),this[t(497)][t(582)]&&t(592)],"data-suggestion-id":this[t(489)].id,"data-thread-id":this[t(489)][t(521)].id,"data-author-id":this[t(489)][t(485)].id,tabindex:-1},children:[{tag:t(532),attributes:{class:[t(524),t(559)]},children:[this[t(571)],{tag:t(532),attributes:{class:[t(494),t(522)]},children:n}]}]};return this[t(565)]&&this[t(534)]&&(r[t(519)][t(493)](this[t(565)],this[t(534)]),this[t(565)][t(560)](t(482)).to(this),this[t(565)][t(560)](t(555)).to(this),this[t(534)][t(560)](t(482)).to(this),this[t(534)][t(560)](t(555)).to(this)),r}[Uc(575)](){const t=Uc;super[t(575)](),this[t(549)]=this[t(554)][t(516)](t(502)),this[t(549)][t(520)]=this[t(530)],this.on(t(591),((e,n,r)=>{const s=t;this[s(549)][s(520)]=r}))}[Uc(568)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(500)]);return a[i(492)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(587)]({attributes:{class:n}}),a.on(i(577),(()=>{const t=i;this[t(529)](r,this[t(489)].id)})),a}[Uc(569)](){const t=Uc;return t(585)===this[t(489)][t(561)][t(578)][t(548)]?zr(this[t(500)],t(584)):zr(this[t(500)],t(526))}[Uc(564)](){const t=Uc;return this[t(489)][t(514)]?t(585)===this[t(489)][t(561)][t(578)][t(548)]?zr(this[t(500)],t(542),this[t(489)][t(570)][t(537)]):zr(this[t(500)],t(579),this[t(489)][t(570)][t(537)]):null}}function Vc(t,e){const n=Uc;let r="";return r+=t[n(488)]("*")[n(504)](((t,e)=>e%2!=0?n(538)+zc(t)+n(533):zc(t)))[n(483)](""),e&&(r+=n(583)+e[n(513)]+n(499)+e[n(545)]+n(593)),r}function Hc(){const t=["_descriptionElement","ck-annotation__info-name","ck-comment__info-time","canAccept","Accept suggestion","element","editorDestroyed","Discard suggestion","cancel","ck-suggestion--discard","ck-annotation","delegate","attributes","2081800MiJiFl","ck-suggestion__info-name","getUserViewNotificationText","commentsListView","804WBHgPL","isActive","_createButton","getExternalSuggestionNote","creator","userView","16iZObwr","5339943LLUszt","createElement","render","ck-suggestion-wrapper--active","execute","@external","EXTERNAL_AVATAR","acceptButton","canDiscard","disableComments",'<span class="ck-suggestion-color" style="background-color: ',"EXTERNAL_IMPORT_WORD_SUGGESTION","importWord","ck-suggestion-","extendTemplate","acceptSuggestion","<p>","authoredAt","change:description","ck-suggestion--disabled-comments",'"></span>',"discardSuggestion","editorReady","join","innerText","author","isEnabled","ck-suggestion__user","split","_model","check","341256zSXZtO","set","push","ck-suggestion__main","setTemplate","ck-suggestion__info","_config","span",'" title="',"locale","ck-suggestion__actions",".ck-annotation__content-wrapper","descriptionParts","map","bindTemplate","discardButton","ck-annotation__info","type","ck-suggestion--accept","ck-annotation__user","51855xtLZVe","393300zAkUHr","value","isExternal","color","querySelector","ck-annotation__content-wrapper","content","children","innerHTML","commentThread","ck-annotation__main","7126SmEhEO","ck-suggestion","316074evnluR","EXTERNAL_SUGGESTION","</p>","formatDateTime","fire","description","10bqumfA","div","</span>","commentThreadInputView","ck-suggestion-wrapper","176IfjIXV","name",'<span class="ck-suggestion-type">',"ck-annotation__info-time","105QOIxYV","bind","EXTERNAL_IMPORT_WORD_AVATAR","time","getTemplate","title","ck-comment__external","ck-annotation__actions","source"];return(Hc=function(){return t})()}function zc(t){const e=Uc,n=document[e(574)](e(498));return n[e(484)]=t,n[e(520)]}const Wc=qc;function Kc(){const t=["view","locale","hasSuggestion","_createUIButton","trackChanges.SuggestionThreadView","comments","_disableComments","getJoined","refreshSelectedViews","acceptSelectedSuggestions","some","_updateController","_handleSuggestionControllerDelayed","getMarkers","values","CommentsRepository","discardButton","comments.maxCommentsWhenCollapsed","trackChanges.disableComments","type","Discard all selected suggestions","map","suggestion-","getRanges","editing","buttonView","delete","from","arrowView","220IdEUgJ","createAnnotation","plugins","define","set","7340463yoqJSE","_refreshActiveMarkers","3376872hHGIEI","isOn","addSourceCollector","isInContent","comments.editorConfig","size","getMarkerNames","suggestionUnloaded","18124TSPRas","commentThread","lowest","Discard all suggestions","reduce","comments.maxThreadTotalWeight","descriptionParts","trackChanges","getDescriptions","stopListening","createAnnotationView","getByInnerView","button","mainView","commandName","length","addComment","TrackChangesEditing","Accept all selected suggestions","7dLNrjQ","_descriptionFactory","acceptButton","96HiUhSR","requires","change:previous","_viewToController","editor","get","_destroyController","_suggestionToController","acceptAllSuggestions","init","innerView","suggestionChanged","Accept all suggestions","getFirstRange","1337488qodVRw","previous","comments.maxCommentCharsWhenCollapsed","toMany","getSuggestion","_initializeController","discardAllSuggestions","push","10EtmoSz","activeAnnotations","Annotations","getAllAdjacentSuggestions","switchbutton","componentFactory","commands","_handleControllerBuffer","isDirty","value","2460988QjbazW","unbind","listenTo","add","separator","_annotationViews","createCommentThreadController","pluginName","actionView","source","972994nswyfG","CommentView","model","TrackChangesUI","isMultiRange","change:activeAnnotations","registerAnnotation","head","clear","discardSelectedSuggestions","CommentsUI","config","execute","suggestionLoaded","activeMarkers","has","_bindAnnotationToEditors","remove","focus","_unbindEditors","SuggestionThreadView","keys","destroy","bind","isEnabled","Track changes","EditorAnnotations","filter","20162AyfvzW"];return(Kc=function(){return t})()}function qc(t,e){const n=Kc();return(qc=function(t,e){return n[t-=411]})(t,e)}!function(t,e){const n=qc,r=t();for(;;)try{if(636229===parseInt(n(467))/1+parseInt(n(422))/2*(parseInt(n(489))/3)+-parseInt(n(521))/4*(parseInt(n(511))/5)+parseInt(n(459))/6+parseInt(n(486))/7*(-parseInt(n(503))/8)+-parseInt(n(457))/9+-parseInt(n(452))/10*(-parseInt(n(531))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class Xc extends t.Plugin{static get[Wc(490)](){const t=Wc;return[Ec,o.Users,t(438),t(513),t(420)]}static get[Wc(528)](){return Wc(534)}constructor(t){const e=Wc;super(t),this[e(496)]=new Map,this[e(492)]=new Map,this[e(526)]=new Map,this[e(518)]=new Map;const n=this[e(493)][e(542)];n[e(455)](e(427),Gc),n[e(455)](e(441),!1),this[e(429)]=n[e(494)](e(441))}[Wc(435)](t,e){const n=Wc;0===this[n(518)][n(464)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(518)]){const r=this[t(496)][t(546)](e);r||n?r&&n&&this[t(495)](e):this[t(508)](e)}this[t(518)][t(539)](),this[t(493)][t(454)][t(494)](t(420))[t(431)](),this[t(458)]()}),10),this[n(518)][n(456)](t,e)}[Wc(498)](){const t=Wc,e=this[t(493)],n=e[t(454)][t(494)](t(484)),r=e[t(454)][t(494)](t(513)),s=e[t(454)][t(494)](t(420)),o=e[t(454)][t(494)](t(438));e.ui[t(516)][t(524)](t(474),(e=>this[t(426)](e))),s[t(461)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(450)](this[e(496)])){const s=t[e(514)](),o=[];for(const t of s){if(!t[e(462)])continue;if(t[e(535)]){o[e(510)](...t[e(446)]());continue}const n=t[e(502)]();if(o[e(482)]>0){const t=o[0][e(430)](n);if(t){o[0]=t;continue}}o[e(510)](n)}n[e(510)]([r[e(423)],o])}return n})),this[t(523)](n,t(544),((e,n)=>{const r=t;this[r(523)](n,r(491),((t,e,s,o)=>{const i=r;n[i(462)]&&(null==s?(this[i(434)](o[i(538)]),this[i(435)](n,!1)):(this[i(434)](s[i(538)]),null==o&&this[i(435)](n,!0)))})),null!==n[r(504)]?this[r(434)](n[r(538)]):this[r(435)](n,!1)})),this[t(523)](n,t(466),((e,n,r)=>{const s=t;this[s(476)](n,s(491)),this[s(518)][s(449)](n),this[s(496)][s(546)](n)&&this[s(495)](n),r&&this[s(434)](r[s(538)])})),this[t(523)](n,t(500),((e,n)=>{this[t(434)](n)})),this[t(523)](r,t(536),(()=>{this[t(458)]()})),this[t(523)](o,t(483),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(425)](r))return;const i=n[o(507)](r);this[o(496)][o(494)](i)[o(423)][o(412)]()}),{priority:t(469)})}[Wc(458)](){const t=Wc,e=this[t(493)][t(454)][t(494)](t(513)),n=this[t(493)][t(454)][t(494)](t(484)),r=Array[t(450)](e[t(512)],(e=>e[t(499)]))[t(421)]((e=>this[t(492)][t(546)](e))),s=[];for(const e of r){const n=this[t(492)][t(494)](e)[t(533)][t(514)]();s[t(510)](...n[t(471)](((e,n)=>[...e,...n[t(465)]()]),[]))}n[t(545)]=s}[Wc(426)](t){const n=Wc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(493)][n(517)][n(494)](n(474)),i=zr(t,n(419));r[n(448)][n(456)]({tooltip:i,label:i,icon:'\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'}),r[n(448)][n(417)](n(460)).to(o,n(520)),r[n(448)].on(n(543),(()=>{const t=n;o[t(543)](),this[t(493)][t(447)][t(423)][t(412)]()}));const a=new e.Collection,c=[{type:n(515),model:{withText:!0,label:i,commandName:n(474)}},{type:n(525)},{type:n(479),model:{withText:!0,label:zr(t,n(501)),commandName:n(497)}},{type:n(479),model:{withText:!0,label:zr(t,n(485)),commandName:n(432)}},{type:n(479),model:{withText:!0,label:zr(t,n(470)),commandName:n(509)}},{type:n(479),model:{withText:!0,label:zr(t,n(443)),commandName:n(540)}}];for(const t of c){let e={type:n(525)};if(t[n(533)]){const r=new s.ViewModel(t[n(533)]),o=this[n(493)][n(517)][n(494)](r[n(481)]);r[n(417)](n(460),n(418)).to(o,n(520),n(418)),e={type:t[n(442)],model:r}}a[n(524)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(421)]((t=>null!=t[n(533)]))[n(444)]((t=>this[n(493)][n(517)][n(494)](t[n(533)][n(481)]))),l=r[n(448)];return l[n(529)][n(522)](n(418)),l[n(451)][n(522)](n(418)),l[n(529)][n(417)](n(418)).to(o,n(418)),l[n(451)][n(417)](n(418))[n(506)](u,n(418),((...t)=>t[n(433)]((t=>t)))),r.on(n(543),(t=>{const e=n;this[e(493)][e(543)](t[e(530)][e(481)]),this[e(493)][e(447)][e(423)][e(412)]()})),r}[Wc(508)](t){const e=Wc,n=this[e(493)],r=n[e(542)],s=n[e(454)][e(494)](e(513)),i=n[e(454)][e(494)](e(438)),a=n[e(454)][e(494)](e(420)),c=n[e(454)][e(494)](o.Users).me,u=r[e(494)](e(474))[e(414)],{CommentsListView:l,CommentThreadInputView:f}=n[e(454)][e(494)](e(541));let h,g;this[e(526)][e(546)](t.id)?(g=this[e(526)][e(494)](t.id),h=g[e(480)]):(h=new u(n[e(424)],t,c,{disableComments:this[e(429)],editorConfig:r[e(494)](e(463)),maxCommentsWhenCollapsed:r[e(494)](e(440)),maxThreadTotalWeight:r[e(494)](e(472)),maxCommentCharsWhenCollapsed:r[e(494)](e(505)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(494)](e(424))),CommentView:r[e(494)](e(428))[e(532)],CommentsListView:l,CommentThreadInputView:f}),h[e(488)].on(e(543),(()=>{const t=e;n[t(447)][t(423)][t(412)]()})),h[e(439)].on(e(543),(()=>{const t=e;n[t(447)][t(423)][t(412)]()})),g=s[e(477)](this[e(493)][e(424)],h),g[e(417)](e(519)).to(h,e(519)),g[e(417)](e(482)).to(h),g[e(417)](e(442)).to(h,e(442),(t=>e(445)+t)),this[e(526)][e(456)](t.id,g));const d=i[e(527)](t[e(468)],h),p=new Dc(n,t,h,d),m=t[e(514)]()[e(421)]((t=>t[e(462)]));h[e(473)]=n[e(454)][e(494)](e(484))[e(487)][e(475)](m),this[e(496)][e(456)](t,p),this[e(492)][e(456)](h,p);const I=s[e(453)]({view:g,target:()=>{const r=e,s=[],i=t[r(514)]()[r(421)]((t=>t[r(462)]));for(const t of i)s[r(510)](...t[r(436)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(447)],s)},type:()=>e(445)+p[e(423)][e(442)]});i[e(547)](h,I),s[e(524)](I),a[e(537)](I)}[Wc(495)](t){const e=Wc,n=this[e(493)][e(454)][e(494)](e(438)),r=this[e(493)][e(454)][e(494)](e(513)),s=this[e(496)][e(494)](t),o=s[e(423)],i=r[e(478)](o);n[e(413)](o),i&&r[e(411)](i),this[e(496)][e(449)](t),this[e(492)][e(449)](o),s[e(416)]()}[Wc(434)](t){const e=Wc;if(!t[e(462)]||!this[e(496)][e(546)](t))return;const n=this[e(493)][e(454)][e(494)](e(484)),r=this[e(496)][e(494)](t),s=t[e(514)]();r[e(423)][e(473)]=n[e(487)][e(475)](s)}[Wc(416)](){const t=Wc;for(const e of this[t(496)][t(415)]())this[t(495)](e);for(const e of this[t(526)][t(437)]())e[t(480)][t(416)]();super[t(416)]()}}var Zc=Qc;function Jc(){var t=["addSuggestionData","2425419YqwAFs","69040OubUGv","86058kGZrCQ","getSuggestions","34093970ZPUiXm","adapter","plugins","209432LQEZLO","287fXcsxA","118sUatqf","editor","Comments","80MyFIgr","1067075gsRfDx","7401FpgNGq","requires","getSuggestion","get","pluginName","TrackChanges","addSuggestion"];return(Jc=function(){return t})()}function Qc(t,e){var n=Jc();return(Qc=function(t,e){return n[t-=129]})(t,e)}!function(t,e){for(var n=Qc,r=t();;)try{if(592122===-parseInt(n(136))/1+parseInt(n(132))/2*(-parseInt(n(137))/3)+-parseInt(n(135))/4*(parseInt(n(146))/5)+parseInt(n(147))/6+parseInt(n(131))/7*(-parseInt(n(130))/8)+-parseInt(n(145))/9+parseInt(n(149))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class Yc extends t.Plugin{static get[Zc(138)](){return[Ec,Xc,Zc(134)]}static get[Zc(141)](){return Zc(142)}set[Zc(150)](t){var e=Zc;this[e(133)][e(129)][e(140)](Ec)[e(150)]=t}get[Zc(150)](){var t=Zc;return this[t(133)][t(129)][t(140)](Ec)[t(150)]}[Zc(143)](t){var e=Zc;return this[e(133)][e(129)][e(140)](Ec)[e(144)](t)}[Zc(148)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Zc;return this[n(133)][n(129)][n(140)](Ec)[n(148)]({skipNotAttached:t,toJSON:e})}[Zc(139)](t){var e=Zc;return this[e(133)][e(129)][e(140)](Ec)[e(139)](t)}}function $c(){const t=["getFullData","getRootsAttributes","addSuggestionData","addUser","push","set","404EUQEaE","TrackChangesEditing","end","create","constructor","acceptAllSuggestions","2092250XcJIRd","appendChild","rootsAttributes","getDataWithAcceptedSuggestions","discardAllSuggestions","document","Pagination","model","track-changes-data-invalid-editor-creator","2INDoSi","plugins","map","Users","trackChangesData.editorCreator","pluginName","reduce","name","getUser","303858CJmnAq","getDataWithDiscardedSuggestions","378842GrjlAa","TrackChangesData","define","function","4635360lTWcmn","config","742UxbDxJ","result","editorCreator","CommentsRepository","TrackChangesDataGetter","users","useAnonymousUser","6930QUiWXU","requires","destroy","2096WxmAcU","div","data","3139272IltayT","trackChangesData","init","get","getSuggestions","createElement","createDocumentFragment","editor","_adapter","getRootNames","execute"];return($c=function(){return t})()}const tu=nu;!function(t,e){const n=nu,r=t();for(;;)try{if(310851===-parseInt(n(339))/1*(-parseInt(n(328))/2)+-parseInt(n(337))/3+parseInt(n(313))/4*(-parseInt(n(352))/5)+-parseInt(n(358))/6+parseInt(n(345))/7*(-parseInt(n(355))/8)+parseInt(n(343))/9+parseInt(n(319))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);const eu=[tu(325)];function nu(t,e){const n=$c();return(nu=function(t,e){return n[t-=309]})(t,e)}class ru extends t.Plugin{static get[tu(353)](){return[Ec]}static get[tu(333)](){return tu(340)}[tu(360)](){const t=tu,n=this[t(365)];if(n[t(344)][t(341)](t(332),(e=>{const r=t,s=n[r(326)][r(324)][r(367)]()[r(334)](((t,e)=>(t[e]="",t)),{});return n[r(317)][r(316)](s,e)})),t(342)!=typeof n[t(344)][t(361)](t(359))[t(347)])throw new e.CKEditorError(t(327))}[tu(322)](t){return iu(this[tu(365)],!0,t)}[tu(338)](t){return iu(this[tu(365)],!1,t)}}class su extends t.Plugin{static get[tu(333)](){return tu(349)}constructor(t){const e=tu;super(t),this[e(346)]=e(315)}[tu(360)](){const t=tu;this[t(365)][t(329)][t(361)](t(348))[t(366)]={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(365)][t(329)][t(361)](t(314))[t(366)]=null}}function ou(t){return void 0!==t[tu(370)]}async function iu(t,e,n){const r=tu,s=(0,o.sanitizeEditorConfig)(t,eu);s[r(329)][r(311)](Ec,su),s[r(321)]=ou(t)?t[r(370)]():void 0;const i=document[r(364)](),a=t[r(344)][r(361)](r(359))[r(347)],c=await a(s,(()=>function(t){const e=r,n=document[e(363)](e(356));return t[e(320)](n),n}(i)));!function(t,e){const n=r,s=t[n(326)][n(324)][n(367)]()[n(334)](((e,r)=>(e[r]=t[n(357)][n(361)]({rootName:r}),e)),{}),o=t[n(329)][n(361)](n(331))[n(350)][n(330)]((t=>({id:t.id,name:t[n(335)]}))),i=t[n(329)][n(361)](n(314))[n(362)]({skipNotAttached:!0,toJSON:!0}),a=e[n(329)][n(361)](n(331)),c=e[n(329)][n(361)](n(314));for(const t of o)a[n(336)](t.id)||a[n(310)](t);a.me||a[n(351)]();for(const t of i)c[n(309)](t);e[n(357)][n(312)](s)}(t,c),c[r(368)](r(e?318:323));const u=ou(c)?c[r(369)](n):c[r(357)][r(361)](n);return await c[r(354)](),u}function au(t,e){var n=cu();return(au=function(t,e){return n[t-=406]})(t,e)}function cu(){var t=["12891WDjmoE","5180EwknLK","3229370STIbUA","244ZDipvg","2173725OtvYxM","18sglTtK","13320mPRTMq","1839812IMkQUA","28137nIxUga","6886824AUlZWT"];return(cu=function(){return t})()}!function(t,e){for(var n=au,r=t();;)try{if(660625===-parseInt(n(408))/1+-parseInt(n(413))/2*(-parseInt(n(410))/3)+parseInt(n(407))/4+parseInt(n(414))/5+parseInt(n(409))/6+-parseInt(n(411))/7*(parseInt(n(406))/8)+parseInt(n(415))/9*(-parseInt(n(412))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|