@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["_enableCommands","7274624wIkqRu","editor","10QehPdb","value","has","6719024iGMcAu","isEnabled","_disableUnsupportedCommands","refresh","204hzIxDB","_enabledCommands","forceDisabled","clearForceDisabled","962889ilkiUF","2129124CMwWEg","307822nWwWyQ","65795hVwQak","14175099WePVdv","4xuxKzU","_isEnabledBasedOnSelection","affectsData","TrackChangesCommand","execute","commands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=488]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(683798===-parseInt(n(505))/1+parseInt(n(508))/2*(parseInt(n(503))/3)+parseInt(n(499))/4*(-parseInt(n(506))/5)+-parseInt(n(504))/6+-parseInt(n(490))/7+parseInt(n(495))/8+-parseInt(n(507))/9*(-parseInt(n(492))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(500)]=e,this[n(493)]=!1,this[n(498)](),this[n(509)]=!1}[c(498)](){this[c(496)]=!0}[c(512)](){const t=c;this[t(493)]=!this[t(493)],this[t(493)]?this[t(497)]():this[t(489)]()}[c(497)](){const t=c;for(const e of this[t(491)][t(488)][t(488)]())e[t(510)]&&!this[t(500)][t(494)](e)&&e[t(501)](t(511))}[c(489)](){const t=c;for(const e of this[t(491)][t(488)][t(488)]())e[t(510)]&&!this[t(500)][t(494)](e)&&e[t(502)](t(511))}}const h=g;function d(){const t=["getRanges","2590524mRRWKr","editor","TrackChangesEditing","8652514ssiiaz","270103YGyKTs","8SlFDAC","_suggestions","plugins","isEnabled","31045GBgDZk","12PSLupR","27070wGalHy","acceptSuggestion","1674gsYQtK","track-changes-accept-suggestion-not-found","6875XxTVKA","canEditAt","2VmvsBP","get","_isEnabledBasedOnSelection","execute","model","refresh","6iCnULL","1382423IYWzbu","10598877kyxZKA"];return(d=function(){return t})()}function g(t,e){const n=d();return(g=function(t,e){return n[t-=235]})(t,e)}!function(t,e){const n=g,r=t();for(;;)try{if(975125===-parseInt(n(256))/1*(-parseInt(n(242))/2)+parseInt(n(248))/3*(-parseInt(n(252))/4)+parseInt(n(261))/5*(-parseInt(n(238))/6)+-parseInt(n(249))/7*(-parseInt(n(257))/8)+parseInt(n(250))/9+parseInt(n(236))/10*(parseInt(n(240))/11)+parseInt(n(235))/12*(parseInt(n(255))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(258)]=e,this[n(247)](),this[n(244)]=!1}[h(247)](){this[h(260)]=!0}[h(245)](t){const n=h,r=this[n(258)][n(243)](t);if(!r)throw new e.CKEditorError(n(239),this);const s=r[n(251)]();this[n(253)][n(246)][n(241)](s)&&this[n(253)][n(259)][n(243)](n(254))[n(237)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=472]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(290575===-parseInt(n(485))/1*(parseInt(n(495))/2)+parseInt(n(474))/3+parseInt(n(478))/4*(parseInt(n(491))/5)+parseInt(n(488))/6*(-parseInt(n(473))/7)+parseInt(n(492))/8+parseInt(n(480))/9*(parseInt(n(486))/10)+-parseInt(n(481))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(475)]=e,this[n(493)](),this[n(477)]=!1}[m(493)](){this[m(496)]=!0}[m(490)](t){const n=m,r=this[n(475)][n(479)](t);if(!r)throw new e.CKEditorError(n(484),this);const s=r[n(487)]();this[n(476)][n(482)][n(472)](s)&&this[n(476)][n(483)][n(479)](n(489))[n(494)](r)}}function b(){const t=["2480WVTvLd","getRanges","429438EJqwid","TrackChangesEditing","execute","933395UaZpYu","3285960xfgQJf","refresh","discardSuggestion","51316RFhIxb","isEnabled","canEditAt","14fmKUUW","1492788LUCWJR","_suggestions","editor","_isEnabledBasedOnSelection","4wizUyz","get","864UydxIV","3867083tEOUVV","model","plugins","track-changes-discard-suggestion-not-found","13uihZHW"];return(b=function(){return t})()}function T(t,e){const n=k();return(T=function(t,e){return n[t-=109]})(t,e)}function _(t){const e=T;return t[e(111)](((t,n)=>e(110)==t[e(117)]&&e(110)!=n[e(117)]?-1:e(110)!=t[e(117)]&&e(110)==n[e(117)]?1:0))}function y(t,e){const n=T;let r,s=0;const o=[],i=e[n(134)];for(;s<t[n(131)];){const a=t[s],c=t[s+1];r||(r=e[n(135)](a)),A(e,a,c)||(o[n(120)](e[n(151)](r,i[n(133)](a)?e[n(109)](a):e[n(112)](a,n(124)))),r=null),s++}return o}function A(t,e,n){const r=T;if(!n)return!1;const s=t[r(109)](e),o=t[r(135)](n);return s[r(148)](o)}function k(){const t=["length","1349484RJIKPf","isObject","schema","createPositionBefore","map","color","getRanges","replace","add","isInContent","8866438nwakWM","content","splice","25076ylAApq"," [color ","execute","isTouching","isIntersecting","1290oVvTsC","createRange","createPositionAfter","deletion","sort","createPositionAt","join","56799qQxJfT","value","5unVLqL","type","123BfPitJ","40156mugWfy","push","from","isCollapsed","693624omoxIz","end","next","3207774vdwXrr","change","start","isArray","isMultiRange"];return(k=function(){return t})()}!function(t,e){const n=T,r=t();for(;;)try{if(873180===parseInt(n(132))/1+parseInt(n(145))/2+-parseInt(n(118))/3*(-parseInt(n(119))/4)+-parseInt(n(116))/5*(parseInt(n(126))/6)+-parseInt(n(142))/7+parseInt(n(123))/8+-parseInt(n(114))/9*(-parseInt(n(150))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=T;for(;n[r(131)];){const s=n[r(144)](0,100);t[r(127)]((()=>{const t=r;for(const n of s)n[t(141)]&&e[t(147)](n.id)}))}}function L(t,e){const n=R();return(L=function(t,e){return n[t-=144]})(t,e)}const N=L;function R(){const t=["getRanges","564fkhPfv","_command","_suggestions","14770hIytwM","some","model","2ErvkFq","values","refresh","8253PatnSS","from","1444540nNPPCw","8241387SWjmEf","1160BkbRUr","execute","285967NZotcK","915330UjTsjy","canEditAt","_isEnabledBasedOnSelection","editor","5169LXevmZ","1449JQGzFn","isEnabled","isInContent"];return(R=function(){return t})()}!function(t,e){const n=L,r=t();for(;;)try{if(247136===parseInt(n(149))/1*(parseInt(n(165))/2)+parseInt(n(154))/3*(-parseInt(n(159))/4)+-parseInt(n(145))/5+parseInt(n(150))/6+parseInt(n(168))/7*(-parseInt(n(147))/8)+parseInt(n(155))/9*(-parseInt(n(162))/10)+parseInt(n(146))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(160)]=e,this[r(161)]=n,this[r(167)](),this[r(152)]=!1}[N(167)](){const t=N,e=Array[t(144)](this[t(161)][t(166)]())[t(163)]((e=>e[t(157)]));this[t(156)]=this[t(160)][t(156)]&&e}[N(148)](){const t=N,e=_(Array[t(144)](this[t(161)][t(166)]()));for(const n of e){const e=n[t(158)]();if(!this[t(153)][t(164)][t(151)](e))return}C(this[t(153)][t(164)],this[t(160)],e)}}function M(t,e){const n=w();return(M=function(t,e){return n[t-=143]})(t,e)}const v=M;function w(){const t=["document","editor","_command","10FnAmYs","model","794256ZIpqpe","from","selection","_suggestions","size","_isEnabledBasedOnSelection","188856TSmAzn","_selectedSuggestions","getRanges","execute","3626514CWZAzA","484XeZszR","56430dWhjRx","1816689mtOUYI","values","10vYkTwq","isEnabled","canEditAt","refresh","7017nVCDnK","266599KxRJPr"];return(w=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(142361===-parseInt(n(149))/1+parseInt(n(167))/2+parseInt(n(148))/3*(parseInt(n(166))/4)+-parseInt(n(144))/5*(-parseInt(n(155))/6)+parseInt(n(168))/7+-parseInt(n(161))/8+-parseInt(n(165))/9*(parseInt(n(153))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(152)]=e,this[r(158)]=n,this[r(162)]=new Set,this[r(147)](),this[r(160)]=!1}[v(147)](){const t=v,e=this[t(151)][t(154)][t(150)][t(157)],n=Array[t(156)](this[t(158)][t(143)]());this[t(162)]=function(t,e){const n=T,r=Array[n(121)](t[n(138)]()),s=new Set;for(const o of e)if(o[n(141)])for(const e of r)for(const r of o[n(138)]())(e[n(149)](r)||t[n(122)]&&!o[n(130)]&&o[n(125)]&&r[n(124)][n(148)](e[n(128)]))&&s[n(140)](o);return s}(e,n),this[t(145)]=this[t(152)][t(145)]&&!!this[t(162)][t(159)]}[v(164)](){const t=v,e=_(Array[t(156)](this[t(162)]));for(const n of e){const e=n[t(163)]();if(!this[t(151)][t(154)][t(146)](e))return}C(this[t(151)][t(154)],this[t(152)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const W=function(){this.__data__=new z,this.size=0};const H=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var J="object"==typeof self&&self&&self.Object===Object&&self;const Z=q||J||Function("return this")();const Y=Z.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Z["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var dt=Function.prototype.toString;const gt=function(t){if(null!=t){try{return dt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(gt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Z,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Lt,Ot.prototype.delete=Nt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||z),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Wt=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Ht(t){var e=this.__data__=new z(t);this.size=e.size}Ht.prototype.clear=W,Ht.prototype.delete=H,Ht.prototype.get=K,Ht.prototype.has=X,Ht.prototype.set=Wt;const Kt=Ht;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Jt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Zt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Zt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Z.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const de=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const ge=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&ge(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||de(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Ne(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&ge(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):ve(t)};const De=function(t,e){return t&&Qt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Z.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const He=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Je=Object.getOwnPropertySymbols;const Ze=Je?function(t){return null==t?[]:(t=Object(t),Ke(Je(t),(function(e){return qe.call(t,e)})))}:Xe;const Ye=function(t,e){return Qt(t,Ze(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ze(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,Oe,Ze)};const sn=function(t){return nn(t,Be,tn)};const on=At(Z,"DataView");const an=At(Z,"Promise");const cn=At(Z,"Set");const un=At(Z,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",dn="[object WeakMap]",gn="[object DataView]",pn=gt(on),mn=gt(kt),In=gt(an),En=gt(cn),bn=gt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=gn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=dn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?gt(n):"";if(r)switch(r){case pn:return gn;case mn:return ln;case In:return fn;case En:return hn;case bn:return dn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Z.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return vn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Wn="[object Function]",Hn="[object Object]",Kn={};Kn[zn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Hn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return He(e,a)}else{var h=_n(e),d=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==Hn||h==zn||d&&!o){if(a=u||d?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var g=i.get(e);if(g)return g;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Yn.test(t)||!Zn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:de(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const dr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const gr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=dr,pr.prototype.has=gr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,d=2&n?new mr: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(!Ir(e,(function(t,e){if(!Er(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 Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var 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 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)){d=!1;break}g||(g="constructor"==l)}if(d&&!g){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||(d=!1)}return o.delete(t),o.delete(e),d};var Nr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Nr?Sr:c)==Sr,f=(u=u==Nr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var d=l&&Mr.call(t,"__wrapped__"),g=f&&Mr.call(e,"__wrapped__");if(d||g){var p=d?t.value():t,m=g?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Vr;function Gr(){const t=["nodeAfter","@external","toJSON","from","841760FxCjUf","discard","split","start","getContainedElement","substr","getRanges","_onAttributesChange","clear","_markerNames","addMarker","_onAccept","getAllAdjacentSuggestions","_onDiscard","end","decorate","creator","add","9PyHpwo","authoredAt","addMarkerName","7YNddPd","_isDataLoaded","setAttribute","getRange","isIntersectingWithRange","delete","length","getItems","attributes","_model","accept","removeMarker","markers","getMarkers","next","size","getMultiRangeId","386023uNGcyG","createdAt","get","onAttributesChange","getFirstRange","getFirstMarker","change","suggestion:","700204LpGbnD","onAccept","push","getMarkerNames","779472zCsGPe","type","author","set","324zbsDCB","commentThread","3kwSAXN","head","isInContent","32495IYiGOg","addRange","nodeBefore","removeAttribute","reduce","isMultiRange","previous","data","_saved","filter","removeMarkers","1477856bJRhvG","1023SqOWay","hasComments","onDiscard","isIntersecting","map","isExternal","subType"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=489]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(101077===parseInt(n(538))/1*(parseInt(n(521))/2)+-parseInt(n(523))/3*(parseInt(n(513))/4)+parseInt(n(526))/5+-parseInt(n(517))/6+parseInt(n(570))/7*(parseInt(n(537))/8)+-parseInt(n(567))/9*(-parseInt(n(549))/10)+-parseInt(n(505))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(489)]=!1,this.id=e.id,this[n(518)]=e[n(518)],this[n(544)]=e[n(544)]||null,this[n(519)]=e[n(519)],this[n(565)]=e[n(565)]||e[n(519)],this[n(543)]=Boolean(e[n(496)]&&e[n(496)][n(546)]),this[n(533)]=null,this[n(497)]=t,this[n(560)]=e[n(514)],this[n(562)]=e[n(540)],this[n(556)]=e[n(508)],this[n(558)]=new Set,this[n(506)]=null,this[n(520)](n(568),null),this[n(520)](n(496),e[n(496)]||{}),this[n(520)](n(532),null),this[n(520)](n(502),null),this[n(520)](n(522),null),this[n(520)](n(534),!1),this[n(564)](n(498)),this[n(564)](n(550))}get[jr(524)](){const t=jr;let e=this;for(;e[t(532)];)e=e[t(532)];return e}get[jr(539)](){const t=jr;return!!this[t(522)]&&this[t(522)][t(494)]>0}get[jr(531)](){const t=jr;return 0!=this[t(558)][t(503)]&&6==Array[t(548)](this[t(558)])[0][t(551)](":")[t(494)]}get[jr(525)](){return null!==this[jr(510)]()}[jr(569)](t){const e=jr;this[e(558)][e(566)](t)}[jr(516)](){const t=jr;return Array[t(548)](this[t(558)])}[jr(501)](){const t=jr;return this[t(516)]()[t(542)]((e=>this[t(497)][t(500)][t(507)](e)))[t(535)]((t=>t))}[jr(510)](){return this[jr(501)]()[0]||null}[jr(536)](){const t=jr;this[t(497)][t(511)]((e=>{const n=t;for(const t of this[n(501)]())e[n(499)](t)})),this[t(558)][t(557)]()}[jr(499)](t){const e=jr;this[e(497)][e(511)]((n=>{n[e(499)](t)})),this[e(558)][e(493)](t)}[jr(527)](t){const e=jr,n=e(512)+this[e(518)]+":"+this[e(544)]+":"+this.id+":"+this[e(565)].id+":"+zr[e(504)]();this[e(569)](n),this[e(497)][e(511)]((r=>{r[e(559)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(492)](t){const e=jr;for(const n of this[e(555)]())if(n[e(541)](t))return!0;return!1}[jr(555)](){const t=jr;return this[t(501)]()[t(542)]((e=>e[t(491)]()))}[jr(495)](){const t=jr;return this[t(555)]()[t(530)](((e,n)=>[...e,...n[t(495)]()]),[])}[jr(509)](){const t=jr;var e;return(null===(e=this[t(510)]())||void 0===e?void 0:e[t(491)]())||null}[jr(553)](){const t=jr,e=this[t(555)]();if(1!=e[t(494)])return null;const n=e[0],r=n[t(552)][t(545)],s=n[t(563)][t(528)];return r instanceof i.Element?r!=s?null:r:null}[jr(498)](){const t=jr;this[t(560)](this[t(555)](),this[t(533)],this[t(496)]),this[t(536)]()}[jr(550)](){const t=jr;this[t(562)](this[t(555)](),this[t(533)],this[t(496)]),this[t(536)]()}[jr(561)](){const t=jr,e=[];let n=this[t(524)];for(;n;)e[t(515)](n),n=n[t(502)];return e}[jr(490)](t,e){const n=jr,r=qn(this[n(496)]);hr(r,t,e),Or(r,this[n(496)])||(this[n(496)]=r,this[n(556)](r))}[jr(529)](t){const e=jr,n=qn(this[e(496)]);Ur(n,t),Or(n,this[e(496)])||(this[e(496)]=n,this[e(556)](this[e(496)]))}[jr(547)](){const t=jr;return{id:this.id,type:this[t(544)]?this[t(518)]+":"+this[t(544)]:this[t(518)],authorId:this[t(565)].id,createdAt:this[t(506)],hasComments:this[t(539)],data:this[t(533)],attributes:this[t(496)]}}static[jr(504)](){const t=jr;return(0,e.uid)()[t(554)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Hr=Kr;function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=297]})(t,e)}function Xr(){const t=["remove","$textProxy","data","*Remove:* %0","map","Container","$1 $2","softBreak","1456144jSGLKM","skip","_itemLabels","registerDescriptionCallback","*Insert:* %0","type","_handleInsertRemoveSuggestionDescription","normal","33708279yiYDqk","isObject","previousSibling","*Split:* %0","checkChild","pop","ELEMENT_SPACE","add","attribute","isEqual","24WHySxJ","addContainer","*Change to:* %0","elementStart","has","30EuUrIb","_schema","indexOf","1bBkJMc","nodeAfter","getDescriptions","isInContent","3259242QKfZUq","12yITQTs","matchingCallback","registerElementLabel","match","_itemLabelsCallbacks","key","addObject","removeEmptyContainer","*Merge:* %0","newValue","Object","removeContainer","2188613ShyDTC","get","join","_handleRenameSuggestionDescription","removeFormat","function","deletion","isEmpty","$text","_attributeLabels","126030lBevcg","start","subType","_handleAttributeSuggestionDescription","_resolveDescriptionItems","getItemLabel","end","removeObject","insertion","EmptyContainer","1332564tUPDeE","nextSibling","addFormat","text","_addDescriptionItems","elementEnd","_handleCustomCallbackDescription","REPLACE_TEXT","addEmptyContainer","element","item","length","format","_customCallbacks","set","40NqdZxC","*Remove format:* %0","label","_locale","getFirstRange","registerAttributeLabel","351918GJSVzo","getWalker","*Set format:* %0","replace","quantity","push","name"];return(Xr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(587911===-parseInt(n(392))/1*(parseInt(n(320))/2)+parseInt(n(330))/3+-parseInt(n(366))/4+parseInt(n(345))/5*(-parseInt(n(351))/6)+parseInt(n(310))/7*(-parseInt(n(384))/8)+parseInt(n(297))/9*(-parseInt(n(389))/10)+parseInt(n(374))/11*(parseInt(n(298))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(343)]=[],this[n(368)]=new Map,this[n(302)]=[],this[n(319)]=new Map,this[n(390)]=t,this[n(348)]=e}[Hr(394)](t){const e=Hr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(341)];o++){const i=t[o];if(!i[e(395)])continue;const a=this[e(336)](i);if(a){if(null!=i[e(322)]){if(r[e(388)](i[e(322)]))continue;r[e(381)](i[e(322)])}n[e(356)](a)}else if(e(382)!=i[e(371)])e(328)!=i[e(371)]&&e(316)!=i[e(371)]||this[e(372)](n,i,t[o+1]);else{const t=i[e(360)][e(303)];if(s[e(388)](t))continue;s[e(381)](i[e(360)][e(303)]),t==_c?this[e(313)](n,i):this[e(323)](n,i)}}return this[e(324)](n)}[Hr(369)](t){const e=Hr;this[e(343)][e(356)](t)}[Hr(300)](t,n,r=e.priorities[Hr(373)]){const s=Hr;s(315)==typeof t?(0,e.insertToPriorityArray)(this[s(302)],{matchingCallback:t,label:n,priority:r}):this[s(368)][s(344)](t,n)}[Hr(350)](t,e){const n=Hr;this[n(319)][n(344)](t,e)}[Hr(325)](t,e=1){const n=Hr;let r;for(const e of this[n(302)])if(e[n(299)](t)){r=e[n(347)];break}return r||(r=this[n(368)][n(311)](t[n(357)])),r?r(e):1!==e?e+" "+t[n(357)]+"s":""+t[n(357)]}[Hr(334)](t,e){const n=Hr,r=e[n(349)]()[n(352)](),s=n(328)==e[n(371)]?n(381):n(358);for(const e of r){const o=e[n(340)],i=t[t[n(341)]-1];if(o.is(n(359)))i&&i[n(371)][n(391)](n(363))>-1&&t[n(379)](),i&&n(333)==i[n(371)]?i[s]+=o[n(360)]:t[n(356)]({type:n(333),add:n(381)==s?o[n(360)]:"",remove:n(358)==s?o[n(360)]:""});else if(this[n(390)][n(375)](o)){const a=o;if(i&&i[n(371)][n(391)](n(363))>-1&&t[n(379)](),n(335)==e[n(371)])continue;i&&i[n(371)]==s+n(308)&&i[n(339)][n(357)]==a[n(357)]?i[n(355)]++:t[n(356)]({type:s+n(308),element:a,quantity:1}),r[n(367)]((t=>!(n(335)==t[n(371)]&&t[n(340)]==o)))}else if(this[n(390)][n(378)](o,n(318))||o.is(n(339),n(365))){const r=o;if(n(381)==s&&n(387)==e[n(371)]||n(358)==s&&n(335)==e[n(371)])continue;if(i&&-1==i[n(371)][n(391)](n(363))){n(333)==i[n(371)]&&(i[s]+="\n");continue}let a;if(a=n(381)==s?r[n(331)]&&!this[n(390)][n(375)](r[n(331)])?r[n(331)]:null:r[n(376)]&&!this[n(390)][n(375)](r[n(376)])?r[n(376)]:null,r[n(317)]||a&&a[n(317)]){const e=a&&a[n(317)]?a:r;i&&i[n(371)]==s+n(329)&&i[n(339)][n(357)]==e[n(357)]?i[n(355)]++:t[n(356)]({type:s+n(329),element:e,quantity:1})}else t[n(356)]({type:s+n(363),element:r})}}}[Hr(324)](t){const e=Hr,n=this[e(348)],r=[],s=[],o=[];for(const i of t)switch(i[e(371)]){case e(333):if(i[e(381)]=i[e(381)][e(354)](/(\S)\u000A+(\S)/g,e(364))[e(354)](/\u000A/g,""),i[e(358)]=i[e(358)][e(354)](/(\S)\u000A+(\S)/g,e(364))[e(354)](/\u000A/g,""),""!=i[e(381)]&&""!=i[e(358)]){r[e(356)]({type:e(354),content:Wr(n,e(337),['"'+i[e(358)]+'"','"'+i[e(381)]+'"'])});continue}if(null!=i[e(381)][e(301)](/^ +$/)){r[e(356)]({type:e(328),content:Wr(n,e(370),Wr(n,e(380),i[e(381)][e(341)]))});continue}if(null!=i[e(358)][e(301)](/^ +$/)){r[e(356)]({type:e(316),content:Wr(n,e(361),Wr(n,e(380),i[e(358)][e(341)]))});continue}if(""!=i[e(381)]){r[e(356)]({type:e(328),content:Wr(n,e(370),'"'+i[e(381)]+'"')});continue}r[e(356)]({type:e(316),content:Wr(n,e(361),'"'+i[e(358)]+'"')});continue;case e(338):case e(304):r[e(356)]({type:e(328),content:Wr(n,e(370),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(305):case e(327):r[e(356)]({type:e(316),content:Wr(n,e(361),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(385):r[e(356)]({type:e(328),content:Wr(n,e(377),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(309):r[e(356)]({type:e(316),content:Wr(n,e(306),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(332):s[e(356)](i[e(303)]);continue;case e(314):o[e(356)](i[e(303)]);continue;default:r[e(356)](i)}if(s[e(341)]){const t=s[e(362)]((t=>this[e(319)][e(388)](t)?this[e(319)][e(311)](t):t))[e(312)](", ");r[e(356)]({type:e(342),content:Wr(this[e(348)],e(353),t)})}if(o[e(341)]){const t=o[e(362)]((t=>this[e(319)][e(388)](t)?this[e(319)][e(311)](t):t))[e(312)](", ");r[e(356)]({type:e(342),content:Wr(this[e(348)],e(346),t)})}return r}[Hr(336)](t){const e=Hr;for(const n of this[e(343)]){const r=n(t);if(r&&e(371)in r)return r}}[Hr(323)](t,e){const n=Hr,r=e[n(360)],s=void 0===r[n(307)]?n(314):n(332);t[n(356)]({type:s,key:r[n(303)]})}[Hr(313)](t,e){const n=Hr;t[n(356)]({type:n(342),content:Wr(this[n(348)],n(386),this[n(325)](e[n(349)]()[n(321)][n(393)],1))})}[Hr(372)](t,e,n){const r=Hr;if(this[r(334)](t,e),n&&n[r(349)]()&&!e[r(349)]()[r(326)][r(383)](n[r(349)]()[r(321)])){const n=t[t[r(341)]-1],s=r(328)==e[r(371)]?r(381):r(358);n&&r(333)==n[r(371)]&&(n[s]+="\n")}}}function Jr(){const t=["enableCommand","6RsvkUZ","2887990JDDgkK","1459346JhTNje","7344beMvxk","20BqAhXQ","9hzsHJS","showAIAssistant","16nLzVzs","commands","918546kartvj","TrackChangesEditing","editor","28534LKuwSp","plugins","547296lzVycY","527107JFBnHt","get","afterInit","6613755BrGUuU"];return(Jr=function(){return t})()}function Zr(t,e){const n=Jr();return(Zr=function(t,e){return n[t-=225]})(t,e)}const Yr=Zr;!function(t,e){const n=Zr,r=t();for(;;)try{if(906262===parseInt(n(231))/1+parseInt(n(243))/2+-parseInt(n(238))/3*(parseInt(n(233))/4)+-parseInt(n(227))/5*(parseInt(n(229))/6)+parseInt(n(244))/7*(parseInt(n(236))/8)+parseInt(n(234))/9*(parseInt(n(230))/10)+parseInt(n(241))/11*(parseInt(n(232))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Qr extends t.Plugin{[Yr(226)](){const t=Yr,e=this[t(240)],n=e[t(242)][t(225)](t(239));e[t(237)][t(225)](t(235))&&n[t(228)](t(235))}}function $r(t,e){const n=es();return($r=function(t,e){return n[t-=350]})(t,e)}const ts=$r;function es(){const t=["formatBlock","_registerLegacyDescription","editor","type","left","registerDescriptionCallback","right","FORMAT_ALIGNMENT","*Format:* %0","commandName","justify","AlignmentEditing","locale","FORMAT_ALIGN_TO_CENTER","FORMAT_ALIGN_TO_RIGHT","center","18UFGJTc","1790568nPtYUX","value","4233055jTatjL","_descriptionFactory","has","registerAttributeLabel","799742MVWmzU","6XQMlTV","format","commandParams","afterInit","5235706JYIKkT","6plVMiT","FORMAT_ALIGN_TO_LEFT","TrackChangesEditing","plugins","_enableDefaultAttributesIntegration","56480nFGCHe","12804400TglRjA","FORMAT_JUSTIFY_TEXT","get","alignment","3749424goqlrK"];return(es=function(){return t})()}!function(t,e){const n=$r,r=t();for(;;)try{if(490486===-parseInt(n(373))/1+parseInt(n(362))/2*(parseInt(n(363))/3)+parseInt(n(378))/4+parseInt(n(358))/5+parseInt(n(368))/6*(parseInt(n(367))/7)+-parseInt(n(356))/8+parseInt(n(355))/9*(-parseInt(n(374))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[ts(366)](){const t=ts,e=this[t(381)],n=e[t(351)];if(!e[t(371)][t(360)](t(350)))return;const r=e[t(371)][t(376)](t(370));r[t(372)](t(377),[],[t(377)]),r[t(359)][t(361)](t(377),Wr(n,t(386))),this[t(380)]()}[ts(380)](){const t=ts,e=this[t(381)],n=e[t(351)];e[t(371)][t(376)](t(370))[t(359)][t(384)]((e=>{const r=t;if(r(379)!=e[r(382)])return;const{data:s}=e;if(s&&r(377)==s[r(388)]){const t=s[r(365)][0][r(357)];return{type:r(364),content:Wr(n,r(387),function(t){const e=r;switch(t){case e(383):return Wr(n,e(369));case e(385):return Wr(n,e(353));case e(354):return Wr(n,e(352));case e(389):return Wr(n,e(375))}}(t))}}}))}}const rs=os;function ss(){const t=["superscript","registerAttributeLabel","has","FORMAT_BOLD","toLowerCase","220872ZOVCuW","locale","slice","StrikethroughEditing","SuperscriptEditing","underline","CodeEditing","forceValue","4gTBsCD","_registerLegacyDescription","type","italic","613810jKbWgx","strikethrough","1071126pmJNmW","UnderlineEditing","FORMAT_UNDERLINE","FORMAT_CODE","313992IyXcaK","*Remove format:* %0","commandParams","4RwsIXg","subscript","_descriptionFactory","afterInit","40NMwXkC","toUpperCase","3790EpokKc","formatInline","1017WwdalS","format","get","280427tOFWkz","2223958jqctmP","FORMAT_SUPERSCRIPT","editor","BoldEditing","plugins","_enableDefaultAttributesIntegration","code","FORMAT_","*Format:* %0","FORMAT_ITALIC","TrackChangesEditing","registerDescriptionCallback","commandName","SubscriptEditing","FORMAT_STRIKETHROUGH","FORMAT_SUBSCRIPT","bold","ItalicEditing"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=493]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(126303===parseInt(n(529))/1+parseInt(n(537))/2*(parseInt(n(547))/3)+parseInt(n(494))/4*(-parseInt(n(541))/5)+parseInt(n(543))/6+-parseInt(n(505))/7*(parseInt(n(498))/8)+-parseInt(n(502))/9*(-parseInt(n(500))/10)+-parseInt(n(506))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(509),rs(523),rs(544),rs(535),rs(532),rs(519),rs(533)];class as extends t.Plugin{[rs(497)](){const t=rs,e=this[t(508)],n=e[t(510)][t(504)](t(516)),r=e[t(530)];for(const s of is){if(!e[t(510)][t(526)](s))continue;const o=s[t(531)](0,-7)[t(528)](),i=t(513)+o[t(499)]();n[t(511)](o,[o]),n[t(496)][t(525)](o,Wr(r,i))}this[t(538)]()}[rs(538)](){const t=rs,e=this[t(508)],n=e[t(530)],r=e[t(510)][t(504)](t(516));function s(e,s){const o=t;r[o(496)][o(517)]((t=>{const r=o;if(r(501)!=t[r(539)])return;const{data:i}=t;return i&&i[r(518)]===e?i[r(493)][0][r(536)]?{type:r(503),content:Wr(n,r(514),s)}:{type:r(503),content:Wr(n,r(548),s)}:void 0}))}s(t(522),Wr(n,t(527))),s(t(540),Wr(n,t(515))),s(t(534),Wr(n,t(545))),s(t(512),Wr(n,t(546))),s(t(542),Wr(n,t(520))),s(t(495),Wr(n,t(521))),s(t(524),Wr(n,t(507)))}}const cs=fs;function us(){const t=["model","selection","registerDescriptionCallback","from","checkChild","TrackChangesEditing","14676LnNNSq","get","name","plugins","$root","forceValue","enableCommand","18854TjONhq","schema","4890BVxqlj","commandName","*Remove format:* %0","value","getSelectedBlocks","6707115LCjMAN","change","commandParams","1344826oxCqIG","801133kfNLlY","afterInit","editor","markBlockFormat","has","document","format","8WoyrAl","2808632pteHqD","_descriptionFactory","ELEMENT_BLOCK_QUOTE","parent","filter","commands","41721notYRx","215kCMhpA","*Set format:* %0","54yqtpIu","BlockQuoteEditing","locale","blockQuote"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(468493===parseInt(n(248))/1+-parseInt(n(220))/2*(-parseInt(n(217))/3)+-parseInt(n(256))/4+parseInt(n(218))/5*(-parseInt(n(230))/6)+parseInt(n(247))/7+-parseInt(n(255))/8*(-parseInt(n(244))/9)+-parseInt(n(239))/10*(parseInt(n(237))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(249)](){const t=cs,e=this[t(250)],n=e[t(222)];if(!e[t(233)][t(252)](t(221)))return;const r=e[t(233)][t(231)](t(229)),s=this[t(250)][t(216)][t(231)](t(223));r[t(236)](t(223),((n,o={})=>{const i=t,a=this[i(250)][i(224)][i(253)][i(225)],c=o&&void 0!==o[i(235)]?o[i(235)]:!s[i(242)];let u=[];if(c){const t=Array[i(227)](a[i(243)]())[i(215)]((t=>hs(t)||function(t,e){const n=i,r=e[n(228)](t[n(259)],n(223)),s=e[n(228)]([n(234),n(223)],t);return r&&s}(t,this[i(250)][i(224)][i(238)])));u=y(t,e[i(224)])}else{const t=Array[i(227)](a[i(243)]())[i(215)]((t=>hs(t)));u=y(t,e[i(224)])}e[i(224)][i(245)]((()=>{const t=i;for(const e of u)r[t(251)](e,{commandName:t(223),commandParams:[{forceValue:c}]})}))})),r[t(257)][t(226)]((e=>{const r=t,{data:s}=e;if(s&&r(223)==s[r(240)]){const t=Wr(n,r(258));return s[r(246)][0][r(235)]?{type:r(254),content:Wr(n,r(219),t)}:{type:r(254),content:Wr(n,r(241),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=215]})(t,e)}function hs(t){const e=cs;return e(223)==t[e(259)][e(232)]}const ds=gs;function gs(t,e){const n=ms();return(gs=function(t,e){return n[t-=469]})(t,e)}!function(t,e){const n=gs,r=t();for(;;)try{if(570811===parseInt(n(479))/1+-parseInt(n(474))/2+parseInt(n(478))/3+-parseInt(n(471))/4+-parseInt(n(469))/5+parseInt(n(486))/6+parseInt(n(480))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ms);class ps extends t.Plugin{[ds(476)](){const t=ds,e=this[t(482)];e[t(473)][t(470)](t(483))&&(e[t(473)][t(477)](t(485))[t(481)](t(472)),e[t(473)][t(477)](t(485))[t(481)](t(484)),e[t(473)][t(477)](t(485))[t(481)](t(475)))}}function ms(){const t=["TrackChangesEditing","5091564MRcDCC","71870PybFYW","has","3581024bxfXVJ","changeCaseUpper","plugins","29184EALUdL","changeCaseTitle","afterInit","get","301608jfJhDf","47079sazovu","3491768CwFZPl","enableCommand","editor","CaseChange","changeCaseLower"];return(ms=function(){return t})()}const Is=bs;function Es(){const t=["20FEtuol","10jHsqNF","15886739CTmYrj","32gpcTiU","enableCommand","commands","556157zMZEGM","155puxEgw","3717688evXkyh","7085664fRFkIu","ckbox","1387389gEslIL","get","editor","plugins","afterInit","126102hCXeJI","TrackChangesEditing","23690DFraFP"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=466]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(760617===-parseInt(n(481))/1*(-parseInt(n(482))/2)+parseInt(n(474))/3+-parseInt(n(471))/4+parseInt(n(470))/5*(parseInt(n(479))/6)+-parseInt(n(469))/7*(parseInt(n(466))/8)+-parseInt(n(472))/9+-parseInt(n(483))/10*(-parseInt(n(484))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(478)](){const t=Is,e=this[t(476)];e[t(468)][t(475)](t(473))&&e[t(477)][t(475)](t(480))[t(467)](t(473))}}const _s=As;function ys(){const t=["codeBlock","format","isLimit","452056ryOStE","checkChild","indentCodeBlock","change","parent","CodeBlock","document","filter","from","find","commandName","formatBlock","outdentCodeBlock","markBlockFormat","71859sjPKLS","forceValue","model","410444ydvwqT","language","getSelectedBlocks","2583081gTGeNv","*Set format:* %0","name","180mguXlj","ELEMENT_CODE_BLOCK","plugins","registerElementLabel","afterInit","has","selection","5JlaNMn","value","blockName","languages","get","4283900iUdjdd","958377otdjst","_descriptionFactory","3663240EHtIAH","toLowerCase","editor","rootElement","enableCommand","schema","type","locale","commands","commandParams","*Remove format:* %0","config","label","registerDescriptionCallback","TrackChangesEditing"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=460]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(561878===-parseInt(n(500))/1*(-parseInt(n(487))/2)+-parseInt(n(484))/3*(parseInt(n(493))/4)+parseInt(n(505))/5+-parseInt(n(508))/6+parseInt(n(506))/7+-parseInt(n(470))/8+parseInt(n(490))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(497)](){const t=_s,e=this[t(510)];if(!e[t(495)][t(498)](t(475)))return;const n=e[t(495)][t(504)](t(466)),r=e[t(515)],s=e[t(463)][t(504)](t(467))[t(503)],o=e[t(460)][t(504)](t(467));n[t(512)](t(472)),n[t(512)](t(482)),n[t(512)](t(467),((r,i={})=>{const a=t,c=e[a(486)],u=e[a(486)][a(476)][a(499)],l=i&&void 0!==i[a(485)]?i[a(485)]:!o[a(501)];let f;i[a(488)]||(i[a(488)]=s[0][a(488)]),f=l?Array[a(478)](u[a(489)]())[a(477)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(511))&&!e[n(469)](t)&&e[n(471)](t[n(474)],n(467))}(t,c[a(513)]))):Array[a(478)](u[a(489)]())[a(477)]((t=>Cs(t)));const h=y(f,c);c[a(473)]((()=>{const t=a;for(const e of h)n[t(483)](e,{commandName:t(467),commandParams:[{...i,forceValue:l}],formatGroupId:t(502)})}))})),n[t(507)][t(496)](t(467),(e=>Wr(r,t(494),e))),n[t(507)][t(465)]((e=>{const n=t;if(n(481)!=e[n(514)])return;const o=r.t,{data:i}=e;if(!i||n(467)!=i[n(480)])return;const a=i[n(461)][0][n(488)],c=o(s[n(479)]((t=>t[n(488)]===a))[n(464)])[n(509)]();return i[n(461)][0][n(485)]?{type:n(468),content:Wr(r,n(491),Wr(r,n(494),1)+" ("+c+")")}:{type:n(468),content:Wr(r,n(462),Wr(r,n(494),1))}}))}}function Cs(t){const e=_s;return e(467)==t[e(492)]}const Ls=Ns;function Ns(t,e){const n=Rs();return(Ns=function(t,e){return n[t-=292]})(t,e)}function Rs(){const t=["34350IRtoTD","addCommentThread","enableCommand","editor","63rdOxnh","199339SMaMuj","274450onmgYX","10466628cHxtac","has","30WRYclv","30152NSJVYB","afterInit","CommentsEditing","2030FOQlId","4502UyjRhg","get","11dnMdqS","TrackChangesEditing","plugins","495NiUlKD","2436YKpnTG"];return(Rs=function(){return t})()}!function(t,e){const n=Ns,r=t();for(;;)try{if(149467===parseInt(n(294))/1*(-parseInt(n(304))/2)+-parseInt(n(311))/3+-parseInt(n(310))/4*(parseInt(n(303))/5)+parseInt(n(299))/6*(-parseInt(n(295))/7)+parseInt(n(300))/8*(-parseInt(n(309))/9)+parseInt(n(296))/10+parseInt(n(306))/11*(parseInt(n(297))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ls(301)](){const t=Ls,e=this[t(293)];e[t(308)][t(298)](t(302))&&e[t(308)][t(305)](t(307))[t(292)](t(312))}}var Ms=n(834);function vs(t,e,n){const r=Os,s=[];for(const o of e[r(412)]())o[r(407)](t)&&s[r(453)](n[r(459)](o));return s}function ws(){const t=["type","includes","bindElementToMarker","createRangeOn","model","2401206CZGwtd","activeMarkers","hasAttribute","20JsPztQ","isAtEnd","ck-suggestion-marker--active","addHighlight","getItems","span","nextSibling","elementEnd","isLimit","listItem","21714bQJjCM","430995QDPqEr","getAttribute","createUIElement","markerRange","previousPosition","listIndent","markerName","getWalker","name","writer","mapper","TrackChangesEditing","isBlock","element","isContent","start","insert","consumable","ck-suggestion-marker-","toViewPosition","48RqNXXN","1348wVadXy","plugins","item","1111EbVAlq","437481hCTNKj","919373HcWWLw","getCustomProperty","schema","addClass","parent","254LtDJCm","test","get","push","toViewElement","209380iVUmgN"];return(ws=function(){return t})()}function Os(t,e){const n=ws();return(Os=function(t,e){return n[t-=406]})(t,e)}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(441)][r(452)](r(430));return(o,i,a)=>{const c=r;if(!a[c(436)][c(451)](i[c(422)],o[c(427)]))return;const u=i[c(422)][c(426)](),l=i[c(422)][c(434)],f=t[c(460)][c(447)];let h=null,d=null,g=!1,p=!1;for(const t of u){const e=t[c(442)];g=g||f[c(433)](e);const n=a[c(429)][c(454)](e);if(n&&n[c(446)](c(411)))return;c(415)==t[c(456)]&&f[c(431)](e)&&!f[c(416)](e)&&(e[c(414)]||l[c(409)]?h&&h[c(449)]==e||(h=e,m(t[c(423)]),p=!0):d=d||t[c(423)])}function m(t){const r=c,o=a[r(428)][r(421)](r(413),{class:r(437)+e}),u=a[r(429)][r(438)](t);n&&s[r(406)][r(457)](i[r(425)])&&a[r(428)][r(448)](r(410),o),a[r(428)][r(435)](u,o),a[r(429)][r(458)](o,i[r(425)])}g||p||!d||m(d)}}!function(t,e){const n=Os,r=t();for(;;)try{if(470979===parseInt(n(419))/1+-parseInt(n(450))/2*(-parseInt(n(418))/3)+-parseInt(n(440))/4*(parseInt(n(408))/5)+parseInt(n(461))/6+parseInt(n(445))/7*(parseInt(n(439))/8)+parseInt(n(444))/9+parseInt(n(455))/10*(-parseInt(n(443))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Fs=Ps;function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=492]})(t,e)}function xs(){const t=["lock","deleteForward","get","1731636HbDgQs","commands","forward","removeMarker:suggestion:deletion","912OpRyio","markerNameToElements","623327xovccV","4207HLAqss","TrackChangesEditing","data","writer","$graveyard","model","root","rootName","uiElement","selection","start","13794QwayAb","bind","delete","fromRange","unit","enableCommand","3210160VNlqGl","downcastDispatcher","high","remove","editing","detach","createRange","end","enqueueChange","unbindElementFromMarkerName","plugins","createSelection","getFirstRange","init","merge","buffer","markerName","setSelection","modifySelection","mapper","isCollapsed","document","batch","6344985ZnUdyv","unlock","37863wEdmIw","showSuggestionHighlights","addMarker:suggestion:deletion","options","2YuzScb","1869783hvJtbT","requires","editor"];return(xs=function(){return t})()}!function(t,e){const n=Ps,r=t();for(;;)try{if(704259===-parseInt(n(505))/1*(-parseInt(n(492))/2)+-parseInt(n(493))/3+parseInt(n(499))/4+-parseInt(n(546))/5+-parseInt(n(517))/6*(-parseInt(n(506))/7)+parseInt(n(503))/8*(parseInt(n(548))/9)+-parseInt(n(523))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Fs(494)](){return[Ms.Delete]}[Fs(536)](){const t=Fs,e=this[t(495)],n=e[t(533)][t(498)](t(507));n[t(522)](t(519));const r=e[t(500)][t(498)](t(497));n[t(522)](t(497),((n,s={})=>{const o=t,a=e[o(511)][o(534)](e[o(511)][o(544)][o(515)]);a[o(543)]&&e[o(511)][o(541)](a,{direction:o(501),unit:s[o(521)]});const c=a[o(535)](),u=i.LiveRange[o(520)](c);let l;n(s),l=o(510)==u[o(512)][o(513)]?e[o(511)][o(529)](c[o(516)]):e[o(511)][o(529)](u[o(516)],u[o(530)]),u[o(528)](),e[o(511)][o(531)](r[o(538)][o(545)],(t=>{const e=o;r[e(538)][e(496)](),t[e(540)](t[e(529)](l[e(530)])),r[e(538)][e(547)]()}))})),e[t(527)][t(524)].on(t(550),Ds(e,t(537)),{priority:t(525)}),e[t(508)][t(524)].on(t(550),((n,r,s)=>{const o=t;s[o(551)][o(549)]&&Ds(e,o(537),{showActiveMarker:!1})[o(518)](this)(n,r,s)}),{priority:t(525)}),e[t(527)][t(524)].on(t(502),((e,n,r)=>{const s=t,o=r[s(542)][s(504)](n[s(539)]);if(o)for(const t of o)t.is(s(514))&&(r[s(542)][s(532)](t,n[s(539)]),r[s(509)][s(526)](t))}),{priority:t(525)})}}const Us=Vs;function js(){const t=["*Format:* remove from %0","319870neALZT","6427053MoLAzj","registerPostFixer","*Indent:* %0","splitListItemAfter","get","registerCustomCallback","commandName","listReversed","key","isObject","batch","afterInit","todoListCheck","nodeAfter","*Format:* insert into %0","forceValue","ELEMENT_TODO_LIST","selection","nextSibling","splitListItemBefore","deletion","bulleted","_registerLegacyDescription","customBulletedList","noTrackChangesFixer","40hrLuDc","59171AqmXxP","format","fromRange","containsItem","isUndo","listIndent","map","_enableDefaultAttributesIntegration","numbered","commands","listItemId","*Outdent:* %0","differ","ELEMENT_NUMBERED_LIST","listMarkerStyle","attributeKey","locale","attributes","registerAttributeLabel","has","outdentList","detach","setAttribute","push","todo","default","_findSuggestions","getFirstRange","listItemIdFixer","type","todoListChecked","indentList","trackChangesCommand","config","isLocal","start","document","setSelection","*Set format:* %0","_getAttributeKey","getSuggestions","createPositionAt","plugins","ELEMENT_","898YpTjKU","list.multiBlock","find","accept","change","formatBlock","8529PTxXUP","mergeListItemForward","oldValue","parent","_LIST","ListEditing","registerDescriptionCallback","getRanges","filter","every","listStyle","_suggestionFactory","customNumberedList","end","*Remove format:* %0","next","*Uncheck item*","registerElementLabel","*Check item*","editor","_supportLegacySuggestions","FORMAT_INDENT","commandParams","getFirstMarker","assureChains","*Split:* list item","execute","ELEMENT_LIST_ITEM","listStart","36ISytAn","getAttribute","head","multipleBlocks","toUpperCase","refresh","from","TodoListEditing","attribute","includes","TrackChangesEditing","*Merge:* list item","listMarker","_descriptionFactory","model","isNextTo","todoList","bulletedList","range","getChanges","schema","newValue","suggestion","ELEMENT_BULLETED_LIST","documentList","groupId","*Change to:* %0","createRange","listType","12189430Mtwvvx","numberedList","length","*Merge:* %0","previousSibling","6799962KHUjPY","meta","value","mergeListItemBackward","removeMarker","905197uOdrui","data","checkTodoList"];return(js=function(){return t})()}!function(t,e){const n=Vs,r=t();for(;;)try{if(763940===parseInt(n(388))/1+parseInt(n(314))/2*(parseInt(n(320))/3)+parseInt(n(349))/4*(-parseInt(n(392))/5)+parseInt(n(383))/6+parseInt(n(419))/7*(-parseInt(n(418))/8)+-parseInt(n(393))/9+-parseInt(n(378))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Gs extends t.Plugin{[Us(404)](){const t=Us,e=this[t(339)];if(!e[t(312)][t(289)](t(325)))return;const n=e[t(286)],r=e[t(312)][t(397)](t(359)),s=e[t(312)][t(289)](t(356)),o=!!e[t(303)][t(397)](t(315));function i(e){const r=t;return{type:r(420),content:""+Wr(n,r(308),e)}}function a(e){const r=t;return{type:r(420),content:""+Wr(n,r(334),e)}}r[t(277)](t(379),[],[t(280),t(377),t(275)]),r[t(277)](t(366)),r[t(277)](t(332)),r[t(277)](t(416)),r[t(277)](t(301)),r[t(277)](t(290)),r[t(277)](t(396)),r[t(277)](t(412)),o&&(r[t(277)](t(386)),r[t(277)](t(321))),s&&(r[t(277)](t(365)),r[t(277)](t(390),[],[t(300)]),r[t(362)][t(326)]((e=>{const r=t,{data:s}=e;if(s&&r(300)==s[r(401)])return{type:r(420),content:s[r(370)]?Wr(n,r(338)):Wr(n,r(336))}})),this[t(339)][t(363)][t(306)][t(394)]((e=>{const n=t;if(e[n(403)][n(274)])return!1;let s=!1;const o=r[n(310)]({skipNotAttached:!0})[n(328)]((t=>n(300)===r[n(309)](t)));for(const t of o)n(294)!=t[n(297)]()[n(305)][n(406)][n(350)](n(377))&&(r[n(296)](t[n(297)](),n(357))[n(316)]((t=>n(377)===r[n(309)](t[n(371)])))||(e[n(387)](t[n(343)]()),s=!0));return s}))),r[t(362)][t(288)](t(275),Wr(n,t(341)));const c={type:t(420),content:""};r[t(362)][t(326)]((e=>{const r=t,{data:s}=e;if(!s||r(377)!=s[r(401)])return;let u=e[r(351)];for(;u;){if(u[r(389)]&&((r(330)==u[r(389)][r(401)]||r(284)==u[r(389)][r(401)])&&(u[r(389)][r(370)]&&r(295)!=u[r(389)][r(370)]||r(295)!=u[r(389)][r(322)]&&!s[r(370)])||!o&&u[r(389)][r(401)]==_c))return c;u=u[r(335)]}if(null==s[r(370)])switch(s[r(322)]){case r(414):return a(Wr(n,r(372)));case r(278):return a(Wr(n,r(283)));case r(294):return a(Wr(n,r(409)))}switch(s[r(370)]){case r(414):return i(Wr(n,r(372)));case r(278):return i(Wr(n,r(283)));case r(294):return i(Wr(n,r(409)))}})),r[t(362)][t(326)]((e=>{const n=t,{data:r}=e;if(r&&n(275)==r[n(401)])return null==r[n(370)]||null==r[n(322)]&&0==r[n(370)]?c:void 0})),r[t(362)][t(326)]((e=>{const r=t;if(r(357)!=e[r(299)])return;const{data:s}=e;if(!s||r(280)!=s[r(401)])return;const o=zs(e);return o?r(370)==o?{type:r(420),content:Wr(n,r(360))}:r(322)==o?{type:r(420),content:Wr(n,r(345))}:c:c})),e[t(363)][t(306)][t(394)]((e=>this[t(298)](e))),e[t(363)][t(306)][t(394)]((e=>this[t(417)](e))),e[t(363)][t(306)][t(394)]((e=>this[t(344)](e))),this[t(340)]()}[Us(298)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;let n=!1;const r=this[e(339)][e(312)][e(397)](e(359))[e(310)]({skipNotAttached:!0})[e(328)]((t=>t[e(389)]&&e(280)==t[e(389)][e(401)]))[e(328)]((t=>t[e(389)][e(370)]&&t[e(389)][e(322)]));for(const s of r)zs(s)||(t[e(387)](s[e(343)]()),n=!0);return n}[Us(417)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;const n=this[e(339)][e(312)][e(397)](e(359));if(n[e(302)][e(385)])return!1;let r=!1;const s=[e(377),e(280),e(275),e(330),e(348),e(400),e(405),e(361),e(284)],o=this[e(339)][e(363)][e(306)][e(282)][e(368)]()[e(328)]((t=>e(357)==t[e(299)]))[e(328)]((t=>s[e(358)](t[e(285)])));if(0==o[e(380)])return r;for(const i of o){const o=n[e(296)](i[e(367)],e(357))[e(328)]((t=>!t[e(384)][e(364)]))[e(276)]((t=>t[e(371)]))[e(328)]((t=>{const r=e,o=n[r(309)](t);return s[r(358)](o)}));if(o[e(380)]){for(const n of o)t[e(387)](n[e(343)]());r=!0}}return r}[Us(344)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;const n=this[e(339)][e(312)][e(397)](e(359));let r=!1;const s=[e(377),e(280),e(275),e(330),e(348),e(400),e(405),e(361),e(284)];for(const t of n[e(310)]({skipNotAttached:!0})){const o=n[e(296)](t[e(297)](),e(357))[e(276)]((t=>t[e(371)]))[e(328)]((t=>t[e(389)]&&s[e(358)](t[e(389)][e(401)])));if(!o[e(380)])continue;const a=o[0][e(351)][e(287)][e(374)];if(!o[e(329)]((t=>t[e(287)][e(374)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(310)]({skipNotAttached:!0})[s(328)]((e=>s(357)==e[s(299)]&&e[s(287)][s(374)]==t)))e[s(292)](s(374),r)}function i(t,n){const r=e;let s=t[r(351)],i=!1;for(;s;)s[r(287)][r(374)]!=n&&(o(s[r(287)][r(374)],n),s[r(292)](r(374),n),i=!0),s=s[r(335)];return i}}[Us(340)](){const t=Us,e=this[t(339)],n=e[t(286)],r=e[t(312)][t(397)](t(359));this[t(415)](),r[t(331)][t(398)](t(319),t(373),t(317),(function(n,r){const s=t,o=[];for(let t of n)t[s(305)][s(406)]===t[s(333)][s(323)]&&(t=e[s(363)][s(376)](e[s(363)][s(311)](t[s(305)][s(406)],0))),o[s(293)](t);e[s(363)][s(318)]((t=>{const n=s,a=e[n(363)][n(306)][n(410)],c=Array[n(355)](a[n(327)]())[n(276)]((t=>i.LiveRange[n(272)](t)));t[n(307)](o),e[n(279)][n(397)](r[n(399)])[n(354)](),r[n(342)][n(293)]({forceDefaultExecution:!0}),e[n(346)](r[n(399)],...r[n(342)]),t[n(307)](c);for(const t of c)t[n(291)]()}))})),r[t(362)][t(337)]((function(n){const r=t,s=!e[r(363)][r(369)][r(402)](n),o=n[r(382)],i=n[r(411)],a=n[r(350)](r(280)),c=!o||o[r(350)](r(280))!==a,u=!i||i[r(350)](r(280))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(347),e)))}[Us(415)](){const t=Us,e=this[t(339)],n=e[t(286)];function r(n){const r=t,s=e[r(279)][r(397)](r(366))[r(385)],o=e[r(279)][r(397)](r(379))[r(385)];return r(379)===n?s:o}e[t(312)][t(397)](t(359))[t(362)][t(326)]((function(s){const o=t;if(o(319)!=s[o(299)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(399)]){case o(366):u=i[o(342)][0][o(408)],l=r(i[o(399)]),a=o(u?407:391),!l&&e[o(303)][o(397)](o(315))||(a=o(375)),c={type:o(420),content:Wr(n,a,Wr(n,o(372)))};break;case o(379):u=i[o(342)][0][o(408)],l=r(i[o(399)]),a=o(u?407:391),!l&&e[o(303)][o(397)](o(315))||(a=o(375)),c={type:o(420),content:Wr(n,a,Wr(n,o(283)))};break;case o(301):a=o(395),c={type:o(420),content:Wr(n,a,Wr(n,o(347)))};break;case o(290):a=function(t){const e=o,n=t[e(297)]();let r=n[e(305)][e(406)];for(;r&&n[e(273)](r);){if(r[e(350)](e(275))>0)return!1;r=r[e(411)]}return!0}(s)?Wr(n,o(391),Wr(n,function(t){const e=o;return e(313)+t[e(297)]()[e(305)][e(406)][e(350)](e(377))[e(353)]()+e(324)}(s))):Wr(n,o(281),Wr(n,o(347))),c={type:o(420),content:a};break;case o(386):case o(321):!1===i[o(352)]&&(a=o(381),c={type:o(413),content:Wr(n,a,Wr(n,o(347)))})}return c}))}}function Vs(t,e){const n=js();return(Vs=function(t,e){return n[t-=272]})(t,e)}function zs(t){const e=Us;let n=t[e(297)]()[e(305)][e(406)][e(382)];for(;n;){const r=n[e(350)](e(280));if(!r)return!1;if(r==t[e(389)][e(370)])return e(370);if(r==t[e(389)][e(322)])return e(322);n=n[e(382)]}return!1}function Ws(t,e){const n=Ks();return(Ws=function(t,e){return n[t-=471]})(t,e)}const Hs=Ws;function Ks(){const t=["editor","next","attribute","has","oldValue","afterInit","1904076kTWnrS","*Format:* set order to reversed","listStart","key","ELEMENT_","numbered","upper-roman","getFirstMarker","_enableDefaultAttributesIntegration","listStyle","1178738UTWdiO","removeMarker","bulleted","111391WmgOft","lower-roman","bind","_LIST_","*Change to:* %0","5PRGLlB","_descriptionFactory","getFirstRange","*Remove format:* %0","list.properties","model","upper-latin","locale","nodeAfter","circle","763060MnSmiN","lower-latin","suggestion","plugins","head","_getTranslationKeyForListStyle","start","6NIuuzk","registerDescriptionCallback","config","toUpperCase","registerAttributeLabel","default","*Format:* set order to regular","459118FTBRkB","formatBlock","getAttribute","disc","listType","data","batch","decimal","replace","commandName","find","newValue","*Set format:* %0","customNumbered","filter","FORMAT_LIST_START","document","_registerLegacyDescription","_LIST_DEFAULT","reversed","commandParams","432NVVfBE","registerPostFixer","18skgSZz","handleDescriptions","styles","format","FORMAT_LIST_REVERSED","type","740949hDvsIk","isUndo","_getAttributeKey","1999036EQrDMn","ListPropertiesEditing","square","listReversed","TrackChangesEditing","startIndex","getSuggestions","get","includes","*Format:* set start index to %0","decimal-leading-zero","_findSuggestions"];return(Ks=function(){return t})()}!function(t,e){const n=Ws,r=t();for(;;)try{if(767098===parseInt(n(488))/1+-parseInt(n(519))/2*(-parseInt(n(544))/3)+-parseInt(n(491))/4*(parseInt(n(527))/5)+parseInt(n(509))/6+parseInt(n(522))/7*(-parseInt(n(480))/8)+-parseInt(n(482))/9*(parseInt(n(537))/10)+parseInt(n(551))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class Xs extends t.Plugin{[Hs(508)](){const t=Hs;if(!this[t(503)][t(540)][t(506)](t(492)))return;const e=this[t(503)][t(546)][t(498)](t(531)),n=this[t(503)][t(540)][t(498)](t(495));e[t(484)]&&n[t(517)](t(518),[],[t(518)]),e[t(478)]&&n[t(517)](t(494),[],[t(494)]),e[t(496)]&&n[t(517)](t(511),[],[t(511)]);const r={type:t(485),content:""};n[t(528)][t(545)](this[t(483)][t(524)](this));const s=this[t(503)][t(534)];n[t(528)][t(548)](t(494),Wr(s,t(486))),n[t(528)][t(545)]((e=>{const n=t,{data:s}=e;if(s&&n(494)==s[n(512)])return null==s[n(562)]||0==s[n(562)]&&null==s[n(507)]?r:void 0})),n[t(528)][t(548)](t(511),Wr(s,t(474))),n[t(528)][t(545)]((e=>{const n=t,{data:s}=e;if(s&&n(511)==s[n(512)])return null==s[n(562)]||1==s[n(562)]&&null==s[n(507)]?r:void 0})),this[t(503)][t(532)][t(475)][t(481)]((e=>{const r=t;if(e[r(557)][r(489)])return!1;let s=!1;const o=n[r(497)]({skipNotAttached:!0})[r(473)]((t=>{const e=r,s=n[e(490)](t);return e(511)==s||e(494)==s}));for(const t of o){const o=t[r(529)]()[r(543)][r(535)][r(553)](r(555));r(514)!=o&&r(472)!=o&&(n[r(502)](t[r(529)](),r(505))[r(561)]((t=>r(555)==n[r(490)](t[r(539)])))||(e[r(520)](t[r(516)]()),s=!0))}return s})),this[t(476)]()}[Hs(483)](t){const e=Hs,n=this[e(503)][e(534)],{data:r}=t,s={type:e(485),content:""};if(!r||e(518)!=r[e(512)])return;if(!r[e(507)])return e(549)==r[e(562)]?s:{type:e(485),content:""+Wr(n,e(471),Wr(n,this[e(542)](r[e(562)])))};if(!r[e(562)]){if(e(549)==r[e(507)])return s;let o=t[e(541)];for(;o;){if(o[e(556)]&&e(555)==o[e(556)][e(512)]&&o[e(556)][e(562)])return s;o=o[e(504)]}return{type:e(485),content:""+Wr(n,e(530),Wr(n,this[e(542)](r[e(507)])))}}if(e(549)!=r[e(562)])return{type:e(485),content:""+Wr(n,e(471),Wr(n,this[e(542)](r[e(562)])))};let o=t[e(541)];for(;o;){if(o[e(556)]&&e(555)==o[e(556)][e(512)]&&o[e(556)][e(562)]&&o[e(556)][e(507)])return s;o=o[e(504)]}const i=t[e(529)]()[e(543)][e(535)][e(553)](e(555));return{type:e(485),content:Wr(n,e(471),Wr(n,e(513)+i[e(547)]()+e(477)))}}[Hs(476)](){const t=Hs,e=this[t(503)],n=e[t(534)];e[t(540)][t(498)](t(495))[t(528)][t(545)]((e=>{const r=t;if(r(552)!=e[r(487)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(560)]){case r(518):o=r(526),i={type:r(485),content:Wr(n,o,Wr(n,this[r(542)](s[r(479)][0][r(487)])))};break;case r(494):o=s[r(479)][0][r(478)]?r(510):r(550),i={type:r(485),content:Wr(n,o)};break;case r(511):o=r(500),i={type:r(485),content:Wr(n,o,s[r(479)][0][r(496)])}}return i}))}[Hs(542)](t){const e=Hs;return e(513)+function(t){const n=e;return qs[n(499)](t)?n(521):Js[n(499)](t)?n(514):null}(t)[e(547)]()+e(525)+t[e(547)]()[e(559)](/-/g,"_")}}const qs=[Hs(554),Hs(536),Hs(493)],Js=[Hs(558),Hs(501),Hs(523),Hs(515),Hs(538),Hs(533)];var Zs=n(507);const Ys=$s;function Qs(){const t=["createRange","writer","enterBlock","4971870yokrPY","1549920UXUTGf","enter","3DDLhPe","TrackChangesEditing","mapper","markInsertion","data","nextSibling","bind","afterExecute","fromRange","2108446mPJnxD","get","high","plugins","editing","split","change","requires","commands","markerNameToElements","3348776DvmfiC","removeMarker:suggestion:insertion","createPositionAt","downcastDispatcher","enableCommand","ck-suggestion-marker-split","addMarker:suggestion:insertion","model","init","getFirstRange","fire","setSelection","getFirstPosition","selection","parent","markerName","7QBAOin","5008455rycINO","remove","detach","948357RQYUFb","63610UADMfE","editor","document","end","options","99SXySMn","showSuggestionHighlights","unbindElementFromMarkerName","hasClass"];return(Qs=function(){return t})()}function $s(t,e){const n=Qs();return($s=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(821993===parseInt(n(326))/1+-parseInt(n(296))/2+-parseInt(n(287))/3*(-parseInt(n(306))/4)+-parseInt(n(323))/5+parseInt(n(284))/6+parseInt(n(322))/7*(parseInt(n(285))/8)+parseInt(n(277))/9*(parseInt(n(327))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qs);class to extends t.Plugin{static get[Ys(303)](){return[Zs.Enter]}[Ys(314)](){const t=Ys,e=this[t(328)],n=e[t(299)][t(297)](t(288)),r=e[t(304)][t(297)](t(286));n[t(310)](t(286),(()=>{const s=t;e[s(313)][s(302)]((t=>{const o=s,a=e[o(313)][o(329)][o(319)],c=a[o(318)](),u=i.LiveRange[o(295)](a[o(315)]());if(r[o(283)](t)){const r=e[o(313)][o(308)](c[o(320)][o(292)],0),s=t[o(281)](c,r);n[o(290)](s)}else t[o(317)](t[o(281)](u[o(330)]));u[o(325)](),r[o(316)](o(294),{writer:t})}))})),e[t(300)][t(309)].on(t(312),Ds(e,t(301)),{priority:t(298)}),e[t(300)][t(309)].on(t(307),((e,n,r)=>{const s=t,o=r[s(289)][s(305)](n[s(321)]);if(o)for(const t of o)t[s(280)](s(311))&&(r[s(289)][s(279)](t,n[s(321)]),r[s(282)][s(324)](t))}),{priority:t(298)}),e[t(291)][t(309)].on(t(312),((n,r,s)=>{const o=t;s[o(276)][o(278)]&&Ds(e,o(301),{showActiveMarker:!1})[o(293)](this)(n,r,s)}),{priority:t(298)})}}function eo(){const t=["getRange","316996FpKdXD","findNext","10MPHkZu","3575000fJDsxz","plugins","replaceAll","markers","bind","getMarkersGroup","item","5QLOmxM","TrackChangesEditing","end","7LGmjrp","7645473GUPVKr","handleFindCommand","editor","FindAndReplaceUtils","_isInDeletionRange","findByTextCallback","14503775lPMIYb","string","has","1519092wkyukB","270003iJawRB","suggestion:deletion","enableCommand","get","start","6wkdpxO","FindAndReplaceEditing","find","filter","getIntersection","1345524mwJWiP","replace","model","createRange","afterInit","createPositionAt","findPrevious"];return(eo=function(){return t})()}const no=ro;function ro(t,e){const n=eo();return(ro=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(703973===-parseInt(n(244))/1*(-parseInt(n(249))/2)+parseInt(n(243))/3+parseInt(n(220))/4+-parseInt(n(230))/5*(-parseInt(n(212))/6)+parseInt(n(233))/7*(-parseInt(n(223))/8)+parseInt(n(234))/9*(parseInt(n(222))/10)+-parseInt(n(240))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eo);class so extends t.Plugin{[no(216)](){const t=no;if(!this[t(236)][t(224)][t(242)](t(250)))return;const e=this[t(236)][t(224)][t(247)](t(231));e[t(246)](t(251),this[t(235)][t(227)](this)),e[t(246)](t(221)),e[t(246)](t(218)),e[t(246)](t(213)),e[t(246)](t(225))}[no(235)](t,e,n={}){const r=no,s=this[r(236)][r(224)][r(247)](r(237));return t((t=>(r(241)==typeof e?s[r(239)](e,n):e)(t)[r(252)]((e=>!1===this[r(238)](e,t[r(229)])))),n)}[no(238)](t,e){const n=no,r=this[n(236)][n(214)][n(215)](this[n(236)][n(214)][n(217)](e,t[n(248)]),this[n(236)][n(214)][n(217)](e,t[n(232)]));for(const t of this[n(236)][n(214)][n(226)][n(228)](n(245)))if(null!==r[n(253)](t[n(219)]()))return!0;return!1}}function oo(){const t=["392073okuump","fontColor.colors","11sNjnge","fontColor","FontSize","FORMAT_FONT_SIZE","editor","formatInline","*Set font family:* %0","FontSizeEditing","get","*Set font size:* %0","FontColorEditing","1545935jovSUu","1527612aLZBtJ","*Reset font size*","FontBackgroundColorEditing","21CKqSax","fontFamily","locale","label","_descriptionFactory","fontBackgroundColor","*Set font background color:* %0","format","7593912GAXoJQ","FontFamilyEditing","config","toLowerCase","FORMAT_FONT_FAMILY","registerDescriptionCallback","fontSize.options","afterInit","FORMAT_FONT_COLOR","type","title","*Reset font background color*","TrackChangesEditing","634136nWMFcO","fontSize","*Set font color:* %0","9uObgRo","commandName","trim","has","find","normalizeSizeOptions","_enableDefaultAttributesIntegration","4OMJsCg","8340220JtIYdx","106661nUmdio","fontBackgroundColor.colors","FORMAT_FONT_BACKGROUND","22qVCwpB","*Reset font family*","registerAttributeLabel","*Reset font color*","_registerLegacyDescription","model","commandParams","plugins","value"];return(oo=function(){return t})()}const io=co;!function(t,e){const n=co,r=t();for(;;)try{if(955225===-parseInt(n(181))/1+-parseInt(n(184))/2*(-parseInt(n(193))/3)+-parseInt(n(179))/4*(parseInt(n(206))/5)+-parseInt(n(218))/6+parseInt(n(210))/7*(parseInt(n(169))/8)+parseInt(n(172))/9*(parseInt(n(180))/10)+parseInt(n(195))/11*(parseInt(n(207))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oo);const ao=[{pluginName:io(202),commandName:io(170)},{pluginName:io(219),commandName:io(211)},{pluginName:io(205),commandName:io(196)},{pluginName:io(209),commandName:io(215)}];function co(t,e){const n=oo();return(co=function(t,e){return n[t-=165]})(t,e)}class uo extends t.Plugin{[io(225)](){const t=io,e=this[t(199)][t(212)],n=this[t(199)][t(191)][t(203)](t(168));for(const{pluginName:e,commandName:r}of ao)this[t(199)][t(191)][t(175)](e)&&n[t(178)](r,[r]);e.t,n[t(214)][t(186)](t(170),Wr(e,t(198))),n[t(214)][t(186)](t(211),Wr(e,t(222))),n[t(214)][t(186)](t(196),Wr(e,t(226))),n[t(214)][t(186)](t(215),Wr(e,t(183))),this[t(188)]()}[io(188)](){const t=io,e=this[t(199)],n=e[t(212)];e[t(191)][t(203)](t(168))[t(214)][t(223)]((e=>{const r=t,o=n.t;if(r(200)!=e[r(165)])return;const{data:i}=e;if(null!=i){if(r(170)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=o(this[r(199)][r(191)][r(203)](r(197))[r(177)](this[r(199)][r(220)][r(203)](r(224)))[r(176)]((e=>e[r(189)]==t))[r(166)])[r(221)]();return{type:r(217),content:Wr(n,r(204),e)}}return{type:r(217),content:Wr(n,r(208))}}if(r(211)==i[r(173)]){const t=i[r(190)][0][r(192)];return t?{type:r(217),content:Wr(n,r(201),t)}:{type:r(217),content:Wr(n,r(185))}}if(r(196)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=(0,s.normalizeColorOptions)(this[r(199)][r(220)][r(203)](r(194)))[r(176)]((e=>e[r(189)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(221)]()),{type:r(217),content:Wr(n,r(171),a)[r(174)](),color:{value:t,title:a||i}}}return{type:r(217),content:Wr(n,r(187))}}if(r(215)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=(0,s.normalizeColorOptions)(this[r(199)][r(220)][r(203)](r(182)))[r(176)]((e=>e[r(189)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(221)]()),{type:r(217),content:Wr(n,r(216),a)[r(174)](),color:{value:t,title:a||i}}}return{type:r(217),content:Wr(n,r(167))}}}}))}}const lo=ho;function fo(){const t=["TrackChangesEditing","30XdamfC","fontSize.options","FontSize","toLowerCase","fontBackgroundColor","commandParams","charAt","model","fontColor","afterInit","_enableDefaultAttributesIntegration","commands","find","boolean","get","87335HblijV","*Remove all formatting*","slice","plugins","843960hPPqls","fontColor.colors","fontSize","title","formatBlock","join","10smEAvV","2010942XRZSOg","length","enableCommand","copyFormat","formatInline","label","toUpperCase","563892uABtzr","3955611ZyWWDo","locale","pasteFormat","commandName","_registerLegacyDescription","305264zaUnav","*Set format to:* %0","editor","registerDescriptionCallback","_descriptionFactory","normalizeSizeOptions","format","entries","1ShZjel","14ahZJLh","push","config","type","split","1038380SJWPVv"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=140]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(139561===parseInt(n(175))/1*(parseInt(n(167))/2)+-parseInt(n(161))/3+-parseInt(n(181))/4+parseInt(n(143))/5*(parseInt(n(183))/6)+parseInt(n(176))/7*(parseInt(n(147))/8)+-parseInt(n(154))/9*(parseInt(n(153))/10)+parseInt(n(162))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(192)](){const t=lo,e=this[t(169)],n=e[t(146)][t(142)](t(182)),r=e[t(194)][t(142)](t(157)),s=e[t(194)][t(142)](t(164));r&&s&&(n[t(193)](t(164)),n[t(156)](t(157)),this[t(166)]())}[lo(166)](){const t=lo,e=this[t(169)],n=e[t(163)];e[t(146)][t(142)](t(182))[t(171)][t(170)]((r=>{const s=t;if(s(151)!=r[s(179)]&&s(158)!=r[s(179)])return;const{data:o}=r;if(o&&s(164)===o[s(165)]){const t=[],r=o[s(188)][0];for(const[n,o]of Object[s(174)](r))t[s(177)](po(e,n,o));return t[s(155)]?{type:s(173),content:Wr(n,s(168),t[s(152)](", "))}:{type:s(173),content:Wr(n,s(144))}}}))}}function po(t,e,n){const r=lo,o=t[r(163)].t,i=e[r(180)](/(?=[A-Z])/)[r(152)](" "),a=o(i[r(189)](0)[r(160)]()+i[r(145)](1))[r(186)]();if(r(141)==typeof n)return a;if(r(191)===e||r(187)===e){const e=(0,s.normalizeColorOptions)(t[r(178)][r(142)](r(148)))[r(140)]((t=>t[r(190)]==n));return a+" ("+(e?o(e[r(159)])[r(186)]():n)+")"}if(r(149)===e&&isNaN(parseFloat(n))){const e=t[r(146)][r(142)](r(185))[r(172)](t[r(178)][r(142)](r(184)))[r(140)]((t=>t[r(190)]==n));return a+" ("+(e?o(e[r(150)])[r(186)]():n)+")"}return a+" ("+n+")"}function mo(){const t=["plugins","registerDescriptionCallback","458884QcGHrZ","35660UhjMwb","_headingOptions","value","editor","_descriptionFactory","2301220HZpDoG","name","formatBlock","afterInit","1693408KApumH","HeadingEditing","commandName","44hkNxfU","view","_getHeadingLevel","_registerLegacyDescription","66uZoUDI","commandParams","429Qlyguj","394985qVzqNA","get","TrackChangesEditing","ELEMENT_HEADING","find","match","locale","format","_enableDefaultAttributesIntegration","8540wlQNmW","config","type","heading","model","paragraph","1716777KUILFz","has","registerElementLabel","heading.options","*Change to:* %0","title","ELEMENT_HEADING_CUSTOM","6416fldwrB"];return(mo=function(){return t})()}const Io=Eo;function Eo(t,e){const n=mo();return(Eo=function(t,e){return n[t-=201]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(651005===parseInt(n(202))/1+parseInt(n(212))/2+-parseInt(n(221))/3*(parseInt(n(203))/4)+-parseInt(n(222))/5*(-parseInt(n(219))/6)+parseInt(n(231))/7*(-parseInt(n(244))/8)+-parseInt(n(237))/9+-parseInt(n(208))/10*(-parseInt(n(215))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mo);class bo extends t.Plugin{[Io(211)](){const t=Io,e=this[t(206)];if(!e[t(245)][t(238)](t(213)))return;this[t(204)]=e[t(232)][t(223)](t(240));const n=e[t(228)],r=e[t(245)][t(223)](t(224));r[t(230)](t(234));for(const e of this[t(204)])t(236)!=e[t(235)]&&r[t(207)][t(239)](e[t(235)],(n=>{const r=t,i=this[r(217)](e[r(235)]);return null!==i?s(n,i):o(n,e[r(242)])}));function s(e,r){return Wr(n,t(225),[e,r])}function o(e,r){return Wr(n,t(243),[e,r])}this[t(218)]()}[Io(218)](){const t=Io,e=this[t(206)],n=e[t(228)];e[t(245)][t(223)](t(224))[t(207)][t(201)]((e=>{const r=t;if(r(210)!=e[r(233)])return;const{data:s}=e;if(s&&r(234)==s[r(214)]){const e=s[r(220)][0][r(205)],c=this[r(217)](e);if(null!==c)return{type:r(229),content:Wr(n,r(241),(1,a=c,Wr(n,r(225),[1,a])))};const u=this[r(204)][r(226)]((t=>t[r(235)]===e))[r(242)];return{type:r(229),content:Wr(n,r(241),(o=1,i=u,Wr(n,t(243),[o,i])))}}var o,i,a}))}[Io(217)](t){const e=Io;var n,r;const s=t[e(227)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(204)])||void 0===n?void 0:n[e(226)]((n=>n[e(235)]==t));if(o&&o[e(216)]){const t=o[e(216)],n=(null!==(r=t[e(209)])&&void 0!==r?r:t)[e(227)](/^h(\d+)/);if(n)return n[1]}return null}}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=274]})(t,e)}const _o=To;function yo(){const t=["highlight.options","1143924BJwQvm","config","commandParams","find","6007840ZcrAvX","title","type","_descriptionFactory","model","TrackChangesEditing","locale","6255ybCrrS","afterInit","1708mLgzOM","registerAttributeLabel","get","10tFCevJ","*Set highlight:* %0","589290BTeazX","commandName","format","editor","highlight","value","_enableDefaultAttributesIntegration","toLowerCase","*Remove highlight*","17506872uRPsGc","278982dmGniO","formatInline","FORMAT_HIGHLIGHT","plugins","217156VucdiC","has","color","_registerLegacyDescription","registerDescriptionCallback","168Hrpcho","HighlightEditing"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(586370===parseInt(n(275))/1+parseInt(n(301))/2+-parseInt(n(283))/3+parseInt(n(296))/4*(parseInt(n(294))/5)+-parseInt(n(311))/6*(-parseInt(n(280))/7)+parseInt(n(287))/8+-parseInt(n(310))/9*(parseInt(n(299))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(295)](){const t=_o,e=this[t(304)];if(!e[t(274)][t(276)](t(281)))return;const n=e[t(274)][t(298)](t(292)),r=e[t(293)];n[t(307)](t(305),[t(305)]),n[t(290)][t(297)](t(305),Wr(r,t(313))),this[t(278)]()}[_o(278)](){const t=_o,e=this[t(304)],n=e[t(293)];e[t(274)][t(298)](t(292))[t(290)][t(279)]((r=>{const s=t;if(s(312)!=r[s(289)])return;const{data:o}=r;if(o&&s(305)==o[s(302)]){const t=n.t,r=o[s(285)][0][s(306)];if(r){const o=e[s(284)][s(298)](s(282))[s(286)]((t=>t[s(291)]==r)),i=t(o[s(288)])[s(308)]();return{type:s(303),content:Wr(n,s(300),i),color:{value:o[s(277)],title:o[s(288)]}}}return{type:s(303),content:Wr(n,s(309),Wr(n,s(313)))}}}))}}const ko=Co;function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=455]})(t,e)}function Lo(){const t=["1895504nIwAjp","showSuggestionHighlights","high","addClass","1035620zwNwVJ","751767dLwNUI","insert","createContainerElement","ELEMENT_HORIZONTAL_LINE","afterInit","_descriptionFactory","TrackChangesEditing","HorizontalLineEditing","createPositionAt","4081945ifsUGu","2701704QLXMKI","editor","780486BUJsbR","for","elementToStructure","div","conversion","dataDowncast","locale","get","horizontalLine","registerElementLabel","enableCommand","createEmptyElement","34836fieOhE","plugins","90mDpilJ","9bbTYWn","has","ck-horizontal-line"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(489817===-parseInt(n(478))/1+-parseInt(n(477))/2+parseInt(n(455))/3+parseInt(n(473))/4+parseInt(n(469))/5*(parseInt(n(467))/6)+parseInt(n(487))/7+-parseInt(n(488))/8*(-parseInt(n(470))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[ko(482)](){const t=ko,e=this[t(489)];if(!e[t(468)][t(471)](t(485)))return;e[t(468)][t(462)](t(484))[t(465)](t(463));const n=e[t(468)][t(462)](t(484)),r=e[t(461)];n[t(483)][t(464)](t(463),(e=>Wr(r,t(481),e))),e[t(459)][t(456)](t(460))[t(457)]({model:t(463),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(474)])return null;const o=n[s(480)](s(458)),i=n[s(466)]("hr");return n[s(476)](s(472),o),n[s(479)](n[s(486)](o,0),i),o},converterPriority:t(475)})}}function Ro(){const t=["attribute","editor","locale","nodeAfter","value","101224zteNJW","742292BRaJMJ","commandName","format","registerElementLabel","afterInit","*Change %0 content*","20xeknuf","34844328FrFctO","start","key","ELEMENT_HTML_EMBED","_enableDefaultAttributesIntegration","25JGOcUp","type","_descriptionFactory","get","147NLoIaI","_registerLegacyDescription","2425068VpTpKG","19zVktDu","213228ZhxiOb","getFirstRange","htmlEmbed","77018BjQogz","TrackChangesEditing","765KVtrHK","953282BUSYUd","registerDescriptionCallback","has","plugins","HtmlEmbed","element","rawHtml","formatBlock"];return(Ro=function(){return t})()}const So=Mo;function Mo(t,e){const n=Ro();return(Mo=function(t,e){return n[t-=213]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(643053===-parseInt(n(243))/1*(parseInt(n(247))/2)+-parseInt(n(242))/3+parseInt(n(224))/4*(parseInt(n(236))/5)+parseInt(n(244))/6*(-parseInt(n(240))/7)+parseInt(n(223))/8*(-parseInt(n(249))/9)+parseInt(n(230))/10*(parseInt(n(250))/11)+parseInt(n(231))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ro);class vo extends t.Plugin{[So(228)](){const t=So,e=this[t(219)];if(!e[t(213)][t(252)](t(214)))return;const n=e[t(213)][t(239)](t(248)),r=e[t(220)];n[t(238)][t(227)](t(216),(e=>Wr(r,t(234),e))),n[t(235)](t(246),[],[t(222)]),n[t(238)][t(251)]((e=>{const n=t;if(n(218)!=e[n(237)])return;const{data:s}=e;if(s&&n(222)==s[n(233)]&&e[n(245)]()[n(232)][n(221)].is(n(215),n(216))){const t=Wr(r,n(234));return{type:n(226),content:Wr(r,n(229),t)}}})),this[t(241)]()}[So(241)](){const t=So,e=this[t(219)],n=e[t(220)];e[t(213)][t(239)](t(248))[t(238)][t(251)]((e=>{const r=t;if(r(217)!=e[r(237)])return;const{data:s}=e;if(s&&r(246)==s[r(225)]){const t=Wr(n,r(234));return{type:r(226),content:Wr(n,r(229),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Fo();return(Oo=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=Oo,r=t();for(;;)try{if(506312===-parseInt(n(221))/1+parseInt(n(276))/2*(parseInt(n(225))/3)+parseInt(n(328))/4+-parseInt(n(277))/5*(-parseInt(n(270))/6)+-parseInt(n(281))/7*(-parseInt(n(255))/8)+parseInt(n(291))/9*(-parseInt(n(315))/10)+parseInt(n(273))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[wo(329)](){const t=wo,e=this[t(252)];if(!e[t(310)][t(302)](t(222)))return;const n=e[t(310)][t(238)](t(239)),r=e[t(310)][t(238)](t(312)),s=e[t(263)];n[t(293)](t(224)),n[t(268)][t(324)](t(311),(e=>Wr(s,t(330),e))),n[t(268)][t(324)](t(231),(e=>Wr(s,t(217),e))),n[t(268)][t(324)](t(253),(()=>Wr(s,t(318)))),e[t(310)][t(302)](t(285))&&n[t(293)](t(275)),e[t(310)][t(302)](t(304))&&e[t(310)][t(302)](t(256))&&(n[t(293)](t(321),((s,o)=>{const i=t,a=r[i(251)](e[i(247)][i(223)][i(240)]);e[i(247)][i(301)]((()=>{const t=i;n[t(288)](a,{commandName:t(321),commandParams:[o]},[],t(236))}))})),n[t(293)](t(267),((s,o)=>{const a=t;e[a(247)][a(301)]((t=>{const c=a;let u=r[c(251)](e[c(247)][c(223)][c(240)]),l=t[c(323)](u);const f=i.LivePosition[c(220)](l[c(326)],c(289)),h=i.LivePosition[c(220)](l[c(250)],c(322));n[c(332)]((()=>s(o))),u=r[c(251)](e[c(247)][c(223)][c(240)]),l=t[c(323)](u);const d=t[c(327)](f,h);f[c(259)](),h[c(259)](),n[c(288)](u,{commandName:c(321),commandParams:[o]},[],c(296)),d[c(326)][c(331)](l[c(326)])&&n[c(266)](t[c(327)](d[c(326)],l[c(326)]),c(296)),l[c(250)][c(331)](d[c(250)])&&n[c(266)](t[c(327)](l[c(250)],d[c(250)]),c(296))}))})),n[t(319)][t(214)](t(298),t(296),t(234),(()=>!1)),n[t(319)][t(214)](t(298),t(296),t(279),(()=>!1)),n[t(319)][t(214)](t(298),t(296),t(249),n[t(319)][t(248)](t(298),"",t(279))),n[t(319)][t(214)](t(278),t(296),t(234),(()=>!1)),n[t(319)][t(214)](t(278),t(296),t(249),(([r])=>{const s=t,o=n[s(319)][s(248)](s(278),"",s(249));let i=r[s(326)],a=r[s(250)];const c=e[s(247)][s(313)][s(284)](i,s(300)),u=e[s(247)][s(313)][s(284)](a,s(269));c[s(244)]&&(i=c[s(326)]),u[s(244)]&&(a=u[s(250)]),o([e[s(247)][s(327)](i,a)])})),n[t(319)][t(214)](t(298),t(296),t(314),c),n[t(319)][t(214)](t(278),t(296),t(314),c)),e[t(310)][t(302)](t(227))&&(n[t(293)](t(216),((s,o)=>{const i=t,a=e[i(310)][i(238)](i(307));let c=r[i(251)](e[i(247)][i(223)][i(240)]),u=a[i(295)](c);e[i(247)][i(301)]((()=>{const t=i;if(u)return void n[t(286)](e[t(247)][t(323)](u));const l=r[t(245)](c);s(o),c=r[t(251)](e[t(247)][t(223)][t(240)]),u=a[t(295)](c),n[t(266)](e[t(247)][t(323)](u),l?null:t(260))}))})),n[t(319)][t(214)](t(278),t(260),t(314),c));const o=[{type:t(298),subType:t(303)},{type:t(278),subType:t(260)},{type:t(298),subType:t(296)},{type:t(278),subType:t(296)}];function a(e,s){const i=t,a=o[i(257)]((({type:t,subType:n})=>e[i(212)]==t&&e[i(292)]==n)),c=o[i(257)]((({type:t,subType:e})=>s[i(212)]==t&&s[i(292)]==e));if(a<0||c<0)return!1;const u=e[i(215)](),l=s[i(215)]();if((0==a||1==a)&&2==c&&u[i(317)](l))return!0;if(2==a&&3==c){const t=n[i(246)](u,i(278))[i(265)]((({suggestion:t,meta:e})=>e[i(254)]&&i(296)==t[i(292)]));if(t[i(309)]>1&&l[i(250)][i(228)](u[i(326)]))return!0;if(1==t[i(309)]&&(u[i(326)][i(228)](l[i(250)])||u[i(250)][i(228)](l[i(326)])))return!0}if(3==a&&3==c&&u[i(326)][i(331)](l[i(326)])){const t=u[i(250)][i(280)],e=l[i(326)][i(218)];return r[i(245)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(310)][t(302)](t(299))&&(n[t(232)](t(233),[],[t(258)]),n[t(268)][t(305)](t(258),Wr(s,t(229)))),e[t(310)][t(302)](t(306))&&n[t(232)](t(320),[],[t(213)]),n[t(268)][t(294)]((e=>{const n=t;if(o[n(290)]((({type:t,subType:r})=>e[n(212)]==t&&e[n(292)]==r)))return e[n(241)]?{}:void 0})),n[t(268)][t(294)]((e=>{const n=t;if(n(278)==e[n(212)]||n(316)==e[n(212)]){const t=e[n(264)]();if(t&&t.is(n(230),n(253)))return{type:n(278)==e[n(212)]?n(274):n(235),element:t,quantity:1}}})),n[t(268)][t(294)]((e=>t(298)==e[t(212)]&&t(296)==e[t(292)]?{type:t(242),content:t(308)}:t(298)==e[t(212)]&&t(236)==e[t(292)]?{type:t(242),content:t(272)}:void 0)),n[t(268)][t(294)]((e=>{const n=t;if(n(226)!=e[n(212)])return;const{data:r}=e;if(!r||n(213)!=r[n(282)])return;const o=r[n(219)];return o?{type:n(242),content:Wr(s,n(261),'"'+o+'"')}:{type:n(242),content:Wr(s,n(243))}})),this[t(283)]()}[wo(283)](){const t=wo,e=this[t(252)],n=e[t(263)];e[t(310)][t(238)](t(239))[t(268)][t(294)]((e=>{const r=t;if(r(298)!=e[r(212)]&&r(325)!=e[r(212)])return;const{data:s}=e;if(s){if(r(320)==s[r(271)]){const t=s[r(237)][0][r(219)];return t?{type:r(242),content:Wr(n,r(261),'"'+t+'"')}:{type:r(242),content:Wr(n,r(243))}}if(r(233)==s[r(271)]){const t=s[r(237)][0][r(297)];return t?{type:r(242),content:Wr(n,r(287),t)}:{type:r(242),content:Wr(n,r(262))}}}}))}}function Fo(){const t=["Inline image to block image","length","plugins","imageBlock","ImageUtils","schema","chain","3757940sCauKA","deletion","isIntersecting","ELEMENT_CAPTION","_suggestionFactory","imageTextAlternative","imageTypeInline","toNext","createRangeOn","registerElementLabel","formatInline","start","createRange","4025556cYVKOs","afterInit","ELEMENT_IMAGE","isBefore","forceDefaultExecution","type","alt","registerCustomCallback","getFirstRange","toggleImageCaption","ELEMENT_INLINE_IMAGE","nodeBefore","newValue","fromPosition","413435kdoPSK","ImageEditing","document","insertImage","39KSQVVW","attribute","ImageCaptionEditing","isEqual","FORMAT_IMAGE_SIZE","element","imageInline","_enableDefaultAttributesIntegration","resizeImage","join","removeObject","convertBlockImageToInline","commandParams","get","TrackChangesEditing","selection","previous","format","*Remove image text alternative*","isCollapsed","isBlockImage","_findSuggestions","model","getSuggestionCallback","discard","end","getClosestSelectedImageElement","editor","caption","isOwn","3069496wtrAtK","ImageInlineEditing","findIndex","resizedWidth","detach","imageCaption","*Set image text alternative:* %0","*Reset image width*","locale","getContainedElement","filter","markInsertion","imageTypeBlock","_descriptionFactory","forward","58698uapYNM","commandName","Block image to inline image","1040215VcgwhB","addObject","uploadImage","6146jZigit","75IRNFqU","insertion","accept","nodeAfter","7noHSKn","key","_registerLegacyDescription","getNearestSelectionRange","ImageUploadEditing","markDeletion","*Set image width:* %0","markBlockFormat","toPrevious","find","18YetOSS","subType","enableCommand","registerDescriptionCallback","getCaptionFromImageModelElement","convertInlineImageToBlock","width","formatBlock","ImageResize","backward","change","has","imageStylePreApply","ImageBlockEditing","registerAttributeLabel","ImageTextAlternativeEditing","ImageCaptionUtils"];return(Fo=function(){return t})()}const Po=xo;function xo(t,e){const n=Bo();return(xo=function(t,e){return n[t-=422]})(t,e)}function Bo(){const t=["getSuggestionCallback","TrackChangesEditing","has","_handleLegacySuggestions","get","*Format:* replace image URL","replaceImageSource","144286rerIZS","accept","formatBlock","5032706sBKVvj","attribute","editor","*Replace image URL*","oldValue","registerDescriptionCallback","type","5176ZjwSOo","946keRuLf","_descriptionFactory","format","locale","50680bZiIbo","205480taAvjx","discard","ImageEditing","key","formatInline","13788kYPznV","_enableDefaultAttributesIntegration","newValue","5127248zEyrYK","plugins","_registerLegacyDescription","16WYrQOc","6AAfDsA","afterInit","_suggestionFactory","registerCustomCallback","src","commandName","2956509RtszrT"];return(Bo=function(){return t})()}!function(t,e){const n=xo,r=t();for(;;)try{if(653281===parseInt(n(426))/1*(parseInt(n(453))/2)+parseInt(n(460))/3+-parseInt(n(450))/4+parseInt(n(442))/5*(-parseInt(n(454))/6)+-parseInt(n(429))/7+-parseInt(n(436))/8*(-parseInt(n(447))/9)+parseInt(n(441))/10*(-parseInt(n(437))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[Po(455)](){const t=Po;if(!this[t(431)][t(451)][t(463)](t(444)))return;const e=this[t(431)][t(440)],n=this[t(431)][t(451)][t(423)](t(462));n[t(448)](t(425),[],[t(458)]),n[t(438)][t(434)]((n=>{const r=t;if(r(430)!=n[r(435)])return;const{data:s}=n;return s&&r(458)==s[r(445)]?s[r(449)]&&s[r(433)]?{type:r(439),content:Wr(e,r(432))}:{type:r(439),content:""}:void 0})),this[t(422)]()}[Po(422)](){const t=Po,e=this[t(431)][t(451)][t(423)](t(462));e[t(456)][t(457)](t(428),t(425),t(427),e[t(456)][t(461)](t(428),null,t(443))),e[t(456)][t(457)](t(428),t(425),t(443),e[t(456)][t(461)](t(428),null,t(427))),this[t(452)]()}[Po(452)](){const t=Po,e=this[t(431)],n=e[t(440)];e[t(451)][t(423)](t(462))[t(438)][t(434)]((e=>{const r=t;if(r(428)!=e[r(435)]&&r(446)!=e[r(435)])return;const{data:s}=e;return s&&r(425)==s[r(459)]?{type:r(439),content:Wr(n,r(424))}:void 0}))}}function jo(){const t=["commands","selection","652992YCTuMb","chain","imageStylePreApply","FORMAT_SIDE_IMAGE","getClosestSelectedImageElement","markBlockFormat","formatBlock","from","name","next","discard","_suggestionFactory","_descriptionFactory","hasSuggestion","end","36HpilDK","_splitMarkerName","4jzaxpw","77815sSzBpp","getChangedMarkers","get","differ","imageCaption","afterInit","newRange","discardSuggestion","subType","581856rzKKWa","start","createRangeOn","TrackChangesEditing","commandReversedParams","getContainedElement","insertion","getFirstRange","_registerLegacyDescription","markInlineFormat","setImageNaturalSizeAttributes","isOwn","_findSuggestions","commandName","shouldConvertImageType","14LuVOhJ","refresh","1068350ViLsdT","isIntersecting","nodeAfter","change","format","nodeBefore","*Format:* %0","isInlineImage","locale","convertInlineImageToBlock","9bLHbEb","suggestion","2344ZpGDMA","editor","formatInline","147003TatuKd","title","imageTypeBlock","document","isEqual","isInContent","isBlockImage","Users","forEach","commandParams","getSuggestionCallback","ImageUtils","ImageStyleEditing","enableCommand","registerDescriptionCallback","normalizedStyles","has","length","accept","toLowerCase","head","author","model","registerCustomCallback","registerPostFixer","filter","imageTypeInline","side","getSuggestions","getSuggestion","plugins","imageStyle","findIndex","isBefore","type","imageStylePostApply","4627CpmkKA","1451svshPQ","join","value"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(107709===-parseInt(n(338))/1*(-parseInt(n(385))/2)+parseInt(n(301))/3+-parseInt(n(360))/4*(-parseInt(n(361))/5)+-parseInt(n(343))/6+-parseInt(n(337))/7*(-parseInt(n(298))/8)+parseInt(n(296))/9*(parseInt(n(387))/10)+parseInt(n(370))/11*(-parseInt(n(358))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class zo extends t.Plugin{[Go(366)](){const t=Go,n=this[t(299)];if(!n[t(331)][t(317)](t(313)))return;const r=n[t(331)][t(363)](t(373)),s=n[t(331)][t(363)](t(312)),o={};r[t(314)](t(332),((o,i)=>{const a=t,c=n[a(331)][a(363)](a(308)).me,u=n[a(341)][a(363)](a(332));let l=s[a(347)](n[a(323)][a(304)][a(342)]),f=n[a(323)][a(372)](l),h=u[a(340)];if(h==i[a(340)])return;const d={commandName:a(332),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(323)][a(289)]((()=>{const t=a;if(r[t(329)]()[t(326)]((e=>e[t(306)]&&c==e[t(322)]&&(t(349)==e[t(335)]||t(300)==e[t(335)])&&(t(345)==e[t(369)]||t(336)==e[t(369)])&&e[t(377)]()[t(305)](f)))[t(309)]((e=>r[t(368)](e[t(321)]))),l=s[t(347)](n[t(323)][t(304)][t(342)]),f=n[t(323)][t(372)](l),u[t(386)](),n[t(341)][t(363)](t(327))[t(386)](),n[t(341)][t(363)](t(303))[t(386)](),h=u[t(340)],h!=i[t(340)])return s[t(293)](l)&&u[t(384)](i[t(340)],l)?(o({...i,setImageSizes:!1}),l=s[t(347)](n[t(323)][t(304)][t(342)]),void r[t(348)](l,{...d,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(345))):void(s[t(307)](l)?r[t(348)](l,d,[],t(336)):r[t(379)](f,d,t(336)))}))}));for(const e of n[t(331)][t(363)](t(313))[t(316)])o[e[t(351)]]=e[t(302)][t(320)]();r[t(354)][t(324)](t(349),t(345),t(339),(()=>!1)),r[t(354)][t(324)](t(349),t(336),t(339),(()=>!1)),r[t(354)][t(324)](t(300),t(336),t(339),(()=>!1)),r[t(354)][t(324)](t(349),t(345),t(319),(([e])=>{const n=t;s[n(380)](e[n(375)]())})),r[t(354)][t(324)](t(349),t(345),t(353),((e,n)=>{const s=t;r[s(354)][s(311)](s(349),"",s(319))(e,{commandName:n[s(383)],commandParams:n[s(374)]})})),r[t(354)][t(324)](t(349),t(345),t(344),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(349),subType:t(345)},{type:t(376),subType:t(365)},{type:t(349),subType:t(295)},{type:t(376),subType:t(295)}];function a(e,n){const o=t,a=i[o(333)]((({type:t,subType:n})=>e[o(335)]==t&&e[o(369)]==n)),c=i[o(333)]((({type:t,subType:e})=>n[o(335)]==t&&n[o(369)]==e));if(a<0||c<0)return!1;const u=e[o(377)](),l=n[o(377)]();if((0==a||1==a)&&2==c&&u[o(388)](l))return!0;if(2==a&&3==c){const t=r[o(382)](u,o(376))[o(326)]((({suggestion:t,meta:e})=>e[o(381)]&&o(295)==t[o(369)]));if(t[o(318)]>1&&l[o(357)][o(305)](u[o(371)]))return!0;if(1==t[o(318)]&&(u[o(371)][o(305)](l[o(357)])||u[o(357)][o(305)](l[o(371)])))return!0}if(3==a&&3==c&&u[o(371)][o(334)](l[o(371)])){const t=u[o(357)][o(288)],e=l[o(371)][o(291)];return s[o(307)](t)&&t===e}return!1}n[t(323)][t(304)][t(325)]((()=>{const e=t;let o=!1;const i=Array[e(350)](n[e(323)][e(304)][e(364)][e(362)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(359)](t);if(e(297)==i&&r[e(356)](u)){if(e(349)==a&&(e(345)==c||e(336)==c)){const t=r[e(330)](u);if(n[e(367)]){const n=t[e(377)]()[e(375)]();if(s[e(307)](n))continue;r[e(368)](t),o=!0}}if(e(376)==a&&e(365)==c&&!n[e(367)]){const t=r[e(330)](u);t[e(352)]&&t[e(352)][e(306)]&&(r[e(368)](t[e(352)]),o=!0)}}}return o})),this[t(378)](o)}[Go(378)](t){const e=Go,n=this[e(299)],r=n[e(294)];n[e(331)][e(363)](e(373))[e(355)][e(315)]((n=>{const s=e;if(s(349)!=n[s(335)]&&s(300)!=n[s(335)])return;const{data:o}=n;if(!o||s(332)!=o[s(383)])return;const i=o[s(310)][0][s(340)];return function(t){const e=s;return{type:e(290),content:Wr(r,e(292),t)}}(s(328)===i?Wr(r,s(346)):t[i]||i)}))}}const Wo=Ko;!function(t,e){const n=Ko,r=t();for(;;)try{if(997397===parseInt(n(284))/1+parseInt(n(275))/2+-parseInt(n(274))/3+-parseInt(n(300))/4*(parseInt(n(279))/5)+-parseInt(n(299))/6*(parseInt(n(272))/7)+-parseInt(n(282))/8+parseInt(n(293))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Ho extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(301)]=!1,this[e(296)]=!1}[Wo(290)](){const t=Wo,e=this[t(292)],n=e[t(286)][t(280)](t(304)),r=e[t(286)][t(280)](t(273));n&&(n.on(t(281),((e,[,n])=>{const s=t;this[s(301)]=r[s(287)],n[s(294)][s(278)]=!this[s(301)]}),{priority:t(295)}),this[t(288)](n,t(289),this[t(276)][t(285)](this)),this[t(288)](n,t(289),(()=>{const e=t;this[e(296)]&&(r[e(281)](),this[e(296)]=!1)}),{priority:t(303)}),e[t(277)][t(280)](t(298))[t(302)](t(304)))}[Wo(276)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(292)][n(286)][n(280)](n(273)),o=s[n(287)];this[n(301)]!==o&&(s[n(281)](),this[n(296)]=!0),r&&r[n(291)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(292)][o(277)][o(280)](o(297)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(304)}}};this[o(292)][o(277)][o(280)](o(298))[o(283)](i)}))}}function Ko(t,e){const n=Xo();return(Ko=function(t,e){return n[t-=272]})(t,e)}function Xo(){const t=["editor","6130341SaEkFF","collaboration_features","high","_trackChangesExecuted","Users","TrackChangesEditing","25728FlaXqa","4099156hZOkxy","_trackChangesValueDuringImport","enableCommand","lowest","importWord","1015jpApSX","trackChanges","324498aImSfk","1029222FCjrRQ","_handleImportedData","plugins","track_changes","5JyhgQQ","get","execute","3268432xvWqlu","_setSuggestionData","1964906rAkJrp","bind","commands","value","listenTo","dataInsert","afterInit","forEach"];return(Xo=function(){return t})()}const qo=Zo;function Jo(){const t=["outdentBlock","26616sreHBH","_descriptionFactory","afterInit","*Outdent:* %0","_registerLegacyDescription","11XSPDzf","has","2456285PIAaqD","49368KpORWK","indent","3474IftITt","IndentEditing","indentBlock","TrackChangesEditing","formatBlock","4Isnvpf","format","editor","enableCommand","outdent","586874VGNQUV","plugins","7322LNMlih","get","_registerBlockAttribute","11815704qkbnoy","blockIndent","getItemLabel","531pwFwRN","getItems","*Indent:* %0","57360ZpeUIL","registerDescriptionCallback","_enableDefaultAttributesIntegration","registerAttributeLabel","locale","type","commandName","IndentBlock","102ZUfwII","FORMAT_INDENT"];return(Jo=function(){return t})()}function Zo(t,e){const n=Jo();return(Zo=function(t,e){return n[t-=157]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(391978===parseInt(n(164))/1+-parseInt(n(183))/2*(parseInt(n(186))/3)+-parseInt(n(159))/4*(parseInt(n(193))/5)+parseInt(n(196))/6*(-parseInt(n(166))/7)+parseInt(n(194))/8*(parseInt(n(172))/9)+parseInt(n(175))/10*(parseInt(n(191))/11)+parseInt(n(169))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Yo extends t.Plugin{[qo(188)](){const t=qo,e=this[t(161)],n=e[t(165)][t(167)](t(157));if(e[t(165)][t(192)](t(197))&&(n[t(162)](t(195)),n[t(162)](t(163))),e[t(165)][t(192)](t(182)))for(const e of[t(198),t(185)])n[t(177)](e);const r=e[t(179)];n[t(168)](t(170)),n[t(187)][t(178)](t(170),Wr(r,t(184))),this[t(190)]()}[qo(190)](){const t=qo,e=this[t(161)],n=e[t(179)],r=e[t(165)][t(167)](t(157));r[t(187)][t(176)]((e=>{const s=t;if(s(158)!=e[s(180)])return;const{data:o}=e;if(!o)return;if(s(198)!=o[s(181)]&&s(185)!=o[s(181)])return;const i=e[s(173)]()[0],a=r[s(187)][s(171)](i);return s(198)==o[s(181)]?{type:s(160),content:Wr(n,s(174),a)}:s(185)==o[s(181)]?{type:s(160),content:Wr(n,s(189),a)}:void 0}))}}var Qo=$o;function $o(t,e){var n=ei();return($o=function(t,e){return n[t-=250]})(t,e)}!function(t,e){for(var n=$o,r=t();;)try{if(817146===-parseInt(n(262))/1+parseInt(n(254))/2*(parseInt(n(255))/3)+-parseInt(n(258))/4+-parseInt(n(260))/5*(-parseInt(n(259))/6)+parseInt(n(252))/7*(-parseInt(n(253))/8)+-parseInt(n(268))/9*(-parseInt(n(265))/10)+parseInt(n(251))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ei);class ti extends t.Plugin{static get[Qo(250)](){return[Ms.Input]}[Qo(261)](){var t=Qo;this[t(256)][t(257)][t(264)](t(266))[t(267)](t(263))}}function ei(){var t=["TrackChangesEditing","enableCommand","84591GbpubQ","requires","17281264JMxZXO","49553pCzoCL","1072nHnASX","82BtfGNx","29589LcKOMN","editor","plugins","3628736KrjUYE","133140RZirrr","265QvDcVS","init","487960uIYpRw","input","get","10BgrPdw"];return(ei=function(){return t})()}const ni=si;function ri(){const t=["link (","1480ZSNTzZ","LinkEditing","659756WIcQKZ","type","locale","afterInit","61607OfLmTk","editor","46vDFRYU","map","attribute","*Remove link*","commandParams","key","unlink","formatInline","format","registerDescriptionCallback","30AbvtKr","label","255452xMJUag","link","commandName","plugins","toLowerCase","14977809IddMPG","manualDecorators","registerAttributeLabel","4197864xYwISW","34672880sVacuQ","*Set link:* %0","has","newValue","_registerLegacyDescription","TrackChangesEditing","commands","94071EswLIU","linkHref","_enableDefaultAttributesIntegration","get","_descriptionFactory"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=228]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(861575===parseInt(n(229))/1+parseInt(n(259))/2*(parseInt(n(245))/3)+parseInt(n(253))/4*(-parseInt(n(269))/5)+parseInt(n(237))/6+-parseInt(n(257))/7*(parseInt(n(251))/8)+-parseInt(n(234))/9+parseInt(n(238))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(256)](){const t=ni,e=this[t(258)];if(!e[t(232)][t(240)](t(252)))return;const n=e[t(232)][t(248)](t(243)),r=e[t(244)][t(248)](t(230));n[t(247)](t(230),[t(246),...r[t(235)][t(260)]((t=>t.id))]),n[t(247)](t(265));for(const e of r[t(235)])n[t(249)][t(236)](e.id,t(250)+e[t(228)][t(233)]()+")");n[t(249)][t(268)]((n=>{const r=t;if(r(261)!=n[r(254)])return;const{data:s}=n;if(!s||r(246)!=s[r(264)])return;const o=s[r(241)],i=e[r(255)];return{type:r(267),content:null==o?Wr(i,r(262)):Wr(i,r(239),'"'+o+'"')}})),this[t(242)]()}[ni(242)](){const t=ni,e=this[t(258)],n=e[t(255)];e[t(232)][t(248)](t(243))[t(249)][t(268)]((e=>{const r=t;if(r(266)!=e[r(254)])return;const{data:s}=e;if(s){if(r(230)==s[r(231)]){const t=s[r(263)][0];return{type:r(267),content:Wr(n,r(239),'"'+t+'"')}}return r(265)==s[r(231)]?{type:r(267),content:Wr(n,r(262))}:void 0}}))}}function ii(t,e){const n=ui();return(ii=function(t,e){return n[t-=331]})(t,e)}const ai=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(205859===parseInt(n(414))/1*(parseInt(n(373))/2)+-parseInt(n(337))/3*(parseInt(n(369))/4)+parseInt(n(384))/5+parseInt(n(378))/6+parseInt(n(376))/7*(parseInt(n(402))/8)+parseInt(n(389))/9+parseInt(n(388))/10*(-parseInt(n(367))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ui);class ci extends t.Plugin{[ai(411)](){const t=ai,e=this[t(349)],n=e[t(395)];if(!e[t(347)][t(401)](t(371)))return;const r=e[t(347)][t(379)](t(399)),s=e[t(347)][t(401)](t(361));function o(t){return()=>{const n=ii,s=e[n(385)][n(398)][n(357)],o=e[n(375)][n(379)](t);if(o[n(351)])return void e[n(365)](n(339),{});const i=t[n(380)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(359)](t)[s(377)]((t=>function(t,e){const n=s;return e[n(368)](t[n(355)],n(391))&&!e[n(366)](t)}(t,r)));o=o[s(377)]((t=>!t.is(s(348),s(391))||t[s(362)](s(393))!=e));const i=new Set;for(const t of o)t.is(s(348),s(391))?i[s(415)](li(t)):i[s(415)](t);return Array[s(359)](i)}(s[n(346)](),i,e[n(385)][n(394)]);e[n(385)][n(397)]((()=>{const e=n;for(const n of a)r[e(370)](n,{commandName:t,commandParams:[{forceValue:!o[e(351)]}],formatGroupId:e(417)},fi(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(359)](t);const r=n[e(344)]((t=>e(391)!=t[e(342)]));return r>-1&&(n=n[e(380)](0,r)),n}(e[n(385)][n(398)][n(357)][n(346)]()),o=e[n(385)][n(381)](e[n(385)][n(364)](s[0],n(416)),e[n(385)][n(364)](s[s[n(350)]-1],n(382)));e[n(385)][n(397)]((()=>{const e=n;r[e(370)](o,{commandName:t,commandParams:[],formatGroupId:e(409)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(338)];for(;t&&t[n(362)](n(409))>e[n(362)](n(409));)r[n(415)](t),t=t[n(338)]}return Array[n(359)](r)}(s))}))}}r[t(396)](t(390),o(t(390))),r[t(396)](t(345),o(t(345))),s&&r[t(396)](t(332),o(t(332))),r[t(396)](t(407),i(t(407))),r[t(396)](t(363),i(t(363))),s&&r[t(396)](t(383),(()=>{const n=t,s=e[n(375)][n(379)](n(383)),o=Array[n(359)](s[n(413)]);o[n(377)]((t=>t[n(362)](n(404))!=s[n(351)])),e[n(385)][n(397)]((()=>{const t=n;for(const e of o)r[t(370)](e,{commandName:t(383),commandParams:[{forceValue:!s[t(351)]}]})}))})),r[t(341)][t(358)](t(391),(e=>Wr(n,t(353),e))),r[t(341)][t(406)]((e=>{const r=t;if(r(331)!=e[r(386)]&&r(343)!=e[r(386)])return;const{data:s}=e;if(s){if(r(390)==s[r(356)]||r(345)==s[r(356)]||r(332)==s[r(356)])switch(s[r(356)][r(405)](r(340),"")){case r(336):return o(Wr(n,r(403)));case r(333):return o(Wr(n,r(354)));case r(374):return o(Wr(n,r(334)))}if(r(407)==s[r(356)])return{type:r(335),content:Wr(n,r(352),Wr(n,r(353)))};if(r(363)==s[r(356)])return{type:r(335),content:Wr(n,r(392),Wr(n,r(353)))};if(r(383)==s[r(356)])return s[r(412)][0][r(400)]?{type:r(335),content:Wr(n,r(408))}:{type:r(335),content:Wr(n,r(410))}}function o(t){const e=r;return{type:e(335),content:Wr(n,e(360),t)}}}))}}function ui(){const t=["document","TrackChangesEditing","forceValue","has","4288boswDS","ELEMENT_BULLETED_LIST","todoListChecked","replace","registerDescriptionCallback","indentList","*Check item*","listIndent","*Uncheck item*","afterInit","commandParams","_selectedElements","1451HjpDId","add","before","blockName","formatBlock","todoList","numbered","ELEMENT_TODO_LIST","format","bulleted","425226tAlFzJ","nextSibling","paragraph","List","_descriptionFactory","name","formatInline","findIndex","bulletedList","getSelectedBlocks","plugins","element","editor","length","value","*Indent:* %0","ELEMENT_LIST_ITEM","ELEMENT_NUMBERED_LIST","parent","commandName","selection","registerElementLabel","from","*Change to:* %0","LegacyTodoListEditing","getAttribute","outdentList","createPositionAt","execute","isObject","68673ZzVCor","checkChild","4DKwrZg","markBlockFormat","LegacyListEditing","previousSibling","398slvQrh","todo","commands","5173VOrfIA","filter","109782oRdakw","get","slice","createRange","end","checkTodoList","1198160hHvZiJ","model","type","push","1160XmCrkk","1161063NMMetj","numberedList","listItem","*Outdent:* %0","listType","schema","locale","enableCommand","change"];return(ui=function(){return t})()}function li(t){const e=ai,n=t[e(362)](e(409));if(0==n)return t;let r=t;for(;t[e(372)]&&t[e(372)].is(e(348),e(391));){const s=t[e(372)][e(362)](e(409));if(s==n)r=t[e(372)];else if(s<n)break;t=t[e(372)]}return r}function fi(t){const e=ai,n=[];if(t.is(e(348),e(391))&&t[e(362)](e(409))>0){let r=t[e(338)];for(;r&&e(391)==r[e(342)]&&r[e(362)](e(409))==t[e(362)](e(409));)n[e(387)](r),r=r[e(338)]}return n}const hi=gi;function di(){const t=["afterInit","enableCommand","getLastPosition","2672430xkPxLc","parent","getListTypeFromListStyleType","map","listStart","*Change to:* %0","handleListStartCommand","createRange","getAttribute","*Format:* set order to regular","listReversed","listStyle","registerDescriptionCallback","TrackChangesEditing","replace","6MYAAwH","editor","listType","flat","commandName","locale","handleListStyleCommand","*Format:* set order to reversed","8085231qmwBBd","commandParams","reversed","LegacyListUtils","from","getFirstPosition","586120unlYkU","model","2518072KHconH","forward","bind","get","config","ELEMENT_","format","unshift","document","handleDescriptions","numbered","before","push","handleListReversedCommand","_getSuggestionBlocks","startIndex","length","plugins","toUpperCase","selection","_descriptionFactory","type","element","createPositionAt","styles","listItem","markMultiRangeBlockFormat","has","change","getSiblingNodes","3815203HDgOuh","*Format:* set start index to %0","_getTranslationKeyForListStyle","formatInline","formatBlock","LegacyListPropertiesEditing","1556ErXwrT","_getSuggestionBlocksForListStyle","31921510tdsBZs","backward","516GNqnXY","list.properties","_LIST_","getSelectedBlocks","8BlbKEY","filter"];return(di=function(){return t})()}function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=137]})(t,e)}!function(t,e){const n=gi,r=t();for(;;)try{if(512659===-parseInt(n(152))/1*(-parseInt(n(148))/2)+-parseInt(n(161))/3+-parseInt(n(192))/4+parseInt(n(190))/5*(-parseInt(n(176))/6)+-parseInt(n(142))/7*(parseInt(n(156))/8)+-parseInt(n(184))/9+parseInt(n(150))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(158)](){const t=hi;if(!this[t(177)][t(209)][t(139)](t(147)))return;const e=this[t(177)][t(196)][t(195)](t(153)),n=this[t(177)][t(209)][t(195)](t(174));e[t(216)]&&n[t(159)](t(172),this[t(182)][t(194)](this)),e[t(186)]&&n[t(159)](t(171),this[t(205)][t(194)](this)),e[t(207)]&&n[t(159)](t(165),this[t(167)][t(194)](this)),n[t(212)][t(173)](this[t(201)][t(194)](this))}[hi(182)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(149)]();this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](s,{commandName:t(172),commandParams:[{type:e[t(213)]}],formatGroupId:t(172)})}))}[hi(205)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(206)]((t=>t.is(n(214),n(137))&&n(202)===t[n(169)](n(178))));if(s[n(208)]<1)return;const o=s[n(164)]((t=>this[n(177)][n(191)][n(168)](this[n(177)][n(191)][n(215)](t,n(203)),this[n(177)][n(191)][n(215)](t,0))));this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](o,{commandName:t(171),commandParams:[{reversed:e[t(186)]}],formatGroupId:t(171)})}))}[hi(167)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(206)]((t=>t.is(n(214),n(137))&&n(202)===t[n(169)](n(178))));if(s[n(208)]<1)return;const o=s[n(164)]((t=>this[n(177)][n(191)][n(168)](this[n(177)][n(191)][n(215)](t,n(203)),this[n(177)][n(191)][n(215)](t,0))));this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](o,{commandName:t(165),commandParams:[{startIndex:e[t(207)]}],formatGroupId:t(165)})}))}[hi(201)](t){const e=hi;if(e(146)!=t[e(213)]&&e(145)!=t[e(213)])return;const n=this[e(177)][e(181)],{data:r}=t;if(!r)return;let s,o;switch(r[e(180)]){case e(172):s=e(166),o={type:e(198),content:Wr(n,s,Wr(n,this[e(144)](r[e(185)][0][e(213)])))};break;case e(171):s=r[e(185)][0][e(186)]?e(183):e(170),o={type:e(198),content:Wr(n,s)};break;case e(165):s=e(143),o={type:e(198),content:Wr(n,s,r[e(185)][0][e(207)])}}return o}[hi(149)](){const t=hi;var e,n,r,s;const o=this[t(177)][t(209)][t(195)](t(187));let i=Array[t(188)](this[t(177)][t(191)][t(200)][t(211)][t(155)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(214),t(137)))&&i[t(199)](...o[t(141)](this[t(177)][t(191)][t(200)][t(211)][t(189)](),t(151))),(null===(n=i[i[t(208)]-1])||void 0===n?void 0:n.is(t(214),t(137)))&&i[t(204)](...o[t(141)](this[t(177)][t(191)][t(200)][t(211)][t(160)](),t(193))),i=[...new Set(i)],(null===(s=null===(r=this[t(177)][t(191)][t(200)][t(211)][t(189)]())||void 0===r?void 0:r[t(162)])||void 0===s?void 0:s.is(t(214),t(137)))&&(i=i[t(157)]((e=>e.is(t(214),t(137))))),i}[hi(206)](t){const e=hi,n=this[e(177)][e(209)][e(195)](e(187));let r=Array[e(188)](this[e(177)][e(191)][e(200)][e(211)][e(155)]())[e(157)](t)[e(164)]((t=>{const r=e,s=this[r(177)][r(191)][r(215)](t,0);return[...n[r(141)](s,r(151)),...n[r(141)](s,r(193))]}))[e(179)]();return r=[...new Set(r)],r}[hi(144)](t){const e=hi;return e(197)+this[e(177)][e(209)][e(195)](e(187))[e(163)](t)[e(210)]()+e(154)+t[e(210)]()[e(175)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["for","createEmptyElement","_descriptionFactory","MediaEmbedEditing","options","attribute:url:media","has","stop","plugins","12SFfJKE","52136LWFOOE","ELEMENT_MEDIA","showSuggestionHighlights","downcastDispatcher","registerElementLabel","mediaEmbed","473362hCHzMn","elementToElement","afterInit","TrackChangesEditing","conversion","enableCommand","media","get","6390165dlFTlQ","div","1819566WaEWXq","3710706QmWCoG","527422splQKA","locale","dataDowncast","data","high","5430944fhggqF","editor"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=314]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(796593===-parseInt(n(341))/1+parseInt(n(329))/2*(-parseInt(n(322))/3)+parseInt(n(346))/4+parseInt(n(337))/5+-parseInt(n(340))/6+parseInt(n(339))/7+-parseInt(n(323))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(331)](){const t=mi,e=this[t(347)];if(!e[t(321)][t(319)](t(316)))return;const n=e[t(321)][t(336)](t(332)),r=e[t(342)];n[t(334)](t(328)),n[t(315)][t(327)](t(335),(e=>Wr(r,t(324),e))),e[t(333)][t(348)](t(343))[t(330)]({model:t(335),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(325)])return n[s(314)](s(338))},converterPriority:t(345)}),e[t(344)][t(326)].on(t(318),((e,n,r)=>{const s=t;r[s(317)][s(325)]&&e[s(320)]()}),{priority:t(345)})}}const Ti=yi;function _i(){const t=["7ILpOWw","1050978DowtvG","5tSXDLB","editor","460732xHlSER","MentionEditing","10rpPjEr","mention","TrackChangesEditing","262002gPjyhM","1572112JZOqli","plugins","171368ZkDfTo","has","1ihodwi","enableCommand","217440aZInMU","afterInit","get","493867OTumCm"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(114147===-parseInt(n(440))/1*(-parseInt(n(438))/2)+-parseInt(n(435))/3+parseInt(n(430))/4*(parseInt(n(428))/5)+-parseInt(n(427))/6+parseInt(n(426))/7*(parseInt(n(436))/8)+parseInt(n(442))/9+parseInt(n(432))/10*(-parseInt(n(445))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(443)](){const t=Ti,e=this[t(429)];e[t(437)][t(439)](t(431))&&e[t(437)][t(444)](t(434))[t(441)](t(433))}}function ki(t,e){const n=Li();return(ki=function(t,e){return n[t-=395]})(t,e)}const Ci=ki;function Li(){const t=["*Set format:* %0","737265jiyHDL","afterInit","6qGpIej","head","listMarkerStyle","28825foLKJg","*Remove format:* %0","ELEMENT_MULTI_LEVEL_LIST","has","TrackChangesEditing","_descriptionFactory","3813362wpEobm","_enableDefaultAttributesIntegration","key","3886240jPgejw","editor","registerDescriptionCallback","multiLevelList","plugins","1729736ELPMJe","MultiLevelList","get","next","data","1472742fWlwnW","handleDescriptions","oldValue","locale","newValue","38TiShXG","format","listType","1162936EGkkTJ"];return(Li=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(605931===-parseInt(n(424))/1*(parseInt(n(414))/2)+parseInt(n(419))/3+-parseInt(n(404))/4+parseInt(n(399))/5+parseInt(n(421))/6*(parseInt(n(396))/7)+-parseInt(n(417))/8+parseInt(n(409))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[Ci(420)](){const t=Ci,e=this[t(400)],n=e[t(403)][t(406)](t(428));e[t(403)][t(427)](t(405))&&(n[t(397)](t(402),[],[t(423)]),n[t(395)][t(401)]((e=>this[t(410)](e))))}[Ci(410)](t){const e=Ci,n=this[e(400)][e(412)],{data:r}=t,s={type:e(415),content:""};if(r&&e(423)==r[e(398)]){if(!r[e(411)])return{type:e(415),content:Wr(n,e(418),Wr(n,e(426)))+" ("+r[e(413)]+")"};if(!r[e(413)]){let o=t[e(422)];for(;o;){if(o[e(408)]&&e(416)==o[e(408)][e(398)]&&o[e(408)][e(413)])return s;o=o[e(407)]}return{type:e(415),content:Wr(n,e(425),Wr(n,e(426)))+" ("+r[e(411)]+")"}}}}}function Ri(){const t=["enableCommand","7806186IlLthN","_descriptionFactory","176tJfipM","52PLtkMu","afterInit","287760mdPUzW","PageBreakEditing","411890dTTCfA","plugins","editor","735192sRAsds","36nKOEEl","registerElementLabel","ELEMENT_PAGE_BREAK","pageBreak","TrackChangesEditing","94116kBagGJ","4809448fNnEQe","has","get","703648tcOAiT","locale","5tHexRq"];return(Ri=function(){return t})()}const Si=Mi;function Mi(t,e){const n=Ri();return(Mi=function(t,e){return n[t-=245]})(t,e)}!function(t,e){const n=Mi,r=t();for(;;)try{if(651335===-parseInt(n(268))/1+parseInt(n(262))/2+parseInt(n(257))/3*(-parseInt(n(255))/4)+parseInt(n(250))/5*(parseInt(n(252))/6)+-parseInt(n(245))/7+parseInt(n(248))/8*(parseInt(n(263))/9)+parseInt(n(259))/10*(parseInt(n(254))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class vi extends t.Plugin{[Si(256)](){const t=Si,e=this[t(261)];if(!e[t(260)][t(246)](t(258)))return;e[t(260)][t(247)](t(267))[t(251)](t(266));const n=e[t(260)][t(247)](t(267)),r=e[t(249)];n[t(253)][t(264)](t(266),(e=>Wr(r,t(265),e)))}}function wi(t,e){const n=Di();return(wi=function(t,e){return n[t-=428]})(t,e)}const Oi=wi;function Di(){const t=["ck-suggestion-marker-split","has","_descriptionFactory","writer","markerName","ck-suggestion-marker--active","isBlock","locale","plugins","mapper","get","model","name","span","data","ELEMENT_PARAGRAPH","1EWnhYW","1771682DLnLpF","8eyyaOI","*Insert:* %0","Paragraph","1297520qLlDnN","10206OKobSp","1577245liOCjU","isLimit","consumable","format","showSuggestionHighlights","options","activeMarkers","getFirstRange","*Change to:* %0","formatBlock","schema","getItemLabel","_enableDefaultAttributesIntegration","insertion","toViewPosition","editing","1309xAajCL","nodeAfter","highest","registerElementLabel","enableCommand","869211tJrkLt","addMarker:suggestion:insertion","checkChild","_registerLegacyDescription","createUIElement","consume","paragraph","includes","insertParagraph","addClass","registerDescriptionCallback","type","end","687669UioPGT","insert","TrackChangesEditing","isTouching","start","markerRange","$text","afterInit","commandName","downcastDispatcher","3253756caZrXQ","editor","bindElementToMarker"];return(Di=function(){return t})()}!function(t,e){const n=wi,r=t();for(;;)try{if(530594===-parseInt(n(433))/1*(-parseInt(n(434))/2)+parseInt(n(474))/3+-parseInt(n(484))/4+-parseInt(n(440))/5+-parseInt(n(439))/6*(-parseInt(n(456))/7)+-parseInt(n(435))/8*(-parseInt(n(461))/9)+parseInt(n(438))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Fi extends t.Plugin{[Oi(481)](){const t=Oi,e=this[t(485)];if(!e[t(495)][t(488)](t(437)))return;const n=e[t(494)],r=e[t(495)][t(497)](t(476));r[t(489)][t(459)](t(467),(e=>Wr(n,t(432),e))),r[t(452)](t(467)),r[t(460)](t(469)),e[t(455)][t(483)].on(t(462),Pi(e),{priority:t(458)}),e[t(431)][t(483)].on(t(462),((n,r,s)=>{const o=t;s[o(445)][o(444)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(458)});const s=r[t(489)];s[t(471)]((r=>{const o=t;if(o(453)!==r[o(472)])return;const{start:i,end:a}=r[o(447)]();if(!i[o(477)](a)||!i[o(457)])return;const c=e[o(428)][o(450)],u=i[o(457)];return c[o(493)](u)&&!c[o(441)](u)&&c[o(463)](u,o(480))?{type:o(453),content:Wr(n,o(436),s[o(451)](u,1))}:void 0})),this[t(464)]()}[Oi(464)](){const t=Oi,e=this[t(485)],n=e[t(494)];e[t(495)][t(497)](t(476))[t(489)][t(471)]((e=>{const r=t;if(r(449)!=e[r(472)])return;const{data:s}=e;return s&&r(467)==s[r(482)]?{type:r(443),content:Wr(n,r(448),Wr(n,r(432)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(495)][o(497)](o(476)),a=r[o(479)][o(478)],c=r[o(479)][o(473)],u=t[o(428)][o(450)];if(!a[o(477)](c)||!a[o(457)])return;const l=a[o(457)];if(u[o(493)](l)&&!u[o(441)](l)&&u[o(463)](l,o(480))){if(!s[o(442)][o(466)](r[o(479)],n[o(429)]))return;const t=s[o(490)][o(465)](o(430),{class:o(487)}),a=s[o(496)][o(454)](c);e&&i[o(446)][o(468)](r[o(491)])&&s[o(490)][o(470)](o(492),t),s[o(490)][o(475)](a,t),s[o(496)][o(486)](t,r[o(491)])}}}const xi=Ui;function Bi(){const t=["registerDescriptionCallback","formatBlock","4254955WmhNUp","798avHVqt","locale","1458603fxTGie","80nINDzz","plugins","get","*Remove all formatting*","RemoveFormatEditing","format","commandName","_enableDefaultAttributesIntegration","removeFormat","editor","type","50634cWpaBx","TrackChangesEditing","has","_registerLegacyDescription","afterInit","6534148HkIore","6yEPOKy","46068CSKhKX","2865840cwDuxn","_descriptionFactory","formatInline","103882uIoIdR"];return(Bi=function(){return t})()}function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=222]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(880466===-parseInt(n(237))/1*(-parseInt(n(232))/2)+-parseInt(n(233))/3+parseInt(n(231))/4+parseInt(n(240))/5+-parseInt(n(226))/6*(parseInt(n(241))/7)+parseInt(n(234))/8+parseInt(n(243))/9*(-parseInt(n(244))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[xi(230)](){const t=xi,e=this[t(224)];e[t(245)][t(228)](t(248))&&(e[t(245)][t(246)](t(227))[t(222)](t(223)),this[t(229)]())}[xi(229)](){const t=xi,e=this[t(224)];e[t(245)][t(246)](t(227))[t(235)][t(238)]((n=>{const r=t;if(r(239)!=n[r(225)]&&r(236)!=n[r(225)])return;const{data:s}=n;return s&&r(223)==s[r(250)]?{type:r(249),content:Wr(e[r(242)],r(247))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Wi();return(Vi=function(t,e){return n[t-=187]})(t,e)}!function(t,e){const n=Vi,r=t();for(;;)try{if(315488===-parseInt(n(194))/1*(-parseInt(n(200))/2)+-parseInt(n(211))/3+-parseInt(n(207))/4+-parseInt(n(199))/5+parseInt(n(212))/6+-parseInt(n(201))/7+-parseInt(n(206))/8*(-parseInt(n(193))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wi);class zi extends t.Plugin{[Gi(210)](){const t=Gi,e=this[t(190)];if(!e[t(204)][t(209)](t(205)))return;const n=e[t(204)][t(202)](t(189));n[t(196)](t(197)),n[t(196)](t(188));const r=e[t(204)][t(202)](t(205));r[t(196)](t(203)),r[t(196)](t(208)),r[t(196)](t(192)),r[t(196)](t(198)),r[t(196)](t(191)),r[t(196)](t(195)),r[t(196)](t(187))}}function Wi(){const t=["acceptSelectedSuggestions","enableCommand","goToPreviousRestrictedEditingException","acceptAllSuggestions","1709860PsAlXy","14182KyOLec","3383429ehCXjO","get","trackChanges","plugins","RestrictedEditingModeEditing","7874696EjWyXB","830912DLPrkS","acceptSuggestion","has","afterInit","1696053GOTrTx","2471436XKyeJo","discardSelectedSuggestions","goToNextRestrictedEditingException","TrackChangesEditing","editor","discardAllSuggestions","discardSuggestion","9zOgpHO","73dqpYKe"];return(Wi=function(){return t})()}const Hi=Ki;function Ki(t,e){const n=Xi();return(Ki=function(t,e){return n[t-=404]})(t,e)}function Xi(){const t=["requires","name","insert","ck-suggestion-marker-","get","mapper","deletion","191292uFjhzd","15395rjypuB","addMarker:suggestion:insertion","softBreak","locale","markerRange","activeMarkers","3RQJbdt","3765773JEokZI","downcastDispatcher","createUIElement","editor","20zfyanK","ck-suggestion-marker--active","high","test","registerElementLabel","addClass","markerName","5BECTJv","TrackChangesEditing","init","createPositionBefore","plugins","options","split","includes","336JhLaPO","span","addMarker:suggestion:deletion","showSuggestionHighlights","data","getItems","bindElementToMarker","7JXYhkA","_descriptionFactory","element","2152548iOijaB","toViewPosition","152196HxnyiI","model","merge","writer","shiftEnter","enableCommand","ELEMENT_LINE_BREAK","744532vQDrkV","consumable","3758096rMOtuP","addMarker:suggestion","editing"];return(Xi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(243707===-parseInt(n(408))/1*(-parseInt(n(447))/2)+parseInt(n(454))/3*(parseInt(n(435))/4)+-parseInt(n(448))/5*(-parseInt(n(416))/6)+-parseInt(n(423))/7*(parseInt(n(437))/8)+parseInt(n(426))/9*(-parseInt(n(459))/10)+parseInt(n(455))/11+parseInt(n(428))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{static get[Hi(440)](){return[Zs.ShiftEnter]}[Hi(410)](){const t=Hi,e=this[t(458)],n=e[t(412)][t(444)](t(409));n[t(433)](t(432)),e[t(439)][t(456)].on(t(449),Ji(e),{priority:t(461)}),e[t(439)][t(456)].on(t(418),Ji(e),{priority:t(461)}),e[t(420)][t(456)].on(t(438),((n,r,s)=>{const o=t;s[o(413)][o(419)]&&Ji(e,{showActiveMarker:!1})(n,r,s)})),n[t(424)][t(405)](t(450),(n=>Wr(e[t(451)],t(434),n)))}}function Ji(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(412)][o(444)](o(409));if(!s[o(436)][o(404)](r[o(452)],n[o(441)]))return;const a=t[o(429)];for(const t of r[o(452)][o(421)]()){if(!t.is(o(425),o(450)))continue;const n=o(446)==r[o(407)][o(414)](":")[1]?o(430):o(414),c=s[o(431)][o(457)](o(417),{class:o(443)+n}),u=s[o(445)][o(427)](a[o(411)](t));e&&i[o(453)][o(415)](r[o(407)])&&s[o(431)][o(406)](o(460),c),s[o(431)][o(442)](u,c),s[o(445)][o(422)](c,r[o(407)])}}}const Zi=Qi;function Yi(){const t=["31820800ZOcIjH","forceValue","174DEGops","locale","get","editor","registerDescriptionCallback","formatBlock","restrictedEditingException","document","3474738vRuVlz","plugins","52944cSkYpd","model","selection","StandardEditingModeEditing","markInlineFormat","formatInline","1899095pZwoUT","315pqUrtM","_descriptionFactory","9643IGWfSr","value","enableCommand","1098dEUGGM","commands","350nTxVBD","FORMAT_RESTRICTED_DISABLED","getRanges","format","isCollapsed","TrackChangesEditing","commandName","FORMAT_RESTRICTED_ENABLED","commandParams","afterInit","has","from","type","8293776iYuXqI","change"];return(Yi=function(){return t})()}function Qi(t,e){const n=Yi();return(Qi=function(t,e){return n[t-=118]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(837768===parseInt(n(147))/1*(parseInt(n(128))/2)+-parseInt(n(145))/3*(parseInt(n(138))/4)+-parseInt(n(144))/5+parseInt(n(150))/6*(parseInt(n(152))/7)+-parseInt(n(124))/8+-parseInt(n(136))/9+parseInt(n(126))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Zi(120)](){const t=Zi,e=this[t(131)],n=e[t(139)],r=e[t(129)];if(!e[t(137)][t(121)](t(141)))return;const s=e[t(137)][t(130)](t(157)),o=t(134),i=e[t(151)][t(130)](o);s[t(149)](o,((e,r={})=>{const a=t,c=n[a(135)][a(140)];if(c[a(156)])return void e(r);const u=void 0!==r[a(127)]?r[a(127)]:!i[a(148)];n[a(125)]((()=>{const t=a,e=Array[t(122)](c[t(154)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(142)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(146)][t(132)]((e=>{const n=t;if(n(133)!=e[n(123)]&&n(143)!=e[n(123)])return;const{data:s}=e;return s&&s[n(158)]==o?s[n(119)][0][n(127)]?{type:n(155),content:Wr(r,n(118))}:{type:n(155),content:Wr(r,n(153))}:void 0}))}}function ta(){const t=["StyleUtils","afterInit","plugins","inline","block","30tcaVuS","_descriptionFactory","86736jWJmVY","_registerInlineAttribute","9138guaXAV","GeneralHtmlSupport","commandParams","normalizeConfig","commandName","add","4335896JelKJV","format","toLowerCase","Style","formatBlock","locale","DataSchema","214615lnEqOm","style","config","type","*Remove format:* %0","element","_enableDefaultAttributesIntegration","1GybnOp","registerDescriptionCallback","6128703srmWOT","737qXZufG","styleName","101330RiKqFK","formatInline","getGhsAttributeNameForElement","_registerLegacyDescription","_registerBlockAttribute","329198zOwhaP","editor","*Set format:* %0","244dVUrav","forceValue","has","TrackChangesEditing","get","registerAttributeLabel","ghsAttributes","definitions","FORMAT_STYLE","7MDKESI"];return(ta=function(){return t})()}const ea=na;function na(t,e){const n=ta();return(na=function(t,e){return n[t-=364]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(396913===-parseInt(n(368))/1*(parseInt(n(378))/2)+-parseInt(n(400))/3*(parseInt(n(381))/4)+parseInt(n(413))/5*(parseInt(n(396))/6)+parseInt(n(390))/7*(parseInt(n(406))/8)+-parseInt(n(370))/9+parseInt(n(373))/10*(parseInt(n(371))/11)+-parseInt(n(398))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ta);class ra extends t.Plugin{[ea(392)](){const t=ea,e=this[t(379)];if(!e[t(393)][t(383)](t(409))||!e[t(393)][t(383)](t(412)))return;const n=e[t(393)][t(385)](t(384)),r=e[t(411)],s=e[t(415)][t(385)](t(414))||{},o=e[t(393)][t(385)](t(401)),i=e[t(393)][t(385)](t(391))[t(403)](e[t(393)][t(385)](t(412)),s[t(388)]);n[t(367)](t(414));const a=new Set;for(const e of i[t(395)]){const n=o[t(375)](e[t(366)]);a[t(405)](n)}const c=new Set;for(const e of i[t(394)]){const n=o[t(375)](e[t(366)]);c[t(405)](n);for(const n of e[t(387)])c[t(405)](n)}for(const e of a)n[t(377)](e),n[t(397)][t(386)](e,Wr(r,t(389)));for(const e of c)n[t(399)](e),n[t(397)][t(386)](e,Wr(r,t(389)));this[t(376)]()}[ea(376)](){const t=ea,e=this[t(379)],n=e[t(411)];e[t(393)][t(385)](t(384))[t(397)][t(369)]((e=>{const r=t;if(r(410)!=e[r(364)]&&r(374)!=e[r(364)])return;const{data:s}=e;return s&&r(414)===s[r(404)]?s[r(402)][0][r(382)]?{type:r(407),content:Wr(n,r(380),s[r(402)][0][r(372)][r(408)]())}:{type:r(407),content:Wr(n,r(365),s[r(402)][0][r(372)][r(408)]())}:void 0}))}}const sa=ia;function oa(){const t=["7018809aoTWwp","mapper","subType","_getSuggestionCoords","includes","values","addClass","plugins","32seoRWl","highest","ELEMENT_TABLE_COLUMN","MAX_SAFE_INTEGER","from","root","registerElementLabel","387729cijEvb","insertTable","has","enableCommand","max","isEqual","_tableSuggestions","insertTableRowAbove","$textProxy","start","setSelection","ELEMENT_TABLE_WITH_TEXT","markMultiRangeInsertion","enqueueChange","getChangedMarkers","type","*Remove:* %0","tableColumn","span","tablePaste","getCellLocation","getChanges","every","ELEMENT_TABLE","_tablePostFixingSubtypes","map","differ","data","insertTableColumnRight","_acceptFormatSuggestionCallbackFactory","removeClass","ELEMENT_TABLE_ROW","low","registerPostFixer","batch","getRanges","removeTableRow","afterInit","forceValue","9501zfBANk","name","_setupColumnsRowsFixing","tableRow","tableCell","insert","execute","getFirstRange","isArray","isIntersectingWithRange","item","createRangeOn","document","minColumn","3897700zCOzQF","options","toViewElement","selection","insertTableRowBelow","order","selectTableRow","isTouching","min","TrackChangesEditing","_descriptionFactory","registerCustomCallback","addRange","createPositionAt","_suggestionFactory","createRangeIn","_splitMarkerName","push","detach","insertTableColumnLeft","getAttribute","ELEMENT_TABLE_COLUMN_WITH_TEXT","add","getColumnIndexes","length","addMarker:suggestion","maxColumn","cell","selectTableColumn","toLowerCase","removeTableColumn","first","position","getItems","some","6357732wfaXaK","left","filter","registerDescriptionCallback","TableEditing","getContainedElement","accept","table","nodeBefore","createTableWalker","showSuggestionHighlights","minRow","substr","model","last","nodeAfter","getSelectionAffectedTableCells","ELEMENT_TABLE_ROW_WITH_TEXT","discard","TableUtils","element","change","locale","refresh","writer","getRowIndexes","fromRange","rowspan","_getCoordsForCells","classes","*Insert:* %0","getChildren","startsWith","2117200JoUgcJ","findAncestor","isInContent","insertion","oldRange","join","downcastDispatcher","2MlZDAK","above","end","deletion","commands","suggestion","get","getSuggestion","MIN_SAFE_INTEGER","hasAttribute","maxRow","55010oOMBCt","$graveyard","markMultiRangeDeletion","rootName","change:data","colspan","editor"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(530710===parseInt(n(494))/1*(parseInt(n(483))/2)+parseInt(n(555))/3*(-parseInt(n(509))/4)+parseInt(n(569))/5+-parseInt(n(443))/6+parseInt(n(501))/7+-parseInt(n(476))/8+parseInt(n(516))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(540)]=[e(558),e(533)],this[e(522)]=new Set}[sa(553)](){const t=sa,e=this[t(500)],n=e[t(456)][t(567)][t(572)];if(!e[t(508)][t(518)](t(447)))return;const r=e[t(465)],s=e[t(508)][t(489)](t(578)),o=e[t(508)][t(489)](t(462));s[t(579)][t(515)](t(450),(e=>Wr(r,t(539),e))),this[t(557)](),s[t(519)](t(517)),s[t(519)](t(575)),s[t(519)](t(597));for(const r of[t(523),t(573)]){const i=e[t(487)][t(489)](r);s[t(519)](r,(r=>{const a=t;e[a(456)][a(464)]((t=>{const e=a;r();const c=e(484)===i[e(574)],u=o[e(459)](n),l=o[e(468)](u),f=c?l[e(600)]-1:l[e(457)]+1,h=u[0][e(477)](e(450)),d=o[e(452)](h,{startRow:f,endRow:f}),g=Array[e(513)](d)[e(541)]((n=>t[e(566)](n[e(596)])));s[e(528)](g,e(558))}))}))}for(const r of[t(588),t(544)]){const i=e[t(487)][t(489)](r);s[t(519)](r,(r=>{const a=t;e[a(456)][a(464)]((t=>{const e=a;r();const c=e(444)===i[e(574)],u=o[e(459)](n),l=o[e(592)](u),f=c?l[e(600)]-1:l[e(457)]+1,h=u[0][e(477)](e(450)),d=o[e(452)](h,{startRow:0,column:f,includeAllSlots:!1}),g=Array[e(513)](d)[e(541)]((n=>t[e(566)](n[e(596)])));s[e(528)](g,e(533))}))}))}for(const r of[t(552),t(599)]){const i=r[t(455)](11),a=i[t(598)](),c=a[t(455)](0,3)+t(534),u=t(450)+i,l=t(577)+i,f=t(520)+i;s[t(519)](r,(()=>{const i=t;e[i(456)][i(464)]((t=>{const e=i,h=o[e(459)](n),d=h[0][e(477)](e(450));let g;if(e(552)==r){const t=o[e(468)](h);g={startRow:t[e(600)],endRow:t[e(457)],includeAllSlots:!0}}else{const t=o[e(592)](h);g={startColumn:t[e(600)],endColumn:t[e(457)],includeAllSlots:!0}}const p=o[e(452)](d,g),m=Array[e(513)](p)[e(541)]((({cell:t})=>t)),I=ca(m[e(445)]((t=>t[e(492)](c)))),E=ca(m[e(445)]((t=>!t[e(492)](c))))[e(541)]((n=>t[e(566)](n))),b=s[e(496)](E,u);if(b&&(e(558)==b[e(503)]||e(533)==b[e(503)])){const n=this[e(504)](b);for(const r of I){const s=t[e(566)](r),i=o[e(536)](r),u=r[e(589)](c)-1,h=n[l],d=n[f];h<=i[a]&&i[a]+u<=d&&b[e(581)](s)}}}))}))}function c(r){const s=t,o=Array[s(513)](n[s(551)]())[s(541)]((t=>i.LiveRange[s(469)](t)));e[s(456)][s(464)]((t=>{const n=s,i=t[n(550)];r=r[n(445)]((t=>n(495)!=t[n(514)][n(497)])),t[n(526)](r),e[n(487)][n(489)](n(552))[n(466)](),e[n(561)](n(552),{forceDefaultExecution:!0}),e[n(456)][n(529)]((()=>{const t=n;e[t(456)][t(529)](i,(e=>{const n=t,r=o[n(445)]((t=>n(495)!=t[n(514)][n(497)]));r[n(593)]>0&&e[n(526)](r);for(const t of o)t[n(587)]()}))}))}))}function u(r){const s=t;e[s(456)][s(464)]((t=>{const o=s,a=Array[o(513)](n[o(551)]())[o(541)]((t=>i.LiveRange[o(469)](t))),c=[];for(const t of r)for(const e of t[o(441)]({shallow:!0}))c[o(586)](e);for(const n of c)o(495)!=n[o(514)][o(497)]&&(t[o(526)](t[o(582)](n,0)),e[o(487)][o(489)](o(599))[o(466)](),e[o(561)](o(599),{forceDefaultExecution:!0}));const u=a[o(445)]((t=>o(495)!=t[o(514)][o(497)]));u[o(593)]>0&&t[o(526)](u);for(const t of a)t[o(587)]()}))}function l(e,n){const r=t;return n[r(538)]((t=>e[r(442)]((e=>e[r(485)][r(521)](t[r(525)])||t[r(485)][r(521)](e[r(525)])))))}function f(e,n){const r=t;return e[r(442)]((t=>n[r(442)]((e=>t[r(485)][r(576)](e[r(525)])))))}e[t(543)][t(482)].on(t(594),((e,n,r)=>{const s=t;if(!r[s(570)][s(453)])return;const o=n[s(565)];if(!o)return;const i=r[s(502)][s(571)](o);function c(t){return Array[s(563)](t)?t:[t]}i&&s(559)===o[s(556)]&&(0,a.setHighlightHandling)(i,r[s(467)],((t,e,n)=>n[s(507)](c(e[s(472)]),t)),((t,e,n)=>n[s(546)](c(e[s(472)]),t)))}),{priority:t(510)}),s[t(579)][t(446)]((e=>{const n=t;if(n(479)!=e[n(531)]&&n(486)!=e[n(531)])return;const s=e[n(448)]();if(null!=s&&s.is(n(463),n(450))){if(n(479)==e[n(531)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)]));if(t[n(593)])return{type:n(479),content:Wr(r,n(473),Wr(r,n(527),'"'+t[n(481)](" ")+'"'))}}if(n(486)==e[n(531)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)]));if(t[n(593)])return{type:n(486),content:Wr(r,n(532),Wr(r,n(527),'"'+t[n(481)](" ")+'"'))}}}})),s[t(579)][t(446)]((e=>{const n=t;if(n(558)==e[n(503)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)])),s=this[n(504)](e),o=s[n(493)]-s[n(454)]+1;if(n(479)==e[n(531)])return t[n(593)]?{type:n(479),content:Wr(r,n(473),Wr(r,n(460),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(479),content:Wr(r,n(473),Wr(r,n(547),o))};if(n(486)==e[n(531)])return t[n(593)]?{type:n(486),content:Wr(r,n(532),Wr(r,n(460),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(486),content:Wr(r,n(532),Wr(r,n(547),o))}}if(n(533)==e[n(503)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)])),s=this[n(504)](e),o=s[n(595)]-s[n(568)]+1;if(n(479)==e[n(531)])return t[n(593)]?{type:n(479),content:Wr(r,n(473),Wr(r,n(590),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(479),content:Wr(r,n(473),Wr(r,n(511),o))};if(n(486)==e[n(531)])return t[n(593)]?{type:n(486),content:Wr(r,n(532),Wr(r,n(590),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(486),content:Wr(r,n(532),Wr(r,n(511),o))}}})),s[t(583)][t(580)](t(479),t(558),t(461),c),s[t(583)][t(580)](t(486),t(558),t(449),c),s[t(583)][t(580)](t(479),t(533),t(461),u),s[t(583)][t(580)](t(486),t(533),t(449),u),s[t(583)][t(580)](t(479),t(533),t(481),l),s[t(583)][t(580)](t(486),t(533),t(481),l),s[t(583)][t(580)](t(479),t(558),t(481),f),s[t(583)][t(580)](t(486),t(558),t(481),f)}[sa(545)](){const t=sa,e=this[t(500)],n=e[t(456)][t(567)][t(572)];return(r,s)=>{const o=t;e[o(456)][o(464)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(485)][a(451)];u&&u[0]&&!1===u[0][a(554)]&&(l=r[0][a(525)][a(458)]);const f=t[a(584)](l);if(a(495)==f[a(514)][a(497)])return;const h=Array[a(513)](n[a(551)]())[a(541)]((t=>i.LiveRange[a(469)](t)));t[a(526)](f),e[a(487)][a(489)](c)[a(466)](),u[a(586)]({forceDefaultExecution:!0}),e[a(561)](c,...u);const d=h[a(445)]((t=>a(495)!=t[a(514)][a(497)]));d[a(593)]>0&&t[a(526)](d);for(const t of h)t[a(587)]()}))}}[sa(471)](t){const e=sa,n=this[e(500)][e(508)][e(489)](e(462));let r=Number[e(512)],s=Number[e(491)],o=Number[e(512)],i=Number[e(491)];for(const a of t){if(e(495)==a[e(514)][e(497)])continue;const{row:t,column:c}=n[e(536)](a),u=a[e(492)](e(470))?a[e(589)](e(470))-1:0,l=a[e(492)](e(499))?a[e(589)](e(499))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(557)](){const t=sa,e=this[t(500)],n=e[t(508)][t(489)](t(578)),r=e[t(508)][t(489)](t(462));e[t(456)][t(567)].on(t(498),(()=>{const r=t,s=Array[r(513)](e[r(456)][r(567)][r(542)][r(530)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(585)](t);if(r(488)!=s)continue;if(null!=e[r(480)])continue;const a=n[r(490)](o);this[r(540)][r(505)](i)&&this[r(522)][r(591)](a)}}),{priority:t(548)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(566)](e),a=e[s(477)](s(450)),c=r[s(536)](e);for(const t of this[s(522)]){const n=t[s(503)],r=n[s(475)](s(535)),u=n[s(455)](r?10:5),l=u[s(598)](),f=l[s(455)](0,3)+s(534),h=s(577)+u,d=s(520)+u;if(!t[s(478)])continue;if(a!=t[s(562)]()[s(525)][s(477)](s(450)))continue;if(t[s(564)](i))continue;const g=e[s(492)](f)?e[s(589)](f)-1:0,p=this[s(504)](t),m=p[h],I=p[d];m<=c[l]&&c[l]+g<=I&&(t[s(581)](i),o=!0)}return o};e[t(456)][t(567)][t(549)]((n=>{const r=t;let o=!1;for(const t of e[r(456)][r(567)][r(542)][r(537)]())if(r(560)==t[r(531)])if(r(558)==t[r(556)])for(const e of t[r(440)][r(458)][r(474)]())o=o||s(e,n);else r(559)==t[r(556)]&&(o=o||s(t[r(440)][r(458)],n));return o}))}[sa(504)](t){const e=sa;return this[e(471)](t[e(551)]()[e(541)]((t=>t[e(525)][e(458)])))}}function ca(t){const e=sa;return Array[e(513)](new Set(t)[e(506)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=144]})(t,e)}function fa(){const t=["root","TableUtils","tableCell","value","rootName","getFirstPosition","length","deletion","set:isEnabled","mergeTableCells","change","containsRange","format","getAncestors","461538HRQhdi","getCellLocation","locale","has","editor","1791tnOkYZ","subType","horizontally","plugins","_suggestionFactory","registerCustomCallback","filter","$graveyard","isEnabled","1311852DnCFGt","push","model","from","selection","document","author","mergeTableCellDown","51448ItLYTe","_areSelectedCellsMergable","add","element","commands","map","mergeTableCellRight","createRangeOn","*Split cell:* horizontally","detach","2756940BFvnEe","_descriptionFactory","isInContent","size","setSelection","TableEditing","registerDescriptionCallback","getSelectionAffectedTableCells","_tablePostFixingSubtypes","mergeTableCellLeft","createTableWalker","formatBlock","1120015KkrCpy","find","refresh","2313542qIGSxe","stop","1517840nJuywp","formatInline","accept","getSuggestions","forceDefaultExecution","trackChanges","insertion","markMultiRangeBlockFormat","get","_acceptFormatSuggestionCallbackFactory","execute","_isForcedDefaultExecutionBlock","highest","splitTableCellVertically","*Split cell:* vertically","TrackChangesEditing","commandName","return","_areMergableCells","markBlockFormat","direction","2BUbjgz","getRanges","mergeTableCellUp","splitTableCellHorizontally","low","findAncestor","table","*Merge cells*","requires","cell","afterInit","type","enableCommand","fromRange"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(310062===-parseInt(n(232))/1+parseInt(n(204))/2*(parseInt(n(148))/3)+-parseInt(n(183))/4+parseInt(n(178))/5+-parseInt(n(166))/6+-parseInt(n(181))/7+-parseInt(n(156))/8*(-parseInt(n(237))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(212)](){return[aa]}[ua(214)](){const t=ua,e=this[t(236)],n=e[t(150)][t(153)][t(152)],r=e[t(234)];if(!e[t(240)][t(235)](t(171)))return;const s=e[t(240)][t(191)](t(198)),o=e[t(240)][t(191)](t(219)),a=e[t(240)][t(191)](aa);a[t(174)][t(149)](t(227)),s[t(216)](t(227),(()=>{const n=t,r=o[n(173)](e[n(150)][n(153)][n(152)]);e[n(150)][n(228)]((()=>{const t=n;s[t(190)](r,{commandName:t(227),commandParams:[]},[],t(227))}))})),e[t(160)][t(191)](t(227)).on(t(193),((n,r)=>{const o=t;e[o(160)][o(191)](o(188))[o(221)]&&(r[o(224)]>0&&r[r[o(224)]-1]&&r[r[o(224)]-1][o(187)]||s[o(194)]||this[o(157)]()||n[o(182)]())}),{priority:t(195)});for(const n of[t(206),t(162),t(155),t(175)]){const r=e[t(160)][t(191)](n);s[t(216)](n,(()=>{const n=t,o=e[n(150)][n(153)][n(152)][n(223)]()[n(231)]()[n(179)]((t=>t.is(n(159),n(220)))),i=r[n(221)];e[n(150)][n(228)]((()=>{const t=n;s[t(190)]([o,i],{commandName:t(227),commandParams:[]},[],t(227))}))}))}for(const n of[t(196),t(207)]){const r=e[t(160)][t(191)](n);s[t(216)](n,(()=>{const i=t,a=o[i(173)](e[i(150)][i(153)][i(152)])[0],c=a[i(209)](i(210)),{column:u,row:l}=o[i(233)](a);let f=[];if(i(239)==r[i(203)]){const t=o[i(176)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(151)](t)[i(161)]((t=>t[i(213)]))}else{const t=o[i(176)](c,{column:u,includeAllSlots:!0});f=Array[i(151)](t)[i(161)]((t=>t[i(213)]))}e[i(150)][i(228)]((t=>{const e=i;s[e(202)](t[e(163)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(167)][t(172)]((e=>{const n=t;if(n(177)!=e[n(215)]&&n(184)!=e[n(215)])return;const{data:s}=e;return s&&n(227)==s[n(199)]?{type:n(230),content:Wr(r,n(211))}:void 0})),s[t(167)][t(172)]((e=>{const n=t;if(n(177)!=e[n(215)]&&n(184)!=e[n(215)])return;const{data:s}=e;return s?n(196)==s[n(199)]?{type:n(230),content:Wr(r,n(197))}:n(207)==s[n(199)]?{type:n(230),content:Wr(r,n(164))}:void 0:void 0}));const c=a[t(192)]();for(const e of[t(206),t(162),t(155),t(175)])s[t(241)][t(144)](t(177),e,t(185),c);for(const e of[t(196),t(207)])s[t(241)][t(144)](t(177),e,t(185),c);s[t(241)][t(144)](t(177),t(227),t(185),(r=>{const s=t;e[s(150)][s(228)]((t=>{const o=s,a=Array[o(151)](n[o(205)]())[o(161)]((t=>i.LiveRange[o(217)](t)));t[o(170)](r),e[o(160)][o(191)](o(227))[o(180)](),e[o(193)](o(227),{forceDefaultExecution:!0});const c=a[o(145)]((t=>o(146)!=t[o(218)][o(222)]));c[o(224)]>0&&t[o(170)](c);for(const t of a)t[o(165)]()}))}));for(const n of[t(206),t(155),t(175),t(162)]){const r=e[t(160)][t(191)](n);r.on(t(226),((n,s,o)=>{const i=t;if(o){const t=e[i(150)][i(153)][i(152)][i(223)]()[i(231)]()[i(179)]((t=>t.is(i(159),i(220))));this[i(201)](r[i(221)],t)||(n[i(200)]=!1,n[i(182)]())}}),{priority:t(208)})}}[ua(157)](){const t=ua,e=this[t(236)][t(160)][t(191)](t(227)),n=this[t(236)][t(240)][t(191)](t(219));if(!e[t(147)])return!1;const r=n[t(173)](this[t(236)][t(150)][t(153)][t(152)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(201)](e,n))return!1;return!0}[ua(201)](t,e){const n=ua,r=this[n(236)][n(240)][n(191)](n(198)),s=this[n(236)][n(150)][n(163)](t),o=this[n(236)][n(150)][n(163)](e),i=new Set,a=new Set;for(const t of r[n(186)]())if((n(189)==t[n(215)]||n(225)==t[n(215)]||n(227)==t[n(238)])&&t[n(168)])for(const e of t[n(205)]())e[n(229)](s,!0)&&i[n(158)](t[n(215)]+":"+t[n(154)].id),e[n(229)](o,!0)&&a[n(158)](t[n(215)]+":"+t[n(154)].id);if(i[n(169)]!=a[n(169)])return!1;for(const t of i)if(!a[n(235)](t))return!1;return!0}}const da=ga;function ga(t,e){const n=pa();return(ga=function(t,e){return n[t-=331]})(t,e)}function pa(){const t=["addClass","ck-suggestion-marker-","options","cell","showSuggestionHighlights","_suggestionFactory","stop","format","setTableColumnHeader","consumable","data-suggestion","unbindElementFromMarkerName","type","registerAttributeLabel","highest","markerNameToElements","parent","nodeAfter","has","getCellLocation","activeMarkers","getSuggestion","406176ofRmeU","FORMAT_REGULAR_COLUMN","toViewElement","11886633JvVPXG","FORMAT_HEADER_COLUMN","includes","15icIHvx","editing","plugins","get","accept","start","downcastDispatcher","createTableWalker","_splitMarkerName","afterInit","locale","TableEditing","forceValue","setTableRowHeader","removeAttribute","addMarker:suggestion","markerName","_enableDefaultAttributesIntegration","190804aIIcqQ","ck-suggestion-marker--active","editor","data","item","requires","8gXPNxB","611186IGXXTl","removeMarker:suggestion","commandParams","_handleLegacySuggestions","headingColumns","*Format:* %0","714RpcZPv","setAttribute","23443mexFkc","FORMAT_HEADER_ROW","headingRows","writer","commandName","_descriptionFactory","bindElementToMarker","1455633mdYuuA","10hMIvHj","markerRange","TableUtils","mapper","_registerLegacyDescription","registerCustomCallback","TrackChangesEditing","end","747765WxXOmg","consume","_acceptFormatSuggestionCallbackFactory","name","formatBlock","removeClass","registerDescriptionCallback","nodeBefore","FORMAT_REGULAR_ROW"];return(pa=function(){return t})()}!function(t,e){const n=ga,r=t();for(;;)try{if(267113===-parseInt(n(394))/1+-parseInt(n(401))/2+-parseInt(n(339))/3+-parseInt(n(370))/4*(parseInt(n(376))/5)+parseInt(n(407))/6*(parseInt(n(409))/7)+parseInt(n(400))/8*(-parseInt(n(416))/9)+parseInt(n(331))/10*(parseInt(n(373))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[da(399)](){return[aa]}[da(385)](){const t=da,e=this[t(396)];if(!e[t(378)][t(366)](t(387)))return;const n=e[t(386)],r=e[t(378)][t(379)](t(337));r[t(393)](t(389),[],[t(411)]),r[t(393)](t(356),[],[t(405)]),r[t(414)][t(361)](t(411),Wr(n,t(410))),r[t(414)][t(361)](t(405),Wr(n,t(374))),this[t(404)]()}[da(404)](){const t=da,e=this[t(396)][t(378)][t(379)](t(337)),n=this[t(396)][t(378)][t(379)](t(333)),r=this[t(396)][t(378)][t(379)](aa)[t(341)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=ga,{type:c,id:u}=e[a(384)](o[a(392)]),l=e[a(369)](u),f=l[a(397)];if(a(343)!=l[a(360)]||!f||a(356)!=f[a(413)])return;if(o[a(398)])return void s[a(354)]();if(!i[a(357)][a(340)](o[a(332)],s[a(342)]))return;const h=o[a(332)][a(381)][a(365)],d=o[a(332)][a(338)][a(346)],g=h[a(364)][a(364)],{column:p}=n[a(367)](h),{column:m}=n[a(367)](d);for(let s=p;s<=m;s++){const l=n[a(383)](g,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(351)],l=i[a(334)][a(372)](s);i[a(412)][a(348)](a(349)+c,l),r&&i[a(412)][a(408)](a(358),u,l),i[a(334)][a(415)](l,o[a(392)]),t&&(e[a(368)][a(375)](o[a(392)])?i[a(412)][a(348)](a(395),l):i[a(412)][a(344)](a(395),l))}}}}e[t(353)][t(336)](t(343),t(389),t(380),r),e[t(353)][t(336)](t(343),t(356),t(380),r),this[t(396)][t(377)][t(382)].on(t(391),s(),{priority:t(362)}),this[t(396)][t(397)][t(382)].on(t(391),((e,n,r)=>{const o=t;r[o(350)][o(352)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(362)}),this[t(396)][t(377)][t(382)].on(t(402),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(384)](r[o(392)]),c=e[o(369)](a),u=c[o(397)];if(o(343)!=c[o(360)]||!u||o(356)!=u[o(413)])return;const l=s[o(334)][o(363)](r[o(392)]);if(l)for(const t of l)s[o(412)][o(344)](o(349)+i,t),s[o(412)][o(344)](o(395),t),s[o(412)][o(390)](o(358),t),s[o(334)][o(359)](t,r[o(392)])}),{priority:t(362)}),this[t(335)]()}[da(335)](){const t=da,e=this[t(396)],n=e[t(386)];function r(e){const r=t;return{type:r(355),content:Wr(n,r(406),e)}}e[t(378)][t(379)](t(337))[t(414)][t(345)]((e=>{const s=t;if(s(343)!=e[s(360)])return;const{data:o}=e;if(o){if(s(389)==o[s(413)]){const t=o[s(403)][0][s(388)];return r(Wr(n,s(t?410:347)))}if(s(356)==o[s(413)]){const t=o[s(403)][0][s(388)];return r(Wr(n,s(t?374:371)))}}}))}}const Ia=ya;function Ea(){const t=["hasSuggestion","getItems","reduce","filter","document","suggestion","markMultiRangeDeletion","keys","getChildren","getRows","listenTo","unwrap","editingDowncast","819358wVidnB","getSelectionAffectedTableCells","columnInsertionRanges","52KQcITF","set","suggestion-td","suggestionLoaded","tableCellBorderStyle","tableCellBorderWidth","register","1671470FqTYew","createTableWalker","attributes","ck-suggestion-marker","nodeAfter","call","return","tablePasteChainId","map","requires","getTableIfOnlyTableInContent","getSuggestion","tableCellPadding","oldRange","endRow","rowInsertionIndexes","getRange","type","getAllAdjacentSuggestions","tablePaste","conversion","every","wrap","tableCellHorizontalAlignment","nextSibling","isEqual","documentSelection","tableCellBorderColor","author","4964664xKZXIc","7LRwitt","join","getRowIndexes","afterInit","findAncestor","cell","ck-suggestion-marker-insertion","startsWith","from","*Replace table cells*","forceDefaultExecution","fromEntries","getShiftedBy","column","editor","elementToElement","registerPostFixer","46977fQKqzx","_isForcedDefaultExecutionBlock","forEach","TableClipboard","tablePasteColumn","dataDowncast","_getCoordsForCells","insertion","root","suggestionUnloaded","updateMarker","columnInsertionIndexes","markMultiRangeBlockFormat","setAttribute","cells","low","$graveyard","_splitMarkerName","fill","end","TrackChangesEditing","activeMarkers","add","containsRange","insertRows","tablePasteRow","redo","first","get","accept","getColumnIndexes","removeRows","markerName","row","_replaceTableSlotCell","_tablePostFixingSubtypes","14411640zFXIPK","removeColumns","start","previousSibling","tableCellBackgroundColor","getContainedElement","tableCellVerticalAlignment","batch","_suggestionFactory","insertionRanges","length","schema","view","plugins","insert","selection","suggestion:formatBlock:tablePasteCell","next","has","insertColumns","clipboardOutput","_createdBatches","last","createRangeOn","value","Users","_descriptionFactory","deletion","6955092lryoPC","model","createRangeIn","entries","getChanges","paragraph","formatBlock","newRange","registerDescriptionCallback","removeMarkers","change","insertContent","setAttributes","showSuggestionHighlights","move","push","registerCustomCallback","rootName","fromRange","tableCellSuggestion","2539254ucCBXI","TableUtils","deletionRanges","editing","columns","includes","endColumn","markerToHighlight","rows","high","stop","table","find","ck-suggestion-marker--active","content","getSuggestionCallback","detach","tableCell","commands","markerAttributes","getAttributes","createPositionBefore","trackChanges","getSuggestions","subType","previous","12yQxwbm","position","markMultiRangeInsertion","markers","locale","element","discard","isEmpty","removeMarker","getMarkers","tablePasteCell","remove","options","isInContent","rowInsertionRanges","getColumns","createElement","differ","getChangedMarkers","name","createRange","some","for","getRanges","getChild"];return(Ea=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(517206===parseInt(n(165))/1+-parseInt(n(168))/2*(-parseInt(n(222))/3)+-parseInt(n(332))/4*(-parseInt(n(175))/5)+-parseInt(n(306))/6*(parseInt(n(205))/7)+-parseInt(n(204))/8+parseInt(n(286))/9+-parseInt(n(258))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const ba=[Ia(173),Ia(202),Ia(172),Ia(198),Ia(264),Ia(262),Ia(187)],Ta=Object[Ia(216)](ba[Ia(183)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(184)](){return[aa]}[Ia(208)](){const t=Ia,n=this[t(219)];if(!n[t(271)][t(276)](t(225)))return;const r=n[t(271)][t(250)](t(242)),s=n[t(271)][t(250)](t(307)),o=n[t(271)][t(250)](aa),a=n[t(271)][t(250)](t(225));o[t(257)][t(301)](t(247),t(226)),n[t(287)][t(269)][t(174)](t(305),{allowIn:t(323),allowContentOf:t(323),isLimit:!0}),n[t(195)][t(220)]({model:t(305),view:t(170)});let c=null;n[t(287)].on(t(297),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(268)]-1];h&&h[u(215)]||r[u(223)]||this[u(219)][u(324)][u(250)](u(328))[u(282)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(201)))return!1;const i=s[o(185)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(166)](n[o(361)][o(273)]);if(!a[o(268)])return!1;const c=a[0][o(209)](o(317)),l=r[o(207)](a),f=r[o(252)](a),h={startRow:l[o(249)],endRow:l[o(280)],startColumn:f[o(249)],endColumn:f[o(280)]};return 1==a[o(268)]&&(h[o(189)]+=r[o(366)](i)-1,h[o(312)]+=r[o(347)](i)-1),ka(c,h,r)}(l,f,n[u(287)],s,a)&&(o[u(316)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(287)][u(296)]((()=>{const t=u;n[t(287)][t(297)](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(268)]&&r[t(334)](o,t(247),{tablePasteChainId:s}),a[t(268)]&&r[t(334)](a,t(226),{tablePasteChainId:s}),l[t(268)]&&(r[t(334)](l,t(194),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(224)]((e=>{const n=t;var r;return null===(r=e[n(322)])||void 0===r?void 0:r[n(180)](e)}))),f[t(268)]&&(r[t(363)](f,t(194),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(224)]((e=>{const n=t;var r;return null===(r=e[n(322)])||void 0===r?void 0:r[n(180)](e)})));const d=r[t(234)](h[t(183)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(342),{tablePasteChainId:s});if(d){const e=d[t(341)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(287)][t(281)](s),a=e[t(318)]((e=>e[t(191)]()[t(200)](i)));a&&r[t(301)]([a[t(351)],o])}r[t(268)]&&d[t(235)](t(325),Object[t(216)](r))}c=null})))}),{priority:e.priorities[t(315)]+10}),n[t(271)][t(250)](t(225)).on(t(256),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(316)]();const u=s[r(210)],l=o,f=Aa(u),h=Aa(l);e[r(181)]=u;let d=null,g=null;if(h||f)if(f&&!h){a[r(343)](u[r(356)](0));for(const t of Array[r(213)](l[r(365)]()))a[r(272)](t,u,r(241));const t=c[r(190)][r(311)](s[r(255)]),e=c[r(233)][r(311)](s[r(218)]);t||e||(d=i.LiveRange[r(304)](a[r(288)](u)))}else h&&!f&&(g=a[r(288)](u));else{const t=a[r(348)](r(305)),e=a[r(348)](r(305));a[r(197)](a[r(288)](u),e),a[r(272)](t,u,0);for(const e of Array[r(213)](l[r(365)]()))a[r(272)](e,t,r(241));d=i.LiveRange[r(304)](a[r(281)](t)),g=i.LiveRange[r(304)](a[r(281)](e))}const p=Array[r(213)](l[r(326)]())[r(360)]((([t])=>ba[r(311)](t)));c[r(236)][r(301)]({element:u,attributes:p[r(268)]?Object[r(216)](p):null}),d&&c[r(267)][r(301)](d),g&&c[r(308)][r(301)](g)}),{priority:t(315)}),s.on(t(277),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(310)]||1;c[o(233)]=new Array(l)[o(240)](u)[o(183)](((t,e)=>t+e));for(const{cell:t}of s[o(176)](i,{startColumn:u,endColumn:u+l-1}))c[o(167)][o(301)](n[o(287)][o(281)](t))}),{priority:t(237)}),s.on(t(246),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(314)]||1;c[o(190)]=new Array(l)[o(240)](u)[o(183)](((t,e)=>t+e));for(const{cell:t}of s[o(176)](i,{startRow:u,endRow:u+l-1}))c[o(346)][o(301)](n[o(287)][o(281)](t))}),{priority:t(237)}),r[t(284)][t(294)]((e=>{const r=t;if(e[r(330)]&&e[r(330)][r(212)](r(194)))return e[r(331)]?{}:{type:r(229),content:Wr(n[r(336)],r(214))}}));const u=()=>!1;for(const e of[t(194),t(226),t(247),t(342)])r[t(266)][t(302)](t(229),e,t(206),u),r[t(266)][t(302)](t(285),e,t(206),u),r[t(266)][t(302)](t(292),e,t(206),u);r[t(266)][t(302)](t(292),t(342),t(338),u),r[t(266)][t(302)](t(292),t(342),t(251),((e,r,s)=>{const o=t,i=e[o(183)]((t=>t[o(263)]()))[o(360)]((t=>t)),a=new Map(i[o(183)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(236)])e&&a[o(169)](t,e);else if(s&&s[o(325)])for(const[t,e]of Object[o(289)](s[o(325)])){const r=n[o(287)][o(335)][o(250)](t),s=r?r[o(191)]()[o(263)]():null;s&&a[o(169)](s,e)}n[o(287)][o(296)]((t=>{const e=o;for(const[n,r]of a)t[e(298)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(266)][o(302)](e,o(194),s,((t,i,a)=>{const c=o;n[c(287)][c(296)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(260)][o(179)];t.is(o(337),o(305))&&u[o(301)](t)}r[o(266)][o(321)](e,null,s)(t,i,a);for(const t of u)o(238)!=t[o(230)][o(303)]&&n[o(368)](t)}))}))};l(t(229),t(251)),l(t(229),t(338)),l(t(285),t(251)),l(t(285),t(338)),r[t(266)][t(302)](t(229),t(247),t(338),(e=>{const n=t,r=e[n(183)]((t=>t[n(263)]())),i=r[0][n(209)](n(317)),{minRow:a,maxRow:c}=o[n(228)](r);s[n(253)](i,{at:a,rows:c-a+1})})),r[t(266)][t(302)](t(229),t(226),t(338),(e=>{const n=t,r=e[n(183)]((t=>t[n(263)]())),i=r[0][n(209)](n(317)),{minColumn:a,maxColumn:c}=o[n(228)](r);s[n(259)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(330)]||!n[s(330)][s(212)](s(194)))return;const o=n[s(177)][s(182)],i=r[s(329)]()[s(360)]((t=>t[s(345)]&&t[s(177)]&&t[s(177)][s(182)]==o));i[s(268)]&&n[s(193)]()[s(268)]!=i[s(268)]&&i[s(359)](((t,e)=>(t[s(275)]=e,e[s(331)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(239)](e[s(254)]),i=[s(178),s(211)],a=r[s(243)][s(311)](e[s(254)]);return a&&i[s(301)](s(319)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(171),f,{priority:t(315)}),r.on(t(231),f,{priority:t(315)}),n[t(287)][t(361)][t(221)]((()=>{const e=t;let s=!1;const o=Array[e(213)](n[e(287)][e(361)][e(349)][e(350)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(239)](t);if(e(362)!=o||e(285)!=a||i[e(188)])continue;if(!r[e(357)](c))continue;const u=r[e(186)](c)[e(355)](),l=n[e(271)][e(250)](e(283)).me;for(const t of r[e(329)]())if(t[e(345)]&&t[e(203)]==l&&e(292)==t[e(192)]&&e(342)==t[e(330)]&&t[e(355)]()[e(196)]((t=>u[e(353)]((n=>n[e(245)](t,!0))))))for(const n of t[e(193)]())n[e(345)]&&(n[e(338)](),s=!0)}return s})),n[t(287)][t(361)][t(221)]((e=>{const s=t,o=n[s(324)][s(250)](s(248));if(!o||!o[s(279)][s(276)](e[s(265)]))return!1;let i=!1;const a=n[s(271)][s(250)](s(283)).me,c=n[s(287)][s(361)][s(349)][s(290)](),u=Array[s(213)](n[s(287)][s(361)][s(349)][s(350)]())[s(360)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(239)](t);return n(362)==o&&n(194)==i&&c==a.id&&!e[n(188)]}));for(const t of c){if(s(272)!=t[s(192)]||s(305)!=t[s(351)]||1!=t[s(268)])continue;const n=e[s(352)](t[s(333)],t[s(333)][s(217)](1));if(!u[s(318)]((({data:t})=>t[s(293)][s(200)](n))))for(const{name:t,data:r}of u)if(n[s(245)](r[s(293)])){e[s(232)](t,{range:n}),i=!0;break}}return i})),n[t(287)][t(361)][t(221)]((e=>{const s=t;let o=!1;const i=n[s(271)][s(250)](s(283)).me,a=r[s(329)]()[s(360)]((t=>t[s(345)]&&t[s(203)]==i)),c=new Set,u=new Set;for(const t of a)if(s(194)==t[s(330)])for(const e of t[s(341)]()){const n=e[s(191)]()[s(263)]();if(n)if(n.is(s(337),s(305))&&Aa(n)){t[s(340)](e[s(351)]),c[s(244)](n),o=!0;const r=n[s(199)],i=n[s(261)],a=r&&r.is(s(337),s(305)),l=i&&i.is(s(337),s(305));a&&!c[s(276)](r)&&u[s(244)](r),l&&!c[s(276)](i)&&u[s(244)](i)}else n.is(s(337),s(291))&&n[s(339)]&&(t[s(340)](e[s(351)]),o=!0)}else if(s(342)==t[s(330)]){if(!t[s(177)]||!t[s(177)][s(182)])continue;const e=t[s(177)][s(325)];if(e&&Object[s(364)](e)[s(268)])continue;const n=t[s(177)][s(182)];let r=!0,i=!0;for(const e of a)if(e[s(330)]&&e[s(330)][s(212)](s(194))){if(!e[s(177)][s(182)]){i=!1;break}if(e.id!=t.id&&e[s(177)][s(182)]==n){r=!1;break}}i&&r&&(t[s(295)](),o=!0)}for(const t of c)e[s(343)](t);for(const t of u)e[s(368)](t);return o})),n[t(195)][t(354)](t(164))[t(313)]({model:t(274),view:(t,e)=>h(t),converterPriority:t(315)}),n[t(195)][t(354)](t(227))[t(313)]({model:t(274),view:(e,n)=>n[t(344)][t(299)]?h(e,!1):null,converterPriority:t(315)});const d=n[t(309)][t(270)];this[t(367)](d[t(361)],t(278),((e,n)=>{const r=t,s=[];for(const t of d[r(288)](n[r(320)])[r(358)]())t.is(r(337),r(170))&&s[r(301)](t);d[r(296)]((t=>{const e=r;for(const n of s)t[e(300)](t[e(288)](n),t[e(327)](n)),t[e(343)](n)}))}))}}function ya(t,e){const n=Ea();return(ya=function(t,e){return n[t-=164]})(t,e)}function Aa(t){const e=Ia;if(t[e(339)])return!0;const n=t[e(356)](0);return n.is(e(337),e(291))&&n[e(339)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(176)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=Na;function La(){const t=["_suggestionFactory","formatBlock","document","9QBwkWw","commandParams","getTableColumnsWidths","getSuggestionCallback","getSuggestions","table","formatGroupId","4650584JxKDsv","registerDescriptionCallback","get","format","type","has","editor","markBlockFormat","getSelectedElement","getContainedElement","locale","*Format:* resize table","tableWidth","_descriptionFactory","Users","627090NQDJyA","resizeTable","805335pzzloD","plugins","TableColumnResizeEditing","7NoneRC","22euFkWM","resizeTableWidth","change","columnWidths","model","accept","author","128317GRXlru","getAttribute","6287064FPqIAE","handleResizeTableWidthCommand","3LavCJK","selection","formatInline","afterInit","data","24SyKqXb","94702bxMWnh","getColumnGroupElement","handleSuggestionDescription","subType","TrackChangesEditing","bind","registerCustomCallback","enableCommand","2233312hPXsOE","discard"];return(La=function(){return t})()}function Na(t,e){const n=La();return(Na=function(t,e){return n[t-=494]})(t,e)}!function(t,e){const n=Na,r=t();for(;;)try{if(398838===parseInt(n(536))/1+-parseInt(n(546))/2*(parseInt(n(540))/3)+parseInt(n(496))/4+parseInt(n(525))/5*(-parseInt(n(545))/6)+parseInt(n(528))/7*(-parseInt(n(508))/8)+parseInt(n(501))/9*(-parseInt(n(523))/10)+-parseInt(n(529))/11*(-parseInt(n(538))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Ca(543)](){const t=Ca;if(!this[t(514)][t(526)][t(513)](t(527)))return;const e=this[t(514)][t(526)][t(510)](t(550));e[t(495)](t(530),this[t(539)][t(551)](this)),e[t(498)][t(494)](t(499),t(524),t(534),e[t(498)][t(504)](t(499),null,t(497))),e[t(498)][t(494)](t(499),t(524),t(497),e[t(498)][t(504)](t(499),null,t(534))),e[t(521)][t(509)](this[t(548)][t(551)](this))}[Ca(539)](t,e){const n=Ca,r=this[n(514)][n(526)][n(510)](n(550)),s=this[n(514)][n(526)][n(510)](n(527)),o=e[n(506)]||this[n(514)][n(533)][n(500)][n(541)][n(516)]();this[n(514)][n(533)][n(531)]((()=>{const i=n,a=s[i(547)](o);let c=a?s[i(503)](a):null,u=o[i(537)](i(520))||null;const l=e[i(520)]||u,f=e[i(532)]||c,h=this[i(514)][i(526)][i(510)](i(522)).me;for(const t of r[i(505)]()){const e=t[i(517)]();if(i(524)===t[i(549)]&&e===o){t[i(535)]!==h&&t[i(497)]();const e=t[i(544)][i(502)];u=e[0][i(520)],c=e[0][i(532)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(515)](o,{commandName:i(530),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(524)},[],i(524))}))}[Ca(548)](t){const e=Ca;if(e(499)!=t[e(512)]&&e(542)!=t[e(512)])return;const{data:n}=t;if(n&&e(524)===n[e(507)]){const t=e(519);return{type:e(511),content:Wr(this[e(514)][e(518)],t)}}}}const Sa=Ma;function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=239]})(t,e)}function va(){const t=["TrackChangesEditing","70415TUmtNF","enableCommand","has","5589682ZPzdMw","6dgMOmi","editor","get","insertTemplate","Template","5552613qHKbPg","312jEHdiK","50266QKqQuI","8MJBJfA","8641281GgQrlg","afterInit","22lCojOW","169533SnQnpM","plugins","10483050TTnWQJ"];return(va=function(){return t})()}!function(t,e){const n=Ma,r=t();for(;;)try{if(555162===parseInt(n(239))/1*(parseInt(n(243))/2)+parseInt(n(244))/3+parseInt(n(258))/4*(parseInt(n(248))/5)+-parseInt(n(252))/6*(parseInt(n(251))/7)+-parseInt(n(240))/8*(parseInt(n(257))/9)+parseInt(n(246))/10+-parseInt(n(241))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class wa extends t.Plugin{[Sa(242)](){const t=Sa,e=this[t(253)];e[t(245)][t(250)](t(256))&&e[t(245)][t(254)](t(247))[t(249)](t(255))}}function Oa(t,e){const n=Fa();return(Oa=function(t,e){return n[t-=184]})(t,e)}const Da=Oa;function Fa(){const t=["get","134SMlzXb","commands","73736kxlPlT","registerElementLabel","TrackChangesEditing","15476283heBjGf","insertTableOfContents","18242MfhFVu","enableCommand","44907GzKaGS","2262180olwQbK","afterInit","tableOfContents","152legSdk","938tDeMNt","_descriptionFactory","locale","20rZRiQT","plugins","ELEMENT_TABLE_OF_CONTENTS","10jiWsvH","19214712LEuGYH","editor","66540120vKCeCX"];return(Fa=function(){return t})()}!function(t,e){const n=Oa,r=t();for(;;)try{if(983571===parseInt(n(199))/1*(-parseInt(n(192))/2)+parseInt(n(201))/3*(-parseInt(n(205))/4)+parseInt(n(184))/5*(-parseInt(n(202))/6)+-parseInt(n(206))/7*(parseInt(n(194))/8)+-parseInt(n(197))/9*(-parseInt(n(187))/10)+-parseInt(n(188))/11+parseInt(n(190))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[Da(203)](){const t=Da,e=this[t(189)];if(!e[t(193)][t(191)](t(198)))return;e[t(185)][t(191)](t(196))[t(200)](t(198));const n=e[t(185)][t(191)](t(196)),r=e[t(208)];n[t(207)][t(195)](t(204),(e=>Wr(r,t(186),e)))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=375]})(t,e)}function Ua(){const t=["suggestion","1352440RAFOAF","editor","element","start","ELEMENT_TITLE","2cwzhnv","has","10051080DGonEL","plugins","isCollapsed","getChangedMarkers","title-content","42tsKOpx","registerPostFixer","8KBePZl","get","getNearestSelectionRange","Title","nodeBefore","3647728luDHad","25562xHybtU","4403583LxvzrG","forward","_descriptionFactory","model","isEqual","end","updateMarker","locale","TrackChangesEditing","isTouching","createRange","from","registerElementLabel","994449TSHHeh","afterInit","document","newRange","53050LiBIuK","schema","_splitMarkerName","removeMarker","differ"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(318624===parseInt(n(395))/1+-parseInt(n(380))/2*(parseInt(n(409))/3)+-parseInt(n(375))/4+-parseInt(n(413))/5*(parseInt(n(387))/6)+parseInt(n(394))/7*(parseInt(n(389))/8)+-parseInt(n(396))/9+parseInt(n(382))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(410)](){const t=xa,e=this[t(376)];if(!e[t(383)][t(381)](t(392)))return;const n=e[t(383)][t(390)](t(404));n[t(398)][t(408)](t(386),(()=>Wr(e[t(403)],t(379)))),e[t(399)][t(411)][t(388)]((r=>{const s=t;let o=!1;const i=Array[s(407)](e[s(399)][s(411)][s(417)][s(385)]());for(const{name:t,data:a}of i){const{group:i}=n[s(415)](t);if(s(418)!==i||!a[s(412)])continue;const c=a[s(412)],u=c[s(401)][s(393)];if(!u||!u.is(s(377),s(386)))continue;if(!c[s(378)][s(405)](c[s(401)]))continue;const l=e[s(399)][s(414)][s(391)](c[s(401)],s(397));if(l&&l[s(384)]){const e=r[s(406)](c[s(378)],l[s(378)]);e[s(400)](c)||(r[s(402)](t,{range:e}),o=!0)}o||(r[s(416)](t),o=!0)}return o}))}}function Ga(t,e){const n=Wa();return(Ga=function(t,e){return n[t-=205]})(t,e)}const Va=Ga;!function(t,e){const n=Ga,r=t();for(;;)try{if(783630===parseInt(n(219))/1+parseInt(n(223))/2*(parseInt(n(220))/3)+-parseInt(n(221))/4+-parseInt(n(217))/5*(-parseInt(n(206))/6)+-parseInt(n(209))/7+parseInt(n(214))/8+parseInt(n(216))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class za extends t.Plugin{[Va(212)](){const t=Va,e=this[t(208)],n=e[t(218)][t(213)](t(211));e[t(218)][t(215)](t(207))&&(n[t(205)](t(222)),n[t(205)](t(210)))}}function Wa(){const t=["enableCommand","53316WvTzmQ","UndoEditing","editor","9718030edfXsq","redo","TrackChangesEditing","afterInit","get","9521248JTprSa","has","10932876ZWqSCQ","285EAkXvp","plugins","180061WXOfqb","1406313ZJkYEK","5553336IywHne","undo","2HNKKAo"];return(Wa=function(){return t})()}const Ha=Ka;function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=479]})(t,e)}function Xa(){const t=["afterInit","toggleTableCaption","59580dMBDVu","get","6FUfEhW","editor","plugins","603QXOJrY","TableCaptionEditing","2322188OSTWry","2083752IYYWJY","enableCommand","386637Mvycfu","TrackChangesEditing","7GJOTcP","1286337nZHbfR","has","requires","9855msmUJr","3064232RkVDsm","924XoKeZQ"];return(Xa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(653551===parseInt(n(480))/1+parseInt(n(490))/2*(parseInt(n(498))/3)+-parseInt(n(496))/4+-parseInt(n(483))/5*(parseInt(n(485))/6)+parseInt(n(479))/7*(-parseInt(n(484))/8)+-parseInt(n(493))/9*(-parseInt(n(488))/10)+-parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{static get[Ha(482)](){return[aa]}[Ha(486)](){const t=Ha,e=this[t(491)];e[t(492)][t(481)](t(494))&&e[t(492)][t(489)](t(499))[t(497)](t(487))}}const Ja=Ya;function Za(){const t=["getSuggestions","locale","formatBlock","TrackChangesTableProperties","selection","7997EYphVI","change","discard","36536ZqMRWe","commandParams","TableUtils","TrackChangesEditing","tableCellHeight","tableBorderColor","tableCellWidth","*Format:* change table properties","18qqrFlS","tableCellProperties","getContainedElement","getAttribute","32pxERre","TableCellPropertiesEditing","model","tableWidth","_suggestionFactory","removeAttribute","tableBackgroundColor","tableCellVerticalAlignment","nodeAfter","tableCellHorizontalAlignment","382185MkwOYL","pluginName","registerDescriptionCallback","tableAlignment","_getSuggestion","findAncestor","markBlockFormat","get","document","enableCommand","9684YYnsja","getSuggestionCallback","has","tableCellBorderColor","getSelectionAffectedTableCells","tableHeight","5744XxnafA","subType","batch","1350360YlrOHT","tableCellPadding","tableBorderWidth","setAttribute","plugins","editor","222546kScWfi","data","63CXBqWH","_handlePropertyChange","_descriptionFactory","16tVEhkI","start","tableCellBorderWidth","3326680NThtyr","accept","format","tableCellBorderStyle","handleDiscardAction","enqueueChange","*Format:* change table cell properties","join","table","tableProperties","registerCustomCallback","TablePropertiesEditing","afterInit","tableBorderStyle","tableCellBackgroundColor","getFirstPosition","handleSuggestionDescription"];return(Za=function(){return t})()}function Ya(t,e){const n=Za();return(Ya=function(t,e){return n[t-=231]})(t,e)}!function(t,e){const n=Ya,r=t();for(;;)try{if(246362===parseInt(n(296))/1*(parseInt(n(282))/2)+-parseInt(n(252))/3*(-parseInt(n(244))/4)+-parseInt(n(285))/5+-parseInt(n(291))/6*(parseInt(n(293))/7)+-parseInt(n(256))/8*(parseInt(n(266))/9)+parseInt(n(299))/10+-parseInt(n(241))/11*(-parseInt(n(276))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Za);class Qa extends t.Plugin{constructor(t){const e=Ya;super(t),this[e(308)]=[e(249),e(232),e(287),e(269),e(259),e(281),e(262)],this[e(253)]=[e(279),e(302),e(298),e(286),e(250),e(248),e(233),e(265),e(263)]}static get[Ja(267)](){return Ja(239)}[Ja(231)](){const t=Ja,e=this[t(290)][t(289)][t(273)](t(247));if(this[t(290)][t(289)][t(278)](t(310))){for(const n of this[t(308)])e[t(275)](n,((e,r)=>{const s=t,o=this[s(290)][s(258)][s(274)][s(240)][s(234)]()[s(271)](s(307));this[s(294)](n,[o],this[s(308)],s(308),e,r)}));e[t(260)][t(309)](t(238),t(308),t(300),e[t(260)][t(277)](t(238),null,t(243))),e[t(260)][t(309)](t(238),t(308),t(243),((e,n)=>this[t(303)](this[t(308)],e,n))),e[t(260)][t(309)](t(238),t(308),t(306),(()=>!1))}if(this[t(290)][t(289)][t(278)](t(257))){for(const n of this[t(253)])e[t(275)](n,((e,r)=>{const s=t,o=this[s(290)][s(289)][s(273)](s(246))[s(280)](this[s(290)][s(258)][s(274)][s(240)]);this[s(294)](n,o,this[s(253)],s(253),e,r)}));e[t(260)][t(309)](t(238),t(253),t(300),e[t(260)][t(277)](t(238),null,t(243))),e[t(260)][t(309)](t(238),t(253),t(243),((e,n)=>this[t(303)](this[t(253)],e,n))),e[t(260)][t(309)](t(238),t(253),t(306),(()=>!1))}e[t(295)][t(268)]((e=>this[t(235)](e)))}[Ja(294)](t,e,n,r,s,o){const i=Ja,a=this[i(290)][i(289)][i(273)](i(247));this[i(290)][i(258)][i(304)](o[i(284)],(()=>{const t=i;for(const i of e)if(this[t(270)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(255)](r);void 0!==n&&(e[r]=n)}s(o),a[t(272)](i,{commandParams:[e]},[],r)}}))}[Ja(303)](t,e,n){const r=Ja,s=e[0][r(297)][r(264)],o=n[r(245)][0];this[r(290)][r(258)][r(242)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(288)](r,o[r],s):e[n(261)](r,s)}))}[Ja(235)](t){const e=Ja;if(t[e(292)])switch(t[e(283)]){case e(308):return{type:e(301),content:Wr(this[e(290)][e(237)],e(251))};case e(253):return{type:e(301),content:Wr(this[e(290)][e(237)],e(305))}}}[Ja(270)](t,e){const n=Ja,r=this[n(290)][n(289)][n(273)](n(247));for(const s of r[n(236)]({skipNotAttached:!0})){const r=s[n(254)]();if(s[n(283)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const dc=function(t){return function(){return t}};const gc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:dc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(gc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Tc();return(bc=function(t,e){return n[t-=355]})(t,e)}function Tc(){const t=["forceDefaultExecution","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","item","addClass","markInsertion","rejected","removeMarker:suggestion:formatBlock","deletion","_updateSuggestionData","insert","discardSelectedSuggestions","previous","filter","meta","_suggestions","fetchCommentThread","newRange","getRange","markMultiRangeBlockFormat","substr","consume","createPositionAt","CommentsRepository","ck-suggestion-marker-","createdAt","values","assign","registerCustomCallback","_getAttributeKey","ck-suggestion-marker-formatBlock","isLimit","insertion","addRange","collaboration.channelId","hasSuggestion","_recordAttributeChanges","formatBlock:join","PENDING_ACTION_SUGGESTION","announce","getSuggestions","commentThread","isEqual","locale","getAttribute","insertion:join","markDeletion","change:data","_suggestionFactory","head","track-changes-adapter-already-set","external:","requires","parent","accepted","enableCommand","editor","addMarkerName","insertion:","fromRange","isBlock","stopListening","deletion:accept","isExternal","isLocal","refresh","markAttributeChange","author","substring","_getSuggestionData","_defaultCallbacks","toViewElement","_addThreadToSuggestion","addCommentThread","ariaLiveAnnouncer","execute","newValue","root","markerName","removeAttribute","addMarker:suggestion","createRange","isAtEnd","_blockAttributeKeys","_editor","_processAttributeSuggestions","init","markerNameToElements","markerToData","element","error-saving-suggestion-data-suggestion-discarded","getCommentThread","_breakSuggestionMarker","isTouching","key","commandName","createRangeOn","differ","_descriptionFactory","join","_mergeNestedSuggestions","ck-suggestion-marker-formatInline","getAncestors","suggestion","getDifference","groupId","_joinSuggestions","attribute:accept","addMarker:suggestion:attribute","push","_addSuggestionMarker","createElement","addMarker:suggestion:formatBlock","getRanges","comments","find","activeMarkers","attributeNewValue","_getExternalAuthor","isMultiRange","getSuggestion","addMarker","move","markerReady","addComment","data-suggestion","_reduceExistingSuggestions","insertion:chain","updateSuggestion","showSuggestionHighlights","attributeKey","_enabledCommands","fromCharCode","isIntersecting","hasCommentThread","formatBlock:accept","elementToElement","_reduceSuggestionAttributeRange","10186518VcpBHD","documentSelection","_checkSuggestionCorrectness","containerElement","getNearestSelectionRange","open","_adapter","tablePasteChainId","trackChanges.mergeNestedSuggestions","getContainedElement","getUser","remove","_element","define","removeMarker:suggestion:attribute","_registerBlockAttribute","markInlineFormat","addSuggestionData","notReady","consumable","removeMarker","_afterChanges","discardAllSuggestions","setTo","position","markBlockFormat","addHighlight","some","rootName","accept","_registerDefaultCallbacks","size","_joinWithAdjacentSuggestions","insertion:accept","authorName","change","default","has","markerToHighlight","toJSON","_refreshAttributeSuggestionsChain","ready","625324ECrIwn","change:_saved","dataDowncast","startsWith","enableReadOnlyMode","marker-count","next","_model","attributeOldValue","splice","insertion:discard","_refreshSuggestionsChain","addSuggestion","track-changes-enable-command-twice","high","ck-suggestion-marker--active","markMultiRangeDeletion","plugins","_trackFormatChanges","$elementName","_createSuggestion","unshift","_isRegisteredAttribute","getMarkers","multipleBlocks","format","moveTargetPosition","acceptSuggestion","for","getMultiRangeId","batch","deletion:","formatInline:chain","deleteContent","attribute:","createPositionAfter","skipNestingCheck","catch","getAllAdjacentSuggestions","forward","Users","applyOperation","4107256wAOSrv","from","isDocumentOperation","30586797yHyXCb","acceptSelectedSuggestions","attributes","before","formatInline:accept","group","markers","detach","getFirstMarker","value","getSuggestionCallback","backward","getShiftedBy","_onDiscard","formatInline","warn","config","forEach","then","markMultiRangeInsertion","getIntersection","getWalker","updateMarker","acceptAllSuggestions","isAtStart","every","low","formatGroupId","split","containsRangeInObject","_processAttributeChanges","isRemovable","formatInline:","_setSuggestionData","_enableDefaultAttributesIntegration","$graveyard","resolve","sort","$textProxy","splitPosition","PendingActions","isNextTo","never","attribute","widget","data","suggestionUnloaded","removed","_isForcedDefaultExecutionBlock","_cutOutSuggestionMarker","discard","isObject","3UQeuEe","$marker","stop","unbind","formatInline:join","suggestion-type","range","normal","_commentsRepository","document","track-changes-user-not-found","_splitMarkerName","oldValue","containsPosition","chain","nodeBefore","_removeSuggestion","deletion:join","return","isBefore","deletion:chain","bindElementToMarker","isUndo","LEAVE","suggestionLoaded","_isDataLoaded","createSelection","_saved","elementStart","track-changes-adapter-missing-getsuggestion","formatBlock:discard","after","writer","_isBlockAttribute","_handleNewSuggestionMarker","formatBlock:","includes","type","pop","track-changes-command-not-found","isInsideObject","toUpperCase","elementEnd","attribute:discard","trackChanges","setSelection","pluginName","FORMATTING","discardSuggestion","registerPostFixer","dataReady","getFirstRange","lowest","mapper","isIntersectingWithRange","originalSuggestionId","start","delete","removeClass","formatInline:discard","isInContent","multi","containsRange","targetPosition","_suggestionState","ENTER","highest","_rangeIsInLocalUserInsertion","getItems","adapter","344JOQipH","@external","get","formatBlock:chain","formatBlock","isAfter","reconvertMarker","_findSuggestions","trackChangesCommand","unbindElementFromMarkerName","options","change:activeMarkers","containsItem","createRangeIn","creator","34013dqGiKq","clone","length","name","_initAriaMarkerChangeAnnouncements","selection","fire","buildSuggestion","track-changes-suggestion-data-mismatch","_getAuthorFromId","isCollapsed","update:suggestion","conversion","suggestion:attribute:","_getMarkerAnnouncementText","isSelectable","clear","trackChanges.trackFormatChanges","rethrowUnexpectedError","getLastMatchingPosition","rename","subType","suggestionChanged","setAttribute","TrackChangesEditing","model","_inlineAttributeKeys","deletion:discard","schema","suggestion:","1400830ScDjuS","nodeAfter","5864895FPCdpA","keys","enqueueChange","oldRange","isOwn","addUser","upcast","set","_SUGGESTION_ANNOUNCEMENT","getChanges","howMany","commands","attribute:join","removeMarkers","_registerInlineAttribute","dataToMarker","_recordAttributeSuggestions","track-changes-suggestion-not-found","authoredAt","createPositionBefore","insertContent","_customCallbacks","concat","add","removeComment","getChangedMarkers","ck-suggestion-marker","hasComments","isArray","end","editing","$text","getCustomProperty","listenTo","editingDowncast","map","_setSuggestionRange","10EWvjBJ","always"];return(Tc=function(){return t})()}!function(t,e){const n=bc,r=t();for(;;)try{if(967714===-parseInt(n(358))/1+parseInt(n(578))/2+parseInt(n(675))/3*(-parseInt(n(620))/4)+parseInt(n(360))/5+-parseInt(n(536))/6+parseInt(n(760))/7*(parseInt(n(745))/8)+parseInt(n(623))/9*(parseInt(n(397))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Tc);const _c=Ec(597);class yc extends t.Plugin{static get[Ec(450)](){return[Ec(421),o.Users,t.PendingActions,Qr,ns,as,ls,Ts,ps,ks,Ss,Bs,to,so,uo,go,bo,Ao,No,vo,Do,zo,Uo,Ho,Yo,ti,ci,pi,Ni,oi,Gs,Xs,bi,Ai,vi,Fi,ji,zi,qi,$i,ra,aa,ha,ma,qa,_a,Ra,Pa,Qa,wa,ja,za]}static get[Ec(721)](){return Ec(784)}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(395)]((t=>String[e(530)](t)))[e(497)]("")}super(t),this[e(376)]=!1,this[e(367)](e(514),[]),this.on(e(756),((n,r,s,o)=>{const i=e;this[i(585)][i(571)]((()=>{const e=i;for(const n of[...o,...s])this[e(585)][e(629)][e(573)](n)&&t[e(390)][e(751)](n)}))})),this[e(496)]=new qr(this[e(454)][e(785)][e(356)],this[e(454)][e(441)]),this[e(542)]=null,this[e(446)]=new Ac(this[e(454)]),this[e(413)]=new Map,this[e(683)]=t[e(595)][e(747)](e(421)),this[e(529)]=new Set,this[e(585)]=this[e(454)][e(785)],this[e(739)]=new WeakMap,this[e(671)]=!1,this[e(481)]=new Set([e(597)]),this[e(786)]=new Set,t[e(639)][e(549)](e(777),e(572)),this[e(596)]=t[e(639)][e(747)](e(777)),t[e(639)][e(549)](e(544),!0),this[e(498)]=t[e(639)][e(747)](e(544)),this[e(753)]=new f(t,this[e(529)]),this[e(764)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,50,48])}[Ec(484)](){const t=Ec,n=this[t(454)],r=(e,n)=>{const r=t;if(r(666)!=e)return r(422)+e;const s=n[r(651)]("|")[0];return this[r(708)](s)?r(428):r(499)};n[t(772)][t(606)](t(394))[t(574)]({model:t(501),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(686)](e[n(476)]),a=[n(386),r(o,i)];let c=3e3;return this[n(514)][n(711)](e[n(476)])&&(a[n(507)](n(593)),c=3010),n(406)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(772)][t(606)](t(580))[t(383)]((e=>{const r=t;e.on(r(478),((t,e,s)=>{const o=r;if(!s[o(755)][o(527)])return;const i=e[o(401)];if(!i)return;const c=s[o(728)][o(469)](i);n[o(785)][o(356)][o(674)](i)&&c&&!c[o(392)](o(667))&&c.is(o(539))&&(0,a.toWidget)(c,s[o(707)])}),{priority:r(592)})})),n[t(772)][t(606)](t(580))[t(574)]({model:t(501),view:(e,n)=>{const s=t;if(!n[s(755)][s(527)])return null;const{type:o,subType:i}=this[s(686)](e[s(476)]);return{classes:[s(386),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(401)])return;const{id:c}=this[a(686)](o[a(476)]);if(r){const t=this[a(413)][a(747)](c),e=this[a(427)](t);if(!this[a(708)](e))return}if(o[a(401)].is(a(765)))return void i[a(555)][a(419)](o[a(401)],s[a(763)]);const u=i[a(728)][a(469)](o[a(401)]);if(o[a(401)].is(a(487))&&n[a(785)][a(356)][a(458)](o[a(401)])&&!u[a(392)](a(562))){i[a(707)][a(402)]([a(386),a(428)],u),i[a(707)][a(783)](a(523),c,u),i[a(728)][a(696)](u,o[a(476)]),e&&(this[a(514)][a(711)](o[a(476)])?i[a(707)][a(402)](a(593),u):i[a(707)][a(733)](a(593),u));for(const t of n[a(785)][a(758)](o[a(401)])[a(743)]())i[a(555)][a(419)](t,s[a(763)]);i[a(555)][a(419)](o[a(401)],s[a(763)])}};n[t(772)][t(606)](t(580))[t(383)]((e=>{const n=t;e.on(n(510),((t,e,r)=>{const o=n;r[o(755)][o(527)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(741)})})),n[t(772)][t(606)](t(580))[t(383)]((e=>{const n=t;e.on(n(506),((t,e,r)=>{const o=n;r[o(755)][o(527)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(741)})})),n[t(772)][t(606)](t(580))[t(486)]({model:t(501),view:(e,n)=>n[t(755)][t(527)]?null:{group:t(501),name:e[t(418)](11)}}),n[t(772)][t(606)](t(366))[t(534)]({view:{name:t(501),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(357)+e[r(442)](r(680))+":"+e[r(442)]("id");return e[r(442)](r(583))&&(s+=":"+e[r(442)](r(583))),n[r(509)](r(676),{"data-name":s})}}),n[t(772)][t(606)](t(366))[t(375)]({view:t(501)}),n[t(772)][t(606)](t(394))[t(383)]((e=>{const n=t;e.on(n(510),s(),{priority:n(592)})})),n[t(772)][t(606)](t(394))[t(383)]((e=>{const n=t;e.on(n(506),s({isAttributeSuggestion:!0}),{priority:n(592)})})),n[t(772)][t(606)](t(394))[t(383)]((e=>{const n=t;e.on(n(405),((t,e,r)=>{const s=n,o=r[s(728)][s(485)](e[s(476)]);if(o)for(const t of o)t[s(392)](s(562))||(r[s(707)][s(733)]([s(386),s(428),s(593)],t),r[s(707)][s(477)](s(523),t),r[s(728)][s(754)](t,e[s(476)]))}),{priority:n(592)})})),n[t(772)][t(606)](t(394))[t(383)]((e=>{const n=t;e.on(n(550),((t,e,r)=>{const s=n,o=r[s(728)][s(485)](e[s(476)]);if(!o)return;const{id:i}=this[s(686)](e[s(476)]),a=this[s(413)][s(747)](i),c=this[s(427)](a);if(this[s(708)](c))for(const t of o)t[s(392)](s(562))||(r[s(707)][s(733)]([s(386),s(428),s(593)],t),r[s(707)][s(477)](s(523),t),r[s(728)][s(754)](t,e[s(476)]))}),{priority:n(592)})})),n[t(785)][t(684)][t(724)]((e=>{const r=t;let s=!1;const o=Array[r(621)](n[r(785)][r(684)][r(495)][r(385)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(686)](t);if(r(501)!==o)continue;const h=this[r(413)][r(747)](f);if(null!=c[r(415)]){r(637)==u&&(s=s||Lc(c[r(415)],t,e,n[r(785)][r(356)]));const o=r(666)==u&&this[r(708)](l[r(651)]("|")[0]);if(c[r(415)][r(770)]||r(658)==c[r(415)][r(475)][r(564)]||r(749)==u&&!Rc(c[r(415)])||o&&!Rc(c[r(415)])||r(406)==u&&(Cc(a=c[r(415)])||function(t){const e=r;return t[e(731)][e(451)]==t[e(389)][e(690)]&&t[e(731)][e(480)]}(a)))e[r(556)](t),s=!0;else{if(!h||!h[r(735)])continue;i[r(383)](h)}}}var a;return i[r(567)]>0&&(s=!!this[r(568)](i)||s),s})),n[t(785)][t(684)][t(724)]((e=>{const r=t;let s=!1;for(const t of n[r(785)][r(684)][r(495)][r(369)]())if(r(408)==t[r(712)])for(const t of this[r(413)][r(424)]()){if(t[r(517)]||!t[r(735)])continue;const o=r(749)==t[r(712)],i=this[r(427)](t),a=i&&this[r(708)](i);if(!o&&!a)continue;const c=t[r(726)]();if(c[r(731)][r(451)]!=c[r(389)][r(451)]&&!c[r(389)][r(480)]){const o=n[r(785)][r(420)](c[r(731)][r(359)],r(389)),i=n[r(785)][r(479)](c[r(731)],o);e[r(645)](t[r(631)](),{range:i}),s=!0}}return s})),n[t(785)][t(684)][t(724)]((e=>this[t(653)](e))),n[t(785)][t(684)][t(724)]((e=>!e[t(608)][t(462)]&&this[t(483)](e))),n[t(785)].on(t(557),(()=>{this[t(376)]=!1})),n[t(785)][t(684)].on(t(445),((r,s)=>{const o=t;if(!s[o(462)]||s[o(697)])return;if(!this[o(376)])return;const i=n[o(785)][o(684)][o(495)][o(369)]();if(0==i[o(762)])return;const a=[],c=i[o(411)]((t=>o(666)==t[o(712)])),u=i[o(411)]((t=>o(408)==t[o(712)]&&o(391)!=t[o(763)])),l=i[o(411)]((t=>o(547)==t[o(712)]&&o(391)!=t[o(763)]));for(const t of c)this[o(600)](t[o(528)])&&a[o(507)]({key:t[o(528)],newValue:t[o(515)],oldValue:t[o(586)],range:Sc(t[o(681)],n[o(785)])});for(const t of u){const e=l[o(513)]((e=>e[o(548)]===t[o(548)]));if(e){const r=Mc(t[o(560)][o(359)],n[o(785)]);e[o(763)]!==t[o(763)]&&a[o(507)]({key:o(597),newValue:t[o(763)],oldValue:e[o(763)],range:r});for(const[n,s]of e[o(625)]){if(!this[o(600)](n))continue;const e=t[o(625)][o(747)](n);s!==e&&a[o(507)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(625)])this[o(600)](n)&&(e[o(625)][o(573)](n)||a[o(507)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(762)]&&n[o(785)][o(362)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(464)](t,e,s,o,{groupId:r});this[n(524)](t,a)}))}),{priority:t(727)}),n[t(785)][t(629)].on(t(771),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(686)](n[s(763)]),e=this[s(413)][s(747)](t);e&&e[s(455)](n[s(763)])}})),n[t(785)][t(684)].on(t(445),(()=>{const e=t,r=Array[e(621)](n[e(785)][e(684)][e(495)][e(385)]())[e(411)]((t=>e(501)===this[e(686)](t[e(763)])[e(628)]));if(0===r[e(762)])return;r[e(660)](((t,n)=>{const r=e,s=t[r(668)][r(363)],o=n[r(668)][r(363)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(731)][r(694)](o[r(731)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(686)](t);if(null===n[e(363)]){const n=this[e(709)](t);o[e(383)](n)}else{const t=this[e(413)][e(747)](r);null!==n[e(415)]||t[e(735)]?(s[e(383)](t[e(447)]),o[e(383)](t)):this[e(691)](t)}}o[e(567)]>0&&this[e(589)](o);for(const t of s)this[e(766)](e(782),t)})),n[t(785)].on(t(619),((e,r)=>{const s=t,o=r[0];if(!this[s(413)][s(567)])return;if(!o[s(622)])return;if(o[s(608)][s(697)]||!o[s(608)][s(462)])return;let i,a;switch(o[s(712)]){case s(408):i=n[s(785)][s(420)](o[s(560)]),a=i[s(635)](o[s(370)]);break;case s(651):i=n[s(785)][s(420)](o[s(662)]),a=n[s(785)][s(420)](o[s(604)]);break;case s(520):i=n[s(785)][s(420)](o[s(738)]),a=i[s(635)](o[s(370)]);break;default:return}const c=n[s(785)][s(479)](i,a);n[s(785)][s(571)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(752)](c)){if(e[t(517)])continue;if(t(637)==e[t(712)])continue;const r=this[t(427)](e);if(r&&this[t(708)](r)&&t(651)!=o[t(712)])continue;const s=e[t(668)]&&e[t(668)][t(602)];(t(749)!=e[t(712)]||t(651)==o[t(712)]&&!s)&&(n[t(652)]||t(430)==e[t(712)]&&n[t(364)]||e[t(726)]()[t(737)](c)&&this[t(490)](e,i,a))}}))}),{priority:t(727)}),n[t(785)].on(t(611),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(399)])return;if(this[s(671)])return;if(!this[s(753)][s(632)])return;if(o[s(770)])return;const a=n[s(785)][s(356)],{start:c,end:u}=o[s(726)](),l=c[s(359)]&&a[s(429)](c[s(359)])?null:a[s(540)](c,s(617)),f=u[s(690)]&&a[s(429)](u[s(690)])?null:a[s(540)](u,s(634)),h=n[s(785)][s(479)](l?l[s(731)]:c,f?f[s(389)]:u);n[s(785)][s(571)]((t=>{const e=s;this[e(444)](h);const r=n[e(785)][e(356)][e(540)](h[e(731)]);o.is(e(537))?t[e(720)](r):o[e(559)](r)})),e[s(677)]()}),{priority:e.priorities[t(682)]+10}),n[t(785)].on(t(380),((e,r)=>{const s=t,o=r[r[s(762)]-1];o&&o[s(399)]||this[s(671)]||this[s(753)][s(632)]&&(n[s(785)][s(571)]((()=>{const t=s;let o=n[t(785)][t(380)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(693)]=o[t(761)]();const i=o[t(389)][t(690)],a=n[t(785)][t(356)];i&&a[t(458)](i)&&!a[t(674)](i)&&(o=n[t(785)][t(479)](o[t(731)],n[t(785)][t(420)](i,t(389)))),this[t(403)](o)})),e[s(677)]())}),{priority:t(592)}),this[t(454)][t(371)][t(383)](t(719),this[t(753)]),this[t(453)](t(719));const o=new p(n,this[t(413)]);n[t(371)][t(383)](t(605),o),this[t(453)](t(605));const i=new E(n,this[t(413)]);n[t(371)][t(383)](t(723),i),this[t(453)](t(723)),n[t(371)][t(383)](t(646),new S(n,o,this[t(413)])),this[t(453)](t(646)),n[t(371)][t(383)](t(558),new S(n,i,this[t(413)])),this[t(453)](t(558)),n[t(371)][t(383)](t(624),new O(n,o,this[t(413)])),this[t(453)](t(624)),n[t(371)][t(383)](t(409),new O(n,i,this[t(413)])),this[t(453)](t(409));const c=n[t(595)][t(747)](t(421));this[t(393)](c,t(522),((e,{threadId:n})=>{const r=t,s=this[r(413)][r(747)](n);s&&s[r(439)]&&1===s[r(439)][r(762)]&&this[r(407)](n,{hasComments:!0})}),{priority:t(649)}),this[t(393)](c,t(384),((e,{threadId:n})=>{const r=t,s=this[r(413)][r(747)](n);s&&s[r(439)]&&!s[r(439)][r(762)]&&this[r(407)](n,{hasComments:!1})}),{priority:t(649)})}set[Ec(744)](t){const n=Ec;if(this[n(542)])throw new e.CKEditorError(n(448),this);this[n(542)]=t}get[Ec(744)](){return this[Ec(542)]}[Ec(438)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(413)][n(424)]())t&&!e[n(735)]||r[n(507)](e);return e?r[n(395)]((t=>t[n(575)]())):r}[Ec(518)](t){const n=Ec,r=this[n(413)][n(747)](t);if(!r)throw new e.CKEditorError(n(377),this);return r}[Ec(433)](t){const e=Ec;return this[e(413)][e(573)](t)}[Ec(553)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(712)][e(651)](":"),a=this[e(413)][e(747)](r)||this[e(598)](o,i,r,n,s);if(this[e(470)](a),this[e(538)](a,o,i||null,n),a[e(423)]=t[e(423)],a[e(700)]=!0,s&&s[e(746)]){const t=s[e(746)],n=this[e(516)](t[e(570)]);a[e(378)]=t[e(423)],a[e(465)]=n,a[e(461)]=!0}else a[e(378)]=t[e(423)];switch(t[e(668)]&&(a[e(668)]=t[e(668)]),t[e(625)]&&(a[e(625)]=t[e(625)]),this[e(542)]&&this[e(542)][e(590)]||(a[e(702)]=!0),this[e(739)][e(747)](a)){case e(554):this[e(739)][e(367)](a,e(725));break;case e(521):a[e(735)]?(this[e(568)](new Set([a])),this[e(589)](new Set([a])),this[e(739)][e(367)](a,e(577)),this[e(766)](e(699),a)):this[e(739)][e(367)](a,e(670))}return a}[Ec(605)](t){const e=Ec;this[e(399)]((()=>{const n=e;this[n(454)][n(785)][n(571)]((()=>{const e=n;for(const n of t[e(616)]())n[e(565)]()}))}))}[Ec(723)](t){const e=Ec;this[e(399)]((()=>{const n=e;this[n(454)][n(785)][n(571)]((()=>{const e=n;for(const n of t[e(616)]())n[e(673)]()}))}))}[Ec(453)](t,n){const r=Ec,s=this[r(454)][r(371)][r(747)](t);if(!s)throw new e.CKEditorError(r(714),this,{commandName:t});if(this[r(529)][r(573)](s))throw new e.CKEditorError(r(591),this,{commandName:t});this[r(529)][r(383)](s),n&&s.on(r(473),((t,e)=>{const o=r;this[o(753)][o(632)]&&(this[o(671)]||(e[o(762)]>0&&e[e[o(762)]-1]&&e[e[o(762)]-1][o(399)]?e[o(713)]():(t[o(693)]=n(((...t)=>s[o(473)](...t,{forceDefaultExecution:!0})),...e),t[o(677)]())))}),{priority:r(592)})}[Ec(399)](t){const n=Ec;let r,s;const o=this[n(671)];this[n(671)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(671)]=!1),s&&e.CKEditorError[n(778)](s,this),r}[Ec(403)](t,n=null,r={}){const s=Ec;if(t[s(770)])return null;const o=this[s(454)][s(595)][s(747)](s(618)).me;for(const{suggestion:e,meta:o}of this[s(752)](t,s(430)))if(o[s(364)]){if(!o[s(664)]){if(o[s(652)]){if(!this[s(498)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(490)](e,t[s(731)],t[s(389)]);break}if(n==e[s(781)]&&Oc(e,r)){const n=e[s(726)]();return n[s(731)][s(440)](t[s(389)])?this[s(396)](e,this[s(585)][s(479)](t[s(731)],n[s(389)])):this[s(396)](e,this[s(585)][s(479)](n[s(731)],t[s(389)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(456)+n:s(430),u=this[s(656)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(508)](c,i,a,t),u}[Ec(642)](t,n=Ec(736),r={}){const s=Ec,o=this[s(454)][s(595)][s(747)](s(618)).me,i=this[s(446)][s(633)](s(430),n,s(497));for(const e of this[s(438)]())if(e[s(465)].id==o.id&&s(430)==e[s(712)]&&e[s(781)]==n&&Oc(e,r)&&(i(e[s(511)](),t)||i(t,e[s(511)]()))){for(const n of t)e[s(431)](n);return e}for(const{suggestion:e,meta:n}of this[s(752)](t,s(430))){if(!n[s(364)])continue;if(!this[s(498)]&&n[s(652)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(511)]())for(const e of t)if(!n[s(737)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(456)+n,l=this[s(656)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(508)](u,a,c,e,zr[s(607)]());return l}[Ec(552)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(770)])return null;if(o(665)===this[o(596)]){const e=this[o(446)][o(633)](o(637),r,o(565));return this[o(399)]((()=>e([t],n,s))),null}const i=this[o(454)][o(595)][o(747)](o(618)).me,a=[];if(o(398)!==this[o(596)])for(const{suggestion:e,meta:n}of this[o(752)](t,o(430)))n[o(364)]&&!n[o(715)]&&a[o(507)](...e[o(511)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(643)](s);e&&r[n(507)](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(762)];){const s=r[e][n(502)](t);r[n(587)](e,1,...s),e+=s[n(762)]}}return r}(t,a);c[o(762)]&&this[o(585)][o(571)]((()=>{const t=o;for(const e of c){const o=this[t(446)][t(633)](t(637),r,t(565));this[t(399)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(731)],u=t[o(389)];for(const{suggestion:e,meta:n}of this[o(752)](t,o(637))){if(!n[o(364)])continue;if(e[o(781)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(726)]();if(i[o(737)](t,!0))return null;c=c[o(694)](i[o(731)])?c:i[o(731)],u=u[o(750)](i[o(389)])?u:i[o(389)],a?i[o(731)][o(694)](a[o(726)]()[o(731)])?(a[o(373)](),a=e):e[o(373)]():a=e}const l=this[o(585)][o(479)](c,u);if(a)this[o(396)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(656)]({id:t,type:o(655)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(508)](o(655)+r,t,a,l)}}return null}[Ec(561)](t,n,r=[],s=null,o={}){const i=Ec;n[i(650)]||(n[i(650)]=n[i(493)]),n[i(602)]=t.is(i(681)),s=s||Nc(n);const a=r[i(395)]((t=>Mc(t,this[i(585)]))),c=t.is(i(681))?t:Mc(t,this[i(585)]);if(i(665)===this[i(596)]){const t=this[i(446)][i(633)](i(749),s,i(565));return this[i(399)]((()=>t([c],n,o))),null}a[i(507)](c);let u=!0;for(const t of a)if(!this[i(742)](t)){u=!1;break}if(u&&i(398)!==this[i(596)]){const t=this[i(446)][i(633)](i(749),s,i(565));return this[i(399)]((()=>t([c],n,o))),null}let l=null,f=c[i(731)],h=c[i(389)];for(const{suggestion:t,meta:e}of this[i(752)](c,i(749))){if(!e[i(364)])continue;if(e[i(664)]||e[i(652)]||e[i(715)])continue;if(t[i(668)][i(650)]!=n[i(650)])continue;if(!Oc(t,o))continue;const r=t[i(726)]();if(t[i(781)]==s){if(r[i(737)](c,!0))return null;f=f[i(694)](r[i(731)])?f:r[i(731)],h=h[i(750)](r[i(389)])?h:r[i(389)],l?r[i(731)][i(694)](l[i(726)]()[i(731)])?(l[i(373)](),l=t):t[i(373)]():l=t}else{const e=c[i(643)](r);this[i(672)](t,e)}}const d=this[i(454)][i(595)][i(747)](i(618)).me,g=(0,e.uid)(),p=d.id;if(l)return this[i(396)](l,this[i(585)][i(479)](f,h)),l;{const t=this[i(656)]({id:g,type:i(710)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(508)](i(710)+s,g,p,this[i(585)][i(479)](f,h)),t}}[Ec(417)](t,n,r=[],s=null,o={}){const i=Ec;n[i(650)]||(n[i(650)]=n[i(493)]);const a=t[0];n[i(602)]=a.is(i(681)),s=s||Nc(n);const c=r[i(395)]((t=>Mc(t,this[i(585)]))),u=a.is(i(681))?t:t[i(395)]((t=>Mc(t,this[i(585)])));if(i(665)===this[i(596)]){const t=this[i(446)][i(633)](i(749),s,i(565));return this[i(399)]((()=>t(u,n,o))),null}c[i(507)](...u);let l=!0;for(const t of c)if(!this[i(742)](t)){l=!1;break}if(l&&i(398)!==this[i(596)]){const t=this[i(446)][i(633)](i(749),s,i(565));return this[i(399)]((()=>t(u,n,o))),null}const f=this[i(454)][i(595)][i(747)](i(618)).me;for(const t of this[i(438)]()){if(t[i(465)].id!=f.id)continue;if(i(749)!=t[i(712)]||t[i(668)][i(650)]!=n[i(650)])continue;if(!Oc(t,o))continue;const e=t[i(781)]==s;for(let n=0;n<u[i(762)];n++){const r=u[n];for(const s of t[i(601)]()){const o=s[i(416)]();if(r[i(440)](o)){e?(u[i(587)](n,1),n--):t[i(556)](s[i(763)]);break}}}}if(0==u[i(762)])return null;const h=this[i(446)][i(633)](i(749),s,i(497));for(const t of this[i(438)]())if(t[i(465)].id==f.id&&i(749)==t[i(712)]&&t[i(668)][i(650)]==n[i(650)]&&t[i(781)]==s&&Oc(t,o)&&(h(t[i(511)](),u)||h(u,t[i(511)]()))){for(const e of u)t[i(431)](e);return t}const d=(0,e.uid)(),g=f.id,p=i(710)+s,m=this[i(656)]({id:d,type:p,data:n,createdAt:new Date,authorId:g,attributes:o});for(const t of u)this[i(508)](p,d,g,t,zr[i(607)]());return m}[Ec(444)](t,n=null,r={}){const s=Ec;if(t[s(770)])return null;const o=this[s(454)][s(595)][s(747)](s(618)).me,a=new i.LiveRange(t[s(731)],t[s(389)]);for(const{suggestion:t,meta:e}of this[s(752)](a,s(430)))if(e[s(364)]&&!e[s(664)])if(t[s(517)]){const e=t[s(511)]()[s(411)]((t=>s(658)!=t[s(475)][s(564)]));if(e[s(648)]((t=>a[s(737)](t,!0)))&&t[s(673)](),e[s(563)]((t=>t[s(737)](a,!0)))){const t=this[s(446)][s(633)](s(406),n,s(565));return this[s(399)]((()=>t([a],null,r))),null}}else{const e=a[s(643)](t[s(726)]());null!==e&&t[s(636)]([e],null,r)}if(a[s(630)](),a[s(770)]||s(658)==a[s(475)][s(564)])return null;let c=null,u=a[s(731)],l=a[s(389)];const f=this[s(752)](a,s(406));for(const{suggestion:t,meta:e}of f){const n=this[s(585)][s(479)](u,l);if(e[s(364)]&&(this[s(498)]||!e[s(652)]&&!e[s(715)]))if(t[s(517)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(511)]()){if(r[s(737)](n,!0))return t;n[s(737)](r)||(e=!1)}e&&t[s(673)]()}else{const e=t[s(726)]();if(e[s(737)](n,!0))return t;if(!Oc(t,r)){n[s(737)](e)?t[s(373)]():e[s(688)](u)?u=e[s(389)]:e[s(688)](l)&&(l=e[s(731)]);continue}u=u[s(694)](e[s(731)])?u:e[s(731)],l=l[s(750)](e[s(389)])?l:e[s(389)],r=Object[s(425)]({},t[s(625)]),c?e[s(731)][s(694)](c[s(726)]()[s(731)])?(c[s(373)](),c=t):t[s(373)]():c=t}}if(c)return this[s(396)](c,this[s(585)][s(479)](u,l)),c;{const t=(0,e.uid)(),i=this[s(585)][s(479)](u,l),a=o.id,c=n?s(609)+n:s(406),f=this[s(656)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(508)](c,t,a,i),f}}[Ec(594)](t,n=Ec(736),r={}){const s=Ec,o=this[s(454)][s(595)][s(747)](s(618)).me,a=t[s(395)]((t=>new i.LiveRange(t[s(731)],t[s(389)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(752)](a,s(430)))e[s(364)]&&!e[s(664)]&&c[s(383)](t);for(const e of c)if(e[s(517)]){const o=e[s(511)]();if((!e[s(625)]||!e[s(625)][s(614)])&&o[s(648)]((t=>a[s(563)]((e=>e[s(737)](t,!0)))))&&e[s(673)](),a[s(648)]((t=>o[s(563)]((e=>e[s(737)](t,!0)))))){const e=this[s(446)][s(633)](s(406),n,s(565));return this[s(399)]((()=>e(t,null,r))),null}}else{const t=e[s(726)]();if(a[s(563)]((e=>e[s(737)](t,!0)))&&e[s(673)](),a[s(648)]((e=>t[s(737)](e,!0)))){const t=this[s(446)][s(633)](s(406),n,s(565));return this[s(399)]((()=>t(a,null,r))),null}}const u=this[s(446)][s(633)](s(406),n,s(497));let l=null;for(const t of this[s(438)]())if(t[s(465)].id==o.id&&t[s(735)]&&s(406)==t[s(712)]&&t[s(781)]==n&&Oc(t,r)&&(u(t[s(511)](),a)||u(a,t[s(511)]())))if(l){if(t[s(439)]&&t[s(439)][s(762)])continue;for(const e of t[s(511)]())l[s(729)](e)||l[s(431)](e);t[s(373)]()}else{l=t;for(const e of a)t[s(729)](e)||t[s(431)](e)}if(l)return l;c[s(776)]();for(const{suggestion:t,meta:e}of this[s(752)](a,s(406)))e[s(364)]&&(this[s(498)]||!e[s(652)]&&!e[s(715)])&&Oc(t,r)&&c[s(383)](t);for(const t of c){const e=t[s(511)]();if((!r||!r[s(614)])&&a[s(648)]((t=>e[s(563)]((e=>e[s(737)](t,!0))))))return t;(!t[s(625)]||!t[s(625)][s(614)])&&e[s(648)]((t=>a[s(563)]((e=>e[s(737)](t,!0)))))&&t[s(673)]()}const f=(0,e.uid)(),h=o.id,d=s(609)+n,g=this[s(656)]({id:f,type:d,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(630)](),t[s(770)]||s(658)==t[s(475)][s(564)]||this[s(508)](d,f,h,t,zr[s(607)]());return g}[Ec(464)](t,n,r,s,o){const i=Ec;if(t[i(770)])return[];if(i(665)===this[i(596)])return[];const a=this[i(454)][i(595)][i(747)](i(618)).me.id,c=Array[i(621)](this[i(413)][i(424)]())[i(411)]((e=>i(666)==e[i(712)]&&e[i(668)][i(492)]==n&&e[i(729)](t)));if(i(572)===this[i(596)]){const e=this[i(752)](t,i(430))[i(411)]((({meta:t})=>t[i(364)]&&!t[i(715)]&&!t[i(664)]))[i(395)]((({suggestion:t})=>t));c[i(599)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(666)==t[i(712)]?t[i(668)][i(687)]:void 0,o=t[i(726)](),a=Array[i(621)](u[i(361)]())[i(513)]((t=>t[i(531)](o)));if(!a)continue;const c=a[i(502)](o);this[i(708)](n)&&i(430)==t[i(712)]&&0!=c[i(762)]||(u[i(732)](a),c[i(640)]((t=>{u[i(367)](t,r)})),i(430)!=t[i(712)]&&e!=s&&u[i(367)](a[i(643)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(762)]>37&&console[i(638)](i(400),{key:n});const f=(i(612)+(n+"|")+Nc({newValue:s}))[i(466)](0,60),h=this[i(656)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(507)](h),this[i(508)](f,c,a,t)}return l}[Ec(551)](t){const e=Ec;this[e(481)][e(383)](t)}[Ec(374)](t){const e=Ec;this[e(786)][e(383)](t)}[Ec(657)](t,e=[],n=[]){const r=Ec;this[r(453)](t,((t,...e)=>{this[r(434)]((()=>{t(...e)}))}));for(const t of e)this[r(374)](t);for(const t of n)this[r(551)](t)}[Ec(427)](t){const e=Ec;return e(666)==t[e(712)]?t[e(781)][e(651)]("|")[0]:null}[Ec(396)](t,e){const n=Ec,r=t[n(631)]();this[n(585)][n(571)]((t=>{t[n(645)](r,{range:e})}))}[Ec(470)](t){const e=Ec,n=t.id,r=this[e(454)][e(639)][e(747)](e(432));this[e(683)][e(532)](n)||this[e(683)][e(471)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(683)][e(489)](n);s[e(678)](e(654)),s[e(654)]=!1,t[e(439)]=s}[Ec(538)](t,n,r,s){const o=Ec;if(t[o(712)]!=n||t[o(781)]!=r||t[o(759)].id!=s)throw this[o(454)][o(582)](o(768)),new e.CKEditorError(o(768),this)}[Ec(672)](t,n){const r=Ec,s=t[r(726)]();if(n[r(440)](s))t[r(373)]();else if(s[r(737)](n)){const o=this[r(585)][r(420)](n[r(731)][r(690)],r(389));this[r(396)](t,this[r(585)][r(479)](s[r(731)],o));const i=(0,e.uid)(),a=t[r(759)].id,c=t[r(712)]+":"+t[r(781)];this[r(656)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(668)],attributes:t[r(625)]});const u=this[r(585)][r(420)](n[r(389)][r(451)],r(706)),l=this[r(585)][r(479)](u,s[r(389)]);this[r(508)](c,i,a,l)}else if(s[r(688)](n[r(731)])){const e=this[r(585)][r(420)](n[r(731)][r(690)],r(389));this[r(396)](t,this[r(585)][r(479)](s[r(731)],e))}else{const e=this[r(585)][r(420)](n[r(389)][r(451)],r(706));this[r(396)](t,this[r(585)][r(479)](e,s[r(389)]))}}[Ec(742)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(752)](t,e(430))){if(!r[e(364)])continue;const s=n[e(511)]();for(const n of s)if(!t[e(502)](n)[e(762)])return!0}return!1}[Ec(769)](t){const n=Ec,r=this[n(454)][n(595)][n(747)](n(618))[n(546)](t);if(!r)throw new e.CKEditorError(n(685),this);return r}[Ec(516)](t){const e=Ec,n=this[e(454)][e(595)][e(747)](e(618)),r=(0,o.hashObject)(e(449)+t);return n[e(546)](r)||n[e(365)]({id:r,name:t})}[Ec(598)](t,e,n,r,s){const o=Ec,i=this[o(769)](r),a=this[o(446)][o(767)](t,e,n,i,s,(t=>{const e=o;this[e(407)](n,{attributes:t});const r=this[e(518)](n);this[e(568)](new Set([r])),this[e(589)](new Set([r]))}));return this[o(393)](a,o(565),(()=>{const t=o;this[t(407)](n,{state:t(452)})}),{priority:o(592)}),this[o(393)](a,o(673),(()=>{const t=o;this[t(407)](n,{state:t(404)})}),{priority:o(592)}),this[o(413)][o(367)](n,a),this[o(739)][o(367)](a,o(554)),a}[Ec(686)](t){const e=Ec,n=t[e(651)](":");return{group:n[0],type:n[1],subType:n[e(762)]>=5?n[2]:null,id:n[e(762)]<5?n[2]:n[3],authorId:n[e(762)]<5?n[3]:n[4],markerCount:6==n[e(762)]?n[5]:null}}[Ec(490)](t,n,r){const s=Ec,o=t[s(726)](),i=o[s(731)],a=o[s(389)];this[s(396)](t,this[s(585)][s(479)](i,n));const c=(0,e.uid)(),u=t[s(759)].id,l=t[s(712)]+(t[s(781)]?":"+t[s(781)]:"");this[s(656)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(625)],data:t[s(668)]});const f=this[s(427)](t);(s(749)==t[s(712)]||f&&this[s(708)](f))&&(r=this[s(585)][s(379)](r[s(451)])),this[s(508)](l,c,u,this[s(585)][s(479)](r,a))}[Ec(752)](t,e=null){const n=Ec,r=[],s=this[n(454)][n(595)][n(747)](n(618)).me;Array[n(388)](t)||(t=[t]);for(const o of this[n(438)]()){if(!o[n(735)])continue;if(e&&o[n(712)]!=e)continue;let i=!1;for(const e of o[n(511)]()){for(const a of t){const t=a[n(731)][n(440)](e[n(389)])||a[n(389)][n(440)](e[n(731)]);if(t||a[n(643)](e)){const c=a[n(737)](e)&&kc(this[n(585)][n(356)],e[n(731)],a),u=e[n(737)](a)&&kc(this[n(585)][n(356)],a[n(731)],e);r[n(507)]({suggestion:o,meta:{isOwn:s==o[n(465)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(508)](t,e,n,r,s){const o=Ec;this[o(585)][o(571)]((i=>{const a=o;let c=a(357)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(519)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(691)](t){const e=Ec,n=t[e(410)],r=t[e(584)];t[e(410)]=null,t[e(584)]=null,null!=n&&n[e(584)]==t&&(n[e(584)]=r),null!=r&&r[e(410)]==t&&(r[e(410)]=n),e(577)==this[e(739)][e(747)](t)&&(this[e(739)][e(367)](t,e(670)),this[e(766)](e(669),t,n,r))}[Ec(656)](t){const n=Ec,r=t.id,s=this[n(553)](t);if(this[n(542)]&&this[n(542)][n(590)]){const o=this[n(454)][n(595)][n(747)](n(663)),i=s[n(387)],a=s[n(781)]?s[n(712)]+":"+s[n(781)]:s[n(712)],c=this[n(454)][n(441)],u=o[n(383)](Wr(c,n(436))),l={id:r,type:a,hasComments:i,data:t[n(668)]||null,originalSuggestionId:t[n(730)]||null,attributes:s[n(625)]};this[n(542)][n(590)](l)[n(641)]((t=>{const e=n;s[e(702)]=!0,o[e(547)](u),t&&t[e(423)]&&(this[e(413)][e(747)](r)[e(423)]=t[e(423)])}))[n(615)]((t=>{const r=n;throw(0,e.logWarning)(r(488)),this[r(454)][r(785)][r(362)]({isUndoable:!1},(()=>{s[r(673)]()})),s[r(459)](),this[r(413)][r(732)](s.id),this[r(739)][r(732)](s),t}))}return s}[Ec(708)](t){const e=Ec;return this[e(481)][e(573)](t)}[Ec(407)](t,e){const n=Ec,r=this[n(454)][n(595)][n(747)](n(663)),s=this[n(518)](t);if(this[n(542)]&&this[n(542)][n(526)])if(s[n(702)]){const s=r[n(383)](Wr(this[n(454)][n(441)],n(436)));this[n(542)][n(526)](t,e)[n(641)]((()=>{r[n(547)](s)}))}else s.on(n(579),(()=>{this[n(407)](t,e)}))}[Ec(467)](t){const n=Ec;if(!this[n(542)]||!this[n(542)][n(518)])throw new e.CKEditorError(n(704),this);return this[n(542)][n(518)](t)}[Ec(709)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(686)](t),i=this[e(413)][e(747)](n)||this[e(598)](r,s,n,o,{});switch(this[e(538)](i,r,s,o),this[e(739)][e(747)](i)){case e(554):this[e(467)](n)[e(641)]((t=>{const r=e;let s=Promise[r(659)]();t[r(387)]&&(s=this[r(683)][r(414)]({channelId:this[r(454)][r(639)][r(747)](r(432)),threadId:n})),s[r(641)]((()=>{const e=r;this[e(553)](t)[e(702)]=!0}))})),this[e(739)][e(367)](i,e(521));break;case e(670):this[e(407)](n,{state:e(541)});case e(725):this[e(739)][e(367)](i,e(577)),this[e(766)](e(699),i);break;case e(577):this[e(766)](e(782),i)}return i[e(455)](t),i}[Ec(589)](t){const e=Ec,n=Array[e(621)](t),r=n[e(411)]((t=>e(666)==t[e(712)]));this[e(576)](r);const s=n[e(411)]((t=>!t[e(517)]&&e(666)!=t[e(712)])),o=this[e(438)]({skipNotAttached:!0})[e(411)]((t=>!t[e(517)]&&e(666)!=t[e(712)])),i=o[e(411)]((n=>!t[e(573)](n))),a=new Map(o[e(395)]((t=>[t,this[e(446)][e(633)](t[e(712)],t[e(781)],e(689))]))),c=new Map(o[e(395)]((t=>[t,t[e(726)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(762)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(762)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(762)];t++){const n=s[t];!l[e(573)](n)&&n[e(410)]&&(f[e(383)](n[e(410)]),n[e(410)][e(584)]===n&&(n[e(410)][e(584)]=null),n[e(410)]=null),!u[e(573)](n)&&n[e(584)]&&(f[e(383)](n[e(584)]),n[e(584)][e(410)]===n&&(n[e(584)][e(410)]=null),n[e(584)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(762)];e++){const r=d(t,n[e]);r&&(r[0][s(584)]=r[1],r[1][s(410)]=r[0],u[s(383)](r[0]),l[s(383)](r[1]))}}function d(t,n){const r=e;if(t[r(465)].id!==n[r(465)].id)return null;const s=a[r(747)](t)(t,n,c[r(747)](t),c[r(747)](n));return s&&a[r(747)](n)(t,n,c[r(747)](t),c[r(747)](n))?s[1][r(439)]&&s[1][r(439)][r(762)]?null:s:null}f[e(567)]&&this[e(589)](f)}[Ec(576)](t){const e=Ec;if(0==t[e(762)])return;const n=this[e(438)]({skipNotAttached:!0})[e(411)]((t=>e(666)==t[e(712)]&&t[e(700)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(625)]);s[e(573)](n)||(s[e(367)](n,r[e(762)]),r[e(507)]([]));const i=s[e(747)](n);r[i][e(507)](t)}!function(){const t=e;r[t(660)](((e,n)=>{const r=t,s=e[0][r(423)],o=n[0][r(423)];return s==o?e[0][r(625)][r(503)]<n[0][r(625)][r(503)]?-1:1:s<o?-1:1}));for(const e of r)e[t(660)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(762)];t++){if(0==r[t][e(762)])continue;const n=[];for(let s=t+1;s<r[e(762)];s++)0!=r[s][e(762)]&&i(r[t],r[s])&&n[e(507)](s);for(const s of n)r[t]=r[t][e(382)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(762)];n++)t[n][e(584)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(762)];n++)t[n][e(410)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(625)][r(503)]!==n[0][r(625)][r(503)]&&t[0][r(465)]!==n[0][r(465)])return!1;if(!function(t,e){const n=r;return!t[n(387)]&&!e[n(387)]||(!t[n(387)]||!e[n(387)])&&(!!(t[n(387)]&&e[n(423)]<t[n(439)][n(512)][n(747)](0)[n(423)])||!!(e[n(387)]&&t[n(423)]<e[n(439)][n(512)][n(747)](0)[n(423)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(625)],r(503)),o=Ic(n[0][r(625)],r(503));return!!Or(s,o)&&(!!t[r(648)]((t=>n[r(563)]((e=>t[r(726)]()[r(440)](e[r(726)]())))))&&n[r(648)]((e=>t[r(563)]((t=>e[r(726)]()[r(440)](t[r(726)]()))))))}}[Ec(568)](t){const e=Ec,n=Array[e(621)](t),r=this[e(438)]({skipNotAttached:!0}),s=r[e(411)]((n=>!t[e(573)](n))),o=new Map(n[e(395)]((t=>[t,this[e(446)][e(633)](t[e(712)],t[e(781)],e(497))]))),i=new Map(r[e(395)]((t=>[t,t[e(511)]()])));for(let t=0;t<n[e(762)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(762)];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(762)];e++){const s=r[e];if(s[a(712)]!==n[a(712)]||s[a(465)].id!==n[a(465)].id||s[a(781)]!==n[a(781)])continue;if(!wc(n,s,[a(503)]))continue;if(a(666)==n[a(712)]&&n[a(668)][a(687)]!=s[a(668)][a(687)])continue;if(a(666)==n[a(712)]&&t[a(708)](n[a(668)][a(492)]))continue;if(a(749)==n[a(712)]){const e=t[a(454)][a(785)],r=n[a(545)]();if(r&&(e[a(356)][a(674)](r)||e[a(356)][a(429)](r)))continue}const c=o[a(747)](n),u=i[a(747)](n),l=i[a(747)](s),f=n[a(439)]&&n[a(439)][a(762)],h=s[a(439)]&&s[a(439)][a(762)];if(!f&&c(l,u))return t[a(504)](s,n),i[a(732)](n),!0;if(!h&&c(u,l))return t[a(504)](n,s),i[a(732)](s),!0}return!1}}[Ec(504)](t,e){const n=Ec;if(t[n(517)])for(const r of e[n(511)]())t[n(431)](r);else{const r=e[n(726)]()[n(389)];this[n(396)](t,this[n(585)][n(479)](t[n(726)]()[n(731)],r))}e[n(373)]()}[Ec(774)](t,e){const n=Ec,r=t[n(581)](n(603))||t[n(581)](n(666))?n(722):t[n(716)]();return Wr(this[n(454)][n(441)],e+"_"+r+n(368))}[Ec(764)](){const t=Ec,e=this[t(454)];(0,o.surroundingMarkersDetector)(this[t(585)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(686)](t[s(763)]);if(s(501)===e){o[s(507)](this[s(774)](n,s(698)));break}}for(const t of r){const{group:e,type:n}=this[s(686)](t[s(763)]);if(s(501)===e){o[s(507)](this[s(774)](n,s(740)));break}}o[s(762)]&&e.ui[s(472)][s(437)](s(719),o[s(497)](" "))}))}[Ec(653)](t){const e=Ec;if(this[e(376)])return!1;const n=this[e(454)],r=n[e(785)][e(684)][e(495)][e(369)]();if(0==r[e(762)])return!1;const s=[],o=r[e(411)]((t=>e(666)==t[e(712)])),i=r[e(411)]((t=>e(408)==t[e(712)]&&e(391)!=t[e(763)])),a=r[e(411)]((t=>e(547)==t[e(712)]&&e(391)!=t[e(763)]));for(const t of o)s[e(507)]({key:t[e(528)],newValue:t[e(515)],oldValue:t[e(586)],range:Sc(t[e(681)],n[e(785)])});for(const t of i){const r=a[e(513)]((n=>n[e(560)][e(440)](t[e(560)])));r&&s[e(507)]({key:e(597),newValue:t[e(763)],oldValue:r[e(763)],range:n[e(785)][e(494)](t[e(560)][e(359)])})}return 0!=s[e(762)]&&this[e(524)](t,s)}[Ec(483)](t){const e=Ec;let n=!1;const r=this[e(454)][e(785)][e(684)][e(495)][e(385)]()[e(411)]((t=>t[e(668)][e(415)]&&t[e(763)][e(581)](e(773))));for(const s of r){const{subType:r,id:o}=this[e(686)](s[e(763)]),i=r[e(651)]("|")[0];for(const r of this[e(438)]({skipNotAttached:!0}))r.id!=o&&e(666)==r[e(712)]&&r[e(668)]&&r[e(668)][e(492)]==i&&r[e(726)]()[e(531)](s[e(668)][e(415)])&&(this[e(535)](r,s[e(668)][e(415)],t),n=!0)}return n}[Ec(434)](t){const e=Ec;this[e(454)],this[e(376)]=!0,t()}[Ec(600)](t){const e=Ec,n=this[e(708)](t),r=this[e(786)][e(573)](t);return n||r}[Ec(524)](t,e){const n=Ec;if(0==e[n(762)])return!1;let r=!1;for(const s of e){const e=this[n(752)](s[n(681)],n(666))[n(411)]((t=>!t[n(412)][n(664)]))[n(395)]((t=>t[n(501)])),i=(0,o.hashObject)({newValue:s[n(474)]});e[n(411)]((t=>{const e=n,[r,o]=t[e(781)][e(651)]("|");return r==s[e(492)]&&o!=i}))[n(640)]((e=>{const o=n;this[o(535)](e,s[o(681)],t),r=!0}))}return r}[Ec(535)](t,e,n){const r=Ec,s=t[r(726)]()[r(502)](e);0!==s[r(762)]?1!==s[r(762)]?this[r(490)](t,e[r(731)],e[r(389)]):this[r(396)](t,s[0]):n[r(556)](t[r(631)]())}}class Ac{constructor(t){const e=Ec;this[e(482)]=t,this[e(585)]=t[e(785)],this[e(381)]=new Map,this[e(468)]=new Map,this[e(566)]()}[Ec(767)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(585)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(633)](t,e,i(565))(...n),onDiscard:(...n)=>this[i(633)](t,e,i(673))(...n)})}[Ec(426)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(381)][s(367)](o,r)}[Ec(633)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(381)][r(747)](s)||this[r(468)][r(747)](t+":"+n)}[Ec(566)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(660)](((t,n)=>t[e(731)][e(694)](n[e(731)])?1:-1)),this[e(585)][e(571)]((n=>{const r=e;for(const e of t){let t;t=e[r(389)][r(480)]&&e[r(389)][r(451)]==e[r(731)][r(359)]?n[r(701)](e[r(731)][r(359)],"on"):n[r(701)](e),this[r(585)][r(611)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(585)][n(571)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(395)]((t=>(Cc(t)&&(t=this[s(585)][s(479)](t[s(389)])),t)))[s(411)]((t=>s(658)!==t[s(475)][s(564)]));if(c[s(762)]<1)return;const u=Array[s(621)](this[s(585)][s(684)][s(765)][s(511)]())[s(395)]((t=>i.LiveRange[s(457)](t)));r[s(720)](c);for(const t of this[s(482)][s(371)][s(371)]())t[s(463)]();a[s(507)]({forceDefaultExecution:!0}),this[s(482)][s(473)](o,...a);const l=u[s(411)]((t=>s(658)!=t[s(475)][s(564)]));l[s(762)]>0&&r[s(720)](l);for(const t of u)t[s(630)]()}))},s=(e,n)=>1==e[t(762)]&&1==n[t(762)]&&e[0][t(389)][t(440)](n[0][t(731)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(585)])?[e,n]:vc(n,e,s,r,this[t(585)])?[n,e]:null;this[t(468)][t(367)](t(569),e),this[t(468)][t(367)](t(588),n),this[t(468)][t(367)](t(443),s),this[t(468)][t(367)](t(525),o),this[t(468)][t(367)](t(460),n),this[t(468)][t(367)](t(355),e),this[t(468)][t(367)](t(692),s),this[t(468)][t(367)](t(695),o),this[t(468)][t(367)](t(627),r),this[t(468)][t(367)](t(734),e),this[t(468)][t(367)](t(679),s),this[t(468)][t(367)](t(610),e),this[t(468)][t(367)](t(533),r),this[t(468)][t(367)](t(705),e),this[t(468)][t(367)](t(435),s),this[t(468)][t(367)](t(748),e),this[t(468)][t(367)](t(505),e),this[t(468)][t(367)](t(718),((e,n)=>{const r=t;if(!n)return;const s=this[r(482)][r(595)][r(747)](yc);this[r(585)][r(571)]((t=>{const o=r;if(o(597)==n[o(492)])for(const r of e){const e=r[o(731)][o(359)],s=n[o(687)];t[o(780)](e,s)}else if(s[o(708)](n[o(492)]))for(const r of e)void 0!==n[o(687)]?t[o(783)](n[o(492)],n[o(687)],r[o(731)][o(359)]):t[o(477)](n[o(492)],r[o(731)][o(359)]);else for(const r of e)n[o(687)]?t[o(783)](n[o(492)],n[o(687)],r):t[o(477)](n[o(492)],r)}))})),this[t(468)][t(367)](t(372),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(451)][r(500)]({includeSelf:!0,parentFirst:!0})){if(s[r(475)]==s)return!1;if(!n[r(757)](s))return!1;if(t[r(674)](s)||t[r(429)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(389)][e(451)]==t[e(731)][e(359)]&&t[e(389)][e(647)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(401)].is(s(661))&&!r[s(674)](t[s(401)]),i=t[s(731)][s(779)](o),a=t[s(389)][s(779)](o,{direction:s(634)});return!(t[s(731)][s(440)](i)&&t[s(389)][s(440)](a)||(i[s(694)](a)?n[s(645)](e,{range:n[s(479)](i,a)}):n[s(556)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(731)][e(359)];return n&&n.is(e(487))}function Sc(t,e){const n=Ec;return null==t[n(389)][n(690)]&&t[n(389)][n(451)]==t[n(731)][n(359)]?Mc(t[n(731)][n(359)],e):t}function Mc(t,e){const n=Ec,r=e[n(356)][n(674)](t)||e[n(356)][n(775)](t);return e[n(479)](e[n(420)](t,n(626)),r?e[n(613)](t):e[n(420)](t,n(389)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(389)][o(440)](r[o(731)]))return!0;if(t[o(712)]!=e[o(712)])return!1;if(!n[o(389)][o(491)](r[o(731)]))return!1;const i=s[o(479)](n[o(389)],r[o(731)])[o(644)]();for(const t of i)if([o(703),o(717)][o(711)](t[o(712)])&&s[o(356)][o(429)](t[o(401)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(700)]||!e[r(700)])&&Or(Ic(t[r(625)],n),Ic(e[r(625)],n))}function Oc(t,e){const n=Ec,r=Dc(t[n(625)]),s=Dc(e);if(!t[n(700)])return!1;for(const t of Object[n(361)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(425)]({},t);return delete n[e(614)],delete n[e(543)],n}function Fc(){const t=["view","canDiscard","8RuuWCR","40qGgCls","575838GtVNar","unbind","destroy","listenTo","17789310WmBPgK","_editor","5125379FMNAEQ","commentThreadController","isEnabled","PENDING_ACTION_SUGGESTION","_discardCommand","_removePendingAction","358790XeKfkr","remove","stopListening","model","execute","commands","locale","_acceptCommand","9mJgeEE","_setPendingAction","getRanges","plugins","get","768288OsZQhV","bind","canEditAt","isDirty","14FSFCqN","_pendingAction","acceptSuggestion","canAccept","310287edRCnS","PendingActions","discardSuggestion","638208uPWMeY","add","change:isDirty"];return(Fc=function(){return t})()}const Pc=xc;function xc(t,e){const n=Fc();return(xc=function(t,e){return n[t-=204]})(t,e)}!function(t,e){const n=xc,r=t();for(;;)try{if(447363===-parseInt(n(222))/1+-parseInt(n(215))/2*(parseInt(n(219))/3)+parseInt(n(211))/4+parseInt(n(228))/5*(-parseInt(n(229))/6)+parseInt(n(235))/7*(parseInt(n(227))/8)+parseInt(n(206))/9*(parseInt(n(241))/10)+parseInt(n(233))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(244)]=e,this[s(225)]=n,this[s(236)]=r,this[s(234)]=t,this[s(205)]=t[s(246)][s(210)](s(217)),this[s(239)]=t[s(246)][s(210)](s(221)),this[s(225)][s(212)](s(237)).to(this[s(205)],this[s(239)],((t,e)=>t||e)),this[s(225)][s(212)](s(218)).to(this[s(205)],s(237),(t=>t&&this[s(234)][s(244)][s(213)](e[s(208)]()))),this[s(225)][s(212)](s(226)).to(this[s(239)],s(237),(t=>t&&this[s(234)][s(244)][s(213)](e[s(208)]()))),this[s(216)]=null,n[s(214)]&&this[s(207)](),this[s(232)](n,s(217),(()=>this[s(217)]())),this[s(232)](n,s(221),(()=>this[s(221)]())),this[s(232)](n,s(224),(()=>{const t=s;n[t(214)]?this[t(207)]():this[t(240)]()}))}[Pc(217)](){const t=Pc;this[t(205)][t(245)](this[t(244)].id)}[Pc(221)](){const t=Pc;this[t(239)][t(245)](this[t(244)].id)}[Pc(231)](){const t=Pc;this[t(225)][t(230)](t(237)),this[t(225)][t(230)](t(218)),this[t(225)][t(230)](t(226)),this[t(243)](),this[t(236)][t(231)](),this[t(216)]&&this[t(240)]()}[Pc(207)](){const t=Pc,e=Wr(this[t(234)][t(204)],t(238));this[t(216)]=this[t(234)][t(209)][t(210)](t(220))[t(223)](e)}[Pc(240)](){const t=Pc;null!==this[t(216)]&&this[t(234)][t(209)][t(210)](t(220))[t(242)](this[t(216)]),this[t(216)]=null}}function Uc(){const t=["element","6579JuACzv","value","bind","_createCommentThreadInputView","descriptionParts","hasDirtyComment","commentsListView","focus","submit","updateComment","locale","canDiscard","cancel","length","commentThreadInputView","2727648gJhhwJ","disableComments","1840PcLRdJ","1376376SnzqND","setData","removeComment","766494rgLSvY","isReadOnly","addComment","262857XRDwzR","assign","7uGBHCr","912715FBaSQr","canAccept","CommentView","137411kxEjiA","set","fire","authoredAt","commentInputView","editorConfig","6DWXYyE","22lDSuQI","destroy","isEnabled","isDirty","delegate","isActive","_localUser","showInput","disabledSubmit","editor","commentThread","_config","_createCommentViews","_model","28TlsgON"];return(Uc=function(){return t})()}function jc(t,e){const n=Uc();return(jc=function(t,e){return n[t-=452]})(t,e)}const Gc=jc;!function(t,e){const n=jc,r=t();for(;;)try{if(534383===parseInt(n(477))/1+parseInt(n(468))/2+-parseInt(n(471))/3*(-parseInt(n(498))/4)+parseInt(n(474))/5*(-parseInt(n(483))/6)+-parseInt(n(473))/7*(-parseInt(n(465))/8)+-parseInt(n(500))/9*(parseInt(n(464))/10)+parseInt(n(484))/11*(-parseInt(n(462))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Uc);class Vc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(453)]=null,this[s(461)]=null,this[s(478)](s(489),!1),this[s(478)](s(480),e[s(480)]),this[s(502)](s(480)).to(e),this[s(478)](s(504),[]),this[s(478)](s(487),!1),this[s(478)](s(486),!1),this[s(478)](s(475),!1),this[s(478)](s(458),!1),this[s(497)]=e,this[s(490)]=n,this[s(495)]=r,r[s(463)]?this[s(478)](s(460),1):this[s(496)]()}[Gc(454)](){const t=Gc;this[t(499)][t(454)]()}[Gc(485)](){const t=Gc;this[t(453)]&&this[t(453)][t(485)](),this[t(461)]&&this[t(461)][t(485)](),super[t(485)]()}[Gc(496)](){const t=Gc,{CommentsListView:e}=this[t(495)];this[t(453)]=new e(this[t(457)],this[t(497)][t(494)],Object[t(472)]({CommentView:this[t(495)][t(476)]},this[t(495)])),this[t(453)][t(488)](t(467)).to(this),this[t(453)][t(488)](t(456)).to(this),this[t(453)][t(502)](t(489)).to(this),this[t(478)](t(460),this[t(453)][t(460)]+1),this[t(502)](t(460)).to(this[t(453)],t(460),(t=>t+1)),this[t(461)]=this[t(503)](),this.on(t(467),(()=>this[t(454)]())),this[t(502)](t(487)).to(this[t(453)],t(452),this[t(461)][t(481)],t(501),((t,e)=>t||!!e))}[Gc(503)](){const t=Gc,{CommentThreadInputView:e}=this[t(495)],n=new e(this[t(457)],this[t(490)],this[t(495)][t(482)]),r=n[t(481)];return n[t(502)](t(491)).to(this,t(489),this[t(497)][t(494)],t(469),r,t(501),((t,e,n)=>!!n||t&&!e)),r.on(t(455),((e,n)=>{const s=t;this[s(479)](s(470),n),r[s(493)][s(466)]("")})),r.on(t(459),(()=>this[t(454)]())),r[t(502)](t(492)).to(this[t(497)][t(494)],t(469)),n}}const zc=Wc;function Wc(t,e){const n=qc();return(Wc=function(t,e){return n[t-=246]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(351567===parseInt(n(336))/1*(-parseInt(n(345))/2)+parseInt(n(287))/3*(-parseInt(n(300))/4)+parseInt(n(268))/5*(parseInt(n(319))/6)+-parseInt(n(324))/7*(-parseInt(n(246))/8)+-parseInt(n(307))/9*(parseInt(n(263))/10)+parseInt(n(296))/11*(-parseInt(n(325))/12)+parseInt(n(338))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qc);class Hc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(279)](i(257),""),this[i(253)](i(257)).to(this,i(316),(t=>t&&t[0]?t[0][i(257)]:"")),this[i(253)](i(333)).to(this,i(316),this,i(320),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(278)+Kc(e[n(348)],e[n(255)])+n(350);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(298)]=null,this[i(352)]=this[i(321)](Wr(e,i(357)),t.icons[i(344)],i(314),i(260),"sw"),this[i(352)][i(253)](i(303)).to(this,i(358)),this[i(284)]=this[i(321)](Wr(e,i(273)),t.icons[i(277)],i(334),i(301),"sw"),this[i(284)][i(253)](i(303)).to(this,i(261)),this[i(328)]=new o.UserView(e,this[i(313)][i(291)],this[i(252)]()),this[i(328)][i(306)]({attributes:{class:[i(349),i(262)]}}),this[i(310)](this[i(275)]())}[zc(275)](){const t=zc,e=this[t(259)],n=[{tag:t(280),attributes:{class:[t(354),t(272)]},children:[{tag:t(265),children:[{text:this[t(328)][t(312)]}],attributes:{class:[t(327),t(337)]}},{tag:t(270),attributes:{datetime:e.to(t(346)),class:[t(318),t(305)]},children:[{text:e.to(t(346),(e=>this[t(251)][t(250)](e)))}]}]},{tag:t(280),attributes:{class:[t(258),t(309)]},children:[this[t(352)],this[t(284)]]},{tag:t(280),attributes:{class:[t(256)]}}];this[t(313)][t(304)]&&n[t(359)]({tag:t(280),attributes:{class:[t(355)]},children:[{text:this[t(285)]()}]});const r={tag:t(280),attributes:{class:[t(249),e.if(t(320),t(267)),e.to(t(257),(e=>t(323)+e)),this[t(251)][t(302)]&&t(274)],"data-suggestion-id":this[t(313)].id,"data-thread-id":this[t(313)][t(332)].id,"data-author-id":this[t(313)][t(291)].id,tabindex:-1},children:[{tag:t(280),attributes:{class:[t(342),t(288)]},children:[this[t(328)],{tag:t(280),attributes:{class:[t(326),t(351)]},children:n}]}]};return this[t(339)]&&this[t(311)]&&(r[t(264)][t(359)](this[t(339)],this[t(311)]),this[t(339)][t(308)](t(295)).to(this),this[t(339)][t(308)](t(266)).to(this),this[t(311)][t(308)](t(295)).to(this),this[t(311)][t(308)](t(266)).to(this)),r}[zc(293)](){const t=zc;super[t(293)](),this[t(298)]=this[t(283)][t(276)](t(292)),this[t(298)][t(315)]=this[t(333)],this.on(t(271),((e,n,r)=>{const s=t;this[s(298)][s(315)]=r}))}[zc(321)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(297)]);return a[i(279)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(306)]({attributes:{class:n}}),a.on(i(269),(()=>{const t=i;this[t(294)](r,this[t(313)].id)})),a}[zc(285)](){const t=zc;return t(247)===this[t(313)][t(330)][t(290)][t(341)]?Wr(this[t(297)],t(343)):Wr(this[t(297)],t(286))}[zc(252)](){const t=zc;return this[t(313)][t(304)]?t(247)===this[t(313)][t(330)][t(290)][t(341)]?Wr(this[t(297)],t(347),this[t(313)][t(353)][t(312)]):Wr(this[t(297)],t(317),this[t(313)][t(353)][t(312)]):null}}function Kc(t,e){const n=zc;let r="";return r+=t[n(329)]("*")[n(248)](((t,e)=>e%2!=0?n(282)+Xc(t)+n(356):Xc(t)))[n(254)](""),e&&(r+=n(322)+e[n(289)]+n(281)+e[n(335)]+n(331)),r}function Xc(t){const e=zc,n=document[e(299)](e(265));return n[e(340)]=t,n[e(315)]}function qc(){const t=["disableComments","isEnabled","isExternal","ck-annotation__info-time","extendTemplate","203931SPwEqe","delegate","ck-annotation__actions","setTemplate","commentThreadInputView","name","_model","ck-suggestion--accept","innerHTML","descriptionParts","EXTERNAL_AVATAR","ck-comment__info-time","1711284RgHgPL","isActive","_createButton",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion-","361697CWcXkA","23952TZRmmU","ck-suggestion__main","ck-suggestion__info-name","userView","split","attributes",'"></span>',"commentThread","description","ck-suggestion--discard","title","20157AKtyGI","ck-annotation__info-name","10777585xOAErf","commentsListView","innerText","source","ck-suggestion","EXTERNAL_IMPORT_WORD_SUGGESTION","check","30Dvykop","authoredAt","EXTERNAL_IMPORT_WORD_AVATAR","content","ck-suggestion__user","</p>","ck-annotation__main","acceptButton","creator","ck-suggestion__info","ck-comment__external","</span>","Accept suggestion","canAccept","push","40efZRvE","importWord","map","ck-suggestion-wrapper","formatDateTime","_config","getUserViewNotificationText","bind","join","color","ck-annotation__content-wrapper","type","ck-suggestion__actions","bindTemplate","acceptSuggestion","canDiscard","ck-annotation__user","130nrWGnD","children","span","editorDestroyed","ck-suggestion-wrapper--active","10ayegFN","execute","time","change:description","ck-annotation__info","Discard suggestion","ck-suggestion--disabled-comments","getTemplate","querySelector","cancel","<p>","set","div",'" title="','<span class="ck-suggestion-type">',"element","discardButton","getExternalSuggestionNote","EXTERNAL_SUGGESTION","9EaJGie","ck-annotation","value","@external","author",".ck-annotation__content-wrapper","render","fire","editorReady","803UZHtZF","locale","_descriptionElement","createElement","751508NsdUGx","discardSuggestion"];return(qc=function(){return t})()}const Jc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Zc=Yc;function Yc(t,e){const n=$c();return(Yc=function(t,e){return n[t-=176]})(t,e)}!function(t,e){const n=Yc,r=t();for(;;)try{if(813486===-parseInt(n(200))/1*(-parseInt(n(315))/2)+-parseInt(n(219))/3+-parseInt(n(182))/4+-parseInt(n(258))/5*(parseInt(n(198))/6)+parseInt(n(216))/7*(parseInt(n(308))/8)+-parseInt(n(299))/9*(parseInt(n(287))/10)+parseInt(n(310))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);class Qc extends t.Plugin{static get[Zc(303)](){const t=Zc;return[yc,o.Users,t(280),t(304),t(212)]}static get[Zc(253)](){return Zc(192)}constructor(t){const e=Zc;super(t),this[e(189)]=new Map,this[e(265)]=new Map,this[e(213)]=new Map,this[e(272)]=new Map;const n=this[e(224)][e(263)];n[e(286)](e(214),Hc),n[e(286)](e(254),!1),this[e(237)]=n[e(190)](e(254))}[Zc(206)](t,e){const n=Zc;0===this[n(272)][n(302)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(272)]){const r=this[t(189)][t(264)](e);r||n?r&&n&&this[t(255)](e):this[t(232)](e)}this[t(272)][t(234)](),this[t(224)][t(202)][t(190)](t(212))[t(296)](),this[t(218)]()}),10),this[n(272)][n(300)](t,e)}[Zc(306)](){const t=Zc,e=this[t(224)],n=e[t(202)][t(190)](t(226)),r=e[t(202)][t(190)](t(304)),s=e[t(202)][t(190)](t(212)),o=e[t(202)][t(190)](t(280));this[t(227)](),s[t(178)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(225)](this[e(189)])){const s=t[e(239)](),o=[];for(const t of s){if(!t[e(305)])continue;if(t[e(275)]){o[e(279)](...t[e(251)]());continue}const n=t[e(271)]();if(o[e(210)]>0){const t=o[0][e(183)](n);if(t){o[0]=t;continue}}o[e(279)](n)}n[e(279)]([r[e(274)],o])}return n})),this[t(261)](n,t(204),((e,n)=>{const r=t;this[r(261)](n,r(277),((t,e,s,o)=>{const i=r;n[i(305)]&&(null==s?(this[i(197)](o[i(179)]),this[i(206)](n,!1)):(this[i(197)](s[i(179)]),null==o&&this[i(206)](n,!0)))})),null!==n[r(196)]?this[r(197)](n[r(179)]):this[r(206)](n,!1)})),this[t(261)](n,t(247),((e,n,r)=>{const s=t;this[s(318)](n,s(277)),this[s(272)][s(252)](n),this[s(189)][s(264)](n)&&this[s(255)](n),r&&this[s(197)](r[s(179)])})),this[t(261)](n,t(283),((e,n)=>{this[t(197)](n)})),this[t(261)](r,t(309),(()=>{this[t(218)]()})),this[t(261)](o,t(241),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(242)](r))return;const i=n[o(285)](r);this[o(189)][o(190)](i)[o(274)][o(194)]()}),{priority:t(220)})}[Zc(218)](){const t=Zc,e=this[t(224)][t(202)][t(190)](t(304)),n=this[t(224)][t(202)][t(190)](t(226)),r=Array[t(225)](e[t(278)],(e=>e[t(217)]))[t(205)]((e=>this[t(265)][t(264)](e))),s=[];for(const e of r){const n=this[t(265)][t(190)](e)[t(316)][t(239)]();s[t(279)](...n[t(228)](((e,n)=>[...e,...n[t(317)]()]),[]))}n[t(176)]=s}[Zc(227)](){const t=Zc,n=this[t(224)],r=n[t(185)],o=Wr(r,t(248)),i=new e.Collection([{type:t(293),model:new s.ViewModel({withText:!0,label:o,commandName:t(284)})},{type:t(235)},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(291)),commandName:t(311)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(266)),commandName:t(211)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(294)),commandName:t(269)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(230)),commandName:t(298)})}]);for(const e of i)if(tu(e)){const r=n[t(215)][t(190)](e[t(316)][t(221)]);e[t(316)][t(312)](t(229),t(208)).to(r,t(187),t(208))}n.ui[t(313)][t(256)](t(284),(e=>this[t(238)](e,i,o))),n.ui[t(313)][t(256)](t(288),(e=>this[t(184)](e,i,o)))}[Zc(238)](t,e,n){const r=Zc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(224)][r(215)][r(190)](r(284));o[r(268)][r(300)]({tooltip:n,label:n,icon:Jc}),o[r(268)][r(312)](r(229)).to(i,r(187)),o[r(268)].on(r(249),(()=>{const t=r;i[t(249)](),this[t(224)][t(259)][t(274)][t(194)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(279)](this[r(224)][r(215)][r(190)](t[r(316)][r(221)]));const c=o[r(268)];return c[r(231)][r(203)](r(208)),c[r(273)][r(203)](r(208)),c[r(231)][r(312)](r(208)).to(i,r(208)),c[r(273)][r(312)](r(208))[r(267)](a,r(208),((...t)=>t[r(292)]((t=>t)))),o.on(r(249),(t=>{const e=r;this[e(224)][e(249)](t[e(201)][e(221)]),this[e(224)][e(259)][e(274)][e(194)]()})),o}[Zc(184)](t,e,n){const r=Zc,o=new s.MenuBarMenuView(t),i=this[r(224)][r(215)][r(190)](r(284));o[r(268)][r(300)]({label:n,icon:Jc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(235)==n[r(195)]){a[r(250)][r(256)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(316)];i[r(312)](...Object[r(233)](c)).to(c),i[r(186)](r(249)).to(o),i.on(r(249),(()=>{const t=r;this[t(224)][t(249)](c[t(221)]),this[t(224)][t(259)][t(274)][t(194)]()})),e[r(222)][r(256)](i),a[r(250)][r(256)](e)}return o[r(312)](r(208)).to(i,r(208)),o[r(295)][r(222)][r(256)](a),o}[Zc(232)](t){const e=Zc,n=this[e(224)],r=n[e(263)],s=n[e(202)][e(190)](e(304)),i=n[e(202)][e(190)](e(280)),a=n[e(202)][e(190)](e(212)),c=n[e(202)][e(190)](o.Users).me,u=r[e(190)](e(284))[e(276)],{CommentsListView:l,CommentThreadInputView:f}=n[e(202)][e(190)](e(191));let h,d;this[e(213)][e(264)](t.id)?(d=this[e(213)][e(190)](t.id),h=d[e(307)]):(h=new u(n[e(185)],t,c,{disableComments:this[e(237)],editorConfig:r[e(190)](e(188)),maxCommentsWhenCollapsed:r[e(190)](e(282)),maxThreadTotalWeight:r[e(190)](e(240)),maxCommentCharsWhenCollapsed:r[e(190)](e(260)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(190)](e(185))),CommentView:r[e(190)](e(301))[e(181)],CommentsListView:l,CommentThreadInputView:f}),h[e(281)].on(e(249),(()=>{const t=e;n[t(259)][t(274)][t(194)]()})),h[e(223)].on(e(249),(()=>{const t=e;n[t(259)][t(274)][t(194)]()})),d=s[e(289)](this[e(224)][e(185)],h),d[e(312)](e(245)).to(h,e(245)),d[e(312)](e(210)).to(h),d[e(312)](e(195)).to(h,e(195),(t=>e(244)+t)),this[e(213)][e(300)](t.id,d));const g=i[e(314)](t[e(199)],h),p=new Bc(n,t,h,g),m=t[e(239)]()[e(205)]((t=>t[e(305)]));h[e(270)]=n[e(202)][e(190)](e(226))[e(243)][e(257)](m),this[e(189)][e(300)](t,p),this[e(265)][e(300)](h,p);const I=s[e(297)]({view:d,target:()=>{const r=e,s=[],i=t[r(239)]()[r(205)]((t=>t[r(305)]));for(const t of i)s[r(279)](...t[r(180)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(259)],s)},type:()=>e(244)+p[e(274)][e(195)]});i[e(177)](h,I),s[e(256)](I),a[e(207)](I)}[Zc(255)](t){const e=Zc,n=this[e(224)][e(202)][e(190)](e(280)),r=this[e(224)][e(202)][e(190)](e(304)),s=this[e(189)][e(190)](t),o=s[e(274)],i=r[e(236)](o);n[e(262)](o),i&&r[e(290)](i),this[e(189)][e(252)](t),this[e(265)][e(252)](o),s[e(209)]()}[Zc(197)](t){const e=Zc;if(!t[e(305)]||!this[e(189)][e(264)](t))return;const n=this[e(224)][e(202)][e(190)](e(226)),r=this[e(189)][e(190)](t),s=t[e(239)]();r[e(274)][e(270)]=n[e(243)][e(257)](s)}[Zc(209)](){const t=Zc;for(const e of this[t(189)][t(233)]())this[t(255)](e);for(const e of this[t(213)][t(193)]())e[t(307)][t(209)]();super[t(209)]()}}function $c(){const t=["getAllAdjacentSuggestions","comments.maxThreadTotalWeight","addComment","hasSuggestion","_descriptionFactory","suggestion-","isDirty","button","suggestionUnloaded","Track changes","execute","items","getRanges","delete","pluginName","trackChanges.disableComments","_destroyController","add","getDescriptions","5JiuPCX","editing","comments.maxCommentCharsWhenCollapsed","listenTo","_unbindEditors","config","has","_viewToController","Accept all selected suggestions","toMany","buttonView","discardAllSuggestions","descriptionParts","getFirstRange","_handleControllerBuffer","arrowView","view","isMultiRange","SuggestionThreadView","change:previous","activeAnnotations","push","CommentsRepository","acceptButton","comments.maxCommentsWhenCollapsed","suggestionChanged","trackChanges","getSuggestion","define","10otNzkT","menuBar:trackChanges","createAnnotationView","remove","Accept all suggestions","some","switchbutton","Discard all suggestions","panelView","refreshSelectedViews","createAnnotation","discardSelectedSuggestions","11430297LBMeGo","set","comments","size","requires","Annotations","isInContent","init","mainView","8WecGEG","change:activeAnnotations","45401257pnUZJe","acceptAllSuggestions","bind","componentFactory","createCommentThreadController","1238HXJlnS","model","getMarkerNames","stopListening","activeMarkers","_bindAnnotationToEditors","addSourceCollector","head","getMarkers","CommentView","5510728IChfKb","getJoined","_createMenuBarMenu","locale","delegate","value","comments.editorConfig","_suggestionToController","get","CommentsUI","TrackChangesUI","values","focus","type","previous","_updateController","7067208fSwJBn","commentThread","1061mCXtfr","source","plugins","unbind","suggestionLoaded","filter","_handleSuggestionControllerDelayed","registerAnnotation","isEnabled","destroy","length","acceptSelectedSuggestions","EditorAnnotations","_annotationViews","trackChanges.SuggestionThreadView","commands","6718131AKErJp","innerView","_refreshActiveMarkers","3314430TUZpfE","lowest","commandName","children","discardButton","editor","from","TrackChangesEditing","_addUIComponentsToFactory","reduce","isOn","Discard all selected suggestions","actionView","_initializeController","keys","clear","separator","getByInnerView","_disableComments","_createToolbarButton"];return($c=function(){return t})()}function tu(t){return Zc(316)in t}var eu=nu;function nu(t,e){var n=ru();return(nu=function(t,e){return n[t-=285]})(t,e)}function ru(){var t=["1557516hPFJld","pluginName","addSuggestion","Comments","420RRpjlm","3AJcAkt","7niWZPK","get","TrackChanges","getSuggestion","1963592uApXbN","1031542MBLlrA","40725047BmhNuA","4bzGFtH","getSuggestions","adapter","plugins","95859hTvTOn","1209025NdffsA","requires","addSuggestionData","1835769qTvOMN","editor"];return(ru=function(){return t})()}!function(t,e){for(var n=nu,r=t();;)try{if(839757===-parseInt(n(303))/1*(parseInt(n(286))/2)+-parseInt(n(296))/3+-parseInt(n(288))/4*(parseInt(n(293))/5)+-parseInt(n(298))/6+-parseInt(n(304))/7*(-parseInt(n(285))/8)+parseInt(n(292))/9*(-parseInt(n(302))/10)+parseInt(n(287))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[eu(294)](){return[yc,Qc,eu(301)]}static get[eu(299)](){return eu(306)}set[eu(290)](t){var e=eu;this[e(297)][e(291)][e(305)](yc)[e(290)]=t}get[eu(290)](){var t=eu;return this[t(297)][t(291)][t(305)](yc)[t(290)]}[eu(300)](t){var e=eu;return this[e(297)][e(291)][e(305)](yc)[e(295)](t)}[eu(289)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(297)][n(291)][n(305)](yc)[n(289)]({skipNotAttached:t,toJSON:e})}[eu(307)](t){var e=eu;return this[e(297)][e(291)][e(305)](yc)[e(307)](t)}}const ou=iu;function iu(t,e){const n=uu();return(iu=function(t,e){return n[t-=240]})(t,e)}!function(t,e){const n=iu,r=t();for(;;)try{if(925470===-parseInt(n(256))/1*(-parseInt(n(258))/2)+-parseInt(n(300))/3+parseInt(n(280))/4*(-parseInt(n(285))/5)+parseInt(n(275))/6*(parseInt(n(282))/7)+parseInt(n(290))/8+parseInt(n(296))/9+parseInt(n(273))/10*(-parseInt(n(288))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uu);const au=[ou(257)];class cu extends t.Plugin{static get[ou(295)](){return[yc]}static get[ou(251)](){return ou(297)}[ou(242)](){const t=ou,n=this[t(281)];if(n[t(284)][t(302)](t(252),(e=>{const r=t,s=n[r(244)][r(276)][r(293)]()[r(271)](((t,e)=>(t[e]="",t)),{});return n[r(292)][r(289)](s,e)})),t(246)!=typeof n[t(284)][t(249)](t(255))[t(287)])throw new e.CKEditorError(t(266))}[ou(283)](t){return hu(this[ou(281)],!0,t)}[ou(262)](t){return hu(this[ou(281)],!1,t)}}function uu(){const t=["getDataWithDiscardedSuggestions","createDocumentFragment","TrackChangesEditing","data","track-changes-data-invalid-editor-creator","CommentsRepository","TrackChangesDataGetter","_adapter","name","reduce","getSuggestions","119390exDPXh","set","6SwgHtp","document","addSuggestionData","appendChild","destroy","30248qLpquX","editor","6263789TXCAjW","getDataWithAcceptedSuggestions","config","485AdzfcI","div","editorCreator","275PLpEVU","create","12815400RrjoBt","getUser","constructor","getRootNames","getRootsAttributes","requires","3210579cyYNgV","TrackChangesData","acceptAllSuggestions","getFullData","3666741ldgCMG","rootsAttributes","define","createElement","useAnonymousUser","init","result","model","plugins","function","push","map","get","discardAllSuggestions","pluginName","trackChangesData.editorCreator","execute","end","trackChangesData","108741thVfHV","Pagination","6JrrJrr","Users","users","addUser"];return(uu=function(){return t})()}class lu extends t.Plugin{static get[ou(251)](){return ou(268)}constructor(t){const e=ou;super(t),this[e(243)]=e(254)}[ou(242)](){const t=ou;this[t(281)][t(245)][t(249)](t(267))[t(269)]={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(281)][t(245)][t(249)](t(264))[t(269)]=null}}function fu(t){return void 0!==t[ou(294)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(245)][r(247)](yc,lu),s[r(301)]=fu(t)?t[r(294)]():void 0;const i=document[r(263)](),a=t[r(284)][r(249)](r(255))[r(287)],c=await a(s,(()=>function(t){const e=r,n=document[e(240)](e(286));return t[e(278)](n),n}(i)));!function(t,e){const n=r,s=t[n(244)][n(276)][n(293)]()[n(271)](((e,r)=>(e[r]=t[n(265)][n(249)]({rootName:r}),e)),{}),o=t[n(245)][n(249)](n(259))[n(260)][n(248)]((t=>({id:t.id,name:t[n(270)]}))),i=t[n(245)][n(249)](n(264))[n(272)]({skipNotAttached:!0,toJSON:!0}),a=e[n(245)][n(249)](n(259)),c=e[n(245)][n(249)](n(264));for(const t of o)a[n(291)](t.id)||a[n(261)](t);a.me||a[n(241)]();for(const t of i)c[n(277)](t);e[n(265)][n(274)](s)}(t,c),c[r(253)](r(e?298:250));const u=fu(c)?c[r(299)](n):c[r(265)][r(249)](n);return await c[r(279)](),u}function du(){var t=["5596654tmIVuN","412790KVPiKQ","641141INazRb","127640AwgICH","4nhtpmy","4682130hjbYMm","1316180vbGdnl","288xVMpLk","253647oZUqBd"];return(du=function(){return t})()}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=289]})(t,e)}!function(t,e){for(var n=gu,r=t();;)try{if(430953===-parseInt(n(290))/1+parseInt(n(292))/2*(parseInt(n(296))/3)+parseInt(n(294))/4+parseInt(n(289))/5+parseInt(n(293))/6+-parseInt(n(297))/7+parseInt(n(291))/8*(parseInt(n(295))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
5
+ */(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);function c(){const t=["6026768hbhsyi","forceDisabled","_disableUnsupportedCommands","980166IchhLv","value","commands","1389442AqySwu","refresh","affectsData","3gdjgqb","execute","28756620jWguyX","_enableCommands","_isEnabledBasedOnSelection","has","clearForceDisabled","2077680wDfjaj","50gJrwer","_enabledCommands","editor","631148ZBUCPd","5388488yvpYpc","TrackChangesCommand","isEnabled"];return(c=function(){return t})()}function u(t,e){const n=c();return(u=function(t,e){return n[t-=129]})(t,e)}const l=u;!function(t,e){const n=u,r=t();for(;;)try{if(914635===-parseInt(n(133))/1+parseInt(n(130))/2*(-parseInt(n(136))/3)+-parseInt(n(147))/4*(parseInt(n(144))/5)+-parseInt(n(143))/6+parseInt(n(148))/7+parseInt(n(151))/8+parseInt(n(138))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(c);class f extends t.Command{constructor(t,e){const n=u;super(t),this[n(145)]=e,this[n(131)]=!1,this[n(134)](),this[n(140)]=!1}[l(134)](){this[l(150)]=!0}[l(137)](){const t=l;this[t(131)]=!this[t(131)],this[t(131)]?this[t(129)]():this[t(139)]()}[l(129)](){const t=l;for(const e of this[t(146)][t(132)][t(132)]())e[t(135)]&&!this[t(145)][t(141)](e)&&e[t(152)](t(149))}[l(139)](){const t=l;for(const e of this[t(146)][t(132)][t(132)]())e[t(135)]&&!this[t(145)][t(141)](e)&&e[t(142)](t(149))}}const h=d;function g(){const t=["345tXlWlq","execute","369729nLvTKk","23793AuEGGk","TrackChangesEditing","acceptSuggestion","659176yTZsqt","refresh","editor","1077564HwnQqm","_suggestions","22ztuAnL","canEditAt","190NAbfIe","232JpoMMU","_isEnabledBasedOnSelection","2106111okoMoq","isEnabled","getRanges","model","66114RTvYRr","2rGjWMA","1309964dwXPEW","track-changes-accept-suggestion-not-found","get","plugins"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=319]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(426019===parseInt(n(327))/1+-parseInt(n(342))/2*(-parseInt(n(337))/3)+parseInt(n(343))/4+-parseInt(n(321))/5*(parseInt(n(341))/6)+-parseInt(n(324))/7*(-parseInt(n(335))/8)+-parseInt(n(323))/9*(parseInt(n(334))/10)+-parseInt(n(332))/11*(-parseInt(n(330))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(331)]=e,this[n(328)](),this[n(336)]=!1}[h(328)](){this[h(338)]=!0}[h(322)](t){const n=h,r=this[n(331)][n(319)](t);if(!r)throw new e.CKEditorError(n(344),this);const s=r[n(339)]();this[n(329)][n(340)][n(333)](s)&&this[n(329)][n(320)][n(319)](n(325))[n(326)](r)}}const m=E;!function(t,e){const n=E,r=t();for(;;)try{if(369785===-parseInt(n(310))/1+-parseInt(n(326))/2*(parseInt(n(311))/3)+-parseInt(n(307))/4+-parseInt(n(318))/5+-parseInt(n(317))/6+parseInt(n(313))/7*(parseInt(n(323))/8)+parseInt(n(321))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class I extends t.Command{constructor(t,e){const n=E;super(t),this[n(308)]=e,this[n(324)](),this[n(306)]=!1}[m(324)](){this[m(315)]=!0}[m(328)](t){const n=m,r=this[n(308)][n(327)](t);if(!r)throw new e.CKEditorError(n(322),this);const s=r[n(314)]();this[n(309)][n(316)][n(319)](s)&&this[n(309)][n(325)][n(327)](n(320))[n(312)](r)}}function E(t,e){const n=b();return(E=function(t,e){return n[t-=306]})(t,e)}function b(){const t=["78450JWVKOR","discardSuggestion","914851fxAWNI","getRanges","isEnabled","model","2655582EuUtvX","2756235QIImfY","canEditAt","TrackChangesEditing","16964370SXKfFa","track-changes-discard-suggestion-not-found","32zFzyPq","refresh","plugins","22MCBBCW","get","execute","_isEnabledBasedOnSelection","682772deFOeJ","_suggestions","editor","585730UsKHsT"];return(b=function(){return t})()}function T(){const t=["join","265mhEcQA","execute","from","11rtgjKo","start","change","3357610kPmkAy","198UzGFVZ","createPositionAt","createRange","createPositionAfter"," [color ","end","isInContent","deletion","getRanges","value","splice","isArray","1516869qeWQJB","1209565IseQRH","isObject","5596WpLYBK","add","createPositionBefore","length","content","next","70536ZesUQA","push","color","schema","type","12EifJgV","isCollapsed","isIntersecting","sort","isTouching","499300TgxrQG","map","255574ZoAbxM","isMultiRange","replace"];return(T=function(){return t})()}function _(t,e){const n=T();return(_=function(t,e){return n[t-=457]})(t,e)}function y(t){const e=_;return t[e(494)](((t,n)=>e(472)==t[e(490)]&&e(472)!=n[e(490)]?-1:e(472)!=t[e(490)]&&e(472)==n[e(490)]?1:0))}function A(t,e){const n=_;let r,s=0;const o=[],i=e[n(489)];for(;s<t[n(483)];){const a=t[s],c=t[s+1];r||(r=e[n(482)](a)),C(e,a,c)||(o[n(487)](e[n(467)](r,i[n(479)](a)?e[n(468)](a):e[n(466)](a,n(470)))),r=null),s++}return o}function C(t,e,n){const r=_;if(!n)return!1;const s=t[r(468)](e),o=t[r(482)](n);return s[r(495)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(291766===-parseInt(n(496))/1+-parseInt(n(498))/2+parseInt(n(477))/3+-parseInt(n(480))/4*(parseInt(n(458))/5)+parseInt(n(491))/6*(parseInt(n(478))/7)+-parseInt(n(486))/8*(parseInt(n(465))/9)+-parseInt(n(464))/10*(-parseInt(n(461))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(T);function k(t,e,n){const r=_;for(;n[r(483)];){const s=n[r(475)](0,100);t[r(463)]((()=>{const t=r;for(const n of s)n[t(471)]&&e[t(459)](n.id)}))}}const N=R;function L(){const t=["581829TBzZUo","editor","from","1161983tVQwEb","_command","values","1448650aetReB","canEditAt","isEnabled","model","_suggestions","_isEnabledBasedOnSelection","4PaIYRB","4378280uYYSEh","9PdWCgq","some","16979281wBuUSX","2xJKMfD","isInContent","getRanges","refresh","6709456zSnyqE","12MvXbFi","142302gXPEqn","196eVBaEk","execute"];return(L=function(){return t})()}function R(t,e){const n=L();return(R=function(t,e){return n[t-=250]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(619596===parseInt(n(255))/1+parseInt(n(269))/2*(-parseInt(n(252))/3)+parseInt(n(264))/4*(parseInt(n(265))/5)+-parseInt(n(275))/6*(parseInt(n(250))/7)+parseInt(n(273))/8+parseInt(n(266))/9*(parseInt(n(258))/10)+-parseInt(n(268))/11*(parseInt(n(274))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(L);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(256)]=e,this[r(262)]=n,this[r(272)](),this[r(263)]=!1}[N(272)](){const t=N,e=Array[t(254)](this[t(262)][t(257)]())[t(267)]((e=>e[t(270)]));this[t(260)]=this[t(256)][t(260)]&&e}[N(251)](){const t=N,e=y(Array[t(254)](this[t(262)][t(257)]()));for(const n of e){const e=n[t(271)]();if(!this[t(253)][t(261)][t(259)](e))return}k(this[t(253)][t(261)],this[t(256)],e)}}const M=v;function v(t,e){const n=w();return(v=function(t,e){return n[t-=312]})(t,e)}function w(){const t=["1352ypZCSV","isEnabled","getRanges","document","10269aMgqbQ","execute","model","2380dNhZmK","_command","selection","69647UmCqwC","42zbqukJ","editor","from","size","46522POgnvh","values","2410WLmUrl","_isEnabledBasedOnSelection","canEditAt","refresh","14641570tnQLfP","1651208aUvjzc","653250ILfnaV","_suggestions","_selectedSuggestions"];return(w=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(443011===parseInt(n(335))/1+-parseInt(n(321))/2+-parseInt(n(322))/3+-parseInt(n(332))/4*(parseInt(n(316))/5)+parseInt(n(336))/6*(parseInt(n(314))/7)+parseInt(n(325))/8*(parseInt(n(329))/9)+parseInt(n(320))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=v;super(t),this[r(333)]=e,this[r(323)]=n,this[r(324)]=new Set,this[r(319)](),this[r(317)]=!1}[M(319)](){const t=M,e=this[t(337)][t(331)][t(328)][t(334)],n=Array[t(312)](this[t(323)][t(315)]());this[t(324)]=function(t,e){const n=_,r=Array[n(460)](t[n(473)]()),s=new Set;for(const o of e)if(o[n(471)])for(const e of r)for(const r of o[n(473)]())(e[n(493)](r)||t[n(492)]&&!o[n(499)]&&o[n(485)]&&r[n(470)][n(495)](e[n(462)]))&&s[n(481)](o);return s}(e,n),this[t(326)]=this[t(333)][t(326)]&&!!this[t(324)][t(313)]}[M(330)](){const t=M,e=y(Array[t(312)](this[t(324)]));for(const n of e){const e=n[t(327)]();if(!this[t(337)][t(331)][t(318)](e))return}k(this[t(337)][t(331)],this[t(333)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const H=function(){this.__data__=new z,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const J=q||Z||Function("return this")();const Y=J.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=J["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const Ct=At(J,"Map");const kt=At(Object,"create");const Nt=function(){this.__data__=kt?kt(null):{},this.size=0};const Lt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(kt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return kt?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=kt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Lt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(Ct||z),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Ht=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!Ct||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new z(t);this.size=e.size}Wt.prototype.clear=H,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=X,Wt.prototype.set=Ht;const Kt=Wt;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Jt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?J.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var Ce=Object.prototype.hasOwnProperty;const ke=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!Ce.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Le(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?ke(t):ve(t)};const De=function(t,e){return t&&Qt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Le(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?ke(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?J.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const He=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Je=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return qe.call(t,e)})))}:Xe;const Ye=function(t,e){return Qt(t,Je(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Je(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,Oe,Je)};const sn=function(t){return nn(t,Be,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(Ct),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||Ct&&Tn(new Ct)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Cn=J.Uint8Array;const kn=function(t){var e=new t.constructor(t.byteLength);return new Cn(e).set(new Cn(t)),e};const Nn=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ln=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Ln.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return kn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return vn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Le(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Hn="[object Function]",Wn="[object Object]",Kn={};Kn[zn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Hn]=Kn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==Hn||"[object GeneratorFunction]"==h;if(fe(e))return He(e,c);if(h==Wn||h==zn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Yn.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const Cr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new Cn(t),new Cn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var kr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:kr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Lr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Lr?Sr:c)==Sr,f=(u=u==Lr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):Cr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=499]})(t,e)}function Vr(){const t=["735XnjBLa","set","creator","createdAt","onAccept","220900wfsCgT","toJSON","markers","isMultiRange","attributes","getRange","isIntersectingWithRange","nodeBefore","suggestion:","delete","get","data","getMultiRangeId","getMarkers","length","getAllAdjacentSuggestions","_saved","push","getFirstRange","@external","getItems","split","_onAccept","nodeAfter","getFirstMarker","removeAttribute","isExternal","addRange","change","previous","type","8270BzZBuL","substr","isIntersecting","onDiscard","add","getRanges","removeMarkers","onAttributesChange","41774018wjnJFr","map","572980HpqROB","clear","setAttribute","39DJbcJw","filter","getMarkerNames","accept","_model","isInContent","head","subType","size","author","getContainedElement","authoredAt","2317ajUuWP","decorate","_markerNames","end","16821vliQtB","next","1137454KrtVPn","discard","47316xxuega","_onDiscard","from","3920AKkepw","addMarkerName","_onAttributesChange","hasComments","addMarker","commentThread","reduce","removeMarker","_isDataLoaded","start"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(886946===parseInt(n(538))/1+parseInt(n(517))/2+-parseInt(n(520))/3*(-parseInt(n(558))/4)+-parseInt(n(553))/5*(-parseInt(n(540))/6)+parseInt(n(532))/7*(-parseInt(n(543))/8)+-parseInt(n(536))/9*(-parseInt(n(507))/10)+-parseInt(n(515))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(551)]=!1,this.id=e.id,this[n(506)]=e[n(506)],this[n(527)]=e[n(527)]||null,this[n(529)]=e[n(529)],this[n(555)]=e[n(555)]||e[n(529)],this[n(502)]=Boolean(e[n(562)]&&e[n(562)][n(577)]),this[n(569)]=null,this[n(524)]=t,this[n(580)]=e[n(557)],this[n(541)]=e[n(510)],this[n(545)]=e[n(514)],this[n(534)]=new Set,this[n(556)]=null,this[n(554)](n(531),null),this[n(554)](n(562),e[n(562)]||{}),this[n(554)](n(505),null),this[n(554)](n(537),null),this[n(554)](n(548),null),this[n(554)](n(574),!1),this[n(533)](n(523)),this[n(533)](n(539))}get[jr(526)](){const t=jr;let e=this;for(;e[t(505)];)e=e[t(505)];return e}get[jr(546)](){const t=jr;return!!this[t(548)]&&this[t(548)][t(572)]>0}get[jr(561)](){const t=jr;return 0!=this[t(534)][t(528)]&&6==Array[t(542)](this[t(534)])[0][t(579)](":")[t(572)]}get[jr(525)](){return null!==this[jr(500)]()}[jr(544)](t){const e=jr;this[e(534)][e(511)](t)}[jr(522)](){const t=jr;return Array[t(542)](this[t(534)])}[jr(571)](){const t=jr;return this[t(522)]()[t(516)]((e=>this[t(524)][t(560)][t(568)](e)))[t(521)]((t=>t))}[jr(500)](){return this[jr(571)]()[0]||null}[jr(513)](){const t=jr;this[t(524)][t(504)]((e=>{const n=t;for(const t of this[n(571)]())e[n(550)](t)})),this[t(534)][t(518)]()}[jr(550)](t){const e=jr;this[e(524)][e(504)]((n=>{n[e(550)](t)})),this[e(534)][e(567)](t)}[jr(503)](t){const e=jr,n=e(566)+this[e(506)]+":"+this[e(527)]+":"+this.id+":"+this[e(555)].id+":"+zr[e(570)]();this[e(544)](n),this[e(524)][e(504)]((r=>{r[e(547)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(564)](t){const e=jr;for(const n of this[e(512)]())if(n[e(509)](t))return!0;return!1}[jr(512)](){const t=jr;return this[t(571)]()[t(516)]((e=>e[t(563)]()))}[jr(578)](){const t=jr;return this[t(512)]()[t(549)](((e,n)=>[...e,...n[t(578)]()]),[])}[jr(576)](){const t=jr;var e;return(null===(e=this[t(500)]())||void 0===e?void 0:e[t(563)]())||null}[jr(530)](){const t=jr,e=this[t(512)]();if(1!=e[t(572)])return null;const n=e[0],r=n[t(552)][t(499)],s=n[t(535)][t(565)];return r instanceof i.Element?r!=s?null:r:null}[jr(523)](){const t=jr;this[t(580)](this[t(512)](),this[t(569)],this[t(562)]),this[t(513)]()}[jr(539)](){const t=jr;this[t(541)](this[t(512)](),this[t(569)],this[t(562)]),this[t(513)]()}[jr(573)](){const t=jr,e=[];let n=this[t(526)];for(;n;)e[t(575)](n),n=n[t(537)];return e}[jr(519)](t,e){const n=jr,r=qn(this[n(562)]);hr(r,t,e),Or(r,this[n(562)])||(this[n(562)]=r,this[n(545)](r))}[jr(501)](t){const e=jr,n=qn(this[e(562)]);Ur(n,t),Or(n,this[e(562)])||(this[e(562)]=n,this[e(545)](this[e(562)]))}[jr(559)](){const t=jr;return{id:this.id,type:this[t(527)]?this[t(506)]+":"+this[t(527)]:this[t(506)],authorId:this[t(555)].id,createdAt:this[t(556)],hasComments:this[t(546)],data:this[t(569)],attributes:this[t(562)]}}static[jr(570)](){const t=jr;return(0,e.uid)()[t(508)](1,5)}}function Hr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Xr;function Kr(){const t=["addFormat","join","1347162XXHCqW","_addDescriptionItems","registerDescriptionCallback","end","Object","Container","7919388yyPRBA","get","registerAttributeLabel","_itemLabelsCallbacks","quantity","1315010BYwSCc","remove","*Remove format:* %0","normal","checkChild","deletion","softBreak","*Merge:* %0","_locale","addContainer","text","isEqual","_handleCustomCallbackDescription","map","indexOf","8227672kFcneA","EmptyContainer","label","match","isEmpty","has","3585651aBZdbG","getDescriptions","removeFormat","skip","_handleInsertRemoveSuggestionDescription","attribute","getFirstRange","_itemLabels","_resolveDescriptionItems","addEmptyContainer","type","removeObject","newValue","addObject","data","length","*Remove:* %0","item","push","insertion","start","name","set","_attributeLabels","isObject","_handleAttributeSuggestionDescription","_schema","*Set format:* %0","registerElementLabel","isInContent","getWalker","removeContainer","format","395bnWqPc","$1 $2","5718FalhGa","_handleRenameSuggestionDescription","pop","$text","20096nliiOZ","matchingCallback","nextSibling","elementStart","removeEmptyContainer","elementEnd","*Change to:* %0","7zQwapI","getItemLabel","ELEMENT_SPACE","_customCallbacks","previousSibling","$textProxy","subType","REPLACE_TEXT","element","nodeAfter","*Insert:* %0","replace","362bWlWUY","key","function","*Split:* %0","add"];return(Kr=function(){return t})()}function Xr(t,e){const n=Kr();return(Xr=function(t,e){return n[t-=379]})(t,e)}!function(t,e){const n=Xr,r=t();for(;;)try{if(625654===parseInt(n(469))/1*(parseInt(n(446))/2)+parseInt(n(411))/3+parseInt(n(450))/4*(parseInt(n(444))/5)+-parseInt(n(379))/6*(parseInt(n(457))/7)+-parseInt(n(405))/8+-parseInt(n(385))/9+parseInt(n(390))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class qr{constructor(t,e){const n=Xr;this[n(460)]=[],this[n(418)]=new Map,this[n(388)]=[],this[n(434)]=new Map,this[n(437)]=t,this[n(398)]=e}[Wr(412)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(426)];o++){const i=t[o];if(!i[e(440)])continue;const a=this[e(402)](i);if(a){if(null!=i[e(463)]){if(r[e(410)](i[e(463)]))continue;r[e(473)](i[e(463)])}n[e(429)](a)}else if(e(416)!=i[e(421)])e(430)!=i[e(421)]&&e(395)!=i[e(421)]||this[e(415)](n,i,t[o+1]);else{const t=i[e(425)][e(470)];if(s[e(410)](t))continue;s[e(473)](i[e(425)][e(470)]),t==_c?this[e(447)](n,i):this[e(436)](n,i)}}return this[e(419)](n)}[Wr(381)](t){const e=Wr;this[e(460)][e(429)](t)}[Wr(439)](t,n,r=e.priorities[Wr(393)]){const s=Wr;s(471)==typeof t?(0,e.insertToPriorityArray)(this[s(388)],{matchingCallback:t,label:n,priority:r}):this[s(418)][s(433)](t,n)}[Wr(387)](t,e){const n=Wr;this[n(434)][n(433)](t,e)}[Wr(458)](t,e=1){const n=Wr;let r;for(const e of this[n(388)])if(e[n(451)](t)){r=e[n(407)];break}return r||(r=this[n(418)][n(386)](t[n(432)])),r?r(e):1!==e?e+" "+t[n(432)]+"s":""+t[n(432)]}[Wr(380)](t,e){const n=Wr,r=e[n(417)]()[n(441)](),s=n(430)==e[n(421)]?n(473):n(391);for(const e of r){const o=e[n(428)],i=t[t[n(426)]-1];if(o.is(n(462)))i&&i[n(421)][n(404)](n(384))>-1&&t[n(448)](),i&&n(400)==i[n(421)]?i[s]+=o[n(425)]:t[n(429)]({type:n(400),add:n(473)==s?o[n(425)]:"",remove:n(391)==s?o[n(425)]:""});else if(this[n(437)][n(435)](o)){const a=o;if(i&&i[n(421)][n(404)](n(384))>-1&&t[n(448)](),n(455)==e[n(421)])continue;i&&i[n(421)]==s+n(383)&&i[n(465)][n(432)]==a[n(432)]?i[n(389)]++:t[n(429)]({type:s+n(383),element:a,quantity:1}),r[n(414)]((t=>!(n(455)==t[n(421)]&&t[n(428)]==o)))}else if(this[n(437)][n(394)](o,n(449))||o.is(n(465),n(396))){const r=o;if(n(473)==s&&n(453)==e[n(421)]||n(391)==s&&n(455)==e[n(421)])continue;if(i&&-1==i[n(421)][n(404)](n(384))){n(400)==i[n(421)]&&(i[s]+="\n");continue}let a;if(a=n(473)==s?r[n(452)]&&!this[n(437)][n(435)](r[n(452)])?r[n(452)]:null:r[n(461)]&&!this[n(437)][n(435)](r[n(461)])?r[n(461)]:null,r[n(409)]||a&&a[n(409)]){const e=a&&a[n(409)]?a:r;i&&i[n(421)]==s+n(406)&&i[n(465)][n(432)]==e[n(432)]?i[n(389)]++:t[n(429)]({type:s+n(406),element:e,quantity:1})}else t[n(429)]({type:s+n(384),element:r})}}}[Wr(419)](t){const e=Wr,n=this[e(398)],r=[],s=[],o=[];for(const i of t)switch(i[e(421)]){case e(400):if(i[e(473)]=i[e(473)][e(468)](/(\S)\u000A+(\S)/g,e(445))[e(468)](/\u000A/g,""),i[e(391)]=i[e(391)][e(468)](/(\S)\u000A+(\S)/g,e(445))[e(468)](/\u000A/g,""),""!=i[e(473)]&&""!=i[e(391)]){r[e(429)]({type:e(468),content:Hr(n,e(464),['"'+i[e(391)]+'"','"'+i[e(473)]+'"'])});continue}if(null!=i[e(473)][e(408)](/^ +$/)){r[e(429)]({type:e(430),content:Hr(n,e(467),Hr(n,e(459),i[e(473)][e(426)]))});continue}if(null!=i[e(391)][e(408)](/^ +$/)){r[e(429)]({type:e(395),content:Hr(n,e(427),Hr(n,e(459),i[e(391)][e(426)]))});continue}if(""!=i[e(473)]){r[e(429)]({type:e(430),content:Hr(n,e(467),'"'+i[e(473)]+'"')});continue}r[e(429)]({type:e(395),content:Hr(n,e(427),'"'+i[e(391)]+'"')});continue;case e(420):case e(424):r[e(429)]({type:e(430),content:Hr(n,e(467),this[e(458)](i[e(465)],i[e(389)]))});continue;case e(454):case e(422):r[e(429)]({type:e(395),content:Hr(n,e(427),this[e(458)](i[e(465)],i[e(389)]))});continue;case e(399):r[e(429)]({type:e(430),content:Hr(n,e(472),this[e(458)](i[e(465)],i[e(389)]))});continue;case e(442):r[e(429)]({type:e(395),content:Hr(n,e(397),this[e(458)](i[e(465)],i[e(389)]))});continue;case e(474):s[e(429)](i[e(470)]);continue;case e(413):o[e(429)](i[e(470)]);continue;default:r[e(429)](i)}if(s[e(426)]){const t=s[e(403)]((t=>this[e(434)][e(410)](t)?this[e(434)][e(386)](t):t))[e(475)](", ");r[e(429)]({type:e(443),content:Hr(this[e(398)],e(438),t)})}if(o[e(426)]){const t=o[e(403)]((t=>this[e(434)][e(410)](t)?this[e(434)][e(386)](t):t))[e(475)](", ");r[e(429)]({type:e(443),content:Hr(this[e(398)],e(392),t)})}return r}[Wr(402)](t){const e=Wr;for(const n of this[e(460)]){const r=n(t);if(r&&e(421)in r)return r}}[Wr(436)](t,e){const n=Wr,r=e[n(425)],s=void 0===r[n(423)]?n(413):n(474);t[n(429)]({type:s,key:r[n(470)]})}[Wr(447)](t,e){const n=Wr;t[n(429)]({type:n(443),content:Hr(this[n(398)],n(456),this[n(458)](e[n(417)]()[n(431)][n(466)],1))})}[Wr(415)](t,e,n){const r=Wr;if(this[r(380)](t,e),n&&n[r(417)]()&&!e[r(417)]()[r(382)][r(401)](n[r(417)]()[r(431)])){const n=t[t[r(426)]-1],s=r(430)==e[r(421)]?r(473):r(391);n&&r(400)==n[r(421)]&&(n[s]+="\n")}}}function Zr(t,e){const n=Jr();return(Zr=function(t,e){return n[t-=177]})(t,e)}function Jr(){const t=["5gXexrM","2jsTFlw","afterInit","12124352nusGRk","TrackChangesEditing","enableCommand","get","editor","commands","35184978rgBUdz","7981554BlhCzc","plugins","showAIAssistant","1146573XnFLuq","677263FmrIde","3480112LjhpRw","8857578ZoAyxA"];return(Jr=function(){return t})()}const Yr=Zr;!function(t,e){const n=Zr,r=t();for(;;)try{if(879019===parseInt(n(181))/1*(-parseInt(n(185))/2)+-parseInt(n(180))/3+-parseInt(n(182))/4+-parseInt(n(184))/5*(parseInt(n(183))/6)+-parseInt(n(177))/7+parseInt(n(187))/8+parseInt(n(193))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Qr extends t.Plugin{[Yr(186)](){const t=Yr,e=this[t(191)],n=e[t(178)][t(190)](t(188));e[t(192)][t(190)](t(179))&&n[t(189)](t(179))}}function $r(){const t=["get","9850LnwiME","center","editor","*Format:* %0","commandName","FORMAT_ALIGN_TO_LEFT","registerDescriptionCallback","locale","1240414QTnfpD","_enableDefaultAttributesIntegration","FORMAT_ALIGNMENT","1770198rXjHxN","right","registerAttributeLabel","has","3078760jKLjnc","441131inhoWC","formatBlock","type","11341768yBduuV","834420HtIlFA","left","justify","format","18Ebbwwu","AlignmentEditing","FORMAT_ALIGN_TO_CENTER","FORMAT_JUSTIFY_TEXT","commandParams","alignment","FORMAT_ALIGN_TO_RIGHT","TrackChangesEditing","plugins","_descriptionFactory","_registerLegacyDescription","afterInit","value"];return($r=function(){return t})()}function ts(t,e){const n=$r();return(ts=function(t,e){return n[t-=466]})(t,e)}const es=ts;!function(t,e){const n=ts,r=t();for(;;)try{if(422062===-parseInt(n(487))/1+-parseInt(n(471))/2*(parseInt(n(495))/3)+parseInt(n(491))/4+-parseInt(n(486))/5+-parseInt(n(482))/6+parseInt(n(479))/7+parseInt(n(490))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($r);class ns extends t.Plugin{[es(468)](){const t=es,e=this[t(473)],n=e[t(478)];if(!e[t(503)][t(485)](t(496)))return;const r=e[t(503)][t(470)](t(502));r[t(480)](t(500),[],[t(500)]),r[t(466)][t(484)](t(500),Hr(n,t(481))),this[t(467)]()}[es(467)](){const t=es,e=this[t(473)],n=e[t(478)];e[t(503)][t(470)](t(502))[t(466)][t(477)]((e=>{const r=t;if(r(488)!=e[r(489)])return;const{data:s}=e;if(s&&r(500)==s[r(475)]){const t=s[r(499)][0][r(469)];return{type:r(494),content:Hr(n,r(474),function(t){const e=r;switch(t){case e(492):return Hr(n,e(476));case e(483):return Hr(n,e(501));case e(472):return Hr(n,e(497));case e(493):return Hr(n,e(498))}}(t))}}}))}}function rs(){const t=["FORMAT_CODE","forceValue","code","formatInline","toLowerCase","FORMAT_BOLD","CodeEditing","StrikethroughEditing","SubscriptEditing","4062ypjTju","afterInit","editor","superscript","type","BoldEditing","_descriptionFactory","FORMAT_","strikethrough","FORMAT_STRIKETHROUGH","commandParams","TrackChangesEditing","FORMAT_ITALIC","431576tSkjcT","*Remove format:* %0","514515MJsyir","101619iOaVxW","subscript","FORMAT_SUBSCRIPT","commandName","FORMAT_UNDERLINE","bold","2279389PzqKFS","format","SuperscriptEditing","toUpperCase","has","_registerLegacyDescription","registerAttributeLabel","FORMAT_SUPERSCRIPT","italic","2982230AvtKQh","586904QNyaXi","UnderlineEditing","2435OVuNhH","get","underline","locale","_enableDefaultAttributesIntegration","plugins","*Format:* %0","registerDescriptionCallback","slice","ItalicEditing","9YhiVtZ","2JjXuwv"];return(rs=function(){return t})()}const ss=is;!function(t,e){const n=is,r=t();for(;;)try{if(171502===parseInt(n(232))/1+parseInt(n(261))/2*(parseInt(n(231))/3)+parseInt(n(248))/4+-parseInt(n(250))/5*(parseInt(n(216))/6)+parseInt(n(238))/7+parseInt(n(229))/8+parseInt(n(260))/9*(-parseInt(n(247))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(rs);const os=[ss(221),ss(259),ss(249),ss(213),ss(214),ss(215),ss(240)];function is(t,e){const n=rs();return(is=function(t,e){return n[t-=212]})(t,e)}class as extends t.Plugin{[ss(217)](){const t=ss,e=this[t(218)],n=e[t(255)][t(251)](t(227)),r=e[t(253)];for(const s of os){if(!e[t(255)][t(242)](s))continue;const o=s[t(258)](0,-7)[t(266)](),i=t(223)+o[t(241)]();n[t(254)](o,[o]),n[t(222)][t(244)](o,Hr(r,i))}this[t(243)]()}[ss(243)](){const t=ss,e=this[t(218)],n=e[t(253)],r=e[t(255)][t(251)](t(227));function s(e,s){const o=t;r[o(222)][o(257)]((t=>{const r=o;if(r(265)!=t[r(220)])return;const{data:i}=t;return i&&i[r(235)]===e?i[r(226)][0][r(263)]?{type:r(239),content:Hr(n,r(256),s)}:{type:r(239),content:Hr(n,r(230),s)}:void 0}))}s(t(237),Hr(n,t(212))),s(t(246),Hr(n,t(228))),s(t(252),Hr(n,t(236))),s(t(264),Hr(n,t(262))),s(t(224),Hr(n,t(225))),s(t(233),Hr(n,t(234))),s(t(219),Hr(n,t(245)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=178]})(t,e)}function ls(){const t=["*Set format:* %0","plugins","25620120QouXjT","registerDescriptionCallback","name","enableCommand","*Remove format:* %0","from","change","4072344lhvlAY","279vsNVJO","has","parent","commandParams","afterInit","forceValue","10202687PGtgfG","$root","value","BlockQuoteEditing","_descriptionFactory","checkChild","filter","4954mCzFUP","9nKCRHO","editor","locale","get","schema","getSelectedBlocks","blockQuote","TrackChangesEditing","1558476lBTikA","10bjigkw","7paJpSM","7235264ZUMemv","selection","10YPCdba","commandName","format","markBlockFormat","document","model","859902NEmhZH","commands","ELEMENT_BLOCK_QUOTE"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(809615===parseInt(n(189))/1*(parseInt(n(202))/2)+-parseInt(n(188))/3+-parseInt(n(211))/4*(parseInt(n(216))/5)+-parseInt(n(222))/6*(-parseInt(n(213))/7)+-parseInt(n(214))/8*(-parseInt(n(203))/9)+-parseInt(n(212))/10*(parseInt(n(195))/11)+parseInt(n(181))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(193)](){const t=cs,e=this[t(204)],n=e[t(205)];if(!e[t(180)][t(190)](t(198)))return;const r=e[t(180)][t(206)](t(210)),s=this[t(204)][t(223)][t(206)](t(209));r[t(184)](t(209),((n,o={})=>{const i=t,a=this[i(204)][i(221)][i(220)][i(215)],c=o&&void 0!==o[i(194)]?o[i(194)]:!s[i(197)];let u=[];if(c){const t=Array[i(186)](a[i(208)]())[i(201)]((t=>hs(t)||function(t,e){const n=i,r=e[n(200)](t[n(191)],n(209)),s=e[n(200)]([n(196),n(209)],t);return r&&s}(t,this[i(204)][i(221)][i(207)])));u=A(t,e[i(221)])}else{const t=Array[i(186)](a[i(208)]())[i(201)]((t=>hs(t)));u=A(t,e[i(221)])}e[i(221)][i(187)]((()=>{const t=i;for(const e of u)r[t(219)](e,{commandName:t(209),commandParams:[{forceValue:c}]})}))})),r[t(199)][t(182)]((e=>{const r=t,{data:s}=e;if(s&&r(209)==s[r(217)]){const t=Hr(n,r(178));return s[r(192)][0][r(194)]?{type:r(218),content:Hr(n,r(179),t)}:{type:r(218),content:Hr(n,r(185),t)}}}))}}function hs(t){const e=cs;return e(209)==t[e(191)][e(183)]}const gs=ds;function ds(t,e){const n=ps();return(ds=function(t,e){return n[t-=330]})(t,e)}function ps(){const t=["2343cchQgn","has","afterInit","enableCommand","changeCaseLower","1538556CUqDCF","72skmMzO","CaseChange","5532WMzpYE","changeCaseTitle","plugins","4zINabM","42KBFeiO","TrackChangesEditing","4233438IhDKKq","3350mhrImr","5793JteNBb","3288472MXvxYp","changeCaseUpper","2073815NmGoYp","editor","get"];return(ps=function(){return t})()}!function(t,e){const n=ds,r=t();for(;;)try{if(431783===parseInt(n(333))/1*(parseInt(n(345))/2)+parseInt(n(344))/3+parseInt(n(350))/4*(-parseInt(n(336))/5)+-parseInt(n(347))/6*(parseInt(n(351))/7)+-parseInt(n(334))/8+parseInt(n(331))/9+parseInt(n(332))/10*(parseInt(n(339))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ps);class ms extends t.Plugin{[gs(341)](){const t=gs,e=this[t(337)];e[t(349)][t(340)](t(346))&&(e[t(349)][t(338)](t(330))[t(342)](t(335)),e[t(349)][t(338)](t(330))[t(342)](t(343)),e[t(349)][t(338)](t(330))[t(342)](t(348)))}}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=239]})(t,e)}function bs(){const t=["afterInit","11uCwOiF","203XePCgz","enableCommand","512BAqDkI","41133440URWGXS","1144743dYtJTR","20DWZXjX","get","ckbox","143848kpveMN","1555156UUJzZv","76833fuiKBi","3022491gweXMp","TrackChangesEditing","13476pIylnl","plugins","editor","commands"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(846140===-parseInt(n(249))/1+-parseInt(n(254))/2+-parseInt(n(256))/3+parseInt(n(253))/4*(parseInt(n(250))/5)+parseInt(n(239))/6*(parseInt(n(245))/7)+-parseInt(n(247))/8*(parseInt(n(255))/9)+parseInt(n(248))/10*(parseInt(n(244))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(243)](){const t=Is,e=this[t(241)];e[t(242)][t(251)](t(252))&&e[t(240)][t(251)](t(257))[t(246)](t(252))}}const _s=ys;function ys(t,e){const n=As();return(ys=function(t,e){return n[t-=378]})(t,e)}function As(){const t=["ELEMENT_CODE_BLOCK","indentCodeBlock","formatBlock","219189DVGNrA","get","24ptbEuz","checkChild","1608vakxVU","languages","config","toLowerCase","200952NUdwDz","rootElement","62226oTENVX","type","codeBlock","filter","has","enableCommand","name","outdentCodeBlock","TrackChangesEditing","language","schema","commandParams","*Set format:* %0","getSelectedBlocks","65538WSOsHV","plugins","5830BWlfCc","forceValue","10274OPRQnC","editor","*Remove format:* %0","parent","locale","CodeBlock","find","model","7wZzbpe","from","document","value","registerDescriptionCallback","change","markBlockFormat","registerElementLabel","commands","isLimit","15615zfrvkJ","_descriptionFactory","selection","afterInit","commandName","376925AOAspF","label","blockName","format"];return(As=function(){return t})()}!function(t,e){const n=ys,r=t();for(;;)try{if(177158===-parseInt(n(390))/1+-parseInt(n(414))/2+parseInt(n(400))/3*(parseInt(n(392))/4)+parseInt(n(383))/5+parseInt(n(398))/6*(parseInt(n(426))/7)+parseInt(n(394))/8*(-parseInt(n(378))/9)+-parseInt(n(416))/10*(-parseInt(n(418))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class Cs extends t.Plugin{[_s(381)](){const t=_s,e=this[t(419)];if(!e[t(415)][t(404)](t(423)))return;const n=e[t(415)][t(391)](t(408)),r=e[t(422)],s=e[t(396)][t(391)](t(402))[t(395)],o=e[t(434)][t(391)](t(402));n[t(405)](t(388)),n[t(405)](t(407)),n[t(405)](t(402),((r,i={})=>{const a=t,c=e[a(425)],u=e[a(425)][a(428)][a(380)],l=i&&void 0!==i[a(417)]?i[a(417)]:!o[a(429)];let f;i[a(409)]||(i[a(409)]=s[0][a(409)]),f=l?Array[a(427)](u[a(413)]())[a(403)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(399))&&!e[n(435)](t)&&e[n(393)](t[n(421)],n(402))}(t,c[a(410)]))):Array[a(427)](u[a(413)]())[a(403)]((t=>ks(t)));const h=A(f,c);c[a(431)]((()=>{const t=a;for(const e of h)n[t(432)](e,{commandName:t(402),commandParams:[{...i,forceValue:l}],formatGroupId:t(385)})}))})),n[t(379)][t(433)](t(402),(e=>Hr(r,t(387),e))),n[t(379)][t(430)]((e=>{const n=t;if(n(389)!=e[n(401)])return;const o=r.t,{data:i}=e;if(!i||n(402)!=i[n(382)])return;const a=i[n(411)][0][n(409)],c=o(s[n(424)]((t=>t[n(409)]===a))[n(384)])[n(397)]();return i[n(411)][0][n(417)]?{type:n(386),content:Hr(r,n(412),Hr(r,n(387),1)+" ("+c+")")}:{type:n(386),content:Hr(r,n(420),Hr(r,n(387),1))}}))}}function ks(t){const e=_s;return e(402)==t[e(406)]}const Ns=Ls;function Ls(t,e){const n=Rs();return(Ls=function(t,e){return n[t-=256]})(t,e)}function Rs(){const t=["8SniZxc","4710ExafCn","410370VxJnLc","CommentsEditing","TrackChangesEditing","editor","4472804VshjwL","18371980tSqKTT","addCommentThread","6547583lFRmZb","924684SvWzvq","enableCommand","get","plugins","1615iPqrHh","7122087rgDDHJ","afterInit","has","10gDkfHR"];return(Rs=function(){return t})()}!function(t,e){const n=Ls,r=t();for(;;)try{if(633502===parseInt(n(257))/1+-parseInt(n(265))/2*(-parseInt(n(268))/3)+-parseInt(n(272))/4+parseInt(n(261))/5*(parseInt(n(267))/6)+parseInt(n(256))/7*(parseInt(n(266))/8)+parseInt(n(262))/9+-parseInt(n(273))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ns(263)](){const t=Ns,e=this[t(271)];e[t(260)][t(264)](t(269))&&e[t(260)][t(259)](t(270))[t(258)](t(274))}}var Ms=n(834);function vs(t,e,n){const r=ws,s=[];for(const o of e[r(296)]())o[r(263)](t)&&s[r(262)](n[r(265)](o));return s}function ws(t,e){const n=Ds();return(ws=function(t,e){return n[t-=241]})(t,e)}function Os(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(287)][r(258)](r(282));return(o,i,a)=>{const c=r;if(!a[c(246)][c(281)](i[c(264)],o[c(250)]))return;const u=i[c(264)][c(248)](),l=i[c(264)][c(261)],f=t[c(276)][c(270)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(245)];d=d||f[c(247)](e);const n=a[c(267)][c(249)](e);if(n&&n[c(252)](c(295)))return;c(253)==t[c(241)]&&f[c(272)](e)&&!f[c(284)](e)&&(e[c(280)]||l[c(266)]?h&&h[c(257)]==e||(h=e,m(t[c(293)]),p=!0):g=g||t[c(293)])}function m(t){const r=c,o=a[r(286)][r(291)](r(294),{class:r(242)+e}),u=a[r(267)][r(275)](t);n&&s[r(268)][r(269)](i[r(289)])&&a[r(286)][r(243)](r(273),o),a[r(286)][r(271)](u,o),a[r(267)][r(292)](o,i[r(289)])}d||p||!g||m(g)}}function Ds(){const t=["4yfmxeC","item","consumable","isContent","getWalker","toViewElement","name","470928ussySc","getCustomProperty","elementEnd","400QlUOJP","element","561035jhkbvL","parent","get","109942CPLtXA","150623EopYrF","start","push","hasAttribute","markerRange","createRangeOn","isAtEnd","mapper","activeMarkers","includes","schema","insert","isBlock","ck-suggestion-marker--active","277704GJtYBJ","toViewPosition","model","getAttribute","listItem","30CtDSTq","nextSibling","test","TrackChangesEditing","listIndent","isLimit","4690DtgXUU","writer","plugins","1204812aVTaeh","markerName","67hcePcA","createUIElement","bindElementToMarker","previousPosition","span","addHighlight","getItems","type","ck-suggestion-marker-","addClass"];return(Ds=function(){return t})()}!function(t,e){const n=ws,r=t();for(;;)try{if(217434===parseInt(n(290))/1*(-parseInt(n(285))/2)+parseInt(n(274))/3+parseInt(n(244))/4*(-parseInt(n(256))/5)+parseInt(n(279))/6*(-parseInt(n(259))/7)+parseInt(n(251))/8+-parseInt(n(288))/9+parseInt(n(254))/10*(parseInt(n(260))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ds);const Fs=xs;function Ps(){const t=["bind","start","batch","3oJISFN","rootName","createRange","deleteForward","mapper","1096696VDIMxB","uiElement","enqueueChange","unbindElementFromMarkerName","22dhzPFz","high","delete","markerName","unit","commands","data","$graveyard","createSelection","options","detach","setSelection","document","model","TrackChangesEditing","795085SKemLZ","buffer","getFirstRange","387WOqUNj","selection","lock","root","modifySelection","116390oijgZa","7KMfpMX","editor","enableCommand","markerNameToElements","forward","merge","745320pKfJJQ","removeMarker:suggestion:deletion","downcastDispatcher","plugins","2pGHELU","end","300148VBuGpQ","writer","showSuggestionHighlights","isCollapsed","addMarker:suggestion:deletion","editing","904108LThceu","requires","634026xSNYXd","unlock","init","fromRange","get","remove"];return(Ps=function(){return t})()}function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=137]})(t,e)}!function(t,e){const n=xs,r=t();for(;;)try{if(259945===-parseInt(n(138))/1*(-parseInt(n(198))/2)+parseInt(n(155))/3*(-parseInt(n(144))/4)+-parseInt(n(179))/5+parseInt(n(146))/6+-parseInt(n(188))/7*(parseInt(n(160))/8)+-parseInt(n(182))/9*(-parseInt(n(187))/10)+-parseInt(n(164))/11*(parseInt(n(194))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Fs(145)](){return[Ms.Delete]}[Fs(148)](){const t=Fs,e=this[t(189)],n=e[t(197)][t(150)](t(178));n[t(190)](t(166));const r=e[t(169)][t(150)](t(158));n[t(190)](t(158),((n,s={})=>{const o=t,a=e[o(177)][o(172)](e[o(177)][o(176)][o(183)]);a[o(141)]&&e[o(177)][o(186)](a,{direction:o(192),unit:s[o(168)]});const c=a[o(181)](),u=i.LiveRange[o(149)](c);let l;n(s),l=o(171)==u[o(185)][o(156)]?e[o(177)][o(157)](c[o(153)]):e[o(177)][o(157)](u[o(153)],u[o(137)]),u[o(174)](),e[o(177)][o(162)](r[o(180)][o(154)],(t=>{const e=o;r[e(180)][e(184)](),t[e(175)](t[e(157)](l[e(137)])),r[e(180)][e(147)]()}))})),e[t(143)][t(196)].on(t(142),Os(e,t(193)),{priority:t(165)}),e[t(170)][t(196)].on(t(142),((n,r,s)=>{const o=t;s[o(173)][o(140)]&&Os(e,o(193),{showActiveMarker:!1})[o(152)](this)(n,r,s)}),{priority:t(165)}),e[t(143)][t(196)].on(t(195),((e,n,r)=>{const s=t,o=r[s(159)][s(191)](n[s(167)]);if(o)for(const t of o)t.is(s(161))&&(r[s(159)][s(163)](t,n[s(167)]),r[s(139)][s(151)](t))}),{priority:t(165)})}}const Us=js;function js(t,e){const n=zs();return(js=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=js,r=t();for(;;)try{if(679623===-parseInt(n(359))/1*(parseInt(n(381))/2)+-parseInt(n(484))/3+-parseInt(n(499))/4*(parseInt(n(410))/5)+-parseInt(n(356))/6*(parseInt(n(486))/7)+-parseInt(n(501))/8*(parseInt(n(392))/9)+parseInt(n(475))/10*(-parseInt(n(388))/11)+parseInt(n(417))/12*(parseInt(n(442))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class Gs extends t.Plugin{[Us(387)](){const t=Us,e=this[t(391)];if(!e[t(399)][t(496)](t(462)))return;const n=e[t(491)],r=e[t(399)][t(453)](t(427)),s=e[t(399)][t(496)](t(479)),o=!!e[t(375)][t(453)](t(379));function i(e){const r=t;return{type:r(474),content:""+Hr(n,r(422),e)}}function a(e){const r=t;return{type:r(474),content:""+Hr(n,r(368),e)}}r[t(414)](t(428),[],[t(482),t(383),t(449)]),r[t(414)](t(405)),r[t(414)](t(445)),r[t(414)](t(366)),r[t(414)](t(495)),r[t(414)](t(363)),r[t(414)](t(488)),r[t(414)](t(498)),o&&(r[t(414)](t(471)),r[t(414)](t(456))),s&&(r[t(414)](t(447)),r[t(414)](t(451),[],[t(473)]),r[t(376)][t(440)]((e=>{const r=t,{data:s}=e;if(s&&r(473)==s[r(400)])return{type:r(474),content:s[r(403)]?Hr(n,r(385)):Hr(n,r(374))}})),this[t(391)][t(450)][t(480)][t(351)]((e=>{const n=t;if(e[n(394)][n(478)])return!1;let s=!1;const o=r[n(395)]({skipNotAttached:!0})[n(454)]((t=>n(473)===r[n(398)](t)));for(const t of o)n(373)!=t[n(416)]()[n(431)][n(466)][n(455)](n(383))&&(r[n(467)](t[n(416)](),n(382))[n(477)]((t=>n(383)===r[n(398)](t[n(371)])))||(e[n(429)](t[n(409)]()),s=!0));return s}))),r[t(376)][t(361)](t(449),Hr(n,t(500)));const c={type:t(474),content:""};r[t(376)][t(440)]((e=>{const r=t,{data:s}=e;if(!s||r(383)!=s[r(400)])return;let u=e[r(434)];for(;u;){if(u[r(369)]&&((r(413)==u[r(369)][r(400)]||r(355)==u[r(369)][r(400)])&&(u[r(369)][r(403)]&&r(365)!=u[r(369)][r(403)]||r(365)!=u[r(369)][r(463)]&&!s[r(403)])||!o&&u[r(369)][r(400)]==_c))return c;u=u[r(469)]}if(null==s[r(403)])switch(s[r(463)]){case r(437):return a(Hr(n,r(487)));case r(357):return a(Hr(n,r(468)));case r(373):return a(Hr(n,r(459)))}switch(s[r(403)]){case r(437):return i(Hr(n,r(487)));case r(357):return i(Hr(n,r(468)));case r(373):return i(Hr(n,r(459)))}})),r[t(376)][t(440)]((e=>{const n=t,{data:r}=e;if(r&&n(449)==r[n(400)])return null==r[n(403)]||null==r[n(463)]&&0==r[n(403)]?c:void 0})),r[t(376)][t(440)]((e=>{const r=t;if(r(382)!=e[r(452)])return;const{data:s}=e;if(!s||r(482)!=s[r(400)])return;const o=Vs(e);return o?r(403)==o?{type:r(474),content:Hr(n,r(404))}:r(463)==o?{type:r(474),content:Hr(n,r(464))}:c:c})),e[t(450)][t(480)][t(351)]((e=>this[t(430)](e))),e[t(450)][t(480)][t(351)]((e=>this[t(441)](e))),e[t(450)][t(480)][t(351)]((e=>this[t(426)](e))),this[t(362)]()}[Us(430)](t){const e=Us;if(t[e(394)][e(478)]||!t[e(394)][e(421)])return!1;let n=!1;const r=this[e(391)][e(399)][e(453)](e(427))[e(395)]({skipNotAttached:!0})[e(454)]((t=>t[e(369)]&&e(482)==t[e(369)][e(400)]))[e(454)]((t=>t[e(369)][e(403)]&&t[e(369)][e(463)]));for(const s of r)Vs(s)||(t[e(429)](s[e(409)]()),n=!0);return n}[Us(441)](t){const e=Us;if(t[e(394)][e(478)]||!t[e(394)][e(421)])return!1;const n=this[e(391)][e(399)][e(453)](e(427));if(n[e(443)][e(485)])return!1;let r=!1;const s=[e(383),e(482),e(449),e(413),e(407),e(353),e(446),e(472),e(355)],o=this[e(391)][e(450)][e(480)][e(483)][e(358)]()[e(454)]((t=>e(382)==t[e(452)]))[e(454)]((t=>s[e(492)](t[e(390)])));if(0==o[e(367)])return r;for(const i of o){const o=n[e(467)](i[e(412)],e(382))[e(454)]((t=>!t[e(432)][e(423)]))[e(502)]((t=>t[e(371)]))[e(454)]((t=>{const r=e,o=n[r(398)](t);return s[r(492)](o)}));if(o[e(367)]){for(const n of o)t[e(429)](n[e(409)]());r=!0}}return r}[Us(426)](t){const e=Us;if(t[e(394)][e(478)]||!t[e(394)][e(421)])return!1;const n=this[e(391)][e(399)][e(453)](e(427));let r=!1;const s=[e(383),e(482),e(449),e(413),e(407),e(353),e(446),e(472),e(355)];for(const t of n[e(395)]({skipNotAttached:!0})){const o=n[e(467)](t[e(416)](),e(382))[e(502)]((t=>t[e(371)]))[e(454)]((t=>t[e(369)]&&s[e(492)](t[e(369)][e(400)])));if(!o[e(367)])continue;const a=o[0][e(434)][e(458)][e(370)];if(!o[e(476)]((t=>t[e(458)][e(370)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(395)]({skipNotAttached:!0})[s(454)]((e=>s(382)==e[s(452)]&&e[s(458)][s(370)]==t)))e[s(465)](s(370),r)}function i(t,n){const r=e;let s=t[r(434)],i=!1;for(;s;)s[r(458)][r(370)]!=n&&(o(s[r(458)][r(370)],n),s[r(465)](r(370),n),i=!0),s=s[r(469)];return i}}[Us(362)](){const t=Us,e=this[t(391)],n=e[t(491)],r=e[t(399)][t(453)](t(427));this[t(481)](),r[t(438)][t(397)](t(490),t(457),t(444),(function(n,r){const s=t,o=[];for(let t of n)t[s(431)][s(466)]===t[s(433)][s(396)]&&(t=e[s(450)][s(384)](e[s(450)][s(493)](t[s(431)][s(466)],0))),o[s(489)](t);e[s(450)][s(380)]((t=>{const n=s,a=e[n(450)][n(480)][n(402)],c=Array[n(424)](a[n(411)]())[n(502)]((t=>i.LiveRange[n(448)](t)));t[n(439)](o),e[n(461)][n(453)](r[n(393)])[n(389)](),r[n(401)][n(489)]({forceDefaultExecution:!0}),e[n(418)](r[n(393)],...r[n(401)]),t[n(439)](c);for(const t of c)t[n(419)]()}))})),r[t(376)][t(360)]((function(n){const r=t,s=!e[r(450)][r(460)][r(406)](n),o=n[r(470)],i=n[r(497)],a=n[r(455)](r(482)),c=!o||o[r(455)](r(482))!==a,u=!i||i[r(455)](r(482))!==a;return s&&Boolean(a)&&c&&u}),(e=>Hr(n,t(420),e)))}[Us(481)](){const t=Us,e=this[t(391)],n=e[t(491)];function r(n){const r=t,s=e[r(461)][r(453)](r(405))[r(485)],o=e[r(461)][r(453)](r(428))[r(485)];return r(428)===n?s:o}e[t(399)][t(453)](t(427))[t(376)][t(440)]((function(s){const o=t;if(o(490)!=s[o(452)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(393)]){case o(405):u=i[o(401)][0][o(354)],l=r(i[o(393)]),a=o(u?364:435),!l&&e[o(375)][o(453)](o(379))||(a=o(425)),c={type:o(474),content:Hr(n,a,Hr(n,o(487)))};break;case o(428):u=i[o(401)][0][o(354)],l=r(i[o(393)]),a=o(u?364:435),!l&&e[o(375)][o(453)](o(379))||(a=o(425)),c={type:o(474),content:Hr(n,a,Hr(n,o(468)))};break;case o(495):a=o(408),c={type:o(474),content:Hr(n,a,Hr(n,o(420)))};break;case o(363):a=function(t){const e=o,n=t[e(416)]();let r=n[e(431)][e(466)];for(;r&&n[e(415)](r);){if(r[e(455)](e(449))>0)return!1;r=r[e(497)]}return!0}(s)?Hr(n,o(435),Hr(n,function(t){const e=o;return e(352)+t[e(416)]()[e(431)][e(466)][e(455)](e(383))[e(436)]()+e(378)}(s))):Hr(n,o(494),Hr(n,o(420))),c={type:o(474),content:a};break;case o(471):case o(456):!1===i[o(372)]&&(a=o(377),c={type:o(386),content:Hr(n,a,Hr(n,o(420)))})}return c}))}}function Vs(t){const e=Us;let n=t[e(416)]()[e(431)][e(466)][e(470)];for(;n;){const r=n[e(455)](e(482));if(!r)return!1;if(r==t[e(369)][e(403)])return e(403);if(r==t[e(369)][e(463)])return e(463);n=n[e(470)]}return!1}function zs(){const t=["attributeKey","editor","9vhxzRt","commandName","batch","getSuggestions","parent","registerCustomCallback","_getAttributeKey","plugins","key","commandParams","selection","newValue","*Merge:* list item","bulletedList","isObject","listStart","*Indent:* %0","getFirstMarker","1797205vuJePU","getRanges","range","listStyle","_enableDefaultAttributesIntegration","containsItem","getFirstRange","2640aVJTpq","execute","detach","ELEMENT_LIST_ITEM","isLocal","*Set format:* %0","isNextTo","from","*Change to:* %0","assureChains","TrackChangesEditing","numberedList","removeMarker","listItemIdFixer","start","meta","end","head","*Format:* remove from %0","toUpperCase","bulleted","_suggestionFactory","setSelection","registerDescriptionCallback","noTrackChangesFixer","220272qoTaUx","trackChangesCommand","accept","customNumberedList","todoListCheck","todoList","fromRange","listIndent","model","checkTodoList","type","get","filter","getAttribute","mergeListItemForward","documentList","attributes","ELEMENT_TODO_LIST","schema","commands","ListEditing","oldValue","*Split:* list item","setAttribute","nodeAfter","_findSuggestions","ELEMENT_NUMBERED_LIST","next","previousSibling","mergeListItemBackward","listMarker","todoListChecked","format","1817890dmWXwY","every","find","isUndo","TodoListEditing","document","_registerLegacyDescription","listItemId","differ","3901440fQEBhV","value","3408517eHCZgf","ELEMENT_BULLETED_LIST","splitListItemAfter","push","formatBlock","locale","includes","createPositionAt","*Outdent:* %0","indentList","has","nextSibling","splitListItemBefore","4iuuOPi","FORMAT_INDENT","3807352qeZJbY","map","registerPostFixer","ELEMENT_","listReversed","forceValue","listMarkerStyle","6DRMEPy","numbered","getChanges","37CIfKwH","registerElementLabel","registerAttributeLabel","_supportLegacySuggestions","outdentList","*Format:* insert into %0","default","customBulletedList","length","*Remove format:* %0","data","groupId","suggestion","multipleBlocks","todo","*Uncheck item*","config","_descriptionFactory","*Merge:* %0","_LIST","list.multiBlock","change","13162htFoeR","attribute","listType","createRange","*Check item*","deletion","afterInit","11xWwteW","refresh"];return(zs=function(){return t})()}function Hs(){const t=["_enableDefaultAttributesIntegration","plugins","document","81odJXpv","customNumbered","formatBlock","attribute","format","startIndex","*Format:* set order to regular","get","getAttribute","find","569291jIQxUS","newValue","_descriptionFactory","upper-roman","*Format:* set order to reversed","suggestion","registerPostFixer","commandParams","_registerLegacyDescription","ListPropertiesEditing","config","commandName","data","*Set format:* %0","locale","default","registerAttributeLabel","nodeAfter","listType","list.properties","next","reversed","oldValue","replace","22eiLxEd","afterInit","listStyle","registerDescriptionCallback","styles","bulleted","key","decimal-leading-zero","square","disc","FORMAT_LIST_START","_LIST_DEFAULT","isUndo","type","TrackChangesEditing","2359030RVqWrK","model","listReversed","handleDescriptions","removeMarker","2379560QeuXVx","getFirstMarker","*Format:* set start index to %0","_findSuggestions","listStart","*Remove format:* %0","FORMAT_LIST_REVERSED","3705440fjuvFU","72zfVLif","25545ReCNQL","upper-latin","_getAttributeKey","_LIST_","*Change to:* %0","ELEMENT_","311696EuFpGG","numbered","decimal","toUpperCase","lower-latin","batch","filter","includes","head","bind","getSuggestions","_getTranslationKeyForListStyle","start","editor","has","getFirstRange","493073MmCbBU","circle","lower-roman"];return(Hs=function(){return t})()}const Ws=Ks;function Ks(t,e){const n=Hs();return(Ks=function(t,e){return n[t-=327]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(736469===parseInt(n(329))/1+-parseInt(n(353))/2*(parseInt(n(382))/3)+-parseInt(n(388))/4+-parseInt(n(373))/5+parseInt(n(381))/6*(-parseInt(n(404))/7)+-parseInt(n(380))/8+-parseInt(n(410))/9*(-parseInt(n(368))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hs);class Xs extends t.Plugin{[Ws(354)](){const t=Ws;if(!this[t(401)][t(408)][t(402)](t(338)))return;const e=this[t(401)][t(339)][t(417)](t(348)),n=this[t(401)][t(408)][t(417)](t(367));e[t(357)]&&n[t(407)](t(355),[],[t(355)]),e[t(350)]&&n[t(407)](t(370),[],[t(370)]),e[t(415)]&&n[t(407)](t(377),[],[t(377)]);const r={type:t(414),content:""};n[t(331)][t(356)](this[t(371)][t(397)](this));const s=this[t(401)][t(343)];n[t(331)][t(345)](t(370),Hr(s,t(379))),n[t(331)][t(356)]((e=>{const n=t,{data:s}=e;if(s&&n(370)==s[n(359)])return null==s[n(330)]||0==s[n(330)]&&null==s[n(351)]?r:void 0})),n[t(331)][t(345)](t(377),Hr(s,t(363))),n[t(331)][t(356)]((e=>{const n=t,{data:s}=e;if(s&&n(377)==s[n(359)])return null==s[n(330)]||1==s[n(330)]&&null==s[n(351)]?r:void 0})),this[t(401)][t(369)][t(409)][t(335)]((e=>{const r=t;if(e[r(393)][r(365)])return!1;let s=!1;const o=n[r(398)]({skipNotAttached:!0})[r(394)]((t=>{const e=r,s=n[e(384)](t);return e(377)==s||e(370)==s}));for(const t of o){const o=t[r(403)]()[r(400)][r(346)][r(327)](r(347));r(389)!=o&&r(411)!=o&&(n[r(376)](t[r(403)](),r(413))[r(328)]((t=>r(347)==n[r(384)](t[r(334)])))||(e[r(372)](t[r(374)]()),s=!0))}return s})),this[t(337)]()}[Ws(371)](t){const e=Ws,n=this[e(401)][e(343)],{data:r}=t,s={type:e(414),content:""};if(!r||e(355)!=r[e(359)])return;if(!r[e(351)])return e(344)==r[e(330)]?s:{type:e(414),content:""+Hr(n,e(342),Hr(n,this[e(399)](r[e(330)])))};if(!r[e(330)]){if(e(344)==r[e(351)])return s;let o=t[e(396)];for(;o;){if(o[e(341)]&&e(347)==o[e(341)][e(359)]&&o[e(341)][e(330)])return s;o=o[e(349)]}return{type:e(414),content:""+Hr(n,e(378),Hr(n,this[e(399)](r[e(351)])))}}if(e(344)!=r[e(330)])return{type:e(414),content:""+Hr(n,e(342),Hr(n,this[e(399)](r[e(330)])))};let o=t[e(396)];for(;o;){if(o[e(341)]&&e(347)==o[e(341)][e(359)]&&o[e(341)][e(330)]&&o[e(341)][e(351)])return s;o=o[e(349)]}const i=t[e(403)]()[e(400)][e(346)][e(327)](e(347));return{type:e(414),content:Hr(n,e(342),Hr(n,e(387)+i[e(391)]()+e(364)))}}[Ws(337)](){const t=Ws,e=this[t(401)],n=e[t(343)];e[t(408)][t(417)](t(367))[t(331)][t(356)]((e=>{const r=t;if(r(412)!=e[r(366)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(340)]){case r(355):o=r(386),i={type:r(414),content:Hr(n,o,Hr(n,this[r(399)](s[r(336)][0][r(366)])))};break;case r(370):o=s[r(336)][0][r(350)]?r(333):r(416),i={type:r(414),content:Hr(n,o)};break;case r(377):o=r(375),i={type:r(414),content:Hr(n,o,s[r(336)][0][r(415)])}}return i}))}[Ws(399)](t){const e=Ws;return e(387)+function(t){const n=e;return qs[n(395)](t)?n(358):Zs[n(395)](t)?n(389):null}(t)[e(391)]()+e(385)+t[e(391)]()[e(352)](/-/g,"_")}}const qs=[Ws(362),Ws(405),Ws(361)],Zs=[Ws(390),Ws(360),Ws(406),Ws(332),Ws(392),Ws(383)];var Js=n(507);const Ys=Qs;function Qs(t,e){const n=$s();return(Qs=function(t,e){return n[t-=469]})(t,e)}function $s(){const t=["setSelection","afterExecute","enter","high","document","addMarker:suggestion:insertion","downcastDispatcher","requires","getFirstPosition","15954belIgL","parent","options","enterBlock","editing","get","createPositionAt","24350Knsznc","model","showSuggestionHighlights","8WskDAq","commands","writer","3055986yLAYJV","split","mapper","1546086zKgOFe","markerName","fromRange","editor","bind","1127595rJZyYc","2373knmUlc","ck-suggestion-marker-split","end","100331syxDkL","13529547yGUqzi","enableCommand","createRange","TrackChangesEditing","nextSibling","getFirstRange","3270mxXPBh","init","remove","unbindElementFromMarkerName","markerNameToElements","change","fire","400fNfZDn","hasClass","markInsertion","data","detach","plugins","selection","removeMarker:suggestion:insertion"];return($s=function(){return t})()}!function(t,e){const n=Qs,r=t();for(;;)try{if(804529===parseInt(n(497))/1+parseInt(n(494))/2+-parseInt(n(502))/3+parseInt(n(520))/4*(parseInt(n(488))/5)+parseInt(n(481))/6*(-parseInt(n(503))/7)+parseInt(n(491))/8*(parseInt(n(507))/9)+parseInt(n(513))/10*(-parseInt(n(506))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Ys(479)](){return[Js.Enter]}[Ys(514)](){const t=Ys,e=this[t(500)],n=e[t(469)][t(486)](t(510)),r=e[t(492)][t(486)](t(474));n[t(508)](t(474),(()=>{const s=t;e[s(489)][s(518)]((t=>{const o=s,a=e[o(489)][o(476)][o(470)],c=a[o(480)](),u=i.LiveRange[o(499)](a[o(512)]());if(r[o(484)](t)){const r=e[o(489)][o(487)](c[o(482)][o(511)],0),s=t[o(509)](c,r);n[o(522)](s)}else t[o(472)](t[o(509)](u[o(505)]));u[o(524)](),r[o(519)](o(473),{writer:t})}))})),e[t(485)][t(478)].on(t(477),Os(e,t(495)),{priority:t(475)}),e[t(485)][t(478)].on(t(471),((e,n,r)=>{const s=t,o=r[s(496)][s(517)](n[s(498)]);if(o)for(const t of o)t[s(521)](s(504))&&(r[s(496)][s(516)](t,n[s(498)]),r[s(493)][s(515)](t))}),{priority:t(475)}),e[t(523)][t(478)].on(t(477),((n,r,s)=>{const o=t;s[o(483)][o(490)]&&Os(e,o(495),{showActiveMarker:!1})[o(501)](this)(n,r,s)}),{priority:t(475)})}}const eo=no;function no(t,e){const n=ro();return(no=function(t,e){return n[t-=148]})(t,e)}function ro(){const t=["model","createRange","369vKhokt","enableCommand","getMarkersGroup","14651LetDtp","filter","getRange","12840HHSiwk","1635501cBrrUZ","312jUqvbI","getIntersection","editor","12OoCEab","2656364VaiblT","find","254986JKTkjS","3lBRzGt","handleFindCommand","TrackChangesEditing","createPositionAt","replaceAll","get","plugins","item","3575xgGhgu","has","replace","start","24XRZdLa","string","afterInit","FindAndReplaceEditing","9716OUNpJq","FindAndReplaceUtils","findNext","findPrevious","findByTextCallback","markers","bind","end","2353516JwZiFN","suggestion:deletion","_isInDeletionRange","3eXIRvY"];return(ro=function(){return t})()}!function(t,e){const n=no,r=t();for(;;)try{if(429823===parseInt(n(148))/1*(-parseInt(n(192))/2)+parseInt(n(175))/3*(parseInt(n(190))/4)+-parseInt(n(156))/5*(parseInt(n(186))/6)+-parseInt(n(185))/7*(-parseInt(n(160))/8)+parseInt(n(178))/9*(parseInt(n(184))/10)+parseInt(n(172))/11*(parseInt(n(189))/12)+-parseInt(n(181))/13*(parseInt(n(164))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ro);class so extends t.Plugin{[eo(162)](){const t=eo;if(!this[t(188)][t(154)][t(157)](t(163)))return;const e=this[t(188)][t(154)][t(153)](t(150));e[t(179)](t(191),this[t(149)][t(170)](this)),e[t(179)](t(166)),e[t(179)](t(167)),e[t(179)](t(158)),e[t(179)](t(152))}[eo(149)](t,e,n={}){const r=eo,s=this[r(188)][r(154)][r(153)](r(165));return t((t=>(r(161)==typeof e?s[r(168)](e,n):e)(t)[r(182)]((e=>!1===this[r(174)](e,t[r(155)])))),n)}[eo(174)](t,e){const n=eo,r=this[n(188)][n(176)][n(177)](this[n(188)][n(176)][n(151)](e,t[n(159)]),this[n(188)][n(176)][n(151)](e,t[n(171)]));for(const t of this[n(188)][n(176)][n(169)][n(180)](n(173)))if(null!==r[n(187)](t[n(183)]()))return!0;return!1}}const oo=ao;function io(){const t=["_enableDefaultAttributesIntegration","registerDescriptionCallback","plugins","get","registerAttributeLabel","trim","has","FORMAT_FONT_BACKGROUND","FontFamilyEditing","14992880TOjRNX","710496AJDsSe","format","fontSize","FontColorEditing","*Reset font family*","fontFamily","10405gSKevN","formatInline","*Set font size:* %0","1076zDgYCS","*Set font background color:* %0","444268IDmVNB","FORMAT_FONT_COLOR","73568hayXlg","_registerLegacyDescription","commandParams","afterInit","*Reset font background color*","*Reset font color*","fontBackgroundColor","editor","*Set font family:* %0","label","225zoEcWQ","FontBackgroundColorEditing","commandName","*Reset font size*","fontColor","FORMAT_FONT_FAMILY","model","normalizeSizeOptions","toLowerCase","_descriptionFactory","fontColor.colors","FontSizeEditing","value","TrackChangesEditing","config","FORMAT_FONT_SIZE","395324qTMPKI","fontSize.options","FontSize","21PMldmK","locale","type","*Set font color:* %0","364566OVQBQM","find","fontBackgroundColor.colors","title"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=339]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(302683===-parseInt(n(370))/1+parseInt(n(342))/2+parseInt(n(377))/3+-parseInt(n(340))/4*(parseInt(n(397))/5)+parseInt(n(391))/6*(-parseInt(n(373))/7)+parseInt(n(344))/8*(-parseInt(n(354))/9)+parseInt(n(390))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(365),commandName:oo(393)},{pluginName:oo(389),commandName:oo(396)},{pluginName:oo(394),commandName:oo(358)},{pluginName:oo(355),commandName:oo(350)}];class uo extends t.Plugin{[oo(347)](){const t=oo,e=this[t(351)][t(374)],n=this[t(351)][t(383)][t(384)](t(367));for(const{pluginName:e,commandName:r}of co)this[t(351)][t(383)][t(387)](e)&&n[t(381)](r,[r]);e.t,n[t(363)][t(385)](t(393),Hr(e,t(369))),n[t(363)][t(385)](t(396),Hr(e,t(359))),n[t(363)][t(385)](t(358),Hr(e,t(343))),n[t(363)][t(385)](t(350),Hr(e,t(388))),this[t(345)]()}[oo(345)](){const t=oo,e=this[t(351)],n=e[t(374)];e[t(383)][t(384)](t(367))[t(363)][t(382)]((e=>{const r=t,o=n.t;if(r(398)!=e[r(375)])return;const{data:i}=e;if(null!=i){if(r(393)==i[r(356)]){const t=i[r(346)][0][r(366)];if(t){const e=o(this[r(351)][r(383)][r(384)](r(372))[r(361)](this[r(351)][r(368)][r(384)](r(371)))[r(378)]((e=>e[r(360)]==t))[r(380)])[r(362)]();return{type:r(392),content:Hr(n,r(339),e)}}return{type:r(392),content:Hr(n,r(357))}}if(r(396)==i[r(356)]){const t=i[r(346)][0][r(366)];return t?{type:r(392),content:Hr(n,r(352),t)}:{type:r(392),content:Hr(n,r(395))}}if(r(358)==i[r(356)]){const t=i[r(346)][0][r(366)];if(t){const e=(0,s.normalizeColorOptions)(this[r(351)][r(368)][r(384)](r(364)))[r(378)]((e=>e[r(360)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(362)]()),{type:r(392),content:Hr(n,r(376),a)[r(386)](),color:{value:t,title:a||i}}}return{type:r(392),content:Hr(n,r(349))}}if(r(350)==i[r(356)]){const t=i[r(346)][0][r(366)];if(t){const e=(0,s.normalizeColorOptions)(this[r(351)][r(368)][r(384)](r(379)))[r(378)]((e=>e[r(360)]==t));let i=t,a="";return e&&(i=e[r(353)],a=o(i)[r(362)]()),{type:r(392),content:Hr(n,r(341),a)[r(386)](),color:{value:t,title:a||i}}}return{type:r(392),content:Hr(n,r(348))}}}}))}}const lo=fo;function fo(t,e){const n=go();return(fo=function(t,e){return n[t-=350]})(t,e)}!function(t,e){const n=fo,r=t();for(;;)try{if(335703===-parseInt(n(362))/1*(-parseInt(n(389))/2)+parseInt(n(399))/3+parseInt(n(375))/4*(-parseInt(n(353))/5)+-parseInt(n(398))/6+-parseInt(n(395))/7+parseInt(n(376))/8+parseInt(n(350))/9*(-parseInt(n(393))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(go);class ho extends t.Plugin{[lo(382)](){const t=lo,e=this[t(378)],n=e[t(386)][t(359)](t(368)),r=e[t(401)][t(359)](t(396)),s=e[t(401)][t(359)](t(380));r&&s&&(n[t(363)](t(380)),n[t(385)](t(396)),this[t(374)]())}[lo(374)](){const t=lo,e=this[t(378)],n=e[t(357)];e[t(386)][t(359)](t(368))[t(354)][t(392)]((r=>{const s=t;if(s(372)!=r[s(365)]&&s(402)!=r[s(365)])return;const{data:o}=r;if(o&&s(380)===o[s(356)]){const t=[],r=o[s(394)][0];for(const[n,o]of Object[s(400)](r))t[s(366)](po(e,n,o));return t[s(381)]?{type:s(391),content:Hr(n,s(377),t[s(373)](", "))}:{type:s(391),content:Hr(n,s(397))}}}))}}function go(){const t=["20225yOGmgc","_descriptionFactory","fontColor.colors","commandName","locale","find","get","fontBackgroundColor","title","1OKGmej","_enableDefaultAttributesIntegration","toUpperCase","type","push","fontColor","TrackChangesEditing","split","toLowerCase","FontSize","formatBlock","join","_registerLegacyDescription","412ALcIbG","3760760DgRwqX","*Set format to:* %0","editor","config","pasteFormat","length","afterInit","label","charAt","enableCommand","plugins","boolean","slice","227646ypYpSo","normalizeSizeOptions","format","registerDescriptionCallback","87830Xpdlhe","commandParams","29365BaIfIb","copyFormat","*Remove all formatting*","254388NJXTTX","1646301RfDRRW","entries","commands","formatInline","fontSize.options","342nUiLXz","fontSize","model"];return(go=function(){return t})()}function po(t,e,n){const r=lo,o=t[r(357)].t,i=e[r(369)](/(?=[A-Z])/)[r(373)](" "),a=o(i[r(384)](0)[r(364)]()+i[r(388)](1))[r(370)]();if(r(387)==typeof n)return a;if(r(367)===e||r(360)===e){const e=(0,s.normalizeColorOptions)(t[r(379)][r(359)](r(355)))[r(358)]((t=>t[r(352)]==n));return a+" ("+(e?o(e[r(383)])[r(370)]():n)+")"}if(r(351)===e&&isNaN(parseFloat(n))){const e=t[r(386)][r(359)](r(371))[r(390)](t[r(379)][r(359)](r(403)))[r(358)]((t=>t[r(352)]==n));return a+" ("+(e?o(e[r(361)])[r(370)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=490]})(t,e)}function Eo(){const t=["find","paragraph","view","2308938kLfdTi","plugins","name","commandParams","5zURSVk","type","334284aOlLWz","heading.options","formatBlock","editor","ELEMENT_HEADING","3553NXfuor","_descriptionFactory","_registerLegacyDescription","value","386991cMExQg","*Change to:* %0","model","get","_enableDefaultAttributesIntegration","config","TrackChangesEditing","HeadingEditing","heading","afterInit","title","registerDescriptionCallback","commandName","9PTlqxO","_getHeadingLevel","format","registerElementLabel","locale","746120RKPLfK","8kwuCTM","_headingOptions","7951002eOiagr","5412547Vglexy","match","ELEMENT_HEADING_CUSTOM","has"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(726114===parseInt(n(525))/1+parseInt(n(514))/2+parseInt(n(529))/3+parseInt(n(520))/4*(-parseInt(n(518))/5)+-parseInt(n(506))/6+-parseInt(n(507))/7*(-parseInt(n(504))/8)+-parseInt(n(498))/9*(-parseInt(n(503))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(494)](){const t=mo,e=this[t(523)];if(!e[t(515)][t(510)](t(492)))return;this[t(505)]=e[t(490)][t(532)](t(521));const n=e[t(502)],r=e[t(515)][t(532)](t(491));r[t(533)](t(493));for(const e of this[t(505)])t(512)!=e[t(531)]&&r[t(526)][t(501)](e[t(531)],(n=>{const r=t,i=this[r(499)](e[r(531)]);return null!==i?s(n,i):o(n,e[r(495)])}));function s(e,r){return Hr(n,t(524),[e,r])}function o(e,r){return Hr(n,t(509),[e,r])}this[t(527)]()}[mo(527)](){const t=mo,e=this[t(523)],n=e[t(502)];e[t(515)][t(532)](t(491))[t(526)][t(496)]((e=>{const r=t;if(r(522)!=e[r(519)])return;const{data:s}=e;if(s&&r(493)==s[r(497)]){const e=s[r(517)][0][r(528)],c=this[r(499)](e);if(null!==c)return{type:r(500),content:Hr(n,r(530),(1,a=c,Hr(n,r(524),[1,a])))};const u=this[r(505)][r(511)]((t=>t[r(531)]===e))[r(495)];return{type:r(500),content:Hr(n,r(530),(o=1,i=u,Hr(n,t(509),[o,i])))}}var o,i,a}))}[mo(499)](t){const e=mo;var n,r;const s=t[e(508)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(505)])||void 0===n?void 0:n[e(511)]((n=>n[e(531)]==t));if(o&&o[e(513)]){const t=o[e(513)],n=(null!==(r=t[e(516)])&&void 0!==r?r:t)[e(508)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=289]})(t,e)}function yo(){const t=["_registerLegacyDescription","color","7768103HAnTZY","7262200XZKzfG","get","toLowerCase","registerAttributeLabel","value","_enableDefaultAttributesIntegration","233481fevpkS","FORMAT_HIGHLIGHT","*Set highlight:* %0","*Remove highlight*","HighlightEditing","179438GmGMib","plugins","has","68LMPnqC","locale","afterInit","_descriptionFactory","commandParams","highlight.options","title","model","format","formatInline","type","config","16657904dYdqLQ","TrackChangesEditing","find","registerDescriptionCallback","614603dkPFEC","highlight","3769884BeLqiK","editor","commandName"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(739698===parseInt(n(299))/1+-parseInt(n(318))/2+parseInt(n(313))/3*(parseInt(n(321))/4)+-parseInt(n(307))/5+-parseInt(n(301))/6+-parseInt(n(306))/7+parseInt(n(295))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(323)](){const t=To,e=this[t(302)];if(!e[t(319)][t(320)](t(317)))return;const n=e[t(319)][t(308)](t(296)),r=e[t(322)];n[t(312)](t(300),[t(300)]),n[t(324)][t(310)](t(300),Hr(r,t(314))),this[t(304)]()}[To(304)](){const t=To,e=this[t(302)],n=e[t(322)];e[t(319)][t(308)](t(296))[t(324)][t(298)]((r=>{const s=t;if(s(292)!=r[s(293)])return;const{data:o}=r;if(o&&s(300)==o[s(303)]){const t=n.t,r=o[s(325)][0][s(311)];if(r){const o=e[s(294)][s(308)](s(326))[s(297)]((t=>t[s(290)]==r)),i=t(o[s(289)])[s(309)]();return{type:s(291),content:Hr(n,s(315),i),color:{value:o[s(305)],title:o[s(289)]}}}return{type:s(291),content:Hr(n,s(316),Hr(n,s(314)))}}}))}}const Co=No;function ko(){const t=["conversion","createPositionAt","enableCommand","has","1391080oaicHV","showSuggestionHighlights","get","2129764YohkkL","horizontalLine","locale","dataDowncast","elementToStructure","registerElementLabel","ck-horizontal-line","plugins","afterInit","editor","HorizontalLineEditing","createEmptyElement","for","addClass","1338417xotWmW","603620EZZwFi","4928562sWAupN","createContainerElement","high","23dycfvB","5pIsgTZ","ELEMENT_HORIZONTAL_LINE","div","TrackChangesEditing","insert","52190PHAtVQ","_descriptionFactory","10146834lYvAwk"];return(ko=function(){return t})()}function No(t,e){const n=ko();return(No=function(t,e){return n[t-=344]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(459053===-parseInt(n(361))/1*(-parseInt(n(367))/2)+parseInt(n(356))/3+parseInt(n(357))/4*(-parseInt(n(362))/5)+parseInt(n(358))/6+-parseInt(n(377))/7+parseInt(n(374))/8+-parseInt(n(369))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Lo extends t.Plugin{[Co(350)](){const t=Co,e=this[t(351)];if(!e[t(349)][t(373)](t(352)))return;e[t(349)][t(376)](t(365))[t(372)](t(378));const n=e[t(349)][t(376)](t(365)),r=e[t(344)];n[t(368)][t(347)](t(378),(e=>Hr(r,t(363),e))),e[t(370)][t(354)](t(345))[t(346)]({model:t(378),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(375)])return null;const o=n[s(359)](s(364)),i=n[s(353)]("hr");return n[s(355)](s(348),o),n[s(366)](n[s(371)](o,0),i),o},converterPriority:t(360)})}}const Ro=Mo;function So(){const t=["2170550NKrfRt","attribute","624188DswIAd","rawHtml","6DwoPKu","2651508xGIzid","afterInit","start","HtmlEmbed","value","ELEMENT_HTML_EMBED","3776210pVuzoT","has","formatBlock","commandName","140428STuEoJ","htmlEmbed","1egLBYF","key","TrackChangesEditing","plugins","nodeAfter","15eJDEXf","_enableDefaultAttributesIntegration","element","getFirstRange","*Change %0 content*","locale","_descriptionFactory","format","8IOcnLa","get","_registerLegacyDescription","editor","18685315gNmVGy","9395267gjRZcz","registerElementLabel","registerDescriptionCallback","type"];return(So=function(){return t})()}function Mo(t,e){const n=So();return(Mo=function(t,e){return n[t-=215]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(701654===-parseInt(n(219))/1*(parseInt(n(243))/2)+parseInt(n(224))/3*(-parseInt(n(217))/4)+parseInt(n(252))/5+parseInt(n(245))/6*(-parseInt(n(237))/7)+-parseInt(n(232))/8*(-parseInt(n(246))/9)+-parseInt(n(241))/10+parseInt(n(236))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class vo extends t.Plugin{[Ro(247)](){const t=Ro,e=this[t(235)];if(!e[t(222)][t(253)](t(249)))return;const n=e[t(222)][t(233)](t(221)),r=e[t(229)];n[t(230)][t(238)](t(244),(e=>Hr(r,t(251),e))),n[t(225)](t(218),[],[t(250)]),n[t(230)][t(239)]((e=>{const n=t;if(n(242)!=e[n(240)])return;const{data:s}=e;if(s&&n(250)==s[n(220)]&&e[n(227)]()[n(248)][n(223)].is(n(226),n(244))){const t=Hr(r,n(251));return{type:n(231),content:Hr(r,n(228),t)}}})),this[t(234)]()}[Ro(234)](){const t=Ro,e=this[t(235)],n=e[t(229)];e[t(222)][t(233)](t(221))[t(230)][t(239)]((e=>{const r=t;if(r(215)!=e[r(240)])return;const{data:s}=e;if(s&&r(218)==s[r(216)]){const t=Hr(n,r(251));return{type:r(231),content:Hr(n,r(228),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Fo();return(Oo=function(t,e){return n[t-=295]})(t,e)}!function(t,e){const n=Oo,r=t();for(;;)try{if(358096===-parseInt(n(325))/1*(-parseInt(n(372))/2)+-parseInt(n(318))/3+-parseInt(n(302))/4+parseInt(n(405))/5+parseInt(n(400))/6*(parseInt(n(330))/7)+parseInt(n(352))/8+parseInt(n(320))/9*(-parseInt(n(386))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[wo(388)](){const t=wo,e=this[t(414)];if(!e[t(370)][t(340)](t(300)))return;const n=e[t(370)][t(301)](t(389)),r=e[t(370)][t(301)](t(396)),s=e[t(397)];n[t(358)](t(399)),n[t(311)][t(308)](t(374),(e=>Hr(s,t(368),e))),n[t(311)][t(308)](t(411),(e=>Hr(s,t(351),e))),n[t(311)][t(308)](t(313),(()=>Hr(s,t(381)))),e[t(370)][t(340)](t(295))&&n[t(358)](t(343)),e[t(370)][t(340)](t(347))&&e[t(370)][t(340)](t(314))&&(n[t(358)](t(409),((s,o)=>{const i=t,a=r[i(379)](e[i(401)][i(387)][i(402)]);e[i(401)][i(412)]((()=>{const t=i;n[t(357)](a,{commandName:t(409),commandParams:[o]},[],t(353))}))})),n[t(358)](t(378),((s,o)=>{const a=t;e[a(401)][a(412)]((t=>{const c=a;let u=r[c(379)](e[c(401)][c(387)][c(402)]),l=t[c(312)](u);const f=i.LivePosition[c(360)](l[c(355)],c(315)),h=i.LivePosition[c(360)](l[c(328)],c(354));n[c(303)]((()=>s(o))),u=r[c(379)](e[c(401)][c(387)][c(402)]),l=t[c(312)](u);const g=t[c(304)](f,h);f[c(377)](),h[c(377)](),n[c(357)](u,{commandName:c(409),commandParams:[o]},[],c(398)),g[c(355)][c(332)](l[c(355)])&&n[c(316)](t[c(304)](g[c(355)],l[c(355)]),c(398)),l[c(328)][c(332)](g[c(328)])&&n[c(316)](t[c(304)](l[c(328)],g[c(328)]),c(398))}))})),n[t(375)][t(376)](t(329),t(398),t(333),(()=>!1)),n[t(375)][t(376)](t(329),t(398),t(366),(()=>!1)),n[t(375)][t(376)](t(329),t(398),t(322),n[t(375)][t(392)](t(329),"",t(366))),n[t(375)][t(376)](t(371),t(398),t(333),(()=>!1)),n[t(375)][t(376)](t(371),t(398),t(322),(([r])=>{const s=t,o=n[s(375)][s(392)](s(371),"",s(322));let i=r[s(355)],a=r[s(328)];const c=e[s(401)][s(342)][s(395)](i,s(380)),u=e[s(401)][s(342)][s(395)](a,s(310));c[s(349)]&&(i=c[s(355)]),u[s(349)]&&(a=u[s(328)]),o([e[s(401)][s(304)](i,a)])})),n[t(375)][t(376)](t(329),t(398),t(319),c),n[t(375)][t(376)](t(371),t(398),t(319),c)),e[t(370)][t(340)](t(393))&&(n[t(358)](t(350),((s,o)=>{const i=t,a=e[i(370)][i(301)](i(299));let c=r[i(379)](e[i(401)][i(387)][i(402)]),u=a[i(348)](c);e[i(401)][i(412)]((()=>{const t=i;if(u)return void n[t(384)](e[t(401)][t(312)](u));const l=r[t(390)](c);s(o),c=r[t(379)](e[t(401)][t(387)][t(402)]),u=a[t(348)](c),n[t(316)](e[t(401)][t(312)](u),l?null:t(361))}))})),n[t(375)][t(376)](t(371),t(361),t(319),c));const o=[{type:t(329),subType:t(334)},{type:t(371),subType:t(361)},{type:t(329),subType:t(398)},{type:t(371),subType:t(398)}];function a(e,s){const i=t,a=o[i(297)]((({type:t,subType:n})=>e[i(323)]==t&&e[i(321)]==n)),c=o[i(297)]((({type:t,subType:e})=>s[i(323)]==t&&s[i(321)]==e));if(a<0||c<0)return!1;const u=e[i(382)](),l=s[i(382)]();if((0==a||1==a)&&2==c&&u[i(338)](l))return!0;if(2==a&&3==c){const t=n[i(365)](u,i(371))[i(306)]((({suggestion:t,meta:e})=>e[i(324)]&&i(398)==t[i(321)]));if(t[i(356)]>1&&l[i(328)][i(331)](u[i(355)]))return!0;if(1==t[i(356)]&&(u[i(355)][i(331)](l[i(328)])||u[i(328)][i(331)](l[i(355)])))return!0}if(3==a&&3==c&&u[i(355)][i(332)](l[i(355)])){const t=u[i(328)][i(373)],e=l[i(355)][i(403)];return r[i(390)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(370)][t(340)](t(364))&&(n[t(367)](t(341),[],[t(394)]),n[t(311)][t(407)](t(394),Hr(s,t(383)))),e[t(370)][t(340)](t(336))&&n[t(367)](t(339),[],[t(391)]),n[t(311)][t(337)]((e=>{const n=t;if(o[n(413)]((({type:t,subType:r})=>e[n(323)]==t&&e[n(321)]==r)))return e[n(410)]?{}:void 0})),n[t(311)][t(337)]((e=>{const n=t;if(n(371)==e[n(323)]||n(385)==e[n(323)]){const t=e[n(362)]();if(t&&t.is(n(404),n(313)))return{type:n(371)==e[n(323)]?n(296):n(406),element:t,quantity:1}}})),n[t(311)][t(337)]((e=>t(329)==e[t(323)]&&t(398)==e[t(321)]?{type:t(298),content:t(363)}:t(329)==e[t(323)]&&t(353)==e[t(321)]?{type:t(298),content:t(346)}:void 0)),n[t(311)][t(337)]((e=>{const n=t;if(n(408)!=e[n(323)])return;const{data:r}=e;if(!r||n(391)!=r[n(309)])return;const o=r[n(307)];return o?{type:n(298),content:Hr(s,n(326),'"'+o+'"')}:{type:n(298),content:Hr(s,n(317))}})),this[t(344)]()}[wo(344)](){const t=wo,e=this[t(414)],n=e[t(397)];e[t(370)][t(301)](t(389))[t(311)][t(337)]((e=>{const r=t;if(r(329)!=e[r(323)]&&r(345)!=e[r(323)])return;const{data:s}=e;if(s){if(r(339)==s[r(305)]){const t=s[r(369)][0][r(307)];return t?{type:r(298),content:Hr(n,r(326),'"'+t+'"')}:{type:r(298),content:Hr(n,r(317))}}if(r(341)==s[r(305)]){const t=s[r(369)][0][r(327)];return t?{type:r(298),content:Hr(n,r(359),t)}:{type:r(298),content:Hr(n,r(335))}}}}))}}function Fo(){const t=["nodeBefore","element","3442570bMVEnx","removeObject","registerAttributeLabel","attribute","imageTypeInline","previous","imageInline","change","find","editor","ImageUploadEditing","addObject","findIndex","format","ImageCaptionUtils","ImageEditing","get","2469152ELQoiQ","forceDefaultExecution","createRange","commandName","filter","newValue","registerElementLabel","key","forward","_descriptionFactory","createRangeOn","caption","ImageInlineEditing","toPrevious","markInsertion","*Remove image text alternative*","1171872aULhbI","chain","36CwUeaZ","subType","discard","type","isOwn","284iceWFI","*Set image text alternative:* %0","width","end","formatBlock","1799idZQAJ","isEqual","isBefore","join","imageStylePreApply","*Reset image width*","ImageTextAlternativeEditing","registerDescriptionCallback","isIntersecting","imageTextAlternative","has","resizeImage","schema","uploadImage","_registerLegacyDescription","formatInline","Block image to inline image","ImageBlockEditing","getCaptionFromImageModelElement","isCollapsed","toggleImageCaption","ELEMENT_INLINE_IMAGE","3610952VrgfuI","convertBlockImageToInline","toNext","start","length","markBlockFormat","enableCommand","*Set image width:* %0","fromPosition","imageCaption","getContainedElement","Inline image to block image","ImageResize","_findSuggestions","accept","_enableDefaultAttributesIntegration","ELEMENT_IMAGE","commandParams","plugins","insertion","3198XWKCgM","nodeAfter","imageBlock","_suggestionFactory","registerCustomCallback","detach","imageTypeBlock","getClosestSelectedImageElement","backward","ELEMENT_CAPTION","getFirstRange","FORMAT_IMAGE_SIZE","markDeletion","deletion","624590jFNxad","document","afterInit","TrackChangesEditing","isBlockImage","alt","getSuggestionCallback","ImageCaptionEditing","resizedWidth","getNearestSelectionRange","ImageUtils","locale","convertInlineImageToBlock","insertImage","510vXMLlk","model","selection"];return(Fo=function(){return t})()}function Po(){const t=["TrackChangesEditing","316BpzdSo","accept","formatBlock","src","formatInline","_handleLegacySuggestions","60437xBNAVo","10233730ApVIEf","attribute","72gLySqc","*Replace image URL*","ImageEditing","41106TBGIwy","registerDescriptionCallback","*Format:* replace image URL","9842YMChBm","key","discard","registerCustomCallback","_enableDefaultAttributesIntegration","11AYxXjN","_suggestionFactory","6567966ZQHfmv","9SDVdAQ","replaceImageSource","editor","5txeFiD","oldValue","commandName","plugins","_descriptionFactory","format","1057931gnBEfy","type","get","has","getSuggestionCallback","_registerLegacyDescription","15832056coLfGY","afterInit","newValue","locale","2vFszmk","603886TMNicJ"];return(Po=function(){return t})()}function xo(t,e){const n=Po();return(xo=function(t,e){return n[t-=342]})(t,e)}const Bo=xo;!function(t,e){const n=xo,r=t();for(;;)try{if(712500===-parseInt(n(369))/1*(-parseInt(n(368))/2)+parseInt(n(383))/3*(-parseInt(n(371))/4)+parseInt(n(352))/5*(-parseInt(n(348))/6)+parseInt(n(358))/7*(parseInt(n(380))/8)+-parseInt(n(349))/9*(parseInt(n(378))/10)+-parseInt(n(346))/11*(parseInt(n(364))/12)+-parseInt(n(377))/13*(-parseInt(n(386))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[Bo(365)](){const t=Bo;if(!this[t(351)][t(355)][t(361)](t(382)))return;const e=this[t(351)][t(367)],n=this[t(351)][t(355)][t(360)](t(370));n[t(345)](t(350),[],[t(374)]),n[t(356)][t(384)]((n=>{const r=t;if(r(379)!=n[r(359)])return;const{data:s}=n;return s&&r(374)==s[r(342)]?s[r(366)]&&s[r(353)]?{type:r(357),content:Hr(e,r(381))}:{type:r(357),content:""}:void 0})),this[t(376)]()}[Bo(376)](){const t=Bo,e=this[t(351)][t(355)][t(360)](t(370));e[t(347)][t(344)](t(373),t(350),t(372),e[t(347)][t(362)](t(373),null,t(343))),e[t(347)][t(344)](t(373),t(350),t(343),e[t(347)][t(362)](t(373),null,t(372))),this[t(363)]()}[Bo(363)](){const t=Bo,e=this[t(351)],n=e[t(367)];e[t(355)][t(360)](t(370))[t(356)][t(384)]((e=>{const r=t;if(r(373)!=e[r(359)]&&r(375)!=e[r(359)])return;const{data:s}=e;return s&&r(350)==s[r(354)]?{type:r(357),content:Hr(n,r(385))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=378]})(t,e)}function Vo(){const t=["ImageUtils","_splitMarkerName","isBlockImage","imageStyle","Users","length","format","forEach","newRange","has","join","commands","getSuggestions","convertInlineImageToBlock","from","isEqual","1529bGjSed","imageStylePreApply","setImageNaturalSizeAttributes","locale","differ","5laykeV","subType","findIndex","getSuggestionCallback","138jcAMRV","createRangeOn","model","plugins","chain","1197HNmsjy","imageStylePostApply","isInContent","imageTypeBlock","value","suggestion","registerDescriptionCallback","enableCommand","discard","1618167UGctto","63xhPSxT","getContainedElement","commandName","392484HKaTCT","getChangedMarkers","selection","isBefore","name","isIntersecting","filter","nodeBefore","imageTypeInline","_suggestionFactory","_registerLegacyDescription","8aPIciG","getFirstRange","1179128EyuqqS","TrackChangesEditing","registerCustomCallback","title","_findSuggestions","next","toLowerCase","change","isInlineImage","end","insertion","afterInit","ImageStyleEditing","head","237640akTPFj","commandReversedParams","normalizedStyles","_descriptionFactory","side","shouldConvertImageType","get","editor","accept","refresh","nodeAfter","markInlineFormat","start","getClosestSelectedImageElement","type","discardSuggestion","hasSuggestion","formatBlock","getSuggestion","4158102MQYskW","commandParams","7092400uHfvlu","author","markBlockFormat","document","isOwn","imageCaption","registerPostFixer","FORMAT_SIDE_IMAGE","*Format:* %0","formatInline"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(788370===-parseInt(n(466))/1*(-parseInt(n(461))/2)+parseInt(n(475))/3*(-parseInt(n(389))/4)+-parseInt(n(457))/5*(parseInt(n(424))/6)+-parseInt(n(426))/7+-parseInt(n(391))/8*(parseInt(n(476))/9)+-parseInt(n(405))/10+-parseInt(n(452))/11*(-parseInt(n(378))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class zo extends t.Plugin{[jo(402)](){const t=jo,n=this[t(412)];if(!n[t(464)][t(445)](t(403)))return;const r=n[t(464)][t(411)](t(392)),s=n[t(464)][t(411)](t(436)),o={};r[t(473)](t(439),((o,i)=>{const a=t,c=n[a(464)][a(411)](a(440)).me,u=n[a(447)][a(411)](a(439));let l=s[a(418)](n[a(463)][a(429)][a(380)]),f=n[a(463)][a(462)](l),h=u[a(470)];if(h==i[a(470)])return;const g={commandName:a(439),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(463)][a(398)]((()=>{const t=a;if(r[t(448)]()[t(384)]((e=>e[t(468)]&&c==e[t(427)]&&(t(422)==e[t(419)]||t(435)==e[t(419)])&&(t(453)==e[t(458)]||t(467)==e[t(458)])&&e[t(390)]()[t(451)](f)))[t(443)]((e=>r[t(420)](e[t(404)]))),l=s[t(418)](n[t(463)][t(429)][t(380)]),f=n[t(463)][t(462)](l),u[t(414)](),n[t(447)][t(411)](t(386))[t(414)](),n[t(447)][t(411)](t(469))[t(414)](),h=u[t(470)],h!=i[t(470)])return s[t(399)](l)&&u[t(410)](i[t(470)],l)?(o({...i,setImageSizes:!1}),l=s[t(418)](n[t(463)][t(429)][t(380)]),void r[t(428)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(453))):void(s[t(438)](l)?r[t(428)](l,g,[],t(467)):r[t(416)](f,g,t(467)))}))}));for(const e of n[t(464)][t(411)](t(403))[t(407)])o[e[t(382)]]=e[t(394)][t(397)]();r[t(387)][t(393)](t(422),t(453),t(446),(()=>!1)),r[t(387)][t(393)](t(422),t(467),t(446),(()=>!1)),r[t(387)][t(393)](t(435),t(467),t(446),(()=>!1)),r[t(387)][t(393)](t(422),t(453),t(413),(([e])=>{const n=t;s[n(454)](e[n(477)]())})),r[t(387)][t(393)](t(422),t(453),t(474),((e,n)=>{const s=t;r[s(387)][s(460)](s(422),"",s(413))(e,{commandName:n[s(478)],commandParams:n[s(406)]})})),r[t(387)][t(393)](t(422),t(453),t(465),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(422),subType:t(453)},{type:t(401),subType:t(431)},{type:t(422),subType:t(449)},{type:t(401),subType:t(449)}];function a(e,n){const o=t,a=i[o(459)]((({type:t,subType:n})=>e[o(419)]==t&&e[o(458)]==n)),c=i[o(459)]((({type:t,subType:e})=>n[o(419)]==t&&n[o(458)]==e));if(a<0||c<0)return!1;const u=e[o(390)](),l=n[o(390)]();if((0==a||1==a)&&2==c&&u[o(383)](l))return!0;if(2==a&&3==c){const t=r[o(395)](u,o(401))[o(384)]((({suggestion:t,meta:e})=>e[o(430)]&&o(449)==t[o(458)]));if(t[o(441)]>1&&l[o(400)][o(451)](u[o(417)]))return!0;if(1==t[o(441)]&&(u[o(417)][o(451)](l[o(400)])||u[o(400)][o(451)](l[o(417)])))return!0}if(3==a&&3==c&&u[o(417)][o(381)](l[o(417)])){const t=u[o(400)][o(415)],e=l[o(417)][o(385)];return s[o(438)](t)&&t===e}return!1}n[t(463)][t(429)][t(432)]((()=>{const e=t;let o=!1;const i=Array[e(450)](n[e(463)][e(429)][e(456)][e(379)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(437)](t);if(e(471)==i&&r[e(421)](u)){if(e(422)==a&&(e(453)==c||e(467)==c)){const t=r[e(423)](u);if(n[e(444)]){const n=t[e(390)]()[e(477)]();if(s[e(438)](n))continue;r[e(420)](t),o=!0}}if(e(401)==a&&e(431)==c&&!n[e(444)]){const t=r[e(423)](u);t[e(396)]&&t[e(396)][e(468)]&&(r[e(420)](t[e(396)]),o=!0)}}}return o})),this[t(388)](o)}[jo(388)](t){const e=jo,n=this[e(412)],r=n[e(455)];n[e(464)][e(411)](e(392))[e(408)][e(472)]((n=>{const s=e;if(s(422)!=n[s(419)]&&s(435)!=n[s(419)])return;const{data:o}=n;if(!o||s(439)!=o[s(478)])return;const i=o[s(425)][0][s(470)];return function(t){const e=s;return{type:e(442),content:Hr(r,e(434),t)}}(s(409)===i?Hr(r,s(433)):t[i]||i)}))}}const Ho=Ko;function Wo(){const t=["_setSuggestionData","3071196tJPRDW","36onndmz","49SvHsMH","track_changes","afterInit","_trackChangesValueDuringImport","Users","listenTo","editor","execute","33831260fOoRJj","value","dataInsert","1192608idMjHv","TrackChangesEditing","_handleImportedData","get","collaboration_features","72480RZycXR","lowest","bind","2383cDEPrR","trackChanges","4243415NfQGLz","high","importWord","plugins","531440DJtukG","972PHsxCe","_trackChangesExecuted","commands","enableCommand","forEach"];return(Wo=function(){return t})()}function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=197]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(724821===parseInt(n(219))/1*(-parseInt(n(226))/2)+parseInt(n(198))/3+-parseInt(n(216))/4+-parseInt(n(221))/5+parseInt(n(211))/6*(-parseInt(n(200))/7)+parseInt(n(225))/8*(-parseInt(n(199))/9)+parseInt(n(208))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class Xo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(203)]=!1,this[e(227)]=!1}[Ho(202)](){const t=Ho,e=this[t(206)],n=e[t(228)][t(214)](t(223)),r=e[t(228)][t(214)](t(220));n&&(n.on(t(207),((e,[,n])=>{const s=t;this[s(203)]=r[s(209)],n[s(215)][s(201)]=!this[s(203)]}),{priority:t(222)}),this[t(205)](n,t(210),this[t(213)][t(218)](this)),this[t(205)](n,t(210),(()=>{const e=t;this[e(227)]&&(r[e(207)](),this[e(227)]=!1)}),{priority:t(217)}),e[t(224)][t(214)](t(212))[t(229)](t(223)))}[Ho(213)](t,e){const n=Ho,{suggestions:r}=e,s=this[n(206)][n(228)][n(214)](n(220)),o=s[n(209)];this[n(203)]!==o&&(s[n(207)](),this[n(227)]=!0),r&&r[n(230)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(206)][o(224)][o(214)](o(204)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(223)}}};this[o(206)][o(224)][o(214)](o(212))[o(197)](i)}))}}const qo=Jo;function Zo(){const t=["enableCommand","10jodxZd","getItemLabel","get","38549hBJLGM","496hjXlLl","5833764eoOxwV","_enableDefaultAttributesIntegration","type","_registerBlockAttribute","364072erRJqN","registerDescriptionCallback","IndentEditing","FORMAT_INDENT","3dJSeca","editor","indentBlock","outdentBlock","*Indent:* %0","commandName","TrackChangesEditing","has","29861aeDjBV","indent","1788QHGpro","formatBlock","locale","format","2341448cukTVr","7GTiOPU","_descriptionFactory","615240FRCZCe","getItems","9664985gfkdpN","plugins","_registerLegacyDescription","registerAttributeLabel","blockIndent","afterInit","*Outdent:* %0","90xNOEbF","IndentBlock","outdent"];return(Zo=function(){return t})()}function Jo(t,e){const n=Zo();return(Jo=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=Jo,r=t();for(;;)try{if(993122===-parseInt(n(213))/1*(parseInt(n(194))/2)+parseInt(n(198))/3*(parseInt(n(212))/4)+parseInt(n(228))/5*(parseInt(n(233))/6)+-parseInt(n(231))/7*(parseInt(n(232))/8)+-parseInt(n(215))/9*(-parseInt(n(224))/10)+-parseInt(n(217))/11+-parseInt(n(208))/12*(-parseInt(n(206))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class Yo extends t.Plugin{[qo(222)](){const t=qo,e=this[t(199)],n=e[t(218)][t(230)](t(204));if(e[t(218)][t(205)](t(196))&&(n[t(227)](t(207)),n[t(227)](t(226))),e[t(218)][t(205)](t(225)))for(const e of[t(200),t(201)])n[t(234)](e);const r=e[t(210)];n[t(193)](t(221)),n[t(214)][t(220)](t(221),Hr(r,t(197))),this[t(219)]()}[qo(219)](){const t=qo,e=this[t(199)],n=e[t(210)],r=e[t(218)][t(230)](t(204));r[t(214)][t(195)]((e=>{const s=t;if(s(209)!=e[s(235)])return;const{data:o}=e;if(!o)return;if(s(200)!=o[s(203)]&&s(201)!=o[s(203)])return;const i=e[s(216)]()[0],a=r[s(214)][s(229)](i);return s(200)==o[s(203)]?{type:s(211),content:Hr(n,s(202),a)}:s(201)==o[s(203)]?{type:s(211),content:Hr(n,s(223),a)}:void 0}))}}var Qo=ti;function $o(){var t=["TrackChangesEditing","273nibWwS","enableCommand","requires","2ZPezTz","2864CYxYnr","34414DdNpRI","input","init","805855KuqLCx","get","4841007uAPTCX","6736510DCESQW","3457808tZZHeZ","21492mBKhQw","plugins","38814fHwpCH","editor"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=134]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(824032===-parseInt(n(146))/1*(parseInt(n(144))/2)+parseInt(n(151))/3+parseInt(n(135))/4+parseInt(n(149))/5+-parseInt(n(138))/6*(parseInt(n(141))/7)+-parseInt(n(145))/8*(parseInt(n(136))/9)+-parseInt(n(134))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Qo(143)](){return[Ms.Input]}[Qo(148)](){var t=Qo;this[t(139)][t(137)][t(150)](t(140))[t(142)](t(147))}}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=285]})(t,e)}function si(){const t=["plugins","unlink","LinkEditing","6XmxBcA","has","commandParams","key","map","link","6219755DbNdeh","locale","1306564FnZHIK","commandName","16WZJNrM","11108223TZNUMp","*Remove link*","224565PRzaqx","get","registerDescriptionCallback","_descriptionFactory","commands","label","afterInit","3789737ZMLfWK","_registerLegacyDescription","609870XuRzyq","TrackChangesEditing","type","toLowerCase","editor","newValue","linkHref","52Vcxnyo","formatInline","_enableDefaultAttributesIntegration","manualDecorators","link (","847403VnZohW","registerAttributeLabel","attribute","format","*Set link:* %0"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(677409===parseInt(n(319))/1+-parseInt(n(293))/2+-parseInt(n(298))/3*(parseInt(n(314))/4)+-parseInt(n(291))/5*(-parseInt(n(285))/6)+-parseInt(n(305))/7*(parseInt(n(295))/8)+parseInt(n(296))/9+parseInt(n(307))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(304)](){const t=ni,e=this[t(311)];if(!e[t(324)][t(286)](t(326)))return;const n=e[t(324)][t(299)](t(308)),r=e[t(302)][t(299)](t(290));n[t(316)](t(290),[t(313),...r[t(317)][t(289)]((t=>t.id))]),n[t(316)](t(325));for(const e of r[t(317)])n[t(301)][t(320)](e.id,t(318)+e[t(303)][t(310)]()+")");n[t(301)][t(300)]((n=>{const r=t;if(r(321)!=n[r(309)])return;const{data:s}=n;if(!s||r(313)!=s[r(288)])return;const o=s[r(312)],i=e[r(292)];return{type:r(322),content:null==o?Hr(i,r(297)):Hr(i,r(323),'"'+o+'"')}})),this[t(306)]()}[ni(306)](){const t=ni,e=this[t(311)],n=e[t(292)];e[t(324)][t(299)](t(308))[t(301)][t(300)]((e=>{const r=t;if(r(315)!=e[r(309)])return;const{data:s}=e;if(s){if(r(290)==s[r(294)]){const t=s[r(287)][0];return{type:r(322),content:Hr(n,r(323),'"'+t+'"')}}return r(325)==s[r(294)]?{type:r(322),content:Hr(n,r(297))}:void 0}}))}}const ii=ci;!function(t,e){const n=ci,r=t();for(;;)try{if(895576===parseInt(n(179))/1+-parseInt(n(240))/2*(parseInt(n(175))/3)+parseInt(n(232))/4*(-parseInt(n(173))/5)+-parseInt(n(256))/6*(-parseInt(n(191))/7)+-parseInt(n(178))/8*(-parseInt(n(182))/9)+parseInt(n(226))/10+-parseInt(n(237))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ai extends t.Plugin{[ii(236)](){const t=ii,e=this[t(218)],n=e[t(225)];if(!e[t(255)][t(195)](t(221)))return;const r=e[t(255)][t(252)](t(184)),s=e[t(255)][t(195)](t(205));function o(t){return()=>{const n=ci,s=e[n(249)][n(243)][n(216)],o=e[n(239)][n(252)](t);if(o[n(176)])return void e[n(222)](n(190),{});const i=t[n(206)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(215)](t)[s(172)]((t=>function(t,e){const n=s;return e[n(246)](t[n(248)],n(207))&&!e[n(199)](t)}(t,r)));o=o[s(172)]((t=>!t.is(s(203),s(207))||t[s(242)](s(209))!=e));const i=new Set;for(const t of o)t.is(s(203),s(207))?i[s(254)](ui(t)):i[s(254)](t);return Array[s(215)](i)}(s[n(214)](),i,e[n(249)][n(231)]);e[n(249)][n(210)]((()=>{const e=n;for(const n of a)r[e(180)](n,{commandName:t,commandParams:[{forceValue:!o[e(176)]}],formatGroupId:e(181)},li(n))}))}}function i(t){return()=>{const n=ci,s=function(t){const e=ci;let n=Array[e(215)](t);const r=n[e(224)]((t=>e(207)!=t[e(187)]));return r>-1&&(n=n[e(206)](0,r)),n}(e[n(249)][n(243)][n(216)][n(214)]()),o=e[n(249)][n(212)](e[n(249)][n(217)](s[0],n(238)),e[n(249)][n(217)](s[s[n(229)]-1],n(245)));e[n(249)][n(210)]((()=>{const e=n;r[e(180)](o,{commandName:t,commandParams:[],formatGroupId:e(219)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(258)];for(;t&&t[n(242)](n(219))>e[n(242)](n(219));)r[n(254)](t),t=t[n(258)]}return Array[n(215)](r)}(s))}))}}r[t(198)](t(247),o(t(247))),r[t(198)](t(233),o(t(233))),s&&r[t(198)](t(208),o(t(208))),r[t(198)](t(241),i(t(241))),r[t(198)](t(250),i(t(250))),s&&r[t(198)](t(253),(()=>{const n=t,s=e[n(239)][n(252)](n(253)),o=Array[n(215)](s[n(193)]);o[n(172)]((t=>t[n(242)](n(211))!=s[n(176)])),e[n(249)][n(210)]((()=>{const t=n;for(const e of o)r[t(180)](e,{commandName:t(253),commandParams:[{forceValue:!s[t(176)]}]})}))})),r[t(204)][t(202)](t(207),(e=>Hr(n,t(192),e))),r[t(204)][t(228)]((e=>{const r=t;if(r(220)!=e[r(213)]&&r(235)!=e[r(213)])return;const{data:s}=e;if(s){if(r(247)==s[r(230)]||r(233)==s[r(230)]||r(208)==s[r(230)])switch(s[r(230)][r(251)](r(201),"")){case r(188):return o(Hr(n,r(174)));case r(227):return o(Hr(n,r(244)));case r(234):return o(Hr(n,r(186)))}if(r(241)==s[r(230)])return{type:r(194),content:Hr(n,r(185),Hr(n,r(192)))};if(r(250)==s[r(230)])return{type:r(194),content:Hr(n,r(257),Hr(n,r(192)))};if(r(253)==s[r(230)])return s[r(177)][0][r(200)]?{type:r(194),content:Hr(n,r(223))}:{type:r(194),content:Hr(n,r(189))}}function o(t){const e=r;return{type:e(194),content:Hr(n,e(196),t)}}}))}}function ci(t,e){const n=fi();return(ci=function(t,e){return n[t-=172]})(t,e)}function ui(t){const e=ii,n=t[e(242)](e(219));if(0==n)return t;let r=t;for(;t[e(197)]&&t[e(197)].is(e(203),e(207));){const s=t[e(197)][e(242)](e(219));if(s==n)r=t[e(197)];else if(s<n)break;t=t[e(197)]}return r}function li(t){const e=ii,n=[];if(t.is(e(203),e(207))&&t[e(242)](e(219))>0){let r=t[e(258)];for(;r&&e(207)==r[e(187)]&&r[e(242)](e(219))==t[e(242)](e(219));)n[e(183)](r),r=r[e(258)]}return n}function fi(){const t=["_descriptionFactory","LegacyTodoListEditing","slice","listItem","todoList","listType","change","todoListChecked","createRange","type","getSelectedBlocks","from","selection","createPositionAt","editor","listIndent","formatBlock","LegacyListEditing","execute","*Check item*","findIndex","locale","4541400ygpwZD","numbered","registerDescriptionCallback","length","commandName","schema","124QvuDRd","bulletedList","todo","formatInline","afterInit","10512051tMDelX","before","commands","26kqgung","indentList","getAttribute","document","ELEMENT_NUMBERED_LIST","end","checkChild","numberedList","parent","model","outdentList","replace","get","checkTodoList","add","plugins","30UhEreA","*Outdent:* %0","nextSibling","filter","41190qORxTC","ELEMENT_BULLETED_LIST","233139gzaRLn","value","commandParams","1865264RsPqDX","925829iqhlta","markBlockFormat","blockName","45KzbKYc","push","TrackChangesEditing","*Indent:* %0","ELEMENT_TODO_LIST","name","bulleted","*Uncheck item*","paragraph","799547YtveYq","ELEMENT_LIST_ITEM","_selectedElements","format","has","*Change to:* %0","previousSibling","enableCommand","isObject","forceValue","List","registerElementLabel","element"];return(fi=function(){return t})()}const hi=gi;function gi(t,e){const n=pi();return(gi=function(t,e){return n[t-=179]})(t,e)}!function(t,e){const n=gi,r=t();for(;;)try{if(180223===parseInt(n(180))/1*(parseInt(n(200))/2)+-parseInt(n(190))/3*(parseInt(n(232))/4)+parseInt(n(181))/5+-parseInt(n(243))/6*(parseInt(n(235))/7)+parseInt(n(196))/8+-parseInt(n(184))/9+-parseInt(n(256))/10*(-parseInt(n(213))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pi);class di extends t.Plugin{[hi(212)](){const t=hi;if(!this[t(214)][t(217)][t(205)](t(242)))return;const e=this[t(214)][t(259)][t(202)](t(228)),n=this[t(214)][t(217)][t(202)](t(241));e[t(208)]&&n[t(255)](t(203),this[t(229)][t(231)](this)),e[t(252)]&&n[t(255)](t(257),this[t(240)][t(231)](this)),e[t(219)]&&n[t(255)](t(210),this[t(193)][t(231)](this)),n[t(227)][t(220)](this[t(215)][t(231)](this))}[hi(229)](t,e={}){const n=hi,r=this[n(214)][n(217)][n(202)](n(241)),s=this[n(188)]();this[n(214)][n(207)][n(191)]((()=>{const t=n;r[t(194)](s,{commandName:t(203),commandParams:[{type:e[t(250)]}],formatGroupId:t(203)})}))}[hi(240)](t,e={}){const n=hi,r=this[n(214)][n(217)][n(202)](n(241)),s=this[n(234)]((t=>t.is(n(258),n(222))&&n(195)===t[n(254)](n(247))));if(s[n(206)]<1)return;const o=s[n(183)]((t=>this[n(214)][n(207)][n(246)](this[n(214)][n(207)][n(253)](t,n(239)),this[n(214)][n(207)][n(253)](t,0))));this[n(214)][n(207)][n(191)]((()=>{const t=n;r[t(194)](o,{commandName:t(257),commandParams:[{reversed:e[t(252)]}],formatGroupId:t(257)})}))}[hi(193)](t,e={}){const n=hi,r=this[n(214)][n(217)][n(202)](n(241)),s=this[n(234)]((t=>t.is(n(258),n(222))&&n(195)===t[n(254)](n(247))));if(s[n(206)]<1)return;const o=s[n(183)]((t=>this[n(214)][n(207)][n(246)](this[n(214)][n(207)][n(253)](t,n(239)),this[n(214)][n(207)][n(253)](t,0))));this[n(214)][n(207)][n(191)]((()=>{const t=n;r[t(194)](o,{commandName:t(210),commandParams:[{startIndex:e[t(219)]}],formatGroupId:t(210)})}))}[hi(215)](t){const e=hi;if(e(179)!=t[e(250)]&&e(225)!=t[e(250)])return;const n=this[e(214)][e(209)],{data:r}=t;if(!r)return;let s,o;switch(r[e(224)]){case e(203):s=e(189),o={type:e(245),content:Hr(n,s,Hr(n,this[e(238)](r[e(226)][0][e(250)])))};break;case e(257):s=r[e(226)][0][e(252)]?e(197):e(251),o={type:e(245),content:Hr(n,s)};break;case e(210):s=e(204),o={type:e(245),content:Hr(n,s,r[e(226)][0][e(219)])}}return o}[hi(188)](){const t=hi;var e,n,r,s;const o=this[t(214)][t(217)][t(202)](t(249));let i=Array[t(233)](this[t(214)][t(207)][t(198)][t(185)][t(192)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(258),t(222)))&&i[t(221)](...o[t(223)](this[t(214)][t(207)][t(198)][t(185)][t(186)](),t(182))),(null===(n=i[i[t(206)]-1])||void 0===n?void 0:n.is(t(258),t(222)))&&i[t(237)](...o[t(223)](this[t(214)][t(207)][t(198)][t(185)][t(236)](),t(230))),i=[...new Set(i)],(null===(s=null===(r=this[t(214)][t(207)][t(198)][t(185)][t(186)]())||void 0===r?void 0:r[t(187)])||void 0===s?void 0:s.is(t(258),t(222)))&&(i=i[t(211)]((e=>e.is(t(258),t(222))))),i}[hi(234)](t){const e=hi,n=this[e(214)][e(217)][e(202)](e(249));let r=Array[e(233)](this[e(214)][e(207)][e(198)][e(185)][e(192)]())[e(211)](t)[e(183)]((t=>{const r=e,s=this[r(214)][r(207)][r(253)](t,0);return[...n[r(223)](s,r(182)),...n[r(223)](s,r(230))]}))[e(218)]();return r=[...new Set(r)],r}[hi(238)](t){const e=hi;return e(244)+this[e(214)][e(217)][e(202)](e(249))[e(216)](t)[e(199)]()+e(248)+t[e(199)]()[e(201)](/-/g,"_")}}function pi(){const t=["forward","bind","87916VOYfVH","from","_getSuggestionBlocks","2474360SakMfn","getLastPosition","push","_getTranslationKeyForListStyle","before","handleListReversedCommand","TrackChangesEditing","LegacyListPropertiesEditing","6TDwDtC","ELEMENT_","format","createRange","listType","_LIST_","LegacyListUtils","type","*Format:* set order to regular","reversed","createPositionAt","getAttribute","enableCommand","58330IETdUa","listReversed","element","config","formatBlock","64561COZyZK","1503550BFMJsJ","backward","map","888732Xdwund","selection","getFirstPosition","parent","_getSuggestionBlocksForListStyle","*Change to:* %0","6rInBug","change","getSelectedBlocks","handleListStartCommand","markMultiRangeBlockFormat","numbered","1082816edHXgY","*Format:* set order to reversed","document","toUpperCase","6ZNDWSw","replace","get","listStyle","*Format:* set start index to %0","has","length","model","styles","locale","listStart","filter","afterInit","88EGOeKL","editor","handleDescriptions","getListTypeFromListStyleType","plugins","flat","startIndex","registerDescriptionCallback","unshift","listItem","getSiblingNodes","commandName","formatInline","commandParams","_descriptionFactory","list.properties","handleListStyleCommand"];return(pi=function(){return t})()}const mi=Ii;function Ii(t,e){const n=bi();return(Ii=function(t,e){return n[t-=375]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(207051===-parseInt(n(405))/1+parseInt(n(400))/2+-parseInt(n(381))/3+-parseInt(n(375))/4+-parseInt(n(387))/5*(parseInt(n(391))/6)+-parseInt(n(398))/7*(parseInt(n(404))/8)+parseInt(n(385))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bi);class Ei extends t.Plugin{[mi(379)](){const t=mi,e=this[t(396)];if(!e[t(410)][t(393)](t(408)))return;const n=e[t(410)][t(386)](t(376)),r=e[t(383)];n[t(380)](t(394)),n[t(395)][t(409)](t(378),(e=>Hr(r,t(377),e))),e[t(407)][t(390)](t(399))[t(388)]({model:t(378),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(403)])return n[s(389)](s(397))},converterPriority:t(382)}),e[t(392)][t(401)].on(t(384),((e,n,r)=>{const s=t;r[s(402)][s(403)]&&e[s(406)]()}),{priority:t(382)})}}function bi(){const t=["plugins","249308LJCgsO","TrackChangesEditing","ELEMENT_MEDIA","media","afterInit","enableCommand","6174ZBeWYC","high","locale","attribute:url:media","10073880IDjDtc","get","45FqlEPE","elementToElement","createEmptyElement","for","268062UMDgAU","data","has","mediaEmbed","_descriptionFactory","editor","div","77bUfEAd","dataDowncast","149352wxynSM","downcastDispatcher","options","showSuggestionHighlights","204520fiyLyH","239252TbMTxF","stop","conversion","MediaEmbedEditing","registerElementLabel"];return(bi=function(){return t})()}const Ti=_i;function _i(t,e){const n=Ai();return(_i=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=_i,r=t();for(;;)try{if(244832===parseInt(n(287))/1+parseInt(n(279))/2*(-parseInt(n(281))/3)+-parseInt(n(295))/4*(parseInt(n(291))/5)+-parseInt(n(294))/6*(-parseInt(n(296))/7)+-parseInt(n(283))/8*(-parseInt(n(282))/9)+-parseInt(n(278))/10*(parseInt(n(280))/11)+parseInt(n(292))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[Ti(288)](){const t=Ti,e=this[t(289)];e[t(277)][t(290)](t(276))&&e[t(277)][t(286)](t(285))[t(284)](t(293))}}function Ai(){const t=["259978NbhfCw","afterInit","editor","has","8635aCTOrs","4719048NaiqCV","mention","67236RAYCAJ","208SlbMLM","182eoHgTv","MentionEditing","plugins","967990MFhXPl","1492VAhttU","44mVkpDn","1422xcGuzt","3132ygJIIM","3008yvbkyt","enableCommand","TrackChangesEditing","get"];return(Ai=function(){return t})()}const Ci=ki;function ki(t,e){const n=Li();return(ki=function(t,e){return n[t-=359]})(t,e)}!function(t,e){const n=ki,r=t();for(;;)try{if(820153===parseInt(n(359))/1*(-parseInt(n(388))/2)+-parseInt(n(378))/3+-parseInt(n(386))/4+parseInt(n(384))/5+-parseInt(n(368))/6*(-parseInt(n(381))/7)+parseInt(n(369))/8+-parseInt(n(393))/9*(-parseInt(n(373))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[Ci(380)](){const t=Ci,e=this[t(366)],n=e[t(370)][t(391)](t(365));e[t(370)][t(382)](t(363))&&(n[t(387)](t(389),[],[t(360)]),n[t(372)][t(383)]((e=>this[t(371)](e))))}[Ci(371)](t){const e=Ci,n=this[e(366)][e(385)],{data:r}=t,s={type:e(364),content:""};if(r&&e(360)==r[e(361)]){if(!r[e(377)])return{type:e(364),content:Hr(n,e(392),Hr(n,e(362)))+" ("+r[e(390)]+")"};if(!r[e(390)]){let o=t[e(376)];for(;o;){if(o[e(374)]&&e(379)==o[e(374)][e(361)]&&o[e(374)][e(390)])return s;o=o[e(375)]}return{type:e(364),content:Hr(n,e(367),Hr(n,e(362)))+" ("+r[e(377)]+")"}}}}}function Li(){const t=["MultiLevelList","format","TrackChangesEditing","editor","*Remove format:* %0","5646SXjwfR","11769064tMlZeE","plugins","handleDescriptions","_descriptionFactory","12424770seJjqy","data","next","head","oldValue","4247664oVoKwX","listType","afterInit","4417xuZNxK","has","registerDescriptionCallback","7427470YnPcBa","locale","5405192WPMrJK","_enableDefaultAttributesIntegration","202nxkqti","multiLevelList","newValue","get","*Set format:* %0","9XfIAlF","11936PDCMRa","listMarkerStyle","key","ELEMENT_MULTI_LEVEL_LIST"];return(Li=function(){return t})()}const Ri=Mi;function Si(){const t=["plugins","locale","TrackChangesEditing","5221365ujmoCK","_descriptionFactory","ELEMENT_PAGE_BREAK","50sgskbj","get","PageBreakEditing","507325DCsulH","2289490ZNXkNs","enableCommand","2826hZcYyk","6632eRCRCH","3035211jteEaC","registerElementLabel","3920814Boxhki","editor","pageBreak","2978nTMaOM","4sUTLMY","afterInit","has"];return(Si=function(){return t})()}function Mi(t,e){const n=Si();return(Mi=function(t,e){return n[t-=285]})(t,e)}!function(t,e){const n=Mi,r=t();for(;;)try{if(570437===-parseInt(n(291))/1*(parseInt(n(304))/2)+-parseInt(n(299))/3+parseInt(n(305))/4*(parseInt(n(288))/5)+parseInt(n(301))/6+-parseInt(n(294))/7+-parseInt(n(298))/8*(-parseInt(n(297))/9)+-parseInt(n(295))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Si);class vi extends t.Plugin{[Ri(306)](){const t=Ri,e=this[t(302)];if(!e[t(285)][t(307)](t(293)))return;e[t(285)][t(292)](t(287))[t(296)](t(303));const n=e[t(285)][t(292)](t(287)),r=e[t(286)];n[t(289)][t(300)](t(303),(e=>Hr(r,t(290),e)))}}const wi=Di;function Oi(){const t=["name","isLimit","consume","insert","checkChild","createUIElement","980865DhOmgl","insertParagraph","toViewPosition","*Insert:* %0","schema","isTouching","*Change to:* %0","has","type","formatBlock","addClass","includes","_descriptionFactory","50309sthKXV","12CvhjJu","markerRange","1ZRUxgw","markerName","afterInit","Paragraph","writer","activeMarkers","data","insertion","ELEMENT_PARAGRAPH","12629877nqujjr","editing","3KoSxBG","10XQLhwV","ck-suggestion-marker--active","getFirstRange","model","registerElementLabel","isBlock","enableCommand","get","nodeAfter","format","_registerLegacyDescription","24LkzfAk","11008481gQTwVQ","6XTcHuN","end","registerDescriptionCallback","locale","getItemLabel","plugins","start","editor","_enableDefaultAttributesIntegration","TrackChangesEditing","ck-suggestion-marker-split","bindElementToMarker","mapper","5028604xcsDXE","downcastDispatcher","consumable","6887185bLaZzT","showSuggestionHighlights","commandName","options","2546502DJYbql","highest","addMarker:suggestion:insertion","$text","paragraph","span"];return(Oi=function(){return t})()}function Di(t,e){const n=Oi();return(Di=function(t,e){return n[t-=456]})(t,e)}!function(t,e){const n=Di,r=t();for(;;)try{if(731911===-parseInt(n(464))/1*(parseInt(n(509))/2)+parseInt(n(475))/3*(-parseInt(n(502))/4)+parseInt(n(505))/5*(parseInt(n(489))/6)+parseInt(n(461))/7*(parseInt(n(487))/8)+-parseInt(n(521))/9+parseInt(n(476))/10*(parseInt(n(488))/11)+parseInt(n(462))/12*(parseInt(n(473))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oi);class Fi extends t.Plugin{[wi(466)](){const t=wi,e=this[t(496)];if(!e[t(494)][t(528)](t(467)))return;const n=e[t(492)],r=e[t(494)][t(483)](t(498));r[t(460)][t(480)](t(513),(e=>Hr(n,t(472),e))),r[t(497)](t(513)),r[t(482)](t(522)),e[t(474)][t(503)].on(t(511),Pi(e),{priority:t(510)}),e[t(470)][t(503)].on(t(511),((n,r,s)=>{const o=t;s[o(508)][o(506)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(510)});const s=r[t(460)];s[t(491)]((r=>{const o=t;if(o(471)!==r[o(456)])return;const{start:i,end:a}=r[o(478)]();if(!i[o(526)](a)||!i[o(484)])return;const c=e[o(479)][o(525)],u=i[o(484)];return c[o(481)](u)&&!c[o(516)](u)&&c[o(519)](u,o(512))?{type:o(471),content:Hr(n,o(524),s[o(493)](u,1))}:void 0})),this[t(486)]()}[wi(486)](){const t=wi,e=this[t(496)],n=e[t(492)];e[t(494)][t(483)](t(498))[t(460)][t(491)]((e=>{const r=t;if(r(457)!=e[r(456)])return;const{data:s}=e;return s&&r(513)==s[r(507)]?{type:r(485),content:Hr(n,r(527),Hr(n,r(472)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Di,i=t[o(494)][o(483)](o(498)),a=r[o(463)][o(495)],c=r[o(463)][o(490)],u=t[o(479)][o(525)];if(!a[o(526)](c)||!a[o(484)])return;const l=a[o(484)];if(u[o(481)](l)&&!u[o(516)](l)&&u[o(519)](l,o(512))){if(!s[o(504)][o(517)](r[o(463)],n[o(515)]))return;const t=s[o(468)][o(520)](o(514),{class:o(499)}),a=s[o(501)][o(523)](c);e&&i[o(469)][o(459)](r[o(465)])&&s[o(468)][o(458)](o(477),t),s[o(468)][o(518)](a,t),s[o(501)][o(500)](t,r[o(465)])}}}const xi=Bi;function Bi(t,e){const n=Ui();return(Bi=function(t,e){return n[t-=358]})(t,e)}function Ui(){const t=["editor","_registerLegacyDescription","removeFormat","type","commandName","locale","*Remove all formatting*","_descriptionFactory","75NuCVmS","105251ODriLj","format","2594670wQrxhx","formatInline","RemoveFormatEditing","TrackChangesEditing","718277dXpKOs","_enableDefaultAttributesIntegration","get","afterInit","8UabOXU","has","927562jsHUqd","60717DYWEQg","formatBlock","172852AATMlK","plugins","9149805gEjLwi","registerDescriptionCallback"];return(Ui=function(){return t})()}!function(t,e){const n=Bi,r=t();for(;;)try{if(340153===-parseInt(n(377))/1+parseInt(n(361))/2+parseInt(n(362))/3+parseInt(n(364))/4*(parseInt(n(376))/5)+parseInt(n(379))/6+-parseInt(n(383))/7*(parseInt(n(359))/8)+-parseInt(n(366))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[xi(358)](){const t=xi,e=this[t(368)];e[t(365)][t(360)](t(381))&&(e[t(365)][t(385)](t(382))[t(384)](t(370)),this[t(369)]())}[xi(369)](){const t=xi,e=this[t(368)];e[t(365)][t(385)](t(382))[t(375)][t(367)]((n=>{const r=t;if(r(363)!=n[r(371)]&&r(380)!=n[r(371)])return;const{data:s}=n;return s&&r(370)==s[r(372)]?{type:r(378),content:Hr(e[r(373)],r(374))}:void 0}))}}const Gi=zi;function Vi(){const t=["55UAVmFV","plugins","acceptSuggestion","447120rsfoTg","has","RestrictedEditingModeEditing","6256894YqSCCp","5116530lswSql","TrackChangesEditing","goToPreviousRestrictedEditingException","470460wdTJou","discardSuggestion","60qsUtMu","afterInit","discardSelectedSuggestions","1303168GegFSB","acceptAllSuggestions","goToNextRestrictedEditingException","3060ZZYbMn","2CWQvgt","get","10888pHCIao","trackChanges","acceptSelectedSuggestions","editor","enableCommand","discardAllSuggestions","1510737uywhlm"];return(Vi=function(){return t})()}function zi(t,e){const n=Vi();return(zi=function(t,e){return n[t-=285]})(t,e)}!function(t,e){const n=zi,r=t();for(;;)try{if(731796===-parseInt(n(289))/1+-parseInt(n(293))/2*(parseInt(n(301))/3)+-parseInt(n(312))/4*(-parseInt(n(286))/5)+-parseInt(n(305))/6+-parseInt(n(308))/7+parseInt(n(295))/8*(-parseInt(n(292))/9)+-parseInt(n(309))/10*(-parseInt(n(302))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class Hi extends t.Plugin{[Gi(287)](){const t=Gi,e=this[t(298)];if(!e[t(303)][t(306)](t(307)))return;const n=e[t(303)][t(294)](t(310));n[t(299)](t(311)),n[t(299)](t(291));const r=e[t(303)][t(294)](t(307));r[t(299)](t(296)),r[t(299)](t(304)),r[t(299)](t(285)),r[t(299)](t(290)),r[t(299)](t(300)),r[t(299)](t(297)),r[t(299)](t(288))}}const Wi=Ki;function Ki(t,e){const n=Xi();return(Ki=function(t,e){return n[t-=329]})(t,e)}function Xi(){const t=["addClass","addMarker:suggestion","addMarker:suggestion:insertion","_descriptionFactory","data","markerRange","showSuggestionHighlights","enableCommand","774DTqqPI","markerName","shiftEnter","split","high","createPositionBefore","editing","init","merge","TrackChangesEditing","toViewPosition","7640364MhPXZx","includes","registerElementLabel","671468rqmvyX","bindElementToMarker","downcastDispatcher","50520dpRUiO","plugins","getItems","516831jWJTAl","insert","16510MWfbiI","options","7DfTdLV","ck-suggestion-marker--active","name","ELEMENT_LINE_BREAK","10230534KNcrUo","addMarker:suggestion:deletion","mapper","createUIElement","requires","6795384YXIFVb","writer","span","consumable","activeMarkers","editor","5379ljelpv","test","locale","model","ck-suggestion-marker-","6ZIcrNQ","element","deletion","softBreak","get"];return(Xi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(972074===parseInt(n(372))/1+parseInt(n(366))/2*(-parseInt(n(339))/3)+parseInt(n(363))/4+parseInt(n(369))/5*(-parseInt(n(352))/6)+-parseInt(n(376))/7*(-parseInt(n(385))/8)+-parseInt(n(380))/9+parseInt(n(374))/10*(parseInt(n(334))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{static get[Wi(384)](){return[Js.ShiftEnter]}[Wi(359)](){const t=Wi,e=this[t(333)],n=e[t(370)][t(343)](t(361));n[t(351)](t(354)),e[t(358)][t(368)].on(t(346),Zi(e),{priority:t(356)}),e[t(358)][t(368)].on(t(381),Zi(e),{priority:t(356)}),e[t(348)][t(368)].on(t(345),((n,r,s)=>{const o=t;s[o(375)][o(350)]&&Zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(347)][t(365)](t(342),(n=>Hr(e[t(336)],t(379),n)))}}function Zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(370)][o(343)](o(361));if(!s[o(331)][o(335)](r[o(349)],n[o(378)]))return;const a=t[o(337)];for(const t of r[o(349)][o(371)]()){if(!t.is(o(340),o(342)))continue;const n=o(341)==r[o(353)][o(355)](":")[1]?o(360):o(355),c=s[o(329)][o(383)](o(330),{class:o(338)+n}),u=s[o(382)][o(362)](a[o(357)](t));e&&i[o(332)][o(364)](r[o(353)])&&s[o(329)][o(344)](o(377),c),s[o(329)][o(373)](u,c),s[o(382)][o(367)](c,r[o(353)])}}}const Ji=Yi;function Yi(t,e){const n=$i();return(Yi=function(t,e){return n[t-=492]})(t,e)}!function(t,e){const n=Yi,r=t();for(;;)try{if(112140===parseInt(n(517))/1*(-parseInt(n(515))/2)+parseInt(n(495))/3+parseInt(n(503))/4*(-parseInt(n(502))/5)+parseInt(n(499))/6+parseInt(n(510))/7+-parseInt(n(494))/8+-parseInt(n(509))/9*(-parseInt(n(496))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($i);class Qi extends t.Plugin{[Ji(501)](){const t=Ji,e=this[t(521)],n=e[t(493)],r=e[t(531)];if(!e[t(504)][t(507)](t(527)))return;const s=e[t(504)][t(514)](t(519)),o=t(508),i=e[t(525)][t(514)](o);s[t(498)](o,((e,r={})=>{const a=t,c=n[a(505)][a(518)];if(c[a(522)])return void e(r);const u=void 0!==r[a(524)]?r[a(524)]:!i[a(523)];n[a(492)]((()=>{const t=a,e=Array[t(530)](c[t(513)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(506)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(529)][t(516)]((e=>{const n=t;if(n(511)!=e[n(512)]&&n(497)!=e[n(512)])return;const{data:s}=e;return s&&s[n(500)]==o?s[n(520)][0][n(524)]?{type:n(526),content:Hr(r,n(532))}:{type:n(526),content:Hr(r,n(528))}:void 0}))}}function $i(){const t=["selection","TrackChangesEditing","commandParams","editor","isCollapsed","value","forceValue","commands","format","StandardEditingModeEditing","FORMAT_RESTRICTED_DISABLED","_descriptionFactory","from","locale","FORMAT_RESTRICTED_ENABLED","change","model","1463584IZglEe","533898WIIcqA","50730NocVWS","formatInline","enableCommand","74370AIioeM","commandName","afterInit","845425WzBHTx","4WwdXcf","plugins","document","markInlineFormat","has","restrictedEditingException","513evAtjR","526813DeQeXu","formatBlock","type","getRanges","get","3236TQdvsz","registerDescriptionCallback","56PKwNBe"];return($i=function(){return t})()}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=134]})(t,e)}function na(){const t=["formatInline","commandParams","TrackChangesEditing","get","8042320NNYLsG","config","*Remove format:* %0","_enableDefaultAttributesIntegration","registerDescriptionCallback","_registerBlockAttribute","982454GabavQ","element","plugins","9672630JuZLJB","has","style","Style","add","type","afterInit","toLowerCase","1239423crTNtb","_registerLegacyDescription","StyleUtils","format","FORMAT_STYLE","_registerInlineAttribute","formatBlock","block","3137858yKchPT","_descriptionFactory","DataSchema","definitions","normalizeConfig","inline","locale","styleName","editor","getGhsAttributeNameForElement","registerAttributeLabel","6491808TsUUZi","*Set format:* %0","forceValue","commandName","GeneralHtmlSupport","20406183gPRNJg","ghsAttributes"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(820690===parseInt(n(175))/1+parseInt(n(147))/2+-parseInt(n(139))/3+-parseInt(n(158))/4+parseInt(n(169))/5+parseInt(n(178))/6+-parseInt(n(163))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{[ta(137)](){const t=ta,e=this[t(155)];if(!e[t(177)][t(179)](t(134))||!e[t(177)][t(179)](t(149)))return;const n=e[t(177)][t(168)](t(167)),r=e[t(153)],s=e[t(170)][t(168)](t(180))||{},o=e[t(177)][t(168)](t(162)),i=e[t(177)][t(168)](t(141))[t(151)](e[t(177)][t(168)](t(149)),s[t(150)]);n[t(172)](t(180));const a=new Set;for(const e of i[t(146)]){const n=o[t(156)](e[t(176)]);a[t(135)](n)}const c=new Set;for(const e of i[t(152)]){const n=o[t(156)](e[t(176)]);c[t(135)](n);for(const n of e[t(164)])c[t(135)](n)}for(const e of a)n[t(174)](e),n[t(148)][t(157)](e,Hr(r,t(143)));for(const e of c)n[t(144)](e),n[t(148)][t(157)](e,Hr(r,t(143)));this[t(140)]()}[ta(140)](){const t=ta,e=this[t(155)],n=e[t(153)];e[t(177)][t(168)](t(167))[t(148)][t(173)]((e=>{const r=t;if(r(145)!=e[r(136)]&&r(165)!=e[r(136)])return;const{data:s}=e;return s&&r(180)===s[r(161)]?s[r(166)][0][r(160)]?{type:r(142),content:Hr(n,r(159),s[r(166)][0][r(154)][r(138)]())}:{type:r(142),content:Hr(n,r(171),s[r(166)][0][r(154)][r(138)]())}:void 0}))}}const sa=oa;function oa(t,e){const n=aa();return(oa=function(t,e){return n[t-=348]})(t,e)}!function(t,e){const n=oa,r=t();for(;;)try{if(319575===parseInt(n(441))/1+-parseInt(n(414))/2*(-parseInt(n(362))/3)+-parseInt(n(408))/4+-parseInt(n(497))/5+parseInt(n(425))/6*(-parseInt(n(392))/7)+-parseInt(n(450))/8+-parseInt(n(453))/9*(-parseInt(n(505))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(aa);class ia extends t.Plugin{constructor(t){const e=oa;super(t),this[e(454)]=[e(376),e(391)],this[e(398)]=new Set}[sa(482)](){const t=sa,e=this[t(428)],n=e[t(479)][t(434)][t(352)];if(!e[t(419)][t(389)](t(403)))return;const r=e[t(472)],s=e[t(419)][t(464)](t(379)),o=e[t(419)][t(464)](t(360));s[t(411)][t(422)](t(427),(e=>Hr(r,t(432),e))),this[t(462)](),s[t(429)](t(484)),s[t(429)](t(350)),s[t(429)](t(458));for(const r of[t(363),t(449)]){const i=e[t(393)][t(464)](r);s[t(429)](r,(r=>{const a=t;e[a(479)][a(430)]((t=>{const e=a;r();const c=e(349)===i[e(509)],u=o[e(353)](n),l=o[e(487)](u),f=c?l[e(395)]-1:l[e(483)]+1,h=u[0][e(351)](e(427)),g=o[e(367)](h,{startRow:f,endRow:f}),d=Array[e(491)](g)[e(401)]((n=>t[e(386)](n[e(383)])));s[e(420)](d,e(376))}))}))}for(const r of[t(493),t(357)]){const i=e[t(393)][t(464)](r);s[t(429)](r,(r=>{const a=t;e[a(479)][a(430)]((t=>{const e=a;r();const c=e(506)===i[e(509)],u=o[e(353)](n),l=o[e(468)](u),f=c?l[e(395)]-1:l[e(483)]+1,h=u[0][e(351)](e(427)),g=o[e(367)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(491)](g)[e(401)]((n=>t[e(386)](n[e(383)])));s[e(420)](d,e(391))}))}))}for(const r of[t(446),t(448)]){const i=r[t(486)](11),a=i[t(457)](),c=a[t(486)](0,3)+t(442),u=t(427)+i,l=t(444)+i,f=t(492)+i;s[t(429)](r,(()=>{const i=t;e[i(479)][i(430)]((t=>{const e=i,h=o[e(353)](n),g=h[0][e(351)](e(427));let d;if(e(446)==r){const t=o[e(487)](h);d={startRow:t[e(395)],endRow:t[e(483)],includeAllSlots:!0}}else{const t=o[e(468)](h);d={startColumn:t[e(395)],endColumn:t[e(483)],includeAllSlots:!0}}const p=o[e(367)](g,d),m=Array[e(491)](p)[e(401)]((({cell:t})=>t)),I=ca(m[e(474)]((t=>t[e(400)](c)))),E=ca(m[e(474)]((t=>!t[e(400)](c))))[e(401)]((n=>t[e(386)](n))),b=s[e(390)](E,u);if(b&&(e(376)==b[e(436)]||e(391)==b[e(436)])){const n=this[e(477)](b);for(const r of I){const s=t[e(386)](r),i=o[e(407)](r),u=r[e(354)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(465)](s)}}}))}))}function c(r){const s=t,o=Array[s(491)](n[s(451)]())[s(401)]((t=>i.LiveRange[s(410)](t)));e[s(479)][s(430)]((t=>{const n=s,i=t[n(455)];r=r[n(474)]((t=>n(418)!=t[n(498)][n(416)])),t[n(507)](r),e[n(393)][n(464)](n(446))[n(385)](),e[n(481)](n(446),{forceDefaultExecution:!0}),e[n(479)][n(406)]((()=>{const t=n;e[t(479)][t(406)](i,(e=>{const n=t,r=o[n(474)]((t=>n(418)!=t[n(498)][n(416)]));r[n(423)]>0&&e[n(507)](r);for(const t of o)t[n(413)]()}))}))}))}function u(r){const s=t;e[s(479)][s(430)]((t=>{const o=s,a=Array[o(491)](n[o(451)]())[o(401)]((t=>i.LiveRange[o(410)](t))),c=[];for(const t of r)for(const e of t[o(488)]({shallow:!0}))c[o(445)](e);for(const n of c)o(418)!=n[o(498)][o(416)]&&(t[o(507)](t[o(437)](n,0)),e[o(393)][o(464)](o(448))[o(385)](),e[o(481)](o(448),{forceDefaultExecution:!0}));const u=a[o(474)]((t=>o(418)!=t[o(498)][o(416)]));u[o(423)]>0&&t[o(507)](u);for(const t of a)t[o(413)]()}))}function l(e,n){const r=t;return n[r(440)]((t=>e[r(439)]((e=>e[r(485)][r(394)](t[r(471)])||t[r(485)][r(394)](e[r(471)])))))}function f(e,n){const r=t;return e[r(439)]((t=>n[r(439)]((e=>t[r(485)][r(396)](e[r(471)])))))}e[t(405)][t(466)].on(t(431),((e,n,r)=>{const s=t;if(!r[s(375)][s(364)])return;const o=n[s(500)];if(!o)return;const i=r[s(443)][s(490)](o);function c(t){return Array[s(361)](t)?t:[t]}i&&s(409)===o[s(355)]&&(0,a.setHighlightHandling)(i,r[s(459)],((t,e,n)=>n[s(373)](c(e[s(467)]),t)),((t,e,n)=>n[s(496)](c(e[s(467)]),t)))}),{priority:t(374)}),s[t(411)][t(470)]((e=>{const n=t;if(n(348)!=e[n(382)]&&n(494)!=e[n(382)])return;const s=e[n(489)]();if(null!=s&&s.is(n(478),n(427))){if(n(348)==e[n(382)]){const t=e[n(488)]()[n(474)]((t=>t.is(n(424))))[n(401)]((t=>t[n(405)]));if(t[n(423)])return{type:n(348),content:Hr(r,n(388),Hr(r,n(365),'"'+t[n(377)](" ")+'"'))}}if(n(494)==e[n(382)]){const t=e[n(488)]()[n(474)]((t=>t.is(n(424))))[n(401)]((t=>t[n(405)]));if(t[n(423)])return{type:n(494),content:Hr(r,n(415),Hr(r,n(365),'"'+t[n(377)](" ")+'"'))}}}})),s[t(411)][t(470)]((e=>{const n=t;if(n(376)==e[n(436)]){const t=e[n(488)]()[n(474)]((t=>t.is(n(424))))[n(401)]((t=>t[n(405)])),s=this[n(477)](e),o=s[n(501)]-s[n(426)]+1;if(n(348)==e[n(382)])return t[n(423)]?{type:n(348),content:Hr(r,n(388),Hr(r,n(435),[o,'"'+t[n(377)](" ")+'"']))}:{type:n(348),content:Hr(r,n(388),Hr(r,n(421),o))};if(n(494)==e[n(382)])return t[n(423)]?{type:n(494),content:Hr(r,n(415),Hr(r,n(435),[o,'"'+t[n(377)](" ")+'"']))}:{type:n(494),content:Hr(r,n(415),Hr(r,n(421),o))}}if(n(391)==e[n(436)]){const t=e[n(488)]()[n(474)]((t=>t.is(n(424))))[n(401)]((t=>t[n(405)])),s=this[n(477)](e),o=s[n(356)]-s[n(463)]+1;if(n(348)==e[n(382)])return t[n(423)]?{type:n(348),content:Hr(r,n(388),Hr(r,n(384),[o,'"'+t[n(377)](" ")+'"']))}:{type:n(348),content:Hr(r,n(388),Hr(r,n(370),o))};if(n(494)==e[n(382)])return t[n(423)]?{type:n(494),content:Hr(r,n(415),Hr(r,n(384),[o,'"'+t[n(377)](" ")+'"']))}:{type:n(494),content:Hr(r,n(415),Hr(r,n(370),o))}}})),s[t(503)][t(480)](t(348),t(376),t(433),c),s[t(503)][t(480)](t(494),t(376),t(369),c),s[t(503)][t(480)](t(348),t(391),t(433),u),s[t(503)][t(480)](t(494),t(391),t(369),u),s[t(503)][t(480)](t(348),t(391),t(377),l),s[t(503)][t(480)](t(494),t(391),t(377),l),s[t(503)][t(480)](t(348),t(376),t(377),f),s[t(503)][t(480)](t(494),t(376),t(377),f)}[sa(399)](){const t=sa,e=this[t(428)],n=e[t(479)][t(434)][t(352)];return(r,s)=>{const o=t;e[o(479)][o(430)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(485)][a(475)];u&&u[0]&&!1===u[0][a(469)]&&(l=r[0][a(471)][a(381)]);const f=t[a(359)](l);if(a(418)==f[a(498)][a(416)])return;const h=Array[a(491)](n[a(451)]())[a(401)]((t=>i.LiveRange[a(410)](t)));t[a(507)](f),e[a(393)][a(464)](c)[a(385)](),u[a(445)]({forceDefaultExecution:!0}),e[a(481)](c,...u);const g=h[a(474)]((t=>a(418)!=t[a(498)][a(416)]));g[a(423)]>0&&t[a(507)](g);for(const t of h)t[a(413)]()}))}}[sa(380)](t){const e=sa,n=this[e(428)][e(419)][e(464)](e(360));let r=Number[e(461)],s=Number[e(372)],o=Number[e(461)],i=Number[e(372)];for(const a of t){if(e(418)==a[e(498)][e(416)])continue;const{row:t,column:c}=n[e(407)](a),u=a[e(400)](e(402))?a[e(354)](e(402))-1:0,l=a[e(400)](e(504))?a[e(354)](e(504))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(462)](){const t=sa,e=this[t(428)],n=e[t(419)][t(464)](t(379)),r=e[t(419)][t(464)](t(360));e[t(479)][t(434)].on(t(438),(()=>{const r=t,s=Array[r(491)](e[r(479)][r(434)][r(366)][r(456)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(417)](t);if(r(473)!=s)continue;if(null!=e[r(412)])continue;const a=n[r(404)](o);this[r(454)][r(378)](i)&&this[r(398)][r(387)](a)}}),{priority:t(371)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(386)](e),a=e[s(351)](s(427)),c=r[s(407)](e);for(const t of this[s(398)]){const n=t[s(436)],r=n[s(476)](s(368)),u=n[s(486)](r?10:5),l=u[s(457)](),f=l[s(486)](0,3)+s(442),h=s(444)+u,g=s(492)+u;if(!t[s(495)])continue;if(a!=t[s(358)]()[s(471)][s(351)](s(427)))continue;if(t[s(502)](i))continue;const d=e[s(400)](f)?e[s(354)](f)-1:0,p=this[s(477)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(465)](i),o=!0)}return o};e[t(479)][t(434)][t(447)]((n=>{const r=t;let o=!1;for(const t of e[r(479)][r(434)][r(366)][r(508)]())if(r(499)==t[r(382)])if(r(376)==t[r(355)])for(const e of t[r(397)][r(381)][r(460)]())o=o||s(e,n);else r(409)==t[r(355)]&&(o=o||s(t[r(397)][r(381)],n));return o}))}[sa(477)](t){const e=sa;return this[e(380)](t[e(451)]()[e(401)]((t=>t[e(471)][e(381)])))}}function aa(){const t=["maxRow","isIntersectingWithRange","_suggestionFactory","colspan","75840nUvFNC","left","setSelection","getChanges","order","insertion","above","selectTableRow","findAncestor","selection","getSelectionAffectedTableCells","getAttribute","name","maxColumn","insertTableColumnRight","getFirstRange","createRangeIn","TableUtils","isArray","32721ICDPFc","insertTableRowAbove","showSuggestionHighlights","ELEMENT_TABLE_WITH_TEXT","differ","createTableWalker","tablePaste","accept","ELEMENT_TABLE_COLUMN","low","MIN_SAFE_INTEGER","addClass","highest","options","tableRow","join","includes","TrackChangesEditing","_getCoordsForCells","nodeAfter","type","cell","ELEMENT_TABLE_COLUMN_WITH_TEXT","refresh","createRangeOn","add","*Insert:* %0","has","markMultiRangeDeletion","tableColumn","7woGBPx","commands","isEqual","first","isTouching","position","_tableSuggestions","_acceptFormatSuggestionCallbackFactory","hasAttribute","map","rowspan","TableEditing","getSuggestion","data","enqueueChange","getCellLocation","1580964tNbMYA","tableCell","fromRange","_descriptionFactory","oldRange","detach","90jtqgiY","*Remove:* %0","rootName","_splitMarkerName","$graveyard","plugins","markMultiRangeInsertion","ELEMENT_TABLE_ROW","registerElementLabel","length","$textProxy","2382522SMtvNR","minRow","table","editor","enableCommand","change","addMarker:suggestion","ELEMENT_TABLE","discard","document","ELEMENT_TABLE_ROW_WITH_TEXT","subType","createPositionAt","change:data","some","every","190097btRHcW","span","mapper","min","push","removeTableRow","registerPostFixer","removeTableColumn","insertTableRowBelow","3231288bVjGwk","getRanges","values","1143SNgEPX","_tablePostFixingSubtypes","batch","getChangedMarkers","toLowerCase","selectTableColumn","writer","getChildren","MAX_SAFE_INTEGER","_setupColumnsRowsFixing","minColumn","get","addRange","downcastDispatcher","classes","getColumnIndexes","forceValue","registerDescriptionCallback","start","locale","suggestion","filter","nodeBefore","startsWith","_getSuggestionCoords","element","model","registerCustomCallback","execute","afterInit","last","insertTable","end","substr","getRowIndexes","getItems","getContainedElement","toViewElement","from","max","insertTableColumnLeft","deletion","isInContent","removeClass","641330pyMAaD","root","insert","item"];return(aa=function(){return t})()}function ca(t){const e=sa;return Array[e(491)](new Set(t)[e(452)]())}function ua(t,e){const n=fa();return(ua=function(t,e){return n[t-=250]})(t,e)}const la=ua;function fa(){const t=["commands","return","createTableWalker","model","formatBlock","registerCustomCallback","795PDCTlp","1329219tZEPaT","direction","filter","author","rootName","cell","map","3036NRsXTG","find","locale","deletion","highest","getSelectionAffectedTableCells","2859220HDbJqJ","mergeTableCellRight","plugins","root","insertion","length","_isForcedDefaultExecutionBlock","tableCell","registerDescriptionCallback","from","push","5753928EObEtv","getRanges","2280237frGLXd","getFirstPosition","table","*Split cell:* horizontally","splitTableCellVertically","format","containsRange","mergeTableCellDown","_suggestionFactory","_acceptFormatSuggestionCallbackFactory","markMultiRangeBlockFormat","_areMergableCells","low","*Merge cells*","getCellLocation","subType","element","trackChanges","refresh","selection","stop","*Split cell:* vertically","forceDefaultExecution","$graveyard","setSelection","type","604743CMNMnB","_descriptionFactory","getAncestors","set:isEnabled","mergeTableCellUp","add","isEnabled","_areSelectedCellsMergable","fromRange","mergeTableCellLeft","TrackChangesEditing","findAncestor","accept","isInContent","document","formatInline","afterInit","has","detach","createRangeOn","requires","get","40ajLEMH","change","_tablePostFixingSubtypes","TableEditing","enableCommand","mergeTableCells","splitTableCellHorizontally","commandName","value","size","1296054xSjEHs","getSuggestions","TableUtils","horizontally","markBlockFormat","editor","execute"];return(fa=function(){return t})()}!function(t,e){const n=ua,r=t();for(;;)try{if(494755===-parseInt(n(296))/1+parseInt(n(328))/2+parseInt(n(270))/3+-parseInt(n(251))/4*(parseInt(n(341))/5)+parseInt(n(268))/6+-parseInt(n(257))/7+-parseInt(n(318))/8*(parseInt(n(342))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[la(316)](){return[ia]}[la(312)](){const t=la,e=this[t(333)],n=e[t(338)][t(310)][t(289)],r=e[t(253)];if(!e[t(259)][t(313)](t(321)))return;const s=e[t(259)][t(317)](t(306)),o=e[t(259)][t(317)](t(330)),a=e[t(259)][t(317)](ia);a[t(320)][t(267)](t(323)),s[t(322)](t(323),(()=>{const n=t,r=o[n(256)](e[n(338)][n(310)][n(289)]);e[n(338)][n(319)]((()=>{const t=n;s[t(280)](r,{commandName:t(323),commandParams:[]},[],t(323))}))})),e[t(335)][t(317)](t(323)).on(t(334),((n,r)=>{const o=t;e[o(335)][o(317)](o(287))[o(326)]&&(r[o(262)]>0&&r[r[o(262)]-1]&&r[r[o(262)]-1][o(292)]||s[o(263)]||this[o(303)]()||n[o(290)]())}),{priority:t(255)});for(const n of[t(300),t(258),t(277),t(305)]){const r=e[t(335)][t(317)](n);s[t(322)](n,(()=>{const n=t,o=e[n(338)][n(310)][n(289)][n(271)]()[n(298)]()[n(252)]((t=>t.is(n(286),n(264)))),i=r[n(326)];e[n(338)][n(319)]((()=>{const t=n;s[t(280)]([o,i],{commandName:t(323),commandParams:[]},[],t(323))}))}))}for(const n of[t(274),t(324)]){const r=e[t(335)][t(317)](n);s[t(322)](n,(()=>{const i=t,a=o[i(256)](e[i(338)][i(310)][i(289)])[0],c=a[i(307)](i(272)),{column:u,row:l}=o[i(284)](a);let f=[];if(i(331)==r[i(343)]){const t=o[i(337)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(266)](t)[i(250)]((t=>t[i(347)]))}else{const t=o[i(337)](c,{column:u,includeAllSlots:!0});f=Array[i(266)](t)[i(250)]((t=>t[i(347)]))}e[i(338)][i(319)]((t=>{const e=i;s[e(332)](t[e(315)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(297)][t(265)]((e=>{const n=t;if(n(339)!=e[n(295)]&&n(311)!=e[n(295)])return;const{data:s}=e;return s&&n(323)==s[n(325)]?{type:n(275),content:Hr(r,n(283))}:void 0})),s[t(297)][t(265)]((e=>{const n=t;if(n(339)!=e[n(295)]&&n(311)!=e[n(295)])return;const{data:s}=e;return s?n(274)==s[n(325)]?{type:n(275),content:Hr(r,n(291))}:n(324)==s[n(325)]?{type:n(275),content:Hr(r,n(273))}:void 0:void 0}));const c=a[t(279)]();for(const e of[t(300),t(258),t(277),t(305)])s[t(278)][t(340)](t(339),e,t(308),c);for(const e of[t(274),t(324)])s[t(278)][t(340)](t(339),e,t(308),c);s[t(278)][t(340)](t(339),t(323),t(308),(r=>{const s=t;e[s(338)][s(319)]((t=>{const o=s,a=Array[o(266)](n[o(269)]())[o(250)]((t=>i.LiveRange[o(304)](t)));t[o(294)](r),e[o(335)][o(317)](o(323))[o(288)](),e[o(334)](o(323),{forceDefaultExecution:!0});const c=a[o(344)]((t=>o(293)!=t[o(260)][o(346)]));c[o(262)]>0&&t[o(294)](c);for(const t of a)t[o(314)]()}))}));for(const n of[t(300),t(277),t(305),t(258)]){const r=e[t(335)][t(317)](n);r.on(t(299),((n,s,o)=>{const i=t;if(o){const t=e[i(338)][i(310)][i(289)][i(271)]()[i(298)]()[i(252)]((t=>t.is(i(286),i(264))));this[i(281)](r[i(326)],t)||(n[i(336)]=!1,n[i(290)]())}}),{priority:t(282)})}}[la(303)](){const t=la,e=this[t(333)][t(335)][t(317)](t(323)),n=this[t(333)][t(259)][t(317)](t(330));if(!e[t(302)])return!1;const r=n[t(256)](this[t(333)][t(338)][t(310)][t(289)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(281)](e,n))return!1;return!0}[la(281)](t,e){const n=la,r=this[n(333)][n(259)][n(317)](n(306)),s=this[n(333)][n(338)][n(315)](t),o=this[n(333)][n(338)][n(315)](e),i=new Set,a=new Set;for(const t of r[n(329)]())if((n(261)==t[n(295)]||n(254)==t[n(295)]||n(323)==t[n(285)])&&t[n(309)])for(const e of t[n(269)]())e[n(276)](s,!0)&&i[n(301)](t[n(295)]+":"+t[n(345)].id),e[n(276)](o,!0)&&a[n(301)](t[n(295)]+":"+t[n(345)].id);if(i[n(327)]!=a[n(327)])return!1;for(const t of i)if(!a[n(313)](t))return!1;return!0}}const ga=da;function da(t,e){const n=ma();return(da=function(t,e){return n[t-=293]})(t,e)}!function(t,e){const n=da,r=t();for(;;)try{if(180277===-parseInt(n(377))/1*(-parseInt(n(350))/2)+parseInt(n(302))/3+-parseInt(n(373))/4+-parseInt(n(319))/5*(-parseInt(n(318))/6)+parseInt(n(309))/7*(-parseInt(n(323))/8)+-parseInt(n(313))/9*(parseInt(n(375))/10)+parseInt(n(369))/11*(parseInt(n(338))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ma);class pa extends t.Plugin{static get[ga(297)](){return[ia]}[ga(317)](){const t=ga,e=this[t(351)];if(!e[t(296)][t(333)](t(335)))return;const n=e[t(362)],r=e[t(296)][t(298)](t(344));r[t(353)](t(339),[],[t(327)]),r[t(353)](t(324),[],[t(370)]),r[t(329)][t(340)](t(327),Hr(n,t(345))),r[t(329)][t(340)](t(370),Hr(n,t(299))),this[t(325)]()}[ga(325)](){const t=ga,e=this[t(351)][t(296)][t(298)](t(344)),n=this[t(351)][t(296)][t(298)](t(312)),r=this[t(351)][t(296)][t(298)](ia)[t(358)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(321)](o[a(341)]),l=e[a(368)](u),f=l[a(304)];if(a(295)!=l[a(331)]||!f||a(324)!=f[a(361)])return;if(o[a(356)])return void s[a(315)]();if(!i[a(355)][a(367)](o[a(342)],s[a(322)]))return;const h=o[a(342)][a(336)][a(352)],g=o[a(342)][a(374)][a(366)],d=h[a(306)][a(306)],{column:p}=n[a(303)](h),{column:m}=n[a(303)](g);for(let s=p;s<=m;s++){const l=n[a(293)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(376)],l=i[a(308)][a(347)](s);i[a(311)][a(320)](a(316)+c,l),r&&i[a(311)][a(314)](a(301),u,l),i[a(308)][a(307)](l,o[a(341)]),t&&(e[a(349)][a(326)](o[a(341)])?i[a(311)][a(320)](a(357),l):i[a(311)][a(363)](a(357),l))}}}}e[t(360)][t(337)](t(295),t(339),t(328),r),e[t(360)][t(337)](t(295),t(324),t(328),r),this[t(351)][t(365)][t(372)].on(t(334),s(),{priority:t(346)}),this[t(351)][t(304)][t(372)].on(t(334),((e,n,r)=>{const o=t;r[o(371)][o(348)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(346)}),this[t(351)][t(365)][t(372)].on(t(310),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(321)](r[o(341)]),c=e[o(368)](a),u=c[o(304)];if(o(295)!=c[o(331)]||!u||o(324)!=u[o(361)])return;const l=s[o(308)][o(305)](r[o(341)]);if(l)for(const t of l)s[o(311)][o(363)](o(316)+i,t),s[o(311)][o(363)](o(357),t),s[o(311)][o(343)](o(301),t),s[o(308)][o(354)](t,r[o(341)])}),{priority:t(346)}),this[t(359)]()}[ga(359)](){const t=ga,e=this[t(351)],n=e[t(362)];function r(e){const r=t;return{type:r(364),content:Hr(n,r(330),e)}}e[t(296)][t(298)](t(344))[t(329)][t(378)]((e=>{const s=t;if(s(295)!=e[s(331)])return;const{data:o}=e;if(o){if(s(339)==o[s(361)]){const t=o[s(300)][0][s(294)];return r(Hr(n,s(t?345:379)))}if(s(324)==o[s(361)]){const t=o[s(300)][0][s(294)];return r(Hr(n,s(t?299:332)))}}}))}}function ma(){const t=["nodeAfter","_enableDefaultAttributesIntegration","unbindElementFromMarkerName","consumable","item","ck-suggestion-marker--active","_acceptFormatSuggestionCallbackFactory","_registerLegacyDescription","_suggestionFactory","commandName","locale","removeClass","format","editing","nodeBefore","consume","getSuggestion","11eCxPKd","headingColumns","options","downcastDispatcher","199352ByTdNo","end","220nQgZzB","cell","5825EmJfrI","registerDescriptionCallback","FORMAT_REGULAR_ROW","createTableWalker","forceValue","formatBlock","plugins","requires","get","FORMAT_HEADER_COLUMN","commandParams","data-suggestion","310509CBRXnG","getCellLocation","data","markerNameToElements","parent","bindElementToMarker","mapper","1475887UjjYbg","removeMarker:suggestion","writer","TableUtils","139626rGsFCd","setAttribute","stop","ck-suggestion-marker-","afterInit","12gTecwC","190105fUHeHu","addClass","_splitMarkerName","name","8BkTkmY","setTableColumnHeader","_handleLegacySuggestions","includes","headingRows","accept","_descriptionFactory","*Format:* %0","type","FORMAT_REGULAR_COLUMN","has","addMarker:suggestion","TableEditing","start","registerCustomCallback","6883128Xdzxwu","setTableRowHeader","registerAttributeLabel","markerName","markerRange","removeAttribute","TrackChangesEditing","FORMAT_HEADER_ROW","highest","toViewElement","showSuggestionHighlights","activeMarkers","10MjRSaM","editor"];return(ma=function(){return t})()}const Ia=Ta;!function(t,e){const n=Ta,r=t();for(;;)try{if(269026===-parseInt(n(344))/1*(-parseInt(n(310))/2)+parseInt(n(277))/3*(-parseInt(n(415))/4)+-parseInt(n(238))/5+parseInt(n(222))/6+-parseInt(n(419))/7*(parseInt(n(378))/8)+parseInt(n(256))/9+parseInt(n(402))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_a);const Ea=[Ia(411),Ia(244),Ia(410),Ia(253),Ia(272),Ia(391),Ia(390)],ba=Object[Ia(417)](Ea[Ia(311)]((t=>[t,null])));function Ta(t,e){const n=_a();return(Ta=function(t,e){return n[t-=220]})(t,e)}function _a(){const t=["TableUtils","endColumn","tablePasteChainId","forceDefaultExecution","change","Users","for","tableCellPadding","tableCellBackgroundColor","cell","_descriptionFactory","requires","element","formatBlock","filter","rowInsertionIndexes","length","last","call","3515510pbjyKP","fill","insert","name","_replaceTableSlotCell","ck-suggestion-marker--active","clipboardOutput","getAttributes","tableCellBorderStyle","tableCellBorderWidth","type","getSuggestions","documentSelection","32tBqqde","plugins","fromEntries","suggestion","209454tiBQhY","fromRange","getChangedMarkers","tablePasteCell","createRangeIn","getChildren","markerName","previousSibling","1014024yLIFdh","table","_createdBatches","reduce","getAllAdjacentSuggestions","keys","containsRange","low","end","markerAttributes","markMultiRangeDeletion","getRange","includes","oldRange","registerCustomCallback","from","1447090aLYpiK","tableCell","push","getItems","join","getSelectionAffectedTableCells","tableCellBorderColor","findAncestor","register","document","removeRows","getContainedElement","rows","tableCellSuggestion","_tablePostFixingSubtypes","tableCellHorizontalAlignment","newRange","cells","560223VxhCPg","getColumns","registerPostFixer","redo","createRange","schema","getRows","nodeAfter","editor","rootName","removeColumns","markMultiRangeBlockFormat","getSuggestion","getShiftedBy","set","createRangeOn","tableCellVerticalAlignment","commands","tablePasteColumn","author","TableClipboard","64707Lqnkwk","elementToElement","showSuggestionHighlights","getMarkers","get","markMultiRangeInsertion","has","unwrap","value","columns","previous","getRanges","insertionRanges","_getCoordsForCells","locale","createTableWalker","suggestionUnloaded","isInContent","forEach","endRow","startsWith","TrackChangesEditing","first","removeMarkers","move","deletion","setAttribute","deletionRanges","view","_splitMarkerName","entries","_suggestionFactory","stop","40nlYrlS","map","markerToHighlight","updateMarker","column","options","content","editingDowncast","activeMarkers","row","setAttributes","createPositionBefore","getTableIfOnlyTableInContent","remove","dataDowncast","position","ck-suggestion-marker-insertion","isEqual","start","nextSibling","removeMarker","trackChanges","return","insertContent","editing","getColumnIndexes","registerDescriptionCallback","insertion","attributes","accept","hasSuggestion","subType","*Replace table cells*","selection","26859TAsZWM","add","batch","wrap","find","some","getChild","afterInit","conversion","high","markers","suggestionLoaded","next","getSuggestionCallback","tablePaste","insertRows","insertColumns","createElement","tablePasteRow","model","suggestion-td","getChanges","discard","isEmpty","detach","differ","columnInsertionIndexes","_isForcedDefaultExecutionBlock","columnInsertionRanges","listenTo","getRowIndexes","every","root","paragraph","104wMJlbs","rowInsertionRanges","suggestion:formatBlock:tablePasteCell","ck-suggestion-marker","$graveyard"];return(_a=function(){return t})()}class ya extends t.Plugin{static get[Ia(394)](){return[ia]}[Ia(351)](){const t=Ia,n=this[t(264)];if(!n[t(416)][t(283)](t(276)))return;const r=n[t(416)][t(281)](t(298)),s=n[t(416)][t(281)](t(383)),o=n[t(416)][t(281)](ia),a=n[t(416)][t(281)](t(276));o[t(252)][t(240)](t(362),t(274)),n[t(363)][t(261)][t(246)](t(251),{allowIn:t(239),allowContentOf:t(239),isLimit:!0}),n[t(352)][t(278)]({model:t(251),view:t(364)});let c=null;n[t(363)].on(t(333),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(399)]-1];h&&h[u(386)]||r[u(371)]||this[u(264)][u(273)][u(281)](u(331))[u(285)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(414)))return!1;const i=s[o(322)](t,n);if(!i||!Ca(i,void 0,r))return!1;const a=r[o(243)](n[o(247)][o(343)]);if(!a[o(399)])return!1;const c=a[0][o(245)](o(223)),l=r[o(374)](a),f=r[o(335)](a),h={startRow:l[o(299)],endRow:l[o(400)],startColumn:f[o(299)],endColumn:f[o(400)]};return 1==a[o(399)]&&(h[o(296)]+=r[o(262)](i)-1,h[o(384)]+=r[o(257)](i)-1),Ca(c,h,r)}(l,f,n[u(363)],s,a)&&(o[u(309)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(363)][u(387)]((()=>{const t=u;n[t(363)][t(333)](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(399)]&&r[t(282)](o,t(362),{tablePasteChainId:s}),a[t(399)]&&r[t(282)](a,t(274),{tablePasteChainId:s}),l[t(399)]&&(r[t(282)](l,t(358),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(295)]((e=>{const n=t;var r;return null===(r=e[n(368)])||void 0===r?void 0:r[n(401)](e)}))),f[t(399)]&&(r[t(232)](f,t(358),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(295)]((e=>{const n=t;var r;return null===(r=e[n(368)])||void 0===r?void 0:r[n(401)](e)})));const g=r[t(267)](h[t(311)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(422),{tablePasteChainId:s});if(g){const e=g[t(280)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(363)][t(271)](s),a=e[t(348)]((e=>e[t(233)]()[t(327)](i)));a&&r[t(240)]([a[t(405)],o])}r[t(399)]&&g[t(303)](t(231),Object[t(417)](r))}c=null})))}),{priority:e.priorities[t(353)]+10}),n[t(416)][t(281)](t(276)).on(t(406),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(309)]();const u=s[r(392)],l=o,f=Aa(u),h=Aa(l);e[r(332)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(323)](u[r(350)](0));for(const t of Array[r(237)](l[r(424)]()))a[r(404)](t,u,r(230));const t=c[r(398)][r(234)](s[r(319)]),e=c[r(370)][r(234)](s[r(314)]);t||e||(g=i.LiveRange[r(420)](a[r(423)](u)))}else h&&!f&&(d=a[r(423)](u));else{const t=a[r(361)](r(251)),e=a[r(361)](r(251));a[r(347)](a[r(423)](u),e),a[r(404)](t,u,0);for(const e of Array[r(237)](l[r(424)]()))a[r(404)](e,t,r(230));g=i.LiveRange[r(420)](a[r(271)](t)),d=i.LiveRange[r(420)](a[r(271)](e))}const p=Array[r(237)](l[r(409)]())[r(397)]((([t])=>Ea[r(234)](t)));c[r(255)][r(240)]({element:u,attributes:p[r(399)]?Object[r(417)](p):null}),g&&c[r(289)][r(240)](g),d&&c[r(304)][r(240)](d)}),{priority:t(353)}),s.on(t(360),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(286)]||1;c[o(370)]=new Array(l)[o(403)](u)[o(311)](((t,e)=>t+e));for(const{cell:t}of s[o(292)](i,{startColumn:u,endColumn:u+l-1}))c[o(372)][o(240)](n[o(363)][o(271)](t))}),{priority:t(229)}),s.on(t(359),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(250)]||1;c[o(398)]=new Array(l)[o(403)](u)[o(311)](((t,e)=>t+e));for(const{cell:t}of s[o(292)](i,{startRow:u,endRow:u+l-1}))c[o(379)][o(240)](n[o(363)][o(271)](t))}),{priority:t(229)}),r[t(393)][t(336)]((e=>{const r=t;if(e[r(341)]&&e[r(341)][r(297)](r(358)))return e[r(287)]?{}:{type:r(337),content:Hr(n[r(291)],r(342))}}));const u=()=>!1;for(const e of[t(358),t(274),t(362),t(422)])r[t(308)][t(236)](t(337),e,t(242),u),r[t(308)][t(236)](t(302),e,t(242),u),r[t(308)][t(236)](t(396),e,t(242),u);r[t(308)][t(236)](t(396),t(422),t(366),u),r[t(308)][t(236)](t(396),t(422),t(339),((e,r,s)=>{const o=t,i=e[o(311)]((t=>t[o(249)]()))[o(397)]((t=>t)),a=new Map(i[o(311)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(255)])e&&a[o(270)](t,e);else if(s&&s[o(231)])for(const[t,e]of Object[o(307)](s[o(231)])){const r=n[o(363)][o(354)][o(281)](t),s=r?r[o(233)]()[o(249)]():null;s&&a[o(270)](s,e)}n[o(363)][o(387)]((t=>{const e=o;for(const[n,r]of a)t[e(320)]({...ba,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(308)][o(236)](e,o(358),s,((t,i,a)=>{const c=o;n[c(363)][c(387)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(328)][o(263)];t.is(o(395),o(251))&&u[o(240)](t)}r[o(308)][o(357)](e,null,s)(t,i,a);for(const t of u)o(382)!=t[o(376)][o(265)]&&n[o(284)](t)}))}))};l(t(337),t(339)),l(t(337),t(366)),l(t(302),t(339)),l(t(302),t(366)),r[t(308)][t(236)](t(337),t(362),t(366),(e=>{const n=t,r=e[n(311)]((t=>t[n(249)]())),i=r[0][n(245)](n(223)),{minRow:a,maxRow:c}=o[n(290)](r);s[n(248)](i,{at:a,rows:c-a+1})})),r[t(308)][t(236)](t(337),t(274),t(366),(e=>{const n=t,r=e[n(311)]((t=>t[n(249)]())),i=r[0][n(245)](n(223)),{minColumn:a,maxColumn:c}=o[n(290)](r);s[n(266)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(341)]||!n[s(341)][s(297)](s(358)))return;const o=n[s(338)][s(385)],i=r[s(413)]()[s(397)]((t=>t[s(294)]&&t[s(338)]&&t[s(338)][s(385)]==o));i[s(399)]&&n[s(226)]()[s(399)]!=i[s(399)]&&i[s(225)](((t,e)=>(t[s(356)]=e,e[s(287)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(306)](e[s(220)]),i=[s(381),s(326)],a=r[s(318)][s(234)](e[s(220)]);return a&&i[s(240)](s(407)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(355),f,{priority:t(353)}),r.on(t(293),f,{priority:t(353)}),n[t(363)][t(247)][t(258)]((()=>{const e=t;let s=!1;const o=Array[e(237)](n[e(363)][e(247)][e(369)][e(421)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(306)](t);if(e(418)!=o||e(302)!=a||i[e(235)])continue;if(!r[e(340)](c))continue;const u=r[e(268)](c)[e(288)](),l=n[e(416)][e(281)](e(388)).me;for(const t of r[e(413)]())if(t[e(294)]&&t[e(275)]==l&&e(396)==t[e(412)]&&e(422)==t[e(341)]&&t[e(288)]()[e(375)]((t=>u[e(349)]((n=>n[e(228)](t,!0))))))for(const n of t[e(226)]())n[e(294)]&&(n[e(366)](),s=!0)}return s})),n[t(363)][t(247)][t(258)]((e=>{const s=t,o=n[s(273)][s(281)](s(259));if(!o||!o[s(224)][s(283)](e[s(346)]))return!1;let i=!1;const a=n[s(416)][s(281)](s(388)).me,c=n[s(363)][s(247)][s(369)][s(365)](),u=Array[s(237)](n[s(363)][s(247)][s(369)][s(421)]())[s(397)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(306)](t);return n(418)==o&&n(358)==i&&c==a.id&&!e[n(235)]}));for(const t of c){if(s(404)!=t[s(412)]||s(251)!=t[s(405)]||1!=t[s(399)])continue;const n=e[s(260)](t[s(325)],t[s(325)][s(269)](1));if(!u[s(348)]((({data:t})=>t[s(254)][s(327)](n))))for(const{name:t,data:r}of u)if(n[s(228)](r[s(254)])){e[s(313)](t,{range:n}),i=!0;break}}return i})),n[t(363)][t(247)][t(258)]((e=>{const s=t;let o=!1;const i=n[s(416)][s(281)](s(388)).me,a=r[s(413)]()[s(397)]((t=>t[s(294)]&&t[s(275)]==i)),c=new Set,u=new Set;for(const t of a)if(s(358)==t[s(341)])for(const e of t[s(280)]()){const n=e[s(233)]()[s(249)]();if(n)if(n.is(s(395),s(251))&&Aa(n)){t[s(330)](e[s(405)]),c[s(345)](n),o=!0;const r=n[s(329)],i=n[s(221)],a=r&&r.is(s(395),s(251)),l=i&&i.is(s(395),s(251));a&&!c[s(283)](r)&&u[s(345)](r),l&&!c[s(283)](i)&&u[s(345)](i)}else n.is(s(395),s(377))&&n[s(367)]&&(t[s(330)](e[s(405)]),o=!0)}else if(s(422)==t[s(341)]){if(!t[s(338)]||!t[s(338)][s(385)])continue;const e=t[s(338)][s(231)];if(e&&Object[s(227)](e)[s(399)])continue;const n=t[s(338)][s(385)];let r=!0,i=!0;for(const e of a)if(e[s(341)]&&e[s(341)][s(297)](s(358))){if(!e[s(338)][s(385)]){i=!1;break}if(e.id!=t.id&&e[s(338)][s(385)]==n){r=!1;break}}i&&r&&(t[s(300)](),o=!0)}for(const t of c)e[s(323)](t);for(const t of u)e[s(284)](t);return o})),n[t(352)][t(389)](t(317))[t(312)]({model:t(380),view:(t,e)=>h(t),converterPriority:t(353)}),n[t(352)][t(389)](t(324))[t(312)]({model:t(380),view:(e,n)=>n[t(315)][t(279)]?h(e,!1):null,converterPriority:t(353)});const g=n[t(334)][t(305)];this[t(373)](g[t(247)],t(408),((e,n)=>{const r=t,s=[];for(const t of g[r(423)](n[r(316)])[r(241)]())t.is(r(395),r(364))&&s[r(240)](t);g[r(387)]((t=>{const e=r;for(const n of s)t[e(301)](t[e(423)](n),t[e(321)](n)),t[e(323)](n)}))}))}}function Aa(t){const e=Ia;if(t[e(367)])return!0;const n=t[e(350)](0);return n.is(e(395),e(377))&&n[e(367)]}function Ca(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(292)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const ka=Na;function Na(t,e){const n=La();return(Na=function(t,e){return n[t-=457]})(t,e)}function La(){const t=["formatGroupId","columnWidths","TableColumnResizeEditing","editor","enableCommand","handleSuggestionDescription","7SpUjlp","has","getSelectedElement","15935463YWczKd","selection","getAttribute","type","getTableColumnsWidths","*Format:* resize table","tableWidth","getContainedElement","_suggestionFactory","author","Users","locale","6tRAnVf","resizeTableWidth","formatInline","getSuggestions","201195GSlxfT","handleResizeTableWidthCommand","resizeTable","afterInit","getColumnGroupElement","2764YVtnpT","accept","398pTNODS","format","model","48ThdMxH","get","registerCustomCallback","registerDescriptionCallback","plugins","1601140efQDKd","change","9638432gmrGfk","data","210296bwjljr","markBlockFormat","752323OEezPc","90GXuHxB","TrackChangesEditing","document","table","_descriptionFactory","bind","subType","discard","commandParams","formatBlock","getSuggestionCallback"];return(La=function(){return t})()}!function(t,e){const n=Na,r=t();for(;;)try{if(935306===-parseInt(n(469))/1*(parseInt(n(467))/2)+parseInt(n(484))/3*(parseInt(n(481))/4)+parseInt(n(462))/5*(parseInt(n(458))/6)+parseInt(n(501))/7*(parseInt(n(479))/8)+-parseInt(n(504))/9+parseInt(n(477))/10+-parseInt(n(483))/11*(-parseInt(n(472))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[ka(465)](){const t=ka;if(!this[t(498)][t(476)][t(502)](t(497)))return;const e=this[t(498)][t(476)][t(473)](t(485));e[t(499)](t(459),this[t(463)][t(489)](this)),e[t(512)][t(474)](t(493),t(464),t(468),e[t(512)][t(494)](t(493),null,t(491))),e[t(512)][t(474)](t(493),t(464),t(491),e[t(512)][t(494)](t(493),null,t(468))),e[t(488)][t(475)](this[t(500)][t(489)](this))}[ka(463)](t,e){const n=ka,r=this[n(498)][n(476)][n(473)](n(485)),s=this[n(498)][n(476)][n(473)](n(497)),o=e[n(487)]||this[n(498)][n(471)][n(486)][n(505)][n(503)]();this[n(498)][n(471)][n(478)]((()=>{const i=n,a=s[i(466)](o);let c=a?s[i(508)](a):null,u=o[i(506)](i(510))||null;const l=e[i(510)]||u,f=e[i(496)]||c,h=this[i(498)][i(476)][i(473)](i(514)).me;for(const t of r[i(461)]()){const e=t[i(511)]();if(i(464)===t[i(490)]&&e===o){t[i(513)]!==h&&t[i(491)]();const e=t[i(480)][i(492)];u=e[0][i(510)],c=e[0][i(496)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(482)](o,{commandName:i(459),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(464)},[],i(464))}))}[ka(500)](t){const e=ka;if(e(493)!=t[e(507)]&&e(460)!=t[e(507)])return;const{data:n}=t;if(n&&e(464)===n[e(495)]){const t=e(509);return{type:e(470),content:Hr(this[e(498)][e(457)],t)}}}}const Sa=Ma;function Ma(t,e){const n=wa();return(Ma=function(t,e){return n[t-=391]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(213653===parseInt(n(400))/1+-parseInt(n(410))/2*(parseInt(n(398))/3)+parseInt(n(405))/4*(parseInt(n(392))/5)+-parseInt(n(404))/6*(parseInt(n(397))/7)+parseInt(n(411))/8*(-parseInt(n(406))/9)+-parseInt(n(391))/10*(-parseInt(n(393))/11)+-parseInt(n(409))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class va extends t.Plugin{[Sa(408)](){const t=Sa,e=this[t(401)];e[t(407)][t(402)](t(394))&&e[t(407)][t(395)](t(396))[t(399)](t(403))}}function wa(){const t=["editor","has","insertTemplate","78KffYlG","4rdYPIM","63ClpFjS","plugins","afterInit","3997368hfrqkx","102ZIjQsQ","226272HQJGTV","330hwPMtm","1697545joPUmg","57156RGfMED","Template","get","TrackChangesEditing","11690OxxSRY","4146VEaFOK","enableCommand","325970GTcUHd"];return(wa=function(){return t})()}const Oa=Fa;function Da(){const t=["registerElementLabel","tableOfContents","5228024wSFMNG","enableCommand","editor","3xNHics","insertTableOfContents","1376275UFBEhb","6drjglG","get","31274460CzLLyd","afterInit","ELEMENT_TABLE_OF_CONTENTS","TrackChangesEditing","5426379xPJzGr","locale","1684193SVLUOX","8rpWxPB","_descriptionFactory","commands","plugins","437301cBRGVg","2534820CuBmVN"];return(Da=function(){return t})()}function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=111]})(t,e)}!function(t,e){const n=Fa,r=t();for(;;)try{if(903254===parseInt(n(119))/1+-parseInt(n(120))/2+parseInt(n(126))/3*(-parseInt(n(123))/4)+-parseInt(n(128))/5*(-parseInt(n(129))/6)+parseInt(n(114))/7*(parseInt(n(115))/8)+-parseInt(n(112))/9+parseInt(n(131))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Pa extends t.Plugin{[Oa(132)](){const t=Oa,e=this[t(125)];if(!e[t(117)][t(130)](t(127)))return;e[t(118)][t(130)](t(111))[t(124)](t(127));const n=e[t(118)][t(130)](t(111)),r=e[t(113)];n[t(116)][t(121)](t(122),(e=>Hr(r,t(133),e)))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=459]})(t,e)}function Ua(){const t=["TrackChangesEditing","getNearestSelectionRange","Title","suggestion","getChangedMarkers","afterInit","5874540UAQfnZ","193254OfnSHl","from","document","get","has","forward","36286qsIfjU","editor","newRange","registerPostFixer","686390uSEVNs","ELEMENT_TITLE","1750adZKgj","_splitMarkerName","schema","removeMarker","element","title-content","4819120zCQqsj","updateMarker","start","216TOTITb","isCollapsed","nodeBefore","registerElementLabel","8672JyepVD","isEqual","createRange","_descriptionFactory","1293168KQmRJo","model","plugins","end","differ","locale","isTouching","90IwmHQy"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(769823===-parseInt(n(499))/1+-parseInt(n(476))/2*(parseInt(n(491))/3)+parseInt(n(488))/4+parseInt(n(469))/5+parseInt(n(470))/6+-parseInt(n(482))/7*(-parseInt(n(495))/8)+parseInt(n(462))/9*(parseInt(n(480))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(468)](){const t=xa,e=this[t(477)];if(!e[t(501)][t(474)](t(465)))return;const n=e[t(501)][t(473)](t(463));n[t(498)][t(494)](t(487),(()=>Hr(e[t(460)],t(481)))),e[t(500)][t(472)][t(479)]((r=>{const s=t;let o=!1;const i=Array[s(471)](e[s(500)][s(472)][s(459)][s(467)]());for(const{name:t,data:a}of i){const{group:i}=n[s(483)](t);if(s(466)!==i||!a[s(478)])continue;const c=a[s(478)],u=c[s(502)][s(493)];if(!u||!u.is(s(486),s(487)))continue;if(!c[s(490)][s(461)](c[s(502)]))continue;const l=e[s(500)][s(484)][s(464)](c[s(502)],s(475));if(l&&l[s(492)]){const e=r[s(497)](c[s(490)],l[s(490)]);e[s(496)](c)||(r[s(489)](t,{range:e}),o=!0)}o||(r[s(485)](t),o=!0)}return o}))}}const Ga=Va;function Va(t,e){const n=za();return(Va=function(t,e){return n[t-=102]})(t,e)}function za(){const t=["3192696yqkYip","enableCommand","2FOKOVk","redo","undo","TrackChangesEditing","4343160tltpji","5470075KuNjzC","4651236aViMeT","editor","1913408NxcAgU","403502GKxsoL","afterInit","get","21wnNtcw","UndoEditing","plugins","1752723zBpygT","has"];return(za=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(594096===-parseInt(n(102))/1*(parseInt(n(112))/2)+parseInt(n(108))/3+parseInt(n(116))/4+parseInt(n(117))/5+-parseInt(n(110))/6+parseInt(n(105))/7*(-parseInt(n(120))/8)+-parseInt(n(118))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(za);class Ha extends t.Plugin{[Ga(103)](){const t=Ga,e=this[t(119)],n=e[t(107)][t(104)](t(115));e[t(107)][t(109)](t(106))&&(n[t(111)](t(114)),n[t(111)](t(113)))}}const Wa=Ka;function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=389]})(t,e)}function Xa(){const t=["editor","10546858FCUsQL","9102096vlToOZ","requires","enableCommand","260616YonXfV","454145RzpBUP","1982026NNtwRA","4614204NYoIdN","has","afterInit","toggleTableCaption","plugins","20ejzwni","TrackChangesEditing","TableCaptionEditing","get","2571663mvlyqS"];return(Xa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(981071===parseInt(n(391))/1+-parseInt(n(392))/2+parseInt(n(402))/3+parseInt(n(390))/4*(parseInt(n(398))/5)+parseInt(n(393))/6+-parseInt(n(404))/7+parseInt(n(405))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{static get[Wa(406)](){return[ia]}[Wa(395)](){const t=Wa,e=this[t(403)];e[t(397)][t(394)](t(400))&&e[t(397)][t(401)](t(399))[t(389)](t(396))}}function Za(){const t=["TablePropertiesEditing","*Format:* change table properties","editor","pluginName","get","tableCellWidth","change","getSuggestions","5563192gFaIZB","locale","44SoJNTG","format","getSelectionAffectedTableCells","tableProperties","14ushCQz","tableCellBorderStyle","TrackChangesEditing","tableWidth","tableCellBackgroundColor","3215526HcvffV","tableBorderWidth","document","tableCellHeight","tableCellProperties","5556UMeVMb","selection","_handlePropertyChange","getContainedElement","findAncestor","TableUtils","_getSuggestion","9pAavie","accept","981785AMQenG","tableCellPadding","enqueueChange","enableCommand","tableBorderStyle","join","handleSuggestionDescription","TableCellPropertiesEditing","model","_suggestionFactory","has","TrackChangesTableProperties","*Format:* change table cell properties","plugins","38508TaaMFG","tableCellHorizontalAlignment","handleDiscardAction","5533GqzwiK","markBlockFormat","subType","1147190SBlVWW","data","tableBackgroundColor","afterInit","table","registerDescriptionCallback","setAttribute","tableCellVerticalAlignment","_descriptionFactory","getSuggestionCallback","registerCustomCallback","tableCellBorderWidth","getFirstPosition","removeAttribute","commandParams","tableAlignment","834AVYsXM","formatBlock","tableBorderColor","tableHeight","tableCellBorderColor","batch","nodeAfter","start","2858yfzTok","getAttribute","discard"];return(Za=function(){return t})()}const Ja=Ya;function Ya(t,e){const n=Za();return(Ya=function(t,e){return n[t-=281]})(t,e)}!function(t,e){const n=Ya,r=t();for(;;)try{if(595960===parseInt(n(318))/1*(parseInt(n(310))/2)+parseInt(n(288))/3*(-parseInt(n(331))/4)+-parseInt(n(354))/5+-parseInt(n(340))/6*(parseInt(n(335))/7)+parseInt(n(329))/8*(parseInt(n(352))/9)+-parseInt(n(294))/10+parseInt(n(291))/11*(parseInt(n(345))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Za);class Qa extends t.Plugin{constructor(t){const e=Ya;super(t),this[e(334)]=[e(312),e(358),e(341),e(309),e(338),e(313),e(296)],this[e(344)]=[e(314),e(336),e(305),e(355),e(326),e(343),e(339),e(289),e(301)]}static get[Ja(324)](){return Ja(285)}[Ja(297)](){const t=Ja,e=this[t(323)][t(287)][t(325)](t(337));if(this[t(323)][t(287)][t(284)](t(321))){for(const n of this[t(334)])e[t(357)](n,((e,r)=>{const s=t,o=this[s(323)][s(282)][s(342)][s(346)][s(306)]()[s(349)](s(298));this[s(347)](n,[o],this[s(334)],s(334),e,r)}));e[t(283)][t(304)](t(311),t(334),t(353),e[t(283)][t(303)](t(311),null,t(320))),e[t(283)][t(304)](t(311),t(334),t(320),((e,n)=>this[t(290)](this[t(334)],e,n))),e[t(283)][t(304)](t(311),t(334),t(359),(()=>!1))}if(this[t(323)][t(287)][t(284)](t(281))){for(const n of this[t(344)])e[t(357)](n,((e,r)=>{const s=t,o=this[s(323)][s(287)][s(325)](s(350))[s(333)](this[s(323)][s(282)][s(342)][s(346)]);this[s(347)](n,o,this[s(344)],s(344),e,r)}));e[t(283)][t(304)](t(311),t(344),t(353),e[t(283)][t(303)](t(311),null,t(320))),e[t(283)][t(304)](t(311),t(344),t(320),((e,n)=>this[t(290)](this[t(344)],e,n))),e[t(283)][t(304)](t(311),t(344),t(359),(()=>!1))}e[t(302)][t(299)]((e=>this[t(360)](e)))}[Ja(347)](t,e,n,r,s,o){const i=Ja,a=this[i(323)][i(287)][i(325)](i(337));this[i(323)][i(282)][i(356)](o[i(315)],(()=>{const t=i;for(const i of e)if(this[t(351)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(319)](r);void 0!==n&&(e[r]=n)}s(o),a[t(292)](i,{commandParams:[e]},[],r)}}))}[Ja(290)](t,e,n){const r=Ja,s=e[0][r(317)][r(316)],o=n[r(308)][0];this[r(323)][r(282)][r(327)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(300)](r,o[r],s):e[n(307)](r,s)}))}[Ja(360)](t){const e=Ja;if(t[e(295)])switch(t[e(293)]){case e(334):return{type:e(332),content:Hr(this[e(323)][e(330)],e(322))};case e(344):return{type:e(332),content:Hr(this[e(323)][e(330)],e(286))}}}[Ja(351)](t,e){const n=Ja,r=this[n(323)][n(287)][n(325)](n(337));for(const s of r[n(328)]({skipNotAttached:!0})){const r=s[n(348)]();if(s[n(293)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n}));function Ec(){const t=["formatGroupId","buildSuggestion","rootName","attributeOldValue","listenTo","addSuggestionData","parent","unbind","resolve","insertion:join","attributeNewValue","subType","acceptSuggestion","removeClass","pluginName","$text","writer","isInsideObject","_blockAttributeKeys","insert","notReady","getLastMatchingPosition","isEqual","1204UUgmYH","addMarker:suggestion:attribute","_breakSuggestionMarker","remove","author","_model","_afterChanges","isAtEnd","clone","substr","_getAuthorFromId","track-changes-suggestion-not-found","isExternal","config","has","_suggestionFactory","split","nodeBefore","reconvertMarker","isUndo","containsItem","rename","21605lgiljm","discardSelectedSuggestions","_registerBlockAttribute","addMarkerName","removed","document","14582270OVEUez","addUser","addMarker:suggestion:formatBlock","stopListening","getFirstMarker","change","_getMarkerAnnouncementText","_reduceSuggestionAttributeRange","get","tablePasteChainId","then","_findSuggestions","deletion:join","set","addSuggestion","removeMarker:suggestion:formatBlock","conversion","isRemovable","track-changes-adapter-missing-getsuggestion","_editor","update:suggestion","push","backward","concat","head","low","pop","isAfter","track-changes-enable-command-twice","chain","clear","ready","getFirstRange","item","@external","track-changes-command-not-found","addRange","options","startsWith","insertContent","_addSuggestionMarker","dataDowncast","previous","markMultiRangeBlockFormat","getAllAdjacentSuggestions","Users","size","getSuggestion","addMarker:suggestion","stop","trackChanges.mergeNestedSuggestions","trackChanges.trackFormatChanges","toViewElement","accept","16713191CzceKh","normal","element","setTo","removeMarker","oldValue","ck-suggestion-marker--active","editingDowncast","$graveyard","range","return","suggestion","end","isObject","refresh","getIntersection","_adapter","$textProxy","value","_initAriaMarkerChangeAnnouncements","_refreshSuggestionsChain","includes","enqueueChange","512937wjzcFA","updateMarker","_checkSuggestionCorrectness","deletion:accept","root","values","_enableDefaultAttributesIntegration","ariaLiveAnnouncer","_splitMarkerName","track-changes-suggestion-data-mismatch","_isRegisteredAttribute","trackChanges","getMultiRangeId","collaboration.channelId","position","formatBlock:","fetchCommentThread","for","consume","differ","markers","_joinSuggestions","markerToData","attribute:","removeMarkers","map","_defaultCallbacks","type","model","insertion:chain","documentSelection","lowest","forEach","markInsertion","formatBlock:accept","locale","_joinWithAdjacentSuggestions","markerReady","substring","announce","marker-count","createPositionAt","from","discardAllSuggestions","markAttributeChange","TrackChangesEditing","markDeletion","mapper","getNearestSelectionRange","unbindElementFromMarkerName","isArray","attribute:discard","isAtStart","length","authoredAt","isDocumentOperation","PendingActions","data-suggestion","removeMarker:suggestion:attribute","ck-suggestion-marker-","_processAttributeChanges","getDifference","getMarkers","ck-suggestion-marker-formatInline","isCollapsed","suggestionLoaded","getWalker","discardSuggestion","insertion:","suggestion:","moveTargetPosition","createRangeOn","comments","before","formatInline:","forceDefaultExecution","getAttribute","getSuggestionCallback","deletion","showSuggestionHighlights","dataToMarker","acceptSelectedSuggestions","editing","start","skipNestingCheck","_addThreadToSuggestion","attribute","ck-suggestion-marker","_enabledCommands","catch","_inlineAttributeKeys","formatBlock:join","_suggestions","addMarker","insertion:accept","attribute:accept","change:_saved","trackChangesCommand","686CfZrJj","selection","always","_descriptionFactory","isMultiRange","attribute:join","acceptAllSuggestions","getContainedElement","markInlineFormat","insertion:discard","removeComment","markerName","createElement","default","attributes","_getSuggestionData","suggestionChanged","splice","attributeKey","highest","registerPostFixer","elementStart","targetPosition","448620GBwVxO","rejected","formatBlock","sort","change:activeMarkers","$marker","open","multipleBlocks","getRanges","_setSuggestionData","isNextTo","creator","_recordAttributeChanges","dataReady","12OSiVHH","_setSuggestionRange","isIntersecting","track-changes-user-not-found","registerCustomCallback","createPositionAfter","keys","updateSuggestion","enableReadOnlyMode","external:","rethrowUnexpectedError","authorName","containerElement","move","unshift","getAncestors","elementToElement","createdAt","formatInline:discard","data","_updateSuggestionData","key","CommentsRepository","PENDING_ACTION_SUGGESTION","_getAttributeKey","markMultiRangeInsertion","_registerInlineAttribute","hasCommentThread","delete","_trackFormatChanges","markerNameToElements","some","newValue","addComment","getUser","isLocal","splitPosition","ck-suggestion-marker-formatBlock","forward","error-saving-suggestion-data-suggestion-discarded","getShiftedBy","name","newRange","format","markMultiRangeDeletion","originalSuggestionId","markerToHighlight","init","isBefore","toUpperCase","enableCommand","ENTER","applyOperation","group","_onDiscard","_isForcedDefaultExecutionBlock","schema","_processAttributeSuggestions","editor","never","suggestionUnloaded","formatInline:join","nodeAfter","suggestion:attribute:","createSelection","fire","isInContent","formatInline:accept","high","bindElementToMarker","createPositionBefore","containsRange","isIntersectingWithRange","fromRange","formatBlock:chain","_getExternalAuthor","getRange","find","fromCharCode","change:data","containsRangeInObject","next","consumable","meta","_suggestionState","_element","_mergeNestedSuggestions","define","isBlock","createRange","1012888lSukAV","commentThread","2brTbKX","adapter","isTouching","discard","accepted","LEAVE","getSuggestions","_commentsRepository","warn","every","deletion:","_cutOutSuggestionMarker","execute","addHighlight","addCommentThread","_customCallbacks","isOwn","$elementName","insertion","hasComments","removeAttribute","getCustomProperty","commandName","_SUGGESTION_ANNOUNCEMENT","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.","activeMarkers","filter","deletion:chain","_createSuggestion","_recordAttributeSuggestions","_removeSuggestion","plugins","assign","_saved","getItems","requires","deleteContent","hasSuggestion","getCommentThread","batch","widget","formatInline","oldRange","formatBlock:discard","upcast","isSelectable","_handleNewSuggestionMarker","_registerDefaultCallbacks","setSelection","add","getChangedMarkers","toJSON","FORMATTING","getChanges","detach","_isDataLoaded","_isBlockAttribute","groupId","elementEnd","deletion:discard","_rangeIsInLocalUserInsertion","87306MSlugA","join","formatInline:chain","after","setAttribute","track-changes-adapter-already-set","16LkFFOw","suggestion-type","howMany","_refreshAttributeSuggestionsChain","_reduceExistingSuggestions","isLimit","containsPosition","multi","addClass","commands","createRangeIn","markBlockFormat"];return(Ec=function(){return t})()}const bc=Tc;function Tc(t,e){const n=Ec();return(Tc=function(t,e){return n[t-=343]})(t,e)}!function(t,e){const n=Tc,r=t();for(;;)try{if(797453===-parseInt(n(402))/1*(-parseInt(n(400))/2)+parseInt(n(730))/3+parseInt(n(504))/4*(parseInt(n(526))/5)+-parseInt(n(463))/6*(-parseInt(n(707))/7)+parseInt(n(469))/8*(-parseInt(n(609))/9)+-parseInt(n(532))/10+-parseInt(n(586))/11*(parseInt(n(744))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ec);const _c=bc(419);class yc extends t.Plugin{static get[bc(437)](){return[bc(766),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ms,Cs,Ss,Bs,to,so,uo,ho,bo,Ao,Lo,vo,Do,zo,Uo,Xo,Yo,ei,ai,di,Ni,oi,Gs,Xs,Ei,yi,vi,Fi,ji,Hi,qi,Qi,ra,ia,ha,pa,qa,ya,Ra,Pa,Qa,va,ja,Ha]}static get[bc(495)](){return bc(654)}constructor(t){const e=bc;function n(t){const e=Tc;return t[e(634)]((t=>String[e(388)](t)))[e(464)]("")}super(t),this[e(431)]=!1,this[e(545)](e(427),[]),this.on(e(734),((n,r,s,o)=>{const i=e;this[i(509)][i(537)]((()=>{const e=i;for(const n of[...o,...s])this[e(509)][e(629)][e(518)](n)&&t[e(691)][e(522)](n)}))})),this[e(710)]=new qr(this[e(368)][e(637)][e(366)],this[e(368)][e(644)]),this[e(602)]=null,this[e(519)]=new Ac(this[e(368)]),this[e(701)]=new Map,this[e(409)]=t[e(433)][e(540)](e(766)),this[e(697)]=new Set,this[e(509)]=this[e(368)][e(637)],this[e(394)]=new WeakMap,this[e(365)]=!1,this[e(499)]=new Set([e(419)]),this[e(699)]=new Set,t[e(517)][e(397)](e(583),e(720)),this[e(773)]=t[e(517)][e(540)](e(583)),t[e(517)][e(397)](e(582),!0),this[e(396)]=t[e(517)][e(540)](e(582)),this[e(706)]=new f(t,this[e(697)]),this[e(605)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,50,50])}[bc(357)](){const t=bc,n=this[t(368)],r=(e,n)=>{const r=t;if(r(695)!=e)return r(668)+e;const s=n[r(520)]("|")[0];return this[r(458)](s)?r(347):r(672)};n[t(548)][t(626)](t(593))[t(356)]({model:t(597),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(617)](e[n(718)]),a=[n(696),r(o,i)];let c=3e3;return this[n(427)][n(607)](e[n(718)])&&(a[n(553)](n(592)),c=3010),n(687)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(548)][t(626)](t(573))[t(451)]((e=>{const r=t;e.on(r(580),((t,e,s)=>{const o=r;if(!s[o(569)][o(688)])return;const i=e[o(565)];if(!i)return;const c=s[o(656)][o(584)](i);n[o(637)][o(366)][o(599)](i)&&c&&!c[o(423)](o(442))&&c.is(o(756))&&(0,a.toWidget)(c,s[o(497)])}),{priority:r(378)})})),n[t(548)][t(626)](t(573))[t(356)]({model:t(597),view:(e,n)=>{const s=t;if(!n[s(569)][s(688)])return null;const{type:o,subType:i}=this[s(617)](e[s(718)]);return{classes:[s(696),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(565)])return;const{id:c}=this[a(617)](o[a(718)]);if(r){const t=this[a(701)][a(540)](c),e=this[a(768)](t);if(!this[a(458)](e))return}if(o[a(565)].is(a(708)))return void i[a(392)][a(627)](o[a(565)],s[a(351)]);const u=i[a(656)][a(584)](o[a(565)]);if(o[a(565)].is(a(588))&&n[a(637)][a(366)][a(398)](o[a(565)])&&!u[a(423)](a(415))){i[a(497)][a(477)]([a(696),a(347)],u),i[a(497)][a(467)](a(666),c,u),i[a(656)][a(379)](u,o[a(718)]),e&&(this[a(427)][a(607)](o[a(718)])?i[a(497)][a(477)](a(592),u):i[a(497)][a(494)](a(592),u));for(const t of n[a(637)][a(479)](o[a(565)])[a(436)]())i[a(392)][a(627)](t,s[a(351)]);i[a(392)][a(627)](o[a(565)],s[a(351)])}};n[t(548)][t(626)](t(573))[t(451)]((e=>{const n=t;e.on(n(534),((t,e,r)=>{const o=n;r[o(569)][o(688)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(726)})})),n[t(548)][t(626)](t(573))[t(451)]((e=>{const n=t;e.on(n(505),((t,e,r)=>{const o=n;r[o(569)][o(688)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(726)})})),n[t(548)][t(626)](t(573))[t(631)]({model:t(597),view:(e,n)=>n[t(569)][t(688)]?null:{group:t(597),name:e[t(513)](11)}}),n[t(548)][t(626)](t(446))[t(760)]({view:{name:t(597),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(678)+e[r(685)](r(470))+":"+e[r(685)]("id");return e[r(685)](r(649))&&(s+=":"+e[r(685)](r(649))),n[r(719)](r(735),{"data-name":s})}}),n[t(548)][t(626)](t(446))[t(689)]({view:t(597)}),n[t(548)][t(626)](t(593))[t(451)]((e=>{const n=t;e.on(n(534),s(),{priority:n(378)})})),n[t(548)][t(626)](t(593))[t(451)]((e=>{const n=t;e.on(n(505),s({isAttributeSuggestion:!0}),{priority:n(378)})})),n[t(548)][t(626)](t(593))[t(451)]((e=>{const n=t;e.on(n(547),((t,e,r)=>{const s=n,o=r[s(656)][s(774)](e[s(718)]);if(o)for(const t of o)t[s(423)](s(415))||(r[s(497)][s(494)]([s(696),s(347),s(592)],t),r[s(497)][s(422)](s(666),t),r[s(656)][s(658)](t,e[s(718)]))}),{priority:n(378)})})),n[t(548)][t(626)](t(593))[t(451)]((e=>{const n=t;e.on(n(667),((t,e,r)=>{const s=n,o=r[s(656)][s(774)](e[s(718)]);if(!o)return;const{id:i}=this[s(617)](e[s(718)]),a=this[s(701)][s(540)](i),c=this[s(768)](a);if(this[s(458)](c))for(const t of o)t[s(423)](s(415))||(r[s(497)][s(494)]([s(696),s(347),s(592)],t),r[s(497)][s(422)](s(666),t),r[s(656)][s(658)](t,e[s(718)]))}),{priority:n(378)})})),n[t(637)][t(531)][t(727)]((e=>{const r=t;let s=!1;const o=Array[r(651)](n[r(637)][r(531)][r(628)][r(452)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(617)](t);if(r(597)!==o)continue;const h=this[r(701)][r(540)](f);if(null!=c[r(352)]){r(443)==u&&(s=s||Nc(c[r(352)],t,e,n[r(637)][r(366)]));const o=r(695)==u&&this[r(458)](l[r(520)]("|")[0]);if(c[r(352)][r(673)]||r(594)==c[r(352)][r(613)][r(483)]||r(732)==u&&!Rc(c[r(352)])||o&&!Rc(c[r(352)])||r(687)==u&&(kc(a=c[r(352)])||function(t){const e=r;return t[e(692)][e(487)]==t[e(598)][e(521)]&&t[e(692)][e(511)]}(a)))e[r(590)](t),s=!0;else{if(!h||!h[r(376)])continue;i[r(451)](h)}}}var a;return i[r(578)]>0&&(s=!!this[r(645)](i)||s),s})),n[t(637)][t(531)][t(727)]((e=>{const r=t;let s=!1;for(const t of n[r(637)][r(531)][r(628)][r(455)]())if(r(500)==t[r(636)])for(const t of this[r(701)][r(614)]()){if(t[r(711)]||!t[r(376)])continue;const o=r(732)==t[r(636)],i=this[r(768)](t),a=i&&this[r(458)](i);if(!o&&!a)continue;const c=t[r(564)]();if(c[r(692)][r(487)]!=c[r(598)][r(487)]&&!c[r(598)][r(511)]){const o=n[r(637)][r(650)](c[r(692)][r(372)],r(598)),i=n[r(637)][r(399)](c[r(692)],o);e[r(610)](t[r(536)](),{range:i}),s=!0}}return s})),n[t(637)][t(531)][t(727)]((e=>this[t(669)](e))),n[t(637)][t(531)][t(727)]((e=>!e[t(441)][t(345)]&&this[t(367)](e))),n[t(637)].on(t(510),(()=>{this[t(431)]=!1})),n[t(637)][t(531)].on(t(389),((r,s)=>{const o=t;if(!s[o(345)]||s[o(523)])return;if(!this[o(431)])return;const i=n[o(637)][o(531)][o(628)][o(455)]();if(0==i[o(662)])return;const a=[],c=i[o(428)]((t=>o(695)==t[o(636)])),u=i[o(428)]((t=>o(500)==t[o(636)]&&o(496)!=t[o(351)])),l=i[o(428)]((t=>o(507)==t[o(636)]&&o(496)!=t[o(351)]));for(const t of c)this[o(619)](t[o(725)])&&a[o(553)]({key:t[o(725)],newValue:t[o(491)],oldValue:t[o(484)],range:Sc(t[o(595)],n[o(637)])});for(const t of u){const e=l[o(387)]((e=>e[o(395)]===t[o(395)]));if(e){const r=Mc(t[o(623)][o(372)],n[o(637)]);e[o(351)]!==t[o(351)]&&a[o(553)]({key:o(419),newValue:t[o(351)],oldValue:e[o(351)],range:r});for(const[n,s]of e[o(721)]){if(!this[o(619)](n))continue;const e=t[o(721)][o(540)](n);s!==e&&a[o(553)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(721)])this[o(619)](n)&&(e[o(721)][o(518)](n)||a[o(553)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(662)]&&n[o(637)][o(608)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(653)](t,e,s,o,{groupId:r});this[n(473)](t,a)}))}),{priority:t(640)}),n[t(637)][t(629)].on(t(552),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(617)](n[s(351)]),e=this[s(701)][s(540)](t);e&&e[s(529)](n[s(351)])}})),n[t(637)][t(531)].on(t(389),(()=>{const e=t,r=Array[e(651)](n[e(637)][e(531)][e(628)][e(452)]())[e(428)]((t=>e(597)===this[e(617)](t[e(351)])[e(363)]));if(0===r[e(662)])return;r[e(733)](((t,n)=>{const r=e,s=t[r(763)][r(444)],o=n[r(763)][r(444)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(692)][r(358)](o[r(692)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(617)](t);if(null===n[e(444)]){const n=this[e(448)](t);o[e(451)](n)}else{const t=this[e(701)][e(540)](r);null!==n[e(352)]||t[e(376)]?(s[e(451)](t[e(556)]),o[e(451)](t)):this[e(432)](t)}}o[e(578)]>0&&this[e(606)](o);for(const t of s)this[e(375)](e(723),t)})),n[t(637)].on(t(362),((e,r)=>{const s=t,o=r[0];if(!this[s(701)][s(578)])return;if(!o[s(664)])return;if(o[s(441)][s(523)]||!o[s(441)][s(345)])return;let i,a;switch(o[s(636)]){case s(500):i=n[s(637)][s(650)](o[s(623)]),a=i[s(350)](o[s(471)]);break;case s(520):i=n[s(637)][s(650)](o[s(346)]),a=n[s(637)][s(650)](o[s(679)]);break;case s(757):i=n[s(637)][s(650)](o[s(729)]),a=i[s(350)](o[s(471)]);break;default:return}const c=n[s(637)][s(399)](i,a);n[s(637)][s(537)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(543)](c)){if(e[t(711)])continue;if(t(443)==e[t(636)])continue;const r=this[t(768)](e);if(r&&this[t(458)](r)&&t(520)!=o[t(636)])continue;const s=e[t(763)]&&e[t(763)][t(737)];(t(732)!=e[t(636)]||t(520)==o[t(636)]&&!s)&&(n[t(390)]||t(420)==e[t(636)]&&n[t(418)]||e[t(564)]()[t(381)](c)&&this[t(506)](e,i,a))}}))}),{priority:t(640)}),n[t(637)].on(t(438),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(684)])return;if(this[s(365)])return;if(!this[s(706)][s(604)])return;if(o[s(673)])return;const a=n[s(637)][s(366)],{start:c,end:u}=o[s(564)](),l=c[s(372)]&&a[s(474)](c[s(372)])?null:a[s(657)](c,s(348)),f=u[s(521)]&&a[s(474)](u[s(521)])?null:a[s(657)](u,s(554)),h=n[s(637)][s(399)](l?l[s(692)]:c,f?f[s(598)]:u);n[s(637)][s(537)]((t=>{const e=s;this[e(655)](h);const r=n[e(637)][e(366)][e(657)](h[e(692)]);o.is(e(639))?t[e(450)](r):o[e(589)](r)})),e[s(581)]()}),{priority:e.priorities[t(587)]+10}),n[t(637)].on(t(571),((e,r)=>{const s=t,o=r[r[s(662)]-1];o&&o[s(684)]||this[s(365)]||this[s(706)][s(604)]&&(n[s(637)][s(537)]((()=>{const t=s;let o=n[t(637)][t(571)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(596)]=o[t(512)]();const i=o[t(598)][t(521)],a=n[t(637)][t(366)];i&&a[t(398)](i)&&!a[t(599)](i)&&(o=n[t(637)][t(399)](o[t(692)],n[t(637)][t(650)](i,t(598)))),this[t(642)](o)})),e[s(581)]())}),{priority:t(378)}),this[t(368)][t(478)][t(451)](t(620),this[t(706)]),this[t(360)](t(620));const o=new p(n,this[t(701)]);n[t(478)][t(451)](t(493),o),this[t(360)](t(493));const i=new I(n,this[t(701)]);n[t(478)][t(451)](t(676),i),this[t(360)](t(676)),n[t(478)][t(451)](t(713),new S(n,o,this[t(701)])),this[t(360)](t(713)),n[t(478)][t(451)](t(652),new S(n,i,this[t(701)])),this[t(360)](t(652)),n[t(478)][t(451)](t(690),new O(n,o,this[t(701)])),this[t(360)](t(690)),n[t(478)][t(451)](t(527),new O(n,i,this[t(701)])),this[t(360)](t(527));const c=n[t(433)][t(540)](t(766));this[t(485)](c,t(343),((e,{threadId:n})=>{const r=t,s=this[r(701)][r(540)](n);s&&s[r(401)]&&1===s[r(401)][r(662)]&&this[r(764)](n,{hasComments:!0})}),{priority:t(557)}),this[t(485)](c,t(717),((e,{threadId:n})=>{const r=t,s=this[r(701)][r(540)](n);s&&s[r(401)]&&!s[r(401)][r(662)]&&this[r(764)](n,{hasComments:!1})}),{priority:t(557)})}set[bc(403)](t){const n=bc;if(this[n(602)])throw new e.CKEditorError(n(468),this);this[n(602)]=t}get[bc(403)](){return this[bc(602)]}[bc(408)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=bc,r=[];for(const e of this[n(701)][n(614)]())t&&!e[n(376)]||r[n(553)](e);return e?r[n(634)]((t=>t[n(453)]())):r}[bc(579)](t){const n=bc,r=this[n(701)][n(540)](t);if(!r)throw new e.CKEditorError(n(515),this);return r}[bc(439)](t){const e=bc;return this[e(701)][e(518)](t)}[bc(486)](t){const e=bc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(636)][e(520)](":"),a=this[e(701)][e(540)](r)||this[e(430)](o,i,r,n,s);if(this[e(694)](a),this[e(611)](a,o,i||null,n),a[e(761)]=t[e(761)],a[e(457)]=!0,s&&s[e(566)]){const t=s[e(566)],n=this[e(385)](t[e(755)]);a[e(663)]=t[e(761)],a[e(508)]=n,a[e(516)]=!0}else a[e(663)]=t[e(761)];switch(t[e(763)]&&(a[e(763)]=t[e(763)]),t[e(721)]&&(a[e(721)]=t[e(721)]),this[e(602)]&&this[e(602)][e(546)]||(a[e(435)]=!0),this[e(394)][e(540)](a)){case e(501):this[e(394)][e(545)](a,e(743));break;case e(646):a[e(376)]?(this[e(645)](new Set([a])),this[e(606)](new Set([a])),this[e(394)][e(545)](a,e(563)),this[e(375)](e(674),a)):this[e(394)][e(545)](a,e(530))}return a}[bc(493)](t){const e=bc;this[e(684)]((()=>{const n=e;this[n(368)][n(637)][n(537)]((()=>{const e=n;for(const n of t[e(576)]())n[e(585)]()}))}))}[bc(676)](t){const e=bc;this[e(684)]((()=>{const n=e;this[n(368)][n(637)][n(537)]((()=>{const e=n;for(const n of t[e(576)]())n[e(405)]()}))}))}[bc(360)](t,n){const r=bc,s=this[r(368)][r(478)][r(540)](t);if(!s)throw new e.CKEditorError(r(567),this,{commandName:t});if(this[r(697)][r(518)](s))throw new e.CKEditorError(r(560),this,{commandName:t});this[r(697)][r(451)](s),n&&s.on(r(414),((t,e)=>{const o=r;this[o(706)][o(604)]&&(this[o(365)]||(e[o(662)]>0&&e[e[o(662)]-1]&&e[e[o(662)]-1][o(684)]?e[o(558)]():(t[o(596)]=n(((...t)=>s[o(414)](...t,{forceDefaultExecution:!0})),...e),t[o(581)]())))}),{priority:r(378)})}[bc(684)](t){const n=bc;let r,s;const o=this[n(365)];this[n(365)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(365)]=!1),s&&e.CKEditorError[n(754)](s,this),r}[bc(642)](t,n=null,r={}){const s=bc;if(t[s(673)])return null;const o=this[s(368)][s(433)][s(540)](s(577)).me;for(const{suggestion:e,meta:o}of this[s(543)](t,s(420)))if(o[s(418)]){if(!o[s(740)]){if(o[s(390)]){if(!this[s(396)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(506)](e,t[s(692)],t[s(598)]);break}if(n==e[s(492)]&&Oc(e,r)){const n=e[s(564)]();return n[s(692)][s(503)](t[s(598)])?this[s(745)](e,this[s(509)][s(399)](t[s(692)],n[s(598)])):this[s(745)](e,this[s(509)][s(399)](n[s(692)],t[s(598)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(677)+n:s(420),u=this[s(739)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(572)](c,i,a,t),u}[bc(769)](t,n=bc(476),r={}){const s=bc,o=this[s(368)][s(433)][s(540)](s(577)).me,i=this[s(519)][s(686)](s(420),n,s(464));for(const e of this[s(408)]())if(e[s(508)].id==o.id&&s(420)==e[s(636)]&&e[s(492)]==n&&Oc(e,r)&&(i(e[s(738)](),t)||i(t,e[s(738)]()))){for(const n of t)e[s(568)](n);return e}for(const{suggestion:e,meta:n}of this[s(543)](t,s(420))){if(!n[s(418)])continue;if(!this[s(396)]&&n[s(390)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(738)]())for(const e of t)if(!n[s(381)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(677)+n,l=this[s(739)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(572)](u,a,c,e,zr[s(621)]());return l}[bc(715)](t,n,r=null,s={}){const o=bc;if(r=r||Lc(n),t[o(673)])return null;if(o(369)===this[o(773)]){const e=this[o(519)][o(686)](o(443),r,o(585));return this[o(684)]((()=>e([t],n,s))),null}const i=this[o(368)][o(433)][o(540)](o(577)).me,a=[];if(o(709)!==this[o(773)])for(const{suggestion:e,meta:n}of this[o(543)](t,o(420)))n[o(418)]&&!n[o(498)]&&a[o(553)](...e[o(738)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(601)](s);e&&r[n(553)](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(662)];){const s=r[e][n(670)](t);r[n(724)](e,1,...s),e+=s[n(662)]}}return r}(t,a);c[o(662)]&&this[o(509)][o(537)]((()=>{const t=o;for(const e of c){const o=this[t(519)][t(686)](t(443),r,t(585));this[t(684)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(692)],u=t[o(598)];for(const{suggestion:e,meta:n}of this[o(543)](t,o(443))){if(!n[o(418)])continue;if(e[o(492)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(564)]();if(i[o(381)](t,!0))return null;c=c[o(358)](i[o(692)])?c:i[o(692)],u=u[o(559)](i[o(598)])?u:i[o(598)],a?i[o(692)][o(358)](a[o(564)]()[o(692)])?(a[o(633)](),a=e):e[o(633)]():a=e}const l=this[o(509)][o(399)](c,u);if(a)this[o(745)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(739)]({id:t,type:o(683)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(572)](o(683)+r,t,a,l)}}return null}[bc(480)](t,n,r=[],s=null,o={}){const i=bc;n[i(481)]||(n[i(481)]=n[i(424)]),n[i(737)]=t.is(i(595)),s=s||Lc(n);const a=r[i(634)]((t=>Mc(t,this[i(509)]))),c=t.is(i(595))?t:Mc(t,this[i(509)]);if(i(369)===this[i(773)]){const t=this[i(519)][i(686)](i(732),s,i(585));return this[i(684)]((()=>t([c],n,o))),null}a[i(553)](c);let u=!0;for(const t of a)if(!this[i(462)](t)){u=!1;break}if(u&&i(709)!==this[i(773)]){const t=this[i(519)][i(686)](i(732),s,i(585));return this[i(684)]((()=>t([c],n,o))),null}let l=null,f=c[i(692)],h=c[i(598)];for(const{suggestion:t,meta:e}of this[i(543)](c,i(732))){if(!e[i(418)])continue;if(e[i(740)]||e[i(390)]||e[i(498)])continue;if(t[i(763)][i(481)]!=n[i(481)])continue;if(!Oc(t,o))continue;const r=t[i(564)]();if(t[i(492)]==s){if(r[i(381)](c,!0))return null;f=f[i(358)](r[i(692)])?f:r[i(692)],h=h[i(559)](r[i(598)])?h:r[i(598)],l?r[i(692)][i(358)](l[i(564)]()[i(692)])?(l[i(633)](),l=t):t[i(633)]():l=t}else{const e=c[i(601)](r);this[i(413)](t,e)}}const g=this[i(368)][i(433)][i(540)](i(577)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(745)](l,this[i(509)][i(399)](f,h)),l;{const t=this[i(739)]({id:d,type:i(624)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(572)](i(624)+s,d,p,this[i(509)][i(399)](f,h)),t}}[bc(575)](t,n,r=[],s=null,o={}){const i=bc;n[i(481)]||(n[i(481)]=n[i(424)]);const a=t[0];n[i(737)]=a.is(i(595)),s=s||Lc(n);const c=r[i(634)]((t=>Mc(t,this[i(509)]))),u=a.is(i(595))?t:t[i(634)]((t=>Mc(t,this[i(509)])));if(i(369)===this[i(773)]){const t=this[i(519)][i(686)](i(732),s,i(585));return this[i(684)]((()=>t(u,n,o))),null}c[i(553)](...u);let l=!0;for(const t of c)if(!this[i(462)](t)){l=!1;break}if(l&&i(709)!==this[i(773)]){const t=this[i(519)][i(686)](i(732),s,i(585));return this[i(684)]((()=>t(u,n,o))),null}const f=this[i(368)][i(433)][i(540)](i(577)).me;for(const t of this[i(408)]()){if(t[i(508)].id!=f.id)continue;if(i(732)!=t[i(636)]||t[i(763)][i(481)]!=n[i(481)])continue;if(!Oc(t,o))continue;const e=t[i(492)]==s;for(let n=0;n<u[i(662)];n++){const r=u[n];for(const s of t[i(671)]()){const o=s[i(386)]();if(r[i(503)](o)){e?(u[i(724)](n,1),n--):t[i(590)](s[i(351)]);break}}}}if(0==u[i(662)])return null;const h=this[i(519)][i(686)](i(732),s,i(464));for(const t of this[i(408)]())if(t[i(508)].id==f.id&&i(732)==t[i(636)]&&t[i(763)][i(481)]==n[i(481)]&&t[i(492)]==s&&Oc(t,o)&&(h(t[i(738)](),u)||h(u,t[i(738)]()))){for(const e of u)t[i(568)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(624)+s,m=this[i(739)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(572)](p,g,d,t,zr[i(621)]());return m}[bc(655)](t,n=null,r={}){const s=bc;if(t[s(673)])return null;const o=this[s(368)][s(433)][s(540)](s(577)).me,a=new i.LiveRange(t[s(692)],t[s(598)]);for(const{suggestion:t,meta:e}of this[s(543)](a,s(420)))if(e[s(418)]&&!e[s(740)])if(t[s(711)]){const e=t[s(738)]()[s(428)]((t=>s(594)!=t[s(613)][s(483)]));if(e[s(411)]((t=>a[s(381)](t,!0)))&&t[s(405)](),e[s(775)]((t=>t[s(381)](a,!0)))){const t=this[s(519)][s(686)](s(687),n,s(585));return this[s(684)]((()=>t([a],null,r))),null}}else{const e=a[s(601)](t[s(564)]());null!==e&&t[s(364)]([e],null,r)}if(a[s(456)](),a[s(673)]||s(594)==a[s(613)][s(483)])return null;let c=null,u=a[s(692)],l=a[s(598)];const f=this[s(543)](a,s(687));for(const{suggestion:t,meta:e}of f){const n=this[s(509)][s(399)](u,l);if(e[s(418)]&&(this[s(396)]||!e[s(390)]&&!e[s(498)]))if(t[s(711)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(738)]()){if(r[s(381)](n,!0))return t;n[s(381)](r)||(e=!1)}e&&t[s(405)]()}else{const e=t[s(564)]();if(e[s(381)](n,!0))return t;if(!Oc(t,r)){n[s(381)](e)?t[s(633)]():e[s(475)](u)?u=e[s(598)]:e[s(475)](l)&&(l=e[s(692)]);continue}u=u[s(358)](e[s(692)])?u:e[s(692)],l=l[s(559)](e[s(598)])?l:e[s(598)],r=Object[s(434)]({},t[s(721)]),c?e[s(692)][s(358)](c[s(564)]()[s(692)])?(c[s(633)](),c=t):t[s(633)]():c=t}}if(c)return this[s(745)](c,this[s(509)][s(399)](u,l)),c;{const t=(0,e.uid)(),i=this[s(509)][s(399)](u,l),a=o.id,c=n?s(412)+n:s(687),f=this[s(739)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(572)](c,t,a,i),f}}[bc(354)](t,n=bc(476),r={}){const s=bc,o=this[s(368)][s(433)][s(540)](s(577)).me,a=t[s(634)]((t=>new i.LiveRange(t[s(692)],t[s(598)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(543)](a,s(420)))e[s(418)]&&!e[s(740)]&&c[s(451)](t);for(const e of c)if(e[s(711)]){const o=e[s(738)]();if((!e[s(721)]||!e[s(721)][s(693)])&&o[s(411)]((t=>a[s(775)]((e=>e[s(381)](t,!0)))))&&e[s(405)](),a[s(411)]((t=>o[s(775)]((e=>e[s(381)](t,!0)))))){const e=this[s(519)][s(686)](s(687),n,s(585));return this[s(684)]((()=>e(t,null,r))),null}}else{const t=e[s(564)]();if(a[s(775)]((e=>e[s(381)](t,!0)))&&e[s(405)](),a[s(411)]((e=>t[s(381)](e,!0)))){const t=this[s(519)][s(686)](s(687),n,s(585));return this[s(684)]((()=>t(a,null,r))),null}}const u=this[s(519)][s(686)](s(687),n,s(464));let l=null;for(const t of this[s(408)]())if(t[s(508)].id==o.id&&t[s(376)]&&s(687)==t[s(636)]&&t[s(492)]==n&&Oc(t,r)&&(u(t[s(738)](),a)||u(a,t[s(738)]())))if(l){if(t[s(401)]&&t[s(401)][s(662)])continue;for(const e of t[s(738)]())l[s(382)](e)||l[s(568)](e);t[s(633)]()}else{l=t;for(const e of a)t[s(382)](e)||t[s(568)](e)}if(l)return l;c[s(562)]();for(const{suggestion:t,meta:e}of this[s(543)](a,s(687)))e[s(418)]&&(this[s(396)]||!e[s(390)]&&!e[s(498)])&&Oc(t,r)&&c[s(451)](t);for(const t of c){const e=t[s(738)]();if((!r||!r[s(693)])&&a[s(411)]((t=>e[s(775)]((e=>e[s(381)](t,!0))))))return t;(!t[s(721)]||!t[s(721)][s(693)])&&e[s(411)]((t=>a[s(775)]((e=>e[s(381)](t,!0)))))&&t[s(405)]()}const f=(0,e.uid)(),h=o.id,g=s(412)+n,d=this[s(739)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(456)](),t[s(673)]||s(594)==t[s(613)][s(483)]||this[s(572)](g,f,h,t,zr[s(621)]());return d}[bc(653)](t,n,r,s,o){const i=bc;if(t[i(673)])return[];if(i(369)===this[i(773)])return[];const a=this[i(368)][i(433)][i(540)](i(577)).me.id,c=Array[i(651)](this[i(701)][i(614)]())[i(428)]((e=>i(695)==e[i(636)]&&e[i(763)][i(765)]==n&&e[i(382)](t)));if(i(720)===this[i(773)]){const e=this[i(543)](t,i(420))[i(428)]((({meta:t})=>t[i(418)]&&!t[i(498)]&&!t[i(740)]))[i(634)]((({suggestion:t})=>t));c[i(758)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(695)==t[i(636)]?t[i(763)][i(591)]:void 0,o=t[i(564)](),a=Array[i(651)](u[i(750)]())[i(387)]((t=>t[i(746)](o)));if(!a)continue;const c=a[i(670)](o);this[i(458)](n)&&i(420)==t[i(636)]&&0!=c[i(662)]||(u[i(772)](a),c[i(641)]((t=>{u[i(545)](t,r)})),i(420)!=t[i(636)]&&e!=s&&u[i(545)](a[i(601)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(662)]>37&&console[i(410)](i(426),{key:n});const f=(i(632)+(n+"|")+Lc({newValue:s}))[i(647)](0,60),h=this[i(739)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(553)](h),this[i(572)](f,c,a,t)}return l}[bc(528)](t){const e=bc;this[e(499)][e(451)](t)}[bc(770)](t){const e=bc;this[e(699)][e(451)](t)}[bc(615)](t,e=[],n=[]){const r=bc;this[r(360)](t,((t,...e)=>{this[r(742)]((()=>{t(...e)}))}));for(const t of e)this[r(770)](t);for(const t of n)this[r(528)](t)}[bc(768)](t){const e=bc;return e(695)==t[e(636)]?t[e(492)][e(520)]("|")[0]:null}[bc(745)](t,e){const n=bc,r=t[n(536)]();this[n(509)][n(537)]((t=>{t[n(610)](r,{range:e})}))}[bc(694)](t){const e=bc,n=t.id,r=this[e(368)][e(517)][e(540)](e(622));this[e(409)][e(771)](n)||this[e(409)][e(416)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(409)][e(440)](n);s[e(488)](e(549)),s[e(549)]=!1,t[e(401)]=s}[bc(611)](t,n,r,s){const o=bc;if(t[o(636)]!=n||t[o(492)]!=r||t[o(741)].id!=s)throw this[o(368)][o(752)](o(618)),new e.CKEditorError(o(618),this)}[bc(413)](t,n){const r=bc,s=t[r(564)]();if(n[r(503)](s))t[r(633)]();else if(s[r(381)](n)){const o=this[r(509)][r(650)](n[r(692)][r(521)],r(598));this[r(745)](t,this[r(509)][r(399)](s[r(692)],o));const i=(0,e.uid)(),a=t[r(741)].id,c=t[r(636)]+":"+t[r(492)];this[r(739)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(763)],attributes:t[r(721)]});const u=this[r(509)][r(650)](n[r(598)][r(487)],r(466)),l=this[r(509)][r(399)](u,s[r(598)]);this[r(572)](c,i,a,l)}else if(s[r(475)](n[r(692)])){const e=this[r(509)][r(650)](n[r(692)][r(521)],r(598));this[r(745)](t,this[r(509)][r(399)](s[r(692)],e))}else{const e=this[r(509)][r(650)](n[r(598)][r(487)],r(466));this[r(745)](t,this[r(509)][r(399)](e,s[r(598)]))}}[bc(462)](t){const e=bc;for(const{suggestion:n,meta:r}of this[e(543)](t,e(420))){if(!r[e(418)])continue;const s=n[e(738)]();for(const n of s)if(!t[e(670)](n)[e(662)])return!0}return!1}[bc(514)](t){const n=bc,r=this[n(368)][n(433)][n(540)](n(577))[n(344)](t);if(!r)throw new e.CKEditorError(n(747),this);return r}[bc(385)](t){const e=bc,n=this[e(368)][e(433)][e(540)](e(577)),r=(0,o.hashObject)(e(753)+t);return n[e(344)](r)||n[e(533)]({id:r,name:t})}[bc(430)](t,e,n,r,s){const o=bc,i=this[o(514)](r),a=this[o(519)][o(482)](t,e,n,i,s,(t=>{const e=o;this[e(764)](n,{attributes:t});const r=this[e(579)](n);this[e(645)](new Set([r])),this[e(606)](new Set([r]))}));return this[o(485)](a,o(585),(()=>{const t=o;this[t(764)](n,{state:t(406)})}),{priority:o(378)}),this[o(485)](a,o(405),(()=>{const t=o;this[t(764)](n,{state:t(731)})}),{priority:o(378)}),this[o(701)][o(545)](n,a),this[o(394)][o(545)](a,o(501)),a}[bc(617)](t){const e=bc,n=t[e(520)](":");return{group:n[0],type:n[1],subType:n[e(662)]>=5?n[2]:null,id:n[e(662)]<5?n[2]:n[3],authorId:n[e(662)]<5?n[3]:n[4],markerCount:6==n[e(662)]?n[5]:null}}[bc(506)](t,n,r){const s=bc,o=t[s(564)](),i=o[s(692)],a=o[s(598)];this[s(745)](t,this[s(509)][s(399)](i,n));const c=(0,e.uid)(),u=t[s(741)].id,l=t[s(636)]+(t[s(492)]?":"+t[s(492)]:"");this[s(739)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(721)],data:t[s(763)]});const f=this[s(768)](t);(s(732)==t[s(636)]||f&&this[s(458)](f))&&(r=this[s(509)][s(380)](r[s(487)])),this[s(572)](l,c,u,this[s(509)][s(399)](r,a))}[bc(543)](t,e=null){const n=bc,r=[],s=this[n(368)][n(433)][n(540)](n(577)).me;Array[n(659)](t)||(t=[t]);for(const o of this[n(408)]()){if(!o[n(376)])continue;if(e&&o[n(636)]!=e)continue;let i=!1;for(const e of o[n(738)]()){for(const a of t){const t=a[n(692)][n(503)](e[n(598)])||a[n(598)][n(503)](e[n(692)]);if(t||a[n(601)](e)){const c=a[n(381)](e)&&Cc(this[n(509)][n(366)],e[n(692)],a),u=e[n(381)](a)&&Cc(this[n(509)][n(366)],a[n(692)],e);r[n(553)]({suggestion:o,meta:{isOwn:s==o[n(508)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[bc(572)](t,e,n,r,s){const o=bc;this[o(509)][o(537)]((i=>{const a=o;let c=a(678)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(702)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[bc(432)](t){const e=bc,n=t[e(574)],r=t[e(391)];t[e(574)]=null,t[e(391)]=null,null!=n&&n[e(391)]==t&&(n[e(391)]=r),null!=r&&r[e(574)]==t&&(r[e(574)]=n),e(563)==this[e(394)][e(540)](t)&&(this[e(394)][e(545)](t,e(530)),this[e(375)](e(370),t,n,r))}[bc(739)](t){const n=bc,r=t.id,s=this[n(486)](t);if(this[n(602)]&&this[n(602)][n(546)]){const o=this[n(368)][n(433)][n(540)](n(665)),i=s[n(421)],a=s[n(492)]?s[n(636)]+":"+s[n(492)]:s[n(636)],c=this[n(368)][n(644)],u=o[n(451)](Hr(c,n(767))),l={id:r,type:a,hasComments:i,data:t[n(763)]||null,originalSuggestionId:t[n(355)]||null,attributes:s[n(721)]};this[n(602)][n(546)](l)[n(542)]((t=>{const e=n;s[e(435)]=!0,o[e(507)](u),t&&t[e(761)]&&(this[e(701)][e(540)](r)[e(761)]=t[e(761)])}))[n(698)]((t=>{const r=n;throw(0,e.logWarning)(r(349)),this[r(368)][r(637)][r(608)]({isUndoable:!1},(()=>{s[r(405)]()})),s[r(535)](),this[r(701)][r(772)](s.id),this[r(394)][r(772)](s),t}))}return s}[bc(458)](t){const e=bc;return this[e(499)][e(518)](t)}[bc(764)](t,e){const n=bc,r=this[n(368)][n(433)][n(540)](n(665)),s=this[n(579)](t);if(this[n(602)]&&this[n(602)][n(751)])if(s[n(435)]){const s=r[n(451)](Hr(this[n(368)][n(644)],n(767)));this[n(602)][n(751)](t,e)[n(542)]((()=>{r[n(507)](s)}))}else s.on(n(705),(()=>{this[n(764)](t,e)}))}[bc(722)](t){const n=bc;if(!this[n(602)]||!this[n(602)][n(579)])throw new e.CKEditorError(n(550),this);return this[n(602)][n(579)](t)}[bc(448)](t){const e=bc,{id:n,type:r,subType:s,authorId:o}=this[e(617)](t),i=this[e(701)][e(540)](n)||this[e(430)](r,s,n,o,{});switch(this[e(611)](i,r,s,o),this[e(394)][e(540)](i)){case e(501):this[e(722)](n)[e(542)]((t=>{const r=e;let s=Promise[r(489)]();t[r(421)]&&(s=this[r(409)][r(625)]({channelId:this[r(368)][r(517)][r(540)](r(622)),threadId:n})),s[r(542)]((()=>{const e=r;this[e(486)](t)[e(435)]=!0}))})),this[e(394)][e(545)](i,e(646));break;case e(530):this[e(764)](n,{state:e(736)});case e(743):this[e(394)][e(545)](i,e(563)),this[e(375)](e(674),i);break;case e(563):this[e(375)](e(723),i)}return i[e(529)](t),i}[bc(606)](t){const e=bc,n=Array[e(651)](t),r=n[e(428)]((t=>e(695)==t[e(636)]));this[e(472)](r);const s=n[e(428)]((t=>!t[e(711)]&&e(695)!=t[e(636)])),o=this[e(408)]({skipNotAttached:!0})[e(428)]((t=>!t[e(711)]&&e(695)!=t[e(636)])),i=o[e(428)]((n=>!t[e(518)](n))),a=new Map(o[e(634)]((t=>[t,this[e(519)][e(686)](t[e(636)],t[e(492)],e(561))]))),c=new Map(o[e(634)]((t=>[t,t[e(564)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(662)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(662)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(662)];t++){const n=s[t];!l[e(518)](n)&&n[e(574)]&&(f[e(451)](n[e(574)]),n[e(574)][e(391)]===n&&(n[e(574)][e(391)]=null),n[e(574)]=null),!u[e(518)](n)&&n[e(391)]&&(f[e(451)](n[e(391)]),n[e(391)][e(574)]===n&&(n[e(391)][e(574)]=null),n[e(391)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(662)];e++){const r=g(t,n[e]);r&&(r[0][s(391)]=r[1],r[1][s(574)]=r[0],u[s(451)](r[0]),l[s(451)](r[1]))}}function g(t,n){const r=e;if(t[r(508)].id!==n[r(508)].id)return null;const s=a[r(540)](t)(t,n,c[r(540)](t),c[r(540)](n));return s&&a[r(540)](n)(t,n,c[r(540)](t),c[r(540)](n))?s[1][r(401)]&&s[1][r(401)][r(662)]?null:s:null}f[e(578)]&&this[e(606)](f)}[bc(472)](t){const e=bc;if(0==t[e(662)])return;const n=this[e(408)]({skipNotAttached:!0})[e(428)]((t=>e(695)==t[e(636)]&&t[e(457)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(721)]);s[e(518)](n)||(s[e(545)](n,r[e(662)]),r[e(553)]([]));const i=s[e(540)](n);r[i][e(553)](t)}!function(){const t=e;r[t(733)](((e,n)=>{const r=t,s=e[0][r(761)],o=n[0][r(761)];return s==o?e[0][r(721)][r(459)]<n[0][r(721)][r(459)]?-1:1:s<o?-1:1}));for(const e of r)e[t(733)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(662)];t++){if(0==r[t][e(662)])continue;const n=[];for(let s=t+1;s<r[e(662)];s++)0!=r[s][e(662)]&&i(r[t],r[s])&&n[e(553)](s);for(const s of n)r[t]=r[t][e(555)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(662)];n++)t[n][e(391)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(662)];n++)t[n][e(574)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(721)][r(459)]!==n[0][r(721)][r(459)]&&t[0][r(508)]!==n[0][r(508)])return!1;if(!function(t,e){const n=r;return!t[n(421)]&&!e[n(421)]||(!t[n(421)]||!e[n(421)])&&(!!(t[n(421)]&&e[n(761)]<t[n(401)][n(681)][n(540)](0)[n(761)])||!!(e[n(421)]&&t[n(761)]<e[n(401)][n(681)][n(540)](0)[n(761)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(721)],r(459)),o=Ic(n[0][r(721)],r(459));return!!Or(s,o)&&(!!t[r(411)]((t=>n[r(775)]((e=>t[r(564)]()[r(503)](e[r(564)]())))))&&n[r(411)]((e=>t[r(775)]((t=>e[r(564)]()[r(503)](t[r(564)]()))))))}}[bc(645)](t){const e=bc,n=Array[e(651)](t),r=this[e(408)]({skipNotAttached:!0}),s=r[e(428)]((n=>!t[e(518)](n))),o=new Map(n[e(634)]((t=>[t,this[e(519)][e(686)](t[e(636)],t[e(492)],e(464))]))),i=new Map(r[e(634)]((t=>[t,t[e(738)]()])));for(let t=0;t<n[e(662)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(662)];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(662)];e++){const s=r[e];if(s[a(636)]!==n[a(636)]||s[a(508)].id!==n[a(508)].id||s[a(492)]!==n[a(492)])continue;if(!wc(n,s,[a(459)]))continue;if(a(695)==n[a(636)]&&n[a(763)][a(591)]!=s[a(763)][a(591)])continue;if(a(695)==n[a(636)]&&t[a(458)](n[a(763)][a(765)]))continue;if(a(732)==n[a(636)]){const e=t[a(368)][a(637)],r=n[a(714)]();if(r&&(e[a(366)][a(599)](r)||e[a(366)][a(474)](r)))continue}const c=o[a(540)](n),u=i[a(540)](n),l=i[a(540)](s),f=n[a(401)]&&n[a(401)][a(662)],h=s[a(401)]&&s[a(401)][a(662)];if(!f&&c(l,u))return t[a(630)](s,n),i[a(772)](n),!0;if(!h&&c(u,l))return t[a(630)](n,s),i[a(772)](s),!0}return!1}}[bc(630)](t,e){const n=bc;if(t[n(711)])for(const r of e[n(738)]())t[n(568)](r);else{const r=e[n(564)]()[n(598)];this[n(745)](t,this[n(509)][n(399)](t[n(564)]()[n(692)],r))}e[n(633)]()}[bc(538)](t,e){const n=bc,r=t[n(570)](n(353))||t[n(570)](n(695))?n(454):t[n(359)]();return Hr(this[n(368)][n(644)],e+"_"+r+n(425))}[bc(605)](){const t=bc,e=this[t(368)];(0,o.surroundingMarkersDetector)(this[t(509)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(617)](t[s(351)]);if(s(597)===e){o[s(553)](this[s(538)](n,s(407)));break}}for(const t of r){const{group:e,type:n}=this[s(617)](t[s(351)]);if(s(597)===e){o[s(553)](this[s(538)](n,s(361)));break}}o[s(662)]&&e.ui[s(616)][s(648)](s(620),o[s(464)](" "))}))}[bc(669)](t){const e=bc;if(this[e(431)])return!1;const n=this[e(368)],r=n[e(637)][e(531)][e(628)][e(455)]();if(0==r[e(662)])return!1;const s=[],o=r[e(428)]((t=>e(695)==t[e(636)])),i=r[e(428)]((t=>e(500)==t[e(636)]&&e(496)!=t[e(351)])),a=r[e(428)]((t=>e(507)==t[e(636)]&&e(496)!=t[e(351)]));for(const t of o)s[e(553)]({key:t[e(725)],newValue:t[e(491)],oldValue:t[e(484)],range:Sc(t[e(595)],n[e(637)])});for(const t of i){const r=a[e(387)]((n=>n[e(623)][e(503)](t[e(623)])));r&&s[e(553)]({key:e(419),newValue:t[e(351)],oldValue:r[e(351)],range:n[e(637)][e(680)](t[e(623)][e(372)])})}return 0!=s[e(662)]&&this[e(473)](t,s)}[bc(367)](t){const e=bc;let n=!1;const r=this[e(368)][e(637)][e(531)][e(628)][e(452)]()[e(428)]((t=>t[e(763)][e(352)]&&t[e(351)][e(570)](e(373))));for(const s of r){const{subType:r,id:o}=this[e(617)](s[e(351)]),i=r[e(520)]("|")[0];for(const r of this[e(408)]({skipNotAttached:!0}))r.id!=o&&e(695)==r[e(636)]&&r[e(763)]&&r[e(763)][e(765)]==i&&r[e(564)]()[e(746)](s[e(763)][e(352)])&&(this[e(539)](r,s[e(763)][e(352)],t),n=!0)}return n}[bc(742)](t){const e=bc;this[e(368)],this[e(431)]=!0,t()}[bc(619)](t){const e=bc,n=this[e(458)](t),r=this[e(699)][e(518)](t);return n||r}[bc(473)](t,e){const n=bc;if(0==e[n(662)])return!1;let r=!1;for(const s of e){const e=this[n(543)](s[n(595)],n(695))[n(428)]((t=>!t[n(393)][n(740)]))[n(634)]((t=>t[n(597)])),i=(0,o.hashObject)({newValue:s[n(776)]});e[n(428)]((t=>{const e=n,[r,o]=t[e(492)][e(520)]("|");return r==s[e(765)]&&o!=i}))[n(641)]((e=>{const o=n;this[o(539)](e,s[o(595)],t),r=!0}))}return r}[bc(539)](t,e,n){const r=bc,s=t[r(564)]()[r(670)](e);0!==s[r(662)]?1!==s[r(662)]?this[r(506)](t,e[r(692)],e[r(598)]):this[r(745)](t,s[0]):n[r(590)](t[r(536)]())}}class Ac{constructor(t){const e=bc;this[e(551)]=t,this[e(509)]=t[e(637)],this[e(417)]=new Map,this[e(635)]=new Map,this[e(449)]()}[bc(482)](t,e,n,r,s,o){const i=bc;return new zr(this[i(509)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(686)](t,e,i(585))(...n),onDiscard:(...n)=>this[i(686)](t,e,i(405))(...n)})}[bc(748)](t,e,n,r){const s=bc,o=t+":"+e+":"+n;this[s(417)][s(545)](o,r)}[bc(686)](t,e,n){const r=bc,s=t+":"+e+":"+n;return this[r(417)][r(540)](s)||this[r(635)][r(540)](t+":"+n)}[bc(449)](){const t=bc,e=()=>!1,n=t=>{const e=Tc;t[e(733)](((t,n)=>t[e(692)][e(358)](n[e(692)])?1:-1)),this[e(509)][e(537)]((n=>{const r=e;for(const e of t){let t;t=e[r(598)][r(511)]&&e[r(598)][r(487)]==e[r(692)][r(372)]?n[r(374)](e[r(692)][r(372)],"on"):n[r(374)](e),this[r(509)][r(438)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Tc;e&&this[n(509)][n(537)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(634)]((t=>(kc(t)&&(t=this[s(509)][s(399)](t[s(598)])),t)))[s(428)]((t=>s(594)!==t[s(613)][s(483)]));if(c[s(662)]<1)return;const u=Array[s(651)](this[s(509)][s(531)][s(708)][s(738)]())[s(634)]((t=>i.LiveRange[s(383)](t)));r[s(450)](c);for(const t of this[s(551)][s(478)][s(478)]())t[s(600)]();a[s(553)]({forceDefaultExecution:!0}),this[s(551)][s(414)](o,...a);const l=u[s(428)]((t=>s(594)!=t[s(613)][s(483)]));l[s(662)]>0&&r[s(450)](l);for(const t of u)t[s(456)]()}))},s=(e,n)=>1==e[t(662)]&&1==n[t(662)]&&e[0][t(598)][t(503)](n[0][t(692)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(509)])?[e,n]:vc(n,e,s,r,this[t(509)])?[n,e]:null;this[t(635)][t(545)](t(703),e),this[t(635)][t(545)](t(716),n),this[t(635)][t(545)](t(490),s),this[t(635)][t(545)](t(638),o),this[t(635)][t(545)](t(612),n),this[t(635)][t(545)](t(461),e),this[t(635)][t(545)](t(544),s),this[t(635)][t(545)](t(429),o),this[t(635)][t(545)](t(377),r),this[t(635)][t(545)](t(762),e),this[t(635)][t(545)](t(371),s),this[t(635)][t(545)](t(465),e),this[t(635)][t(545)](t(643),r),this[t(635)][t(545)](t(445),e),this[t(635)][t(545)](t(700),s),this[t(635)][t(545)](t(384),e),this[t(635)][t(545)](t(704),e),this[t(635)][t(545)](t(660),((e,n)=>{const r=t;if(!n)return;const s=this[r(551)][r(433)][r(540)](yc);this[r(509)][r(537)]((t=>{const o=r;if(o(419)==n[o(765)])for(const r of e){const e=r[o(692)][o(372)],s=n[o(591)];t[o(525)](e,s)}else if(s[o(458)](n[o(765)]))for(const r of e)void 0!==n[o(591)]?t[o(467)](n[o(765)],n[o(591)],r[o(692)][o(372)]):t[o(422)](n[o(765)],r[o(692)][o(372)]);else for(const r of e)n[o(591)]?t[o(467)](n[o(765)],n[o(591)],r):t[o(422)](n[o(765)],r)}))})),this[t(635)][t(545)](t(712),s)}}function Cc(t,e,n){const r=bc;for(const s of e[r(487)][r(759)]({includeSelf:!0,parentFirst:!0})){if(s[r(613)]==s)return!1;if(!n[r(524)](s))return!1;if(t[r(599)](s)||t[r(474)](s))return!0}return!1}function kc(t){const e=bc;return t[e(598)][e(487)]==t[e(692)][e(372)]&&t[e(598)][e(661)]}function Nc(t,e,n,r){const s=bc,o=t=>!t[s(565)].is(s(603))&&!r[s(599)](t[s(565)]),i=t[s(692)][s(502)](o),a=t[s(598)][s(502)](o,{direction:s(554)});return!(t[s(692)][s(503)](i)&&t[s(598)][s(503)](a)||(i[s(358)](a)?n[s(610)](e,{range:n[s(399)](i,a)}):n[s(590)](e),0))}function Lc(t){return(0,o.hashObject)(t)}function Rc(t){const e=bc,n=t[e(692)][e(372)];return n&&n.is(e(588))}function Sc(t,e){const n=bc;return null==t[n(598)][n(521)]&&t[n(598)][n(487)]==t[n(692)][n(372)]?Mc(t[n(692)][n(372)],e):t}function Mc(t,e){const n=bc,r=e[n(366)][n(599)](t)||e[n(366)][n(447)](t);return e[n(399)](e[n(650)](t,n(682)),r?e[n(749)](t):e[n(650)](t,n(598)))}function vc(t,e,n,r,s){const o=bc;if(!wc(t,e))return!1;if(n[o(598)][o(503)](r[o(692)]))return!0;if(t[o(636)]!=e[o(636)])return!1;if(!n[o(598)][o(404)](r[o(692)]))return!1;const i=s[o(399)](n[o(598)],r[o(692)])[o(675)]();for(const t of i)if([o(728),o(460)][o(607)](t[o(636)])&&s[o(366)][o(474)](t[o(565)]))return!1;return!0}function wc(t,e,n=[]){const r=bc;return!(!t[r(457)]||!e[r(457)])&&Or(Ic(t[r(721)],n),Ic(e[r(721)],n))}function Oc(t,e){const n=bc,r=Dc(t[n(721)]),s=Dc(e);if(!t[n(457)])return!1;for(const t of Object[n(750)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=bc,n=Object[e(434)]({},t);return delete n[e(693)],delete n[e(541)],n}const Fc=Pc;function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=170]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(311460===parseInt(n(204))/1*(parseInt(n(190))/2)+-parseInt(n(183))/3*(parseInt(n(195))/4)+parseInt(n(206))/5*(-parseInt(n(194))/6)+-parseInt(n(205))/7*(-parseInt(n(208))/8)+-parseInt(n(198))/9+parseInt(n(182))/10+parseInt(n(209))/11*(parseInt(n(193))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(191)]=e,this[s(179)]=n,this[s(186)]=r,this[s(175)]=t,this[s(207)]=t[s(178)][s(172)](s(203)),this[s(180)]=t[s(178)][s(172)](s(188)),this[s(179)][s(213)](s(199)).to(this[s(207)],this[s(180)],((t,e)=>t||e)),this[s(179)][s(213)](s(181)).to(this[s(207)],s(199),(t=>t&&this[s(175)][s(191)][s(212)](e[s(197)]()))),this[s(179)][s(213)](s(210)).to(this[s(180)],s(199),(t=>t&&this[s(175)][s(191)][s(212)](e[s(197)]()))),this[s(189)]=null,n[s(211)]&&this[s(177)](),this[s(202)](n,s(203),(()=>this[s(203)]())),this[s(202)](n,s(188),(()=>this[s(188)]())),this[s(202)](n,s(170),(()=>{const t=s;n[t(211)]?this[t(177)]():this[t(201)]()}))}[Fc(203)](){const t=Fc;this[t(207)][t(173)](this[t(191)].id)}[Fc(188)](){const t=Fc;this[t(180)][t(173)](this[t(191)].id)}[Fc(185)](){const t=Fc;this[t(179)][t(187)](t(199)),this[t(179)][t(187)](t(181)),this[t(179)][t(187)](t(210)),this[t(176)](),this[t(186)][t(185)](),this[t(189)]&&this[t(201)]()}[Fc(177)](){const t=Fc,e=Hr(this[t(175)][t(196)],t(171));this[t(189)]=this[t(175)][t(192)][t(172)](t(174))[t(184)](e)}[Fc(201)](){const t=Fc;null!==this[t(189)]&&this[t(175)][t(192)][t(172)](t(174))[t(200)](this[t(189)]),this[t(189)]=null}}function Bc(){const t=["81784KDHUDZ","locale","getRanges","1469754sLhuDl","isEnabled","remove","_removePendingAction","listenTo","acceptSuggestion","13693yTQMDf","59787KXUWls","5kIUihk","_acceptCommand","120VXgnKX","5962qJEVWp","canDiscard","isDirty","canEditAt","bind","change:isDirty","PENDING_ACTION_SUGGESTION","get","execute","PendingActions","_editor","stopListening","_setPendingAction","commands","view","_discardCommand","canAccept","1504920TLzvNw","27BGhLfn","add","destroy","commentThreadController","unbind","discardSuggestion","_pendingAction","34ZxKQcX","model","plugins","12516YHNNHe","2507484oVOIFV"];return(Bc=function(){return t})()}const Uc=Gc;function jc(){const t=["assign","showInput","submit","_config","canAccept","_localUser","delegate","commentInputView","addComment","isDirty","125IIOtUJ","updateComment","6982692bNHyjz","commentThread","_model","5224DhTGlU","canDiscard","277497yjAwSr","15JjUocm","value","disableComments","locale","hasDirtyComment","468788gcYgry","fire","CommentView","setData","editorConfig","1978009BjEdmm","isReadOnly","_createCommentThreadInputView","150BYtPkg","set","isEnabled","authoredAt","bind","commentThreadInputView","focus","78RiPYwP","commentsListView","destroy","length","element","_createCommentViews","272hQtzfw","22337ExQirt","removeComment","cancel","50wJhCRN","descriptionParts","editor","disabledSubmit","508975rmpSNx","isActive"];return(jc=function(){return t})()}function Gc(t,e){const n=jc();return(Gc=function(t,e){return n[t-=222]})(t,e)}!function(t,e){const n=Gc,r=t();for(;;)try{if(653464===-parseInt(n(262))/1*(parseInt(n(267))/2)+parseInt(n(270))/3*(-parseInt(n(275))/4)+parseInt(n(250))/5+parseInt(n(229))/6*(-parseInt(n(243))/7)+parseInt(n(242))/8*(-parseInt(n(269))/9)+-parseInt(n(246))/10*(parseInt(n(226))/11)+-parseInt(n(264))/12*(-parseInt(n(236))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jc);class Vc extends s.View{constructor(t,e,n,r){const s=Gc;super(t),this[s(237)]=null,this[s(234)]=null,this[s(230)](s(251),!1),this[s(230)](s(232),e[s(232)]),this[s(233)](s(232)).to(e),this[s(230)](s(247),[]),this[s(230)](s(261),!1),this[s(230)](s(231),!1),this[s(230)](s(256),!1),this[s(230)](s(268),!1),this[s(266)]=e,this[s(257)]=n,this[s(255)]=r,r[s(272)]?this[s(230)](s(239),1):this[s(241)]()}[Uc(235)](){const t=Uc;this[t(240)][t(235)]()}[Uc(238)](){const t=Uc;this[t(237)]&&this[t(237)][t(238)](),this[t(234)]&&this[t(234)][t(238)](),super[t(238)]()}[Uc(241)](){const t=Uc,{CommentsListView:e}=this[t(255)];this[t(237)]=new e(this[t(273)],this[t(266)][t(265)],Object[t(252)]({CommentView:this[t(255)][t(223)]},this[t(255)])),this[t(237)][t(258)](t(244)).to(this),this[t(237)][t(258)](t(263)).to(this),this[t(237)][t(233)](t(251)).to(this),this[t(230)](t(239),this[t(237)][t(239)]+1),this[t(233)](t(239)).to(this[t(237)],t(239),(t=>t+1)),this[t(234)]=this[t(228)](),this.on(t(244),(()=>this[t(235)]())),this[t(233)](t(261)).to(this[t(237)],t(274),this[t(234)][t(259)],t(271),((t,e)=>t||!!e))}[Uc(228)](){const t=Uc,{CommentThreadInputView:e}=this[t(255)],n=new e(this[t(273)],this[t(257)],this[t(255)][t(225)]),r=n[t(259)];return n[t(233)](t(253)).to(this,t(251),this[t(266)][t(265)],t(227),r,t(271),((t,e,n)=>!!n||t&&!e)),r.on(t(254),((e,n)=>{const s=t;this[s(222)](s(260),n),r[s(248)][s(224)]("")})),r.on(t(245),(()=>this[t(235)]())),r[t(233)](t(249)).to(this[t(266)][t(265)],t(227)),n}}const zc=Wc;function Hc(){const t=["attributes","cancel","_model","ck-annotation__actions","canDiscard","commentsListView","_config","@external","time","68810ejpQMj","bindTemplate","_descriptionElement","ck-annotation__info-time","isExternal","isEnabled","creator","render","querySelector","discardButton","EXTERNAL_AVATAR","disableComments","acceptButton","editorDestroyed","type","execute","9819Gjtdaz","ck-suggestion--disabled-comments","commentThread","ck-annotation__user","content","change:description","color","locale","getTemplate","name","userView",'"></span>',"</p>","1129413OfXNPA","ck-annotation","innerText","source","1906660XqJCAg","createElement","EXTERNAL_SUGGESTION","ck-suggestion-wrapper","importWord","Discard suggestion","40882479JqrvnS","map","ck-suggestion__user",'<span class="ck-suggestion-color" style="background-color: ',"push","ck-suggestion__main",'" title="',"discardSuggestion","ck-annotation__main",".ck-annotation__content-wrapper","value","delegate","ck-annotation__content-wrapper","10awDzbA","split","ck-suggestion__actions","formatDateTime","96tsBbQM","ck-suggestion-wrapper--active","10336GZCEPm","extendTemplate","ck-annotation__info","div","set","title","check","282caiLVU","ck-suggestion--discard","element","ck-comment__info-time","Accept suggestion","editorReady",'<span class="ck-suggestion-type">',"bind","join","description","canAccept","</span>","setTemplate","isActive","ck-suggestion-","getUserViewNotificationText","ck-suggestion__info-name","acceptSuggestion","EXTERNAL_IMPORT_WORD_SUGGESTION","children","author","ck-annotation__info-name","3106548hNBLAM","getExternalSuggestionNote","EXTERNAL_IMPORT_WORD_AVATAR","span","_createButton","229085XkVsPA","authoredAt","commentThreadInputView","<p>","ck-suggestion__info","ck-comment__external","fire","ck-suggestion--accept","innerHTML","ck-suggestion","descriptionParts"];return(Hc=function(){return t})()}function Wc(t,e){const n=Hc();return(Wc=function(t,e){return n[t-=239]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(750376===-parseInt(n(300))/1+-parseInt(n(304))/2+-parseInt(n(246))/3+parseInt(n(327))/4*(parseInt(n(251))/5)+-parseInt(n(336))/6*(-parseInt(n(271))/7)+-parseInt(n(329))/8*(parseInt(n(287))/9)+parseInt(n(323))/10*(parseInt(n(310))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Kc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(333)](i(285),""),this[i(343)](i(285)).to(this,i(261),(t=>t&&t[0]?t[0][i(285)]:"")),this[i(343)](i(345)).to(this,i(261),this,i(349),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(254)+Xc(e[n(291)],e[n(293)])+n(299);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(273)]=null,this[i(283)]=this[i(250)](Hr(e,i(340)),t.icons[i(335)],i(258),i(241),"sw"),this[i(283)][i(343)](i(276)).to(this,i(346)),this[i(280)]=this[i(250)](Hr(e,i(309)),t.icons[i(263)],i(337),i(317),"sw"),this[i(280)][i(343)](i(276)).to(this,i(266)),this[i(297)]=new o.UserView(e,this[i(264)][i(244)],this[i(239)]()),this[i(297)][i(330)]({attributes:{class:[i(312),i(290)]}}),this[i(348)](this[i(295)]())}[zc(295)](){const t=zc,e=this[t(272)],n=[{tag:t(332),attributes:{class:[t(255),t(331)]},children:[{tag:t(249),children:[{text:this[t(297)][t(296)]}],attributes:{class:[t(240),t(245)]}},{tag:t(270),attributes:{datetime:e.to(t(252)),class:[t(339),t(274)]},children:[{text:e.to(t(252),(e=>this[t(268)][t(326)](e)))}]}]},{tag:t(332),attributes:{class:[t(325),t(265)]},children:[this[t(283)],this[t(280)]]},{tag:t(332),attributes:{class:[t(322)]}}];this[t(264)][t(275)]&&n[t(314)]({tag:t(332),attributes:{class:[t(256)]},children:[{text:this[t(247)]()}]});const r={tag:t(332),attributes:{class:[t(307),e.if(t(349),t(328)),e.to(t(285),(e=>t(350)+e)),this[t(268)][t(282)]&&t(288)],"data-suggestion-id":this[t(264)].id,"data-thread-id":this[t(264)][t(289)].id,"data-author-id":this[t(264)][t(244)].id,tabindex:-1},children:[{tag:t(332),attributes:{class:[t(260),t(301)]},children:[this[t(297)],{tag:t(332),attributes:{class:[t(315),t(318)]},children:n}]}]};return this[t(267)]&&this[t(253)]&&(r[t(243)][t(314)](this[t(267)],this[t(253)]),this[t(267)][t(321)](t(341)).to(this),this[t(267)][t(321)](t(284)).to(this),this[t(253)][t(321)](t(341)).to(this),this[t(253)][t(321)](t(284)).to(this)),r}[zc(278)](){const t=zc;super[t(278)](),this[t(273)]=this[t(338)][t(279)](t(319)),this[t(273)][t(259)]=this[t(345)],this.on(t(292),((e,n,r)=>{const s=t;this[s(273)][s(259)]=r}))}[zc(250)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(294)]);return a[i(333)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(330)]({attributes:{class:n}}),a.on(i(286),(()=>{const t=i;this[t(257)](r,this[t(264)].id)})),a}[zc(247)](){const t=zc;return t(308)===this[t(264)][t(262)][t(269)][t(303)]?Hr(this[t(294)],t(242)):Hr(this[t(294)],t(306))}[zc(239)](){const t=zc;return this[t(264)][t(275)]?t(308)===this[t(264)][t(262)][t(269)][t(303)]?Hr(this[t(294)],t(248),this[t(264)][t(277)][t(296)]):Hr(this[t(294)],t(281),this[t(264)][t(277)][t(296)]):null}}function Xc(t,e){const n=zc;let r="";return r+=t[n(324)]("*")[n(311)](((t,e)=>e%2!=0?n(342)+qc(t)+n(347):qc(t)))[n(344)](""),e&&(r+=n(313)+e[n(320)]+n(316)+e[n(334)]+n(298)),r}function qc(t){const e=zc,n=document[e(305)](e(249));return n[e(302)]=t,n[e(259)]}const Zc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n',Jc=Yc;function Yc(t,e){const n=Qc();return(Yc=function(t,e){return n[t-=132]})(t,e)}function Qc(){const t=["TrackChangesEditing","innerView","mainView","addComment","activeAnnotations","values","commandName","comments.maxCommentCharsWhenCollapsed","_createMenuBarMenu","_createToolbarButton","comments.maxCommentsWhenCollapsed","comments.maxThreadTotalWeight","editor","filter","_initializeController","trackChanges.SuggestionThreadView","length","hasSuggestion","commands","get","discardButton","previous","getRanges","_destroyController","_viewToController","getMarkerNames","button","getFirstRange","suggestionChanged","reduce","createAnnotation","discardAllSuggestions","suggestionLoaded","acceptAllSuggestions","Annotations","has","getSuggestion","_descriptionFactory","activeMarkers","some","init","isMultiRange","value","_addUIComponentsToFactory","426026CsifKZ","Discard all suggestions","isEnabled","getAllAdjacentSuggestions","panelView","CommentsUI","comments","locale","trackChanges.disableComments","167814cjOflR","view","_unbindEditors","bind","destroy","actionView","add","getDescriptions","unbind","12GtPuUF","_handleSuggestionControllerDelayed","lowest","config","1611942AUauLf","5015234kMyJPd","registerAnnotation","2aHexqf","refreshSelectedViews","acceptButton","descriptionParts","listenTo","head","18arjolQ","execute","arrowView","isInContent","buttonView","separator","componentFactory","commentThread","isOn","_annotationViews","pluginName","_handleControllerBuffer","model","getJoined","keys","addSourceCollector","delegate","getMarkers","change:activeAnnotations","EditorAnnotations","stopListening","_bindAnnotationToEditors","items","2905370SNLHAR","_disableComments","change:previous","1833380ZMNnIt","discardSelectedSuggestions","requires","suggestionUnloaded","trackChanges","from","source","set","editing","_updateController","createAnnotationView","Track changes","toMany","acceptSelectedSuggestions","getByInnerView","children","1155512uCVVzt","Discard all selected suggestions","Accept all selected suggestions","_suggestionToController","size","type","plugins","clear","createCommentThreadController","isDirty","define","comments.editorConfig","SuggestionThreadView","remove","switchbutton","Accept all suggestions","CommentView","suggestion-","TrackChangesUI","push","_refreshActiveMarkers","focus","delete","CommentsRepository","menuBar:trackChanges"];return(Qc=function(){return t})()}!function(t,e){const n=Yc,r=t();for(;;)try{if(358572===-parseInt(n(179))/1*(parseInt(n(154))/2)+parseInt(n(163))/3*(parseInt(n(172))/4)+-parseInt(n(211))/5+parseInt(n(176))/6+parseInt(n(177))/7+parseInt(n(227))/8*(parseInt(n(185))/9)+-parseInt(n(208))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Jc(213)](){const t=Jc;return[yc,o.Users,t(250),t(144),t(204)]}static get[Jc(195)](){return Jc(245)}constructor(t){const e=Jc;super(t),this[e(230)]=new Map,this[e(134)]=new Map,this[e(194)]=new Map,this[e(196)]=new Map;const n=this[e(264)][e(175)];n[e(237)](e(267),Kc),n[e(237)](e(162),!1),this[e(209)]=n[e(271)](e(162))}[Jc(173)](t,e){const n=Jc;0===this[n(196)][n(231)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(196)]){const r=this[t(230)][t(145)](e);r||n?r&&n&&this[t(133)](e):this[t(266)](e)}this[t(196)][t(234)](),this[t(264)][t(233)][t(271)](t(204))[t(180)](),this[t(247)]()}),10),this[n(196)][n(218)](t,e)}[Jc(150)](){const t=Jc,e=this[t(264)],n=e[t(233)][t(271)](t(252)),r=e[t(233)][t(271)](t(144)),s=e[t(233)][t(271)](t(204)),o=e[t(233)][t(271)](t(250));this[t(153)](),s[t(200)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(216)](this[e(230)])){const s=t[e(157)](),o=[];for(const t of s){if(!t[e(188)])continue;if(t[e(151)]){o[e(246)](...t[e(132)]());continue}const n=t[e(137)]();if(o[e(268)]>0){const t=o[0][e(198)](n);if(t){o[0]=t;continue}}o[e(246)](n)}n[e(246)]([r[e(164)],o])}return n})),this[t(183)](n,t(142),((e,n)=>{const r=t;this[r(183)](n,r(210),((t,e,s,o)=>{const i=r;n[i(188)]&&(null==s?(this[i(220)](o[i(184)]),this[i(173)](n,!1)):(this[i(220)](s[i(184)]),null==o&&this[i(173)](n,!0)))})),null!==n[r(273)]?this[r(220)](n[r(184)]):this[r(173)](n,!1)})),this[t(183)](n,t(214),((e,n,r)=>{const s=t;this[s(205)](n,s(210)),this[s(196)][s(249)](n),this[s(230)][s(145)](n)&&this[s(133)](n),r&&this[s(220)](r[s(184)])})),this[t(183)](n,t(138),((e,n)=>{this[t(220)](n)})),this[t(183)](r,t(203),(()=>{this[t(247)]()})),this[t(183)](o,t(255),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(269)](r))return;const i=n[o(146)](r);this[o(230)][o(271)](i)[o(164)][o(248)]()}),{priority:t(174)})}[Jc(247)](){const t=Jc,e=this[t(264)][t(233)][t(271)](t(144)),n=this[t(264)][t(233)][t(271)](t(252)),r=Array[t(216)](e[t(256)],(e=>e[t(253)]))[t(265)]((e=>this[t(134)][t(145)](e))),s=[];for(const e of r){const n=this[t(134)][t(271)](e)[t(197)][t(157)]();s[t(246)](...n[t(139)](((e,n)=>[...e,...n[t(135)]()]),[]))}n[t(148)]=s}[Jc(153)](){const t=Jc,n=this[t(264)],r=n[t(161)],o=Hr(r,t(222)),i=new e.Collection([{type:t(241),model:new s.ViewModel({withText:!0,label:o,commandName:t(215)})},{type:t(190)},{type:t(136),model:new s.ViewModel({withText:!0,label:Hr(r,t(242)),commandName:t(143)})},{type:t(136),model:new s.ViewModel({withText:!0,label:Hr(r,t(229)),commandName:t(224)})},{type:t(136),model:new s.ViewModel({withText:!0,label:Hr(r,t(155)),commandName:t(141)})},{type:t(136),model:new s.ViewModel({withText:!0,label:Hr(r,t(228)),commandName:t(212)})}]);for(const e of i)if(tu(e)){const r=n[t(270)][t(271)](e[t(197)][t(258)]);e[t(197)][t(166)](t(193),t(156)).to(r,t(152),t(156))}n.ui[t(191)][t(169)](t(215),(e=>this[t(261)](e,i,o))),n.ui[t(191)][t(169)](t(251),(e=>this[t(260)](e,i,o)))}[Jc(261)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(264)][r(270)][r(271)](r(215));o[r(189)][r(218)]({tooltip:n,label:n,icon:Zc}),o[r(189)][r(166)](r(193)).to(i,r(152)),o[r(189)].on(r(186),(()=>{const t=r;i[t(186)](),this[t(264)][t(219)][t(164)][t(248)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(246)](this[r(264)][r(270)][r(271)](t[r(197)][r(258)]));const c=o[r(189)];return c[r(168)][r(171)](r(156)),c[r(187)][r(171)](r(156)),c[r(168)][r(166)](r(156)).to(i,r(156)),c[r(187)][r(166)](r(156))[r(223)](a,r(156),((...t)=>t[r(149)]((t=>t)))),o.on(r(186),(t=>{const e=r;this[e(264)][e(186)](t[e(217)][e(258)]),this[e(264)][e(219)][e(164)][e(248)]()})),o}[Jc(260)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(264)][r(270)][r(271)](r(215));o[r(189)][r(218)]({label:n,icon:Zc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(190)==n[r(232)]){a[r(207)][r(169)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(197)];i[r(166)](...Object[r(199)](c)).to(c),i[r(201)](r(186)).to(o),i.on(r(186),(()=>{const t=r;this[t(264)][t(186)](c[t(258)]),this[t(264)][t(219)][t(164)][t(248)]()})),e[r(226)][r(169)](i),a[r(207)][r(169)](e)}return o[r(166)](r(156)).to(i,r(156)),o[r(158)][r(226)][r(169)](a),o}[Jc(266)](t){const e=Jc,n=this[e(264)],r=n[e(175)],s=n[e(233)][e(271)](e(144)),i=n[e(233)][e(271)](e(250)),a=n[e(233)][e(271)](e(204)),c=n[e(233)][e(271)](o.Users).me,u=r[e(271)](e(215))[e(239)],{CommentsListView:l,CommentThreadInputView:f}=n[e(233)][e(271)](e(159));let h,g;this[e(194)][e(145)](t.id)?(g=this[e(194)][e(271)](t.id),h=g[e(254)]):(h=new u(n[e(161)],t,c,{disableComments:this[e(209)],editorConfig:r[e(271)](e(238)),maxCommentsWhenCollapsed:r[e(271)](e(262)),maxThreadTotalWeight:r[e(271)](e(263)),maxCommentCharsWhenCollapsed:r[e(271)](e(259)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(271)](e(161))),CommentView:r[e(271)](e(160))[e(243)],CommentsListView:l,CommentThreadInputView:f}),h[e(181)].on(e(186),(()=>{const t=e;n[t(219)][t(164)][t(248)]()})),h[e(272)].on(e(186),(()=>{const t=e;n[t(219)][t(164)][t(248)]()})),g=s[e(221)](this[e(264)][e(161)],h),g[e(166)](e(236)).to(h,e(236)),g[e(166)](e(268)).to(h),g[e(166)](e(232)).to(h,e(232),(t=>e(244)+t)),this[e(194)][e(218)](t.id,g));const d=i[e(235)](t[e(192)],h),p=new xc(n,t,h,d),m=t[e(157)]()[e(265)]((t=>t[e(188)]));h[e(182)]=n[e(233)][e(271)](e(252))[e(147)][e(170)](m),this[e(230)][e(218)](t,p),this[e(134)][e(218)](h,p);const I=s[e(140)]({view:g,target:()=>{const r=e,s=[],i=t[r(157)]()[r(265)]((t=>t[r(188)]));for(const t of i)s[r(246)](...t[r(202)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(219)],s)},type:()=>e(244)+p[e(164)][e(232)]});i[e(206)](h,I),s[e(169)](I),a[e(178)](I)}[Jc(133)](t){const e=Jc,n=this[e(264)][e(233)][e(271)](e(250)),r=this[e(264)][e(233)][e(271)](e(144)),s=this[e(230)][e(271)](t),o=s[e(164)],i=r[e(225)](o);n[e(165)](o),i&&r[e(240)](i),this[e(230)][e(249)](t),this[e(134)][e(249)](o),s[e(167)]()}[Jc(220)](t){const e=Jc;if(!t[e(188)]||!this[e(230)][e(145)](t))return;const n=this[e(264)][e(233)][e(271)](e(252)),r=this[e(230)][e(271)](t),s=t[e(157)]();r[e(164)][e(182)]=n[e(147)][e(170)](s)}[Jc(167)](){const t=Jc;for(const e of this[t(230)][t(199)]())this[t(133)](e);for(const e of this[t(194)][t(257)]())e[t(254)][t(167)]();super[t(167)]()}}function tu(t){return Jc(197)in t}var eu=nu;function nu(t,e){var n=ru();return(nu=function(t,e){return n[t-=399]})(t,e)}function ru(){var t=["1393706KLuOqH","plugins","8072lavPtE","10053xyMIhn","530466oSdfFK","addSuggestion","Comments","pluginName","requires","editor","get","2093IjXFmZ","11OUyieN","3999480WjkCaF","1161111QXUQqc","55ZPgubj","getSuggestion","11234174MVuzhg","getSuggestions","1RGgtji","4MkoZMl","53484eMmDVW","adapter","addSuggestionData","TrackChanges"];return(ru=function(){return t})()}!function(t,e){for(var n=nu,r=t();;)try{if(822905===-parseInt(n(413))/1*(parseInt(n(419))/2)+parseInt(n(408))/3*(parseInt(n(414))/4)+-parseInt(n(409))/5*(-parseInt(n(423))/6)+parseInt(n(411))/7+-parseInt(n(421))/8*(parseInt(n(422))/9)+parseInt(n(407))/10*(parseInt(n(406))/11)+-parseInt(n(415))/12*(parseInt(n(405))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[eu(402)](){return[yc,$c,eu(400)]}static get[eu(401)](){return eu(418)}set[eu(416)](t){var e=eu;this[e(403)][e(420)][e(404)](yc)[e(416)]=t}get[eu(416)](){var t=eu;return this[t(403)][t(420)][t(404)](yc)[t(416)]}[eu(399)](t){var e=eu;return this[e(403)][e(420)][e(404)](yc)[e(417)](t)}[eu(412)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(403)][n(420)][n(404)](yc)[n(412)]({skipNotAttached:t,toJSON:e})}[eu(410)](t){var e=eu;return this[e(403)][e(420)][e(404)](yc)[e(410)](t)}}function ou(t,e){const n=fu();return(ou=function(t,e){return n[t-=246]})(t,e)}const iu=ou;!function(t,e){const n=ou,r=t();for(;;)try{if(178429===-parseInt(n(276))/1*(-parseInt(n(273))/2)+-parseInt(n(274))/3+parseInt(n(298))/4*(-parseInt(n(270))/5)+parseInt(n(277))/6*(-parseInt(n(275))/7)+parseInt(n(303))/8*(-parseInt(n(279))/9)+-parseInt(n(278))/10+parseInt(n(307))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fu);const au=[iu(260)];class cu extends t.Plugin{static get[iu(251)](){return[yc]}static get[iu(288)](){return iu(295)}[iu(248)](){const t=iu,n=this[t(254)];if(n[t(296)][t(256)](t(252),(e=>{const r=t,s=n[r(250)][r(247)][r(281)]()[r(262)](((t,e)=>(t[e]="",t)),{});return n[r(294)][r(308)](s,e)})),t(264)!=typeof n[t(296)][t(272)](t(266))[t(269)])throw new e.CKEditorError(t(257))}[iu(306)](t){return hu(this[iu(254)],!0,t)}[iu(261)](t){return hu(this[iu(254)],!1,t)}}class uu extends t.Plugin{static get[iu(288)](){return iu(265)}constructor(t){const e=iu;super(t),this[e(253)]=e(302)}[iu(248)](){const t=iu;this[t(254)][t(304)][t(272)](t(301))[t(259)]={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(254)][t(304)][t(272)](t(267))[t(259)]=null}}function lu(t){return void 0!==t[iu(291)]}function fu(){const t=["addSuggestionData","getUser","name","map","set","pluginName","acceptAllSuggestions","useAnonymousUser","getRootsAttributes","destroy","discardAllSuggestions","constructor","TrackChangesData","config","div","1556OFgcCp","execute","addUser","CommentsRepository","end","356216HOoHIv","plugins","push","getDataWithAcceptedSuggestions","5105144XUAzcS","create","rootsAttributes","document","init","data","model","requires","trackChangesData.editorCreator","result","editor","users","define","track-changes-data-invalid-editor-creator","appendChild","_adapter","Pagination","getDataWithDiscardedSuggestions","reduce","Users","function","TrackChangesDataGetter","trackChangesData","TrackChangesEditing","getFullData","editorCreator","745vkRbsC","createElement","get","58yrRCaJ","304545yUNfrA","7Mtobzb","3965FTvVwB","547086TAzpfM","1054760ybGyKh","9ZkmcOK","getSuggestions","getRootNames","createDocumentFragment"];return(fu=function(){return t})()}async function hu(t,e,n){const r=iu,s=(0,o.sanitizeEditorConfig)(t,au);s[r(304)][r(305)](yc,uu),s[r(246)]=lu(t)?t[r(291)]():void 0;const i=document[r(282)](),a=t[r(296)][r(272)](r(266))[r(269)],c=await a(s,(()=>function(t){const e=r,n=document[e(271)](e(297));return t[e(258)](n),n}(i)));!function(t,e){const n=r,s=t[n(250)][n(247)][n(281)]()[n(262)](((e,r)=>(e[r]=t[n(249)][n(272)]({rootName:r}),e)),{}),o=t[n(304)][n(272)](n(263))[n(255)][n(286)]((t=>({id:t.id,name:t[n(285)]}))),i=t[n(304)][n(272)](n(267))[n(280)]({skipNotAttached:!0,toJSON:!0}),a=e[n(304)][n(272)](n(263)),c=e[n(304)][n(272)](n(267));for(const t of o)a[n(284)](t.id)||a[n(300)](t);a.me||a[n(290)]();for(const t of i)c[n(283)](t);e[n(249)][n(287)](s)}(t,c),c[r(299)](r(e?289:293));const u=lu(c)?c[r(268)](n):c[r(249)][r(272)](n);return await c[r(292)](),u}function gu(t,e){var n=du();return(gu=function(t,e){return n[t-=114]})(t,e)}function du(){var t=["3333hxCBKV","146yasPSk","1533580RzwDLA","90ETloUn","9756670hdgQGN","30MjQcvB","34156VWFGmo","1845lxJQdY","3921148AUtJvZ","4208LOXrwz","379070pgGmaC"];return(du=function(){return t})()}!function(t,e){for(var n=gu,r=t();;)try{if(300591===parseInt(n(118))/1*(parseInt(n(119))/2)+parseInt(n(121))/3*(-parseInt(n(124))/4)+-parseInt(n(117))/5*(-parseInt(n(123))/6)+parseInt(n(115))/7+-parseInt(n(116))/8*(-parseInt(n(114))/9)+parseInt(n(120))/10+-parseInt(n(122))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(du)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();