@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.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/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- 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:()=>qc,SuggestionThreadView:()=>Jc,TrackChanges:()=>cu,TrackChangesData:()=>fu,TrackChangesEditing:()=>Nc});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=u();return(c=function(t,e){return n[t-=473]})(t,e)}function u(){const t=["affectsData","6RxzdIl","isEnabled","3890ePMqaR","143561Zqhoob","TrackChangesCommand","editor","has","10427774qYsQrW","32346kpSKpv","execute","forceDisabled","150gLUByt","refresh","_disableUnsupportedCommands","_enabledCommands","1772536OgXbZu","_enableCommands","3759928BfownQ","5784ZVCQGE","clearForceDisabled","value","commands","808150HxdwMu","_isEnabledBasedOnSelection","11898lYGOxy"];return(u=function(){return t})()}const l=c;!function(t){const e=c,n=t();for(;;)try{if(889113===-parseInt(e(493))/1+parseInt(e(486))/2*(parseInt(e(489))/3)+-parseInt(e(495))/4+-parseInt(e(474))/5*(-parseInt(e(478))/6)+-parseInt(e(485))/7+parseInt(e(496))/8*(-parseInt(e(476))/9)+-parseInt(e(480))/10*(-parseInt(e(481))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t,e){const n=c;super(t),this[n(492)]=e,this[n(498)]=!1,this[n(490)](),this[n(475)]=!1}[l(490)](){this[l(479)]=!0}[l(487)](){const t=l;this[t(498)]=!this[t(498)],this[t(498)]?this[t(491)]():this[t(494)]()}[l(491)](){const t=l;for(const e of this[t(483)][t(473)][t(473)]())e[t(477)]&&!this[t(492)][t(484)](e)&&e[t(488)](t(482))}[l(494)](){const t=l;for(const e of this[t(483)][t(473)][t(473)]())e[t(477)]&&!this[t(492)][t(484)](e)&&e[t(497)](t(482))}}const h=g;!function(t){const e=g,n=t();for(;;)try{if(800632===parseInt(e(352))/1*(parseInt(e(346))/2)+parseInt(e(358))/3+-parseInt(e(363))/4*(-parseInt(e(368))/5)+-parseInt(e(351))/6*(-parseInt(e(359))/7)+-parseInt(e(367))/8*(-parseInt(e(362))/9)+-parseInt(e(349))/10*(parseInt(e(361))/11)+-parseInt(e(355))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class d extends t.Command{constructor(t,e){const n=g;super(t),this[n(360)]=e,this[n(350)](),this[n(345)]=!1}[h(350)](){this[h(364)]=!0}[h(369)](t){const n=h,r=this[n(360)][n(354)](t);if(!r)throw new e.CKEditorError(n(356),this);const s=r[n(348)]();this[n(366)][n(370)][n(365)](s)&&this[n(366)][n(357)][n(354)](n(353))[n(347)](r)}}function g(t,e){const n=p();return(g=function(t,e){return n[t-=345]})(t,e)}function p(){const t=["3588QSZmbP","2uSzyAc","TrackChangesEditing","get","32471580FRJqir","track-changes-accept-suggestion-not-found","plugins","1404366bCyldk","12929yDrefi","_suggestions","209WxTPVU","1722645BNfBmA","2356vXEZzU","isEnabled","canEditAt","editor","16xluhqS","7665zcLeqI","execute","model","_isEnabledBasedOnSelection","870788vBBdmz","acceptSuggestion","getRanges","117140VzMLbq","refresh"];return(p=function(){return t})()}const m=E;function E(t,e){const n=b();return(E=function(t,e){return n[t-=449]})(t,e)}!function(t){const e=E,n=t();for(;;)try{if(308010===-parseInt(e(471))/1*(-parseInt(e(461))/2)+parseInt(e(453))/3+parseInt(e(472))/4*(-parseInt(e(450))/5)+-parseInt(e(470))/6*(-parseInt(e(457))/7)+parseInt(e(449))/8*(-parseInt(e(452))/9)+-parseInt(e(455))/10+parseInt(e(460))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class I extends t.Command{constructor(t,e){const n=E;super(t),this[n(456)]=e,this[n(466)](),this[n(465)]=!1}[m(466)](){this[m(464)]=!0}[m(469)](t){const n=m,r=this[n(456)][n(473)](t);if(!r)throw new e.CKEditorError(n(463),this);const s=r[n(458)]();this[n(451)][n(459)][n(462)](s)&&this[n(451)][n(468)][n(473)](n(454))[n(467)](r)}}function b(){const t=["getRanges","model","16270133nYwKkg","2lXvHfx","canEditAt","track-changes-discard-suggestion-not-found","isEnabled","_isEnabledBasedOnSelection","refresh","discardSuggestion","plugins","execute","30pnkbSQ","125707lEuXHZ","37388uFGfgE","get","24DHYChG","255xwqMcg","editor","1547685HNNTOR","128988MrNweg","TrackChangesEditing","4279290PSGnbx","_suggestions","113015gthKaw"];return(b=function(){return t})()}function T(){const t=["isCollapsed"," [color ","start","length","value","isObject","isMultiRange","replace","splice","span",'"></span>',"change","end","join","createPositionAfter","innerHTML","innerText","isTouching","push","isInContent","createElement","5106702gJGoIP","sort","createPositionBefore",'<span class="ck-suggestion-type">','" title="',"deletion","createRange","map","execute","from","next","title","4564695sdNgYQ","add","12524568EeOJXt","isIntersecting","2755676PWRqwo","isArray","991292thjBsr","type","createPositionAt","1818800VBaxuA","color",'<span class="ck-suggestion-color" style="background-color: ',"content","241810iWRCyu","</span>","schema","getRanges","split"];return(T=function(){return t})()}function _(t,e){const n=A;let r="";return r+=t[n(485)]("*")[n(514)](((t,e)=>e%2!=0?n(510)+y(t)+n(482):y(t)))[n(499)](""),e&&(r+=n(479)+e[n(490)]+n(511)+e[n(518)]+n(496)),r}function y(t){const e=A,n=document[e(506)](e(495));return n[e(502)]=t,n[e(501)]}function A(t,e){const n=T();return(A=function(t,e){return n[t-=477]})(t,e)}function k(t){const e=A;return t[e(508)](((t,n)=>e(512)==t[e(526)]&&e(512)!=n[e(526)]?-1:e(512)!=t[e(526)]&&e(512)==n[e(526)]?1:0))}function C(t,e){const n=A;let r,s=0;const o=[],i=e[n(483)];for(;s<t[n(489)];){const a=t[s],c=t[s+1];r||(r=e[n(509)](a)),L(e,a,c)||(o[n(504)](e[n(513)](r,i[n(491)](a)?e[n(500)](a):e[n(527)](a,n(498)))),r=null),s++}return o}function L(t,e,n){const r=A;if(!n)return!1;const s=t[r(500)](e),o=t[r(509)](n);return s[r(503)](o)}!function(t){const e=A,n=t();for(;;)try{if(853898===parseInt(e(525))/1+parseInt(e(481))/2+-parseInt(e(519))/3+parseInt(e(523))/4+-parseInt(e(477))/5+-parseInt(e(507))/6+parseInt(e(521))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(T);function R(t,e,n){const r=A;for(;n[r(489)];){const s=n[r(494)](0,100);t[r(497)]((()=>{const t=r;for(const n of s)n[t(505)]&&e[t(515)](n.id)}))}}const N=S;function S(t,e){const n=M();return(S=function(t,e){return n[t-=472]})(t,e)}function M(){const t=["execute","values","1328622upopIi","96678DVMXwv","editor","isEnabled","4863988BcEhiA","584QpKIag","10WzzpNY","canEditAt","5292133krGmwJ","1057471VKbKXG","1739348rBChxZ","_command","_suggestions","_isEnabledBasedOnSelection","from","getRanges","some","model","refresh","isInContent","3796152KAkDQP"];return(M=function(){return t})()}!function(t){const e=S,n=t();for(;;)try{if(686119===parseInt(e(480))/1+-parseInt(e(481))/2+parseInt(e(491))/3+parseInt(e(475))/4+parseInt(e(477))/5*(-parseInt(e(494))/6)+-parseInt(e(479))/7+-parseInt(e(476))/8*(parseInt(e(472))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class v extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(482)]=e,this[r(483)]=n,this[r(489)](),this[r(484)]=!1}[N(489)](){const t=N,e=Array[t(485)](this[t(483)][t(493)]())[t(487)]((e=>e[t(490)]));this[t(474)]=this[t(482)][t(474)]&&e}[N(492)](){const t=N,e=k(Array[t(485)](this[t(483)][t(493)]()));for(const n of e){const e=n[t(486)]();if(!this[t(473)][t(488)][t(478)](e))return}R(this[t(473)][t(488)],this[t(482)],e)}}const w=D;function O(){const t=["2431130EcEvuE","isEnabled","editor","7uKSYGc","4246612yhmNjw","size","selection","from","refresh","9tvpTqm","_selectedSuggestions","6ZkbsFz","3413820NaskPa","model","_command","2277152VwjWqc","837021VNbCjT","_isEnabledBasedOnSelection","document","canEditAt","execute","_suggestions","3117020UopoGT","getRanges","values","267608LBjguh"];return(O=function(){return t})()}function D(t,e){const n=O();return(D=function(t,e){return n[t-=240]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(621641===-parseInt(e(262))/1+parseInt(e(248))/2*(-parseInt(e(253))/3)+parseInt(e(241))/4+parseInt(e(259))/5+parseInt(e(249))/6+parseInt(e(240))/7*(-parseInt(e(252))/8)+-parseInt(e(246))/9*(parseInt(e(263))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);class F extends t.Command{constructor(t,e,n){const r=D;super(t),this[r(251)]=e,this[r(258)]=n,this[r(247)]=new Set,this[r(245)](),this[r(254)]=!1}[w(245)](){const t=w,e=this[t(265)][t(250)][t(255)][t(243)],n=Array[t(244)](this[t(258)][t(261)]());this[t(247)]=function(t,e){const n=A,r=Array[n(516)](t[n(484)]()),s=new Set;for(const o of e)if(o[n(505)])for(const e of r)for(const r of o[n(484)]())(e[n(522)](r)||t[n(486)]&&!o[n(492)]&&o[n(517)]&&r[n(498)][n(503)](e[n(488)]))&&s[n(520)](o);return s}(e,n),this[t(264)]=this[t(251)][t(264)]&&!!this[t(247)][t(242)]}[w(257)](){const t=w,e=k(Array[t(244)](this[t(247)]));for(const n of e){const e=n[t(260)]();if(!this[t(265)][t(250)][t(256)](e))return}R(this[t(265)][t(250)],this[t(251)],e)}}const B=function(){this.__data__=[],this.size=0};const x=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(x(t[n][0],e))return n;return-1};var U=Array.prototype.splice;const j=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():U.call(e,n,1),--this.size,!0)};const G=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const V=function(t){return P(this.__data__,t)>-1};const H=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 z(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}z.prototype.clear=B,z.prototype.delete=j,z.prototype.get=G,z.prototype.has=V,z.prototype.set=H;const W=z;const K=function(){this.__data__=new W,this.size=0};const X=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const q=function(t){return this.__data__.get(t)};const Z=function(t){return this.__data__.has(t)};const Q="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const J=Q||Y||Function("return this")();const $=J.Symbol;var tt=Object.prototype,et=tt.hasOwnProperty,nt=tt.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=et.call(t,rt),n=t[rt];try{t[rt]=void 0;var r=!0}catch(t){}var s=nt.call(t);return r&&(e?t[rt]=n:delete t[rt]),s};var ot=Object.prototype.toString;const it=function(t){return ot.call(t)};var at=$?$.toStringTag:void 0;const ct=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":at&&at in Object(t)?st(t):it(t)};const ut=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const lt=function(t){if(!ut(t))return!1;var e=ct(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ft=J["__core-js_shared__"];var ht,dt=(ht=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"";const gt=function(t){return!!dt&&dt in t};var pt=Function.prototype.toString;const mt=function(t){if(null!=t){try{return pt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var Et=/^\[object .+?Constructor\]$/,It=Function.prototype,bt=Object.prototype,Tt=It.toString,_t=bt.hasOwnProperty,yt=RegExp("^"+Tt.call(_t).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const At=function(t){return!(!ut(t)||gt(t))&&(lt(t)?yt:Et).test(mt(t))};const kt=function(t,e){return null==t?void 0:t[e]};const Ct=function(t,e){var n=kt(t,e);return At(n)?n:void 0};const Lt=Ct(J,"Map");const Rt=Ct(Object,"create");const Nt=function(){this.__data__=Rt?Rt(null):{},this.size=0};const St=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;if(Rt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Mt.call(e,t)?e[t]:void 0};var wt=Object.prototype.hasOwnProperty;const Ot=function(t){var e=this.__data__;return Rt?void 0!==e[t]:wt.call(e,t)};const Dt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Rt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ft(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ft.prototype.clear=Nt,Ft.prototype.delete=St,Ft.prototype.get=vt,Ft.prototype.has=Ot,Ft.prototype.set=Dt;const Bt=Ft;const xt=function(){this.size=0,this.__data__={hash:new Bt,map:new(Lt||W),string:new Bt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Ut=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const jt=function(t){var e=Ut(this,t).delete(t);return this.size-=e?1:0,e};const Gt=function(t){return Ut(this,t).get(t)};const Vt=function(t){return Ut(this,t).has(t)};const Ht=function(t,e){var n=Ut(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function zt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}zt.prototype.clear=xt,zt.prototype.delete=jt,zt.prototype.get=Gt,zt.prototype.has=Vt,zt.prototype.set=Ht;const Wt=zt;const Kt=function(t,e){var n=this.__data__;if(n instanceof W){var r=n.__data__;if(!Lt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Wt(r)}return n.set(t,e),this.size=n.size,this};function Xt(t){var e=this.__data__=new W(t);this.size=e.size}Xt.prototype.clear=K,Xt.prototype.delete=X,Xt.prototype.get=q,Xt.prototype.has=Z,Xt.prototype.set=Kt;const qt=Xt;const Zt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Qt=function(){try{var t=Ct(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Qt?Qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const $t=function(t,e,n){var r=t[e];Jt.call(t,e)&&x(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const te=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Yt(n,a,c):$t(n,a,c)}return n};const ee=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const ne=function(t){return null!=t&&"object"==typeof t};const re=function(t){return ne(t)&&"[object Arguments]"==ct(t)};var se=Object.prototype,oe=se.hasOwnProperty,ie=se.propertyIsEnumerable;const ae=re(function(){return arguments}())?re:function(t){return ne(t)&&oe.call(t,"callee")&&!ie.call(t,"callee")};const ce=Array.isArray;const ue=function(){return!1};var le="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=le&&"object"==typeof module&&module&&!module.nodeType&&module,he=fe&&fe.exports===le?J.Buffer:void 0;const de=(he?he.isBuffer:void 0)||ue;var ge=/^(?:0|[1-9]\d*)$/;const pe=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&ge.test(t))&&t>-1&&t%1==0&&t<e};const me=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ee={};Ee["[object Float32Array]"]=Ee["[object Float64Array]"]=Ee["[object Int8Array]"]=Ee["[object Int16Array]"]=Ee["[object Int32Array]"]=Ee["[object Uint8Array]"]=Ee["[object Uint8ClampedArray]"]=Ee["[object Uint16Array]"]=Ee["[object Uint32Array]"]=!0,Ee["[object Arguments]"]=Ee["[object Array]"]=Ee["[object ArrayBuffer]"]=Ee["[object Boolean]"]=Ee["[object DataView]"]=Ee["[object Date]"]=Ee["[object Error]"]=Ee["[object Function]"]=Ee["[object Map]"]=Ee["[object Number]"]=Ee["[object Object]"]=Ee["[object RegExp]"]=Ee["[object Set]"]=Ee["[object String]"]=Ee["[object WeakMap]"]=!1;const Ie=function(t){return ne(t)&&me(t.length)&&!!Ee[ct(t)]};const be=function(t){return function(e){return t(e)}};var Te="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=Te&&"object"==typeof module&&module&&!module.nodeType&&module,ye=_e&&_e.exports===Te&&Q.process;const Ae=function(){try{var t=_e&&_e.require&&_e.require("util").types;return t||ye&&ye.binding&&ye.binding("util")}catch(t){}}();var ke=Ae&&Ae.isTypedArray;const Ce=ke?be(ke):Ie;var Le=Object.prototype.hasOwnProperty;const Re=function(t,e){var n=ce(t),r=!n&&ae(t),s=!n&&!r&&de(t),o=!n&&!r&&!s&&Ce(t),i=n||r||s||o,a=i?ee(t.length,String):[],c=a.length;for(var u in t)!e&&!Le.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||pe(u,c))||a.push(u);return a};var Ne=Object.prototype;const Se=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Me=function(t,e){return function(n){return t(e(n))}};const ve=Me(Object.keys,Object);var we=Object.prototype.hasOwnProperty;const Oe=function(t){if(!Se(t))return ve(t);var e=[];for(var n in Object(t))we.call(t,n)&&"constructor"!=n&&e.push(n);return e};const De=function(t){return null!=t&&me(t.length)&&!lt(t)};const Fe=function(t){return De(t)?Re(t):Oe(t)};const Be=function(t,e){return t&&te(e,Fe(e),t)};const xe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const Ue=function(t){if(!ut(t))return xe(t);var e=Se(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const je=function(t){return De(t)?Re(t,!0):Ue(t)};const Ge=function(t,e){return t&&te(e,je(e),t)};var Ve="object"==typeof exports&&exports&&!exports.nodeType&&exports,He=Ve&&"object"==typeof module&&module&&!module.nodeType&&module,ze=He&&He.exports===Ve?J.Buffer:void 0,We=ze?ze.allocUnsafe:void 0;const Ke=function(t,e){if(e)return t.slice();var n=t.length,r=We?We(n):new t.constructor(n);return t.copy(r),r};const Xe=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const qe=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Ze=function(){return[]};var Qe=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Je=Ye?function(t){return null==t?[]:(t=Object(t),qe(Ye(t),(function(e){return Qe.call(t,e)})))}:Ze;const $e=function(t,e){return te(t,Je(t),e)};const tn=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const en=Me(Object.getPrototypeOf,Object);const nn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)tn(e,Je(t)),t=en(t);return e}:Ze;const rn=function(t,e){return te(t,nn(t),e)};const sn=function(t,e,n){var r=e(t);return ce(t)?r:tn(r,n(t))};const on=function(t){return sn(t,Fe,Je)};const an=function(t){return sn(t,je,nn)};const cn=Ct(J,"DataView");const un=Ct(J,"Promise");const ln=Ct(J,"Set");const fn=Ct(J,"WeakMap");var hn="[object Map]",dn="[object Promise]",gn="[object Set]",pn="[object WeakMap]",mn="[object DataView]",En=mt(cn),In=mt(Lt),bn=mt(un),Tn=mt(ln),_n=mt(fn),yn=ct;(cn&&yn(new cn(new ArrayBuffer(1)))!=mn||Lt&&yn(new Lt)!=hn||un&&yn(un.resolve())!=dn||ln&&yn(new ln)!=gn||fn&&yn(new fn)!=pn)&&(yn=function(t){var e=ct(t),n="[object Object]"==e?t.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case En:return mn;case In:return hn;case bn:return dn;case Tn:return gn;case _n:return pn}return e});const An=yn;var kn=Object.prototype.hasOwnProperty;const Cn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&kn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ln=J.Uint8Array;const Rn=function(t){var e=new t.constructor(t.byteLength);return new Ln(e).set(new Ln(t)),e};const Nn=function(t,e){var n=e?Rn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Sn=/\w*$/;const Mn=function(t){var e=new t.constructor(t.source,Sn.exec(t));return e.lastIndex=t.lastIndex,e};var vn=$?$.prototype:void 0,wn=vn?vn.valueOf:void 0;const On=function(t){return wn?Object(wn.call(t)):{}};const Dn=function(t,e){var n=e?Rn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Fn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Rn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Dn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Mn(t);case"[object Symbol]":return On(t)}};var Bn=Object.create;const xn=function(){function t(){}return function(e){if(!ut(e))return{};if(Bn)return Bn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Se(t)?{}:xn(en(t))};const Un=function(t){return ne(t)&&"[object Map]"==An(t)};var jn=Ae&&Ae.isMap;const Gn=jn?be(jn):Un;const Vn=function(t){return ne(t)&&"[object Set]"==An(t)};var Hn=Ae&&Ae.isSet;const zn=Hn?be(Hn):Vn;var Wn="[object Arguments]",Kn="[object Function]",Xn="[object Object]",qn={};qn[Wn]=qn["[object Array]"]=qn["[object ArrayBuffer]"]=qn["[object DataView]"]=qn["[object Boolean]"]=qn["[object Date]"]=qn["[object Float32Array]"]=qn["[object Float64Array]"]=qn["[object Int8Array]"]=qn["[object Int16Array]"]=qn["[object Int32Array]"]=qn["[object Map]"]=qn["[object Number]"]=qn[Xn]=qn["[object RegExp]"]=qn["[object Set]"]=qn["[object String]"]=qn["[object Symbol]"]=qn["[object Uint8Array]"]=qn["[object Uint8ClampedArray]"]=qn["[object Uint16Array]"]=qn["[object Uint32Array]"]=!0,qn["[object Error]"]=qn[Kn]=qn["[object WeakMap]"]=!1;const Zn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!ut(e))return e;var f=ce(e);if(f){if(a=Cn(e),!c)return Xe(e,a)}else{var h=An(e),d=h==Kn||"[object GeneratorFunction]"==h;if(de(e))return Ke(e,c);if(h==Xn||h==Wn||d&&!o){if(a=u||d?{}:Pn(e),!c)return u?rn(e,Ge(a,e)):$e(e,Be(a,e))}else{if(!qn[h])return o?e:{};a=Fn(e,h,c)}}i||(i=new qt);var g=i.get(e);if(g)return g;i.set(e,a),zn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Gn(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?an:on:u?je:Fe)(e);return Zt(p||e,(function(s,o){p&&(s=e[o=s]),$t(a,o,t(s,n,r,o,e,i))})),a};const Qn=function(t){return Zn(t,5)};const Yn=function(t){return"symbol"==typeof t||ne(t)&&"[object Symbol]"==ct(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$n=/^\w*$/;const tr=function(t,e){if(ce(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||($n.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function er(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new(er.Cache||Wt),n}er.Cache=Wt;const nr=er;var rr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,sr=/\\(\\)?/g;const or=function(t){var e=nr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(rr,(function(t,n,r,s){e.push(r?s.replace(sr,"$1"):n||t)})),e}));const ir=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var ar=$?$.prototype:void 0,cr=ar?ar.toString:void 0;const ur=function t(e){if("string"==typeof e)return e;if(ce(e))return ir(e,t)+"";if(Yn(e))return cr?cr.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const lr=function(t){return null==t?"":ur(t)};const fr=function(t,e){return ce(t)?t:tr(t,e)?[t]:or(lr(t))};const hr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const dr=function(t,e,n,r){if(!ut(t))return t;for(var s=-1,o=(e=fr(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=hr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=ut(l)?l:pe(e[s+1])?[]:{})}$t(a,c,u),a=a[c]}return t};const gr=function(t,e,n){return null==t?t:dr(t,e,n)};const pr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const mr=function(t){return this.__data__.has(t)};function Er(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Wt;++e<n;)this.add(t[e])}Er.prototype.add=Er.prototype.push=pr,Er.prototype.has=mr;const Ir=Er;const br=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Tr=function(t,e){return t.has(e)};const _r=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,d=2&n?new Ir:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var g=t[f],p=e[f];if(r)var m=i?r(p,g,f,e,t,o):r(g,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(d){if(!br(e,(function(t,e){if(!Tr(d,e)&&(g===t||s(g,t,n,r,o)))return d.push(e)}))){h=!1;break}}else if(g!==p&&!s(g,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const yr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const Ar=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var kr=$?$.prototype:void 0,Cr=kr?kr.valueOf:void 0;const Lr=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 Ln(t),new Ln(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return x(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=yr;case"[object Set]":var c=1&r;if(a||(a=Ar),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=_r(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Cr)return Cr.call(t)==Cr.call(e)}return!1};var Rr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=on(t),c=a.length;if(c!=on(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Rr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var d=!0;o.set(t,e),o.set(e,t);for(var g=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var E=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===E?p===m||s(p,m,n,r,o):E)){d=!1;break}g||(g="constructor"==l)}if(d&&!g){var I=t.constructor,b=e.constructor;I==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof I&&I instanceof I&&"function"==typeof b&&b instanceof b||(d=!1)}return o.delete(t),o.delete(e),d};var Sr="[object Arguments]",Mr="[object Array]",vr="[object Object]",wr=Object.prototype.hasOwnProperty;const Or=function(t,e,n,r,s,o){var i=ce(t),a=ce(e),c=i?Mr:An(t),u=a?Mr:An(e),l=(c=c==Sr?vr:c)==vr,f=(u=u==Sr?vr:u)==vr,h=c==u;if(h&&de(t)){if(!de(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new qt),i||Ce(t)?_r(t,e,n,r,s,o):Lr(t,e,c,n,r,s,o);if(!(1&n)){var d=l&&wr.call(t,"__wrapped__"),g=f&&wr.call(e,"__wrapped__");if(d||g){var p=d?t.value():t,m=g?e.value():e;return o||(o=new qt),s(p,m,n,r,o)}}return!!h&&(o||(o=new qt),Nr(t,e,n,r,s,o))};const Dr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!ne(e)&&!ne(n)?e!=e&&n!=n:Or(e,n,r,s,t,o))};const Fr=function(t,e){return Dr(t,e)};const Br=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const xr=function(t,e){for(var n=0,r=(e=fr(e,t)).length;null!=t&&n<r;)t=t[hr(e[n++])];return n&&n==r?t:void 0};const 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 Ur=function(t,e){return e.length<2?t:xr(t,Pr(e,0,-1))};const jr=function(t,e){return e=fr(e,t),null==(t=Ur(t,e))||delete t[hr(Br(e))]};const Gr=function(t,e){return null==t||jr(t,e)},Vr=Hr;function Hr(t,e){const n=Wr();return(Hr=function(t,e){return n[t-=463]})(t,e)}!function(t){const e=Hr,n=t();for(;;)try{if(277765===-parseInt(e(528))/1+-parseInt(e(502))/2+parseInt(e(520))/3+parseInt(e(469))/4*(-parseInt(e(487))/5)+-parseInt(e(475))/6*(parseInt(e(536))/7)+-parseInt(e(533))/8+-parseInt(e(537))/9*(-parseInt(e(535))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Hr;super(),this[n(525)]=!1,this.id=e.id,this[n(518)]=e[n(518)],this[n(486)]=e[n(486)]||null,this[n(530)]=e[n(530)],this[n(493)]=e[n(493)]||e[n(530)],this[n(516)]=Boolean(e[n(521)]&&e[n(521)][n(476)]),this[n(542)]=null,this[n(507)]=t,this[n(510)]=e[n(483)],this[n(512)]=e[n(501)],this[n(524)]=e[n(478)],this[n(517)]=new Set,this[n(495)]=null,this[n(500)](n(539),null),this[n(500)](n(521),e[n(521)]||{}),this[n(500)](n(496),null),this[n(500)](n(506),null),this[n(500)](n(492),null),this[n(500)](n(499),!1),this[n(515)](n(522)),this[n(515)](n(514))}get[Vr(474)](){const t=Vr;let e=this;for(;e[t(496)];)e=e[t(496)];return e}get[Vr(527)](){const t=Vr;return!!this[t(492)]&&this[t(492)][t(494)]>0}get[Vr(532)](){const t=Vr;return 0!=this[t(517)][t(482)]&&6==Array[t(463)](this[t(517)])[0][t(490)](":")[t(494)]}get[Vr(523)](){return null!==this[Vr(519)]()}[Vr(497)](t){const e=Vr;this[e(517)][e(526)](t)}[Vr(479)](){const t=Vr;return Array[t(463)](this[t(517)])}[Vr(498)](){const t=Vr;return this[t(479)]()[t(470)]((e=>this[t(507)][t(471)][t(466)](e)))[t(485)]((t=>t))}[Vr(519)](){return this[Vr(498)]()[0]||null}[Vr(472)](){const t=Vr;this[t(507)][t(531)]((e=>{const n=t;for(const t of this[n(498)]())e[n(468)](t)})),this[t(517)][t(465)]()}[Vr(468)](t){const e=Vr;this[e(507)][e(531)]((n=>{n[e(468)](t)})),this[e(517)][e(504)](t)}[Vr(511)](t){const e=Vr,n=e(467)+this[e(518)]+":"+this[e(486)]+":"+this.id+":"+this[e(493)].id+":"+zr[e(540)]();this[e(497)](n),this[e(507)][e(531)]((r=>{r[e(538)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Vr(484)](t){const e=Vr;for(const n of this[e(543)]())if(n[e(491)](t))return!0;return!1}[Vr(543)](){const t=Vr;return this[t(498)]()[t(470)]((e=>e[t(529)]()))}[Vr(489)](){const t=Vr;return this[t(543)]()[t(477)](((e,n)=>[...e,...n[t(489)]()]),[])}[Vr(513)](){const t=Vr;var e;return(null===(e=this[t(519)]())||void 0===e?void 0:e[t(529)]())||null}[Vr(505)](){const t=Vr,e=this[t(543)]();if(1!=e[t(494)])return null;const n=e[0],r=n[t(473)][t(503)],s=n[t(541)][t(481)];return r instanceof i.Element?r!=s?null:r:null}[Vr(522)](){const t=Vr;this[t(510)](this[t(543)](),this[t(542)],this[t(521)]),this[t(472)]()}[Vr(514)](){const t=Vr;this[t(512)](this[t(543)](),this[t(542)],this[t(521)]),this[t(472)]()}[Vr(480)](){const t=Vr,e=[];let n=this[t(474)];for(;n;)e[t(488)](n),n=n[t(506)];return e}[Vr(508)](t,e){const n=Vr,r=Qn(this[n(521)]);gr(r,t,e),Fr(r,this[n(521)])||(this[n(521)]=r,this[n(524)](r))}[Vr(464)](t){const e=Vr,n=Qn(this[e(521)]);Gr(n,t),Fr(n,this[e(521)])||(this[e(521)]=n,this[e(524)](this[e(521)]))}[Vr(534)](){const t=Vr;return{id:this.id,type:this[t(486)]?this[t(518)]+":"+this[t(486)]:this[t(518)],authorId:this[t(493)].id,createdAt:this[t(495)],hasComments:this[t(527)],data:this[t(542)],attributes:this[t(521)]}}static[Vr(540)](){const t=Vr;return(0,e.uid)()[t(509)](1,5)}}function Wr(){const t=["1003185hydwcr","attributes","accept","isInContent","_onAttributesChange","_isDataLoaded","add","hasComments","162343HxJzwF","getRange","author","change","isMultiRange","2023416LHLKVz","toJSON","40rTghfB","674646qfACQT","2078559SPYzia","addMarker","authoredAt","getMultiRangeId","end","data","getRanges","from","removeAttribute","clear","get","suggestion:","removeMarker","266020yxHdxB","map","markers","removeMarkers","start","head","12NZPGXF","@external","reduce","onAttributesChange","getMarkerNames","getAllAdjacentSuggestions","nodeBefore","size","onAccept","isIntersectingWithRange","filter","subType","15eNmhkr","push","getItems","split","isIntersecting","commentThread","creator","length","createdAt","previous","addMarkerName","getMarkers","_saved","set","onDiscard","345786PuYLdP","nodeAfter","delete","getContainedElement","next","_model","setAttribute","substr","_onAccept","addRange","_onDiscard","getFirstRange","discard","decorate","isExternal","_markerNames","type","getFirstMarker"];return(Wr=function(){return t})()}function Kr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"ELEMENT_MERGE_FIELD":return r({id:"ELEMENT_MERGE_FIELD",string:"merge field",plural:"%0 merge fields"},n);case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion. Press %0 to go to the discussion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion. Press %0 to go to the discussion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion. Press %0 to go to the discussion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"SUGGESTION_THREAD_ARIA_LABEL":return r({string:"Suggestion by %1. Created on %2. %0 reply. %3",plural:"Suggestion by %1. Created on %2. %0 replies. %3",id:"SUGGESTION_THREAD_ARIA_LABEL"},n);case"SUGGESTION_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"SUGGESTION_THREAD_DESCRIPTION"});default:return e}}function Xr(t,e){const n=Qr();return(Xr=function(t,e){return n[t-=402]})(t,e)}const qr=Xr;!function(t){const e=Xr,n=t();for(;;)try{if(666851===parseInt(e(434))/1*(-parseInt(e(495))/2)+parseInt(e(439))/3+-parseInt(e(469))/4+parseInt(e(490))/5*(-parseInt(e(425))/6)+-parseInt(e(443))/7+parseInt(e(476))/8*(parseInt(e(463))/9)+parseInt(e(411))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qr);class Zr{constructor(t,e){const n=Xr;this[n(447)]=[],this[n(479)]=new Map,this[n(410)]=[],this[n(421)]=new Map,this[n(452)]=t,this[n(431)]=e}[qr(446)](t){const e=qr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(429)];o++){const i=t[o];if(!i[e(478)])continue;const a=this[e(496)](i);if(a){if(null!=i[e(484)]){if(r[e(471)](i[e(484)]))continue;r[e(467)](i[e(484)])}n[e(416)](a)}else if(e(435)!=i[e(470)])e(448)!=i[e(470)]&&e(409)!=i[e(470)]||this[e(458)](n,i,t[o+1]);else{const t=i[e(412)][e(485)];if(s[e(471)](t))continue;s[e(467)](i[e(412)][e(485)]),t==Rc?this[e(407)](n,i):this[e(460)](n,i)}}return this[e(493)](n)}[qr(419)](t){const e=qr;this[e(447)][e(416)](t)}[qr(402)](t,n,r=e.priorities[qr(413)]){const s=qr;s(454)==typeof t?(0,e.insertToPriorityArray)(this[s(410)],{matchingCallback:t,label:n,priority:r}):this[s(479)][s(488)](t,n)}[qr(483)](t,e){const n=qr;this[n(421)][n(488)](t,e)}[qr(455)](t,e=1){const n=qr;let r;for(const e of this[n(410)])if(e[n(405)](t)){r=e[n(415)];break}return r||(r=this[n(479)][n(444)](t[n(462)])),r?r(e):1!==e?e+" "+t[n(462)]+"s":""+t[n(462)]}[qr(432)](t,e){const n=qr,r=e[n(480)]()[n(427)](),s=n(448)==e[n(470)]?n(467):n(482);for(const e of r){const o=e[n(440)],i=t[t[n(429)]-1];if(o.is(n(424)))i&&i[n(470)][n(491)](n(473))>-1&&t[n(408)](),i&&n(472)==i[n(470)]?i[s]+=o[n(412)]:t[n(416)]({type:n(472),add:n(467)==s?o[n(412)]:"",remove:n(482)==s?o[n(412)]:""});else if(this[n(452)][n(422)](o)){const a=o;if(i&&i[n(470)][n(491)](n(473))>-1&&t[n(408)](),n(449)==e[n(470)])continue;i&&i[n(470)]==s+n(468)&&i[n(436)][n(462)]==a[n(462)]?i[n(457)]++:t[n(416)]({type:s+n(468),element:a,quantity:1}),r[n(406)]((t=>!(n(449)==t[n(470)]&&t[n(440)]==o)))}else if(this[n(452)][n(437)](o,n(474))||o.is(n(436),n(442))){const r=o;if(n(467)==s&&n(475)==e[n(470)]||n(482)==s&&n(449)==e[n(470)])continue;if(i&&-1==i[n(470)][n(491)](n(473))){n(472)==i[n(470)]&&(i[s]+="\n");continue}let a;if(a=n(467)==s?r[n(497)]&&!this[n(452)][n(422)](r[n(497)])?r[n(497)]:null:r[n(494)]&&!this[n(452)][n(422)](r[n(494)])?r[n(494)]:null,r[n(461)]||a&&a[n(461)]){const e=a&&a[n(461)]?a:r;i&&i[n(470)]==s+n(466)&&i[n(436)][n(462)]==e[n(462)]?i[n(457)]++:t[n(416)]({type:s+n(466),element:e,quantity:1})}else t[n(416)]({type:s+n(473),element:r})}}}[qr(493)](t){const e=qr,n=this[e(431)],r=[],s=[],o=[];for(const i of t)switch(i[e(470)]){case e(472):if(i[e(467)]=i[e(467)][e(464)](/(\S)\u000A+(\S)/g,e(441))[e(464)](/\u000A/g,""),i[e(482)]=i[e(482)][e(464)](/(\S)\u000A+(\S)/g,e(441))[e(464)](/\u000A/g,""),""!=i[e(467)]&&""!=i[e(482)]){r[e(416)]({type:e(464),content:Kr(n,e(428),['"'+i[e(482)]+'"','"'+i[e(467)]+'"'])});continue}if(null!=i[e(467)][e(498)](/^ +$/)){r[e(416)]({type:e(448),content:Kr(n,e(430),Kr(n,e(487),i[e(467)][e(429)]))});continue}if(null!=i[e(482)][e(498)](/^ +$/)){r[e(416)]({type:e(409),content:Kr(n,e(417),Kr(n,e(487),i[e(482)][e(429)]))});continue}if(""!=i[e(467)]){r[e(416)]({type:e(448),content:Kr(n,e(430),'"'+i[e(467)]+'"')});continue}r[e(416)]({type:e(409),content:Kr(n,e(417),'"'+i[e(482)]+'"')});continue;case e(423):case e(481):r[e(416)]({type:e(448),content:Kr(n,e(430),this[e(455)](i[e(436)],i[e(457)]))});continue;case e(451):case e(414):r[e(416)]({type:e(409),content:Kr(n,e(417),this[e(455)](i[e(436)],i[e(457)]))});continue;case e(433):r[e(416)]({type:e(448),content:Kr(n,e(465),this[e(455)](i[e(436)],i[e(457)]))});continue;case e(489):r[e(416)]({type:e(409),content:Kr(n,e(459),this[e(455)](i[e(436)],i[e(457)]))});continue;case e(456):s[e(416)](i[e(485)]);continue;case e(486):o[e(416)](i[e(485)]);continue;default:r[e(416)](i)}if(s[e(429)]){const t=s[e(426)]((t=>this[e(421)][e(471)](t)?this[e(421)][e(444)](t):t))[e(453)](", ");r[e(416)]({type:e(420),content:Kr(this[e(431)],e(477),t)})}if(o[e(429)]){const t=o[e(426)]((t=>this[e(421)][e(471)](t)?this[e(421)][e(444)](t):t))[e(453)](", ");r[e(416)]({type:e(420),content:Kr(this[e(431)],e(450),t)})}return r}[qr(496)](t){const e=qr;for(const n of this[e(447)]){const r=n(t);if(r&&e(470)in r)return r}}[qr(460)](t,e){const n=qr,r=e[n(412)],s=void 0===r[n(438)]?n(486):n(456);t[n(416)]({type:s,key:r[n(485)]})}[qr(407)](t,e){const n=qr;t[n(416)]({type:n(420),content:Kr(this[n(431)],n(403),this[n(455)](e[n(480)]()[n(492)][n(404)],1))})}[qr(458)](t,e,n){const r=qr;if(this[r(432)](t,e),n&&n[r(480)]()&&!e[r(480)]()[r(418)][r(445)](n[r(480)]()[r(492)])){const n=t[t[r(429)]-1],s=r(448)==e[r(470)]?r(467):r(482);n&&r(472)==n[r(470)]&&(n[s]+="\n")}}}function Qr(){const t=["addEmptyContainer","$textProxy","7518402JrTcCq","map","getWalker","REPLACE_TEXT","length","*Insert:* %0","_locale","_addDescriptionItems","addContainer","1965XCWKeJ","attribute","element","checkChild","newValue","483324mJOruh","item","$1 $2","softBreak","3785859OsNaHl","get","isEqual","getDescriptions","_customCallbacks","insertion","elementEnd","*Remove format:* %0","removeEmptyContainer","_schema","join","function","getItemLabel","addFormat","quantity","_handleInsertRemoveSuggestionDescription","*Merge:* %0","_handleAttributeSuggestionDescription","isEmpty","name","11540079TLuVXv","replace","*Split:* %0","EmptyContainer","add","Object","1394552iCguGf","type","has","text","Container","$text","elementStart","8lMviJt","*Set format:* %0","isInContent","_itemLabels","getFirstRange","addObject","remove","registerAttributeLabel","subType","key","removeFormat","ELEMENT_SPACE","set","removeContainer","5YhFaVR","indexOf","start","_resolveDescriptionItems","previousSibling","604nkJqiV","_handleCustomCallbackDescription","nextSibling","match","registerElementLabel","*Change to:* %0","nodeAfter","matchingCallback","skip","_handleRenameSuggestionDescription","pop","deletion","_itemLabelsCallbacks","19594840XosGIB","data","normal","removeObject","label","push","*Remove:* %0","end","registerDescriptionCallback","format","_attributeLabels","isObject"];return(Qr=function(){return t})()}function Yr(t,e){const n=$r();return(Yr=function(t,e){return n[t-=440]})(t,e)}const Jr=Yr;function $r(){const t=["get","5244948nliPPu","editor","afterInit","6465718LEojaz","16jtkpEz","plugins","1208144vKRcpc","commands","showAIAssistant","664348aoOXrG","63REcYqY","5696920djtCKd","TrackChangesEditing","25030539YOySgM","enableCommand","57084gfRpgt"];return($r=function(){return t})()}!function(t){const e=Yr,n=t();for(;;)try{if(959634===parseInt(e(441))/1+-parseInt(e(455))/2+-parseInt(e(442))/3*(parseInt(e(447))/4)+parseInt(e(443))/5+-parseInt(e(449))/6+parseInt(e(452))/7*(-parseInt(e(453))/8)+parseInt(e(445))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ts extends t.Plugin{[Jr(451)](){const t=Jr,e=this[t(450)],n=e[t(454)][t(448)](t(444));e[t(456)][t(448)](t(440))&&n[t(446)](t(440))}}const es=rs;function ns(){const t=["1250755NlqdTY","descriptionFactory","registerBlockAttribute","40610XCKUFv","registerDescriptionCallback","enableDefaultAttributesIntegration","FORMAT_ALIGN_TO_RIGHT","format","71464XSEsDB","registerAttributeLabel","justify","37853EoMyGq","alignment","TrackChangesEditing","afterInit","right","FORMAT_ALIGN_TO_CENTER","448QxfwMZ","locale","FORMAT_JUSTIFY_TEXT","commandParams","919544oJKrzz","*Format:* %0","AlignmentEditing","FORMAT_ALIGN_TO_LEFT","left","editor","130530vjrLcu","type","has","get","1654868BIIbQM","12gMfuYa","center","value","plugins","commandName","2943mfVtDp","formatBlock","_registerLegacyDescription","FORMAT_ALIGNMENT"];return(ns=function(){return t})()}function rs(t,e){const n=ns();return(rs=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=rs,n=t();for(;;)try{if(464411===parseInt(e(321))/1+-parseInt(e(290))/2+parseInt(e(296))/3+-parseInt(e(300))/4+-parseInt(e(310))/5*(-parseInt(e(301))/6)+-parseInt(e(327))/7*(parseInt(e(318))/8)+-parseInt(e(306))/9*(-parseInt(e(313))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class ss extends t.Plugin{[es(324)](){const t=es,e=this[t(295)],n=e[t(287)];if(!e[t(304)][t(298)](t(292)))return;const r=e[t(304)][t(299)](t(323));r[t(315)](t(322)),r[t(312)](t(322)),r[t(311)][t(319)](t(322),Kr(n,t(309))),this[t(308)]()}[es(308)](){const t=es,e=this[t(295)],n=e[t(287)];e[t(304)][t(299)](t(323))[t(311)][t(314)]((e=>{const r=t;if(r(307)!=e[r(297)])return;const{data:s}=e;if(s&&r(322)==s[r(305)]){const t=s[r(289)][0][r(303)];return{type:r(317),content:Kr(n,r(291),function(t){const e=r;switch(t){case e(294):return Kr(n,e(293));case e(325):return Kr(n,e(316));case e(302):return Kr(n,e(326));case e(320):return Kr(n,e(288))}}(t))}}}))}}const os=cs;!function(t){const e=cs,n=t();for(;;)try{if(901155===parseInt(e(423))/1*(parseInt(e(417))/2)+-parseInt(e(451))/3+parseInt(e(458))/4+-parseInt(e(434))/5*(parseInt(e(427))/6)+parseInt(e(411))/7+-parseInt(e(456))/8+-parseInt(e(435))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(as);const is=[os(449),os(459),os(432),os(462),os(425),os(426),os(429)];function as(){const t=["*Remove format:* %0","strikethrough","FORMAT_CODE","FORMAT_SUPERSCRIPT","FORMAT_SUBSCRIPT","superscript","type","registerDescriptionCallback","_registerLegacyDescription","code","formatInline","BoldEditing","commandParams","2583699ctGMYZ","FORMAT_STRIKETHROUGH","TrackChangesEditing","registerInlineAttribute","commandName","5917752ERgYCa","toUpperCase","6749152YbCvKV","ItalicEditing","FORMAT_UNDERLINE","forceValue","CodeEditing","editor","FORMAT_ITALIC","format","3678024ZfJMIa","get","bold","has","toLowerCase","descriptionFactory","2MiGzRh","enableDefaultAttributesIntegration","plugins","*Format:* %0","slice","underline","787367mtewXa","FORMAT_","StrikethroughEditing","SubscriptEditing","132BHmWfG","FORMAT_BOLD","SuperscriptEditing","afterInit","locale","UnderlineEditing","registerAttributeLabel","83815WkhhRz","1162746JouEFI","subscript","italic"];return(as=function(){return t})()}function cs(t,e){const n=as();return(cs=function(t,e){return n[t-=410]})(t,e)}class us extends t.Plugin{[os(430)](){const t=os,e=this[t(463)],n=e[t(419)][t(412)](t(453)),r=e[t(431)];for(const s of is){if(!e[t(419)][t(414)](s))continue;const o=s[t(421)](0,-7)[t(415)](),i=t(424)+o[t(457)]();n[t(418)](o),n[t(454)](o),n[t(416)][t(433)](o,Kr(r,i))}this[t(446)]()}[os(446)](){const t=os,e=this[t(463)],n=e[t(431)],r=e[t(419)][t(412)](t(453));function s(e,s){const o=t;r[o(416)][o(445)]((t=>{const r=o;if(r(448)!=t[r(444)])return;const{data:i}=t;return i&&i[r(455)]===e?i[r(450)][0][r(461)]?{type:r(410),content:Kr(n,r(420),s)}:{type:r(410),content:Kr(n,r(438),s)}:void 0}))}s(t(413),Kr(n,t(428))),s(t(437),Kr(n,t(464))),s(t(422),Kr(n,t(460))),s(t(447),Kr(n,t(440))),s(t(439),Kr(n,t(452))),s(t(436),Kr(n,t(442))),s(t(443),Kr(n,t(441)))}}const ls=ds;function fs(){const t=["forceValue","from","document","2sOnnhg","filter","registerDescriptionCallback","get","format","BlockQuoteEditing","schema","TrackChangesEditing","model","*Remove format:* %0","11EGqOqA","editor","commandParams","has","descriptionFactory","name","$root","61938vQUAjW","14032890kMwUZC","getSelectedBlocks","enableCommand","blockQuote","1624322hzlOlB","checkChild","commands","change","parent","selection","6EBfhxJ","locale","368GQOJDt","1159508mAdDBW","ELEMENT_BLOCK_QUOTE","628689gwkbNy","value","*Set format:* %0","markBlockFormat","65514FprOEx","commandName","plugins","afterInit","652825GEPMBm"];return(fs=function(){return t})()}!function(t){const e=ds,n=t();for(;;)try{if(159152===-parseInt(e(486))/1+parseInt(e(449))/2*(-parseInt(e(482))/3)+-parseInt(e(480))/4+-parseInt(e(445))/5*(parseInt(e(477))/6)+-parseInt(e(471))/7+-parseInt(e(479))/8*(parseInt(e(466))/9)+-parseInt(e(467))/10*(-parseInt(e(459))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fs);class hs extends t.Plugin{[ls(444)](){const t=ls,e=this[t(460)],n=e[t(478)];if(!e[t(443)][t(462)](t(454)))return;const r=e[t(443)][t(452)](t(456)),s=this[t(460)][t(473)][t(452)](t(470));r[t(469)](t(470),((n,o={})=>{const i=t,a=this[i(460)][i(457)][i(448)][i(476)],c=o&&void 0!==o[i(446)]?o[i(446)]:!s[i(483)];let u=[];if(c){const t=Array[i(447)](a[i(468)]())[i(450)]((t=>gs(t)||function(t,e){const n=i,r=e[n(472)](t[n(475)],n(470)),s=e[n(472)]([n(465),n(470)],t);return r&&s}(t,this[i(460)][i(457)][i(455)])));u=C(t,e[i(457)])}else{const t=Array[i(447)](a[i(468)]())[i(450)]((t=>gs(t)));u=C(t,e[i(457)])}e[i(457)][i(474)]((()=>{const t=i;for(const e of u)r[t(485)](e,{commandName:t(470),commandParams:[{forceValue:c}]})}))})),r[t(463)][t(451)]((e=>{const r=t,{data:s}=e;if(s&&r(470)==s[r(487)]){const t=Kr(n,r(481));return s[r(461)][0][r(446)]?{type:r(453),content:Kr(n,r(484),t)}:{type:r(453),content:Kr(n,r(458),t)}}}))}}function ds(t,e){const n=fs();return(ds=function(t,e){return n[t-=443]})(t,e)}function gs(t){const e=ls;return e(470)==t[e(475)][e(464)]}const ps=ms;function ms(t,e){const n=Es();return(ms=function(t,e){return n[t-=270]})(t,e)}function Es(){const t=["editor","changeCaseTitle","7864283CfvKmX","afterInit","216528uRRJUF","883jpVdqt","3iPEvHz","2504iIXddJ","CaseChange","3427580OEkxQu","233780kpTfUH","9061160yiTFbs","plugins","changeCaseLower","has","1724514wYrjaa","168ukymal","get","TrackChangesEditing","65LOrQNQ","495qDTykU","enableCommand","changeCaseUpper"];return(Es=function(){return t})()}!function(t){const e=ms,n=t();for(;;)try{if(679347===-parseInt(e(277))/1*(-parseInt(e(279))/2)+-parseInt(e(278))/3*(parseInt(e(281))/4)+-parseInt(e(291))/5*(parseInt(e(276))/6)+parseInt(e(274))/7+-parseInt(e(283))/8+-parseInt(e(292))/9*(parseInt(e(282))/10)+-parseInt(e(287))/11*(-parseInt(e(288))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Es);class Is extends t.Plugin{[ps(275)](){const t=ps,e=this[t(272)];e[t(284)][t(286)](t(280))&&(e[t(284)][t(289)](t(290))[t(270)](t(271)),e[t(284)][t(289)](t(290))[t(270)](t(285)),e[t(284)][t(289)](t(290))[t(270)](t(273)))}}function bs(t,e){const n=ys();return(bs=function(t,e){return n[t-=236]})(t,e)}const Ts=bs;!function(t){const e=bs,n=t();for(;;)try{if(790358===-parseInt(e(249))/1+-parseInt(e(238))/2*(parseInt(e(241))/3)+parseInt(e(245))/4+parseInt(e(248))/5*(-parseInt(e(243))/6)+parseInt(e(240))/7+-parseInt(e(250))/8*(-parseInt(e(236))/9)+parseInt(e(239))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class _s extends t.Plugin{[Ts(247)](){const t=Ts,e=this[t(252)];e[t(242)][t(246)](t(244))&&e[t(237)][t(246)](t(251))[t(253)](t(244))}}function ys(){const t=["enableCommand","1054512abTIss","plugins","32712IusWYq","1044810PyneOG","8519784WpVOMq","57LptbsL","commands","124590sUghBj","ckbox","6230900MXKCBc","get","afterInit","175WCszjC","1520093vCRTHB","32GODmSa","TrackChangesEditing","editor"];return(ys=function(){return t})()}function As(){const t=["locale","schema","languages","change","get","value","type","has","isLimit","document","2901681LtQxTN","editor","afterInit","*Set format:* %0","selection","commandParams","enableCommand","markBlockFormat","codeBlock","259885VdQssk","config","commands","209791FaxRGl","from","TrackChangesEditing","name","ELEMENT_CODE_BLOCK","registerDescriptionCallback","checkChild","getSelectedBlocks","filter","formatBlock","outdentCodeBlock","format","9793xgxIPT","find","forceValue","commandName","toLowerCase","label","92SbKOer","CodeBlock","54754mrfrur","registerElementLabel","*Remove format:* %0","2298sLOnrf","indentCodeBlock","7402896qbYDGx","plugins","24776019XxfElE","language","parent","blockName","rootElement","descriptionFactory","model"];return(As=function(){return t})()}const ks=Cs;function Cs(t,e){const n=As();return(Cs=function(t,e){return n[t-=327]})(t,e)}!function(t){const e=Cs,n=t();for(;;)try{if(633818===-parseInt(e(334))/1+-parseInt(e(354))/2+parseInt(e(378))/3+-parseInt(e(352))/4*(-parseInt(e(331))/5)+-parseInt(e(357))/6*(-parseInt(e(346))/7)+parseInt(e(359))/8+-parseInt(e(361))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(As);class Ls extends t.Plugin{[ks(380)](){const t=ks,e=this[t(379)];if(!e[t(360)][t(375)](t(353)))return;const n=e[t(360)][t(372)](t(336)),r=e[t(368)],s=e[t(332)][t(372)](t(330))[t(370)],o=e[t(333)][t(372)](t(330));n[t(328)](t(358)),n[t(328)](t(344)),n[t(328)](t(330),((r,i={})=>{const a=t,c=e[a(367)],u=e[a(367)][a(377)][a(382)],l=i&&void 0!==i[a(348)]?i[a(348)]:!o[a(373)];let f;i[a(362)]||(i[a(362)]=s[0][a(362)]),f=l?Array[a(335)](u[a(341)]())[a(342)]((t=>Rs(t)||function(t,e){const n=a;return!t.is(n(365))&&!e[n(376)](t)&&e[n(340)](t[n(363)],n(330))}(t,c[a(369)]))):Array[a(335)](u[a(341)]())[a(342)]((t=>Rs(t)));const h=C(f,c);c[a(371)]((()=>{const t=a;for(const e of h)n[t(329)](e,{commandName:t(330),commandParams:[{...i,forceValue:l}],formatGroupId:t(364)})}))})),n[t(366)][t(355)](t(330),(e=>Kr(r,t(338),e))),n[t(366)][t(339)]((e=>{const n=t;if(n(343)!=e[n(374)])return;const o=r.t,{data:i}=e;if(!i||n(330)!=i[n(349)])return;const a=i[n(327)][0][n(362)],c=o(s[n(347)]((t=>t[n(362)]===a))[n(351)])[n(350)]();return i[n(327)][0][n(348)]?{type:n(345),content:Kr(r,n(381),Kr(r,n(338),1)+" ("+c+")")}:{type:n(345),content:Kr(r,n(356),Kr(r,n(338),1))}}))}}function Rs(t){const e=ks;return e(330)==t[e(337)]}const Ns=Ms;function Ss(){const t=["6FeKKMh","822duyYuJ","432639oqygRM","enableCommand","8915DCctxg","afterInit","2308VDStbe","get","60jVZXIG","addCommentThread","plugins","editor","has","2577162JeTNbY","253327AnUEWn","19436120MoRRwV","3350XYsMVZ","7205280hnTKhL","TrackChangesEditing","CommentsEditing"];return(Ss=function(){return t})()}function Ms(t,e){const n=Ss();return(Ms=function(t,e){return n[t-=259]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(629486===parseInt(e(269))/1+-parseInt(e(271))/2*(-parseInt(e(276))/3)+-parseInt(e(261))/4*(parseInt(e(259))/5)+-parseInt(e(275))/6*(-parseInt(e(268))/7)+-parseInt(e(272))/8+parseInt(e(277))/9*(-parseInt(e(263))/10)+parseInt(e(270))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ss);class vs extends t.Plugin{[Ns(260)](){const t=Ns,e=this[t(266)];e[t(265)][t(267)](t(274))&&e[t(265)][t(262)](t(273))[t(278)](t(264))}}var ws=n(834);function Os(t,e){const n=Fs();return(Os=function(t,e){return n[t-=232]})(t,e)}function Ds(t,e,n){const r=Os,s=[];for(const o of e[r(266)]())o[r(257)](t)&&s[r(260)](n[r(265)](o));return s}function Fs(){const t=["plugins","get","createRangeOn","getItems","name","mapper","markerName","nextSibling","insert","consumable","ck-suggestion-marker--active","span","previousPosition","2100056dXQczV","toViewElement","test","createUIElement","includes","type","4564273ZdxvmX","isContent","toViewPosition","markerRange","elementEnd","addClass","TrackChangesEditing","1313868lHyRQT","3435288HHLrHr","writer","item","556360tWHcsY","getCustomProperty","schema","getWalker","start","isLimit","bindElementToMarker","ck-suggestion-marker-","isAtEnd","addHighlight","2589048CPbIym","activeMarkers","hasAttribute","model","isBlock","push","parent","2441860ZxUOel"];return(Fs=function(){return t})()}function Bs(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(263)][r(264)](r(240));return(o,i,a)=>{const c=r;if(!a[c(272)][c(278)](i[c(237)],o[c(267)]))return;const u=i[c(237)][c(248)](),l=i[c(237)][c(249)],f=t[c(258)][c(247)];let h=null,d=null,g=!1,p=!1;for(const t of u){const e=t[c(244)];g=g||f[c(235)](e);const n=a[c(268)][c(277)](e);if(n&&n[c(246)](c(254)))return;c(238)==t[c(233)]&&f[c(259)](e)&&!f[c(250)](e)&&(e[c(270)]||l[c(253)]?h&&h[c(261)]==e||(h=e,m(t[c(275)]),p=!0):d=d||t[c(275)])}function m(t){const r=c,o=a[r(243)][r(279)](r(274),{class:r(252)+e}),u=a[r(268)][r(236)](t);n&&s[r(256)][r(232)](i[r(269)])&&a[r(243)][r(239)](r(273),o),a[r(243)][r(271)](u,o),a[r(268)][r(251)](o,i[r(269)])}g||p||!d||m(d)}}!function(t){const e=Os,n=t();for(;;)try{if(903755===parseInt(e(241))/1+parseInt(e(276))/2+-parseInt(e(255))/3+parseInt(e(245))/4+parseInt(e(262))/5+-parseInt(e(242))/6+-parseInt(e(234))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fs);const xs=Us;function Ps(){const t=["5583920RqPLwx","downcastDispatcher","addMarker:suggestion:deletion","selection","removeMarker:suggestion:deletion","rootName","2090610uiNRvG","merge","forward","createSelection","root","getFirstRange","564180aFwWJd","options","deleteForward","unit","end","unlock","requires","commands","delete","createRange","bind","showSuggestionHighlights","model","enqueueChange","editor","remove","writer","2099178vaHUgW","setSelection","952656ttWRZk","unbindElementFromMarkerName","218792cdstaj","markerNameToElements","$graveyard","enableCommand","isCollapsed","high","plugins","uiElement","batch","modifySelection","749YUMBpi","init","editing","TrackChangesEditing","start","document","detach","data","lock","mapper","get","buffer","fromRange","markerName","519843UUiwjr"];return(Ps=function(){return t})()}function Us(t,e){const n=Ps();return(Us=function(t,e){return n[t-=179]})(t,e)}!function(t){const e=Us,n=t();for(;;)try{if(570501===parseInt(e(201))/1+parseInt(e(234))/2+parseInt(e(227))/3+-parseInt(e(182))/4+parseInt(e(228))/5+parseInt(e(199))/6+parseInt(e(213))/7*(-parseInt(e(203))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ps);class js extends t.Plugin{static get[xs(188)](){return[ws.Delete]}[xs(214)](){const t=xs,e=this[t(196)],n=e[t(209)][t(223)](t(216));n[t(206)](t(190));const r=e[t(189)][t(223)](t(184));n[t(206)](t(184),((n,s={})=>{const o=t,a=e[o(194)][o(179)](e[o(194)][o(218)][o(231)]);a[o(207)]&&e[o(194)][o(212)](a,{direction:o(236),unit:s[o(185)]});const c=a[o(181)](),u=i.LiveRange[o(225)](c);let l;n(s),l=o(205)==u[o(180)][o(233)]?e[o(194)][o(191)](c[o(217)]):e[o(194)][o(191)](u[o(217)],u[o(186)]),u[o(219)](),e[o(194)][o(195)](r[o(224)][o(211)],(t=>{const e=o;r[e(224)][e(221)](),t[e(200)](t[e(191)](l[e(186)])),r[e(224)][e(187)]()}))})),e[t(215)][t(229)].on(t(230),Bs(e,t(235)),{priority:t(208)}),e[t(220)][t(229)].on(t(230),((n,r,s)=>{const o=t;s[o(183)][o(193)]&&Bs(e,o(235),{showActiveMarker:!1})[o(192)](this)(n,r,s)}),{priority:t(208)}),e[t(215)][t(229)].on(t(232),((e,n,r)=>{const s=t,o=r[s(222)][s(204)](n[s(226)]);if(o)for(const t of o)t.is(s(210))&&(r[s(222)][s(202)](t,n[s(226)]),r[s(198)][s(197)](t))}),{priority:t(208)})}}function Gs(t,e){const n=Hs();return(Gs=function(t,e){return n[t-=343]})(t,e)}const Vs=Gs;function Hs(){const t=["_getAttributeKey","attributeKey","containsItem","*Split:* list item","_supportLegacySuggestions","refresh","enableDefaultAttributesIntegration","add","numberedList","312082XjPRFe","9etMkSv","registerCustomCallback","ELEMENT_","*Outdent:* %0","ELEMENT_LIST_ITEM","24NPHNIY","suggestion:attribute:","fromRange","listItemId","accept","toUpperCase","registerAttributeLabel","high","getFirstMarker","isObject","format","todoListChecked","descriptionFactory","customNumberedList","ELEMENT_NUMBERED_LIST","listIndent","*Merge:* list item","_splitMarkerName","documentList","includes","*Merge:* %0","end","commandName","registerElementLabel","registerDescriptionCallback","getFirstRange","checkTodoList","splitListItemAfter","oldRange","plugins","document","isLocal","startsWith","2327510enmUQR","todoListCheck","groupId","editor","listStart","todoList","bulletedList","265810etWoWE","formatBlock","*Format:* insert into %0","filter","type","model","setSelection","isUndo","value","registerPostFixer","_suggestionFactory","afterInit","getAttribute","*Change to:* %0","key","6ZEazbw","splitListItemBefore","deletion","setAttribute","locale","noTrackChangesFixer","getSuggestion","TodoListEditing","change","_LIST","head","listStyle","newRange","attributes","oldValue","next","newValue","multipleBlocks","indentList","range","_findSuggestions","registerBlockAttribute","ELEMENT_TODO_LIST","mergeListItemForward","commandParams","attribute","listReversed","isNextTo","375319lVmHME","name","find","from","1922936YeCvTf","3426269RGMiif","meta","map","147651dxSNiO","*Format:* remove from %0","*Indent:* %0","trackChangesCommand","previousSibling","batch","createRange","listMarkerStyle","start","forceValue","change:data","config","data","size","getSuggestions","*Remove format:* %0","parent","getChanges","FORMAT_INDENT","createPositionAt","1ZAoRCF","length","nextSibling","schema","customBulletedList","*Uncheck item*","listItemIdFixer","commands","removeMarker","execute","get","listType","_registerLegacyDescription","todo","mergeListItemBackward","selection","ListEditing","getRanges","12pBOiiR","has","push","*Check item*","list.multiBlock","outdentList","ELEMENT_BULLETED_LIST","differ","suggestion","getChangedMarkers","detach","assureChains","default","hasSuggestion","TrackChangesEditing","numbered","*Set format:* %0","nodeAfter","bulleted","listMarker"];return(Hs=function(){return t})()}!function(t){const e=Gs,n=t();for(;;)try{if(161287===-parseInt(e(381))/1*(-parseInt(e(428))/2)+parseInt(e(361))/3+parseInt(e(399))/4*(parseInt(e(474))/5)+parseInt(e(489))/6*(-parseInt(e(353))/7)+-parseInt(e(357))/8*(-parseInt(e(429))/9)+parseInt(e(467))/10+-parseInt(e(358))/11*(parseInt(e(434))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hs);class zs extends t.Plugin{[Vs(485)](){const t=Vs,e=this[t(470)];if(!e[t(463)][t(400)](t(397)))return;const n=e[t(493)],r=e[t(463)][t(391)](t(413)),s=e[t(463)][t(400)](t(496)),o=!!e[t(372)][t(391)](t(403));function i(e){const r=t;return{type:r(444),content:""+Kr(n,r(415),e)}}function a(e){const r=t;return{type:r(444),content:""+Kr(n,r(376),e)}}r[t(425)](t(427)),r[t(425)](t(473)),r[t(425)](t(447)),r[t(425)](t(385)),r[t(425)](t(343)),r[t(425)](t(404)),r[t(425)](t(461)),r[t(425)](t(490)),r[t(346)](t(437)),r[t(346)](t(392)),r[t(346)](t(449)),o&&(r[t(425)](t(395)),r[t(425)](t(348))),s&&(r[t(425)](t(472)),r[t(425)](t(460)),r[t(346)](t(445)),r[t(446)][t(458)]((e=>{const r=t,{data:s}=e;if(s&&r(445)==s[r(488)])return{type:r(444),content:s[r(505)]?Kr(n,r(402)):Kr(n,r(386))}})),this[t(470)][t(479)][t(464)][t(483)]((e=>{const n=t;if(e[n(366)][n(481)])return!1;let s=!1;const o=r[n(375)]({skipNotAttached:!0})[n(477)]((t=>n(445)===r[n(419)](t)));for(const t of o)n(394)!=t[n(459)]()[n(369)][n(416)][n(486)](n(392))&&(r[n(345)](t[n(459)](),n(350))[n(355)]((t=>n(392)===r[n(419)](t[n(407)])))||(e[n(389)](t[n(442)]()),s=!0));return s}))),r[t(446)][t(440)](t(449),Kr(n,t(379)));const c={type:t(444),content:""};r[t(446)][t(458)]((e=>{const r=t,{data:s}=e;if(!s||r(392)!=s[r(488)])return;let u=e[r(499)];for(;u;){if(u[r(373)]&&((r(500)==u[r(373)][r(488)]||r(368)==u[r(373)][r(488)])&&(u[r(373)][r(505)]&&r(411)!=u[r(373)][r(505)]||r(411)!=u[r(373)][r(503)]&&!s[r(505)])||!o&&u[r(373)][r(488)]==Rc))return c;u=u[r(504)]}if(null==s[r(505)])switch(s[r(503)]){case r(417):return a(Kr(n,r(405)));case r(414):return a(Kr(n,r(448)));case r(394):return a(Kr(n,r(347)))}switch(s[r(505)]){case r(417):return i(Kr(n,r(405)));case r(414):return i(Kr(n,r(448)));case r(394):return i(Kr(n,r(347)))}})),r[t(446)][t(458)]((e=>{const n=t,{data:r}=e;if(r&&n(449)==r[n(488)])return null==r[n(505)]||null==r[n(503)]&&0==r[n(505)]?c:void 0})),r[t(446)][t(458)]((e=>{const r=t;if(r(350)!=e[r(478)])return;const{data:s}=e;if(!s||r(437)!=s[r(488)])return;const o=Ws(e);return r(505)==o?{type:r(444),content:Kr(n,r(450))}:r(503)==o?{type:r(444),content:Kr(n,r(422))}:c})),e[t(479)][t(464)][t(483)]((e=>this[t(387)](e))),e[t(479)][t(464)][t(483)]((e=>this[t(494)](e))),e[t(479)][t(464)].on(t(371),((e,n)=>{const r=t;if(n[r(481)]||!n[r(465)])return!1;this[r(410)]()}),{priority:t(441)}),this[t(423)]()}[Vs(387)](t){const e=Vs;if(t[e(366)][e(481)]||!t[e(366)][e(465)])return!1;let n=!1;const r=this[e(470)][e(463)][e(391)](e(413))[e(375)]({skipNotAttached:!0})[e(477)]((t=>t[e(373)]&&e(437)==t[e(373)][e(488)]))[e(477)]((t=>t[e(373)][e(505)]&&t[e(373)][e(503)]));for(const s of r)Ws(s)||(t[e(389)](s[e(442)]()),n=!0);return n}[Vs(494)](t){const e=Vs;if(t[e(366)][e(481)]||!t[e(366)][e(465)])return!1;const n=this[e(470)][e(463)][e(391)](e(413));if(n[e(364)][e(482)])return!1;let r=!1;const s=[e(392),e(437),e(449),e(500),e(471),e(351),e(468),e(418),e(368)],o=this[e(470)][e(479)][e(464)][e(406)][e(378)]()[e(477)]((t=>e(350)==t[e(478)]))[e(477)]((t=>s[e(453)](t[e(420)])));if(0==o[e(382)])return r;for(const i of o){const o=n[e(345)](i[e(344)],e(350))[e(477)]((t=>!t[e(359)][e(352)]))[e(360)]((t=>t[e(407)]))[e(477)]((t=>{const r=e,o=n[r(419)](t);return s[r(453)](o)}));if(o[e(382)]){for(const n of o)t[e(389)](n[e(442)]());r=!0}}return r}[Vs(410)](){const t=Vs,e=this[t(470)][t(463)][t(391)](t(413)),n=[t(392),t(437),t(449),t(500),t(471),t(351),t(468),t(418),t(368)];let r;const s=new Set(this[t(470)][t(479)][t(464)][t(406)][t(408)]()[t(477)]((r=>{const s=t;if(r[s(373)][s(462)]||!r[s(373)][s(501)])return null;if(!r[s(354)][s(466)](s(435)))return null;const{id:o}=e[s(451)](r[s(354)]);if(!e[s(412)](o))return null;const i=e[s(495)](o);return n[s(453)](i[s(373)][s(488)])}))[t(360)]((n=>{const s=t,{id:o}=e[s(451)](n[s(354)]),i=e[s(495)](o);return r=i[s(502)][s(469)],i[s(459)]()[s(369)][s(416)]})));if(0==s[t(374)])return;const o=e[t(375)]({skipNotAttached:!0})[t(477)]((e=>t(350)==e[t(478)]&&e[t(373)]&&n[t(453)](e[t(373)][t(488)])&&e[t(502)][t(469)]!=r))[t(360)]((e=>({listItem:e[t(459)]()[t(369)][t(416)],groupId:e[t(502)][t(469)]}))),i=new Set;for(const{groupId:e,listItem:n}of o)s[t(400)](n)&&i[t(426)](e);for(const n of e[t(375)]())i[t(400)](n[t(502)][t(469)])&&n[t(492)](t(469),r)}[Vs(423)](){const t=Vs,e=this[t(470)],n=e[t(493)],r=e[t(463)][t(391)](t(413));this[t(393)](),r[t(484)][t(430)](t(475),t(452),t(438),(function(n,r){const s=t,o=[];for(let t of n)t[s(369)][s(416)]===t[s(455)][s(377)]&&(t=e[s(479)][s(367)](e[s(479)][s(380)](t[s(369)][s(416)],0))),o[s(401)](t);e[s(479)][s(497)]((t=>{const n=s,a=e[n(479)][n(464)][n(396)],c=Array[n(356)](a[n(398)]())[n(360)]((t=>i.LiveRange[n(436)](t)));t[n(480)](o),e[n(388)][n(391)](r[n(456)])[n(424)](),r[n(349)][n(401)]({forceDefaultExecution:!0}),e[n(390)](r[n(456)],...r[n(349)]),t[n(480)](c);for(const t of c)t[n(409)]()}))})),r[t(446)][t(457)]((function(n){const r=t,s=!e[r(479)][r(384)][r(443)](n),o=n[r(365)],i=n[r(383)],a=n[r(486)](r(437)),c=!o||o[r(486)](r(437))!==a,u=!i||i[r(486)](r(437))!==a;return s&&Boolean(a)&&c&&u}),(e=>Kr(n,t(433),e)))}[Vs(393)](){const t=Vs,e=this[t(470)],n=e[t(493)];function r(n){const r=t,s=e[r(388)][r(391)](r(473))[r(482)],o=e[r(388)][r(391)](r(427))[r(482)];return r(427)===n?s:o}e[t(463)][t(391)](t(413))[t(446)][t(458)]((function(s){const o=t;if(o(475)!=s[o(478)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(456)]){case o(473):u=i[o(349)][0][o(370)],l=r(i[o(456)]),a=o(u?476:362),!l&&e[o(372)][o(391)](o(403))||(a=o(487)),c={type:o(444),content:Kr(n,a,Kr(n,o(405)))};break;case o(427):u=i[o(349)][0][o(370)],l=r(i[o(456)]),a=o(u?476:362),!l&&e[o(372)][o(391)](o(403))||(a=o(487)),c={type:o(444),content:Kr(n,a,Kr(n,o(448)))};break;case o(343):a=o(363),c={type:o(444),content:Kr(n,a,Kr(n,o(433)))};break;case o(404):a=function(t){const e=o,n=t[e(459)]();let r=n[e(369)][e(416)];for(;r&&n[e(421)](r);){if(r[e(486)](e(449))>0)return!1;r=r[e(383)]}return!0}(s)?Kr(n,o(362),Kr(n,function(t){const e=o;return e(431)+t[e(459)]()[e(369)][e(416)][e(486)](e(392))[e(439)]()+e(498)}(s))):Kr(n,o(432),Kr(n,o(433))),c={type:o(444),content:a};break;case o(395):case o(348):!1===i[o(506)]&&(a=o(454),c={type:o(491),content:Kr(n,a,Kr(n,o(433)))})}return c}))}}function Ws(t){const e=Vs;let n=t[e(459)]()[e(369)][e(416)][e(365)];for(;n;){const r=n[e(486)](e(437));if(!r)return!1;if(r==t[e(373)][e(505)])return e(505);if(r==t[e(373)][e(503)])return e(503);n=n[e(365)]}return!1}function Ks(){const t=["_LIST_DEFAULT","_findSuggestions","next","batch","listStyle","formatBlock","enableDefaultAttributesIntegration","*Set format:* %0","commandName","afterInit","bulleted","*Format:* set order to regular","listStart","toUpperCase","nodeAfter","data","newValue","default","config","get","plugins","2561454ifkYHW","reversed","2940123wluwLK","*Change to:* %0","customNumbered","registerBlockAttribute","4140227pEDUrp","FORMAT_LIST_START","oldValue","removeMarker","2764784nvfeWU","decimal-leading-zero","handleDescriptions","has","type","key","getAttribute","disc","ListPropertiesEditing","styles","27725816DUBnaL","4181980xfsSDW","getFirstRange","getSuggestions","lower-roman","isUndo","includes","startIndex","bind","listReversed","numbered","start","FORMAT_LIST_REVERSED","head","upper-roman","suggestion","_getTranslationKeyForListStyle","listType","*Format:* set start index to %0","attribute","model","find","getFirstMarker","decimal","circle","list.properties","lower-latin","editor","upper-latin","2hkJBSB","_registerLegacyDescription","782597IglLlm","replace","locale","commandParams","*Remove format:* %0","_LIST_","descriptionFactory","TrackChangesEditing","registerDescriptionCallback","_getAttributeKey","ELEMENT_","square","registerAttributeLabel","filter","registerPostFixer","format","*Format:* set order to reversed","document"];return(Ks=function(){return t})()}const Xs=qs;function qs(t,e){const n=Ks();return(qs=function(t,e){return n[t-=393]})(t,e)}!function(t){const e=qs,n=t();for(;;)try{if(539519===-parseInt(e(399))/1*(parseInt(e(397))/2)+-parseInt(e(440))/3+parseInt(e(448))/4+-parseInt(e(459))/5+-parseInt(e(438))/6+-parseInt(e(444))/7+parseInt(e(458))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ks);class Zs extends t.Plugin{[Xs(426)](){const t=Xs;if(!this[t(395)][t(437)][t(451)](t(456)))return;const e=this[t(395)][t(435)][t(436)](t(393)),n=this[t(395)][t(437)][t(436)](t(406));e[t(457)]&&(n[t(423)](t(421)),n[t(443)](t(421))),e[t(439)]&&(n[t(423)](t(467)),n[t(443)](t(467))),e[t(465)]&&(n[t(423)](t(429)),n[t(443)](t(429)));const r={type:t(414),content:""};n[t(405)][t(407)](this[t(450)][t(466)](this));const s=this[t(395)][t(401)];n[t(405)][t(411)](t(467),Kr(s,t(470))),n[t(405)][t(407)]((e=>{const n=t,{data:s}=e;if(s&&n(467)==s[n(453)])return null==s[n(433)]||0==s[n(433)]&&null==s[n(446)]?r:void 0})),n[t(405)][t(411)](t(429),Kr(s,t(445))),n[t(405)][t(407)]((e=>{const n=t,{data:s}=e;if(s&&n(429)==s[n(453)])return null==s[n(433)]||1==s[n(433)]&&null==s[n(446)]?r:void 0})),this[t(395)][t(478)][t(416)][t(413)]((e=>{const r=t;if(e[r(420)][r(463)])return!1;let s=!1;const o=n[r(461)]({skipNotAttached:!0})[r(412)]((t=>{const e=r,s=n[e(408)](t);return e(429)==s||e(467)==s}));for(const t of o){const o=t[r(460)]()[r(469)][r(431)][r(454)](r(475));r(468)!=o&&r(442)!=o&&(n[r(418)](t[r(460)](),r(477))[r(479)]((t=>r(475)==n[r(408)](t[r(473)])))||(e[r(447)](t[r(480)]()),s=!0))}return s})),this[t(398)]()}[Xs(450)](t){const e=Xs,n=this[e(395)][e(401)],{data:r}=t,s={type:e(414),content:""};if(!r||e(421)!=r[e(453)])return;if(!r[e(446)])return e(434)==r[e(433)]?s:{type:e(414),content:""+Kr(n,e(424),Kr(n,this[e(474)](r[e(433)])))};if(!r[e(433)]){if(e(434)==r[e(446)])return s;let o=t[e(471)];for(;o;){if(o[e(432)]&&e(475)==o[e(432)][e(453)]&&o[e(432)][e(433)])return s;o=o[e(419)]}return{type:e(414),content:""+Kr(n,e(403),Kr(n,this[e(474)](r[e(446)])))}}if(e(434)!=r[e(433)])return{type:e(414),content:""+Kr(n,e(424),Kr(n,this[e(474)](r[e(433)])))};let o=t[e(471)];for(;o;){if(o[e(432)]&&e(475)==o[e(432)][e(453)]&&o[e(432)][e(433)]&&o[e(432)][e(446)])return s;o=o[e(419)]}const i=t[e(460)]()[e(469)][e(431)][e(454)](e(475));return{type:e(414),content:Kr(n,e(424),Kr(n,e(409)+i[e(430)]()+e(417)))}}[Xs(398)](){const t=Xs,e=this[t(395)],n=e[t(401)];e[t(437)][t(436)](t(406))[t(405)][t(407)]((e=>{const r=t;if(r(422)!=e[r(452)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(425)]){case r(421):o=r(441),i={type:r(414),content:Kr(n,o,Kr(n,this[r(474)](s[r(402)][0][r(452)])))};break;case r(467):o=s[r(402)][0][r(439)]?r(415):r(428),i={type:r(414),content:Kr(n,o)};break;case r(429):o=r(476),i={type:r(414),content:Kr(n,o,s[r(402)][0][r(465)])}}return i}))}[Xs(474)](t){const e=Xs;return e(409)+function(t){const n=e;return Qs[n(464)](t)?n(427):Ys[n(464)](t)?n(468):null}(t)[e(430)]()+e(404)+t[e(430)]()[e(400)](/-/g,"_")}}const Qs=[Xs(455),Xs(482),Xs(410)],Ys=[Xs(481),Xs(449),Xs(462),Xs(472),Xs(394),Xs(396)];var Js=n(507);const $s=eo;function to(){const t=["bind","1293060yFiCYJ","showSuggestionHighlights","remove","TrackChangesEditing","fromRange","unbindElementFromMarkerName","4540944wRDKhM","removeMarker:suggestion:insertion","enableCommand","selection","fire","addMarker:suggestion:insertion","markerNameToElements","detach","high","3276546LrISFV","parent","editing","options","438490cDcVzB","afterExecute","hasClass","getFirstRange","setSelection","26860MyjGbQ","init","getFirstPosition","editor","requires","createPositionAt","1941717fAxZtR","ck-suggestion-marker-split","downcastDispatcher","change","split","nextSibling","createRange","1888jdihKE","markerName","get","enterBlock","markInsertion","plugins","enter","model","end","4755QvLxFx","document","mapper","writer","commands","2secKNa","data","369xGYgwy"];return(to=function(){return t})()}function eo(t,e){const n=to();return(eo=function(t,e){return n[t-=379]})(t,e)}!function(t){const e=eo,n=t();for(;;)try{if(375096===-parseInt(e(423))/1*(-parseInt(e(396))/2)+-parseInt(e(402))/3+parseInt(e(409))/4*(parseInt(e(418))/5)+-parseInt(e(427))/6+-parseInt(e(387))/7+-parseInt(e(433))/8+parseInt(e(425))/9*(parseInt(e(391))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to);class no extends t.Plugin{static get[$s(400)](){return[Js.Enter]}[$s(397)](){const t=$s,e=this[t(399)],n=e[t(414)][t(411)](t(430)),r=e[t(422)][t(411)](t(415));n[t(380)](t(415),(()=>{const s=t;e[s(416)][s(405)]((t=>{const o=s,a=e[o(416)][o(419)][o(381)],c=a[o(398)](),u=i.LiveRange[o(431)](a[o(394)]());if(r[o(412)](t)){const r=e[o(416)][o(401)](c[o(388)][o(407)],0),s=t[o(408)](c,r);n[o(413)](s)}else t[o(395)](t[o(408)](u[o(417)]));u[o(385)](),r[o(382)](o(392),{writer:t})}))})),e[t(389)][t(404)].on(t(383),Bs(e,t(406)),{priority:t(386)}),e[t(389)][t(404)].on(t(379),((e,n,r)=>{const s=t,o=r[s(420)][s(384)](n[s(410)]);if(o)for(const t of o)t[s(393)](s(403))&&(r[s(420)][s(432)](t,n[s(410)]),r[s(421)][s(429)](t))}),{priority:t(386)}),e[t(424)][t(404)].on(t(383),((n,r,s)=>{const o=t;s[o(390)][o(428)]&&Bs(e,o(406),{showActiveMarker:!1})[o(426)](this)(n,r,s)}),{priority:t(386)})}}const ro=so;function so(t,e){const n=oo();return(so=function(t,e){return n[t-=379]})(t,e)}function oo(){const t=["find","plugins","has","348660tnohyw","enableCommand","1152LlIlFQ","1558308pdpYNf","handleFindCommand","getIntersection","isArray","122azahlJ","string","model","suggestion:deletion","2342851yQPZaV","getRange","findNext","findPrevious","end","createPositionAt","FindAndReplaceUtils","start","FindAndReplaceEditing","results","markers","editor","9980VDGjZd","bind","createRange","afterInit","get","getMarkersGroup","item","filter","572yvoOto","18794DihyrD","_isInDeletionRange","23157jyezup","replaceAll","TrackChangesEditing","replace","findByTextCallback","8cmQKHE"];return(oo=function(){return t})()}!function(t){const e=so,n=t();for(;;)try{if(168384===parseInt(e(419))/1+-parseInt(e(394))/2*(parseInt(e(389))/3)+-parseInt(e(418))/4*(-parseInt(e(410))/5)+parseInt(e(390))/6+parseInt(e(398))/7*(-parseInt(e(383))/8)+-parseInt(e(421))/9+-parseInt(e(387))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oo);class io extends t.Plugin{[ro(413)](){const t=ro;if(!this[t(409)][t(385)][t(386)](t(406)))return;const e=this[t(409)][t(385)][t(414)](t(380));e[t(388)](t(384),this[t(391)][t(411)](this)),e[t(388)](t(400)),e[t(388)](t(401)),e[t(388)](t(381)),e[t(388)](t(379))}[ro(391)](t,e,n={}){const r=ro,s=this[r(409)][r(385)][r(414)](r(404));return t((t=>{const o=r;let i=(o(395)==typeof e?s[o(382)](e,n):e)(t);Array[o(393)](i)&&(i={results:i,searchText:o(395)==typeof e?e:""});const a=i[o(407)][o(417)]((e=>!1===this[o(420)](e,t[o(416)])));return{...i,results:a}}),n)}[ro(420)](t,e){const n=ro,r=this[n(409)][n(396)][n(412)](this[n(409)][n(396)][n(403)](e,t[n(405)]),this[n(409)][n(396)][n(403)](e,t[n(402)]));for(const t of this[n(409)][n(396)][n(408)][n(415)](n(397)))if(null!==r[n(392)](t[n(399)]()))return!0;return!1}}const ao=co;function co(t,e){const n=fo();return(co=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=co,n=t();for(;;)try{if(683500===-parseInt(e(532))/1*(parseInt(e(500))/2)+parseInt(e(531))/3*(-parseInt(e(514))/4)+-parseInt(e(535))/5*(parseInt(e(527))/6)+parseInt(e(528))/7+parseInt(e(521))/8*(-parseInt(e(475))/9)+-parseInt(e(483))/10*(-parseInt(e(503))/11)+parseInt(e(476))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fo);const uo=[{pluginName:ao(479),commandName:ao(522)},{pluginName:ao(498),commandName:ao(487)},{pluginName:ao(516),commandName:ao(509)},{pluginName:ao(502),commandName:ao(524)}];class lo extends t.Plugin{[ao(519)](){const t=ao,e=this[t(477)][t(495)],n=this[t(477)][t(511)][t(510)](t(481));for(const{pluginName:e,commandName:r}of uo)this[t(477)][t(511)][t(529)](e)&&(n[t(485)](r),n[t(474)](r));n[t(534)][t(525)](t(522),Kr(e,t(486))),n[t(534)][t(525)](t(487),Kr(e,t(499))),n[t(534)][t(525)](t(509),Kr(e,t(480))),n[t(534)][t(525)](t(524),Kr(e,t(491))),this[t(505)]()}[ao(505)](){const t=ao,e=this[t(477)],n=e[t(495)];e[t(511)][t(510)](t(481))[t(534)][t(496)]((e=>{const r=t,o=n.t;if(r(504)!=e[r(513)])return;const{data:i}=e;if(null!=i){if(r(522)==i[r(530)]){const t=i[r(493)][0][r(488)];if(t){const e=o(this[r(477)][r(511)][r(510)](r(515))[r(508)](this[r(477)][r(494)][r(510)](r(512)))[r(533)]((e=>e[r(478)]==t))[r(497)])[r(490)]();return{type:r(484),content:Kr(n,r(492),e)}}return{type:r(484),content:Kr(n,r(523))}}if(r(487)==i[r(530)]){const t=i[r(493)][0][r(488)];return t?{type:r(484),content:Kr(n,r(520),t)}:{type:r(484),content:Kr(n,r(518))}}if(r(509)==i[r(530)]){const t=i[r(493)][0][r(488)];if(t){const e=(0,s.normalizeColorOptions)(this[r(477)][r(494)][r(510)](r(506)))[r(533)]((e=>e[r(478)]==t));let i=t,a="";return e&&(i=e[r(507)],a=o(i)[r(490)]()),{type:r(484),content:Kr(n,r(526),a)[r(489)](),color:{value:t,title:a||i}}}return{type:r(484),content:Kr(n,r(501))}}if(r(524)==i[r(530)]){const t=i[r(493)][0][r(488)];if(t){const e=(0,s.normalizeColorOptions)(this[r(477)][r(494)][r(510)](r(482)))[r(533)]((e=>e[r(478)]==t));let i=t,a="";return e&&(i=e[r(507)],a=o(i)[r(490)]()),{type:r(484),content:Kr(n,r(473),a)[r(489)](),color:{value:t,title:a||i}}}return{type:r(484),content:Kr(n,r(517))}}}}))}}function fo(){const t=["FontSizeEditing","FORMAT_FONT_COLOR","TrackChangesEditing","fontBackgroundColor.colors","10WOEarl","format","enableDefaultAttributesIntegration","FORMAT_FONT_SIZE","fontFamily","value","trim","toLowerCase","FORMAT_FONT_BACKGROUND","*Set font size:* %0","commandParams","config","locale","registerDescriptionCallback","title","FontFamilyEditing","FORMAT_FONT_FAMILY","1388358dKKTSP","*Reset font color*","FontBackgroundColorEditing","12555169pUPqaB","formatInline","_registerLegacyDescription","fontColor.colors","label","normalizeSizeOptions","fontColor","get","plugins","fontSize.options","type","4DBSVAc","FontSize","FontColorEditing","*Reset font background color*","*Reset font family*","afterInit","*Set font family:* %0","23504RDZCWU","fontSize","*Reset font size*","fontBackgroundColor","registerAttributeLabel","*Set font color:* %0","30018mNTfij","7655662tIcMrx","has","commandName","2538741jgAExc","1fZjFeK","find","descriptionFactory","455YqQMDj","*Set font background color:* %0","registerInlineAttribute","3159YrYbRJ","17704704mWWSQy","editor","model"];return(fo=function(){return t})()}function ho(t,e){const n=po();return(ho=function(t,e){return n[t-=468]})(t,e)}const go=ho;function po(){const t=["normalizeSizeOptions","get","locale","push","find","label","plugins","title","type","35546ZEFTBF","enableDefaultAttributesIntegration","5EUqmAH","fontSize","commandName","1448488QmdzWN","charAt","enableCommand","pasteFormat","*Set format to:* %0","toUpperCase","fontBackgroundColor","fontColor","12RiAHeU","fontSize.options","formatInline","split","toLowerCase","1256340jJDFSL","slice","descriptionFactory","formatBlock","1871780vOzRXa","TrackChangesEditing","editor","fontColor.colors","9ebjDXG","config","272856zZMlqT","commands","commandParams","FontSize","boolean","514416bvbRcC","copyFormat","847273MhnmXn","join","*Remove all formatting*","length","registerDescriptionCallback","33MUvdaA","3CIFWjz","format","_registerLegacyDescription","model","afterInit","entries"];return(po=function(){return t})()}!function(t){const e=ho,n=t();for(;;)try{if(128063===parseInt(e(492))/1*(-parseInt(e(507))/2)+parseInt(e(484))/3+-parseInt(e(479))/4*(parseInt(e(509))/5)+-parseInt(e(520))/6*(parseInt(e(486))/7)+parseInt(e(512))/8*(-parseInt(e(477))/9)+parseInt(e(473))/10+-parseInt(e(491))/11*(-parseInt(e(469))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class mo extends t.Plugin{[go(496)](){const t=go,e=this[t(475)],n=e[t(504)][t(499)](t(474)),r=e[t(480)][t(499)](t(485)),s=e[t(480)][t(499)](t(515));r&&s&&(n[t(508)](t(515)),n[t(514)](t(485)),this[t(494)]())}[go(494)](){const t=go,e=this[t(475)],n=e[t(500)];e[t(504)][t(499)](t(474))[t(471)][t(490)]((r=>{const s=t;if(s(472)!=r[s(506)]&&s(522)!=r[s(506)])return;const{data:o}=r;if(o&&s(515)===o[s(511)]){const t=[],r=o[s(481)][0];for(const[n,o]of Object[s(497)](r))t[s(501)](Eo(e,n,o));return t[s(489)]?{type:s(493),content:Kr(n,s(516),t[s(487)](", "))}:{type:s(493),content:Kr(n,s(488))}}}))}}function Eo(t,e,n){const r=go,o=t[r(500)].t,i=e[r(523)](/(?=[A-Z])/)[r(487)](" "),a=o(i[r(513)](0)[r(517)]()+i[r(470)](1))[r(468)]();if(r(483)==typeof n)return a;if(r(519)===e||r(518)===e){const e=(0,s.normalizeColorOptions)(t[r(478)][r(499)](r(476)))[r(502)]((t=>t[r(495)]==n));return a+" ("+(e?o(e[r(503)])[r(468)]():n)+")"}if(r(510)===e&&isNaN(parseFloat(n))){const e=t[r(504)][r(499)](r(482))[r(498)](t[r(478)][r(499)](r(521)))[r(502)]((t=>t[r(495)]==n));return a+" ("+(e?o(e[r(505)])[r(468)]():n)+")"}return a+" ("+n+")"}const Io=To;function bo(){const t=["1453TDyjzc","formatBlock","format","get","heading.options","config","registerElementLabel","descriptionFactory","heading","993480DoXlwV","TrackChangesEditing","commandParams","*Change to:* %0","commandName","_getHeadingLevel","value","5712791DKCxOq","find","type","afterInit","name","923845ykQyzE","_headingOptions","ELEMENT_HEADING_CUSTOM","paragraph","ELEMENT_HEADING","registerDescriptionCallback","2288190gCxMEU","has","enableDefaultAttributesIntegration","model","507152nfzQjh","view","plugins","16828hqBauZ","editor","locale","141xAXVuL","HeadingEditing","_registerLegacyDescription","374DMkgJK","title","match","90yHTNSc"];return(bo=function(){return t})()}function To(t,e){const n=bo();return(To=function(t,e){return n[t-=444]})(t,e)}!function(t){const e=To,n=t();for(;;)try{if(552063===parseInt(e(484))/1*(parseInt(e(480))/2)+parseInt(e(477))/3*(parseInt(e(474))/4)+-parseInt(e(461))/5+parseInt(e(467))/6+parseInt(e(456))/7+parseInt(e(471))/8+parseInt(e(483))/9*(-parseInt(e(449))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bo);class _o extends t.Plugin{[Io(459)](){const t=Io,e=this[t(475)];if(!e[t(473)][t(468)](t(478)))return;this[t(462)]=e[t(445)][t(487)](t(444));const n=e[t(476)],r=e[t(473)][t(487)](t(450));r[t(469)](t(448));for(const e of this[t(462)])t(464)!=e[t(470)]&&r[t(447)][t(446)](e[t(470)],(n=>{const r=t,i=this[r(454)](e[r(470)]);return null!==i?s(n,i):o(n,e[r(481)])}));function s(e,r){return Kr(n,t(465),[e,r])}function o(e,r){return Kr(n,t(463),[e,r])}this[t(479)]()}[Io(479)](){const t=Io,e=this[t(475)],n=e[t(476)];e[t(473)][t(487)](t(450))[t(447)][t(466)]((e=>{const r=t;if(r(485)!=e[r(458)])return;const{data:s}=e;if(s&&r(448)==s[r(453)]){const e=s[r(451)][0][r(455)],c=this[r(454)](e);if(null!==c)return{type:r(486),content:Kr(n,r(452),(a=c,Kr(n,r(465),[1,a])))};const u=this[r(462)][r(457)]((t=>t[r(470)]===e))[r(481)];return{type:r(486),content:Kr(n,r(452),(o=1,i=u,Kr(n,t(463),[o,i])))}}var o,i,a}))}[Io(454)](t){const e=Io;var n,r;const s=t[e(482)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(462)])||void 0===n?void 0:n[e(457)]((n=>n[e(470)]==t));if(o&&o[e(472)]){const t=o[e(472)],n=(null!==(r=t[e(460)])&&void 0!==r?r:t)[e(482)](/^h(\d+)/);if(n)return n[1]}return null}}const yo=ko;function Ao(){const t=["TrackChangesEditing","format","color","type","locale","model","_registerLegacyDescription","formatInline","commandParams","title","7dINOWn","3LxIFdD","find","value","highlight","registerAttributeLabel","highlight.options","HighlightEditing","*Remove highlight*","toLowerCase","172112XNIHNh","85TnyQmH","commandName","has","3942yuGHsx","368738eRtawS","FORMAT_HIGHLIGHT","1737626XxrJGF","editor","3780mITlvn","afterInit","descriptionFactory","plugins","32925hrsLcy","get","enableDefaultAttributesIntegration","1484664mwvwxw","config","*Set highlight:* %0","32274vNhYGZ","registerInlineAttribute","registerDescriptionCallback"];return(Ao=function(){return t})()}function ko(t,e){const n=Ao();return(ko=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=ko,n=t();for(;;)try{if(173780===parseInt(e(506))/1+-parseInt(e(540))/2*(-parseInt(e(526))/3)+parseInt(e(535))/4+-parseInt(e(536))/5*(-parseInt(e(512))/6)+parseInt(e(525))/7*(-parseInt(e(509))/8)+parseInt(e(539))/9*(parseInt(e(502))/10)+-parseInt(e(500))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ao);class Co extends t.Plugin{[yo(503)](){const t=yo,e=this[t(501)];if(!e[t(505)][t(538)](t(532)))return;const n=e[t(505)][t(507)](t(515)),r=e[t(519)];n[t(508)](t(529)),n[t(513)](t(529)),n[t(504)][t(530)](t(529),Kr(r,t(499))),this[t(521)]()}[yo(521)](){const t=yo,e=this[t(501)],n=e[t(519)];e[t(505)][t(507)](t(515))[t(504)][t(514)]((r=>{const s=t;if(s(522)!=r[s(518)])return;const{data:o}=r;if(o&&s(529)==o[s(537)]){const t=n.t,r=o[s(523)][0][s(528)];if(r){const o=e[s(510)][s(507)](s(531))[s(527)]((t=>t[s(520)]==r)),i=t(o[s(524)])[s(534)]();return{type:s(516),content:Kr(n,s(511),i),color:{value:o[s(517)],title:o[s(524)]}}}return{type:s(516),content:Kr(n,s(533),Kr(n,s(499)))}}}))}}const Lo=Ro;function Ro(t,e){const n=No();return(Ro=function(t,e){return n[t-=330]})(t,e)}function No(){const t=["180714sJzyDk","75PTBqhV","22rFUwlq","afterInit","div","HorizontalLineEditing","horizontalLine","insert","44HwmdAj","334727XqvFFW","126843jDSiAi","addClass","104ggIlky","createContainerElement","createPositionAt","createEmptyElement","36GyJrqD","ELEMENT_HORIZONTAL_LINE","6521748lBFGsK","has","dataDowncast","1152230LleVtH","showSuggestionHighlights","ck-horizontal-line","registerElementLabel","descriptionFactory","elementToStructure","conversion","118528EmlHJt","locale","high","get","255752ABwyfn","editor","TrackChangesEditing","plugins","enableCommand","for"];return(No=function(){return t})()}!function(t){const e=Ro,n=t();for(;;)try{if(256199===parseInt(e(335))/1+parseInt(e(354))/2+-parseInt(e(336))/3*(-parseInt(e(334))/4)+-parseInt(e(365))/5*(parseInt(e(364))/6)+parseInt(e(358))/7*(parseInt(e(338))/8)+-parseInt(e(342))/9*(-parseInt(e(347))/10)+-parseInt(e(366))/11*(parseInt(e(344))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(No);class So extends t.Plugin{[Lo(367)](){const t=Lo,e=this[t(359)];if(!e[t(361)][t(345)](t(331)))return;e[t(361)][t(357)](t(360))[t(362)](t(332));const n=e[t(361)][t(357)](t(360)),r=e[t(355)];n[t(351)][t(350)](t(332),(e=>Kr(r,t(343),e))),e[t(353)][t(363)](t(346))[t(352)]({model:t(332),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(348)])return null;const o=n[s(339)](s(330)),i=n[s(341)]("hr");return n[s(337)](s(349),o),n[s(333)](n[s(340)](o,0),i),o},converterPriority:t(356)})}}const Mo=vo;function vo(t,e){const n=wo();return(vo=function(t,e){return n[t-=123]})(t,e)}function wo(){const t=["plugins","attribute","commandName","538ScnVkm","start","enableDefaultAttributesIntegration","1695zAQFdB","formatBlock","registerDescriptionCallback","htmlEmbed","ELEMENT_HTML_EMBED","501179ebOjgf","value","descriptionFactory","1406226jalLTK","get","_registerLegacyDescription","*Change %0 content*","1706612BEOSzu","1934838mpZHEH","registerBlockAttribute","format","element","locale","HtmlEmbed","key","nodeAfter","has","TrackChangesEditing","rawHtml","48dMPjNn","editor","getFirstRange","9891180CsQfXV","5392190qFmoBj","type","registerElementLabel","afterInit"];return(wo=function(){return t})()}!function(t){const e=vo,n=t();for(;;)try{if(541557===-parseInt(e(126))/1*(-parseInt(e(123))/2)+-parseInt(e(134))/3+parseInt(e(138))/4+-parseInt(e(154))/5+-parseInt(e(139))/6+parseInt(e(131))/7*(parseInt(e(150))/8)+parseInt(e(153))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wo);class Oo extends t.Plugin{[Mo(157)](){const t=Mo,e=this[t(151)];if(!e[t(158)][t(147)](t(144)))return;const n=e[t(158)][t(135)](t(148)),r=e[t(143)];n[t(133)][t(156)](t(149),(e=>Kr(r,t(130),e))),n[t(125)](t(129)),n[t(140)](t(132)),n[t(133)][t(128)]((e=>{const n=t;if(n(159)!=e[n(155)])return;const{data:s}=e;if(s&&n(132)==s[n(145)]&&e[n(152)]()[n(124)][n(146)].is(n(142),n(149))){const t=Kr(r,n(130));return{type:n(141),content:Kr(r,n(137),t)}}})),this[t(136)]()}[Mo(136)](){const t=Mo,e=this[t(151)],n=e[t(143)];e[t(158)][t(135)](t(148))[t(133)][t(128)]((e=>{const r=t;if(r(127)!=e[r(155)])return;const{data:s}=e;if(s&&r(129)==s[r(160)]){const t=Kr(n,r(130));return{type:r(141),content:Kr(n,r(137),t)}}}))}}const Do=Fo;function Fo(t,e){const n=xo();return(Fo=function(t,e){return n[t-=381]})(t,e)}!function(t){const e=Fo,n=t();for(;;)try{if(748211===parseInt(e(420))/1+-parseInt(e(394))/2*(parseInt(e(426))/3)+-parseInt(e(428))/4+-parseInt(e(387))/5*(parseInt(e(474))/6)+parseInt(e(402))/7+-parseInt(e(483))/8*(-parseInt(e(481))/9)+-parseInt(e(473))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xo);class Bo extends t.Plugin{[Do(467)](){const t=Do,e=this[t(477)];if(!e[t(407)][t(396)](t(436)))return;const n=e[t(407)][t(464)](t(485)),r=e[t(407)][t(464)](t(381)),s=e[t(418)];n[t(450)](t(388)),n[t(482)][t(487)](t(466),(e=>Kr(s,t(501),e))),n[t(482)][t(487)](t(470),(e=>Kr(s,t(384),e))),n[t(482)][t(487)](t(494),(()=>Kr(s,t(463)))),e[t(407)][t(396)](t(441))&&n[t(450)](t(476)),e[t(407)][t(396)](t(409))&&e[t(407)][t(396)](t(411))&&(n[t(450)](t(424),((s,o)=>{const i=t,a=r[i(495)](e[i(410)][i(480)][i(486)]);e[i(410)][i(490)]((()=>{const t=i;n[t(414)](a,{commandName:t(424),commandParams:[o]},[],t(382))}))})),n[t(450)](t(408),((s,o)=>{const a=t;e[a(410)][a(490)]((t=>{const c=a;let u=r[c(495)](e[c(410)][c(480)][c(486)]),l=t[c(404)](u);const f=i.LivePosition[c(500)](l[c(491)],c(496)),h=i.LivePosition[c(500)](l[c(498)],c(390));n[c(429)]((()=>s(o))),u=r[c(495)](e[c(410)][c(480)][c(486)]),l=t[c(404)](u);const d=t[c(462)](f,h);f[c(484)](),h[c(484)](),n[c(414)](u,{commandName:c(424),commandParams:[o]},[],c(403)),d[c(491)][c(412)](l[c(491)])&&n[c(445)](t[c(462)](d[c(491)],l[c(491)]),c(403)),l[c(498)][c(412)](d[c(498)])&&n[c(445)](t[c(462)](l[c(498)],d[c(498)]),c(403))}))})),n[t(395)][t(461)](t(431),t(403),t(443),(()=>!1)),n[t(395)][t(461)](t(431),t(403),t(442),(()=>!1)),n[t(395)][t(461)](t(431),t(403),t(399),n[t(395)][t(398)](t(431),"",t(442))),n[t(395)][t(461)](t(415),t(403),t(443),(()=>!1)),n[t(395)][t(461)](t(415),t(403),t(399),(([r])=>{const s=t,o=n[s(395)][s(398)](s(415),"",s(399));let i=r[s(491)],a=r[s(498)];const c=e[s(410)][s(499)][s(497)](i,s(437)),u=e[s(410)][s(499)][s(497)](a,s(493));c[s(422)]&&(i=c[s(491)]),u[s(422)]&&(a=u[s(498)]),o([e[s(410)][s(462)](i,a)])})),n[t(395)][t(461)](t(431),t(403),t(392),c),n[t(395)][t(461)](t(415),t(403),t(392),c)),e[t(407)][t(396)](t(386))&&(n[t(450)](t(406),((s,o)=>{const i=t,a=e[i(407)][i(464)](i(433));let c=r[i(495)](e[i(410)][i(480)][i(486)]),u=a[i(383)](c);e[i(410)][i(490)]((()=>{const t=i;if(u)return void n[t(456)](e[t(410)][t(404)](u));const l=r[t(401)](c);s(o),c=r[t(495)](e[t(410)][t(480)][t(486)]),u=a[t(383)](c),n[t(445)](e[t(410)][t(404)](u),l?null:t(440))}))})),n[t(395)][t(461)](t(415),t(440),t(392),c));const o=[{type:t(431),subType:t(413)},{type:t(415),subType:t(440)},{type:t(431),subType:t(403)},{type:t(415),subType:t(403)}];function a(e,s){const i=t,a=o[i(389)]((({type:t,subType:n})=>e[i(458)]==t&&e[i(416)]==n)),c=o[i(389)]((({type:t,subType:e})=>s[i(458)]==t&&s[i(416)]==e));if(a<0||c<0)return!1;const u=e[i(434)](),l=s[i(434)]();if((0==a||1==a)&&2==c&&u[i(471)](l))return!0;if(2==a&&3==c){const t=n[i(438)](u,i(415))[i(391)]((({suggestion:t,meta:e})=>e[i(478)]&&i(403)==t[i(416)]));if(t[i(449)]>1&&l[i(498)][i(435)](u[i(491)]))return!0;if(1==t[i(449)]&&(u[i(491)][i(435)](l[i(498)])||u[i(498)][i(435)](l[i(491)])))return!0}if(3==a&&3==c&&u[i(491)][i(412)](l[i(491)])){const t=u[i(498)][i(468)],e=l[i(491)][i(488)];return r[i(401)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(407)][t(396)](t(427))&&(n[t(393)](t(469)),n[t(385)](t(457)),n[t(482)][t(455)](t(457),Kr(s,t(405)))),e[t(407)][t(396)](t(454))&&(n[t(393)](t(492)),n[t(385)](t(444))),n[t(482)][t(447)]((e=>{const n=t;if(o[n(439)]((({type:t,subType:r})=>e[n(458)]==t&&e[n(416)]==r)))return e[n(472)]?{}:void 0})),n[t(482)][t(447)]((e=>{const n=t;if(n(415)==e[n(458)]||n(421)==e[n(458)]){const t=e[n(475)]();if(t&&t.is(n(425),n(494)))return{type:n(415)==e[n(458)]?n(479):n(400),element:t,quantity:1}}})),n[t(482)][t(447)]((e=>t(431)==e[t(458)]&&t(403)==e[t(416)]?{type:t(417),content:t(453)}:t(431)==e[t(458)]&&t(382)==e[t(416)]?{type:t(417),content:t(423)}:void 0)),n[t(482)][t(447)]((e=>{const n=t;if(n(459)!=e[n(458)])return;const{data:r}=e;if(!r||n(444)!=r[n(448)])return;const o=r[n(460)];return o?{type:n(417),content:Kr(s,n(489),'"'+o+'"')}:{type:n(417),content:Kr(s,n(446))}})),this[t(451)]()}[Do(451)](){const t=Do,e=this[t(477)],n=e[t(418)];e[t(407)][t(464)](t(485))[t(482)][t(447)]((e=>{const r=t;if(r(431)!=e[r(458)]&&r(430)!=e[r(458)])return;const{data:s}=e;if(s){if(r(492)==s[r(432)]){const t=s[r(465)][0][r(460)];return t?{type:r(417),content:Kr(n,r(489),'"'+t+'"')}:{type:r(417),content:Kr(n,r(446))}}if(r(469)==s[r(432)]){const t=s[r(465)][0][r(419)];return t?{type:r(417),content:Kr(n,r(397),t)}:{type:r(417),content:Kr(n,r(452))}}}}))}}function xo(){const t=["imageBlock","afterInit","nodeAfter","resizeImage","imageInline","isIntersecting","previous","2525970GZeTEa","55362XaUgHB","getContainedElement","uploadImage","editor","isOwn","addObject","document","4293216xWDOzs","descriptionFactory","24UvjhzR","detach","TrackChangesEditing","selection","registerElementLabel","nodeBefore","*Set image text alternative:* %0","change","start","imageTextAlternative","forward","caption","getClosestSelectedImageElement","toPrevious","getNearestSelectionRange","end","schema","fromPosition","ELEMENT_IMAGE","ImageUtils","convertBlockImageToInline","getCaptionFromImageModelElement","ELEMENT_INLINE_IMAGE","registerBlockAttribute","ImageCaptionEditing","65sFqvmH","insertImage","findIndex","toNext","filter","chain","enableDefaultAttributesIntegration","3722mzJhxA","_suggestionFactory","has","*Set image width:* %0","getSuggestionCallback","discard","removeObject","isBlockImage","6459243lMknRS","convertInlineImageToBlock","createRangeOn","FORMAT_IMAGE_SIZE","toggleImageCaption","plugins","imageTypeBlock","ImageBlockEditing","model","ImageInlineEditing","isBefore","imageStylePreApply","markBlockFormat","insertion","subType","format","locale","width","97201uVkCMF","deletion","isCollapsed","Block image to inline image","imageTypeInline","element","1959YUtETZ","ImageResize","460120YZvYUt","forceDefaultExecution","formatInline","formatBlock","commandName","ImageCaptionUtils","getFirstRange","isEqual","ImageEditing","backward","_findSuggestions","find","imageCaption","ImageUploadEditing","accept","join","alt","markInsertion","*Remove image text alternative*","registerDescriptionCallback","key","length","enableCommand","_registerLegacyDescription","*Reset image width*","Inline image to block image","ImageTextAlternativeEditing","registerAttributeLabel","markDeletion","resizedWidth","type","attribute","newValue","registerCustomCallback","createRange","ELEMENT_CAPTION","get","commandParams"];return(xo=function(){return t})()}const Po=Uo;function Uo(t,e){const n=Go();return(Uo=function(t,e){return n[t-=402]})(t,e)}!function(t){const e=Uo,n=t();for(;;)try{if(439900===-parseInt(e(444))/1+parseInt(e(407))/2+parseInt(e(441))/3*(-parseInt(e(408))/4)+parseInt(e(426))/5*(-parseInt(e(403))/6)+-parseInt(e(425))/7+parseInt(e(413))/8*(parseInt(e(404))/9)+parseInt(e(436))/10*(parseInt(e(437))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class jo extends t.Plugin{[Po(423)](){const t=Po;if(!this[t(402)][t(442)][t(412)](t(420)))return;const e=this[t(402)][t(429)],n=this[t(402)][t(442)][t(438)](t(411));n[t(433)](t(414)),n[t(443)](t(410)),n[t(409)][t(427)]((n=>{const r=t;if(r(434)!=n[r(428)])return;const{data:s}=n;return s&&r(410)==s[r(419)]?s[r(430)]&&s[r(422)]?{type:r(417),content:Kr(e,r(440))}:{type:r(417),content:""}:void 0})),this[t(421)]()}[Po(421)](){const t=Po,e=this[t(402)][t(442)][t(438)](t(411));e[t(424)][t(415)](t(431),t(414),t(406),e[t(424)][t(439)](t(431),null,t(405))),e[t(424)][t(415)](t(431),t(414),t(405),e[t(424)][t(439)](t(431),null,t(406))),this[t(416)]()}[Po(416)](){const t=Po,e=this[t(402)],n=e[t(429)];e[t(442)][t(438)](t(411))[t(409)][t(427)]((e=>{const r=t;if(r(431)!=e[r(428)]&&r(435)!=e[r(428)])return;const{data:s}=e;return s&&r(414)==s[r(418)]?{type:r(417),content:Kr(n,r(432))}:void 0}))}}function Go(){const t=["attribute","formatInline","30JdDhoT","6325352DEQzWn","get","getSuggestionCallback","*Replace image URL*","6UPBdUD","plugins","registerBlockAttribute","730609qsJRhj","editor","6HKvtZg","711yaRoiw","discard","accept","1301930KyyWOq","1493372saKHUn","descriptionFactory","src","TrackChangesEditing","has","16408TdChZo","replaceImageSource","registerCustomCallback","_registerLegacyDescription","format","commandName","key","ImageEditing","_handleLegacySuggestions","oldValue","afterInit","_suggestionFactory","4138316BzDWhF","148535xBvIUw","registerDescriptionCallback","type","locale","newValue","formatBlock","*Format:* replace image URL","enableDefaultAttributesIntegration"];return(Go=function(){return t})()}const Vo=zo;function Ho(){const t=["selection","8XOjkYl","suggestion","formatInline","get","registerPostFixer","head","next","forEach","markInlineFormat","imageStylePostApply","getSuggestions","ImageUtils","start","side","value","length","nodeBefore","chain","title","imageTypeBlock","commandParams","isEqual","filter","document","locale","refresh","commandName","isBefore","has","imageStylePreApply","createRangeOn","20GhcMtk","_splitMarkerName","insertion","4710ZlJhAt","toLowerCase","markBlockFormat","26WAqbYz","isInContent","getClosestSelectedImageElement","2829233xQdLWd","_registerLegacyDescription","nodeAfter","imageStyle","registerDescriptionCallback","setImageNaturalSizeAttributes","_findSuggestions","getChangedMarkers","type","314721fxReOd","author","46996oKgPwy","change","isBlockImage","ImageStyleEditing","accept","format","enableCommand","plugins","editor","model","getSuggestionCallback","1015ubEWOa","getContainedElement","subType","*Format:* %0","descriptionFactory","findIndex","FORMAT_SIDE_IMAGE","isIntersecting","formatBlock","discardSuggestion","end","Users","getFirstRange","shouldConvertImageType","from","newRange","discard","TrackChangesEditing","1212304AyGJtf","hasSuggestion","join","getSuggestion","imageTypeInline","imageCaption","name","isInlineImage","903546SaUfwP","normalizedStyles","convertInlineImageToBlock","_suggestionFactory","commands","differ","isOwn","3211481ZYIvMU","commandReversedParams","afterInit","registerCustomCallback"];return(Ho=function(){return t})()}function zo(t,e){const n=Ho();return(zo=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=zo,n=t();for(;;)try{if(317549===-parseInt(e(469))/1*(-parseInt(e(483))/2)+-parseInt(e(481))/3+-parseInt(e(512))/4+parseInt(e(494))/5*(parseInt(e(466))/6)+-parseInt(e(427))/7*(parseInt(e(432))/8)+-parseInt(e(420))/9+parseInt(e(463))/10*(parseInt(e(472))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ho);class Wo extends t.Plugin{[Vo(429)](){const t=Vo,n=this[t(491)];if(!n[t(490)][t(460)](t(486)))return;const r=n[t(490)][t(435)](t(511)),s=n[t(490)][t(435)](t(443)),o={};r[t(489)](t(475),((o,i)=>{const a=t,c=n[a(490)][a(435)](a(505)).me,u=n[a(424)][a(435)](a(475));let l=s[a(471)](n[a(492)][a(455)][a(431)]),f=n[a(492)][a(462)](l),h=u[a(446)];if(h==i[a(446)])return;const d={commandName:a(475),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(492)][a(484)]((()=>{const t=a;if(r[t(442)]()[t(454)]((e=>e[t(470)]&&c==e[t(482)]&&(t(502)==e[t(480)]||t(434)==e[t(480)])&&(t(461)==e[t(496)]||t(441)==e[t(496)])&&e[t(506)]()[t(453)](f)))[t(439)]((e=>r[t(503)](e[t(437)]))),l=s[t(471)](n[t(492)][t(455)][t(431)]),f=n[t(492)][t(462)](l),u[t(457)](),n[t(424)][t(435)](t(416))[t(457)](),n[t(424)][t(435)](t(451))[t(457)](),h=u[t(446)],h!=i[t(446)])return s[t(419)](l)&&u[t(507)](i[t(446)],l)?(o({...i,setImageSizes:!1}),l=s[t(471)](n[t(492)][t(455)][t(431)]),void r[t(468)](l,{...d,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(461))):void(s[t(485)](l)?r[t(468)](l,d,[],t(441)):r[t(440)](f,d,t(441)))}))}));for(const e of n[t(490)][t(435)](t(486))[t(421)])o[e[t(418)]]=e[t(450)][t(467)]();r[t(423)][t(430)](t(502),t(461),t(514),(()=>!1)),r[t(423)][t(430)](t(502),t(441),t(514),(()=>!1)),r[t(423)][t(430)](t(434),t(441),t(514),(()=>!1)),r[t(423)][t(430)](t(502),t(461),t(487),(([e])=>{const n=t;s[n(477)](e[n(495)]())})),r[t(423)][t(430)](t(502),t(461),t(510),((e,n)=>{const s=t;r[s(423)][s(493)](s(502),"",s(487))(e,{commandName:n[s(458)],commandParams:n[s(428)]})})),r[t(423)][t(430)](t(502),t(461),t(449),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(502),subType:t(461)},{type:t(465),subType:t(417)},{type:t(502),subType:t(422)},{type:t(465),subType:t(422)}];function a(e,n){const o=t,a=i[o(499)]((({type:t,subType:n})=>e[o(480)]==t&&e[o(496)]==n)),c=i[o(499)]((({type:t,subType:e})=>n[o(480)]==t&&n[o(496)]==e));if(a<0||c<0)return!1;const u=e[o(506)](),l=n[o(506)]();if((0==a||1==a)&&2==c&&u[o(501)](l))return!0;if(2==a&&3==c){const t=r[o(478)](u,o(465))[o(454)]((({suggestion:t,meta:e})=>e[o(426)]&&o(422)==t[o(496)]));if(t[o(447)]>1&&l[o(504)][o(453)](u[o(444)]))return!0;if(1==t[o(447)]&&(u[o(444)][o(453)](l[o(504)])||u[o(504)][o(453)](l[o(444)])))return!0}if(3==a&&3==c&&u[o(444)][o(459)](l[o(444)])){const t=u[o(504)][o(474)],e=l[o(444)][o(448)];return s[o(485)](t)&&t===e}return!1}n[t(492)][t(455)][t(436)]((()=>{const e=t;let o=!1;const i=Array[e(508)](n[e(492)][e(455)][e(425)][e(479)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(464)](t);if(e(433)==i&&r[e(513)](u)){if(e(502)==a&&(e(461)==c||e(441)==c)){const t=r[e(515)](u);if(n[e(509)]){const n=t[e(506)]()[e(495)]();if(s[e(485)](n))continue;r[e(503)](t),o=!0}}if(e(465)==a&&e(417)==c&&!n[e(509)]){const t=r[e(515)](u);t[e(438)]&&t[e(438)][e(470)]&&(r[e(503)](t[e(438)]),o=!0)}}}return o})),this[t(473)](o)}[Vo(473)](t){const e=Vo,n=this[e(491)],r=n[e(456)];n[e(490)][e(435)](e(511))[e(498)][e(476)]((n=>{const s=e;if(s(502)!=n[s(480)]&&s(434)!=n[s(480)])return;const{data:o}=n;if(!o||s(475)!=o[s(458)])return;const i=o[s(452)][0][s(446)];return function(t){const e=s;return{type:e(488),content:Kr(r,e(497),t)}}(s(445)===i?Kr(r,s(500)):t[i]||i)}))}}const Ko=Xo;function Xo(t,e){const n=qo();return(Xo=function(t,e){return n[t-=225]})(t,e)}function qo(){const t=["Users","917570QXjqrR","1201aUneXx","3379400zBiKux","lowest","afterInit","high","value","3611742lHPZQf","3493mcvnmn","9464xpoCXg","6LiAvUR","execute","165kLkvll","bind","commands","1853415Ckkppl","_handleImportedData","importWord","_setSuggestionData","TrackChangesEditing","_trackChangesExecuted","enableCommand","get","trackChanges","listenTo","2426895UmJnIu","1558MJJoJG","editor","forEach","collaboration_features","plugins","track_changes","_trackChangesValueDuringImport","dataInsert"];return(qo=function(){return t})()}!function(t){const e=Xo,n=t();for(;;)try{if(671239===-parseInt(e(244))/1*(-parseInt(e(234))/2)+-parseInt(e(250))/3+parseInt(e(245))/4+parseInt(e(233))/5*(-parseInt(e(253))/6)+parseInt(e(251))/7*(-parseInt(e(252))/8)+-parseInt(e(258))/9+-parseInt(e(243))/10*(-parseInt(e(255))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Zo extends t.Plugin{constructor(t){const e=Xo;super(t),this[e(240)]=!1,this[e(228)]=!1}[Ko(247)](){const t=Ko,e=this[t(235)],n=e[t(257)][t(230)](t(225)),r=e[t(257)][t(230)](t(231));n&&(n.on(t(254),((e,[,n])=>{const s=t;this[s(240)]=r[s(249)],n[s(237)][s(239)]=!this[s(240)]}),{priority:t(248)}),this[t(232)](n,t(241),this[t(259)][t(256)](this)),this[t(232)](n,t(241),(()=>{const e=t;this[e(228)]&&(r[e(254)](),this[e(228)]=!1)}),{priority:t(246)}),e[t(238)][t(230)](t(227))[t(229)](t(225)))}[Ko(259)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(235)][n(257)][n(230)](n(231)),o=s[n(249)];this[n(240)]!==o&&(s[n(254)](),this[n(228)]=!0),r&&r[n(236)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(235)][o(238)][o(230)](o(242)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(225)}}};this[o(235)][o(238)][o(230)](o(227))[o(226)](i)}))}}const Qo=Jo;function Yo(){const t=["registerAttributeLabel","descriptionFactory","747525NFqQQH","indentBlock","6PUAPFV","outdentBlock","12KzzNit","afterInit","blockIndent","enableDefaultAttributesIntegration","2478340wPmWWT","enableCommand","format","formatBlock","*Indent:* %0","registerDescriptionCallback","53137uorHfb","getItemLabel","8748yXmRPI","7928FsqEFg","19723llvMBe","indent","type","get","IndentBlock","registerBlockAttribute","locale","*Outdent:* %0","editor","IndentEditing","883236jOeIbH","TrackChangesEditing","outdent","has","830169rGgfpD","plugins","6170PUsUjC","getItems","FORMAT_INDENT","commandName","_registerLegacyDescription"];return(Yo=function(){return t})()}function Jo(t,e){const n=Yo();return(Jo=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=Jo,n=t();for(;;)try{if(544860===-parseInt(e(135))/1+parseInt(e(150))/2*(parseInt(e(139))/3)+parseInt(e(156))/4+-parseInt(e(148))/5+-parseInt(e(152))/6*(parseInt(e(121))/7)+-parseInt(e(124))/8*(parseInt(e(123))/9)+parseInt(e(141))/10*(parseInt(e(125))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yo);class $o extends t.Plugin{[Qo(153)](){const t=Qo,e=this[t(133)],n=e[t(140)][t(128)](t(136));if(e[t(140)][t(138)](t(134))&&(n[t(157)](t(126)),n[t(157)](t(137))),e[t(140)][t(138)](t(129)))for(const e of[t(149),t(151)])n[t(155)](e);const r=e[t(131)];n[t(130)](t(154)),n[t(147)][t(146)](t(154),Kr(r,t(143))),this[t(145)]()}[Qo(145)](){const t=Qo,e=this[t(133)],n=e[t(131)],r=e[t(140)][t(128)](t(136));r[t(147)][t(161)]((e=>{const s=t;if(s(159)!=e[s(127)])return;const{data:o}=e;if(!o)return;if(s(149)!=o[s(144)]&&s(151)!=o[s(144)])return;const i=e[s(142)]()[0],a=r[s(147)][s(122)](i);return s(149)==o[s(144)]?{type:s(158),content:Kr(n,s(160),a)}:s(151)==o[s(144)]?{type:s(158),content:Kr(n,s(132),a)}:void 0}))}}var ti=ni;function ei(){var t=["input","6nJIAzP","editor","1284715IlZBKr","5265usguXq","init","requires","12HeoyxE","4677736tYnIjd","get","78JREGsf","4815720KuSfmf","TrackChangesEditing","7783758zTZWfq","16145630mAhOMf","163740dDQYBX","plugins","enableCommand"];return(ei=function(){return t})()}function ni(t,e){var n=ei();return(ni=function(t,e){return n[t-=396]})(t,e)}!function(t){for(var e=ni,n=t();;)try{if(580730===-parseInt(e(398))/1*(parseInt(e(404))/2)+-parseInt(e(401))/3*(parseInt(e(409))/4)+parseInt(e(397))/5*(-parseInt(e(413))/6)+-parseInt(e(405))/7+-parseInt(e(402))/8+parseInt(e(407))/9+parseInt(e(408))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ei);class ri extends t.Plugin{static get[ti(400)](){return[ws.Input]}[ti(399)](){var t=ti;this[t(396)][t(410)][t(403)](t(406))[t(411)](t(412))}}function si(t,e){const n=ii();return(si=function(t,e){return n[t-=401]})(t,e)}const oi=si;function ii(){const t=["registerInlineAttribute","TrackChangesEditing","166472VKQnCS","afterInit","66460iWXjUh","attribute","link","registerAttributeLabel","type","descriptionFactory","commands","newValue","commandParams","formatInline","key","unlink","24870KgyLlm","781144QlUzae","*Remove link*","linkHref","registerDescriptionCallback","198duqwpZ","link (","250802fgqWUI","get","*Set link:* %0","1611239hVxhnR","locale","_registerLegacyDescription","6oqdyoV","514378roLMko","enableDefaultAttributesIntegration","commandName","LinkEditing","manualDecorators","plugins","editor","label","toLowerCase","3ZMzyKF","has","format"];return(ii=function(){return t})()}!function(t){const e=si,n=t();for(;;)try{if(133543===-parseInt(e(413))/1+-parseInt(e(420))/2*(-parseInt(e(429))/3)+parseInt(e(407))/4+parseInt(e(406))/5*(-parseInt(e(419))/6)+-parseInt(e(416))/7+parseInt(e(434))/8+parseInt(e(411))/9*(parseInt(e(436))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ii);class ai extends t.Plugin{[oi(435)](){const t=oi,e=this[t(426)];if(!e[t(425)][t(430)](t(423)))return;const n=e[t(425)][t(414)](t(433)),r=e[t(442)][t(414)](t(438));n[t(421)](t(438)),n[t(421)](t(405)),n[t(432)](t(409));for(const e of r[t(424)])n[t(432)](e.id),n[t(441)][t(439)](e.id,t(412)+e[t(427)][t(428)]()+")");n[t(441)][t(410)]((n=>{const r=t;if(r(437)!=n[r(440)])return;const{data:s}=n;if(!s||r(409)!=s[r(404)])return;const o=s[r(401)],i=e[r(417)];return{type:r(431),content:null==o?Kr(i,r(408)):Kr(i,r(415),'"'+o+'"')}})),this[t(418)]()}[oi(418)](){const t=oi,e=this[t(426)],n=e[t(417)];e[t(425)][t(414)](t(433))[t(441)][t(410)]((e=>{const r=t;if(r(403)!=e[r(440)])return;const{data:s}=e;if(s){if(r(438)==s[r(422)]){const t=s[r(402)][0];return{type:r(431),content:Kr(n,r(415),'"'+t+'"')}}return r(405)==s[r(422)]?{type:r(431),content:Kr(n,r(408))}:void 0}}))}}const ci=hi;!function(t){const e=hi,n=t();for(;;)try{if(769978===-parseInt(e(266))/1*(parseInt(e(259))/2)+-parseInt(e(227))/3+-parseInt(e(265))/4*(-parseInt(e(202))/5)+parseInt(e(222))/6+-parseInt(e(188))/7*(parseInt(e(206))/8)+-parseInt(e(201))/9+parseInt(e(217))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class ui extends t.Plugin{[ci(228)](){const t=ci,e=this[t(238)],n=e[t(218)];if(!e[t(242)][t(225)](t(209)))return;const r=e[t(242)][t(240)](t(236)),s=e[t(242)][t(225)](t(230));function o(t){return()=>{const n=hi,s=e[n(200)][n(216)][n(210)],o=e[n(256)][n(240)](t);if(o[n(247)])return void e[n(268)](n(241),{});const i=t[n(260)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(237)](t)[s(255)]((t=>function(t,e){const n=s;return e[n(190)](t[n(257)],n(196))&&!e[n(263)](t)}(t,r)));o=o[s(255)]((t=>!t.is(s(233),s(196))||t[s(252)](s(270))!=e));const i=new Set;for(const t of o)t.is(s(233),s(196))?i[s(214)](li(t)):i[s(214)](t);return Array[s(237)](i)}(s[n(213)](),i,e[n(200)][n(205)]);e[n(200)][n(197)]((()=>{const e=n;for(const n of a)r[e(249)](n,{commandName:t,commandParams:[{forceValue:!o[e(247)]}],formatGroupId:e(235)},fi(n))}))}}function i(t){return()=>{const n=hi,s=function(t){const e=hi;let n=Array[e(237)](t);const r=n[e(253)]((t=>e(196)!=t[e(193)]));return r>-1&&(n=n[e(260)](0,r)),n}(e[n(200)][n(216)][n(210)][n(213)]()),o=e[n(200)][n(231)](e[n(200)][n(232)](s[0],n(245)),e[n(200)][n(232)](s[s[n(199)]-1],n(267)));e[n(200)][n(197)]((()=>{const e=n;r[e(249)](o,{commandName:t,commandParams:[],formatGroupId:e(269)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(229)];for(;t&&t[n(252)](n(269))>e[n(252)](n(269));)r[n(214)](t),t=t[n(229)]}return Array[n(237)](r)}(s))}))}}r[t(224)](t(185),o(t(185))),r[t(224)](t(207),o(t(207))),s&&r[t(224)](t(192),o(t(192))),r[t(224)](t(261),i(t(261))),r[t(224)](t(223),i(t(223))),s&&r[t(224)](t(189),(()=>{const n=t,s=e[n(256)][n(240)](n(189)),o=Array[n(237)](s[n(221)]);o[n(255)]((t=>t[n(252)](n(250))!=s[n(247)])),e[n(200)][n(197)]((()=>{const t=n;for(const e of o)r[t(249)](e,{commandName:t(189),commandParams:[{forceValue:!s[t(247)]}]})}))})),r[t(215)][t(246)](t(196),(e=>Kr(n,t(251),e))),r[t(215)][t(244)]((e=>{const r=t;if(r(212)!=e[r(195)]&&r(219)!=e[r(195)])return;const{data:s}=e;if(s){if(r(185)==s[r(258)]||r(207)==s[r(258)]||r(192)==s[r(258)])switch(s[r(258)][r(191)](r(220),"")){case r(264):return o(Kr(n,r(198)));case r(234):return o(Kr(n,r(262)));case r(186):return o(Kr(n,r(187)))}if(r(261)==s[r(258)])return{type:r(203),content:Kr(n,r(243),Kr(n,r(251)))};if(r(223)==s[r(258)])return{type:r(203),content:Kr(n,r(248),Kr(n,r(251)))};if(r(189)==s[r(258)])return s[r(204)][0][r(211)]?{type:r(203),content:Kr(n,r(208))}:{type:r(203),content:Kr(n,r(239))}}function o(t){const e=r;return{type:e(203),content:Kr(n,e(194),t)}}}))}}function li(t){const e=ci,n=t[e(252)](e(269));if(0==n)return t;let r=t;for(;t[e(226)]&&t[e(226)].is(e(233),e(196));){const s=t[e(226)][e(252)](e(269));if(s==n)r=t[e(226)];else if(s<n)break;t=t[e(226)]}return r}function fi(t){const e=ci,n=[];if(t.is(e(233),e(196))&&t[e(252)](e(269))>0){let r=t[e(229)];for(;r&&e(196)==r[e(193)]&&r[e(252)](e(269))==t[e(252)](e(269));)n[e(254)](r),r=r[e(229)]}return n}function hi(t,e){const n=di();return(hi=function(t,e){return n[t-=185]})(t,e)}function di(){const t=["377460Dzhzjb","133205PCYZhZ","format","commandParams","schema","18248YwagRM","bulletedList","*Check item*","LegacyListEditing","selection","forceValue","formatBlock","getSelectedBlocks","add","descriptionFactory","document","10029590VyLLPd","locale","formatInline","List","_selectedElements","3514578AETZIP","outdentList","enableCommand","has","previousSibling","193164stWgmP","afterInit","nextSibling","LegacyTodoListEditing","createRange","createPositionAt","element","numbered","blockName","TrackChangesEditing","from","editor","*Uncheck item*","get","paragraph","plugins","*Indent:* %0","registerDescriptionCallback","before","registerElementLabel","value","*Outdent:* %0","markBlockFormat","todoListChecked","ELEMENT_LIST_ITEM","getAttribute","findIndex","push","filter","commands","parent","commandName","69852mjhlVR","slice","indentList","ELEMENT_NUMBERED_LIST","isObject","bulleted","172flZnoa","21gJGOpm","end","execute","listIndent","listType","numberedList","todo","ELEMENT_TODO_LIST","3451MUKPig","checkTodoList","checkChild","replace","todoList","name","*Change to:* %0","type","listItem","change","ELEMENT_BULLETED_LIST","length","model"];return(di=function(){return t})()}const gi=pi;function pi(t,e){const n=mi();return(pi=function(t,e){return n[t-=383]})(t,e)}function mi(){const t=["forward","bind","7911354OkgqNI","LegacyListPropertiesEditing","length","replace","flat","list.properties","document","styles","unshift","locale","_getSuggestionBlocksForListStyle","322731eyWAHf","*Format:* set start index to %0","141820SGOlNg","*Change to:* %0","config","afterInit","descriptionFactory","TrackChangesEditing","formatInline","change","handleDescriptions","parent","getListTypeFromListStyleType","*Format:* set order to regular","commandName","from","backward","16BhacRX","_LIST_","getLastPosition","default","757038esOCXP","filter","commandParams","element","handleListReversedCommand","type","listReversed","editor","listItem","handleListStartCommand","formatBlock","get","before","240TxUkJY","map","plugins","getAttribute","2888540ELeDaF","registerDescriptionCallback","createRange","listStart","LegacyListUtils","handleListStyleCommand","has","numbered","getSelectedBlocks","*Format:* set order to reversed","push","createPositionAt","markMultiRangeBlockFormat","startIndex","selection","_getTranslationKeyForListStyle","76XxXKWa","listStyle","4NEcJNv","147210jTTCmt","880616SijIJx","getFirstPosition","toUpperCase","reversed","enableCommand","model","_getSuggestionBlocks","ELEMENT_","format","listType","getSiblingNodes"];return(mi=function(){return t})()}!function(t){const e=pi,n=t();for(;;)try{if(483564===parseInt(e(398))/1+parseInt(e(396))/2*(-parseInt(e(443))/3)+-parseInt(e(394))/4*(-parseInt(e(397))/5)+-parseInt(e(456))/6*(parseInt(e(424))/7)+-parseInt(e(439))/8*(parseInt(e(422))/9)+-parseInt(e(460))/10+parseInt(e(411))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class Ei extends t.Plugin{[gi(427)](){const t=gi;if(!this[t(450)][t(458)][t(384)](t(412)))return;const e=this[t(450)][t(426)][t(454)](t(416)),n=this[t(450)][t(458)][t(454)](t(429));e[t(418)]&&n[t(402)](t(395),this[t(383)][t(410)](this)),e[t(401)]&&n[t(402)](t(449),this[t(447)][t(410)](this)),e[t(391)]&&n[t(402)](t(463),this[t(452)][t(410)](this)),n[t(428)][t(461)](this[t(432)][t(410)](this))}[gi(383)](t,e={}){const n=gi,r=this[n(450)][n(458)][n(454)](n(429)),s=this[n(421)]();this[n(450)][n(403)][n(431)]((()=>{const t=n;r[t(390)](s,{commandName:t(395),commandParams:[{type:e[t(448)]}],formatGroupId:t(395)})}))}[gi(447)](t,e={}){const n=gi,r=this[n(450)][n(458)][n(454)](n(429)),s=this[n(404)]((t=>t.is(n(446),n(451))&&n(385)===t[n(459)](n(407))));if(s[n(413)]<1)return;const o=s[n(457)]((t=>this[n(450)][n(403)][n(462)](this[n(450)][n(403)][n(389)](t,n(455)),this[n(450)][n(403)][n(389)](t,0))));this[n(450)][n(403)][n(431)]((()=>{const t=n;r[t(390)](o,{commandName:t(449),commandParams:[{reversed:e[t(401)]}],formatGroupId:t(449)})}))}[gi(452)](t,e={}){const n=gi,r=this[n(450)][n(458)][n(454)](n(429)),s=this[n(404)]((t=>t.is(n(446),n(451))&&n(385)===t[n(459)](n(407))));if(s[n(413)]<1)return;const o=s[n(457)]((t=>this[n(450)][n(403)][n(462)](this[n(450)][n(403)][n(389)](t,n(455)),this[n(450)][n(403)][n(389)](t,0))));this[n(450)][n(403)][n(431)]((()=>{const t=n;r[t(390)](o,{commandName:t(463),commandParams:[{startIndex:e[t(391)]}],formatGroupId:t(463)})}))}[gi(432)](t){const e=gi;if(e(453)!=t[e(448)]&&e(430)!=t[e(448)])return;const n=this[e(450)][e(420)],{data:r}=t;if(!r)return;let s,o;switch(r[e(436)]){case e(395):s=e(425),o={type:e(406),content:Kr(n,s,Kr(n,this[e(393)](r[e(445)][0][e(448)])))};break;case e(449):s=r[e(445)][0][e(401)]?e(387):e(435),o={type:e(406),content:Kr(n,s)};break;case e(463):s=e(423),o={type:e(406),content:Kr(n,s,r[e(445)][0][e(391)])}}return o}[gi(421)](){const t=gi;var e,n,r,s;const o=this[t(450)][t(458)][t(454)](t(464));let i=Array[t(437)](this[t(450)][t(403)][t(417)][t(392)][t(386)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(446),t(451)))&&i[t(419)](...o[t(408)](this[t(450)][t(403)][t(417)][t(392)][t(399)](),t(438))),(null===(n=i[i[t(413)]-1])||void 0===n?void 0:n.is(t(446),t(451)))&&i[t(388)](...o[t(408)](this[t(450)][t(403)][t(417)][t(392)][t(441)](),t(409))),i=[...new Set(i)],(null===(s=null===(r=this[t(450)][t(403)][t(417)][t(392)][t(399)]())||void 0===r?void 0:r[t(433)])||void 0===s?void 0:s.is(t(446),t(451)))&&(i=i[t(444)]((e=>e.is(t(446),t(451))))),i}[gi(404)](t){const e=gi,n=this[e(450)][e(458)][e(454)](e(464));let r=Array[e(437)](this[e(450)][e(403)][e(417)][e(392)][e(386)]())[e(444)](t)[e(457)]((t=>{const r=e,s=this[r(450)][r(403)][r(389)](t,0);return[...n[r(408)](s,r(438)),...n[r(408)](s,r(409))]}))[e(415)]();return r=[...new Set(r)],r}[gi(393)](t){const e=gi;return e(405)+(this[e(450)][e(458)][e(454)](e(464))[e(434)](t)||e(442))[e(400)]()+e(440)+t[e(400)]()[e(414)](/-/g,"_")}}const Ii=Ti;function bi(){const t=["2838852rmYshQ","media","registerElementLabel","editor","804087nFrTjf","high","1166930BUKBSo","descriptionFactory","84976UUfIap","ELEMENT_MEDIA","afterInit","dataDowncast","conversion","3677550VhMYqK","3549qZmFUr","div","has","mediaEmbed","TrackChangesEditing","locale","attribute:url:media","data","plugins","createEmptyElement","showSuggestionHighlights","5123172fxAXSY","get","364LebRcg","MediaEmbedEditing","81tnTqvX","1252unweGe","stop","options","downcastDispatcher","for","enableCommand","elementToElement"];return(bi=function(){return t})()}function Ti(t,e){const n=bi();return(Ti=function(t,e){return n[t-=168]})(t,e)}!function(t){const e=Ti,n=t();for(;;)try{if(445295===parseInt(e(173))/1+-parseInt(e(199))/2*(parseInt(e(183))/3)+-parseInt(e(169))/4+parseInt(e(182))/5+parseInt(e(194))/6+-parseInt(e(196))/7*(-parseInt(e(177))/8)+parseInt(e(198))/9*(-parseInt(e(175))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bi);class _i extends t.Plugin{[Ii(179)](){const t=Ii,e=this[t(172)];if(!e[t(191)][t(185)](t(197)))return;const n=e[t(191)][t(195)](t(187)),r=e[t(188)];n[t(204)](t(186)),n[t(176)][t(171)](t(170),(e=>Kr(r,t(178),e))),e[t(181)][t(203)](t(180))[t(168)]({model:t(170),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(193)])return n[s(192)](s(184))},converterPriority:t(174)}),e[t(190)][t(202)].on(t(189),((e,n,r)=>{const s=t;r[s(201)][s(193)]&&e[s(200)]()}),{priority:t(174)})}}function yi(){const t=["6Gjqobv","has","mention","287128HCLYks","23536ZhfhhM","editor","31238273LtAUsO","TrackChangesEditing","get","6110613CfpKvb","8VvuFjZ","811805mnhRDe","30NdRBtk","plugins","11634581jywfqT","afterInit","enableCommand","2VWGOzY","MentionEditing","855830BsqLfN"];return(yi=function(){return t})()}const Ai=ki;function ki(t,e){const n=yi();return(ki=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=ki,n=t();for(;;)try{if(921549===-parseInt(e(436))/1*(-parseInt(e(442))/2)+-parseInt(e(451))/3*(-parseInt(e(443))/4)+parseInt(e(450))/5+-parseInt(e(439))/6*(parseInt(e(433))/7)+parseInt(e(449))/8*(-parseInt(e(448))/9)+-parseInt(e(438))/10+parseInt(e(445))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yi);class Ci extends t.Plugin{[Ai(434)](){const t=Ai,e=this[t(444)];e[t(432)][t(440)](t(437))&&e[t(432)][t(447)](t(446))[t(435)](t(441))}}const Li=Ni;function Ri(){const t=["commands","get","3604PoARWW","deletion","2JynXap","1592180hBnRbN","mergeField","497192NKqNHN","getLabel","*Insert:* %0","1835961zjxnta","getContainedElement","descriptionFactory","plugins","84WcALAw","635zCdNNk","344927jgAoHB","locale","afterInit","insertMergeField","*Remove:* %0","18brBZQR","element","registerDescriptionCallback","editor","getAttribute","enableCommand","type","insertion","registerElementLabel","834UFUwVL","TrackChangesEditing","ELEMENT_MERGE_FIELD","MergeFieldsEditing","2921648aYrScn","25914xruLaQ"];return(Ri=function(){return t})()}function Ni(t,e){const n=Ri();return(Ni=function(t,e){return n[t-=216]})(t,e)}!function(t){const e=Ni,n=t();for(;;)try{if(307445===parseInt(e(230))/1+parseInt(e(227))/2*(parseInt(e(233))/3)+-parseInt(e(225))/4*(parseInt(e(238))/5)+-parseInt(e(217))/6*(parseInt(e(222))/7)+parseInt(e(221))/8+parseInt(e(244))/9*(-parseInt(e(228))/10)+parseInt(e(239))/11*(-parseInt(e(237))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ri);class Si extends t.Plugin{[Li(241)](){const t=Li,e=this[t(247)];if(!e[t(223)][t(224)](t(242)))return;e[t(236)][t(224)](t(218))[t(249)](t(242));const n=e[t(236)][t(224)](t(218)),r=e[t(240)];n[t(235)][t(216)](t(229),(e=>Kr(r,t(219),e))),n[t(235)][t(246)]((n=>{const s=t;if(s(251)!=n[s(250)]&&s(226)!=n[s(250)])return;const o=n[s(234)]();if(null==o)return;if(!o.is(s(245),s(229)))return;const i=e[s(236)][s(224)](s(220))[s(231)](o[s(248)]("id"));return s(251)==n[s(250)]?{type:s(251),content:Kr(r,s(232),'"'+i+'" '+Kr(r,s(219)))}:{type:s(226),content:Kr(r,s(243),'"'+i+'" '+Kr(r,s(219)))}}))}}const Mi=vi;function vi(t,e){const n=Oi();return(vi=function(t,e){return n[t-=318]})(t,e)}!function(t){const e=vi,n=t();for(;;)try{if(483435===parseInt(e(331))/1+-parseInt(e(329))/2*(-parseInt(e(346))/3)+parseInt(e(338))/4*(parseInt(e(321))/5)+-parseInt(e(336))/6+-parseInt(e(327))/7+-parseInt(e(349))/8*(-parseInt(e(335))/9)+-parseInt(e(332))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);class wi extends t.Plugin{[Mi(347)](){const t=Mi,e=this[t(328)],n=e[t(322)][t(334)](t(344));e[t(322)][t(326)](t(339))&&(n[t(318)](t(330)),n[t(340)](t(341)),n[t(345)][t(348)]((e=>this[t(351)](e))))}[Mi(351)](t){const e=Mi,n=this[e(328)][e(323)],{data:r}=t,s={type:e(353),content:""};if(r&&e(341)==r[e(337)]){if(!r[e(320)])return{type:e(353),content:Kr(n,e(343),Kr(n,e(352)))+" ("+r[e(319)]+")"};if(!r[e(319)]){let o=t[e(350)];for(;o;){if(o[e(333)]&&e(325)==o[e(333)][e(337)]&&o[e(333)][e(319)])return s;o=o[e(324)]}return{type:e(353),content:Kr(n,e(342),Kr(n,e(352)))+" ("+r[e(320)]+")"}}}}}function Oi(){const t=["4zNHyFs","MultiLevelList","registerBlockAttribute","listMarkerStyle","*Remove format:* %0","*Set format:* %0","TrackChangesEditing","descriptionFactory","1506522tKlvkr","afterInit","registerDescriptionCallback","8dqBVuy","head","handleDescriptions","ELEMENT_MULTI_LEVEL_LIST","format","enableDefaultAttributesIntegration","newValue","oldValue","2763195EPXbze","plugins","locale","next","listType","has","981568NlpMuw","editor","2ZWXEGm","multiLevelList","534116wvTEdf","7703960UJaFUJ","data","get","4574457cWtdoh","4218882rAiXyO","key"];return(Oi=function(){return t})()}const Di=Bi;function Fi(){const t=["7aHTjat","36877wWUKRk","1215216awGuiL","enableCommand","861064TxlOnu","registerElementLabel","1010595lZVSIH","77AbqNoG","10IcmuvF","2007978WHFgzM","get","pageBreak","TrackChangesEditing","plugins","editor","10CmulPj","1031676kpeYgH","locale","PageBreakEditing","ELEMENT_PAGE_BREAK","descriptionFactory","afterInit","1301004CMiwmU","has","5xpiuBe"];return(Fi=function(){return t})()}function Bi(t,e){const n=Fi();return(Bi=function(t,e){return n[t-=135]})(t,e)}!function(t){const e=Bi,n=t();for(;;)try{if(171508===-parseInt(e(152))/1*(-parseInt(e(159))/2)+parseInt(e(157))/3+parseInt(e(148))/4*(-parseInt(e(150))/5)+parseInt(e(135))/6*(parseInt(e(151))/7)+parseInt(e(155))/8+-parseInt(e(153))/9*(-parseInt(e(141))/10)+parseInt(e(158))/11*(-parseInt(e(142))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fi);class xi extends t.Plugin{[Di(147)](){const t=Di,e=this[t(140)];if(!e[t(139)][t(149)](t(144)))return;e[t(139)][t(136)](t(138))[t(154)](t(137));const n=e[t(139)][t(136)](t(138)),r=e[t(143)];n[t(146)][t(156)](t(137),(e=>Kr(r,t(145),e)))}}const Pi=Ui;function Ui(t,e){const n=ji();return(Ui=function(t,e){return n[t-=116]})(t,e)}function ji(){const t=["createUIElement","name","plugins","TrackChangesEditing","markerName","get","ELEMENT_PARAGRAPH","_registerLegacyDescription","3474684NCHrvX","descriptionFactory","type","checkChild","nodeAfter","insertParagraph","6RNWVzP","getItemLabel","consume","ck-suggestion-marker--active","bindElementToMarker","afterInit","highest","ck-suggestion-marker-split","9190IosXzv","*Insert:* %0","7wtbeqc","registerElementLabel","insertion","registerDescriptionCallback","6543064TLAWWu","model","downcastDispatcher","addClass","activeMarkers","editing","options","schema","toViewPosition","writer","767840mObeIk","*Change to:* %0","includes","$text","paragraph","insert","commandName","isTouching","locale","enableDefaultAttributesIntegration","consumable","markerRange","getFirstRange","2796579PjDyAW","showSuggestionHighlights","2240840sehOim","end","span","isLimit","editor","start","has","isBlock","addMarker:suggestion:insertion","3282NIaJNM","Paragraph","data","mapper","enableCommand","214037mirBVM","formatBlock","format"];return(ji=function(){return t})()}!function(t){const e=Ui,n=t();for(;;)try{if(517299===parseInt(e(162))/1*(parseInt(e(179))/2)+parseInt(e(146))/3+-parseInt(e(148))/4+parseInt(e(117))/5*(-parseInt(e(157))/6)+-parseInt(e(119))/7*(-parseInt(e(123))/8)+-parseInt(e(173))/9+parseInt(e(133))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ji);class Gi extends t.Plugin{[Pi(184)](){const t=Pi,e=this[t(152)];if(!e[t(167)][t(154)](t(158)))return;const n=e[t(141)],r=e[t(167)][t(170)](t(168));r[t(174)][t(120)](t(137),(e=>Kr(n,t(171),e))),r[t(142)](t(137)),r[t(161)](t(178)),e[t(128)][t(125)].on(t(156),Vi(e),{priority:t(185)}),e[t(159)][t(125)].on(t(156),((n,r,s)=>{const o=t;s[o(129)][o(147)]&&Vi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(185)});const s=r[t(174)];s[t(122)]((r=>{const o=t;if(o(121)!==r[o(175)])return;const{start:i,end:a}=r[o(145)]();if(!i[o(140)](a)||!i[o(177)])return;const c=e[o(124)][o(130)],u=i[o(177)];return c[o(155)](u)&&!c[o(151)](u)&&c[o(176)](u,o(136))?{type:o(121),content:Kr(n,o(118),s[o(180)](u,1))}:void 0})),this[t(172)]()}[Pi(172)](){const t=Pi,e=this[t(152)],n=e[t(141)];e[t(167)][t(170)](t(168))[t(174)][t(122)]((e=>{const r=t;if(r(163)!=e[r(175)])return;const{data:s}=e;return s&&r(137)==s[r(139)]?{type:r(164),content:Kr(n,r(134),Kr(n,r(171)))}:void 0}))}}function Vi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ui,i=t[o(167)][o(170)](o(168)),a=r[o(144)][o(153)],c=r[o(144)][o(149)],u=t[o(124)][o(130)];if(!a[o(140)](c)||!a[o(177)])return;const l=a[o(177)];if(u[o(155)](l)&&!u[o(151)](l)&&u[o(176)](l,o(136))){if(!s[o(143)][o(181)](r[o(144)],n[o(166)]))return;const t=s[o(132)][o(165)](o(150),{class:o(116)}),a=s[o(160)][o(131)](c);e&&i[o(127)][o(135)](r[o(169)])&&s[o(132)][o(126)](o(182),t),s[o(132)][o(138)](a,t),s[o(160)][o(183)](t,r[o(169)])}}}function Hi(){const t=["193830SNlFpb","TrackChangesEditing","descriptionFactory","removeFormat","_registerLegacyDescription","format","type","formatInline","260040zQyroV","commandName","138MGIsxE","locale","261nNiYTp","registerDescriptionCallback","1097784McqbqR","get","*Remove all formatting*","editor","2VQtBFk","afterInit","45233GgDHrF","plugins","enableDefaultAttributesIntegration","has","155160VIWyMp","formatBlock","RemoveFormatEditing","168550jdYLwB","1773002krwdQY"];return(Hi=function(){return t})()}const zi=Wi;function Wi(t,e){const n=Hi();return(Wi=function(t,e){return n[t-=182]})(t,e)}!function(t){const e=Wi,n=t();for(;;)try{if(793265===parseInt(e(187))/1*(parseInt(e(185))/2)+parseInt(e(210))/3+-parseInt(e(204))/4+-parseInt(e(194))/5*(-parseInt(e(206))/6)+parseInt(e(195))/7+-parseInt(e(191))/8+-parseInt(e(208))/9*(parseInt(e(196))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hi);class Ki extends t.Plugin{[zi(186)](){const t=zi,e=this[t(184)];e[t(188)][t(190)](t(193))&&(e[t(188)][t(182)](t(197))[t(189)](t(199)),this[t(200)]())}[zi(200)](){const t=zi,e=this[t(184)];e[t(188)][t(182)](t(197))[t(198)][t(209)]((n=>{const r=t;if(r(192)!=n[r(202)]&&r(203)!=n[r(202)])return;const{data:s}=n;return s&&r(199)==s[r(205)]?{type:r(201),content:Kr(e[r(207)],r(183))}:void 0}))}}const Xi=qi;function qi(t,e){const n=Zi();return(qi=function(t,e){return n[t-=449]})(t,e)}function Zi(){const t=["2998ThIiRL","acceptSelectedSuggestions","discardSelectedSuggestions","29701661TcoUBd","12kVDhQm","goToNextRestrictedEditingException","plugins","has","trackChanges","1383kUhFoG","editor","afterInit","acceptAllSuggestions","acceptSuggestion","TrackChangesEditing","discardAllSuggestions","discardSuggestion","3631530bpaIVS","RestrictedEditingModeEditing","4600coCbzz","goToPreviousRestrictedEditingException","855bSxcat","431060bRvOll","enableCommand","333138Mvlxeg","50ISJdHX","get","547NAOAag","54968bssEbY"];return(Zi=function(){return t})()}!function(t){const e=qi,n=t();for(;;)try{if(617757===parseInt(e(456))/1*(-parseInt(e(458))/2)+-parseInt(e(467))/3*(parseInt(e(477))/4)+parseInt(e(454))/5*(-parseInt(e(453))/6)+parseInt(e(475))/7+-parseInt(e(457))/8*(parseInt(e(450))/9)+-parseInt(e(451))/10+-parseInt(e(461))/11*(-parseInt(e(462))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zi);class Qi extends t.Plugin{[Xi(469)](){const t=Xi,e=this[t(468)];if(!e[t(464)][t(465)](t(476)))return;const n=e[t(464)][t(455)](t(472));n[t(452)](t(449)),n[t(452)](t(463));const r=e[t(464)][t(455)](t(476));r[t(452)](t(466)),r[t(452)](t(471)),r[t(452)](t(474)),r[t(452)](t(470)),r[t(452)](t(473)),r[t(452)](t(459)),r[t(452)](t(460))}}const Yi=Ji;function Ji(t,e){const n=$i();return(Ji=function(t,e){return n[t-=206]})(t,e)}function $i(){const t=["markerName","downcastDispatcher","insert","test","softBreak","descriptionFactory","name","enableCommand","locale","requires","span","merge","showSuggestionHighlights","createUIElement","14067mslQrB","options","get","consumable","addMarker:suggestion","299USLOJF","data","291491PMtPeD","model","registerElementLabel","shiftEnter","plugins","addClass","22tbKoXc","1055UXrBeQ","activeMarkers","555618dQcXRf","init","mapper","addMarker:suggestion:insertion","toViewPosition","high","addMarker:suggestion:deletion","2802324WaEEef","editor","includes","ELEMENT_LINE_BREAK","markerRange","TrackChangesEditing","getItems","4ciNwSs","167304AwtYQG","980777sjwBCo","deletion","writer","ck-suggestion-marker--active","ck-suggestion-marker-","element","1780FKeUZI","editing","24NjpadM","createPositionBefore","split","bindElementToMarker","2lyXmuQ","5316RNQlcg"];return($i=function(){return t})()}!function(t){const e=Ji,n=t();for(;;)try{if(254851===parseInt(e(263))/1*(-parseInt(e(240))/2)+-parseInt(e(227))/3*(-parseInt(e(226))/4)+parseInt(e(210))/5*(parseInt(e(241))/6)+parseInt(e(228))/7*(-parseInt(e(236))/8)+-parseInt(e(256))/9*(-parseInt(e(234))/10)+-parseInt(e(209))/11*(parseInt(e(219))/12)+parseInt(e(261))/13*(parseInt(e(212))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class ta extends t.Plugin{static get[Yi(251)](){return[Js.ShiftEnter]}[Yi(213)](){const t=Yi,e=this[t(220)],n=e[t(207)][t(258)](t(224));n[t(249)](t(206)),e[t(235)][t(243)].on(t(215),ea(e),{priority:t(217)}),e[t(235)][t(243)].on(t(218),ea(e),{priority:t(217)}),e[t(262)][t(243)].on(t(260),((n,r,s)=>{const o=t;s[o(257)][o(254)]&&ea(e,{showActiveMarker:!1})(n,r,s)})),n[t(247)][t(265)](t(246),(n=>Kr(e[t(250)],t(222),n)))}}function ea(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ji,i=t[o(207)][o(258)](o(224));if(!s[o(259)][o(245)](r[o(223)],n[o(248)]))return;const a=t[o(264)];for(const t of r[o(223)][o(225)]()){if(!t.is(o(233),o(246)))continue;const n=o(229)==r[o(242)][o(238)](":")[1]?o(253):o(238),c=s[o(230)][o(255)](o(252),{class:o(232)+n}),u=s[o(214)][o(216)](a[o(237)](t));e&&i[o(211)][o(221)](r[o(242)])&&s[o(230)][o(208)](o(231),c),s[o(230)][o(244)](u,c),s[o(214)][o(239)](c,r[o(242)])}}}const na=ra;function ra(t,e){const n=sa();return(ra=function(t,e){return n[t-=335]})(t,e)}function sa(){const t=["plugins","1090908xrAMxn","FORMAT_RESTRICTED_DISABLED","5988280GqQUFY","formatInline","formatBlock","change","model","FORMAT_RESTRICTED_ENABLED","commandName","TrackChangesEditing","27zgzAHI","descriptionFactory","enableCommand","type","get","document","1582007xoLpsU","40cxmlii","42txvQbF","value","StandardEditingModeEditing","locale","isCollapsed","commands","selection","registerDescriptionCallback","restrictedEditingException","forceValue","getRanges","markInlineFormat","2875564HBunCV","694275CkIdWo","format","has","from","editor","12472350THzihY","496744aMFWSe","afterInit","commandParams"];return(sa=function(){return t})()}!function(t){const e=ra,n=t();for(;;)try{if(845370===parseInt(e(349))/1+parseInt(e(363))/2+parseInt(e(364))/3+-parseInt(e(370))/4*(-parseInt(e(350))/5)+parseInt(e(351))/6*(parseInt(e(374))/7)+-parseInt(e(335))/8+-parseInt(e(343))/9*(parseInt(e(369))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sa);class oa extends t.Plugin{[na(371)](){const t=na,e=this[t(368)],n=e[t(339)],r=e[t(354)];if(!e[t(373)][t(366)](t(353)))return;const s=e[t(373)][t(347)](t(342)),o=t(359),i=e[t(356)][t(347)](o);s[t(345)](o,((e,r={})=>{const a=t,c=n[a(348)][a(357)];if(c[a(355)])return void e(r);const u=void 0!==r[a(360)]?r[a(360)]:!i[a(352)];n[a(338)]((()=>{const t=a,e=Array[t(367)](c[t(361)]());for(const r of e){const e=u?[r]:Ds(o,r,n);for(const n of e)s[t(362)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(344)][t(358)]((e=>{const n=t;if(n(337)!=e[n(346)]&&n(336)!=e[n(346)])return;const{data:s}=e;return s&&s[n(341)]==o?s[n(372)][0][n(360)]?{type:n(365),content:Kr(r,n(340))}:{type:n(365),content:Kr(r,n(375))}:void 0}))}}const ia=ca;function aa(){const t=["registerDescriptionCallback","*Set format:* %0","block","165474uCuTUT","enableDefaultAttributesIntegration","27VINddv","definitions","has","afterInit","registerInlineAttribute","1100482YzExjP","config","2264680GEEdFr","302813WGTmbV","DataSchema","get","getGhsAttributeNameForElement","StyleUtils","commandParams","forceValue","GeneralHtmlSupport","_registerLegacyDescription","TrackChangesEditing","66mOHJdX","editor","inline","*Remove format:* %0","normalizeConfig","1925048VZLJMo","add","styleName","Style","FORMAT_STYLE","formatInline","element","type","toLowerCase","registerBlockAttribute","registerAttributeLabel","8ZLdkyR","ghsAttributes","9155608rsQhSp","plugins","formatBlock","1orxFYX","commandName","format","locale","descriptionFactory","878565eCbeHg","style"];return(aa=function(){return t})()}function ca(t,e){const n=aa();return(ca=function(t,e){return n[t-=255]})(t,e)}!function(t){const e=ca,n=t();for(;;)try{if(367060===-parseInt(e(274))/1*(parseInt(e(291))/2)+-parseInt(e(284))/3*(parseInt(e(269))/4)+parseInt(e(279))/5+-parseInt(e(304))/6*(parseInt(e(294))/7)+parseInt(e(258))/8*(parseInt(e(286))/9)+-parseInt(e(293))/10+parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(aa);class ua extends t.Plugin{[ia(289)](){const t=ia,e=this[t(305)];if(!e[t(272)][t(288)](t(261))||!e[t(272)][t(288)](t(295)))return;const n=e[t(272)][t(296)](t(303)),r=e[t(277)],s=e[t(292)][t(296)](t(280))||{},o=e[t(272)][t(296)](t(301)),i=e[t(272)][t(296)](t(298))[t(257)](e[t(272)][t(296)](t(295)),s[t(287)]);n[t(285)](t(280));const a=new Set;for(const e of i[t(283)]){const n=o[t(297)](e[t(264)]);a[t(259)](n)}const c=new Set;for(const e of i[t(255)]){const n=o[t(297)](e[t(264)]);c[t(259)](n);for(const n of e[t(270)])c[t(259)](n)}for(const e of a)n[t(267)](e),n[t(278)][t(268)](e,Kr(r,t(262)));for(const e of c)n[t(290)](e),n[t(278)][t(268)](e,Kr(r,t(262)));this[t(302)]()}[ia(302)](){const t=ia,e=this[t(305)],n=e[t(277)];e[t(272)][t(296)](t(303))[t(278)][t(281)]((e=>{const r=t;if(r(273)!=e[r(265)]&&r(263)!=e[r(265)])return;const{data:s}=e;return s&&r(280)===s[r(275)]?s[r(299)][0][r(300)]?{type:r(276),content:Kr(n,r(282),s[r(299)][0][r(260)][r(266)]())}:{type:r(276),content:Kr(n,r(256),s[r(299)][0][r(260)][r(266)]())}:void 0}))}}const la=da;function fa(){const t=["showSuggestionHighlights","createRangeOn","enqueueChange","includes","selectTableRow","removeClass","insertTableColumnLeft","discard","execute","downcastDispatcher","start","getRanges","has","_tableSuggestions","model","_getSuggestionCoords","addMarker:suggestion","every","rowspan","createPositionAt","change","TrackChangesEditing","data","addRange","getSuggestion","getSelectionAffectedTableCells","539LLdUPp","rootName","first","setSelection","end","_acceptFormatSuggestionCallbackFactory","map","TableEditing","afterInit","add","ELEMENT_TABLE_ROW","forceValue","colspan","getCellLocation","tableCell","21760390donsCQ","from","join","min","above","1456440jNdSZr","minColumn","11wWNSrq","root","plugins","suggestion","cell","type","length","startsWith","ELEMENT_TABLE_COLUMN","hasAttribute","MAX_SAFE_INTEGER","TableUtils","subType","low","isIntersecting","insert","order","table","filter","span","300765KgMhLL","getChanges","element","insertTableRowBelow","removeTableColumn","highest","isEqual","75334EtDqFx","insertTableRowAbove","removeTableRow","selectTableColumn","toLowerCase","markMultiRangeInsertion","isArray","change:data","findAncestor","createRangeIn","getAttribute","differ","_suggestionFactory","tableRow","detach","MIN_SAFE_INTEGER","left","isIntersectingWithRange","isTouching","some","getFirstRange","selection","20208VuZueb","getContainedElement","max","oldRange","addClass","ELEMENT_TABLE_WITH_TEXT","writer","nodeBefore","registerPostFixer","locale","42QckNOu","registerElementLabel","enableCommand","position","fromRange","substr","mapper","refresh","name","ELEMENT_TABLE_COLUMN_WITH_TEXT","_splitMarkerName","get","getChangedMarkers","_setupColumnsRowsFixing","descriptionFactory","item","$textProxy","_tablePostFixingSubtypes","getChildren","tableColumn","tablePaste","markMultiRangeDeletion","editor","push","404781vpDyxy","accept","last","ELEMENT_TABLE_ROW_WITH_TEXT","registerCustomCallback","*Remove:* %0","insertTableColumnRight","insertion","minRow","nodeAfter","maxColumn","document","insertTable","maxRow","registerDescriptionCallback","toViewElement","options","_getCoordsForCells","getRowIndexes","values","batch","getColumnIndexes","8536257tqpjNU","getItems","commands","isInContent","*Insert:* %0","12JPGhNi","classes","createTableWalker","ELEMENT_TABLE","deletion","$graveyard"];return(fa=function(){return t})()}!function(t){const e=da,n=t();for(;;)try{if(483159===parseInt(e(278))/1+-parseInt(e(222))/2*(parseInt(e(254))/3)+-parseInt(e(305))/4*(parseInt(e(215))/5)+parseInt(e(244))/6*(-parseInt(e(337))/7)+-parseInt(e(193))/8+-parseInt(e(300))/9+-parseInt(e(188))/10*(-parseInt(e(195))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fa);class ha extends t.Plugin{constructor(t){const e=da;super(t),this[e(271)]=[e(235),e(273)],this[e(324)]=new Set}[la(181)](){const t=la,e=this[t(276)],n=e[t(325)][t(289)][t(243)];if(!e[t(197)][t(323)](t(180)))return;const r=e[t(253)],s=e[t(197)][t(265)](t(332)),o=e[t(197)][t(265)](t(206));s[t(268)][t(255)](t(212),(e=>Kr(r,t(308),e))),this[t(267)](),s[t(256)](t(290)),s[t(256)](t(315)),s[t(256)](t(225));for(const r of[t(223),t(218)]){const i=e[t(302)][t(265)](r);s[t(256)](r,(r=>{const a=t;e[a(325)][a(331)]((t=>{const e=a;r();const c=e(192)===i[e(211)],u=o[e(336)](n),l=o[e(296)](u),f=c?l[e(339)]-1:l[e(280)]+1,h=u[0][e(230)](e(212)),d=o[e(307)](h,{startRow:f,endRow:f}),g=Array[e(189)](d)[e(343)]((n=>t[e(312)](n[e(199)])));s[e(227)](g,e(235))}))}))}for(const r of[t(317),t(284)]){const i=e[t(302)][t(265)](r);s[t(256)](r,(r=>{const a=t;e[a(325)][a(331)]((t=>{const e=a;r();const c=e(238)===i[e(211)],u=o[e(336)](n),l=o[e(299)](u),f=c?l[e(339)]-1:l[e(280)]+1,h=u[0][e(230)](e(212)),d=o[e(307)](h,{startRow:0,column:f,includeAllSlots:!1}),g=Array[e(189)](d)[e(343)]((n=>t[e(312)](n[e(199)])));s[e(227)](g,e(273))}))}))}for(const r of[t(224),t(219)]){const i=r[t(259)](11),a=i[t(226)](),c=a[t(259)](0,3)+t(214),u=t(212)+i,l=t(191)+i,f=t(246)+i;s[t(256)](r,(()=>{const i=t;e[i(325)][i(331)]((t=>{const e=i,h=o[e(336)](n),d=h[0][e(230)](e(212));let g;if(e(224)==r){const t=o[e(296)](h);g={startRow:t[e(339)],endRow:t[e(280)],includeAllSlots:!0}}else{const t=o[e(299)](h);g={startColumn:t[e(339)],endColumn:t[e(280)],includeAllSlots:!0}}const p=o[e(307)](d,g),m=Array[e(189)](p)[e(343)]((({cell:t})=>t)),E=ga(m[e(213)]((t=>t[e(204)](c)))),I=ga(m[e(213)]((t=>!t[e(204)](c))))[e(343)]((n=>t[e(312)](n))),b=s[e(275)](I,u);if(b&&(e(235)==b[e(207)]||e(273)==b[e(207)])){const n=this[e(326)](b);for(const r of E){const s=t[e(312)](r),i=o[e(186)](r),u=r[e(232)](c)-1,h=n[l],d=n[f];h<=i[a]&&i[a]+u<=d&&b[e(334)](s)}}}))}))}function c(r){const s=t,o=Array[s(189)](n[s(322)]())[s(343)]((t=>i.LiveRange[s(258)](t)));e[s(325)][s(331)]((t=>{const n=s,i=t[n(298)];r=r[n(213)]((t=>n(310)!=t[n(196)][n(338)])),t[n(340)](r),e[n(302)][n(265)](n(224))[n(261)](),e[n(319)](n(224),{forceDefaultExecution:!0}),e[n(325)][n(313)]((()=>{const t=n;e[t(325)][t(313)](i,(e=>{const n=t,r=o[n(213)]((t=>n(310)!=t[n(196)][n(338)]));r[n(201)]>0&&e[n(340)](r);for(const t of o)t[n(236)]()}))}))}))}function u(r){const s=t;e[s(325)][s(331)]((t=>{const o=s,a=Array[o(189)](n[o(322)]())[o(343)]((t=>i.LiveRange[o(258)](t))),c=[];for(const t of r)for(const e of t[o(301)]({shallow:!0}))c[o(277)](e);for(const n of c)o(310)!=n[o(196)][o(338)]&&(t[o(340)](t[o(330)](n,0)),e[o(302)][o(265)](o(219))[o(261)](),e[o(319)](o(219),{forceDefaultExecution:!0}));const u=a[o(213)]((t=>o(310)!=t[o(196)][o(338)]));u[o(201)]>0&&t[o(340)](u);for(const t of a)t[o(236)]()}))}function l(e,n){const r=t;return n[r(328)]((t=>e[r(241)]((e=>e[r(341)][r(221)](t[r(321)])||t[r(341)][r(221)](e[r(321)])))))}function f(e,n){const r=t;return!e[r(241)]((t=>n[r(241)]((e=>t[r(209)](e)))))&&e[r(241)]((t=>n[r(241)]((e=>t[r(341)][r(240)](e[r(321)])))))}e[t(333)][t(320)].on(t(327),((e,n,r)=>{const s=t;if(!r[s(294)][s(311)])return;const o=n[s(269)];if(!o)return;const i=r[s(260)][s(293)](o);function c(t){return Array[s(228)](t)?t:[t]}i&&s(187)===o[s(262)]&&(0,a.setHighlightHandling)(i,r[s(250)],((t,e,n)=>n[s(248)](c(e[s(306)]),t)),((t,e,n)=>n[s(316)](c(e[s(306)]),t)))}),{priority:t(220)}),s[t(268)][t(292)]((e=>{const n=t;if(n(285)!=e[n(200)]&&n(309)!=e[n(200)])return;const s=e[n(245)]();if(null!=s&&s.is(n(217),n(212))){if(n(285)==e[n(200)]){const t=e[n(301)]()[n(213)]((t=>t.is(n(270))))[n(343)]((t=>t[n(333)]));if(t[n(201)])return{type:n(285),content:Kr(r,n(304),Kr(r,n(249),'"'+t[n(190)](" ")+'"'))}}if(n(309)==e[n(200)]){const t=e[n(301)]()[n(213)]((t=>t.is(n(270))))[n(343)]((t=>t[n(333)]));if(t[n(201)])return{type:n(309),content:Kr(r,n(283),Kr(r,n(249),'"'+t[n(190)](" ")+'"'))}}}})),s[t(268)][t(292)]((e=>{const n=t;if(n(235)==e[n(207)]){const t=e[n(301)]()[n(213)]((t=>t.is(n(270))))[n(343)]((t=>t[n(333)])),s=this[n(326)](e),o=s[n(291)]-s[n(286)]+1;if(n(285)==e[n(200)])return t[n(201)]?{type:n(285),content:Kr(r,n(304),Kr(r,n(281),[o,'"'+t[n(190)](" ")+'"']))}:{type:n(285),content:Kr(r,n(304),Kr(r,n(183),o))};if(n(309)==e[n(200)])return t[n(201)]?{type:n(309),content:Kr(r,n(283),Kr(r,n(281),[o,'"'+t[n(190)](" ")+'"']))}:{type:n(309),content:Kr(r,n(283),Kr(r,n(183),o))}}if(n(273)==e[n(207)]){const t=e[n(301)]()[n(213)]((t=>t.is(n(270))))[n(343)]((t=>t[n(333)])),s=this[n(326)](e),o=s[n(288)]-s[n(194)]+1;if(n(285)==e[n(200)])return t[n(201)]?{type:n(285),content:Kr(r,n(304),Kr(r,n(263),[o,'"'+t[n(190)](" ")+'"']))}:{type:n(285),content:Kr(r,n(304),Kr(r,n(203),o))};if(n(309)==e[n(200)])return t[n(201)]?{type:n(309),content:Kr(r,n(283),Kr(r,n(263),[o,'"'+t[n(190)](" ")+'"']))}:{type:n(309),content:Kr(r,n(283),Kr(r,n(203),o))}}})),s[t(234)][t(282)](t(285),t(235),t(318),c),s[t(234)][t(282)](t(309),t(235),t(279),c),s[t(234)][t(282)](t(285),t(273),t(318),u),s[t(234)][t(282)](t(309),t(273),t(279),u),s[t(234)][t(282)](t(285),t(273),t(190),l),s[t(234)][t(282)](t(309),t(273),t(190),l),s[t(234)][t(282)](t(285),t(235),t(190),f),s[t(234)][t(282)](t(309),t(235),t(190),f)}[la(342)](){const t=la,e=this[t(276)],n=e[t(325)][t(289)][t(243)];return(r,s)=>{const o=t;e[o(325)][o(331)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(341)][a(251)];u&&u[0]&&!1===u[0][a(184)]&&(l=r[0][a(321)][a(287)]);const f=t[a(231)](l);if(a(310)==f[a(196)][a(338)])return;const h=Array[a(189)](n[a(322)]())[a(343)]((t=>i.LiveRange[a(258)](t)));t[a(340)](f),e[a(302)][a(265)](c)[a(261)](),u[a(277)]({forceDefaultExecution:!0}),e[a(319)](c,...u);const d=h[a(213)]((t=>a(310)!=t[a(196)][a(338)]));d[a(201)]>0&&t[a(340)](d);for(const t of h)t[a(236)]()}))}}[la(295)](t){const e=la,n=this[e(276)][e(197)][e(265)](e(206));let r=Number[e(205)],s=Number[e(237)],o=Number[e(205)],i=Number[e(237)];for(const a of t){if(e(310)==a[e(196)][e(338)])continue;const{row:t,column:c}=n[e(186)](a),u=a[e(204)](e(329))?a[e(232)](e(329))-1:0,l=a[e(204)](e(185))?a[e(232)](e(185))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[la(267)](){const t=la,e=this[t(276)],n=e[t(197)][t(265)](t(332)),r=e[t(197)][t(265)](t(206));e[t(325)][t(289)].on(t(229),(()=>{const r=t,s=Array[r(189)](e[r(325)][r(289)][r(233)][r(266)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(264)](t);if(r(198)!=s)continue;if(null!=e[r(247)])continue;const a=n[r(335)](o);this[r(271)][r(314)](i)&&this[r(324)][r(182)](a)}}),{priority:t(208)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(312)](e),a=e[s(230)](s(212)),c=r[s(186)](e);for(const t of this[s(324)]){const n=t[s(207)],r=n[s(202)](s(274)),u=n[s(259)](r?10:5),l=u[s(226)](),f=l[s(259)](0,3)+s(214),h=s(191)+u,d=s(246)+u;if(!t[s(303)])continue;if(a!=t[s(242)]()[s(321)][s(230)](s(212)))continue;if(t[s(239)](i))continue;const g=e[s(204)](f)?e[s(232)](f)-1:0,p=this[s(326)](t),m=p[h],E=p[d];m<=c[l]&&c[l]+g<=E&&(t[s(334)](i),o=!0)}return o};e[t(325)][t(289)][t(252)]((n=>{const r=t;let o=!1;for(const t of e[r(325)][r(289)][r(233)][r(216)]())if(r(210)==t[r(200)])if(r(235)==t[r(262)])for(const e of t[r(257)][r(287)][r(272)]())o=o||s(e,n);else r(187)==t[r(262)]&&(o=o||s(t[r(257)][r(287)],n));return o}))}[la(326)](t){const e=la;return this[e(295)](t[e(322)]()[e(343)]((t=>t[e(321)][e(287)])))}}function da(t,e){const n=fa();return(da=function(t,e){return n[t-=180]})(t,e)}function ga(t){const e=la;return Array[e(189)](new Set(t)[e(297)]())}const pa=Ea;function ma(){const t=["2zpGKsS","getSuggestions","set:isEnabled","forceDefaultExecution","mergeTableCellDown","value","markBlockFormat","*Split cell:* horizontally","add","editor","1214219dJafMz","mergeTableCells","type","model","trackChanges","37392381AfCQLh","_tablePostFixingSubtypes","insertion","plugins","filter","$graveyard","document","push","low","highest","TrackChangesEditing","selection","locale","execute","formatBlock","rootName","change","table","1509621jpsLBD","root","_isForcedDefaultExecutionBlock","splitTableCellVertically","mergeTableCellRight","5416980RgnUBc","commands","getCellLocation","isInContent","_acceptFormatSuggestionCallbackFactory","mergeTableCellUp","isEnabled","7LpoRFe","createRangeOn","cell","setSelection","format","_suggestionFactory","1799526sMdjAE","tableCell","findAncestor","map","splitTableCellHorizontally","_areMergableCells","TableEditing","mergeTableCellLeft","length","fromRange","horizontally","direction","subType","getRanges","registerDescriptionCallback","refresh","from","registerCustomCallback","*Merge cells*","return","deletion","size","afterInit","TableUtils","markMultiRangeBlockFormat","enableCommand","6987015TDXTBa","getFirstPosition","_areSelectedCellsMergable","detach","formatInline","author","createTableWalker","getAncestors","accept","*Split cell:* vertically","commandName","find","descriptionFactory","get","element","requires","getSelectionAffectedTableCells","stop","containsRange","has","11367424aWZcnf"];return(ma=function(){return t})()}function Ea(t,e){const n=ma();return(Ea=function(t,e){return n[t-=133]})(t,e)}!function(t){const e=Ea,n=t();for(;;)try{if(759592===parseInt(e(185))/1*(-parseInt(e(175))/2)+-parseInt(e(208))/3+-parseInt(e(213))/4+parseInt(e(154))/5+parseInt(e(226))/6*(-parseInt(e(220))/7)+-parseInt(e(174))/8+parseInt(e(190))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ma);class Ia extends t.Plugin{static get[pa(169)](){return[ha]}[pa(150)](){const t=pa,e=this[t(184)],n=e[t(188)][t(196)][t(201)],r=e[t(202)];if(!e[t(193)][t(173)](t(134)))return;const s=e[t(193)][t(167)](t(200)),o=e[t(193)][t(167)](t(151)),a=e[t(193)][t(167)](ha);a[t(191)][t(197)](t(186)),s[t(153)](t(186),(()=>{const n=t,r=o[n(170)](e[n(188)][n(196)][n(201)]);e[n(188)][n(206)]((()=>{const t=n;s[t(152)](r,{commandName:t(186),commandParams:[]},[],t(186))}))})),e[t(214)][t(167)](t(186)).on(t(203),((n,r)=>{const o=t;e[o(214)][o(167)](o(189))[o(180)]&&(r[o(136)]>0&&r[r[o(136)]-1]&&r[r[o(136)]-1][o(178)]||s[o(210)]||this[o(156)]()||n[o(171)]())}),{priority:t(199)});for(const n of[t(218),t(212),t(179),t(135)]){const r=e[t(214)][t(167)](n);s[t(153)](n,(()=>{const n=t,o=e[n(188)][n(196)][n(201)][n(155)]()[n(161)]()[n(165)]((t=>t.is(n(168),n(227)))),i=r[n(180)];e[n(188)][n(206)]((()=>{const t=n;s[t(152)]([o,i],{commandName:t(186),commandParams:[]},[],t(186))}))}))}for(const n of[t(211),t(230)]){const r=e[t(214)][t(167)](n);s[t(153)](n,(()=>{const i=t,a=o[i(170)](e[i(188)][i(196)][i(201)])[0],c=a[i(228)](i(207)),{column:u,row:l}=o[i(215)](a);let f=[];if(i(138)==r[i(139)]){const t=o[i(160)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(144)](t)[i(229)]((t=>t[i(222)]))}else{const t=o[i(160)](c,{column:u,includeAllSlots:!0});f=Array[i(144)](t)[i(229)]((t=>t[i(222)]))}e[i(188)][i(206)]((t=>{const e=i;s[e(181)](t[e(221)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(166)][t(142)]((e=>{const n=t;if(n(204)!=e[n(187)]&&n(158)!=e[n(187)])return;const{data:s}=e;return s&&n(186)==s[n(164)]?{type:n(224),content:Kr(r,n(146))}:void 0})),s[t(166)][t(142)]((e=>{const n=t;if(n(204)!=e[n(187)]&&n(158)!=e[n(187)])return;const{data:s}=e;return s?n(211)==s[n(164)]?{type:n(224),content:Kr(r,n(163))}:n(230)==s[n(164)]?{type:n(224),content:Kr(r,n(182))}:void 0:void 0}));const c=a[t(217)]();for(const e of[t(218),t(212),t(179),t(135)])s[t(225)][t(145)](t(204),e,t(162),c);for(const e of[t(211),t(230)])s[t(225)][t(145)](t(204),e,t(162),c);s[t(225)][t(145)](t(204),t(186),t(162),(r=>{const s=t;e[s(188)][s(206)]((t=>{const o=s,a=Array[o(144)](n[o(141)]())[o(229)]((t=>i.LiveRange[o(137)](t)));t[o(223)](r),e[o(214)][o(167)](o(186))[o(143)](),e[o(203)](o(186),{forceDefaultExecution:!0});const c=a[o(194)]((t=>o(195)!=t[o(209)][o(205)]));c[o(136)]>0&&t[o(223)](c);for(const t of a)t[o(157)]()}))}));for(const n of[t(218),t(179),t(135),t(212)]){const r=e[t(214)][t(167)](n);r.on(t(177),((n,s,o)=>{const i=t;if(o){const t=e[i(188)][i(196)][i(201)][i(155)]()[i(161)]()[i(165)]((t=>t.is(i(168),i(227))));this[i(133)](r[i(180)],t)||(n[i(147)]=!1,n[i(171)]())}}),{priority:t(198)})}}[pa(156)](){const t=pa,e=this[t(184)][t(214)][t(167)](t(186)),n=this[t(184)][t(193)][t(167)](t(151));if(!e[t(219)])return!1;const r=n[t(170)](this[t(184)][t(188)][t(196)][t(201)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(133)](e,n))return!1;return!0}[pa(133)](t,e){const n=pa,r=this[n(184)][n(193)][n(167)](n(200)),s=this[n(184)][n(188)][n(221)](t),o=this[n(184)][n(188)][n(221)](e),i=new Set,a=new Set;for(const t of r[n(176)]())if((n(192)==t[n(187)]||n(148)==t[n(187)]||n(186)==t[n(140)])&&t[n(216)])for(const e of t[n(141)]())e[n(172)](s,!0)&&i[n(183)](t[n(187)]+":"+t[n(159)].id),e[n(172)](o,!0)&&a[n(183)](t[n(187)]+":"+t[n(159)].id);if(i[n(149)]!=a[n(149)])return!1;for(const t of i)if(!a[n(173)](t))return!1;return!0}}const ba=_a;function Ta(){const t=["cell","plugins","unbindElementFromMarkerName","removeClass","name","has","FORMAT_REGULAR_ROW","markerNameToElements","*Format:* %0","markerRange","markerName","headingColumns","TableEditing","includes","FORMAT_HEADER_ROW","options","_handleLegacySuggestions","formatBlock","registerAttributeLabel","addMarker:suggestion","getCellLocation","TrackChangesEditing","registerCustomCallback","nodeAfter","_splitMarkerName","2943828ZovpkD","186726cSswbz","getSuggestion","afterInit","editor","_suggestionFactory","editing","nodeBefore","removeMarker:suggestion","setAttribute","_registerLegacyDescription","5478820XwVxwa","69YJzaBD","3875118hjlqef","consumable","start","registerDescriptionCallback","bindElementToMarker","get","_acceptFormatSuggestionCallbackFactory","setTableRowHeader","createTableWalker","data","activeMarkers","showSuggestionHighlights","requires","highest","commandName","type","addClass","consume","registerBlockAttribute","FORMAT_REGULAR_COLUMN","accept","writer","descriptionFactory","data-suggestion","enableDefaultAttributesIntegration","end","545xkmDmw","16TcSVER","locale","mapper","TableUtils","item","ck-suggestion-marker-","ck-suggestion-marker--active","format","38954gHGblD","stop","setTableColumnHeader","removeAttribute","forceValue","2309258IfbcDe","FORMAT_HEADER_COLUMN","downcastDispatcher","commandParams","toViewElement","parent","headingRows","10636SwbVek"];return(Ta=function(){return t})()}function _a(t,e){const n=Ta();return(_a=function(t,e){return n[t-=338]})(t,e)}!function(t){const e=_a,n=t();for(;;)try{if(393675===-parseInt(e(421))/1+-parseInt(e(382))/2*(-parseInt(e(346))/3)+-parseInt(e(394))/4*(parseInt(e(373))/5)+parseInt(e(347))/6+-parseInt(e(387))/7+-parseInt(e(374))/8*(-parseInt(e(420))/9)+-parseInt(e(345))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ta);class ya extends t.Plugin{static get[ba(359)](){return[ha]}[ba(423)](){const t=ba,e=this[t(338)];if(!e[t(396)][t(400)](t(407)))return;const n=e[t(375)],r=e[t(396)][t(352)](t(416));r[t(371)](t(354)),r[t(371)](t(384)),r[t(365)](t(393)),r[t(365)](t(406)),r[t(369)][t(413)](t(393),Kr(n,t(409))),r[t(369)][t(413)](t(406),Kr(n,t(388))),this[t(411)]()}[ba(411)](){const t=ba,e=this[t(338)][t(396)][t(352)](t(416)),n=this[t(338)][t(396)][t(352)](t(377)),r=this[t(338)][t(396)][t(352)](ha)[t(353)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=_a,{type:c,id:u}=e[a(419)](o[a(405)]),l=e[a(422)](u),f=l[a(356)];if(a(412)!=l[a(362)]||!f||a(384)!=f[a(361)])return;if(o[a(378)])return void s[a(383)]();if(!i[a(348)][a(364)](o[a(404)],s[a(399)]))return;const h=o[a(404)][a(349)][a(418)],d=o[a(404)][a(372)][a(341)],g=h[a(392)][a(392)],{column:p}=n[a(415)](h),{column:m}=n[a(415)](d);for(let s=p;s<=m;s++){const l=n[a(355)](g,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(395)],l=i[a(376)][a(391)](s);i[a(368)][a(363)](a(379)+c,l),r&&i[a(368)][a(343)](a(370),u,l),i[a(376)][a(351)](l,o[a(405)]),t&&(e[a(357)][a(408)](o[a(405)])?i[a(368)][a(363)](a(380),l):i[a(368)][a(398)](a(380),l))}}}}e[t(339)][t(417)](t(412),t(354),t(367),r),e[t(339)][t(417)](t(412),t(384),t(367),r),this[t(338)][t(340)][t(389)].on(t(414),s(),{priority:t(360)}),this[t(338)][t(356)][t(389)].on(t(414),((e,n,r)=>{const o=t;r[o(410)][o(358)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(360)}),this[t(338)][t(340)][t(389)].on(t(342),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(419)](r[o(405)]),c=e[o(422)](a),u=c[o(356)];if(o(412)!=c[o(362)]||!u||o(384)!=u[o(361)])return;const l=s[o(376)][o(402)](r[o(405)]);if(l)for(const t of l)s[o(368)][o(398)](o(379)+i,t),s[o(368)][o(398)](o(380),t),s[o(368)][o(385)](o(370),t),s[o(376)][o(397)](t,r[o(405)])}),{priority:t(360)}),this[t(344)]()}[ba(344)](){const t=ba,e=this[t(338)],n=e[t(375)];function r(e){const r=t;return{type:r(381),content:Kr(n,r(403),e)}}e[t(396)][t(352)](t(416))[t(369)][t(350)]((e=>{const s=t;if(s(412)!=e[s(362)])return;const{data:o}=e;if(o){if(s(354)==o[s(361)]){const t=o[s(390)][0][s(386)];return r(Kr(n,s(t?409:401)))}if(s(384)==o[s(361)]){const t=o[s(390)][0][s(386)];return r(Kr(n,s(t?388:366)))}}}))}}const Aa=Ra;!function(t){const e=Ra,n=t();for(;;)try{if(894899===parseInt(e(445))/1+-parseInt(e(388))/2+parseInt(e(439))/3+parseInt(e(333))/4*(-parseInt(e(341))/5)+-parseInt(e(433))/6*(parseInt(e(492))/7)+parseInt(e(505))/8+parseInt(e(406))/9*(parseInt(e(427))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sa);const ka=[Aa(351),Aa(358),Aa(343),Aa(362),Aa(316),Aa(435),Aa(356)],Ca=Object[Aa(438)](ka[Aa(424)]((t=>[t,null])));class La extends t.Plugin{static get[Aa(375)](){return[ha]}[Aa(368)](){const t=Aa,n=this[t(456)];if(!n[t(397)][t(473)](t(384)))return;const r=n[t(397)][t(332)](t(361)),s=n[t(397)][t(332)](t(334)),o=n[t(397)][t(332)](ha),a=n[t(397)][t(332)](t(384));o[t(419)][t(426)](t(417),t(472)),n[t(463)][t(409)][t(365)](t(389),{allowIn:t(392),allowContentOf:t(392),isLimit:!0}),n[t(320)][t(386)]({model:t(389),view:t(413)});let c=null;n[t(463)].on(t(373),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(496)]-1];h&&h[u(449)]||r[u(330)]||this[u(456)][u(415)][u(332)](u(476))[u(324)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(377)))return!1;const i=s[o(411)](t,n);if(!i||!Ma(i,void 0,r))return!1;const a=r[o(465)](n[o(461)][o(337)]);if(!a[o(496)])return!1;const c=a[0][o(501)](o(462)),l=r[o(431)](a),f=r[o(470)](a),h={startRow:l[o(335)],endRow:l[o(493)],startColumn:f[o(335)],endColumn:f[o(493)]};return 1==a[o(496)]&&(h[o(513)]+=r[o(352)](i)-1,h[o(381)]+=r[o(507)](i)-1),Ma(c,h,r)}(l,f,n[u(463)],s,a)&&(o[u(323)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(463)][u(369)]((()=>{const t=u;n[t(463)][t(373)](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(496)]&&r[t(383)](o,t(417),{tablePasteChainId:s}),a[t(496)]&&r[t(383)](a,t(472),{tablePasteChainId:s}),l[t(496)]&&(r[t(383)](l,t(331),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(468)]((e=>{const n=t;var r;return null===(r=e[n(437)])||void 0===r?void 0:r[n(357)](e)}))),f[t(496)]&&(r[t(452)](f,t(331),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(468)]((e=>{const n=t;var r;return null===(r=e[n(437)])||void 0===r?void 0:r[n(357)](e)})));const d=r[t(423)](h[t(424)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(512),{tablePasteChainId:s});if(d){const e=d[t(514)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(463)][t(403)](s),a=e[t(405)]((e=>e[t(385)]()[t(498)](i)));a&&r[t(426)]([a[t(443)],o])}r[t(496)]&&d[t(481)](t(346),Object[t(438)](r))}c=null})))}),{priority:e.priorities[t(338)]+10}),n[t(397)][t(332)](t(384)).on(t(500),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(323)]();const u=s[r(471)],l=o,f=Na(u),h=Na(l);e[r(491)]=u;let d=null,g=null;if(h||f)if(f&&!h){a[r(315)](u[r(421)](0));for(const t of Array[r(453)](l[r(360)]()))a[r(440)](t,u,r(344));const t=c[r(342)][r(436)](s[r(339)]),e=c[r(446)][r(436)](s[r(382)]);t||e||(d=i.LiveRange[r(457)](a[r(353)](u)))}else h&&!f&&(g=a[r(353)](u));else{const t=a[r(376)](r(389)),e=a[r(376)](r(389));a[r(380)](a[r(353)](u),e),a[r(440)](t,u,0);for(const e of Array[r(453)](l[r(360)]()))a[r(440)](e,t,r(344));d=i.LiveRange[r(457)](a[r(403)](t)),g=i.LiveRange[r(457)](a[r(403)](e))}const p=Array[r(453)](l[r(488)]())[r(401)]((([t])=>ka[r(436)](t)));c[r(480)][r(426)]({element:u,attributes:p[r(496)]?Object[r(438)](p):null}),d&&c[r(475)][r(426)](d),g&&c[r(420)][r(426)](g)}),{priority:t(338)}),s.on(t(497),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(310)]||1;c[o(446)]=new Array(l)[o(367)](u)[o(424)](((t,e)=>t+e));for(const{cell:t}of s[o(458)](i,{startColumn:u,endColumn:u+l-1}))c[o(479)][o(426)](n[o(463)][o(403)](t))}),{priority:t(391)}),s.on(t(442),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(319)]||1;c[o(342)]=new Array(l)[o(367)](u)[o(424)](((t,e)=>t+e));for(const{cell:t}of s[o(458)](i,{startRow:u,endRow:u+l-1}))c[o(506)][o(426)](n[o(463)][o(403)](t))}),{priority:t(391)}),r[t(336)][t(372)]((e=>{const r=t;if(e[r(503)]&&e[r(503)][r(314)](r(331)))return e[r(402)]?{}:{type:r(474),content:Kr(n[r(329)],r(340))}}));const u=()=>!1;for(const e of[t(331),t(472),t(417),t(512)])r[t(466)][t(484)](t(474),e,t(485),u),r[t(466)][t(484)](t(509),e,t(485),u),r[t(466)][t(484)](t(393),e,t(485),u);r[t(466)][t(484)](t(393),t(512),t(499),u),r[t(466)][t(484)](t(393),t(512),t(464),((e,r,s)=>{const o=t,i=e[o(424)]((t=>t[o(450)]()))[o(401)]((t=>t)),a=new Map(i[o(424)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(480)])e&&a[o(327)](t,e);else if(s&&s[o(346)])for(const[t,e]of Object[o(487)](s[o(346)])){const r=n[o(463)][o(370)][o(332)](t),s=r?r[o(385)]()[o(450)]():null;s&&a[o(327)](s,e)}n[o(463)][o(369)]((t=>{const e=o;for(const[n,r]of a)t[e(371)]({...Ca,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(466)][o(484)](e,o(331),s,((t,i,a)=>{const c=o;n[c(463)][c(369)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(508)][o(441)];t.is(o(321),o(389))&&u[o(426)](t)}r[o(466)][o(399)](e,null,s)(t,i,a);for(const t of u)o(425)!=t[o(312)][o(448)]&&n[o(363)](t)}))}))};l(t(474),t(464)),l(t(474),t(499)),l(t(509),t(464)),l(t(509),t(499)),r[t(466)][t(484)](t(474),t(417),t(499),(e=>{const n=t,r=e[n(424)]((t=>t[n(450)]())),i=r[0][n(501)](n(462)),{minRow:a,maxRow:c}=o[n(325)](r);s[n(348)](i,{at:a,rows:c-a+1})})),r[t(466)][t(484)](t(474),t(472),t(499),(e=>{const n=t,r=e[n(424)]((t=>t[n(450)]())),i=r[0][n(501)](n(462)),{minColumn:a,maxColumn:c}=o[n(325)](r);s[n(396)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(503)]||!n[s(503)][s(314)](s(331)))return;const o=n[s(422)][s(429)],i=r[s(502)]()[s(401)]((t=>t[s(407)]&&t[s(422)]&&t[s(422)][s(429)]==o));i[s(496)]&&n[s(328)]()[s(496)]!=i[s(496)]&&i[s(428)](((t,e)=>(t[s(444)]=e,e[s(402)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(434)](e[s(460)]),i=[s(408),s(447)],a=r[s(347)][s(436)](e[s(460)]);return a&&i[s(426)](s(326)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(459),f,{priority:t(338)}),r.on(t(394),f,{priority:t(338)}),n[t(463)][t(461)][t(486)]((()=>{const e=t;let s=!1;const o=Array[e(453)](n[e(463)][e(461)][e(432)][e(404)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(434)](t);if(e(349)!=o||e(509)!=a||i[e(418)])continue;if(!r[e(494)](c))continue;const u=r[e(318)](c)[e(410)](),l=n[e(397)][e(332)](e(482)).me;for(const t of r[e(502)]())if(t[e(407)]&&t[e(455)]==l&&e(393)==t[e(354)]&&e(512)==t[e(503)]&&t[e(410)]()[e(395)]((t=>u[e(414)]((n=>n[e(317)](t,!0))))))for(const n of t[e(328)]())n[e(407)]&&(n[e(499)](),s=!0)}return s})),n[t(463)][t(461)][t(486)]((e=>{const s=t,o=n[s(415)][s(332)](s(483));if(!o||!o[s(469)][s(473)](e[s(387)]))return!1;let i=!1;const a=n[s(397)][s(332)](s(482)).me,c=n[s(463)][s(461)][s(432)][s(495)](),u=Array[s(453)](n[s(463)][s(461)][s(432)][s(404)]())[s(401)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(434)](t);return n(349)==o&&n(331)==i&&c==a.id&&!e[n(418)]}));for(const t of c){if(s(440)!=t[s(354)]||s(389)!=t[s(443)]||1!=t[s(496)])continue;const n=e[s(322)](t[s(400)],t[s(400)][s(378)](1));if(!u[s(405)]((({data:t})=>t[s(412)][s(498)](n))))for(const{name:t,data:r}of u)if(n[s(317)](r[s(412)])){e[s(311)](t,{range:n}),i=!0;break}}return i})),n[t(463)][t(461)][t(486)]((e=>{const s=t;let o=!1;const i=n[s(397)][s(332)](s(482)).me,a=r[s(502)]()[s(401)]((t=>t[s(407)]&&t[s(455)]==i)),c=new Set,u=new Set;for(const t of a)if(s(331)==t[s(503)])for(const e of t[s(514)]()){const n=e[s(385)]()[s(450)]();if(n)if(n.is(s(321),s(389))&&Na(n)){t[s(454)](e[s(443)]),c[s(345)](n),o=!0;const r=n[s(364)],i=n[s(398)],a=r&&r.is(s(321),s(389)),l=i&&i.is(s(321),s(389));a&&!c[s(473)](r)&&u[s(345)](r),l&&!c[s(473)](i)&&u[s(345)](i)}else n.is(s(321),s(390))&&n[s(416)]&&(t[s(454)](e[s(443)]),o=!0)}else if(s(512)==t[s(503)]){if(!t[s(422)]||!t[s(422)][s(429)])continue;const e=t[s(422)][s(346)];if(e&&Object[s(504)](e)[s(496)])continue;const n=t[s(422)][s(429)];let r=!0,i=!0;for(const e of a)if(e[s(503)]&&e[s(503)][s(314)](s(331))){if(!e[s(422)][s(429)]){i=!1;break}if(e.id!=t.id&&e[s(422)][s(429)]==n){r=!1;break}}i&&r&&(t[s(489)](),o=!0)}for(const t of c)e[s(315)](t);for(const t of u)e[s(363)](t);return o})),n[t(320)][t(478)](t(313))[t(379)]({model:t(430),view:(t,e)=>h(t),converterPriority:t(338)}),n[t(320)][t(478)](t(510))[t(379)]({model:t(430),view:(e,n)=>n[t(511)][t(359)]?h(e,!1):null,converterPriority:t(338)});const d=n[t(355)][t(477)];this[t(366)](d[t(461)],t(374),((e,n)=>{const r=t,s=[];for(const t of d[r(353)](n[r(467)])[r(451)]())t.is(r(321),r(413))&&s[r(426)](t);d[r(369)]((t=>{const e=r;for(const n of s)t[e(490)](t[e(353)](n),t[e(350)](n)),t[e(315)](n)}))}))}}function Ra(t,e){const n=Sa();return(Ra=function(t,e){return n[t-=310]})(t,e)}function Na(t){const e=Aa;if(t[e(416)])return!0;const n=t[e(421)](0);return n.is(e(321),e(390))&&n[e(416)]}function Sa(){const t=["commands","isEmpty","tablePasteRow","oldRange","_tablePostFixingSubtypes","deletionRanges","getChild","attributes","markMultiRangeBlockFormat","map","$graveyard","push","27265410AeAAXw","reduce","tablePasteChainId","suggestion:formatBlock:tablePasteCell","getRowIndexes","differ","2802VxxBtt","_splitMarkerName","tableCellBackgroundColor","includes","detach","fromEntries","107235fUdUQo","insert","nodeAfter","insertRows","name","next","419947fOcGcj","columnInsertionIndexes","ck-suggestion-marker-insertion","rootName","forceDefaultExecution","getContainedElement","getItems","markMultiRangeDeletion","from","removeMarker","author","editor","fromRange","createTableWalker","suggestionLoaded","markerName","document","table","model","accept","getSelectionAffectedTableCells","_suggestionFactory","content","forEach","_createdBatches","getColumnIndexes","cell","tablePasteColumn","has","insertion","insertionRanges","trackChanges","view","for","columnInsertionRanges","cells","setAttribute","Users","redo","registerCustomCallback","join","registerPostFixer","entries","getAttributes","removeMarkers","move","return","4060cKzQeU","last","hasSuggestion","getChanges","length","insertColumns","isEqual","discard","_replaceTableSlotCell","findAncestor","getSuggestions","subType","keys","3679192Tywlyz","rowInsertionRanges","getColumns","start","deletion","dataDowncast","options","tablePasteCell","endRow","getMarkers","columns","updateMarker","root","editingDowncast","startsWith","remove","tableCellVerticalAlignment","containsRange","getSuggestion","rows","conversion","element","createRange","stop","value","_getCoordsForCells","ck-suggestion-marker--active","set","getAllAdjacentSuggestions","locale","_isForcedDefaultExecutionBlock","tablePaste","get","596412GwPbJt","TableUtils","first","descriptionFactory","selection","high","row","*Replace table cells*","50XWOSTl","rowInsertionIndexes","tableCellBorderStyle","end","add","markerAttributes","activeMarkers","removeRows","suggestion","createPositionBefore","tableCellBorderWidth","getRows","createRangeIn","type","editing","tableCellPadding","call","tableCellBorderColor","showSuggestionHighlights","getChildren","TrackChangesEditing","tableCellHorizontalAlignment","unwrap","nextSibling","register","listenTo","fill","afterInit","change","markers","setAttributes","registerDescriptionCallback","insertContent","clipboardOutput","requires","createElement","documentSelection","getShiftedBy","markerToHighlight","wrap","endColumn","column","markMultiRangeInsertion","TableClipboard","getRange","elementToElement","batch","1970686zRTkPw","tableCellSuggestion","paragraph","low","tableCell","formatBlock","suggestionUnloaded","every","removeColumns","plugins","previousSibling","getSuggestionCallback","position","filter","previous","createRangeOn","getChangedMarkers","find","9iDAtOB","isInContent","ck-suggestion-marker","schema","getRanges","getTableIfOnlyTableInContent","newRange","suggestion-td","some"];return(Sa=function(){return t})()}function Ma(t,e={},n){const r=Aa;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(458)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const va=wa;function wa(t,e){const n=Oa();return(wa=function(t,e){return n[t-=383]})(t,e)}function Oa(){const t=["author","handleResizeTableWidthCommand","selection","accept","registerCustomCallback","discard","commandParams","get","bind","getSuggestions","editor","TrackChangesEditing","resizeTableWidth","has","table","model","markBlockFormat","formatGroupId","getAttribute","*Format:* resize table","afterInit","formatBlock","getSelectedElement","9vpeuhJ","getContainedElement","503038ccUNTN","resizeTable","change","getSuggestionCallback","registerDescriptionCallback","1949290TgfVvz","handleSuggestionDescription","Users","getTableColumnsWidths","format","enableCommand","187682CczrpO","data","columnWidths","locale","tableWidth","document","type","2846360ZKUWjG","13895nhtwdQ","3grvLyl","plugins","TableColumnResizeEditing","1163536TARDsy","getColumnGroupElement","63168pFqaMY","subType","descriptionFactory","_suggestionFactory","formatInline","6WMikQx"];return(Oa=function(){return t})()}!function(t){const e=wa,n=t();for(;;)try{if(147268===parseInt(e(388))/1+-parseInt(e(433))/2*(-parseInt(e(397))/3)+-parseInt(e(400))/4+parseInt(e(396))/5*(-parseInt(e(407))/6)+parseInt(e(438))/7+-parseInt(e(402))/8*(-parseInt(e(431))/9)+-parseInt(e(395))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oa);class Da extends t.Plugin{[va(428)](){const t=va;if(!this[t(418)][t(398)][t(421)](t(399)))return;const e=this[t(418)][t(398)][t(415)](t(419));e[t(387)](t(420),this[t(409)][t(416)](this)),e[t(405)][t(412)](t(429),t(434),t(411),e[t(405)][t(436)](t(429),null,t(413))),e[t(405)][t(412)](t(429),t(434),t(413),e[t(405)][t(436)](t(429),null,t(411))),e[t(404)][t(437)](this[t(383)][t(416)](this))}[va(409)](t,e){const n=va,r=this[n(418)][n(398)][n(415)](n(419)),s=this[n(418)][n(398)][n(415)](n(399)),o=e[n(422)]||this[n(418)][n(423)][n(393)][n(410)][n(430)]();this[n(418)][n(423)][n(435)]((()=>{const i=n,a=s[i(401)](o);let c=a?s[i(385)](a):null,u=o[i(426)](i(392))||null;const l=e[i(392)]||u,f=e[i(390)]||c,h=this[i(418)][i(398)][i(415)](i(384)).me;for(const t of r[i(417)]()){const e=t[i(432)]();if(i(434)===t[i(403)]&&e===o){t[i(408)]!==h&&t[i(413)]();const e=t[i(389)][i(414)];u=e[0][i(392)],c=e[0][i(390)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(424)](o,{commandName:i(420),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(434)},[],i(434))}))}[va(383)](t){const e=va;if(e(429)!=t[e(394)]&&e(406)!=t[e(394)])return;const{data:n}=t;if(n&&e(434)===n[e(425)]){const t=e(427);return{type:e(386),content:Kr(this[e(418)][e(391)],t)}}}}const Fa=Ba;function Ba(t,e){const n=xa();return(Ba=function(t,e){return n[t-=223]})(t,e)}function xa(){const t=["88WtpJwQ","afterInit","16734YEewiy","insertTemplate","75053WXGoPt","984yDLjcg","141JBOXlQ","enableCommand","plugins","TrackChangesEditing","4857786SgRbDk","171014SnRrLy","528073ncdpKU","Template","253652XAoJEi","2DOKVvd","has","10iIrpdx","25diUMoA","41612BXUUmf","editor","get"];return(xa=function(){return t})()}!function(t){const e=Ba,n=t();for(;;)try{if(328151===-parseInt(e(232))/1*(-parseInt(e(228))/2)+parseInt(e(223))/3*(-parseInt(e(236))/4)+-parseInt(e(235))/5*(parseInt(e(241))/6)+-parseInt(e(231))/7*(parseInt(e(239))/8)+-parseInt(e(227))/9*(-parseInt(e(234))/10)+-parseInt(e(243))/11*(-parseInt(e(244))/12)+-parseInt(e(229))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xa);class Pa extends t.Plugin{[Fa(240)](){const t=Fa,e=this[t(237)];e[t(225)][t(233)](t(230))&&e[t(225)][t(238)](t(226))[t(224)](t(242))}}const Ua=ja;function ja(t,e){const n=Ga();return(ja=function(t,e){return n[t-=302]})(t,e)}function Ga(){const t=["TrackChangesEditing","3447yiXNjX","35joomCv","15610nRhENk","insertTableOfContents","1330170lbsNIf","descriptionFactory","commands","55626XVooWL","390LuRXph","afterInit","plugins","editor","locale","71152gnopEO","6912584wJVRDL","tableOfContents","enableCommand","2734eProAq","registerElementLabel","ELEMENT_TABLE_OF_CONTENTS","59xwJBWC","get","12918818caBpti"];return(Ga=function(){return t})()}!function(t){const e=ja,n=t();for(;;)try{if(728434===parseInt(e(306))/1*(parseInt(e(303))/2)+parseInt(e(317))/3+-parseInt(e(323))/4*(parseInt(e(318))/5)+-parseInt(e(314))/6*(-parseInt(e(311))/7)+-parseInt(e(324))/8+-parseInt(e(310))/9*(-parseInt(e(312))/10)+parseInt(e(308))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ga);class Va extends t.Plugin{[Ua(319)](){const t=Ua,e=this[t(321)];if(!e[t(316)][t(307)](t(313)))return;e[t(320)][t(307)](t(309))[t(302)](t(313));const n=e[t(320)][t(307)](t(309)),r=e[t(322)];n[t(315)][t(304)](t(325),(e=>Kr(r,t(305),e)))}}const Ha=za;function za(t,e){const n=Wa();return(za=function(t,e){return n[t-=478]})(t,e)}function Wa(){const t=["144871dzMdwt","TrackChangesEditing","model","newRange","registerPostFixer","get","start","plugins","updateMarker","getNearestSelectionRange","580GrJPnq","editor","from","registerElementLabel","title-content","14UXGYdR","has","element","removeMarker","_splitMarkerName","end","descriptionFactory","getChangedMarkers","schema","locale","30796VLRtPq","afterInit","2082804ZJgynS","5sECUso","forward","document","2463tYZDrX","createRange","differ","11MOlCpE","Title","nodeBefore","isEqual","1657254QSrsfr","ELEMENT_TITLE","1197048qWhtmF","isTouching","suggestion","90378nkbLGy","1268UalnSu","isCollapsed"];return(Wa=function(){return t})()}!function(t){const e=za,n=t();for(;;)try{if(297386===-parseInt(e(479))/1+parseInt(e(504))/2+-parseInt(e(510))/3*(-parseInt(e(523))/4)+-parseInt(e(507))/5*(-parseInt(e(517))/6)+parseInt(e(494))/7*(parseInt(e(519))/8)+parseInt(e(522))/9*(-parseInt(e(489))/10)+-parseInt(e(513))/11*(-parseInt(e(506))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wa);class Ka extends t.Plugin{[Ha(505)](){const t=Ha,e=this[t(490)];if(!e[t(486)][t(495)](t(514)))return;const n=e[t(486)][t(484)](t(480));n[t(500)][t(492)](t(493),(()=>Kr(e[t(503)],t(518)))),e[t(481)][t(509)][t(483)]((r=>{const s=t;let o=!1;const i=Array[s(491)](e[s(481)][s(509)][s(512)][s(501)]());for(const{name:t,data:a}of i){const{group:i}=n[s(498)](t);if(s(521)!==i||!a[s(482)])continue;const c=a[s(482)],u=c[s(499)][s(515)];if(!u||!u.is(s(496),s(493)))continue;if(!c[s(485)][s(520)](c[s(499)]))continue;const l=e[s(481)][s(502)][s(488)](c[s(499)],s(508));if(l&&l[s(478)]){const e=r[s(511)](c[s(485)],l[s(485)]);e[s(516)](c)||(r[s(487)](t,{range:e}),o=!0)}o||(r[s(497)](t),o=!0)}return o}))}}const Xa=qa;function qa(t,e){const n=Qa();return(qa=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=qa,n=t();for(;;)try{if(873994===parseInt(e(321))/1+-parseInt(e(309))/2*(-parseInt(e(311))/3)+-parseInt(e(301))/4*(parseInt(e(314))/5)+parseInt(e(307))/6+parseInt(e(310))/7*(parseInt(e(308))/8)+parseInt(e(319))/9*(parseInt(e(320))/10)+parseInt(e(304))/11*(-parseInt(e(313))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qa);class Za extends t.Plugin{[Xa(303)](){const t=Xa,e=this[t(302)],n=e[t(312)][t(305)](t(318));e[t(312)][t(316)](t(315))&&(n[t(317)](t(306)),n[t(317)](t(322)))}}function Qa(){const t=["79641mQrLqU","1930fFdvMi","1183297hfRprG","redo","164YwavWr","editor","afterInit","209NhYwQO","get","undo","10457280xtNWfk","376raCmlE","449926hojVQI","21343FKEgtD","3qympey","plugins","2548596wnwsOq","11345tudkpS","UndoEditing","has","enableCommand","TrackChangesEditing"];return(Qa=function(){return t})()}const Ya=$a;function Ja(){const t=["enableCommand","editor","6mQNtAq","2800660UmZYJS","toggleTableCaption","get","42876prTjpl","3353225WWhvUU","afterInit","plugins","261TZOTBw","TableCaptionEditing","25248eqQFmB","TrackChangesEditing","58771CgxOIV","1309FAMOAV","334698uOOjEA","requires","346930ZRbpoU","has"];return(Ja=function(){return t})()}function $a(t,e){const n=Ja();return($a=function(t,e){return n[t-=216]})(t,e)}!function(t){const e=$a,n=t();for(;;)try{if(417762===-parseInt(e(216))/1+-parseInt(e(228))/2+parseInt(e(218))/3+-parseInt(e(225))/4+parseInt(e(229))/5*(parseInt(e(224))/6)+-parseInt(e(217))/7*(parseInt(e(234))/8)+-parseInt(e(232))/9*(-parseInt(e(220))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ja);class tc extends t.Plugin{static get[Ya(219)](){return[ha]}[Ya(230)](){const t=Ya,e=this[t(223)];e[t(231)][t(221)](t(233))&&e[t(231)][t(227)](t(235))[t(222)](t(226))}}const ec=nc;function nc(t,e){const n=rc();return(nc=function(t,e){return n[t-=358]})(t,e)}function rc(){const t=["993628SftNBv","getFirstPosition","getSuggestions","descriptionFactory","data","join","383864DUljQF","afterInit","tableBorderStyle","getSelectionAffectedTableCells","*Format:* change table properties","tableCellHorizontalAlignment","_handlePropertyChange","tableBorderColor","64808tiQclG","3242VPzHvb","locale","531viVTOJ","TrackChangesEditing","enableCommand","tableCellHeight","discard","findAncestor","markBlockFormat","tableProperties","editor","tableHeight","registerCustomCallback","tableCellBorderStyle","plugins","TrackChangesTableProperties","tableBorderWidth","tableCellBorderColor","removeAttribute","has","selection","get","accept","model","formatBlock","table","1987193XnLMGM","441KmnGIO","registerDescriptionCallback","TableCellPropertiesEditing","tableCellBackgroundColor","TableUtils","pluginName","handleSuggestionDescription","commandParams","setAttribute","batch","tableCellVerticalAlignment","tableCellBorderWidth","document","tableBackgroundColor","_getSuggestion","getSuggestionCallback","handleDiscardAction","795XGwJQZ","5IeLEWr","tableCellProperties","10CRVdjN","format","getAttribute","subType","tableWidth","change","_suggestionFactory","tableCellPadding","36rcLnUR","tableCellWidth","3488804ZVPwOP","24876OTeYsg","tableAlignment","getContainedElement","*Format:* change table cell properties","enqueueChange","nodeAfter","TablePropertiesEditing","start"];return(rc=function(){return t})()}!function(t){const e=nc,n=t();for(;;)try{if(239296===parseInt(e(431))/1+parseInt(e(359))/2*(-parseInt(e(403))/3)+-parseInt(e(425))/4*(-parseInt(e(404))/5)+-parseInt(e(417))/6*(parseInt(e(386))/7)+-parseInt(e(358))/8*(parseInt(e(361))/9)+-parseInt(e(406))/10*(-parseInt(e(416))/11)+parseInt(e(414))/12*(parseInt(e(385))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class sc extends t.Plugin{constructor(t){const e=nc;super(t),this[e(368)]=[e(438),e(433),e(375),e(418),e(410),e(370),e(399)],this[e(405)]=[e(376),e(372),e(397),e(413),e(415),e(364),e(389),e(436),e(396)]}static get[ec(391)](){return ec(374)}[ec(432)](){const t=ec,e=this[t(369)][t(373)][t(380)](t(362));if(this[t(369)][t(373)][t(378)](t(423))){for(const n of this[t(368)])e[t(363)](n,((e,r)=>{const s=t,o=this[s(369)][s(382)][s(398)][s(379)][s(426)]()[s(366)](s(384));this[s(437)](n,[o],this[s(368)],s(368),e,r)}));e[t(412)][t(371)](t(383),t(368),t(381),e[t(412)][t(401)](t(383),null,t(365))),e[t(412)][t(371)](t(383),t(368),t(365),((e,n)=>this[t(402)](this[t(368)],e,n))),e[t(412)][t(371)](t(383),t(368),t(430),(()=>!1))}if(this[t(369)][t(373)][t(378)](t(388))){for(const n of this[t(405)])e[t(363)](n,((e,r)=>{const s=t,o=this[s(369)][s(373)][s(380)](s(390))[s(434)](this[s(369)][s(382)][s(398)][s(379)]);this[s(437)](n,o,this[s(405)],s(405),e,r)}));e[t(412)][t(371)](t(383),t(405),t(381),e[t(412)][t(401)](t(383),null,t(365))),e[t(412)][t(371)](t(383),t(405),t(365),((e,n)=>this[t(402)](this[t(405)],e,n))),e[t(412)][t(371)](t(383),t(405),t(430),(()=>!1))}e[t(428)][t(387)]((e=>this[t(392)](e)))}[ec(437)](t,e,n,r,s,o){const i=ec,a=this[i(369)][i(373)][i(380)](i(362));this[i(369)][i(382)][i(421)](o[i(395)],(()=>{const t=i;for(const i of e)if(this[t(400)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(408)](r);void 0!==n&&(e[r]=n)}s(o),a[t(367)](i,{commandParams:[e]},[],r)}}))}[ec(402)](t,e,n){const r=ec,s=e[0][r(424)][r(422)],o=n[r(393)][0];this[r(369)][r(382)][r(411)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(394)](r,o[r],s):e[n(377)](r,s)}))}[ec(392)](t){const e=ec;if(t[e(429)])switch(t[e(409)]){case e(368):return{type:e(407),content:Kr(this[e(369)][e(360)],e(435))};case e(405):return{type:e(407),content:Kr(this[e(369)][e(360)],e(420))}}}[ec(400)](t,e){const n=ec,r=this[n(369)][n(373)][n(380)](n(362));for(const s of r[n(427)]({skipNotAttached:!0})){const r=s[n(419)]();if(s[n(409)]===e&&r===t)return s}return null}}var oc=Function.prototype,ic=Object.prototype,ac=oc.toString,cc=ic.hasOwnProperty,uc=ac.call(Object);const lc=function(t){if(!ne(t)||"[object Object]"!=ct(t))return!1;var e=en(t);if(null===e)return!0;var n=cc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ac.call(n)==uc};const fc=function(t){return lc(t)?void 0:t};var hc=$?$.isConcatSpreadable:void 0;const dc=function(t){return ce(t)||ae(t)||!!(hc&&t&&t[hc])};const gc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=dc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):tn(o,c):s||(o[o.length]=c)}return o};const pc=function(t){return(null==t?0:t.length)?gc(t,1):[]};const mc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var Ec=Math.max;const Ic=function(t,e,n){return e=Ec(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=Ec(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),mc(t,this,a)}};const bc=function(t){return function(){return t}};const Tc=Qt?function(t,e){return Qt(t,"toString",{configurable:!0,enumerable:!1,value:bc(e),writable:!0})}:function(t){return t};var _c=Date.now;const yc=function(t){var e=0,n=0;return function(){var r=_c(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Tc);const Ac=function(t){return yc(Ic(t,void 0,pc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=ir(e,(function(e){return e=fr(e,t),r||(r=e.length>1),e})),te(t,an(t),n),r&&(n=Zn(n,7,fc));for(var s=e.length;s--;)jr(n,e[s]);return n})),kc=Cc;function Cc(t,e){const n=Lc();return(Cc=function(t,e){return n[t-=492]})(t,e)}function Lc(){const t=["containsPosition","PENDING_ACTION_SUGGESTION","addMarkerName","insertion:chain","getRange","values","sort","forceDefaultExecution","editing","markDeletion","_getSuggestionData","change:_saved","find","formatInline:join","updateMarker","isArray","ENTER","markerToHighlight","elementStart","_isBlockAttribute","dataToMarker","fromRange","_updateSuggestionData","isAfter","change:activeMarkers","buildSuggestion","ck-suggestion-marker-formatInline","track-changes-enable-command-twice","comments","substring","meta","subType","enableReadOnlyMode","ready","setTo","_joinSuggestions","addMarker","_processAttributeChanges","value","stop","before","track-changes-command-not-found","keys","item","activeMarkers","_commentsRepository","fetchCommentThread","registerPostFixer","acceptSelectedSuggestions","_refreshAttributeSuggestionsChain","model","_afterChanges","addClass","markBlockFormat","startsWith","removeMarkers","assign","getMultiRangeId","addUser","createRangeIn","clone","addMarker:suggestion:formatBlock","isTouching","deletion:accept","formatBlock:discard","end","toJSON","attribute:join","authorName","warn","lowest","_handleNewSuggestionMarker","targetPosition","_getExternalAuthor","dataDowncast","isOwn","LEAVE","_setSuggestionData","ck-suggestion-marker","unbindElementFromMarkerName","element","markMultiRangeInsertion","addHighlight","CommentsRepository","153524xvBHgv","suggestionChanged","normal","_initAriaMarkerChangeAnnouncements","formatBlock:chain","originalSuggestionId","always","never","size","_suggestions","_customCallbacks","add","discardSuggestion","registerCustomCallback","76ZhgSIY","unbind","TrackChangesEditing","_getAttributeKey","$graveyard","acceptSuggestion","notReady","trackChanges","key","getShiftedBy","formatInline:chain","isObject","$marker","36KvgSCI","formatInline:accept","registerInlineAttribute","formatInline:","pop","setAttribute","differ","change","some","markerNameToElements","_getAuthorFromId","_model","reconvertMarker","for","backward","locale","$text","showSuggestionHighlights","filter","change:data","addRange","enableDefaultAttributesIntegration","_editor","suggestion:attribute:","createdAt","isInsideObject","editor","attributes","_cutOutSuggestionMarker","accept","deletion:chain","_isForcedDefaultExecutionBlock","deletion:","group","delete","_refreshSuggestionsChain","getFirstMarker","removeAttribute","low","elementToElement","_rangeIsInLocalUserInsertion","Users","insert","markMultiRangeDeletion","set","$elementName","attribute:discard","getDifference","clear","discardAllSuggestions","getIntersection","attributeOldValue","_recordAttributeChanges","addSuggestionData","open","ck-suggestion-marker-formatBlock","schema","resolve","hasComments","suggestionLoaded","insertion","ck-suggestion-marker-","author","requires","splice","commandName","get","ck-suggestion-marker--active","root","63meGXQC","splitPosition","636330ebgpwL","_recordAttributeSuggestions","format","hasCommentThread","1895152dSGfGf","createPositionAt","attribute","length","skipNestingCheck","isCollapsed","concat","track-changes-user-not-found","_createSuggestion","markAttributeChange","deletion","_mergeNestedSuggestions","then","markInlineFormat","execute","enableCommand","position","acceptAllSuggestions","isExternal","writer","_SUGGESTION_ANNOUNCEMENT","isSelectable","_onDiscard","parent","join","FORMATTING","getNearestSelectionRange","previous","isLimit","move","type","rethrowUnexpectedError","insertion:accept","isBlock","upcast","markerToData","getSuggestion","nodeAfter","containerElement","_reduceSuggestionAttributeRange","getRanges","attributeKey","stringify","isLocal","getChanges","oldValue","createRange","markerReady","_joinWithAdjacentSuggestions","range","detach","define","formatBlock:accept","track-changes-suggestion-data-mismatch","attributeNewValue","removeComment","_checkSuggestionCorrectness","plugins","commentThread","addSuggestion","markInsertion","_suggestionFactory","config","descriptionFactory","removeClass","catch","getCustomProperty","update:suggestion","name","pluginName","getAllAdjacentSuggestions","_isDataLoaded","data-suggestion","_addThreadToSuggestion","_splitMarkerName","rejected","forEach","removed","attribute:accept","push","_suggestionState","accepted","data","documentSelection","isNextTo","split","trackChangesCommand","conversion","createRangeOn","formatGroupId","insertion:","containsRange","createSelection","mapper","formatBlock:","commands","removeMarker","addMarker:suggestion:attribute","widget","addComment","createPositionAfter","getItems","getContainedElement","_processAttributeSuggestions","document","multipleBlocks","next","suggestion","deletion:discard","announce","newValue","highest","unshift","includes","_setSuggestionRange","suggestionUnloaded","suggestion:","getSuggestions","options","hasSuggestion","markerName","getWalker","track-changes-adapter-already-set","createElement","640764OWYdMY","tablePasteChainId","getAttribute","forward","isBefore","groupId","_registerDefaultCallbacks","rootName","PendingActions","@external","track-changes-suggestion-not-found","suggestion-type","isInContent","moveTargetPosition","insertion:join","multi","listenTo","deleteContent","head","markers","registerBlockAttribute","collaboration.channelId","editingDowncast","_reduceExistingSuggestions","isUndo","_trackFormatChanges","_defaultCallbacks","_addSuggestionMarker","isAtStart","addCommentThread","_enabledCommands","isIntersectingWithRange","action","getAncestors","stopListening","every","getMarkers","has","96500lbBLnA","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.","applyOperation","_removeSuggestion","formatInline","external:","init","adapter","getCommentThread","discard","start","isRemovable","updateSuggestion","addMarker:suggestion","_isRegisteredAttribute","howMany","_findSuggestions","error-saving-suggestion-data-suggestion-discarded","nodeBefore","removeMarker:suggestion:attribute","from","containsItem","_blockAttributeKeys","isEqual","dataReady","formatBlock:join","_breakSuggestionMarker","creator","enqueueChange","_getMarkerAnnouncementText","createPositionBefore","batch","465210ctgZyu","formatInline:discard","toViewElement","oldRange","substr","trackChanges.trackFormatChanges","discardSelectedSuggestions","toUpperCase","map","chain","getChangedMarkers","markMultiRangeBlockFormat","2947BPyRDr","return","isIntersecting","getLastMatchingPosition","insertion:discard","insertContent","authoredAt","fromCharCode","trackChanges.mergeNestedSuggestions","isDocumentOperation","getSuggestionCallback","fire","deletion:join","isAtEnd","getFirstRange","attribute:","default","marker-count","selection","isMultiRange","getUser","$textProxy","newRange","bindElementToMarker","formatBlock","containsRangeInObject","setSelection","rename","_adapter","_saved","refresh","_inlineAttributeKeys","after","high","consumable","elementEnd","consume","track-changes-adapter-missing-getsuggestion","removeMarker:suggestion:formatBlock","remove"];return(Lc=function(){return t})()}!function(t){const e=Cc,n=t();for(;;)try{if(142786===parseInt(e(863))/1*(-parseInt(e(569))/2)+-parseInt(e(851))/3+-parseInt(e(781))/4+parseInt(e(819))/5+parseInt(e(582))/6*(-parseInt(e(555))/7)+parseInt(e(657))/8+-parseInt(e(651))/9*(-parseInt(e(653))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lc);const Rc=kc(627);class Nc extends t.Plugin{static get[kc(645)](){return[kc(554),o.Users,t.PendingActions,ts,ss,us,hs,_s,Is,Ls,vs,js,no,io,lo,mo,_o,Co,So,Oo,Bo,Wo,jo,Zo,$o,ri,ui,Ei,wi,ai,zs,Zs,_i,Ci,Si,xi,Gi,Ki,Qi,ta,oa,ua,ha,Ia,ya,tc,La,Da,Va,sc,Pa,Ka,Za]}static get[kc(726)](){return kc(571)}constructor(t){const e=kc;function n(t){const e=Cc;return t[e(859)]((t=>String[e(870)](t)))[e(681)]("")}super(t),this[e(654)]=!1,this[e(626)](e(515),[]),this.on(e(495),((n,r,s,o)=>{const i=e;this[i(593)][i(589)]((()=>{const e=i;for(const n of[...o,...s])this[e(593)][e(800)][e(818)](n)&&t[e(911)][e(594)](n)}))})),this[e(720)]=new Zr(this[e(608)][e(521)][e(638)],this[e(608)][e(597)]),this[e(891)]=null,this[e(718)]=new Sc(this[e(608)]),this[e(564)]=new Map,this[e(516)]=t[e(714)][e(648)](e(554)),this[e(811)]=new Set,this[e(593)]=this[e(608)][e(521)],this[e(737)]=new WeakMap,this[e(613)]=!1,this[e(841)]=new Set([e(627)]),this[e(894)]=new Set,t[e(719)][e(708)](e(856),e(879)),this[e(806)]=t[e(719)][e(648)](e(856)),t[e(719)][e(708)](e(871),!0),this[e(668)]=t[e(719)][e(648)](e(871)),this[e(743)]=new f(t,this[e(811)]),this[e(558)](),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,54,49,50])}[kc(825)](){const t=kc,n=this[t(608)],r=(e,n)=>{const r=t;if(r(659)!=e)return r(643)+e;const s=n[r(742)]("|")[0];return this[r(922)](s)?r(637):r(497)};n[t(744)][t(595)](t(803))[t(920)]({model:t(764),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(731)](e[n(777)]),a=[n(549),r(o,i)];let c=3e3;return this[n(515)][n(770)](e[n(777)])&&(a[n(736)](n(649)),c=3010),n(667)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(744)][t(595)](t(545))[t(566)]((e=>{const r=t;e.on(r(832),((t,e,s)=>{const o=r;if(!s[o(775)][o(599)])return;const i=e[o(514)];if(!i)return;const c=s[o(750)][o(853)](i);n[o(521)][o(638)][o(580)](i)&&c&&!c[o(723)](o(755))&&c.is(o(695))&&(0,a.toWidget)(c,s[o(676)])}),{priority:r(896)})})),n[t(744)][t(595)](t(545))[t(920)]({model:t(764),view:(e,n)=>{const s=t;if(!n[s(775)][s(599)])return null;const{type:o,subType:i}=this[s(731)](e[s(777)]);return{classes:[s(549),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(514)])return;const{id:c}=this[a(731)](o[a(777)]);if(r){const t=this[a(564)][a(648)](c),e=this[a(572)](t);if(!this[a(922)](e))return}if(o[a(514)].is(a(881)))return void i[a(897)][a(899)](o[a(514)],s[a(725)]);const u=i[a(750)][a(853)](o[a(514)]);if(o[a(514)].is(a(551))&&n[a(521)][a(638)][a(690)](o[a(514)])&&!u[a(723)](a(553))){i[a(676)][a(523)]([a(549),a(637)],u),i[a(676)][a(587)](a(729),c,u),i[a(750)][a(886)](u,o[a(777)]),e&&(this[a(515)][a(770)](o[a(777)])?i[a(676)][a(523)](a(649),u):i[a(676)][a(721)](a(649),u));for(const t of n[a(521)][a(530)](o[a(514)])[a(758)]())i[a(897)][a(899)](t,s[a(725)]);i[a(897)][a(899)](o[a(514)],s[a(725)])}};n[t(744)][t(595)](t(545))[t(566)]((e=>{const n=t;e.on(n(532),((t,e,r)=>{const o=n;r[o(775)][o(599)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(768)})})),n[t(744)][t(595)](t(545))[t(566)]((e=>{const n=t;e.on(n(754),((t,e,r)=>{const o=n;r[o(775)][o(599)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(768)})})),n[t(744)][t(595)](t(545))[t(692)]({model:t(764),view:(e,n)=>n[t(775)][t(599)]?null:{group:t(764),name:e[t(855)](11)}}),n[t(744)][t(595)](t(691))[t(621)]({view:{name:t(764),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(773)+e[r(783)](r(792))+":"+e[r(783)]("id");return e[r(783)](r(880))&&(s+=":"+e[r(783)](r(880))),n[r(780)](r(581),{"data-name":s})}}),n[t(744)][t(595)](t(691))[t(923)]({view:t(764)}),n[t(744)][t(595)](t(803))[t(566)]((e=>{const n=t;e.on(n(532),s(),{priority:n(896)})})),n[t(744)][t(595)](t(803))[t(566)]((e=>{const n=t;e.on(n(754),s({isAttributeSuggestion:!0}),{priority:n(896)})})),n[t(744)][t(595)](t(803))[t(566)]((e=>{const n=t;e.on(n(901),((t,e,r)=>{const s=n,o=r[s(750)][s(591)](e[s(777)]);if(o)for(const t of o)t[s(723)](s(553))||(r[s(676)][s(721)]([s(549),s(637),s(649)],t),r[s(676)][s(619)](s(729),t),r[s(750)][s(550)](t,e[s(777)]))}),{priority:n(896)})})),n[t(744)][t(595)](t(803))[t(566)]((e=>{const n=t;e.on(n(838),((t,e,r)=>{const s=n,o=r[s(750)][s(591)](e[s(777)]);if(!o)return;const{id:i}=this[s(731)](e[s(777)]),a=this[s(564)][s(648)](i),c=this[s(572)](a);if(this[s(922)](c))for(const t of o)t[s(723)](s(553))||(r[s(676)][s(721)]([s(549),s(637),s(649)],t),r[s(676)][s(619)](s(729),t),r[s(750)][s(550)](t,e[s(777)]))}),{priority:n(896)})})),n[t(521)][t(761)][t(518)]((e=>{const r=t;let s=!1;const o=Array[r(839)](n[r(521)][r(761)][r(588)][r(861)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(731)](t);if(r(764)!==o)continue;const h=this[r(564)][r(648)](f);if(null!=c[r(885)]){r(823)==u&&(s=s||wc(c[r(885)],t,e,n[r(521)][r(638)]));const o=r(659)==u&&this[r(922)](l[r(742)]("|")[0]);if(c[r(885)][r(662)]||r(573)==c[r(885)][r(650)][r(788)]||r(887)==u&&!Dc(c[r(885)])||o&&!Dc(c[r(885)])||r(667)==u&&(vc(a=c[r(885)])||function(t){const e=r;return t[e(829)][e(680)]==t[e(536)][e(837)]&&t[e(829)][e(876)]}(a)))e[r(753)](t),s=!0;else{if(!h||!h[r(793)])continue;if(c[r(885)]&&c[r(854)]&&c[r(885)][r(842)](c[r(854)]))continue;i[r(566)](h)}}}var a;return i[r(563)]>0&&(s=!!this[r(705)](i)||s),s})),n[t(521)][t(761)][t(518)]((e=>{const r=t;let s=!1;for(const t of n[r(521)][r(761)][r(588)][r(701)]())if(r(624)==t[r(687)])for(const t of this[r(564)][r(908)]()){if(t[r(882)]||!t[r(793)])continue;const o=r(887)==t[r(687)],i=this[r(572)](t),a=i&&this[r(922)](i);if(!o&&!a)continue;const c=t[r(877)]();if(c[r(829)][r(680)]!=c[r(536)][r(680)]&&!c[r(536)][r(876)]){const o=n[r(521)][r(658)](c[r(829)][r(694)],r(536)),i=n[r(521)][r(703)](c[r(829)],o);e[r(917)](t[r(618)](),{range:i}),s=!0}}return s})),n[t(521)][t(761)][t(518)]((e=>this[t(508)](e))),n[t(521)][t(761)][t(518)]((e=>!e[t(850)][t(700)]&&this[t(760)](e))),n[t(521)].on(t(522),(()=>{this[t(654)]=!1})),n[t(521)][t(761)].on(t(601),((r,s)=>{const o=t;if(!s[o(700)]||s[o(805)])return;if(!this[o(654)])return;const i=n[o(521)][o(761)][o(588)][o(701)]();if(0==i[o(660)])return;const a=[],c=i[o(600)]((t=>o(659)==t[o(687)])),u=i[o(600)]((t=>o(624)==t[o(687)]&&o(598)!=t[o(725)]));for(const t of c)this[o(833)](t[o(698)])&&a[o(736)]({key:t[o(698)],newValue:t[o(711)],oldValue:t[o(633)],range:Fc(t[o(706)],n[o(521)])});for(const t of u){if(o(890)!=t[o(813)]&&o(893)!=t[o(813)])continue;const e=Bc(t[o(673)][o(694)],n[o(521)]),r=t[o(511)];o(890)==t[o(813)]&&a[o(736)]({key:o(627),newValue:t[o(725)],oldValue:r[o(725)],range:e});for(const[n,s]of r[o(609)]){if(!this[o(833)](n))continue;const r=t[o(609)][o(648)](n);s!==r&&a[o(736)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(609)])this[o(833)](n)&&(r[o(609)][o(818)](n)||a[o(736)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(660)]&&n[o(521)][o(847)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(666)](t,e,s,o,{groupId:r});this[n(804)](t,a)}))}),{priority:t(541)}),n[t(521)][t(800)].on(t(724),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(731)](n[s(725)]),e=this[s(564)][s(648)](t);e&&e[s(905)](n[s(725)])}})),n[t(521)][t(761)].on(t(601),(()=>{const e=t,r=Array[e(839)](n[e(521)][e(761)][e(588)][e(861)]())[e(600)]((t=>e(764)===this[e(731)](t[e(725)])[e(615)]));if(0===r[e(660)])return;r[e(909)](((t,n)=>{const r=e,s=t[r(739)][r(854)],o=n[r(739)][r(854)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(829)][r(785)](o[r(829)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(731)](t);if(null===n[e(854)]){const n=this[e(542)](t);o[e(566)](n)}else{const t=this[e(564)][e(648)](r);null!==n[e(885)]||t[e(793)]?(s[e(566)](t[e(799)]),o[e(566)](t)):this[e(822)](t)}}o[e(563)]>0&&this[e(617)](o);for(const t of s)this[e(874)](e(556),t)})),n[t(521)].on(t(821),((e,r)=>{const s=t,o=r[0];if(!this[s(564)][s(563)])return;if(!o[s(872)])return;if(o[s(850)][s(805)]||!o[s(850)][s(700)])return;let i,a;switch(o[s(687)]){case s(624):i=n[s(521)][s(658)](o[s(673)]),a=i[s(578)](o[s(834)]);break;case s(742):i=n[s(521)][s(658)](o[s(652)]),a=n[s(521)][s(658)](o[s(794)]);break;case s(686):i=n[s(521)][s(658)](o[s(543)]),a=i[s(578)](o[s(834)]);break;default:return}const c=n[s(521)][s(703)](i,a);n[s(521)][s(589)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(835)](c)){if(e[t(882)])continue;if(t(823)==e[t(687)])continue;const r=this[t(572)](e);if(r&&this[t(922)](r)&&t(742)!=o[t(687)])continue;const s=e[t(739)]&&e[t(739)][t(762)];(t(887)!=e[t(687)]||t(742)==o[t(687)]&&!s)&&(n[t(888)]||t(642)==e[t(687)]&&n[t(546)]||e[t(877)]()[t(748)](c)&&this[t(845)](e,i,a))}}))}),{priority:t(541)}),n[t(521)].on(t(798),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(910)])return;if(this[s(613)])return;if(!this[s(743)][s(509)])return;if(o[s(662)])return;const a=n[s(521)][s(638)],{start:c,end:u}=o[s(877)](),l=c[s(694)]&&a[s(685)](c[s(694)])?null:a[s(683)](c,s(784)),f=u[s(837)]&&a[s(685)](u[s(837)])?null:a[s(683)](u,s(596)),h=n[s(521)][s(703)](l?l[s(829)]:c,f?f[s(536)]:u);n[s(521)][s(589)]((t=>{const e=s;this[e(912)](h);const r=n[e(521)][e(638)][e(683)](h[e(829)]);o.is(e(740))?t[e(889)](r):o[e(505)](r)})),e[s(510)]()}),{priority:e.priorities[t(557)]+10}),n[t(521)].on(t(868),((e,r)=>{const s=t,o=r[r[s(660)]-1];o&&o[s(910)]||this[s(613)]||this[s(743)][s(509)]&&(n[s(521)][s(589)]((()=>{const t=s;let o=n[t(521)][t(868)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(864)]=o[t(531)]();const i=o[t(536)][t(837)],a=n[t(521)][t(638)];i&&a[t(690)](i)&&!a[t(580)](i)&&(o=n[t(521)][t(703)](o[t(829)],n[t(521)][t(658)](i,t(536)))),this[t(717)](o)})),e[s(510)]())}),{priority:t(896)}),this[t(608)][t(752)][t(566)](t(576),this[t(743)]),this[t(672)](t(576));const o=new d(n,this[t(564)]);n[t(752)][t(566)](t(574),o),this[t(672)](t(574));const i=new I(n,this[t(564)]);n[t(752)][t(566)](t(567),i),this[t(672)](t(567)),n[t(752)][t(566)](t(674),new v(n,o,this[t(564)])),this[t(672)](t(674)),n[t(752)][t(566)](t(631),new v(n,i,this[t(564)])),this[t(672)](t(631)),n[t(752)][t(566)](t(519),new F(n,o,this[t(564)])),this[t(672)](t(519)),n[t(752)][t(566)](t(857),new F(n,i,this[t(564)])),this[t(672)](t(857));const c=n[t(714)][t(648)](t(554));this[t(797)](c,t(756),((e,{threadId:n})=>{const r=t,s=this[r(564)][r(648)](n);s&&s[r(715)]&&1===s[r(715)][r(660)]&&this[r(493)](n,{hasComments:!0})}),{priority:t(620)}),this[t(797)](c,t(712),((e,{threadId:n})=>{const r=t,s=this[r(564)][r(648)](n);s&&s[r(715)]&&!s[r(715)][r(660)]&&this[r(493)](n,{hasComments:!1})}),{priority:t(620)})}set[kc(826)](t){const n=kc;if(this[n(891)])throw new e.CKEditorError(n(779),this);this[n(891)]=t}get[kc(826)](){return this[kc(891)]}[kc(774)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=kc,r=[];for(const e of this[n(564)][n(908)]())t&&!e[n(793)]||r[n(736)](e);return e?r[n(859)]((t=>t[n(537)]())):r}[kc(693)](t){const n=kc,r=this[n(564)][n(648)](t);if(!r)throw new e.CKEditorError(n(791),this);return r}[kc(776)](t){const e=kc;return this[e(564)][e(818)](t)}[kc(635)](t){const e=kc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(687)][e(742)](":"),a=this[e(564)][e(648)](r)||this[e(665)](o,i,r,n,s);if(this[e(730)](a),this[e(713)](a,o,i||null,n),a[e(606)]=t[e(606)],a[e(728)]=!0,s&&s[e(790)]){const t=s[e(790)],n=this[e(544)](t[e(539)]);a[e(869)]=t[e(606)],a[e(644)]=n,a[e(675)]=!0}else a[e(869)]=t[e(606)];switch(t[e(739)]&&(a[e(739)]=t[e(739)]),t[e(609)]&&(a[e(609)]=t[e(609)]),this[e(891)]&&this[e(891)][e(716)]||(a[e(892)]=!0),this[e(737)][e(648)](a)){case e(575):this[e(737)][e(626)](a,e(843));break;case e(704):a[e(793)]?(this[e(705)](new Set([a])),this[e(617)](new Set([a])),this[e(737)][e(626)](a,e(504)),this[e(874)](e(641),a)):this[e(737)][e(626)](a,e(734))}return a}[kc(574)](t){const e=kc;this[e(910)]((()=>{const n=e;this[n(608)][n(521)][n(589)]((()=>{const e=n;for(const n of t[e(727)]())n[e(611)]()}))}))}[kc(567)](t){const e=kc;this[e(910)]((()=>{const n=e;this[n(608)][n(521)][n(589)]((()=>{const e=n;for(const n of t[e(727)]())n[e(828)]()}))}))}[kc(672)](t,n){const r=kc,s=this[r(608)][r(752)][r(648)](t);if(!s)throw new e.CKEditorError(r(512),this,{commandName:t});if(this[r(811)][r(818)](s))throw new e.CKEditorError(r(498),this,{commandName:t});this[r(811)][r(566)](s),n&&s.on(r(671),((t,e)=>{const o=r;this[o(743)][o(509)]&&(this[o(613)]||(e[o(660)]>0&&e[e[o(660)]-1]&&e[e[o(660)]-1][o(910)]?e[o(586)]():(t[o(864)]=n(((...t)=>s[o(671)](...t,{forceDefaultExecution:!0})),...e),t[o(510)]())))}),{priority:r(896)})}[kc(910)](t){const n=kc;let r,s;const o=this[n(613)];this[n(613)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(613)]=!1),s&&e.CKEditorError[n(688)](s,this),r}[kc(717)](t,n=null,r={}){const s=kc;if(t[s(662)])return null;const o=this[s(608)][s(714)][s(648)](s(623)).me;for(const{suggestion:e,meta:o}of this[s(835)](t,s(642)))if(o[s(546)]){if(!o[s(741)]){if(o[s(888)]){if(!this[s(668)]||!Uc(e,r))continue;return e}if(Uc(e,r))return e;this[s(845)](e,t[s(829)],t[s(536)]);break}if(n==e[s(502)]&&Uc(e,r)){const n=e[s(877)]();return n[s(829)][s(842)](t[s(536)])?this[s(771)](e,this[s(593)][s(703)](t[s(829)],n[s(536)])):this[s(771)](e,this[s(593)][s(703)](n[s(829)],t[s(536)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(747)+n:s(642),u=this[s(548)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(808)](c,i,a,t),u}[kc(552)](t,n=kc(796),r={}){const s=kc,o=this[s(608)][s(714)][s(648)](s(623)).me,i=this[s(718)][s(873)](s(642),n,s(681));for(const e of this[s(774)]())if(e[s(644)].id==o.id&&s(642)==e[s(687)]&&e[s(502)]==n&&Uc(e,r)&&(i(e[s(697)](),t)||i(t,e[s(697)]()))){for(const n of t)e[s(602)](n);return e}for(const{suggestion:e,meta:n}of this[s(835)](t,s(642))){if(!n[s(546)])continue;if(!this[s(668)]&&n[s(888)])continue;if(!Uc(e,r))continue;let o=!0;for(const n of e[s(697)]())for(const e of t)if(!n[s(748)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(747)+n,l=this[s(548)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(808)](u,a,c,e,zr[s(528)]());return l}[kc(670)](t,n,r=null,s={}){const o=kc;if(r=r||Oc(n),t[o(662)])return null;if(o(562)===this[o(806)]){const e=this[o(718)][o(873)](o(823),r,o(611));return this[o(910)]((()=>e([t],n,s))),null}const i=this[o(608)][o(714)][o(648)](o(623)).me,a=[];if(o(561)!==this[o(806)])for(const{suggestion:e,meta:n}of this[o(835)](t,o(642)))n[o(546)]&&!n[o(607)]&&a[o(736)](...e[o(697)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(632)](s);e&&r[n(736)](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(660)];){const s=r[e][n(629)](t);r[n(646)](e,1,...s),e+=s[n(660)]}}return r}(t,a);c[o(660)]&&this[o(593)][o(589)]((()=>{const t=o;for(const e of c){const o=this[t(718)][t(873)](t(823),r,t(611));this[t(910)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(829)],u=t[o(536)];for(const{suggestion:e,meta:n}of this[o(835)](t,o(823))){if(!n[o(546)])continue;if(e[o(502)]!=r)continue;if(!Uc(e,s))continue;const i=e[o(877)]();if(i[o(748)](t,!0))return null;c=c[o(785)](i[o(829)])?c:i[o(829)],u=u[o(494)](i[o(536)])?u:i[o(536)],a?i[o(829)][o(785)](a[o(877)]()[o(829)])?(a[o(526)](),a=e):e[o(526)]():a=e}const l=this[o(593)][o(703)](c,u);if(a)this[o(771)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(548)]({id:t,type:o(585)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(808)](o(585)+r,t,a,l)}}return null}[kc(524)](t,n,r=[],s=null,o={}){const i=kc;n[i(746)]||(n[i(746)]=n[i(647)]),n[i(762)]=t.is(i(706)),s=s||Oc(n);const a=r[i(859)]((t=>Bc(t,this[i(593)]))),c=t.is(i(706))?t:Bc(t,this[i(593)]);if(i(562)===this[i(806)]){const t=this[i(718)][i(873)](i(887),s,i(611));return this[i(910)]((()=>t([c],n,o))),null}a[i(736)](c);let u=!0;for(const t of a)if(!this[i(622)](t)){u=!1;break}if(u&&i(561)!==this[i(806)]){const t=this[i(718)][i(873)](i(887),s,i(611));return this[i(910)]((()=>t([c],n,o))),null}let l=null,f=c[i(829)],h=c[i(536)];for(const{suggestion:t,meta:e}of this[i(835)](c,i(887))){if(!e[i(546)])continue;if(e[i(741)]||e[i(888)]||e[i(607)])continue;if(t[i(739)][i(746)]!=n[i(746)])continue;if(!Uc(t,o))continue;const r=t[i(877)]();if(t[i(502)]==s){if(r[i(748)](c,!0))return null;f=f[i(785)](r[i(829)])?f:r[i(829)],h=h[i(494)](r[i(536)])?h:r[i(536)],l?r[i(829)][i(785)](l[i(877)]()[i(829)])?(l[i(526)](),l=t):t[i(526)]():l=t}else{const e=c[i(632)](r);this[i(610)](t,e)}}const d=this[i(608)][i(714)][i(648)](i(623)).me,g=(0,e.uid)(),p=d.id;if(l)return this[i(771)](l,this[i(593)][i(703)](f,h)),l;{const t=this[i(548)]({id:g,type:i(751)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(808)](i(751)+s,g,p,this[i(593)][i(703)](f,h)),t}}[kc(862)](t,n,r=[],s=null,o={}){const i=kc;n[i(746)]||(n[i(746)]=n[i(647)]);const a=t[0];n[i(762)]=a.is(i(706)),s=s||Oc(n);const c=r[i(859)]((t=>Bc(t,this[i(593)]))),u=a.is(i(706))?t:t[i(859)]((t=>Bc(t,this[i(593)])));if(i(562)===this[i(806)]){const t=this[i(718)][i(873)](i(887),s,i(611));return this[i(910)]((()=>t(u,n,o))),null}c[i(736)](...u);let l=!0;for(const t of c)if(!this[i(622)](t)){l=!1;break}if(l&&i(561)!==this[i(806)]){const t=this[i(718)][i(873)](i(887),s,i(611));return this[i(910)]((()=>t(u,n,o))),null}const f=this[i(608)][i(714)][i(648)](i(623)).me;for(const t of this[i(774)]()){if(t[i(644)].id!=f.id)continue;if(i(887)!=t[i(687)]||t[i(739)][i(746)]!=n[i(746)])continue;if(!Uc(t,o))continue;const e=t[i(502)]==s;for(let n=0;n<u[i(660)];n++){const r=u[n];for(const s of t[i(817)]()){const o=s[i(907)]();if(r[i(842)](o)){e?(u[i(646)](n,1),n--):t[i(753)](s[i(725)]);break}}}}if(0==u[i(660)])return null;const h=this[i(718)][i(873)](i(887),s,i(681));for(const t of this[i(774)]())if(t[i(644)].id==f.id&&i(887)==t[i(687)]&&t[i(739)][i(746)]==n[i(746)]&&t[i(502)]==s&&Uc(t,o)&&(h(t[i(697)](),u)||h(u,t[i(697)]()))){for(const e of u)t[i(602)](e);return t}const d=(0,e.uid)(),g=f.id,p=i(751)+s,m=this[i(548)]({id:d,type:p,data:n,createdAt:new Date,authorId:g,attributes:o});for(const t of u)this[i(808)](p,d,g,t,zr[i(528)]());return m}[kc(912)](t,n=null,r={}){const s=kc;if(t[s(662)])return null;const o=this[s(608)][s(714)][s(648)](s(623)).me,a=new i.LiveRange(t[s(829)],t[s(536)]);for(const{suggestion:t,meta:e}of this[s(835)](a,s(642)))if(e[s(546)]&&!e[s(741)])if(t[s(882)]){const e=t[s(697)]()[s(600)]((t=>s(573)!=t[s(650)][s(788)]));if(e[s(816)]((t=>a[s(748)](t,!0)))&&t[s(828)](),e[s(590)]((t=>t[s(748)](a,!0)))){const t=this[s(718)][s(873)](s(667),n,s(611));return this[s(910)]((()=>t([a],null,r))),null}}else{const e=a[s(632)](t[s(877)]());null!==e&&t[s(679)]([e],null,r)}if(a[s(707)](),a[s(662)]||s(573)==a[s(650)][s(788)])return null;let c=null,u=a[s(829)],l=a[s(536)];const f=this[s(835)](a,s(667));for(const{suggestion:t,meta:e}of f){const n=this[s(593)][s(703)](u,l);if(e[s(546)]&&(this[s(668)]||!e[s(888)]&&!e[s(607)]))if(t[s(882)]){if(!Uc(t,r))continue;let e=!0;for(const r of t[s(697)]()){if(r[s(748)](n,!0))return t;n[s(748)](r)||(e=!1)}e&&t[s(828)]()}else{const e=t[s(877)]();if(e[s(748)](n,!0))return t;if(!Uc(t,r)){n[s(748)](e)?t[s(526)]():e[s(903)](u)?u=e[s(536)]:e[s(903)](l)&&(l=e[s(829)]);continue}u=u[s(785)](e[s(829)])?u:e[s(829)],l=l[s(494)](e[s(536)])?l:e[s(536)],r=Object[s(527)]({},t[s(609)]),c?e[s(829)][s(785)](c[s(877)]()[s(829)])?(c[s(526)](),c=t):t[s(526)]():c=t}}if(c)return this[s(771)](c,this[s(593)][s(703)](u,l)),c;{const t=(0,e.uid)(),i=this[s(593)][s(703)](u,l),a=o.id,c=n?s(614)+n:s(667),f=this[s(548)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(808)](c,t,a,i),f}}[kc(625)](t,n=kc(796),r={}){const s=kc,o=this[s(608)][s(714)][s(648)](s(623)).me,a=t[s(859)]((t=>new i.LiveRange(t[s(829)],t[s(536)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(835)](a,s(642)))e[s(546)]&&!e[s(741)]&&c[s(566)](t);for(const e of c)if(e[s(882)]){const o=e[s(697)]();if((!e[s(609)]||!e[s(609)][s(661)])&&o[s(816)]((t=>a[s(590)]((e=>e[s(748)](t,!0)))))&&e[s(828)](),a[s(816)]((t=>o[s(590)]((e=>e[s(748)](t,!0)))))){const e=this[s(718)][s(873)](s(667),n,s(611));return this[s(910)]((()=>e(t,null,r))),null}}else{const t=e[s(877)]();if(a[s(590)]((e=>e[s(748)](t,!0)))&&e[s(828)](),a[s(816)]((e=>t[s(748)](e,!0)))){const t=this[s(718)][s(873)](s(667),n,s(611));return this[s(910)]((()=>t(a,null,r))),null}}const u=this[s(718)][s(873)](s(667),n,s(681));let l=null;for(const t of this[s(774)]())if(t[s(644)].id==o.id&&t[s(793)]&&s(667)==t[s(687)]&&t[s(502)]==n&&Uc(t,r)&&(u(t[s(697)](),a)||u(a,t[s(697)]())))if(l){if(t[s(715)]&&t[s(715)][s(660)])continue;for(const e of t[s(697)]())l[s(812)](e)||l[s(602)](e);t[s(526)]()}else{l=t;for(const e of a)t[s(812)](e)||t[s(602)](e)}if(l)return l;c[s(630)]();for(const{suggestion:t,meta:e}of this[s(835)](a,s(667)))e[s(546)]&&(this[s(668)]||!e[s(888)]&&!e[s(607)])&&Uc(t,r)&&c[s(566)](t);for(const t of c){const e=t[s(697)]();if((!r||!r[s(661)])&&a[s(816)]((t=>e[s(590)]((e=>e[s(748)](t,!0))))))return t;(!t[s(609)]||!t[s(609)][s(661)])&&e[s(816)]((t=>a[s(590)]((e=>e[s(748)](t,!0)))))&&t[s(828)]()}const f=(0,e.uid)(),h=o.id,d=s(614)+n,g=this[s(548)]({id:f,type:d,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(707)](),t[s(662)]||s(573)==t[s(650)][s(788)]||this[s(808)](d,f,h,t,zr[s(528)]());return g}[kc(666)](t,n,r,s,o){const i=kc;if(t[i(662)])return[];if(i(562)===this[i(806)])return[];const a=this[i(608)][i(714)][i(648)](i(623)).me.id,c=Array[i(839)](this[i(564)][i(908)]())[i(600)]((e=>i(659)==e[i(687)]&&e[i(739)][i(577)]==n&&e[i(812)](t)));if(i(879)===this[i(806)]){const e=this[i(835)](t,i(642))[i(600)]((({meta:t})=>t[i(546)]&&!t[i(607)]&&!t[i(741)]))[i(859)]((({suggestion:t})=>t));c[i(769)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(659)==t[i(687)]?t[i(739)][i(702)]:void 0,o=t[i(877)](),a=Array[i(839)](u[i(513)]())[i(915)]((t=>t[i(865)](o)));if(!a)continue;const c=a[i(629)](o);this[i(922)](n)&&i(642)==t[i(687)]&&0!=c[i(660)]||(u[i(616)](a),c[i(733)]((t=>{u[i(626)](t,r)})),i(642)!=t[i(687)]&&e!=s&&u[i(626)](a[i(632)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(660)]>37&&console[i(540)](i(820),{key:n});const f=(i(878)+(n+"|")+Oc({newValue:s}))[i(500)](0,60),h=this[i(548)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(736)](h),this[i(808)](f,c,a,t)}return l}[kc(603)](t){const e=kc;this[e(672)](t,((t,...n)=>{this[e(634)]((()=>{t(...n)}))}))}[kc(801)](t){const e=kc;this[e(841)][e(566)](t)}[kc(584)](t){const e=kc;this[e(894)][e(566)](t)}[kc(572)](t){const e=kc;return e(659)==t[e(687)]?t[e(502)][e(742)]("|")[0]:null}[kc(771)](t,e){const n=kc,r=t[n(618)]();this[n(593)][n(589)]((t=>{t[n(917)](r,{range:e})}))}[kc(730)](t){const e=kc,n=t.id,r=this[e(608)][e(719)][e(648)](e(802));this[e(516)][e(656)](n)||this[e(516)][e(810)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(516)][e(827)](n);s[e(570)](e(830)),s[e(830)]=!1,t[e(715)]=s}[kc(713)](t,n,r,s){const o=kc;if(t[o(687)]!=n||t[o(502)]!=r||t[o(846)].id!=s)throw this[o(608)][o(503)](o(710)),new e.CKEditorError(o(710),this)}[kc(610)](t,n){const r=kc,s=t[r(877)]();if(n[r(842)](s))t[r(526)]();else if(s[r(748)](n)){const o=this[r(593)][r(658)](n[r(829)][r(837)],r(536));this[r(771)](t,this[r(593)][r(703)](s[r(829)],o));const i=(0,e.uid)(),a=t[r(846)].id,c=t[r(687)]+":"+t[r(502)];this[r(548)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(739)],attributes:t[r(609)]});const u=this[r(593)][r(658)](n[r(536)][r(680)],r(895)),l=this[r(593)][r(703)](u,s[r(536)]);this[r(808)](c,i,a,l)}else if(s[r(903)](n[r(829)])){const e=this[r(593)][r(658)](n[r(829)][r(837)],r(536));this[r(771)](t,this[r(593)][r(703)](s[r(829)],e))}else{const e=this[r(593)][r(658)](n[r(536)][r(680)],r(895));this[r(771)](t,this[r(593)][r(703)](e,s[r(536)]))}}[kc(622)](t){const e=kc;for(const{suggestion:n,meta:r}of this[e(835)](t,e(642))){if(!r[e(546)])continue;const s=n[e(697)]();for(const n of s)if(!t[e(629)](n)[e(660)])return!0}return!1}[kc(592)](t){const n=kc,r=this[n(608)][n(714)][n(648)](n(623))[n(883)](t);if(!r)throw new e.CKEditorError(n(664),this);return r}[kc(544)](t){const e=kc,n=this[e(608)][e(714)][e(648)](e(623)),r=(0,o.hashObject)(e(824)+t);return n[e(883)](r)||n[e(529)]({id:r,name:t})}[kc(665)](t,e,n,r,s){const o=kc,i=this[o(592)](r),a=this[o(718)][o(496)](t,e,n,i,s,(t=>{const e=o;this[e(493)](n,{attributes:t});const r=this[e(693)](n);this[e(705)](new Set([r])),this[e(617)](new Set([r]))}));return this[o(797)](a,o(611),(()=>{const t=o;this[t(493)](n,{state:t(738)})}),{priority:o(896)}),this[o(797)](a,o(828),(()=>{const t=o;this[t(493)](n,{state:t(732)})}),{priority:o(896)}),this[o(564)][o(626)](n,a),this[o(737)][o(626)](a,o(575)),a}[kc(731)](t){const e=kc,n=t[e(742)](":");return{group:n[0],type:n[1],subType:n[e(660)]>=5?n[2]:null,id:n[e(660)]<5?n[2]:n[3],authorId:n[e(660)]<5?n[3]:n[4],markerCount:6==n[e(660)]?n[5]:null}}[kc(845)](t,n,r){const s=kc,o=t[s(877)](),i=o[s(829)],a=o[s(536)];this[s(771)](t,this[s(593)][s(703)](i,n));const c=(0,e.uid)(),u=t[s(846)].id,l=t[s(687)]+(t[s(502)]?":"+t[s(502)]:"");this[s(548)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(609)],data:t[s(739)]});const f=this[s(572)](t);(s(887)==t[s(687)]||f&&this[s(922)](f))&&(r=this[s(593)][s(849)](r[s(680)])),this[s(808)](l,c,u,this[s(593)][s(703)](r,a))}[kc(835)](t,e=null){const n=kc,r=[],s=this[n(608)][n(714)][n(648)](n(623)).me;Array[n(918)](t)||(t=[t]);for(const o of this[n(774)]()){if(!o[n(793)])continue;if(e&&o[n(687)]!=e)continue;let i=!1;for(const e of o[n(697)]()){for(const a of t){const t=a[n(829)][n(842)](e[n(536)])||a[n(536)][n(842)](e[n(829)]);if(t||a[n(632)](e)){const c=a[n(748)](e)&&Mc(this[n(593)][n(638)],e[n(829)],a),u=e[n(748)](a)&&Mc(this[n(593)][n(638)],a[n(829)],e);r[n(736)]({suggestion:o,meta:{isOwn:s==o[n(644)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[kc(808)](t,e,n,r,s){const o=kc;this[o(593)][o(589)]((i=>{const a=o;let c=a(773)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(507)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[kc(822)](t){const e=kc,n=t[e(684)],r=t[e(763)];t[e(684)]=null,t[e(763)]=null,null!=n&&n[e(763)]==t&&(n[e(763)]=r),null!=r&&r[e(684)]==t&&(r[e(684)]=n),e(504)==this[e(737)][e(648)](t)&&(this[e(737)][e(626)](t,e(734)),this[e(874)](e(772),t,n,r))}[kc(548)](t){const n=kc,r=t.id,s=this[n(635)](t);if(this[n(891)]&&this[n(891)][n(716)]){const o=this[n(608)][n(714)][n(648)](n(789)),i=s[n(640)],a=s[n(502)]?s[n(687)]+":"+s[n(502)]:s[n(687)],c=this[n(608)][n(597)],u=o[n(566)](Kr(c,n(904))),l={id:r,type:a,hasComments:i,data:t[n(739)]||null,originalSuggestionId:t[n(560)]||null,attributes:s[n(609)]};this[n(891)][n(716)](l)[n(669)]((t=>{const e=n;s[e(892)]=!0,o[e(902)](u),t&&t[e(606)]&&(this[e(564)][e(648)](r)[e(606)]=t[e(606)])}))[n(722)]((t=>{const r=n;throw(0,e.logWarning)(r(836)),this[r(608)][r(521)][r(847)]({isUndoable:!1},(()=>{s[r(828)]()})),s[r(815)](),this[r(564)][r(616)](s.id),this[r(737)][r(616)](s),t}))}return s}[kc(922)](t){const e=kc;return this[e(841)][e(818)](t)}[kc(493)](t,e){const n=kc,r=this[n(608)][n(714)][n(648)](n(789)),s=this[n(693)](t);if(this[n(891)]&&this[n(891)][n(831)])if(s[n(892)]){const s=r[n(566)](Kr(this[n(608)][n(597)],n(904)));this[n(891)][n(831)](t,e)[n(669)]((()=>{r[n(902)](s)}))}else s.on(n(914),(()=>{this[n(493)](t,e)}))}[kc(913)](t){const n=kc;if(!this[n(891)]||!this[n(891)][n(693)])throw new e.CKEditorError(n(900),this);return this[n(891)][n(693)](t)}[kc(542)](t){const e=kc,{id:n,type:r,subType:s,authorId:o}=this[e(731)](t),i=this[e(564)][e(648)](n)||this[e(665)](r,s,n,o,{});switch(this[e(713)](i,r,s,o),this[e(737)][e(648)](i)){case e(575):this[e(913)](n)[e(669)]((t=>{const r=e;let s=Promise[r(639)]();t[r(640)]&&(s=this[r(516)][r(517)]({channelId:this[r(608)][r(719)][r(648)](r(802)),threadId:n})),s[r(669)]((()=>{const e=r;this[e(635)](t)[e(892)]=!0}))})),this[e(737)][e(626)](i,e(704));break;case e(734):this[e(493)](n,{state:e(636)});case e(843):this[e(737)][e(626)](i,e(504)),this[e(874)](e(641),i);break;case e(504):this[e(874)](e(556),i)}return i[e(905)](t),i}[kc(617)](t){const e=kc,n=Array[e(839)](t),r=n[e(600)]((t=>e(659)==t[e(687)]));this[e(520)](r);const s=n[e(600)]((t=>!t[e(882)]&&e(659)!=t[e(687)])),o=this[e(774)]({skipNotAttached:!0})[e(600)]((t=>!t[e(882)]&&e(659)!=t[e(687)])),i=o[e(600)]((n=>!t[e(818)](n))),a=new Map(o[e(859)]((t=>[t,this[e(718)][e(873)](t[e(687)],t[e(502)],e(860))]))),c=new Map(o[e(859)]((t=>[t,t[e(877)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(660)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(660)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(660)];t++){const n=s[t];!l[e(818)](n)&&n[e(684)]&&(f[e(566)](n[e(684)]),n[e(684)][e(763)]===n&&(n[e(684)][e(763)]=null),n[e(684)]=null),!u[e(818)](n)&&n[e(763)]&&(f[e(566)](n[e(763)]),n[e(763)][e(684)]===n&&(n[e(763)][e(684)]=null),n[e(763)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(660)];e++){const r=d(t,n[e]);r&&(r[0][s(763)]=r[1],r[1][s(684)]=r[0],u[s(566)](r[0]),l[s(566)](r[1]))}}function d(t,n){const r=e;if(t[r(644)].id!==n[r(644)].id)return null;const s=a[r(648)](t)(t,n,c[r(648)](t),c[r(648)](n));return s&&a[r(648)](n)(t,n,c[r(648)](t),c[r(648)](n))?s[1][r(715)]&&s[1][r(715)][r(660)]?null:s:null}f[e(563)]&&this[e(617)](f)}[kc(520)](t){const e=kc;if(0==t[e(660)])return;const n=this[e(774)]({skipNotAttached:!0})[e(600)]((t=>e(659)==t[e(687)]&&t[e(728)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(609)]);s[e(818)](n)||(s[e(626)](n,r[e(660)]),r[e(736)]([]));const i=s[e(648)](n);r[i][e(736)](t)}!function(){const t=e;r[t(909)](((e,n)=>{const r=t,s=e[0][r(606)],o=n[0][r(606)];return s==o?e[0][r(609)][r(786)]<n[0][r(609)][r(786)]?-1:1:s<o?-1:1}));for(const e of r)e[t(909)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(660)];t++){if(0==r[t][e(660)])continue;const n=[];for(let s=t+1;s<r[e(660)];s++)0!=r[s][e(660)]&&i(r[t],r[s])&&n[e(736)](s);for(const s of n)r[t]=r[t][e(663)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(660)];n++){const r=t[n+1]||null;t[n][e(763)]!==r&&(t[n][e(763)]=r)}for(const t of r)for(let n=0;n<t[e(660)];n++){const r=t[n-1]||null;t[n][e(684)]!==r&&(t[n][e(684)]=r)}function i(t,n){const r=e;if(t[0][r(609)][r(786)]!==n[0][r(609)][r(786)]&&t[0][r(644)]!==n[0][r(644)])return!1;if(!function(t,e){const n=r;return!t[n(640)]&&!e[n(640)]||(!t[n(640)]||!e[n(640)])&&(!!(t[n(640)]&&e[n(606)]<t[n(715)][n(499)][n(648)](0)[n(606)])||!!(e[n(640)]&&t[n(606)]<e[n(715)][n(499)][n(648)](0)[n(606)]))}(t[0],n[0]))return!1;const s=Ac(t[0][r(609)],r(786)),o=Ac(n[0][r(609)],r(786));return!!Fr(s,o)&&(!!t[r(816)]((t=>n[r(590)]((e=>t[r(877)]()[r(842)](e[r(877)]())))))&&n[r(816)]((e=>t[r(590)]((t=>e[r(877)]()[r(842)](t[r(877)]()))))))}}[kc(705)](t){const e=kc,n=Array[e(839)](t),r=this[e(774)]({skipNotAttached:!0}),s=r[e(600)]((n=>!t[e(818)](n))),o=new Map(n[e(859)]((t=>[t,this[e(718)][e(873)](t[e(687)],t[e(502)],e(681))]))),i=new Map(r[e(859)]((t=>[t,t[e(697)]()])));for(let t=0;t<n[e(660)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(660)];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(660)];e++){const s=r[e];if(s[a(687)]!==n[a(687)]||s[a(644)].id!==n[a(644)].id||s[a(502)]!==n[a(502)])continue;if(!Pc(n,s))continue;if(a(659)==n[a(687)]&&n[a(739)][a(702)]!=s[a(739)][a(702)])continue;if(a(659)==n[a(687)]&&t[a(922)](n[a(739)][a(577)]))continue;if(a(887)==n[a(687)]){const e=t[a(608)][a(521)],r=n[a(759)]();if(r&&(e[a(638)][a(580)](r)||e[a(638)][a(685)](r)))continue}const c=o[a(648)](n),u=i[a(648)](n),l=i[a(648)](s),f=n[a(715)]&&n[a(715)][a(660)],h=s[a(715)]&&s[a(715)][a(660)];if(!f&&c(l,u))return t[a(506)](s,n),i[a(616)](n),!0;if(!h&&c(u,l))return t[a(506)](n,s),i[a(616)](s),!0}return!1}}[kc(506)](t,e){const n=kc;if(t[n(882)])for(const r of e[n(697)]())t[n(602)](r);else{const r=e[n(877)]()[n(536)];this[n(771)](t,this[n(593)][n(703)](t[n(877)]()[n(829)],r))}e[n(526)]()}[kc(848)](t,e,n){const r=kc,s=t[r(525)](r(655))||t[r(525)](r(659))?r(682):t[r(858)]();return Kr(this[r(608)][r(597)],e+"_"+s+r(677),n)}[kc(558)](){const t=kc,n=this[t(608)];if(!n.ui)return;const{ariaLiveAnnouncer:r}=n.ui;(0,o.surroundingMarkersDetector)(this[t(593)],(({left:n,entered:s})=>{const i=t;for(const t of n){const{group:e,type:n}=this[i(731)](t[i(725)]);if(i(764)===e){r[i(766)](this[i(848)](n,i(547)));break}}for(const t of s){const{group:n,type:s}=this[i(731)](t[i(725)]);if(i(764)===n){r[i(766)](this[i(848)](s,i(919),(0,e.getEnvKeystrokeText)(o.ENTER_THREAD_KEYSTROKE)));break}}}))}[kc(508)](t){const e=kc;if(this[e(654)])return!1;const n=this[e(608)],r=n[e(521)][e(761)][e(588)][e(701)]();if(0==r[e(660)])return!1;const s=[],o=r[e(600)]((t=>e(659)==t[e(687)])),i=r[e(600)]((t=>e(624)==t[e(687)]&&e(598)!=t[e(725)])),a=r[e(600)]((t=>e(902)==t[e(687)]&&e(598)!=t[e(725)]));for(const t of o)s[e(736)]({key:t[e(698)],newValue:t[e(711)],oldValue:t[e(633)],range:Fc(t[e(706)],n[e(521)])});for(const t of i){const r=a[e(915)]((n=>n[e(673)][e(842)](t[e(673)])));r&&s[e(736)]({key:e(627),newValue:t[e(725)],oldValue:r[e(725)],range:n[e(521)][e(745)](t[e(673)][e(694)])})}return 0!=s[e(660)]&&this[e(804)](t,s)}[kc(760)](t){const e=kc;let n=!1;const r=this[e(608)][e(521)][e(761)][e(588)][e(861)]()[e(600)]((t=>t[e(739)][e(885)]&&t[e(725)][e(525)](e(605))));for(const s of r){const{subType:r,id:o}=this[e(731)](s[e(725)]),i=r[e(742)]("|")[0];for(const r of this[e(774)]({skipNotAttached:!0}))r.id!=o&&e(659)==r[e(687)]&&r[e(739)]&&r[e(739)][e(577)]==i&&r[e(877)]()[e(865)](s[e(739)][e(885)])&&(this[e(696)](r,s[e(739)][e(885)],t),n=!0)}return n}[kc(634)](t){const e=kc;this[e(608)],this[e(654)]=!0,t()}[kc(833)](t){const e=kc,n=this[e(922)](t),r=this[e(894)][e(818)](t);return n||r}[kc(804)](t,e){const n=kc;if(0==e[n(660)])return!1;let r=!1;for(const s of e){const e=this[n(835)](s[n(706)],n(659))[n(600)]((t=>!t[n(501)][n(741)]))[n(859)]((t=>t[n(764)])),i=(0,o.hashObject)({newValue:s[n(767)]});e[n(600)]((t=>{const e=n,[r,o]=t[e(502)][e(742)]("|");return r==s[e(577)]&&o!=i}))[n(733)]((e=>{const o=n;this[o(696)](e,s[o(706)],t),r=!0}))}return r}[kc(696)](t,e,n){const r=kc,s=t[r(877)]()[r(629)](e);0!==s[r(660)]?1!==s[r(660)]?this[r(845)](t,e[r(829)],e[r(536)]):this[r(771)](t,s[0]):n[r(753)](t[r(618)]())}}class Sc{constructor(t){const e=kc;this[e(604)]=t,this[e(593)]=t[e(521)],this[e(565)]=new Map,this[e(807)]=new Map,this[e(787)]()}[kc(496)](t,e,n,r,s,o){const i=kc;return new zr(this[i(593)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(873)](t,e,i(611))(...n),onDiscard:(...n)=>this[i(873)](t,e,i(828))(...n)})}[kc(568)](t,e,n,r){const s=kc,o=t+":"+e+":"+n;this[s(565)][s(626)](o,r)}[kc(873)](t,e,n){const r=kc,s=t+":"+e+":"+n;return this[r(565)][r(648)](s)||this[r(807)][r(648)](t+":"+n)}[kc(787)](){const t=kc,e=()=>!1,n=t=>{const e=Cc;t[e(909)](((t,n)=>t[e(829)][e(785)](n[e(829)])?1:-1)),this[e(593)][e(589)]((n=>{const r=e;for(const e of t){let t;t=e[r(536)][r(876)]&&e[r(536)][r(680)]==e[r(829)][r(694)]?n[r(749)](e[r(829)][r(694)],"on"):n[r(749)](e),this[r(593)][r(798)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Cc;e&&this[n(593)][n(589)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(859)]((t=>(vc(t)&&(t=this[s(593)][s(703)](t[s(536)])),t)))[s(600)]((t=>s(573)!==t[s(650)][s(788)]));if(c[s(660)]<1)return;const u=Array[s(839)](this[s(593)][s(761)][s(881)][s(697)]())[s(859)]((t=>i.LiveRange[s(492)](t)));r[s(889)](c);for(const t of this[s(604)][s(752)][s(752)]())t[s(893)]();a[s(736)]({forceDefaultExecution:!0}),this[s(604)][s(671)](o,...a);const l=u[s(600)]((t=>s(573)!=t[s(650)][s(788)]));l[s(660)]>0&&r[s(889)](l);for(const t of u)t[s(707)]()}))},s=(e,n)=>1==e[t(660)]&&1==n[t(660)]&&e[0][t(536)][t(842)](n[0][t(829)]),o=(e,n,r,s)=>xc(e,n,r,s,this[t(593)])?[e,n]:xc(n,e,s,r,this[t(593)])?[n,e]:null;this[t(807)][t(626)](t(689),e),this[t(807)][t(626)](t(867),n),this[t(807)][t(626)](t(795),s),this[t(807)][t(626)](t(906),o),this[t(807)][t(626)](t(534),n),this[t(807)][t(626)](t(765),e),this[t(807)][t(626)](t(875),s),this[t(807)][t(626)](t(612),o),this[t(807)][t(626)](t(583),r),this[t(807)][t(626)](t(852),e),this[t(807)][t(626)](t(916),s),this[t(807)][t(626)](t(579),e),this[t(807)][t(626)](t(709),r),this[t(807)][t(626)](t(535),e),this[t(807)][t(626)](t(844),s),this[t(807)][t(626)](t(559),e),this[t(807)][t(626)](t(735),e),this[t(807)][t(626)](t(628),((e,n)=>{const r=t;if(!n)return;const s=this[r(604)][r(714)][r(648)](Nc);this[r(593)][r(589)]((t=>{const o=r;if(o(627)==n[o(577)])for(const r of e){const e=r[o(829)][o(694)],s=n[o(702)];t[o(890)](e,s)}else if(s[o(922)](n[o(577)]))for(const r of e)void 0!==n[o(702)]?t[o(587)](n[o(577)],n[o(702)],r[o(829)][o(694)]):t[o(619)](n[o(577)],r[o(829)][o(694)]);else for(const r of e)n[o(702)]?t[o(587)](n[o(577)],n[o(702)],r):t[o(619)](n[o(577)],r)}))})),this[t(807)][t(626)](t(538),s)}}function Mc(t,e,n){const r=kc;for(const s of e[r(680)][r(814)]({includeSelf:!0,parentFirst:!0})){if(s[r(650)]==s)return!1;if(!n[r(840)](s))return!1;if(t[r(580)](s)||t[r(685)](s))return!0}return!1}function vc(t){const e=kc;return t[e(536)][e(680)]==t[e(829)][e(694)]&&t[e(536)][e(809)]}function wc(t,e,n,r){const s=kc,o=t=>!t[s(514)].is(s(884))&&!r[s(580)](t[s(514)]),i=t[s(829)][s(866)](o),a=t[s(536)][s(866)](o,{direction:s(596)});return!(t[s(829)][s(842)](i)&&t[s(536)][s(842)](a)||(i[s(785)](a)?n[s(917)](e,{range:n[s(703)](i,a)}):n[s(753)](e),0))}function Oc(t){return(0,o.hashObject)(t)}function Dc(t){const e=kc,n=t[e(829)][e(694)];return n&&n.is(e(551))}function Fc(t,e){const n=kc;return null==t[n(536)][n(837)]&&t[n(536)][n(680)]==t[n(829)][n(694)]?Bc(t[n(829)][n(694)],e):t}function Bc(t,e){const n=kc,r=e[n(638)][n(580)](t)||e[n(638)][n(678)](t);return e[n(703)](e[n(658)](t,n(511)),r?e[n(757)](t):e[n(658)](t,n(536)))}function xc(t,e,n,r,s){const o=kc;if(t[o(763)])return!1;if(!Pc(t,e))return!1;if(n[o(536)][o(842)](r[o(829)]))return!0;if(t[o(687)]!=e[o(687)])return!1;if(!n[o(536)][o(533)](r[o(829)]))return!1;const i=s[o(703)](n[o(536)],r[o(829)])[o(778)]();for(const t of i)if([o(921),o(898)][o(770)](t[o(687)])&&s[o(638)][o(685)](t[o(514)]))return!1;return!0}function Pc(t,e){const n=kc;if(!t[n(728)]||!e[n(728)])return!1;const r=new Set(Object[n(513)](t[n(609)])),s=new Set(Object[n(513)](e[n(609)]));if(r[n(616)](n(786)),s[n(616)](n(786)),0==r[n(563)]&&0==s[n(563)])return!0;if(r[n(563)]!=s[n(563)])return!1;const o={...t[n(609)]},i={...e[n(609)]};return delete o[n(786)],delete i[n(786)],JSON[n(699)](o)==JSON[n(699)](i)}function Uc(t,e){const n=kc,r=jc(t[n(609)]),s=jc(e);if(!t[n(728)])return!1;for(const t of Object[n(513)](s))if(!Fr(r[t],s[t]))return!1;return!0}function jc(t){const e=kc,n=Object[e(527)]({},t);return delete n[e(661)],delete n[e(782)],n}const Gc=Vc;function Vc(t,e){const n=Hc();return(Vc=function(t,e){return n[t-=144]})(t,e)}function Hc(){const t=["2438128SxMNEq","execute","805010ezXdbs","unbind","_editor","668584SIhohM","add","_acceptCommand","model","commentThreadController","getRanges","stopListening","plugins","acceptSuggestion","canDiscard","commands","2839086SdwLij","canAccept","_removePendingAction","PENDING_ACTION_SUGGESTION","locale","bind","destroy","remove","get","canEditAt","change:isDirty","isEnabled","isDirty","_setPendingAction","discardSuggestion","view","824245NilGmD","_pendingAction","_discardCommand","1024908WccoYy","321747kucMOm","PendingActions","listenTo"];return(Hc=function(){return t})()}!function(t){const e=Vc,n=t();for(;;)try{if(260036===parseInt(e(175))/1+parseInt(e(180))/2+-parseInt(e(174))/3+parseInt(e(144))/4+-parseInt(e(171))/5+-parseInt(e(155))/6+parseInt(e(178))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hc);class zc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Vc;super(),this[s(147)]=e,this[s(170)]=n,this[s(148)]=r,this[s(182)]=t,this[s(146)]=t[s(154)][s(163)](s(152)),this[s(173)]=t[s(154)][s(163)](s(169)),this[s(170)][s(160)](s(166)).to(this[s(146)],this[s(173)],((t,e)=>t||e)),this[s(170)][s(160)](s(156)).to(this[s(146)],s(166),(t=>t&&this[s(182)][s(147)][s(164)](e[s(149)]()))),this[s(170)][s(160)](s(153)).to(this[s(173)],s(166),(t=>t&&this[s(182)][s(147)][s(164)](e[s(149)]()))),this[s(172)]=null,n[s(167)]&&this[s(168)](),this[s(177)](n,s(152),(()=>this[s(152)]())),this[s(177)](n,s(169),(()=>this[s(169)]())),this[s(177)](n,s(165),(()=>{const t=s;n[t(167)]?this[t(168)]():this[t(157)]()}))}[Gc(152)](){const t=Gc;this[t(146)][t(179)](this[t(147)].id)}[Gc(169)](){const t=Gc;this[t(173)][t(179)](this[t(147)].id)}[Gc(161)](){const t=Gc;this[t(170)][t(181)](t(166)),this[t(170)][t(181)](t(156)),this[t(170)][t(181)](t(153)),this[t(150)](),this[t(148)][t(161)](),this[t(172)]&&this[t(157)]()}[Gc(168)](){const t=Gc,e=Kr(this[t(182)][t(159)],t(158));this[t(172)]=this[t(182)][t(151)][t(163)](t(176))[t(145)](e)}[Gc(157)](){const t=Gc;null!==this[t(172)]&&this[t(182)][t(151)][t(163)](t(176))[t(162)](this[t(172)]),this[t(172)]=null}}const Wc=Kc;function Kc(t,e){const n=Xc();return(Kc=function(t,e){return n[t-=482]})(t,e)}function Xc(){const t=["authoredAt","ariaDescriptionView","formatDateTime","isDirty","author","19FvkPmq","_createCommentViews","isActive","1854831FdDZhl","canAccept","join","ariaLabel","2791629Ykkjzo","_model","1388BTHGXh","removeComment","112icFTub","isEnabled","CommentView","element","body","content","tab","editorConfig","42EfkruS","commentsListView","length","locale","10dAxVDD","target","textContent","editor","focusCycler","15513828ApVXXL","_localUser","bind","parseFromString","disableComments","render","focusables","hasDirtyComment","canDiscard","disabledSubmit","cancel","2745gZpcUh","submit","_config","showInput","addComment","setData","assign","set","keystrokes","value","isReadOnly","updateComment","SUGGESTION_THREAD_ARIA_LABEL","538640SfyzWN","descriptionParts","text/html","map","SUGGESTION_THREAD_DESCRIPTION","commentThreadInputView","commentInputView","3344SgoUSV","focus","focusTracker","fire","_createCommentThreadInputView","delegate","shift+tab","destroy","name","175688CpEpYq","commentThread"];return(Xc=function(){return t})()}!function(t){const e=Kc,n=t();for(;;)try{if(395060===-parseInt(e(513))/1*(-parseInt(e(497))/2)+parseInt(e(552))/3*(parseInt(e(522))/4)+-parseInt(e(490))/5*(parseInt(e(532))/6)+-parseInt(e(524))/7*(parseInt(e(506))/8)+parseInt(e(520))/9*(-parseInt(e(536))/10)+parseInt(e(516))/11+parseInt(e(541))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class qc extends s.View{constructor(t,n,r,i){const a=Kc;super(t),this[a(533)]=null,this[a(495)]=null,this[a(509)]=new o.AriaDescriptionView(t,Kr(t,a(494))),this[a(484)](a(515),!1),this[a(484)](a(508),n[a(508)]),this[a(543)](a(508)).to(n),this[a(484)](a(491),[]),this[a(484)](a(511),!1),this[a(484)](a(525),!1),this[a(484)](a(517),!1),this[a(484)](a(549),!1),this[a(543)](a(519)).to(this,a(534),n,a(508),this,a(491),((t,e,r)=>{const s=a,o=r[s(493)]((t=>_(t[s(529)])))[s(518)](". ")+".";return Kr(this[s(535)],s(489),[t-1,n[s(512)][s(505)],e?i[s(510)](e):"",(new DOMParser)[s(544)](o,s(492))[s(528)][s(538)]])})),this[a(547)]=new s.ViewCollection,this[a(499)]=new e.FocusTracker,this[a(485)]=new e.KeystrokeHandler,this[a(540)]=new s.FocusCycler({focusables:this[a(547)],focusTracker:this[a(499)],keystrokeHandler:this[a(485)],keystrokeHandlerOptions:{filter:t=>t[a(537)]!==this[a(527)]},actions:{focusPrevious:a(503),focusNext:a(530)}}),this[a(521)]=n,this[a(542)]=r,this[a(554)]=i,i[a(545)]?this[a(484)](a(534),1):this[a(514)]()}[Wc(546)](){const t=Wc;super[t(546)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(547)])}[Wc(498)](){const t=Wc;this[t(527)][t(498)]()}[Wc(504)](){const t=Wc;this[t(533)]&&this[t(533)][t(504)](),this[t(495)]&&this[t(495)][t(504)](),super[t(504)]()}[Wc(514)](){const t=Wc,{CommentsListView:e}=this[t(554)];this[t(533)]=new e(this[t(535)],this[t(521)][t(507)],Object[t(483)]({CommentView:this[t(554)][t(526)]},this[t(554)])),this[t(533)][t(502)](t(523)).to(this),this[t(533)][t(502)](t(488)).to(this),this[t(533)][t(543)](t(515)).to(this),this[t(484)](t(534),this[t(533)][t(534)]+1),this[t(543)](t(534)).to(this[t(533)],t(534),(t=>t+1)),this[t(495)]=this[t(501)](),this.on(t(523),(()=>this[t(498)]())),this[t(543)](t(511)).to(this[t(533)],t(548),this[t(495)][t(496)],t(486),((t,e)=>t||!!e))}[Wc(501)](){const t=Wc,{CommentThreadInputView:e}=this[t(554)],n=new e(this[t(535)],this[t(542)],this[t(554)][t(531)]),r=n[t(496)];return n[t(543)](t(555)).to(this,t(515),this[t(521)][t(507)],t(487),r,t(486),((t,e,n)=>!!n||t&&!e)),r.on(t(553),((e,n)=>{const s=t;this[s(500)](s(556),n),r[s(539)][s(482)]("")})),r.on(t(551),(()=>this[t(498)]())),r[t(543)](t(550)).to(this[t(521)][t(507)],t(487)),n}}function Zc(t,e){const n=Yc();return(Zc=function(t,e){return n[t-=393]})(t,e)}const Qc=Zc;function Yc(){const t=["ck-suggestion-","add","6614304EOkXuq","ck-annotation__main","ck-suggestion-wrapper","ck-suggestion--accept","ck-annotation__info-time","ck-suggestion-wrapper--active","content","187arLyFc","ck-suggestion__info","_model","check","Discard suggestion","ck-annotation__content-wrapper","ck-comment__info-time","div","locale","getUserViewNotificationText","setTemplate","47150HeTaTt","ariaDescriptionView","987qhnneD","querySelector","span","981fxdnAe","1619vQeBdP","ck-suggestion__user","EXTERNAL_IMPORT_WORD_SUGGESTION","discardButton","commentThread","commentsListView","<p>","ck-rounded-corners","push",".ck-annotation__content-wrapper","editorDestroyed","children","ck-suggestion__info-name","cancel","ck-suggestion","ck-suggestion--disabled-comments","_config","acceptButton","ariaLabel","render","ck-annotation__info-name","set","commentThreadInputView","ck-comment__external","ck-suggestion--discard","ck-suggestion__actions","2151753QfXCBE","acceptSuggestion","addMany","color","@external","bindTemplate","4884zLGify","1655iSVffk","source","isActive","ck-suggestion__main","_createButton","author","isEnabled","change:description","getTemplate","disableComments","EXTERNAL_SUGGESTION","description","importWord","_descriptionElement","authoredAt","userView","1985172uxPcSm","canDiscard","focusables","innerHTML","ck-annotation__user","name","element","formatDateTime","14PSGszZ","execute","listitem","canAccept","ck-annotation__info","</p>","delegate","presentation","creator","editorReady","attributes","time","extendTemplate","ck-annotation__actions","28752guFGBC","isExternal","type","fire","getExternalSuggestionNote","descriptionParts","EXTERNAL_IMPORT_WORD_AVATAR","Accept suggestion","bind","ck-annotation","EXTERNAL_AVATAR","discardSuggestion"];return(Yc=function(){return t})()}!function(t){const e=Zc,n=t();for(;;)try{if(494165===-parseInt(e(402))/1*(-parseInt(e(459))/2)+-parseInt(e(428))/3+parseInt(e(434))/4*(parseInt(e(435))/5)+-parseInt(e(473))/6*(parseInt(e(398))/7)+-parseInt(e(487))/8+-parseInt(e(401))/9*(parseInt(e(396))/10)+parseInt(e(494))/11*(parseInt(e(451))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yc);class Jc extends qc{constructor(e,n,r,s){const i=Zc;super(e,n,r,s),this[i(423)](i(475),""),this[i(481)](i(475)).to(this,i(478),(t=>t&&t[0]?t[0][i(475)]:"")),this[i(481)](i(446)).to(this,i(478),this,i(437),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(408)+_(e[n(493)],e[n(431)])+n(464);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(448)]=null,this[i(419)]=this[i(439)](Kr(e,i(480)),t.icons[i(497)],i(490),i(429),"sw"),this[i(419)][i(481)](i(441)).to(this,i(462)),this[i(405)]=this[i(439)](Kr(e,i(498)),t.icons[i(415)],i(426),i(484),"sw"),this[i(405)][i(481)](i(441)).to(this,i(452)),this[i(450)]=new o.UserView(e,this[i(496)][i(440)],this[i(394)]()),this[i(450)][i(471)]({attributes:{class:[i(403),i(455)],"aria-hidden":!0}}),this[i(453)][i(430)]([this[i(419)],this[i(405)]]),this[i(407)]&&this[i(453)][i(486)](this[i(407)]),this[i(424)]&&this[i(453)][i(486)](this[i(424)]),this[i(395)](this[i(443)]())}[Qc(443)](){const t=Qc,e=this[t(433)],n=[{tag:t(501),attributes:{class:[t(495),t(463)]},children:[{tag:t(400),children:[{text:this[t(450)][t(456)]}],attributes:{class:[t(414),t(422)]}},{tag:t(470),attributes:{datetime:e.to(t(449)),class:[t(500),t(491)]},children:[{text:e.to(t(449),(e=>this[t(418)][t(458)](e)))}]}]},{tag:t(501),attributes:{class:[t(427),t(472)]},children:[this[t(419)],this[t(405)]]},{tag:t(501),attributes:{class:[t(499)]}}];this[t(496)][t(474)]&&n[t(410)]({tag:t(501),attributes:{class:[t(425)]},children:[{text:this[t(477)]()}]});const r={tag:t(501),attributes:{class:["ck",t(409),t(489),e.if(t(437),t(492)),e.to(t(475),(e=>t(485)+e)),this[t(418)][t(444)]&&t(417)],"data-suggestion-id":this[t(496)].id,"data-thread-id":this[t(496)][t(406)].id,"data-author-id":this[t(496)][t(440)].id,tabindex:0,role:t(461),"aria-label":e.to(t(420)),"aria-describedby":this[t(397)].id},children:[{tag:t(501),attributes:{class:[t(416),t(482)]},children:[this[t(450)],{tag:t(501),attributes:{class:[t(438),t(488)],role:t(466)},children:n},this[t(397)]]}]};return this[t(407)]&&this[t(424)]&&(r[t(413)][t(410)](this[t(407)],this[t(424)]),this[t(407)][t(465)](t(468)).to(this),this[t(407)][t(465)](t(412)).to(this),this[t(424)][t(465)](t(468)).to(this),this[t(424)][t(465)](t(412)).to(this)),r}[Qc(421)](){const t=Qc;super[t(421)](),this[t(448)]=this[t(457)][t(399)](t(411)),this[t(448)][t(454)]=this[t(446)],this.on(t(442),((e,n,r)=>{const s=t;this[s(448)][s(454)]=r}))}[Qc(439)](t,e,n,r,s){const i=Qc,a=new o.LateFocusButtonView(this[i(393)]);return a[i(423)]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),a[i(471)]({attributes:{class:n}}),a.on(i(460),(()=>{const t=i;this[t(476)](r,this[t(496)].id)})),a}[Qc(477)](){const t=Qc;return t(447)===this[t(496)][t(469)][t(432)][t(436)]?Kr(this[t(393)],t(404)):Kr(this[t(393)],t(445))}[Qc(394)](){const t=Qc;return this[t(496)][t(474)]?t(447)===this[t(496)][t(469)][t(432)][t(436)]?Kr(this[t(393)],t(479),this[t(496)][t(467)][t(456)]):Kr(this[t(393)],t(483),this[t(496)][t(467)][t(456)]):null}}const $c='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.182 5.514a.643.643 0 0 0-.636.64v-.001a.636.636 0 0 0 .636.639h5.682a.641.641 0 0 0 .636-.638.637.637 0 0 0-.636-.64H6.182Z"/><path d="M6.182 8.5a.642.642 0 0 0-.588.882.636.636 0 0 0 .588.395h5.682a.641.641 0 0 0 .636-.639.635.635 0 0 0-.636-.638H6.182Z"/><path d="M6.18 11.5a.64.64 0 0 0 0 1.278h3.133a.64.64 0 0 0 0-1.278H6.18Z"/><path d="m11.772 18.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09 0-.274.076-.551.062-.166.099-.296.11-.393a2.934 2.934 0 0 0 0-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6 1.059-.56 2.11.118 1.05.68 1.443 1.272 1.177 1.772l-3.876 6.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954 2.954 0 0 0-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274 1.039.727-.26.34h-1.496l.717-1.067Z"/><path clip-rule="evenodd" d="M3.272 1A1.28 1.28 0 0 0 2 2.28v14.439a1.276 1.276 0 0 0 1.272 1.28h6.838a2.13 2.13 0 0 1 .003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395 7.395 0 0 1-.042-.142H3.5V2.46s11 .002 11 .005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272 1ZM16 9.29l-1.5 2.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904 0 0 1-.013.075l-.001.005a3.108 3.108 0 0 1-.097.312c-.027.101-.048.19-.062.266a.734.734 0 0 0-.014.287.25.25 0 0 0 .068.105.65.65 0 0 0 .088.074l.017.011.016.01h.175L14.73 18c.697 0 1.271-.573 1.271-1.281v-7.43Z"/></svg>\n';function tu(t,e){const n=nu();return(tu=function(t,e){return n[t-=272]})(t,e)}const eu=tu;function nu(){const t=["editor","set","getMarkerNames","escape","commentThread","push","suggestionUnloaded","switchbutton","values","pluginName","_suggestionToController","isMultiRange","clear","1663824VMFBjc","_destroyController","Accept all selected suggestions","EditorAnnotations","stopListening","_handleSuggestionControllerDelayed","previous","execute","low","get","getAllAdjacentSuggestions","TrackChangesEditing","CommentsRepository","keys","some","descriptionFactory","size","from","getByInnerView","componentFactory","isOn","init","acceptButton","menu","requires","SuggestionThreadView","TrackChangesUI","_addUIComponentsToFactory","_disableComments","getMarkers","getDescriptions","isDirty","comments.maxCommentsWhenCollapsed","type","suggestionChanged","_refreshActiveMarkers","config","arrowView","focus","commentsListView","_splitMarkerName","11HlHHlv","buttonView","_createMenuBarMenu","3390708LVfeDJ","addSourceCollector","remove","10448AQhWWX","comments","15462270CcZByo","commandName","model","actionView","reduce","getRanges","activeAnnotations","isInContent","bind","_initializeController","isEnabled","2807wpPLTB","editing","source","6831666xnXJaV","activeMarkers","discardAllSuggestions","Accept all suggestions","items","unbind","70prfUIN","comments.maxThreadTotalWeight","getSuggestion","menuitemcheckbox","add","trackChanges.SuggestionThreadView","discardSelectedSuggestions","change:previous","lowest","trackChanges","2888334wByMRa","menuBar:trackChanges","registerAnnotation","createAnnotation","acceptAllSuggestions","button","_unbindEditors","getFirstRange","descriptionParts","filter","trackChanges.disableComments","_updateController","Annotations","_initKeyboardNavigationToThread","separator","Discard all selected suggestions","change:activeAnnotations","_createToolbarButton","CommentsUI","listenTo","keystrokes","delete","children","length","comments.maxCommentCharsWhenCollapsed","_viewToController","suggestion-","4014BfRssh","panelView","has","plugins","Track changes","getJoined","hasSuggestion","mainView","comments.editorConfig","innerView","toMany","delegate","createAnnotationView","menuitem","commands","createCommentThreadController","5BJhKXk","_bindAnnotationToEditors","refreshSelectedViews","_annotationViews","define","discardButton","Discard all suggestions","suggestionLoaded","view","locale","destroy","value","addComment","_handleControllerBuffer","acceptSelectedSuggestions","head","CommentView"];return(nu=function(){return t})()}!function(t){const e=tu,n=t();for(;;)try{if(492503===parseInt(e(380))/1*(-parseInt(e(343))/2)+parseInt(e(353))/3+parseInt(e(274))/4+-parseInt(e(396))/5*(-parseInt(e(318))/6)+parseInt(e(334))/7*(-parseInt(e(321))/8)+parseInt(e(337))/9+-parseInt(e(323))/10*(parseInt(e(315))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nu);class ru extends t.Plugin{static get[eu(298)](){const t=eu;return[Nc,o.Users,t(286),t(365),t(277)]}static get[eu(422)](){return eu(300)}constructor(t){const e=eu;super(t),this[e(423)]=new Map,this[e(378)]=new Map,this[e(399)]=new Map,this[e(409)]=new Map;const n=this[e(413)][e(310)];n[e(400)](e(348),Jc),n[e(400)](e(363),!1),this[e(302)]=n[e(283)](e(363)),this[e(366)]()}[eu(279)](t,e){const n=eu;0===this[n(409)][n(290)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(409)]){const r=this[t(423)][t(382)](e);r||n?r&&n&&this[t(275)](e):this[t(332)](e)}this[t(409)][t(273)](),this[t(413)][t(383)][t(283)](t(277))[t(398)](),this[t(309)]()}),10),this[n(409)][n(414)](t,e)}[eu(295)](){const t=eu,e=this[t(413)],n=e[t(383)][t(283)](t(285)),r=e[t(383)][t(283)](t(365)),s=e[t(383)][t(283)](t(277)),o=e[t(383)][t(283)](t(286));this[t(301)](),s[t(319)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(291)](this[e(423)])){const s=t[e(284)](),o=[];for(const t of s){if(!t[e(330)])continue;if(t[e(272)]){o[e(418)](...t[e(328)]());continue}const n=t[e(360)]();if(o[e(376)]>0){const t=o[0][e(385)](n);if(t){o[0]=t;continue}}o[e(418)](n)}n[e(418)]([r[e(404)],o])}return n})),this[t(372)](n,t(403),((e,n)=>{const r=t;this[r(372)](n,r(350),((t,e,s,o)=>{const i=r;n[i(330)]&&(null==s?(this[i(364)](o[i(411)]),this[i(279)](n,!1)):(this[i(364)](s[i(411)]),null==o&&this[i(279)](n,!0)))})),null!==n[r(280)]?this[r(364)](n[r(411)]):this[r(279)](n,!1)})),this[t(372)](n,t(419),((e,n,r)=>{const s=t;this[s(278)](n,s(350)),this[s(409)][s(374)](n),this[s(423)][s(382)](n)&&this[s(275)](n),r&&this[s(364)](r[s(411)])})),this[t(372)](n,t(308),((e,n)=>{this[t(364)](n)})),this[t(372)](r,t(369),(()=>{this[t(309)]()})),this[t(372)](o,t(408),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(386)](r))return;const i=n[o(345)](r);this[o(423)][o(283)](i)[o(404)][o(313)][o(312)](-1)}),{priority:t(351)})}[eu(309)](){const t=eu,e=this[t(413)][t(383)][t(283)](t(365)),n=this[t(413)][t(383)][t(283)](t(285)),r=Array[t(291)](e[t(329)],(e=>e[t(389)]))[t(362)]((e=>this[t(378)][t(382)](e))),s=[];for(const e of r){const n=this[t(378)][t(283)](e)[t(325)][t(284)]();s[t(418)](...n[t(327)](((e,n)=>[...e,...n[t(415)]()]),[]))}n[t(338)]=s}[eu(301)](){const t=eu,n=this[t(413)],r=n[t(405)],o=Kr(r,t(384)),i=new e.Collection([{type:t(420),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(352),role:t(346)})},{type:t(367)},{type:t(358),model:new s.ViewModel({withText:!0,label:Kr(r,t(340)),commandName:t(357),role:t(393)})},{type:t(358),model:new s.ViewModel({withText:!0,label:Kr(r,t(276)),commandName:t(410),role:t(393)})},{type:t(358),model:new s.ViewModel({withText:!0,label:Kr(r,t(402)),commandName:t(339),role:t(393)})},{type:t(358),model:new s.ViewModel({withText:!0,label:Kr(r,t(368)),commandName:t(349),role:t(393)})}]);for(const e of i)if(su(e)){const r=n[t(394)][t(283)](e[t(325)][t(324)]);e[t(325)][t(331)](t(294),t(333)).to(r,t(407),t(333))}n.ui[t(293)][t(347)](t(352),(e=>this[t(370)](e,i,o))),n.ui[t(293)][t(347)](t(354),(e=>this[t(317)](e,i,o)))}[eu(370)](t,e,n){const r=eu,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(413)][r(394)][r(283)](r(352));o[r(316)][r(414)]({tooltip:n,label:n,icon:$c}),o[r(316)][r(331)](r(294)).to(i,r(407)),o[r(316)].on(r(281),(()=>{const t=r;i[t(281)](),this[t(413)][t(335)][t(404)][t(312)]()})),(0,s.addListToDropdown)(o,e,{role:r(297)});const a=[];for(const t of e)su(t)&&a[r(418)](this[r(413)][r(394)][r(283)](t[r(325)][r(324)]));const c=o[r(316)];return c[r(326)][r(342)](r(333)),c[r(311)][r(342)](r(333)),c[r(326)][r(331)](r(333)).to(i,r(333)),c[r(311)][r(331)](r(333))[r(390)](a,r(333),((...t)=>t[r(288)]((t=>t)))),o.on(r(281),(t=>{const e=r;this[e(413)][e(281)](t[e(336)][e(324)]),this[e(413)][e(335)][e(404)][e(312)]()})),o}[eu(317)](t,e,n){const r=eu,o=new s.MenuBarMenuView(t),i=this[r(413)][r(394)][r(283)](r(352));o[r(316)][r(414)]({label:n,icon:$c});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(367)==n[r(307)]){a[r(341)][r(347)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(325)];i[r(331)](...Object[r(287)](c)).to(c),i[r(391)](r(281)).to(o),i.on(r(281),(()=>{const t=r;this[t(413)][t(281)](c[t(324)]),this[t(413)][t(335)][t(404)][t(312)]()})),e[r(375)][r(347)](i),a[r(341)][r(347)](e)}return o[r(331)](r(333)).to(i,r(333)),o[r(381)][r(375)][r(347)](a),o}[eu(332)](t){const e=eu,n=this[e(413)],r=n[e(310)],s=n[e(383)][e(283)](e(365)),i=n[e(383)][e(283)](e(286)),a=n[e(383)][e(283)](e(277)),c=n[e(383)][e(283)](o.Users).me,u=r[e(283)](e(352))[e(299)],{CommentsListView:l,CommentThreadInputView:f}=n[e(383)][e(283)](e(371));let h,d;this[e(399)][e(382)](t.id)?(d=this[e(399)][e(283)](t.id),h=d[e(387)]):(h=new u(n[e(405)],t,c,{disableComments:this[e(302)],editorConfig:r[e(283)](e(388)),maxCommentsWhenCollapsed:r[e(283)](e(306)),maxThreadTotalWeight:r[e(283)](e(344)),maxCommentCharsWhenCollapsed:r[e(283)](e(377)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(283)](e(405))),CommentView:r[e(283)](e(322))[e(412)],CommentsListView:l,CommentThreadInputView:f}),h[e(296)].on(e(281),(()=>{const t=e;n[t(335)][t(404)][t(312)]()})),h[e(401)].on(e(281),(()=>{const t=e;n[t(335)][t(404)][t(312)]()})),d=s[e(392)](this[e(413)][e(405)],h),d[e(331)](e(305)).to(h,e(305)),d[e(331)](e(376)).to(h),d[e(331)](e(307)).to(h,e(307),(t=>e(379)+t)),this[e(372)](h,e(416),(()=>{const t=e;n[t(335)][t(404)][t(312)]()}),{priority:e(282)}),this[e(399)][e(414)](t.id,d));const g=i[e(395)](t[e(417)],h),p=new zc(n,t,h,g),m=t[e(284)]()[e(362)]((t=>t[e(330)]));h[e(361)]=n[e(383)][e(283)](e(285))[e(289)][e(304)](m),this[e(423)][e(414)](t,p),this[e(378)][e(414)](h,p);const E=s[e(356)]({view:d,target:()=>{const r=e,s=[],i=t[r(284)]()[r(362)]((t=>t[r(330)]));for(const t of i)s[r(418)](...t[r(303)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(335)],s)},type:()=>e(379)+p[e(404)][e(307)]});i[e(397)](h,E),s[e(347)](E),a[e(355)](E)}[eu(275)](t){const e=eu,n=this[e(413)][e(383)][e(283)](e(286)),r=this[e(413)][e(383)][e(283)](e(365)),s=this[e(423)][e(283)](t),o=s[e(404)],i=r[e(292)](o);n[e(359)](o),i&&r[e(320)](i),this[e(423)][e(374)](t),this[e(378)][e(374)](o),s[e(406)]()}[eu(364)](t){const e=eu;if(!t[e(330)]||!this[e(423)][e(382)](t))return;const n=this[e(413)][e(383)][e(283)](e(285)),r=this[e(423)][e(283)](t),s=t[e(284)]();r[e(404)][e(361)]=n[e(289)][e(304)](s)}[eu(366)](){const t=eu;this[t(413)][t(373)][t(414)](o.ENTER_THREAD_KEYSTROKE,((e,n)=>{const r=t,s=this[r(413)][r(383)][r(283)](cu),o=this[r(413)][r(383)][r(283)](Nc);if(!o[r(338)][r(376)])return;const{id:i}=o[r(314)](o[r(338)][0]),a=s[r(345)](i);a&&(this[r(423)][r(283)](a)[r(404)][r(312)](),n())}))}[eu(406)](){const t=eu;for(const e of this[t(423)][t(287)]())this[t(275)](e);for(const e of this[t(399)][t(421)]())e[t(387)][t(406)]();super[t(406)]()}}function su(t){return eu(325)in t}var ou=iu;function iu(t,e){var n=au();return(iu=function(t,e){return n[t-=448]})(t,e)}function au(){var t=["editor","Comments","getSuggestion","requires","4920sBfRox","pluginName","921932lRbCNd","592410eWLajA","284561KQInRu","107786dsXVJZ","276JazZud","get","14nHyOiS","52741XGVKzv","27ZJdqwU","addSuggestion","plugins","5KqYjIl","getSuggestions","addSuggestionData","adapter","99RWeQiU","2833048qIKqTA","282951iSYBzM","TrackChanges"];return(au=function(){return t})()}!function(t){for(var e=iu,n=t();;)try{if(667191===-parseInt(e(464))/1+parseInt(e(468))/2*(-parseInt(e(454))/3)+-parseInt(e(462))/4*(parseInt(e(448))/5)+parseInt(e(466))/6*(parseInt(e(465))/7)+parseInt(e(453))/8*(-parseInt(e(470))/9)+-parseInt(e(463))/10*(-parseInt(e(452))/11)+-parseInt(e(460))/12*(-parseInt(e(469))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(au);class cu extends t.Plugin{static get[ou(459)](){return[Nc,ru,ou(457)]}static get[ou(461)](){return ou(455)}set[ou(451)](t){var e=ou;this[e(456)][e(472)][e(467)](Nc)[e(451)]=t}get[ou(451)](){var t=ou;return this[t(456)][t(472)][t(467)](Nc)[t(451)]}[ou(471)](t){var e=ou;return this[e(456)][e(472)][e(467)](Nc)[e(450)](t)}[ou(449)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=ou;return this[n(456)][n(472)][n(467)](Nc)[n(449)]({skipNotAttached:t,toJSON:e})}[ou(458)](t){var e=ou;return this[e(456)][e(472)][e(467)](Nc)[e(458)](t)}}const uu=hu;!function(t){const e=hu,n=t();for(;;)try{if(984661===parseInt(e(415))/1*(-parseInt(e(447))/2)+-parseInt(e(386))/3+-parseInt(e(406))/4+parseInt(e(435))/5*(-parseInt(e(446))/6)+-parseInt(e(402))/7+-parseInt(e(388))/8*(parseInt(e(448))/9)+-parseInt(e(408))/10*(-parseInt(e(422))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pu);const lu=[uu(426)];class fu extends t.Plugin{static get[uu(424)](){return[Nc]}static get[uu(432)](){return uu(444)}[uu(441)](){const t=uu,n=this[t(399)];if(n[t(392)][t(391)](t(417),(e=>{const r=t,s=n[r(445)][r(397)][r(443)]()[r(410)](((t,e)=>(t[e]="",t)),{});return n[r(409)][r(396)](s,e)})),t(414)!=typeof n[t(392)][t(440)](t(401))[t(429)])throw new e.CKEditorError(t(419))}[uu(427)](t){return mu(this[uu(399)],!0,t)}[uu(450)](t){return mu(this[uu(399)],!1,t)}}function hu(t,e){const n=pu();return(hu=function(t,e){return n[t-=386]})(t,e)}class du extends t.Plugin{static get[uu(432)](){return uu(434)}constructor(t){const e=uu;super(t),this[e(404)]=e(442)}[uu(441)](){const t=uu;this[t(399)][t(390)][t(440)](t(433))[t(438)]={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(399)][t(390)][t(440)](t(403))[t(438)]=null}}function gu(t){return void 0!==t[uu(428)]}function pu(){const t=["_adapter","Users","get","init","end","getRootNames","TrackChangesData","model","570rnmyqV","1187350thgwfm","1528110WmQHfE","useAnonymousUser","getDataWithDiscardedSuggestions","4809873WgsvSa","rootsAttributes","8VdJbyc","set","plugins","define","config","data","acceptAllSuggestions","execute","create","document","addSuggestionData","editor","getFullData","trackChangesData","2557933fTqbXG","TrackChangesEditing","result","addCommentThread","3902296UWlRlS","users","55748650aIGZbk","constructor","reduce","name","createDocumentFragment","appendChild","function","1xLTmzJ","push","trackChangesData.editorCreator","getCommentThreads","track-changes-data-invalid-editor-creator","addUser","getUser","11DCogNI","destroy","requires","getSuggestions","Pagination","getDataWithAcceptedSuggestions","getRootsAttributes","editorCreator","div","map","pluginName","CommentsRepository","TrackChangesDataGetter","46445ipbeLZ","discardAllSuggestions","createElement"];return(pu=function(){return t})()}async function mu(t,e,n){const r=uu,s=(0,o.sanitizeEditorConfig)(t,lu);s[r(390)][r(416)](Nc,du),s[r(387)]=gu(t)?t[r(428)]():void 0;const i=document[r(412)](),a=t[r(392)][r(440)](r(401))[r(429)],c=await a(s,(()=>function(t){const e=r,n=document[e(437)](e(430));return t[e(413)](n),n}(i)));!function(t,e){const n=r,s=t[n(445)][n(397)][n(443)]()[n(410)](((e,r)=>(e[r]=t[n(393)][n(440)]({rootName:r}),e)),{}),o=t[n(390)][n(440)](n(439))[n(407)][n(431)]((t=>({id:t.id,name:t[n(411)]}))),i=t[n(390)][n(440)](n(403))[n(425)]({skipNotAttached:!0,toJSON:!0}),a=t[n(390)][n(440)](n(433))[n(418)]({skipNotAttached:!0,toJSON:!0}),c=e[n(390)][n(440)](n(439)),u=e[n(390)][n(440)](n(403)),l=e[n(390)][n(440)](n(433));for(const t of o)c[n(421)](t.id)||c[n(420)](t);c.me||c[n(449)]();for(const t of a)l[n(405)](t);for(const t of i)u[n(398)](t);e[n(393)][n(389)](s)}(t,c),c[r(395)](r(e?394:436));const u=gu(c)?c[r(400)](n):c[r(393)][r(440)](n);return await c[r(423)](),u}function Eu(t,e){var n=Iu();return(Eu=function(t,e){return n[t-=341]})(t,e)}function Iu(){var t=["3993304BDaGSz","6315390ZTwiBS","312056cntxyl","169696jKgKwI","21BakbyT","55dkpuDi","770170LHVltK","210839FxmTeN","236526QMdgkL"];return(Iu=function(){return t})()}!function(t){for(var e=Eu,n=t();;)try{if(331007===parseInt(e(343))/1+parseInt(e(342))/2+-parseInt(e(349))/3*(parseInt(e(347))/4)+-parseInt(e(341))/5*(-parseInt(e(344))/6)+parseInt(e(345))/7+-parseInt(e(348))/8+-parseInt(e(346))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Iu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>qc,SuggestionThreadView:()=>Qc,SuggestionView:()=>nu,TrackChanges:()=>hu,TrackChangesData:()=>mu,TrackChangesEditing:()=>Rc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=u,n=t();for(;;)try{if(653931===-parseInt(e(431))/1+-parseInt(e(438))/2*(parseInt(e(433))/3)+-parseInt(e(419))/4+parseInt(e(430))/5*(parseInt(e(441))/6)+-parseInt(e(423))/7*(-parseInt(e(429))/8)+parseInt(e(436))/9*(parseInt(e(420))/10)+-parseInt(e(440))/11*(-parseInt(e(427))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(424)]=e,this[n(439)]=!1,this[n(428)](),this[n(416)]=!1}[c(428)](){this[c(418)]=!0}[c(442)](){const t=c;this[t(439)]=!this[t(439)],this[t(439)]?this[t(432)]():this[t(425)]()}[c(432)](){const t=c;for(const e of this[t(421)][t(434)][t(434)]())e[t(437)]&&!this[t(424)][t(435)](e)&&e[t(426)](t(417))}[c(425)](){const t=c;for(const e of this[t(421)][t(434)][t(434)]())e[t(437)]&&!this[t(424)][t(435)](e)&&e[t(422)](t(417))}}function f(){const t=["value","3779061FElyob","5485998xQyUTk","execute","_isEnabledBasedOnSelection","TrackChangesCommand","isEnabled","1123008yDdgXX","80Bxgtsg","editor","clearForceDisabled","7EkeVAe","_enabledCommands","_enableCommands","forceDisabled","12OPTpSg","refresh","5850872ULhmWj","5DTlylX","562700ilUkIT","_disableUnsupportedCommands","3UetWHJ","commands","has","575496JTfZCi","affectsData","2006824CdXmoS"];return(f=function(){return t})()}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=104]})(t,e)}function d(){const t=["execute","isEnabled","10iHKqis","acceptSuggestion","model","2397303DdysNN","TrackChangesEditing","4068RcjyzJ","2222388RnLtRv","51213VyHsym","4837eCASZv","refresh","404NgpvVe","33wINRHP","999936kfKGbI","_isEnabledBasedOnSelection","_suggestions","27670mKpAKD","20IWscLQ","canEditAt","get","getRanges","editor","track-changes-accept-suggestion-not-found","plugins","112954dtJjSV"];return(d=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(309408===-parseInt(e(126))/1*(-parseInt(e(123))/2)+-parseInt(e(107))/3+parseInt(e(110))/4*(-parseInt(e(115))/5)+-parseInt(e(105))/6*(-parseInt(e(108))/7)+-parseInt(e(112))/8+parseInt(e(129))/9*(parseInt(e(116))/10)+-parseInt(e(111))/11*(parseInt(e(106))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(114)]=e,this[n(109)](),this[n(113)]=!1}[h(109)](){this[h(125)]=!0}[h(124)](t){const n=h,r=this[n(114)][n(118)](t);if(!r)throw new e.CKEditorError(n(121),this);const s=r[n(119)]();this[n(120)][n(128)][n(117)](s)&&this[n(120)][n(122)][n(118)](n(104))[n(127)](r)}}const m=E;function I(){const t=["discardSuggestion","60289IDYYpd","execute","2617857WOhtJk","126znqzeW","refresh","editor","track-changes-discard-suggestion-not-found","getRanges","model","plugins","get","594376GUcDVl","TrackChangesEditing","_isEnabledBasedOnSelection","1007412ZBSpiA","isEnabled","_suggestions","8JlqnST","8486xdPFYY","3070641wJZDdJ","2150590KdubiT","canEditAt"];return(I=function(){return t})()}function E(t,e){const n=I();return(E=function(t,e){return n[t-=195]})(t,e)}!function(t){const e=E,n=t();for(;;)try{if(358721===-parseInt(e(207))/1+-parseInt(e(202))/2*(parseInt(e(210))/3)+-parseInt(e(195))/4+parseInt(e(204))/5+parseInt(e(198))/6+parseInt(e(203))/7*(parseInt(e(201))/8)+-parseInt(e(209))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class b extends t.Command{constructor(t,e){const n=E;super(t),this[n(200)]=e,this[n(211)](),this[n(197)]=!1}[m(211)](){this[m(199)]=!0}[m(208)](t){const n=m,r=this[n(200)][n(217)](t);if(!r)throw new e.CKEditorError(n(213),this);const s=r[n(214)]();this[n(212)][n(215)][n(205)](s)&&this[n(212)][n(216)][n(217)](n(196))[n(206)](r)}}function T(t,e){const n=N();return(T=function(t,e){return n[t-=179]})(t,e)}function _(t,e){const n=T;let r="";return r+=t[n(211)]("*")[n(197)](((t,e)=>e%2!=0?n(201)+y(t)+n(185):y(t)))[n(192)](""),e&&(r+=n(227)+e[n(183)]+n(207)+e[n(228)]+n(184)),r}function y(t){const e=T,n=document[e(222)](e(179));return n[e(188)]=t,n[e(193)]}function A(t){const e=T;return t[e(213)](((t,n)=>e(186)==t[e(214)]&&e(186)!=n[e(214)]?-1:e(186)!=t[e(214)]&&e(186)==n[e(214)]?1:0))}function k(t,e){const n=T;let r,s=0;const o=[],i=e[n(187)];for(;s<t[n(202)];){const a=t[s],c=t[s+1];r||(r=e[n(198)](a)),C(e,a,c)||(o[n(189)](e[n(231)](r,i[n(220)](a)?e[n(206)](a):e[n(200)](a,n(190)))),r=null),s++}return o}function C(t,e,n){const r=T;if(!n)return!1;const s=t[r(206)](e),o=t[r(198)](n);return s[r(212)](o)}function N(){const t=["deletion","schema","innerText","push","end","isCollapsed","join","innerHTML","685963GTBPpa","1903EhYLyo","isInContent","map","createPositionBefore","21dMFuxY","createPositionAt",'<span class="ck-suggestion-type">',"length","add","isIntersecting","execute","createPositionAfter",'" title="',"7020100opCvwH","53136WZSnxu","12609HoPNNj","split","isTouching","sort","type","267012kqXhAf","14098300QHnOPg","2144nvVYNa","isMultiRange","color","isObject","from","createElement","replace","4GBNacl","start","isArray",'<span class="ck-suggestion-color" style="background-color: ',"title","splice","2bQlIre","createRange","getRanges","change"," [color ","span","next","content","298686MOhTlW","value",'"></span>',"</span>"];return(N=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(753307===parseInt(e(194))/1*(-parseInt(e(230))/2)+parseInt(e(182))/3*(-parseInt(e(224))/4)+parseInt(e(208))/5+parseInt(e(215))/6*(-parseInt(e(199))/7)+-parseInt(e(217))/8*(parseInt(e(210))/9)+parseInt(e(216))/10+parseInt(e(195))/11*(-parseInt(e(209))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);function L(t,e,n){const r=T;for(;n[r(202)];){const s=n[r(229)](0,100);t[r(233)]((()=>{const t=r;for(const n of s)n[t(196)]&&e[t(205)](n.id)}))}}const R=S;function S(t,e){const n=v();return(S=function(t,e){return n[t-=337]})(t,e)}!function(t){const e=S,n=t();for(;;)try{if(250258===parseInt(e(338))/1*(-parseInt(e(344))/2)+parseInt(e(347))/3*(-parseInt(e(357))/4)+-parseInt(e(353))/5*(-parseInt(e(356))/6)+-parseInt(e(340))/7*(-parseInt(e(339))/8)+parseInt(e(359))/9+-parseInt(e(358))/10*(-parseInt(e(343))/11)+-parseInt(e(352))/12*(parseInt(e(355))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class M extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(351)]=e,this[r(337)]=n,this[r(363)](),this[r(345)]=!1}[R(363)](){const t=R,e=Array[t(362)](this[t(337)][t(341)]())[t(346)]((e=>e[t(360)]));this[t(350)]=this[t(351)][t(350)]&&e}[R(349)](){const t=R,e=A(Array[t(362)](this[t(337)][t(341)]()));for(const n of e){const e=n[t(354)]();if(!this[t(348)][t(361)][t(342)](e))return}L(this[t(348)][t(361)],this[t(351)],e)}}function v(){const t=["isEnabled","_command","12leKgVA","1287260VagEOh","getRanges","4073459rYoXFi","6RLfsgk","47668vhpmzp","130MxRAJw","639252vmyEzf","isInContent","model","from","refresh","_suggestions","1357ZRQqUC","554768pFyjjo","49TBKaXM","values","canEditAt","201905KMnRtI","422wIarZF","_isEnabledBasedOnSelection","some","51xHLijA","editor","execute"];return(v=function(){return t})()}const w=O;function O(t,e){const n=F();return(O=function(t,e){return n[t-=431]})(t,e)}!function(t){const e=O,n=t();for(;;)try{if(328069===parseInt(e(439))/1+-parseInt(e(447))/2*(parseInt(e(450))/3)+-parseInt(e(437))/4+-parseInt(e(453))/5+-parseInt(e(451))/6*(-parseInt(e(434))/7)+-parseInt(e(440))/8*(parseInt(e(436))/9)+parseInt(e(432))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class D extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(433)]=e,this[r(445)]=n,this[r(448)]=new Set,this[r(449)](),this[r(431)]=!1}[w(449)](){const t=w,e=this[t(435)][t(438)][t(443)][t(452)],n=Array[t(441)](this[t(445)][t(455)]());this[t(448)]=function(t,e){const n=T,r=Array[n(221)](t[n(232)]()),s=new Set;for(const o of e)if(o[n(196)])for(const e of r)for(const r of o[n(232)]())(e[n(204)](r)||t[n(191)]&&!o[n(218)]&&o[n(180)]&&r[n(190)][n(212)](e[n(225)]))&&s[n(203)](o);return s}(e,n),this[t(442)]=this[t(433)][t(442)]&&!!this[t(448)][t(444)]}[w(446)](){const t=w,e=A(Array[t(441)](this[t(448)]));for(const n of e){const e=n[t(456)]();if(!this[t(435)][t(438)][t(454)](e))return}L(this[t(435)][t(438)],this[t(433)],e)}}function F(){const t=["canEditAt","values","getRanges","_isEnabledBasedOnSelection","17797110EugFSI","_command","4067NgvFAI","editor","9nDlVBH","2576220RCNjwN","model","335992uOHNyC","3333448KefbwC","from","isEnabled","document","size","_suggestions","execute","2dmboLO","_selectedSuggestions","refresh","1253058GLJAFz","3462RGHjPL","selection","3222245hChqqe"];return(F=function(){return t})()}const P=function(){this.__data__=[],this.size=0};const x=function(t,e){return t===e||t!=t&&e!=e};const B=function(t,e){for(var n=t.length;n--;)if(x(t[n][0],e))return n;return-1};var U=Array.prototype.splice;const j=function(t){var e=this.__data__,n=B(e,t);return!(n<0)&&(n==e.length-1?e.pop():U.call(e,n,1),--this.size,!0)};const G=function(t){var e=this.__data__,n=B(e,t);return n<0?void 0:e[n][1]};const V=function(t){return B(this.__data__,t)>-1};const H=function(t,e){var n=this.__data__,r=B(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function z(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}z.prototype.clear=P,z.prototype.delete=j,z.prototype.get=G,z.prototype.has=V,z.prototype.set=H;const W=z;const K=function(){this.__data__=new W,this.size=0};const X=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const q=function(t){return this.__data__.get(t)};const Z=function(t){return this.__data__.has(t)};const J="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Q=J||Y||Function("return this")();const $=Q.Symbol;var tt=Object.prototype,et=tt.hasOwnProperty,nt=tt.toString,rt=$?$.toStringTag:void 0;const st=function(t){var e=et.call(t,rt),n=t[rt];try{t[rt]=void 0;var r=!0}catch(t){}var s=nt.call(t);return r&&(e?t[rt]=n:delete t[rt]),s};var ot=Object.prototype.toString;const it=function(t){return ot.call(t)};var at=$?$.toStringTag:void 0;const ct=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":at&&at in Object(t)?st(t):it(t)};const ut=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const lt=function(t){if(!ut(t))return!1;var e=ct(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ft=Q["__core-js_shared__"];var ht,gt=(ht=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"";const dt=function(t){return!!gt&> in t};var pt=Function.prototype.toString;const mt=function(t){if(null!=t){try{return pt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var It=/^\[object .+?Constructor\]$/,Et=Function.prototype,bt=Object.prototype,Tt=Et.toString,_t=bt.hasOwnProperty,yt=RegExp("^"+Tt.call(_t).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const At=function(t){return!(!ut(t)||dt(t))&&(lt(t)?yt:It).test(mt(t))};const kt=function(t,e){return null==t?void 0:t[e]};const Ct=function(t,e){var n=kt(t,e);return At(n)?n:void 0};const Nt=Ct(Q,"Map");const Lt=Ct(Object,"create");const Rt=function(){this.__data__=Lt?Lt(null):{},this.size=0};const St=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;if(Lt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Mt.call(e,t)?e[t]:void 0};var wt=Object.prototype.hasOwnProperty;const Ot=function(t){var e=this.__data__;return Lt?void 0!==e[t]:wt.call(e,t)};const Dt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Lt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ft(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ft.prototype.clear=Rt,Ft.prototype.delete=St,Ft.prototype.get=vt,Ft.prototype.has=Ot,Ft.prototype.set=Dt;const Pt=Ft;const xt=function(){this.size=0,this.__data__={hash:new Pt,map:new(Nt||W),string:new Pt}};const Bt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Ut=function(t,e){var n=t.__data__;return Bt(e)?n["string"==typeof e?"string":"hash"]:n.map};const jt=function(t){var e=Ut(this,t).delete(t);return this.size-=e?1:0,e};const Gt=function(t){return Ut(this,t).get(t)};const Vt=function(t){return Ut(this,t).has(t)};const Ht=function(t,e){var n=Ut(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function zt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}zt.prototype.clear=xt,zt.prototype.delete=jt,zt.prototype.get=Gt,zt.prototype.has=Vt,zt.prototype.set=Ht;const Wt=zt;const Kt=function(t,e){var n=this.__data__;if(n instanceof W){var r=n.__data__;if(!Nt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Wt(r)}return n.set(t,e),this.size=n.size,this};function Xt(t){var e=this.__data__=new W(t);this.size=e.size}Xt.prototype.clear=K,Xt.prototype.delete=X,Xt.prototype.get=q,Xt.prototype.has=Z,Xt.prototype.set=Kt;const qt=Xt;const Zt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Jt=function(){try{var t=Ct(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Yt=function(t,e,n){"__proto__"==e&&Jt?Jt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const $t=function(t,e,n){var r=t[e];Qt.call(t,e)&&x(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const te=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Yt(n,a,c):$t(n,a,c)}return n};const ee=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const ne=function(t){return null!=t&&"object"==typeof t};const re=function(t){return ne(t)&&"[object Arguments]"==ct(t)};var se=Object.prototype,oe=se.hasOwnProperty,ie=se.propertyIsEnumerable;const ae=re(function(){return arguments}())?re:function(t){return ne(t)&&oe.call(t,"callee")&&!ie.call(t,"callee")};const ce=Array.isArray;const ue=function(){return!1};var le="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=le&&"object"==typeof module&&module&&!module.nodeType&&module,he=fe&&fe.exports===le?Q.Buffer:void 0;const ge=(he?he.isBuffer:void 0)||ue;var de=/^(?:0|[1-9]\d*)$/;const pe=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&de.test(t))&&t>-1&&t%1==0&&t<e};const me=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ie={};Ie["[object Float32Array]"]=Ie["[object Float64Array]"]=Ie["[object Int8Array]"]=Ie["[object Int16Array]"]=Ie["[object Int32Array]"]=Ie["[object Uint8Array]"]=Ie["[object Uint8ClampedArray]"]=Ie["[object Uint16Array]"]=Ie["[object Uint32Array]"]=!0,Ie["[object Arguments]"]=Ie["[object Array]"]=Ie["[object ArrayBuffer]"]=Ie["[object Boolean]"]=Ie["[object DataView]"]=Ie["[object Date]"]=Ie["[object Error]"]=Ie["[object Function]"]=Ie["[object Map]"]=Ie["[object Number]"]=Ie["[object Object]"]=Ie["[object RegExp]"]=Ie["[object Set]"]=Ie["[object String]"]=Ie["[object WeakMap]"]=!1;const Ee=function(t){return ne(t)&&me(t.length)&&!!Ie[ct(t)]};const be=function(t){return function(e){return t(e)}};var Te="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=Te&&"object"==typeof module&&module&&!module.nodeType&&module,ye=_e&&_e.exports===Te&&J.process;const Ae=function(){try{var t=_e&&_e.require&&_e.require("util").types;return t||ye&&ye.binding&&ye.binding("util")}catch(t){}}();var ke=Ae&&Ae.isTypedArray;const Ce=ke?be(ke):Ee;var Ne=Object.prototype.hasOwnProperty;const Le=function(t,e){var n=ce(t),r=!n&&ae(t),s=!n&&!r&&ge(t),o=!n&&!r&&!s&&Ce(t),i=n||r||s||o,a=i?ee(t.length,String):[],c=a.length;for(var u in t)!e&&!Ne.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||pe(u,c))||a.push(u);return a};var Re=Object.prototype;const Se=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Re)};const Me=function(t,e){return function(n){return t(e(n))}};const ve=Me(Object.keys,Object);var we=Object.prototype.hasOwnProperty;const Oe=function(t){if(!Se(t))return ve(t);var e=[];for(var n in Object(t))we.call(t,n)&&"constructor"!=n&&e.push(n);return e};const De=function(t){return null!=t&&me(t.length)&&!lt(t)};const Fe=function(t){return De(t)?Le(t):Oe(t)};const Pe=function(t,e){return t&&te(e,Fe(e),t)};const xe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Be=Object.prototype.hasOwnProperty;const Ue=function(t){if(!ut(t))return xe(t);var e=Se(t),n=[];for(var r in t)("constructor"!=r||!e&&Be.call(t,r))&&n.push(r);return n};const je=function(t){return De(t)?Le(t,!0):Ue(t)};const Ge=function(t,e){return t&&te(e,je(e),t)};var Ve="object"==typeof exports&&exports&&!exports.nodeType&&exports,He=Ve&&"object"==typeof module&&module&&!module.nodeType&&module,ze=He&&He.exports===Ve?Q.Buffer:void 0,We=ze?ze.allocUnsafe:void 0;const Ke=function(t,e){if(e)return t.slice();var n=t.length,r=We?We(n):new t.constructor(n);return t.copy(r),r};const Xe=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const qe=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Ze=function(){return[]};var Je=Object.prototype.propertyIsEnumerable,Ye=Object.getOwnPropertySymbols;const Qe=Ye?function(t){return null==t?[]:(t=Object(t),qe(Ye(t),(function(e){return Je.call(t,e)})))}:Ze;const $e=function(t,e){return te(t,Qe(t),e)};const tn=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const en=Me(Object.getPrototypeOf,Object);const nn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)tn(e,Qe(t)),t=en(t);return e}:Ze;const rn=function(t,e){return te(t,nn(t),e)};const sn=function(t,e,n){var r=e(t);return ce(t)?r:tn(r,n(t))};const on=function(t){return sn(t,Fe,Qe)};const an=function(t){return sn(t,je,nn)};const cn=Ct(Q,"DataView");const un=Ct(Q,"Promise");const ln=Ct(Q,"Set");const fn=Ct(Q,"WeakMap");var hn="[object Map]",gn="[object Promise]",dn="[object Set]",pn="[object WeakMap]",mn="[object DataView]",In=mt(cn),En=mt(Nt),bn=mt(un),Tn=mt(ln),_n=mt(fn),yn=ct;(cn&&yn(new cn(new ArrayBuffer(1)))!=mn||Nt&&yn(new Nt)!=hn||un&&yn(un.resolve())!=gn||ln&&yn(new ln)!=dn||fn&&yn(new fn)!=pn)&&(yn=function(t){var e=ct(t),n="[object Object]"==e?t.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case In:return mn;case En:return hn;case bn:return gn;case Tn:return dn;case _n:return pn}return e});const An=yn;var kn=Object.prototype.hasOwnProperty;const Cn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&kn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Nn=Q.Uint8Array;const Ln=function(t){var e=new t.constructor(t.byteLength);return new Nn(e).set(new Nn(t)),e};const Rn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Sn=/\w*$/;const Mn=function(t){var e=new t.constructor(t.source,Sn.exec(t));return e.lastIndex=t.lastIndex,e};var vn=$?$.prototype:void 0,wn=vn?vn.valueOf:void 0;const On=function(t){return wn?Object(wn.call(t)):{}};const Dn=function(t,e){var n=e?Ln(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Fn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Ln(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Rn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Dn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Mn(t);case"[object Symbol]":return On(t)}};var Pn=Object.create;const xn=function(){function t(){}return function(e){if(!ut(e))return{};if(Pn)return Pn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Bn=function(t){return"function"!=typeof t.constructor||Se(t)?{}:xn(en(t))};const Un=function(t){return ne(t)&&"[object Map]"==An(t)};var jn=Ae&&Ae.isMap;const Gn=jn?be(jn):Un;const Vn=function(t){return ne(t)&&"[object Set]"==An(t)};var Hn=Ae&&Ae.isSet;const zn=Hn?be(Hn):Vn;var Wn="[object Arguments]",Kn="[object Function]",Xn="[object Object]",qn={};qn[Wn]=qn["[object Array]"]=qn["[object ArrayBuffer]"]=qn["[object DataView]"]=qn["[object Boolean]"]=qn["[object Date]"]=qn["[object Float32Array]"]=qn["[object Float64Array]"]=qn["[object Int8Array]"]=qn["[object Int16Array]"]=qn["[object Int32Array]"]=qn["[object Map]"]=qn["[object Number]"]=qn[Xn]=qn["[object RegExp]"]=qn["[object Set]"]=qn["[object String]"]=qn["[object Symbol]"]=qn["[object Uint8Array]"]=qn["[object Uint8ClampedArray]"]=qn["[object Uint16Array]"]=qn["[object Uint32Array]"]=!0,qn["[object Error]"]=qn[Kn]=qn["[object WeakMap]"]=!1;const Zn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!ut(e))return e;var f=ce(e);if(f){if(a=Cn(e),!c)return Xe(e,a)}else{var h=An(e),g=h==Kn||"[object GeneratorFunction]"==h;if(ge(e))return Ke(e,c);if(h==Xn||h==Wn||g&&!o){if(a=u||g?{}:Bn(e),!c)return u?rn(e,Ge(a,e)):$e(e,Pe(a,e))}else{if(!qn[h])return o?e:{};a=Fn(e,h,c)}}i||(i=new qt);var d=i.get(e);if(d)return d;i.set(e,a),zn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Gn(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?an:on:u?je:Fe)(e);return Zt(p||e,(function(s,o){p&&(s=e[o=s]),$t(a,o,t(s,n,r,o,e,i))})),a};const Jn=function(t){return Zn(t,5)};const Yn=function(t){return"symbol"==typeof t||ne(t)&&"[object Symbol]"==ct(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$n=/^\w*$/;const tr=function(t,e){if(ce(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||($n.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function er(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new(er.Cache||Wt),n}er.Cache=Wt;const nr=er;var rr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,sr=/\\(\\)?/g;const or=function(t){var e=nr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(rr,(function(t,n,r,s){e.push(r?s.replace(sr,"$1"):n||t)})),e}));const ir=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var ar=$?$.prototype:void 0,cr=ar?ar.toString:void 0;const ur=function t(e){if("string"==typeof e)return e;if(ce(e))return ir(e,t)+"";if(Yn(e))return cr?cr.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const lr=function(t){return null==t?"":ur(t)};const fr=function(t,e){return ce(t)?t:tr(t,e)?[t]:or(lr(t))};const hr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const gr=function(t,e,n,r){if(!ut(t))return t;for(var s=-1,o=(e=fr(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=hr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=ut(l)?l:pe(e[s+1])?[]:{})}$t(a,c,u),a=a[c]}return t};const dr=function(t,e,n){return null==t?t:gr(t,e,n)};const pr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const mr=function(t){return this.__data__.has(t)};function Ir(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Wt;++e<n;)this.add(t[e])}Ir.prototype.add=Ir.prototype.push=pr,Ir.prototype.has=mr;const Er=Ir;const br=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Tr=function(t,e){return t.has(e)};const _r=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new Er:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!br(e,(function(t,e){if(!Tr(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const yr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const Ar=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var kr=$?$.prototype:void 0,Cr=kr?kr.valueOf:void 0;const Nr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new Nn(t),new Nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return x(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=yr;case"[object Set]":var c=1&r;if(a||(a=Ar),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=_r(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Cr)return Cr.call(t)==Cr.call(e)}return!1};var Lr=Object.prototype.hasOwnProperty;const Rr=function(t,e,n,r,s,o){var i=1&n,a=on(t),c=a.length;if(c!=on(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Lr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Sr="[object Arguments]",Mr="[object Array]",vr="[object Object]",wr=Object.prototype.hasOwnProperty;const Or=function(t,e,n,r,s,o){var i=ce(t),a=ce(e),c=i?Mr:An(t),u=a?Mr:An(e),l=(c=c==Sr?vr:c)==vr,f=(u=u==Sr?vr:u)==vr,h=c==u;if(h&&ge(t)){if(!ge(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new qt),i||Ce(t)?_r(t,e,n,r,s,o):Nr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&wr.call(t,"__wrapped__"),d=f&&wr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new qt),s(p,m,n,r,o)}}return!!h&&(o||(o=new qt),Rr(t,e,n,r,s,o))};const Dr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!ne(e)&&!ne(n)?e!=e&&n!=n:Or(e,n,r,s,t,o))};const Fr=function(t,e){return Dr(t,e)};const Pr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const xr=function(t,e){for(var n=0,r=(e=fr(e,t)).length;null!=t&&n<r;)t=t[hr(e[n++])];return n&&n==r?t:void 0};const Br=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Ur=function(t,e){return e.length<2?t:xr(t,Br(e,0,-1))};const jr=function(t,e){return e=fr(e,t),null==(t=Ur(t,e))||delete t[hr(Pr(e))]};const Gr=function(t,e){return null==t||jr(t,e)},Vr=Hr;function Hr(t,e){const n=zr();return(Hr=function(t,e){return n[t-=165]})(t,e)}function zr(){const t=["addMarkerName","isExternal","_isDataLoaded","_model","nodeBefore","isMultiRange","head","accept","commentThread","getMarkers","set","getContainedElement","map","78324nKCrbi","start","length","getMarkerNames","end","53112ezwXPF","@external","removeMarker","hasComments","size","addRange","suggestion:","nodeAfter","attributes","getRange","previous","_markerNames","getRanges","isIntersectingWithRange","add","reduce","544mZVRCX","push","filter","onAccept","removeAttribute","3693nlxhet","addMarker","onAttributesChange","type","_saved","delete","markers","_onAccept","subType","getAllAdjacentSuggestions","_onAttributesChange","6uOsajG","5244325iIfRGg","creator","371857WROviC","1233PxfPCO","discard","substr","5312909KtAcLX","isInContent","createdAt","getFirstMarker","getItems","next","2327610lLQkvV","removeMarkers","isIntersecting","getFirstRange","authoredAt","setAttribute","121zPeoXE","data","decorate","author","split","change","_onDiscard","6ltpWFH","onDiscard","get","getMultiRangeId","from","clear","toJSON"];return(zr=function(){return t})()}!function(t){const e=Hr,n=t();for(;;)try{if(633048===-parseInt(e(175))/1*(-parseInt(e(198))/2)+-parseInt(e(244))/3*(parseInt(e(239))/4)+parseInt(e(173))/5+-parseInt(e(172))/6*(parseInt(e(179))/7)+parseInt(e(223))/8*(-parseInt(e(176))/9)+parseInt(e(185))/10+-parseInt(e(191))/11*(-parseInt(e(218))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zr);class Wr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Hr;super(),this[n(207)]=!1,this.id=e.id,this[n(247)]=e[n(247)],this[n(169)]=e[n(169)]||null,this[n(194)]=e[n(194)],this[n(174)]=e[n(174)]||e[n(194)],this[n(206)]=Boolean(e[n(231)]&&e[n(231)][n(224)]),this[n(192)]=null,this[n(208)]=t,this[n(168)]=e[n(242)],this[n(197)]=e[n(199)],this[n(171)]=e[n(246)],this[n(234)]=new Set,this[n(181)]=null,this[n(215)](n(189),null),this[n(215)](n(231),e[n(231)]||{}),this[n(215)](n(233),null),this[n(215)](n(184),null),this[n(215)](n(213),null),this[n(215)](n(165),!1),this[n(193)](n(212)),this[n(193)](n(177))}get[Vr(211)](){const t=Vr;let e=this;for(;e[t(233)];)e=e[t(233)];return e}get[Vr(226)](){const t=Vr;return!!this[t(213)]&&this[t(213)][t(220)]>0}get[Vr(210)](){const t=Vr;return 0!=this[t(234)][t(227)]&&6==Array[t(202)](this[t(234)])[0][t(195)](":")[t(220)]}get[Vr(180)](){return null!==this[Vr(182)]()}[Vr(205)](t){const e=Vr;this[e(234)][e(237)](t)}[Vr(221)](){const t=Vr;return Array[t(202)](this[t(234)])}[Vr(214)](){const t=Vr;return this[t(221)]()[t(217)]((e=>this[t(208)][t(167)][t(200)](e)))[t(241)]((t=>t))}[Vr(182)](){return this[Vr(214)]()[0]||null}[Vr(186)](){const t=Vr;this[t(208)][t(196)]((e=>{const n=t;for(const t of this[n(214)]())e[n(225)](t)})),this[t(234)][t(203)]()}[Vr(225)](t){const e=Vr;this[e(208)][e(196)]((n=>{n[e(225)](t)})),this[e(234)][e(166)](t)}[Vr(228)](t){const e=Vr,n=e(229)+this[e(247)]+":"+this[e(169)]+":"+this.id+":"+this[e(174)].id+":"+Wr[e(201)]();this[e(205)](n),this[e(208)][e(196)]((r=>{r[e(245)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Vr(236)](t){const e=Vr;for(const n of this[e(235)]())if(n[e(187)](t))return!0;return!1}[Vr(235)](){const t=Vr;return this[t(214)]()[t(217)]((e=>e[t(232)]()))}[Vr(183)](){const t=Vr;return this[t(235)]()[t(238)](((e,n)=>[...e,...n[t(183)]()]),[])}[Vr(188)](){const t=Vr;var e;return(null===(e=this[t(182)]())||void 0===e?void 0:e[t(232)]())||null}[Vr(216)](){const t=Vr,e=this[t(235)]();if(1!=e[t(220)])return null;const n=e[0],r=n[t(219)][t(230)],s=n[t(222)][t(209)];return r instanceof i.Element?r!=s?null:r:null}[Vr(212)](){const t=Vr;this[t(168)](this[t(235)](),this[t(192)],this[t(231)]),this[t(186)]()}[Vr(177)](){const t=Vr;this[t(197)](this[t(235)](),this[t(192)],this[t(231)]),this[t(186)]()}[Vr(170)](){const t=Vr,e=[];let n=this[t(211)];for(;n;)e[t(240)](n),n=n[t(184)];return e}[Vr(190)](t,e){const n=Vr,r=Jn(this[n(231)]);dr(r,t,e),Fr(r,this[n(231)])||(this[n(231)]=r,this[n(171)](r))}[Vr(243)](t){const e=Vr,n=Jn(this[e(231)]);Gr(n,t),Fr(n,this[e(231)])||(this[e(231)]=n,this[e(171)](this[e(231)]))}[Vr(204)](){const t=Vr;return{id:this.id,type:this[t(169)]?this[t(247)]+":"+this[t(169)]:this[t(247)],authorId:this[t(174)].id,createdAt:this[t(181)],hasComments:this[t(226)],data:this[t(192)],attributes:this[t(231)]}}static[Vr(201)](){const t=Vr;return(0,e.uid)()[t(178)](1,5)}}function Kr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_DEFAULT_LIST_DEFAULT":return r({string:"default list style",id:"ELEMENT_DEFAULT_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"ELEMENT_MERGE_FIELD":return r({id:"ELEMENT_MERGE_FIELD",string:"merge field",plural:"%0 merge fields"},n);case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion. Press %0 to go to the discussion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion. Press %0 to go to the discussion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion. Press %0 to go to the discussion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"},n);case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"SUGGESTION_THREAD_ARIA_LABEL":return r({string:"Suggestion by %1. Created on %2. %0 reply. %3",plural:"Suggestion by %1. Created on %2. %0 replies. %3",id:"SUGGESTION_THREAD_ARIA_LABEL"},n);case"SUGGESTION_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"SUGGESTION_THREAD_DESCRIPTION"});default:return e}}const Xr=qr;function qr(t,e){const n=Zr();return(qr=function(t,e){return n[t-=140]})(t,e)}function Zr(){const t=["match","end","*Change to:* %0","_handleRenameSuggestionDescription","type","*Split:* %0","isObject","insertion","15072444kzDdxe","$1 $2","registerDescriptionCallback","ELEMENT_SPACE","addContainer","skip","getItemLabel","removeObject","EmptyContainer","_schema","$text","_customCallbacks","_itemLabelsCallbacks","add","text","*Insert:* %0","isEmpty","removeEmptyContainer","elementStart","nextSibling","replace","registerElementLabel","*Merge:* %0","*Remove:* %0","previousSibling","function","registerAttributeLabel","50488GdBXVB","getFirstRange","_handleAttributeSuggestionDescription","10rgIYwg","attribute","17517XudEIE","set","getDescriptions","$textProxy","subType","softBreak","length","quantity","798KdZyCy","REPLACE_TEXT","_handleCustomCallbackDescription","addObject","push","2002296wQIscL","matchingCallback","_locale","1712213msSaXi","_attributeLabels","map","_itemLabels","isEqual","item","get","_resolveDescriptionItems","deletion","346OcoWaU","removeFormat","normal","element","data","name","Container","removeContainer","checkChild","2431688PbNLEK","20cxwGZZ","*Remove format:* %0","remove","addFormat","37485547YPsdtH","label","*Set format:* %0","indexOf","join","start","elementEnd","Object","nodeAfter","getWalker","has","format","_handleInsertRemoveSuggestionDescription","newValue","key","_addDescriptionItems","isInContent","addEmptyContainer","pop"];return(Zr=function(){return t})()}!function(t){const e=qr,n=t();for(;;)try{if(913737===-parseInt(e(179))/1+parseInt(e(188))/2*(-parseInt(e(163))/3)+parseInt(e(197))/4+parseInt(e(198))/5*(-parseInt(e(176))/6)+parseInt(e(171))/7*(-parseInt(e(158))/8)+parseInt(e(229))/9+-parseInt(e(161))/10*(-parseInt(e(202))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zr);class Jr{constructor(t,e){const n=qr;this[n(142)]=[],this[n(182)]=new Map,this[n(143)]=[],this[n(180)]=new Map,this[n(140)]=t,this[n(178)]=e}[Xr(165)](t){const e=Xr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(169)];o++){const i=t[o];if(!i[e(218)])continue;const a=this[e(173)](i);if(a){if(null!=i[e(167)]){if(r[e(212)](i[e(167)]))continue;r[e(144)](i[e(167)])}n[e(175)](a)}else if(e(162)!=i[e(225)])e(228)!=i[e(225)]&&e(187)!=i[e(225)]||this[e(214)](n,i,t[o+1]);else{const t=i[e(192)][e(216)];if(s[e(212)](t))continue;s[e(144)](i[e(192)][e(216)]),t==Lc?this[e(224)](n,i):this[e(160)](n,i)}}return this[e(186)](n)}[Xr(231)](t){const e=Xr;this[e(142)][e(175)](t)}[Xr(152)](t,n,r=e.priorities[Xr(190)]){const s=Xr;s(156)==typeof t?(0,e.insertToPriorityArray)(this[s(143)],{matchingCallback:t,label:n,priority:r}):this[s(182)][s(164)](t,n)}[Xr(157)](t,e){const n=Xr;this[n(180)][n(164)](t,e)}[Xr(235)](t,e=1){const n=Xr;let r;for(const e of this[n(143)])if(e[n(177)](t)){r=e[n(203)];break}return r||(r=this[n(182)][n(185)](t[n(193)])),r?r(e):1!==e?e+" "+t[n(193)]+"s":""+t[n(193)]}[Xr(217)](t,e){const n=Xr,r=e[n(159)]()[n(211)](),s=n(228)==e[n(225)]?n(144):n(200);for(const e of r){const o=e[n(184)],i=t[t[n(169)]-1];if(o.is(n(166)))i&&i[n(225)][n(205)](n(194))>-1&&t[n(220)](),i&&n(145)==i[n(225)]?i[s]+=o[n(192)]:t[n(175)]({type:n(145),add:n(144)==s?o[n(192)]:"",remove:n(200)==s?o[n(192)]:""});else if(this[n(140)][n(227)](o)){const a=o;if(i&&i[n(225)][n(205)](n(194))>-1&&t[n(220)](),n(208)==e[n(225)])continue;i&&i[n(225)]==s+n(209)&&i[n(191)][n(193)]==a[n(193)]?i[n(170)]++:t[n(175)]({type:s+n(209),element:a,quantity:1}),r[n(234)]((t=>!(n(208)==t[n(225)]&&t[n(184)]==o)))}else if(this[n(140)][n(196)](o,n(141))||o.is(n(191),n(168))){const r=o;if(n(144)==s&&n(149)==e[n(225)]||n(200)==s&&n(208)==e[n(225)])continue;if(i&&-1==i[n(225)][n(205)](n(194))){n(145)==i[n(225)]&&(i[s]+="\n");continue}let a;if(a=n(144)==s?r[n(150)]&&!this[n(140)][n(227)](r[n(150)])?r[n(150)]:null:r[n(155)]&&!this[n(140)][n(227)](r[n(155)])?r[n(155)]:null,r[n(147)]||a&&a[n(147)]){const e=a&&a[n(147)]?a:r;i&&i[n(225)]==s+n(237)&&i[n(191)][n(193)]==e[n(193)]?i[n(170)]++:t[n(175)]({type:s+n(237),element:e,quantity:1})}else t[n(175)]({type:s+n(194),element:r})}}}[Xr(186)](t){const e=Xr,n=this[e(178)],r=[],s=[],o=[];for(const i of t)switch(i[e(225)]){case e(145):if(i[e(144)]=i[e(144)][e(151)](/(\S)\u000A+(\S)/g,e(230))[e(151)](/\u000A/g,""),i[e(200)]=i[e(200)][e(151)](/(\S)\u000A+(\S)/g,e(230))[e(151)](/\u000A/g,""),""!=i[e(144)]&&""!=i[e(200)]){r[e(175)]({type:e(151),content:Kr(n,e(172),['"'+i[e(200)]+'"','"'+i[e(144)]+'"'])});continue}if(null!=i[e(144)][e(221)](/^ +$/)){r[e(175)]({type:e(228),content:Kr(n,e(146),Kr(n,e(232),i[e(144)][e(169)]))});continue}if(null!=i[e(200)][e(221)](/^ +$/)){r[e(175)]({type:e(187),content:Kr(n,e(154),Kr(n,e(232),i[e(200)][e(169)]))});continue}if(""!=i[e(144)]){r[e(175)]({type:e(228),content:Kr(n,e(146),'"'+i[e(144)]+'"')});continue}r[e(175)]({type:e(187),content:Kr(n,e(154),'"'+i[e(200)]+'"')});continue;case e(219):case e(174):r[e(175)]({type:e(228),content:Kr(n,e(146),this[e(235)](i[e(191)],i[e(170)]))});continue;case e(148):case e(236):r[e(175)]({type:e(187),content:Kr(n,e(154),this[e(235)](i[e(191)],i[e(170)]))});continue;case e(233):r[e(175)]({type:e(228),content:Kr(n,e(226),this[e(235)](i[e(191)],i[e(170)]))});continue;case e(195):r[e(175)]({type:e(187),content:Kr(n,e(153),this[e(235)](i[e(191)],i[e(170)]))});continue;case e(201):s[e(175)](i[e(216)]);continue;case e(189):o[e(175)](i[e(216)]);continue;default:r[e(175)](i)}if(s[e(169)]){const t=s[e(181)]((t=>this[e(180)][e(212)](t)?this[e(180)][e(185)](t):t))[e(206)](", ");r[e(175)]({type:e(213),content:Kr(this[e(178)],e(204),t)})}if(o[e(169)]){const t=o[e(181)]((t=>this[e(180)][e(212)](t)?this[e(180)][e(185)](t):t))[e(206)](", ");r[e(175)]({type:e(213),content:Kr(this[e(178)],e(199),t)})}return r}[Xr(173)](t){const e=Xr;for(const n of this[e(142)]){const r=n(t);if(r&&e(225)in r)return r}}[Xr(160)](t,e){const n=Xr,r=e[n(192)],s=void 0===r[n(215)]?n(189):n(201);t[n(175)]({type:s,key:r[n(216)]})}[Xr(224)](t,e){const n=Xr;t[n(175)]({type:n(213),content:Kr(this[n(178)],n(223),this[n(235)](e[n(159)]()[n(207)][n(210)],1))})}[Xr(214)](t,e,n){const r=Xr;if(this[r(217)](t,e),n&&n[r(159)]()&&!e[r(159)]()[r(222)][r(183)](n[r(159)]()[r(207)])){const n=t[t[r(169)]-1],s=r(228)==e[r(225)]?r(144):r(200);n&&r(145)==n[r(225)]&&(n[s]+="\n")}}}const Yr=Qr;function Qr(t,e){const n=$r();return(Qr=function(t,e){return n[t-=168]})(t,e)}function $r(){const t=["2505XXihkd","TrackChangesEditing","plugins","28294jhpOFS","6577587kaBqHn","editor","get","8CuHFwt","500564uytIzv","commands","350831XOXljW","showAIAssistant","afterInit","10XXlDAk","enableCommand","2864022HXEZHR","971670JdDVGb","1286vHabUc"];return($r=function(){return t})()}!function(t){const e=Qr,n=t();for(;;)try{if(382865===parseInt(e(180))/1+parseInt(e(169))/2*(-parseInt(e(170))/3)+parseInt(e(178))/4+parseInt(e(168))/5+-parseInt(e(185))/6+parseInt(e(173))/7*(-parseInt(e(177))/8)+parseInt(e(174))/9*(parseInt(e(183))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ts extends t.Plugin{[Yr(182)](){const t=Yr,e=this[t(175)],n=e[t(172)][t(176)](t(171));e[t(179)][t(176)](t(181))&&n[t(184)](t(181))}}const es=ns;function ns(t,e){const n=rs();return(ns=function(t,e){return n[t-=319]})(t,e)}function rs(){const t=["registerAttributeLabel","formatBlock","get","426AgTuyk","format","FORMAT_JUSTIFY_TEXT","FORMAT_ALIGNMENT","editor","558570rkCxWC","FORMAT_ALIGN_TO_RIGHT","_registerLegacyDescription","descriptionFactory","FORMAT_ALIGN_TO_LEFT","afterInit","plugins","73199RjmmCK","justify","*Format:* %0","FORMAT_ALIGN_TO_CENTER","registerBlockAttribute","531mrBCZj","1896838xDViNp","value","4563775NuatMy","TrackChangesEditing","type","registerDescriptionCallback","commandParams","commandName","locale","alignment","has","enableDefaultAttributesIntegration","23752xxKilE","center","10206984sgSasR","right","left","384wcjhGV","904373dzZcTs","AlignmentEditing"];return(rs=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(977033===-parseInt(e(351))/1+parseInt(e(333))/2+-parseInt(e(356))/3*(parseInt(e(345))/4)+-parseInt(e(335))/5+-parseInt(e(350))/6*(-parseInt(e(327))/7)+-parseInt(e(347))/8+-parseInt(e(332))/9*(-parseInt(e(320))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rs);class ss extends t.Plugin{[es(325)](){const t=es,e=this[t(319)],n=e[t(341)];if(!e[t(326)][t(343)](t(352)))return;const r=e[t(326)][t(355)](t(336));r[t(344)](t(342)),r[t(331)](t(342)),r[t(323)][t(353)](t(342),Kr(n,t(359))),this[t(322)]()}[es(322)](){const t=es,e=this[t(319)],n=e[t(341)];e[t(326)][t(355)](t(336))[t(323)][t(338)]((e=>{const r=t;if(r(354)!=e[r(337)])return;const{data:s}=e;if(s&&r(342)==s[r(340)]){const t=s[r(339)][0][r(334)];return{type:r(357),content:Kr(n,r(329),function(t){const e=r;switch(t){case e(349):return Kr(n,e(324));case e(348):return Kr(n,e(321));case e(346):return Kr(n,e(330));case e(328):return Kr(n,e(358))}}(t))}}}))}}const os=as;function is(){const t=["36bTwRGp","underline","plugins","FORMAT_SUBSCRIPT","642761mgUMyn","enableDefaultAttributesIntegration","SubscriptEditing","FORMAT_BOLD","FORMAT_","superscript","1662525HVLIeB","*Remove format:* %0","forceValue","CodeEditing","editor","StrikethroughEditing","get","7058380SzDazs","type","has","registerInlineAttribute","8548PBjpgt","TrackChangesEditing","1630315UQoqfB","bold","descriptionFactory","FORMAT_ITALIC","toUpperCase","subscript","code","167178dGqyLw","formatInline","FORMAT_STRIKETHROUGH","commandName","locale","*Format:* %0","40cbhHWi","registerAttributeLabel","strikethrough","afterInit","format","toLowerCase","commandParams","registerDescriptionCallback","6Whbhpd","slice","SuperscriptEditing","ItalicEditing","UnderlineEditing","FORMAT_UNDERLINE","FORMAT_CODE","BoldEditing","FORMAT_SUPERSCRIPT","italic","_registerLegacyDescription","441944bOdqQE"];return(is=function(){return t})()}function as(t,e){const n=is();return(as=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=as,n=t();for(;;)try{if(235915===parseInt(e(255))/1+-parseInt(e(280))/2+parseInt(e(281))/3*(parseInt(e(246))/4)+parseInt(e(248))/5*(parseInt(e(269))/6)+parseInt(e(285))/7*(parseInt(e(261))/8)+parseInt(e(235))/9+-parseInt(e(242))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);const cs=[os(276),os(272),os(273),os(238),os(240),os(287),os(271)];class us extends t.Plugin{[os(264)](){const t=os,e=this[t(239)],n=e[t(283)][t(241)](t(247)),r=e[t(259)];for(const s of cs){if(!e[t(283)][t(244)](s))continue;const o=s[t(270)](0,-7)[t(266)](),i=t(233)+o[t(252)]();n[t(286)](o),n[t(245)](o),n[t(250)][t(262)](o,Kr(r,i))}this[t(279)]()}[os(279)](){const t=os,e=this[t(239)],n=e[t(259)],r=e[t(283)][t(241)](t(247));function s(e,s){const o=t;r[o(250)][o(268)]((t=>{const r=o;if(r(256)!=t[r(243)])return;const{data:i}=t;return i&&i[r(258)]===e?i[r(267)][0][r(237)]?{type:r(265),content:Kr(n,r(260),s)}:{type:r(265),content:Kr(n,r(236),s)}:void 0}))}s(t(249),Kr(n,t(288))),s(t(278),Kr(n,t(251))),s(t(282),Kr(n,t(274))),s(t(254),Kr(n,t(275))),s(t(263),Kr(n,t(257))),s(t(253),Kr(n,t(284))),s(t(234),Kr(n,t(277)))}}const ls=gs;!function(t){const e=gs,n=t();for(;;)try{if(229140===parseInt(e(169))/1+-parseInt(e(129))/2+parseInt(e(166))/3*(-parseInt(e(161))/4)+-parseInt(e(148))/5+-parseInt(e(145))/6+-parseInt(e(128))/7*(-parseInt(e(163))/8)+parseInt(e(149))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ds);class fs extends t.Plugin{[ls(162)](){const t=ls,e=this[t(164)],n=e[t(165)];if(!e[t(170)][t(140)](t(135)))return;const r=e[t(170)][t(143)](t(159)),s=this[t(164)][t(167)][t(143)](t(157));r[t(142)](t(157),((n,o={})=>{const i=t,a=this[i(164)][i(151)][i(134)][i(153)],c=o&&void 0!==o[i(133)]?o[i(133)]:!s[i(147)];let u=[];if(c){const t=Array[i(132)](a[i(154)]())[i(160)]((t=>hs(t)||function(t,e){const n=i,r=e[n(156)](t[n(168)],n(157)),s=e[n(156)]([n(141),n(157)],t);return r&&s}(t,this[i(164)][i(151)][i(158)])));u=k(t,e[i(151)])}else{const t=Array[i(132)](a[i(154)]())[i(160)]((t=>hs(t)));u=k(t,e[i(151)])}e[i(151)][i(152)]((()=>{const t=i;for(const e of u)r[t(146)](e,{commandName:t(157),commandParams:[{forceValue:c}]})}))})),r[t(155)][t(130)]((e=>{const r=t,{data:s}=e;if(s&&r(157)==s[r(144)]){const t=Kr(n,r(137));return s[r(136)][0][r(133)]?{type:r(150),content:Kr(n,r(138),t)}:{type:r(150),content:Kr(n,r(131),t)}}}))}}function hs(t){const e=ls;return e(157)==t[e(168)][e(139)]}function gs(t,e){const n=ds();return(gs=function(t,e){return n[t-=128]})(t,e)}function ds(){const t=["markBlockFormat","value","1024435fKSgnp","3885147fxLqMX","format","model","change","selection","getSelectedBlocks","descriptionFactory","checkChild","blockQuote","schema","TrackChangesEditing","filter","4RyDTZF","afterInit","28136pWJybo","editor","locale","484971gUbvNt","commands","parent","453774VpcATP","plugins","294kbQKUL","256318Iobeco","registerDescriptionCallback","*Remove format:* %0","from","forceValue","document","BlockQuoteEditing","commandParams","ELEMENT_BLOCK_QUOTE","*Set format:* %0","name","has","$root","enableCommand","get","commandName","1855968klvwbo"];return(ds=function(){return t})()}function ps(t,e){const n=Is();return(ps=function(t,e){return n[t-=228]})(t,e)}const ms=ps;function Is(){const t=["changeCaseTitle","TrackChangesEditing","1651968ksxIHa","changeCaseUpper","has","CaseChange","afterInit","editor","157684kEbNlu","12cPixyV","plugins","3648OVEBFg","get","changeCaseLower","350320vPbMfg","1154794WRKCOw","enableCommand","8705151HhuxaH","1810645qhzEjZ","6433tEBrfx"];return(Is=function(){return t})()}!function(t){const e=ps,n=t();for(;;)try{if(529469===-parseInt(e(229))/1+-parseInt(e(230))/2+-parseInt(e(244))/3*(-parseInt(e(243))/4)+-parseInt(e(233))/5+parseInt(e(237))/6+parseInt(e(234))/7*(parseInt(e(246))/8)+parseInt(e(232))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class Es extends t.Plugin{[ms(241)](){const t=ms,e=this[t(242)];e[t(245)][t(239)](t(240))&&(e[t(245)][t(247)](t(236))[t(231)](t(238)),e[t(245)][t(247)](t(236))[t(231)](t(228)),e[t(245)][t(247)](t(236))[t(231)](t(235)))}}function bs(t,e){const n=_s();return(bs=function(t,e){return n[t-=385]})(t,e)}const Ts=bs;function _s(){const t=["1647720boWqXI","TrackChangesEditing","ckbox","291348PHCXNc","553356cXBOnj","74394jYoPGF","afterInit","1626208dGnHCy","8JEJVTg","get","commands","342174jHsWNl","8jeKKlr","35Glezoz","plugins","editor","4238810OEDEbD","enableCommand"];return(_s=function(){return t})()}!function(t){const e=bs,n=t();for(;;)try{if(223463===parseInt(e(393))/1*(parseInt(e(390))/2)+parseInt(e(389))/3+-parseInt(e(392))/4+-parseInt(e(398))/5*(-parseInt(e(388))/6)+parseInt(e(396))/7+parseInt(e(397))/8*(parseInt(e(385))/9)+-parseInt(e(401))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_s);class ys extends t.Plugin{[Ts(391)](){const t=Ts,e=this[t(400)];e[t(395)][t(394)](t(387))&&e[t(399)][t(394)](t(386))[t(402)](t(387))}}const As=Cs;function ks(){const t=["517008YJEZXu","17390NySfni","28WrADbB","77MVZCZq","enableCommand","ELEMENT_CODE_BLOCK","type","selection","config","change","7392HjNnDc","from","blockName","get","descriptionFactory","*Remove format:* %0","model","675358dnMnBs","codeBlock","outdentCodeBlock","parent","getSelectedBlocks","commands","registerDescriptionCallback","71106yRqwoX","TrackChangesEditing","isLimit","has","commandName","CodeBlock","label","checkChild","schema","toLowerCase","rootElement","*Set format:* %0","markBlockFormat","plugins","format","1rIrhOY","commandParams","find","name","afterInit","value","editor","1002boGCMj","4301KpFjpr","language","16281044wfjetz","forceValue","indentCodeBlock","filter","formatBlock","59460AJqgWc","846zzGHZh","document","locale","registerElementLabel","languages"];return(ks=function(){return t})()}function Cs(t,e){const n=ks();return(Cs=function(t,e){return n[t-=472]})(t,e)}!function(t){const e=Cs,n=t();for(;;)try{if(450509===-parseInt(e(509))/1*(-parseInt(e(487))/2)+-parseInt(e(494))/3*(parseInt(e(472))/4)+parseInt(e(531))/5*(-parseInt(e(516))/6)+-parseInt(e(473))/7*(parseInt(e(530))/8)+parseInt(e(525))/9*(parseInt(e(524))/10)+-parseInt(e(517))/11*(parseInt(e(480))/12)+parseInt(e(519))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class Ns extends t.Plugin{[As(513)](){const t=As,e=this[t(515)];if(!e[t(507)][t(497)](t(499)))return;const n=e[t(507)][t(483)](t(495)),r=e[t(527)],s=e[t(478)][t(483)](t(488))[t(529)],o=e[t(492)][t(483)](t(488));n[t(474)](t(521)),n[t(474)](t(489)),n[t(474)](t(488),((r,i={})=>{const a=t,c=e[a(486)],u=e[a(486)][a(526)][a(477)],l=i&&void 0!==i[a(520)]?i[a(520)]:!o[a(514)];let f;i[a(518)]||(i[a(518)]=s[0][a(518)]),f=l?Array[a(481)](u[a(491)]())[a(522)]((t=>Ls(t)||function(t,e){const n=a;return!t.is(n(504))&&!e[n(496)](t)&&e[n(501)](t[n(490)],n(488))}(t,c[a(502)]))):Array[a(481)](u[a(491)]())[a(522)]((t=>Ls(t)));const h=k(f,c);c[a(479)]((()=>{const t=a;for(const e of h)n[t(506)](e,{commandName:t(488),commandParams:[{...i,forceValue:l}],formatGroupId:t(482)})}))})),n[t(484)][t(528)](t(488),(e=>Kr(r,t(475),e))),n[t(484)][t(493)]((e=>{const n=t;if(n(523)!=e[n(476)])return;const o=r.t,{data:i}=e;if(!i||n(488)!=i[n(498)])return;const a=i[n(510)][0][n(518)],c=o(s[n(511)]((t=>t[n(518)]===a))[n(500)])[n(503)]();return i[n(510)][0][n(520)]?{type:n(508),content:Kr(r,n(505),Kr(r,n(475),1)+" ("+c+")")}:{type:n(508),content:Kr(r,n(485),Kr(r,n(475),1))}}))}}function Ls(t){const e=As;return e(488)==t[e(512)]}const Rs=Ms;function Ss(){const t=["enableCommand","466068dqbMgX","editor","8FcrIkq","124KJjmHP","162834dtRAEp","5UWNFNh","addCommentThread","plugins","3676308aBJoSc","CommentsEditing","46RGmoaU","6163641mdZQdR","has","get","TrackChangesEditing","11365220UZfqQN","afterInit","2787020cTehMt"];return(Ss=function(){return t})()}function Ms(t,e){const n=Ss();return(Ms=function(t,e){return n[t-=281]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(354240===parseInt(e(282))/1*(-parseInt(e(289))/2)+-parseInt(e(298))/3+parseInt(e(296))/4+parseInt(e(284))/5*(-parseInt(e(287))/6)+-parseInt(e(283))/7*(parseInt(e(281))/8)+-parseInt(e(290))/9+parseInt(e(294))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ss);class vs extends t.Plugin{[Rs(295)](){const t=Rs,e=this[t(299)];e[t(286)][t(291)](t(288))&&e[t(286)][t(292)](t(293))[t(297)](t(285))}}var ws=n(834);function Os(){const t=["ck-suggestion-marker--active","ck-suggestion-marker-","item","isContent","schema","1571184cHBjFd","get","name","plugins","writer","markerName","start","test","isLimit","createUIElement","addHighlight","createRangeOn","model","978890xnuFWZ","mapper","markerRange","hasAttribute","activeMarkers","toViewPosition","getWalker","span","addClass","getCustomProperty","773472JcMUSK","push","getItems","elementEnd","parent","type","consumable","TrackChangesEditing","isBlock","3133756TATgeN","18473623IRPPaL","1812570WWyvWz","bindElementToMarker","previousPosition","nextSibling","1142196cUqusy","includes","isAtEnd","toViewElement","insert"];return(Os=function(){return t})()}function Ds(t,e){const n=Os();return(Ds=function(t,e){return n[t-=224]})(t,e)}function Fs(t,e,n){const r=Ds,s=[];for(const o of e[r(245)]())o[r(236)](t)&&s[r(244)](n[r(231)](o));return s}function Ps(t,e,{showActiveMarker:n=!0}={}){const r=Ds,s=t[r(271)][r(269)](r(250));return(o,i,a)=>{const c=r;if(!a[c(249)][c(227)](i[c(235)],o[c(270)]))return;const u=i[c(235)][c(239)](),l=i[c(235)][c(226)],f=t[c(232)][c(267)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(265)];d=d||f[c(266)](e);const n=a[c(234)][c(261)](e);if(n&&n[c(242)](c(230)))return;c(246)==t[c(248)]&&f[c(251)](e)&&!f[c(228)](e)&&(e[c(257)]||l[c(260)]?h&&h[c(247)]==e||(h=e,m(t[c(256)]),p=!0):g=g||t[c(256)])}function m(t){const r=c,o=a[r(224)][r(229)](r(240),{class:r(264)+e}),u=a[r(234)][r(238)](t);n&&s[r(237)][r(259)](i[r(225)])&&a[r(224)][r(241)](r(263),o),a[r(224)][r(262)](u,o),a[r(234)][r(255)](o,i[r(225)])}d||p||!g||m(g)}}!function(t){const e=Ds,n=t();for(;;)try{if(412377===parseInt(e(243))/1+parseInt(e(233))/2+parseInt(e(258))/3+parseInt(e(252))/4+parseInt(e(254))/5+parseInt(e(268))/6+-parseInt(e(253))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Os);const xs=Bs;function Bs(t,e){const n=Us();return(Bs=function(t,e){return n[t-=174]})(t,e)}function Us(){const t=["start","20993wAEWwj","rootName","640323vNudWf","writer","86oiujnJ","createSelection","commands","editor","3762204QJyyXu","bind","editing","348459BLAgNJ","plugins","remove","high","$graveyard","setSelection","1092iDcBWg","uiElement","selection","isCollapsed","showSuggestionHighlights","data","get","unlock","delete","document","modifySelection","detach","mapper","markerNameToElements","forward","104AUJaNr","6524VOOcJl","createRange","end","unbindElementFromMarkerName","lock","options","TrackChangesEditing","removeMarker:suggestion:deletion","requires","model","batch","6401502CGzFFe","merge","root","downcastDispatcher","fromRange","22KglfgA","50MPbBrl","getFirstRange","deleteForward","addMarker:suggestion:deletion","enableCommand","1745UaqDLS","unit","buffer","init","enqueueChange","markerName"];return(Us=function(){return t})()}!function(t){const e=Bs,n=t();for(;;)try{if(537123===-parseInt(e(229))/1*(-parseInt(e(200))/2)+parseInt(e(207))/3+-parseInt(e(213))/4*(-parseInt(e(189))/5)+parseInt(e(178))/6+-parseInt(e(196))/7*(parseInt(e(228))/8)+-parseInt(e(198))/9*(parseInt(e(184))/10)+parseInt(e(183))/11*(-parseInt(e(204))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Us);class js extends t.Plugin{static get[xs(175)](){return[ws.Delete]}[xs(192)](){const t=xs,e=this[t(203)],n=e[t(208)][t(219)](t(235));n[t(188)](t(221));const r=e[t(202)][t(219)](t(186));n[t(188)](t(186),((n,s={})=>{const o=t,a=e[o(176)][o(201)](e[o(176)][o(222)][o(215)]);a[o(216)]&&e[o(176)][o(223)](a,{direction:o(227),unit:s[o(190)]});const c=a[o(185)](),u=i.LiveRange[o(182)](c);let l;n(s),l=o(211)==u[o(180)][o(197)]?e[o(176)][o(230)](c[o(195)]):e[o(176)][o(230)](u[o(195)],u[o(231)]),u[o(224)](),e[o(176)][o(193)](r[o(191)][o(177)],(t=>{const e=o;r[e(191)][e(233)](),t[e(212)](t[e(230)](l[e(231)])),r[e(191)][e(220)]()}))})),e[t(206)][t(181)].on(t(187),Ps(e,t(179)),{priority:t(210)}),e[t(218)][t(181)].on(t(187),((n,r,s)=>{const o=t;s[o(234)][o(217)]&&Ps(e,o(179),{showActiveMarker:!1})[o(205)](this)(n,r,s)}),{priority:t(210)}),e[t(206)][t(181)].on(t(174),((e,n,r)=>{const s=t,o=r[s(225)][s(226)](n[s(194)]);if(o)for(const t of o)t.is(s(214))&&(r[s(225)][s(232)](t,n[s(194)]),r[s(199)][s(209)](t))}),{priority:t(210)})}}const Gs=Hs;function Vs(){const t=["ListEditing","editor","170996SatppA","getFirstRange","toUpperCase","documentList","_suggestionFactory","numberedList","formatBlock","registerAttributeLabel","*Format:* insert into %0","ELEMENT_TODO_LIST","146202TZVglr","outdentList","oldRange","afterInit","todo","locale","push","_LIST","plugins","todoListChecked","customBulletedList","listType","commandParams","listItemId","getSuggestions","newRange","value","3835110BoSyYv","forceValue","*Split:* list item","removeMarker","1098243DCwWOO","_supportLegacySuggestions","high","accept","nextSibling","getAttribute","meta","ELEMENT_","*Check item*","listStyle","listStart","getSuggestion","hasSuggestion","newValue","range","listIndent","end","next","suggestion","document","getFirstMarker","selection","716519LZaQjM","*Merge:* list item","list.multiBlock","_registerLegacyDescription","_getAttributeKey","*Change to:* %0","containsItem","mergeListItemBackward","find","suggestion:attribute:","from","isNextTo","get","FORMAT_INDENT","model","attributeKey","startsWith","_findSuggestions","data","change:data","oldValue","createPositionAt","batch","checkTodoList","numbered","format","registerElementLabel","head","_splitMarkerName","refresh","previousSibling","*Merge:* %0","has","commands","registerDescriptionCallback","attributes","splitListItemBefore","nodeAfter","trackChangesCommand","default","99UGCfHs","deletion","218168IYgeEH","196YOAouC","customNumberedList","TrackChangesEditing","setSelection","type","bulletedList","schema","isObject","ELEMENT_NUMBERED_LIST","*Remove format:* %0","fromRange","listMarker","multipleBlocks","noTrackChangesFixer","assureChains","groupId","970380vgeTGk","getChanges","listItemIdFixer","*Outdent:* %0","map","setAttribute","*Set format:* %0","listMarkerStyle","*Format:* remove from %0","*Indent:* %0","registerCustomCallback","mergeListItemForward","splitListItemAfter","TodoListEditing","todoList","commandName","filter","registerPostFixer","isLocal","change","4aOhVSp","size","config","detach","todoListCheck","bulleted","getRanges","includes","enableDefaultAttributesIntegration","registerBlockAttribute","execute","createRange","attribute","start","descriptionFactory","ELEMENT_BULLETED_LIST","parent","getChangedMarkers","*Uncheck item*","length","ELEMENT_LIST_ITEM","name","indentList","isUndo","key","differ","add","listReversed"];return(Vs=function(){return t})()}function Hs(t,e){const n=Vs();return(Hs=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=Hs,n=t();for(;;)try{if(431776===parseInt(e(182))/1+parseInt(e(261))/2*(-parseInt(e(160))/3)+parseInt(e(129))/4+-parseInt(e(241))/5+parseInt(e(139))/6*(parseInt(e(225))/7)+-parseInt(e(224))/8*(-parseInt(e(222))/9)+-parseInt(e(156))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class zs extends t.Plugin{[Gs(142)](){const t=Gs,e=this[t(128)];if(!e[t(147)][t(214)](t(127)))return;const n=e[t(144)],r=e[t(147)][t(194)](t(227)),s=e[t(147)][t(214)](t(254)),o=!!e[t(263)][t(194)](t(184));function i(e){const r=t;return{type:r(207),content:""+Kr(n,r(247),e)}}function a(e){const r=t;return{type:r(207),content:""+Kr(n,r(234),e)}}r[t(269)](t(134)),r[t(269)](t(230)),r[t(269)](t(226)),r[t(269)](t(149)),r[t(269)](t(121)),r[t(269)](t(140)),r[t(269)](t(253)),r[t(269)](t(218)),r[t(270)](t(152)),r[t(270)](t(150)),r[t(270)](t(175)),o&&(r[t(269)](t(189)),r[t(269)](t(252))),s&&(r[t(269)](t(255)),r[t(269)](t(205)),r[t(270)](t(148)),r[t(275)][t(216)]((e=>{const r=t,{data:s}=e;if(s&&r(148)==s[r(123)])return{type:r(207),content:s[r(173)]?Kr(n,r(168)):Kr(n,r(279))}})),this[t(128)][t(196)][t(179)][t(258)]((e=>{const n=t;if(e[n(204)][n(122)])return!1;let s=!1;const o=r[n(153)]({skipNotAttached:!0})[n(257)]((t=>n(148)===r[n(186)](t)));for(const t of o)n(143)!=t[n(130)]()[n(274)][n(219)][n(165)](n(150))&&(r[n(199)](t[n(130)](),n(273))[n(190)]((t=>n(150)===r[n(186)](t[n(178)])))||(e[n(159)](t[n(180)]()),s=!0));return s}))),r[t(275)][t(136)](t(175),Kr(n,t(195)));const c={type:t(207),content:""};r[t(275)][t(216)]((e=>{const r=t,{data:s}=e;if(!s||r(150)!=s[r(123)])return;let u=e[r(209)];for(;u;){if(u[r(200)]&&((r(169)==u[r(200)][r(123)]||r(248)==u[r(200)][r(123)])&&(u[r(200)][r(173)]&&r(221)!=u[r(200)][r(173)]||r(221)!=u[r(200)][r(202)]&&!s[r(173)])||!o&&u[r(200)][r(123)]==Lc))return c;u=u[r(177)]}if(null==s[r(173)])switch(s[r(202)]){case r(266):return a(Kr(n,r(276)));case r(206):return a(Kr(n,r(233)));case r(143):return a(Kr(n,r(138)))}switch(s[r(173)]){case r(266):return i(Kr(n,r(276)));case r(206):return i(Kr(n,r(233)));case r(143):return i(Kr(n,r(138)))}})),r[t(275)][t(216)]((e=>{const n=t,{data:r}=e;if(r&&n(175)==r[n(123)])return null==r[n(173)]||null==r[n(202)]&&0==r[n(173)]?c:void 0})),r[t(275)][t(216)]((e=>{const r=t;if(r(273)!=e[r(229)])return;const{data:s}=e;if(!s||r(152)!=s[r(123)])return;const o=Ws(e);return r(173)==o?{type:r(207),content:Kr(n,r(183))}:r(202)==o?{type:r(207),content:Kr(n,r(158))}:c})),e[t(196)][t(179)][t(258)]((e=>this[t(243)](e))),e[t(196)][t(179)][t(258)]((e=>this[t(238)](e))),e[t(196)][t(179)].on(t(201),((e,n)=>{const r=t;if(n[r(122)]||!n[r(259)])return!1;this[r(239)]()}),{priority:t(162)}),this[t(161)]()}[Gs(243)](t){const e=Gs;if(t[e(204)][e(122)]||!t[e(204)][e(259)])return!1;let n=!1;const r=this[e(128)][e(147)][e(194)](e(227))[e(153)]({skipNotAttached:!0})[e(257)]((t=>t[e(200)]&&e(152)==t[e(200)][e(123)]))[e(257)]((t=>t[e(200)][e(173)]&&t[e(200)][e(202)]));for(const s of r)Ws(s)||(t[e(159)](s[e(180)]()),n=!0);return n}[Gs(238)](t){const e=Gs;if(t[e(204)][e(122)]||!t[e(204)][e(259)])return!1;const n=this[e(128)][e(147)][e(194)](e(227));if(n[e(220)][e(155)])return!1;let r=!1;const s=[e(150),e(152),e(175),e(169),e(170),e(126),e(265),e(236),e(248)],o=this[e(128)][e(196)][e(179)][e(124)][e(242)]()[e(257)]((t=>e(273)==t[e(229)]))[e(257)]((t=>s[e(268)](t[e(197)])));if(0==o[e(280)])return r;for(const i of o){const o=n[e(199)](i[e(174)],e(273))[e(257)]((t=>!t[e(166)][e(193)]))[e(245)]((t=>t[e(178)]))[e(257)]((t=>{const r=e,o=n[r(186)](t);return s[r(268)](o)}));if(o[e(280)]){for(const n of o)t[e(159)](n[e(180)]());r=!0}}return r}[Gs(239)](){const t=Gs,e=this[t(128)][t(147)][t(194)](t(227)),n=[t(150),t(152),t(175),t(169),t(170),t(126),t(265),t(236),t(248)];let r;const s=new Set(this[t(128)][t(196)][t(179)][t(124)][t(278)]()[t(257)]((r=>{const s=t;if(r[s(200)][s(141)]||!r[s(200)][s(154)])return null;if(!r[s(282)][s(198)](s(191)))return null;const{id:o}=e[s(210)](r[s(282)]);if(!e[s(172)](o))return null;const i=e[s(171)](o);return n[s(268)](i[s(200)][s(123)])}))[t(245)]((n=>{const s=t,{id:o}=e[s(210)](n[s(282)]),i=e[s(171)](o);return r=i[s(217)][s(240)],i[s(130)]()[s(274)][s(219)]})));if(0==s[t(262)])return;const o=e[t(153)]({skipNotAttached:!0})[t(257)]((e=>t(273)==e[t(229)]&&e[t(200)]&&n[t(268)](e[t(200)][t(123)])&&e[t(217)][t(240)]!=r))[t(245)]((e=>({listItem:e[t(130)]()[t(274)][t(219)],groupId:e[t(217)][t(240)]}))),i=new Set;for(const{groupId:e,listItem:n}of o)s[t(214)](n)&&i[t(125)](e);for(const n of e[t(153)]())i[t(214)](n[t(217)][t(240)])&&n[t(246)](t(240),r)}[Gs(161)](){const t=Gs,e=this[t(128)],n=e[t(144)],r=e[t(147)][t(194)](t(227));this[t(185)](),r[t(133)][t(251)](t(135),t(132),t(163),(function(n,r){const s=t,o=[];for(let t of n)t[s(274)][s(219)]===t[s(176)][s(277)]&&(t=e[s(196)][s(272)](e[s(196)][s(203)](t[s(274)][s(219)],0))),o[s(145)](t);e[s(196)][s(260)]((t=>{const n=s,a=e[n(196)][n(179)][n(181)],c=Array[n(192)](a[n(267)]())[n(245)]((t=>i.LiveRange[n(235)](t)));t[n(228)](o),e[n(215)][n(194)](r[n(256)])[n(211)](),r[n(151)][n(145)]({forceDefaultExecution:!0}),e[n(271)](r[n(256)],...r[n(151)]),t[n(228)](c);for(const t of c)t[n(264)]()}))})),r[t(275)][t(208)]((function(n){const r=t,s=!e[r(196)][r(231)][r(232)](n),o=n[r(212)],i=n[r(164)],a=n[r(165)](r(152)),c=!o||o[r(165)](r(152))!==a,u=!i||i[r(165)](r(152))!==a;return s&&Boolean(a)&&c&&u}),(e=>Kr(n,t(281),e)))}[Gs(185)](){const t=Gs,e=this[t(128)],n=e[t(144)];function r(n){const r=t,s=e[r(215)][r(194)](r(230))[r(155)],o=e[r(215)][r(194)](r(134))[r(155)];return r(134)===n?s:o}e[t(147)][t(194)](t(227))[t(275)][t(216)]((function(s){const o=t;if(o(135)!=s[o(229)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(256)]){case o(230):u=i[o(151)][0][o(157)],l=r(i[o(256)]),a=o(u?137:249),!l&&e[o(263)][o(194)](o(184))||(a=o(187)),c={type:o(207),content:Kr(n,a,Kr(n,o(276)))};break;case o(134):u=i[o(151)][0][o(157)],l=r(i[o(256)]),a=o(u?137:249),!l&&e[o(263)][o(194)](o(184))||(a=o(187)),c={type:o(207),content:Kr(n,a,Kr(n,o(233)))};break;case o(121):a=o(250),c={type:o(207),content:Kr(n,a,Kr(n,o(281)))};break;case o(140):a=function(t){const e=o,n=t[e(130)]();let r=n[e(274)][e(219)];for(;r&&n[e(188)](r);){if(r[e(165)](e(175))>0)return!1;r=r[e(164)]}return!0}(s)?Kr(n,o(249),Kr(n,function(t){const e=o;return e(167)+t[e(130)]()[e(274)][e(219)][e(165)](e(150))[e(131)]()+e(146)}(s))):Kr(n,o(244),Kr(n,o(281))),c={type:o(207),content:a};break;case o(189):case o(252):!1===i[o(237)]&&(a=o(213),c={type:o(223),content:Kr(n,a,Kr(n,o(281)))})}return c}))}}function Ws(t){const e=Gs;let n=t[e(130)]()[e(274)][e(219)][e(212)];for(;n;){const r=n[e(165)](e(152));if(!r)return!1;if(r==t[e(200)][e(173)])return e(173);if(r==t[e(200)][e(202)])return e(202);n=n[e(212)]}return!1}const Ks=Xs;function Xs(t,e){const n=qs();return(Xs=function(t,e){return n[t-=363]})(t,e)}function qs(){const t=["registerBlockAttribute","removeMarker","*Set format:* %0","*Remove format:* %0","2456748AGWTiS","listReversed","registerDescriptionCallback","enableDefaultAttributesIntegration","_LIST_","upper-latin","FORMAT_LIST_START","commandParams","oldValue","newValue","listStyle","styles","formatBlock","find","ELEMENT_","numbered","has","listStart","registerPostFixer","72508KsyRCE","locale","_getTranslationKeyForListStyle","editor","document","FORMAT_LIST_REVERSED","_getAttributeKey","commandName","list.properties","decimal","descriptionFactory","default","batch","269093znurEY","decimal-leading-zero","get","afterInit","plugins","_registerLegacyDescription","*Format:* set start index to %0","*Format:* set order to reversed","3VKyDox","reversed","288165uJDJCV","head","start","*Change to:* %0","nodeAfter","ListPropertiesEditing","getSuggestions","suggestion","lower-latin","121062tIJSKC","filter","square","model","2460750teCHhX","_LIST_DEFAULT","includes","key","replace","startIndex","isUndo","2iSymDz","attribute","registerAttributeLabel","next","bind","type","getFirstRange","data","7KWdcCY","disc","getAttribute","format","config","_findSuggestions","toUpperCase","1023328FgMkkd","TrackChangesEditing","bulleted","upper-roman","circle","customNumbered","lower-roman","handleDescriptions","getFirstMarker","*Format:* set order to regular","listType"];return(qs=function(){return t})()}!function(t){const e=Xs,n=t();for(;;)try{if(141367===-parseInt(e(393))/1*(parseInt(e(423))/2)+parseInt(e(401))/3*(-parseInt(e(380))/4)+parseInt(e(403))/5+parseInt(e(412))/6*(-parseInt(e(431))/7)+-parseInt(e(438))/8+parseInt(e(453))/9+parseInt(e(416))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qs);class Zs extends t.Plugin{[Ks(396)](){const t=Ks;if(!this[t(383)][t(397)][t(377)](t(408)))return;const e=this[t(383)][t(435)][t(395)](t(388)),n=this[t(383)][t(397)][t(395)](t(439));e[t(372)]&&(n[t(364)](t(371)),n[t(449)](t(371))),e[t(402)]&&(n[t(364)](t(454)),n[t(449)](t(454))),e[t(421)]&&(n[t(364)](t(378)),n[t(449)](t(378)));const r={type:t(434),content:""};n[t(390)][t(363)](this[t(445)][t(427)](this));const s=this[t(383)][t(381)];n[t(390)][t(425)](t(454),Kr(s,t(385))),n[t(390)][t(363)]((e=>{const n=t,{data:s}=e;if(s&&n(454)==s[n(419)])return null==s[n(370)]||0==s[n(370)]&&null==s[n(369)]?r:void 0})),n[t(390)][t(425)](t(378),Kr(s,t(367))),n[t(390)][t(363)]((e=>{const n=t,{data:s}=e;if(s&&n(378)==s[n(419)])return null==s[n(370)]||1==s[n(370)]&&null==s[n(369)]?r:void 0})),this[t(383)][t(415)][t(384)][t(379)]((e=>{const r=t;if(e[r(392)][r(422)])return!1;let s=!1;const o=n[r(409)]({skipNotAttached:!0})[r(413)]((t=>{const e=r,s=n[e(386)](t);return e(378)==s||e(454)==s}));for(const t of o){const o=t[r(429)]()[r(405)][r(407)][r(433)](r(448));r(376)!=o&&r(443)!=o&&(n[r(436)](t[r(429)](),r(424))[r(374)]((t=>r(448)==n[r(386)](t[r(410)])))||(e[r(450)](t[r(446)]()),s=!0))}return s})),this[t(398)]()}[Ks(445)](t){const e=Ks,n=this[e(383)][e(381)],{data:r}=t,s={type:e(434),content:""};if(!r||e(371)!=r[e(419)])return;if(!r[e(369)])return e(391)==r[e(370)]?s:{type:e(434),content:""+Kr(n,e(451),Kr(n,this[e(382)](r[e(370)])))};if(!r[e(370)]){if(e(391)==r[e(369)])return s;let o=t[e(404)];for(;o;){if(o[e(430)]&&e(448)==o[e(430)][e(419)]&&o[e(430)][e(370)])return s;o=o[e(426)]}return{type:e(434),content:""+Kr(n,e(452),Kr(n,this[e(382)](r[e(369)])))}}if(e(391)!=r[e(370)])return{type:e(434),content:""+Kr(n,e(451),Kr(n,this[e(382)](r[e(370)])))};let o=t[e(404)];for(;o;){if(o[e(430)]&&e(448)==o[e(430)][e(419)]&&o[e(430)][e(370)]&&o[e(430)][e(369)])return s;o=o[e(426)]}const i=t[e(429)]()[e(405)][e(407)][e(433)](e(448));return{type:e(434),content:Kr(n,e(451),Kr(n,e(375)+i[e(437)]()+e(417)))}}[Ks(398)](){const t=Ks,e=this[t(383)],n=e[t(381)];e[t(397)][t(395)](t(439))[t(390)][t(363)]((e=>{const r=t;if(r(373)!=e[r(428)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(387)]){case r(371):o=r(406),i={type:r(434),content:Kr(n,o,Kr(n,this[r(382)](s[r(368)][0][r(428)])))};break;case r(454):o=s[r(368)][0][r(402)]?r(400):r(447),i={type:r(434),content:Kr(n,o)};break;case r(378):o=r(399),i={type:r(434),content:Kr(n,o,s[r(368)][0][r(421)])}}return i}))}[Ks(382)](t){const e=Ks;return e(375)+function(t){const n=e;return Js[n(418)](t)?n(440):Ys[n(418)](t)?n(376):null}(t)[e(437)]()+e(365)+t[e(437)]()[e(420)](/-/g,"_")}}const Js=[Ks(432),Ks(442),Ks(414)],Ys=[Ks(389),Ks(394),Ks(444),Ks(441),Ks(411),Ks(366)];var Qs=n(507);const $s=eo;function to(){const t=["init","mapper","plugins","4dIwFWI","ck-suggestion-marker-split","getFirstPosition","setSelection","getFirstRange","writer","downcastDispatcher","editing","addMarker:suggestion:insertion","9357615IdcxYN","992475ereCBq","markerName","requires","get","selection","createRange","markerNameToElements","remove","detach","afterExecute","487297saAgRP","fire","parent","enterBlock","nextSibling","fromRange","384740jOITHk","split","end","model","showSuggestionHighlights","markInsertion","enter","40vjZPdd","change","bind","commands","unbindElementFromMarkerName","2906304FlqQMh","createPositionAt","enableCommand","732884OSCIwQ","hasClass","high","951377wKTfgH","options","removeMarker:suggestion:insertion","10aFgNIm","document","editor","TrackChangesEditing","data"];return(to=function(){return t})()}function eo(t,e){const n=to();return(eo=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=eo,n=t();for(;;)try{if(469832===-parseInt(e(332))/1+parseInt(e(353))/2+-parseInt(e(322))/3+parseInt(e(367))/4*(parseInt(e(338))/5)+parseInt(e(350))/6+parseInt(e(356))/7*(-parseInt(e(345))/8)+-parseInt(e(321))/9*(-parseInt(e(359))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to);class no extends t.Plugin{static get[$s(324)](){return[Qs.Enter]}[$s(364)](){const t=$s,e=this[t(361)],n=e[t(366)][t(325)](t(362)),r=e[t(348)][t(325)](t(344));n[t(352)](t(344),(()=>{const s=t;e[s(341)][s(346)]((t=>{const o=s,a=e[o(341)][o(360)][o(326)],c=a[o(369)](),u=i.LiveRange[o(337)](a[o(371)]());if(r[o(335)](t)){const r=e[o(341)][o(351)](c[o(334)][o(336)],0),s=t[o(327)](c,r);n[o(343)](s)}else t[o(370)](t[o(327)](u[o(340)]));u[o(330)](),r[o(333)](o(331),{writer:t})}))})),e[t(319)][t(373)].on(t(320),Ps(e,t(339)),{priority:t(355)}),e[t(319)][t(373)].on(t(358),((e,n,r)=>{const s=t,o=r[s(365)][s(328)](n[s(323)]);if(o)for(const t of o)t[s(354)](s(368))&&(r[s(365)][s(349)](t,n[s(323)]),r[s(372)][s(329)](t))}),{priority:t(355)}),e[t(363)][t(373)].on(t(320),((n,r,s)=>{const o=t;s[o(357)][o(342)]&&Ps(e,o(339),{showActiveMarker:!1})[o(347)](this)(n,r,s)}),{priority:t(355)})}}const ro=oo;function so(){const t=["14602707ByNHEU","490hswRDA","10moizBf","filter","replaceAll","string","results","16pwKPNz","handleFindCommand","afterInit","1908TEQBCA","findNext","findPrevious","4841186tFgxjt","find","enableCommand","createRange","model","has","32190114IlcJzr","_isInDeletionRange","markers","isArray","getMarkersGroup","createPositionAt","suggestion:deletion","get","end","getRange","item","getIntersection","bind","991024DZXspB","9744804dhRMIv","FindAndReplaceEditing","findByTextCallback","1005412ienlFb","TrackChangesEditing","replace","start","5aWwvte","plugins","editor","FindAndReplaceUtils"];return(so=function(){return t})()}function oo(t,e){const n=so();return(oo=function(t,e){return n[t-=469]})(t,e)}!function(t){const e=oo,n=t();for(;;)try{if(939731===-parseInt(e(512))/1+-parseInt(e(477))/2*(-parseInt(e(486))/3)+parseInt(e(508))/4+-parseInt(e(472))/5*(parseInt(e(509))/6)+parseInt(e(489))/7*(-parseInt(e(483))/8)+-parseInt(e(476))/9*(-parseInt(e(478))/10)+parseInt(e(495))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(so);class io extends t.Plugin{[ro(485)](){const t=ro;if(!this[t(474)][t(473)][t(494)](t(510)))return;const e=this[t(474)][t(473)][t(502)](t(469));e[t(491)](t(490),this[t(484)][t(507)](this)),e[t(491)](t(487)),e[t(491)](t(488)),e[t(491)](t(470)),e[t(491)](t(480))}[ro(484)](t,e,n={}){const r=ro,s=this[r(474)][r(473)][r(502)](r(475));return t((t=>{const o=r;let i=(o(481)==typeof e?s[o(511)](e,n):e)(t);Array[o(498)](i)&&(i={results:i,searchText:o(481)==typeof e?e:""});const a=i[o(482)][o(479)]((e=>!1===this[o(496)](e,t[o(505)])));return{...i,results:a}}),n)}[ro(496)](t,e){const n=ro,r=this[n(474)][n(493)][n(492)](this[n(474)][n(493)][n(500)](e,t[n(471)]),this[n(474)][n(493)][n(500)](e,t[n(503)]));for(const t of this[n(474)][n(493)][n(497)][n(499)](n(501)))if(null!==r[n(506)](t[n(504)]()))return!0;return!1}}function ao(t,e){const n=lo();return(ao=function(t,e){return n[t-=141]})(t,e)}const co=ao;!function(t){const e=ao,n=t();for(;;)try{if(236429===-parseInt(e(151))/1+-parseInt(e(186))/2*(-parseInt(e(185))/3)+-parseInt(e(163))/4*(parseInt(e(167))/5)+parseInt(e(175))/6+parseInt(e(152))/7*(-parseInt(e(144))/8)+parseInt(e(158))/9*(-parseInt(e(201))/10)+-parseInt(e(159))/11*(-parseInt(e(155))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lo);const uo=[{pluginName:co(149),commandName:co(184)},{pluginName:co(176),commandName:co(157)},{pluginName:co(156),commandName:co(194)},{pluginName:co(164),commandName:co(171)}];function lo(){const t=["label","formatInline","FontSizeEditing","toLowerCase","435226QlrisD","7JbDDzA","FORMAT_FONT_BACKGROUND","config","24bIanIu","FontColorEditing","fontFamily","18azurhk","5484479DwTLCl","*Reset font size*","model","TrackChangesEditing","4sXfxCt","FontBackgroundColorEditing","fontBackgroundColor.colors","registerInlineAttribute","550775ciLGIF","has","title","*Set font color:* %0","fontBackgroundColor","registerAttributeLabel","FORMAT_FONT_SIZE","FORMAT_FONT_FAMILY","234366FAFjSS","FontFamilyEditing","*Set font background color:* %0","fontSize.options","registerDescriptionCallback","editor","find","FORMAT_FONT_COLOR","format","fontSize","5496ulamcQ","202BFbDzV","locale","commandParams","*Reset font color*","trim","get","plugins","_registerLegacyDescription","fontColor","fontColor.colors","afterInit","*Reset font family*","normalizeSizeOptions","*Reset font background color*","*Set font size:* %0","2027740cEBeRK","commandName","enableDefaultAttributesIntegration","FontSize","value","type","271304yhqQom","descriptionFactory","*Set font family:* %0"];return(lo=function(){return t})()}class fo extends t.Plugin{[co(196)](){const t=co,e=this[t(180)][t(187)],n=this[t(180)][t(192)][t(191)](t(162));for(const{pluginName:e,commandName:r}of uo)this[t(180)][t(192)][t(168)](e)&&(n[t(203)](r),n[t(166)](r));n[t(145)][t(172)](t(184),Kr(e,t(173))),n[t(145)][t(172)](t(157),Kr(e,t(174))),n[t(145)][t(172)](t(194),Kr(e,t(182))),n[t(145)][t(172)](t(171),Kr(e,t(153))),this[t(193)]()}[co(193)](){const t=co,e=this[t(180)],n=e[t(187)];e[t(192)][t(191)](t(162))[t(145)][t(179)]((e=>{const r=t,o=n.t;if(r(148)!=e[r(143)])return;const{data:i}=e;if(null!=i){if(r(184)==i[r(202)]){const t=i[r(188)][0][r(142)];if(t){const e=o(this[r(180)][r(192)][r(191)](r(141))[r(198)](this[r(180)][r(154)][r(191)](r(178)))[r(181)]((e=>e[r(161)]==t))[r(169)])[r(150)]();return{type:r(183),content:Kr(n,r(200),e)}}return{type:r(183),content:Kr(n,r(160))}}if(r(157)==i[r(202)]){const t=i[r(188)][0][r(142)];return t?{type:r(183),content:Kr(n,r(146),t)}:{type:r(183),content:Kr(n,r(197))}}if(r(194)==i[r(202)]){const t=i[r(188)][0][r(142)];if(t){const e=(0,s.normalizeColorOptions)(this[r(180)][r(154)][r(191)](r(195)))[r(181)]((e=>e[r(161)]==t));let i=t,a="";return e&&(i=e[r(147)],a=o(i)[r(150)]()),{type:r(183),content:Kr(n,r(170),a)[r(190)](),color:{value:t,title:a||i}}}return{type:r(183),content:Kr(n,r(189))}}if(r(171)==i[r(202)]){const t=i[r(188)][0][r(142)];if(t){const e=(0,s.normalizeColorOptions)(this[r(180)][r(154)][r(191)](r(165)))[r(181)]((e=>e[r(161)]==t));let i=t,a="";return e&&(i=e[r(147)],a=o(i)[r(150)]()),{type:r(183),content:Kr(n,r(177),a)[r(190)](),color:{value:t,title:a||i}}}return{type:r(183),content:Kr(n,r(199))}}}}))}}const ho=go;function go(t,e){const n=po();return(go=function(t,e){return n[t-=306]})(t,e)}function po(){const t=["485404AiGuoS","2KdiaBC","*Set format to:* %0","599514dIsPQc","fontSize","FontSize","pasteFormat","editor","fontSize.options","boolean","copyFormat","2945910lcwYJE","format","fontBackgroundColor","toLowerCase","join","charAt","config","formatInline","entries","143826jMkvWl","slice","locale","3213224DaPlyQ","normalizeSizeOptions","registerDescriptionCallback","TrackChangesEditing","45qTogtJ","*Remove all formatting*","_registerLegacyDescription","descriptionFactory","commandParams","105PUmcPK","push","label","model","commandName","toUpperCase","fontColor","type","split","title","formatBlock","afterInit","9419883bTpwkI","enableCommand","length","589448lxVlOD","enableDefaultAttributesIntegration","plugins","get","commands","find","4AGJEQe","fontColor.colors"];return(po=function(){return t})()}!function(t){const e=go,n=t();for(;;)try{if(253310===parseInt(e(306))/1*(parseInt(e(307))/2)+parseInt(e(309))/3*(-parseInt(e(359))/4)+parseInt(e(338))/5*(-parseInt(e(326))/6)+-parseInt(e(329))/7+parseInt(e(353))/8*(parseInt(e(333))/9)+-parseInt(e(317))/10+parseInt(e(350))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class mo extends t.Plugin{[ho(349)](){const t=ho,e=this[t(313)],n=e[t(355)][t(356)](t(332)),r=e[t(357)][t(356)](t(316)),s=e[t(357)][t(356)](t(312));r&&s&&(n[t(354)](t(312)),n[t(351)](t(316)),this[t(335)]())}[ho(335)](){const t=ho,e=this[t(313)],n=e[t(328)];e[t(355)][t(356)](t(332))[t(336)][t(331)]((r=>{const s=t;if(s(348)!=r[s(345)]&&s(324)!=r[s(345)])return;const{data:o}=r;if(o&&s(312)===o[s(342)]){const t=[],r=o[s(337)][0];for(const[n,o]of Object[s(325)](r))t[s(339)](Io(e,n,o));return t[s(352)]?{type:s(318),content:Kr(n,s(308),t[s(321)](", "))}:{type:s(318),content:Kr(n,s(334))}}}))}}function Io(t,e,n){const r=ho,o=t[r(328)].t,i=e[r(346)](/(?=[A-Z])/)[r(321)](" "),a=o(i[r(322)](0)[r(343)]()+i[r(327)](1))[r(320)]();if(r(315)==typeof n)return a;if(r(344)===e||r(319)===e){const e=(0,s.normalizeColorOptions)(t[r(323)][r(356)](r(360)))[r(358)]((t=>t[r(341)]==n));return a+" ("+(e?o(e[r(340)])[r(320)]():n)+")"}if(r(310)===e&&isNaN(parseFloat(n))){const e=t[r(355)][r(356)](r(311))[r(330)](t[r(323)][r(356)](r(314)))[r(358)]((t=>t[r(341)]==n));return a+" ("+(e?o(e[r(347)])[r(320)]():n)+")"}return a+" ("+n+")"}function Eo(t,e){const n=To();return(Eo=function(t,e){return n[t-=189]})(t,e)}const bo=Eo;function To(){const t=["formatBlock","_registerLegacyDescription","registerDescriptionCallback","640992JsUNWX","name","plugins","1078112MTspnd","enableDefaultAttributesIntegration","view","descriptionFactory","get","4AFYKkz","245950OqfBcv","afterInit","310cBaZqD","locale","2860704aUvAAo","HeadingEditing","match","paragraph","_headingOptions","format","commandName","value","164601yGWMGh","heading","ELEMENT_HEADING_CUSTOM","24rytYeu","TrackChangesEditing","_getHeadingLevel","ELEMENT_HEADING","type","commandParams","509832QMRglE","find","config","3408635dRMkVo","heading.options","editor","registerElementLabel","has","title","*Change to:* %0","model"];return(To=function(){return t})()}!function(t){const e=Eo,n=t();for(;;)try{if(456813===parseInt(e(213))/1+-parseInt(e(192))/2+parseInt(e(227))/3+-parseInt(e(191))/4*(-parseInt(e(216))/5)+-parseInt(e(207))/6*(parseInt(e(230))/7)+parseInt(e(196))/8+-parseInt(e(204))/9*(parseInt(e(194))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(To);class _o extends t.Plugin{[bo(193)](){const t=bo,e=this[t(218)];if(!e[t(229)][t(220)](t(197)))return;this[t(200)]=e[t(215)][t(190)](t(217));const n=e[t(195)],r=e[t(229)][t(190)](t(208));r[t(231)](t(205));for(const e of this[t(200)])t(199)!=e[t(223)]&&r[t(189)][t(219)](e[t(223)],(n=>{const r=t,i=this[r(209)](e[r(223)]);return null!==i?s(n,i):o(n,e[r(221)])}));function s(e,r){return Kr(n,t(210),[e,r])}function o(e,r){return Kr(n,t(206),[e,r])}this[t(225)]()}[bo(225)](){const t=bo,e=this[t(218)],n=e[t(195)];e[t(229)][t(190)](t(208))[t(189)][t(226)]((e=>{const r=t;if(r(224)!=e[r(211)])return;const{data:s}=e;if(s&&r(205)==s[r(202)]){const e=s[r(212)][0][r(203)],c=this[r(209)](e);if(null!==c)return{type:r(201),content:Kr(n,r(222),(a=c,Kr(n,r(210),[1,a])))};const u=this[r(200)][r(214)]((t=>t[r(223)]===e))[r(221)];return{type:r(201),content:Kr(n,r(222),(o=1,i=u,Kr(n,t(206),[o,i])))}}var o,i,a}))}[bo(209)](t){const e=bo;var n,r;const s=t[e(198)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(200)])||void 0===n?void 0:n[e(214)]((n=>n[e(223)]==t));if(o&&o[e(232)]){const t=o[e(232)],n=(null!==(r=t[e(228)])&&void 0!==r?r:t)[e(198)](/^h(\d+)/);if(n)return n[1]}return null}}const yo=Ao;function Ao(t,e){const n=ko();return(Ao=function(t,e){return n[t-=245]})(t,e)}function ko(){const t=["formatInline","has","10jdWQlY","registerAttributeLabel","model","3905970JKjzOc","1586141pPJHYZ","type","registerInlineAttribute","registerDescriptionCallback","plugins","value","TrackChangesEditing","title","toLowerCase","2139556lFuoyX","45012768FGzISn","find","config","locale","enableDefaultAttributesIntegration","1514592KRkmsx","*Set highlight:* %0","format","afterInit","_registerLegacyDescription","commandParams","descriptionFactory","get","HighlightEditing","color","*Remove highlight*","highlight","highlight.options","9925678kousNu","commandName","editor","1824084OPqQbh","FORMAT_HIGHLIGHT"];return(ko=function(){return t})()}!function(t){const e=Ao,n=t();for(;;)try{if(810577===parseInt(e(271))/1+parseInt(e(247))/2+parseInt(e(270))/3+parseInt(e(280))/4*(parseInt(e(267))/5)+parseInt(e(263))/6+parseInt(e(260))/7+-parseInt(e(281))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class Co extends t.Plugin{[yo(250)](){const t=yo,e=this[t(262)];if(!e[t(275)][t(266)](t(255)))return;const n=e[t(275)][t(254)](t(277)),r=e[t(245)];n[t(246)](t(258)),n[t(273)](t(258)),n[t(253)][t(268)](t(258),Kr(r,t(264))),this[t(251)]()}[yo(251)](){const t=yo,e=this[t(262)],n=e[t(245)];e[t(275)][t(254)](t(277))[t(253)][t(274)]((r=>{const s=t;if(s(265)!=r[s(272)])return;const{data:o}=r;if(o&&s(258)==o[s(261)]){const t=n.t,r=o[s(252)][0][s(276)];if(r){const o=e[s(283)][s(254)](s(259))[s(282)]((t=>t[s(269)]==r)),i=t(o[s(278)])[s(279)]();return{type:s(249),content:Kr(n,s(248),i),color:{value:o[s(256)],title:o[s(278)]}}}return{type:s(249),content:Kr(n,s(257),Kr(n,s(264)))}}}))}}const No=Lo;function Lo(t,e){const n=Ro();return(Lo=function(t,e){return n[t-=115]})(t,e)}function Ro(){const t=["1514988vrCuWZ","registerElementLabel","insert","descriptionFactory","showSuggestionHighlights","elementToStructure","get","div","6dtDyuW","dataDowncast","399748wWFwIR","1143495hiRNix","ck-horizontal-line","conversion","addClass","horizontalLine","441191nzOxwp","3310100eeCOMK","4767813ijykBA","for","4536SOqSZu","plugins","5439usbdyK","afterInit","locale","has","2XsPiow","22BilkUk","editor","enableCommand","ELEMENT_HORIZONTAL_LINE","createEmptyElement","createContainerElement","12kQBgtU","createPositionAt","TrackChangesEditing","HorizontalLineEditing","high"];return(Ro=function(){return t})()}!function(t){const e=Lo,n=t();for(;;)try{if(279564===-parseInt(e(116))/1*(parseInt(e(126))/2)+-parseInt(e(133))/3*(parseInt(e(148))/4)+parseInt(e(149))/5*(parseInt(e(146))/6)+-parseInt(e(122))/7*(-parseInt(e(120))/8)+parseInt(e(118))/9+-parseInt(e(117))/10+-parseInt(e(127))/11*(-parseInt(e(138))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ro);class So extends t.Plugin{[No(123)](){const t=No,e=this[t(128)];if(!e[t(121)][t(125)](t(136)))return;e[t(121)][t(144)](t(135))[t(129)](t(115));const n=e[t(121)][t(144)](t(135)),r=e[t(124)];n[t(141)][t(139)](t(115),(e=>Kr(r,t(130),e))),e[t(151)][t(119)](t(147))[t(143)]({model:t(115),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(142)])return null;const o=n[s(132)](s(145)),i=n[s(131)]("hr");return n[s(152)](s(150),o),n[s(140)](n[s(134)](o,0),i),o},converterPriority:t(137)})}}function Mo(){const t=["element","TrackChangesEditing","formatBlock","_registerLegacyDescription","registerBlockAttribute","5557299HYNaHa","6NOCwVz","value","1372584TlBvPg","locale","commandName","rawHtml","registerDescriptionCallback","12QUmgmv","*Change %0 content*","27iZVyOR","get","4CZtDDB","66398XuRgwE","type","registerElementLabel","key","enableDefaultAttributesIntegration","editor","ELEMENT_HTML_EMBED","has","plugins","769422UzOaqb","format","afterInit","htmlEmbed","descriptionFactory","HtmlEmbed","nodeAfter","getFirstRange","2LNAqqy","819100GwenqG","attribute","798469wpSZKL","863990svwxWs","start"];return(Mo=function(){return t})()}const vo=wo;function wo(t,e){const n=Mo();return(wo=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=wo,n=t();for(;;)try{if(165390===-parseInt(e(459))/1*(parseInt(e(442))/2)+-parseInt(e(451))/3*(-parseInt(e(441))/4)+parseInt(e(460))/5+parseInt(e(471))/6*(-parseInt(e(462))/7)+parseInt(e(432))/8+parseInt(e(439))/9*(parseInt(e(463))/10)+parseInt(e(470))/11*(-parseInt(e(437))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mo);class Oo extends t.Plugin{[vo(453)](){const t=vo,e=this[t(447)];if(!e[t(450)][t(449)](t(456)))return;const n=e[t(450)][t(440)](t(466)),r=e[t(433)];n[t(455)][t(444)](t(435),(e=>Kr(r,t(448),e))),n[t(446)](t(454)),n[t(469)](t(472)),n[t(455)][t(436)]((e=>{const n=t;if(n(461)!=e[n(443)])return;const{data:s}=e;if(s&&n(472)==s[n(445)]&&e[n(458)]()[n(464)][n(457)].is(n(465),n(435))){const t=Kr(r,n(448));return{type:n(452),content:Kr(r,n(438),t)}}})),this[t(468)]()}[vo(468)](){const t=vo,e=this[t(447)],n=e[t(433)];e[t(450)][t(440)](t(466))[t(455)][t(436)]((e=>{const r=t;if(r(467)!=e[r(443)])return;const{data:s}=e;if(s&&r(454)==s[r(434)]){const t=Kr(n,r(448));return{type:r(452),content:Kr(n,r(438),t)}}}))}}const Do=Fo;function Fo(t,e){const n=Po();return(Fo=function(t,e){return n[t-=425]})(t,e)}function Po(){const t=["registerBlockAttribute","key","146844vOlMRj","15489QkrQVq","registerAttributeLabel","element","change","forceDefaultExecution","ImageCaptionUtils","afterInit","discard","imageTextAlternative","has","commandParams","ImageInlineEditing","FORMAT_IMAGE_SIZE","attribute","isCollapsed","toNext","imageTypeInline","previous","formatInline","width","ELEMENT_IMAGE","Inline image to block image","_findSuggestions","chain","registerElementLabel","*Remove image text alternative*","deletion","registerCustomCallback","document","caption","isIntersecting","resizedWidth","34044GbYKWN","isBefore","TrackChangesEditing","descriptionFactory","getNearestSelectionRange","filter","selection","enableCommand","find","model","ImageTextAlternativeEditing","get","editor","imageBlock","fromPosition","getCaptionFromImageModelElement","*Reset image width*","ELEMENT_CAPTION","_registerLegacyDescription","24hWGmiH","imageStylePreApply","getFirstRange","ImageUtils","isBlockImage","commandName","isOwn","getClosestSelectedImageElement","ImageBlockEditing","nodeAfter","imageCaption","getSuggestionCallback","registerDescriptionCallback","removeObject","imageInline","188VNZljN","ELEMENT_INLINE_IMAGE","backward","accept","alt","770898diwfwl","markDeletion","toggleImageCaption","*Set image text alternative:* %0","ImageEditing","createRangeOn","plugins","4060DlKdYk","uploadImage","newValue","length","createRange","getContainedElement","ImageUploadEditing","end","_suggestionFactory","forward","ImageCaptionEditing","schema","insertImage","type","toPrevious","locale","markInsertion","772212UQUaFb","nodeBefore","addObject","Block image to inline image","isEqual","findIndex","resizeImage","markBlockFormat","1873410PhEiVn","*Set image width:* %0","convertInlineImageToBlock","formatBlock","format","420389ExkFcR","enableDefaultAttributesIntegration","convertBlockImageToInline","imageTypeBlock","start","detach","ImageResize","insertion","subType","join"];return(Po=function(){return t})()}!function(t){const e=Fo,n=t();for(;;)try{if(268518===parseInt(e(429))/1+-parseInt(e(513))/2+parseInt(e(474))/3*(-parseInt(e(508))/4)+parseInt(e(545))/5+parseInt(e(441))/6+parseInt(e(537))/7*(-parseInt(e(493))/8)+parseInt(e(442))/9*(parseInt(e(520))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Po);class xo extends t.Plugin{[Do(448)](){const t=Do,e=this[t(486)];if(!e[t(519)][t(451)](t(517)))return;const n=e[t(519)][t(485)](t(476)),r=e[t(519)][t(485)](t(496)),s=e[t(535)];n[t(481)](t(532)),n[t(477)][t(466)](t(487),(e=>Kr(s,t(462),e))),n[t(477)][t(466)](t(507),(e=>Kr(s,t(509),e))),n[t(477)][t(466)](t(471),(()=>Kr(s,t(491)))),e[t(519)][t(451)](t(526))&&n[t(481)](t(521)),e[t(519)][t(451)](t(501))&&e[t(519)][t(451)](t(453))&&(n[t(481)](t(458),((s,o)=>{const i=t,a=r[i(500)](e[i(483)][i(470)][i(480)]);e[i(483)][i(445)]((()=>{const t=i;n[t(544)](a,{commandName:t(458),commandParams:[o]},[],t(431))}))})),n[t(481)](t(432),((s,o)=>{const a=t;e[a(483)][a(445)]((t=>{const c=a;let u=r[c(500)](e[c(483)][c(470)][c(480)]),l=t[c(518)](u);const f=i.LivePosition[c(488)](l[c(433)],c(534)),h=i.LivePosition[c(488)](l[c(527)],c(457));n[c(446)]((()=>s(o))),u=r[c(500)](e[c(483)][c(470)][c(480)]),l=t[c(518)](u);const g=t[c(524)](f,h);f[c(434)](),h[c(434)](),n[c(544)](u,{commandName:c(458),commandParams:[o]},[],c(426)),g[c(433)][c(475)](l[c(433)])&&n[c(536)](t[c(524)](g[c(433)],l[c(433)]),c(426)),l[c(527)][c(475)](g[c(527)])&&n[c(536)](t[c(524)](l[c(527)],g[c(527)]),c(426))}))})),n[t(528)][t(469)](t(427),t(426),t(438),(()=>!1)),n[t(528)][t(469)](t(427),t(426),t(511),(()=>!1)),n[t(528)][t(469)](t(427),t(426),t(449),n[t(528)][t(504)](t(427),"",t(511))),n[t(528)][t(469)](t(436),t(426),t(438),(()=>!1)),n[t(528)][t(469)](t(436),t(426),t(449),(([r])=>{const s=t,o=n[s(528)][s(504)](s(436),"",s(449));let i=r[s(433)],a=r[s(527)];const c=e[s(483)][s(531)][s(478)](i,s(510)),u=e[s(483)][s(531)][s(478)](a,s(529));c[s(456)]&&(i=c[s(433)]),u[s(456)]&&(a=u[s(527)]),o([e[s(483)][s(524)](i,a)])})),n[t(528)][t(469)](t(427),t(426),t(465),c),n[t(528)][t(469)](t(436),t(426),t(465),c)),e[t(519)][t(451)](t(530))&&(n[t(481)](t(515),((s,o)=>{const i=t,a=e[i(519)][i(485)](i(447));let c=r[i(500)](e[i(483)][i(470)][i(480)]),u=a[i(489)](c);e[i(483)][i(445)]((()=>{const t=i;if(u)return void n[t(514)](e[t(483)][t(518)](u));const l=r[t(497)](c);s(o),c=r[t(500)](e[t(483)][t(470)][t(480)]),u=a[t(489)](c),n[t(536)](e[t(483)][t(518)](u),l?null:t(503))}))})),n[t(528)][t(469)](t(436),t(503),t(465),c));const o=[{type:t(427),subType:t(494)},{type:t(436),subType:t(503)},{type:t(427),subType:t(426)},{type:t(436),subType:t(426)}];function a(e,s){const i=t,a=o[i(542)]((({type:t,subType:n})=>e[i(533)]==t&&e[i(437)]==n)),c=o[i(542)]((({type:t,subType:e})=>s[i(533)]==t&&s[i(437)]==e));if(a<0||c<0)return!1;const u=e[i(495)](),l=s[i(495)]();if((0==a||1==a)&&2==c&&u[i(472)](l))return!0;if(2==a&&3==c){const t=n[i(464)](u,i(436))[i(479)]((({suggestion:t,meta:e})=>e[i(499)]&&i(426)==t[i(437)]));if(t[i(523)]>1&&l[i(527)][i(541)](u[i(433)]))return!0;if(1==t[i(523)]&&(u[i(433)][i(541)](l[i(527)])||u[i(527)][i(541)](l[i(433)])))return!0}if(3==a&&3==c&&u[i(433)][i(475)](l[i(433)])){const t=u[i(527)][i(502)],e=l[i(433)][i(538)];return r[i(497)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(519)][t(451)](t(435))&&(n[t(430)](t(543)),n[t(439)](t(473)),n[t(477)][t(443)](t(473),Kr(s,t(454)))),e[t(519)][t(451)](t(484))&&(n[t(430)](t(450)),n[t(439)](t(512))),n[t(477)][t(505)]((e=>{const n=t;if(o[n(482)]((({type:t,subType:r})=>e[n(533)]==t&&e[n(437)]==r)))return e[n(459)]?{}:void 0})),n[t(477)][t(505)]((e=>{const n=t;if(n(436)==e[n(533)]||n(468)==e[n(533)]){const t=e[n(525)]();if(t&&t.is(n(444),n(471)))return{type:n(436)==e[n(533)]?n(539):n(506),element:t,quantity:1}}})),n[t(477)][t(505)]((e=>t(427)==e[t(533)]&&t(426)==e[t(437)]?{type:t(428),content:t(463)}:t(427)==e[t(533)]&&t(431)==e[t(437)]?{type:t(428),content:t(540)}:void 0)),n[t(477)][t(505)]((e=>{const n=t;if(n(455)!=e[n(533)])return;const{data:r}=e;if(!r||n(512)!=r[n(440)])return;const o=r[n(522)];return o?{type:n(428),content:Kr(s,n(516),'"'+o+'"')}:{type:n(428),content:Kr(s,n(467))}})),this[t(492)]()}[Do(492)](){const t=Do,e=this[t(486)],n=e[t(535)];e[t(519)][t(485)](t(476))[t(477)][t(505)]((e=>{const r=t;if(r(427)!=e[r(533)]&&r(460)!=e[r(533)])return;const{data:s}=e;if(s){if(r(450)==s[r(498)]){const t=s[r(452)][0][r(522)];return t?{type:r(428),content:Kr(n,r(516),'"'+t+'"')}:{type:r(428),content:Kr(n,r(467))}}if(r(543)==s[r(498)]){const t=s[r(452)][0][r(461)];return t?{type:r(428),content:Kr(n,r(425),t)}:{type:r(428),content:Kr(n,r(490))}}}}))}}const Bo=jo;function Uo(){const t=["ImageEditing","registerBlockAttribute","commandName","1117792FvWDeb","registerDescriptionCallback","src","registerCustomCallback","getSuggestionCallback","_registerLegacyDescription","formatInline","_suggestionFactory","descriptionFactory","newValue","get","format","12011634qwAhYt","oldValue","1261995IIlGBi","afterInit","attribute","key","discard","accept","enableDefaultAttributesIntegration","editor","7PpMStN","1378644xGHlqU","plugins","replaceImageSource","locale","674dwWoWc","*Format:* replace image URL","formatBlock","TrackChangesEditing","397063HNvYvV","*Replace image URL*","2688472pkMgkq","813ydgSCr","type","_handleLegacySuggestions","has"];return(Uo=function(){return t})()}function jo(t,e){const n=Uo();return(jo=function(t,e){return n[t-=325]})(t,e)}!function(t){const e=jo,n=t();for(;;)try{if(208104===-parseInt(e(364))/1+-parseInt(e(360))/2*(parseInt(e(326))/3)+-parseInt(e(333))/4+-parseInt(e(347))/5+-parseInt(e(356))/6*(-parseInt(e(355))/7)+-parseInt(e(325))/8+parseInt(e(345))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Uo);class Go extends t.Plugin{[Bo(348)](){const t=Bo;if(!this[t(354)][t(357)][t(329)](t(330)))return;const e=this[t(354)][t(359)],n=this[t(354)][t(357)][t(343)](t(363));n[t(353)](t(358)),n[t(331)](t(335)),n[t(341)][t(334)]((n=>{const r=t;if(r(349)!=n[r(327)])return;const{data:s}=n;return s&&r(335)==s[r(350)]?s[r(342)]&&s[r(346)]?{type:r(344),content:Kr(e,r(365))}:{type:r(344),content:""}:void 0})),this[t(328)]()}[Bo(328)](){const t=Bo,e=this[t(354)][t(357)][t(343)](t(363));e[t(340)][t(336)](t(362),t(358),t(352),e[t(340)][t(337)](t(362),null,t(351))),e[t(340)][t(336)](t(362),t(358),t(351),e[t(340)][t(337)](t(362),null,t(352))),this[t(338)]()}[Bo(338)](){const t=Bo,e=this[t(354)],n=e[t(359)];e[t(357)][t(343)](t(363))[t(341)][t(334)]((e=>{const r=t;if(r(362)!=e[r(327)]&&r(339)!=e[r(327)])return;const{data:s}=e;return s&&r(358)==s[r(332)]?{type:r(344),content:Kr(n,r(361))}:void 0}))}}function Vo(t,e){const n=zo();return(Vo=function(t,e){return n[t-=354]})(t,e)}const Ho=Vo;function zo(){const t=["end","getSuggestion","FORMAT_SIDE_IMAGE","*Format:* %0","change","imageStylePostApply","2284LSqDKq","name","_findSuggestions","imageTypeBlock","setImageNaturalSizeAttributes","ImageUtils","565RcThIz","getContainedElement","_suggestionFactory","imageCaption","imageTypeInline","format","isInContent","get","ImageStyleEditing","isEqual","type","shouldConvertImageType","registerPostFixer","newRange","TrackChangesEditing","locale","getSuggestions","suggestion","subType","chain","refresh","differ","isBefore","title","34948UIpyld","63HVAykF","nodeBefore","createRangeOn","commandReversedParams","afterInit","normalizedStyles","979584uzMgWn","imageStyle","accept","markBlockFormat","join","registerCustomCallback","commands","document","formatInline","start","getChangedMarkers","insertion","findIndex","registerDescriptionCallback","getFirstRange","head","enableCommand","_registerLegacyDescription","getSuggestionCallback","isBlockImage","has","isIntersecting","isOwn","imageStylePreApply","author","517zGLQJR","selection","descriptionFactory","getClosestSelectedImageElement","717336dPIDxM","editor","4432210ZUGWNH","value","side","commandName","4396329HpGFaC","Users","isInlineImage","formatBlock","markInlineFormat","convertInlineImageToBlock","forEach","filter","plugins","91446RQLwvs","nodeAfter","discard","next","toLowerCase","hasSuggestion","_splitMarkerName","discardSuggestion","length","commandParams","model","from"];return(zo=function(){return t})()}!function(t){const e=Vo,n=t();for(;;)try{if(499314===parseInt(e(447))/1*(parseInt(e(385))/2)+parseInt(e(451))/3+-parseInt(e(415))/4*(parseInt(e(391))/5)+-parseInt(e(367))/6+-parseInt(e(358))/7+parseInt(e(422))/8*(parseInt(e(416))/9)+parseInt(e(354))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zo);class Wo extends t.Plugin{[Ho(420)](){const t=Ho,n=this[t(452)];if(!n[t(366)][t(442)](t(399)))return;const r=n[t(366)][t(398)](t(405)),s=n[t(366)][t(398)](t(390)),o={};r[t(438)](t(423),((o,i)=>{const a=t,c=n[a(366)][a(398)](a(359)).me,u=n[a(428)][a(398)](a(423));let l=s[a(450)](n[a(377)][a(429)][a(448)]),f=n[a(377)][a(418)](l),h=u[a(355)];if(h==i[a(355)])return;const g={commandName:a(423),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(377)][a(383)]((()=>{const t=a;if(r[t(407)]()[t(365)]((e=>e[t(397)]&&c==e[t(446)]&&(t(361)==e[t(401)]||t(430)==e[t(401)])&&(t(445)==e[t(409)]||t(384)==e[t(409)])&&e[t(436)]()[t(400)](f)))[t(364)]((e=>r[t(374)](e[t(437)]))),l=s[t(450)](n[t(377)][t(429)][t(448)]),f=n[t(377)][t(418)](l),u[t(411)](),n[t(428)][t(398)](t(395))[t(411)](),n[t(428)][t(398)](t(388))[t(411)](),h=u[t(355)],h!=i[t(355)])return s[t(360)](l)&&u[t(402)](i[t(355)],l)?(o({...i,setImageSizes:!1}),l=s[t(450)](n[t(377)][t(429)][t(448)]),void r[t(425)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(445))):void(s[t(441)](l)?r[t(425)](l,g,[],t(384)):r[t(362)](f,g,t(384)))}))}));for(const e of n[t(366)][t(398)](t(399))[t(421)])o[e[t(386)]]=e[t(414)][t(371)]();r[t(393)][t(427)](t(361),t(445),t(426),(()=>!1)),r[t(393)][t(427)](t(361),t(384),t(426),(()=>!1)),r[t(393)][t(427)](t(430),t(384),t(426),(()=>!1)),r[t(393)][t(427)](t(361),t(445),t(424),(([e])=>{const n=t;s[n(389)](e[n(392)]())})),r[t(393)][t(427)](t(361),t(445),t(369),((e,n)=>{const s=t;r[s(393)][s(440)](s(361),"",s(424))(e,{commandName:n[s(357)],commandParams:n[s(419)]})})),r[t(393)][t(427)](t(361),t(445),t(410),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(361),subType:t(445)},{type:t(433),subType:t(394)},{type:t(361),subType:t(363)},{type:t(433),subType:t(363)}];function a(e,n){const o=t,a=i[o(434)]((({type:t,subType:n})=>e[o(401)]==t&&e[o(409)]==n)),c=i[o(434)]((({type:t,subType:e})=>n[o(401)]==t&&n[o(409)]==e));if(a<0||c<0)return!1;const u=e[o(436)](),l=n[o(436)]();if((0==a||1==a)&&2==c&&u[o(443)](l))return!0;if(2==a&&3==c){const t=r[o(387)](u,o(433))[o(365)]((({suggestion:t,meta:e})=>e[o(444)]&&o(363)==t[o(409)]));if(t[o(375)]>1&&l[o(379)][o(400)](u[o(431)]))return!0;if(1==t[o(375)]&&(u[o(431)][o(400)](l[o(379)])||u[o(379)][o(400)](l[o(431)])))return!0}if(3==a&&3==c&&u[o(431)][o(413)](l[o(431)])){const t=u[o(379)][o(368)],e=l[o(431)][o(417)];return s[o(441)](t)&&t===e}return!1}n[t(377)][t(429)][t(403)]((()=>{const e=t;let o=!1;const i=Array[e(378)](n[e(377)][e(429)][e(412)][e(432)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(373)](t);if(e(408)==i&&r[e(372)](u)){if(e(361)==a&&(e(445)==c||e(384)==c)){const t=r[e(380)](u);if(n[e(404)]){const n=t[e(436)]()[e(392)]();if(s[e(441)](n))continue;r[e(374)](t),o=!0}}if(e(433)==a&&e(394)==c&&!n[e(404)]){const t=r[e(380)](u);t[e(370)]&&t[e(370)][e(397)]&&(r[e(374)](t[e(370)]),o=!0)}}}return o})),this[t(439)](o)}[Ho(439)](t){const e=Ho,n=this[e(452)],r=n[e(406)];n[e(366)][e(398)](e(405))[e(449)][e(435)]((n=>{const s=e;if(s(361)!=n[s(401)]&&s(430)!=n[s(401)])return;const{data:o}=n;if(!o||s(423)!=o[s(357)])return;const i=o[s(376)][0][s(355)];return function(t){const e=s;return{type:e(396),content:Kr(r,e(382),t)}}(s(356)===i?Kr(r,s(381)):t[i]||i)}))}}const Ko=qo;function Xo(){const t=["223105AgzDMw","get","315TTtcrY","3266ivGHLD","_trackChangesExecuted","lowest","trackChanges","178tMkwBs","8695296xPZyLl","9422400UhzwDc","Users","TrackChangesEditing","importWord","editor","listenTo","6156qCZQMx","_trackChangesValueDuringImport","value","_handleImportedData","execute","dataInsert","_setSuggestionData","track_changes","5326776qqKcKp","collaboration_features","enableCommand","1972944kQWlCr","high","plugins","afterInit","commands","forEach","bind"];return(Xo=function(){return t})()}function qo(t,e){const n=Xo();return(qo=function(t,e){return n[t-=107]})(t,e)}!function(t){const e=qo,n=t();for(;;)try{if(751515===-parseInt(e(137))/1*(-parseInt(e(108))/2)+-parseInt(e(127))/3+parseInt(e(124))/4+parseInt(e(134))/5+parseInt(e(116))/6*(-parseInt(e(136))/7)+-parseInt(e(110))/8+parseInt(e(109))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Zo extends t.Plugin{constructor(t){const e=qo;super(t),this[e(117)]=!1,this[e(138)]=!1}[Ko(130)](){const t=Ko,e=this[t(114)],n=e[t(131)][t(135)](t(113)),r=e[t(131)][t(135)](t(107));n&&(n.on(t(120),((e,[,n])=>{const s=t;this[s(117)]=r[s(118)],n[s(125)][s(123)]=!this[s(117)]}),{priority:t(128)}),this[t(115)](n,t(121),this[t(119)][t(133)](this)),this[t(115)](n,t(121),(()=>{const e=t;this[e(138)]&&(r[e(120)](),this[e(138)]=!1)}),{priority:t(139)}),e[t(129)][t(135)](t(112))[t(126)](t(113)))}[Ko(119)](t,e){const n=Ko,{suggestions:r}=e,s=this[n(114)][n(131)][n(135)](n(107)),o=s[n(118)];this[n(117)]!==o&&(s[n(120)](),this[n(138)]=!0),r&&r[n(132)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(114)][o(129)][o(135)](o(111)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(113)}}};this[o(114)][o(129)][o(135)](o(112))[o(122)](i)}))}}const Jo=Yo;function Yo(t,e){const n=Qo();return(Yo=function(t,e){return n[t-=271]})(t,e)}function Qo(){const t=["351968NHpxwU","outdentBlock","registerDescriptionCallback","enableCommand","registerBlockAttribute","format","566390DeUwEg","915852JxscFq","IndentBlock","30LamODx","indentBlock","has","6252078qgiJyN","FORMAT_INDENT","getItems","23683311hlqWca","indent","blockIndent","type","formatBlock","getItemLabel","40QcFNRG","locale","afterInit","plugins","descriptionFactory","outdent","IndentEditing","*Indent:* %0","TrackChangesEditing","editor","_registerLegacyDescription","get","enableDefaultAttributesIntegration","1706595yDIUAM","834713dEPQxv","*Outdent:* %0","commandName","registerAttributeLabel"];return(Qo=function(){return t})()}!function(t){const e=Yo,n=t();for(;;)try{if(680165===-parseInt(e(277))/1+-parseInt(e(287))/2+-parseInt(e(290))/3*(parseInt(e(281))/4)+-parseInt(e(276))/5+parseInt(e(293))/6+-parseInt(e(288))/7*(parseInt(e(302))/8)+parseInt(e(296))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends t.Plugin{[Jo(304)](){const t=Jo,e=this[t(272)],n=e[t(305)][t(274)](t(271));if(e[t(305)][t(292)](t(308))&&(n[t(284)](t(297)),n[t(284)](t(307))),e[t(305)][t(292)](t(289)))for(const e of[t(291),t(282)])n[t(275)](e);const r=e[t(303)];n[t(285)](t(298)),n[t(306)][t(280)](t(298),Kr(r,t(294))),this[t(273)]()}[Jo(273)](){const t=Jo,e=this[t(272)],n=e[t(303)],r=e[t(305)][t(274)](t(271));r[t(306)][t(283)]((e=>{const s=t;if(s(300)!=e[s(299)])return;const{data:o}=e;if(!o)return;if(s(291)!=o[s(279)]&&s(282)!=o[s(279)])return;const i=e[s(295)]()[0],a=r[s(306)][s(301)](i);return s(291)==o[s(279)]?{type:s(286),content:Kr(n,s(309),a)}:s(282)==o[s(279)]?{type:s(286),content:Kr(n,s(278),a)}:void 0}))}}var ti=ni;function ei(){var t=["enableCommand","input","requires","434526cCcVWN","TrackChangesEditing","get","1053296JqMpSl","40368AsAyNI","2464980lCokmo","922692OrEgwN","546eYHZpv","104448jeGPxz","plugins","init","351125DAwXPU","editor"];return(ei=function(){return t})()}function ni(t,e){var n=ei();return(ni=function(t,e){return n[t-=304]})(t,e)}!function(t){for(var e=ni,n=t();;)try{if(253372===parseInt(e(304))/1+parseInt(e(313))/2+-parseInt(e(315))/3+-parseInt(e(312))/4+-parseInt(e(314))/5+-parseInt(e(309))/6+-parseInt(e(316))/7*(-parseInt(e(317))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ei);class ri extends t.Plugin{static get[ti(308)](){return[ws.Input]}[ti(319)](){var t=ti;this[t(305)][t(318)][t(311)](t(310))[t(306)](t(307))}}const si=ii;function oi(){const t=["32824IhdHdh","commandParams","696002xAlfmz","attribute","1281800zGnOWo","key","2TCxbzt","get","3hUnmZs","registerAttributeLabel","link (","locale","editor","3560rbiUcP","339102zJnzuT","unlink","toLowerCase","22131zVeYYV","link","afterInit","descriptionFactory","has","3768OQIryP","format","formatInline","manualDecorators","type","*Remove link*","TrackChangesEditing","_registerLegacyDescription","144184xaiYtC","label","plugins","commandName","commands","*Set link:* %0","enableDefaultAttributesIntegration","63KxDfWm","LinkEditing","3227575cNLnGt","registerInlineAttribute","45caZNPN","newValue","linkHref","registerDescriptionCallback"];return(oi=function(){return t})()}function ii(t,e){const n=oi();return(ii=function(t,e){return n[t-=122]})(t,e)}!function(t){const e=ii,n=t();for(;;)try{if(769933===-parseInt(e(161))/1*(-parseInt(e(165))/2)+-parseInt(e(122))/3*(parseInt(e(144))/4)+-parseInt(e(155))/5*(parseInt(e(128))/6)+parseInt(e(151))/7*(-parseInt(e(163))/8)+parseInt(e(131))/9*(parseInt(e(127))/10)+-parseInt(e(159))/11*(-parseInt(e(136))/12)+parseInt(e(153))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oi);class ai extends t.Plugin{[si(133)](){const t=si,e=this[t(126)];if(!e[t(146)][t(135)](t(152)))return;const n=e[t(146)][t(166)](t(142)),r=e[t(148)][t(166)](t(132));n[t(150)](t(132)),n[t(150)](t(129)),n[t(154)](t(157));for(const e of r[t(139)])n[t(154)](e.id),n[t(134)][t(123)](e.id,t(124)+e[t(145)][t(130)]()+")");n[t(134)][t(158)]((n=>{const r=t;if(r(162)!=n[r(140)])return;const{data:s}=n;if(!s||r(157)!=s[r(164)])return;const o=s[r(156)],i=e[r(125)];return{type:r(137),content:null==o?Kr(i,r(141)):Kr(i,r(149),'"'+o+'"')}})),this[t(143)]()}[si(143)](){const t=si,e=this[t(126)],n=e[t(125)];e[t(146)][t(166)](t(142))[t(134)][t(158)]((e=>{const r=t;if(r(138)!=e[r(140)])return;const{data:s}=e;if(s){if(r(132)==s[r(147)]){const t=s[r(160)][0];return{type:r(137),content:Kr(n,r(149),'"'+t+'"')}}return r(129)==s[r(147)]?{type:r(137),content:Kr(n,r(141))}:void 0}}))}}const ci=ui;function ui(t,e){const n=fi();return(ui=function(t,e){return n[t-=440]})(t,e)}!function(t){const e=ui,n=t();for(;;)try{if(808212===-parseInt(e(513))/1*(-parseInt(e(446))/2)+-parseInt(e(467))/3+-parseInt(e(472))/4*(parseInt(e(516))/5)+-parseInt(e(442))/6*(parseInt(e(448))/7)+parseInt(e(463))/8+parseInt(e(450))/9*(parseInt(e(470))/10)+parseInt(e(465))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fi);class li extends t.Plugin{[ci(445)](){const t=ci,e=this[t(526)],n=e[t(481)];if(!e[t(496)][t(477)](t(520)))return;const r=e[t(496)][t(453)](t(497)),s=e[t(496)][t(477)](t(468));function o(t){return()=>{const n=ui,s=e[n(460)][n(452)][n(491)],o=e[n(469)][n(453)](t);if(o[n(471)])return void e[n(492)](n(505),{});const i=t[n(480)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(488)](t)[s(486)]((t=>function(t,e){const n=s;return e[n(512)](t[n(509)],n(482))&&!e[n(495)](t)}(t,r)));o=o[s(486)]((t=>!t.is(s(451),s(482))||t[s(517)](s(499))!=e));const i=new Set;for(const t of o)t.is(s(451),s(482))?i[s(525)](hi(t)):i[s(525)](t);return Array[s(488)](i)}(s[n(455)](),i,e[n(460)][n(466)]);e[n(460)][n(515)]((()=>{const e=n;for(const n of a)r[e(440)](n,{commandName:t,commandParams:[{forceValue:!o[e(471)]}],formatGroupId:e(461)},gi(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(488)](t);const r=n[e(478)]((t=>e(482)!=t[e(519)]));return r>-1&&(n=n[e(480)](0,r)),n}(e[n(460)][n(452)][n(491)][n(455)]()),o=e[n(460)][n(473)](e[n(460)][n(487)](s[0],n(514)),e[n(460)][n(487)](s[s[n(489)]-1],n(456)));e[n(460)][n(515)]((()=>{const e=n;r[e(440)](o,{commandName:t,commandParams:[],formatGroupId:e(462)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(483)];for(;t&&t[n(517)](n(462))>e[n(517)](n(462));)r[n(525)](t),t=t[n(483)]}return Array[n(488)](r)}(s))}))}}r[t(504)](t(459),o(t(459))),r[t(504)](t(503),o(t(503))),s&&r[t(504)](t(510),o(t(510))),r[t(504)](t(490),i(t(490))),r[t(504)](t(485),i(t(485))),s&&r[t(504)](t(507),(()=>{const n=t,s=e[n(469)][n(453)](n(507)),o=Array[n(488)](s[n(457)]);o[n(486)]((t=>t[n(517)](n(522))!=s[n(471)])),e[n(460)][n(515)]((()=>{const t=n;for(const e of o)r[t(440)](e,{commandName:t(507),commandParams:[{forceValue:!s[t(471)]}]})}))})),r[t(449)][t(475)](t(482),(e=>Kr(n,t(443),e))),r[t(449)][t(444)]((e=>{const r=t;if(r(524)!=e[r(479)]&&r(518)!=e[r(479)])return;const{data:s}=e;if(s){if(r(459)==s[r(476)]||r(503)==s[r(476)]||r(510)==s[r(476)])switch(s[r(476)][r(501)](r(484),"")){case r(494):return o(Kr(n,r(502)));case r(474):return o(Kr(n,r(441)));case r(447):return o(Kr(n,r(508)))}if(r(490)==s[r(476)])return{type:r(523),content:Kr(n,r(500),Kr(n,r(443)))};if(r(485)==s[r(476)])return{type:r(523),content:Kr(n,r(458),Kr(n,r(443)))};if(r(507)==s[r(476)])return s[r(493)][0][r(464)]?{type:r(523),content:Kr(n,r(454))}:{type:r(523),content:Kr(n,r(521))}}function o(t){const e=r;return{type:e(523),content:Kr(n,e(506),t)}}}))}}function fi(){const t=["indentList","selection","execute","commandParams","bulleted","isObject","plugins","TrackChangesEditing","previousSibling","listType","*Indent:* %0","replace","ELEMENT_BULLETED_LIST","bulletedList","enableCommand","paragraph","*Change to:* %0","checkTodoList","ELEMENT_TODO_LIST","parent","todoList","push","checkChild","83nprHse","before","change","25OORCdO","getAttribute","formatInline","name","LegacyListEditing","*Uncheck item*","todoListChecked","format","formatBlock","add","editor","markBlockFormat","ELEMENT_NUMBERED_LIST","6qDOnMN","ELEMENT_LIST_ITEM","registerDescriptionCallback","afterInit","33214telllJ","todo","2923697YsUGwK","descriptionFactory","9035406CdraZR","element","document","get","*Check item*","getSelectedBlocks","end","_selectedElements","*Outdent:* %0","numberedList","model","blockName","listIndent","12451064mxncyb","forceValue","1076900oMWHXh","schema","4169775FqnJga","LegacyTodoListEditing","commands","10wdDzRZ","value","1136632PvAxrI","createRange","numbered","registerElementLabel","commandName","has","findIndex","type","slice","locale","listItem","nextSibling","List","outdentList","filter","createPositionAt","from","length"];return(fi=function(){return t})()}function hi(t){const e=ci,n=t[e(517)](e(462));if(0==n)return t;let r=t;for(;t[e(498)]&&t[e(498)].is(e(451),e(482));){const s=t[e(498)][e(517)](e(462));if(s==n)r=t[e(498)];else if(s<n)break;t=t[e(498)]}return r}function gi(t){const e=ci,n=[];if(t.is(e(451),e(482))&&t[e(517)](e(462))>0){let r=t[e(483)];for(;r&&e(482)==r[e(519)]&&r[e(517)](e(462))==t[e(517)](e(462));)n[e(511)](r),r=r[e(483)]}return n}function di(){const t=["element","commandName","_getSuggestionBlocksForListStyle","registerDescriptionCallback","*Format:* set order to reversed","handleListReversedCommand","handleDescriptions","format","_LIST_","default","25NQMJaI","startIndex","*Format:* set order to regular","ELEMENT_","TrackChangesEditing","enableCommand","before","handleListStartCommand","afterInit","has","unshift","locale","document","LegacyListPropertiesEditing","forward","styles","_getTranslationKeyForListStyle","descriptionFactory","8CnHdPk","get","backward","4230541MIZqen","getSelectedBlocks","type","handleListStyleCommand","2933739xVKbvH","parent","bind","numbered","3771330DCrBKn","getLastPosition","10SVmfpM","listReversed","getFirstPosition","*Format:* set start index to %0","_getSuggestionBlocks","toUpperCase","*Change to:* %0","from","plugins","36UEbJPB","3314894zZCTnX","createRange","editor","listItem","formatBlock","markMultiRangeBlockFormat","listStyle","length","model","change","commandParams","5295573GaLPKb","config","createPositionAt","getListTypeFromListStyleType","reversed","push","listType","31134iwSSVg","replace","list.properties","selection","formatInline","8JOHXyZ","267832ngzMic","flat","LegacyListUtils","getAttribute","getSiblingNodes","listStart","map","filter"];return(di=function(){return t})()}const pi=mi;function mi(t,e){const n=di();return(mi=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=mi,n=t();for(;;)try{if(810060===parseInt(e(306))/1*(-parseInt(e(347))/2)+parseInt(e(313))/3+-parseInt(e(353))/4*(parseInt(e(288))/5)+-parseInt(e(317))/6+-parseInt(e(309))/7*(-parseInt(e(352))/8)+parseInt(e(340))/9*(-parseInt(e(319))/10)+parseInt(e(329))/11*(parseInt(e(328))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class Ii extends t.Plugin{[pi(296)](){const t=pi;if(!this[t(331)][t(327)][t(297)](t(301)))return;const e=this[t(331)][t(341)][t(307)](t(349)),n=this[t(331)][t(327)][t(307)](t(292));e[t(303)]&&n[t(293)](t(335),this[t(312)][t(315)](this)),e[t(344)]&&n[t(293)](t(320),this[t(366)][t(315)](this)),e[t(289)]&&n[t(293)](t(358),this[t(295)][t(315)](this)),n[t(305)][t(364)](this[t(367)][t(315)](this))}[pi(312)](t,e={}){const n=pi,r=this[n(331)][n(327)][n(307)](n(292)),s=this[n(363)]();this[n(331)][n(337)][n(338)]((()=>{const t=n;r[t(334)](s,{commandName:t(335),commandParams:[{type:e[t(311)]}],formatGroupId:t(335)})}))}[pi(366)](t,e={}){const n=pi,r=this[n(331)][n(327)][n(307)](n(292)),s=this[n(323)]((t=>t.is(n(361),n(332))&&n(316)===t[n(356)](n(346))));if(s[n(336)]<1)return;const o=s[n(359)]((t=>this[n(331)][n(337)][n(330)](this[n(331)][n(337)][n(342)](t,n(294)),this[n(331)][n(337)][n(342)](t,0))));this[n(331)][n(337)][n(338)]((()=>{const t=n;r[t(334)](o,{commandName:t(320),commandParams:[{reversed:e[t(344)]}],formatGroupId:t(320)})}))}[pi(295)](t,e={}){const n=pi,r=this[n(331)][n(327)][n(307)](n(292)),s=this[n(323)]((t=>t.is(n(361),n(332))&&n(316)===t[n(356)](n(346))));if(s[n(336)]<1)return;const o=s[n(359)]((t=>this[n(331)][n(337)][n(330)](this[n(331)][n(337)][n(342)](t,n(294)),this[n(331)][n(337)][n(342)](t,0))));this[n(331)][n(337)][n(338)]((()=>{const t=n;r[t(334)](o,{commandName:t(358),commandParams:[{startIndex:e[t(289)]}],formatGroupId:t(358)})}))}[pi(367)](t){const e=pi;if(e(333)!=t[e(311)]&&e(351)!=t[e(311)])return;const n=this[e(331)][e(299)],{data:r}=t;if(!r)return;let s,o;switch(r[e(362)]){case e(335):s=e(325),o={type:e(368),content:Kr(n,s,Kr(n,this[e(304)](r[e(339)][0][e(311)])))};break;case e(320):s=r[e(339)][0][e(344)]?e(365):e(290),o={type:e(368),content:Kr(n,s)};break;case e(358):s=e(322),o={type:e(368),content:Kr(n,s,r[e(339)][0][e(289)])}}return o}[pi(363)](){const t=pi;var e,n,r,s;const o=this[t(331)][t(327)][t(307)](t(355));let i=Array[t(326)](this[t(331)][t(337)][t(300)][t(350)][t(310)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(361),t(332)))&&i[t(298)](...o[t(357)](this[t(331)][t(337)][t(300)][t(350)][t(321)](),t(308))),(null===(n=i[i[t(336)]-1])||void 0===n?void 0:n.is(t(361),t(332)))&&i[t(345)](...o[t(357)](this[t(331)][t(337)][t(300)][t(350)][t(318)](),t(302))),i=[...new Set(i)],(null===(s=null===(r=this[t(331)][t(337)][t(300)][t(350)][t(321)]())||void 0===r?void 0:r[t(314)])||void 0===s?void 0:s.is(t(361),t(332)))&&(i=i[t(360)]((e=>e.is(t(361),t(332))))),i}[pi(323)](t){const e=pi,n=this[e(331)][e(327)][e(307)](e(355));let r=Array[e(326)](this[e(331)][e(337)][e(300)][e(350)][e(310)]())[e(360)](t)[e(359)]((t=>{const r=e,s=this[r(331)][r(337)][r(342)](t,0);return[...n[r(357)](s,r(308)),...n[r(357)](s,r(302))]}))[e(354)]();return r=[...new Set(r)],r}[pi(304)](t){const e=pi;return e(291)+(this[e(331)][e(327)][e(307)](e(355))[e(343)](t)||e(287))[e(324)]()+e(369)+t[e(324)]()[e(348)](/-/g,"_")}}const Ei=Ti;function bi(){const t=["1876776dkZQzU","2695122fGrUyQ","406483NDYpld","registerElementLabel","downcastDispatcher","div","showSuggestionHighlights","dataDowncast","data","88usKNHn","for","get","29457yDlQPN","ELEMENT_MEDIA","25XTCcoR","media","mediaEmbed","editor","3468wogMDt","high","254iaQuZw","1347DeZsrm","attribute:url:media","TrackChangesEditing","options","1999350icIxeu","40yMXNip","descriptionFactory","afterInit","MediaEmbedEditing","has","plugins","stop","elementToElement","conversion","locale","createEmptyElement","enableCommand"];return(bi=function(){return t})()}function Ti(t,e){const n=bi();return(Ti=function(t,e){return n[t-=430]})(t,e)}!function(t){const e=Ti,n=t();for(;;)try{if(438882===parseInt(e(451))/1*(-parseInt(e(457))/2)+-parseInt(e(458))/3*(-parseInt(e(455))/4)+parseInt(e(462))/5+parseInt(e(438))/6+-parseInt(e(439))/7*(parseInt(e(446))/8)+-parseInt(e(449))/9*(-parseInt(e(463))/10)+-parseInt(e(437))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bi);class _i extends t.Plugin{[Ei(465)](){const t=Ei,e=this[t(454)];if(!e[t(430)][t(467)](t(466)))return;const n=e[t(430)][t(448)](t(460)),r=e[t(434)];n[t(436)](t(453)),n[t(464)][t(440)](t(452),(e=>Kr(r,t(450),e))),e[t(433)][t(447)](t(444))[t(432)]({model:t(452),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(443)])return n[s(435)](s(442))},converterPriority:t(456)}),e[t(445)][t(441)].on(t(459),((e,n,r)=>{const s=t;r[s(461)][s(443)]&&e[s(431)]()}),{priority:t(456)})}}const yi=Ai;function Ai(t,e){const n=ki();return(Ai=function(t,e){return n[t-=131]})(t,e)}function ki(){const t=["MentionEditing","2108718IUWDNX","editor","2253648KLuTlf","9024QoXjfD","22271524cTZBno","TrackChangesEditing","622974gMcAFF","afterInit","mention","get","815cxQpLf","1343781sPZpZO","1714454YmbjAy","plugins","20KCTjvU","has","4tZuuIq","1olalce","enableCommand"];return(ki=function(){return t})()}!function(t){const e=Ai,n=t();for(;;)try{if(515190===parseInt(e(135))/1*(-parseInt(e(144))/2)+-parseInt(e(149))/3*(parseInt(e(134))/4)+parseInt(e(148))/5*(parseInt(e(141))/6)+-parseInt(e(150))/7+-parseInt(e(140))/8+parseInt(e(138))/9*(-parseInt(e(132))/10)+parseInt(e(142))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ki);class Ci extends t.Plugin{[yi(145)](){const t=yi,e=this[t(139)];e[t(131)][t(133)](t(137))&&e[t(131)][t(147)](t(143))[t(136)](t(146))}}const Ni=Ri;function Li(){const t=["registerDescriptionCallback","5924vDlrCb","commands","2785713QVetzT","deletion","element","enableCommand","mergeField","type","getAttribute","732464JwtSDx","MergeFieldsEditing","*Insert:* %0","78392LtzUpT","descriptionFactory","*Remove:* %0","TrackChangesEditing","getLabel","972882XMcquF","locale","144wixMFY","1YdhXnW","1813671RiQlsV","registerElementLabel","7348650peEthm","insertion","editor","afterInit","get","plugins","1565FhPgeu","insertMergeField","getContainedElement","ELEMENT_MERGE_FIELD"];return(Li=function(){return t})()}function Ri(t,e){const n=Li();return(Ri=function(t,e){return n[t-=160]})(t,e)}!function(t){const e=Ri,n=t();for(;;)try{if(436309===-parseInt(e(190))/1*(-parseInt(e(179))/2)+-parseInt(e(191))/3+-parseInt(e(170))/4*(parseInt(e(165))/5)+parseInt(e(187))/6+parseInt(e(172))/7+parseInt(e(182))/8*(-parseInt(e(189))/9)+parseInt(e(193))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Li);class Si extends t.Plugin{[Ni(162)](){const t=Ni,e=this[t(161)];if(!e[t(171)][t(163)](t(166)))return;e[t(164)][t(163)](t(185))[t(175)](t(166));const n=e[t(164)][t(163)](t(185)),r=e[t(188)];n[t(183)][t(192)](t(176),(e=>Kr(r,t(168),e))),n[t(183)][t(169)]((n=>{const s=t;if(s(160)!=n[s(177)]&&s(173)!=n[s(177)])return;const o=n[s(167)]();if(null==o)return;if(!o.is(s(174),s(176)))return;const i=e[s(164)][s(163)](s(180))[s(186)](o[s(178)]("id"));return s(160)==n[s(177)]?{type:s(160),content:Kr(r,s(181),'"'+i+'" '+Kr(r,s(168)))}:{type:s(173),content:Kr(r,s(184),'"'+i+'" '+Kr(r,s(168)))}}))}}const Mi=vi;function vi(t,e){const n=wi();return(vi=function(t,e){return n[t-=121]})(t,e)}function wi(){const t=["801474vMoSmR","ELEMENT_MULTI_LEVEL_LIST","9487654wYRWyL","oldValue","get","format","7611wJOitu","3858612RyKuWH","afterInit","data","registerBlockAttribute","listType","head","editor","1319017LcJwvK","descriptionFactory","MultiLevelList","920528NEnszA","492860CNoYpV","registerDescriptionCallback","multiLevelList","*Set format:* %0","has","handleDescriptions","key","81uSCCcm","*Remove format:* %0","6CBcSPS","plugins","next","20mvAWUH","TrackChangesEditing","locale","134JRBSyv","enableDefaultAttributesIntegration","listMarkerStyle","newValue"];return(wi=function(){return t})()}!function(t){const e=vi,n=t();for(;;)try{if(996573===parseInt(e(154))/1+parseInt(e(150))/2*(-parseInt(e(123))/3)+parseInt(e(124))/4+-parseInt(e(135))/5+parseInt(e(144))/6*(parseInt(e(131))/7)+parseInt(e(134))/8*(parseInt(e(142))/9)+-parseInt(e(147))/10*(parseInt(e(156))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);class Oi extends t.Plugin{[Mi(125)](){const t=Mi,e=this[t(130)],n=e[t(145)][t(121)](t(148));e[t(145)][t(139)](t(133))&&(n[t(151)](t(137)),n[t(127)](t(152)),n[t(132)][t(136)]((e=>this[t(140)](e))))}[Mi(140)](t){const e=Mi,n=this[e(130)][e(149)],{data:r}=t,s={type:e(122),content:""};if(r&&e(152)==r[e(141)]){if(!r[e(157)])return{type:e(122),content:Kr(n,e(138),Kr(n,e(155)))+" ("+r[e(153)]+")"};if(!r[e(153)]){let o=t[e(129)];for(;o;){if(o[e(126)]&&e(128)==o[e(126)][e(141)]&&o[e(126)][e(153)])return s;o=o[e(146)]}return{type:e(122),content:Kr(n,e(143),Kr(n,e(155)))+" ("+r[e(157)]+")"}}}}}const Di=Fi;function Fi(t,e){const n=xi();return(Fi=function(t,e){return n[t-=322]})(t,e)}!function(t){const e=Fi,n=t();for(;;)try{if(817117===parseInt(e(334))/1+-parseInt(e(340))/2*(-parseInt(e(343))/3)+-parseInt(e(346))/4*(parseInt(e(337))/5)+parseInt(e(325))/6+-parseInt(e(341))/7*(parseInt(e(336))/8)+parseInt(e(332))/9*(-parseInt(e(323))/10)+parseInt(e(338))/11*(parseInt(e(345))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xi);class Pi extends t.Plugin{[Di(329)](){const t=Di,e=this[t(344)];if(!e[t(324)][t(322)](t(331)))return;e[t(324)][t(328)](t(335))[t(327)](t(326));const n=e[t(324)][t(328)](t(335)),r=e[t(342)];n[t(330)][t(339)](t(326),(e=>Kr(r,t(333),e)))}}function xi(){const t=["9Dbypjo","editor","18507012JlGqff","52DAvJfB","has","3778870YTyBQQ","plugins","4185444MKOVgR","pageBreak","enableCommand","get","afterInit","descriptionFactory","PageBreakEditing","36SuLpvz","ELEMENT_PAGE_BREAK","60245YtwTPF","TrackChangesEditing","8kvImEh","525490UQynbF","11BwLWDV","registerElementLabel","1020388yNgxmc","949991rUQhuo","locale"];return(xi=function(){return t})()}const Bi=ji;function Ui(){const t=["activeMarkers","ELEMENT_PARAGRAPH","insert","locale","data","_registerLegacyDescription","formatBlock","highest","writer","plugins","registerElementLabel","TrackChangesEditing","markerName","5860DIFAUE","options","markerRange","822698xDwlng","*Insert:* %0","consumable","insertParagraph","1cKpeKQ","14CAZGpK","createUIElement","editor","showSuggestionHighlights","name","span","120885bLUXLz","Paragraph","*Change to:* %0","bindElementToMarker","enableCommand","start","getFirstRange","model","commandName","end","toViewPosition","descriptionFactory","getItemLabel","checkChild","518766EMsYNJ","isBlock","insertion","format","type","addClass","ck-suggestion-marker-split","$text","get","schema","477504jBOZQO","583EWqdiF","48gaTxhp","registerDescriptionCallback","includes","paragraph","isLimit","mapper","isTouching","editing","1130192PfKxIN","addMarker:suggestion:insertion","has","enableDefaultAttributesIntegration","downcastDispatcher","150648BfiPmB","consume","5157idTGnU","nodeAfter","ck-suggestion-marker--active","afterInit"];return(Ui=function(){return t})()}function ji(t,e){const n=Ui();return(ji=function(t,e){return n[t-=107]})(t,e)}!function(t){const e=ji,n=t();for(;;)try{if(216861===parseInt(e(132))/1*(parseInt(e(128))/2)+-parseInt(e(153))/3+-parseInt(e(165))/4*(-parseInt(e(139))/5)+-parseInt(e(163))/6*(-parseInt(e(133))/7)+-parseInt(e(173))/8+parseInt(e(108))/9*(parseInt(e(125))/10)+-parseInt(e(164))/11*(parseInt(e(178))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ui);class Gi extends t.Plugin{[Bi(111)](){const t=Bi,e=this[t(135)];if(!e[t(121)][t(175)](t(140)))return;const n=e[t(115)],r=e[t(121)][t(161)](t(123));r[t(150)][t(122)](t(168),(e=>Kr(n,t(113),e))),r[t(176)](t(168)),r[t(143)](t(131)),e[t(172)][t(177)].on(t(174),Vi(e),{priority:t(119)}),e[t(116)][t(177)].on(t(174),((n,r,s)=>{const o=t;s[o(126)][o(136)]&&Vi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(119)});const s=r[t(150)];s[t(166)]((r=>{const o=t;if(o(155)!==r[o(157)])return;const{start:i,end:a}=r[o(145)]();if(!i[o(171)](a)||!i[o(109)])return;const c=e[o(146)][o(162)],u=i[o(109)];return c[o(154)](u)&&!c[o(169)](u)&&c[o(152)](u,o(160))?{type:o(155),content:Kr(n,o(129),s[o(151)](u,1))}:void 0})),this[t(117)]()}[Bi(117)](){const t=Bi,e=this[t(135)],n=e[t(115)];e[t(121)][t(161)](t(123))[t(150)][t(166)]((e=>{const r=t;if(r(118)!=e[r(157)])return;const{data:s}=e;return s&&r(168)==s[r(147)]?{type:r(156),content:Kr(n,r(141),Kr(n,r(113)))}:void 0}))}}function Vi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=ji,i=t[o(121)][o(161)](o(123)),a=r[o(127)][o(144)],c=r[o(127)][o(148)],u=t[o(146)][o(162)];if(!a[o(171)](c)||!a[o(109)])return;const l=a[o(109)];if(u[o(154)](l)&&!u[o(169)](l)&&u[o(152)](l,o(160))){if(!s[o(130)][o(107)](r[o(127)],n[o(137)]))return;const t=s[o(120)][o(134)](o(138),{class:o(159)}),a=s[o(170)][o(149)](c);e&&i[o(112)][o(167)](r[o(124)])&&s[o(120)][o(158)](o(110),t),s[o(120)][o(114)](a,t),s[o(170)][o(142)](t,r[o(124)])}}}function Hi(){const t=["*Remove all formatting*","afterInit","196994zvIaFf","23355477nRdZsJ","locale","has","8019lFBbHc","get","registerDescriptionCallback","commandName","formatInline","formatBlock","plugins","descriptionFactory","1458962xCvqvP","format","_registerLegacyDescription","96YlgwLC","enableDefaultAttributesIntegration","38405NLtQhX","4662432HAqvPa","RemoveFormatEditing","744FYXwWP","removeFormat","type","3253495bfNVXX","editor","TrackChangesEditing"];return(Hi=function(){return t})()}const zi=Wi;function Wi(t,e){const n=Hi();return(Wi=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=Wi,n=t();for(;;)try{if(435486===parseInt(e(400))/1+parseInt(e(423))/2+-parseInt(e(415))/3*(-parseInt(e(403))/4)+parseInt(e(406))/5+parseInt(e(401))/6+parseInt(e(411))/7*(parseInt(e(426))/8)+-parseInt(e(412))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hi);class Ki extends t.Plugin{[zi(410)](){const t=zi,e=this[t(407)];e[t(421)][t(414)](t(402))&&(e[t(421)][t(416)](t(408))[t(427)](t(404)),this[t(425)]())}[zi(425)](){const t=zi,e=this[t(407)];e[t(421)][t(416)](t(408))[t(422)][t(417)]((n=>{const r=t;if(r(420)!=n[r(405)]&&r(419)!=n[r(405)])return;const{data:s}=n;return s&&r(404)==s[r(418)]?{type:r(424),content:Kr(e[r(413)],r(409))}:void 0}))}}const Xi=Zi;function qi(){const t=["RestrictedEditingModeEditing","1675555OzwKqG","823020datRsA","TrackChangesEditing","164rDcjpV","197568belGTO","acceptSuggestion","discardSuggestion","7665KEWAdK","plugins","24ecoVhp","afterInit","acceptAllSuggestions","5594tWOxig","get","1191627KtGolm","goToNextRestrictedEditingException","106732jFlvoi","enableCommand","editor","goToPreviousRestrictedEditingException","acceptSelectedSuggestions","has","discardAllSuggestions","33ppPNHI","discardSelectedSuggestions","trackChanges"];return(qi=function(){return t})()}function Zi(t,e){const n=qi();return(Zi=function(t,e){return n[t-=245]})(t,e)}!function(t){const e=Zi,n=t();for(;;)try{if(275198===parseInt(e(245))/1*(parseInt(e(254))/2)+-parseInt(e(265))/3*(parseInt(e(258))/4)+parseInt(e(249))/5+parseInt(e(246))/6+-parseInt(e(269))/7+-parseInt(e(251))/8*(-parseInt(e(256))/9)+-parseInt(e(270))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Ji extends t.Plugin{[Xi(252)](){const t=Xi,e=this[t(260)];if(!e[t(250)][t(263)](t(268)))return;const n=e[t(250)][t(255)](t(271));n[t(259)](t(261)),n[t(259)](t(257));const r=e[t(250)][t(255)](t(268));r[t(259)](t(267)),r[t(259)](t(247)),r[t(259)](t(248)),r[t(259)](t(253)),r[t(259)](t(264)),r[t(259)](t(262)),r[t(259)](t(266))}}const Yi=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=408]})(t,e)}function $i(){const t=["52BijSqq","includes","enableCommand","activeMarkers","locale","consumable","element","insert","showSuggestionHighlights","get","requires","data","descriptionFactory","span","name","bindElementToMarker","16295HQGwwp","registerElementLabel","model","markerName","downcastDispatcher","ck-suggestion-marker-","deletion","addClass","addMarker:suggestion:insertion","27XIFSes","split","2083440LSLaeF","addMarker:suggestion","ELEMENT_LINE_BREAK","TrackChangesEditing","createPositionBefore","options","addMarker:suggestion:deletion","markerRange","createUIElement","shiftEnter","init","mapper","softBreak","getItems","merge","editor","5510SZDsHC","3125296HuXnWh","toViewPosition","1611900pyGYYx","writer","test","2796444mmCwZQ","23412kfFsKM","high","ck-suggestion-marker--active","plugins","editing"];return($i=function(){return t})()}!function(t){const e=Qi,n=t();for(;;)try{if(227434===parseInt(e(459))/1+parseInt(e(416))/2*(parseInt(e(411))/3)+-parseInt(e(462))/4+-parseInt(e(432))/5+-parseInt(e(443))/6+-parseInt(e(410))/7+parseInt(e(460))/8*(parseInt(e(441))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class ta extends t.Plugin{static get[Yi(426)](){return[Qs.ShiftEnter]}[Yi(453)](){const t=Yi,e=this[t(458)],n=e[t(414)][t(425)](t(446));n[t(418)](t(452)),e[t(415)][t(436)].on(t(440),ea(e),{priority:t(412)}),e[t(415)][t(436)].on(t(449),ea(e),{priority:t(412)}),e[t(427)][t(436)].on(t(444),((n,r,s)=>{const o=t;s[o(448)][o(424)]&&ea(e,{showActiveMarker:!1})(n,r,s)})),n[t(428)][t(433)](t(455),(n=>Kr(e[t(420)],t(445),n)))}}function ea(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Qi,i=t[o(414)][o(425)](o(446));if(!s[o(421)][o(409)](r[o(450)],n[o(430)]))return;const a=t[o(434)];for(const t of r[o(450)][o(456)]()){if(!t.is(o(422),o(455)))continue;const n=o(438)==r[o(435)][o(442)](":")[1]?o(457):o(442),c=s[o(408)][o(451)](o(429),{class:o(437)+n}),u=s[o(454)][o(461)](a[o(447)](t));e&&i[o(419)][o(417)](r[o(435)])&&s[o(408)][o(439)](o(413),c),s[o(408)][o(423)](u,c),s[o(454)][o(431)](c,r[o(435)])}}}function na(t,e){const n=oa();return(na=function(t,e){return n[t-=422]})(t,e)}const ra=na;!function(t){const e=na,n=t();for(;;)try{if(364910===-parseInt(e(455))/1+parseInt(e(442))/2*(parseInt(e(453))/3)+-parseInt(e(437))/4*(parseInt(e(458))/5)+-parseInt(e(446))/6+-parseInt(e(427))/7*(-parseInt(e(438))/8)+-parseInt(e(433))/9+-parseInt(e(462))/10*(-parseInt(e(430))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oa);class sa extends t.Plugin{[ra(422)](){const t=ra,e=this[t(460)],n=e[t(445)],r=e[t(457)];if(!e[t(432)][t(461)](t(423)))return;const s=e[t(432)][t(447)](t(459)),o=t(424),i=e[t(444)][t(447)](o);s[t(436)](o,((e,r={})=>{const a=t,c=n[a(452)][a(451)];if(c[a(439)])return void e(r);const u=void 0!==r[a(440)]?r[a(440)]:!i[a(435)];n[a(463)]((()=>{const t=a,e=Array[t(448)](c[t(443)]());for(const r of e){const e=u?[r]:Fs(o,r,n);for(const n of e)s[t(456)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(454)][t(426)]((e=>{const n=t;if(n(434)!=e[n(441)]&&n(449)!=e[n(441)])return;const{data:s}=e;return s&&s[n(429)]==o?s[n(428)][0][n(440)]?{type:n(431),content:Kr(r,n(425))}:{type:n(431),content:Kr(r,n(450))}:void 0}))}}function oa(){const t=["getRanges","commands","model","2039826ierbRv","get","from","formatInline","FORMAT_RESTRICTED_DISABLED","selection","document","108aBIjfk","descriptionFactory","587904RzblpY","markInlineFormat","locale","5wkDdaJ","TrackChangesEditing","editor","has","320WYLNtk","change","afterInit","StandardEditingModeEditing","restrictedEditingException","FORMAT_RESTRICTED_ENABLED","registerDescriptionCallback","450758dNsTmR","commandParams","commandName","306064Qbsygm","format","plugins","2088ahgUZm","formatBlock","value","enableCommand","2799004GDIXVV","80rYBgGB","isCollapsed","forceValue","type","25470cihyjb"];return(oa=function(){return t})()}const ia=aa;function aa(t,e){const n=ca();return(aa=function(t,e){return n[t-=461]})(t,e)}function ca(){const t=["formatInline","block","DataSchema","get","descriptionFactory","3039990ThKONN","registerAttributeLabel","editor","toLowerCase","9572172RzhEyn","commandParams","registerBlockAttribute","*Remove format:* %0","enableDefaultAttributesIntegration","StyleUtils","forceValue","style","registerDescriptionCallback","Style","element","formatBlock","locale","add","format","has","34893593yamxwB","*Set format:* %0","plugins","FORMAT_STYLE","6772460jtZIPD","type","registerInlineAttribute","816296bdHoRZ","styleName","getGhsAttributeNameForElement","TrackChangesEditing","ghsAttributes","inline","_registerLegacyDescription","1528747TUpsfb","definitions","GeneralHtmlSupport","config","403536oTdwBW","afterInit","commandName","normalizeConfig"];return(ca=function(){return t})()}!function(t){const e=aa,n=t();for(;;)try{if(912974===parseInt(e(461))/1+parseInt(e(465))/2+parseInt(e(474))/3+parseInt(e(501))/4+parseInt(e(498))/5+parseInt(e(478))/6+-parseInt(e(494))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ca);class ua extends t.Plugin{[ia(466)](){const t=ia,e=this[t(476)];if(!e[t(496)][t(493)](t(487))||!e[t(496)][t(493)](t(471)))return;const n=e[t(496)][t(472)](t(504)),r=e[t(490)],s=e[t(464)][t(472)](t(485))||{},o=e[t(496)][t(472)](t(463)),i=e[t(496)][t(472)](t(483))[t(468)](e[t(496)][t(472)](t(471)),s[t(462)]);n[t(482)](t(485));const a=new Set;for(const e of i[t(470)]){const n=o[t(503)](e[t(488)]);a[t(491)](n)}const c=new Set;for(const e of i[t(506)]){const n=o[t(503)](e[t(488)]);c[t(491)](n);for(const n of e[t(505)])c[t(491)](n)}for(const e of a)n[t(480)](e),n[t(473)][t(475)](e,Kr(r,t(497)));for(const e of c)n[t(500)](e),n[t(473)][t(475)](e,Kr(r,t(497)));this[t(507)]()}[ia(507)](){const t=ia,e=this[t(476)],n=e[t(490)];e[t(496)][t(472)](t(504))[t(473)][t(486)]((e=>{const r=t;if(r(489)!=e[r(499)]&&r(469)!=e[r(499)])return;const{data:s}=e;return s&&r(485)===s[r(467)]?s[r(479)][0][r(484)]?{type:r(492),content:Kr(n,r(495),s[r(479)][0][r(502)][r(477)]())}:{type:r(492),content:Kr(n,r(481),s[r(479)][0][r(502)][r(477)]())}:void 0}))}}const la=fa;function fa(t,e){const n=ga();return(fa=function(t,e){return n[t-=339]})(t,e)}!function(t){const e=fa,n=t();for(;;)try{if(979092===-parseInt(e(489))/1+parseInt(e(455))/2+parseInt(e(366))/3*(parseInt(e(427))/4)+-parseInt(e(407))/5*(-parseInt(e(373))/6)+parseInt(e(365))/7+-parseInt(e(498))/8+parseInt(e(419))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ga);class ha extends t.Plugin{constructor(t){const e=fa;super(t),this[e(410)]=[e(493),e(482)],this[e(471)]=new Set}[la(380)](){const t=la,e=this[t(403)],n=e[t(367)][t(393)][t(444)];if(!e[t(386)][t(371)](t(465)))return;const r=e[t(421)],s=e[t(386)][t(490)](t(392)),o=e[t(386)][t(490)](t(423));s[t(402)][t(378)](t(400),(e=>Kr(r,t(401),e))),this[t(488)](),s[t(467)](t(452)),s[t(467)](t(486)),s[t(467)](t(356));for(const r of[t(376),t(451)]){const i=e[t(352)][t(490)](r);s[t(467)](r,(r=>{const a=t;e[a(367)][a(340)]((t=>{const e=a;r();const c=e(441)===i[e(477)],u=o[e(499)](n),l=o[e(432)](u),f=c?l[e(353)]-1:l[e(454)]+1,h=u[0][e(411)](e(400)),g=o[e(429)](h,{startRow:f,endRow:f}),d=Array[e(406)](g)[e(440)]((n=>t[e(484)](n[e(496)])));s[e(345)](d,e(493))}))}))}for(const r of[t(463),t(442)]){const i=e[t(352)][t(490)](r);s[t(467)](r,(r=>{const a=t;e[a(367)][a(340)]((t=>{const e=a;r();const c=e(415)===i[e(477)],u=o[e(499)](n),l=o[e(416)](u),f=c?l[e(353)]-1:l[e(454)]+1,h=u[0][e(411)](e(400)),g=o[e(429)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(406)](g)[e(440)]((n=>t[e(484)](n[e(496)])));s[e(345)](d,e(482))}))}))}for(const r of[t(349),t(418)]){const i=r[t(388)](11),a=i[t(456)](),c=a[t(388)](0,3)+t(383),u=t(400)+i,l=t(437)+i,f=t(494)+i;s[t(467)](r,(()=>{const i=t;e[i(367)][i(340)]((t=>{const e=i,h=o[e(499)](n),g=h[0][e(411)](e(400));let d;if(e(349)==r){const t=o[e(432)](h);d={startRow:t[e(353)],endRow:t[e(454)],includeAllSlots:!0}}else{const t=o[e(416)](h);d={startColumn:t[e(353)],endColumn:t[e(454)],includeAllSlots:!0}}const p=o[e(429)](g,d),m=Array[e(406)](p)[e(440)]((({cell:t})=>t)),I=da(m[e(433)]((t=>t[e(339)](c)))),E=da(m[e(433)]((t=>!t[e(339)](c))))[e(440)]((n=>t[e(484)](n))),b=s[e(399)](E,u);if(b&&(e(493)==b[e(408)]||e(482)==b[e(408)])){const n=this[e(500)](b);for(const r of I){const s=t[e(484)](r),i=o[e(481)](r),u=r[e(409)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(364)](s)}}}))}))}function c(r){const s=t,o=Array[s(406)](n[s(428)]())[s(440)]((t=>i.LiveRange[s(384)](t)));e[s(367)][s(340)]((t=>{const n=s,i=t[n(470)];r=r[n(433)]((t=>n(377)!=t[n(491)][n(359)])),t[n(369)](r),e[n(352)][n(490)](n(349))[n(495)](),e[n(461)](n(349),{forceDefaultExecution:!0}),e[n(367)][n(459)]((()=>{const t=n;e[t(367)][t(459)](i,(e=>{const n=t,r=o[n(433)]((t=>n(377)!=t[n(491)][n(359)]));r[n(462)]>0&&e[n(369)](r);for(const t of o)t[n(468)]()}))}))}))}function u(r){const s=t;e[s(367)][s(340)]((t=>{const o=s,a=Array[o(406)](n[o(428)]())[o(440)]((t=>i.LiveRange[o(384)](t))),c=[];for(const t of r)for(const e of t[o(391)]({shallow:!0}))c[o(434)](e);for(const n of c)o(377)!=n[o(491)][o(359)]&&(t[o(369)](t[o(363)](n,0)),e[o(352)][o(490)](o(418))[o(495)](),e[o(461)](o(418),{forceDefaultExecution:!0}));const u=a[o(433)]((t=>o(377)!=t[o(491)][o(359)]));u[o(462)]>0&&t[o(369)](u);for(const t of a)t[o(468)]()}))}function l(e,n){const r=t;return n[r(439)]((t=>e[r(382)]((e=>e[r(350)][r(381)](t[r(354)])||t[r(350)][r(381)](e[r(354)])))))}function f(e,n){const r=t;return!e[r(382)]((t=>n[r(382)]((e=>t[r(420)](e)))))&&e[r(382)]((t=>n[r(382)]((e=>t[r(350)][r(475)](e[r(354)])))))}e[t(447)][t(385)].on(t(389),((e,n,r)=>{const s=t;if(!r[s(341)][s(426)])return;const o=n[s(466)];if(!o)return;const i=r[s(485)][s(483)](o);function c(t){return Array[s(457)](t)?t:[t]}i&&s(479)===o[s(446)]&&(0,a.setHighlightHandling)(i,r[s(450)],((t,e,n)=>n[s(361)](c(e[s(448)]),t)),((t,e,n)=>n[s(370)](c(e[s(448)]),t)))}),{priority:t(395)}),s[t(402)][t(348)]((e=>{const n=t;if(n(458)!=e[n(379)]&&n(438)!=e[n(379)])return;const s=e[n(473)]();if(null!=s&&s.is(n(372),n(400))){if(n(458)==e[n(379)]){const t=e[n(391)]()[n(433)]((t=>t.is(n(342))))[n(440)]((t=>t[n(447)]));if(t[n(462)])return{type:n(458),content:Kr(r,n(360),Kr(r,n(413),'"'+t[n(497)](" ")+'"'))}}if(n(438)==e[n(379)]){const t=e[n(391)]()[n(433)]((t=>t.is(n(342))))[n(440)]((t=>t[n(447)]));if(t[n(462)])return{type:n(438),content:Kr(r,n(436),Kr(r,n(413),'"'+t[n(497)](" ")+'"'))}}}})),s[t(402)][t(348)]((e=>{const n=t;if(n(493)==e[n(408)]){const t=e[n(391)]()[n(433)]((t=>t.is(n(342))))[n(440)]((t=>t[n(447)])),s=this[n(500)](e),o=s[n(397)]-s[n(412)]+1;if(n(458)==e[n(379)])return t[n(462)]?{type:n(458),content:Kr(r,n(360),Kr(r,n(405),[o,'"'+t[n(497)](" ")+'"']))}:{type:n(458),content:Kr(r,n(360),Kr(r,n(394),o))};if(n(438)==e[n(379)])return t[n(462)]?{type:n(438),content:Kr(r,n(436),Kr(r,n(405),[o,'"'+t[n(497)](" ")+'"']))}:{type:n(438),content:Kr(r,n(436),Kr(r,n(394),o))}}if(n(482)==e[n(408)]){const t=e[n(391)]()[n(433)]((t=>t.is(n(342))))[n(440)]((t=>t[n(447)])),s=this[n(500)](e),o=s[n(424)]-s[n(362)]+1;if(n(458)==e[n(379)])return t[n(462)]?{type:n(458),content:Kr(r,n(360),Kr(r,n(449),[o,'"'+t[n(497)](" ")+'"']))}:{type:n(458),content:Kr(r,n(360),Kr(r,n(460),o))};if(n(438)==e[n(379)])return t[n(462)]?{type:n(438),content:Kr(r,n(436),Kr(r,n(449),[o,'"'+t[n(497)](" ")+'"']))}:{type:n(438),content:Kr(r,n(436),Kr(r,n(460),o))}}})),s[t(453)][t(390)](t(458),t(493),t(346),c),s[t(453)][t(390)](t(438),t(493),t(351),c),s[t(453)][t(390)](t(458),t(482),t(346),u),s[t(453)][t(390)](t(438),t(482),t(351),u),s[t(453)][t(390)](t(458),t(482),t(497),l),s[t(453)][t(390)](t(438),t(482),t(497),l),s[t(453)][t(390)](t(458),t(493),t(497),f),s[t(453)][t(390)](t(438),t(493),t(497),f)}[la(396)](){const t=la,e=this[t(403)],n=e[t(367)][t(393)][t(444)];return(r,s)=>{const o=t;e[o(367)][o(340)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(350)][a(443)];u&&u[0]&&!1===u[0][a(355)]&&(l=r[0][a(354)][a(357)]);const f=t[a(343)](l);if(a(377)==f[a(491)][a(359)])return;const h=Array[a(406)](n[a(428)]())[a(440)]((t=>i.LiveRange[a(384)](t)));t[a(369)](f),e[a(352)][a(490)](c)[a(495)](),u[a(434)]({forceDefaultExecution:!0}),e[a(461)](c,...u);const g=h[a(433)]((t=>a(377)!=t[a(491)][a(359)]));g[a(462)]>0&&t[a(369)](g);for(const t of h)t[a(468)]()}))}}[la(480)](t){const e=la,n=this[e(403)][e(386)][e(490)](e(423));let r=Number[e(431)],s=Number[e(422)],o=Number[e(431)],i=Number[e(422)];for(const a of t){if(e(377)==a[e(491)][e(359)])continue;const{row:t,column:c}=n[e(481)](a),u=a[e(339)](e(417))?a[e(409)](e(417))-1:0,l=a[e(339)](e(414))?a[e(409)](e(414))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[la(488)](){const t=la,e=this[t(403)],n=e[t(386)][t(490)](t(392)),r=e[t(386)][t(490)](t(423));e[t(367)][t(393)].on(t(472),(()=>{const r=t,s=Array[r(406)](e[r(367)][r(393)][r(474)][r(358)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(374)](t);if(r(435)!=s)continue;if(null!=e[r(487)])continue;const a=n[r(347)](o);this[r(410)][r(387)](i)&&this[r(471)][r(476)](a)}}),{priority:t(492)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(484)](e),a=e[s(411)](s(400)),c=r[s(481)](e);for(const t of this[s(471)]){const n=t[s(408)],r=n[s(464)](s(445)),u=n[s(388)](r?10:5),l=u[s(456)](),f=l[s(388)](0,3)+s(383),h=s(437)+u,g=s(494)+u;if(!t[s(478)])continue;if(a!=t[s(375)]()[s(354)][s(411)](s(400)))continue;if(t[s(469)](i))continue;const d=e[s(339)](f)?e[s(409)](f)-1:0,p=this[s(500)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(364)](i),o=!0)}return o};e[t(367)][t(393)][t(425)]((n=>{const r=t;let o=!1;for(const t of e[r(367)][r(393)][r(474)][r(344)]())if(r(368)==t[r(379)])if(r(493)==t[r(446)])for(const e of t[r(404)][r(357)][r(398)]())o=o||s(e,n);else r(479)==t[r(446)]&&(o=o||s(t[r(404)][r(357)],n));return o}))}[la(500)](t){const e=la;return this[e(480)](t[e(428)]()[e(440)]((t=>t[e(354)][e(357)])))}}function ga(){const t=["addClass","minColumn","createPositionAt","addRange","23597zBlCXP","168KuETVZ","model","insert","setSelection","removeClass","has","element","6sNpXDS","_splitMarkerName","getFirstRange","insertTableRowAbove","$graveyard","registerElementLabel","type","afterInit","isEqual","some","span","fromRange","downcastDispatcher","plugins","includes","substr","addMarker:suggestion","registerCustomCallback","getItems","TrackChangesEditing","document","ELEMENT_TABLE_ROW","highest","_acceptFormatSuggestionCallbackFactory","maxRow","getChildren","markMultiRangeDeletion","table","ELEMENT_TABLE","descriptionFactory","editor","position","ELEMENT_TABLE_ROW_WITH_TEXT","from","225035SJEyek","subType","getAttribute","_tablePostFixingSubtypes","findAncestor","minRow","ELEMENT_TABLE_WITH_TEXT","colspan","left","getColumnIndexes","rowspan","removeTableColumn","13777047GRaEmU","isIntersecting","locale","MIN_SAFE_INTEGER","TableUtils","maxColumn","registerPostFixer","showSuggestionHighlights","980JQzHOj","getRanges","createTableWalker","values","MAX_SAFE_INTEGER","getRowIndexes","filter","push","suggestion","*Remove:* %0","min","deletion","every","map","above","insertTableColumnRight","nodeBefore","selection","tablePaste","name","data","classes","ELEMENT_TABLE_COLUMN_WITH_TEXT","writer","insertTableRowBelow","insertTable","_suggestionFactory","last","2352310EMMUlZ","toLowerCase","isArray","insertion","enqueueChange","ELEMENT_TABLE_COLUMN","execute","length","insertTableColumnLeft","startsWith","TableEditing","item","enableCommand","detach","isIntersectingWithRange","batch","_tableSuggestions","change:data","getContainedElement","differ","isTouching","add","order","isInContent","tableCell","_getCoordsForCells","getCellLocation","tableColumn","toViewElement","createRangeOn","mapper","selectTableRow","oldRange","_setupColumnsRowsFixing","296559XCuWnb","get","root","low","tableRow","max","refresh","cell","join","11947080kcHrOK","getSelectionAffectedTableCells","_getSuggestionCoords","hasAttribute","change","options","$textProxy","createRangeIn","getChanges","markMultiRangeInsertion","discard","getSuggestion","registerDescriptionCallback","removeTableRow","end","accept","commands","first","start","forceValue","selectTableColumn","nodeAfter","getChangedMarkers","rootName","*Insert:* %0"];return(ga=function(){return t})()}function da(t){const e=la;return Array[e(406)](new Set(t)[e(430)]())}function pa(){const t=["add","format","*Merge cells*","registerCustomCallback","getAncestors","findAncestor","isInContent","from","_areMergableCells","15589008JWgKyS","TrackChangesEditing","mergeTableCellRight","*Split cell:* horizontally","enableCommand","commands","_isForcedDefaultExecutionBlock","splitTableCellHorizontally","getSelectionAffectedTableCells","containsRange","descriptionFactory","getCellLocation","subType","setSelection","forceDefaultExecution","getRanges","low","has","afterInit","mergeTableCellLeft","_areSelectedCellsMergable","execute","highest","type","document","horizontally","formatBlock","detach","$graveyard","root","author","accept","trackChanges","_suggestionFactory","3556vvxoPA","mergeTableCells","refresh","locale","element","tableCell","TableUtils","selection","fromRange","createRangeOn","direction","requires","TableEditing","model","86715yqHjyX","formatInline","mergeTableCellUp","map","value","plugins","createTableWalker","3732FLzJRC","push","length","cell","76ombYbk","splitTableCellVertically","editor","_acceptFormatSuggestionCallbackFactory","*Split cell:* vertically","338872rqmOKI","getFirstPosition","stop","table","rootName","2475495HOooEI","markBlockFormat","415941vrxsCd","get","return","set:isEnabled","deletion","getSuggestions","change","commandName","registerDescriptionCallback","insertion","mergeTableCellDown","filter","markMultiRangeBlockFormat","find","6074848CEAMVs","isEnabled","_tablePostFixingSubtypes","size"];return(pa=function(){return t})()}function ma(t,e){const n=pa();return(ma=function(t,e){return n[t-=258]})(t,e)}const Ia=ma;!function(t){const e=ma,n=t();for(;;)try{if(435433===-parseInt(e(267))/1+-parseInt(e(260))/2+-parseInt(e(265))/3+-parseInt(e(353))/4*(parseInt(e(342))/5)+parseInt(e(349))/6*(-parseInt(e(328))/7)+parseInt(e(281))/8+parseInt(e(294))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pa);class Ea extends t.Plugin{static get[Ia(339)](){return[ha]}[Ia(312)](){const t=Ia,e=this[t(355)],n=e[t(341)][t(318)][t(335)],r=e[t(331)];if(!e[t(347)][t(311)](t(340)))return;const s=e[t(347)][t(268)](t(295)),o=e[t(347)][t(268)](t(334)),a=e[t(347)][t(268)](ha);a[t(283)][t(350)](t(329)),s[t(298)](t(329),(()=>{const n=t,r=o[n(302)](e[n(341)][n(318)][n(335)]);e[n(341)][n(273)]((()=>{const t=n;s[t(279)](r,{commandName:t(329),commandParams:[]},[],t(329))}))})),e[t(299)][t(268)](t(329)).on(t(315),((n,r)=>{const o=t;e[o(299)][o(268)](o(326))[o(346)]&&(r[o(351)]>0&&r[r[o(351)]-1]&&r[r[o(351)]-1][o(308)]||s[o(300)]||this[o(314)]()||n[o(262)]())}),{priority:t(316)});for(const n of[t(344),t(296),t(277),t(313)]){const r=e[t(299)][t(268)](n);s[t(298)](n,(()=>{const n=t,o=e[n(341)][n(318)][n(335)][n(261)]()[n(289)]()[n(280)]((t=>t.is(n(332),n(333)))),i=r[n(346)];e[n(341)][n(273)]((()=>{const t=n;s[t(279)]([o,i],{commandName:t(329),commandParams:[]},[],t(329))}))}))}for(const n of[t(354),t(301)]){const r=e[t(299)][t(268)](n);s[t(298)](n,(()=>{const i=t,a=o[i(302)](e[i(341)][i(318)][i(335)])[0],c=a[i(290)](i(263)),{column:u,row:l}=o[i(305)](a);let f=[];if(i(319)==r[i(338)]){const t=o[i(348)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(292)](t)[i(345)]((t=>t[i(352)]))}else{const t=o[i(348)](c,{column:u,includeAllSlots:!0});f=Array[i(292)](t)[i(345)]((t=>t[i(352)]))}e[i(341)][i(273)]((t=>{const e=i;s[e(266)](t[e(337)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(304)][t(275)]((e=>{const n=t;if(n(320)!=e[n(317)]&&n(343)!=e[n(317)])return;const{data:s}=e;return s&&n(329)==s[n(274)]?{type:n(286),content:Kr(r,n(287))}:void 0})),s[t(304)][t(275)]((e=>{const n=t;if(n(320)!=e[n(317)]&&n(343)!=e[n(317)])return;const{data:s}=e;return s?n(354)==s[n(274)]?{type:n(286),content:Kr(r,n(259))}:n(301)==s[n(274)]?{type:n(286),content:Kr(r,n(297))}:void 0:void 0}));const c=a[t(258)]();for(const e of[t(344),t(296),t(277),t(313)])s[t(327)][t(288)](t(320),e,t(325),c);for(const e of[t(354),t(301)])s[t(327)][t(288)](t(320),e,t(325),c);s[t(327)][t(288)](t(320),t(329),t(325),(r=>{const s=t;e[s(341)][s(273)]((t=>{const o=s,a=Array[o(292)](n[o(309)]())[o(345)]((t=>i.LiveRange[o(336)](t)));t[o(307)](r),e[o(299)][o(268)](o(329))[o(330)](),e[o(315)](o(329),{forceDefaultExecution:!0});const c=a[o(278)]((t=>o(322)!=t[o(323)][o(264)]));c[o(351)]>0&&t[o(307)](c);for(const t of a)t[o(321)]()}))}));for(const n of[t(344),t(277),t(313),t(296)]){const r=e[t(299)][t(268)](n);r.on(t(270),((n,s,o)=>{const i=t;if(o){const t=e[i(341)][i(318)][i(335)][i(261)]()[i(289)]()[i(280)]((t=>t.is(i(332),i(333))));this[i(293)](r[i(346)],t)||(n[i(269)]=!1,n[i(262)]())}}),{priority:t(310)})}}[Ia(314)](){const t=Ia,e=this[t(355)][t(299)][t(268)](t(329)),n=this[t(355)][t(347)][t(268)](t(334));if(!e[t(282)])return!1;const r=n[t(302)](this[t(355)][t(341)][t(318)][t(335)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(293)](e,n))return!1;return!0}[Ia(293)](t,e){const n=Ia,r=this[n(355)][n(347)][n(268)](n(295)),s=this[n(355)][n(341)][n(337)](t),o=this[n(355)][n(341)][n(337)](e),i=new Set,a=new Set;for(const t of r[n(272)]())if((n(276)==t[n(317)]||n(271)==t[n(317)]||n(329)==t[n(306)])&&t[n(291)])for(const e of t[n(309)]())e[n(303)](s,!0)&&i[n(285)](t[n(317)]+":"+t[n(324)].id),e[n(303)](o,!0)&&a[n(285)](t[n(317)]+":"+t[n(324)].id);if(i[n(284)]!=a[n(284)])return!1;for(const t of i)if(!a[n(311)](t))return!1;return!0}}const ba=_a;function Ta(){const t=["151227McCDjk","registerBlockAttribute","item","_splitMarkerName","FORMAT_REGULAR_COLUMN","afterInit","data-suggestion","locale","accept","downcastDispatcher","enableDefaultAttributesIntegration","TableUtils","end","_acceptFormatSuggestionCallbackFactory","registerDescriptionCallback","registerCustomCallback","46712ZMcmYF","formatBlock","has","bindElementToMarker","ck-suggestion-marker-","consumable","consume","FORMAT_REGULAR_ROW","_registerLegacyDescription","parent","editor","registerAttributeLabel","getCellLocation","showSuggestionHighlights","ck-suggestion-marker--active","238UXJuYo","removeClass","_handleLegacySuggestions","format","editing","headingRows","markerNameToElements","type","markerRange","removeMarker:suggestion","activeMarkers","10CLvoAZ","FORMAT_HEADER_COLUMN","toViewElement","651618LVHcAP","forceValue","nodeAfter","descriptionFactory","requires","commandName","data","includes","TrackChangesEditing","nodeBefore","setTableRowHeader","highest","147084wJEUHr","mapper","removeAttribute","getSuggestion","stop","setTableColumnHeader","markerName","FORMAT_HEADER_ROW","TableEditing","plugins","options","unbindElementFromMarkerName","addMarker:suggestion","_suggestionFactory","createTableWalker","71055jGMEQm","commandParams","writer","315532MJyOpz","setAttribute","start","get","headingColumns","182460UUpMaC","cell","addClass","*Format:* %0","name"];return(Ta=function(){return t})()}function _a(t,e){const n=Ta();return(_a=function(t,e){return n[t-=377]})(t,e)}!function(t){const e=_a,n=t();for(;;)try{if(109373===parseInt(e(460))/1+-parseInt(e(445))/2+parseInt(e(383))/3+parseInt(e(378))/4*(parseInt(e(430))/5)+parseInt(e(433))/6+-parseInt(e(419))/7*(parseInt(e(404))/8)+-parseInt(e(388))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ta);class ya extends t.Plugin{static get[ba(437)](){return[ha]}[ba(393)](){const t=ba,e=this[t(414)];if(!e[t(454)][t(406)](t(453)))return;const n=e[t(395)],r=e[t(454)][t(381)](t(441));r[t(398)](t(443)),r[t(398)](t(450)),r[t(389)](t(424)),r[t(389)](t(382)),r[t(436)][t(415)](t(424),Kr(n,t(452))),r[t(436)][t(415)](t(382),Kr(n,t(431))),this[t(421)]()}[ba(421)](){const t=ba,e=this[t(414)][t(454)][t(381)](t(441)),n=this[t(414)][t(454)][t(381)](t(399)),r=this[t(414)][t(454)][t(381)](ha)[t(401)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=_a,{type:c,id:u}=e[a(391)](o[a(451)]),l=e[a(448)](u),f=l[a(439)];if(a(405)!=l[a(426)]||!f||a(450)!=f[a(438)])return;if(o[a(390)])return void s[a(449)]();if(!i[a(409)][a(410)](o[a(427)],s[a(387)]))return;const h=o[a(427)][a(380)][a(435)],g=o[a(427)][a(400)][a(442)],d=h[a(413)][a(413)],{column:p}=n[a(416)](h),{column:m}=n[a(416)](g);for(let s=p;s<=m;s++){const l=n[a(459)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(384)],l=i[a(446)][a(432)](s);i[a(377)][a(385)](a(408)+c,l),r&&i[a(377)][a(379)](a(394),u,l),i[a(446)][a(407)](l,o[a(451)]),t&&(e[a(429)][a(440)](o[a(451)])?i[a(377)][a(385)](a(418),l):i[a(377)][a(420)](a(418),l))}}}}e[t(458)][t(403)](t(405),t(443),t(396),r),e[t(458)][t(403)](t(405),t(450),t(396),r),this[t(414)][t(423)][t(397)].on(t(457),s(),{priority:t(444)}),this[t(414)][t(439)][t(397)].on(t(457),((e,n,r)=>{const o=t;r[o(455)][o(417)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(444)}),this[t(414)][t(423)][t(397)].on(t(428),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(391)](r[o(451)]),c=e[o(448)](a),u=c[o(439)];if(o(405)!=c[o(426)]||!u||o(450)!=u[o(438)])return;const l=s[o(446)][o(425)](r[o(451)]);if(l)for(const t of l)s[o(377)][o(420)](o(408)+i,t),s[o(377)][o(420)](o(418),t),s[o(377)][o(447)](o(394),t),s[o(446)][o(456)](t,r[o(451)])}),{priority:t(444)}),this[t(412)]()}[ba(412)](){const t=ba,e=this[t(414)],n=e[t(395)];function r(e){const r=t;return{type:r(422),content:Kr(n,r(386),e)}}e[t(454)][t(381)](t(441))[t(436)][t(402)]((e=>{const s=t;if(s(405)!=e[s(426)])return;const{data:o}=e;if(o){if(s(443)==o[s(438)]){const t=o[s(461)][0][s(434)];return r(Kr(n,s(t?452:411)))}if(s(450)==o[s(438)]){const t=o[s(461)][0][s(434)];return r(Kr(n,s(t?431:392)))}}}))}}const Aa=Sa;function ka(){const t=["entries","start","removeMarker","isInContent","startsWith","createTableWalker","editing","tableCellBorderColor","forEach","columnInsertionIndexes","some","2637rMudAt","removeMarkers","model","tableCellVerticalAlignment","registerDescriptionCallback","tableCellPadding","every","15276fYDHpI","insertColumns","getChanges","Users","ck-suggestion-marker-insertion","join","suggestion","columnInsertionRanges","_replaceTableSlotCell","return","rows","isEmpty","markerToHighlight","1589270aYuSFw","suggestionUnloaded","*Replace table cells*","registerCustomCallback","582921aEBycZ","low","tableCellBorderWidth","getAttributes","deletion","getContainedElement","451CxFsOt","columns","ck-suggestion-marker","getChildren","getItems","markerAttributes","last","getTableIfOnlyTableInContent","add","getChild","insertContent","position","isEqual","paragraph","requires","row","setAttribute","insertionRanges","tablePasteCell","getSuggestions","markMultiRangeBlockFormat","endRow","$graveyard","oldRange","_isForcedDefaultExecutionBlock","cells","getRows","tableCellBackgroundColor","includes","createRangeIn","markMultiRangeInsertion","tablePasteRow","newRange","markMultiRangeDeletion","forceDefaultExecution","content","suggestionLoaded","tablePasteColumn","findAncestor","suggestion:formatBlock:tablePasteCell","8YZeSMe","move","get","commands","getRowIndexes","TableClipboard","accept","push","from","filter","type","3227892CeRXGp","getAllAdjacentSuggestions","fill","insertRows","rowInsertionRanges","change","has","next","getMarkers","_suggestionFactory","createElement","call","length","selection","fromEntries","first","element","getShiftedBy","documentSelection","removeRows","clipboardOutput","subType","descriptionFactory","3865687pyGqGG","discard","register","TrackChangesEditing","trackChanges","endColumn","value","containsRange","formatBlock","conversion","redo","find","tableCell","map","dataDowncast","batch","name","showSuggestionHighlights","suggestion-td","set","_getCoordsForCells","insertion","author","activeMarkers","remove","schema","getColumnIndexes","updateMarker","plugins","setAttributes","createRange","getRanges","deletionRanges","table","stop","tablePasteChainId","getChangedMarkers","end","column","markerName","editingDowncast","getColumns","TableUtils","wrap","insert","_tablePostFixingSubtypes","elementToElement","attributes","fromRange","rootName","hasSuggestion","ck-suggestion-marker--active","reduce","document","tableCellHorizontalAlignment","16670YFdTwj","132540qhiOMD","nodeAfter","editor","4ADIPWx","locale","for","view","options","createPositionBefore","getSuggestion","getSelectionAffectedTableCells","registerPostFixer","listenTo","keys","high","createRangeOn","cell","tableCellBorderStyle","afterInit","tableCellSuggestion","removeColumns","markers","detach","tablePaste","_splitMarkerName","getRange","previousSibling","114StwZcy","rowInsertionIndexes","_createdBatches","differ","previous","getSuggestionCallback","nextSibling","unwrap","root"];return(ka=function(){return t})()}!function(t){const e=Sa,n=t();for(;;)try{if(406364===parseInt(e(212))/1+-parseInt(e(168))/2*(-parseInt(e(195))/3)+-parseInt(e(144))/4*(parseInt(e(208))/5)+-parseInt(e(269))/6+parseInt(e(292))/7*(-parseInt(e(258))/8)+parseInt(e(188))/9*(parseInt(e(140))/10)+-parseInt(e(218))/11*(-parseInt(e(141))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ka);const Ca=[Aa(214),Aa(184),Aa(158),Aa(139),Aa(191),Aa(245),Aa(193)],Na=Object[Aa(283)](Ca[Aa(305)]((t=>[t,null])));class La extends t.Plugin{static get[Aa(232)](){return[ha]}[Aa(159)](){const t=Aa,n=this[t(143)];if(!n[t(113)][t(275)](t(263)))return;const r=n[t(113)][t(260)](t(295)),s=n[t(113)][t(260)](t(127)),o=n[t(113)][t(260)](ha),a=n[t(113)][t(260)](t(263));o[t(130)][t(265)](t(249),t(255)),n[t(190)][t(110)][t(294)](t(160),{allowIn:t(304),allowContentOf:t(304),isLimit:!0}),n[t(301)][t(131)]({model:t(160),view:t(310)});let c=null;n[t(190)].on(t(228),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(281)]-1];h&&h[u(252)]||r[u(242)]||this[u(143)][u(261)][u(260)](u(296))[u(298)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(287)))return!1;const i=s[o(225)](t,n);if(!i||!Ma(i,void 0,r))return!1;const a=r[o(151)](n[o(138)][o(282)]);if(!a[o(281)])return!1;const c=a[0][o(256)](o(118)),l=r[o(262)](a),f=r[o(111)](a),h={startRow:l[o(284)],endRow:l[o(224)],startColumn:f[o(284)],endColumn:f[o(224)]};return 1==a[o(281)]&&(h[o(239)]+=r[o(244)](i)-1,h[o(297)]+=r[o(126)](i)-1),Ma(c,h,r)}(l,f,n[u(190)],s,a)&&(o[u(119)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(190)][u(274)]((()=>{const t=u;n[t(190)][t(228)](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(281)]&&r[t(248)](o,t(249),{tablePasteChainId:s}),a[t(281)]&&r[t(248)](a,t(255),{tablePasteChainId:s}),l[t(281)]&&(r[t(248)](l,t(164),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(185)]((e=>{const n=t;var r;return null===(r=e[n(163)])||void 0===r?void 0:r[n(280)](e)}))),f[t(281)]&&(r[t(251)](f,t(164),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(185)]((e=>{const n=t;var r;return null===(r=e[n(163)])||void 0===r?void 0:r[n(280)](e)})));const g=r[t(238)](h[t(305)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(236),{tablePasteChainId:s});if(g){const e=g[t(277)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(190)][t(156)](s),a=e[t(303)]((e=>e[t(166)]()[t(230)](i)));a&&r[t(265)]([a[t(308)],o])}r[t(281)]&&g[t(234)](t(223),Object[t(283)](r))}c=null})))}),{priority:e.priorities[t(155)]+10}),n[t(113)][t(260)](t(263)).on(t(203),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(119)]();const u=s[r(157)],l=o,f=Ra(u),h=Ra(l);e[r(204)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(109)](u[r(227)](0));for(const t of Array[r(266)](l[r(221)]()))a[r(129)](t,u,r(122));const t=c[r(169)][r(246)](s[r(233)]),e=c[r(186)][r(246)](s[r(123)]);t||e||(g=i.LiveRange[r(133)](a[r(247)](u)))}else h&&!f&&(d=a[r(247)](u));else{const t=a[r(279)](r(160)),e=a[r(279)](r(160));a[r(128)](a[r(247)](u),e),a[r(129)](t,u,0);for(const e of Array[r(266)](l[r(221)]()))a[r(129)](e,t,r(122));g=i.LiveRange[r(133)](a[r(156)](t)),d=i.LiveRange[r(133)](a[r(156)](e))}const p=Array[r(266)](l[r(215)]())[r(267)]((([t])=>Ca[r(246)](t)));c[r(243)][r(265)]({element:u,attributes:p[r(281)]?Object[r(283)](p):null}),g&&c[r(235)][r(265)](g),d&&c[r(117)][r(265)](d)}),{priority:t(155)}),s.on(t(196),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(219)]||1;c[o(186)]=new Array(l)[o(271)](u)[o(305)](((t,e)=>t+e));for(const{cell:t}of s[o(182)](i,{startColumn:u,endColumn:u+l-1}))c[o(202)][o(265)](n[o(190)][o(156)](t))}),{priority:t(213)}),s.on(t(272),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(205)]||1;c[o(169)]=new Array(l)[o(271)](u)[o(305)](((t,e)=>t+e));for(const{cell:t}of s[o(182)](i,{startRow:u,endRow:u+l-1}))c[o(273)][o(265)](n[o(190)][o(156)](t))}),{priority:t(213)}),r[t(291)][t(192)]((e=>{const r=t;if(e[r(290)]&&e[r(290)][r(181)](r(164)))return e[r(172)]?{}:{type:r(106),content:Kr(n[r(145)],r(210))}}));const u=()=>!1;for(const e of[t(164),t(255),t(249),t(236)])r[t(278)][t(211)](t(106),e,t(200),u),r[t(278)][t(211)](t(216),e,t(200),u),r[t(278)][t(211)](t(300),e,t(200),u);r[t(278)][t(211)](t(300),t(236),t(293),u),r[t(278)][t(211)](t(300),t(236),t(264),((e,r,s)=>{const o=t,i=e[o(305)]((t=>t[o(217)]()))[o(267)]((t=>t)),a=new Map(i[o(305)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(243)])e&&a[o(311)](t,e);else if(s&&s[o(223)])for(const[t,e]of Object[o(177)](s[o(223)])){const r=n[o(190)][o(162)][o(260)](t),s=r?r[o(166)]()[o(217)]():null;s&&a[o(311)](s,e)}n[o(190)][o(274)]((t=>{const e=o;for(const[n,r]of a)t[e(114)]({...Na,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(278)][o(211)](e,o(164),s,((t,i,a)=>{const c=o;n[c(190)][c(274)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(178)][o(142)];t.is(o(285),o(160))&&u[o(265)](t)}r[o(278)][o(173)](e,null,s)(t,i,a);for(const t of u)o(240)!=t[o(176)][o(134)]&&n[o(175)](t)}))}))};l(t(106),t(264)),l(t(106),t(293)),l(t(216),t(264)),l(t(216),t(293)),r[t(278)][t(211)](t(106),t(249),t(293),(e=>{const n=t,r=e[n(305)]((t=>t[n(217)]())),i=r[0][n(256)](n(118)),{minRow:a,maxRow:c}=o[n(312)](r);s[n(288)](i,{at:a,rows:c-a+1})})),r[t(278)][t(211)](t(106),t(255),t(293),(e=>{const n=t,r=e[n(305)]((t=>t[n(217)]())),i=r[0][n(256)](n(118)),{minColumn:a,maxColumn:c}=o[n(312)](r);s[n(161)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(290)]||!n[s(290)][s(181)](s(164)))return;const o=n[s(132)][s(120)],i=r[s(237)]()[s(267)]((t=>t[s(180)]&&t[s(132)]&&t[s(132)][s(120)]==o));i[s(281)]&&n[s(270)]()[s(281)]!=i[s(281)]&&i[s(137)](((t,e)=>(t[s(276)]=e,e[s(172)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(165)](e[s(124)]),i=[s(220),s(199)],a=r[s(108)][s(246)](e[s(124)]);return a&&i[s(265)](s(136)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(254),f,{priority:t(155)}),r.on(t(209),f,{priority:t(155)}),n[t(190)][t(138)][t(152)]((()=>{const e=t;let s=!1;const o=Array[e(266)](n[e(190)][e(138)][e(171)][e(121)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(165)](t);if(e(201)!=o||e(216)!=a||i[e(241)])continue;if(!r[e(135)](c))continue;const u=r[e(150)](c)[e(116)](),l=n[e(113)][e(260)](e(198)).me;for(const t of r[e(237)]())if(t[e(180)]&&t[e(107)]==l&&e(300)==t[e(268)]&&e(236)==t[e(290)]&&t[e(116)]()[e(194)]((t=>u[e(187)]((n=>n[e(299)](t,!0))))))for(const n of t[e(270)]())n[e(180)]&&(n[e(293)](),s=!0)}return s})),n[t(190)][t(138)][t(152)]((e=>{const s=t,o=n[s(261)][s(260)](s(302));if(!o||!o[s(170)][s(275)](e[s(307)]))return!1;let i=!1;const a=n[s(113)][s(260)](s(198)).me,c=n[s(190)][s(138)][s(171)][s(197)](),u=Array[s(266)](n[s(190)][s(138)][s(171)][s(121)]())[s(267)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(165)](t);return n(201)==o&&n(164)==i&&c==a.id&&!e[n(241)]}));for(const t of c){if(s(129)!=t[s(268)]||s(160)!=t[s(308)]||1!=t[s(281)])continue;const n=e[s(115)](t[s(229)],t[s(229)][s(286)](1));if(!u[s(303)]((({data:t})=>t[s(250)][s(230)](n))))for(const{name:t,data:r}of u)if(n[s(299)](r[s(250)])){e[s(112)](t,{range:n}),i=!0;break}}return i})),n[t(190)][t(138)][t(152)]((e=>{const s=t;let o=!1;const i=n[s(113)][s(260)](s(198)).me,a=r[s(237)]()[s(267)]((t=>t[s(180)]&&t[s(107)]==i)),c=new Set,u=new Set;for(const t of a)if(s(164)==t[s(290)])for(const e of t[s(277)]()){const n=e[s(166)]()[s(217)]();if(n)if(n.is(s(285),s(160))&&Ra(n)){t[s(179)](e[s(308)]),c[s(226)](n),o=!0;const r=n[s(174)],i=n[s(167)],a=r&&r.is(s(285),s(160)),l=i&&i.is(s(285),s(160));a&&!c[s(275)](r)&&u[s(226)](r),l&&!c[s(275)](i)&&u[s(226)](i)}else n.is(s(285),s(231))&&n[s(206)]&&(t[s(179)](e[s(308)]),o=!0)}else if(s(236)==t[s(290)]){if(!t[s(132)]||!t[s(132)][s(120)])continue;const e=t[s(132)][s(223)];if(e&&Object[s(154)](e)[s(281)])continue;const n=t[s(132)][s(120)];let r=!0,i=!0;for(const e of a)if(e[s(290)]&&e[s(290)][s(181)](s(164))){if(!e[s(132)][s(120)]){i=!1;break}if(e.id!=t.id&&e[s(132)][s(120)]==n){r=!1;break}}i&&r&&(t[s(189)](),o=!0)}for(const t of c)e[s(109)](t);for(const t of u)e[s(175)](t);return o})),n[t(301)][t(146)](t(125))[t(207)]({model:t(257),view:(t,e)=>h(t),converterPriority:t(155)}),n[t(301)][t(146)](t(306))[t(207)]({model:t(257),view:(e,n)=>n[t(148)][t(309)]?h(e,!1):null,converterPriority:t(155)});const g=n[t(183)][t(147)];this[t(153)](g[t(138)],t(289),((e,n)=>{const r=t,s=[];for(const t of g[r(247)](n[r(253)])[r(222)]())t.is(r(285),r(310))&&s[r(265)](t);g[r(274)]((t=>{const e=r;for(const n of s)t[e(259)](t[e(247)](n),t[e(149)](n)),t[e(109)](n)}))}))}}function Ra(t){const e=Aa;if(t[e(206)])return!0;const n=t[e(227)](0);return n.is(e(285),e(231))&&n[e(206)]}function Sa(t,e){const n=ka();return(Sa=function(t,e){return n[t-=106]})(t,e)}function Ma(t,e={},n){const r=Aa;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(182)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const va=wa;function wa(t,e){const n=Oa();return(wa=function(t,e){return n[t-=449]})(t,e)}function Oa(){const t=["6gDXGVO","*Format:* resize table","type","bind","getSelectedElement","selection","getSuggestionCallback","getContainedElement","TableColumnResizeEditing","has","data","columnWidths","document","handleResizeTableWidthCommand","enableCommand","get","subType","2133271zYmUia","getSuggestions","2986893DiZyea","table","format","Users","tableWidth","registerDescriptionCallback","48422gmzkbU","locale","getAttribute","5060346IXxtBi","registerCustomCallback","TrackChangesEditing","markBlockFormat","resizeTableWidth","1901930YUGRnz","307420mbDtcx","model","getColumnGroupElement","commandParams","change","descriptionFactory","16jyIoVk","handleSuggestionDescription","resizeTable","19eNJMSy","_suggestionFactory","plugins","formatBlock","author","formatGroupId","formatInline","accept","afterInit","getTableColumnsWidths","editor","1041636egPDDM","discard"];return(Oa=function(){return t})()}!function(t){const e=wa,n=t();for(;;)try{if(497862===parseInt(e(486))/1*(-parseInt(e(468))/2)+parseInt(e(499))/3*(parseInt(e(497))/4)+parseInt(e(477))/5+parseInt(e(471))/6+parseInt(e(460))/7*(-parseInt(e(483))/8)+parseInt(e(462))/9+-parseInt(e(476))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oa);class Da extends t.Plugin{[va(494)](){const t=va;if(!this[t(496)][t(488)][t(452)](t(451)))return;const e=this[t(496)][t(488)][t(458)](t(473));e[t(457)](t(475),this[t(456)][t(502)](this)),e[t(487)][t(472)](t(489),t(485),t(493),e[t(487)][t(449)](t(489),null,t(498))),e[t(487)][t(472)](t(489),t(485),t(498),e[t(487)][t(449)](t(489),null,t(493))),e[t(482)][t(467)](this[t(484)][t(502)](this))}[va(456)](t,e){const n=va,r=this[n(496)][n(488)][n(458)](n(473)),s=this[n(496)][n(488)][n(458)](n(451)),o=e[n(463)]||this[n(496)][n(478)][n(455)][n(504)][n(503)]();this[n(496)][n(478)][n(481)]((()=>{const i=n,a=s[i(479)](o);let c=a?s[i(495)](a):null,u=o[i(470)](i(466))||null;const l=e[i(466)]||u,f=e[i(454)]||c,h=this[i(496)][i(488)][i(458)](i(465)).me;for(const t of r[i(461)]()){const e=t[i(450)]();if(i(485)===t[i(459)]&&e===o){t[i(490)]!==h&&t[i(498)]();const e=t[i(453)][i(480)];u=e[0][i(466)],c=e[0][i(454)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(474)](o,{commandName:i(475),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(485)},[],i(485))}))}[va(484)](t){const e=va;if(e(489)!=t[e(501)]&&e(492)!=t[e(501)])return;const{data:n}=t;if(n&&e(485)===n[e(491)]){const t=e(500);return{type:e(464),content:Kr(this[e(496)][e(469)],t)}}}}const Fa=xa;function Pa(){const t=["240hpkmmt","746620cZAuFC","plugins","1472YITQyh","editor","137111xuhpeg","4TFaZEw","6AvWksF","89897qhVUSQ","afterInit","4OfDjYp","insertTemplate","TrackChangesEditing","1359HmQzwe","541854imLfRP","1634185jAlyUW","enableCommand","276YyjUCC","Template","get","has","25817bDFUGg"];return(Pa=function(){return t})()}function xa(t,e){const n=Pa();return(xa=function(t,e){return n[t-=462]})(t,e)}!function(t){const e=xa,n=t();for(;;)try{if(220284===parseInt(e(470))/1*(-parseInt(e(468))/2)+parseInt(e(476))/3*(parseInt(e(472))/4)+-parseInt(e(477))/5*(-parseInt(e(469))/6)+parseInt(e(463))/7+parseInt(e(465))/8*(-parseInt(e(475))/9)+parseInt(e(462))/10*(parseInt(e(483))/11)+parseInt(e(479))/12*(-parseInt(e(467))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pa);class Ba extends t.Plugin{[Fa(471)](){const t=Fa,e=this[t(466)];e[t(464)][t(482)](t(480))&&e[t(464)][t(481)](t(474))[t(478)](t(473))}}const Ua=ja;function ja(t,e){const n=Ga();return(ja=function(t,e){return n[t-=254]})(t,e)}function Ga(){const t=["TrackChangesEditing","registerElementLabel","plugins","3069104cUGoNS","4258032HQNirI","3226437AWiBzz","afterInit","enableCommand","910698pkVXsX","descriptionFactory","ELEMENT_TABLE_OF_CONTENTS","210yDcmPs","locale","insertTableOfContents","9147uxuLqh","tableOfContents","editor","get","commands","21rQiQSG","22741056XjoAkV","1577425GKMADQ"];return(Ga=function(){return t})()}!function(t){const e=ja,n=t();for(;;)try{if(668796===-parseInt(e(259))/1*(-parseInt(e(256))/2)+parseInt(e(272))/3+parseInt(e(270))/4+parseInt(e(266))/5+-parseInt(e(275))/6*(parseInt(e(264))/7)+parseInt(e(271))/8+-parseInt(e(265))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ga);class Va extends t.Plugin{[Ua(273)](){const t=Ua,e=this[t(261)];if(!e[t(263)][t(262)](t(258)))return;e[t(269)][t(262)](t(267))[t(274)](t(258));const n=e[t(269)][t(262)](t(267)),r=e[t(257)];n[t(254)][t(268)](t(260),(e=>Kr(r,t(255),e)))}}const Ha=za;function za(t,e){const n=Wa();return(za=function(t,e){return n[t-=297]})(t,e)}function Wa(){const t=["684846EgKNCW","forward","end","start","TrackChangesEditing","has","isCollapsed","suggestion","createRange","registerElementLabel","descriptionFactory","model","afterInit","205144tydEVj","removeMarker","editor","get","9830040miuWPH","1012893rJiGbf","schema","getNearestSelectionRange","nodeBefore","609414FieoRs","newRange","element","plugins","title-content","isEqual","1vlgoGU","Title","109040orGeAx","from","729792JdKLdi","differ","document","_splitMarkerName","ELEMENT_TITLE","9dJGMqc","isTouching","locale","getChangedMarkers","registerPostFixer","updateMarker","5CkRcnn"];return(Wa=function(){return t})()}!function(t){const e=za,n=t();for(;;)try{if(247360===-parseInt(e(322))/1*(parseInt(e(338))/2)+-parseInt(e(312))/3+-parseInt(e(324))/4+parseInt(e(337))/5*(parseInt(e(316))/6)+-parseInt(e(326))/7+parseInt(e(307))/8*(-parseInt(e(331))/9)+parseInt(e(311))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wa);class Ka extends t.Plugin{[Ha(306)](){const t=Ha,e=this[t(309)];if(!e[t(319)][t(299)](t(323)))return;const n=e[t(319)][t(310)](t(298));n[t(304)][t(303)](t(320),(()=>Kr(e[t(333)],t(330)))),e[t(305)][t(328)][t(335)]((r=>{const s=t;let o=!1;const i=Array[s(325)](e[s(305)][s(328)][s(327)][s(334)]());for(const{name:t,data:a}of i){const{group:i}=n[s(329)](t);if(s(301)!==i||!a[s(317)])continue;const c=a[s(317)],u=c[s(340)][s(315)];if(!u||!u.is(s(318),s(320)))continue;if(!c[s(297)][s(332)](c[s(340)]))continue;const l=e[s(305)][s(313)][s(314)](c[s(340)],s(339));if(l&&l[s(300)]){const e=r[s(302)](c[s(297)],l[s(297)]);e[s(321)](c)||(r[s(336)](t,{range:e}),o=!0)}o||(r[s(308)](t),o=!0)}return o}))}}function Xa(){const t=["10000550frAwPu","enableCommand","plugins","33jrwdkY","1342144xwlsMr","get","10872UMGfoQ","2453944shlVbL","14235EYhwUe","redo","undo","has","editor","TrackChangesEditing","afterInit","UndoEditing","268JpgDaN","1902lZKNrO","17899viTiTX","9272BwYALZ","3294155kEPAFw"];return(Xa=function(){return t})()}const qa=Za;function Za(t,e){const n=Xa();return(Za=function(t,e){return n[t-=439]})(t,e)}!function(t){const e=Za,n=t();for(;;)try{if(802846===parseInt(e(443))/1+parseInt(e(446))/2+-parseInt(e(447))/3*(parseInt(e(455))/4)+-parseInt(e(459))/5+-parseInt(e(456))/6*(-parseInt(e(457))/7)+-parseInt(e(458))/8*(-parseInt(e(445))/9)+parseInt(e(439))/10*(-parseInt(e(442))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xa);class Ja extends t.Plugin{[qa(453)](){const t=qa,e=this[t(451)],n=e[t(441)][t(444)](t(452));e[t(441)][t(450)](t(454))&&(n[t(440)](t(449)),n[t(440)](t(448)))}}const Ya=Qa;function Qa(t,e){const n=$a();return(Qa=function(t,e){return n[t-=234]})(t,e)}function $a(){const t=["8MkspAA","10295658pJoMsY","TableCaptionEditing","7878136Cbflgx","plugins","2639785WCLKIs","has","12jqpOnK","requires","editor","1674659BNiJab","1094164YEsJGd","get","2529345YTtlVV","toggleTableCaption","3411556YrHaWO","enableCommand","TrackChangesEditing","afterInit"];return($a=function(){return t})()}!function(t){const e=Qa,n=t();for(;;)try{if(985150===-parseInt(e(236))/1+parseInt(e(240))/2+parseInt(e(238))/3+parseInt(e(247))/4+parseInt(e(249))/5*(-parseInt(e(251))/6)+-parseInt(e(235))/7+parseInt(e(244))/8*(-parseInt(e(245))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($a);class tc extends t.Plugin{static get[Ya(252)](){return[ha]}[Ya(243)](){const t=Ya,e=this[t(234)];e[t(248)][t(250)](t(246))&&e[t(248)][t(237)](t(242))[t(241)](t(239))}}function ec(t,e){const n=sc();return(ec=function(t,e){return n[t-=292]})(t,e)}const nc=ec;!function(t){const e=ec,n=t();for(;;)try{if(107619===parseInt(e(313))/1*(-parseInt(e(356))/2)+-parseInt(e(299))/3*(parseInt(e(363))/4)+-parseInt(e(336))/5+parseInt(e(344))/6+parseInt(e(312))/7*(-parseInt(e(342))/8)+parseInt(e(354))/9*(-parseInt(e(329))/10)+parseInt(e(359))/11*(parseInt(e(353))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sc);class rc extends t.Plugin{constructor(t){const e=ec;super(t),this[e(310)]=[e(303),e(327),e(296),e(333),e(368),e(321),e(360)],this[e(331)]=[e(365),e(348),e(332),e(349),e(326),e(338),e(346),e(305),e(345)]}static get[nc(330)](){return nc(364)}[nc(295)](){const t=nc,e=this[t(323)][t(357)][t(318)](t(343));if(this[t(323)][t(357)][t(316)](t(325))){for(const n of this[t(310)])e[t(328)](n,((e,r)=>{const s=t,o=this[s(323)][s(311)][s(337)][s(355)][s(340)]()[s(350)](s(302));this[s(351)](n,[o],this[s(310)],s(310),e,r)}));e[t(366)][t(352)](t(315),t(310),t(304),e[t(366)][t(370)](t(315),null,t(320))),e[t(366)][t(352)](t(315),t(310),t(320),((e,n)=>this[t(306)](this[t(310)],e,n))),e[t(366)][t(352)](t(315),t(310),t(317),(()=>!1))}if(this[t(323)][t(357)][t(316)](t(298))){for(const n of this[t(331)])e[t(328)](n,((e,r)=>{const s=t,o=this[s(323)][s(357)][s(318)](s(324))[s(371)](this[s(323)][s(311)][s(337)][s(355)]);this[s(351)](n,o,this[s(331)],s(331),e,r)}));e[t(366)][t(352)](t(315),t(331),t(304),e[t(366)][t(370)](t(315),null,t(320))),e[t(366)][t(352)](t(315),t(331),t(320),((e,n)=>this[t(306)](this[t(331)],e,n))),e[t(366)][t(352)](t(315),t(331),t(317),(()=>!1))}e[t(369)][t(358)]((e=>this[t(293)](e)))}[nc(351)](t,e,n,r,s,o){const i=nc,a=this[i(323)][i(357)][i(318)](i(343));this[i(323)][i(311)][i(309)](o[i(292)],(()=>{const t=i;for(const i of e)if(this[t(335)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(301)](r);void 0!==n&&(e[r]=n)}s(o),a[t(308)](i,{commandParams:[e]},[],r)}}))}[nc(306)](t,e,n){const r=nc,s=e[0][r(294)][r(314)],o=n[r(300)][0];this[r(323)][r(311)][r(339)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(361)](r,o[r],s):e[n(341)](r,s)}))}[nc(293)](t){const e=nc;if(t[e(367)])switch(t[e(297)]){case e(310):return{type:e(334),content:Kr(this[e(323)][e(347)],e(322))};case e(331):return{type:e(334),content:Kr(this[e(323)][e(347)],e(319))}}}[nc(335)](t,e){const n=nc,r=this[n(323)][n(357)][n(318)](n(343));for(const s of r[n(307)]({skipNotAttached:!0})){const r=s[n(362)]();if(s[n(297)]===e&&r===t)return s}return null}}function sc(){const t=["3226AfHtBh","plugins","registerDescriptionCallback","3026584VVgHOS","tableBackgroundColor","setAttribute","getContainedElement","24ijWJJl","TrackChangesTableProperties","tableCellBorderColor","_suggestionFactory","data","tableWidth","descriptionFactory","getSuggestionCallback","getSelectionAffectedTableCells","batch","handleSuggestionDescription","start","afterInit","tableBorderWidth","subType","TableCellPropertiesEditing","45894qtzONV","commandParams","getAttribute","table","tableBorderColor","accept","tableCellHorizontalAlignment","handleDiscardAction","getSuggestions","markBlockFormat","enqueueChange","tableProperties","model","35ToTbFp","40xbGuSS","nodeAfter","formatBlock","has","join","get","*Format:* change table cell properties","discard","tableHeight","*Format:* change table properties","editor","TableUtils","TablePropertiesEditing","tableCellWidth","tableBorderStyle","enableCommand","341480DtxgzE","pluginName","tableCellProperties","tableCellBorderWidth","tableAlignment","format","_getSuggestion","624360lkMBZH","document","tableCellHeight","change","getFirstPosition","removeAttribute","70160ANVGav","TrackChangesEditing","113718NlWmXr","tableCellVerticalAlignment","tableCellBackgroundColor","locale","tableCellBorderStyle","tableCellPadding","findAncestor","_handlePropertyChange","registerCustomCallback","24NgoxSd","36oPxowU","selection"];return(sc=function(){return t})()}var oc=Function.prototype,ic=Object.prototype,ac=oc.toString,cc=ic.hasOwnProperty,uc=ac.call(Object);const lc=function(t){if(!ne(t)||"[object Object]"!=ct(t))return!1;var e=en(t);if(null===e)return!0;var n=cc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ac.call(n)==uc};const fc=function(t){return lc(t)?void 0:t};var hc=$?$.isConcatSpreadable:void 0;const gc=function(t){return ce(t)||ae(t)||!!(hc&&t&&t[hc])};const dc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=gc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):tn(o,c):s||(o[o.length]=c)}return o};const pc=function(t){return(null==t?0:t.length)?dc(t,1):[]};const mc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var Ic=Math.max;const Ec=function(t,e,n){return e=Ic(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=Ic(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),mc(t,this,a)}};const bc=function(t){return function(){return t}};const Tc=Jt?function(t,e){return Jt(t,"toString",{configurable:!0,enumerable:!1,value:bc(e),writable:!0})}:function(t){return t};var _c=Date.now;const yc=function(t){var e=0,n=0;return function(){var r=_c(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Tc);const Ac=function(t){return yc(Ec(t,void 0,pc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=ir(e,(function(e){return e=fr(e,t),r||(r=e.length>1),e})),te(t,an(t),n),r&&(n=Zn(n,7,fc));for(var s=e.length;s--;)jr(n,e[s]);return n})),kc=Nc;function Cc(){const t=["change:activeMarkers","element","forceDefaultExecution","applyOperation","_afterChanges","upcast","targetPosition","getLastMatchingPosition","isArray","attribute:accept","stop","every","addMarkerName","data","getContainedElement","parent","_mergeNestedSuggestions","change:_saved","markerReady","action","format","value","ck-suggestion-marker-","reconvertMarker","formatInline:join","isInsideObject","showSuggestionHighlights","collaboration.channelId","_getSuggestionData","deletion:discard","_getExternalAuthor","addHighlight","clear","catch","getMarkers","clone","isSelectable","removeMarker","rejected","isAfter","removed","keys","formatBlock:join","markers","for","422663bwKOqK","_onDiscard","howMany","skipNestingCheck","_breakSuggestionMarker","insert","containerElement","map","getCustomProperty","warn","group","commandName","isDocumentOperation","getCommentThread","options","discardAllSuggestions","split","isOwn","_registerDefaultCallbacks","next","key","descriptionFactory","markMultiRangeInsertion","move","discardSuggestion","includes","getIntersection","config","assign","_joinWithAdjacentSuggestions","type","_joinSuggestions","some","values","substr","_suggestionState","length","_recordAttributeChanges","_getMarkerAnnouncementText","acceptSuggestion","ck-suggestion-marker","originalSuggestionId","_isRegisteredAttribute","then","update:suggestion","editing","model","toJSON","multipleBlocks","_setSuggestionData","addMarker","_reduceExistingSuggestions","fire","suggestionLoaded","editingDowncast","consume","rename","removeMarkers","markInlineFormat","editor","author","size","push","creator","$graveyard","_blockAttributeKeys","formatInline","1286406QbOOAg","mapper","markInsertion","addMarker:suggestion:formatBlock","PendingActions","dataReady","documentSelection","splice","unshift","insertion:","FORMATTING","isAtStart","add","12TvMfoW","isUndo","2575415ZwVrWs","formatBlock","_model","attribute:discard","isIntersecting","adapter","name","track-changes-command-not-found","trackChanges","_removeSuggestion","dataToMarker","_defaultCallbacks","notReady","addClass","accepted","high","discard","detach","refresh","getShiftedBy","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.","nodeAfter","tablePasteChainId","subType","conversion","176aBEENt","discardSelectedSuggestions","deletion:accept","_recordAttributeSuggestions","differ","6029784FLnBdG","start","oldValue","always","markerName","containsRange","rootName","open","addCommentThread","resolve","isExternal","updateMarker","elementToElement","trackChanges.mergeNestedSuggestions","isMultiRange","formatInline:discard","getRange","error-saving-suggestion-data-suggestion-discarded","track-changes-user-not-found","isNextTo","getAllAdjacentSuggestions","listenTo","activeMarkers","6598529OXHQNg","_enabledCommands","delete","addMarker:suggestion","has","_isForcedDefaultExecutionBlock","markAttributeChange","getFirstRange","forEach","enableCommand","isIntersectingWithRange","after","_suggestions","addUser","removeMarker:suggestion:formatBlock","markerNameToElements","markBlockFormat","schema","track-changes-suggestion-not-found","track-changes-suggestion-data-mismatch","suggestion","updateSuggestion","enqueueChange","isBefore","markerToData","define","registerInlineAttribute","execute","$textProxy","dataDowncast","_trackFormatChanges","announce","track-changes-adapter-already-set","hasCommentThread","insertContent","nodeBefore","ck-suggestion-marker--active","external:","suggestion-type","newValue","ck-suggestion-marker-formatInline","formatInline:chain","_splitMarkerName","_processAttributeSuggestions","get","toViewElement","selection","substring","hasComments","createdAt","track-changes-enable-command-twice","createRangeOn","unbind","suggestion:","pluginName","insertion:discard","_isDataLoaded","isInContent","track-changes-adapter-missing-getsuggestion","join","_suggestionFactory","createSelection","set","hasSuggestion","insertion:chain","addSuggestionData","markMultiRangeDeletion","removeMarker:suggestion:attribute","acceptSelectedSuggestions","_addThreadToSuggestion","createRangeIn","data-suggestion","_setSuggestionRange","formatInline:accept","highest","batch","find","elementStart","attribute:join","_cutOutSuggestionMarker","getSuggestion","getMultiRangeId","root","createPositionAt","isEqual","authoredAt","_saved","marker-count","getSuggestions","CommentsRepository","getWalker","change:data","suggestion:attribute:","acceptAllSuggestions","multi","splitPosition","deletion:join","startsWith","formatInline:","attributeKey","isAtEnd","commentThread","createElement","_checkSuggestionCorrectness","fromRange","containsRangeInObject","comments","Users","_refreshAttributeSuggestionsChain","insertion:accept","registerBlockAttribute","consumable","plugins","_refreshSuggestionsChain","addMarker:suggestion:attribute","TrackChangesEditing","change","commands","formatBlock:accept","pop","$text","markerToHighlight","registerCustomCallback","suggestionUnloaded","default","buildSuggestion","markMultiRangeBlockFormat","document","isBlock","createRange","_SUGGESTION_ANNOUNCEMENT","fromCharCode","getItems","enableDefaultAttributesIntegration","getAncestors","isCollapsed","_reduceSuggestionAttributeRange","oldRange","formatGroupId","from","removeAttribute","remove","end","isLimit","head","deleteContent","removeComment","getChangedMarkers","attributeOldValue","setTo","accept","range","widget","init","normal","sort","trackChangesCommand","_editor","previous","isTouching","stopListening","trackChanges.trackFormatChanges","attribute:","$marker","isObject","containsItem","enableReadOnlyMode","_processAttributeChanges","removeClass","registerPostFixer","toUpperCase","lowest","unbindElementFromMarkerName","LEAVE","suggestionChanged","ENTER","writer","position","_handleNewSuggestionMarker","formatBlock:chain","_createSuggestion","filter","forward","setAttribute","415346LANDQy","backward","return","isLocal","PENDING_ACTION_SUGGESTION","ready","insertion:join","deletion:","groupId","stringify","attribute","chain","concat","isRemovable","getRanges","attributeNewValue","low","bindElementToMarker","@external","addSuggestion","_adapter","ck-suggestion-marker-formatBlock","formatBlock:discard","1497924odHmXf","getDifference","formatBlock:","getChanges","containsPosition","_initAriaMarkerChangeAnnouncements","createPositionAfter","_customCallbacks","_findSuggestions","_isBlockAttribute","getAttribute","before","_getAuthorFromId","deletion:chain","_addSuggestionMarker","elementEnd","locale","meta","getSuggestionCallback","getNearestSelectionRange","getFirstMarker","_rangeIsInLocalUserInsertion","addRange","never","_updateSuggestionData","authorName","moveTargetPosition","insertion","deletion","_inlineAttributeKeys","newRange","_getAttributeKey","$elementName","addComment","setSelection","getUser","attributes","rethrowUnexpectedError","requires","createPositionBefore","markDeletion","item","fetchCommentThread","_commentsRepository"];return(Cc=function(){return t})()}function Nc(t,e){const n=Cc();return(Nc=function(t,e){return n[t-=320]})(t,e)}!function(t){const e=Nc,n=t();for(;;)try{if(717844===parseInt(e(675))/1+parseInt(e(563))/2+parseInt(e(742))/3*(parseInt(e(324))/4)+parseInt(e(326))/5+parseInt(e(356))/6+parseInt(e(379))/7+parseInt(e(351))/8*(-parseInt(e(586))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cc);const Lc=kc(618);class Rc extends t.Plugin{static get[kc(624)](){return[kc(468),o.Users,t.PendingActions,ts,ss,us,fs,ys,Es,Ns,vs,js,no,io,fo,mo,_o,Co,So,Oo,xo,Wo,Go,Zo,$o,ri,li,Ii,Oi,ai,zs,Zs,_i,Ci,Si,Pi,Gi,Ki,Ji,ta,sa,ua,ha,Ea,ya,tc,La,Da,Va,rc,Ba,Ka,Ja]}static get[kc(433)](){return kc(494)}constructor(t){const e=kc;function n(t){const e=Nc;return t[e(682)]((t=>String[e(510)](t)))[e(438)]("")}super(t),this[e(354)]=!1,this[e(441)](e(378),[]),this.on(e(630),((n,r,s,o)=>{const i=e;this[i(328)][i(495)]((()=>{const e=i;for(const n of[...o,...s])this[e(328)][e(673)][e(383)](n)&&t[e(720)][e(653)](n)}))})),this[e(696)]=new Jr(this[e(734)][e(721)][e(396)],this[e(734)][e(602)]),this[e(583)]=null,this[e(439)]=new Sc(this[e(734)]),this[e(391)]=new Map,this[e(629)]=t[e(491)][e(423)](e(468)),this[e(380)]=new Set,this[e(328)]=this[e(734)][e(721)],this[e(710)]=new WeakMap,this[e(384)]=!1,this[e(740)]=new Set([e(618)]),this[e(615)]=new Set,t[e(702)][e(404)](e(540),e(503)),this[e(409)]=t[e(702)][e(423)](e(540)),t[e(702)][e(404)](e(369),!0),this[e(646)]=t[e(702)][e(423)](e(369)),this[e(535)]=new l(t,this[e(380)]),this[e(591)](),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,54,49,52])}[kc(532)](){const t=kc,n=this[t(734)],r=(e,n)=>{const r=t;if(r(573)!=e)return r(652)+e;const s=n[r(691)]("|")[0];return this[r(595)](s)?r(584):r(419)};n[t(350)][t(674)](t(729))[t(500)]({model:t(399),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(421)](e[n(360)]),a=[n(715),r(o,i)];let c=3e3;return this[n(378)][n(700)](e[n(360)])&&(a[n(737)](n(415)),c=3010),n(614)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(350)][t(674)](t(408))[t(323)]((e=>{const r=t;e.on(r(382),((t,e,s)=>{const o=r;if(!s[o(689)][o(656)])return;const i=e[o(627)];if(!i)return;const c=s[o(743)][o(424)](i);n[o(721)][o(396)][o(543)](i)&&c&&!c[o(683)](o(531))&&c.is(o(681))&&(0,a.toWidget)(c,s[o(555)])}),{priority:r(341)})})),n[t(350)][t(674)](t(408))[t(500)]({model:t(399),view:(e,n)=>{const s=t;if(!n[s(689)][s(656)])return null;const{type:o,subType:i}=this[s(421)](e[s(360)]);return{classes:[s(715),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(627)])return;const{id:c}=this[a(421)](o[a(360)]);if(r){const t=this[a(391)][a(423)](c),e=this[a(617)](t);if(!this[a(595)](e))return}if(o[a(627)].is(a(425)))return void i[a(490)][a(730)](o[a(627)],s[a(332)]);const u=i[a(743)][a(424)](o[a(627)]);if(o[a(627)].is(a(631))&&n[a(721)][a(396)][a(507)](o[a(627)])&&!u[a(683)](a(661))){i[a(555)][a(339)]([a(715),a(584)],u),i[a(555)][a(562)](a(450),c,u),i[a(743)][a(580)](u,o[a(360)]),e&&(this[a(378)][a(700)](o[a(360)])?i[a(555)][a(339)](a(415),u):i[a(555)][a(547)](a(415),u));for(const t of n[a(721)][a(449)](o[a(627)])[a(511)]())i[a(490)][a(730)](t,s[a(332)]);i[a(490)][a(730)](o[a(627)],s[a(332)])}};n[t(350)][t(674)](t(408))[t(323)]((e=>{const n=t;e.on(n(745),((t,e,r)=>{const o=n;r[o(689)][o(656)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(453)})})),n[t(350)][t(674)](t(408))[t(323)]((e=>{const n=t;e.on(n(493),((t,e,r)=>{const o=n;r[o(689)][o(656)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(453)})})),n[t(350)][t(674)](t(408))[t(403)]({model:t(399),view:(e,n)=>n[t(689)][t(656)]?null:{group:t(399),name:e[t(709)](11)}}),n[t(350)][t(674)](t(635))[t(368)]({view:{name:t(399),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(432)+e[r(596)](r(417))+":"+e[r(596)]("id");return e[r(596)](r(466))&&(s+=":"+e[r(596)](r(466))),n[r(481)](r(542),{"data-name":s})}}),n[t(350)][t(674)](t(635))[t(336)]({view:t(399)}),n[t(350)][t(674)](t(729))[t(323)]((e=>{const n=t;e.on(n(745),s(),{priority:n(341)})})),n[t(350)][t(674)](t(729))[t(323)]((e=>{const n=t;e.on(n(493),s({isAttributeSuggestion:!0}),{priority:n(341)})})),n[t(350)][t(674)](t(729))[t(323)]((e=>{const n=t;e.on(n(393),((t,e,r)=>{const s=n,o=r[s(743)][s(394)](e[s(360)]);if(o)for(const t of o)t[s(683)](s(661))||(r[s(555)][s(547)]([s(715),s(584),s(415)],t),r[s(555)][s(519)](s(450),t),r[s(743)][s(551)](t,e[s(360)]))}),{priority:n(341)})})),n[t(350)][t(674)](t(729))[t(323)]((e=>{const n=t;e.on(n(446),((t,e,r)=>{const s=n,o=r[s(743)][s(394)](e[s(360)]);if(!o)return;const{id:i}=this[s(421)](e[s(360)]),a=this[s(391)][s(423)](i),c=this[s(617)](a);if(this[s(595)](c))for(const t of o)t[s(683)](s(661))||(r[s(555)][s(547)]([s(715),s(584),s(415)],t),r[s(555)][s(519)](s(450),t),r[s(743)][s(551)](t,e[s(360)]))}),{priority:n(341)})})),n[t(721)][t(506)][t(548)]((e=>{const r=t;let s=!1;const o=Array[r(518)](n[r(721)][r(506)][r(355)][r(526)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(421)](t);if(r(399)!==o)continue;const h=this[r(391)][r(423)](f);if(null!=c[r(616)]){r(741)==u&&(s=s||wc(c[r(616)],t,e,n[r(721)][r(396)]));const o=r(573)==u&&this[r(595)](l[r(691)]("|")[0]);if(c[r(616)][r(514)]||r(739)==c[r(616)][r(461)][r(362)]||r(327)==u&&!Dc(c[r(616)])||o&&!Dc(c[r(616)])||r(614)==u&&(vc(a=c[r(616)])||function(t){const e=r;return t[e(357)][e(645)]==t[e(521)][e(414)]&&t[e(357)][e(479)]}(a)))e[r(667)](t),s=!0;else{if(!h||!h[r(436)])continue;if(c[r(616)]&&c[r(516)]&&c[r(616)][r(463)](c[r(516)]))continue;i[r(323)](h)}}}var a;return i[r(736)]>0&&(s=!!this[r(704)](i)||s),s})),n[t(721)][t(506)][t(548)]((e=>{const r=t;let s=!1;for(const t of n[r(721)][r(506)][r(355)][r(589)]())if(r(680)==t[r(705)])for(const t of this[r(391)][r(708)]()){if(t[r(370)]||!t[r(436)])continue;const o=r(327)==t[r(705)],i=this[r(617)](t),a=i&&this[r(595)](i);if(!o&&!a)continue;const c=t[r(386)]();if(c[r(357)][r(645)]!=c[r(521)][r(645)]&&!c[r(521)][r(479)]){const o=n[r(721)][r(462)](c[r(357)][r(347)],r(521)),i=n[r(721)][r(508)](c[r(357)],o);e[r(367)](t[r(606)](),{range:i}),s=!0}}return s})),n[t(721)][t(506)][t(548)]((e=>this[t(546)](e))),n[t(721)][t(506)][t(548)]((e=>!e[t(454)][t(566)]&&this[t(422)](e))),n[t(721)].on(t(634),(()=>{this[t(354)]=!1})),n[t(721)][t(506)].on(t(470),((r,s)=>{const o=t;if(!s[o(566)]||s[o(325)])return;if(!this[o(354)])return;const i=n[o(721)][o(506)][o(355)][o(589)]();if(0==i[o(711)])return;const a=[],c=i[o(560)]((t=>o(573)==t[o(705)])),u=i[o(560)]((t=>o(680)==t[o(705)]&&o(499)!=t[o(332)]));for(const t of c)this[o(717)](t[o(478)])&&a[o(737)]({key:t[o(478)],newValue:t[o(578)],oldValue:t[o(527)],range:Fc(t[o(530)],n[o(721)])});for(const t of u){if(o(731)!=t[o(649)]&&o(344)!=t[o(649)])continue;const e=Pc(t[o(556)][o(347)],n[o(721)]),r=t[o(597)];o(731)==t[o(649)]&&a[o(737)]({key:o(618),newValue:t[o(332)],oldValue:r[o(332)],range:e});for(const[n,s]of r[o(622)]){if(!this[o(717)](n))continue;const r=t[o(622)][o(423)](n);s!==r&&a[o(737)]({key:n,newValue:r,oldValue:s,range:e})}for(const[n,s]of t[o(622)])this[o(717)](n)&&(r[o(622)][o(383)](n)||a[o(737)]({key:n,newValue:s,oldValue:null,range:e}))}0!=a[o(711)]&&n[o(721)][o(401)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(385)](t,e,s,o,{groupId:r});this[n(726)](t,a)}))}),{priority:t(550)}),n[t(721)][t(673)].on(t(719),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(421)](n[s(332)]),e=this[s(391)][s(423)](t);e&&e[s(642)](n[s(332)])}})),n[t(721)][t(506)].on(t(470),(()=>{const e=t,r=Array[e(518)](n[e(721)][e(506)][e(355)][e(526)]())[e(560)]((t=>e(399)===this[e(421)](t[e(332)])[e(685)]));if(0===r[e(711)])return;r[e(534)](((t,n)=>{const r=e,s=t[r(643)][r(516)],o=n[r(643)][r(516)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(357)][r(402)](o[r(357)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(421)](t);if(null===n[e(516)]){const n=this[e(557)](t);o[e(323)](n)}else{const t=this[e(391)][e(423)](r);null!==n[e(616)]||t[e(436)]?(s[e(323)](t[e(523)]),o[e(323)](t)):this[e(335)](t)}}o[e(736)]>0&&this[e(492)](o);for(const t of s)this[e(727)](e(553),t)})),n[t(721)].on(t(633),((e,r)=>{const s=t,o=r[0];if(!this[s(391)][s(736)])return;if(!o[s(687)])return;if(o[s(454)][s(325)]||!o[s(454)][s(566)])return;let i,a;switch(o[s(705)]){case s(680):i=n[s(721)][s(462)](o[s(556)]),a=i[s(345)](o[s(677)]);break;case s(691):i=n[s(721)][s(462)](o[s(474)]),a=n[s(721)][s(462)](o[s(612)]);break;case s(698):i=n[s(721)][s(462)](o[s(636)]),a=i[s(345)](o[s(677)]);break;default:return}const c=n[s(721)][s(508)](i,a);n[s(721)][s(495)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(594)](c)){if(e[t(370)])continue;if(t(741)==e[t(705)])continue;const r=this[t(617)](e);if(r&&this[t(595)](r)&&t(691)!=o[t(705)])continue;const s=e[t(643)]&&e[t(643)][t(723)];(t(327)!=e[t(705)]||t(691)==o[t(705)]&&!s)&&(n[t(484)]||t(613)==e[t(705)]&&n[t(692)]||e[t(386)]()[t(361)](c)&&this[t(679)](e,i,a))}}))}),{priority:t(550)}),n[t(721)].on(t(524),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(632)])return;if(this[s(384)])return;if(!this[s(535)][s(651)])return;if(o[s(514)])return;const a=n[s(721)][s(396)],{start:c,end:u}=o[s(386)](),l=c[s(347)]&&a[s(522)](c[s(347)])?null:a[s(605)](c,s(561)),f=u[s(414)]&&a[s(522)](u[s(414)])?null:a[s(605)](u,s(564)),h=n[s(721)][s(508)](l?l[s(357)]:c,f?f[s(521)]:u);n[s(721)][s(495)]((t=>{const e=s;this[e(626)](h);const r=n[e(721)][e(396)][e(605)](h[e(357)]);o.is(e(748))?t[e(620)](r):o[e(528)](r)})),e[s(640)]()}),{priority:e.priorities[t(533)]+10}),n[t(721)].on(t(413),((e,r)=>{const s=t,o=r[r[s(711)]-1];o&&o[s(632)]||this[s(384)]||this[s(535)][s(651)]&&(n[s(721)][s(495)]((()=>{const t=s;let o=n[t(721)][t(413)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(565)]=o[t(665)]();const i=o[t(521)][t(414)],a=n[t(721)][t(396)];i&&a[t(507)](i)&&!a[t(543)](i)&&(o=n[t(721)][t(508)](o[t(357)],n[t(721)][t(462)](i,t(521)))),this[t(744)](o)})),e[s(640)]())}),{priority:t(341)}),this[t(734)][t(496)][t(323)](t(334),this[t(535)]),this[t(388)](t(334));const o=new p(n,this[t(391)]);n[t(496)][t(323)](t(714),o),this[t(388)](t(714));const i=new b(n,this[t(391)]);n[t(496)][t(323)](t(699),i),this[t(388)](t(699)),n[t(496)][t(323)](t(472),new M(n,o,this[t(391)])),this[t(388)](t(472)),n[t(496)][t(323)](t(690),new M(n,i,this[t(391)])),this[t(388)](t(690)),n[t(496)][t(323)](t(447),new D(n,o,this[t(391)])),this[t(388)](t(447)),n[t(496)][t(323)](t(352),new D(n,i,this[t(391)])),this[t(388)](t(352));const c=n[t(491)][t(423)](t(468));this[t(377)](c,t(619),((e,{threadId:n})=>{const r=t,s=this[r(391)][r(423)](n);s&&s[r(480)]&&1===s[r(480)][r(711)]&&this[r(610)](n,{hasComments:!0})}),{priority:t(579)}),this[t(377)](c,t(525),((e,{threadId:n})=>{const r=t,s=this[r(391)][r(423)](n);s&&s[r(480)]&&!s[r(480)][r(711)]&&this[r(610)](n,{hasComments:!1})}),{priority:t(579)})}set[kc(331)](t){const n=kc;if(this[n(583)])throw new e.CKEditorError(n(411),this);this[n(583)]=t}get[kc(331)](){return this[kc(583)]}[kc(467)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=kc,r=[];for(const e of this[n(391)][n(708)]())t&&!e[n(436)]||r[n(737)](e);return e?r[n(682)]((t=>t[n(722)]())):r}[kc(459)](t){const n=kc,r=this[n(391)][n(423)](t);if(!r)throw new e.CKEditorError(n(397),this);return r}[kc(442)](t){const e=kc;return this[e(391)][e(383)](t)}[kc(444)](t){const e=kc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(705)][e(691)](":"),a=this[e(391)][e(423)](r)||this[e(559)](o,i,r,n,s);if(this[e(448)](a),this[e(482)](a,o,i||null,n),a[e(428)]=t[e(428)],a[e(435)]=!0,s&&s[e(581)]){const t=s[e(581)],n=this[e(660)](t[e(611)]);a[e(464)]=t[e(428)],a[e(735)]=n,a[e(366)]=!0}else a[e(464)]=t[e(428)];switch(t[e(643)]&&(a[e(643)]=t[e(643)]),t[e(622)]&&(a[e(622)]=t[e(622)]),this[e(583)]&&this[e(583)][e(582)]||(a[e(465)]=!0),this[e(710)][e(423)](a)){case e(338):this[e(710)][e(441)](a,e(747));break;case e(648):a[e(436)]?(this[e(704)](new Set([a])),this[e(492)](new Set([a])),this[e(710)][e(441)](a,e(568)),this[e(727)](e(728),a)):this[e(710)][e(441)](a,e(670))}return a}[kc(714)](t){const e=kc;this[e(632)]((()=>{const n=e;this[n(734)][n(721)][n(495)]((()=>{const e=n;for(const n of t[e(376)]())n[e(529)]()}))}))}[kc(699)](t){const e=kc;this[e(632)]((()=>{const n=e;this[n(734)][n(721)][n(495)]((()=>{const e=n;for(const n of t[e(376)]())n[e(342)]()}))}))}[kc(388)](t,n){const r=kc,s=this[r(734)][r(496)][r(423)](t);if(!s)throw new e.CKEditorError(r(333),this,{commandName:t});if(this[r(380)][r(383)](s))throw new e.CKEditorError(r(429),this,{commandName:t});this[r(380)][r(323)](s),n&&s.on(r(406),((t,e)=>{const o=r;this[o(535)][o(651)]&&(this[o(384)]||(e[o(711)]>0&&e[e[o(711)]-1]&&e[e[o(711)]-1][o(632)]?e[o(498)]():(t[o(565)]=n(((...t)=>s[o(406)](...t,{forceDefaultExecution:!0})),...e),t[o(640)]())))}),{priority:r(341)})}[kc(632)](t){const n=kc;let r,s;const o=this[n(384)];this[n(384)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(384)]=!1),s&&e.CKEditorError[n(623)](s,this),r}[kc(744)](t,n=null,r={}){const s=kc;if(t[s(514)])return null;const o=this[s(734)][s(491)][s(423)](s(486)).me;for(const{suggestion:e,meta:o}of this[s(594)](t,s(613)))if(o[s(692)]){if(!o[s(375)]){if(o[s(484)]){if(!this[s(646)]||!Uc(e,r))continue;return e}if(Uc(e,r))return e;this[s(679)](e,t[s(357)],t[s(521)]);break}if(n==e[s(349)]&&Uc(e,r)){const n=e[s(386)]();return n[s(357)][s(463)](t[s(521)])?this[s(451)](e,this[s(328)][s(508)](t[s(357)],n[s(521)])):this[s(451)](e,this[s(328)][s(508)](n[s(357)],t[s(521)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(320)+n:s(613),u=this[s(724)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(600)](c,i,a,t),u}[kc(697)](t,n=kc(473),r={}){const s=kc,o=this[s(734)][s(491)][s(423)](s(486)).me,i=this[s(439)][s(604)](s(613),n,s(438));for(const e of this[s(467)]())if(e[s(735)].id==o.id&&s(613)==e[s(705)]&&e[s(349)]==n&&Uc(e,r)&&(i(e[s(577)](),t)||i(t,e[s(577)]()))){for(const n of t)e[s(608)](n);return e}for(const{suggestion:e,meta:n}of this[s(594)](t,s(613))){if(!n[s(692)])continue;if(!this[s(646)]&&n[s(484)])continue;if(!Uc(e,r))continue;let o=!0;for(const n of e[s(577)]())for(const e of t)if(!n[s(361)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(320)+n,l=this[s(724)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(600)](u,a,c,e,Wr[s(460)]());return l}[kc(733)](t,n,r=null,s={}){const o=kc;if(r=r||Oc(n),t[o(514)])return null;if(o(609)===this[o(409)]){const e=this[o(439)][o(604)](o(741),r,o(529));return this[o(632)]((()=>e([t],n,s))),null}const i=this[o(734)][o(491)][o(423)](o(486)).me,a=[];if(o(359)!==this[o(409)])for(const{suggestion:e,meta:n}of this[o(594)](t,o(613)))n[o(692)]&&!n[o(655)]&&a[o(737)](...e[o(577)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(701)](s);e&&r[n(737)](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(711)];){const s=r[e][n(587)](t);r[n(749)](e,1,...s),e+=s[n(711)]}}return r}(t,a);c[o(711)]&&this[o(328)][o(495)]((()=>{const t=o;for(const e of c){const o=this[t(439)][t(604)](t(741),r,t(529));this[t(632)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(357)],u=t[o(521)];for(const{suggestion:e,meta:n}of this[o(594)](t,o(741))){if(!n[o(692)])continue;if(e[o(349)]!=r)continue;if(!Uc(e,s))continue;const i=e[o(386)]();if(i[o(361)](t,!0))return null;c=c[o(402)](i[o(357)])?c:i[o(357)],u=u[o(669)](i[o(521)])?u:i[o(521)],a?i[o(357)][o(402)](a[o(386)]()[o(357)])?(a[o(732)](),a=e):e[o(732)]():a=e}const l=this[o(328)][o(508)](c,u);if(a)this[o(451)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(724)]({id:t,type:o(477)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(600)](o(477)+r,t,a,l)}}return null}[kc(395)](t,n,r=[],s=null,o={}){const i=kc;n[i(517)]||(n[i(517)]=n[i(686)]),n[i(723)]=t.is(i(530)),s=s||Oc(n);const a=r[i(682)]((t=>Pc(t,this[i(328)]))),c=t.is(i(530))?t:Pc(t,this[i(328)]);if(i(609)===this[i(409)]){const t=this[i(439)][i(604)](i(327),s,i(529));return this[i(632)]((()=>t([c],n,o))),null}a[i(737)](c);let u=!0;for(const t of a)if(!this[i(607)](t)){u=!1;break}if(u&&i(359)!==this[i(409)]){const t=this[i(439)][i(604)](i(327),s,i(529));return this[i(632)]((()=>t([c],n,o))),null}let l=null,f=c[i(357)],h=c[i(521)];for(const{suggestion:t,meta:e}of this[i(594)](c,i(327))){if(!e[i(692)])continue;if(e[i(375)]||e[i(484)]||e[i(655)])continue;if(t[i(643)][i(517)]!=n[i(517)])continue;if(!Uc(t,o))continue;const r=t[i(386)]();if(t[i(349)]==s){if(r[i(361)](c,!0))return null;f=f[i(402)](r[i(357)])?f:r[i(357)],h=h[i(669)](r[i(521)])?h:r[i(521)],l?r[i(357)][i(402)](l[i(386)]()[i(357)])?(l[i(732)](),l=t):t[i(732)]():l=t}else{const e=c[i(701)](r);this[i(458)](t,e)}}const g=this[i(734)][i(491)][i(423)](i(486)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(451)](l,this[i(328)][i(508)](f,h)),l;{const t=this[i(724)]({id:d,type:i(588)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(600)](i(588)+s,d,p,this[i(328)][i(508)](f,h)),t}}[kc(505)](t,n,r=[],s=null,o={}){const i=kc;n[i(517)]||(n[i(517)]=n[i(686)]);const a=t[0];n[i(723)]=a.is(i(530)),s=s||Oc(n);const c=r[i(682)]((t=>Pc(t,this[i(328)]))),u=a.is(i(530))?t:t[i(682)]((t=>Pc(t,this[i(328)])));if(i(609)===this[i(409)]){const t=this[i(439)][i(604)](i(327),s,i(529));return this[i(632)]((()=>t(u,n,o))),null}c[i(737)](...u);let l=!0;for(const t of c)if(!this[i(607)](t)){l=!1;break}if(l&&i(359)!==this[i(409)]){const t=this[i(439)][i(604)](i(327),s,i(529));return this[i(632)]((()=>t(u,n,o))),null}const f=this[i(734)][i(491)][i(423)](i(486)).me;for(const t of this[i(467)]()){if(t[i(735)].id!=f.id)continue;if(i(327)!=t[i(705)]||t[i(643)][i(517)]!=n[i(517)])continue;if(!Uc(t,o))continue;const e=t[i(349)]==s;for(let n=0;n<u[i(711)];n++){const r=u[n];for(const s of t[i(664)]()){const o=s[i(372)]();if(r[i(463)](o)){e?(u[i(749)](n,1),n--):t[i(667)](s[i(332)]);break}}}}if(0==u[i(711)])return null;const h=this[i(439)][i(604)](i(327),s,i(438));for(const t of this[i(467)]())if(t[i(735)].id==f.id&&i(327)==t[i(705)]&&t[i(643)][i(517)]==n[i(517)]&&t[i(349)]==s&&Uc(t,o)&&(h(t[i(577)](),u)||h(u,t[i(577)]()))){for(const e of u)t[i(608)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(588)+s,m=this[i(724)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(600)](p,g,d,t,Wr[i(460)]());return m}[kc(626)](t,n=null,r={}){const s=kc;if(t[s(514)])return null;const o=this[s(734)][s(491)][s(423)](s(486)).me,a=new i.LiveRange(t[s(357)],t[s(521)]);for(const{suggestion:t,meta:e}of this[s(594)](a,s(613)))if(e[s(692)]&&!e[s(375)])if(t[s(370)]){const e=t[s(577)]()[s(560)]((t=>s(739)!=t[s(461)][s(362)]));if(e[s(641)]((t=>a[s(361)](t,!0)))&&t[s(342)](),e[s(707)]((t=>t[s(361)](a,!0)))){const t=this[s(439)][s(604)](s(614),n,s(529));return this[s(632)]((()=>t([a],null,r))),null}}else{const e=a[s(701)](t[s(386)]());null!==e&&t[s(676)]([e],null,r)}if(a[s(343)](),a[s(514)]||s(739)==a[s(461)][s(362)])return null;let c=null,u=a[s(357)],l=a[s(521)];const f=this[s(594)](a,s(614));for(const{suggestion:t,meta:e}of f){const n=this[s(328)][s(508)](u,l);if(e[s(692)]&&(this[s(646)]||!e[s(484)]&&!e[s(655)]))if(t[s(370)]){if(!Uc(t,r))continue;let e=!0;for(const r of t[s(577)]()){if(r[s(361)](n,!0))return t;n[s(361)](r)||(e=!1)}e&&t[s(342)]()}else{const e=t[s(386)]();if(e[s(361)](n,!0))return t;if(!Uc(t,r)){n[s(361)](e)?t[s(732)]():e[s(590)](u)?u=e[s(521)]:e[s(590)](l)&&(l=e[s(357)]);continue}u=u[s(402)](e[s(357)])?u:e[s(357)],l=l[s(669)](e[s(521)])?l:e[s(521)],r=Object[s(703)]({},t[s(622)]),c?e[s(357)][s(402)](c[s(386)]()[s(357)])?(c[s(732)](),c=t):t[s(732)]():c=t}}if(c)return this[s(451)](c,this[s(328)][s(508)](u,l)),c;{const t=(0,e.uid)(),i=this[s(328)][s(508)](u,l),a=o.id,c=n?s(570)+n:s(614),f=this[s(724)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(600)](c,t,a,i),f}}[kc(445)](t,n=kc(473),r={}){const s=kc,o=this[s(734)][s(491)][s(423)](s(486)).me,a=t[s(682)]((t=>new i.LiveRange(t[s(357)],t[s(521)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(594)](a,s(613)))e[s(692)]&&!e[s(375)]&&c[s(323)](t);for(const e of c)if(e[s(370)]){const o=e[s(577)]();if((!e[s(622)]||!e[s(622)][s(678)])&&o[s(641)]((t=>a[s(707)]((e=>e[s(361)](t,!0)))))&&e[s(342)](),a[s(641)]((t=>o[s(707)]((e=>e[s(361)](t,!0)))))){const e=this[s(439)][s(604)](s(614),n,s(529));return this[s(632)]((()=>e(t,null,r))),null}}else{const t=e[s(386)]();if(a[s(707)]((e=>e[s(361)](t,!0)))&&e[s(342)](),a[s(641)]((e=>t[s(361)](e,!0)))){const t=this[s(439)][s(604)](s(614),n,s(529));return this[s(632)]((()=>t(a,null,r))),null}}const u=this[s(439)][s(604)](s(614),n,s(438));let l=null;for(const t of this[s(467)]())if(t[s(735)].id==o.id&&t[s(436)]&&s(614)==t[s(705)]&&t[s(349)]==n&&Uc(t,r)&&(u(t[s(577)](),a)||u(a,t[s(577)]())))if(l){if(t[s(480)]&&t[s(480)][s(711)])continue;for(const e of t[s(577)]())l[s(389)](e)||l[s(608)](e);t[s(732)]()}else{l=t;for(const e of a)t[s(389)](e)||t[s(608)](e)}if(l)return l;c[s(662)]();for(const{suggestion:t,meta:e}of this[s(594)](a,s(614)))e[s(692)]&&(this[s(646)]||!e[s(484)]&&!e[s(655)])&&Uc(t,r)&&c[s(323)](t);for(const t of c){const e=t[s(577)]();if((!r||!r[s(678)])&&a[s(641)]((t=>e[s(707)]((e=>e[s(361)](t,!0))))))return t;(!t[s(622)]||!t[s(622)][s(678)])&&e[s(641)]((t=>a[s(707)]((e=>e[s(361)](t,!0)))))&&t[s(342)]()}const f=(0,e.uid)(),h=o.id,g=s(570)+n,d=this[s(724)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(343)](),t[s(514)]||s(739)==t[s(461)][s(362)]||this[s(600)](g,f,h,t,Wr[s(460)]());return d}[kc(385)](t,n,r,s,o){const i=kc;if(t[i(514)])return[];if(i(609)===this[i(409)])return[];const a=this[i(734)][i(491)][i(423)](i(486)).me.id,c=Array[i(518)](this[i(391)][i(708)]())[i(560)]((e=>i(573)==e[i(705)]&&e[i(643)][i(695)]==n&&e[i(389)](t)));if(i(503)===this[i(409)]){const e=this[i(594)](t,i(613))[i(560)]((({meta:t})=>t[i(692)]&&!t[i(655)]&&!t[i(375)]))[i(682)]((({suggestion:t})=>t));c[i(750)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(573)==t[i(705)]?t[i(643)][i(358)]:void 0,o=t[i(386)](),a=Array[i(518)](u[i(671)]())[i(455)]((t=>t[i(330)](o)));if(!a)continue;const c=a[i(587)](o);this[i(595)](n)&&i(613)==t[i(705)]&&0!=c[i(711)]||(u[i(381)](a),c[i(387)]((t=>{u[i(441)](t,r)})),i(613)!=t[i(705)]&&e!=s&&u[i(441)](a[i(701)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(711)]>37&&console[i(684)](i(346),{key:n});const f=(i(541)+(n+"|")+Oc({newValue:s}))[i(426)](0,60),h=this[i(724)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(737)](h),this[i(600)](f,c,a,t)}return l}[kc(512)](t){const e=kc;this[e(388)](t,((t,...n)=>{this[e(712)]((()=>{t(...n)}))}))}[kc(489)](t){const e=kc;this[e(740)][e(323)](t)}[kc(405)](t){const e=kc;this[e(615)][e(323)](t)}[kc(617)](t){const e=kc;return e(573)==t[e(705)]?t[e(349)][e(691)]("|")[0]:null}[kc(451)](t,e){const n=kc,r=t[n(606)]();this[n(328)][n(495)]((t=>{t[n(367)](r,{range:e})}))}[kc(448)](t){const e=kc,n=t.id,r=this[e(734)][e(702)][e(423)](e(657));this[e(629)][e(412)](n)||this[e(629)][e(364)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(629)][e(688)](n);s[e(431)](e(576)),s[e(576)]=!1,t[e(480)]=s}[kc(482)](t,n,r,s){const o=kc;if(t[o(705)]!=n||t[o(349)]!=r||t[o(738)].id!=s)throw this[o(734)][o(545)](o(398)),new e.CKEditorError(o(398),this)}[kc(458)](t,n){const r=kc,s=t[r(386)]();if(n[r(463)](s))t[r(732)]();else if(s[r(361)](n)){const o=this[r(328)][r(462)](n[r(357)][r(414)],r(521));this[r(451)](t,this[r(328)][r(508)](s[r(357)],o));const i=(0,e.uid)(),a=t[r(738)].id,c=t[r(705)]+":"+t[r(349)];this[r(724)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(643)],attributes:t[r(622)]});const u=this[r(328)][r(462)](n[r(521)][r(645)],r(390)),l=this[r(328)][r(508)](u,s[r(521)]);this[r(600)](c,i,a,l)}else if(s[r(590)](n[r(357)])){const e=this[r(328)][r(462)](n[r(357)][r(414)],r(521));this[r(451)](t,this[r(328)][r(508)](s[r(357)],e))}else{const e=this[r(328)][r(462)](n[r(521)][r(645)],r(390));this[r(451)](t,this[r(328)][r(508)](e,s[r(521)]))}}[kc(607)](t){const e=kc;for(const{suggestion:n,meta:r}of this[e(594)](t,e(613))){if(!r[e(692)])continue;const s=n[e(577)]();for(const n of s)if(!t[e(587)](n)[e(711)])return!0}return!1}[kc(598)](t){const n=kc,r=this[n(734)][n(491)][n(423)](n(486))[n(621)](t);if(!r)throw new e.CKEditorError(n(374),this);return r}[kc(660)](t){const e=kc,n=this[e(734)][e(491)][e(423)](e(486)),r=(0,o.hashObject)(e(416)+t);return n[e(621)](r)||n[e(392)]({id:r,name:t})}[kc(559)](t,e,n,r,s){const o=kc,i=this[o(598)](r),a=this[o(439)][o(504)](t,e,n,i,s,(t=>{const e=o;this[e(610)](n,{attributes:t});const r=this[e(459)](n);this[e(704)](new Set([r])),this[e(492)](new Set([r]))}));return this[o(377)](a,o(529),(()=>{const t=o;this[t(610)](n,{state:t(340)})}),{priority:o(341)}),this[o(377)](a,o(342),(()=>{const t=o;this[t(610)](n,{state:t(668)})}),{priority:o(341)}),this[o(391)][o(441)](n,a),this[o(710)][o(441)](a,o(338)),a}[kc(421)](t){const e=kc,n=t[e(691)](":");return{group:n[0],type:n[1],subType:n[e(711)]>=5?n[2]:null,id:n[e(711)]<5?n[2]:n[3],authorId:n[e(711)]<5?n[3]:n[4],markerCount:6==n[e(711)]?n[5]:null}}[kc(679)](t,n,r){const s=kc,o=t[s(386)](),i=o[s(357)],a=o[s(521)];this[s(451)](t,this[s(328)][s(508)](i,n));const c=(0,e.uid)(),u=t[s(738)].id,l=t[s(705)]+(t[s(349)]?":"+t[s(349)]:"");this[s(724)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(622)],data:t[s(643)]});const f=this[s(617)](t);(s(327)==t[s(705)]||f&&this[s(595)](f))&&(r=this[s(328)][s(625)](r[s(645)])),this[s(600)](l,c,u,this[s(328)][s(508)](r,a))}[kc(594)](t,e=null){const n=kc,r=[],s=this[n(734)][n(491)][n(423)](n(486)).me;Array[n(638)](t)||(t=[t]);for(const o of this[n(467)]()){if(!o[n(436)])continue;if(e&&o[n(705)]!=e)continue;let i=!1;for(const e of o[n(577)]()){for(const a of t){const t=a[n(357)][n(463)](e[n(521)])||a[n(521)][n(463)](e[n(357)]);if(t||a[n(701)](e)){const c=a[n(361)](e)&&Mc(this[n(328)][n(396)],e[n(357)],a),u=e[n(361)](a)&&Mc(this[n(328)][n(396)],a[n(357)],e);r[n(737)]({suggestion:o,meta:{isOwn:s==o[n(735)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[kc(600)](t,e,n,r,s){const o=kc;this[o(328)][o(495)]((i=>{const a=o;let c=a(432)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(725)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[kc(335)](t){const e=kc,n=t[e(537)],r=t[e(694)];t[e(537)]=null,t[e(694)]=null,null!=n&&n[e(694)]==t&&(n[e(694)]=r),null!=r&&r[e(537)]==t&&(r[e(537)]=n),e(568)==this[e(710)][e(423)](t)&&(this[e(710)][e(441)](t,e(670)),this[e(727)](e(502),t,n,r))}[kc(724)](t){const n=kc,r=t.id,s=this[n(444)](t);if(this[n(583)]&&this[n(583)][n(582)]){const o=this[n(734)][n(491)][n(423)](n(746)),i=s[n(427)],a=s[n(349)]?s[n(705)]+":"+s[n(349)]:s[n(705)],c=this[n(734)][n(602)],u=o[n(323)](Kr(c,n(567))),l={id:r,type:a,hasComments:i,data:t[n(643)]||null,originalSuggestionId:t[n(716)]||null,attributes:s[n(622)]};this[n(583)][n(582)](l)[n(718)]((t=>{const e=n;s[e(465)]=!0,o[e(520)](u),t&&t[e(428)]&&(this[e(391)][e(423)](r)[e(428)]=t[e(428)])}))[n(663)]((t=>{const r=n;throw(0,e.logWarning)(r(373)),this[r(734)][r(721)][r(401)]({isUndoable:!1},(()=>{s[r(342)]()})),s[r(539)](),this[r(391)][r(381)](s.id),this[r(710)][r(381)](s),t}))}return s}[kc(595)](t){const e=kc;return this[e(740)][e(383)](t)}[kc(610)](t,e){const n=kc,r=this[n(734)][n(491)][n(423)](n(746)),s=this[n(459)](t);if(this[n(583)]&&this[n(583)][n(400)])if(s[n(465)]){const s=r[n(323)](Kr(this[n(734)][n(602)],n(567)));this[n(583)][n(400)](t,e)[n(718)]((()=>{r[n(520)](s)}))}else s.on(n(647),(()=>{this[n(610)](t,e)}))}[kc(658)](t){const n=kc;if(!this[n(583)]||!this[n(583)][n(459)])throw new e.CKEditorError(n(437),this);return this[n(583)][n(459)](t)}[kc(557)](t){const e=kc,{id:n,type:r,subType:s,authorId:o}=this[e(421)](t),i=this[e(391)][e(423)](n)||this[e(559)](r,s,n,o,{});switch(this[e(482)](i,r,s,o),this[e(710)][e(423)](i)){case e(338):this[e(658)](n)[e(718)]((t=>{const r=e;let s=Promise[r(365)]();t[r(427)]&&(s=this[r(629)][r(628)]({channelId:this[r(734)][r(702)][r(423)](r(657)),threadId:n})),s[r(718)]((()=>{const e=r;this[e(444)](t)[e(465)]=!0}))})),this[e(710)][e(441)](i,e(648));break;case e(670):this[e(610)](n,{state:e(363)});case e(747):this[e(710)][e(441)](i,e(568)),this[e(727)](e(728),i);break;case e(568):this[e(727)](e(553),i)}return i[e(642)](t),i}[kc(492)](t){const e=kc,n=Array[e(518)](t),r=n[e(560)]((t=>e(573)==t[e(705)]));this[e(487)](r);const s=n[e(560)]((t=>!t[e(370)]&&e(573)!=t[e(705)])),o=this[e(467)]({skipNotAttached:!0})[e(560)]((t=>!t[e(370)]&&e(573)!=t[e(705)])),i=o[e(560)]((n=>!t[e(383)](n))),a=new Map(o[e(682)]((t=>[t,this[e(439)][e(604)](t[e(705)],t[e(349)],e(574))]))),c=new Map(o[e(682)]((t=>[t,t[e(386)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(711)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(711)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(711)];t++){const n=s[t];!l[e(383)](n)&&n[e(537)]&&(f[e(323)](n[e(537)]),n[e(537)][e(694)]===n&&(n[e(537)][e(694)]=null),n[e(537)]=null),!u[e(383)](n)&&n[e(694)]&&(f[e(323)](n[e(694)]),n[e(694)][e(537)]===n&&(n[e(694)][e(537)]=null),n[e(694)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(711)];e++){const r=g(t,n[e]);r&&(r[0][s(694)]=r[1],r[1][s(537)]=r[0],u[s(323)](r[0]),l[s(323)](r[1]))}}function g(t,n){const r=e;if(t[r(735)].id!==n[r(735)].id)return null;const s=a[r(423)](t)(t,n,c[r(423)](t),c[r(423)](n));return s&&a[r(423)](n)(t,n,c[r(423)](t),c[r(423)](n))?s[1][r(480)]&&s[1][r(480)][r(711)]?null:s:null}f[e(736)]&&this[e(492)](f)}[kc(487)](t){const e=kc;if(0==t[e(711)])return;const n=this[e(467)]({skipNotAttached:!0})[e(560)]((t=>e(573)==t[e(705)]&&t[e(435)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(622)]);s[e(383)](n)||(s[e(441)](n,r[e(711)]),r[e(737)]([]));const i=s[e(423)](n);r[i][e(737)](t)}!function(){const t=e;r[t(534)](((e,n)=>{const r=t,s=e[0][r(428)],o=n[0][r(428)];return s==o?e[0][r(622)][r(571)]<n[0][r(622)][r(571)]?-1:1:s<o?-1:1}));for(const e of r)e[t(534)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(711)];t++){if(0==r[t][e(711)])continue;const n=[];for(let s=t+1;s<r[e(711)];s++)0!=r[s][e(711)]&&i(r[t],r[s])&&n[e(737)](s);for(const s of n)r[t]=r[t][e(575)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(711)];n++){const r=t[n+1]||null;t[n][e(694)]!==r&&(t[n][e(694)]=r)}for(const t of r)for(let n=0;n<t[e(711)];n++){const r=t[n-1]||null;t[n][e(537)]!==r&&(t[n][e(537)]=r)}function i(t,n){const r=e;if(t[0][r(622)][r(571)]!==n[0][r(622)][r(571)]&&t[0][r(735)]!==n[0][r(735)])return!1;if(!function(t,e){const n=r;return!t[n(427)]&&!e[n(427)]||(!t[n(427)]||!e[n(427)])&&(!!(t[n(427)]&&e[n(428)]<t[n(480)][n(485)][n(423)](0)[n(428)])||!!(e[n(427)]&&t[n(428)]<e[n(480)][n(485)][n(423)](0)[n(428)]))}(t[0],n[0]))return!1;const s=Ac(t[0][r(622)],r(571)),o=Ac(n[0][r(622)],r(571));return!!Fr(s,o)&&(!!t[r(641)]((t=>n[r(707)]((e=>t[r(386)]()[r(463)](e[r(386)]())))))&&n[r(641)]((e=>t[r(707)]((t=>e[r(386)]()[r(463)](t[r(386)]()))))))}}[kc(704)](t){const e=kc,n=Array[e(518)](t),r=this[e(467)]({skipNotAttached:!0}),s=r[e(560)]((n=>!t[e(383)](n))),o=new Map(n[e(682)]((t=>[t,this[e(439)][e(604)](t[e(705)],t[e(349)],e(438))]))),i=new Map(r[e(682)]((t=>[t,t[e(577)]()])));for(let t=0;t<n[e(711)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(711)];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(711)];e++){const s=r[e];if(s[a(705)]!==n[a(705)]||s[a(735)].id!==n[a(735)].id||s[a(349)]!==n[a(349)])continue;if(!Bc(n,s))continue;if(a(573)==n[a(705)]&&n[a(643)][a(358)]!=s[a(643)][a(358)])continue;if(a(573)==n[a(705)]&&t[a(595)](n[a(643)][a(695)]))continue;if(a(327)==n[a(705)]){const e=t[a(734)][a(721)],r=n[a(644)]();if(r&&(e[a(396)][a(543)](r)||e[a(396)][a(522)](r)))continue}const c=o[a(423)](n),u=i[a(423)](n),l=i[a(423)](s),f=n[a(480)]&&n[a(480)][a(711)],h=s[a(480)]&&s[a(480)][a(711)];if(!f&&c(l,u))return t[a(706)](s,n),i[a(381)](n),!0;if(!h&&c(u,l))return t[a(706)](n,s),i[a(381)](s),!0}return!1}}[kc(706)](t,e){const n=kc;if(t[n(370)])for(const r of e[n(577)]())t[n(608)](r);else{const r=e[n(386)]()[n(521)];this[n(451)](t,this[n(328)][n(508)](t[n(386)]()[n(357)],r))}e[n(732)]()}[kc(713)](t,e,n){const r=kc,s=t[r(476)](r(650))||t[r(476)](r(573))?r(321):t[r(549)]();return Kr(this[r(734)][r(602)],e+"_"+s+r(509),n)}[kc(591)](){const t=kc,n=this[t(734)];if(!n.ui)return;const{ariaLiveAnnouncer:r}=n.ui;(0,o.surroundingMarkersDetector)(this[t(328)],(({left:n,entered:s})=>{const i=t;for(const t of n){const{group:e,type:n}=this[i(421)](t[i(332)]);if(i(399)===e){r[i(410)](this[i(713)](n,i(552)));break}}for(const t of s){const{group:n,type:s}=this[i(421)](t[i(332)]);if(i(399)===n){r[i(410)](this[i(713)](s,i(554),(0,e.getEnvKeystrokeText)(o.ENTER_THREAD_KEYSTROKE)));break}}}))}[kc(546)](t){const e=kc;if(this[e(354)])return!1;const n=this[e(734)],r=n[e(721)][e(506)][e(355)][e(589)]();if(0==r[e(711)])return!1;const s=[],o=r[e(560)]((t=>e(573)==t[e(705)])),i=r[e(560)]((t=>e(680)==t[e(705)]&&e(499)!=t[e(332)])),a=r[e(560)]((t=>e(520)==t[e(705)]&&e(499)!=t[e(332)]));for(const t of o)s[e(737)]({key:t[e(478)],newValue:t[e(578)],oldValue:t[e(527)],range:Fc(t[e(530)],n[e(721)])});for(const t of i){const r=a[e(455)]((n=>n[e(556)][e(463)](t[e(556)])));r&&s[e(737)]({key:e(618),newValue:t[e(332)],oldValue:r[e(332)],range:n[e(721)][e(430)](t[e(556)][e(347)])})}return 0!=s[e(711)]&&this[e(726)](t,s)}[kc(422)](t){const e=kc;let n=!1;const r=this[e(734)][e(721)][e(506)][e(355)][e(526)]()[e(560)]((t=>t[e(643)][e(616)]&&t[e(332)][e(476)](e(471))));for(const s of r){const{subType:r,id:o}=this[e(421)](s[e(332)]),i=r[e(691)]("|")[0];for(const r of this[e(467)]({skipNotAttached:!0}))r.id!=o&&e(573)==r[e(705)]&&r[e(643)]&&r[e(643)][e(695)]==i&&r[e(386)]()[e(330)](s[e(643)][e(616)])&&(this[e(515)](r,s[e(643)][e(616)],t),n=!0)}return n}[kc(712)](t){const e=kc;this[e(734)],this[e(354)]=!0,t()}[kc(717)](t){const e=kc,n=this[e(595)](t),r=this[e(615)][e(383)](t);return n||r}[kc(726)](t,e){const n=kc;if(0==e[n(711)])return!1;let r=!1;for(const s of e){const e=this[n(594)](s[n(530)],n(573))[n(560)]((t=>!t[n(603)][n(375)]))[n(682)]((t=>t[n(399)])),i=(0,o.hashObject)({newValue:s[n(418)]});e[n(560)]((t=>{const e=n,[r,o]=t[e(349)][e(691)]("|");return r==s[e(695)]&&o!=i}))[n(387)]((e=>{const o=n;this[o(515)](e,s[o(530)],t),r=!0}))}return r}[kc(515)](t,e,n){const r=kc,s=t[r(386)]()[r(587)](e);0!==s[r(711)]?1!==s[r(711)]?this[r(679)](t,e[r(357)],e[r(521)]):this[r(451)](t,s[0]):n[r(667)](t[r(606)]())}}class Sc{constructor(t){const e=kc;this[e(536)]=t,this[e(328)]=t[e(721)],this[e(593)]=new Map,this[e(337)]=new Map,this[e(693)]()}[kc(504)](t,e,n,r,s,o){const i=kc;return new Wr(this[i(328)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(604)](t,e,i(529))(...n),onDiscard:(...n)=>this[i(604)](t,e,i(342))(...n)})}[kc(501)](t,e,n,r){const s=kc,o=t+":"+e+":"+n;this[s(593)][s(441)](o,r)}[kc(604)](t,e,n){const r=kc,s=t+":"+e+":"+n;return this[r(593)][r(423)](s)||this[r(337)][r(423)](t+":"+n)}[kc(693)](){const t=kc,e=()=>!1,n=t=>{const e=Nc;t[e(534)](((t,n)=>t[e(357)][e(402)](n[e(357)])?1:-1)),this[e(328)][e(495)]((n=>{const r=e;for(const e of t){let t;t=e[r(521)][r(479)]&&e[r(521)][r(645)]==e[r(357)][r(347)]?n[r(440)](e[r(357)][r(347)],"on"):n[r(440)](e),this[r(328)][r(524)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Nc;e&&this[n(328)][n(495)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(682)]((t=>(vc(t)&&(t=this[s(328)][s(508)](t[s(521)])),t)))[s(560)]((t=>s(739)!==t[s(461)][s(362)]));if(c[s(711)]<1)return;const u=Array[s(518)](this[s(328)][s(506)][s(425)][s(577)]())[s(682)]((t=>i.LiveRange[s(483)](t)));r[s(620)](c);for(const t of this[s(536)][s(496)][s(496)]())t[s(344)]();a[s(737)]({forceDefaultExecution:!0}),this[s(536)][s(406)](o,...a);const l=u[s(560)]((t=>s(739)!=t[s(461)][s(362)]));l[s(711)]>0&&r[s(620)](l);for(const t of u)t[s(343)]()}))},s=(e,n)=>1==e[t(711)]&&1==n[t(711)]&&e[0][t(521)][t(463)](n[0][t(357)]),o=(e,n,r,s)=>xc(e,n,r,s,this[t(328)])?[e,n]:xc(n,e,s,r,this[t(328)])?[n,e]:null;this[t(337)][t(441)](t(488),e),this[t(337)][t(441)](t(434),n),this[t(337)][t(441)](t(569),s),this[t(337)][t(441)](t(443),o),this[t(337)][t(441)](t(353),n),this[t(337)][t(441)](t(659),e),this[t(337)][t(441)](t(475),s),this[t(337)][t(441)](t(599),o),this[t(337)][t(441)](t(452),r),this[t(337)][t(441)](t(371),e),this[t(337)][t(441)](t(654),s),this[t(337)][t(441)](t(420),e),this[t(337)][t(441)](t(497),r),this[t(337)][t(441)](t(585),e),this[t(337)][t(441)](t(672),s),this[t(337)][t(441)](t(558),e),this[t(337)][t(441)](t(639),e),this[t(337)][t(441)](t(329),((e,n)=>{const r=t;if(!n)return;const s=this[r(536)][r(491)][r(423)](Rc);this[r(328)][r(495)]((t=>{const o=r;if(o(618)==n[o(695)])for(const r of e){const e=r[o(357)][o(347)],s=n[o(358)];t[o(731)](e,s)}else if(s[o(595)](n[o(695)]))for(const r of e)void 0!==n[o(358)]?t[o(562)](n[o(695)],n[o(358)],r[o(357)][o(347)]):t[o(519)](n[o(695)],r[o(357)][o(347)]);else for(const r of e)n[o(358)]?t[o(562)](n[o(695)],n[o(358)],r):t[o(519)](n[o(695)],r)}))})),this[t(337)][t(441)](t(457),s)}}function Mc(t,e,n){const r=kc;for(const s of e[r(645)][r(513)]({includeSelf:!0,parentFirst:!0})){if(s[r(461)]==s)return!1;if(!n[r(544)](s))return!1;if(t[r(543)](s)||t[r(522)](s))return!0}return!1}function vc(t){const e=kc;return t[e(521)][e(645)]==t[e(357)][e(347)]&&t[e(521)][e(322)]}function wc(t,e,n,r){const s=kc,o=t=>!t[s(627)].is(s(407))&&!r[s(543)](t[s(627)]),i=t[s(357)][s(637)](o),a=t[s(521)][s(637)](o,{direction:s(564)});return!(t[s(357)][s(463)](i)&&t[s(521)][s(463)](a)||(i[s(402)](a)?n[s(367)](e,{range:n[s(508)](i,a)}):n[s(667)](e),0))}function Oc(t){return(0,o.hashObject)(t)}function Dc(t){const e=kc,n=t[e(357)][e(347)];return n&&n.is(e(631))}function Fc(t,e){const n=kc;return null==t[n(521)][n(414)]&&t[n(521)][n(645)]==t[n(357)][n(347)]?Pc(t[n(357)][n(347)],e):t}function Pc(t,e){const n=kc,r=e[n(396)][n(543)](t)||e[n(396)][n(666)](t);return e[n(508)](e[n(462)](t,n(597)),r?e[n(592)](t):e[n(462)](t,n(521)))}function xc(t,e,n,r,s){const o=kc;if(t[o(694)])return!1;if(!Bc(t,e))return!1;if(n[o(521)][o(463)](r[o(357)]))return!0;if(t[o(705)]!=e[o(705)])return!1;if(!n[o(521)][o(538)](r[o(357)]))return!1;const i=s[o(508)](n[o(521)],r[o(357)])[o(469)]();for(const t of i)if([o(456),o(601)][o(700)](t[o(705)])&&s[o(396)][o(522)](t[o(627)]))return!1;return!0}function Bc(t,e){const n=kc;if(!t[n(435)]||!e[n(435)])return!1;const r=new Set(Object[n(671)](t[n(622)])),s=new Set(Object[n(671)](e[n(622)]));if(r[n(381)](n(571)),s[n(381)](n(571)),0==r[n(736)]&&0==s[n(736)])return!0;if(r[n(736)]!=s[n(736)])return!1;const o={...t[n(622)]},i={...e[n(622)]};return delete o[n(571)],delete i[n(571)],JSON[n(572)](o)==JSON[n(572)](i)}function Uc(t,e){const n=kc,r=jc(t[n(622)]),s=jc(e);if(!t[n(435)])return!1;for(const t of Object[n(671)](s))if(!Fr(r[t],s[t]))return!1;return!0}function jc(t){const e=kc,n=Object[e(703)]({},t);return delete n[e(678)],delete n[e(348)],n}const Gc=Hc;function Vc(){const t=["isDirty","model","_editor","1260eVBOZY","add","1763111NREOdH","_acceptCommand","discardSuggestion","4tZlXVw","acceptSuggestion","get","bind","getRanges","_discardCommand","20286670GAnEnN","unbind","_setPendingAction","canDiscard","commands","9fxDTRr","_removePendingAction","isEnabled","_pendingAction","commentThreadController","change:isDirty","canEditAt","1211016UnfuIW","PENDING_ACTION_SUGGESTION","remove","locale","30695ysvrcu","plugins","execute","7761736XVnExH","1317760KrJlCf","view","listenTo","stopListening","PendingActions","canAccept","4881594EGYrRz","destroy"];return(Vc=function(){return t})()}function Hc(t,e){const n=Vc();return(Hc=function(t,e){return n[t-=149]})(t,e)}!function(t){const e=Hc,n=t();for(;;)try{if(881629===parseInt(e(169))/1+-parseInt(e(161))/2+parseInt(e(175))/3*(parseInt(e(185))/4)+-parseInt(e(165))/5*(-parseInt(e(180))/6)+parseInt(e(182))/7+-parseInt(e(168))/8+-parseInt(e(154))/9*(parseInt(e(149))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vc);class zc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Hc;super(),this[s(178)]=e,this[s(170)]=n,this[s(158)]=r,this[s(179)]=t,this[s(183)]=t[s(153)][s(187)](s(186)),this[s(190)]=t[s(153)][s(187)](s(184)),this[s(170)][s(188)](s(156)).to(this[s(183)],this[s(190)],((t,e)=>t||e)),this[s(170)][s(188)](s(174)).to(this[s(183)],s(156),(t=>t&&this[s(179)][s(178)][s(160)](e[s(189)]()))),this[s(170)][s(188)](s(152)).to(this[s(190)],s(156),(t=>t&&this[s(179)][s(178)][s(160)](e[s(189)]()))),this[s(157)]=null,n[s(177)]&&this[s(151)](),this[s(171)](n,s(186),(()=>this[s(186)]())),this[s(171)](n,s(184),(()=>this[s(184)]())),this[s(171)](n,s(159),(()=>{const t=s;n[t(177)]?this[t(151)]():this[t(155)]()}))}[Gc(186)](){const t=Gc;this[t(183)][t(167)](this[t(178)].id)}[Gc(184)](){const t=Gc;this[t(190)][t(167)](this[t(178)].id)}[Gc(176)](){const t=Gc;this[t(170)][t(150)](t(156)),this[t(170)][t(150)](t(174)),this[t(170)][t(150)](t(152)),this[t(172)](),this[t(158)][t(176)](),this[t(157)]&&this[t(155)]()}[Gc(151)](){const t=Gc,e=Kr(this[t(179)][t(164)],t(162));this[t(157)]=this[t(179)][t(166)][t(187)](t(173))[t(181)](e)}[Gc(155)](){const t=Gc;null!==this[t(157)]&&this[t(179)][t(166)][t(187)](t(173))[t(163)](this[t(157)]),this[t(157)]=null}}const Wc=Kc;function Kc(t,e){const n=Xc();return(Kc=function(t,e){return n[t-=362]})(t,e)}function Xc(){const t=["CommentView","editorConfig","focusCycler","commentsListView","body","addComment","commentInputView","hasDirtyComment","focusTracker","assign","target","setData","_createCommentViews","submit","487848iKyUKB","removeComment","locale","destroy","delegate","isReadOnly","descriptionParts","485kRaKsX","canDiscard","value","keystrokes","44260DSnlOZ","fire","disableComments","textContent","_localUser","_config","authoredAt","1708026SzYtvD","canAccept","text/html","cancel","length","author","formatDateTime","isEnabled","1194506edUqam","element","ariaDescriptionView","423uegmWs","tab","parseFromString","updateComment","commentThreadInputView","shift+tab","focusables","name","map","isActive","render","_createCommentThreadInputView","7IhASwE","content","4551328wzATkR","bind","showInput","ariaLabel","disabledSubmit","SUGGESTION_THREAD_ARIA_LABEL","_model","editor","set","join","SUGGESTION_THREAD_DESCRIPTION","1635741UEUuvW","384100VJzGGu","commentThread","isDirty","focus"];return(Xc=function(){return t})()}!function(t){const e=Kc,n=t();for(;;)try{if(930900===parseInt(e(364))/1+-parseInt(e(390))/2+-parseInt(e(418))/3+-parseInt(e(375))/4*(parseInt(e(371))/5)+parseInt(e(382))/6+parseInt(e(405))/7*(parseInt(e(407))/8)+parseInt(e(393))/9*(parseInt(e(419))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class qc extends s.View{constructor(t,n,r,i){const a=Kc;super(t),this[a(426)]=null,this[a(397)]=null,this[a(392)]=new o.AriaDescriptionView(t,Kr(t,a(417))),this[a(415)](a(402),!1),this[a(415)](a(381),n[a(381)]),this[a(408)](a(381)).to(n),this[a(415)](a(370),[]),this[a(415)](a(421),!1),this[a(415)](a(389),!1),this[a(415)](a(383),!1),this[a(415)](a(372),!1),this[a(408)](a(410)).to(this,a(386),n,a(381),this,a(370),((t,e,r)=>{const s=a,o=r[s(401)]((t=>_(t[s(406)])))[s(416)](". ")+".";return Kr(this[s(366)],s(412),[t-1,n[s(387)][s(400)],e?i[s(388)](e):"",(new DOMParser)[s(395)](o,s(384))[s(427)][s(378)]])})),this[a(399)]=new s.ViewCollection,this[a(431)]=new e.FocusTracker,this[a(374)]=new e.KeystrokeHandler,this[a(425)]=new s.FocusCycler({focusables:this[a(399)],focusTracker:this[a(431)],keystrokeHandler:this[a(374)],keystrokeHandlerOptions:{filter:t=>t[a(433)]!==this[a(391)]},actions:{focusPrevious:a(398),focusNext:a(394)}}),this[a(413)]=n,this[a(379)]=r,this[a(380)]=i,i[a(377)]?this[a(415)](a(386),1):this[a(362)]()}[Wc(403)](){const t=Wc;super[t(403)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(399)])}[Wc(422)](){const t=Wc;this[t(391)][t(422)]()}[Wc(367)](){const t=Wc;this[t(426)]&&this[t(426)][t(367)](),this[t(397)]&&this[t(397)][t(367)](),super[t(367)]()}[Wc(362)](){const t=Wc,{CommentsListView:e}=this[t(380)];this[t(426)]=new e(this[t(366)],this[t(413)][t(420)],Object[t(432)]({CommentView:this[t(380)][t(423)]},this[t(380)])),this[t(426)][t(368)](t(365)).to(this),this[t(426)][t(368)](t(396)).to(this),this[t(426)][t(408)](t(402)).to(this),this[t(415)](t(386),this[t(426)][t(386)]+1),this[t(408)](t(386)).to(this[t(426)],t(386),(t=>t+1)),this[t(397)]=this[t(404)](),this.on(t(365),(()=>this[t(422)]())),this[t(408)](t(421)).to(this[t(426)],t(430),this[t(397)][t(429)],t(373),((t,e)=>t||!!e))}[Wc(404)](){const t=Wc,{CommentThreadInputView:e}=this[t(380)],n=new e(this[t(366)],this[t(379)],this[t(380)][t(424)]),r=n[t(429)];return n[t(408)](t(409)).to(this,t(402),this[t(413)][t(420)],t(369),r,t(373),((t,e,n)=>!!n||t&&!e)),r.on(t(363),((e,n)=>{const s=t;this[s(376)](s(428),n),r[s(414)][s(434)]("")})),r.on(t(385),(()=>this[t(422)]())),r[t(408)](t(411)).to(this[t(413)][t(420)],t(369)),n}}const Zc=Yc;function Jc(){const t=["301315XllppK","ck-rounded-corners","ck-suggestion-wrapper--active","10809LXVkfo","442816IrbJMn","listitem","bindTemplate","discardButton","commentThreadInputView","ck-suggestion-","ariaLabel","2091rFgsdK","ck-suggestion-wrapper","add","SuggestionView","canDiscard","bind","description","author","_config","push","ck-suggestion--disabled-comments","getTemplate","906liXzub","_descriptionElement","editorDestroyed","1510FyQCGu","5sHMKnP","descriptionParts","delegate","suggestionView","disableComments","ariaDescriptionView","</p>","_model","acceptButton","type","canAccept","<p>","focusables","editorReady","2443866pykpOt","isActive","commentThread","acceptSuggestion","setTemplate","1720060pNERdF","div","color","content","commentsListView","186434gDhBiK","discardSuggestion","set","render","formatDateTime","isEnabled"];return(Jc=function(){return t})()}function Yc(t,e){const n=Jc();return(Yc=function(t,e){return n[t-=475]})(t,e)}!function(t){const e=Yc,n=t();for(;;)try{if(331221===parseInt(e(504))/1+-parseInt(e(476))/2*(-parseInt(e(521))/3)+parseInt(e(499))/4+parseInt(e(480))/5*(-parseInt(e(494))/6)+parseInt(e(510))/7+-parseInt(e(514))/8+-parseInt(e(513))/9*(parseInt(e(479))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jc);class Qc extends qc{constructor(t,e,n,r){const s=Yc;super(t,e,n,r),this[s(506)](s(489),""),this[s(526)](s(489)).to(this,s(481),(t=>t&&t[0]?t[0][s(489)]:"")),this[s(526)](s(527)).to(this,s(481),this,s(495),((t,e)=>{const n=s;let r="";for(const e of t)r+=n(491)+_(e[n(502)],e[n(501)])+n(486);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[s(477)]=null,this[s(483)]=new(r[s(524)])(t,e,{formatDateTime:r[s(508)]}),this[s(483)][s(526)](s(527)).to(this),this[s(483)][s(482)](s(497),s(505)).to(this),this[s(483)][s(488)][s(526)](s(509)).to(this,s(490)),this[s(483)][s(517)][s(526)](s(509)).to(this,s(525)),this[s(492)][s(523)](this[s(483)]),this[s(503)]&&this[s(492)][s(523)](this[s(503)]),this[s(518)]&&this[s(492)][s(523)](this[s(518)]),this[s(498)](this[s(475)]())}[Zc(475)](){const t=Zc,e=this[t(516)],n=[this[t(483)]];return this[t(503)]&&n[t(530)](this[t(503)]),this[t(518)]&&n[t(530)](this[t(518)]),n[t(530)](this[t(485)]),{tag:t(500),attributes:{class:["ck",t(511),t(522),e.if(t(495),t(512)),e.to(t(489),(e=>t(519)+e)),this[t(529)][t(484)]&&t(531)],"data-suggestion-id":this[t(487)].id,"data-thread-id":this[t(487)][t(496)].id,"data-author-id":this[t(487)][t(528)].id,tabindex:0,role:t(515),"aria-label":e.to(t(520)),"aria-describedby":this[t(485)].id},children:n}}[Zc(507)](){const t=Zc;super[t(507)](),this[t(503)]&&(this[t(503)][t(482)](t(493)).to(this),this[t(503)][t(482)](t(478)).to(this)),this[t(518)]&&(this[t(518)][t(482)](t(493)).to(this),this[t(518)][t(482)](t(478)).to(this))}}function $c(){const t=["tab","render","querySelector","acceptButton","EXTERNAL_IMPORT_WORD_AVATAR","fire","ck-suggestion--accept","ck-suggestion__user","shift+tab","authoredAt","setTemplate","bindTemplate","check","esc","cancel","locale","add","ck-annotation__content-wrapper","getUserViewNotificationText","focusTracker","31149MYYcWM","getExternalSuggestionNote","_createButton","3849PRJJLA","description","getTemplate","EXTERNAL_SUGGESTION","164791HIUUpe","keystrokes","acceptSuggestion","div","author","discardButton","1028712EJrcEc","Accept suggestion","ck-annotation__main","Discard suggestion","EXTERNAL_IMPORT_WORD_SUGGESTION","enter",".ck-annotation__content-wrapper","isExternal","listenTo","678178MYcgMC","set","change:description","2jPRtUg","ck-comment__info-time","_config","element","ck-annotation__info-name","ck-annotation__info","extendTemplate","ck-annotation__info-time","focusCycler","execute","attributes","span","userView","ck-suggestion--discard","source","focusables","_setupKeyboardNavigation","_model","focusFirst","ck-annotation","1056CGwNin","EXTERNAL_AVATAR","2885407KIhEkt","name","creator","ck-suggestion__main","target","ck-annotation__actions","ck-suggestion__info-name","formatDateTime","time","innerHTML","@external","focus","bind","ck-suggestion","discardSuggestion","push","ck-suggestion__info","importWord","ck-comment__external","4406982rJtbIh","ck-suggestion__actions","5UygJhM","750IMWlgN","ck-annotation__user","presentation","48CqJqbB"];return($c=function(){return t})()}const tu=eu;function eu(t,e){const n=$c();return(eu=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=eu,n=t();for(;;)try{if(465258===parseInt(e(283))/1*(parseInt(e(280))/2)+parseInt(e(261))/3*(-parseInt(e(303))/4)+parseInt(e(326))/5*(-parseInt(e(324))/6)+parseInt(e(305))/7+parseInt(e(271))/8+parseInt(e(258))/9*(parseInt(e(327))/10)+-parseInt(e(265))/11*(-parseInt(e(330))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($c);class nu extends s.View{constructor(n,r,i){const a=eu;super(n),this[a(300)]=r,this[a(285)]=i,this[a(281)](a(262),""),this[a(317)](a(340)).to(r),this[a(334)]=this[a(260)](Kr(n,a(272)),t.icons[a(343)],a(337),a(267),"sw"),this[a(270)]=this[a(260)](Kr(n,a(274)),t.icons[a(252)],a(296),a(319),"sw"),this[a(295)]=new o.UserView(n,r[a(269)],this[a(256)]()),this[a(295)][a(289)]({attributes:{class:[a(338),a(328)],"aria-hidden":!0}}),this[a(298)]=new s.ViewCollection([this[a(334)],this[a(270)]]),this[a(257)]=new e.FocusTracker,this[a(266)]=new e.KeystrokeHandler,this[a(291)]=new s.FocusCycler({focusables:this[a(298)],focusTracker:this[a(257)],keystrokeHandler:this[a(266)],actions:{focusPrevious:a(339),focusNext:a(331)},keystrokeHandlerOptions:{filter:t=>t[a(309)]!==this[a(286)]}}),this[a(341)](this[a(263)]())}[tu(332)](){const t=tu;super[t(332)]();const e=this[t(286)][t(333)](t(277));e[t(314)]=this[t(262)],this.on(t(282),((n,r,s)=>{e[t(314)]=s})),this[t(299)]()}[tu(263)](){const t=tu,e=this[t(342)],n=[{tag:t(268),attributes:{class:[t(321),t(288)]},children:[{tag:t(294),children:[{text:this[t(295)][t(306)]}],attributes:{class:[t(311),t(287)]}},{tag:t(313),attributes:{datetime:e.to(t(340)),class:[t(284),t(290)]},children:[{text:e.to(t(340),(e=>this[t(285)][t(312)](e)))}]}]},{tag:t(268),attributes:{class:[t(325),t(310)]},children:[this[t(334)],this[t(270)]]},{tag:t(268),attributes:{class:[t(255)]}}];return this[t(300)][t(278)]&&n[t(320)]({tag:t(268),attributes:{class:[t(323)]},children:[{text:this[t(259)]()}]}),{tag:t(268),attributes:{class:[t(318),t(302)],tabindex:-1},children:[this[t(295)],{tag:t(268),attributes:{class:[t(308),t(273)],role:t(329)},children:n}]}}[tu(316)](){const t=tu;this[t(286)][t(316)]()}[tu(256)](){const t=tu;return this[t(300)][t(278)]?t(322)===this[t(300)][t(293)][t(315)][t(297)]?Kr(this[t(253)],t(335),this[t(300)][t(307)][t(306)]):Kr(this[t(253)],t(304),this[t(300)][t(307)][t(306)]):null}[tu(259)](){const t=tu;return t(322)===this[t(300)][t(293)][t(315)][t(297)]?Kr(this[t(253)],t(275)):Kr(this[t(253)],t(264))}[tu(260)](t,e,n,r,s){const i=tu,a=new o.LateFocusButtonView(this[i(253)]);return a[i(281)]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),a[i(289)]({attributes:{class:n}}),a.on(i(292),(()=>{const t=i;this[t(336)](r,this[t(300)].id)})),a}[tu(299)](){const t=tu,e=this[t(286)];this[t(266)][t(279)](e);for(const e of this[t(298)])this[t(257)][t(254)](e[t(286)]),this[t(266)][t(279)](e[t(286)]);this[t(266)][t(281)](t(276),((n,r)=>{const s=t;e===n[s(309)]&&(this[s(291)][s(301)](),r())})),this[t(266)][t(281)](t(251),((n,r)=>{const s=t;e!==n[s(309)]&&(this[s(316)](),r())}))}}const ru='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.182 5.514a.643.643 0 0 0-.636.64v-.001a.636.636 0 0 0 .636.639h5.682a.641.641 0 0 0 .636-.638.637.637 0 0 0-.636-.64H6.182Z"/><path d="M6.182 8.5a.642.642 0 0 0-.588.882.636.636 0 0 0 .588.395h5.682a.641.641 0 0 0 .636-.639.635.635 0 0 0-.636-.638H6.182Z"/><path d="M6.18 11.5a.64.64 0 0 0 0 1.278h3.133a.64.64 0 0 0 0-1.278H6.18Z"/><path d="m11.772 18.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09 0-.274.076-.551.062-.166.099-.296.11-.393a2.934 2.934 0 0 0 0-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6 1.059-.56 2.11.118 1.05.68 1.443 1.272 1.177 1.772l-3.876 6.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954 2.954 0 0 0-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274 1.039.727-.26.34h-1.496l.717-1.067Z"/><path clip-rule="evenodd" d="M3.272 1A1.28 1.28 0 0 0 2 2.28v14.439a1.276 1.276 0 0 0 1.272 1.28h6.838a2.13 2.13 0 0 1 .003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395 7.395 0 0 1-.042-.142H3.5V2.46s11 .002 11 .005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272 1ZM16 9.29l-1.5 2.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904 0 0 1-.013.075l-.001.005a3.108 3.108 0 0 1-.097.312c-.027.101-.048.19-.062.266a.734.734 0 0 0-.014.287.25.25 0 0 0 .068.105.65.65 0 0 0 .088.074l.017.011.016.01h.175L14.73 18c.697 0 1.271-.573 1.271-1.281v-7.43Z"/></svg>\n',su=ou;function ou(t,e){const n=iu();return(ou=function(t,e){return n[t-=432]})(t,e)}function iu(){const t=["reduce","discardSelectedSuggestions","clear","model","listenTo","Accept all suggestions","SuggestionThreadView","getRanges","actionView","getByInnerView","menuitemcheckbox","67191oBpAzk","button","1004TXRtgQ","Track changes","EditorAnnotations","getSuggestion","commandName","refreshSelectedViews","trackChanges.SuggestionThreadView","_addUIComponentsToFactory","length","stopListening","trackChanges","_updateController","get","_splitMarkerName","init","2308992uYeYBT","view","registerAnnotation","isMultiRange","_createToolbarButton","menuitem","comments.maxThreadTotalWeight","from","type","isOn","acceptAllSuggestions","addSourceCollector","keystrokes","2669274ZVkJjz","low","Discard all selected suggestions","_handleControllerBuffer","acceptButton","source","suggestionUnloaded","_handleSuggestionControllerDelayed","pluginName","escape","arrowView","discardAllSuggestions","createAnnotationView","descriptionFactory","33505YXBuLH","head","plugins","has","editing","keys","menuBar:trackChanges","delegate","suggestionLoaded","comments","locale","values","acceptSelectedSuggestions","remove","suggestionChanged","_refreshActiveMarkers","componentFactory","_viewToController","_suggestionToController","separator","delete","createAnnotation","suggestionView","trackChanges.disableComments","requires","getJoined","comments.editorConfig","getDescriptions","config","change:activeAnnotations","12593740jBYKLw","focus","toMany","getMarkerNames","push","filter","commentsListView","_disableComments","children","176adQOkt","menu","_bindAnnotationToEditors","hasSuggestion","activeAnnotations","isEnabled","CommentView","some","Annotations","trackChanges.SuggestionView","_initializeController","execute","TrackChangesUI","set","Accept all selected suggestions","editor","isInContent","switchbutton","_createMenuBarMenu","createCommentThreadController","82MXTZIE","add","define","_annotationViews","previous","innerView","CommentsRepository","bind","commentThread","discardButton","size","items","TrackChangesEditing","commands","suggestion-","lowest","descriptionParts","addComment","Discard all suggestions","destroy","comments.maxCommentCharsWhenCollapsed","_unbindEditors","SuggestionView","buttonView","panelView","change:previous","comments.maxCommentsWhenCollapsed","62253jyslzZ","getMarkers","getAllAdjacentSuggestions","mainView","isDirty","getFirstRange","_destroyController","_initKeyboardNavigationToThread","CommentsUI","125609MyqePy","unbind","value","activeMarkers"];return(iu=function(){return t})()}!function(t){const e=ou,n=t();for(;;)try{if(888506===parseInt(e(528))/1+parseInt(e(492))/2*(parseInt(e(543))/3)+-parseInt(e(545))/4*(parseInt(e(433))/5)+parseInt(e(573))/6+-parseInt(e(560))/7+-parseInt(e(472))/8*(-parseInt(e(519))/9)+parseInt(e(463))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(iu);class au extends t.Plugin{static get[su(457)](){const t=su;return[Rc,o.Users,t(498),t(480),t(547)]}static get[su(581)](){return su(484)}constructor(t){const e=su;super(t),this[e(451)]=new Map,this[e(450)]=new Map,this[e(495)]=new Map,this[e(576)]=new Map;const n=this[e(487)][e(461)];n[e(494)](e(551),Qc),n[e(494)](e(481),nu),n[e(494)](e(456),!1),this[e(470)]=n[e(557)](e(456)),this[e(526)]()}[su(580)](t,e){const n=su;0===this[n(576)][n(502)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(576)]){const r=this[t(451)][t(436)](e);r||n?r&&n&&this[t(525)](e):this[t(482)](e)}this[t(576)][t(534)](),this[t(487)][t(435)][t(557)](t(547))[t(550)](),this[t(448)]()}),10),this[n(576)][n(485)](t,e)}[su(559)](){const t=su,e=this[t(487)],n=e[t(435)][t(557)](t(504)),r=e[t(435)][t(557)](t(480)),s=e[t(435)][t(557)](t(547)),o=e[t(435)][t(557)](t(498));this[t(552)](),s[t(571)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(567)](this[e(451)])){const s=t[e(521)](),o=[];for(const t of s){if(!t[e(488)])continue;if(t[e(563)]){o[e(467)](...t[e(539)]());continue}const n=t[e(524)]();if(o[e(553)]>0){const t=o[0][e(458)](n);if(t){o[0]=t;continue}}o[e(467)](n)}n[e(467)]([r[e(561)],o])}return n})),this[t(536)](n,t(441),((e,n)=>{const r=t;this[r(536)](n,r(517),((t,e,s,o)=>{const i=r;n[i(488)]&&(null==s?(this[i(556)](o[i(434)]),this[i(580)](n,!1)):(this[i(556)](s[i(434)]),null==o&&this[i(580)](n,!0)))})),null!==n[r(496)]?this[r(556)](n[r(434)]):this[r(580)](n,!1)})),this[t(536)](n,t(579),((e,n,r)=>{const s=t;this[s(554)](n,s(517)),this[s(576)][s(453)](n),this[s(451)][s(436)](n)&&this[s(525)](n),r&&this[s(556)](r[s(434)])})),this[t(536)](n,t(447),((e,n)=>{this[t(556)](n)})),this[t(536)](r,t(462),(()=>{this[t(448)]()})),this[t(536)](o,t(509),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(475)](r))return;const i=n[o(548)](r);this[o(451)][o(557)](i)[o(561)][o(469)][o(464)](-1)}),{priority:t(507)})}[su(448)](){const t=su,e=this[t(487)][t(435)][t(557)](t(480)),n=this[t(487)][t(435)][t(557)](t(504)),r=Array[t(567)](e[t(476)],(e=>e[t(497)]))[t(468)]((e=>this[t(450)][t(436)](e))),s=[];for(const e of r){const n=this[t(450)][t(557)](e)[t(535)][t(521)]();s[t(467)](...n[t(532)](((e,n)=>[...e,...n[t(466)]()]),[]))}n[t(531)]=s}[su(552)](){const t=su,n=this[t(487)],r=n[t(443)],o=Kr(r,t(546)),i=new e.Collection([{type:t(489),model:new s.ViewModel({withText:!0,isToggleable:!0,label:o,commandName:t(555),role:t(542)})},{type:t(452)},{type:t(544),model:new s.ViewModel({withText:!0,label:Kr(r,t(537)),commandName:t(570),role:t(565)})},{type:t(544),model:new s.ViewModel({withText:!0,label:Kr(r,t(486)),commandName:t(445),role:t(565)})},{type:t(544),model:new s.ViewModel({withText:!0,label:Kr(r,t(510)),commandName:t(584),role:t(565)})},{type:t(544),model:new s.ViewModel({withText:!0,label:Kr(r,t(575)),commandName:t(533),role:t(565)})}]);for(const e of i)if(cu(e)){const r=n[t(505)][t(557)](e[t(535)][t(549)]);e[t(535)][t(499)](t(569),t(477)).to(r,t(530),t(477))}n.ui[t(449)][t(493)](t(555),(e=>this[t(564)](e,i,o))),n.ui[t(449)][t(493)](t(439),(e=>this[t(490)](e,i,o)))}[su(564)](t,e,n){const r=su,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(487)][r(505)][r(557)](r(555));o[r(515)][r(485)]({tooltip:n,label:n,icon:ru}),o[r(515)][r(499)](r(569)).to(i,r(530)),o[r(515)].on(r(483),(()=>{const t=r;i[t(483)](),this[t(487)][t(437)][t(561)][t(464)]()})),(0,s.addListToDropdown)(o,e,{role:r(473)});const a=[];for(const t of e)cu(t)&&a[r(467)](this[r(487)][r(505)][r(557)](t[r(535)][r(549)]));const c=o[r(515)];return c[r(540)][r(529)](r(477)),c[r(583)][r(529)](r(477)),c[r(540)][r(499)](r(477)).to(i,r(477)),c[r(583)][r(499)](r(477))[r(465)](a,r(477),((...t)=>t[r(479)]((t=>t)))),o.on(r(483),(t=>{const e=r;this[e(487)][e(483)](t[e(578)][e(549)]),this[e(487)][e(437)][e(561)][e(464)]()})),o}[su(490)](t,e,n){const r=su,o=new s.MenuBarMenuView(t),i=this[r(487)][r(505)][r(557)](r(555));o[r(515)][r(485)]({label:n,icon:ru});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(452)==n[r(568)]){a[r(503)][r(493)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(535)];i[r(499)](...Object[r(438)](c)).to(c),i[r(440)](r(483)).to(o),i.on(r(483),(()=>{const t=r;this[t(487)][t(483)](c[t(549)]),this[t(487)][t(437)][t(561)][t(464)]()})),e[r(471)][r(493)](i),a[r(503)][r(493)](e)}return o[r(499)](r(477)).to(i,r(477)),o[r(516)][r(471)][r(493)](a),o}[su(482)](t){const e=su,n=this[e(487)],r=n[e(461)],s=n[e(435)][e(557)](e(480)),i=n[e(435)][e(557)](e(498)),a=n[e(435)][e(557)](e(547)),c=n[e(435)][e(557)](o.Users).me,u=r[e(557)](e(555))[e(538)],l=r[e(557)](e(555))[e(514)],{CommentsListView:f,CommentThreadInputView:h}=n[e(435)][e(557)](e(527));let g,d;this[e(495)][e(436)](t.id)?(d=this[e(495)][e(557)](t.id),g=d[e(522)]):(g=new u(n[e(443)],t,c,{disableComments:this[e(470)],editorConfig:r[e(557)](e(459)),maxCommentsWhenCollapsed:r[e(557)](e(518)),maxThreadTotalWeight:r[e(557)](e(566)),maxCommentCharsWhenCollapsed:r[e(557)](e(512)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(557)](e(443))),CommentView:r[e(557)](e(442))[e(478)],CommentsListView:f,CommentThreadInputView:h,SuggestionView:l}),g[e(455)][e(577)].on(e(483),(()=>{const t=e;n[t(437)][t(561)][t(464)]()})),g[e(455)][e(501)].on(e(483),(()=>{const t=e;n[t(437)][t(561)][t(464)]()})),d=s[e(585)](this[e(487)][e(443)],g),d[e(499)](e(523)).to(g,e(523)),d[e(499)](e(553)).to(g),d[e(499)](e(568)).to(g,e(568),(t=>e(506)+t)),this[e(536)](g,e(582),(()=>{const t=e;n[t(437)][t(561)][t(464)]()}),{priority:e(574)}),this[e(495)][e(485)](t.id,d));const p=i[e(491)](t[e(500)],g),m=new zc(n,t,g,p),I=t[e(521)]()[e(468)]((t=>t[e(488)]));g[e(508)]=n[e(435)][e(557)](e(504))[e(432)][e(460)](I),this[e(451)][e(485)](t,m),this[e(450)][e(485)](g,m);const E=s[e(454)]({view:d,target:()=>{const r=e,s=[],i=t[r(521)]()[r(468)]((t=>t[r(488)]));for(const t of i)s[r(467)](...t[r(520)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(437)],s)},type:()=>e(506)+m[e(561)][e(568)]});i[e(474)](g,E),s[e(493)](E),a[e(562)](E)}[su(525)](t){const e=su,n=this[e(487)][e(435)][e(557)](e(498)),r=this[e(487)][e(435)][e(557)](e(480)),s=this[e(451)][e(557)](t),o=s[e(561)],i=r[e(541)](o);n[e(513)](o),i&&r[e(446)](i),this[e(451)][e(453)](t),this[e(450)][e(453)](o),s[e(511)]()}[su(556)](t){const e=su;if(!t[e(488)]||!this[e(451)][e(436)](t))return;const n=this[e(487)][e(435)][e(557)](e(504)),r=this[e(451)][e(557)](t),s=t[e(521)]();r[e(561)][e(508)]=n[e(432)][e(460)](s)}[su(526)](){const t=su;this[t(487)][t(572)][t(485)](o.ENTER_THREAD_KEYSTROKE,((e,n)=>{const r=t,s=this[r(487)][r(435)][r(557)](hu),o=this[r(487)][r(435)][r(557)](Rc);if(!o[r(531)][r(553)])return;const{id:i}=o[r(558)](o[r(531)][0]),a=s[r(548)](i);a&&(this[r(451)][r(557)](a)[r(561)][r(464)](),n())}))}[su(511)](){const t=su;for(const e of this[t(451)][t(438)]())this[t(525)](e);for(const e of this[t(495)][t(444)]())e[t(522)][t(511)]();super[t(511)]()}}function cu(t){return su(535)in t}var uu=lu;function lu(t,e){var n=fu();return(lu=function(t,e){return n[t-=134]})(t,e)}function fu(){var t=["1582567rHpKTY","15IPeZzR","plugins","get","adapter","1439190ArIJFm","1182102TysZbC","requires","addSuggestion","editor","143966LmTEvE","52RNuxwf","getSuggestions","130730DAUjCt","Comments","getSuggestion","pluginName","77255xytMun","9rmfNlS","TrackChanges","41496HzPRnB","addSuggestionData"];return(fu=function(){return t})()}!function(t){for(var e=lu,n=t();;)try{if(282422===-parseInt(e(154))/1+-parseInt(e(151))/2*(parseInt(e(142))/3)+parseInt(e(152))/4*(parseInt(e(136))/5)+parseInt(e(147))/6+parseInt(e(141))/7+parseInt(e(139))/8+-parseInt(e(137))/9*(-parseInt(e(146))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fu);class hu extends t.Plugin{static get[uu(148)](){return[Rc,au,uu(155)]}static get[uu(135)](){return uu(138)}set[uu(145)](t){var e=uu;this[e(150)][e(143)][e(144)](Rc)[e(145)]=t}get[uu(145)](){var t=uu;return this[t(150)][t(143)][t(144)](Rc)[t(145)]}[uu(149)](t){var e=uu;return this[e(150)][e(143)][e(144)](Rc)[e(140)](t)}[uu(153)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=uu;return this[n(150)][n(143)][n(144)](Rc)[n(153)]({skipNotAttached:t,toJSON:e})}[uu(134)](t){var e=uu;return this[e(150)][e(143)][e(144)](Rc)[e(134)](t)}}const gu=du;function du(t,e){const n=Iu();return(du=function(t,e){return n[t-=434]})(t,e)}!function(t){const e=du,n=t();for(;;)try{if(164671===parseInt(e(494))/1+parseInt(e(483))/2*(parseInt(e(459))/3)+parseInt(e(493))/4+parseInt(e(450))/5+parseInt(e(455))/6+-parseInt(e(434))/7*(-parseInt(e(490))/8)+-parseInt(e(435))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Iu);const pu=[gu(484)];class mu extends t.Plugin{static get[gu(480)](){return[Rc]}static get[gu(482)](){return gu(487)}[gu(447)](){const t=gu,n=this[t(473)];if(n[t(445)][t(481)](t(467),(e=>{const r=t,s=n[r(462)][r(453)][r(471)]()[r(461)](((t,e)=>(t[e]="",t)),{});return n[r(442)][r(452)](s,e)})),t(478)!=typeof n[t(445)][t(468)](t(456))[t(469)])throw new e.CKEditorError(t(460))}[gu(438)](t){return Tu(this[gu(473)],!0,t)}[gu(488)](t){return Tu(this[gu(473)],!1,t)}}function Iu(){const t=["createElement","getFullData","constructor","div","name","config","map","init","addSuggestionData","createDocumentFragment","1252140YkZTuz","TrackChangesDataGetter","create","document","_adapter","1195482iNTHII","trackChangesData","getRootsAttributes","getSuggestions","2481UOTBeo","track-changes-data-invalid-editor-creator","reduce","model","appendChild","end","rootsAttributes","acceptAllSuggestions","trackChangesData.editorCreator","get","editorCreator","execute","getRootNames","getCommentThreads","editor","data","useAnonymousUser","Users","CommentsRepository","function","plugins","requires","define","pluginName","124qbYgUx","Pagination","discardAllSuggestions","set","TrackChangesData","getDataWithDiscardedSuggestions","result","671112JwOFGO","push","users","377496NiAyCC","192823PNwlWO","getUser","addUser","14qtCTjf","7121277XZxyBa","TrackChangesEditing","addCommentThread","getDataWithAcceptedSuggestions","destroy"];return(Iu=function(){return t})()}class Eu extends t.Plugin{static get[gu(482)](){return gu(451)}constructor(t){const e=gu;super(t),this[e(489)]=e(464)}[gu(447)](){const t=gu;this[t(473)][t(479)][t(468)](t(477))[t(454)]={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(473)][t(479)][t(468)](t(436))[t(454)]=null}}function bu(t){return void 0!==t[gu(457)]}async function Tu(t,e,n){const r=gu,s=(0,o.sanitizeEditorConfig)(t,pu);s[r(479)][r(491)](Rc,Eu),s[r(465)]=bu(t)?t[r(457)]():void 0;const i=document[r(449)](),a=t[r(445)][r(468)](r(456))[r(469)],c=await a(s,(()=>function(t){const e=r,n=document[e(440)](e(443));return t[e(463)](n),n}(i)));!function(t,e){const n=r,s=t[n(462)][n(453)][n(471)]()[n(461)](((e,r)=>(e[r]=t[n(474)][n(468)]({rootName:r}),e)),{}),o=t[n(479)][n(468)](n(476))[n(492)][n(446)]((t=>({id:t.id,name:t[n(444)]}))),i=t[n(479)][n(468)](n(436))[n(458)]({skipNotAttached:!0,toJSON:!0}),a=t[n(479)][n(468)](n(477))[n(472)]({skipNotAttached:!0,toJSON:!0}),c=e[n(479)][n(468)](n(476)),u=e[n(479)][n(468)](n(436)),l=e[n(479)][n(468)](n(477));for(const t of o)c[n(495)](t.id)||c[n(496)](t);c.me||c[n(475)]();for(const t of a)l[n(437)](t);for(const t of i)u[n(448)](t);e[n(474)][n(486)](s)}(t,c),c[r(470)](r(e?466:485));const u=bu(c)?c[r(441)](n):c[r(474)][r(468)](n);return await c[r(439)](),u}function _u(t,e){var n=yu();return(_u=function(t,e){return n[t-=163]})(t,e)}function yu(){var t=["2785895glsbRS","154059GBMBuU","745736oydqtd","60mFSlxR","231864LXwaZK","178494tGsCUx","40PQGkKe","450125rcyFEH","3110769PlEBtH"];return(yu=function(){return t})()}!function(t){for(var e=_u,n=t();;)try{if(267827===-parseInt(e(164))/1+parseInt(e(171))/2+-parseInt(e(167))/3+-parseInt(e(168))/4+-parseInt(e(169))/5*(parseInt(e(170))/6)+-parseInt(e(166))/7+-parseInt(e(163))/8*(-parseInt(e(165))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|