@ckeditor/ckeditor5-track-changes 41.2.0 → 41.3.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. 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:()=>xc,TrackChanges:()=>Qc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ec});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["5892993BDVuIf","value","212780OMHIds","5182135IZYrSf","8946120hiNlem","editor","commands","_isEnabledBasedOnSelection","4750924OQYgLL","affectsData","execute","_enableCommands","TrackChangesCommand","803589JajLYM","6yyWaPx","refresh","30hJYdqJ","_enabledCommands","_disableUnsupportedCommands","clearForceDisabled","isEnabled","8554565sVdULp","forceDisabled","has","10QWxBNB"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=360]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(914342===parseInt(n(365))/1*(parseInt(n(362))/2)+parseInt(n(376))/3+parseInt(n(371))/4+parseInt(n(384))/5*(-parseInt(n(377))/6)+-parseInt(n(366))/7+-parseInt(n(367))/8+parseInt(n(363))/9*(parseInt(n(379))/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(380)]=e,this[n(364)]=!1,this[n(378)](),this[n(370)]=!1}[c(378)](){this[c(383)]=!0}[c(373)](){const t=c;this[t(364)]=!this[t(364)],this[t(364)]?this[t(381)]():this[t(374)]()}[c(381)](){const t=c;for(const e of this[t(368)][t(369)][t(369)]())e[t(372)]&&!this[t(380)][t(361)](e)&&e[t(360)](t(375))}[c(374)](){const t=c;for(const e of this[t(368)][t(369)][t(369)]())e[t(372)]&&!this[t(380)][t(361)](e)&&e[t(382)](t(375))}}const h=g;function g(t,e){const n=d();return(g=function(t,e){return n[t-=467]})(t,e)}function d(){const t=["3162402WxmrJy","refresh","156553qSAAlV","canEditAt","_suggestions","execute","editor","796186tShdEC","_isEnabledBasedOnSelection","get","acceptSuggestion","track-changes-accept-suggestion-not-found","getRanges","981425dZcuqI","model","5347384epCbZk","isEnabled","TrackChangesEditing","811629nWOmRY","plugins","8762244CkLCoH"];return(d=function(){return t})()}!function(t,e){const n=g,r=t();for(;;)try{if(876208===-parseInt(n(472))/1+-parseInt(n(477))/2+-parseInt(n(470))/3+parseInt(n(485))/4+-parseInt(n(483))/5+parseInt(n(469))/6+-parseInt(n(467))/7)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(474)]=e,this[n(471)](),this[n(478)]=!1}[h(471)](){this[h(486)]=!0}[h(475)](t){const n=h,r=this[n(474)][n(479)](t);if(!r)throw new e.CKEditorError(n(481),this);const s=r[n(482)]();this[n(476)][n(484)][n(473)](s)&&this[n(476)][n(468)][n(479)](n(487))[n(480)](r)}}function m(t,e){const n=b();return(m=function(t,e){return n[t-=355]})(t,e)}const I=m;!function(t,e){const n=m,r=t();for(;;)try{if(192003===parseInt(n(370))/1+-parseInt(n(368))/2+parseInt(n(373))/3+parseInt(n(361))/4+parseInt(n(360))/5+-parseInt(n(372))/6+parseInt(n(357))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=m;super(t),this[n(367)]=e,this[n(366)](),this[n(356)]=!1}[I(366)](){this[I(371)]=!0}[I(364)](t){const n=I,r=this[n(367)][n(359)](t);if(!r)throw new e.CKEditorError(n(375),this);const s=r[n(363)]();this[n(374)][n(365)][n(355)](s)&&this[n(374)][n(369)][n(359)](n(362))[n(358)](r)}}function b(){const t=["discardSuggestion","get","1445760vOdsXI","139376qFrLpC","TrackChangesEditing","getRanges","execute","model","refresh","_suggestions","732770cojXsg","plugins","229611cPFDuR","isEnabled","1210890PndIuM","186330BlLnDN","editor","track-changes-discard-suggestion-not-found","canEditAt","_isEnabledBasedOnSelection","1011402gUkRZH"];return(b=function(){return t})()}function T(t){const e=A;return t[e(453)](((t,n)=>e(490)==t[e(469)]&&e(490)!=n[e(469)]?-1:e(490)!=t[e(469)]&&e(490)==n[e(469)]?1:0))}function _(t,e){const n=A;let r,s=0;const o=[],i=e[n(463)];for(;s<t[n(478)];){const a=t[s],c=t[s+1];r||(r=e[n(451)](a)),y(e,a,c)||(o[n(479)](e[n(482)](r,i[n(472)](a)?e[n(452)](a):e[n(483)](a,n(471)))),r=null),s++}return o}function y(t,e,n){const r=A;if(!n)return!1;const s=t[r(452)](e),o=t[r(451)](n);return s[r(458)](o)}!function(t,e){const n=A,r=t();for(;;)try{if(144594===parseInt(n(487))/1*(-parseInt(n(456))/2)+parseInt(n(454))/3*(parseInt(n(480))/4)+-parseInt(n(477))/5+-parseInt(n(457))/6+-parseInt(n(486))/7+parseInt(n(466))/8*(-parseInt(n(481))/9)+-parseInt(n(462))/10*(-parseInt(n(484))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function A(t,e){const n=k();return(A=function(t,e){return n[t-=451]})(t,e)}function C(t,e,n){const r=A;for(;n[r(478)];){const s=n[r(473)](0,100);t[r(465)]((()=>{const t=r;for(const n of s)n[t(460)]&&e[t(475)](n.id)}))}}function k(){const t=["start","isIntersecting","deletion","replace","isCollapsed","getRanges"," [color ","createPositionBefore","createPositionAfter","sort","792ONNghT","color","2NqLzwT","1197108qrpHMT","isTouching","add","isInContent","map","7816450nUtCUk","schema","from","change","344WIvRmR","isMultiRange","isArray","type","content","end","isObject","splice","next","execute","join","310185cjCZbA","length","push","2068dpjBZA","14292vSoZJS","createRange","createPositionAt","11iBvprL","value","1963661TDsDCF","163177EnINkX"];return(k=function(){return t})()}const N=R;function L(){const t=["2645085OZysRK","values","getRanges","999mNyGwK","some","117kwkQwh","_command","56FobmXJ","20328yrISjk","34CEjUFp","isEnabled","canEditAt","_isEnabledBasedOnSelection","editor","isInContent","323264cmCqdN","from","11848VlYije","2974653vTLfnR","execute","_suggestions","27737yizLTt","346300giKBcL","refresh","model"];return(L=function(){return t})()}function R(t,e){const n=L();return(R=function(t,e){return n[t-=108]})(t,e)}!function(t,e){const n=R,r=t();for(;;)try{if(537415===-parseInt(n(112))/1*(parseInt(n(125))/2)+-parseInt(n(119))/3*(-parseInt(n(108))/4)+parseInt(n(116))/5+-parseInt(n(124))/6+-parseInt(n(123))/7*(parseInt(n(131))/8)+parseInt(n(121))/9*(-parseInt(n(113))/10)+parseInt(n(109))/11)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(122)]=e,this[r(111)]=n,this[r(114)](),this[r(128)]=!1}[N(114)](){const t=N,e=Array[t(132)](this[t(111)][t(117)]())[t(120)]((e=>e[t(130)]));this[t(126)]=this[t(122)][t(126)]&&e}[N(110)](){const t=N,e=T(Array[t(132)](this[t(111)][t(117)]()));for(const n of e){const e=n[t(118)]();if(!this[t(129)][t(115)][t(127)](e))return}C(this[t(129)][t(115)],this[t(122)],e)}}const v=M;function M(t,e){const n=w();return(M=function(t,e){return n[t-=339]})(t,e)}!function(t,e){const n=M,r=t();for(;;)try{if(688692===parseInt(n(344))/1+parseInt(n(341))/2*(parseInt(n(355))/3)+parseInt(n(346))/4+parseInt(n(352))/5*(parseInt(n(359))/6)+parseInt(n(339))/7+parseInt(n(356))/8+-parseInt(n(351))/9)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(348)]=e,this[r(358)]=n,this[r(353)]=new Set,this[r(362)](),this[r(343)]=!1}[v(362)](){const t=v,e=this[t(347)][t(361)][t(349)][t(340)],n=Array[t(350)](this[t(358)][t(357)]());this[t(353)]=function(t,e){const n=A,r=Array[n(464)](t[n(493)]()),s=new Set;for(const o of e)if(o[n(460)])for(const e of r)for(const r of o[n(493)]())(e[n(489)](r)||t[n(492)]&&!o[n(467)]&&o[n(474)]&&r[n(471)][n(458)](e[n(488)]))&&s[n(459)](o);return s}(e,n),this[t(345)]=this[t(348)][t(345)]&&!!this[t(353)][t(363)]}[v(360)](){const t=v,e=T(Array[t(350)](this[t(353)]));for(const n of e){const e=n[t(354)]();if(!this[t(347)][t(361)][t(342)](e))return}C(this[t(347)][t(361)],this[t(348)],e)}}function w(){const t=["1635848HQKmFR","canEditAt","_isEnabledBasedOnSelection","662967beazNM","isEnabled","3555996vmILLe","editor","_command","document","from","33765993jOTPKg","450445INWOPG","_selectedSuggestions","getRanges","3tRhdlH","9473280wKghNT","values","_suggestions","42Rddnon","execute","model","refresh","size","1790572taVPZc","selection"];return(w=function(){return t})()}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var 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=F,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Y="object"==typeof self&&self&&self.Object===Object&&self;const Q=q||Y||Function("return this")();const Z=Q.Symbol;var J=Object.prototype,$=J.hasOwnProperty,tt=J.toString,et=Z?Z.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=Z?Z.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Q["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const Ct=At(Q,"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 vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return kt?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=kt&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Nt,wt.prototype.delete=Lt,wt.prototype.get=St,wt.prototype.has=Mt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(Ct||H),string:new Ft}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const 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=Dt,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!Ct||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=X,Wt.prototype.set=zt;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 Yt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const Zt=function(t,e,n){var r=t[e];Qt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Yt(t,e,n)};const Jt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Yt(n,a,c):Zt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Q.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var 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 ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Le(t))return Se(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?ke(t):Me(t)};const Fe=function(t,e){return t&&Jt(e,we(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return De(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 Oe(t)?ke(t,!0):xe(t)};const Ue=function(t,e){return t&&Jt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Q.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const 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,Ye=Object.getOwnPropertySymbols;const Qe=Ye?function(t){return null==t?[]:(t=Object(t),Ke(Ye(t),(function(e){return qe.call(t,e)})))}:Xe;const Ze=function(t,e){return Jt(t,Qe(t),e)};const Je=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Je(e,Qe(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Jt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Je(r,n(t))};const rn=function(t){return nn(t,we,Qe)};const sn=function(t){return nn(t,Be,tn)};const on=At(Q,"DataView");const an=At(Q,"Promise");const cn=At(Q,"Set");const un=At(Q,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(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=Q.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=Z?Z.prototype:void 0,vn=Sn?Sn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return 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 On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return Mn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Le(t)?{}:Dn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[zn]=Kn["[object WeakMap]"]=!1;const 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==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ze(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:we)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Zt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Yn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Zn=/^\w*$/;const Jn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Yn(t))||(Zn.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Z?Z.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(Yn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Jn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Yn(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-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])?[]:{})}Zt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Z?Z.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 D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var 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]",vr=Object.prototype.hasOwnProperty;const Mr=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&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Dr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Gr;function Gr(t,e){const n=Hr();return(Gr=function(t,e){return n[t-=262]})(t,e)}!function(t,e){const n=Gr,r=t();for(;;)try{if(140408===parseInt(n(308))/1+-parseInt(n(334))/2+-parseInt(n(263))/3*(-parseInt(n(274))/4)+-parseInt(n(327))/5+-parseInt(n(281))/6+parseInt(n(270))/7+-parseInt(n(273))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hr);class Vr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(275)]=!1,this.id=e.id,this[n(333)]=e[n(333)],this[n(320)]=e[n(320)]||null,this[n(292)]=e[n(292)],this[n(293)]=e[n(293)]||e[n(292)],this[n(314)]=Boolean(e[n(295)]&&e[n(295)][n(323)]),this[n(326)]=null,this[n(287)]=t,this[n(303)]=e[n(299)],this[n(279)]=e[n(332)],this[n(272)]=e[n(286)],this[n(340)]=new Set,this[n(298)]=null,this[n(318)](n(317),null),this[n(318)](n(295),e[n(295)]||{}),this[n(318)](n(309),null),this[n(318)](n(297),null),this[n(318)](n(313),null),this[n(318)](n(301),!1),this[n(330)](n(322)),this[n(330)](n(306))}get[jr(316)](){const t=jr;let e=this;for(;e[t(309)];)e=e[t(309)];return e}get[jr(331)](){const t=jr;return!!this[t(313)]&&this[t(313)][t(290)]>0}get[jr(284)](){const t=jr;return 0!=this[t(340)][t(282)]&&6==Array[t(337)](this[t(340)])[0][t(310)](":")[t(290)]}get[jr(264)](){return null!==this[jr(266)]()}[jr(278)](t){const e=jr;this[e(340)][e(321)](t)}[jr(339)](){const t=jr;return Array[t(337)](this[t(340)])}[jr(265)](){const t=jr;return this[t(339)]()[t(325)]((e=>this[t(287)][t(324)][t(307)](e)))[t(262)]((t=>t))}[jr(266)](){return this[jr(265)]()[0]||null}[jr(328)](){const t=jr;this[t(287)][t(305)]((e=>{const n=t;for(const t of this[n(265)]())e[n(276)](t)})),this[t(340)][t(300)]()}[jr(276)](t){const e=jr;this[e(287)][e(305)]((n=>{n[e(276)](t)})),this[e(340)][e(294)](t)}[jr(277)](t){const e=jr,n=e(283)+this[e(333)]+":"+this[e(320)]+":"+this.id+":"+this[e(293)].id+":"+Vr[e(329)]();this[e(278)](n),this[e(287)][e(305)]((r=>{r[e(268)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(267)](t){const e=jr;for(const n of this[e(285)]())if(n[e(315)](t))return!0;return!1}[jr(285)](){const t=jr;return this[t(265)]()[t(325)]((e=>e[t(319)]()))}[jr(271)](){const t=jr;return this[t(285)]()[t(269)](((e,n)=>[...e,...n[t(271)]()]),[])}[jr(291)](){const t=jr;var e;return(null===(e=this[t(266)]())||void 0===e?void 0:e[t(319)]())||null}[jr(336)](){const t=jr,e=this[t(285)]();if(1!=e[t(290)])return null;const n=e[0],r=n[t(311)][t(280)],s=n[t(335)][t(338)];return r instanceof i.Element?r!=s?null:r:null}[jr(322)](){const t=jr;this[t(303)](this[t(285)](),this[t(326)],this[t(295)]),this[t(328)]()}[jr(306)](){const t=jr;this[t(279)](this[t(285)](),this[t(326)],this[t(295)]),this[t(328)]()}[jr(289)](){const t=jr,e=[];let n=this[t(316)];for(;n;)e[t(296)](n),n=n[t(297)];return e}[jr(302)](t,e){const n=jr,r=qn(this[n(295)]);hr(r,t,e),wr(r,this[n(295)])||(this[n(295)]=r,this[n(272)](r))}[jr(312)](t){const e=jr,n=qn(this[e(295)]);Ur(n,t),wr(n,this[e(295)])||(this[e(295)]=n,this[e(272)](this[e(295)]))}[jr(304)](){const t=jr;return{id:this.id,type:this[t(320)]?this[t(333)]+":"+this[t(320)]:this[t(333)],authorId:this[t(293)].id,createdAt:this[t(298)],hasComments:this[t(331)],data:this[t(326)],attributes:this[t(295)]}}static[jr(329)](){const t=jr;return(0,e.uid)()[t(288)](1,5)}}function Hr(){const t=["discard","get","162284smyMGK","previous","split","start","removeAttribute","commentThread","isExternal","isIntersecting","head","authoredAt","set","getRange","subType","add","accept","@external","markers","map","data","324845yLGbjP","removeMarkers","getMultiRangeId","decorate","hasComments","onDiscard","type","92858vqwzoQ","end","getContainedElement","from","nodeBefore","getMarkerNames","_markerNames","filter","2199aGqKzb","isInContent","getMarkers","getFirstMarker","isIntersectingWithRange","addMarker","reduce","1518398csyhWN","getItems","_onAttributesChange","859264KIwGsb","1284PgzNrY","_isDataLoaded","removeMarker","addRange","addMarkerName","_onDiscard","nodeAfter","1531662EwBnVU","size","suggestion:","isMultiRange","getRanges","onAttributesChange","_model","substr","getAllAdjacentSuggestions","length","getFirstRange","author","creator","delete","attributes","push","next","createdAt","onAccept","clear","_saved","setAttribute","_onAccept","toJSON","change"];return(Hr=function(){return t})()}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=225]})(t,e)}function Xr(){const t=["_handleAttributeSuggestionDescription","getItemLabel","_handleInsertRemoveSuggestionDescription","has","elementEnd","removeContainer","REPLACE_TEXT","key","previousSibling","_handleRenameSuggestionDescription","getDescriptions","*Change to:* %0","item","remove","format","32855dJCLJD","push","getFirstRange","quantity","ELEMENT_SPACE","indexOf","328jVpIZP","nodeAfter","52ZbDcfV","newValue","332244OuQtXw","data","addContainer","add","getWalker","EmptyContainer","element","map","insertion","join","addEmptyContainer","200YKtLSS","label","registerAttributeLabel","*Remove:* %0","registerDescriptionCallback","_customCallbacks","elementStart","11649996kLEkkA","replace","set","nextSibling","removeObject","isEqual","length","type","_itemLabels","_resolveDescriptionItems","text","registerElementLabel","removeFormat","isObject","subType","_locale","89537TXlkSi","23516160XsIuMD","_handleCustomCallbackDescription","isInContent","_attributeLabels","_addDescriptionItems","addFormat","attribute","Object","*Split:* %0","skip","name","checkChild","_schema","*Insert:* %0","1303007qJPpbU","match","*Merge:* %0","removeEmptyContainer","isEmpty","start","get","Container","*Remove format:* %0","$textProxy","deletion","softBreak","*Set format:* %0","matchingCallback","_itemLabelsCallbacks","30120lBTbsw","function","addObject","end","normal","$1 $2","$text","pop"];return(Xr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(673825===-parseInt(n(305))/1+parseInt(n(267))/2*(-parseInt(n(320))/3)+parseInt(n(254))/4*(-parseInt(n(246))/5)+-parseInt(n(256))/6+-parseInt(n(290))/7*(parseInt(n(252))/8)+parseInt(n(274))/9+parseInt(n(291))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(272)]=[],this[n(282)]=new Map,this[n(319)]=[],this[n(294)]=new Map,this[n(303)]=t,this[n(289)]=e}[Wr(241)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(280)];o++){const i=t[o];if(!i[e(293)])continue;const a=this[e(292)](i);if(a){if(null!=i[e(288)]){if(r[e(234)](i[e(288)]))continue;r[e(259)](i[e(288)])}n[e(247)](a)}else if(e(297)!=i[e(281)])e(264)!=i[e(281)]&&e(315)!=i[e(281)]||this[e(233)](n,i,t[o+1]);else{const t=i[e(257)][e(238)];if(s[e(234)](t))continue;s[e(259)](i[e(257)][e(238)]),t==Ic?this[e(240)](n,i):this[e(231)](n,i)}}return this[e(283)](n)}[Wr(271)](t){const e=Wr;this[e(272)][e(247)](t)}[Wr(285)](t,n,r=e.priorities[Wr(227)]){const s=Wr;s(321)==typeof t?(0,e.insertToPriorityArray)(this[s(319)],{matchingCallback:t,label:n,priority:r}):this[s(282)][s(276)](t,n)}[Wr(269)](t,e){const n=Wr;this[n(294)][n(276)](t,e)}[Wr(232)](t,e=1){const n=Wr;let r;for(const e of this[n(319)])if(e[n(318)](t)){r=e[n(268)];break}return r||(r=this[n(282)][n(311)](t[n(301)])),r?r(e):1!==e?e+" "+t[n(301)]+"s":""+t[n(301)]}[Wr(295)](t,e){const n=Wr,r=e[n(248)]()[n(260)](),s=n(264)==e[n(281)]?n(259):n(244);for(const e of r){const o=e[n(243)],i=t[t[n(280)]-1];if(o.is(n(314)))i&&i[n(281)][n(251)](n(312))>-1&&t[n(230)](),i&&n(284)==i[n(281)]?i[s]+=o[n(257)]:t[n(247)]({type:n(284),add:n(259)==s?o[n(257)]:"",remove:n(244)==s?o[n(257)]:""});else if(this[n(303)][n(287)](o)){const a=o;if(i&&i[n(281)][n(251)](n(312))>-1&&t[n(230)](),n(235)==e[n(281)])continue;i&&i[n(281)]==s+n(298)&&i[n(262)][n(301)]==a[n(301)]?i[n(249)]++:t[n(247)]({type:s+n(298),element:a,quantity:1}),r[n(300)]((t=>!(n(235)==t[n(281)]&&t[n(243)]==o)))}else if(this[n(303)][n(302)](o,n(229))||o.is(n(262),n(316))){const r=o;if(n(259)==s&&n(273)==e[n(281)]||n(244)==s&&n(235)==e[n(281)])continue;if(i&&-1==i[n(281)][n(251)](n(312))){n(284)==i[n(281)]&&(i[s]+="\n");continue}let a;if(a=n(259)==s?r[n(277)]&&!this[n(303)][n(287)](r[n(277)])?r[n(277)]:null:r[n(239)]&&!this[n(303)][n(287)](r[n(239)])?r[n(239)]:null,r[n(309)]||a&&a[n(309)]){const e=a&&a[n(309)]?a:r;i&&i[n(281)]==s+n(261)&&i[n(262)][n(301)]==e[n(301)]?i[n(249)]++:t[n(247)]({type:s+n(261),element:e,quantity:1})}else t[n(247)]({type:s+n(312),element:r})}}}[Wr(283)](t){const e=Wr,n=this[e(289)],r=[],s=[],o=[];for(const i of t)switch(i[e(281)]){case e(284):if(i[e(259)]=i[e(259)][e(275)](/(\S)\u000A+(\S)/g,e(228))[e(275)](/\u000A/g,""),i[e(244)]=i[e(244)][e(275)](/(\S)\u000A+(\S)/g,e(228))[e(275)](/\u000A/g,""),""!=i[e(259)]&&""!=i[e(244)]){r[e(247)]({type:e(275),content:zr(n,e(237),['"'+i[e(244)]+'"','"'+i[e(259)]+'"'])});continue}if(null!=i[e(259)][e(306)](/^ +$/)){r[e(247)]({type:e(264),content:zr(n,e(304),zr(n,e(250),i[e(259)][e(280)]))});continue}if(null!=i[e(244)][e(306)](/^ +$/)){r[e(247)]({type:e(315),content:zr(n,e(270),zr(n,e(250),i[e(244)][e(280)]))});continue}if(""!=i[e(259)]){r[e(247)]({type:e(264),content:zr(n,e(304),'"'+i[e(259)]+'"')});continue}r[e(247)]({type:e(315),content:zr(n,e(270),'"'+i[e(244)]+'"')});continue;case e(266):case e(225):r[e(247)]({type:e(264),content:zr(n,e(304),this[e(232)](i[e(262)],i[e(249)]))});continue;case e(308):case e(278):r[e(247)]({type:e(315),content:zr(n,e(270),this[e(232)](i[e(262)],i[e(249)]))});continue;case e(258):r[e(247)]({type:e(264),content:zr(n,e(299),this[e(232)](i[e(262)],i[e(249)]))});continue;case e(236):r[e(247)]({type:e(315),content:zr(n,e(307),this[e(232)](i[e(262)],i[e(249)]))});continue;case e(296):s[e(247)](i[e(238)]);continue;case e(286):o[e(247)](i[e(238)]);continue;default:r[e(247)](i)}if(s[e(280)]){const t=s[e(263)]((t=>this[e(294)][e(234)](t)?this[e(294)][e(311)](t):t))[e(265)](", ");r[e(247)]({type:e(245),content:zr(this[e(289)],e(317),t)})}if(o[e(280)]){const t=o[e(263)]((t=>this[e(294)][e(234)](t)?this[e(294)][e(311)](t):t))[e(265)](", ");r[e(247)]({type:e(245),content:zr(this[e(289)],e(313),t)})}return r}[Wr(292)](t){const e=Wr;for(const n of this[e(272)]){const r=n(t);if(r&&e(281)in r)return r}}[Wr(231)](t,e){const n=Wr,r=e[n(257)],s=void 0===r[n(255)]?n(286):n(296);t[n(247)]({type:s,key:r[n(238)]})}[Wr(240)](t,e){const n=Wr;t[n(247)]({type:n(245),content:zr(this[n(289)],n(242),this[n(232)](e[n(248)]()[n(310)][n(253)],1))})}[Wr(233)](t,e,n){const r=Wr;if(this[r(295)](t,e),n&&n[r(248)]()&&!e[r(248)]()[r(226)][r(279)](n[r(248)]()[r(310)])){const n=t[t[r(280)]-1],s=r(264)==e[r(281)]?r(259):r(244);n&&r(284)==n[r(281)]&&(n[s]+="\n")}}}const Yr=Qr;function Qr(t,e){const n=Jr();return(Qr=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(222375===parseInt(n(187))/1+-parseInt(n(181))/2*(-parseInt(n(179))/3)+-parseInt(n(177))/4*(parseInt(n(190))/5)+-parseInt(n(185))/6+parseInt(n(186))/7+-parseInt(n(175))/8*(parseInt(n(184))/9)+-parseInt(n(183))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Zr extends t.Plugin{[Yr(174)](){const t=Yr,e=this[t(180)],n=e[t(173)][t(188)](t(178));e[t(189)][t(188)](t(182))&&n[t(176)](t(182))}}function Jr(){const t=["8RcmDZa","enableCommand","12508YfkwXX","TrackChangesEditing","6evMMDm","editor","439862onGxLU","showAIAssistant","1316510qCqIIH","3514032eILhAj","961170EwPvoH","642257rRqneU","385564topOwp","get","commands","20VuSpLn","plugins","afterInit"];return(Jr=function(){return t})()}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=334]})(t,e)}function es(){const t=["value","FORMAT_ALIGN_TO_RIGHT","FORMAT_ALIGN_TO_LEFT","commandName","AlignmentEditing","549CMolXK","has","right","formatBlock","FORMAT_JUSTIFY_TEXT","editor","119024QeSmIR","36Pulicu","25196nLImyd","center","get","817707wbHzxh","afterInit","registerAttributeLabel","_enableDefaultAttributesIntegration","type","2835123eBoiCl","29029KMcUbj","registerDescriptionCallback","_descriptionFactory","plugins","left","locale","FORMAT_ALIGNMENT","2470eFNzFN","115LzApCO","commandParams","_registerLegacyDescription","136dmYdMY","alignment","*Format:* %0","FORMAT_ALIGN_TO_CENTER","705236abGINr","TrackChangesEditing","format","justify"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(546076===-parseInt(n(359))/1+parseInt(n(335))/2+-parseInt(n(364))/3+parseInt(n(356))/4*(parseInt(n(373))/5)+-parseInt(n(355))/6*(-parseInt(n(339))/7)+-parseInt(n(354))/8*(-parseInt(n(348))/9)+parseInt(n(372))/10*(parseInt(n(365))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(360)](){const t=$r,e=this[t(353)],n=e[t(370)];if(!e[t(368)][t(349)](t(347)))return;const r=e[t(368)][t(358)](t(340));r[t(362)](t(336),[],[t(336)]),r[t(367)][t(361)](t(336),zr(n,t(371))),this[t(334)]()}[$r(334)](){const t=$r,e=this[t(353)],n=e[t(370)];e[t(368)][t(358)](t(340))[t(367)][t(366)]((e=>{const r=t;if(r(351)!=e[r(363)])return;const{data:s}=e;if(s&&r(336)==s[r(346)]){const t=s[r(374)][0][r(343)];return{type:r(341),content:zr(n,r(337),function(t){const e=r;switch(t){case e(369):return zr(n,e(345));case e(350):return zr(n,e(344));case e(357):return zr(n,e(338));case e(342):return zr(n,e(352))}}(t))}}}))}}function rs(){const t=["1Qwsmak","bold","27UgSXrr","subscript","FORMAT_ITALIC","FORMAT_UNDERLINE","FORMAT_SUBSCRIPT","SuperscriptEditing","FORMAT_BOLD","7899108PovBta","4827550GGDbGO","format","get","UnderlineEditing","168qmDHki","plugins","FORMAT_SUPERSCRIPT","_descriptionFactory","italic","2528970MxuNlG","6755495aEuAuZ","*Format:* %0","SubscriptEditing","_enableDefaultAttributesIntegration","209230FqRHWc","FORMAT_CODE","BoldEditing","registerAttributeLabel","underline","registerDescriptionCallback","afterInit","type","12jyJwMN","toUpperCase","strikethrough","commandName","StrikethroughEditing","superscript","6BmHuoP","formatInline","CodeEditing","_registerLegacyDescription","TrackChangesEditing","toLowerCase","forceValue","*Remove format:* %0","editor","FORMAT_STRIKETHROUGH","8NLZUAm","FORMAT_","8sEFCny","locale","slice","commandParams","has","7908989AdbNMa","ItalicEditing","code","2100441cvVhMb"];return(rs=function(){return t})()}const ss=os;function os(t,e){const n=rs();return(os=function(t,e){return n[t-=109]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(786998===parseInt(n(157))/1*(-parseInt(n(117))/2)+-parseInt(n(156))/3*(parseInt(n(148))/4)+-parseInt(n(118))/5*(parseInt(n(136))/6)+parseInt(n(166))/7*(parseInt(n(146))/8)+-parseInt(n(159))/9*(parseInt(n(122))/10)+-parseInt(n(153))/11*(parseInt(n(130))/12)+-parseInt(n(167))/13*(-parseInt(n(112))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(rs);const is=[ss(124),ss(154),ss(111),ss(138),ss(134),ss(120),ss(164)];class as extends t.Plugin{[ss(128)](){const t=ss,e=this[t(144)],n=e[t(113)][t(110)](t(140)),r=e[t(149)];for(const s of is){if(!e[t(113)][t(152)](s))continue;const o=s[t(150)](0,-7)[t(141)](),i=t(147)+o[t(131)]();n[t(121)](o,[o]),n[t(115)][t(125)](o,zr(r,i))}this[t(139)]()}[ss(139)](){const t=ss,e=this[t(144)],n=e[t(149)],r=e[t(113)][t(110)](t(140));function s(e,s){const o=t;r[o(115)][o(127)]((t=>{const r=o;if(r(137)!=t[r(129)])return;const{data:i}=t;return i&&i[r(133)]===e?i[r(151)][0][r(142)]?{type:r(109),content:zr(n,r(119),s)}:{type:r(109),content:zr(n,r(143),s)}:void 0}))}s(t(158),zr(n,t(165))),s(t(116),zr(n,t(161))),s(t(126),zr(n,t(162))),s(t(155),zr(n,t(123))),s(t(132),zr(n,t(145))),s(t(160),zr(n,t(163))),s(t(135),zr(n,t(114)))}}const cs=us;function us(t,e){const n=fs();return(us=function(t,e){return n[t-=478]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(635994===parseInt(n(516))/1*(parseInt(n(511))/2)+-parseInt(n(498))/3*(parseInt(n(519))/4)+-parseInt(n(499))/5+parseInt(n(492))/6*(parseInt(n(478))/7)+-parseInt(n(515))/8+-parseInt(n(483))/9*(-parseInt(n(522))/10)+parseInt(n(503))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fs);class ls extends t.Plugin{[cs(517)](){const t=cs,e=this[t(487)],n=e[t(493)];if(!e[t(484)][t(500)](t(481)))return;const r=e[t(484)][t(488)](t(521)),s=this[t(487)][t(514)][t(488)](t(494));r[t(520)](t(494),((n,o={})=>{const i=t,a=this[i(487)][i(507)][i(486)][i(501)],c=o&&void 0!==o[i(495)]?o[i(495)]:!s[i(482)];let u=[];if(c){const t=Array[i(506)](a[i(513)]())[i(504)]((t=>hs(t)||function(t,e){const n=i,r=e[n(490)](t[n(509)],n(494)),s=e[n(490)]([n(496),n(494)],t);return r&&s}(t,this[i(487)][i(507)][i(480)])));u=_(t,e[i(507)])}else{const t=Array[i(506)](a[i(513)]())[i(504)]((t=>hs(t)));u=_(t,e[i(507)])}e[i(507)][i(502)]((()=>{const t=i;for(const e of u)r[t(505)](e,{commandName:t(494),commandParams:[{forceValue:c}]})}))})),r[t(518)][t(510)]((e=>{const r=t,{data:s}=e;if(s&&r(494)==s[r(512)]){const t=zr(n,r(485));return s[r(508)][0][r(495)]?{type:r(497),content:zr(n,r(479),t)}:{type:r(497),content:zr(n,r(491),t)}}}))}}function fs(){const t=["687YMOUVK","1073520heFDOa","has","selection","change","10374452mBxqyy","filter","markBlockFormat","from","model","commandParams","parent","registerDescriptionCallback","96818VHnlSy","commandName","getSelectedBlocks","commands","1518632wubikG","8TIsLYq","afterInit","_descriptionFactory","18988QCZlIO","enableCommand","TrackChangesEditing","10CeBdQX","7CRoAxw","*Set format:* %0","schema","BlockQuoteEditing","value","7080813reOcyf","plugins","ELEMENT_BLOCK_QUOTE","document","editor","get","name","checkChild","*Remove format:* %0","62574JtMLiO","locale","blockQuote","forceValue","$root","format"];return(fs=function(){return t})()}function hs(t){const e=cs;return e(494)==t[e(509)][e(489)]}function gs(){const t=["1588fWbgsa","52bhrJLd","afterInit","editor","1209775aAZcef","CaseChange","30cRDkOL","27992oocHgK","changeCaseUpper","12051dNllzW","changeCaseLower","3269VrPTrr","enableCommand","40085177jQgiCD","TrackChangesEditing","904SpBfuG","12RpxAWC","12083270WOMpRH","plugins","has","changeCaseTitle","12374190oTAiAC","get"];return(gs=function(){return t})()}const ds=ps;function ps(t,e){const n=gs();return(ps=function(t,e){return n[t-=305]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(937529===-parseInt(n(314))/1*(parseInt(n(323))/2)+-parseInt(n(308))/3*(-parseInt(n(322))/4)+-parseInt(n(326))/5*(-parseInt(n(305))/6)+-parseInt(n(310))/7*(-parseInt(n(306))/8)+parseInt(n(320))/9+-parseInt(n(316))/10+-parseInt(n(312))/11*(parseInt(n(315))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gs);class ms extends t.Plugin{[ds(324)](){const t=ds,e=this[t(325)];e[t(317)][t(318)](t(327))&&(e[t(317)][t(321)](t(313))[t(311)](t(307)),e[t(317)][t(321)](t(313))[t(311)](t(309)),e[t(317)][t(321)](t(313))[t(311)](t(319)))}}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=242]})(t,e)}function bs(){const t=["TrackChangesEditing","783700JAdGoo","2319SaOxVN","editor","plugins","1604XpAWNL","get","afterInit","50848nOYOQU","505078mCtheL","commands","enableCommand","6TcOaEh","3403064liBuyf","1522619PVmkCN","ckbox","138753vsOEXR"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(287072===parseInt(n(257))/1+parseInt(n(256))/2+parseInt(n(250))/3*(-parseInt(n(253))/4)+-parseInt(n(249))/5+-parseInt(n(243))/6*(parseInt(n(245))/7)+parseInt(n(244))/8+parseInt(n(247))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(255)](){const t=Is,e=this[t(251)];e[t(258)][t(254)](t(246))&&e[t(252)][t(254)](t(248))[t(242)](t(246))}}const _s=ys;function ys(t,e){const n=As();return(ys=function(t,e){return n[t-=183]})(t,e)}function As(){const t=["680745KBcUpf","indentCodeBlock","outdentCodeBlock","language","schema","checkChild","1101390oXlzNW","*Set format:* %0","document","registerDescriptionCallback","codeBlock","name","enableCommand","has","formatBlock","525GkFAia","parent","markBlockFormat","filter","get","plugins","locale","190JfsSRM","commands","languages","10943251gPPBvl","322551aiTiLn","blockName","isLimit","change","editor","4GhPjQV","afterInit","51912zLsZvT","commandParams","selection","find","registerElementLabel","value","getSelectedBlocks","label","3lrzuBN","rootElement","model","_descriptionFactory","73795TjsQsq","config","type","from","TrackChangesEditing","forceValue","commandName","format","ELEMENT_CODE_BLOCK","CodeBlock","toLowerCase","*Remove format:* %0","4028184fabZvZ"];return(As=function(){return t})()}!function(t,e){const n=ys,r=t();for(;;)try{if(343986===-parseInt(n(184))/1+parseInt(n(190))/2*(parseInt(n(225))/3)+parseInt(n(215))/4*(parseInt(n(229))/5)+-parseInt(n(217))/6*(-parseInt(n(199))/7)+-parseInt(n(183))/8+-parseInt(n(210))/9*(parseInt(n(206))/10)+parseInt(n(209))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(As);class Cs extends t.Plugin{[_s(216)](){const t=_s,e=this[t(214)];if(!e[t(204)][t(197)](t(238)))return;const n=e[t(204)][t(203)](t(233)),r=e[t(205)],s=e[t(230)][t(203)](t(194))[t(208)],o=e[t(207)][t(203)](t(194));n[t(196)](t(185)),n[t(196)](t(186)),n[t(196)](t(194),((r,i={})=>{const a=t,c=e[a(227)],u=e[a(227)][a(192)][a(219)],l=i&&void 0!==i[a(234)]?i[a(234)]:!o[a(222)];let f;i[a(187)]||(i[a(187)]=s[0][a(187)]),f=l?Array[a(232)](u[a(223)]())[a(202)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(226))&&!e[n(212)](t)&&e[n(189)](t[n(200)],n(194))}(t,c[a(188)]))):Array[a(232)](u[a(223)]())[a(202)]((t=>ks(t)));const h=_(f,c);c[a(213)]((()=>{const t=a;for(const e of h)n[t(201)](e,{commandName:t(194),commandParams:[{...i,forceValue:l}],formatGroupId:t(211)})}))})),n[t(228)][t(221)](t(194),(e=>zr(r,t(237),e))),n[t(228)][t(193)]((e=>{const n=t;if(n(198)!=e[n(231)])return;const o=r.t,{data:i}=e;if(!i||n(194)!=i[n(235)])return;const a=i[n(218)][0][n(187)],c=o(s[n(220)]((t=>t[n(187)]===a))[n(224)])[n(239)]();return i[n(218)][0][n(234)]?{type:n(236),content:zr(r,n(191),zr(r,n(237),1)+" ("+c+")")}:{type:n(236),content:zr(r,n(240),zr(r,n(237),1))}}))}}function ks(t){const e=_s;return e(194)==t[e(195)]}const Ns=Rs;!function(t,e){const n=Rs,r=t();for(;;)try{if(774911===parseInt(n(122))/1+-parseInt(n(121))/2*(-parseInt(n(120))/3)+parseInt(n(136))/4+parseInt(n(134))/5+-parseInt(n(132))/6*(parseInt(n(133))/7)+-parseInt(n(129))/8+-parseInt(n(127))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ss);class Ls extends t.Plugin{[Ns(119)](){const t=Ns,e=this[t(128)];e[t(124)][t(126)](t(135))&&e[t(124)][t(130)](t(131))[t(125)](t(123))}}function Rs(t,e){const n=Ss();return(Rs=function(t,e){return n[t-=119]})(t,e)}function Ss(){const t=["CommentsEditing","1088484gihKVh","afterInit","9YRWKKV","458558oyZsYm","104688nQPMjG","addCommentThread","plugins","enableCommand","has","3762720NcUdnO","editor","9190816HDhhqm","get","TrackChangesEditing","6ZLaAXW","1798573PabABA","7670680cfVxvE"];return(Ss=function(){return t})()}var vs=n(834);function Ms(){const t=["getWalker","getAttribute","addClass","listItem","parent","item","7SJHStZ","plugins","3949518oPJttF","markerRange","span","get","1905984vWtPoL","mapper","isBlock","addHighlight","model","isLimit","2849104YBMpLa","previousPosition","start","schema","896418iVHbeq","elementEnd","TrackChangesEditing","createRangeOn","nextSibling","270810UhkdsQ","activeMarkers","markerName","listIndent","includes","ck-suggestion-marker--active","getCustomProperty","isContent","insert","toViewElement","15416200xgpIlx","isAtEnd","bindElementToMarker","284932ykgYqE","type","name","consumable","push","getItems","element","createUIElement","writer","32bvKQKc","ck-suggestion-marker-","hasAttribute","test","3bruhTf","toViewPosition"];return(Ms=function(){return t})()}function Os(t,e,n){const r=ws,s=[];for(const o of e[r(314)]())o[r(320)](t)&&s[r(313)](n[r(294)](o));return s}function ws(t,e){const n=Ms();return(ws=function(t,e){return n[t-=286]})(t,e)}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(331)][r(335)](r(293));return(o,i,a)=>{const c=r;if(!a[c(312)][c(321)](i[c(333)],o[c(311)]))return;const u=i[c(333)][c(324)](),l=i[c(333)][c(289)],f=t[c(340)][c(290)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(329)];d=d||f[c(303)](e);const n=a[c(337)][c(305)](e);if(n&&n[c(302)](c(339)))return;c(292)==t[c(310)]&&f[c(338)](e)&&!f[c(286)](e)&&(e[c(295)]||l[c(307)]?h&&h[c(328)]==e||(h=e,m(t[c(288)]),p=!0):g=g||t[c(288)])}function m(t){const r=c,o=a[r(317)][r(316)](r(334),{class:r(319)+e}),u=a[r(337)][r(323)](t);n&&s[r(297)][r(300)](i[r(298)])&&a[r(317)][r(326)](r(301),o),a[r(317)][r(304)](u,o),a[r(337)][r(308)](o,i[r(298)])}d||p||!g||m(g)}}!function(t,e){const n=ws,r=t();for(;;)try{if(493259===-parseInt(n(322))/1*(parseInt(n(309))/2)+parseInt(n(291))/3+parseInt(n(287))/4+-parseInt(n(296))/5+-parseInt(n(332))/6*(-parseInt(n(330))/7)+-parseInt(n(318))/8*(-parseInt(n(336))/9)+-parseInt(n(306))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Ds=xs;!function(t,e){const n=xs,r=t();for(;;)try{if(535717===-parseInt(n(145))/1*(-parseInt(n(134))/2)+-parseInt(n(151))/3*(-parseInt(n(187))/4)+-parseInt(n(172))/5*(-parseInt(n(167))/6)+-parseInt(n(185))/7+-parseInt(n(184))/8*(parseInt(n(188))/9)+-parseInt(n(173))/10*(-parseInt(n(178))/11)+parseInt(n(150))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class Ps extends t.Plugin{static get[Ds(165)](){return[vs.Delete]}[Ds(146)](){const t=Ds,e=this[t(148)],n=e[t(168)][t(174)](t(137));n[t(139)](t(136));const r=e[t(163)][t(174)](t(162));n[t(139)](t(162),((n,s={})=>{const o=t,a=e[o(175)][o(155)](e[o(175)][o(180)][o(161)]);a[o(159)]&&e[o(175)][o(171)](a,{direction:o(192),unit:s[o(144)]});const c=a[o(153)](),u=i.LiveRange[o(157)](c);let l;n(s),l=o(195)==u[o(182)][o(177)]?e[o(175)][o(176)](c[o(140)]):e[o(175)][o(176)](u[o(140)],u[o(154)]),u[o(186)](),e[o(175)][o(149)](r[o(142)][o(147)],(t=>{const e=o;r[e(142)][e(160)](),t[e(169)](t[e(176)](l[e(154)])),r[e(142)][e(194)]()}))})),e[t(152)][t(166)].on(t(183),Fs(e,t(181)),{priority:t(156)}),e[t(190)][t(166)].on(t(183),((n,r,s)=>{const o=t;s[o(143)][o(189)]&&Fs(e,o(181),{showActiveMarker:!1})[o(179)](this)(n,r,s)}),{priority:t(156)}),e[t(152)][t(166)].on(t(193),((e,n,r)=>{const s=t,o=r[s(138)][s(135)](n[s(191)]);if(o)for(const t of o)t.is(s(141))&&(r[s(138)][s(170)](t,n[s(191)]),r[s(164)][s(158)](t))}),{priority:t(156)})}}function xs(t,e){const n=Bs();return(xs=function(t,e){return n[t-=134]})(t,e)}function Bs(){const t=["remove","isCollapsed","lock","selection","deleteForward","commands","writer","requires","downcastDispatcher","28968NKxVvw","plugins","setSelection","unbindElementFromMarkerName","modifySelection","250nOjxYz","10tiZWmr","get","model","createRange","rootName","4740483NJDjxJ","bind","document","merge","root","addMarker:suggestion:deletion","46664qohacC","3568138agVDqJ","detach","12kZZUfK","306kibxmF","showSuggestionHighlights","data","markerName","forward","removeMarker:suggestion:deletion","unlock","$graveyard","2KpUGOz","markerNameToElements","delete","TrackChangesEditing","mapper","enableCommand","start","uiElement","buffer","options","unit","138147KqgcUb","init","batch","editor","enqueueChange","1153164AkmnZk","337176cfhtag","editing","getFirstRange","end","createSelection","high","fromRange"];return(Bs=function(){return t})()}const Us=Gs;function js(){const t=["ELEMENT_LIST_ITEM","getSuggestions","bulleted","7676226ZWaNCY","listStart","ELEMENT_TODO_LIST","mergeListItemBackward","format","locale","ListEditing","*Change to:* %0","oldValue","execute","_suggestionFactory","numberedList","createRange","registerPostFixer","formatBlock","model","*Set format:* %0","selection","numbered","_registerLegacyDescription","isObject","_descriptionFactory","has","commands","trackChangesCommand","removeMarker","TodoListEditing","_LIST","commandName","parent","commandParams","30296GfQxih","forceValue","registerAttributeLabel","attributes","previousSibling","_supportLegacySuggestions","*Check item*","data","todoListCheck","noTrackChangesFixer","key","*Outdent:* %0","plugins","getAttribute","ELEMENT_BULLETED_LIST","*Uncheck item*","suggestion","653728vmTuCe","ELEMENT_","indentList","map","fromRange","containsItem","1377762CFnkoc","change","8416100CpjCmF","*Merge:* %0","value","head","list.multiBlock","type","*Merge:* list item","*Indent:* %0","document","2qSoHMo","_enableDefaultAttributesIntegration","registerDescriptionCallback","get","TrackChangesEditing","todoList","todoListChecked","todo","listItemIdFixer","isNextTo","ELEMENT_NUMBERED_LIST","documentList","registerCustomCallback","toUpperCase","listStyle","setAttribute","getFirstMarker","filter","*Remove format:* %0","meta","createPositionAt","includes","outdentList","94565bHgzBP","getFirstRange","checkTodoList","attribute","config","nodeAfter","mergeListItemForward","splitListItemBefore","assureChains","length","push","next","newValue","getChanges","listIndent","getRanges","from","*Split:* list item","listType","544blTAXb","4JuzUrW","splitListItemAfter","FORMAT_INDENT","accept","5839878mKwYFi","refresh","*Format:* insert into %0","*Format:* remove from %0","every","schema","setSelection","default","detach","range","bulletedList","_getAttributeKey","batch","afterInit","nextSibling","isUndo","editor","registerElementLabel","differ","groupId","listReversed","find","end","listItemId","start","deletion","isLocal","attributeKey","multipleBlocks","_findSuggestions"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=372]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(492144===-parseInt(n(478))/1*(parseInt(n(495))/2)+parseInt(n(484))/3+parseInt(n(393))/4*(parseInt(n(373))/5)+parseInt(n(397))/6+parseInt(n(461))/7*(-parseInt(n(392))/8)+-parseInt(n(430))/9+parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(410)](){const t=Us,e=this[t(413)];if(!e[t(473)][t(452)](t(436)))return;const n=e[t(435)],r=e[t(473)][t(498)](t(499)),s=e[t(473)][t(452)](t(456)),o=!!e[t(377)][t(498)](t(490));function i(e){const r=t;return{type:r(434),content:""+zr(n,r(446),e)}}function a(e){const r=t;return{type:r(434),content:""+zr(n,r(513),e)}}r[t(496)](t(441),[],[t(420),t(391),t(387)]),r[t(496)](t(407)),r[t(496)](t(480)),r[t(496)](t(372)),r[t(496)](t(394)),r[t(496)](t(380)),o&&(r[t(496)](t(433)),r[t(496)](t(379))),s&&(r[t(496)](t(500)),r[t(496)](t(375),[],[t(501)]),r[t(451)][t(497)]((e=>{const r=t,{data:s}=e;if(s&&r(501)==s[r(471)])return{type:r(434),content:s[r(385)]?zr(n,r(467)):zr(n,r(476))}})),this[t(413)][t(445)][t(494)][t(443)]((e=>{const n=t;if(e[n(409)][n(412)])return!1;let s=!1;const o=r[n(428)]({skipNotAttached:!0})[n(512)]((t=>n(501)===r[n(408)](t)));for(const t of o)n(502)!=t[n(374)]()[n(421)][n(378)][n(474)](n(391))&&(r[n(426)](t[n(374)](),n(376))[n(418)]((t=>n(391)===r[n(408)](t[n(477)])))||(e[n(455)](t[n(511)]()),s=!0));return s}))),r[t(451)][t(463)](t(387),zr(n,t(395)));const c={type:t(434),content:""};r[t(451)][t(497)]((e=>{const r=t,{data:s}=e;if(!s||r(391)!=s[r(471)])return;let u=e[r(489)];for(;u;){if(u[r(468)]&&(r(509)==u[r(468)][r(471)]&&(u[r(468)][r(385)]&&r(404)!=u[r(468)][r(385)]||r(404)!=u[r(468)][r(438)]&&!s[r(385)])||!o&&u[r(468)][r(471)]==Ic))return c;u=u[r(384)]}if(null==s[r(385)])switch(s[r(438)]){case r(429):return a(zr(n,r(475)));case r(448):return a(zr(n,r(505)));case r(502):return a(zr(n,r(432)))}switch(s[r(385)]){case r(429):return i(zr(n,r(475)));case r(448):return i(zr(n,r(505)));case r(502):return i(zr(n,r(432)))}})),r[t(451)][t(497)]((e=>{const n=t,{data:r}=e;if(r&&n(387)==r[n(471)])return null==r[n(385)]||null==r[n(438)]&&0==r[n(385)]?c:void 0})),r[t(451)][t(497)]((e=>{const r=t;if(r(376)!=e[r(491)])return;const{data:s}=e;if(!s||r(420)!=s[r(471)])return;const o=Hs(e);return o?r(385)==o?{type:r(434),content:zr(n,r(492))}:r(438)==o?{type:r(434),content:zr(n,r(390))}:c:c})),e[t(445)][t(494)][t(443)]((e=>this[t(503)](e))),e[t(445)][t(494)][t(443)]((e=>this[t(470)](e))),e[t(445)][t(494)][t(443)]((e=>this[t(381)](e))),this[t(466)]()}[Us(503)](t){const e=Us;if(t[e(409)][e(412)]||!t[e(409)][e(423)])return!1;let n=!1;const r=this[e(413)][e(473)][e(498)](e(499))[e(428)]({skipNotAttached:!0})[e(512)]((t=>t[e(468)]&&e(420)==t[e(468)][e(471)]))[e(512)]((t=>t[e(468)][e(385)]&&t[e(468)][e(438)]));for(const s of r)Hs(s)||(t[e(455)](s[e(511)]()),n=!0);return n}[Us(470)](t){const e=Us;if(t[e(409)][e(412)]||!t[e(409)][e(423)])return!1;const n=this[e(413)][e(473)][e(498)](e(499));if(n[e(454)][e(488)])return!1;let r=!1;const s=[e(391),e(509),e(420),e(387),e(431),e(417),e(469)],o=this[e(413)][e(445)][e(494)][e(415)][e(386)]()[e(512)]((t=>e(376)==t[e(491)]))[e(512)]((t=>s[e(516)](t[e(424)])));if(0==o[e(382)])return r;for(const i of o){const o=n[e(426)](i[e(406)],e(376))[e(512)]((t=>!t[e(514)][e(504)]))[e(481)]((t=>t[e(477)]))[e(512)]((t=>{const r=e,o=n[r(408)](t);return s[r(516)](o)}));if(o[e(382)]){for(const n of o)t[e(455)](n[e(511)]());r=!0}}return r}[Us(381)](t){const e=Us;if(t[e(409)][e(412)]||!t[e(409)][e(423)])return!1;const n=this[e(413)][e(473)][e(498)](e(499));let r=!1;const s=[e(391),e(509),e(420),e(387),e(431),e(417),e(469)];for(const t of n[e(428)]({skipNotAttached:!0})){const o=n[e(426)](t[e(374)](),e(376))[e(481)]((t=>t[e(477)]))[e(512)]((t=>t[e(468)]&&s[e(516)](t[e(468)][e(471)])));if(!o[e(382)])continue;const a=o[0][e(489)][e(464)][e(416)];if(!o[e(401)]((t=>t[e(464)][e(416)]===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(428)]({skipNotAttached:!0})[s(512)]((e=>s(376)==e[s(491)]&&e[s(464)][s(416)]==t)))e[s(510)](s(416),r)}function i(t,n){const r=e;let s=t[r(489)],i=!1;for(;s;)s[r(464)][r(416)]!=n&&(o(s[r(464)][r(416)],n),s[r(510)](r(416),n),i=!0),s=s[r(384)];return i}}[Us(466)](){const t=Us,e=this[t(413)],n=e[t(435)],r=e[t(473)][t(498)](t(499));this[t(449)](),r[t(440)][t(507)](t(444),t(506),t(396),(function(n,r){const s=t,o=[];for(let t of n)t[s(421)][s(378)]===t[s(419)][s(459)]&&(t=e[s(445)][s(442)](e[s(445)][s(515)](t[s(421)][s(378)],0))),o[s(383)](t);e[s(445)][s(485)]((t=>{const n=s,a=e[n(445)][n(494)][n(447)],c=Array[n(389)](a[n(388)]())[n(481)]((t=>i.LiveRange[n(482)](t)));t[n(403)](o),e[n(453)][n(498)](r[n(458)])[n(398)](),r[n(460)][n(383)]({forceDefaultExecution:!0}),e[n(439)](r[n(458)],...r[n(460)]),t[n(403)](c);for(const t of c)t[n(405)]()}))})),r[t(451)][t(414)]((function(n){const r=t,s=!e[r(445)][r(402)][r(450)](n),o=n[r(465)],i=n[r(411)],a=n[r(474)](r(420)),c=!o||o[r(474)](r(420))!==a,u=!i||i[r(474)](r(420))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(427),e)))}[Us(449)](){const t=Us,e=this[t(413)],n=e[t(435)];function r(n){const r=t,s=e[r(453)][r(498)](r(407))[r(488)],o=e[r(453)][r(498)](r(441))[r(488)];return r(441)===n?s:o}e[t(473)][t(498)](t(499))[t(451)][t(497)]((function(s){const o=t;if(o(444)!=s[o(491)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(458)]){case o(407):u=i[o(460)][0][o(462)],l=r(i[o(458)]),a=o(u?399:400),!l&&e[o(377)][o(498)](o(490))||(a=o(437)),c={type:o(434),content:zr(n,a,zr(n,o(475)))};break;case o(441):u=i[o(460)][0][o(462)],l=r(i[o(458)]),a=o(u?399:400),!l&&e[o(377)][o(498)](o(490))||(a=o(437)),c={type:o(434),content:zr(n,a,zr(n,o(505)))};break;case o(480):a=o(493),c={type:o(434),content:zr(n,a,zr(n,o(427)))};break;case o(372):a=function(t){const e=o,n=t[e(374)]();let r=n[e(421)][e(378)];for(;r&&n[e(483)](r);){if(r[e(474)](e(387))>0)return!1;r=r[e(411)]}return!0}(s)?zr(n,o(400),zr(n,function(t){const e=o;return e(479)+t[e(374)]()[e(421)][e(378)][e(474)](e(391))[e(508)]()+e(457)}(s))):zr(n,o(472),zr(n,o(427))),c={type:o(434),content:a};break;case o(433):case o(379):!1===i[o(425)]&&(a=o(487),c={type:o(422),content:zr(n,a,zr(n,o(427)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(374)]()[e(421)][e(378)][e(465)];for(;n;){const r=n[e(474)](e(420));if(!r)return!1;if(r==t[e(468)][e(385)])return e(385);if(r==t[e(468)][e(438)])return e(438);n=n[e(465)]}return!1}const zs=Ws;function Ws(t,e){const n=Ks();return(Ws=function(t,e){return n[t-=217]})(t,e)}function Ks(){const t=["*Format:* set order to regular","2888OhJbFe","_findSuggestions","getFirstRange","_descriptionFactory","handleDescriptions","decimal","decimal-leading-zero","next","_enableDefaultAttributesIntegration","FORMAT_LIST_REVERSED","reversed","listType","registerPostFixer","bind","get","upper-roman","*Remove format:* %0","document","bulleted","listStyle","upper-latin","styles","61286zaCVyt","commandParams","commandName","_registerLegacyDescription","30762cxDQHc","attribute","8051688aJMnxf","5oTbgHO","15975756sQmqPP","model","listStart","locale","*Format:* set order to reversed","start","*Change to:* %0","startIndex","_getTranslationKeyForListStyle","toUpperCase","formatBlock","*Set format:* %0","has","format","removeMarker","editor","suggestion","default","replace","data","list.properties","registerAttributeLabel","1523711gtDuAk","nodeAfter","_LIST_","plugins","38YHdEHc","TrackChangesEditing","oldValue","find","registerDescriptionCallback","includes","lower-latin","key","ListPropertiesEditing","_getAttributeKey","496204KrrzNz","ELEMENT_","3EMdWeS","afterInit","FORMAT_LIST_START","type","isUndo","circle","filter","disc","numbered","lower-roman","batch","_LIST_DEFAULT","getFirstMarker","getAttribute","listReversed","newValue","*Format:* set start index to %0","33Ydyxnr","config","head","square","10369140YLdxXW","getSuggestions"];return(Ks=function(){return t})()}!function(t,e){const n=Ws,r=t();for(;;)try{if(689633===parseInt(n(257))/1*(parseInt(n(291))/2)+parseInt(n(303))/3*(parseInt(n(301))/4)+parseInt(n(264))/5*(parseInt(n(263))/6)+-parseInt(n(287))/7+-parseInt(n(235))/8*(-parseInt(n(261))/9)+parseInt(n(232))/10+parseInt(n(228))/11*(-parseInt(n(265))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class Xs extends t.Plugin{[zs(304)](){const t=zs;if(!this[t(280)][t(290)][t(277)](t(299)))return;const e=this[t(280)][t(229)][t(249)](t(285)),n=this[t(280)][t(290)][t(249)](t(292));e[t(256)]&&n[t(243)](t(254),[],[t(254)]),e[t(245)]&&n[t(243)](t(225),[],[t(225)]),e[t(272)]&&n[t(243)](t(267),[],[t(267)]);const r={type:t(278),content:""};n[t(238)][t(295)](this[t(239)][t(248)](this));const s=this[t(280)][t(268)];n[t(238)][t(286)](t(225),zr(s,t(244))),n[t(238)][t(295)]((e=>{const n=t,{data:s}=e;if(s&&n(225)==s[n(298)])return null==s[n(226)]||0==s[n(226)]&&null==s[n(293)]?r:void 0})),n[t(238)][t(286)](t(267),zr(s,t(305))),n[t(238)][t(295)]((e=>{const n=t,{data:s}=e;if(s&&n(267)==s[n(298)])return null==s[n(226)]||1==s[n(226)]&&null==s[n(293)]?r:void 0})),this[t(280)][t(266)][t(252)][t(247)]((e=>{const r=t;if(e[r(221)][r(307)])return!1;let s=!1;const o=n[r(233)]({skipNotAttached:!0})[r(217)]((t=>{const e=r,s=n[e(300)](t);return e(267)==s||e(225)==s}));for(const t of o)r(219)!=t[r(237)]()[r(270)][r(288)][r(224)](r(246))&&(n[r(236)](t[r(237)](),r(262))[r(294)]((t=>r(246)==n[r(300)](t[r(281)])))||(e[r(279)](t[r(223)]()),s=!0));return s})),this[t(260)]()}[zs(239)](t){const e=zs,n=this[e(280)][e(268)],{data:r}=t,s={type:e(278),content:""};if(!r||e(254)!=r[e(298)])return;if(!r[e(293)])return e(282)==r[e(226)]?s:{type:e(278),content:""+zr(n,e(276),zr(n,this[e(273)](r[e(226)])))};if(!r[e(226)]){if(e(282)==r[e(293)])return s;let o=t[e(230)];for(;o;){if(o[e(284)]&&e(246)==o[e(284)][e(298)]&&o[e(284)][e(226)])return s;o=o[e(242)]}return{type:e(278),content:""+zr(n,e(251),zr(n,this[e(273)](r[e(293)])))}}if(e(282)!=r[e(226)])return{type:e(278),content:""+zr(n,e(276),zr(n,this[e(273)](r[e(226)])))};let o=t[e(230)];for(;o;){if(o[e(284)]&&e(246)==o[e(284)][e(298)]&&o[e(284)][e(226)]&&o[e(284)][e(293)])return s;o=o[e(242)]}const i=t[e(237)]()[e(270)][e(288)][e(224)](e(246));return{type:e(278),content:zr(n,e(276),zr(n,e(302)+i[e(274)]()+e(222)))}}[zs(260)](){const t=zs,e=this[t(280)],n=e[t(268)];e[t(290)][t(249)](t(292))[t(238)][t(295)]((e=>{const r=t;if(r(275)!=e[r(306)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(259)]){case r(254):o=r(271),i={type:r(278),content:zr(n,o,zr(n,this[r(273)](s[r(258)][0][r(306)])))};break;case r(225):o=s[r(258)][0][r(245)]?r(269):r(234),i={type:r(278),content:zr(n,o)};break;case r(267):o=r(227),i={type:r(278),content:zr(n,o,s[r(258)][0][r(272)])}}return i}))}[zs(273)](t){const e=zs;return e(302)+function(t){const n=e;return qs[n(296)](t)?n(253):Ys[n(296)](t)?n(219):null}(t)[e(274)]()+e(289)+t[e(274)]()[e(283)](/-/g,"_")}}const qs=[zs(218),zs(308),zs(231)],Ys=[zs(240),zs(241),zs(220),zs(250),zs(297),zs(255)];var Qs=n(507);const Zs=Js;function Js(t,e){const n=to();return(Js=function(t,e){return n[t-=400]})(t,e)}!function(t,e){const n=Js,r=t();for(;;)try{if(424353===parseInt(n(427))/1*(parseInt(n(433))/2)+-parseInt(n(408))/3+parseInt(n(449))/4*(parseInt(n(447))/5)+-parseInt(n(435))/6*(parseInt(n(428))/7)+-parseInt(n(411))/8+parseInt(n(410))/9*(parseInt(n(401))/10)+parseInt(n(438))/11*(parseInt(n(439))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Zs(405)](){return[Qs.Enter]}[Zs(416)](){const t=Zs,e=this[t(418)],n=e[t(404)][t(444)](t(448)),r=e[t(400)][t(444)](t(450));n[t(403)](t(450),(()=>{const s=t;e[s(422)][s(406)]((t=>{const o=s,a=e[o(422)][o(446)][o(424)],c=a[o(419)](),u=i.LiveRange[o(432)](a[o(434)]());if(r[o(440)](t)){const r=e[o(422)][o(442)](c[o(402)][o(456)],0),s=t[o(426)](c,r);n[o(421)](s)}else t[o(409)](t[o(426)](u[o(423)]));u[o(451)](),r[o(415)](o(445),{writer:t})}))})),e[t(425)][t(414)].on(t(429),Fs(e,t(441)),{priority:t(430)}),e[t(425)][t(414)].on(t(417),((e,n,r)=>{const s=t,o=r[s(407)][s(437)](n[s(436)]);if(o)for(const t of o)t[s(453)](s(452))&&(r[s(407)][s(420)](t,n[s(436)]),r[s(443)][s(431)](t))}),{priority:t(430)}),e[t(455)][t(414)].on(t(429),((n,r,s)=>{const o=t;s[o(454)][o(412)]&&Fs(e,o(441),{showActiveMarker:!1})[o(413)](this)(n,r,s)}),{priority:t(430)})}}function to(){const t=["unbindElementFromMarkerName","markInsertion","model","end","selection","editing","createRange","659GvfLyJ","554204LBnFEs","addMarker:suggestion:insertion","high","remove","fromRange","1580YzBNSy","getFirstRange","30iFjhiz","markerName","markerNameToElements","3370202nNqWNI","24VOsVlU","enterBlock","split","createPositionAt","writer","get","afterExecute","document","5JyHZtQ","TrackChangesEditing","563372KQOXvP","enter","detach","ck-suggestion-marker-split","hasClass","options","data","nextSibling","commands","273450DLmsJg","parent","enableCommand","plugins","requires","change","mapper","981813PrWJkV","setSelection","171tyMrlH","5170304dcWkBo","showSuggestionHighlights","bind","downcastDispatcher","fire","init","removeMarker:suggestion:insertion","editor","getFirstPosition"];return(to=function(){return t})()}const eo=no;function no(t,e){const n=so();return(no=function(t,e){return n[t-=285]})(t,e)}!function(t,e){const n=no,r=t();for(;;)try{if(933839===parseInt(n(316))/1*(parseInt(n(309))/2)+parseInt(n(326))/3*(-parseInt(n(293))/4)+-parseInt(n(313))/5+parseInt(n(308))/6*(-parseInt(n(315))/7)+-parseInt(n(287))/8+parseInt(n(302))/9*(-parseInt(n(291))/10)+parseInt(n(317))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[eo(298)](){const t=eo;if(!this[t(288)][t(322)][t(323)](t(310)))return;const e=this[t(288)][t(322)][t(305)](t(294));e[t(321)](t(318),this[t(301)][t(297)](this)),e[t(321)](t(311)),e[t(321)](t(307)),e[t(321)](t(324)),e[t(321)](t(295))}[eo(301)](t,e,n={}){const r=eo,s=this[r(288)][r(322)][r(305)](r(285));return t((t=>(r(314)==typeof e?s[r(286)](e,n):e)(t)[r(304)]((e=>!1===this[r(299)](e,t[r(300)])))),n)}[eo(299)](t,e){const n=eo,r=this[n(288)][n(303)][n(290)](this[n(288)][n(303)][n(312)](e,t[n(289)]),this[n(288)][n(303)][n(312)](e,t[n(296)]));for(const t of this[n(288)][n(303)][n(319)][n(325)](n(292)))if(null!==r[n(320)](t[n(306)]()))return!0;return!1}}function so(){const t=["67536IHLGVS","449814PGBkNO","FindAndReplaceEditing","findNext","createPositionAt","4191510aqFXrk","string","742EpycPf","1RZCJgV","52966881KpUQkg","find","markers","getIntersection","enableCommand","plugins","has","replace","getMarkersGroup","28911FYEUMf","FindAndReplaceUtils","findByTextCallback","1731072tTJOpe","editor","start","createRange","30zxiwQQ","suggestion:deletion","544HGOmxV","TrackChangesEditing","replaceAll","end","bind","afterInit","_isInDeletionRange","item","handleFindCommand","1643355AvsPtO","model","filter","get","getRange","findPrevious"];return(so=function(){return t})()}function oo(t,e){const n=ao();return(oo=function(t,e){return n[t-=340]})(t,e)}const io=oo;function ao(){const t=["formatInline","fontFamily","232uQpGIT","find","1275324DqBgYu","value","_descriptionFactory","54703OLGWBa","*Reset font color*","119061hCfgLC","_registerLegacyDescription","*Reset font background color*","FontSize","TrackChangesEditing","fontColor","FORMAT_FONT_BACKGROUND","670RvigWi","38ndOwGV","FontColorEditing","model","editor","*Reset font family*","7KRpKWw","fontBackgroundColor.colors","FontFamilyEditing","*Set font color:* %0","afterInit","FORMAT_FONT_COLOR","config","commandParams","FontSizeEditing","locale","*Set font background color:* %0","type","trim","24155cXYCVb","FORMAT_FONT_FAMILY","plugins","11850xjRsPw","*Set font size:* %0","9492228ONVifa","commandName","fontSize","normalizeSizeOptions","has","*Reset font size*","registerAttributeLabel","title","format","label","FontBackgroundColorEditing","_enableDefaultAttributesIntegration","156yPHAfW","fontColor.colors","*Set font family:* %0","toLowerCase","250761IPIKzA","fontSize.options","FORMAT_FONT_SIZE","get","fontBackgroundColor","registerDescriptionCallback"];return(ao=function(){return t})()}!function(t,e){const n=oo,r=t();for(;;)try{if(210405===-parseInt(n(385))/1*(-parseInt(n(344))/2)+parseInt(n(362))/3+-parseInt(n(358))/4*(-parseInt(n(341))/5)+-parseInt(n(372))/6*(parseInt(n(390))/7)+parseInt(n(370))/8*(parseInt(n(377))/9)+-parseInt(n(384))/10*(-parseInt(n(375))/11)+-parseInt(n(346))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:io(398),commandName:io(348)},{pluginName:io(392),commandName:io(369)},{pluginName:io(386),commandName:io(382)},{pluginName:io(356),commandName:io(366)}];class uo extends t.Plugin{[io(394)](){const t=io,e=this[t(388)][t(399)],n=this[t(388)][t(343)][t(365)](t(381));for(const{pluginName:e,commandName:r}of co)this[t(388)][t(343)][t(350)](e)&&n[t(357)](r,[r]);e.t,n[t(374)][t(352)](t(348),zr(e,t(364))),n[t(374)][t(352)](t(369),zr(e,t(342))),n[t(374)][t(352)](t(382),zr(e,t(395))),n[t(374)][t(352)](t(366),zr(e,t(383))),this[t(378)]()}[io(378)](){const t=io,e=this[t(388)],n=e[t(399)];e[t(343)][t(365)](t(381))[t(374)][t(367)]((e=>{const r=t,o=n.t;if(r(368)!=e[r(401)])return;const{data:i}=e;if(null!=i){if(r(348)==i[r(347)]){const t=i[r(397)][0][r(373)];if(t){const e=o(this[r(388)][r(343)][r(365)](r(380))[r(349)](this[r(388)][r(396)][r(365)](r(363)))[r(371)]((e=>e[r(387)]==t))[r(353)])[r(361)]();return{type:r(354),content:zr(n,r(345),e)}}return{type:r(354),content:zr(n,r(351))}}if(r(369)==i[r(347)]){const t=i[r(397)][0][r(373)];return t?{type:r(354),content:zr(n,r(360),t)}:{type:r(354),content:zr(n,r(389))}}if(r(382)==i[r(347)]){const t=i[r(397)][0][r(373)];if(t){const e=(0,s.normalizeColorOptions)(this[r(388)][r(396)][r(365)](r(359)))[r(371)]((e=>e[r(387)]==t));let i=t,a="";return e&&(i=e[r(355)],a=o(i)[r(361)]()),{type:r(354),content:zr(n,r(393),a)[r(340)](),color:{value:t,title:a||i}}}return{type:r(354),content:zr(n,r(376))}}if(r(366)==i[r(347)]){const t=i[r(397)][0][r(373)];if(t){const e=(0,s.normalizeColorOptions)(this[r(388)][r(396)][r(365)](r(391)))[r(371)]((e=>e[r(387)]==t));let i=t,a="";return e&&(i=e[r(355)],a=o(i)[r(361)]()),{type:r(354),content:zr(n,r(400),a)[r(340)](),color:{value:t,title:a||i}}}return{type:r(354),content:zr(n,r(379))}}}}))}}const lo=ho;function fo(){const t=["find","title","charAt","commands","3164890KaiSYt","TrackChangesEditing","3FWQKlb","toUpperCase","562428kkwbaz","split","entries","afterInit","_descriptionFactory","formatInline","commandName","533232wWnIyu","fontColor.colors","commandParams","boolean","length","FontSize","editor","fontColor","3027656dCdZoi","format","fontBackgroundColor","formatBlock","176hPlEtg","label","954064vyBNSz","*Set format to:* %0","enableCommand","_enableDefaultAttributesIntegration","pasteFormat","*Remove all formatting*","slice","config","fontSize","normalizeSizeOptions","model","locale","7971943uTKPfQ","1367051qgwiWZ","registerDescriptionCallback","_registerLegacyDescription","join","fontSize.options","copyFormat","plugins","push","toLowerCase","get","type"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=317]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(871168===-parseInt(n(366))/1+-parseInt(n(347))/2*(-parseInt(n(330))/3)+parseInt(n(353))/4+parseInt(n(328))/5+parseInt(n(339))/6+parseInt(n(365))/7+parseInt(n(351))/8*(-parseInt(n(332))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(335)](){const t=lo,e=this[t(345)],n=e[t(319)][t(322)](t(329)),r=e[t(327)][t(322)](t(318)),s=e[t(327)][t(322)](t(357));r&&s&&(n[t(356)](t(357)),n[t(355)](t(318)),this[t(368)]())}[lo(368)](){const t=lo,e=this[t(345)],n=e[t(364)];e[t(319)][t(322)](t(329))[t(336)][t(367)]((r=>{const s=t;if(s(350)!=r[s(323)]&&s(337)!=r[s(323)])return;const{data:o}=r;if(o&&s(357)===o[s(338)]){const t=[],r=o[s(341)][0];for(const[n,o]of Object[s(334)](r))t[s(320)](po(e,n,o));return t[s(343)]?{type:s(348),content:zr(n,s(354),t[s(369)](", "))}:{type:s(348),content:zr(n,s(358))}}}))}}function po(t,e,n){const r=lo,o=t[r(364)].t,i=e[r(333)](/(?=[A-Z])/)[r(369)](" "),a=o(i[r(326)](0)[r(331)]()+i[r(359)](1))[r(321)]();if(r(342)==typeof n)return a;if(r(346)===e||r(349)===e){const e=(0,s.normalizeColorOptions)(t[r(360)][r(322)](r(340)))[r(324)]((t=>t[r(363)]==n));return a+" ("+(e?o(e[r(352)])[r(321)]():n)+")"}if(r(361)===e&&isNaN(parseFloat(n))){const e=t[r(319)][r(322)](r(344))[r(362)](t[r(360)][r(322)](r(317)))[r(324)]((t=>t[r(363)]==n));return a+" ("+(e?o(e[r(325)])[r(321)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=bo();return(Io=function(t,e){return n[t-=312]})(t,e)}!function(t,e){const n=Io,r=t();for(;;)try{if(217630===-parseInt(n(325))/1+parseInt(n(326))/2+parseInt(n(315))/3+parseInt(n(333))/4+parseInt(n(353))/5*(-parseInt(n(354))/6)+-parseInt(n(339))/7*(-parseInt(n(347))/8)+parseInt(n(344))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Eo extends t.Plugin{[mo(348)](){const t=mo,e=this[t(318)];if(!e[t(319)][t(321)](t(323)))return;this[t(336)]=e[t(329)][t(317)](t(349));const n=e[t(345)],r=e[t(319)][t(317)](t(352));r[t(334)](t(316));for(const e of this[t(336)])t(322)!=e[t(328)]&&r[t(331)][t(337)](e[t(328)],(n=>{const r=t,i=this[r(314)](e[r(328)]);return null!==i?s(n,i):o(n,e[r(330)])}));function s(e,r){return zr(n,t(327),[e,r])}function o(e,r){return zr(n,t(332),[e,r])}this[t(342)]()}[mo(342)](){const t=mo,e=this[t(318)],n=e[t(345)];e[t(319)][t(317)](t(352))[t(331)][t(335)]((e=>{const r=t;if(r(341)!=e[r(351)])return;const{data:s}=e;if(s&&r(316)==s[r(346)]){const e=s[r(338)][0][r(350)],c=this[r(314)](e);if(null!==c)return{type:r(343),content:zr(n,r(313),(1,a=c,zr(n,r(327),[1,a])))};const u=this[r(336)][r(320)]((t=>t[r(328)]===e))[r(330)];return{type:r(343),content:zr(n,r(313),(o=1,i=u,zr(n,t(332),[o,i])))}}var o,i,a}))}[mo(314)](t){const e=mo;var n,r;const s=t[e(340)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(336)])||void 0===n?void 0:n[e(320)]((n=>n[e(328)]==t));if(o&&o[e(312)]){const t=o[e(312)],n=(null!==(r=t[e(324)])&&void 0!==r?r:t)[e(340)](/^h(\d+)/);if(n)return n[1]}return null}}function bo(){const t=["match","formatBlock","_registerLegacyDescription","format","1956978oGvEyA","locale","commandName","8bAvHpk","afterInit","heading.options","value","type","TrackChangesEditing","10fzuyte","1195566sqAFqC","view","*Change to:* %0","_getHeadingLevel","277443ehbJdt","heading","get","editor","plugins","find","has","paragraph","HeadingEditing","name","79519YYRYdi","82934neRaAA","ELEMENT_HEADING","model","config","title","_descriptionFactory","ELEMENT_HEADING_CUSTOM","1022252BpHOOS","_enableDefaultAttributesIntegration","registerDescriptionCallback","_headingOptions","registerElementLabel","commandParams","621026RiEQQo"];return(bo=function(){return t})()}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=127]})(t,e)}const _o=To;function yo(){const t=["_registerLegacyDescription","registerDescriptionCallback","712079UOwtBL","*Remove highlight*","5ZrglVr","FORMAT_HIGHLIGHT","format","328YNAQFH","registerAttributeLabel","4418484mifCBi","has","1596750CMRiCW","type","editor","*Set highlight:* %0","title","187ksLsdV","get","formatInline","find","value","_descriptionFactory","TrackChangesEditing","plugins","model","HighlightEditing","_enableDefaultAttributesIntegration","highlight.options","toLowerCase","3998964dbxgMN","color","1359HJkESM","213794avtlxN","config","highlight","2RxmACP","commandName","4757240kPVkEt","95770zDhhcY","locale","afterInit","commandParams"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(750666===-parseInt(n(160))/1*(-parseInt(n(151))/2)+-parseInt(n(167))/3+-parseInt(n(153))/4+-parseInt(n(162))/5*(parseInt(n(127))/6)+-parseInt(n(148))/7*(parseInt(n(165))/8)+-parseInt(n(147))/9*(parseInt(n(154))/10)+parseInt(n(132))/11*(parseInt(n(145))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(156)](){const t=_o,e=this[t(129)];if(!e[t(139)][t(168)](t(141)))return;const n=e[t(139)][t(133)](t(138)),r=e[t(155)];n[t(142)](t(150),[t(150)]),n[t(137)][t(166)](t(150),zr(r,t(163))),this[t(158)]()}[_o(158)](){const t=_o,e=this[t(129)],n=e[t(155)];e[t(139)][t(133)](t(138))[t(137)][t(159)]((r=>{const s=t;if(s(134)!=r[s(128)])return;const{data:o}=r;if(o&&s(150)==o[s(152)]){const t=n.t,r=o[s(157)][0][s(136)];if(r){const o=e[s(149)][s(133)](s(143))[s(135)]((t=>t[s(140)]==r)),i=t(o[s(131)])[s(144)]();return{type:s(164),content:zr(n,s(130),i),color:{value:o[s(146)],title:o[s(131)]}}}return{type:s(164),content:zr(n,s(161),zr(n,s(163)))}}}))}}const Co=ko;function ko(t,e){const n=No();return(ko=function(t,e){return n[t-=277]})(t,e)}function No(){const t=["ck-horizontal-line","dataDowncast","createPositionAt","createContainerElement","afterInit","createEmptyElement","showSuggestionHighlights","8847702kqLsIS","has","enableCommand","registerElementLabel","ELEMENT_HORIZONTAL_LINE","locale","8uSXWMg","26681CoTYEh","high","elementToStructure","TrackChangesEditing","HorizontalLineEditing","116ElLlvn","_descriptionFactory","insert","11ZwPEhv","12639730FrSWAl","9346851IxcXwD","5FvNhKC","horizontalLine","div","551112LLWflF","get","editor","plugins","3379369bfLNLp","conversion","4959356IvVceT","addClass","for"];return(No=function(){return t})()}!function(t,e){const n=ko,r=t();for(;;)try{if(890371===-parseInt(n(303))/1*(-parseInt(n(308))/2)+-parseInt(n(280))/3+parseInt(n(286))/4*(-parseInt(n(277))/5)+parseInt(n(296))/6+-parseInt(n(284))/7+parseInt(n(302))/8*(parseInt(n(313))/9)+parseInt(n(312))/10*(-parseInt(n(311))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(No);class Lo extends t.Plugin{[Co(293)](){const t=Co,e=this[t(282)];if(!e[t(283)][t(297)](t(307)))return;e[t(283)][t(281)](t(306))[t(298)](t(278));const n=e[t(283)][t(281)](t(306)),r=e[t(301)];n[t(309)][t(299)](t(278),(e=>zr(r,t(300),e))),e[t(285)][t(288)](t(290))[t(305)]({model:t(278),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(295)])return null;const o=n[s(292)](s(279)),i=n[s(294)]("hr");return n[s(287)](s(289),o),n[s(310)](n[s(291)](o,0),i),o},converterPriority:t(304)})}}function Ro(t,e){const n=vo();return(Ro=function(t,e){return n[t-=279]})(t,e)}const So=Ro;function vo(){const t=["start","locale","3dspNCT","has","commandName","rawHtml","8376kSRJoI","htmlEmbed","getFirstRange","TrackChangesEditing","afterInit","type","2oHoFSE","nodeAfter","11169056ICKyaB","plugins","20PRehOQ","119388VDmvvU","595296VISLJM","1742949gIwMsJ","_registerLegacyDescription","1793XCKryX","_descriptionFactory","formatBlock","key","ELEMENT_HTML_EMBED","HtmlEmbed","editor","get","4300pnrAkn","registerElementLabel","element","_enableDefaultAttributesIntegration","*Change %0 content*","registerDescriptionCallback","format","3634924tXrbjm","12793368pLLYTl","value","attribute"];return(vo=function(){return t})()}!function(t,e){const n=Ro,r=t();for(;;)try{if(956141===parseInt(n(286))/1*(parseInt(n(279))/2)+parseInt(n(309))/3*(-parseInt(n(303))/4)+-parseInt(n(296))/5*(parseInt(n(313))/6)+-parseInt(n(304))/7+parseInt(n(281))/8+parseInt(n(285))/9*(parseInt(n(283))/10)+-parseInt(n(288))/11*(-parseInt(n(284))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vo);class Mo extends t.Plugin{[So(317)](){const t=So,e=this[t(294)];if(!e[t(282)][t(310)](t(293)))return;const n=e[t(282)][t(295)](t(316)),r=e[t(308)];n[t(289)][t(297)](t(312),(e=>zr(r,t(292),e))),n[t(299)](t(314),[],[t(305)]),n[t(289)][t(301)]((e=>{const n=t;if(n(306)!=e[n(318)])return;const{data:s}=e;if(s&&n(305)==s[n(291)]&&e[n(315)]()[n(307)][n(280)].is(n(298),n(312))){const t=zr(r,n(292));return{type:n(302),content:zr(r,n(300),t)}}})),this[t(287)]()}[So(287)](){const t=So,e=this[t(294)],n=e[t(308)];e[t(282)][t(295)](t(316))[t(289)][t(301)]((e=>{const r=t;if(r(290)!=e[r(318)])return;const{data:s}=e;if(s&&r(314)==s[r(311)]){const t=zr(n,r(292));return{type:r(302),content:zr(n,r(300),t)}}}))}}const Oo=wo;function wo(t,e){const n=Fo();return(wo=function(t,e){return n[t-=286]})(t,e)}function Fo(){const t=["markInsertion","registerDescriptionCallback","5152712GULmLs","ImageCaptionEditing","imageTypeInline","imageCaption","createRangeOn","isBefore","getClosestSelectedImageElement","imageTextAlternative","7RFisdN","alt","caption","deletion","removeObject","4853940hPADOG","1140NSGsMK","locale","6FqZJII","getCaptionFromImageModelElement","type","getSuggestionCallback","insertion","detach","markBlockFormat","end","insertImage","ImageEditing","schema","ELEMENT_INLINE_IMAGE","subType","1080080LeGnDH","2047536qUZYXT","ImageInlineEditing","1050030fIbTTU","change","forward","imageStylePreApply","chain","373681aaTtKh","element","toNext","isOwn","discard","Block image to inline image","accept","*Reset image width*","afterInit","markDeletion","_findSuggestions","toPrevious","Inline image to block image","toggleImageCaption","get","ELEMENT_IMAGE","_suggestionFactory","isIntersecting","createRange","convertInlineImageToBlock","has","registerCustomCallback","previous","TrackChangesEditing","fromPosition","registerElementLabel","findIndex","newValue","start","ImageCaptionUtils","_registerLegacyDescription","495671LnNLiS","_enableDefaultAttributesIntegration","getFirstRange","document","*Remove image text alternative*","isCollapsed","attribute","ImageTextAlternativeEditing","ImageBlockEditing","getContainedElement","width","imageBlock","imageTypeBlock","editor","getNearestSelectionRange","imageInline","_descriptionFactory","FORMAT_IMAGE_SIZE","commandParams","key","resizedWidth","model","backward","ImageUtils","addObject","enableCommand","*Set image width:* %0","*Set image text alternative:* %0","format","nodeAfter","ImageResize","ELEMENT_CAPTION","plugins","length","ImageUploadEditing","selection","isBlockImage","filter","commandName","registerAttributeLabel","2qWAVMV","nodeBefore","join","find","uploadImage","convertBlockImageToInline","forceDefaultExecution","isEqual","formatInline","resizeImage","formatBlock"];return(Fo=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(827436===parseInt(n(367))/1*(-parseInt(n(286))/2)+-parseInt(n(312))/3+-parseInt(n(328))/4+-parseInt(n(331))/5*(-parseInt(n(315))/6)+parseInt(n(307))/7*(-parseInt(n(299))/8)+-parseInt(n(329))/9+-parseInt(n(313))/10*(-parseInt(n(336))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[Oo(344)](){const t=Oo,e=this[t(380)];if(!e[t(399)][t(356)](t(324)))return;const n=e[t(399)][t(350)](t(359)),r=e[t(399)][t(350)](t(390)),s=e[t(314)];n[t(392)](t(323)),n[t(383)][t(361)](t(378),(e=>zr(s,t(351),e))),n[t(383)][t(361)](t(382),(e=>zr(s,t(326),e))),n[t(383)][t(361)](t(309),(()=>zr(s,t(398)))),e[t(399)][t(356)](t(401))&&n[t(392)](t(290)),e[t(399)][t(356)](t(375))&&e[t(399)][t(356)](t(330))&&(n[t(392)](t(301),((s,o)=>{const i=t,a=r[i(305)](e[i(388)][i(370)][i(402)]);e[i(388)][i(332)]((()=>{const t=i;n[t(321)](a,{commandName:t(301),commandParams:[o]},[],t(291))}))})),n[t(392)](t(379),((s,o)=>{const a=t;e[a(388)][a(332)]((t=>{const c=a;let u=r[c(305)](e[c(388)][c(370)][c(402)]),l=t[c(303)](u);const f=i.LivePosition[c(360)](l[c(364)],c(347)),h=i.LivePosition[c(360)](l[c(322)],c(338));n[c(292)]((()=>s(o))),u=r[c(305)](e[c(388)][c(370)][c(402)]),l=t[c(303)](u);const g=t[c(354)](f,h);f[c(320)](),h[c(320)](),n[c(321)](u,{commandName:c(301),commandParams:[o]},[],c(355)),g[c(364)][c(304)](l[c(364)])&&n[c(297)](t[c(354)](g[c(364)],l[c(364)]),c(355)),l[c(322)][c(304)](g[c(322)])&&n[c(297)](t[c(354)](l[c(322)],g[c(322)]),c(355))}))})),n[t(352)][t(357)](t(296),t(355),t(288),(()=>!1)),n[t(352)][t(357)](t(296),t(355),t(342),(()=>!1)),n[t(352)][t(357)](t(296),t(355),t(340),n[t(352)][t(318)](t(296),"",t(342))),n[t(352)][t(357)](t(319),t(355),t(288),(()=>!1)),n[t(352)][t(357)](t(319),t(355),t(340),(([r])=>{const s=t,o=n[s(352)][s(318)](s(319),"",s(340));let i=r[s(364)],a=r[s(322)];const c=e[s(388)][s(325)][s(381)](i,s(389)),u=e[s(388)][s(325)][s(381)](a,s(333));c[s(372)]&&(i=c[s(364)]),u[s(372)]&&(a=u[s(322)]),o([e[s(388)][s(354)](i,a)])})),n[t(352)][t(357)](t(296),t(355),t(335),c),n[t(352)][t(357)](t(319),t(355),t(335),c)),e[t(399)][t(356)](t(300))&&(n[t(392)](t(349),((s,o)=>{const i=t,a=e[i(399)][i(350)](i(365));let c=r[i(305)](e[i(388)][i(370)][i(402)]),u=a[i(316)](c);e[i(388)][i(332)]((()=>{const t=i;if(u)return void n[t(345)](e[t(388)][t(303)](u));const l=r[t(403)](c);s(o),c=r[t(305)](e[t(388)][t(370)][t(402)]),u=a[t(316)](c),n[t(297)](e[t(388)][t(303)](u),l?null:t(302))}))})),n[t(352)][t(357)](t(319),t(302),t(335),c));const o=[{type:t(296),subType:t(334)},{type:t(319),subType:t(302)},{type:t(296),subType:t(355)},{type:t(319),subType:t(355)}];function a(e,s){const i=t,a=o[i(362)]((({type:t,subType:n})=>e[i(317)]==t&&e[i(327)]==n)),c=o[i(362)]((({type:t,subType:e})=>s[i(317)]==t&&s[i(327)]==e));if(a<0||c<0)return!1;const u=e[i(369)](),l=s[i(369)]();if((0==a||1==a)&&2==c&&u[i(353)](l))return!0;if(2==a&&3==c){const t=n[i(346)](u,i(319))[i(404)]((({suggestion:t,meta:e})=>e[i(339)]&&i(355)==t[i(327)]));if(t[i(400)]>1&&l[i(322)][i(293)](u[i(364)]))return!0;if(1==t[i(400)]&&(u[i(364)][i(293)](l[i(322)])||u[i(322)][i(293)](l[i(364)])))return!0}if(3==a&&3==c&&u[i(364)][i(304)](l[i(364)])){const t=u[i(322)][i(396)],e=l[i(364)][i(287)];return r[i(403)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(399)][t(356)](t(397))&&(n[t(368)](t(295),[],[t(387)]),n[t(383)][t(406)](t(387),zr(s,t(384)))),e[t(399)][t(356)](t(374))&&n[t(368)](t(306),[],[t(308)]),n[t(383)][t(298)]((e=>{const n=t;if(o[n(289)]((({type:t,subType:r})=>e[n(317)]==t&&e[n(327)]==r)))return e[n(358)]?{}:void 0})),n[t(383)][t(298)]((e=>{const n=t;if(n(319)==e[n(317)]||n(310)==e[n(317)]){const t=e[n(376)]();if(t&&t.is(n(337),n(309)))return{type:n(319)==e[n(317)]?n(391):n(311),element:t,quantity:1}}})),n[t(383)][t(298)]((e=>t(296)==e[t(317)]&&t(355)==e[t(327)]?{type:t(395),content:t(348)}:t(296)==e[t(317)]&&t(291)==e[t(327)]?{type:t(395),content:t(341)}:void 0)),n[t(383)][t(298)]((e=>{const n=t;if(n(373)!=e[n(317)])return;const{data:r}=e;if(!r||n(308)!=r[n(386)])return;const o=r[n(363)];return o?{type:n(395),content:zr(s,n(394),'"'+o+'"')}:{type:n(395),content:zr(s,n(371))}})),this[t(366)]()}[Oo(366)](){const t=Oo,e=this[t(380)],n=e[t(314)];e[t(399)][t(350)](t(359))[t(383)][t(298)]((e=>{const r=t;if(r(296)!=e[r(317)]&&r(294)!=e[r(317)])return;const{data:s}=e;if(s){if(r(306)==s[r(405)]){const t=s[r(385)][0][r(363)];return t?{type:r(395),content:zr(n,r(394),'"'+t+'"')}:{type:r(395),content:zr(n,r(371))}}if(r(295)==s[r(405)]){const t=s[r(385)][0][r(377)];return t?{type:r(395),content:zr(n,r(393),t)}:{type:r(395),content:zr(n,r(343))}}}}))}}function Po(){const t=["has","78748kWccEb","43469280ZvbMXp","66VecYgM","2247988AEUjPr","_suggestionFactory","formatBlock","ImageEditing","registerDescriptionCallback","24PkBRxL","plugins","_enableDefaultAttributesIntegration","12uGPosH","_registerLegacyDescription","3CGOpVV","*Replace image URL*","oldValue","replaceImageSource","10XwkUEM","editor","discard","get","type","attribute","accept","getSuggestionCallback","_descriptionFactory","747265mpOLvB","commandName","12932658vUQXWS","key","format","afterInit","newValue","4318270ANKnkf","TrackChangesEditing","16891MJsnaa","*Format:* replace image URL","_handleLegacySuggestions","formatInline","locale","registerCustomCallback","src"];return(Po=function(){return t})()}const xo=Bo;function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=433]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(851795===-parseInt(n(457))/1*(-parseInt(n(468))/2)+parseInt(n(470))/3*(-parseInt(n(460))/4)+parseInt(n(440))/5*(-parseInt(n(459))/6)+-parseInt(n(449))/7*(-parseInt(n(465))/8)+-parseInt(n(442))/9+parseInt(n(474))/10*(parseInt(n(447))/11)+parseInt(n(458))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(445)](){const t=xo;if(!this[t(475)][t(466)][t(456)](t(463)))return;const e=this[t(475)][t(453)],n=this[t(475)][t(466)][t(434)](t(448));n[t(467)](t(473),[],[t(455)]),n[t(439)][t(464)]((n=>{const r=t;if(r(436)!=n[r(435)])return;const{data:s}=n;return s&&r(455)==s[r(443)]?s[r(446)]&&s[r(472)]?{type:r(444),content:zr(e,r(471))}:{type:r(444),content:""}:void 0})),this[t(451)]()}[xo(451)](){const t=xo,e=this[t(475)][t(466)][t(434)](t(448));e[t(461)][t(454)](t(462),t(473),t(437),e[t(461)][t(438)](t(462),null,t(433))),e[t(461)][t(454)](t(462),t(473),t(433),e[t(461)][t(438)](t(462),null,t(437))),this[t(469)]()}[xo(469)](){const t=xo,e=this[t(475)],n=e[t(453)];e[t(466)][t(434)](t(448))[t(439)][t(464)]((e=>{const r=t;if(r(462)!=e[r(435)]&&r(452)!=e[r(435)])return;const{data:s}=e;return s&&r(473)==s[r(441)]?{type:r(444),content:zr(n,r(450))}:void 0}))}}const jo=Vo;function Go(){const t=["_splitMarkerName","discard","document","ImageStyleEditing","1373888aTYePP","type","start","next","getClosestSelectedImageElement","getChangedMarkers","_suggestionFactory","differ","getSuggestionCallback","getContainedElement","*Format:* %0","formatInline","imageTypeInline","name","afterInit","Users","commandReversedParams","getFirstRange","isInContent","format","head","7CTTmjq","isInlineImage","13419765VFribq","6914298HcGeyy","shouldConvertImageType","newRange","hasSuggestion","end","value","chain","401256kJyUOi","findIndex","convertInlineImageToBlock","discardSuggestion","has","side","change","suggestion","_descriptionFactory","imageStyle","markInlineFormat","createRangeOn","plugins","TrackChangesEditing","isOwn","accept","author","model","nodeAfter","commandName","isBlockImage","imageStylePreApply","22sYBLcE","getSuggestions","FORMAT_SIDE_IMAGE","isEqual","join","_findSuggestions","markBlockFormat","filter","length","imageCaption","commands","66171dOORSI","get","commandParams","enableCommand","setImageNaturalSizeAttributes","normalizedStyles","registerDescriptionCallback","formatBlock","toLowerCase","registerPostFixer","nodeBefore","925HZyTYJ","ImageUtils","86dUeIQK","refresh","editor","imageStylePostApply","registerCustomCallback","selection","imageTypeBlock","getSuggestion","from","locale","insertion","11512NEBnXW","_registerLegacyDescription","8731700BziVXB","isBefore","isIntersecting","subType","title","forEach"];return(Go=function(){return t})()}function Vo(t,e){const n=Go();return(Vo=function(t,e){return n[t-=117]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(942938===parseInt(n(184))/1+-parseInt(n(161))/2*(-parseInt(n(148))/3)+parseInt(n(172))/4*(-parseInt(n(159))/5)+-parseInt(n(208))/6+parseInt(n(205))/7*(parseInt(n(215))/8)+-parseInt(n(207))/9+parseInt(n(174))/10*(parseInt(n(137))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Go);class Ho extends t.Plugin{[jo(198)](){const t=jo,n=this[t(163)];if(!n[t(127)][t(119)](t(183)))return;const r=n[t(127)][t(149)](t(128)),s=n[t(127)][t(149)](t(160)),o={};r[t(151)](t(124),((o,i)=>{const a=t,c=n[a(127)][a(149)](a(199)).me,u=n[a(147)][a(149)](a(124));let l=s[a(188)](n[a(132)][a(182)][a(166)]),f=n[a(132)][a(126)](l),h=u[a(213)];if(h==i[a(213)])return;const g={commandName:a(124),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(132)][a(121)]((()=>{const t=a;if(r[t(138)]()[t(144)]((e=>e[t(202)]&&c==e[t(131)]&&(t(155)==e[t(185)]||t(195)==e[t(185)])&&(t(136)==e[t(177)]||t(164)==e[t(177)])&&e[t(201)]()[t(140)](f)))[t(179)]((e=>r[t(118)](e[t(204)]))),l=s[t(188)](n[t(132)][t(182)][t(166)]),f=n[t(132)][t(126)](l),u[t(162)](),n[t(147)][t(149)](t(196))[t(162)](),n[t(147)][t(149)](t(167))[t(162)](),h=u[t(213)],h!=i[t(213)])return s[t(206)](l)&&u[t(209)](i[t(213)],l)?(o({...i,setImageSizes:!1}),l=s[t(188)](n[t(132)][t(182)][t(166)]),void r[t(143)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(136))):void(s[t(135)](l)?r[t(143)](l,g,[],t(164)):r[t(125)](f,g,t(164)))}))}));for(const e of n[t(127)][t(149)](t(183))[t(153)])o[e[t(197)]]=e[t(178)][t(156)]();r[t(190)][t(165)](t(155),t(136),t(141),(()=>!1)),r[t(190)][t(165)](t(155),t(164),t(141),(()=>!1)),r[t(190)][t(165)](t(195),t(164),t(141),(()=>!1)),r[t(190)][t(165)](t(155),t(136),t(130),(([e])=>{const n=t;s[n(152)](e[n(193)]())})),r[t(190)][t(165)](t(155),t(136),t(181),((e,n)=>{const s=t;r[s(190)][s(192)](s(155),"",s(130))(e,{commandName:n[s(134)],commandParams:n[s(200)]})})),r[t(190)][t(165)](t(155),t(136),t(214),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(155),subType:t(136)},{type:t(171),subType:t(146)},{type:t(155),subType:t(117)},{type:t(171),subType:t(117)}];function a(e,n){const o=t,a=i[o(216)]((({type:t,subType:n})=>e[o(185)]==t&&e[o(177)]==n)),c=i[o(216)]((({type:t,subType:e})=>n[o(185)]==t&&n[o(177)]==e));if(a<0||c<0)return!1;const u=e[o(201)](),l=n[o(201)]();if((0==a||1==a)&&2==c&&u[o(176)](l))return!0;if(2==a&&3==c){const t=r[o(142)](u,o(171))[o(144)]((({suggestion:t,meta:e})=>e[o(129)]&&o(117)==t[o(177)]));if(t[o(145)]>1&&l[o(212)][o(140)](u[o(186)]))return!0;if(1==t[o(145)]&&(u[o(186)][o(140)](l[o(212)])||u[o(212)][o(140)](l[o(186)])))return!0}if(3==a&&3==c&&u[o(186)][o(175)](l[o(186)])){const t=u[o(212)][o(133)],e=l[o(186)][o(158)];return s[o(135)](t)&&t===e}return!1}n[t(132)][t(182)][t(157)]((()=>{const e=t;let o=!1;const i=Array[e(169)](n[e(132)][e(182)][e(191)][e(189)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(180)](t);if(e(122)==i&&r[e(211)](u)){if(e(155)==a&&(e(136)==c||e(164)==c)){const t=r[e(168)](u);if(n[e(210)]){const n=t[e(201)]()[e(193)]();if(s[e(135)](n))continue;r[e(118)](t),o=!0}}if(e(171)==a&&e(146)==c&&!n[e(210)]){const t=r[e(168)](u);t[e(187)]&&t[e(187)][e(202)]&&(r[e(118)](t[e(187)]),o=!0)}}}return o})),this[t(173)](o)}[jo(173)](t){const e=jo,n=this[e(163)],r=n[e(170)];n[e(127)][e(149)](e(128))[e(123)][e(154)]((n=>{const s=e;if(s(155)!=n[s(185)]&&s(195)!=n[s(185)])return;const{data:o}=n;if(!o||s(124)!=o[s(134)])return;const i=o[s(150)][0][s(213)];return function(t){const e=s;return{type:e(203),content:zr(r,e(194),t)}}(s(120)===i?zr(r,s(139)):t[i]||i)}))}}function zo(t,e){const n=Ko();return(zo=function(t,e){return n[t-=224]})(t,e)}const Wo=zo;function Ko(){const t=["4539704ZMtixC","value","lowest","Users","2MaRYCX","921810mIjdnd","_trackChangesExecuted","trackChanges","editor","collaboration_features","_setSuggestionData","4zaerao","11fAawlY","20cUffhw","2781DZdcAy","1007655grpKyO","forEach","afterInit","dataInsert","_trackChangesValueDuringImport","TrackChangesEditing","542922tEXSbu","271903tfyEOT","commands","track_changes","3288UEEDYs","plugins","listenTo","enableCommand","bind","775257DCicDq","_handleImportedData","get","importWord","high","execute","12YodlWb"];return(Ko=function(){return t})()}!function(t,e){const n=zo,r=t();for(;;)try{if(196811===-parseInt(n(240))/1*(parseInt(n(259))/2)+-parseInt(n(233))/3*(-parseInt(n(229))/4)+-parseInt(n(231))/5*(parseInt(n(239))/6)+parseInt(n(248))/7+parseInt(n(243))/8*(parseInt(n(232))/9)+parseInt(n(260))/10*(-parseInt(n(230))/11)+parseInt(n(254))/12*(parseInt(n(255))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ko);class Xo extends t.Plugin{constructor(t){const e=zo;super(t),this[e(237)]=!1,this[e(224)]=!1}[Wo(235)](){const t=Wo,e=this[t(226)],n=e[t(241)][t(250)](t(251)),r=e[t(241)][t(250)](t(225));n&&(n.on(t(253),((e,[,n])=>{const s=t;this[s(237)]=r[s(256)],n[s(227)][s(242)]=!this[s(237)]}),{priority:t(252)}),this[t(245)](n,t(236),this[t(249)][t(247)](this)),this[t(245)](n,t(236),(()=>{const e=t;this[e(224)]&&(r[e(253)](),this[e(224)]=!1)}),{priority:t(257)}),e[t(244)][t(250)](t(238))[t(246)](t(251)))}[Wo(249)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(226)][n(241)][n(250)](n(225)),o=s[n(256)];this[n(237)]!==o&&(s[n(253)](),this[n(224)]=!0),r&&r[n(234)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(226)][o(244)][o(250)](o(258)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(251)}}};this[o(226)][o(244)][o(250)](o(238))[o(228)](i)}))}}const qo=Qo;function Yo(){const t=["_descriptionFactory","getItems","7553dptmUF","format","1748822CDwnJT","_registerBlockAttribute","FORMAT_INDENT","1975705mhjjLN","locale","outdent","commandName","indent","1208oVsNSi","blockIndent","54934rfdIKk","outdentBlock","_registerLegacyDescription","indentBlock","enableCommand","get","TrackChangesEditing","IndentEditing","11094lvUata","IndentBlock","27083727VkyNKC","4199634AIAgHx","getItemLabel","plugins","registerAttributeLabel","*Outdent:* %0","afterInit","formatBlock","registerDescriptionCallback","editor","*Indent:* %0","has","_enableDefaultAttributesIntegration","16ycIVYw","type"];return(Yo=function(){return t})()}function Qo(t,e){const n=Yo();return(Qo=function(t,e){return n[t-=484]})(t,e)}!function(t,e){const n=Qo,r=t();for(;;)try{if(807157===-parseInt(n(486))/1+-parseInt(n(515))/2+parseInt(n(494))/3*(-parseInt(n(509))/4)+-parseInt(n(518))/5+-parseInt(n(497))/6+parseInt(n(513))/7*(-parseInt(n(484))/8)+parseInt(n(496))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Zo extends t.Plugin{[qo(502)](){const t=qo,e=this[t(505)],n=e[t(499)][t(491)](t(492));if(e[t(499)][t(507)](t(493))&&(n[t(490)](t(522)),n[t(490)](t(520))),e[t(499)][t(507)](t(495)))for(const e of[t(489),t(487)])n[t(508)](e);const r=e[t(519)];n[t(516)](t(485)),n[t(511)][t(500)](t(485),zr(r,t(517))),this[t(488)]()}[qo(488)](){const t=qo,e=this[t(505)],n=e[t(519)],r=e[t(499)][t(491)](t(492));r[t(511)][t(504)]((e=>{const s=t;if(s(503)!=e[s(510)])return;const{data:o}=e;if(!o)return;if(s(489)!=o[s(521)]&&s(487)!=o[s(521)])return;const i=e[s(512)]()[0],a=r[s(511)][s(498)](i);return s(489)==o[s(521)]?{type:s(514),content:zr(n,s(506),a)}:s(487)==o[s(521)]?{type:s(514),content:zr(n,s(501),a)}:void 0}))}}var Jo=ti;function $o(){var t=["input","117815zPOXNW","1925634LJvIEP","598804zTzkdH","TrackChangesEditing","plugins","108RDadty","1WfCAOv","767142ZFQRJq","413966MbwvlJ","56QyazyS","7752843YewPLv","editor","enableCommand","18328190DJETZk","init","11zlVSrN","requires","get"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=278]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(514980===-parseInt(n(289))/1*(parseInt(n(285))/2)+-parseInt(n(290))/3+-parseInt(n(288))/4*(parseInt(n(283))/5)+parseInt(n(284))/6+-parseInt(n(291))/7*(-parseInt(n(292))/8)+-parseInt(n(293))/9+-parseInt(n(296))/10*(-parseInt(n(279))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Jo(280)](){return[vs.Input]}[Jo(278)](){var t=Jo;this[t(294)][t(287)][t(281)](t(286))[t(295)](t(282))}}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=437]})(t,e)}function si(){const t=["afterInit","key","878KPVtNi","_descriptionFactory","commandParams","TrackChangesEditing","commands","1624322PYEPIh","1745892rvQVzN","registerAttributeLabel","has","LinkEditing","unlink","46460qMOLHx","1142980LxfUGR","type","linkHref","link (","newValue","*Set link:* %0","registerDescriptionCallback","editor","format","6MIFnpC","attribute","3784yPfjVJ","link","plugins","1381707whodZg","toLowerCase","8cnOGlX","manualDecorators","map","*Remove link*","get","_enableDefaultAttributesIntegration","formatInline","2151804QhaSPv","_registerLegacyDescription","632MtuqCV","commandName","locale","label"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(332374===parseInt(n(439))/1*(parseInt(n(445))/2)+parseInt(n(471))/3+parseInt(n(437))/4+parseInt(n(457))/5+parseInt(n(466))/6*(parseInt(n(450))/7)+-parseInt(n(473))/8*(-parseInt(n(451))/9)+-parseInt(n(456))/10*(parseInt(n(468))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(443)](){const t=ni,e=this[t(464)];if(!e[t(470)][t(453)](t(454)))return;const n=e[t(470)][t(477)](t(448)),r=e[t(449)][t(477)](t(469));n[t(478)](t(469),[t(459),...r[t(474)][t(475)]((t=>t.id))]),n[t(478)](t(455));for(const e of r[t(474)])n[t(446)][t(452)](e.id,t(460)+e[t(442)][t(472)]()+")");n[t(446)][t(463)]((n=>{const r=t;if(r(467)!=n[r(458)])return;const{data:s}=n;if(!s||r(459)!=s[r(444)])return;const o=s[r(461)],i=e[r(441)];return{type:r(465),content:null==o?zr(i,r(476)):zr(i,r(462),'"'+o+'"')}})),this[t(438)]()}[ni(438)](){const t=ni,e=this[t(464)],n=e[t(441)];e[t(470)][t(477)](t(448))[t(446)][t(463)]((e=>{const r=t;if(r(479)!=e[r(458)])return;const{data:s}=e;if(s){if(r(469)==s[r(440)]){const t=s[r(447)][0];return{type:r(465),content:zr(n,r(462),'"'+t+'"')}}return r(455)==s[r(440)]?{type:r(465),content:zr(n,r(476))}:void 0}}))}}const ii=ci;function ai(){const t=["execute","get","parent","outdentList","List","ELEMENT_BULLETED_LIST","from","checkChild","before","bulleted","markBlockFormat","numbered","blockName","element","listType","commands","todoListChecked","commandName","has","91588LiAdFU","createPositionAt","*Uncheck item*","*Outdent:* %0","format","9gGPeJM","getAttribute","480045RJcDdS","numberedList","336TpMptn","582YbAMjD","formatInline","change","listItem","todoList","end","6XWVXrC","locale","LegacyTodoListEditing","11ZQBaRv","selection","enableCommand","_descriptionFactory","188420hUXmjW","*Indent:* %0","getSelectedBlocks","add","replace","schema","findIndex","_selectedElements","push","registerElementLabel","listIndent","indentList","slice","type","paragraph","15FUrivA","commandParams","ELEMENT_LIST_ITEM","filter","editor","*Check item*","todo","document","554632mRbiDw","881272WrVofw","afterInit","LegacyListEditing","forceValue","name","model","ELEMENT_TODO_LIST","isObject","485484TDpmPv","nextSibling","*Change to:* %0","previousSibling","formatBlock","TrackChangesEditing","plugins","ELEMENT_NUMBERED_LIST","createRange","checkTodoList","value","length","registerDescriptionCallback","bulletedList"];return(ai=function(){return t})()}function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=182]})(t,e)}!function(t,e){const n=ci,r=t();for(;;)try{if(109642===-parseInt(n(266))/1*(-parseInt(n(267))/2)+parseInt(n(264))/3+parseInt(n(257))/4*(parseInt(n(207))/5)+-parseInt(n(185))/6*(parseInt(n(216))/7)+-parseInt(n(215))/8*(parseInt(n(262))/9)+parseInt(n(192))/10*(parseInt(n(188))/11)+-parseInt(n(224))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ui extends t.Plugin{[ii(217)](){const t=ii,e=this[t(211)],n=e[t(186)];if(!e[t(230)][t(256)](t(218)))return;const r=e[t(230)][t(239)](t(229)),s=e[t(230)][t(256)](t(187));function o(t){return()=>{const n=ci,s=e[n(221)][n(214)][n(189)],o=e[n(253)][n(239)](t);if(o[n(234)])return void e[n(238)](n(206),{});const i=t[n(204)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(244)](t)[s(210)]((t=>function(t,e){const n=s;return e[n(245)](t[n(240)],n(182))&&!e[n(223)](t)}(t,r)));o=o[s(210)]((t=>!t.is(s(251),s(182))||t[s(263)](s(252))!=e));const i=new Set;for(const t of o)t.is(s(251),s(182))?i[s(195)](li(t)):i[s(195)](t);return Array[s(244)](i)}(s[n(194)](),i,e[n(221)][n(197)]);e[n(221)][n(269)]((()=>{const e=n;for(const n of a)r[e(248)](n,{commandName:t,commandParams:[{forceValue:!o[e(234)]}],formatGroupId:e(250)},fi(n))}))}}function i(t){return()=>{const n=ci,s=function(t){const e=ci;let n=Array[e(244)](t);const r=n[e(198)]((t=>e(182)!=t[e(220)]));return r>-1&&(n=n[e(204)](0,r)),n}(e[n(221)][n(214)][n(189)][n(194)]()),o=e[n(221)][n(232)](e[n(221)][n(258)](s[0],n(246)),e[n(221)][n(258)](s[s[n(235)]-1],n(184)));e[n(221)][n(269)]((()=>{const e=n;r[e(248)](o,{commandName:t,commandParams:[],formatGroupId:e(202)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(225)];for(;t&&t[n(263)](n(202))>e[n(263)](n(202));)r[n(195)](t),t=t[n(225)]}return Array[n(244)](r)}(s))}))}}r[t(190)](t(265),o(t(265))),r[t(190)](t(237),o(t(237))),s&&r[t(190)](t(183),o(t(183))),r[t(190)](t(203),i(t(203))),r[t(190)](t(241),i(t(241))),s&&r[t(190)](t(233),(()=>{const n=t,s=e[n(253)][n(239)](n(233)),o=Array[n(244)](s[n(199)]);o[n(210)]((t=>t[n(263)](n(254))!=s[n(234)])),e[n(221)][n(269)]((()=>{const t=n;for(const e of o)r[t(248)](e,{commandName:t(233),commandParams:[{forceValue:!s[t(234)]}]})}))})),r[t(191)][t(201)](t(182),(e=>zr(n,t(209),e))),r[t(191)][t(236)]((e=>{const r=t;if(r(228)!=e[r(205)]&&r(268)!=e[r(205)])return;const{data:s}=e;if(s){if(r(265)==s[r(255)]||r(237)==s[r(255)]||r(183)==s[r(255)])switch(s[r(255)][r(196)](r(242),"")){case r(247):return o(zr(n,r(243)));case r(249):return o(zr(n,r(231)));case r(213):return o(zr(n,r(222)))}if(r(203)==s[r(255)])return{type:r(261),content:zr(n,r(193),zr(n,r(209)))};if(r(241)==s[r(255)])return{type:r(261),content:zr(n,r(260),zr(n,r(209)))};if(r(233)==s[r(255)])return s[r(208)][0][r(219)]?{type:r(261),content:zr(n,r(212))}:{type:r(261),content:zr(n,r(259))}}function o(t){const e=r;return{type:e(261),content:zr(n,e(226),t)}}}))}}function li(t){const e=ii,n=t[e(263)](e(202));if(0==n)return t;let r=t;for(;t[e(227)]&&t[e(227)].is(e(251),e(182));){const s=t[e(227)][e(263)](e(202));if(s==n)r=t[e(227)];else if(s<n)break;t=t[e(227)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(251),e(182))&&t[e(263)](e(202))>0){let r=t[e(225)];for(;r&&e(182)==r[e(220)]&&r[e(263)](e(202))==t[e(263)](e(202));)n[e(200)](r),r=r[e(225)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=469]})(t,e)}function di(){const t=["reversed","createPositionAt","getSiblingNodes","replace","handleListStartCommand","editor","list.properties","commandName","commandParams","handleDescriptions","729NCiJlh","backward","toUpperCase","afterInit","map","*Format:* set order to reversed","_getSuggestionBlocks","_getTranslationKeyForListStyle","LegacyListUtils","push","formatBlock","formatInline","1340458Etwsci","40ECSrpS","listReversed","locale","getFirstPosition","format","getAttribute","plugins","parent","_LIST_","getSelectedBlocks","selection","bind","listStyle","startIndex","flat","2369275tmAXxS","has","type","from","listStart","89580QKzVVo","TrackChangesEditing","forward","ELEMENT_","enableCommand","change","2201232buZAYG","*Change to:* %0","get","6bZSNIl","before","markMultiRangeBlockFormat","registerDescriptionCallback","listItem","styles","_getSuggestionBlocksForListStyle","createRange","LegacyListPropertiesEditing","model","numbered","handleListStyleCommand","filter","_descriptionFactory","element","1183413bfPypR","*Format:* set start index to %0","2724639gTHgUR","2IJjXsE","unshift","892061btcdLy","listType","handleListReversedCommand","document","config","getLastPosition","length","getListTypeFromListStyleType","*Format:* set order to regular"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(567474===parseInt(n(483))/1*(-parseInt(n(481))/2)+parseInt(n(480))/3+-parseInt(n(541))/4+parseInt(n(530))/5*(-parseInt(n(544))/6)+-parseInt(n(514))/7*(-parseInt(n(515))/8)+parseInt(n(502))/9*(parseInt(n(535))/10)+-parseInt(n(478))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(505)](){const t=hi;if(!this[t(497)][t(521)][t(531)](t(471)))return;const e=this[t(497)][t(487)][t(543)](t(498)),n=this[t(497)][t(521)][t(543)](t(536));e[t(549)]&&n[t(539)](t(527),this[t(474)][t(526)](this)),e[t(492)]&&n[t(539)](t(516),this[t(485)][t(526)](this)),e[t(528)]&&n[t(539)](t(534),this[t(496)][t(526)](this)),n[t(476)][t(547)](this[t(501)][t(526)](this))}[hi(474)](t,e={}){const n=hi,r=this[n(497)][n(521)][n(543)](n(536)),s=this[n(469)]();this[n(497)][n(472)][n(540)]((()=>{const t=n;r[t(546)](s,{commandName:t(527),commandParams:[{type:e[t(532)]}],formatGroupId:t(527)})}))}[hi(485)](t,e={}){const n=hi,r=this[n(497)][n(521)][n(543)](n(536)),s=this[n(508)]((t=>t.is(n(477),n(548))&&n(473)===t[n(520)](n(484))));if(s[n(489)]<1)return;const o=s[n(506)]((t=>this[n(497)][n(472)][n(470)](this[n(497)][n(472)][n(493)](t,n(545)),this[n(497)][n(472)][n(493)](t,0))));this[n(497)][n(472)][n(540)]((()=>{const t=n;r[t(546)](o,{commandName:t(516),commandParams:[{reversed:e[t(492)]}],formatGroupId:t(516)})}))}[hi(496)](t,e={}){const n=hi,r=this[n(497)][n(521)][n(543)](n(536)),s=this[n(508)]((t=>t.is(n(477),n(548))&&n(473)===t[n(520)](n(484))));if(s[n(489)]<1)return;const o=s[n(506)]((t=>this[n(497)][n(472)][n(470)](this[n(497)][n(472)][n(493)](t,n(545)),this[n(497)][n(472)][n(493)](t,0))));this[n(497)][n(472)][n(540)]((()=>{const t=n;r[t(546)](o,{commandName:t(534),commandParams:[{startIndex:e[t(528)]}],formatGroupId:t(534)})}))}[hi(501)](t){const e=hi;if(e(512)!=t[e(532)]&&e(513)!=t[e(532)])return;const n=this[e(497)][e(517)],{data:r}=t;if(!r)return;let s,o;switch(r[e(499)]){case e(527):s=e(542),o={type:e(519),content:zr(n,s,zr(n,this[e(509)](r[e(500)][0][e(532)])))};break;case e(516):s=r[e(500)][0][e(492)]?e(507):e(491),o={type:e(519),content:zr(n,s)};break;case e(534):s=e(479),o={type:e(519),content:zr(n,s,r[e(500)][0][e(528)])}}return o}[hi(469)](){const t=hi;var e,n,r,s;const o=this[t(497)][t(521)][t(543)](t(510));let i=Array[t(533)](this[t(497)][t(472)][t(486)][t(525)][t(524)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(477),t(548)))&&i[t(482)](...o[t(494)](this[t(497)][t(472)][t(486)][t(525)][t(518)](),t(503))),(null===(n=i[i[t(489)]-1])||void 0===n?void 0:n.is(t(477),t(548)))&&i[t(511)](...o[t(494)](this[t(497)][t(472)][t(486)][t(525)][t(488)](),t(537))),i=[...new Set(i)],(null===(s=null===(r=this[t(497)][t(472)][t(486)][t(525)][t(518)]())||void 0===r?void 0:r[t(522)])||void 0===s?void 0:s.is(t(477),t(548)))&&(i=i[t(475)]((e=>e.is(t(477),t(548))))),i}[hi(508)](t){const e=hi,n=this[e(497)][e(521)][e(543)](e(510));let r=Array[e(533)](this[e(497)][e(472)][e(486)][e(525)][e(524)]())[e(475)](t)[e(506)]((t=>{const r=e,s=this[r(497)][r(472)][r(493)](t,0);return[...n[r(494)](s,r(503)),...n[r(494)](s,r(537))]}))[e(529)]();return r=[...new Set(r)],r}[hi(509)](t){const e=hi;return e(538)+this[e(497)][e(521)][e(543)](e(510))[e(490)](t)[e(504)]()+e(523)+t[e(504)]()[e(495)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["3516OGGVsn","enableCommand","plugins","div","has","locale","3LxNZAL","stop","attribute:url:media","createEmptyElement","registerElementLabel","elementToElement","afterInit","927909vYljIT","downcastDispatcher","for","_descriptionFactory","get","data","1413796IlrUOr","222968xakNKH","TrackChangesEditing","2595GSLMBG","media","editor","MediaEmbedEditing","6903648FniLRr","high","639430ZVzOnJ","3359629SarcbI","ELEMENT_MEDIA","conversion","showSuggestionHighlights","options","mediaEmbed","dataDowncast"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=443]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(579441===parseInt(n(454))/1+parseInt(n(446))/2*(parseInt(n(468))/3)+-parseInt(n(445))/4+-parseInt(n(448))/5*(parseInt(n(462))/6)+-parseInt(n(455))/7+parseInt(n(452))/8+parseInt(n(475))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(474)](){const t=mi,e=this[t(450)];if(!e[t(464)][t(466)](t(451)))return;const n=e[t(464)][t(443)](t(447)),r=e[t(467)];n[t(463)](t(460)),n[t(478)][t(472)](t(449),(e=>zr(r,t(456),e))),e[t(457)][t(477)](t(461))[t(473)]({model:t(449),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(458)])return n[s(471)](s(465))},converterPriority:t(453)}),e[t(444)][t(476)].on(t(470),((e,n,r)=>{const s=t;r[s(459)][s(458)]&&e[s(469)]()}),{priority:t(453)})}}function Ti(t,e){const n=yi();return(Ti=function(t,e){return n[t-=295]})(t,e)}const _i=Ti;function yi(){const t=["81775YorqPv","editor","mention","17013227qFgRgj","80sQWeXz","plugins","enableCommand","79490mJsuLy","has","6CaROAY","538368WevWBu","TrackChangesEditing","111216kFHOpw","afterInit","2385592hetpTA","get","399TMalxN","MentionEditing","5157TonDyD","9350droQRv"];return(yi=function(){return t})()}!function(t,e){const n=Ti,r=t();for(;;)try{if(983277===-parseInt(n(305))/1+-parseInt(n(302))/2*(-parseInt(n(304))/3)+-parseInt(n(299))/4*(parseInt(n(295))/5)+-parseInt(n(307))/6*(-parseInt(n(311))/7)+-parseInt(n(309))/8+parseInt(n(313))/9*(-parseInt(n(314))/10)+parseInt(n(298))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yi);class Ai extends t.Plugin{[_i(308)](){const t=_i,e=this[t(296)];e[t(300)][t(303)](t(312))&&e[t(300)][t(310)](t(306))[t(301)](t(297))}}function Ci(){const t=["502024eltigy","editor","registerElementLabel","afterInit","TrackChangesEditing","117138kfdhlS","enableCommand","160fWHNBA","has","6JeYSFF","1820136CHYFBr","119538HONTob","locale","get","3ZcQScR","ELEMENT_PAGE_BREAK","PageBreakEditing","pageBreak","_descriptionFactory","plugins","94694XwIoeB","1707695NCtPTJ","336734vwALmx"];return(Ci=function(){return t})()}const ki=Ni;function Ni(t,e){const n=Ci();return(Ni=function(t,e){return n[t-=341]})(t,e)}!function(t,e){const n=Ni,r=t();for(;;)try{if(175929===-parseInt(n(346))/1+parseInt(n(344))/2*(parseInt(n(361))/3)+parseInt(n(347))/4+-parseInt(n(345))/5*(-parseInt(n(356))/6)+-parseInt(n(352))/7+parseInt(n(357))/8+-parseInt(n(358))/9*(parseInt(n(354))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Li extends t.Plugin{[ki(350)](){const t=ki,e=this[t(348)];if(!e[t(343)][t(355)](t(363)))return;e[t(343)][t(360)](t(351))[t(353)](t(341));const n=e[t(343)][t(360)](t(351)),r=e[t(359)];n[t(342)][t(349)](t(341),(e=>zr(r,t(362),e)))}}function Ri(t,e){const n=vi();return(Ri=function(t,e){return n[t-=133]})(t,e)}const Si=Ri;function vi(){const t=["model","plugins","5680570IcBlux","bindElementToMarker","$text","nodeAfter","41515mUixhA","markerName","_enableDefaultAttributesIntegration","insertParagraph","get","writer","addMarker:suggestion:insertion","has","insertion","afterInit","highest","editing","consumable","consume","showSuggestionHighlights","span","createUIElement","mapper","editor","type","Paragraph","793894dDwbhZ","isTouching","end","addClass","getItemLabel","data","ck-suggestion-marker-split","locale","paragraph","schema","options","enableCommand","603681CiOKmp","ck-suggestion-marker--active","registerElementLabel","name","_descriptionFactory","downcastDispatcher","insert","start","6537447TwmtQN","getFirstRange","TrackChangesEditing","activeMarkers","includes","92XFcQUl","markerRange","6KEvRYv","format","formatBlock","_registerLegacyDescription","isLimit","*Change to:* %0","5863256QstSWW","6315570axieoE","checkChild","ELEMENT_PARAGRAPH","commandName","*Insert:* %0","6roZcdb","isBlock","toViewPosition","registerDescriptionCallback"];return(vi=function(){return t})()}!function(t,e){const n=Ri,r=t();for(;;)try{if(593895===-parseInt(n(166))/1+parseInt(n(154))/2*(-parseInt(n(193))/3)+parseInt(n(179))/4*(parseInt(n(133))/5)+-parseInt(n(181))/6*(-parseInt(n(174))/7)+parseInt(n(187))/8+parseInt(n(188))/9+-parseInt(n(199))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vi);class Mi extends t.Plugin{[Si(142)](){const t=Si,e=this[t(151)];if(!e[t(198)][t(140)](t(153)))return;const n=e[t(161)],r=e[t(198)][t(137)](t(176));r[t(170)][t(168)](t(162),(e=>zr(n,t(190),e))),r[t(135)](t(162)),r[t(165)](t(136)),e[t(144)][t(171)].on(t(139),Oi(e),{priority:t(143)}),e[t(159)][t(171)].on(t(139),((n,r,s)=>{const o=t;s[o(164)][o(147)]&&Oi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(143)});const s=r[t(170)];s[t(196)]((r=>{const o=t;if(o(141)!==r[o(152)])return;const{start:i,end:a}=r[o(175)]();if(!i[o(155)](a)||!i[o(202)])return;const c=e[o(197)][o(163)],u=i[o(202)];return c[o(194)](u)&&!c[o(185)](u)&&c[o(189)](u,o(201))?{type:o(141),content:zr(n,o(192),s[o(158)](u,1))}:void 0})),this[t(184)]()}[Si(184)](){const t=Si,e=this[t(151)],n=e[t(161)];e[t(198)][t(137)](t(176))[t(170)][t(196)]((e=>{const r=t;if(r(183)!=e[r(152)])return;const{data:s}=e;return s&&r(162)==s[r(191)]?{type:r(182),content:zr(n,r(186),zr(n,r(190)))}:void 0}))}}function Oi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ri,i=t[o(198)][o(137)](o(176)),a=r[o(180)][o(173)],c=r[o(180)][o(156)],u=t[o(197)][o(163)];if(!a[o(155)](c)||!a[o(202)])return;const l=a[o(202)];if(u[o(194)](l)&&!u[o(185)](l)&&u[o(189)](l,o(201))){if(!s[o(145)][o(146)](r[o(180)],n[o(169)]))return;const t=s[o(138)][o(149)](o(148),{class:o(160)}),a=s[o(150)][o(195)](c);e&&i[o(177)][o(178)](r[o(134)])&&s[o(138)][o(157)](o(167),t),s[o(138)][o(172)](a,t),s[o(150)][o(200)](t,r[o(134)])}}}function wi(t,e){const n=Fi();return(wi=function(t,e){return n[t-=359]})(t,e)}function Fi(){const t=["formatBlock","239900SQPAIP","commandName","114ompjMr","TrackChangesEditing","47ZYHDNU","104645JorkYa","10070710QYHJvX","11wakDmH","plugins","removeFormat","editor","_registerLegacyDescription","afterInit","*Remove all formatting*","_descriptionFactory","3293604HpfvSN","registerDescriptionCallback","type","locale","17624sBIzQx","formatInline","RemoveFormatEditing","get","3694AQTUEv","959152jydhDH","6JoMDlh","27zFliSz","_enableDefaultAttributesIntegration","203dnEMvd","has","format"];return(Fi=function(){return t})()}const Di=wi;!function(t,e){const n=wi,r=t();for(;;)try{if(327976===-parseInt(n(386))/1*(-parseInt(n(373))/2)+-parseInt(n(375))/3*(-parseInt(n(374))/4)+parseInt(n(387))/5*(parseInt(n(384))/6)+-parseInt(n(378))/7*(parseInt(n(369))/8)+-parseInt(n(376))/9*(parseInt(n(382))/10)+parseInt(n(389))/11*(parseInt(n(365))/12)+-parseInt(n(388))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fi);class Pi extends t.Plugin{[Di(362)](){const t=Di,e=this[t(360)];e[t(390)][t(379)](t(371))&&(e[t(390)][t(372)](t(385))[t(377)](t(359)),this[t(361)]())}[Di(361)](){const t=Di,e=this[t(360)];e[t(390)][t(372)](t(385))[t(364)][t(366)]((n=>{const r=t;if(r(381)!=n[r(367)]&&r(370)!=n[r(367)])return;const{data:s}=n;return s&&r(359)==s[r(383)]?{type:r(380),content:zr(e[r(368)],r(363))}:void 0}))}}const xi=Bi;function Bi(t,e){const n=ji();return(Bi=function(t,e){return n[t-=168]})(t,e)}!function(t,e){const n=Bi,r=t();for(;;)try{if(573487===parseInt(n(185))/1+parseInt(n(190))/2*(-parseInt(n(171))/3)+-parseInt(n(192))/4+-parseInt(n(170))/5+parseInt(n(180))/6*(parseInt(n(169))/7)+parseInt(n(174))/8+-parseInt(n(178))/9*(-parseInt(n(172))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ji);class Ui extends t.Plugin{[xi(187)](){const t=xi,e=this[t(186)];if(!e[t(168)][t(189)](t(193)))return;const n=e[t(168)][t(182)](t(188));n[t(183)](t(181)),n[t(183)](t(194));const r=e[t(168)][t(182)](t(193));r[t(183)](t(179)),r[t(183)](t(191)),r[t(183)](t(175)),r[t(183)](t(184)),r[t(183)](t(177)),r[t(183)](t(173)),r[t(183)](t(176))}}function ji(){const t=["23319RXiMYc","trackChanges","18cyPEHH","goToPreviousRestrictedEditingException","get","enableCommand","acceptAllSuggestions","422149cOztLW","editor","afterInit","TrackChangesEditing","has","2133288ocvLWs","acceptSuggestion","4036072wjvbgU","RestrictedEditingModeEditing","goToNextRestrictedEditingException","plugins","2098397KvkrbQ","4663425aACRQr","3jfuDXB","6850TpNSzh","acceptSelectedSuggestions","3884296UvFhsE","discardSuggestion","discardSelectedSuggestions","discardAllSuggestions"];return(ji=function(){return t})()}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=242]})(t,e)}function Hi(){const t=["span","data","name","171508yjUdlu","deletion","markerRange","shiftEnter","toViewPosition","ck-suggestion-marker-","270260ubvqrd","requires","locale","get","77vlDrJS","addClass","1102077cQbORU","98421OEtNMF","627596TCxcgi","enableCommand","model","10BrPEXG","options","test","includes","softBreak","ck-suggestion-marker--active","getItems","bindElementToMarker","consumable","insert","addMarker:suggestion","createPositionBefore","315912iRPLTu","element","high","ELEMENT_LINE_BREAK","writer","activeMarkers","showSuggestionHighlights","addMarker:suggestion:insertion","8qGyOLa","createUIElement","downcastDispatcher","editor","editing","TrackChangesEditing","init","mapper","plugins","3hcqDOD","337414LbRdfs","registerElementLabel","_descriptionFactory","split","addMarker:suggestion:deletion","merge","markerName"];return(Hi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(120839===parseInt(n(276))/1+parseInt(n(263))/2+parseInt(n(252))/3*(parseInt(n(277))/4)+parseInt(n(280))/5*(-parseInt(n(292))/6)+-parseInt(n(253))/7+-parseInt(n(243))/8*(-parseInt(n(275))/9)+parseInt(n(269))/10*(-parseInt(n(273))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{static get[Gi(270)](){return[Qs.ShiftEnter]}[Gi(249)](){const t=Gi,e=this[t(246)],n=e[t(251)][t(272)](t(248));n[t(278)](t(266)),e[t(247)][t(245)].on(t(242),Wi(e),{priority:t(294)}),e[t(247)][t(245)].on(t(257),Wi(e),{priority:t(294)}),e[t(261)][t(245)].on(t(290),((n,r,s)=>{const o=t;s[o(281)][o(298)]&&Wi(e,{showActiveMarker:!1})(n,r,s)})),n[t(255)][t(254)](t(284),(n=>zr(e[t(271)],t(295),n)))}}function Wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Vi,i=t[o(251)][o(272)](o(248));if(!s[o(288)][o(282)](r[o(265)],n[o(262)]))return;const a=t[o(279)];for(const t of r[o(265)][o(286)]()){if(!t.is(o(293),o(284)))continue;const n=o(264)==r[o(259)][o(256)](":")[1]?o(258):o(256),c=s[o(296)][o(244)](o(260),{class:o(268)+n}),u=s[o(250)][o(267)](a[o(291)](t));e&&i[o(297)][o(283)](r[o(259)])&&s[o(296)][o(274)](o(285),c),s[o(296)][o(289)](u,c),s[o(250)][o(287)](c,r[o(259)])}}}function Ki(t,e){const n=qi();return(Ki=function(t,e){return n[t-=333]})(t,e)}const Xi=Ki;function qi(){const t=["_descriptionFactory","formatInline","TrackChangesEditing","commandParams","StandardEditingModeEditing","enableCommand","getRanges","get","330085ibEhkI","formatBlock","7857058QxnLfO","194958zFIwlz","plugins","editor","selection","locale","13FJdsbp","type","registerDescriptionCallback","27587220jdWMgo","value","29514wyelPE","40LBjkmv","afterInit","has","commandName","restrictedEditingException","18GECPFC","8WFgyrt","210gFLAiw","forceValue","from","FORMAT_RESTRICTED_ENABLED","change","18prpEZK","37905sdoMCG","format","FORMAT_RESTRICTED_DISABLED","model","document","1053647zBiTyh","isCollapsed","markInlineFormat","commands"];return(qi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(538418===parseInt(n(362))/1*(-parseInt(n(354))/2)+parseInt(n(348))/3*(parseInt(n(349))/4)+-parseInt(n(335))/5*(parseInt(n(361))/6)+-parseInt(n(367))/7*(parseInt(n(355))/8)+-parseInt(n(338))/9*(parseInt(n(356))/10)+-parseInt(n(337))/11+-parseInt(n(346))/12*(-parseInt(n(343))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qi);class Yi extends t.Plugin{[Xi(350)](){const t=Xi,e=this[t(340)],n=e[t(365)],r=e[t(342)];if(!e[t(339)][t(351)](t(375)))return;const s=e[t(339)][t(334)](t(373)),o=t(353),i=e[t(370)][t(334)](o);s[t(376)](o,((e,r={})=>{const a=t,c=n[a(366)][a(341)];if(c[a(368)])return void e(r);const u=void 0!==r[a(357)]?r[a(357)]:!i[a(347)];n[a(360)]((()=>{const t=a,e=Array[t(358)](c[t(333)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(369)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(371)][t(345)]((e=>{const n=t;if(n(336)!=e[n(344)]&&n(372)!=e[n(344)])return;const{data:s}=e;return s&&s[n(352)]==o?s[n(374)][0][n(357)]?{type:n(363),content:zr(r,n(359))}:{type:n(363),content:zr(r,n(364))}:void 0}))}}const Qi=Ji;function Zi(){const t=["definitions","2203914kCMoFf","element","formatBlock","_enableDefaultAttributesIntegration","TrackChangesEditing","format","type","has","FORMAT_STYLE","13055sYRgAz","1002438EOUEOK","plugins","editor","_registerInlineAttribute","getGhsAttributeNameForElement","GeneralHtmlSupport","formatInline","afterInit","_registerBlockAttribute","commandParams","_descriptionFactory","_registerLegacyDescription","1166039TzXKsd","get","4790230KRiOhz","11TVpbrM","StyleUtils","*Remove format:* %0","styleName","add","inline","registerDescriptionCallback","Style","normalizeConfig","registerAttributeLabel","8dDNDNc","1zrDyah","ghsAttributes","config","forceValue","commandName","1254XItsXC","*Set format:* %0","block","DataSchema","1062158TCYsBD","2410684wFqOPv","locale","style","toLowerCase"];return(Zi=function(){return t})()}function Ji(t,e){const n=Zi();return(Ji=function(t,e){return n[t-=298]})(t,e)}!function(t,e){const n=Ji,r=t();for(;;)try{if(496451===-parseInt(n(325))/1*(-parseInt(n(334))/2)+-parseInt(n(340))/3+-parseInt(n(335))/4+parseInt(n(298))/5*(parseInt(n(330))/6)+-parseInt(n(311))/7*(-parseInt(n(324))/8)+parseInt(n(299))/9+parseInt(n(313))/10*(parseInt(n(314))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class $i extends t.Plugin{[Qi(306)](){const t=Qi,e=this[t(301)];if(!e[t(300)][t(347)](t(321))||!e[t(300)][t(347)](t(333)))return;const n=e[t(300)][t(312)](t(344)),r=e[t(336)],s=e[t(327)][t(312)](t(337))||{},o=e[t(300)][t(312)](t(304)),i=e[t(300)][t(312)](t(315))[t(322)](e[t(300)][t(312)](t(333)),s[t(339)]);n[t(343)](t(337));const a=new Set;for(const e of i[t(332)]){const n=o[t(303)](e[t(341)]);a[t(318)](n)}const c=new Set;for(const e of i[t(319)]){const n=o[t(303)](e[t(341)]);c[t(318)](n);for(const n of e[t(326)])c[t(318)](n)}for(const e of a)n[t(307)](e),n[t(309)][t(323)](e,zr(r,t(348)));for(const e of c)n[t(302)](e),n[t(309)][t(323)](e,zr(r,t(348)));this[t(310)]()}[Qi(310)](){const t=Qi,e=this[t(301)],n=e[t(336)];e[t(300)][t(312)](t(344))[t(309)][t(320)]((e=>{const r=t;if(r(342)!=e[r(346)]&&r(305)!=e[r(346)])return;const{data:s}=e;return s&&r(337)===s[r(329)]?s[r(308)][0][r(328)]?{type:r(345),content:zr(n,r(331),s[r(308)][0][r(317)][r(338)]())}:{type:r(345),content:zr(n,r(316),s[r(308)][0][r(317)][r(338)]())}:void 0}))}}function ta(){const t=["from","toViewElement","nodeAfter","MIN_SAFE_INTEGER","isArray","_descriptionFactory","change","12261389LlZCmz","tableCell","highest","refresh","ELEMENT_TABLE_COLUMN","nodeBefore","execute","isEqual","type","above","getItems","insertTableColumnRight","downcastDispatcher","writer","getContainedElement","detach","tableRow","oldRange","every","getSelectionAffectedTableCells","fromRange","insertTableColumnLeft","commands","showSuggestionHighlights","_setupColumnsRowsFixing","registerPostFixer","tablePaste","hasAttribute","batch","minColumn","_acceptFormatSuggestionCallbackFactory","discard","createRangeIn","insertTable","insertion","filter","enableCommand","has","change:data","markMultiRangeDeletion","map","order","createTableWalker","classes","getSuggestion","item","left","afterInit","*Remove:* %0","getRowIndexes","8DvYDSs","mapper","push","isIntersectingWithRange","locale","last","createPositionAt","ELEMENT_TABLE","tableColumn","_getSuggestionCoords","selectTableRow","24358444YoNkXA","addRange","table","$textProxy","model","registerElementLabel","getChildren","span","start","max","name","element","some","deletion","isInContent","minRow","registerCustomCallback","_tablePostFixingSubtypes","addMarker:suggestion","isTouching","toLowerCase","editor","selectTableColumn","ELEMENT_TABLE_ROW_WITH_TEXT","removeClass","position","suggestion","rootName","setSelection","min","_splitMarkerName","MAX_SAFE_INTEGER","colspan","removeTableRow","accept","first","data","11915704zEFQMg","11292NPZDqr","8254sMZgCj","ELEMENT_TABLE_ROW","TableUtils","*Insert:* %0","low","plugins","includes","_getCoordsForCells","registerDescriptionCallback","subType","$graveyard","enqueueChange","_tableSuggestions","substr","getChangedMarkers","getColumnIndexes","6936580lruAHY","insert","10pbDaXd","ELEMENT_TABLE_COLUMN_WITH_TEXT","getChanges","createRangeOn","get","TrackChangesEditing","selection","getFirstRange","options","maxColumn","removeTableColumn","add","end","length","6uPotHD","TableEditing","join","root","_suggestionFactory","forceValue","16224588kaloCJ","insertTableRowBelow","startsWith","getAttribute","cell","document","getRanges","rowspan","values","getCellLocation","addClass","findAncestor","differ","maxRow","markMultiRangeInsertion","ELEMENT_TABLE_WITH_TEXT","insertTableRowAbove","609GQDAGT"];return(ta=function(){return t})()}const ea=na;function na(t,e){const n=ta();return(na=function(t,e){return n[t-=145]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(902049===parseInt(n(173))/1*(parseInt(n(286))/2)+-parseInt(n(228))/3*(parseInt(n(172))/4)+-parseInt(n(189))/5+-parseInt(n(205))/6*(-parseInt(n(236))/7)+parseInt(n(171))/8+parseInt(n(211))/9+-parseInt(n(191))/10*(parseInt(n(297))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ta);class ra extends t.Plugin{constructor(t){const e=na;super(t),this[e(151)]=[e(252),e(294)],this[e(185)]=new Set}[ea(283)](){const t=ea,e=this[t(155)],n=e[t(301)][t(216)][t(197)];if(!e[t(178)][t(273)](t(206)))return;const r=e[t(290)],s=e[t(178)][t(195)](t(196)),o=e[t(178)][t(195)](t(175));s[t(234)][t(302)](t(299),(e=>zr(r,t(293),e))),this[t(260)](),s[t(272)](t(269)),s[t(272)](t(296)),s[t(272)](t(156));for(const r of[t(227),t(212)]){const i=e[t(258)][t(195)](r);s[t(272)](r,(r=>{const a=t;e[a(301)][a(235)]((t=>{const e=a;r();const c=e(245)===i[e(277)],u=o[e(255)](n),l=o[e(285)](u),f=c?l[e(169)]-1:l[e(291)]+1,h=u[0][e(222)](e(299)),g=o[e(278)](h,{startRow:f,endRow:f}),d=Array[e(229)](g)[e(276)]((n=>t[e(194)](n[e(215)])));s[e(225)](d,e(252))}))}))}for(const r of[t(257),t(247)]){const i=e[t(258)][t(195)](r);s[t(272)](r,(r=>{const a=t;e[a(301)][a(235)]((t=>{const e=a;r();const c=e(282)===i[e(277)],u=o[e(255)](n),l=o[e(188)](u),f=c?l[e(169)]-1:l[e(291)]+1,h=u[0][e(222)](e(299)),g=o[e(278)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(229)](g)[e(276)]((n=>t[e(194)](n[e(215)])));s[e(225)](d,e(294))}))}))}for(const r of[t(167),t(201)]){const i=r[t(186)](11),a=i[t(154)](),c=a[t(186)](0,3)+t(304),u=t(299)+i,l=t(163)+i,f=t(306)+i;s[t(272)](r,(()=>{const i=t;e[i(301)][i(235)]((t=>{const e=i,h=o[e(255)](n),g=h[0][e(222)](e(299));let d;if(e(167)==r){const t=o[e(285)](h);d={startRow:t[e(169)],endRow:t[e(291)],includeAllSlots:!0}}else{const t=o[e(188)](h);d={startColumn:t[e(169)],endColumn:t[e(291)],includeAllSlots:!0}}const p=o[e(278)](g,d),m=Array[e(229)](p)[e(276)]((({cell:t})=>t)),I=sa(m[e(271)]((t=>t[e(263)](c)))),E=sa(m[e(271)]((t=>!t[e(263)](c))))[e(276)]((n=>t[e(194)](n))),b=s[e(275)](E,u);if(b&&(e(252)==b[e(182)]||e(294)==b[e(182)])){const n=this[e(295)](b);for(const r of I){const s=t[e(194)](r),i=o[e(220)](r),u=r[e(214)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(298)](s)}}}))}))}function c(r){const s=t,o=Array[s(229)](n[s(217)]())[s(276)]((t=>i.LiveRange[s(256)](t)));e[s(301)][s(235)]((t=>{const n=s,i=t[n(264)];r=r[n(271)]((t=>n(183)!=t[n(208)][n(161)])),t[n(162)](r),e[n(258)][n(195)](n(167))[n(239)](),e[n(242)](n(167),{forceDefaultExecution:!0}),e[n(301)][n(184)]((()=>{const t=n;e[t(301)][t(184)](i,(e=>{const n=t,r=o[n(271)]((t=>n(183)!=t[n(208)][n(161)]));r[n(204)]>0&&e[n(162)](r);for(const t of o)t[n(251)]()}))}))}))}function u(r){const s=t;e[s(301)][s(235)]((t=>{const o=s,a=Array[o(229)](n[o(217)]())[o(276)]((t=>i.LiveRange[o(256)](t))),c=[];for(const t of r)for(const e of t[o(246)]({shallow:!0}))c[o(288)](e);for(const n of c)o(183)!=n[o(208)][o(161)]&&(t[o(162)](t[o(292)](n,0)),e[o(258)][o(195)](o(201))[o(239)](),e[o(242)](o(201),{forceDefaultExecution:!0}));const u=a[o(271)]((t=>o(183)!=t[o(208)][o(161)]));u[o(204)]>0&&t[o(162)](u);for(const t of a)t[o(251)]()}))}function l(e,n){const r=t;return n[r(254)]((t=>e[r(146)]((e=>e[r(203)][r(243)](t[r(305)])||t[r(203)][r(243)](e[r(305)])))))}function f(e,n){const r=t;return e[r(146)]((t=>n[r(146)]((e=>t[r(203)][r(153)](e[r(305)])))))}e[t(170)][t(248)].on(t(152),((e,n,r)=>{const s=t;if(!r[s(199)][s(259)])return;const o=n[s(281)];if(!o)return;const i=r[s(287)][s(230)](o);function c(t){return Array[s(233)](t)?t:[t]}i&&s(237)===o[s(307)]&&(0,a.setHighlightHandling)(i,r[s(249)],((t,e,n)=>n[s(221)](c(e[s(279)]),t)),((t,e,n)=>n[s(158)](c(e[s(279)]),t)))}),{priority:t(238)}),s[t(234)][t(181)]((e=>{const n=t;if(n(270)!=e[n(244)]&&n(147)!=e[n(244)])return;const s=e[n(250)]();if(null!=s&&s.is(n(145),n(299))){if(n(270)==e[n(244)]){const t=e[n(246)]()[n(271)]((t=>t.is(n(300))))[n(276)]((t=>t[n(170)]));if(t[n(204)])return{type:n(270),content:zr(r,n(176),zr(r,n(226),'"'+t[n(207)](" ")+'"'))}}if(n(147)==e[n(244)]){const t=e[n(246)]()[n(271)]((t=>t.is(n(300))))[n(276)]((t=>t[n(170)]));if(t[n(204)])return{type:n(147),content:zr(r,n(284),zr(r,n(226),'"'+t[n(207)](" ")+'"'))}}}})),s[t(234)][t(181)]((e=>{const n=t;if(n(252)==e[n(182)]){const t=e[n(246)]()[n(271)]((t=>t.is(n(300))))[n(276)]((t=>t[n(170)])),s=this[n(295)](e),o=s[n(224)]-s[n(149)]+1;if(n(270)==e[n(244)])return t[n(204)]?{type:n(270),content:zr(r,n(176),zr(r,n(157),[o,'"'+t[n(207)](" ")+'"']))}:{type:n(270),content:zr(r,n(176),zr(r,n(174),o))};if(n(147)==e[n(244)])return t[n(204)]?{type:n(147),content:zr(r,n(284),zr(r,n(157),[o,'"'+t[n(207)](" ")+'"']))}:{type:n(147),content:zr(r,n(284),zr(r,n(174),o))}}if(n(294)==e[n(182)]){const t=e[n(246)]()[n(271)]((t=>t.is(n(300))))[n(276)]((t=>t[n(170)])),s=this[n(295)](e),o=s[n(200)]-s[n(265)]+1;if(n(270)==e[n(244)])return t[n(204)]?{type:n(270),content:zr(r,n(176),zr(r,n(192),[o,'"'+t[n(207)](" ")+'"']))}:{type:n(270),content:zr(r,n(176),zr(r,n(240),o))};if(n(147)==e[n(244)])return t[n(204)]?{type:n(147),content:zr(r,n(284),zr(r,n(192),[o,'"'+t[n(207)](" ")+'"']))}:{type:n(147),content:zr(r,n(284),zr(r,n(240),o))}}})),s[t(209)][t(150)](t(270),t(252),t(267),c),s[t(209)][t(150)](t(147),t(252),t(168),c),s[t(209)][t(150)](t(270),t(294),t(267),u),s[t(209)][t(150)](t(147),t(294),t(168),u),s[t(209)][t(150)](t(270),t(294),t(207),l),s[t(209)][t(150)](t(147),t(294),t(207),l),s[t(209)][t(150)](t(270),t(252),t(207),f),s[t(209)][t(150)](t(147),t(252),t(207),f)}[ea(266)](){const t=ea,e=this[t(155)],n=e[t(301)][t(216)][t(197)];return(r,s)=>{const o=t;e[o(301)][o(235)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(203)][a(241)];u&&u[0]&&!1===u[0][a(210)]&&(l=r[0][a(305)][a(231)]);const f=t[a(268)](l);if(a(183)==f[a(208)][a(161)])return;const h=Array[a(229)](n[a(217)]())[a(276)]((t=>i.LiveRange[a(256)](t)));t[a(162)](f),e[a(258)][a(195)](c)[a(239)](),u[a(288)]({forceDefaultExecution:!0}),e[a(242)](c,...u);const g=h[a(271)]((t=>a(183)!=t[a(208)][a(161)]));g[a(204)]>0&&t[a(162)](g);for(const t of h)t[a(251)]()}))}}[ea(180)](t){const e=ea,n=this[e(155)][e(178)][e(195)](e(175));let r=Number[e(165)],s=Number[e(232)],o=Number[e(165)],i=Number[e(232)];for(const a of t){if(e(183)==a[e(208)][e(161)])continue;const{row:t,column:c}=n[e(220)](a),u=a[e(263)](e(218))?a[e(214)](e(218))-1:0,l=a[e(263)](e(166))?a[e(214)](e(166))-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}}[ea(260)](){const t=ea,e=this[t(155)],n=e[t(178)][t(195)](t(196)),r=e[t(178)][t(195)](t(175));e[t(301)][t(216)].on(t(274),(()=>{const r=t,s=Array[r(229)](e[r(301)][r(216)][r(223)][r(187)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(164)](t);if(r(160)!=s)continue;if(null!=e[r(253)])continue;const a=n[r(280)](o);this[r(151)][r(179)](i)&&this[r(185)][r(202)](a)}}),{priority:t(177)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(194)](e),a=e[s(222)](s(299)),c=r[s(220)](e);for(const t of this[s(185)]){const n=t[s(182)],r=n[s(213)](s(262)),u=n[s(186)](r?10:5),l=u[s(154)](),f=l[s(186)](0,3)+s(304),h=s(163)+u,g=s(306)+u;if(!t[s(148)])continue;if(a!=t[s(198)]()[s(305)][s(222)](s(299)))continue;if(t[s(289)](i))continue;const d=e[s(263)](f)?e[s(214)](f)-1:0,p=this[s(295)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(298)](i),o=!0)}return o};e[t(301)][t(216)][t(261)]((n=>{const r=t;let o=!1;for(const t of e[r(301)][r(216)][r(223)][r(193)]())if(r(190)==t[r(244)])if(r(252)==t[r(307)])for(const e of t[r(159)][r(231)][r(303)]())o=o||s(e,n);else r(237)==t[r(307)]&&(o=o||s(t[r(159)][r(231)],n));return o}))}[ea(295)](t){const e=ea;return this[e(180)](t[e(217)]()[e(276)]((t=>t[e(305)][e(231)])))}}function sa(t){const e=ea;return Array[e(229)](new Set(t)[e(219)]())}const oa=ia;function ia(t,e){const n=aa();return(ia=function(t,e){return n[t-=440]})(t,e)}function aa(){const t=["findAncestor","from","element","refresh","afterInit","*Merge cells*","highest","set:isEnabled","getAncestors","_acceptFormatSuggestionCallbackFactory","execute","13974FRpdwD","mergeTableCellUp","plugins","direction","model","deletion","tableCell","394121GIgAgP","7570440zvNfYz","subType","createTableWalker","TrackChangesEditing","has","registerCustomCallback","length","insertion","7562376MURjKI","get","commandName","mergeTableCellDown","accept","author","map","filter","getSuggestions","value","_suggestionFactory","124JiCQgT","stop","size","isInContent","mergeTableCellRight","isEnabled","containsRange","getCellLocation","markMultiRangeBlockFormat","createRangeOn","TableEditing","horizontally","editor","cell","*Split cell:* horizontally","enableCommand","requires","getRanges","forceDefaultExecution","_areMergableCells","commands","getSelectionAffectedTableCells","14CSXxWX","_areSelectedCellsMergable","splitTableCellHorizontally","rootName","low","_descriptionFactory","push","trackChanges","document","formatBlock","177405WqPeTS","change","detach","table","530406qVjuEN","getFirstPosition","type","selection","_isForcedDefaultExecutionBlock","splitTableCellVertically","$graveyard","1953PBHDBo","TableUtils","format","find","add","mergeTableCells","return","registerDescriptionCallback","_tablePostFixingSubtypes","markBlockFormat","*Split cell:* vertically","locale","mergeTableCellLeft","833724khHjwQ","root","formatInline","fromRange","setSelection"];return(aa=function(){return t})()}!function(t,e){const n=ia,r=t();for(;;)try{if(625320===parseInt(n(455))/1+-parseInt(n(497))/2*(parseInt(n(511))/3)+parseInt(n(475))/4*(parseInt(n(507))/5)+-parseInt(n(448))/6*(-parseInt(n(518))/7)+-parseInt(n(464))/8+-parseInt(n(531))/9+parseInt(n(456))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(aa);class ca extends t.Plugin{static get[oa(491)](){return[ra]}[oa(441)](){const t=oa,e=this[t(487)],n=e[t(452)][t(505)][t(514)],r=e[t(529)];if(!e[t(450)][t(460)](t(485)))return;const s=e[t(450)][t(465)](t(459)),o=e[t(450)][t(465)](t(519)),a=e[t(450)][t(465)](ra);a[t(526)][t(503)](t(523)),s[t(490)](t(523),(()=>{const n=t,r=o[n(496)](e[n(452)][n(505)][n(514)]);e[n(452)][n(508)]((()=>{const t=n;s[t(483)](r,{commandName:t(523),commandParams:[]},[],t(523))}))})),e[t(495)][t(465)](t(523)).on(t(447),((n,r)=>{const o=t;e[o(495)][o(465)](o(504))[o(473)]&&(r[o(462)]>0&&r[r[o(462)]-1]&&r[r[o(462)]-1][o(493)]||s[o(515)]||this[o(498)]()||n[o(476)]())}),{priority:t(443)});for(const n of[t(449),t(479),t(467),t(530)]){const r=e[t(495)][t(465)](n);s[t(490)](n,(()=>{const n=t,o=e[n(452)][n(505)][n(514)][n(512)]()[n(445)]()[n(521)]((t=>t.is(n(538),n(454)))),i=r[n(473)];e[n(452)][n(508)]((()=>{const t=n;s[t(483)]([o,i],{commandName:t(523),commandParams:[]},[],t(523))}))}))}for(const n of[t(516),t(499)]){const r=e[t(495)][t(465)](n);s[t(490)](n,(()=>{const i=t,a=o[i(496)](e[i(452)][i(505)][i(514)])[0],c=a[i(536)](i(510)),{column:u,row:l}=o[i(482)](a);let f=[];if(i(486)==r[i(451)]){const t=o[i(458)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(537)](t)[i(470)]((t=>t[i(488)]))}else{const t=o[i(458)](c,{column:u,includeAllSlots:!0});f=Array[i(537)](t)[i(470)]((t=>t[i(488)]))}e[i(452)][i(508)]((t=>{const e=i;s[e(527)](t[e(484)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(502)][t(525)]((e=>{const n=t;if(n(506)!=e[n(513)]&&n(533)!=e[n(513)])return;const{data:s}=e;return s&&n(523)==s[n(466)]?{type:n(520),content:zr(r,n(442))}:void 0})),s[t(502)][t(525)]((e=>{const n=t;if(n(506)!=e[n(513)]&&n(533)!=e[n(513)])return;const{data:s}=e;return s?n(516)==s[n(466)]?{type:n(520),content:zr(r,n(528))}:n(499)==s[n(466)]?{type:n(520),content:zr(r,n(489))}:void 0:void 0}));const c=a[t(446)]();for(const e of[t(449),t(479),t(467),t(530)])s[t(474)][t(461)](t(506),e,t(468),c);for(const e of[t(516),t(499)])s[t(474)][t(461)](t(506),e,t(468),c);s[t(474)][t(461)](t(506),t(523),t(468),(r=>{const s=t;e[s(452)][s(508)]((t=>{const o=s,a=Array[o(537)](n[o(492)]())[o(470)]((t=>i.LiveRange[o(534)](t)));t[o(535)](r),e[o(495)][o(465)](o(523))[o(440)](),e[o(447)](o(523),{forceDefaultExecution:!0});const c=a[o(471)]((t=>o(517)!=t[o(532)][o(500)]));c[o(462)]>0&&t[o(535)](c);for(const t of a)t[o(509)]()}))}));for(const n of[t(449),t(467),t(530),t(479)]){const r=e[t(495)][t(465)](n);r.on(t(444),((n,s,o)=>{const i=t;if(o){const t=e[i(452)][i(505)][i(514)][i(512)]()[i(445)]()[i(521)]((t=>t.is(i(538),i(454))));this[i(494)](r[i(473)],t)||(n[i(524)]=!1,n[i(476)]())}}),{priority:t(501)})}}[oa(498)](){const t=oa,e=this[t(487)][t(495)][t(465)](t(523)),n=this[t(487)][t(450)][t(465)](t(519));if(!e[t(480)])return!1;const r=n[t(496)](this[t(487)][t(452)][t(505)][t(514)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(494)](e,n))return!1;return!0}[oa(494)](t,e){const n=oa,r=this[n(487)][n(450)][n(465)](n(459)),s=this[n(487)][n(452)][n(484)](t),o=this[n(487)][n(452)][n(484)](e),i=new Set,a=new Set;for(const t of r[n(472)]())if((n(463)==t[n(513)]||n(453)==t[n(513)]||n(523)==t[n(457)])&&t[n(478)])for(const e of t[n(492)]())e[n(481)](s,!0)&&i[n(522)](t[n(513)]+":"+t[n(469)].id),e[n(481)](o,!0)&&a[n(522)](t[n(513)]+":"+t[n(469)].id);if(i[n(477)]!=a[n(477)])return!1;for(const t of i)if(!a[n(460)](t))return!1;return!0}}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=142]})(t,e)}function fa(){const t=["consumable","commandParams","setAttribute","FORMAT_REGULAR_COLUMN","_suggestionFactory","_enableDefaultAttributesIntegration","data","7VWKanK","headingRows","_registerLegacyDescription","_descriptionFactory","showSuggestionHighlights","_splitMarkerName","afterInit","locale","start","plugins","registerCustomCallback","stop","downcastDispatcher","end","createTableWalker","ck-suggestion-marker-","12BmVhEN","requires","data-suggestion","16489340NRQRHz","1227hFosjv","registerAttributeLabel","highest","format","forceValue","has","getCellLocation","removeClass","editor","activeMarkers","_acceptFormatSuggestionCallbackFactory","cell","1150040jiOIjS","get","ck-suggestion-marker--active","setTableRowHeader","addClass","getSuggestion","mapper","FORMAT_REGULAR_ROW","consume","options","setTableColumnHeader","580527yADPpm","272034EpKFZV","registerDescriptionCallback","name","bindElementToMarker","includes","commandName","80nlZjMa","addMarker:suggestion","nodeBefore","accept","7498hxNeKQ","FORMAT_HEADER_COLUMN","writer","FORMAT_HEADER_ROW","markerName","unbindElementFromMarkerName","removeMarker:suggestion","type","toViewElement","parent","nodeAfter","TableEditing","markerNameToElements","12VfnfqP","formatBlock","_handleLegacySuggestions","TableUtils","removeAttribute","68559238cxxUTa","item","473515ChSfxF","markerRange","*Format:* %0","headingColumns","editing","TrackChangesEditing"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(925865===-parseInt(n(171))/1+parseInt(n(193))/2*(-parseInt(n(159))/3)+-parseInt(n(155))/4*(parseInt(n(213))/5)+-parseInt(n(183))/6*(parseInt(n(226))/7)+parseInt(n(189))/8*(-parseInt(n(182))/9)+-parseInt(n(158))/10+-parseInt(n(211))/11*(-parseInt(n(206))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(156)](){return[ra]}[ua(145)](){const t=ua,e=this[t(167)];if(!e[t(148)][t(164)](t(204)))return;const n=e[t(146)],r=e[t(148)][t(172)](t(218));r[t(224)](t(174),[],[t(227)]),r[t(224)](t(181),[],[t(216)]),r[t(142)][t(160)](t(227),zr(n,t(196))),r[t(142)][t(160)](t(216),zr(n,t(194))),this[t(208)]()}[ua(208)](){const t=ua,e=this[t(167)][t(148)][t(172)](t(218)),n=this[t(167)][t(148)][t(172)](t(209)),r=this[t(167)][t(148)][t(172)](ra)[t(169)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=la,{type:c,id:u}=e[a(144)](o[a(197)]),l=e[a(176)](u),f=l[a(225)];if(a(207)!=l[a(200)]||!f||a(181)!=f[a(188)])return;if(o[a(212)])return void s[a(150)]();if(!i[a(219)][a(179)](o[a(214)],s[a(185)]))return;const h=o[a(214)][a(147)][a(203)],g=o[a(214)][a(152)][a(191)],d=h[a(202)][a(202)],{column:p}=n[a(165)](h),{column:m}=n[a(165)](g);for(let s=p;s<=m;s++){const l=n[a(153)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(170)],l=i[a(177)][a(201)](s);i[a(195)][a(175)](a(154)+c,l),r&&i[a(195)][a(221)](a(157),u,l),i[a(177)][a(186)](l,o[a(197)]),t&&(e[a(168)][a(187)](o[a(197)])?i[a(195)][a(175)](a(173),l):i[a(195)][a(166)](a(173),l))}}}}e[t(223)][t(149)](t(207),t(174),t(192),r),e[t(223)][t(149)](t(207),t(181),t(192),r),this[t(167)][t(217)][t(151)].on(t(190),s(),{priority:t(161)}),this[t(167)][t(225)][t(151)].on(t(190),((e,n,r)=>{const o=t;r[o(180)][o(143)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(161)}),this[t(167)][t(217)][t(151)].on(t(199),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(144)](r[o(197)]),c=e[o(176)](a),u=c[o(225)];if(o(207)!=c[o(200)]||!u||o(181)!=u[o(188)])return;const l=s[o(177)][o(205)](r[o(197)]);if(l)for(const t of l)s[o(195)][o(166)](o(154)+i,t),s[o(195)][o(166)](o(173),t),s[o(195)][o(210)](o(157),t),s[o(177)][o(198)](t,r[o(197)])}),{priority:t(161)}),this[t(228)]()}[ua(228)](){const t=ua,e=this[t(167)],n=e[t(146)];function r(e){const r=t;return{type:r(162),content:zr(n,r(215),e)}}e[t(148)][t(172)](t(218))[t(142)][t(184)]((e=>{const s=t;if(s(207)!=e[s(200)])return;const{data:o}=e;if(o){if(s(174)==o[s(188)]){const t=o[s(220)][0][s(163)];return r(zr(n,s(t?196:178)))}if(s(181)==o[s(188)]){const t=o[s(220)][0][s(163)];return r(zr(n,s(t?194:222)))}}}))}}function ga(){const t=["_suggestionFactory","rows","removeMarkers","end","14bQjunQ","TableClipboard","model","getChild","batch","createPositionBefore","tableCellHorizontalAlignment","has","markMultiRangeBlockFormat","some","insertionRanges","getChildren","902310OIzxnJ","ck-suggestion-marker--active","getSuggestionCallback","for","set","wrap","getRange","388860WocyYc","subType","getColumns","insertRows","tableCellBorderColor","forEach","deletionRanges","$graveyard","getTableIfOnlyTableInContent","suggestion-td","table","previousSibling","from","TableUtils","setAttributes","1524YuJiLA","change","getItems","ck-suggestion-marker","_splitMarkerName","2900028KrMbMT","columnInsertionRanges","includes","tablePasteChainId","element","move","suggestionUnloaded","dataDowncast","hasSuggestion","requires","suggestion","isEqual","markMultiRangeInsertion","_replaceTableSlotCell","tablePasteColumn","markerAttributes","showSuggestionHighlights","tablePasteRow","call","options","name","markerToHighlight","column","redo","ck-suggestion-marker-insertion","Users","root","getContainedElement","get","getSuggestion","endRow","map","clipboardOutput","tableCellBackgroundColor","insertion","deletion","*Replace table cells*","document","registerPostFixer","markers","_isForcedDefaultExecutionBlock","keys","_tablePostFixingSubtypes","editingDowncast","commands","createRange","updateMarker","suggestion:formatBlock:tablePasteCell","selection","tablePaste","author","insertContent","378CvWSza","accept","cells","removeRows","listenTo","insertColumns","find","_createdBatches","view","nodeAfter","createRangeIn","tableCell","_descriptionFactory","paragraph","getColumnIndexes","formatBlock","documentSelection","locale","editor","detach","endColumn","unwrap","fromEntries","register","activeMarkers","TrackChangesEditing","push","registerCustomCallback","columnInsertionIndexes","stop","setAttribute","getAttributes","oldRange","6203695YiKGxn","getMarkers","1568778FRYUWL","afterInit","tableCellPadding","type","tableCellVerticalAlignment","remove","isEmpty","getRows","return","rowInsertionIndexes","containsRange","previous","registerDescriptionCallback","removeColumns","nextSibling","join","tableCellBorderStyle","plugins","createTableWalker","7452fFvYJi","row","high","discard","last","getSelectionAffectedTableCells","getShiftedBy","differ","first","fromRange","markerName","value","createRangeOn","length","content","attributes","6272QABGbe","trackChanges","getSuggestions","getAllAdjacentSuggestions","findAncestor","insert","forceDefaultExecution","getRanges","next","schema","getRowIndexes","low","suggestionLoaded","rootName","position","editing","every","rowInsertionRanges","columns","tableCellSuggestion","newRange","getChanges","cell","conversion","isInContent","_getCoordsForCells","add","reduce","markMultiRangeDeletion","createElement","getChangedMarkers","entries","tableCellBorderWidth","fill","tablePasteCell","start","filter","elementToElement","startsWith","removeMarker"];return(ga=function(){return t})()}const da=pa;function pa(t,e){const n=ga();return(pa=function(t,e){return n[t-=311]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(942428===parseInt(n(386))/1+parseInt(n(504))/2+parseInt(n(405))/3*(parseInt(n(499))/4)+-parseInt(n(384))/5+-parseInt(n(477))/6+-parseInt(n(465))/7*(-parseInt(n(421))/8)+-parseInt(n(351))/9*(parseInt(n(484))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ga);const ma=[da(453),da(488),da(402),da(471),da(390),da(332),da(388)],Ia=Object[da(373)](ma[da(330)]((t=>[t,null])));class Ea extends t.Plugin{static get[da(513)](){return[ra]}[da(387)](){const t=da,n=this[t(369)];if(!n[t(403)][t(472)](t(466)))return;const r=n[t(403)][t(327)](t(376)),s=n[t(403)][t(327)](t(497)),o=n[t(403)][t(327)](ra),a=n[t(403)][t(327)](t(466));o[t(341)][t(377)](t(316),t(313)),n[t(467)][t(430)][t(374)](t(440),{allowIn:t(362),allowContentOf:t(362),isLimit:!0}),n[t(444)][t(458)]({model:t(440),view:t(493)});let c=null;n[t(467)].on(t(350),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(418)]-1];h&&h[u(427)]||r[u(339)]||this[u(369)][u(343)][u(327)](u(422))[u(416)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(367)))return!1;const i=s[o(492)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(410)](n[o(336)][o(347)]);if(!a[o(418)])return!1;const c=a[0][o(425)](o(494)),l=r[o(431)](a),f=r[o(365)](a),h={startRow:l[o(413)],endRow:l[o(409)],startColumn:f[o(413)],endColumn:f[o(409)]};return 1==a[o(418)]&&(h[o(329)]+=r[o(393)](i)-1,h[o(371)]+=r[o(486)](i)-1),Ta(c,h,r)}(l,f,n[u(467)],s,a)&&(o[u(380)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(467)][u(500)]((()=>{const t=u;n[t(467)][t(350)](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(418)]&&r[t(311)](o,t(316),{tablePasteChainId:s}),a[t(418)]&&r[t(311)](a,t(313),{tablePasteChainId:s}),l[t(418)]&&(r[t(311)](l,t(348),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(489)]((e=>{const n=t;var r;return null===(r=e[n(370)])||void 0===r?void 0:r[n(317)](e)}))),f[t(418)]&&(r[t(449)](f,t(348),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(489)]((e=>{const n=t;var r;return null===(r=e[n(370)])||void 0===r?void 0:r[n(317)](e)})));const g=r[t(473)](h[t(330)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(455),{tablePasteChainId:s});if(g){const e=g[t(385)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(467)][t(417)](s),a=e[t(357)]((e=>e[t(483)]()[t(515)](i)));a&&r[t(377)]([a[t(319)],o])}r[t(418)]&&g[t(381)](t(314),Object[t(373)](r))}c=null})))}),{priority:e.priorities[t(407)]+10}),n[t(403)][t(327)](t(466)).on(t(312),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(380)]();const u=s[r(443)],l=o,f=ba(u),h=ba(l);e[r(394)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(391)](u[r(468)](0));for(const t of Array[r(496)](l[r(476)]()))a[r(426)](t,u,r(464));const t=c[r(395)][r(506)](s[r(406)]),e=c[r(379)][r(506)](s[r(321)]);t||e||(g=i.LiveRange[r(414)](a[r(361)](u)))}else h&&!f&&(d=a[r(361)](u));else{const t=a[r(450)](r(440)),e=a[r(450)](r(440));a[r(482)](a[r(361)](u),e),a[r(426)](t,u,0);for(const e of Array[r(496)](l[r(476)]()))a[r(426)](e,t,r(464));g=i.LiveRange[r(414)](a[r(417)](t)),d=i.LiveRange[r(414)](a[r(417)](e))}const p=Array[r(496)](l[r(382)]())[r(457)]((([t])=>ma[r(506)](t)));c[r(353)][r(377)]({element:u,attributes:p[r(418)]?Object[r(373)](p):null}),g&&c[r(475)][r(377)](g),d&&c[r(490)][r(377)](d)}),{priority:t(407)}),s.on(t(356),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(439)]||1;c[o(379)]=new Array(l)[o(454)](u)[o(330)](((t,e)=>t+e));for(const{cell:t}of s[o(404)](i,{startColumn:u,endColumn:u+l-1}))c[o(505)][o(377)](n[o(467)][o(417)](t))}),{priority:t(432)}),s.on(t(487),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(462)]||1;c[o(395)]=new Array(l)[o(454)](u)[o(330)](((t,e)=>t+e));for(const{cell:t}of s[o(404)](i,{startRow:u,endRow:u+l-1}))c[o(438)][o(377)](n[o(467)][o(417)](t))}),{priority:t(432)}),r[t(363)][t(398)]((e=>{const r=t;if(e[r(485)]&&e[r(485)][r(459)](r(348)))return e[r(397)]?{}:{type:r(333),content:zr(n[r(368)],r(335))}}));const u=()=>!1;for(const e of[t(348),t(313),t(316),t(455)])r[t(461)][t(378)](t(333),e,t(401),u),r[t(461)][t(378)](t(334),e,t(401),u),r[t(461)][t(378)](t(366),e,t(401),u);r[t(461)][t(378)](t(366),t(455),t(408),u),r[t(461)][t(378)](t(366),t(455),t(352),((e,r,s)=>{const o=t,i=e[o(330)]((t=>t[o(326)]()))[o(457)]((t=>t)),a=new Map(i[o(330)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(353)])e&&a[o(481)](t,e);else if(s&&s[o(314)])for(const[t,e]of Object[o(452)](s[o(314)])){const r=n[o(467)][o(338)][o(327)](t),s=r?r[o(483)]()[o(326)]():null;s&&a[o(481)](s,e)}n[o(467)][o(500)]((t=>{const e=o;for(const[n,r]of a)t[e(498)]({...Ia,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(461)][o(378)](e,o(348),s,((t,i,a)=>{const c=o;n[c(467)][c(500)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(456)][o(360)];t.is(o(508),o(440))&&u[o(377)](t)}r[o(461)][o(479)](e,null,s)(t,i,a);for(const t of u)o(491)!=t[o(325)][o(434)]&&n[o(372)](t)}))}))};l(t(333),t(352)),l(t(333),t(408)),l(t(334),t(352)),l(t(334),t(408)),r[t(461)][t(378)](t(333),t(316),t(408),(e=>{const n=t,r=e[n(330)]((t=>t[n(326)]())),i=r[0][n(425)](n(494)),{minRow:a,maxRow:c}=o[n(446)](r);s[n(354)](i,{at:a,rows:c-a+1})})),r[t(461)][t(378)](t(333),t(313),t(408),(e=>{const n=t,r=e[n(330)]((t=>t[n(326)]())),i=r[0][n(425)](n(494)),{minColumn:a,maxColumn:c}=o[n(446)](r);s[n(399)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(485)]||!n[s(485)][s(459)](s(348)))return;const o=n[s(420)][s(507)],i=r[s(423)]()[s(457)]((t=>t[s(445)]&&t[s(420)]&&t[s(420)][s(507)]==o));i[s(418)]&&n[s(424)]()[s(418)]!=i[s(418)]&&i[s(448)](((t,e)=>(t[s(429)]=e,e[s(397)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(503)](e[s(415)]),i=[s(502),s(323)],a=r[s(375)][s(506)](e[s(415)]);return a&&i[s(377)](s(478)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(433),f,{priority:t(407)}),r.on(t(510),f,{priority:t(407)}),n[t(467)][t(336)][t(337)]((()=>{const e=t;let s=!1;const o=Array[e(496)](n[e(467)][e(336)][e(412)][e(451)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(503)](t);if(e(514)!=o||e(334)!=a||i[e(383)])continue;if(!r[e(512)](c))continue;const u=r[e(328)](c)[e(428)](),l=n[e(403)][e(327)](e(324)).me;for(const t of r[e(423)]())if(t[e(445)]&&t[e(349)]==l&&e(366)==t[e(389)]&&e(455)==t[e(485)]&&t[e(428)]()[e(437)]((t=>u[e(474)]((n=>n[e(396)](t,!0))))))for(const n of t[e(424)]())n[e(445)]&&(n[e(408)](),s=!0)}return s})),n[t(467)][t(336)][t(337)]((e=>{const s=t,o=n[s(343)][s(327)](s(322));if(!o||!o[s(358)][s(472)](e[s(469)]))return!1;let i=!1;const a=n[s(403)][s(327)](s(324)).me,c=n[s(467)][s(336)][s(412)][s(442)](),u=Array[s(496)](n[s(467)][s(336)][s(412)][s(451)]())[s(457)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(503)](t);return n(514)==o&&n(348)==i&&c==a.id&&!e[n(383)]}));for(const t of c){if(s(426)!=t[s(389)]||s(440)!=t[s(319)]||1!=t[s(418)])continue;const n=e[s(344)](t[s(435)],t[s(435)][s(411)](1));if(!u[s(357)]((({data:t})=>t[s(441)][s(515)](n))))for(const{name:t,data:r}of u)if(n[s(396)](r[s(441)])){e[s(345)](t,{range:n}),i=!0;break}}return i})),n[t(467)][t(336)][t(337)]((e=>{const s=t;let o=!1;const i=n[s(403)][s(327)](s(324)).me,a=r[s(423)]()[s(457)]((t=>t[s(445)]&&t[s(349)]==i)),c=new Set,u=new Set;for(const t of a)if(s(348)==t[s(485)])for(const e of t[s(385)]()){const n=e[s(483)]()[s(326)]();if(n)if(n.is(s(508),s(440))&&ba(n)){t[s(460)](e[s(319)]),c[s(447)](n),o=!0;const r=n[s(400)],i=n[s(495)],a=r&&r.is(s(508),s(440)),l=i&&i.is(s(508),s(440));a&&!c[s(472)](r)&&u[s(447)](r),l&&!c[s(472)](i)&&u[s(447)](i)}else n.is(s(508),s(364))&&n[s(392)]&&(t[s(460)](e[s(319)]),o=!0)}else if(s(455)==t[s(485)]){if(!t[s(420)]||!t[s(420)][s(507)])continue;const e=t[s(420)][s(314)];if(e&&Object[s(340)](e)[s(418)])continue;const n=t[s(420)][s(507)];let r=!0,i=!0;for(const e of a)if(e[s(485)]&&e[s(485)][s(459)](s(348))){if(!e[s(420)][s(507)]){i=!1;break}if(e.id!=t.id&&e[s(420)][s(507)]==n){r=!1;break}}i&&r&&(t[s(463)](),o=!0)}for(const t of c)e[s(391)](t);for(const t of u)e[s(372)](t);return o})),n[t(444)][t(480)](t(342))[t(320)]({model:t(346),view:(t,e)=>h(t),converterPriority:t(407)}),n[t(444)][t(480)](t(511))[t(320)]({model:t(346),view:(e,n)=>n[t(318)][t(315)]?h(e,!1):null,converterPriority:t(407)});const g=n[t(436)][t(359)];this[t(355)](g[t(336)],t(331),((e,n)=>{const r=t,s=[];for(const t of g[r(361)](n[r(419)])[r(501)]())t.is(r(508),r(493))&&s[r(377)](t);g[r(500)]((t=>{const e=r;for(const n of s)t[e(509)](t[e(361)](n),t[e(470)](n)),t[e(391)](n)}))}))}}function ba(t){const e=da;if(t[e(392)])return!0;const n=t[e(468)](0);return n.is(e(508),e(364))&&n[e(392)]}function Ta(t,e={},n){const r=da;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(404)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=ya;function ya(t,e){const n=Aa();return(ya=function(t,e){return n[t-=289]})(t,e)}function Aa(){const t=["411576oSlnZx","accept","handleSuggestionDescription","handleResizeTableWidthCommand","resizeTable","columnWidths","339azkLZB","selection","format","14735qfxwYk","4961506rmQSPC","resizeTableWidth","bind","afterInit","has","116430GrrOjI","change","data","getSuggestionCallback","type","525000CXcbmQ","36KZdTWY","216CMhtfS","_descriptionFactory","model","getSuggestions","TableColumnResizeEditing","getColumnGroupElement","enableCommand","document","Users","tableWidth","getContainedElement","subType","formatBlock","table","editor","2bbyOAq","discard","_suggestionFactory","formatInline","getSelectedElement","markBlockFormat","get","getAttribute","123520cbopjX","registerDescriptionCallback","commandParams","*Format:* resize table","registerCustomCallback","locale","TrackChangesEditing","formatGroupId","5956BPwaqz","getTableColumnsWidths","plugins","author"];return(Aa=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(137382===parseInt(n(303))/1*(-parseInt(n(338))/2)+parseInt(n(329))/3*(-parseInt(n(319))/4)+-parseInt(n(343))/5+parseInt(n(323))/6+parseInt(n(332))/7*(parseInt(n(345))/8)+parseInt(n(344))/9*(-parseInt(n(311))/10)+parseInt(n(333))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);class Ca extends t.Plugin{[_a(336)](){const t=_a;if(!this[t(302)][t(321)][t(337)](t(292)))return;const e=this[t(302)][t(321)][t(309)](t(317));e[t(294)](t(334),this[t(326)][t(335)](this)),e[t(305)][t(315)](t(300),t(327),t(324),e[t(305)][t(341)](t(300),null,t(304))),e[t(305)][t(315)](t(300),t(327),t(304),e[t(305)][t(341)](t(300),null,t(324))),e[t(289)][t(312)](this[t(325)][t(335)](this))}[_a(326)](t,e){const n=_a,r=this[n(302)][n(321)][n(309)](n(317)),s=this[n(302)][n(321)][n(309)](n(292)),o=e[n(301)]||this[n(302)][n(290)][n(295)][n(330)][n(307)]();this[n(302)][n(290)][n(339)]((()=>{const i=n,a=s[i(293)](o);let c=a?s[i(320)](a):null,u=o[i(310)](i(297))||null;const l=e[i(297)]||u,f=e[i(328)]||c,h=this[i(302)][i(321)][i(309)](i(296)).me;for(const t of r[i(291)]()){const e=t[i(298)]();if(i(327)===t[i(299)]&&e===o){t[i(322)]!==h&&t[i(304)]();const e=t[i(340)][i(313)];u=e[0][i(297)],c=e[0][i(328)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(308)](o,{commandName:i(334),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(327)},[],i(327))}))}[_a(325)](t){const e=_a;if(e(300)!=t[e(342)]&&e(306)!=t[e(342)])return;const{data:n}=t;if(n&&e(327)===n[e(318)]){const t=e(314);return{type:e(331),content:zr(this[e(302)][e(316)],t)}}}}const ka=La;function Na(){const t=["2401308xBNrxT","has","enableCommand","9373544XqiduM","insertTemplate","2IgbrDm","357815GESJwm","1262730vbMpMF","editor","afterInit","1824231Kjvguz","plugins","TrackChangesEditing","get","Template","3518664cTeaHj","732944hPCCIh"];return(Na=function(){return t})()}function La(t,e){const n=Na();return(La=function(t,e){return n[t-=378]})(t,e)}!function(t,e){const n=La,r=t();for(;;)try{if(407398===parseInt(n(378))/1+parseInt(n(384))/2*(parseInt(n(389))/3)+-parseInt(n(379))/4+parseInt(n(385))/5+parseInt(n(394))/6+parseInt(n(386))/7+-parseInt(n(382))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Ra extends t.Plugin{[ka(388)](){const t=ka,e=this[t(387)];e[t(390)][t(380)](t(393))&&e[t(390)][t(392)](t(391))[t(381)](t(383))}}function Sa(){const t=["30GiFfXV","locale","921756jtXlwT","afterInit","tableOfContents","editor","597415KfOpHJ","2220756sQCDpW","plugins","ELEMENT_TABLE_OF_CONTENTS","2598580kVwsPA","27gdsPQX","registerElementLabel","get","enableCommand","22fmmFkz","TrackChangesEditing","7nWWsdT","2425688OiqMfm","insertTableOfContents","_descriptionFactory","12110aydRUc","163470JWRfSB","commands","453aeDeLG"];return(Sa=function(){return t})()}const va=Ma;function Ma(t,e){const n=Sa();return(Ma=function(t,e){return n[t-=297]})(t,e)}!function(t,e){const n=Ma,r=t();for(;;)try{if(462738===parseInt(n(312))/1+-parseInt(n(302))/2*(parseInt(n(305))/3)+parseInt(n(308))/4+-parseInt(n(303))/5*(parseInt(n(306))/6)+parseInt(n(298))/7*(parseInt(n(299))/8)+parseInt(n(317))/9*(parseInt(n(316))/10)+parseInt(n(321))/11*(-parseInt(n(313))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Sa);class Oa extends t.Plugin{[va(309)](){const t=va,e=this[t(311)];if(!e[t(304)][t(319)](t(300)))return;e[t(314)][t(319)](t(297))[t(320)](t(300));const n=e[t(314)][t(319)](t(297)),r=e[t(307)];n[t(301)][t(318)](t(310),(e=>zr(r,t(315),e)))}}function wa(){const t=["newRange","isCollapsed","updateMarker","title-content","9208JjpWRv","46xqYGsv","getNearestSelectionRange","45czvDlp","37405VFJinT","1963302IfEbeT","isEqual","registerPostFixer","plugins","removeMarker","editor","forward","1758735XMUAIT","createRange","has","from","92388hAGRgA","_descriptionFactory","19021BmKPbX","model","end","getChangedMarkers","ELEMENT_TITLE","Title","TrackChangesEditing","start","afterInit","get","198OcaqMa","document","isTouching","suggestion","locale","_splitMarkerName","element","registerElementLabel","315zjrScj","1129050sGRqCX","schema","nodeBefore","differ"];return(wa=function(){return t})()}function Fa(t,e){const n=wa();return(Fa=function(t,e){return n[t-=318]})(t,e)}const Da=Fa;!function(t,e){const n=Fa,r=t();for(;;)try{if(303612===parseInt(n(357))/1*(-parseInt(n(340))/2)+parseInt(n(342))/3*(parseInt(n(355))/4)+parseInt(n(343))/5*(parseInt(n(322))/6)+parseInt(n(330))/7*(parseInt(n(339))/8)+-parseInt(n(351))/9+parseInt(n(331))/10+parseInt(n(344))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class Pa extends t.Plugin{[Da(320)](){const t=Da,e=this[t(349)];if(!e[t(347)][t(353)](t(362)))return;const n=e[t(347)][t(321)](t(318));n[t(356)][t(329)](t(338),(()=>zr(e[t(326)],t(361)))),e[t(358)][t(323)][t(346)]((r=>{const s=t;let o=!1;const i=Array[s(354)](e[s(358)][s(323)][s(334)][s(360)]());for(const{name:t,data:a}of i){const{group:i}=n[s(327)](t);if(s(325)!==i||!a[s(335)])continue;const c=a[s(335)],u=c[s(359)][s(333)];if(!u||!u.is(s(328),s(338)))continue;if(!c[s(319)][s(324)](c[s(359)]))continue;const l=e[s(358)][s(332)][s(341)](c[s(359)],s(350));if(l&&l[s(336)]){const e=r[s(352)](c[s(319)],l[s(319)]);e[s(345)](c)||(r[s(337)](t,{range:e}),o=!0)}o||(r[s(348)](t),o=!0)}return o}))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=395]})(t,e)}function Ua(){const t=["686871HaKgzU","TrackChangesEditing","has","enableCommand","1369200vnFCbs","get","7oHXsui","plugins","2DUSNoB","8pSodNq","afterInit","undo","redo","41975iGQEqd","editor","1127058efCvjG","154551JMbzte","806832oUsDeO","7766500sfGMUQ","UndoEditing"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(188191===-parseInt(n(411))/1*(parseInt(n(403))/2)+-parseInt(n(410))/3+-parseInt(n(412))/4+-parseInt(n(408))/5+-parseInt(n(399))/6*(-parseInt(n(401))/7)+-parseInt(n(404))/8*(parseInt(n(395))/9)+parseInt(n(413))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(405)](){const t=xa,e=this[t(409)],n=e[t(402)][t(400)](t(396));e[t(402)][t(397)](t(414))&&(n[t(398)](t(406)),n[t(398)](t(407)))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=103]})(t,e)}function Ha(){const t=["27150JkIEvp","plugins","364495roiQQD","2474205lWnLCt","TrackChangesEditing","requires","toggleTableCaption","4869DzfYZz","enableCommand","200064aDZjzE","210wETYtL","5597832AzgurU","2113764MMNmMn","has","TableCaptionEditing","get","826444FzcEZp","afterInit","editor","6gCwPbl"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(672785===parseInt(n(109))/1*(-parseInt(n(106))/2)+-parseInt(n(119))/3+parseInt(n(103))/4+parseInt(n(110))/5+-parseInt(n(116))/6*(-parseInt(n(117))/7)+-parseInt(n(118))/8+parseInt(n(114))/9*(parseInt(n(107))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{static get[Ga(112)](){return[ra]}[Ga(104)](){const t=Ga,e=this[t(105)];e[t(108)][t(120)](t(121))&&e[t(108)][t(122)](t(111))[t(115)](t(113))}}const Wa=Xa;function Ka(){const t=["1854822bnPfnG","_descriptionFactory","start","tableCellVerticalAlignment","tableWidth","format","getSuggestions","TrackChangesEditing","TablePropertiesEditing","enableCommand","editor","discard","enqueueChange","TableCellPropertiesEditing","TableUtils","tableCellHorizontalAlignment","tableCellBackgroundColor","30QWTPaM","getSuggestionCallback","tableAlignment","_handlePropertyChange","tableBorderWidth","505FPtlzE","get","batch","_getSuggestion","tableCellPadding","tableCellBorderColor","markBlockFormat","getSelectionAffectedTableCells","model","1249125gocpgw","49golLBg","change","join","registerDescriptionCallback","tableCellBorderStyle","has","accept","subType","254760aSMyfz","*Format:* change table properties","78230ROcXoF","table","77093yTPVjV","tableCellProperties","TrackChangesTableProperties","tableProperties","getAttribute","handleSuggestionDescription","tableBorderColor","nodeAfter","plugins","getContainedElement","*Format:* change table cell properties","1818qISVTS","28212rKfceH","1408336lixuXw","formatBlock","findAncestor","getFirstPosition","data","tableCellBorderWidth","tableBorderStyle","tableCellWidth","commandParams","locale","tableCellHeight","document","_suggestionFactory","registerCustomCallback","tableBackgroundColor","setAttribute","selection","handleDiscardAction","removeAttribute","pluginName","tableHeight","afterInit"];return(Ka=function(){return t})()}function Xa(t,e){const n=Ka();return(Xa=function(t,e){return n[t-=161]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(813394===parseInt(n(172))/1*(-parseInt(n(224))/2)+-parseInt(n(238))/3+-parseInt(n(184))/4*(parseInt(n(229))/5)+parseInt(n(207))/6+-parseInt(n(239))/7*(-parseInt(n(185))/8)+-parseInt(n(183))/9*(-parseInt(n(170))/10)+-parseInt(n(168))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class qa extends t.Plugin{constructor(t){const e=Xa;super(t),this[e(175)]=[e(178),e(191),e(228),e(226),e(211),e(205),e(199)],this[e(173)]=[e(234),e(164),e(190),e(233),e(192),e(195),e(223),e(222),e(210)]}static get[Wa(204)](){return Wa(174)}[Wa(206)](){const t=Wa,e=this[t(217)][t(180)][t(230)](t(214));if(this[t(217)][t(180)][t(165)](t(215))){for(const n of this[t(175)])e[t(216)](n,((e,r)=>{const s=t,o=this[s(217)][s(237)][s(196)][s(201)][s(188)]()[s(187)](s(171));this[s(227)](n,[o],this[s(175)],s(175),e,r)}));e[t(197)][t(198)](t(186),t(175),t(166),e[t(197)][t(225)](t(186),null,t(218))),e[t(197)][t(198)](t(186),t(175),t(218),((e,n)=>this[t(202)](this[t(175)],e,n))),e[t(197)][t(198)](t(186),t(175),t(162),(()=>!1))}if(this[t(217)][t(180)][t(165)](t(220))){for(const n of this[t(173)])e[t(216)](n,((e,r)=>{const s=t,o=this[s(217)][s(180)][s(230)](s(221))[s(236)](this[s(217)][s(237)][s(196)][s(201)]);this[s(227)](n,o,this[s(173)],s(173),e,r)}));e[t(197)][t(198)](t(186),t(173),t(166),e[t(197)][t(225)](t(186),null,t(218))),e[t(197)][t(198)](t(186),t(173),t(218),((e,n)=>this[t(202)](this[t(173)],e,n))),e[t(197)][t(198)](t(186),t(173),t(162),(()=>!1))}e[t(208)][t(163)]((e=>this[t(177)](e)))}[Wa(227)](t,e,n,r,s,o){const i=Wa,a=this[i(217)][i(180)][i(230)](i(214));this[i(217)][i(237)][i(219)](o[i(231)],(()=>{const t=i;for(const i of e)if(this[t(232)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(176)](r);void 0!==n&&(e[r]=n)}s(o),a[t(235)](i,{commandParams:[e]},[],r)}}))}[Wa(202)](t,e,n){const r=Wa,s=e[0][r(209)][r(179)],o=n[r(193)][0];this[r(217)][r(237)][r(161)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(200)](r,o[r],s):e[n(203)](r,s)}))}[Wa(177)](t){const e=Wa;if(t[e(189)])switch(t[e(167)]){case e(175):return{type:e(212),content:zr(this[e(217)][e(194)],e(169))};case e(173):return{type:e(212),content:zr(this[e(217)][e(194)],e(182))}}}[Wa(232)](t,e){const n=Wa,r=this[n(217)][n(180)][n(230)](n(214));for(const s of r[n(213)]({skipNotAttached:!0})){const r=s[n(181)]();if(s[n(167)]===e&&r===t)return s}return null}}var Ya=Function.prototype,Qa=Object.prototype,Za=Ya.toString,Ja=Qa.hasOwnProperty,$a=Za.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Ja.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Za.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Z?Z.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Je(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const gc=function(t){return hc(cc(t,void 0,oc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Jt(t,sn(t),n),r&&(n=Xn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n})),dc=pc;function pc(t,e){const n=mc();return(pc=function(t,e){return n[t-=241]})(t,e)}function mc(){const t=["meta","isLimit","forEach","_refreshSuggestionsChain","define","formatBlock:accept","acceptSelectedSuggestions","selection","createSelection","editing","getShiftedBy","error-saving-suggestion-data-suggestion-discarded","_descriptionFactory","pop","applyOperation","_editor","accepted","LEAVE","high","_createSuggestion","6NBuFnk","containsRangeInObject","getItems","writer","track-changes-enable-command-twice","length","_enabledCommands","171uHMuhR","getChanges","document","newRange","acceptAllSuggestions","addRange","_initAriaMarkerChangeAnnouncements","suggestion:attribute:","getCommentThread","some","targetPosition","multipleBlocks","unbind","has","_customCallbacks","includes","never","suggestion-type","end","addMarkerName","markerReady","markInsertion","isAfter","removeMarker","plugins","activeMarkers","getWalker","removeComment","schema","getSuggestion","from","$text","multi","insertion:join","enqueueChange","markBlockFormat","buildSuggestion","getLastMatchingPosition","addMarker:suggestion","registerPostFixer","elementEnd","trackChangesCommand","_processAttributeSuggestions","join","_inlineAttributeKeys","marker-count","getSuggestionCallback","range","detach","attribute:discard","isIntersecting","formatInline:chain","containsItem","attribute:accept","split","_suggestions","_model","_isRegisteredAttribute","attributeKey","formatInline:accept","highest","tablePasteChainId","parent","trackChanges.trackFormatChanges","addUser","oldRange","_refreshAttributeSuggestionsChain","isIntersectingWithRange","formatBlock:","_findSuggestions","forward","isMultiRange","_joinSuggestions","assign","markerToHighlight","after","markInlineFormat","model","splice","deletion:accept","_splitMarkerName","element","markers","concat","authoredAt","ENTER","getMultiRangeId","warn","_SUGGESTION_ANNOUNCEMENT","change:data","removeClass","markerName","track-changes-suggestion-data-mismatch","elementStart","config","forceDefaultExecution","insertContent","createRangeIn","oldValue","addHighlight","refresh","default","reconvertMarker","markerToData","containerElement","rename","discardSuggestion","_updateSuggestionData","_isBlockAttribute","every","isArray","markMultiRangeDeletion","8918955dvyUrf","_element","editingDowncast","substring","getSuggestions","_defaultCallbacks","$textProxy","isAtStart","deleteContent","updateMarker","removed","addClass","announce","chain","getCustomProperty","hasComments","consume","add","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.","consumable","markMultiRangeBlockFormat","before","commandName","isObject","containsRange","nodeBefore","stop","getContainedElement","isExternal","_cutOutSuggestionMarker","_breakSuggestionMarker","15hZchbc","insertion:","$graveyard","deletion:join","backward","substr","_setSuggestionRange","move","item","_registerDefaultCallbacks","_afterChanges","discardSelectedSuggestions","containsPosition","suggestionChanged","lowest","_reduceExistingSuggestions","isUndo","addSuggestion","setAttribute","fetchCommentThread","_registerInlineAttribute","trackChanges.mergeNestedSuggestions","createPositionAfter","notReady","deletion:","isBefore","isNextTo","attribute","13492032emBUQa","getAncestors","attributes","head","_enableDefaultAttributesIntegration","hasCommentThread","formatInline:discard","12677700bPkqYb","attributeNewValue","setTo","next","insertion:discard","addMarker","then","PendingActions","TrackChangesEditing","map","listenTo","ck-suggestion-marker-formatInline","613958RBrJxl","commentThread","attribute:join","1GfhSkO","createRangeOn","catch","_joinWithAdjacentSuggestions","isOwn","formatGroupId","commands","isTouching","change:_saved","dataDowncast","277810SokHOm","ck-suggestion-marker-","moveTargetPosition","always","type","low","PENDING_ACTION_SUGGESTION","$elementName","key","ck-suggestion-marker-formatBlock","splitPosition","elementToElement","removeAttribute","addSuggestionData","formatBlock:discard","name","createdAt","markAttributeChange","ariaLiveAnnouncer","widget","getRange","_rangeIsInLocalUserInsertion","_suggestionFactory","updateSuggestion","addMarker:suggestion:formatBlock","isRemovable","formatInline:","attributeOldValue","suggestion","delete","markerNameToElements","createRange","_reduceSuggestionAttributeRange","ck-suggestion-marker","root","removeMarker:suggestion:formatBlock","trackChanges","editor","_adapter","_blockAttributeKeys","isInContent","insert","createElement","createPositionBefore","addComment","121ehAHTJ","_trackFormatChanges","update:suggestion","isLocal","getFirstMarker","getChangedMarkers","isEqual","dataReady","_recordAttributeSuggestions","isAtEnd","rejected","startsWith","hasSuggestion","fromCharCode","suggestion:","_saved","start","newValue","removeMarker:suggestion:attribute","_mergeNestedSuggestions","_handleNewSuggestionMarker","isBlock","init","track-changes-adapter-already-set","track-changes-command-not-found","_getMarkerAnnouncementText","registerCustomCallback","_getAttributeKey","subType","_setSuggestionData","$marker","getMarkers","originalSuggestionId","formatBlock:chain","_getExternalAuthor","_removeSuggestion","acceptSuggestion","_addSuggestionMarker","data","Users","requires","upcast","track-changes-user-not-found","@external","rootName","adapter","differ","creator","insertion:accept","track-changes-adapter-missing-getsuggestion","markDeletion","deletion:discard","_recordAttributeChanges","deletion:chain","getAllAdjacentSuggestions","getFirstRange","_onDiscard","_processAttributeChanges","getUser","_commentsRepository","bindElementToMarker","locale","getNearestSelectionRange","howMany","change:activeMarkers","unshift","suggestionLoaded","clear","dataToMarker","skipNestingCheck","toUpperCase","getRanges","_registerBlockAttribute","isSelectable","push","rethrowUnexpectedError","attribute:","_getAuthorFromId","insertion:chain","sort","formatInline:join","formatBlock:join","isInsideObject","enableCommand","fromRange","documentSelection","data-suggestion","unbindElementFromMarkerName","comments","markMultiRangeInsertion","_getSuggestionData","clone","pluginName","CommentsRepository","conversion","suggestionUnloaded","keys","options","_checkSuggestionCorrectness","groupId","addCommentThread","batch","filter","normal","get","formatInline","collaboration.channelId","return","set","mapper","accept","position","group","1071132QiCoeJ","previous","value","isDocumentOperation","external:","stopListening","track-changes-suggestion-not-found","find","ready","addMarker:suggestion:attribute","showSuggestionHighlights","insertion","toViewElement","size","613000FgQGuP","setSelection","discardAllSuggestions","isCollapsed","execute","getAttribute","resolve","_isForcedDefaultExecutionBlock","removeMarkers","change","getIntersection","getDifference","createPositionAt","format","_addThreadToSuggestion","nodeAfter","toJSON","author","values","enableReadOnlyMode","authorName","discard","FORMATTING","_isDataLoaded","for","deletion","remove","_suggestionState","ck-suggestion-marker--active","formatBlock","open","fire"];return(mc=function(){return t})()}!function(t,e){const n=pc,r=t();for(;;)try{if(923744===parseInt(n(468))/1*(parseInt(n(465))/2)+parseInt(n(418))/3*(parseInt(n(650))/4)+-parseInt(n(387))/5+parseInt(n(268))/6*(parseInt(n(453))/7)+-parseInt(n(446))/8+-parseInt(n(275))/9*(-parseInt(n(478))/10)+-parseInt(n(523))/11*(-parseInt(n(636))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mc);const Ic=dc(485);class Ec extends t.Plugin{static get[dc(563)](){return[dc(616),o.Users,t.PendingActions,Zr,ns,as,ls,Ts,ms,Cs,Ls,Ps,$s,ro,uo,go,Eo,Ao,Lo,Mo,Do,Ho,Uo,Xo,Zo,ei,ui,pi,oi,Vs,Xs,bi,Ai,Li,Mi,Pi,Ui,zi,Yi,$i,ra,ca,ha,za,Ea,Ca,Oa,qa,Ra,Pa,ja]}static get[dc(615)](){return dc(461)}constructor(t){const e=dc;function n(t){const e=pc;return t[e(462)]((t=>String[e(536)](t)))[e(318)]("")}super(t),this[e(531)]=!1,this[e(631)](e(300),[]),this.on(e(587),((n,r,s,o)=>{const i=e;this[i(331)][i(659)]((()=>{const e=i;for(const n of[...o,...s])this[e(331)][e(357)][e(288)](n)&&t[e(257)][e(377)](n)}))})),this[e(260)]=new qr(this[e(515)][e(352)][e(303)],this[e(515)][e(584)]),this[e(516)]=null,this[e(500)]=new bc(this[e(515)]),this[e(330)]=new Map,this[e(582)]=t[e(299)][e(627)](e(616)),this[e(274)]=new Set,this[e(331)]=this[e(515)][e(352)],this[e(243)]=new WeakMap,this[e(657)]=!1,this[e(517)]=new Set([e(485)]),this[e(319)]=new Set,t[e(369)][e(252)](e(338),e(376)),this[e(524)]=t[e(369)][e(627)](e(338)),t[e(369)][e(252)](e(439),!0),this[e(542)]=t[e(369)][e(627)](e(439)),this[e(316)]=new f(t,this[e(274)]),this[e(281)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,54,49,50])}[dc(545)](){const t=dc,n=this[t(515)],r=(e,n)=>{const r=t;if(r(445)!=e)return r(479)+e;const s=n[r(329)]("|")[0];return this[r(383)](s)?r(487):r(464)};n[t(617)][t(674)](t(389))[t(349)]({model:t(506),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(355)](e[n(366)]),a=[n(511),r(o,i)];let c=3e3;return this[n(300)][n(290)](e[n(366)])&&(a[n(597)](n(244)),c=3010),n(241)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(617)][t(674)](t(477))[t(404)]((e=>{const r=t;e.on(r(313),((t,e,s)=>{const o=r;if(!s[o(620)][o(646)])return;const i=e[o(426)];if(!i)return;const c=s[o(632)][o(648)](i);n[o(352)][o(303)][o(410)](i)&&c&&!c[o(401)](o(497))&&c.is(o(379))&&(0,a.toWidget)(c,s[o(271)])}),{priority:r(266)})})),n[t(617)][t(674)](t(477))[t(349)]({model:t(506),view:(e,n)=>{const s=t;if(!n[s(620)][s(646)])return null;const{type:o,subType:i}=this[s(355)](e[s(366)]);return{classes:[s(511),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(426)])return;const{id:c}=this[a(355)](o[a(366)]);if(r){const t=this[a(330)][a(627)](c),e=this[a(550)](t);if(!this[a(383)](e))return}if(o[a(426)].is(a(255)))return void i[a(406)][a(403)](o[a(426)],s[a(493)]);const u=i[a(632)][a(648)](o[a(426)]);if(o[a(426)].is(a(356))&&n[a(352)][a(303)][a(544)](o[a(426)])&&!u[a(401)](a(374))){i[a(271)][a(398)]([a(511),a(487)],u),i[a(271)][a(436)](a(609),c,u),i[a(632)][a(583)](u,o[a(366)]),e&&(this[a(300)][a(290)](o[a(366)])?i[a(271)][a(398)](a(244),u):i[a(271)][a(365)](a(244),u));for(const t of n[a(352)][a(372)](o[a(426)])[a(270)]())i[a(406)][a(403)](t,s[a(493)]);i[a(406)][a(403)](o[a(426)],s[a(493)])}};n[t(617)][t(674)](t(477))[t(404)]((e=>{const n=t;e.on(n(502),((t,e,r)=>{const o=n;r[o(620)][o(646)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(335)})})),n[t(617)][t(674)](t(477))[t(404)]((e=>{const n=t;e.on(n(645),((t,e,r)=>{const o=n;r[o(620)][o(646)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(335)})})),n[t(617)][t(674)](t(477))[t(378)]({model:t(506),view:(e,n)=>n[t(620)][t(646)]?null:{group:t(506),name:e[t(423)](11)}}),n[t(617)][t(674)](t(564))[t(489)]({view:{name:t(506),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(537)+e[r(655)](r(292))+":"+e[r(655)]("id");return e[r(655)](r(320))&&(s+=":"+e[r(655)](r(320))),n[r(520)](r(553),{"data-name":s})}}),n[t(617)][t(674)](t(564))[t(591)]({view:t(506)}),n[t(617)][t(674)](t(389))[t(404)]((e=>{const n=t;e.on(n(502),s(),{priority:n(266)})})),n[t(617)][t(674)](t(389))[t(404)]((e=>{const n=t;e.on(n(645),s({isAttributeSuggestion:!0}),{priority:n(266)})})),n[t(617)][t(674)](t(389))[t(404)]((e=>{const n=t;e.on(n(513),((t,e,r)=>{const s=n,o=r[s(632)][s(508)](e[s(366)]);if(o)for(const t of o)t[s(401)](s(374))||(r[s(271)][s(365)]([s(511),s(487),s(244)],t),r[s(271)][s(490)](s(609),t),r[s(632)][s(610)](t,e[s(366)]))}),{priority:n(266)})})),n[t(617)][t(674)](t(389))[t(404)]((e=>{const n=t;e.on(n(541),((t,e,r)=>{const s=n,o=r[s(632)][s(508)](e[s(366)]);if(!o)return;const{id:i}=this[s(355)](e[s(366)]),a=this[s(330)][s(627)](i),c=this[s(550)](a);if(this[s(383)](c))for(const t of o)t[s(401)](s(374))||(r[s(271)][s(365)]([s(511),s(487),s(244)],t),r[s(271)][s(490)](s(609),t),r[s(632)][s(610)](t,e[s(366)]))}),{priority:n(266)})})),n[t(352)][t(277)][t(314)]((e=>{const r=t;let s=!1;const o=Array[r(305)](n[r(352)][r(277)][r(569)][r(528)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(355)](t);if(r(506)!==o)continue;const h=this[r(330)][r(627)](f);if(null!=c[r(278)]){r(628)==u&&(s=s||yc(c[r(278)],t,e,n[r(352)][r(303)]));const o=r(445)==u&&this[r(383)](l[r(329)]("|")[0]);if(c[r(278)][r(653)]||r(420)==c[r(278)][r(512)][r(567)]||r(245)==u&&!Cc(c[r(278)])||o&&!Cc(c[r(278)])||r(241)==u&&(_c(a=c[r(278)])||function(t){const e=r;return t[e(539)][e(337)]==t[e(293)][e(412)]&&t[e(539)][e(532)]}(a)))e[r(298)](t),s=!0;else{if(!h||!h[r(518)])continue;i[r(404)](h)}}}var a;return i[r(649)]>0&&(s=!!this[r(471)](i)||s),s})),n[t(352)][t(277)][t(314)]((e=>{const r=t;let s=!1;for(const t of n[r(352)][r(277)][r(569)][r(276)]())if(r(519)==t[r(482)])for(const t of this[r(330)][r(668)]()){if(t[r(346)]||!t[r(518)])continue;const o=r(245)==t[r(482)],i=this[r(550)](t),a=i&&this[r(383)](i);if(!o&&!a)continue;const c=t[r(578)]();if(c[r(539)][r(337)]!=c[r(293)][r(337)]&&!c[r(293)][r(532)]){const o=n[r(352)][r(662)](c[r(539)][r(665)],r(293)),i=n[r(352)][r(509)](c[r(539)],o);e[r(396)](t[r(527)](),{range:i}),s=!0}}return s})),n[t(352)][t(277)][t(314)]((e=>this[t(580)](e))),n[t(352)][t(277)][t(314)]((e=>!e[t(624)][t(526)]&&this[t(317)](e))),n[t(352)].on(t(428),(()=>{this[t(531)]=!1})),n[t(352)][t(277)].on(t(364),((r,s)=>{const o=t;if(!s[o(526)]||s[o(434)])return;if(!this[o(531)])return;const i=n[o(352)][o(277)][o(569)][o(276)]();if(0==i[o(273)])return;const a=[],c=i[o(625)]((t=>o(445)==t[o(482)])),u=i[o(625)]((t=>o(519)==t[o(482)]&&o(306)!=t[o(493)])),l=i[o(625)]((t=>o(242)==t[o(482)]&&o(306)!=t[o(493)]));for(const t of c)this[o(332)](t[o(333)])&&a[o(597)]({key:t[o(333)],newValue:t[o(454)],oldValue:t[o(505)],range:kc(t[o(322)],n[o(352)])});for(const t of u){const e=l[o(643)]((e=>e[o(388)]===t[o(388)]));if(e){const r=Nc(t[o(634)][o(665)],n[o(352)]);e[o(493)]!==t[o(493)]&&a[o(597)]({key:o(485),newValue:t[o(493)],oldValue:e[o(493)],range:r});for(const[n,s]of e[o(448)]){if(!this[o(332)](n))continue;const e=t[o(448)][o(627)](n);s!==e&&a[o(597)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(448)])this[o(332)](n)&&(e[o(448)][o(288)](n)||a[o(597)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(273)]&&n[o(352)][o(309)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(495)](t,e,s,o,{groupId:r});this[n(433)](t,a)}))}),{priority:t(432)}),n[t(352)][t(357)].on(t(525),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(355)](n[s(493)]),e=this[s(330)][s(627)](t);e&&e[s(294)](n[s(493)])}})),n[t(352)][t(277)].on(t(364),(()=>{const e=t,r=Array[e(305)](n[e(352)][e(277)][e(569)][e(528)]())[e(625)]((t=>e(506)===this[e(355)](t[e(493)])[e(635)]));if(0===r[e(273)])return;r[e(602)](((t,n)=>{const r=e,s=t[r(561)][r(340)],o=n[r(561)][r(340)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(539)][r(443)](o[r(539)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(355)](t);if(null===n[e(340)]){const n=this[e(543)](t);o[e(404)](n)}else{const t=this[e(330)][e(627)](r);null!==n[e(278)]||t[e(518)]?(s[e(404)](t[e(449)]),o[e(404)](t)):this[e(558)](t)}}o[e(649)]>0&&this[e(251)](o);for(const t of s)this[e(247)](e(431),t)})),n[t(352)].on(t(262),((e,r)=>{const s=t,o=r[0];if(!this[s(330)][s(649)])return;if(!o[s(639)])return;if(o[s(624)][s(434)]||!o[s(624)][s(526)])return;let i,a;switch(o[s(482)]){case s(519):i=n[s(352)][s(662)](o[s(634)]),a=i[s(258)](o[s(586)]);break;case s(329):i=n[s(352)][s(662)](o[s(488)]),a=n[s(352)][s(662)](o[s(480)]);break;case s(425):i=n[s(352)][s(662)](o[s(285)]),a=i[s(258)](o[s(586)]);break;default:return}const c=n[s(352)][s(509)](i,a);n[s(352)][s(659)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(344)](c)){if(e[t(346)])continue;if(t(628)==e[t(482)])continue;const r=this[t(550)](e);if(r&&this[t(383)](r)&&t(329)!=o[t(482)])continue;const s=e[t(561)]&&e[t(561)][t(286)];(t(245)!=e[t(482)]||t(329)==o[t(482)]&&!s)&&(n[t(269)]||t(647)==e[t(482)]&&n[t(472)]||e[t(578)]()[t(411)](c)&&this[t(417)](e,i,a))}}))}),{priority:t(432)}),n[t(352)].on(t(395),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(370)])return;if(this[s(657)])return;if(!this[s(316)][s(638)])return;if(o[s(653)])return;const a=n[s(352)][s(303)],{start:c,end:u}=o[s(578)](),l=c[s(665)]&&a[s(249)](c[s(665)])?null:a[s(585)](c,s(345)),f=u[s(412)]&&a[s(249)](u[s(412)])?null:a[s(585)](u,s(422)),h=n[s(352)][s(509)](l?l[s(539)]:c,f?f[s(293)]:u);n[s(352)][s(659)]((t=>{const e=s;this[e(573)](h);const r=n[e(352)][e(303)][e(585)](h[e(539)]);o.is(e(608))?t[e(651)](r):o[e(455)](r)})),e[s(413)]()}),{priority:e.priorities[t(626)]+10}),n[t(352)].on(t(371),((e,r)=>{const s=t,o=r[r[s(273)]-1];o&&o[s(370)]||this[s(657)]||this[s(316)][s(638)]&&(n[s(352)][s(659)]((()=>{const t=s;let o=n[t(352)][t(371)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(630)]=o[t(614)]();const i=o[t(293)][t(412)],a=n[t(352)][t(303)];i&&a[t(544)](i)&&!a[t(410)](i)&&(o=n[t(352)][t(509)](o[t(539)],n[t(352)][t(662)](i,t(293)))),this[t(296)](o)})),e[s(413)]())}),{priority:t(266)}),this[t(515)][t(474)][t(404)](t(514),this[t(316)]),this[t(606)](t(514));const o=new p(n,this[t(330)]);n[t(474)][t(404)](t(559),o),this[t(606)](t(559));const i=new E(n,this[t(330)]);n[t(474)][t(404)](t(381),i),this[t(606)](t(381)),n[t(474)][t(404)](t(279),new S(n,o,this[t(330)])),this[t(606)](t(279)),n[t(474)][t(404)](t(652),new S(n,i,this[t(330)])),this[t(606)](t(652)),n[t(474)][t(404)](t(254),new O(n,o,this[t(330)])),this[t(606)](t(254)),n[t(474)][t(404)](t(429),new O(n,i,this[t(330)])),this[t(606)](t(429));const c=n[t(299)][t(627)](t(616));this[t(463)](c,t(522),((e,{threadId:n})=>{const r=t,s=this[r(330)][r(627)](n);s&&s[r(466)]&&1===s[r(466)][r(273)]&&this[r(382)](n,{hasComments:!0})}),{priority:t(483)}),this[t(463)](c,t(302),((e,{threadId:n})=>{const r=t,s=this[r(330)][r(627)](n);s&&s[r(466)]&&!s[r(466)][r(273)]&&this[r(382)](n,{hasComments:!1})}),{priority:t(483)})}set[dc(568)](t){const n=dc;if(this[n(516)])throw new e.CKEditorError(n(546),this);this[n(516)]=t}get[dc(568)](){return this[dc(516)]}[dc(391)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=dc,r=[];for(const e of this[n(330)][n(668)]())t&&!e[n(518)]||r[n(597)](e);return e?r[n(462)]((t=>t[n(666)]())):r}[dc(304)](t){const n=dc,r=this[n(330)][n(627)](t);if(!r)throw new e.CKEditorError(n(642),this);return r}[dc(535)](t){const e=dc;return this[e(330)][e(288)](t)}[dc(491)](t){const e=dc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(482)][e(329)](":"),a=this[e(330)][e(627)](r)||this[e(267)](o,i,r,n,s);if(this[e(664)](a),this[e(621)](a,o,i||null,n),a[e(494)]=t[e(494)],a[e(673)]=!0,s&&s[e(566)]){const t=s[e(566)],n=this[e(557)](t[e(670)]);a[e(359)]=t[e(494)],a[e(667)]=n,a[e(415)]=!0}else a[e(359)]=t[e(494)];switch(t[e(561)]&&(a[e(561)]=t[e(561)]),t[e(448)]&&(a[e(448)]=t[e(448)]),this[e(516)]&&this[e(516)][e(435)]||(a[e(538)]=!0),this[e(243)][e(627)](a)){case e(441):this[e(243)][e(631)](a,e(530));break;case e(295):a[e(518)]?(this[e(471)](new Set([a])),this[e(251)](new Set([a])),this[e(243)][e(631)](a,e(644)),this[e(247)](e(589),a)):this[e(243)][e(631)](a,e(397))}return a}[dc(559)](t){const e=dc;this[e(370)]((()=>{const n=e;this[n(515)][n(352)][n(659)]((()=>{const e=n;for(const n of t[e(577)]())n[e(633)]()}))}))}[dc(381)](t){const e=dc;this[e(370)]((()=>{const n=e;this[n(515)][n(352)][n(659)]((()=>{const e=n;for(const n of t[e(577)]())n[e(671)]()}))}))}[dc(606)](t,n){const r=dc,s=this[r(515)][r(474)][r(627)](t);if(!s)throw new e.CKEditorError(r(547),this,{commandName:t});if(this[r(274)][r(288)](s))throw new e.CKEditorError(r(272),this,{commandName:t});this[r(274)][r(404)](s),n&&s.on(r(654),((t,e)=>{const o=r;this[o(316)][o(638)]&&(this[o(657)]||(e[o(273)]>0&&e[e[o(273)]-1]&&e[e[o(273)]-1][o(370)]?e[o(261)]():(t[o(630)]=n(((...t)=>s[o(654)](...t,{forceDefaultExecution:!0})),...e),t[o(413)]())))}),{priority:r(266)})}[dc(370)](t){const n=dc;let r,s;const o=this[n(657)];this[n(657)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(657)]=!1),s&&e.CKEditorError[n(598)](s,this),r}[dc(296)](t,n=null,r={}){const s=dc;if(t[s(653)])return null;const o=this[s(515)][s(299)][s(627)](s(562)).me;for(const{suggestion:e,meta:o}of this[s(344)](t,s(647)))if(o[s(472)]){if(!o[s(444)]){if(o[s(269)]){if(!this[s(542)]||!Sc(e,r))continue;return e}if(Sc(e,r))return e;this[s(417)](e,t[s(539)],t[s(293)]);break}if(n==e[s(551)]&&Sc(e,r)){const n=e[s(578)]();return n[s(539)][s(529)](t[s(293)])?this[s(424)](e,this[s(331)][s(509)](t[s(539)],n[s(293)])):this[s(424)](e,this[s(331)][s(509)](n[s(539)],t[s(293)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(419)+n:s(647),u=this[s(552)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(560)](c,i,a,t),u}[dc(612)](t,n=dc(307),r={}){const s=dc,o=this[s(515)][s(299)][s(627)](s(562)).me,i=this[s(500)][s(321)](s(647),n,s(318));for(const e of this[s(391)]())if(e[s(667)].id==o.id&&s(647)==e[s(482)]&&e[s(551)]==n&&Sc(e,r)&&(i(e[s(594)](),t)||i(t,e[s(594)]()))){for(const n of t)e[s(280)](n);return e}for(const{suggestion:e,meta:n}of this[s(344)](t,s(647))){if(!n[s(472)])continue;if(!this[s(542)]&&n[s(269)])continue;if(!Sc(e,r))continue;let o=!0;for(const n of e[s(594)]())for(const e of t)if(!n[s(411)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(419)+n,l=this[s(552)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(560)](u,a,c,e,Vr[s(361)]());return l}[dc(351)](t,n,r=null,s={}){const o=dc;if(r=r||Ac(n),t[o(653)])return null;if(o(291)===this[o(524)]){const e=this[o(500)][o(321)](o(628),r,o(633));return this[o(370)]((()=>e([t],n,s))),null}const i=this[o(515)][o(299)][o(627)](o(562)).me,a=[];if(o(481)!==this[o(524)])for(const{suggestion:e,meta:n}of this[o(344)](t,o(647)))n[o(472)]&&!n[o(605)]&&a[o(597)](...e[o(594)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(660)](s);e&&r[n(597)](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(273)];){const s=r[e][n(661)](t);r[n(353)](e,1,...s),e+=s[n(273)]}}return r}(t,a);c[o(273)]&&this[o(331)][o(659)]((()=>{const t=o;for(const e of c){const o=this[t(500)][t(321)](t(628),r,t(633));this[t(370)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(539)],u=t[o(293)];for(const{suggestion:e,meta:n}of this[o(344)](t,o(628))){if(!n[o(472)])continue;if(e[o(551)]!=r)continue;if(!Sc(e,s))continue;const i=e[o(578)]();if(i[o(411)](t,!0))return null;c=c[o(443)](i[o(539)])?c:i[o(539)],u=u[o(297)](i[o(293)])?u:i[o(293)],a?i[o(539)][o(443)](a[o(578)]()[o(539)])?(a[o(658)](),a=e):e[o(658)]():a=e}const l=this[o(331)][o(509)](c,u);if(a)this[o(424)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(552)]({id:t,type:o(504)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(560)](o(504)+r,t,a,l)}}return null}[dc(310)](t,n,r=[],s=null,o={}){const i=dc;n[i(473)]||(n[i(473)]=n[i(409)]),n[i(286)]=t.is(i(322)),s=s||Ac(n);const a=r[i(462)]((t=>Nc(t,this[i(331)]))),c=t.is(i(322))?t:Nc(t,this[i(331)]);if(i(291)===this[i(524)]){const t=this[i(500)][i(321)](i(245),s,i(633));return this[i(370)]((()=>t([c],n,o))),null}a[i(597)](c);let u=!0;for(const t of a)if(!this[i(499)](t)){u=!1;break}if(u&&i(481)!==this[i(524)]){const t=this[i(500)][i(321)](i(245),s,i(633));return this[i(370)]((()=>t([c],n,o))),null}let l=null,f=c[i(539)],h=c[i(293)];for(const{suggestion:t,meta:e}of this[i(344)](c,i(245))){if(!e[i(472)])continue;if(e[i(444)]||e[i(269)]||e[i(605)])continue;if(t[i(561)][i(473)]!=n[i(473)])continue;if(!Sc(t,o))continue;const r=t[i(578)]();if(t[i(551)]==s){if(r[i(411)](c,!0))return null;f=f[i(443)](r[i(539)])?f:r[i(539)],h=h[i(297)](r[i(293)])?h:r[i(293)],l?r[i(539)][i(443)](l[i(578)]()[i(539)])?(l[i(658)](),l=t):t[i(658)]():l=t}else{const e=c[i(660)](r);this[i(416)](t,e)}}const g=this[i(515)][i(299)][i(627)](i(562)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(424)](l,this[i(331)][i(509)](f,h)),l;{const t=this[i(552)]({id:d,type:i(343)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(560)](i(343)+s,d,p,this[i(331)][i(509)](f,h)),t}}[dc(407)](t,n,r=[],s=null,o={}){const i=dc;n[i(473)]||(n[i(473)]=n[i(409)]);const a=t[0];n[i(286)]=a.is(i(322)),s=s||Ac(n);const c=r[i(462)]((t=>Nc(t,this[i(331)]))),u=a.is(i(322))?t:t[i(462)]((t=>Nc(t,this[i(331)])));if(i(291)===this[i(524)]){const t=this[i(500)][i(321)](i(245),s,i(633));return this[i(370)]((()=>t(u,n,o))),null}c[i(597)](...u);let l=!0;for(const t of c)if(!this[i(499)](t)){l=!1;break}if(l&&i(481)!==this[i(524)]){const t=this[i(500)][i(321)](i(245),s,i(633));return this[i(370)]((()=>t(u,n,o))),null}const f=this[i(515)][i(299)][i(627)](i(562)).me;for(const t of this[i(391)]()){if(t[i(667)].id!=f.id)continue;if(i(245)!=t[i(482)]||t[i(561)][i(473)]!=n[i(473)])continue;if(!Sc(t,o))continue;const e=t[i(551)]==s;for(let n=0;n<u[i(273)];n++){const r=u[n];for(const s of t[i(554)]()){const o=s[i(498)]();if(r[i(529)](o)){e?(u[i(353)](n,1),n--):t[i(298)](s[i(493)]);break}}}}if(0==u[i(273)])return null;const h=this[i(500)][i(321)](i(245),s,i(318));for(const t of this[i(391)]())if(t[i(667)].id==f.id&&i(245)==t[i(482)]&&t[i(561)][i(473)]==n[i(473)]&&t[i(551)]==s&&Sc(t,o)&&(h(t[i(594)](),u)||h(u,t[i(594)]()))){for(const e of u)t[i(280)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(343)+s,m=this[i(552)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(560)](p,g,d,t,Vr[i(361)]());return m}[dc(573)](t,n=null,r={}){const s=dc;if(t[s(653)])return null;const o=this[s(515)][s(299)][s(627)](s(562)).me,a=new i.LiveRange(t[s(539)],t[s(293)]);for(const{suggestion:t,meta:e}of this[s(344)](a,s(647)))if(e[s(472)]&&!e[s(444)])if(t[s(346)]){const e=t[s(594)]()[s(625)]((t=>s(420)!=t[s(512)][s(567)]));if(e[s(384)]((t=>a[s(411)](t,!0)))&&t[s(671)](),e[s(284)]((t=>t[s(411)](a,!0)))){const t=this[s(500)][s(321)](s(241),n,s(633));return this[s(370)]((()=>t([a],null,r))),null}}else{const e=a[s(660)](t[s(578)]());null!==e&&t[s(579)]([e],null,r)}if(a[s(323)](),a[s(653)]||s(420)==a[s(512)][s(567)])return null;let c=null,u=a[s(539)],l=a[s(293)];const f=this[s(344)](a,s(241));for(const{suggestion:t,meta:e}of f){const n=this[s(331)][s(509)](u,l);if(e[s(472)]&&(this[s(542)]||!e[s(269)]&&!e[s(605)]))if(t[s(346)]){if(!Sc(t,r))continue;let e=!0;for(const r of t[s(594)]()){if(r[s(411)](n,!0))return t;n[s(411)](r)||(e=!1)}e&&t[s(671)]()}else{const e=t[s(578)]();if(e[s(411)](n,!0))return t;if(!Sc(t,r)){n[s(411)](e)?t[s(658)]():e[s(430)](u)?u=e[s(293)]:e[s(430)](l)&&(l=e[s(539)]);continue}u=u[s(443)](e[s(539)])?u:e[s(539)],l=l[s(297)](e[s(293)])?l:e[s(293)],r=Object[s(348)]({},t[s(448)]),c?e[s(539)][s(443)](c[s(578)]()[s(539)])?(c[s(658)](),c=t):t[s(658)]():c=t}}if(c)return this[s(424)](c,this[s(331)][s(509)](u,l)),c;{const t=(0,e.uid)(),i=this[s(331)][s(509)](u,l),a=o.id,c=n?s(442)+n:s(241),f=this[s(552)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(560)](c,t,a,i),f}}[dc(386)](t,n=dc(307),r={}){const s=dc,o=this[s(515)][s(299)][s(627)](s(562)).me,a=t[s(462)]((t=>new i.LiveRange(t[s(539)],t[s(293)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(344)](a,s(647)))e[s(472)]&&!e[s(444)]&&c[s(404)](t);for(const e of c)if(e[s(346)]){const o=e[s(594)]();if((!e[s(448)]||!e[s(448)][s(592)])&&o[s(384)]((t=>a[s(284)]((e=>e[s(411)](t,!0)))))&&e[s(671)](),a[s(384)]((t=>o[s(284)]((e=>e[s(411)](t,!0)))))){const e=this[s(500)][s(321)](s(241),n,s(633));return this[s(370)]((()=>e(t,null,r))),null}}else{const t=e[s(578)]();if(a[s(284)]((e=>e[s(411)](t,!0)))&&e[s(671)](),a[s(384)]((e=>t[s(411)](e,!0)))){const t=this[s(500)][s(321)](s(241),n,s(633));return this[s(370)]((()=>t(a,null,r))),null}}const u=this[s(500)][s(321)](s(241),n,s(318));let l=null;for(const t of this[s(391)]())if(t[s(667)].id==o.id&&t[s(518)]&&s(241)==t[s(482)]&&t[s(551)]==n&&Sc(t,r)&&(u(t[s(594)](),a)||u(a,t[s(594)]())))if(l){if(t[s(466)]&&t[s(466)][s(273)])continue;for(const e of t[s(594)]())l[s(342)](e)||l[s(280)](e);t[s(658)]()}else{l=t;for(const e of a)t[s(342)](e)||t[s(280)](e)}if(l)return l;c[s(590)]();for(const{suggestion:t,meta:e}of this[s(344)](a,s(241)))e[s(472)]&&(this[s(542)]||!e[s(269)]&&!e[s(605)])&&Sc(t,r)&&c[s(404)](t);for(const t of c){const e=t[s(594)]();if((!r||!r[s(592)])&&a[s(384)]((t=>e[s(284)]((e=>e[s(411)](t,!0))))))return t;(!t[s(448)]||!t[s(448)][s(592)])&&e[s(384)]((t=>a[s(284)]((e=>e[s(411)](t,!0)))))&&t[s(671)]()}const f=(0,e.uid)(),h=o.id,g=s(442)+n,d=this[s(552)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(323)](),t[s(653)]||s(420)==t[s(512)][s(567)]||this[s(560)](g,f,h,t,Vr[s(361)]());return d}[dc(495)](t,n,r,s,o){const i=dc;if(t[i(653)])return[];if(i(291)===this[i(524)])return[];const a=this[i(515)][i(299)][i(627)](i(562)).me.id,c=Array[i(305)](this[i(330)][i(668)]())[i(625)]((e=>i(445)==e[i(482)]&&e[i(561)][i(486)]==n&&e[i(342)](t)));if(i(376)===this[i(524)]){const e=this[i(344)](t,i(647))[i(625)]((({meta:t})=>t[i(472)]&&!t[i(605)]&&!t[i(444)]))[i(462)]((({suggestion:t})=>t));c[i(588)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(445)==t[i(482)]?t[i(561)][i(373)]:void 0,o=t[i(578)](),a=Array[i(305)](u[i(619)]())[i(643)]((t=>t[i(325)](o)));if(!a)continue;const c=a[i(661)](o);this[i(383)](n)&&i(647)==t[i(482)]&&0!=c[i(273)]||(u[i(507)](a),c[i(250)]((t=>{u[i(631)](t,r)})),i(647)!=t[i(482)]&&e!=s&&u[i(631)](a[i(660)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(273)]>37&&console[i(362)](i(405),{key:n});const f=(i(599)+(n+"|")+Ac({newValue:s}))[i(390)](0,60),h=this[i(552)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(597)](h),this[i(560)](f,c,a,t)}return l}[dc(595)](t){const e=dc;this[e(517)][e(404)](t)}[dc(438)](t){const e=dc;this[e(319)][e(404)](t)}[dc(450)](t,e=[],n=[]){const r=dc;this[r(606)](t,((t,...e)=>{this[r(575)]((()=>{t(...e)}))}));for(const t of e)this[r(438)](t);for(const t of n)this[r(595)](t)}[dc(550)](t){const e=dc;return e(445)==t[e(482)]?t[e(551)][e(329)]("|")[0]:null}[dc(424)](t,e){const n=dc,r=t[n(527)]();this[n(331)][n(659)]((t=>{t[n(396)](r,{range:e})}))}[dc(664)](t){const e=dc,n=t.id,r=this[e(515)][e(369)][e(627)](e(629));this[e(582)][e(451)](n)||this[e(582)][e(623)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(582)][e(283)](n);s[e(287)](e(503)),s[e(503)]=!1,t[e(466)]=s}[dc(621)](t,n,r,s){const o=dc;if(t[o(482)]!=n||t[o(551)]!=r||t[o(570)].id!=s)throw this[o(515)][o(669)](o(367)),new e.CKEditorError(o(367),this)}[dc(416)](t,n){const r=dc,s=t[r(578)]();if(n[r(529)](s))t[r(658)]();else if(s[r(411)](n)){const o=this[r(331)][r(662)](n[r(539)][r(412)],r(293));this[r(424)](t,this[r(331)][r(509)](s[r(539)],o));const i=(0,e.uid)(),a=t[r(570)].id,c=t[r(482)]+":"+t[r(551)];this[r(552)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(561)],attributes:t[r(448)]});const u=this[r(331)][r(662)](n[r(293)][r(337)],r(350)),l=this[r(331)][r(509)](u,s[r(293)]);this[r(560)](c,i,a,l)}else if(s[r(430)](n[r(539)])){const e=this[r(331)][r(662)](n[r(539)][r(412)],r(293));this[r(424)](t,this[r(331)][r(509)](s[r(539)],e))}else{const e=this[r(331)][r(662)](n[r(293)][r(337)],r(350));this[r(424)](t,this[r(331)][r(509)](e,s[r(293)]))}}[dc(499)](t){const e=dc;for(const{suggestion:n,meta:r}of this[e(344)](t,e(647))){if(!r[e(472)])continue;const s=n[e(594)]();for(const n of s)if(!t[e(661)](n)[e(273)])return!0}return!1}[dc(600)](t){const n=dc,r=this[n(515)][n(299)][n(627)](n(562))[n(581)](t);if(!r)throw new e.CKEditorError(n(565),this);return r}[dc(557)](t){const e=dc,n=this[e(515)][e(299)][e(627)](e(562)),r=(0,o.hashObject)(e(640)+t);return n[e(581)](r)||n[e(339)]({id:r,name:t})}[dc(267)](t,e,n,r,s){const o=dc,i=this[o(600)](r),a=this[o(500)][o(311)](t,e,n,i,s,(t=>{const e=o;this[e(382)](n,{attributes:t});const r=this[e(304)](n);this[e(471)](new Set([r])),this[e(251)](new Set([r]))}));return this[o(463)](a,o(633),(()=>{const t=o;this[t(382)](n,{state:t(264)})}),{priority:o(266)}),this[o(463)](a,o(671),(()=>{const t=o;this[t(382)](n,{state:t(533)})}),{priority:o(266)}),this[o(330)][o(631)](n,a),this[o(243)][o(631)](a,o(441)),a}[dc(355)](t){const e=dc,n=t[e(329)](":");return{group:n[0],type:n[1],subType:n[e(273)]>=5?n[2]:null,id:n[e(273)]<5?n[2]:n[3],authorId:n[e(273)]<5?n[3]:n[4],markerCount:6==n[e(273)]?n[5]:null}}[dc(417)](t,n,r){const s=dc,o=t[s(578)](),i=o[s(539)],a=o[s(293)];this[s(424)](t,this[s(331)][s(509)](i,n));const c=(0,e.uid)(),u=t[s(570)].id,l=t[s(482)]+(t[s(551)]?":"+t[s(551)]:"");this[s(552)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(448)],data:t[s(561)]});const f=this[s(550)](t);(s(245)==t[s(482)]||f&&this[s(383)](f))&&(r=this[s(331)][s(521)](r[s(337)])),this[s(560)](l,c,u,this[s(331)][s(509)](r,a))}[dc(344)](t,e=null){const n=dc,r=[],s=this[n(515)][n(299)][n(627)](n(562)).me;Array[n(385)](t)||(t=[t]);for(const o of this[n(391)]()){if(!o[n(518)])continue;if(e&&o[n(482)]!=e)continue;let i=!1;for(const e of o[n(594)]()){for(const a of t){const t=a[n(539)][n(529)](e[n(293)])||a[n(293)][n(529)](e[n(539)]);if(t||a[n(660)](e)){const c=a[n(411)](e)&&Tc(this[n(331)][n(303)],e[n(539)],a),u=e[n(411)](a)&&Tc(this[n(331)][n(303)],a[n(539)],e);r[n(597)]({suggestion:o,meta:{isOwn:s==o[n(667)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[dc(560)](t,e,n,r,s){const o=dc;this[o(331)][o(659)]((i=>{const a=o;let c=a(537)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(458)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[dc(558)](t){const e=dc,n=t[e(637)],r=t[e(456)];t[e(637)]=null,t[e(456)]=null,null!=n&&n[e(456)]==t&&(n[e(456)]=r),null!=r&&r[e(637)]==t&&(r[e(637)]=n),e(644)==this[e(243)][e(627)](t)&&(this[e(243)][e(631)](t,e(397)),this[e(247)](e(618),t,n,r))}[dc(552)](t){const n=dc,r=t.id,s=this[n(491)](t);if(this[n(516)]&&this[n(516)][n(435)]){const o=this[n(515)][n(299)][n(627)](n(460)),i=s[n(402)],a=s[n(551)]?s[n(482)]+":"+s[n(551)]:s[n(482)],c=this[n(515)][n(584)],u=o[n(404)](zr(c,n(484))),l={id:r,type:a,hasComments:i,data:t[n(561)]||null,originalSuggestionId:t[n(555)]||null,attributes:s[n(448)]};this[n(516)][n(435)](l)[n(459)]((t=>{const e=n;s[e(538)]=!0,o[e(242)](u),t&&t[e(494)]&&(this[e(330)][e(627)](r)[e(494)]=t[e(494)])}))[n(470)]((t=>{const r=n;throw(0,e.logWarning)(r(259)),this[r(515)][r(352)][r(309)]({isUndoable:!1},(()=>{s[r(671)]()})),s[r(641)](),this[r(330)][r(507)](s.id),this[r(243)][r(507)](s),t}))}return s}[dc(383)](t){const e=dc;return this[e(517)][e(288)](t)}[dc(382)](t,e){const n=dc,r=this[n(515)][n(299)][n(627)](n(460)),s=this[n(304)](t);if(this[n(516)]&&this[n(516)][n(501)])if(s[n(538)]){const s=r[n(404)](zr(this[n(515)][n(584)],n(484)));this[n(516)][n(501)](t,e)[n(459)]((()=>{r[n(242)](s)}))}else s.on(n(476),(()=>{this[n(382)](t,e)}))}[dc(613)](t){const n=dc;if(!this[n(516)]||!this[n(516)][n(304)])throw new e.CKEditorError(n(572),this);return this[n(516)][n(304)](t)}[dc(543)](t){const e=dc,{id:n,type:r,subType:s,authorId:o}=this[e(355)](t),i=this[e(330)][e(627)](n)||this[e(267)](r,s,n,o,{});switch(this[e(621)](i,r,s,o),this[e(243)][e(627)](i)){case e(441):this[e(613)](n)[e(459)]((t=>{const r=e;let s=Promise[r(656)]();t[r(402)]&&(s=this[r(582)][r(437)]({channelId:this[r(515)][r(369)][r(627)](r(629)),threadId:n})),s[r(459)]((()=>{const e=r;this[e(491)](t)[e(538)]=!0}))})),this[e(243)][e(631)](i,e(295));break;case e(397):this[e(382)](n,{state:e(246)});case e(530):this[e(243)][e(631)](i,e(644)),this[e(247)](e(589),i);break;case e(644):this[e(247)](e(431),i)}return i[e(294)](t),i}[dc(251)](t){const e=dc,n=Array[e(305)](t),r=n[e(625)]((t=>e(445)==t[e(482)]));this[e(341)](r);const s=n[e(625)]((t=>!t[e(346)]&&e(445)!=t[e(482)])),o=this[e(391)]({skipNotAttached:!0})[e(625)]((t=>!t[e(346)]&&e(445)!=t[e(482)])),i=o[e(625)]((n=>!t[e(288)](n))),a=new Map(o[e(462)]((t=>[t,this[e(500)][e(321)](t[e(482)],t[e(551)],e(400))]))),c=new Map(o[e(462)]((t=>[t,t[e(578)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(273)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(273)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(273)];t++){const n=s[t];!l[e(288)](n)&&n[e(637)]&&(f[e(404)](n[e(637)]),n[e(637)][e(456)]===n&&(n[e(637)][e(456)]=null),n[e(637)]=null),!u[e(288)](n)&&n[e(456)]&&(f[e(404)](n[e(456)]),n[e(456)][e(637)]===n&&(n[e(456)][e(637)]=null),n[e(456)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(273)];e++){const r=g(t,n[e]);r&&(r[0][s(456)]=r[1],r[1][s(637)]=r[0],u[s(404)](r[0]),l[s(404)](r[1]))}}function g(t,n){const r=e;if(t[r(667)].id!==n[r(667)].id)return null;const s=a[r(627)](t)(t,n,c[r(627)](t),c[r(627)](n));return s&&a[r(627)](n)(t,n,c[r(627)](t),c[r(627)](n))?s[1][r(466)]&&s[1][r(466)][r(273)]?null:s:null}f[e(649)]&&this[e(251)](f)}[dc(341)](t){const e=dc;if(0==t[e(273)])return;const n=this[e(391)]({skipNotAttached:!0})[e(625)]((t=>e(445)==t[e(482)]&&t[e(673)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(448)]);s[e(288)](n)||(s[e(631)](n,r[e(273)]),r[e(597)]([]));const i=s[e(627)](n);r[i][e(597)](t)}!function(){const t=e;r[t(602)](((e,n)=>{const r=t,s=e[0][r(494)],o=n[0][r(494)];return s==o?e[0][r(448)][r(622)]<n[0][r(448)][r(622)]?-1:1:s<o?-1:1}));for(const e of r)e[t(602)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(273)];t++){if(0==r[t][e(273)])continue;const n=[];for(let s=t+1;s<r[e(273)];s++)0!=r[s][e(273)]&&i(r[t],r[s])&&n[e(597)](s);for(const s of n)r[t]=r[t][e(358)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(273)];n++)t[n][e(456)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(273)];n++)t[n][e(637)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(448)][r(622)]!==n[0][r(448)][r(622)]&&t[0][r(667)]!==n[0][r(667)])return!1;if(!function(t,e){const n=r;return!t[n(402)]&&!e[n(402)]||(!t[n(402)]||!e[n(402)])&&(!!(t[n(402)]&&e[n(494)]<t[n(466)][n(611)][n(627)](0)[n(494)])||!!(e[n(402)]&&t[n(494)]<e[n(466)][n(611)][n(627)](0)[n(494)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(448)],r(622)),o=gc(n[0][r(448)],r(622));return!!wr(s,o)&&(!!t[r(384)]((t=>n[r(284)]((e=>t[r(578)]()[r(529)](e[r(578)]())))))&&n[r(384)]((e=>t[r(284)]((t=>e[r(578)]()[r(529)](t[r(578)]()))))))}}[dc(471)](t){const e=dc,n=Array[e(305)](t),r=this[e(391)]({skipNotAttached:!0}),s=r[e(625)]((n=>!t[e(288)](n))),o=new Map(n[e(462)]((t=>[t,this[e(500)][e(321)](t[e(482)],t[e(551)],e(318))]))),i=new Map(r[e(462)]((t=>[t,t[e(594)]()])));for(let t=0;t<n[e(273)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(273)];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(273)];e++){const s=r[e];if(s[a(482)]!==n[a(482)]||s[a(667)].id!==n[a(667)].id||s[a(551)]!==n[a(551)])continue;if(!Rc(n,s,[a(622)]))continue;if(a(445)==n[a(482)]&&n[a(561)][a(373)]!=s[a(561)][a(373)])continue;if(a(445)==n[a(482)]&&t[a(383)](n[a(561)][a(486)]))continue;if(a(245)==n[a(482)]){const e=t[a(515)][a(352)],r=n[a(414)]();if(r&&(e[a(303)][a(410)](r)||e[a(303)][a(249)](r)))continue}const c=o[a(627)](n),u=i[a(627)](n),l=i[a(627)](s),f=n[a(466)]&&n[a(466)][a(273)],h=s[a(466)]&&s[a(466)][a(273)];if(!f&&c(l,u))return t[a(347)](s,n),i[a(507)](n),!0;if(!h&&c(u,l))return t[a(347)](n,s),i[a(507)](s),!0}return!1}}[dc(347)](t,e){const n=dc;if(t[n(346)])for(const r of e[n(594)]())t[n(280)](r);else{const r=e[n(578)]()[n(293)];this[n(424)](t,this[n(331)][n(509)](t[n(578)]()[n(539)],r))}e[n(658)]()}[dc(548)](t,e){const n=dc,r=t[n(534)](n(663))||t[n(534)](n(445))?n(672):t[n(593)]();return zr(this[n(515)][n(584)],e+"_"+r+n(363))}[dc(281)](){const t=dc,e=this[t(515)];(0,o.surroundingMarkersDetector)(this[t(331)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(355)](t[s(493)]);if(s(506)===e){o[s(597)](this[s(548)](n,s(265)));break}}for(const t of r){const{group:e,type:n}=this[s(355)](t[s(493)]);if(s(506)===e){o[s(597)](this[s(548)](n,s(360)));break}}o[s(273)]&&e.ui[s(496)][s(399)](s(514),o[s(318)](" "))}))}[dc(580)](t){const e=dc;if(this[e(531)])return!1;const n=this[e(515)],r=n[e(352)][e(277)][e(569)][e(276)]();if(0==r[e(273)])return!1;const s=[],o=r[e(625)]((t=>e(445)==t[e(482)])),i=r[e(625)]((t=>e(519)==t[e(482)]&&e(306)!=t[e(493)])),a=r[e(625)]((t=>e(242)==t[e(482)]&&e(306)!=t[e(493)]));for(const t of o)s[e(597)]({key:t[e(333)],newValue:t[e(454)],oldValue:t[e(505)],range:kc(t[e(322)],n[e(352)])});for(const t of i){const r=a[e(643)]((n=>n[e(634)][e(529)](t[e(634)])));r&&s[e(597)]({key:e(485),newValue:t[e(493)],oldValue:r[e(493)],range:n[e(352)][e(469)](t[e(634)][e(665)])})}return 0!=s[e(273)]&&this[e(433)](t,s)}[dc(317)](t){const e=dc;let n=!1;const r=this[e(515)][e(352)][e(277)][e(569)][e(528)]()[e(625)]((t=>t[e(561)][e(278)]&&t[e(493)][e(534)](e(282))));for(const s of r){const{subType:r,id:o}=this[e(355)](s[e(493)]),i=r[e(329)]("|")[0];for(const r of this[e(391)]({skipNotAttached:!0}))r.id!=o&&e(445)==r[e(482)]&&r[e(561)]&&r[e(561)][e(486)]==i&&r[e(578)]()[e(325)](s[e(561)][e(278)])&&(this[e(510)](r,s[e(561)][e(278)],t),n=!0)}return n}[dc(575)](t){const e=dc;this[e(515)],this[e(531)]=!0,t()}[dc(332)](t){const e=dc,n=this[e(383)](t),r=this[e(319)][e(288)](t);return n||r}[dc(433)](t,e){const n=dc;if(0==e[n(273)])return!1;let r=!1;for(const s of e){const e=this[n(344)](s[n(322)],n(445))[n(625)]((t=>!t[n(248)][n(444)]))[n(462)]((t=>t[n(506)])),i=(0,o.hashObject)({newValue:s[n(540)]});e[n(625)]((t=>{const e=n,[r,o]=t[e(551)][e(329)]("|");return r==s[e(486)]&&o!=i}))[n(250)]((e=>{const o=n;this[o(510)](e,s[o(322)],t),r=!0}))}return r}[dc(510)](t,e,n){const r=dc,s=t[r(578)]()[r(661)](e);0!==s[r(273)]?1!==s[r(273)]?this[r(417)](t,e[r(539)],e[r(293)]):this[r(424)](t,s[0]):n[r(298)](t[r(527)]())}}class bc{constructor(t){const e=dc;this[e(263)]=t,this[e(331)]=t[e(352)],this[e(289)]=new Map,this[e(392)]=new Map,this[e(427)]()}[dc(311)](t,e,n,r,s,o){const i=dc;return new Vr(this[i(331)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(321)](t,e,i(633))(...n),onDiscard:(...n)=>this[i(321)](t,e,i(671))(...n)})}[dc(549)](t,e,n,r){const s=dc,o=t+":"+e+":"+n;this[s(289)][s(631)](o,r)}[dc(321)](t,e,n){const r=dc,s=t+":"+e+":"+n;return this[r(289)][r(627)](s)||this[r(392)][r(627)](t+":"+n)}[dc(427)](){const t=dc,e=()=>!1,n=t=>{const e=pc;t[e(602)](((t,n)=>t[e(539)][e(443)](n[e(539)])?1:-1)),this[e(331)][e(659)]((n=>{const r=e;for(const e of t){let t;t=e[r(293)][r(532)]&&e[r(293)][r(337)]==e[r(539)][r(665)]?n[r(256)](e[r(539)][r(665)],"on"):n[r(256)](e),this[r(331)][r(395)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=pc;e&&this[n(331)][n(659)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(462)]((t=>(_c(t)&&(t=this[s(331)][s(509)](t[s(293)])),t)))[s(625)]((t=>s(420)!==t[s(512)][s(567)]));if(c[s(273)]<1)return;const u=Array[s(305)](this[s(331)][s(277)][s(255)][s(594)]())[s(462)]((t=>i.LiveRange[s(607)](t)));r[s(651)](c);for(const t of this[s(263)][s(474)][s(474)]())t[s(375)]();a[s(597)]({forceDefaultExecution:!0}),this[s(263)][s(654)](o,...a);const l=u[s(625)]((t=>s(420)!=t[s(512)][s(567)]));l[s(273)]>0&&r[s(651)](l);for(const t of u)t[s(323)]()}))},s=(e,n)=>1==e[t(273)]&&1==n[t(273)]&&e[0][t(293)][t(529)](n[0][t(539)]),o=(e,n,r,s)=>Lc(e,n,r,s,this[t(331)])?[e,n]:Lc(n,e,s,r,this[t(331)])?[n,e]:null;this[t(392)][t(631)](t(571),e),this[t(392)][t(631)](t(457),n),this[t(392)][t(631)](t(308),s),this[t(392)][t(631)](t(601),o),this[t(392)][t(631)](t(354),n),this[t(392)][t(631)](t(574),e),this[t(392)][t(631)](t(421),s),this[t(392)][t(631)](t(576),o),this[t(392)][t(631)](t(334),r),this[t(392)][t(631)](t(452),e),this[t(392)][t(631)](t(603),s),this[t(392)][t(631)](t(326),e),this[t(392)][t(631)](t(253),r),this[t(392)][t(631)](t(492),e),this[t(392)][t(631)](t(604),s),this[t(392)][t(631)](t(556),e),this[t(392)][t(631)](t(328),e),this[t(392)][t(631)](t(324),((e,n)=>{const r=t;if(!n)return;const s=this[r(263)][r(299)][r(627)](Ec);this[r(331)][r(659)]((t=>{const o=r;if(o(485)==n[o(486)])for(const r of e){const e=r[o(539)][o(665)],s=n[o(373)];t[o(380)](e,s)}else if(s[o(383)](n[o(486)]))for(const r of e)void 0!==n[o(373)]?t[o(436)](n[o(486)],n[o(373)],r[o(539)][o(665)]):t[o(490)](n[o(486)],r[o(539)][o(665)]);else for(const r of e)n[o(373)]?t[o(436)](n[o(486)],n[o(373)],r):t[o(490)](n[o(486)],r)}))})),this[t(392)][t(631)](t(467),s)}}function Tc(t,e,n){const r=dc;for(const s of e[r(337)][r(447)]({includeSelf:!0,parentFirst:!0})){if(s[r(512)]==s)return!1;if(!n[r(327)](s))return!1;if(t[r(410)](s)||t[r(249)](s))return!0}return!1}function _c(t){const e=dc;return t[e(293)][e(337)]==t[e(539)][e(665)]&&t[e(293)][e(394)]}function yc(t,e,n,r){const s=dc,o=t=>!t[s(426)].is(s(393))&&!r[s(410)](t[s(426)]),i=t[s(539)][s(312)](o),a=t[s(293)][s(312)](o,{direction:s(422)});return!(t[s(539)][s(529)](i)&&t[s(293)][s(529)](a)||(i[s(443)](a)?n[s(396)](e,{range:n[s(509)](i,a)}):n[s(298)](e),0))}function Ac(t){return(0,o.hashObject)(t)}function Cc(t){const e=dc,n=t[e(539)][e(665)];return n&&n.is(e(356))}function kc(t,e){const n=dc;return null==t[n(293)][n(412)]&&t[n(293)][n(337)]==t[n(539)][n(665)]?Nc(t[n(539)][n(665)],e):t}function Nc(t,e){const n=dc,r=e[n(303)][n(410)](t)||e[n(303)][n(596)](t);return e[n(509)](e[n(662)](t,n(408)),r?e[n(440)](t):e[n(662)](t,n(293)))}function Lc(t,e,n,r,s){const o=dc;if(!Rc(t,e))return!1;if(n[o(293)][o(529)](r[o(539)]))return!0;if(t[o(482)]!=e[o(482)])return!1;if(!n[o(293)][o(475)](r[o(539)]))return!1;const i=s[o(509)](n[o(293)],r[o(539)])[o(301)]();for(const t of i)if([o(368),o(315)][o(290)](t[o(482)])&&s[o(303)][o(249)](t[o(426)]))return!1;return!0}function Rc(t,e,n=[]){const r=dc;return!(!t[r(673)]||!e[r(673)])&&wr(gc(t[r(448)],n),gc(e[r(448)],n))}function Sc(t,e){const n=dc,r=vc(t[n(448)]),s=vc(e);if(!t[n(673)])return!1;for(const t of Object[n(619)](s))if(!wr(r[t],s[t]))return!1;return!0}function vc(t){const e=dc,n=Object[e(348)]({},t);return delete n[e(592)],delete n[e(336)],n}function Mc(t,e){const n=Oc();return(Mc=function(t,e){return n[t-=131]})(t,e)}function Oc(){const t=["47016380TZksMX","add","bind","4617235ZdUUeW","stopListening","commands","canAccept","model","5187660HgUwqE","view","isEnabled","commentThreadController","303632pGwXnt","_discardCommand","PendingActions","5229930zjdSXn","_removePendingAction","1105987KwCCpC","acceptSuggestion","canDiscard","listenTo","PENDING_ACTION_SUGGESTION","159fxYZtV","_editor","discardSuggestion","execute","change:isDirty","_setPendingAction","45586nwqWMK","destroy","locale","unbind","plugins","get","_acceptCommand","5FNQfYN","_pendingAction","remove","isDirty","canEditAt","getRanges","63ZerVjP"];return(Oc=function(){return t})()}const wc=Mc;!function(t,e){const n=Mc,r=t();for(;;)try{if(706231===parseInt(n(166))/1+parseInt(n(135))/2*(parseInt(n(171))/3)+parseInt(n(157))/4+-parseInt(n(142))/5*(-parseInt(n(164))/6)+parseInt(n(152))/7+-parseInt(n(161))/8*(-parseInt(n(148))/9)+-parseInt(n(149))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oc);class Fc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Mc;super(),this[s(156)]=e,this[s(158)]=n,this[s(160)]=r,this[s(172)]=t,this[s(141)]=t[s(154)][s(140)](s(167)),this[s(162)]=t[s(154)][s(140)](s(131)),this[s(158)][s(151)](s(159)).to(this[s(141)],this[s(162)],((t,e)=>t||e)),this[s(158)][s(151)](s(155)).to(this[s(141)],s(159),(t=>t&&this[s(172)][s(156)][s(146)](e[s(147)]()))),this[s(158)][s(151)](s(168)).to(this[s(162)],s(159),(t=>t&&this[s(172)][s(156)][s(146)](e[s(147)]()))),this[s(143)]=null,n[s(145)]&&this[s(134)](),this[s(169)](n,s(167),(()=>this[s(167)]())),this[s(169)](n,s(131),(()=>this[s(131)]())),this[s(169)](n,s(133),(()=>{const t=s;n[t(145)]?this[t(134)]():this[t(165)]()}))}[wc(167)](){const t=wc;this[t(141)][t(132)](this[t(156)].id)}[wc(131)](){const t=wc;this[t(162)][t(132)](this[t(156)].id)}[wc(136)](){const t=wc;this[t(158)][t(138)](t(159)),this[t(158)][t(138)](t(155)),this[t(158)][t(138)](t(168)),this[t(153)](),this[t(160)][t(136)](),this[t(143)]&&this[t(165)]()}[wc(134)](){const t=wc,e=zr(this[t(172)][t(137)],t(170));this[t(143)]=this[t(172)][t(139)][t(140)](t(163))[t(150)](e)}[wc(165)](){const t=wc;null!==this[t(143)]&&this[t(172)][t(139)][t(140)](t(163))[t(144)](this[t(143)]),this[t(143)]=null}}const Dc=Pc;function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=480]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(468516===parseInt(n(490))/1*(-parseInt(n(515))/2)+-parseInt(n(491))/3*(parseInt(n(499))/4)+parseInt(n(481))/5*(-parseInt(n(485))/6)+-parseInt(n(527))/7+parseInt(n(525))/8+parseInt(n(518))/9+-parseInt(n(488))/10*(-parseInt(n(497))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends s.View{constructor(t,e,n,r){const s=Pc;super(t),this[s(504)]=null,this[s(480)]=null,this[s(526)](s(493),!1),this[s(526)](s(502),e[s(502)]),this[s(524)](s(502)).to(e),this[s(526)](s(496),[]),this[s(526)](s(486),!1),this[s(526)](s(531),!1),this[s(526)](s(503),!1),this[s(526)](s(511),!1),this[s(529)]=e,this[s(517)]=n,this[s(487)]=r,r[s(484)]?this[s(526)](s(495),1):this[s(519)]()}[Dc(506)](){const t=Dc;this[t(522)][t(506)]()}[Dc(528)](){const t=Dc;this[t(504)]&&this[t(504)][t(528)](),this[t(480)]&&this[t(480)][t(528)](),super[t(528)]()}[Dc(519)](){const t=Dc,{CommentsListView:e}=this[t(487)];this[t(504)]=new e(this[t(513)],this[t(529)][t(514)],Object[t(512)]({CommentView:this[t(487)][t(505)]},this[t(487)])),this[t(504)][t(500)](t(510)).to(this),this[t(504)][t(500)](t(498)).to(this),this[t(504)][t(524)](t(493)).to(this),this[t(526)](t(495),this[t(504)][t(495)]+1),this[t(524)](t(495)).to(this[t(504)],t(495),(t=>t+1)),this[t(480)]=this[t(523)](),this.on(t(510),(()=>this[t(506)]())),this[t(524)](t(486)).to(this[t(504)],t(501),this[t(480)][t(492)],t(521),((t,e)=>t||!!e))}[Dc(523)](){const t=Dc,{CommentThreadInputView:e}=this[t(487)],n=new e(this[t(513)],this[t(517)],this[t(487)][t(489)]),r=n[t(492)];return n[t(524)](t(508)).to(this,t(493),this[t(529)][t(514)],t(482),r,t(521),((t,e,n)=>!!n||t&&!e)),r.on(t(520),((e,n)=>{const s=t;this[s(494)](s(509),n),r[s(507)][s(483)]("")})),r.on(t(516),(()=>this[t(506)]())),r[t(524)](t(530)).to(this[t(529)][t(514)],t(482)),n}}function Bc(){const t=["CommentView","focus","editor","showInput","addComment","removeComment","canDiscard","assign","locale","commentThread","1054yezKHX","cancel","_localUser","1196667YEmBde","_createCommentViews","submit","value","element","_createCommentThreadInputView","bind","7303640uprWYT","set","1432473PKcmHy","destroy","_model","disabledSubmit","isEnabled","commentThreadInputView","615VdaHoF","isReadOnly","setData","disableComments","16068GddFfT","isDirty","_config","470wpeSBC","editorConfig","1367NWcFHC","492357MAXUtr","commentInputView","isActive","fire","length","descriptionParts","196867AaMFnQ","updateComment","4PxALhB","delegate","hasDirtyComment","authoredAt","canAccept","commentsListView"];return(Bc=function(){return t})()}const Uc=jc;function jc(t,e){const n=Gc();return(jc=function(t,e){return n[t-=100]})(t,e)}function Gc(){const t=["693369rYhcMb","descriptionParts","title","userView","execute","1687024LqTnwE","render","ck-suggestion-",'"></span>',"div","_config","ck-suggestion","discardSuggestion","Discard suggestion","color","editorReady","isExternal",".ck-annotation__content-wrapper","fire","canDiscard","commentsListView","42uKcbFB","content","_descriptionElement","bind","getTemplate","attributes","setTemplate","5828184lNAdfQ","innerHTML","ck-suggestion--discard","ck-annotation__info-time","commentThreadInputView","delegate","canAccept","map","children","Accept suggestion","ck-suggestion__info","ck-suggestion-wrapper--active","cancel","type","set","ck-annotation__actions","authoredAt","check","innerText","538OGWxIc","ck-comment__info-time","ck-suggestion__info-name","_createButton","createElement","extendTemplate","commentThread","ck-annotation__user","join",'<span class="ck-suggestion-color" style="background-color: ',"getUserViewNotificationText","1634952NXGQVn","getExternalSuggestionNote","time","value","span","EXTERNAL_IMPORT_WORD_SUGGESTION","name",'<span class="ck-suggestion-type">',"</span>","creator","disableComments","isActive","1492cTCLKQ","ck-annotation__main","ck-suggestion--accept","_model","importWord","ck-annotation__info-name","element","description","1012595sVxKJe","ck-suggestion__actions","change:description","ck-suggestion-wrapper","ck-annotation__content-wrapper","<p>","ck-comment__external","323029FmzPnH","EXTERNAL_IMPORT_WORD_AVATAR","ck-annotation",'" title="',"isEnabled","ck-suggestion__main","acceptSuggestion","author","@external","acceptButton","querySelector","source","ck-suggestion--disabled-comments","ck-annotation__info","editorDestroyed","formatDateTime","discardButton","ck-suggestion__user","push","EXTERNAL_AVATAR","bindTemplate","</p>","locale","split","EXTERNAL_SUGGESTION"];return(Gc=function(){return t})()}!function(t,e){const n=jc,r=t();for(;;)try{if(342793===parseInt(n(103))/1*(-parseInt(n(190))/2)+-parseInt(n(143))/3+-parseInt(n(201))/4+parseInt(n(111))/5+parseInt(n(164))/6*(parseInt(n(118))/7)+parseInt(n(148))/8+parseInt(n(171))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends xc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(185)](i(184),""),this[i(167)](i(184)).to(this,i(144),(t=>t&&t[0]?t[0][i(184)]:"")),this[i(167)](i(110)).to(this,i(144),this,i(102),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(116)+Hc(e[n(165)],e[n(157)])+n(139);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(166)]=null,this[i(127)]=this[i(193)](zr(e,i(180)),t.icons[i(188)],i(105),i(124),"sw"),this[i(127)][i(167)](i(122)).to(this,i(177)),this[i(134)]=this[i(193)](zr(e,i(156)),t.icons[i(183)],i(173),i(155),"sw"),this[i(134)][i(167)](i(122)).to(this,i(162)),this[i(146)]=new o.UserView(e,this[i(106)][i(125)],this[i(200)]()),this[i(146)][i(195)]({attributes:{class:[i(135),i(197)]}}),this[i(170)](this[i(168)]())}[Uc(168)](){const t=Uc,e=this[t(138)],n=[{tag:t(152),attributes:{class:[t(181),t(131)]},children:[{tag:t(205),children:[{text:this[t(146)][t(207)]}],attributes:{class:[t(192),t(108)]}},{tag:t(203),attributes:{datetime:e.to(t(187)),class:[t(191),t(174)]},children:[{text:e.to(t(187),(e=>this[t(153)][t(133)](e)))}]}]},{tag:t(152),attributes:{class:[t(112),t(186)]},children:[this[t(127)],this[t(134)]]},{tag:t(152),attributes:{class:[t(115)]}}];this[t(106)][t(159)]&&n[t(136)]({tag:t(152),attributes:{class:[t(117)]},children:[{text:this[t(202)]()}]});const r={tag:t(152),attributes:{class:[t(114),e.if(t(102),t(182)),e.to(t(184),(e=>t(150)+e)),this[t(153)][t(101)]&&t(130)],"data-suggestion-id":this[t(106)].id,"data-thread-id":this[t(106)][t(196)].id,"data-author-id":this[t(106)][t(125)].id,tabindex:-1},children:[{tag:t(152),attributes:{class:[t(154),t(120)]},children:[this[t(146)],{tag:t(152),attributes:{class:[t(123),t(104)]},children:n}]}]};return this[t(163)]&&this[t(175)]&&(r[t(179)][t(136)](this[t(163)],this[t(175)]),this[t(163)][t(176)](t(158)).to(this),this[t(163)][t(176)](t(132)).to(this),this[t(175)][t(176)](t(158)).to(this),this[t(175)][t(176)](t(132)).to(this)),r}[Uc(149)](){const t=Uc;super[t(149)](),this[t(166)]=this[t(109)][t(128)](t(160)),this[t(166)][t(172)]=this[t(110)],this.on(t(113),((e,n,r)=>{const s=t;this[s(166)][s(172)]=r}))}[Uc(193)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(140)]);return a[i(185)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(195)]({attributes:{class:n}}),a.on(i(147),(()=>{const t=i;this[t(161)](r,this[t(106)].id)})),a}[Uc(202)](){const t=Uc;return t(107)===this[t(106)][t(169)][t(126)][t(129)]?zr(this[t(140)],t(206)):zr(this[t(140)],t(142))}[Uc(200)](){const t=Uc;return this[t(106)][t(159)]?t(107)===this[t(106)][t(169)][t(126)][t(129)]?zr(this[t(140)],t(119),this[t(106)][t(100)][t(207)]):zr(this[t(140)],t(137),this[t(106)][t(100)][t(207)]):null}}function Hc(t,e){const n=Uc;let r="";return r+=t[n(141)]("*")[n(178)](((t,e)=>e%2!=0?n(208)+zc(t)+n(209):zc(t)))[n(198)](""),e&&(r+=n(199)+e[n(204)]+n(121)+e[n(145)]+n(151)),r}function zc(t){const e=Uc,n=document[e(194)](e(205));return n[e(189)]=t,n[e(172)]}const Wc=Kc;function Kc(t,e){const n=qc();return(Kc=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=Kc,r=t();for(;;)try{if(576627===-parseInt(n(164))/1+parseInt(n(203))/2*(-parseInt(n(146))/3)+parseInt(n(143))/4*(-parseInt(n(220))/5)+-parseInt(n(232))/6+-parseInt(n(214))/7+-parseInt(n(125))/8+parseInt(n(197))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qc);class Xc extends t.Plugin{static get[Wc(114)](){const t=Wc;return[Ec,o.Users,t(184),t(126),t(108)]}static get[Wc(156)](){return Wc(185)}constructor(t){const e=Wc;super(t),this[e(107)]=new Map,this[e(140)]=new Map,this[e(130)]=new Map,this[e(131)]=new Map;const n=this[e(191)][e(221)];n[e(155)](e(234),Vc),n[e(155)](e(201),!1),this[e(147)]=n[e(178)](e(201))}[Wc(230)](t,e){const n=Wc;0===this[n(131)][n(194)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(131)]){const r=this[t(107)][t(106)](e);r||n?r&&n&&this[t(179)](e):this[t(226)](e)}this[t(131)][t(208)](),this[t(191)][t(172)][t(178)](t(108))[t(128)](),this[t(209)]()}),10),this[n(131)][n(165)](t,e)}[Wc(109)](){const t=Wc,e=this[t(191)],n=e[t(172)][t(178)](t(148)),r=e[t(172)][t(178)](t(126)),s=e[t(172)][t(178)](t(108)),o=e[t(172)][t(178)](t(184));e.ui[t(196)][t(153)](t(206),(e=>this[t(158)](e))),s[t(123)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(237)](this[e(107)])){const s=t[e(239)](),o=[];for(const t of s){if(!t[e(115)])continue;if(t[e(182)]){o[e(225)](...t[e(160)]());continue}const n=t[e(142)]();if(o[e(176)]>0){const t=o[0][e(223)](n);if(t){o[0]=t;continue}}o[e(225)](n)}n[e(225)]([r[e(187)],o])}return n})),this[t(180)](n,t(181),((e,n)=>{const r=t;this[r(180)](n,r(200),((t,e,s,o)=>{const i=r;n[i(115)]&&(null==s?(this[i(171)](o[i(222)]),this[i(230)](n,!1)):(this[i(171)](s[i(222)]),null==o&&this[i(230)](n,!0)))})),null!==n[r(118)]?this[r(171)](n[r(222)]):this[r(230)](n,!1)})),this[t(180)](n,t(218),((e,n,r)=>{const s=t;this[s(150)](n,s(200)),this[s(131)][s(192)](n),this[s(107)][s(106)](n)&&this[s(179)](n),r&&this[s(171)](r[s(222)])})),this[t(180)](n,t(199),((e,n)=>{this[t(171)](n)})),this[t(180)](r,t(228),(()=>{this[t(209)]()})),this[t(180)](o,t(110),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(210)](r))return;const i=n[o(177)](r);this[o(107)][o(178)](i)[o(187)][o(202)]()}),{priority:t(133)})}[Wc(209)](){const t=Wc,e=this[t(191)][t(172)][t(178)](t(126)),n=this[t(191)][t(172)][t(178)](t(148)),r=Array[t(237)](e[t(157)],(e=>e[t(138)]))[t(127)]((e=>this[t(140)][t(106)](e))),s=[];for(const e of r){const n=this[t(140)][t(178)](e)[t(227)][t(239)]();s[t(225)](...n[t(238)](((e,n)=>[...e,...n[t(170)]()]),[]))}n[t(139)]=s}[Wc(158)](t){const n=Wc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(191)][n(151)][n(178)](n(206)),i=zr(t,n(188));r[n(186)][n(165)]({tooltip:i,label:i,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),r[n(186)][n(119)](n(163)).to(o,n(233)),r[n(186)].on(n(173),(()=>{const t=n;o[t(173)](),this[t(191)][t(174)][t(187)][t(202)]()}));const a=new e.Collection,c=[{type:n(136),model:{withText:!0,label:i,commandName:n(206)}},{type:n(217)},{type:n(120),model:{withText:!0,label:zr(t,n(144)),commandName:n(213)}},{type:n(120),model:{withText:!0,label:zr(t,n(129)),commandName:n(122)}},{type:n(120),model:{withText:!0,label:zr(t,n(112)),commandName:n(113)}},{type:n(120),model:{withText:!0,label:zr(t,n(216)),commandName:n(205)}}];for(const t of c){let e={type:n(217)};if(t[n(227)]){const r=new s.ViewModel(t[n(227)]),o=this[n(191)][n(151)][n(178)](r[n(116)]);r[n(119)](n(163),n(211)).to(o,n(233),n(211)),e={type:t[n(166)],model:r}}a[n(153)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(127)]((t=>null!=t[n(227)]))[n(105)]((t=>this[n(191)][n(151)][n(178)](t[n(227)][n(116)]))),l=r[n(186)];return l[n(134)][n(175)](n(211)),l[n(195)][n(175)](n(211)),l[n(134)][n(119)](n(211)).to(o,n(211)),l[n(195)][n(119)](n(211))[n(190)](u,n(211),((...t)=>t[n(169)]((t=>t)))),r.on(n(173),(t=>{const e=n;this[e(191)][e(173)](t[e(124)][e(116)]),this[e(191)][e(174)][e(187)][e(202)]()})),r}[Wc(226)](t){const e=Wc,n=this[e(191)],r=n[e(221)],s=n[e(172)][e(178)](e(126)),i=n[e(172)][e(178)](e(184)),a=n[e(172)][e(178)](e(108)),c=n[e(172)][e(178)](o.Users).me,u=r[e(178)](e(206))[e(189)],{CommentsListView:l,CommentThreadInputView:f}=n[e(172)][e(178)](e(149));let h,g;this[e(130)][e(106)](t.id)?(g=this[e(130)][e(178)](t.id),h=g[e(154)]):(h=new u(n[e(145)],t,c,{disableComments:this[e(147)],editorConfig:r[e(178)](e(183)),maxCommentsWhenCollapsed:r[e(178)](e(159)),maxThreadTotalWeight:r[e(178)](e(137)),maxCommentCharsWhenCollapsed:r[e(178)](e(224)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(178)](e(145))),CommentView:r[e(178)](e(135))[e(229)],CommentsListView:l,CommentThreadInputView:f}),h[e(161)].on(e(173),(()=>{const t=e;n[t(174)][t(187)][t(202)]()})),h[e(111)].on(e(173),(()=>{const t=e;n[t(174)][t(187)][t(202)]()})),g=s[e(162)](this[e(191)][e(145)],h),g[e(119)](e(219)).to(h,e(219)),g[e(119)](e(176)).to(h),g[e(119)](e(166)).to(h,e(166),(t=>e(198)+t)),this[e(130)][e(165)](t.id,g));const d=i[e(235)](t[e(141)],h),p=new Fc(n,t,h,d),m=t[e(239)]()[e(127)]((t=>t[e(115)]));h[e(215)]=n[e(172)][e(178)](e(148))[e(167)][e(117)](m),this[e(107)][e(165)](t,p),this[e(140)][e(165)](h,p);const I=s[e(132)]({view:g,target:()=>{const r=e,s=[],i=t[r(239)]()[r(127)]((t=>t[r(115)]));for(const t of i)s[r(225)](...t[r(212)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(174)],s)},type:()=>e(198)+p[e(187)][e(166)]});i[e(204)](h,I),s[e(153)](I),a[e(236)](I)}[Wc(179)](t){const e=Wc,n=this[e(191)][e(172)][e(178)](e(184)),r=this[e(191)][e(172)][e(178)](e(126)),s=this[e(107)][e(178)](t),o=s[e(187)],i=r[e(231)](o);n[e(193)](o),i&&r[e(168)](i),this[e(107)][e(192)](t),this[e(140)][e(192)](o),s[e(121)]()}[Wc(171)](t){const e=Wc;if(!t[e(115)]||!this[e(107)][e(106)](t))return;const n=this[e(191)][e(172)][e(178)](e(148)),r=this[e(107)][e(178)](t),s=t[e(239)]();r[e(187)][e(215)]=n[e(167)][e(117)](s)}[Wc(121)](){const t=Wc;for(const e of this[t(107)][t(207)]())this[t(179)](e);for(const e of this[t(130)][t(152)]())e[t(154)][t(121)]();super[t(121)]()}}function qc(){const t=["get","_destroyController","listenTo","suggestionLoaded","isMultiRange","comments.editorConfig","CommentsRepository","TrackChangesUI","buttonView","view","Track changes","SuggestionThreadView","toMany","editor","delete","_unbindEditors","size","arrowView","componentFactory","35693910xHeIHR","suggestion-","suggestionChanged","change:previous","trackChanges.disableComments","focus","1583834gPVjBD","_bindAnnotationToEditors","discardSelectedSuggestions","trackChanges","keys","clear","_refreshActiveMarkers","hasSuggestion","isEnabled","getMarkers","acceptAllSuggestions","1676192pOmXLl","descriptionParts","Discard all selected suggestions","separator","suggestionUnloaded","isDirty","97515KrPTrs","config","head","getJoined","comments.maxCommentCharsWhenCollapsed","push","_initializeController","model","change:activeAnnotations","CommentView","_handleSuggestionControllerDelayed","getByInnerView","349824uzyqGA","value","trackChanges.SuggestionThreadView","createCommentThreadController","registerAnnotation","from","reduce","getAllAdjacentSuggestions","map","has","_suggestionToController","EditorAnnotations","init","addComment","discardButton","Discard all suggestions","discardAllSuggestions","requires","isInContent","commandName","getDescriptions","previous","bind","button","destroy","acceptSelectedSuggestions","addSourceCollector","source","2127656kTqawV","Annotations","filter","refreshSelectedViews","Accept all selected suggestions","_annotationViews","_handleControllerBuffer","createAnnotation","lowest","actionView","comments","switchbutton","comments.maxThreadTotalWeight","innerView","activeMarkers","_viewToController","commentThread","getFirstRange","184YHYFoq","Accept all suggestions","locale","3tldIhM","_disableComments","TrackChangesEditing","CommentsUI","stopListening","commands","values","add","mainView","define","pluginName","activeAnnotations","_createUIButton","comments.maxCommentsWhenCollapsed","getRanges","acceptButton","createAnnotationView","isOn","1136591sNsuhh","set","type","_descriptionFactory","remove","some","getMarkerNames","_updateController","plugins","execute","editing","unbind","length","getSuggestion"];return(qc=function(){return t})()}var Yc=Zc;!function(t,e){for(var n=Zc,r=t();;)try{if(764952===-parseInt(n(165))/1+parseInt(n(167))/2+parseInt(n(166))/3+-parseInt(n(182))/4*(parseInt(n(172))/5)+parseInt(n(185))/6*(-parseInt(n(173))/7)+-parseInt(n(169))/8+parseInt(n(184))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class Qc extends t.Plugin{static get[Yc(176)](){return[Ec,Xc,Yc(171)]}static get[Yc(175)](){return Yc(179)}set[Yc(180)](t){var e=Yc;this[e(168)][e(183)][e(177)](Ec)[e(180)]=t}get[Yc(180)](){var t=Yc;return this[t(168)][t(183)][t(177)](Ec)[t(180)]}[Yc(178)](t){var e=Yc;return this[e(168)][e(183)][e(177)](Ec)[e(181)](t)}[Yc(174)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Yc;return this[n(168)][n(183)][n(177)](Ec)[n(174)]({skipNotAttached:t,toJSON:e})}[Yc(170)](t){var e=Yc;return this[e(168)][e(183)][e(177)](Ec)[e(170)](t)}}function Zc(t,e){var n=Jc();return(Zc=function(t,e){return n[t-=165]})(t,e)}function Jc(){var t=["8GHmgBY","plugins","23922792kPGxOR","4022886eYbmnk","1084906nTAqVg","4273797GLPwYT","486232UQaxaQ","editor","3043656FgFWNW","getSuggestion","Comments","1886315uLXGKm","14FvOhIF","getSuggestions","pluginName","requires","get","addSuggestion","TrackChanges","adapter","addSuggestionData"];return(Jc=function(){return t})()}function $c(){const t=["users","TrackChangesData","execute","Pagination","useAnonymousUser","TrackChangesEditing","2kxoejJ","track-changes-data-invalid-editor-creator","_adapter","6456cIqIAp","requires","plugins","set","Users","get","constructor","1017410oCoTua","1582425fzXzQH","data","trackChangesData.editorCreator","CommentsRepository","document","getDataWithAcceptedSuggestions","addUser","77FxoIRJ","end","map","getDataWithDiscardedSuggestions","162327oQVBNl","destroy","result","getSuggestions","rootsAttributes","name","push","8xhcmAs","266424NEmLts","1704791hvYFLz","reduce","4aEZWLi","editor","define","getUser","div","config","init","discardAllSuggestions","getFullData","getRootNames","createElement","create","model","30APSaDM","pluginName","25129dtmPpH","TrackChangesDataGetter","acceptAllSuggestions","appendChild","function","editorCreator","17946LYHYfv","getRootsAttributes","createDocumentFragment","addSuggestionData","trackChangesData"];return($c=function(){return t})()}const tu=eu;function eu(t,e){const n=$c();return(eu=function(t,e){return n[t-=324]})(t,e)}!function(t,e){const n=eu,r=t();for(;;)try{if(413938===-parseInt(n(372))/1*(-parseInt(n(350))/2)+parseInt(n(380))/3+-parseInt(n(383))/4*(parseInt(n(360))/5)+-parseInt(n(339))/6*(parseInt(n(368))/7)+-parseInt(n(379))/8*(parseInt(n(361))/9)+-parseInt(n(331))/10*(parseInt(n(381))/11)+parseInt(n(353))/12*(parseInt(n(333))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);const nu=[tu(347)];class ru extends t.Plugin{static get[tu(354)](){return[Ec]}static get[tu(332)](){return tu(345)}[tu(324)](){const t=tu,n=this[t(384)];if(n[t(388)][t(385)](t(363),(e=>{const r=t,s=n[r(330)][r(365)][r(327)]()[r(382)](((t,e)=>(t[e]="",t)),{});return n[r(359)][r(329)](s,e)})),t(337)!=typeof n[t(388)][t(358)](t(343))[t(338)])throw new e.CKEditorError(t(351))}[tu(366)](t){return iu(this[tu(384)],!0,t)}[tu(371)](t){return iu(this[tu(384)],!1,t)}}class su extends t.Plugin{static get[tu(332)](){return tu(334)}constructor(t){const e=tu;super(t),this[e(374)]=e(369)}[tu(324)](){const t=tu;this[t(384)][t(355)][t(358)](t(364))[t(352)]={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(384)][t(355)][t(358)](t(349))[t(352)]=null}}function ou(t){return void 0!==t[tu(340)]}async function iu(t,e,n){const r=tu,s=(0,o.sanitizeEditorConfig)(t,nu);s[r(355)][r(378)](Ec,su),s[r(376)]=ou(t)?t[r(340)]():void 0;const i=document[r(341)](),a=t[r(388)][r(358)](r(343))[r(338)],c=await a(s,(()=>function(t){const e=r,n=document[e(328)](e(387));return t[e(336)](n),n}(i)));!function(t,e){const n=r,s=t[n(330)][n(365)][n(327)]()[n(382)](((e,r)=>(e[r]=t[n(362)][n(358)]({rootName:r}),e)),{}),o=t[n(355)][n(358)](n(357))[n(344)][n(370)]((t=>({id:t.id,name:t[n(377)]}))),i=t[n(355)][n(358)](n(349))[n(375)]({skipNotAttached:!0,toJSON:!0}),a=e[n(355)][n(358)](n(357)),c=e[n(355)][n(358)](n(349));for(const t of o)a[n(386)](t.id)||a[n(367)](t);a.me||a[n(348)]();for(const t of i)c[n(342)](t);e[n(362)][n(356)](s)}(t,c),c[r(346)](r(e?335:325));const u=ou(c)?c[r(326)](n):c[r(362)][r(358)](n);return await c[r(373)](),u}function au(t,e){var n=cu();return(au=function(t,e){return n[t-=358]})(t,e)}function cu(){var t=["8610LPyrnQ","4ZfUvqu","370977oCYVle","1044766ZbshFh","231kjebhh","200358mLpEUA","1865120QKcMzf","4419tlmuKZ","1827645rVogpo","101874fchMiJ"];return(cu=function(){return t})()}!function(t,e){for(var n=au,r=t();;)try{if(450851===-parseInt(n(367))/1+parseInt(n(365))/2+-parseInt(n(364))/3*(-parseInt(n(363))/4)+-parseInt(n(360))/5+parseInt(n(361))/6*(parseInt(n(366))/7)+parseInt(n(358))/8+parseInt(n(359))/9*(-parseInt(n(362))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
5
+ */(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Bc,TrackChanges:()=>Yc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ec});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=498]})(t,e)}!function(t,e){const n=u,r=t();for(;;)try{if(236406===-parseInt(n(500))/1+-parseInt(n(520))/2+parseInt(n(509))/3+parseInt(n(516))/4+parseInt(n(502))/5*(parseInt(n(507))/6)+-parseInt(n(504))/7*(parseInt(n(519))/8)+parseInt(n(510))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(518)]=e,this[n(515)]=!1,this[n(514)](),this[n(508)]=!1}[c(514)](){this[c(521)]=!0}[c(512)](){const t=c;this[t(515)]=!this[t(515)],this[t(515)]?this[t(498)]():this[t(499)]()}[c(498)](){const t=c;for(const e of this[t(505)][t(513)][t(513)]())e[t(503)]&&!this[t(518)][t(511)](e)&&e[t(506)](t(501))}[c(499)](){const t=c;for(const e of this[t(505)][t(513)][t(513)]())e[t(503)]&&!this[t(518)][t(511)](e)&&e[t(517)](t(501))}}function f(){const t=["forceDisabled","6cHSjBe","_isEnabledBasedOnSelection","1247301VxqeVo","241191OoXHoC","has","execute","commands","refresh","value","401016aBrWxL","clearForceDisabled","_enabledCommands","57952MbVKUV","5252KOVPql","isEnabled","_disableUnsupportedCommands","_enableCommands","263902nQKasK","TrackChangesCommand","561190QhPmGC","affectsData","147fzVIkG","editor"];return(f=function(){return t})()}const h=d;function g(){const t=["track-changes-accept-suggestion-not-found","6947780iXJeUK","96283rClCUF","2900238NfZVXp","_isEnabledBasedOnSelection","plugins","model","acceptSuggestion","getRanges","64qTTRQF","1549240cZjDLX","1786194nIkDQk","8hdkAdH","isEnabled","2909543mhlMeD","3372VeegwP","8kdFzkp","editor","TrackChangesEditing","refresh","execute","get","canEditAt","_suggestions"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=435]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(309442===-parseInt(n(440))/1*(parseInt(n(454))/2)+parseInt(n(453))/3*(-parseInt(n(447))/4)+parseInt(n(448))/5+parseInt(n(441))/6+parseInt(n(452))/7+-parseInt(n(450))/8*(-parseInt(n(449))/9)+-parseInt(n(439))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(437)]=e,this[n(457)](),this[n(442)]=!1}[h(457)](){this[h(451)]=!0}[h(458)](t){const n=h,r=this[n(437)][n(435)](t);if(!r)throw new e.CKEditorError(n(438),this);const s=r[n(446)]();this[n(455)][n(444)][n(436)](s)&&this[n(455)][n(443)][n(435)](n(456))[n(445)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=194]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(459388===-parseInt(n(201))/1*(parseInt(n(217))/2)+-parseInt(n(196))/3+-parseInt(n(216))/4+parseInt(n(195))/5*(parseInt(n(199))/6)+parseInt(n(212))/7*(-parseInt(n(202))/8)+parseInt(n(213))/9*(parseInt(n(207))/10)+parseInt(n(214))/11*(parseInt(n(203))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(210)]=e,this[n(205)](),this[n(200)]=!1}[m(205)](){this[m(208)]=!0}[m(219)](t){const n=m,r=this[n(210)][n(209)](t);if(!r)throw new e.CKEditorError(n(215),this);const s=r[n(206)]();this[n(198)][n(194)][n(218)](s)&&this[n(198)][n(197)][n(209)](n(204))[n(211)](r)}}function b(){const t=["_suggestions","discardSuggestion","4400221JqwPga","9DmQNuM","11OHEqGY","track-changes-discard-suggestion-not-found","1849332SzYUHS","61458RAeyEw","canEditAt","execute","model","35dnusgu","807009Ovttjf","plugins","editor","541260JNURHj","_isEnabledBasedOnSelection","17sIYHIx","8UfulEQ","15852348TDHSQp","TrackChangesEditing","refresh","getRanges","3892210XrTomr","isEnabled","get"];return(b=function(){return t})()}function T(t){const e=_;return t[e(321)](((t,n)=>e(342)==t[e(320)]&&e(342)!=n[e(320)]?-1:e(342)!=t[e(320)]&&e(342)==n[e(320)]?1:0))}function _(t,e){const n=k();return(_=function(t,e){return n[t-=315]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(323)];for(;s<t[n(334)];){const a=t[s],c=t[s+1];r||(r=e[n(344)](a)),A(e,a,c)||(o[n(324)](e[n(354)](r,i[n(357)](a)?e[n(335)](a):e[n(317)](a,n(337)))),r=null),s++}return o}function A(t,e,n){const r=_;if(!n)return!1;const s=t[r(335)](e),o=t[r(344)](n);return s[r(330)](o)}function k(){const t=["23492hxrKXs","33970SWGfwY","isCollapsed","change","2020WlohIP","isTouching","content","5076060Ygzfqt","splice","length","createPositionAfter","isIntersecting","end","execute","next","add","isArray","deletion","isInContent","createPositionBefore","883pyreMP","replace","2104zOWjZp","value","3711sUBRBV"," [color ","from","color","start","createRange","4952BkAaXb","getRanges","isObject","map","join","24607561cxTKqX","createPositionAt","isMultiRange","306UGMCXe","type","sort","4686840REcQed","schema","push"];return(k=function(){return t})()}!function(t,e){const n=_,r=t();for(;;)try{if(903299===parseInt(n(345))/1*(-parseInt(n(329))/2)+-parseInt(n(349))/3*(parseInt(n(355))/4)+parseInt(n(322))/5+-parseInt(n(332))/6+parseInt(n(325))/7*(parseInt(n(347))/8)+parseInt(n(319))/9*(parseInt(n(326))/10)+parseInt(n(316))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=_;for(;n[r(334)];){const s=n[r(333)](0,100);t[r(328)]((()=>{const t=r;for(const n of s)n[t(343)]&&e[t(338)](n.id)}))}}const N=L;function R(){const t=["values","108216DgLDqc","3296181HERVRX","some","from","4aWWdjB","2507523oHanue","6748230owBmLt","canEditAt","_suggestions","editor","9DSWffS","refresh","1736712gJJZVY","433406sxzrCN","execute","model","_isEnabledBasedOnSelection","getRanges","isEnabled","1MCfitz","_command","240RZtkKx","isInContent","22598268HUWmFX"];return(R=function(){return t})()}function L(t,e){const n=R();return(L=function(t,e){return n[t-=267]})(t,e)}!function(t,e){const n=L,r=t();for(;;)try{if(445003===parseInt(n(280))/1*(-parseInt(n(274))/2)+-parseInt(n(291))/3*(-parseInt(n(290))/4)+parseInt(n(282))/5*(-parseInt(n(286))/6)+-parseInt(n(287))/7+-parseInt(n(273))/8*(parseInt(n(271))/9)+-parseInt(n(267))/10+parseInt(n(284))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(281)]=e,this[r(269)]=n,this[r(272)](),this[r(277)]=!1}[N(272)](){const t=N,e=Array[t(289)](this[t(269)][t(285)]())[t(288)]((e=>e[t(283)]));this[t(279)]=this[t(281)][t(279)]&&e}[N(275)](){const t=N,e=T(Array[t(289)](this[t(269)][t(285)]()));for(const n of e){const e=n[t(278)]();if(!this[t(270)][t(276)][t(268)](e))return}C(this[t(270)][t(276)],this[t(281)],e)}}const M=v;function v(t,e){const n=w();return(v=function(t,e){return n[t-=411]})(t,e)}function w(){const t=["2194587VPzeUi","getRanges","4YZLINV","11958nJYgCk","document","isEnabled","_command","values","1208KXMMKE","refresh","58554kRJIKA","execute","117lwooBD","1766290PxbgcJ","_selectedSuggestions","size","273NGaOlJ","model","_suggestions","_isEnabledBasedOnSelection","selection","17096oEsIta","canEditAt","editor","22wbMZtj","from","987655ZVVDTi","31820784DAmULO"];return(w=function(){return t})()}!function(t,e){const n=v,r=t();for(;;)try{if(772223===-parseInt(n(427))/1*(parseInt(n(436))/2)+parseInt(n(415))/3+-parseInt(n(417))/4*(parseInt(n(413))/5)+-parseInt(n(418))/6*(parseInt(n(431))/7)+-parseInt(n(423))/8*(parseInt(n(425))/9)+-parseInt(n(428))/10*(parseInt(n(411))/11)+parseInt(n(414))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=v;super(t),this[r(421)]=e,this[r(433)]=n,this[r(429)]=new Set,this[r(424)](),this[r(434)]=!1}[M(424)](){const t=M,e=this[t(438)][t(432)][t(419)][t(435)],n=Array[t(412)](this[t(433)][t(422)]());this[t(429)]=function(t,e){const n=_,r=Array[n(351)](t[n(356)]()),s=new Set;for(const o of e)if(o[n(343)])for(const e of r)for(const r of o[n(356)]())(e[n(336)](r)||t[n(327)]&&!o[n(318)]&&o[n(339)]&&r[n(337)][n(330)](e[n(353)]))&&s[n(340)](o);return s}(e,n),this[t(420)]=this[t(421)][t(420)]&&!!this[t(429)][t(430)]}[M(426)](){const t=M,e=T(Array[t(412)](this[t(429)]));for(const n of e){const e=n[t(416)]();if(!this[t(438)][t(432)][t(437)](e))return}C(this[t(438)][t(432)],this[t(421)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var P=Array.prototype.splice;const B=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():P.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=x(e,t);return n<0?void 0:e[n][1]};const j=function(t){return x(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=x(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const J=X||Z||Function("return this")();const Q=J.Symbol;var Y=Object.prototype,$=Y.hasOwnProperty,tt=Y.toString,et=Q?Q.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Q?Q.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=J["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(J,"Map");const Ct=At(Object,"create");const Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Lt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Lt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Rt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Pt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=Pt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Pt(this,t).get(t)};const jt=function(t){return Pt(this,t).has(t)};const Gt=function(t,e){var n=Pt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=K,Wt.prototype.has=q,Wt.prototype.set=zt;const Kt=Wt;const qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Zt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Jt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Zt(t,e,n)};const Yt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Zt(n,a,c):Qt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?J.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Le=function(t,e){return function(n){return t(e(n))}};const Se=Le(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Re(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):ve(t)};const De=function(t,e){return t&&Yt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var xe=Object.prototype.hasOwnProperty;const Pe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):Pe(t)};const Ue=function(t,e){return t&&Yt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?J.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Je=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return Xe.call(t,e)})))}:qe;const Qe=function(t,e){return Yt(t,Je(t),e)};const Ye=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Le(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ye(e,Je(t)),t=$e(t);return e}:qe;const en=function(t,e){return Yt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ye(r,n(t))};const rn=function(t){return nn(t,Oe,Je)};const sn=function(t){return nn(t,Be,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=J.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Ln=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Q?Q.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Ln(t);case"[object Symbol]":return vn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const Pn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):Pn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Wn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[zn]=Kn["[object WeakMap]"]=!1;const qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:xn(e),!c)return u?en(e,Ue(a,e)):Qe(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Qt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return qn(t,5)};const Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Yn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Zn(t))||(Qn.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Q?Q.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Zn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Yn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Qt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Q?Q.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Lr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Lr:_n(t),u=a?Lr:_n(e),l=(c=c==Rr?Sr:c)==Sr,f=(u=u==Rr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const xr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const Pr=function(t,e){return e.length<2?t:Fr(t,xr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=Pr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=293]})(t,e)}const Gr=jr;function Vr(){const t=["start","_onAttributesChange","end","isIntersecting","subType","nodeAfter","_saved","hasComments","onAttributesChange","@external","removeAttribute","getContainedElement","from","clear","getAllAdjacentSuggestions","push","1149032OKVHGL","commentThread","onAccept","isMultiRange","length","next","size","delete","getFirstRange","reduce","removeMarker","author","add","nodeBefore","previous","112fhGiDH","map","addMarkerName","getMarkerNames","head","markers","59784yVmzpn","removeMarkers","data","decorate","suggestion:","get","set","type","getRange","_markerNames","attributes","_isDataLoaded","getMarkers","_onDiscard","_model","_onAccept","getRanges","isExternal","6GZmJFT","authoredAt","setAttribute","addMarker","onDiscard","accept","8430080fGIjqw","creator","filter","toJSON","getItems","createdAt","1251417hdwSYc","21308823iqXLOI","change","isInContent","addRange","substr","isIntersectingWithRange","3943256uNhCYo","57224WOgcJJ","discard","getFirstMarker","split","getMultiRangeId"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(874215===-parseInt(n(371))/1+-parseInt(n(351))/2*(-parseInt(n(363))/3)+-parseInt(n(370))/4+-parseInt(n(357))/5+-parseInt(n(333))/6*(parseInt(n(327))/7)+parseInt(n(312))/8+parseInt(n(364))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(344)]=!1,this.id=e.id,this[n(340)]=e[n(340)],this[n(300)]=e[n(300)]||null,this[n(323)]=e[n(323)],this[n(358)]=e[n(358)]||e[n(323)],this[n(350)]=Boolean(e[n(343)]&&e[n(343)][n(305)]),this[n(335)]=null,this[n(347)]=t,this[n(348)]=e[n(314)],this[n(346)]=e[n(355)],this[n(297)]=e[n(304)],this[n(342)]=new Set,this[n(362)]=null,this[n(339)](n(352),null),this[n(339)](n(343),e[n(343)]||{}),this[n(339)](n(326),null),this[n(339)](n(317),null),this[n(339)](n(313),null),this[n(339)](n(302),!1),this[n(336)](n(356)),this[n(336)](n(372))}get[Gr(331)](){const t=Gr;let e=this;for(;e[t(326)];)e=e[t(326)];return e}get[Gr(303)](){const t=Gr;return!!this[t(313)]&&this[t(313)][t(316)]>0}get[Gr(315)](){const t=Gr;return 0!=this[t(342)][t(318)]&&6==Array[t(308)](this[t(342)])[0][t(294)](":")[t(316)]}get[Gr(366)](){return null!==this[Gr(293)]()}[Gr(329)](t){const e=Gr;this[e(342)][e(324)](t)}[Gr(330)](){const t=Gr;return Array[t(308)](this[t(342)])}[Gr(345)](){const t=Gr;return this[t(330)]()[t(328)]((e=>this[t(347)][t(332)][t(338)](e)))[t(359)]((t=>t))}[Gr(293)](){return this[Gr(345)]()[0]||null}[Gr(334)](){const t=Gr;this[t(347)][t(365)]((e=>{const n=t;for(const t of this[n(345)]())e[n(322)](t)})),this[t(342)][t(309)]()}[Gr(322)](t){const e=Gr;this[e(347)][e(365)]((n=>{n[e(322)](t)})),this[e(342)][e(319)](t)}[Gr(367)](t){const e=Gr,n=e(337)+this[e(340)]+":"+this[e(300)]+":"+this.id+":"+this[e(358)].id+":"+Hr[e(295)]();this[e(329)](n),this[e(347)][e(365)]((r=>{r[e(354)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(369)](t){const e=Gr;for(const n of this[e(349)]())if(n[e(299)](t))return!0;return!1}[Gr(349)](){const t=Gr;return this[t(345)]()[t(328)]((e=>e[t(341)]()))}[Gr(361)](){const t=Gr;return this[t(349)]()[t(321)](((e,n)=>[...e,...n[t(361)]()]),[])}[Gr(320)](){const t=Gr;var e;return(null===(e=this[t(293)]())||void 0===e?void 0:e[t(341)]())||null}[Gr(307)](){const t=Gr,e=this[t(349)]();if(1!=e[t(316)])return null;const n=e[0],r=n[t(296)][t(301)],s=n[t(298)][t(325)];return r instanceof i.Element?r!=s?null:r:null}[Gr(356)](){const t=Gr;this[t(348)](this[t(349)](),this[t(335)],this[t(343)]),this[t(334)]()}[Gr(372)](){const t=Gr;this[t(346)](this[t(349)](),this[t(335)],this[t(343)]),this[t(334)]()}[Gr(310)](){const t=Gr,e=[];let n=this[t(331)];for(;n;)e[t(311)](n),n=n[t(317)];return e}[Gr(353)](t,e){const n=Gr,r=Xn(this[n(343)]);hr(r,t,e),Or(r,this[n(343)])||(this[n(343)]=r,this[n(297)](r))}[Gr(306)](t){const e=Gr,n=Xn(this[e(343)]);Ur(n,t),Or(n,this[e(343)])||(this[e(343)]=n,this[e(297)](this[e(343)]))}[Gr(360)](){const t=Gr;return{id:this.id,type:this[t(300)]?this[t(340)]+":"+this[t(300)]:this[t(340)],authorId:this[t(358)].id,createdAt:this[t(362)],hasComments:this[t(303)],data:this[t(335)],attributes:this[t(343)]}}static[Gr(295)](){const t=Gr;return(0,e.uid)()[t(368)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Kr(t,e){const n=qr();return(Kr=function(t,e){return n[t-=276]})(t,e)}function qr(){const t=["$textProxy","remove","$1 $2","_handleCustomCallbackDescription","previousSibling","elementStart","*Change to:* %0","_handleAttributeSuggestionDescription","Container","*Merge:* %0","name","_itemLabelsCallbacks","indexOf","getFirstRange","2nUlukg","_schema","data","67552kjwqGM","ELEMENT_SPACE","normal","addFormat","pop","registerAttributeLabel","getItemLabel","get","Object","_customCallbacks","_handleInsertRemoveSuggestionDescription","3592276mAeYLT","nodeAfter","start","registerDescriptionCallback","removeFormat","elementEnd","key","softBreak","label","join","741910DKdgJR","removeObject","isEmpty","$text","removeContainer","subType","2714481IgMJEH","push","function","length","attribute","match","25697760wfATzx","_resolveDescriptionItems","2742cgQTcy","isObject","getWalker","set","isInContent","REPLACE_TEXT","_itemLabels","replace","_addDescriptionItems","end","quantity","registerElementLabel","removeEmptyContainer","addContainer","*Remove format:* %0","isEqual","addObject","getDescriptions","element","*Split:* %0","text","type","*Remove:* %0","item","map","486pNyWYd","insertion","nextSibling","_handleRenameSuggestionDescription","_locale","8365zmErsM","1261183BghhPi","matchingCallback","newValue","add","skip","checkChild","*Set format:* %0","deletion","EmptyContainer","_attributeLabels","has","addEmptyContainer","format","*Insert:* %0"];return(qr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(463784===-parseInt(n(330))/1*(-parseInt(n(306))/2)+parseInt(n(336))/3+parseInt(n(320))/4+parseInt(n(277))/5*(parseInt(n(344))/6)+parseInt(n(278))/7+parseInt(n(309))/8*(-parseInt(n(369))/9)+-parseInt(n(342))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qr);class Xr{constructor(t,e){const n=Kr;this[n(318)]=[],this[n(350)]=new Map,this[n(303)]=[],this[n(287)]=new Map,this[n(307)]=t,this[n(276)]=e}[Wr(361)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(339)];o++){const i=t[o];if(!i[e(348)])continue;const a=this[e(295)](i);if(a){if(null!=i[e(335)]){if(r[e(288)](i[e(335)]))continue;r[e(281)](i[e(335)])}n[e(337)](a)}else if(e(340)!=i[e(365)])e(370)!=i[e(365)]&&e(285)!=i[e(365)]||this[e(319)](n,i,t[o+1]);else{const t=i[e(308)][e(326)];if(s[e(288)](t))continue;s[e(281)](i[e(308)][e(326)]),t==Ic?this[e(372)](n,i):this[e(299)](n,i)}}return this[e(343)](n)}[Wr(323)](t){const e=Wr;this[e(318)][e(337)](t)}[Wr(355)](t,n,r=e.priorities[Wr(311)]){const s=Wr;s(338)==typeof t?(0,e.insertToPriorityArray)(this[s(303)],{matchingCallback:t,label:n,priority:r}):this[s(350)][s(347)](t,n)}[Wr(314)](t,e){const n=Wr;this[n(287)][n(347)](t,e)}[Wr(315)](t,e=1){const n=Wr;let r;for(const e of this[n(303)])if(e[n(279)](t)){r=e[n(328)];break}return r||(r=this[n(350)][n(316)](t[n(302)])),r?r(e):1!==e?e+" "+t[n(302)]+"s":""+t[n(302)]}[Wr(352)](t,e){const n=Wr,r=e[n(305)]()[n(346)](),s=n(370)==e[n(365)]?n(281):n(293);for(const e of r){const o=e[n(367)],i=t[t[n(339)]-1];if(o.is(n(292)))i&&i[n(365)][n(304)](n(300))>-1&&t[n(313)](),i&&n(364)==i[n(365)]?i[s]+=o[n(308)]:t[n(337)]({type:n(364),add:n(281)==s?o[n(308)]:"",remove:n(293)==s?o[n(308)]:""});else if(this[n(307)][n(345)](o)){const a=o;if(i&&i[n(365)][n(304)](n(300))>-1&&t[n(313)](),n(325)==e[n(365)])continue;i&&i[n(365)]==s+n(317)&&i[n(362)][n(302)]==a[n(302)]?i[n(354)]++:t[n(337)]({type:s+n(317),element:a,quantity:1}),r[n(282)]((t=>!(n(325)==t[n(365)]&&t[n(367)]==o)))}else if(this[n(307)][n(283)](o,n(333))||o.is(n(362),n(327))){const r=o;if(n(281)==s&&n(297)==e[n(365)]||n(293)==s&&n(325)==e[n(365)])continue;if(i&&-1==i[n(365)][n(304)](n(300))){n(364)==i[n(365)]&&(i[s]+="\n");continue}let a;if(a=n(281)==s?r[n(371)]&&!this[n(307)][n(345)](r[n(371)])?r[n(371)]:null:r[n(296)]&&!this[n(307)][n(345)](r[n(296)])?r[n(296)]:null,r[n(332)]||a&&a[n(332)]){const e=a&&a[n(332)]?a:r;i&&i[n(365)]==s+n(286)&&i[n(362)][n(302)]==e[n(302)]?i[n(354)]++:t[n(337)]({type:s+n(286),element:e,quantity:1})}else t[n(337)]({type:s+n(300),element:r})}}}[Wr(343)](t){const e=Wr,n=this[e(276)],r=[],s=[],o=[];for(const i of t)switch(i[e(365)]){case e(364):if(i[e(281)]=i[e(281)][e(351)](/(\S)\u000A+(\S)/g,e(294))[e(351)](/\u000A/g,""),i[e(293)]=i[e(293)][e(351)](/(\S)\u000A+(\S)/g,e(294))[e(351)](/\u000A/g,""),""!=i[e(281)]&&""!=i[e(293)]){r[e(337)]({type:e(351),content:zr(n,e(349),['"'+i[e(293)]+'"','"'+i[e(281)]+'"'])});continue}if(null!=i[e(281)][e(341)](/^ +$/)){r[e(337)]({type:e(370),content:zr(n,e(291),zr(n,e(310),i[e(281)][e(339)]))});continue}if(null!=i[e(293)][e(341)](/^ +$/)){r[e(337)]({type:e(285),content:zr(n,e(366),zr(n,e(310),i[e(293)][e(339)]))});continue}if(""!=i[e(281)]){r[e(337)]({type:e(370),content:zr(n,e(291),'"'+i[e(281)]+'"')});continue}r[e(337)]({type:e(285),content:zr(n,e(366),'"'+i[e(293)]+'"')});continue;case e(289):case e(360):r[e(337)]({type:e(370),content:zr(n,e(291),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(356):case e(331):r[e(337)]({type:e(285),content:zr(n,e(366),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(357):r[e(337)]({type:e(370),content:zr(n,e(363),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(334):r[e(337)]({type:e(285),content:zr(n,e(301),this[e(315)](i[e(362)],i[e(354)]))});continue;case e(312):s[e(337)](i[e(326)]);continue;case e(324):o[e(337)](i[e(326)]);continue;default:r[e(337)](i)}if(s[e(339)]){const t=s[e(368)]((t=>this[e(287)][e(288)](t)?this[e(287)][e(316)](t):t))[e(329)](", ");r[e(337)]({type:e(290),content:zr(this[e(276)],e(284),t)})}if(o[e(339)]){const t=o[e(368)]((t=>this[e(287)][e(288)](t)?this[e(287)][e(316)](t):t))[e(329)](", ");r[e(337)]({type:e(290),content:zr(this[e(276)],e(358),t)})}return r}[Wr(295)](t){const e=Wr;for(const n of this[e(318)]){const r=n(t);if(r&&e(365)in r)return r}}[Wr(299)](t,e){const n=Wr,r=e[n(308)],s=void 0===r[n(280)]?n(324):n(312);t[n(337)]({type:s,key:r[n(326)]})}[Wr(372)](t,e){const n=Wr;t[n(337)]({type:n(290),content:zr(this[n(276)],n(298),this[n(315)](e[n(305)]()[n(322)][n(321)],1))})}[Wr(319)](t,e,n){const r=Wr;if(this[r(352)](t,e),n&&n[r(305)]()&&!e[r(305)]()[r(353)][r(359)](n[r(305)]()[r(322)])){const n=t[t[r(339)]-1],s=r(370)==e[r(365)]?r(281):r(293);n&&r(364)==n[r(365)]&&(n[s]+="\n")}}}const Zr=Jr;function Jr(t,e){const n=Qr();return(Jr=function(t,e){return n[t-=469]})(t,e)}function Qr(){const t=["29896HjjgdG","editor","6659640FeMSUq","131bZnpdB","4364290engMxw","plugins","get","108228yNtNLI","showAIAssistant","TrackChangesEditing","482804BkwQIs","afterInit","6axwLaz","1971eQmJlt","enableCommand","1098744lMrHUT","commands","14646HaEJew"];return(Qr=function(){return t})()}!function(t,e){const n=Jr,r=t();for(;;)try{if(509113===-parseInt(n(485))/1*(-parseInt(n(481))/2)+parseInt(n(479))/3+-parseInt(n(471))/4+-parseInt(n(486))/5+-parseInt(n(476))/6*(parseInt(n(474))/7)+-parseInt(n(482))/8*(-parseInt(n(477))/9)+-parseInt(n(484))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qr);class Yr extends t.Plugin{[Zr(475)](){const t=Zr,e=this[t(483)],n=e[t(469)][t(470)](t(473));e[t(480)][t(470)](t(472))&&n[t(478)](t(472))}}const $r=es;function ts(){const t=["value","_registerLegacyDescription","8aVJQLG","plugins","formatBlock","FORMAT_ALIGNMENT","AlignmentEditing","9xGXKix","editor","FORMAT_ALIGN_TO_RIGHT","format","afterInit","*Format:* %0","get","type","1502473YUGIbl","commandParams","21516qzhfgN","commandName","justify","775578mOqmLj","38565NcRyQL","11nihscN","registerDescriptionCallback","FORMAT_ALIGN_TO_CENTER","left","FORMAT_ALIGN_TO_LEFT","alignment","287wJydDX","locale","has","216OmmqGI","156zipdjN","FORMAT_JUSTIFY_TEXT","registerAttributeLabel","center","_enableDefaultAttributesIntegration","720552WSFUWD","TrackChangesEditing","1612270PyBywQ","right","_descriptionFactory"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=281]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(152407===-parseInt(n(292))/1*(parseInt(n(296))/2)+parseInt(n(284))/3+-parseInt(n(301))/4+parseInt(n(285))/5*(-parseInt(n(295))/6)+-parseInt(n(321))/7*(-parseInt(n(308))/8)+parseInt(n(313))/9*(parseInt(n(303))/10)+-parseInt(n(286))/11*(parseInt(n(281))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(317)](){const t=$r,e=this[t(314)],n=e[t(293)];if(!e[t(309)][t(294)](t(312)))return;const r=e[t(309)][t(319)](t(302));r[t(300)](t(291),[],[t(291)]),r[t(305)][t(298)](t(291),zr(n,t(311))),this[t(307)]()}[$r(307)](){const t=$r,e=this[t(314)],n=e[t(293)];e[t(309)][t(319)](t(302))[t(305)][t(287)]((e=>{const r=t;if(r(310)!=e[r(320)])return;const{data:s}=e;if(s&&r(291)==s[r(282)]){const t=s[r(322)][0][r(306)];return{type:r(316),content:zr(n,r(318),function(t){const e=r;switch(t){case e(289):return zr(n,e(290));case e(304):return zr(n,e(315));case e(299):return zr(n,e(288));case e(283):return zr(n,e(297))}}(t))}}}))}}const rs=is;function ss(){const t=["strikethrough","TrackChangesEditing","69499Kaaeoj","ItalicEditing","5CYwuow","has","_enableDefaultAttributesIntegration","toLowerCase","registerAttributeLabel","358251pLvagh","bold","italic","BoldEditing","forceValue","plugins","_descriptionFactory","formatInline","FORMAT_CODE","editor","FORMAT_UNDERLINE","superscript","toUpperCase","format","18420PxjaYY","code","StrikethroughEditing","type","subscript","627788sRHkjG","CodeEditing","afterInit","get","slice","SuperscriptEditing","FORMAT_STRIKETHROUGH","registerDescriptionCallback","_registerLegacyDescription","244034wABbTJ","*Remove format:* %0","underline","commandName","1142582fmkCkB","FORMAT_SUBSCRIPT","locale","SubscriptEditing","FORMAT_BOLD","UnderlineEditing","FORMAT_","commandParams","840400uBcskZ","*Format:* %0","FORMAT_SUPERSCRIPT","FORMAT_ITALIC"];return(ss=function(){return t})()}!function(t,e){const n=is,r=t();for(;;)try{if(162600===parseInt(n(335))/1+-parseInt(n(317))/2+parseInt(n(342))/3+-parseInt(n(308))/4*(-parseInt(n(337))/5)+-parseInt(n(303))/6+-parseInt(n(321))/7+parseInt(n(329))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const os=[rs(345),rs(336),rs(326),rs(309),rs(305),rs(324),rs(313)];function is(t,e){const n=ss();return(is=function(t,e){return n[t-=301]})(t,e)}class as extends t.Plugin{[rs(310)](){const t=rs,e=this[t(351)],n=e[t(347)][t(311)](t(334)),r=e[t(323)];for(const s of os){if(!e[t(347)][t(338)](s))continue;const o=s[t(312)](0,-7)[t(340)](),i=t(327)+o[t(301)]();n[t(339)](o,[o]),n[t(348)][t(341)](o,zr(r,i))}this[t(316)]()}[rs(316)](){const t=rs,e=this[t(351)],n=e[t(323)],r=e[t(347)][t(311)](t(334));function s(e,s){const o=t;r[o(348)][o(315)]((t=>{const r=o;if(r(349)!=t[r(306)])return;const{data:i}=t;return i&&i[r(320)]===e?i[r(328)][0][r(346)]?{type:r(302),content:zr(n,r(330),s)}:{type:r(302),content:zr(n,r(318),s)}:void 0}))}s(t(343),zr(n,t(325))),s(t(344),zr(n,t(332))),s(t(319),zr(n,t(352))),s(t(304),zr(n,t(350))),s(t(333),zr(n,t(314))),s(t(307),zr(n,t(322))),s(t(353),zr(n,t(331)))}}const cs=us;function us(t,e){const n=hs();return(us=function(t,e){return n[t-=221]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(669934===-parseInt(n(264))/1*(-parseInt(n(226))/2)+parseInt(n(263))/3+parseInt(n(221))/4+parseInt(n(250))/5*(-parseInt(n(240))/6)+parseInt(n(256))/7*(-parseInt(n(245))/8)+parseInt(n(229))/9*(-parseInt(n(255))/10)+parseInt(n(235))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hs);class ls extends t.Plugin{[cs(243)](){const t=cs,e=this[t(246)],n=e[t(242)];if(!e[t(258)][t(232)](t(224)))return;const r=e[t(258)][t(254)](t(222)),s=this[t(246)][t(228)][t(254)](t(244));r[t(233)](t(244),((n,o={})=>{const i=t,a=this[i(246)][i(234)][i(225)][i(252)],c=o&&void 0!==o[i(247)]?o[i(247)]:!s[i(230)];let u=[];if(c){const t=Array[i(223)](a[i(248)]())[i(259)]((t=>fs(t)||function(t,e){const n=i,r=e[n(249)](t[n(257)],n(244)),s=e[n(249)]([n(227),n(244)],t);return r&&s}(t,this[i(246)][i(234)][i(241)])));u=y(t,e[i(234)])}else{const t=Array[i(223)](a[i(248)]())[i(259)]((t=>fs(t)));u=y(t,e[i(234)])}e[i(234)][i(265)]((()=>{const t=i;for(const e of u)r[t(238)](e,{commandName:t(244),commandParams:[{forceValue:c}]})}))})),r[t(251)][t(261)]((e=>{const r=t,{data:s}=e;if(s&&r(244)==s[r(237)]){const t=zr(n,r(262));return s[r(253)][0][r(247)]?{type:r(231),content:zr(n,r(260),t)}:{type:r(231),content:zr(n,r(239),t)}}}))}}function fs(t){const e=cs;return e(244)==t[e(257)][e(236)]}function hs(){const t=["get","60WhGpmp","2147481ZxnluG","parent","plugins","filter","*Set format:* %0","registerDescriptionCallback","ELEMENT_BLOCK_QUOTE","3280218SoPXrV","263LVoukp","change","1473028ERNKPI","TrackChangesEditing","from","BlockQuoteEditing","document","2186xdPKaH","$root","commands","1512828XthkTu","value","format","has","enableCommand","model","18842747qSUlys","name","commandName","markBlockFormat","*Remove format:* %0","22146vDynBT","schema","locale","afterInit","blockQuote","16lAIubB","editor","forceValue","getSelectedBlocks","checkChild","1585RdUSGH","_descriptionFactory","selection","commandParams"];return(hs=function(){return t})()}const gs=ps;function ds(){const t=["changeCaseTitle","1ADIOWn","10994018EixpPl","CaseChange","changeCaseLower","2300812DyTSEj","get","changeCaseUpper","editor","TrackChangesEditing","6778284hAxBvX","enableCommand","afterInit","5409546HuPESj","1336980pgBJqJ","754670ifRPYy","has","14837936vOBQji","plugins"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(885336===-parseInt(n(199))/1*(parseInt(n(203))/2)+-parseInt(n(193))/3+-parseInt(n(208))/4+-parseInt(n(194))/5+parseInt(n(211))/6+parseInt(n(200))/7+parseInt(n(196))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(210)](){const t=gs,e=this[t(206)];e[t(197)][t(195)](t(201))&&(e[t(197)][t(204)](t(207))[t(209)](t(205)),e[t(197)][t(204)](t(207))[t(209)](t(202)),e[t(197)][t(204)](t(207))[t(209)](t(198)))}}function Is(t,e){const n=bs();return(Is=function(t,e){return n[t-=343]})(t,e)}const Es=Is;function bs(){const t=["plugins","TrackChangesEditing","88DkOUSB","get","afterInit","901936okaZgf","30fDffKm","commands","10258732HnbSQW","205EAKITC","1293SHLvlw","7919037mTsstT","enableCommand","9613578CvwBqg","7690EuSwQm","27796jzsKeM","editor","1656636tSoPRT","ckbox"];return(bs=function(){return t})()}!function(t,e){const n=Is,r=t();for(;;)try{if(833742===-parseInt(n(355))/1+parseInt(n(352))/2*(-parseInt(n(348))/3)+parseInt(n(353))/4*(parseInt(n(347))/5)+parseInt(n(351))/6+parseInt(n(343))/7*(-parseInt(n(359))/8)+parseInt(n(349))/9+-parseInt(n(344))/10*(-parseInt(n(346))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Es(361)](){const t=Es,e=this[t(354)];e[t(345)][t(360)](t(356))&&e[t(357)][t(360)](t(358))[t(350)](t(356))}}const _s=ks;function ys(){const t=["checkChild","5726tAuLrv","languages","markBlockFormat","type","schema","change","config","model","selection","label","blockName","ELEMENT_CODE_BLOCK","name","indentCodeBlock","plugins","552492MKsaji","TrackChangesEditing","find","commandName","editor","CodeBlock","language","55604GRwSpE","format","628280JrkwYQ","outdentCodeBlock","forceValue","129066LaxlZq","102kYAOlO","formatBlock","toLowerCase","afterInit","from","*Remove format:* %0","rootElement","getSelectedBlocks","parent","value","filter","locale","603680ThQuBo","has","152318FADkcM","commands","registerDescriptionCallback","2lPIYDZ","document","get","codeBlock","commandParams","isLimit","registerElementLabel","enableCommand","_descriptionFactory","*Set format:* %0"];return(ys=function(){return t})()}!function(t,e){const n=ks,r=t();for(;;)try{if(100676===-parseInt(n(421))/1*(-parseInt(n(418))/2)+-parseInt(n(403))/3+-parseInt(n(398))/4+-parseInt(n(416))/5+parseInt(n(404))/6*(-parseInt(n(432))/7)+parseInt(n(400))/8+parseInt(n(391))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class As extends t.Plugin{[_s(407)](){const t=_s,e=this[t(395)];if(!e[t(390)][t(417)](t(396)))return;const n=e[t(390)][t(423)](t(392)),r=e[t(415)],s=e[t(438)][t(423)](t(424))[t(433)],o=e[t(419)][t(423)](t(424));n[t(428)](t(389)),n[t(428)](t(401)),n[t(428)](t(424),((r,i={})=>{const a=t,c=e[a(439)],u=e[a(439)][a(422)][a(384)],l=i&&void 0!==i[a(402)]?i[a(402)]:!o[a(413)];let f;i[a(397)]||(i[a(397)]=s[0][a(397)]),f=l?Array[a(408)](u[a(411)]())[a(414)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(410))&&!e[n(426)](t)&&e[n(431)](t[n(412)],n(424))}(t,c[a(436)]))):Array[a(408)](u[a(411)]())[a(414)]((t=>Cs(t)));const h=y(f,c);c[a(437)]((()=>{const t=a;for(const e of h)n[t(434)](e,{commandName:t(424),commandParams:[{...i,forceValue:l}],formatGroupId:t(386)})}))})),n[t(429)][t(427)](t(424),(e=>zr(r,t(387),e))),n[t(429)][t(420)]((e=>{const n=t;if(n(405)!=e[n(435)])return;const o=r.t,{data:i}=e;if(!i||n(424)!=i[n(394)])return;const a=i[n(425)][0][n(397)],c=o(s[n(393)]((t=>t[n(397)]===a))[n(385)])[n(406)]();return i[n(425)][0][n(402)]?{type:n(399),content:zr(r,n(430),zr(r,n(387),1)+" ("+c+")")}:{type:n(399),content:zr(r,n(409),zr(r,n(387),1))}}))}}function ks(t,e){const n=ys();return(ks=function(t,e){return n[t-=384]})(t,e)}function Cs(t){const e=_s;return e(424)==t[e(388)]}function Ns(t,e){const n=Ls();return(Ns=function(t,e){return n[t-=297]})(t,e)}const Rs=Ns;function Ls(){const t=["2012552nmHtJa","enableCommand","1948200CiwCEm","10jHUVCr","108361CydSxa","editor","74364ydygBD","plugins","get","39rIaedt","9ntymXD","has","TrackChangesEditing","135004JHAMYB","54gBgesM","3714809qLLvaP","afterInit","addCommentThread","1408jiiatv","236905vElypZ","CommentsEditing"];return(Ls=function(){return t})()}!function(t,e){const n=Ns,r=t();for(;;)try{if(363295===parseInt(n(312))/1*(-parseInt(n(311))/2)+parseInt(n(317))/3*(-parseInt(n(300))/4)+-parseInt(n(306))/5*(parseInt(n(301))/6)+parseInt(n(302))/7+parseInt(n(308))/8*(parseInt(n(297))/9)+parseInt(n(310))/10+-parseInt(n(305))/11*(-parseInt(n(314))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ss extends t.Plugin{[Rs(303)](){const t=Rs,e=this[t(313)];e[t(315)][t(298)](t(307))&&e[t(315)][t(316)](t(299))[t(309)](t(304))}}var Ms=n(834);function vs(t,e){const n=Os();return(vs=function(t,e){return n[t-=449]})(t,e)}function ws(t,e,n){const r=vs,s=[];for(const o of e[r(498)]())o[r(491)](t)&&s[r(503)](n[r(488)](o));return s}function Os(){const t=["consumable","markerName","parent","36HJtKus","activeMarkers","toViewPosition","2578TbNHlf","bindElementToMarker","plugins","listIndent","getAttribute","33xPlKII","start","addHighlight","previousPosition","model","isBlock","893210PiHaQe","getWalker","isAtEnd","254VzMSgG","nextSibling","addClass","196FYBCUX","get","4646322OfbZFM","TrackChangesEditing","mapper","markerRange","createRangeOn","schema","span","hasAttribute","getCustomProperty","includes","writer","insert","149608SlKWXN","elementEnd","getItems","isContent","2744268MqBQFe","5ikaEmA","test","push","24696AuvSus","toViewElement","element","ck-suggestion-marker-","item","createUIElement","type","ck-suggestion-marker--active","listItem","isLimit","9113844yPdGZb","name"];return(Os=function(){return t})()}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=vs,s=t[r(467)][r(483)](r(485));return(o,i,a)=>{const c=r;if(!a[c(459)][c(502)](i[c(487)],o[c(458)]))return;const u=i[c(487)][c(477)](),l=i[c(487)][c(471)],f=t[c(474)][c(489)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(451)];d=d||f[c(499)](e);const n=a[c(486)][c(505)](e);if(n&&n[c(492)](c(472)))return;c(497)==t[c(453)]&&f[c(475)](e)&&!f[c(456)](e)&&(e[c(480)]||l[c(478)]?h&&h[c(461)]==e||(h=e,m(t[c(473)]),p=!0):g=g||t[c(473)])}function m(t){const r=c,o=a[r(494)][r(452)](r(490),{class:r(450)+e}),u=a[r(486)][r(464)](t);n&&s[r(463)][r(493)](i[r(460)])&&a[r(494)][r(481)](r(454),o),a[r(494)][r(495)](u,o),a[r(486)][r(466)](o,i[r(460)])}d||p||!g||m(g)}}!function(t,e){const n=vs,r=t();for(;;)try{if(344302===-parseInt(n(465))/1*(-parseInt(n(479))/2)+-parseInt(n(462))/3*(parseInt(n(504))/4)+-parseInt(n(501))/5*(parseInt(n(500))/6)+-parseInt(n(482))/7*(-parseInt(n(496))/8)+parseInt(n(484))/9+parseInt(n(476))/10*(parseInt(n(470))/11)+-parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Os);const Fs=Ps;function xs(){const t=["enableCommand","enqueueChange","44EIevHU","merge","getFirstRange","TrackChangesEditing","options","11SHOyag","end","unlock","setSelection","commands","lock","createSelection","unit","editor","rootName","batch","plugins","writer","delete","bind","root","init","14251608pilYrZ","10tgUfWR","modifySelection","showSuggestionHighlights","2181426fMlqQY","192lyALbJ","$graveyard","fromRange","buffer","mapper","high","selection","get","16855632ugLpHE","markerName","uiElement","markerNameToElements","createRange","data","11dXGkal","removeMarker:suggestion:deletion","model","519799hcZVaW","detach","downcastDispatcher","editing","forward","remove","start","addMarker:suggestion:deletion","408378GKjXNR","2287720FNEYER","58022kmxRKc","requires","document","deleteForward","isCollapsed","unbindElementFromMarkerName"];return(xs=function(){return t})()}function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=257]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(928199===parseInt(n(276))/1*(-parseInt(n(263))/2)+parseInt(n(261))/3*(parseInt(n(271))/4)+-parseInt(n(294))/5*(-parseInt(n(297))/6)+parseInt(n(315))/7*(parseInt(n(298))/8)+-parseInt(n(293))/9+parseInt(n(262))/10+-parseInt(n(312))/11*(parseInt(n(306))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Fs(264)](){return[Ms.Delete]}[Fs(292)](){const t=Fs,e=this[t(284)],n=e[t(287)][t(305)](t(274));n[t(269)](t(289));const r=e[t(280)][t(305)](t(266));n[t(269)](t(266),((n,s={})=>{const o=t,a=e[o(314)][o(282)](e[o(314)][o(265)][o(304)]);a[o(267)]&&e[o(314)][o(295)](a,{direction:o(257),unit:s[o(283)]});const c=a[o(273)](),u=i.LiveRange[o(300)](c);let l;n(s),l=o(299)==u[o(291)][o(285)]?e[o(314)][o(310)](c[o(259)]):e[o(314)][o(310)](u[o(259)],u[o(277)]),u[o(316)](),e[o(314)][o(270)](r[o(301)][o(286)],(t=>{const e=o;r[e(301)][e(281)](),t[e(279)](t[e(310)](l[e(277)])),r[e(301)][e(278)]()}))})),e[t(318)][t(317)].on(t(260),Ds(e,t(272)),{priority:t(303)}),e[t(311)][t(317)].on(t(260),((n,r,s)=>{const o=t;s[o(275)][o(296)]&&Ds(e,o(272),{showActiveMarker:!1})[o(290)](this)(n,r,s)}),{priority:t(303)}),e[t(318)][t(317)].on(t(313),((e,n,r)=>{const s=t,o=r[s(302)][s(309)](n[s(307)]);if(o)for(const t of o)t.is(s(308))&&(r[s(302)][s(268)](t,n[s(307)]),r[s(288)][s(258)](t))}),{priority:t(303)})}}const Us=Gs;function js(){const t=["includes","meta","_supportLegacySuggestions","editor","start","isObject","every","3304953zbwWxf","multipleBlocks","*Remove format:* %0","config","batch","commands","registerDescriptionCallback","FORMAT_INDENT","*Set format:* %0","next","detach","12687927sraqfu","fromRange","3863202fOqXzG","listStyle","getFirstRange","ListEditing","getRanges","deletion","numberedList","isUndo","accept","default","listStart","createPositionAt","commandParams","checkTodoList","*Format:* remove from %0","*Format:* insert into %0","listReversed","setSelection","listType","end","mergeListItemForward","model","registerPostFixer","list.multiBlock","locale","getSuggestions","12993470NNLewm","ELEMENT_LIST_ITEM","registerCustomCallback","*Split:* list item","todo","attributeKey","ELEMENT_","removeMarker","ELEMENT_TODO_LIST","newValue","attributes","groupId","listItemIdFixer","toUpperCase","_getAttributeKey","ELEMENT_NUMBERED_LIST","formatBlock","_suggestionFactory","*Check item*","numbered","1925120rEurQE","todoList","differ","TrackChangesEditing","bulleted","*Change to:* %0","24UxCHYp","find","getFirstMarker","_registerLegacyDescription","noTrackChangesFixer","isNextTo","plugins","TodoListEditing","setAttribute","288556ActSaZ","change","from","listItemId","getChanges","nextSibling","getAttribute","length","assureChains","*Merge:* list item","1376298pVleWy","selection","*Merge:* %0","filter","documentList","*Indent:* %0","splitListItemAfter","refresh","3OmxJhi","oldValue","125ksxwdY","get","suggestion","indentList","mergeListItemBackward","isLocal","containsItem","createRange","schema","map","trackChangesCommand","_findSuggestions","type","registerElementLabel","push","parent","execute","*Outdent:* %0","todoListChecked","commandName","attribute","todoListCheck","_descriptionFactory","has","outdentList","bulletedList","nodeAfter","splitListItemBefore","_LIST","afterInit","head","value","forceValue","format","listIndent","_enableDefaultAttributesIntegration","*Uncheck item*","registerAttributeLabel","document","key","range","data","previousSibling","ELEMENT_BULLETED_LIST"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=166]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(979174===parseInt(n(269))/1+parseInt(n(223))/2*(-parseInt(n(302))/3)+parseInt(n(284))/4*(parseInt(n(304))/5)+-parseInt(n(294))/6+parseInt(n(221))/7+-parseInt(n(275))/8*(parseInt(n(210))/9)+-parseInt(n(249))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(188)](){const t=Us,e=this[t(206)];if(!e[t(281)][t(182)](t(226)))return;const n=e[t(247)],r=e[t(281)][t(305)](t(272)),s=e[t(281)][t(182)](t(282)),o=!!e[t(213)][t(305)](t(246));function i(e){const r=t;return{type:r(192),content:""+zr(n,r(218),e)}}function a(e){const r=t;return{type:r(192),content:""+zr(n,r(212),e)}}r[t(194)](t(229),[],[t(287),t(241),t(193)]),r[t(194)](t(184)),r[t(194)](t(307)),r[t(194)](t(183)),r[t(194)](t(300)),r[t(194)](t(186)),o&&(r[t(194)](t(308)),r[t(194)](t(243))),s&&(r[t(194)](t(270)),r[t(194)](t(236),[],[t(177)]),r[t(181)][t(216)]((e=>{const r=t,{data:s}=e;if(s&&r(177)==s[r(198)])return{type:r(192),content:s[r(258)]?zr(n,r(267)):zr(n,r(195))}})),this[t(206)][t(244)][t(197)][t(245)]((e=>{const n=t;if(e[n(214)][n(230)])return!1;let s=!1;const o=r[n(248)]({skipNotAttached:!0})[n(297)]((t=>n(177)===r[n(263)](t)));for(const t of o)n(253)!=t[n(225)]()[n(207)][n(185)][n(290)](n(241))&&(r[n(170)](t[n(225)](),n(179))[n(276)]((t=>n(241)===r[n(263)](t[n(306)])))||(e[n(256)](t[n(277)]()),s=!0));return s}))),r[t(181)][t(196)](t(193),zr(n,t(217)));const c={type:t(192),content:""};r[t(181)][t(216)]((e=>{const r=t,{data:s}=e;if(!s||r(241)!=s[r(198)])return;let u=e[r(189)];for(;u;){if(u[r(200)]&&(r(224)==u[r(200)][r(198)]&&(u[r(200)][r(258)]&&r(232)!=u[r(200)][r(258)]||r(232)!=u[r(200)][r(303)]&&!s[r(258)])||!o&&u[r(200)][r(198)]==Ic))return c;u=u[r(219)]}if(null==s[r(258)])switch(s[r(303)]){case r(273):return a(zr(n,r(202)));case r(268):return a(zr(n,r(264)));case r(253):return a(zr(n,r(257)))}switch(s[r(258)]){case r(273):return i(zr(n,r(202)));case r(268):return i(zr(n,r(264)));case r(253):return i(zr(n,r(257)))}})),r[t(181)][t(216)]((e=>{const n=t,{data:r}=e;if(r&&n(193)==r[n(198)])return null==r[n(258)]||null==r[n(303)]&&0==r[n(258)]?c:void 0})),r[t(181)][t(216)]((e=>{const r=t;if(r(179)!=e[r(171)])return;const{data:s}=e;if(!s||r(287)!=s[r(198)])return;const o=Hs(e);return o?r(258)==o?{type:r(192),content:zr(n,r(293))}:r(303)==o?{type:r(192),content:zr(n,r(252))}:c:c})),e[t(244)][t(197)][t(245)]((e=>this[t(261)](e))),e[t(244)][t(197)][t(245)]((e=>this[t(279)](e))),e[t(244)][t(197)][t(245)]((e=>this[t(292)](e))),this[t(205)]()}[Us(261)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;let n=!1;const r=this[e(206)][e(281)][e(305)](e(272))[e(248)]({skipNotAttached:!0})[e(297)]((t=>t[e(200)]&&e(287)==t[e(200)][e(198)]))[e(297)]((t=>t[e(200)][e(258)]&&t[e(200)][e(303)]));for(const s of r)Hs(s)||(t[e(256)](s[e(277)]()),n=!0);return n}[Us(279)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;const n=this[e(206)][e(281)][e(305)](e(272));if(n[e(169)][e(190)])return!1;let r=!1;const s=[e(241),e(224),e(287),e(193),e(233),e(239),e(180)],o=this[e(206)][e(244)][e(197)][e(271)][e(288)]()[e(297)]((t=>e(179)==t[e(171)]))[e(297)]((t=>s[e(203)](t[e(254)])));if(0==o[e(291)])return r;for(const i of o){const o=n[e(170)](i[e(199)],e(179))[e(297)]((t=>!t[e(204)][e(280)]))[e(168)]((t=>t[e(306)]))[e(297)]((t=>{const r=e,o=n[r(263)](t);return s[r(203)](o)}));if(o[e(291)]){for(const n of o)t[e(256)](n[e(277)]());r=!0}}return r}[Us(292)](t){const e=Us;if(t[e(214)][e(230)]||!t[e(214)][e(309)])return!1;const n=this[e(206)][e(281)][e(305)](e(272));let r=!1;const s=[e(241),e(224),e(287),e(193),e(233),e(239),e(180)];for(const t of n[e(248)]({skipNotAttached:!0})){const o=n[e(170)](t[e(225)](),e(179))[e(168)]((t=>t[e(306)]))[e(297)]((t=>t[e(200)]&&s[e(203)](t[e(200)][e(198)])));if(!o[e(291)])continue;const a=o[0][e(189)][e(259)][e(260)];if(!o[e(209)]((t=>t[e(259)][e(260)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(248)]({skipNotAttached:!0})[s(297)]((e=>s(179)==e[s(171)]&&e[s(259)][s(260)]==t)))e[s(283)](s(260),r)}function i(t,n){const r=e;let s=t[r(189)],i=!1;for(;s;)s[r(259)][r(260)]!=n&&(o(s[r(259)][r(260)],n),s[r(283)](r(260),n),i=!0),s=s[r(219)];return i}}[Us(205)](){const t=Us,e=this[t(206)],n=e[t(247)],r=e[t(281)][t(305)](t(272));this[t(278)](),r[t(266)][t(251)](t(265),t(298),t(231),(function(n,r){const s=t,o=[];for(let t of n)t[s(207)][s(185)]===t[s(242)][s(174)]&&(t=e[s(244)][s(166)](e[s(244)][s(234)](t[s(207)][s(185)],0))),o[s(173)](t);e[s(244)][s(285)]((t=>{const n=s,a=e[n(244)][n(197)][n(295)],c=Array[n(286)](a[n(227)]())[n(168)]((t=>i.LiveRange[n(222)](t)));t[n(240)](o),e[n(215)][n(305)](r[n(178)])[n(301)](),r[n(235)][n(173)]({forceDefaultExecution:!0}),e[n(175)](r[n(178)],...r[n(235)]),t[n(240)](c);for(const t of c)t[n(220)]()}))})),r[t(181)][t(172)]((function(n){const r=t,s=!e[r(244)][r(167)][r(208)](n),o=n[r(201)],i=n[r(289)],a=n[r(290)](r(287)),c=!o||o[r(290)](r(287))!==a,u=!i||i[r(290)](r(287))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(250),e)))}[Us(278)](){const t=Us,e=this[t(206)],n=e[t(247)];function r(n){const r=t,s=e[r(215)][r(305)](r(184))[r(190)],o=e[r(215)][r(305)](r(229))[r(190)];return r(229)===n?s:o}e[t(281)][t(305)](t(272))[t(181)][t(216)]((function(s){const o=t;if(o(265)!=s[o(171)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(178)]){case o(184):u=i[o(235)][0][o(191)],l=r(i[o(178)]),a=o(u?238:237),!l&&e[o(213)][o(305)](o(246))||(a=o(274)),c={type:o(192),content:zr(n,a,zr(n,o(202)))};break;case o(229):u=i[o(235)][0][o(191)],l=r(i[o(178)]),a=o(u?238:237),!l&&e[o(213)][o(305)](o(246))||(a=o(274)),c={type:o(192),content:zr(n,a,zr(n,o(264)))};break;case o(307):a=o(299),c={type:o(192),content:zr(n,a,zr(n,o(250)))};break;case o(183):a=function(t){const e=o,n=t[e(225)]();let r=n[e(207)][e(185)];for(;r&&n[e(310)](r);){if(r[e(290)](e(193))>0)return!1;r=r[e(289)]}return!0}(s)?zr(n,o(237),zr(n,function(t){const e=o;return e(255)+t[e(225)]()[e(207)][e(185)][e(290)](e(241))[e(262)]()+e(187)}(s))):zr(n,o(176),zr(n,o(250))),c={type:o(192),content:a};break;case o(308):case o(243):!1===i[o(211)]&&(a=o(296),c={type:o(228),content:zr(n,a,zr(n,o(250)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(225)]()[e(207)][e(185)][e(201)];for(;n;){const r=n[e(290)](e(287));if(!r)return!1;if(r==t[e(200)][e(258)])return e(258);if(r==t[e(200)][e(303)])return e(303);n=n[e(201)]}return!1}function zs(){const t=["getFirstMarker","commandName","commandParams","3upytUn","format","711234EMNTmK","attribute","removeMarker","square","942100jtQrmC","handleDescriptions","upper-roman","locale","registerAttributeLabel","lower-roman","type","bind","newValue","find","filter","model","_registerLegacyDescription","62pcLxaL","*Remove format:* %0","registerDescriptionCallback","bulleted","listStyle","ELEMENT_","listType","default","styles","FORMAT_LIST_REVERSED","getAttribute","TrackChangesEditing","numbered","getFirstRange","5PdyKqJ","_descriptionFactory","replace","_LIST_","decimal","oldValue","circle","_findSuggestions","*Format:* set order to reversed","toUpperCase","_LIST_DEFAULT","reversed","editor","upper-latin","batch","data","list.properties","isUndo","263130qczKuW","disc","*Change to:* %0","getSuggestions","listReversed","13YlxFjq","FORMAT_LIST_START","512939upQSXh","suggestion","*Format:* set start index to %0","ListPropertiesEditing","config","*Set format:* %0","decimal-leading-zero","key","_enableDefaultAttributesIntegration","has","594836xkeIkr","get","lower-latin","startIndex","2154468eehhce","_getTranslationKeyForListStyle","_getAttributeKey","plugins","30IArFtn","head","afterInit","includes","8DiWZMG","listStart","registerPostFixer","document","next","start","4899dOiBNF","formatBlock","*Format:* set order to regular","nodeAfter"];return(zs=function(){return t})()}const Ws=Ks;function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=135]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(145091===parseInt(n(145))/1*(parseInt(n(171))/2)+-parseInt(n(152))/3*(parseInt(n(158))/4)+parseInt(n(185))/5*(parseInt(n(203))/6)+-parseInt(n(210))/7*(-parseInt(n(139))/8)+parseInt(n(154))/9*(parseInt(n(135))/10)+parseInt(n(220))/11+-parseInt(n(224))/12*(parseInt(n(208))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class qs extends t.Plugin{[Ws(137)](){const t=Ws;if(!this[t(197)][t(227)][t(219)](t(213)))return;const e=this[t(197)][t(214)][t(221)](t(201)),n=this[t(197)][t(227)][t(221)](t(182));e[t(179)]&&n[t(218)](t(175),[],[t(175)]),e[t(196)]&&n[t(218)](t(207),[],[t(207)]),e[t(223)]&&n[t(218)](t(140),[],[t(140)]);const r={type:t(153),content:""};n[t(186)][t(173)](this[t(159)][t(165)](this));const s=this[t(197)][t(161)];n[t(186)][t(162)](t(207),zr(s,t(180))),n[t(186)][t(173)]((e=>{const n=t,{data:s}=e;if(s&&n(207)==s[n(217)])return null==s[n(166)]||0==s[n(166)]&&null==s[n(190)]?r:void 0})),n[t(186)][t(162)](t(140),zr(s,t(209))),n[t(186)][t(173)]((e=>{const n=t,{data:s}=e;if(s&&n(140)==s[n(217)])return null==s[n(166)]||1==s[n(166)]&&null==s[n(190)]?r:void 0})),this[t(197)][t(169)][t(142)][t(141)]((e=>{const r=t;if(e[r(199)][r(202)])return!1;let s=!1;const o=n[r(206)]({skipNotAttached:!0})[r(168)]((t=>{const e=r,s=n[e(226)](t);return e(140)==s||e(207)==s}));for(const t of o)r(183)!=t[r(184)]()[r(144)][r(148)][r(181)](r(177))&&(n[r(192)](t[r(184)](),r(155))[r(167)]((t=>r(177)==n[r(226)](t[r(211)])))||(e[r(156)](t[r(149)]()),s=!0));return s})),this[t(170)]()}[Ws(159)](t){const e=Ws,n=this[e(197)][e(161)],{data:r}=t,s={type:e(153),content:""};if(!r||e(175)!=r[e(217)])return;if(!r[e(190)])return e(178)==r[e(166)]?s:{type:e(153),content:""+zr(n,e(215),zr(n,this[e(225)](r[e(166)])))};if(!r[e(166)]){if(e(178)==r[e(190)])return s;let o=t[e(136)];for(;o;){if(o[e(200)]&&e(177)==o[e(200)][e(217)]&&o[e(200)][e(166)])return s;o=o[e(143)]}return{type:e(153),content:""+zr(n,e(172),zr(n,this[e(225)](r[e(190)])))}}if(e(178)!=r[e(166)])return{type:e(153),content:""+zr(n,e(215),zr(n,this[e(225)](r[e(166)])))};let o=t[e(136)];for(;o;){if(o[e(200)]&&e(177)==o[e(200)][e(217)]&&o[e(200)][e(166)]&&o[e(200)][e(190)])return s;o=o[e(143)]}const i=t[e(184)]()[e(144)][e(148)][e(181)](e(177));return{type:e(153),content:zr(n,e(215),zr(n,e(176)+i[e(194)]()+e(195)))}}[Ws(170)](){const t=Ws,e=this[t(197)],n=e[t(161)];e[t(227)][t(221)](t(182))[t(186)][t(173)]((e=>{const r=t;if(r(146)!=e[r(164)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(150)]){case r(175):o=r(205),i={type:r(153),content:zr(n,o,zr(n,this[r(225)](s[r(151)][0][r(164)])))};break;case r(207):o=s[r(151)][0][r(196)]?r(193):r(147),i={type:r(153),content:zr(n,o)};break;case r(140):o=r(212),i={type:r(153),content:zr(n,o,s[r(151)][0][r(223)])}}return i}))}[Ws(225)](t){const e=Ws;return e(176)+function(t){const n=e;return Xs[n(138)](t)?n(174):Zs[n(138)](t)?n(183):null}(t)[e(194)]()+e(188)+t[e(194)]()[e(187)](/-/g,"_")}}const Xs=[Ws(204),Ws(191),Ws(157)],Zs=[Ws(189),Ws(216),Ws(163),Ws(160),Ws(222),Ws(198)];var Js=n(507);const Qs=$s;function Ys(){const t=["markerName","split","nextSibling","getFirstRange","document","setSelection","markInsertion","markerNameToElements","remove","createPositionAt","1133556kGapSW","parent","selection","21195190wwMbin","fromRange","model","enterBlock","change","afterExecute","editor","458558ZorKBd","463784inJVmC","data","init","addMarker:suggestion:insertion","createRange","36369oIVfqt","3tnXNHO","getFirstPosition","plugins","editing","25gFAixb","enter","downcastDispatcher","mapper","hasClass","11TWyasY","commands","get","3087856airCCH","bind","fire","options","end","requires","removeMarker:suggestion:insertion","high","unbindElementFromMarkerName","TrackChangesEditing","enableCommand","showSuggestionHighlights","539202kXAODt","49fVtyRe","writer","detach","ck-suggestion-marker-split"];return(Ys=function(){return t})()}function $s(t,e){const n=Ys();return($s=function(t,e){return n[t-=243]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(715197===-parseInt(n(264))/1+-parseInt(n(263))/2*(-parseInt(n(270))/3)+-parseInt(n(253))/4*(parseInt(n(274))/5)+parseInt(n(294))/6*(parseInt(n(295))/7)+-parseInt(n(282))/8+parseInt(n(269))/9+parseInt(n(256))/10*(parseInt(n(279))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ys);class to extends t.Plugin{static get[Qs(287)](){return[Js.Enter]}[Qs(266)](){const t=Qs,e=this[t(262)],n=e[t(272)][t(281)](t(291)),r=e[t(280)][t(281)](t(275));n[t(292)](t(275),(()=>{const s=t;e[s(258)][s(260)]((t=>{const o=s,a=e[o(258)][o(247)][o(255)],c=a[o(271)](),u=i.LiveRange[o(257)](a[o(246)]());if(r[o(259)](t)){const r=e[o(258)][o(252)](c[o(254)][o(245)],0),s=t[o(268)](c,r);n[o(249)](s)}else t[o(248)](t[o(268)](u[o(286)]));u[o(297)](),r[o(284)](o(261),{writer:t})}))})),e[t(273)][t(276)].on(t(267),Ds(e,t(244)),{priority:t(289)}),e[t(273)][t(276)].on(t(288),((e,n,r)=>{const s=t,o=r[s(277)][s(250)](n[s(243)]);if(o)for(const t of o)t[s(278)](s(298))&&(r[s(277)][s(290)](t,n[s(243)]),r[s(296)][s(251)](t))}),{priority:t(289)}),e[t(265)][t(276)].on(t(267),((n,r,s)=>{const o=t;s[o(285)][o(293)]&&Ds(e,o(244),{showActiveMarker:!1})[o(283)](this)(n,r,s)}),{priority:t(289)})}}const eo=no;function no(t,e){const n=so();return(no=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=no,r=t();for(;;)try{if(350243===parseInt(n(201))/1*(parseInt(n(193))/2)+parseInt(n(186))/3+-parseInt(n(175))/4*(parseInt(n(202))/5)+-parseInt(n(174))/6+parseInt(n(182))/7+-parseInt(n(189))/8*(-parseInt(n(177))/9)+-parseInt(n(185))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(so);class ro extends t.Plugin{[eo(184)](){const t=eo;if(!this[t(188)][t(205)][t(210)](t(187)))return;const e=this[t(188)][t(205)][t(197)](t(178));e[t(190)](t(204),this[t(181)][t(183)](this)),e[t(190)](t(194)),e[t(190)](t(209)),e[t(190)](t(203)),e[t(190)](t(213))}[eo(181)](t,e,n={}){const r=eo,s=this[r(188)][r(205)][r(197)](r(200));return t((t=>(r(198)==typeof e?s[r(211)](e,n):e)(t)[r(206)]((e=>!1===this[r(173)](e,t[r(212)])))),n)}[eo(173)](t,e){const n=eo,r=this[n(188)][n(179)][n(192)](this[n(188)][n(179)][n(196)](e,t[n(176)]),this[n(188)][n(179)][n(196)](e,t[n(199)]));for(const t of this[n(188)][n(179)][n(207)][n(208)](n(180)))if(null!==r[n(195)](t[n(191)]()))return!0;return!1}}function so(){const t=["392NOnZDP","5AqRwMq","replace","find","plugins","filter","markers","getMarkersGroup","findPrevious","has","findByTextCallback","item","replaceAll","_isInDeletionRange","3057234oyUyfq","819916qtkZpX","start","2620215SWutmW","TrackChangesEditing","model","suggestion:deletion","handleFindCommand","612836cnsxMQ","bind","afterInit","111430nSghdz","215130lXsBCZ","FindAndReplaceEditing","editor","16DBOwdl","enableCommand","getRange","createRange","1706dwIKBy","findNext","getIntersection","createPositionAt","get","string","end","FindAndReplaceUtils"];return(so=function(){return t})()}function oo(t,e){const n=co();return(oo=function(t,e){return n[t-=178]})(t,e)}const io=oo;!function(t,e){const n=oo,r=t();for(;;)try{if(295198===-parseInt(n(178))/1+-parseInt(n(186))/2+parseInt(n(199))/3*(parseInt(n(209))/4)+-parseInt(n(184))/5*(parseInt(n(200))/6)+-parseInt(n(215))/7+parseInt(n(198))/8+parseInt(n(181))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(co);const ao=[{pluginName:io(206),commandName:io(228)},{pluginName:io(232),commandName:io(190)},{pluginName:io(229),commandName:io(193)},{pluginName:io(196),commandName:io(226)}];function co(){const t=["4132DpPrkM","_enableDefaultAttributesIntegration","find","formatInline","editor","*Reset font color*","2576707gaWoqP","toLowerCase","format","*Set font color:* %0","*Set font family:* %0","commandParams","*Reset font family*","afterInit","*Reset font background color*","FORMAT_FONT_FAMILY","FORMAT_FONT_COLOR","fontBackgroundColor","model","fontSize","FontColorEditing","normalizeSizeOptions","*Set font size:* %0","FontFamilyEditing","fontBackgroundColor.colors","FORMAT_FONT_BACKGROUND","type","fontColor.colors","281290KgDPzm","_registerLegacyDescription","*Reset font size*","9081459ehllyC","trim","FontSize","942695ESOVFO","get","84368NcdYsw","has","FORMAT_FONT_SIZE","plugins","fontFamily","commandName","registerAttributeLabel","fontColor","value","locale","FontBackgroundColorEditing","_descriptionFactory","2941832gIsUyz","510etfZvD","18teolmz","*Set font background color:* %0","config","registerDescriptionCallback","title","label","FontSizeEditing","fontSize.options","TrackChangesEditing"];return(co=function(){return t})()}class uo extends t.Plugin{[io(222)](){const t=io,e=this[t(213)][t(195)],n=this[t(213)][t(189)][t(185)](t(208));for(const{pluginName:e,commandName:r}of ao)this[t(213)][t(189)][t(187)](e)&&n[t(210)](r,[r]);e.t,n[t(197)][t(192)](t(228),zr(e,t(188))),n[t(197)][t(192)](t(190),zr(e,t(224))),n[t(197)][t(192)](t(193),zr(e,t(225))),n[t(197)][t(192)](t(226),zr(e,t(234))),this[t(179)]()}[io(179)](){const t=io,e=this[t(213)],n=e[t(195)];e[t(189)][t(185)](t(208))[t(197)][t(203)]((e=>{const r=t,o=n.t;if(r(212)!=e[r(235)])return;const{data:i}=e;if(null!=i){if(r(228)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=o(this[r(213)][r(189)][r(185)](r(183))[r(230)](this[r(213)][r(202)][r(185)](r(207)))[r(211)]((e=>e[r(227)]==t))[r(204)])[r(216)]();return{type:r(217),content:zr(n,r(231),e)}}return{type:r(217),content:zr(n,r(180))}}if(r(190)==i[r(191)]){const t=i[r(220)][0][r(194)];return t?{type:r(217),content:zr(n,r(219),t)}:{type:r(217),content:zr(n,r(221))}}if(r(193)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=(0,s.normalizeColorOptions)(this[r(213)][r(202)][r(185)](r(236)))[r(211)]((e=>e[r(227)]==t));let i=t,a="";return e&&(i=e[r(205)],a=o(i)[r(216)]()),{type:r(217),content:zr(n,r(218),a)[r(182)](),color:{value:t,title:a||i}}}return{type:r(217),content:zr(n,r(214))}}if(r(226)==i[r(191)]){const t=i[r(220)][0][r(194)];if(t){const e=(0,s.normalizeColorOptions)(this[r(213)][r(202)][r(185)](r(233)))[r(211)]((e=>e[r(227)]==t));let i=t,a="";return e&&(i=e[r(205)],a=o(i)[r(216)]()),{type:r(217),content:zr(n,r(201),a)[r(182)](),color:{value:t,title:a||i}}}return{type:r(217),content:zr(n,r(223))}}}}))}}const lo=fo;function fo(t,e){const n=ho();return(fo=function(t,e){return n[t-=268]})(t,e)}function ho(){const t=["entries","plugins","title","toUpperCase","toLowerCase","charAt","get","1040062NUzQcI","_descriptionFactory","3254860FmkCwP","registerDescriptionCallback","push","_registerLegacyDescription","locale","fontSize","fontColor.colors","pasteFormat","type","2714260wcuiPy","split","8bAycWb","TrackChangesEditing","boolean","233954lpjuzF","28742661QZIMVN","commands","FontSize","config","label","_enableDefaultAttributesIntegration","4470834MSAyaq","copyFormat","*Remove all formatting*","fontBackgroundColor","*Set format to:* %0","editor","formatBlock","1NXKrVi","formatInline","fontSize.options","enableCommand","find","join","750714zaaQjr","commandParams","afterInit","commandName","slice","normalizeSizeOptions","model","fontColor","format","length"];return(ho=function(){return t})()}!function(t,e){const n=fo,r=t();for(;;)try{if(382106===parseInt(n(290))/1*(-parseInt(n(313))/2)+-parseInt(n(296))/3+-parseInt(n(271))/4+-parseInt(n(315))/5+-parseInt(n(283))/6+parseInt(n(276))/7+-parseInt(n(273))/8*(-parseInt(n(277))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[lo(298)](){const t=lo,e=this[t(288)],n=e[t(307)][t(312)](t(274)),r=e[t(278)][t(312)](t(284)),s=e[t(278)][t(312)](t(269));r&&s&&(n[t(282)](t(269)),n[t(293)](t(284)),this[t(318)]())}[lo(318)](){const t=lo,e=this[t(288)],n=e[t(319)];e[t(307)][t(312)](t(274))[t(314)][t(316)]((r=>{const s=t;if(s(289)!=r[s(270)]&&s(291)!=r[s(270)])return;const{data:o}=r;if(o&&s(269)===o[s(299)]){const t=[],r=o[s(297)][0];for(const[n,o]of Object[s(306)](r))t[s(317)](po(e,n,o));return t[s(305)]?{type:s(304),content:zr(n,s(287),t[s(295)](", "))}:{type:s(304),content:zr(n,s(285))}}}))}}function po(t,e,n){const r=lo,o=t[r(319)].t,i=e[r(272)](/(?=[A-Z])/)[r(295)](" "),a=o(i[r(311)](0)[r(309)]()+i[r(300)](1))[r(310)]();if(r(275)==typeof n)return a;if(r(303)===e||r(286)===e){const e=(0,s.normalizeColorOptions)(t[r(280)][r(312)](r(268)))[r(294)]((t=>t[r(302)]==n));return a+" ("+(e?o(e[r(281)])[r(310)]():n)+")"}if(r(320)===e&&isNaN(parseFloat(n))){const e=t[r(307)][r(312)](r(279))[r(301)](t[r(280)][r(312)](r(292)))[r(294)]((t=>t[r(302)]==n));return a+" ("+(e?o(e[r(308)])[r(310)]():n)+")"}return a+" ("+n+")"}function mo(t,e){const n=Io();return(mo=function(t,e){return n[t-=424]})(t,e)}function Io(){const t=["find","model","value","heading","config","_getHeadingLevel","get","143vRrGvS","38HNOGrh","407965SmFMLu","66368RTAaIG","1381005NwaLtJ","44vMyPbj","*Change to:* %0","title","_headingOptions","10744680dQneyl","match","TrackChangesEditing","locale","136280xzwFlK","has","format","678XtkGkZ","ELEMENT_HEADING_CUSTOM","registerElementLabel","9zupWVL","plugins","editor","heading.options","HeadingEditing","registerDescriptionCallback","name","afterInit","63239796YWAgts","_registerLegacyDescription","96355zSDrmS","type","formatBlock","_enableDefaultAttributesIntegration","commandParams","ELEMENT_HEADING","_descriptionFactory","paragraph","commandName","view"];return(Io=function(){return t})()}const Eo=mo;!function(t,e){const n=mo,r=t();for(;;)try{if(850437===-parseInt(n(433))/1*(parseInt(n(431))/2)+parseInt(n(434))/3+parseInt(n(435))/4*(-parseInt(n(432))/5)+parseInt(n(446))/6*(-parseInt(n(459))/7)+parseInt(n(439))/8*(-parseInt(n(449))/9)+-parseInt(n(443))/10*(-parseInt(n(430))/11)+parseInt(n(457))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[Eo(456)](){const t=Eo,e=this[t(451)];if(!e[t(450)][t(444)](t(453)))return;this[t(438)]=e[t(427)][t(429)](t(452));const n=e[t(442)],r=e[t(450)][t(429)](t(441));r[t(462)](t(426));for(const e of this[t(438)])t(466)!=e[t(424)]&&r[t(465)][t(448)](e[t(424)],(n=>{const r=t,i=this[r(428)](e[r(424)]);return null!==i?s(n,i):o(n,e[r(437)])}));function s(e,r){return zr(n,t(464),[e,r])}function o(e,r){return zr(n,t(447),[e,r])}this[t(458)]()}[Eo(458)](){const t=Eo,e=this[t(451)],n=e[t(442)];e[t(450)][t(429)](t(441))[t(465)][t(454)]((e=>{const r=t;if(r(461)!=e[r(460)])return;const{data:s}=e;if(s&&r(426)==s[r(467)]){const e=s[r(463)][0][r(425)],c=this[r(428)](e);if(null!==c)return{type:r(445),content:zr(n,r(436),(1,a=c,zr(n,r(464),[1,a])))};const u=this[r(438)][r(469)]((t=>t[r(424)]===e))[r(437)];return{type:r(445),content:zr(n,r(436),(o=1,i=u,zr(n,t(447),[o,i])))}}var o,i,a}))}[Eo(428)](t){const e=Eo;var n,r;const s=t[e(440)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(438)])||void 0===n?void 0:n[e(469)]((n=>n[e(424)]==t));if(o&&o[e(468)]){const t=o[e(468)],n=(null!==(r=t[e(455)])&&void 0!==r?r:t)[e(440)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=489]})(t,e)}function yo(){const t=["value","716523NEnOMN","type","locale","5703872kWGGvJ","registerDescriptionCallback","commandName","3560884yEiQrE","config","11056437OZODQq","plugins","toLowerCase","afterInit","commandParams","registerAttributeLabel","highlight","color","*Remove highlight*","find","title","editor","5vsoeSA","model","TrackChangesEditing","formatInline","*Set highlight:* %0","format","_enableDefaultAttributesIntegration","_registerLegacyDescription","2670534rigHaU","FORMAT_HIGHLIGHT","_descriptionFactory","4506108waJUyT","has","get","2gEVbfb","HighlightEditing","highlight.options","4208463FbNviO"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(776337===-parseInt(n(526))/1*(-parseInt(n(521))/2)+-parseInt(n(518))/3+-parseInt(n(493))/4*(-parseInt(n(507))/5)+-parseInt(n(515))/6+parseInt(n(524))/7+-parseInt(n(490))/8+parseInt(n(495))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(498)](){const t=To,e=this[t(506)];if(!e[t(496)][t(519)](t(522)))return;const n=e[t(496)][t(520)](t(509)),r=e[t(489)];n[t(513)](t(501),[t(501)]),n[t(517)][t(500)](t(501),zr(r,t(516))),this[t(514)]()}[To(514)](){const t=To,e=this[t(506)],n=e[t(489)];e[t(496)][t(520)](t(509))[t(517)][t(491)]((r=>{const s=t;if(s(510)!=r[s(527)])return;const{data:o}=r;if(o&&s(501)==o[s(492)]){const t=n.t,r=o[s(499)][0][s(525)];if(r){const o=e[s(494)][s(520)](s(523))[s(504)]((t=>t[s(508)]==r)),i=t(o[s(505)])[s(497)]();return{type:s(512),content:zr(n,s(511),i),color:{value:o[s(502)],title:o[s(505)]}}}return{type:s(512),content:zr(n,s(503),zr(n,s(516)))}}}))}}function ko(){const t=["has","191060CLoSen","6017710knXtok","createContainerElement","insert","2849457eZgoAL","135WkMMht","TrackChangesEditing","locale","createPositionAt","addClass","ck-horizontal-line","32xgxiJI","276wbSZWR","createEmptyElement","afterInit","_descriptionFactory","horizontalLine","showSuggestionHighlights","2040588IdLEYL","52qkHcyh","plugins","HorizontalLineEditing","registerElementLabel","397309LDLvgd","get","conversion","elementToStructure","18CwepFJ","dataDowncast","div","117607uTCVIx","4940dVHOMl","enableCommand","ELEMENT_HORIZONTAL_LINE","for","editor","high"];return(ko=function(){return t})()}const Co=No;function No(t,e){const n=ko();return(No=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(752016===-parseInt(n(441))/1*(-parseInt(n(429))/2)+parseInt(n(440))/3+parseInt(n(417))/4*(-parseInt(n(436))/5)+-parseInt(n(454))/6+parseInt(n(428))/7*(-parseInt(n(447))/8)+parseInt(n(425))/9*(parseInt(n(437))/10)+-parseInt(n(421))/11*(parseInt(n(448))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Ro extends t.Plugin{[Co(450)](){const t=Co,e=this[t(433)];if(!e[t(418)][t(435)](t(419)))return;e[t(418)][t(422)](t(442))[t(430)](t(452));const n=e[t(418)][t(422)](t(442)),r=e[t(443)];n[t(451)][t(420)](t(452),(e=>zr(r,t(431),e))),e[t(423)][t(432)](t(426))[t(424)]({model:t(452),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(453)])return null;const o=n[s(438)](s(427)),i=n[s(449)]("hr");return n[s(445)](s(446),o),n[s(439)](n[s(444)](o,0),i),o},converterPriority:t(434)})}}const Lo=So;function So(t,e){const n=Mo();return(So=function(t,e){return n[t-=373]})(t,e)}function Mo(){const t=["142VkSudi","locale","element","HtmlEmbed","rawHtml","commandName","editor","15084WXQYET","type","start","attribute","_descriptionFactory","value","plugins","afterInit","1853625CVUvNQ","format","4400wwapbr","_enableDefaultAttributesIntegration","htmlEmbed","*Change %0 content*","registerElementLabel","registerDescriptionCallback","ELEMENT_HTML_EMBED","getFirstRange","get","74421RanJWu","35GjGMcF","key","5582576rEdMrx","has","formatBlock","TrackChangesEditing","486200jhQppk","_registerLegacyDescription","45460080Mwvrwh","432696EJXVDp","nodeAfter"];return(Mo=function(){return t})()}!function(t,e){const n=So,r=t();for(;;)try{if(928538===parseInt(n(392))/1+-parseInt(n(377))/2*(-parseInt(n(403))/3)+parseInt(n(406))/4+-parseInt(n(410))/5+-parseInt(n(375))/6*(parseInt(n(404))/7)+-parseInt(n(394))/8*(-parseInt(n(384))/9)+-parseInt(n(374))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[Lo(391)](){const t=Lo,e=this[t(383)];if(!e[t(390)][t(407)](t(380)))return;const n=e[t(390)][t(402)](t(409)),r=e[t(378)];n[t(388)][t(398)](t(381),(e=>zr(r,t(400),e))),n[t(395)](t(396),[],[t(389)]),n[t(388)][t(399)]((e=>{const n=t;if(n(387)!=e[n(385)])return;const{data:s}=e;if(s&&n(389)==s[n(405)]&&e[n(401)]()[n(386)][n(376)].is(n(379),n(381))){const t=zr(r,n(400));return{type:n(393),content:zr(r,n(397),t)}}})),this[t(373)]()}[Lo(373)](){const t=Lo,e=this[t(383)],n=e[t(378)];e[t(390)][t(402)](t(409))[t(388)][t(399)]((e=>{const r=t;if(r(408)!=e[r(385)])return;const{data:s}=e;if(s&&r(396)==s[r(382)]){const t=zr(n,r(400));return{type:r(393),content:zr(n,r(397),t)}}}))}}function wo(){const t=["get","imageStylePreApply","markInsertion","isIntersecting","ImageResize","forward","Inline image to block image","ImageUtils","_descriptionFactory","imageTypeBlock","fromPosition","chain","model","114879ZBlZgU","format","_suggestionFactory","backward","accept","start","length","selection","TrackChangesEditing","newValue","subType","markBlockFormat","registerElementLabel","find","ELEMENT_INLINE_IMAGE","formatBlock","addObject","isCollapsed","resizeImage","imageCaption","convertBlockImageToInline","2719445xAUZVv","convertInlineImageToBlock","locale","discard","*Set image text alternative:* %0","join","type","*Set image width:* %0","insertImage","key","attribute","_registerLegacyDescription","afterInit","8wTQuJi","filter","getClosestSelectedImageElement","nodeAfter","imageBlock","previous","1889852gAZmdp","enableCommand","deletion","change","removeObject","isOwn","ImageCaptionEditing","getNearestSelectionRange","1523410doIsbg","insertion","3580522JHhviR","*Reset image width*","resizedWidth","_findSuggestions","alt","ImageBlockEditing","isBlockImage","ImageTextAlternativeEditing","toggleImageCaption","12nbqIMC","*Remove image text alternative*","imageInline","10FQdENf","uploadImage","ELEMENT_CAPTION","nodeBefore","registerDescriptionCallback","toPrevious","commandParams","imageTypeInline","createRange","3344589nduTgh","ImageCaptionUtils","end","ELEMENT_IMAGE","getContainedElement","imageTextAlternative","Block image to inline image","_enableDefaultAttributesIntegration","ImageUploadEditing","6RKLuqL","commandName","createRangeOn","toNext","findIndex","plugins","isEqual","document","116370bVsemF","editor","has","getSuggestionCallback","isBefore","registerCustomCallback","markDeletion","element","ImageEditing","forceDefaultExecution","formatInline","detach","schema","ImageInlineEditing","getCaptionFromImageModelElement","registerAttributeLabel","caption","getFirstRange","width","FORMAT_IMAGE_SIZE"];return(wo=function(){return t})()}const Oo=Do;function Do(t,e){const n=wo();return(Do=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=Do,r=t();for(;;)try{if(316224===-parseInt(n(391))/1+-parseInt(n(383))/2*(-parseInt(n(303))/3)+parseInt(n(343))/4+-parseInt(n(324))/5+-parseInt(n(362))/6*(-parseInt(n(351))/7)+parseInt(n(337))/8*(-parseInt(n(374))/9)+parseInt(n(365))/10*(parseInt(n(353))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wo);class Fo extends t.Plugin{[Oo(336)](){const t=Oo,e=this[t(392)];if(!e[t(388)][t(393)](t(278)))return;const n=e[t(388)][t(290)](t(311)),r=e[t(388)][t(290)](t(297)),s=e[t(326)];n[t(344)](t(332)),n[t(298)][t(315)](t(341),(e=>zr(s,t(377),e))),n[t(298)][t(315)](t(364),(e=>zr(s,t(317),e))),n[t(298)][t(315)](t(286),(()=>zr(s,t(367)))),e[t(388)][t(393)](t(382))&&n[t(344)](t(366)),e[t(388)][t(393)](t(358))&&e[t(388)][t(393)](t(283))&&(n[t(344)](t(372),((s,o)=>{const i=t,a=r[i(339)](e[i(302)][i(390)][i(310)]);e[i(302)][i(346)]((()=>{const t=i;n[t(314)](a,{commandName:t(372),commandParams:[o]},[],t(323))}))})),n[t(344)](t(299),((s,o)=>{const a=t;e[a(302)][a(346)]((t=>{const c=a;let u=r[c(339)](e[c(302)][c(390)][c(310)]),l=t[c(385)](u);const f=i.LivePosition[c(300)](l[c(308)],c(370)),h=i.LivePosition[c(300)](l[c(376)],c(386));n[c(279)]((()=>s(o))),u=r[c(339)](e[c(302)][c(390)][c(310)]),l=t[c(385)](u);const g=t[c(373)](f,h);f[c(281)](),h[c(281)](),n[c(314)](u,{commandName:c(372),commandParams:[o]},[],c(325)),g[c(308)][c(395)](l[c(308)])&&n[c(292)](t[c(373)](g[c(308)],l[c(308)]),c(325)),l[c(376)][c(395)](g[c(376)])&&n[c(292)](t[c(373)](l[c(376)],g[c(376)]),c(325))}))})),n[t(305)][t(396)](t(318),t(325),t(329),(()=>!1)),n[t(305)][t(396)](t(318),t(325),t(307),(()=>!1)),n[t(305)][t(396)](t(318),t(325),t(327),n[t(305)][t(394)](t(318),"",t(307))),n[t(305)][t(396)](t(352),t(325),t(329),(()=>!1)),n[t(305)][t(396)](t(352),t(325),t(327),(([r])=>{const s=t,o=n[s(305)][s(394)](s(352),"",s(327));let i=r[s(308)],a=r[s(376)];const c=e[s(302)][s(282)][s(350)](i,s(306)),u=e[s(302)][s(282)][s(350)](a,s(295));c[s(320)]&&(i=c[s(308)]),u[s(320)]&&(a=u[s(376)]),o([e[s(302)][s(373)](i,a)])})),n[t(305)][t(396)](t(318),t(325),t(301),c),n[t(305)][t(396)](t(352),t(325),t(301),c)),e[t(388)][t(393)](t(349))&&(n[t(344)](t(361),((s,o)=>{const i=t,a=e[i(388)][i(290)](i(375));let c=r[i(339)](e[i(302)][i(390)][i(310)]),u=a[i(284)](c);e[i(302)][i(346)]((()=>{const t=i;if(u)return void n[t(276)](e[t(302)][t(385)](u));const l=r[t(359)](c);s(o),c=r[t(339)](e[t(302)][t(390)][t(310)]),u=a[t(284)](c),n[t(292)](e[t(302)][t(385)](u),l?null:t(322))}))})),n[t(305)][t(396)](t(352),t(322),t(301),c));const o=[{type:t(318),subType:t(291)},{type:t(352),subType:t(322)},{type:t(318),subType:t(325)},{type:t(352),subType:t(325)}];function a(e,s){const i=t,a=o[i(387)]((({type:t,subType:n})=>e[i(330)]==t&&e[i(313)]==n)),c=o[i(387)]((({type:t,subType:e})=>s[i(330)]==t&&s[i(313)]==e));if(a<0||c<0)return!1;const u=e[i(287)](),l=s[i(287)]();if((0==a||1==a)&&2==c&&u[i(293)](l))return!0;if(2==a&&3==c){const t=n[i(356)](u,i(352))[i(338)]((({suggestion:t,meta:e})=>e[i(348)]&&i(325)==t[i(313)]));if(t[i(309)]>1&&l[i(376)][i(389)](u[i(308)]))return!0;if(1==t[i(309)]&&(u[i(308)][i(389)](l[i(376)])||u[i(376)][i(389)](l[i(308)])))return!0}if(3==a&&3==c&&u[i(308)][i(395)](l[i(308)])){const t=u[i(376)][i(340)],e=l[i(308)][i(368)];return r[i(359)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(388)][t(393)](t(294))&&(n[t(381)](t(321),[],[t(355)]),n[t(298)][t(285)](t(355),zr(s,t(289)))),e[t(388)][t(393)](t(360))&&n[t(381)](t(379),[],[t(357)]),n[t(298)][t(369)]((e=>{const n=t;if(o[n(316)]((({type:t,subType:r})=>e[n(330)]==t&&e[n(313)]==r)))return e[n(342)]?{}:void 0})),n[t(298)][t(369)]((e=>{const n=t;if(n(352)==e[n(330)]||n(345)==e[n(330)]){const t=e[n(378)]();if(t&&t.is(n(277),n(286)))return{type:n(352)==e[n(330)]?n(319):n(347),element:t,quantity:1}}})),n[t(298)][t(369)]((e=>t(318)==e[t(330)]&&t(325)==e[t(313)]?{type:t(304),content:t(296)}:t(318)==e[t(330)]&&t(323)==e[t(313)]?{type:t(304),content:t(380)}:void 0)),n[t(298)][t(369)]((e=>{const n=t;if(n(334)!=e[n(330)])return;const{data:r}=e;if(!r||n(357)!=r[n(333)])return;const o=r[n(312)];return o?{type:n(304),content:zr(s,n(328),'"'+o+'"')}:{type:n(304),content:zr(s,n(363))}})),this[t(335)]()}[Oo(335)](){const t=Oo,e=this[t(392)],n=e[t(326)];e[t(388)][t(290)](t(311))[t(298)][t(369)]((e=>{const r=t;if(r(318)!=e[r(330)]&&r(280)!=e[r(330)])return;const{data:s}=e;if(s){if(r(379)==s[r(384)]){const t=s[r(371)][0][r(312)];return t?{type:r(304),content:zr(n,r(328),'"'+t+'"')}:{type:r(304),content:zr(n,r(363))}}if(r(321)==s[r(384)]){const t=s[r(371)][0][r(288)];return t?{type:r(304),content:zr(n,r(331),t)}:{type:r(304),content:zr(n,r(354))}}}}))}}const xo=Bo;function Po(){const t=["locale","key","formatBlock","src","_registerLegacyDescription","*Format:* replace image URL","6252VMEiDk","_suggestionFactory","editor","afterInit","oldValue","accept","TrackChangesEditing","format","newValue","7oEmTZp","104802msIQoX","408fhKogo","getSuggestionCallback","_handleLegacySuggestions","registerDescriptionCallback","type","2522394rQJhtj","1793410jKMSQm","commandName","ImageEditing","discard","336YAsSdz","attribute","has","registerCustomCallback","replaceImageSource","plugins","formatInline","*Replace image URL*","_enableDefaultAttributesIntegration","5178EAkRpd","get","50498xOgVBM","47694RzoVKs","5EKscVU","4631OXomqX","_descriptionFactory"];return(Po=function(){return t})()}function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=337]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(344550===-parseInt(n(371))/1*(parseInt(n(372))/2)+-parseInt(n(349))/3*(-parseInt(n(373))/4)+-parseInt(n(353))/5*(parseInt(n(352))/6)+-parseInt(n(351))/7*(-parseInt(n(340))/8)+parseInt(n(378))/9+parseInt(n(379))/10+parseInt(n(354))/11*(-parseInt(n(362))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(365)](){const t=xo;if(!this[t(364)][t(345)][t(342)](t(338)))return;const e=this[t(364)][t(356)],n=this[t(364)][t(345)][t(350)](t(368));n[t(348)](t(344),[],[t(359)]),n[t(355)][t(376)]((n=>{const r=t;if(r(341)!=n[r(377)])return;const{data:s}=n;return s&&r(359)==s[r(357)]?s[r(370)]&&s[r(366)]?{type:r(369),content:zr(e,r(347))}:{type:r(369),content:""}:void 0})),this[t(375)]()}[xo(375)](){const t=xo,e=this[t(364)][t(345)][t(350)](t(368));e[t(363)][t(343)](t(358),t(344),t(367),e[t(363)][t(374)](t(358),null,t(339))),e[t(363)][t(343)](t(358),t(344),t(339),e[t(363)][t(374)](t(358),null,t(367))),this[t(360)]()}[xo(360)](){const t=xo,e=this[t(364)],n=e[t(356)];e[t(345)][t(350)](t(368))[t(355)][t(376)]((e=>{const r=t;if(r(358)!=e[r(377)]&&r(346)!=e[r(377)])return;const{data:s}=e;return s&&r(344)==s[r(337)]?{type:r(369),content:zr(n,r(361))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=494]})(t,e)}function Vo(){const t=["imageTypeBlock","isBlockImage","_suggestionFactory","ImageUtils","hasSuggestion","registerCustomCallback","start","createRangeOn","getContainedElement","value","setImageNaturalSizeAttributes","_findSuggestions","1694922xjOwms","FORMAT_SIDE_IMAGE","chain","title","format","getSuggestions","_registerLegacyDescription","markInlineFormat","commands","isIntersecting","has","isInContent","commandName","isOwn","7osJGkU","ImageStyleEditing","document","16kBBLBj","_splitMarkerName","enableCommand","get","model","registerDescriptionCallback","*Format:* %0","author","imageStylePostApply","imageStylePreApply","differ","findIndex","460773rPXwkI","next","11ygbkWa","imageCaption","registerPostFixer","change","isInlineImage","editor","getFirstRange","commandParams","3126840ySyqHj","subType","formatBlock","discard","convertInlineImageToBlock","388xXGeYL","normalizedStyles","isBefore","length","getChangedMarkers","getSuggestionCallback","accept","join","Users","imageTypeInline","nodeAfter","commandReversedParams","insertion","1327786gmoMFu","type","33141fmmYVz","getClosestSelectedImageElement","formatInline","head","side","newRange","shouldConvertImageType","2720710LxeOwo","name","getSuggestion","5522380adpAMp","forEach","toLowerCase","discardSuggestion","imageStyle","locale","markBlockFormat","from","plugins","_descriptionFactory","isEqual","selection","filter","afterInit","end","refresh","TrackChangesEditing","suggestion","nodeBefore"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(763051===-parseInt(n(571))/1+parseInt(n(580))/2+-parseInt(n(573))/3*(parseInt(n(558))/4)+parseInt(n(583))/5+parseInt(n(514))/6*(parseInt(n(528))/7)+-parseInt(n(531))/8*(-parseInt(n(543))/9)+parseInt(n(553))/10*(parseInt(n(545))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[jo(496)](){const t=jo,n=this[t(550)];if(!n[t(591)][t(524)](t(529)))return;const r=n[t(591)][t(534)](t(499)),s=n[t(591)][t(534)](t(505)),o={};r[t(533)](t(587),((o,i)=>{const a=t,c=n[a(591)][a(534)](a(566)).me,u=n[a(522)][a(534)](a(587));let l=s[a(574)](n[a(535)][a(530)][a(494)]),f=n[a(535)][a(509)](l),h=u[a(511)];if(h==i[a(511)])return;const g={commandName:a(587),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(535)][a(548)]((()=>{const t=a;if(r[t(519)]()[t(495)]((e=>e[t(525)]&&c==e[t(538)]&&(t(555)==e[t(572)]||t(575)==e[t(572)])&&(t(540)==e[t(554)]||t(539)==e[t(554)])&&e[t(551)]()[t(593)](f)))[t(584)]((e=>r[t(586)](e[t(576)]))),l=s[t(574)](n[t(535)][t(530)][t(494)]),f=n[t(535)][t(509)](l),u[t(498)](),n[t(522)][t(534)](t(567))[t(498)](),n[t(522)][t(534)](t(502))[t(498)](),h=u[t(511)],h!=i[t(511)])return s[t(549)](l)&&u[t(579)](i[t(511)],l)?(o({...i,setImageSizes:!1}),l=s[t(574)](n[t(535)][t(530)][t(494)]),void r[t(589)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(540))):void(s[t(503)](l)?r[t(589)](l,g,[],t(539)):r[t(521)](f,g,t(539)))}))}));for(const e of n[t(591)][t(534)](t(529))[t(559)])o[e[t(581)]]=e[t(517)][t(585)]();r[t(504)][t(507)](t(555),t(540),t(565),(()=>!1)),r[t(504)][t(507)](t(555),t(539),t(565),(()=>!1)),r[t(504)][t(507)](t(575),t(539),t(565),(()=>!1)),r[t(504)][t(507)](t(555),t(540),t(564),(([e])=>{const n=t;s[n(512)](e[n(510)]())})),r[t(504)][t(507)](t(555),t(540),t(556),((e,n)=>{const s=t;r[s(504)][s(563)](s(555),"",s(564))(e,{commandName:n[s(526)],commandParams:n[s(569)]})})),r[t(504)][t(507)](t(555),t(540),t(516),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(555),subType:t(540)},{type:t(570),subType:t(546)},{type:t(555),subType:t(557)},{type:t(570),subType:t(557)}];function a(e,n){const o=t,a=i[o(542)]((({type:t,subType:n})=>e[o(572)]==t&&e[o(554)]==n)),c=i[o(542)]((({type:t,subType:e})=>n[o(572)]==t&&n[o(554)]==e));if(a<0||c<0)return!1;const u=e[o(551)](),l=n[o(551)]();if((0==a||1==a)&&2==c&&u[o(523)](l))return!0;if(2==a&&3==c){const t=r[o(513)](u,o(570))[o(495)]((({suggestion:t,meta:e})=>e[o(527)]&&o(557)==t[o(554)]));if(t[o(561)]>1&&l[o(497)][o(593)](u[o(508)]))return!0;if(1==t[o(561)]&&(u[o(508)][o(593)](l[o(497)])||u[o(497)][o(593)](l[o(508)])))return!0}if(3==a&&3==c&&u[o(508)][o(560)](l[o(508)])){const t=u[o(497)][o(568)],e=l[o(508)][o(501)];return s[o(503)](t)&&t===e}return!1}n[t(535)][t(530)][t(547)]((()=>{const e=t;let o=!1;const i=Array[e(590)](n[e(535)][e(530)][e(541)][e(562)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(532)](t);if(e(500)==i&&r[e(506)](u)){if(e(555)==a&&(e(540)==c||e(539)==c)){const t=r[e(582)](u);if(n[e(578)]){const n=t[e(551)]()[e(510)]();if(s[e(503)](n))continue;r[e(586)](t),o=!0}}if(e(570)==a&&e(546)==c&&!n[e(578)]){const t=r[e(582)](u);t[e(544)]&&t[e(544)][e(525)]&&(r[e(586)](t[e(544)]),o=!0)}}}return o})),this[t(520)](o)}[jo(520)](t){const e=jo,n=this[e(550)],r=n[e(588)];n[e(591)][e(534)](e(499))[e(592)][e(536)]((n=>{const s=e;if(s(555)!=n[s(572)]&&s(575)!=n[s(572)])return;const{data:o}=n;if(!o||s(587)!=o[s(526)])return;const i=o[s(552)][0][s(511)];return function(t){const e=s;return{type:e(518),content:zr(r,e(537),t)}}(s(577)===i?zr(r,s(515)):t[i]||i)}))}}const zo=Ko;function Wo(){const t=["14avOrLo","9166234VrcoZv","30pMXUfI","dataInsert","collaboration_features","get","track_changes","1068039lburNO","trackChanges","706145SuosWf","afterInit","_trackChangesExecuted","high","plugins","TrackChangesEditing","1ofcfWj","bind","forEach","732334CDUSqo","lowest","enableCommand","3073384CMgQgT","_handleImportedData","importWord","Users","commands","132IzLLSN","value","execute","11988EVZeuG","editor","_trackChangesValueDuringImport","652206qXqEig","listenTo","_setSuggestionData"];return(Wo=function(){return t})()}function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=131]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(251234===parseInt(n(140))/1*(parseInt(n(143))/2)+-parseInt(n(154))/3*(parseInt(n(151))/4)+parseInt(n(134))/5+-parseInt(n(157))/6*(parseInt(n(160))/7)+-parseInt(n(146))/8+-parseInt(n(132))/9*(parseInt(n(162))/10)+parseInt(n(161))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class qo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(156)]=!1,this[e(136)]=!1}[zo(135)](){const t=zo,e=this[t(155)],n=e[t(150)][t(165)](t(148)),r=e[t(150)][t(165)](t(133));n&&(n.on(t(153),((e,[,n])=>{const s=t;this[s(156)]=r[s(152)],n[s(164)][s(131)]=!this[s(156)]}),{priority:t(137)}),this[t(158)](n,t(163),this[t(147)][t(141)](this)),this[t(158)](n,t(163),(()=>{const e=t;this[e(136)]&&(r[e(153)](),this[e(136)]=!1)}),{priority:t(144)}),e[t(138)][t(165)](t(139))[t(145)](t(148)))}[zo(147)](t,e){const n=zo,{suggestions:r}=e,s=this[n(155)][n(150)][n(165)](n(133)),o=s[n(152)];this[n(156)]!==o&&(s[n(153)](),this[n(136)]=!0),r&&r[n(142)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(155)][o(138)][o(165)](o(149)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(148)}}};this[o(155)][o(138)][o(165)](o(139))[o(159)](i)}))}}function Xo(){const t=["2199884tRhcAL","FORMAT_INDENT","outdentBlock","formatBlock","_descriptionFactory","indent","commandName","blockIndent","_registerBlockAttribute","*Indent:* %0","plugins","registerAttributeLabel","editor","486463lfhVwd","9TKgwIq","TrackChangesEditing","registerDescriptionCallback","type","IndentEditing","5229frWody","603654XosDbg","has","*Outdent:* %0","2017807QKeZDn","outdent","3948dHclmQ","90xYJfgE","getItems","_enableDefaultAttributesIntegration","get","IndentBlock","getItemLabel","3gXbfOk","format","_registerLegacyDescription","locale","enableCommand","694504xmDlQd","indentBlock","afterInit","38735rNZwwP"];return(Xo=function(){return t})()}function Zo(t,e){const n=Xo();return(Zo=function(t,e){return n[t-=211]})(t,e)}const Jo=Zo;!function(t,e){const n=Zo,r=t();for(;;)try{if(345734===-parseInt(n(224))/1+parseInt(n(231))/2+-parseInt(n(243))/3*(parseInt(n(211))/4)+parseInt(n(251))/5+-parseInt(n(236))/6*(parseInt(n(230))/7)+parseInt(n(248))/8*(-parseInt(n(225))/9)+-parseInt(n(237))/10*(-parseInt(n(234))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Qo extends t.Plugin{[Jo(250)](){const t=Jo,e=this[t(223)],n=e[t(221)][t(240)](t(226));if(e[t(221)][t(232)](t(229))&&(n[t(247)](t(216)),n[t(247)](t(235))),e[t(221)][t(232)](t(241)))for(const e of[t(249),t(213)])n[t(239)](e);const r=e[t(246)];n[t(219)](t(218)),n[t(215)][t(222)](t(218),zr(r,t(212))),this[t(245)]()}[Jo(245)](){const t=Jo,e=this[t(223)],n=e[t(246)],r=e[t(221)][t(240)](t(226));r[t(215)][t(227)]((e=>{const s=t;if(s(214)!=e[s(228)])return;const{data:o}=e;if(!o)return;if(s(249)!=o[s(217)]&&s(213)!=o[s(217)])return;const i=e[s(238)]()[0],a=r[s(215)][s(242)](i);return s(249)==o[s(217)]?{type:s(244),content:zr(n,s(220),a)}:s(213)==o[s(217)]?{type:s(244),content:zr(n,s(233),a)}:void 0}))}}function Yo(){var t=["11685996kzqhyi","TrackChangesEditing","plugins","init","12TRNxoX","168230jVEzmw","editor","55pTCoOr","5990454MJKxdl","202592dcecKL","get","9592190sKeCgZ","2sZVHVg","requires","input","enableCommand","16460AvXuki","1760287WrmYnW","156ZJWzyY"];return(Yo=function(){return t})()}var $o=ti;function ti(t,e){var n=Yo();return(ti=function(t,e){return n[t-=454]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(956722===parseInt(n(465))/1*(-parseInt(n(460))/2)+-parseInt(n(466))/3*(-parseInt(n(464))/4)+-parseInt(n(472))/5*(-parseInt(n(471))/6)+-parseInt(n(467))/7+-parseInt(n(457))/8+-parseInt(n(456))/9+parseInt(n(459))/10*(parseInt(n(455))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class ei extends t.Plugin{static get[$o(461)](){return[Ms.Input]}[$o(470)](){var t=$o;this[t(454)][t(469)][t(458)](t(468))[t(463)](t(462))}}const ni=si;function ri(){const t=["292mExxVX","locale","registerDescriptionCallback","map","commands","label","newValue","commandName","5169934ypMQwK","16LvIhut","toLowerCase","20quaQGc","_enableDefaultAttributesIntegration","TrackChangesEditing","1270818mpLmfu","get","registerAttributeLabel","attribute","has","unlink","3483120Hxmmhi","plugins","key","2203074yOfqBP","628279QzbUWx","1197978eqltMo","_registerLegacyDescription","afterInit","7HfDVLI","*Remove link*","format","linkHref","*Set link:* %0","type","LinkEditing","link (","manualDecorators","formatInline","editor","27942vMWVYJ","_descriptionFactory","link","commandParams"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=145]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(379005===-parseInt(n(149))/1+-parseInt(n(150))/2+parseInt(n(164))/3*(-parseInt(n(168))/4)+parseInt(n(145))/5+parseInt(n(148))/6*(parseInt(n(153))/7)+-parseInt(n(177))/8*(-parseInt(n(182))/9)+parseInt(n(179))/10*(parseInt(n(176))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(152)](){const t=ni,e=this[t(163)];if(!e[t(146)][t(186)](t(159)))return;const n=e[t(146)][t(183)](t(181)),r=e[t(172)][t(183)](t(166));n[t(180)](t(166),[t(156),...r[t(161)][t(171)]((t=>t.id))]),n[t(180)](t(187));for(const e of r[t(161)])n[t(165)][t(184)](e.id,t(160)+e[t(173)][t(178)]()+")");n[t(165)][t(170)]((n=>{const r=t;if(r(185)!=n[r(158)])return;const{data:s}=n;if(!s||r(156)!=s[r(147)])return;const o=s[r(174)],i=e[r(169)];return{type:r(155),content:null==o?zr(i,r(154)):zr(i,r(157),'"'+o+'"')}})),this[t(151)]()}[ni(151)](){const t=ni,e=this[t(163)],n=e[t(169)];e[t(146)][t(183)](t(181))[t(165)][t(170)]((e=>{const r=t;if(r(162)!=e[r(158)])return;const{data:s}=e;if(s){if(r(166)==s[r(175)]){const t=s[r(167)][0];return{type:r(155),content:zr(n,r(157),'"'+t+'"')}}return r(187)==s[r(175)]?{type:r(155),content:zr(n,r(154))}:void 0}}))}}const ii=ai;function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=312]})(t,e)}function ci(){const t=["commandParams","getSelectedBlocks","previousSibling","_selectedElements","commandName","format","filter","251440kybOrF","338706qagyRn","element","plugins","_descriptionFactory","ELEMENT_BULLETED_LIST","outdentList","formatBlock","ELEMENT_TODO_LIST","enableCommand","createRange","slice","*Change to:* %0","registerDescriptionCallback","todoList","LegacyListEditing","checkTodoList","2202520vWOWtk","model","document","isObject","200HjUrUn","locale","findIndex","ELEMENT_LIST_ITEM","todoListChecked","from","todo","6787539rnvVQR","schema","markBlockFormat","ELEMENT_NUMBERED_LIST","type","checkChild","commands","createPositionAt","LegacyTodoListEditing","get","add","forceValue","*Uncheck item*","value","indentList","List","blockName","editor","getAttribute","*Indent:* %0","has","listItem","969306crKuHC","numbered","before","numberedList","listType","*Check item*","change","end","formatInline","133511AxqzMb","selection","nextSibling","push","*Outdent:* %0","name","execute","listIndent","length","958294yGJxsC","paragraph","TrackChangesEditing","bulletedList","registerElementLabel","afterInit","1ZNKkBi","parent","bulleted","replace"];return(ci=function(){return t})()}!function(t,e){const n=ai,r=t();for(;;)try{if(430712===-parseInt(n(348))/1*(-parseInt(n(342))/2)+-parseInt(n(360))/3+parseInt(n(359))/4+parseInt(n(376))/5+-parseInt(n(324))/6+parseInt(n(333))/7*(parseInt(n(380))/8)+-parseInt(n(387))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ci);class ui extends t.Plugin{[ii(347)](){const t=ii,e=this[t(319)],n=e[t(381)];if(!e[t(362)][t(322)](t(374)))return;const r=e[t(362)][t(396)](t(344)),s=e[t(362)][t(322)](t(395));function o(t){return()=>{const n=ai,s=e[n(377)][n(378)][n(334)],o=e[n(393)][n(396)](t);if(o[n(315)])return void e[n(339)](n(343),{});const i=t[n(370)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(385)](t)[s(358)]((t=>function(t,e){const n=s;return e[n(392)](t[n(349)],n(323))&&!e[n(379)](t)}(t,r)));o=o[s(358)]((t=>!t.is(s(361),s(323))||t[s(320)](s(328))!=e));const i=new Set;for(const t of o)t.is(s(361),s(323))?i[s(312)](li(t)):i[s(312)](t);return Array[s(385)](i)}(s[n(353)](),i,e[n(377)][n(388)]);e[n(377)][n(330)]((()=>{const e=n;for(const n of a)r[e(389)](n,{commandName:t,commandParams:[{forceValue:!o[e(315)]}],formatGroupId:e(318)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(385)](t);const r=n[e(382)]((t=>e(323)!=t[e(338)]));return r>-1&&(n=n[e(370)](0,r)),n}(e[n(377)][n(378)][n(334)][n(353)]()),o=e[n(377)][n(369)](e[n(377)][n(394)](s[0],n(326)),e[n(377)][n(394)](s[s[n(341)]-1],n(331)));e[n(377)][n(330)]((()=>{const e=n;r[e(389)](o,{commandName:t,commandParams:[],formatGroupId:e(340)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(335)];for(;t&&t[n(320)](n(340))>e[n(320)](n(340));)r[n(312)](t),t=t[n(335)]}return Array[n(385)](r)}(s))}))}}r[t(368)](t(327),o(t(327))),r[t(368)](t(345),o(t(345))),s&&r[t(368)](t(373),o(t(373))),r[t(368)](t(316),i(t(316))),r[t(368)](t(365),i(t(365))),s&&r[t(368)](t(375),(()=>{const n=t,s=e[n(393)][n(396)](n(375)),o=Array[n(385)](s[n(355)]);o[n(358)]((t=>t[n(320)](n(384))!=s[n(315)])),e[n(377)][n(330)]((()=>{const t=n;for(const e of o)r[t(389)](e,{commandName:t(375),commandParams:[{forceValue:!s[t(315)]}]})}))})),r[t(363)][t(346)](t(323),(e=>zr(n,t(383),e))),r[t(363)][t(372)]((e=>{const r=t;if(r(366)!=e[r(391)]&&r(332)!=e[r(391)])return;const{data:s}=e;if(s){if(r(327)==s[r(356)]||r(345)==s[r(356)]||r(373)==s[r(356)])switch(s[r(356)][r(351)](r(317),"")){case r(350):return o(zr(n,r(364)));case r(325):return o(zr(n,r(390)));case r(386):return o(zr(n,r(367)))}if(r(316)==s[r(356)])return{type:r(357),content:zr(n,r(321),zr(n,r(383)))};if(r(365)==s[r(356)])return{type:r(357),content:zr(n,r(337),zr(n,r(383)))};if(r(375)==s[r(356)])return s[r(352)][0][r(313)]?{type:r(357),content:zr(n,r(329))}:{type:r(357),content:zr(n,r(314))}}function o(t){const e=r;return{type:e(357),content:zr(n,e(371),t)}}}))}}function li(t){const e=ii,n=t[e(320)](e(340));if(0==n)return t;let r=t;for(;t[e(354)]&&t[e(354)].is(e(361),e(323));){const s=t[e(354)][e(320)](e(340));if(s==n)r=t[e(354)];else if(s<n)break;t=t[e(354)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(361),e(323))&&t[e(320)](e(340))>0){let r=t[e(335)];for(;r&&e(323)==r[e(338)]&&r[e(320)](e(340))==t[e(320)](e(340));)n[e(336)](r),r=r[e(335)]}return n}function hi(){const t=["9327tZQmdu","map","*Change to:* %0","numbered","plugins","160458gSyLIv","listStyle","styles","parent","list.properties","createRange","config","handleListStartCommand","listReversed","get","*Format:* set order to reversed","format","startIndex","*Format:* set start index to %0","replace","length","commandName","before","element","toUpperCase","899615QjrgwF","getLastPosition","TrackChangesEditing","_getSuggestionBlocksForListStyle","reversed","_getSuggestionBlocks","filter","backward","_LIST_","listStart","674084oqoNUV","model","locale","formatInline","registerDescriptionCallback","getSiblingNodes","LegacyListPropertiesEditing","change","1786862sYAwEQ","handleDescriptions","LegacyListUtils","forward","getListTypeFromListStyleType","formatBlock","editor","9816NITzGY","afterInit","ELEMENT_","commandParams","178vnYBxD","7387480FKbWio","unshift","type","getFirstPosition","listItem","listType","push","getSelectedBlocks","createPositionAt","*Format:* set order to regular","_descriptionFactory","bind","selection","handleListStyleCommand","_getTranslationKeyForListStyle","enableCommand","handleListReversedCommand","markMultiRangeBlockFormat","from","flat","has","document","getAttribute"];return(hi=function(){return t})()}const gi=di;function di(t,e){const n=hi();return(di=function(t,e){return n[t-=370]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(221244===-parseInt(n(423))/1+-parseInt(n(394))/2*(parseInt(n(418))/3)+parseInt(n(375))/4+-parseInt(n(443))/5+parseInt(n(390))/6+-parseInt(n(383))/7+parseInt(n(395))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(hi);class pi extends t.Plugin{[gi(391)](){const t=gi;if(!this[t(389)][t(422)][t(415)](t(381)))return;const e=this[t(389)][t(429)][t(432)](t(427)),n=this[t(389)][t(422)][t(432)](t(445));e[t(425)]&&n[t(410)](t(424),this[t(408)][t(406)](this)),e[t(447)]&&n[t(410)](t(431),this[t(411)][t(406)](this)),e[t(435)]&&n[t(410)](t(374),this[t(430)][t(406)](this)),n[t(405)][t(379)](this[t(384)][t(406)](this))}[gi(408)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(446)]();this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](s,{commandName:t(424),commandParams:[{type:e[t(397)]}],formatGroupId:t(424)})}))}[gi(411)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(370)]((t=>t.is(n(441),n(399))&&n(421)===t[n(417)](n(400))));if(s[n(438)]<1)return;const o=s[n(419)]((t=>this[n(389)][n(376)][n(428)](this[n(389)][n(376)][n(403)](t,n(440)),this[n(389)][n(376)][n(403)](t,0))));this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](o,{commandName:t(431),commandParams:[{reversed:e[t(447)]}],formatGroupId:t(431)})}))}[gi(430)](t,e={}){const n=gi,r=this[n(389)][n(422)][n(432)](n(445)),s=this[n(370)]((t=>t.is(n(441),n(399))&&n(421)===t[n(417)](n(400))));if(s[n(438)]<1)return;const o=s[n(419)]((t=>this[n(389)][n(376)][n(428)](this[n(389)][n(376)][n(403)](t,n(440)),this[n(389)][n(376)][n(403)](t,0))));this[n(389)][n(376)][n(382)]((()=>{const t=n;r[t(412)](o,{commandName:t(374),commandParams:[{startIndex:e[t(435)]}],formatGroupId:t(374)})}))}[gi(384)](t){const e=gi;if(e(388)!=t[e(397)]&&e(378)!=t[e(397)])return;const n=this[e(389)][e(377)],{data:r}=t;if(!r)return;let s,o;switch(r[e(439)]){case e(424):s=e(420),o={type:e(434),content:zr(n,s,zr(n,this[e(409)](r[e(393)][0][e(397)])))};break;case e(431):s=r[e(393)][0][e(447)]?e(433):e(404),o={type:e(434),content:zr(n,s)};break;case e(374):s=e(436),o={type:e(434),content:zr(n,s,r[e(393)][0][e(435)])}}return o}[gi(446)](){const t=gi;var e,n,r,s;const o=this[t(389)][t(422)][t(432)](t(385));let i=Array[t(413)](this[t(389)][t(376)][t(416)][t(407)][t(402)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(441),t(399)))&&i[t(396)](...o[t(380)](this[t(389)][t(376)][t(416)][t(407)][t(398)](),t(372))),(null===(n=i[i[t(438)]-1])||void 0===n?void 0:n.is(t(441),t(399)))&&i[t(401)](...o[t(380)](this[t(389)][t(376)][t(416)][t(407)][t(444)](),t(386))),i=[...new Set(i)],(null===(s=null===(r=this[t(389)][t(376)][t(416)][t(407)][t(398)]())||void 0===r?void 0:r[t(426)])||void 0===s?void 0:s.is(t(441),t(399)))&&(i=i[t(371)]((e=>e.is(t(441),t(399))))),i}[gi(370)](t){const e=gi,n=this[e(389)][e(422)][e(432)](e(385));let r=Array[e(413)](this[e(389)][e(376)][e(416)][e(407)][e(402)]())[e(371)](t)[e(419)]((t=>{const r=e,s=this[r(389)][r(376)][r(403)](t,0);return[...n[r(380)](s,r(372)),...n[r(380)](s,r(386))]}))[e(414)]();return r=[...new Set(r)],r}[gi(409)](t){const e=gi;return e(392)+this[e(389)][e(422)][e(432)](e(385))[e(387)](t)[e(442)]()+e(373)+t[e(442)]()[e(437)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=bi();return(Ii=function(t,e){return n[t-=466]})(t,e)}!function(t,e){const n=Ii,r=t();for(;;)try{if(168451===-parseInt(n(477))/1*(-parseInt(n(478))/2)+parseInt(n(475))/3*(-parseInt(n(487))/4)+parseInt(n(481))/5*(parseInt(n(467))/6)+-parseInt(n(480))/7*(-parseInt(n(498))/8)+-parseInt(n(482))/9*(parseInt(n(472))/10)+parseInt(n(500))/11+-parseInt(n(470))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bi);class Ei extends t.Plugin{[mi(497)](){const t=mi,e=this[t(469)];if(!e[t(476)][t(468)](t(493)))return;const n=e[t(476)][t(491)](t(474)),r=e[t(492)];n[t(490)](t(488)),n[t(501)][t(504)](t(496),(e=>zr(r,t(485),e))),e[t(486)][t(484)](t(489))[t(479)]({model:t(496),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(483)])return n[s(502)](s(499))},converterPriority:t(471)}),e[t(466)][t(503)].on(t(495),((e,n,r)=>{const s=t;r[s(473)][s(483)]&&e[s(494)]()}),{priority:t(471)})}}function bi(){const t=["options","TrackChangesEditing","3rUTEAm","plugins","41ZqAZHq","3914kOJxWI","elementToElement","5740KvPAzo","1504985AwPLXw","1238796UNMdcf","showSuggestionHighlights","for","ELEMENT_MEDIA","conversion","1064332RnxSjF","mediaEmbed","dataDowncast","enableCommand","get","locale","MediaEmbedEditing","stop","attribute:url:media","media","afterInit","2104IryFIy","div","3608528KhlAHy","_descriptionFactory","createEmptyElement","downcastDispatcher","registerElementLabel","data","6KszEIy","has","editor","2581440waNjkB","high","20UdVxPw"];return(bi=function(){return t})()}function Ti(){const t=["10xmVFJt","afterInit","get","646414kembtE","54NUJrSr","31581243kCMKPq","TrackChangesEditing","editor","3048064NFtNXY","916rKygfX","8035356ueGzba","1102206iZEfAU","has","mention","enableCommand","plugins","653715nCHCbW","MentionEditing","19020hEwVhV"];return(Ti=function(){return t})()}function _i(t,e){const n=Ti();return(_i=function(t,e){return n[t-=163]})(t,e)}const yi=_i;!function(t,e){const n=_i,r=t();for(;;)try{if(925939===-parseInt(n(170))/1+parseInt(n(181))/2+parseInt(n(177))/3*(-parseInt(n(168))/4)+parseInt(n(175))/5*(parseInt(n(163))/6)+-parseInt(n(169))/7+-parseInt(n(167))/8+parseInt(n(164))/9*(parseInt(n(178))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[yi(179)](){const t=yi,e=this[t(166)];e[t(174)][t(171)](t(176))&&e[t(174)][t(180)](t(165))[t(173)](t(172))}}const ki=Ci;function Ci(t,e){const n=Ri();return(Ci=function(t,e){return n[t-=100]})(t,e)}!function(t,e){const n=Ci,r=t();for(;;)try{if(396177===parseInt(n(121))/1*(-parseInt(n(116))/2)+parseInt(n(106))/3+-parseInt(n(109))/4+-parseInt(n(101))/5+parseInt(n(108))/6+-parseInt(n(114))/7*(parseInt(n(113))/8)+parseInt(n(120))/9*(parseInt(n(118))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class Ni extends t.Plugin{[ki(105)](){const t=ki,e=this[t(115)];if(!e[t(117)][t(110)](t(103)))return;e[t(117)][t(100)](t(112))[t(122)](t(102));const n=e[t(117)][t(100)](t(112)),r=e[t(107)];n[t(104)][t(119)](t(102),(e=>zr(r,t(111),e)))}}function Ri(){const t=["plugins","180IDDWaR","registerElementLabel","706941jZFLDW","17iXjmNC","enableCommand","get","1362950iokOIo","pageBreak","PageBreakEditing","_descriptionFactory","afterInit","127614dXFZMd","locale","44658gYSRvG","857908daKVVY","has","ELEMENT_PAGE_BREAK","TrackChangesEditing","496JdiMnh","49483IPqNKW","editor","16746TfESQz"];return(Ri=function(){return t})()}const Li=Si;function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=346]})(t,e)}function Mi(){const t=["editor","3411114ygRNsf","mapper","type","293208NDfNlv","locale","has","insertParagraph","showSuggestionHighlights","isLimit","markerRange","2432463ijWyHD","model","*Insert:* %0","afterInit","getItemLabel","formatBlock","editing","options","insertion","createUIElement","schema","activeMarkers","addClass","get","paragraph","name","span","TrackChangesEditing","markerName","getFirstRange","data","writer","*Change to:* %0","1300582uCQrPY","ck-suggestion-marker--active","70jUICQU","_descriptionFactory","ck-suggestion-marker-split","consumable","downcastDispatcher","3rndkYB","31041acmCTD","ELEMENT_PARAGRAPH","registerDescriptionCallback","end","enableCommand","$text","highest","4hjSmBD","Paragraph","includes","1376PLtyut","isTouching","format","1992414MhgFrO","toViewPosition","plugins","_enableDefaultAttributesIntegration","nodeAfter","registerElementLabel","consume","bindElementToMarker","checkChild","2791870QvIqrr","commandName","insert","addMarker:suggestion:insertion","_registerLegacyDescription","isBlock","start"];return(Mi=function(){return t})()}!function(t,e){const n=Si,r=t();for(;;)try{if(336623===parseInt(n(358))/1+-parseInt(n(388))/2*(parseInt(n(395))/3)+-parseInt(n(403))/4*(-parseInt(n(347))/5)+-parseInt(n(409))/6+-parseInt(n(355))/7+parseInt(n(406))/8*(-parseInt(n(396))/9)+-parseInt(n(390))/10*(-parseInt(n(365))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Li(368)](){const t=Li,e=this[t(354)];if(!e[t(411)][t(360)](t(404)))return;const n=e[t(359)],r=e[t(411)][t(378)](t(382));r[t(391)][t(414)](t(379),(e=>zr(n,t(397),e))),r[t(412)](t(379)),r[t(400)](t(361)),e[t(371)][t(394)].on(t(350),wi(e),{priority:t(402)}),e[t(385)][t(394)].on(t(350),((n,r,s)=>{const o=t;s[o(372)][o(362)]&&wi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(402)});const s=r[t(391)];s[t(398)]((r=>{const o=t;if(o(373)!==r[o(357)])return;const{start:i,end:a}=r[o(384)]();if(!i[o(407)](a)||!i[o(413)])return;const c=e[o(366)][o(375)],u=i[o(413)];return c[o(352)](u)&&!c[o(363)](u)&&c[o(346)](u,o(401))?{type:o(373),content:zr(n,o(367),s[o(369)](u,1))}:void 0})),this[t(351)]()}[Li(351)](){const t=Li,e=this[t(354)],n=e[t(359)];e[t(411)][t(378)](t(382))[t(391)][t(398)]((e=>{const r=t;if(r(370)!=e[r(357)])return;const{data:s}=e;return s&&r(379)==s[r(348)]?{type:r(408),content:zr(n,r(387),zr(n,r(397)))}:void 0}))}}function wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Si,i=t[o(411)][o(378)](o(382)),a=r[o(364)][o(353)],c=r[o(364)][o(399)],u=t[o(366)][o(375)];if(!a[o(407)](c)||!a[o(413)])return;const l=a[o(413)];if(u[o(352)](l)&&!u[o(363)](l)&&u[o(346)](l,o(401))){if(!s[o(393)][o(415)](r[o(364)],n[o(380)]))return;const t=s[o(386)][o(374)](o(381),{class:o(392)}),a=s[o(356)][o(410)](c);e&&i[o(376)][o(405)](r[o(383)])&&s[o(386)][o(377)](o(389),t),s[o(386)][o(349)](a,t),s[o(356)][o(416)](t,r[o(383)])}}}const Oi=Di;function Di(t,e){const n=Fi();return(Di=function(t,e){return n[t-=113]})(t,e)}function Fi(){const t=["49374brjaGE","type","get","formatBlock","3bqCIUV","RemoveFormatEditing","format","_registerLegacyDescription","4895ctsniB","formatInline","removeFormat","50kwCQCu","plugins","has","registerDescriptionCallback","62960oZBfGX","2020668qKvqEH","2884819XPDsMN","*Remove all formatting*","editor","3353524GapIjS","6570ltrOjN","1122872ZqVyKm","locale","afterInit","commandName","_enableDefaultAttributesIntegration","TrackChangesEditing","_descriptionFactory"];return(Fi=function(){return t})()}!function(t,e){const n=Di,r=t();for(;;)try{if(568503===-parseInt(n(123))/1+parseInt(n(117))/2+parseInt(n(134))/3*(-parseInt(n(121))/4)+-parseInt(n(138))/5*(-parseInt(n(122))/6)+parseInt(n(118))/7+parseInt(n(116))/8+parseInt(n(130))/9*(parseInt(n(141))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fi);class xi extends t.Plugin{[Oi(125)](){const t=Oi,e=this[t(120)];e[t(113)][t(114)](t(135))&&(e[t(113)][t(132)](t(128))[t(127)](t(140)),this[t(137)]())}[Oi(137)](){const t=Oi,e=this[t(120)];e[t(113)][t(132)](t(128))[t(129)][t(115)]((n=>{const r=t;if(r(133)!=n[r(131)]&&r(139)!=n[r(131)])return;const{data:s}=n;return s&&r(140)==s[r(126)]?{type:r(136),content:zr(e[r(124)],r(119))}:void 0}))}}function Pi(t,e){const n=Bi();return(Pi=function(t,e){return n[t-=434]})(t,e)}function Bi(){const t=["goToNextRestrictedEditingException","2111884kjzQBd","trackChanges","1964RFHsYJ","1263752vaIDYF","7103421GfUsGL","discardSelectedSuggestions","8tdZLQk","789123BvDugk","RestrictedEditingModeEditing","has","enableCommand","1979920BJSkIl","5006976gRSAZt","acceptSelectedSuggestions","acceptSuggestion","acceptAllSuggestions","TrackChangesEditing","discardSuggestion","goToPreviousRestrictedEditingException","afterInit","editor","plugins","discardAllSuggestions","get","233diVysf"];return(Bi=function(){return t})()}const Ui=Pi;!function(t,e){const n=Pi,r=t();for(;;)try{if(567417===parseInt(n(445))/1*(-parseInt(n(449))/2)+-parseInt(n(454))/3+parseInt(n(447))/4+parseInt(n(458))/5+-parseInt(n(459))/6+-parseInt(n(450))/7*(-parseInt(n(453))/8)+parseInt(n(451))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[Ui(440)](){const t=Ui,e=this[t(441)];if(!e[t(442)][t(456)](t(455)))return;const n=e[t(442)][t(444)](t(437));n[t(457)](t(439)),n[t(457)](t(446));const r=e[t(442)][t(444)](t(455));r[t(457)](t(448)),r[t(457)](t(435)),r[t(457)](t(438)),r[t(457)](t(436)),r[t(457)](t(443)),r[t(457)](t(434)),r[t(457)](t(452))}}const Gi=zi;function Vi(){const t=["mapper","includes","span","high","requires","325329OnyWKF","TrackChangesEditing","editor","downcastDispatcher","8599671BgXWXE","merge","ck-suggestion-marker--active","ck-suggestion-marker-","test","120ypCntZ","createPositionBefore","markerName","element","addMarker:suggestion:insertion","split","addClass","consumable","getItems","enableCommand","plugins","shiftEnter","deletion","3271182VotmzI","_descriptionFactory","addMarker:suggestion","328951iZUVuq","28ZrJRGT","ELEMENT_LINE_BREAK","bindElementToMarker","activeMarkers","toViewPosition","964502vmDsbG","markerRange","8857KZcoyS","get","2078225uwXDJl","showSuggestionHighlights","softBreak","registerElementLabel","locale","addMarker:suggestion:deletion","writer","init","insert","model","data","options","createUIElement","name","editing"];return(Vi=function(){return t})()}!function(t,e){const n=zi,r=t();for(;;)try{if(424511===-parseInt(n(272))/1+parseInt(n(270))/2+parseInt(n(294))/3*(-parseInt(n(265))/4)+parseInt(n(274))/5+parseInt(n(261))/6+parseInt(n(264))/7*(parseInt(n(303))/8)+-parseInt(n(298))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class Hi extends t.Plugin{static get[Gi(293)](){return[Js.ShiftEnter]}[Gi(281)](){const t=Gi,e=this[t(296)],n=e[t(258)][t(273)](t(295));n[t(312)](t(259)),e[t(288)][t(297)].on(t(307),Wi(e),{priority:t(292)}),e[t(288)][t(297)].on(t(279),Wi(e),{priority:t(292)}),e[t(284)][t(297)].on(t(263),((n,r,s)=>{const o=t;s[o(285)][o(275)]&&Wi(e,{showActiveMarker:!1})(n,r,s)})),n[t(262)][t(277)](t(276),(n=>zr(e[t(278)],t(266),n)))}}function zi(t,e){const n=Vi();return(zi=function(t,e){return n[t-=258]})(t,e)}function Wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=zi,i=t[o(258)][o(273)](o(295));if(!s[o(310)][o(302)](r[o(271)],n[o(287)]))return;const a=t[o(283)];for(const t of r[o(271)][o(311)]()){if(!t.is(o(306),o(276)))continue;const n=o(260)==r[o(305)][o(308)](":")[1]?o(299):o(308),c=s[o(280)][o(286)](o(291),{class:o(301)+n}),u=s[o(289)][o(269)](a[o(304)](t));e&&i[o(268)][o(290)](r[o(305)])&&s[o(280)][o(309)](o(300),c),s[o(280)][o(282)](u,c),s[o(289)][o(267)](c,r[o(305)])}}}function Ki(){const t=["locale","StandardEditingModeEditing","has","commandName","get","selection","_descriptionFactory","format","forceValue","enableCommand","FORMAT_RESTRICTED_ENABLED","getRanges","formatInline","isCollapsed","from","2785554FLjCaq","model","commands","1108gbirNn","editor","6566220cnfRhw","TrackChangesEditing","FORMAT_RESTRICTED_DISABLED","29023080GoysOX","formatBlock","2270pOwDKq","commandParams","314138AFRjvj","5236242BHUTza","registerDescriptionCallback","plugins","document","markInlineFormat","afterInit","value","type","change","4722081ljfWRe","3CZgFlB","8fWAQCQ","restrictedEditingException"];return(Ki=function(){return t})()}const qi=Xi;function Xi(t,e){const n=Ki();return(Xi=function(t,e){return n[t-=297]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(648529===parseInt(n(311))/1*(parseInt(n(300))/2)+parseInt(n(329))/3+-parseInt(n(332))/4*(parseInt(n(298))/5)+parseInt(n(301))/6+-parseInt(n(310))/7*(-parseInt(n(312))/8)+parseInt(n(334))/9+-parseInt(n(337))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Zi extends t.Plugin{[qi(306)](){const t=qi,e=this[t(333)],n=e[t(330)],r=e[t(314)];if(!e[t(303)][t(316)](t(315)))return;const s=e[t(303)][t(318)](t(335)),o=t(313),i=e[t(331)][t(318)](o);s[t(323)](o,((e,r={})=>{const a=t,c=n[a(304)][a(319)];if(c[a(327)])return void e(r);const u=void 0!==r[a(322)]?r[a(322)]:!i[a(307)];n[a(309)]((()=>{const t=a,e=Array[t(328)](c[t(325)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(305)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(320)][t(302)]((e=>{const n=t;if(n(297)!=e[n(308)]&&n(326)!=e[n(308)])return;const{data:s}=e;return s&&s[n(317)]==o?s[n(299)][0][n(322)]?{type:n(321),content:zr(r,n(324))}:{type:n(321),content:zr(r,n(336))}:void 0}))}}const Ji=Qi;function Qi(t,e){const n=Yi();return(Qi=function(t,e){return n[t-=374]})(t,e)}function Yi(){const t=["has","FORMAT_STYLE","block","element","_descriptionFactory","commandParams","get","1974snjdKJ","registerAttributeLabel","DataSchema","toLowerCase","16855sVFbwv","10144952MtRysM","type","forceValue","3887952JzxSwM","getGhsAttributeNameForElement","TrackChangesEditing","config","*Set format:* %0","45IyLkLL","311gIiLtx","plugins","3543010pgPbZJ","GeneralHtmlSupport","style","Style","format","commandName","inline","registerDescriptionCallback","_registerLegacyDescription","styleName","StyleUtils","576SfhJAQ","*Remove format:* %0","ghsAttributes","formatBlock","normalizeConfig","formatInline","_registerInlineAttribute","afterInit","definitions","editor","_enableDefaultAttributesIntegration","302547oDphNY","9273648JJomWJ","_registerBlockAttribute","add","locale"];return(Yi=function(){return t})()}!function(t,e){const n=Qi,r=t();for(;;)try{if(974698===parseInt(n(414))/1*(-parseInt(n(400))/2)+-parseInt(n(408))/3+parseInt(n(377))/4*(parseInt(n(404))/5)+parseInt(n(389))/6+parseInt(n(388))/7+-parseInt(n(405))/8+parseInt(n(413))/9*(parseInt(n(416))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Ji(384)](){const t=Ji,e=this[t(386)];if(!e[t(415)][t(393)](t(419))||!e[t(415)][t(393)](t(402)))return;const n=e[t(415)][t(399)](t(410)),r=e[t(392)],s=e[t(411)][t(399)](t(418))||{},o=e[t(415)][t(399)](t(417)),i=e[t(415)][t(399)](t(376))[t(381)](e[t(415)][t(399)](t(402)),s[t(385)]);n[t(387)](t(418));const a=new Set;for(const e of i[t(395)]){const n=o[t(409)](e[t(396)]);a[t(391)](n)}const c=new Set;for(const e of i[t(422)]){const n=o[t(409)](e[t(396)]);c[t(391)](n);for(const n of e[t(379)])c[t(391)](n)}for(const e of a)n[t(390)](e),n[t(397)][t(401)](e,zr(r,t(394)));for(const e of c)n[t(383)](e),n[t(397)][t(401)](e,zr(r,t(394)));this[t(374)]()}[Ji(374)](){const t=Ji,e=this[t(386)],n=e[t(392)];e[t(415)][t(399)](t(410))[t(397)][t(423)]((e=>{const r=t;if(r(380)!=e[r(406)]&&r(382)!=e[r(406)])return;const{data:s}=e;return s&&r(418)===s[r(421)]?s[r(398)][0][r(407)]?{type:r(420),content:zr(n,r(412),s[r(398)][0][r(375)][r(403)]())}:{type:r(420),content:zr(n,r(378),s[r(398)][0][r(375)][r(403)]())}:void 0}))}}const ta=ea;function ea(t,e){const n=na();return(ea=function(t,e){return n[t-=208]})(t,e)}function na(){const t=["insert","createRangeOn","highest","discard","downcastDispatcher","tableCell","deletion","commands","isTouching","fromRange","markMultiRangeDeletion","insertTableColumnLeft","push","colspan","registerPostFixer","12456GIyhTY","ELEMENT_TABLE_COLUMN_WITH_TEXT","data","span","add","rootName","item","root","minColumn","_splitMarkerName","insertTableRowAbove","min","low","100050TzWNOL","395040QiHBLU","insertTable","createTableWalker","execute","position","last","left","getContainedElement","tableColumn","showSuggestionHighlights","model","TableUtils","_acceptFormatSuggestionCallbackFactory","join","77Mzwtxb","startsWith","selectTableRow","_descriptionFactory","getSelectionAffectedTableCells","getRanges","end","getSuggestion","length","getItems","isEqual","toLowerCase","TableEditing","maxColumn","above","editor","suggestion","element","227024tsbquU","enableCommand","ELEMENT_TABLE_ROW_WITH_TEXT","nodeBefore","insertTableColumnRight","refresh","getChanges","max","options","writer","classes","createRangeIn","minRow","findAncestor","130sLPtAW","657060JuPPlz","MIN_SAFE_INTEGER","maxRow","cell","$graveyard","rowspan","_getSuggestionCoords","registerElementLabel","_tablePostFixingSubtypes","isInContent","change:data","_suggestionFactory","first","setSelection","from","29170oNMuwh","forceValue","oldRange","addClass","selection","table","subType","differ","addMarker:suggestion","tablePaste","insertion","removeClass","type","removeTableRow","_tableSuggestions","getChildren","_setupColumnsRowsFixing","getColumnIndexes","toViewElement","start","_getCoordsForCells","insertTableRowBelow","addRange","get","createPositionAt","markMultiRangeInsertion","every","nodeAfter","batch","removeTableColumn","getRowIndexes","isIntersectingWithRange","MAX_SAFE_INTEGER","getAttribute","enqueueChange","substr","getChangedMarkers","some","TrackChangesEditing","$textProxy","accept","ELEMENT_TABLE_COLUMN","selectTableColumn","detach","includes","has","values","locale","document","map","getCellLocation","ELEMENT_TABLE_WITH_TEXT","plugins","name","getFirstRange","afterInit","isArray","3380432TSMYRu","filter","*Insert:* %0","mapper","ELEMENT_TABLE_ROW","tableRow","registerCustomCallback","*Remove:* %0","3071241tMPjpJ","order","change","ELEMENT_TABLE","registerDescriptionCallback","hasAttribute"];return(na=function(){return t})()}!function(t,e){const n=ea,r=t();for(;;)try{if(807459===-parseInt(n(345))/1+-parseInt(n(231))/2+-parseInt(n(311))/3+-parseInt(n(216))/4*(parseInt(n(230))/5)+-parseInt(n(346))/6*(parseInt(n(360))/7)+parseInt(n(303))/8+parseInt(n(332))/9*(parseInt(n(246))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(na);class ra extends t.Plugin{constructor(t){const e=ea;super(t),this[e(239)]=[e(308),e(354)],this[e(260)]=new Set}[ta(301)](){const t=ta,e=this[t(213)],n=e[t(356)][t(294)][t(250)];if(!e[t(298)][t(291)](t(210)))return;const r=e[t(293)],s=e[t(298)][t(269)](t(284)),o=e[t(298)][t(269)](t(357));s[t(363)][t(238)](t(251),(e=>zr(r,t(314),e))),this[t(262)](),s[t(217)](t(347)),s[t(217)](t(362)),s[t(217)](t(288));for(const r of[t(342),t(267)]){const i=e[t(324)][t(269)](r);s[t(217)](r,(r=>{const a=t;e[a(356)][a(313)]((t=>{const e=a;r();const c=e(212)===i[e(312)],u=o[e(364)](n),l=o[e(276)](u),f=c?l[e(243)]-1:l[e(351)]+1,h=u[0][e(229)](e(251)),g=o[e(348)](h,{startRow:f,endRow:f}),d=Array[e(245)](g)[e(295)]((n=>t[e(318)](n[e(234)])));s[e(271)](d,e(308))}))}))}for(const r of[t(328),t(220)]){const i=e[t(324)][t(269)](r);s[t(217)](r,(r=>{const a=t;e[a(356)][a(313)]((t=>{const e=a;r();const c=e(352)===i[e(312)],u=o[e(364)](n),l=o[e(263)](u),f=c?l[e(243)]-1:l[e(351)]+1,h=u[0][e(229)](e(251)),g=o[e(348)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(245)](g)[e(295)]((n=>t[e(318)](n[e(234)])));s[e(271)](d,e(354))}))}))}for(const r of[t(259),t(275)]){const i=r[t(281)](11),a=i[t(209)](),c=a[t(281)](0,3)+t(335),u=t(251)+i,l=t(343)+i,f=t(223)+i;s[t(217)](r,(()=>{const i=t;e[i(356)][i(313)]((t=>{const e=i,h=o[e(364)](n),g=h[0][e(229)](e(251));let d;if(e(259)==r){const t=o[e(276)](h);d={startRow:t[e(243)],endRow:t[e(351)],includeAllSlots:!0}}else{const t=o[e(263)](h);d={startColumn:t[e(243)],endColumn:t[e(351)],includeAllSlots:!0}}const p=o[e(348)](g,d),m=Array[e(245)](p)[e(295)]((({cell:t})=>t)),I=sa(m[e(304)]((t=>t[e(316)](c)))),E=sa(m[e(304)]((t=>!t[e(316)](c))))[e(295)]((n=>t[e(318)](n))),b=s[e(327)](E,u);if(b&&(e(308)==b[e(252)]||e(354)==b[e(252)])){const n=this[e(237)](b);for(const r of I){const s=t[e(318)](r),i=o[e(296)](r),u=r[e(279)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(268)](s)}}}))}))}function c(r){const s=t,o=Array[s(245)](n[s(365)]())[s(295)]((t=>i.LiveRange[s(326)](t)));e[s(356)][s(313)]((t=>{const n=s,i=t[n(274)];r=r[n(304)]((t=>n(235)!=t[n(339)][n(337)])),t[n(244)](r),e[n(324)][n(269)](n(259))[n(221)](),e[n(349)](n(259),{forceDefaultExecution:!0}),e[n(356)][n(280)]((()=>{const t=n;e[t(356)][t(280)](i,(e=>{const n=t,r=o[n(304)]((t=>n(235)!=t[n(339)][n(337)]));r[n(368)]>0&&e[n(244)](r);for(const t of o)t[n(289)]()}))}))}))}function u(r){const s=t;e[s(356)][s(313)]((t=>{const o=s,a=Array[o(245)](n[o(365)]())[o(295)]((t=>i.LiveRange[o(326)](t))),c=[];for(const t of r)for(const e of t[o(369)]({shallow:!0}))c[o(329)](e);for(const n of c)o(235)!=n[o(339)][o(337)]&&(t[o(244)](t[o(270)](n,0)),e[o(324)][o(269)](o(275))[o(221)](),e[o(349)](o(275),{forceDefaultExecution:!0}));const u=a[o(304)]((t=>o(235)!=t[o(339)][o(337)]));u[o(368)]>0&&t[o(244)](u);for(const t of a)t[o(289)]()}))}function l(e,n){const r=t;return n[r(272)]((t=>e[r(283)]((e=>e[r(366)][r(208)](t[r(265)])||t[r(366)][r(208)](e[r(265)])))))}function f(e,n){const r=t;return e[r(283)]((t=>n[r(283)]((e=>t[r(366)][r(325)](e[r(265)])))))}e[t(334)][t(321)].on(t(254),((e,n,r)=>{const s=t;if(!r[s(224)][s(355)])return;const o=n[s(338)];if(!o)return;const i=r[s(306)][s(264)](o);function c(t){return Array[s(302)](t)?t:[t]}i&&s(322)===o[s(299)]&&(0,a.setHighlightHandling)(i,r[s(225)],((t,e,n)=>n[s(249)](c(e[s(226)]),t)),((t,e,n)=>n[s(257)](c(e[s(226)]),t)))}),{priority:t(319)}),s[t(363)][t(315)]((e=>{const n=t;if(n(256)!=e[n(258)]&&n(323)!=e[n(258)])return;const s=e[n(353)]();if(null!=s&&s.is(n(215),n(251))){if(n(256)==e[n(258)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)]));if(t[n(368)])return{type:n(256),content:zr(r,n(305),zr(r,n(297),'"'+t[n(359)](" ")+'"'))}}if(n(323)==e[n(258)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)]));if(t[n(368)])return{type:n(323),content:zr(r,n(310),zr(r,n(297),'"'+t[n(359)](" ")+'"'))}}}})),s[t(363)][t(315)]((e=>{const n=t;if(n(308)==e[n(252)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)])),s=this[n(237)](e),o=s[n(233)]-s[n(228)]+1;if(n(256)==e[n(258)])return t[n(368)]?{type:n(256),content:zr(r,n(305),zr(r,n(218),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(256),content:zr(r,n(305),zr(r,n(307),o))};if(n(323)==e[n(258)])return t[n(368)]?{type:n(323),content:zr(r,n(310),zr(r,n(218),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(323),content:zr(r,n(310),zr(r,n(307),o))}}if(n(354)==e[n(252)]){const t=e[n(369)]()[n(304)]((t=>t.is(n(285))))[n(295)]((t=>t[n(334)])),s=this[n(237)](e),o=s[n(211)]-s[n(340)]+1;if(n(256)==e[n(258)])return t[n(368)]?{type:n(256),content:zr(r,n(305),zr(r,n(333),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(256),content:zr(r,n(305),zr(r,n(287),o))};if(n(323)==e[n(258)])return t[n(368)]?{type:n(323),content:zr(r,n(310),zr(r,n(333),[o,'"'+t[n(359)](" ")+'"']))}:{type:n(323),content:zr(r,n(310),zr(r,n(287),o))}}})),s[t(242)][t(309)](t(256),t(308),t(320),c),s[t(242)][t(309)](t(323),t(308),t(286),c),s[t(242)][t(309)](t(256),t(354),t(320),u),s[t(242)][t(309)](t(323),t(354),t(286),u),s[t(242)][t(309)](t(256),t(354),t(359),l),s[t(242)][t(309)](t(323),t(354),t(359),l),s[t(242)][t(309)](t(256),t(308),t(359),f),s[t(242)][t(309)](t(323),t(308),t(359),f)}[ta(358)](){const t=ta,e=this[t(213)],n=e[t(356)][t(294)][t(250)];return(r,s)=>{const o=t;e[o(356)][o(313)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(366)][a(219)];u&&u[0]&&!1===u[0][a(247)]&&(l=r[0][a(265)][a(273)]);const f=t[a(227)](l);if(a(235)==f[a(339)][a(337)])return;const h=Array[a(245)](n[a(365)]())[a(295)]((t=>i.LiveRange[a(326)](t)));t[a(244)](f),e[a(324)][a(269)](c)[a(221)](),u[a(329)]({forceDefaultExecution:!0}),e[a(349)](c,...u);const g=h[a(304)]((t=>a(235)!=t[a(339)][a(337)]));g[a(368)]>0&&t[a(244)](g);for(const t of h)t[a(289)]()}))}}[ta(266)](t){const e=ta,n=this[e(213)][e(298)][e(269)](e(357));let r=Number[e(278)],s=Number[e(232)],o=Number[e(278)],i=Number[e(232)];for(const a of t){if(e(235)==a[e(339)][e(337)])continue;const{row:t,column:c}=n[e(296)](a),u=a[e(316)](e(236))?a[e(279)](e(236))-1:0,l=a[e(316)](e(330))?a[e(279)](e(330))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[ta(262)](){const t=ta,e=this[t(213)],n=e[t(298)][t(269)](t(284)),r=e[t(298)][t(269)](t(357));e[t(356)][t(294)].on(t(241),(()=>{const r=t,s=Array[r(245)](e[r(356)][r(294)][r(253)][r(282)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(341)](t);if(r(214)!=s)continue;if(null!=e[r(248)])continue;const a=n[r(367)](o);this[r(239)][r(290)](i)&&this[r(260)][r(336)](a)}}),{priority:t(344)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(318)](e),a=e[s(229)](s(251)),c=r[s(296)](e);for(const t of this[s(260)]){const n=t[s(252)],r=n[s(361)](s(255)),u=n[s(281)](r?10:5),l=u[s(209)](),f=l[s(281)](0,3)+s(335),h=s(343)+u,g=s(223)+u;if(!t[s(240)])continue;if(a!=t[s(300)]()[s(265)][s(229)](s(251)))continue;if(t[s(277)](i))continue;const d=e[s(316)](f)?e[s(279)](f)-1:0,p=this[s(237)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(268)](i),o=!0)}return o};e[t(356)][t(294)][t(331)]((n=>{const r=t;let o=!1;for(const t of e[r(356)][r(294)][r(253)][r(222)]())if(r(317)==t[r(258)])if(r(308)==t[r(299)])for(const e of t[r(350)][r(273)][r(261)]())o=o||s(e,n);else r(322)==t[r(299)]&&(o=o||s(t[r(350)][r(273)],n));return o}))}[ta(237)](t){const e=ta;return this[e(266)](t[e(365)]()[e(295)]((t=>t[e(265)][e(273)])))}}function sa(t){const e=ta;return Array[e(245)](new Set(t)[e(292)]())}const oa=aa;function ia(){const t=["commandName","selection","mergeTableCellUp","root","change","_tablePostFixingSubtypes","4112087tiTqJs","highest","type","formatInline","_isForcedDefaultExecutionBlock","1675605kCcHxy","registerCustomCallback","plugins","createRangeOn","getSuggestions","796144KMUJbL","$graveyard","detach","subType","direction","splitTableCellHorizontally","getRanges","low","mergeTableCellRight","size","has","set:isEnabled","refresh","_acceptFormatSuggestionCallbackFactory","tableCell","mergeTableCellDown","rootName","cell","registerDescriptionCallback","requires","deletion","enableCommand","format","locale","*Split cell:* horizontally","filter","getCellLocation","document","getFirstPosition","value","getAncestors","_areSelectedCellsMergable","mergeTableCells","forceDefaultExecution","map","getSelectionAffectedTableCells","632skOwmj","setSelection","get","return","markBlockFormat","_suggestionFactory","fromRange","TrackChangesEditing","insertion","find","12xkhljp","accept","editor","model","*Merge cells*","TableUtils","length","execute","table","author","_areMergableCells","722766zRqUIy","10TgNTfL","TableEditing","8xzpqHN","splitTableCellVertically","from","commands","element","horizontally","stop","isEnabled","_descriptionFactory","add","2754024OQimjo","findAncestor","createTableWalker","trackChanges","containsRange","markMultiRangeBlockFormat","formatBlock","afterInit","2917ISLthJ","*Split cell:* vertically","isInContent","mergeTableCellLeft","push","1635759npELCq"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=402]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(585387===-parseInt(n(474))/1*(parseInt(n(432))/2)+-parseInt(n(442))/3*(-parseInt(n(496))/4)+parseInt(n(491))/5+-parseInt(n(466))/6+parseInt(n(486))/7*(parseInt(n(456))/8)+-parseInt(n(479))/9*(-parseInt(n(454))/10)+parseInt(n(453))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(415)](){return[ra]}[oa(473)](){const t=oa,e=this[t(444)],n=e[t(445)][t(423)][t(481)],r=e[t(419)];if(!e[t(493)][t(406)](t(455)))return;const s=e[t(493)][t(434)](t(439)),o=e[t(493)][t(434)](t(447)),a=e[t(493)][t(434)](ra);a[t(485)][t(478)](t(428)),s[t(417)](t(428),(()=>{const n=t,r=o[n(431)](e[n(445)][n(423)][n(481)]);e[n(445)][n(484)]((()=>{const t=n;s[t(471)](r,{commandName:t(428),commandParams:[]},[],t(428))}))})),e[t(459)][t(434)](t(428)).on(t(449),((n,r)=>{const o=t;e[o(459)][o(434)](o(469))[o(425)]&&(r[o(448)]>0&&r[r[o(448)]-1]&&r[r[o(448)]-1][o(429)]||s[o(490)]||this[o(427)]()||n[o(462)]())}),{priority:t(487)});for(const n of[t(482),t(404),t(411),t(477)]){const r=e[t(459)][t(434)](n);s[t(417)](n,(()=>{const n=t,o=e[n(445)][n(423)][n(481)][n(424)]()[n(426)]()[n(441)]((t=>t.is(n(460),n(410)))),i=r[n(425)];e[n(445)][n(484)]((()=>{const t=n;s[t(471)]([o,i],{commandName:t(428),commandParams:[]},[],t(428))}))}))}for(const n of[t(457),t(501)]){const r=e[t(459)][t(434)](n);s[t(417)](n,(()=>{const i=t,a=o[i(431)](e[i(445)][i(423)][i(481)])[0],c=a[i(467)](i(450)),{column:u,row:l}=o[i(422)](a);let f=[];if(i(461)==r[i(500)]){const t=o[i(468)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(458)](t)[i(430)]((t=>t[i(413)]))}else{const t=o[i(468)](c,{column:u,includeAllSlots:!0});f=Array[i(458)](t)[i(430)]((t=>t[i(413)]))}e[i(445)][i(484)]((t=>{const e=i;s[e(436)](t[e(494)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(464)][t(414)]((e=>{const n=t;if(n(472)!=e[n(488)]&&n(489)!=e[n(488)])return;const{data:s}=e;return s&&n(428)==s[n(480)]?{type:n(418),content:zr(r,n(446))}:void 0})),s[t(464)][t(414)]((e=>{const n=t;if(n(472)!=e[n(488)]&&n(489)!=e[n(488)])return;const{data:s}=e;return s?n(457)==s[n(480)]?{type:n(418),content:zr(r,n(475))}:n(501)==s[n(480)]?{type:n(418),content:zr(r,n(420))}:void 0:void 0}));const c=a[t(409)]();for(const e of[t(482),t(404),t(411),t(477)])s[t(437)][t(492)](t(472),e,t(443),c);for(const e of[t(457),t(501)])s[t(437)][t(492)](t(472),e,t(443),c);s[t(437)][t(492)](t(472),t(428),t(443),(r=>{const s=t;e[s(445)][s(484)]((t=>{const o=s,a=Array[o(458)](n[o(402)]())[o(430)]((t=>i.LiveRange[o(438)](t)));t[o(433)](r),e[o(459)][o(434)](o(428))[o(408)](),e[o(449)](o(428),{forceDefaultExecution:!0});const c=a[o(421)]((t=>o(497)!=t[o(483)][o(412)]));c[o(448)]>0&&t[o(433)](c);for(const t of a)t[o(498)]()}))}));for(const n of[t(482),t(411),t(477),t(404)]){const r=e[t(459)][t(434)](n);r.on(t(407),((n,s,o)=>{const i=t;if(o){const t=e[i(445)][i(423)][i(481)][i(424)]()[i(426)]()[i(441)]((t=>t.is(i(460),i(410))));this[i(452)](r[i(425)],t)||(n[i(435)]=!1,n[i(462)]())}}),{priority:t(403)})}}[oa(427)](){const t=oa,e=this[t(444)][t(459)][t(434)](t(428)),n=this[t(444)][t(493)][t(434)](t(447));if(!e[t(463)])return!1;const r=n[t(431)](this[t(444)][t(445)][t(423)][t(481)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(452)](e,n))return!1;return!0}[oa(452)](t,e){const n=oa,r=this[n(444)][n(493)][n(434)](n(439)),s=this[n(444)][n(445)][n(494)](t),o=this[n(444)][n(445)][n(494)](e),i=new Set,a=new Set;for(const t of r[n(495)]())if((n(440)==t[n(488)]||n(416)==t[n(488)]||n(428)==t[n(499)])&&t[n(476)])for(const e of t[n(402)]())e[n(470)](s,!0)&&i[n(465)](t[n(488)]+":"+t[n(451)].id),e[n(470)](o,!0)&&a[n(465)](t[n(488)]+":"+t[n(451)].id);if(i[n(405)]!=a[n(405)])return!1;for(const t of i)if(!a[n(406)](t))return!1;return!0}}const ua=fa;function la(){const t=["FORMAT_REGULAR_COLUMN","_descriptionFactory","editing","registerCustomCallback","FORMAT_REGULAR_ROW","consumable","227660kXSXVl","parent","_enableDefaultAttributesIntegration","includes","setTableRowHeader","writer","getCellLocation","3855432EHDwPH","FORMAT_HEADER_COLUMN","addMarker:suggestion","_splitMarkerName","markerName","setAttribute","6545133MdfFcy","7RIEujF","commandParams","editor","markerNameToElements","accept","removeAttribute","format","activeMarkers","consume","type","ck-suggestion-marker--active","TrackChangesEditing","headingRows","requires","setTableColumnHeader","getSuggestion","22510OiYdSv","942614nJCNFI","mapper","highest","headingColumns","end","commandName","locale","removeMarker:suggestion","start","registerAttributeLabel","ck-suggestion-marker-","209famNfG","item","nodeAfter","toViewElement","data-suggestion","data","addClass","unbindElementFromMarkerName","nodeBefore","36LHMIlv","get","TableUtils","_acceptFormatSuggestionCallbackFactory","options","cell","_handleLegacySuggestions","5499064BymlPC","*Format:* %0","TableEditing","removeClass","bindElementToMarker","plugins","registerDescriptionCallback","createTableWalker","showSuggestionHighlights","FORMAT_HEADER_ROW","stop","_registerLegacyDescription","forceValue","has","436QWBDVO","afterInit","downcastDispatcher","markerRange","formatBlock","178257RGDVPu","name","_suggestionFactory"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=443]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(671482===-parseInt(n(445))/1+-parseInt(n(465))/2*(-parseInt(n(491))/3)+parseInt(n(486))/4*(-parseInt(n(444))/5)+parseInt(n(507))/6+-parseInt(n(514))/7*(-parseInt(n(472))/8)+-parseInt(n(513))/9+parseInt(n(500))/10*(parseInt(n(456))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(527)](){return[ra]}[ua(487)](){const t=ua,e=this[t(516)];if(!e[t(477)][t(485)](t(474)))return;const n=e[t(451)],r=e[t(477)][t(466)](t(525));r[t(502)](t(504),[],[t(526)]),r[t(502)](t(528),[],[t(448)]),r[t(495)][t(454)](t(526),zr(n,t(481))),r[t(495)][t(454)](t(448),zr(n,t(508))),this[t(471)]()}[ua(471)](){const t=ua,e=this[t(516)][t(477)][t(466)](t(525)),n=this[t(516)][t(477)][t(466)](t(467)),r=this[t(516)][t(477)][t(466)](ra)[t(468)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(510)](o[a(511)]),l=e[a(443)](u),f=l[a(461)];if(a(490)!=l[a(523)]||!f||a(528)!=f[a(450)])return;if(o[a(457)])return void s[a(482)]();if(!i[a(499)][a(522)](o[a(489)],s[a(492)]))return;const h=o[a(489)][a(453)][a(458)],g=o[a(489)][a(449)][a(464)],d=h[a(501)][a(501)],{column:p}=n[a(506)](h),{column:m}=n[a(506)](g);for(let s=p;s<=m;s++){const l=n[a(479)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(470)],l=i[a(446)][a(459)](s);i[a(505)][a(462)](a(455)+c,l),r&&i[a(505)][a(512)](a(460),u,l),i[a(446)][a(476)](l,o[a(511)]),t&&(e[a(521)][a(503)](o[a(511)])?i[a(505)][a(462)](a(524),l):i[a(505)][a(475)](a(524),l))}}}}e[t(493)][t(497)](t(490),t(504),t(518),r),e[t(493)][t(497)](t(490),t(528),t(518),r),this[t(516)][t(496)][t(488)].on(t(509),s(),{priority:t(447)}),this[t(516)][t(461)][t(488)].on(t(509),((e,n,r)=>{const o=t;r[o(469)][o(480)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(447)}),this[t(516)][t(496)][t(488)].on(t(452),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(510)](r[o(511)]),c=e[o(443)](a),u=c[o(461)];if(o(490)!=c[o(523)]||!u||o(528)!=u[o(450)])return;const l=s[o(446)][o(517)](r[o(511)]);if(l)for(const t of l)s[o(505)][o(475)](o(455)+i,t),s[o(505)][o(475)](o(524),t),s[o(505)][o(519)](o(460),t),s[o(446)][o(463)](t,r[o(511)])}),{priority:t(447)}),this[t(483)]()}[ua(483)](){const t=ua,e=this[t(516)],n=e[t(451)];function r(e){const r=t;return{type:r(520),content:zr(n,r(473),e)}}e[t(477)][t(466)](t(525))[t(495)][t(478)]((e=>{const s=t;if(s(490)!=e[s(523)])return;const{data:o}=e;if(o){if(s(504)==o[s(450)]){const t=o[s(515)][0][s(484)];return r(zr(n,s(t?481:498)))}if(s(528)==o[s(450)]){const t=o[s(515)][0][s(484)];return r(zr(n,s(t?508:494)))}}}))}}const ga=Ia;function da(){const t=["endColumn","$graveyard","schema","forceDefaultExecution","documentSelection","createRangeOn","tableCellSuggestion","insertion","discard","TableClipboard","tablePasteCell","updateMarker","batch","tableCellVerticalAlignment","deletion","cell","remove","rootName","unwrap","oldRange","type","markers","editingDowncast","*Replace table cells*","options","tableCell","removeRows","map","next","getRange","markMultiRangeDeletion","getChanges","setAttributes","getAllAdjacentSuggestions","131810ztaeDs","newRange","hasSuggestion","move","content","rows","markerAttributes","afterInit","high","redo","tablePasteChainId","rowInsertionRanges","getMarkers","fromRange","insertColumns","getChangedMarkers","conversion","low","suggestionUnloaded","suggestion:formatBlock:tablePasteCell","start","TableUtils","getColumns","editor","cells","activeMarkers","selection","setAttribute","subType","return","previous","containsRange","176658tXUewt","deletionRanges","column","isEmpty","markMultiRangeInsertion","author","262yxDXcj","position","tablePasteColumn","entries","change","trackChanges","wrap","TrackChangesEditing","getSuggestionCallback","from","root","getChildren","every","tableCellBorderColor","filter","tableCellHorizontalAlignment","get","registerPostFixer","columnInsertionRanges","registerDescriptionCallback","columns","getTableIfOnlyTableInContent","accept","3775072TGVMlE","locale","element","forEach","213186lIjTFY","differ","elementToElement","tableCellBorderStyle","10629ouceRH","last","_getCoordsForCells","removeMarker","fromEntries","end","getItems","getAttributes","isEqual","dataDowncast","startsWith","set","plugins","showSuggestionHighlights","insert","ck-suggestion-marker-insertion","getColumnIndexes","has","getShiftedBy","view","createPositionBefore","tableCellPadding","previousSibling","nextSibling","tablePaste","613432uiWePb","paragraph","row","value","tableCellBorderWidth","nodeAfter","push","getSuggestion","_tablePostFixingSubtypes","createRangeIn","removeColumns","tableCellBackgroundColor","some","endRow","add","fill","keys","_descriptionFactory","model","isInContent","341ZqBqAS","markMultiRangeBlockFormat","getSuggestions","clipboardOutput","1854628AcQaaH","find","5zOpnqg","ck-suggestion-marker--active","includes","requires","rowInsertionIndexes","36HGJtrA","for","createTableWalker","getSelectionAffectedTableCells","tablePasteRow","markerToHighlight","getRows","createRange","columnInsertionIndexes","suggestion-td","getRanges","insertRows","attributes","first","_createdBatches","name","join","_splitMarkerName","register","table","length","insertionRanges","insertContent","reduce","createElement","suggestion","findAncestor","_isForcedDefaultExecutionBlock","registerCustomCallback","detach","listenTo","editing","document","getChild","getRowIndexes","commands","_replaceTableSlotCell","stop","getContainedElement","call","formatBlock","removeMarkers","ck-suggestion-marker","_suggestionFactory","Users","markerName","suggestionLoaded"];return(da=function(){return t})()}!function(t,e){const n=Ia,r=t();for(;;)try{if(399038===-parseInt(n(532))/1+-parseInt(n(505))/2*(-parseInt(n(536))/3)+-parseInt(n(585))/4+-parseInt(n(587))/5*(parseInt(n(499))/6)+parseInt(n(528))/7+parseInt(n(561))/8*(-parseInt(n(592))/9)+parseInt(n(467))/10*(parseInt(n(581))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);const pa=[ga(565),ga(518),ga(535),ga(520),ga(446),ga(572),ga(557)],ma=Object[ga(540)](pa[ga(460)]((t=>[t,null])));function Ia(t,e){const n=da();return(Ia=function(t,e){return n[t-=402]})(t,e)}class Ea extends t.Plugin{static get[ga(590)](){return[ra]}[ga(474)](){const t=ga,n=this[t(490)];if(!n[t(548)][t(553)](t(442)))return;const r=n[t(548)][t(521)](t(512)),s=n[t(548)][t(521)](t(488)),o=n[t(548)][t(521)](ra),a=n[t(548)][t(521)](t(442));o[t(569)][t(567)](t(596),t(507)),n[t(579)][t(435)][t(404)](t(439),{allowIn:t(458),allowContentOf:t(458),isLimit:!0}),n[t(483)][t(534)]({model:t(439),view:t(601)});let c=null;n[t(579)].on(t(408),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(406)]-1];h&&h[u(436)]||r[u(413)]||this[u(490)][u(421)][u(521)](u(510))[u(564)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(437)))return!1;const i=s[o(526)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(595)](n[o(418)][o(493)]);if(!a[o(406)])return!1;const c=a[0][o(412)](o(405)),l=r[o(420)](a),f=r[o(552)](a),h={startRow:l[o(605)],endRow:l[o(537)],startColumn:f[o(605)],endColumn:f[o(537)]};return 1==a[o(406)]&&(h[o(574)]+=r[o(598)](i)-1,h[o(433)]+=r[o(489)](i)-1),Ta(c,h,r)}(l,f,n[u(579)],s,a)&&(o[u(423)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(579)][u(509)]((()=>{const t=u;n[t(579)][t(408)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(406)]&&r[t(503)](o,t(596),{tablePasteChainId:s}),a[t(406)]&&r[t(503)](a,t(507),{tablePasteChainId:s}),l[t(406)]&&(r[t(503)](l,t(560),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(531)]((e=>{const n=t;var r;return null===(r=e[n(415)])||void 0===r?void 0:r[n(425)](e)}))),f[t(406)]&&(r[t(463)](f,t(560),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(531)]((e=>{const n=t;var r;return null===(r=e[n(415)])||void 0===r?void 0:r[n(425)](e)})));const g=r[t(582)](h[t(460)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(443),{tablePasteChainId:s});if(g){const e=g[t(479)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(579)][t(438)](s),a=e[t(586)]((e=>e[t(462)]()[t(544)](i)));a&&r[t(567)]([a[t(607)],o])}r[t(406)]&&g[t(494)](t(473),Object[t(540)](r))}c=null})))}),{priority:e.priorities[t(475)]+10}),n[t(548)][t(521)](t(442)).on(t(422),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(423)]();const u=s[r(448)],l=o,f=ba(u),h=ba(l);e[r(496)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(449)](u[r(419)](0));for(const t of Array[r(514)](l[r(516)]()))a[r(550)](t,u,r(541));const t=c[r(591)][r(589)](s[r(563)]),e=c[r(600)][r(589)](s[r(501)]);t||e||(g=i.LiveRange[r(480)](a[r(570)](u)))}else h&&!f&&(d=a[r(570)](u));else{const t=a[r(410)](r(439)),e=a[r(410)](r(439));a[r(511)](a[r(570)](u),e),a[r(550)](t,u,0);for(const e of Array[r(514)](l[r(516)]()))a[r(550)](e,t,r(541));g=i.LiveRange[r(480)](a[r(438)](t)),d=i.LiveRange[r(480)](a[r(438)](e))}const p=Array[r(514)](l[r(543)]())[r(519)]((([t])=>pa[r(589)](t)));c[r(491)][r(567)]({element:u,attributes:p[r(406)]?Object[r(540)](p):null}),g&&c[r(407)][r(567)](g),d&&c[r(500)][r(567)](d)}),{priority:t(475)}),s.on(t(481),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(525)]||1;c[o(600)]=new Array(l)[o(576)](u)[o(460)](((t,e)=>t+e));for(const{cell:t}of s[o(594)](i,{startColumn:u,endColumn:u+l-1}))c[o(523)][o(567)](n[o(579)][o(438)](t))}),{priority:t(484)}),s.on(t(603),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(472)]||1;c[o(591)]=new Array(l)[o(576)](u)[o(460)](((t,e)=>t+e));for(const{cell:t}of s[o(594)](i,{startRow:u,endRow:u+l-1}))c[o(478)][o(567)](n[o(579)][o(438)](t))}),{priority:t(484)}),r[t(578)][t(524)]((e=>{const r=t;if(e[r(495)]&&e[r(495)][r(546)](r(560)))return e[r(497)]?{}:{type:r(440),content:zr(n[r(529)],r(456))}}));const u=()=>!1;for(const e of[t(560),t(507),t(596),t(443)])r[t(429)][t(414)](t(440),e,t(402),u),r[t(429)][t(414)](t(447),e,t(402),u),r[t(429)][t(414)](t(426),e,t(402),u);r[t(429)][t(414)](t(426),t(443),t(441),u),r[t(429)][t(414)](t(426),t(443),t(527),((e,r,s)=>{const o=t,i=e[o(460)]((t=>t[o(424)]()))[o(519)]((t=>t)),a=new Map(i[o(460)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(491)])e&&a[o(547)](t,e);else if(s&&s[o(473)])for(const[t,e]of Object[o(508)](s[o(473)])){const r=n[o(579)][o(454)][o(521)](t),s=r?r[o(462)]()[o(424)]():null;s&&a[o(547)](s,e)}n[o(579)][o(509)]((t=>{const e=o;for(const[n,r]of a)t[e(465)]({...ma,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(429)][o(414)](e,o(560),s,((t,i,a)=>{const c=o;n[c(579)][c(509)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(487)][o(566)];t.is(o(530),o(439))&&u[o(567)](t)}r[o(429)][o(513)](e,null,s)(t,i,a);for(const t of u)o(434)!=t[o(515)][o(450)]&&n[o(451)](t)}))}))};l(t(440),t(527)),l(t(440),t(441)),l(t(447),t(527)),l(t(447),t(441)),r[t(429)][t(414)](t(440),t(596),t(441),(e=>{const n=t,r=e[n(460)]((t=>t[n(424)]())),i=r[0][n(412)](n(405)),{minRow:a,maxRow:c}=o[n(538)](r);s[n(459)](i,{at:a,rows:c-a+1})})),r[t(429)][t(414)](t(440),t(507),t(441),(e=>{const n=t,r=e[n(460)]((t=>t[n(424)]())),i=r[0][n(412)](n(405)),{minColumn:a,maxColumn:c}=o[n(538)](r);s[n(571)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(495)]||!n[s(495)][s(546)](s(560)))return;const o=n[s(604)][s(477)],i=r[s(583)]()[s(519)]((t=>t[s(580)]&&t[s(604)]&&t[s(604)][s(477)]==o));i[s(406)]&&n[s(466)]()[s(406)]!=i[s(406)]&&i[s(409)](((t,e)=>(t[s(461)]=e,e[s(497)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(403)](e[s(431)]),i=[s(428),s(551)],a=r[s(492)][s(589)](e[s(431)]);return a&&i[s(567)](s(588)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(432),f,{priority:t(475)}),r.on(t(485),f,{priority:t(475)}),n[t(579)][t(418)][t(522)]((()=>{const e=t;let s=!1;const o=Array[e(514)](n[e(579)][e(418)][e(533)][e(482)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(403)](t);if(e(411)!=o||e(447)!=a||i[e(452)])continue;if(!r[e(469)](c))continue;const u=r[e(568)](c)[e(602)](),l=n[e(548)][e(521)](e(430)).me;for(const t of r[e(583)]())if(t[e(580)]&&t[e(504)]==l&&e(426)==t[e(453)]&&e(443)==t[e(495)]&&t[e(602)]()[e(517)]((t=>u[e(573)]((n=>n[e(498)](t,!0))))))for(const n of t[e(466)]())n[e(580)]&&(n[e(441)](),s=!0)}return s})),n[t(579)][t(418)][t(522)]((e=>{const s=t,o=n[s(421)][s(521)](s(476));if(!o||!o[s(606)][s(553)](e[s(445)]))return!1;let i=!1;const a=n[s(548)][s(521)](s(430)).me,c=n[s(579)][s(418)][s(533)][s(464)](),u=Array[s(514)](n[s(579)][s(418)][s(533)][s(482)]())[s(519)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(403)](t);return n(411)==o&&n(560)==i&&c==a.id&&!e[n(452)]}));for(const t of c){if(s(550)!=t[s(453)]||s(439)!=t[s(607)]||1!=t[s(406)])continue;const n=e[s(599)](t[s(506)],t[s(506)][s(554)](1));if(!u[s(586)]((({data:t})=>t[s(468)][s(544)](n))))for(const{name:t,data:r}of u)if(n[s(498)](r[s(468)])){e[s(444)](t,{range:n}),i=!0;break}}return i})),n[t(579)][t(418)][t(522)]((e=>{const s=t;let o=!1;const i=n[s(548)][s(521)](s(430)).me,a=r[s(583)]()[s(519)]((t=>t[s(580)]&&t[s(504)]==i)),c=new Set,u=new Set;for(const t of a)if(s(560)==t[s(495)])for(const e of t[s(479)]()){const n=e[s(462)]()[s(424)]();if(n)if(n.is(s(530),s(439))&&ba(n)){t[s(539)](e[s(607)]),c[s(575)](n),o=!0;const r=n[s(559)],i=n[s(558)],a=r&&r.is(s(530),s(439)),l=i&&i.is(s(530),s(439));a&&!c[s(553)](r)&&u[s(575)](r),l&&!c[s(553)](i)&&u[s(575)](i)}else n.is(s(530),s(562))&&n[s(502)]&&(t[s(539)](e[s(607)]),o=!0)}else if(s(443)==t[s(495)]){if(!t[s(604)]||!t[s(604)][s(477)])continue;const e=t[s(604)][s(473)];if(e&&Object[s(577)](e)[s(406)])continue;const n=t[s(604)][s(477)];let r=!0,i=!0;for(const e of a)if(e[s(495)]&&e[s(495)][s(546)](s(560))){if(!e[s(604)][s(477)]){i=!1;break}if(e.id!=t.id&&e[s(604)][s(477)]==n){r=!1;break}}i&&r&&(t[s(427)](),o=!0)}for(const t of c)e[s(449)](t);for(const t of u)e[s(451)](t);return o})),n[t(483)][t(593)](t(455))[t(597)]({model:t(486),view:(t,e)=>h(t),converterPriority:t(475)}),n[t(483)][t(593)](t(545))[t(597)]({model:t(486),view:(e,n)=>n[t(457)][t(549)]?h(e,!1):null,converterPriority:t(475)});const g=n[t(417)][t(555)];this[t(416)](g[t(418)],t(584),((e,n)=>{const r=t,s=[];for(const t of g[r(570)](n[r(471)])[r(542)]())t.is(r(530),r(601))&&s[r(567)](t);g[r(509)]((t=>{const e=r;for(const n of s)t[e(470)](t[e(570)](n),t[e(556)](n)),t[e(449)](n)}))}))}}function ba(t){const e=ga;if(t[e(502)])return!0;const n=t[e(419)](0);return n.is(e(530),e(562))&&n[e(502)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(594)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=Aa;function ya(){const t=["25NZCyUs","model","discard","getSuggestions","data","commandParams","formatGroupId","author","registerDescriptionCallback","resizeTableWidth","type","44HUmoMB","tableWidth","337710nRwExk","getColumnGroupElement","getSuggestionCallback","formatInline","change","Users","_suggestionFactory","bind","format","selection","23336zWXiIT","TableColumnResizeEditing","684144zAMNci","formatBlock","afterInit","3525669dPEjzV","subType","9PNATHR","*Format:* resize table","editor","getAttribute","getContainedElement","resizeTable","862692dbFndG","table","registerCustomCallback","locale","TrackChangesEditing","getSelectedElement","enableCommand","handleSuggestionDescription","getTableColumnsWidths","has","handleResizeTableWidthCommand","accept","427041ogdUGU","get","567TcMBus","plugins","482390ehpAHG","_descriptionFactory","document","columnWidths","markBlockFormat"];return(ya=function(){return t})()}function Aa(t,e){const n=ya();return(Aa=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=Aa,r=t();for(;;)try{if(276864===parseInt(n(224))/1+-parseInt(n(212))/2+-parseInt(n(206))/3*(parseInt(n(201))/4)+parseInt(n(233))/5*(parseInt(n(189))/6)+parseInt(n(204))/7+-parseInt(n(199))/8*(parseInt(n(226))/9)+parseInt(n(228))/10*(parseInt(n(187))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ya);class ka extends t.Plugin{[_a(203)](){const t=_a;if(!this[t(208)][t(227)][t(221)](t(200)))return;const e=this[t(208)][t(227)][t(225)](t(216));e[t(218)](t(185),this[t(222)][t(196)](this)),e[t(195)][t(214)](t(202),t(211),t(223),e[t(195)][t(191)](t(202),null,t(178))),e[t(195)][t(214)](t(202),t(211),t(178),e[t(195)][t(191)](t(202),null,t(223))),e[t(229)][t(184)](this[t(219)][t(196)](this))}[_a(222)](t,e){const n=_a,r=this[n(208)][n(227)][n(225)](n(216)),s=this[n(208)][n(227)][n(225)](n(200)),o=e[n(213)]||this[n(208)][n(177)][n(230)][n(198)][n(217)]();this[n(208)][n(177)][n(193)]((()=>{const i=n,a=s[i(190)](o);let c=a?s[i(220)](a):null,u=o[i(209)](i(188))||null;const l=e[i(188)]||u,f=e[i(231)]||c,h=this[i(208)][i(227)][i(225)](i(194)).me;for(const t of r[i(179)]()){const e=t[i(210)]();if(i(211)===t[i(205)]&&e===o){t[i(183)]!==h&&t[i(178)]();const e=t[i(180)][i(181)];u=e[0][i(188)],c=e[0][i(231)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(232)](o,{commandName:i(185),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(211)},[],i(211))}))}[_a(219)](t){const e=_a;if(e(202)!=t[e(186)]&&e(192)!=t[e(186)])return;const{data:n}=t;if(n&&e(211)===n[e(182)]){const t=e(207);return{type:e(197),content:zr(this[e(208)][e(215)],t)}}}}const Ca=Na;function Na(t,e){const n=La();return(Na=function(t,e){return n[t-=438]})(t,e)}!function(t,e){const n=Na,r=t();for(;;)try{if(338254===parseInt(n(445))/1*(parseInt(n(441))/2)+-parseInt(n(438))/3+-parseInt(n(456))/4+-parseInt(n(455))/5+-parseInt(n(450))/6+-parseInt(n(440))/7*(parseInt(n(453))/8)+parseInt(n(454))/9*(parseInt(n(447))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Ca(451)](){const t=Ca,e=this[t(449)];e[t(444)][t(446)](t(442))&&e[t(444)][t(448)](t(452))[t(443)](t(439))}}function La(){const t=["887yydCmr","has","10uLZHLk","get","editor","3161220OgyEdp","afterInit","TrackChangesEditing","1387096ssnCwI","21328533ERcQYG","772315NgVgoC","2334124mrNtnK","1262496LxBOZd","insertTemplate","14fqTHzn","2WeKTPv","Template","enableCommand","plugins"];return(La=function(){return t})()}const Sa=Ma;function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=228]})(t,e)}function va(){const t=["commands","117639ilHzYD","110881guBmHy","get","540183pdJrsa","_descriptionFactory","insertTableOfContents","1473075TssNxM","593640EvlGHn","ELEMENT_TABLE_OF_CONTENTS","editor","registerElementLabel","6TJhNNg","TrackChangesEditing","16356OdsQfT","plugins","enableCommand","afterInit","locale","11352850GWYqmv","tableOfContents","110XMxPYj","264PifWju"];return(va=function(){return t})()}!function(t,e){const n=Ma,r=t();for(;;)try{if(260009===-parseInt(n(238))/1*(-parseInt(n(248))/2)+-parseInt(n(243))/3+-parseInt(n(244))/4+parseInt(n(234))/5*(-parseInt(n(250))/6)+-parseInt(n(240))/7+parseInt(n(235))/8*(-parseInt(n(237))/9)+parseInt(n(232))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class wa extends t.Plugin{[Sa(230)](){const t=Sa,e=this[t(246)];if(!e[t(236)][t(239)](t(242)))return;e[t(228)][t(239)](t(249))[t(229)](t(242));const n=e[t(228)][t(239)](t(249)),r=e[t(231)];n[t(241)][t(247)](t(233),(e=>zr(r,t(245),e)))}}const Oa=Da;function Da(t,e){const n=xa();return(Da=function(t,e){return n[t-=244]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(925769===parseInt(n(283))/1+-parseInt(n(285))/2+parseInt(n(248))/3*(-parseInt(n(249))/4)+-parseInt(n(284))/5*(parseInt(n(250))/6)+parseInt(n(263))/7+parseInt(n(261))/8*(-parseInt(n(288))/9)+-parseInt(n(274))/10*(-parseInt(n(287))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class Fa extends t.Plugin{[Oa(253)](){const t=Oa,e=this[t(262)];if(!e[t(282)][t(257)](t(269)))return;const n=e[t(282)][t(271)](t(254));n[t(268)][t(246)](t(260),(()=>zr(e[t(266)],t(275)))),e[t(264)][t(277)][t(281)]((r=>{const s=t;let o=!1;const i=Array[s(286)](e[s(264)][s(277)][s(245)][s(267)]());for(const{name:t,data:a}of i){const{group:i}=n[s(270)](t);if(s(244)!==i||!a[s(259)])continue;const c=a[s(259)],u=c[s(279)][s(251)];if(!u||!u.is(s(272),s(260)))continue;if(!c[s(252)][s(278)](c[s(279)]))continue;const l=e[s(264)][s(256)][s(247)](c[s(279)],s(276));if(l&&l[s(280)]){const e=r[s(273)](c[s(252)],l[s(252)]);e[s(265)](c)||(r[s(255)](t,{range:e}),o=!0)}o||(r[s(258)](t),o=!0)}return o}))}}function xa(){const t=["afterInit","TrackChangesEditing","updateMarker","schema","has","removeMarker","newRange","title-content","5806664XbiSQP","editor","4511143cFypJU","model","isEqual","locale","getChangedMarkers","_descriptionFactory","Title","_splitMarkerName","get","element","createRange","4486210TOltYB","ELEMENT_TITLE","forward","document","isTouching","end","isCollapsed","registerPostFixer","plugins","344601InLXOj","205GdmpkL","2489102BtdnKA","from","99MNoiHF","9xAxxAA","suggestion","differ","registerElementLabel","getNearestSelectionRange","327315iwvxDM","44tWsnrg","136146ESXBds","nodeBefore","start"];return(xa=function(){return t})()}const Pa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=242]})(t,e)}function Ua(){const t=["undo","TrackChangesEditing","plugins","1815354haDLsU","afterInit","576ORMDua","redo","has","1975216MdOljX","get","editor","7VGTXZW","2469345pDszwO","4256aehiXD","1078822XyaIQe","7214680uapzQJ","681204YkmUZs","UndoEditing","enableCommand"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(781678===parseInt(n(260))/1+parseInt(n(254))/2+-parseInt(n(251))/3*(parseInt(n(259))/4)+-parseInt(n(258))/5+parseInt(n(243))/6*(parseInt(n(257))/7)+-parseInt(n(242))/8+parseInt(n(249))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Pa(250)](){const t=Pa,e=this[t(256)],n=e[t(248)][t(255)](t(247));e[t(248)][t(253)](t(244))&&(n[t(245)](t(246)),n[t(245)](t(252)))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=171]})(t,e)}function Ha(){const t=["2vEtUKc","toggleTableCaption","has","2046711ouwqOP","editor","enableCommand","14949EhRZqS","291347xtMfle","4825656pEamwQ","174dujjgW","TableCaptionEditing","get","plugins","5245zSfwNx","12908874YbyCCs","3370NXZKDT","requires","TrackChangesEditing","2588XhTiYC","955580ExNBNF","afterInit"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(882189===parseInt(n(178))/1+parseInt(n(180))/2*(parseInt(n(183))/3)+parseInt(n(177))/4*(-parseInt(n(172))/5)+-parseInt(n(189))/6*(parseInt(n(187))/7)+-parseInt(n(188))/8+-parseInt(n(186))/9*(-parseInt(n(174))/10)+parseInt(n(173))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{static get[Ga(175)](){return[ra]}[Ga(179)](){const t=Ga,e=this[t(184)];e[t(171)][t(182)](t(190))&&e[t(171)][t(191)](t(176))[t(185)](t(181))}}const Wa=qa;!function(t,e){const n=qa,r=t();for(;;)try{if(435561===parseInt(n(553))/1+parseInt(n(549))/2*(-parseInt(n(488))/3)+parseInt(n(520))/4*(-parseInt(n(548))/5)+-parseInt(n(512))/6*(-parseInt(n(502))/7)+parseInt(n(514))/8*(-parseInt(n(546))/9)+parseInt(n(517))/10*(-parseInt(n(496))/11)+parseInt(n(510))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class Ka extends t.Plugin{constructor(t){const e=qa;super(t),this[e(498)]=[e(478),e(543),e(509),e(486),e(556),e(552),e(490)],this[e(508)]=[e(511),e(540),e(531),e(528),e(521),e(504),e(530),e(487),e(491)]}static get[Wa(484)](){return Wa(497)}[Wa(503)](){const t=Wa,e=this[t(481)][t(485)][t(534)](t(482));if(this[t(481)][t(485)][t(489)](t(551))){for(const n of this[t(498)])e[t(519)](n,((e,r)=>{const s=t,o=this[s(481)][s(522)][s(547)][s(495)][s(515)]()[s(501)](s(493));this[s(525)](n,[o],this[s(498)],s(498),e,r)}));e[t(539)][t(532)](t(555),t(498),t(542),e[t(539)][t(507)](t(555),null,t(523))),e[t(539)][t(532)](t(555),t(498),t(523),((e,n)=>this[t(513)](this[t(498)],e,n))),e[t(539)][t(532)](t(555),t(498),t(524),(()=>!1))}if(this[t(481)][t(485)][t(489)](t(541))){for(const n of this[t(508)])e[t(519)](n,((e,r)=>{const s=t,o=this[s(481)][s(485)][s(534)](s(483))[s(477)](this[s(481)][s(522)][s(547)][s(495)]);this[s(525)](n,o,this[s(508)],s(508),e,r)}));e[t(539)][t(532)](t(555),t(508),t(542),e[t(539)][t(507)](t(555),null,t(523))),e[t(539)][t(532)](t(555),t(508),t(523),((e,n)=>this[t(513)](this[t(508)],e,n))),e[t(539)][t(532)](t(555),t(508),t(524),(()=>!1))}e[t(536)][t(535)]((e=>this[t(526)](e)))}[Wa(525)](t,e,n,r,s,o){const i=Wa,a=this[i(481)][i(485)][i(534)](i(482));this[i(481)][i(522)][i(494)](o[i(545)],(()=>{const t=i;for(const i of e)if(this[t(506)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(527)](r);void 0!==n&&(e[r]=n)}s(o),a[t(550)](i,{commandParams:[e]},[],r)}}))}[Wa(513)](t,e,n){const r=Wa,s=e[0][r(538)][r(533)],o=n[r(499)][0];this[r(481)][r(522)][r(537)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(544)](r,o[r],s):e[n(554)](r,s)}))}[Wa(526)](t){const e=Wa;if(t[e(518)])switch(t[e(529)]){case e(498):return{type:e(479),content:zr(this[e(481)][e(505)],e(492))};case e(508):return{type:e(479),content:zr(this[e(481)][e(505)],e(480))}}}[Wa(506)](t,e){const n=Wa,r=this[n(481)][n(485)][n(534)](n(482));for(const s of r[n(500)]({skipNotAttached:!0})){const r=s[n(516)]();if(s[n(529)]===e&&r===t)return s}return null}}function qa(t,e){const n=Xa();return(qa=function(t,e){return n[t-=477]})(t,e)}function Xa(){const t=["handleDiscardAction","248ysMuDl","getFirstPosition","getContainedElement","20IWoerl","data","enableCommand","4faHtZc","tableCellWidth","model","discard","join","_handlePropertyChange","handleSuggestionDescription","getAttribute","tableCellPadding","subType","tableCellBackgroundColor","tableCellBorderWidth","registerCustomCallback","nodeAfter","get","registerDescriptionCallback","_descriptionFactory","change","start","_suggestionFactory","tableCellBorderStyle","TableCellPropertiesEditing","accept","tableBorderStyle","setAttribute","batch","216936XsqSTH","document","1836365mwPzEu","310346BDfnNs","markBlockFormat","TablePropertiesEditing","tableHeight","770823xukxat","removeAttribute","formatBlock","tableWidth","getSelectionAffectedTableCells","tableBorderColor","format","*Format:* change table cell properties","editor","TrackChangesEditing","TableUtils","pluginName","plugins","tableAlignment","tableCellHorizontalAlignment","6zRYsKD","has","tableBackgroundColor","tableCellVerticalAlignment","*Format:* change table properties","table","enqueueChange","selection","2645346hRGHjY","TrackChangesTableProperties","tableProperties","commandParams","getSuggestions","findAncestor","7343zdfUaS","afterInit","tableCellHeight","locale","_getSuggestion","getSuggestionCallback","tableCellProperties","tableBorderWidth","14478600wCjuCR","tableCellBorderColor","2082wzubUd"];return(Xa=function(){return t})()}var Za=Function.prototype,Ja=Object.prototype,Qa=Za.toString,Ya=Ja.hasOwnProperty,$a=Qa.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Ya.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Qa.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Q?Q.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ye(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const gc=function(t){return hc(cc(t,void 0,oc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Yt(t,sn(t),n),r&&(n=qn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n})),dc=mc;function pc(){const t=["keys","markInlineFormat","_trackFormatChanges","getSuggestionCallback","before","getNearestSelectionRange","_element","insertion","formatBlock:discard","plugins","setAttribute","item","11CDnUym","isLimit","meta","addHighlight","getIntersection","insertion:chain","add","isBefore","config","_registerBlockAttribute","type","4573090DBhSQp","dataReady","filter","low","data","150712WEmVis","_getMarkerAnnouncementText","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","set","addRange","_joinWithAdjacentSuggestions","key","parent","skipNestingCheck","getMarkers","conversion","nodeBefore","some","oldRange","markAttributeChange","toUpperCase","init","insertion:","change:_saved","_getAuthorFromId","nodeAfter","root","hasComments","find","unbindElementFromMarkerName","attributeNewValue","ck-suggestion-marker-formatInline","announce","formatInline:discard","isCollapsed","_joinSuggestions","createRange","document","244652owpMLQ","change:activeMarkers","_blockAttributeKeys","resolve","suggestion","getAttribute","every","ready","removeAttribute","widget","deletion","_breakSuggestionMarker","getRange","format","trackChanges","deletion:","consume","isOwn","define","attributeKey","accepted","isLocal","_refreshAttributeSuggestionsChain","getAncestors","newRange","fromCharCode","formatInline:accept","track-changes-enable-command-twice","getFirstRange","_reduceExistingSuggestions","38708QyeOWh","insertion:discard","_afterChanges","isInsideObject","@external","forEach","remove","moveTargetPosition","marker-count","369DlFCiT","_handleNewSuggestionMarker","attribute","_refreshSuggestionsChain","_inlineAttributeKeys","deletion:chain","elementStart","move","_adapter","dataDowncast","author","7392360mpdKLD","isAfter","get","2517282PyQgDu","getMultiRangeId","formatBlock","attributeOldValue","selection","removeMarker:suggestion:attribute","createPositionAt","stop","hasSuggestion","trackChangesCommand","size","discardSelectedSuggestions","formatGroupId","substr","_suggestionFactory","deletion:join","external:","error-saving-suggestion-data-suggestion-discarded","highest","suggestionUnloaded","track-changes-suggestion-data-mismatch","always","high","batch","authoredAt","never","markMultiRangeBlockFormat","howMany","rejected","getDifference","$textProxy","assign","getWalker","applyOperation","containerElement","differ","activeMarkers","addMarker:suggestion:attribute","containsRangeInObject","clone","deletion:accept","createRangeOn","enqueueChange","ck-suggestion-marker--active","_processAttributeSuggestions","_findSuggestions","suggestionLoaded","getChangedMarkers","next","formatInline","track-changes-adapter-missing-getsuggestion","FORMATTING","getSuggestions","containsItem","updateMarker","getContainedElement","createRangeIn","getShiftedBy","getCustomProperty","_splitMarkerName","model","markMultiRangeInsertion","addSuggestionData","rename","return","_defaultCallbacks","end","ENTER","markerReady","schema","group","adapter","_setSuggestionRange","attributes","values","_getExternalAuthor","Users","insertion:accept","deleteContent","_enableDefaultAttributesIntegration","updateSuggestion","$graveyard","_isRegisteredAttribute","_getAttributeKey","open","_isDataLoaded","update:suggestion","sort","$text","markMultiRangeDeletion","commands","head","_descriptionFactory","getChanges","catch","splitPosition","track-changes-suggestion-not-found","createElement","isUndo","backward","formatInline:","map","normal","editing","_saved","requires","change:data","_model","element","getAllAdjacentSuggestions","_reduceSuggestionAttributeRange","push","addComment","getItems","_editor","track-changes-command-not-found","_getSuggestionData","enableReadOnlyMode","creator","createSelection","PENDING_ACTION_SUGGESTION","_registerDefaultCallbacks","showSuggestionHighlights","addMarkerName","isAtStart","61crRHpv","discardAllSuggestions","acceptSuggestion","fromRange","toJSON","from","removeMarker","isAtEnd","isObject","attribute:join","_suggestions","_recordAttributeSuggestions","insertion:join","formatBlock:chain","removeMarkers","addMarker","ck-suggestion-marker-formatBlock","_checkSuggestionCorrectness","_commentsRepository","_isBlockAttribute","registerCustomCallback","$marker","addCommentThread","bindElementToMarker","commentThread","originalSuggestionId","isMultiRange","125ZZbfgC","commandName","forward","notReady","position","concat","pop","getSuggestion","TrackChangesEditing","writer","isEqual","_updateSuggestionData","rethrowUnexpectedError","detach","7klclSv","markInsertion","isBlock","formatBlock:accept","_SUGGESTION_ANNOUNCEMENT","targetPosition","insertContent","discardSuggestion","_customCallbacks","stopListening","previous","multi","acceptAllSuggestions","removed","mapper","trackChanges.mergeNestedSuggestions","consumable","lowest","addUser","dataToMarker","deletion:discard","_recordAttributeChanges","isArray","default","751488woFeOK","multipleBlocks","start","newValue","_addSuggestionMarker","documentSelection","containsPosition","discard","markDeletion","accept","setTo","isIntersecting","setSelection","includes","comments","execute","pluginName","attribute:accept","listenTo","substring","_enabledCommands","split","addClass","createdAt","isNextTo","editingDowncast","clear","locale","track-changes-adapter-already-set","after","unbind","registerPostFixer","_registerInlineAttribute","chain","_createSuggestion","_onDiscard","isInContent","formatBlock:","acceptSelectedSuggestions","warn","refresh","oldValue","formatInline:chain","getLastMatchingPosition","subType","removeClass","join","addSuggestion","_setSuggestionData","collaboration.channelId","_addThreadToSuggestion","fire","isSelectable","_suggestionState","attribute:discard","suggestion-type","addMarker:suggestion","isIntersectingWithRange","startsWith","buildSuggestion","$elementName","ck-suggestion-marker-","containsRange","upcast","getUser","markBlockFormat","value","editor","createPositionAfter","delete","toViewElement","markerName","isTouching","suggestion:","PendingActions","forceDefaultExecution","_cutOutSuggestionMarker","addMarker:suggestion:formatBlock","getFirstMarker","formatBlock:join","hasCommentThread","_processAttributeChanges","_removeSuggestion","ck-suggestion-marker","length","isDocumentOperation","enableCommand","tablePasteChainId","options","getCommentThread","_mergeNestedSuggestions","name","removeMarker:suggestion:formatBlock","has","removeComment","track-changes-user-not-found","fetchCommentThread","rootName","elementEnd","splice","markerToData","insert","markerToHighlight","LEAVE","then","groupId","isExternal","authorName","_rangeIsInLocalUserInsertion","trackChanges.trackFormatChanges","suggestion:attribute:","markerNameToElements","ariaLiveAnnouncer","attribute:","formatInline:join","getRanges","reconvertMarker","data-suggestion","createPositionBefore","CommentsRepository","_initAriaMarkerChangeAnnouncements","suggestionChanged","elementToElement","unshift","change","range","isRemovable","for","_isForcedDefaultExecutionBlock","markers"];return(pc=function(){return t})()}function mc(t,e){const n=pc();return(mc=function(t,e){return n[t-=115]})(t,e)}!function(t,e){const n=mc,r=t();for(;;)try{if(793108===parseInt(n(514))/1*(-parseInt(n(366))/2)+parseInt(n(145))/3+-parseInt(n(336))/4*(-parseInt(n(541))/5)+-parseInt(n(389))/6*(parseInt(n(121))/7)+-parseInt(n(303))/8*(-parseInt(n(375))/9)+parseInt(n(298))/10*(parseInt(n(287))/11)+-parseInt(n(386))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pc);const Ic=dc(205);class Ec extends t.Plugin{static get[dc(494)](){return[dc(264),o.Users,t.PendingActions,Yr,ns,as,ls,Ts,ms,As,Ss,Bs,to,ro,uo,go,bo,Ao,Ro,vo,Fo,Ho,Uo,qo,Qo,ei,ui,pi,oi,Vs,qs,Ei,Ai,Ni,vi,xi,ji,Hi,Zi,$i,ra,ca,ha,za,Ea,ka,wa,Ka,Ra,Fa,ja]}static get[dc(161)](){return dc(115)}constructor(t){const e=dc;function n(t){const e=mc;return t[e(490)]((t=>String[e(361)](t)))[e(191)]("")}super(t),this[e(525)]=!1,this[e(306)](e(425),[]),this.on(e(337),((n,r,s,o)=>{const i=e;this[i(496)][i(269)]((()=>{const e=i;for(const n of[...o,...s])this[e(496)][e(274)][e(238)](n)&&t[e(492)][e(261)](n)}))})),this[e(481)]=new Xr(this[e(212)][e(449)][e(458)],this[e(212)][e(172)]),this[e(383)]=null,this[e(403)]=new bc(this[e(212)]),this[e(524)]=new Map,this[e(532)]=t[e(284)][e(388)](e(264)),this[e(165)]=new Set,this[e(496)]=this[e(212)][e(449)],this[e(198)]=new WeakMap,this[e(273)]=!1,this[e(338)]=new Set([e(205)]),this[e(379)]=new Set,t[e(295)][e(354)](e(254),e(144)),this[e(277)]=t[e(295)][e(388)](e(254)),t[e(295)][e(354)](e(136),!0),this[e(235)]=t[e(295)][e(388)](e(136)),this[e(398)]=new l(t,this[e(165)]),this[e(265)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,48,52])}[dc(319)](){const t=dc,n=this[t(212)],r=(e,n)=>{const r=t;if(r(377)!=e)return r(206)+e;const s=n[r(166)]("|")[0];return this[r(533)](s)?r(530):r(329)};n[t(313)][t(272)](t(170))[t(247)]({model:t(340),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(448)](e[n(216)]),a=[n(228),r(o,i)];let c=3e3;return this[n(425)][n(158)](e[n(216)])&&(a[n(500)](n(432)),c=3010),n(346)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(313)][t(272)](t(384))[t(293)]((e=>{const r=t;e.on(r(201),((t,e,s)=>{const o=r;if(!s[o(233)][o(511)])return;const i=e[o(286)];if(!i)return;const c=s[o(135)][o(215)](i);n[o(449)][o(458)][o(522)](i)&&c&&!c[o(447)](o(345))&&c.is(o(423))&&(0,a.toWidget)(c,s[o(116)])}),{priority:r(411)})})),n[t(313)][t(272)](t(384))[t(247)]({model:t(340),view:(e,n)=>{const s=t;if(!n[s(233)][s(511)])return null;const{type:o,subType:i}=this[s(448)](e[s(216)]);return{classes:[s(228),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(286)])return;const{id:c}=this[a(448)](o[a(216)]);if(r){const t=this[a(524)][a(388)](c),e=this[a(472)](t);if(!this[a(533)](e))return}if(o[a(286)].is(a(393)))return void i[a(137)][a(352)](o[a(286)],s[a(236)]);const u=i[a(135)][a(215)](o[a(286)]);if(o[a(286)].is(a(497))&&n[a(449)][a(458)][a(123)](o[a(286)])&&!u[a(447)](a(290))){i[a(116)][a(167)]([a(228),a(530)],u),i[a(116)][a(285)](a(262),c,u),i[a(135)][a(537)](u,o[a(216)]),e&&(this[a(425)][a(158)](o[a(216)])?i[a(116)][a(167)](a(432),u):i[a(116)][a(190)](a(432),u));for(const t of n[a(449)][a(445)](o[a(286)])[a(502)]())i[a(137)][a(352)](t,s[a(236)]);i[a(137)][a(352)](o[a(286)],s[a(236)])}};n[t(313)][t(272)](t(384))[t(293)]((e=>{const n=t;e.on(n(222),((t,e,r)=>{const o=n;r[o(233)][o(511)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(407)})})),n[t(313)][t(272)](t(384))[t(293)]((e=>{const n=t;e.on(n(426),((t,e,r)=>{const o=n;r[o(233)][o(511)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(407)})})),n[t(313)][t(272)](t(384))[t(245)]({model:t(340),view:(e,n)=>n[t(233)][t(511)]?null:{group:t(340),name:e[t(402)](11)}}),n[t(313)][t(272)](t(208))[t(267)]({view:{name:t(340),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(218)+e[r(341)](r(200))+":"+e[r(341)]("id");return e[r(341)](r(374))&&(s+=":"+e[r(341)](r(374))),n[r(486)](r(535),{"data-name":s})}}),n[t(313)][t(272)](t(208))[t(140)]({view:t(340)}),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(222),s(),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(426),s({isAttributeSuggestion:!0}),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(237),((t,e,r)=>{const s=n,o=r[s(135)][s(256)](e[s(216)]);if(o)for(const t of o)t[s(447)](s(290))||(r[s(116)][s(190)]([s(228),s(530),s(432)],t),r[s(116)][s(344)](s(262),t),r[s(135)][s(327)](t,e[s(216)]))}),{priority:n(411)})})),n[t(313)][t(272)](t(170))[t(293)]((e=>{const n=t;e.on(n(394),((t,e,r)=>{const s=n,o=r[s(135)][s(256)](e[s(216)]);if(!o)return;const{id:i}=this[s(448)](e[s(216)]),a=this[s(524)][s(388)](i),c=this[s(472)](a);if(this[s(533)](c))for(const t of o)t[s(447)](s(290))||(r[s(116)][s(190)]([s(228),s(530),s(432)],t),r[s(116)][s(344)](s(262),t),r[s(135)][s(327)](t,e[s(216)]))}),{priority:n(411)})})),n[t(449)][t(335)][t(176)]((e=>{const r=t;let s=!1;const o=Array[r(519)](n[r(449)][r(335)][r(424)][r(436)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(448)](t);if(r(340)!==o)continue;const h=this[r(524)][r(388)](f);if(null!=c[r(360)]){r(438)==u&&(s=s||yc(c[r(360)],t,e,n[r(449)][r(458)]));const o=r(377)==u&&this[r(533)](l[r(166)]("|")[0]);if(c[r(360)][r(332)]||r(470)==c[r(360)][r(324)][r(242)]||r(391)==u&&!kc(c[r(360)])||o&&!kc(c[r(360)])||r(346)==u&&(_c(a=c[r(360)])||function(t){const e=r;return t[e(147)][e(310)]==t[e(455)][e(314)]&&t[e(147)][e(521)]}(a)))e[r(520)](t),s=!0;else{if(!h||!h[r(181)])continue;i[r(293)](h)}}}var a;return i[r(399)]>0&&(s=!!this[r(308)](i)||s),s})),n[t(449)][t(335)][t(176)]((e=>{const r=t;let s=!1;for(const t of n[r(449)][r(335)][r(424)][r(482)]())if(r(246)==t[r(297)])for(const t of this[r(524)][r(463)]()){if(t[r(540)]||!t[r(181)])continue;const o=r(391)==t[r(297)],i=this[r(472)](t),a=i&&this[r(533)](i);if(!o&&!a)continue;const c=t[r(364)]();if(c[r(147)][r(310)]!=c[r(455)][r(310)]&&!c[r(455)][r(521)]){const o=n[r(449)][r(395)](c[r(147)][r(323)],r(455)),i=n[r(449)][r(334)](c[r(147)],o);e[r(443)](t[r(223)](),{range:i}),s=!0}}return s})),n[t(449)][t(335)][t(176)]((e=>this[t(226)](e))),n[t(449)][t(335)][t(176)]((e=>!e[t(412)][t(357)]&&this[t(433)](e))),n[t(449)].on(t(368),(()=>{this[t(525)]=!1})),n[t(449)][t(335)].on(t(495),((r,s)=>{const o=t;if(!s[o(357)]||s[o(487)])return;if(!this[o(525)])return;const i=n[o(449)][o(335)][o(424)][o(482)]();if(0==i[o(229)])return;const a=[],c=i[o(300)]((t=>o(377)==t[o(297)])),u=i[o(300)]((t=>o(246)==t[o(297)]&&o(477)!=t[o(236)])),l=i[o(300)]((t=>o(372)==t[o(297)]&&o(477)!=t[o(236)]));for(const t of c)this[o(471)](t[o(355)])&&a[o(500)]({key:t[o(355)],newValue:t[o(328)],oldValue:t[o(392)],range:Cc(t[o(270)],n[o(449)])});for(const t of u){const e=l[o(326)]((e=>e[o(281)]===t[o(281)]));if(e){const r=Nc(t[o(545)][o(323)],n[o(449)]);e[o(236)]!==t[o(236)]&&a[o(500)]({key:o(205),newValue:t[o(236)],oldValue:e[o(236)],range:r});for(const[n,s]of e[o(462)]){if(!this[o(471)](n))continue;const e=t[o(462)][o(388)](n);s!==e&&a[o(500)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(462)])this[o(471)](n)&&(e[o(462)][o(238)](n)||a[o(500)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(229)]&&n[o(449)][o(431)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(317)](t,e,s,o,{groupId:r});this[n(365)](t,a)}))}),{priority:t(138)}),n[t(449)][t(274)].on(t(475),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(448)](n[s(236)]),e=this[s(524)][s(388)](t);e&&e[s(512)](n[s(236)])}})),n[t(449)][t(335)].on(t(495),(()=>{const e=t,r=Array[e(519)](n[e(449)][e(335)][e(424)][e(436)]())[e(300)]((t=>e(340)===this[e(448)](t[e(236)])[e(459)]));if(0===r[e(229)])return;r[e(476)](((t,n)=>{const r=e,s=t[r(302)][r(316)],o=n[r(302)][r(316)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(147)][r(294)](o[r(147)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(448)](t);if(null===n[e(316)]){const n=this[e(376)](t);o[e(293)](n)}else{const t=this[e(524)][e(388)](r);null!==n[e(360)]||t[e(181)]?(s[e(293)](t[e(480)]),o[e(293)](t)):this[e(227)](t)}}o[e(399)]>0&&this[e(378)](o);for(const t of s)this[e(196)](e(266),t)})),n[t(449)].on(t(422),((e,r)=>{const s=t,o=r[0];if(!this[s(524)][s(399)])return;if(!o[s(230)])return;if(o[s(412)][s(487)]||!o[s(412)][s(357)])return;let i,a;switch(o[s(297)]){case s(246):i=n[s(449)][s(395)](o[s(545)]),a=i[s(446)](o[s(416)]);break;case s(166):i=n[s(449)][s(395)](o[s(484)]),a=n[s(449)][s(395)](o[s(373)]);break;case s(382):i=n[s(449)][s(395)](o[s(126)]),a=i[s(446)](o[s(416)]);break;default:return}const c=n[s(449)][s(334)](i,a);n[s(449)][s(269)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(434)](c)){if(e[t(540)])continue;if(t(438)==e[t(297)])continue;const r=this[t(472)](e);if(r&&this[t(533)](r)&&t(166)!=o[t(297)])continue;const s=e[t(302)]&&e[t(302)][t(146)];(t(391)!=e[t(297)]||t(166)==o[t(297)]&&!s)&&(n[t(427)]||t(282)==e[t(297)]&&n[t(353)]||e[t(364)]()[t(207)](c)&&this[t(347)](e,i,a))}}))}),{priority:t(138)}),n[t(449)].on(t(467),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(220)])return;if(this[s(273)])return;if(!this[s(398)][s(211)])return;if(o[s(332)])return;const a=n[s(449)][s(458)],{start:c,end:u}=o[s(364)](),l=c[s(323)]&&a[s(288)](c[s(323)])?null:a[s(280)](c,s(543)),f=u[s(314)]&&a[s(288)](u[s(314)])?null:a[s(280)](u,s(488)),h=n[s(449)][s(334)](l?l[s(147)]:c,f?f[s(455)]:u);n[s(449)][s(269)]((t=>{const e=s;this[e(153)](h);const r=n[e(449)][e(458)][e(280)](h[e(147)]);o.is(e(150))?t[e(157)](r):o[e(155)](r)})),e[s(396)]()}),{priority:e.priorities[t(491)]+10}),n[t(449)].on(t(127),((e,r)=>{const s=t,o=r[r[s(229)]-1];o&&o[s(220)]||this[s(273)]||this[s(398)][s(211)]&&(n[s(449)][s(269)]((()=>{const t=s;let o=n[t(449)][t(127)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(453)]=o[t(428)]();const i=o[t(455)][t(314)],a=n[t(449)][t(458)];i&&a[t(123)](i)&&!a[t(522)](i)&&(o=n[t(449)][t(334)](o[t(147)],n[t(449)][t(395)](i,t(455)))),this[t(122)](o)})),e[s(396)]())}),{priority:t(411)}),this[t(212)][t(479)][t(293)](t(350),this[t(398)]),this[t(231)](t(350));const o=new p(n,this[t(524)]);n[t(479)][t(293)](t(516),o),this[t(231)](t(516));const i=new E(n,this[t(524)]);n[t(479)][t(293)](t(128),i),this[t(231)](t(128)),n[t(479)][t(293)](t(133),new S(n,o,this[t(524)])),this[t(231)](t(133)),n[t(479)][t(293)](t(515),new S(n,i,this[t(524)])),this[t(231)](t(515)),n[t(479)][t(293)](t(183),new O(n,o,this[t(524)])),this[t(231)](t(183)),n[t(479)][t(293)](t(400),new O(n,i,this[t(524)])),this[t(231)](t(400));const c=n[t(284)][t(388)](t(264));this[t(163)](c,t(501),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(388)](n);s&&s[r(538)]&&1===s[r(538)][r(229)]&&this[r(118)](n,{hasComments:!0})}),{priority:t(301)}),this[t(163)](c,t(239),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(388)](n);s&&s[r(538)]&&!s[r(538)][r(229)]&&this[r(118)](n,{hasComments:!1})}),{priority:t(301)})}set[dc(460)](t){const n=dc;if(this[n(383)])throw new e.CKEditorError(n(173),this);this[n(383)]=t}get[dc(460)](){return this[dc(383)]}[dc(441)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=dc,r=[];for(const e of this[n(524)][n(463)]())t&&!e[n(181)]||r[n(500)](e);return e?r[n(490)]((t=>t[n(518)]())):r}[dc(548)](t){const n=dc,r=this[n(524)][n(388)](t);if(!r)throw new e.CKEditorError(n(485),this);return r}[dc(397)](t){const e=dc;return this[e(524)][e(238)](t)}[dc(451)](t){const e=dc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(297)][e(166)](":"),a=this[e(524)][e(388)](r)||this[e(179)](o,i,r,n,s);if(this[e(195)](a),this[e(531)](a,o,i||null,n),a[e(168)]=t[e(168)],a[e(474)]=!0,s&&s[e(370)]){const t=s[e(370)],n=this[e(464)](t[e(252)]);a[e(413)]=t[e(168)],a[e(385)]=n,a[e(251)]=!0}else a[e(413)]=t[e(168)];switch(t[e(302)]&&(a[e(302)]=t[e(302)]),t[e(462)]&&(a[e(462)]=t[e(462)]),this[e(383)]&&this[e(383)][e(192)]||(a[e(493)]=!0),this[e(198)][e(388)](a)){case e(544):this[e(198)][e(306)](a,e(299));break;case e(457):a[e(181)]?(this[e(308)](new Set([a])),this[e(378)](new Set([a])),this[e(198)][e(306)](a,e(343)),this[e(196)](e(435),a)):this[e(198)][e(306)](a,e(134))}return a}[dc(516)](t){const e=dc;this[e(220)]((()=>{const n=e;this[n(212)][n(449)][n(269)]((()=>{const e=n;for(const n of t[e(498)]())n[e(154)]()}))}))}[dc(128)](t){const e=dc;this[e(220)]((()=>{const n=e;this[n(212)][n(449)][n(269)]((()=>{const e=n;for(const n of t[e(498)]())n[e(152)]()}))}))}[dc(231)](t,n){const r=dc,s=this[r(212)][r(479)][r(388)](t);if(!s)throw new e.CKEditorError(r(504),this,{commandName:t});if(this[r(165)][r(238)](s))throw new e.CKEditorError(r(363),this,{commandName:t});this[r(165)][r(293)](s),n&&s.on(r(160),((t,e)=>{const o=r;this[o(398)][o(211)]&&(this[o(273)]||(e[o(229)]>0&&e[e[o(229)]-1]&&e[e[o(229)]-1][o(220)]?e[o(547)]():(t[o(453)]=n(((...t)=>s[o(160)](...t,{forceDefaultExecution:!0})),...e),t[o(396)]())))}),{priority:r(411)})}[dc(220)](t){const n=dc;let r,s;const o=this[n(273)];this[n(273)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(273)]=!1),s&&e.CKEditorError[n(119)](s,this),r}[dc(122)](t,n=null,r={}){const s=dc;if(t[s(332)])return null;const o=this[s(212)][s(284)][s(388)](s(465)).me;for(const{suggestion:e,meta:o}of this[s(434)](t,s(282)))if(o[s(353)]){if(!o[s(169)]){if(o[s(427)]){if(!this[s(235)]||!Sc(e,r))continue;return e}if(Sc(e,r))return e;this[s(347)](e,t[s(147)],t[s(455)]);break}if(n==e[s(189)]&&Sc(e,r)){const n=e[s(364)]();return n[s(147)][s(117)](t[s(455)])?this[s(461)](e,this[s(496)][s(334)](t[s(147)],n[s(455)])):this[s(461)](e,this[s(496)][s(334)](n[s(147)],t[s(455)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(320)+n:s(282),u=this[s(193)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(149)](c,i,a,t),u}[dc(450)](t,n=dc(132),r={}){const s=dc,o=this[s(212)][s(284)][s(388)](s(465)).me,i=this[s(403)][s(278)](s(282),n,s(191));for(const e of this[s(441)]())if(e[s(385)].id==o.id&&s(282)==e[s(297)]&&e[s(189)]==n&&Sc(e,r)&&(i(e[s(260)](),t)||i(t,e[s(260)]()))){for(const n of t)e[s(307)](n);return e}for(const{suggestion:e,meta:n}of this[s(434)](t,s(282))){if(!n[s(353)])continue;if(!this[s(235)]&&n[s(427)])continue;if(!Sc(e,r))continue;let o=!0;for(const n of e[s(260)]())for(const e of t)if(!n[s(207)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(320)+n,l=this[s(193)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(149)](u,a,c,e,Hr[s(390)]());return l}[dc(276)](t,n,r=null,s={}){const o=dc;if(r=r||Ac(n),t[o(332)])return null;if(o(414)===this[o(277)]){const e=this[o(403)][o(278)](o(438),r,o(154));return this[o(220)]((()=>e([t],n,s))),null}const i=this[o(212)][o(284)][o(388)](o(465)).me,a=[];if(o(410)!==this[o(277)])for(const{suggestion:e,meta:n}of this[o(434)](t,o(282)))n[o(353)]&&!n[o(369)]&&a[o(500)](...e[o(260)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(291)](s);e&&r[n(500)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(229)];){const s=r[e][n(418)](t);r[n(244)](e,1,...s),e+=s[n(229)]}}return r}(t,a);c[o(229)]&&this[o(496)][o(269)]((()=>{const t=o;for(const e of c){const o=this[t(403)][t(278)](t(438),r,t(154));this[t(220)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(147)],u=t[o(455)];for(const{suggestion:e,meta:n}of this[o(434)](t,o(438))){if(!n[o(353)])continue;if(e[o(189)]!=r)continue;if(!Sc(e,s))continue;const i=e[o(364)]();if(i[o(207)](t,!0))return null;c=c[o(294)](i[o(147)])?c:i[o(147)],u=u[o(387)](i[o(455)])?u:i[o(455)],a?i[o(147)][o(294)](a[o(364)]()[o(147)])?(a[o(528)](),a=e):e[o(528)]():a=e}const l=this[o(496)][o(334)](c,u);if(a)this[o(461)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(193)]({id:t,type:o(489)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(149)](o(489)+r,t,a,l)}}return null}[dc(210)](t,n,r=[],s=null,o={}){const i=dc;n[i(401)]||(n[i(401)]=n[i(542)]),n[i(146)]=t.is(i(270)),s=s||Ac(n);const a=r[i(490)]((t=>Nc(t,this[i(496)]))),c=t.is(i(270))?t:Nc(t,this[i(496)]);if(i(414)===this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t([c],n,o))),null}a[i(500)](c);let u=!0;for(const t of a)if(!this[i(253)](t)){u=!1;break}if(u&&i(410)!==this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t([c],n,o))),null}let l=null,f=c[i(147)],h=c[i(455)];for(const{suggestion:t,meta:e}of this[i(434)](c,i(391))){if(!e[i(353)])continue;if(e[i(169)]||e[i(427)]||e[i(369)])continue;if(t[i(302)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const r=t[i(364)]();if(t[i(189)]==s){if(r[i(207)](c,!0))return null;f=f[i(294)](r[i(147)])?f:r[i(147)],h=h[i(387)](r[i(455)])?h:r[i(455)],l?r[i(147)][i(294)](l[i(364)]()[i(147)])?(l[i(528)](),l=t):t[i(528)]():l=t}else{const e=c[i(291)](r);this[i(221)](t,e)}}const g=this[i(212)][i(284)][i(388)](i(465)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(461)](l,this[i(496)][i(334)](f,h)),l;{const t=this[i(193)]({id:d,type:i(182)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(149)](i(182)+s,d,p,this[i(496)][i(334)](f,h)),t}}[dc(415)](t,n,r=[],s=null,o={}){const i=dc;n[i(401)]||(n[i(401)]=n[i(542)]);const a=t[0];n[i(146)]=a.is(i(270)),s=s||Ac(n);const c=r[i(490)]((t=>Nc(t,this[i(496)]))),u=a.is(i(270))?t:t[i(490)]((t=>Nc(t,this[i(496)])));if(i(414)===this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t(u,n,o))),null}c[i(500)](...u);let l=!0;for(const t of c)if(!this[i(253)](t)){l=!1;break}if(l&&i(410)!==this[i(277)]){const t=this[i(403)][i(278)](i(391),s,i(154));return this[i(220)]((()=>t(u,n,o))),null}const f=this[i(212)][i(284)][i(388)](i(465)).me;for(const t of this[i(441)]()){if(t[i(385)].id!=f.id)continue;if(i(391)!=t[i(297)]||t[i(302)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const e=t[i(189)]==s;for(let n=0;n<u[i(229)];n++){const r=u[n];for(const s of t[i(312)]()){const o=s[i(348)]();if(r[i(117)](o)){e?(u[i(244)](n,1),n--):t[i(520)](s[i(236)]);break}}}}if(0==u[i(229)])return null;const h=this[i(403)][i(278)](i(391),s,i(191));for(const t of this[i(441)]())if(t[i(385)].id==f.id&&i(391)==t[i(297)]&&t[i(302)][i(401)]==n[i(401)]&&t[i(189)]==s&&Sc(t,o)&&(h(t[i(260)](),u)||h(u,t[i(260)]()))){for(const e of u)t[i(307)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(182)+s,m=this[i(193)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(149)](p,g,d,t,Hr[i(390)]());return m}[dc(153)](t,n=null,r={}){const s=dc;if(t[s(332)])return null;const o=this[s(212)][s(284)][s(388)](s(465)).me,a=new i.LiveRange(t[s(147)],t[s(455)]);for(const{suggestion:t,meta:e}of this[s(434)](a,s(282)))if(e[s(353)]&&!e[s(169)])if(t[s(540)]){const e=t[s(260)]()[s(300)]((t=>s(470)!=t[s(324)][s(242)]));if(e[s(342)]((t=>a[s(207)](t,!0)))&&t[s(152)](),e[s(315)]((t=>t[s(207)](a,!0)))){const t=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>t([a],null,r))),null}}else{const e=a[s(291)](t[s(364)]());null!==e&&t[s(180)]([e],null,r)}if(a[s(120)](),a[s(332)]||s(470)==a[s(324)][s(242)])return null;let c=null,u=a[s(147)],l=a[s(455)];const f=this[s(434)](a,s(346));for(const{suggestion:t,meta:e}of f){const n=this[s(496)][s(334)](u,l);if(e[s(353)]&&(this[s(235)]||!e[s(427)]&&!e[s(369)]))if(t[s(540)]){if(!Sc(t,r))continue;let e=!0;for(const r of t[s(260)]()){if(r[s(207)](n,!0))return t;n[s(207)](r)||(e=!1)}e&&t[s(152)]()}else{const e=t[s(364)]();if(e[s(207)](n,!0))return t;if(!Sc(t,r)){n[s(207)](e)?t[s(528)]():e[s(151)](u)?u=e[s(455)]:e[s(151)](l)&&(l=e[s(147)]);continue}u=u[s(294)](e[s(147)])?u:e[s(147)],l=l[s(387)](e[s(455)])?l:e[s(455)],r=Object[s(420)]({},t[s(462)]),c?e[s(147)][s(294)](c[s(364)]()[s(147)])?(c[s(528)](),c=t):t[s(528)]():c=t}}if(c)return this[s(461)](c,this[s(496)][s(334)](u,l)),c;{const t=(0,e.uid)(),i=this[s(496)][s(334)](u,l),a=o.id,c=n?s(351)+n:s(346),f=this[s(193)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(149)](c,t,a,i),f}}[dc(478)](t,n=dc(132),r={}){const s=dc,o=this[s(212)][s(284)][s(388)](s(465)).me,a=t[s(490)]((t=>new i.LiveRange(t[s(147)],t[s(455)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(434)](a,s(282)))e[s(353)]&&!e[s(169)]&&c[s(293)](t);for(const e of c)if(e[s(540)]){const o=e[s(260)]();if((!e[s(462)]||!e[s(462)][s(311)])&&o[s(342)]((t=>a[s(315)]((e=>e[s(207)](t,!0)))))&&e[s(152)](),a[s(342)]((t=>o[s(315)]((e=>e[s(207)](t,!0)))))){const e=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>e(t,null,r))),null}}else{const t=e[s(364)]();if(a[s(315)]((e=>e[s(207)](t,!0)))&&e[s(152)](),a[s(342)]((e=>t[s(207)](e,!0)))){const t=this[s(403)][s(278)](s(346),n,s(154));return this[s(220)]((()=>t(a,null,r))),null}}const u=this[s(403)][s(278)](s(346),n,s(191));let l=null;for(const t of this[s(441)]())if(t[s(385)].id==o.id&&t[s(181)]&&s(346)==t[s(297)]&&t[s(189)]==n&&Sc(t,r)&&(u(t[s(260)](),a)||u(a,t[s(260)]())))if(l){if(t[s(538)]&&t[s(538)][s(229)])continue;for(const e of t[s(260)]())l[s(202)](e)||l[s(307)](e);t[s(528)]()}else{l=t;for(const e of a)t[s(202)](e)||t[s(307)](e)}if(l)return l;c[s(171)]();for(const{suggestion:t,meta:e}of this[s(434)](a,s(346)))e[s(353)]&&(this[s(235)]||!e[s(427)]&&!e[s(369)])&&Sc(t,r)&&c[s(293)](t);for(const t of c){const e=t[s(260)]();if((!r||!r[s(311)])&&a[s(342)]((t=>e[s(315)]((e=>e[s(207)](t,!0))))))return t;(!t[s(462)]||!t[s(462)][s(311)])&&e[s(342)]((t=>a[s(315)]((e=>e[s(207)](t,!0)))))&&t[s(152)]()}const f=(0,e.uid)(),h=o.id,g=s(351)+n,d=this[s(193)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(120)](),t[s(332)]||s(470)==t[s(324)][s(242)]||this[s(149)](g,f,h,t,Hr[s(390)]());return d}[dc(317)](t,n,r,s,o){const i=dc;if(t[i(332)])return[];if(i(414)===this[i(277)])return[];const a=this[i(212)][i(284)][i(388)](i(465)).me.id,c=Array[i(519)](this[i(524)][i(463)]())[i(300)]((e=>i(377)==e[i(297)]&&e[i(302)][i(309)]==n&&e[i(202)](t)));if(i(144)===this[i(277)]){const e=this[i(434)](t,i(282))[i(300)]((({meta:t})=>t[i(353)]&&!t[i(369)]&&!t[i(169)]))[i(490)]((({suggestion:t})=>t));c[i(268)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(377)==t[i(297)]?t[i(302)][i(186)]:void 0,o=t[i(364)](),a=Array[i(519)](u[i(275)]())[i(326)]((t=>t[i(156)](o)));if(!a)continue;const c=a[i(418)](o);this[i(533)](n)&&i(282)==t[i(297)]&&0!=c[i(229)]||(u[i(214)](a),c[i(371)]((t=>{u[i(306)](t,r)})),i(282)!=t[i(297)]&&e!=s&&u[i(306)](a[i(291)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(229)]>37&&console[i(184)](i(305),{key:n});const f=(i(258)+(n+"|")+Ac({newValue:s}))[i(164)](0,60),h=this[i(193)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(500)](h),this[i(149)](f,c,a,t)}return l}[dc(296)](t){const e=dc;this[e(338)][e(293)](t)}[dc(177)](t){const e=dc;this[e(379)][e(293)](t)}[dc(468)](t,e=[],n=[]){const r=dc;this[r(231)](t,((t,...e)=>{this[r(142)]((()=>{t(...e)}))}));for(const t of e)this[r(177)](t);for(const t of n)this[r(296)](t)}[dc(472)](t){const e=dc;return e(377)==t[e(297)]?t[e(189)][e(166)]("|")[0]:null}[dc(461)](t,e){const n=dc,r=t[n(223)]();this[n(496)][n(269)]((t=>{t[n(443)](r,{range:e})}))}[dc(195)](t){const e=dc,n=t.id,r=this[e(212)][e(295)][e(388)](e(194));this[e(532)][e(225)](n)||this[e(532)][e(536)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(532)][e(234)](n);s[e(175)](e(271)),s[e(271)]=!1,t[e(538)]=s}[dc(531)](t,n,r,s){const o=dc;if(t[o(297)]!=n||t[o(189)]!=r||t[o(507)].id!=s)throw this[o(212)][o(506)](o(409)),new e.CKEditorError(o(409),this)}[dc(221)](t,n){const r=dc,s=t[r(364)]();if(n[r(117)](s))t[r(528)]();else if(s[r(207)](n)){const o=this[r(496)][r(395)](n[r(147)][r(314)],r(455));this[r(461)](t,this[r(496)][r(334)](s[r(147)],o));const i=(0,e.uid)(),a=t[r(507)].id,c=t[r(297)]+":"+t[r(189)];this[r(193)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(302)],attributes:t[r(462)]});const u=this[r(496)][r(395)](n[r(455)][r(310)],r(174)),l=this[r(496)][r(334)](u,s[r(455)]);this[r(149)](c,i,a,l)}else if(s[r(151)](n[r(147)])){const e=this[r(496)][r(395)](n[r(147)][r(314)],r(455));this[r(461)](t,this[r(496)][r(334)](s[r(147)],e))}else{const e=this[r(496)][r(395)](n[r(455)][r(310)],r(174));this[r(461)](t,this[r(496)][r(334)](e,s[r(455)]))}}[dc(253)](t){const e=dc;for(const{suggestion:n,meta:r}of this[e(434)](t,e(282))){if(!r[e(353)])continue;const s=n[e(260)]();for(const n of s)if(!t[e(418)](n)[e(229)])return!0}return!1}[dc(322)](t){const n=dc,r=this[n(212)][n(284)][n(388)](n(465))[n(209)](t);if(!r)throw new e.CKEditorError(n(240),this);return r}[dc(464)](t){const e=dc,n=this[e(212)][e(284)][e(388)](e(465)),r=(0,o.hashObject)(e(405)+t);return n[e(209)](r)||n[e(139)]({id:r,name:t})}[dc(179)](t,e,n,r,s){const o=dc,i=this[o(322)](r),a=this[o(403)][o(204)](t,e,n,i,s,(t=>{const e=o;this[e(118)](n,{attributes:t});const r=this[e(548)](n);this[e(308)](new Set([r])),this[e(378)](new Set([r]))}));return this[o(163)](a,o(154),(()=>{const t=o;this[t(118)](n,{state:t(356)})}),{priority:o(411)}),this[o(163)](a,o(152),(()=>{const t=o;this[t(118)](n,{state:t(417)})}),{priority:o(411)}),this[o(524)][o(306)](n,a),this[o(198)][o(306)](a,o(544)),a}[dc(448)](t){const e=dc,n=t[e(166)](":");return{group:n[0],type:n[1],subType:n[e(229)]>=5?n[2]:null,id:n[e(229)]<5?n[2]:n[3],authorId:n[e(229)]<5?n[3]:n[4],markerCount:6==n[e(229)]?n[5]:null}}[dc(347)](t,n,r){const s=dc,o=t[s(364)](),i=o[s(147)],a=o[s(455)];this[s(461)](t,this[s(496)][s(334)](i,n));const c=(0,e.uid)(),u=t[s(507)].id,l=t[s(297)]+(t[s(189)]?":"+t[s(189)]:"");this[s(193)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(462)],data:t[s(302)]});const f=this[s(472)](t);(s(391)==t[s(297)]||f&&this[s(533)](f))&&(r=this[s(496)][s(263)](r[s(310)])),this[s(149)](l,c,u,this[s(496)][s(334)](r,a))}[dc(434)](t,e=null){const n=dc,r=[],s=this[n(212)][n(284)][n(388)](n(465)).me;Array[n(143)](t)||(t=[t]);for(const o of this[n(441)]()){if(!o[n(181)])continue;if(e&&o[n(297)]!=e)continue;let i=!1;for(const e of o[n(260)]()){for(const a of t){const t=a[n(147)][n(117)](e[n(455)])||a[n(455)][n(117)](e[n(147)]);if(t||a[n(291)](e)){const c=a[n(207)](e)&&Tc(this[n(496)][n(458)],e[n(147)],a),u=e[n(207)](a)&&Tc(this[n(496)][n(458)],a[n(147)],e);r[n(500)]({suggestion:o,meta:{isOwn:s==o[n(385)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[dc(149)](t,e,n,r,s){const o=dc;this[o(496)][o(269)]((i=>{const a=o;let c=a(218)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(529)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[dc(227)](t){const e=dc,n=t[e(131)],r=t[e(437)];t[e(131)]=null,t[e(437)]=null,null!=n&&n[e(437)]==t&&(n[e(437)]=r),null!=r&&r[e(131)]==t&&(r[e(131)]=n),e(343)==this[e(198)][e(388)](t)&&(this[e(198)][e(306)](t,e(134)),this[e(196)](e(408),t,n,r))}[dc(193)](t){const n=dc,r=t.id,s=this[n(451)](t);if(this[n(383)]&&this[n(383)][n(192)]){const o=this[n(212)][n(284)][n(388)](n(219)),i=s[n(325)],a=s[n(189)]?s[n(297)]+":"+s[n(189)]:s[n(297)],c=this[n(212)][n(172)],u=o[n(293)](zr(c,n(509))),l={id:r,type:a,hasComments:i,data:t[n(302)]||null,originalSuggestionId:t[n(539)]||null,attributes:s[n(462)]};this[n(383)][n(192)](l)[n(249)]((t=>{const e=n;s[e(493)]=!0,o[e(372)](u),t&&t[e(168)]&&(this[e(524)][e(388)](r)[e(168)]=t[e(168)])}))[n(483)]((t=>{const r=n;throw(0,e.logWarning)(r(406)),this[r(212)][r(449)][r(431)]({isUndoable:!1},(()=>{s[r(152)]()})),s[r(130)](),this[r(524)][r(214)](s.id),this[r(198)][r(214)](s),t}))}return s}[dc(533)](t){const e=dc;return this[e(338)][e(238)](t)}[dc(118)](t,e){const n=dc,r=this[n(212)][n(284)][n(388)](n(219)),s=this[n(548)](t);if(this[n(383)]&&this[n(383)][n(469)])if(s[n(493)]){const s=r[n(293)](zr(this[n(212)][n(172)],n(509)));this[n(383)][n(469)](t,e)[n(249)]((()=>{r[n(372)](s)}))}else s.on(n(321),(()=>{this[n(118)](t,e)}))}[dc(505)](t){const n=dc;if(!this[n(383)]||!this[n(383)][n(548)])throw new e.CKEditorError(n(439),this);return this[n(383)][n(548)](t)}[dc(376)](t){const e=dc,{id:n,type:r,subType:s,authorId:o}=this[e(448)](t),i=this[e(524)][e(388)](n)||this[e(179)](r,s,n,o,{});switch(this[e(531)](i,r,s,o),this[e(198)][e(388)](i)){case e(544):this[e(505)](n)[e(249)]((t=>{const r=e;let s=Promise[r(339)]();t[r(325)]&&(s=this[r(532)][r(241)]({channelId:this[r(212)][r(295)][r(388)](r(194)),threadId:n})),s[r(249)]((()=>{const e=r;this[e(451)](t)[e(493)]=!0}))})),this[e(198)][e(306)](i,e(457));break;case e(134):this[e(118)](n,{state:e(473)});case e(299):this[e(198)][e(306)](i,e(343)),this[e(196)](e(435),i);break;case e(343):this[e(196)](e(266),i)}return i[e(512)](t),i}[dc(378)](t){const e=dc,n=Array[e(519)](t),r=n[e(300)]((t=>e(377)==t[e(297)]));this[e(358)](r);const s=n[e(300)]((t=>!t[e(540)]&&e(377)!=t[e(297)])),o=this[e(441)]({skipNotAttached:!0})[e(300)]((t=>!t[e(540)]&&e(377)!=t[e(297)])),i=o[e(300)]((n=>!t[e(238)](n))),a=new Map(o[e(490)]((t=>[t,this[e(403)][e(278)](t[e(297)],t[e(189)],e(178))]))),c=new Map(o[e(490)]((t=>[t,t[e(364)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(229)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(229)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(229)];t++){const n=s[t];!l[e(238)](n)&&n[e(131)]&&(f[e(293)](n[e(131)]),n[e(131)][e(437)]===n&&(n[e(131)][e(437)]=null),n[e(131)]=null),!u[e(238)](n)&&n[e(437)]&&(f[e(293)](n[e(437)]),n[e(437)][e(131)]===n&&(n[e(437)][e(131)]=null),n[e(437)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(229)];e++){const r=g(t,n[e]);r&&(r[0][s(437)]=r[1],r[1][s(131)]=r[0],u[s(293)](r[0]),l[s(293)](r[1]))}}function g(t,n){const r=e;if(t[r(385)].id!==n[r(385)].id)return null;const s=a[r(388)](t)(t,n,c[r(388)](t),c[r(388)](n));return s&&a[r(388)](n)(t,n,c[r(388)](t),c[r(388)](n))?s[1][r(538)]&&s[1][r(538)][r(229)]?null:s:null}f[e(399)]&&this[e(378)](f)}[dc(358)](t){const e=dc;if(0==t[e(229)])return;const n=this[e(441)]({skipNotAttached:!0})[e(300)]((t=>e(377)==t[e(297)]&&t[e(474)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(462)]);s[e(238)](n)||(s[e(306)](n,r[e(229)]),r[e(500)]([]));const i=s[e(388)](n);r[i][e(500)](t)}!function(){const t=e;r[t(476)](((e,n)=>{const r=t,s=e[0][r(168)],o=n[0][r(168)];return s==o?e[0][r(462)][r(250)]<n[0][r(462)][r(250)]?-1:1:s<o?-1:1}));for(const e of r)e[t(476)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(229)];t++){if(0==r[t][e(229)])continue;const n=[];for(let s=t+1;s<r[e(229)];s++)0!=r[s][e(229)]&&i(r[t],r[s])&&n[e(500)](s);for(const s of n)r[t]=r[t][e(546)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(229)];n++)t[n][e(437)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(229)];n++)t[n][e(131)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(462)][r(250)]!==n[0][r(462)][r(250)]&&t[0][r(385)]!==n[0][r(385)])return!1;if(!function(t,e){const n=r;return!t[n(325)]&&!e[n(325)]||(!t[n(325)]||!e[n(325)])&&(!!(t[n(325)]&&e[n(168)]<t[n(538)][n(159)][n(388)](0)[n(168)])||!!(e[n(325)]&&t[n(168)]<e[n(538)][n(159)][n(388)](0)[n(168)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(462)],r(250)),o=gc(n[0][r(462)],r(250));return!!Or(s,o)&&(!!t[r(342)]((t=>n[r(315)]((e=>t[r(364)]()[r(117)](e[r(364)]())))))&&n[r(342)]((e=>t[r(315)]((t=>e[r(364)]()[r(117)](t[r(364)]()))))))}}[dc(308)](t){const e=dc,n=Array[e(519)](t),r=this[e(441)]({skipNotAttached:!0}),s=r[e(300)]((n=>!t[e(238)](n))),o=new Map(n[e(490)]((t=>[t,this[e(403)][e(278)](t[e(297)],t[e(189)],e(191))]))),i=new Map(r[e(490)]((t=>[t,t[e(260)]()])));for(let t=0;t<n[e(229)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(229)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(229)];e++){const s=r[e];if(s[a(297)]!==n[a(297)]||s[a(385)].id!==n[a(385)].id||s[a(189)]!==n[a(189)])continue;if(!Lc(n,s,[a(250)]))continue;if(a(377)==n[a(297)]&&n[a(302)][a(186)]!=s[a(302)][a(186)])continue;if(a(377)==n[a(297)]&&t[a(533)](n[a(302)][a(309)]))continue;if(a(391)==n[a(297)]){const e=t[a(212)][a(449)],r=n[a(444)]();if(r&&(e[a(458)][a(522)](r)||e[a(458)][a(288)](r)))continue}const c=o[a(388)](n),u=i[a(388)](n),l=i[a(388)](s),f=n[a(538)]&&n[a(538)][a(229)],h=s[a(538)]&&s[a(538)][a(229)];if(!f&&c(l,u))return t[a(333)](s,n),i[a(214)](n),!0;if(!h&&c(u,l))return t[a(333)](n,s),i[a(214)](s),!0}return!1}}[dc(333)](t,e){const n=dc;if(t[n(540)])for(const r of e[n(260)]())t[n(307)](r);else{const r=e[n(364)]()[n(455)];this[n(461)](t,this[n(496)][n(334)](t[n(364)]()[n(147)],r))}e[n(528)]()}[dc(304)](t,e){const n=dc,r=t[n(203)](n(349))||t[n(203)](n(377))?n(440):t[n(318)]();return zr(this[n(212)][n(172)],e+"_"+r+n(125))}[dc(265)](){const t=dc,e=this[t(212)];(0,o.surroundingMarkersDetector)(this[t(496)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(448)](t[s(236)]);if(s(340)===e){o[s(500)](this[s(304)](n,s(248)));break}}for(const t of r){const{group:e,type:n}=this[s(448)](t[s(236)]);if(s(340)===e){o[s(500)](this[s(304)](n,s(456)));break}}o[s(229)]&&e.ui[s(257)][s(330)](s(350),o[s(191)](" "))}))}[dc(226)](t){const e=dc;if(this[e(525)])return!1;const n=this[e(212)],r=n[e(449)][e(335)][e(424)][e(482)]();if(0==r[e(229)])return!1;const s=[],o=r[e(300)]((t=>e(377)==t[e(297)])),i=r[e(300)]((t=>e(246)==t[e(297)]&&e(477)!=t[e(236)])),a=r[e(300)]((t=>e(372)==t[e(297)]&&e(477)!=t[e(236)]));for(const t of o)s[e(500)]({key:t[e(355)],newValue:t[e(328)],oldValue:t[e(392)],range:Cc(t[e(270)],n[e(449)])});for(const t of i){const r=a[e(326)]((n=>n[e(545)][e(117)](t[e(545)])));r&&s[e(500)]({key:e(205),newValue:t[e(236)],oldValue:r[e(236)],range:n[e(449)][e(430)](t[e(545)][e(323)])})}return 0!=s[e(229)]&&this[e(365)](t,s)}[dc(433)](t){const e=dc;let n=!1;const r=this[e(212)][e(449)][e(335)][e(424)][e(436)]()[e(300)]((t=>t[e(302)][e(360)]&&t[e(236)][e(203)](e(255))));for(const s of r){const{subType:r,id:o}=this[e(448)](s[e(236)]),i=r[e(166)]("|")[0];for(const r of this[e(441)]({skipNotAttached:!0}))r.id!=o&&e(377)==r[e(297)]&&r[e(302)]&&r[e(302)][e(309)]==i&&r[e(364)]()[e(156)](s[e(302)][e(360)])&&(this[e(499)](r,s[e(302)][e(360)],t),n=!0)}return n}[dc(142)](t){const e=dc;this[e(212)],this[e(525)]=!0,t()}[dc(471)](t){const e=dc,n=this[e(533)](t),r=this[e(379)][e(238)](t);return n||r}[dc(365)](t,e){const n=dc;if(0==e[n(229)])return!1;let r=!1;for(const s of e){const e=this[n(434)](s[n(270)],n(377))[n(300)]((t=>!t[n(289)][n(169)]))[n(490)]((t=>t[n(340)])),i=(0,o.hashObject)({newValue:s[n(148)]});e[n(300)]((t=>{const e=n,[r,o]=t[e(189)][e(166)]("|");return r==s[e(309)]&&o!=i}))[n(371)]((e=>{const o=n;this[o(499)](e,s[o(270)],t),r=!0}))}return r}[dc(499)](t,e,n){const r=dc,s=t[r(364)]()[r(418)](e);0!==s[r(229)]?1!==s[r(229)]?this[r(347)](t,e[r(147)],e[r(455)]):this[r(461)](t,s[0]):n[r(520)](t[r(223)]())}}class bc{constructor(t){const e=dc;this[e(503)]=t,this[e(496)]=t[e(449)],this[e(129)]=new Map,this[e(454)]=new Map,this[e(510)]()}[dc(204)](t,e,n,r,s,o){const i=dc;return new Hr(this[i(496)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(278)](t,e,i(154))(...n),onDiscard:(...n)=>this[i(278)](t,e,i(152))(...n)})}[dc(534)](t,e,n,r){const s=dc,o=t+":"+e+":"+n;this[s(129)][s(306)](o,r)}[dc(278)](t,e,n){const r=dc,s=t+":"+e+":"+n;return this[r(129)][r(388)](s)||this[r(454)][r(388)](t+":"+n)}[dc(510)](){const t=dc,e=()=>!1,n=t=>{const e=mc;t[e(476)](((t,n)=>t[e(147)][e(294)](n[e(147)])?1:-1)),this[e(496)][e(269)]((n=>{const r=e;for(const e of t){let t;t=e[r(455)][r(521)]&&e[r(455)][r(310)]==e[r(147)][r(323)]?n[r(508)](e[r(147)][r(323)],"on"):n[r(508)](e),this[r(496)][r(467)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=mc;e&&this[n(496)][n(269)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(490)]((t=>(_c(t)&&(t=this[s(496)][s(334)](t[s(455)])),t)))[s(300)]((t=>s(470)!==t[s(324)][s(242)]));if(c[s(229)]<1)return;const u=Array[s(519)](this[s(496)][s(335)][s(393)][s(260)]())[s(490)]((t=>i.LiveRange[s(517)](t)));r[s(157)](c);for(const t of this[s(503)][s(479)][s(479)]())t[s(185)]();a[s(500)]({forceDefaultExecution:!0}),this[s(503)][s(160)](o,...a);const l=u[s(300)]((t=>s(470)!=t[s(324)][s(242)]));l[s(229)]>0&&r[s(157)](l);for(const t of u)t[s(120)]()}))},s=(e,n)=>1==e[t(229)]&&1==n[t(229)]&&e[0][t(455)][t(117)](n[0][t(147)]),o=(e,n,r,s)=>Rc(e,n,r,s,this[t(496)])?[e,n]:Rc(n,e,s,r,this[t(496)])?[n,e]:null;this[t(454)][t(306)](t(466),e),this[t(454)][t(306)](t(367),n),this[t(454)][t(306)](t(526),s),this[t(454)][t(306)](t(292),o),this[t(454)][t(306)](t(429),n),this[t(454)][t(306)](t(141),e),this[t(454)][t(306)](t(404),s),this[t(454)][t(306)](t(380),o),this[t(454)][t(306)](t(362),r),this[t(454)][t(306)](t(331),e),this[t(454)][t(306)](t(259),s),this[t(454)][t(306)](t(187),e),this[t(454)][t(306)](t(124),r),this[t(454)][t(306)](t(283),e),this[t(454)][t(306)](t(224),s),this[t(454)][t(306)](t(527),e),this[t(454)][t(306)](t(162),e),this[t(454)][t(306)](t(199),((e,n)=>{const r=t;if(!n)return;const s=this[r(503)][r(284)][r(388)](Ec);this[r(496)][r(269)]((t=>{const o=r;if(o(205)==n[o(309)])for(const r of e){const e=r[o(147)][o(323)],s=n[o(186)];t[o(452)](e,s)}else if(s[o(533)](n[o(309)]))for(const r of e)void 0!==n[o(186)]?t[o(285)](n[o(309)],n[o(186)],r[o(147)][o(323)]):t[o(344)](n[o(309)],r[o(147)][o(323)]);else for(const r of e)n[o(186)]?t[o(285)](n[o(309)],n[o(186)],r):t[o(344)](n[o(309)],r)}))})),this[t(454)][t(306)](t(523),s)}}function Tc(t,e,n){const r=dc;for(const s of e[r(310)][r(359)]({includeSelf:!0,parentFirst:!0})){if(s[r(324)]==s)return!1;if(!n[r(442)](s))return!1;if(t[r(522)](s)||t[r(288)](s))return!0}return!1}function _c(t){const e=dc;return t[e(455)][e(310)]==t[e(147)][e(323)]&&t[e(455)][e(513)]}function yc(t,e,n,r){const s=dc,o=t=>!t[s(286)].is(s(419))&&!r[s(522)](t[s(286)]),i=t[s(147)][s(188)](o),a=t[s(455)][s(188)](o,{direction:s(488)});return!(t[s(147)][s(117)](i)&&t[s(455)][s(117)](a)||(i[s(294)](a)?n[s(443)](e,{range:n[s(334)](i,a)}):n[s(520)](e),0))}function Ac(t){return(0,o.hashObject)(t)}function kc(t){const e=dc,n=t[e(147)][e(323)];return n&&n.is(e(497))}function Cc(t,e){const n=dc;return null==t[n(455)][n(314)]&&t[n(455)][n(310)]==t[n(147)][n(323)]?Nc(t[n(147)][n(323)],e):t}function Nc(t,e){const n=dc,r=e[n(458)][n(522)](t)||e[n(458)][n(197)](t);return e[n(334)](e[n(395)](t,n(279)),r?e[n(213)](t):e[n(395)](t,n(455)))}function Rc(t,e,n,r,s){const o=dc;if(!Lc(t,e))return!1;if(n[o(455)][o(117)](r[o(147)]))return!0;if(t[o(297)]!=e[o(297)])return!1;if(!n[o(455)][o(217)](r[o(147)]))return!1;const i=s[o(334)](n[o(455)],r[o(147)])[o(421)]();for(const t of i)if([o(381),o(243)][o(158)](t[o(297)])&&s[o(458)][o(288)](t[o(286)]))return!1;return!0}function Lc(t,e,n=[]){const r=dc;return!(!t[r(474)]||!e[r(474)])&&Or(gc(t[r(462)],n),gc(e[r(462)],n))}function Sc(t,e){const n=dc,r=Mc(t[n(462)]),s=Mc(e);if(!t[n(474)])return!1;for(const t of Object[n(275)](s))if(!Or(r[t],s[t]))return!1;return!0}function Mc(t){const e=dc,n=Object[e(420)]({},t);return delete n[e(311)],delete n[e(232)],n}const vc=Oc;function wc(){const t=["_setPendingAction","isEnabled","893300lPEcqR","stopListening","_pendingAction","destroy","change:isDirty","isDirty","6SJMHcq","execute","acceptSuggestion","_removePendingAction","_editor","locale","plugins","canAccept","model","14HVgrPq","getRanges","get","2502273fQDPIe","21039130CMjYBG","canDiscard","view","discardSuggestion","230735vMAtXW","9samKAp","1658584NMUNge","PENDING_ACTION_SUGGESTION","unbind","canEditAt","remove","add","commentThreadController","_acceptCommand","commands","bind","1648685PMJmCV","PendingActions","153774HSjPCe","listenTo","_discardCommand"];return(wc=function(){return t})()}function Oc(t,e){const n=wc();return(Oc=function(t,e){return n[t-=106]})(t,e)}!function(t,e){const n=Oc,r=t();for(;;)try{if(425448===parseInt(n(143))/1*(-parseInt(n(126))/2)+-parseInt(n(138))/3+-parseInt(n(120))/4+parseInt(n(113))/5+parseInt(n(115))/6*(-parseInt(n(135))/7)+parseInt(n(145))/8*(-parseInt(n(144))/9)+parseInt(n(139))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Dc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Oc;super(),this[s(134)]=e,this[s(141)]=n,this[s(109)]=r,this[s(130)]=t,this[s(110)]=t[s(111)][s(137)](s(128)),this[s(117)]=t[s(111)][s(137)](s(142)),this[s(141)][s(112)](s(119)).to(this[s(110)],this[s(117)],((t,e)=>t||e)),this[s(141)][s(112)](s(133)).to(this[s(110)],s(119),(t=>t&&this[s(130)][s(134)][s(106)](e[s(136)]()))),this[s(141)][s(112)](s(140)).to(this[s(117)],s(119),(t=>t&&this[s(130)][s(134)][s(106)](e[s(136)]()))),this[s(122)]=null,n[s(125)]&&this[s(118)](),this[s(116)](n,s(128),(()=>this[s(128)]())),this[s(116)](n,s(142),(()=>this[s(142)]())),this[s(116)](n,s(124),(()=>{const t=s;n[t(125)]?this[t(118)]():this[t(129)]()}))}[vc(128)](){const t=vc;this[t(110)][t(127)](this[t(134)].id)}[vc(142)](){const t=vc;this[t(117)][t(127)](this[t(134)].id)}[vc(123)](){const t=vc;this[t(141)][t(147)](t(119)),this[t(141)][t(147)](t(133)),this[t(141)][t(147)](t(140)),this[t(121)](),this[t(109)][t(123)](),this[t(122)]&&this[t(129)]()}[vc(118)](){const t=vc,e=zr(this[t(130)][t(131)],t(146));this[t(122)]=this[t(130)][t(132)][t(137)](t(114))[t(108)](e)}[vc(129)](){const t=vc;null!==this[t(122)]&&this[t(130)][t(132)][t(137)](t(114))[t(107)](this[t(122)]),this[t(122)]=null}}const Fc=xc;function xc(t,e){const n=Pc();return(xc=function(t,e){return n[t-=394]})(t,e)}function Pc(){const t=["element","isEnabled","removeComment","6TNhkJA","submit","hasDirtyComment","commentThread","focus","isReadOnly","addComment","5893706RlCCGj","assign","value","_model","2065780SqwJlX","set","authoredAt","length","_createCommentThreadInputView","3097860wJSayT","bind","setData","descriptionParts","CommentView","locale","delegate","7119423UHRPWW","showInput","canDiscard","editorConfig","786ZPiSNw","destroy","isActive","1317075nBHLBp","editor","_config","fire","disableComments","updateComment","isDirty","_createCommentViews","33332780DYVnln","commentThreadInputView","commentInputView","disabledSubmit","cancel","8AgHjNZ","1349aHNecd","commentsListView","canAccept","_localUser"];return(Pc=function(){return t})()}!function(t,e){const n=xc,r=t();for(;;)try{if(473124===parseInt(n(400))/1*(-parseInt(n(434))/2)+parseInt(n(437))/3+-parseInt(n(418))/4+-parseInt(n(423))/5*(parseInt(n(407))/6)+-parseInt(n(414))/7+-parseInt(n(399))/8*(parseInt(n(430))/9)+parseInt(n(394))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pc);class Bc extends s.View{constructor(t,e,n,r){const s=xc;super(t),this[s(401)]=null,this[s(395)]=null,this[s(419)](s(436),!1),this[s(419)](s(420),e[s(420)]),this[s(424)](s(420)).to(e),this[s(419)](s(426),[]),this[s(419)](s(443),!1),this[s(419)](s(405),!1),this[s(419)](s(402),!1),this[s(419)](s(432),!1),this[s(417)]=e,this[s(403)]=n,this[s(439)]=r,r[s(441)]?this[s(419)](s(421),1):this[s(444)]()}[Fc(411)](){const t=Fc;this[t(404)][t(411)]()}[Fc(435)](){const t=Fc;this[t(401)]&&this[t(401)][t(435)](),this[t(395)]&&this[t(395)][t(435)](),super[t(435)]()}[Fc(444)](){const t=Fc,{CommentsListView:e}=this[t(439)];this[t(401)]=new e(this[t(428)],this[t(417)][t(410)],Object[t(415)]({CommentView:this[t(439)][t(427)]},this[t(439)])),this[t(401)][t(429)](t(406)).to(this),this[t(401)][t(429)](t(442)).to(this),this[t(401)][t(424)](t(436)).to(this),this[t(419)](t(421),this[t(401)][t(421)]+1),this[t(424)](t(421)).to(this[t(401)],t(421),(t=>t+1)),this[t(395)]=this[t(422)](),this.on(t(406),(()=>this[t(411)]())),this[t(424)](t(443)).to(this[t(401)],t(409),this[t(395)][t(396)],t(416),((t,e)=>t||!!e))}[Fc(422)](){const t=Fc,{CommentThreadInputView:e}=this[t(439)],n=new e(this[t(428)],this[t(403)],this[t(439)][t(433)]),r=n[t(396)];return n[t(424)](t(431)).to(this,t(436),this[t(417)][t(410)],t(412),r,t(416),((t,e,n)=>!!n||t&&!e)),r.on(t(408),((e,n)=>{const s=t;this[s(440)](s(413),n),r[s(438)][s(425)]("")})),r.on(t(398),(()=>this[t(411)]())),r[t(424)](t(397)).to(this[t(417)][t(410)],t(412)),n}}const Uc=jc;function jc(t,e){const n=Hc();return(jc=function(t,e){return n[t-=482]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(470374===parseInt(n(523))/1*(parseInt(n(572))/2)+-parseInt(n(511))/3*(parseInt(n(536))/4)+parseInt(n(562))/5+parseInt(n(512))/6+parseInt(n(540))/7*(-parseInt(n(491))/8)+parseInt(n(573))/9*(-parseInt(n(531))/10)+parseInt(n(525))/11*(parseInt(n(566))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Gc extends Bc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(492)](i(508),""),this[i(541)](i(508)).to(this,i(503),(t=>t&&t[0]?t[0][i(508)]:"")),this[i(541)](i(530)).to(this,i(503),this,i(567),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(589)+Vc(e[n(518)],e[n(515)])+n(527);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(549)]=null,this[i(580)]=this[i(568)](zr(e,i(553)),t.icons[i(490)],i(509),i(588),"sw"),this[i(580)][i(541)](i(486)).to(this,i(552)),this[i(506)]=this[i(568)](zr(e,i(556)),t.icons[i(557)],i(558),i(594),"sw"),this[i(506)][i(541)](i(486)).to(this,i(581)),this[i(571)]=new o.UserView(e,this[i(489)][i(485)],this[i(564)]()),this[i(571)][i(587)]({attributes:{class:[i(487),i(510)]}}),this[i(495)](this[i(544)]())}[Uc(544)](){const t=Uc,e=this[t(505)],n=[{tag:t(532),attributes:{class:[t(496),t(507)]},children:[{tag:t(498),children:[{text:this[t(571)][t(537)]}],attributes:{class:[t(563),t(550)]}},{tag:t(543),attributes:{datetime:e.to(t(590)),class:[t(551),t(539)]},children:[{text:e.to(t(590),(e=>this[t(497)][t(528)](e)))}]}]},{tag:t(532),attributes:{class:[t(501),t(547)]},children:[this[t(580)],this[t(506)]]},{tag:t(532),attributes:{class:[t(517)]}}];this[t(489)][t(514)]&&n[t(493)]({tag:t(532),attributes:{class:[t(546)]},children:[{text:this[t(569)]()}]});const r={tag:t(532),attributes:{class:[t(535),e.if(t(567),t(576)),e.to(t(508),(e=>t(586)+e)),this[t(497)][t(582)]&&t(592)],"data-suggestion-id":this[t(489)].id,"data-thread-id":this[t(489)][t(521)].id,"data-author-id":this[t(489)][t(485)].id,tabindex:-1},children:[{tag:t(532),attributes:{class:[t(524),t(559)]},children:[this[t(571)],{tag:t(532),attributes:{class:[t(494),t(522)]},children:n}]}]};return this[t(565)]&&this[t(534)]&&(r[t(519)][t(493)](this[t(565)],this[t(534)]),this[t(565)][t(560)](t(482)).to(this),this[t(565)][t(560)](t(555)).to(this),this[t(534)][t(560)](t(482)).to(this),this[t(534)][t(560)](t(555)).to(this)),r}[Uc(575)](){const t=Uc;super[t(575)](),this[t(549)]=this[t(554)][t(516)](t(502)),this[t(549)][t(520)]=this[t(530)],this.on(t(591),((e,n,r)=>{const s=t;this[s(549)][s(520)]=r}))}[Uc(568)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(500)]);return a[i(492)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(587)]({attributes:{class:n}}),a.on(i(577),(()=>{const t=i;this[t(529)](r,this[t(489)].id)})),a}[Uc(569)](){const t=Uc;return t(585)===this[t(489)][t(561)][t(578)][t(548)]?zr(this[t(500)],t(584)):zr(this[t(500)],t(526))}[Uc(564)](){const t=Uc;return this[t(489)][t(514)]?t(585)===this[t(489)][t(561)][t(578)][t(548)]?zr(this[t(500)],t(542),this[t(489)][t(570)][t(537)]):zr(this[t(500)],t(579),this[t(489)][t(570)][t(537)]):null}}function Vc(t,e){const n=Uc;let r="";return r+=t[n(488)]("*")[n(504)](((t,e)=>e%2!=0?n(538)+zc(t)+n(533):zc(t)))[n(483)](""),e&&(r+=n(583)+e[n(513)]+n(499)+e[n(545)]+n(593)),r}function Hc(){const t=["_descriptionElement","ck-annotation__info-name","ck-comment__info-time","canAccept","Accept suggestion","element","editorDestroyed","Discard suggestion","cancel","ck-suggestion--discard","ck-annotation","delegate","attributes","2081800MiJiFl","ck-suggestion__info-name","getUserViewNotificationText","commentsListView","804WBHgPL","isActive","_createButton","getExternalSuggestionNote","creator","userView","16iZObwr","5339943LLUszt","createElement","render","ck-suggestion-wrapper--active","execute","@external","EXTERNAL_AVATAR","acceptButton","canDiscard","disableComments",'<span class="ck-suggestion-color" style="background-color: ',"EXTERNAL_IMPORT_WORD_SUGGESTION","importWord","ck-suggestion-","extendTemplate","acceptSuggestion","<p>","authoredAt","change:description","ck-suggestion--disabled-comments",'"></span>',"discardSuggestion","editorReady","join","innerText","author","isEnabled","ck-suggestion__user","split","_model","check","341256zSXZtO","set","push","ck-suggestion__main","setTemplate","ck-suggestion__info","_config","span",'" title="',"locale","ck-suggestion__actions",".ck-annotation__content-wrapper","descriptionParts","map","bindTemplate","discardButton","ck-annotation__info","type","ck-suggestion--accept","ck-annotation__user","51855xtLZVe","393300zAkUHr","value","isExternal","color","querySelector","ck-annotation__content-wrapper","content","children","innerHTML","commentThread","ck-annotation__main","7126SmEhEO","ck-suggestion","316074evnluR","EXTERNAL_SUGGESTION","</p>","formatDateTime","fire","description","10bqumfA","div","</span>","commentThreadInputView","ck-suggestion-wrapper","176IfjIXV","name",'<span class="ck-suggestion-type">',"ck-annotation__info-time","105QOIxYV","bind","EXTERNAL_IMPORT_WORD_AVATAR","time","getTemplate","title","ck-comment__external","ck-annotation__actions","source"];return(Hc=function(){return t})()}function zc(t){const e=Uc,n=document[e(574)](e(498));return n[e(484)]=t,n[e(520)]}const Wc=qc;function Kc(){const t=["view","locale","hasSuggestion","_createUIButton","trackChanges.SuggestionThreadView","comments","_disableComments","getJoined","refreshSelectedViews","acceptSelectedSuggestions","some","_updateController","_handleSuggestionControllerDelayed","getMarkers","values","CommentsRepository","discardButton","comments.maxCommentsWhenCollapsed","trackChanges.disableComments","type","Discard all selected suggestions","map","suggestion-","getRanges","editing","buttonView","delete","from","arrowView","220IdEUgJ","createAnnotation","plugins","define","set","7340463yoqJSE","_refreshActiveMarkers","3376872hHGIEI","isOn","addSourceCollector","isInContent","comments.editorConfig","size","getMarkerNames","suggestionUnloaded","18124TSPRas","commentThread","lowest","Discard all suggestions","reduce","comments.maxThreadTotalWeight","descriptionParts","trackChanges","getDescriptions","stopListening","createAnnotationView","getByInnerView","button","mainView","commandName","length","addComment","TrackChangesEditing","Accept all selected suggestions","7dLNrjQ","_descriptionFactory","acceptButton","96HiUhSR","requires","change:previous","_viewToController","editor","get","_destroyController","_suggestionToController","acceptAllSuggestions","init","innerView","suggestionChanged","Accept all suggestions","getFirstRange","1337488qodVRw","previous","comments.maxCommentCharsWhenCollapsed","toMany","getSuggestion","_initializeController","discardAllSuggestions","push","10EtmoSz","activeAnnotations","Annotations","getAllAdjacentSuggestions","switchbutton","componentFactory","commands","_handleControllerBuffer","isDirty","value","2460988QjbazW","unbind","listenTo","add","separator","_annotationViews","createCommentThreadController","pluginName","actionView","source","972994nswyfG","CommentView","model","TrackChangesUI","isMultiRange","change:activeAnnotations","registerAnnotation","head","clear","discardSelectedSuggestions","CommentsUI","config","execute","suggestionLoaded","activeMarkers","has","_bindAnnotationToEditors","remove","focus","_unbindEditors","SuggestionThreadView","keys","destroy","bind","isEnabled","Track changes","EditorAnnotations","filter","20162AyfvzW"];return(Kc=function(){return t})()}function qc(t,e){const n=Kc();return(qc=function(t,e){return n[t-=411]})(t,e)}!function(t,e){const n=qc,r=t();for(;;)try{if(636229===parseInt(n(467))/1+parseInt(n(422))/2*(parseInt(n(489))/3)+-parseInt(n(521))/4*(parseInt(n(511))/5)+parseInt(n(459))/6+parseInt(n(486))/7*(-parseInt(n(503))/8)+-parseInt(n(457))/9+-parseInt(n(452))/10*(-parseInt(n(531))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class Xc extends t.Plugin{static get[Wc(490)](){const t=Wc;return[Ec,o.Users,t(438),t(513),t(420)]}static get[Wc(528)](){return Wc(534)}constructor(t){const e=Wc;super(t),this[e(496)]=new Map,this[e(492)]=new Map,this[e(526)]=new Map,this[e(518)]=new Map;const n=this[e(493)][e(542)];n[e(455)](e(427),Gc),n[e(455)](e(441),!1),this[e(429)]=n[e(494)](e(441))}[Wc(435)](t,e){const n=Wc;0===this[n(518)][n(464)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(518)]){const r=this[t(496)][t(546)](e);r||n?r&&n&&this[t(495)](e):this[t(508)](e)}this[t(518)][t(539)](),this[t(493)][t(454)][t(494)](t(420))[t(431)](),this[t(458)]()}),10),this[n(518)][n(456)](t,e)}[Wc(498)](){const t=Wc,e=this[t(493)],n=e[t(454)][t(494)](t(484)),r=e[t(454)][t(494)](t(513)),s=e[t(454)][t(494)](t(420)),o=e[t(454)][t(494)](t(438));e.ui[t(516)][t(524)](t(474),(e=>this[t(426)](e))),s[t(461)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(450)](this[e(496)])){const s=t[e(514)](),o=[];for(const t of s){if(!t[e(462)])continue;if(t[e(535)]){o[e(510)](...t[e(446)]());continue}const n=t[e(502)]();if(o[e(482)]>0){const t=o[0][e(430)](n);if(t){o[0]=t;continue}}o[e(510)](n)}n[e(510)]([r[e(423)],o])}return n})),this[t(523)](n,t(544),((e,n)=>{const r=t;this[r(523)](n,r(491),((t,e,s,o)=>{const i=r;n[i(462)]&&(null==s?(this[i(434)](o[i(538)]),this[i(435)](n,!1)):(this[i(434)](s[i(538)]),null==o&&this[i(435)](n,!0)))})),null!==n[r(504)]?this[r(434)](n[r(538)]):this[r(435)](n,!1)})),this[t(523)](n,t(466),((e,n,r)=>{const s=t;this[s(476)](n,s(491)),this[s(518)][s(449)](n),this[s(496)][s(546)](n)&&this[s(495)](n),r&&this[s(434)](r[s(538)])})),this[t(523)](n,t(500),((e,n)=>{this[t(434)](n)})),this[t(523)](r,t(536),(()=>{this[t(458)]()})),this[t(523)](o,t(483),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(425)](r))return;const i=n[o(507)](r);this[o(496)][o(494)](i)[o(423)][o(412)]()}),{priority:t(469)})}[Wc(458)](){const t=Wc,e=this[t(493)][t(454)][t(494)](t(513)),n=this[t(493)][t(454)][t(494)](t(484)),r=Array[t(450)](e[t(512)],(e=>e[t(499)]))[t(421)]((e=>this[t(492)][t(546)](e))),s=[];for(const e of r){const n=this[t(492)][t(494)](e)[t(533)][t(514)]();s[t(510)](...n[t(471)](((e,n)=>[...e,...n[t(465)]()]),[]))}n[t(545)]=s}[Wc(426)](t){const n=Wc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(493)][n(517)][n(494)](n(474)),i=zr(t,n(419));r[n(448)][n(456)]({tooltip:i,label:i,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),r[n(448)][n(417)](n(460)).to(o,n(520)),r[n(448)].on(n(543),(()=>{const t=n;o[t(543)](),this[t(493)][t(447)][t(423)][t(412)]()}));const a=new e.Collection,c=[{type:n(515),model:{withText:!0,label:i,commandName:n(474)}},{type:n(525)},{type:n(479),model:{withText:!0,label:zr(t,n(501)),commandName:n(497)}},{type:n(479),model:{withText:!0,label:zr(t,n(485)),commandName:n(432)}},{type:n(479),model:{withText:!0,label:zr(t,n(470)),commandName:n(509)}},{type:n(479),model:{withText:!0,label:zr(t,n(443)),commandName:n(540)}}];for(const t of c){let e={type:n(525)};if(t[n(533)]){const r=new s.ViewModel(t[n(533)]),o=this[n(493)][n(517)][n(494)](r[n(481)]);r[n(417)](n(460),n(418)).to(o,n(520),n(418)),e={type:t[n(442)],model:r}}a[n(524)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(421)]((t=>null!=t[n(533)]))[n(444)]((t=>this[n(493)][n(517)][n(494)](t[n(533)][n(481)]))),l=r[n(448)];return l[n(529)][n(522)](n(418)),l[n(451)][n(522)](n(418)),l[n(529)][n(417)](n(418)).to(o,n(418)),l[n(451)][n(417)](n(418))[n(506)](u,n(418),((...t)=>t[n(433)]((t=>t)))),r.on(n(543),(t=>{const e=n;this[e(493)][e(543)](t[e(530)][e(481)]),this[e(493)][e(447)][e(423)][e(412)]()})),r}[Wc(508)](t){const e=Wc,n=this[e(493)],r=n[e(542)],s=n[e(454)][e(494)](e(513)),i=n[e(454)][e(494)](e(438)),a=n[e(454)][e(494)](e(420)),c=n[e(454)][e(494)](o.Users).me,u=r[e(494)](e(474))[e(414)],{CommentsListView:l,CommentThreadInputView:f}=n[e(454)][e(494)](e(541));let h,g;this[e(526)][e(546)](t.id)?(g=this[e(526)][e(494)](t.id),h=g[e(480)]):(h=new u(n[e(424)],t,c,{disableComments:this[e(429)],editorConfig:r[e(494)](e(463)),maxCommentsWhenCollapsed:r[e(494)](e(440)),maxThreadTotalWeight:r[e(494)](e(472)),maxCommentCharsWhenCollapsed:r[e(494)](e(505)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(494)](e(424))),CommentView:r[e(494)](e(428))[e(532)],CommentsListView:l,CommentThreadInputView:f}),h[e(488)].on(e(543),(()=>{const t=e;n[t(447)][t(423)][t(412)]()})),h[e(439)].on(e(543),(()=>{const t=e;n[t(447)][t(423)][t(412)]()})),g=s[e(477)](this[e(493)][e(424)],h),g[e(417)](e(519)).to(h,e(519)),g[e(417)](e(482)).to(h),g[e(417)](e(442)).to(h,e(442),(t=>e(445)+t)),this[e(526)][e(456)](t.id,g));const d=i[e(527)](t[e(468)],h),p=new Dc(n,t,h,d),m=t[e(514)]()[e(421)]((t=>t[e(462)]));h[e(473)]=n[e(454)][e(494)](e(484))[e(487)][e(475)](m),this[e(496)][e(456)](t,p),this[e(492)][e(456)](h,p);const I=s[e(453)]({view:g,target:()=>{const r=e,s=[],i=t[r(514)]()[r(421)]((t=>t[r(462)]));for(const t of i)s[r(510)](...t[r(436)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(447)],s)},type:()=>e(445)+p[e(423)][e(442)]});i[e(547)](h,I),s[e(524)](I),a[e(537)](I)}[Wc(495)](t){const e=Wc,n=this[e(493)][e(454)][e(494)](e(438)),r=this[e(493)][e(454)][e(494)](e(513)),s=this[e(496)][e(494)](t),o=s[e(423)],i=r[e(478)](o);n[e(413)](o),i&&r[e(411)](i),this[e(496)][e(449)](t),this[e(492)][e(449)](o),s[e(416)]()}[Wc(434)](t){const e=Wc;if(!t[e(462)]||!this[e(496)][e(546)](t))return;const n=this[e(493)][e(454)][e(494)](e(484)),r=this[e(496)][e(494)](t),s=t[e(514)]();r[e(423)][e(473)]=n[e(487)][e(475)](s)}[Wc(416)](){const t=Wc;for(const e of this[t(496)][t(415)]())this[t(495)](e);for(const e of this[t(526)][t(437)]())e[t(480)][t(416)]();super[t(416)]()}}var Zc=Qc;function Jc(){var t=["addSuggestionData","2425419YqwAFs","69040OubUGv","86058kGZrCQ","getSuggestions","34093970ZPUiXm","adapter","plugins","209432LQEZLO","287fXcsxA","118sUatqf","editor","Comments","80MyFIgr","1067075gsRfDx","7401FpgNGq","requires","getSuggestion","get","pluginName","TrackChanges","addSuggestion"];return(Jc=function(){return t})()}function Qc(t,e){var n=Jc();return(Qc=function(t,e){return n[t-=129]})(t,e)}!function(t,e){for(var n=Qc,r=t();;)try{if(592122===-parseInt(n(136))/1+parseInt(n(132))/2*(-parseInt(n(137))/3)+-parseInt(n(135))/4*(parseInt(n(146))/5)+parseInt(n(147))/6+parseInt(n(131))/7*(-parseInt(n(130))/8)+-parseInt(n(145))/9+parseInt(n(149))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class Yc extends t.Plugin{static get[Zc(138)](){return[Ec,Xc,Zc(134)]}static get[Zc(141)](){return Zc(142)}set[Zc(150)](t){var e=Zc;this[e(133)][e(129)][e(140)](Ec)[e(150)]=t}get[Zc(150)](){var t=Zc;return this[t(133)][t(129)][t(140)](Ec)[t(150)]}[Zc(143)](t){var e=Zc;return this[e(133)][e(129)][e(140)](Ec)[e(144)](t)}[Zc(148)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Zc;return this[n(133)][n(129)][n(140)](Ec)[n(148)]({skipNotAttached:t,toJSON:e})}[Zc(139)](t){var e=Zc;return this[e(133)][e(129)][e(140)](Ec)[e(139)](t)}}function $c(){const t=["getFullData","getRootsAttributes","addSuggestionData","addUser","push","set","404EUQEaE","TrackChangesEditing","end","create","constructor","acceptAllSuggestions","2092250XcJIRd","appendChild","rootsAttributes","getDataWithAcceptedSuggestions","discardAllSuggestions","document","Pagination","model","track-changes-data-invalid-editor-creator","2INDoSi","plugins","map","Users","trackChangesData.editorCreator","pluginName","reduce","name","getUser","303858CJmnAq","getDataWithDiscardedSuggestions","378842GrjlAa","TrackChangesData","define","function","4635360lTWcmn","config","742UxbDxJ","result","editorCreator","CommentsRepository","TrackChangesDataGetter","users","useAnonymousUser","6930QUiWXU","requires","destroy","2096WxmAcU","div","data","3139272IltayT","trackChangesData","init","get","getSuggestions","createElement","createDocumentFragment","editor","_adapter","getRootNames","execute"];return($c=function(){return t})()}const tu=nu;!function(t,e){const n=nu,r=t();for(;;)try{if(310851===-parseInt(n(339))/1*(-parseInt(n(328))/2)+-parseInt(n(337))/3+parseInt(n(313))/4*(-parseInt(n(352))/5)+-parseInt(n(358))/6+parseInt(n(345))/7*(-parseInt(n(355))/8)+parseInt(n(343))/9+parseInt(n(319))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);const eu=[tu(325)];function nu(t,e){const n=$c();return(nu=function(t,e){return n[t-=309]})(t,e)}class ru extends t.Plugin{static get[tu(353)](){return[Ec]}static get[tu(333)](){return tu(340)}[tu(360)](){const t=tu,n=this[t(365)];if(n[t(344)][t(341)](t(332),(e=>{const r=t,s=n[r(326)][r(324)][r(367)]()[r(334)](((t,e)=>(t[e]="",t)),{});return n[r(317)][r(316)](s,e)})),t(342)!=typeof n[t(344)][t(361)](t(359))[t(347)])throw new e.CKEditorError(t(327))}[tu(322)](t){return iu(this[tu(365)],!0,t)}[tu(338)](t){return iu(this[tu(365)],!1,t)}}class su extends t.Plugin{static get[tu(333)](){return tu(349)}constructor(t){const e=tu;super(t),this[e(346)]=e(315)}[tu(360)](){const t=tu;this[t(365)][t(329)][t(361)](t(348))[t(366)]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[t(365)][t(329)][t(361)](t(314))[t(366)]=null}}function ou(t){return void 0!==t[tu(370)]}async function iu(t,e,n){const r=tu,s=(0,o.sanitizeEditorConfig)(t,eu);s[r(329)][r(311)](Ec,su),s[r(321)]=ou(t)?t[r(370)]():void 0;const i=document[r(364)](),a=t[r(344)][r(361)](r(359))[r(347)],c=await a(s,(()=>function(t){const e=r,n=document[e(363)](e(356));return t[e(320)](n),n}(i)));!function(t,e){const n=r,s=t[n(326)][n(324)][n(367)]()[n(334)](((e,r)=>(e[r]=t[n(357)][n(361)]({rootName:r}),e)),{}),o=t[n(329)][n(361)](n(331))[n(350)][n(330)]((t=>({id:t.id,name:t[n(335)]}))),i=t[n(329)][n(361)](n(314))[n(362)]({skipNotAttached:!0,toJSON:!0}),a=e[n(329)][n(361)](n(331)),c=e[n(329)][n(361)](n(314));for(const t of o)a[n(336)](t.id)||a[n(310)](t);a.me||a[n(351)]();for(const t of i)c[n(309)](t);e[n(357)][n(312)](s)}(t,c),c[r(368)](r(e?318:323));const u=ou(c)?c[r(369)](n):c[r(357)][r(361)](n);return await c[r(354)](),u}function au(t,e){var n=cu();return(au=function(t,e){return n[t-=406]})(t,e)}function cu(){var t=["12891WDjmoE","5180EwknLK","3229370STIbUA","244ZDipvg","2173725OtvYxM","18sglTtK","13320mPRTMq","1839812IMkQUA","28137nIxUga","6886824AUlZWT"];return(cu=function(){return t})()}!function(t,e){for(var n=au,r=t();;)try{if(660625===-parseInt(n(408))/1+-parseInt(n(413))/2*(-parseInt(n(410))/3)+parseInt(n(407))/4+parseInt(n(414))/5+parseInt(n(409))/6+-parseInt(n(411))/7*(parseInt(n(406))/8)+parseInt(n(415))/9*(-parseInt(n(412))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();