@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240522.0 → 0.0.0-nightly-20240524.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Gc,TrackChanges:()=>su,TrackChangesData:()=>au,TrackChangesEditing:()=>_c});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);function c(t,e){const n=f();return(c=function(t,e){return n[t-=335]})(t,e)}const u=c;!function(t,e){const n=c,r=t();for(;;)try{if(860110===-parseInt(n(359))/1+parseInt(n(360))/2+parseInt(n(347))/3*(-parseInt(n(344))/4)+-parseInt(n(338))/5*(parseInt(n(346))/6)+-parseInt(n(355))/7*(parseInt(n(349))/8)+parseInt(n(353))/9*(parseInt(n(341))/10)+parseInt(n(356))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=c;super(t),this[n(354)]=e,this[n(336)]=!1,this[n(335)](),this[n(351)]=!1}[u(335)](){this[u(348)]=!0}[u(345)](){const t=u;this[t(336)]=!this[t(336)],this[t(336)]?this[t(340)]():this[t(358)]()}[u(340)](){const t=u;for(const e of this[t(337)][t(350)][t(350)]())e[t(339)]&&!this[t(354)][t(342)](e)&&e[t(343)](t(357))}[u(358)](){const t=u;for(const e of this[t(337)][t(350)][t(350)]())e[t(339)]&&!this[t(354)][t(342)](e)&&e[t(352)](t(357))}}function f(){const t=["has","forceDisabled","228Axqpvv","execute","90OuXwWq","21981MIlEvJ","isEnabled","2063384gOxfLv","commands","_isEnabledBasedOnSelection","clearForceDisabled","7820316JUKnjP","_enabledCommands","28enENbM","21052900UYbdRv","TrackChangesCommand","_enableCommands","480228ZyKhkq","351100YtLivH","refresh","value","editor","56235pGIklR","affectsData","_disableUnsupportedCommands","10pVBEqy"];return(f=function(){return t})()}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=432]})(t,e)}function d(){const t=["canEditAt","13536IQAYWE","refresh","track-changes-accept-suggestion-not-found","696urEzrD","365458SHRSTD","get","1256756lmiotv","9891712RiPAKG","getRanges","198842ihBtJi","3XCgZXC","isEnabled","TrackChangesEditing","23745mjSlAz","editor","plugins","model","_suggestions","acceptSuggestion","24830tTvwzs","3979984MEWyoF","execute","_isEnabledBasedOnSelection"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(642777===-parseInt(n(440))/1+-parseInt(n(438))/2*(parseInt(n(444))/3)+-parseInt(n(454))/4+parseInt(n(447))/5*(parseInt(n(437))/6)+parseInt(n(443))/7+-parseInt(n(441))/8+-parseInt(n(434))/9*(-parseInt(n(453))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(451)]=e,this[n(435)](),this[n(432)]=!1}[h(435)](){this[h(445)]=!0}[h(455)](t){const n=h,r=this[n(451)][n(439)](t);if(!r)throw new e.CKEditorError(n(436),this);const s=r[n(442)]();this[n(448)][n(450)][n(433)](s)&&this[n(448)][n(449)][n(439)](n(446))[n(452)](r)}}const m=E;function I(){const t=["192864DIQLbY","track-changes-discard-suggestion-not-found","547698oshzNN","12568WOPuhH","canEditAt","1230MNZDGw","getRanges","1529810ljtyjC","_isEnabledBasedOnSelection","TrackChangesEditing","1712200bGHvVk","plugins","discardSuggestion","editor","model","2232dLuuhw","40VykgTd","get","refresh","isEnabled","_suggestions","260772BEDhEk","execute"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=213]})(t,e)}!function(t,e){const n=E,r=t();for(;;)try{if(205606===-parseInt(n(218))/1*(parseInt(n(230))/2)+-parseInt(n(225))/3+-parseInt(n(223))/4+parseInt(n(232))/5+-parseInt(n(227))/6+-parseInt(n(235))/7+parseInt(n(228))/8*(parseInt(n(217))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(222)]=e,this[n(220)](),this[n(233)]=!1}[m(220)](){this[m(221)]=!0}[m(224)](t){const n=m,r=this[n(222)][n(219)](t);if(!r)throw new e.CKEditorError(n(226),this);const s=r[n(231)]();this[n(215)][n(216)][n(229)](s)&&this[n(215)][n(213)][n(219)](n(234))[n(214)](r)}}function T(t){const e=_;return t[e(177)](((t,n)=>e(174)==t[e(197)]&&e(174)!=n[e(197)]?-1:e(174)!=t[e(197)]&&e(174)==n[e(197)]?1:0))}function _(t,e){const n=k();return(_=function(t,e){return n[t-=159]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(167)];for(;s<t[n(185)];){const a=t[s],c=t[s+1];r||(r=e[n(200)](a)),A(e,a,c)||(o[n(173)](e[n(195)](r,i[n(171)](a)?e[n(160)](a):e[n(181)](a,n(172)))),r=null),s++}return o}function A(t,e,n){const r=_;if(!n)return!1;const s=t[r(160)](e),o=t[r(200)](n);return s[r(201)](o)}function k(){const t=["isMultiRange","createRange","start","type","from","splice","createPositionBefore","isTouching","5JhLNlI","1143AGKaOT","createPositionAfter"," [color ","12gWHmWa","add","13566210zAUZLw","isIntersecting","value","schema","next","262243btJrgY","content","isObject","end","push","deletion","1640196CaXFcj","isCollapsed","sort","4616712zgaYWF","9566tSrfGm","color","createPositionAt","5999007eivhIW","9DSlxjO","replace","length","getRanges","map","execute","11111276RDSJWW","isArray","change","join","isInContent"];return(k=function(){return t})()}!function(t,e){const n=_,r=t();for(;;)try{if(963079===-parseInt(n(169))/1+-parseInt(n(179))/2*(parseInt(n(159))/3)+parseInt(n(175))/4*(parseInt(n(202))/5)+-parseInt(n(162))/6*(-parseInt(n(182))/7)+parseInt(n(178))/8+parseInt(n(183))/9*(parseInt(n(164))/10)+-parseInt(n(189))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=_;for(;n[r(185)];){const s=n[r(199)](0,100);t[r(191)]((()=>{const t=r;for(const n of s)n[t(193)]&&e[t(188)](n.id)}))}}const L=R;function R(t,e){const n=N();return(R=function(t,e){return n[t-=164]})(t,e)}function N(){const t=["9586128riDpIl","2565618WUAFAL","some","395059TLvsxS","model","1885794adQmRj","52196742AomFzu","values","_isEnabledBasedOnSelection","getRanges","isEnabled","7IkRMBW","execute","canEditAt","_command","8078505xhEnsM","4ZedDtX","editor","isInContent","2772722cmUZzc","from","_suggestions","refresh"];return(N=function(){return t})()}!function(t,e){const n=R,r=t();for(;;)try{if(824864===parseInt(n(168))/1+-parseInt(n(184))/2+parseInt(n(166))/3*(-parseInt(n(181))/4)+-parseInt(n(180))/5+parseInt(n(170))/6*(-parseInt(n(176))/7)+-parseInt(n(165))/8+parseInt(n(171))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(179)]=e,this[r(186)]=n,this[r(164)](),this[r(173)]=!1}[L(164)](){const t=L,e=Array[t(185)](this[t(186)][t(172)]())[t(167)]((e=>e[t(183)]));this[t(175)]=this[t(179)][t(175)]&&e}[L(177)](){const t=L,e=T(Array[t(185)](this[t(186)][t(172)]()));for(const n of e){const e=n[t(174)]();if(!this[t(182)][t(169)][t(178)](e))return}C(this[t(182)][t(169)],this[t(179)],e)}}const v=O;function M(){const t=["refresh","model","_selectedSuggestions","12795100eatCOJ","2623775BHRRKh","_suggestions","1YIjPOS","1607430hGBpSa","canEditAt","_isEnabledBasedOnSelection","582VhtYEt","editor","size","values","_command","27mEcXwa","from","4648952tyQSjg","execute","2015577toUaVK","document","7893168wZJqtF","getRanges","isEnabled","selection","26820wRQXPG"];return(M=function(){return t})()}function O(t,e){const n=M();return(O=function(t,e){return n[t-=187]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(662657===parseInt(n(187))/1*(-parseInt(n(188))/2)+parseInt(n(200))/3+-parseInt(n(198))/4+-parseInt(n(206))/5*(parseInt(n(191))/6)+-parseInt(n(211))/7+-parseInt(n(202))/8+parseInt(n(196))/9*(parseInt(n(210))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(195)]=e,this[r(212)]=n,this[r(209)]=new Set,this[r(207)](),this[r(190)]=!1}[v(207)](){const t=v,e=this[t(192)][t(208)][t(201)][t(205)],n=Array[t(197)](this[t(212)][t(194)]());this[t(209)]=function(t,e){const n=_,r=Array[n(198)](t[n(186)]()),s=new Set;for(const o of e)if(o[n(193)])for(const e of r)for(const r of o[n(186)]())(e[n(165)](r)||t[n(176)]&&!o[n(194)]&&o[n(168)]&&r[n(172)][n(201)](e[n(196)]))&&s[n(163)](o);return s}(e,n),this[t(204)]=this[t(195)][t(204)]&&!!this[t(209)][t(193)]}[v(199)](){const t=v,e=T(Array[t(197)](this[t(209)]));for(const n of e){const e=n[t(203)]();if(!this[t(192)][t(208)][t(189)](e))return}C(this[t(192)][t(208)],this[t(195)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var B=Array.prototype.splice;const U=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.call(e,n,1),--this.size,!0)};const x=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=F,V.prototype.delete=U,V.prototype.get=x,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 Z=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Q="object"==typeof self&&self&&self.Object===Object&&self;const X=q||Q||Function("return this")();const Y=X.Symbol;var J=Object.prototype,$=J.hasOwnProperty,tt=J.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=X["__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(X,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Nt=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 Nt.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Lt,wt.prototype.delete=Rt,wt.prototype.get=St,wt.prototype.has=Mt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||H),string:new Ft}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Bt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Ut=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const xt=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Dt,Vt.prototype.delete=Ut,Vt.prototype.get=xt,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=Z,Wt.prototype.set=zt;const Kt=Wt;const Zt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Qt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Xt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Qt(t,e,n)};const Jt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Qt(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?X.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Ne=function(t,e){return function(n){return t(e(n))}};const Se=Ne(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Re(t))return Se(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const Fe=function(t,e){return t&&Jt(e,we(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const Be=function(t){if(!at(t))return De(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Ue=function(t){return Oe(t)?Ce(t,!0):Be(t)};const xe=function(t,e){return t&&Jt(e,Ue(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?X.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 Ze=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Qe=Object.getOwnPropertySymbols;const Xe=Qe?function(t){return null==t?[]:(t=Object(t),Ke(Qe(t),(function(e){return qe.call(t,e)})))}:Ze;const Ye=function(t,e){return Jt(t,Xe(t),e)};const Je=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Ne(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Je(e,Xe(t)),t=$e(t);return e}:Ze;const en=function(t,e){return Jt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Je(r,n(t))};const rn=function(t){return nn(t,we,Xe)};const sn=function(t){return nn(t,Ue,tn)};const on=At(X,"DataView");const an=At(X,"Promise");const cn=At(X,"Set");const un=At(X,"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=X.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Nn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,vn=Sn?Sn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Nn(t);case"[object Symbol]":return Mn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Dn($e(t))};const Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var Un=_e&&_e.isMap;const xn=Un?Ie(Un):Bn;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 Zn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!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,xe(a,e)):Ye(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):xn(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?Ue:we)(e);return Zt(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 Zn(t,5)};const Qn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Xn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Jn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Qn(t))||(Yn.test(t)||!Xn.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(Qn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Jn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Qn(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 D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Nr="[object Array]",Sr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Nr:_n(t),u=a?Nr:_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&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const 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 Br=function(t,e){return e.length<2?t:Dr(t,Pr(e,0,-1))};const Ur=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Fr(e))]};const xr=function(t,e){return null==t||Ur(t,e)},jr=Vr;function Gr(){const t=["_onAttributesChange","commentThread","isExternal","hasComments","isMultiRange","removeMarkers","onAttributesChange","map","4535904CmXwXy","nodeBefore","isIntersectingWithRange","from","get","substr","30594776YEQszU","creator","getAllAdjacentSuggestions","split","396EPtvGe","subType","_saved","getRanges","addMarkerName","data","createdAt","filter","7464730qXwYQT","push","getMarkerNames","attributes","suggestion:","markers","getMultiRangeId","accept","addMarker","authoredAt","onAccept","removeAttribute","discard","@external","head","getRange","29672SluZLU","getFirstRange","size","set","add","_onDiscard","onDiscard","reduce","author","_isDataLoaded","previous","end","removeMarker","getItems","delete","length","isIntersecting","_model","toJSON","getContainedElement","_markerNames","getMarkers","isInContent","_onAccept","start","1027709sufboC","clear","decorate","next","2926755lXdxsK","getFirstMarker","type","change","nodeAfter","1226666sccyFs","addRange","setAttribute"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=175]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(754756===-parseInt(n(221))/1+-parseInt(n(230))/2+-parseInt(n(251))/3*(-parseInt(n(196))/4)+-parseInt(n(225))/5+-parseInt(n(241))/6+-parseInt(n(180))/7+parseInt(n(247))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(205)]=!1,this.id=e.id,this[n(227)]=e[n(227)],this[n(252)]=e[n(252)]||null,this[n(204)]=e[n(204)],this[n(248)]=e[n(248)]||e[n(204)],this[n(235)]=Boolean(e[n(183)]&&e[n(183)][n(193)]),this[n(177)]=null,this[n(213)]=t,this[n(219)]=e[n(190)],this[n(201)]=e[n(202)],this[n(233)]=e[n(239)],this[n(216)]=new Set,this[n(178)]=null,this[n(199)](n(189),null),this[n(199)](n(183),e[n(183)]||{}),this[n(199)](n(206),null),this[n(199)](n(224),null),this[n(199)](n(234),null),this[n(199)](n(253),!1),this[n(223)](n(187)),this[n(223)](n(192))}get[jr(194)](){const t=jr;let e=this;for(;e[t(206)];)e=e[t(206)];return e}get[jr(236)](){const t=jr;return!!this[t(234)]&&this[t(234)][t(211)]>0}get[jr(237)](){const t=jr;return 0!=this[t(216)][t(198)]&&6==Array[t(244)](this[t(216)])[0][t(250)](":")[t(211)]}get[jr(218)](){return null!==this[jr(226)]()}[jr(176)](t){const e=jr;this[e(216)][e(200)](t)}[jr(182)](){const t=jr;return Array[t(244)](this[t(216)])}[jr(217)](){const t=jr;return this[t(182)]()[t(240)]((e=>this[t(213)][t(185)][t(245)](e)))[t(179)]((t=>t))}[jr(226)](){return this[jr(217)]()[0]||null}[jr(238)](){const t=jr;this[t(213)][t(228)]((e=>{const n=t;for(const t of this[n(217)]())e[n(208)](t)})),this[t(216)][t(222)]()}[jr(208)](t){const e=jr;this[e(213)][e(228)]((n=>{n[e(208)](t)})),this[e(216)][e(210)](t)}[jr(231)](t){const e=jr,n=e(184)+this[e(227)]+":"+this[e(252)]+":"+this.id+":"+this[e(248)].id+":"+Hr[e(186)]();this[e(176)](n),this[e(213)][e(228)]((r=>{r[e(188)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(243)](t){const e=jr;for(const n of this[e(175)]())if(n[e(212)](t))return!0;return!1}[jr(175)](){const t=jr;return this[t(217)]()[t(240)]((e=>e[t(195)]()))}[jr(209)](){const t=jr;return this[t(175)]()[t(203)](((e,n)=>[...e,...n[t(209)]()]),[])}[jr(197)](){const t=jr;var e;return(null===(e=this[t(226)]())||void 0===e?void 0:e[t(195)]())||null}[jr(215)](){const t=jr,e=this[t(175)]();if(1!=e[t(211)])return null;const n=e[0],r=n[t(220)][t(229)],s=n[t(207)][t(242)];return r instanceof i.Element?r!=s?null:r:null}[jr(187)](){const t=jr;this[t(219)](this[t(175)](),this[t(177)],this[t(183)]),this[t(238)]()}[jr(192)](){const t=jr;this[t(201)](this[t(175)](),this[t(177)],this[t(183)]),this[t(238)]()}[jr(249)](){const t=jr,e=[];let n=this[t(194)];for(;n;)e[t(181)](n),n=n[t(224)];return e}[jr(232)](t,e){const n=jr,r=qn(this[n(183)]);hr(r,t,e),wr(r,this[n(183)])||(this[n(183)]=r,this[n(233)](r))}[jr(191)](t){const e=jr,n=qn(this[e(183)]);xr(n,t),wr(n,this[e(183)])||(this[e(183)]=n,this[e(233)](this[e(183)]))}[jr(214)](){const t=jr;return{id:this.id,type:this[t(252)]?this[t(227)]+":"+this[t(252)]:this[t(227)],authorId:this[t(248)].id,createdAt:this[t(178)],hasComments:this[t(236)],data:this[t(177)],attributes:this[t(183)]}}static[jr(186)](){const t=jr;return(0,e.uid)()[t(246)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}function Wr(t,e){const n=Zr();return(Wr=function(t,e){return n[t-=149]})(t,e)}const Kr=Wr;function Zr(){const t=["add","addFormat","nodeAfter","*Set format:* %0","2248266nnQKUn","function","_locale","push","registerDescriptionCallback","addEmptyContainer","$1 $2","quantity","format","text","data","element","key","4721400IOGiOz","removeEmptyContainer","getItemLabel","_addDescriptionItems","_resolveDescriptionItems","_itemLabels","attribute","*Remove format:* %0","type","replace","8041638KMRMMR","isEqual","subType","*Change to:* %0","removeObject","name","has","Container","insertion","isEmpty","skip","ELEMENT_SPACE","removeContainer","104650CRegjH","*Insert:* %0","item","indexOf","newValue","_customCallbacks","9797942RmNClV","*Split:* %0","normal","_schema","softBreak","_attributeLabels","nextSibling","99883xCUhUM","Object","end","REPLACE_TEXT","previousSibling","_handleAttributeSuggestionDescription","set","isObject","elementEnd","elementStart","registerElementLabel","_handleRenameSuggestionDescription","_itemLabelsCallbacks","remove","_handleInsertRemoveSuggestionDescription","match","_handleCustomCallbackDescription","$text","label","join","checkChild","pop","getDescriptions","deletion","$textProxy","removeFormat","isInContent","map","addObject","EmptyContainer","matchingCallback","getWalker","registerAttributeLabel","2378608qnAhDm","get","*Remove:* %0","getFirstRange","start","length","*Merge:* %0","addContainer"];return(Zr=function(){return t})()}!function(t,e){const n=Wr,r=t();for(;;)try{if(896762===parseInt(n(165))/1+parseInt(n(198))/2+parseInt(n(210))/3+-parseInt(n(223))/4+-parseInt(n(152))/5+-parseInt(n(233))/6+parseInt(n(158))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class qr{constructor(t,e){const n=Wr;this[n(157)]=[],this[n(228)]=new Map,this[n(177)]=[],this[n(163)]=new Map,this[n(161)]=t,this[n(212)]=e}[Kr(187)](t){const e=Kr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(203)];o++){const i=t[o];if(!i[e(191)])continue;const a=this[e(181)](i);if(a){if(null!=i[e(235)]){if(r[e(239)](i[e(235)]))continue;r[e(206)](i[e(235)])}n[e(213)](a)}else if(e(229)!=i[e(231)])e(241)!=i[e(231)]&&e(188)!=i[e(231)]||this[e(179)](n,i,t[o+1]);else{const t=i[e(220)][e(222)];if(s[e(239)](t))continue;s[e(206)](i[e(220)][e(222)]),t==Tc?this[e(176)](n,i):this[e(170)](n,i)}}return this[e(227)](n)}[Kr(214)](t){const e=Kr;this[e(157)][e(213)](t)}[Kr(175)](t,n,r=e.priorities[Kr(160)]){const s=Kr;s(211)==typeof t?(0,e.insertToPriorityArray)(this[s(177)],{matchingCallback:t,label:n,priority:r}):this[s(228)][s(171)](t,n)}[Kr(197)](t,e){const n=Kr;this[n(163)][n(171)](t,e)}[Kr(225)](t,e=1){const n=Kr;let r;for(const e of this[n(177)])if(e[n(195)](t)){r=e[n(183)];break}return r||(r=this[n(228)][n(199)](t[n(238)])),r?r(e):1!==e?e+" "+t[n(238)]+"s":""+t[n(238)]}[Kr(226)](t,e){const n=Kr,r=e[n(201)]()[n(196)](),s=n(241)==e[n(231)]?n(206):n(178);for(const e of r){const o=e[n(154)],i=t[t[n(203)]-1];if(o.is(n(189)))i&&i[n(231)][n(155)](n(240))>-1&&t[n(186)](),i&&n(219)==i[n(231)]?i[s]+=o[n(220)]:t[n(213)]({type:n(219),add:n(206)==s?o[n(220)]:"",remove:n(178)==s?o[n(220)]:""});else if(this[n(161)][n(172)](o)){const a=o;if(i&&i[n(231)][n(155)](n(240))>-1&&t[n(186)](),n(173)==e[n(231)])continue;i&&i[n(231)]==s+n(166)&&i[n(221)][n(238)]==a[n(238)]?i[n(217)]++:t[n(213)]({type:s+n(166),element:a,quantity:1}),r[n(149)]((t=>!(n(173)==t[n(231)]&&t[n(154)]==o)))}else if(this[n(161)][n(185)](o,n(182))||o.is(n(221),n(162))){const r=o;if(n(206)==s&&n(174)==e[n(231)]||n(178)==s&&n(173)==e[n(231)])continue;if(i&&-1==i[n(231)][n(155)](n(240))){n(219)==i[n(231)]&&(i[s]+="\n");continue}let a;if(a=n(206)==s?r[n(164)]&&!this[n(161)][n(172)](r[n(164)])?r[n(164)]:null:r[n(169)]&&!this[n(161)][n(172)](r[n(169)])?r[n(169)]:null,r[n(242)]||a&&a[n(242)]){const e=a&&a[n(242)]?a:r;i&&i[n(231)]==s+n(194)&&i[n(221)][n(238)]==e[n(238)]?i[n(217)]++:t[n(213)]({type:s+n(194),element:e,quantity:1})}else t[n(213)]({type:s+n(240),element:r})}}}[Kr(227)](t){const e=Kr,n=this[e(212)],r=[],s=[],o=[];for(const i of t)switch(i[e(231)]){case e(219):if(i[e(206)]=i[e(206)][e(232)](/(\S)\u000A+(\S)/g,e(216))[e(232)](/\u000A/g,""),i[e(178)]=i[e(178)][e(232)](/(\S)\u000A+(\S)/g,e(216))[e(232)](/\u000A/g,""),""!=i[e(206)]&&""!=i[e(178)]){r[e(213)]({type:e(232),content:zr(n,e(168),['"'+i[e(178)]+'"','"'+i[e(206)]+'"'])});continue}if(null!=i[e(206)][e(180)](/^ +$/)){r[e(213)]({type:e(241),content:zr(n,e(153),zr(n,e(150),i[e(206)][e(203)]))});continue}if(null!=i[e(178)][e(180)](/^ +$/)){r[e(213)]({type:e(188),content:zr(n,e(200),zr(n,e(150),i[e(178)][e(203)]))});continue}if(""!=i[e(206)]){r[e(213)]({type:e(241),content:zr(n,e(153),'"'+i[e(206)]+'"')});continue}r[e(213)]({type:e(188),content:zr(n,e(200),'"'+i[e(178)]+'"')});continue;case e(215):case e(193):r[e(213)]({type:e(241),content:zr(n,e(153),this[e(225)](i[e(221)],i[e(217)]))});continue;case e(224):case e(237):r[e(213)]({type:e(188),content:zr(n,e(200),this[e(225)](i[e(221)],i[e(217)]))});continue;case e(205):r[e(213)]({type:e(241),content:zr(n,e(159),this[e(225)](i[e(221)],i[e(217)]))});continue;case e(151):r[e(213)]({type:e(188),content:zr(n,e(204),this[e(225)](i[e(221)],i[e(217)]))});continue;case e(207):s[e(213)](i[e(222)]);continue;case e(190):o[e(213)](i[e(222)]);continue;default:r[e(213)](i)}if(s[e(203)]){const t=s[e(192)]((t=>this[e(163)][e(239)](t)?this[e(163)][e(199)](t):t))[e(184)](", ");r[e(213)]({type:e(218),content:zr(this[e(212)],e(209),t)})}if(o[e(203)]){const t=o[e(192)]((t=>this[e(163)][e(239)](t)?this[e(163)][e(199)](t):t))[e(184)](", ");r[e(213)]({type:e(218),content:zr(this[e(212)],e(230),t)})}return r}[Kr(181)](t){const e=Kr;for(const n of this[e(157)]){const r=n(t);if(r&&e(231)in r)return r}}[Kr(170)](t,e){const n=Kr,r=e[n(220)],s=void 0===r[n(156)]?n(190):n(207);t[n(213)]({type:s,key:r[n(222)]})}[Kr(176)](t,e){const n=Kr;t[n(213)]({type:n(218),content:zr(this[n(212)],n(236),this[n(225)](e[n(201)]()[n(202)][n(208)],1))})}[Kr(179)](t,e,n){const r=Kr;if(this[r(226)](t,e),n&&n[r(201)]()&&!e[r(201)]()[r(167)][r(234)](n[r(201)]()[r(202)])){const n=t[t[r(203)]-1],s=r(241)==e[r(231)]?r(206):r(178);n&&r(219)==n[r(231)]&&(n[s]+="\n")}}}const Qr=Xr;function Xr(t,e){const n=Jr();return(Xr=function(t,e){return n[t-=449]})(t,e)}!function(t,e){const n=Xr,r=t();for(;;)try{if(300785===parseInt(n(464))/1+parseInt(n(461))/2*(-parseInt(n(463))/3)+-parseInt(n(465))/4*(parseInt(n(457))/5)+parseInt(n(466))/6+-parseInt(n(459))/7+parseInt(n(455))/8+parseInt(n(452))/9*(-parseInt(n(456))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Yr extends t.Plugin{[Qr(453)](){const t=Qr,e=this[t(460)],n=e[t(450)][t(451)](t(454));e[t(458)][t(451)](t(449))&&n[t(462)](t(449))}}function Jr(){const t=["commands","1979628GDKOCP","editor","4258kxVTZJ","enableCommand","771aCLyIj","511273fbGlZO","691460ygkOyX","1568418daipvv","showAIAssistant","plugins","get","9okbsht","afterInit","TrackChangesEditing","4625008sVGCoV","471950ILhzKc","5SJDZWO"];return(Jr=function(){return t})()}const $r=es;function ts(){const t=["enableDefaultAttributesIntegration","alignment","FORMAT_JUSTIFY_TEXT","1162530SiXRCX","TrackChangesEditing","has","853125oHACbt","548554ZqZIZO","value","afterInit","_registerLegacyDescription","FORMAT_ALIGNMENT","left","commandName","*Format:* %0","descriptionFactory","9BnJpld","type","AlignmentEditing","1811210XFGgzp","center","formatBlock","justify","format","FORMAT_ALIGN_TO_CENTER","registerDescriptionCallback","editor","get","FORMAT_ALIGN_TO_RIGHT","registerAttributeLabel","registerBlockAttribute","right","60297iCWwRa","175009blYYqB","FORMAT_ALIGN_TO_LEFT","plugins","5367128LDCdik","commandParams","locale","16NnmOMC"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=400]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(187821===-parseInt(n(412))/1+-parseInt(n(426))/2+-parseInt(n(411))/3*(parseInt(n(418))/4)+parseInt(n(438))/5+-parseInt(n(422))/6+-parseInt(n(425))/7+parseInt(n(415))/8*(parseInt(n(435))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(428)](){const t=$r,e=this[t(405)],n=e[t(417)];if(!e[t(414)][t(424)](t(437)))return;const r=e[t(414)][t(406)](t(423));r[t(419)](t(420)),r[t(409)](t(420)),r[t(434)][t(408)](t(420),zr(n,t(430))),this[t(429)]()}[$r(429)](){const t=$r,e=this[t(405)],n=e[t(417)];e[t(414)][t(406)](t(423))[t(434)][t(404)]((e=>{const r=t;if(r(400)!=e[r(436)])return;const{data:s}=e;if(s&&r(420)==s[r(432)]){const t=s[r(416)][0][r(427)];return{type:r(402),content:zr(n,r(433),function(t){const e=r;switch(t){case e(431):return zr(n,e(413));case e(410):return zr(n,e(407));case e(439):return zr(n,e(403));case e(401):return zr(n,e(421))}}(t))}}}))}}const rs=ss;function ss(t,e){const n=os();return(ss=function(t,e){return n[t-=319]})(t,e)}function os(){const t=["strikethrough","italic","6vJWXdL","45gSlktR","SubscriptEditing","672oGkCgX","toUpperCase","FORMAT_UNDERLINE","get","FORMAT_SUPERSCRIPT","registerInlineAttribute","type","3982240NnEFmi","_registerLegacyDescription","has","FORMAT_ITALIC","StrikethroughEditing","FORMAT_CODE","editor","1048foUfoN","code","FORMAT_SUBSCRIPT","*Format:* %0","TrackChangesEditing","3135cMUUva","bold","forceValue","underline","registerAttributeLabel","toLowerCase","commandParams","commandName","FORMAT_STRIKETHROUGH","ItalicEditing","registerDescriptionCallback","707840acgOHG","plugins","373261KSkcjt","SuperscriptEditing","1srZBQw","FORMAT_BOLD","subscript","descriptionFactory","enableDefaultAttributesIntegration","963984pQOWjH","UnderlineEditing","slice","CodeEditing","superscript","format","FORMAT_","locale","formatInline","146905UZlzzj","*Remove format:* %0","afterInit","BoldEditing","391786fXioyS"];return(os=function(){return t})()}!function(t,e){const n=ss,r=t();for(;;)try{if(250288===parseInt(n(344))/1*(-parseInt(n(362))/2)+parseInt(n(349))/3+parseInt(n(324))/4*(parseInt(n(329))/5)+-parseInt(n(365))/6*(-parseInt(n(342))/7)+parseInt(n(340))/8*(-parseInt(n(366))/9)+-parseInt(n(375))/10+-parseInt(n(358))/11*(-parseInt(n(368))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[rs(361),rs(338),rs(350),rs(352),rs(321),rs(367),rs(343)];class as extends t.Plugin{[rs(360)](){const t=rs,e=this[t(323)],n=e[t(341)][t(371)](t(328)),r=e[t(356)];for(const s of is){if(!e[t(341)][t(319)](s))continue;const o=s[t(351)](0,-7)[t(334)](),i=t(355)+o[t(369)]();n[t(348)](o),n[t(373)](o),n[t(347)][t(333)](o,zr(r,i))}this[t(376)]()}[rs(376)](){const t=rs,e=this[t(323)],n=e[t(356)],r=e[t(341)][t(371)](t(328));function s(e,s){const o=t;r[o(347)][o(339)]((t=>{const r=o;if(r(357)!=t[r(374)])return;const{data:i}=t;return i&&i[r(336)]===e?i[r(335)][0][r(331)]?{type:r(354),content:zr(n,r(327),s)}:{type:r(354),content:zr(n,r(359),s)}:void 0}))}s(t(330),zr(n,t(345))),s(t(364),zr(n,t(320))),s(t(332),zr(n,t(370))),s(t(325),zr(n,t(322))),s(t(363),zr(n,t(337))),s(t(346),zr(n,t(326))),s(t(353),zr(n,t(372)))}}const cs=fs;function us(){const t=["2756633uQftOn","schema","973491YyHqzx","markBlockFormat","958158FViGeY","commandName","getSelectedBlocks","descriptionFactory","4UxzyOg","plugins","$root","locale","name","49ZvLoVz","selection","ELEMENT_BLOCK_QUOTE","document","checkChild","change","TrackChangesEditing","get","9gJvFyS","enableCommand","parent","value","has","registerDescriptionCallback","editor","*Set format:* %0","forceValue","*Remove format:* %0","commands","4394228rWGFTV","from","5ejGJPp","BlockQuoteEditing","afterInit","10663590TGDoMO","model","format","9771112GiGKXA","filter","commandParams","1192505DygucQ","blockQuote"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(780542===-parseInt(n(496))/1+parseInt(n(461))/2*(-parseInt(n(455))/3)+-parseInt(n(485))/4*(-parseInt(n(487))/5)+-parseInt(n(457))/6*(-parseInt(n(466))/7)+-parseInt(n(493))/8*(-parseInt(n(474))/9)+-parseInt(n(490))/10+parseInt(n(453))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(489)](){const t=cs,e=this[t(480)],n=e[t(464)];if(!e[t(462)][t(478)](t(488)))return;const r=e[t(462)][t(473)](t(472)),s=this[t(480)][t(484)][t(473)](t(452));r[t(475)](t(452),((n,o={})=>{const i=t,a=this[i(480)][i(491)][i(469)][i(467)],c=o&&void 0!==o[i(482)]?o[i(482)]:!s[i(477)];let u=[];if(c){const t=Array[i(486)](a[i(459)]())[i(494)]((t=>hs(t)||function(t,e){const n=i,r=e[n(470)](t[n(476)],n(452)),s=e[n(470)]([n(463),n(452)],t);return r&&s}(t,this[i(480)][i(491)][i(454)])));u=y(t,e[i(491)])}else{const t=Array[i(486)](a[i(459)]())[i(494)]((t=>hs(t)));u=y(t,e[i(491)])}e[i(491)][i(471)]((()=>{const t=i;for(const e of u)r[t(456)](e,{commandName:t(452),commandParams:[{forceValue:c}]})}))})),r[t(460)][t(479)]((e=>{const r=t,{data:s}=e;if(s&&r(452)==s[r(458)]){const t=zr(n,r(468));return s[r(495)][0][r(482)]?{type:r(492),content:zr(n,r(481),t)}:{type:r(492),content:zr(n,r(483),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=452]})(t,e)}function hs(t){const e=cs;return e(452)==t[e(476)][e(465)]}const gs=ds;function ds(t,e){const n=ms();return(ds=function(t,e){return n[t-=323]})(t,e)}!function(t,e){const n=ds,r=t();for(;;)try{if(438063===parseInt(n(344))/1*(-parseInt(n(338))/2)+parseInt(n(326))/3*(-parseInt(n(341))/4)+-parseInt(n(324))/5*(-parseInt(n(329))/6)+-parseInt(n(340))/7*(parseInt(n(323))/8)+-parseInt(n(339))/9*(parseInt(n(335))/10)+-parseInt(n(342))/11*(-parseInt(n(337))/12)+parseInt(n(325))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ms);class ps extends t.Plugin{[gs(346)](){const t=gs,e=this[t(328)];e[t(332)][t(336)](t(333))&&(e[t(332)][t(330)](t(331))[t(343)](t(327)),e[t(332)][t(330)](t(331))[t(343)](t(345)),e[t(332)][t(330)](t(331))[t(343)](t(334)))}}function ms(){const t=["2902232QTkqkh","1940065clRdFz","5922878dpupUh","354wEigic","changeCaseUpper","editor","6sefhmr","get","TrackChangesEditing","plugins","CaseChange","changeCaseTitle","99230PjvbRf","has","108UKbjpA","6114HwrdHP","9SWZTJA","7sRpMSX","1684HsOLPk","158807kPEqgs","enableCommand","37xPbPeF","changeCaseLower","afterInit"];return(ms=function(){return t})()}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=390]})(t,e)}function bs(){const t=["11lgmZrS","1558056vpZIXR","147558QZbufN","TrackChangesEditing","plugins","commands","ckbox","3472710lFHnVh","editor","9oIcGMm","369JGecEy","get","14120CfhaQR","606403gfOJld","enableCommand","10203984sxijZj","16dNKjsw","afterInit","3772kIKGVa","40deBAvl"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(201218===-parseInt(n(392))/1*(parseInt(n(396))/2)+-parseInt(n(390))/3*(-parseInt(n(398))/4)+parseInt(n(399))/5*(-parseInt(n(402))/6)+parseInt(n(393))/7+parseInt(n(401))/8*(-parseInt(n(409))/9)+-parseInt(n(407))/10*(parseInt(n(400))/11)+parseInt(n(395))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(397)](){const t=Is,e=this[t(408)];e[t(405)][t(391)](t(406))&&e[t(404)][t(391)](t(403))[t(394)](t(406))}}const _s=As;function ys(){const t=["schema","blockName","785470VBAitW","registerElementLabel","585266YmXKMs","19845zBblJq","label","format","markBlockFormat","outdentCodeBlock","language","languages","find","document","afterInit","getSelectedBlocks","32xqwWEx","commandName","isLimit","forceValue","toLowerCase","from","descriptionFactory","414FtbQlu","commands","parent","codeBlock","config","546507GhzQPj","796385RglmIo","selection","checkChild","editor","557331LArZrk","enableCommand","locale","has","type","indentCodeBlock","4SHlXTQ","model","CodeBlock","*Set format:* %0","plugins","registerDescriptionCallback","filter","50041QvNvZU","6HaAvEp","get","rootElement","commandParams","ELEMENT_CODE_BLOCK","formatBlock","name","value","*Remove format:* %0","change","TrackChangesEditing"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=413]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(130131===parseInt(n(441))/1*(-parseInt(n(442))/2)+-parseInt(n(428))/3*(parseInt(n(434))/4)+parseInt(n(424))/5+-parseInt(n(418))/6*(-parseInt(n(458))/7)+-parseInt(n(469))/8*(-parseInt(n(423))/9)+-parseInt(n(455))/10+-parseInt(n(457))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(467)](){const t=_s,e=this[t(427)];if(!e[t(438)][t(431)](t(436)))return;const n=e[t(438)][t(443)](t(452)),r=e[t(430)],s=e[t(422)][t(443)](t(421))[t(464)],o=e[t(419)][t(443)](t(421));n[t(429)](t(433)),n[t(429)](t(462)),n[t(429)](t(421),((r,i={})=>{const a=t,c=e[a(435)],u=e[a(435)][a(466)][a(425)],l=i&&void 0!==i[a(414)]?i[a(414)]:!o[a(449)];let f;i[a(463)]||(i[a(463)]=s[0][a(463)]),f=l?Array[a(416)](u[a(468)]())[a(440)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(444))&&!e[n(413)](t)&&e[n(426)](t[n(420)],n(421))}(t,c[a(453)]))):Array[a(416)](u[a(468)]())[a(440)]((t=>Cs(t)));const h=y(f,c);c[a(451)]((()=>{const t=a;for(const e of h)n[t(461)](e,{commandName:t(421),commandParams:[{...i,forceValue:l}],formatGroupId:t(454)})}))})),n[t(417)][t(456)](t(421),(e=>zr(r,t(446),e))),n[t(417)][t(439)]((e=>{const n=t;if(n(447)!=e[n(432)])return;const o=r.t,{data:i}=e;if(!i||n(421)!=i[n(470)])return;const a=i[n(445)][0][n(463)],c=o(s[n(465)]((t=>t[n(463)]===a))[n(459)])[n(415)]();return i[n(445)][0][n(414)]?{type:n(460),content:zr(r,n(437),zr(r,n(446),1)+" ("+c+")")}:{type:n(460),content:zr(r,n(450),zr(r,n(446),1))}}))}}function Cs(t){const e=_s;return e(421)==t[e(448)]}const Ls=Ns;function Rs(){const t=["editor","5446683gKejAN","17003vbAnvu","enableCommand","4caftsV","get","1876510BlOwnP","33010vATtvU","CommentsEditing","4064kNYhCf","plugins","addCommentThread","2164419Scsbmw","757932gYaJPB","4YFIQFC","afterInit","58945513XhsOAy","TrackChangesEditing","has","642Dzkdbn"];return(Rs=function(){return t})()}function Ns(t,e){const n=Rs();return(Ns=function(t,e){return n[t-=261]})(t,e)}!function(t,e){const n=Ns,r=t();for(;;)try{if(763464===parseInt(n(265))/1*(-parseInt(n(264))/2)+-parseInt(n(263))/3*(parseInt(n(275))/4)+parseInt(n(278))/5*(-parseInt(n(270))/6)+parseInt(n(273))/7*(-parseInt(n(280))/8)+-parseInt(n(272))/9+parseInt(n(277))/10+parseInt(n(267))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ls(266)](){const t=Ls,e=this[t(271)];e[t(261)][t(269)](t(279))&&e[t(261)][t(276)](t(268))[t(274)](t(262))}}var vs=n(834);function Ms(t,e){const n=ws();return(Ms=function(t,e){return n[t-=310]})(t,e)}function Os(t,e,n){const r=Ms,s=[];for(const o of e[r(331)]())o[r(315)](t)&&s[r(337)](n[r(348)](o));return s}function ws(){const t=["getWalker","456363BcjZdo","markerRange","mapper","push","plugins","isBlock","consumable","1409112XgQwLQ","4112368BatAEd","bindElementToMarker","addHighlight","1544iscFQX","1840HimUKf","span","createRangeOn","schema","includes","createUIElement","activeMarkers","ck-suggestion-marker--active","1904192RqRjXe","model","nextSibling","previousPosition","start","parent","insert","addClass","isAtEnd","toViewPosition","name","writer","ck-suggestion-marker-","hasAttribute","get","toViewElement","markerName","TrackChangesEditing","item","type","isContent","37411nKivoP","getCustomProperty","elementEnd","isLimit","2700580MaCQIU","474qJgWeE","14cvxPuE","9PYLiUO","getItems","test"];return(ws=function(){return t})()}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(338)][r(316)](r(319));return(o,i,a)=>{const c=r;if(!a[c(340)][c(332)](i[c(335)],o[c(312)]))return;const u=i[c(335)][c(333)](),l=i[c(335)][c(358)],f=t[c(355)][c(349)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(320)];d=d||f[c(322)](e);const n=a[c(336)][c(317)](e);if(n&&n[c(324)](c(344)))return;c(325)==t[c(321)]&&f[c(339)](e)&&!f[c(326)](e)&&(e[c(356)]||l[c(310)]?h&&h[c(359)]==e||(h=e,m(t[c(357)]),p=!0):g=g||t[c(357)])}function m(t){const r=c,o=a[r(313)][r(351)](r(347),{class:r(314)+e}),u=a[r(336)][r(311)](t);n&&s[r(352)][r(350)](i[r(318)])&&a[r(313)][r(361)](r(353),o),a[r(313)][r(360)](u,o),a[r(336)][r(343)](o,i[r(318)])}d||p||!g||m(g)}}!function(t,e){const n=Ms,r=t();for(;;)try{if(571365===parseInt(n(334))/1+parseInt(n(354))/2+parseInt(n(328))/3*(parseInt(n(345))/4)+-parseInt(n(327))/5+-parseInt(n(341))/6*(parseInt(n(329))/7)+parseInt(n(342))/8*(-parseInt(n(330))/9)+-parseInt(n(346))/10*(-parseInt(n(323))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Ds=Bs;function Ps(){const t=["8cUHRDW","writer","unit","91JeovBF","remove","start","fromRange","forward","unlock","buffer","175972veGAcK","model","get","createRange","requires","editor","$graveyard","editing","rootName","createSelection","end","init","data","getFirstRange","2041055VPQkVe","markerNameToElements","root","440331cWmLLI","commands","enqueueChange","mapper","6AzaYEl","removeMarker:suggestion:deletion","513644fQUodK","delete","TrackChangesEditing","lock","modifySelection","batch","merge","414279tmXNRD","selection","bind","uiElement","options","unbindElementFromMarkerName","plugins","detach","downcastDispatcher","isCollapsed","100RVZoZN","showSuggestionHighlights","document","2375776IAarQT","deleteForward","enableCommand","high","addMarker:suggestion:deletion","markerName","setSelection"];return(Ps=function(){return t})()}function Bs(t,e){const n=Ps();return(Bs=function(t,e){return n[t-=407]})(t,e)}!function(t,e){const n=Bs,r=t();for(;;)try{if(270296===-parseInt(n(440))/1+-parseInt(n(417))/2+-parseInt(n(434))/3*(parseInt(n(407))/4)+-parseInt(n(431))/5*(-parseInt(n(438))/6)+-parseInt(n(410))/7+parseInt(n(460))/8+parseInt(n(447))/9*(parseInt(n(457))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Us extends t.Plugin{static get[Ds(421)](){return[vs.Delete]}[Ds(428)](){const t=Ds,e=this[t(422)],n=e[t(453)][t(419)](t(442));n[t(462)](t(441));const r=e[t(435)][t(419)](t(461));n[t(462)](t(461),((n,s={})=>{const o=t,a=e[o(418)][o(426)](e[o(418)][o(459)][o(448)]);a[o(456)]&&e[o(418)][o(444)](a,{direction:o(414),unit:s[o(409)]});const c=a[o(430)](),u=i.LiveRange[o(413)](c);let l;n(s),l=o(423)==u[o(433)][o(425)]?e[o(418)][o(420)](c[o(412)]):e[o(418)][o(420)](u[o(412)],u[o(427)]),u[o(454)](),e[o(418)][o(436)](r[o(416)][o(445)],(t=>{const e=o;r[e(416)][e(443)](),t[e(466)](t[e(420)](l[e(427)])),r[e(416)][e(415)]()}))})),e[t(424)][t(455)].on(t(464),Fs(e,t(446)),{priority:t(463)}),e[t(429)][t(455)].on(t(464),((n,r,s)=>{const o=t;s[o(451)][o(458)]&&Fs(e,o(446),{showActiveMarker:!1})[o(449)](this)(n,r,s)}),{priority:t(463)}),e[t(424)][t(455)].on(t(439),((e,n,r)=>{const s=t,o=r[s(437)][s(432)](n[s(465)]);if(o)for(const t of o)t.is(s(450))&&(r[s(437)][s(452)](t,n[s(465)]),r[s(408)][s(411)](t))}),{priority:t(463)})}}const xs=Gs;function js(){const t=["differ","data","createPositionAt","registerCustomCallback","selection","*Remove format:* %0","*Check item*","isNextTo","value","24OtDJtW","FORMAT_INDENT","*Format:* insert into %0","oldValue","every","getChanges","end","range","suggestion","registerAttributeLabel","mergeListItemForward","listReversed","getFirstMarker","trackChangesCommand","type","getFirstRange","outdentList","config","fromRange","listIndent","4871889wofnIg","splitListItemBefore","10522259yKLIXO","listStart","_supportLegacySuggestions","from","assureChains","attributes","groupId","change","*Set format:* %0","*Format:* remove from %0","nodeAfter","afterInit","registerDescriptionCallback","registerElementLabel","registerBlockAttribute","*Split:* list item","next","*Outdent:* %0","isUndo","listMarker","5451AWifde","_findSuggestions","customBulletedList","registerPostFixer","includes","todo","listStyle","customNumberedList","todoList","descriptionFactory","isLocal","ELEMENT_NUMBERED_LIST","formatBlock","bulleted","format","ELEMENT_","todoListChecked","key","filter","TodoListEditing","ELEMENT_BULLETED_LIST","setSelection","commandName","schema","batch","toUpperCase","createRange","8353168MoGPMo","previousSibling","find","attributeKey","default","numbered","document","2244jKgYQW","ELEMENT_LIST_ITEM","bulletedList","setAttribute","listMarkerStyle","multipleBlocks","_LIST","TrackChangesEditing","splitListItemAfter","_registerLegacyDescription","length","detach","*Change to:* %0","6563921iGXVVa","map","listItemId","listType","meta","accept","model","plugins","enableDefaultAttributesIntegration","*Merge:* list item","10KCZLQE","ListEditing","removeMarker","commandParams","mergeListItemBackward","forceValue","ELEMENT_TODO_LIST","parent","numberedList","listItemIdFixer","list.multiBlock","*Merge:* %0","*Uncheck item*","getRanges","indentList","containsItem","locale","refresh","todoListCheck","deletion","_suggestionFactory","1OHREhQ","1236wQMxev","*Indent:* %0","push","execute","noTrackChangesFixer","isObject","start","getSuggestions","newValue","checkTodoList","getAttribute","1255nMNlQY","documentList","1852478ejeCdv","editor","nextSibling","get","head","_getAttributeKey","has","attribute","commands"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=500]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(806714===-parseInt(n(520))/1*(parseInt(n(534))/2)+parseInt(n(594))/3*(parseInt(n(521))/4)+parseInt(n(532))/5*(-parseInt(n(628))/6)+parseInt(n(641))/7+-parseInt(n(621))/8+-parseInt(n(572))/9*(parseInt(n(651))/10)+-parseInt(n(574))/11*(-parseInt(n(552))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[xs(585)](){const t=xs,e=this[t(535)];if(!e[t(648)][t(540)](t(500)))return;const n=e[t(515)],r=e[t(648)][t(537)](t(635)),s=e[t(648)][t(540)](t(613)),o=!!e[t(569)][t(537)](t(509));function i(e){const r=t;return{type:r(608),content:""+zr(n,r(582),e)}}function a(e){const r=t;return{type:r(608),content:""+zr(n,r(548),e)}}r[t(649)](t(507)),r[t(649)](t(630)),r[t(649)](t(601)),r[t(649)](t(596)),r[t(649)](t(513)),r[t(649)](t(568)),r[t(649)](t(636)),r[t(649)](t(573)),r[t(588)](t(643)),r[t(588)](t(644)),r[t(588)](t(571)),o&&(r[t(649)](t(503)),r[t(649)](t(562))),s&&(r[t(649)](t(602)),r[t(649)](t(530)),r[t(588)](t(610)),r[t(603)][t(586)]((e=>{const r=t,{data:s}=e;if(s&&r(610)==s[r(611)])return{type:r(608),content:s[r(529)]?zr(n,r(549)):zr(n,r(511))}})),this[t(535)][t(647)][t(627)][t(597)]((e=>{const n=t;if(e[n(618)][n(592)])return!1;let s=!1;const o=r[n(528)]({skipNotAttached:!0})[n(612)]((t=>n(610)===r[n(539)](t)));for(const t of o)n(599)!=t[n(567)]()[n(527)][n(584)][n(531)](n(644))&&(r[n(595)](t[n(567)](),n(541))[n(623)]((t=>n(644)===r[n(539)](t[n(560)])))||(e[n(501)](t[n(564)]()),s=!0));return s}))),r[t(603)][t(561)](t(571),zr(n,t(553)));const c={type:t(608),content:""};r[t(603)][t(586)]((e=>{const r=t,{data:s}=e;if(!s||r(644)!=s[r(611)])return;let u=e[r(538)];for(;u;){if(u[r(544)]&&((r(600)==u[r(544)][r(611)]||r(632)==u[r(544)][r(611)])&&(u[r(544)][r(529)]&&r(625)!=u[r(544)][r(529)]||r(625)!=u[r(544)][r(555)]&&!s[r(529)])||!o&&u[r(544)][r(611)]==Tc))return c;u=u[r(590)]}if(null==s[r(529)])switch(s[r(555)]){case r(607):return a(zr(n,r(614)));case r(626):return a(zr(n,r(605)));case r(599):return a(zr(n,r(505)))}switch(s[r(529)]){case r(607):return i(zr(n,r(614)));case r(626):return i(zr(n,r(605)));case r(599):return i(zr(n,r(505)))}})),r[t(603)][t(586)]((e=>{const n=t,{data:r}=e;if(r&&n(571)==r[n(611)])return null==r[n(529)]||null==r[n(555)]&&0==r[n(529)]?c:void 0})),r[t(603)][t(586)]((e=>{const r=t;if(r(541)!=e[r(566)])return;const{data:s}=e;if(!s||r(643)!=s[r(611)])return;const o=Hs(e);return r(529)==o?{type:r(608),content:zr(n,r(650))}:r(555)==o?{type:r(608),content:zr(n,r(589))}:c})),e[t(647)][t(627)][t(597)]((e=>this[t(508)](e))),e[t(647)][t(627)][t(597)]((e=>this[t(525)](e))),e[t(647)][t(627)][t(597)]((e=>this[t(578)](e))),this[t(576)]()}[xs(508)](t){const e=xs;if(t[e(618)][e(592)]||!t[e(618)][e(604)])return!1;let n=!1;const r=this[e(535)][e(648)][e(537)](e(635))[e(528)]({skipNotAttached:!0})[e(612)]((t=>t[e(544)]&&e(643)==t[e(544)][e(611)]))[e(612)]((t=>t[e(544)][e(529)]&&t[e(544)][e(555)]));for(const s of r)Hs(s)||(t[e(501)](s[e(564)]()),n=!0);return n}[xs(525)](t){const e=xs;if(t[e(618)][e(592)]||!t[e(618)][e(604)])return!1;const n=this[e(535)][e(648)][e(537)](e(635));if(n[e(565)][e(551)])return!1;let r=!1;const s=[e(644),e(643),e(571),e(600),e(575),e(563),e(517),e(593),e(632)],o=this[e(535)][e(647)][e(627)][e(543)][e(557)]()[e(612)]((t=>e(541)==t[e(566)]))[e(612)]((t=>s[e(598)](t[e(624)])));if(0==o[e(638)])return r;for(const i of o){const o=n[e(595)](i[e(559)],e(541))[e(612)]((t=>!t[e(645)][e(550)]))[e(642)]((t=>t[e(560)]))[e(612)]((t=>{const r=e,o=n[r(539)](t);return s[r(598)](o)}));if(o[e(638)]){for(const n of o)t[e(501)](n[e(564)]());r=!0}}return r}[xs(578)](t){const e=xs;if(t[e(618)][e(592)]||!t[e(618)][e(604)])return!1;const n=this[e(535)][e(648)][e(537)](e(635));let r=!1;const s=[e(644),e(643),e(571),e(600),e(575),e(563),e(517),e(593),e(632)];for(const t of n[e(528)]({skipNotAttached:!0})){const o=n[e(595)](t[e(567)](),e(541))[e(642)]((t=>t[e(560)]))[e(612)]((t=>t[e(544)]&&s[e(598)](t[e(544)][e(611)])));if(!o[e(638)])continue;const a=o[0][e(538)][e(579)][e(580)];if(!o[e(556)]((t=>t[e(579)][e(580)]===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(528)]({skipNotAttached:!0})[s(612)]((e=>s(541)==e[s(566)]&&e[s(579)][s(580)]==t)))e[s(631)](s(580),r)}function i(t,n){const r=e;let s=t[r(538)],i=!1;for(;s;)s[r(579)][r(580)]!=n&&(o(s[r(579)][r(580)],n),s[r(631)](r(580),n),i=!0),s=s[r(590)];return i}}[xs(576)](){const t=xs,e=this[t(535)],n=e[t(515)],r=e[t(648)][t(537)](t(635));this[t(637)](),r[t(519)][t(546)](t(606),t(533),t(646),(function(n,r){const s=t,o=[];for(let t of n)t[s(527)][s(584)]===t[s(558)][s(506)]&&(t=e[s(647)][s(620)](e[s(647)][s(545)](t[s(527)][s(584)],0))),o[s(523)](t);e[s(647)][s(581)]((t=>{const n=s,a=e[n(647)][n(627)][n(547)],c=Array[n(577)](a[n(512)]())[n(642)]((t=>i.LiveRange[n(570)](t)));t[n(615)](o),e[n(542)][n(537)](r[n(616)])[n(516)](),r[n(502)][n(523)]({forceDefaultExecution:!0}),e[n(524)](r[n(616)],...r[n(502)]),t[n(615)](c);for(const t of c)t[n(639)]()}))})),r[t(603)][t(587)]((function(n){const r=t,s=!e[r(647)][r(617)][r(526)](n),o=n[r(622)],i=n[r(536)],a=n[r(531)](r(643)),c=!o||o[r(531)](r(643))!==a,u=!i||i[r(531)](r(643))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(629),e)))}[xs(637)](){const t=xs,e=this[t(535)],n=e[t(515)];function r(n){const r=t,s=e[r(542)][r(537)](r(630))[r(551)],o=e[r(542)][r(537)](r(507))[r(551)];return r(507)===n?s:o}e[t(648)][t(537)](t(635))[t(603)][t(586)]((function(s){const o=t;if(o(606)!=s[o(566)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(616)]){case o(630):u=i[o(502)][0][o(504)],l=r(i[o(616)]),a=o(u?554:583),!l&&e[o(569)][o(537)](o(509))||(a=o(640)),c={type:o(608),content:zr(n,a,zr(n,o(614)))};break;case o(507):u=i[o(502)][0][o(504)],l=r(i[o(616)]),a=o(u?554:583),!l&&e[o(569)][o(537)](o(509))||(a=o(640)),c={type:o(608),content:zr(n,a,zr(n,o(605)))};break;case o(513):a=o(522),c={type:o(608),content:zr(n,a,zr(n,o(629)))};break;case o(568):a=function(t){const e=o,n=t[e(567)]();let r=n[e(527)][e(584)];for(;r&&n[e(514)](r);){if(r[e(531)](e(571))>0)return!1;r=r[e(536)]}return!0}(s)?zr(n,o(583),zr(n,function(t){const e=o;return e(609)+t[e(567)]()[e(527)][e(584)][e(531)](e(644))[e(619)]()+e(634)}(s))):zr(n,o(591),zr(n,o(629))),c={type:o(608),content:a};break;case o(503):case o(562):!1===i[o(633)]&&(a=o(510),c={type:o(518),content:zr(n,a,zr(n,o(629)))})}return c}))}}function Hs(t){const e=xs;let n=t[e(567)]()[e(527)][e(584)][e(622)];for(;n;){const r=n[e(531)](e(643));if(!r)return!1;if(r==t[e(544)][e(529)])return e(529);if(r==t[e(544)][e(555)])return e(555);n=n[e(622)]}return!1}const zs=Ks;function Ws(){const t=["oldValue","lower-latin","decimal-leading-zero","newValue","*Set format:* %0","numbered","commandParams","upper-roman","startIndex","getAttribute","get","*Format:* set start index to %0","_findSuggestions","locale","afterInit","ELEMENT_","editor","listStyle","toUpperCase","listType","handleDescriptions","getFirstRange","circle","suggestion","upper-latin","enableDefaultAttributesIntegration","document","list.properties","square","*Format:* set order to regular","registerAttributeLabel","330736POQHNx","format","descriptionFactory","customNumbered","disc","registerPostFixer","registerBlockAttribute","ListPropertiesEditing","150668JRSKlf","data","reversed","commandName","config","bulleted","key","isUndo","621028bhGKEz","_registerLegacyDescription","has","_LIST_","plugins","bind","nodeAfter","_getTranslationKeyForListStyle","30QFPKgt","replace","8474120YfrBIZ","103295NtBODy","listStart","*Remove format:* %0","default","getSuggestions","1177371rRqUIH","batch","380832VwPDoi","attribute","registerDescriptionCallback","decimal","next","styles","FORMAT_LIST_REVERSED","35qEGsiY","_LIST_DEFAULT","removeMarker","*Change to:* %0","head","lower-roman","start","filter","15XlWtVH","FORMAT_LIST_START","type","getFirstMarker","_getAttributeKey","find","*Format:* set order to reversed","formatBlock","TrackChangesEditing","model","includes","listReversed"];return(Ws=function(){return t})()}function Ks(t,e){const n=Ws();return(Ks=function(t,e){return n[t-=132]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(166721===-parseInt(n(172))/1+parseInt(n(188))/2+-parseInt(n(221))/3*(parseInt(n(180))/4)+parseInt(n(199))/5*(-parseInt(n(196))/6)+parseInt(n(213))/7*(-parseInt(n(206))/8)+-parseInt(n(204))/9+parseInt(n(198))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ws);class Zs extends t.Plugin{[zs(155)](){const t=zs;if(!this[t(157)][t(192)][t(190)](t(179)))return;const e=this[t(157)][t(184)][t(151)](t(168)),n=this[t(157)][t(192)][t(151)](t(137));e[t(211)]&&(n[t(166)](t(158)),n[t(178)](t(158))),e[t(182)]&&(n[t(166)](t(140)),n[t(178)](t(140))),e[t(149)]&&(n[t(166)](t(200)),n[t(178)](t(200)));const r={type:t(173),content:""};n[t(174)][t(208)](this[t(161)][t(193)](this));const s=this[t(157)][t(154)];n[t(174)][t(171)](t(140),zr(s,t(212))),n[t(174)][t(208)]((e=>{const n=t,{data:s}=e;if(s&&n(140)==s[n(186)])return null==s[n(144)]||0==s[n(144)]&&null==s[n(141)]?r:void 0})),n[t(174)][t(171)](t(200),zr(s,t(222))),n[t(174)][t(208)]((e=>{const n=t,{data:s}=e;if(s&&n(200)==s[n(186)])return null==s[n(144)]||1==s[n(144)]&&null==s[n(141)]?r:void 0})),this[t(157)][t(138)][t(167)][t(177)]((e=>{const r=t;if(e[r(205)][r(187)])return!1;let s=!1;const o=n[r(203)]({skipNotAttached:!0})[r(220)]((t=>{const e=r,s=n[e(133)](t);return e(200)==s||e(140)==s}));for(const t of o){const o=t[r(162)]()[r(219)][r(194)][r(150)](r(160));r(146)!=o&&r(175)!=o&&(n[r(153)](t[r(162)](),r(207))[r(134)]((t=>r(160)==n[r(133)](t[r(164)])))||(e[r(215)](t[r(132)]()),s=!0))}return s})),this[t(189)]()}[zs(161)](t){const e=zs,n=this[e(157)][e(154)],{data:r}=t,s={type:e(173),content:""};if(!r||e(158)!=r[e(186)])return;if(!r[e(141)])return e(202)==r[e(144)]?s:{type:e(173),content:""+zr(n,e(145),zr(n,this[e(195)](r[e(144)])))};if(!r[e(144)]){if(e(202)==r[e(141)])return s;let o=t[e(217)];for(;o;){if(o[e(181)]&&e(160)==o[e(181)][e(186)]&&o[e(181)][e(144)])return s;o=o[e(210)]}return{type:e(173),content:""+zr(n,e(201),zr(n,this[e(195)](r[e(141)])))}}if(e(202)!=r[e(144)])return{type:e(173),content:""+zr(n,e(145),zr(n,this[e(195)](r[e(144)])))};let o=t[e(217)];for(;o;){if(o[e(181)]&&e(160)==o[e(181)][e(186)]&&o[e(181)][e(144)]&&o[e(181)][e(141)])return s;o=o[e(210)]}const i=t[e(162)]()[e(219)][e(194)][e(150)](e(160));return{type:e(173),content:zr(n,e(145),zr(n,e(156)+i[e(159)]()+e(214)))}}[zs(189)](){const t=zs,e=this[t(157)],n=e[t(154)];e[t(192)][t(151)](t(137))[t(174)][t(208)]((e=>{const r=t;if(r(136)!=e[r(223)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(183)]){case r(158):o=r(216),i={type:r(173),content:zr(n,o,zr(n,this[r(195)](s[r(147)][0][r(223)])))};break;case r(140):o=s[r(147)][0][r(182)]?r(135):r(170),i={type:r(173),content:zr(n,o)};break;case r(200):o=r(152),i={type:r(173),content:zr(n,o,s[r(147)][0][r(149)])}}return i}))}[zs(195)](t){const e=zs;return e(156)+function(t){const n=e;return qs[n(139)](t)?n(185):Qs[n(139)](t)?n(146):null}(t)[e(159)]()+e(191)+t[e(159)]()[e(197)](/-/g,"_")}}const qs=[zs(176),zs(163),zs(169)],Qs=[zs(209),zs(143),zs(218),zs(148),zs(142),zs(165)];var Xs=n(507);const Ys=Js;function Js(t,e){const n=$s();return(Js=function(t,e){return n[t-=292]})(t,e)}function $s(){const t=["nextSibling","ck-suggestion-marker-split","TrackChangesEditing","showSuggestionHighlights","detach","fire","model","selection","hasClass","markerName","createPositionAt","get","init","enterBlock","split","removeMarker:suggestion:insertion","writer","markInsertion","1990860kAneui","getFirstPosition","change","unbindElementFromMarkerName","enableCommand","high","getFirstRange","972440OdSLfQ","583410mfppNc","end","document","addMarker:suggestion:insertion","854710ZaCYWZ","data","downcastDispatcher","enter","editor","requires","editing","3543408TXmpZW","options","parent","495GcdcZD","remove","markerNameToElements","11508tjYnIZ","afterExecute","bind","35GNRecB","plugins","commands","6441816eCyQuj","createRange","fromRange","setSelection","mapper","114DFZHCI"];return($s=function(){return t})()}!function(t,e){const n=Js,r=t();for(;;)try{if(940318===-parseInt(n(332))/1+parseInt(n(345))/2*(-parseInt(n(301))/3)+-parseInt(n(296))/4+parseInt(n(320))/5+-parseInt(n(339))/6+-parseInt(n(293))/7*(-parseInt(n(327))/8)+parseInt(n(342))/9*(parseInt(n(328))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Ys(337)](){return[Xs.Enter]}[Ys(314)](){const t=Ys,e=this[t(336)],n=e[t(294)][t(313)](t(304)),r=e[t(295)][t(313)](t(335));n[t(324)](t(335),(()=>{const s=t;e[s(308)][s(322)]((t=>{const o=s,a=e[o(308)][o(330)][o(309)],c=a[o(321)](),u=i.LiveRange[o(298)](a[o(326)]());if(r[o(315)](t)){const r=e[o(308)][o(312)](c[o(341)][o(302)],0),s=t[o(297)](c,r);n[o(319)](s)}else t[o(299)](t[o(297)](u[o(329)]));u[o(306)](),r[o(307)](o(346),{writer:t})}))})),e[t(338)][t(334)].on(t(331),Fs(e,t(316)),{priority:t(325)}),e[t(338)][t(334)].on(t(317),((e,n,r)=>{const s=t,o=r[s(300)][s(344)](n[s(311)]);if(o)for(const t of o)t[s(310)](s(303))&&(r[s(300)][s(323)](t,n[s(311)]),r[s(318)][s(343)](t))}),{priority:t(325)}),e[t(333)][t(334)].on(t(331),((n,r,s)=>{const o=t;s[o(340)][o(305)]&&Fs(e,o(316),{showActiveMarker:!1})[o(292)](this)(n,r,s)}),{priority:t(325)})}}function eo(t,e){const n=so();return(eo=function(t,e){return n[t-=469]})(t,e)}const no=eo;!function(t,e){const n=eo,r=t();for(;;)try{if(517089===-parseInt(n(469))/1+parseInt(n(486))/2+parseInt(n(471))/3*(parseInt(n(495))/4)+-parseInt(n(508))/5+-parseInt(n(493))/6+parseInt(n(472))/7*(parseInt(n(503))/8)+parseInt(n(492))/9*(parseInt(n(506))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[no(478)](){const t=no;if(!this[t(475)][t(490)][t(488)](t(497)))return;const e=this[t(475)][t(490)][t(473)](t(481));e[t(487)](t(505),this[t(474)][t(483)](this)),e[t(487)](t(485)),e[t(487)](t(500)),e[t(487)](t(470)),e[t(487)](t(507))}[no(474)](t,e,n={}){const r=no,s=this[r(475)][r(490)][r(473)](r(480));return t((t=>(r(499)==typeof e?s[r(484)](e,n):e)(t)[r(504)]((e=>!1===this[r(476)](e,t[r(489)])))),n)}[no(476)](t,e){const n=no,r=this[n(475)][n(496)][n(501)](this[n(475)][n(496)][n(482)](e,t[n(477)]),this[n(475)][n(496)][n(482)](e,t[n(509)]));for(const t of this[n(475)][n(496)][n(494)][n(502)](n(498)))if(null!==r[n(491)](t[n(479)]()))return!0;return!1}}function so(){const t=["replaceAll","3869645bdvCfz","end","989720QPPfRf","replace","197298ITZTXM","7sJWeou","get","handleFindCommand","editor","_isInDeletionRange","start","afterInit","getRange","FindAndReplaceUtils","TrackChangesEditing","createPositionAt","bind","findByTextCallback","findNext","265020iTZPrW","enableCommand","has","item","plugins","getIntersection","62991XgeKvk","2307096hKmGmY","markers","44FqmxTt","model","FindAndReplaceEditing","suggestion:deletion","string","findPrevious","createRange","getMarkersGroup","3332136AkOywQ","filter","find","1990PiJZhO"];return(so=function(){return t})()}const oo=ao;function io(){const t=["*Reset font color*","format","6MJtmIj","FontSizeEditing","*Reset font size*","registerAttributeLabel","plugins","fontBackgroundColor","6IGOTji","title","commandName","fontColor.colors","FontSize","*Set font color:* %0","afterInit","value","toLowerCase","111368pTQLAD","FORMAT_FONT_COLOR","17345207myZuqu","registerInlineAttribute","*Set font size:* %0","trim","FontColorEditing","*Reset font family*","*Reset font background color*","normalizeSizeOptions","type","commandParams","9soJTxi","fontSize","FontBackgroundColorEditing","find","FontFamilyEditing","fontFamily","has","get","locale","6398635TiCgYA","enableDefaultAttributesIntegration","_registerLegacyDescription","fontBackgroundColor.colors","FORMAT_FONT_SIZE","303070jjzbKL","fontColor","TrackChangesEditing","*Set font background color:* %0","model","registerDescriptionCallback","formatInline","fontSize.options","FORMAT_FONT_BACKGROUND","2520088dOExdX","label","editor","*Set font family:* %0","descriptionFactory","config","182HndFZf","1696282aHZdBo","835525NjQMEE","FORMAT_FONT_FAMILY"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(643911===-parseInt(n(344))/1+parseInt(n(343))/2+parseInt(n(292))/3*(parseInt(n(336))/4)+-parseInt(n(322))/5*(-parseInt(n(348))/6)+parseInt(n(342))/7*(-parseInt(n(301))/8)+-parseInt(n(313))/9*(-parseInt(n(327))/10)+-parseInt(n(303))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(349),commandName:oo(314)},{pluginName:oo(317),commandName:oo(318)},{pluginName:oo(307),commandName:oo(328)},{pluginName:oo(315),commandName:oo(291)}];class uo extends t.Plugin{[oo(298)](){const t=oo,e=this[t(338)][t(321)],n=this[t(338)][t(290)][t(320)](t(329));for(const{pluginName:e,commandName:r}of co)this[t(338)][t(290)][t(319)](e)&&(n[t(323)](r),n[t(304)](r));e.t,n[t(340)][t(289)](t(314),zr(e,t(326))),n[t(340)][t(289)](t(318),zr(e,t(345))),n[t(340)][t(289)](t(328),zr(e,t(302))),n[t(340)][t(289)](t(291),zr(e,t(335))),this[t(324)]()}[oo(324)](){const t=oo,e=this[t(338)],n=e[t(321)];e[t(290)][t(320)](t(329))[t(340)][t(332)]((e=>{const r=t,o=n.t;if(r(333)!=e[r(311)])return;const{data:i}=e;if(null!=i){if(r(314)==i[r(294)]){const t=i[r(312)][0][r(299)];if(t){const e=o(this[r(338)][r(290)][r(320)](r(296))[r(310)](this[r(338)][r(341)][r(320)](r(334)))[r(316)]((e=>e[r(331)]==t))[r(293)])[r(300)]();return{type:r(347),content:zr(n,r(305),e)}}return{type:r(347),content:zr(n,r(288))}}if(r(318)==i[r(294)]){const t=i[r(312)][0][r(299)];return t?{type:r(347),content:zr(n,r(339),t)}:{type:r(347),content:zr(n,r(308))}}if(r(328)==i[r(294)]){const t=i[r(312)][0][r(299)];if(t){const e=(0,s.normalizeColorOptions)(this[r(338)][r(341)][r(320)](r(295)))[r(316)]((e=>e[r(331)]==t));let i=t,a="";return e&&(i=e[r(337)],a=o(i)[r(300)]()),{type:r(347),content:zr(n,r(297),a)[r(306)](),color:{value:t,title:a||i}}}return{type:r(347),content:zr(n,r(346))}}if(r(291)==i[r(294)]){const t=i[r(312)][0][r(299)];if(t){const e=(0,s.normalizeColorOptions)(this[r(338)][r(341)][r(320)](r(325)))[r(316)]((e=>e[r(331)]==t));let i=t,a="";return e&&(i=e[r(337)],a=o(i)[r(300)]()),{type:r(347),content:zr(n,r(330),a)[r(306)](),color:{value:t,title:a||i}}}return{type:r(347),content:zr(n,r(309))}}}}))}}const lo=go;function fo(){const t=["boolean","fontBackgroundColor","get","3005064DEBali","locale","editor","formatBlock","4743368IkUPVd","395564mWfLir","entries","commands","find","144080wRmyYV","normalizeSizeOptions","title","TrackChangesEditing","join","afterInit","618UwuJRZ","plugins","type","config","formatInline","fontColor","15TpHQJP","enableCommand","model","FontSize","length","label","_registerLegacyDescription","toUpperCase","enableDefaultAttributesIntegration","72fptNHs","fontSize","1298178bsrxiS","1951zixLpu","slice","*Set format to:* %0","format","fontColor.colors","registerDescriptionCallback","charAt","copyFormat","fontSize.options","pasteFormat","descriptionFactory","split","push","toLowerCase","6300288VKACKj","commandParams","*Remove all formatting*","commandName"];return(fo=function(){return t})()}!function(t,e){const n=go,r=t();for(;;)try{if(483206===-parseInt(n(227))/1*(-parseInt(n(263))/2)+parseInt(n(226))/3+parseInt(n(253))/4*(parseInt(n(269))/5)+parseInt(n(248))/6+-parseInt(n(252))/7+-parseInt(n(241))/8+parseInt(n(224))/9*(parseInt(n(257))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class ho extends t.Plugin{[lo(262)](){const t=lo,e=this[t(250)],n=e[t(264)][t(247)](t(260)),r=e[t(255)][t(247)](t(234)),s=e[t(255)][t(247)](t(236));r&&s&&(n[t(223)](t(236)),n[t(270)](t(234)),this[t(221)]())}[lo(221)](){const t=lo,e=this[t(250)],n=e[t(249)];e[t(264)][t(247)](t(260))[t(237)][t(232)]((r=>{const s=t;if(s(251)!=r[s(265)]&&s(267)!=r[s(265)])return;const{data:o}=r;if(o&&s(236)===o[s(244)]){const t=[],r=o[s(242)][0];for(const[n,o]of Object[s(254)](r))t[s(239)](po(e,n,o));return t[s(273)]?{type:s(230),content:zr(n,s(229),t[s(261)](", "))}:{type:s(230),content:zr(n,s(243))}}}))}}function go(t,e){const n=fo();return(go=function(t,e){return n[t-=220]})(t,e)}function po(t,e,n){const r=lo,o=t[r(249)].t,i=e[r(238)](/(?=[A-Z])/)[r(261)](" "),a=o(i[r(233)](0)[r(222)]()+i[r(228)](1))[r(240)]();if(r(245)==typeof n)return a;if(r(268)===e||r(246)===e){const e=(0,s.normalizeColorOptions)(t[r(266)][r(247)](r(231)))[r(256)]((t=>t[r(271)]==n));return a+" ("+(e?o(e[r(220)])[r(240)]():n)+")"}if(r(225)===e&&isNaN(parseFloat(n))){const e=t[r(264)][r(247)](r(272))[r(258)](t[r(266)][r(247)](r(235)))[r(256)]((t=>t[r(271)]==n));return a+" ("+(e?o(e[r(259)])[r(240)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=124]})(t,e)}function Eo(){const t=["heading.options","type","_registerLegacyDescription","formatBlock","7gRbfkY","heading","editor","get","has","registerElementLabel","name","model","216466SlvGVd","config","view","enableDefaultAttributesIntegration","afterInit","TrackChangesEditing","_getHeadingLevel","1996212LOUMyF","53248YpMHAM","commandParams","find","2457399JrbUIB","348534ncKnFK","4390vwfDTb","value","match","500ifqkGf","locale","_headingOptions","plugins","ELEMENT_HEADING_CUSTOM","title","paragraph","ELEMENT_HEADING","descriptionFactory","commandName","format","registerDescriptionCallback","*Change to:* %0","2432488qjRopT","HeadingEditing"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(452174===-parseInt(n(146))/1+parseInt(n(154))/2+parseInt(n(157))/3+parseInt(n(162))/4*(-parseInt(n(159))/5)+-parseInt(n(153))/6*(parseInt(n(138))/7)+parseInt(n(132))/8+-parseInt(n(158))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(150)](){const t=mo,e=this[t(140)];if(!e[t(165)][t(142)](t(133)))return;this[t(164)]=e[t(147)][t(141)](t(134));const n=e[t(163)],r=e[t(165)][t(141)](t(151));r[t(149)](t(139));for(const e of this[t(164)])t(125)!=e[t(145)]&&r[t(127)][t(143)](e[t(145)],(n=>{const r=t,i=this[r(152)](e[r(145)]);return null!==i?s(n,i):o(n,e[r(124)])}));function s(e,r){return zr(n,t(126),[e,r])}function o(e,r){return zr(n,t(166),[e,r])}this[t(136)]()}[mo(136)](){const t=mo,e=this[t(140)],n=e[t(163)];e[t(165)][t(141)](t(151))[t(127)][t(130)]((e=>{const r=t;if(r(137)!=e[r(135)])return;const{data:s}=e;if(s&&r(139)==s[r(128)]){const e=s[r(155)][0][r(160)],c=this[r(152)](e);if(null!==c)return{type:r(129),content:zr(n,r(131),(1,a=c,zr(n,r(126),[1,a])))};const u=this[r(164)][r(156)]((t=>t[r(145)]===e))[r(124)];return{type:r(129),content:zr(n,r(131),(o=1,i=u,zr(n,t(166),[o,i])))}}var o,i,a}))}[mo(152)](t){const e=mo;var n,r;const s=t[e(161)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(164)])||void 0===n?void 0:n[e(156)]((n=>n[e(145)]==t));if(o&&o[e(148)]){const t=o[e(148)],n=(null!==(r=t[e(144)])&&void 0!==r?r:t)[e(161)](/^h(\d+)/);if(n)return n[1]}return null}}function To(){const t=["highlight","find","title","3852441ifOqbv","highlight.options","commandName","registerAttributeLabel","formatInline","829240FfwwaQ","9qQYija","model","toLowerCase","commandParams","plugins","has","*Remove highlight*","TrackChangesEditing","HighlightEditing","FORMAT_HIGHLIGHT","afterInit","color","editor","value","*Set highlight:* %0","type","6dkXyYU","enableDefaultAttributesIntegration","locale","registerInlineAttribute","1219384xqgyFU","_registerLegacyDescription","config","registerDescriptionCallback","descriptionFactory","1214285BBOvnB","14633ERCTZt","163010fXNAqm","get","1614963cLAtVe","format"];return(To=function(){return t})()}const _o=yo;function yo(t,e){const n=To();return(yo=function(t,e){return n[t-=221]})(t,e)}!function(t,e){const n=yo,r=t();for(;;)try{if(129478===-parseInt(n(236))/1+parseInt(n(237))/2*(parseInt(n(250))/3)+-parseInt(n(249))/4+-parseInt(n(235))/5*(parseInt(n(226))/6)+-parseInt(n(239))/7+parseInt(n(230))/8+parseInt(n(244))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(To);class Ao extends t.Plugin{[_o(260)](){const t=_o,e=this[t(222)];if(!e[t(254)][t(255)](t(258)))return;const n=e[t(254)][t(238)](t(257)),r=e[t(228)];n[t(227)](t(241)),n[t(229)](t(241)),n[t(234)][t(247)](t(241),zr(r,t(259))),this[t(231)]()}[_o(231)](){const t=_o,e=this[t(222)],n=e[t(228)];e[t(254)][t(238)](t(257))[t(234)][t(233)]((r=>{const s=t;if(s(248)!=r[s(225)])return;const{data:o}=r;if(o&&s(241)==o[s(246)]){const t=n.t,r=o[s(253)][0][s(223)];if(r){const o=e[s(232)][s(238)](s(245))[s(242)]((t=>t[s(251)]==r)),i=t(o[s(243)])[s(252)]();return{type:s(240),content:zr(n,s(224),i),color:{value:o[s(221)],title:o[s(243)]}}}return{type:s(240),content:zr(n,s(256),zr(n,s(259)))}}}))}}const ko=Co;function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=496]})(t,e)}function Lo(){const t=["2065328UhbjmH","HorizontalLineEditing","plugins","horizontalLine","ELEMENT_HORIZONTAL_LINE","has","930576TjklNm","createContainerElement","locale","ck-horizontal-line","div","for","showSuggestionHighlights","2hRnlxz","enableCommand","insert","TrackChangesEditing","createEmptyElement","registerElementLabel","afterInit","editor","192905pIkoku","addClass","663858hrWydO","1575785sDLBlC","createPositionAt","high","3680082NmyEfy","descriptionFactory","elementToStructure","dataDowncast","3787000TtQYtf","get","conversion"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(410799===parseInt(n(509))/1+-parseInt(n(501))/2*(parseInt(n(511))/3)+-parseInt(n(522))/4+-parseInt(n(512))/5+parseInt(n(515))/6+parseInt(n(519))/7+parseInt(n(528))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class Ro extends t.Plugin{[ko(507)](){const t=ko,e=this[t(508)];if(!e[t(524)][t(527)](t(523)))return;e[t(524)][t(520)](t(504))[t(502)](t(525));const n=e[t(524)][t(520)](t(504)),r=e[t(496)];n[t(516)][t(506)](t(525),(e=>zr(r,t(526),e))),e[t(521)][t(499)](t(518))[t(517)]({model:t(525),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(500)])return null;const o=n[s(529)](s(498)),i=n[s(505)]("hr");return n[s(510)](s(497),o),n[s(503)](n[s(513)](o,0),i),o},converterPriority:t(514)})}}const No=So;function So(t,e){const n=Mo();return(So=function(t,e){return n[t-=419]})(t,e)}!function(t,e){const n=So,r=t();for(;;)try{if(665378===parseInt(n(430))/1+-parseInt(n(435))/2*(parseInt(n(446))/3)+parseInt(n(438))/4*(parseInt(n(445))/5)+parseInt(n(449))/6+-parseInt(n(453))/7*(parseInt(n(458))/8)+parseInt(n(434))/9+parseInt(n(441))/10*(-parseInt(n(437))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[No(444)](){const t=No,e=this[t(447)];if(!e[t(440)][t(443)](t(454)))return;const n=e[t(440)][t(424)](t(427)),r=e[t(425)];n[t(457)][t(452)](t(422),(e=>zr(r,t(455),e))),n[t(450)](t(431)),n[t(436)](t(432)),n[t(457)][t(420)]((e=>{const n=t;if(n(448)!=e[n(451)])return;const{data:s}=e;if(s&&n(432)==s[n(442)]&&e[n(428)]()[n(429)][n(419)].is(n(421),n(422))){const t=zr(r,n(455));return{type:n(456),content:zr(r,n(433),t)}}})),this[t(439)]()}[No(439)](){const t=No,e=this[t(447)],n=e[t(425)];e[t(440)][t(424)](t(427))[t(457)][t(420)]((e=>{const r=t;if(r(423)!=e[r(451)])return;const{data:s}=e;if(s&&r(431)==s[r(426)]){const t=zr(n,r(455));return{type:r(456),content:zr(n,r(433),t)}}}))}}function Mo(){const t=["HtmlEmbed","ELEMENT_HTML_EMBED","format","descriptionFactory","3848tWrgCW","nodeAfter","registerDescriptionCallback","element","rawHtml","formatBlock","get","locale","commandName","TrackChangesEditing","getFirstRange","start","254310XeqIpS","htmlEmbed","value","*Change %0 content*","1004112lYODTq","730170RnfoUy","registerBlockAttribute","89254cUcFLM","4FqPqPs","_registerLegacyDescription","plugins","1030qpqRQp","key","has","afterInit","6505465tHhjMV","9iVoyCj","editor","attribute","6834720lUmglN","enableDefaultAttributesIntegration","type","registerElementLabel","3052QWMBsn"];return(Mo=function(){return t})()}const Oo=wo;function wo(t,e){const n=Fo();return(wo=function(t,e){return n[t-=352]})(t,e)}function Fo(){const t=["markDeletion","join","5241okkblE","ImageBlockEditing","backward","isIntersecting","createRangeOn","filter","convertInlineImageToBlock","_findSuggestions","getNearestSelectionRange","enableDefaultAttributesIntegration","registerBlockAttribute","formatInline","forceDefaultExecution","deletion","ELEMENT_INLINE_IMAGE","uploadImage","commandParams","schema","type","element","commandName","getSuggestionCallback","removeObject","insertImage","descriptionFactory","registerElementLabel","Block image to inline image","enableCommand","isBlockImage","registerCustomCallback","_registerLegacyDescription","subType","locale","markBlockFormat","imageStylePreApply","820EcKaRY","convertBlockImageToInline","findIndex","width","ImageUploadEditing","getFirstRange","markInsertion","resizeImage","_suggestionFactory","registerAttributeLabel","getClosestSelectedImageElement","ImageCaptionEditing","Inline image to block image","TrackChangesEditing","end","formatBlock","fromPosition","*Remove image text alternative*","selection","*Set image text alternative:* %0","*Set image width:* %0","2502270TGMLYV","imageTypeBlock","nodeBefore","caption","attribute","previous","306HOJoQD","8434760wTLHyU","key","model","accept","imageBlock","ImageEditing","start","307810ABjySU","ELEMENT_IMAGE","plugins","imageTypeInline","isBefore","ImageResize","imageCaption","7FQdVQS","imageTextAlternative","discard","1105692lugufe","isCollapsed","editor","change","createRange","imageInline","nodeAfter","2931654BlyiOH","ImageUtils","getContainedElement","isEqual","length","*Reset image width*","registerDescriptionCallback","toNext","toPrevious","forward","detach","has","ImageInlineEditing","ImageCaptionUtils","523557WIycOS","ELEMENT_CAPTION","insertion","alt","chain","resizedWidth","find","getCaptionFromImageModelElement","format","toggleImageCaption","ImageTextAlternativeEditing","document","FORMAT_IMAGE_SIZE","addObject","afterInit","isOwn","newValue","get"];return(Fo=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(668008===-parseInt(n(405))/1+parseInt(n(384))/2+parseInt(n(425))/3*(-parseInt(n(460))/4)+parseInt(n(360))/5+-parseInt(n(391))/6*(-parseInt(n(381))/7)+parseInt(n(367))/8+parseInt(n(366))/9*(-parseInt(n(374))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[Oo(419)](){const t=Oo,e=this[t(386)];if(!e[t(376)][t(402)](t(372)))return;const n=e[t(376)][t(422)](t(352)),r=e[t(376)][t(422)](t(392)),s=e[t(457)];n[t(452)](t(448)),n[t(449)][t(450)](t(371),(e=>zr(s,t(375),e))),n[t(449)][t(450)](t(389),(e=>zr(s,t(439),e))),n[t(449)][t(450)](t(363),(()=>zr(s,t(406)))),e[t(376)][t(402)](t(464))&&n[t(452)](t(440)),e[t(376)][t(402)](t(426))&&e[t(376)][t(402)](t(403))&&(n[t(452)](t(377),((s,o)=>{const i=t,a=r[i(470)](e[i(369)][i(416)][i(357)]);e[i(369)][i(387)]((()=>{const t=i;n[t(458)](a,{commandName:t(377),commandParams:[o]},[],t(461))}))})),n[t(452)](t(361),((s,o)=>{const a=t;e[a(369)][a(387)]((t=>{const c=a;let u=r[c(470)](e[c(369)][c(416)][c(357)]),l=t[c(429)](u);const f=i.LivePosition[c(355)](l[c(373)],c(399)),h=i.LivePosition[c(355)](l[c(353)],c(398));n[c(437)]((()=>s(o))),u=r[c(470)](e[c(369)][c(416)][c(357)]),l=t[c(429)](u);const g=t[c(388)](f,h);f[c(401)](),h[c(401)](),n[c(458)](u,{commandName:c(377),commandParams:[o]},[],c(431)),g[c(373)][c(378)](l[c(373)])&&n[c(466)](t[c(388)](g[c(373)],l[c(373)]),c(431)),l[c(353)][c(378)](g[c(353)])&&n[c(466)](t[c(388)](l[c(353)],g[c(353)]),c(431))}))})),n[t(468)][t(454)](t(354),t(431),t(424),(()=>!1)),n[t(468)][t(454)](t(354),t(431),t(370),(()=>!1)),n[t(468)][t(454)](t(354),t(431),t(383),n[t(468)][t(446)](t(354),"",t(370))),n[t(468)][t(454)](t(407),t(431),t(424),(()=>!1)),n[t(468)][t(454)](t(407),t(431),t(383),(([r])=>{const s=t,o=n[s(468)][s(446)](s(407),"",s(383));let i=r[s(373)],a=r[s(353)];const c=e[s(369)][s(442)][s(433)](i,s(427)),u=e[s(369)][s(442)][s(433)](a,s(400));c[s(385)]&&(i=c[s(373)]),u[s(385)]&&(a=u[s(353)]),o([e[s(369)][s(388)](i,a)])})),n[t(468)][t(454)](t(354),t(431),t(409),c),n[t(468)][t(454)](t(407),t(431),t(409),c)),e[t(376)][t(402)](t(471))&&(n[t(452)](t(414),((s,o)=>{const i=t,a=e[i(376)][i(422)](i(404));let c=r[i(470)](e[i(369)][i(416)][i(357)]),u=a[i(412)](c);e[i(369)][i(387)]((()=>{const t=i;if(u)return void n[t(423)](e[t(369)][t(429)](u));const l=r[t(453)](c);s(o),c=r[t(470)](e[t(369)][t(416)][t(357)]),u=a[t(412)](c),n[t(466)](e[t(369)][t(429)](u),l?null:t(380))}))})),n[t(468)][t(454)](t(407),t(380),t(409),c));const o=[{type:t(354),subType:t(459)},{type:t(407),subType:t(380)},{type:t(354),subType:t(431)},{type:t(407),subType:t(431)}];function a(e,s){const i=t,a=o[i(462)]((({type:t,subType:n})=>e[i(443)]==t&&e[i(456)]==n)),c=o[i(462)]((({type:t,subType:e})=>s[i(443)]==t&&s[i(456)]==e));if(a<0||c<0)return!1;const u=e[i(465)](),l=s[i(465)]();if((0==a||1==a)&&2==c&&u[i(428)](l))return!0;if(2==a&&3==c){const t=n[i(432)](u,i(407))[i(430)]((({suggestion:t,meta:e})=>e[i(420)]&&i(431)==t[i(456)]));if(t[i(395)]>1&&l[i(353)][i(394)](u[i(373)]))return!0;if(1==t[i(395)]&&(u[i(373)][i(394)](l[i(353)])||u[i(353)][i(394)](l[i(373)])))return!0}if(3==a&&3==c&&u[i(373)][i(378)](l[i(373)])){const t=u[i(353)][i(390)],e=l[i(373)][i(362)];return r[i(453)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(376)][t(402)](t(379))&&(n[t(434)](t(467)),n[t(435)](t(410)),n[t(449)][t(469)](t(410),zr(s,t(417)))),e[t(376)][t(402)](t(415))&&(n[t(434)](t(382)),n[t(435)](t(408))),n[t(449)][t(397)]((e=>{const n=t;if(o[n(411)]((({type:t,subType:r})=>e[n(443)]==t&&e[n(456)]==r)))return e[n(365)]?{}:void 0})),n[t(449)][t(397)]((e=>{const n=t;if(n(407)==e[n(443)]||n(438)==e[n(443)]){const t=e[n(393)]();if(t&&t.is(n(444),n(363)))return{type:n(407)==e[n(443)]?n(418):n(447),element:t,quantity:1}}})),n[t(449)][t(397)]((e=>t(354)==e[t(443)]&&t(431)==e[t(456)]?{type:t(413),content:t(472)}:t(354)==e[t(443)]&&t(461)==e[t(456)]?{type:t(413),content:t(451)}:void 0)),n[t(449)][t(397)]((e=>{const n=t;if(n(364)!=e[n(443)])return;const{data:r}=e;if(!r||n(408)!=r[n(368)])return;const o=r[n(421)];return o?{type:n(413),content:zr(s,n(358),'"'+o+'"')}:{type:n(413),content:zr(s,n(356))}})),this[t(455)]()}[Oo(455)](){const t=Oo,e=this[t(386)],n=e[t(457)];e[t(376)][t(422)](t(352))[t(449)][t(397)]((e=>{const r=t;if(r(354)!=e[r(443)]&&r(436)!=e[r(443)])return;const{data:s}=e;if(s){if(r(382)==s[r(445)]){const t=s[r(441)][0][r(421)];return t?{type:r(413),content:zr(n,r(358),'"'+t+'"')}:{type:r(413),content:zr(n,r(356))}}if(r(467)==s[r(445)]){const t=s[r(441)][0][r(463)];return t?{type:r(413),content:zr(n,r(359),t)}:{type:r(413),content:zr(n,r(396))}}}}))}}function Po(t,e){const n=Uo();return(Po=function(t,e){return n[t-=317]})(t,e)}const Bo=Po;function Uo(){const t=["*Format:* replace image URL","610szJQtT","164313iPyCmo","ImageEditing","20DkOQpG","1358832IfBjjM","TrackChangesEditing","registerBlockAttribute","discard","has","217687ojewBD","_registerLegacyDescription","src","getSuggestionCallback","get","replaceImageSource","47877sfyHrk","key","descriptionFactory","2348JNXaVY","locale","*Replace image URL*","38784ZeEojP","editor","_suggestionFactory","registerCustomCallback","formatInline","format","plugins","afterInit","21ktDEeL","accept","attribute","33xLQKZV","enableDefaultAttributesIntegration","_handleLegacySuggestions","registerDescriptionCallback","302030cqRNLh","commandName","formatBlock","newValue","type","oldValue"];return(Uo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(116579===-parseInt(n(326))/1+parseInt(n(320))/2*(parseInt(n(332))/3)+parseInt(n(335))/4*(parseInt(n(317))/5)+parseInt(n(321))/6+-parseInt(n(346))/7*(parseInt(n(338))/8)+-parseInt(n(318))/9+-parseInt(n(353))/10*(parseInt(n(349))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Uo);class xo extends t.Plugin{[Bo(345)](){const t=Bo;if(!this[t(339)][t(344)][t(325)](t(319)))return;const e=this[t(339)][t(336)],n=this[t(339)][t(344)][t(330)](t(322));n[t(350)](t(331)),n[t(323)](t(328)),n[t(334)][t(352)]((n=>{const r=t;if(r(348)!=n[r(357)])return;const{data:s}=n;return s&&r(328)==s[r(333)]?s[r(356)]&&s[r(358)]?{type:r(343),content:zr(e,r(337))}:{type:r(343),content:""}:void 0})),this[t(351)]()}[Bo(351)](){const t=Bo,e=this[t(339)][t(344)][t(330)](t(322));e[t(340)][t(341)](t(355),t(331),t(347),e[t(340)][t(329)](t(355),null,t(324))),e[t(340)][t(341)](t(355),t(331),t(324),e[t(340)][t(329)](t(355),null,t(347))),this[t(327)]()}[Bo(327)](){const t=Bo,e=this[t(339)],n=e[t(336)];e[t(344)][t(330)](t(322))[t(334)][t(352)]((e=>{const r=t;if(r(355)!=e[r(357)]&&r(342)!=e[r(357)])return;const{data:s}=e;return s&&r(331)==s[r(354)]?{type:r(343),content:zr(n,r(359))}:void 0}))}}const jo=Go;function Go(t,e){const n=Ho();return(Go=function(t,e){return n[t-=397]})(t,e)}!function(t,e){const n=Go,r=t();for(;;)try{if(269981===-parseInt(n(445))/1+parseInt(n(419))/2*(parseInt(n(492))/3)+parseInt(n(438))/4*(parseInt(n(437))/5)+parseInt(n(490))/6*(parseInt(n(478))/7)+parseInt(n(400))/8+-parseInt(n(450))/9+parseInt(n(463))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ho);class Vo extends t.Plugin{[jo(459)](){const t=jo,n=this[t(467)];if(!n[t(409)][t(401)](t(448)))return;const r=n[t(409)][t(486)](t(476)),s=n[t(409)][t(486)](t(471)),o={};r[t(399)](t(462),((o,i)=>{const a=t,c=n[a(409)][a(486)](a(397)).me,u=n[a(469)][a(486)](a(462));let l=s[a(418)](n[a(493)][a(470)][a(442)]),f=n[a(493)][a(484)](l),h=u[a(440)];if(h==i[a(440)])return;const g={commandName:a(462),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(493)][a(404)]((()=>{const t=a;if(r[t(485)]()[t(461)]((e=>e[t(426)]&&c==e[t(403)]&&(t(430)==e[t(482)]||t(413)==e[t(482)])&&(t(489)==e[t(466)]||t(414)==e[t(466)])&&e[t(434)]()[t(446)](f)))[t(402)]((e=>r[t(432)](e[t(436)]))),l=s[t(418)](n[t(493)][t(470)][t(442)]),f=n[t(493)][t(484)](l),u[t(464)](),n[t(469)][t(486)](t(417))[t(464)](),n[t(469)][t(486)](t(435))[t(464)](),h=u[t(440)],h!=i[t(440)])return s[t(481)](l)&&u[t(472)](i[t(440)],l)?(o({...i,setImageSizes:!1}),l=s[t(418)](n[t(493)][t(470)][t(442)]),void r[t(479)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(489))):void(s[t(452)](l)?r[t(479)](l,g,[],t(414)):r[t(468)](f,g,t(414)))}))}));for(const e of n[t(409)][t(486)](t(448))[t(439)])o[e[t(494)]]=e[t(415)][t(421)]();r[t(431)][t(443)](t(430),t(489),t(444),(()=>!1)),r[t(431)][t(443)](t(430),t(414),t(444),(()=>!1)),r[t(431)][t(443)](t(413),t(414),t(444),(()=>!1)),r[t(431)][t(443)](t(430),t(489),t(487),(([e])=>{const n=t;s[n(408)](e[n(423)]())})),r[t(431)][t(443)](t(430),t(489),t(420),((e,n)=>{const s=t;r[s(431)][s(491)](s(430),"",s(487))(e,{commandName:n[s(460)],commandParams:n[s(405)]})})),r[t(431)][t(443)](t(430),t(489),t(495),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(430),subType:t(489)},{type:t(433),subType:t(412)},{type:t(430),subType:t(407)},{type:t(433),subType:t(407)}];function a(e,n){const o=t,a=i[o(474)]((({type:t,subType:n})=>e[o(482)]==t&&e[o(466)]==n)),c=i[o(474)]((({type:t,subType:e})=>n[o(482)]==t&&n[o(466)]==e));if(a<0||c<0)return!1;const u=e[o(434)](),l=n[o(434)]();if((0==a||1==a)&&2==c&&u[o(429)](l))return!0;if(2==a&&3==c){const t=r[o(411)](u,o(433))[o(461)]((({suggestion:t,meta:e})=>e[o(449)]&&o(407)==t[o(466)]));if(t[o(416)]>1&&l[o(410)][o(446)](u[o(477)]))return!0;if(1==t[o(416)]&&(u[o(477)][o(446)](l[o(410)])||u[o(410)][o(446)](l[o(477)])))return!0}if(3==a&&3==c&&u[o(477)][o(473)](l[o(477)])){const t=u[o(410)][o(447)],e=l[o(477)][o(488)];return s[o(452)](t)&&t===e}return!1}n[t(493)][t(470)][t(441)]((()=>{const e=t;let o=!1;const i=Array[e(480)](n[e(493)][e(470)][e(424)][e(406)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(465)](t);if(e(475)==i&&r[e(422)](u)){if(e(430)==a&&(e(489)==c||e(414)==c)){const t=r[e(483)](u);if(n[e(398)]){const n=t[e(434)]()[e(423)]();if(s[e(452)](n))continue;r[e(432)](t),o=!0}}if(e(433)==a&&e(412)==c&&!n[e(398)]){const t=r[e(483)](u);t[e(456)]&&t[e(456)][e(426)]&&(r[e(432)](t[e(456)]),o=!0)}}}return o})),this[t(457)](o)}[jo(457)](t){const e=jo,n=this[e(467)],r=n[e(427)];n[e(409)][e(486)](e(476))[e(458)][e(453)]((n=>{const s=e;if(s(430)!=n[s(482)]&&s(413)!=n[s(482)])return;const{data:o}=n;if(!o||s(462)!=o[s(460)])return;const i=o[s(451)][0][s(440)];return function(t){const e=s;return{type:e(425),content:zr(r,e(428),t)}}(s(454)===i?zr(r,s(455)):t[i]||i)}))}}function Ho(){const t=["suggestion","TrackChangesEditing","start","3115hLKVVG","markBlockFormat","from","isInlineImage","type","getSuggestion","createRangeOn","getSuggestions","get","accept","nodeBefore","imageStylePreApply","2946SkITEZ","getSuggestionCallback","6yJoYWU","model","name","chain","Users","newRange","enableCommand","1984032FhUeFD","has","forEach","author","change","commandReversedParams","getChangedMarkers","convertInlineImageToBlock","setImageNaturalSizeAttributes","plugins","end","_findSuggestions","imageCaption","formatInline","imageStylePostApply","title","length","imageTypeInline","getClosestSelectedImageElement","150338IeFReg","discard","toLowerCase","hasSuggestion","getContainedElement","differ","format","isInContent","locale","*Format:* %0","isIntersecting","formatBlock","_suggestionFactory","discardSuggestion","insertion","getFirstRange","imageTypeBlock","head","8405HuQKyv","364yZZOiS","normalizedStyles","value","registerPostFixer","selection","registerCustomCallback","join","64613gMrzZH","isEqual","nodeAfter","ImageStyleEditing","isOwn","4803813ERtzhY","commandParams","isBlockImage","registerDescriptionCallback","side","FORMAT_SIDE_IMAGE","next","_registerLegacyDescription","descriptionFactory","afterInit","commandName","filter","imageStyle","985430KRLdIa","refresh","_splitMarkerName","subType","editor","markInlineFormat","commands","document","ImageUtils","shouldConvertImageType","isBefore","findIndex"];return(Ho=function(){return t})()}function zo(){const t=["2cLCBlY","bind","Users","afterInit","1841742EPNZgI","plugins","high","_handleImportedData","editor","commands","_trackChangesExecuted","trackChanges","value","enableCommand","8YVvpHg","track_changes","collaboration_features","dataInsert","43455UujbTf","4768476fVUlFI","870TFnWUk","execute","listenTo","forEach","1517734tFLFWY","lowest","get","11832772OxWTLk","importWord","1250181YvbCrP","TrackChangesEditing","33MchWEg","_setSuggestionData","_trackChangesValueDuringImport","8gmOHAf","6386660xvHFqV"];return(zo=function(){return t})()}const Wo=Ko;function Ko(t,e){const n=zo();return(Ko=function(t,e){return n[t-=345]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(948218===parseInt(n(363))/1*(-parseInt(n(375))/2)+-parseInt(n(368))/3*(parseInt(n(373))/4)+-parseInt(n(357))/5*(-parseInt(n(359))/6)+-parseInt(n(366))/7*(-parseInt(n(353))/8)+-parseInt(n(379))/9+-parseInt(n(374))/10+parseInt(n(370))/11*(parseInt(n(358))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zo);class Zo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(372)]=!1,this[e(349)]=!1}[Wo(378)](){const t=Wo,e=this[t(347)],n=e[t(348)][t(365)](t(367)),r=e[t(348)][t(365)](t(350));n&&(n.on(t(360),((e,[,n])=>{const s=t;this[s(372)]=r[s(351)],n[s(355)][s(354)]=!this[s(372)]}),{priority:t(345)}),this[t(361)](n,t(356),this[t(346)][t(376)](this)),this[t(361)](n,t(356),(()=>{const e=t;this[e(349)]&&(r[e(360)](),this[e(349)]=!1)}),{priority:t(364)}),e[t(380)][t(365)](t(369))[t(352)](t(367)))}[Wo(346)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(347)][n(348)][n(365)](n(350)),o=s[n(351)];this[n(372)]!==o&&(s[n(360)](),this[n(349)]=!0),r&&r[n(362)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(347)][o(380)][o(365)](o(377)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(367)}}};this[o(347)][o(380)][o(365)](o(369))[o(371)](i)}))}}function qo(){const t=["1584HULMZp","1974922eskjVO","enableDefaultAttributesIntegration","652784sWgojd","390fzKQrv","_registerLegacyDescription","registerBlockAttribute","37593012ZaAQOS","editor","175BTsxuN","get","IndentEditing","140Ipjqpv","81852uZwZDp","enableCommand","formatBlock","*Indent:* %0","plugins","*Outdent:* %0","type","format","registerAttributeLabel","getItems","4156276ffByBU","has","getItemLabel","afterInit","FORMAT_INDENT","locale","indentBlock","commandName","3sghcDp","outdent","registerDescriptionCallback","indent","1LUvZyR","descriptionFactory","13fYeOmv","blockIndent","outdentBlock","IndentBlock","2689092qyetpt","TrackChangesEditing"];return(qo=function(){return t})()}const Qo=Xo;function Xo(t,e){const n=qo();return(Xo=function(t,e){return n[t-=433]})(t,e)}!function(t,e){const n=Xo,r=t();for(;;)try{if(579123===parseInt(n(462))/1*(-parseInt(n(471))/2)+parseInt(n(458))/3*(-parseInt(n(450))/4)+-parseInt(n(474))/5*(parseInt(n(440))/6)+parseInt(n(436))/7*(parseInt(n(470))/8)+-parseInt(n(468))/9+parseInt(n(439))/10*(parseInt(n(473))/11)+parseInt(n(434))/12*(parseInt(n(464))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Yo extends t.Plugin{[Qo(453)](){const t=Qo,e=this[t(435)],n=e[t(444)][t(437)](t(469));if(e[t(444)][t(451)](t(438))&&(n[t(441)](t(461)),n[t(441)](t(459))),e[t(444)][t(451)](t(467)))for(const e of[t(456),t(466)])n[t(472)](e);const r=e[t(455)];n[t(433)](t(465)),n[t(463)][t(448)](t(465),zr(r,t(454))),this[t(475)]()}[Qo(475)](){const t=Qo,e=this[t(435)],n=e[t(455)],r=e[t(444)][t(437)](t(469));r[t(463)][t(460)]((e=>{const s=t;if(s(442)!=e[s(446)])return;const{data:o}=e;if(!o)return;if(s(456)!=o[s(457)]&&s(466)!=o[s(457)])return;const i=e[s(449)]()[0],a=r[s(463)][s(452)](i);return s(456)==o[s(457)]?{type:s(447),content:zr(n,s(443),a)}:s(466)==o[s(457)]?{type:s(447),content:zr(n,s(445),a)}:void 0}))}}function Jo(t,e){var n=ti();return(Jo=function(t,e){return n[t-=357]})(t,e)}var $o=Jo;function ti(){var t=["326713tyHFRo","input","2PMGWUl","requires","enableCommand","27377QnFYuh","plugins","init","222fhBiFo","get","448ZdZCLN","243uLtYqJ","644529BOaDMt","3283580ZBwYVC","editor","642390yKbKzQ","TrackChangesEditing","867172lVIttS"];return(ti=function(){return t})()}!function(t,e){for(var n=Jo,r=t();;)try{if(275002===parseInt(n(370))/1*(parseInt(n(372))/2)+-parseInt(n(364))/3+parseInt(n(369))/4+parseInt(n(367))/5+parseInt(n(360))/6*(parseInt(n(357))/7)+-parseInt(n(362))/8*(-parseInt(n(363))/9)+-parseInt(n(365))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[$o(373)](){return[vs.Input]}[$o(359)](){var t=$o;this[t(366)][t(358)][t(361)](t(368))[t(374)](t(371))}}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=455]})(t,e)}function si(){const t=["manualDecorators","2843392wYaeJy","linkHref","9XhVIaT","link","*Set link:* %0","LinkEditing","link (","4394440mXcsnE","has","attribute","commandParams","_registerLegacyDescription","format","toLowerCase","locale","commandName","4qpvxwY","181862aajWHp","unlink","registerAttributeLabel","1481949HAZERs","1320860Ijwfow","2530305brItdA","TrackChangesEditing","plugins","registerInlineAttribute","enableDefaultAttributesIntegration","3937451srzmpo","6hpPVPl","*Remove link*","type","formatInline","get","descriptionFactory","editor","label","key","registerDescriptionCallback","afterInit","commands","newValue"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(367456===-parseInt(n(466))/1*(parseInt(n(465))/2)+parseInt(n(469))/3+parseInt(n(491))/4+parseInt(n(471))/5+parseInt(n(477))/6*(-parseInt(n(476))/7)+-parseInt(n(456))/8*(parseInt(n(493))/9)+parseInt(n(470))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(487)](){const t=ni,e=this[t(483)];if(!e[t(473)][t(457)](t(496)))return;const n=e[t(473)][t(481)](t(472)),r=e[t(488)][t(481)](t(494));n[t(475)](t(494)),n[t(475)](t(467)),n[t(474)](t(492));for(const e of r[t(490)])n[t(474)](e.id),n[t(482)][t(468)](e.id,t(455)+e[t(484)][t(462)]()+")");n[t(482)][t(486)]((n=>{const r=t;if(r(458)!=n[r(479)])return;const{data:s}=n;if(!s||r(492)!=s[r(485)])return;const o=s[r(489)],i=e[r(463)];return{type:r(461),content:null==o?zr(i,r(478)):zr(i,r(495),'"'+o+'"')}})),this[t(460)]()}[ni(460)](){const t=ni,e=this[t(483)],n=e[t(463)];e[t(473)][t(481)](t(472))[t(482)][t(486)]((e=>{const r=t;if(r(480)!=e[r(479)])return;const{data:s}=e;if(s){if(r(494)==s[r(464)]){const t=s[r(459)][0];return{type:r(461),content:zr(n,r(495),'"'+t+'"')}}return r(467)==s[r(464)]?{type:r(461),content:zr(n,r(478))}:void 0}}))}}function ii(t,e){const n=ai();return(ii=function(t,e){return n[t-=203]})(t,e)}function ai(){const t=["value","push","TrackChangesEditing","type","numberedList","bulleted","locale","outdentList","plugins","findIndex","commandParams","replace","descriptionFactory","36731790rCnQVw","commandName","6883566UBYRjZ","document","selection","paragraph","List","521485uvuCeU","ELEMENT_LIST_ITEM","registerElementLabel","getAttribute","*Check item*","3675920ANFyDI","_selectedElements","blockName","commands","6kZDjZW","filter","model","listItem","forceValue","ELEMENT_NUMBERED_LIST","before","checkChild","formatInline","todo","3641901qiJSdv","parent","formatBlock","name","add","listType","ELEMENT_TODO_LIST","*Change to:* %0","previousSibling","checkTodoList","numbered","element","bulletedList","end","from","format","registerDescriptionCallback","length","markBlockFormat","execute","LegacyTodoListEditing","get","schema","7qFNuWB","enableCommand","*Uncheck item*","isObject","4772356AjllAi","*Outdent:* %0","createPositionAt","indentList","LegacyListEditing","listIndent","*Indent:* %0","slice","todoListChecked","editor","has","change","getSelectedBlocks","nextSibling","todoList","afterInit","ELEMENT_BULLETED_LIST","11525064Zxkbvf","createRange"];return(ai=function(){return t})()}const ci=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(785345===parseInt(n(204))/1*(parseInt(n(213))/2)+-parseInt(n(223))/3+parseInt(n(250))/4+parseInt(n(209))/5+parseInt(n(284))/6*(parseInt(n(246))/7)+parseInt(n(267))/8+-parseInt(n(282))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ui extends t.Plugin{[ci(265)](){const t=ci,e=this[t(259)],n=e[t(275)];if(!e[t(277)][t(260)](t(254)))return;const r=e[t(277)][t(244)](t(271)),s=e[t(277)][t(260)](t(243));function o(t){return()=>{const n=ii,s=e[n(215)][n(285)][n(286)],o=e[n(212)][n(244)](t);if(o[n(269)])return void e[n(242)](n(287),{});const i=t[n(257)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(237)](t)[s(214)]((t=>function(t,e){const n=s;return e[n(220)](t[n(224)],n(216))&&!e[n(249)](t)}(t,r)));o=o[s(214)]((t=>!t.is(s(234),s(216))||t[s(207)](s(228))!=e));const i=new Set;for(const t of o)t.is(s(234),s(216))?i[s(227)](li(t)):i[s(227)](t);return Array[s(237)](i)}(s[n(262)](),i,e[n(215)][n(245)]);e[n(215)][n(261)]((()=>{const e=n;for(const n of a)r[e(241)](n,{commandName:t,commandParams:[{forceValue:!o[e(269)]}],formatGroupId:e(211)},fi(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(237)](t);const r=n[e(278)]((t=>e(216)!=t[e(226)]));return r>-1&&(n=n[e(257)](0,r)),n}(e[n(215)][n(285)][n(286)][n(262)]()),o=e[n(215)][n(268)](e[n(215)][n(252)](s[0],n(219)),e[n(215)][n(252)](s[s[n(240)]-1],n(236)));e[n(215)][n(261)]((()=>{const e=n;r[e(241)](o,{commandName:t,commandParams:[],formatGroupId:e(255)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(263)];for(;t&&t[n(207)](n(255))>e[n(207)](n(255));)r[n(227)](t),t=t[n(263)]}return Array[n(237)](r)}(s))}))}}r[t(247)](t(273),o(t(273))),r[t(247)](t(235),o(t(235))),s&&r[t(247)](t(264),o(t(264))),r[t(247)](t(253),i(t(253))),r[t(247)](t(276),i(t(276))),s&&r[t(247)](t(232),(()=>{const n=t,s=e[n(212)][n(244)](n(232)),o=Array[n(237)](s[n(210)]);o[n(214)]((t=>t[n(207)](n(258))!=s[n(269)])),e[n(215)][n(261)]((()=>{const t=n;for(const e of o)r[t(241)](e,{commandName:t(232),commandParams:[{forceValue:!s[t(269)]}]})}))})),r[t(281)][t(206)](t(216),(e=>zr(n,t(205),e))),r[t(281)][t(239)]((e=>{const r=t;if(r(225)!=e[r(272)]&&r(221)!=e[r(272)])return;const{data:s}=e;if(s){if(r(273)==s[r(283)]||r(235)==s[r(283)]||r(264)==s[r(283)])switch(s[r(283)][r(280)](r(203),"")){case r(274):return o(zr(n,r(266)));case r(233):return o(zr(n,r(218)));case r(222):return o(zr(n,r(229)))}if(r(253)==s[r(283)])return{type:r(238),content:zr(n,r(256),zr(n,r(205)))};if(r(276)==s[r(283)])return{type:r(238),content:zr(n,r(251),zr(n,r(205)))};if(r(232)==s[r(283)])return s[r(279)][0][r(217)]?{type:r(238),content:zr(n,r(208))}:{type:r(238),content:zr(n,r(248))}}function o(t){const e=r;return{type:e(238),content:zr(n,e(230),t)}}}))}}function li(t){const e=ci,n=t[e(207)](e(255));if(0==n)return t;let r=t;for(;t[e(231)]&&t[e(231)].is(e(234),e(216));){const s=t[e(231)][e(207)](e(255));if(s==n)r=t[e(231)];else if(s<n)break;t=t[e(231)]}return r}function fi(t){const e=ci,n=[];if(t.is(e(234),e(216))&&t[e(207)](e(255))>0){let r=t[e(263)];for(;r&&e(216)==r[e(226)]&&r[e(207)](e(255))==t[e(207)](e(255));)n[e(270)](r),r=r[e(263)]}return n}const hi=di;function gi(){const t=["_LIST_","_getSuggestionBlocks","11311340exKyFp","2ksQFCA","get","enableCommand","map","editor","getSiblingNodes","toUpperCase","change","unshift","getListTypeFromListStyleType","createRange","push","listItem","*Change to:* %0","before","_getTranslationKeyForListStyle","default","filter","listType","parent","handleListStyleCommand","numbered","element","backward","getFirstPosition","*Format:* set order to regular","forward","list.properties","replace","markMultiRangeBlockFormat","selection","startIndex","afterInit","createPositionAt","3034638gUpHwo","formatBlock","*Format:* set order to reversed","handleListStartCommand","169219MnsIOT","config","497hVbaUj","*Format:* set start index to %0","type","61352VPMVne","bind","format","listStart","descriptionFactory","from","formatInline","length","handleDescriptions","LegacyListPropertiesEditing","model","flat","reversed","document","ELEMENT_","listStyle","commandName","handleListReversedCommand","getSelectedBlocks","3176325pxlDXi","getAttribute","LegacyListUtils","300xrJovw","getLastPosition","listReversed","_getSuggestionBlocksForListStyle","plugins","commandParams","registerDescriptionCallback","has","1898394nHMuxr","styles","15925OWCeuV","TrackChangesEditing","locale"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=441]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(430391===parseInt(n(474))/1*(-parseInt(n(517))/2)+parseInt(n(509))/3+parseInt(n(501))/4*(parseInt(n(511))/5)+-parseInt(n(470))/6+-parseInt(n(476))/7*(parseInt(n(479))/8)+-parseInt(n(498))/9+parseInt(n(516))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(468)](){const t=hi;if(!this[t(521)][t(505)][t(508)](t(488)))return;const e=this[t(521)][t(475)][t(518)](t(463)),n=this[t(521)][t(505)][t(518)](t(512));e[t(510)]&&n[t(519)](t(494),this[t(456)][t(480)](this)),e[t(491)]&&n[t(519)](t(503),this[t(496)][t(480)](this)),e[t(467)]&&n[t(519)](t(482),this[t(473)][t(480)](this)),n[t(483)][t(507)](this[t(487)][t(480)](this))}[hi(456)](t,e={}){const n=hi,r=this[n(521)][n(505)][n(518)](n(512)),s=this[n(504)]();this[n(521)][n(489)][n(443)]((()=>{const t=n;r[t(465)](s,{commandName:t(494),commandParams:[{type:e[t(478)]}],formatGroupId:t(494)})}))}[hi(496)](t,e={}){const n=hi,r=this[n(521)][n(505)][n(518)](n(512)),s=this[n(515)]((t=>t.is(n(458),n(448))&&n(457)===t[n(499)](n(454))));if(s[n(486)]<1)return;const o=s[n(520)]((t=>this[n(521)][n(489)][n(446)](this[n(521)][n(489)][n(469)](t,n(450)),this[n(521)][n(489)][n(469)](t,0))));this[n(521)][n(489)][n(443)]((()=>{const t=n;r[t(465)](o,{commandName:t(503),commandParams:[{reversed:e[t(491)]}],formatGroupId:t(503)})}))}[hi(473)](t,e={}){const n=hi,r=this[n(521)][n(505)][n(518)](n(512)),s=this[n(515)]((t=>t.is(n(458),n(448))&&n(457)===t[n(499)](n(454))));if(s[n(486)]<1)return;const o=s[n(520)]((t=>this[n(521)][n(489)][n(446)](this[n(521)][n(489)][n(469)](t,n(450)),this[n(521)][n(489)][n(469)](t,0))));this[n(521)][n(489)][n(443)]((()=>{const t=n;r[t(465)](o,{commandName:t(482),commandParams:[{startIndex:e[t(467)]}],formatGroupId:t(482)})}))}[hi(487)](t){const e=hi;if(e(471)!=t[e(478)]&&e(485)!=t[e(478)])return;const n=this[e(521)][e(513)],{data:r}=t;if(!r)return;let s,o;switch(r[e(495)]){case e(494):s=e(449),o={type:e(481),content:zr(n,s,zr(n,this[e(451)](r[e(506)][0][e(478)])))};break;case e(503):s=r[e(506)][0][e(491)]?e(472):e(461),o={type:e(481),content:zr(n,s)};break;case e(482):s=e(477),o={type:e(481),content:zr(n,s,r[e(506)][0][e(467)])}}return o}[hi(504)](){const t=hi;var e,n,r,s;const o=this[t(521)][t(505)][t(518)](t(500));let i=Array[t(484)](this[t(521)][t(489)][t(492)][t(466)][t(497)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(458),t(448)))&&i[t(444)](...o[t(441)](this[t(521)][t(489)][t(492)][t(466)][t(460)](),t(459))),(null===(n=i[i[t(486)]-1])||void 0===n?void 0:n.is(t(458),t(448)))&&i[t(447)](...o[t(441)](this[t(521)][t(489)][t(492)][t(466)][t(502)](),t(462))),i=[...new Set(i)],(null===(s=null===(r=this[t(521)][t(489)][t(492)][t(466)][t(460)]())||void 0===r?void 0:r[t(455)])||void 0===s?void 0:s.is(t(458),t(448)))&&(i=i[t(453)]((e=>e.is(t(458),t(448))))),i}[hi(515)](t){const e=hi,n=this[e(521)][e(505)][e(518)](e(500));let r=Array[e(484)](this[e(521)][e(489)][e(492)][e(466)][e(497)]())[e(453)](t)[e(520)]((t=>{const r=e,s=this[r(521)][r(489)][r(469)](t,0);return[...n[r(441)](s,r(459)),...n[r(441)](s,r(462))]}))[e(490)]();return r=[...new Set(r)],r}[hi(451)](t){const e=hi;return e(493)+(this[e(521)][e(505)][e(518)](e(500))[e(445)](t)||e(452))[e(442)]()+e(514)+t[e(442)]()[e(464)](/-/g,"_")}}function mi(){const t=["246005NhAKwd","showSuggestionHighlights","enableCommand","elementToElement","createEmptyElement","363MFzkzz","conversion","div","MediaEmbedEditing","997572SEeQoa","plugins","3869670DgseOj","downcastDispatcher","get","descriptionFactory","1730RrfzxC","for","288wefyZd","attribute:url:media","ELEMENT_MEDIA","data","8irpXgb","media","options","TrackChangesEditing","647694OYUnPq","has","registerElementLabel","dataDowncast","locale","high","mediaEmbed","9075240wrPGbm","stop","8166xdjObo","afterInit","10ejQnQd","52749ofvtpG","editor"];return(mi=function(){return t})()}const Ii=Ei;function Ei(t,e){const n=mi();return(Ei=function(t,e){return n[t-=314]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(575637===parseInt(n(345))/1*(-parseInt(n(327))/2)+parseInt(n(340))/3*(parseInt(n(323))/4)+-parseInt(n(342))/5*(-parseInt(n(331))/6)+parseInt(n(317))/7+-parseInt(n(338))/8+-parseInt(n(343))/9*(parseInt(n(321))/10)+-parseInt(n(350))/11*(-parseInt(n(315))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ii(341)](){const t=Ii,e=this[t(344)];if(!e[t(316)][t(332)](t(314)))return;const n=e[t(316)][t(319)](t(330)),r=e[t(335)];n[t(347)](t(337)),n[t(320)][t(333)](t(328),(e=>zr(r,t(325),e))),e[t(351)][t(322)](t(334))[t(348)]({model:t(328),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(346)])return n[s(349)](s(352))},converterPriority:t(336)}),e[t(326)][t(318)].on(t(324),((e,n,r)=>{const s=t;r[s(329)][s(346)]&&e[s(339)]()}),{priority:t(336)})}}const Ti=yi;function _i(){const t=["TrackChangesEditing","MentionEditing","2141871DrJJek","get","afterInit","55PKvpdw","3938000NAsSuZ","has","mention","editor","11136UquKiG","32630xDHAgH","29316yTlZJP","4MPgyxd","6802392vPIbQv","plugins","6003025fVNyJh","927YYLtlU","enableCommand","45nkpoJJ"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=375]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(489658===parseInt(n(376))/1*(parseInt(n(383))/2)+-parseInt(n(393))/3*(-parseInt(n(384))/4)+-parseInt(n(390))/5*(parseInt(n(381))/6)+-parseInt(n(387))/7+-parseInt(n(385))/8+parseInt(n(388))/9*(parseInt(n(382))/10)+parseInt(n(377))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(375)](){const t=Ti,e=this[t(380)];e[t(386)][t(378)](t(392))&&e[t(386)][t(394)](t(391))[t(389)](t(379))}}function ki(){const t=["has","oldValue","format","ELEMENT_MULTI_LEVEL_LIST","handleDescriptions","8ekvlaC","afterInit","4785641YtXnki","plugins","*Remove format:* %0","33qeAXRH","multiLevelList","newValue","descriptionFactory","locale","next","head","registerDescriptionCallback","listType","5189976LZfzuJ","2hTbJEr","enableDefaultAttributesIntegration","key","data","8288430vKsHaS","editor","7471071atreEL","TrackChangesEditing","listMarkerStyle","MultiLevelList","6fDCICy","*Set format:* %0","2589219sKdLsp","1032390uEydot","get","registerBlockAttribute","707320ilkoUQ"];return(ki=function(){return t})()}const Ci=Li;function Li(t,e){const n=ki();return(Li=function(t,e){return n[t-=267]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(925946===-parseInt(n(268))/1+-parseInt(n(289))/2*(parseInt(n(301))/3)+-parseInt(n(288))/4+-parseInt(n(302))/5+-parseInt(n(299))/6*(-parseInt(n(276))/7)+-parseInt(n(274))/8*(-parseInt(n(295))/9)+parseInt(n(293))/10*(parseInt(n(279))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ki);class Ri extends t.Plugin{[Ci(275)](){const t=Ci,e=this[t(294)],n=e[t(277)][t(303)](t(296));e[t(277)][t(269)](t(298))&&(n[t(290)](t(280)),n[t(267)](t(297)),n[t(282)][t(286)]((e=>this[t(273)](e))))}[Ci(273)](t){const e=Ci,n=this[e(294)][e(283)],{data:r}=t,s={type:e(271),content:""};if(r&&e(297)==r[e(291)]){if(!r[e(270)])return{type:e(271),content:zr(n,e(300),zr(n,e(272)))+" ("+r[e(281)]+")"};if(!r[e(281)]){let o=t[e(285)];for(;o;){if(o[e(292)]&&e(287)==o[e(292)][e(291)]&&o[e(292)][e(281)])return s;o=o[e(284)]}return{type:e(271),content:zr(n,e(278),zr(n,e(272)))+" ("+r[e(270)]+")"}}}}}const Ni=Si;function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=120]})(t,e)}!function(t,e){const n=Si,r=t();for(;;)try{if(305105===-parseInt(n(129))/1*(-parseInt(n(125))/2)+parseInt(n(135))/3+-parseInt(n(140))/4*(-parseInt(n(126))/5)+parseInt(n(120))/6+parseInt(n(123))/7+-parseInt(n(121))/8*(-parseInt(n(124))/9)+parseInt(n(136))/10*(-parseInt(n(139))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Ni(122)](){const t=Ni,e=this[t(142)];if(!e[t(131)][t(137)](t(138)))return;e[t(131)][t(133)](t(134))[t(127)](t(132));const n=e[t(131)][t(133)](t(134)),r=e[t(128)];n[t(143)][t(130)](t(132),(e=>zr(r,t(141),e)))}}function Mi(){const t=["1689171wqKgmR","50840xWhlQz","has","PageBreakEditing","3685mVgZyG","328OlAifF","ELEMENT_PAGE_BREAK","editor","descriptionFactory","2071104VdzYQR","824LUZdIF","afterInit","3175235fNEbHa","792xJEJNM","2YpfCXP","33610nMjjNm","enableCommand","locale","86131aVTqAd","registerElementLabel","plugins","pageBreak","get","TrackChangesEditing"];return(Mi=function(){return t})()}const Oi=wi;function wi(t,e){const n=Pi();return(wi=function(t,e){return n[t-=307]})(t,e)}!function(t,e){const n=wi,r=t();for(;;)try{if(859435===parseInt(n(354))/1+parseInt(n(339))/2+-parseInt(n(332))/3*(parseInt(n(335))/4)+parseInt(n(336))/5+-parseInt(n(361))/6+parseInt(n(309))/7*(parseInt(n(341))/8)+-parseInt(n(328))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pi);class Fi extends t.Plugin{[Oi(356)](){const t=Oi,e=this[t(372)];if(!e[t(312)][t(342)](t(347)))return;const n=e[t(352)],r=e[t(312)][t(371)](t(320));r[t(351)][t(307)](t(334),(e=>zr(n,t(344),e))),r[t(343)](t(334)),r[t(326)](t(333)),e[t(318)][t(346)].on(t(311),Di(e),{priority:t(365)}),e[t(325)][t(346)].on(t(311),((n,r,s)=>{const o=t;s[o(353)][o(321)]&&Di(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(365)});const s=r[t(351)];s[t(308)]((r=>{const o=t;if(o(338)!==r[o(358)])return;const{start:i,end:a}=r[o(317)]();if(!i[o(331)](a)||!i[o(319)])return;const c=e[o(350)][o(323)],u=i[o(319)];return c[o(363)](u)&&!c[o(366)](u)&&c[o(329)](u,o(367))?{type:o(338),content:zr(n,o(324),s[o(364)](u,1))}:void 0})),this[t(360)]()}[Oi(360)](){const t=Oi,e=this[t(372)],n=e[t(352)];e[t(312)][t(371)](t(320))[t(351)][t(308)]((e=>{const r=t;if(r(368)!=e[r(358)])return;const{data:s}=e;return s&&r(334)==s[r(322)]?{type:r(310),content:zr(n,r(340),zr(n,r(344)))}:void 0}))}}function Di(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(312)][o(371)](o(320)),a=r[o(316)][o(349)],c=r[o(316)][o(330)],u=t[o(350)][o(323)];if(!a[o(331)](c)||!a[o(319)])return;const l=a[o(319)];if(u[o(363)](l)&&!u[o(366)](l)&&u[o(329)](l,o(367))){if(!s[o(359)][o(355)](r[o(316)],n[o(314)]))return;const t=s[o(370)][o(327)](o(313),{class:o(362)}),a=s[o(337)][o(345)](c);e&&i[o(357)][o(373)](r[o(375)])&&s[o(370)][o(369)](o(374),t),s[o(370)][o(348)](a,t),s[o(337)][o(315)](t,r[o(375)])}}}function Pi(){const t=["span","name","bindElementToMarker","markerRange","getFirstRange","editing","nodeAfter","TrackChangesEditing","showSuggestionHighlights","commandName","schema","*Insert:* %0","data","enableCommand","createUIElement","3294648qOmniP","checkChild","end","isTouching","3DKAFDV","insertParagraph","paragraph","330020kHPNrO","2702885bNwTiD","mapper","insertion","686950qmOHHR","*Change to:* %0","8hzKLCw","has","enableDefaultAttributesIntegration","ELEMENT_PARAGRAPH","toViewPosition","downcastDispatcher","Paragraph","insert","start","model","descriptionFactory","locale","options","699647SGqkSn","consume","afterInit","activeMarkers","type","consumable","_registerLegacyDescription","1761660XclVMq","ck-suggestion-marker-split","isBlock","getItemLabel","highest","isLimit","$text","formatBlock","addClass","writer","get","editor","includes","ck-suggestion-marker--active","markerName","registerElementLabel","registerDescriptionCallback","125461zZlyXD","format","addMarker:suggestion:insertion","plugins"];return(Pi=function(){return t})()}const Bi=xi;function Ui(){const t=["2702014nxLcwr","5327310VIxtMN","1305940WQoVyT","formatBlock","removeFormat","type","9VfHjzx","format","210668CDVRwi","plugins","get","3595KdMIQm","167669AmRfJD","3qZyfDO","afterInit","2889320ZAXDTz","RemoveFormatEditing","TrackChangesEditing","descriptionFactory","enableDefaultAttributesIntegration","3552XXQgWl","formatInline","commandName","has","locale","registerDescriptionCallback","*Remove all formatting*","editor","_registerLegacyDescription"];return(Ui=function(){return t})()}function xi(t,e){const n=Ui();return(xi=function(t,e){return n[t-=437]})(t,e)}!function(t,e){const n=xi,r=t();for(;;)try{if(395574===parseInt(n(437))/1+-parseInt(n(456))/2+parseInt(n(438))/3*(-parseInt(n(462))/4)+-parseInt(n(465))/5*(-parseInt(n(445))/6)+-parseInt(n(454))/7+parseInt(n(440))/8+-parseInt(n(460))/9*(-parseInt(n(455))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Bi(439)](){const t=Bi,e=this[t(452)];e[t(463)][t(448)](t(441))&&(e[t(463)][t(464)](t(442))[t(444)](t(458)),this[t(453)]())}[Bi(453)](){const t=Bi,e=this[t(452)];e[t(463)][t(464)](t(442))[t(443)][t(450)]((n=>{const r=t;if(r(457)!=n[r(459)]&&r(446)!=n[r(459)])return;const{data:s}=n;return s&&r(458)==s[r(447)]?{type:r(461),content:zr(e[r(449)],r(451))}:void 0}))}}const Gi=Hi;function Vi(){const t=["acceptAllSuggestions","30NduYTr","trackChanges","5648159alAjEW","3101010JKIYMx","goToNextRestrictedEditingException","166289MUQEHx","has","182720XIWqKv","enableCommand","1119weetNl","discardSelectedSuggestions","1542340YoROam","12XNmFrx","afterInit","840707sboQyb","editor","discardSuggestion","acceptSuggestion","discardAllSuggestions","get","RestrictedEditingModeEditing","360FYvWzI","2524FgyhLq","plugins","10vnmuTU","acceptSelectedSuggestions","TrackChangesEditing","goToPreviousRestrictedEditingException"];return(Vi=function(){return t})()}function Hi(t,e){const n=Vi();return(Hi=function(t,e){return n[t-=377]})(t,e)}!function(t,e){const n=Hi,r=t();for(;;)try{if(534192===parseInt(n(382))/1*(-parseInt(n(401))/2)+-parseInt(n(386))/3*(parseInt(n(399))/4)+parseInt(n(380))/5+-parseInt(n(377))/6*(parseInt(n(391))/7)+parseInt(n(384))/8*(parseInt(n(398))/9)+parseInt(n(388))/10+parseInt(n(379))/11*(parseInt(n(389))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class zi extends t.Plugin{[Gi(390)](){const t=Gi,e=this[t(392)];if(!e[t(400)][t(383)](t(397)))return;const n=e[t(400)][t(396)](t(403));n[t(385)](t(404)),n[t(385)](t(381));const r=e[t(400)][t(396)](t(397));r[t(385)](t(378)),r[t(385)](t(394)),r[t(385)](t(393)),r[t(385)](t(405)),r[t(385)](t(395)),r[t(385)](t(402)),r[t(385)](t(387))}}const Wi=qi;function Ki(){const t=["11505900qhdRUC","locale","348584tqIZEK","init","includes","mapper","9YgOkAG","softBreak","createPositionBefore","addMarker:suggestion:insertion","8110inLCFF","options","addMarker:suggestion:deletion","9064DvkZkJ","requires","activeMarkers","span","editing","consumable","markerName","161MkKcHx","element","2469BmjbFz","shiftEnter","name","getItems","downcastDispatcher","8adigUw","model","toViewPosition","ck-suggestion-marker-","3036785UHMwPZ","test","high","markerRange","get","showSuggestionHighlights","plugins","deletion","editor","registerElementLabel","ELEMENT_LINE_BREAK","split","addClass","merge","219608bMsUBN","TrackChangesEditing","insert","data","enableCommand","ck-suggestion-marker--active","writer","1854UKbvbZ","createUIElement","descriptionFactory","bindElementToMarker","1802qkSjjy","addMarker:suggestion"];return(Ki=function(){return t})()}!function(t,e){const n=qi,r=t();for(;;)try{if(825658===-parseInt(n(503))/1+-parseInt(n(499))/2*(-parseInt(n(523))/3)+parseInt(n(528))/4*(-parseInt(n(532))/5)+parseInt(n(495))/6*(-parseInt(n(521))/7)+-parseInt(n(488))/8*(-parseInt(n(507))/9)+-parseInt(n(511))/10*(-parseInt(n(514))/11)+parseInt(n(501))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Zi extends t.Plugin{static get[Wi(515)](){return[Xs.ShiftEnter]}[Wi(504)](){const t=Wi,e=this[t(482)],n=e[t(538)][t(536)](t(489));n[t(492)](t(524)),e[t(518)][t(527)].on(t(510),Qi(e),{priority:t(534)}),e[t(518)][t(527)].on(t(513),Qi(e),{priority:t(534)}),e[t(491)][t(527)].on(t(500),((n,r,s)=>{const o=t;s[o(512)][o(537)]&&Qi(e,{showActiveMarker:!1})(n,r,s)})),n[t(497)][t(483)](t(508),(n=>zr(e[t(502)],t(484),n)))}}function qi(t,e){const n=Ki();return(qi=function(t,e){return n[t-=481]})(t,e)}function Qi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=qi,i=t[o(538)][o(536)](o(489));if(!s[o(519)][o(533)](r[o(535)],n[o(525)]))return;const a=t[o(529)];for(const t of r[o(535)][o(526)]()){if(!t.is(o(522),o(508)))continue;const n=o(481)==r[o(520)][o(485)](":")[1]?o(487):o(485),c=s[o(494)][o(496)](o(517),{class:o(531)+n}),u=s[o(506)][o(530)](a[o(509)](t));e&&i[o(516)][o(505)](r[o(520)])&&s[o(494)][o(486)](o(493),c),s[o(494)][o(490)](u,c),s[o(506)][o(498)](c,r[o(520)])}}}const Xi=Ji;function Yi(){const t=["1080zMBNRt","get","selection","266032xVsKcz","plugins","TrackChangesEditing","format","from","50BSOgbn","commands","registerDescriptionCallback","commandName","formatBlock","enableCommand","isCollapsed","descriptionFactory","locale","978958SaDnEn","2858429UnRASJ","change","editor","document","652738EnHSWt","markInlineFormat","type","12194760lsIYaJ","model","getRanges","forceValue","has","restrictedEditingException","StandardEditingModeEditing","commandParams","value","FORMAT_RESTRICTED_ENABLED","909243mPVqOz","formatInline","23148HbHdRy","6tjskNz","FORMAT_RESTRICTED_DISABLED","afterInit"];return(Yi=function(){return t})()}function Ji(t,e){const n=Yi();return(Ji=function(t,e){return n[t-=307]})(t,e)}!function(t,e){const n=Ji,r=t();for(;;)try{if(500385===-parseInt(n(330))/1+-parseInt(n(325))/2+-parseInt(n(343))/3+-parseInt(n(311))/4*(-parseInt(n(316))/5)+parseInt(n(346))/6*(parseInt(n(326))/7)+-parseInt(n(308))/8*(parseInt(n(345))/9)+parseInt(n(333))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Xi(307)](){const t=Xi,e=this[t(328)],n=e[t(334)],r=e[t(324)];if(!e[t(312)][t(337)](t(339)))return;const s=e[t(312)][t(309)](t(313)),o=t(338),i=e[t(317)][t(309)](o);s[t(321)](o,((e,r={})=>{const a=t,c=n[a(329)][a(310)];if(c[a(322)])return void e(r);const u=void 0!==r[a(336)]?r[a(336)]:!i[a(341)];n[a(327)]((()=>{const t=a,e=Array[t(315)](c[t(335)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(331)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(323)][t(318)]((e=>{const n=t;if(n(320)!=e[n(332)]&&n(344)!=e[n(332)])return;const{data:s}=e;return s&&s[n(319)]==o?s[n(340)][0][n(336)]?{type:n(314),content:zr(r,n(342))}:{type:n(314),content:zr(r,n(347))}:void 0}))}}const ta=ea;function ea(t,e){const n=ra();return(ea=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=ea,r=t();for(;;)try{if(135588===parseInt(n(202))/1+parseInt(n(216))/2*(-parseInt(n(196))/3)+parseInt(n(230))/4*(-parseInt(n(223))/5)+parseInt(n(228))/6*(-parseInt(n(242))/7)+-parseInt(n(213))/8*(parseInt(n(229))/9)+parseInt(n(244))/10*(-parseInt(n(234))/11)+parseInt(n(219))/12*(parseInt(n(214))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ra);class na extends t.Plugin{[ta(245)](){const t=ta,e=this[t(232)];if(!e[t(193)][t(211)](t(241))||!e[t(193)][t(211)](t(243)))return;const n=e[t(193)][t(210)](t(203)),r=e[t(195)],s=e[t(221)][t(210)](t(212))||{},o=e[t(193)][t(210)](t(236)),i=e[t(193)][t(210)](t(209))[t(225)](e[t(193)][t(210)](t(243)),s[t(197)]);n[t(217)](t(212));const a=new Set;for(const e of i[t(201)]){const n=o[t(237)](e[t(226)]);a[t(231)](n)}const c=new Set;for(const e of i[t(207)]){const n=o[t(237)](e[t(226)]);c[t(231)](n);for(const n of e[t(239)])c[t(231)](n)}for(const e of a)n[t(222)](e),n[t(233)][t(240)](e,zr(r,t(206)));for(const e of c)n[t(224)](e),n[t(233)][t(240)](e,zr(r,t(206)));this[t(194)]()}[ta(194)](){const t=ta,e=this[t(232)],n=e[t(195)];e[t(193)][t(210)](t(203))[t(233)][t(208)]((e=>{const r=t;if(r(235)!=e[r(215)]&&r(205)!=e[r(215)])return;const{data:s}=e;return s&&r(212)===s[r(227)]?s[r(200)][0][r(204)]?{type:r(220),content:zr(n,r(218),s[r(200)][0][r(199)][r(238)]())}:{type:r(220),content:zr(n,r(198),s[r(200)][0][r(199)][r(238)]())}:void 0}))}}function ra(){const t=["add","editor","descriptionFactory","9977GcahhA","formatBlock","GeneralHtmlSupport","getGhsAttributeNameForElement","toLowerCase","ghsAttributes","registerAttributeLabel","Style","19201UKwdLT","DataSchema","10fiWXTx","afterInit","plugins","_registerLegacyDescription","locale","15xJIKJs","definitions","*Remove format:* %0","styleName","commandParams","block","234802HbdzeV","TrackChangesEditing","forceValue","formatInline","FORMAT_STYLE","inline","registerDescriptionCallback","StyleUtils","get","has","style","56ubckwf","6744036xFWiqr","type","66436bbGljE","enableDefaultAttributesIntegration","*Set format:* %0","12YQAGoJ","format","config","registerBlockAttribute","77965IdUDQE","registerInlineAttribute","normalizeConfig","element","commandName","246EeqiEg","335007UawPuH","20ObsOEX"];return(ra=function(){return t})()}const sa=oa;function oa(t,e){const n=ia();return(oa=function(t,e){return n[t-=375]})(t,e)}function ia(){const t=["commands","differ","1614771BQDbss","has","map","4433aEdwjg","11172161mtEmQK","setSelection","_getSuggestionCoords","markMultiRangeInsertion","accept","hasAttribute","selectTableColumn","data","above","maxRow","detach","insertTableColumnLeft","last","tableRow","insert","getColumnIndexes","$textProxy","128920pSLlUO","registerElementLabel","model","item","_setupColumnsRowsFixing","_getCoordsForCells","registerCustomCallback","71892DWPSDH","$graveyard","nodeAfter","isIntersectingWithRange","change","removeClass","insertTableColumnRight","min","root","markMultiRangeDeletion","locale","editor","124UWpJXr","deletion","startsWith","get","isInContent","getRanges","getRowIndexes","max","name","descriptionFactory","order","createRangeIn","end","addClass","toViewElement","some","classes","366718TlWTib","_tableSuggestions","TrackChangesEditing","first","forceValue","getItems","document","left","cell","start","insertTableRowBelow","minColumn","isArray","mapper","selection","getFirstRange","colspan","span","ELEMENT_TABLE_COLUMN","ELEMENT_TABLE_ROW_WITH_TEXT","703115ZcNrPj","removeTableRow","showSuggestionHighlights","MAX_SAFE_INTEGER","isEqual","low","change:data","getAttribute","oldRange","addRange","includes","afterInit","getSelectionAffectedTableCells","toLowerCase","_splitMarkerName","*Insert:* %0","_acceptFormatSuggestionCallbackFactory","minRow","writer","2SnbAHr","ELEMENT_TABLE","tableCell","createPositionAt","rowspan","fromRange","getSuggestion","enqueueChange","createTableWalker","ELEMENT_TABLE_ROW","position","insertTable","element","batch","getContainedElement","findAncestor","createRangeOn","push","execute","maxColumn","_suggestionFactory","4221876dRIUaw","tablePaste","getCellLocation","filter","insertion","nodeBefore","registerPostFixer","join","ELEMENT_TABLE_COLUMN_WITH_TEXT","rootName","insertTableRowAbove","6JGmyjm","table","highest","_tablePostFixingSubtypes","80OBAAff","enableCommand","getChanges","refresh","type","getChangedMarkers","substr","isTouching","discard","options","ELEMENT_TABLE_WITH_TEXT","MIN_SAFE_INTEGER","addMarker:suggestion","subType","plugins","length","suggestion","getChildren","selectTableRow","*Remove:* %0","every","add","520GtlgYY","values","removeTableColumn","TableEditing","tableColumn","TableUtils","from","downcastDispatcher","registerDescriptionCallback"];return(ia=function(){return t})()}!function(t,e){const n=oa,r=t();for(;;)try{if(995959===-parseInt(n(477))/1+parseInt(n(496))/2*(parseInt(n(517))/3)+parseInt(n(440))/4*(parseInt(n(421))/5)+parseInt(n(528))/6*(parseInt(n(404))/7)+parseInt(n(532))/8*(-parseInt(n(400))/9)+-parseInt(n(389))/10*(-parseInt(n(457))/11)+-parseInt(n(428))/12*(parseInt(n(403))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=oa;super(t),this[e(531)]=[e(417),e(393)],this[e(458)]=new Set}[sa(488)](){const t=sa,e=this[t(439)],n=e[t(423)][t(463)][t(471)];if(!e[t(381)][t(401)](t(392)))return;const r=e[t(438)],s=e[t(381)][t(443)](t(459)),o=e[t(381)][t(443)](t(394));s[t(449)][t(422)](t(529),(e=>zr(r,t(497),e))),this[t(425)](),s[t(533)](t(507)),s[t(533)](t(385)),s[t(533)](t(410));for(const r of[t(527),t(467)]){const i=e[t(398)][t(443)](r);s[t(533)](r,(r=>{const a=t;e[a(423)][a(432)]((t=>{const e=a;r();const c=e(412)===i[e(450)],u=o[e(489)](n),l=o[e(446)](u),f=c?l[e(460)]-1:l[e(416)]+1,h=u[0][e(511)](e(529)),g=o[e(504)](h,{startRow:f,endRow:f}),d=Array[e(395)](g)[e(402)]((n=>t[e(512)](n[e(465)])));s[e(407)](d,e(417))}))}))}for(const r of[t(415),t(434)]){const i=e[t(398)][t(443)](r);s[t(533)](r,(r=>{const a=t;e[a(423)][a(432)]((t=>{const e=a;r();const c=e(464)===i[e(450)],u=o[e(489)](n),l=o[e(419)](u),f=c?l[e(460)]-1:l[e(416)]+1,h=u[0][e(511)](e(529)),g=o[e(504)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(395)](g)[e(402)]((n=>t[e(512)](n[e(465)])));s[e(407)](d,e(393))}))}))}for(const r of[t(478),t(391)]){const i=r[t(538)](11),a=i[t(490)](),c=a[t(538)](0,3)+t(474),u=t(529)+i,l=t(435)+i,f=t(447)+i;s[t(533)](r,(()=>{const i=t;e[i(423)][i(432)]((t=>{const e=i,h=o[e(489)](n),g=h[0][e(511)](e(529));let d;if(e(478)==r){const t=o[e(446)](h);d={startRow:t[e(460)],endRow:t[e(416)],includeAllSlots:!0}}else{const t=o[e(419)](h);d={startColumn:t[e(460)],endColumn:t[e(416)],includeAllSlots:!0}}const p=o[e(504)](g,d),m=Array[e(395)](p)[e(402)]((({cell:t})=>t)),I=ca(m[e(520)]((t=>t[e(409)](c)))),E=ca(m[e(520)]((t=>!t[e(409)](c))))[e(402)]((n=>t[e(512)](n))),b=s[e(437)](E,u);if(b&&(e(417)==b[e(380)]||e(393)==b[e(380)])){const n=this[e(406)](b);for(const r of I){const s=t[e(512)](r),i=o[e(519)](r),u=r[e(484)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(486)](s)}}}))}))}function c(r){const s=t,o=Array[s(395)](n[s(445)]())[s(402)]((t=>i.LiveRange[s(501)](t)));e[s(423)][s(432)]((t=>{const n=s,i=t[n(509)];r=r[n(520)]((t=>n(429)!=t[n(436)][n(526)])),t[n(405)](r),e[n(398)][n(443)](n(478))[n(535)](),e[n(514)](n(478),{forceDefaultExecution:!0}),e[n(423)][n(503)]((()=>{const t=n;e[t(423)][t(503)](i,(e=>{const n=t,r=o[n(520)]((t=>n(429)!=t[n(436)][n(526)]));r[n(382)]>0&&e[n(405)](r);for(const t of o)t[n(414)]()}))}))}))}function u(r){const s=t;e[s(423)][s(432)]((t=>{const o=s,a=Array[o(395)](n[o(445)]())[o(402)]((t=>i.LiveRange[o(501)](t))),c=[];for(const t of r)for(const e of t[o(462)]({shallow:!0}))c[o(513)](e);for(const n of c)o(429)!=n[o(436)][o(526)]&&(t[o(405)](t[o(499)](n,0)),e[o(398)][o(443)](o(391))[o(535)](),e[o(514)](o(391),{forceDefaultExecution:!0}));const u=a[o(520)]((t=>o(429)!=t[o(436)][o(526)]));u[o(382)]>0&&t[o(405)](u);for(const t of a)t[o(414)]()}))}function l(e,n){const r=t;return n[r(387)]((t=>e[r(455)]((e=>e[r(452)][r(481)](t[r(466)])||t[r(452)][r(481)](e[r(466)])))))}function f(e,n){const r=t;return e[r(455)]((t=>n[r(455)]((e=>t[r(452)][r(539)](e[r(466)])))))}e[t(411)][t(396)].on(t(379),((e,n,r)=>{const s=t;if(!r[s(376)][s(479)])return;const o=n[s(424)];if(!o)return;const i=r[s(470)][s(454)](o);function c(t){return Array[s(469)](t)?t:[t]}i&&s(498)===o[s(448)]&&(0,a.setHighlightHandling)(i,r[s(495)],((t,e,n)=>n[s(453)](c(e[s(456)]),t)),((t,e,n)=>n[s(433)](c(e[s(456)]),t)))}),{priority:t(530)}),s[t(449)][t(397)]((e=>{const n=t;if(n(521)!=e[n(536)]&&n(441)!=e[n(536)])return;const s=e[n(510)]();if(null!=s&&s.is(n(508),n(529))){if(n(521)==e[n(536)]){const t=e[n(462)]()[n(520)]((t=>t.is(n(420))))[n(402)]((t=>t[n(411)]));if(t[n(382)])return{type:n(521),content:zr(r,n(492),zr(r,n(377),'"'+t[n(524)](" ")+'"'))}}if(n(441)==e[n(536)]){const t=e[n(462)]()[n(520)]((t=>t.is(n(420))))[n(402)]((t=>t[n(411)]));if(t[n(382)])return{type:n(441),content:zr(r,n(386),zr(r,n(377),'"'+t[n(524)](" ")+'"'))}}}})),s[t(449)][t(397)]((e=>{const n=t;if(n(417)==e[n(380)]){const t=e[n(462)]()[n(520)]((t=>t.is(n(420))))[n(402)]((t=>t[n(411)])),s=this[n(406)](e),o=s[n(413)]-s[n(494)]+1;if(n(521)==e[n(536)])return t[n(382)]?{type:n(521),content:zr(r,n(492),zr(r,n(476),[o,'"'+t[n(524)](" ")+'"']))}:{type:n(521),content:zr(r,n(492),zr(r,n(505),o))};if(n(441)==e[n(536)])return t[n(382)]?{type:n(441),content:zr(r,n(386),zr(r,n(476),[o,'"'+t[n(524)](" ")+'"']))}:{type:n(441),content:zr(r,n(386),zr(r,n(505),o))}}if(n(393)==e[n(380)]){const t=e[n(462)]()[n(520)]((t=>t.is(n(420))))[n(402)]((t=>t[n(411)])),s=this[n(406)](e),o=s[n(515)]-s[n(468)]+1;if(n(521)==e[n(536)])return t[n(382)]?{type:n(521),content:zr(r,n(492),zr(r,n(525),[o,'"'+t[n(524)](" ")+'"']))}:{type:n(521),content:zr(r,n(492),zr(r,n(475),o))};if(n(441)==e[n(536)])return t[n(382)]?{type:n(441),content:zr(r,n(386),zr(r,n(525),[o,'"'+t[n(524)](" ")+'"']))}:{type:n(441),content:zr(r,n(386),zr(r,n(475),o))}}})),s[t(516)][t(427)](t(521),t(417),t(375),c),s[t(516)][t(427)](t(441),t(417),t(408),c),s[t(516)][t(427)](t(521),t(393),t(375),u),s[t(516)][t(427)](t(441),t(393),t(408),u),s[t(516)][t(427)](t(521),t(393),t(524),l),s[t(516)][t(427)](t(441),t(393),t(524),l),s[t(516)][t(427)](t(521),t(417),t(524),f),s[t(516)][t(427)](t(441),t(417),t(524),f)}[sa(493)](){const t=sa,e=this[t(439)],n=e[t(423)][t(463)][t(471)];return(r,s)=>{const o=t;e[o(423)][o(432)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(452)][a(522)];u&&u[0]&&!1===u[0][a(461)]&&(l=r[0][a(466)][a(430)]);const f=t[a(451)](l);if(a(429)==f[a(436)][a(526)])return;const h=Array[a(395)](n[a(445)]())[a(402)]((t=>i.LiveRange[a(501)](t)));t[a(405)](f),e[a(398)][a(443)](c)[a(535)](),u[a(513)]({forceDefaultExecution:!0}),e[a(514)](c,...u);const g=h[a(520)]((t=>a(429)!=t[a(436)][a(526)]));g[a(382)]>0&&t[a(405)](g);for(const t of h)t[a(414)]()}))}}[sa(426)](t){const e=sa,n=this[e(439)][e(381)][e(443)](e(394));let r=Number[e(480)],s=Number[e(378)],o=Number[e(480)],i=Number[e(378)];for(const a of t){if(e(429)==a[e(436)][e(526)])continue;const{row:t,column:c}=n[e(519)](a),u=a[e(409)](e(500))?a[e(484)](e(500))-1:0,l=a[e(409)](e(473))?a[e(484)](e(473))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(425)](){const t=sa,e=this[t(439)],n=e[t(381)][t(443)](t(459)),r=e[t(381)][t(443)](t(394));e[t(423)][t(463)].on(t(483),(()=>{const r=t,s=Array[r(395)](e[r(423)][r(463)][r(399)][r(537)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(491)](t);if(r(383)!=s)continue;if(null!=e[r(485)])continue;const a=n[r(502)](o);this[r(531)][r(487)](i)&&this[r(458)][r(388)](a)}}),{priority:t(482)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(512)](e),a=e[s(511)](s(529)),c=r[s(519)](e);for(const t of this[s(458)]){const n=t[s(380)],r=n[s(442)](s(518)),u=n[s(538)](r?10:5),l=u[s(490)](),f=l[s(538)](0,3)+s(474),h=s(435)+u,g=s(447)+u;if(!t[s(444)])continue;if(a!=t[s(472)]()[s(466)][s(511)](s(529)))continue;if(t[s(431)](i))continue;const d=e[s(409)](f)?e[s(484)](f)-1:0,p=this[s(406)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(486)](i),o=!0)}return o};e[t(423)][t(463)][t(523)]((n=>{const r=t;let o=!1;for(const t of e[r(423)][r(463)][r(399)][r(534)]())if(r(418)==t[r(536)])if(r(417)==t[r(448)])for(const e of t[r(506)][r(430)][r(384)]())o=o||s(e,n);else r(498)==t[r(448)]&&(o=o||s(t[r(506)][r(430)],n));return o}))}[sa(406)](t){const e=sa;return this[e(426)](t[e(445)]()[e(402)]((t=>t[e(466)][e(430)])))}}function ca(t){const e=sa;return Array[e(395)](new Set(t)[e(390)]())}const ua=fa;function la(){const t=["registerCustomCallback","direction","length","TableEditing","execute","2052GhXbYo","editor","value","formatBlock","6pNmxVH","registerDescriptionCallback","descriptionFactory","mergeTableCells","stop","splitTableCellVertically","markMultiRangeBlockFormat","isEnabled","get","setSelection","model","36981CBaDDl","getRanges","map","7683285wANbEk","plugins","_tablePostFixingSubtypes","return","findAncestor","getSelectionAffectedTableCells","_areMergableCells","mergeTableCellRight","selection","containsRange","push","format","6090060ubYdSN","mergeTableCellUp","getFirstPosition","commands","enableCommand","from","insertion","getCellLocation","createRangeOn","refresh","horizontally","11361ZKnuuA","add","getSuggestions","createTableWalker","requires","TrackChangesEditing","filter","root","change","mergeTableCellLeft","low","find","8625410AWcpks","commandName","isInContent","markBlockFormat","accept","rootName","_suggestionFactory","*Split cell:* horizontally","getAncestors","element","_acceptFormatSuggestionCallbackFactory","has","locale","trackChanges","cell","forceDefaultExecution","author","detach","fromRange","document","splitTableCellHorizontally","subType","$graveyard","table","deletion","type","_isForcedDefaultExecutionBlock","*Split cell:* vertically","formatInline","mergeTableCellDown","tableCell","2008GGtvji","size","highest","1330382KygFwF","TableUtils","afterInit","849735pEpwEc","set:isEnabled","_areSelectedCellsMergable","*Merge cells*"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=428]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(827141===parseInt(n(447))/1+parseInt(n(444))/2*(parseInt(n(460))/3)+parseInt(n(486))/4+-parseInt(n(474))/5+-parseInt(n(456))/6*(-parseInt(n(497))/7)+parseInt(n(441))/8*(-parseInt(n(471))/9)+-parseInt(n(509))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(501)](){return[aa]}[ua(446)](){const t=ua,e=this[t(457)],n=e[t(470)][t(429)][t(482)],r=e[t(521)];if(!e[t(475)][t(520)](t(454)))return;const s=e[t(475)][t(468)](t(502)),o=e[t(475)][t(468)](t(445)),a=e[t(475)][t(468)](aa);a[t(476)][t(484)](t(463)),s[t(490)](t(463),(()=>{const n=t,r=o[n(479)](e[n(470)][n(429)][n(482)]);e[n(470)][n(505)]((()=>{const t=n;s[t(466)](r,{commandName:t(463),commandParams:[]},[],t(463))}))})),e[t(489)][t(468)](t(463)).on(t(455),((n,r)=>{const o=t;e[o(489)][o(468)](o(522))[o(458)]&&(r[o(453)]>0&&r[r[o(453)]-1]&&r[r[o(453)]-1][o(524)]||s[o(436)]||this[o(449)]()||n[o(464)]())}),{priority:t(443)});for(const n of[t(487),t(481),t(439),t(506)]){const r=e[t(489)][t(468)](n);s[t(490)](n,(()=>{const n=t,o=e[n(470)][n(429)][n(482)][n(488)]()[n(517)]()[n(508)]((t=>t.is(n(518),n(440)))),i=r[n(458)];e[n(470)][n(505)]((()=>{const t=n;s[t(466)]([o,i],{commandName:t(463),commandParams:[]},[],t(463))}))}))}for(const n of[t(465),t(430)]){const r=e[t(489)][t(468)](n);s[t(490)](n,(()=>{const i=t,a=o[i(479)](e[i(470)][i(429)][i(482)])[0],c=a[i(478)](i(433)),{column:u,row:l}=o[i(493)](a);let f=[];if(i(496)==r[i(452)]){const t=o[i(500)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(491)](t)[i(473)]((t=>t[i(523)]))}else{const t=o[i(500)](c,{column:u,includeAllSlots:!0});f=Array[i(491)](t)[i(473)]((t=>t[i(523)]))}e[i(470)][i(505)]((t=>{const e=i;s[e(512)](t[e(494)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(462)][t(461)]((e=>{const n=t;if(n(459)!=e[n(435)]&&n(438)!=e[n(435)])return;const{data:s}=e;return s&&n(463)==s[n(510)]?{type:n(485),content:zr(r,n(450))}:void 0})),s[t(462)][t(461)]((e=>{const n=t;if(n(459)!=e[n(435)]&&n(438)!=e[n(435)])return;const{data:s}=e;return s?n(465)==s[n(510)]?{type:n(485),content:zr(r,n(437))}:n(430)==s[n(510)]?{type:n(485),content:zr(r,n(516))}:void 0:void 0}));const c=a[t(519)]();for(const e of[t(487),t(481),t(439),t(506)])s[t(515)][t(451)](t(459),e,t(513),c);for(const e of[t(465),t(430)])s[t(515)][t(451)](t(459),e,t(513),c);s[t(515)][t(451)](t(459),t(463),t(513),(r=>{const s=t;e[s(470)][s(505)]((t=>{const o=s,a=Array[o(491)](n[o(472)]())[o(473)]((t=>i.LiveRange[o(428)](t)));t[o(469)](r),e[o(489)][o(468)](o(463))[o(495)](),e[o(455)](o(463),{forceDefaultExecution:!0});const c=a[o(503)]((t=>o(432)!=t[o(504)][o(514)]));c[o(453)]>0&&t[o(469)](c);for(const t of a)t[o(526)]()}))}));for(const n of[t(487),t(439),t(506),t(481)]){const r=e[t(489)][t(468)](n);r.on(t(448),((n,s,o)=>{const i=t;if(o){const t=e[i(470)][i(429)][i(482)][i(488)]()[i(517)]()[i(508)]((t=>t.is(i(518),i(440))));this[i(480)](r[i(458)],t)||(n[i(477)]=!1,n[i(464)]())}}),{priority:t(507)})}}[ua(449)](){const t=ua,e=this[t(457)][t(489)][t(468)](t(463)),n=this[t(457)][t(475)][t(468)](t(445));if(!e[t(467)])return!1;const r=n[t(479)](this[t(457)][t(470)][t(429)][t(482)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(480)](e,n))return!1;return!0}[ua(480)](t,e){const n=ua,r=this[n(457)][n(475)][n(468)](n(502)),s=this[n(457)][n(470)][n(494)](t),o=this[n(457)][n(470)][n(494)](e),i=new Set,a=new Set;for(const t of r[n(499)]())if((n(492)==t[n(435)]||n(434)==t[n(435)]||n(463)==t[n(431)])&&t[n(511)])for(const e of t[n(472)]())e[n(483)](s,!0)&&i[n(498)](t[n(435)]+":"+t[n(525)].id),e[n(483)](o,!0)&&a[n(498)](t[n(435)]+":"+t[n(525)].id);if(i[n(442)]!=a[n(442)])return!1;for(const t of i)if(!a[n(520)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=408]})(t,e)}function pa(){const t=["headingColumns","FORMAT_REGULAR_ROW","highest","FORMAT_HEADER_ROW","commandName","registerBlockAttribute","getCellLocation","4793855GVlGVU","unbindElementFromMarkerName","setAttribute","toViewElement","registerDescriptionCallback","nodeBefore","locale","FORMAT_HEADER_COLUMN","_acceptFormatSuggestionCallbackFactory","has","addMarker:suggestion","markerNameToElements","3mkRZeP","forceValue","markerRange","data","5581597DlZPSX","activeMarkers","headingRows","385570KMsECS","cell","getSuggestion","239802RpouHw","_handleLegacySuggestions","_registerLegacyDescription","TableUtils","plugins","createTableWalker","format","registerCustomCallback","afterInit","bindElementToMarker","_splitMarkerName","markerName","TableEditing","start","_suggestionFactory","requires","TrackChangesEditing","downcastDispatcher","setTableRowHeader","4539684DPJJjj","data-suggestion","consume","FORMAT_REGULAR_COLUMN","removeMarker:suggestion","editor","type","addClass","includes","nodeAfter","*Format:* %0","ck-suggestion-marker--active","formatBlock","name","1366906RftiBd","parent","get","end","removeClass","5318840FBGnTn","accept","item","removeAttribute","editing","showSuggestionHighlights","enableDefaultAttributesIntegration","writer","45DfPpmA","registerAttributeLabel","setTableColumnHeader","ck-suggestion-marker-","mapper","options","stop","descriptionFactory","consumable","commandParams"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(691128===-parseInt(n(470))/1+-parseInt(n(421))/2*(-parseInt(n(463))/3)+-parseInt(n(492))/4+-parseInt(n(451))/5+-parseInt(n(473))/6+-parseInt(n(467))/7+parseInt(n(426))/8*(parseInt(n(434))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(488)](){return[aa]}[ga(481)](){const t=ga,e=this[t(412)];if(!e[t(477)][t(460)](t(485)))return;const n=e[t(457)],r=e[t(477)][t(423)](t(489));r[t(432)](t(491)),r[t(432)](t(436)),r[t(449)](t(469)),r[t(449)](t(444)),r[t(441)][t(435)](t(469),zr(n,t(447))),r[t(441)][t(435)](t(444),zr(n,t(458))),this[t(474)]()}[ga(474)](){const t=ga,e=this[t(412)][t(477)][t(423)](t(489)),n=this[t(412)][t(477)][t(423)](t(476)),r=this[t(412)][t(477)][t(423)](aa)[t(459)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(483)](o[a(484)]),l=e[a(472)](u),f=l[a(466)];if(a(419)!=l[a(413)]||!f||a(436)!=f[a(448)])return;if(o[a(428)])return void s[a(440)]();if(!i[a(442)][a(409)](o[a(465)],s[a(420)]))return;const h=o[a(465)][a(486)][a(416)],g=o[a(465)][a(424)][a(456)],d=h[a(422)][a(422)],{column:p}=n[a(450)](h),{column:m}=n[a(450)](g);for(let s=p;s<=m;s++){const l=n[a(478)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(471)],l=i[a(438)][a(454)](s);i[a(433)][a(414)](a(437)+c,l),r&&i[a(433)][a(453)](a(408),u,l),i[a(438)][a(482)](l,o[a(484)]),t&&(e[a(468)][a(415)](o[a(484)])?i[a(433)][a(414)](a(418),l):i[a(433)][a(425)](a(418),l))}}}}e[t(487)][t(480)](t(419),t(491),t(427),r),e[t(487)][t(480)](t(419),t(436),t(427),r),this[t(412)][t(430)][t(490)].on(t(461),s(),{priority:t(446)}),this[t(412)][t(466)][t(490)].on(t(461),((e,n,r)=>{const o=t;r[o(439)][o(431)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(446)}),this[t(412)][t(430)][t(490)].on(t(411),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(483)](r[o(484)]),c=e[o(472)](a),u=c[o(466)];if(o(419)!=c[o(413)]||!u||o(436)!=u[o(448)])return;const l=s[o(438)][o(462)](r[o(484)]);if(l)for(const t of l)s[o(433)][o(425)](o(437)+i,t),s[o(433)][o(425)](o(418),t),s[o(433)][o(429)](o(408),t),s[o(438)][o(452)](t,r[o(484)])}),{priority:t(446)}),this[t(475)]()}[ga(475)](){const t=ga,e=this[t(412)],n=e[t(457)];function r(e){const r=t;return{type:r(479),content:zr(n,r(417),e)}}e[t(477)][t(423)](t(489))[t(441)][t(455)]((e=>{const s=t;if(s(419)!=e[s(413)])return;const{data:o}=e;if(o){if(s(491)==o[s(448)]){const t=o[s(443)][0][s(464)];return r(zr(n,s(t?447:445)))}if(s(436)==o[s(448)]){const t=o[s(443)][0][s(464)];return r(zr(n,s(t?458:410)))}}}))}}const Ia=Ea;function Ea(t,e){const n=Aa();return(Ea=function(t,e){return n[t-=393]})(t,e)}!function(t,e){const n=Ea,r=t();for(;;)try{if(379228===parseInt(n(516))/1*(parseInt(n(555))/2)+parseInt(n(411))/3*(-parseInt(n(506))/4)+parseInt(n(431))/5*(parseInt(n(594))/6)+parseInt(n(469))/7+-parseInt(n(481))/8+parseInt(n(471))/9*(-parseInt(n(590))/10)+parseInt(n(503))/11*(parseInt(n(461))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);const ba=[Ia(423),Ia(510),Ia(540),Ia(447),Ia(522),Ia(537),Ia(507)],Ta=Object[Ia(415)](ba[Ia(477)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(584)](){return[aa]}[Ia(599)](){const t=Ia,n=this[t(559)];if(!n[t(564)][t(546)](t(426)))return;const r=n[t(564)][t(527)](t(441)),s=n[t(564)][t(527)](t(593)),o=n[t(564)][t(527)](aa),a=n[t(564)][t(527)](t(426));o[t(592)][t(581)](t(509),t(545)),n[t(579)][t(513)][t(554)](t(454),{allowIn:t(455),allowContentOf:t(455),isLimit:!0}),n[t(547)][t(499)]({model:t(454),view:t(515)});let c=null;n[t(579)].on(t(480),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(463)]-1];h&&h[u(402)]||r[u(521)]||this[u(559)][u(439)][u(527)](u(472))[u(498)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(572)))return!1;const i=s[o(552)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(438)](n[o(490)][o(548)]);if(!a[o(463)])return!1;const c=a[0][o(450)](o(444)),l=r[o(416)](a),f=r[o(448)](a),h={startRow:l[o(525)],endRow:l[o(395)],startColumn:f[o(525)],endColumn:f[o(395)]};return 1==a[o(463)]&&(h[o(570)]+=r[o(435)](i)-1,h[o(596)]+=r[o(558)](i)-1),ka(c,h,r)}(l,f,n[u(579)],s,a)&&(o[u(409)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(579)][u(557)]((()=>{const t=u;n[t(579)][t(480)](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(463)]&&r[t(514)](o,t(509),{tablePasteChainId:s}),a[t(463)]&&r[t(514)](a,t(545),{tablePasteChainId:s}),l[t(463)]&&(r[t(514)](l,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(457)]((e=>{const n=t;var r;return null===(r=e[n(563)])||void 0===r?void 0:r[n(598)](e)}))),f[t(463)]&&(r[t(497)](f,t(443),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(457)]((e=>{const n=t;var r;return null===(r=e[n(563)])||void 0===r?void 0:r[n(598)](e)})));const g=r[t(575)](h[t(477)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(462),{tablePasteChainId:s});if(g){const e=g[t(535)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(579)][t(543)](s),a=e[t(420)]((e=>e[t(401)]()[t(475)](i)));a&&r[t(581)]([a[t(538)],o])}r[t(463)]&&g[t(492)](t(459),Object[t(415)](r))}c=null})))}),{priority:e.priorities[t(413)]+10}),n[t(564)][t(527)](t(426)).on(t(394),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(409)]();const u=s[r(446)],l=o,f=ya(u),h=ya(l);e[r(403)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(419)](u[r(573)](0));for(const t of Array[r(428)](l[r(518)]()))a[r(474)](t,u,r(410));const t=c[r(405)][r(460)](s[r(484)]),e=c[r(445)][r(460)](s[r(542)]);t||e||(g=i.LiveRange[r(532)](a[r(595)](u)))}else h&&!f&&(d=a[r(595)](u));else{const t=a[r(561)](r(454)),e=a[r(561)](r(454));a[r(476)](a[r(595)](u),e),a[r(474)](t,u,0);for(const e of Array[r(428)](l[r(518)]()))a[r(474)](e,t,r(410));g=i.LiveRange[r(532)](a[r(543)](t)),d=i.LiveRange[r(532)](a[r(543)](e))}const p=Array[r(428)](l[r(508)]())[r(583)]((([t])=>ba[r(460)](t)));c[r(591)][r(581)]({element:u,attributes:p[r(463)]?Object[r(415)](p):null}),g&&c[r(539)][r(581)](g),d&&c[r(517)][r(581)](d)}),{priority:t(413)}),s.on(t(505),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(577)]||1;c[o(445)]=new Array(l)[o(429)](u)[o(477)](((t,e)=>t+e));for(const{cell:t}of s[o(470)](i,{startColumn:u,endColumn:u+l-1}))c[o(479)][o(581)](n[o(579)][o(543)](t))}),{priority:t(512)}),s.on(t(432),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(551)]||1;c[o(405)]=new Array(l)[o(429)](u)[o(477)](((t,e)=>t+e));for(const{cell:t}of s[o(470)](i,{startRow:u,endRow:u+l-1}))c[o(425)][o(581)](n[o(579)][o(543)](t))}),{priority:t(512)}),r[t(520)][t(588)]((e=>{const r=t;if(e[r(597)]&&e[r(597)][r(566)](r(443)))return e[r(434)]?{}:{type:r(501),content:zr(n[r(399)],r(502))}}));const u=()=>!1;for(const e of[t(443),t(545),t(509),t(462)])r[t(473)][t(528)](t(501),e,t(556),u),r[t(473)][t(528)](t(406),e,t(556),u),r[t(473)][t(528)](t(453),e,t(556),u);r[t(473)][t(528)](t(453),t(462),t(526),u),r[t(473)][t(528)](t(453),t(462),t(440),((e,r,s)=>{const o=t,i=e[o(477)]((t=>t[o(485)]()))[o(583)]((t=>t)),a=new Map(i[o(477)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(591)])e&&a[o(536)](t,e);else if(s&&s[o(459)])for(const[t,e]of Object[o(576)](s[o(459)])){const r=n[o(579)][o(487)][o(527)](t),s=r?r[o(401)]()[o(485)]():null;s&&a[o(536)](s,e)}n[o(579)][o(557)]((t=>{const e=o;for(const[n,r]of a)t[e(430)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(473)][o(528)](e,o(443),s,((t,i,a)=>{const c=o;n[c(579)][c(557)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(483)][o(574)];t.is(o(400),o(454))&&u[o(581)](t)}r[o(473)][o(465)](e,null,s)(t,i,a);for(const t of u)o(414)!=t[o(582)][o(482)]&&n[o(449)](t)}))}))};l(t(501),t(440)),l(t(501),t(526)),l(t(406),t(440)),l(t(406),t(526)),r[t(473)][t(528)](t(501),t(509),t(526),(e=>{const n=t,r=e[n(477)]((t=>t[n(485)]())),i=r[0][n(450)](n(444)),{minRow:a,maxRow:c}=o[n(519)](r);s[n(541)](i,{at:a,rows:c-a+1})})),r[t(473)][t(528)](t(501),t(545),t(526),(e=>{const n=t,r=e[n(477)]((t=>t[n(485)]())),i=r[0][n(450)](n(444)),{minColumn:a,maxColumn:c}=o[n(519)](r);s[n(571)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(597)]||!n[s(597)][s(566)](s(443)))return;const o=n[s(578)][s(587)],i=r[s(531)]()[s(583)]((t=>t[s(533)]&&t[s(578)]&&t[s(578)][s(587)]==o));i[s(463)]&&n[s(458)]()[s(463)]!=i[s(463)]&&i[s(529)](((t,e)=>(t[s(586)]=e,e[s(434)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(493)](e[s(478)]),i=[s(496),s(560)],a=r[s(398)][s(460)](e[s(478)]);return a&&i[s(581)](s(511)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(488),f,{priority:t(413)}),r.on(t(422),f,{priority:t(413)}),n[t(579)][t(490)][t(397)]((()=>{const e=t;let s=!1;const o=Array[e(428)](n[e(579)][e(490)][e(396)][e(524)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(493)](t);if(e(418)!=o||e(406)!=a||i[e(567)])continue;if(!r[e(580)](c))continue;const u=r[e(486)](c)[e(585)](),l=n[e(564)][e(527)](e(427)).me;for(const t of r[e(531)]())if(t[e(533)]&&t[e(530)]==l&&e(453)==t[e(417)]&&e(462)==t[e(597)]&&t[e(585)]()[e(452)]((t=>u[e(466)]((n=>n[e(495)](t,!0))))))for(const n of t[e(458)]())n[e(533)]&&(n[e(526)](),s=!0)}return s})),n[t(579)][t(490)][t(397)]((e=>{const s=t,o=n[s(439)][s(527)](s(523));if(!o||!o[s(468)][s(546)](e[s(451)]))return!1;let i=!1;const a=n[s(564)][s(527)](s(427)).me,c=n[s(579)][s(490)][s(396)][s(421)](),u=Array[s(428)](n[s(579)][s(490)][s(396)][s(524)]())[s(583)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(493)](t);return n(418)==o&&n(443)==i&&c==a.id&&!e[n(567)]}));for(const t of c){if(s(474)!=t[s(417)]||s(454)!=t[s(538)]||1!=t[s(463)])continue;const n=e[s(393)](t[s(464)],t[s(464)][s(565)](1));if(!u[s(420)]((({data:t})=>t[s(412)][s(475)](n))))for(const{name:t,data:r}of u)if(n[s(495)](r[s(412)])){e[s(504)](t,{range:n}),i=!0;break}}return i})),n[t(579)][t(490)][t(397)]((e=>{const s=t;let o=!1;const i=n[s(564)][s(527)](s(427)).me,a=r[s(531)]()[s(583)]((t=>t[s(533)]&&t[s(530)]==i)),c=new Set,u=new Set;for(const t of a)if(s(443)==t[s(597)])for(const e of t[s(535)]()){const n=e[s(401)]()[s(485)]();if(n)if(n.is(s(400),s(454))&&ya(n)){t[s(553)](e[s(538)]),c[s(437)](n),o=!0;const r=n[s(491)],i=n[s(500)],a=r&&r.is(s(400),s(454)),l=i&&i.is(s(400),s(454));a&&!c[s(546)](r)&&u[s(437)](r),l&&!c[s(546)](i)&&u[s(437)](i)}else n.is(s(400),s(442))&&n[s(489)]&&(t[s(553)](e[s(538)]),o=!0)}else if(s(462)==t[s(597)]){if(!t[s(578)]||!t[s(578)][s(587)])continue;const e=t[s(578)][s(459)];if(e&&Object[s(436)](e)[s(463)])continue;const n=t[s(578)][s(587)];let r=!0,i=!0;for(const e of a)if(e[s(597)]&&e[s(597)][s(566)](s(443))){if(!e[s(578)][s(587)]){i=!1;break}if(e.id!=t.id&&e[s(578)][s(587)]==n){r=!1;break}}i&&r&&(t[s(534)](),o=!0)}for(const t of c)e[s(419)](t);for(const t of u)e[s(449)](t);return o})),n[t(547)][t(550)](t(568))[t(433)]({model:t(404),view:(t,e)=>h(t),converterPriority:t(413)}),n[t(547)][t(550)](t(569))[t(433)]({model:t(404),view:(e,n)=>n[t(494)][t(408)]?h(e,!1):null,converterPriority:t(413)});const g=n[t(407)][t(467)];this[t(589)](g[t(490)],t(544),((e,n)=>{const r=t,s=[];for(const t of g[r(595)](n[r(456)])[r(424)]())t.is(r(400),r(515))&&s[r(581)](t);g[r(557)]((t=>{const e=r;for(const n of s)t[e(562)](t[e(595)](n),t[e(549)](n)),t[e(419)](n)}))}))}}function ya(t){const e=Ia;if(t[e(489)])return!0;const n=t[e(573)](0);return n.is(e(400),e(442))&&n[e(489)]}function Aa(){const t=["_splitMarkerName","options","containsRange","ck-suggestion-marker","markMultiRangeDeletion","value","elementToElement","previousSibling","insertion","*Replace table cells*","1009998oInKDP","updateMarker","insertColumns","596348ggojLb","tableCellPadding","getAttributes","tablePasteRow","tableCellBorderColor","ck-suggestion-marker--active","low","schema","markMultiRangeInsertion","suggestion-td","17KsRYDX","deletionRanges","getChildren","_getCoordsForCells","descriptionFactory","_isForcedDefaultExecutionBlock","tableCellVerticalAlignment","redo","getChangedMarkers","first","discard","get","registerCustomCallback","reduce","author","getSuggestions","fromRange","isInContent","removeMarkers","getMarkers","set","tableCellBackgroundColor","name","insertionRanges","tableCellBorderStyle","removeRows","column","createRangeOn","clipboardOutput","tablePasteColumn","has","conversion","selection","createPositionBefore","for","rows","getTableIfOnlyTableInContent","removeMarker","register","11540kErfAe","join","change","getColumns","editor","ck-suggestion-marker-insertion","createElement","move","detach","plugins","getShiftedBy","startsWith","oldRange","editingDowncast","dataDowncast","endRow","removeColumns","documentSelection","getChild","nodeAfter","markMultiRangeBlockFormat","entries","columns","attributes","model","hasSuggestion","push","root","filter","requires","getRanges","next","tablePasteChainId","registerDescriptionCallback","listenTo","70vxQMIY","cells","_tablePostFixingSubtypes","TableUtils","288888VDpWMS","createRangeIn","endColumn","subType","call","afterInit","createRange","_replaceTableSlotCell","last","differ","registerPostFixer","activeMarkers","locale","element","getRange","forceDefaultExecution","return","suggestion:formatBlock:tablePasteCell","rowInsertionIndexes","deletion","editing","showSuggestionHighlights","stop","end","3rxCZZC","newRange","high","$graveyard","fromEntries","getRowIndexes","type","suggestion","remove","find","getChanges","suggestionUnloaded","tableCellBorderWidth","getItems","rowInsertionRanges","TableClipboard","Users","from","fill","setAttributes","5QQvRtZ","insertRows","markerToHighlight","previous","getRows","keys","add","getSelectionAffectedTableCells","commands","accept","TrackChangesEditing","paragraph","tablePaste","table","columnInsertionIndexes","cell","tableCellHorizontalAlignment","getColumnIndexes","unwrap","findAncestor","batch","every","formatBlock","tableCellSuggestion","tableCell","content","forEach","getAllAdjacentSuggestions","markerAttributes","includes","24YlaOJa","tablePasteCell","length","position","getSuggestionCallback","some","view","_createdBatches","4497101RvvYAr","createTableWalker","487314WjILAP","trackChanges","_suggestionFactory","insert","isEqual","wrap","map","markerName","columnInsertionRanges","insertContent","519840EYktoy","rootName","start","row","getContainedElement","getSuggestion","markers","suggestionLoaded","isEmpty","document","nextSibling","setAttribute"];return(Aa=function(){return t})()}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(470)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=Ra;function La(){const t=["commandParams","plugins","2419155OvPnsh","getAttribute","*Format:* resize table","table","format","change","registerDescriptionCallback","resizeTableWidth","columnWidths","5zCmowj","TrackChangesEditing","selection","getSuggestionCallback","document","model","author","2dQOjdk","getColumnGroupElement","afterInit","enableCommand","discard","get","formatBlock","type","959690mAmawH","10pCZGsz","formatInline","locale","bind","tableWidth","getSelectedElement","has","formatGroupId","resizeTable","markBlockFormat","getContainedElement","7iEXIYB","9108656sXJIsj","subType","data","2580642odUHWn","TableColumnResizeEditing","_suggestionFactory","editor","getSuggestions","registerCustomCallback","handleSuggestionDescription","handleResizeTableWidthCommand","accept","8618406CryoXA","descriptionFactory","getTableColumnsWidths","28946599FcyVnC","Users","327948UrilZb"];return(La=function(){return t})()}function Ra(t,e){const n=La();return(Ra=function(t,e){return n[t-=394]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(772366===parseInt(n(398))/1*(-parseInt(n(406))/2)+-parseInt(n(439))/3+-parseInt(n(436))/4+parseInt(n(448))/5*(-parseInt(n(431))/6)+parseInt(n(418))/7*(parseInt(n(419))/8)+parseInt(n(422))/9*(parseInt(n(407))/10)+parseInt(n(434))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Na extends t.Plugin{[Ca(400)](){const t=Ca;if(!this[t(425)][t(438)][t(413)](t(423)))return;const e=this[t(425)][t(438)][t(403)](t(449));e[t(401)](t(446),this[t(429)][t(410)](this)),e[t(424)][t(427)](t(404),t(415),t(430),e[t(424)][t(394)](t(404),null,t(402))),e[t(424)][t(427)](t(404),t(415),t(402),e[t(424)][t(394)](t(404),null,t(430))),e[t(432)][t(445)](this[t(428)][t(410)](this))}[Ca(429)](t,e){const n=Ca,r=this[n(425)][n(438)][n(403)](n(449)),s=this[n(425)][n(438)][n(403)](n(423)),o=e[n(442)]||this[n(425)][n(396)][n(395)][n(450)][n(412)]();this[n(425)][n(396)][n(444)]((()=>{const i=n,a=s[i(399)](o);let c=a?s[i(433)](a):null,u=o[i(440)](i(411))||null;const l=e[i(411)]||u,f=e[i(447)]||c,h=this[i(425)][i(438)][i(403)](i(435)).me;for(const t of r[i(426)]()){const e=t[i(417)]();if(i(415)===t[i(420)]&&e===o){t[i(397)]!==h&&t[i(402)]();const e=t[i(421)][i(437)];u=e[0][i(411)],c=e[0][i(447)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(416)](o,{commandName:i(446),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(415)},[],i(415))}))}[Ca(428)](t){const e=Ca;if(e(404)!=t[e(405)]&&e(408)!=t[e(405)])return;const{data:n}=t;if(n&&e(415)===n[e(414)]){const t=e(441);return{type:e(443),content:zr(this[e(425)][e(409)],t)}}}}const Sa=Ma;!function(t,e){const n=Ma,r=t();for(;;)try{if(968240===-parseInt(n(125))/1+-parseInt(n(136))/2+parseInt(n(132))/3+parseInt(n(139))/4+-parseInt(n(138))/5+-parseInt(n(124))/6*(parseInt(n(137))/7)+parseInt(n(134))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oa);class va extends t.Plugin{[Sa(128)](){const t=Sa,e=this[t(131)];e[t(140)][t(135)](t(130))&&e[t(140)][t(127)](t(133))[t(126)](t(129))}}function Ma(t,e){const n=Oa();return(Ma=function(t,e){return n[t-=124]})(t,e)}function Oa(){const t=["get","afterInit","insertTemplate","Template","editor","536910nyHvBX","TrackChangesEditing","39018384uRQESE","has","2731734jQFNmQ","42csIiRB","3810480FpfLfa","1553620fzURwe","plugins","933882JUudHv","1414588wKHHIi","enableCommand"];return(Oa=function(){return t})()}const wa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=489]})(t,e)}function Da(){const t=["TrackChangesEditing","descriptionFactory","573386vDFxyo","plugins","locale","get","3IwlRsd","2079210rCcTuk","registerElementLabel","1134117RVDZmn","tableOfContents","35irlkcl","editor","enableCommand","afterInit","commands","insertTableOfContents","100479wcOJYz","292160TnOLna","ELEMENT_TABLE_OF_CONTENTS","115578eMImwz","1767773NCKmwl","16WUTyTr"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(186687===-parseInt(n(511))/1+-parseInt(n(496))/2*(-parseInt(n(500))/3)+parseInt(n(489))/4+parseInt(n(505))/5*(parseInt(n(491))/6)+parseInt(n(492))/7+-parseInt(n(493))/8*(parseInt(n(503))/9)+-parseInt(n(501))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Pa extends t.Plugin{[wa(508)](){const t=wa,e=this[t(506)];if(!e[t(509)][t(499)](t(510)))return;e[t(497)][t(499)](t(494))[t(507)](t(510));const n=e[t(497)][t(499)](t(494)),r=e[t(498)];n[t(495)][t(502)](t(504),(e=>zr(r,t(490),e)))}}const Ba=Ua;function Ua(t,e){const n=xa();return(Ua=function(t,e){return n[t-=224]})(t,e)}function xa(){const t=["document","schema","45974QGaEaj","from","Title","getChangedMarkers","has","title-content","nodeBefore","276352XlcsLC","removeMarker","isTouching","registerPostFixer","56BgUDtu","ELEMENT_TITLE","10409223JHbXBP","60RsoFQb","descriptionFactory","TrackChangesEditing","1006952WVcWJZ","registerElementLabel","5537790MTqMdO","isEqual","8720280eNxQQJ","element","createRange","get","suggestion","isCollapsed","plugins","20jRoeQX","afterInit","end","start","newRange","376752uNVJwu","editor","_splitMarkerName","forward","getNearestSelectionRange","129iZsbNi","model","locale","differ","updateMarker"];return(xa=function(){return t})()}!function(t,e){const n=Ua,r=t();for(;;)try{if(589486===-parseInt(n(225))/1+-parseInt(n(263))/2*(-parseInt(n(256))/3)+parseInt(n(251))/4*(-parseInt(n(232))/5)+-parseInt(n(237))/6+-parseInt(n(229))/7*(-parseInt(n(235))/8)+-parseInt(n(239))/9+-parseInt(n(246))/10*(-parseInt(n(231))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class ja extends t.Plugin{[Ba(247)](){const t=Ba,e=this[t(252)];if(!e[t(245)][t(267)](t(265)))return;const n=e[t(245)][t(242)](t(234));n[t(233)][t(236)](t(268),(()=>zr(e[t(258)],t(230)))),e[t(257)][t(261)][t(228)]((r=>{const s=t;let o=!1;const i=Array[s(264)](e[s(257)][s(261)][s(259)][s(266)]());for(const{name:t,data:a}of i){const{group:i}=n[s(253)](t);if(s(243)!==i||!a[s(250)])continue;const c=a[s(250)],u=c[s(248)][s(224)];if(!u||!u.is(s(240),s(268)))continue;if(!c[s(249)][s(227)](c[s(248)]))continue;const l=e[s(257)][s(262)][s(255)](c[s(248)],s(254));if(l&&l[s(244)]){const e=r[s(241)](c[s(249)],l[s(249)]);e[s(238)](c)||(r[s(260)](t,{range:e}),o=!0)}o||(r[s(226)](t),o=!0)}return o}))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=399]})(t,e)}function Ha(){const t=["undo","1157585FOaEST","TrackChangesEditing","get","editor","2496712HRUMFC","enableCommand","UndoEditing","1107231CgpMSX","afterInit","197904LVaalz","298591mFixKG","redo","6OuATyi","398839MOTuMN","plugins","307154usfFQJ","has"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(460823===parseInt(n(416))/1+parseInt(n(403))/2+parseInt(n(413))/3+-parseInt(n(410))/4+parseInt(n(406))/5*(parseInt(n(400))/6)+parseInt(n(401))/7+-parseInt(n(415))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{[Ga(414)](){const t=Ga,e=this[t(409)],n=e[t(402)][t(408)](t(407));e[t(402)][t(404)](t(412))&&(n[t(411)](t(405)),n[t(411)](t(399)))}}function Wa(t,e){const n=Za();return(Wa=function(t,e){return n[t-=320]})(t,e)}const Ka=Wa;function Za(){const t=["TableCaptionEditing","4xbiHnC","77tEILZo","4764213tLveLF","requires","3160842mUJboD","176KBRJqY","2203900ijOVBq","177849vledbL","get","enableCommand","1810308WBrFdE","2333908NsGqmp","toggleTableCaption","plugins","afterInit","TrackChangesEditing","312929giDCur","editor","5mKeLjO","has"];return(Za=function(){return t})()}!function(t,e){const n=Wa,r=t();for(;;)try{if(425271===-parseInt(n(332))/1*(-parseInt(n(337))/2)+-parseInt(n(326))/3+parseInt(n(327))/4*(-parseInt(n(334))/5)+-parseInt(n(320))/6+-parseInt(n(323))/7*(parseInt(n(321))/8)+parseInt(n(339))/9+parseInt(n(322))/10*(parseInt(n(338))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Za);class qa extends t.Plugin{static get[Ka(340)](){return[aa]}[Ka(330)](){const t=Ka,e=this[t(333)];e[t(329)][t(335)](t(336))&&e[t(329)][t(324)](t(331))[t(325)](t(328))}}const Qa=Xa;function Xa(t,e){const n=Ya();return(Xa=function(t,e){return n[t-=473]})(t,e)}function Ya(){const t=["registerCustomCallback","tableCellHeight","tableBorderWidth","selection","*Format:* change table cell properties","822449HteswY","format","1171230YngiOw","52130jCucRe","tableBackgroundColor","findAncestor","model","tableAlignment","has","getSelectionAffectedTableCells","tableCellBorderStyle","84VmSbIo","join","5529468heMOqc","tableCellBorderWidth","517ULgNpo","enableCommand","_suggestionFactory","_getSuggestion","_handlePropertyChange","locale","commandParams","discard","enqueueChange","handleDiscardAction","8CJJhsv","247968elqjVd","document","5RECRJv","get","change","TablePropertiesEditing","removeAttribute","getSuggestionCallback","tableCellPadding","*Format:* change table properties","table","getContainedElement","accept","descriptionFactory","tableCellVerticalAlignment","tableBorderStyle","TrackChangesTableProperties","formatBlock","getFirstPosition","tableCellBorderColor","plugins","tableCellWidth","TableCellPropertiesEditing","subType","tableProperties","getSuggestions","TrackChangesEditing","tableCellBackgroundColor","tableHeight","TableUtils","handleSuggestionDescription","afterInit","editor","tableWidth","8367336zgEPDT","1952816IKxWbD","getAttribute","tableCellProperties","tableBorderColor","start","setAttribute","nodeAfter","pluginName","data","registerDescriptionCallback","markBlockFormat","tableCellHorizontalAlignment","batch"];return(Ya=function(){return t})()}!function(t,e){const n=Xa,r=t();for(;;)try{if(607458===-parseInt(n(479))/1+parseInt(n(540))/2+-parseInt(n(481))/3*(parseInt(n(504))/4)+parseInt(n(507))/5*(parseInt(n(492))/6)+parseInt(n(490))/7*(-parseInt(n(505))/8)+parseInt(n(539))/9+parseInt(n(482))/10*(-parseInt(n(494))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Ja extends t.Plugin{constructor(t){const e=Xa;super(t),this[e(529)]=[e(543),e(520),e(476),e(486),e(538),e(533),e(483)],this[e(542)]=[e(524),e(489),e(493),e(513),e(526),e(475),e(532),e(551),e(519)]}static get[Qa(547)](){return Qa(521)}[Qa(536)](){const t=Qa,e=this[t(537)][t(525)][t(508)](t(531));if(this[t(537)][t(525)][t(487)](t(510))){for(const n of this[t(529)])e[t(495)](n,((e,r)=>{const s=t,o=this[s(537)][s(485)][s(506)][s(477)][s(523)]()[s(484)](s(515));this[s(498)](n,[o],this[s(529)],s(529),e,r)}));e[t(496)][t(474)](t(522),t(529),t(517),e[t(496)][t(512)](t(522),null,t(501))),e[t(496)][t(474)](t(522),t(529),t(501),((e,n)=>this[t(503)](this[t(529)],e,n))),e[t(496)][t(474)](t(522),t(529),t(491),(()=>!1))}if(this[t(537)][t(525)][t(487)](t(527))){for(const n of this[t(542)])e[t(495)](n,((e,r)=>{const s=t,o=this[s(537)][s(525)][s(508)](s(534))[s(488)](this[s(537)][s(485)][s(506)][s(477)]);this[s(498)](n,o,this[s(542)],s(542),e,r)}));e[t(496)][t(474)](t(522),t(542),t(517),e[t(496)][t(512)](t(522),null,t(501))),e[t(496)][t(474)](t(522),t(542),t(501),((e,n)=>this[t(503)](this[t(542)],e,n))),e[t(496)][t(474)](t(522),t(542),t(491),(()=>!1))}e[t(518)][t(549)]((e=>this[t(535)](e)))}[Qa(498)](t,e,n,r,s,o){const i=Qa,a=this[i(537)][i(525)][i(508)](i(531));this[i(537)][i(485)][i(502)](o[i(473)],(()=>{const t=i;for(const i of e)if(this[t(497)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(541)](r);void 0!==n&&(e[r]=n)}s(o),a[t(550)](i,{commandParams:[e]},[],r)}}))}[Qa(503)](t,e,n){const r=Qa,s=e[0][r(544)][r(546)],o=n[r(500)][0];this[r(537)][r(485)][r(509)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(545)](r,o[r],s):e[n(511)](r,s)}))}[Qa(535)](t){const e=Qa;if(t[e(548)])switch(t[e(528)]){case e(529):return{type:e(480),content:zr(this[e(537)][e(499)],e(514))};case e(542):return{type:e(480),content:zr(this[e(537)][e(499)],e(478))}}}[Qa(497)](t,e){const n=Qa,r=this[n(537)][n(525)][n(508)](n(531));for(const s of r[n(530)]({skipNotAttached:!0})){const r=s[n(516)]();if(s[n(528)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Je(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Jt(t,sn(t),n),r&&(n=Zn(n,7,oc));for(var s=e.length;s--;)Ur(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Cc();return(bc=function(t,e){return n[t-=311]})(t,e)}!function(t,e){const n=bc,r=t();for(;;)try{if(198798===-parseInt(n(382))/1+parseInt(n(483))/2+parseInt(n(736))/3+-parseInt(n(534))/4+-parseInt(n(689))/5*(-parseInt(n(609))/6)+parseInt(n(585))/7+-parseInt(n(586))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Cc);const Tc=Ec(567);class _c extends t.Plugin{static get[Ec(481)](){return[Ec(573),o.Users,t.PendingActions,Yr,ns,as,ls,Ts,ps,ks,Ss,Us,to,ro,uo,ho,bo,Ao,Ro,vo,Do,Vo,xo,Zo,Yo,ei,ui,pi,Ri,oi,Vs,Zs,bi,Ai,vi,Fi,ji,zi,Zi,$i,na,aa,ha,ma,qa,_a,Na,Pa,Ja,va,ja,za]}static get[Ec(616)](){return Ec(550)}get[Ec(661)](){return this[Ec(587)]}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(535)]((t=>String[e(633)](t)))[e(547)]("")}super(t),this[e(568)]=!1,this[e(537)](e(408),[]),this.on(e(622),((n,r,s,o)=>{const i=e;this[i(496)][i(569)]((()=>{const e=i;for(const n of[...o,...s])this[e(496)][e(498)][e(694)](n)&&t[e(313)][e(479)](n)}))})),this[e(587)]=new qr(this[e(635)][e(596)][e(450)],this[e(635)][e(620)]),this[e(395)]=null,this[e(680)]=new yc(this[e(635)]),this[e(521)]=new Map,this[e(601)]=t[e(674)][e(388)](e(573)),this[e(392)]=new Set,this[e(496)]=this[e(635)][e(596)],this[e(466)]=new WeakMap,this[e(409)]=!1,this[e(330)]=new Set([e(567)]),this[e(559)]=new Set,t[e(634)][e(329)](e(672),e(678)),this[e(399)]=t[e(634)][e(388)](e(672)),t[e(634)][e(329)](e(717),!0),this[e(557)]=t[e(634)][e(388)](e(717)),this[e(638)]=new l(t,this[e(392)]),this[e(693)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,48,52,52])}[Ec(652)](){const t=Ec,n=this[t(635)],r=(e,n)=>{const r=t;if(r(555)!=e)return r(462)+e;const s=n[r(428)]("|")[0];return this[r(728)](s)?r(372):r(334)};n[t(673)][t(322)](t(510))[t(617)]({model:t(414),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(336)](e[n(377)]),a=[n(344),r(o,i)];let c=3e3;return this[n(408)][n(337)](e[n(377)])&&(a[n(723)](n(608)),c=3010),n(457)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(673)][t(322)](t(538))[t(572)]((e=>{const r=t;e.on(r(323),((t,e,s)=>{const o=r;if(!s[o(515)][o(331)])return;const i=e[o(438)];if(!i)return;const c=s[o(690)][o(398)](i);n[o(596)][o(450)][o(731)](i)&&c&&!c[o(667)](o(328))&&c.is(o(469))&&(0,a.toWidget)(c,s[o(482)])}),{priority:r(502)})})),n[t(673)][t(322)](t(538))[t(617)]({model:t(414),view:(e,n)=>{const s=t;if(!n[s(515)][s(331)])return null;const{type:o,subType:i}=this[s(336)](e[s(377)]);return{classes:[s(344),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(438)])return;const{id:c}=this[a(336)](o[a(377)]);if(r){const t=this[a(521)][a(388)](c),e=this[a(492)](t);if(!this[a(728)](e))return}if(o[a(438)].is(a(472)))return void i[a(401)][a(441)](o[a(438)],s[a(480)]);const u=i[a(690)][a(398)](o[a(438)]);if(o[a(438)].is(a(376))&&n[a(596)][a(450)][a(522)](o[a(438)])&&!u[a(667)](a(685))){i[a(482)][a(656)]([a(344),a(372)],u),i[a(482)][a(348)](a(659),c,u),i[a(690)][a(737)](u,o[a(377)]),e&&(this[a(408)][a(337)](o[a(377)])?i[a(482)][a(656)](a(608),u):i[a(482)][a(564)](a(608),u));for(const t of n[a(596)][a(593)](o[a(438)])[a(365)]())i[a(401)][a(441)](t,s[a(480)]);i[a(401)][a(441)](o[a(438)],s[a(480)])}};n[t(673)][t(322)](t(538))[t(572)]((e=>{const n=t;e.on(n(530),((t,e,r)=>{const o=n;r[o(515)][o(331)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(366)})})),n[t(673)][t(322)](t(538))[t(572)]((e=>{const n=t;e.on(n(625),((t,e,r)=>{const o=n;r[o(515)][o(331)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(366)})})),n[t(673)][t(322)](t(538))[t(460)]({model:t(414),view:(e,n)=>n[t(515)][t(331)]?null:{group:t(414),name:e[t(435)](11)}}),n[t(673)][t(322)](t(646))[t(375)]({view:{name:t(414),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(403)+e[r(705)](r(612))+":"+e[r(705)]("id");return e[r(705)](r(355))&&(s+=":"+e[r(705)](r(355))),n[r(584)](r(416),{"data-name":s})}}),n[t(673)][t(322)](t(646))[t(458)]({view:t(414)}),n[t(673)][t(322)](t(510))[t(572)]((e=>{const n=t;e.on(n(530),s(),{priority:n(502)})})),n[t(673)][t(322)](t(510))[t(572)]((e=>{const n=t;e.on(n(625),s({isAttributeSuggestion:!0}),{priority:n(502)})})),n[t(673)][t(322)](t(510))[t(572)]((e=>{const n=t;e.on(n(488),((t,e,r)=>{const s=n,o=r[s(690)][s(528)](e[s(377)]);if(o)for(const t of o)t[s(667)](s(685))||(r[s(482)][s(564)]([s(344),s(372),s(608)],t),r[s(482)][s(326)](s(659),t),r[s(690)][s(727)](t,e[s(377)]))}),{priority:n(502)})})),n[t(673)][t(322)](t(510))[t(572)]((e=>{const n=t;e.on(n(444),((t,e,r)=>{const s=n,o=r[s(690)][s(528)](e[s(377)]);if(!o)return;const{id:i}=this[s(336)](e[s(377)]),a=this[s(521)][s(388)](i),c=this[s(492)](a);if(this[s(728)](c))for(const t of o)t[s(667)](s(685))||(r[s(482)][s(564)]([s(344),s(372),s(608)],t),r[s(482)][s(326)](s(659),t),r[s(690)][s(727)](t,e[s(377)]))}),{priority:n(502)})})),n[t(596)][t(425)][t(541)]((e=>{const r=t;let s=!1;const o=Array[r(314)](n[r(596)][r(425)][r(505)][r(639)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(336)](t);if(r(414)!==o)continue;const h=this[r(521)][r(388)](f);if(null!=c[r(351)]){r(406)==u&&(s=s||Lc(c[r(351)],t,e,n[r(596)][r(450)]));const o=r(555)==u&&this[r(728)](l[r(428)]("|")[0]);if(c[r(351)][r(423)]||r(544)==c[r(351)][r(470)][r(649)]||r(493)==u&&!Nc(c[r(351)])||o&&!Nc(c[r(351)])||r(457)==u&&(kc(a=c[r(351)])||function(t){const e=r;return t[e(560)][e(645)]==t[e(725)][e(580)]&&t[e(560)][e(641)]}(a)))e[r(531)](t),s=!0;else{if(!h||!h[r(558)])continue;i[r(572)](h)}}}var a;return i[r(447)]>0&&(s=!!this[r(662)](i)||s),s})),n[t(596)][t(425)][t(541)]((e=>{const r=t;let s=!1;for(const t of n[r(596)][r(425)][r(505)][r(716)]())if(r(603)==t[r(600)])for(const t of this[r(521)][r(516)]()){if(t[r(549)]||!t[r(558)])continue;const o=r(493)==t[r(600)],i=this[r(492)](t),a=i&&this[r(728)](i);if(!o&&!a)continue;const c=t[r(637)]();if(c[r(560)][r(645)]!=c[r(725)][r(645)]&&!c[r(725)][r(641)]){const o=n[r(596)][r(358)](c[r(560)][r(624)],r(725)),i=n[r(596)][r(687)](c[r(560)],o);e[r(356)](t[r(553)](),{range:i}),s=!0}}return s})),n[t(596)][t(425)][t(541)]((e=>this[t(683)](e))),n[t(596)][t(425)][t(541)]((e=>!e[t(384)][t(467)]&&this[t(686)](e))),n[t(596)].on(t(426),(()=>{this[t(568)]=!1})),n[t(596)][t(425)].on(t(495),((r,s)=>{const o=t;if(!s[o(467)]||s[o(476)])return;if(!this[o(568)])return;const i=n[o(596)][o(425)][o(505)][o(716)]();if(0==i[o(576)])return;const a=[],c=i[o(594)]((t=>o(555)==t[o(600)])),u=i[o(594)]((t=>o(603)==t[o(600)]&&o(631)!=t[o(480)])),l=i[o(594)]((t=>o(626)==t[o(600)]&&o(631)!=t[o(480)]));for(const t of c)this[o(363)](t[o(525)])&&a[o(723)]({key:t[o(525)],newValue:t[o(719)],oldValue:t[o(321)],range:Sc(t[o(325)],n[o(596)])});for(const t of u){const e=l[o(715)]((e=>e[o(509)]===t[o(509)]));if(e){const r=vc(t[o(349)][o(624)],n[o(596)]);e[o(480)]!==t[o(480)]&&a[o(723)]({key:o(567),newValue:t[o(480)],oldValue:e[o(480)],range:r});for(const[n,s]of e[o(740)]){if(!this[o(363)](n))continue;const e=t[o(740)][o(388)](n);s!==e&&a[o(723)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(740)])this[o(363)](n)&&(e[o(740)][o(694)](n)||a[o(723)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(576)]&&n[o(596)][o(679)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(628)](t,e,s,o,{groupId:r});this[n(473)](t,a)}))}),{priority:t(506)}),n[t(596)][t(498)].on(t(427),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(336)](n[s(480)]),e=this[s(521)][s(388)](t);e&&e[s(332)](n[s(480)])}})),n[t(596)][t(425)].on(t(495),(()=>{const e=t,r=Array[e(314)](n[e(596)][e(425)][e(505)][e(639)]())[e(594)]((t=>e(414)===this[e(336)](t[e(480)])[e(614)]));if(0===r[e(576)])return;r[e(456)](((t,n)=>{const r=e,s=t[r(602)][r(373)],o=n[r(602)][r(373)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(560)][r(475)](o[r(560)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(336)](t);if(null===n[e(373)]){const n=this[e(618)](t);o[e(572)](n)}else{const t=this[e(521)][e(388)](r);null!==n[e(351)]||t[e(558)]?(s[e(572)](t[e(474)]),o[e(572)](t)):this[e(675)](t)}}o[e(447)]>0&&this[e(709)](o);for(const t of s)this[e(433)](e(577),t)})),n[t(596)].on(t(712),((e,r)=>{const s=t,o=r[0];if(!this[s(521)][s(447)])return;if(!o[s(440)])return;if(o[s(384)][s(476)]||!o[s(384)][s(467)])return;let i,a;switch(o[s(600)]){case s(603):i=n[s(596)][s(358)](o[s(349)]),a=i[s(494)](o[s(315)]);break;case s(428):i=n[s(596)][s(358)](o[s(701)]),a=n[s(596)][s(358)](o[s(657)]);break;case s(571):i=n[s(596)][s(358)](o[s(353)]),a=i[s(494)](o[s(315)]);break;default:return}const c=n[s(596)][s(687)](i,a);n[s(596)][s(569)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(578)](c)){if(e[t(549)])continue;if(t(406)==e[t(600)])continue;const r=this[t(492)](e);if(r&&this[t(728)](r)&&t(428)!=o[t(600)])continue;const s=e[t(602)]&&e[t(602)][t(311)];(t(493)!=e[t(600)]||t(428)==o[t(600)]&&!s)&&(n[t(341)]||t(387)==e[t(600)]&&n[t(605)]||e[t(637)]()[t(333)](c)&&this[t(574)](e,i,a))}}))}),{priority:t(506)}),n[t(596)].on(t(692),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(734)])return;if(this[s(409)])return;if(!this[s(638)][s(647)])return;if(o[s(423)])return;const a=n[s(596)][s(450)],{start:c,end:u}=o[s(637)](),l=c[s(624)]&&a[s(706)](c[s(624)])?null:a[s(597)](c,s(442)),f=u[s(580)]&&a[s(706)](u[s(580)])?null:a[s(597)](u,s(346)),h=n[s(596)][s(687)](l?l[s(560)]:c,f?f[s(725)]:u);n[s(596)][s(569)]((t=>{const e=s;this[e(352)](h);const r=n[e(596)][e(450)][e(597)](h[e(560)]);o.is(e(410))?t[e(610)](r):o[e(713)](r)})),e[s(394)]()}),{priority:e.priorities[t(545)]+10}),n[t(596)].on(t(703),((e,r)=>{const s=t,o=r[r[s(576)]-1];o&&o[s(734)]||this[s(409)]||this[s(638)][s(647)]&&(n[s(596)][s(569)]((()=>{const t=s;let o=n[t(596)][t(703)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(463)]=o[t(554)]();const i=o[t(725)][t(580)],a=n[t(596)][t(450)];i&&a[t(522)](i)&&!a[t(731)](i)&&(o=n[t(596)][t(687)](o[t(560)],n[t(596)][t(358)](i,t(725)))),this[t(561)](o)})),e[s(394)]())}),{priority:t(502)}),this[t(635)][t(654)][t(572)](t(362),this[t(638)]),this[t(316)](t(362));const o=new p(n,this[t(521)]);n[t(654)][t(572)](t(590),o),this[t(316)](t(590));const i=new b(n,this[t(521)]);n[t(654)][t(572)](t(342),i),this[t(316)](t(342)),n[t(654)][t(572)](t(739),new S(n,o,this[t(521)])),this[t(316)](t(739)),n[t(654)][t(572)](t(708),new S(n,i,this[t(521)])),this[t(316)](t(708)),n[t(654)][t(572)](t(489),new w(n,o,this[t(521)])),this[t(316)](t(489)),n[t(654)][t(572)](t(650),new w(n,i,this[t(521)])),this[t(316)](t(650));const c=n[t(674)][t(388)](t(573));this[t(729)](c,t(621),((e,{threadId:n})=>{const r=t,s=this[r(521)][r(388)](n);s&&s[r(581)]&&1===s[r(581)][r(576)]&&this[r(583)](n,{hasComments:!0})}),{priority:t(539)}),this[t(729)](c,t(702),((e,{threadId:n})=>{const r=t,s=this[r(521)][r(388)](n);s&&s[r(581)]&&!s[r(581)][r(576)]&&this[r(583)](n,{hasComments:!1})}),{priority:t(539)})}set[Ec(615)](t){const n=Ec;if(this[n(395)])throw new e.CKEditorError(n(738),this);this[n(395)]=t}get[Ec(615)](){return this[Ec(395)]}[Ec(644)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(521)][n(516)]())t&&!e[n(558)]||r[n(723)](e);return e?r[n(535)]((t=>t[n(517)]())):r}[Ec(402)](t){const n=Ec,r=this[n(521)][n(388)](t);if(!r)throw new e.CKEditorError(n(526),this);return r}[Ec(563)](t){const e=Ec;return this[e(521)][e(694)](t)}[Ec(648)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(600)][e(428)](":"),a=this[e(521)][e(388)](r)||this[e(431)](o,i,r,n,s);if(this[e(733)](a),this[e(529)](a,o,i||null,n),a[e(324)]=t[e(324)],a[e(420)]=!0,s&&s[e(511)]){const t=s[e(511)],n=this[e(512)](t[e(527)]);a[e(543)]=t[e(324)],a[e(486)]=n,a[e(369)]=!0}else a[e(543)]=t[e(324)];switch(t[e(602)]&&(a[e(602)]=t[e(602)]),t[e(740)]&&(a[e(740)]=t[e(740)]),this[e(395)]&&this[e(395)][e(490)]||(a[e(371)]=!0),this[e(466)][e(388)](a)){case e(520):this[e(466)][e(537)](a,e(338));break;case e(347):a[e(558)]?(this[e(662)](new Set([a])),this[e(709)](new Set([a])),this[e(466)][e(537)](a,e(445)),this[e(433)](e(532),a)):this[e(466)][e(537)](a,e(613))}return a}[Ec(590)](t){const e=Ec;this[e(734)]((()=>{const n=e;this[n(635)][n(596)][n(569)]((()=>{const e=n;for(const n of t[e(665)]())n[e(582)]()}))}))}[Ec(342)](t){const e=Ec;this[e(734)]((()=>{const n=e;this[n(635)][n(596)][n(569)]((()=>{const e=n;for(const n of t[e(665)]())n[e(697)]()}))}))}[Ec(316)](t,n){const r=Ec,s=this[r(635)][r(654)][r(388)](t);if(!s)throw new e.CKEditorError(r(722),this,{commandName:t});if(this[r(392)][r(694)](s))throw new e.CKEditorError(r(465),this,{commandName:t});this[r(392)][r(572)](s),n&&s.on(r(660),((t,e)=>{const o=r;this[o(638)][o(647)]&&(this[o(409)]||(e[o(576)]>0&&e[e[o(576)]-1]&&e[e[o(576)]-1][o(734)]?e[o(533)]():(t[o(463)]=n(((...t)=>s[o(660)](...t,{forceDefaultExecution:!0})),...e),t[o(394)]())))}),{priority:r(502)})}[Ec(734)](t){const n=Ec;let r,s;const o=this[n(409)];this[n(409)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(409)]=!1),s&&e.CKEditorError[n(669)](s,this),r}[Ec(561)](t,n=null,r={}){const s=Ec;if(t[s(423)])return null;const o=this[s(635)][s(674)][s(388)](s(391)).me;for(const{suggestion:e,meta:o}of this[s(578)](t,s(387)))if(o[s(605)]){if(!o[s(658)]){if(o[s(341)]){if(!this[s(557)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(574)](e,t[s(560)],t[s(725)]);break}if(n==e[s(367)]&&wc(e,r)){const n=e[s(637)]();return n[s(560)][s(507)](t[s(725)])?this[s(451)](e,this[s(496)][s(687)](t[s(560)],n[s(725)])):this[s(451)](e,this[s(496)][s(687)](n[s(560)],t[s(725)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(383)+n:s(387),u=this[s(504)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(453)](c,i,a,t),u}[Ec(551)](t,n=Ec(449),r={}){const s=Ec,o=this[s(635)][s(674)][s(388)](s(391)).me,i=this[s(680)][s(589)](s(387),n,s(547));for(const e of this[s(644)]())if(e[s(486)].id==o.id&&s(387)==e[s(600)]&&e[s(367)]==n&&wc(e,r)&&(i(e[s(666)](),t)||i(t,e[s(666)]()))){for(const n of t)e[s(676)](n);return e}for(const{suggestion:e,meta:n}of this[s(578)](t,s(387))){if(!n[s(605)])continue;if(!this[s(557)]&&n[s(341)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(666)]())for(const e of t)if(!n[s(333)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(383)+n,l=this[s(504)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(453)](u,a,c,e,Hr[s(629)]());return l}[Ec(361)](t,n,r=null,s={}){const o=Ec;if(r=r||Rc(n),t[o(423)])return null;if(o(714)===this[o(399)]){const e=this[o(680)][o(589)](o(406),r,o(582));return this[o(734)]((()=>e([t],n,s))),null}const i=this[o(635)][o(674)][o(388)](o(391)).me,a=[];if(o(360)!==this[o(399)])for(const{suggestion:e,meta:n}of this[o(578)](t,o(387)))n[o(605)]&&!n[o(704)]&&a[o(723)](...e[o(666)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(430)](s);e&&r[n(723)](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(576)];){const s=r[e][n(546)](t);r[n(491)](e,1,...s),e+=s[n(576)]}}return r}(t,a);c[o(576)]&&this[o(496)][o(569)]((()=>{const t=o;for(const e of c){const o=this[t(680)][t(589)](t(406),r,t(582));this[t(734)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(560)],u=t[o(725)];for(const{suggestion:e,meta:n}of this[o(578)](t,o(406))){if(!n[o(605)])continue;if(e[o(367)]!=r)continue;if(!wc(e,s))continue;const i=e[o(637)]();if(i[o(333)](t,!0))return null;c=c[o(475)](i[o(560)])?c:i[o(560)],u=u[o(461)](i[o(725)])?u:i[o(725)],a?i[o(560)][o(475)](a[o(637)]()[o(560)])?(a[o(604)](),a=e):e[o(604)]():a=e}const l=this[o(496)][o(687)](c,u);if(a)this[o(451)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(504)]({id:t,type:o(518)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(453)](o(518)+r,t,a,l)}}return null}[Ec(381)](t,n,r=[],s=null,o={}){const i=Ec;n[i(477)]||(n[i(477)]=n[i(514)]),n[i(311)]=t.is(i(325)),s=s||Rc(n);const a=r[i(535)]((t=>vc(t,this[i(496)]))),c=t.is(i(325))?t:vc(t,this[i(496)]);if(i(714)===this[i(399)]){const t=this[i(680)][i(589)](i(493),s,i(582));return this[i(734)]((()=>t([c],n,o))),null}a[i(723)](c);let u=!0;for(const t of a)if(!this[i(320)](t)){u=!1;break}if(u&&i(360)!==this[i(399)]){const t=this[i(680)][i(589)](i(493),s,i(582));return this[i(734)]((()=>t([c],n,o))),null}let l=null,f=c[i(560)],h=c[i(725)];for(const{suggestion:t,meta:e}of this[i(578)](c,i(493))){if(!e[i(605)])continue;if(e[i(658)]||e[i(341)]||e[i(704)])continue;if(t[i(602)][i(477)]!=n[i(477)])continue;if(!wc(t,o))continue;const r=t[i(637)]();if(t[i(367)]==s){if(r[i(333)](c,!0))return null;f=f[i(475)](r[i(560)])?f:r[i(560)],h=h[i(461)](r[i(725)])?h:r[i(725)],l?r[i(560)][i(475)](l[i(637)]()[i(560)])?(l[i(604)](),l=t):t[i(604)]():l=t}else{const e=c[i(430)](r);this[i(699)](t,e)}}const g=this[i(635)][i(674)][i(388)](i(391)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(451)](l,this[i(496)][i(687)](f,h)),l;{const t=this[i(504)]({id:d,type:i(636)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(453)](i(636)+s,d,p,this[i(496)][i(687)](f,h)),t}}[Ec(432)](t,n,r=[],s=null,o={}){const i=Ec;n[i(477)]||(n[i(477)]=n[i(514)]);const a=t[0];n[i(311)]=a.is(i(325)),s=s||Rc(n);const c=r[i(535)]((t=>vc(t,this[i(496)]))),u=a.is(i(325))?t:t[i(535)]((t=>vc(t,this[i(496)])));if(i(714)===this[i(399)]){const t=this[i(680)][i(589)](i(493),s,i(582));return this[i(734)]((()=>t(u,n,o))),null}c[i(723)](...u);let l=!0;for(const t of c)if(!this[i(320)](t)){l=!1;break}if(l&&i(360)!==this[i(399)]){const t=this[i(680)][i(589)](i(493),s,i(582));return this[i(734)]((()=>t(u,n,o))),null}const f=this[i(635)][i(674)][i(388)](i(391)).me;for(const t of this[i(644)]()){if(t[i(486)].id!=f.id)continue;if(i(493)!=t[i(600)]||t[i(602)][i(477)]!=n[i(477)])continue;if(!wc(t,o))continue;const e=t[i(367)]==s;for(let n=0;n<u[i(576)];n++){const r=u[n];for(const s of t[i(380)]()){const o=s[i(335)]();if(r[i(507)](o)){e?(u[i(491)](n,1),n--):t[i(531)](s[i(480)]);break}}}}if(0==u[i(576)])return null;const h=this[i(680)][i(589)](i(493),s,i(547));for(const t of this[i(644)]())if(t[i(486)].id==f.id&&i(493)==t[i(600)]&&t[i(602)][i(477)]==n[i(477)]&&t[i(367)]==s&&wc(t,o)&&(h(t[i(666)](),u)||h(u,t[i(666)]()))){for(const e of u)t[i(676)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(636)+s,m=this[i(504)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(453)](p,g,d,t,Hr[i(629)]());return m}[Ec(352)](t,n=null,r={}){const s=Ec;if(t[s(423)])return null;const o=this[s(635)][s(674)][s(388)](s(391)).me,a=new i.LiveRange(t[s(560)],t[s(725)]);for(const{suggestion:t,meta:e}of this[s(578)](a,s(387)))if(e[s(605)]&&!e[s(658)])if(t[s(549)]){const e=t[s(666)]()[s(594)]((t=>s(544)!=t[s(470)][s(649)]));if(e[s(735)]((t=>a[s(333)](t,!0)))&&t[s(697)](),e[s(497)]((t=>t[s(333)](a,!0)))){const t=this[s(680)][s(589)](s(457),n,s(582));return this[s(734)]((()=>t([a],null,r))),null}}else{const e=a[s(430)](t[s(637)]());null!==e&&t[s(684)]([e],null,r)}if(a[s(540)](),a[s(423)]||s(544)==a[s(470)][s(649)])return null;let c=null,u=a[s(560)],l=a[s(725)];const f=this[s(578)](a,s(457));for(const{suggestion:t,meta:e}of f){const n=this[s(496)][s(687)](u,l);if(e[s(605)]&&(this[s(557)]||!e[s(341)]&&!e[s(704)]))if(t[s(549)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(666)]()){if(r[s(333)](n,!0))return t;n[s(333)](r)||(e=!1)}e&&t[s(697)]()}else{const e=t[s(637)]();if(e[s(333)](n,!0))return t;if(!wc(t,r)){n[s(333)](e)?t[s(604)]():e[s(595)](u)?u=e[s(725)]:e[s(595)](l)&&(l=e[s(560)]);continue}u=u[s(475)](e[s(560)])?u:e[s(560)],l=l[s(461)](e[s(725)])?l:e[s(725)],r=Object[s(454)]({},t[s(740)]),c?e[s(560)][s(475)](c[s(637)]()[s(560)])?(c[s(604)](),c=t):t[s(604)]():c=t}}if(c)return this[s(451)](c,this[s(496)][s(687)](u,l)),c;{const t=(0,e.uid)(),i=this[s(496)][s(687)](u,l),a=o.id,c=n?s(368)+n:s(457),f=this[s(504)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(453)](c,t,a,i),f}}[Ec(726)](t,n=Ec(449),r={}){const s=Ec,o=this[s(635)][s(674)][s(388)](s(391)).me,a=t[s(535)]((t=>new i.LiveRange(t[s(560)],t[s(725)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(578)](a,s(387)))e[s(605)]&&!e[s(658)]&&c[s(572)](t);for(const e of c)if(e[s(549)]){const o=e[s(666)]();if((!e[s(740)]||!e[s(740)][s(317)])&&o[s(735)]((t=>a[s(497)]((e=>e[s(333)](t,!0)))))&&e[s(697)](),a[s(735)]((t=>o[s(497)]((e=>e[s(333)](t,!0)))))){const e=this[s(680)][s(589)](s(457),n,s(582));return this[s(734)]((()=>e(t,null,r))),null}}else{const t=e[s(637)]();if(a[s(497)]((e=>e[s(333)](t,!0)))&&e[s(697)](),a[s(735)]((e=>t[s(333)](e,!0)))){const t=this[s(680)][s(589)](s(457),n,s(582));return this[s(734)]((()=>t(a,null,r))),null}}const u=this[s(680)][s(589)](s(457),n,s(547));let l=null;for(const t of this[s(644)]())if(t[s(486)].id==o.id&&t[s(558)]&&s(457)==t[s(600)]&&t[s(367)]==n&&wc(t,r)&&(u(t[s(666)](),a)||u(a,t[s(666)]())))if(l){if(t[s(581)]&&t[s(581)][s(576)])continue;for(const e of t[s(666)]())l[s(464)](e)||l[s(676)](e);t[s(604)]()}else{l=t;for(const e of a)t[s(464)](e)||t[s(676)](e)}if(l)return l;c[s(385)]();for(const{suggestion:t,meta:e}of this[s(578)](a,s(457)))e[s(605)]&&(this[s(557)]||!e[s(341)]&&!e[s(704)])&&wc(t,r)&&c[s(572)](t);for(const t of c){const e=t[s(666)]();if((!r||!r[s(317)])&&a[s(735)]((t=>e[s(497)]((e=>e[s(333)](t,!0))))))return t;(!t[s(740)]||!t[s(740)][s(317)])&&e[s(735)]((t=>a[s(497)]((e=>e[s(333)](t,!0)))))&&t[s(697)]()}const f=(0,e.uid)(),h=o.id,g=s(368)+n,d=this[s(504)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(540)](),t[s(423)]||s(544)==t[s(470)][s(649)]||this[s(453)](g,f,h,t,Hr[s(629)]());return d}[Ec(628)](t,n,r,s,o){const i=Ec;if(t[i(423)])return[];if(i(714)===this[i(399)])return[];const a=this[i(635)][i(674)][i(388)](i(391)).me.id,c=Array[i(314)](this[i(521)][i(516)]())[i(594)]((e=>i(555)==e[i(600)]&&e[i(602)][i(630)]==n&&e[i(464)](t)));if(i(678)===this[i(399)]){const e=this[i(578)](t,i(387))[i(594)]((({meta:t})=>t[i(605)]&&!t[i(704)]&&!t[i(658)]))[i(535)]((({suggestion:t})=>t));c[i(623)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(555)==t[i(600)]?t[i(602)][i(327)]:void 0,o=t[i(637)](),a=Array[i(314)](u[i(405)]())[i(715)]((t=>t[i(523)](o)));if(!a)continue;const c=a[i(546)](o);this[i(728)](n)&&i(387)==t[i(600)]&&0!=c[i(576)]||(u[i(664)](a),c[i(695)]((t=>{u[i(537)](t,r)})),i(387)!=t[i(600)]&&e!=s&&u[i(537)](a[i(430)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(576)]>37&&console[i(598)](i(437),{key:n});const f=(i(566)+(n+"|")+Rc({newValue:s}))[i(579)](0,60),h=this[i(504)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(723)](h),this[i(453)](f,c,a,t)}return l}[Ec(632)](t){const e=Ec;this[e(316)](t,((t,...n)=>{this[e(682)]((()=>{t(...n)}))}))}[Ec(691)](t){const e=Ec;this[e(330)][e(572)](t)}[Ec(607)](t){const e=Ec;this[e(559)][e(572)](t)}[Ec(492)](t){const e=Ec;return e(555)==t[e(600)]?t[e(367)][e(428)]("|")[0]:null}[Ec(451)](t,e){const n=Ec,r=t[n(553)]();this[n(496)][n(569)]((t=>{t[n(356)](r,{range:e})}))}[Ec(733)](t){const e=Ec,n=t.id,r=this[e(635)][e(634)][e(388)](e(478));this[e(601)][e(730)](n)||this[e(601)][e(318)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(601)][e(707)](n);s[e(364)](e(312)),s[e(312)]=!1,t[e(581)]=s}[Ec(529)](t,n,r,s){const o=Ec;if(t[o(600)]!=n||t[o(367)]!=r||t[o(606)].id!=s)throw this[o(635)][o(429)](o(452)),new e.CKEditorError(o(452),this)}[Ec(699)](t,n){const r=Ec,s=t[r(637)]();if(n[r(507)](s))t[r(604)]();else if(s[r(333)](n)){const o=this[r(496)][r(358)](n[r(560)][r(580)],r(725));this[r(451)](t,this[r(496)][r(687)](s[r(560)],o));const i=(0,e.uid)(),a=t[r(606)].id,c=t[r(600)]+":"+t[r(367)];this[r(504)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(602)],attributes:t[r(740)]});const u=this[r(496)][r(358)](n[r(725)][r(645)],r(627)),l=this[r(496)][r(687)](u,s[r(725)]);this[r(453)](c,i,a,l)}else if(s[r(595)](n[r(560)])){const e=this[r(496)][r(358)](n[r(560)][r(580)],r(725));this[r(451)](t,this[r(496)][r(687)](s[r(560)],e))}else{const e=this[r(496)][r(358)](n[r(725)][r(645)],r(627));this[r(451)](t,this[r(496)][r(687)](e,s[r(725)]))}}[Ec(320)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(578)](t,e(387))){if(!r[e(605)])continue;const s=n[e(666)]();for(const n of s)if(!t[e(546)](n)[e(576)])return!0}return!1}[Ec(513)](t){const n=Ec,r=this[n(635)][n(674)][n(388)](n(391))[n(487)](t);if(!r)throw new e.CKEditorError(n(570),this);return r}[Ec(512)](t){const e=Ec,n=this[e(635)][e(674)][e(388)](e(391)),r=(0,o.hashObject)(e(655)+t);return n[e(487)](r)||n[e(397)]({id:r,name:t})}[Ec(431)](t,e,n,r,s){const o=Ec,i=this[o(513)](r),a=this[o(680)][o(357)](t,e,n,i,s,(t=>{const e=o;this[e(583)](n,{attributes:t});const r=this[e(402)](n);this[e(662)](new Set([r])),this[e(709)](new Set([r]))}));return this[o(729)](a,o(582),(()=>{const t=o;this[t(583)](n,{state:t(404)})}),{priority:o(502)}),this[o(729)](a,o(697),(()=>{const t=o;this[t(583)](n,{state:t(484)})}),{priority:o(502)}),this[o(521)][o(537)](n,a),this[o(466)][o(537)](a,o(520)),a}[Ec(336)](t){const e=Ec,n=t[e(428)](":");return{group:n[0],type:n[1],subType:n[e(576)]>=5?n[2]:null,id:n[e(576)]<5?n[2]:n[3],authorId:n[e(576)]<5?n[3]:n[4],markerCount:6==n[e(576)]?n[5]:null}}[Ec(574)](t,n,r){const s=Ec,o=t[s(637)](),i=o[s(560)],a=o[s(725)];this[s(451)](t,this[s(496)][s(687)](i,n));const c=(0,e.uid)(),u=t[s(606)].id,l=t[s(600)]+(t[s(367)]?":"+t[s(367)]:"");this[s(504)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(740)],data:t[s(602)]});const f=this[s(492)](t);(s(493)==t[s(600)]||f&&this[s(728)](f))&&(r=this[s(496)][s(681)](r[s(645)])),this[s(453)](l,c,u,this[s(496)][s(687)](r,a))}[Ec(578)](t,e=null){const n=Ec,r=[],s=this[n(635)][n(674)][n(388)](n(391)).me;Array[n(640)](t)||(t=[t]);for(const o of this[n(644)]()){if(!o[n(558)])continue;if(e&&o[n(600)]!=e)continue;let i=!1;for(const e of o[n(666)]()){for(const a of t){const t=a[n(560)][n(507)](e[n(725)])||a[n(725)][n(507)](e[n(560)]);if(t||a[n(430)](e)){const c=a[n(333)](e)&&Ac(this[n(496)][n(450)],e[n(560)],a),u=e[n(333)](a)&&Ac(this[n(496)][n(450)],a[n(560)],e);r[n(723)]({suggestion:o,meta:{isOwn:s==o[n(486)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(453)](t,e,n,r,s){const o=Ec;this[o(496)][o(569)]((i=>{const a=o;let c=a(403)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(565)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(675)](t){const e=Ec,n=t[e(548)],r=t[e(485)];t[e(548)]=null,t[e(485)]=null,null!=n&&n[e(485)]==t&&(n[e(485)]=r),null!=r&&r[e(548)]==t&&(r[e(548)]=n),e(445)==this[e(466)][e(388)](t)&&(this[e(466)][e(537)](t,e(613)),this[e(433)](e(396),t,n,r))}[Ec(504)](t){const n=Ec,r=t.id,s=this[n(648)](t);if(this[n(395)]&&this[n(395)][n(490)]){const o=this[n(635)][n(674)][n(388)](n(370)),i=s[n(339)],a=s[n(367)]?s[n(600)]+":"+s[n(367)]:s[n(600)],c=this[n(635)][n(620)],u=o[n(572)](zr(c,n(556))),l={id:r,type:a,hasComments:i,data:t[n(602)]||null,originalSuggestionId:t[n(407)]||null,attributes:s[n(740)]};this[n(395)][n(490)](l)[n(575)]((t=>{const e=n;s[e(371)]=!0,o[e(626)](u),t&&t[e(324)]&&(this[e(521)][e(388)](r)[e(324)]=t[e(324)])}))[n(653)]((t=>{const r=n;throw(0,e.logWarning)(r(379)),this[r(635)][r(596)][r(679)]({isUndoable:!1},(()=>{s[r(697)]()})),s[r(443)](),this[r(521)][r(664)](s.id),this[r(466)][r(664)](s),t}))}return s}[Ec(728)](t){const e=Ec;return this[e(330)][e(694)](t)}[Ec(583)](t,e){const n=Ec,r=this[n(635)][n(674)][n(388)](n(370)),s=this[n(402)](t);if(this[n(395)]&&this[n(395)][n(677)])if(s[n(371)]){const s=r[n(572)](zr(this[n(635)][n(620)],n(556)));this[n(395)][n(677)](t,e)[n(575)]((()=>{r[n(626)](s)}))}else s.on(n(343),(()=>{this[n(583)](t,e)}))}[Ec(721)](t){const n=Ec;if(!this[n(395)]||!this[n(395)][n(402)])throw new e.CKEditorError(n(439),this);return this[n(395)][n(402)](t)}[Ec(618)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(336)](t),i=this[e(521)][e(388)](n)||this[e(431)](r,s,n,o,{});switch(this[e(529)](i,r,s,o),this[e(466)][e(388)](i)){case e(520):this[e(721)](n)[e(575)]((t=>{const r=e;let s=Promise[r(400)]();t[r(339)]&&(s=this[r(601)][r(471)]({channelId:this[r(635)][r(634)][r(388)](r(478)),threadId:n})),s[r(575)]((()=>{const e=r;this[e(648)](t)[e(371)]=!0}))})),this[e(466)][e(537)](i,e(347));break;case e(613):this[e(583)](n,{state:e(417)});case e(338):this[e(466)][e(537)](i,e(445)),this[e(433)](e(532),i);break;case e(445):this[e(433)](e(577),i)}return i[e(332)](t),i}[Ec(709)](t){const e=Ec,n=Array[e(314)](t),r=n[e(594)]((t=>e(555)==t[e(600)]));this[e(718)](r);const s=n[e(594)]((t=>!t[e(549)]&&e(555)!=t[e(600)])),o=this[e(644)]({skipNotAttached:!0})[e(594)]((t=>!t[e(549)]&&e(555)!=t[e(600)])),i=o[e(594)]((n=>!t[e(694)](n))),a=new Map(o[e(535)]((t=>[t,this[e(680)][e(589)](t[e(600)],t[e(367)],e(386))]))),c=new Map(o[e(535)]((t=>[t,t[e(637)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(576)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(576)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(576)];t++){const n=s[t];!l[e(694)](n)&&n[e(548)]&&(f[e(572)](n[e(548)]),n[e(548)][e(485)]===n&&(n[e(548)][e(485)]=null),n[e(548)]=null),!u[e(694)](n)&&n[e(485)]&&(f[e(572)](n[e(485)]),n[e(485)][e(548)]===n&&(n[e(485)][e(548)]=null),n[e(485)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(576)];e++){const r=g(t,n[e]);r&&(r[0][s(485)]=r[1],r[1][s(548)]=r[0],u[s(572)](r[0]),l[s(572)](r[1]))}}function g(t,n){const r=e;if(t[r(486)].id!==n[r(486)].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(581)]&&s[1][r(581)][r(576)]?null:s:null}f[e(447)]&&this[e(709)](f)}[Ec(718)](t){const e=Ec;if(0==t[e(576)])return;const n=this[e(644)]({skipNotAttached:!0})[e(594)]((t=>e(555)==t[e(600)]&&t[e(420)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(740)]);s[e(694)](n)||(s[e(537)](n,r[e(576)]),r[e(723)]([]));const i=s[e(388)](n);r[i][e(723)](t)}!function(){const t=e;r[t(456)](((e,n)=>{const r=t,s=e[0][r(324)],o=n[0][r(324)];return s==o?e[0][r(740)][r(542)]<n[0][r(740)][r(542)]?-1:1:s<o?-1:1}));for(const e of r)e[t(456)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(576)];t++){if(0==r[t][e(576)])continue;const n=[];for(let s=t+1;s<r[e(576)];s++)0!=r[s][e(576)]&&i(r[t],r[s])&&n[e(723)](s);for(const s of n)r[t]=r[t][e(519)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(576)];n++)t[n][e(485)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(576)];n++)t[n][e(548)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(740)][r(542)]!==n[0][r(740)][r(542)]&&t[0][r(486)]!==n[0][r(486)])return!1;if(!function(t,e){const n=r;return!t[n(339)]&&!e[n(339)]||(!t[n(339)]||!e[n(339)])&&(!!(t[n(339)]&&e[n(324)]<t[n(581)][n(421)][n(388)](0)[n(324)])||!!(e[n(339)]&&t[n(324)]<e[n(581)][n(421)][n(388)](0)[n(324)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(740)],r(542)),o=Ic(n[0][r(740)],r(542));return!!wr(s,o)&&(!!t[r(735)]((t=>n[r(497)]((e=>t[r(637)]()[r(507)](e[r(637)]())))))&&n[r(735)]((e=>t[r(497)]((t=>e[r(637)]()[r(507)](t[r(637)]()))))))}}[Ec(662)](t){const e=Ec,n=Array[e(314)](t),r=this[e(644)]({skipNotAttached:!0}),s=r[e(594)]((n=>!t[e(694)](n))),o=new Map(n[e(535)]((t=>[t,this[e(680)][e(589)](t[e(600)],t[e(367)],e(547))]))),i=new Map(r[e(535)]((t=>[t,t[e(666)]()])));for(let t=0;t<n[e(576)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(576)];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(576)];e++){const s=r[e];if(s[a(600)]!==n[a(600)]||s[a(486)].id!==n[a(486)].id||s[a(367)]!==n[a(367)])continue;if(!Oc(n,s,[a(542)]))continue;if(a(555)==n[a(600)]&&n[a(602)][a(327)]!=s[a(602)][a(327)])continue;if(a(555)==n[a(600)]&&t[a(728)](n[a(602)][a(630)]))continue;if(a(493)==n[a(600)]){const e=t[a(635)][a(596)],r=n[a(720)]();if(r&&(e[a(450)][a(731)](r)||e[a(450)][a(706)](r)))continue}const c=o[a(388)](n),u=i[a(388)](n),l=i[a(388)](s),f=n[a(581)]&&n[a(581)][a(576)],h=s[a(581)]&&s[a(581)][a(576)];if(!f&&c(l,u))return t[a(374)](s,n),i[a(664)](n),!0;if(!h&&c(u,l))return t[a(374)](n,s),i[a(664)](s),!0}return!1}}[Ec(374)](t,e){const n=Ec;if(t[n(549)])for(const r of e[n(666)]())t[n(676)](r);else{const r=e[n(637)]()[n(725)];this[n(451)](t,this[n(496)][n(687)](t[n(637)]()[n(560)],r))}e[n(604)]()}[Ec(724)](t,e){const n=Ec,r=t[n(340)](n(503))||t[n(340)](n(555))?n(412):t[n(591)]();return zr(this[n(635)][n(620)],e+"_"+r+n(424))}[Ec(693)](){const t=Ec,e=this[t(635)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(496)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(336)](t[s(480)]);if(s(414)===e){n[s(700)](this[s(724)](r,s(643)));break}}for(const t of r){const{group:e,type:r}=this[s(336)](t[s(480)]);if(s(414)===e){n[s(700)](this[s(724)](r,s(663)));break}}}))}[Ec(683)](t){const e=Ec;if(this[e(568)])return!1;const n=this[e(635)],r=n[e(596)][e(425)][e(505)][e(716)]();if(0==r[e(576)])return!1;const s=[],o=r[e(594)]((t=>e(555)==t[e(600)])),i=r[e(594)]((t=>e(603)==t[e(600)]&&e(631)!=t[e(480)])),a=r[e(594)]((t=>e(626)==t[e(600)]&&e(631)!=t[e(480)]));for(const t of o)s[e(723)]({key:t[e(525)],newValue:t[e(719)],oldValue:t[e(321)],range:Sc(t[e(325)],n[e(596)])});for(const t of i){const r=a[e(715)]((n=>n[e(349)][e(507)](t[e(349)])));r&&s[e(723)]({key:e(567),newValue:t[e(480)],oldValue:r[e(480)],range:n[e(596)][e(418)](t[e(349)][e(624)])})}return 0!=s[e(576)]&&this[e(473)](t,s)}[Ec(686)](t){const e=Ec;let n=!1;const r=this[e(635)][e(596)][e(425)][e(505)][e(639)]()[e(594)]((t=>t[e(602)][e(351)]&&t[e(480)][e(340)](e(588))));for(const s of r){const{subType:r,id:o}=this[e(336)](s[e(480)]),i=r[e(428)]("|")[0];for(const r of this[e(644)]({skipNotAttached:!0}))r.id!=o&&e(555)==r[e(600)]&&r[e(602)]&&r[e(602)][e(630)]==i&&r[e(637)]()[e(523)](s[e(602)][e(351)])&&(this[e(500)](r,s[e(602)][e(351)],t),n=!0)}return n}[Ec(682)](t){const e=Ec;this[e(635)],this[e(568)]=!0,t()}[Ec(363)](t){const e=Ec,n=this[e(728)](t),r=this[e(559)][e(694)](t);return n||r}[Ec(473)](t,e){const n=Ec;if(0==e[n(576)])return!1;let r=!1;for(const s of e){const e=this[n(578)](s[n(325)],n(555))[n(594)]((t=>!t[n(411)][n(658)]))[n(535)]((t=>t[n(414)])),i=(0,o.hashObject)({newValue:s[n(468)]});e[n(594)]((t=>{const e=n,[r,o]=t[e(367)][e(428)]("|");return r==s[e(630)]&&o!=i}))[n(695)]((e=>{const o=n;this[o(500)](e,s[o(325)],t),r=!0}))}return r}[Ec(500)](t,e,n){const r=Ec,s=t[r(637)]()[r(546)](e);0!==s[r(576)]?1!==s[r(576)]?this[r(574)](t,e[r(560)],e[r(725)]):this[r(451)](t,s[0]):n[r(531)](t[r(553)]())}}class yc{constructor(t){const e=Ec;this[e(389)]=t,this[e(496)]=t[e(596)],this[e(455)]=new Map,this[e(698)]=new Map,this[e(419)]()}[Ec(357)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(496)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(589)](t,e,i(582))(...n),onDiscard:(...n)=>this[i(589)](t,e,i(697))(...n)})}[Ec(413)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(455)][s(537)](o,r)}[Ec(589)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(455)][r(388)](s)||this[r(698)][r(388)](t+":"+n)}[Ec(419)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(456)](((t,n)=>t[e(560)][e(475)](n[e(560)])?1:-1)),this[e(496)][e(569)]((n=>{const r=e;for(const e of t){let t;t=e[r(725)][r(641)]&&e[r(725)][r(645)]==e[r(560)][r(624)]?n[r(393)](e[r(560)][r(624)],"on"):n[r(393)](e),this[r(496)][r(692)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(496)][n(569)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(535)]((t=>(kc(t)&&(t=this[s(496)][s(687)](t[s(725)])),t)))[s(594)]((t=>s(544)!==t[s(470)][s(649)]));if(c[s(576)]<1)return;const u=Array[s(314)](this[s(496)][s(425)][s(472)][s(666)]())[s(535)]((t=>i.LiveRange[s(732)](t)));r[s(610)](c);for(const t of this[s(389)][s(654)][s(654)]())t[s(499)]();a[s(723)]({forceDefaultExecution:!0}),this[s(389)][s(660)](o,...a);const l=u[s(594)]((t=>s(544)!=t[s(470)][s(649)]));l[s(576)]>0&&r[s(610)](l);for(const t of u)t[s(540)]()}))},s=(e,n)=>1==e[t(576)]&&1==n[t(576)]&&e[0][t(725)][t(507)](n[0][t(560)]),o=(e,n,r,s)=>Mc(e,n,r,s,this[t(496)])?[e,n]:Mc(n,e,s,r,this[t(496)])?[n,e]:null;this[t(698)][t(537)](t(552),e),this[t(698)][t(537)](t(436),n),this[t(698)][t(537)](t(710),s),this[t(698)][t(537)](t(501),o),this[t(698)][t(537)](t(359),n),this[t(698)][t(537)](t(508),e),this[t(698)][t(537)](t(642),s),this[t(698)][t(537)](t(350),o),this[t(698)][t(537)](t(448),r),this[t(698)][t(537)](t(524),e),this[t(698)][t(537)](t(354),s),this[t(698)][t(537)](t(415),e),this[t(698)][t(537)](t(592),r),this[t(698)][t(537)](t(319),e),this[t(698)][t(537)](t(378),s),this[t(698)][t(537)](t(670),e),this[t(698)][t(537)](t(696),e),this[t(698)][t(537)](t(671),((e,n)=>{const r=t;if(!n)return;const s=this[r(389)][r(674)][r(388)](_c);this[r(496)][r(569)]((t=>{const o=r;if(o(567)==n[o(630)])for(const r of e){const e=r[o(560)][o(624)],s=n[o(327)];t[o(599)](e,s)}else if(s[o(728)](n[o(630)]))for(const r of e)void 0!==n[o(327)]?t[o(348)](n[o(630)],n[o(327)],r[o(560)][o(624)]):t[o(326)](n[o(630)],r[o(560)][o(624)]);else for(const r of e)n[o(327)]?t[o(348)](n[o(630)],n[o(327)],r):t[o(326)](n[o(630)],r)}))})),this[t(698)][t(537)](t(459),s)}}function Ac(t,e,n){const r=Ec;for(const s of e[r(645)][r(536)]({includeSelf:!0,parentFirst:!0})){if(s[r(470)]==s)return!1;if(!n[r(562)](s))return!1;if(t[r(731)](s)||t[r(706)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(725)][e(645)]==t[e(560)][e(624)]&&t[e(725)][e(434)]}function Cc(){const t=["forward","stopListening","removeMarker:suggestion:attribute","ready","$textProxy","size","formatInline:accept","multi","schema","_setSuggestionRange","track-changes-suggestion-data-mismatch","_addSuggestionMarker","assign","_customCallbacks","sort","deletion","dataToMarker","attribute:join","markerToData","isAfter","ck-suggestion-marker-","return","isIntersectingWithRange","track-changes-enable-command-twice","_suggestionState","isLocal","newValue","containerElement","root","fetchCommentThread","selection","_reduceExistingSuggestions","head","isBefore","isUndo","formatGroupId","collaboration.channelId","reconvertMarker","name","requires","writer","235468kTEEbk","rejected","next","author","getUser","removeMarker:suggestion:formatBlock","acceptSelectedSuggestions","addSuggestion","splice","_getAttributeKey","formatBlock","getShiftedBy","change:data","_model","some","markers","refresh","_reduceSuggestionAttributeRange","insertion:chain","high","format","_setSuggestionData","differ","lowest","isEqual","deletion:discard","_element","editingDowncast","@external","_getExternalAuthor","_getAuthorFromId","commandName","options","values","toJSON","formatInline:","concat","notReady","_suggestions","isBlock","isIntersecting","formatInline:discard","attributeKey","track-changes-suggestion-not-found","authorName","markerNameToElements","_checkSuggestionCorrectness","addMarker:suggestion:formatBlock","removeMarker","suggestionLoaded","pop","414764YAjBFo","map","getAncestors","set","dataDowncast","low","detach","registerPostFixer","groupId","authoredAt","$graveyard","normal","getDifference","join","previous","isMultiRange","TrackChangesEditing","markMultiRangeInsertion","insertion:accept","getFirstMarker","clone","attribute","PENDING_ACTION_SUGGESTION","_mergeNestedSuggestions","isInContent","_inlineAttributeKeys","start","markInsertion","containsItem","hasSuggestion","removeClass","addMarker","attribute:","$elementName","_recordAttributeSuggestions","change","track-changes-user-not-found","move","add","CommentsRepository","_breakSuggestionMarker","then","length","suggestionChanged","_findSuggestions","substring","nodeBefore","commentThread","accept","_updateSuggestionData","createElement","2293354uiLBRb","6050328DWqejf","descriptionFactory","suggestion:attribute:","getSuggestionCallback","acceptSuggestion","toUpperCase","formatBlock:accept","createRangeIn","filter","containsPosition","model","getNearestSelectionRange","warn","rename","type","_commentsRepository","data","insert","removeMarkers","isOwn","creator","registerInlineAttribute","ck-suggestion-marker--active","3342GVAwPA","setSelection","tablePasteChainId","suggestion-type","removed","group","adapter","pluginName","markerToHighlight","_handleNewSuggestionMarker","before","locale","addComment","change:activeMarkers","unshift","nodeAfter","addMarker:suggestion:attribute","remove","after","markAttributeChange","getMultiRangeId","key","$text","enableDefaultAttributesIntegration","fromCharCode","config","editor","formatBlock:","getFirstRange","trackChangesCommand","getChangedMarkers","isArray","isAtEnd","deletion:join","LEAVE","getSuggestions","parent","upcast","value","addSuggestionData","rootName","discardSelectedSuggestions","elementStart","init","catch","commands","external:","addClass","moveTargetPosition","isNextTo","data-suggestion","execute","_descriptionFactory","_joinWithAdjacentSuggestions","ENTER","delete","getAllAdjacentSuggestions","getRanges","getCustomProperty","getLastMatchingPosition","rethrowUnexpectedError","formatBlock:chain","attribute:discard","trackChanges.trackFormatChanges","conversion","plugins","_removeSuggestion","addRange","updateSuggestion","default","enqueueChange","_suggestionFactory","createPositionBefore","_recordAttributeChanges","_processAttributeChanges","_onDiscard","addHighlight","_processAttributeSuggestions","createRange","elementEnd","2905sCemZP","mapper","registerBlockAttribute","deleteContent","_initAriaMarkerChangeAnnouncements","has","forEach","attribute:accept","discard","_defaultCallbacks","_cutOutSuggestionMarker","announce","splitPosition","removeComment","insertContent","isInsideObject","getAttribute","isLimit","getCommentThread","discardAllSuggestions","_refreshSuggestionsChain","insertion:join","isSelectable","applyOperation","setTo","never","find","getChanges","trackChanges.mergeNestedSuggestions","_refreshAttributeSuggestionsChain","attributeNewValue","getContainedElement","_getSuggestionData","track-changes-command-not-found","push","_getMarkerAnnouncementText","end","markMultiRangeDeletion","unbindElementFromMarkerName","_isBlockAttribute","listenTo","hasCommentThread","isObject","fromRange","_addThreadToSuggestion","forceDefaultExecution","every","1190592vSmVFk","bindElementToMarker","track-changes-adapter-already-set","acceptAllSuggestions","attributes","multipleBlocks","isRemovable","editing","from","howMany","enableCommand","skipNestingCheck","addCommentThread","formatBlock:discard","_rangeIsInLocalUserInsertion","attributeOldValue","for","addMarker:suggestion","createdAt","range","removeAttribute","oldValue","widget","define","_blockAttributeKeys","showSuggestionHighlights","addMarkerName","containsRange","ck-suggestion-marker-formatInline","getRange","_splitMarkerName","includes","dataReady","hasComments","startsWith","containsRangeInObject","discardSuggestion","change:_saved","ck-suggestion-marker","createPositionAfter","backward","markerReady","setAttribute","position","deletion:chain","newRange","markDeletion","targetPosition","formatInline:join","marker-count","updateMarker","buildSuggestion","createPositionAt","deletion:accept","always","markInlineFormat","trackChanges","_isRegisteredAttribute","unbind","getItems","highest","subType","deletion:","isExternal","PendingActions","_saved","ck-suggestion-marker-formatBlock","oldRange","_joinSuggestions","elementToElement","element","markerName","formatBlock:join","error-saving-suggestion-data-suggestion-discarded","getMarkers","markBlockFormat","107057zeXNIk","insertion:","batch","clear","chain","insertion","get","_editor","getWalker","Users","_enabledCommands","createSelection","stop","_adapter","suggestionUnloaded","addUser","toViewElement","_trackFormatChanges","resolve","consumable","getSuggestion","suggestion:","accepted","keys","formatInline","originalSuggestionId","activeMarkers","_isForcedDefaultExecutionBlock","documentSelection","meta","FORMATTING","registerCustomCallback","suggestion","formatInline:chain","$marker","open","createRangeOn","_registerDefaultCallbacks","_isDataLoaded","comments","isTouching","isCollapsed","_SUGGESTION_ANNOUNCEMENT","document","_afterChanges","update:suggestion","split","enableReadOnlyMode","getIntersection","_createSuggestion","markMultiRangeBlockFormat","fire","isAtStart","substr","insertion:discard","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.","item","track-changes-adapter-missing-getsuggestion","isDocumentOperation","consume"];return(Cc=function(){return t})()}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(438)].is(s(446))&&!r[s(731)](t[s(438)]),i=t[s(560)][s(668)](o),a=t[s(725)][s(668)](o,{direction:s(346)});return!(t[s(560)][s(507)](i)&&t[s(725)][s(507)](a)||(i[s(475)](a)?n[s(356)](e,{range:n[s(687)](i,a)}):n[s(531)](e),0))}function Rc(t){return(0,o.hashObject)(t)}function Nc(t){const e=Ec,n=t[e(560)][e(624)];return n&&n.is(e(376))}function Sc(t,e){const n=Ec;return null==t[n(725)][n(580)]&&t[n(725)][n(645)]==t[n(560)][n(624)]?vc(t[n(560)][n(624)],e):t}function vc(t,e){const n=Ec,r=e[n(450)][n(731)](t)||e[n(450)][n(711)](t);return e[n(687)](e[n(358)](t,n(619)),r?e[n(345)](t):e[n(358)](t,n(725)))}function Mc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(725)][o(507)](r[o(560)]))return!0;if(t[o(600)]!=e[o(600)])return!1;if(!n[o(725)][o(422)](r[o(560)]))return!1;const i=s[o(687)](n[o(725)],r[o(560)])[o(390)]();for(const t of i)if([o(651),o(688)][o(337)](t[o(600)])&&s[o(450)][o(706)](t[o(438)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(420)]||!e[r(420)])&&wr(Ic(t[r(740)],n),Ic(e[r(740)],n))}function wc(t,e){const n=Ec,r=Fc(t[n(740)]),s=Fc(e);if(!t[n(420)])return!1;for(const t of Object[n(405)](s))if(!wr(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(454)]({},t);return delete n[e(317)],delete n[e(611)],n}const Dc=Bc;function Pc(){const t=["destroy","discardSuggestion","stopListening","4793985Qhkbel","_pendingAction","add","_discardCommand","execute","plugins","3237808prsWOL","view","_setPendingAction","429650sYiFGP","canEditAt","acceptSuggestion","_acceptCommand","commentThreadController","canAccept","768158tiJYqD","_removePendingAction","bind","5009410bqLMIb","8PjlYvh","locale","_editor","935379xsZJzb","change:isDirty","PendingActions","get","isEnabled","canDiscard","529634YxAZeS","model","6WGtcMe","PENDING_ACTION_SUGGESTION","getRanges","unbind","listenTo","isDirty","commands","remove"];return(Pc=function(){return t})()}function Bc(t,e){const n=Pc();return(Bc=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=Bc,r=t();for(;;)try{if(683141===-parseInt(n(525))/1+-parseInt(n(519))/2+parseInt(n(491))/3+parseInt(n(516))/4+-parseInt(n(487))/5*(-parseInt(n(499))/6)+-parseInt(n(497))/7*(-parseInt(n(488))/8)+-parseInt(n(510))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Uc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Bc;super(),this[s(498)]=e,this[s(517)]=n,this[s(523)]=r,this[s(490)]=t,this[s(522)]=t[s(505)][s(494)](s(521)),this[s(513)]=t[s(505)][s(494)](s(508)),this[s(517)][s(486)](s(495)).to(this[s(522)],this[s(513)],((t,e)=>t||e)),this[s(517)][s(486)](s(524)).to(this[s(522)],s(495),(t=>t&&this[s(490)][s(498)][s(520)](e[s(501)]()))),this[s(517)][s(486)](s(496)).to(this[s(513)],s(495),(t=>t&&this[s(490)][s(498)][s(520)](e[s(501)]()))),this[s(511)]=null,n[s(504)]&&this[s(518)](),this[s(503)](n,s(521),(()=>this[s(521)]())),this[s(503)](n,s(508),(()=>this[s(508)]())),this[s(503)](n,s(492),(()=>{const t=s;n[t(504)]?this[t(518)]():this[t(526)]()}))}[Dc(521)](){const t=Dc;this[t(522)][t(514)](this[t(498)].id)}[Dc(508)](){const t=Dc;this[t(513)][t(514)](this[t(498)].id)}[Dc(507)](){const t=Dc;this[t(517)][t(502)](t(495)),this[t(517)][t(502)](t(524)),this[t(517)][t(502)](t(496)),this[t(509)](),this[t(523)][t(507)](),this[t(511)]&&this[t(526)]()}[Dc(518)](){const t=Dc,e=zr(this[t(490)][t(489)],t(500));this[t(511)]=this[t(490)][t(515)][t(494)](t(493))[t(512)](e)}[Dc(526)](){const t=Dc;null!==this[t(511)]&&this[t(490)][t(515)][t(494)](t(493))[t(506)](this[t(511)]),this[t(511)]=null}}const xc=jc;function jc(t,e){const n=Vc();return(jc=function(t,e){return n[t-=232]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(543083===-parseInt(n(266))/1*(-parseInt(n(248))/2)+-parseInt(n(256))/3*(-parseInt(n(232))/4)+-parseInt(n(260))/5+-parseInt(n(272))/6*(parseInt(n(257))/7)+-parseInt(n(270))/8+-parseInt(n(273))/9+parseInt(n(265))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vc);class Gc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(282)]=null,this[s(279)]=null,this[s(262)](s(236),!1),this[s(262)](s(263),e[s(263)]),this[s(241)](s(263)).to(e),this[s(262)](s(253),[]),this[s(262)](s(235),!1),this[s(262)](s(237),!1),this[s(262)](s(239),!1),this[s(262)](s(255),!1),this[s(240)]=e,this[s(254)]=n,this[s(242)]=r,r[s(264)]?this[s(262)](s(245),1):this[s(250)]()}[xc(247)](){const t=xc;this[t(274)][t(247)]()}[xc(234)](){const t=xc;this[t(282)]&&this[t(282)][t(234)](),this[t(279)]&&this[t(279)][t(234)](),super[t(234)]()}[xc(250)](){const t=xc,{CommentsListView:e}=this[t(242)];this[t(282)]=new e(this[t(259)],this[t(240)][t(233)],Object[t(258)]({CommentView:this[t(242)][t(267)]},this[t(242)])),this[t(282)][t(281)](t(280)).to(this),this[t(282)][t(281)](t(269)).to(this),this[t(282)][t(241)](t(236)).to(this),this[t(262)](t(245),this[t(282)][t(245)]+1),this[t(241)](t(245)).to(this[t(282)],t(245),(t=>t+1)),this[t(279)]=this[t(268)](),this.on(t(280),(()=>this[t(247)]())),this[t(241)](t(235)).to(this[t(282)],t(261),this[t(279)][t(275)],t(271),((t,e)=>t||!!e))}[xc(268)](){const t=xc,{CommentThreadInputView:e}=this[t(242)],n=new e(this[t(259)],this[t(254)],this[t(242)][t(238)]),r=n[t(275)];return n[t(241)](t(251)).to(this,t(236),this[t(240)][t(233)],t(243),r,t(271),((t,e,n)=>!!n||t&&!e)),r.on(t(276),((e,n)=>{const s=t;this[s(246)](s(249),n),r[s(278)][s(277)]("")})),r.on(t(252),(()=>this[t(247)]())),r[t(241)](t(244)).to(this[t(240)][t(233)],t(243)),n}}function Vc(){const t=["assign","locale","2156965xKeJlw","hasDirtyComment","set","authoredAt","disableComments","24577040UsbWLB","1VSytNH","CommentView","_createCommentThreadInputView","updateComment","8531520zQsMUa","value","102jhDFBI","8133561vKVjFr","element","commentInputView","submit","setData","editor","commentThreadInputView","removeComment","delegate","commentsListView","1048iKwbtv","commentThread","destroy","isDirty","isActive","isEnabled","editorConfig","canAccept","_model","bind","_config","isReadOnly","disabledSubmit","length","fire","focus","1712162PSYfja","addComment","_createCommentViews","showInput","cancel","descriptionParts","_localUser","canDiscard","735zdFnnv","178430JAxSAg"];return(Vc=function(){return t})()}function Hc(){const t=["1951740ZSwfsC","createElement","querySelector","ck-annotation__info","disableComments","520932LTaJmU","ck-suggestion-wrapper","ck-suggestion","innerText","isActive","change:description","setTemplate","Discard suggestion","ck-suggestion--disabled-comments","11kYBkTc","ck-annotation__content-wrapper","ck-annotation__actions","span","</span>","fire","name","set","canDiscard","2652450eQtbQO","locale","7qjSyhX","<p>","execute","getExternalSuggestionNote","description","ck-suggestion--accept","ck-annotation__info-time","join","isEnabled","EXTERNAL_SUGGESTION","title","</p>",'<span class="ck-suggestion-color" style="background-color: ',".ck-annotation__content-wrapper","getTemplate",'" title="',"ck-suggestion-wrapper--active","div","author","userView","ck-suggestion__user","ck-suggestion__actions","children","ck-suggestion-","720308sowBZE","commentThread","Accept suggestion","ck-comment__info-time","cancel","EXTERNAL_IMPORT_WORD_SUGGESTION","descriptionParts","time","3234606nmaZEv","render","innerHTML","ck-suggestion__info","ck-annotation__main","editorReady","attributes","content",'<span class="ck-suggestion-type">',"isExternal","_config","creator","_createButton","ck-annotation","_model","ck-suggestion__info-name","map","importWord","20494qZapHW","source","split","commentsListView","formatDateTime","@external","color","ck-suggestion__main","editorDestroyed","check","element","value","_descriptionElement","ck-annotation__user","type","6PgTKRH","ck-suggestion--discard","3488hnHcom","acceptButton","EXTERNAL_IMPORT_WORD_AVATAR","ck-annotation__info-name","bindTemplate","getUserViewNotificationText","acceptSuggestion","authoredAt","delegate","EXTERNAL_AVATAR","3eceHPu","extendTemplate","ck-comment__external","push","commentThreadInputView","801nhynkW",'"></span>',"discardButton","bind","discardSuggestion","canAccept"];return(Hc=function(){return t})()}const zc=Wc;function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=499]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(528591===parseInt(n(539))/1*(-parseInt(n(512))/2)+-parseInt(n(527))/3*(-parseInt(n(599))/4)+-parseInt(n(573))/5+-parseInt(n(607))/6*(-parseInt(n(575))/7)+parseInt(n(529))/8*(parseInt(n(544))/9)+parseInt(n(550))/10+parseInt(n(564))/11*(-parseInt(n(555))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Gc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(571)](i(526),""),this[i(547)](i(526)).to(this,i(605),(t=>t&&t[0]?t[0][i(526)]:"")),this[i(547)](i(579)).to(this,i(605),this,i(559),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(576)+Zc(e[n(501)],e[n(518)])+n(586);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(524)]=null,this[i(530)]=this[i(506)](zr(e,i(601)),t.icons[i(521)],i(580),i(535),"sw"),this[i(530)][i(547)](i(583)).to(this,i(549)),this[i(546)]=this[i(506)](zr(e,i(562)),t.icons[i(603)],i(528),i(548),"sw"),this[i(546)][i(547)](i(583)).to(this,i(572)),this[i(594)]=new o.UserView(e,this[i(508)][i(593)],this[i(534)]()),this[i(594)][i(540)]({attributes:{class:[i(595),i(525)]}}),this[i(561)](this[i(589)]())}[zc(589)](){const t=zc,e=this[t(533)],n=[{tag:t(592),attributes:{class:[t(610),t(553)]},children:[{tag:t(567),children:[{text:this[t(594)][t(570)]}],attributes:{class:[t(509),t(532)]}},{tag:t(606),attributes:{datetime:e.to(t(536)),class:[t(602),t(581)]},children:[{text:e.to(t(536),(e=>this[t(504)][t(516)](e)))}]}]},{tag:t(592),attributes:{class:[t(596),t(566)]},children:[this[t(530)],this[t(546)]]},{tag:t(592),attributes:{class:[t(565)]}}];this[t(508)][t(503)]&&n[t(542)]({tag:t(592),attributes:{class:[t(541)]},children:[{text:this[t(578)]()}]});const r={tag:t(592),attributes:{class:[t(556),e.if(t(559),t(591)),e.to(t(526),(e=>t(598)+e)),this[t(504)][t(554)]&&t(563)],"data-suggestion-id":this[t(508)].id,"data-thread-id":this[t(508)][t(600)].id,"data-author-id":this[t(508)][t(593)].id,tabindex:-1},children:[{tag:t(592),attributes:{class:[t(557),t(507)]},children:[this[t(594)],{tag:t(592),attributes:{class:[t(519),t(611)]},children:n}]}]};return this[t(515)]&&this[t(543)]&&(r[t(597)][t(542)](this[t(515)],this[t(543)]),this[t(515)][t(537)](t(499)).to(this),this[t(515)][t(537)](t(520)).to(this),this[t(543)][t(537)](t(499)).to(this),this[t(543)][t(537)](t(520)).to(this)),r}[zc(608)](){const t=zc;super[t(608)](),this[t(524)]=this[t(522)][t(552)](t(588)),this[t(524)][t(609)]=this[t(579)],this.on(t(560),((e,n,r)=>{const s=t;this[s(524)][s(609)]=r}))}[zc(506)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(574)]);return a[i(571)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(540)]({attributes:{class:n}}),a.on(i(577),(()=>{const t=i;this[t(569)](r,this[t(508)].id)})),a}[zc(578)](){const t=zc;return t(511)===this[t(508)][t(500)][t(517)][t(513)]?zr(this[t(574)],t(604)):zr(this[t(574)],t(584))}[zc(534)](){const t=zc;return this[t(508)][t(503)]?t(511)===this[t(508)][t(500)][t(517)][t(513)]?zr(this[t(574)],t(531),this[t(508)][t(505)][t(570)]):zr(this[t(574)],t(538),this[t(508)][t(505)][t(570)]):null}}function Zc(t,e){const n=zc;let r="";return r+=t[n(514)]("*")[n(510)](((t,e)=>e%2!=0?n(502)+qc(t)+n(568):qc(t)))[n(582)](""),e&&(r+=n(587)+e[n(523)]+n(590)+e[n(585)]+n(545)),r}function qc(t){const e=zc,n=document[e(551)](e(567));return n[e(558)]=t,n[e(609)]}const Qc='\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',Xc=Jc;function Yc(){const t=["add","createAnnotationView","comments.editorConfig","Annotations","addSourceCollector","keys","stopListening","66yKMgOp","CommentsUI","trackChanges.disableComments","acceptSelectedSuggestions","createAnnotation","has","_handleSuggestionControllerDelayed","previous","getDescriptions","acceptAllSuggestions","view","execute","2351jQElEM","isEnabled","TrackChangesUI","731728VNSwdB","values","Discard all suggestions","_disableComments","change:activeAnnotations","type","remove","suggestionUnloaded","trackChanges","_updateController","pluginName","isDirty","createCommentThreadController","componentFactory","_viewToController","init","editing","_addUIComponentsToFactory","_initializeController","delete","discardButton","isMultiRange","trackChanges.SuggestionThreadView","Discard all selected suggestions","arrowView","change:previous","menuitemcheckbox","delegate","comments.maxThreadTotalWeight","comments.maxCommentCharsWhenCollapsed","requires","separator","CommentsRepository","children","comments.maxCommentsWhenCollapsed","some","getRanges","_createMenuBarMenu","focus","439419YhpPnU","source","SuggestionThreadView","actionView","locale","menuitem","discardAllSuggestions","_createToolbarButton","filter","895930fSDKfL","bind","panelView","button","_bindAnnotationToEditors","menuBar:trackChanges","getByInnerView","descriptionParts","activeMarkers","Track changes","suggestionLoaded","EditorAnnotations","248505nRAxCr","suggestion-","_unbindEditors","lowest","unbind","listenTo","getJoined","_destroyController","buttonView","value","Accept all selected suggestions","_suggestionToController","get","commands","from","menu","addComment","set","suggestionChanged","944GtGLgJ","head","_refreshActiveMarkers","_annotationViews","editor","commentThread","comments","descriptionFactory","mainView","config","discardSelectedSuggestions","toMany","model","16533MvSEoC","isOn","acceptButton","items","commandName","push","TrackChangesEditing","destroy","activeAnnotations","registerAnnotation","innerView","getAllAdjacentSuggestions","Accept all suggestions","clear","switchbutton","reduce","size","getMarkers","_handleControllerBuffer","define","length","isInContent","CommentView","getFirstRange","673296PJEasj","refreshSelectedViews","plugins","getMarkerNames","hasSuggestion","getSuggestion"];return(Yc=function(){return t})()}function Jc(t,e){const n=Yc();return(Jc=function(t,e){return n[t-=456]})(t,e)}!function(t,e){const n=Jc,r=t();for(;;)try{if(100531===-parseInt(n(491))/1*(parseInt(n(479))/2)+parseInt(n(533))/3+parseInt(n(494))/4+parseInt(n(554))/5+-parseInt(n(466))/6+parseInt(n(542))/7+parseInt(n(573))/8*(-parseInt(n(586))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class $c extends t.Plugin{static get[Xc(524)](){const t=Xc;return[_c,o.Users,t(526),t(475),t(553)]}static get[Xc(504)](){return Xc(493)}constructor(t){const e=Xc;super(t),this[e(565)]=new Map,this[e(508)]=new Map,this[e(576)]=new Map,this[e(460)]=new Map;const n=this[e(577)][e(582)];n[e(461)](e(516),Kc),n[e(461)](e(481),!1),this[e(497)]=n[e(566)](e(481))}[Xc(485)](t,e){const n=Xc;0===this[n(460)][n(458)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(460)]){const r=this[t(565)][t(484)](e);r||n?r&&n&&this[t(561)](e):this[t(512)](e)}this[t(460)][t(599)](),this[t(577)][t(468)][t(566)](t(553))[t(467)](),this[t(575)]()}),10),this[n(460)][n(571)](t,e)}[Xc(509)](){const t=Xc,e=this[t(577)],n=e[t(468)][t(566)](t(592)),r=e[t(468)][t(566)](t(475)),s=e[t(468)][t(566)](t(553)),o=e[t(468)][t(566)](t(526));this[t(511)](),s[t(476)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(568)](this[e(565)])){const s=t[e(597)](),o=[];for(const t of s){if(!t[e(463)])continue;if(t[e(515)]){o[e(591)](...t[e(530)]());continue}const n=t[e(465)]();if(o[e(462)]>0){const t=o[0][e(560)](n);if(t){o[0]=t;continue}}o[e(591)](n)}n[e(591)]([r[e(489)],o])}return n})),this[t(559)](n,t(552),((e,n)=>{const r=t;this[r(559)](n,r(519),((t,e,s,o)=>{const i=r;n[i(463)]&&(null==s?(this[i(503)](o[i(574)]),this[i(485)](n,!1)):(this[i(503)](s[i(574)]),null==o&&this[i(485)](n,!0)))})),null!==n[r(486)]?this[r(503)](n[r(574)]):this[r(485)](n,!1)})),this[t(559)](n,t(501),((e,n,r)=>{const s=t;this[s(478)](n,s(519)),this[s(460)][s(513)](n),this[s(565)][s(484)](n)&&this[s(561)](n),r&&this[s(503)](r[s(574)])})),this[t(559)](n,t(572),((e,n)=>{this[t(503)](n)})),this[t(559)](r,t(498),(()=>{this[t(575)]()})),this[t(559)](o,t(570),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(470)](r))return;const i=n[o(471)](r);this[o(565)][o(566)](i)[o(489)][o(532)]()}),{priority:t(557)})}[Xc(575)](){const t=Xc,e=this[t(577)][t(468)][t(566)](t(475)),n=this[t(577)][t(468)][t(566)](t(592)),r=Array[t(568)](e[t(594)],(e=>e[t(596)]))[t(541)]((e=>this[t(508)][t(484)](e))),s=[];for(const e of r){const n=this[t(508)][t(566)](e)[t(585)][t(597)]();s[t(591)](...n[t(457)](((e,n)=>[...e,...n[t(469)]()]),[]))}n[t(550)]=s}[Xc(511)](){const t=Xc,n=this[t(577)],r=n[t(537)],o=zr(r,t(551)),i=new e.Collection([{type:t(456),model:new s.ViewModel({withText:!0,label:o,commandName:t(502),role:t(520)})},{type:t(525)},{type:t(545),model:new s.ViewModel({withText:!0,label:zr(r,t(598)),commandName:t(488),role:t(538)})},{type:t(545),model:new s.ViewModel({withText:!0,label:zr(r,t(564)),commandName:t(482),role:t(538)})},{type:t(545),model:new s.ViewModel({withText:!0,label:zr(r,t(496)),commandName:t(539),role:t(538)})},{type:t(545),model:new s.ViewModel({withText:!0,label:zr(r,t(517)),commandName:t(583),role:t(538)})}]);for(const e of i)if(tu(e)){const r=n[t(567)][t(566)](e[t(585)][t(590)]);e[t(585)][t(543)](t(587),t(492)).to(r,t(563),t(492))}n.ui[t(507)][t(472)](t(502),(e=>this[t(540)](e,i,o))),n.ui[t(507)][t(472)](t(547),(e=>this[t(531)](e,i,o)))}[Xc(540)](t,e,n){const r=Xc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(577)][r(567)][r(566)](r(502));o[r(562)][r(571)]({tooltip:n,label:n,icon:Qc}),o[r(562)][r(543)](r(587)).to(i,r(563)),o[r(562)].on(r(490),(()=>{const t=r;i[t(490)](),this[t(577)][t(510)][t(489)][t(532)]()})),(0,s.addListToDropdown)(o,e,{role:r(569)});const a=[];for(const t of e)tu(t)&&a[r(591)](this[r(577)][r(567)][r(566)](t[r(585)][r(590)]));const c=o[r(562)];return c[r(536)][r(558)](r(492)),c[r(518)][r(558)](r(492)),c[r(536)][r(543)](r(492)).to(i,r(492)),c[r(518)][r(543)](r(492))[r(584)](a,r(492),((...t)=>t[r(529)]((t=>t)))),o.on(r(490),(t=>{const e=r;this[e(577)][e(490)](t[e(534)][e(590)]),this[e(577)][e(510)][e(489)][e(532)]()})),o}[Xc(531)](t,e,n){const r=Xc,o=new s.MenuBarMenuView(t),i=this[r(577)][r(567)][r(566)](r(502));o[r(562)][r(571)]({label:n,icon:Qc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(525)==n[r(499)]){a[r(589)][r(472)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(585)];i[r(543)](...Object[r(477)](c)).to(c),i[r(521)](r(490)).to(o),i.on(r(490),(()=>{const t=r;this[t(577)][t(490)](c[t(590)]),this[t(577)][t(510)][t(489)][t(532)]()})),e[r(527)][r(472)](i),a[r(589)][r(472)](e)}return o[r(543)](r(492)).to(i,r(492)),o[r(544)][r(527)][r(472)](a),o}[Xc(512)](t){const e=Xc,n=this[e(577)],r=n[e(582)],s=n[e(468)][e(566)](e(475)),i=n[e(468)][e(566)](e(526)),a=n[e(468)][e(566)](e(553)),c=n[e(468)][e(566)](o.Users).me,u=r[e(566)](e(502))[e(535)],{CommentsListView:l,CommentThreadInputView:f}=n[e(468)][e(566)](e(480));let h,g;this[e(576)][e(484)](t.id)?(g=this[e(576)][e(566)](t.id),h=g[e(581)]):(h=new u(n[e(537)],t,c,{disableComments:this[e(497)],editorConfig:r[e(566)](e(474)),maxCommentsWhenCollapsed:r[e(566)](e(528)),maxThreadTotalWeight:r[e(566)](e(522)),maxCommentCharsWhenCollapsed:r[e(566)](e(523)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(566)](e(537))),CommentView:r[e(566)](e(579))[e(464)],CommentsListView:l,CommentThreadInputView:f}),h[e(588)].on(e(490),(()=>{const t=e;n[t(510)][t(489)][t(532)]()})),h[e(514)].on(e(490),(()=>{const t=e;n[t(510)][t(489)][t(532)]()})),g=s[e(473)](this[e(577)][e(537)],h),g[e(543)](e(505)).to(h,e(505)),g[e(543)](e(462)).to(h),g[e(543)](e(499)).to(h,e(499),(t=>e(555)+t)),this[e(576)][e(571)](t.id,g));const d=i[e(506)](t[e(578)],h),p=new Uc(n,t,h,d),m=t[e(597)]()[e(541)]((t=>t[e(463)]));h[e(549)]=n[e(468)][e(566)](e(592))[e(580)][e(487)](m),this[e(565)][e(571)](t,p),this[e(508)][e(571)](h,p);const I=s[e(483)]({view:g,target:()=>{const r=e,s=[],i=t[r(597)]()[r(541)]((t=>t[r(463)]));for(const t of i)s[r(591)](...t[r(459)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(510)],s)},type:()=>e(555)+p[e(489)][e(499)]});i[e(546)](h,I),s[e(472)](I),a[e(595)](I)}[Xc(561)](t){const e=Xc,n=this[e(577)][e(468)][e(566)](e(526)),r=this[e(577)][e(468)][e(566)](e(475)),s=this[e(565)][e(566)](t),o=s[e(489)],i=r[e(548)](o);n[e(556)](o),i&&r[e(500)](i),this[e(565)][e(513)](t),this[e(508)][e(513)](o),s[e(593)]()}[Xc(503)](t){const e=Xc;if(!t[e(463)]||!this[e(565)][e(484)](t))return;const n=this[e(577)][e(468)][e(566)](e(592)),r=this[e(565)][e(566)](t),s=t[e(597)]();r[e(489)][e(549)]=n[e(580)][e(487)](s)}[Xc(593)](){const t=Xc;for(const e of this[t(565)][t(477)]())this[t(561)](e);for(const e of this[t(576)][t(495)]())e[t(581)][t(593)]();super[t(593)]()}}function tu(t){return Xc(585)in t}function eu(){var t=["1782336pRTqar","1526DqDNSi","getSuggestions","1352hUDjfw","requires","2937999QixetW","pluginName","55976oYERnG","951129wlOOAF","TrackChanges","2XFTMyI","215MNnEtE","get","28190qMNkne","981fjFoif","12312179gKQDVU","getSuggestion","plugins","editor","addSuggestion","adapter","addSuggestionData","Comments"];return(eu=function(){return t})()}var nu=ru;function ru(t,e){var n=eu();return(ru=function(t,e){return n[t-=298]})(t,e)}!function(t,e){for(var n=ru,r=t();;)try{if(771746===parseInt(n(305))/1+-parseInt(n(307))/2*(-parseInt(n(302))/3)+-parseInt(n(304))/4*(-parseInt(n(308))/5)+-parseInt(n(320))/6+parseInt(n(298))/7*(-parseInt(n(300))/8)+-parseInt(n(311))/9*(parseInt(n(310))/10)+-parseInt(n(312))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eu);class su extends t.Plugin{static get[nu(301)](){return[_c,$c,nu(319)]}static get[nu(303)](){return nu(306)}set[nu(317)](t){var e=nu;this[e(315)][e(314)][e(309)](_c)[e(317)]=t}get[nu(317)](){var t=nu;return this[t(315)][t(314)][t(309)](_c)[t(317)]}[nu(316)](t){var e=nu;return this[e(315)][e(314)][e(309)](_c)[e(318)](t)}[nu(299)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=nu;return this[n(315)][n(314)][n(309)](_c)[n(299)]({skipNotAttached:t,toJSON:e})}[nu(313)](t){var e=nu;return this[e(315)][e(314)][e(309)](_c)[e(313)](t)}}const ou=cu;!function(t,e){const n=cu,r=t();for(;;)try{if(584421===parseInt(n(459))/1+-parseInt(n(406))/2+-parseInt(n(437))/3*(-parseInt(n(408))/4)+parseInt(n(452))/5+-parseInt(n(463))/6*(parseInt(n(454))/7)+-parseInt(n(436))/8+parseInt(n(418))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(lu);const iu=[ou(435)];class au extends t.Plugin{static get[ou(412)](){return[_c]}static get[ou(432)](){return ou(428)}[ou(423)](){const t=ou,n=this[t(415)];if(n[t(430)][t(447)](t(431),(e=>{const r=t,s=n[r(445)][r(449)][r(462)]()[r(438)](((t,e)=>(t[e]="",t)),{});return n[r(453)][r(405)](s,e)})),t(413)!=typeof n[t(430)][t(441)](t(420))[t(407)])throw new e.CKEditorError(t(409))}[ou(450)](t){return hu(this[ou(415)],!0,t)}[ou(416)](t){return hu(this[ou(415)],!1,t)}}function cu(t,e){const n=lu();return(cu=function(t,e){return n[t-=401]})(t,e)}class uu extends t.Plugin{static get[ou(432)](){return ou(461)}constructor(t){const e=ou;super(t),this[e(426)]=e(401)}[ou(423)](){const t=ou;this[t(415)][t(458)][t(441)](t(403))[t(446)]={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(415)][t(458)][t(441)](t(457))[t(446)]=null}}function lu(){const t=["getDataWithAcceptedSuggestions","acceptAllSuggestions","2652635YwcLfp","constructor","77kVSGje","destroy","name","TrackChangesEditing","plugins","940533inUdej","map","TrackChangesDataGetter","getRootNames","249294uioEre","end","set","CommentsRepository","getSuggestions","create","1696144CplFRf","editorCreator","16sOGPQz","track-changes-data-invalid-editor-creator","rootsAttributes","getCommentThreads","requires","function","createDocumentFragment","editor","getDataWithDiscardedSuggestions","addUser","8108136ReFzno","createElement","trackChangesData","div","users","init","useAnonymousUser","discardAllSuggestions","result","execute","TrackChangesData","data","config","trackChangesData.editorCreator","pluginName","Users","getRootsAttributes","Pagination","8295584SwpVVu","415887OULQrm","reduce","appendChild","getUser","get","getFullData","addSuggestionData","push","model","_adapter","define","addCommentThread","document"];return(lu=function(){return t})()}function fu(t){return void 0!==t[ou(434)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,iu);s[r(458)][r(444)](_c,uu),s[r(410)]=fu(t)?t[r(434)]():void 0;const i=document[r(414)](),a=t[r(430)][r(441)](r(420))[r(407)],c=await a(s,(()=>function(t){const e=r,n=document[e(419)](e(421));return t[e(439)](n),n}(i)));!function(t,e){const n=r,s=t[n(445)][n(449)][n(462)]()[n(438)](((e,r)=>(e[r]=t[n(429)][n(441)]({rootName:r}),e)),{}),o=t[n(458)][n(441)](n(433))[n(422)][n(460)]((t=>({id:t.id,name:t[n(456)]}))),i=t[n(458)][n(441)](n(457))[n(404)]({skipNotAttached:!0,toJSON:!0}),a=t[n(458)][n(441)](n(403))[n(411)]({skipNotAttached:!0,toJSON:!0}),c=e[n(458)][n(441)](n(433)),u=e[n(458)][n(441)](n(457)),l=e[n(458)][n(441)](n(403));for(const t of o)c[n(440)](t.id)||c[n(417)](t);c.me||c[n(424)]();for(const t of i)u[n(443)](t);for(const t of a)l[n(448)](t);e[n(429)][n(402)](s)}(t,c),c[r(427)](r(e?451:425));const u=fu(c)?c[r(442)](n):c[r(429)][r(441)](n);return await c[r(455)](),u}function gu(){var t=["8olOKDn","145104MQpccU","2541528ZbbNMn","5929119BqlXmb","330909uFMWyE","865vczPnF","2088443dhDgVJ","20922wAjcyw","1179228KnMubY"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=168]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(309322===parseInt(n(170))/1+parseInt(n(168))/2+parseInt(n(173))/3*(parseInt(n(169))/4)+parseInt(n(174))/5*(-parseInt(n(176))/6)+parseInt(n(175))/7+parseInt(n(171))/8+-parseInt(n(172))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>au,TrackChangesEditing:()=>_c});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["1749070pWCiNl","7516071ajZOpA","forceDisabled","has","_enabledCommands","4653znVHAt","_isEnabledBasedOnSelection","affectsData","editor","clearForceDisabled","8699593JBslqU","execute","6984336qPbudT","932iBYPvh","refresh","1dVHTsF","3639330lgIRaD","_disableUnsupportedCommands","TrackChangesCommand","value","isEnabled","_enableCommands","commands","3104608hbeyzd"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=374]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(661846===-parseInt(n(397))/1*(-parseInt(n(382))/2)+-parseInt(n(387))/3*(-parseInt(n(395))/4)+parseInt(n(374))/5+parseInt(n(394))/6+-parseInt(n(392))/7+-parseInt(n(381))/8+-parseInt(n(383))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(386)]=e,this[n(377)]=!1,this[n(396)](),this[n(388)]=!1}[c(396)](){this[c(378)]=!0}[c(393)](){const t=c;this[t(377)]=!this[t(377)],this[t(377)]?this[t(375)]():this[t(379)]()}[c(375)](){const t=c;for(const e of this[t(390)][t(380)][t(380)]())e[t(389)]&&!this[t(386)][t(385)](e)&&e[t(384)](t(376))}[c(379)](){const t=c;for(const e of this[t(390)][t(380)][t(380)]())e[t(389)]&&!this[t(386)][t(385)](e)&&e[t(391)](t(376))}}const h=g;function g(t,e){const n=p();return(g=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=g,r=t();for(;;)try{if(365651===-parseInt(n(408))/1*(parseInt(n(397))/2)+-parseInt(n(396))/3+parseInt(n(402))/4*(parseInt(n(403))/5)+parseInt(n(407))/6*(parseInt(n(386))/7)+parseInt(n(395))/8+-parseInt(n(409))/9+-parseInt(n(400))/10*(-parseInt(n(406))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(p);class d extends t.Command{constructor(t,e){const n=g;super(t),this[n(387)]=e,this[n(410)](),this[n(388)]=!1}[h(410)](){this[h(390)]=!0}[h(404)](t){const n=h,r=this[n(387)][n(401)](t);if(!r)throw new e.CKEditorError(n(391),this);const s=r[n(399)]();this[n(405)][n(394)][n(389)](s)&&this[n(405)][n(398)][n(401)](n(393))[n(392)](r)}}function p(){const t=["model","1860256jUYhbl","329058nSYiGh","2mEXhzu","plugins","getRanges","20MANSyb","get","100dUSfsa","25975WMaUQt","execute","editor","765182NHTDAM","499164TvrEgt","22746OoYrCo","779778CmopaJ","refresh","7TVTBEC","_suggestions","_isEnabledBasedOnSelection","canEditAt","isEnabled","track-changes-accept-suggestion-not-found","acceptSuggestion","TrackChangesEditing"];return(p=function(){return t})()}function m(t,e){const n=I();return(m=function(t,e){return n[t-=462]})(t,e)}function I(){const t=["_suggestions","1262960TxemiQ","get","getRanges","discardSuggestion","TrackChangesEditing","866045dQurAz","112yZVkJs","model","plugins","9DqLhYo","track-changes-discard-suggestion-not-found","execute","4pogZEO","5808540fpWvoK","_isEnabledBasedOnSelection","editor","2482890PDHOUa","refresh","1pQVlHK","22721655rxsOCl","isEnabled","568566NokhjS","canEditAt","2221444Ekasjy"];return(I=function(){return t})()}const E=m;!function(t,e){const n=m,r=t();for(;;)try{if(792730===parseInt(n(470))/1*(parseInt(n(475))/2)+parseInt(n(468))/3+parseInt(n(464))/4*(-parseInt(n(482))/5)+parseInt(n(473))/6*(parseInt(n(483))/7)+parseInt(n(477))/8*(parseInt(n(486))/9)+-parseInt(n(465))/10+-parseInt(n(471))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class b extends t.Command{constructor(t,e){const n=m;super(t),this[n(476)]=e,this[n(469)](),this[n(466)]=!1}[E(469)](){this[E(472)]=!0}[E(463)](t){const n=E,r=this[n(476)][n(478)](t);if(!r)throw new e.CKEditorError(n(462),this);const s=r[n(479)]();this[n(467)][n(484)][n(474)](s)&&this[n(467)][n(485)][n(478)](n(481))[n(480)](r)}}function T(t){const e=_;return t[e(466)](((t,n)=>e(455)==t[e(452)]&&e(455)!=n[e(452)]?-1:e(455)!=t[e(452)]&&e(455)==n[e(452)]?1:0))}function _(t,e){const n=A();return(_=function(t,e){return n[t-=425]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(426)];for(;s<t[n(441)];){const a=t[s],c=t[s+1];r||(r=e[n(429)](a)),k(e,a,c)||(o[n(450)](e[n(447)](r,i[n(442)](a)?e[n(438)](a):e[n(460)](a,n(434)))),r=null),s++}return o}function A(){const t=["getRanges","10284GHCTte","createPositionBefore","add","5005xzChLM","isIntersecting","isInContent","end","40XuNEky","map","77WuhfGH","createPositionAfter","26195ilEdON","start","length","isObject","isArray","splice","2798EdTkOa","isCollapsed","createRange","join","value","push","next","type","1596368ARxpxe","change","deletion","isMultiRange"," [color ","10852ILpCuJ","isTouching","createPositionAt","color","18YqMTtU","replace","execute","content","sort","679000EclgkH","326493qBsrLg","246dOORzQ","from","schema"];return(A=function(){return t})()}function k(t,e,n){const r=_;if(!n)return!1;const s=t[r(438)](e),o=t[r(429)](n);return s[r(459)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(147699===-parseInt(n(437))/1*(-parseInt(n(445))/2)+-parseInt(n(462))/3*(-parseInt(n(458))/4)+parseInt(n(439))/5*(-parseInt(n(469))/6)+-parseInt(n(467))/7+-parseInt(n(453))/8+-parseInt(n(468))/9*(-parseInt(n(435))/10)+-parseInt(n(431))/11*(-parseInt(n(428))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(A);function C(t,e,n){const r=_;for(;n[r(441)];){const s=n[r(444)](0,100);t[r(454)]((()=>{const t=r;for(const n of s)n[t(433)]&&e[t(464)](n.id)}))}}const L=R;function R(t,e){const n=S();return(R=function(t,e){return n[t-=304]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(808518===parseInt(n(319))/1+parseInt(n(329))/2*(-parseInt(n(311))/3)+-parseInt(n(318))/4*(parseInt(n(307))/5)+-parseInt(n(327))/6*(parseInt(n(315))/7)+parseInt(n(314))/8*(parseInt(n(316))/9)+-parseInt(n(325))/10+parseInt(n(312))/11*(parseInt(n(313))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class N extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(309)]=e,this[r(317)]=n,this[r(308)](),this[r(321)]=!1}[L(308)](){const t=L,e=Array[t(323)](this[t(317)][t(328)]())[t(320)]((e=>e[t(324)]));this[t(305)]=this[t(309)][t(305)]&&e}[L(326)](){const t=L,e=T(Array[t(323)](this[t(317)][t(328)]()));for(const n of e){const e=n[t(306)]();if(!this[t(304)][t(310)][t(322)](e))return}C(this[t(304)][t(310)],this[t(309)],e)}}function S(){const t=["628796IetQRq","1594532TaZksU","some","_isEnabledBasedOnSelection","canEditAt","from","isInContent","8396140PhqzXV","execute","2814kNhWYl","values","874354kJnoKv","editor","isEnabled","getRanges","10EJAvpI","refresh","_command","model","9gYhgXP","1091871lUBCyD","252IQlHrD","1256kBPcfr","17962BuEoSq","45774AnwFPC","_suggestions"];return(S=function(){return t})()}const M=v;function v(t,e){const n=w();return(v=function(t,e){return n[t-=290]})(t,e)}function w(){const t=["document","5MAIjUn","_selectedSuggestions","4741224ExZwSV","getRanges","isEnabled","9070IfXhOq","4gOCfHJ","2188824VYnGfS","values","420029HvNcyc","2213361wpOyls","refresh","selection","4338968eRKEvP","_isEnabledBasedOnSelection","model","9845jFnJTZ","editor","6552855euCNWF","canEditAt","size","_command","execute","from","7ataDQZ","_suggestions"];return(w=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(549540===parseInt(n(305))/1*(-parseInt(n(302))/2)+parseInt(n(306))/3+parseInt(n(309))/4+parseInt(n(296))/5*(-parseInt(n(298))/6)+-parseInt(n(293))/7*(-parseInt(n(303))/8)+-parseInt(n(314))/9+-parseInt(n(301))/10*(-parseInt(n(312))/11))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(290)]=e,this[r(294)]=n,this[r(297)]=new Set,this[r(307)](),this[r(310)]=!1}[M(307)](){const t=M,e=this[t(313)][t(311)][t(295)][t(308)],n=Array[t(292)](this[t(294)][t(304)]());this[t(297)]=function(t,e){const n=_,r=Array[n(425)](t[n(427)]()),s=new Set;for(const o of e)if(o[n(433)])for(const e of r)for(const r of o[n(427)]())(e[n(432)](r)||t[n(446)]&&!o[n(456)]&&o[n(451)]&&r[n(434)][n(459)](e[n(440)]))&&s[n(430)](o);return s}(e,n),this[t(300)]=this[t(290)][t(300)]&&!!this[t(297)][t(316)]}[M(291)](){const t=M,e=T(Array[t(292)](this[t(297)]));for(const n of e){const e=n[t(299)]();if(!this[t(313)][t(311)][t(315)](e))return}C(this[t(313)][t(311)],this[t(290)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const x=function(t){var e=this.__data__,n=B(e,t);return!(n<0)&&(n==e.length-1?e.pop():P.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=B(e,t);return n<0?void 0:e[n][1]};const j=function(t){return B(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=x,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const q=function(t){return this.__data__.get(t)};const K=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Q="object"==typeof self&&self&&self.Object===Object&&self;const Y=X||Q||Function("return this")();const J=Y.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.toString,et=J?J.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=J?J.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Y["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Y,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Nt=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 Nt.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=Lt,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 Bt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Pt=function(t,e){var n=t.__data__;return Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=Pt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Pt(this,t).get(t)};const jt=function(t){return Pt(this,t).has(t)};const Gt=function(t,e){var n=Pt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=xt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=q,Wt.prototype.has=K,Wt.prototype.set=zt;const qt=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 Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Qt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Yt=Object.prototype.hasOwnProperty;const Jt=function(t,e,n){var r=t[e];Yt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Qt(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?Qt(n,a,c):Jt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Y.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Ne=function(t,e){return function(n){return t(e(n))}};const Se=Ne(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&&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 Be=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&&Be.call(t,r))&&n.push(r);return n};const xe=function(t){return we(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Zt(e,xe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Y.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const qe=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Ke=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Qe=Object.getOwnPropertySymbols;const Ye=Qe?function(t){return null==t?[]:(t=Object(t),qe(Qe(t),(function(e){return Xe.call(t,e)})))}:Ke;const Je=function(t,e){return Zt(t,Ye(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=Ne(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Ye(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,Ye)};const sn=function(t){return nn(t,xe,tn)};const on=At(Y,"DataView");const an=At(Y,"Promise");const cn=At(Y,"Set");const un=At(Y,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Y.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Nn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=J?J.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return 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 Nn(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 Bn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var xn=_e&&_e.isMap;const Un=xn?Ie(xn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",qn={};qn[Hn]=qn["[object Array]"]=qn["[object ArrayBuffer]"]=qn["[object DataView]"]=qn["[object Boolean]"]=qn["[object Date]"]=qn["[object Float32Array]"]=qn["[object Float64Array]"]=qn["[object Int8Array]"]=qn["[object Int16Array]"]=qn["[object Int32Array]"]=qn["[object Map]"]=qn["[object Number]"]=qn[Wn]=qn["[object RegExp]"]=qn["[object Set]"]=qn["[object String]"]=qn["[object Symbol]"]=qn["[object Uint8Array]"]=qn["[object Uint8ClampedArray]"]=qn["[object Uint16Array]"]=qn["[object Uint32Array]"]=!0,qn["[object Error]"]=qn[zn]=qn["[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?{}:Bn(e),!c)return u?en(e,Ue(a,e)):Je(e,De(a,e))}else{if(!qn[h])return o?e:{};a=On(e,h,c)}}i||(i=new qt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?xe:Oe)(e);return Kt(p||e,(function(s,o){p&&(s=e[o=s]),Jt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return Kn(t,5)};const Qn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Yn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Qn(t))||(Jn.test(t)||!Yn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=J?J.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Qn(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||Qn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Jt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=J?J.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Nr="[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?Nr:_n(t),u=a?Nr:_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 qt),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 qt),s(p,m,n,r,o)}}return!!h&&(o||(o=new qt),Lr(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 Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Fr(t,Br(e,0,-1))};const xr=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||xr(t,e)},jr=Vr;function Gr(){const t=["onAttributesChange","3753942TXVmIH","nodeBefore","data","isIntersecting","getRange","commentThread","getContainedElement","substr","get","start","head","set","onAccept","markers","filter","9rWXnvE","discard","_markerNames","16LeuScK","from","authoredAt","delete","5GpMoqu","accept","decorate","removeMarker","getMultiRangeId","setAttribute","_saved","add","_onAttributesChange","toJSON","type","suggestion:","isInContent","subType","hasComments","getFirstRange","449697xwkgbk","addMarkerName","addRange","clear","attributes","8407586KZeUwk","nodeAfter","next","getAllAdjacentSuggestions","getMarkerNames","_model","4167520JmTYBK","getMarkers","_isDataLoaded","isIntersectingWithRange","change","push","isExternal","onDiscard","end","creator","author","_onDiscard","getRanges","createdAt","_onAccept","6215896pSdlHz","split","getFirstMarker","size","567432RTDVYi","10hvjCTQ","@external","isMultiRange","removeMarkers","length","map","getItems","removeAttribute","reduce","1543092jrYUXb","addMarker","previous"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=268]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(438440===parseInt(n(293))/1+-parseInt(n(303))/2+-parseInt(n(345))/3*(-parseInt(n(325))/4)+-parseInt(n(329))/5*(-parseInt(n(307))/6)+-parseInt(n(274))/7+-parseInt(n(289))/8*(-parseInt(n(322))/9)+parseInt(n(294))/10*(-parseInt(n(268))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(276)]=!1,this.id=e.id,this[n(339)]=e[n(339)],this[n(342)]=e[n(342)]||null,this[n(284)]=e[n(284)],this[n(283)]=e[n(283)]||e[n(284)],this[n(280)]=Boolean(e[n(349)]&&e[n(349)][n(295)]),this[n(309)]=null,this[n(273)]=t,this[n(288)]=e[n(319)],this[n(285)]=e[n(281)],this[n(337)]=e[n(306)],this[n(324)]=new Set,this[n(287)]=null,this[n(318)](n(327),null),this[n(318)](n(349),e[n(349)]||{}),this[n(318)](n(305),null),this[n(318)](n(270),null),this[n(318)](n(312),null),this[n(318)](n(335),!1),this[n(331)](n(330)),this[n(331)](n(323))}get[jr(317)](){const t=jr;let e=this;for(;e[t(305)];)e=e[t(305)];return e}get[jr(343)](){const t=jr;return!!this[t(312)]&&this[t(312)][t(298)]>0}get[jr(296)](){const t=jr;return 0!=this[t(324)][t(292)]&&6==Array[t(326)](this[t(324)])[0][t(290)](":")[t(298)]}get[jr(341)](){return null!==this[jr(291)]()}[jr(346)](t){const e=jr;this[e(324)][e(336)](t)}[jr(272)](){const t=jr;return Array[t(326)](this[t(324)])}[jr(275)](){const t=jr;return this[t(272)]()[t(299)]((e=>this[t(273)][t(320)][t(315)](e)))[t(321)]((t=>t))}[jr(291)](){return this[jr(275)]()[0]||null}[jr(297)](){const t=jr;this[t(273)][t(278)]((e=>{const n=t;for(const t of this[n(275)]())e[n(332)](t)})),this[t(324)][t(348)]()}[jr(332)](t){const e=jr;this[e(273)][e(278)]((n=>{n[e(332)](t)})),this[e(324)][e(328)](t)}[jr(347)](t){const e=jr,n=e(340)+this[e(339)]+":"+this[e(342)]+":"+this.id+":"+this[e(283)].id+":"+Hr[e(333)]();this[e(346)](n),this[e(273)][e(278)]((r=>{r[e(304)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(277)](t){const e=jr;for(const n of this[e(286)]())if(n[e(310)](t))return!0;return!1}[jr(286)](){const t=jr;return this[t(275)]()[t(299)]((e=>e[t(311)]()))}[jr(300)](){const t=jr;return this[t(286)]()[t(302)](((e,n)=>[...e,...n[t(300)]()]),[])}[jr(344)](){const t=jr;var e;return(null===(e=this[t(291)]())||void 0===e?void 0:e[t(311)]())||null}[jr(313)](){const t=jr,e=this[t(286)]();if(1!=e[t(298)])return null;const n=e[0],r=n[t(316)][t(269)],s=n[t(282)][t(308)];return r instanceof i.Element?r!=s?null:r:null}[jr(330)](){const t=jr;this[t(288)](this[t(286)](),this[t(309)],this[t(349)]),this[t(297)]()}[jr(323)](){const t=jr;this[t(285)](this[t(286)](),this[t(309)],this[t(349)]),this[t(297)]()}[jr(271)](){const t=jr,e=[];let n=this[t(317)];for(;n;)e[t(279)](n),n=n[t(270)];return e}[jr(334)](t,e){const n=jr,r=Xn(this[n(349)]);hr(r,t,e),Or(r,this[n(349)])||(this[n(349)]=r,this[n(337)](r))}[jr(301)](t){const e=jr,n=Xn(this[e(349)]);Ur(n,t),Or(n,this[e(349)])||(this[e(349)]=n,this[e(337)](this[e(349)]))}[jr(338)](){const t=jr;return{id:this.id,type:this[t(342)]?this[t(339)]+":"+this[t(342)]:this[t(339)],authorId:this[t(283)].id,createdAt:this[t(287)],hasComments:this[t(343)],data:this[t(309)],attributes:this[t(349)]}}static[jr(333)](){const t=jr;return(0,e.uid)()[t(314)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=qr;function qr(t,e){const n=Kr();return(qr=function(t,e){return n[t-=338]})(t,e)}function Kr(){const t=["key","softBreak","nextSibling","addEmptyContainer","pop","text","isEqual","REPLACE_TEXT","*Merge:* %0","_locale","*Remove:* %0","526732icIRgg","nodeAfter","skip","length","checkChild","function","get","registerAttributeLabel","type","indexOf","remove","removeContainer","$textProxy","registerElementLabel","insertion","match","_schema","2286298lIlhbc","matchingCallback","newValue","end","_itemLabels","4425064GEnubX","registerDescriptionCallback","elementEnd","data","previousSibling","elementStart","314334GgGXYG","join","6BIukRe","normal","_handleRenameSuggestionDescription","Object","isEmpty","format","2206fddshm","_handleInsertRemoveSuggestionDescription","*Split:* %0","EmptyContainer","isInContent","getWalker","isObject","subType","element","add","has","_handleCustomCallbackDescription","*Set format:* %0","_resolveDescriptionItems","*Insert:* %0","$text","addFormat","_handleAttributeSuggestionDescription","removeEmptyContainer","getFirstRange","_customCallbacks","attribute","1052065KNabtR","addContainer","item","17012367xdmtqr","ELEMENT_SPACE","label","*Remove format:* %0","*Change to:* %0","set","map","addObject","_addDescriptionItems","Container","push","quantity","removeObject","$1 $2","start","467nvQKTV","_attributeLabels","getItemLabel","name","_itemLabelsCallbacks","removeFormat","deletion","replace","getDescriptions"];return(Kr=function(){return t})()}!function(t,e){const n=qr,r=t();for(;;)try{if(311907===parseInt(n(419))/1*(-parseInt(n(379))/2)+-parseInt(n(371))/3+parseInt(n(343))/4+-parseInt(n(401))/5+parseInt(n(373))/6*(-parseInt(n(360))/7)+-parseInt(n(365))/8+parseInt(n(404))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Xr{constructor(t,e){const n=qr;this[n(399)]=[],this[n(364)]=new Map,this[n(423)]=[],this[n(420)]=new Map,this[n(359)]=t,this[n(341)]=e}[Wr(427)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(346)];o++){const i=t[o];if(!i[e(383)])continue;const a=this[e(390)](i);if(a){if(null!=i[e(386)]){if(r[e(389)](i[e(386)]))continue;r[e(388)](i[e(386)])}n[e(414)](a)}else if(e(400)!=i[e(351)])e(357)!=i[e(351)]&&e(425)!=i[e(351)]||this[e(380)](n,i,t[o+1]);else{const t=i[e(368)][e(428)];if(s[e(389)](t))continue;s[e(388)](i[e(368)][e(428)]),t==Tc?this[e(375)](n,i):this[e(396)](n,i)}}return this[e(392)](n)}[Wr(366)](t){const e=Wr;this[e(399)][e(414)](t)}[Wr(356)](t,n,r=e.priorities[Wr(374)]){const s=Wr;s(348)==typeof t?(0,e.insertToPriorityArray)(this[s(423)],{matchingCallback:t,label:n,priority:r}):this[s(364)][s(409)](t,n)}[Wr(350)](t,e){const n=Wr;this[n(420)][n(409)](t,e)}[Wr(421)](t,e=1){const n=Wr;let r;for(const e of this[n(423)])if(e[n(361)](t)){r=e[n(406)];break}return r||(r=this[n(364)][n(349)](t[n(422)])),r?r(e):1!==e?e+" "+t[n(422)]+"s":""+t[n(422)]}[Wr(412)](t,e){const n=Wr,r=e[n(398)]()[n(384)](),s=n(357)==e[n(351)]?n(388):n(353);for(const e of r){const o=e[n(403)],i=t[t[n(346)]-1];if(o.is(n(355)))i&&i[n(351)][n(352)](n(413))>-1&&t[n(432)](),i&&n(433)==i[n(351)]?i[s]+=o[n(368)]:t[n(414)]({type:n(433),add:n(388)==s?o[n(368)]:"",remove:n(353)==s?o[n(368)]:""});else if(this[n(359)][n(385)](o)){const a=o;if(i&&i[n(351)][n(352)](n(413))>-1&&t[n(432)](),n(367)==e[n(351)])continue;i&&i[n(351)]==s+n(376)&&i[n(387)][n(422)]==a[n(422)]?i[n(415)]++:t[n(414)]({type:s+n(376),element:a,quantity:1}),r[n(345)]((t=>!(n(367)==t[n(351)]&&t[n(403)]==o)))}else if(this[n(359)][n(347)](o,n(394))||o.is(n(387),n(429))){const r=o;if(n(388)==s&&n(370)==e[n(351)]||n(353)==s&&n(367)==e[n(351)])continue;if(i&&-1==i[n(351)][n(352)](n(413))){n(433)==i[n(351)]&&(i[s]+="\n");continue}let a;if(a=n(388)==s?r[n(430)]&&!this[n(359)][n(385)](r[n(430)])?r[n(430)]:null:r[n(369)]&&!this[n(359)][n(385)](r[n(369)])?r[n(369)]:null,r[n(377)]||a&&a[n(377)]){const e=a&&a[n(377)]?a:r;i&&i[n(351)]==s+n(382)&&i[n(387)][n(422)]==e[n(422)]?i[n(415)]++:t[n(414)]({type:s+n(382),element:e,quantity:1})}else t[n(414)]({type:s+n(413),element:r})}}}[Wr(392)](t){const e=Wr,n=this[e(341)],r=[],s=[],o=[];for(const i of t)switch(i[e(351)]){case e(433):if(i[e(388)]=i[e(388)][e(426)](/(\S)\u000A+(\S)/g,e(417))[e(426)](/\u000A/g,""),i[e(353)]=i[e(353)][e(426)](/(\S)\u000A+(\S)/g,e(417))[e(426)](/\u000A/g,""),""!=i[e(388)]&&""!=i[e(353)]){r[e(414)]({type:e(426),content:zr(n,e(339),['"'+i[e(353)]+'"','"'+i[e(388)]+'"'])});continue}if(null!=i[e(388)][e(358)](/^ +$/)){r[e(414)]({type:e(357),content:zr(n,e(393),zr(n,e(405),i[e(388)][e(346)]))});continue}if(null!=i[e(353)][e(358)](/^ +$/)){r[e(414)]({type:e(425),content:zr(n,e(342),zr(n,e(405),i[e(353)][e(346)]))});continue}if(""!=i[e(388)]){r[e(414)]({type:e(357),content:zr(n,e(393),'"'+i[e(388)]+'"')});continue}r[e(414)]({type:e(425),content:zr(n,e(342),'"'+i[e(353)]+'"')});continue;case e(431):case e(411):r[e(414)]({type:e(357),content:zr(n,e(393),this[e(421)](i[e(387)],i[e(415)]))});continue;case e(397):case e(416):r[e(414)]({type:e(425),content:zr(n,e(342),this[e(421)](i[e(387)],i[e(415)]))});continue;case e(402):r[e(414)]({type:e(357),content:zr(n,e(381),this[e(421)](i[e(387)],i[e(415)]))});continue;case e(354):r[e(414)]({type:e(425),content:zr(n,e(340),this[e(421)](i[e(387)],i[e(415)]))});continue;case e(395):s[e(414)](i[e(428)]);continue;case e(424):o[e(414)](i[e(428)]);continue;default:r[e(414)](i)}if(s[e(346)]){const t=s[e(410)]((t=>this[e(420)][e(389)](t)?this[e(420)][e(349)](t):t))[e(372)](", ");r[e(414)]({type:e(378),content:zr(this[e(341)],e(391),t)})}if(o[e(346)]){const t=o[e(410)]((t=>this[e(420)][e(389)](t)?this[e(420)][e(349)](t):t))[e(372)](", ");r[e(414)]({type:e(378),content:zr(this[e(341)],e(407),t)})}return r}[Wr(390)](t){const e=Wr;for(const n of this[e(399)]){const r=n(t);if(r&&e(351)in r)return r}}[Wr(396)](t,e){const n=Wr,r=e[n(368)],s=void 0===r[n(362)]?n(424):n(395);t[n(414)]({type:s,key:r[n(428)]})}[Wr(375)](t,e){const n=Wr;t[n(414)]({type:n(378),content:zr(this[n(341)],n(408),this[n(421)](e[n(398)]()[n(418)][n(344)],1))})}[Wr(380)](t,e,n){const r=Wr;if(this[r(412)](t,e),n&&n[r(398)]()&&!e[r(398)]()[r(363)][r(338)](n[r(398)]()[r(418)])){const n=t[t[r(346)]-1],s=r(357)==e[r(351)]?r(388):r(353);n&&r(433)==n[r(351)]&&(n[s]+="\n")}}}function Qr(t,e){const n=Zr();return(Qr=function(t,e){return n[t-=168]})(t,e)}const Yr=Qr;!function(t,e){const n=Qr,r=t();for(;;)try{if(817674===parseInt(n(176))/1*(parseInt(n(183))/2)+parseInt(n(170))/3+parseInt(n(174))/4+parseInt(n(179))/5+-parseInt(n(180))/6+-parseInt(n(184))/7*(-parseInt(n(172))/8)+-parseInt(n(175))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Jr extends t.Plugin{[Yr(173)](){const t=Yr,e=this[t(178)],n=e[t(169)][t(177)](t(181));e[t(171)][t(177)](t(168))&&n[t(182)](t(168))}}function Zr(){const t=["5296860Ijnlrg","10092996lZbtqU","372041SDLeqm","get","editor","233605GlufxQ","5832276xfDtEm","TrackChangesEditing","enableCommand","4ISQAgI","4763899fYibos","showAIAssistant","plugins","346767JIhFQr","commands","8OgHlsr","afterInit"];return(Zr=function(){return t})()}const $r=es;function ts(){const t=["format","justify","8kISKcU","95487JVQMVm","left","FORMAT_ALIGNMENT","FORMAT_ALIGN_TO_RIGHT","10oWUSGg","FORMAT_ALIGN_TO_LEFT","registerDescriptionCallback","value","plugins","249842rhUkqR","get","commandParams","2CmMlqL","enableDefaultAttributesIntegration","editor","commandName","12XCyOAL","AlignmentEditing","locale","FORMAT_JUSTIFY_TEXT","36MuQZLq","type","descriptionFactory","has","*Format:* %0","afterInit","2024154aTWrez","FORMAT_ALIGN_TO_CENTER","registerBlockAttribute","registerAttributeLabel","337667cghOWa","6191172DmHnyK","right","alignment","formatBlock","6DYbTND","center","TrackChangesEditing","235075vbYXct","_registerLegacyDescription","764666kbYCVD"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=274]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(157349===-parseInt(n(285))/1*(-parseInt(n(288))/2)+-parseInt(n(276))/3*(parseInt(n(292))/4)+parseInt(n(314))/5*(-parseInt(n(311))/6)+parseInt(n(316))/7*(-parseInt(n(275))/8)+parseInt(n(302))/9*(-parseInt(n(280))/10)+-parseInt(n(306))/11*(parseInt(n(296))/12)+parseInt(n(307))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(301)](){const t=$r,e=this[t(290)],n=e[t(294)];if(!e[t(284)][t(299)](t(293)))return;const r=e[t(284)][t(286)](t(313));r[t(289)](t(309)),r[t(304)](t(309)),r[t(298)][t(305)](t(309),zr(n,t(278))),this[t(315)]()}[$r(315)](){const t=$r,e=this[t(290)],n=e[t(294)];e[t(284)][t(286)](t(313))[t(298)][t(282)]((e=>{const r=t;if(r(310)!=e[r(297)])return;const{data:s}=e;if(s&&r(309)==s[r(291)]){const t=s[r(287)][0][r(283)];return{type:r(317),content:zr(n,r(300),function(t){const e=r;switch(t){case e(277):return zr(n,e(281));case e(308):return zr(n,e(279));case e(312):return zr(n,e(303));case e(274):return zr(n,e(295))}}(t))}}}))}}function rs(t,e){const n=os();return(rs=function(t,e){return n[t-=102]})(t,e)}const ss=rs;function os(){const t=["1680576vIXBkS","FORMAT_SUBSCRIPT","*Format:* %0","registerDescriptionCallback","FORMAT_UNDERLINE","62194yvksaa","commandName","111843iBDBZM","registerAttributeLabel","editor","slice","18805LGSlvf","BoldEditing","TrackChangesEditing","code","_registerLegacyDescription","12LFtlaC","310NzaZin","registerInlineAttribute","superscript","toLowerCase","formatInline","CodeEditing","format","italic","underline","UnderlineEditing","has","FORMAT_","SubscriptEditing","StrikethroughEditing","SuperscriptEditing","type","FORMAT_ITALIC","afterInit","FORMAT_STRIKETHROUGH","bold","commandParams","FORMAT_BOLD","enableDefaultAttributesIntegration","toUpperCase","FORMAT_CODE","288fwvVhd","subscript","1823412RQvTwN","FORMAT_SUPERSCRIPT","2105047OvxGfJ","get","descriptionFactory","forceValue","ItalicEditing","locale","plugins","strikethrough","1606953jbIIod","*Remove format:* %0"];return(os=function(){return t})()}!function(t,e){const n=rs,r=t();for(;;)try{if(490185===-parseInt(n(103))/1*(parseInt(n(114))/2)+parseInt(n(152))/3+parseInt(n(140))/4*(-parseInt(n(109))/5)+parseInt(n(142))/6+-parseInt(n(144))/7+parseInt(n(154))/8+-parseInt(n(105))/9*(-parseInt(n(115))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[ss(110),ss(148),ss(124),ss(120),ss(128),ss(127),ss(129)];class as extends t.Plugin{[ss(132)](){const t=ss,e=this[t(107)],n=e[t(150)][t(145)](t(111)),r=e[t(149)];for(const s of is){if(!e[t(150)][t(125)](s))continue;const o=s[t(108)](0,-7)[t(118)](),i=t(126)+o[t(138)]();n[t(137)](o),n[t(116)](o),n[t(146)][t(106)](o,zr(r,i))}this[t(113)]()}[ss(113)](){const t=ss,e=this[t(107)],n=e[t(149)],r=e[t(150)][t(145)](t(111));function s(e,s){const o=t;r[o(146)][o(157)]((t=>{const r=o;if(r(119)!=t[r(130)])return;const{data:i}=t;return i&&i[r(104)]===e?i[r(135)][0][r(147)]?{type:r(121),content:zr(n,r(156),s)}:{type:r(121),content:zr(n,r(153),s)}:void 0}))}s(t(134),zr(n,t(136))),s(t(122),zr(n,t(131))),s(t(123),zr(n,t(102))),s(t(112),zr(n,t(139))),s(t(151),zr(n,t(133))),s(t(141),zr(n,t(155))),s(t(117),zr(n,t(143)))}}function cs(){const t=["commandParams","locale","*Remove format:* %0","document","get","54odGzoU","descriptionFactory","plugins","6195800ecnAwB","62728776ZyGHpI","1077106jyvREV","from","commands","800560sJtGVn","markBlockFormat","format","filter","commandName","4776183NFpJTA","parent","*Set format:* %0","BlockQuoteEditing","registerDescriptionCallback","change","ELEMENT_BLOCK_QUOTE","blockQuote","TrackChangesEditing","selection","schema","has","checkChild","name","4SuZXSB","model","value","7qsUXCF","30XiKmTl","$root","getSelectedBlocks","forceValue","enableCommand","afterInit","942455hJzeZi","editor","577919xNZRNR"];return(cs=function(){return t})()}const us=fs;!function(t,e){const n=fs,r=t();for(;;)try{if(796817===-parseInt(n(206))/1+-parseInt(n(172))/2+-parseInt(n(180))/3*(parseInt(n(194))/4)+-parseInt(n(204))/5*(parseInt(n(198))/6)+parseInt(n(197))/7*(-parseInt(n(170))/8)+-parseInt(n(212))/9*(parseInt(n(175))/10)+parseInt(n(171))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cs);class ls extends t.Plugin{[us(203)](){const t=us,e=this[t(205)],n=e[t(208)];if(!e[t(169)][t(191)](t(183)))return;const r=e[t(169)][t(211)](t(188)),s=this[t(205)][t(174)][t(211)](t(187));r[t(202)](t(187),((n,o={})=>{const i=t,a=this[i(205)][i(195)][i(210)][i(189)],c=o&&void 0!==o[i(201)]?o[i(201)]:!s[i(196)];let u=[];if(c){const t=Array[i(173)](a[i(200)]())[i(178)]((t=>hs(t)||function(t,e){const n=i,r=e[n(192)](t[n(181)],n(187)),s=e[n(192)]([n(199),n(187)],t);return r&&s}(t,this[i(205)][i(195)][i(190)])));u=y(t,e[i(195)])}else{const t=Array[i(173)](a[i(200)]())[i(178)]((t=>hs(t)));u=y(t,e[i(195)])}e[i(195)][i(185)]((()=>{const t=i;for(const e of u)r[t(176)](e,{commandName:t(187),commandParams:[{forceValue:c}]})}))})),r[t(168)][t(184)]((e=>{const r=t,{data:s}=e;if(s&&r(187)==s[r(179)]){const t=zr(n,r(186));return s[r(207)][0][r(201)]?{type:r(177),content:zr(n,r(182),t)}:{type:r(177),content:zr(n,r(209),t)}}}))}}function fs(t,e){const n=cs();return(fs=function(t,e){return n[t-=168]})(t,e)}function hs(t){const e=us;return e(187)==t[e(181)][e(193)]}const gs=ps;function ds(){const t=["18RmiqSX","changeCaseLower","editor","get","enableCommand","CaseChange","afterInit","20lHsLYr","108335cRdrur","17470430ohtFsu","42094602RJXtfy","changeCaseTitle","4LMVWBA","1319313pQsrMQ","1765792TZaOkz","5059904NAeukP","has","3863433iMrOMc","18MfxgNs","TrackChangesEditing","changeCaseUpper","plugins"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=301]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(911043===-parseInt(n(316))/1+-parseInt(n(314))/2*(-parseInt(n(315))/3)+parseInt(n(309))/4*(parseInt(n(310))/5)+parseInt(n(320))/6*(-parseInt(n(319))/7)+parseInt(n(317))/8*(parseInt(n(302))/9)+-parseInt(n(311))/10+parseInt(n(312))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(308)](){const t=gs,e=this[t(304)];e[t(301)][t(318)](t(307))&&(e[t(301)][t(305)](t(321))[t(306)](t(322)),e[t(301)][t(305)](t(321))[t(306)](t(303)),e[t(301)][t(305)](t(321))[t(306)](t(313)))}}function Is(){const t=["TrackChangesEditing","39774mByvNx","14mAsXUB","enableCommand","afterInit","12HQhDyw","2042052naUOcR","460UIJCdT","plugins","editor","229048cSGpOz","ckbox","11843590IHARJN","get","32742aHMEVD","1047268eFrZwJ","commands","5aUQOMk","14zVBobb","402045kDXkWi"];return(Is=function(){return t})()}const Es=bs;function bs(t,e){const n=Is();return(bs=function(t,e){return n[t-=251]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(172184===parseInt(n(264))/1*(-parseInt(n(267))/2)+-parseInt(n(265))/3+-parseInt(n(261))/4*(parseInt(n(263))/5)+-parseInt(n(252))/6+-parseInt(n(268))/7*(parseInt(n(256))/8)+-parseInt(n(260))/9*(-parseInt(n(253))/10)+parseInt(n(258))/11*(parseInt(n(251))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Is);class Ts extends t.Plugin{[Es(270)](){const t=Es,e=this[t(255)];e[t(262)][t(259)](t(257))&&e[t(254)][t(259)](t(266))[t(269)](t(257))}}const _s=As;function ys(){const t=["language","has","registerDescriptionCallback","afterInit","name","enableCommand","TrackChangesEditing","plugins","registerElementLabel","indentCodeBlock","editor","2686BjcMiA","23055XNmIsQ","*Remove format:* %0","format","schema","change","7JrXbUa","commandParams","config","1680957AuvMRY","*Set format:* %0","codeBlock","document","locale","902fsNSdX","descriptionFactory","ELEMENT_CODE_BLOCK","14943656IzIvCo","from","parent","commands","selection","isLimit","commandName","value","getSelectedBlocks","label","rootElement","checkChild","404IAXoJa","outdentCodeBlock","type","markBlockFormat","blockName","6412788bqqzus","4163532XChlDt","model","formatBlock","filter","languages","find","get","10IudcCA","13984564aRsaiG","forceValue","toLowerCase","CodeBlock"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=295]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(948191===-parseInt(n(304))/1*(-parseInt(n(318))/2)+-parseInt(n(339))/3+-parseInt(n(333))/4*(-parseInt(n(305))/5)+-parseInt(n(338))/6*(-parseInt(n(310))/7)+-parseInt(n(321))/8+parseInt(n(313))/9+parseInt(n(346))/10*(parseInt(n(347))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(296)](){const t=_s,e=this[t(303)];if(!e[t(300)][t(352)](t(350)))return;const n=e[t(300)][t(345)](t(299)),r=e[t(317)],s=e[t(312)][t(345)](t(315))[t(343)],o=e[t(324)][t(345)](t(315));n[t(298)](t(302)),n[t(298)](t(334)),n[t(298)](t(315),((r,i={})=>{const a=t,c=e[a(340)],u=e[a(340)][a(316)][a(325)],l=i&&void 0!==i[a(348)]?i[a(348)]:!o[a(328)];let f;i[a(351)]||(i[a(351)]=s[0][a(351)]),f=l?Array[a(322)](u[a(329)]())[a(342)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(331))&&!e[n(326)](t)&&e[n(332)](t[n(323)],n(315))}(t,c[a(308)]))):Array[a(322)](u[a(329)]())[a(342)]((t=>Cs(t)));const h=y(f,c);c[a(309)]((()=>{const t=a;for(const e of h)n[t(336)](e,{commandName:t(315),commandParams:[{...i,forceValue:l}],formatGroupId:t(337)})}))})),n[t(319)][t(301)](t(315),(e=>zr(r,t(320),e))),n[t(319)][t(295)]((e=>{const n=t;if(n(341)!=e[n(335)])return;const o=r.t,{data:i}=e;if(!i||n(315)!=i[n(327)])return;const a=i[n(311)][0][n(351)],c=o(s[n(344)]((t=>t[n(351)]===a))[n(330)])[n(349)]();return i[n(311)][0][n(348)]?{type:n(307),content:zr(r,n(314),zr(r,n(320),1)+" ("+c+")")}:{type:n(307),content:zr(r,n(306),zr(r,n(320),1))}}))}}function Cs(t){const e=_s;return e(315)==t[e(297)]}function Ls(){const t=["48869jTUrDd","enableCommand","plugins","has","TrackChangesEditing","CommentsEditing","327964nlRysD","get","45512dOyNWA","5YmXMnJ","8024618tSHLRT","152450wiGmXJ","afterInit","495651ZOyjMF","2167962GGiibk","editor","207rfMqJM","242xwzLJn","12elepeO","addCommentThread"];return(Ls=function(){return t})()}const Rs=Ns;function Ns(t,e){const n=Ls();return(Ns=function(t,e){return n[t-=148]})(t,e)}!function(t,e){const n=Ns,r=t();for(;;)try{if(594656===-parseInt(n(160))/1+-parseInt(n(166))/2+parseInt(n(153))/3*(-parseInt(n(158))/4)+parseInt(n(149))/5*(parseInt(n(154))/6)+parseInt(n(150))/7+-parseInt(n(148))/8*(-parseInt(n(156))/9)+parseInt(n(151))/10*(-parseInt(n(157))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ss extends t.Plugin{[Rs(152)](){const t=Rs,e=this[t(155)];e[t(162)][t(163)](t(165))&&e[t(162)][t(167)](t(164))[t(161)](t(159))}}var Ms=n(834);function vs(){const t=["bindElementToMarker","isLimit","167020uGqxBe","addClass","span","get","includes","getItems","isBlock","5540440pIRvcU","plugins","getCustomProperty","50eGmjYm","name","hasAttribute","writer","isAtEnd","15003FUZMKm","markerRange","start","getWalker","addHighlight","toViewPosition","elementEnd","schema","ck-suggestion-marker-","previousPosition","model","createRangeOn","2354886ULrfgD","item","ck-suggestion-marker--active","markerName","push","toViewElement","type","8231aExFSn","isContent","760eMaQDK","2600696kvTSvu","activeMarkers","consumable","mapper","createUIElement","TrackChangesEditing","insert","nextSibling","431380bmqAbL","parent","test","6dDhgym","11ZJPTNw"];return(vs=function(){return t})()}function ws(t,e){const n=vs();return(ws=function(t,e){return n[t-=438]})(t,e)}function Os(t,e,n){const r=ws,s=[];for(const o of e[r(462)]())o[r(469)](t)&&s[r(488)](n[r(483)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(465)][r(460)](r(447));return(o,i,a)=>{const c=r;if(!a[c(444)][c(452)](i[c(473)],o[c(468)]))return;const u=i[c(473)][c(475)](),l=i[c(473)][c(474)],f=t[c(482)][c(479)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(485)];d=d||f[c(440)](e);const n=a[c(445)][c(489)](e);if(n&&n[c(466)](c(476)))return;c(478)==t[c(438)]&&f[c(463)](e)&&!f[c(456)](e)&&(e[c(449)]||l[c(471)]?h&&h[c(451)]==e||(h=e,m(t[c(481)]),p=!0):g=g||t[c(481)])}function m(t){const r=c,o=a[r(470)][r(446)](r(459),{class:r(480)+e}),u=a[r(445)][r(477)](t);n&&s[r(443)][r(461)](i[r(487)])&&a[r(470)][r(458)](r(486),o),a[r(470)][r(448)](u,o),a[r(445)][r(455)](o,i[r(487)])}d||p||!g||m(g)}}!function(t,e){const n=ws,r=t();for(;;)try{if(278493===-parseInt(n(439))/1*(parseInt(n(467))/2)+parseInt(n(453))/3*(-parseInt(n(450))/4)+-parseInt(n(457))/5+parseInt(n(484))/6+-parseInt(n(442))/7+-parseInt(n(441))/8*(-parseInt(n(472))/9)+parseInt(n(464))/10*(parseInt(n(454))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vs);const Fs=Ps;function Bs(){const t=["createRange","$graveyard","setSelection","merge","59435DkUCMh","unbindElementFromMarkerName","high","13886OHzjzL","showSuggestionHighlights","enqueueChange","879530IKBmPu","init","addMarker:suggestion:deletion","delete","createSelection","10896156WYqAQW","isCollapsed","1107780YWZtuR","requires","plugins","markerNameToElements","TrackChangesEditing","editor","forward","bind","lock","start","3179364eIKEaG","get","removeMarker:suggestion:deletion","8CVmgxa","model","unit","detach","root","rootName","markerName","document","enableCommand","deleteForward","getFirstRange","uiElement","modifySelection","remove","data","188IEPFmG","downcastDispatcher","fromRange","72mkHhjI","commands","end","options","writer","132WmkYvT","6928845xXwJzu","selection","unlock","batch","editing","buffer","mapper"];return(Bs=function(){return t})()}function Ps(t,e){const n=Bs();return(Ps=function(t,e){return n[t-=414]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(660494===-parseInt(n(467))/1*(-parseInt(n(429))/2)+-parseInt(n(449))/3+-parseInt(n(439))/4+parseInt(n(426))/5*(-parseInt(n(470))/6)+parseInt(n(415))/7+parseInt(n(452))/8*(-parseInt(n(437))/9)+parseInt(n(432))/10*(parseInt(n(414))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class xs extends t.Plugin{static get[Fs(440)](){return[Ms.Delete]}[Fs(433)](){const t=Fs,e=this[t(444)],n=e[t(441)][t(450)](t(443));n[t(460)](t(435));const r=e[t(471)][t(450)](t(461));n[t(460)](t(461),((n,s={})=>{const o=t,a=e[o(453)][o(436)](e[o(453)][o(459)][o(416)]);a[o(438)]&&e[o(453)][o(464)](a,{direction:o(445),unit:s[o(454)]});const c=a[o(462)](),u=i.LiveRange[o(469)](c);let l;n(s),l=o(423)==u[o(456)][o(457)]?e[o(453)][o(422)](c[o(448)]):e[o(453)][o(422)](u[o(448)],u[o(472)]),u[o(455)](),e[o(453)][o(431)](r[o(420)][o(418)],(t=>{const e=o;r[e(420)][e(447)](),t[e(424)](t[e(422)](l[e(472)])),r[e(420)][e(417)]()}))})),e[t(419)][t(468)].on(t(434),Ds(e,t(425)),{priority:t(428)}),e[t(466)][t(468)].on(t(434),((n,r,s)=>{const o=t;s[o(473)][o(430)]&&Ds(e,o(425),{showActiveMarker:!1})[o(446)](this)(n,r,s)}),{priority:t(428)}),e[t(419)][t(468)].on(t(451),((e,n,r)=>{const s=t,o=r[s(421)][s(442)](n[s(458)]);if(o)for(const t of o)t.is(s(463))&&(r[s(421)][s(427)](t,n[s(458)]),r[s(474)][s(465)](t))}),{priority:t(428)})}}const Us=Gs;function js(){const t=["execute","getSuggestions","attributes","TodoListEditing","push","_supportLegacySuggestions","getFirstMarker","11237913nkDktn","noTrackChangesFixer","parent","setSelection","listStyle","isNextTo","getRanges","key","config","start","range","getAttribute","todoListCheck","515358HJBubh","bulletedList","change","*Uncheck item*","head","data","*Remove format:* %0","value","1903540jimyIt","nodeAfter","registerPostFixer","descriptionFactory","todoListChecked","default","oldValue","isLocal","containsItem","model","customNumberedList","registerCustomCallback","plugins","*Format:* remove from %0","includes","toUpperCase","registerDescriptionCallback","previousSibling","refresh","next","attribute","listMarkerStyle","map","differ","getFirstRange","locale","numbered","_LIST","deletion","removeMarker","filter","indentList","mergeListItemForward","type","list.multiBlock","110235npvADO","multipleBlocks","todo","setAttribute","FORMAT_INDENT","trackChangesCommand","listType","isObject","listStart","ELEMENT_NUMBERED_LIST","batch","outdentList","*Merge:* %0","_registerLegacyDescription","*Format:* insert into %0","createRange","get","splitListItemBefore","end","listReversed","*Split:* list item","document","*Merge:* list item","checkTodoList","ELEMENT_TODO_LIST","from","184336tDnnaM","commandName","todoList","nextSibling","registerElementLabel","TrackChangesEditing","accept","listIndent","groupId","44SFKrIZ","listMarker","2804431nSHGhM","ELEMENT_BULLETED_LIST","createPositionAt","registerAttributeLabel","ListEditing","registerBlockAttribute","length","afterInit","attributeKey","commandParams","ELEMENT_LIST_ITEM","enableDefaultAttributesIntegration","_getAttributeKey","find","*Check item*","documentList","has","format","forceValue","commands","ELEMENT_","assureChains","bulleted","*Set format:* %0","mergeListItemBackward","formatBlock","listItemId","selection","listItemIdFixer","isUndo","*Change to:* %0","numberedList","detach","schema","editor","_findSuggestions","*Outdent:* %0","*Indent:* %0","suggestion","every","newValue","meta","customBulletedList","fromRange","splitListItemAfter","6FCvPzL","1416000pjxYMW","_suggestionFactory","getChanges"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=181]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(252496===-parseInt(n(214))/1+-parseInt(n(294))/2+parseInt(n(188))/3*(parseInt(n(223))/4)+-parseInt(n(302))/5+parseInt(n(270))/6*(-parseInt(n(225))/7)+-parseInt(n(271))/8+parseInt(n(281))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(232)](){const t=Us,e=this[t(259)];if(!e[t(314)][t(241)](t(229)))return;const n=e[t(327)],r=e[t(314)][t(204)](t(219)),s=e[t(314)][t(241)](t(277)),o=!!e[t(289)][t(204)](t(187));function i(e){const r=t;return{type:r(242),content:""+zr(n,r(248),e)}}function a(e){const r=t;return{type:r(242),content:""+zr(n,r(300),e)}}r[t(236)](t(256)),r[t(236)](t(295)),r[t(236)](t(312)),r[t(236)](t(267)),r[t(236)](t(184)),r[t(236)](t(199)),r[t(236)](t(269)),r[t(236)](t(205)),r[t(230)](t(251)),r[t(230)](t(194)),r[t(230)](t(221)),o&&(r[t(236)](t(249)),r[t(236)](t(185))),s&&(r[t(236)](t(216)),r[t(236)](t(211)),r[t(230)](t(306)),r[t(305)][t(318)]((e=>{const r=t,{data:s}=e;if(s&&r(306)==s[r(288)])return{type:r(242),content:s[r(265)]?zr(n,r(239)):zr(n,r(297))}})),this[t(259)][t(311)][t(209)][t(304)]((e=>{const n=t;if(e[n(198)][n(254)])return!1;let s=!1;const o=r[n(275)]({skipNotAttached:!0})[n(183)]((t=>n(306)===r[n(237)](t)));for(const t of o)n(190)!=t[n(326)]()[n(290)][n(303)][n(292)](n(194))&&(r[n(260)](t[n(326)](),n(322))[n(238)]((t=>n(194)===r[n(237)](t[n(263)])))||(e[n(182)](t[n(280)]()),s=!0));return s}))),r[t(305)][t(228)](t(221),zr(n,t(192)));const c={type:t(242),content:""};r[t(305)][t(318)]((e=>{const r=t,{data:s}=e;if(!s||r(194)!=s[r(288)])return;let u=e[r(298)];for(;u;){if(u[r(299)]&&((r(285)==u[r(299)][r(288)]||r(323)==u[r(299)][r(288)])&&(u[r(299)][r(265)]&&r(307)!=u[r(299)][r(265)]||r(307)!=u[r(299)][r(308)]&&!s[r(265)])||!o&&u[r(299)][r(288)]==Tc))return c;u=u[r(321)]}if(null==s[r(265)])switch(s[r(308)]){case r(247):return a(zr(n,r(226)));case r(328):return a(zr(n,r(197)));case r(190):return a(zr(n,r(212)))}switch(s[r(265)]){case r(247):return i(zr(n,r(226)));case r(328):return i(zr(n,r(197)));case r(190):return i(zr(n,r(212)))}})),r[t(305)][t(318)]((e=>{const n=t,{data:r}=e;if(r&&n(221)==r[n(288)])return null==r[n(265)]||null==r[n(308)]&&0==r[n(265)]?c:void 0})),r[t(305)][t(318)]((e=>{const r=t;if(r(322)!=e[r(186)])return;const{data:s}=e;if(!s||r(251)!=s[r(288)])return;const o=Hs(e);return r(265)==o?{type:r(242),content:zr(n,r(210))}:r(308)==o?{type:r(242),content:zr(n,r(208))}:c})),e[t(311)][t(209)][t(304)]((e=>this[t(253)](e))),e[t(311)][t(209)][t(304)]((e=>this[t(282)](e))),e[t(311)][t(209)][t(304)]((e=>this[t(246)](e))),this[t(279)]()}[Us(253)](t){const e=Us;if(t[e(198)][e(254)]||!t[e(198)][e(309)])return!1;let n=!1;const r=this[e(259)][e(314)][e(204)](e(219))[e(275)]({skipNotAttached:!0})[e(183)]((t=>t[e(299)]&&e(251)==t[e(299)][e(288)]))[e(183)]((t=>t[e(299)][e(265)]&&t[e(299)][e(308)]));for(const s of r)Hs(s)||(t[e(182)](s[e(280)]()),n=!0);return n}[Us(282)](t){const e=Us;if(t[e(198)][e(254)]||!t[e(198)][e(309)])return!1;const n=this[e(259)][e(314)][e(204)](e(219));if(n[e(193)][e(301)])return!1;let r=!1;const s=[e(194),e(251),e(221),e(285),e(196),e(207),e(293),e(224),e(323)],o=this[e(259)][e(311)][e(209)][e(325)][e(273)]()[e(183)]((t=>e(322)==t[e(186)]))[e(183)]((t=>s[e(316)](t[e(233)])));if(0==o[e(231)])return r;for(const i of o){const o=n[e(260)](i[e(291)],e(322))[e(183)]((t=>!t[e(266)][e(286)]))[e(324)]((t=>t[e(263)]))[e(183)]((t=>{const r=e,o=n[r(237)](t);return s[r(316)](o)}));if(o[e(231)]){for(const n of o)t[e(182)](n[e(280)]());r=!0}}return r}[Us(246)](t){const e=Us;if(t[e(198)][e(254)]||!t[e(198)][e(309)])return!1;const n=this[e(259)][e(314)][e(204)](e(219));let r=!1;const s=[e(194),e(251),e(221),e(285),e(196),e(207),e(293),e(224),e(323)];for(const t of n[e(275)]({skipNotAttached:!0})){const o=n[e(260)](t[e(326)](),e(322))[e(324)]((t=>t[e(263)]))[e(183)]((t=>t[e(299)]&&s[e(316)](t[e(299)][e(288)])));if(!o[e(231)])continue;const a=o[0][e(298)][e(276)][e(222)];if(!o[e(264)]((t=>t[e(276)][e(222)]===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(275)]({skipNotAttached:!0})[s(183)]((e=>s(322)==e[s(186)]&&e[s(276)][s(222)]==t)))e[s(191)](s(222),r)}function i(t,n){const r=e;let s=t[r(298)],i=!1;for(;s;)s[r(276)][r(222)]!=n&&(o(s[r(276)][r(222)],n),s[r(191)](r(222),n),i=!0),s=s[r(321)];return i}}[Us(279)](){const t=Us,e=this[t(259)],n=e[t(327)],r=e[t(314)][t(204)](t(219));this[t(201)](),r[t(272)][t(313)](t(250),t(240),t(220),(function(n,r){const s=t,o=[];for(let t of n)t[s(290)][s(303)]===t[s(206)][s(283)]&&(t=e[s(311)][s(203)](e[s(311)][s(227)](t[s(290)][s(303)],0))),o[s(278)](t);e[s(311)][s(296)]((t=>{const n=s,a=e[n(311)][n(209)][n(252)],c=Array[n(213)](a[n(287)]())[n(324)]((t=>i.LiveRange[n(268)](t)));t[n(284)](o),e[n(244)][n(204)](r[n(215)])[n(320)](),r[n(234)][n(278)]({forceDefaultExecution:!0}),e[n(274)](r[n(215)],...r[n(234)]),t[n(284)](c);for(const t of c)t[n(257)]()}))})),r[t(305)][t(218)]((function(n){const r=t,s=!e[r(311)][r(258)][r(195)](n),o=n[r(319)],i=n[r(217)],a=n[r(292)](r(251)),c=!o||o[r(292)](r(251))!==a,u=!i||i[r(292)](r(251))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(235),e)))}[Us(201)](){const t=Us,e=this[t(259)],n=e[t(327)];function r(n){const r=t,s=e[r(244)][r(204)](r(295))[r(301)],o=e[r(244)][r(204)](r(256))[r(301)];return r(256)===n?s:o}e[t(314)][t(204)](t(219))[t(305)][t(318)]((function(s){const o=t;if(o(250)!=s[o(186)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(215)]){case o(295):u=i[o(234)][0][o(243)],l=r(i[o(215)]),a=o(u?202:315),!l&&e[o(289)][o(204)](o(187))||(a=o(255)),c={type:o(242),content:zr(n,a,zr(n,o(226)))};break;case o(256):u=i[o(234)][0][o(243)],l=r(i[o(215)]),a=o(u?202:315),!l&&e[o(289)][o(204)](o(187))||(a=o(255)),c={type:o(242),content:zr(n,a,zr(n,o(197)))};break;case o(184):a=o(262),c={type:o(242),content:zr(n,a,zr(n,o(235)))};break;case o(199):a=function(t){const e=o,n=t[e(326)]();let r=n[e(290)][e(303)];for(;r&&n[e(310)](r);){if(r[e(292)](e(221))>0)return!1;r=r[e(217)]}return!0}(s)?zr(n,o(315),zr(n,function(t){const e=o;return e(245)+t[e(326)]()[e(290)][e(303)][e(292)](e(194))[e(317)]()+e(329)}(s))):zr(n,o(261),zr(n,o(235))),c={type:o(242),content:a};break;case o(249):case o(185):!1===i[o(189)]&&(a=o(200),c={type:o(181),content:zr(n,a,zr(n,o(235)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(326)]()[e(290)][e(303)][e(319)];for(;n;){const r=n[e(292)](e(251));if(!r)return!1;if(r==t[e(299)][e(265)])return e(265);if(r==t[e(299)][e(308)])return e(308);n=n[e(319)]}return!1}const zs=qs;!function(t,e){const n=qs,r=t();for(;;)try{if(664293===-parseInt(n(371))/1*(parseInt(n(375))/2)+-parseInt(n(353))/3+-parseInt(n(372))/4+-parseInt(n(397))/5+parseInt(n(386))/6*(parseInt(n(363))/7)+parseInt(n(362))/8*(-parseInt(n(312))/9)+parseInt(n(376))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class Ws extends t.Plugin{[zs(311)](){const t=zs;if(!this[t(317)][t(335)][t(350)](t(337)))return;const e=this[t(317)][t(318)][t(348)](t(384)),n=this[t(317)][t(335)][t(348)](t(387));e[t(330)]&&(n[t(347)](t(373)),n[t(342)](t(373))),e[t(349)]&&(n[t(347)](t(359)),n[t(342)](t(359))),e[t(381)]&&(n[t(347)](t(351)),n[t(342)](t(351)));const r={type:t(344),content:""};n[t(331)][t(316)](this[t(401)][t(380)](this));const s=this[t(317)][t(374)];n[t(331)][t(390)](t(359),zr(s,t(389))),n[t(331)][t(316)]((e=>{const n=t,{data:s}=e;if(s&&n(359)==s[n(325)])return null==s[n(361)]||0==s[n(361)]&&null==s[n(333)]?r:void 0})),n[t(331)][t(390)](t(351),zr(s,t(352))),n[t(331)][t(316)]((e=>{const n=t,{data:s}=e;if(s&&n(351)==s[n(325)])return null==s[n(361)]||1==s[n(361)]&&null==s[n(333)]?r:void 0})),this[t(317)][t(336)][t(402)][t(321)]((e=>{const r=t;if(e[r(340)][r(360)])return!1;let s=!1;const o=n[r(341)]({skipNotAttached:!0})[r(332)]((t=>{const e=r,s=n[e(320)](t);return e(351)==s||e(359)==s}));for(const t of o){const o=t[r(367)]()[r(366)][r(313)][r(379)](r(345));r(393)!=o&&r(391)!=o&&(n[r(400)](t[r(367)](),r(370))[r(346)]((t=>r(345)==n[r(320)](t[r(315)])))||(e[r(385)](t[r(343)]()),s=!0))}return s})),this[t(327)]()}[zs(401)](t){const e=zs,n=this[e(317)][e(374)],{data:r}=t,s={type:e(344),content:""};if(!r||e(373)!=r[e(325)])return;if(!r[e(333)])return e(383)==r[e(361)]?s:{type:e(344),content:""+zr(n,e(369),zr(n,this[e(319)](r[e(361)])))};if(!r[e(361)]){if(e(383)==r[e(333)])return s;let o=t[e(323)];for(;o;){if(o[e(355)]&&e(345)==o[e(355)][e(325)]&&o[e(355)][e(361)])return s;o=o[e(365)]}return{type:e(344),content:""+zr(n,e(399),zr(n,this[e(319)](r[e(333)])))}}if(e(383)!=r[e(361)])return{type:e(344),content:""+zr(n,e(369),zr(n,this[e(319)](r[e(361)])))};let o=t[e(323)];for(;o;){if(o[e(355)]&&e(345)==o[e(355)][e(325)]&&o[e(355)][e(361)]&&o[e(355)][e(333)])return s;o=o[e(365)]}const i=t[e(367)]()[e(366)][e(313)][e(379)](e(345));return{type:e(344),content:zr(n,e(369),zr(n,e(368)+i[e(392)]()+e(358)))}}[zs(327)](){const t=zs,e=this[t(317)],n=e[t(374)];e[t(335)][t(348)](t(387))[t(331)][t(316)]((e=>{const r=t;if(r(394)!=e[r(388)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(338)]){case r(373):o=r(396),i={type:r(344),content:zr(n,o,zr(n,this[r(319)](s[r(314)][0][r(388)])))};break;case r(359):o=s[r(314)][0][r(349)]?r(382):r(322),i={type:r(344),content:zr(n,o)};break;case r(351):o=r(395),i={type:r(344),content:zr(n,o,s[r(314)][0][r(381)])}}return i}))}[zs(319)](t){const e=zs;return e(368)+function(t){const n=e;return Xs[n(364)](t)?n(334):Qs[n(364)](t)?n(393):null}(t)[e(392)]()+e(357)+t[e(392)]()[e(329)](/-/g,"_")}}function qs(t,e){const n=Ks();return(qs=function(t,e){return n[t-=311]})(t,e)}function Ks(){const t=["*Format:* set order to regular","head","square","key","disc","_registerLegacyDescription","upper-roman","replace","styles","descriptionFactory","filter","oldValue","bulleted","plugins","model","ListPropertiesEditing","commandName","decimal","batch","getSuggestions","registerBlockAttribute","getFirstMarker","format","listType","find","enableDefaultAttributesIntegration","get","reversed","has","listStart","FORMAT_LIST_START","2340777sQzMYz","lower-latin","data","circle","_LIST_","_LIST_DEFAULT","listReversed","isUndo","newValue","296ChSmAo","133VmCxpg","includes","next","start","getFirstRange","ELEMENT_","*Set format:* %0","attribute","346gyWPBx","4465328iGpClD","listStyle","locale","7028zTfICJ","41996230qVmTPo","lower-roman","upper-latin","getAttribute","bind","startIndex","*Format:* set order to reversed","default","list.properties","removeMarker","220302kJjMJr","TrackChangesEditing","type","FORMAT_LIST_REVERSED","registerAttributeLabel","customNumbered","toUpperCase","numbered","formatBlock","*Format:* set start index to %0","*Change to:* %0","5149525XPMJgk","decimal-leading-zero","*Remove format:* %0","_findSuggestions","handleDescriptions","document","afterInit","22041AFqlos","nodeAfter","commandParams","suggestion","registerDescriptionCallback","editor","config","_getTranslationKeyForListStyle","_getAttributeKey","registerPostFixer"];return(Ks=function(){return t})()}const Xs=[zs(326),zs(356),zs(324)],Qs=[zs(339),zs(398),zs(377),zs(328),zs(354),zs(378)];var Ys=n(507);const Js=$s;function Zs(){const t=["document","enter","options","high","createPositionAt","downcastDispatcher","split","commands","showSuggestionHighlights","get","bind","unbindElementFromMarkerName","getFirstRange","478884juHoPk","334996FPmcUq","markInsertion","nextSibling","setSelection","addMarker:suggestion:insertion","TrackChangesEditing","getFirstPosition","parent","requires","1QbcrHr","2257029ZUWrDM","88VZqELG","988660IfQlzW","createRange","editing","editor","354700kKDFlV","ck-suggestion-marker-split","fire","data","mapper","markerNameToElements","plugins","change","3QoqBpe","end","model","removeMarker:suggestion:insertion","markerName","21ARWtES","hasClass","enableCommand","140504UUAUDU","afterExecute","1575834FDsMnD","writer","fromRange","detach","init","selection","remove","enterBlock"];return(Zs=function(){return t})()}function $s(t,e){const n=Zs();return($s=function(t,e){return n[t-=217]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(247982===parseInt(n(261))/1*(-parseInt(n(252))/2)+-parseInt(n(220))/3*(-parseInt(n(251))/4)+parseInt(n(268))/5+-parseInt(n(230))/6+parseInt(n(225))/7*(-parseInt(n(228))/8)+-parseInt(n(262))/9+-parseInt(n(264))/10*(-parseInt(n(263))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zs);class to extends t.Plugin{static get[Js(260)](){return[Ys.Enter]}[Js(234)](){const t=Js,e=this[t(267)],n=e[t(218)][t(247)](t(257)),r=e[t(245)][t(247)](t(239));n[t(227)](t(239),(()=>{const s=t;e[s(222)][s(219)]((t=>{const o=s,a=e[o(222)][o(238)][o(235)],c=a[o(258)](),u=i.LiveRange[o(232)](a[o(250)]());if(r[o(237)](t)){const r=e[o(222)][o(242)](c[o(259)][o(254)],0),s=t[o(265)](c,r);n[o(253)](s)}else t[o(255)](t[o(265)](u[o(221)]));u[o(233)](),r[o(270)](o(229),{writer:t})}))})),e[t(266)][t(243)].on(t(256),Ds(e,t(244)),{priority:t(241)}),e[t(266)][t(243)].on(t(223),((e,n,r)=>{const s=t,o=r[s(272)][s(217)](n[s(224)]);if(o)for(const t of o)t[s(226)](s(269))&&(r[s(272)][s(249)](t,n[s(224)]),r[s(231)][s(236)](t))}),{priority:t(241)}),e[t(271)][t(243)].on(t(256),((n,r,s)=>{const o=t;s[o(240)][o(246)]&&Ds(e,o(244),{showActiveMarker:!1})[o(248)](this)(n,r,s)}),{priority:t(241)})}}const eo=no;function no(t,e){const n=ro();return(no=function(t,e){return n[t-=190]})(t,e)}function ro(){const t=["9LddzfX","3670jWQJyt","suggestion:deletion","string","get","start","32fRrVBj","FindAndReplaceUtils","26aHsDsf","findByTextCallback","has","4500138qjhYCE","2168740EtmreP","model","replace","findNext","getMarkersGroup","FindAndReplaceEditing","handleFindCommand","findPrevious","editor","afterInit","getIntersection","filter","134421gUaWcR","createPositionAt","6605560pyYRJo","replaceAll","markers","end","284495DkKNfP","createRange","item","38649PQKaII","find","TrackChangesEditing","plugins","_isInDeletionRange","15059xniwaB","enableCommand","getRange","bind"];return(ro=function(){return t})()}!function(t,e){const n=no,r=t();for(;;)try{if(610183===parseInt(n(190))/1+parseInt(n(216))/2*(parseInt(n(199))/3)+parseInt(n(214))/4*(-parseInt(n(196))/5)+parseInt(n(219))/6+-parseInt(n(220))/7+-parseInt(n(192))/8*(-parseInt(n(208))/9)+-parseInt(n(209))/10*(parseInt(n(204))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ro);class so extends t.Plugin{[eo(229)](){const t=eo;if(!this[t(228)][t(202)][t(218)](t(225)))return;const e=this[t(228)][t(202)][t(212)](t(201));e[t(205)](t(200),this[t(226)][t(207)](this)),e[t(205)](t(223)),e[t(205)](t(227)),e[t(205)](t(222)),e[t(205)](t(193))}[eo(226)](t,e,n={}){const r=eo,s=this[r(228)][r(202)][r(212)](r(215));return t((t=>(r(211)==typeof e?s[r(217)](e,n):e)(t)[r(231)]((e=>!1===this[r(203)](e,t[r(198)])))),n)}[eo(203)](t,e){const n=eo,r=this[n(228)][n(221)][n(197)](this[n(228)][n(221)][n(191)](e,t[n(213)]),this[n(228)][n(221)][n(191)](e,t[n(195)]));for(const t of this[n(228)][n(221)][n(194)][n(224)](n(210)))if(null!==r[n(230)](t[n(206)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=187]})(t,e)}function ao(){const t=["*Reset font color*","FORMAT_FONT_COLOR","model","*Set font size:* %0","has","locale","normalizeSizeOptions","*Set font family:* %0","fontSize.options","editor","6339392lDqmfb","*Set font color:* %0","*Reset font size*","FORMAT_FONT_BACKGROUND","descriptionFactory","format","*Set font background color:* %0","label","FontColorEditing","FontSizeEditing","fontFamily","find","registerInlineAttribute","commandParams","_registerLegacyDescription","fontBackgroundColor.colors","*Reset font family*","registerAttributeLabel","trim","1551417LzLkEe","get","*Reset font background color*","15QKAIST","7268808aiAzQL","fontColor","6646805zmEvbE","value","commandName","134213bPyNgv","enableDefaultAttributesIntegration","58538sSnVNJ","formatInline","FORMAT_FONT_FAMILY","plugins","afterInit","10499800cuXfRK","registerDescriptionCallback","FontSize","fontSize","config","FontFamilyEditing","TrackChangesEditing","type","toLowerCase","title","fontColor.colors","FORMAT_FONT_SIZE","FontBackgroundColorEditing","fontBackgroundColor"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(858683===parseInt(n(217))/1+-parseInt(n(219))/2*(-parseInt(n(211))/3)+parseInt(n(189))/4+-parseInt(n(214))/5+-parseInt(n(212))/6+parseInt(n(208))/7+parseInt(n(224))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(198),commandName:oo(227)},{pluginName:oo(229),commandName:oo(199)},{pluginName:oo(197),commandName:oo(213)},{pluginName:oo(236),commandName:oo(237)}];class uo extends t.Plugin{[oo(223)](){const t=oo,e=this[t(188)][t(243)],n=this[t(188)][t(222)][t(209)](t(230));for(const{pluginName:e,commandName:r}of co)this[t(188)][t(222)][t(242)](e)&&(n[t(218)](r),n[t(201)](r));e.t,n[t(193)][t(206)](t(227),zr(e,t(235))),n[t(193)][t(206)](t(199),zr(e,t(221))),n[t(193)][t(206)](t(213),zr(e,t(239))),n[t(193)][t(206)](t(237),zr(e,t(192))),this[t(203)]()}[oo(203)](){const t=oo,e=this[t(188)],n=e[t(243)];e[t(222)][t(209)](t(230))[t(193)][t(225)]((e=>{const r=t,o=n.t;if(r(220)!=e[r(231)])return;const{data:i}=e;if(null!=i){if(r(227)==i[r(216)]){const t=i[r(202)][0][r(215)];if(t){const e=o(this[r(188)][r(222)][r(209)](r(226))[r(244)](this[r(188)][r(228)][r(209)](r(187)))[r(200)]((e=>e[r(240)]==t))[r(233)])[r(232)]();return{type:r(194),content:zr(n,r(241),e)}}return{type:r(194),content:zr(n,r(191))}}if(r(199)==i[r(216)]){const t=i[r(202)][0][r(215)];return t?{type:r(194),content:zr(n,r(245),t)}:{type:r(194),content:zr(n,r(205))}}if(r(213)==i[r(216)]){const t=i[r(202)][0][r(215)];if(t){const e=(0,s.normalizeColorOptions)(this[r(188)][r(228)][r(209)](r(234)))[r(200)]((e=>e[r(240)]==t));let i=t,a="";return e&&(i=e[r(196)],a=o(i)[r(232)]()),{type:r(194),content:zr(n,r(190),a)[r(207)](),color:{value:t,title:a||i}}}return{type:r(194),content:zr(n,r(238))}}if(r(237)==i[r(216)]){const t=i[r(202)][0][r(215)];if(t){const e=(0,s.normalizeColorOptions)(this[r(188)][r(228)][r(209)](r(204)))[r(200)]((e=>e[r(240)]==t));let i=t,a="";return e&&(i=e[r(196)],a=o(i)[r(232)]()),{type:r(194),content:zr(n,r(195),a)[r(207)](),color:{value:t,title:a||i}}}return{type:r(194),content:zr(n,r(210))}}}}))}}const lo=fo;function fo(t,e){const n=ho();return(fo=function(t,e){return n[t-=325]})(t,e)}function ho(){const t=["plugins","entries","fontColor.colors","*Remove all formatting*","toUpperCase","963014GYMJSR","commands","4218060eKwrNB","registerDescriptionCallback","copyFormat","8344uGBqKm","find","model","enableDefaultAttributesIntegration","boolean","974583izypsz","config","normalizeSizeOptions","join","type","formatBlock","afterInit","slice","*Set format to:* %0","descriptionFactory","label","format","TrackChangesEditing","get","commandName","push","locale","fontSize","formatInline","_registerLegacyDescription","title","3990xDJxoy","split","FontSize","editor","fontBackgroundColor","length","1540105fzKqXn","fontSize.options","pasteFormat","fontColor","1192580GjavbY","987620AXwQWs","commandParams","toLowerCase","charAt","enableCommand"];return(ho=function(){return t})()}!function(t,e){const n=fo,r=t();for(;;)try{if(738969===parseInt(n(336))/1+-parseInt(n(325))/2+parseInt(n(346))/3+parseInt(n(326))/4+-parseInt(n(373))/5+parseInt(n(338))/6+-parseInt(n(367))/7*(parseInt(n(341))/8))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[lo(352)](){const t=lo,e=this[t(370)],n=e[t(331)][t(359)](t(358)),r=e[t(337)][t(359)](t(340)),s=e[t(337)][t(359)](t(375));r&&s&&(n[t(344)](t(375)),n[t(330)](t(340)),this[t(365)]())}[lo(365)](){const t=lo,e=this[t(370)],n=e[t(362)];e[t(331)][t(359)](t(358))[t(355)][t(339)]((r=>{const s=t;if(s(351)!=r[s(350)]&&s(364)!=r[s(350)])return;const{data:o}=r;if(o&&s(375)===o[s(360)]){const t=[],r=o[s(327)][0];for(const[n,o]of Object[s(332)](r))t[s(361)](po(e,n,o));return t[s(372)]?{type:s(357),content:zr(n,s(354),t[s(349)](", "))}:{type:s(357),content:zr(n,s(334))}}}))}}function po(t,e,n){const r=lo,o=t[r(362)].t,i=e[r(368)](/(?=[A-Z])/)[r(349)](" "),a=o(i[r(329)](0)[r(335)]()+i[r(353)](1))[r(328)]();if(r(345)==typeof n)return a;if(r(376)===e||r(371)===e){const e=(0,s.normalizeColorOptions)(t[r(347)][r(359)](r(333)))[r(342)]((t=>t[r(343)]==n));return a+" ("+(e?o(e[r(356)])[r(328)]():n)+")"}if(r(363)===e&&isNaN(parseFloat(n))){const e=t[r(331)][r(359)](r(369))[r(348)](t[r(347)][r(359)](r(374)))[r(342)]((t=>t[r(343)]==n));return a+" ("+(e?o(e[r(366)])[r(328)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=155]})(t,e)}function Eo(){const t=["HeadingEditing","3662guMviX","1280260assmxk","_getHeadingLevel","config","editor","locale","43724cXBrvm","view","commandName","name","type","afterInit","132vBWWCA","heading","_registerLegacyDescription","formatBlock","TrackChangesEditing","48ViSvGg","ELEMENT_HEADING","ELEMENT_HEADING_CUSTOM","registerElementLabel","9024000lfEYhl","paragraph","86335EuFDRi","plugins","7ArWfbF","commandParams","match","2108160HLmcIm","registerDescriptionCallback","heading.options","model","get","find","*Change to:* %0","title","descriptionFactory","172iqmXKy","enableDefaultAttributesIntegration","format","_headingOptions","value","11cNYgxw","has","1705416ZqgtEt"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(224665===-parseInt(n(164))/1*(-parseInt(n(155))/2)+parseInt(n(181))/3*(parseInt(n(170))/4)+parseInt(n(187))/5*(parseInt(n(176))/6)+-parseInt(n(189))/7*(-parseInt(n(162))/8)+-parseInt(n(192))/9+parseInt(n(165))/10*(parseInt(n(160))/11)+-parseInt(n(185))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(175)](){const t=mo,e=this[t(168)];if(!e[t(188)][t(161)](t(163)))return;this[t(158)]=e[t(167)][t(196)](t(194));const n=e[t(169)],r=e[t(188)][t(196)](t(180));r[t(156)](t(177));for(const e of this[t(158)])t(186)!=e[t(195)]&&r[t(200)][t(184)](e[t(195)],(n=>{const r=t,i=this[r(166)](e[r(195)]);return null!==i?s(n,i):o(n,e[r(199)])}));function s(e,r){return zr(n,t(182),[e,r])}function o(e,r){return zr(n,t(183),[e,r])}this[t(178)]()}[mo(178)](){const t=mo,e=this[t(168)],n=e[t(169)];e[t(188)][t(196)](t(180))[t(200)][t(193)]((e=>{const r=t;if(r(179)!=e[r(174)])return;const{data:s}=e;if(s&&r(177)==s[r(172)]){const e=s[r(190)][0][r(159)],c=this[r(166)](e);if(null!==c)return{type:r(157),content:zr(n,r(198),(1,a=c,zr(n,r(182),[1,a])))};const u=this[r(158)][r(197)]((t=>t[r(195)]===e))[r(199)];return{type:r(157),content:zr(n,r(198),(o=1,i=u,zr(n,t(183),[o,i])))}}var o,i,a}))}[mo(166)](t){const e=mo;var n,r;const s=t[e(191)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(158)])||void 0===n?void 0:n[e(197)]((n=>n[e(195)]==t));if(o&&o[e(171)]){const t=o[e(171)],n=(null!==(r=t[e(173)])&&void 0!==r?r:t)[e(191)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=Ao();return(_o=function(t,e){return n[t-=373]})(t,e)}!function(t,e){const n=_o,r=t();for(;;)try{if(630296===-parseInt(n(410))/1*(parseInt(n(393))/2)+parseInt(n(383))/3*(-parseInt(n(381))/4)+parseInt(n(403))/5+-parseInt(n(385))/6*(-parseInt(n(394))/7)+parseInt(n(413))/8+-parseInt(n(373))/9+parseInt(n(407))/10*(parseInt(n(378))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class yo extends t.Plugin{[To(398)](){const t=To,e=this[t(411)];if(!e[t(384)][t(390)](t(397)))return;const n=e[t(384)][t(406)](t(395)),r=e[t(376)];n[t(375)](t(400)),n[t(404)](t(400)),n[t(387)][t(391)](t(400),zr(r,t(414))),this[t(386)]()}[To(386)](){const t=To,e=this[t(411)],n=e[t(376)];e[t(384)][t(406)](t(395))[t(387)][t(379)]((r=>{const s=t;if(s(401)!=r[s(399)])return;const{data:o}=r;if(o&&s(400)==o[s(374)]){const t=n.t,r=o[s(396)][0][s(408)];if(r){const o=e[s(377)][s(406)](s(412))[s(382)]((t=>t[s(388)]==r)),i=t(o[s(409)])[s(380)]();return{type:s(389),content:zr(n,s(405),i),color:{value:o[s(392)],title:o[s(409)]}}}return{type:s(389),content:zr(n,s(402),zr(n,s(414)))}}}))}}function Ao(){const t=["10305216RtsHBn","commandName","enableDefaultAttributesIntegration","locale","config","282128FPcDSh","registerDescriptionCallback","toLowerCase","109396meHKUq","find","3ofmeVR","plugins","6zyhSXo","_registerLegacyDescription","descriptionFactory","model","format","has","registerAttributeLabel","color","2zybWsL","260113sGAFeS","TrackChangesEditing","commandParams","HighlightEditing","afterInit","type","highlight","formatInline","*Remove highlight*","2507090XxKeUq","registerInlineAttribute","*Set highlight:* %0","get","530TqKQJt","value","title","598003taUgVg","editor","highlight.options","4022008ErvBEv","FORMAT_HIGHLIGHT"];return(Ao=function(){return t})()}const ko=Co;function Co(t,e){const n=Ro();return(Co=function(t,e){return n[t-=352]})(t,e)}!function(t,e){const n=Co,r=t();for(;;)try{if(637237===parseInt(n(381))/1+-parseInt(n(378))/2+-parseInt(n(373))/3+parseInt(n(360))/4*(parseInt(n(368))/5)+-parseInt(n(371))/6*(-parseInt(n(385))/7)+parseInt(n(377))/8*(-parseInt(n(380))/9)+-parseInt(n(383))/10*(-parseInt(n(364))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ro);class Lo extends t.Plugin{[ko(372)](){const t=ko,e=this[t(355)];if(!e[t(361)][t(352)](t(374)))return;e[t(361)][t(388)](t(354))[t(367)](t(353));const n=e[t(361)][t(388)](t(354)),r=e[t(382)];n[t(386)][t(379)](t(353),(e=>zr(r,t(365),e))),e[t(358)][t(370)](t(376))[t(363)]({model:t(353),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(362)])return null;const o=n[s(359)](s(387)),i=n[s(375)]("hr");return n[s(369)](s(357),o),n[s(356)](n[s(366)](o,0),i),o},converterPriority:t(384)})}}function Ro(){const t=["2372MqhHow","plugins","showSuggestionHighlights","elementToStructure","1903qzQUub","ELEMENT_HORIZONTAL_LINE","createPositionAt","enableCommand","6655nNESns","addClass","for","6764226KSNheV","afterInit","734844ruIwiP","HorizontalLineEditing","createEmptyElement","dataDowncast","1815256KJRiEO","1921024dBhFkL","registerElementLabel","9BiUwED","54513QMQYpp","locale","5690EdcDuO","high","7DHlylC","descriptionFactory","div","get","has","horizontalLine","TrackChangesEditing","editor","insert","ck-horizontal-line","conversion","createContainerElement"];return(Ro=function(){return t})()}function No(t,e){const n=Mo();return(No=function(t,e){return n[t-=280]})(t,e)}const So=No;function Mo(){const t=["229730lRSBxz","afterInit","plugins","6104903YDiIBW","5600185vFudpu","HtmlEmbed","1614042IomEFE","type","element","8PuARae","format","attribute","editor","start","htmlEmbed","ELEMENT_HTML_EMBED","rawHtml","3267QCvTXh","value","enableDefaultAttributesIntegration","has","descriptionFactory","registerBlockAttribute","6vSXrHj","1183072dmrwcx","registerDescriptionCallback","key","TrackChangesEditing","nodeAfter","26872703MPoPEB","formatBlock","getFirstRange","get","*Change %0 content*","locale","registerElementLabel","1932ethnKV","4nKamuX","commandName","_registerLegacyDescription"];return(Mo=function(){return t})()}!function(t,e){const n=No,r=t();for(;;)try{if(738270===parseInt(n(316))/1+-parseInt(n(288))/2*(parseInt(n(309))/3)+-parseInt(n(289))/4*(parseInt(n(296))/5)+parseInt(n(315))/6*(-parseInt(n(295))/7)+-parseInt(n(301))/8*(-parseInt(n(298))/9)+-parseInt(n(292))/10+parseInt(n(281))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(293)](){const t=So,e=this[t(304)];if(!e[t(294)][t(312)](t(297)))return;const n=e[t(294)][t(284)](t(319)),r=e[t(286)];n[t(313)][t(287)](t(308),(e=>zr(r,t(307),e))),n[t(311)](t(306)),n[t(314)](t(310)),n[t(313)][t(317)]((e=>{const n=t;if(n(303)!=e[n(299)])return;const{data:s}=e;if(s&&n(310)==s[n(318)]&&e[n(283)]()[n(305)][n(280)].is(n(300),n(308))){const t=zr(r,n(307));return{type:n(302),content:zr(r,n(285),t)}}})),this[t(291)]()}[So(291)](){const t=So,e=this[t(304)],n=e[t(286)];e[t(294)][t(284)](t(319))[t(313)][t(317)]((e=>{const r=t;if(r(282)!=e[r(299)])return;const{data:s}=e;if(s&&r(306)==s[r(290)]){const t=zr(n,r(307));return{type:r(302),content:zr(n,r(285),t)}}}))}}const wo=Do;function Oo(){const t=["descriptionFactory","markBlockFormat","*Remove image text alternative*","30ZhabSj","Inline image to block image","commandParams","imageCaption","imageTypeBlock","discard","enableDefaultAttributesIntegration","getNearestSelectionRange","element","alt","createRangeOn","find","createRange","imageStylePreApply","isOwn","model","filter","newValue","afterInit","registerAttributeLabel","toNext","ImageUtils","end","registerCustomCallback","backward","ImageInlineEditing","getClosestSelectedImageElement","7jPVdQt","commandName","ELEMENT_CAPTION","getFirstRange","4902491IwLLmM","isCollapsed","formatBlock","deletion","length","insertImage","start","registerDescriptionCallback","isIntersecting","ELEMENT_INLINE_IMAGE","3728bEyite","addObject","caption","schema","convertInlineImageToBlock","removeObject","width","*Set image width:* %0","_registerLegacyDescription","toggleImageCaption","chain","accept","364wJORtW","format","uploadImage","getSuggestionCallback","key","markDeletion","convertBlockImageToInline","24LnEeJk","ELEMENT_IMAGE","registerBlockAttribute","1167912pYPoaY","getCaptionFromImageModelElement","isEqual","forward","type","imageBlock","editor","attribute","getContainedElement","138JnpNzQ","detach","registerElementLabel","nodeAfter","isBefore","resizeImage","FORMAT_IMAGE_SIZE","forceDefaultExecution","*Reset image width*","has","join","ImageCaptionUtils","selection","imageInline","formatInline","change","imageTextAlternative","ImageTextAlternativeEditing","locale","insertion","subType","get","plugins","isBlockImage","ImageEditing","ImageResize","ImageUploadEditing","2525319sVvJVx","nodeBefore","1207725jAHChx","previous","_suggestionFactory","ImageBlockEditing","9514128cNuSmA","ImageCaptionEditing","toPrevious","fromPosition","markInsertion","_findSuggestions","38216JBxMLP","Block image to inline image","document","TrackChangesEditing","*Set image text alternative:* %0","enableCommand","findIndex","imageTypeInline","resizedWidth"];return(Oo=function(){return t})()}function Do(t,e){const n=Oo();return(Do=function(t,e){return n[t-=151]})(t,e)}!function(t,e){const n=Do,r=t();for(;;)try{if(488799===-parseInt(n(251))/1*(parseInt(n(263))/2)+parseInt(n(159))/3*(-parseInt(n(198))/4)+-parseInt(n(188))/5*(-parseInt(n(270))/6)+-parseInt(n(237))/7*(-parseInt(n(273))/8)+parseInt(n(186))/9*(parseInt(n(210))/10)+parseInt(n(241))/11+-parseInt(n(192))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oo);class Fo extends t.Plugin{[wo(228)](){const t=wo,e=this[t(156)];if(!e[t(181)][t(168)](t(183)))return;const n=e[t(181)][t(180)](t(201)),r=e[t(181)][t(180)](t(231)),s=e[t(177)];n[t(203)](t(246)),n[t(207)][t(161)](t(155),(e=>zr(s,t(271),e))),n[t(207)][t(161)](t(172),(e=>zr(s,t(250),e))),n[t(207)][t(161)](t(253),(()=>zr(s,t(239)))),e[t(181)][t(168)](t(185))&&n[t(203)](t(265)),e[t(181)][t(168)](t(191))&&e[t(181)][t(168)](t(235))&&(n[t(203)](t(205),((s,o)=>{const i=t,a=r[i(236)](e[i(225)][i(200)][i(171)]);e[i(225)][i(174)]((()=>{const t=i;n[t(208)](a,{commandName:t(205),commandParams:[o]},[],t(269))}))})),n[t(203)](t(214),((s,o)=>{const a=t;e[a(225)][a(174)]((t=>{const c=a;let u=r[c(236)](e[c(225)][c(200)][c(171)]),l=t[c(220)](u);const f=i.LivePosition[c(195)](l[c(247)],c(194)),h=i.LivePosition[c(195)](l[c(232)],c(230));n[c(166)]((()=>s(o))),u=r[c(236)](e[c(225)][c(200)][c(171)]),l=t[c(220)](u);const g=t[c(222)](f,h);f[c(160)](),h[c(160)](),n[c(208)](u,{commandName:c(205),commandParams:[o]},[],c(255)),g[c(247)][c(163)](l[c(247)])&&n[c(196)](t[c(222)](g[c(247)],l[c(247)]),c(255)),l[c(232)][c(163)](g[c(232)])&&n[c(196)](t[c(222)](l[c(232)],g[c(232)]),c(255))}))})),n[t(190)][t(233)](t(243),t(255),t(169),(()=>!1)),n[t(190)][t(233)](t(243),t(255),t(262),(()=>!1)),n[t(190)][t(233)](t(243),t(255),t(215),n[t(190)][t(266)](t(243),"",t(262))),n[t(190)][t(233)](t(178),t(255),t(169),(()=>!1)),n[t(190)][t(233)](t(178),t(255),t(215),(([r])=>{const s=t,o=n[s(190)][s(266)](s(178),"",s(215));let i=r[s(247)],a=r[s(232)];const c=e[s(225)][s(254)][s(217)](i,s(234)),u=e[s(225)][s(254)][s(217)](a,s(153));c[s(242)]&&(i=c[s(247)]),u[s(242)]&&(a=u[s(232)]),o([e[s(225)][s(222)](i,a)])})),n[t(190)][t(233)](t(243),t(255),t(261),c),n[t(190)][t(233)](t(178),t(255),t(261),c)),e[t(181)][t(168)](t(193))&&(n[t(203)](t(260),((s,o)=>{const i=t,a=e[i(181)][i(180)](i(170));let c=r[i(236)](e[i(225)][i(200)][i(171)]),u=a[i(151)](c);e[i(225)][i(174)]((()=>{const t=i;if(u)return void n[t(268)](e[t(225)][t(220)](u));const l=r[t(182)](c);s(o),c=r[t(236)](e[t(225)][t(200)][t(171)]),u=a[t(151)](c),n[t(196)](e[t(225)][t(220)](u),l?null:t(213))}))})),n[t(190)][t(233)](t(178),t(213),t(261),c));const o=[{type:t(243),subType:t(223)},{type:t(178),subType:t(213)},{type:t(243),subType:t(255)},{type:t(178),subType:t(255)}];function a(e,s){const i=t,a=o[i(204)]((({type:t,subType:n})=>e[i(154)]==t&&e[i(179)]==n)),c=o[i(204)]((({type:t,subType:e})=>s[i(154)]==t&&s[i(179)]==e));if(a<0||c<0)return!1;const u=e[i(240)](),l=s[i(240)]();if((0==a||1==a)&&2==c&&u[i(249)](l))return!0;if(2==a&&3==c){const t=n[i(197)](u,i(178))[i(226)]((({suggestion:t,meta:e})=>e[i(224)]&&i(255)==t[i(179)]));if(t[i(245)]>1&&l[i(232)][i(152)](u[i(247)]))return!0;if(1==t[i(245)]&&(u[i(247)][i(152)](l[i(232)])||u[i(232)][i(152)](l[i(247)])))return!0}if(3==a&&3==c&&u[i(247)][i(163)](l[i(247)])){const t=u[i(232)][i(162)],e=l[i(247)][i(187)];return r[i(182)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(181)][t(168)](t(184))&&(n[t(216)](t(164)),n[t(272)](t(206)),n[t(207)][t(229)](t(206),zr(s,t(165)))),e[t(181)][t(168)](t(176))&&(n[t(216)](t(175)),n[t(272)](t(219))),n[t(207)][t(248)]((e=>{const n=t;if(o[n(221)]((({type:t,subType:r})=>e[n(154)]==t&&e[n(179)]==r)))return e[n(189)]?{}:void 0})),n[t(207)][t(248)]((e=>{const n=t;if(n(178)==e[n(154)]||n(244)==e[n(154)]){const t=e[n(158)]();if(t&&t.is(n(218),n(253)))return{type:n(178)==e[n(154)]?n(252):n(256),element:t,quantity:1}}})),n[t(207)][t(248)]((e=>t(243)==e[t(154)]&&t(255)==e[t(179)]?{type:t(264),content:t(211)}:t(243)==e[t(154)]&&t(269)==e[t(179)]?{type:t(264),content:t(199)}:void 0)),n[t(207)][t(248)]((e=>{const n=t;if(n(157)!=e[n(154)])return;const{data:r}=e;if(!r||n(219)!=r[n(267)])return;const o=r[n(227)];return o?{type:n(264),content:zr(s,n(202),'"'+o+'"')}:{type:n(264),content:zr(s,n(209))}})),this[t(259)]()}[wo(259)](){const t=wo,e=this[t(156)],n=e[t(177)];e[t(181)][t(180)](t(201))[t(207)][t(248)]((e=>{const r=t;if(r(243)!=e[r(154)]&&r(173)!=e[r(154)])return;const{data:s}=e;if(s){if(r(175)==s[r(238)]){const t=s[r(212)][0][r(227)];return t?{type:r(264),content:zr(n,r(202),'"'+t+'"')}:{type:r(264),content:zr(n,r(209))}}if(r(164)==s[r(238)]){const t=s[r(212)][0][r(257)];return t?{type:r(264),content:zr(n,r(258),t)}:{type:r(264),content:zr(n,r(167))}}}}))}}const Bo=Po;function Po(t,e){const n=xo();return(Po=function(t,e){return n[t-=462]})(t,e)}function xo(){const t=["TrackChangesEditing","239180wBiLEK","format","oldValue","attribute","*Replace image URL*","get","newValue","locale","enableDefaultAttributesIntegration","24fenyyC","accept","formatInline","ImageEditing","getSuggestionCallback","68774smnVap","_handleLegacySuggestions","registerDescriptionCallback","12omWdRC","formatBlock","2635424FDovjy","src","plugins","_suggestionFactory","353770rqbkmd","18puyLVt","discard","_registerLegacyDescription","963968ElTFoe","49xunWnF","key","registerCustomCallback","afterInit","editor","descriptionFactory","replaceImageSource","registerBlockAttribute","76674eawemU","type","has","30edRgdR","66905sffmpL","*Format:* replace image URL","commandName"];return(xo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(245822===parseInt(n(492))/1+parseInt(n(462))/2*(parseInt(n(487))/3)+parseInt(n(465))/4*(parseInt(n(488))/5)+parseInt(n(484))/6*(-parseInt(n(476))/7)+parseInt(n(475))/8+-parseInt(n(472))/9*(-parseInt(n(471))/10)+-parseInt(n(467))/11*(parseInt(n(501))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Bo(479)](){const t=Bo;if(!this[t(480)][t(469)][t(486)](t(504)))return;const e=this[t(480)][t(499)],n=this[t(480)][t(469)][t(497)](t(491));n[t(500)](t(482)),n[t(483)](t(468)),n[t(481)][t(464)]((n=>{const r=t;if(r(495)!=n[r(485)])return;const{data:s}=n;return s&&r(468)==s[r(477)]?s[r(498)]&&s[r(494)]?{type:r(493),content:zr(e,r(496))}:{type:r(493),content:""}:void 0})),this[t(463)]()}[Bo(463)](){const t=Bo,e=this[t(480)][t(469)][t(497)](t(491));e[t(470)][t(478)](t(466),t(482),t(502),e[t(470)][t(505)](t(466),null,t(473))),e[t(470)][t(478)](t(466),t(482),t(473),e[t(470)][t(505)](t(466),null,t(502))),this[t(474)]()}[Bo(474)](){const t=Bo,e=this[t(480)],n=e[t(499)];e[t(469)][t(497)](t(491))[t(481)][t(464)]((e=>{const r=t;if(r(466)!=e[r(485)]&&r(503)!=e[r(485)])return;const{data:s}=e;return s&&r(482)==s[r(490)]?{type:r(493),content:zr(n,r(489))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=408]})(t,e)}const Go=jo;function Vo(){const t=["_registerLegacyDescription","1290aytRSV","registerPostFixer","discard","commandReversedParams","differ","hasSuggestion","filter","length","change","ImageUtils","ImageStyleEditing","412908PtUVEJ","Users","has","325ZIfaYE","side","start","imageStylePreApply","descriptionFactory","isInlineImage","getSuggestionCallback","selection","commandParams","23492qYeTif","insertion","findIndex","shouldConvertImageType","imageStyle","imageTypeBlock","371714QwyGaC","commands","imageTypeInline","TrackChangesEditing","locale","plugins","document","isEqual","end","afterInit","value","enableCommand","get","FORMAT_SIDE_IMAGE","refresh","next","setImageNaturalSizeAttributes","getClosestSelectedImageElement","model","createRangeOn","329vVvPNJ","convertInlineImageToBlock","1491006yIvULJ","isOwn","title","_findSuggestions","editor","getSuggestion","nodeBefore","getContainedElement","getFirstRange","chain","author","subType","isBlockImage","1216206MxwwcE","format","head","markInlineFormat","formatInline","suggestion","imageStylePostApply","name","normalizedStyles","formatBlock","newRange","getChangedMarkers","from","join","getSuggestions","nodeAfter","isInContent","_splitMarkerName","discardSuggestion","commandName","registerCustomCallback","forEach","toLowerCase","isIntersecting","markBlockFormat","accept","type","isBefore","_suggestionFactory","2815912qEGvDF","*Format:* %0","imageCaption","registerDescriptionCallback"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(396090===parseInt(n(468))/1+parseInt(n(490))/2+parseInt(n(450))/3+-parseInt(n(462))/4*(parseInt(n(453))/5)+parseInt(n(439))/6*(parseInt(n(488))/7)+-parseInt(n(434))/8+-parseInt(n(503))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[Go(477)](){const t=Go,n=this[t(494)];if(!n[t(473)][t(452)](t(449)))return;const r=n[t(473)][t(480)](t(471)),s=n[t(473)][t(480)](t(448)),o={};r[t(479)](t(466),((o,i)=>{const a=t,c=n[a(473)][a(480)](a(451)).me,u=n[a(469)][a(480)](a(466));let l=s[a(485)](n[a(486)][a(474)][a(460)]),f=n[a(486)][a(487)](l),h=u[a(478)];if(h==i[a(478)])return;const g={commandName:a(466),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(486)][a(447)]((()=>{const t=a;if(r[t(419)]()[t(445)]((e=>e[t(421)]&&c==e[t(500)]&&(t(414)==e[t(431)]||t(409)==e[t(431)])&&(t(456)==e[t(501)]||t(411)==e[t(501)])&&e[t(498)]()[t(475)](f)))[t(426)]((e=>r[t(423)](e[t(505)]))),l=s[t(485)](n[t(486)][t(474)][t(460)]),f=n[t(486)][t(487)](l),u[t(482)](),n[t(469)][t(480)](t(470))[t(482)](),n[t(469)][t(480)](t(467))[t(482)](),h=u[t(478)],h!=i[t(478)])return s[t(458)](l)&&u[t(465)](i[t(478)],l)?(o({...i,setImageSizes:!1}),l=s[t(485)](n[t(486)][t(474)][t(460)]),void r[t(429)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(456))):void(s[t(502)](l)?r[t(429)](l,g,[],t(411)):r[t(408)](f,g,t(411)))}))}));for(const e of n[t(473)][t(480)](t(449))[t(413)])o[e[t(412)]]=e[t(492)][t(427)]();r[t(433)][t(425)](t(414),t(456),t(418),(()=>!1)),r[t(433)][t(425)](t(414),t(411),t(418),(()=>!1)),r[t(433)][t(425)](t(409),t(411),t(418),(()=>!1)),r[t(433)][t(425)](t(414),t(456),t(430),(([e])=>{const n=t;s[n(484)](e[n(497)]())})),r[t(433)][t(425)](t(414),t(456),t(441),((e,n)=>{const s=t;r[s(433)][s(459)](s(414),"",s(430))(e,{commandName:n[s(424)],commandParams:n[s(442)]})})),r[t(433)][t(425)](t(414),t(456),t(499),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(414),subType:t(456)},{type:t(463),subType:t(436)},{type:t(414),subType:t(489)},{type:t(463),subType:t(489)}];function a(e,n){const o=t,a=i[o(464)]((({type:t,subType:n})=>e[o(431)]==t&&e[o(501)]==n)),c=i[o(464)]((({type:t,subType:e})=>n[o(431)]==t&&n[o(501)]==e));if(a<0||c<0)return!1;const u=e[o(498)](),l=n[o(498)]();if((0==a||1==a)&&2==c&&u[o(428)](l))return!0;if(2==a&&3==c){const t=r[o(493)](u,o(463))[o(445)]((({suggestion:t,meta:e})=>e[o(491)]&&o(489)==t[o(501)]));if(t[o(446)]>1&&l[o(476)][o(475)](u[o(455)]))return!0;if(1==t[o(446)]&&(u[o(455)][o(475)](l[o(476)])||u[o(476)][o(475)](l[o(455)])))return!0}if(3==a&&3==c&&u[o(455)][o(432)](l[o(455)])){const t=u[o(476)][o(420)],e=l[o(455)][o(496)];return s[o(502)](t)&&t===e}return!1}n[t(486)][t(474)][t(440)]((()=>{const e=t;let o=!1;const i=Array[e(417)](n[e(486)][e(474)][e(443)][e(416)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(422)](t);if(e(410)==i&&r[e(444)](u)){if(e(414)==a&&(e(456)==c||e(411)==c)){const t=r[e(495)](u);if(n[e(415)]){const n=t[e(498)]()[e(497)]();if(s[e(502)](n))continue;r[e(423)](t),o=!0}}if(e(463)==a&&e(436)==c&&!n[e(415)]){const t=r[e(495)](u);t[e(483)]&&t[e(483)][e(421)]&&(r[e(423)](t[e(483)]),o=!0)}}}return o})),this[t(438)](o)}[Go(438)](t){const e=Go,n=this[e(494)],r=n[e(472)];n[e(473)][e(480)](e(471))[e(457)][e(437)]((n=>{const s=e;if(s(414)!=n[s(431)]&&s(409)!=n[s(431)])return;const{data:o}=n;if(!o||s(466)!=o[s(424)])return;const i=o[s(461)][0][s(478)];return function(t){const e=s;return{type:e(504),content:zr(r,e(435),t)}}(s(454)===i?zr(r,s(481)):t[i]||i)}))}}const zo=qo;function Wo(){const t=["_setSuggestionData","793398UKCpij","listenTo","bind","collaboration_features","high","9547783TrmGtk","607559OZHWnl","trackChanges","afterInit","plugins","editor","_trackChangesExecuted","forEach","commands","_handleImportedData","TrackChangesEditing","11462067kyspwZ","417764pAHQsm","_trackChangesValueDuringImport","lowest","9716464HRyVgb","execute","value","track_changes","get","enableCommand","Users","10unZKKu","importWord","20fKbBxG","4162530snVNiy","dataInsert"];return(Wo=function(){return t})()}function qo(t,e){const n=Wo();return(qo=function(t,e){return n[t-=484]})(t,e)}!function(t,e){const n=qo,r=t();for(;;)try{if(769247===-parseInt(n(496))/1+-parseInt(n(507))/2+parseInt(n(490))/3*(parseInt(n(486))/4)+-parseInt(n(484))/5*(-parseInt(n(487))/6)+parseInt(n(495))/7+-parseInt(n(510))/8+-parseInt(n(506))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class Ko extends t.Plugin{constructor(t){const e=qo;super(t),this[e(508)]=!1,this[e(501)]=!1}[zo(498)](){const t=zo,e=this[t(500)],n=e[t(503)][t(514)](t(485)),r=e[t(503)][t(514)](t(497));n&&(n.on(t(511),((e,[,n])=>{const s=t;this[s(508)]=r[s(512)],n[s(493)][s(513)]=!this[s(508)]}),{priority:t(494)}),this[t(491)](n,t(488),this[t(504)][t(492)](this)),this[t(491)](n,t(488),(()=>{const e=t;this[e(501)]&&(r[e(511)](),this[e(501)]=!1)}),{priority:t(509)}),e[t(499)][t(514)](t(505))[t(515)](t(485)))}[zo(504)](t,e){const n=zo,{suggestions:r}=e,s=this[n(500)][n(503)][n(514)](n(497)),o=s[n(512)];this[n(508)]!==o&&(s[n(511)](),this[n(501)]=!0),r&&r[n(502)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(500)][o(499)][o(514)](o(516)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(485)}}};this[o(500)][o(499)][o(514)](o(505))[o(489)](i)}))}}const Xo=Qo;function Qo(t,e){const n=Yo();return(Qo=function(t,e){return n[t-=388]})(t,e)}function Yo(){const t=["editor","1172ylqPYU","3748624wlkhAd","*Outdent:* %0","6IwnlPQ","IndentEditing","getItemLabel","afterInit","_registerLegacyDescription","get","TrackChangesEditing","format","*Indent:* %0","584619bUknmV","locale","enableCommand","registerBlockAttribute","getItems","627579jdQjXb","outdentBlock","2069040MrGeQs","1006965rfBgwm","formatBlock","registerDescriptionCallback","has","326DGIwgH","type","outdent","plugins","enableDefaultAttributesIntegration","indent","blockIndent","indentBlock","commandName","565835YbMpub","registerAttributeLabel","IndentBlock","descriptionFactory","FORMAT_INDENT"];return(Yo=function(){return t})()}!function(t,e){const n=Qo,r=t();for(;;)try{if(615454===parseInt(n(425))/1*(parseInt(n(401))/2)+parseInt(n(421))/3+parseInt(n(420))/4+-parseInt(n(395))/5*(parseInt(n(404))/6)+parseInt(n(413))/7+-parseInt(n(402))/8+parseInt(n(418))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Jo extends t.Plugin{[Xo(407)](){const t=Xo,e=this[t(400)],n=e[t(389)][t(409)](t(410));if(e[t(389)][t(424)](t(405))&&(n[t(415)](t(391)),n[t(415)](t(388))),e[t(389)][t(424)](t(397)))for(const e of[t(393),t(419)])n[t(390)](e);const r=e[t(414)];n[t(416)](t(392)),n[t(398)][t(396)](t(392),zr(r,t(399))),this[t(408)]()}[Xo(408)](){const t=Xo,e=this[t(400)],n=e[t(414)],r=e[t(389)][t(409)](t(410));r[t(398)][t(423)]((e=>{const s=t;if(s(422)!=e[s(426)])return;const{data:o}=e;if(!o)return;if(s(393)!=o[s(394)]&&s(419)!=o[s(394)])return;const i=e[s(417)]()[0],a=r[s(398)][s(406)](i);return s(393)==o[s(394)]?{type:s(411),content:zr(n,s(412),a)}:s(419)==o[s(394)]?{type:s(411),content:zr(n,s(403),a)}:void 0}))}}var Zo=$o;function $o(t,e){var n=ei();return($o=function(t,e){return n[t-=469]})(t,e)}!function(t,e){for(var n=$o,r=t();;)try{if(818580===parseInt(n(483))/1+parseInt(n(486))/2*(parseInt(n(473))/3)+parseInt(n(477))/4+-parseInt(n(474))/5*(-parseInt(n(481))/6)+parseInt(n(479))/7*(parseInt(n(480))/8)+-parseInt(n(487))/9*(-parseInt(n(478))/10)+-parseInt(n(469))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ei);class ti extends t.Plugin{static get[Zo(484)](){return[Ms.Input]}[Zo(476)](){var t=Zo;this[t(470)][t(485)][t(482)](t(471))[t(472)](t(475))}}function ei(){var t=["3jMpHld","10kjbrVe","input","init","1904388JobtIn","4770pElhBj","14TJlnoS","5192056LeZRKS","3443970pDBLwc","get","236279wAEBIu","requires","plugins","1513034jmqtqu","23238BYGtkq","47607241XYBEfX","editor","TrackChangesEditing","enableCommand"];return(ei=function(){return t})()}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=451]})(t,e)}function si(){const t=["*Remove link*","*Set link:* %0","manualDecorators","get","linkHref","has","TrackChangesEditing","enableDefaultAttributesIntegration","link (","registerAttributeLabel","key","2273446VeLgAz","5547596CydQyj","commandParams","plugins","LinkEditing","unlink","formatInline","locale","link","2728825jYVIdN","type","registerDescriptionCallback","_registerLegacyDescription","newValue","commands","35QFmFKQ","registerInlineAttribute","commandName","format","attribute","afterInit","descriptionFactory","1646096zeqvij","5530893DiujRz","4293666HPMIdo","label","editor","470235MuLiwB","toLowerCase"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(988900===parseInt(n(459))/1+-parseInt(n(472))/2+parseInt(n(455))/3+-parseInt(n(473))/4+-parseInt(n(481))/5+parseInt(n(456))/6+parseInt(n(487))/7*(parseInt(n(454))/8))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(452)](){const t=ni,e=this[t(458)];if(!e[t(475)][t(466)](t(476)))return;const n=e[t(475)][t(464)](t(467)),r=e[t(486)][t(464)](t(480));n[t(468)](t(480)),n[t(468)](t(477)),n[t(488)](t(465));for(const e of r[t(463)])n[t(488)](e.id),n[t(453)][t(470)](e.id,t(469)+e[t(457)][t(460)]()+")");n[t(453)][t(483)]((n=>{const r=t;if(r(451)!=n[r(482)])return;const{data:s}=n;if(!s||r(465)!=s[r(471)])return;const o=s[r(485)],i=e[r(479)];return{type:r(490),content:null==o?zr(i,r(461)):zr(i,r(462),'"'+o+'"')}})),this[t(484)]()}[ni(484)](){const t=ni,e=this[t(458)],n=e[t(479)];e[t(475)][t(464)](t(467))[t(453)][t(483)]((e=>{const r=t;if(r(478)!=e[r(482)])return;const{data:s}=e;if(s){if(r(480)==s[r(489)]){const t=s[r(474)][0];return{type:r(490),content:zr(n,r(462),'"'+t+'"')}}return r(477)==s[r(489)]?{type:r(490),content:zr(n,r(461))}:void 0}}))}}const ii=ai;function ai(t,e){const n=fi();return(ai=function(t,e){return n[t-=169]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(931061===parseInt(n(181))/1*(-parseInt(n(218))/2)+parseInt(n(246))/3+-parseInt(n(211))/4+-parseInt(n(214))/5+-parseInt(n(182))/6+parseInt(n(170))/7+parseInt(n(250))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ii(184)](){const t=ii,e=this[t(221)],n=e[t(202)];if(!e[t(247)][t(175)](t(195)))return;const r=e[t(247)][t(173)](t(216)),s=e[t(247)][t(175)](t(210));function o(t){return()=>{const n=ai,s=e[n(252)][n(240)][n(209)],o=e[n(226)][n(173)](t);if(o[n(251)])return void e[n(241)](n(189),{});const i=t[n(244)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(180)](t)[s(206)]((t=>function(t,e){const n=s;return e[n(229)](t[n(224)],n(185))&&!e[n(205)](t)}(t,r)));o=o[s(206)]((t=>!t.is(s(207),s(185))||t[s(171)](s(198))!=e));const i=new Set;for(const t of o)t.is(s(207),s(185))?i[s(248)](ui(t)):i[s(248)](t);return Array[s(180)](i)}(s[n(242)](),i,e[n(252)][n(245)]);e[n(252)][n(196)]((()=>{const e=n;for(const n of a)r[e(235)](n,{commandName:t,commandParams:[{forceValue:!o[e(251)]}],formatGroupId:e(201)},li(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(180)](t);const r=n[e(191)]((t=>e(185)!=t[e(212)]));return r>-1&&(n=n[e(244)](0,r)),n}(e[n(252)][n(240)][n(209)][n(242)]()),o=e[n(252)][n(174)](e[n(252)][n(225)](s[0],n(179)),e[n(252)][n(225)](s[s[n(187)]-1],n(249)));e[n(252)][n(196)]((()=>{const e=n;r[e(235)](o,{commandName:t,commandParams:[],formatGroupId:e(220)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(237)];for(;t&&t[n(171)](n(220))>e[n(171)](n(220));)r[n(248)](t),t=t[n(237)]}return Array[n(180)](r)}(s))}))}}r[t(230)](t(239),o(t(239))),r[t(230)](t(204),o(t(204))),s&&r[t(230)](t(208),o(t(208))),r[t(230)](t(197),i(t(197))),r[t(230)](t(186),i(t(186))),s&&r[t(230)](t(213),(()=>{const n=t,s=e[n(226)][n(173)](n(213)),o=Array[n(180)](s[n(222)]);o[n(206)]((t=>t[n(171)](n(231))!=s[n(251)])),e[n(252)][n(196)]((()=>{const t=n;for(const e of o)r[t(235)](e,{commandName:t(213),commandParams:[{forceValue:!s[t(251)]}]})}))})),r[t(203)][t(236)](t(185),(e=>zr(n,t(194),e))),r[t(203)][t(199)]((e=>{const r=t;if(r(217)!=e[r(183)]&&r(177)!=e[r(183)])return;const{data:s}=e;if(s){if(r(239)==s[r(215)]||r(204)==s[r(215)]||r(208)==s[r(215)])switch(s[r(215)][r(227)](r(200),"")){case r(188):return o(zr(n,r(232)));case r(178):return o(zr(n,r(243)));case r(228):return o(zr(n,r(234)))}if(r(197)==s[r(215)])return{type:r(238),content:zr(n,r(219),zr(n,r(194)))};if(r(186)==s[r(215)])return{type:r(238),content:zr(n,r(169),zr(n,r(194)))};if(r(213)==s[r(215)])return s[r(172)][0][r(233)]?{type:r(238),content:zr(n,r(192))}:{type:r(238),content:zr(n,r(193))}}function o(t){const e=r;return{type:e(238),content:zr(n,e(223),t)}}}))}}function ui(t){const e=ii,n=t[e(171)](e(220));if(0==n)return t;let r=t;for(;t[e(176)]&&t[e(176)].is(e(207),e(185));){const s=t[e(176)][e(171)](e(220));if(s==n)r=t[e(176)];else if(s<n)break;t=t[e(176)]}return r}function li(t){const e=ii,n=[];if(t.is(e(207),e(185))&&t[e(171)](e(220))>0){let r=t[e(237)];for(;r&&e(185)==r[e(212)]&&r[e(171)](e(220))==t[e(171)](e(220));)n[e(190)](r),r=r[e(237)]}return n}function fi(){const t=["blockName","locale","descriptionFactory","bulletedList","isObject","filter","element","todoList","selection","LegacyTodoListEditing","86112SVKPJp","name","checkTodoList","9164210KzDSJV","commandName","TrackChangesEditing","formatBlock","82ypkiSb","*Indent:* %0","listIndent","editor","_selectedElements","*Change to:* %0","parent","createPositionAt","commands","replace","todo","checkChild","enableCommand","todoListChecked","ELEMENT_BULLETED_LIST","forceValue","ELEMENT_TODO_LIST","markBlockFormat","registerElementLabel","nextSibling","format","numberedList","document","execute","getSelectedBlocks","ELEMENT_NUMBERED_LIST","slice","schema","4304619BeXFQN","plugins","add","end","19765792pqPMEv","value","model","*Outdent:* %0","3367931AZlwms","getAttribute","commandParams","get","createRange","has","previousSibling","formatInline","numbered","before","from","17676HBZfJT","5259498guqlKX","type","afterInit","listItem","outdentList","length","bulleted","paragraph","push","findIndex","*Check item*","*Uncheck item*","ELEMENT_LIST_ITEM","LegacyListEditing","change","indentList","listType","registerDescriptionCallback","List"];return(fi=function(){return t})()}function hi(){const t=["14gDDuxC","getFirstPosition","formatInline","createRange","listStart","filter","2784864wBeuJo","styles","handleListStartCommand","enableCommand","*Format:* set start index to %0","change","descriptionFactory","TrackChangesEditing","handleListStyleCommand","_getSuggestionBlocksForListStyle","registerDescriptionCallback","createPositionAt","markMultiRangeBlockFormat","getListTypeFromListStyleType","1bwRyqL","*Format:* set order to regular","length","2125992YgieLR","listStyle","listType","formatBlock","getAttribute","LegacyListUtils","before","_getSuggestionBlocks","860502nGxSRm","getSelectedBlocks","toUpperCase","10310967jqFZnt","listItem","from","*Format:* set order to reversed","document","reversed","element","bind","forward","6556FQEOHF","_LIST_","parent","has","backward","model","listReversed","replace","config","3396860GVaChI","getSiblingNodes","locale","map","flat","getLastPosition","push","1218430PUGAQm","type","_getTranslationKeyForListStyle","ELEMENT_","*Change to:* %0","afterInit","get","default","startIndex","numbered","commandParams","list.properties","handleListReversedCommand","commandName","handleDescriptions","format","unshift","editor","selection","plugins","LegacyListPropertiesEditing"];return(hi=function(){return t})()}const gi=di;function di(t,e){const n=hi();return(di=function(t,e){return n[t-=230]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(447521===-parseInt(n(274))/1*(parseInt(n(233))/2)+-parseInt(n(277))/3+parseInt(n(297))/4+parseInt(n(306))/5+-parseInt(n(285))/6*(-parseInt(n(254))/7)+-parseInt(n(260))/8+parseInt(n(288))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hi);class pi extends t.Plugin{[gi(238)](){const t=gi;if(!this[t(250)][t(252)][t(300)](t(253)))return;const e=this[t(250)][t(305)][t(239)](t(244)),n=this[t(250)][t(252)][t(239)](t(267));e[t(261)]&&n[t(263)](t(278),this[t(268)][t(295)](this)),e[t(293)]&&n[t(263)](t(303),this[t(245)][t(295)](this)),e[t(241)]&&n[t(263)](t(258),this[t(262)][t(295)](this)),n[t(266)][t(270)](this[t(247)][t(295)](this))}[gi(268)](t,e={}){const n=gi,r=this[n(250)][n(252)][n(239)](n(267)),s=this[n(269)]();this[n(250)][n(302)][n(265)]((()=>{const t=n;r[t(272)](s,{commandName:t(278),commandParams:[{type:e[t(234)]}],formatGroupId:t(278)})}))}[gi(245)](t,e={}){const n=gi,r=this[n(250)][n(252)][n(239)](n(267)),s=this[n(284)]((t=>t.is(n(294),n(289))&&n(242)===t[n(281)](n(279))));if(s[n(276)]<1)return;const o=s[n(309)]((t=>this[n(250)][n(302)][n(257)](this[n(250)][n(302)][n(271)](t,n(283)),this[n(250)][n(302)][n(271)](t,0))));this[n(250)][n(302)][n(265)]((()=>{const t=n;r[t(272)](o,{commandName:t(303),commandParams:[{reversed:e[t(293)]}],formatGroupId:t(303)})}))}[gi(262)](t,e={}){const n=gi,r=this[n(250)][n(252)][n(239)](n(267)),s=this[n(284)]((t=>t.is(n(294),n(289))&&n(242)===t[n(281)](n(279))));if(s[n(276)]<1)return;const o=s[n(309)]((t=>this[n(250)][n(302)][n(257)](this[n(250)][n(302)][n(271)](t,n(283)),this[n(250)][n(302)][n(271)](t,0))));this[n(250)][n(302)][n(265)]((()=>{const t=n;r[t(272)](o,{commandName:t(258),commandParams:[{startIndex:e[t(241)]}],formatGroupId:t(258)})}))}[gi(247)](t){const e=gi;if(e(280)!=t[e(234)]&&e(256)!=t[e(234)])return;const n=this[e(250)][e(308)],{data:r}=t;if(!r)return;let s,o;switch(r[e(246)]){case e(278):s=e(237),o={type:e(248),content:zr(n,s,zr(n,this[e(235)](r[e(243)][0][e(234)])))};break;case e(303):s=r[e(243)][0][e(293)]?e(291):e(275),o={type:e(248),content:zr(n,s)};break;case e(258):s=e(264),o={type:e(248),content:zr(n,s,r[e(243)][0][e(241)])}}return o}[gi(269)](){const t=gi;var e,n,r,s;const o=this[t(250)][t(252)][t(239)](t(282));let i=Array[t(290)](this[t(250)][t(302)][t(292)][t(251)][t(286)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(294),t(289)))&&i[t(249)](...o[t(307)](this[t(250)][t(302)][t(292)][t(251)][t(255)](),t(301))),(null===(n=i[i[t(276)]-1])||void 0===n?void 0:n.is(t(294),t(289)))&&i[t(232)](...o[t(307)](this[t(250)][t(302)][t(292)][t(251)][t(231)](),t(296))),i=[...new Set(i)],(null===(s=null===(r=this[t(250)][t(302)][t(292)][t(251)][t(255)]())||void 0===r?void 0:r[t(299)])||void 0===s?void 0:s.is(t(294),t(289)))&&(i=i[t(259)]((e=>e.is(t(294),t(289))))),i}[gi(284)](t){const e=gi,n=this[e(250)][e(252)][e(239)](e(282));let r=Array[e(290)](this[e(250)][e(302)][e(292)][e(251)][e(286)]())[e(259)](t)[e(309)]((t=>{const r=e,s=this[r(250)][r(302)][r(271)](t,0);return[...n[r(307)](s,r(301)),...n[r(307)](s,r(296))]}))[e(230)]();return r=[...new Set(r)],r}[gi(235)](t){const e=gi;return e(236)+(this[e(250)][e(252)][e(239)](e(282))[e(273)](t)||e(240))[e(287)]()+e(298)+t[e(287)]()[e(304)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=418]})(t,e)}function Ei(){const t=["enableCommand","1775608vqzYSH","descriptionFactory","conversion","240264YcaPne","high","showSuggestionHighlights","TrackChangesEditing","downcastDispatcher","2715Wpnilo","plugins","editor","attribute:url:media","createEmptyElement","dataDowncast","1108470lkaxxm","mediaEmbed","7DDoXnA","get","10590RHGIzL","for","data","292326PWcEmv","ELEMENT_MEDIA","locale","afterInit","15964dCTqaK","options","div","media","MediaEmbedEditing","27PmNZjN","1596iEYYyL","stop","elementToElement","has","registerElementLabel"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(153450===parseInt(n(452))/1+-parseInt(n(437))/2+parseInt(n(433))/3+parseInt(n(443))/4*(-parseInt(n(420))/5)+-parseInt(n(426))/6+parseInt(n(428))/7*(parseInt(n(449))/8)+parseInt(n(442))/9*(parseInt(n(430))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(436)](){const t=mi,e=this[t(422)];if(!e[t(421)][t(446)](t(441)))return;const n=e[t(421)][t(429)](t(418)),r=e[t(435)];n[t(448)](t(427)),n[t(450)][t(447)](t(440),(e=>zr(r,t(434),e))),e[t(451)][t(431)](t(425))[t(445)]({model:t(440),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(454)])return n[s(424)](s(439))},converterPriority:t(453)}),e[t(432)][t(419)].on(t(423),((e,n,r)=>{const s=t;r[s(438)][s(454)]&&e[s(444)]()}),{priority:t(453)})}}const Ti=_i;function _i(t,e){const n=Ai();return(_i=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=_i,r=t();for(;;)try{if(741228===parseInt(n(434))/1+-parseInt(n(429))/2*(-parseInt(n(439))/3)+parseInt(n(438))/4*(-parseInt(n(437))/5)+-parseInt(n(435))/6+parseInt(n(441))/7+-parseInt(n(436))/8+parseInt(n(431))/9*(parseInt(n(426))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[Ti(443)](){const t=Ti,e=this[t(427)];e[t(433)][t(430)](t(428))&&e[t(433)][t(444)](t(442))[t(440)](t(432))}}function Ai(){const t=["MentionEditing","10zQyCHe","has","180iOzMno","mention","plugins","1026453bEvaCm","8757822PQwwwL","11291728PfJOmx","2375245zFvoze","4YgmqEZ","391800MgRttx","enableCommand","3094329mbWAOI","TrackChangesEditing","afterInit","get","982940zbpPML","editor"];return(Ai=function(){return t})()}const ki=Ci;function Ci(t,e){const n=Ri();return(Ci=function(t,e){return n[t-=438]})(t,e)}!function(t,e){const n=Ci,r=t();for(;;)try{if(523690===parseInt(n(462))/1*(-parseInt(n(464))/2)+-parseInt(n(455))/3*(-parseInt(n(474))/4)+parseInt(n(450))/5+-parseInt(n(472))/6*(parseInt(n(441))/7)+-parseInt(n(459))/8*(parseInt(n(463))/9)+-parseInt(n(442))/10*(parseInt(n(451))/11)+parseInt(n(458))/12*(parseInt(n(453))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class Li extends t.Plugin{[ki(471)](){const t=ki,e=this[t(456)],n=e[t(449)][t(445)](t(447));e[t(449)][t(468)](t(465))&&(n[t(452)](t(473)),n[t(440)](t(457)),n[t(461)][t(476)]((e=>this[t(454)](e))))}[ki(454)](t){const e=ki,n=this[e(456)][e(467)],{data:r}=t,s={type:e(448),content:""};if(r&&e(457)==r[e(470)]){if(!r[e(443)])return{type:e(448),content:zr(n,e(444),zr(n,e(446)))+" ("+r[e(438)]+")"};if(!r[e(438)]){let o=t[e(466)];for(;o;){if(o[e(475)]&&e(439)==o[e(475)][e(470)]&&o[e(475)][e(438)])return s;o=o[e(469)]}return{type:e(448),content:zr(n,e(460),zr(n,e(446)))+" ("+r[e(443)]+")"}}}}}function Ri(){const t=["37bWiiDq","27585ctZtvz","4786esEpDa","MultiLevelList","head","locale","has","next","key","afterInit","30IpYyQy","multiLevelList","4gCyBEn","data","registerDescriptionCallback","newValue","listType","registerBlockAttribute","345758kbXkIg","110lqAwFK","oldValue","*Set format:* %0","get","ELEMENT_MULTI_LEVEL_LIST","TrackChangesEditing","format","plugins","4364130CuOLNC","280412pqsHnk","enableDefaultAttributesIntegration","104ICTNCY","handleDescriptions","2511570yRvgBo","editor","listMarkerStyle","445488BjjqVT","2264CdVZVU","*Remove format:* %0","descriptionFactory"];return(Ri=function(){return t})()}function Ni(){const t=["get","descriptionFactory","314040jeeIuN","plugins","7PBofBY","pageBreak","ELEMENT_PAGE_BREAK","19897360DimdZh","1198604KnRNpH","enableCommand","2384028NmIzfa","afterInit","registerElementLabel","5001216tNjeKr","TrackChangesEditing","2125056yVqMtC","locale","PageBreakEditing","has","editor","6141715HPrTHZ"];return(Ni=function(){return t})()}const Si=Mi;function Mi(t,e){const n=Ni();return(Mi=function(t,e){return n[t-=326]})(t,e)}!function(t,e){const n=Mi,r=t();for(;;)try{if(664276===-parseInt(n(334))/1+-parseInt(n(340))/2+-parseInt(n(326))/3+-parseInt(n(342))/4+parseInt(n(331))/5+parseInt(n(345))/6*(-parseInt(n(336))/7)+parseInt(n(339))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class vi extends t.Plugin{[Si(343)](){const t=Si,e=this[t(330)];if(!e[t(335)][t(329)](t(328)))return;e[t(335)][t(332)](t(346))[t(341)](t(337));const n=e[t(335)][t(332)](t(346)),r=e[t(327)];n[t(333)][t(344)](t(337),(e=>zr(r,t(338),e)))}}function wi(t,e){const n=Oi();return(wi=function(t,e){return n[t-=211]})(t,e)}function Oi(){const t=["TrackChangesEditing","activeMarkers","editing","end","registerElementLabel","start","insert","35VdXpVl","editor","plugins","addMarker:suggestion:insertion","get","890724KmSjRZ","afterInit","mapper","locale","data","paragraph","model","showSuggestionHighlights","createUIElement","consumable","ck-suggestion-marker-split","nodeAfter","ELEMENT_PARAGRAPH","$text","1533450nOUxqG","checkChild","downcastDispatcher","isTouching","2476621KWfCmb","1107021KoyvMs","getFirstRange","type","ck-suggestion-marker--active","markerRange","descriptionFactory","isBlock","name","writer","bindElementToMarker","markerName","format","_registerLegacyDescription","56rOSmYc","consume","enableDefaultAttributesIntegration","insertion","639837fpcEuB","span","getItemLabel","toViewPosition","has","includes","*Change to:* %0","2616198ZJCVsb","registerDescriptionCallback","enableCommand","formatBlock","isLimit","addClass","insertParagraph","commandName","options","648164SLzBmY","highest","*Insert:* %0","schema","Paragraph"];return(Oi=function(){return t})()}const Di=wi;!function(t,e){const n=wi,r=t();for(;;)try{if(888003===-parseInt(n(264))/1+-parseInt(n(228))/2+parseInt(n(219))/3+parseInt(n(245))/4*(parseInt(n(240))/5)+-parseInt(n(259))/6+-parseInt(n(263))/7+parseInt(n(277))/8*(parseInt(n(212))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oi);class Fi extends t.Plugin{[Di(246)](){const t=Di,e=this[t(241)];if(!e[t(242)][t(216)](t(232)))return;const n=e[t(248)],r=e[t(242)][t(244)](t(233));r[t(269)][t(237)](t(250),(e=>zr(n,t(257),e))),r[t(279)](t(250)),r[t(221)](t(225)),e[t(235)][t(261)].on(t(243),Bi(e),{priority:t(229)}),e[t(249)][t(261)].on(t(243),((n,r,s)=>{const o=t;s[o(227)][o(252)]&&Bi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(229)});const s=r[t(269)];s[t(220)]((r=>{const o=t;if(o(211)!==r[o(266)])return;const{start:i,end:a}=r[o(265)]();if(!i[o(262)](a)||!i[o(256)])return;const c=e[o(251)][o(231)],u=i[o(256)];return c[o(270)](u)&&!c[o(223)](u)&&c[o(260)](u,o(258))?{type:o(211),content:zr(n,o(230),s[o(214)](u,1))}:void 0})),this[t(276)]()}[Di(276)](){const t=Di,e=this[t(241)],n=e[t(248)];e[t(242)][t(244)](t(233))[t(269)][t(220)]((e=>{const r=t;if(r(222)!=e[r(266)])return;const{data:s}=e;return s&&r(250)==s[r(226)]?{type:r(275),content:zr(n,r(218),zr(n,r(257)))}:void 0}))}}function Bi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(242)][o(244)](o(233)),a=r[o(268)][o(238)],c=r[o(268)][o(236)],u=t[o(251)][o(231)];if(!a[o(262)](c)||!a[o(256)])return;const l=a[o(256)];if(u[o(270)](l)&&!u[o(223)](l)&&u[o(260)](l,o(258))){if(!s[o(254)][o(278)](r[o(268)],n[o(271)]))return;const t=s[o(272)][o(253)](o(213),{class:o(255)}),a=s[o(247)][o(215)](c);e&&i[o(234)][o(217)](r[o(274)])&&s[o(272)][o(224)](o(267),t),s[o(272)][o(239)](a,t),s[o(247)][o(273)](t,r[o(274)])}}}const Pi=xi;function xi(t,e){const n=Ui();return(xi=function(t,e){return n[t-=158]})(t,e)}function Ui(){const t=["has","removeFormat","enableDefaultAttributesIntegration","format","105553gJaOiL","type","265300cAiZME","9fgmSoy","78cdgVAq","6573576BrJIVu","RemoveFormatEditing","formatInline","locale","2324185nnmfUg","formatBlock","_registerLegacyDescription","plugins","commandName","get","descriptionFactory","241212utjGFw","TrackChangesEditing","editor","1366278wdBudH","registerDescriptionCallback","afterInit","*Remove all formatting*","121004OMMqGH"];return(Ui=function(){return t})()}!function(t,e){const n=xi,r=t();for(;;)try{if(258194===parseInt(n(169))/1+parseInt(n(183))/2+parseInt(n(158))/3+-parseInt(n(162))/4+parseInt(n(176))/5+-parseInt(n(171))/6*(parseInt(n(167))/7)+parseInt(n(172))/8*(-parseInt(n(170))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Pi(160)](){const t=Pi,e=this[t(185)];e[t(179)][t(163)](t(173))&&(e[t(179)][t(181)](t(184))[t(165)](t(164)),this[t(178)]())}[Pi(178)](){const t=Pi,e=this[t(185)];e[t(179)][t(181)](t(184))[t(182)][t(159)]((n=>{const r=t;if(r(177)!=n[r(168)]&&r(174)!=n[r(168)])return;const{data:s}=n;return s&&r(164)==s[r(180)]?{type:r(166),content:zr(e[r(175)],r(161))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=zi();return(Vi=function(t,e){return n[t-=205]})(t,e)}!function(t,e){const n=Vi,r=t();for(;;)try{if(729758===-parseInt(n(211))/1*(-parseInt(n(208))/2)+-parseInt(n(230))/3*(parseInt(n(209))/4)+-parseInt(n(222))/5*(-parseInt(n(212))/6)+parseInt(n(224))/7+parseInt(n(225))/8*(parseInt(n(231))/9)+parseInt(n(221))/10*(-parseInt(n(207))/11)+parseInt(n(217))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zi);class Hi extends t.Plugin{[Gi(223)](){const t=Gi,e=this[t(220)];if(!e[t(218)][t(233)](t(216)))return;const n=e[t(218)][t(227)](t(219));n[t(229)](t(215)),n[t(229)](t(214));const r=e[t(218)][t(227)](t(216));r[t(229)](t(213)),r[t(229)](t(205)),r[t(229)](t(226)),r[t(229)](t(228)),r[t(229)](t(232)),r[t(229)](t(206)),r[t(229)](t(210))}}function zi(){const t=["plugins","TrackChangesEditing","editor","12242290MgcwiR","195tGoQWK","afterInit","6153196eLXnnZ","488ZsTewr","discardSuggestion","get","acceptAllSuggestions","enableCommand","154611rJoWYk","121617lqQBeI","discardAllSuggestions","has","acceptSuggestion","acceptSelectedSuggestions","11bFQYiR","76456DQdtsj","92SqpFYS","discardSelectedSuggestions","6HORYiP","77394iqNFdX","trackChanges","goToNextRestrictedEditingException","goToPreviousRestrictedEditingException","RestrictedEditingModeEditing","8443056XEyPBf"];return(zi=function(){return t})()}function Wi(t,e){const n=Ki();return(Wi=function(t,e){return n[t-=281]})(t,e)}const qi=Wi;function Ki(){const t=["insert","get","20IqKVbN","test","9XmAiSY","getItems","markerName","downcastDispatcher","createUIElement","softBreak","ck-suggestion-marker--active","element","612780QkvSDE","createPositionBefore","editing","60142dBidnV","150556xJdLuz","shiftEnter","options","editor","addMarker:suggestion","descriptionFactory","showSuggestionHighlights","addMarker:suggestion:insertion","activeMarkers","includes","requires","addMarker:suggestion:deletion","writer","91hiCzbm","merge","ck-suggestion-marker-","18682796YLHyij","mapper","3757383mRaHFB","data","locale","high","198040TYnJaY","TrackChangesEditing","ELEMENT_LINE_BREAK","toViewPosition","registerElementLabel","span","init","1841810zIYTdN","consumable","plugins","markerRange","enableCommand","name","bindElementToMarker","addClass","1CRFUNB","model","deletion","split"];return(Ki=function(){return t})()}!function(t,e){const n=Wi,r=t();for(;;)try{if(223445===-parseInt(n(293))/1*(parseInt(n(312))/2)+-parseInt(n(301))/3*(parseInt(n(313))/4)+-parseInt(n(299))/5*(parseInt(n(309))/6)+-parseInt(n(326))/7*(parseInt(n(335))/8)+-parseInt(n(331))/9+-parseInt(n(285))/10+parseInt(n(329))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Xi extends t.Plugin{static get[qi(323)](){return[Ys.ShiftEnter]}[qi(284)](){const t=qi,e=this[t(316)],n=e[t(287)][t(298)](t(336));n[t(289)](t(314)),e[t(311)][t(304)].on(t(320),Qi(e),{priority:t(334)}),e[t(311)][t(304)].on(t(324),Qi(e),{priority:t(334)}),e[t(332)][t(304)].on(t(317),((n,r,s)=>{const o=t;s[o(315)][o(319)]&&Qi(e,{showActiveMarker:!1})(n,r,s)})),n[t(318)][t(282)](t(306),(n=>zr(e[t(333)],t(337),n)))}}function Qi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Wi,i=t[o(287)][o(298)](o(336));if(!s[o(286)][o(300)](r[o(288)],n[o(290)]))return;const a=t[o(294)];for(const t of r[o(288)][o(302)]()){if(!t.is(o(308),o(306)))continue;const n=o(295)==r[o(303)][o(296)](":")[1]?o(327):o(296),c=s[o(325)][o(305)](o(283),{class:o(328)+n}),u=s[o(330)][o(281)](a[o(310)](t));e&&i[o(321)][o(322)](r[o(303)])&&s[o(325)][o(292)](o(307),c),s[o(325)][o(297)](u,c),s[o(330)][o(291)](c,r[o(303)])}}}const Yi=Ji;function Ji(t,e){const n=Zi();return(Ji=function(t,e){return n[t-=335]})(t,e)}function Zi(){const t=["type","editor","from","has","plugins","91608DLYImn","change","formatBlock","FORMAT_RESTRICTED_DISABLED","commands","format","formatInline","4401YkQhOn","get","6EjGeyL","markInlineFormat","descriptionFactory","forceValue","selection","8146665trWJdL","document","460382XotAsQ","TrackChangesEditing","5388586hFCpoB","FORMAT_RESTRICTED_ENABLED","model","23752CsPyQW","enableCommand","getRanges","1294452cxMfSl","locale","afterInit","commandName","isCollapsed","StandardEditingModeEditing","value","commandParams","restrictedEditingException","2099229XuXEYj","2KKFfga","registerDescriptionCallback","1720kBOgQY"];return(Zi=function(){return t})()}!function(t,e){const n=Ji,r=t();for(;;)try{if(963212===-parseInt(n(376))/1*(-parseInt(n(358))/2)+-parseInt(n(375))/3+parseInt(n(366))/4+parseInt(n(356))/5+-parseInt(n(351))/6*(parseInt(n(360))/7)+parseInt(n(363))/8*(parseInt(n(349))/9)+parseInt(n(336))/10*(-parseInt(n(342))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class $i extends t.Plugin{[Yi(368)](){const t=Yi,e=this[t(338)],n=e[t(362)],r=e[t(367)];if(!e[t(341)][t(340)](t(371)))return;const s=e[t(341)][t(350)](t(359)),o=t(374),i=e[t(346)][t(350)](o);s[t(364)](o,((e,r={})=>{const a=t,c=n[a(357)][a(355)];if(c[a(370)])return void e(r);const u=void 0!==r[a(354)]?r[a(354)]:!i[a(372)];n[a(343)]((()=>{const t=a,e=Array[t(339)](c[t(365)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(352)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(353)][t(335)]((e=>{const n=t;if(n(344)!=e[n(337)]&&n(348)!=e[n(337)])return;const{data:s}=e;return s&&s[n(369)]==o?s[n(373)][0][n(354)]?{type:n(347),content:zr(r,n(361))}:{type:n(347),content:zr(r,n(345))}:void 0}))}}function ta(){const t=["formatInline","registerBlockAttribute","toLowerCase","getGhsAttributeNameForElement","868770TvthUp","normalizeConfig","block","DataSchema","config","editor","element","commandParams","add","TrackChangesEditing","Style","registerDescriptionCallback","619336ONUjQv","27gUhBLf","forceValue","6820305ZXjkxt","FORMAT_STYLE","type","4866631vThGZM","registerInlineAttribute","descriptionFactory","format","_registerLegacyDescription","GeneralHtmlSupport","plugins","definitions","formatBlock","registerAttributeLabel","3365782mdGDzz","1552157WghFwd","locale","commandName","*Set format:* %0","has","ghsAttributes","enableDefaultAttributesIntegration","afterInit","*Remove format:* %0","get","26196520WrWHQi","StyleUtils","style","inline","styleName"];return(ta=function(){return t})()}function ea(t,e){const n=ta();return(ea=function(t,e){return n[t-=186]})(t,e)}const na=ea;!function(t,e){const n=ea,r=t();for(;;)try{if(850100===-parseInt(n(226))/1+-parseInt(n(225))/2+parseInt(n(210))/3*(-parseInt(n(209))/4)+parseInt(n(212))/5+parseInt(n(197))/6+parseInt(n(215))/7+parseInt(n(188))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ta);class ra extends t.Plugin{[na(233)](){const t=na,e=this[t(202)];if(!e[t(221)][t(230)](t(207))||!e[t(221)][t(230)](t(200)))return;const n=e[t(221)][t(187)](t(206)),r=e[t(227)],s=e[t(201)][t(187)](t(190))||{},o=e[t(221)][t(187)](t(220)),i=e[t(221)][t(187)](t(189))[t(198)](e[t(221)][t(187)](t(200)),s[t(222)]);n[t(232)](t(190));const a=new Set;for(const e of i[t(199)]){const n=o[t(196)](e[t(203)]);a[t(205)](n)}const c=new Set;for(const e of i[t(191)]){const n=o[t(196)](e[t(203)]);c[t(205)](n);for(const n of e[t(231)])c[t(205)](n)}for(const e of a)n[t(194)](e),n[t(217)][t(224)](e,zr(r,t(213)));for(const e of c)n[t(216)](e),n[t(217)][t(224)](e,zr(r,t(213)));this[t(219)]()}[na(219)](){const t=na,e=this[t(202)],n=e[t(227)];e[t(221)][t(187)](t(206))[t(217)][t(208)]((e=>{const r=t;if(r(223)!=e[r(214)]&&r(193)!=e[r(214)])return;const{data:s}=e;return s&&r(190)===s[r(228)]?s[r(204)][0][r(211)]?{type:r(218),content:zr(n,r(229),s[r(204)][0][r(192)][r(195)]())}:{type:r(218),content:zr(n,r(186),s[r(204)][0][r(192)][r(195)]())}:void 0}))}}const sa=ia;function oa(){const t=["startsWith","6VzQqTS","afterInit","subType","item","getColumnIndexes","createPositionAt","map","downcastDispatcher","markMultiRangeInsertion","selection","getChangedMarkers","tableColumn","change","createRangeIn","getContainedElement","data","786VxkLth","minColumn","tableRow","tablePaste","has","36IHaNuF","mapper","insertTable","6273550cEMiYP","nodeBefore","max","ELEMENT_TABLE_COLUMN","execute","cell","MAX_SAFE_INTEGER","model","options","_acceptFormatSuggestionCallbackFactory","hasAttribute","rowspan","addRange","writer","batch","editor","minRow","insertTableColumnLeft","getRowIndexes","2753385SoKRUt","end","getChildren","root","registerPostFixer","ELEMENT_TABLE_COLUMN_WITH_TEXT","join","_splitMarkerName","getSuggestion","_suggestionFactory","isArray","accept","left","getAttribute","registerElementLabel","TableUtils","isIntersectingWithRange","push","_tableSuggestions","name","change:data","removeTableColumn","colspan","oldRange","some","document","rootName","discard","*Insert:* %0","3945370JzEUuV","insertTableRowAbove","registerDescriptionCallback","above","_getSuggestionCoords","$textProxy","insertTableRowBelow","_setupColumnsRowsFixing","selectTableRow","refresh","suggestion","differ","descriptionFactory","maxRow","$graveyard","filter","getItems","ELEMENT_TABLE_ROW_WITH_TEXT","get","createRangeOn","start","registerCustomCallback","forceValue","getRanges","setSelection","substr","insertTableColumnRight","min","highest","tableCell","TableEditing","TrackChangesEditing","isInContent","commands","toViewElement","element","getCellLocation","findAncestor","last","order","enqueueChange","add","length","getSelectionAffectedTableCells","enableCommand","createTableWalker","addMarker:suggestion","MIN_SAFE_INTEGER","first","_tablePostFixingSubtypes","fromRange","span","*Remove:* %0","isEqual","includes","toLowerCase","getFirstRange","ELEMENT_TABLE_ROW","every","8790824hxTuTD","type","addClass","nodeAfter","detach","low","removeTableRow","getChanges","showSuggestionHighlights","isTouching","ELEMENT_TABLE_WITH_TEXT","maxColumn","removeClass","table","markMultiRangeDeletion","values","insert","plugins","1766644xtLJYH","classes","insertion","locale","from","deletion","3334lqiqPy","4414432XtluZS","_getCoordsForCells","selectTableColumn","position","ELEMENT_TABLE"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=251]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(656730===parseInt(n(306))/1*(-parseInt(n(283))/2)+parseInt(n(333))/3+-parseInt(n(277))/4+-parseInt(n(362))/5*(-parseInt(n(290))/6)+-parseInt(n(259))/7+-parseInt(n(284))/8+-parseInt(n(311))/9*(-parseInt(n(314))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(411)]=[e(308),e(301)],this[e(351)]=new Set}[sa(291)](){const t=sa,e=this[t(329)],n=e[t(321)][t(358)][t(299)];if(!e[t(276)][t(310)](t(392)))return;const r=e[t(280)],s=e[t(276)][t(380)](t(393)),o=e[t(276)][t(380)](t(348));s[t(374)][t(347)](t(272),(e=>zr(r,t(288),e))),this[t(369)](),s[t(406)](t(313)),s[t(406)](t(370)),s[t(406)](t(286));for(const r of[t(363),t(368)]){const i=e[t(395)][t(380)](r);s[t(406)](r,(r=>{const a=t;e[a(321)][a(302)]((t=>{const e=a;r();const c=e(365)===i[e(401)],u=o[e(405)](n),l=o[e(332)](u),f=c?l[e(410)]-1:l[e(400)]+1,h=u[0][e(399)](e(272)),g=o[e(407)](h,{startRow:f,endRow:f}),d=Array[e(281)](g)[e(296)]((n=>t[e(381)](n[e(319)])));s[e(298)](d,e(308))}))}))}for(const r of[t(331),t(388)]){const i=e[t(395)][t(380)](r);s[t(406)](r,(r=>{const a=t;e[a(321)][a(302)]((t=>{const e=a;r();const c=e(345)===i[e(401)],u=o[e(405)](n),l=o[e(294)](u),f=c?l[e(410)]-1:l[e(400)]+1,h=u[0][e(399)](e(272)),g=o[e(407)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(281)](g)[e(296)]((n=>t[e(381)](n[e(319)])));s[e(298)](d,e(301))}))}))}for(const r of[t(265),t(354)]){const i=r[t(387)](11),a=i[t(255)](),c=a[t(387)](0,3)+t(251),u=t(272)+i,l=t(389)+i,f=t(316)+i;s[t(406)](r,(()=>{const i=t;e[i(321)][i(302)]((t=>{const e=i,h=o[e(405)](n),g=h[0][e(399)](e(272));let d;if(e(265)==r){const t=o[e(332)](h);d={startRow:t[e(410)],endRow:t[e(400)],includeAllSlots:!0}}else{const t=o[e(294)](h);d={startColumn:t[e(410)],endColumn:t[e(400)],includeAllSlots:!0}}const p=o[e(407)](g,d),m=Array[e(281)](p)[e(296)]((({cell:t})=>t)),I=ca(m[e(377)]((t=>t[e(324)](c)))),E=ca(m[e(377)]((t=>!t[e(324)](c))))[e(296)]((n=>t[e(381)](n))),b=s[e(273)](E,u);if(b&&(e(308)==b[e(292)]||e(301)==b[e(292)])){const n=this[e(366)](b);for(const r of I){const s=t[e(381)](r),i=o[e(398)](r),u=r[e(346)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(326)](s)}}}))}))}function c(r){const s=t,o=Array[s(281)](n[s(385)]())[s(296)]((t=>i.LiveRange[s(412)](t)));e[s(321)][s(302)]((t=>{const n=s,i=t[n(328)];r=r[n(377)]((t=>n(376)!=t[n(336)][n(359)])),t[n(386)](r),e[n(395)][n(380)](n(265))[n(371)](),e[n(318)](n(265),{forceDefaultExecution:!0}),e[n(321)][n(402)]((()=>{const t=n;e[t(321)][t(402)](i,(e=>{const n=t,r=o[n(377)]((t=>n(376)!=t[n(336)][n(359)]));r[n(404)]>0&&e[n(386)](r);for(const t of o)t[n(263)]()}))}))}))}function u(r){const s=t;e[s(321)][s(302)]((t=>{const o=s,a=Array[o(281)](n[o(385)]())[o(296)]((t=>i.LiveRange[o(412)](t))),c=[];for(const t of r)for(const e of t[o(378)]({shallow:!0}))c[o(350)](e);for(const n of c)o(376)!=n[o(336)][o(359)]&&(t[o(386)](t[o(295)](n,0)),e[o(395)][o(380)](o(354))[o(371)](),e[o(318)](o(354),{forceDefaultExecution:!0}));const u=a[o(377)]((t=>o(376)!=t[o(336)][o(359)]));u[o(404)]>0&&t[o(386)](u);for(const t of a)t[o(263)]()}))}function l(e,n){const r=t;return n[r(258)]((t=>e[r(357)]((e=>e[r(334)][r(253)](t[r(382)])||t[r(334)][r(253)](e[r(382)])))))}function f(e,n){const r=t;return e[r(357)]((t=>n[r(357)]((e=>t[r(334)][r(268)](e[r(382)])))))}e[t(305)][t(297)].on(t(408),((e,n,r)=>{const s=t;if(!r[s(322)][s(267)])return;const o=n[s(293)];if(!o)return;const i=r[s(312)][s(396)](o);function c(t){return Array[s(343)](t)?t:[t]}i&&s(391)===o[s(352)]&&(0,a.setHighlightHandling)(i,r[s(327)],((t,e,n)=>n[s(261)](c(e[s(278)]),t)),((t,e,n)=>n[s(271)](c(e[s(278)]),t)))}),{priority:t(390)}),s[t(374)][t(364)]((e=>{const n=t;if(n(279)!=e[n(260)]&&n(282)!=e[n(260)])return;const s=e[n(304)]();if(null!=s&&s.is(n(397),n(272))){if(n(279)==e[n(260)]){const t=e[n(378)]()[n(377)]((t=>t.is(n(367))))[n(296)]((t=>t[n(305)]));if(t[n(404)])return{type:n(279),content:zr(r,n(361),zr(r,n(269),'"'+t[n(339)](" ")+'"'))}}if(n(282)==e[n(260)]){const t=e[n(378)]()[n(377)]((t=>t.is(n(367))))[n(296)]((t=>t[n(305)]));if(t[n(404)])return{type:n(282),content:zr(r,n(252),zr(r,n(269),'"'+t[n(339)](" ")+'"'))}}}})),s[t(374)][t(364)]((e=>{const n=t;if(n(308)==e[n(292)]){const t=e[n(378)]()[n(377)]((t=>t.is(n(367))))[n(296)]((t=>t[n(305)])),s=this[n(366)](e),o=s[n(375)]-s[n(330)]+1;if(n(279)==e[n(260)])return t[n(404)]?{type:n(279),content:zr(r,n(361),zr(r,n(379),[o,'"'+t[n(339)](" ")+'"']))}:{type:n(279),content:zr(r,n(361),zr(r,n(257),o))};if(n(282)==e[n(260)])return t[n(404)]?{type:n(282),content:zr(r,n(252),zr(r,n(379),[o,'"'+t[n(339)](" ")+'"']))}:{type:n(282),content:zr(r,n(252),zr(r,n(257),o))}}if(n(301)==e[n(292)]){const t=e[n(378)]()[n(377)]((t=>t.is(n(367))))[n(296)]((t=>t[n(305)])),s=this[n(366)](e),o=s[n(270)]-s[n(307)]+1;if(n(279)==e[n(260)])return t[n(404)]?{type:n(279),content:zr(r,n(361),zr(r,n(338),[o,'"'+t[n(339)](" ")+'"']))}:{type:n(279),content:zr(r,n(361),zr(r,n(317),o))};if(n(282)==e[n(260)])return t[n(404)]?{type:n(282),content:zr(r,n(252),zr(r,n(338),[o,'"'+t[n(339)](" ")+'"']))}:{type:n(282),content:zr(r,n(252),zr(r,n(317),o))}}})),s[t(342)][t(383)](t(279),t(308),t(360),c),s[t(342)][t(383)](t(282),t(308),t(344),c),s[t(342)][t(383)](t(279),t(301),t(360),u),s[t(342)][t(383)](t(282),t(301),t(344),u),s[t(342)][t(383)](t(279),t(301),t(339),l),s[t(342)][t(383)](t(282),t(301),t(339),l),s[t(342)][t(383)](t(279),t(308),t(339),f),s[t(342)][t(383)](t(282),t(308),t(339),f)}[sa(323)](){const t=sa,e=this[t(329)],n=e[t(321)][t(358)][t(299)];return(r,s)=>{const o=t;e[o(321)][o(302)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(334)][a(315)];u&&u[0]&&!1===u[0][a(384)]&&(l=r[0][a(382)][a(262)]);const f=t[a(303)](l);if(a(376)==f[a(336)][a(359)])return;const h=Array[a(281)](n[a(385)]())[a(296)]((t=>i.LiveRange[a(412)](t)));t[a(386)](f),e[a(395)][a(380)](c)[a(371)](),u[a(350)]({forceDefaultExecution:!0}),e[a(318)](c,...u);const g=h[a(377)]((t=>a(376)!=t[a(336)][a(359)]));g[a(404)]>0&&t[a(386)](g);for(const t of h)t[a(263)]()}))}}[sa(285)](t){const e=sa,n=this[e(329)][e(276)][e(380)](e(348));let r=Number[e(320)],s=Number[e(409)],o=Number[e(320)],i=Number[e(409)];for(const a of t){if(e(376)==a[e(336)][e(359)])continue;const{row:t,column:c}=n[e(398)](a),u=a[e(324)](e(325))?a[e(346)](e(325))-1:0,l=a[e(324)](e(355))?a[e(346)](e(355))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(369)](){const t=sa,e=this[t(329)],n=e[t(276)][t(380)](t(393)),r=e[t(276)][t(380)](t(348));e[t(321)][t(358)].on(t(353),(()=>{const r=t,s=Array[r(281)](e[r(321)][r(358)][r(373)][r(300)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(340)](t);if(r(372)!=s)continue;if(null!=e[r(356)])continue;const a=n[r(341)](o);this[r(411)][r(254)](i)&&this[r(351)][r(403)](a)}}),{priority:t(264)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(381)](e),a=e[s(399)](s(272)),c=r[s(398)](e);for(const t of this[s(351)]){const n=t[s(292)],r=n[s(289)](s(309)),u=n[s(387)](r?10:5),l=u[s(255)](),f=l[s(387)](0,3)+s(251),h=s(389)+u,g=s(316)+u;if(!t[s(394)])continue;if(a!=t[s(256)]()[s(382)][s(399)](s(272)))continue;if(t[s(349)](i))continue;const d=e[s(324)](f)?e[s(346)](f)-1:0,p=this[s(366)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(326)](i),o=!0)}return o};e[t(321)][t(358)][t(337)]((n=>{const r=t;let o=!1;for(const t of e[r(321)][r(358)][r(373)][r(266)]())if(r(275)==t[r(260)])if(r(308)==t[r(352)])for(const e of t[r(287)][r(262)][r(335)]())o=o||s(e,n);else r(391)==t[r(352)]&&(o=o||s(t[r(287)][r(262)],n));return o}))}[sa(366)](t){const e=sa;return this[e(285)](t[e(385)]()[e(296)]((t=>t[e(382)][e(262)])))}}function ca(t){const e=sa;return Array[e(281)](new Set(t)[e(274)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=360]})(t,e)}function fa(){const t=["_suggestionFactory","*Split cell:* vertically","model","locale","fromRange","markMultiRangeBlockFormat","TableEditing","direction","8936NUlKCI","splitTableCellVertically","map","author","type","getSelectionAffectedTableCells","push","mergeTableCellDown","_areSelectedCellsMergable","change","getCellLocation","$graveyard","*Split cell:* horizontally","return","createTableWalker","getSuggestions","mergeTableCellUp","execute","setSelection","getAncestors","105385fcpWMJ","_tablePostFixingSubtypes","2ICHJpF","value","root","createRangeOn","3303WjGPPf","formatBlock","mergeTableCellLeft","containsRange","horizontally","deletion","selection","1043877dawVIm","10897580GZGxhq","editor","get","add","element","commandName","markBlockFormat","isEnabled","_isForcedDefaultExecutionBlock","mergeTableCellRight","isInContent","trackChanges","has","subType","2805204CsTIQq","cell","TrackChangesEditing","detach","filter","from","mergeTableCells","forceDefaultExecution","format","TableUtils","*Merge cells*","table","tableCell","size","insertion","registerCustomCallback","49088ONALcz","low","refresh","accept","enableCommand","registerDescriptionCallback","plugins","_areMergableCells","stop","splitTableCellHorizontally","find","formatInline","5076QrvLTH","set:isEnabled","descriptionFactory","length","getRanges","1970FHSdoO","afterInit","findAncestor","getFirstPosition","document","commands","rootName","_acceptFormatSuggestionCallbackFactory","highest","requires"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(300169===-parseInt(n(430))/1+parseInt(n(388))/2*(-parseInt(n(399))/3)+-parseInt(n(442))/4*(-parseInt(n(447))/5)+-parseInt(n(414))/6+-parseInt(n(386))/7+parseInt(n(366))/8*(-parseInt(n(392))/9)+parseInt(n(400))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(456)](){return[aa]}[ua(448)](){const t=ua,e=this[t(401)],n=e[t(360)][t(451)][t(398)],r=e[t(361)];if(!e[t(436)][t(412)](t(364)))return;const s=e[t(436)][t(402)](t(416)),o=e[t(436)][t(402)](t(423)),a=e[t(436)][t(402)](aa);a[t(387)][t(372)](t(420)),s[t(434)](t(420),(()=>{const n=t,r=o[n(371)](e[n(360)][n(451)][n(398)]);e[n(360)][n(375)]((()=>{const t=n;s[t(363)](r,{commandName:t(420),commandParams:[]},[],t(420))}))})),e[t(452)][t(402)](t(420)).on(t(383),((n,r)=>{const o=t;e[o(452)][o(402)](o(411))[o(389)]&&(r[o(445)]>0&&r[r[o(445)]-1]&&r[r[o(445)]-1][o(421)]||s[o(408)]||this[o(374)]()||n[o(438)]())}),{priority:t(455)});for(const n of[t(382),t(409),t(373),t(394)]){const r=e[t(452)][t(402)](n);s[t(434)](n,(()=>{const n=t,o=e[n(360)][n(451)][n(398)][n(450)]()[n(385)]()[n(440)]((t=>t.is(n(404),n(426)))),i=r[n(389)];e[n(360)][n(375)]((()=>{const t=n;s[t(363)]([o,i],{commandName:t(420),commandParams:[]},[],t(420))}))}))}for(const n of[t(367),t(439)]){const r=e[t(452)][t(402)](n);s[t(434)](n,(()=>{const i=t,a=o[i(371)](e[i(360)][i(451)][i(398)])[0],c=a[i(449)](i(425)),{column:u,row:l}=o[i(376)](a);let f=[];if(i(396)==r[i(365)]){const t=o[i(380)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(419)](t)[i(368)]((t=>t[i(415)]))}else{const t=o[i(380)](c,{column:u,includeAllSlots:!0});f=Array[i(419)](t)[i(368)]((t=>t[i(415)]))}e[i(360)][i(375)]((t=>{const e=i;s[e(406)](t[e(391)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(444)][t(435)]((e=>{const n=t;if(n(393)!=e[n(370)]&&n(441)!=e[n(370)])return;const{data:s}=e;return s&&n(420)==s[n(405)]?{type:n(422),content:zr(r,n(424))}:void 0})),s[t(444)][t(435)]((e=>{const n=t;if(n(393)!=e[n(370)]&&n(441)!=e[n(370)])return;const{data:s}=e;return s?n(367)==s[n(405)]?{type:n(422),content:zr(r,n(458))}:n(439)==s[n(405)]?{type:n(422),content:zr(r,n(378))}:void 0:void 0}));const c=a[t(454)]();for(const e of[t(382),t(409),t(373),t(394)])s[t(457)][t(429)](t(393),e,t(433),c);for(const e of[t(367),t(439)])s[t(457)][t(429)](t(393),e,t(433),c);s[t(457)][t(429)](t(393),t(420),t(433),(r=>{const s=t;e[s(360)][s(375)]((t=>{const o=s,a=Array[o(419)](n[o(446)]())[o(368)]((t=>i.LiveRange[o(362)](t)));t[o(384)](r),e[o(452)][o(402)](o(420))[o(432)](),e[o(383)](o(420),{forceDefaultExecution:!0});const c=a[o(418)]((t=>o(377)!=t[o(390)][o(453)]));c[o(445)]>0&&t[o(384)](c);for(const t of a)t[o(417)]()}))}));for(const n of[t(382),t(373),t(394),t(409)]){const r=e[t(452)][t(402)](n);r.on(t(443),((n,s,o)=>{const i=t;if(o){const t=e[i(360)][i(451)][i(398)][i(450)]()[i(385)]()[i(440)]((t=>t.is(i(404),i(426))));this[i(437)](r[i(389)],t)||(n[i(379)]=!1,n[i(438)]())}}),{priority:t(431)})}}[ua(374)](){const t=ua,e=this[t(401)][t(452)][t(402)](t(420)),n=this[t(401)][t(436)][t(402)](t(423));if(!e[t(407)])return!1;const r=n[t(371)](this[t(401)][t(360)][t(451)][t(398)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(437)](e,n))return!1;return!0}[ua(437)](t,e){const n=ua,r=this[n(401)][n(436)][n(402)](n(416)),s=this[n(401)][n(360)][n(391)](t),o=this[n(401)][n(360)][n(391)](e),i=new Set,a=new Set;for(const t of r[n(381)]())if((n(428)==t[n(370)]||n(397)==t[n(370)]||n(420)==t[n(413)])&&t[n(410)])for(const e of t[n(446)]())e[n(395)](s,!0)&&i[n(403)](t[n(370)]+":"+t[n(369)].id),e[n(395)](o,!0)&&a[n(403)](t[n(370)]+":"+t[n(369)].id);if(i[n(427)]!=a[n(427)])return!1;for(const t of i)if(!a[n(412)](t))return!1;return!0}}const ga=pa;function da(){const t=["addClass","186wryWbP","commandName","editor","removeAttribute","FORMAT_REGULAR_ROW","consumable","TableUtils","get","setTableColumnHeader","enableDefaultAttributesIntegration","getCellLocation","toViewElement","removeMarker:suggestion","addMarker:suggestion","includes","forceValue","headingColumns","writer","type","setAttribute","60OCBfys","registerCustomCallback","headingRows","format","967887ebXmoY","7732104YAkRqN","item","_acceptFormatSuggestionCallbackFactory","bindElementToMarker","FORMAT_HEADER_COLUMN","start","data","nodeBefore","_suggestionFactory","markerNameToElements","cell","*Format:* %0","name","accept","52BHjJxh","FORMAT_HEADER_ROW","getSuggestion","FORMAT_REGULAR_COLUMN","activeMarkers","descriptionFactory","formatBlock","data-suggestion","parent","consume","ck-suggestion-marker-","nodeAfter","plugins","setTableRowHeader","6252HqcmXa","downcastDispatcher","end","_handleLegacySuggestions","locale","TrackChangesEditing","TableEditing","stop","unbindElementFromMarkerName","editing","showSuggestionHighlights","markerRange","ck-suggestion-marker--active","afterInit","mapper","177435WKmdcQ","markerName","highest","_splitMarkerName","removeClass","7AnnwtJ","_registerLegacyDescription","requires","1089759LXixvw","registerBlockAttribute","registerAttributeLabel","registerDescriptionCallback","25182NOxXpd","options","3217284AljEFe","has","63701difRqa","commandParams","createTableWalker"];return(da=function(){return t})()}function pa(t,e){const n=da();return(pa=function(t,e){return n[t-=263]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(562433===-parseInt(n(346))/1+-parseInt(n(309))/2*(-parseInt(n(350))/3)+-parseInt(n(264))/4+-parseInt(n(338))/5*(parseInt(n(270))/6)+parseInt(n(343))/7*(parseInt(n(295))/8)+parseInt(n(294))/9*(-parseInt(n(290))/10)+parseInt(n(266))/11*(parseInt(n(323))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);class ma extends t.Plugin{static get[ga(345)](){return[aa]}[ga(336)](){const t=ga,e=this[t(272)];if(!e[t(321)][t(265)](t(329)))return;const n=e[t(327)],r=e[t(321)][t(277)](t(328));r[t(279)](t(322)),r[t(279)](t(278)),r[t(347)](t(292)),r[t(347)](t(286)),r[t(314)][t(348)](t(292),zr(n,t(310))),r[t(314)][t(348)](t(286),zr(n,t(299))),this[t(326)]()}[ga(326)](){const t=ga,e=this[t(272)][t(321)][t(277)](t(328)),n=this[t(272)][t(321)][t(277)](t(276)),r=this[t(272)][t(321)][t(277)](aa)[t(297)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=pa,{type:c,id:u}=e[a(341)](o[a(339)]),l=e[a(311)](u),f=l[a(301)];if(a(315)!=l[a(288)]||!f||a(278)!=f[a(271)])return;if(o[a(296)])return void s[a(330)]();if(!i[a(275)][a(318)](o[a(334)],s[a(307)]))return;const h=o[a(334)][a(300)][a(320)],g=o[a(334)][a(325)][a(302)],d=h[a(317)][a(317)],{column:p}=n[a(280)](h),{column:m}=n[a(280)](g);for(let s=p;s<=m;s++){const l=n[a(268)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(305)],l=i[a(337)][a(281)](s);i[a(287)][a(269)](a(319)+c,l),r&&i[a(287)][a(289)](a(316),u,l),i[a(337)][a(298)](l,o[a(339)]),t&&(e[a(313)][a(284)](o[a(339)])?i[a(287)][a(269)](a(335),l):i[a(287)][a(342)](a(335),l))}}}}e[t(303)][t(291)](t(315),t(322),t(308),r),e[t(303)][t(291)](t(315),t(278),t(308),r),this[t(272)][t(332)][t(324)].on(t(283),s(),{priority:t(340)}),this[t(272)][t(301)][t(324)].on(t(283),((e,n,r)=>{const o=t;r[o(263)][o(333)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(340)}),this[t(272)][t(332)][t(324)].on(t(282),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(341)](r[o(339)]),c=e[o(311)](a),u=c[o(301)];if(o(315)!=c[o(288)]||!u||o(278)!=u[o(271)])return;const l=s[o(337)][o(304)](r[o(339)]);if(l)for(const t of l)s[o(287)][o(342)](o(319)+i,t),s[o(287)][o(342)](o(335),t),s[o(287)][o(273)](o(316),t),s[o(337)][o(331)](t,r[o(339)])}),{priority:t(340)}),this[t(344)]()}[ga(344)](){const t=ga,e=this[t(272)],n=e[t(327)];function r(e){const r=t;return{type:r(293),content:zr(n,r(306),e)}}e[t(321)][t(277)](t(328))[t(314)][t(349)]((e=>{const s=t;if(s(315)!=e[s(288)])return;const{data:o}=e;if(o){if(s(322)==o[s(271)]){const t=o[s(267)][0][s(285)];return r(zr(n,s(t?310:274)))}if(s(278)==o[s(271)]){const t=o[s(267)][0][s(285)];return r(zr(n,s(t?299:312)))}}}))}}const Ia=ba;function Ea(){const t=["suggestionUnloaded","getColumnIndexes","add","_replaceTableSlotCell","filter","discard","markMultiRangeDeletion","position","editingDowncast","rootName","return","$graveyard","afterInit","insert","clipboardOutput","value","getRanges","removeMarker","tableCellBorderWidth","set","createElement","createRange","tableCellSuggestion","batch","3002010iiFJkN","getRows","TableUtils","join","conversion","nextSibling","has","insertionRanges","_isForcedDefaultExecutionBlock","suggestion-td","endColumn","updateMarker","markers","get","ck-suggestion-marker--active","779072iEPaOV","tablePasteRow","2502521UuldxZ","activeMarkers","ck-suggestion-marker","tableCellHorizontalAlignment","removeMarkers","redo","move","paragraph","formatBlock","getChild","isInContent","tablePasteChainId","Users","markerToHighlight","content","call","rowInsertionRanges","getChildren","last","markerName","tableCellPadding","fromEntries","ck-suggestion-marker-insertion","column","registerDescriptionCallback","setAttribute","view","markMultiRangeInsertion","first","listenTo","nodeAfter","_getCoordsForCells","author","_suggestionFactory","entries","removeColumns","isEmpty","documentSelection","oldRange","getTableIfOnlyTableInContent","register","rows","previousSibling","root","newRange","fromRange","fill","262818SMMuGM","TableClipboard","columnInsertionIndexes","keys","getAttributes","remove","getContainedElement","length","editing","tableCellBackgroundColor","previous","requires","differ","getSuggestionCallback","createRangeOn","hasSuggestion","getSuggestion","tableCellBorderColor","deletionRanges","markMultiRangeBlockFormat","detach","getShiftedBy","createRangeIn","tablePaste","table","getChanges","map","descriptionFactory","some","5BvmfxN","unwrap","next","getItems","insertColumns","markerAttributes","high","element","insertion","locale","push","find","getAllAdjacentSuggestions","end","915476RukcQA","trackChanges","accept","stop","insertContent","createTableWalker","getChangedMarkers","elementToElement","commands","containsRange","createPositionBefore","from","TrackChangesEditing","setAttributes","schema","attributes","endRow","columns","dataDowncast","low","getMarkers","removeRows","suggestion","1485642PmpsUA","findAncestor","type","showSuggestionHighlights","registerPostFixer","registerCustomCallback","_splitMarkerName","options","includes","forceDefaultExecution","getSelectionAffectedTableCells","cell","getRowIndexes","rowInsertionIndexes","forEach","getColumns","isEqual","reduce","plugins","*Replace table cells*","cells","getSuggestions","for","startsWith","tablePasteColumn","document","editor","deletion","row","suggestionLoaded","_createdBatches","change","tableCellVerticalAlignment","subType","tablePasteCell","suggestion:formatBlock:tablePasteCell","getRange","insertRows","model","_tablePostFixingSubtypes","tableCell","name","82534JXmJWQ","start","wrap","tableCellBorderStyle","selection","every","columnInsertionRanges"];return(Ea=function(){return t})()}function ba(t,e){const n=Ea();return(ba=function(t,e){return n[t-=219]})(t,e)}!function(t,e){const n=ba,r=t();for(;;)try{if(272558===-parseInt(n(379))/1+parseInt(n(284))/2+-parseInt(n(242))/3+-parseInt(n(219))/4*(-parseInt(n(408))/5)+parseInt(n(315))/6+parseInt(n(332))/7+-parseInt(n(330))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const Ta=[Ia(309),Ia(396),Ia(287),Ia(335),Ia(274),Ia(388),Ia(352)],_a=Object[Ia(353)](Ta[Ia(405)]((t=>[t,null])));class ya extends t.Plugin{static get[Ia(390)](){return[aa]}[Ia(303)](){const t=Ia,n=this[t(268)];if(!n[t(260)][t(321)](t(380)))return;const r=n[t(260)][t(328)](t(231)),s=n[t(260)][t(328)](t(317)),o=n[t(260)][t(328)](aa),a=n[t(260)][t(328)](t(380));o[t(281)][t(418)](t(331),t(266)),n[t(280)][t(233)][t(372)](t(313),{allowIn:t(282),allowContentOf:t(282),isLimit:!0}),n[t(319)][t(226)]({model:t(313),view:t(324)});let c=null;n[t(280)].on(t(223),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(386)]-1];h&&h[u(251)]||r[u(323)]||this[u(268)][u(227)][u(328)](u(220))[u(306)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(369)))return!1;const i=s[o(371)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(252)](n[o(267)][o(288)]);if(!a[o(386)])return!1;const c=a[0][o(243)](o(403)),l=r[o(254)](a),f=r[o(292)](a),h={startRow:l[o(360)],endRow:l[o(350)],startColumn:f[o(360)],endColumn:f[o(350)]};return 1==a[o(386)]&&(h[o(235)]+=r[o(316)](i)-1,h[o(325)]+=r[o(257)](i)-1),ka(c,h,r)}(l,f,n[u(280)],s,a)&&(o[u(222)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(280)][u(273)]((()=>{const t=u;n[t(280)][t(223)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(386)]&&r[t(359)](o,t(331),{tablePasteChainId:s}),a[t(386)]&&r[t(359)](a,t(266),{tablePasteChainId:s}),l[t(386)]&&(r[t(359)](l,t(402),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(256)]((e=>{const n=t;var r;return null===(r=e[n(399)])||void 0===r?void 0:r[n(347)](e)}))),f[t(386)]&&(r[t(297)](f,t(402),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(256)]((e=>{const n=t;var r;return null===(r=e[n(399)])||void 0===r?void 0:r[n(347)](e)})));const g=r[t(398)](h[t(405)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(276),{tablePasteChainId:s});if(g){const e=g[t(239)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(280)][t(393)](s),a=e[t(419)]((e=>e[t(278)]()[t(258)](i)));a&&r[t(418)]([a[t(283)],o])}r[t(386)]&&g[t(357)](t(413),Object[t(353)](r))}c=null})))}),{priority:e.priorities[t(414)]+10}),n[t(260)][t(328)](t(380)).on(t(294),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(222)]();const u=s[r(253)],l=o,f=Aa(u),h=Aa(l);e[r(301)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(384)](u[r(341)](0));for(const t of Array[r(230)](l[r(349)]()))a[r(304)](t,u,r(421));const t=c[r(255)][r(250)](s[r(270)]),e=c[r(381)][r(250)](s[r(355)]);t||e||(g=i.LiveRange[r(377)](a[r(401)](u)))}else h&&!f&&(d=a[r(401)](u));else{const t=a[r(311)](r(313)),e=a[r(311)](r(313));a[r(286)](a[r(401)](u),e),a[r(304)](t,u,0);for(const e of Array[r(230)](l[r(349)]()))a[r(304)](e,t,r(421));g=i.LiveRange[r(377)](a[r(393)](t)),d=i.LiveRange[r(377)](a[r(393)](e))}const p=Array[r(230)](l[r(383)]())[r(295)]((([t])=>Ta[r(250)](t)));c[r(262)][r(418)]({element:u,attributes:p[r(386)]?Object[r(353)](p):null}),g&&c[r(322)][r(418)](g),d&&c[r(397)][r(418)](d)}),{priority:t(414)}),s.on(t(412),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(236)]||1;c[o(381)]=new Array(l)[o(378)](u)[o(405)](((t,e)=>t+e));for(const{cell:t}of s[o(224)](i,{startColumn:u,endColumn:u+l-1}))c[o(290)][o(418)](n[o(280)][o(393)](t))}),{priority:t(238)}),s.on(t(279),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(373)]||1;c[o(255)]=new Array(l)[o(378)](u)[o(405)](((t,e)=>t+e));for(const{cell:t}of s[o(224)](i,{startRow:u,endRow:u+l-1}))c[o(348)][o(418)](n[o(280)][o(393)](t))}),{priority:t(238)}),r[t(406)][t(356)]((e=>{const r=t;if(e[r(275)]&&e[r(275)][r(265)](r(402)))return e[r(389)]?{}:{type:r(416),content:zr(n[r(417)],r(261))}}));const u=()=>!1;for(const e of[t(402),t(266),t(331),t(276)])r[t(365)][t(247)](t(416),e,t(318),u),r[t(365)][t(247)](t(269),e,t(318),u),r[t(365)][t(247)](t(340),e,t(318),u);r[t(365)][t(247)](t(340),t(276),t(296),u),r[t(365)][t(247)](t(340),t(276),t(221),((e,r,s)=>{const o=t,i=e[o(405)]((t=>t[o(385)]()))[o(295)]((t=>t)),a=new Map(i[o(405)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(262)])e&&a[o(310)](t,e);else if(s&&s[o(413)])for(const[t,e]of Object[o(366)](s[o(413)])){const r=n[o(280)][o(327)][o(328)](t),s=r?r[o(278)]()[o(385)]():null;s&&a[o(310)](s,e)}n[o(280)][o(273)]((t=>{const e=o;for(const[n,r]of a)t[e(232)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(365)][o(247)](e,o(402),s,((t,i,a)=>{const c=o;n[c(280)][c(273)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(285)][o(362)];t.is(o(415),o(313))&&u[o(418)](t)}r[o(365)][o(392)](e,null,s)(t,i,a);for(const t of u)o(302)!=t[o(375)][o(300)]&&n[o(409)](t)}))}))};l(t(416),t(221)),l(t(416),t(296)),l(t(269),t(221)),l(t(269),t(296)),r[t(365)][t(247)](t(416),t(331),t(296),(e=>{const n=t,r=e[n(405)]((t=>t[n(385)]())),i=r[0][n(243)](n(403)),{minRow:a,maxRow:c}=o[n(363)](r);s[n(240)](i,{at:a,rows:c-a+1})})),r[t(365)][t(247)](t(416),t(266),t(296),(e=>{const n=t,r=e[n(405)]((t=>t[n(385)]())),i=r[0][n(243)](n(403)),{minColumn:a,maxColumn:c}=o[n(363)](r);s[n(367)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(275)]||!n[s(275)][s(265)](s(402)))return;const o=n[s(234)][s(343)],i=r[s(263)]()[s(295)]((t=>t[s(342)]&&t[s(234)]&&t[s(234)][s(343)]==o));i[s(386)]&&n[s(420)]()[s(386)]!=i[s(386)]&&i[s(259)](((t,e)=>(t[s(410)]=e,e[s(389)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(248)](e[s(351)]),i=[s(334),s(354)],a=r[s(333)][s(250)](e[s(351)]);return a&&i[s(418)](s(329)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(271),f,{priority:t(414)}),r.on(t(291),f,{priority:t(414)}),n[t(280)][t(267)][t(246)]((()=>{const e=t;let s=!1;const o=Array[e(230)](n[e(280)][e(267)][e(391)][e(225)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(248)](t);if(e(241)!=o||e(269)!=a||i[e(370)])continue;if(!r[e(394)](c))continue;const u=r[e(395)](c)[e(307)](),l=n[e(260)][e(328)](e(344)).me;for(const t of r[e(263)]())if(t[e(342)]&&t[e(364)]==l&&e(340)==t[e(244)]&&e(276)==t[e(275)]&&t[e(307)]()[e(289)]((t=>u[e(407)]((n=>n[e(228)](t,!0))))))for(const n of t[e(420)]())n[e(342)]&&(n[e(296)](),s=!0)}return s})),n[t(280)][t(267)][t(246)]((e=>{const s=t,o=n[s(227)][s(328)](s(337));if(!o||!o[s(272)][s(321)](e[s(314)]))return!1;let i=!1;const a=n[s(260)][s(328)](s(344)).me,c=n[s(280)][s(267)][s(391)][s(404)](),u=Array[s(230)](n[s(280)][s(267)][s(391)][s(225)]())[s(295)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(248)](t);return n(241)==o&&n(402)==i&&c==a.id&&!e[n(370)]}));for(const t of c){if(s(304)!=t[s(244)]||s(313)!=t[s(283)]||1!=t[s(386)])continue;const n=e[s(312)](t[s(298)],t[s(298)][s(400)](1));if(!u[s(419)]((({data:t})=>t[s(376)][s(258)](n))))for(const{name:t,data:r}of u)if(n[s(228)](r[s(376)])){e[s(326)](t,{range:n}),i=!0;break}}return i})),n[t(280)][t(267)][t(246)]((e=>{const s=t;let o=!1;const i=n[s(260)][s(328)](s(344)).me,a=r[s(263)]()[s(295)]((t=>t[s(342)]&&t[s(364)]==i)),c=new Set,u=new Set;for(const t of a)if(s(402)==t[s(275)])for(const e of t[s(239)]()){const n=e[s(278)]()[s(385)]();if(n)if(n.is(s(415),s(313))&&Aa(n)){t[s(308)](e[s(283)]),c[s(293)](n),o=!0;const r=n[s(320)],i=n[s(374)],a=r&&r.is(s(415),s(313)),l=i&&i.is(s(415),s(313));a&&!c[s(321)](r)&&u[s(293)](r),l&&!c[s(321)](i)&&u[s(293)](i)}else n.is(s(415),s(339))&&n[s(368)]&&(t[s(308)](e[s(283)]),o=!0)}else if(s(276)==t[s(275)]){if(!t[s(234)]||!t[s(234)][s(343)])continue;const e=t[s(234)][s(413)];if(e&&Object[s(382)](e)[s(386)])continue;const n=t[s(234)][s(343)];let r=!0,i=!0;for(const e of a)if(e[s(275)]&&e[s(275)][s(265)](s(402))){if(!e[s(234)][s(343)]){i=!1;break}if(e.id!=t.id&&e[s(234)][s(343)]==n){r=!1;break}}i&&r&&(t[s(336)](),o=!0)}for(const t of c)e[s(384)](t);for(const t of u)e[s(409)](t);return o})),n[t(319)][t(264)](t(299))[t(345)]({model:t(277),view:(t,e)=>h(t),converterPriority:t(414)}),n[t(319)][t(264)](t(237))[t(345)]({model:t(277),view:(e,n)=>n[t(249)][t(245)]?h(e,!1):null,converterPriority:t(414)});const g=n[t(387)][t(358)];this[t(361)](g[t(267)],t(305),((e,n)=>{const r=t,s=[];for(const t of g[r(401)](n[r(346)])[r(411)]())t.is(r(415),r(324))&&s[r(418)](t);g[r(273)]((t=>{const e=r;for(const n of s)t[e(338)](t[e(401)](n),t[e(229)](n)),t[e(384)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(368)])return!0;const n=t[e(341)](0);return n.is(e(415),e(339))&&n[e(368)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(224)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=Ra;function La(){const t=["formatBlock","get","type","tableWidth","getSuggestions","getTableColumnsWidths","getSuggestionCallback","commandParams","Users","20OtChBJ","70hSeyow","111743evedSt","bind","format","registerDescriptionCallback","selection","getContainedElement","has","resizeTableWidth","_suggestionFactory","table","afterInit","17845NYRzis","change","671535VzrCmZ","handleResizeTableWidthCommand","descriptionFactory","resizeTable","subType","490437JTdykQ","accept","6576504IqDjla","getColumnGroupElement","getSelectedElement","columnWidths","TrackChangesEditing","*Format:* resize table","TableColumnResizeEditing","24zZGTQH","editor","handleSuggestionDescription","markBlockFormat","3336fPqzpQ","8038308LQchxn","plugins","868tVJVRM","document","formatGroupId","discard","model","enableCommand","getAttribute","registerCustomCallback","data","5915ZGLwdj","author","formatInline","locale"];return(La=function(){return t})()}function Ra(t,e){const n=La();return(Ra=function(t,e){return n[t-=149]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(790252===parseInt(n(155))/1*(parseInt(n(153))/2)+-parseInt(n(168))/3+-parseInt(n(189))/4*(-parseInt(n(166))/5)+-parseInt(n(187))/6+parseInt(n(198))/7*(-parseInt(n(186))/8)+parseInt(n(173))/9*(-parseInt(n(154))/10)+-parseInt(n(175))/11*(-parseInt(n(182))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Na extends t.Plugin{[Ca(165)](){const t=Ca;if(!this[t(183)][t(188)][t(161)](t(181)))return;const e=this[t(183)][t(188)][t(203)](t(179));e[t(194)](t(162),this[t(169)][t(156)](this)),e[t(163)][t(196)](t(202),t(171),t(174),e[t(163)][t(150)](t(202),null,t(192))),e[t(163)][t(196)](t(202),t(171),t(192),e[t(163)][t(150)](t(202),null,t(174))),e[t(170)][t(158)](this[t(184)][t(156)](this))}[Ca(169)](t,e){const n=Ca,r=this[n(183)][n(188)][n(203)](n(179)),s=this[n(183)][n(188)][n(203)](n(181)),o=e[n(164)]||this[n(183)][n(193)][n(190)][n(159)][n(177)]();this[n(183)][n(193)][n(167)]((()=>{const i=n,a=s[i(176)](o);let c=a?s[i(149)](a):null,u=o[i(195)](i(205))||null;const l=e[i(205)]||u,f=e[i(178)]||c,h=this[i(183)][i(188)][i(203)](i(152)).me;for(const t of r[i(206)]()){const e=t[i(160)]();if(i(171)===t[i(172)]&&e===o){t[i(199)]!==h&&t[i(192)]();const e=t[i(197)][i(151)];u=e[0][i(205)],c=e[0][i(178)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(185)](o,{commandName:i(162),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(171)},[],i(171))}))}[Ca(184)](t){const e=Ca;if(e(202)!=t[e(204)]&&e(200)!=t[e(204)])return;const{data:n}=t;if(n&&e(171)===n[e(191)]){const t=e(180);return{type:e(157),content:zr(this[e(183)][e(201)],t)}}}}const Sa=Ma;function Ma(t,e){const n=wa();return(Ma=function(t,e){return n[t-=408]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(292748===parseInt(n(412))/1+parseInt(n(416))/2*(parseInt(n(414))/3)+parseInt(n(427))/4*(-parseInt(n(421))/5)+parseInt(n(410))/6+parseInt(n(411))/7*(-parseInt(n(417))/8)+parseInt(n(426))/9*(-parseInt(n(424))/10)+parseInt(n(408))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class va extends t.Plugin{[Sa(425)](){const t=Sa,e=this[t(418)];e[t(419)][t(409)](t(422))&&e[t(419)][t(423)](t(415))[t(420)](t(413))}}function wa(){const t=["afterInit","7830DpSDmB","7108kQauuP","3429613tRvUAx","has","2426472TrCtdP","21EEQjRq","469727QYdxrw","insertTemplate","575376oddtzJ","TrackChangesEditing","2AIAHAc","1456328kxopAr","editor","plugins","enableCommand","395rMCXQf","Template","get","4580BIxyHw"];return(wa=function(){return t})()}const Oa=Da;function Da(t,e){const n=Ba();return(Da=function(t,e){return n[t-=182]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(404975===-parseInt(n(190))/1*(parseInt(n(182))/2)+-parseInt(n(188))/3*(parseInt(n(194))/4)+parseInt(n(186))/5*(parseInt(n(196))/6)+-parseInt(n(200))/7*(-parseInt(n(187))/8)+parseInt(n(201))/9+-parseInt(n(198))/10+parseInt(n(204))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ba);class Fa extends t.Plugin{[Oa(184)](){const t=Oa,e=this[t(203)];if(!e[t(192)][t(193)](t(195)))return;e[t(197)][t(193)](t(199))[t(185)](t(195));const n=e[t(197)][t(193)](t(199)),r=e[t(189)];n[t(205)][t(183)](t(191),(e=>zr(r,t(202),e)))}}function Ba(){const t=["4010831jUpdyV","descriptionFactory","10zgGEuK","registerElementLabel","afterInit","enableCommand","20ShLoDS","472svhcPG","692958JgVqXt","locale","95272ARjBzz","tableOfContents","commands","get","4xeYrHb","insertTableOfContents","666756iVotwg","plugins","1276430bnJnaS","TrackChangesEditing","33544pxmzzX","1332999cPCUCF","ELEMENT_TABLE_OF_CONTENTS","editor"];return(Ba=function(){return t})()}const Pa=xa;function xa(t,e){const n=ja();return(xa=function(t,e){return n[t-=165]})(t,e)}!function(t,e){const n=xa,r=t();for(;;)try{if(863613===parseInt(n(189))/1+-parseInt(n(192))/2+parseInt(n(187))/3*(parseInt(n(208))/4)+-parseInt(n(197))/5+parseInt(n(178))/6+-parseInt(n(184))/7*(-parseInt(n(201))/8)+-parseInt(n(204))/9*(parseInt(n(188))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ja);class Ua extends t.Plugin{[Pa(194)](){const t=Pa,e=this[t(179)];if(!e[t(183)][t(200)](t(195)))return;const n=e[t(183)][t(186)](t(199));n[t(198)][t(202)](t(196),(()=>zr(e[t(205)],t(175)))),e[t(174)][t(185)][t(193)]((r=>{const s=t;let o=!1;const i=Array[s(191)](e[s(174)][s(185)][s(181)][s(171)]());for(const{name:t,data:a}of i){const{group:i}=n[s(176)](t);if(s(206)!==i||!a[s(190)])continue;const c=a[s(190)],u=c[s(167)][s(182)];if(!u||!u.is(s(166),s(196)))continue;if(!c[s(180)][s(177)](c[s(167)]))continue;const l=e[s(174)][s(168)][s(203)](c[s(167)],s(165));if(l&&l[s(173)]){const e=r[s(170)](c[s(180)],l[s(180)]);e[s(169)](c)||(r[s(207)](t,{range:e}),o=!0)}o||(r[s(172)](t),o=!0)}return o}))}}function ja(){const t=["registerPostFixer","afterInit","Title","title-content","7372895RtwTEx","descriptionFactory","TrackChangesEditing","has","4057136tyEDOP","registerElementLabel","getNearestSelectionRange","9NFgfXp","locale","suggestion","updateMarker","183376coxhdV","forward","element","end","schema","isEqual","createRange","getChangedMarkers","removeMarker","isCollapsed","model","ELEMENT_TITLE","_splitMarkerName","isTouching","8831514IirIpN","editor","start","differ","nodeBefore","plugins","14nLDckf","document","get","87AhcUZK","17674700kqcZsQ","1536713DeRQeD","newRange","from","2493460urjGSP"];return(ja=function(){return t})()}function Ga(t,e){const n=Ha();return(Ga=function(t,e){return n[t-=289]})(t,e)}const Va=Ga;function Ha(){const t=["UndoEditing","redo","get","plugins","editor","2747645bPOjif","6389438pneEAx","has","12zLbLwE","afterInit","29241DATBYC","enableCommand","6063856qeZPas","3735298CNkKan","82280ZpRDUI","TrackChangesEditing","890SYvWoS","6YPVFkh","undo","2PdrRuN","440897Xklgzd","33CgLSdm"];return(Ha=function(){return t})()}!function(t,e){const n=Ga,r=t();for(;;)try{if(398427===parseInt(n(309))/1*(-parseInt(n(308))/2)+-parseInt(n(310))/3*(parseInt(n(303))/4)+parseInt(n(294))/5+-parseInt(n(306))/6*(parseInt(n(302))/7)+parseInt(n(301))/8+-parseInt(n(299))/9*(parseInt(n(305))/10)+-parseInt(n(295))/11*(-parseInt(n(297))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{[Va(298)](){const t=Va,e=this[t(293)],n=e[t(292)][t(291)](t(304));e[t(292)][t(296)](t(289))&&(n[t(300)](t(307)),n[t(300)](t(290)))}}const Wa=qa;function qa(t,e){const n=Xa();return(qa=function(t,e){return n[t-=308]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(130540===-parseInt(n(318))/1+parseInt(n(310))/2*(-parseInt(n(312))/3)+parseInt(n(308))/4+-parseInt(n(325))/5+parseInt(n(314))/6*(-parseInt(n(316))/7)+parseInt(n(327))/8+parseInt(n(311))/9*(parseInt(n(323))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class Ka extends t.Plugin{static get[Wa(319)](){return[aa]}[Wa(321)](){const t=Wa,e=this[t(313)];e[t(309)][t(317)](t(315))&&e[t(309)][t(324)](t(320))[t(322)](t(326))}}function Xa(){const t=["has","252727uOMOUv","requires","TrackChangesEditing","afterInit","enableCommand","10QxvHya","get","1090705YEYbZn","toggleTableCaption","1006544QRwWDg","771776SOCVBm","plugins","268QhuxFj","6400629UKJntU","4098ECiriI","editor","6gZkayy","TableCaptionEditing","1718437jWqQOg"];return(Xa=function(){return t})()}const Qa=Ja;function Ya(){const t=["tableCellVerticalAlignment","editor","getSuggestions","985657JFzxHa","tableHeight","tableCellWidth","tableCellPadding","72948SDQcey","664728GtjEKM","document","start","data","20rIuHuG","batch","table","tableCellBorderColor","2dgJQPq","getAttribute","accept","registerCustomCallback","TrackChangesEditing","subType","plugins","tableCellBorderWidth","tableWidth","selection","getSuggestionCallback","tableCellProperties","pluginName","join","handleSuggestionDescription","78885AxRSpP","2453XrrpVw","removeAttribute","discard","locale","getFirstPosition","tableBorderWidth","get","_suggestionFactory","TableCellPropertiesEditing","tableBorderColor","format","46500gwYXMA","2794981LAfRqh","afterInit","getContainedElement","setAttribute","1120euJUdC","enableCommand","model","_handlePropertyChange","descriptionFactory","tableAlignment","change","tableCellHeight","nodeAfter","16iNJnUz","4028223HjfNmV","TrackChangesTableProperties","TableUtils","*Format:* change table cell properties","registerDescriptionCallback","getSelectionAffectedTableCells","_getSuggestion","tableBorderStyle","tableCellHorizontalAlignment","findAncestor","enqueueChange","commandParams","markBlockFormat","handleDiscardAction","*Format:* change table properties","tableCellBorderStyle","tableProperties","formatBlock","tableBackgroundColor","TablePropertiesEditing","tableCellBackgroundColor","has"];return(Ya=function(){return t})()}function Ja(t,e){const n=Ya();return(Ja=function(t,e){return n[t-=128]})(t,e)}!function(t,e){const n=Ja,r=t();for(;;)try{if(872609===-parseInt(n(155))/1+parseInt(n(168))/2*(parseInt(n(130))/3)+-parseInt(n(160))/4*(parseInt(n(164))/5)+parseInt(n(195))/6+parseInt(n(196))/7*(parseInt(n(129))/8)+parseInt(n(183))/9*(-parseInt(n(200))/10)+parseInt(n(184))/11*(parseInt(n(159))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ya);class Za extends t.Plugin{constructor(t){const e=Ja;super(t),this[e(146)]=[e(193),e(137),e(189),e(205),e(176),e(156),e(148)],this[e(179)]=[e(167),e(145),e(175),e(158),e(157),e(207),e(150),e(138),e(152)]}static get[Qa(180)](){return Qa(131)}[Qa(197)](){const t=Qa,e=this[t(153)][t(174)][t(190)](t(172));if(this[t(153)][t(174)][t(151)](t(149))){for(const n of this[t(146)])e[t(201)](n,((e,r)=>{const s=t,o=this[s(153)][s(202)][s(161)][s(177)][s(188)]()[s(139)](s(166));this[s(203)](n,[o],this[s(146)],s(146),e,r)}));e[t(191)][t(171)](t(147),t(146),t(170),e[t(191)][t(178)](t(147),null,t(186))),e[t(191)][t(171)](t(147),t(146),t(186),((e,n)=>this[t(143)](this[t(146)],e,n))),e[t(191)][t(171)](t(147),t(146),t(181),(()=>!1))}if(this[t(153)][t(174)][t(151)](t(192))){for(const n of this[t(179)])e[t(201)](n,((e,r)=>{const s=t,o=this[s(153)][s(174)][s(190)](s(132))[s(135)](this[s(153)][s(202)][s(161)][s(177)]);this[s(203)](n,o,this[s(179)],s(179),e,r)}));e[t(191)][t(171)](t(147),t(179),t(170),e[t(191)][t(178)](t(147),null,t(186))),e[t(191)][t(171)](t(147),t(179),t(186),((e,n)=>this[t(143)](this[t(179)],e,n))),e[t(191)][t(171)](t(147),t(179),t(181),(()=>!1))}e[t(204)][t(134)]((e=>this[t(182)](e)))}[Qa(203)](t,e,n,r,s,o){const i=Qa,a=this[i(153)][i(174)][i(190)](i(172));this[i(153)][i(202)][i(140)](o[i(165)],(()=>{const t=i;for(const i of e)if(this[t(136)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(169)](r);void 0!==n&&(e[r]=n)}s(o),a[t(142)](i,{commandParams:[e]},[],r)}}))}[Qa(143)](t,e,n){const r=Qa,s=e[0][r(162)][r(128)],o=n[r(141)][0];this[r(153)][r(202)][r(206)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(199)](r,o[r],s):e[n(185)](r,s)}))}[Qa(182)](t){const e=Qa;if(t[e(163)])switch(t[e(173)]){case e(146):return{type:e(194),content:zr(this[e(153)][e(187)],e(144))};case e(179):return{type:e(194),content:zr(this[e(153)][e(187)],e(133))}}}[Qa(136)](t,e){const n=Qa,r=this[n(153)][n(174)][n(190)](n(172));for(const s of r[n(154)]({skipNotAttached:!0})){const r=s[n(198)]();if(s[n(173)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=J?J.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ze(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Zt(t,sn(t),n),r&&(n=Kn(n,7,oc));for(var s=e.length;s--;)xr(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Nc();return(bc=function(t,e){return n[t-=454]})(t,e)}!function(t,e){const n=bc,r=t();for(;;)try{if(707324===parseInt(n(707))/1+-parseInt(n(678))/2*(parseInt(n(824))/3)+parseInt(n(496))/4+parseInt(n(861))/5*(-parseInt(n(594))/6)+-parseInt(n(670))/7+-parseInt(n(559))/8*(-parseInt(n(568))/9)+parseInt(n(643))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Nc);const Tc=Ec(589);class _c extends t.Plugin{static get[Ec(570)](){return[Ec(564),o.Users,t.PendingActions,Jr,ns,as,ls,Ts,ms,ks,Ss,xs,to,so,uo,go,bo,yo,Lo,vo,Fo,Ho,Uo,Ko,Jo,ti,ci,pi,Li,oi,Vs,Ws,bi,yi,vi,Fi,ji,Hi,Xi,$i,ra,aa,ha,ma,Ka,ya,Na,Fa,Za,va,Ua,za]}static get[Ec(764)](){return Ec(462)}get[Ec(783)](){return this[Ec(622)]}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(516)]((t=>String[e(697)](t)))[e(637)]("")}super(t),this[e(756)]=!1,this[e(665)](e(847),[]),this.on(e(501),((n,r,s,o)=>{const i=e;this[i(659)][i(469)]((()=>{const e=i;for(const n of[...o,...s])this[e(659)][e(491)][e(583)](n)&&t[e(712)][e(848)](n)}))})),this[e(622)]=new Xr(this[e(742)][e(519)][e(652)],this[e(742)][e(543)]),this[e(785)]=null,this[e(611)]=new yc(this[e(742)]),this[e(829)]=new Map,this[e(706)]=t[e(525)][e(832)](e(564)),this[e(641)]=new Set,this[e(659)]=this[e(742)][e(519)],this[e(885)]=new WeakMap,this[e(576)]=!1,this[e(810)]=new Set([e(589)]),this[e(736)]=new Set,t[e(642)][e(569)](e(552),e(542)),this[e(674)]=t[e(642)][e(832)](e(552)),t[e(642)][e(569)](e(791),!0),this[e(874)]=t[e(642)][e(832)](e(791)),this[e(464)]=new f(t,this[e(641)]),this[e(539)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,49,48,52,56])}[Ec(784)](){const t=Ec,n=this[t(742)],r=(e,n)=>{const r=t;if(r(628)!=e)return r(797)+e;const s=n[r(879)]("|")[0];return this[r(802)](s)?r(701):r(625)};n[t(767)][t(507)](t(869))[t(478)]({model:t(796),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(721)](e[n(668)]),a=[n(760),r(o,i)];let c=3e3;return this[n(847)][n(730)](e[n(668)])&&(a[n(548)](n(728)),c=3010),n(490)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(767)][t(507)](t(717))[t(827)]((e=>{const r=t;e.on(r(571),((t,e,s)=>{const o=r;if(!s[o(658)][o(648)])return;const i=e[o(517)];if(!i)return;const c=s[o(729)][o(510)](i);n[o(519)][o(652)][o(590)](i)&&c&&!c[o(455)](o(645))&&c.is(o(534))&&(0,a.toWidget)(c,s[o(826)])}),{priority:r(865)})})),n[t(767)][t(507)](t(717))[t(478)]({model:t(796),view:(e,n)=>{const s=t;if(!n[s(658)][s(648)])return null;const{type:o,subType:i}=this[s(721)](e[s(668)]);return{classes:[s(760),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(517)])return;const{id:c}=this[a(721)](o[a(668)]);if(r){const t=this[a(829)][a(832)](c),e=this[a(744)](t);if(!this[a(802)](e))return}if(o[a(517)].is(a(545)))return void i[a(502)][a(473)](o[a(517)],s[a(835)]);const u=i[a(729)][a(510)](o[a(517)]);if(o[a(517)].is(a(493))&&n[a(519)][a(652)][a(471)](o[a(517)])&&!u[a(455)](a(562))){i[a(826)][a(854)]([a(760),a(701)],u),i[a(826)][a(805)](a(838),c,u),i[a(729)][a(725)](u,o[a(668)]),e&&(this[a(847)][a(730)](o[a(668)])?i[a(826)][a(854)](a(728),u):i[a(826)][a(565)](a(728),u));for(const t of n[a(519)][a(544)](o[a(517)])[a(831)]())i[a(502)][a(473)](t,s[a(835)]);i[a(502)][a(473)](o[a(517)],s[a(835)])}};n[t(767)][t(507)](t(717))[t(827)]((e=>{const n=t;e.on(n(815),((t,e,r)=>{const o=n;r[o(658)][o(648)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(875)})})),n[t(767)][t(507)](t(717))[t(827)]((e=>{const n=t;e.on(n(655),((t,e,r)=>{const o=n;r[o(658)][o(648)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(875)})})),n[t(767)][t(507)](t(717))[t(597)]({model:t(796),view:(e,n)=>n[t(658)][t(648)]?null:{group:t(796),name:e[t(606)](11)}}),n[t(767)][t(507)](t(561))[t(636)]({view:{name:t(796),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(845)+e[r(675)](r(669))+":"+e[r(675)]("id");return e[r(675)](r(734))&&(s+=":"+e[r(675)](r(734))),n[r(555)](r(585),{"data-name":s})}}),n[t(767)][t(507)](t(561))[t(574)]({view:t(796)}),n[t(767)][t(507)](t(869))[t(827)]((e=>{const n=t;e.on(n(815),s(),{priority:n(865)})})),n[t(767)][t(507)](t(869))[t(827)]((e=>{const n=t;e.on(n(655),s({isAttributeSuggestion:!0}),{priority:n(865)})})),n[t(767)][t(507)](t(869))[t(827)]((e=>{const n=t;e.on(n(864),((t,e,r)=>{const s=n,o=r[s(729)][s(718)](e[s(668)]);if(o)for(const t of o)t[s(455)](s(562))||(r[s(826)][s(565)]([s(760),s(701),s(728)],t),r[s(826)][s(686)](s(838),t),r[s(729)][s(714)](t,e[s(668)]))}),{priority:n(865)})})),n[t(767)][t(507)](t(869))[t(827)]((e=>{const n=t;e.on(n(663),((t,e,r)=>{const s=n,o=r[s(729)][s(718)](e[s(668)]);if(!o)return;const{id:i}=this[s(721)](e[s(668)]),a=this[s(829)][s(832)](i),c=this[s(744)](a);if(this[s(802)](c))for(const t of o)t[s(455)](s(562))||(r[s(826)][s(565)]([s(760),s(701),s(728)],t),r[s(826)][s(686)](s(838),t),r[s(729)][s(714)](t,e[s(668)]))}),{priority:n(865)})})),n[t(519)][t(492)][t(840)]((e=>{const r=t;let s=!1;const o=Array[r(704)](n[r(519)][r(492)][r(465)][r(671)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(721)](t);if(r(796)!==o)continue;const h=this[r(829)][r(832)](f);if(null!=c[r(459)]){r(634)==u&&(s=s||Cc(c[r(459)],t,e,n[r(519)][r(652)]));const o=r(628)==u&&this[r(802)](l[r(879)]("|")[0]);if(c[r(459)][r(820)]||r(773)==c[r(459)][r(521)][r(609)]||r(619)==u&&!Rc(c[r(459)])||o&&!Rc(c[r(459)])||r(490)==u&&(kc(a=c[r(459)])||function(t){const e=r;return t[e(531)][e(586)]==t[e(503)][e(804)]&&t[e(531)][e(740)]}(a)))e[r(876)](t),s=!0;else{if(!h||!h[r(467)])continue;i[r(827)](h)}}}var a;return i[r(608)]>0&&(s=!!this[r(859)](i)||s),s})),n[t(519)][t(492)][t(840)]((e=>{const r=t;let s=!1;for(const t of n[r(519)][r(492)][r(465)][r(768)]())if(r(540)==t[r(821)])for(const t of this[r(829)][r(761)]()){if(t[r(692)]||!t[r(467)])continue;const o=r(619)==t[r(821)],i=this[r(744)](t),a=i&&this[r(802)](i);if(!o&&!a)continue;const c=t[r(524)]();if(c[r(531)][r(586)]!=c[r(503)][r(586)]&&!c[r(503)][r(740)]){const o=n[r(519)][r(581)](c[r(531)][r(483)],r(503)),i=n[r(519)][r(505)](c[r(531)],o);e[r(860)](t[r(710)](),{range:i}),s=!0}}return s})),n[t(519)][t(492)][t(840)]((e=>this[t(731)](e))),n[t(519)][t(492)][t(840)]((e=>!e[t(553)][t(557)]&&this[t(868)](e))),n[t(519)].on(t(575),(()=>{this[t(756)]=!1})),n[t(519)][t(492)].on(t(613),((r,s)=>{const o=t;if(!s[o(557)]||s[o(474)])return;if(!this[o(756)])return;const i=n[o(519)][o(492)][o(465)][o(768)]();if(0==i[o(600)])return;const a=[],c=i[o(656)]((t=>o(628)==t[o(821)])),u=i[o(656)]((t=>o(540)==t[o(821)]&&o(460)!=t[o(835)])),l=i[o(656)]((t=>o(777)==t[o(821)]&&o(460)!=t[o(835)]));for(const t of c)this[o(873)](t[o(489)])&&a[o(548)]({key:t[o(489)],newValue:t[o(722)],oldValue:t[o(752)],range:Sc(t[o(515)],n[o(519)])});for(const t of u){const e=l[o(630)]((e=>e[o(514)]===t[o(514)]));if(e){const r=Mc(t[o(577)][o(483)],n[o(519)]);e[o(835)]!==t[o(835)]&&a[o(548)]({key:o(589),newValue:t[o(835)],oldValue:e[o(835)],range:r});for(const[n,s]of e[o(533)]){if(!this[o(873)](n))continue;const e=t[o(533)][o(832)](n);s!==e&&a[o(548)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(533)])this[o(873)](n)&&(e[o(533)][o(583)](n)||a[o(548)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(600)]&&n[o(519)][o(726)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(650)](t,e,s,o,{groupId:r});this[n(855)](t,a)}))}),{priority:t(480)}),n[t(519)][t(491)].on(t(788),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(721)](n[s(835)]),e=this[s(829)][s(832)](t);e&&e[s(498)](n[s(835)])}})),n[t(519)][t(492)].on(t(613),(()=>{const e=t,r=Array[e(704)](n[e(519)][e(492)][e(465)][e(671)]())[e(656)]((t=>e(796)===this[e(721)](t[e(835)])[e(536)]));if(0===r[e(600)])return;r[e(653)](((t,n)=>{const r=e,s=t[r(825)][r(584)],o=n[r(825)][r(584)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(531)][r(782)](o[r(531)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(721)](t);if(null===n[e(584)]){const n=this[e(688)](t);o[e(827)](n)}else{const t=this[e(829)][e(832)](r);null!==n[e(459)]||t[e(467)]?(s[e(827)](t[e(819)]),o[e(827)](t)):this[e(677)](t)}}o[e(608)]>0&&this[e(766)](o);for(const t of s)this[e(504)](e(654),t)})),n[t(519)].on(t(513),((e,r)=>{const s=t,o=r[0];if(!this[s(829)][s(608)])return;if(!o[s(563)])return;if(o[s(553)][s(474)]||!o[s(553)][s(557)])return;let i,a;switch(o[s(821)]){case s(540):i=n[s(519)][s(581)](o[s(577)]),a=i[s(737)](o[s(506)]);break;case s(879):i=n[s(519)][s(581)](o[s(724)]),a=n[s(519)][s(581)](o[s(472)]);break;case s(602):i=n[s(519)][s(581)](o[s(776)]),a=i[s(737)](o[s(506)]);break;default:return}const c=n[s(519)][s(505)](i,a);n[s(519)][s(469)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(739)](c)){if(e[t(692)])continue;if(t(634)==e[t(821)])continue;const r=this[t(744)](e);if(r&&this[t(802)](r)&&t(879)!=o[t(821)])continue;const s=e[t(825)]&&e[t(825)][t(530)];(t(619)!=e[t(821)]||t(879)==o[t(821)]&&!s)&&(n[t(549)]||t(485)==e[t(821)]&&n[t(807)]||e[t(524)]()[t(852)](c)&&this[t(884)](e,i,a))}}))}),{priority:t(480)}),n[t(519)].on(t(567),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(592)])return;if(this[s(576)])return;if(!this[s(464)][s(477)])return;if(o[s(820)])return;const a=n[s(519)][s(652)],{start:c,end:u}=o[s(524)](),l=c[s(483)]&&a[s(601)](c[s(483)])?null:a[s(495)](c,s(870)),f=u[s(804)]&&a[s(601)](u[s(804)])?null:a[s(495)](u,s(646)),h=n[s(519)][s(505)](l?l[s(531)]:c,f?f[s(503)]:u);n[s(519)][s(469)]((t=>{const e=s;this[e(664)](h);const r=n[e(519)][e(652)][e(495)](h[e(531)]);o.is(e(508))?t[e(481)](r):o[e(632)](r)})),e[s(532)]()}),{priority:e.priorities[t(881)]+10}),n[t(519)].on(t(709),((e,r)=>{const s=t,o=r[r[s(600)]-1];o&&o[s(592)]||this[s(576)]||this[s(464)][s(477)]&&(n[s(519)][s(469)]((()=>{const t=s;let o=n[t(519)][t(709)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(814)]=o[t(696)]();const i=o[t(503)][t(804)],a=n[t(519)][t(652)];i&&a[t(471)](i)&&!a[t(590)](i)&&(o=n[t(519)][t(505)](o[t(531)],n[t(519)][t(581)](i,t(503)))),this[t(482)](o)})),e[s(532)]())}),{priority:t(865)}),this[t(742)][t(748)][t(827)](t(851),this[t(464)]),this[t(877)](t(851));const o=new d(n,this[t(829)]);n[t(748)][t(827)](t(661),o),this[t(877)](t(661));const i=new b(n,this[t(829)]);n[t(748)][t(827)](t(454),i),this[t(877)](t(454)),n[t(748)][t(827)](t(500),new N(n,o,this[t(829)])),this[t(877)](t(500)),n[t(748)][t(827)](t(499),new N(n,i,this[t(829)])),this[t(877)](t(499)),n[t(748)][t(827)](t(582),new O(n,o,this[t(829)])),this[t(877)](t(582)),n[t(748)][t(827)](t(595),new O(n,i,this[t(829)])),this[t(877)](t(595));const c=n[t(525)][t(832)](t(564));this[t(808)](c,t(745),((e,{threadId:n})=>{const r=t,s=this[r(829)][r(832)](n);s&&s[r(871)]&&1===s[r(871)][r(600)]&&this[r(537)](n,{hasComments:!0})}),{priority:t(689)}),this[t(808)](c,t(853),((e,{threadId:n})=>{const r=t,s=this[r(829)][r(832)](n);s&&s[r(871)]&&!s[r(871)][r(600)]&&this[r(537)](n,{hasComments:!1})}),{priority:t(689)})}set[Ec(857)](t){const n=Ec;if(this[n(785)])throw new e.CKEditorError(n(580),this);this[n(785)]=t}get[Ec(857)](){return this[Ec(785)]}[Ec(684)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(829)][n(761)]())t&&!e[n(467)]||r[n(548)](e);return e?r[n(516)]((t=>t[n(484)]())):r}[Ec(770)](t){const n=Ec,r=this[n(829)][n(832)](t);if(!r)throw new e.CKEditorError(n(593),this);return r}[Ec(627)](t){const e=Ec;return this[e(829)][e(583)](t)}[Ec(647)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(821)][e(879)](":"),a=this[e(829)][e(832)](r)||this[e(803)](o,i,r,n,s);if(this[e(765)](a),this[e(468)](a,o,i||null,n),a[e(844)]=t[e(844)],a[e(716)]=!0,s&&s[e(588)]){const t=s[e(588)],n=this[e(470)](t[e(711)]);a[e(700)]=t[e(844)],a[e(813)]=n,a[e(558)]=!0}else a[e(700)]=t[e(844)];switch(t[e(825)]&&(a[e(825)]=t[e(825)]),t[e(533)]&&(a[e(533)]=t[e(533)]),this[e(785)]&&this[e(785)][e(867)]||(a[e(836)]=!0),this[e(885)][e(832)](a)){case e(621):this[e(885)][e(665)](a,e(743));break;case e(795):a[e(467)]?(this[e(859)](new Set([a])),this[e(766)](new Set([a])),this[e(885)][e(665)](a,e(793)),this[e(504)](e(591),a)):this[e(885)][e(665)](a,e(644))}return a}[Ec(661)](t){const e=Ec;this[e(592)]((()=>{const n=e;this[n(742)][n(519)][n(469)]((()=>{const e=n;for(const n of t[e(789)]())n[e(623)]()}))}))}[Ec(454)](t){const e=Ec;this[e(592)]((()=>{const n=e;this[n(742)][n(519)][n(469)]((()=>{const e=n;for(const n of t[e(789)]())n[e(676)]()}))}))}[Ec(877)](t,n){const r=Ec,s=this[r(742)][r(748)][r(832)](t);if(!s)throw new e.CKEditorError(r(673),this,{commandName:t});if(this[r(641)][r(583)](s))throw new e.CKEditorError(r(640),this,{commandName:t});this[r(641)][r(827)](s),n&&s.on(r(488),((t,e)=>{const o=r;this[o(464)][o(477)]&&(this[o(576)]||(e[o(600)]>0&&e[e[o(600)]-1]&&e[e[o(600)]-1][o(592)]?e[o(615)]():(t[o(814)]=n(((...t)=>s[o(488)](...t,{forceDefaultExecution:!0})),...e),t[o(532)]())))}),{priority:r(865)})}[Ec(592)](t){const n=Ec;let r,s;const o=this[n(576)];this[n(576)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(576)]=!1),s&&e.CKEditorError[n(579)](s,this),r}[Ec(482)](t,n=null,r={}){const s=Ec;if(t[s(820)])return null;const o=this[s(742)][s(525)][s(832)](s(882)).me;for(const{suggestion:e,meta:o}of this[s(739)](t,s(485)))if(o[s(807)]){if(!o[s(735)]){if(o[s(549)]){if(!this[s(874)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(884)](e,t[s(531)],t[s(503)]);break}if(n==e[s(818)]&&Oc(e,r)){const n=e[s(524)]();return n[s(531)][s(695)](t[s(503)])?this[s(683)](e,this[s(659)][s(505)](t[s(531)],n[s(503)])):this[s(683)](e,this[s(659)][s(505)](n[s(531)],t[s(503)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(487)+n:s(485),u=this[s(699)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(846)](c,i,a,t),u}[Ec(750)](t,n=Ec(666),r={}){const s=Ec,o=this[s(742)][s(525)][s(832)](s(882)).me,i=this[s(611)][s(705)](s(485),n,s(637));for(const e of this[s(684)]())if(e[s(813)].id==o.id&&s(485)==e[s(821)]&&e[s(818)]==n&&Oc(e,r)&&(i(e[s(858)](),t)||i(t,e[s(858)]()))){for(const n of t)e[s(687)](n);return e}for(const{suggestion:e,meta:n}of this[s(739)](t,s(485))){if(!n[s(807)])continue;if(!this[s(874)]&&n[s(549)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(858)]())for(const e of t)if(!n[s(852)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(487)+n,l=this[s(699)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(846)](u,a,c,e,Hr[s(679)]());return l}[Ec(775)](t,n,r=null,s={}){const o=Ec;if(r=r||Lc(n),t[o(820)])return null;if(o(774)===this[o(674)]){const e=this[o(611)][o(705)](o(634),r,o(623));return this[o(592)]((()=>e([t],n,s))),null}const i=this[o(742)][o(525)][o(832)](o(882)).me,a=[];if(o(863)!==this[o(674)])for(const{suggestion:e,meta:n}of this[o(739)](t,o(485)))n[o(807)]&&!n[o(800)]&&a[o(548)](...e[o(858)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(509)](s);e&&r[n(548)](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(600)];){const s=r[e][n(741)](t);r[n(816)](e,1,...s),e+=s[n(600)]}}return r}(t,a);c[o(600)]&&this[o(659)][o(469)]((()=>{const t=o;for(const e of c){const o=this[t(611)][t(705)](t(634),r,t(623));this[t(592)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(531)],u=t[o(503)];for(const{suggestion:e,meta:n}of this[o(739)](t,o(634))){if(!n[o(807)])continue;if(e[o(818)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(524)]();if(i[o(852)](t,!0))return null;c=c[o(782)](i[o(531)])?c:i[o(531)],u=u[o(458)](i[o(503)])?u:i[o(503)],a?i[o(531)][o(782)](a[o(524)]()[o(531)])?(a[o(715)](),a=e):e[o(715)]():a=e}const l=this[o(659)][o(505)](c,u);if(a)this[o(683)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(699)]({id:t,type:o(520)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(846)](o(520)+r,t,a,l)}}return null}[Ec(880)](t,n,r=[],s=null,o={}){const i=Ec;n[i(512)]||(n[i(512)]=n[i(573)]),n[i(530)]=t.is(i(515)),s=s||Lc(n);const a=r[i(516)]((t=>Mc(t,this[i(659)]))),c=t.is(i(515))?t:Mc(t,this[i(659)]);if(i(774)===this[i(674)]){const t=this[i(611)][i(705)](i(619),s,i(623));return this[i(592)]((()=>t([c],n,o))),null}a[i(548)](c);let u=!0;for(const t of a)if(!this[i(538)](t)){u=!1;break}if(u&&i(863)!==this[i(674)]){const t=this[i(611)][i(705)](i(619),s,i(623));return this[i(592)]((()=>t([c],n,o))),null}let l=null,f=c[i(531)],h=c[i(503)];for(const{suggestion:t,meta:e}of this[i(739)](c,i(619))){if(!e[i(807)])continue;if(e[i(735)]||e[i(549)]||e[i(800)])continue;if(t[i(825)][i(512)]!=n[i(512)])continue;if(!Oc(t,o))continue;const r=t[i(524)]();if(t[i(818)]==s){if(r[i(852)](c,!0))return null;f=f[i(782)](r[i(531)])?f:r[i(531)],h=h[i(458)](r[i(503)])?h:r[i(503)],l?r[i(531)][i(782)](l[i(524)]()[i(531)])?(l[i(715)](),l=t):t[i(715)]():l=t}else{const e=c[i(509)](r);this[i(746)](t,e)}}const g=this[i(742)][i(525)][i(832)](i(882)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(683)](l,this[i(659)][i(505)](f,h)),l;{const t=this[i(699)]({id:d,type:i(620)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(846)](i(620)+s,d,p,this[i(659)][i(505)](f,h)),t}}[Ec(708)](t,n,r=[],s=null,o={}){const i=Ec;n[i(512)]||(n[i(512)]=n[i(573)]);const a=t[0];n[i(530)]=a.is(i(515)),s=s||Lc(n);const c=r[i(516)]((t=>Mc(t,this[i(659)]))),u=a.is(i(515))?t:t[i(516)]((t=>Mc(t,this[i(659)])));if(i(774)===this[i(674)]){const t=this[i(611)][i(705)](i(619),s,i(623));return this[i(592)]((()=>t(u,n,o))),null}c[i(548)](...u);let l=!0;for(const t of c)if(!this[i(538)](t)){l=!1;break}if(l&&i(863)!==this[i(674)]){const t=this[i(611)][i(705)](i(619),s,i(623));return this[i(592)]((()=>t(u,n,o))),null}const f=this[i(742)][i(525)][i(832)](i(882)).me;for(const t of this[i(684)]()){if(t[i(813)].id!=f.id)continue;if(i(619)!=t[i(821)]||t[i(825)][i(512)]!=n[i(512)])continue;if(!Oc(t,o))continue;const e=t[i(818)]==s;for(let n=0;n<u[i(600)];n++){const r=u[n];for(const s of t[i(662)]()){const o=s[i(758)]();if(r[i(695)](o)){e?(u[i(816)](n,1),n--):t[i(876)](s[i(835)]);break}}}}if(0==u[i(600)])return null;const h=this[i(611)][i(705)](i(619),s,i(637));for(const t of this[i(684)]())if(t[i(813)].id==f.id&&i(619)==t[i(821)]&&t[i(825)][i(512)]==n[i(512)]&&t[i(818)]==s&&Oc(t,o)&&(h(t[i(858)](),u)||h(u,t[i(858)]()))){for(const e of u)t[i(687)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(620)+s,m=this[i(699)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(846)](p,g,d,t,Hr[i(679)]());return m}[Ec(664)](t,n=null,r={}){const s=Ec;if(t[s(820)])return null;const o=this[s(742)][s(525)][s(832)](s(882)).me,a=new i.LiveRange(t[s(531)],t[s(503)]);for(const{suggestion:t,meta:e}of this[s(739)](a,s(485)))if(e[s(807)]&&!e[s(735)])if(t[s(692)]){const e=t[s(858)]()[s(656)]((t=>s(773)!=t[s(521)][s(609)]));if(e[s(651)]((t=>a[s(852)](t,!0)))&&t[s(676)](),e[s(781)]((t=>t[s(852)](a,!0)))){const t=this[s(611)][s(705)](s(490),n,s(623));return this[s(592)]((()=>t([a],null,r))),null}}else{const e=a[s(509)](t[s(524)]());null!==e&&t[s(626)]([e],null,r)}if(a[s(479)](),a[s(820)]||s(773)==a[s(521)][s(609)])return null;let c=null,u=a[s(531)],l=a[s(503)];const f=this[s(739)](a,s(490));for(const{suggestion:t,meta:e}of f){const n=this[s(659)][s(505)](u,l);if(e[s(807)]&&(this[s(874)]||!e[s(549)]&&!e[s(800)]))if(t[s(692)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(858)]()){if(r[s(852)](n,!0))return t;n[s(852)](r)||(e=!1)}e&&t[s(676)]()}else{const e=t[s(524)]();if(e[s(852)](n,!0))return t;if(!Oc(t,r)){n[s(852)](e)?t[s(715)]():e[s(833)](u)?u=e[s(503)]:e[s(833)](l)&&(l=e[s(531)]);continue}u=u[s(782)](e[s(531)])?u:e[s(531)],l=l[s(458)](e[s(503)])?l:e[s(503)],r=Object[s(638)]({},t[s(533)]),c?e[s(531)][s(782)](c[s(524)]()[s(531)])?(c[s(715)](),c=t):t[s(715)]():c=t}}if(c)return this[s(683)](c,this[s(659)][s(505)](u,l)),c;{const t=(0,e.uid)(),i=this[s(659)][s(505)](u,l),a=o.id,c=n?s(779)+n:s(490),f=this[s(699)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(846)](c,t,a,i),f}}[Ec(809)](t,n=Ec(666),r={}){const s=Ec,o=this[s(742)][s(525)][s(832)](s(882)).me,a=t[s(516)]((t=>new i.LiveRange(t[s(531)],t[s(503)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(739)](a,s(485)))e[s(807)]&&!e[s(735)]&&c[s(827)](t);for(const e of c)if(e[s(692)]){const o=e[s(858)]();if((!e[s(533)]||!e[s(533)][s(618)])&&o[s(651)]((t=>a[s(781)]((e=>e[s(852)](t,!0)))))&&e[s(676)](),a[s(651)]((t=>o[s(781)]((e=>e[s(852)](t,!0)))))){const e=this[s(611)][s(705)](s(490),n,s(623));return this[s(592)]((()=>e(t,null,r))),null}}else{const t=e[s(524)]();if(a[s(781)]((e=>e[s(852)](t,!0)))&&e[s(676)](),a[s(651)]((e=>t[s(852)](e,!0)))){const t=this[s(611)][s(705)](s(490),n,s(623));return this[s(592)]((()=>t(a,null,r))),null}}const u=this[s(611)][s(705)](s(490),n,s(637));let l=null;for(const t of this[s(684)]())if(t[s(813)].id==o.id&&t[s(467)]&&s(490)==t[s(821)]&&t[s(818)]==n&&Oc(t,r)&&(u(t[s(858)](),a)||u(a,t[s(858)]())))if(l){if(t[s(871)]&&t[s(871)][s(600)])continue;for(const e of t[s(858)]())l[s(878)](e)||l[s(687)](e);t[s(715)]()}else{l=t;for(const e of a)t[s(878)](e)||t[s(687)](e)}if(l)return l;c[s(702)]();for(const{suggestion:t,meta:e}of this[s(739)](a,s(490)))e[s(807)]&&(this[s(874)]||!e[s(549)]&&!e[s(800)])&&Oc(t,r)&&c[s(827)](t);for(const t of c){const e=t[s(858)]();if((!r||!r[s(618)])&&a[s(651)]((t=>e[s(781)]((e=>e[s(852)](t,!0))))))return t;(!t[s(533)]||!t[s(533)][s(618)])&&e[s(651)]((t=>a[s(781)]((e=>e[s(852)](t,!0)))))&&t[s(676)]()}const f=(0,e.uid)(),h=o.id,g=s(779)+n,d=this[s(699)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(479)](),t[s(820)]||s(773)==t[s(521)][s(609)]||this[s(846)](g,f,h,t,Hr[s(679)]());return d}[Ec(650)](t,n,r,s,o){const i=Ec;if(t[i(820)])return[];if(i(774)===this[i(674)])return[];const a=this[i(742)][i(525)][i(832)](i(882)).me.id,c=Array[i(704)](this[i(829)][i(761)]())[i(656)]((e=>i(628)==e[i(821)]&&e[i(825)][i(759)]==n&&e[i(878)](t)));if(i(542)===this[i(674)]){const e=this[i(739)](t,i(485))[i(656)]((({meta:t})=>t[i(807)]&&!t[i(800)]&&!t[i(735)]))[i(516)]((({suggestion:t})=>t));c[i(518)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(628)==t[i(821)]?t[i(825)][i(751)]:void 0,o=t[i(524)](),a=Array[i(704)](u[i(685)]())[i(630)]((t=>t[i(566)](o)));if(!a)continue;const c=a[i(741)](o);this[i(802)](n)&&i(485)==t[i(821)]&&0!=c[i(600)]||(u[i(727)](a),c[i(682)]((t=>{u[i(665)](t,r)})),i(485)!=t[i(821)]&&e!=s&&u[i(665)](a[i(509)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(600)]>37&&console[i(546)](i(843),{key:n});const f=(i(660)+(n+"|")+Lc({newValue:s}))[i(755)](0,60),h=this[i(699)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(548)](h),this[i(846)](f,c,a,t)}return l}[Ec(680)](t){const e=Ec;this[e(877)](t,((t,...n)=>{this[e(587)]((()=>{t(...n)}))}))}[Ec(529)](t){const e=Ec;this[e(810)][e(827)](t)}[Ec(616)](t){const e=Ec;this[e(736)][e(827)](t)}[Ec(744)](t){const e=Ec;return e(628)==t[e(821)]?t[e(818)][e(879)]("|")[0]:null}[Ec(683)](t,e){const n=Ec,r=t[n(710)]();this[n(659)][n(469)]((t=>{t[n(860)](r,{range:e})}))}[Ec(765)](t){const e=Ec,n=t.id,r=this[e(742)][e(642)][e(832)](e(672));this[e(706)][e(551)](n)||this[e(706)][e(523)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(706)][e(607)](n);s[e(457)](e(547)),s[e(547)]=!1,t[e(871)]=s}[Ec(468)](t,n,r,s){const o=Ec;if(t[o(821)]!=n||t[o(818)]!=r||t[o(528)].id!=s)throw this[o(742)][o(841)](o(690)),new e.CKEditorError(o(690),this)}[Ec(746)](t,n){const r=Ec,s=t[r(524)]();if(n[r(695)](s))t[r(715)]();else if(s[r(852)](n)){const o=this[r(659)][r(581)](n[r(531)][r(804)],r(503));this[r(683)](t,this[r(659)][r(505)](s[r(531)],o));const i=(0,e.uid)(),a=t[r(528)].id,c=t[r(821)]+":"+t[r(818)];this[r(699)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(825)],attributes:t[r(533)]});const u=this[r(659)][r(581)](n[r(503)][r(586)],r(629)),l=this[r(659)][r(505)](u,s[r(503)]);this[r(846)](c,i,a,l)}else if(s[r(833)](n[r(531)])){const e=this[r(659)][r(581)](n[r(531)][r(804)],r(503));this[r(683)](t,this[r(659)][r(505)](s[r(531)],e))}else{const e=this[r(659)][r(581)](n[r(503)][r(586)],r(629));this[r(683)](t,this[r(659)][r(505)](e,s[r(503)]))}}[Ec(538)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(739)](t,e(485))){if(!r[e(807)])continue;const s=n[e(858)]();for(const n of s)if(!t[e(741)](n)[e(600)])return!0}return!1}[Ec(733)](t){const n=Ec,r=this[n(742)][n(525)][n(832)](n(882))[n(703)](t);if(!r)throw new e.CKEditorError(n(598),this);return r}[Ec(470)](t){const e=Ec,n=this[e(742)][e(525)][e(832)](e(882)),r=(0,o.hashObject)(e(698)+t);return n[e(703)](r)||n[e(792)]({id:r,name:t})}[Ec(803)](t,e,n,r,s){const o=Ec,i=this[o(733)](r),a=this[o(611)][o(801)](t,e,n,i,s,(t=>{const e=o;this[e(537)](n,{attributes:t});const r=this[e(770)](n);this[e(859)](new Set([r])),this[e(766)](new Set([r]))}));return this[o(808)](a,o(623),(()=>{const t=o;this[t(537)](n,{state:t(794)})}),{priority:o(865)}),this[o(808)](a,o(676),(()=>{const t=o;this[t(537)](n,{state:t(633)})}),{priority:o(865)}),this[o(829)][o(665)](n,a),this[o(885)][o(665)](a,o(621)),a}[Ec(721)](t){const e=Ec,n=t[e(879)](":");return{group:n[0],type:n[1],subType:n[e(600)]>=5?n[2]:null,id:n[e(600)]<5?n[2]:n[3],authorId:n[e(600)]<5?n[3]:n[4],markerCount:6==n[e(600)]?n[5]:null}}[Ec(884)](t,n,r){const s=Ec,o=t[s(524)](),i=o[s(531)],a=o[s(503)];this[s(683)](t,this[s(659)][s(505)](i,n));const c=(0,e.uid)(),u=t[s(528)].id,l=t[s(821)]+(t[s(818)]?":"+t[s(818)]:"");this[s(699)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(533)],data:t[s(825)]});const f=this[s(744)](t);(s(619)==t[s(821)]||f&&this[s(802)](f))&&(r=this[s(659)][s(786)](r[s(586)])),this[s(846)](l,c,u,this[s(659)][s(505)](r,a))}[Ec(739)](t,e=null){const n=Ec,r=[],s=this[n(742)][n(525)][n(832)](n(882)).me;Array[n(522)](t)||(t=[t]);for(const o of this[n(684)]()){if(!o[n(467)])continue;if(e&&o[n(821)]!=e)continue;let i=!1;for(const e of o[n(858)]()){for(const a of t){const t=a[n(531)][n(695)](e[n(503)])||a[n(503)][n(695)](e[n(531)]);if(t||a[n(509)](e)){const c=a[n(852)](e)&&Ac(this[n(659)][n(652)],e[n(531)],a),u=e[n(852)](a)&&Ac(this[n(659)][n(652)],a[n(531)],e);r[n(548)]({suggestion:o,meta:{isOwn:s==o[n(813)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(846)](t,e,n,r,s){const o=Ec;this[o(659)][o(469)]((i=>{const a=o;let c=a(845)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(610)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(677)](t){const e=Ec,n=t[e(720)],r=t[e(527)];t[e(720)]=null,t[e(527)]=null,null!=n&&n[e(527)]==t&&(n[e(527)]=r),null!=r&&r[e(720)]==t&&(r[e(720)]=n),e(793)==this[e(885)][e(832)](t)&&(this[e(885)][e(665)](t,e(644)),this[e(504)](e(790),t,n,r))}[Ec(699)](t){const n=Ec,r=t.id,s=this[n(647)](t);if(this[n(785)]&&this[n(785)][n(867)]){const o=this[n(742)][n(525)][n(832)](n(617)),i=s[n(883)],a=s[n(818)]?s[n(821)]+":"+s[n(818)]:s[n(821)],c=this[n(742)][n(543)],u=o[n(827)](zr(c,n(612))),l={id:r,type:a,hasComments:i,data:t[n(825)]||null,originalSuggestionId:t[n(578)]||null,attributes:s[n(533)]};this[n(785)][n(867)](l)[n(834)]((t=>{const e=n;s[e(836)]=!0,o[e(777)](u),t&&t[e(844)]&&(this[e(829)][e(832)](r)[e(844)]=t[e(844)])}))[n(757)]((t=>{const r=n;throw(0,e.logWarning)(r(778)),this[r(742)][r(519)][r(726)]({isUndoable:!1},(()=>{s[r(676)]()})),s[r(754)](),this[r(829)][r(727)](s.id),this[r(885)][r(727)](s),t}))}return s}[Ec(802)](t){const e=Ec;return this[e(810)][e(583)](t)}[Ec(537)](t,e){const n=Ec,r=this[n(742)][n(525)][n(832)](n(617)),s=this[n(770)](t);if(this[n(785)]&&this[n(785)][n(639)])if(s[n(836)]){const s=r[n(827)](zr(this[n(742)][n(543)],n(612)));this[n(785)][n(639)](t,e)[n(834)]((()=>{r[n(777)](s)}))}else s.on(n(599),(()=>{this[n(537)](t,e)}))}[Ec(723)](t){const n=Ec;if(!this[n(785)]||!this[n(785)][n(770)])throw new e.CKEditorError(n(866),this);return this[n(785)][n(770)](t)}[Ec(688)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(721)](t),i=this[e(829)][e(832)](n)||this[e(803)](r,s,n,o,{});switch(this[e(468)](i,r,s,o),this[e(885)][e(832)](i)){case e(621):this[e(723)](n)[e(834)]((t=>{const r=e;let s=Promise[r(631)]();t[r(883)]&&(s=this[r(706)][r(811)]({channelId:this[r(742)][r(642)][r(832)](r(672)),threadId:n})),s[r(834)]((()=>{const e=r;this[e(647)](t)[e(836)]=!0}))})),this[e(885)][e(665)](i,e(795));break;case e(644):this[e(537)](n,{state:e(772)});case e(743):this[e(885)][e(665)](i,e(793)),this[e(504)](e(591),i);break;case e(793):this[e(504)](e(654),i)}return i[e(498)](t),i}[Ec(766)](t){const e=Ec,n=Array[e(704)](t),r=n[e(656)]((t=>e(628)==t[e(821)]));this[e(691)](r);const s=n[e(656)]((t=>!t[e(692)]&&e(628)!=t[e(821)])),o=this[e(684)]({skipNotAttached:!0})[e(656)]((t=>!t[e(692)]&&e(628)!=t[e(821)])),i=o[e(656)]((n=>!t[e(583)](n))),a=new Map(o[e(516)]((t=>[t,this[e(611)][e(705)](t[e(821)],t[e(818)],e(837))]))),c=new Map(o[e(516)]((t=>[t,t[e(524)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(600)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(600)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(600)];t++){const n=s[t];!l[e(583)](n)&&n[e(720)]&&(f[e(827)](n[e(720)]),n[e(720)][e(527)]===n&&(n[e(720)][e(527)]=null),n[e(720)]=null),!u[e(583)](n)&&n[e(527)]&&(f[e(827)](n[e(527)]),n[e(527)][e(720)]===n&&(n[e(527)][e(720)]=null),n[e(527)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(600)];e++){const r=g(t,n[e]);r&&(r[0][s(527)]=r[1],r[1][s(720)]=r[0],u[s(827)](r[0]),l[s(827)](r[1]))}}function g(t,n){const r=e;if(t[r(813)].id!==n[r(813)].id)return null;const s=a[r(832)](t)(t,n,c[r(832)](t),c[r(832)](n));return s&&a[r(832)](n)(t,n,c[r(832)](t),c[r(832)](n))?s[1][r(871)]&&s[1][r(871)][r(600)]?null:s:null}f[e(608)]&&this[e(766)](f)}[Ec(691)](t){const e=Ec;if(0==t[e(600)])return;const n=this[e(684)]({skipNotAttached:!0})[e(656)]((t=>e(628)==t[e(821)]&&t[e(716)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(533)]);s[e(583)](n)||(s[e(665)](n,r[e(600)]),r[e(548)]([]));const i=s[e(832)](n);r[i][e(548)](t)}!function(){const t=e;r[t(653)](((e,n)=>{const r=t,s=e[0][r(844)],o=n[0][r(844)];return s==o?e[0][r(533)][r(738)]<n[0][r(533)][r(738)]?-1:1:s<o?-1:1}));for(const e of r)e[t(653)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(600)];t++){if(0==r[t][e(600)])continue;const n=[];for(let s=t+1;s<r[e(600)];s++)0!=r[s][e(600)]&&i(r[t],r[s])&&n[e(548)](s);for(const s of n)r[t]=r[t][e(681)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(600)];n++)t[n][e(527)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(600)];n++)t[n][e(720)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(533)][r(738)]!==n[0][r(533)][r(738)]&&t[0][r(813)]!==n[0][r(813)])return!1;if(!function(t,e){const n=r;return!t[n(883)]&&!e[n(883)]||(!t[n(883)]||!e[n(883)])&&(!!(t[n(883)]&&e[n(844)]<t[n(871)][n(604)][n(832)](0)[n(844)])||!!(e[n(883)]&&t[n(844)]<e[n(871)][n(604)][n(832)](0)[n(844)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(533)],r(738)),o=Ic(n[0][r(533)],r(738));return!!Or(s,o)&&(!!t[r(651)]((t=>n[r(781)]((e=>t[r(524)]()[r(695)](e[r(524)]())))))&&n[r(651)]((e=>t[r(781)]((t=>e[r(524)]()[r(695)](t[r(524)]()))))))}}[Ec(859)](t){const e=Ec,n=Array[e(704)](t),r=this[e(684)]({skipNotAttached:!0}),s=r[e(656)]((n=>!t[e(583)](n))),o=new Map(n[e(516)]((t=>[t,this[e(611)][e(705)](t[e(821)],t[e(818)],e(637))]))),i=new Map(r[e(516)]((t=>[t,t[e(858)]()])));for(let t=0;t<n[e(600)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(600)];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(600)];e++){const s=r[e];if(s[a(821)]!==n[a(821)]||s[a(813)].id!==n[a(813)].id||s[a(818)]!==n[a(818)])continue;if(!wc(n,s,[a(738)]))continue;if(a(628)==n[a(821)]&&n[a(825)][a(751)]!=s[a(825)][a(751)])continue;if(a(628)==n[a(821)]&&t[a(802)](n[a(825)][a(759)]))continue;if(a(619)==n[a(821)]){const e=t[a(742)][a(519)],r=n[a(635)]();if(r&&(e[a(652)][a(590)](r)||e[a(652)][a(601)](r)))continue}const c=o[a(832)](n),u=i[a(832)](n),l=i[a(832)](s),f=n[a(871)]&&n[a(871)][a(600)],h=s[a(871)]&&s[a(871)][a(600)];if(!f&&c(l,u))return t[a(560)](s,n),i[a(727)](n),!0;if(!h&&c(u,l))return t[a(560)](n,s),i[a(727)](s),!0}return!1}}[Ec(560)](t,e){const n=Ec;if(t[n(692)])for(const r of e[n(858)]())t[n(687)](r);else{const r=e[n(524)]()[n(503)];this[n(683)](t,this[n(659)][n(505)](t[n(524)]()[n(531)],r))}e[n(715)]()}[Ec(762)](t,e){const n=Ec,r=t[n(649)](n(667))||t[n(649)](n(628))?n(771):t[n(817)]();return zr(this[n(742)][n(543)],e+"_"+r+n(839))}[Ec(539)](){const t=Ec,e=this[t(742)];if(!e.ui)return;const{ariaLiveAnnouncer:n}=e.ui;(0,o.surroundingMarkersDetector)(this[t(659)],(({left:e,entered:r})=>{const s=t;for(const t of e){const{group:e,type:r}=this[s(721)](t[s(835)]);if(s(796)===e){n[s(732)](this[s(762)](r,s(535)));break}}for(const t of r){const{group:e,type:r}=this[s(721)](t[s(835)]);if(s(796)===e){n[s(732)](this[s(762)](r,s(713)));break}}}))}[Ec(731)](t){const e=Ec;if(this[e(756)])return!1;const n=this[e(742)],r=n[e(519)][e(492)][e(465)][e(768)]();if(0==r[e(600)])return!1;const s=[],o=r[e(656)]((t=>e(628)==t[e(821)])),i=r[e(656)]((t=>e(540)==t[e(821)]&&e(460)!=t[e(835)])),a=r[e(656)]((t=>e(777)==t[e(821)]&&e(460)!=t[e(835)]));for(const t of o)s[e(548)]({key:t[e(489)],newValue:t[e(722)],oldValue:t[e(752)],range:Sc(t[e(515)],n[e(519)])});for(const t of i){const r=a[e(630)]((n=>n[e(577)][e(695)](t[e(577)])));r&&s[e(548)]({key:e(589),newValue:t[e(835)],oldValue:r[e(835)],range:n[e(519)][e(850)](t[e(577)][e(483)])})}return 0!=s[e(600)]&&this[e(855)](t,s)}[Ec(868)](t){const e=Ec;let n=!1;const r=this[e(742)][e(519)][e(492)][e(465)][e(671)]()[e(656)]((t=>t[e(825)][e(459)]&&t[e(835)][e(649)](e(693))));for(const s of r){const{subType:r,id:o}=this[e(721)](s[e(835)]),i=r[e(879)]("|")[0];for(const r of this[e(684)]({skipNotAttached:!0}))r.id!=o&&e(628)==r[e(821)]&&r[e(825)]&&r[e(825)][e(759)]==i&&r[e(524)]()[e(566)](s[e(825)][e(459)])&&(this[e(849)](r,s[e(825)][e(459)],t),n=!0)}return n}[Ec(587)](t){const e=Ec;this[e(742)],this[e(756)]=!0,t()}[Ec(873)](t){const e=Ec,n=this[e(802)](t),r=this[e(736)][e(583)](t);return n||r}[Ec(855)](t,e){const n=Ec;if(0==e[n(600)])return!1;let r=!1;for(const s of e){const e=this[n(739)](s[n(515)],n(628))[n(656)]((t=>!t[n(511)][n(735)]))[n(516)]((t=>t[n(796)])),i=(0,o.hashObject)({newValue:s[n(556)]});e[n(656)]((t=>{const e=n,[r,o]=t[e(818)][e(879)]("|");return r==s[e(759)]&&o!=i}))[n(682)]((e=>{const o=n;this[o(849)](e,s[o(515)],t),r=!0}))}return r}[Ec(849)](t,e,n){const r=Ec,s=t[r(524)]()[r(741)](e);0!==s[r(600)]?1!==s[r(600)]?this[r(884)](t,e[r(531)],e[r(503)]):this[r(683)](t,s[0]):n[r(876)](t[r(710)]())}}class yc{constructor(t){const e=Ec;this[e(780)]=t,this[e(659)]=t[e(519)],this[e(872)]=new Map,this[e(798)]=new Map,this[e(603)]()}[Ec(801)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(659)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(705)](t,e,i(623))(...n),onDiscard:(...n)=>this[i(705)](t,e,i(676))(...n)})}[Ec(787)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(872)][s(665)](o,r)}[Ec(705)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(872)][r(832)](s)||this[r(798)][r(832)](t+":"+n)}[Ec(603)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(653)](((t,n)=>t[e(531)][e(782)](n[e(531)])?1:-1)),this[e(659)][e(469)]((n=>{const r=e;for(const e of t){let t;t=e[r(503)][r(740)]&&e[r(503)][r(586)]==e[r(531)][r(483)]?n[r(719)](e[r(531)][r(483)],"on"):n[r(719)](e),this[r(659)][r(567)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(659)][n(469)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(516)]((t=>(kc(t)&&(t=this[s(659)][s(505)](t[s(503)])),t)))[s(656)]((t=>s(773)!==t[s(521)][s(609)]));if(c[s(600)]<1)return;const u=Array[s(704)](this[s(659)][s(492)][s(545)][s(858)]())[s(516)]((t=>i.LiveRange[s(475)](t)));r[s(481)](c);for(const t of this[s(780)][s(748)][s(748)]())t[s(596)]();a[s(548)]({forceDefaultExecution:!0}),this[s(780)][s(488)](o,...a);const l=u[s(656)]((t=>s(773)!=t[s(521)][s(609)]));l[s(600)]>0&&r[s(481)](l);for(const t of u)t[s(479)]()}))},s=(e,n)=>1==e[t(600)]&&1==n[t(600)]&&e[0][t(503)][t(695)](n[0][t(531)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(659)])?[e,n]:vc(n,e,s,r,this[t(659)])?[n,e]:null;this[t(798)][t(665)](t(456),e),this[t(798)][t(665)](t(828),n),this[t(798)][t(665)](t(830),s),this[t(798)][t(665)](t(614),o),this[t(798)][t(665)](t(657),n),this[t(798)][t(665)](t(550),e),this[t(798)][t(665)](t(541),s),this[t(798)][t(665)](t(753),o),this[t(798)][t(665)](t(624),r),this[t(798)][t(665)](t(747),e),this[t(798)][t(665)](t(694),s),this[t(798)][t(665)](t(799),e),this[t(798)][t(665)](t(822),r),this[t(798)][t(665)](t(526),e),this[t(798)][t(665)](t(494),s),this[t(798)][t(665)](t(862),e),this[t(798)][t(665)](t(806),e),this[t(798)][t(665)](t(486),((e,n)=>{const r=t;if(!n)return;const s=this[r(780)][r(525)][r(832)](_c);this[r(659)][r(469)]((t=>{const o=r;if(o(589)==n[o(759)])for(const r of e){const e=r[o(531)][o(483)],s=n[o(751)];t[o(842)](e,s)}else if(s[o(802)](n[o(759)]))for(const r of e)void 0!==n[o(751)]?t[o(805)](n[o(759)],n[o(751)],r[o(531)][o(483)]):t[o(686)](n[o(759)],r[o(531)][o(483)]);else for(const r of e)n[o(751)]?t[o(805)](n[o(759)],n[o(751)],r):t[o(686)](n[o(759)],r)}))})),this[t(798)][t(665)](t(572),s)}}function Ac(t,e,n){const r=Ec;for(const s of e[r(586)][r(763)]({includeSelf:!0,parentFirst:!0})){if(s[r(521)]==s)return!1;if(!n[r(812)](s))return!1;if(t[r(590)](s)||t[r(601)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(503)][e(586)]==t[e(531)][e(483)]&&t[e(503)][e(749)]}function Cc(t,e,n,r){const s=Ec,o=t=>!t[s(517)].is(s(463))&&!r[s(590)](t[s(517)]),i=t[s(531)][s(856)](o),a=t[s(503)][s(856)](o,{direction:s(646)});return!(t[s(531)][s(695)](i)&&t[s(503)][s(695)](a)||(i[s(782)](a)?n[s(860)](e,{range:n[s(505)](i,a)}):n[s(876)](e),0))}function Lc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(531)][e(483)];return n&&n.is(e(493))}function Nc(){const t=["enqueueChange","delete","ck-suggestion-marker--active","mapper","includes","_processAttributeChanges","announce","_getAuthorFromId","marker-count","isNextTo","_inlineAttributeKeys","getShiftedBy","groupId","_findSuggestions","isAtEnd","getDifference","editor","dataReady","_getAttributeKey","addComment","_cutOutSuggestionMarker","formatInline:discard","commands","isAtStart","markMultiRangeInsertion","oldValue","attributeOldValue","deletion:chain","stopListening","substring","_recordAttributeSuggestions","catch","getRange","key","ck-suggestion-marker","values","_getMarkerAnnouncementText","getAncestors","pluginName","_addThreadToSuggestion","_refreshSuggestionsChain","conversion","getChanges","getWalker","getSuggestion","FORMATTING","open","$graveyard","never","markInlineFormat","targetPosition","remove","error-saving-suggestion-data-suggestion-discarded","deletion:","_editor","some","isBefore","_descriptionFactory","init","_adapter","createPositionBefore","registerCustomCallback","update:suggestion","getAllAdjacentSuggestions","suggestionUnloaded","trackChanges.mergeNestedSuggestions","addUser","ready","accepted","markerReady","suggestion","ck-suggestion-marker-","_defaultCallbacks","formatInline:chain","isInsideObject","buildSuggestion","_isBlockAttribute","_createSuggestion","nodeBefore","setAttribute","attribute:accept","isOwn","listenTo","markMultiRangeDeletion","_blockAttributeKeys","fetchCommentThread","containsItem","author","return","addMarker:suggestion:formatBlock","splice","toUpperCase","subType","head","isCollapsed","type","formatBlock:accept","isSelectable","15beYgho","data","writer","add","insertion:discard","_suggestions","insertion:join","getItems","get","containsPosition","then","name","_saved","chain","data-suggestion","_SUGGESTION_ANNOUNCEMENT","registerPostFixer","enableReadOnlyMode","rename","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.","createdAt","suggestion:","_addSuggestionMarker","activeMarkers","reconvertMarker","_reduceSuggestionAttributeRange","createRangeOn","trackChanges","containsRange","removeComment","addClass","_reduceExistingSuggestions","getLastMatchingPosition","adapter","getRanges","_joinWithAdjacentSuggestions","updateMarker","505cXPnLk","formatBlock:chain","always","removeMarker:suggestion:formatBlock","high","track-changes-adapter-missing-getsuggestion","addSuggestion","_processAttributeSuggestions","editingDowncast","forward","commentThread","_customCallbacks","_isRegisteredAttribute","_mergeNestedSuggestions","highest","removeMarker","enableCommand","isIntersectingWithRange","split","markBlockFormat","normal","Users","hasComments","_breakSuggestionMarker","_suggestionState","discardSuggestion","getCustomProperty","insertion:accept","unbind","isAfter","newRange","$text","isTouching","TrackChangesEditing","$textProxy","trackChangesCommand","differ","tablePasteChainId","isInContent","_checkSuggestionCorrectness","change","_getExternalAuthor","isBlock","moveTargetPosition","consume","isUndo","fromRange","createPositionAfter","value","markerToHighlight","detach","lowest","setSelection","markInsertion","nodeAfter","toJSON","insertion","attribute:discard","insertion:","execute","attributeKey","deletion","markers","document","element","formatBlock:join","getNearestSelectionRange","1726724kfjeYI","before","addMarkerName","discardAllSuggestions","acceptAllSuggestions","change:activeMarkers","consumable","end","fire","createRange","howMany","for","documentSelection","getIntersection","toViewElement","meta","formatGroupId","applyOperation","_element","range","map","item","unshift","model","formatInline:","root","isArray","addCommentThread","getFirstRange","plugins","formatBlock:discard","next","creator","registerBlockAttribute","multipleBlocks","start","stop","attributes","containerElement","LEAVE","group","_updateSuggestionData","_rangeIsInLocalUserInsertion","_initAriaMarkerChangeAnnouncements","insert","deletion:join","default","locale","createRangeIn","selection","warn","isRemovable","push","containsRangeInObject","deletion:discard","hasCommentThread","trackChanges.trackFormatChanges","batch","elementEnd","createElement","newValue","isLocal","isExternal","3650656QIvfme","_joinSuggestions","upcast","addHighlight","isDocumentOperation","CommentsRepository","removeClass","isIntersecting","deleteContent","9GSpqwg","define","requires","addMarker:suggestion","attribute:join","commandName","dataToMarker","_afterChanges","_isForcedDefaultExecutionBlock","position","originalSuggestionId","rethrowUnexpectedError","track-changes-adapter-already-set","createPositionAt","acceptSelectedSuggestions","has","oldRange","$marker","parent","_recordAttributeChanges","@external","$elementName","isObject","suggestionLoaded","forceDefaultExecution","track-changes-suggestion-not-found","1158vYmpBx","discardSelectedSuggestions","refresh","markerToData","track-changes-user-not-found","change:_saved","length","isLimit","move","_registerDefaultCallbacks","comments","elementStart","substr","getCommentThread","size","rootName","addMarker","_suggestionFactory","PENDING_ACTION_SUGGESTION","change:data","insertion:chain","pop","registerInlineAttribute","PendingActions","skipNestingCheck","formatBlock","formatBlock:","notReady","descriptionFactory","accept","formatInline:accept","ck-suggestion-marker-formatInline","_onDiscard","hasSuggestion","attribute","after","find","resolve","setTo","rejected","formatInline","getContainedElement","elementToElement","join","assign","updateSuggestion","track-changes-enable-command-twice","_enabledCommands","config","7567380iLRiXJ","removed","widget","backward","addSuggestionData","showSuggestionHighlights","startsWith","markAttributeChange","every","schema","sort","suggestionChanged","addMarker:suggestion:attribute","filter","deletion:accept","options","_model","attribute:","acceptSuggestion","getMarkers","removeMarker:suggestion:attribute","markDeletion","set","multi","format","markerName","suggestion-type","7335510bTRTnG","getChangedMarkers","collaboration.channelId","track-changes-command-not-found","_trackFormatChanges","getAttribute","discard","_removeSuggestion","437678zHiGdc","getMultiRangeId","enableDefaultAttributesIntegration","concat","forEach","_setSuggestionRange","getSuggestions","keys","removeAttribute","addRange","_handleNewSuggestionMarker","low","track-changes-suggestion-data-mismatch","_refreshAttributeSuggestionsChain","isMultiRange","suggestion:attribute:","formatInline:join","isEqual","clone","fromCharCode","external:","_setSuggestionData","authoredAt","ck-suggestion-marker-formatBlock","clear","getUser","from","getSuggestionCallback","_commentsRepository","1224191xHJVCQ","markMultiRangeBlockFormat","insertContent","getFirstMarker","authorName","editing","ENTER","unbindElementFromMarkerName","removeMarkers","_isDataLoaded","dataDowncast","markerNameToElements","createSelection","previous","_splitMarkerName","attributeNewValue","_getSuggestionData","splitPosition","bindElementToMarker"];return(Nc=function(){return t})()}function Sc(t,e){const n=Ec;return null==t[n(503)][n(804)]&&t[n(503)][n(586)]==t[n(531)][n(483)]?Mc(t[n(531)][n(483)],e):t}function Mc(t,e){const n=Ec,r=e[n(652)][n(590)](t)||e[n(652)][n(823)](t);return e[n(505)](e[n(581)](t,n(497)),r?e[n(476)](t):e[n(581)](t,n(503)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(503)][o(695)](r[o(531)]))return!0;if(t[o(821)]!=e[o(821)])return!1;if(!n[o(503)][o(461)](r[o(531)]))return!1;const i=s[o(505)](n[o(503)],r[o(531)])[o(769)]();for(const t of i)if([o(605),o(554)][o(730)](t[o(821)])&&s[o(652)][o(601)](t[o(517)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(716)]||!e[r(716)])&&Or(Ic(t[r(533)],n),Ic(e[r(533)],n))}function Oc(t,e){const n=Ec,r=Dc(t[n(533)]),s=Dc(e);if(!t[n(716)])return!1;for(const t of Object[n(685)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(638)]({},t);return delete n[e(618)],delete n[e(466)],n}const Fc=Bc;function Bc(t,e){const n=Pc();return(Bc=function(t,e){return n[t-=136]})(t,e)}function Pc(){const t=["976320YsDzMH","get","_discardCommand","commands","stopListening","132CeWBVb","locale","model","bind","canDiscard","listenTo","plugins","discardSuggestion","5758396lbJEdY","getRanges","916472WBTxSu","45904wZIDhc","remove","view","unbind","add","_acceptCommand","acceptSuggestion","22150791SDFtCY","isDirty","6354304kEikYu","89290HjYRPe","canAccept","_removePendingAction","execute","canEditAt","change:isDirty","commentThreadController","PENDING_ACTION_SUGGESTION","PendingActions","30DCZnNi","isEnabled","_setPendingAction","_pendingAction","destroy","_editor"];return(Pc=function(){return t})()}!function(t,e){const n=Bc,r=t();for(;;)try{if(490673===-parseInt(n(172))/1+-parseInt(n(157))/2+-parseInt(n(162))/3*(parseInt(n(173))/4)+parseInt(n(142))/5*(-parseInt(n(151))/6)+parseInt(n(170))/7+-parseInt(n(141))/8+parseInt(n(139))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Bc;super(),this[s(164)]=e,this[s(175)]=n,this[s(148)]=r,this[s(156)]=t,this[s(137)]=t[s(160)][s(158)](s(138)),this[s(159)]=t[s(160)][s(158)](s(169)),this[s(175)][s(165)](s(152)).to(this[s(137)],this[s(159)],((t,e)=>t||e)),this[s(175)][s(165)](s(143)).to(this[s(137)],s(152),(t=>t&&this[s(156)][s(164)][s(146)](e[s(171)]()))),this[s(175)][s(165)](s(166)).to(this[s(159)],s(152),(t=>t&&this[s(156)][s(164)][s(146)](e[s(171)]()))),this[s(154)]=null,n[s(140)]&&this[s(153)](),this[s(167)](n,s(138),(()=>this[s(138)]())),this[s(167)](n,s(169),(()=>this[s(169)]())),this[s(167)](n,s(147),(()=>{const t=s;n[t(140)]?this[t(153)]():this[t(144)]()}))}[Fc(138)](){const t=Fc;this[t(137)][t(145)](this[t(164)].id)}[Fc(169)](){const t=Fc;this[t(159)][t(145)](this[t(164)].id)}[Fc(155)](){const t=Fc;this[t(175)][t(176)](t(152)),this[t(175)][t(176)](t(143)),this[t(175)][t(176)](t(166)),this[t(161)](),this[t(148)][t(155)](),this[t(154)]&&this[t(144)]()}[Fc(153)](){const t=Fc,e=zr(this[t(156)][t(163)],t(149));this[t(154)]=this[t(156)][t(168)][t(158)](t(150))[t(136)](e)}[Fc(144)](){const t=Fc;null!==this[t(154)]&&this[t(156)][t(168)][t(158)](t(150))[t(174)](this[t(154)]),this[t(154)]=null}}function Uc(t,e){const n=jc();return(Uc=function(t,e){return n[t-=406]})(t,e)}function jc(){const t=["isActive","isDirty","3201992XfkcgV","commentThreadInputView","canDiscard","commentThread","cancel","destroy","canAccept","_config","focus","disableComments","removeComment","_createCommentViews","962216cscFDF","1448064LGJZvv","bind","submit","399347jdUDxx","showInput","15DVMElA","editorConfig","_model","addComment","CommentView","updateComment","assign","133664snQbHQ","_createCommentThreadInputView","commentInputView","_localUser","1186703awOmBi","disabledSubmit","element","delegate","set","authoredAt","9PLnbMz","locale","556134ALppgE","setData","hasDirtyComment","fire","isEnabled","editor","value","descriptionParts","commentsListView","isReadOnly","length"];return(jc=function(){return t})()}const Gc=Uc;!function(t,e){const n=Uc,r=t();for(;;)try{if(343380===-parseInt(n(420))/1+parseInt(n(429))/2+parseInt(n(417))/3+parseInt(n(416))/4+-parseInt(n(422))/5*(parseInt(n(441))/6)+-parseInt(n(433))/7+parseInt(n(454))/8*(parseInt(n(439))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jc);class Vc extends s.View{constructor(t,e,n,r){const s=Uc;super(t),this[s(449)]=null,this[s(455)]=null,this[s(437)](s(452),!1),this[s(437)](s(438),e[s(438)]),this[s(418)](s(438)).to(e),this[s(437)](s(448),[]),this[s(437)](s(453),!1),this[s(437)](s(445),!1),this[s(437)](s(410),!1),this[s(437)](s(406),!1),this[s(424)]=e,this[s(432)]=n,this[s(411)]=r,r[s(413)]?this[s(437)](s(451),1):this[s(415)]()}[Gc(412)](){const t=Gc;this[t(435)][t(412)]()}[Gc(409)](){const t=Gc;this[t(449)]&&this[t(449)][t(409)](),this[t(455)]&&this[t(455)][t(409)](),super[t(409)]()}[Gc(415)](){const t=Gc,{CommentsListView:e}=this[t(411)];this[t(449)]=new e(this[t(440)],this[t(424)][t(407)],Object[t(428)]({CommentView:this[t(411)][t(426)]},this[t(411)])),this[t(449)][t(436)](t(414)).to(this),this[t(449)][t(436)](t(427)).to(this),this[t(449)][t(418)](t(452)).to(this),this[t(437)](t(451),this[t(449)][t(451)]+1),this[t(418)](t(451)).to(this[t(449)],t(451),(t=>t+1)),this[t(455)]=this[t(430)](),this.on(t(414),(()=>this[t(412)]())),this[t(418)](t(453)).to(this[t(449)],t(443),this[t(455)][t(431)],t(447),((t,e)=>t||!!e))}[Gc(430)](){const t=Gc,{CommentThreadInputView:e}=this[t(411)],n=new e(this[t(440)],this[t(432)],this[t(411)][t(423)]),r=n[t(431)];return n[t(418)](t(421)).to(this,t(452),this[t(424)][t(407)],t(450),r,t(447),((t,e,n)=>!!n||t&&!e)),r.on(t(419),((e,n)=>{const s=t;this[s(444)](s(425),n),r[s(446)][s(442)]("")})),r.on(t(408),(()=>this[t(412)]())),r[t(418)](t(434)).to(this[t(424)][t(407)],t(450)),n}}const Hc=Wc;!function(t,e){const n=Wc,r=t();for(;;)try{if(784900===-parseInt(n(126))/1+-parseInt(n(223))/2+parseInt(n(195))/3+parseInt(n(217))/4*(-parseInt(n(208))/5)+-parseInt(n(165))/6*(parseInt(n(201))/7)+parseInt(n(140))/8+-parseInt(n(176))/9*(-parseInt(n(200))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class zc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(163)](i(206),""),this[i(166)](i(206)).to(this,i(231),(t=>t&&t[0]?t[0][i(206)]:"")),this[i(166)](i(189)).to(this,i(231),this,i(125),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(225)+qc(e[n(211)],e[n(190)])+n(203);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(175)]=null,this[i(169)]=this[i(148)](zr(e,i(178)),t.icons[i(154)],i(174),i(162),"sw"),this[i(169)][i(166)](i(193)).to(this,i(199)),this[i(170)]=this[i(148)](zr(e,i(184)),t.icons[i(226)],i(153),i(130),"sw"),this[i(170)][i(166)](i(193)).to(this,i(161)),this[i(159)]=new o.UserView(e,this[i(146)][i(214)],this[i(194)]()),this[i(159)][i(219)]({attributes:{class:[i(158),i(182)]}}),this[i(179)](this[i(142)]())}[Hc(142)](){const t=Hc,e=this[t(188)],n=[{tag:t(135),attributes:{class:[t(156),t(205)]},children:[{tag:t(134),children:[{text:this[t(159)][t(173)]}],attributes:{class:[t(215),t(123)]}},{tag:t(210),attributes:{datetime:e.to(t(213)),class:[t(232),t(187)]},children:[{text:e.to(t(213),(e=>this[t(229)][t(155)](e)))}]}]},{tag:t(135),attributes:{class:[t(227),t(196)]},children:[this[t(169)],this[t(170)]]},{tag:t(135),attributes:{class:[t(172)]}}];this[t(146)][t(164)]&&n[t(198)]({tag:t(135),attributes:{class:[t(222)]},children:[{text:this[t(168)]()}]});const r={tag:t(135),attributes:{class:[t(183),e.if(t(125),t(133)),e.to(t(206),(e=>t(131)+e)),this[t(229)][t(150)]&&t(207)],"data-suggestion-id":this[t(146)].id,"data-thread-id":this[t(146)][t(202)].id,"data-author-id":this[t(146)][t(214)].id,tabindex:-1},children:[{tag:t(135),attributes:{class:[t(147),t(197)]},children:[this[t(159)],{tag:t(135),attributes:{class:[t(212),t(124)]},children:n}]}]};return this[t(128)]&&this[t(220)]&&(r[t(216)][t(198)](this[t(128)],this[t(220)]),this[t(128)][t(224)](t(209)).to(this),this[t(128)][t(224)](t(145)).to(this),this[t(220)][t(224)](t(209)).to(this),this[t(220)][t(224)](t(145)).to(this)),r}[Hc(228)](){const t=Hc;super[t(228)](),this[t(175)]=this[t(191)][t(149)](t(157)),this[t(175)][t(218)]=this[t(189)],this.on(t(139),((e,n,r)=>{const s=t;this[s(175)][s(218)]=r}))}[Hc(148)](t,e,n,r,o){const i=Hc,a=new s.ButtonView(this[i(177)]);return a[i(163)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(219)]({attributes:{class:n}}),a.on(i(141),(()=>{const t=i;this[t(137)](r,this[t(146)].id)})),a}[Hc(168)](){const t=Hc;return t(171)===this[t(146)][t(132)][t(186)][t(180)]?zr(this[t(177)],t(230)):zr(this[t(177)],t(129))}[Hc(194)](){const t=Hc;return this[t(146)][t(164)]?t(171)===this[t(146)][t(132)][t(186)][t(180)]?zr(this[t(177)],t(138),this[t(146)][t(181)][t(173)]):zr(this[t(177)],t(144),this[t(146)][t(181)][t(173)]):null}}function Wc(t,e){const n=Kc();return(Wc=function(t,e){return n[t-=123]})(t,e)}function qc(t,e){const n=Hc;let r="";return r+=t[n(151)]("*")[n(192)](((t,e)=>e%2!=0?n(233)+Xc(t)+n(204):Xc(t)))[n(160)](""),e&&(r+=n(221)+e[n(167)]+n(152)+e[n(127)]+n(185)),r}function Kc(){const t=["descriptionParts","ck-comment__info-time",'<span class="ck-suggestion-type">',"ck-annotation__info-name","ck-annotation__main","isActive","616269KebHjg","title","commentsListView","EXTERNAL_SUGGESTION","discardSuggestion","ck-suggestion-","attributes","ck-suggestion-wrapper--active","span","div","createElement","fire","EXTERNAL_IMPORT_WORD_AVATAR","change:description","9749800oNEaRf","execute","getTemplate","innerText","EXTERNAL_AVATAR","editorDestroyed","_model","ck-suggestion","_createButton","querySelector","disableComments","split",'" title="',"ck-suggestion--discard","check","formatDateTime","ck-suggestion__info",".ck-annotation__content-wrapper","ck-suggestion__user","userView","join","canDiscard","acceptSuggestion","set","isExternal","4638RbbJur","bind","value","getExternalSuggestionNote","acceptButton","discardButton","importWord","ck-annotation__content-wrapper","name","ck-suggestion--accept","_descriptionElement","621459NfmnNG","locale","Accept suggestion","setTemplate","source","creator","ck-annotation__user","ck-suggestion-wrapper","Discard suggestion",'"></span>',"@external","ck-annotation__info-time","bindTemplate","description","color","element","map","isEnabled","getUserViewNotificationText","3127977rmxRpn","ck-annotation__actions","ck-annotation","push","canAccept","130MKygQW","735VvqSuW","commentThread","</p>","</span>","ck-annotation__info","type","ck-suggestion--disabled-comments","3955VElwyT","editorReady","time","content","ck-suggestion__main","authoredAt","author","ck-suggestion__info-name","children","1324wsolSa","innerHTML","extendTemplate","commentThreadInputView",'<span class="ck-suggestion-color" style="background-color: ',"ck-comment__external","2829784yWGOAg","delegate","<p>","cancel","ck-suggestion__actions","render","_config","EXTERNAL_IMPORT_WORD_SUGGESTION"];return(Kc=function(){return t})()}function Xc(t){const e=Hc,n=document[e(136)](e(134));return n[e(143)]=t,n[e(218)]}const Qc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Yc=Jc;function Jc(t,e){const n=tu();return(Jc=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=Jc,r=t();for(;;)try{if(621198===parseInt(n(443))/1*(-parseInt(n(534))/2)+parseInt(n(548))/3+-parseInt(n(489))/4+parseInt(n(502))/5*(-parseInt(n(535))/6)+-parseInt(n(430))/7*(parseInt(n(434))/8)+-parseInt(n(564))/9+parseInt(n(428))/10*(parseInt(n(499))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(tu);class Zc extends t.Plugin{static get[Yc(446)](){const t=Yc;return[_c,o.Users,t(510),t(471),t(427)]}static get[Yc(472)](){return Yc(536)}constructor(t){const e=Yc;super(t),this[e(556)]=new Map,this[e(487)]=new Map,this[e(476)]=new Map,this[e(562)]=new Map;const n=this[e(523)][e(491)];n[e(468)](e(458),zc),n[e(468)](e(501),!1),this[e(552)]=n[e(432)](e(501))}[Yc(441)](t,e){const n=Yc;0===this[n(562)][n(514)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(562)]){const r=this[t(556)][t(495)](e);r||n?r&&n&&this[t(558)](e):this[t(482)](e)}this[t(562)][t(553)](),this[t(523)][t(496)][t(432)](t(427))[t(494)](),this[t(537)]()}),10),this[n(562)][n(530)](t,e)}[Yc(440)](){const t=Yc,e=this[t(523)],n=e[t(496)][t(432)](t(519)),r=e[t(496)][t(432)](t(471)),s=e[t(496)][t(432)](t(427)),o=e[t(496)][t(432)](t(510));this[t(474)](),s[t(442)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(525)](this[e(556)])){const s=t[e(451)](),o=[];for(const t of s){if(!t[e(438)])continue;if(t[e(555)]){o[e(452)](...t[e(561)]());continue}const n=t[e(436)]();if(o[e(469)]>0){const t=o[0][e(454)](n);if(t){o[0]=t;continue}}o[e(452)](n)}n[e(452)]([r[e(505)],o])}return n})),this[t(483)](n,t(565),((e,n)=>{const r=t;this[r(483)](n,r(539),((t,e,s,o)=>{const i=r;n[i(438)]&&(null==s?(this[i(462)](o[i(520)]),this[i(441)](n,!1)):(this[i(462)](s[i(520)]),null==o&&this[i(441)](n,!0)))})),null!==n[r(527)]?this[r(462)](n[r(520)]):this[r(441)](n,!1)})),this[t(483)](n,t(515),((e,n,r)=>{const s=t;this[s(551)](n,s(539)),this[s(562)][s(447)](n),this[s(556)][s(495)](n)&&this[s(558)](n),r&&this[s(462)](r[s(520)])})),this[t(483)](n,t(531),((e,n)=>{this[t(462)](n)})),this[t(483)](r,t(547),(()=>{this[t(537)]()})),this[t(483)](o,t(467),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(533)](r))return;const i=n[o(563)](r);this[o(556)][o(432)](i)[o(505)][o(457)]()}),{priority:t(521)})}[Yc(537)](){const t=Yc,e=this[t(523)][t(496)][t(432)](t(471)),n=this[t(523)][t(496)][t(432)](t(519)),r=Array[t(525)](e[t(439)],(e=>e[t(460)]))[t(546)]((e=>this[t(487)][t(495)](e))),s=[];for(const e of r){const n=this[t(487)][t(432)](e)[t(431)][t(451)]();s[t(452)](...n[t(453)](((e,n)=>[...e,...n[t(522)]()]),[]))}n[t(456)]=s}[Yc(474)](){const t=Yc,n=this[t(523)],r=n[t(508)],o=zr(r,t(463)),i=new e.Collection([{type:t(464),model:new s.ViewModel({withText:!0,label:o,commandName:t(549),role:t(540)})},{type:t(504)},{type:t(478),model:new s.ViewModel({withText:!0,label:zr(r,t(455)),commandName:t(545),role:t(554)})},{type:t(478),model:new s.ViewModel({withText:!0,label:zr(r,t(479)),commandName:t(570),role:t(554)})},{type:t(478),model:new s.ViewModel({withText:!0,label:zr(r,t(488)),commandName:t(465),role:t(554)})},{type:t(478),model:new s.ViewModel({withText:!0,label:zr(r,t(480)),commandName:t(543),role:t(554)})}]);for(const e of i)if($c(e)){const r=n[t(473)][t(432)](e[t(431)][t(512)]);e[t(431)][t(493)](t(470),t(568)).to(r,t(490),t(568))}n.ui[t(461)][t(500)](t(549),(e=>this[t(569)](e,i,o))),n.ui[t(461)][t(500)](t(526),(e=>this[t(532)](e,i,o)))}[Yc(569)](t,e,n){const r=Yc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(523)][r(473)][r(432)](r(549));o[r(518)][r(530)]({tooltip:n,label:n,icon:Qc}),o[r(518)][r(493)](r(470)).to(i,r(490)),o[r(518)].on(r(497),(()=>{const t=r;i[t(497)](),this[t(523)][t(529)][t(505)][t(457)]()})),(0,s.addListToDropdown)(o,e,{role:r(571)});const a=[];for(const t of e)$c(t)&&a[r(452)](this[r(523)][r(473)][r(432)](t[r(431)][r(512)]));const c=o[r(518)];return c[r(509)][r(484)](r(568)),c[r(550)][r(484)](r(568)),c[r(509)][r(493)](r(568)).to(i,r(568)),c[r(550)][r(493)](r(568))[r(450)](a,r(568),((...t)=>t[r(481)]((t=>t)))),o.on(r(497),(t=>{const e=r;this[e(523)][e(497)](t[e(559)][e(512)]),this[e(523)][e(529)][e(505)][e(457)]()})),o}[Yc(532)](t,e,n){const r=Yc,o=new s.MenuBarMenuView(t),i=this[r(523)][r(473)][r(432)](r(549));o[r(518)][r(530)]({label:n,icon:Qc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(504)==n[r(541)]){a[r(557)][r(500)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(431)];i[r(493)](...Object[r(435)](c)).to(c),i[r(433)](r(497)).to(o),i.on(r(497),(()=>{const t=r;this[t(523)][t(497)](c[t(512)]),this[t(523)][t(529)][t(505)][t(457)]()})),e[r(492)][r(500)](i),a[r(557)][r(500)](e)}return o[r(493)](r(568)).to(i,r(568)),o[r(566)][r(492)][r(500)](a),o}[Yc(482)](t){const e=Yc,n=this[e(523)],r=n[e(491)],s=n[e(496)][e(432)](e(471)),i=n[e(496)][e(432)](e(510)),a=n[e(496)][e(432)](e(427)),c=n[e(496)][e(432)](o.Users).me,u=r[e(432)](e(549))[e(560)],{CommentsListView:l,CommentThreadInputView:f}=n[e(496)][e(432)](e(503));let h,g;this[e(476)][e(495)](t.id)?(g=this[e(476)][e(432)](t.id),h=g[e(459)]):(h=new u(n[e(508)],t,c,{disableComments:this[e(552)],editorConfig:r[e(432)](e(437)),maxCommentsWhenCollapsed:r[e(432)](e(567)),maxThreadTotalWeight:r[e(432)](e(516)),maxCommentCharsWhenCollapsed:r[e(432)](e(507)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(432)](e(508))),CommentView:r[e(432)](e(475))[e(449)],CommentsListView:l,CommentThreadInputView:f}),h[e(544)].on(e(497),(()=>{const t=e;n[t(529)][t(505)][t(457)]()})),h[e(445)].on(e(497),(()=>{const t=e;n[t(529)][t(505)][t(457)]()})),g=s[e(466)](this[e(523)][e(508)],h),g[e(493)](e(498)).to(h,e(498)),g[e(493)](e(469)).to(h),g[e(493)](e(541)).to(h,e(541),(t=>e(426)+t)),this[e(476)][e(530)](t.id,g));const d=i[e(485)](t[e(513)],h),p=new xc(n,t,h,d),m=t[e(451)]()[e(546)]((t=>t[e(438)]));h[e(448)]=n[e(496)][e(432)](e(519))[e(444)][e(511)](m),this[e(556)][e(530)](t,p),this[e(487)][e(530)](h,p);const I=s[e(542)]({view:g,target:()=>{const r=e,s=[],i=t[r(451)]()[r(546)]((t=>t[r(438)]));for(const t of i)s[r(452)](...t[r(486)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(529)],s)},type:()=>e(426)+p[e(505)][e(541)]});i[e(517)](h,I),s[e(500)](I),a[e(528)](I)}[Yc(558)](t){const e=Yc,n=this[e(523)][e(496)][e(432)](e(510)),r=this[e(523)][e(496)][e(432)](e(471)),s=this[e(556)][e(432)](t),o=s[e(505)],i=r[e(538)](o);n[e(477)](o),i&&r[e(429)](i),this[e(556)][e(447)](t),this[e(487)][e(447)](o),s[e(506)]()}[Yc(462)](t){const e=Yc;if(!t[e(438)]||!this[e(556)][e(495)](t))return;const n=this[e(523)][e(496)][e(432)](e(519)),r=this[e(556)][e(432)](t),s=t[e(451)]();r[e(505)][e(448)]=n[e(444)][e(511)](s)}[Yc(506)](){const t=Yc;for(const e of this[t(556)][t(435)]())this[t(558)](e);for(const e of this[t(476)][t(524)]())e[t(459)][t(506)]();super[t(506)]()}}function $c(t){return Yc(431)in t}function tu(){const t=["isOn","Annotations","pluginName","commands","_addUIComponentsToFactory","comments","_annotationViews","_unbindEditors","button","Accept all selected suggestions","Discard all selected suggestions","some","_initializeController","listenTo","unbind","createCommentThreadController","getMarkers","_viewToController","Discard all suggestions","3091600AHRtKa","value","config","children","bind","refreshSelectedViews","has","plugins","execute","isDirty","7282XdGtYi","add","trackChanges.disableComments","19630VRyNuQ","CommentsUI","separator","view","destroy","comments.maxCommentCharsWhenCollapsed","locale","actionView","CommentsRepository","getDescriptions","commandName","commentThread","size","suggestionUnloaded","comments.maxThreadTotalWeight","_bindAnnotationToEditors","buttonView","TrackChangesEditing","head","lowest","getMarkerNames","editor","values","from","menuBar:trackChanges","previous","registerAnnotation","editing","set","suggestionChanged","_createMenuBarMenu","hasSuggestion","1866DjUYjk","468iyFgBQ","TrackChangesUI","_refreshActiveMarkers","getByInnerView","change:previous","menuitemcheckbox","type","createAnnotation","discardSelectedSuggestions","acceptButton","acceptAllSuggestions","filter","change:activeAnnotations","705312VbWkmK","trackChanges","arrowView","stopListening","_disableComments","clear","menuitem","isMultiRange","_suggestionToController","items","_destroyController","source","SuggestionThreadView","getRanges","_handleControllerBuffer","getSuggestion","11165175PbsPNr","suggestionLoaded","panelView","comments.maxCommentsWhenCollapsed","isEnabled","_createToolbarButton","acceptSelectedSuggestions","menu","suggestion-","EditorAnnotations","52310PvLfOO","remove","1757AGAOtp","model","get","delegate","24072QuRqSy","keys","getFirstRange","comments.editorConfig","isInContent","activeAnnotations","init","_handleSuggestionControllerDelayed","addSourceCollector","2KWumqs","descriptionFactory","discardButton","requires","delete","descriptionParts","CommentView","toMany","getAllAdjacentSuggestions","push","reduce","getJoined","Accept all suggestions","activeMarkers","focus","trackChanges.SuggestionThreadView","mainView","innerView","componentFactory","_updateController","Track changes","switchbutton","discardAllSuggestions","createAnnotationView","addComment","define","length"];return(tu=function(){return t})()}function eu(){var t=["addSuggestion","editor","1358576kLWkjz","pluginName","8761yfRqXb","1350295hWlqzw","356QDBkPP","Comments","852156qnCfGH","8xTXMFK","7094178ETDuYb","plugins","3259170USRxdU","12259331LWQhbf","getSuggestion","adapter","getSuggestions","TrackChanges","6vqIFWy","addSuggestionData","requires","get"];return(eu=function(){return t})()}function nu(t,e){var n=eu();return(nu=function(t,e){return n[t-=237]})(t,e)}var ru=nu;!function(t,e){for(var n=nu,r=t();;)try{if(979116===-parseInt(n(243))/1*(-parseInt(n(245))/2)+parseInt(n(257))/3*(parseInt(n(241))/4)+-parseInt(n(244))/5+parseInt(n(249))/6+-parseInt(n(252))/7*(parseInt(n(248))/8)+-parseInt(n(247))/9+-parseInt(n(251))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eu);class su extends t.Plugin{static get[ru(237)](){return[_c,Zc,ru(246)]}static get[ru(242)](){return ru(256)}set[ru(254)](t){var e=ru;this[e(240)][e(250)][e(238)](_c)[e(254)]=t}get[ru(254)](){var t=ru;return this[t(240)][t(250)][t(238)](_c)[t(254)]}[ru(239)](t){var e=ru;return this[e(240)][e(250)][e(238)](_c)[e(258)](t)}[ru(255)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=ru;return this[n(240)][n(250)][n(238)](_c)[n(255)]({skipNotAttached:t,toJSON:e})}[ru(253)](t){var e=ru;return this[e(240)][e(250)][e(238)](_c)[e(253)](t)}}const ou=lu;!function(t,e){const n=lu,r=t();for(;;)try{if(239369===-parseInt(n(237))/1+-parseInt(n(245))/2*(parseInt(n(288))/3)+parseInt(n(273))/4+-parseInt(n(250))/5+parseInt(n(287))/6+parseInt(n(249))/7+-parseInt(n(248))/8*(-parseInt(n(283))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uu);const iu=[ou(275)];class au extends t.Plugin{static get[ou(254)](){return[_c]}static get[ou(270)](){return ou(278)}[ou(234)](){const t=ou,n=this[t(296)];if(n[t(266)][t(281)](t(264),(e=>{const r=t,s=n[r(263)][r(246)][r(261)]()[r(247)](((t,e)=>(t[e]="",t)),{});return n[r(276)][r(272)](s,e)})),t(265)!=typeof n[t(266)][t(241)](t(277))[t(289)])throw new e.CKEditorError(t(271))}[ou(274)](t){return hu(this[ou(296)],!0,t)}[ou(259)](t){return hu(this[ou(296)],!1,t)}}class cu extends t.Plugin{static get[ou(270)](){return ou(252)}constructor(t){const e=ou;super(t),this[e(279)]=e(258)}[ou(234)](){const t=ou;this[t(296)][t(256)][t(241)](t(269))[t(257)]={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(296)][t(256)][t(241)](t(240))[t(257)]=null}}function uu(){const t=["execute","45ULVNEG","createDocumentFragment","createElement","map","2447610ddSarV","39kSzsgK","editorCreator","acceptAllSuggestions","getSuggestions","addCommentThread","name","push","useAnonymousUser","editor","init","rootsAttributes","destroy","378194GpfcWF","data","set","TrackChangesEditing","get","addUser","users","getRootsAttributes","11510DwJhoc","document","reduce","445288JlKGfK","899283RDcxtj","1876370runvoC","getCommentThreads","TrackChangesDataGetter","addSuggestionData","requires","Users","plugins","_adapter","end","getDataWithDiscardedSuggestions","discardAllSuggestions","getRootNames","div","model","trackChangesData.editorCreator","function","config","appendChild","getFullData","CommentsRepository","pluginName","track-changes-data-invalid-editor-creator","create","1011772ZAkHwB","getDataWithAcceptedSuggestions","Pagination","constructor","trackChangesData","TrackChangesData","result","getUser","define"];return(uu=function(){return t})()}function lu(t,e){const n=uu();return(lu=function(t,e){return n[t-=234]})(t,e)}function fu(t){return void 0!==t[ou(244)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,iu);s[r(256)][r(294)](_c,cu),s[r(235)]=fu(t)?t[r(244)]():void 0;const i=document[r(284)](),a=t[r(266)][r(241)](r(277))[r(289)],c=await a(s,(()=>function(t){const e=r,n=document[e(285)](e(262));return t[e(267)](n),n}(i)));!function(t,e){const n=r,s=t[n(263)][n(246)][n(261)]()[n(247)](((e,r)=>(e[r]=t[n(238)][n(241)]({rootName:r}),e)),{}),o=t[n(256)][n(241)](n(255))[n(243)][n(286)]((t=>({id:t.id,name:t[n(293)]}))),i=t[n(256)][n(241)](n(240))[n(291)]({skipNotAttached:!0,toJSON:!0}),a=t[n(256)][n(241)](n(269))[n(251)]({skipNotAttached:!0,toJSON:!0}),c=e[n(256)][n(241)](n(255)),u=e[n(256)][n(241)](n(240)),l=e[n(256)][n(241)](n(269));for(const t of o)c[n(280)](t.id)||c[n(242)](t);c.me||c[n(295)]();for(const t of i)u[n(253)](t);for(const t of a)l[n(292)](t);e[n(238)][n(239)](s)}(t,c),c[r(282)](r(e?290:260));const u=fu(c)?c[r(268)](n):c[r(238)][r(241)](n);return await c[r(236)](),u}function gu(){var t=["62HiZjrz","2466qbhlIN","15047zTHNXh","590XYLVrn","4449hFgIgB","1357472WmkIpZ","876HHTyvn","1035800dBzWsm","5271tIMLBl","34227fEPPfu","74987xSSkWz","1236wCHNRe"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=104]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(272495===parseInt(n(112))/1*(parseInt(n(110))/2)+-parseInt(n(114))/3*(parseInt(n(104))/4)+-parseInt(n(105))/5+-parseInt(n(111))/6*(parseInt(n(106))/7)+parseInt(n(115))/8+-parseInt(n(107))/9*(parseInt(n(113))/10)+-parseInt(n(108))/11*(-parseInt(n(109))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|