@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.3

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:()=>Bc,TrackChanges:()=>Zc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ic});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=u;function u(t,e){const n=f();return(u=function(t,e){return n[t-=255]})(t,e)}!function(t,e){const n=u,r=t();for(;;)try{if(200553===-parseInt(n(258))/1*(parseInt(n(255))/2)+-parseInt(n(256))/3+-parseInt(n(277))/4*(-parseInt(n(257))/5)+parseInt(n(268))/6*(parseInt(n(264))/7)+parseInt(n(278))/8+-parseInt(n(274))/9*(-parseInt(n(275))/10)+parseInt(n(273))/11*(parseInt(n(267))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=u;super(t),this[n(281)]=e,this[n(265)]=!1,this[n(271)](),this[n(262)]=!1}[c(271)](){this[c(266)]=!0}[c(259)](){const t=c;this[t(265)]=!this[t(265)],this[t(265)]?this[t(279)]():this[t(280)]()}[c(279)](){const t=c;for(const e of this[t(263)][t(260)][t(260)]())e[t(261)]&&!this[t(281)][t(272)](e)&&e[t(270)](t(276))}[c(280)](){const t=c;for(const e of this[t(263)][t(260)][t(260)]())e[t(261)]&&!this[t(281)][t(272)](e)&&e[t(269)](t(276))}}function f(){const t=["8488jIjGzF","2215792ZqsTue","_disableUnsupportedCommands","_enableCommands","_enabledCommands","6QVWMiJ","849429RAwXkG","65ZRsODX","51581sZUQqf","execute","commands","affectsData","_isEnabledBasedOnSelection","editor","18466SIwZtY","value","isEnabled","60LANdEB","306flSVbJ","clearForceDisabled","forceDisabled","refresh","has","359876dKmHxX","29259yzlKmI","110jQTtme","TrackChangesCommand"];return(f=function(){return t})()}const h=d;function g(){const t=["acceptSuggestion","542061XwsLpW","8397864cIVeHB","isEnabled","3nJFMFl","execute","6980IaiSrS","plugins","canEditAt","_suggestions","4898690PWSrQt","_isEnabledBasedOnSelection","track-changes-accept-suggestion-not-found","41866Ocsgrm","getRanges","editor","9HkxaEu","4158552dikoxE","get","model","1615938OUXAee","TrackChangesEditing","refresh","7JMKWcE","4262892enixLI"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=344]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(863932===-parseInt(n(359))/1+-parseInt(n(353))/2+parseInt(n(362))/3*(-parseInt(n(357))/4)+parseInt(n(368))/5+-parseInt(n(350))/6*(-parseInt(n(356))/7)+parseInt(n(360))/8*(-parseInt(n(349))/9)+-parseInt(n(364))/10*(-parseInt(n(346))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(367)]=e,this[n(355)](),this[n(344)]=!1}[h(355)](){this[h(361)]=!0}[h(363)](t){const n=h,r=this[n(367)][n(351)](t);if(!r)throw new e.CKEditorError(n(345),this);const s=r[n(347)]();this[n(348)][n(352)][n(366)](s)&&this[n(348)][n(365)][n(351)](n(354))[n(358)](r)}}const m=I;function I(t,e){const n=E();return(I=function(t,e){return n[t-=498]})(t,e)}function E(){const t=["track-changes-discard-suggestion-not-found","TrackChangesEditing","editor","model","2uCsudw","142764TEnDad","discardSuggestion","canEditAt","refresh","get","1828380SDyBzx","85atACrk","execute","isEnabled","44200849TaBTNn","8049248wgfjeE","plugins","28EBjNAJ","getRanges","773670RpMGVU","11277080GgqjXX","_suggestions","9gZwwAb","_isEnabledBasedOnSelection","946886WSHdUE"];return(E=function(){return t})()}!function(t,e){const n=I,r=t();for(;;)try{if(630268===-parseInt(n(506))/1*(-parseInt(n(501))/2)+-parseInt(n(521))/3+-parseInt(n(507))/4*(-parseInt(n(513))/5)+-parseInt(n(512))/6*(-parseInt(n(519))/7)+parseInt(n(517))/8*(parseInt(n(499))/9)+parseInt(n(522))/10+-parseInt(n(516))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=I;super(t),this[n(498)]=e,this[n(510)](),this[n(500)]=!1}[m(510)](){this[m(515)]=!0}[m(514)](t){const n=m,r=this[n(498)][n(511)](t);if(!r)throw new e.CKEditorError(n(502),this);const s=r[n(520)]();this[n(504)][n(505)][n(509)](s)&&this[n(504)][n(518)][n(511)](n(503))[n(508)](r)}}function T(t){const e=_;return t[e(479)](((t,n)=>e(497)==t[e(477)]&&e(497)!=n[e(477)]?-1:e(497)!=t[e(477)]&&e(497)==n[e(477)]?1:0))}function _(t,e){const n=A();return(_=function(t,e){return n[t-=460]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(503)];for(;s<t[n(500)];){const a=t[s],c=t[s+1];r||(r=e[n(474)](a)),k(e,a,c)||(o[n(463)](e[n(495)](r,i[n(470)](a)?e[n(498)](a):e[n(481)](a,n(476)))),r=null),s++}return o}function A(){const t=["length","35RWWcdB","1665uzjmYP","schema","map","isMultiRange","next","11208fdCqnS","push","19954DXfWlk","start"," [color ","from","value","7LGnLqX","isObject","add","isArray","replace","createPositionBefore","getRanges","end","type","6125224zyTctN","sort","isCollapsed","createPositionAt","execute","498916EnJBeh","isInContent","content","4104288xvOyNz","2062402OXiSWQ","color","join","isTouching","change","isIntersecting","3hlnuRA","splice","createRange","74444pFOPNX","deletion","createPositionAfter","20110Qubbos"];return(A=function(){return t})()}function k(t,e,n){const r=_;if(!n)return!1;const s=t[r(498)](e),o=t[r(474)](n);return s[r(490)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(529468===-parseInt(n(483))/1+parseInt(n(487))/2*(parseInt(n(493))/3)+parseInt(n(496))/4*(-parseInt(n(501))/5)+parseInt(n(486))/6+parseInt(n(469))/7*(parseInt(n(478))/8)+-parseInt(n(502))/9*(-parseInt(n(499))/10)+-parseInt(n(464))/11*(parseInt(n(462))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(A);function C(t,e,n){const r=_;for(;n[r(500)];){const s=n[r(494)](0,100);t[r(491)]((()=>{const t=r;for(const n of s)n[t(484)]&&e[t(482)](n.id)}))}}function N(){const t=["_command","model","2jbOsVN","isEnabled","486744rzUrqx","3582kPgltr","values","1186052XNjxwT","isInContent","104874GpoNwS","10HSIgSn","8BBkmhh","getRanges","10852226RzMPbo","refresh","15528lBvlUw","editor","from","canEditAt","execute","_suggestions","952788pkTbCL","some","_isEnabledBasedOnSelection","261528yeRWYc","50UVbPPR"];return(N=function(){return t})()}const R=S;function S(t,e){const n=N();return(S=function(t,e){return n[t-=141]})(t,e)}!function(t,e){const n=S,r=t();for(;;)try{if(717148===-parseInt(n(162))/1*(-parseInt(n(141))/2)+parseInt(n(155))/3*(-parseInt(n(145))/4)+-parseInt(n(159))/5*(-parseInt(n(158))/6)+-parseInt(n(143))/7+parseInt(n(149))/8*(parseInt(n(165))/9)+parseInt(n(144))/10*(-parseInt(n(147))/11)+-parseInt(n(164))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class L extends t.Command{constructor(t,e,n){const r=S;super(t),this[r(160)]=e,this[r(154)]=n,this[r(148)](),this[r(157)]=!1}[R(148)](){const t=R,e=Array[t(151)](this[t(154)][t(166)]())[t(156)]((e=>e[t(142)]));this[t(163)]=this[t(160)][t(163)]&&e}[R(153)](){const t=R,e=T(Array[t(151)](this[t(154)][t(166)]()));for(const n of e){const e=n[t(146)]();if(!this[t(150)][t(161)][t(152)](e))return}C(this[t(150)][t(161)],this[t(160)],e)}}const v=w;function M(){const t=["editor","1650iacWIc","10ojppTV","values","selection","_suggestions","60LXhQms","483413FKLRUt","8998192UWjMDM","11731080audIuk","isEnabled","execute","model","canEditAt","getRanges","_isEnabledBasedOnSelection","refresh","9vZHXje","5332kXdRMy","3069206rHOCXi","2SfnuuM","document","7464567oUfyFa","_selectedSuggestions","415164bZhaVe","size","from","_command"];return(M=function(){return t})()}function w(t,e){const n=M();return(w=function(t,e){return n[t-=468]})(t,e)}!function(t,e){const n=w,r=t();for(;;)try{if(583636===parseInt(n(468))/1*(-parseInt(n(481))/2)+parseInt(n(490))/3*(-parseInt(n(479))/4)+parseInt(n(495))/5*(parseInt(n(485))/6)+parseInt(n(480))/7+parseInt(n(469))/8*(-parseInt(n(478))/9)+parseInt(n(491))/10*(parseInt(n(483))/11)+parseInt(n(470))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class O extends t.Command{constructor(t,e,n){const r=w;super(t),this[r(488)]=e,this[r(494)]=n,this[r(484)]=new Set,this[r(477)](),this[r(476)]=!1}[v(477)](){const t=v,e=this[t(489)][t(473)][t(482)][t(493)],n=Array[t(487)](this[t(494)][t(492)]());this[t(484)]=function(t,e){const n=_,r=Array[n(467)](t[n(475)]()),s=new Set;for(const o of e)if(o[n(484)])for(const e of r)for(const r of o[n(475)]())(e[n(492)](r)||t[n(480)]&&!o[n(460)]&&o[n(461)]&&r[n(476)][n(490)](e[n(465)]))&&s[n(471)](o);return s}(e,n),this[t(471)]=this[t(488)][t(471)]&&!!this[t(484)][t(486)]}[v(472)](){const t=v,e=T(Array[t(487)](this[t(484)]));for(const n of e){const e=n[t(475)]();if(!this[t(489)][t(473)][t(474)](e))return}C(this[t(489)][t(473)],this[t(488)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const z=function(){this.__data__=new H,this.size=0};const W=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const X=function(t){return this.__data__.get(t)};const K=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var J="object"==typeof self&&self&&self.Object===Object&&self;const Q=q||J||Function("return this")();const Y=Q.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Q["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Q,"Map");const Ct=At(Object,"create");const Nt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Rt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var St=Object.prototype.hasOwnProperty;const Lt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return St.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Nt,Ot.prototype.delete=Rt,Ot.prototype.get=Lt,Ot.prototype.has=Mt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||H),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const zt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function Wt(t){var e=this.__data__=new H(t);this.size=e.size}Wt.prototype.clear=z,Wt.prototype.delete=W,Wt.prototype.get=X,Wt.prototype.has=K,Wt.prototype.set=zt;const Xt=Wt;const Kt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Jt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Qt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Qt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Zt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Q.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Ne=Object.prototype;const Re=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};const Se=function(t,e){return function(n){return t(e(n))}};const Le=Se(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Re(t))return Le(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):Me(t)};const De=function(t,e){return t&&Zt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Re(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Zt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Q.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const ze=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const We=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Xe=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Ke=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Je=Object.getOwnPropertySymbols;const Qe=Je?function(t){return null==t?[]:(t=Object(t),Xe(Je(t),(function(e){return qe.call(t,e)})))}:Ke;const Ye=function(t,e){return Zt(t,Qe(t),e)};const Ze=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Se(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Qe(t)),t=$e(t);return e}:Ke;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,Oe,Qe)};const sn=function(t){return nn(t,Be,tn)};const on=At(Q,"DataView");const an=At(Q,"Promise");const cn=At(Q,"Set");const un=At(Q,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Q.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Rn=/\w*$/;const Sn=function(t){var e=new t.constructor(t.source,Rn.exec(t));return e.lastIndex=t.lastIndex,e};var Ln=Y?Y.prototype:void 0,vn=Ln?Ln.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Nn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Sn(t);case"[object Symbol]":return Mn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Re(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",zn="[object Function]",Wn="[object Object]",Xn={};Xn[Hn]=Xn["[object Array]"]=Xn["[object ArrayBuffer]"]=Xn["[object DataView]"]=Xn["[object Boolean]"]=Xn["[object Date]"]=Xn["[object Float32Array]"]=Xn["[object Float64Array]"]=Xn["[object Int8Array]"]=Xn["[object Int16Array]"]=Xn["[object Int32Array]"]=Xn["[object Map]"]=Xn["[object Number]"]=Xn[Wn]=Xn["[object RegExp]"]=Xn["[object Set]"]=Xn["[object String]"]=Xn["[object Symbol]"]=Xn["[object Uint8Array]"]=Xn["[object Uint8ClampedArray]"]=Xn["[object Uint16Array]"]=Xn["[object Uint32Array]"]=!0,Xn["[object Error]"]=Xn[zn]=Xn["[object WeakMap]"]=!1;const Kn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return We(e,a)}else{var h=_n(e),g=h==zn||"[object GeneratorFunction]"==h;if(fe(e))return ze(e,c);if(h==Wn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Xn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Xt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Kt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Kn(t,5)};const Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Qn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Yn.test(t)||!Qn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Zn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Nr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Rr="[object Arguments]",Sr="[object Array]",Lr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Sr:_n(t),u=a?Sr:_n(e),l=(c=c==Rr?Lr:c)==Lr,f=(u=u==Rr?Lr:u)==Lr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Xt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Xt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Xt),Nr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)};function jr(t,e){const n=Vr();return(jr=function(t,e){return n[t-=342]})(t,e)}const Gr=jr;function Vr(){const t=["change","_markerNames","getMultiRangeId","clear","969020GpFECH","authoredAt","isExternal","3265758fxzJtr","accept","discard","set","getFirstRange","getFirstMarker","_onDiscard","3439653OUJlco","1322700TdxHEw","attributes","getMarkers","getMarkerNames","isMultiRange","219388EYdeWZ","isIntersecting","6643320TFiRqW","getRanges","head","map","toJSON","decorate","221095yhvFJr","creator","onAccept","_model","removeMarkers","nodeBefore","get","suggestion:","onAttributesChange","next","substr","createdAt","_onAttributesChange","length","add","2HHissc","setAttribute","reduce","nodeAfter","_isDataLoaded","addRange","commentThread","getItems","_saved","data","_onAccept","isIntersectingWithRange","getRange","size","addMarker","author","hasComments","from","removeAttribute","end","removeMarker","isInContent","getContainedElement","addMarkerName","@external","delete","start","filter","type","onDiscard","getAllAdjacentSuggestions","split","subType","markers","push","previous"];return(Vr=function(){return t})()}!function(t,e){const n=jr,r=t();for(;;)try{if(309045===parseInt(n(375))/1*(parseInt(n(390))/2)+-parseInt(n(362))/3+-parseInt(n(367))/4+-parseInt(n(351))/5+-parseInt(n(354))/6+parseInt(n(361))/7+parseInt(n(369))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=jr;super(),this[n(394)]=!1,this.id=e.id,this[n(418)]=e[n(418)],this[n(343)]=e[n(343)]||null,this[n(405)]=e[n(405)],this[n(376)]=e[n(376)]||e[n(405)],this[n(353)]=Boolean(e[n(363)]&&e[n(363)][n(414)]),this[n(399)]=null,this[n(378)]=t,this[n(400)]=e[n(377)],this[n(360)]=e[n(419)],this[n(387)]=e[n(383)],this[n(348)]=new Set,this[n(386)]=null,this[n(357)](n(352),null),this[n(357)](n(363),e[n(363)]||{}),this[n(357)](n(346),null),this[n(357)](n(384),null),this[n(357)](n(396),null),this[n(357)](n(398),!1),this[n(374)](n(355)),this[n(374)](n(356))}get[Gr(371)](){const t=Gr;let e=this;for(;e[t(346)];)e=e[t(346)];return e}get[Gr(406)](){const t=Gr;return!!this[t(396)]&&this[t(396)][t(388)]>0}get[Gr(366)](){const t=Gr;return 0!=this[t(348)][t(403)]&&6==Array[t(407)](this[t(348)])[0][t(342)](":")[t(388)]}get[Gr(411)](){return null!==this[Gr(359)]()}[Gr(413)](t){const e=Gr;this[e(348)][e(389)](t)}[Gr(365)](){const t=Gr;return Array[t(407)](this[t(348)])}[Gr(364)](){const t=Gr;return this[t(365)]()[t(372)]((e=>this[t(378)][t(344)][t(381)](e)))[t(417)]((t=>t))}[Gr(359)](){return this[Gr(364)]()[0]||null}[Gr(379)](){const t=Gr;this[t(378)][t(347)]((e=>{const n=t;for(const t of this[n(364)]())e[n(410)](t)})),this[t(348)][t(350)]()}[Gr(410)](t){const e=Gr;this[e(378)][e(347)]((n=>{n[e(410)](t)})),this[e(348)][e(415)](t)}[Gr(395)](t){const e=Gr,n=e(382)+this[e(418)]+":"+this[e(343)]+":"+this.id+":"+this[e(376)].id+":"+Hr[e(349)]();this[e(413)](n),this[e(378)][e(347)]((r=>{r[e(404)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[Gr(401)](t){const e=Gr;for(const n of this[e(370)]())if(n[e(368)](t))return!0;return!1}[Gr(370)](){const t=Gr;return this[t(364)]()[t(372)]((e=>e[t(402)]()))}[Gr(397)](){const t=Gr;return this[t(370)]()[t(392)](((e,n)=>[...e,...n[t(397)]()]),[])}[Gr(358)](){const t=Gr;var e;return(null===(e=this[t(359)]())||void 0===e?void 0:e[t(402)]())||null}[Gr(412)](){const t=Gr,e=this[t(370)]();if(1!=e[t(388)])return null;const n=e[0],r=n[t(416)][t(393)],s=n[t(409)][t(380)];return r instanceof i.Element?r!=s?null:r:null}[Gr(355)](){const t=Gr;this[t(400)](this[t(370)](),this[t(399)],this[t(363)]),this[t(379)]()}[Gr(356)](){const t=Gr;this[t(360)](this[t(370)](),this[t(399)],this[t(363)]),this[t(379)]()}[Gr(420)](){const t=Gr,e=[];let n=this[t(371)];for(;n;)e[t(345)](n),n=n[t(384)];return e}[Gr(391)](t,e){const n=Gr,r=qn(this[n(363)]);hr(r,t,e),Or(r,this[n(363)])||(this[n(363)]=r,this[n(387)](r))}[Gr(408)](t){const e=Gr,n=qn(this[e(363)]);Ur(n,t),Or(n,this[e(363)])||(this[e(363)]=n,this[e(387)](this[e(363)]))}[Gr(373)](){const t=Gr;return{id:this.id,type:this[t(343)]?this[t(418)]+":"+this[t(343)]:this[t(418)],authorId:this[t(376)].id,createdAt:this[t(386)],hasComments:this[t(406)],data:this[t(399)],attributes:this[t(363)]}}static[Gr(349)](){const t=Gr;return(0,e.uid)()[t(385)](1,5)}}function zr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Wr=Kr;function Xr(){const t=["getDescriptions","28743DFMXye","*Merge:* %0","$text","previousSibling","3685599xApOzg","*Insert:* %0","*Split:* %0","add","_customCallbacks","141001HIOmpd","_handleRenameSuggestionDescription","quantity","attribute","removeFormat","match","*Change to:* %0","1347012wQyKic","isEqual","*Set format:* %0","removeObject","function","ELEMENT_SPACE","removeContainer","*Remove:* %0","_locale","newValue","66Cocakv","push","_schema","indexOf","_addDescriptionItems","pop","subType","nextSibling","addObject","matchingCallback","format","length","elementStart","REPLACE_TEXT","72QDoFTb","remove","elementEnd","join","Object","16120TbNwqJ","skip","start","1085768BRimZd","505242Bvqkhd","addEmptyContainer","label","_attributeLabels","registerElementLabel","item","registerDescriptionCallback","_handleInsertRemoveSuggestionDescription","name","getWalker","_handleAttributeSuggestionDescription","addContainer","insertion","text","type","softBreak","key","_itemLabelsCallbacks","removeEmptyContainer","element","registerAttributeLabel","$1 $2","_itemLabels","has","$textProxy","get","Container","nodeAfter","_handleCustomCallbackDescription","data","normal","checkChild","set","isObject","deletion","isInContent","isEmpty","25VjiCrY","replace","map","_resolveDescriptionItems","end","addFormat","getItemLabel","*Remove format:* %0","890432Fwehox","EmptyContainer","getFirstRange"];return(Xr=function(){return t})()}function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=356]})(t,e)}!function(t,e){const n=Kr,r=t();for(;;)try{if(695639===-parseInt(n(430))/1+-parseInt(n(365))/2+-parseInt(n(418))/3+parseInt(n(364))/4*(-parseInt(n(402))/5)+parseInt(n(440))/6*(-parseInt(n(423))/7)+-parseInt(n(410))/8*(-parseInt(n(356))/9)+parseInt(n(361))/10*(parseInt(n(414))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(422)]=[],this[n(387)]=new Map,this[n(382)]=[],this[n(368)]=new Map,this[n(442)]=t,this[n(438)]=e}[Wr(413)](t){const e=Wr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(451)];o++){const i=t[o];if(!i[e(400)])continue;const a=this[e(393)](i);if(a){if(null!=i[e(446)]){if(r[e(388)](i[e(446)]))continue;r[e(421)](i[e(446)])}n[e(441)](a)}else if(e(426)!=i[e(379)])e(377)!=i[e(379)]&&e(399)!=i[e(379)]||this[e(372)](n,i,t[o+1]);else{const t=i[e(394)][e(381)];if(s[e(388)](t))continue;s[e(421)](i[e(394)][e(381)]),t==mc?this[e(424)](n,i):this[e(375)](n,i)}}return this[e(405)](n)}[Wr(371)](t){const e=Wr;this[e(422)][e(441)](t)}[Wr(369)](t,n,r=e.priorities[Wr(395)]){const s=Wr;s(434)==typeof t?(0,e.insertToPriorityArray)(this[s(382)],{matchingCallback:t,label:n,priority:r}):this[s(387)][s(397)](t,n)}[Wr(385)](t,e){const n=Wr;this[n(368)][n(397)](t,e)}[Wr(408)](t,e=1){const n=Wr;let r;for(const e of this[n(382)])if(e[n(449)](t)){r=e[n(367)];break}return r||(r=this[n(387)][n(390)](t[n(373)])),r?r(e):1!==e?e+" "+t[n(373)]+"s":""+t[n(373)]}[Wr(444)](t,e){const n=Wr,r=e[n(412)]()[n(374)](),s=n(377)==e[n(379)]?n(421):n(357);for(const e of r){const o=e[n(370)],i=t[t[n(451)]-1];if(o.is(n(389)))i&&i[n(379)][n(443)](n(391))>-1&&t[n(445)](),i&&n(378)==i[n(379)]?i[s]+=o[n(394)]:t[n(441)]({type:n(378),add:n(421)==s?o[n(394)]:"",remove:n(357)==s?o[n(394)]:""});else if(this[n(442)][n(398)](o)){const a=o;if(i&&i[n(379)][n(443)](n(391))>-1&&t[n(445)](),n(358)==e[n(379)])continue;i&&i[n(379)]==s+n(360)&&i[n(384)][n(373)]==a[n(373)]?i[n(425)]++:t[n(441)]({type:s+n(360),element:a,quantity:1}),r[n(362)]((t=>!(n(358)==t[n(379)]&&t[n(370)]==o)))}else if(this[n(442)][n(396)](o,n(416))||o.is(n(384),n(380))){const r=o;if(n(421)==s&&n(452)==e[n(379)]||n(357)==s&&n(358)==e[n(379)])continue;if(i&&-1==i[n(379)][n(443)](n(391))){n(378)==i[n(379)]&&(i[s]+="\n");continue}let a;if(a=n(421)==s?r[n(447)]&&!this[n(442)][n(398)](r[n(447)])?r[n(447)]:null:r[n(417)]&&!this[n(442)][n(398)](r[n(417)])?r[n(417)]:null,r[n(401)]||a&&a[n(401)]){const e=a&&a[n(401)]?a:r;i&&i[n(379)]==s+n(411)&&i[n(384)][n(373)]==e[n(373)]?i[n(425)]++:t[n(441)]({type:s+n(411),element:e,quantity:1})}else t[n(441)]({type:s+n(391),element:r})}}}[Wr(405)](t){const e=Wr,n=this[e(438)],r=[],s=[],o=[];for(const i of t)switch(i[e(379)]){case e(378):if(i[e(421)]=i[e(421)][e(403)](/(\S)\u000A+(\S)/g,e(386))[e(403)](/\u000A/g,""),i[e(357)]=i[e(357)][e(403)](/(\S)\u000A+(\S)/g,e(386))[e(403)](/\u000A/g,""),""!=i[e(421)]&&""!=i[e(357)]){r[e(441)]({type:e(403),content:zr(n,e(453),['"'+i[e(357)]+'"','"'+i[e(421)]+'"'])});continue}if(null!=i[e(421)][e(428)](/^ +$/)){r[e(441)]({type:e(377),content:zr(n,e(419),zr(n,e(435),i[e(421)][e(451)]))});continue}if(null!=i[e(357)][e(428)](/^ +$/)){r[e(441)]({type:e(399),content:zr(n,e(437),zr(n,e(435),i[e(357)][e(451)]))});continue}if(""!=i[e(421)]){r[e(441)]({type:e(377),content:zr(n,e(419),'"'+i[e(421)]+'"')});continue}r[e(441)]({type:e(399),content:zr(n,e(437),'"'+i[e(357)]+'"')});continue;case e(366):case e(448):r[e(441)]({type:e(377),content:zr(n,e(419),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(383):case e(433):r[e(441)]({type:e(399),content:zr(n,e(437),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(376):r[e(441)]({type:e(377),content:zr(n,e(420),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(436):r[e(441)]({type:e(399),content:zr(n,e(415),this[e(408)](i[e(384)],i[e(425)]))});continue;case e(407):s[e(441)](i[e(381)]);continue;case e(427):o[e(441)](i[e(381)]);continue;default:r[e(441)](i)}if(s[e(451)]){const t=s[e(404)]((t=>this[e(368)][e(388)](t)?this[e(368)][e(390)](t):t))[e(359)](", ");r[e(441)]({type:e(450),content:zr(this[e(438)],e(432),t)})}if(o[e(451)]){const t=o[e(404)]((t=>this[e(368)][e(388)](t)?this[e(368)][e(390)](t):t))[e(359)](", ");r[e(441)]({type:e(450),content:zr(this[e(438)],e(409),t)})}return r}[Wr(393)](t){const e=Wr;for(const n of this[e(422)]){const r=n(t);if(r&&e(379)in r)return r}}[Wr(375)](t,e){const n=Wr,r=e[n(394)],s=void 0===r[n(439)]?n(427):n(407);t[n(441)]({type:s,key:r[n(381)]})}[Wr(424)](t,e){const n=Wr;t[n(441)]({type:n(450),content:zr(this[n(438)],n(429),this[n(408)](e[n(412)]()[n(363)][n(392)],1))})}[Wr(372)](t,e,n){const r=Wr;if(this[r(444)](t,e),n&&n[r(412)]()&&!e[r(412)]()[r(406)][r(431)](n[r(412)]()[r(363)])){const n=t[t[r(451)]-1],s=r(377)==e[r(379)]?r(421):r(357);n&&r(378)==n[r(379)]&&(n[s]+="\n")}}}const Jr=Qr;function Qr(t,e){const n=Zr();return(Qr=function(t,e){return n[t-=487]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(692587===parseInt(n(498))/1+-parseInt(n(488))/2*(-parseInt(n(495))/3)+parseInt(n(499))/4+parseInt(n(490))/5*(-parseInt(n(492))/6)+parseInt(n(494))/7+parseInt(n(487))/8*(-parseInt(n(493))/9)+-parseInt(n(503))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Yr extends t.Plugin{[Jr(491)](){const t=Jr,e=this[t(504)],n=e[t(496)][t(502)](t(497));e[t(500)][t(502)](t(489))&&n[t(501)](t(489))}}function Zr(){const t=["545WZpMro","afterInit","19254cGRaFv","45702PrDDQa","9351440ygoSyW","3XsJYeF","plugins","TrackChangesEditing","69904TuYTCd","1230492xvdNyo","commands","enableCommand","get","14631720MXjsrC","editor","200VCrpfQ","1838086DBFKws","showAIAssistant"];return(Zr=function(){return t})()}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=241]})(t,e)}function es(){const t=["justify","835579NNQkRt","value","FORMAT_ALIGN_TO_CENTER","left","locale","commandName","alignment","registerAttributeLabel","_enableDefaultAttributesIntegration","format","FORMAT_JUSTIFY_TEXT","afterInit","339006ScVZNv","893734ieCkxu","5145256GmGHFc","1019230gnqynn","commandParams","509067vgghmz","_registerLegacyDescription","FORMAT_ALIGN_TO_RIGHT","*Format:* %0","FORMAT_ALIGN_TO_LEFT","editor","right","formatBlock","FORMAT_ALIGNMENT","28hpWmkC","type","has","40YUmYkw","center","8FpzpmV","get","2060706iyrBKw","AlignmentEditing","registerDescriptionCallback","TrackChangesEditing","_descriptionFactory","plugins"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(455553===-parseInt(n(251))/1+-parseInt(n(264))/2+parseInt(n(244))/3+parseInt(n(242))/4*(parseInt(n(266))/5)+-parseInt(n(263))/6*(parseInt(n(277))/7)+parseInt(n(265))/8+-parseInt(n(268))/9*(-parseInt(n(280))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(262)](){const t=$r,e=this[t(273)],n=e[t(255)];if(!e[t(249)][t(279)](t(245)))return;const r=e[t(249)][t(243)](t(247));r[t(259)](t(257),[],[t(257)]),r[t(248)][t(258)](t(257),zr(n,t(276))),this[t(269)]()}[$r(269)](){const t=$r,e=this[t(273)],n=e[t(255)];e[t(249)][t(243)](t(247))[t(248)][t(246)]((e=>{const r=t;if(r(275)!=e[r(278)])return;const{data:s}=e;if(s&&r(257)==s[r(256)]){const t=s[r(267)][0][r(252)];return{type:r(260),content:zr(n,r(271),function(t){const e=r;switch(t){case e(254):return zr(n,e(272));case e(274):return zr(n,e(270));case e(241):return zr(n,e(253));case e(250):return zr(n,e(261))}}(t))}}}))}}function rs(t,e){const n=is();return(rs=function(t,e){return n[t-=271]})(t,e)}const ss=rs;!function(t,e){const n=rs,r=t();for(;;)try{if(919635===parseInt(n(297))/1*(-parseInt(n(308))/2)+parseInt(n(292))/3+parseInt(n(280))/4*(parseInt(n(315))/5)+-parseInt(n(275))/6+-parseInt(n(314))/7*(-parseInt(n(278))/8)+parseInt(n(295))/9*(parseInt(n(294))/10)+-parseInt(n(288))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(is);const os=[ss(296),ss(276),ss(317),ss(300),ss(305),ss(279),ss(291)];function is(){const t=["8LjYUIK","SubscriptEditing","754532bsQftl","FORMAT_","superscript","_enableDefaultAttributesIntegration","FORMAT_UNDERLINE","formatInline","_descriptionFactory","code","20973304PmlSwt","commandName","underline","SuperscriptEditing","3780045wNBGnf","*Format:* %0","10YmFnjp","4703571JVcNsy","BoldEditing","827mlSMnY","commandParams","plugins","CodeEditing","italic","bold","toLowerCase","FORMAT_SUBSCRIPT","StrikethroughEditing","locale","type","1618HGUsmJ","subscript","FORMAT_STRIKETHROUGH","toUpperCase","*Remove format:* %0","FORMAT_BOLD","10335073pRDtjh","30VoDyZa","_registerLegacyDescription","UnderlineEditing","FORMAT_ITALIC","forceValue","FORMAT_CODE","FORMAT_SUPERSCRIPT","has","slice","TrackChangesEditing","registerAttributeLabel","editor","strikethrough","afterInit","format","registerDescriptionCallback","5373174CfAGhj","ItalicEditing","get"];return(is=function(){return t})()}class as extends t.Plugin{[ss(272)](){const t=ss,e=this[t(326)],n=e[t(299)][t(277)](t(324)),r=e[t(306)];for(const s of os){if(!e[t(299)][t(322)](s))continue;const o=s[t(323)](0,-7)[t(303)](),i=t(281)+o[t(311)]();n[t(283)](o,[o]),n[t(286)][t(325)](o,zr(r,i))}this[t(316)]()}[ss(316)](){const t=ss,e=this[t(326)],n=e[t(306)],r=e[t(299)][t(277)](t(324));function s(e,s){const o=t;r[o(286)][o(274)]((t=>{const r=o;if(r(285)!=t[r(307)])return;const{data:i}=t;return i&&i[r(289)]===e?i[r(298)][0][r(319)]?{type:r(273),content:zr(n,r(293),s)}:{type:r(273),content:zr(n,r(312),s)}:void 0}))}s(t(302),zr(n,t(313))),s(t(301),zr(n,t(318))),s(t(290),zr(n,t(284))),s(t(287),zr(n,t(320))),s(t(271),zr(n,t(310))),s(t(309),zr(n,t(304))),s(t(282),zr(n,t(321)))}}function cs(){const t=["format","_descriptionFactory","248971Tcbcws","has","change","ELEMENT_BLOCK_QUOTE","blockQuote","TrackChangesEditing","document","model","*Remove format:* %0","markBlockFormat","filter","5xmPBvw","7HNPxSa","BlockQuoteEditing","commandName","plugins","locale","from","getSelectedBlocks","658226vBEWzZ","commandParams","afterInit","forceValue","selection","*Set format:* %0","376490gtdJsn","editor","registerDescriptionCallback","get","parent","$root","checkChild","2912175buJfih","165TtRUMb","enableCommand","commands","5139QWGrdn","788dVTffx","schema","value","name","6381208lxGjjg","521526fzmEqr"];return(cs=function(){return t})()}const us=ls;function ls(t,e){const n=cs();return(ls=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=ls,r=t();for(;;)try{if(402789===-parseInt(n(307))/1+-parseInt(n(326))/2+-parseInt(n(298))/3*(-parseInt(n(299))/4)+parseInt(n(318))/5*(parseInt(n(304))/6)+parseInt(n(319))/7*(parseInt(n(303))/8)+parseInt(n(294))/9+-parseInt(n(332))/10*(parseInt(n(295))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cs);class fs extends t.Plugin{[us(328)](){const t=us,e=this[t(288)],n=e[t(323)];if(!e[t(322)][t(308)](t(320)))return;const r=e[t(322)][t(290)](t(312)),s=this[t(288)][t(297)][t(290)](t(311));r[t(296)](t(311),((n,o={})=>{const i=t,a=this[i(288)][i(314)][i(313)][i(330)],c=o&&void 0!==o[i(329)]?o[i(329)]:!s[i(301)];let u=[];if(c){const t=Array[i(324)](a[i(325)]())[i(317)]((t=>hs(t)||function(t,e){const n=i,r=e[n(293)](t[n(291)],n(311)),s=e[n(293)]([n(292),n(311)],t);return r&&s}(t,this[i(288)][i(314)][i(300)])));u=y(t,e[i(314)])}else{const t=Array[i(324)](a[i(325)]())[i(317)]((t=>hs(t)));u=y(t,e[i(314)])}e[i(314)][i(309)]((()=>{const t=i;for(const e of u)r[t(316)](e,{commandName:t(311),commandParams:[{forceValue:c}]})}))})),r[t(306)][t(289)]((e=>{const r=t,{data:s}=e;if(s&&r(311)==s[r(321)]){const t=zr(n,r(310));return s[r(327)][0][r(329)]?{type:r(305),content:zr(n,r(331),t)}:{type:r(305),content:zr(n,r(315),t)}}}))}}function hs(t){const e=us;return e(311)==t[e(291)][e(302)]}const gs=ps;function ds(){const t=["54cQtEDH","get","778230lGNueb","has","777487BoUTop","CaseChange","840518HrAskl","11845098HTPVOH","TrackChangesEditing","11208312fAZjjP","enableCommand","editor","changeCaseUpper","2DaGcHT","706812VIUnyv","plugins","8xXcinM","afterInit","changeCaseTitle","7522690ZcxOVv","changeCaseLower"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=179]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(750283===-parseInt(n(188))/1*(-parseInt(n(197))/2)+parseInt(n(198))/3*(-parseInt(n(179))/4)+parseInt(n(186))/5*(-parseInt(n(184))/6)+-parseInt(n(190))/7+parseInt(n(193))/8+parseInt(n(191))/9+-parseInt(n(182))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(180)](){const t=gs,e=this[t(195)];e[t(199)][t(187)](t(189))&&(e[t(199)][t(185)](t(192))[t(194)](t(196)),e[t(199)][t(185)](t(192))[t(194)](t(183)),e[t(199)][t(185)](t(192))[t(194)](t(181)))}}const Is=bs;function Es(){const t=["28510YCtiWD","112878geQMpO","editor","154297kgzMAW","plugins","TrackChangesEditing","102130fcsjhp","ckbox","60747GXErii","10hnveCc","enableCommand","afterInit","commands","324fjTxBi","get","10111024NGvjfv","208FNOBun","156DCDjFK","1270800EAtVsc"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=362]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(275612===-parseInt(n(368))/1+-parseInt(n(374))/2*(parseInt(n(373))/3)+parseInt(n(378))/4*(-parseInt(n(365))/5)+parseInt(n(363))/6*(-parseInt(n(371))/7)+-parseInt(n(362))/8*(-parseInt(n(366))/9)+parseInt(n(364))/10+parseInt(n(380))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(376)](){const t=Is,e=this[t(367)];e[t(377)][t(379)](t(372))&&e[t(369)][t(379)](t(370))[t(375)](t(372))}}const _s=As;function ys(){const t=["document","indentCodeBlock","registerDescriptionCallback","markBlockFormat","get","ELEMENT_CODE_BLOCK","343uCMPpM","name","format","language","outdentCodeBlock","locale","type","from","commandName","blockName","parent","1533545NcTqPx","afterInit","filter","isLimit","getSelectedBlocks","config","*Remove format:* %0","TrackChangesEditing","_descriptionFactory","*Set format:* %0","CodeBlock","199630kJKQet","forceValue","28WHKNak","selection","commands","editor","enableCommand","codeBlock","change","802730uCGshO","schema","2dddllv","find","checkChild","registerElementLabel","commandParams","2600opmwaV","has","66597GKvAIJ","plugins","48DxqElC","194045crQyjh","languages","formatBlock","model","9CzmIPM","6XQrUsl","rootElement","value","label","toLowerCase","432729KYuOFv"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=253]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(100545===-parseInt(n(261))/1*(parseInt(n(311))/2)+-parseInt(n(258))/3*(-parseInt(n(302))/4)+-parseInt(n(300))/5*(parseInt(n(266))/6)+parseInt(n(278))/7*(-parseInt(n(256))/8)+-parseInt(n(265))/9*(parseInt(n(309))/10)+parseInt(n(271))/11*(parseInt(n(260))/12)+parseInt(n(289))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(290)](){const t=_s,e=this[t(305)];if(!e[t(259)][t(257)](t(299)))return;const n=e[t(259)][t(276)](t(296)),r=e[t(283)],s=e[t(294)][t(276)](t(307))[t(262)],o=e[t(304)][t(276)](t(307));n[t(306)](t(273)),n[t(306)](t(282)),n[t(306)](t(307),((r,i={})=>{const a=t,c=e[a(264)],u=e[a(264)][a(272)][a(303)],l=i&&void 0!==i[a(301)]?i[a(301)]:!o[a(268)];let f;i[a(281)]||(i[a(281)]=s[0][a(281)]),f=l?Array[a(285)](u[a(293)]())[a(291)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(267))&&!e[n(292)](t)&&e[n(253)](t[n(288)],n(307))}(t,c[a(310)]))):Array[a(285)](u[a(293)]())[a(291)]((t=>Cs(t)));const h=y(f,c);c[a(308)]((()=>{const t=a;for(const e of h)n[t(275)](e,{commandName:t(307),commandParams:[{...i,forceValue:l}],formatGroupId:t(287)})}))})),n[t(297)][t(254)](t(307),(e=>zr(r,t(277),e))),n[t(297)][t(274)]((e=>{const n=t;if(n(263)!=e[n(284)])return;const o=r.t,{data:i}=e;if(!i||n(307)!=i[n(286)])return;const a=i[n(255)][0][n(281)],c=o(s[n(312)]((t=>t[n(281)]===a))[n(269)])[n(270)]();return i[n(255)][0][n(301)]?{type:n(280),content:zr(r,n(298),zr(r,n(277),1)+" ("+c+")")}:{type:n(280),content:zr(r,n(295),zr(r,n(277),1))}}))}}function Cs(t){const e=_s;return e(307)==t[e(279)]}const Ns=Ss;function Rs(){const t=["plugins","TrackChangesEditing","364lRcgCt","6882zddgmV","117zHadhm","72WZJwRh","editor","8llhHtp","10pkDjVh","has","1605300qlqCnV","enableCommand","168102KgLQNh","get","addCommentThread","6966146sRgySX","221155IWjPnz","372292zPNoWU","CommentsEditing","2052484DCCoDp","1FrMsmZ","afterInit"];return(Rs=function(){return t})()}function Ss(t,e){const n=Rs();return(Ss=function(t,e){return n[t-=316]})(t,e)}!function(t,e){const n=Ss,r=t();for(;;)try{if(329199===-parseInt(n(334))/1*(-parseInt(n(331))/2)+-parseInt(n(317))/3*(parseInt(n(316))/4)+-parseInt(n(330))/5*(parseInt(n(319))/6)+-parseInt(n(333))/7*(-parseInt(n(321))/8)+parseInt(n(326))/9*(parseInt(n(322))/10)+-parseInt(n(329))/11+parseInt(n(324))/12*(parseInt(n(318))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ls extends t.Plugin{[Ns(335)](){const t=Ns,e=this[t(320)];e[t(336)][t(323)](t(332))&&e[t(336)][t(327)](t(337))[t(325)](t(328))}}var vs=n(834);function Ms(t,e){const n=ws();return(Ms=function(t,e){return n[t-=124]})(t,e)}function ws(){const t=["listIndent","getAttribute","start","push","createRangeOn","element","test","5517glZuRr","includes","activeMarkers","listItem","toViewElement","markerRange","get","writer","span","ck-suggestion-marker-","bindElementToMarker","11GJaxUb","elementEnd","8286593DFOuAS","insert","isAtEnd","nextSibling","markerName","getCustomProperty","getWalker","8QdHoSb","hasAttribute","isLimit","2760096hHiXGQ","previousPosition","15140NyyglG","type","plugins","isContent","toViewPosition","createUIElement","1461406wKlsXS","5CxMnCp","consumable","name","mapper","model","TrackChangesEditing","isBlock","11967996UhgYQg","schema","1622255HkYuzl","parent","addHighlight","3PYXYvK","5671866gukjdv","ck-suggestion-marker--active","addClass","getItems","item"];return(ws=function(){return t})()}function Os(t,e,n){const r=Ms,s=[];for(const o of e[r(152)]())o[r(125)](t)&&s[r(157)](n[r(158)](o));return s}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Ms,s=t[r(131)][r(167)](r(141));return(o,i,a)=>{const c=r;if(!a[c(137)][c(160)](i[c(166)],o[c(138)]))return;const u=i[c(166)][c(180)](),l=i[c(166)][c(156)],f=t[c(140)][c(144)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(153)];d=d||f[c(132)](e);const n=a[c(139)][c(165)](e);if(n&&n[c(179)](c(147)))return;c(173)==t[c(130)]&&f[c(142)](e)&&!f[c(126)](e)&&(e[c(177)]||l[c(176)]?h&&h[c(146)]==e||(h=e,m(t[c(128)]),p=!0):g=g||t[c(128)])}function m(t){const r=c,o=a[r(168)][r(134)](r(169),{class:r(170)+e}),u=a[r(139)][r(133)](t);n&&s[r(163)][r(162)](i[r(178)])&&a[r(168)][r(151)](r(150),o),a[r(168)][r(175)](u,o),a[r(139)][r(171)](o,i[r(178)])}d||p||!g||m(g)}}!function(t,e){const n=Ms,r=t();for(;;)try{if(844621===parseInt(n(145))/1+parseInt(n(135))/2*(parseInt(n(148))/3)+parseInt(n(127))/4+parseInt(n(136))/5*(-parseInt(n(149))/6)+-parseInt(n(174))/7*(parseInt(n(124))/8)+parseInt(n(161))/9*(parseInt(n(129))/10)+-parseInt(n(172))/11*(parseInt(n(143))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Fs=xs;function Ps(){const t=["start","editing","model","unlock","root","2537964PVrdwq","init","651297DEIGEy","TrackChangesEditing","rootName","lock","142414RImizv","detach","markerNameToElements","unit","get","bind","unbindElementFromMarkerName","$graveyard","130satfNU","createRange","selection","markerName","batch","modifySelection","4295910gEyCBf","addMarker:suggestion:deletion","forward","commands","enableCommand","data","document","options","delete","remove","high","fromRange","showSuggestionHighlights","requires","isCollapsed","getFirstRange","setSelection","deleteForward","removeMarker:suggestion:deletion","writer","mapper","end","6fDkdXj","3ynUWrv","downcastDispatcher","312448SGqgXy","merge","createSelection","uiElement","editor","buffer","enqueueChange","586431XeLwXX","1144892CzYUgu","plugins"];return(Ps=function(){return t})()}function xs(t,e){const n=Ps();return(xs=function(t,e){return n[t-=319]})(t,e)}!function(t,e){const n=xs,r=t();for(;;)try{if(473754===-parseInt(n(324))/1+parseInt(n(328))/2*(-parseInt(n(365))/3)+-parseInt(n(322))/4+-parseInt(n(342))/5*(-parseInt(n(364))/6)+parseInt(n(375))/7+-parseInt(n(367))/8+-parseInt(n(374))/9*(-parseInt(n(336))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ps);class Bs extends t.Plugin{static get[Fs(355)](){return[vs.Delete]}[Fs(323)](){const t=Fs,e=this[t(371)],n=e[t(376)][t(332)](t(325));n[t(346)](t(350));const r=e[t(345)][t(332)](t(359));n[t(346)](t(359),((n,s={})=>{const o=t,a=e[o(319)][o(369)](e[o(319)][o(348)][o(338)]);a[o(356)]&&e[o(319)][o(341)](a,{direction:o(344),unit:s[o(331)]});const c=a[o(357)](),u=i.LiveRange[o(353)](c);let l;n(s),l=o(335)==u[o(321)][o(326)]?e[o(319)][o(337)](c[o(377)]):e[o(319)][o(337)](u[o(377)],u[o(363)]),u[o(329)](),e[o(319)][o(373)](r[o(372)][o(340)],(t=>{const e=o;r[e(372)][e(327)](),t[e(358)](t[e(337)](l[e(363)])),r[e(372)][e(320)]()}))})),e[t(378)][t(366)].on(t(343),Ds(e,t(368)),{priority:t(352)}),e[t(347)][t(366)].on(t(343),((n,r,s)=>{const o=t;s[o(349)][o(354)]&&Ds(e,o(368),{showActiveMarker:!1})[o(333)](this)(n,r,s)}),{priority:t(352)}),e[t(378)][t(366)].on(t(360),((e,n,r)=>{const s=t,o=r[s(362)][s(330)](n[s(339)]);if(o)for(const t of o)t.is(s(370))&&(r[s(362)][s(334)](t,n[s(339)]),r[s(361)][s(351)](t))}),{priority:t(352)})}}function Us(t,e){const n=Gs();return(Us=function(t,e){return n[t-=320]})(t,e)}const js=Us;function Gs(){const t=["checkTodoList","attribute","*Merge:* %0","find","commands","ELEMENT_BULLETED_LIST","getRanges","setAttribute","previousSibling","forceValue","newValue","assureChains","includes","attributes","ELEMENT_NUMBERED_LIST","isUndo","657776ODIOam","every","attributeKey","255685vDXVhq","range","*Remove format:* %0","FORMAT_INDENT","setSelection","mergeListItemForward","fromRange","ELEMENT_LIST_ITEM","afterInit","16EShwST","default","todoListCheck","isNextTo","from","registerCustomCallback","*Uncheck item*","getFirstMarker","type","*Check item*","schema","_findSuggestions","_suggestionFactory","ListEditing","value","todo","registerPostFixer","commandParams","differ","filter","listType","length","listStyle","listItemIdFixer","data","_supportLegacySuggestions","push","getChanges","todoListChecked","TodoListEditing","getFirstRange","numberedList","detach","isLocal","head","multipleBlocks","1192716aZkUQa","_enableDefaultAttributesIntegration","selection","numbered","registerElementLabel","indentList","1DqcKGG","bulleted","listReversed","getAttribute","isObject","format","847864KUmfJi","meta","toUpperCase","nextSibling","locale","_registerLegacyDescription","mergeListItemBackward","next","_descriptionFactory","start","list.multiBlock","*Indent:* %0","map","createRange","_LIST","refresh","ELEMENT_","listStart","commandName","279549SQAnQV","*Set format:* %0","accept","splitListItemBefore","plugins","listItemId","batch","oldValue","914160XEvSfY","groupId","registerAttributeLabel","bulletedList","TrackChangesEditing","*Change to:* %0","documentList","outdentList","suggestion","containsItem","formatBlock","end","change","key","getSuggestions","noTrackChangesFixer","*Format:* remove from %0","get","listIndent","has","nodeAfter","execute","deletion","ELEMENT_TODO_LIST","956577gySaBo","_getAttributeKey","model","*Format:* insert into %0","todoList","*Split:* list item","config","*Outdent:* %0","createPositionAt","splitListItemAfter","registerDescriptionCallback","parent","*Merge:* list item","editor","document","trackChangesCommand","removeMarker"];return(Gs=function(){return t})()}!function(t,e){const n=Us,r=t();for(;;)try{if(305817===-parseInt(n(322))/1*(parseInt(n(328))/2)+parseInt(n(379))/3+-parseInt(n(412))/4+parseInt(n(415))/5+parseInt(n(355))/6+parseInt(n(460))/7*(parseInt(n(424))/8)+parseInt(n(347))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[js(423)](){const t=js,e=this[t(392)];if(!e[t(351)][t(374)](t(437)))return;const n=e[t(332)],r=e[t(351)][t(372)](t(359)),s=e[t(351)][t(374)](t(453)),o=!!e[t(385)][t(372)](t(338));function i(e){const r=t;return{type:r(327),content:""+zr(n,r(348),e)}}function a(e){const r=t;return{type:r(327),content:""+zr(n,r(417),e)}}r[t(461)](t(455),[],[t(352),t(444),t(373)]),r[t(461)](t(358)),r[t(461)](t(321)),r[t(461)](t(362)),r[t(461)](t(388)),r[t(461)](t(350)),o&&(r[t(461)](t(334)),r[t(461)](t(420))),s&&(r[t(461)](t(383)),r[t(461)](t(396),[],[t(452)]),r[t(336)][t(389)]((e=>{const r=t,{data:s}=e;if(s&&r(452)==s[r(368)])return{type:r(327),content:s[r(406)]?zr(n,r(433)):zr(n,r(430))}})),this[t(392)][t(381)][t(393)][t(440)]((e=>{const n=t;if(e[n(353)][n(411)])return!1;let s=!1;const o=r[n(369)]({skipNotAttached:!0})[n(443)]((t=>n(452)===r[n(380)](t)));for(const t of o)n(439)!=t[n(454)]()[n(337)][n(375)][n(325)](n(444))&&(r[n(435)](t[n(454)](),n(397))[n(399)]((t=>n(444)===r[n(380)](t[n(363)])))||(e[n(395)](t[n(431)]()),s=!0));return s}))),r[t(336)][t(357)](t(373),zr(n,t(418)));const c={type:t(327),content:""};r[t(336)][t(389)]((e=>{const r=t,{data:s}=e;if(!s||r(444)!=s[r(368)])return;let u=e[r(458)];for(;u;){if(u[r(448)]&&(r(446)==u[r(448)][r(368)]&&(u[r(448)][r(406)]&&r(425)!=u[r(448)][r(406)]||r(425)!=u[r(448)][r(354)]&&!s[r(406)])||!o&&u[r(448)][r(368)]==mc))return c;u=u[r(335)]}if(null==s[r(406)])switch(s[r(354)]){case r(323):return a(zr(n,r(401)));case r(463):return a(zr(n,r(410)));case r(439):return a(zr(n,r(378)))}switch(s[r(406)]){case r(323):return i(zr(n,r(401)));case r(463):return i(zr(n,r(410)));case r(439):return i(zr(n,r(378)))}})),r[t(336)][t(389)]((e=>{const n=t,{data:r}=e;if(r&&n(373)==r[n(368)])return null==r[n(406)]||null==r[n(354)]&&0==r[n(406)]?c:void 0})),r[t(336)][t(389)]((e=>{const r=t;if(r(397)!=e[r(432)])return;const{data:s}=e;if(!s||r(352)!=s[r(368)])return;const o=Hs(e);return o?r(406)==o?{type:r(327),content:zr(n,r(391))}:r(354)==o?{type:r(327),content:zr(n,r(384))}:c:c})),e[t(381)][t(393)][t(440)]((e=>this[t(447)](e))),e[t(381)][t(393)][t(440)]((e=>this[t(370)](e))),e[t(381)][t(393)][t(440)]((e=>this[t(407)](e))),this[t(449)]()}[js(447)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;let n=!1;const r=this[e(392)][e(351)][e(372)](e(359))[e(369)]({skipNotAttached:!0})[e(443)]((t=>t[e(448)]&&e(352)==t[e(448)][e(368)]))[e(443)]((t=>t[e(448)][e(406)]&&t[e(448)][e(354)]));for(const s of r)Hs(s)||(t[e(395)](s[e(431)]()),n=!0);return n}[js(370)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;const n=this[e(392)][e(351)][e(372)](e(359));if(n[e(394)][e(438)])return!1;let r=!1;const s=[e(444),e(446),e(352),e(373),e(345),e(324),e(426)],o=this[e(392)][e(381)][e(393)][e(442)][e(451)]()[e(443)]((t=>e(397)==t[e(432)]))[e(443)]((t=>s[e(408)](t[e(414)])));if(0==o[e(445)])return r;for(const i of o){const o=n[e(435)](i[e(416)],e(397))[e(443)]((t=>!t[e(329)][e(427)]))[e(340)]((t=>t[e(363)]))[e(443)]((t=>{const r=e,o=n[r(380)](t);return s[r(408)](o)}));if(o[e(445)]){for(const n of o)t[e(395)](n[e(431)]());r=!0}}return r}[js(407)](t){const e=js;if(t[e(353)][e(411)]||!t[e(353)][e(457)])return!1;const n=this[e(392)][e(351)][e(372)](e(359));let r=!1;const s=[e(444),e(446),e(352),e(373),e(345),e(324),e(426)];for(const t of n[e(369)]({skipNotAttached:!0})){const o=n[e(435)](t[e(454)](),e(397))[e(340)]((t=>t[e(363)]))[e(443)]((t=>t[e(448)]&&s[e(408)](t[e(448)][e(368)])));if(!o[e(445)])continue;const a=o[0][e(458)][e(409)][e(356)];if(!o[e(413)]((t=>t[e(409)][e(356)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(369)]({skipNotAttached:!0})[s(443)]((e=>s(397)==e[s(432)]&&e[s(409)][s(356)]==t)))e[s(403)](s(356),r)}function i(t,n){const r=e;let s=t[r(458)],i=!1;for(;s;)s[r(409)][r(356)]!=n&&(o(s[r(409)][r(356)],n),s[r(403)](r(356),n),i=!0),s=s[r(335)];return i}}[js(449)](){const t=js,e=this[t(392)],n=e[t(332)],r=e[t(351)][t(372)](t(359));this[t(333)](),r[t(436)][t(429)](t(365),t(361),t(349),(function(n,r){const s=t,o=[];for(let t of n)t[s(337)][s(375)]===t[s(366)][s(390)]&&(t=e[s(381)][s(341)](e[s(381)][s(387)](t[s(337)][s(375)],0))),o[s(450)](t);e[s(381)][s(367)]((t=>{const n=s,a=e[n(381)][n(393)][n(462)],c=Array[n(428)](a[n(402)]())[n(340)]((t=>i.LiveRange[n(421)](t)));t[n(419)](o),e[n(400)][n(372)](r[n(346)])[n(343)](),r[n(441)][n(450)]({forceDefaultExecution:!0}),e[n(376)](r[n(346)],...r[n(441)]),t[n(419)](c);for(const t of c)t[n(456)]()}))})),r[t(336)][t(320)]((function(n){const r=t,s=!e[r(381)][r(434)][r(326)](n),o=n[r(404)],i=n[r(331)],a=n[r(325)](r(352)),c=!o||o[r(325)](r(352))!==a,u=!i||i[r(325)](r(352))!==a;return s&&Boolean(a)&&c&&u}),(e=>zr(n,t(422),e)))}[js(333)](){const t=js,e=this[t(392)],n=e[t(332)];function r(n){const r=t,s=e[r(400)][r(372)](r(358))[r(438)],o=e[r(400)][r(372)](r(455))[r(438)];return r(455)===n?s:o}e[t(351)][t(372)](t(359))[t(336)][t(389)]((function(s){const o=t;if(o(365)!=s[o(432)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(346)]){case o(358):u=i[o(441)][0][o(405)],l=r(i[o(346)]),a=o(u?382:371),!l&&e[o(385)][o(372)](o(338))||(a=o(360)),c={type:o(327),content:zr(n,a,zr(n,o(401)))};break;case o(455):u=i[o(441)][0][o(405)],l=r(i[o(346)]),a=o(u?382:371),!l&&e[o(385)][o(372)](o(338))||(a=o(360)),c={type:o(327),content:zr(n,a,zr(n,o(410)))};break;case o(321):a=o(339),c={type:o(327),content:zr(n,a,zr(n,o(422)))};break;case o(362):a=function(t){const e=o,n=t[e(454)]();let r=n[e(337)][e(375)];for(;r&&n[e(364)](r);){if(r[e(325)](e(373))>0)return!1;r=r[e(331)]}return!0}(s)?zr(n,o(371),zr(n,function(t){const e=o;return e(344)+t[e(454)]()[e(337)][e(375)][e(325)](e(444))[e(330)]()+e(342)}(s))):zr(n,o(386),zr(n,o(422))),c={type:o(327),content:a};break;case o(334):case o(420):!1===i[o(459)]&&(a=o(398),c={type:o(377),content:zr(n,a,zr(n,o(422)))})}return c}))}}function Hs(t){const e=js;let n=t[e(454)]()[e(337)][e(375)][e(404)];for(;n;){const r=n[e(325)](e(352));if(!r)return!1;if(r==t[e(448)][e(406)])return e(406);if(r==t[e(448)][e(354)])return e(354);n=n[e(404)]}return!1}const zs=Ws;function Ws(t,e){const n=Js();return(Ws=function(t,e){return n[t-=401]})(t,e)}!function(t,e){const n=Ws,r=t();for(;;)try{if(986599===parseInt(n(463))/1+parseInt(n(467))/2+parseInt(n(402))/3*(-parseInt(n(457))/4)+parseInt(n(453))/5+-parseInt(n(403))/6+-parseInt(n(466))/7+parseInt(n(405))/8*(parseInt(n(423))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Js);class Xs extends t.Plugin{[zs(438)](){const t=zs;if(!this[t(468)][t(475)][t(408)](t(435)))return;const e=this[t(468)][t(416)][t(437)](t(424)),n=this[t(468)][t(475)][t(437)](t(415));e[t(488)]&&n[t(470)](t(433),[],[t(433)]),e[t(422)]&&n[t(470)](t(418),[],[t(418)]),e[t(425)]&&n[t(470)](t(420),[],[t(420)]);const r={type:t(429),content:""};n[t(478)][t(449)](this[t(407)][t(487)](this));const s=this[t(468)][t(469)];n[t(478)][t(489)](t(418),zr(s,t(406))),n[t(478)][t(449)]((e=>{const n=t,{data:s}=e;if(s&&n(418)==s[n(410)])return null==s[n(446)]||0==s[n(446)]&&null==s[n(462)]?r:void 0})),n[t(478)][t(489)](t(420),zr(s,t(439))),n[t(478)][t(449)]((e=>{const n=t,{data:s}=e;if(s&&n(420)==s[n(410)])return null==s[n(446)]||1==s[n(446)]&&null==s[n(462)]?r:void 0})),this[t(468)][t(443)][t(482)][t(464)]((e=>{const r=t;if(e[r(456)][r(419)])return!1;let s=!1;const o=n[r(430)]({skipNotAttached:!0})[r(440)]((t=>{const e=r,s=n[e(477)](t);return e(420)==s||e(418)==s}));for(const t of o)r(414)!=t[r(413)]()[r(450)][r(411)][r(426)](r(459))&&(n[r(442)](t[r(413)](),r(417))[r(472)]((t=>r(459)==n[r(477)](t[r(412)])))||(e[r(428)](t[r(432)]()),s=!0));return s})),this[t(460)]()}[zs(407)](t){const e=zs,n=this[e(468)][e(469)],{data:r}=t,s={type:e(429),content:""};if(!r||e(433)!=r[e(410)])return;if(!r[e(462)])return e(479)==r[e(446)]?s:{type:e(429),content:""+zr(n,e(436),zr(n,this[e(465)](r[e(446)])))};if(!r[e(446)]){if(e(479)==r[e(462)])return s;let o=t[e(454)];for(;o;){if(o[e(473)]&&e(459)==o[e(473)][e(410)]&&o[e(473)][e(446)])return s;o=o[e(481)]}return{type:e(429),content:""+zr(n,e(427),zr(n,this[e(465)](r[e(462)])))}}if(e(479)!=r[e(446)])return{type:e(429),content:""+zr(n,e(436),zr(n,this[e(465)](r[e(446)])))};let o=t[e(454)];for(;o;){if(o[e(473)]&&e(459)==o[e(473)][e(410)]&&o[e(473)][e(446)]&&o[e(473)][e(462)])return s;o=o[e(481)]}const i=t[e(413)]()[e(450)][e(411)][e(426)](e(459));return{type:e(429),content:zr(n,e(436),zr(n,e(404)+i[e(434)]()+e(409)))}}[zs(460)](){const t=zs,e=this[t(468)],n=e[t(469)];e[t(475)][t(437)](t(415))[t(478)][t(449)]((e=>{const r=t;if(r(431)!=e[r(445)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(461)]){case r(433):o=r(448),i={type:r(429),content:zr(n,o,zr(n,this[r(465)](s[r(476)][0][r(445)])))};break;case r(418):o=s[r(476)][0][r(422)]?r(485):r(441),i={type:r(429),content:zr(n,o)};break;case r(420):o=r(447),i={type:r(429),content:zr(n,o,s[r(476)][0][r(425)])}}return i}))}[zs(465)](t){const e=zs;return e(404)+function(t){const n=e;return Ks[n(458)](t)?n(421):qs[n(458)](t)?n(414):null}(t)[e(434)]()+e(452)+t[e(434)]()[e(444)](/-/g,"_")}}const Ks=[zs(483),zs(480),zs(455)],qs=[zs(474),zs(471),zs(401),zs(451),zs(486),zs(484)];function Js(){const t=["decimal-leading-zero","find","data","decimal","plugins","commandParams","_getAttributeKey","_descriptionFactory","default","circle","next","document","disc","upper-latin","*Format:* set order to reversed","lower-latin","bind","styles","registerAttributeLabel","lower-roman","5199nNuBHN","1552848BioFvN","ELEMENT_","2633360dqqrVq","FORMAT_LIST_REVERSED","handleDescriptions","has","_LIST_DEFAULT","key","nodeAfter","suggestion","getFirstRange","numbered","TrackChangesEditing","config","attribute","listReversed","isUndo","listStart","bulleted","reversed","18hYNGOp","list.properties","startIndex","getAttribute","*Remove format:* %0","removeMarker","format","getSuggestions","formatBlock","getFirstMarker","listStyle","toUpperCase","ListPropertiesEditing","*Set format:* %0","get","afterInit","FORMAT_LIST_START","filter","*Format:* set order to regular","_findSuggestions","model","replace","type","newValue","*Format:* set start index to %0","*Change to:* %0","registerDescriptionCallback","start","upper-roman","_LIST_","4303080vPScrJ","head","square","batch","4516hbmRbx","includes","listType","_registerLegacyDescription","commandName","oldValue","826673loAmpt","registerPostFixer","_getTranslationKeyForListStyle","3876082FekbDQ","2820122qfTFLy","editor","locale","_enableDefaultAttributesIntegration"];return(Js=function(){return t})()}var Qs=n(507);const Ys=Zs;function Zs(t,e){const n=to();return(Zs=function(t,e){return n[t-=364]})(t,e)}!function(t,e){const n=Zs,r=t();for(;;)try{if(332701===-parseInt(n(372))/1*(-parseInt(n(415))/2)+parseInt(n(416))/3+-parseInt(n(399))/4*(-parseInt(n(378))/5)+parseInt(n(396))/6+parseInt(n(402))/7+parseInt(n(385))/8+-parseInt(n(389))/9*(parseInt(n(412))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Ys(373)](){return[Qs.Enter]}[Ys(417)](){const t=Ys,e=this[t(380)],n=e[t(409)][t(377)](t(386)),r=e[t(368)][t(377)](t(407));n[t(394)](t(407),(()=>{const s=t;e[s(364)][s(387)]((t=>{const o=s,a=e[o(364)][o(400)][o(404)],c=a[o(390)](),u=i.LiveRange[o(410)](a[o(376)]());if(r[o(365)](t)){const r=e[o(364)][o(383)](c[o(369)][o(418)],0),s=t[o(388)](c,r);n[o(367)](s)}else t[o(382)](t[o(388)](u[o(374)]));u[o(379)](),r[o(398)](o(405),{writer:t})}))})),e[t(370)][t(414)].on(t(397),Ds(e,t(384)),{priority:t(403)}),e[t(370)][t(414)].on(t(401),((e,n,r)=>{const s=t,o=r[s(395)][s(391)](n[s(408)]);if(o)for(const t of o)t[s(413)](s(366))&&(r[s(395)][s(393)](t,n[s(408)]),r[s(371)][s(381)](t))}),{priority:t(403)}),e[t(392)][t(414)].on(t(397),((n,r,s)=>{const o=t;s[o(406)][o(375)]&&Ds(e,o(384),{showActiveMarker:!1})[o(411)](this)(n,r,s)}),{priority:t(403)})}}function to(){const t=["getFirstPosition","markerNameToElements","data","unbindElementFromMarkerName","enableCommand","mapper","1460496nydlDY","addMarker:suggestion:insertion","fire","263464ajMEzL","document","removeMarker:suggestion:insertion","4002376EvsPAT","high","selection","afterExecute","options","enter","markerName","plugins","fromRange","bind","15851190pYQFHy","hasClass","downcastDispatcher","50xNEZVp","1835661fcdaoh","init","nextSibling","model","enterBlock","ck-suggestion-marker-split","markInsertion","commands","parent","editing","writer","2647srjeJo","requires","end","showSuggestionHighlights","getFirstRange","get","10pIERFG","detach","editor","remove","setSelection","createPositionAt","split","2342736scqLzK","TrackChangesEditing","change","createRange","9kMxMAO"];return(to=function(){return t})()}const eo=ro;function no(){const t=["find","end","replace","960836hgrwWt","getRange","FindAndReplaceUtils","126ovdXGI","start","handleFindCommand","260519dmWsDQ","replaceAll","_isInDeletionRange","createPositionAt","enableCommand","suggestion:deletion","18VscNmq","item","afterInit","string","filter","getIntersection","has","markers","model","getMarkersGroup","createRange","26683FbXFLt","bind","findByTextCallback","40965mlyaiW","findNext","get","183550WgaxLl","1031384gacuGC","FindAndReplaceEditing","TrackChangesEditing","findPrevious","editor","640929TGJdTq","plugins"];return(no=function(){return t})()}function ro(t,e){const n=no();return(ro=function(t,e){return n[t-=388]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(140468===parseInt(n(397))/1+parseInt(n(403))/2+parseInt(n(409))/3+-parseInt(n(414))/4+-parseInt(n(400))/5*(parseInt(n(417))/6)+-parseInt(n(420))/7+-parseInt(n(404))/8*(-parseInt(n(426))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[eo(388)](){const t=eo;if(!this[t(408)][t(410)][t(392)](t(405)))return;const e=this[t(408)][t(410)][t(402)](t(406));e[t(424)](t(411),this[t(419)][t(398)](this)),e[t(424)](t(401)),e[t(424)](t(407)),e[t(424)](t(413)),e[t(424)](t(421))}[eo(419)](t,e,n={}){const r=eo,s=this[r(408)][r(410)][r(402)](r(416));return t((t=>(r(389)==typeof e?s[r(399)](e,n):e)(t)[r(390)]((e=>!1===this[r(422)](e,t[r(427)])))),n)}[eo(422)](t,e){const n=eo,r=this[n(408)][n(394)][n(396)](this[n(408)][n(394)][n(423)](e,t[n(418)]),this[n(408)][n(394)][n(423)](e,t[n(412)]));for(const t of this[n(408)][n(394)][n(393)][n(395)](n(425)))if(null!==r[n(391)](t[n(415)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=174]})(t,e)}function ao(){const t=["FORMAT_FONT_FAMILY","registerAttributeLabel","plugins","afterInit","fontFamily","config","editor","toLowerCase","150didMBw","*Reset font background color*","commandParams","FontColorEditing","*Reset font family*","has","6430248KpeLpE","_enableDefaultAttributesIntegration","find","131760uwHHjr","FontFamilyEditing","fontColor","label","FORMAT_FONT_SIZE","TrackChangesEditing","1229691pucCSq","*Set font color:* %0","FORMAT_FONT_COLOR","_descriptionFactory","83852qsXXNb","locale","246990QMxYFw","fontBackgroundColor","FontSize","normalizeSizeOptions","format","title","*Reset font color*","formatInline","commandName","FontSizeEditing","fontColor.colors","fontSize","trim","model","fontBackgroundColor.colors","*Reset font size*","56VDQshW","65gRqvVj","FontBackgroundColorEditing","registerDescriptionCallback","fontSize.options","344046EtaoSq","279711exVgVM","*Set font background color:* %0","*Set font family:* %0","get","type","value","*Set font size:* %0","FORMAT_FONT_BACKGROUND","_registerLegacyDescription"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(403691===-parseInt(n(216))/1+-parseInt(n(228))/2+-parseInt(n(222))/3+-parseInt(n(226))/4*(-parseInt(n(185))/5)+-parseInt(n(189))/6*(-parseInt(n(184))/7)+parseInt(n(213))/8+-parseInt(n(190))/9*(parseInt(n(207))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(177),commandName:oo(179)},{pluginName:oo(217),commandName:oo(203)},{pluginName:oo(210),commandName:oo(218)},{pluginName:oo(186),commandName:oo(229)}];class uo extends t.Plugin{[oo(202)](){const t=oo,e=this[t(205)][t(227)],n=this[t(205)][t(201)][t(193)](t(221));for(const{pluginName:e,commandName:r}of co)this[t(205)][t(201)][t(212)](e)&&n[t(214)](r,[r]);e.t,n[t(225)][t(200)](t(179),zr(e,t(220))),n[t(225)][t(200)](t(203),zr(e,t(199))),n[t(225)][t(200)](t(218),zr(e,t(224))),n[t(225)][t(200)](t(229),zr(e,t(197))),this[t(198)]()}[oo(198)](){const t=oo,e=this[t(205)],n=e[t(227)];e[t(201)][t(193)](t(221))[t(225)][t(187)]((e=>{const r=t,o=n.t;if(r(175)!=e[r(194)])return;const{data:i}=e;if(null!=i){if(r(179)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=o(this[r(205)][r(201)][r(193)](r(230))[r(231)](this[r(205)][r(204)][r(193)](r(188)))[r(215)]((e=>e[r(181)]==t))[r(233)])[r(206)]();return{type:r(232),content:zr(n,r(196),e)}}return{type:r(232),content:zr(n,r(183))}}if(r(203)==i[r(176)]){const t=i[r(209)][0][r(195)];return t?{type:r(232),content:zr(n,r(192),t)}:{type:r(232),content:zr(n,r(211))}}if(r(218)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(204)][r(193)](r(178)))[r(215)]((e=>e[r(181)]==t));let i=t,a="";return e&&(i=e[r(219)],a=o(i)[r(206)]()),{type:r(232),content:zr(n,r(223),a)[r(180)](),color:{value:t,title:a||i}}}return{type:r(232),content:zr(n,r(174))}}if(r(229)==i[r(176)]){const t=i[r(209)][0][r(195)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(204)][r(193)](r(182)))[r(215)]((e=>e[r(181)]==t));let i=t,a="";return e&&(i=e[r(219)],a=o(i)[r(206)]()),{type:r(232),content:zr(n,r(191),a)[r(180)](),color:{value:t,title:a||i}}}return{type:r(232),content:zr(n,r(208))}}}}))}}const lo=ho;function fo(){const t=["94362ZDRCll","55wLknWr","afterInit","TrackChangesEditing","838480kXPlRj","editor","enableCommand","label","length","2256168ikJdGv","plugins","fontColor","fontSize","registerDescriptionCallback","normalizeSizeOptions","push","format","_registerLegacyDescription","formatBlock","36qSjNAj","*Set format to:* %0","config","commands","find","model","toUpperCase","commandName","589656wVymKv","type","slice","1729449VBEKEL","locale","FontSize","189oyMixv","fontBackgroundColor","commandParams","975205YMkjpT","charAt","split","2703170XUVRBJ","get","_enableDefaultAttributesIntegration","pasteFormat","*Remove all formatting*","toLowerCase","boolean","fontColor.colors","fontSize.options","_descriptionFactory","copyFormat","title","5Lqgivn","join","entries","formatInline"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=300]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(653378===-parseInt(n(325))/1+parseInt(n(348))/2+-parseInt(n(319))/3+-parseInt(n(353))/4*(-parseInt(n(340))/5)+-parseInt(n(344))/6*(parseInt(n(322))/7)+-parseInt(n(316))/8*(-parseInt(n(308))/9)+-parseInt(n(328))/10*(-parseInt(n(345))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(346)](){const t=lo,e=this[t(349)],n=e[t(354)][t(329)](t(347)),r=e[t(311)][t(329)](t(338)),s=e[t(311)][t(329)](t(331));r&&s&&(n[t(330)](t(331)),n[t(350)](t(338)),this[t(306)]())}[lo(306)](){const t=lo,e=this[t(349)],n=e[t(320)];e[t(354)][t(329)](t(347))[t(337)][t(302)]((r=>{const s=t;if(s(307)!=r[s(317)]&&s(343)!=r[s(317)])return;const{data:o}=r;if(o&&s(331)===o[s(315)]){const t=[],r=o[s(324)][0];for(const[n,o]of Object[s(342)](r))t[s(304)](po(e,n,o));return t[s(352)]?{type:s(305),content:zr(n,s(309),t[s(341)](", "))}:{type:s(305),content:zr(n,s(332))}}}))}}function po(t,e,n){const r=lo,o=t[r(320)].t,i=e[r(327)](/(?=[A-Z])/)[r(341)](" "),a=o(i[r(326)](0)[r(314)]()+i[r(318)](1))[r(333)]();if(r(334)==typeof n)return a;if(r(300)===e||r(323)===e){const e=(0,s.normalizeColorOptions)(t[r(310)][r(329)](r(335)))[r(312)]((t=>t[r(313)]==n));return a+" ("+(e?o(e[r(351)])[r(333)]():n)+")"}if(r(301)===e&&isNaN(parseFloat(n))){const e=t[r(354)][r(329)](r(321))[r(303)](t[r(310)][r(329)](r(336)))[r(312)]((t=>t[r(313)]==n));return a+" ("+(e?o(e[r(339)])[r(333)]():n)+")"}return a+" ("+n+")"}const mo=Eo;!function(t,e){const n=Eo,r=t();for(;;)try{if(112222===-parseInt(n(445))/1+-parseInt(n(452))/2+-parseInt(n(456))/3*(-parseInt(n(480))/4)+parseInt(n(453))/5*(parseInt(n(449))/6)+parseInt(n(482))/7+-parseInt(n(481))/8+parseInt(n(444))/9*(parseInt(n(467))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Io extends t.Plugin{[mo(455)](){const t=mo,e=this[t(479)];if(!e[t(450)][t(483)](t(476)))return;this[t(446)]=e[t(462)][t(475)](t(457));const n=e[t(448)],r=e[t(450)][t(475)](t(469));r[t(461)](t(451));for(const e of this[t(446)])t(485)!=e[t(454)]&&r[t(459)][t(477)](e[t(454)],(n=>{const r=t,i=this[r(471)](e[r(454)]);return null!==i?s(n,i):o(n,e[r(473)])}));function s(e,r){return zr(n,t(458),[e,r])}function o(e,r){return zr(n,t(470),[e,r])}this[t(443)]()}[mo(443)](){const t=mo,e=this[t(479)],n=e[t(448)];e[t(450)][t(475)](t(469))[t(459)][t(468)]((e=>{const r=t;if(r(447)!=e[r(465)])return;const{data:s}=e;if(s&&r(451)==s[r(466)]){const e=s[r(474)][0][r(460)],c=this[r(471)](e);if(null!==c)return{type:r(484),content:zr(n,r(463),(1,a=c,zr(n,r(458),[1,a])))};const u=this[r(446)][r(472)]((t=>t[r(454)]===e))[r(473)];return{type:r(484),content:zr(n,r(463),(o=1,i=u,zr(n,t(470),[o,i])))}}var o,i,a}))}[mo(471)](t){const e=mo;var n,r;const s=t[e(442)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(446)])||void 0===n?void 0:n[e(472)]((n=>n[e(454)]==t));if(o&&o[e(478)]){const t=o[e(478)],n=(null!==(r=t[e(464)])&&void 0!==r?r:t)[e(442)](/^h(\d+)/);if(n)return n[1]}return null}}function Eo(t,e){const n=bo();return(Eo=function(t,e){return n[t-=442]})(t,e)}function bo(){const t=["105BFgPpC","model","afterInit","87432AdSndy","heading.options","ELEMENT_HEADING","_descriptionFactory","value","_enableDefaultAttributesIntegration","config","*Change to:* %0","name","type","commandName","10KumAAQ","registerDescriptionCallback","TrackChangesEditing","ELEMENT_HEADING_CUSTOM","_getHeadingLevel","find","title","commandParams","get","HeadingEditing","registerElementLabel","view","editor","8NDdXRL","1492416dExVqA","1221556iTuWhq","has","format","paragraph","match","_registerLegacyDescription","1933749rwvgaB","174963ImZXKM","_headingOptions","formatBlock","locale","15126IjdwKL","plugins","heading","53722NLLXaw"];return(bo=function(){return t})()}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=433]})(t,e)}const _o=To;function yo(){const t=["model","config","type","registerAttributeLabel","HighlightEditing","value","color","5XTYeyf","5348574DwDrxh","toLowerCase","_registerLegacyDescription","format","registerDescriptionCallback","_descriptionFactory","has","highlight.options","afterInit","commandName","4218540SuNRwU","formatInline","editor","get","plugins","978zywiQN","title","locale","26747lXWVca","commandParams","find","4064277GvPvpz","*Remove highlight*","highlight","6242024bNRqHs","FORMAT_HIGHLIGHT","TrackChangesEditing","_enableDefaultAttributesIntegration","308993ExuziM","*Set highlight:* %0","3275876MBstMo"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(838017===parseInt(n(466))/1+parseInt(n(468))/2+-parseInt(n(459))/3+parseInt(n(448))/4*(parseInt(n(437))/5)+-parseInt(n(453))/6*(parseInt(n(456))/7)+-parseInt(n(462))/8+parseInt(n(438))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(446)](){const t=_o,e=this[t(450)];if(!e[t(452)][t(444)](t(434)))return;const n=e[t(452)][t(451)](t(464)),r=e[t(455)];n[t(465)](t(461),[t(461)]),n[t(443)][t(433)](t(461),zr(r,t(463))),this[t(440)]()}[_o(440)](){const t=_o,e=this[t(450)],n=e[t(455)];e[t(452)][t(451)](t(464))[t(443)][t(442)]((r=>{const s=t;if(s(449)!=r[s(471)])return;const{data:o}=r;if(o&&s(461)==o[s(447)]){const t=n.t,r=o[s(457)][0][s(435)];if(r){const o=e[s(470)][s(451)](s(445))[s(458)]((t=>t[s(469)]==r)),i=t(o[s(454)])[s(439)]();return{type:s(441),content:zr(n,s(467),i),color:{value:o[s(436)],title:o[s(454)]}}}return{type:s(441),content:zr(n,s(460),zr(n,s(463)))}}}))}}const ko=No;function Co(){const t=["conversion","for","createContainerElement","12qBJMCw","120bPhhtD","136549hardDE","editor","div","horizontalLine","showSuggestionHighlights","831210kCJjwS","12050ONEiHy","12467818LkobAj","locale","_descriptionFactory","4FCjkVL","291736DDSXTN","createEmptyElement","1840115XscMTy","1384jtIxYV","createPositionAt","has","plugins","enableCommand","HorizontalLineEditing","get","TrackChangesEditing","high","insert","elementToStructure","registerElementLabel","dataDowncast","3744FJLjBU","afterInit","addClass","ELEMENT_HORIZONTAL_LINE","ck-horizontal-line"];return(Co=function(){return t})()}function No(t,e){const n=Co();return(No=function(t,e){return n[t-=324]})(t,e)}!function(t,e){const n=No,r=t();for(;;)try{if(280073===parseInt(n(324))/1*(parseInt(n(328))/2)+-parseInt(n(349))/3*(parseInt(n(325))/4)+parseInt(n(327))/5+-parseInt(n(356))/6+parseInt(n(351))/7*(-parseInt(n(350))/8)+parseInt(n(341))/9*(-parseInt(n(357))/10)+parseInt(n(358))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Co);class Ro extends t.Plugin{[ko(342)](){const t=ko,e=this[t(352)];if(!e[t(331)][t(330)](t(333)))return;e[t(331)][t(334)](t(335))[t(332)](t(354));const n=e[t(331)][t(334)](t(335)),r=e[t(359)];n[t(360)][t(339)](t(354),(e=>zr(r,t(344),e))),e[t(346)][t(347)](t(340))[t(338)]({model:t(354),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(355)])return null;const o=n[s(348)](s(353)),i=n[s(326)]("hr");return n[s(343)](s(345),o),n[s(337)](n[s(329)](o,0),i),o},converterPriority:t(336)})}}const So=Lo;function Lo(t,e){const n=Mo();return(Lo=function(t,e){return n[t-=170]})(t,e)}!function(t,e){const n=Lo,r=t();for(;;)try{if(787767===-parseInt(n(173))/1*(-parseInt(n(191))/2)+parseInt(n(208))/3*(-parseInt(n(178))/4)+parseInt(n(187))/5+parseInt(n(184))/6*(-parseInt(n(183))/7)+-parseInt(n(196))/8+parseInt(n(202))/9*(-parseInt(n(176))/10)+-parseInt(n(203))/11*(-parseInt(n(185))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class vo extends t.Plugin{[So(198)](){const t=So,e=this[t(175)];if(!e[t(204)][t(194)](t(201)))return;const n=e[t(204)][t(180)](t(200)),r=e[t(172)];n[t(174)][t(177)](t(209),(e=>zr(r,t(205),e))),n[t(181)](t(195),[],[t(207)]),n[t(174)][t(188)]((e=>{const n=t;if(n(171)!=e[n(199)])return;const{data:s}=e;if(s&&n(207)==s[n(170)]&&e[n(190)]()[n(189)][n(192)].is(n(206),n(209))){const t=zr(r,n(205));return{type:n(193),content:zr(r,n(186),t)}}})),this[t(197)]()}[So(197)](){const t=So,e=this[t(175)],n=e[t(172)];e[t(204)][t(180)](t(200))[t(174)][t(188)]((e=>{const r=t;if(r(179)!=e[r(199)])return;const{data:s}=e;if(s&&r(195)==s[r(182)]){const t=zr(n,r(205));return{type:r(193),content:zr(n,r(186),t)}}}))}}function Mo(){const t=["type","TrackChangesEditing","HtmlEmbed","27auuhkP","44698247GzgkTf","plugins","ELEMENT_HTML_EMBED","element","value","36969arlWov","rawHtml","key","attribute","locale","134KZfPfb","_descriptionFactory","editor","5182030KbiUgp","registerElementLabel","148QIOWRj","formatBlock","get","_enableDefaultAttributesIntegration","commandName","7SGjWKC","5251992UuwXww","12octhEF","*Change %0 content*","1985375hedhzM","registerDescriptionCallback","start","getFirstRange","9978FjCXmV","nodeAfter","format","has","htmlEmbed","11643352DFgbKM","_registerLegacyDescription","afterInit"];return(Mo=function(){return t})()}const wo=Do;function Oo(){const t=["schema","previous","alt","_descriptionFactory","5630020VSdykz","ImageTextAlternativeEditing","forceDefaultExecution","ELEMENT_CAPTION","6040mtltQY","ImageInlineEditing","ELEMENT_IMAGE","nodeAfter","ELEMENT_INLINE_IMAGE","ImageUtils","fromPosition","addObject","caption","imageInline","toPrevious","35GVPlEO","registerDescriptionCallback","accept","isIntersecting","registerCustomCallback","ImageUploadEditing","_registerLegacyDescription","convertInlineImageToBlock","element","detach","resizedWidth","imageTypeInline","convertBlockImageToInline","*Reset image width*","ImageBlockEditing","enableCommand","insertImage","attribute","commandParams","find","end","key","model","formatInline","findIndex","editor","registerElementLabel","isCollapsed","insertion","length","subType","deletion","imageTextAlternative","createRange","width","start","332xXXEZG","newValue","removeObject","discard","filter","document","ImageEditing","type","getSuggestionCallback","nodeBefore","has","imageCaption","getNearestSelectionRange","_enableDefaultAttributesIntegration","toggleImageCaption","selection","imageBlock","*Remove image text alternative*","createRangeOn","forward","toNext","isEqual","getCaptionFromImageModelElement","markDeletion","3573NXtsZg","resizeImage","17345790uFOtro","ImageCaptionEditing","56yHLQjO","formatBlock","916qnvLRq","*Set image width:* %0","ImageCaptionUtils","isOwn","ImageResize","Inline image to block image","uploadImage","getFirstRange","getContainedElement","registerAttributeLabel","getClosestSelectedImageElement","change","join","get","Block image to inline image","markInsertion","backward","imageTypeBlock","afterInit","_findSuggestions","*Set image text alternative:* %0","FORMAT_IMAGE_SIZE","locale","commandName","isBefore","TrackChangesEditing","_suggestionFactory","format","plugins","markBlockFormat","12021GjnVXs","chain","543151UYkHRp","92316UULbYM","isBlockImage","imageStylePreApply"];return(Oo=function(){return t})()}function Do(t,e){const n=Oo();return(Do=function(t,e){return n[t-=333]})(t,e)}!function(t,e){const n=Do,r=t();for(;;)try{if(325815===parseInt(n(385))/1*(-parseInt(n(387))/2)+-parseInt(n(417))/3*(parseInt(n(357))/4)+-parseInt(n(442))/5*(parseInt(n(420))/6)+parseInt(n(419))/7+-parseInt(n(431))/8*(parseInt(n(381))/9)+-parseInt(n(427))/10+parseInt(n(383))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oo);class Fo extends t.Plugin{[wo(405)](){const t=wo,e=this[t(346)];if(!e[t(415)][t(367)](t(363)))return;const n=e[t(415)][t(400)](t(412)),r=e[t(415)][t(400)](t(436)),s=e[t(409)];n[t(336)](t(337)),n[t(426)][t(347)](t(373),(e=>zr(s,t(433),e))),n[t(426)][t(347)](t(440),(e=>zr(s,t(435),e))),n[t(426)][t(347)](t(439),(()=>zr(s,t(430)))),e[t(415)][t(367)](t(447))&&n[t(336)](t(393)),e[t(415)][t(367)](t(335))&&e[t(415)][t(367)](t(432))&&(n[t(336)](t(453),((s,o)=>{const i=t,a=r[i(397)](e[i(343)][i(362)][i(372)]);e[i(343)][i(398)]((()=>{const t=i;n[t(416)](a,{commandName:t(453),commandParams:[o]},[],t(333))}))})),n[t(336)](t(404),((s,o)=>{const a=t;e[a(343)][a(398)]((t=>{const c=a;let u=r[c(397)](e[c(343)][c(362)][c(372)]),l=t[c(375)](u);const f=i.LivePosition[c(437)](l[c(356)],c(441)),h=i.LivePosition[c(437)](l[c(341)],c(377));n[c(429)]((()=>s(o))),u=r[c(397)](e[c(343)][c(362)][c(372)]),l=t[c(375)](u);const g=t[c(354)](f,h);f[c(451)](),h[c(451)](),n[c(416)](u,{commandName:c(453),commandParams:[o]},[],c(449)),g[c(356)][c(411)](l[c(356)])&&n[c(402)](t[c(354)](g[c(356)],l[c(356)]),c(449)),l[c(341)][c(411)](g[c(341)])&&n[c(402)](t[c(354)](l[c(341)],g[c(341)]),c(449))}))})),n[t(413)][t(446)](t(386),t(449),t(399),(()=>!1)),n[t(413)][t(446)](t(386),t(449),t(444),(()=>!1)),n[t(413)][t(446)](t(386),t(449),t(360),n[t(413)][t(365)](t(386),"",t(444))),n[t(413)][t(446)](t(349),t(449),t(399),(()=>!1)),n[t(413)][t(446)](t(349),t(449),t(360),(([r])=>{const s=t,o=n[s(413)][s(365)](s(349),"",s(360));let i=r[s(356)],a=r[s(341)];const c=e[s(343)][s(423)][s(369)](i,s(403)),u=e[s(343)][s(423)][s(369)](a,s(376));c[s(348)]&&(i=c[s(356)]),u[s(348)]&&(a=u[s(341)]),o([e[s(343)][s(354)](i,a)])})),n[t(413)][t(446)](t(386),t(449),t(418),c),n[t(413)][t(446)](t(349),t(449),t(418),c)),e[t(415)][t(367)](t(384))&&(n[t(336)](t(371),((s,o)=>{const i=t,a=e[i(415)][i(400)](i(389));let c=r[i(397)](e[i(343)][i(362)][i(372)]),u=a[i(379)](c);e[i(343)][i(398)]((()=>{const t=i;if(u)return void n[t(380)](e[t(343)][t(375)](u));const l=r[t(421)](c);s(o),c=r[t(397)](e[t(343)][t(362)][t(372)]),u=a[t(379)](c),n[t(402)](e[t(343)][t(375)](u),l?null:t(368))}))})),n[t(413)][t(446)](t(349),t(368),t(418),c));const o=[{type:t(386),subType:t(422)},{type:t(349),subType:t(368)},{type:t(386),subType:t(449)},{type:t(349),subType:t(449)}];function a(e,s){const i=t,a=o[i(345)]((({type:t,subType:n})=>e[i(364)]==t&&e[i(351)]==n)),c=o[i(345)]((({type:t,subType:e})=>s[i(364)]==t&&s[i(351)]==e));if(a<0||c<0)return!1;const u=e[i(394)](),l=s[i(394)]();if((0==a||1==a)&&2==c&&u[i(445)](l))return!0;if(2==a&&3==c){const t=n[i(406)](u,i(349))[i(361)]((({suggestion:t,meta:e})=>e[i(390)]&&i(449)==t[i(351)]));if(t[i(350)]>1&&l[i(341)][i(378)](u[i(356)]))return!0;if(1==t[i(350)]&&(u[i(356)][i(378)](l[i(341)])||u[i(341)][i(378)](l[i(356)])))return!0}if(3==a&&3==c&&u[i(356)][i(411)](l[i(356)])){const t=u[i(341)][i(434)],e=l[i(356)][i(366)];return r[i(421)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(415)][t(367)](t(391))&&(n[t(370)](t(382),[],[t(452)]),n[t(426)][t(396)](t(452),zr(s,t(408)))),e[t(415)][t(367)](t(428))&&n[t(370)](t(353),[],[t(425)]),n[t(426)][t(443)]((e=>{const n=t;if(o[n(340)]((({type:t,subType:r})=>e[n(364)]==t&&e[n(351)]==r)))return e[n(424)]?{}:void 0})),n[t(426)][t(443)]((e=>{const n=t;if(n(349)==e[n(364)]||n(352)==e[n(364)]){const t=e[n(395)]();if(t&&t.is(n(450),n(439)))return{type:n(349)==e[n(364)]?n(438):n(359),element:t,quantity:1}}})),n[t(426)][t(443)]((e=>t(386)==e[t(364)]&&t(449)==e[t(351)]?{type:t(414),content:t(392)}:t(386)==e[t(364)]&&t(333)==e[t(351)]?{type:t(414),content:t(401)}:void 0)),n[t(426)][t(443)]((e=>{const n=t;if(n(338)!=e[n(364)])return;const{data:r}=e;if(!r||n(425)!=r[n(342)])return;const o=r[n(358)];return o?{type:n(414),content:zr(s,n(407),'"'+o+'"')}:{type:n(414),content:zr(s,n(374))}})),this[t(448)]()}[wo(448)](){const t=wo,e=this[t(346)],n=e[t(409)];e[t(415)][t(400)](t(412))[t(426)][t(443)]((e=>{const r=t;if(r(386)!=e[r(364)]&&r(344)!=e[r(364)])return;const{data:s}=e;if(s){if(r(353)==s[r(410)]){const t=s[r(339)][0][r(358)];return t?{type:r(414),content:zr(n,r(407),'"'+t+'"')}:{type:r(414),content:zr(n,r(374))}}if(r(382)==s[r(410)]){const t=s[r(339)][0][r(355)];return t?{type:r(414),content:zr(n,r(388),t)}:{type:r(414),content:zr(n,r(334))}}}}))}}function Po(){const t=["506706cTISAV","format","afterInit","getSuggestionCallback","registerCustomCallback","editor","19082nmqrTo","formatInline","*Replace image URL*","has","_enableDefaultAttributesIntegration","_descriptionFactory","*Format:* replace image URL","formatBlock","attribute","oldValue","commandName","467439zMerqn","newValue","6liOGVE","8190135ozhjGp","_suggestionFactory","replaceImageSource","plugins","locale","src","accept","_registerLegacyDescription","14737440zcpuGM","_handleLegacySuggestions","1423865JeOOIU","registerDescriptionCallback","TrackChangesEditing","4478164ggxXlH","get","2gRAjvm","key","type","discard","2008IwyFtZ","ImageEditing"];return(Po=function(){return t})()}function xo(t,e){const n=Po();return(xo=function(t,e){return n[t-=400]})(t,e)}const Bo=xo;!function(t,e){const n=xo,r=t();for(;;)try{if(711724===-parseInt(n(403))/1*(-parseInt(n(421))/2)+-parseInt(n(427))/3+-parseInt(n(419))/4+parseInt(n(416))/5*(parseInt(n(405))/6)+parseInt(n(433))/7*(parseInt(n(425))/8)+-parseInt(n(406))/9+parseInt(n(414))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[Bo(429)](){const t=Bo;if(!this[t(432)][t(409)][t(436)](t(426)))return;const e=this[t(432)][t(410)],n=this[t(432)][t(409)][t(420)](t(418));n[t(437)](t(408),[],[t(411)]),n[t(438)][t(417)]((n=>{const r=t;if(r(400)!=n[r(423)])return;const{data:s}=n;return s&&r(411)==s[r(422)]?s[r(404)]&&s[r(401)]?{type:r(428),content:zr(e,r(435))}:{type:r(428),content:""}:void 0})),this[t(415)]()}[Bo(415)](){const t=Bo,e=this[t(432)][t(409)][t(420)](t(418));e[t(407)][t(431)](t(440),t(408),t(412),e[t(407)][t(430)](t(440),null,t(424))),e[t(407)][t(431)](t(440),t(408),t(424),e[t(407)][t(430)](t(440),null,t(412))),this[t(413)]()}[Bo(413)](){const t=Bo,e=this[t(432)],n=e[t(410)];e[t(409)][t(420)](t(418))[t(438)][t(417)]((e=>{const r=t;if(r(440)!=e[r(423)]&&r(434)!=e[r(423)])return;const{data:s}=e;return s&&r(408)==s[r(402)]?{type:r(428),content:zr(n,r(439))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=372]})(t,e)}const Go=jo;function Vo(){const t=["discardSuggestion","nodeAfter","isEqual","commandName","createRangeOn","registerCustomCallback","document","toLowerCase","findIndex","isIntersecting","side","formatBlock","differ","imageStylePreApply","_splitMarkerName","afterInit","2317gbQWtn","getChangedMarkers","isInlineImage","ImageUtils","Users","type","name","value","imageStylePostApply","commandParams","313863IKKClT","setImageNaturalSizeAttributes","suggestion","next","getSuggestions","_registerLegacyDescription","imageTypeInline","filter","locale","discard","from","accept","1448156baQjFM","commandReversedParams","get","_descriptionFactory","imageTypeBlock","commands","markInlineFormat","isInContent","subType","join","8065260JIFawL","_suggestionFactory","_findSuggestions","normalizedStyles","imageStyle","convertInlineImageToBlock","chain","6649376igdIZA","imageCaption","length","*Format:* %0","FORMAT_SIDE_IMAGE","getFirstRange","change","isBlockImage","isOwn","has","hasSuggestion","editor","model","selection","format","start","formatInline","24080wMBRQo","ImageStyleEditing","title","registerPostFixer","2oiDeXN","isBefore","refresh","getClosestSelectedImageElement","getSuggestionCallback","registerDescriptionCallback","6120PVTIAo","enableCommand","head","getContainedElement","getSuggestion","forEach","323772FKNWdo","end","plugins","markBlockFormat","newRange","nodeBefore","27372mXRPTG","insertion","TrackChangesEditing","shouldConvertImageType","author"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(846126===-parseInt(n(454))/1+-parseInt(n(442))/2*(-parseInt(n(392))/3)+parseInt(n(404))/4+-parseInt(n(414))/5+parseInt(n(460))/6*(parseInt(n(382))/7)+-parseInt(n(421))/8+-parseInt(n(448))/9*(-parseInt(n(438))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[Go(381)](){const t=Go,n=this[t(432)];if(!n[t(456)][t(430)](t(439)))return;const r=n[t(456)][t(406)](t(462)),s=n[t(456)][t(406)](t(385)),o={};r[t(449)](t(418),((o,i)=>{const a=t,c=n[a(456)][a(406)](a(386)).me,u=n[a(409)][a(406)](a(418));let l=s[a(445)](n[a(433)][a(372)][a(434)]),f=n[a(433)][a(469)](l),h=u[a(389)];if(h==i[a(389)])return;const g={commandName:a(418),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(433)][a(427)]((()=>{const t=a;if(r[t(396)]()[t(399)]((e=>e[t(411)]&&c==e[t(464)]&&(t(377)==e[t(387)]||t(437)==e[t(387)])&&(t(379)==e[t(412)]||t(390)==e[t(412)])&&e[t(426)]()[t(467)](f)))[t(453)]((e=>r[t(465)](e[t(450)]))),l=s[t(445)](n[t(433)][t(372)][t(434)]),f=n[t(433)][t(469)](l),u[t(444)](),n[t(409)][t(406)](t(398))[t(444)](),n[t(409)][t(406)](t(408))[t(444)](),h=u[t(389)],h!=i[t(389)])return s[t(384)](l)&&u[t(463)](i[t(389)],l)?(o({...i,setImageSizes:!1}),l=s[t(445)](n[t(433)][t(372)][t(434)]),void r[t(457)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(379))):void(s[t(428)](l)?r[t(457)](l,g,[],t(390)):r[t(410)](f,g,t(390)))}))}));for(const e of n[t(456)][t(406)](t(439))[t(417)])o[e[t(388)]]=e[t(440)][t(373)]();r[t(415)][t(470)](t(377),t(379),t(413),(()=>!1)),r[t(415)][t(470)](t(377),t(390),t(413),(()=>!1)),r[t(415)][t(470)](t(437),t(390),t(413),(()=>!1)),r[t(415)][t(470)](t(377),t(379),t(403),(([e])=>{const n=t;s[n(393)](e[n(451)]())})),r[t(415)][t(470)](t(377),t(379),t(401),((e,n)=>{const s=t;r[s(415)][s(446)](s(377),"",s(403))(e,{commandName:n[s(468)],commandParams:n[s(405)]})})),r[t(415)][t(470)](t(377),t(379),t(420),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(377),subType:t(379)},{type:t(461),subType:t(422)},{type:t(377),subType:t(419)},{type:t(461),subType:t(419)}];function a(e,n){const o=t,a=i[o(374)]((({type:t,subType:n})=>e[o(387)]==t&&e[o(412)]==n)),c=i[o(374)]((({type:t,subType:e})=>n[o(387)]==t&&n[o(412)]==e));if(a<0||c<0)return!1;const u=e[o(426)](),l=n[o(426)]();if((0==a||1==a)&&2==c&&u[o(375)](l))return!0;if(2==a&&3==c){const t=r[o(416)](u,o(461))[o(399)]((({suggestion:t,meta:e})=>e[o(429)]&&o(419)==t[o(412)]));if(t[o(423)]>1&&l[o(455)][o(467)](u[o(436)]))return!0;if(1==t[o(423)]&&(u[o(436)][o(467)](l[o(455)])||u[o(455)][o(467)](l[o(436)])))return!0}if(3==a&&3==c&&u[o(436)][o(443)](l[o(436)])){const t=u[o(455)][o(466)],e=l[o(436)][o(459)];return s[o(428)](t)&&t===e}return!1}n[t(433)][t(372)][t(441)]((()=>{const e=t;let o=!1;const i=Array[e(402)](n[e(433)][e(372)][e(378)][e(383)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(380)](t);if(e(394)==i&&r[e(431)](u)){if(e(377)==a&&(e(379)==c||e(390)==c)){const t=r[e(452)](u);if(n[e(458)]){const n=t[e(426)]()[e(451)]();if(s[e(428)](n))continue;r[e(465)](t),o=!0}}if(e(461)==a&&e(422)==c&&!n[e(458)]){const t=r[e(452)](u);t[e(395)]&&t[e(395)][e(411)]&&(r[e(465)](t[e(395)]),o=!0)}}}return o})),this[t(397)](o)}[Go(397)](t){const e=Go,n=this[e(432)],r=n[e(400)];n[e(456)][e(406)](e(462))[e(407)][e(447)]((n=>{const s=e;if(s(377)!=n[s(387)]&&s(437)!=n[s(387)])return;const{data:o}=n;if(!o||s(418)!=o[s(468)])return;const i=o[s(391)][0][s(389)];return function(t){const e=s;return{type:e(435),content:zr(r,e(424),t)}}(s(376)===i?zr(r,s(425)):t[i]||i)}))}}function zo(t,e){const n=Xo();return(zo=function(t,e){return n[t-=423]})(t,e)}const Wo=zo;function Xo(){const t=["execute","2551188DgoRru","9874450bXnzax","Users","value","afterInit","TrackChangesEditing","listenTo","55zvstOf","high","3kjkJHo","338202BUqBss","_handleImportedData","get","collaboration_features","140RwSotM","trackChanges","track_changes","1206489OlJSge","plugins","808SsiYtJ","forEach","5490apbsdq","dataInsert","bind","importWord","editor","5zziETg","_setSuggestionData","1796584BuJqwE","2124492YSdaEW","_trackChangesValueDuringImport","commands","_trackChangesExecuted","lowest","enableCommand"];return(Xo=function(){return t})()}!function(t,e){const n=zo,r=t();for(;;)try{if(772939===parseInt(n(440))/1+parseInt(n(423))/2*(-parseInt(n(432))/3)+-parseInt(n(451))/4*(parseInt(n(449))/5)+-parseInt(n(433))/6*(-parseInt(n(437))/7)+-parseInt(n(442))/8*(-parseInt(n(444))/9)+parseInt(n(424))/10+parseInt(n(430))/11*(-parseInt(n(452))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Ko extends t.Plugin{constructor(t){const e=zo;super(t),this[e(453)]=!1,this[e(455)]=!1}[Wo(427)](){const t=Wo,e=this[t(448)],n=e[t(454)][t(435)](t(447)),r=e[t(454)][t(435)](t(438));n&&(n.on(t(458),((e,[,n])=>{const s=t;this[s(453)]=r[s(426)],n[s(436)][s(439)]=!this[s(453)]}),{priority:t(431)}),this[t(429)](n,t(445),this[t(434)][t(446)](this)),this[t(429)](n,t(445),(()=>{const e=t;this[e(455)]&&(r[e(458)](),this[e(455)]=!1)}),{priority:t(456)}),e[t(441)][t(435)](t(428))[t(457)](t(447)))}[Wo(434)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(448)][n(454)][n(435)](n(438)),o=s[n(426)];this[n(453)]!==o&&(s[n(458)](),this[n(455)]=!0),r&&r[n(443)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(448)][o(441)][o(435)](o(425)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(447)}}};this[o(448)][o(441)][o(435)](o(428))[o(450)](i)}))}}function qo(){const t=["277156dvpDQE","2646036OqzVbF","IndentEditing","registerDescriptionCallback","*Indent:* %0","has","IndentBlock","commandName","456xneGQt","95450ciwhRM","9454Mgthca","formatBlock","afterInit","getItemLabel","type","42iwXFfb","*Outdent:* %0","plugins","getItems","outdentBlock","blockIndent","locale","_registerLegacyDescription","_descriptionFactory","67MpTYmO","registerAttributeLabel","FORMAT_INDENT","12nQjEEu","794168AggjuY","19214BjnQHH","enableCommand","_registerBlockAttribute","TrackChangesEditing","outdent","indent","259345uEyWBK","9hmRCaA","indentBlock","editor","495IFmqYX","_enableDefaultAttributesIntegration","get","format"];return(qo=function(){return t})()}const Jo=Qo;function Qo(t,e){const n=qo();return(Qo=function(t,e){return n[t-=233]})(t,e)}!function(t,e){const n=Qo,r=t();for(;;)try{if(349099===parseInt(n(233))/1*(parseInt(n(262))/2)+parseInt(n(245))/3*(parseInt(n(252))/4)+parseInt(n(244))/5*(-parseInt(n(236))/6)+-parseInt(n(267))/7*(-parseInt(n(237))/8)+-parseInt(n(253))/9+-parseInt(n(261))/10*(parseInt(n(248))/11)+-parseInt(n(260))/12*(-parseInt(n(238))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Yo extends t.Plugin{[Jo(264)](){const t=Jo,e=this[t(247)],n=e[t(269)][t(250)](t(241));if(e[t(269)][t(257)](t(254))&&(n[t(239)](t(243)),n[t(239)](t(242))),e[t(269)][t(257)](t(258)))for(const e of[t(246),t(271)])n[t(249)](e);const r=e[t(273)];n[t(240)](t(272)),n[t(275)][t(234)](t(272),zr(r,t(235))),this[t(274)]()}[Jo(274)](){const t=Jo,e=this[t(247)],n=e[t(273)],r=e[t(269)][t(250)](t(241));r[t(275)][t(255)]((e=>{const s=t;if(s(263)!=e[s(266)])return;const{data:o}=e;if(!o)return;if(s(246)!=o[s(259)]&&s(271)!=o[s(259)])return;const i=e[s(270)]()[0],a=r[s(275)][s(265)](i);return s(246)==o[s(259)]?{type:s(251),content:zr(n,s(256),a)}:s(271)==o[s(259)]?{type:s(251),content:zr(n,s(268),a)}:void 0}))}}function Zo(){var t=["610CIKQRM","6VSLOtP","7827576nGrFSW","1060524IaDfwn","input","2238856gsmShk","plugins","TrackChangesEditing","enableCommand","1558942RRZWYP","224199mrQsbZ","1375GZDaEH","get","25776179ZrvMPm","init","21slskhE","editor","8440HfDIIG","requires"];return(Zo=function(){return t})()}function $o(t,e){var n=Zo();return($o=function(t,e){return n[t-=184]})(t,e)}var ti=$o;!function(t,e){for(var n=$o,r=t();;)try{if(928669===-parseInt(n(195))/1+parseInt(n(201))/2*(-parseInt(n(193))/3)+parseInt(n(190))/4*(parseInt(n(184))/5)+parseInt(n(194))/6+parseInt(n(188))/7*(parseInt(n(197))/8)+-parseInt(n(202))/9*(parseInt(n(192))/10)+parseInt(n(186))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class ei extends t.Plugin{static get[ti(191)](){return[vs.Input]}[ti(187)](){var t=ti;this[t(189)][t(198)][t(185)](t(199))[t(200)](t(196))}}const ni=si;function ri(){const t=["format","key","toLowerCase","linkHref","commandName","LinkEditing","get","map","932158yUvfoS","locale","66QXgzmz","manualDecorators","commands","formatInline","attribute","1JRZNku","editor","*Remove link*","*Set link:* %0","label","plugins","_registerLegacyDescription","373064Yxvpqm","type","link (","newValue","commandParams","registerDescriptionCallback","registerAttributeLabel","_descriptionFactory","TrackChangesEditing","afterInit","unlink","12lduinm","11KrDHTv","_enableDefaultAttributesIntegration","207raKJnH","2046050kfCAOP","1362700hXsyLq","595966WxoQgT","1129074eDtxvf","has","link","43518000EJkkpS"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=438]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(567750===parseInt(n(477))/1*(-parseInt(n(470))/2)+-parseInt(n(458))/3*(parseInt(n(451))/4)+parseInt(n(455))/5+parseInt(n(472))/6*(-parseInt(n(457))/7)+-parseInt(n(440))/8*(parseInt(n(454))/9)+parseInt(n(456))/10+-parseInt(n(452))/11*(-parseInt(n(461))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(449)](){const t=ni,e=this[t(478)];if(!e[t(438)][t(459)](t(467)))return;const n=e[t(438)][t(468)](t(448)),r=e[t(474)][t(468)](t(460));n[t(453)](t(460),[t(465),...r[t(473)][t(469)]((t=>t.id))]),n[t(453)](t(450));for(const e of r[t(473)])n[t(447)][t(446)](e.id,t(442)+e[t(481)][t(464)]()+")");n[t(447)][t(445)]((n=>{const r=t;if(r(476)!=n[r(441)])return;const{data:s}=n;if(!s||r(465)!=s[r(463)])return;const o=s[r(443)],i=e[r(471)];return{type:r(462),content:null==o?zr(i,r(479)):zr(i,r(480),'"'+o+'"')}})),this[t(439)]()}[ni(439)](){const t=ni,e=this[t(478)],n=e[t(471)];e[t(438)][t(468)](t(448))[t(447)][t(445)]((e=>{const r=t;if(r(475)!=e[r(441)])return;const{data:s}=e;if(s){if(r(460)==s[r(466)]){const t=s[r(444)][0];return{type:r(462),content:zr(n,r(480),'"'+t+'"')}}return r(450)==s[r(466)]?{type:r(462),content:zr(n,r(479))}:void 0}}))}}function ii(t,e){const n=fi();return(ii=function(t,e){return n[t-=423]})(t,e)}const ai=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(985432===parseInt(n(480))/1+-parseInt(n(428))/2+-parseInt(n(434))/3*(-parseInt(n(475))/4)+parseInt(n(458))/5*(-parseInt(n(487))/6)+parseInt(n(468))/7*(-parseInt(n(471))/8)+parseInt(n(465))/9+parseInt(n(486))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ai(437)](){const t=ai,e=this[t(497)],n=e[t(485)];if(!e[t(438)][t(447)](t(508)))return;const r=e[t(438)][t(474)](t(445)),s=e[t(438)][t(447)](t(478));function o(t){return()=>{const n=ii,s=e[n(426)][n(488)][n(502)],o=e[n(424)][n(474)](t);if(o[n(452)])return void e[n(469)](n(444),{});const i=t[n(493)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(483)](t)[s(492)]((t=>function(t,e){const n=s;return e[n(446)](t[n(484)],n(464))&&!e[n(470)](t)}(t,r)));o=o[s(492)]((t=>!t.is(s(460),s(464))||t[s(435)](s(472))!=e));const i=new Set;for(const t of o)t.is(s(460),s(464))?i[s(476)](ui(t)):i[s(476)](t);return Array[s(483)](i)}(s[n(495)](),i,e[n(426)][n(479)]);e[n(426)][n(499)]((()=>{const e=n;for(const n of a)r[e(496)](n,{commandName:t,commandParams:[{forceValue:!o[e(452)]}],formatGroupId:e(449)},li(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(483)](t);const r=n[e(461)]((t=>e(464)!=t[e(448)]));return r>-1&&(n=n[e(493)](0,r)),n}(e[n(426)][n(488)][n(502)][n(495)]()),o=e[n(426)][n(503)](e[n(426)][n(477)](s[0],n(482)),e[n(426)][n(477)](s[s[n(489)]-1],n(500)));e[n(426)][n(499)]((()=>{const e=n;r[e(496)](o,{commandName:t,commandParams:[],formatGroupId:e(454)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(507)];for(;t&&t[n(435)](n(454))>e[n(435)](n(454));)r[n(476)](t),t=t[n(507)]}return Array[n(483)](r)}(s))}))}}r[t(442)](t(451),o(t(451))),r[t(442)](t(427),o(t(427))),s&&r[t(442)](t(441),o(t(441))),r[t(442)](t(457),i(t(457))),r[t(442)](t(439),i(t(439))),s&&r[t(442)](t(501),(()=>{const n=t,s=e[n(424)][n(474)](n(501)),o=Array[n(483)](s[n(466)]);o[n(492)]((t=>t[n(435)](n(443))!=s[n(452)])),e[n(426)][n(499)]((()=>{const t=n;for(const e of o)r[t(496)](e,{commandName:t(501),commandParams:[{forceValue:!s[t(452)]}]})}))})),r[t(505)][t(467)](t(464),(e=>zr(n,t(504),e))),r[t(505)][t(431)]((e=>{const r=t;if(r(459)!=e[r(455)]&&r(433)!=e[r(455)])return;const{data:s}=e;if(s){if(r(451)==s[r(506)]||r(427)==s[r(506)]||r(441)==s[r(506)])switch(s[r(506)][r(490)](r(498),"")){case r(430):return o(zr(n,r(456)));case r(432):return o(zr(n,r(473)));case r(423):return o(zr(n,r(453)))}if(r(457)==s[r(506)])return{type:r(491),content:zr(n,r(429),zr(n,r(504)))};if(r(439)==s[r(506)])return{type:r(491),content:zr(n,r(494),zr(n,r(504)))};if(r(501)==s[r(506)])return s[r(481)][0][r(463)]?{type:r(491),content:zr(n,r(450))}:{type:r(491),content:zr(n,r(425))}}function o(t){const e=r;return{type:e(491),content:zr(n,e(462),t)}}}))}}function ui(t){const e=ai,n=t[e(435)](e(454));if(0==n)return t;let r=t;for(;t[e(440)]&&t[e(440)].is(e(460),e(464));){const s=t[e(440)][e(435)](e(454));if(s==n)r=t[e(440)];else if(s<n)break;t=t[e(440)]}return r}function li(t){const e=ai,n=[];if(t.is(e(460),e(464))&&t[e(435)](e(454))>0){let r=t[e(507)];for(;r&&e(464)==r[e(448)]&&r[e(435)](e(454))==t[e(435)](e(454));)n[e(436)](r),r=r[e(507)]}return n}function fi(){const t=["slice","*Outdent:* %0","getSelectedBlocks","markBlockFormat","editor","List","change","end","checkTodoList","selection","createRange","ELEMENT_LIST_ITEM","_descriptionFactory","commandName","nextSibling","LegacyListEditing","todo","commands","*Uncheck item*","model","bulletedList","161702lBIquD","*Indent:* %0","bulleted","registerDescriptionCallback","numbered","formatInline","3gwSXBk","getAttribute","push","afterInit","plugins","outdentList","previousSibling","todoList","enableCommand","todoListChecked","paragraph","TrackChangesEditing","checkChild","has","name","blockName","*Check item*","numberedList","value","ELEMENT_TODO_LIST","listIndent","type","ELEMENT_BULLETED_LIST","indentList","6280YujyMm","formatBlock","element","findIndex","*Change to:* %0","forceValue","listItem","3689541XyuorS","_selectedElements","registerElementLabel","301SJrVgj","execute","isObject","351896BrxyeB","listType","ELEMENT_NUMBERED_LIST","get","933040jBmLsF","add","createPositionAt","LegacyTodoListEditing","schema","33206uvwjtV","commandParams","before","from","parent","locale","33727730oGJflL","5214SSLAHy","document","length","replace","format","filter"];return(fi=function(){return t})()}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=427]})(t,e)}function di(){const t=["TrackChangesEditing","registerDescriptionCallback","216LNeDTy","1993828kaUZpN","commandParams","handleListStyleCommand","styles","backward","numbered","config","enableCommand","83673cGeMxm","listItem","listStyle","document","2460052GKowCO","list.properties","2345124XpeZJm","getSelectedBlocks","format","model","parent","5cBKtGg","*Format:* set order to reversed","locale","_getSuggestionBlocks","commandName","355044JkErUJ","ELEMENT_","forward","reversed","map","length","plugins","_LIST_","markMultiRangeBlockFormat","getAttribute","filter","listStart","bind","toUpperCase","LegacyListUtils","startIndex","createPositionAt","84233pyyylj","flat","getFirstPosition","unshift","*Change to:* %0","has","createRange","_descriptionFactory","getListTypeFromListStyleType","type","change","push","handleDescriptions","replace","handleListReversedCommand","LegacyListPropertiesEditing","getLastPosition","editor","listType","*Format:* set start index to %0","formatInline","selection","handleListStartCommand","_getTranslationKeyForListStyle","getSiblingNodes","_getSuggestionBlocksForListStyle","733930lbSsEc","afterInit","from","before","listReversed","formatBlock","*Format:* set order to regular","get","element"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(340036===parseInt(n(466))/1+parseInt(n(492))/2+-parseInt(n(449))/3+parseInt(n(504))/4+parseInt(n(444))/5*(-parseInt(n(439))/6)+-parseInt(n(437))/7+-parseInt(n(503))/8*(-parseInt(n(433))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(493)](){const t=hi;if(!this[t(483)][t(455)][t(471)](t(481)))return;const e=this[t(483)][t(431)][t(499)](t(438)),n=this[t(483)][t(455)][t(499)](t(501));e[t(428)]&&n[t(432)](t(435),this[t(427)][t(461)](this)),e[t(452)]&&n[t(432)](t(496),this[t(480)][t(461)](this)),e[t(464)]&&n[t(432)](t(460),this[t(488)][t(461)](this)),n[t(473)][t(502)](this[t(478)][t(461)](this))}[hi(427)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(491)]();this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](s,{commandName:t(435),commandParams:[{type:e[t(475)]}],formatGroupId:t(435)})}))}[hi(480)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(447)]((t=>t.is(n(500),n(434))&&n(430)===t[n(458)](n(484))));if(s[n(454)]<1)return;const o=s[n(453)]((t=>this[n(483)][n(442)][n(472)](this[n(483)][n(442)][n(465)](t,n(495)),this[n(483)][n(442)][n(465)](t,0))));this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](o,{commandName:t(496),commandParams:[{reversed:e[t(452)]}],formatGroupId:t(496)})}))}[hi(488)](t,e={}){const n=hi,r=this[n(483)][n(455)][n(499)](n(501)),s=this[n(447)]((t=>t.is(n(500),n(434))&&n(430)===t[n(458)](n(484))));if(s[n(454)]<1)return;const o=s[n(453)]((t=>this[n(483)][n(442)][n(472)](this[n(483)][n(442)][n(465)](t,n(495)),this[n(483)][n(442)][n(465)](t,0))));this[n(483)][n(442)][n(476)]((()=>{const t=n;r[t(457)](o,{commandName:t(460),commandParams:[{startIndex:e[t(464)]}],formatGroupId:t(460)})}))}[hi(478)](t){const e=hi;if(e(497)!=t[e(475)]&&e(486)!=t[e(475)])return;const n=this[e(483)][e(446)],{data:r}=t;if(!r)return;let s,o;switch(r[e(448)]){case e(435):s=e(470),o={type:e(441),content:zr(n,s,zr(n,this[e(489)](r[e(505)][0][e(475)])))};break;case e(496):s=r[e(505)][0][e(452)]?e(445):e(498),o={type:e(441),content:zr(n,s)};break;case e(460):s=e(485),o={type:e(441),content:zr(n,s,r[e(505)][0][e(464)])}}return o}[hi(491)](){const t=hi;var e,n,r,s;const o=this[t(483)][t(455)][t(499)](t(463));let i=Array[t(494)](this[t(483)][t(442)][t(436)][t(487)][t(440)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(500),t(434)))&&i[t(469)](...o[t(490)](this[t(483)][t(442)][t(436)][t(487)][t(468)](),t(429))),(null===(n=i[i[t(454)]-1])||void 0===n?void 0:n.is(t(500),t(434)))&&i[t(477)](...o[t(490)](this[t(483)][t(442)][t(436)][t(487)][t(482)](),t(451))),i=[...new Set(i)],(null===(s=null===(r=this[t(483)][t(442)][t(436)][t(487)][t(468)]())||void 0===r?void 0:r[t(443)])||void 0===s?void 0:s.is(t(500),t(434)))&&(i=i[t(459)]((e=>e.is(t(500),t(434))))),i}[hi(447)](t){const e=hi,n=this[e(483)][e(455)][e(499)](e(463));let r=Array[e(494)](this[e(483)][e(442)][e(436)][e(487)][e(440)]())[e(459)](t)[e(453)]((t=>{const r=e,s=this[r(483)][r(442)][r(465)](t,0);return[...n[r(490)](s,r(429)),...n[r(490)](s,r(451))]}))[e(467)]();return r=[...new Set(r)],r}[hi(489)](t){const e=hi;return e(450)+this[e(483)][e(455)][e(499)](e(463))[e(474)](t)[e(462)]()+e(456)+t[e(462)]()[e(479)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=354]})(t,e)}function Ei(){const t=["afterInit","plugins","showSuggestionHighlights","div","editor","media","_descriptionFactory","2421832PGehEy","stop","6983316iQcSuz","1887wIfilR","conversion","2289590LsLzJW","locale","15laRGDz","367951KMoswa","get","elementToElement","attribute:url:media","registerElementLabel","has","high","3868332RZbLSs","7JNhsec","createEmptyElement","data","downcastDispatcher","500OoKmwU","dataDowncast","enableCommand","ELEMENT_MEDIA","378292MsnGOD","MediaEmbedEditing","TrackChangesEditing","for","mediaEmbed","options"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(473504===-parseInt(n(388))/1+parseInt(n(363))/2*(parseInt(n(383))/3)+parseInt(n(367))/4*(parseInt(n(387))/5)+-parseInt(n(358))/6*(-parseInt(n(359))/7)+parseInt(n(380))/8+-parseInt(n(382))/9+parseInt(n(385))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(373)](){const t=mi,e=this[t(377)];if(!e[t(374)][t(356)](t(368)))return;const n=e[t(374)][t(389)](t(369)),r=e[t(386)];n[t(365)](t(371)),n[t(379)][t(355)](t(378),(e=>zr(r,t(366),e))),e[t(384)][t(370)](t(364))[t(390)]({model:t(378),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(375)])return n[s(360)](s(376))},converterPriority:t(357)}),e[t(361)][t(362)].on(t(354),((e,n,r)=>{const s=t;r[s(372)][s(375)]&&e[s(381)]()}),{priority:t(357)})}}const Ti=yi;function _i(){const t=["mention","editor","TrackChangesEditing","67859dxKSsJ","afterInit","5426826sQjnGd","1242wKrJvF","57144utfXSv","926186JjXJIT","6860jIRAyx","get","enableCommand","8444121GJPHyW","has","558608RKLaFy","5NpOset","3300644FIopch","6lRbPgn","plugins","MentionEditing"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=163]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(634413===-parseInt(n(179))/1+-parseInt(n(173))/2*(parseInt(n(182))/3)+-parseInt(n(181))/4*(parseInt(n(180))/5)+parseInt(n(170))/6+-parseInt(n(177))/7+-parseInt(n(172))/8*(parseInt(n(171))/9)+parseInt(n(174))/10*(parseInt(n(168))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(169)](){const t=Ti,e=this[t(166)];e[t(163)][t(178)](t(164))&&e[t(163)][t(175)](t(167))[t(176)](t(165))}}const ki=Ni;function Ci(){const t=["54104rkqIHD","6208345CVZhRK","afterInit","74315oPSCxD","editor","get","PageBreakEditing","10HITKAd","44PixVFx","TrackChangesEditing","ELEMENT_PAGE_BREAK","registerElementLabel","pageBreak","enableCommand","plugins","77198nANmQM","3221050IyBSgc","822FgmguJ","locale","_descriptionFactory","1329450tbDWak","3278yiDQFf","has","90izlOlD"];return(Ci=function(){return t})()}function Ni(t,e){const n=Ci();return(Ni=function(t,e){return n[t-=183]})(t,e)}!function(t,e){const n=Ni,r=t();for(;;)try{if(296327===parseInt(n(202))/1+parseInt(n(184))/2*(parseInt(n(204))/3)+-parseInt(n(195))/4*(-parseInt(n(190))/5)+-parseInt(n(183))/6+parseInt(n(203))/7+-parseInt(n(187))/8*(parseInt(n(186))/9)+parseInt(n(194))/10*(-parseInt(n(188))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ri extends t.Plugin{[ki(189)](){const t=ki,e=this[t(191)];if(!e[t(201)][t(185)](t(193)))return;e[t(201)][t(192)](t(196))[t(200)](t(199));const n=e[t(201)][t(192)](t(196)),r=e[t(205)];n[t(206)][t(198)](t(199),(e=>zr(r,t(197),e)))}}const Si=Li;function Li(t,e){const n=wi();return(Li=function(t,e){return n[t-=102]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(616760===parseInt(n(160))/1*(parseInt(n(108))/2)+-parseInt(n(103))/3*(-parseInt(n(161))/4)+-parseInt(n(155))/5+-parseInt(n(127))/6*(parseInt(n(114))/7)+-parseInt(n(171))/8*(-parseInt(n(167))/9)+parseInt(n(140))/10*(parseInt(n(119))/11)+-parseInt(n(133))/12*(parseInt(n(148))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wi);class vi extends t.Plugin{[Si(169)](){const t=Si,e=this[t(165)];if(!e[t(135)][t(106)](t(154)))return;const n=e[t(102)],r=e[t(135)][t(147)](t(159));r[t(136)][t(142)](t(126),(e=>zr(n,t(134),e))),r[t(146)](t(126)),r[t(158)](t(130)),e[t(145)][t(121)].on(t(110),Mi(e),{priority:t(131)}),e[t(166)][t(121)].on(t(110),((n,r,s)=>{const o=t;s[o(151)][o(173)]&&Mi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(131)});const s=r[t(136)];s[t(138)]((r=>{const o=t;if(o(152)!==r[o(124)])return;const{start:i,end:a}=r[o(157)]();if(!i[o(174)](a)||!i[o(139)])return;const c=e[o(168)][o(137)],u=i[o(139)];return c[o(128)](u)&&!c[o(129)](u)&&c[o(144)](u,o(143))?{type:o(152),content:zr(n,o(112),s[o(120)](u,1))}:void 0})),this[t(122)]()}[Si(122)](){const t=Si,e=this[t(165)],n=e[t(102)];e[t(135)][t(147)](t(159))[t(136)][t(138)]((e=>{const r=t;if(r(149)!=e[r(124)])return;const{data:s}=e;return s&&r(126)==s[r(156)]?{type:r(153),content:zr(n,r(117),zr(n,r(134)))}:void 0}))}}function Mi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Li,i=t[o(135)][o(147)](o(159)),a=r[o(113)][o(170)],c=r[o(113)][o(109)],u=t[o(168)][o(137)];if(!a[o(174)](c)||!a[o(139)])return;const l=a[o(139)];if(u[o(128)](l)&&!u[o(129)](l)&&u[o(144)](l,o(143))){if(!s[o(172)][o(116)](r[o(113)],n[o(115)]))return;const t=s[o(118)][o(150)](o(162),{class:o(111)}),a=s[o(141)][o(104)](c);e&&i[o(125)][o(163)](r[o(164)])&&s[o(118)][o(123)](o(107),t),s[o(118)][o(132)](a,t),s[o(141)][o(105)](t,r[o(164)])}}}function wi(){const t=["markerName","editor","data","18ZZxBTS","model","afterInit","start","4678600Qqwcmd","consumable","showSuggestionHighlights","isTouching","locale","81YxrQmg","toViewPosition","bindElementToMarker","has","ck-suggestion-marker--active","436tAskyK","end","addMarker:suggestion:insertion","ck-suggestion-marker-split","*Insert:* %0","markerRange","35NhDqCp","name","consume","*Change to:* %0","writer","1210187VMcmtP","getItemLabel","downcastDispatcher","_registerLegacyDescription","addClass","type","activeMarkers","paragraph","292962nJMdzD","isBlock","isLimit","insertParagraph","highest","insert","12viaBSx","ELEMENT_PARAGRAPH","plugins","_descriptionFactory","schema","registerDescriptionCallback","nodeAfter","10WfjUfa","mapper","registerElementLabel","$text","checkChild","editing","_enableDefaultAttributesIntegration","get","12848433ZKZWSb","formatBlock","createUIElement","options","insertion","format","Paragraph","2832740jlIfqW","commandName","getFirstRange","enableCommand","TrackChangesEditing","1045QSnLVX","134564YIPQkW","span","includes"];return(wi=function(){return t})()}const Oi=Fi;function Di(){const t=["plugins","TrackChangesEditing","4101745pZOQXz","2IIFbdG","formatInline","63tgyxIC","registerDescriptionCallback","328232tOWGZN","RemoveFormatEditing","*Remove all formatting*","_registerLegacyDescription","format","type","3257646YnpNgf","1009992JkRwot","6qTHXoe","locale","formatBlock","31702820NMaKaO","554519kbrHKv","_enableDefaultAttributesIntegration","afterInit","editor","get","5116672EGcyzJ","has","removeFormat","_descriptionFactory","commandName"];return(Di=function(){return t})()}function Fi(t,e){const n=Di();return(Fi=function(t,e){return n[t-=173]})(t,e)}!function(t,e){const n=Fi,r=t();for(;;)try{if(649845===-parseInt(n(193))/1*(parseInt(n(189))/2)+parseInt(n(199))/3+parseInt(n(181))/4+-parseInt(n(188))/5*(-parseInt(n(201))/6)+parseInt(n(176))/7+-parseInt(n(200))/8*(-parseInt(n(191))/9)+-parseInt(n(175))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Pi extends t.Plugin{[Oi(178)](){const t=Oi,e=this[t(179)];e[t(186)][t(182)](t(194))&&(e[t(186)][t(180)](t(187))[t(177)](t(183)),this[t(196)]())}[Oi(196)](){const t=Oi,e=this[t(179)];e[t(186)][t(180)](t(187))[t(184)][t(192)]((n=>{const r=t;if(r(174)!=n[r(198)]&&r(190)!=n[r(198)])return;const{data:s}=n;return s&&r(183)==s[r(185)]?{type:r(197),content:zr(e[r(173)],r(195))}:void 0}))}}const xi=Ui;function Bi(){const t=["1652254eDlbTH","892900xQXBJT","discardSelectedSuggestions","get","10650750PCkriM","editor","acceptSuggestion","acceptSelectedSuggestions","plugins","1720274CalMuS","discardAllSuggestions","13239064cpqcgm","enableCommand","50hIWeDf","RestrictedEditingModeEditing","trackChanges","527512zpQBLH","7hlMoVj","acceptAllSuggestions","goToNextRestrictedEditingException","afterInit","9mkdCWC","discardSuggestion","has","TrackChangesEditing","1515882XfaDji","goToPreviousRestrictedEditingException"];return(Bi=function(){return t})()}function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=120]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(897849===parseInt(n(133))/1+parseInt(n(142))/2+-parseInt(n(131))/3+parseInt(n(122))/4*(-parseInt(n(146))/5)+parseInt(n(137))/6+-parseInt(n(123))/7*(parseInt(n(144))/8)+-parseInt(n(127))/9*(-parseInt(n(134))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[xi(126)](){const t=xi,e=this[t(138)];if(!e[t(141)][t(129)](t(120)))return;const n=e[t(141)][t(136)](t(130));n[t(145)](t(132)),n[t(145)](t(125));const r=e[t(141)][t(136)](t(120));r[t(145)](t(121)),r[t(145)](t(139)),r[t(145)](t(128)),r[t(145)](t(124)),r[t(145)](t(143)),r[t(145)](t(140)),r[t(145)](t(135))}}const Gi=Vi;function Vi(t,e){const n=Hi();return(Vi=function(t,e){return n[t-=278]})(t,e)}function Hi(){const t=["showSuggestionHighlights","split","span","element","_descriptionFactory","4772228ksIzTO","registerElementLabel","createUIElement","high","addClass","toViewPosition","merge","bindElementToMarker","insert","activeMarkers","get","ELEMENT_LINE_BREAK","downcastDispatcher","softBreak","consumable","createPositionBefore","511FgMZjE","4467075EZJpFr","shiftEnter","addMarker:suggestion:deletion","editor","14323520MQIlZC","plugins","includes","getItems","mapper","init","writer","enableCommand","markerRange","ck-suggestion-marker--active","1235264KazQMA","66062205gbiZXP","name","model","data","addMarker:suggestion","test","134988qbSeYu","5VdHCTo","locale","editing","3129426dVSBSv","markerName","options","deletion","ck-suggestion-marker-","addMarker:suggestion:insertion","TrackChangesEditing","requires"];return(Hi=function(){return t})()}!function(t,e){const n=Vi,r=t();for(;;)try{if(895920===parseInt(n(322))/1+-parseInt(n(278))/2+-parseInt(n(308))/3+-parseInt(n(291))/4*(parseInt(n(330))/5)+-parseInt(n(329))/6*(parseInt(n(307))/7)+-parseInt(n(312))/8+parseInt(n(323))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hi);class zi extends t.Plugin{static get[Gi(285)](){return[Qs.ShiftEnter]}[Gi(317)](){const t=Gi,e=this[t(311)],n=e[t(313)][t(301)](t(284));n[t(319)](t(309)),e[t(332)][t(303)].on(t(283),Wi(e),{priority:t(294)}),e[t(332)][t(303)].on(t(310),Wi(e),{priority:t(294)}),e[t(326)][t(303)].on(t(327),((n,r,s)=>{const o=t;s[o(280)][o(286)]&&Wi(e,{showActiveMarker:!1})(n,r,s)})),n[t(290)][t(292)](t(304),(n=>zr(e[t(331)],t(302),n)))}}function Wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Vi,i=t[o(313)][o(301)](o(284));if(!s[o(305)][o(328)](r[o(320)],n[o(324)]))return;const a=t[o(325)];for(const t of r[o(320)][o(315)]()){if(!t.is(o(289),o(304)))continue;const n=o(281)==r[o(279)][o(287)](":")[1]?o(297):o(287),c=s[o(318)][o(293)](o(288),{class:o(282)+n}),u=s[o(316)][o(296)](a[o(306)](t));e&&i[o(300)][o(314)](r[o(279)])&&s[o(318)][o(295)](o(321),c),s[o(318)][o(299)](u,c),s[o(316)][o(298)](c,r[o(279)])}}}function Xi(t,e){const n=qi();return(Xi=function(t,e){return n[t-=493]})(t,e)}const Ki=Xi;function qi(){const t=["has","editor","enableCommand","markInlineFormat","FORMAT_RESTRICTED_ENABLED","45753QoqcVt","getRanges","isCollapsed","813936eaxfxz","plugins","forceValue","value","TrackChangesEditing","commandName","type","from","100692PWQzHu","formatBlock","selection","6945oIrlmI","_descriptionFactory","change","registerDescriptionCallback","document","1096wwVbQC","1695492QXQfMT","restrictedEditingException","2108120pGUvSS","commandParams","format","model","afterInit","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","locale","80xvssvJ","get","252917hpohGH","formatInline","commands","2ALxYgY"];return(qi=function(){return t})()}!function(t,e){const n=Xi,r=t();for(;;)try{if(284041===-parseInt(n(495))/1+-parseInt(n(530))/2*(-parseInt(n(498))/3)+-parseInt(n(514))/4*(-parseInt(n(509))/5)+parseInt(n(506))/6+parseInt(n(527))/7*(-parseInt(n(525))/8)+-parseInt(n(515))/9+parseInt(n(517))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qi);class Ji extends t.Plugin{[Ki(521)](){const t=Ki,e=this[t(532)],n=e[t(520)],r=e[t(524)];if(!e[t(499)][t(531)](t(523)))return;const s=e[t(499)][t(526)](t(502)),o=t(516),i=e[t(529)][t(526)](o);s[t(533)](o,((e,r={})=>{const a=t,c=n[a(513)][a(508)];if(c[a(497)])return void e(r);const u=void 0!==r[a(500)]?r[a(500)]:!i[a(501)];n[a(511)]((()=>{const t=a,e=Array[t(505)](c[t(496)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(493)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(510)][t(512)]((e=>{const n=t;if(n(507)!=e[n(504)]&&n(528)!=e[n(504)])return;const{data:s}=e;return s&&s[n(503)]==o?s[n(518)][0][n(500)]?{type:n(519),content:zr(r,n(494))}:{type:n(519),content:zr(r,n(522))}:void 0}))}}function Qi(){const t=["1181576uzygAu","33bNiFAq","565NFeQRe","_descriptionFactory","editor","add","formatBlock","TrackChangesEditing","StyleUtils","registerDescriptionCallback","getGhsAttributeNameForElement","get","_registerInlineAttribute","styleName","plugins","ghsAttributes","15524CgNFfw","definitions","has","block","12066jtctwH","toLowerCase","registerAttributeLabel","style","Style","*Set format:* %0","inline","commandName","afterInit","41028CiFqFm","normalizeConfig","element","forceValue","formatInline","_registerBlockAttribute","GeneralHtmlSupport","FORMAT_STYLE","DataSchema","1048LNaOrG","10962bWerPj","2499525fJXTfj","config","90fsPLCj","locale","commandParams","20pDwzvH","format","_registerLegacyDescription","type","64135sqcmbc","_enableDefaultAttributesIntegration","*Remove format:* %0"];return(Qi=function(){return t})()}const Yi=Zi;function Zi(t,e){const n=Qi();return(Zi=function(t,e){return n[t-=475]})(t,e)}!function(t,e){const n=Zi,r=t();for(;;)try{if(330801===-parseInt(n(481))/1+-parseInt(n(500))/2*(-parseInt(n(526))/3)+parseInt(n(484))/4+parseInt(n(486))/5*(parseInt(n(504))/6)+-parseInt(n(523))/7*(-parseInt(n(522))/8)+parseInt(n(524))/9*(-parseInt(n(477))/10)+parseInt(n(485))/11*(-parseInt(n(513))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Yi(512)](){const t=Yi,e=this[t(488)];if(!e[t(498)][t(502)](t(508))||!e[t(498)][t(502)](t(521)))return;const n=e[t(498)][t(495)](t(491)),r=e[t(475)],s=e[t(525)][t(495)](t(507))||{},o=e[t(498)][t(495)](t(519)),i=e[t(498)][t(495)](t(492))[t(514)](e[t(498)][t(495)](t(521)),s[t(501)]);n[t(482)](t(507));const a=new Set;for(const e of i[t(503)]){const n=o[t(494)](e[t(515)]);a[t(489)](n)}const c=new Set;for(const e of i[t(510)]){const n=o[t(494)](e[t(515)]);c[t(489)](n);for(const n of e[t(499)])c[t(489)](n)}for(const e of a)n[t(518)](e),n[t(487)][t(506)](e,zr(r,t(520)));for(const e of c)n[t(496)](e),n[t(487)][t(506)](e,zr(r,t(520)));this[t(479)]()}[Yi(479)](){const t=Yi,e=this[t(488)],n=e[t(475)];e[t(498)][t(495)](t(491))[t(487)][t(493)]((e=>{const r=t;if(r(490)!=e[r(480)]&&r(517)!=e[r(480)])return;const{data:s}=e;return s&&r(507)===s[r(511)]?s[r(476)][0][r(516)]?{type:r(478),content:zr(n,r(509),s[r(476)][0][r(497)][r(505)]())}:{type:r(478),content:zr(n,r(483),s[r(476)][0][r(497)][r(505)]())}:void 0}))}}const ta=ra;!function(t,e){const n=ra,r=t();for(;;)try{if(810777===-parseInt(n(182))/1+-parseInt(n(164))/2+-parseInt(n(166))/3*(parseInt(n(188))/4)+parseInt(n(186))/5+-parseInt(n(190))/6*(-parseInt(n(322))/7)+-parseInt(n(305))/8*(-parseInt(n(169))/9)+parseInt(n(189))/10*(-parseInt(n(229))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(sa);class ea extends t.Plugin{constructor(t){const e=ra;super(t),this[e(277)]=[e(244),e(310)],this[e(278)]=new Set}[ta(199)](){const t=ta,e=this[t(245)],n=e[t(223)][t(298)][t(210)];if(!e[t(214)][t(303)](t(259)))return;const r=e[t(201)],s=e[t(214)][t(256)](t(179)),o=e[t(214)][t(256)](t(319));s[t(318)][t(315)](t(206),(e=>zr(r,t(304),e))),this[t(232)](),s[t(270)](t(271)),s[t(270)](t(243)),s[t(270)](t(250));for(const r of[t(238),t(225)]){const i=e[t(249)][t(256)](r);s[t(270)](r,(r=>{const a=t;e[a(223)][a(273)]((t=>{const e=a;r();const c=e(236)===i[e(261)],u=o[e(173)](n),l=o[e(240)](u),f=c?l[e(174)]-1:l[e(215)]+1,h=u[0][e(178)](e(206)),g=o[e(208)](h,{startRow:f,endRow:f}),d=Array[e(204)](g)[e(290)]((n=>t[e(220)](n[e(247)])));s[e(171)](d,e(244))}))}))}for(const r of[t(266),t(299)]){const i=e[t(249)][t(256)](r);s[t(270)](r,(r=>{const a=t;e[a(223)][a(273)]((t=>{const e=a;r();const c=e(231)===i[e(261)],u=o[e(173)](n),l=o[e(205)](u),f=c?l[e(174)]-1:l[e(215)]+1,h=u[0][e(178)](e(206)),g=o[e(208)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(204)](g)[e(290)]((n=>t[e(220)](n[e(247)])));s[e(171)](d,e(310))}))}))}for(const r of[t(268),t(306)]){const i=r[t(275)](11),a=i[t(170)](),c=a[t(275)](0,3)+t(317),u=t(206)+i,l=t(180)+i,f=t(196)+i;s[t(270)](r,(()=>{const i=t;e[i(223)][i(273)]((t=>{const e=i,h=o[e(173)](n),g=h[0][e(178)](e(206));let d;if(e(268)==r){const t=o[e(240)](h);d={startRow:t[e(174)],endRow:t[e(215)],includeAllSlots:!0}}else{const t=o[e(205)](h);d={startColumn:t[e(174)],endColumn:t[e(215)],includeAllSlots:!0}}const p=o[e(208)](g,d),m=Array[e(204)](p)[e(290)]((({cell:t})=>t)),I=na(m[e(234)]((t=>t[e(279)](c)))),E=na(m[e(234)]((t=>!t[e(279)](c))))[e(290)]((n=>t[e(220)](n))),b=s[e(257)](E,u);if(b&&(e(244)==b[e(269)]||e(310)==b[e(269)])){const n=this[e(246)](b);for(const r of I){const s=t[e(220)](r),i=o[e(226)](r),u=r[e(194)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(184)](s)}}}))}))}function c(r){const s=t,o=Array[s(204)](n[s(218)]())[s(290)]((t=>i.LiveRange[s(255)](t)));e[s(223)][s(273)]((t=>{const n=s,i=t[n(267)];r=r[n(234)]((t=>n(172)!=t[n(221)][n(308)])),t[n(197)](r),e[n(249)][n(256)](n(268))[n(239)](),e[n(212)](n(268),{forceDefaultExecution:!0}),e[n(223)][n(168)]((()=>{const t=n;e[t(223)][t(168)](i,(e=>{const n=t,r=o[n(234)]((t=>n(172)!=t[n(221)][n(308)]));r[n(297)]>0&&e[n(197)](r);for(const t of o)t[n(288)]()}))}))}))}function u(r){const s=t;e[s(223)][s(273)]((t=>{const o=s,a=Array[o(204)](n[o(218)]())[o(290)]((t=>i.LiveRange[o(255)](t))),c=[];for(const t of r)for(const e of t[o(227)]({shallow:!0}))c[o(165)](e);for(const n of c)o(172)!=n[o(221)][o(308)]&&(t[o(197)](t[o(323)](n,0)),e[o(249)][o(256)](o(306))[o(239)](),e[o(212)](o(306),{forceDefaultExecution:!0}));const u=a[o(234)]((t=>o(172)!=t[o(221)][o(308)]));u[o(297)]>0&&t[o(197)](u);for(const t of a)t[o(288)]()}))}function l(e,n){const r=t;return n[r(284)]((t=>e[r(181)]((e=>e[r(262)][r(286)](t[r(276)])||t[r(262)][r(286)](e[r(276)])))))}function f(e,n){const r=t;return e[r(181)]((t=>n[r(181)]((e=>t[r(262)][r(195)](e[r(276)])))))}e[t(233)][t(263)].on(t(209),((e,n,r)=>{const s=t;if(!r[s(313)][s(230)])return;const o=n[s(162)];if(!o)return;const i=r[s(202)][s(260)](o);function c(t){return Array[s(207)](t)?t:[t]}i&&s(228)===o[s(294)]&&(0,a.setHighlightHandling)(i,r[s(216)],((t,e,n)=>n[s(265)](c(e[s(283)]),t)),((t,e,n)=>n[s(211)](c(e[s(283)]),t)))}),{priority:t(241)}),s[t(318)][t(272)]((e=>{const n=t;if(n(224)!=e[n(282)]&&n(311)!=e[n(282)])return;const s=e[n(193)]();if(null!=s&&s.is(n(301),n(206))){if(n(224)==e[n(282)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)]));if(t[n(297)])return{type:n(224),content:zr(r,n(203),zr(r,n(252),'"'+t[n(295)](" ")+'"'))}}if(n(311)==e[n(282)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)]));if(t[n(297)])return{type:n(311),content:zr(r,n(248),zr(r,n(252),'"'+t[n(295)](" ")+'"'))}}}})),s[t(318)][t(272)]((e=>{const n=t;if(n(244)==e[n(269)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)])),s=this[n(246)](e),o=s[n(281)]-s[n(296)]+1;if(n(224)==e[n(282)])return t[n(297)]?{type:n(224),content:zr(r,n(203),zr(r,n(321),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(224),content:zr(r,n(203),zr(r,n(312),o))};if(n(311)==e[n(282)])return t[n(297)]?{type:n(311),content:zr(r,n(248),zr(r,n(321),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(311),content:zr(r,n(248),zr(r,n(312),o))}}if(n(310)==e[n(269)]){const t=e[n(227)]()[n(234)]((t=>t.is(n(251))))[n(290)]((t=>t[n(233)])),s=this[n(246)](e),o=s[n(307)]-s[n(324)]+1;if(n(224)==e[n(282)])return t[n(297)]?{type:n(224),content:zr(r,n(203),zr(r,n(222),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(224),content:zr(r,n(203),zr(r,n(183),o))};if(n(311)==e[n(282)])return t[n(297)]?{type:n(311),content:zr(r,n(248),zr(r,n(222),[o,'"'+t[n(295)](" ")+'"']))}:{type:n(311),content:zr(r,n(248),zr(r,n(183),o))}}})),s[t(198)][t(302)](t(224),t(244),t(291),c),s[t(198)][t(302)](t(311),t(244),t(242),c),s[t(198)][t(302)](t(224),t(310),t(291),u),s[t(198)][t(302)](t(311),t(310),t(242),u),s[t(198)][t(302)](t(224),t(310),t(295),l),s[t(198)][t(302)](t(311),t(310),t(295),l),s[t(198)][t(302)](t(224),t(244),t(295),f),s[t(198)][t(302)](t(311),t(244),t(295),f)}[ta(175)](){const t=ta,e=this[t(245)],n=e[t(223)][t(298)][t(210)];return(r,s)=>{const o=t;e[o(223)][o(273)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(262)][a(185)];u&&u[0]&&!1===u[0][a(237)]&&(l=r[0][a(276)][a(300)]);const f=t[a(217)](l);if(a(172)==f[a(221)][a(308)])return;const h=Array[a(204)](n[a(218)]())[a(290)]((t=>i.LiveRange[a(255)](t)));t[a(197)](f),e[a(249)][a(256)](c)[a(239)](),u[a(165)]({forceDefaultExecution:!0}),e[a(212)](c,...u);const g=h[a(234)]((t=>a(172)!=t[a(221)][a(308)]));g[a(297)]>0&&t[a(197)](g);for(const t of h)t[a(288)]()}))}}[ta(309)](t){const e=ta,n=this[e(245)][e(214)][e(256)](e(319));let r=Number[e(200)],s=Number[e(192)],o=Number[e(200)],i=Number[e(192)];for(const a of t){if(e(172)==a[e(221)][e(308)])continue;const{row:t,column:c}=n[e(226)](a),u=a[e(279)](e(264))?a[e(194)](e(264))-1:0,l=a[e(279)](e(235))?a[e(194)](e(235))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[ta(232)](){const t=ta,e=this[t(245)],n=e[t(214)][t(256)](t(179)),r=e[t(214)][t(256)](t(319));e[t(223)][t(298)].on(t(287),(()=>{const r=t,s=Array[r(204)](e[r(223)][r(298)][r(167)][r(293)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(314)](t);if(r(254)!=s)continue;if(null!=e[r(191)])continue;const a=n[r(253)](o);this[r(277)][r(176)](i)&&this[r(278)][r(163)](a)}}),{priority:t(320)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(220)](e),a=e[s(178)](s(206)),c=r[s(226)](e);for(const t of this[s(278)]){const n=t[s(269)],r=n[s(219)](s(187)),u=n[s(275)](r?10:5),l=u[s(170)](),f=l[s(275)](0,3)+s(317),h=s(180)+u,g=s(196)+u;if(!t[s(289)])continue;if(a!=t[s(292)]()[s(276)][s(178)](s(206)))continue;if(t[s(274)](i))continue;const d=e[s(279)](f)?e[s(194)](f)-1:0,p=this[s(246)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(184)](i),o=!0)}return o};e[t(223)][t(298)][t(285)]((n=>{const r=t;let o=!1;for(const t of e[r(223)][r(298)][r(167)][r(258)]())if(r(316)==t[r(282)])if(r(244)==t[r(294)])for(const e of t[r(213)][r(300)][r(280)]())o=o||s(e,n);else r(228)==t[r(294)]&&(o=o||s(t[r(213)][r(300)],n));return o}))}[ta(246)](t){const e=ta;return this[e(309)](t[e(218)]()[e(290)]((t=>t[e(276)][e(300)])))}}function na(t){const e=ta;return Array[e(204)](new Set(t)[e(177)]())}function ra(t,e){const n=sa();return(ra=function(t,e){return n[t-=162]})(t,e)}function sa(){const t=["8frAWXD","removeTableColumn","maxColumn","rootName","_getCoordsForCells","tableColumn","deletion","ELEMENT_TABLE_ROW","options","_splitMarkerName","registerElementLabel","insert","span","_descriptionFactory","TableUtils","low","ELEMENT_TABLE_ROW_WITH_TEXT","63PBPDbR","createPositionAt","minColumn","item","add","1657928ptiztd","push","60JimGVF","differ","enqueueChange","3327237jtXRQy","toLowerCase","markMultiRangeInsertion","$graveyard","getSelectionAffectedTableCells","first","_acceptFormatSuggestionCallbackFactory","includes","values","findAncestor","TrackChangesEditing","min","some","894257NbcfIR","ELEMENT_TABLE_COLUMN","addRange","nodeBefore","3841000QbUwaq","tablePaste","8220EUFTga","530qXtiEt","1064172cCXIdk","oldRange","MIN_SAFE_INTEGER","getContainedElement","getAttribute","isTouching","max","setSelection","_suggestionFactory","afterInit","MAX_SAFE_INTEGER","locale","mapper","*Insert:* %0","from","getColumnIndexes","table","isArray","createTableWalker","addMarker:suggestion","selection","removeClass","execute","position","plugins","last","writer","createRangeIn","getRanges","startsWith","createRangeOn","root","ELEMENT_TABLE_COLUMN_WITH_TEXT","model","insertion","insertTableRowBelow","getCellLocation","getItems","tableCell","33011GCFLEh","showSuggestionHighlights","left","_setupColumnsRowsFixing","data","filter","colspan","above","forceValue","insertTableRowAbove","refresh","getRowIndexes","highest","accept","selectTableRow","tableRow","editor","_getSuggestionCoords","cell","*Remove:* %0","commands","selectTableColumn","$textProxy","ELEMENT_TABLE_WITH_TEXT","getSuggestion","suggestion","fromRange","get","markMultiRangeDeletion","getChanges","TableEditing","toViewElement","order","end","downcastDispatcher","rowspan","addClass","insertTableColumnLeft","batch","removeTableRow","subType","enableCommand","insertTable","registerDescriptionCallback","change","isIntersectingWithRange","substr","start","_tablePostFixingSubtypes","_tableSuggestions","hasAttribute","getChildren","maxRow","type","classes","every","registerPostFixer","isEqual","change:data","detach","isInContent","map","discard","getFirstRange","getChangedMarkers","name","join","minRow","length","document","insertTableColumnRight","nodeAfter","element","registerCustomCallback","has","ELEMENT_TABLE"];return(sa=function(){return t})()}const oa=aa;function ia(){const t=["find","has","mergeTableCellDown","type","containsRange","createTableWalker","element","set:isEnabled","getRanges","4067670DgJTJH","3292915mOqYSe","tableCell","size","_areMergableCells","execute","getSuggestions","commands","requires","formatBlock","map","getCellLocation","8202857TGIVhy","rootName","_suggestionFactory","enableCommand","selection","subType","mergeTableCellUp","trackChanges","markBlockFormat","TableEditing","144ePoWPU","mergeTableCells","from","splitTableCellHorizontally","registerDescriptionCallback","stop","forceDefaultExecution","format","getFirstPosition","35qguHUF","mergeTableCellRight","_descriptionFactory","_acceptFormatSuggestionCallbackFactory","840032YPSpIj","12PJsAxP","84XNLbUs","_areSelectedCellsMergable","length","afterInit","createRangeOn","3594EdeAKl","fromRange","*Split cell:* horizontally","450190qkzKhq","4SszrjP","table","model","commandName","add","detach","isEnabled","deletion","horizontally","2076019wjMmZK","document","*Split cell:* vertically","findAncestor","getAncestors","getSelectionAffectedTableCells","refresh","accept","low","root","return","push","*Merge cells*","97uewkhZ","insertion","value","author","_tablePostFixingSubtypes","plugins","formatInline","mergeTableCellLeft","TableUtils","highest","editor","filter","change","locale","$graveyard","cell","splitTableCellVertically","markMultiRangeBlockFormat","get","direction","registerCustomCallback","TrackChangesEditing","_isForcedDefaultExecutionBlock","setSelection","isInContent"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=395]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(707863===-parseInt(n(476))/1*(-parseInt(n(450))/2)+-parseInt(n(408))/3*(-parseInt(n(454))/4)+parseInt(n(409))/5*(-parseInt(n(444))/6)+-parseInt(n(439))/7*(-parseInt(n(443))/8)+parseInt(n(430))/9*(-parseInt(n(453))/10)+-parseInt(n(463))/11*(-parseInt(n(445))/12)+-parseInt(n(420))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(416)](){return[ea]}[oa(448)](){const t=oa,e=this[t(486)],n=e[t(456)][t(464)][t(424)],r=e[t(489)];if(!e[t(481)][t(400)](t(429)))return;const s=e[t(481)][t(494)](t(395)),o=e[t(481)][t(494)](t(484)),a=e[t(481)][t(494)](ea);a[t(480)][t(474)](t(431)),s[t(423)](t(431),(()=>{const n=t,r=o[n(468)](e[n(456)][n(464)][n(424)]);e[n(456)][n(488)]((()=>{const t=n;s[t(493)](r,{commandName:t(431),commandParams:[]},[],t(431))}))})),e[t(415)][t(494)](t(431)).on(t(413),((n,r)=>{const o=t;e[o(415)][o(494)](o(427))[o(478)]&&(r[o(447)]>0&&r[r[o(447)]-1]&&r[r[o(447)]-1][o(436)]||s[o(396)]||this[o(446)]()||n[o(435)]())}),{priority:t(485)});for(const n of[t(426),t(440),t(401),t(483)]){const r=e[t(415)][t(494)](n);s[t(423)](n,(()=>{const n=t,o=e[n(456)][n(464)][n(424)][n(438)]()[n(467)]()[n(399)]((t=>t.is(n(405),n(410)))),i=r[n(478)];e[n(456)][n(488)]((()=>{const t=n;s[t(493)]([o,i],{commandName:t(431),commandParams:[]},[],t(431))}))}))}for(const n of[t(492),t(433)]){const r=e[t(415)][t(494)](n);s[t(423)](n,(()=>{const i=t,a=o[i(468)](e[i(456)][i(464)][i(424)])[0],c=a[i(466)](i(455)),{column:u,row:l}=o[i(419)](a);let f=[];if(i(462)==r[i(495)]){const t=o[i(404)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(432)](t)[i(418)]((t=>t[i(491)]))}else{const t=o[i(404)](c,{column:u,includeAllSlots:!0});f=Array[i(432)](t)[i(418)]((t=>t[i(491)]))}e[i(456)][i(488)]((t=>{const e=i;s[e(428)](t[e(449)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(441)][t(434)]((e=>{const n=t;if(n(417)!=e[n(402)]&&n(482)!=e[n(402)])return;const{data:s}=e;return s&&n(431)==s[n(457)]?{type:n(437),content:zr(r,n(475))}:void 0})),s[t(441)][t(434)]((e=>{const n=t;if(n(417)!=e[n(402)]&&n(482)!=e[n(402)])return;const{data:s}=e;return s?n(492)==s[n(457)]?{type:n(437),content:zr(r,n(465))}:n(433)==s[n(457)]?{type:n(437),content:zr(r,n(452))}:void 0:void 0}));const c=a[t(442)]();for(const e of[t(426),t(440),t(401),t(483)])s[t(422)][t(496)](t(417),e,t(470),c);for(const e of[t(492),t(433)])s[t(422)][t(496)](t(417),e,t(470),c);s[t(422)][t(496)](t(417),t(431),t(470),(r=>{const s=t;e[s(456)][s(488)]((t=>{const o=s,a=Array[o(432)](n[o(407)]())[o(418)]((t=>i.LiveRange[o(451)](t)));t[o(397)](r),e[o(415)][o(494)](o(431))[o(469)](),e[o(413)](o(431),{forceDefaultExecution:!0});const c=a[o(487)]((t=>o(490)!=t[o(472)][o(421)]));c[o(447)]>0&&t[o(397)](c);for(const t of a)t[o(459)]()}))}));for(const n of[t(426),t(401),t(483),t(440)]){const r=e[t(415)][t(494)](n);r.on(t(406),((n,s,o)=>{const i=t;if(o){const t=e[i(456)][i(464)][i(424)][i(438)]()[i(467)]()[i(399)]((t=>t.is(i(405),i(410))));this[i(412)](r[i(478)],t)||(n[i(473)]=!1,n[i(435)]())}}),{priority:t(471)})}}[oa(446)](){const t=oa,e=this[t(486)][t(415)][t(494)](t(431)),n=this[t(486)][t(481)][t(494)](t(484));if(!e[t(460)])return!1;const r=n[t(468)](this[t(486)][t(456)][t(464)][t(424)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(412)](e,n))return!1;return!0}[oa(412)](t,e){const n=oa,r=this[n(486)][n(481)][n(494)](n(395)),s=this[n(486)][n(456)][n(449)](t),o=this[n(486)][n(456)][n(449)](e),i=new Set,a=new Set;for(const t of r[n(414)]())if((n(477)==t[n(402)]||n(461)==t[n(402)]||n(431)==t[n(425)])&&t[n(398)])for(const e of t[n(407)]())e[n(403)](s,!0)&&i[n(458)](t[n(402)]+":"+t[n(479)].id),e[n(403)](o,!0)&&a[n(458)](t[n(402)]+":"+t[n(479)].id);if(i[n(411)]!=a[n(411)])return!1;for(const t of i)if(!a[n(400)](t))return!1;return!0}}const ua=fa;function la(){const t=["53204mLopdP","nodeAfter","18457527pfWpys","unbindElementFromMarkerName","FORMAT_HEADER_ROW","consume","data","get","consumable","_descriptionFactory","14hcsMAe","markerRange","_splitMarkerName","_enableDefaultAttributesIntegration","formatBlock","_registerLegacyDescription","addMarker:suggestion","highest","showSuggestionHighlights","type","downcastDispatcher","FORMAT_HEADER_COLUMN","includes","53DXqaYy","TableUtils","FORMAT_REGULAR_ROW","removeClass","end","item","getSuggestion","_acceptFormatSuggestionCallbackFactory","commandName","toViewElement","getCellLocation","requires","456LJapvR","removeMarker:suggestion","stop","_handleLegacySuggestions","8292951mDEDUs","*Format:* %0","locale","parent","registerCustomCallback","4220932WCWlEm","editing","headingColumns","7263376MrEyrR","accept","addClass","markerNameToElements","TableEditing","118355gwWKAO","removeAttribute","has","editor","options","createTableWalker","registerDescriptionCallback","mapper","bindElementToMarker","nodeBefore","FORMAT_REGULAR_COLUMN","headingRows","10tAYuMI","cell","TrackChangesEditing","setTableRowHeader","_suggestionFactory","forceValue","2418360uvkmfW","afterInit","writer","data-suggestion","setTableColumnHeader","registerAttributeLabel","commandParams","plugins","activeMarkers","markerName","start","setAttribute","ck-suggestion-marker-","ck-suggestion-marker--active","name","format"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=354]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(919349===-parseInt(n(425))/1*(-parseInt(n(402))/2)+-parseInt(n(386))/3+parseInt(n(360))/4+parseInt(n(368))/5*(-parseInt(n(437))/6)+parseInt(n(412))/7*(parseInt(n(363))/8)+parseInt(n(355))/9*(parseInt(n(380))/10)+-parseInt(n(404))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(436)](){return[ea]}[ua(387)](){const t=ua,e=this[t(371)];if(!e[t(393)][t(370)](t(367)))return;const n=e[t(357)],r=e[t(393)][t(409)](t(382));r[t(415)](t(383),[],[t(379)]),r[t(415)](t(390),[],[t(362)]),r[t(411)][t(391)](t(379),zr(n,t(406))),r[t(411)][t(391)](t(362),zr(n,t(423))),this[t(354)]()}[ua(354)](){const t=ua,e=this[t(371)][t(393)][t(409)](t(382)),n=this[t(371)][t(393)][t(409)](t(426)),r=this[t(371)][t(393)][t(409)](ea)[t(432)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(414)](o[a(395)]),l=e[a(431)](u),f=l[a(408)];if(a(416)!=l[a(421)]||!f||a(390)!=f[a(433)])return;if(o[a(430)])return void s[a(439)]();if(!i[a(410)][a(407)](o[a(413)],s[a(400)]))return;const h=o[a(413)][a(396)][a(403)],g=o[a(413)][a(429)][a(377)],d=h[a(358)][a(358)],{column:p}=n[a(435)](h),{column:m}=n[a(435)](g);for(let s=p;s<=m;s++){const l=n[a(373)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(381)],l=i[a(375)][a(434)](s);i[a(388)][a(365)](a(398)+c,l),r&&i[a(388)][a(397)](a(389),u,l),i[a(375)][a(376)](l,o[a(395)]),t&&(e[a(394)][a(424)](o[a(395)])?i[a(388)][a(365)](a(399),l):i[a(388)][a(428)](a(399),l))}}}}e[t(384)][t(359)](t(416),t(383),t(364),r),e[t(384)][t(359)](t(416),t(390),t(364),r),this[t(371)][t(361)][t(422)].on(t(418),s(),{priority:t(419)}),this[t(371)][t(408)][t(422)].on(t(418),((e,n,r)=>{const o=t;r[o(372)][o(420)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(419)}),this[t(371)][t(361)][t(422)].on(t(438),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(414)](r[o(395)]),c=e[o(431)](a),u=c[o(408)];if(o(416)!=c[o(421)]||!u||o(390)!=u[o(433)])return;const l=s[o(375)][o(366)](r[o(395)]);if(l)for(const t of l)s[o(388)][o(428)](o(398)+i,t),s[o(388)][o(428)](o(399),t),s[o(388)][o(369)](o(389),t),s[o(375)][o(405)](t,r[o(395)])}),{priority:t(419)}),this[t(417)]()}[ua(417)](){const t=ua,e=this[t(371)],n=e[t(357)];function r(e){const r=t;return{type:r(401),content:zr(n,r(356),e)}}e[t(393)][t(409)](t(382))[t(411)][t(374)]((e=>{const s=t;if(s(416)!=e[s(421)])return;const{data:o}=e;if(o){if(s(383)==o[s(433)]){const t=o[s(392)][0][s(385)];return r(zr(n,s(t?406:427)))}if(s(390)==o[s(433)]){const t=o[s(392)][0][s(385)];return r(zr(n,s(t?423:378)))}}}))}}const ga=pa;function da(){const t=["getChangedMarkers","tablePasteCell","editingDowncast","entries","endColumn","ck-suggestion-marker--active","startsWith","ck-suggestion-marker-insertion","get","discard","createRangeOn","batch","fill","hasSuggestion","markerName","move","containsRange","element","cell","_splitMarkerName","from","last","options","formatBlock","call","insertRows","cells","suggestion:formatBlock:tablePasteCell","high","407788oTrLUN","removeRows","tableCellVerticalAlignment","trackChanges","TableUtils","getRows","getAttributes","author","commands","insertionRanges","length","setAttribute","remove","_descriptionFactory","416927cOaPKy","createElement","getSelectionAffectedTableCells","getTableIfOnlyTableInContent","getChild","getColumns","map","nodeAfter","previousSibling","213340XoawSO","push","columns","selection","tableCellBackgroundColor","suggestion-td","getRange","4BBhxvX","16AJWeMt","updateMarker","redo","activeMarkers","createTableWalker","insert","dataDowncast","insertColumns","findAncestor","deletion","schema","getSuggestions","position","createRangeIn","3414906rEPDGs","includes","model","listenTo","documentSelection","locale","add","columnInsertionIndexes","_createdBatches","setAttributes","15882kLLTOq","getChildren","tableCellBorderColor","markMultiRangeInsertion","find","suggestionLoaded","createPositionBefore","oldRange","markers","insertContent","accept","next","start","getChanges","editing","isInContent","editor","unwrap","suggestionUnloaded","getRanges","markMultiRangeBlockFormat","suggestion","tablePasteRow","has","registerCustomCallback","register","*Replace table cells*","differ","plugins","getSuggestion","return","clipboardOutput","Users","tablePasteChainId","fromRange","document","391518EFJMPJ","forceDefaultExecution","tablePasteColumn","newRange","tableCellSuggestion","getColumnIndexes","type","stop","fromEntries","view","rowInsertionIndexes","tableCellPadding","conversion","first","11zRIObu","rootName","markerToHighlight","createRange","for","afterInit","TrackChangesEditing","isEqual","column","wrap","filter","_suggestionFactory","removeColumns","set","change","getAllAdjacentSuggestions","_getCoordsForCells","low","registerDescriptionCallback","table","markerAttributes","getContainedElement","removeMarkers","215SbBaYL","_tablePostFixingSubtypes","previous","ck-suggestion-marker","value","showSuggestionHighlights","tableCellHorizontalAlignment","removeMarker","elementToElement","markMultiRangeDeletion","rows","join","tableCellBorderStyle","167879gtuncD","tablePaste","getItems","paragraph","keys","insertion","requires","attributes","deletionRanges","end","getRowIndexes","row","reduce","every","rowInsertionRanges","endRow","tableCellBorderWidth","tableCell","isEmpty","root","name","registerPostFixer","TableClipboard","_replaceTableSlotCell","columnInsertionRanges","forEach","nextSibling","_isForcedDefaultExecutionBlock","getSuggestionCallback","some","$graveyard","getMarkers","detach","getShiftedBy","content","subType"];return(da=function(){return t})()}function pa(t,e){const n=da();return(pa=function(t,e){return n[t-=196]})(t,e)}!function(t,e){const n=pa,r=t();for(;;)try{if(196492===parseInt(n(262))/1*(parseInt(n(357))/2)+parseInt(n(212))/3+-parseInt(n(327))/4+-parseInt(n(249))/5*(-parseInt(n(382))/6)+-parseInt(n(341))/7*(-parseInt(n(358))/8)+-parseInt(n(372))/9+parseInt(n(350))/10*(-parseInt(n(226))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);const ma=[ga(278),ga(384),ga(261),ga(255),ga(329),ga(354),ga(223)],Ia=Object[ga(220)](ma[ga(347)]((t=>[t,null])));class Ea extends t.Plugin{static get[ga(268)](){return[ea]}[ga(231)](){const t=ga,n=this[t(398)];if(!n[t(204)][t(199)](t(284)))return;const r=n[t(204)][t(306)](t(232)),s=n[t(204)][t(306)](t(331)),o=n[t(204)][t(306)](ea),a=n[t(204)][t(306)](t(284));o[t(250)][t(351)](t(198),t(214)),n[t(374)][t(368)][t(201)](t(216),{allowIn:t(279),allowContentOf:t(279),isLimit:!0}),n[t(224)][t(257)]({model:t(216),view:t(355)});let c=null;n[t(374)].on(t(391),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(337)]-1];h&&h[u(213)]||r[u(289)]||this[u(398)][u(335)][u(306)](u(330))[u(253)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(376)))return!1;const i=s[o(344)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(343)](n[o(211)][o(353)]);if(!a[o(337)])return!1;const c=a[0][o(366)](o(245)),l=r[o(272)](a),f=r[o(217)](a),h={startRow:l[o(225)],endRow:l[o(319)],startColumn:f[o(225)],endColumn:f[o(319)]};return 1==a[o(337)]&&(h[o(277)]+=r[o(332)](i)-1,h[o(302)]+=r[o(346)](i)-1),Ta(c,h,r)}(l,f,n[u(374)],s,a)&&(o[u(219)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(374)][u(240)]((()=>{const t=u;n[t(374)][t(391)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(337)]&&r[t(385)](o,t(198),{tablePasteChainId:s}),a[t(337)]&&r[t(385)](a,t(214),{tablePasteChainId:s}),l[t(337)]&&(r[t(385)](l,t(263),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(287)]((e=>{const n=t;var r;return null===(r=e[n(294)])||void 0===r?void 0:r[n(322)](e)}))),f[t(337)]&&(r[t(258)](f,t(263),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(287)]((e=>{const n=t;var r;return null===(r=e[n(294)])||void 0===r?void 0:r[n(322)](e)})));const g=r[t(196)](h[t(347)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(299),{tablePasteChainId:s});if(g){const e=g[t(293)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(374)][t(308)](s),a=e[t(386)]((e=>e[t(356)]()[t(233)](i)));a&&r[t(351)]([a[t(282)],o])}r[t(337)]&&g[t(338)](t(246),Object[t(220)](r))}c=null})))}),{priority:e.priorities[t(326)]+10}),n[t(204)][t(306)](t(284)).on(t(285),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(219)]();const u=s[r(316)],l=o,f=ba(u),h=ba(l);e[r(206)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(339)](u[r(345)](0));for(const t of Array[r(318)](l[r(383)]()))a[r(363)](t,u,r(271));const t=c[r(222)][r(373)](s[r(273)]),e=c[r(379)][r(373)](s[r(234)]);t||e||(g=i.LiveRange[r(210)](a[r(371)](u)))}else h&&!f&&(d=a[r(371)](u));else{const t=a[r(342)](r(216)),e=a[r(342)](r(216));a[r(235)](a[r(371)](u),e),a[r(363)](t,u,0);for(const e of Array[r(318)](l[r(383)]()))a[r(363)](e,t,r(271));g=i.LiveRange[r(210)](a[r(308)](t)),d=i.LiveRange[r(210)](a[r(308)](e))}const p=Array[r(318)](l[r(333)]())[r(236)]((([t])=>ma[r(373)](t)));c[r(324)][r(351)]({element:u,attributes:p[r(337)]?Object[r(220)](p):null}),g&&c[r(336)][r(351)](g),d&&c[r(270)][r(351)](d)}),{priority:t(326)}),s.on(t(365),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(352)]||1;c[o(379)]=new Array(l)[o(310)](u)[o(347)](((t,e)=>t+e));for(const{cell:t}of s[o(362)](i,{startColumn:u,endColumn:u+l-1}))c[o(286)][o(351)](n[o(374)][o(308)](t))}),{priority:t(243)}),s.on(t(323),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(259)]||1;c[o(222)]=new Array(l)[o(310)](u)[o(347)](((t,e)=>t+e));for(const{cell:t}of s[o(362)](i,{startRow:u,endRow:u+l-1}))c[o(276)][o(351)](n[o(374)][o(308)](t))}),{priority:t(243)}),r[t(340)][t(244)]((e=>{const r=t;if(e[r(297)]&&e[r(297)][r(304)](r(263)))return e[r(251)]?{}:{type:r(267),content:zr(n[r(377)],r(202))}}));const u=()=>!1;for(const e of[t(263),t(214),t(198),t(299)])r[t(237)][t(200)](t(267),e,t(260),u),r[t(237)][t(200)](t(367),e,t(260),u),r[t(237)][t(200)](t(321),e,t(260),u);r[t(237)][t(200)](t(321),t(299),t(307),u),r[t(237)][t(200)](t(321),t(299),t(392),((e,r,s)=>{const o=t,i=e[o(347)]((t=>t[o(247)]()))[o(236)]((t=>t)),a=new Map(i[o(347)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(324)])e&&a[o(239)](t,e);else if(s&&s[o(246)])for(const[t,e]of Object[o(301)](s[o(246)])){const r=n[o(374)][o(390)][o(306)](t),s=r?r[o(356)]()[o(247)]():null;s&&a[o(239)](s,e)}n[o(374)][o(240)]((t=>{const e=o;for(const[n,r]of a)t[e(381)]({...Ia,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(237)][o(200)](e,o(263),s,((t,i,a)=>{const c=o;n[c(374)][c(240)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(394)][o(348)];t.is(o(315),o(216))&&u[o(351)](t)}r[o(237)][o(290)](e,null,s)(t,i,a);for(const t of u)o(292)!=t[o(281)][o(227)]&&n[o(399)](t)}))}))};l(t(267),t(392)),l(t(267),t(307)),l(t(367),t(392)),l(t(367),t(307)),r[t(237)][t(200)](t(267),t(198),t(307),(e=>{const n=t,r=e[n(347)]((t=>t[n(247)]())),i=r[0][n(366)](n(245)),{minRow:a,maxRow:c}=o[n(242)](r);s[n(328)](i,{at:a,rows:c-a+1})})),r[t(237)][t(200)](t(267),t(214),t(307),(e=>{const n=t,r=e[n(347)]((t=>t[n(247)]())),i=r[0][n(366)](n(245)),{minColumn:a,maxColumn:c}=o[n(242)](r);s[n(238)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(297)]||!n[s(297)][s(304)](s(263)))return;const o=n[s(269)][s(209)],i=r[s(369)]()[s(236)]((t=>t[s(397)]&&t[s(269)]&&t[s(269)][s(209)]==o));i[s(337)]&&n[s(241)]()[s(337)]!=i[s(337)]&&i[s(274)](((t,e)=>(t[s(393)]=e,e[s(251)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(317)](e[s(312)]),i=[s(252),s(305)],a=r[s(361)][s(373)](e[s(312)]);return a&&i[s(351)](s(303)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(387),f,{priority:t(326)}),r.on(t(400),f,{priority:t(326)}),n[t(374)][t(211)][t(283)]((()=>{const e=t;let s=!1;const o=Array[e(318)](n[e(374)][e(211)][e(203)][e(298)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(317)](t);if(e(197)!=o||e(367)!=a||i[e(389)])continue;if(!r[e(311)](c))continue;const u=r[e(205)](c)[e(401)](),l=n[e(204)][e(306)](e(208)).me;for(const t of r[e(369)]())if(t[e(397)]&&t[e(334)]==l&&e(321)==t[e(218)]&&e(299)==t[e(297)]&&t[e(401)]()[e(275)]((t=>u[e(291)]((n=>n[e(314)](t,!0))))))for(const n of t[e(241)]())n[e(397)]&&(n[e(307)](),s=!0)}return s})),n[t(374)][t(211)][t(283)]((e=>{const s=t,o=n[s(335)][s(306)](s(360));if(!o||!o[s(380)][s(199)](e[s(309)]))return!1;let i=!1;const a=n[s(204)][s(306)](s(208)).me,c=n[s(374)][s(211)][s(203)][s(395)](),u=Array[s(318)](n[s(374)][s(211)][s(203)][s(298)]())[s(236)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(317)](t);return n(197)==o&&n(263)==i&&c==a.id&&!e[n(389)]}));for(const t of c){if(s(363)!=t[s(218)]||s(216)!=t[s(282)]||1!=t[s(337)])continue;const n=e[s(229)](t[s(370)],t[s(370)][s(295)](1));if(!u[s(386)]((({data:t})=>t[s(215)][s(233)](n))))for(const{name:t,data:r}of u)if(n[s(314)](r[s(215)])){e[s(359)](t,{range:n}),i=!0;break}}return i})),n[t(374)][t(211)][t(283)]((e=>{const s=t;let o=!1;const i=n[s(204)][s(306)](s(208)).me,a=r[s(369)]()[s(236)]((t=>t[s(397)]&&t[s(334)]==i)),c=new Set,u=new Set;for(const t of a)if(s(263)==t[s(297)])for(const e of t[s(293)]()){const n=e[s(356)]()[s(247)]();if(n)if(n.is(s(315),s(216))&&ba(n)){t[s(256)](e[s(282)]),c[s(378)](n),o=!0;const r=n[s(288)],i=n[s(349)],a=r&&r.is(s(315),s(216)),l=i&&i.is(s(315),s(216));a&&!c[s(199)](r)&&u[s(378)](r),l&&!c[s(199)](i)&&u[s(378)](i)}else n.is(s(315),s(265))&&n[s(280)]&&(t[s(256)](e[s(282)]),o=!0)}else if(s(299)==t[s(297)]){if(!t[s(269)]||!t[s(269)][s(209)])continue;const e=t[s(269)][s(246)];if(e&&Object[s(266)](e)[s(337)])continue;const n=t[s(269)][s(209)];let r=!0,i=!0;for(const e of a)if(e[s(297)]&&e[s(297)][s(304)](s(263))){if(!e[s(269)][s(209)]){i=!1;break}if(e.id!=t.id&&e[s(269)][s(209)]==n){r=!1;break}}i&&r&&(t[s(248)](),o=!0)}for(const t of c)e[s(339)](t);for(const t of u)e[s(399)](t);return o})),n[t(224)][t(230)](t(300))[t(228)]({model:t(325),view:(t,e)=>h(t),converterPriority:t(326)}),n[t(224)][t(230)](t(364))[t(228)]({model:t(325),view:(e,n)=>n[t(320)][t(254)]?h(e,!1):null,converterPriority:t(326)});const g=n[t(396)][t(221)];this[t(375)](g[t(211)],t(207),((e,n)=>{const r=t,s=[];for(const t of g[r(371)](n[r(296)])[r(264)]())t.is(r(315),r(355))&&s[r(351)](t);g[r(240)]((t=>{const e=r;for(const n of s)t[e(313)](t[e(371)](n),t[e(388)](n)),t[e(339)](n)}))}))}}function ba(t){const e=ga;if(t[e(280)])return!0;const n=t[e(345)](0);return n.is(e(315),e(265))&&n[e(280)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(362)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=ya;function ya(t,e){const n=Aa();return(ya=function(t,e){return n[t-=272]})(t,e)}function Aa(){const t=["commandParams","693TZKkXY","getContainedElement","10LGJPpr","type","_descriptionFactory","discard","has","getSelectedElement","plugins","64258AUweAl","5vLjUSa","3070827WcTOak","TableColumnResizeEditing","author","locale","bind","Users","change","29384wzzDBo","handleResizeTableWidthCommand","resizeTableWidth","accept","document","model","enableCommand","format","selection","get","4463358StLPSS","subType","columnWidths","TrackChangesEditing","formatBlock","resizeTable","afterInit","getSuggestions","3659712ycluXN","2808639kihbPY","registerCustomCallback","getColumnGroupElement","editor","markBlockFormat","formatInline","registerDescriptionCallback","table","4169pKQBeP","tableWidth","90660fdNsWS","data","getSuggestionCallback","_suggestionFactory","getTableColumnsWidths","formatGroupId","*Format:* resize table","handleSuggestionDescription","10XLNrDs","getAttribute"];return(Aa=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(757809===-parseInt(n(277))/1*(-parseInt(n(284))/2)+parseInt(n(312))/3+parseInt(n(311))/4+parseInt(n(285))/5*(parseInt(n(303))/6)+-parseInt(n(275))/7*(-parseInt(n(293))/8)+-parseInt(n(286))/9*(-parseInt(n(272))/10)+-parseInt(n(320))/11*(parseInt(n(322))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);class ka extends t.Plugin{[_a(309)](){const t=_a;if(!this[t(315)][t(283)][t(281)](t(287)))return;const e=this[t(315)][t(283)][t(302)](t(306));e[t(299)](t(295),this[t(294)][t(290)](this)),e[t(325)][t(313)](t(307),t(308),t(296),e[t(325)][t(324)](t(307),null,t(280))),e[t(325)][t(313)](t(307),t(308),t(280),e[t(325)][t(324)](t(307),null,t(296))),e[t(279)][t(318)](this[t(329)][t(290)](this))}[_a(294)](t,e){const n=_a,r=this[n(315)][n(283)][n(302)](n(306)),s=this[n(315)][n(283)][n(302)](n(287)),o=e[n(319)]||this[n(315)][n(298)][n(297)][n(301)][n(282)]();this[n(315)][n(298)][n(292)]((()=>{const i=n,a=s[i(314)](o);let c=a?s[i(326)](a):null,u=o[i(273)](i(321))||null;const l=e[i(321)]||u,f=e[i(305)]||c,h=this[i(315)][i(283)][i(302)](i(291)).me;for(const t of r[i(310)]()){const e=t[i(276)]();if(i(308)===t[i(304)]&&e===o){t[i(288)]!==h&&t[i(280)]();const e=t[i(323)][i(274)];u=e[0][i(321)],c=e[0][i(305)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(316)](o,{commandName:i(295),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(308)},[],i(308))}))}[_a(329)](t){const e=_a;if(e(307)!=t[e(278)]&&e(317)!=t[e(278)])return;const{data:n}=t;if(n&&e(308)===n[e(327)]){const t=e(328);return{type:e(300),content:zr(this[e(315)][e(289)],t)}}}}function Ca(){const t=["TrackChangesEditing","get","32ycKqXo","153ksMEic","1335755dqwDIt","4552876tcUZfG","1217209WquUXi","Template","editor","2060304jGHJPH","afterInit","1511890wZdXaB","enableCommand","has","plugins","174vlHvLX","insertTemplate","13933iEWUUc","2311197XhWNgc"];return(Ca=function(){return t})()}const Na=Ra;function Ra(t,e){const n=Ca();return(Ra=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(635589===parseInt(n(351))/1*(parseInt(n(368))/2)+parseInt(n(352))/3+parseInt(n(358))/4+-parseInt(n(357))/5+-parseInt(n(362))/6+parseInt(n(359))/7*(parseInt(n(355))/8)+parseInt(n(356))/9*(-parseInt(n(364))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ca);class Sa extends t.Plugin{[Na(363)](){const t=Na,e=this[t(361)];e[t(367)][t(366)](t(360))&&e[t(367)][t(354)](t(353))[t(365)](t(369))}}function La(t,e){const n=Ma();return(La=function(t,e){return n[t-=122]})(t,e)}const va=La;function Ma(){const t=["13252414rLfUfJ","78648IBIimV","5278610uvxHLY","enableCommand","locale","commands","40372572UeRHag","375iUdogw","get","11wWxsTT","12605ZmiYgl","414qEGtKV","_descriptionFactory","TrackChangesEditing","3257GKrDsF","ELEMENT_TABLE_OF_CONTENTS","insertTableOfContents","afterInit","plugins","editor","registerElementLabel","622sqbidH","tableOfContents","9448OKWmtP","4074ybsncN"];return(Ma=function(){return t})()}!function(t,e){const n=La,r=t();for(;;)try{if(991962===parseInt(n(140))/1*(parseInt(n(122))/2)+parseInt(n(133))/3*(parseInt(n(124))/4)+parseInt(n(136))/5*(-parseInt(n(125))/6)+-parseInt(n(126))/7+parseInt(n(127))/8*(parseInt(n(137))/9)+-parseInt(n(128))/10*(parseInt(n(135))/11)+parseInt(n(132))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class wa extends t.Plugin{[va(143)](){const t=va,e=this[t(145)];if(!e[t(131)][t(134)](t(142)))return;e[t(144)][t(134)](t(139))[t(129)](t(142));const n=e[t(144)][t(134)](t(139)),r=e[t(130)];n[t(138)][t(146)](t(123),(e=>zr(r,t(141),e)))}}const Oa=Da;function Da(t,e){const n=Pa();return(Da=function(t,e){return n[t-=226]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(197415===parseInt(n(261))/1+-parseInt(n(257))/2*(-parseInt(n(254))/3)+parseInt(n(260))/4*(parseInt(n(247))/5)+parseInt(n(251))/6+-parseInt(n(269))/7*(parseInt(n(270))/8)+parseInt(n(265))/9*(-parseInt(n(230))/10)+parseInt(n(259))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pa);class Fa extends t.Plugin{[Oa(233)](){const t=Oa,e=this[t(246)];if(!e[t(268)][t(241)](t(243)))return;const n=e[t(268)][t(238)](t(236));n[t(239)][t(244)](t(267),(()=>zr(e[t(240)],t(253)))),e[t(258)][t(255)][t(226)]((r=>{const s=t;let o=!1;const i=Array[s(227)](e[s(258)][s(255)][s(229)][s(262)]());for(const{name:t,data:a}of i){const{group:i}=n[s(242)](t);if(s(256)!==i||!a[s(250)])continue;const c=a[s(250)],u=c[s(237)][s(245)];if(!u||!u.is(s(248),s(267)))continue;if(!c[s(228)][s(234)](c[s(237)]))continue;const l=e[s(258)][s(231)][s(263)](c[s(237)],s(232));if(l&&l[s(235)]){const e=r[s(266)](c[s(228)],l[s(228)]);e[s(264)](c)||(r[s(249)](t,{range:e}),o=!0)}o||(r[s(252)](t),o=!0)}return o}))}}function Pa(){const t=["TrackChangesEditing","end","get","_descriptionFactory","locale","has","_splitMarkerName","Title","registerElementLabel","nodeBefore","editor","92365MiWAKF","element","updateMarker","newRange","470166wevrhd","removeMarker","ELEMENT_TITLE","80538PWCqGD","document","suggestion","4ZPMhcj","model","844833IwJYsn","68XspvFA","121138rWMuqJ","getChangedMarkers","getNearestSelectionRange","isEqual","1213659TVfFJf","createRange","title-content","plugins","727461ZcOzOO","24uzNDLh","registerPostFixer","from","start","differ","10gKvLQs","schema","forward","afterInit","isTouching","isCollapsed"];return(Pa=function(){return t})()}function xa(){const t=["editor","redo","10bVVFGN","TrackChangesEditing","18168jEobwK","827764PHcYdd","84VbQjGA","666855pvVzaU","enableCommand","get","22680xviijB","3517263yuEzrh","891816iLMGnm","plugins","afterInit","has","111253ApJqjD","UndoEditing","undo"];return(xa=function(){return t})()}const Ba=Ua;function Ua(t,e){const n=xa();return(Ua=function(t,e){return n[t-=280]})(t,e)}!function(t,e){const n=Ua,r=t();for(;;)try{if(124855===-parseInt(n(286))/1+parseInt(n(291))/2*(parseInt(n(280))/3)+-parseInt(n(294))/4+-parseInt(n(296))/5+parseInt(n(293))/6*(parseInt(n(295))/7)+parseInt(n(282))/8+parseInt(n(281))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xa);class ja extends t.Plugin{[Ba(284)](){const t=Ba,e=this[t(289)],n=e[t(283)][t(298)](t(292));e[t(283)][t(285)](t(287))&&(n[t(297)](t(288)),n[t(297)](t(290)))}}const Ga=Va;function Va(t,e){const n=Ha();return(Va=function(t,e){return n[t-=402]})(t,e)}function Ha(){const t=["4rRyZYY","12616512KtYUnR","131117WnLfBi","779471bDxknZ","20pgBpCe","55wyIHCE","TrackChangesEditing","has","plugins","enableCommand","toggleTableCaption","87560PFmIvx","editor","requires","207wKieuh","12WdkXaC","91203kwwFJi","78160MQSKnp","TableCaptionEditing","get","afterInit","197832RnFinZ"];return(Ha=function(){return t})()}!function(t,e){const n=Va,r=t();for(;;)try{if(157167===parseInt(n(419))/1*(-parseInt(n(403))/2)+-parseInt(n(402))/3+-parseInt(n(420))/4*(parseInt(n(408))/5)+parseInt(n(418))/6*(-parseInt(n(405))/7)+-parseInt(n(414))/8*(parseInt(n(417))/9)+parseInt(n(407))/10*(-parseInt(n(406))/11)+parseInt(n(404))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class za extends t.Plugin{static get[Ga(416)](){return[ea]}[Ga(423)](){const t=Ga,e=this[t(415)];e[t(411)][t(410)](t(421))&&e[t(411)][t(422)](t(409))[t(412)](t(413))}}const Wa=Ka;function Xa(){const t=["registerDescriptionCallback","27ICOIGI","tableCellWidth","TrackChangesEditing","8826ixlvSR","format","TableCellPropertiesEditing","data","handleSuggestionDescription","registerCustomCallback","enqueueChange","tableWidth","has","8913pNnpOy","900430KzVvnc","74208PYNUck","455TJGXXs","getFirstPosition","2959LeEcjy","TrackChangesTableProperties","tableCellVerticalAlignment","batch","change","model","removeAttribute","tableBackgroundColor","tableBorderColor","commandParams","TablePropertiesEditing","afterInit","1855azSnkP","tableCellBorderStyle","markBlockFormat","table","setAttribute","*Format:* change table properties","get","discard","findAncestor","pluginName","subType","_getSuggestion","356011SgQJZe","44KcDnLm","tableCellHeight","editor","tableCellPadding","tableAlignment","nodeAfter","TableUtils","plugins","tableCellHorizontalAlignment","getSuggestions","selection","tableBorderStyle","getAttribute","636804KOnakR","handleDiscardAction","getSelectionAffectedTableCells","tableProperties","tableBorderWidth","_handlePropertyChange","tableCellBorderColor","tableCellBackgroundColor","start","tableCellProperties","locale","getSuggestionCallback","getContainedElement","enableCommand","*Format:* change table cell properties","_descriptionFactory","39736cUMdAH","accept","join","tableCellBorderWidth","document","formatBlock","tableHeight","_suggestionFactory"];return(Xa=function(){return t})()}function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=Ka,r=t();for(;;)try{if(463387===-parseInt(n(532))/1+-parseInt(n(546))/2+parseInt(n(503))/3*(-parseInt(n(533))/4)+parseInt(n(520))/5*(-parseInt(n(494))/6)+parseInt(n(506))/7*(parseInt(n(562))/8)+parseInt(n(491))/9*(-parseInt(n(504))/10)+parseInt(n(508))/11*(parseInt(n(505))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{constructor(t){const e=Ka;super(t),this[e(549)]=[e(516),e(544),e(550),e(537),e(501),e(488),e(515)],this[e(555)]=[e(552),e(521),e(565),e(536),e(492),e(534),e(553),e(541),e(510)]}static get[Wa(529)](){return Wa(509)}[Wa(519)](){const t=Wa,e=this[t(535)][t(540)][t(526)](t(493));if(this[t(535)][t(540)][t(502)](t(518))){for(const n of this[t(549)])e[t(559)](n,((e,r)=>{const s=t,o=this[s(535)][s(513)][s(486)][s(543)][s(507)]()[s(528)](s(523));this[s(551)](n,[o],this[s(549)],s(549),e,r)}));e[t(489)][t(499)](t(487),t(549),t(563),e[t(489)][t(557)](t(487),null,t(527))),e[t(489)][t(499)](t(487),t(549),t(527),((e,n)=>this[t(547)](this[t(549)],e,n))),e[t(489)][t(499)](t(487),t(549),t(564),(()=>!1))}if(this[t(535)][t(540)][t(502)](t(496))){for(const n of this[t(555)])e[t(559)](n,((e,r)=>{const s=t,o=this[s(535)][s(540)][s(526)](s(539))[s(548)](this[s(535)][s(513)][s(486)][s(543)]);this[s(551)](n,o,this[s(555)],s(555),e,r)}));e[t(489)][t(499)](t(487),t(555),t(563),e[t(489)][t(557)](t(487),null,t(527))),e[t(489)][t(499)](t(487),t(555),t(527),((e,n)=>this[t(547)](this[t(555)],e,n))),e[t(489)][t(499)](t(487),t(555),t(564),(()=>!1))}e[t(561)][t(490)]((e=>this[t(498)](e)))}[Wa(551)](t,e,n,r,s,o){const i=Wa,a=this[i(535)][i(540)][i(526)](i(493));this[i(535)][i(513)][i(500)](o[i(511)],(()=>{const t=i;for(const i of e)if(this[t(531)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(545)](r);void 0!==n&&(e[r]=n)}s(o),a[t(522)](i,{commandParams:[e]},[],r)}}))}[Wa(547)](t,e,n){const r=Wa,s=e[0][r(554)][r(538)],o=n[r(517)][0];this[r(535)][r(513)][r(512)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(524)](r,o[r],s):e[n(514)](r,s)}))}[Wa(498)](t){const e=Wa;if(t[e(497)])switch(t[e(530)]){case e(549):return{type:e(495),content:zr(this[e(535)][e(556)],e(525))};case e(555):return{type:e(495),content:zr(this[e(535)][e(556)],e(560))}}}[Wa(531)](t,e){const n=Wa,r=this[n(535)][n(540)][n(526)](n(493));for(const s of r[n(542)]({skipNotAttached:!0})){const r=s[n(558)]();if(s[n(530)]===e&&r===t)return s}return null}}var Ja=Function.prototype,Qa=Object.prototype,Ya=Ja.toString,Za=Qa.hasOwnProperty,$a=Ya.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Za.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ya.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Y?Y.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ze(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const gc=function(t){return hc(cc(t,void 0,oc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Zt(t,sn(t),n),r&&(n=Kn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n}));function dc(t,e){const n=kc();return(dc=function(t,e){return n[t-=493]})(t,e)}const pc=dc;!function(t,e){const n=dc,r=t();for(;;)try{if(216062===parseInt(n(823))/1+-parseInt(n(813))/2*(parseInt(n(612))/3)+-parseInt(n(607))/4*(parseInt(n(710))/5)+parseInt(n(649))/6*(parseInt(n(683))/7)+parseInt(n(808))/8*(-parseInt(n(664))/9)+parseInt(n(503))/10*(parseInt(n(799))/11)+-parseInt(n(874))/12*(-parseInt(n(521))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(kc);const mc=pc(616);class Ic extends t.Plugin{static get[pc(554)](){return[pc(763),o.Users,t.PendingActions,Yr,ns,as,fs,Ts,ms,ks,Ls,Bs,$s,so,uo,go,Io,Ao,Ro,vo,Fo,Ho,Uo,Ko,Yo,ei,ci,pi,oi,Vs,Xs,bi,Ai,Ri,vi,Pi,ji,zi,Ji,$i,ea,ca,ha,za,Ea,ka,wa,qa,Sa,Fa,ja]}static get[pc(684)](){return pc(724)}constructor(t){const e=pc;function n(t){const e=dc;return t[e(801)]((t=>String[e(820)](t)))[e(769)]("")}super(t),this[e(643)]=!1,this[e(729)](e(560),[]),this.on(e(621),((n,r,s,o)=>{const i=e;this[i(893)][i(637)]((()=>{const e=i;for(const n of[...o,...s])this[e(893)][e(924)][e(780)](n)&&t[e(789)][e(853)](n)}))})),this[e(574)]=new qr(this[e(611)][e(555)][e(841)],this[e(611)][e(713)]),this[e(632)]=null,this[e(702)]=new Ec(this[e(611)]),this[e(758)]=new Map,this[e(830)]=t[e(597)][e(514)](e(763)),this[e(576)]=new Set,this[e(893)]=this[e(611)][e(555)],this[e(707)]=new WeakMap,this[e(876)]=!1,this[e(759)]=new Set([e(616)]),this[e(660)]=new Set,t[e(863)][e(541)](e(903),e(852)),this[e(905)]=t[e(863)][e(514)](e(903)),t[e(863)][e(541)](e(716),!0),this[e(882)]=t[e(863)][e(514)](e(716)),this[e(790)]=new l(t,this[e(576)]),this[e(573)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,54,51,54])}[pc(723)](){const t=pc,n=this[t(611)],r=(e,n)=>{const r=t;if(r(803)!=e)return r(701)+e;const s=n[r(625)]("|")[0];return this[r(864)](s)?r(600):r(557)};n[t(532)][t(904)](t(865))[t(817)]({model:t(642),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(781)](e[n(658)]),a=[n(796),r(o,i)];let c=3e3;return this[n(560)][n(667)](e[n(658)])&&(a[n(676)](n(868)),c=3010),n(765)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(532)][t(904)](t(647))[t(523)]((e=>{const r=t;e.on(r(703),((t,e,s)=>{const o=r;if(!s[o(646)][o(766)])return;const i=e[o(547)];if(!i)return;const c=s[o(862)][o(736)](i);n[o(555)][o(841)][o(697)](i)&&c&&!c[o(641)](o(524))&&c.is(o(787))&&(0,a.toWidget)(c,s[o(537)])}),{priority:r(778)})})),n[t(532)][t(904)](t(647))[t(817)]({model:t(642),view:(e,n)=>{const s=t;if(!n[s(646)][s(766)])return null;const{type:o,subType:i}=this[s(781)](e[s(658)]);return{classes:[s(796),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(547)])return;const{id:c}=this[a(781)](o[a(658)]);if(r){const t=this[a(758)][a(514)](c),e=this[a(908)](t);if(!this[a(864)](e))return}if(o[a(547)].is(a(505)))return void i[a(689)][a(592)](o[a(547)],s[a(601)]);const u=i[a(862)][a(736)](o[a(547)]);if(o[a(547)].is(a(715))&&n[a(555)][a(841)][a(831)](o[a(547)])&&!u[a(641)](a(549))){i[a(537)][a(764)]([a(796),a(600)],u),i[a(537)][a(502)](a(520),c,u),i[a(862)][a(623)](u,o[a(658)]),e&&(this[a(560)][a(667)](o[a(658)])?i[a(537)][a(764)](a(868),u):i[a(537)][a(848)](a(868),u));for(const t of n[a(555)][a(615)](o[a(547)])[a(569)]())i[a(689)][a(592)](t,s[a(601)]);i[a(689)][a(592)](o[a(547)],s[a(601)])}};n[t(532)][t(904)](t(647))[t(523)]((e=>{const n=t;e.on(n(528),((t,e,r)=>{const o=n;r[o(646)][o(766)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(580)})})),n[t(532)][t(904)](t(647))[t(523)]((e=>{const n=t;e.on(n(870),((t,e,r)=>{const o=n;r[o(646)][o(766)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(580)})})),n[t(532)][t(904)](t(647))[t(775)]({model:t(642),view:(e,n)=>n[t(646)][t(766)]?null:{group:t(642),name:e[t(926)](11)}}),n[t(532)][t(904)](t(513))[t(869)]({view:{name:t(642),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(866)+e[r(824)](r(596))+":"+e[r(824)]("id");return e[r(824)](r(835))&&(s+=":"+e[r(824)](r(835))),n[r(496)](r(606),{"data-name":s})}}),n[t(532)][t(904)](t(513))[t(726)]({view:t(642)}),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(528),s(),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(870),s({isAttributeSuggestion:!0}),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(896),((t,e,r)=>{const s=n,o=r[s(862)][s(515)](e[s(658)]);if(o)for(const t of o)t[s(641)](s(549))||(r[s(537)][s(848)]([s(796),s(600),s(868)],t),r[s(537)][s(568)](s(520),t),r[s(862)][s(916)](t,e[s(658)]))}),{priority:n(778)})})),n[t(532)][t(904)](t(865))[t(523)]((e=>{const n=t;e.on(n(608),((t,e,r)=>{const s=n,o=r[s(862)][s(515)](e[s(658)]);if(!o)return;const{id:i}=this[s(781)](e[s(658)]),a=this[s(758)][s(514)](i),c=this[s(908)](a);if(this[s(864)](c))for(const t of o)t[s(641)](s(549))||(r[s(537)][s(848)]([s(796),s(600),s(868)],t),r[s(537)][s(568)](s(520),t),r[s(862)][s(916)](t,e[s(658)]))}),{priority:n(778)})})),n[t(555)][t(501)][t(760)]((e=>{const r=t;let s=!1;const o=Array[r(700)](n[r(555)][r(501)][r(583)][r(883)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(781)](t);if(r(642)!==o)continue;const h=this[r(758)][r(514)](f);if(null!=c[r(500)]){r(594)==u&&(s=s||_c(c[r(500)],t,e,n[r(555)][r(841)]));const o=r(803)==u&&this[r(864)](l[r(625)]("|")[0]);if(c[r(500)][r(822)]||r(774)==c[r(500)][r(858)][r(648)]||r(534)==u&&!Ac(c[r(500)])||o&&!Ac(c[r(500)])||r(765)==u&&(Tc(a=c[r(500)])||function(t){const e=r;return t[e(730)][e(805)]==t[e(604)][e(544)]&&t[e(730)][e(888)]}(a)))e[r(793)](t),s=!0;else{if(!h||!h[r(634)])continue;i[r(523)](h)}}}var a;return i[r(810)]>0&&(s=!!this[r(719)](i)||s),s})),n[t(555)][t(501)][t(760)]((e=>{const r=t;let s=!1;for(const t of n[r(555)][r(501)][r(583)][r(879)]())if(r(735)==t[r(855)])for(const t of this[r(758)][r(794)]()){if(t[r(614)]||!t[r(634)])continue;const o=r(534)==t[r(855)],i=this[r(908)](t),a=i&&this[r(864)](i);if(!o&&!a)continue;const c=t[r(867)]();if(c[r(730)][r(805)]!=c[r(604)][r(805)]&&!c[r(604)][r(888)]){const o=n[r(555)][r(673)](c[r(730)][r(670)],r(604)),i=n[r(555)][r(797)](c[r(730)],o);e[r(915)](t[r(582)](),{range:i}),s=!0}}return s})),n[t(555)][t(501)][t(760)]((e=>this[t(816)](e))),n[t(555)][t(501)][t(760)]((e=>!e[t(909)][t(827)]&&this[t(837)](e))),n[t(555)].on(t(653),(()=>{this[t(643)]=!1})),n[t(555)][t(501)].on(t(871),((r,s)=>{const o=t;if(!s[o(827)]||s[o(840)])return;if(!this[o(643)])return;const i=n[o(555)][o(501)][o(583)][o(879)]();if(0==i[o(617)])return;const a=[],c=i[o(828)]((t=>o(803)==t[o(855)])),u=i[o(828)]((t=>o(735)==t[o(855)]&&o(717)!=t[o(601)])),l=i[o(828)]((t=>o(877)==t[o(855)]&&o(717)!=t[o(601)]));for(const t of c)this[o(744)](t[o(784)])&&a[o(676)]({key:t[o(784)],newValue:t[o(688)],oldValue:t[o(836)],range:Cc(t[o(699)],n[o(555)])});for(const t of u){const e=l[o(666)]((e=>e[o(599)]===t[o(599)]));if(e){const r=Nc(t[o(786)][o(670)],n[o(555)]);e[o(601)]!==t[o(601)]&&a[o(676)]({key:o(616),newValue:t[o(601)],oldValue:e[o(601)],range:r});for(const[n,s]of e[o(754)]){if(!this[o(744)](n))continue;const e=t[o(754)][o(514)](n);s!==e&&a[o(676)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(754)])this[o(744)](n)&&(e[o(754)][o(780)](n)||a[o(676)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(617)]&&n[o(555)][o(895)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(742)](t,e,s,o,{groupId:r});this[n(687)](t,a)}))}),{priority:t(517)}),n[t(555)][t(924)].on(t(671),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(781)](n[s(601)]),e=this[s(758)][s(514)](t);e&&e[s(506)](n[s(601)])}})),n[t(555)][t(501)].on(t(871),(()=>{const e=t,r=Array[e(700)](n[e(555)][e(501)][e(583)][e(883)]())[e(828)]((t=>e(642)===this[e(781)](t[e(601)])[e(812)]));if(0===r[e(617)])return;r[e(538)](((t,n)=>{const r=e,s=t[r(819)][r(512)],o=n[r(819)][r(512)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(730)][r(563)](o[r(730)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(781)](t);if(null===n[e(512)]){const n=this[e(861)](t);o[e(523)](n)}else{const t=this[e(758)][e(514)](r);null!==n[e(500)]||t[e(634)]?(s[e(523)](t[e(771)]),o[e(523)](t)):this[e(677)](t)}}o[e(810)]>0&&this[e(898)](o);for(const t of s)this[e(718)](e(842),t)})),n[t(555)].on(t(785),((e,r)=>{const s=t,o=r[0];if(!this[s(758)][s(810)])return;if(!o[s(738)])return;if(o[s(909)][s(840)]||!o[s(909)][s(827)])return;let i,a;switch(o[s(855)]){case s(735):i=n[s(555)][s(673)](o[s(786)]),a=i[s(638)](o[s(712)]);break;case s(625):i=n[s(555)][s(673)](o[s(740)]),a=n[s(555)][s(673)](o[s(533)]);break;case s(854):i=n[s(555)][s(673)](o[s(721)]),a=i[s(638)](o[s(712)]);break;default:return}const c=n[s(555)][s(797)](i,a);n[s(555)][s(637)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(825)](c)){if(e[t(614)])continue;if(t(594)==e[t(855)])continue;const r=this[t(908)](e);if(r&&this[t(864)](r)&&t(625)!=o[t(855)])continue;const s=e[t(819)]&&e[t(819)][t(923)];(t(534)!=e[t(855)]||t(625)==o[t(855)]&&!s)&&(n[t(655)]||t(553)==e[t(855)]&&n[t(507)]||e[t(867)]()[t(795)](c)&&this[t(525)](e,i,a))}}))}),{priority:t(517)}),n[t(555)].on(t(657),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(627)])return;if(this[s(876)])return;if(!this[s(790)][s(897)])return;if(o[s(822)])return;const a=n[s(555)][s(841)],{start:c,end:u}=o[s(867)](),l=c[s(670)]&&a[s(548)](c[s(670)])?null:a[s(540)](c,s(800)),f=u[s(544)]&&a[s(548)](u[s(544)])?null:a[s(540)](u,s(516)),h=n[s(555)][s(797)](l?l[s(730)]:c,f?f[s(604)]:u);n[s(555)][s(637)]((t=>{const e=s;this[e(911)](h);const r=n[e(555)][e(841)][e(540)](h[e(730)]);o.is(e(860))?t[e(850)](r):o[e(725)](r)})),e[s(536)]()}),{priority:e.priorities[t(756)]+10}),n[t(555)].on(t(674),((e,r)=>{const s=t,o=r[r[s(617)]-1];o&&o[s(627)]||this[s(876)]||this[s(790)][s(897)]&&(n[s(555)][s(637)]((()=>{const t=s;let o=n[t(555)][t(674)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(906)]=o[t(922)]();const i=o[t(604)][t(544)],a=n[t(555)][t(841)];i&&a[t(831)](i)&&!a[t(697)](i)&&(o=n[t(555)][t(797)](o[t(730)],n[t(555)][t(673)](i,t(604)))),this[t(914)](o)})),e[s(536)]())}),{priority:t(778)}),this[t(611)][t(495)][t(523)](t(504),this[t(790)]),this[t(559)](t(504));const o=new p(n,this[t(758)]);n[t(495)][t(523)](t(849),o),this[t(559)](t(849));const i=new b(n,this[t(758)]);n[t(495)][t(523)](t(508),i),this[t(559)](t(508)),n[t(495)][t(523)](t(891),new L(n,o,this[t(758)])),this[t(559)](t(891)),n[t(495)][t(523)](t(652),new L(n,i,this[t(758)])),this[t(559)](t(652)),n[t(495)][t(523)](t(545),new O(n,o,this[t(758)])),this[t(559)](t(545)),n[t(495)][t(523)](t(777),new O(n,i,this[t(758)])),this[t(559)](t(777));const c=n[t(597)][t(514)](t(763));this[t(539)](c,t(918),((e,{threadId:n})=>{const r=t,s=this[r(758)][r(514)](n);s&&s[r(798)]&&1===s[r(798)][r(617)]&&this[r(510)](n,{hasComments:!0})}),{priority:t(619)}),this[t(539)](c,t(927),((e,{threadId:n})=>{const r=t,s=this[r(758)][r(514)](n);s&&s[r(798)]&&!s[r(798)][r(617)]&&this[r(510)](n,{hasComments:!1})}),{priority:t(619)})}set[pc(749)](t){const n=pc;if(this[n(632)])throw new e.CKEditorError(n(530),this);this[n(632)]=t}get[pc(749)](){return this[pc(632)]}[pc(571)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=pc,r=[];for(const e of this[n(758)][n(794)]())t&&!e[n(634)]||r[n(676)](e);return e?r[n(801)]((t=>t[n(829)]())):r}[pc(499)](t){const n=pc,r=this[n(758)][n(514)](t);if(!r)throw new e.CKEditorError(n(779),this);return r}[pc(887)](t){const e=pc;return this[e(758)][e(780)](t)}[pc(728)](t){const e=pc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(855)][e(625)](":"),a=this[e(758)][e(514)](r)||this[e(767)](o,i,r,n,s);if(this[e(881)](a),this[e(709)](a,o,i||null,n),a[e(603)]=t[e(603)],a[e(669)]=!0,s&&s[e(584)]){const t=s[e(584)],n=this[e(751)](t[e(586)]);a[e(818)]=t[e(603)],a[e(782)]=n,a[e(675)]=!0}else a[e(818)]=t[e(603)];switch(t[e(819)]&&(a[e(819)]=t[e(819)]),t[e(754)]&&(a[e(754)]=t[e(754)]),this[e(632)]&&this[e(632)][e(679)]||(a[e(694)]=!0),this[e(707)][e(514)](a)){case e(561):this[e(707)][e(729)](a,e(564));break;case e(651):a[e(634)]?(this[e(719)](new Set([a])),this[e(898)](new Set([a])),this[e(707)][e(729)](a,e(509)),this[e(718)](e(804),a)):this[e(707)][e(729)](a,e(839))}return a}[pc(849)](t){const e=pc;this[e(627)]((()=>{const n=e;this[n(611)][n(555)][n(637)]((()=>{const e=n;for(const n of t[e(546)]())n[e(913)]()}))}))}[pc(508)](t){const e=pc;this[e(627)]((()=>{const n=e;this[n(611)][n(555)][n(637)]((()=>{const e=n;for(const n of t[e(546)]())n[e(663)]()}))}))}[pc(559)](t,n){const r=pc,s=this[r(611)][r(495)][r(514)](t);if(!s)throw new e.CKEditorError(r(739),this,{commandName:t});if(this[r(576)][r(780)](s))throw new e.CKEditorError(r(814),this,{commandName:t});this[r(576)][r(523)](s),n&&s.on(r(878),((t,e)=>{const o=r;this[o(790)][o(897)]&&(this[o(876)]||(e[o(617)]>0&&e[e[o(617)]-1]&&e[e[o(617)]-1][o(627)]?e[o(605)]():(t[o(906)]=n(((...t)=>s[o(878)](...t,{forceDefaultExecution:!0})),...e),t[o(536)]())))}),{priority:r(778)})}[pc(627)](t){const n=pc;let r,s;const o=this[n(876)];this[n(876)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(876)]=!1),s&&e.CKEditorError[n(644)](s,this),r}[pc(914)](t,n=null,r={}){const s=pc;if(t[s(822)])return null;const o=this[s(611)][s(597)][s(514)](s(811)).me;for(const{suggestion:e,meta:o}of this[s(825)](t,s(553)))if(o[s(507)]){if(!o[s(558)]){if(o[s(655)]){if(!this[s(882)]||!Lc(e,r))continue;return e}if(Lc(e,r))return e;this[s(525)](e,t[s(730)],t[s(604)]);break}if(n==e[s(747)]&&Lc(e,r)){const n=e[s(867)]();return n[s(730)][s(912)](t[s(604)])?this[s(746)](e,this[s(893)][s(797)](t[s(730)],n[s(604)])):this[s(746)](e,this[s(893)][s(797)](n[s(730)],t[s(604)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(493)+n:s(553),u=this[s(714)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(708)](c,i,a,t),u}[pc(892)](t,n=pc(591),r={}){const s=pc,o=this[s(611)][s(597)][s(514)](s(811)).me,i=this[s(702)][s(685)](s(553),n,s(769));for(const e of this[s(571)]())if(e[s(782)].id==o.id&&s(553)==e[s(855)]&&e[s(747)]==n&&Lc(e,r)&&(i(e[s(581)](),t)||i(t,e[s(581)]()))){for(const n of t)e[s(773)](n);return e}for(const{suggestion:e,meta:n}of this[s(825)](t,s(553))){if(!n[s(507)])continue;if(!this[s(882)]&&n[s(655)])continue;if(!Lc(e,r))continue;let o=!0;for(const n of e[s(581)]())for(const e of t)if(!n[s(795)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(493)+n,l=this[s(714)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(708)](u,a,c,e,Hr[s(704)]());return l}[pc(618)](t,n,r=null,s={}){const o=pc;if(r=r||yc(n),t[o(822)])return null;if(o(821)===this[o(905)]){const e=this[o(702)][o(685)](o(594),r,o(913));return this[o(627)]((()=>e([t],n,s))),null}const i=this[o(611)][o(597)][o(514)](o(811)).me,a=[];if(o(722)!==this[o(905)])for(const{suggestion:e,meta:n}of this[o(825)](t,o(553)))n[o(507)]&&!n[o(661)]&&a[o(676)](...e[o(581)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(921)](s);e&&r[n(676)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(617)];){const s=r[e][n(613)](t);r[n(662)](e,1,...s),e+=s[n(617)]}}return r}(t,a);c[o(617)]&&this[o(893)][o(637)]((()=>{const t=o;for(const e of c){const o=this[t(702)][t(685)](t(594),r,t(913));this[t(627)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(730)],u=t[o(604)];for(const{suggestion:e,meta:n}of this[o(825)](t,o(594))){if(!n[o(507)])continue;if(e[o(747)]!=r)continue;if(!Lc(e,s))continue;const i=e[o(867)]();if(i[o(795)](t,!0))return null;c=c[o(563)](i[o(730)])?c:i[o(730)],u=u[o(695)](i[o(604)])?u:i[o(604)],a?i[o(730)][o(563)](a[o(867)]()[o(730)])?(a[o(843)](),a=e):e[o(843)]():a=e}const l=this[o(893)][o(797)](c,u);if(a)this[o(746)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(714)]({id:t,type:o(680)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(708)](o(680)+r,t,a,l)}}return null}[pc(900)](t,n,r=[],s=null,o={}){const i=pc;n[i(494)]||(n[i(494)]=n[i(629)]),n[i(923)]=t.is(i(699)),s=s||yc(n);const a=r[i(801)]((t=>Nc(t,this[i(893)]))),c=t.is(i(699))?t:Nc(t,this[i(893)]);if(i(821)===this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t([c],n,o))),null}a[i(676)](c);let u=!0;for(const t of a)if(!this[i(631)](t)){u=!1;break}if(u&&i(722)!==this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t([c],n,o))),null}let l=null,f=c[i(730)],h=c[i(604)];for(const{suggestion:t,meta:e}of this[i(825)](c,i(534))){if(!e[i(507)])continue;if(e[i(558)]||e[i(655)]||e[i(661)])continue;if(t[i(819)][i(494)]!=n[i(494)])continue;if(!Lc(t,o))continue;const r=t[i(867)]();if(t[i(747)]==s){if(r[i(795)](c,!0))return null;f=f[i(563)](r[i(730)])?f:r[i(730)],h=h[i(695)](r[i(604)])?h:r[i(604)],l?r[i(730)][i(563)](l[i(867)]()[i(730)])?(l[i(843)](),l=t):t[i(843)]():l=t}else{const e=c[i(921)](r);this[i(770)](t,e)}}const g=this[i(611)][i(597)][i(514)](i(811)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(746)](l,this[i(893)][i(797)](f,h)),l;{const t=this[i(714)]({id:d,type:i(737)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(708)](i(737)+s,d,p,this[i(893)][i(797)](f,h)),t}}[pc(894)](t,n,r=[],s=null,o={}){const i=pc;n[i(494)]||(n[i(494)]=n[i(629)]);const a=t[0];n[i(923)]=a.is(i(699)),s=s||yc(n);const c=r[i(801)]((t=>Nc(t,this[i(893)]))),u=a.is(i(699))?t:t[i(801)]((t=>Nc(t,this[i(893)])));if(i(821)===this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t(u,n,o))),null}c[i(676)](...u);let l=!0;for(const t of c)if(!this[i(631)](t)){l=!1;break}if(l&&i(722)!==this[i(905)]){const t=this[i(702)][i(685)](i(534),s,i(913));return this[i(627)]((()=>t(u,n,o))),null}const f=this[i(611)][i(597)][i(514)](i(811)).me;for(const t of this[i(571)]()){if(t[i(782)].id!=f.id)continue;if(i(534)!=t[i(855)]||t[i(819)][i(494)]!=n[i(494)])continue;if(!Lc(t,o))continue;const e=t[i(747)]==s;for(let n=0;n<u[i(617)];n++){const r=u[n];for(const s of t[i(570)]()){const o=s[i(567)]();if(r[i(912)](o)){e?(u[i(662)](n,1),n--):t[i(793)](s[i(601)]);break}}}}if(0==u[i(617)])return null;const h=this[i(702)][i(685)](i(534),s,i(769));for(const t of this[i(571)]())if(t[i(782)].id==f.id&&i(534)==t[i(855)]&&t[i(819)][i(494)]==n[i(494)]&&t[i(747)]==s&&Lc(t,o)&&(h(t[i(581)](),u)||h(u,t[i(581)]()))){for(const e of u)t[i(773)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(737)+s,m=this[i(714)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(708)](p,g,d,t,Hr[i(704)]());return m}[pc(911)](t,n=null,r={}){const s=pc;if(t[s(822)])return null;const o=this[s(611)][s(597)][s(514)](s(811)).me,a=new i.LiveRange(t[s(730)],t[s(604)]);for(const{suggestion:t,meta:e}of this[s(825)](a,s(553)))if(e[s(507)]&&!e[s(558)])if(t[s(614)]){const e=t[s(581)]()[s(828)]((t=>s(774)!=t[s(858)][s(648)]));if(e[s(857)]((t=>a[s(795)](t,!0)))&&t[s(663)](),e[s(529)]((t=>t[s(795)](a,!0)))){const t=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>t([a],null,r))),null}}else{const e=a[s(921)](t[s(867)]());null!==e&&t[s(762)]([e],null,r)}if(a[s(809)](),a[s(822)]||s(774)==a[s(858)][s(648)])return null;let c=null,u=a[s(730)],l=a[s(604)];const f=this[s(825)](a,s(765));for(const{suggestion:t,meta:e}of f){const n=this[s(893)][s(797)](u,l);if(e[s(507)]&&(this[s(882)]||!e[s(655)]&&!e[s(661)]))if(t[s(614)]){if(!Lc(t,r))continue;let e=!0;for(const r of t[s(581)]()){if(r[s(795)](n,!0))return t;n[s(795)](r)||(e=!1)}e&&t[s(663)]()}else{const e=t[s(867)]();if(e[s(795)](n,!0))return t;if(!Lc(t,r)){n[s(795)](e)?t[s(843)]():e[s(543)](u)?u=e[s(604)]:e[s(543)](l)&&(l=e[s(730)]);continue}u=u[s(563)](e[s(730)])?u:e[s(730)],l=l[s(695)](e[s(604)])?l:e[s(604)],r=Object[s(741)]({},t[s(754)]),c?e[s(730)][s(563)](c[s(867)]()[s(730)])?(c[s(843)](),c=t):t[s(843)]():c=t}}if(c)return this[s(746)](c,this[s(893)][s(797)](u,l)),c;{const t=(0,e.uid)(),i=this[s(893)][s(797)](u,l),a=o.id,c=n?s(693)+n:s(765),f=this[s(714)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(708)](c,t,a,i),f}}[pc(753)](t,n=pc(591),r={}){const s=pc,o=this[s(611)][s(597)][s(514)](s(811)).me,a=t[s(801)]((t=>new i.LiveRange(t[s(730)],t[s(604)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(825)](a,s(553)))e[s(507)]&&!e[s(558)]&&c[s(523)](t);for(const e of c)if(e[s(614)]){const o=e[s(581)]();if((!e[s(754)]||!e[s(754)][s(696)])&&o[s(857)]((t=>a[s(529)]((e=>e[s(795)](t,!0)))))&&e[s(663)](),a[s(857)]((t=>o[s(529)]((e=>e[s(795)](t,!0)))))){const e=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>e(t,null,r))),null}}else{const t=e[s(867)]();if(a[s(529)]((e=>e[s(795)](t,!0)))&&e[s(663)](),a[s(857)]((e=>t[s(795)](e,!0)))){const t=this[s(702)][s(685)](s(765),n,s(913));return this[s(627)]((()=>t(a,null,r))),null}}const u=this[s(702)][s(685)](s(765),n,s(769));let l=null;for(const t of this[s(571)]())if(t[s(782)].id==o.id&&t[s(634)]&&s(765)==t[s(855)]&&t[s(747)]==n&&Lc(t,r)&&(u(t[s(581)](),a)||u(a,t[s(581)]())))if(l){if(t[s(798)]&&t[s(798)][s(617)])continue;for(const e of t[s(581)]())l[s(917)](e)||l[s(773)](e);t[s(843)]()}else{l=t;for(const e of a)t[s(917)](e)||t[s(773)](e)}if(l)return l;c[s(890)]();for(const{suggestion:t,meta:e}of this[s(825)](a,s(765)))e[s(507)]&&(this[s(882)]||!e[s(655)]&&!e[s(661)])&&Lc(t,r)&&c[s(523)](t);for(const t of c){const e=t[s(581)]();if((!r||!r[s(696)])&&a[s(857)]((t=>e[s(529)]((e=>e[s(795)](t,!0))))))return t;(!t[s(754)]||!t[s(754)][s(696)])&&e[s(857)]((t=>a[s(529)]((e=>e[s(795)](t,!0)))))&&t[s(663)]()}const f=(0,e.uid)(),h=o.id,g=s(693)+n,d=this[s(714)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(809)](),t[s(822)]||s(774)==t[s(858)][s(648)]||this[s(708)](g,f,h,t,Hr[s(704)]());return d}[pc(742)](t,n,r,s,o){const i=pc;if(t[i(822)])return[];if(i(821)===this[i(905)])return[];const a=this[i(611)][i(597)][i(514)](i(811)).me.id,c=Array[i(700)](this[i(758)][i(794)]())[i(828)]((e=>i(803)==e[i(855)]&&e[i(819)][i(556)]==n&&e[i(917)](t)));if(i(852)===this[i(905)]){const e=this[i(825)](t,i(553))[i(828)]((({meta:t})=>t[i(507)]&&!t[i(661)]&&!t[i(558)]))[i(801)]((({suggestion:t})=>t));c[i(578)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(803)==t[i(855)]?t[i(819)][i(873)]:void 0,o=t[i(867)](),a=Array[i(700)](u[i(748)]())[i(666)]((t=>t[i(899)](o)));if(!a)continue;const c=a[i(613)](o);this[i(864)](n)&&i(553)==t[i(855)]&&0!=c[i(617)]||(u[i(650)](a),c[i(838)]((t=>{u[i(729)](t,r)})),i(553)!=t[i(855)]&&e!=s&&u[i(729)](a[i(921)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(617)]>37&&console[i(919)](i(526),{key:n});const f=(i(732)+(n+"|")+yc({newValue:s}))[i(620)](0,60),h=this[i(714)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(676)](h),this[i(708)](f,c,a,t)}return l}[pc(889)](t){const e=pc;this[e(759)][e(523)](t)}[pc(880)](t){const e=pc;this[e(660)][e(523)](t)}[pc(678)](t,e=[],n=[]){const r=pc;this[r(559)](t,((t,...e)=>{this[r(577)]((()=>{t(...e)}))}));for(const t of e)this[r(880)](t);for(const t of n)this[r(889)](t)}[pc(908)](t){const e=pc;return e(803)==t[e(855)]?t[e(747)][e(625)]("|")[0]:null}[pc(746)](t,e){const n=pc,r=t[n(582)]();this[n(893)][n(637)]((t=>{t[n(915)](r,{range:e})}))}[pc(881)](t){const e=pc,n=t.id,r=this[e(611)][e(863)][e(514)](e(535));this[e(830)][e(768)](n)||this[e(830)][e(640)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(830)][e(902)](n);s[e(635)](e(757)),s[e(757)]=!1,t[e(798)]=s}[pc(709)](t,n,r,s){const o=pc;if(t[o(855)]!=n||t[o(747)]!=r||t[o(705)].id!=s)throw this[o(611)][o(901)](o(542)),new e.CKEditorError(o(542),this)}[pc(770)](t,n){const r=pc,s=t[r(867)]();if(n[r(912)](s))t[r(843)]();else if(s[r(795)](n)){const o=this[r(893)][r(673)](n[r(730)][r(544)],r(604));this[r(746)](t,this[r(893)][r(797)](s[r(730)],o));const i=(0,e.uid)(),a=t[r(705)].id,c=t[r(855)]+":"+t[r(747)];this[r(714)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(819)],attributes:t[r(754)]});const u=this[r(893)][r(673)](n[r(604)][r(805)],r(698)),l=this[r(893)][r(797)](u,s[r(604)]);this[r(708)](c,i,a,l)}else if(s[r(543)](n[r(730)])){const e=this[r(893)][r(673)](n[r(730)][r(544)],r(604));this[r(746)](t,this[r(893)][r(797)](s[r(730)],e))}else{const e=this[r(893)][r(673)](n[r(604)][r(805)],r(698));this[r(746)](t,this[r(893)][r(797)](e,s[r(604)]))}}[pc(631)](t){const e=pc;for(const{suggestion:n,meta:r}of this[e(825)](t,e(553))){if(!r[e(507)])continue;const s=n[e(581)]();for(const n of s)if(!t[e(613)](n)[e(617)])return!0}return!1}[pc(691)](t){const n=pc,r=this[n(611)][n(597)][n(514)](n(811))[n(659)](t);if(!r)throw new e.CKEditorError(n(579),this);return r}[pc(751)](t){const e=pc,n=this[e(611)][e(597)][e(514)](e(811)),r=(0,o.hashObject)(e(731)+t);return n[e(659)](r)||n[e(527)]({id:r,name:t})}[pc(767)](t,e,n,r,s){const o=pc,i=this[o(691)](r),a=this[o(702)][o(588)](t,e,n,i,s,(t=>{const e=o;this[e(510)](n,{attributes:t});const r=this[e(499)](n);this[e(719)](new Set([r])),this[e(898)](new Set([r]))}));return this[o(539)](a,o(913),(()=>{const t=o;this[t(510)](n,{state:t(551)})}),{priority:o(778)}),this[o(539)](a,o(663),(()=>{const t=o;this[t(510)](n,{state:t(624)})}),{priority:o(778)}),this[o(758)][o(729)](n,a),this[o(707)][o(729)](a,o(561)),a}[pc(781)](t){const e=pc,n=t[e(625)](":");return{group:n[0],type:n[1],subType:n[e(617)]>=5?n[2]:null,id:n[e(617)]<5?n[2]:n[3],authorId:n[e(617)]<5?n[3]:n[4],markerCount:6==n[e(617)]?n[5]:null}}[pc(525)](t,n,r){const s=pc,o=t[s(867)](),i=o[s(730)],a=o[s(604)];this[s(746)](t,this[s(893)][s(797)](i,n));const c=(0,e.uid)(),u=t[s(705)].id,l=t[s(855)]+(t[s(747)]?":"+t[s(747)]:"");this[s(714)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(754)],data:t[s(819)]});const f=this[s(908)](t);(s(534)==t[s(855)]||f&&this[s(864)](f))&&(r=this[s(893)][s(633)](r[s(805)])),this[s(708)](l,c,u,this[s(893)][s(797)](r,a))}[pc(825)](t,e=null){const n=pc,r=[],s=this[n(611)][n(597)][n(514)](n(811)).me;Array[n(845)](t)||(t=[t]);for(const o of this[n(571)]()){if(!o[n(634)])continue;if(e&&o[n(855)]!=e)continue;let i=!1;for(const e of o[n(581)]()){for(const a of t){const t=a[n(730)][n(912)](e[n(604)])||a[n(604)][n(912)](e[n(730)]);if(t||a[n(921)](e)){const c=a[n(795)](e)&&bc(this[n(893)][n(841)],e[n(730)],a),u=e[n(795)](a)&&bc(this[n(893)][n(841)],a[n(730)],e);r[n(676)]({suggestion:o,meta:{isOwn:s==o[n(782)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[pc(708)](t,e,n,r,s){const o=pc;this[o(893)][o(637)]((i=>{const a=o;let c=a(866)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(750)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[pc(677)](t){const e=pc,n=t[e(846)],r=t[e(692)];t[e(846)]=null,t[e(692)]=null,null!=n&&n[e(692)]==t&&(n[e(692)]=r),null!=r&&r[e(846)]==t&&(r[e(846)]=n),e(509)==this[e(707)][e(514)](t)&&(this[e(707)][e(729)](t,e(839)),this[e(718)](e(851),t,n,r))}[pc(714)](t){const n=pc,r=t.id,s=this[n(728)](t);if(this[n(632)]&&this[n(632)][n(679)]){const o=this[n(611)][n(597)][n(514)](n(743)),i=s[n(925)],a=s[n(747)]?s[n(855)]+":"+s[n(747)]:s[n(855)],c=this[n(611)][n(713)],u=o[n(523)](zr(c,n(682))),l={id:r,type:a,hasComments:i,data:t[n(819)]||null,originalSuggestionId:t[n(706)]||null,attributes:s[n(754)]};this[n(632)][n(679)](l)[n(872)]((t=>{const e=n;s[e(694)]=!0,o[e(877)](u),t&&t[e(603)]&&(this[e(758)][e(514)](r)[e(603)]=t[e(603)])}))[n(907)]((t=>{const r=n;throw(0,e.logWarning)(r(788)),this[r(611)][r(555)][r(895)]({isUndoable:!1},(()=>{s[r(663)]()})),s[r(734)](),this[r(758)][r(650)](s.id),this[r(707)][r(650)](s),t}))}return s}[pc(864)](t){const e=pc;return this[e(759)][e(780)](t)}[pc(510)](t,e){const n=pc,r=this[n(611)][n(597)][n(514)](n(743)),s=this[n(499)](t);if(this[n(632)]&&this[n(632)][n(668)])if(s[n(694)]){const s=r[n(523)](zr(this[n(611)][n(713)],n(682)));this[n(632)][n(668)](t,e)[n(872)]((()=>{r[n(877)](s)}))}else s.on(n(752),(()=>{this[n(510)](t,e)}))}[pc(791)](t){const n=pc;if(!this[n(632)]||!this[n(632)][n(499)])throw new e.CKEditorError(n(636),this);return this[n(632)][n(499)](t)}[pc(861)](t){const e=pc,{id:n,type:r,subType:s,authorId:o}=this[e(781)](t),i=this[e(758)][e(514)](n)||this[e(767)](r,s,n,o,{});switch(this[e(709)](i,r,s,o),this[e(707)][e(514)](i)){case e(561):this[e(791)](n)[e(872)]((t=>{const r=e;let s=Promise[r(910)]();t[r(925)]&&(s=this[r(830)][r(720)]({channelId:this[r(611)][r(863)][r(514)](r(535)),threadId:n})),s[r(872)]((()=>{const e=r;this[e(728)](t)[e(694)]=!0}))})),this[e(707)][e(729)](i,e(651));break;case e(839):this[e(510)](n,{state:e(656)});case e(564):this[e(707)][e(729)](i,e(509)),this[e(718)](e(804),i);break;case e(509):this[e(718)](e(842),i)}return i[e(506)](t),i}[pc(898)](t){const e=pc,n=Array[e(700)](t),r=n[e(828)]((t=>e(803)==t[e(855)]));this[e(686)](r);const s=n[e(828)]((t=>!t[e(614)]&&e(803)!=t[e(855)])),o=this[e(571)]({skipNotAttached:!0})[e(828)]((t=>!t[e(614)]&&e(803)!=t[e(855)])),i=o[e(828)]((n=>!t[e(780)](n))),a=new Map(o[e(801)]((t=>[t,this[e(702)][e(685)](t[e(855)],t[e(747)],e(595))]))),c=new Map(o[e(801)]((t=>[t,t[e(867)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(617)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(617)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(617)];t++){const n=s[t];!l[e(780)](n)&&n[e(846)]&&(f[e(523)](n[e(846)]),n[e(846)][e(692)]===n&&(n[e(846)][e(692)]=null),n[e(846)]=null),!u[e(780)](n)&&n[e(692)]&&(f[e(523)](n[e(692)]),n[e(692)][e(846)]===n&&(n[e(692)][e(846)]=null),n[e(692)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(617)];e++){const r=g(t,n[e]);r&&(r[0][s(692)]=r[1],r[1][s(846)]=r[0],u[s(523)](r[0]),l[s(523)](r[1]))}}function g(t,n){const r=e;if(t[r(782)].id!==n[r(782)].id)return null;const s=a[r(514)](t)(t,n,c[r(514)](t),c[r(514)](n));return s&&a[r(514)](n)(t,n,c[r(514)](t),c[r(514)](n))?s[1][r(798)]&&s[1][r(798)][r(617)]?null:s:null}f[e(810)]&&this[e(898)](f)}[pc(686)](t){const e=pc;if(0==t[e(617)])return;const n=this[e(571)]({skipNotAttached:!0})[e(828)]((t=>e(803)==t[e(855)]&&t[e(669)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(754)]);s[e(780)](n)||(s[e(729)](n,r[e(617)]),r[e(676)]([]));const i=s[e(514)](n);r[i][e(676)](t)}!function(){const t=e;r[t(538)](((e,n)=>{const r=t,s=e[0][r(603)],o=n[0][r(603)];return s==o?e[0][r(754)][r(761)]<n[0][r(754)][r(761)]?-1:1:s<o?-1:1}));for(const e of r)e[t(538)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(617)];t++){if(0==r[t][e(617)])continue;const n=[];for(let s=t+1;s<r[e(617)];s++)0!=r[s][e(617)]&&i(r[t],r[s])&&n[e(676)](s);for(const s of n)r[t]=r[t][e(628)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(617)];n++)t[n][e(692)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(617)];n++)t[n][e(846)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(754)][r(761)]!==n[0][r(754)][r(761)]&&t[0][r(782)]!==n[0][r(782)])return!1;if(!function(t,e){const n=r;return!t[n(925)]&&!e[n(925)]||(!t[n(925)]||!e[n(925)])&&(!!(t[n(925)]&&e[n(603)]<t[n(798)][n(783)][n(514)](0)[n(603)])||!!(e[n(925)]&&t[n(603)]<e[n(798)][n(783)][n(514)](0)[n(603)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(754)],r(761)),o=gc(n[0][r(754)],r(761));return!!Or(s,o)&&(!!t[r(857)]((t=>n[r(529)]((e=>t[r(867)]()[r(912)](e[r(867)]())))))&&n[r(857)]((e=>t[r(529)]((t=>e[r(867)]()[r(912)](t[r(867)]()))))))}}[pc(719)](t){const e=pc,n=Array[e(700)](t),r=this[e(571)]({skipNotAttached:!0}),s=r[e(828)]((n=>!t[e(780)](n))),o=new Map(n[e(801)]((t=>[t,this[e(702)][e(685)](t[e(855)],t[e(747)],e(769))]))),i=new Map(r[e(801)]((t=>[t,t[e(581)]()])));for(let t=0;t<n[e(617)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(617)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(617)];e++){const s=r[e];if(s[a(855)]!==n[a(855)]||s[a(782)].id!==n[a(782)].id||s[a(747)]!==n[a(747)])continue;if(!Sc(n,s,[a(761)]))continue;if(a(803)==n[a(855)]&&n[a(819)][a(873)]!=s[a(819)][a(873)])continue;if(a(803)==n[a(855)]&&t[a(864)](n[a(819)][a(556)]))continue;if(a(534)==n[a(855)]){const e=t[a(611)][a(555)],r=n[a(727)]();if(r&&(e[a(841)][a(697)](r)||e[a(841)][a(548)](r)))continue}const c=o[a(514)](n),u=i[a(514)](n),l=i[a(514)](s),f=n[a(798)]&&n[a(798)][a(617)],h=s[a(798)]&&s[a(798)][a(617)];if(!f&&c(l,u))return t[a(518)](s,n),i[a(650)](n),!0;if(!h&&c(u,l))return t[a(518)](n,s),i[a(650)](s),!0}return!1}}[pc(518)](t,e){const n=pc;if(t[n(614)])for(const r of e[n(581)]())t[n(773)](r);else{const r=e[n(867)]()[n(604)];this[n(746)](t,this[n(893)][n(797)](t[n(867)]()[n(730)],r))}e[n(843)]()}[pc(875)](t,e){const n=pc,r=t[n(609)](n(665))||t[n(609)](n(803))?n(802):t[n(497)]();return zr(this[n(611)][n(713)],e+"_"+r+n(585))}[pc(573)](){const t=pc,e=this[t(611)];(0,o.surroundingMarkersDetector)(this[t(893)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(781)](t[s(601)]);if(s(642)===e){o[s(676)](this[s(875)](n,s(806)));break}}for(const t of r){const{group:e,type:n}=this[s(781)](t[s(601)]);if(s(642)===e){o[s(676)](this[s(875)](n,s(587)));break}}o[s(617)]&&e.ui[s(833)][s(745)](s(504),o[s(769)](" "))}))}[pc(816)](t){const e=pc;if(this[e(643)])return!1;const n=this[e(611)],r=n[e(555)][e(501)][e(583)][e(879)]();if(0==r[e(617)])return!1;const s=[],o=r[e(828)]((t=>e(803)==t[e(855)])),i=r[e(828)]((t=>e(735)==t[e(855)]&&e(717)!=t[e(601)])),a=r[e(828)]((t=>e(877)==t[e(855)]&&e(717)!=t[e(601)]));for(const t of o)s[e(676)]({key:t[e(784)],newValue:t[e(688)],oldValue:t[e(836)],range:Cc(t[e(699)],n[e(555)])});for(const t of i){const r=a[e(666)]((n=>n[e(786)][e(912)](t[e(786)])));r&&s[e(676)]({key:e(616),newValue:t[e(601)],oldValue:r[e(601)],range:n[e(555)][e(522)](t[e(786)][e(670)])})}return 0!=s[e(617)]&&this[e(687)](t,s)}[pc(837)](t){const e=pc;let n=!1;const r=this[e(611)][e(555)][e(501)][e(583)][e(883)]()[e(828)]((t=>t[e(819)][e(500)]&&t[e(601)][e(609)](e(776))));for(const s of r){const{subType:r,id:o}=this[e(781)](s[e(601)]),i=r[e(625)]("|")[0];for(const r of this[e(571)]({skipNotAttached:!0}))r.id!=o&&e(803)==r[e(855)]&&r[e(819)]&&r[e(819)][e(556)]==i&&r[e(867)]()[e(899)](s[e(819)][e(500)])&&(this[e(885)](r,s[e(819)][e(500)],t),n=!0)}return n}[pc(577)](t){const e=pc;this[e(611)],this[e(643)]=!0,t()}[pc(744)](t){const e=pc,n=this[e(864)](t),r=this[e(660)][e(780)](t);return n||r}[pc(687)](t,e){const n=pc;if(0==e[n(617)])return!1;let r=!1;for(const s of e){const e=this[n(825)](s[n(699)],n(803))[n(828)]((t=>!t[n(598)][n(558)]))[n(801)]((t=>t[n(642)])),i=(0,o.hashObject)({newValue:s[n(884)]});e[n(828)]((t=>{const e=n,[r,o]=t[e(747)][e(625)]("|");return r==s[e(556)]&&o!=i}))[n(838)]((e=>{const o=n;this[o(885)](e,s[o(699)],t),r=!0}))}return r}[pc(885)](t,e,n){const r=pc,s=t[r(867)]()[r(613)](e);0!==s[r(617)]?1!==s[r(617)]?this[r(525)](t,e[r(730)],e[r(604)]):this[r(746)](t,s[0]):n[r(793)](t[r(582)]())}}class Ec{constructor(t){const e=pc;this[e(654)]=t,this[e(893)]=t[e(555)],this[e(733)]=new Map,this[e(847)]=new Map,this[e(711)]()}[pc(588)](t,e,n,r,s,o){const i=pc;return new Hr(this[i(893)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(685)](t,e,i(913))(...n),onDiscard:(...n)=>this[i(685)](t,e,i(663))(...n)})}[pc(566)](t,e,n,r){const s=pc,o=t+":"+e+":"+n;this[s(733)][s(729)](o,r)}[pc(685)](t,e,n){const r=pc,s=t+":"+e+":"+n;return this[r(733)][r(514)](s)||this[r(847)][r(514)](t+":"+n)}[pc(711)](){const t=pc,e=()=>!1,n=t=>{const e=dc;t[e(538)](((t,n)=>t[e(730)][e(563)](n[e(730)])?1:-1)),this[e(893)][e(637)]((n=>{const r=e;for(const e of t){let t;t=e[r(604)][r(888)]&&e[r(604)][r(805)]==e[r(730)][r(670)]?n[r(792)](e[r(730)][r(670)],"on"):n[r(792)](e),this[r(893)][r(657)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=dc;e&&this[n(893)][n(637)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(801)]((t=>(Tc(t)&&(t=this[s(893)][s(797)](t[s(604)])),t)))[s(828)]((t=>s(774)!==t[s(858)][s(648)]));if(c[s(617)]<1)return;const u=Array[s(700)](this[s(893)][s(501)][s(505)][s(581)]())[s(801)]((t=>i.LiveRange[s(593)](t)));r[s(850)](c);for(const t of this[s(654)][s(495)][s(495)]())t[s(755)]();a[s(676)]({forceDefaultExecution:!0}),this[s(654)][s(878)](o,...a);const l=u[s(828)]((t=>s(774)!=t[s(858)][s(648)]));l[s(617)]>0&&r[s(850)](l);for(const t of u)t[s(809)]()}))},s=(e,n)=>1==e[t(617)]&&1==n[t(617)]&&e[0][t(604)][t(912)](n[0][t(730)]),o=(e,n,r,s)=>Rc(e,n,r,s,this[t(893)])?[e,n]:Rc(n,e,s,r,this[t(893)])?[n,e]:null;this[t(847)][t(729)](t(519),e),this[t(847)][t(729)](t(498),n),this[t(847)][t(729)](t(626),s),this[t(847)][t(729)](t(815),o),this[t(847)][t(729)](t(920),n),this[t(847)][t(729)](t(886),e),this[t(847)][t(729)](t(672),s),this[t(847)][t(729)](t(832),o),this[t(847)][t(729)](t(552),r),this[t(847)][t(729)](t(681),e),this[t(847)][t(729)](t(565),s),this[t(847)][t(729)](t(602),e),this[t(847)][t(729)](t(630),r),this[t(847)][t(729)](t(639),e),this[t(847)][t(729)](t(610),s),this[t(847)][t(729)](t(690),e),this[t(847)][t(729)](t(856),e),this[t(847)][t(729)](t(807),((e,n)=>{const r=t;if(!n)return;const s=this[r(654)][r(597)][r(514)](Ic);this[r(893)][r(637)]((t=>{const o=r;if(o(616)==n[o(556)])for(const r of e){const e=r[o(730)][o(670)],s=n[o(873)];t[o(826)](e,s)}else if(s[o(864)](n[o(556)]))for(const r of e)void 0!==n[o(873)]?t[o(502)](n[o(556)],n[o(873)],r[o(730)][o(670)]):t[o(568)](n[o(556)],r[o(730)][o(670)]);else for(const r of e)n[o(873)]?t[o(502)](n[o(556)],n[o(873)],r):t[o(568)](n[o(556)],r)}))})),this[t(847)][t(729)](t(575),s)}}function bc(t,e,n){const r=pc;for(const s of e[r(805)][r(511)]({includeSelf:!0,parentFirst:!0})){if(s[r(858)]==s)return!1;if(!n[r(589)](s))return!1;if(t[r(697)](s)||t[r(548)](s))return!0}return!1}function Tc(t){const e=pc;return t[e(604)][e(805)]==t[e(730)][e(670)]&&t[e(604)][e(622)]}function _c(t,e,n,r){const s=pc,o=t=>!t[s(547)].is(s(844))&&!r[s(697)](t[s(547)]),i=t[s(730)][s(834)](o),a=t[s(604)][s(834)](o,{direction:s(516)});return!(t[s(730)][s(912)](i)&&t[s(604)][s(912)](a)||(i[s(563)](a)?n[s(915)](e,{range:n[s(797)](i,a)}):n[s(793)](e),0))}function yc(t){return(0,o.hashObject)(t)}function Ac(t){const e=pc,n=t[e(730)][e(670)];return n&&n.is(e(715))}function kc(){const t=["warn","deletion:accept","getIntersection","clone","multipleBlocks","markers","hasComments","substr","removeComment","insertion:","formatGroupId","commands","createElement","toUpperCase","insertion:discard","getSuggestion","newRange","document","setAttribute","2038570eqFbxY","trackChanges","selection","addMarkerName","isOwn","discardSuggestion","ready","_updateSuggestionData","getAncestors","oldRange","upcast","get","markerNameToElements","backward","lowest","_joinSuggestions","insertion:accept","data-suggestion","19799RhzyMv","createRangeOn","add","widget","_breakSuggestionMarker","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","addUser","addMarker:suggestion:formatBlock","some","track-changes-adapter-already-set","elementStart","conversion","moveTargetPosition","formatBlock","collaboration.channelId","stop","writer","sort","listenTo","getNearestSelectionRange","define","track-changes-suggestion-data-mismatch","containsPosition","nodeBefore","acceptSelectedSuggestions","getAllAdjacentSuggestions","item","isLimit","addHighlight","getWalker","accepted","formatInline:accept","insertion","requires","model","key","ck-suggestion-marker-formatInline","isNextTo","enableCommand","activeMarkers","notReady","isTouching","isBefore","dataReady","formatInline:join","registerCustomCallback","getRange","removeAttribute","getItems","getMarkers","getSuggestions","elementEnd","_initAriaMarkerChangeAnnouncements","_descriptionFactory","attribute:join","_enabledCommands","_recordAttributeChanges","unshift","track-changes-user-not-found","highest","getRanges","getFirstMarker","differ","@external","_SUGGESTION_ANNOUNCEMENT","authorName","ENTER","buildSuggestion","containsItem","isSelectable","multi","consume","fromRange","formatInline","chain","suggestion-type","plugins","meta","_element","ck-suggestion-marker-formatBlock","name","formatInline:chain","createdAt","end","pop","$marker","4CluFaI","removeMarker:suggestion:attribute","startsWith","formatBlock:join","editor","256314qgdlxQ","getDifference","isMultiRange","createRangeIn","$elementName","length","markInlineFormat","low","substring","change:activeMarkers","isAtStart","bindElementToMarker","rejected","split","insertion:join","forceDefaultExecution","concat","commandName","formatBlock:accept","_rangeIsInLocalUserInsertion","_adapter","createPositionBefore","isInContent","unbind","track-changes-adapter-missing-getsuggestion","change","getShiftedBy","formatBlock:discard","addCommentThread","getCustomProperty","suggestion","_recordAttributeSuggestions","rethrowUnexpectedError","tablePasteChainId","options","dataDowncast","rootName","136302FUAnrU","delete","markerReady","discardAllSuggestions","_afterChanges","_editor","containsRangeInObject","open","deleteContent","markerName","getUser","_inlineAttributeKeys","isInsideObject","splice","discard","928503vhEpie","format","find","includes","updateSuggestion","_isDataLoaded","nodeAfter","update:suggestion","deletion:join","createPositionAt","insertContent","isExternal","push","_removeSuggestion","_enableDefaultAttributesIntegration","addSuggestion","formatInline:","formatInline:discard","PENDING_ACTION_SUGGESTION","119VAvNJc","pluginName","getSuggestionCallback","_refreshAttributeSuggestionsChain","_reduceExistingSuggestions","attributeNewValue","consumable","formatBlock:chain","_getAuthorFromId","next","deletion:","_saved","isAfter","skipNestingCheck","isObject","after","range","from","ck-suggestion-marker-","_suggestionFactory","addMarker:suggestion","getMultiRangeId","creator","originalSuggestionId","_suggestionState","_addSuggestionMarker","_checkSuggestionCorrectness","674005LIksNR","_registerDefaultCallbacks","howMany","locale","_setSuggestionData","element","trackChanges.mergeNestedSuggestions","$text","fire","_joinWithAdjacentSuggestions","fetchCommentThread","targetPosition","always","init","TrackChangesEditing","setTo","dataToMarker","getContainedElement","addSuggestionData","set","start","external:","attribute:","_customCallbacks","stopListening","insert","toViewElement","formatBlock:","isDocumentOperation","track-changes-command-not-found","splitPosition","assign","markAttributeChange","PendingActions","_isRegisteredAttribute","announce","_setSuggestionRange","subType","keys","adapter","addMarker","_getExternalAuthor","change:_saved","markMultiRangeDeletion","attributes","refresh","normal","isRemovable","_suggestions","_blockAttributeKeys","registerPostFixer","groupId","_onDiscard","CommentsRepository","addClass","deletion","showSuggestionHighlights","_createSuggestion","hasCommentThread","join","_cutOutSuggestionMarker","head","createPositionAfter","addRange","$graveyard","markerToData","suggestion:attribute:","discardSelectedSuggestions","high","track-changes-suggestion-not-found","has","_splitMarkerName","author","comments","attributeKey","applyOperation","position","containerElement","error-saving-suggestion-data-suggestion-discarded","editing","trackChangesCommand","_getSuggestionData","createSelection","removeMarker","values","containsRange","ck-suggestion-marker","createRange","commentThread","11bRKofC","forward","map","FORMATTING","attribute","suggestionLoaded","parent","LEAVE","attribute:discard","24PmuZns","detach","size","Users","group","10fDDDRK","track-changes-enable-command-twice","insertion:chain","_processAttributeChanges","markerToHighlight","authoredAt","data","fromCharCode","never","isCollapsed","57361wSjPwi","getAttribute","_findSuggestions","rename","isLocal","filter","toJSON","_commentsRepository","isBlock","deletion:chain","ariaLiveAnnouncer","getLastMatchingPosition","marker-count","attributeOldValue","_processAttributeSuggestions","forEach","removed","isUndo","schema","suggestionChanged","removeMarkers","$textProxy","isArray","previous","_defaultCallbacks","removeClass","acceptSuggestion","setSelection","suggestionUnloaded","default","reconvertMarker","move","type","attribute:accept","every","root","before","documentSelection","_handleNewSuggestionMarker","mapper","config","_isBlockAttribute","editingDowncast","suggestion:","getFirstRange","ck-suggestion-marker--active","elementToElement","addMarker:suggestion:attribute","change:data","then","oldValue","3468YqvMpt","_getMarkerAnnouncementText","_isForcedDefaultExecutionBlock","remove","execute","getChanges","_registerInlineAttribute","_addThreadToSuggestion","_mergeNestedSuggestions","getChangedMarkers","newValue","_reduceSuggestionAttributeRange","deletion:discard","hasSuggestion","isAtEnd","_registerBlockAttribute","clear","acceptAllSuggestions","markMultiRangeInsertion","_model","markMultiRangeBlockFormat","enqueueChange","removeMarker:suggestion:formatBlock","value","_refreshSuggestionsChain","isIntersecting","markBlockFormat","enableReadOnlyMode","getCommentThread","trackChanges.trackFormatChanges","for","_trackFormatChanges","return","catch","_getAttributeKey","batch","resolve","markDeletion","isEqual","accept","markInsertion","updateMarker","unbindElementFromMarkerName","isIntersectingWithRange","addComment"];return(kc=function(){return t})()}function Cc(t,e){const n=pc;return null==t[n(604)][n(544)]&&t[n(604)][n(805)]==t[n(730)][n(670)]?Nc(t[n(730)][n(670)],e):t}function Nc(t,e){const n=pc,r=e[n(841)][n(697)](t)||e[n(841)][n(590)](t);return e[n(797)](e[n(673)](t,n(859)),r?e[n(772)](t):e[n(673)](t,n(604)))}function Rc(t,e,n,r,s){const o=pc;if(!Sc(t,e))return!1;if(n[o(604)][o(912)](r[o(730)]))return!0;if(t[o(855)]!=e[o(855)])return!1;if(!n[o(604)][o(562)](r[o(730)]))return!1;const i=s[o(797)](n[o(604)],r[o(730)])[o(550)]();for(const t of i)if([o(531),o(572)][o(667)](t[o(855)])&&s[o(841)][o(548)](t[o(547)]))return!1;return!0}function Sc(t,e,n=[]){const r=pc;return!(!t[r(669)]||!e[r(669)])&&Or(gc(t[r(754)],n),gc(e[r(754)],n))}function Lc(t,e){const n=pc,r=vc(t[n(754)]),s=vc(e);if(!t[n(669)])return!1;for(const t of Object[n(748)](s))if(!Or(r[t],s[t]))return!1;return!0}function vc(t){const e=pc,n=Object[e(741)]({},t);return delete n[e(696)],delete n[e(645)],n}const Mc=Oc;function wc(){const t=["_discardCommand","plugins","isEnabled","_editor","isDirty","locale","destroy","_acceptCommand","243GowmsH","getRanges","change:isDirty","3wvSCJg","449838leOpuD","unbind","canDiscard","3049856rqqQuy","_setPendingAction","canAccept","926781nPwNAV","remove","acceptSuggestion","_pendingAction","get","model","3300508pSkqgR","view","328230bvEqJq","PendingActions","515890GTovru","add","PENDING_ACTION_SUGGESTION","commentThreadController","discardSuggestion","stopListening","canEditAt","commands","execute","6mkMwdK","_removePendingAction","4933365XyWkXZ","listenTo","bind"];return(wc=function(){return t})()}function Oc(t,e){const n=wc();return(Oc=function(t,e){return n[t-=110]})(t,e)}!function(t,e){const n=Oc,r=t();for(;;)try{if(518245===-parseInt(n(135))/1+-parseInt(n(129))/2*(-parseInt(n(128))/3)+-parseInt(n(141))/4+-parseInt(n(114))/5*(-parseInt(n(112))/6)+parseInt(n(143))/7+-parseInt(n(132))/8+-parseInt(n(125))/9*(-parseInt(n(145))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Dc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Oc;super(),this[s(140)]=e,this[s(142)]=n,this[s(148)]=r,this[s(120)]=t,this[s(124)]=t[s(110)][s(139)](s(137)),this[s(117)]=t[s(110)][s(139)](s(149)),this[s(142)][s(116)](s(119)).to(this[s(124)],this[s(117)],((t,e)=>t||e)),this[s(142)][s(116)](s(134)).to(this[s(124)],s(119),(t=>t&&this[s(120)][s(140)][s(151)](e[s(126)]()))),this[s(142)][s(116)](s(131)).to(this[s(117)],s(119),(t=>t&&this[s(120)][s(140)][s(151)](e[s(126)]()))),this[s(138)]=null,n[s(121)]&&this[s(133)](),this[s(115)](n,s(137),(()=>this[s(137)]())),this[s(115)](n,s(149),(()=>this[s(149)]())),this[s(115)](n,s(127),(()=>{const t=s;n[t(121)]?this[t(133)]():this[t(113)]()}))}[Mc(137)](){const t=Mc;this[t(124)][t(111)](this[t(140)].id)}[Mc(149)](){const t=Mc;this[t(117)][t(111)](this[t(140)].id)}[Mc(123)](){const t=Mc;this[t(142)][t(130)](t(119)),this[t(142)][t(130)](t(134)),this[t(142)][t(130)](t(131)),this[t(150)](),this[t(148)][t(123)](),this[t(138)]&&this[t(113)]()}[Mc(133)](){const t=Mc,e=zr(this[t(120)][t(122)],t(147));this[t(138)]=this[t(120)][t(118)][t(139)](t(144))[t(146)](e)}[Mc(113)](){const t=Mc;null!==this[t(138)]&&this[t(120)][t(118)][t(139)](t(144))[t(136)](this[t(138)]),this[t(138)]=null}}const Fc=Pc;function Pc(t,e){const n=xc();return(Pc=function(t,e){return n[t-=398]})(t,e)}function xc(){const t=["canDiscard","60591pNMEXg","_config","addComment","canAccept","14751780sMcXUB","isReadOnly","63aUQkfb","setData","isActive","assign","destroy","CommentView","87070MqjNRI","6890gMBYto","length","fire","cancel","_createCommentThreadInputView","updateComment","16051qjRZbu","4278830RoKYdJ","element","submit","commentThreadInputView","isDirty","editorConfig","set","bind","_createCommentViews","locale","commentInputView","disableComments","removeComment","value","delegate","showInput","authoredAt","_localUser","33tEovpo","134mAmtDk","hasDirtyComment","commentsListView","1230WXPuoq","475504LRHNRj","focus","3592ZFFGKJ","isEnabled","editor","descriptionParts","_model","disabledSubmit","commentThread"];return(xc=function(){return t})()}!function(t,e){const n=Pc,r=t();for(;;)try{if(911780===parseInt(n(419))/1+-parseInt(n(446))/2*(parseInt(n(407))/3)+-parseInt(n(399))/4*(-parseInt(n(420))/5)+-parseInt(n(449))/6*(-parseInt(n(426))/7)+parseInt(n(450))/8*(parseInt(n(413))/9)+-parseInt(n(427))/10*(-parseInt(n(445))/11)+-parseInt(n(411))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xc);class Bc extends s.View{constructor(t,e,n,r){const s=Pc;super(t),this[s(448)]=null,this[s(430)]=null,this[s(433)](s(415),!1),this[s(433)](s(443),e[s(443)]),this[s(434)](s(443)).to(e),this[s(433)](s(402),[]),this[s(433)](s(431),!1),this[s(433)](s(400),!1),this[s(433)](s(410),!1),this[s(433)](s(406),!1),this[s(403)]=e,this[s(444)]=n,this[s(408)]=r,r[s(438)]?this[s(433)](s(421),1):this[s(435)]()}[Fc(398)](){const t=Fc;this[t(428)][t(398)]()}[Fc(417)](){const t=Fc;this[t(448)]&&this[t(448)][t(417)](),this[t(430)]&&this[t(430)][t(417)](),super[t(417)]()}[Fc(435)](){const t=Fc,{CommentsListView:e}=this[t(408)];this[t(448)]=new e(this[t(436)],this[t(403)][t(405)],Object[t(416)]({CommentView:this[t(408)][t(418)]},this[t(408)])),this[t(448)][t(441)](t(439)).to(this),this[t(448)][t(441)](t(425)).to(this),this[t(448)][t(434)](t(415)).to(this),this[t(433)](t(421),this[t(448)][t(421)]+1),this[t(434)](t(421)).to(this[t(448)],t(421),(t=>t+1)),this[t(430)]=this[t(424)](),this.on(t(439),(()=>this[t(398)]())),this[t(434)](t(431)).to(this[t(448)],t(447),this[t(430)][t(437)],t(440),((t,e)=>t||!!e))}[Fc(424)](){const t=Fc,{CommentThreadInputView:e}=this[t(408)],n=new e(this[t(436)],this[t(444)],this[t(408)][t(432)]),r=n[t(437)];return n[t(434)](t(442)).to(this,t(415),this[t(403)][t(405)],t(412),r,t(440),((t,e,n)=>!!n||t&&!e)),r.on(t(429),((e,n)=>{const s=t;this[s(422)](s(409),n),r[s(401)][s(414)]("")})),r.on(t(423),(()=>this[t(398)]())),r[t(434)](t(404)).to(this[t(403)][t(405)],t(412)),n}}const Uc=jc;function jc(t,e){const n=Hc();return(jc=function(t,e){return n[t-=362]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(770433===parseInt(n(395))/1*(parseInt(n(386))/2)+-parseInt(n(426))/3+parseInt(n(406))/4+-parseInt(n(429))/5*(parseInt(n(413))/6)+-parseInt(n(458))/7*(parseInt(n(409))/8)+parseInt(n(442))/9+-parseInt(n(378))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Gc extends Bc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(399)](i(388),""),this[i(372)](i(388)).to(this,i(440),(t=>t&&t[0]?t[0][i(388)]:"")),this[i(372)](i(438)).to(this,i(440),this,i(385),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(416)+Vc(e[n(401)],e[n(439)])+n(424);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(445)]=null,this[i(435)]=this[i(383)](zr(e,i(421)),t.icons[i(461)],i(454),i(410),"sw"),this[i(435)][i(372)](i(444)).to(this,i(367)),this[i(412)]=this[i(383)](zr(e,i(384)),t.icons[i(449)],i(464),i(450),"sw"),this[i(412)][i(372)](i(444)).to(this,i(368)),this[i(457)]=new o.UserView(e,this[i(391)][i(407)],this[i(418)]()),this[i(457)][i(404)]({attributes:{class:[i(425),i(437)]}}),this[i(455)](this[i(365)]())}[Uc(365)](){const t=Uc,e=this[t(453)],n=[{tag:t(419),attributes:{class:[t(371),t(431)]},children:[{tag:t(379),children:[{text:this[t(457)][t(463)]}],attributes:{class:[t(434),t(380)]}},{tag:t(362),attributes:{datetime:e.to(t(420)),class:[t(417),t(436)]},children:[{text:e.to(t(420),(e=>this[t(398)][t(427)](e)))}]}]},{tag:t(419),attributes:{class:[t(459),t(393)]},children:[this[t(435)],this[t(412)]]},{tag:t(419),attributes:{class:[t(389)]}}];this[t(391)][t(400)]&&n[t(370)]({tag:t(419),attributes:{class:[t(471)]},children:[{text:this[t(422)]()}]});const r={tag:t(419),attributes:{class:[t(451),e.if(t(385),t(423)),e.to(t(388),(e=>t(390)+e)),this[t(398)][t(452)]&&t(373)],"data-suggestion-id":this[t(391)].id,"data-thread-id":this[t(391)][t(392)].id,"data-author-id":this[t(391)][t(407)].id,tabindex:-1},children:[{tag:t(419),attributes:{class:[t(363),t(428)]},children:[this[t(457)],{tag:t(419),attributes:{class:[t(446),t(377)]},children:n}]}]};return this[t(397)]&&this[t(430)]&&(r[t(443)][t(370)](this[t(397)],this[t(430)]),this[t(397)][t(470)](t(415)).to(this),this[t(397)][t(470)](t(394)).to(this),this[t(430)][t(470)](t(415)).to(this),this[t(430)][t(470)](t(394)).to(this)),r}[Uc(375)](){const t=Uc;super[t(375)](),this[t(445)]=this[t(381)][t(465)](t(433)),this[t(445)][t(402)]=this[t(438)],this.on(t(462),((e,n,r)=>{const s=t;this[s(445)][s(402)]=r}))}[Uc(383)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(396)]);return a[i(399)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(404)]({attributes:{class:n}}),a.on(i(448),(()=>{const t=i;this[t(403)](r,this[t(391)].id)})),a}[Uc(422)](){const t=Uc;return t(374)===this[t(391)][t(366)][t(364)][t(456)]?zr(this[t(396)],t(408)):zr(this[t(396)],t(466))}[Uc(418)](){const t=Uc;return this[t(391)][t(400)]?t(374)===this[t(391)][t(366)][t(364)][t(456)]?zr(this[t(396)],t(472),this[t(391)][t(411)][t(463)]):zr(this[t(396)],t(447),this[t(391)][t(411)][t(463)]):null}}function Vc(t,e){const n=Uc;let r="";return r+=t[n(376)]("*")[n(460)](((t,e)=>e%2!=0?n(369)+zc(t)+n(441):zc(t)))[n(405)](""),e&&(r+=n(387)+e[n(468)]+n(467)+e[n(382)]+n(414)),r}function Hc(){const t=["ck-suggestion--disabled-comments","importWord","render","split","ck-annotation__main","699550WWXAAc","span","ck-annotation__info-name","element","title","_createButton","Discard suggestion","isActive","4zBIsem",'<span class="ck-suggestion-color" style="background-color: ',"type","ck-annotation__content-wrapper","ck-suggestion-","_model","commentThread","ck-annotation__actions","editorDestroyed","667240pHAnrJ","locale","commentsListView","_config","set","isExternal","content","innerHTML","fire","extendTemplate","join","2317692kzDxMi","author","EXTERNAL_IMPORT_WORD_SUGGESTION","8iqCFzU","acceptSuggestion","creator","discardButton","18hwiLmM",'"></span>',"editorReady","<p>","ck-comment__info-time","getUserViewNotificationText","div","authoredAt","Accept suggestion","getExternalSuggestionNote","ck-suggestion-wrapper--active","</p>","ck-suggestion__user","2381427WttzWt","formatDateTime","ck-annotation","549365EcMrnf","commentThreadInputView","ck-annotation__info","innerText",".ck-annotation__content-wrapper","ck-suggestion__info-name","acceptButton","ck-annotation__info-time","ck-annotation__user","description","color","descriptionParts","</span>","3790089tNwhrV","children","isEnabled","_descriptionElement","ck-suggestion__main","EXTERNAL_AVATAR","execute","cancel","discardSuggestion","ck-suggestion-wrapper","disableComments","bindTemplate","ck-suggestion--accept","setTemplate","source","userView","2598456WcITva","ck-suggestion__actions","map","check","change:description","name","ck-suggestion--discard","querySelector","EXTERNAL_SUGGESTION",'" title="',"value","createElement","delegate","ck-comment__external","EXTERNAL_IMPORT_WORD_AVATAR","time","ck-suggestion","@external","getTemplate","attributes","canAccept","canDiscard",'<span class="ck-suggestion-type">',"push","ck-suggestion__info","bind"];return(Hc=function(){return t})()}function zc(t){const e=Uc,n=document[e(469)](e(379));return n[e(432)]=t,n[e(402)]}const Wc=Xc;function Xc(t,e){const n=Kc();return(Xc=function(t,e){return n[t-=474]})(t,e)}function Kc(){const t=["componentFactory","6044427PsikOh","suggestionLoaded","toMany","hasSuggestion","keys","innerView","comments.editorConfig","filter","30eVycOY","getMarkerNames","head","CommentsRepository","_descriptionFactory","trackChanges","_bindAnnotationToEditors","stopListening","getDescriptions","length","trackChanges.disableComments","execute","arrowView","Annotations","addSourceCollector","reduce","_handleSuggestionControllerDelayed","values","delete","Discard all selected suggestions","actionView","createAnnotationView","_destroyController","_unbindEditors","mainView","unbind","_disableComments","1FYVoHb","add","_annotationViews","descriptionParts","discardButton","isOn","discardAllSuggestions","acceptSelectedSuggestions","switchbutton","config","isMultiRange","suggestionUnloaded","listenTo","previous","addComment","getAllAdjacentSuggestions","suggestionChanged","trackChanges.SuggestionThreadView","suggestion-","SuggestionThreadView","init","focus","getByInnerView","size","commandName","Discard all suggestions","button","map","isDirty","locale","remove","commands","comments.maxCommentsWhenCollapsed","TrackChangesEditing","2153767TZHUAN","define","set","Accept all selected suggestions","from","CommentView","pluginName","source","_initializeController","change:activeAnnotations","6230922bSExXh","Accept all suggestions","model","requires","getFirstRange","_createUIButton","discardSelectedSuggestions","comments.maxCommentCharsWhenCollapsed","getSuggestion","destroy","CommentsUI","comments","editor","_updateController","getJoined","9627piFtCw","registerAnnotation","_refreshActiveMarkers","460968LWoPUO","acceptButton","view","getRanges","comments.maxThreadTotalWeight","Track changes","5574050VNnlhN","createCommentThreadController","isEnabled","value","has","3655432BKOtFf","buttonView","plugins","commentThread","isInContent","createAnnotation","type","get","_viewToController","clear","refreshSelectedViews","getMarkers","editing","_handleControllerBuffer","acceptAllSuggestions","EditorAnnotations","activeMarkers","separator","bind","some","activeAnnotations","push","_suggestionToController","1340zVeZGS","change:previous","TrackChangesUI","lowest"];return(Kc=function(){return t})()}!function(t,e){const n=Xc,r=t();for(;;)try{if(679377===-parseInt(n(490))/1*(-parseInt(n(552))/2)+parseInt(n(549))/3*(parseInt(n(586))/4)+parseInt(n(558))/5+parseInt(n(534))/6+-parseInt(n(524))/7+-parseInt(n(563))/8+-parseInt(n(591))/9*(parseInt(n(599))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kc);class qc extends t.Plugin{static get[Wc(537)](){const t=Wc;return[Ic,o.Users,t(602),t(476),t(578)]}static get[Wc(530)](){return Wc(588)}constructor(t){const e=Wc;super(t),this[e(585)]=new Map,this[e(571)]=new Map,this[e(492)]=new Map,this[e(576)]=new Map;const n=this[e(546)][e(499)];n[e(525)](e(507),Gc),n[e(525)](e(609),!1),this[e(489)]=n[e(570)](e(609))}[Wc(479)](t,e){const n=Wc;0===this[n(576)][n(513)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(576)]){const r=this[t(585)][t(562)](e);r||n?r&&n&&this[t(485)](e):this[t(532)](e)}this[t(576)][t(572)](),this[t(546)][t(565)][t(570)](t(578))[t(573)](),this[t(551)]()}),10),this[n(576)][n(526)](t,e)}[Wc(510)](){const t=Wc,e=this[t(546)],n=e[t(565)][t(570)](t(523)),r=e[t(565)][t(570)](t(476)),s=e[t(565)][t(570)](t(578)),o=e[t(565)][t(570)](t(602));e.ui[t(590)][t(491)](t(604),(e=>this[t(539)](e))),s[t(477)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(528)](this[e(585)])){const s=t[e(505)](),o=[];for(const t of s){if(!t[e(567)])continue;if(t[e(500)]){o[e(584)](...t[e(555)]());continue}const n=t[e(538)]();if(o[e(608)]>0){const t=o[0][e(548)](n);if(t){o[0]=t;continue}}o[e(584)](n)}n[e(584)]([r[e(554)],o])}return n})),this[t(502)](n,t(592),((e,n)=>{const r=t;this[r(502)](n,r(587),((t,e,s,o)=>{const i=r;n[i(567)]&&(null==s?(this[i(547)](o[i(601)]),this[i(479)](n,!1)):(this[i(547)](s[i(601)]),null==o&&this[i(479)](n,!0)))})),null!==n[r(503)]?this[r(547)](n[r(601)]):this[r(479)](n,!1)})),this[t(502)](n,t(501),((e,n,r)=>{const s=t;this[s(606)](n,s(587)),this[s(576)][s(481)](n),this[s(585)][s(562)](n)&&this[s(485)](n),r&&this[s(547)](r[s(601)])})),this[t(502)](n,t(506),((e,n)=>{this[t(547)](n)})),this[t(502)](r,t(533),(()=>{this[t(551)]()})),this[t(502)](o,t(504),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(594)](r))return;const i=n[o(542)](r);this[o(585)][o(570)](i)[o(554)][o(511)]()}),{priority:t(589)})}[Wc(551)](){const t=Wc,e=this[t(546)][t(565)][t(570)](t(476)),n=this[t(546)][t(565)][t(570)](t(523)),r=Array[t(528)](e[t(583)],(e=>e[t(596)]))[t(598)]((e=>this[t(571)][t(562)](e))),s=[];for(const e of r){const n=this[t(571)][t(570)](e)[t(536)][t(505)]();s[t(584)](...n[t(478)](((e,n)=>[...e,...n[t(600)]()]),[]))}n[t(579)]=s}[Wc(539)](t){const n=Wc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(546)][n(521)][n(570)](n(604)),i=zr(t,n(557));r[n(564)][n(526)]({tooltip:i,label:i,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),r[n(564)][n(581)](n(495)).to(o,n(561)),r[n(564)].on(n(474),(()=>{const t=n;o[t(474)](),this[t(546)][t(575)][t(554)][t(511)]()}));const a=new e.Collection,c=[{type:n(498),model:{withText:!0,label:i,commandName:n(604)}},{type:n(580)},{type:n(516),model:{withText:!0,label:zr(t,n(535)),commandName:n(577)}},{type:n(516),model:{withText:!0,label:zr(t,n(527)),commandName:n(497)}},{type:n(516),model:{withText:!0,label:zr(t,n(515)),commandName:n(496)}},{type:n(516),model:{withText:!0,label:zr(t,n(482)),commandName:n(540)}}];for(const t of c){let e={type:n(580)};if(t[n(536)]){const r=new s.ViewModel(t[n(536)]),o=this[n(546)][n(521)][n(570)](r[n(514)]);r[n(581)](n(495),n(560)).to(o,n(561),n(560)),e={type:t[n(569)],model:r}}a[n(491)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(598)]((t=>null!=t[n(536)]))[n(517)]((t=>this[n(546)][n(521)][n(570)](t[n(536)][n(514)]))),l=r[n(564)];return l[n(483)][n(488)](n(560)),l[n(475)][n(488)](n(560)),l[n(483)][n(581)](n(560)).to(o,n(560)),l[n(475)][n(581)](n(560))[n(593)](u,n(560),((...t)=>t[n(582)]((t=>t)))),r.on(n(474),(t=>{const e=n;this[e(546)][e(474)](t[e(531)][e(514)]),this[e(546)][e(575)][e(554)][e(511)]()})),r}[Wc(532)](t){const e=Wc,n=this[e(546)],r=n[e(499)],s=n[e(565)][e(570)](e(476)),i=n[e(565)][e(570)](e(602)),a=n[e(565)][e(570)](e(578)),c=n[e(565)][e(570)](o.Users).me,u=r[e(570)](e(604))[e(509)],{CommentsListView:l,CommentThreadInputView:f}=n[e(565)][e(570)](e(544));let h,g;this[e(492)][e(562)](t.id)?(g=this[e(492)][e(570)](t.id),h=g[e(487)]):(h=new u(n[e(519)],t,c,{disableComments:this[e(489)],editorConfig:r[e(570)](e(597)),maxCommentsWhenCollapsed:r[e(570)](e(522)),maxThreadTotalWeight:r[e(570)](e(556)),maxCommentCharsWhenCollapsed:r[e(570)](e(541)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(570)](e(519))),CommentView:r[e(570)](e(545))[e(529)],CommentsListView:l,CommentThreadInputView:f}),h[e(553)].on(e(474),(()=>{const t=e;n[t(575)][t(554)][t(511)]()})),h[e(494)].on(e(474),(()=>{const t=e;n[t(575)][t(554)][t(511)]()})),g=s[e(484)](this[e(546)][e(519)],h),g[e(581)](e(518)).to(h,e(518)),g[e(581)](e(608)).to(h),g[e(581)](e(569)).to(h,e(569),(t=>e(508)+t)),this[e(492)][e(526)](t.id,g));const d=i[e(559)](t[e(566)],h),p=new Dc(n,t,h,d),m=t[e(505)]()[e(598)]((t=>t[e(567)]));h[e(493)]=n[e(565)][e(570)](e(523))[e(603)][e(607)](m),this[e(585)][e(526)](t,p),this[e(571)][e(526)](h,p);const I=s[e(568)]({view:g,target:()=>{const r=e,s=[],i=t[r(505)]()[r(598)]((t=>t[r(567)]));for(const t of i)s[r(584)](...t[r(574)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(575)],s)},type:()=>e(508)+p[e(554)][e(569)]});i[e(605)](h,I),s[e(491)](I),a[e(550)](I)}[Wc(485)](t){const e=Wc,n=this[e(546)][e(565)][e(570)](e(602)),r=this[e(546)][e(565)][e(570)](e(476)),s=this[e(585)][e(570)](t),o=s[e(554)],i=r[e(512)](o);n[e(486)](o),i&&r[e(520)](i),this[e(585)][e(481)](t),this[e(571)][e(481)](o),s[e(543)]()}[Wc(547)](t){const e=Wc;if(!t[e(567)]||!this[e(585)][e(562)](t))return;const n=this[e(546)][e(565)][e(570)](e(523)),r=this[e(585)][e(570)](t),s=t[e(505)]();r[e(554)][e(493)]=n[e(603)][e(607)](s)}[Wc(543)](){const t=Wc;for(const e of this[t(585)][t(595)]())this[t(485)](e);for(const e of this[t(492)][t(480)]())e[t(487)][t(543)]();super[t(543)]()}}var Jc=Qc;function Qc(t,e){var n=Yc();return(Qc=function(t,e){return n[t-=270]})(t,e)}function Yc(){var t=["6873498nGgdXh","2267310AeCeTZ","editor","24tjTKth","plugins","getSuggestions","pluginName","2670cJYkSQ","3193666MgciqM","586AQKLJP","requires","Comments","2902112fVfXYO","TrackChanges","adapter","get","970070EDTPKm","416546aXRvYd","addSuggestion","addSuggestionData","getSuggestion"];return(Yc=function(){return t})()}!function(t,e){for(var n=Qc,r=t();;)try{if(381725===-parseInt(n(289))/1+parseInt(n(281))/2*(parseInt(n(279))/3)+-parseInt(n(284))/4+-parseInt(n(288))/5+-parseInt(n(273))/6+-parseInt(n(280))/7+-parseInt(n(275))/8*(-parseInt(n(272))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class Zc extends t.Plugin{static get[Jc(282)](){return[Ic,qc,Jc(283)]}static get[Jc(278)](){return Jc(285)}set[Jc(286)](t){var e=Jc;this[e(274)][e(276)][e(287)](Ic)[e(286)]=t}get[Jc(286)](){var t=Jc;return this[t(274)][t(276)][t(287)](Ic)[t(286)]}[Jc(290)](t){var e=Jc;return this[e(274)][e(276)][e(287)](Ic)[e(270)](t)}[Jc(277)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Jc;return this[n(274)][n(276)][n(287)](Ic)[n(277)]({skipNotAttached:t,toJSON:e})}[Jc(271)](t){var e=Jc;return this[e(274)][e(276)][e(287)](Ic)[e(271)](t)}}const $c=tu;function tu(t,e){const n=eu();return(tu=function(t,e){return n[t-=427]})(t,e)}function eu(){const t=["map","pluginName","get","getDataWithDiscardedSuggestions","discardAllSuggestions","createDocumentFragment","trackChangesData.editorCreator","getRootsAttributes","TrackChangesEditing","7182110LylPrk","54462aRBtLQ","execute","getFullData","document","514343tDFvmg","define","track-changes-data-invalid-editor-creator","editorCreator","editor","2662992jfZnJI","Pagination","TrackChangesDataGetter","rootsAttributes","_adapter","CommentsRepository","addSuggestionData","9swYyKD","appendChild","function","constructor","div","model","57AXmhkQ","push","15198MsUyLo","getUser","1428325RjzBhP","Users","trackChangesData","getRootNames","reduce","config","data","create","end","TrackChangesData","createElement","requires","init","destroy","getDataWithAcceptedSuggestions","plugins","acceptAllSuggestions","useAnonymousUser","addUser","result","584540wYIfuT","users","set","getSuggestions","266EjspmO","name"];return(eu=function(){return t})()}!function(t,e){const n=tu,r=t();for(;;)try{if(360261===parseInt(n(478))/1+parseInt(n(436))/2*(parseInt(n(434))/3)+parseInt(n(458))/4+parseInt(n(438))/5+parseInt(n(474))/6*(-parseInt(n(462))/7)+-parseInt(n(483))/8*(-parseInt(n(428))/9)+-parseInt(n(473))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eu);const nu=[$c(484)];class ru extends t.Plugin{static get[$c(449)](){return[Ic]}static get[$c(465)](){return $c(447)}[$c(450)](){const t=$c,n=this[t(482)];if(n[t(443)][t(479)](t(470),(e=>{const r=t,s=n[r(433)][r(477)][r(441)]()[r(442)](((t,e)=>(t[e]="",t)),{});return n[r(431)][r(445)](s,e)})),t(430)!=typeof n[t(443)][t(466)](t(440))[t(481)])throw new e.CKEditorError(t(480))}[$c(452)](t){return iu(this[$c(482)],!0,t)}[$c(467)](t){return iu(this[$c(482)],!1,t)}}class su extends t.Plugin{static get[$c(465)](){return $c(485)}constructor(t){const e=$c;super(t),this[e(457)]=e(446)}[$c(450)](){const t=$c;this[t(482)][t(453)][t(466)](t(488))[t(487)]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[t(482)][t(453)][t(466)](t(472))[t(487)]=null}}function ou(t){return void 0!==t[$c(471)]}async function iu(t,e,n){const r=$c,s=(0,o.sanitizeEditorConfig)(t,nu);s[r(453)][r(435)](Ic,su),s[r(486)]=ou(t)?t[r(471)]():void 0;const i=document[r(469)](),a=t[r(443)][r(466)](r(440))[r(481)],c=await a(s,(()=>function(t){const e=r,n=document[e(448)](e(432));return t[e(429)](n),n}(i)));!function(t,e){const n=r,s=t[n(433)][n(477)][n(441)]()[n(442)](((e,r)=>(e[r]=t[n(444)][n(466)]({rootName:r}),e)),{}),o=t[n(453)][n(466)](n(439))[n(459)][n(464)]((t=>({id:t.id,name:t[n(463)]}))),i=t[n(453)][n(466)](n(472))[n(461)]({skipNotAttached:!0,toJSON:!0}),a=e[n(453)][n(466)](n(439)),c=e[n(453)][n(466)](n(472));for(const t of o)a[n(437)](t.id)||a[n(456)](t);a.me||a[n(455)]();for(const t of i)c[n(427)](t);e[n(444)][n(460)](s)}(t,c),c[r(475)](r(e?454:468));const u=ou(c)?c[r(476)](n):c[r(444)][r(466)](n);return await c[r(451)](),u}function au(){var t=["3464clNafe","216MEDYAh","178jSgLMi","2290UoKcxR","1704505diraQB","38319txCvhV","6mAyaEz","4659675uBpjUr","12481840XuVovH","1824193KIZTsH","11142cosaVb"];return(au=function(){return t})()}function cu(t,e){var n=au();return(cu=function(t,e){return n[t-=221]})(t,e)}!function(t,e){for(var n=cu,r=t();;)try{if(856157===-parseInt(n(222))/1*(parseInt(n(221))/2)+parseInt(n(224))/3*(-parseInt(n(231))/4)+parseInt(n(226))/5+-parseInt(n(225))/6*(-parseInt(n(228))/7)+-parseInt(n(230))/8*(parseInt(n(229))/9)+parseInt(n(227))/10+-parseInt(n(223))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(au)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
5
+ */(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Pc,TrackChanges:()=>Zc,TrackChangesData:()=>nu,TrackChangesEditing:()=>Ec});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);function c(t,e){const n=f();return(c=function(t,e){return n[t-=245]})(t,e)}const u=c;!function(t,e){const n=c,r=t();for(;;)try{if(465910===-parseInt(n(266))/1*(parseInt(n(270))/2)+-parseInt(n(267))/3*(-parseInt(n(248))/4)+parseInt(n(260))/5*(-parseInt(n(253))/6)+parseInt(n(251))/7+-parseInt(n(245))/8+parseInt(n(254))/9*(-parseInt(n(258))/10)+parseInt(n(255))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=c;super(t),this[n(250)]=e,this[n(264)]=!1,this[n(249)](),this[n(261)]=!1}[u(249)](){this[u(247)]=!0}[u(268)](){const t=u;this[t(264)]=!this[t(264)],this[t(264)]?this[t(269)]():this[t(265)]()}[u(269)](){const t=u;for(const e of this[t(256)][t(252)][t(252)]())e[t(262)]&&!this[t(250)][t(259)](e)&&e[t(246)](t(263))}[u(265)](){const t=u;for(const e of this[t(256)][t(252)][t(252)]())e[t(262)]&&!this[t(250)][t(259)](e)&&e[t(257)](t(263))}}function f(){const t=["716260hpOyqB","has","28550cesJng","_isEnabledBasedOnSelection","affectsData","TrackChangesCommand","value","_enableCommands","733PYkUju","219UoUJCT","execute","_disableUnsupportedCommands","1718xQDryT","10832lOcIbA","forceDisabled","isEnabled","35228XjmlEl","refresh","_enabledCommands","2222794QJyJVP","commands","480EGlguW","45xftFbp","10465268fBegBH","editor","clearForceDisabled"];return(f=function(){return t})()}const h=d;function g(){const t=["5udCWrf","isEnabled","114ibIvXR","3586440liNjVc","310ghXLJF","62DfIfOO","_suggestions","369NrsKtS","getRanges","195874AKLBro","model","2745392JODSBA","TrackChangesEditing","get","track-changes-accept-suggestion-not-found","7779zjHvIv","221896AhbbRP","canEditAt","plugins","325666VadEIx","2562879IQAqnq","refresh","editor","execute","acceptSuggestion","_isEnabledBasedOnSelection"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=454]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(684301===-parseInt(n(479))/1*(-parseInt(n(469))/2)+-parseInt(n(458))/3+parseInt(n(475))/4*(parseInt(n(464))/5)+parseInt(n(466))/6*(parseInt(n(473))/7)+parseInt(n(454))/8*(-parseInt(n(471))/9)+-parseInt(n(468))/10*(-parseInt(n(457))/11)+parseInt(n(467))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(470)]=e,this[n(459)](),this[n(463)]=!1}[h(459)](){this[h(465)]=!0}[h(461)](t){const n=h,r=this[n(470)][n(477)](t);if(!r)throw new e.CKEditorError(n(478),this);const s=r[n(472)]();this[n(460)][n(474)][n(455)](s)&&this[n(460)][n(456)][n(477)](n(476))[n(462)](r)}}function m(t,e){const n=E();return(m=function(t,e){return n[t-=194]})(t,e)}const I=m;function E(){const t=["editor","2cDDDyZ","get","getRanges","420876VCukeg","10VrXTsj","isEnabled","canEditAt","256689xvSYuq","1105093OnEVUT","TrackChangesEditing","track-changes-discard-suggestion-not-found","plugins","refresh","63030zxeFDs","discardSuggestion","665tvcBmF","execute","18152nUVAlW","84456JoGHQa","_isEnabledBasedOnSelection","78siFKmH","331620dzzYbh","_suggestions","model"];return(E=function(){return t})()}!function(t,e){const n=m,r=t();for(;;)try{if(119146===parseInt(n(209))/1+parseInt(n(216))/2*(-parseInt(n(212))/3)+-parseInt(n(194))/4+-parseInt(n(204))/5*(-parseInt(n(211))/6)+parseInt(n(206))/7*(parseInt(n(208))/8)+parseInt(n(198))/9*(-parseInt(n(195))/10)+-parseInt(n(199))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(E);class b extends t.Command{constructor(t,e){const n=m;super(t),this[n(213)]=e,this[n(203)](),this[n(210)]=!1}[I(203)](){this[I(196)]=!0}[I(207)](t){const n=I,r=this[n(213)][n(217)](t);if(!r)throw new e.CKEditorError(n(201),this);const s=r[n(218)]();this[n(215)][n(214)][n(197)](s)&&this[n(215)][n(202)][n(217)](n(200))[n(205)](r)}}function T(t){const e=k;return t[e(194)](((t,n)=>e(176)==t[e(192)]&&e(176)!=n[e(192)]?-1:e(176)!=t[e(192)]&&e(176)==n[e(192)]?1:0))}function _(){const t=["splice","2637204lPiQko","createPositionBefore","3PKDyWg","from","schema","3839633KbNSSl","push","createPositionAt","next","251122hmOqKG","start","type","join","sort","map","isInContent","add","content","isIntersecting","isMultiRange","3093610ywHPvQ","14654448KeAiFU","isTouching","137978WVSEzo","value","getRanges","length","replace","4723722qMXJUo","isArray","change","color","createPositionAfter"," [color ","end","execute","deletion","createRange","isObject","isCollapsed"];return(_=function(){return t})()}function y(t,e){const n=k;let r,s=0;const o=[],i=e[n(185)];for(;s<t[n(207)];){const a=t[s],c=t[s+1];r||(r=e[n(182)](a)),A(e,a,c)||(o[n(187)](e[n(177)](r,i[n(178)](a)?e[n(172)](a):e[n(188)](a,n(174)))),r=null),s++}return o}function A(t,e,n){const r=k;if(!n)return!1;const s=t[r(172)](e),o=t[r(182)](n);return s[r(203)](o)}function k(t,e){const n=_();return(k=function(t,e){return n[t-=168]})(t,e)}!function(t,e){const n=k,r=t();for(;;)try{if(497148===parseInt(n(190))/1+-parseInt(n(204))/2*(parseInt(n(183))/3)+-parseInt(n(181))/4+-parseInt(n(201))/5+-parseInt(n(168))/6+parseInt(n(186))/7+parseInt(n(202))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_);function C(t,e,n){const r=k;for(;n[r(207)];){const s=n[r(180)](0,100);t[r(170)]((()=>{const t=r;for(const n of s)n[t(196)]&&e[t(175)](n.id)}))}}function L(t,e){const n=R();return(L=function(t,e){return n[t-=204]})(t,e)}const N=L;function R(){const t=["from","222yhpZHK","editor","1725774naGDJX","getRanges","71270kaIIbD","some","_isEnabledBasedOnSelection","values","isInContent","20hWpwsw","_suggestions","10787319UdUygb","model","_command","766000NSvtYG","591350ZgATbM","canEditAt","refresh","192584tWFxCP","execute","119tFmmep","1894902nDfhWk","isEnabled"];return(R=function(){return t})()}!function(t,e){const n=L,r=t();for(;;)try{if(433828===parseInt(n(220))/1+parseInt(n(207))/2+parseInt(n(226))/3+-parseInt(n(219))/4+-parseInt(n(209))/5*(-parseInt(n(205))/6)+parseInt(n(225))/7*(parseInt(n(223))/8)+parseInt(n(216))/9*(-parseInt(n(214))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class v extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(218)]=e,this[r(215)]=n,this[r(222)](),this[r(211)]=!1}[N(222)](){const t=N,e=Array[t(204)](this[t(215)][t(212)]())[t(210)]((e=>e[t(213)]));this[t(227)]=this[t(218)][t(227)]&&e}[N(224)](){const t=N,e=T(Array[t(204)](this[t(215)][t(212)]()));for(const n of e){const e=n[t(208)]();if(!this[t(206)][t(217)][t(221)](e))return}C(this[t(206)][t(217)],this[t(218)],e)}}function S(){const t=["799977Hvqlia","getRanges","85YSFWth","3101LPdOiF","execute","_isEnabledBasedOnSelection","isEnabled","_suggestions","canEditAt","size","from","2951937gfPAuK","8CkiXjG","5010GCYrtM","document","11067330qlxrwV","values","editor","1377596vAGsZQ","_command","model","_selectedSuggestions","9422WoUwBW","1298665CyBJFy","refresh","selection"];return(S=function(){return t})()}const M=w;function w(t,e){const n=S();return(w=function(t,e){return n[t-=281]})(t,e)}!function(t,e){const n=w,r=t();for(;;)try{if(206405===parseInt(n(289))/1*(parseInt(n(283))/2)+parseInt(n(287))/3+parseInt(n(305))/4+parseInt(n(284))/5+parseInt(n(300))/6*(parseInt(n(290))/7)+-parseInt(n(299))/8*(parseInt(n(298))/9)+-parseInt(n(302))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class O extends t.Command{constructor(t,e,n){const r=w;super(t),this[r(306)]=e,this[r(294)]=n,this[r(282)]=new Set,this[r(285)](),this[r(292)]=!1}[M(285)](){const t=M,e=this[t(304)][t(281)][t(301)][t(286)],n=Array[t(297)](this[t(294)][t(303)]());this[t(282)]=function(t,e){const n=k,r=Array[n(184)](t[n(206)]()),s=new Set;for(const o of e)if(o[n(196)])for(const e of r)for(const r of o[n(206)]())(e[n(199)](r)||t[n(179)]&&!o[n(200)]&&o[n(189)]&&r[n(174)][n(203)](e[n(191)]))&&s[n(197)](o);return s}(e,n),this[t(293)]=this[t(306)][t(293)]&&!!this[t(282)][t(296)]}[M(291)](){const t=M,e=T(Array[t(297)](this[t(282)]));for(const n of e){const e=n[t(288)]();if(!this[t(304)][t(281)][t(295)](e))return}C(this[t(304)][t(281)],this[t(306)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const x=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var B=Array.prototype.splice;const P=function(t){var e=this.__data__,n=x(e,t);return!(n<0)&&(n==e.length-1?e.pop():B.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 H(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])}}H.prototype.clear=F,H.prototype.delete=P,H.prototype.get=U,H.prototype.has=j,H.prototype.set=G;const V=H;const W=function(){this.__data__=new V,this.size=0};const z=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 J="object"==typeof self&&self&&self.Object===Object&&self;const Y=X||J||Function("return this")();const Q=Y.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.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=Y["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Y,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var St=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:St.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Lt,Ot.prototype.delete=Nt,Ot.prototype.get=vt,Ot.prototype.has=Mt,Ot.prototype.set=wt;const Ft=Ot;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||V),string:new Ft}};const xt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Bt=function(t,e){var n=t.__data__;return xt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Pt=function(t){var e=Bt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return Bt(this,t).get(t)};const jt=function(t){return Bt(this,t).has(t)};const Gt=function(t,e){var n=Bt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Ht(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])}}Ht.prototype.clear=Dt,Ht.prototype.delete=Pt,Ht.prototype.get=Ut,Ht.prototype.has=jt,Ht.prototype.set=Gt;const Vt=Ht;const Wt=function(t,e){var n=this.__data__;if(n instanceof V){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Vt(r)}return n.set(t,e),this.size=n.size,this};function zt(t){var e=this.__data__=new V(t);this.size=e.size}zt.prototype.clear=W,zt.prototype.delete=z,zt.prototype.get=K,zt.prototype.has=q,zt.prototype.set=Wt;const Kt=zt;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 Jt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Yt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Yt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Zt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):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?Y.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Re=function(t,e){return function(n){return t(e(n))}};const ve=Re(Object.keys,Object);var Se=Object.prototype.hasOwnProperty;const Me=function(t){if(!Ne(t))return ve(t);var e=[];for(var n in Object(t))Se.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):Me(t)};const Fe=function(t,e){return t&&Zt(e,Oe(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var xe=Object.prototype.hasOwnProperty;const Be=function(t){if(!at(t))return De(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&xe.call(t,r))&&n.push(r);return n};const Pe=function(t){return we(t)?Ce(t,!0):Be(t)};const Ue=function(t,e){return t&&Zt(e,Pe(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,He=Ge&&Ge.exports===je?Y.Buffer:void 0,Ve=He?He.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=Ve?Ve(n):new t.constructor(n);return t.copy(r),r};const ze=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,Je=Object.getOwnPropertySymbols;const Ye=Je?function(t){return null==t?[]:(t=Object(t),Ke(Je(t),(function(e){return Xe.call(t,e)})))}:qe;const Qe=function(t,e){return Zt(t,Ye(t),e)};const Ze=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Ye(t)),t=$e(t);return e}:qe;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,Oe,Ye)};const sn=function(t){return nn(t,Pe,tn)};const on=At(Y,"DataView");const an=At(Y,"Promise");const cn=At(Y,"Set");const un=At(Y,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Y.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var vn=Q?Q.prototype:void 0,Sn=vn?vn.valueOf:void 0;const Mn=function(t){return Sn?Object(Sn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return 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 xn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Dn($e(t))};const Bn=function(t){return te(t)&&"[object Map]"==_n(t)};var Pn=_e&&_e.isMap;const Un=Pn?Ie(Pn):Bn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Hn=Gn?Ie(Gn):jn;var Vn="[object Arguments]",Wn="[object Function]",zn="[object Object]",Kn={};Kn[Vn]=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[zn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const 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 ze(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Vn||g&&!o){if(a=u||g?{}:xn(e),!c)return u?en(e,Ue(a,e)):Qe(e,Fe(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),Hn(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?Pe: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 Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Yn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Qn.test(t)||!Yn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Vt),n}$n.Cache=Vt;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(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Zn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}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 Vt;++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 D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Rr="[object Array]",vr="[object Object]",Sr=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==Nr?vr:c)==vr,f=(u=u==Nr?vr:u)==vr,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&&Sr.call(t,"__wrapped__"),d=f&&Sr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const 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 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 Br=function(t,e){return e.length<2?t:Dr(t,xr(e,0,-1))};const Pr=function(t,e){return e=ur(e,t),null==(t=Br(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Pr(t,e)},jr=Gr;function Gr(t,e){const n=Hr();return(Gr=function(t,e){return n[t-=339]})(t,e)}function Hr(){const t=["11718972DdWKYl","2420677dQKTFJ","type","_onDiscard","isIntersecting","removeAttribute","getContainedElement","reduce","suggestion:","end","getMarkers","22yHTzGC","hasComments","add","split","onAttributesChange","_onAccept","getMultiRangeId","from","getAllAdjacentSuggestions","isExternal","addMarker","accept","1960010fhRGGz","getFirstMarker","set","commentThread","_isDataLoaded","_saved","subType","clear","1077333xTLuVW","substr","isInContent","attributes","removeMarkers","22985leNKIv","_markerNames","isMultiRange","next","nodeBefore","change","data","toJSON","decorate","onDiscard","getItems","creator","discard","createdAt","getFirstRange","addRange","_model","author","length","@external","markers","_onAttributesChange","authoredAt","size","removeMarker","previous","setAttribute","4101776JprOLx","addMarkerName","isIntersectingWithRange","getRange","push","head","6gRtFgi","onAccept","delete","getMarkerNames","map","getRanges","687068IINBgP","start","filter","get","nodeAfter"];return(Hr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(293304===-parseInt(n(412))/1*(parseInt(n(387))/2)+-parseInt(n(407))/3+-parseInt(n(371))/4+-parseInt(n(399))/5*(parseInt(n(365))/6)+-parseInt(n(377))/7+parseInt(n(359))/8+parseInt(n(376))/9)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(403)]=!1,this.id=e.id,this[n(378)]=e[n(378)],this[n(405)]=e[n(405)]||null,this[n(349)]=e[n(349)],this[n(343)]=e[n(343)]||e[n(349)],this[n(396)]=Boolean(e[n(410)]&&e[n(410)][n(351)]),this[n(418)]=null,this[n(348)]=t,this[n(392)]=e[n(366)],this[n(379)]=e[n(341)],this[n(353)]=e[n(391)],this[n(413)]=new Set,this[n(345)]=null,this[n(401)](n(354),null),this[n(401)](n(410),e[n(410)]||{}),this[n(401)](n(357),null),this[n(401)](n(415),null),this[n(401)](n(402),null),this[n(401)](n(404),!1),this[n(340)](n(398)),this[n(340)](n(344))}get[jr(364)](){const t=jr;let e=this;for(;e[t(357)];)e=e[t(357)];return e}get[jr(388)](){const t=jr;return!!this[t(402)]&&this[t(402)][t(350)]>0}get[jr(414)](){const t=jr;return 0!=this[t(413)][t(355)]&&6==Array[t(394)](this[t(413)])[0][t(390)](":")[t(350)]}get[jr(409)](){return null!==this[jr(400)]()}[jr(360)](t){const e=jr;this[e(413)][e(389)](t)}[jr(368)](){const t=jr;return Array[t(394)](this[t(413)])}[jr(386)](){const t=jr;return this[t(368)]()[t(369)]((e=>this[t(348)][t(352)][t(374)](e)))[t(373)]((t=>t))}[jr(400)](){return this[jr(386)]()[0]||null}[jr(411)](){const t=jr;this[t(348)][t(417)]((e=>{const n=t;for(const t of this[n(386)]())e[n(356)](t)})),this[t(413)][t(406)]()}[jr(356)](t){const e=jr;this[e(348)][e(417)]((n=>{n[e(356)](t)})),this[e(413)][e(367)](t)}[jr(347)](t){const e=jr,n=e(384)+this[e(378)]+":"+this[e(405)]+":"+this.id+":"+this[e(343)].id+":"+Vr[e(393)]();this[e(360)](n),this[e(348)][e(417)]((r=>{r[e(397)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(361)](t){const e=jr;for(const n of this[e(370)]())if(n[e(380)](t))return!0;return!1}[jr(370)](){const t=jr;return this[t(386)]()[t(369)]((e=>e[t(362)]()))}[jr(342)](){const t=jr;return this[t(370)]()[t(383)](((e,n)=>[...e,...n[t(342)]()]),[])}[jr(346)](){const t=jr;var e;return(null===(e=this[t(400)]())||void 0===e?void 0:e[t(362)]())||null}[jr(382)](){const t=jr,e=this[t(370)]();if(1!=e[t(350)])return null;const n=e[0],r=n[t(372)][t(375)],s=n[t(385)][t(416)];return r instanceof i.Element?r!=s?null:r:null}[jr(398)](){const t=jr;this[t(392)](this[t(370)](),this[t(418)],this[t(410)]),this[t(411)]()}[jr(344)](){const t=jr;this[t(379)](this[t(370)](),this[t(418)],this[t(410)]),this[t(411)]()}[jr(395)](){const t=jr,e=[];let n=this[t(364)];for(;n;)e[t(363)](n),n=n[t(415)];return e}[jr(358)](t,e){const n=jr,r=Xn(this[n(410)]);hr(r,t,e),Or(r,this[n(410)])||(this[n(410)]=r,this[n(353)](r))}[jr(381)](t){const e=jr,n=Xn(this[e(410)]);Ur(n,t),Or(n,this[e(410)])||(this[e(410)]=n,this[e(353)](this[e(410)]))}[jr(339)](){const t=jr;return{id:this.id,type:this[t(405)]?this[t(378)]+":"+this[t(405)]:this[t(378)],authorId:this[t(343)].id,createdAt:this[t(345)],hasComments:this[t(388)],data:this[t(418)],attributes:this[t(410)]}}static[jr(393)](){const t=jr;return(0,e.uid)()[t(408)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"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 zr=qr;function Kr(){const t=["join","pop","quantity","insertion","*Change to:* %0","removeEmptyContainer","*Set format:* %0","nodeAfter","_itemLabels","_addDescriptionItems","isEqual","checkChild","text","previousSibling","length","_attributeLabels","REPLACE_TEXT","31644OlCVYs","nextSibling","has","$textProxy","format","$text","softBreak","type","getWalker","162BQIQcK","name","5IxjYss","removeFormat","165928DAlgrx","Container","_resolveDescriptionItems","removeObject","registerDescriptionCallback","addEmptyContainer","key","$1 $2","data","push","_handleCustomCallbackDescription","_handleInsertRemoveSuggestionDescription","addFormat","elementEnd","matchingCallback","_locale","isInContent","get","newValue","match","replace","_customCallbacks","6902136mQSvpM","_handleAttributeSuggestionDescription","subType","addContainer","attribute","start","function","isEmpty","85546jFeIKM","getDescriptions","9626375JdAOFx","getItemLabel","map","end","*Insert:* %0","*Remove:* %0","_itemLabelsCallbacks","EmptyContainer","registerElementLabel","20lmYyHx","addObject","element","elementStart","indexOf","set","label","remove","isObject","100sRaplc","getFirstRange","*Merge:* %0","registerAttributeLabel","*Remove format:* %0","385HoQcfq","*Split:* %0","ELEMENT_SPACE","_schema","Object","normal","563643ycvQnR","item","_handleRenameSuggestionDescription","16369992fErbFK","skip","deletion","add","removeContainer"];return(Kr=function(){return t})()}function qr(t,e){const n=Kr();return(qr=function(t,e){return n[t-=493]})(t,e)}!function(t,e){const n=qr,r=t();for(;;)try{if(708204===parseInt(n(581))/1*(parseInt(n(493))/2)+parseInt(n(547))/3*(parseInt(n(538))/4)+-parseInt(n(549))/5*(-parseInt(n(573))/6)+-parseInt(n(507))/7*(-parseInt(n(551))/8)+parseInt(n(513))/9*(-parseInt(n(502))/10)+-parseInt(n(583))/11+-parseInt(n(516))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Xr{constructor(t,e){const n=qr;this[n(572)]=[],this[n(529)]=new Map,this[n(589)]=[],this[n(536)]=new Map,this[n(510)]=t,this[n(566)]=e}[zr(582)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(535)];o++){const i=t[o];if(!i[e(567)])continue;const a=this[e(561)](i);if(a){if(null!=i[e(575)]){if(r[e(540)](i[e(575)]))continue;r[e(519)](i[e(575)])}n[e(560)](a)}else if(e(577)!=i[e(545)])e(524)!=i[e(545)]&&e(518)!=i[e(545)]||this[e(562)](n,i,t[o+1]);else{const t=i[e(559)][e(557)];if(s[e(540)](t))continue;s[e(519)](i[e(559)][e(557)]),t==Ic?this[e(515)](n,i):this[e(574)](n,i)}}return this[e(553)](n)}[zr(555)](t){const e=zr;this[e(572)][e(560)](t)}[zr(591)](t,n,r=e.priorities[zr(512)]){const s=zr;s(579)==typeof t?(0,e.insertToPriorityArray)(this[s(589)],{matchingCallback:t,label:n,priority:r}):this[s(529)][s(498)](t,n)}[zr(505)](t,e){const n=zr;this[n(536)][n(498)](t,e)}[zr(584)](t,e=1){const n=zr;let r;for(const e of this[n(589)])if(e[n(565)](t)){r=e[n(499)];break}return r||(r=this[n(529)][n(568)](t[n(548)])),r?r(e):1!==e?e+" "+t[n(548)]+"s":""+t[n(548)]}[zr(530)](t,e){const n=zr,r=e[n(503)]()[n(546)](),s=n(524)==e[n(545)]?n(519):n(500);for(const e of r){const o=e[n(514)],i=t[t[n(535)]-1];if(o.is(n(541)))i&&i[n(545)][n(497)](n(552))>-1&&t[n(522)](),i&&n(533)==i[n(545)]?i[s]+=o[n(559)]:t[n(560)]({type:n(533),add:n(519)==s?o[n(559)]:"",remove:n(500)==s?o[n(559)]:""});else if(this[n(510)][n(501)](o)){const a=o;if(i&&i[n(545)][n(497)](n(552))>-1&&t[n(522)](),n(564)==e[n(545)])continue;i&&i[n(545)]==s+n(511)&&i[n(495)][n(548)]==a[n(548)]?i[n(523)]++:t[n(560)]({type:s+n(511),element:a,quantity:1}),r[n(517)]((t=>!(n(564)==t[n(545)]&&t[n(514)]==o)))}else if(this[n(510)][n(532)](o,n(543))||o.is(n(495),n(544))){const r=o;if(n(519)==s&&n(496)==e[n(545)]||n(500)==s&&n(564)==e[n(545)])continue;if(i&&-1==i[n(545)][n(497)](n(552))){n(533)==i[n(545)]&&(i[s]+="\n");continue}let a;if(a=n(519)==s?r[n(539)]&&!this[n(510)][n(501)](r[n(539)])?r[n(539)]:null:r[n(534)]&&!this[n(510)][n(501)](r[n(534)])?r[n(534)]:null,r[n(580)]||a&&a[n(580)]){const e=a&&a[n(580)]?a:r;i&&i[n(545)]==s+n(590)&&i[n(495)][n(548)]==e[n(548)]?i[n(523)]++:t[n(560)]({type:s+n(590),element:e,quantity:1})}else t[n(560)]({type:s+n(552),element:r})}}}[zr(553)](t){const e=zr,n=this[e(566)],r=[],s=[],o=[];for(const i of t)switch(i[e(545)]){case e(533):if(i[e(519)]=i[e(519)][e(571)](/(\S)\u000A+(\S)/g,e(558))[e(571)](/\u000A/g,""),i[e(500)]=i[e(500)][e(571)](/(\S)\u000A+(\S)/g,e(558))[e(571)](/\u000A/g,""),""!=i[e(519)]&&""!=i[e(500)]){r[e(560)]({type:e(571),content:Wr(n,e(537),['"'+i[e(500)]+'"','"'+i[e(519)]+'"'])});continue}if(null!=i[e(519)][e(570)](/^ +$/)){r[e(560)]({type:e(524),content:Wr(n,e(587),Wr(n,e(509),i[e(519)][e(535)]))});continue}if(null!=i[e(500)][e(570)](/^ +$/)){r[e(560)]({type:e(518),content:Wr(n,e(588),Wr(n,e(509),i[e(500)][e(535)]))});continue}if(""!=i[e(519)]){r[e(560)]({type:e(524),content:Wr(n,e(587),'"'+i[e(519)]+'"')});continue}r[e(560)]({type:e(518),content:Wr(n,e(588),'"'+i[e(500)]+'"')});continue;case e(556):case e(494):r[e(560)]({type:e(524),content:Wr(n,e(587),this[e(584)](i[e(495)],i[e(523)]))});continue;case e(526):case e(554):r[e(560)]({type:e(518),content:Wr(n,e(588),this[e(584)](i[e(495)],i[e(523)]))});continue;case e(576):r[e(560)]({type:e(524),content:Wr(n,e(508),this[e(584)](i[e(495)],i[e(523)]))});continue;case e(520):r[e(560)]({type:e(518),content:Wr(n,e(504),this[e(584)](i[e(495)],i[e(523)]))});continue;case e(563):s[e(560)](i[e(557)]);continue;case e(550):o[e(560)](i[e(557)]);continue;default:r[e(560)](i)}if(s[e(535)]){const t=s[e(585)]((t=>this[e(536)][e(540)](t)?this[e(536)][e(568)](t):t))[e(521)](", ");r[e(560)]({type:e(542),content:Wr(this[e(566)],e(527),t)})}if(o[e(535)]){const t=o[e(585)]((t=>this[e(536)][e(540)](t)?this[e(536)][e(568)](t):t))[e(521)](", ");r[e(560)]({type:e(542),content:Wr(this[e(566)],e(506),t)})}return r}[zr(561)](t){const e=zr;for(const n of this[e(572)]){const r=n(t);if(r&&e(545)in r)return r}}[zr(574)](t,e){const n=zr,r=e[n(559)],s=void 0===r[n(569)]?n(550):n(563);t[n(560)]({type:s,key:r[n(557)]})}[zr(515)](t,e){const n=zr;t[n(560)]({type:n(542),content:Wr(this[n(566)],n(525),this[n(584)](e[n(503)]()[n(578)][n(528)],1))})}[zr(562)](t,e,n){const r=zr;if(this[r(530)](t,e),n&&n[r(503)]()&&!e[r(503)]()[r(586)][r(531)](n[r(503)]()[r(578)])){const n=t[t[r(535)]-1],s=r(524)==e[r(545)]?r(519):r(500);n&&r(533)==n[r(545)]&&(n[s]+="\n")}}}const Jr=Qr;function Yr(){const t=["editor","plugins","enableCommand","154ePYCbj","afterInit","50745aqipmf","244jwGylD","11588187uZFNhU","commands","1441354qwBmXJ","230292OBwWUQ","312oMHThR","TrackChangesEditing","18ebukYF","470ygIcZf","1WSUbTX","get","332266TABScJ","showAIAssistant","575968HYOFEI","506360RiIXbU"];return(Yr=function(){return t})()}function Qr(t,e){const n=Yr();return(Qr=function(t,e){return n[t-=355]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(890187===-parseInt(n(361))/1*(parseInt(n(355))/2)+parseInt(n(372))/3*(parseInt(n(373))/4)+-parseInt(n(366))/5*(-parseInt(n(359))/6)+parseInt(n(370))/7*(parseInt(n(365))/8)+-parseInt(n(356))/9*(parseInt(n(360))/10)+parseInt(n(363))/11*(parseInt(n(357))/12)+-parseInt(n(374))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yr);class Zr extends t.Plugin{[Jr(371)](){const t=Jr,e=this[t(367)],n=e[t(368)][t(362)](t(358));e[t(375)][t(362)](t(364))&&n[t(369)](t(364))}}const $r=es;function ts(){const t=["TrackChangesEditing","_registerLegacyDescription","format","value","AlignmentEditing","262525mmPgTN","936711LvTTkw","type","FORMAT_JUSTIFY_TEXT","_descriptionFactory","*Format:* %0","formatBlock","center","4HlJYKZ","197787yWTvXv","commandParams","registerAttributeLabel","registerDescriptionCallback","734792iewZJt","commandName","alignment","get","has","left","FORMAT_ALIGN_TO_LEFT","afterInit","1843758ARHLHE","justify","693497jTndTF","editor","456240shWscB","FORMAT_ALIGN_TO_CENTER","plugins","FORMAT_ALIGNMENT","_enableDefaultAttributesIntegration","right","FORMAT_ALIGN_TO_RIGHT","locale"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=413]})(t,e)}!function(t,e){const n=es,r=t();for(;;)try{if(253350===-parseInt(n(418))/1+-parseInt(n(434))/2+parseInt(n(448))/3*(parseInt(n(417))/4)+parseInt(n(447))/5+parseInt(n(430))/6+parseInt(n(432))/7+-parseInt(n(422))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ts);class ns extends t.Plugin{[$r(429)](){const t=$r,e=this[t(433)],n=e[t(441)];if(!e[t(436)][t(426)](t(446)))return;const r=e[t(436)][t(425)](t(442));r[t(438)](t(424),[],[t(424)]),r[t(413)][t(420)](t(424),Wr(n,t(437))),this[t(443)]()}[$r(443)](){const t=$r,e=this[t(433)],n=e[t(441)];e[t(436)][t(425)](t(442))[t(413)][t(421)]((e=>{const r=t;if(r(415)!=e[r(449)])return;const{data:s}=e;if(s&&r(424)==s[r(423)]){const t=s[r(419)][0][r(445)];return{type:r(444),content:Wr(n,r(414),function(t){const e=r;switch(t){case e(427):return Wr(n,e(428));case e(439):return Wr(n,e(440));case e(416):return Wr(n,e(435));case e(431):return Wr(n,e(450))}}(t))}}}))}}const rs=os;function ss(){const t=["registerAttributeLabel","has","4488960vKiuSL","StrikethroughEditing","142496IhxwAp","commandName","plugins","underline","toLowerCase","FORMAT_CODE","657735lVndYP","CodeEditing","strikethrough","UnderlineEditing","_registerLegacyDescription","SuperscriptEditing","63mpvkaV","BoldEditing","SubscriptEditing","FORMAT_SUPERSCRIPT","commandParams","bold","FORMAT_SUBSCRIPT","forceValue","TrackChangesEditing","format","2661KRtjqn","locale","2958eXivbZ","_enableDefaultAttributesIntegration","toUpperCase","FORMAT_","get","subscript","editor","code","FORMAT_ITALIC","*Remove format:* %0","FORMAT_STRIKETHROUGH","registerDescriptionCallback","ItalicEditing","formatInline","43985376ovigkd","afterInit","*Format:* %0","9166386WYJwLN","slice","7250180flLADH","_descriptionFactory","type","FORMAT_BOLD","FORMAT_UNDERLINE","superscript","italic"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=456]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(901821===-parseInt(n(472))/1+parseInt(n(490))/2*(-parseInt(n(488))/3)+parseInt(n(464))/4+-parseInt(n(509))/5+-parseInt(n(507))/6+parseInt(n(478))/7*(-parseInt(n(466))/8)+parseInt(n(504))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(479),rs(502),rs(475),rs(473),rs(465),rs(480),rs(477)];class as extends t.Plugin{[rs(505)](){const t=rs,e=this[t(496)],n=e[t(468)][t(494)](t(486)),r=e[t(489)];for(const s of is){if(!e[t(468)][t(463)](s))continue;const o=s[t(508)](0,-7)[t(470)](),i=t(493)+o[t(492)]();n[t(491)](o,[o]),n[t(456)][t(462)](o,Wr(r,i))}this[t(476)]()}[rs(476)](){const t=rs,e=this[t(496)],n=e[t(489)],r=e[t(468)][t(494)](t(486));function s(e,s){const o=t;r[o(456)][o(501)]((t=>{const r=o;if(r(503)!=t[r(457)])return;const{data:i}=t;return i&&i[r(467)]===e?i[r(482)][0][r(485)]?{type:r(487),content:Wr(n,r(506),s)}:{type:r(487),content:Wr(n,r(499),s)}:void 0}))}s(t(483),Wr(n,t(458))),s(t(461),Wr(n,t(498))),s(t(469),Wr(n,t(459))),s(t(497),Wr(n,t(471))),s(t(474),Wr(n,t(500))),s(t(495),Wr(n,t(484))),s(t(460),Wr(n,t(481)))}}const cs=us;function us(t,e){const n=fs();return(us=function(t,e){return n[t-=138]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(758775===parseInt(n(144))/1*(-parseInt(n(140))/2)+parseInt(n(165))/3+-parseInt(n(158))/4+parseInt(n(166))/5*(-parseInt(n(160))/6)+-parseInt(n(149))/7*(parseInt(n(150))/8)+-parseInt(n(141))/9*(parseInt(n(168))/10)+parseInt(n(181))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fs);class ls extends t.Plugin{[cs(154)](){const t=cs,e=this[t(179)],n=e[t(148)];if(!e[t(177)][t(153)](t(178)))return;const r=e[t(177)][t(146)](t(143)),s=this[t(179)][t(139)][t(146)](t(142));r[t(145)](t(142),((n,o={})=>{const i=t,a=this[i(179)][i(164)][i(167)][i(159)],c=o&&void 0!==o[i(173)]?o[i(173)]:!s[i(155)];let u=[];if(c){const t=Array[i(169)](a[i(163)]())[i(176)]((t=>hs(t)||function(t,e){const n=i,r=e[n(162)](t[n(152)],n(142)),s=e[n(162)]([n(161),n(142)],t);return r&&s}(t,this[i(179)][i(164)][i(171)])));u=y(t,e[i(164)])}else{const t=Array[i(169)](a[i(163)]())[i(176)]((t=>hs(t)));u=y(t,e[i(164)])}e[i(164)][i(138)]((()=>{const t=i;for(const e of u)r[t(156)](e,{commandName:t(142),commandParams:[{forceValue:c}]})}))})),r[t(175)][t(180)]((e=>{const r=t,{data:s}=e;if(s&&r(142)==s[r(172)]){const t=Wr(n,r(182));return s[r(170)][0][r(173)]?{type:r(174),content:Wr(n,r(157),t)}:{type:r(174),content:Wr(n,r(147),t)}}}))}}function fs(){const t=["2liRAaT","78210eWSTJb","blockQuote","TrackChangesEditing","301913mIJrsv","enableCommand","get","*Remove format:* %0","locale","161bTfPqs","79792uXBBfM","name","parent","has","afterInit","value","markBlockFormat","*Set format:* %0","2947852TCMaKs","selection","6702XLeBRP","$root","checkChild","getSelectedBlocks","model","1012578VFFFXk","645LuCpko","document","10mRghpf","from","commandParams","schema","commandName","forceValue","format","_descriptionFactory","filter","plugins","BlockQuoteEditing","editor","registerDescriptionCallback","20265410lECcCG","ELEMENT_BLOCK_QUOTE","change","commands"];return(fs=function(){return t})()}function hs(t){const e=cs;return e(142)==t[e(152)][e(151)]}const gs=ps;function ds(){const t=["22096YbmXUF","get","afterInit","enableCommand","146890ddQslw","792OIWvZk","changeCaseTitle","3902038bcQANM","128LQfccG","CaseChange","plugins","374PvGFwD","has","3274dlYefF","changeCaseUpper","1769034GnlDCC","editor","TrackChangesEditing","899478YOEehU","159jQJTWI","65510vQzXgd","changeCaseLower"];return(ds=function(){return t})()}function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=417]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(297682===-parseInt(n(431))/1*(parseInt(n(425))/2)+parseInt(n(427))/3+-parseInt(n(420))/4*(-parseInt(n(432))/5)+-parseInt(n(430))/6+-parseInt(n(419))/7+-parseInt(n(434))/8*(parseInt(n(417))/9)+-parseInt(n(438))/10*(-parseInt(n(423))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(436)](){const t=gs,e=this[t(428)];e[t(422)][t(424)](t(421))&&(e[t(422)][t(435)](t(429))[t(437)](t(426)),e[t(422)][t(435)](t(429))[t(437)](t(433)),e[t(422)][t(435)](t(429))[t(437)](t(418)))}}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=297]})(t,e)}function bs(){const t=["6260290DyoTOZ","43382oHGeWB","afterInit","9020XBHEaZ","enableCommand","501sZpCNb","TrackChangesEditing","9nXftEa","plugins","commands","8GHZZNN","1086471PNjRyM","30448858YjZQmT","1170oAGTwW","8452654jbMjwL","13345fwuJIi","ckbox","get","editor"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(977935===-parseInt(n(307))/1+parseInt(n(297))/2+parseInt(n(301))/3*(parseInt(n(299))/4)+parseInt(n(311))/5*(-parseInt(n(309))/6)+-parseInt(n(310))/7*(parseInt(n(306))/8)+-parseInt(n(303))/9*(-parseInt(n(315))/10)+parseInt(n(308))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(298)](){const t=Is,e=this[t(314)];e[t(305)][t(313)](t(312))&&e[t(304)][t(313)](t(302))[t(300)](t(312))}}const _s=As;function ys(){const t=["2wXiZxd","*Set format:* %0","markBlockFormat","language","commands","1287872eUOfce","format","TrackChangesEditing","outdentCodeBlock","7044MRPeEJ","registerDescriptionCallback","languages","schema","commandParams","8195880ZITGTd","CodeBlock","getSelectedBlocks","isLimit","config","_descriptionFactory","editor","blockName","153UHiHaL","forceValue","codeBlock","enableCommand","get","269576yAkbSn","toLowerCase","document","plugins","*Remove format:* %0","locale","parent","has","filter","455420HyWgYp","from","83856zWtWUm","selection","389835eELxju","afterInit","rootElement","find","formatBlock","change","registerElementLabel","value","checkChild","indentCodeBlock","type","label","commandName","ELEMENT_CODE_BLOCK","name","model","2105aHvHvE"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=304]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(427180===parseInt(n(314))/1+-parseInt(n(331))/2*(-parseInt(n(312))/3)+parseInt(n(336))/4+-parseInt(n(330))/5*(parseInt(n(340))/6)+-parseInt(n(310))/7+-parseInt(n(358))/8*(parseInt(n(353))/9)+parseInt(n(345))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(315)](){const t=_s,e=this[t(351)];if(!e[t(304)][t(308)](t(346)))return;const n=e[t(304)][t(357)](t(338)),r=e[t(306)],s=e[t(349)][t(357)](t(355))[t(342)],o=e[t(335)][t(357)](t(355));n[t(356)](t(323)),n[t(356)](t(339)),n[t(356)](t(355),((r,i={})=>{const a=t,c=e[a(329)],u=e[a(329)][a(360)][a(313)],l=i&&void 0!==i[a(354)]?i[a(354)]:!o[a(321)];let f;i[a(334)]||(i[a(334)]=s[0][a(334)]),f=l?Array[a(311)](u[a(347)]())[a(309)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(316))&&!e[n(348)](t)&&e[n(322)](t[n(307)],n(355))}(t,c[a(343)]))):Array[a(311)](u[a(347)]())[a(309)]((t=>Cs(t)));const h=y(f,c);c[a(319)]((()=>{const t=a;for(const e of h)n[t(333)](e,{commandName:t(355),commandParams:[{...i,forceValue:l}],formatGroupId:t(352)})}))})),n[t(350)][t(320)](t(355),(e=>Wr(r,t(327),e))),n[t(350)][t(341)]((e=>{const n=t;if(n(318)!=e[n(324)])return;const o=r.t,{data:i}=e;if(!i||n(355)!=i[n(326)])return;const a=i[n(344)][0][n(334)],c=o(s[n(317)]((t=>t[n(334)]===a))[n(325)])[n(359)]();return i[n(344)][0][n(354)]?{type:n(337),content:Wr(r,n(332),Wr(r,n(327),1)+" ("+c+")")}:{type:n(337),content:Wr(r,n(305),Wr(r,n(327),1))}}))}}function Cs(t){const e=_s;return e(355)==t[e(328)]}const Ls=Rs;function Ns(){const t=["165525GUkvUL","TrackChangesEditing","enableCommand","afterInit","398578fNxdXZ","7zgfOle","editor","6579630ttiIgO","806513uQdOdC","3367210cmDmIF","6zkIDqA","addCommentThread","72gITYyP","plugins","572648ruWUib","1631166MOctXu","CommentsEditing","has","get"];return(Ns=function(){return t})()}function Rs(t,e){const n=Ns();return(Rs=function(t,e){return n[t-=474]})(t,e)}!function(t,e){const n=Rs,r=t();for(;;)try{if(406674===parseInt(n(479))/1+parseInt(n(475))/2*(-parseInt(n(481))/3)+parseInt(n(483))/4*(-parseInt(n(490))/5)+-parseInt(n(486))/6*(-parseInt(n(476))/7)+-parseInt(n(485))/8+parseInt(n(478))/9+-parseInt(n(480))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ns);class vs extends t.Plugin{[Ls(474)](){const t=Ls,e=this[t(477)];e[t(484)][t(488)](t(487))&&e[t(484)][t(489)](t(491))[t(492)](t(482))}}var Ss=n(834);function Ms(){const t=["model","start","consumable","ck-suggestion-marker--active","isAtEnd","33750442OCRBuU","8431490sYbUWL","name","addClass","isContent","bindElementToMarker","hasAttribute","plugins","previousPosition","listIndent","createUIElement","elementEnd","mapper","addHighlight","1920002QZpQQF","getCustomProperty","type","activeMarkers","getItems","get","writer","push","element","insert","70440peKdwD","isBlock","isLimit","createRangeOn","markerRange","markerName","item","parent","getAttribute","getWalker","9yDGYRA","593944Vkisdc","50avkFwQ","4ewLpto","includes","span","1657587UVkLJl","schema","214947oHulqB","ck-suggestion-marker-","toViewPosition","TrackChangesEditing","nextSibling","test","toViewElement","40udYsTG","listItem"];return(Ms=function(){return t})()}function ws(t,e,n){const r=Os,s=[];for(const o of e[r(267)]())o[r(255)](t)&&s[r(270)](n[r(276)](o));return s}function Os(t,e){const n=Ms();return(Os=function(t,e){return n[t-=236]})(t,e)}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(256)][r(268)](r(238));return(o,i,a)=>{const c=r;if(!a[c(246)][c(240)](i[c(277)],o[c(251)]))return;const u=i[c(277)][c(282)](),l=i[c(277)][c(245)],f=t[c(244)][c(290)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(279)];d=d||f[c(253)](e);const n=a[c(261)][c(241)](e);if(n&&n[c(264)](c(262)))return;c(260)==t[c(265)]&&f[c(274)](e)&&!f[c(275)](e)&&(e[c(239)]||l[c(248)]?h&&h[c(280)]==e||(h=e,m(t[c(257)]),p=!0):g=g||t[c(257)])}function m(t){const r=c,o=a[r(269)][r(259)](r(288),{class:r(236)+e}),u=a[r(261)][r(237)](t);n&&s[r(266)][r(287)](i[r(278)])&&a[r(269)][r(252)](r(247),o),a[r(269)][r(272)](u,o),a[r(261)][r(254)](o,i[r(278)])}d||p||!g||m(g)}}function Ds(t,e){const n=xs();return(Ds=function(t,e){return n[t-=243]})(t,e)}function xs(){const t=["forward","plugins","fromRange","rootName","getFirstRange","writer","mapper","deleteForward","1203092lnwYLV","addMarker:suggestion:deletion","5646mBdgYM","detach","createRange","320466MkEsJZ","markerNameToElements","bind","commands","model","requires","merge","enableCommand","1338400IAajOx","showSuggestionHighlights","unit","markerName","TrackChangesEditing","lock","setSelection","options","createSelection","get","enqueueChange","modifySelection","root","end","batch","buffer","unlock","uiElement","unbindElementFromMarkerName","22617HQyMZk","356gAvxTb","removeMarker:suggestion:deletion","delete","selection","4538660IqVxeT","start","editor","document","$graveyard","8015LWOghW","remove","init","editing","downcastDispatcher","data","isCollapsed","high","28227933UqsgFU"];return(xs=function(){return t})()}!function(t,e){const n=Os,r=t();for(;;)try{if(699922===-parseInt(n(291))/1*(-parseInt(n(286))/2)+-parseInt(n(289))/3+-parseInt(n(284))/4+-parseInt(n(285))/5*(-parseInt(n(273))/6)+parseInt(n(263))/7*(-parseInt(n(242))/8)+parseInt(n(283))/9*(-parseInt(n(250))/10)+parseInt(n(249))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Bs=Ds;!function(t,e){const n=Ds,r=t();for(;;)try{if(775046===-parseInt(n(263))/1+parseInt(n(268))/2+-parseInt(n(295))/3*(-parseInt(n(296))/4)+-parseInt(n(246))/5*(parseInt(n(265))/6)+-parseInt(n(300))/7+parseInt(n(276))/8+parseInt(n(254))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Ps extends t.Plugin{static get[Bs(273)](){return[Ss.Delete]}[Bs(248)](){const t=Bs,e=this[t(243)],n=e[t(256)][t(285)](t(280));n[t(275)](t(298));const r=e[t(271)][t(285)](t(262));n[t(275)](t(262),((n,s={})=>{const o=t,a=e[o(272)][o(284)](e[o(272)][o(244)][o(299)]);a[o(252)]&&e[o(272)][o(287)](a,{direction:o(255),unit:s[o(278)]});const c=a[o(259)](),u=i.LiveRange[o(257)](c);let l;n(s),l=o(245)==u[o(288)][o(258)]?e[o(272)][o(267)](c[o(301)]):e[o(272)][o(267)](u[o(301)],u[o(289)]),u[o(266)](),e[o(272)][o(286)](r[o(291)][o(290)],(t=>{const e=o;r[e(291)][e(281)](),t[e(282)](t[e(267)](l[e(289)])),r[e(291)][e(292)]()}))})),e[t(249)][t(250)].on(t(264),Fs(e,t(274)),{priority:t(253)}),e[t(251)][t(250)].on(t(264),((n,r,s)=>{const o=t;s[o(283)][o(277)]&&Fs(e,o(274),{showActiveMarker:!1})[o(270)](this)(n,r,s)}),{priority:t(253)}),e[t(249)][t(250)].on(t(297),((e,n,r)=>{const s=t,o=r[s(261)][s(269)](n[s(279)]);if(o)for(const t of o)t.is(s(293))&&(r[s(261)][s(294)](t,n[s(279)]),r[s(260)][s(247)](t))}),{priority:t(253)})}}const Us=Gs;function js(){const t=["registerAttributeLabel","push","parent","ELEMENT_NUMBERED_LIST","value","215NvlLCs","registerElementLabel","splitListItemAfter","removeMarker","plugins","afterInit","trackChangesCommand","get","*Uncheck item*","206AIKlVP","ELEMENT_BULLETED_LIST","12pNhcyV","format","data","editor","*Format:* remove from %0","range","mergeListItemForward","getChanges","getAttribute","detach","ListEditing","newValue","981FpANDw","assureChains","177251WLhozK","noTrackChangesFixer","schema","_descriptionFactory","document","listReversed","1381950QLCTvY","every","*Outdent:* %0","splitListItemBefore","fromRange","execute","listStyle","ELEMENT_LIST_ITEM","commands","getRanges","forceValue","accept","type","*Format:* insert into %0","previousSibling","todoList","isLocal","todo","*Indent:* %0","_supportLegacySuggestions","toUpperCase","key","listItemId","filter","2216478PfPJdv","nodeAfter","*Remove format:* %0","*Check item*","*Merge:* list item","start","deletion","_LIST","mergeListItemBackward","multipleBlocks","map","attribute","meta","listIndent","selection","locale","73434WXpwms","bulleted","getFirstMarker","_enableDefaultAttributesIntegration","getSuggestions","_suggestionFactory","attributeKey","checkTodoList","indentList","includes","suggestion","todoListCheck","TrackChangesEditing","length","default","batch","nextSibling","createPositionAt","from","numbered","isNextTo","getFirstRange","FORMAT_INDENT","_findSuggestions","registerPostFixer","3102QJKZMD","commandName","ELEMENT_TODO_LIST","setSelection","bulletedList","*Set format:* %0","8848fMHmtu","attributes","differ","registerDescriptionCallback","_getAttributeKey","find","numberedList","*Merge:* %0","oldValue","groupId","isObject","TodoListEditing","*Split:* list item","setAttribute","outdentList","config","listType","_registerLegacyDescription","formatBlock","list.multiBlock","createRange","refresh","*Change to:* %0","ELEMENT_","next","has","77jBUBYW","isUndo","containsItem","13208MKDxyq","change","end","head","todoListChecked","model","registerCustomCallback","documentList","commandParams","listStart","listItemIdFixer"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=364]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(105751===-parseInt(n(496))/1+-parseInt(n(480))/2*(-parseInt(n(420))/3)+parseInt(n(455))/4*(-parseInt(n(471))/5)+parseInt(n(395))/6*(parseInt(n(452))/7)+-parseInt(n(426))/8*(-parseInt(n(494))/9)+-parseInt(n(502))/10+-parseInt(n(379))/11*(-parseInt(n(482))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Hs extends t.Plugin{[Us(476)](){const t=Us,e=this[t(485)];if(!e[t(475)][t(451)](t(492)))return;const n=e[t(394)],r=e[t(475)][t(478)](t(407)),s=e[t(475)][t(451)](t(437)),o=!!e[t(441)][t(478)](t(445));function i(e){const r=t;return{type:r(483),content:""+Wr(n,r(425),e)}}function a(e){const r=t;return{type:r(483),content:""+Wr(n,r(381),e)}}r[t(398)](t(432),[],[t(377),t(442),t(392)]),r[t(398)](t(424)),r[t(398)](t(403)),r[t(398)](t(440)),r[t(398)](t(473)),r[t(398)](t(505)),o&&(r[t(398)](t(387)),r[t(398)](t(488))),s&&(r[t(398)](t(370)),r[t(398)](t(402),[],[t(459)]),r[t(499)][t(429)]((e=>{const r=t,{data:s}=e;if(s&&r(459)==s[r(376)])return{type:r(483),content:s[r(493)]?Wr(n,r(382)):Wr(n,r(479))}})),this[t(485)][t(460)][t(500)][t(419)]((e=>{const n=t;if(e[n(410)][n(453)])return!1;let s=!1;const o=r[n(399)]({skipNotAttached:!0})[n(378)]((t=>n(459)===r[n(430)](t)));for(const t of o)n(372)!=t[n(416)]()[n(384)][n(380)][n(490)](n(442))&&(r[n(418)](t[n(416)](),n(390))[n(431)]((t=>n(442)===r[n(430)](t[n(405)])))||(e[n(474)](t[n(397)]()),s=!0));return s}))),r[t(499)][t(466)](t(392),Wr(n,t(417)));const c={type:t(483),content:""};r[t(499)][t(429)]((e=>{const r=t,{data:s}=e;if(!s||r(442)!=s[r(376)])return;let u=e[r(458)];for(;u;){if(u[r(484)]&&(r(508)==u[r(484)][r(376)]&&(u[r(484)][r(493)]&&r(409)!=u[r(484)][r(493)]||r(409)!=u[r(484)][r(434)]&&!s[r(493)])||!o&&u[r(484)][r(376)]==Ic))return c;u=u[r(450)]}if(null==s[r(493)])switch(s[r(434)]){case r(396):return a(Wr(n,r(481)));case r(414):return a(Wr(n,r(469)));case r(372):return a(Wr(n,r(422)))}switch(s[r(493)]){case r(396):return i(Wr(n,r(481)));case r(414):return i(Wr(n,r(469)));case r(372):return i(Wr(n,r(422)))}})),r[t(499)][t(429)]((e=>{const n=t,{data:r}=e;if(r&&n(392)==r[n(376)])return null==r[n(493)]||null==r[n(434)]&&0==r[n(493)]?c:void 0})),r[t(499)][t(429)]((e=>{const r=t;if(r(390)!=e[r(367)])return;const{data:s}=e;if(!s||r(377)!=s[r(376)])return;const o=Vs(e);return o?r(493)==o?{type:r(483),content:Wr(n,r(383))}:r(434)==o?{type:r(483),content:Wr(n,r(438))}:c:c})),e[t(460)][t(500)][t(419)]((e=>this[t(465)](e))),e[t(460)][t(500)][t(419)]((e=>this[t(497)](e))),e[t(460)][t(500)][t(419)]((e=>this[t(495)](e))),this[t(374)]()}[Us(465)](t){const e=Us;if(t[e(410)][e(453)]||!t[e(410)][e(371)])return!1;let n=!1;const r=this[e(485)][e(475)][e(478)](e(407))[e(399)]({skipNotAttached:!0})[e(378)]((t=>t[e(484)]&&e(377)==t[e(484)][e(376)]))[e(378)]((t=>t[e(484)][e(493)]&&t[e(484)][e(434)]));for(const s of r)Vs(s)||(t[e(474)](s[e(397)]()),n=!0);return n}[Us(497)](t){const e=Us;if(t[e(410)][e(453)]||!t[e(410)][e(371)])return!1;const n=this[e(485)][e(475)][e(478)](e(407));if(n[e(477)][e(470)])return!1;let r=!1;const s=[e(442),e(508),e(377),e(392),e(464),e(501),e(406)],o=this[e(485)][e(460)][e(500)][e(428)][e(489)]()[e(378)]((t=>e(390)==t[e(367)]))[e(378)]((t=>s[e(404)](t[e(401)])));if(0==o[e(408)])return r;for(const i of o){const o=n[e(418)](i[e(487)],e(390))[e(378)]((t=>!t[e(391)][e(415)]))[e(389)]((t=>t[e(405)]))[e(378)]((t=>{const r=e,o=n[r(430)](t);return s[r(404)](o)}));if(o[e(408)]){for(const n of o)t[e(474)](n[e(397)]());r=!0}}return r}[Us(495)](t){const e=Us;if(t[e(410)][e(453)]||!t[e(410)][e(371)])return!1;const n=this[e(485)][e(475)][e(478)](e(407));let r=!1;const s=[e(442),e(508),e(377),e(392),e(464),e(501),e(406)];for(const t of n[e(399)]({skipNotAttached:!0})){const o=n[e(418)](t[e(416)](),e(390))[e(389)]((t=>t[e(405)]))[e(378)]((t=>t[e(484)]&&s[e(404)](t[e(484)][e(376)])));if(!o[e(408)])continue;const a=o[0][e(458)][e(427)][e(435)];if(!o[e(503)]((t=>t[e(427)][e(435)]===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(399)]({skipNotAttached:!0})[s(378)]((e=>s(390)==e[s(367)]&&e[s(427)][s(435)]==t)))e[s(439)](s(435),r)}function i(t,n){const r=e;let s=t[r(458)],i=!1;for(;s;)s[r(427)][r(435)]!=n&&(o(s[r(427)][r(435)],n),s[r(439)](r(435),n),i=!0),s=s[r(450)];return i}}[Us(374)](){const t=Us,e=this[t(485)],n=e[t(394)],r=e[t(475)][t(478)](t(407));this[t(443)](),r[t(400)][t(461)](t(444),t(462),t(366),(function(n,r){const s=t,o=[];for(let t of n)t[s(384)][s(380)]===t[s(457)][s(468)]&&(t=e[s(460)][s(446)](e[s(460)][s(412)](t[s(384)][s(380)],0))),o[s(467)](t);e[s(460)][s(456)]((t=>{const n=s,a=e[n(460)][n(500)][n(393)],c=Array[n(413)](a[n(364)]())[n(389)]((t=>i.LiveRange[n(506)](t)));t[n(423)](o),e[n(510)][n(478)](r[n(421)])[n(447)](),r[n(463)][n(467)]({forceDefaultExecution:!0}),e[n(507)](r[n(421)],...r[n(463)]),t[n(423)](c);for(const t of c)t[n(491)]()}))})),r[t(499)][t(472)]((function(n){const r=t,s=!e[r(460)][r(498)][r(436)](n),o=n[r(369)],i=n[r(411)],a=n[r(490)](r(377)),c=!o||o[r(490)](r(377))!==a,u=!i||i[r(490)](r(377))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(509),e)))}[Us(443)](){const t=Us,e=this[t(485)],n=e[t(394)];function r(n){const r=t,s=e[r(510)][r(478)](r(424))[r(470)],o=e[r(510)][r(478)](r(432))[r(470)];return r(432)===n?s:o}e[t(475)][t(478)](t(407))[t(499)][t(429)]((function(s){const o=t;if(o(444)!=s[o(367)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(421)]){case o(424):u=i[o(463)][0][o(365)],l=r(i[o(421)]),a=o(u?368:486),!l&&e[o(441)][o(478)](o(445))||(a=o(448)),c={type:o(483),content:Wr(n,a,Wr(n,o(481)))};break;case o(432):u=i[o(463)][0][o(365)],l=r(i[o(421)]),a=o(u?368:486),!l&&e[o(441)][o(478)](o(445))||(a=o(448)),c={type:o(483),content:Wr(n,a,Wr(n,o(469)))};break;case o(403):a=o(373),c={type:o(483),content:Wr(n,a,Wr(n,o(509)))};break;case o(440):a=function(t){const e=o,n=t[e(416)]();let r=n[e(384)][e(380)];for(;r&&n[e(454)](r);){if(r[e(490)](e(392))>0)return!1;r=r[e(411)]}return!0}(s)?Wr(n,o(486),Wr(n,function(t){const e=o;return e(449)+t[e(416)]()[e(384)][e(380)][e(490)](e(442))[e(375)]()+e(386)}(s))):Wr(n,o(504),Wr(n,o(509))),c={type:o(483),content:a};break;case o(387):case o(488):!1===i[o(388)]&&(a=o(433),c={type:o(385),content:Wr(n,a,Wr(n,o(509)))})}return c}))}}function Vs(t){const e=Us;let n=t[e(416)]()[e(384)][e(380)][e(369)];for(;n;){const r=n[e(490)](e(377));if(!r)return!1;if(r==t[e(484)][e(493)])return e(493);if(r==t[e(484)][e(434)])return e(434);n=n[e(369)]}return!1}const Ws=Ks;function zs(){const t=["includes","key","formatBlock","upper-roman","list.properties","listType","disc","listReversed","plugins","registerDescriptionCallback","editor","getAttribute","946764wAwPAB","ELEMENT_","_LIST_","listStart","numbered","*Format:* set start index to %0","registerAttributeLabel","suggestion","commandParams","attribute","decimal","2867824ClOVNL","2pQNlzm","removeMarker","bind","getFirstRange","type","nodeAfter","_findSuggestions","circle","68dqrLZh","1328467rOfRwB","_descriptionFactory","_enableDefaultAttributesIntegration","toUpperCase","has","*Format:* set order to regular","decimal-leading-zero","getFirstMarker","73933zxMOXi","format","registerPostFixer","get","oldValue","FORMAT_LIST_REVERSED","TrackChangesEditing","styles","startIndex","newValue","next","*Remove format:* %0","ListPropertiesEditing","lower-roman","*Change to:* %0","document","square","12OjTBIp","model","head","_registerLegacyDescription","listStyle","handleDescriptions","7190649Dvtpkw","*Format:* set order to reversed","isUndo","start","lower-latin","*Set format:* %0","data","batch","_getAttributeKey","find","_LIST_DEFAULT","commandName","10651570uMHsok","afterInit","filter","FORMAT_LIST_START","config","118780GcUqQj","reversed","replace","_getTranslationKeyForListStyle","default","getSuggestions","bulleted","locale","upper-latin"];return(zs=function(){return t})()}function Ks(t,e){const n=zs();return(Ks=function(t,e){return n[t-=452]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(486175===-parseInt(n(453))/1*(parseInt(n(526))/2)+-parseInt(n(514))/3+parseInt(n(534))/4*(parseInt(n(493))/5)+-parseInt(n(470))/6*(-parseInt(n(535))/7)+parseInt(n(525))/8+parseInt(n(476))/9+-parseInt(n(488))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class qs extends t.Plugin{[Ws(489)](){const t=Ws;if(!this[t(512)][t(510)][t(539)](t(465)))return;const e=this[t(512)][t(492)][t(456)](t(506)),n=this[t(512)][t(510)][t(456)](t(459));e[t(460)]&&n[t(537)](t(474),[],[t(474)]),e[t(494)]&&n[t(537)](t(509),[],[t(509)]),e[t(461)]&&n[t(537)](t(517),[],[t(517)]);const r={type:t(454),content:""};n[t(536)][t(511)](this[t(475)][t(528)](this));const s=this[t(512)][t(500)];n[t(536)][t(520)](t(509),Wr(s,t(458))),n[t(536)][t(511)]((e=>{const n=t,{data:s}=e;if(s&&n(509)==s[n(503)])return null==s[n(462)]||0==s[n(462)]&&null==s[n(457)]?r:void 0})),n[t(536)][t(520)](t(517),Wr(s,t(491))),n[t(536)][t(511)]((e=>{const n=t,{data:s}=e;if(s&&n(517)==s[n(503)])return null==s[n(462)]||1==s[n(462)]&&null==s[n(457)]?r:void 0})),this[t(512)][t(471)][t(468)][t(455)]((e=>{const r=t;if(e[r(483)][r(478)])return!1;let s=!1;const o=n[r(498)]({skipNotAttached:!0})[r(490)]((t=>{const e=r,s=n[e(484)](t);return e(517)==s||e(509)==s}));for(const t of o)r(518)!=t[r(529)]()[r(479)][r(531)][r(513)](r(507))&&(n[r(532)](t[r(529)](),r(523))[r(485)]((t=>r(507)==n[r(484)](t[r(521)])))||(e[r(527)](t[r(452)]()),s=!0));return s})),this[t(473)]()}[Ws(475)](t){const e=Ws,n=this[e(512)][e(500)],{data:r}=t,s={type:e(454),content:""};if(!r||e(474)!=r[e(503)])return;if(!r[e(457)])return e(497)==r[e(462)]?s:{type:e(454),content:""+Wr(n,e(481),Wr(n,this[e(496)](r[e(462)])))};if(!r[e(462)]){if(e(497)==r[e(457)])return s;let o=t[e(472)];for(;o;){if(o[e(482)]&&e(507)==o[e(482)][e(503)]&&o[e(482)][e(462)])return s;o=o[e(463)]}return{type:e(454),content:""+Wr(n,e(464),Wr(n,this[e(496)](r[e(457)])))}}if(e(497)!=r[e(462)])return{type:e(454),content:""+Wr(n,e(481),Wr(n,this[e(496)](r[e(462)])))};let o=t[e(472)];for(;o;){if(o[e(482)]&&e(507)==o[e(482)][e(503)]&&o[e(482)][e(462)]&&o[e(482)][e(457)])return s;o=o[e(463)]}const i=t[e(529)]()[e(479)][e(531)][e(513)](e(507));return{type:e(454),content:Wr(n,e(481),Wr(n,e(515)+i[e(538)]()+e(486)))}}[Ws(473)](){const t=Ws,e=this[t(512)],n=e[t(500)];e[t(510)][t(456)](t(459))[t(536)][t(511)]((e=>{const r=t;if(r(504)!=e[r(530)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(487)]){case r(474):o=r(467),i={type:r(454),content:Wr(n,o,Wr(n,this[r(496)](s[r(522)][0][r(530)])))};break;case r(509):o=s[r(522)][0][r(494)]?r(477):r(540),i={type:r(454),content:Wr(n,o)};break;case r(517):o=r(519),i={type:r(454),content:Wr(n,o,s[r(522)][0][r(461)])}}return i}))}[Ws(496)](t){const e=Ws;return e(515)+function(t){const n=e;return Xs[n(502)](t)?n(499):Js[n(502)](t)?n(518):null}(t)[e(538)]()+e(516)+t[e(538)]()[e(495)](/-/g,"_")}}const Xs=[Ws(508),Ws(533),Ws(469)],Js=[Ws(524),Ws(541),Ws(466),Ws(505),Ws(480),Ws(501)];var Ys=n(507);const Qs=$s;function Zs(){const t=["21266904aPnTCe","enterBlock","end","detach","parent","high","plugins","1UxZsWV","init","options","3383722DkBhrl","2490CObpfh","createRange","fire","markerNameToElements","afterExecute","ck-suggestion-marker-split","19613DdzYvq","7oEriyF","editor","hasClass","document","2032080oBbSTk","fromRange","requires","createPositionAt","bind","removeMarker:suggestion:insertion","commands","enableCommand","writer","enter","nextSibling","data","getFirstPosition","getFirstRange","downcastDispatcher","selection","model","setSelection","TrackChangesEditing","markerName","get","117HlRZeK","split","change","remove","mapper","editing","showSuggestionHighlights","addMarker:suggestion:insertion","2644555SBzLLg","4zAsqAX","markInsertion","4079352UhcMKJ","unbindElementFromMarkerName","354944ADexfA"];return(Zs=function(){return t})()}function $s(t,e){const n=Zs();return($s=function(t,e){return n[t-=323]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(945793===parseInt(n(339))/1*(-parseInt(n(342))/2)+parseInt(n(354))/3+-parseInt(n(327))/4*(-parseInt(n(326))/5)+parseInt(n(329))/6*(parseInt(n(350))/7)+parseInt(n(331))/8*(-parseInt(n(375))/9)+parseInt(n(343))/10*(-parseInt(n(349))/11)+parseInt(n(332))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zs);class to extends t.Plugin{static get[Qs(356)](){return[Ys.Enter]}[Qs(340)](){const t=Qs,e=this[t(351)],n=e[t(338)][t(374)](t(372)),r=e[t(360)][t(374)](t(363));n[t(361)](t(363),(()=>{const s=t;e[s(370)][s(377)]((t=>{const o=s,a=e[o(370)][o(353)][o(369)],c=a[o(366)](),u=i.LiveRange[o(355)](a[o(367)]());if(r[o(333)](t)){const r=e[o(370)][o(357)](c[o(336)][o(364)],0),s=t[o(344)](c,r);n[o(328)](s)}else t[o(371)](t[o(344)](u[o(334)]));u[o(335)](),r[o(345)](o(347),{writer:t})}))})),e[t(323)][t(368)].on(t(325),Fs(e,t(376)),{priority:t(337)}),e[t(323)][t(368)].on(t(359),((e,n,r)=>{const s=t,o=r[s(379)][s(346)](n[s(373)]);if(o)for(const t of o)t[s(352)](s(348))&&(r[s(379)][s(330)](t,n[s(373)]),r[s(362)][s(378)](t))}),{priority:t(337)}),e[t(365)][t(368)].on(t(325),((n,r,s)=>{const o=t;s[o(341)][o(324)]&&Fs(e,o(376),{showActiveMarker:!1})[o(358)](this)(n,r,s)}),{priority:t(337)})}}function eo(){const t=["FindAndReplaceUtils","plugins","1386507fzLHpl","enableCommand","editor","end","2etIKCt","_isInDeletionRange","4132XZjwwZ","179352XqweBB","get","getMarkersGroup","findNext","65nDVNQL","getRange","findByTextCallback","TrackChangesEditing","1036868nRhKwc","suggestion:deletion","start","replaceAll","find","string","has","model","afterInit","509500LACiKh","handleFindCommand","bind","7780674wAhUdJ","createRange","findPrevious","createPositionAt","markers","replace","18urWBBp","getIntersection","item","filter","FindAndReplaceEditing","900632GWkdgx"];return(eo=function(){return t})()}const no=ro;function ro(t,e){const n=eo();return(ro=function(t,e){return n[t-=493]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(690651===-parseInt(n(513))/1+parseInt(n(520))/2*(parseInt(n(516))/3)+-parseInt(n(522))/4*(parseInt(n(527))/5)+parseInt(n(502))/6+-parseInt(n(531))/7+parseInt(n(523))/8*(parseInt(n(508))/9)+-parseInt(n(499))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eo);class so extends t.Plugin{[no(498)](){const t=no;if(!this[t(518)][t(515)][t(496)](t(512)))return;const e=this[t(518)][t(515)][t(524)](t(530));e[t(517)](t(494),this[t(500)][t(501)](this)),e[t(517)](t(526)),e[t(517)](t(504)),e[t(517)](t(507)),e[t(517)](t(493))}[no(500)](t,e,n={}){const r=no,s=this[r(518)][r(515)][r(524)](r(514));return t((t=>(r(495)==typeof e?s[r(529)](e,n):e)(t)[r(511)]((e=>!1===this[r(521)](e,t[r(510)])))),n)}[no(521)](t,e){const n=no,r=this[n(518)][n(497)][n(503)](this[n(518)][n(497)][n(505)](e,t[n(533)]),this[n(518)][n(497)][n(505)](e,t[n(519)]));for(const t of this[n(518)][n(497)][n(506)][n(525)](n(532)))if(null!==r[n(509)](t[n(528)]()))return!0;return!1}}function oo(){const t=["plugins","*Set font color:* %0","FORMAT_FONT_SIZE","FontSize","FORMAT_FONT_FAMILY","15LjDLMq","FontColorEditing","4117776uSZSRp","9uKXkdi","title","find","trim","fontSize.options","afterInit","*Reset font family*","format","fontColor","editor","fontBackgroundColor.colors","*Reset font color*","commandName","fontFamily","*Reset font size*","toLowerCase","*Set font background color:* %0","11668408fJbcjW","1203738jhYNMq","FontSizeEditing","config","fontColor.colors","commandParams","*Set font size:* %0","FontFamilyEditing","*Set font family:* %0","registerAttributeLabel","FontBackgroundColorEditing","3610220zgOZsC","FORMAT_FONT_COLOR","_enableDefaultAttributesIntegration","_registerLegacyDescription","label","868yAtHVw","normalizeSizeOptions","type","registerDescriptionCallback","22fowgvk","formatInline","locale","get","fontSize","9654736pGZqfj","has","fontBackgroundColor","value","*Reset font background color*","1336988mOCaUT","FORMAT_FONT_BACKGROUND","TrackChangesEditing","2631xoTNiD","_descriptionFactory","model"];return(oo=function(){return t})()}const io=ao;function ao(t,e){const n=oo();return(ao=function(t,e){return n[t-=374]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(747422===-parseInt(n(387))/1+parseInt(n(402))/2*(-parseInt(n(419))/3)+parseInt(n(416))/4*(parseInt(n(427))/5)+parseInt(n(429))/6+parseInt(n(411))/7+-parseInt(n(386))/8*(parseInt(n(430))/9)+-parseInt(n(397))/10*(-parseInt(n(406))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oo);const co=[{pluginName:io(388),commandName:io(410)},{pluginName:io(393),commandName:io(382)},{pluginName:io(428),commandName:io(377)},{pluginName:io(396),commandName:io(413)}];class uo extends t.Plugin{[io(374)](){const t=io,e=this[t(378)][t(408)],n=this[t(378)][t(422)][t(409)](t(418));for(const{pluginName:e,commandName:r}of co)this[t(378)][t(422)][t(412)](e)&&n[t(399)](r,[r]);e.t,n[t(420)][t(395)](t(410),Wr(e,t(424))),n[t(420)][t(395)](t(382),Wr(e,t(426))),n[t(420)][t(395)](t(377),Wr(e,t(398))),n[t(420)][t(395)](t(413),Wr(e,t(417))),this[t(400)]()}[io(400)](){const t=io,e=this[t(378)],n=e[t(408)];e[t(422)][t(409)](t(418))[t(420)][t(405)]((e=>{const r=t,o=n.t;if(r(407)!=e[r(404)])return;const{data:i}=e;if(null!=i){if(r(410)==i[r(381)]){const t=i[r(391)][0][r(414)];if(t){const e=o(this[r(378)][r(422)][r(409)](r(425))[r(403)](this[r(378)][r(389)][r(409)](r(434)))[r(432)]((e=>e[r(421)]==t))[r(431)])[r(384)]();return{type:r(376),content:Wr(n,r(392),e)}}return{type:r(376),content:Wr(n,r(383))}}if(r(382)==i[r(381)]){const t=i[r(391)][0][r(414)];return t?{type:r(376),content:Wr(n,r(394),t)}:{type:r(376),content:Wr(n,r(375))}}if(r(377)==i[r(381)]){const t=i[r(391)][0][r(414)];if(t){const e=(0,s.normalizeColorOptions)(this[r(378)][r(389)][r(409)](r(390)))[r(432)]((e=>e[r(421)]==t));let i=t,a="";return e&&(i=e[r(401)],a=o(i)[r(384)]()),{type:r(376),content:Wr(n,r(423),a)[r(433)](),color:{value:t,title:a||i}}}return{type:r(376),content:Wr(n,r(380))}}if(r(413)==i[r(381)]){const t=i[r(391)][0][r(414)];if(t){const e=(0,s.normalizeColorOptions)(this[r(378)][r(389)][r(409)](r(379)))[r(432)]((e=>e[r(421)]==t));let i=t,a="";return e&&(i=e[r(401)],a=o(i)[r(384)]()),{type:r(376),content:Wr(n,r(385),a)[r(433)](),color:{value:t,title:a||i}}}return{type:r(376),content:Wr(n,r(415))}}}}))}}function lo(t,e){const n=ho();return(lo=function(t,e){return n[t-=481]})(t,e)}const fo=lo;function ho(){const t=["commands","slice","get","join","split","toUpperCase","35683850wVkLHJ","fontColor.colors","pasteFormat","1171737tAfkNI","editor","40jasEuB","label","registerDescriptionCallback","_registerLegacyDescription","_descriptionFactory","commandParams","_enableDefaultAttributesIntegration","TrackChangesEditing","afterInit","270225mfzfDE","toLowerCase","locale","fontSize","1282260doAWsD","6rYGzpS","formatInline","fontSize.options","fontColor","formatBlock","normalizeSizeOptions","config","FontSize","title","384QtNVav","fontBackgroundColor","enableCommand","entries","format","plugins","17607wytvRd","*Remove all formatting*","charAt","293874nbIiVW","type","find","4705554pHSTfG","length","commandName","push","copyFormat","*Set format to:* %0","boolean","model"];return(ho=function(){return t})()}!function(t,e){const n=lo,r=t();for(;;)try{if(544592===-parseInt(n(505))/1*(parseInt(n(510))/2)+-parseInt(n(525))/3*(parseInt(n(519))/4)+-parseInt(n(509))/5+-parseInt(n(531))/6+parseInt(n(528))/7+-parseInt(n(496))/8*(parseInt(n(494))/9)+parseInt(n(491))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ho);class go extends t.Plugin{[fo(504)](){const t=fo,e=this[t(495)],n=e[t(524)][t(487)](t(503)),r=e[t(485)][t(487)](t(481)),s=e[t(485)][t(487)](t(493));r&&s&&(n[t(502)](t(493)),n[t(521)](t(481)),this[t(499)]())}[fo(499)](){const t=fo,e=this[t(495)],n=e[t(507)];e[t(524)][t(487)](t(503))[t(500)][t(498)]((r=>{const s=t;if(s(514)!=r[s(529)]&&s(511)!=r[s(529)])return;const{data:o}=r;if(o&&s(493)===o[s(533)]){const t=[],r=o[s(501)][0];for(const[n,o]of Object[s(522)](r))t[s(534)](po(e,n,o));return t[s(532)]?{type:s(523),content:Wr(n,s(482),t[s(488)](", "))}:{type:s(523),content:Wr(n,s(526))}}}))}}function po(t,e,n){const r=fo,o=t[r(507)].t,i=e[r(489)](/(?=[A-Z])/)[r(488)](" "),a=o(i[r(527)](0)[r(490)]()+i[r(486)](1))[r(506)]();if(r(483)==typeof n)return a;if(r(513)===e||r(520)===e){const e=(0,s.normalizeColorOptions)(t[r(516)][r(487)](r(492)))[r(530)]((t=>t[r(484)]==n));return a+" ("+(e?o(e[r(497)])[r(506)]():n)+")"}if(r(508)===e&&isNaN(parseFloat(n))){const e=t[r(524)][r(487)](r(517))[r(515)](t[r(516)][r(487)](r(512)))[r(530)]((t=>t[r(484)]==n));return a+" ("+(e?o(e[r(518)])[r(506)]():n)+")"}return a+" ("+n+")"}function mo(t,e){const n=Eo();return(mo=function(t,e){return n[t-=367]})(t,e)}const Io=mo;function Eo(){const t=["65229IzVcAk","_descriptionFactory","_enableDefaultAttributesIntegration","14LplayV","HeadingEditing","get","format","model","registerElementLabel","82768doprHy","title","view","_getHeadingLevel","plugins","heading","2831226uprzdF","formatBlock","has","1071084fxlvGM","match","commandParams","afterInit","TrackChangesEditing","ELEMENT_HEADING","registerDescriptionCallback","*Change to:* %0","heading.options","_registerLegacyDescription","3930552DpDSgK","1686385mIIJQK","find","_headingOptions","name","value","paragraph","ELEMENT_HEADING_CUSTOM","72508fNCQdw","commandName","locale","editor","config","type"];return(Eo=function(){return t})()}!function(t,e){const n=mo,r=t();for(;;)try{if(372715===-parseInt(n(404))/1+-parseInt(n(371))/2*(parseInt(n(368))/3)+parseInt(n(386))/4+parseInt(n(397))/5+parseInt(n(383))/6+parseInt(n(377))/7+-parseInt(n(396))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[Io(389)](){const t=Io,e=this[t(407)];if(!e[t(381)][t(385)](t(372)))return;this[t(399)]=e[t(408)][t(373)](t(394));const n=e[t(406)],r=e[t(381)][t(373)](t(390));r[t(370)](t(382));for(const e of this[t(399)])t(402)!=e[t(375)]&&r[t(369)][t(376)](e[t(375)],(n=>{const r=t,i=this[r(380)](e[r(375)]);return null!==i?s(n,i):o(n,e[r(378)])}));function s(e,r){return Wr(n,t(391),[e,r])}function o(e,r){return Wr(n,t(403),[e,r])}this[t(395)]()}[Io(395)](){const t=Io,e=this[t(407)],n=e[t(406)];e[t(381)][t(373)](t(390))[t(369)][t(392)]((e=>{const r=t;if(r(384)!=e[r(367)])return;const{data:s}=e;if(s&&r(382)==s[r(405)]){const e=s[r(388)][0][r(401)],c=this[r(380)](e);if(null!==c)return{type:r(374),content:Wr(n,r(393),(1,a=c,Wr(n,r(391),[1,a])))};const u=this[r(399)][r(398)]((t=>t[r(375)]===e))[r(378)];return{type:r(374),content:Wr(n,r(393),(o=1,i=u,Wr(n,t(403),[o,i])))}}var o,i,a}))}[Io(380)](t){const e=Io;var n,r;const s=t[e(387)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(399)])||void 0===n?void 0:n[e(398)]((n=>n[e(375)]==t));if(o&&o[e(379)]){const t=o[e(379)],n=(null!==(r=t[e(400)])&&void 0!==r?r:t)[e(387)](/^h(\d+)/);if(n)return n[1]}return null}}const To=yo;function _o(){const t=["registerAttributeLabel","8NYsWeM","8679983ZydNXj","color","highlight","7080092MKhsjk","formatInline","111600mUlarK","commandParams","50nlmqJs","value","get","5183479VsNMYF","TrackChangesEditing","2IOYEnr","_registerLegacyDescription","plugins","3DWxyVi","1644dbltLX","36CztZeM","afterInit","has","_enableDefaultAttributesIntegration","format","_descriptionFactory","locale","find","editor","*Remove highlight*","highlight.options","model","2713975XekOJM","type","HighlightEditing","config","FORMAT_HIGHLIGHT","registerDescriptionCallback","title","toLowerCase","commandName","2605YRjzQG","566788LlLinp","*Set highlight:* %0"];return(_o=function(){return t})()}function yo(t,e){const n=_o();return(yo=function(t,e){return n[t-=294]})(t,e)}!function(t,e){const n=yo,r=t();for(;;)try{if(908264===-parseInt(n(295))/1*(-parseInt(n(311))/2)+-parseInt(n(314))/3*(-parseInt(n(302))/4)+parseInt(n(294))/5*(parseInt(n(315))/6)+-parseInt(n(309))/7*(-parseInt(n(298))/8)+parseInt(n(304))/9*(-parseInt(n(306))/10)+-parseInt(n(328))/11+parseInt(n(316))/12*(-parseInt(n(299))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_o);class Ao extends t.Plugin{[To(317)](){const t=To,e=this[t(324)];if(!e[t(313)][t(318)](t(330)))return;const n=e[t(313)][t(308)](t(310)),r=e[t(322)];n[t(319)](t(301),[t(301)]),n[t(321)][t(297)](t(301),Wr(r,t(332))),this[t(312)]()}[To(312)](){const t=To,e=this[t(324)],n=e[t(322)];e[t(313)][t(308)](t(310))[t(321)][t(333)]((r=>{const s=t;if(s(303)!=r[s(329)])return;const{data:o}=r;if(o&&s(301)==o[s(336)]){const t=n.t,r=o[s(305)][0][s(307)];if(r){const o=e[s(331)][s(308)](s(326))[s(323)]((t=>t[s(327)]==r)),i=t(o[s(334)])[s(335)]();return{type:s(320),content:Wr(n,s(296),i),color:{value:o[s(300)],title:o[s(334)]}}}return{type:s(320),content:Wr(n,s(325),Wr(n,s(332)))}}}))}}const ko=Co;function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=217]})(t,e)}function Lo(){const t=["4361130OePTrU","6BqPFBo","456HNEPBK","conversion","305xHnenQ","registerElementLabel","for","54108vzhixp","elementToStructure","createContainerElement","536037MwDchQ","get","insert","ck-horizontal-line","_descriptionFactory","createPositionAt","editor","11694450WCFVNT","TrackChangesEditing","horizontalLine","plugins","enableCommand","showSuggestionHighlights","has","dataDowncast","HorizontalLineEditing","high","locale","div","afterInit","createEmptyElement","7991060abSYlh","ELEMENT_HORIZONTAL_LINE","15656bnHlla","1286040PZqZQH","addClass"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(861506===-parseInt(n(234))/1+-parseInt(n(221))/2*(-parseInt(n(226))/3)+parseInt(n(231))/4*(parseInt(n(228))/5)+-parseInt(n(225))/6*(parseInt(n(219))/7)+-parseInt(n(222))/8+-parseInt(n(224))/9+parseInt(n(241))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[ko(217)](){const t=ko,e=this[t(240)];if(!e[t(244)][t(247)](t(249)))return;e[t(244)][t(235)](t(242))[t(245)](t(243));const n=e[t(244)][t(235)](t(242)),r=e[t(251)];n[t(238)][t(229)](t(243),(e=>Wr(r,t(220),e))),e[t(227)][t(230)](t(248))[t(232)]({model:t(243),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(246)])return null;const o=n[s(233)](s(252)),i=n[s(218)]("hr");return n[s(223)](s(237),o),n[s(236)](n[s(239)](o,0),i),o},converterPriority:t(250)})}}const Ro=vo;function vo(t,e){const n=Mo();return(vo=function(t,e){return n[t-=398]})(t,e)}!function(t,e){const n=vo,r=t();for(;;)try{if(982252===parseInt(n(413))/1+parseInt(n(418))/2+parseInt(n(414))/3+-parseInt(n(430))/4+-parseInt(n(422))/5+parseInt(n(429))/6+-parseInt(n(431))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mo);class So extends t.Plugin{[Ro(401)](){const t=Ro,e=this[t(417)];if(!e[t(404)][t(420)](t(407)))return;const n=e[t(404)][t(423)](t(426)),r=e[t(410)];n[t(405)][t(416)](t(425),(e=>Wr(r,t(403),e))),n[t(408)](t(412),[],[t(428)]),n[t(405)][t(432)]((e=>{const n=t;if(n(427)!=e[n(411)])return;const{data:s}=e;if(s&&n(428)==s[n(398)]&&e[n(421)]()[n(409)][n(406)].is(n(419),n(425))){const t=Wr(r,n(403));return{type:n(402),content:Wr(r,n(424),t)}}})),this[t(399)]()}[Ro(399)](){const t=Ro,e=this[t(417)],n=e[t(410)];e[t(404)][t(423)](t(426))[t(405)][t(432)]((e=>{const r=t;if(r(415)!=e[r(411)])return;const{data:s}=e;if(s&&r(412)==s[r(400)]){const t=Wr(n,r(403));return{type:r(402),content:Wr(n,r(424),t)}}}))}}function Mo(){const t=["285276UlFLrv","4773627xEjoHE","formatBlock","registerElementLabel","editor","1417508rFncLg","element","has","getFirstRange","6913360WGtdOy","get","*Change %0 content*","rawHtml","TrackChangesEditing","attribute","value","8357376VVUxdS","4169108csstbH","3996538YJmmhO","registerDescriptionCallback","key","_registerLegacyDescription","commandName","afterInit","format","ELEMENT_HTML_EMBED","plugins","_descriptionFactory","nodeAfter","HtmlEmbed","_enableDefaultAttributesIntegration","start","locale","type","htmlEmbed"];return(Mo=function(){return t})()}const wo=Oo;function Oo(t,e){const n=Fo();return(Oo=function(t,e){return n[t-=356]})(t,e)}function Fo(){const t=["529984IKOIJJ","858730dgvMqj","schema","18nFFTFI","locale","toNext","forward","addObject","findIndex","selection","model","registerDescriptionCallback","isBefore","ELEMENT_IMAGE","alt","registerElementLabel","detach","ImageTextAlternativeEditing","imageCaption","*Set image width:* %0","registerCustomCallback","editor","join","isBlockImage","ImageEditing","get","isOwn","chain","isCollapsed","insertion","_descriptionFactory","commandName","document","_findSuggestions","46322WGGmpm","element","imageTextAlternative","imageBlock","insertImage","convertInlineImageToBlock","convertBlockImageToInline","removeObject","isEqual","ELEMENT_CAPTION","getSuggestionCallback","1522720UQyEjf","getNearestSelectionRange","imageStylePreApply","width","toPrevious","ImageUploadEditing","markDeletion","end","*Reset image width*","ImageResize","6haSDmV","fromPosition","formatInline","getFirstRange","2239454CnQizW","format","uploadImage","40rPrLWc","_suggestionFactory","plugins","getCaptionFromImageModelElement","resizedWidth","createRange","nodeAfter","caption","imageTypeInline","markInsertion","ImageBlockEditing","_enableDefaultAttributesIntegration","ImageInlineEditing","previous","Inline image to block image","*Remove image text alternative*","discard","Block image to inline image","imageTypeBlock","markBlockFormat","resizeImage","registerAttributeLabel","FORMAT_IMAGE_SIZE","ELEMENT_INLINE_IMAGE","TrackChangesEditing","attribute","deletion","ImageCaptionUtils","backward","start","enableCommand","forceDefaultExecution","imageInline","isIntersecting","key","ImageUtils","getContainedElement","has","ImageCaptionEditing","nodeBefore","length","192245oSFRnL","commandParams","newValue","createRangeOn","change","toggleImageCaption","subType","getClosestSelectedImageElement","formatBlock","type","filter","afterInit","*Set image text alternative:* %0","_registerLegacyDescription","122814LesehJ","accept","find"];return(Fo=function(){return t})()}!function(t,e){const n=Oo,r=t();for(;;)try{if(163717===-parseInt(n(367))/1+parseInt(n(418))/2*(-parseInt(n(387))/3)+-parseInt(n(384))/4+parseInt(n(385))/5+-parseInt(n(439))/6*(-parseInt(n(443))/7)+parseInt(n(429))/8+-parseInt(n(381))/9*(parseInt(n(446))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[wo(378)](){const t=wo,e=this[t(405)];if(!e[t(448)][t(363)](t(408)))return;const n=e[t(448)][t(409)](t(470)),r=e[t(448)][t(409)](t(361)),s=e[t(388)];n[t(356)](t(422)),n[t(414)][t(399)](t(421),(e=>Wr(s,t(397),e))),n[t(414)][t(399)](t(358),(e=>Wr(s,t(469),e))),n[t(414)][t(399)](t(453),(()=>Wr(s,t(427)))),e[t(448)][t(363)](t(434))&&n[t(356)](t(445)),e[t(448)][t(363)](t(456))&&e[t(448)][t(363)](t(458))&&(n[t(356)](t(454),((s,o)=>{const i=t,a=r[i(374)](e[i(394)][i(416)][i(393)]);e[i(394)][i(371)]((()=>{const t=i;n[t(465)](a,{commandName:t(454),commandParams:[o]},[],t(424))}))})),n[t(356)](t(464),((s,o)=>{const a=t;e[a(394)][a(371)]((t=>{const c=a;let u=r[c(374)](e[c(394)][c(416)][c(393)]),l=t[c(370)](u);const f=i.LivePosition[c(440)](l[c(475)],c(433)),h=i.LivePosition[c(440)](l[c(436)],c(389));n[c(357)]((()=>s(o))),u=r[c(374)](e[c(394)][c(416)][c(393)]),l=t[c(370)](u);const g=t[c(451)](f,h);f[c(400)](),h[c(400)](),n[c(465)](u,{commandName:c(454),commandParams:[o]},[],c(423)),g[c(475)][c(396)](l[c(475)])&&n[c(455)](t[c(451)](g[c(475)],l[c(475)]),c(423)),l[c(436)][c(396)](g[c(436)])&&n[c(455)](t[c(451)](l[c(436)],g[c(436)]),c(423))}))})),n[t(447)][t(404)](t(375),t(423),t(406),(()=>!1)),n[t(447)][t(404)](t(375),t(423),t(382),(()=>!1)),n[t(447)][t(404)](t(375),t(423),t(462),n[t(447)][t(428)](t(375),"",t(382))),n[t(447)][t(404)](t(413),t(423),t(406),(()=>!1)),n[t(447)][t(404)](t(413),t(423),t(462),(([r])=>{const s=t,o=n[s(447)][s(428)](s(413),"",s(462));let i=r[s(475)],a=r[s(436)];const c=e[s(394)][s(386)][s(430)](i,s(474)),u=e[s(394)][s(386)][s(430)](a,s(390));c[s(412)]&&(i=c[s(475)]),u[s(412)]&&(a=u[s(436)]),o([e[s(394)][s(451)](i,a)])})),n[t(447)][t(404)](t(375),t(423),t(411),c),n[t(447)][t(404)](t(413),t(423),t(411),c)),e[t(448)][t(363)](t(364))&&(n[t(356)](t(372),((s,o)=>{const i=t,a=e[i(448)][i(409)](i(473));let c=r[i(374)](e[i(394)][i(416)][i(393)]),u=a[i(449)](c);e[i(394)][i(371)]((()=>{const t=i;if(u)return void n[t(435)](e[t(394)][t(370)](u));const l=r[t(407)](c);s(o),c=r[t(374)](e[t(394)][t(416)][t(393)]),u=a[t(449)](c),n[t(455)](e[t(394)][t(370)](u),l?null:t(402))}))})),n[t(447)][t(404)](t(413),t(402),t(411),c));const o=[{type:t(375),subType:t(431)},{type:t(413),subType:t(402)},{type:t(375),subType:t(423)},{type:t(413),subType:t(423)}];function a(e,s){const i=t,a=o[i(392)]((({type:t,subType:n})=>e[i(376)]==t&&e[i(373)]==n)),c=o[i(392)]((({type:t,subType:e})=>s[i(376)]==t&&s[i(373)]==e));if(a<0||c<0)return!1;const u=e[i(442)](),l=s[i(442)]();if((0==a||1==a)&&2==c&&u[i(359)](l))return!0;if(2==a&&3==c){const t=n[i(417)](u,i(413))[i(377)]((({suggestion:t,meta:e})=>e[i(410)]&&i(423)==t[i(373)]));if(t[i(366)]>1&&l[i(436)][i(426)](u[i(475)]))return!0;if(1==t[i(366)]&&(u[i(475)][i(426)](l[i(436)])||u[i(436)][i(426)](l[i(475)])))return!0}if(3==a&&3==c&&u[i(475)][i(396)](l[i(475)])){const t=u[i(436)][i(452)],e=l[i(475)][i(365)];return r[i(407)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(448)][t(363)](t(438))&&(n[t(457)](t(466),[],[t(450)]),n[t(414)][t(467)](t(450),Wr(s,t(468)))),e[t(448)][t(363)](t(401))&&n[t(457)](t(420),[],[t(398)]),n[t(414)][t(395)]((e=>{const n=t;if(o[n(383)]((({type:t,subType:r})=>e[n(376)]==t&&e[n(373)]==r)))return e[n(459)]?{}:void 0})),n[t(414)][t(395)]((e=>{const n=t;if(n(413)==e[n(376)]||n(472)==e[n(376)]){const t=e[n(362)]();if(t&&t.is(n(419),n(453)))return{type:n(413)==e[n(376)]?n(391):n(425),element:t,quantity:1}}})),n[t(414)][t(395)]((e=>t(375)==e[t(376)]&&t(423)==e[t(373)]?{type:t(444),content:t(460)}:t(375)==e[t(376)]&&t(424)==e[t(373)]?{type:t(444),content:t(463)}:void 0)),n[t(414)][t(395)]((e=>{const n=t;if(n(471)!=e[n(376)])return;const{data:r}=e;if(!r||n(398)!=r[n(360)])return;const o=r[n(369)];return o?{type:n(444),content:Wr(s,n(379),'"'+o+'"')}:{type:n(444),content:Wr(s,n(461))}})),this[t(380)]()}[wo(380)](){const t=wo,e=this[t(405)],n=e[t(388)];e[t(448)][t(409)](t(470))[t(414)][t(395)]((e=>{const r=t;if(r(375)!=e[r(376)]&&r(441)!=e[r(376)])return;const{data:s}=e;if(s){if(r(420)==s[r(415)]){const t=s[r(368)][0][r(369)];return t?{type:r(444),content:Wr(n,r(379),'"'+t+'"')}:{type:r(444),content:Wr(n,r(461))}}if(r(466)==s[r(415)]){const t=s[r(368)][0][r(432)];return t?{type:r(444),content:Wr(n,r(403),t)}:{type:r(444),content:Wr(n,r(437))}}}}))}}const xo=Bo;function Bo(t,e){const n=Po();return(Bo=function(t,e){return n[t-=154]})(t,e)}function Po(){const t=["replaceImageSource","discard","*Replace image URL*","key","oldValue","8WWOpOF","1693524zfpRpF","type","formatBlock","TrackChangesEditing","203624TJqMhm","accept","has","_suggestionFactory","newValue","_enableDefaultAttributesIntegration","get","ImageEditing","afterInit","getSuggestionCallback","src","44bHqwQf","454472oGFOJt","66941xQfQJi","5Tpjahg","_descriptionFactory","*Format:* replace image URL","_handleLegacySuggestions","formatInline","registerDescriptionCallback","attribute","format","387HRPKbs","2117004eAWuBm","commandName","registerCustomCallback","2644340QBxDdP","editor","plugins","_registerLegacyDescription","294PkmLhL","11163530Mgawmt","locale"];return(Po=function(){return t})()}!function(t,e){const n=Bo,r=t();for(;;)try{if(818505===-parseInt(n(184))/1*(parseInt(n(182))/2)+parseInt(n(166))/3+parseInt(n(165))/4*(-parseInt(n(196))/5)+parseInt(n(157))/6*(-parseInt(n(183))/7)+parseInt(n(170))/8*(parseInt(n(192))/9)+parseInt(n(158))/10+parseInt(n(181))/11*(parseInt(n(193))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Po);class Uo extends t.Plugin{[xo(178)](){const t=xo;if(!this[t(154)][t(155)][t(172)](t(177)))return;const e=this[t(154)][t(159)],n=this[t(154)][t(155)][t(176)](t(169));n[t(175)](t(160),[],[t(180)]),n[t(185)][t(189)]((n=>{const r=t;if(r(190)!=n[r(167)])return;const{data:s}=n;return s&&r(180)==s[r(163)]?s[r(174)]&&s[r(164)]?{type:r(191),content:Wr(e,r(162))}:{type:r(191),content:""}:void 0})),this[t(187)]()}[xo(187)](){const t=xo,e=this[t(154)][t(155)][t(176)](t(169));e[t(173)][t(195)](t(168),t(160),t(171),e[t(173)][t(179)](t(168),null,t(161))),e[t(173)][t(195)](t(168),t(160),t(161),e[t(173)][t(179)](t(168),null,t(171))),this[t(156)]()}[xo(156)](){const t=xo,e=this[t(154)],n=e[t(159)];e[t(155)][t(176)](t(169))[t(185)][t(189)]((e=>{const r=t;if(r(168)!=e[r(167)]&&r(188)!=e[r(167)])return;const{data:s}=e;return s&&r(160)==s[r(194)]?{type:r(191),content:Wr(n,r(186))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=264]})(t,e)}!function(t,e){const n=Go,r=t();for(;;)try{if(991954===parseInt(n(326))/1*(-parseInt(n(296))/2)+parseInt(n(320))/3+parseInt(n(286))/4+-parseInt(n(276))/5+parseInt(n(347))/6+parseInt(n(294))/7+parseInt(n(339))/8*(-parseInt(n(348))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[jo(343)](){const t=jo,n=this[t(278)];if(!n[t(346)][t(281)](t(269)))return;const r=n[t(346)][t(313)](t(297)),s=n[t(346)][t(313)](t(331)),o={};r[t(271)](t(337),((o,i)=>{const a=t,c=n[a(346)][a(313)](a(354)).me,u=n[a(361)][a(313)](a(337));let l=s[a(330)](n[a(351)][a(288)][a(335)]),f=n[a(351)][a(325)](l),h=u[a(300)];if(h==i[a(300)])return;const g={commandName:a(337),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(351)][a(350)]((()=>{const t=a;if(r[t(327)]()[t(304)]((e=>e[t(298)]&&c==e[t(306)]&&(t(283)==e[t(303)]||t(295)==e[t(303)])&&(t(267)==e[t(309)]||t(340)==e[t(309)])&&e[t(305)]()[t(345)](f)))[t(275)]((e=>r[t(289)](e[t(293)]))),l=s[t(330)](n[t(351)][t(288)][t(335)]),f=n[t(351)][t(325)](l),u[t(334)](),n[t(361)][t(313)](t(356))[t(334)](),n[t(361)][t(313)](t(321))[t(334)](),h=u[t(300)],h!=i[t(300)])return s[t(302)](l)&&u[t(352)](i[t(300)],l)?(o({...i,setImageSizes:!1}),l=s[t(330)](n[t(351)][t(288)][t(335)]),void r[t(279)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(267))):void(s[t(311)](l)?r[t(279)](l,g,[],t(340)):r[t(287)](f,g,t(340)))}))}));for(const e of n[t(346)][t(313)](t(269))[t(264)])o[e[t(328)]]=e[t(307)][t(324)]();r[t(280)][t(265)](t(283),t(267),t(314),(()=>!1)),r[t(280)][t(265)](t(283),t(340),t(314),(()=>!1)),r[t(280)][t(265)](t(295),t(340),t(314),(()=>!1)),r[t(280)][t(265)](t(283),t(267),t(308),(([e])=>{const n=t;s[n(344)](e[n(277)]())})),r[t(280)][t(265)](t(283),t(267),t(323),((e,n)=>{const s=t;r[s(280)][s(319)](s(283),"",s(308))(e,{commandName:n[s(312)],commandParams:n[s(329)]})})),r[t(280)][t(265)](t(283),t(267),t(358),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(283),subType:t(267)},{type:t(310),subType:t(291)},{type:t(283),subType:t(317)},{type:t(310),subType:t(317)}];function a(e,n){const o=t,a=i[o(285)]((({type:t,subType:n})=>e[o(303)]==t&&e[o(309)]==n)),c=i[o(285)]((({type:t,subType:e})=>n[o(303)]==t&&n[o(309)]==e));if(a<0||c<0)return!1;const u=e[o(305)](),l=n[o(305)]();if((0==a||1==a)&&2==c&&u[o(301)](l))return!0;if(2==a&&3==c){const t=r[o(272)](u,o(310))[o(304)]((({suggestion:t,meta:e})=>e[o(284)]&&o(317)==t[o(309)]));if(t[o(318)]>1&&l[o(322)][o(345)](u[o(273)]))return!0;if(1==t[o(318)]&&(u[o(273)][o(345)](l[o(322)])||u[o(322)][o(345)](l[o(273)])))return!0}if(3==a&&3==c&&u[o(273)][o(292)](l[o(273)])){const t=u[o(322)][o(357)],e=l[o(273)][o(332)];return s[o(311)](t)&&t===e}return!1}n[t(351)][t(288)][t(338)]((()=>{const e=t;let o=!1;const i=Array[e(282)](n[e(351)][e(288)][e(360)][e(359)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(336)](t);if(e(349)==i&&r[e(353)](u)){if(e(283)==a&&(e(267)==c||e(340)==c)){const t=r[e(266)](u);if(n[e(290)]){const n=t[e(305)]()[e(277)]();if(s[e(311)](n))continue;r[e(289)](t),o=!0}}if(e(310)==a&&e(291)==c&&!n[e(290)]){const t=r[e(266)](u);t[e(355)]&&t[e(355)][e(298)]&&(r[e(289)](t[e(355)]),o=!0)}}}return o})),this[t(333)](o)}[jo(333)](t){const e=jo,n=this[e(278)],r=n[e(342)];n[e(346)][e(313)](e(297))[e(315)][e(341)]((n=>{const s=e;if(s(283)!=n[s(303)]&&s(295)!=n[s(303)])return;const{data:o}=n;if(!o||s(337)!=o[s(312)])return;const i=o[s(270)][0][s(300)];return function(t){const e=s;return{type:e(316),content:Wr(r,e(299),t)}}(s(268)===i?Wr(r,s(274)):t[i]||i)}))}}function Vo(){const t=["nodeBefore","_registerLegacyDescription","refresh","selection","_splitMarkerName","imageStyle","registerPostFixer","32056952BbZeyj","imageStylePostApply","registerDescriptionCallback","locale","afterInit","setImageNaturalSizeAttributes","isEqual","plugins","11666862qBlmZm","9BvEmPC","suggestion","change","model","shouldConvertImageType","hasSuggestion","Users","next","imageTypeInline","nodeAfter","chain","getChangedMarkers","differ","commands","normalizedStyles","registerCustomCallback","getSuggestion","imageStylePreApply","side","ImageStyleEditing","commandParams","enableCommand","_findSuggestions","start","FORMAT_SIDE_IMAGE","forEach","2763795IxWLZq","getContainedElement","editor","markBlockFormat","_suggestionFactory","has","from","formatBlock","isOwn","findIndex","7366164tfGqnb","markInlineFormat","document","discardSuggestion","newRange","imageCaption","isBefore","head","4089001HAEbwJ","formatInline","125530IYyWPS","TrackChangesEditing","isInContent","*Format:* %0","value","isIntersecting","isInlineImage","type","filter","getFirstRange","author","title","accept","subType","insertion","isBlockImage","commandName","get","join","_descriptionFactory","format","convertInlineImageToBlock","length","getSuggestionCallback","5051373XybHHD","imageTypeBlock","end","discard","toLowerCase","createRangeOn","8iMpzqF","getSuggestions","name","commandReversedParams","getClosestSelectedImageElement","ImageUtils"];return(Vo=function(){return t})()}const Wo=zo;function zo(t,e){const n=qo();return(zo=function(t,e){return n[t-=107]})(t,e)}!function(t,e){const n=zo,r=t();for(;;)try{if(591694===-parseInt(n(129))/1*(-parseInt(n(124))/2)+parseInt(n(125))/3+parseInt(n(114))/4*(parseInt(n(111))/5)+parseInt(n(110))/6*(-parseInt(n(109))/7)+-parseInt(n(132))/8*(-parseInt(n(108))/9)+parseInt(n(112))/10*(-parseInt(n(119))/11)+-parseInt(n(117))/12*(parseInt(n(123))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qo);class Ko extends t.Plugin{constructor(t){const e=zo;super(t),this[e(116)]=!1,this[e(115)]=!1}[Wo(137)](){const t=Wo,e=this[t(134)],n=e[t(113)][t(120)](t(118)),r=e[t(113)][t(120)](t(127));n&&(n.on(t(131),((e,[,n])=>{const s=t;this[s(116)]=r[s(140)],n[s(142)][s(126)]=!this[s(116)]}),{priority:t(135)}),this[t(121)](n,t(130),this[t(138)][t(107)](this)),this[t(121)](n,t(130),(()=>{const e=t;this[e(115)]&&(r[e(131)](),this[e(115)]=!1)}),{priority:t(136)}),e[t(133)][t(120)](t(141))[t(139)](t(118)))}[Wo(138)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(134)][n(113)][n(120)](n(127)),o=s[n(140)];this[n(116)]!==o&&(s[n(131)](),this[n(115)]=!0),r&&r[n(143)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(134)][o(133)][o(120)](o(122)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(118)}}};this[o(134)][o(133)][o(120)](o(141))[o(128)](i)}))}}function qo(){const t=["6055HjDfYm","120110tyvAAc","commands","968ZxkLfH","_trackChangesExecuted","_trackChangesValueDuringImport","36ZUSTUI","importWord","33qshSlx","get","listenTo","Users","4292834ltqTEY","2jEDyIM","892662rEeFau","track_changes","trackChanges","_setSuggestionData","866198mJcjli","dataInsert","execute","16JzdrDR","plugins","editor","high","lowest","afterInit","_handleImportedData","enableCommand","value","TrackChangesEditing","collaboration_features","forEach","bind","2498193qEVZSD","7lOlnTR","2361522kIWEiv"];return(qo=function(){return t})()}const Xo=Yo;function Jo(){const t=["23930UcCxwY","IndentEditing","registerAttributeLabel","_registerLegacyDescription","*Outdent:* %0","get","9317PwoEEU","FORMAT_INDENT","IndentBlock","locale","indentBlock","format","getItemLabel","blockIndent","8512ehNnHu","2677560wXSQYy","33430760FAseSZ","type","outdent","182826QqEyEn","commandName","enableCommand","TrackChangesEditing","*Indent:* %0","10cCuJva","2369708fLyHuo","_registerBlockAttribute","getItems","plugins","25YBKmKy","_enableDefaultAttributesIntegration","formatBlock","indent","afterInit","_descriptionFactory","71ygCodw","365544lEroBz","has","editor","outdentBlock","registerDescriptionCallback"];return(Jo=function(){return t})()}function Yo(t,e){const n=Jo();return(Yo=function(t,e){return n[t-=497]})(t,e)}!function(t,e){const n=Yo,r=t();for(;;)try{if(794573===-parseInt(n(502))/1*(-parseInt(n(508))/2)+-parseInt(n(523))/3+-parseInt(n(533))/4+-parseInt(n(537))/5*(parseInt(n(527))/6)+parseInt(n(514))/7*(-parseInt(n(522))/8)+-parseInt(n(503))/9+-parseInt(n(532))/10*(-parseInt(n(524))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Qo extends t.Plugin{[Xo(500)](){const t=Xo,e=this[t(505)],n=e[t(536)][t(513)](t(530));if(e[t(536)][t(504)](t(509))&&(n[t(529)](t(499)),n[t(529)](t(526))),e[t(536)][t(504)](t(516)))for(const e of[t(518),t(506)])n[t(497)](e);const r=e[t(517)];n[t(534)](t(521)),n[t(501)][t(510)](t(521),Wr(r,t(515))),this[t(511)]()}[Xo(511)](){const t=Xo,e=this[t(505)],n=e[t(517)],r=e[t(536)][t(513)](t(530));r[t(501)][t(507)]((e=>{const s=t;if(s(498)!=e[s(525)])return;const{data:o}=e;if(!o)return;if(s(518)!=o[s(528)]&&s(506)!=o[s(528)])return;const i=e[s(535)]()[0],a=r[s(501)][s(520)](i);return s(518)==o[s(528)]?{type:s(519),content:Wr(n,s(531),a)}:s(506)==o[s(528)]?{type:s(519),content:Wr(n,s(512),a)}:void 0}))}}var Zo=$o;function $o(t,e){var n=ti();return($o=function(t,e){return n[t-=375]})(t,e)}function ti(){var t=["requires","309GhoFmr","68824JpXMJt","7356294MXZfVj","get","39676WzaVyr","30GvhRse","init","343pWftaZ","input","enableCommand","TrackChangesEditing","editor","241805xtOuPn","28070AltWfN","1052468DxiIKc","975011rfLWzE","8723cxthnv","plugins"];return(ti=function(){return t})()}!function(t,e){for(var n=$o,r=t();;)try{if(700157===-parseInt(n(389))/1+-parseInt(n(388))/2+-parseInt(n(393))/3*(parseInt(n(378))/4)+parseInt(n(386))/5*(-parseInt(n(379))/6)+parseInt(n(381))/7*(parseInt(n(375))/8)+parseInt(n(376))/9+-parseInt(n(387))/10*(-parseInt(n(390))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ti);class ei extends t.Plugin{static get[Zo(392)](){return[Ss.Input]}[Zo(380)](){var t=Zo;this[t(385)][t(391)][t(377)](t(384))[t(383)](t(382))}}const ni=si;function ri(){const t=["afterInit","attribute","1081997BnjzoZ","2056ETpemR","unlink","_descriptionFactory","formatInline","34452UYVPQQ","key","linkHref","_enableDefaultAttributesIntegration","commandParams","toLowerCase","3243495Dqerpw","_registerLegacyDescription","registerAttributeLabel","registerDescriptionCallback","manualDecorators","newValue","commands","editor","plugins","commandName","10545002NmrqLv","5581910xoQhco","has","4ToyMux","824282yNBiAq","get","link (","map","LinkEditing","locale","format","type","611106svGYzB","11Epqvar","30UIyxNU","link","TrackChangesEditing","*Remove link*","1GNVRvU","*Set link:* %0","12UjGtRj","label"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=220]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(815116===-parseInt(n(263))/1*(-parseInt(n(249))/2)+-parseInt(n(257))/3+-parseInt(n(248))/4*(-parseInt(n(235))/5)+-parseInt(n(259))/6*(parseInt(n(224))/7)+parseInt(n(225))/8*(parseInt(n(229))/9)+-parseInt(n(246))/10*(-parseInt(n(258))/11)+-parseInt(n(220))/12*(parseInt(n(245))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(222)](){const t=ni,e=this[t(242)];if(!e[t(243)][t(247)](t(253)))return;const n=e[t(243)][t(250)](t(261)),r=e[t(241)][t(250)](t(260));n[t(232)](t(260),[t(231),...r[t(239)][t(252)]((t=>t.id))]),n[t(232)](t(226));for(const e of r[t(239)])n[t(227)][t(237)](e.id,t(251)+e[t(221)][t(234)]()+")");n[t(227)][t(238)]((n=>{const r=t;if(r(223)!=n[r(256)])return;const{data:s}=n;if(!s||r(231)!=s[r(230)])return;const o=s[r(240)],i=e[r(254)];return{type:r(255),content:null==o?Wr(i,r(262)):Wr(i,r(264),'"'+o+'"')}})),this[t(236)]()}[ni(236)](){const t=ni,e=this[t(242)],n=e[t(254)];e[t(243)][t(250)](t(261))[t(227)][t(238)]((e=>{const r=t;if(r(228)!=e[r(256)])return;const{data:s}=e;if(s){if(r(260)==s[r(244)]){const t=s[r(233)][0];return{type:r(255),content:Wr(n,r(264),'"'+t+'"')}}return r(226)==s[r(244)]?{type:r(255),content:Wr(n,r(262))}:void 0}}))}}const ii=ui;function ai(){const t=["formatInline","*Indent:* %0","TrackChangesEditing","replace","todoListChecked","84472nFreUN","markBlockFormat","selection","get","List","slice","8259706RjpvcR","bulletedList","LegacyTodoListEditing","formatBlock","*Change to:* %0","5778HzhVKu","772254NEtzsu","LegacyListEditing","plugins","name","forceValue","listIndent","todo","700317AHiJxB","paragraph","push","12AkGWow","locale","registerElementLabel","nextSibling","numbered","isObject","ELEMENT_LIST_ITEM","getSelectedBlocks","parent","has","afterInit","element","registerDescriptionCallback","end","bulleted","schema","*Outdent:* %0","_descriptionFactory","length","listType","from","ELEMENT_TODO_LIST","ELEMENT_BULLETED_LIST","26285919CZcpma","listItem","110izsywm","_selectedElements","*Uncheck item*","ELEMENT_NUMBERED_LIST","before","checkChild","previousSibling","enableCommand","blockName","document","change","execute","getAttribute","*Check item*","format","filter","todoList","editor","createRange","commandParams","add","commands","commandName","17630gUfVmu","indentList","161hKLnnh","createPositionAt","1080hMdpLE","checkTodoList","outdentList","value","type","model","findIndex","8BSrGBc","numberedList"];return(ai=function(){return t})()}!function(t,e){const n=ui,r=t();for(;;)try{if(729505===-parseInt(n(253))/1*(parseInt(n(280))/2)+-parseInt(n(281))/3+parseInt(n(269))/4+-parseInt(n(251))/5*(parseInt(n(255))/6)+-parseInt(n(275))/7*(parseInt(n(262))/8)+-parseInt(n(200))/9*(-parseInt(n(228))/10)+parseInt(n(226))/11*(parseInt(n(203))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ai);class ci extends t.Plugin{[ii(213)](){const t=ii,e=this[t(245)],n=e[t(204)];if(!e[t(283)][t(212)](t(282)))return;const r=e[t(283)][t(272)](t(266)),s=e[t(283)][t(212)](t(277));function o(t){return()=>{const n=ui,s=e[n(260)][n(237)][n(271)],o=e[n(249)][n(272)](t);if(o[n(258)])return void e[n(239)](n(201),{});const i=t[n(274)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(223)](t)[s(243)]((t=>function(t,e){const n=s;return e[n(233)](t[n(211)],n(227))&&!e[n(208)](t)}(t,r)));o=o[s(243)]((t=>!t.is(s(214),s(227))||t[s(240)](s(222))!=e));const i=new Set;for(const t of o)t.is(s(214),s(227))?i[s(248)](li(t)):i[s(248)](t);return Array[s(223)](i)}(s[n(210)](),i,e[n(260)][n(218)]);e[n(260)][n(238)]((()=>{const e=n;for(const n of a)r[e(270)](n,{commandName:t,commandParams:[{forceValue:!o[e(258)]}],formatGroupId:e(236)},fi(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(223)](t);const r=n[e(261)]((t=>e(227)!=t[e(284)]));return r>-1&&(n=n[e(274)](0,r)),n}(e[n(260)][n(237)][n(271)][n(210)]()),o=e[n(260)][n(246)](e[n(260)][n(254)](s[0],n(232)),e[n(260)][n(254)](s[s[n(221)]-1],n(216)));e[n(260)][n(238)]((()=>{const e=n;r[e(270)](o,{commandName:t,commandParams:[],formatGroupId:e(286)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(206)];for(;t&&t[n(240)](n(286))>e[n(240)](n(286));)r[n(248)](t),t=t[n(206)]}return Array[n(223)](r)}(s))}))}}r[t(235)](t(263),o(t(263))),r[t(235)](t(276),o(t(276))),s&&r[t(235)](t(244),o(t(244))),r[t(235)](t(252),i(t(252))),r[t(235)](t(257),i(t(257))),s&&r[t(235)](t(256),(()=>{const n=t,s=e[n(249)][n(272)](n(256)),o=Array[n(223)](s[n(229)]);o[n(243)]((t=>t[n(240)](n(268))!=s[n(258)])),e[n(260)][n(238)]((()=>{const t=n;for(const e of o)r[t(270)](e,{commandName:t(256),commandParams:[{forceValue:!s[t(258)]}]})}))})),r[t(220)][t(205)](t(227),(e=>Wr(n,t(209),e))),r[t(220)][t(215)]((e=>{const r=t;if(r(278)!=e[r(259)]&&r(264)!=e[r(259)])return;const{data:s}=e;if(s){if(r(263)==s[r(250)]||r(276)==s[r(250)]||r(244)==s[r(250)])switch(s[r(250)][r(267)](r(273),"")){case r(217):return o(Wr(n,r(225)));case r(207):return o(Wr(n,r(231)));case r(199):return o(Wr(n,r(224)))}if(r(252)==s[r(250)])return{type:r(242),content:Wr(n,r(265),Wr(n,r(209)))};if(r(257)==s[r(250)])return{type:r(242),content:Wr(n,r(219),Wr(n,r(209)))};if(r(256)==s[r(250)])return s[r(247)][0][r(285)]?{type:r(242),content:Wr(n,r(241))}:{type:r(242),content:Wr(n,r(230))}}function o(t){const e=r;return{type:e(242),content:Wr(n,e(279),t)}}}))}}function ui(t,e){const n=ai();return(ui=function(t,e){return n[t-=199]})(t,e)}function li(t){const e=ii,n=t[e(240)](e(286));if(0==n)return t;let r=t;for(;t[e(234)]&&t[e(234)].is(e(214),e(227));){const s=t[e(234)][e(240)](e(286));if(s==n)r=t[e(234)];else if(s<n)break;t=t[e(234)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(214),e(227))&&t[e(240)](e(286))>0){let r=t[e(206)];for(;r&&e(227)==r[e(284)]&&r[e(240)](e(286))==t[e(240)](e(286));)n[e(202)](r),r=r[e(206)]}return n}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=324]})(t,e)}function di(){const t=["handleListStartCommand","_getSuggestionBlocks","16rLaEiv","document","enableCommand","createPositionAt","formatBlock","registerDescriptionCallback","editor","backward","replace","plugins","handleListStyleCommand","numbered","listStart","bind","getLastPosition","config","styles","54MbziHj","*Format:* set start index to %0","format","model","275736xmjfjL","get","parent","selection","_getSuggestionBlocksForListStyle","startIndex","element","formatInline","getListTypeFromListStyleType","3636530AmlGIr","toUpperCase","listType","push","1050lsaYMJ","getSelectedBlocks","forward","_getTranslationKeyForListStyle","getAttribute","*Format:* set order to regular","LegacyListPropertiesEditing","LegacyListUtils","markMultiRangeBlockFormat","listStyle","20619NhLDAw","_descriptionFactory","3761646KbpOgq","*Format:* set order to reversed","commandParams","_LIST_","afterInit","handleDescriptions","listReversed","27198jyjjHp","*Change to:* %0","createRange","210GFuARl","reversed","map","type","50928gpXgQB","from","before","locale","list.properties","has","ELEMENT_","unshift","filter","flat","TrackChangesEditing","17578682nPLfPw","handleListReversedCommand","listItem","length","change","commandName","getSiblingNodes","getFirstPosition"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(445278===parseInt(n(380))/1*(-parseInt(n(335))/2)+parseInt(n(384))/3*(-parseInt(n(363))/4)+-parseInt(n(393))/5+parseInt(n(328))/6+parseInt(n(338))/7*(-parseInt(n(342))/8)+-parseInt(n(326))/9*(-parseInt(n(397))/10)+parseInt(n(353))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(332)](){const t=hi;if(!this[t(369)][t(372)][t(347)](t(403)))return;const e=this[t(369)][t(378)][t(385)](t(346)),n=this[t(369)][t(372)][t(385)](t(352));e[t(379)]&&n[t(365)](t(325),this[t(373)][t(376)](this)),e[t(339)]&&n[t(365)](t(334),this[t(354)][t(376)](this)),e[t(389)]&&n[t(365)](t(375),this[t(361)][t(376)](this)),n[t(327)][t(368)](this[t(333)][t(376)](this))}[hi(373)](t,e={}){const n=hi,r=this[n(369)][n(372)][n(385)](n(352)),s=this[n(388)]();this[n(369)][n(383)][n(357)]((()=>{const t=n;r[t(324)](s,{commandName:t(325),commandParams:[{type:e[t(341)]}],formatGroupId:t(325)})}))}[hi(354)](t,e={}){const n=hi,r=this[n(369)][n(372)][n(385)](n(352)),s=this[n(362)]((t=>t.is(n(390),n(355))&&n(374)===t[n(401)](n(395))));if(s[n(356)]<1)return;const o=s[n(340)]((t=>this[n(369)][n(383)][n(337)](this[n(369)][n(383)][n(366)](t,n(344)),this[n(369)][n(383)][n(366)](t,0))));this[n(369)][n(383)][n(357)]((()=>{const t=n;r[t(324)](o,{commandName:t(334),commandParams:[{reversed:e[t(339)]}],formatGroupId:t(334)})}))}[hi(361)](t,e={}){const n=hi,r=this[n(369)][n(372)][n(385)](n(352)),s=this[n(362)]((t=>t.is(n(390),n(355))&&n(374)===t[n(401)](n(395))));if(s[n(356)]<1)return;const o=s[n(340)]((t=>this[n(369)][n(383)][n(337)](this[n(369)][n(383)][n(366)](t,n(344)),this[n(369)][n(383)][n(366)](t,0))));this[n(369)][n(383)][n(357)]((()=>{const t=n;r[t(324)](o,{commandName:t(375),commandParams:[{startIndex:e[t(389)]}],formatGroupId:t(375)})}))}[hi(333)](t){const e=hi;if(e(367)!=t[e(341)]&&e(391)!=t[e(341)])return;const n=this[e(369)][e(345)],{data:r}=t;if(!r)return;let s,o;switch(r[e(358)]){case e(325):s=e(336),o={type:e(382),content:Wr(n,s,Wr(n,this[e(400)](r[e(330)][0][e(341)])))};break;case e(334):s=r[e(330)][0][e(339)]?e(329):e(402),o={type:e(382),content:Wr(n,s)};break;case e(375):s=e(381),o={type:e(382),content:Wr(n,s,r[e(330)][0][e(389)])}}return o}[hi(388)](){const t=hi;var e,n,r,s;const o=this[t(369)][t(372)][t(385)](t(404));let i=Array[t(343)](this[t(369)][t(383)][t(364)][t(387)][t(398)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(390),t(355)))&&i[t(349)](...o[t(359)](this[t(369)][t(383)][t(364)][t(387)][t(360)](),t(370))),(null===(n=i[i[t(356)]-1])||void 0===n?void 0:n.is(t(390),t(355)))&&i[t(396)](...o[t(359)](this[t(369)][t(383)][t(364)][t(387)][t(377)](),t(399))),i=[...new Set(i)],(null===(s=null===(r=this[t(369)][t(383)][t(364)][t(387)][t(360)]())||void 0===r?void 0:r[t(386)])||void 0===s?void 0:s.is(t(390),t(355)))&&(i=i[t(350)]((e=>e.is(t(390),t(355))))),i}[hi(362)](t){const e=hi,n=this[e(369)][e(372)][e(385)](e(404));let r=Array[e(343)](this[e(369)][e(383)][e(364)][e(387)][e(398)]())[e(350)](t)[e(340)]((t=>{const r=e,s=this[r(369)][r(383)][r(366)](t,0);return[...n[r(359)](s,r(370)),...n[r(359)](s,r(399))]}))[e(351)]();return r=[...new Set(r)],r}[hi(400)](t){const e=hi;return e(348)+this[e(369)][e(372)][e(385)](e(404))[e(392)](t)[e(394)]()+e(331)+t[e(394)]()[e(371)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["112GwbiuI","createEmptyElement","2KXpzvi","MediaEmbedEditing","data","conversion","options","5XrYsqW","249966eJtyRh","473202ZsszEi","showSuggestionHighlights","346647SCbfmf","dataDowncast","7389NoCFUp","TrackChangesEditing","elementToElement","has","div","high","stop","attribute:url:media","10484851hhtdND","locale","editor","for","plugins","17752ZxTHMe","mediaEmbed","get","media","_descriptionFactory","enableCommand","22FELpMs","ELEMENT_MEDIA","327576oHWbYK","registerElementLabel","downcastDispatcher","130VmHIQf","afterInit","500PvAszQ"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=265]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(220290===parseInt(n(284))/1*(parseInt(n(275))/2)+-parseInt(n(286))/3*(-parseInt(n(272))/4)+-parseInt(n(280))/5*(parseInt(n(282))/6)+parseInt(n(299))/7*(parseInt(n(273))/8)+-parseInt(n(281))/9*(-parseInt(n(270))/10)+parseInt(n(265))/11*(parseInt(n(267))/12)+-parseInt(n(294))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(271)](){const t=mi,e=this[t(296)];if(!e[t(298)][t(289)](t(276)))return;const n=e[t(298)][t(301)](t(287)),r=e[t(295)];n[t(304)](t(300)),n[t(303)][t(268)](t(302),(e=>Wr(r,t(266),e))),e[t(278)][t(297)](t(285))[t(288)]({model:t(302),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(283)])return n[s(274)](s(290))},converterPriority:t(291)}),e[t(277)][t(269)].on(t(293),((e,n,r)=>{const s=t;r[s(279)][s(283)]&&e[s(292)]()}),{priority:t(291)})}}const Ti=yi;function _i(){const t=["115648KKqYDs","MentionEditing","editor","has","1637454jgLFHq","3540186lwknkt","enableCommand","65bFlMue","mention","get","1166094WZhYHJ","afterInit","plugins","434602wTAfXb","8481632UnyIkJ","TrackChangesEditing","525095HHzPOv"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=302]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(310045===-parseInt(n(304))/1+-parseInt(n(315))/2+-parseInt(n(309))/3+-parseInt(n(305))/4*(-parseInt(n(312))/5)+parseInt(n(310))/6+-parseInt(n(318))/7+parseInt(n(302))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(316)](){const t=Ti,e=this[t(307)];e[t(317)][t(308)](t(306))&&e[t(317)][t(314)](t(303))[t(311)](t(313))}}const ki=Li;function Ci(){const t=["enableCommand","ELEMENT_PAGE_BREAK","484460jXmCwa","get","370861JPkjVQ","plugins","PageBreakEditing","3253056DLNDCB","_descriptionFactory","pageBreak","815319zWGwSJ","5998566rCSDwd","has","TrackChangesEditing","1340812vKFRqz","editor","afterInit","registerElementLabel","963786qssVuX","locale"];return(Ci=function(){return t})()}function Li(t,e){const n=Ci();return(Li=function(t,e){return n[t-=222]})(t,e)}!function(t,e){const n=Li,r=t();for(;;)try{if(306354===-parseInt(n(227))/1+parseInt(n(241))/2+parseInt(n(233))/3+parseInt(n(237))/4+-parseInt(n(225))/5+parseInt(n(230))/6+-parseInt(n(234))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ci);class Ni extends t.Plugin{[ki(239)](){const t=ki,e=this[t(238)];if(!e[t(228)][t(235)](t(229)))return;e[t(228)][t(226)](t(236))[t(223)](t(232));const n=e[t(228)][t(226)](t(236)),r=e[t(222)];n[t(231)][t(240)](t(232),(e=>Wr(r,t(224),e)))}}function Ri(){const t=["$text","checkChild","_enableDefaultAttributesIntegration","editing","18oFhbjJ","registerElementLabel","ck-suggestion-marker--active","getFirstRange","ck-suggestion-marker-split","enableCommand","editor","7xQZuMj","commandName","downcastDispatcher","insert","*Change to:* %0","17993268CCkcMt","addMarker:suggestion:insertion","4153146eEVVGq","writer","format","7032700INqpns","toViewPosition","model","insertion","registerDescriptionCallback","430550iItSTt","span","isTouching","addClass","430914TkJlJB","consume","createUIElement","includes","460368FrrCiK","formatBlock","_registerLegacyDescription","name","2283704WuJNOX","consumable","plugins","type","data","getItemLabel","showSuggestionHighlights","markerName","schema","insertParagraph","TrackChangesEditing","_descriptionFactory","Paragraph","nodeAfter","get","end","has","mapper","isLimit","afterInit","activeMarkers","options","isBlock","paragraph","locale","markerRange","bindElementToMarker","highest","*Insert:* %0","ELEMENT_PARAGRAPH","start"];return(Ri=function(){return t})()}const vi=Si;function Si(t,e){const n=Ri();return(Si=function(t,e){return n[t-=223]})(t,e)}!function(t,e){const n=Si,r=t();for(;;)try{if(951769===parseInt(n(233))/1+parseInt(n(237))/2*(parseInt(n(280))/3)+parseInt(n(245))/4+parseInt(n(228))/5+-parseInt(n(225))/6*(parseInt(n(287))/7)+-parseInt(n(241))/8+-parseInt(n(223))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class Mi extends t.Plugin{[vi(264)](){const t=vi,e=this[t(286)];if(!e[t(247)][t(261)](t(257)))return;const n=e[t(269)],r=e[t(247)][t(259)](t(255));r[t(256)][t(281)](t(268),(e=>Wr(n,t(274),e))),r[t(278)](t(268)),r[t(285)](t(254)),e[t(279)][t(289)].on(t(224),wi(e),{priority:t(272)}),e[t(249)][t(289)].on(t(224),((n,r,s)=>{const o=t;s[o(266)][o(251)]&&wi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(272)});const s=r[t(256)];s[t(232)]((r=>{const o=t;if(o(231)!==r[o(248)])return;const{start:i,end:a}=r[o(283)]();if(!i[o(235)](a)||!i[o(258)])return;const c=e[o(230)][o(253)],u=i[o(258)];return c[o(267)](u)&&!c[o(263)](u)&&c[o(277)](u,o(276))?{type:o(231),content:Wr(n,o(273),s[o(250)](u,1))}:void 0})),this[t(243)]()}[vi(243)](){const t=vi,e=this[t(286)],n=e[t(269)];e[t(247)][t(259)](t(255))[t(256)][t(232)]((e=>{const r=t;if(r(242)!=e[r(248)])return;const{data:s}=e;return s&&r(268)==s[r(288)]?{type:r(227),content:Wr(n,r(291),Wr(n,r(274)))}:void 0}))}}function wi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Si,i=t[o(247)][o(259)](o(255)),a=r[o(270)][o(275)],c=r[o(270)][o(260)],u=t[o(230)][o(253)];if(!a[o(235)](c)||!a[o(258)])return;const l=a[o(258)];if(u[o(267)](l)&&!u[o(263)](l)&&u[o(277)](l,o(276))){if(!s[o(246)][o(238)](r[o(270)],n[o(244)]))return;const t=s[o(226)][o(239)](o(234),{class:o(284)}),a=s[o(262)][o(229)](c);e&&i[o(265)][o(240)](r[o(252)])&&s[o(226)][o(236)](o(282),t),s[o(226)][o(290)](a,t),s[o(262)][o(271)](t,r[o(252)])}}}const Oi=Fi;function Fi(t,e){const n=xi();return(Fi=function(t,e){return n[t-=139]})(t,e)}!function(t,e){const n=Fi,r=t();for(;;)try{if(292681===parseInt(n(157))/1*(-parseInt(n(151))/2)+-parseInt(n(149))/3+parseInt(n(162))/4*(-parseInt(n(154))/5)+-parseInt(n(167))/6+-parseInt(n(144))/7*(-parseInt(n(156))/8)+-parseInt(n(145))/9*(parseInt(n(165))/10)+parseInt(n(150))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class Di extends t.Plugin{[Oi(161)](){const t=Oi,e=this[t(160)];e[t(168)][t(148)](t(163))&&(e[t(168)][t(158)](t(146))[t(147)](t(155)),this[t(143)]())}[Oi(143)](){const t=Oi,e=this[t(160)];e[t(168)][t(158)](t(146))[t(139)][t(153)]((n=>{const r=t;if(r(152)!=n[r(166)]&&r(142)!=n[r(166)])return;const{data:s}=n;return s&&r(155)==s[r(141)]?{type:r(164),content:Wr(e[r(159)],r(140))}:void 0}))}}function xi(){const t=["formatInline","_registerLegacyDescription","86471IWVfuq","9Eecdtz","TrackChangesEditing","_enableDefaultAttributesIntegration","has","113673bDgXdw","9643843XFxXnI","38xFkqPM","formatBlock","registerDescriptionCallback","745Krorma","removeFormat","248yaxhqx","7907jBsKON","get","locale","editor","afterInit","13744umRIiJ","RemoveFormatEditing","format","1742840dyXEpE","type","555618ELHBsd","plugins","_descriptionFactory","*Remove all formatting*","commandName"];return(xi=function(){return t})()}const Bi=Pi;function Pi(t,e){const n=Ui();return(Pi=function(t,e){return n[t-=493]})(t,e)}function Ui(){const t=["goToNextRestrictedEditingException","get","1892720akdDfL","458anaxGt","5IydWYp","trackChanges","discardSuggestion","4018140CRMHDV","goToPreviousRestrictedEditingException","discardAllSuggestions","acceptSuggestion","acceptAllSuggestions","enableCommand","discardSelectedSuggestions","plugins","TrackChangesEditing","655Xaizmx","editor","2273193tvzaGF","2371713Bqlheh","1920280BQYDGX","afterInit","RestrictedEditingModeEditing","acceptSelectedSuggestions","3358348wVIxXf","has"];return(Ui=function(){return t})()}!function(t,e){const n=Pi,r=t();for(;;)try{if(470082===-parseInt(n(508))/1*(parseInt(n(495))/2)+parseInt(n(511))/3+-parseInt(n(494))/4+-parseInt(n(496))/5*(parseInt(n(499))/6)+parseInt(n(516))/7+parseInt(n(512))/8+parseInt(n(510))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ui);class ji extends t.Plugin{[Bi(513)](){const t=Bi,e=this[t(509)];if(!e[t(506)][t(517)](t(514)))return;const n=e[t(506)][t(493)](t(507));n[t(504)](t(500)),n[t(504)](t(518));const r=e[t(506)][t(493)](t(514));r[t(504)](t(497)),r[t(504)](t(502)),r[t(504)](t(498)),r[t(504)](t(503)),r[t(504)](t(501)),r[t(504)](t(515)),r[t(504)](t(505))}}function Gi(t,e){const n=Vi();return(Gi=function(t,e){return n[t-=105]})(t,e)}const Hi=Gi;function Vi(){const t=["span","bindElementToMarker","1004443DeLcTy","get","824TmAcMF","insert","includes","merge","registerElementLabel","init","softBreak","ELEMENT_LINE_BREAK","options","markerRange","locale","12300viwiHp","data","10GXfkOB","plugins","split","element","addMarker:suggestion:deletion","2oHvRGu","activeMarkers","433787ueisCr","consumable","toViewPosition","high","TrackChangesEditing","24462FscuBC","test","requires","mapper","addMarker:suggestion","getItems","1571418tievkE","editing","model","downcastDispatcher","ck-suggestion-marker-","addMarker:suggestion:insertion","ck-suggestion-marker--active","465900VPSDHS","createPositionBefore","showSuggestionHighlights","markerName","addClass","shiftEnter","enableCommand","writer","779821uVmhrG","deletion","75YMwemk","_descriptionFactory","name","createUIElement","editor"];return(Vi=function(){return t})()}!function(t,e){const n=Gi,r=t();for(;;)try{if(301873===parseInt(n(130))/1*(parseInt(n(128))/2)+-parseInt(n(158))/3*(parseInt(n(121))/4)+-parseInt(n(148))/5+-parseInt(n(141))/6+parseInt(n(156))/7+parseInt(n(110))/8*(parseInt(n(135))/9)+parseInt(n(123))/10*(-parseInt(n(108))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class Wi extends t.Plugin{static get[Hi(137)](){return[Ys.ShiftEnter]}[Hi(115)](){const t=Hi,e=this[t(105)],n=e[t(124)][t(109)](t(134));n[t(154)](t(153)),e[t(142)][t(144)].on(t(146),zi(e),{priority:t(133)}),e[t(142)][t(144)].on(t(127),zi(e),{priority:t(133)}),e[t(122)][t(144)].on(t(139),((n,r,s)=>{const o=t;s[o(118)][o(150)]&&zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(159)][t(114)](t(116),(n=>Wr(e[t(120)],t(117),n)))}}function zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Gi,i=t[o(124)][o(109)](o(134));if(!s[o(131)][o(136)](r[o(119)],n[o(160)]))return;const a=t[o(143)];for(const t of r[o(119)][o(140)]()){if(!t.is(o(126),o(116)))continue;const n=o(157)==r[o(151)][o(125)](":")[1]?o(113):o(125),c=s[o(155)][o(161)](o(106),{class:o(145)+n}),u=s[o(138)][o(132)](a[o(149)](t));e&&i[o(129)][o(112)](r[o(151)])&&s[o(155)][o(152)](o(147),c),s[o(155)][o(111)](u,c),s[o(138)][o(107)](c,r[o(151)])}}}function Ki(){const t=["46891026CIgjSU","80XavXQn","1022091BkaFYx","FORMAT_RESTRICTED_ENABLED","plugins","isCollapsed","131329UPWQAv","972bdyWAf","document","get","type","StandardEditingModeEditing","18qPAOLM","310iaNydq","commandName","4768210wZvcje","commands","FORMAT_RESTRICTED_DISABLED","148viYeqx","restrictedEditingException","registerDescriptionCallback","model","getRanges","enableCommand","_descriptionFactory","has","format","locale","markInlineFormat","value","TrackChangesEditing","13793ChmDYQ","selection","commandParams","181012XxJkhu","formatBlock","formatInline","144636amoBwh","afterInit","69FmxZpl","editor","forceValue","change","from"];return(Ki=function(){return t})()}const qi=Xi;function Xi(t,e){const n=Ki();return(Xi=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=Xi,r=t();for(;;)try{if(793100===-parseInt(n(140))/1*(-parseInt(n(127))/2)+parseInt(n(148))/3*(parseInt(n(143))/4)+parseInt(n(122))/5*(-parseInt(n(146))/6)+-parseInt(n(111))/7*(parseInt(n(110))/8)+parseInt(n(121))/9*(-parseInt(n(124))/10)+-parseInt(n(115))/11*(parseInt(n(116))/12)+parseInt(n(109))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ki);class Ji extends t.Plugin{[qi(147)](){const t=qi,e=this[t(105)],n=e[t(130)],r=e[t(136)];if(!e[t(113)][t(134)](t(120)))return;const s=e[t(113)][t(118)](t(139)),o=t(128),i=e[t(125)][t(118)](o);s[t(132)](o,((e,r={})=>{const a=t,c=n[a(117)][a(141)];if(c[a(114)])return void e(r);const u=void 0!==r[a(106)]?r[a(106)]:!i[a(138)];n[a(107)]((()=>{const t=a,e=Array[t(108)](c[t(131)]());for(const r of e){const e=u?[r]:ws(o,r,n);for(const n of e)s[t(137)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(133)][t(129)]((e=>{const n=t;if(n(144)!=e[n(119)]&&n(145)!=e[n(119)])return;const{data:s}=e;return s&&s[n(123)]==o?s[n(142)][0][n(106)]?{type:n(135),content:Wr(r,n(112))}:{type:n(135),content:Wr(r,n(126))}:void 0}))}}const Yi=Qi;function Qi(t,e){const n=Zi();return(Qi=function(t,e){return n[t-=392]})(t,e)}function Zi(){const t=["20944233iLGQHQ","10VuJcLV","ghsAttributes","style","DataSchema","commandParams","locale","*Remove format:* %0","registerDescriptionCallback","config","format","get","_enableDefaultAttributesIntegration","GeneralHtmlSupport","1155650wIdLAU","_registerBlockAttribute","_descriptionFactory","StyleUtils","2Nfjmmf","895261uKOcTc","element","TrackChangesEditing","block","formatBlock","registerAttributeLabel","has","inline","normalizeConfig","4012983Kssbra","type","styleName","editor","Style","7vaXaKP","FORMAT_STYLE","afterInit","getGhsAttributeNameForElement","toLowerCase","_registerInlineAttribute","commandName","formatInline","forceValue","_registerLegacyDescription","8069190rgpifM","5455544KTOmgH","add","plugins","2531312YxOrbz","*Set format:* %0","definitions"];return(Zi=function(){return t})()}!function(t,e){const n=Qi,r=t();for(;;)try{if(738730===-parseInt(n(405))/1*(parseInt(n(404))/2)+parseInt(n(414))/3+parseInt(n(430))/4+parseInt(n(400))/5+-parseInt(n(429))/6*(-parseInt(n(419))/7)+-parseInt(n(433))/8+-parseInt(n(436))/9*(parseInt(n(437))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class $i extends t.Plugin{[Yi(421)](){const t=Yi,e=this[t(417)];if(!e[t(432)][t(411)](t(418))||!e[t(432)][t(411)](t(440)))return;const n=e[t(432)][t(397)](t(407)),r=e[t(392)],s=e[t(395)][t(397)](t(439))||{},o=e[t(432)][t(397)](t(399)),i=e[t(432)][t(397)](t(403))[t(413)](e[t(432)][t(397)](t(440)),s[t(435)]);n[t(398)](t(439));const a=new Set;for(const e of i[t(408)]){const n=o[t(422)](e[t(406)]);a[t(431)](n)}const c=new Set;for(const e of i[t(412)]){const n=o[t(422)](e[t(406)]);c[t(431)](n);for(const n of e[t(438)])c[t(431)](n)}for(const e of a)n[t(401)](e),n[t(402)][t(410)](e,Wr(r,t(420)));for(const e of c)n[t(424)](e),n[t(402)][t(410)](e,Wr(r,t(420)));this[t(428)]()}[Yi(428)](){const t=Yi,e=this[t(417)],n=e[t(392)];e[t(432)][t(397)](t(407))[t(402)][t(394)]((e=>{const r=t;if(r(409)!=e[r(415)]&&r(426)!=e[r(415)])return;const{data:s}=e;return s&&r(439)===s[r(425)]?s[r(441)][0][r(427)]?{type:r(396),content:Wr(n,r(434),s[r(441)][0][r(416)][r(423)]())}:{type:r(396),content:Wr(n,r(393),s[r(441)][0][r(416)][r(423)]())}:void 0}))}}const ta=na;function ea(){const t=["insertTableRowAbove","values","isArray","maxColumn","isIntersectingWithRange","type","getAttribute","get","classes","options","name","_splitMarkerName","document","selection","commands","selectTableRow","differ","enableCommand","registerElementLabel","removeTableRow","*Remove:* %0","639249shcSAt","toLowerCase","_getCoordsForCells","getChangedMarkers","ELEMENT_TABLE_COLUMN_WITH_TEXT","TrackChangesEditing","batch","execute","tableColumn","MIN_SAFE_INTEGER","createRangeIn","removeClass","position","join","insert","insertTableRowBelow","4pMdPzG","getRanges","highest","mapper","nodeAfter","maxRow","span","insertion","5nZmdOJ","editor","push","createPositionAt","above","286500uRBIhW","getSuggestion","downcastDispatcher","deletion","refresh","markMultiRangeInsertion","selectTableColumn","data","ELEMENT_TABLE","root","forceValue","$graveyard","TableEditing","includes","ELEMENT_TABLE_ROW_WITH_TEXT","getChildren","table","_getSuggestionCoords","accept","markMultiRangeDeletion","start","item","9bKxYId","colspan","setSelection","change:data","first","tableRow","suggestion","length","showSuggestionHighlights","22670HdvMIo","$textProxy","rootName","toViewElement","oldRange","getChanges","getItems","getRowIndexes","model","addClass","getSelectionAffectedTableCells","minRow","tableCell","startsWith","registerDescriptionCallback","element","discard","createTableWalker","afterInit","*Insert:* %0","nodeBefore","enqueueChange","insertTable","ELEMENT_TABLE_COLUMN","detach","registerPostFixer","max","TableUtils","removeTableColumn","424179FuEXnW","addRange","min","substr","_tableSuggestions","ELEMENT_TABLE_WITH_TEXT","_acceptFormatSuggestionCallbackFactory","end","1211154wCoFcc","registerCustomCallback","last","_setupColumnsRowsFixing","order","writer","isEqual","1793rwcyfZ","findAncestor","from","plugins","_descriptionFactory","hasAttribute","getFirstRange","map","getCellLocation","filter","low","every","subType","tablePaste","change","add","isTouching","insertTableColumnLeft","getColumnIndexes","locale","some","MAX_SAFE_INTEGER","_tablePostFixingSubtypes","cell","createRangeOn","_suggestionFactory","ELEMENT_TABLE_ROW","has","fromRange","getContainedElement","628120WokdVu","isInContent","minColumn","left","addMarker:suggestion","rowspan","insertTableColumnRight","144804KJvueS"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=346]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(158232===parseInt(n(348))/1*(-parseInt(n(386))/2)+-parseInt(n(370))/3+parseInt(n(399))/4+parseInt(n(394))/5*(parseInt(n(467))/6)+-parseInt(n(459))/7+parseInt(n(504))/8*(parseInt(n(421))/9)+-parseInt(n(430))/10*(-parseInt(n(474))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{constructor(t){const e=na;super(t),this[e(496)]=[e(426),e(378)],this[e(463)]=new Set}[ta(448)](){const t=ta,e=this[t(395)],n=e[t(438)][t(361)][t(362)];if(!e[t(477)][t(501)](t(411)))return;const r=e[t(493)],s=e[t(477)][t(356)](t(375)),o=e[t(477)][t(356)](t(457));s[t(478)][t(367)](t(415),(e=>Wr(r,t(407),e))),this[t(470)](),s[t(366)](t(452)),s[t(366)](t(364)),s[t(366)](t(405));for(const r of[t(349),t(385)]){const i=e[t(363)][t(356)](r);s[t(366)](r,(r=>{const a=t;e[a(438)][a(488)]((t=>{const e=a;r();const c=e(398)===i[e(471)],u=o[e(440)](n),l=o[e(437)](u),f=c?l[e(425)]-1:l[e(469)]+1,h=u[0][e(475)](e(415)),g=o[e(447)](h,{startRow:f,endRow:f}),d=Array[e(476)](g)[e(481)]((n=>t[e(498)](n[e(497)])));s[e(404)](d,e(426))}))}))}for(const r of[t(491),t(347)]){const i=e[t(363)][t(356)](r);s[t(366)](r,(r=>{const a=t;e[a(438)][a(488)]((t=>{const e=a;r();const c=e(507)===i[e(471)],u=o[e(440)](n),l=o[e(492)](u),f=c?l[e(425)]-1:l[e(469)]+1,h=u[0][e(475)](e(415)),g=o[e(447)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(476)](g)[e(481)]((n=>t[e(498)](n[e(497)])));s[e(404)](d,e(378))}))}))}for(const r of[t(368),t(458)]){const i=r[t(462)](11),a=i[t(371)](),c=a[t(462)](0,3)+t(392),u=t(415)+i,l=t(461)+i,f=t(456)+i;s[t(366)](r,(()=>{const i=t;e[i(438)][i(488)]((t=>{const e=i,h=o[e(440)](n),g=h[0][e(475)](e(415));let d;if(e(368)==r){const t=o[e(437)](h);d={startRow:t[e(425)],endRow:t[e(469)],includeAllSlots:!0}}else{const t=o[e(492)](h);d={startColumn:t[e(425)],endColumn:t[e(469)],includeAllSlots:!0}}const p=o[e(447)](g,d),m=Array[e(476)](p)[e(481)]((({cell:t})=>t)),I=sa(m[e(483)]((t=>t[e(479)](c)))),E=sa(m[e(483)]((t=>!t[e(479)](c))))[e(481)]((n=>t[e(498)](n))),b=s[e(418)](E,u);if(b&&(e(426)==b[e(486)]||e(378)==b[e(486)])){const n=this[e(416)](b);for(const r of I){const s=t[e(498)](r),i=o[e(482)](r),u=r[e(355)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(460)](s)}}}))}))}function c(r){const s=t,o=Array[s(476)](n[s(387)]())[s(481)]((t=>i.LiveRange[s(502)](t)));e[s(438)][s(488)]((t=>{const n=s,i=t[n(376)];r=r[n(483)]((t=>n(410)!=t[n(408)][n(432)])),t[n(423)](r),e[n(363)][n(356)](n(368))[n(403)](),e[n(377)](n(368),{forceDefaultExecution:!0}),e[n(438)][n(451)]((()=>{const t=n;e[t(438)][t(451)](i,(e=>{const n=t,r=o[n(483)]((t=>n(410)!=t[n(408)][n(432)]));r[n(428)]>0&&e[n(423)](r);for(const t of o)t[n(454)]()}))}))}))}function u(r){const s=t;e[s(438)][s(488)]((t=>{const o=s,a=Array[o(476)](n[o(387)]())[o(481)]((t=>i.LiveRange[o(502)](t))),c=[];for(const t of r)for(const e of t[o(436)]({shallow:!0}))c[o(396)](e);for(const n of c)o(410)!=n[o(408)][o(432)]&&(t[o(423)](t[o(397)](n,0)),e[o(363)][o(356)](o(458))[o(403)](),e[o(377)](o(458),{forceDefaultExecution:!0}));const u=a[o(483)]((t=>o(410)!=t[o(408)][o(432)]));u[o(428)]>0&&t[o(423)](u);for(const t of a)t[o(454)]()}))}function l(e,n){const r=t;return n[r(485)]((t=>e[r(494)]((e=>e[r(466)][r(473)](t[r(419)])||t[r(466)][r(473)](e[r(419)])))))}function f(e,n){const r=t;return e[r(494)]((t=>n[r(494)]((e=>t[r(466)][r(490)](e[r(419)])))))}e[t(406)][t(401)].on(t(508),((e,n,r)=>{const s=t;if(!r[s(358)][s(429)])return;const o=n[s(420)];if(!o)return;const i=r[s(389)][s(433)](o);function c(t){return Array[s(351)](t)?t:[t]}i&&s(442)===o[s(359)]&&(0,a.setHighlightHandling)(i,r[s(472)],((t,e,n)=>n[s(439)](c(e[s(357)]),t)),((t,e,n)=>n[s(381)](c(e[s(357)]),t)))}),{priority:t(388)}),s[t(478)][t(444)]((e=>{const n=t;if(n(393)!=e[n(354)]&&n(402)!=e[n(354)])return;const s=e[n(503)]();if(null!=s&&s.is(n(445),n(415))){if(n(393)==e[n(354)]){const t=e[n(436)]()[n(483)]((t=>t.is(n(431))))[n(481)]((t=>t[n(406)]));if(t[n(428)])return{type:n(393),content:Wr(r,n(449),Wr(r,n(464),'"'+t[n(383)](" ")+'"'))}}if(n(402)==e[n(354)]){const t=e[n(436)]()[n(483)]((t=>t.is(n(431))))[n(481)]((t=>t[n(406)]));if(t[n(428)])return{type:n(402),content:Wr(r,n(369),Wr(r,n(464),'"'+t[n(383)](" ")+'"'))}}}})),s[t(478)][t(444)]((e=>{const n=t;if(n(426)==e[n(486)]){const t=e[n(436)]()[n(483)]((t=>t.is(n(431))))[n(481)]((t=>t[n(406)])),s=this[n(416)](e),o=s[n(391)]-s[n(441)]+1;if(n(393)==e[n(354)])return t[n(428)]?{type:n(393),content:Wr(r,n(449),Wr(r,n(413),[o,'"'+t[n(383)](" ")+'"']))}:{type:n(393),content:Wr(r,n(449),Wr(r,n(500),o))};if(n(402)==e[n(354)])return t[n(428)]?{type:n(402),content:Wr(r,n(369),Wr(r,n(413),[o,'"'+t[n(383)](" ")+'"']))}:{type:n(402),content:Wr(r,n(369),Wr(r,n(500),o))}}if(n(378)==e[n(486)]){const t=e[n(436)]()[n(483)]((t=>t.is(n(431))))[n(481)]((t=>t[n(406)])),s=this[n(416)](e),o=s[n(352)]-s[n(506)]+1;if(n(393)==e[n(354)])return t[n(428)]?{type:n(393),content:Wr(r,n(449),Wr(r,n(374),[o,'"'+t[n(383)](" ")+'"']))}:{type:n(393),content:Wr(r,n(449),Wr(r,n(453),o))};if(n(402)==e[n(354)])return t[n(428)]?{type:n(402),content:Wr(r,n(369),Wr(r,n(374),[o,'"'+t[n(383)](" ")+'"']))}:{type:n(402),content:Wr(r,n(369),Wr(r,n(453),o))}}})),s[t(499)][t(468)](t(393),t(426),t(446),c),s[t(499)][t(468)](t(402),t(426),t(417),c),s[t(499)][t(468)](t(393),t(378),t(446),u),s[t(499)][t(468)](t(402),t(378),t(417),u),s[t(499)][t(468)](t(393),t(378),t(383),l),s[t(499)][t(468)](t(402),t(378),t(383),l),s[t(499)][t(468)](t(393),t(426),t(383),f),s[t(499)][t(468)](t(402),t(426),t(383),f)}[ta(465)](){const t=ta,e=this[t(395)],n=e[t(438)][t(361)][t(362)];return(r,s)=>{const o=t;e[o(438)][o(488)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(466)][a(450)];u&&u[0]&&!1===u[0][a(409)]&&(l=r[0][a(419)][a(390)]);const f=t[a(380)](l);if(a(410)==f[a(408)][a(432)])return;const h=Array[a(476)](n[a(387)]())[a(481)]((t=>i.LiveRange[a(502)](t)));t[a(423)](f),e[a(363)][a(356)](c)[a(403)](),u[a(396)]({forceDefaultExecution:!0}),e[a(377)](c,...u);const g=h[a(483)]((t=>a(410)!=t[a(408)][a(432)]));g[a(428)]>0&&t[a(423)](g);for(const t of h)t[a(454)]()}))}}[ta(372)](t){const e=ta,n=this[e(395)][e(477)][e(356)](e(457));let r=Number[e(495)],s=Number[e(379)],o=Number[e(495)],i=Number[e(379)];for(const a of t){if(e(410)==a[e(408)][e(432)])continue;const{row:t,column:c}=n[e(482)](a),u=a[e(479)](e(346))?a[e(355)](e(346))-1:0,l=a[e(479)](e(422))?a[e(355)](e(422))-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(470)](){const t=ta,e=this[t(395)],n=e[t(477)][t(356)](t(375)),r=e[t(477)][t(356)](t(457));e[t(438)][t(361)].on(t(424),(()=>{const r=t,s=Array[r(476)](e[r(438)][r(361)][r(365)][r(373)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(360)](t);if(r(427)!=s)continue;if(null!=e[r(434)])continue;const a=n[r(400)](o);this[r(496)][r(412)](i)&&this[r(463)][r(489)](a)}}),{priority:t(484)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(498)](e),a=e[s(475)](s(415)),c=r[s(482)](e);for(const t of this[s(463)]){const n=t[s(486)],r=n[s(443)](s(487)),u=n[s(462)](r?10:5),l=u[s(371)](),f=l[s(462)](0,3)+s(392),h=s(461)+u,g=s(456)+u;if(!t[s(505)])continue;if(a!=t[s(480)]()[s(419)][s(475)](s(415)))continue;if(t[s(353)](i))continue;const d=e[s(479)](f)?e[s(355)](f)-1:0,p=this[s(416)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(460)](i),o=!0)}return o};e[t(438)][t(361)][t(455)]((n=>{const r=t;let o=!1;for(const t of e[r(438)][r(361)][r(365)][r(435)]())if(r(384)==t[r(354)])if(r(426)==t[r(359)])for(const e of t[r(382)][r(390)][r(414)]())o=o||s(e,n);else r(442)==t[r(359)]&&(o=o||s(t[r(382)][r(390)],n));return o}))}[ta(416)](t){const e=ta;return this[e(372)](t[e(387)]()[e(481)]((t=>t[e(419)][e(390)])))}}function sa(t){const e=ta;return Array[e(476)](new Set(t)[e(350)]())}const oa=aa;function ia(){const t=["deletion","30iWljDX","TableEditing","_areSelectedCellsMergable","13486128UcLowW","getSuggestions","highest","isInContent","stop","registerCustomCallback","value","enableCommand","root","document","_areMergableCells","markBlockFormat","TableUtils","tableCell","locale","getSelectionAffectedTableCells","commandName","registerDescriptionCallback","_isForcedDefaultExecutionBlock","45300wiyBcI","get","createTableWalker","markMultiRangeBlockFormat","2VAKBjT","set:isEnabled","size","afterInit","has","requires","subType","$graveyard","author","filter","_tablePostFixingSubtypes","TrackChangesEditing","add","findAncestor","createRangeOn","setSelection","cell","refresh","9665821bgWEUJ","_acceptFormatSuggestionCallbackFactory","table","map","from","change","editor","4252DQXjlZ","return","find","plugins","*Split cell:* vertically","formatInline","element","mergeTableCells","insertion","916306FwCDFG","accept","forceDefaultExecution","getRanges","rootName","1259010PTAMRP","getFirstPosition","splitTableCellHorizontally","_suggestionFactory","3002928dUfoMI","selection","commands","mergeTableCellLeft","_descriptionFactory","length","mergeTableCellUp","type","getCellLocation","getAncestors","fromRange","mergeTableCellDown","detach","*Split cell:* horizontally","trackChanges","low","isEnabled","1162gzqfSm","direction","splitTableCellVertically","model","execute","containsRange","format","horizontally","push","6385YvZFPj","mergeTableCellRight","formatBlock","*Merge cells*"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=231]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(901436===parseInt(n(253))/1+-parseInt(n(319))/2*(parseInt(n(262))/3)+-parseInt(n(244))/4*(parseInt(n(288))/5)+parseInt(n(315))/6*(parseInt(n(279))/7)+-parseInt(n(296))/8+parseInt(n(258))/9+-parseInt(n(293))/10*(-parseInt(n(237))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(324)](){return[ra]}[oa(322)](){const t=oa,e=this[t(243)],n=e[t(282)][t(305)][t(263)],r=e[t(310)];if(!e[t(247)][t(323)](t(294)))return;const s=e[t(247)][t(316)](t(330)),o=e[t(247)][t(316)](t(308)),a=e[t(247)][t(316)](ra);a[t(329)][t(287)](t(251)),s[t(303)](t(251),(()=>{const n=t,r=o[n(311)](e[n(282)][n(305)][n(263)]);e[n(282)][n(242)]((()=>{const t=n;s[t(318)](r,{commandName:t(251),commandParams:[]},[],t(251))}))})),e[t(264)][t(316)](t(251)).on(t(283),((n,r)=>{const o=t;e[o(264)][o(316)](o(276))[o(302)]&&(r[o(267)]>0&&r[r[o(267)]-1]&&r[r[o(267)]-1][o(255)]||s[o(314)]||this[o(295)]()||n[o(300)]())}),{priority:t(298)});for(const n of[t(268),t(289),t(273),t(265)]){const r=e[t(264)][t(316)](n);s[t(303)](n,(()=>{const n=t,o=e[n(282)][n(305)][n(263)][n(259)]()[n(271)]()[n(246)]((t=>t.is(n(250),n(309)))),i=r[n(302)];e[n(282)][n(242)]((()=>{const t=n;s[t(318)]([o,i],{commandName:t(251),commandParams:[]},[],t(251))}))}))}for(const n of[t(281),t(260)]){const r=e[t(264)][t(316)](n);s[t(303)](n,(()=>{const i=t,a=o[i(311)](e[i(282)][i(305)][i(263)])[0],c=a[i(232)](i(239)),{column:u,row:l}=o[i(270)](a);let f=[];if(i(286)==r[i(280)]){const t=o[i(317)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(241)](t)[i(240)]((t=>t[i(235)]))}else{const t=o[i(317)](c,{column:u,includeAllSlots:!0});f=Array[i(241)](t)[i(240)]((t=>t[i(235)]))}e[i(282)][i(242)]((t=>{const e=i;s[e(307)](t[e(233)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(266)][t(313)]((e=>{const n=t;if(n(290)!=e[n(269)]&&n(249)!=e[n(269)])return;const{data:s}=e;return s&&n(251)==s[n(312)]?{type:n(285),content:Wr(r,n(291))}:void 0})),s[t(266)][t(313)]((e=>{const n=t;if(n(290)!=e[n(269)]&&n(249)!=e[n(269)])return;const{data:s}=e;return s?n(281)==s[n(312)]?{type:n(285),content:Wr(r,n(248))}:n(260)==s[n(312)]?{type:n(285),content:Wr(r,n(275))}:void 0:void 0}));const c=a[t(238)]();for(const e of[t(268),t(289),t(273),t(265)])s[t(261)][t(301)](t(290),e,t(254),c);for(const e of[t(281),t(260)])s[t(261)][t(301)](t(290),e,t(254),c);s[t(261)][t(301)](t(290),t(251),t(254),(r=>{const s=t;e[s(282)][s(242)]((t=>{const o=s,a=Array[o(241)](n[o(256)]())[o(240)]((t=>i.LiveRange[o(272)](t)));t[o(234)](r),e[o(264)][o(316)](o(251))[o(236)](),e[o(283)](o(251),{forceDefaultExecution:!0});const c=a[o(328)]((t=>o(326)!=t[o(304)][o(257)]));c[o(267)]>0&&t[o(234)](c);for(const t of a)t[o(274)]()}))}));for(const n of[t(268),t(273),t(265),t(289)]){const r=e[t(264)][t(316)](n);r.on(t(320),((n,s,o)=>{const i=t;if(o){const t=e[i(282)][i(305)][i(263)][i(259)]()[i(271)]()[i(246)]((t=>t.is(i(250),i(309))));this[i(306)](r[i(302)],t)||(n[i(245)]=!1,n[i(300)]())}}),{priority:t(277)})}}[oa(295)](){const t=oa,e=this[t(243)][t(264)][t(316)](t(251)),n=this[t(243)][t(247)][t(316)](t(308));if(!e[t(278)])return!1;const r=n[t(311)](this[t(243)][t(282)][t(305)][t(263)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(306)](e,n))return!1;return!0}[oa(306)](t,e){const n=oa,r=this[n(243)][n(247)][n(316)](n(330)),s=this[n(243)][n(282)][n(233)](t),o=this[n(243)][n(282)][n(233)](e),i=new Set,a=new Set;for(const t of r[n(297)]())if((n(252)==t[n(269)]||n(292)==t[n(269)]||n(251)==t[n(325)])&&t[n(299)])for(const e of t[n(256)]())e[n(284)](s,!0)&&i[n(231)](t[n(269)]+":"+t[n(327)].id),e[n(284)](o,!0)&&a[n(231)](t[n(269)]+":"+t[n(327)].id);if(i[n(321)]!=a[n(321)])return!1;for(const t of i)if(!a[n(323)](t))return!1;return!0}}const ua=fa;function la(){const t=["309630YqzehI","FORMAT_HEADER_ROW","TableEditing","writer","registerCustomCallback","markerRange","ck-suggestion-marker--active","data-suggestion","markerNameToElements","showSuggestionHighlights","3119148ZJsnqe","registerDescriptionCallback","createTableWalker","44508MqWLuy","commandName","consume","162gCiVde","downcastDispatcher","name","addClass","format","getSuggestion","registerAttributeLabel","includes","headingColumns","activeMarkers","requires","commandParams","editor","_descriptionFactory","editing","toViewElement","get","4205736edYhRu","setAttribute","TrackChangesEditing","highest","headingRows","ck-suggestion-marker-","bindElementToMarker","5693360zLwxln","FORMAT_HEADER_COLUMN","*Format:* %0","end","removeAttribute","133096wGZMVA","accept","plugins","mapper","forceValue","_splitMarkerName","60sSNmkT","unbindElementFromMarkerName","_registerLegacyDescription","start","formatBlock","afterInit","item","consumable","28nOQLzi","cell","removeClass","173980egkHsx","setTableColumnHeader","setTableRowHeader","nodeBefore","TableUtils","locale","markerName","getCellLocation","_handleLegacySuggestions","_enableDefaultAttributesIntegration","options","FORMAT_REGULAR_ROW","addMarker:suggestion","FORMAT_REGULAR_COLUMN","_acceptFormatSuggestionCallbackFactory","removeMarker:suggestion","parent","data","has","type","stop","nodeAfter","_suggestionFactory"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(628839===-parseInt(n(240))/1+-parseInt(n(256))/2*(-parseInt(n(253))/3)+-parseInt(n(250))/4+-parseInt(n(217))/5*(-parseInt(n(206))/6)+-parseInt(n(214))/7*(-parseInt(n(200))/8)+-parseInt(n(273))/9+parseInt(n(195))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(266)](){return[ra]}[ua(211)](){const t=ua,e=this[t(268)];if(!e[t(202)][t(235)](t(242)))return;const n=e[t(222)],r=e[t(202)][t(272)](t(275));r[t(226)](t(219),[],[t(277)]),r[t(226)](t(218),[],[t(264)]),r[t(269)][t(262)](t(277),Wr(n,t(241))),r[t(269)][t(262)](t(264),Wr(n,t(196))),this[t(225)]()}[ua(225)](){const t=ua,e=this[t(268)][t(202)][t(272)](t(275)),n=this[t(268)][t(202)][t(272)](t(221)),r=this[t(268)][t(202)][t(272)](ra)[t(231)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(205)](o[a(223)]),l=e[a(261)](u),f=l[a(234)];if(a(210)!=l[a(236)]||!f||a(218)!=f[a(254)])return;if(o[a(212)])return void s[a(237)]();if(!i[a(213)][a(255)](o[a(245)],s[a(258)]))return;const h=o[a(245)][a(209)][a(238)],g=o[a(245)][a(198)][a(220)],d=h[a(233)][a(233)],{column:p}=n[a(224)](h),{column:m}=n[a(224)](g);for(let s=p;s<=m;s++){const l=n[a(252)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(215)],l=i[a(203)][a(271)](s);i[a(243)][a(259)](a(193)+c,l),r&&i[a(243)][a(274)](a(247),u,l),i[a(203)][a(194)](l,o[a(223)]),t&&(e[a(265)][a(263)](o[a(223)])?i[a(243)][a(259)](a(246),l):i[a(243)][a(216)](a(246),l))}}}}e[t(239)][t(244)](t(210),t(219),t(201),r),e[t(239)][t(244)](t(210),t(218),t(201),r),this[t(268)][t(270)][t(257)].on(t(229),s(),{priority:t(276)}),this[t(268)][t(234)][t(257)].on(t(229),((e,n,r)=>{const o=t;r[o(227)][o(249)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(276)}),this[t(268)][t(270)][t(257)].on(t(232),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(205)](r[o(223)]),c=e[o(261)](a),u=c[o(234)];if(o(210)!=c[o(236)]||!u||o(218)!=u[o(254)])return;const l=s[o(203)][o(248)](r[o(223)]);if(l)for(const t of l)s[o(243)][o(216)](o(193)+i,t),s[o(243)][o(216)](o(246),t),s[o(243)][o(199)](o(247),t),s[o(203)][o(207)](t,r[o(223)])}),{priority:t(276)}),this[t(208)]()}[ua(208)](){const t=ua,e=this[t(268)],n=e[t(222)];function r(e){const r=t;return{type:r(260),content:Wr(n,r(197),e)}}e[t(202)][t(272)](t(275))[t(269)][t(251)]((e=>{const s=t;if(s(210)!=e[s(236)])return;const{data:o}=e;if(o){if(s(219)==o[s(254)]){const t=o[s(267)][0][s(204)];return r(Wr(n,s(t?241:228)))}if(s(218)==o[s(254)]){const t=o[s(267)][0][s(204)];return r(Wr(n,s(t?196:230)))}}}))}}const ga=Ea;function da(){const t=["unwrap","cells","TableUtils","document","tablePasteChainId","length","suggestionUnloaded","createTableWalker","cell","editor","element","rootName","author","endColumn","endRow","tablePaste","getMarkers","position","add","elementToElement","every","reduce","dataDowncast","subType","suggestion","getSelectionAffectedTableCells","getChildren","plugins","122950sZEvch","showSuggestionHighlights","differ","updateMarker","tablePasteColumn","find","getColumnIndexes","tableCellBorderWidth","registerDescriptionCallback","type","markers","clipboardOutput","registerPostFixer","tableCellVerticalAlignment","keys","_createdBatches","36HipMHc","createRange","findAncestor","insertContent","deletionRanges","markerAttributes","formatBlock","tablePasteRow","insert","wrap","activeMarkers","isEqual","tableCellBackgroundColor","getItems","schema","setAttribute","removeMarker","listenTo","view","next","stop","removeMarkers","nextSibling","get","getChangedMarkers","entries","createRangeIn","getChanges","newRange","root","markMultiRangeBlockFormat","_getCoordsForCells","_splitMarkerName","getAllAdjacentSuggestions","createRangeOn","join","Users","high","columns","TableClipboard","columnInsertionIndexes","call","filter","suggestion:formatBlock:tablePasteCell","rowInsertionRanges","hasSuggestion","rowInsertionIndexes","ck-suggestion-marker","paragraph","columnInsertionRanges","attributes","tableCellBorderColor","isInContent","previous","createElement","requires","ck-suggestion-marker-insertion","168511cnGzFZ","containsRange","markerName","tableCellPadding","fromRange","discard","last","insertRows","name","tableCellSuggestion","options","56JKrWZY","startsWith","tableCell","_tablePostFixingSubtypes","_isForcedDefaultExecutionBlock","editing","editingDowncast","getAttributes","move","*Replace table cells*","getSuggestion","start","register","accept","push","markerToHighlight","_descriptionFactory","table","insertionRanges","oldRange","change","return","384836kaTHQQ","39raFHQA","removeRows","forceDefaultExecution","getRange","262480xYxECs","insertColumns","removeColumns","ck-suggestion-marker--active","getShiftedBy","content","setAttributes","getRowIndexes","tablePasteCell","67946otbQLf","261lMJSKe","createPositionBefore","trackChanges","getSuggestions","previousSibling","afterInit","redo","conversion","isEmpty","value","forEach","getRows","_suggestionFactory","$graveyard","selection","getSuggestionCallback","batch","_replaceTableSlotCell","column","documentSelection","markMultiRangeDeletion","tableCellBorderStyle","remove","includes","locale","tableCellHorizontalAlignment","nodeAfter","getContainedElement","fill","getTableIfOnlyTableInContent","getChild","rows","has","TrackChangesEditing","for","fromEntries","map","low","suggestionLoaded","deletion","commands","152560GlEytn","detach","from","some","getRanges","insertion","first","end","getColumns","registerCustomCallback","set","suggestion-td","model","8485521nBVIdG","row","markMultiRangeInsertion"];return(da=function(){return t})()}!function(t,e){const n=Ea,r=t();for(;;)try{if(247067===parseInt(n(236))/1+parseInt(n(250))/2*(parseInt(n(237))/3)+parseInt(n(241))/4+-parseInt(n(336))/5*(parseInt(n(352))/6)+parseInt(n(203))/7*(-parseInt(n(214))/8)+parseInt(n(251))/9*(parseInt(n(292))/10)+-parseInt(n(305))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(da);const pa=[ga(343),ga(197),ga(272),ga(276),ga(349),ga(364),ga(206)],ma=Object[ga(286)](pa[ga(287)]((t=>[t,null])));class Ia extends t.Plugin{static get[ga(201)](){return[ra]}[ga(256)](){const t=ga,n=this[t(317)];if(!n[t(335)][t(283)](t(185)))return;const r=n[t(335)][t(375)](t(284)),s=n[t(335)][t(375)](t(310)),o=n[t(335)][t(375)](ra),a=n[t(335)][t(375)](t(185));o[t(217)][t(228)](t(359),t(340)),n[t(304)][t(366)][t(226)](t(212),{allowIn:t(216),allowContentOf:t(216),isLimit:!0}),n[t(258)][t(327)]({model:t(212),view:t(303)});let c=null;n[t(304)].on(t(355),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(313)]-1];h&&h[u(239)]||r[u(218)]||this[u(317)][u(291)][u(375)](u(253))[u(260)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(270)))return!1;const i=s[o(280)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(333)](n[o(311)][o(265)]);if(!a[o(313)])return!1;const c=a[0][o(354)](o(231)),l=r[o(248)](a),f=r[o(342)](a),h={startRow:l[o(298)],endRow:l[o(209)],startColumn:f[o(298)],endColumn:f[o(209)]};return 1==a[o(313)]&&(h[o(322)]+=r[o(262)](i)-1,h[o(321)]+=r[o(300)](i)-1),Ta(c,h,r)}(l,f,n[u(304)],s,a)&&(o[u(372)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(304)][u(234)]((()=>{const t=u;n[t(304)][t(355)](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(313)]&&r[t(307)](o,t(359),{tablePasteChainId:s}),a[t(313)]&&r[t(307)](a,t(340),{tablePasteChainId:s}),l[t(313)]&&(r[t(307)](l,t(323),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(261)]((e=>{const n=t;var r;return null===(r=e[n(293)])||void 0===r?void 0:r[n(187)](e)}))),f[t(313)]&&(r[t(271)](f,t(323),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(261)]((e=>{const n=t;var r;return null===(r=e[n(293)])||void 0===r?void 0:r[n(187)](e)})));const g=r[t(382)](h[t(287)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(249),{tablePasteChainId:s});if(g){const e=g[t(324)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(304)][t(180)](s),a=e[t(341)]((e=>e[t(240)]()[t(363)](i)));a&&r[t(228)]([a[t(211)],o])}r[t(313)]&&g[t(367)](t(357),Object[t(286)](r))}c=null})))}),{priority:e.priorities[t(183)]+10}),n[t(335)][t(375)](t(185)).on(t(268),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(372)]();const u=s[r(316)],l=o,f=ba(u),h=ba(l);e[r(235)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(273)](u[r(281)](0));for(const t of Array[r(294)](l[r(334)]()))a[r(360)](t,u,r(299));const t=c[r(192)][r(274)](s[r(306)]),e=c[r(186)][r(274)](s[r(269)]);t||e||(g=i.LiveRange[r(207)](a[r(378)](u)))}else h&&!f&&(d=a[r(378)](u));else{const t=a[r(200)](r(212)),e=a[r(200)](r(212));a[r(361)](a[r(378)](u),e),a[r(360)](t,u,0);for(const e of Array[r(294)](l[r(334)]()))a[r(360)](e,t,r(299));g=i.LiveRange[r(207)](a[r(180)](t)),d=i.LiveRange[r(207)](a[r(180)](e))}const p=Array[r(294)](l[r(221)]())[r(188)]((([t])=>pa[r(274)](t)));c[r(309)][r(228)]({element:u,attributes:p[r(313)]?Object[r(286)](p):null}),g&&c[r(232)][r(228)](g),d&&c[r(356)][r(228)](d)}),{priority:t(183)}),s.on(t(242),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(184)]||1;c[o(186)]=new Array(l)[o(279)](u)[o(287)](((t,e)=>t+e));for(const{cell:t}of s[o(315)](i,{startColumn:u,endColumn:u+l-1}))c[o(195)][o(228)](n[o(304)][o(180)](t))}),{priority:t(288)}),s.on(t(210),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(282)]||1;c[o(192)]=new Array(l)[o(279)](u)[o(287)](((t,e)=>t+e));for(const{cell:t}of s[o(315)](i,{startRow:u,endRow:u+l-1}))c[o(190)][o(228)](n[o(304)][o(180)](t))}),{priority:t(288)}),r[t(230)][t(344)]((e=>{const r=t;if(e[r(331)]&&e[r(331)][r(215)](r(323)))return e[r(199)]?{}:{type:r(297),content:Wr(n[r(275)],r(223))}}));const u=()=>!1;for(const e of[t(323),t(340),t(359),t(249)])r[t(263)][t(301)](t(297),e,t(181),u),r[t(263)][t(301)](t(290),e,t(181),u),r[t(263)][t(301)](t(358),e,t(181),u);r[t(263)][t(301)](t(358),t(249),t(208),u),r[t(263)][t(301)](t(358),t(249),t(227),((e,r,s)=>{const o=t,i=e[o(287)]((t=>t[o(278)]()))[o(188)]((t=>t)),a=new Map(i[o(287)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(309)])e&&a[o(302)](t,e);else if(s&&s[o(357)])for(const[t,e]of Object[o(377)](s[o(357)])){const r=n[o(304)][o(346)][o(375)](t),s=r?r[o(240)]()[o(278)]():null;s&&a[o(302)](s,e)}n[o(304)][o(234)]((t=>{const e=o;for(const[n,r]of a)t[e(247)]({...ma,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(263)][o(301)](e,o(323),s,((t,i,a)=>{const c=o;n[c(304)][c(234)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(225)][o(277)];t.is(o(318),o(212))&&u[o(228)](t)}r[o(263)][o(266)](e,null,s)(t,i,a);for(const t of u)o(264)!=t[o(381)][o(319)]&&n[o(308)](t)}))}))};l(t(297),t(227)),l(t(297),t(208)),l(t(290),t(227)),l(t(290),t(208)),r[t(263)][t(301)](t(297),t(359),t(208),(e=>{const n=t,r=e[n(287)]((t=>t[n(278)]())),i=r[0][n(354)](n(231)),{minRow:a,maxRow:c}=o[n(383)](r);s[n(238)](i,{at:a,rows:c-a+1})})),r[t(263)][t(301)](t(297),t(340),t(208),(e=>{const n=t,r=e[n(287)]((t=>t[n(278)]())),i=r[0][n(354)](n(231)),{minColumn:a,maxColumn:c}=o[n(383)](r);s[n(243)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(331)]||!n[s(331)][s(215)](s(323)))return;const o=n[s(196)][s(312)],i=r[s(254)]()[s(188)]((t=>t[s(198)]&&t[s(196)]&&t[s(196)][s(312)]==o));i[s(313)]&&n[s(179)]()[s(313)]!=i[s(313)]&&i[s(329)](((t,e)=>(t[s(371)]=e,e[s(199)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(178)](e[s(205)]),i=[s(193),s(202)],a=r[s(362)][s(274)](e[s(205)]);return a&&i[s(228)](s(244)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(289),f,{priority:t(183)}),r.on(t(314),f,{priority:t(183)}),n[t(304)][t(311)][t(348)]((()=>{const e=t;let s=!1;const o=Array[e(294)](n[e(304)][e(311)][e(338)][e(376)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(178)](t);if(e(332)!=o||e(290)!=a||i[e(233)])continue;if(!r[e(191)](c))continue;const u=r[e(224)](c)[e(296)](),l=n[e(335)][e(375)](e(182)).me;for(const t of r[e(254)]())if(t[e(198)]&&t[e(320)]==l&&e(358)==t[e(345)]&&e(249)==t[e(331)]&&t[e(296)]()[e(328)]((t=>u[e(295)]((n=>n[e(204)](t,!0))))))for(const n of t[e(179)]())n[e(198)]&&(n[e(208)](),s=!0)}return s})),n[t(304)][t(311)][t(348)]((e=>{const s=t,o=n[s(291)][s(375)](s(257));if(!o||!o[s(351)][s(283)](e[s(267)]))return!1;let i=!1;const a=n[s(335)][s(375)](s(182)).me,c=n[s(304)][s(311)][s(338)][s(379)](),u=Array[s(294)](n[s(304)][s(311)][s(338)][s(376)]())[s(188)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(178)](t);return n(332)==o&&n(323)==i&&c==a.id&&!e[n(233)]}));for(const t of c){if(s(360)!=t[s(345)]||s(212)!=t[s(211)]||1!=t[s(313)])continue;const n=e[s(353)](t[s(325)],t[s(325)][s(245)](1));if(!u[s(341)]((({data:t})=>t[s(380)][s(363)](n))))for(const{name:t,data:r}of u)if(n[s(204)](r[s(380)])){e[s(339)](t,{range:n}),i=!0;break}}return i})),n[t(304)][t(311)][t(348)]((e=>{const s=t;let o=!1;const i=n[s(335)][s(375)](s(182)).me,a=r[s(254)]()[s(188)]((t=>t[s(198)]&&t[s(320)]==i)),c=new Set,u=new Set;for(const t of a)if(s(323)==t[s(331)])for(const e of t[s(324)]()){const n=e[s(240)]()[s(278)]();if(n)if(n.is(s(318),s(212))&&ba(n)){t[s(368)](e[s(211)]),c[s(326)](n),o=!0;const r=n[s(374)],i=n[s(255)],a=r&&r.is(s(318),s(212)),l=i&&i.is(s(318),s(212));a&&!c[s(283)](r)&&u[s(326)](r),l&&!c[s(283)](i)&&u[s(326)](i)}else n.is(s(318),s(194))&&n[s(259)]&&(t[s(368)](e[s(211)]),o=!0)}else if(s(249)==t[s(331)]){if(!t[s(196)]||!t[s(196)][s(312)])continue;const e=t[s(196)][s(357)];if(e&&Object[s(350)](e)[s(313)])continue;const n=t[s(196)][s(312)];let r=!0,i=!0;for(const e of a)if(e[s(331)]&&e[s(331)][s(215)](s(323))){if(!e[s(196)][s(312)]){i=!1;break}if(e.id!=t.id&&e[s(196)][s(312)]==n){r=!1;break}}i&&r&&(t[s(373)](),o=!0)}for(const t of c)e[s(273)](t);for(const t of u)e[s(308)](t);return o})),n[t(258)][t(285)](t(220))[t(229)]({model:t(189),view:(t,e)=>h(t),converterPriority:t(183)}),n[t(258)][t(285)](t(330))[t(229)]({model:t(189),view:(e,n)=>n[t(213)][t(337)]?h(e,!1):null,converterPriority:t(183)});const g=n[t(219)][t(370)];this[t(369)](g[t(311)],t(347),((e,n)=>{const r=t,s=[];for(const t of g[r(378)](n[r(246)])[r(365)]())t.is(r(318),r(303))&&s[r(228)](t);g[r(234)]((t=>{const e=r;for(const n of s)t[e(222)](t[e(378)](n),t[e(252)](n)),t[e(273)](n)}))}))}}function Ea(t,e){const n=da();return(Ea=function(t,e){return n[t-=178]})(t,e)}function ba(t){const e=ga;if(t[e(259)])return!0;const n=t[e(281)](0);return n.is(e(318),e(194))&&n[e(259)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(315)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function _a(t,e){const n=Aa();return(_a=function(t,e){return n[t-=151]})(t,e)}const ya=_a;function Aa(){const t=["data","getContainedElement","222QqsbTz","2827874BghpNT","table","accept","locale","registerDescriptionCallback","1083180dHFQqr","get","1HpUcrx","3497650mtbfVZ","format","model","getSuggestions","TableColumnResizeEditing","_suggestionFactory","8889130NVyCMg","formatBlock","editor","Users","getColumnGroupElement","resizeTable","document","handleSuggestionDescription","16696779hnPiWd","tableWidth","columnWidths","getTableColumnsWidths","handleResizeTableWidthCommand","markBlockFormat","discard","getAttribute","TrackChangesEditing","subType","*Format:* resize table","24CBcLSl","author","getSelectedElement","formatInline","9635949HMBLfM","resizeTableWidth","type","_descriptionFactory","plugins","bind","6CeIzzh","45456DGTFeh","commandParams","getSuggestionCallback","change","afterInit","enableCommand","formatGroupId","selection","registerCustomCallback","has"];return(Aa=function(){return t})()}!function(t,e){const n=_a,r=t();for(;;)try{if(745392===-parseInt(n(196))/1*(-parseInt(n(189))/2)+parseInt(n(188))/3*(-parseInt(n(176))/4)+parseInt(n(197))/5*(-parseInt(n(175))/6)+parseInt(n(194))/7*(-parseInt(n(165))/8)+-parseInt(n(169))/9+parseInt(n(203))/10+parseInt(n(154))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Aa);class ka extends t.Plugin{[ya(180)](){const t=ya;if(!this[t(205)][t(173)][t(185)](t(201)))return;const e=this[t(205)][t(173)][t(195)](t(162));e[t(181)](t(170),this[t(158)][t(174)](this)),e[t(202)][t(184)](t(204),t(151),t(191),e[t(202)][t(178)](t(204),null,t(160))),e[t(202)][t(184)](t(204),t(151),t(160),e[t(202)][t(178)](t(204),null,t(191))),e[t(172)][t(193)](this[t(153)][t(174)](this))}[ya(158)](t,e){const n=ya,r=this[n(205)][n(173)][n(195)](n(162)),s=this[n(205)][n(173)][n(195)](n(201)),o=e[n(190)]||this[n(205)][n(199)][n(152)][n(183)][n(167)]();this[n(205)][n(199)][n(179)]((()=>{const i=n,a=s[i(207)](o);let c=a?s[i(157)](a):null,u=o[i(161)](i(155))||null;const l=e[i(155)]||u,f=e[i(156)]||c,h=this[i(205)][i(173)][i(195)](i(206)).me;for(const t of r[i(200)]()){const e=t[i(187)]();if(i(151)===t[i(163)]&&e===o){t[i(166)]!==h&&t[i(160)]();const e=t[i(186)][i(177)];u=e[0][i(155)],c=e[0][i(156)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(159)](o,{commandName:i(170),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(151)},[],i(151))}))}[ya(153)](t){const e=ya;if(e(204)!=t[e(171)]&&e(168)!=t[e(171)])return;const{data:n}=t;if(n&&e(151)===n[e(182)]){const t=e(164);return{type:e(198),content:Wr(this[e(205)][e(192)],t)}}}}const Ca=La;function La(t,e){const n=Na();return(La=function(t,e){return n[t-=382]})(t,e)}function Na(){const t=["afterInit","insertTemplate","31112vggYpB","3871368fBzogW","editor","396603PZreAK","TrackChangesEditing","has","5150331kvsxiE","1527312oeXURy","plugins","get","512612SpHogs","enableCommand","98nrUqTG","15AoHwQx","Template","1774902azqrmc"];return(Na=function(){return t})()}!function(t,e){const n=La,r=t();for(;;)try{if(481625===parseInt(n(396))/1+-parseInt(n(382))/2+parseInt(n(390))/3+-parseInt(n(385))/4*(-parseInt(n(388))/5)+-parseInt(n(394))/6+parseInt(n(387))/7*(-parseInt(n(393))/8)+parseInt(n(399))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class Ra extends t.Plugin{[Ca(391)](){const t=Ca,e=this[t(395)];e[t(383)][t(398)](t(389))&&e[t(383)][t(384)](t(397))[t(386)](t(392))}}function va(t,e){const n=Ma();return(va=function(t,e){return n[t-=468]})(t,e)}const Sa=va;function Ma(){const t=["20OdKutv","commands","TrackChangesEditing","3102932jwwOIS","plugins","enableCommand","433389rwuBUv","_descriptionFactory","get","tableOfContents","ELEMENT_TABLE_OF_CONTENTS","7092232QDpeBH","registerElementLabel","afterInit","locale","editor","4850556eAjRBo","1489LADgvm","insertTableOfContents","4754808pHuoRS","562nkeGVH","989580csAGsZ"];return(Ma=function(){return t})()}!function(t,e){const n=va,r=t();for(;;)try{if(516465===-parseInt(n(488))/1*(parseInt(n(469))/2)+parseInt(n(477))/3+-parseInt(n(471))/4*(parseInt(n(470))/5)+parseInt(n(487))/6+-parseInt(n(474))/7+parseInt(n(482))/8+parseInt(n(468))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class wa extends t.Plugin{[Sa(484)](){const t=Sa,e=this[t(486)];if(!e[t(472)][t(479)](t(489)))return;e[t(475)][t(479)](t(473))[t(476)](t(489));const n=e[t(475)][t(479)](t(473)),r=e[t(485)];n[t(478)][t(483)](t(480),(e=>Wr(r,t(481),e)))}}const Oa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=176]})(t,e)}function Da(){const t=["10fDvKgW","afterInit","updateMarker","get","1222576xvbLam","2474184UNeeYa","registerElementLabel","element","Title","_splitMarkerName","getNearestSelectionRange","9340OkHXAM","title-content","682502ViMZgy","model","nodeBefore","3444iZNniU","11538XMZrYG","forward","locale","isTouching","_descriptionFactory","document","4076001ZdoDke","suggestion","newRange","615592wkjwPF","has","differ","registerPostFixer","plugins","getChangedMarkers","isCollapsed","TrackChangesEditing","from","19082AysELr","ELEMENT_TITLE","removeMarker","editor","end","createRange","start","isEqual","schema"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(827089===-parseInt(n(197))/1+parseInt(n(184))/2+-parseInt(n(194))/3+-parseInt(n(219))/4*(parseInt(n(215))/5)+parseInt(n(187))/6*(parseInt(n(206))/7)+parseInt(n(176))/8+parseInt(n(188))/9*(parseInt(n(182))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class xa extends t.Plugin{[Oa(216)](){const t=Oa,e=this[t(209)];if(!e[t(201)][t(198)](t(179)))return;const n=e[t(201)][t(218)](t(204));n[t(192)][t(177)](t(183),(()=>Wr(e[t(190)],t(207)))),e[t(185)][t(193)][t(200)]((r=>{const s=t;let o=!1;const i=Array[s(205)](e[s(185)][s(193)][s(199)][s(202)]());for(const{name:t,data:a}of i){const{group:i}=n[s(180)](t);if(s(195)!==i||!a[s(196)])continue;const c=a[s(196)],u=c[s(210)][s(186)];if(!u||!u.is(s(178),s(183)))continue;if(!c[s(212)][s(191)](c[s(210)]))continue;const l=e[s(185)][s(214)][s(181)](c[s(210)],s(189));if(l&&l[s(203)]){const e=r[s(211)](c[s(212)],l[s(212)]);e[s(213)](c)||(r[s(217)](t,{range:e}),o=!0)}o||(r[s(208)](t),o=!0)}return o}))}}const Ba=Ua;function Pa(){const t=["TrackChangesEditing","63Upmmnl","9cjSgGE","get","afterInit","has","undo","50725xlCIHJ","137364gigQUJ","UndoEditing","editor","935cZJStX","2689143oNkwtV","enableCommand","5547540eGkeNc","redo","444256BxNXAA","plugins","802935iWcygM","4ElWkHu","69102IcOkNc","432nruFAc"];return(Pa=function(){return t})()}function Ua(t,e){const n=Pa();return(Ua=function(t,e){return n[t-=141]})(t,e)}!function(t,e){const n=Ua,r=t();for(;;)try{if(487048===parseInt(n(149))/1*(-parseInt(n(145))/2)+-parseInt(n(159))/3*(-parseInt(n(144))/4)+-parseInt(n(154))/5*(-parseInt(n(146))/6)+parseInt(n(148))/7*(-parseInt(n(141))/8)+parseInt(n(143))/9+parseInt(n(161))/10+parseInt(n(158))/11*(-parseInt(n(155))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Pa);class ja extends t.Plugin{[Ba(151)](){const t=Ba,e=this[t(157)],n=e[t(142)][t(150)](t(147));e[t(142)][t(152)](t(156))&&(n[t(160)](t(153)),n[t(160)](t(162)))}}function Ga(){const t=["15rZFewn","6396vJmUPF","433536zjmWzZ","928860FkjjBI","editor","requires","8416AWNoHG","plugins","TrackChangesEditing","enableCommand","get","13312917gxgXoW","TableCaptionEditing","1159146vmxwdw","2548fQEZqb","46196msBgLJ","has","afterInit","toggleTableCaption"];return(Ga=function(){return t})()}const Ha=Va;function Va(t,e){const n=Ga();return(Va=function(t,e){return n[t-=403]})(t,e)}!function(t,e){const n=Va,r=t();for(;;)try{if(242061===-parseInt(n(416))/1+-parseInt(n(404))/2+-parseInt(n(414))/3+parseInt(n(407))/4*(-parseInt(n(420))/5)+-parseInt(n(421))/6*(parseInt(n(415))/7)+parseInt(n(403))/8+parseInt(n(412))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ga);class Wa extends t.Plugin{static get[Ha(406)](){return[ra]}[Ha(418)](){const t=Ha,e=this[t(405)];e[t(408)][t(417)](t(413))&&e[t(408)][t(411)](t(409))[t(410)](t(419))}}const za=qa;function Ka(){const t=["registerDescriptionCallback","16913RDxSWK","afterInit","_getSuggestion","tableHeight","removeAttribute","get","locale","plugins","530XWcTvA","has","getContainedElement","tableCellBorderColor","registerCustomCallback","8RNFdPB","start","document","join","formatBlock","tableCellHeight","handleDiscardAction","66pJJkzr","tableCellWidth","tableCellBorderStyle","72992miwnRY","enqueueChange","accept","editor","362eGMnZl","setAttribute","commandParams","getSelectionAffectedTableCells","tableWidth","getSuggestions","nodeAfter","TrackChangesTableProperties","237846eXLCJv","pluginName","tableBackgroundColor","TableUtils","tableCellHorizontalAlignment","getSuggestionCallback","format","markBlockFormat","model","discard","getAttribute","tableCellPadding","tableCellBackgroundColor","*Format:* change table properties","14680DVwTkh","161THldmV","932910LzURmf","batch","_suggestionFactory","1524sTxvhy","enableCommand","tableBorderStyle","tableBorderWidth","getFirstPosition","data","_descriptionFactory","subType","tableCellProperties","_handlePropertyChange","table","tableCellVerticalAlignment","tableProperties","change","909kdvnPF","107305LqPYFO","*Format:* change table cell properties","tableCellBorderWidth","tableBorderColor","TablePropertiesEditing","selection","handleSuggestionDescription","TableCellPropertiesEditing","TrackChangesEditing","findAncestor","tableAlignment"];return(Ka=function(){return t})()}function qa(t,e){const n=Ka();return(qa=function(t,e){return n[t-=247]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(123578===parseInt(n(293))/1*(-parseInt(n(274))/2)+parseInt(n(301))/3*(-parseInt(n(279))/4)+parseInt(n(254))/5*(parseInt(n(286))/6)+-parseInt(n(316))/7*(-parseInt(n(289))/8)+parseInt(n(253))/9*(-parseInt(n(315))/10)+-parseInt(n(317))/11+-parseInt(n(320))/12*(-parseInt(n(266))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class Xa extends t.Plugin{constructor(t){const e=qa;super(t),this[e(251)]=[e(257),e(322),e(323),e(264),e(297),e(269),e(303)],this[e(247)]=[e(277),e(288),e(256),e(312),e(287),e(284),e(313),e(305),e(250)]}static get[za(302)](){return za(300)}[za(267)](){const t=za,e=this[t(292)][t(273)][t(271)](t(262));if(this[t(292)][t(273)][t(275)](t(258))){for(const n of this[t(251)])e[t(321)](n,((e,r)=>{const s=t,o=this[s(292)][s(309)][s(281)][s(259)][s(324)]()[s(263)](s(249));this[s(248)](n,[o],this[s(251)],s(251),e,r)}));e[t(319)][t(278)](t(283),t(251),t(291),e[t(319)][t(306)](t(283),null,t(310))),e[t(319)][t(278)](t(283),t(251),t(310),((e,n)=>this[t(285)](this[t(251)],e,n))),e[t(319)][t(278)](t(283),t(251),t(282),(()=>!1))}if(this[t(292)][t(273)][t(275)](t(261))){for(const n of this[t(247)])e[t(321)](n,((e,r)=>{const s=t,o=this[s(292)][s(273)][s(271)](s(304))[s(296)](this[s(292)][s(309)][s(281)][s(259)]);this[s(248)](n,o,this[s(247)],s(247),e,r)}));e[t(319)][t(278)](t(283),t(247),t(291),e[t(319)][t(306)](t(283),null,t(310))),e[t(319)][t(278)](t(283),t(247),t(310),((e,n)=>this[t(285)](this[t(247)],e,n))),e[t(319)][t(278)](t(283),t(247),t(282),(()=>!1))}e[t(326)][t(265)]((e=>this[t(260)](e)))}[za(248)](t,e,n,r,s,o){const i=za,a=this[i(292)][i(273)][i(271)](i(262));this[i(292)][i(309)][i(290)](o[i(318)],(()=>{const t=i;for(const i of e)if(this[t(268)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(311)](r);void 0!==n&&(e[r]=n)}s(o),a[t(308)](i,{commandParams:[e]},[],r)}}))}[za(285)](t,e,n){const r=za,s=e[0][r(280)][r(299)],o=n[r(295)][0];this[r(292)][r(309)][r(252)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(294)](r,o[r],s):e[n(270)](r,s)}))}[za(260)](t){const e=za;if(t[e(325)])switch(t[e(327)]){case e(251):return{type:e(307),content:Wr(this[e(292)][e(272)],e(314))};case e(247):return{type:e(307),content:Wr(this[e(292)][e(272)],e(255))}}}[za(268)](t,e){const n=za,r=this[n(292)][n(273)][n(271)](n(262));for(const s of r[n(298)]({skipNotAttached:!0})){const r=s[n(276)]();if(s[n(327)]===e&&r===t)return s}return null}}var Ja=Function.prototype,Ya=Object.prototype,Qa=Ja.toString,Za=Ya.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=Za.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):Ze(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=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})),Zt(t,sn(t),n),r&&(n=qn(n,7,ec));for(var s=e.length;s--;)Pr(n,e[s]);return n})),dc=mc;function pc(){const t=["execute","markMultiRangeDeletion","fetchCommentThread","backward","discard","newValue","addClass","isInsideObject","define","_createSuggestion","model","FORMATTING","editor","isLimit","unbindElementFromMarkerName","8070696zdOaSq","getFirstRange","push","_isRegisteredAttribute","_adapter","createElement","_reduceSuggestionAttributeRange","requires","getFirstMarker","enableCommand","ENTER","concat","root","suggestionUnloaded","update:suggestion","comments","value","acceptSuggestion","tablePasteChainId","getRange","_getExternalAuthor","_afterChanges","start","warn","updateMarker","isUndo","getContainedElement","rejected","isNextTo","unshift","suggestion-type","_enabledCommands","substr","getAttribute","locale","removed","createPositionBefore","getSuggestionCallback","deletion:join","deletion:chain","_setSuggestionData","fromRange","discardAllSuggestions","fromCharCode","enableReadOnlyMode","remove","_joinWithAdjacentSuggestions","_mergeNestedSuggestions","oldRange","map","PendingActions","accept","updateSuggestion","highest","deletion:accept","subType","toJSON","addHighlight","createSelection","ariaLiveAnnouncer","_checkSuggestionCorrectness","applyOperation","_inlineAttributeKeys","format","external:","isIntersecting","lowest","trackChanges.trackFormatChanges","toViewElement","setSelection","createPositionAfter","createRangeIn","attribute:","batch","commandName","formatBlock:discard","collaboration.channelId","getChangedMarkers","bindElementToMarker","_addThreadToSuggestion","addMarker:suggestion","markerToData","split","isEqual","refresh","suggestion:","deletion","moveTargetPosition","_isBlockAttribute","isAfter","getIntersection","suggestionChanged","includes","toUpperCase","removeComment","every","stopListening","addCommentThread","3369mJjkUg","splice","dataToMarker","isDocumentOperation","after","addSuggestionData","_getAuthorFromId","LEAVE","normal","attribute:accept","_findSuggestions","dataDowncast","creator","getNearestSelectionRange","3889wndYxq","_registerBlockAttribute","_trackFormatChanges","forceDefaultExecution","consume","get","change:_saved","269330auSnmM","catch","author","addUser","track-changes-enable-command-twice","containerElement","_suggestionState","dataReady","_refreshAttributeSuggestionsChain","formatGroupId","removeMarkers","join","position","formatInline:discard","suggestionLoaded","_customCallbacks","editingDowncast","buildSuggestion","change:activeMarkers","hasComments","addSuggestion","widget","adapter","createRange","authoredAt","authorName","marker-count","deletion:discard","_registerDefaultCallbacks","formatBlock","error-saving-suggestion-data-suggestion-discarded","keys","removeMarker","1524105LZmCJg","addMarkerName","_joinSuggestions","some","notReady","next","insert","isRemovable","for","_isDataLoaded","isCollapsed","isIntersectingWithRange","attributeNewValue","group","default","trackChanges","filter","registerCustomCallback","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.","change","20990vtgsXQ","acceptAllSuggestions","_cutOutSuggestionMarker","rename","range","isExternal","isInContent","310dUQykQ","groupId","ck-suggestion-marker","return","startsWith","track-changes-suggestion-not-found","isArray","targetPosition","reconvertMarker","getUser","_model","containsPosition","getDifference","key","insertion","containsRangeInObject","isSelectable","data","_handleNewSuggestionMarker","track-changes-suggestion-data-mismatch","fire","plugins","addRange","formatBlock:join","deletion:","formatInline:chain","_processAttributeSuggestions","showSuggestionHighlights","addMarker:suggestion:attribute","addMarker:suggestion:formatBlock","isAtEnd","_element","CommentsRepository","_recordAttributeSuggestions","isAtStart","_rangeIsInLocalUserInsertion","getCustomProperty","attributeKey","$marker","Users","_getSuggestionData","listenTo","elementStart","announce","insertContent","forward","rethrowUnexpectedError","getShiftedBy","_blockAttributeKeys","_SUGGESTION_ANNOUNCEMENT","isLocal","_removeSuggestion","_updateSuggestionData","pluginName","commands","$text","setTo","accepted","discardSelectedSuggestions","values","attribute:join","originalSuggestionId","getRanges","_splitMarkerName","head","parent","documentSelection","_breakSuggestionMarker","getSuggestions","$textProxy","name","isBefore","init","trackChanges.mergeNestedSuggestions","data-suggestion","unbind","previous","getAllAdjacentSuggestions","howMany","removeMarker:suggestion:formatBlock","nodeAfter","markers","getMultiRangeId","schema","markInlineFormat","formatInline:join","7aCoAhH","insertion:chain","_saved","clear","trackChangesCommand","getLastMatchingPosition","formatBlock:chain","activeMarkers","markerReady","4612GUJLWy","consumable","multipleBlocks","markMultiRangeInsertion","_onDiscard","formatInline:accept","ck-suggestion-marker-formatInline","$elementName","_descriptionFactory","low","markMultiRangeBlockFormat","$graveyard","formatInline:","track-changes-command-not-found","always","item","_processAttributeChanges","_editor","end","isMultiRange","add","then","type","clone","markBlockFormat","ready","enqueueChange","markerToHighlight","markerName","set","ck-suggestion-marker-","open","_suggestions","high","formatBlock:","getItems","formatBlock:accept","insertion:discard","track-changes-adapter-already-set","_reduceExistingSuggestions","removeAttribute","oldValue","from","insertion:","markInsertion","registerPostFixer","_suggestionFactory","_getAttributeKey","ck-suggestion-marker-formatBlock","rootName","size","move","deleteContent","elementToElement","commentThread","removeClass","writer","has","containsRange","suggestion:attribute:","assign","element","find","insertion:join","createRangeOn","_refreshSuggestionsChain","config","markDeletion","markerNameToElements","_isForcedDefaultExecutionBlock","newRange","isObject","editing","2827AYBYkc","multi","createdAt","TrackChangesEditing","resolve","containsItem","length","mapper","splitPosition","document","suggestion","getChanges","hasSuggestion","setAttribute","formatInline","_initAriaMarkerChangeAnnouncements","markAttributeChange","stop","_registerInlineAttribute","conversion","sort","attributes","track-changes-adapter-missing-getsuggestion","createPositionAt","chain","nodeBefore","getAncestors","meta","removeMarker:suggestion:attribute","detach","upcast","discardSuggestion","_setSuggestionRange","delete","_defaultCallbacks","isTouching","insertion:accept","track-changes-user-not-found","selection","_commentsRepository","pop","_addSuggestionMarker","elementEnd","attribute:discard","addComment","skipNestingCheck","acceptSelectedSuggestions","never","_enableDefaultAttributesIntegration","before","ck-suggestion-marker--active","substring","attribute","PENDING_ACTION_SUGGESTION","getMarkers","getCommentThread","isBlock","change:data","attributeOldValue","_recordAttributeChanges","7985112hBSRGy","hasCommentThread","_getMarkerAnnouncementText","differ","isOwn","getSuggestion","forEach","addMarker","getWalker","@external","options"];return(pc=function(){return t})()}function mc(t,e){const n=pc();return(mc=function(t,e){return n[t-=130]})(t,e)}!function(t,e){const n=mc,r=t();for(;;)try{if(769011===parseInt(n(414))/1*(-parseInt(n(481))/2)+parseInt(n(400))/3*(parseInt(n(143))/4)+parseInt(n(421))/5+-parseInt(n(302))/6*(parseInt(n(134))/7)+parseInt(n(276))/8+-parseInt(n(454))/9+-parseInt(n(474))/10*(-parseInt(n(216))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pc);const Ic=dc(150);class Ec extends t.Plugin{static get[dc(309)](){return[dc(513),o.Users,t.PendingActions,Zr,ns,as,ls,Ts,ms,ks,vs,Ps,to,so,uo,go,bo,Ao,No,So,Do,Ho,Uo,Ko,Qo,ei,ci,pi,oi,Hs,qs,bi,Ai,Ni,Mi,Di,ji,Wi,Ji,$i,ra,ca,ha,Wa,Ia,ka,wa,Xa,Ra,xa,ja]}static get[dc(534)](){return dc(219)}constructor(t){const e=dc;function n(t){const e=mc;return t[e(351)]((t=>String[e(345)](t)))[e(432)]("")}super(t),this[e(514)]=!1,this[e(172)](e(141),[]),this.on(e(439),((n,r,s,o)=>{const i=e;this[i(491)][i(473)]((()=>{const e=i;for(const n of[...o,...s])this[e(491)][e(562)][e(200)](n)&&t[e(215)][e(489)](n)}))})),this[e(151)]=new Xr(this[e(299)][e(297)][e(131)],this[e(299)][e(336)]),this[e(306)]=null,this[e(189)]=new bc(this[e(299)]),this[e(175)]=new Map,this[e(255)]=t[e(502)][e(419)](e(513)),this[e(333)]=new Set,this[e(491)]=this[e(299)][e(297)],this[e(427)]=new WeakMap,this[e(212)]=!1,this[e(529)]=new Set([e(150)]),this[e(364)]=new Set,t[e(209)][e(295)](e(369),e(468)),this[e(416)]=t[e(209)][e(419)](e(369)),t[e(209)][e(295)](e(554),!0),this[e(349)]=t[e(209)][e(419)](e(554)),this[e(138)]=new l(t,this[e(333)]),this[e(231)](),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(553)](){const t=dc,n=this[t(299)],r=(e,n)=>{const r=t;if(r(268)!=e)return r(173)+e;const s=n[r(384)]("|")[0];return this[r(390)](s)?r(191):r(149)};n[t(235)][t(462)](t(437))[t(170)]({model:t(226),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(544)](e[n(171)]),a=[n(483),r(o,i)];let c=3e3;return this[n(141)][n(394)](e[n(171)])&&(a[n(304)](n(266)),c=3010),n(388)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(235)][t(462)](t(411))[t(163)]((e=>{const r=t;e.on(r(382),((t,e,s)=>{const o=r;if(!s[o(286)][o(508)])return;const i=e[o(158)];if(!i)return;const c=s[o(223)][o(370)](i);n[o(297)][o(131)][o(214)](i)&&c&&!c[o(517)](o(442))&&c.is(o(426))&&(0,a.toWidget)(c,s[o(199)])}),{priority:r(176)})})),n[t(235)][t(462)](t(411))[t(170)]({model:t(226),view:(e,n)=>{const s=t;if(!n[s(286)][s(508)])return null;const{type:o,subType:i}=this[s(544)](e[s(171)]);return{classes:[s(483),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(158)])return;const{id:c}=this[a(544)](o[a(171)]);if(r){const t=this[a(175)][a(419)](c),e=this[a(190)](t);if(!this[a(390)](e))return}if(o[a(158)].is(a(254)))return void i[a(144)][a(418)](o[a(158)],s[a(551)]);const u=i[a(223)][a(370)](o[a(158)]);if(o[a(158)].is(a(204))&&n[a(297)][a(131)][a(272)](o[a(158)])&&!u[a(517)](a(359))){i[a(199)][a(293)]([a(483),a(191)],u),i[a(199)][a(229)](a(555),c,u),i[a(223)][a(380)](u,o[a(171)]),e&&(this[a(141)][a(394)](o[a(171)])?i[a(199)][a(293)](a(266),u):i[a(199)][a(198)](a(266),u));for(const t of n[a(297)][a(373)](o[a(158)])[a(178)]())i[a(144)][a(418)](t,s[a(551)]);i[a(144)][a(418)](o[a(158)],s[a(551)])}};n[t(235)][t(462)](t(411))[t(163)]((e=>{const n=t;e.on(n(510),((t,e,r)=>{const o=n;r[o(286)][o(508)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(355)})})),n[t(235)][t(462)](t(411))[t(163)]((e=>{const n=t;e.on(n(509),((t,e,r)=>{const o=n;r[o(286)][o(508)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(355)})})),n[t(235)][t(462)](t(411))[t(383)]({model:t(226),view:(e,n)=>n[t(286)][t(508)]?null:{group:t(226),name:e[t(334)](11)}}),n[t(235)][t(462)](t(246))[t(196)]({view:{name:t(226),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(387)+e[r(335)](r(332))+":"+e[r(335)]("id");return e[r(335)](r(447))&&(s+=":"+e[r(335)](r(447))),n[r(307)](r(519),{"data-name":s})}}),n[t(235)][t(462)](t(246))[t(402)]({view:t(226)}),n[t(235)][t(462)](t(437))[t(163)]((e=>{const n=t;e.on(n(510),s(),{priority:n(176)})})),n[t(235)][t(462)](t(437))[t(163)]((e=>{const n=t;e.on(n(509),s({isAttributeSuggestion:!0}),{priority:n(176)})})),n[t(235)][t(462)](t(437))[t(163)]((e=>{const n=t;e.on(n(560),((t,e,r)=>{const s=n,o=r[s(223)][s(211)](e[s(171)]);if(o)for(const t of o)t[s(517)](s(359))||(r[s(199)][s(198)]([s(483),s(191),s(266)],t),r[s(199)][s(183)](s(555),t),r[s(223)][s(301)](t,e[s(171)]))}),{priority:n(176)})})),n[t(235)][t(462)](t(437))[t(163)]((e=>{const n=t;e.on(n(244),((t,e,r)=>{const s=n,o=r[s(223)][s(211)](e[s(171)]);if(!o)return;const{id:i}=this[s(544)](e[s(171)]),a=this[s(175)][s(419)](i),c=this[s(190)](a);if(this[s(390)](c))for(const t of o)t[s(517)](s(359))||(r[s(199)][s(198)]([s(483),s(191),s(266)],t),r[s(199)][s(183)](s(555),t),r[s(223)][s(301)](t,e[s(171)]))}),{priority:n(176)})})),n[t(297)][t(225)][t(188)]((e=>{const r=t;let s=!1;const o=Array[r(185)](n[r(297)][r(225)][r(279)][r(379)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(544)](t);if(r(226)!==o)continue;const h=this[r(175)][r(419)](f);if(null!=c[r(213)]){r(230)==u&&(s=s||yc(c[r(213)],t,e,n[r(297)][r(131)]));const o=r(268)==u&&this[r(390)](l[r(384)]("|")[0]);if(c[r(213)][r(464)]||r(154)==c[r(213)][r(314)][r(192)]||r(450)==u&&!kc(c[r(213)])||o&&!kc(c[r(213)])||r(388)==u&&(_c(a=c[r(213)])||function(t){const e=r;return t[e(324)][e(546)]==t[e(161)][e(241)]&&t[e(324)][e(511)]}(a)))e[r(453)](t),s=!0;else{if(!h||!h[r(480)])continue;i[r(163)](h)}}}var a;return i[r(193)]>0&&(s=!!this[r(348)](i)||s),s})),n[t(297)][t(225)][t(188)]((e=>{const r=t;let s=!1;for(const t of n[r(297)][r(225)][r(279)][r(227)]())if(r(460)==t[r(165)])for(const t of this[r(175)][r(540)]()){if(t[r(162)]||!t[r(480)])continue;const o=r(450)==t[r(165)],i=this[r(190)](t),a=i&&this[r(390)](i);if(!o&&!a)continue;const c=t[r(303)]();if(c[r(324)][r(546)]!=c[r(161)][r(546)]&&!c[r(161)][r(511)]){const o=n[r(297)][r(239)](c[r(324)][r(561)],r(161)),i=n[r(297)][r(444)](c[r(324)],o);e[r(326)](t[r(310)](),{range:i}),s=!0}}return s})),n[t(297)][t(225)][t(188)]((e=>this[t(159)](e))),n[t(297)][t(225)][t(188)]((e=>!e[t(375)][t(531)]&&this[t(507)](e))),n[t(297)].on(t(323),(()=>{this[t(514)]=!1})),n[t(297)][t(225)].on(t(273),((r,s)=>{const o=t;if(!s[o(531)]||s[o(327)])return;if(!this[o(514)])return;const i=n[o(297)][o(225)][o(279)][o(227)]();if(0==i[o(222)])return;const a=[],c=i[o(470)]((t=>o(268)==t[o(165)])),u=i[o(470)]((t=>o(460)==t[o(165)]&&o(536)!=t[o(551)])),l=i[o(470)]((t=>o(347)==t[o(165)]&&o(536)!=t[o(551)]));for(const t of c)this[o(305)](t[o(518)])&&a[o(304)]({key:t[o(518)],newValue:t[o(466)],oldValue:t[o(274)],range:Cc(t[o(478)],n[o(297)])});for(const t of u){const e=l[o(205)]((e=>e[o(512)]===t[o(512)]));if(e){const r=Lc(t[o(433)][o(561)],n[o(297)]);e[o(551)]!==t[o(551)]&&a[o(304)]({key:o(150),newValue:t[o(551)],oldValue:e[o(551)],range:r});for(const[n,s]of e[o(237)]){if(!this[o(305)](n))continue;const e=t[o(237)][o(419)](n);s!==e&&a[o(304)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(237)])this[o(305)](n)&&(e[o(237)][o(200)](n)||a[o(304)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(222)]&&n[o(297)][o(169)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(232)](t,e,s,o,{groupId:r});this[n(182)](t,a)}))}),{priority:t(368)}),n[t(297)][t(562)].on(t(316),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(544)](n[s(551)]),e=this[s(175)][s(419)](t);e&&e[s(455)](n[s(551)])}})),n[t(297)][t(225)].on(t(273),(()=>{const e=t,r=Array[e(185)](n[e(297)][e(225)][e(279)][e(379)]())[e(470)]((t=>e(226)===this[e(544)](t[e(551)])[e(467)]));if(0===r[e(222)])return;r[e(236)](((t,n)=>{const r=e,s=t[r(498)][r(350)],o=n[r(498)][r(350)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(324)][r(552)](o[r(324)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(544)](t);if(null===n[e(350)]){const n=this[e(499)](t);o[e(163)](n)}else{const t=this[e(175)][e(419)](r);null!==n[e(213)]||t[e(480)]?(s[e(163)](t[e(545)]),o[e(163)](t)):this[e(532)](t)}}o[e(193)]>0&&this[e(208)](o);for(const t of s)this[e(501)](e(393),t)})),n[t(297)].on(t(363),((e,r)=>{const s=t,o=r[0];if(!this[s(175)][s(193)])return;if(!o[s(403)])return;if(o[s(375)][s(327)]||!o[s(375)][s(531)])return;let i,a;switch(o[s(165)]){case s(460):i=n[s(297)][s(239)](o[s(433)]),a=i[s(528)](o[s(559)]);break;case s(384):i=n[s(297)][s(239)](o[s(224)]),a=n[s(297)][s(239)](o[s(389)]);break;case s(194):i=n[s(297)][s(239)](o[s(488)]),a=i[s(528)](o[s(559)]);break;default:return}const c=n[s(297)][s(444)](i,a);n[s(297)][s(473)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(410)](c)){if(e[t(162)])continue;if(t(230)==e[t(165)])continue;const r=this[t(190)](e);if(r&&this[t(390)](r)&&t(384)!=o[t(165)])continue;const s=e[t(498)]&&e[t(498)][t(145)];(t(450)!=e[t(165)]||t(384)==o[t(165)]&&!s)&&(n[t(496)]||t(495)==e[t(165)]&&n[t(280)]||e[t(303)]()[t(201)](c)&&this[t(548)](e,i,a))}}))}),{priority:t(368)}),n[t(297)].on(t(195),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(417)])return;if(this[s(212)])return;if(!this[s(138)][s(318)])return;if(o[s(464)])return;const a=n[s(297)][s(131)],{start:c,end:u}=o[s(303)](),l=c[s(561)]&&a[s(300)](c[s(561)])?null:a[s(413)](c,s(526)),f=u[s(241)]&&a[s(300)](u[s(241)])?null:a[s(413)](u,s(290)),h=n[s(297)][s(444)](l?l[s(324)]:c,f?f[s(161)]:u);n[s(297)][s(473)]((t=>{const e=s;this[e(210)](h);const r=n[e(297)][e(131)][e(413)](h[e(324)]);o.is(e(547))?t[e(371)](r):o[e(537)](r)})),e[s(233)]()}),{priority:e.priorities[t(408)]+10}),n[t(297)].on(t(525),((e,r)=>{const s=t,o=r[r[s(222)]-1];o&&o[s(417)]||this[s(212)]||this[s(138)][s(318)]&&(n[s(297)][s(473)]((()=>{const t=s;let o=n[t(297)][t(525)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(484)]=o[t(166)]();const i=o[t(161)][t(241)],a=n[t(297)][t(131)];i&&a[t(272)](i)&&!a[t(214)](i)&&(o=n[t(297)][t(444)](o[t(324)],n[t(297)][t(239)](i,t(161)))),this[t(187)](o)})),e[s(233)]())}),{priority:t(176)}),this[t(299)][t(535)][t(163)](t(469),this[t(138)]),this[t(311)](t(469));const o=new p(n,this[t(175)]);n[t(535)][t(163)](t(319),o),this[t(311)](t(319));const i=new b(n,this[t(175)]);n[t(535)][t(163)](t(247),i),this[t(311)](t(247)),n[t(535)][t(163)](t(475),new v(n,o,this[t(175)])),this[t(311)](t(475)),n[t(535)][t(163)](t(344),new v(n,i,this[t(175)])),this[t(311)](t(344)),n[t(535)][t(163)](t(262),new O(n,o,this[t(175)])),this[t(311)](t(262)),n[t(535)][t(163)](t(539),new O(n,i,this[t(175)])),this[t(311)](t(539));const c=n[t(502)][t(419)](t(513));this[t(522)](c,t(260),((e,{threadId:n})=>{const r=t,s=this[r(175)][r(419)](n);s&&s[r(197)]&&1===s[r(197)][r(222)]&&this[r(533)](n,{hasComments:!0})}),{priority:t(152)}),this[t(522)](c,t(396),((e,{threadId:n})=>{const r=t,s=this[r(175)][r(419)](n);s&&s[r(197)]&&!s[r(197)][r(222)]&&this[r(533)](n,{hasComments:!1})}),{priority:t(152)})}set[dc(443)](t){const n=dc;if(this[n(306)])throw new e.CKEditorError(n(181),this);this[n(306)]=t}get[dc(443)](){return this[dc(306)]}[dc(549)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=dc,r=[];for(const e of this[n(175)][n(540)]())t&&!e[n(480)]||r[n(304)](e);return e?r[n(351)]((t=>t[n(358)]())):r}[dc(281)](t){const n=dc,r=this[n(175)][n(419)](t);if(!r)throw new e.CKEditorError(n(486),this);return r}[dc(228)](t){const e=dc;return this[e(175)][e(200)](t)}[dc(405)](t){const e=dc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(165)][e(384)](":"),a=this[e(175)][e(419)](r)||this[e(296)](o,i,r,n,s);if(this[e(381)](a),this[e(362)](a,o,i||null,n),a[e(218)]=t[e(218)],a[e(463)]=!0,s&&s[e(285)]){const t=s[e(285)],n=this[e(322)](t[e(446)]);a[e(445)]=t[e(218)],a[e(423)]=n,a[e(479)]=!0}else a[e(445)]=t[e(218)];switch(t[e(498)]&&(a[e(498)]=t[e(498)]),t[e(237)]&&(a[e(237)]=t[e(237)]),this[e(306)]&&this[e(306)][e(441)]||(a[e(136)]=!0),this[e(427)][e(419)](a)){case e(458):this[e(427)][e(172)](a,e(428));break;case e(142):a[e(480)]?(this[e(348)](new Set([a])),this[e(208)](new Set([a])),this[e(427)][e(172)](a,e(168)),this[e(501)](e(435),a)):this[e(427)][e(172)](a,e(337))}return a}[dc(319)](t){const e=dc;this[e(417)]((()=>{const n=e;this[n(299)][n(297)][n(473)]((()=>{const e=n;for(const n of t[e(558)]())n[e(353)]()}))}))}[dc(247)](t){const e=dc;this[e(417)]((()=>{const n=e;this[n(299)][n(297)][n(473)]((()=>{const e=n;for(const n of t[e(558)]())n[e(291)]()}))}))}[dc(311)](t,n){const r=dc,s=this[r(299)][r(535)][r(419)](t);if(!s)throw new e.CKEditorError(r(156),this,{commandName:t});if(this[r(333)][r(200)](s))throw new e.CKEditorError(r(425),this,{commandName:t});this[r(333)][r(163)](s),n&&s.on(r(287),((t,e)=>{const o=r;this[o(138)][o(318)]&&(this[o(212)]||(e[o(222)]>0&&e[e[o(222)]-1]&&e[e[o(222)]-1][o(417)]?e[o(256)]():(t[o(484)]=n(((...t)=>s[o(287)](...t,{forceDefaultExecution:!0})),...e),t[o(233)]())))}),{priority:r(176)})}[dc(417)](t){const n=dc;let r,s;const o=this[n(212)];this[n(212)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(212)]=!1),s&&e.CKEditorError[n(527)](s,this),r}[dc(187)](t,n=null,r={}){const s=dc;if(t[s(464)])return null;const o=this[s(299)][s(502)][s(419)](s(520)).me;for(const{suggestion:e,meta:o}of this[s(410)](t,s(495)))if(o[s(280)]){if(!o[s(330)]){if(o[s(496)]){if(!this[s(349)]||!vc(e,r))continue;return e}if(vc(e,r))return e;this[s(548)](e,t[s(324)],t[s(161)]);break}if(n==e[s(357)]&&vc(e,r)){const n=e[s(303)]();return n[s(324)][s(385)](t[s(161)])?this[s(248)](e,this[s(491)][s(444)](t[s(324)],n[s(161)])):this[s(248)](e,this[s(491)][s(444)](n[s(324)],t[s(161)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(186)+n:s(495),u=this[s(342)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(257)](c,i,a,t),u}[dc(146)](t,n=dc(217),r={}){const s=dc,o=this[s(299)][s(502)][s(419)](s(520)).me,i=this[s(189)][s(339)](s(495),n,s(432));for(const e of this[s(549)]())if(e[s(423)].id==o.id&&s(495)==e[s(165)]&&e[s(357)]==n&&vc(e,r)&&(i(e[s(543)](),t)||i(t,e[s(543)]()))){for(const n of t)e[s(503)](n);return e}for(const{suggestion:e,meta:n}of this[s(410)](t,s(495))){if(!n[s(280)])continue;if(!this[s(349)]&&n[s(496)])continue;if(!vc(e,r))continue;let o=!0;for(const n of e[s(543)]())for(const e of t)if(!n[s(201)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(186)+n,l=this[s(342)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(257)](u,a,c,e,Vr[s(130)]());return l}[dc(132)](t,n,r=null,s={}){const o=dc;if(r=r||Ac(n),t[o(464)])return null;if(o(263)===this[o(416)]){const e=this[o(189)][o(339)](o(230),r,o(353));return this[o(417)]((()=>e([t],n,s))),null}const i=this[o(299)][o(502)][o(419)](o(520)).me,a=[];if(o(157)!==this[o(416)])for(const{suggestion:e,meta:n}of this[o(410)](t,o(495)))n[o(280)]&&!n[o(294)]&&a[o(304)](...e[o(543)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(392)](s);e&&r[n(304)](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(222)];){const s=r[e][n(493)](t);r[n(401)](e,1,...s),e+=s[n(222)]}}return r}(t,a);c[o(222)]&&this[o(491)][o(473)]((()=>{const t=o;for(const e of c){const o=this[t(189)][t(339)](t(230),r,t(353));this[t(417)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(324)],u=t[o(161)];for(const{suggestion:e,meta:n}of this[o(410)](t,o(230))){if(!n[o(280)])continue;if(e[o(357)]!=r)continue;if(!vc(e,s))continue;const i=e[o(303)]();if(i[o(201)](t,!0))return null;c=c[o(552)](i[o(324)])?c:i[o(324)],u=u[o(391)](i[o(161)])?u:i[o(161)],a?i[o(324)][o(552)](a[o(303)]()[o(324)])?(a[o(431)](),a=e):e[o(431)]():a=e}const l=this[o(491)][o(444)](c,u);if(a)this[o(248)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(342)]({id:t,type:o(155)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(257)](o(155)+r,t,a,l)}}return null}[dc(167)](t,n,r=[],s=null,o={}){const i=dc;n[i(430)]||(n[i(430)]=n[i(376)]),n[i(145)]=t.is(i(478)),s=s||Ac(n);const a=r[i(351)]((t=>Lc(t,this[i(491)]))),c=t.is(i(478))?t:Lc(t,this[i(491)]);if(i(263)===this[i(416)]){const t=this[i(189)][i(339)](i(450),s,i(353));return this[i(417)]((()=>t([c],n,o))),null}a[i(304)](c);let u=!0;for(const t of a)if(!this[i(516)](t)){u=!1;break}if(u&&i(157)!==this[i(416)]){const t=this[i(189)][i(339)](i(450),s,i(353));return this[i(417)]((()=>t([c],n,o))),null}let l=null,f=c[i(324)],h=c[i(161)];for(const{suggestion:t,meta:e}of this[i(410)](c,i(450))){if(!e[i(280)])continue;if(e[i(330)]||e[i(496)]||e[i(294)])continue;if(t[i(498)][i(430)]!=n[i(430)])continue;if(!vc(t,o))continue;const r=t[i(303)]();if(t[i(357)]==s){if(r[i(201)](c,!0))return null;f=f[i(552)](r[i(324)])?f:r[i(324)],h=h[i(391)](r[i(161)])?h:r[i(161)],l?r[i(324)][i(552)](l[i(303)]()[i(324)])?(l[i(431)](),l=t):t[i(431)]():l=t}else{const e=c[i(392)](r);this[i(476)](t,e)}}const g=this[i(299)][i(502)][i(419)](i(520)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(248)](l,this[i(491)][i(444)](f,h)),l;{const t=this[i(342)]({id:d,type:i(177)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(257)](i(177)+s,d,p,this[i(491)][i(444)](f,h)),t}}[dc(153)](t,n,r=[],s=null,o={}){const i=dc;n[i(430)]||(n[i(430)]=n[i(376)]);const a=t[0];n[i(145)]=a.is(i(478)),s=s||Ac(n);const c=r[i(351)]((t=>Lc(t,this[i(491)]))),u=a.is(i(478))?t:t[i(351)]((t=>Lc(t,this[i(491)])));if(i(263)===this[i(416)]){const t=this[i(189)][i(339)](i(450),s,i(353));return this[i(417)]((()=>t(u,n,o))),null}c[i(304)](...u);let l=!0;for(const t of c)if(!this[i(516)](t)){l=!1;break}if(l&&i(157)!==this[i(416)]){const t=this[i(189)][i(339)](i(450),s,i(353));return this[i(417)]((()=>t(u,n,o))),null}const f=this[i(299)][i(502)][i(419)](i(520)).me;for(const t of this[i(549)]()){if(t[i(423)].id!=f.id)continue;if(i(450)!=t[i(165)]||t[i(498)][i(430)]!=n[i(430)])continue;if(!vc(t,o))continue;const e=t[i(357)]==s;for(let n=0;n<u[i(222)];n++){const r=u[n];for(const s of t[i(270)]()){const o=s[i(321)]();if(r[i(385)](o)){e?(u[i(401)](n,1),n--):t[i(453)](s[i(551)]);break}}}}if(0==u[i(222)])return null;const h=this[i(189)][i(339)](i(450),s,i(432));for(const t of this[i(549)]())if(t[i(423)].id==f.id&&i(450)==t[i(165)]&&t[i(498)][i(430)]==n[i(430)]&&t[i(357)]==s&&vc(t,o)&&(h(t[i(543)](),u)||h(u,t[i(543)]()))){for(const e of u)t[i(503)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(177)+s,m=this[i(342)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(257)](p,g,d,t,Vr[i(130)]());return m}[dc(210)](t,n=null,r={}){const s=dc;if(t[s(464)])return null;const o=this[s(299)][s(502)][s(419)](s(520)).me,a=new i.LiveRange(t[s(324)],t[s(161)]);for(const{suggestion:t,meta:e}of this[s(410)](a,s(495)))if(e[s(280)]&&!e[s(330)])if(t[s(162)]){const e=t[s(543)]()[s(470)]((t=>s(154)!=t[s(314)][s(192)]));if(e[s(397)]((t=>a[s(201)](t,!0)))&&t[s(291)](),e[s(457)]((t=>t[s(201)](a,!0)))){const t=this[s(189)][s(339)](s(388),n,s(353));return this[s(417)]((()=>t([a],null,r))),null}}else{const e=a[s(392)](t[s(303)]());null!==e&&t[s(147)]([e],null,r)}if(a[s(245)](),a[s(464)]||s(154)==a[s(314)][s(192)])return null;let c=null,u=a[s(324)],l=a[s(161)];const f=this[s(410)](a,s(388));for(const{suggestion:t,meta:e}of f){const n=this[s(491)][s(444)](u,l);if(e[s(280)]&&(this[s(349)]||!e[s(496)]&&!e[s(294)]))if(t[s(162)]){if(!vc(t,r))continue;let e=!0;for(const r of t[s(543)]()){if(r[s(201)](n,!0))return t;n[s(201)](r)||(e=!1)}e&&t[s(291)]()}else{const e=t[s(303)]();if(e[s(201)](n,!0))return t;if(!vc(t,r)){n[s(201)](e)?t[s(431)]():e[s(492)](u)?u=e[s(161)]:e[s(492)](l)&&(l=e[s(324)]);continue}u=u[s(552)](e[s(324)])?u:e[s(324)],l=l[s(391)](e[s(161)])?l:e[s(161)],r=Object[s(203)]({},t[s(237)]),c?e[s(324)][s(552)](c[s(303)]()[s(324)])?(c[s(431)](),c=t):t[s(431)]():c=t}}if(c)return this[s(248)](c,this[s(491)][s(444)](u,l)),c;{const t=(0,e.uid)(),i=this[s(491)][s(444)](u,l),a=o.id,c=n?s(505)+n:s(388),f=this[s(342)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(257)](c,t,a,i),f}}[dc(288)](t,n=dc(217),r={}){const s=dc,o=this[s(299)][s(502)][s(419)](s(520)).me,a=t[s(351)]((t=>new i.LiveRange(t[s(324)],t[s(161)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(410)](a,s(495)))e[s(280)]&&!e[s(330)]&&c[s(163)](t);for(const e of c)if(e[s(162)]){const o=e[s(543)]();if((!e[s(237)]||!e[s(237)][s(261)])&&o[s(397)]((t=>a[s(457)]((e=>e[s(201)](t,!0)))))&&e[s(291)](),a[s(397)]((t=>o[s(457)]((e=>e[s(201)](t,!0)))))){const e=this[s(189)][s(339)](s(388),n,s(353));return this[s(417)]((()=>e(t,null,r))),null}}else{const t=e[s(303)]();if(a[s(457)]((e=>e[s(201)](t,!0)))&&e[s(291)](),a[s(397)]((e=>t[s(201)](e,!0)))){const t=this[s(189)][s(339)](s(388),n,s(353));return this[s(417)]((()=>t(a,null,r))),null}}const u=this[s(189)][s(339)](s(388),n,s(432));let l=null;for(const t of this[s(549)]())if(t[s(423)].id==o.id&&t[s(480)]&&s(388)==t[s(165)]&&t[s(357)]==n&&vc(t,r)&&(u(t[s(543)](),a)||u(a,t[s(543)]())))if(l){if(t[s(197)]&&t[s(197)][s(222)])continue;for(const e of t[s(543)]())l[s(465)](e)||l[s(503)](e);t[s(431)]()}else{l=t;for(const e of a)t[s(465)](e)||t[s(503)](e)}if(l)return l;c[s(137)]();for(const{suggestion:t,meta:e}of this[s(410)](a,s(388)))e[s(280)]&&(this[s(349)]||!e[s(496)]&&!e[s(294)])&&vc(t,r)&&c[s(163)](t);for(const t of c){const e=t[s(543)]();if((!r||!r[s(261)])&&a[s(397)]((t=>e[s(457)]((e=>e[s(201)](t,!0))))))return t;(!t[s(237)]||!t[s(237)][s(261)])&&e[s(397)]((t=>a[s(457)]((e=>e[s(201)](t,!0)))))&&t[s(291)]()}const f=(0,e.uid)(),h=o.id,g=s(505)+n,d=this[s(342)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(245)](),t[s(464)]||s(154)==t[s(314)][s(192)]||this[s(257)](g,f,h,t,Vr[s(130)]());return d}[dc(232)](t,n,r,s,o){const i=dc;if(t[i(464)])return[];if(i(263)===this[i(416)])return[];const a=this[i(299)][i(502)][i(419)](i(520)).me.id,c=Array[i(185)](this[i(175)][i(540)]())[i(470)]((e=>i(268)==e[i(165)]&&e[i(498)][i(494)]==n&&e[i(465)](t)));if(i(468)===this[i(416)]){const e=this[i(410)](t,i(495))[i(470)]((({meta:t})=>t[i(280)]&&!t[i(294)]&&!t[i(330)]))[i(351)]((({suggestion:t})=>t));c[i(331)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(268)==t[i(165)]?t[i(498)][i(184)]:void 0,o=t[i(303)](),a=Array[i(185)](u[i(452)]())[i(205)]((t=>t[i(367)](o)));if(!a)continue;const c=a[i(493)](o);this[i(390)](n)&&i(495)==t[i(165)]&&0!=c[i(222)]||(u[i(249)](a),c[i(282)]((t=>{u[i(172)](t,r)})),i(495)!=t[i(165)]&&e!=s&&u[i(172)](a[i(392)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(222)]>37&&console[i(325)](i(472),{key:n});const f=(i(374)+(n+"|")+Ac({newValue:s}))[i(267)](0,60),h=this[i(342)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(304)](h),this[i(257)](f,c,a,t)}return l}[dc(415)](t){const e=dc;this[e(529)][e(163)](t)}[dc(234)](t){const e=dc;this[e(364)][e(163)](t)}[dc(264)](t,e=[],n=[]){const r=dc;this[r(311)](t,((t,...e)=>{this[r(275)]((()=>{t(...e)}))}));for(const t of e)this[r(234)](t);for(const t of n)this[r(415)](t)}[dc(190)](t){const e=dc;return e(268)==t[e(165)]?t[e(357)][e(384)]("|")[0]:null}[dc(248)](t,e){const n=dc,r=t[n(310)]();this[n(491)][n(473)]((t=>{t[n(326)](r,{range:e})}))}[dc(381)](t){const e=dc,n=t.id,r=this[e(299)][e(209)][e(419)](e(378));this[e(255)][e(277)](n)||this[e(255)][e(399)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(255)][e(271)](n);s[e(556)](e(461)),s[e(461)]=!1,t[e(197)]=s}[dc(362)](t,n,r,s){const o=dc;if(t[o(165)]!=n||t[o(357)]!=r||t[o(412)].id!=s)throw this[o(299)][o(346)](o(500)),new e.CKEditorError(o(500),this)}[dc(476)](t,n){const r=dc,s=t[r(303)]();if(n[r(385)](s))t[r(431)]();else if(s[r(201)](n)){const o=this[r(491)][r(239)](n[r(324)][r(241)],r(161));this[r(248)](t,this[r(491)][r(444)](s[r(324)],o));const i=(0,e.uid)(),a=t[r(412)].id,c=t[r(165)]+":"+t[r(357)];this[r(342)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(498)],attributes:t[r(237)]});const u=this[r(491)][r(239)](n[r(161)][r(546)],r(404)),l=this[r(491)][r(444)](u,s[r(161)]);this[r(257)](c,i,a,l)}else if(s[r(492)](n[r(324)])){const e=this[r(491)][r(239)](n[r(324)][r(241)],r(161));this[r(248)](t,this[r(491)][r(444)](s[r(324)],e))}else{const e=this[r(491)][r(239)](n[r(161)][r(546)],r(404));this[r(248)](t,this[r(491)][r(444)](e,s[r(161)]))}}[dc(516)](t){const e=dc;for(const{suggestion:n,meta:r}of this[e(410)](t,e(495))){if(!r[e(280)])continue;const s=n[e(543)]();for(const n of s)if(!t[e(493)](n)[e(222)])return!0}return!1}[dc(406)](t){const n=dc,r=this[n(299)][n(502)][n(419)](n(520))[n(490)](t);if(!r)throw new e.CKEditorError(n(253),this);return r}[dc(322)](t){const e=dc,n=this[e(299)][e(502)][e(419)](e(520)),r=(0,o.hashObject)(e(366)+t);return n[e(490)](r)||n[e(424)]({id:r,name:t})}[dc(296)](t,e,n,r,s){const o=dc,i=this[o(406)](r),a=this[o(189)][o(438)](t,e,n,i,s,(t=>{const e=o;this[e(533)](n,{attributes:t});const r=this[e(281)](n);this[e(348)](new Set([r])),this[e(208)](new Set([r]))}));return this[o(522)](a,o(353),(()=>{const t=o;this[t(533)](n,{state:t(538)})}),{priority:o(176)}),this[o(522)](a,o(291),(()=>{const t=o;this[t(533)](n,{state:t(329)})}),{priority:o(176)}),this[o(175)][o(172)](n,a),this[o(427)][o(172)](a,o(458)),a}[dc(544)](t){const e=dc,n=t[e(384)](":");return{group:n[0],type:n[1],subType:n[e(222)]>=5?n[2]:null,id:n[e(222)]<5?n[2]:n[3],authorId:n[e(222)]<5?n[3]:n[4],markerCount:6==n[e(222)]?n[5]:null}}[dc(548)](t,n,r){const s=dc,o=t[s(303)](),i=o[s(324)],a=o[s(161)];this[s(248)](t,this[s(491)][s(444)](i,n));const c=(0,e.uid)(),u=t[s(412)].id,l=t[s(165)]+(t[s(357)]?":"+t[s(357)]:"");this[s(342)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(237)],data:t[s(498)]});const f=this[s(190)](t);(s(450)==t[s(165)]||f&&this[s(390)](f))&&(r=this[s(491)][s(338)](r[s(546)])),this[s(257)](l,c,u,this[s(491)][s(444)](r,a))}[dc(410)](t,e=null){const n=dc,r=[],s=this[n(299)][n(502)][n(419)](n(520)).me;Array[n(487)](t)||(t=[t]);for(const o of this[n(549)]()){if(!o[n(480)])continue;if(e&&o[n(165)]!=e)continue;let i=!1;for(const e of o[n(543)]()){for(const a of t){const t=a[n(324)][n(385)](e[n(161)])||a[n(161)][n(385)](e[n(324)]);if(t||a[n(392)](e)){const c=a[n(201)](e)&&Tc(this[n(491)][n(131)],e[n(324)],a),u=e[n(201)](a)&&Tc(this[n(491)][n(131)],a[n(324)],e);r[n(304)]({suggestion:o,meta:{isOwn:s==o[n(423)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[dc(257)](t,e,n,r,s){const o=dc;this[o(491)][o(473)]((i=>{const a=o;let c=a(387)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(283)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[dc(532)](t){const e=dc,n=t[e(557)],r=t[e(459)];t[e(557)]=null,t[e(459)]=null,null!=n&&n[e(459)]==t&&(n[e(459)]=r),null!=r&&r[e(557)]==t&&(r[e(557)]=n),e(168)==this[e(427)][e(419)](t)&&(this[e(427)][e(172)](t,e(337)),this[e(501)](e(315),t,n,r))}[dc(342)](t){const n=dc,r=t.id,s=this[n(405)](t);if(this[n(306)]&&this[n(306)][n(441)]){const o=this[n(299)][n(502)][n(419)](n(352)),i=s[n(440)],a=s[n(357)]?s[n(165)]+":"+s[n(357)]:s[n(165)],c=this[n(299)][n(336)],u=o[n(163)](Wr(c,n(269))),l={id:r,type:a,hasComments:i,data:t[n(498)]||null,originalSuggestionId:t[n(542)]||null,attributes:s[n(237)]};this[n(306)][n(441)](l)[n(164)]((t=>{const e=n;s[e(136)]=!0,o[e(347)](u),t&&t[e(218)]&&(this[e(175)][e(419)](r)[e(218)]=t[e(218)])}))[n(422)]((t=>{const r=n;throw(0,e.logWarning)(r(451)),this[r(299)][r(297)][r(169)]({isUndoable:!1},(()=>{s[r(291)]()})),s[r(398)](),this[r(175)][r(249)](s.id),this[r(427)][r(249)](s),t}))}return s}[dc(390)](t){const e=dc;return this[e(529)][e(200)](t)}[dc(533)](t,e){const n=dc,r=this[n(299)][n(502)][n(419)](n(352)),s=this[n(281)](t);if(this[n(306)]&&this[n(306)][n(354)])if(s[n(136)]){const s=r[n(163)](Wr(this[n(299)][n(336)],n(269)));this[n(306)][n(354)](t,e)[n(164)]((()=>{r[n(347)](s)}))}else s.on(n(420),(()=>{this[n(533)](t,e)}))}[dc(521)](t){const n=dc;if(!this[n(306)]||!this[n(306)][n(281)])throw new e.CKEditorError(n(238),this);return this[n(306)][n(281)](t)}[dc(499)](t){const e=dc,{id:n,type:r,subType:s,authorId:o}=this[e(544)](t),i=this[e(175)][e(419)](n)||this[e(296)](r,s,n,o,{});switch(this[e(362)](i,r,s,o),this[e(427)][e(419)](i)){case e(458):this[e(521)](n)[e(164)]((t=>{const r=e;let s=Promise[r(220)]();t[r(440)]&&(s=this[r(255)][r(289)]({channelId:this[r(299)][r(209)][r(419)](r(378)),threadId:n})),s[r(164)]((()=>{const e=r;this[e(405)](t)[e(136)]=!0}))})),this[e(427)][e(172)](i,e(142));break;case e(337):this[e(533)](n,{state:e(174)});case e(428):this[e(427)][e(172)](i,e(168)),this[e(501)](e(435),i);break;case e(168):this[e(501)](e(393),i)}return i[e(455)](t),i}[dc(208)](t){const e=dc,n=Array[e(185)](t),r=n[e(470)]((t=>e(268)==t[e(165)]));this[e(429)](r);const s=n[e(470)]((t=>!t[e(162)]&&e(268)!=t[e(165)])),o=this[e(549)]({skipNotAttached:!0})[e(470)]((t=>!t[e(162)]&&e(268)!=t[e(165)])),i=o[e(470)]((n=>!t[e(200)](n))),a=new Map(o[e(351)]((t=>[t,this[e(189)][e(339)](t[e(165)],t[e(357)],e(240))]))),c=new Map(o[e(351)]((t=>[t,t[e(303)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(222)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(222)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(222)];t++){const n=s[t];!l[e(200)](n)&&n[e(557)]&&(f[e(163)](n[e(557)]),n[e(557)][e(459)]===n&&(n[e(557)][e(459)]=null),n[e(557)]=null),!u[e(200)](n)&&n[e(459)]&&(f[e(163)](n[e(459)]),n[e(459)][e(557)]===n&&(n[e(459)][e(557)]=null),n[e(459)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(222)];e++){const r=g(t,n[e]);r&&(r[0][s(459)]=r[1],r[1][s(557)]=r[0],u[s(163)](r[0]),l[s(163)](r[1]))}}function g(t,n){const r=e;if(t[r(423)].id!==n[r(423)].id)return null;const s=a[r(419)](t)(t,n,c[r(419)](t),c[r(419)](n));return s&&a[r(419)](n)(t,n,c[r(419)](t),c[r(419)](n))?s[1][r(197)]&&s[1][r(197)][r(222)]?null:s:null}f[e(193)]&&this[e(208)](f)}[dc(429)](t){const e=dc;if(0==t[e(222)])return;const n=this[e(549)]({skipNotAttached:!0})[e(470)]((t=>e(268)==t[e(165)]&&t[e(463)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(237)]);s[e(200)](n)||(s[e(172)](n,r[e(222)]),r[e(304)]([]));const i=s[e(419)](n);r[i][e(304)](t)}!function(){const t=e;r[t(236)](((e,n)=>{const r=t,s=e[0][r(218)],o=n[0][r(218)];return s==o?e[0][r(237)][r(482)]<n[0][r(237)][r(482)]?-1:1:s<o?-1:1}));for(const e of r)e[t(236)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(222)];t++){if(0==r[t][e(222)])continue;const n=[];for(let s=t+1;s<r[e(222)];s++)0!=r[s][e(222)]&&i(r[t],r[s])&&n[e(304)](s);for(const s of n)r[t]=r[t][e(313)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(222)];n++)t[n][e(459)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(222)];n++)t[n][e(557)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(237)][r(482)]!==n[0][r(237)][r(482)]&&t[0][r(423)]!==n[0][r(423)])return!1;if(!function(t,e){const n=r;return!t[n(440)]&&!e[n(440)]||(!t[n(440)]||!e[n(440)])&&(!!(t[n(440)]&&e[n(218)]<t[n(197)][n(317)][n(419)](0)[n(218)])||!!(e[n(440)]&&t[n(218)]<e[n(197)][n(317)][n(419)](0)[n(218)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(237)],r(482)),o=gc(n[0][r(237)],r(482));return!!Or(s,o)&&(!!t[r(397)]((t=>n[r(457)]((e=>t[r(303)]()[r(385)](e[r(303)]())))))&&n[r(397)]((e=>t[r(457)]((t=>e[r(303)]()[r(385)](t[r(303)]()))))))}}[dc(348)](t){const e=dc,n=Array[e(185)](t),r=this[e(549)]({skipNotAttached:!0}),s=r[e(470)]((n=>!t[e(200)](n))),o=new Map(n[e(351)]((t=>[t,this[e(189)][e(339)](t[e(165)],t[e(357)],e(432))]))),i=new Map(r[e(351)]((t=>[t,t[e(543)]()])));for(let t=0;t<n[e(222)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(222)];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(222)];e++){const s=r[e];if(s[a(165)]!==n[a(165)]||s[a(423)].id!==n[a(423)].id||s[a(357)]!==n[a(357)])continue;if(!Rc(n,s,[a(482)]))continue;if(a(268)==n[a(165)]&&n[a(498)][a(184)]!=s[a(498)][a(184)])continue;if(a(268)==n[a(165)]&&t[a(390)](n[a(498)][a(494)]))continue;if(a(450)==n[a(165)]){const e=t[a(299)][a(297)],r=n[a(328)]();if(r&&(e[a(131)][a(214)](r)||e[a(131)][a(300)](r)))continue}const c=o[a(419)](n),u=i[a(419)](n),l=i[a(419)](s),f=n[a(197)]&&n[a(197)][a(222)],h=s[a(197)]&&s[a(197)][a(222)];if(!f&&c(l,u))return t[a(456)](s,n),i[a(249)](n),!0;if(!h&&c(u,l))return t[a(456)](n,s),i[a(249)](s),!0}return!1}}[dc(456)](t,e){const n=dc;if(t[n(162)])for(const r of e[n(543)]())t[n(503)](r);else{const r=e[n(303)]()[n(161)];this[n(248)](t,this[n(491)][n(444)](t[n(303)]()[n(324)],r))}e[n(431)]()}[dc(278)](t,e){const n=dc,r=t[n(485)](n(365))||t[n(485)](n(268))?n(298):t[n(395)]();return Wr(this[n(299)][n(336)],e+"_"+r+n(530))}[dc(231)](){const t=dc,e=this[t(299)];(0,o.surroundingMarkersDetector)(this[t(491)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(544)](t[s(551)]);if(s(226)===e){o[s(304)](this[s(278)](n,s(407)));break}}for(const t of r){const{group:e,type:n}=this[s(544)](t[s(551)]);if(s(226)===e){o[s(304)](this[s(278)](n,s(312)));break}}o[s(222)]&&e.ui[s(361)][s(524)](s(469),o[s(432)](" "))}))}[dc(159)](t){const e=dc;if(this[e(514)])return!1;const n=this[e(299)],r=n[e(297)][e(225)][e(279)][e(227)]();if(0==r[e(222)])return!1;const s=[],o=r[e(470)]((t=>e(268)==t[e(165)])),i=r[e(470)]((t=>e(460)==t[e(165)]&&e(536)!=t[e(551)])),a=r[e(470)]((t=>e(347)==t[e(165)]&&e(536)!=t[e(551)]));for(const t of o)s[e(304)]({key:t[e(518)],newValue:t[e(466)],oldValue:t[e(274)],range:Cc(t[e(478)],n[e(297)])});for(const t of i){const r=a[e(205)]((n=>n[e(433)][e(385)](t[e(433)])));r&&s[e(304)]({key:e(150),newValue:t[e(551)],oldValue:r[e(551)],range:n[e(297)][e(207)](t[e(433)][e(561)])})}return 0!=s[e(222)]&&this[e(182)](t,s)}[dc(507)](t){const e=dc;let n=!1;const r=this[e(299)][e(297)][e(225)][e(279)][e(379)]()[e(470)]((t=>t[e(498)][e(213)]&&t[e(551)][e(485)](e(202))));for(const s of r){const{subType:r,id:o}=this[e(544)](s[e(551)]),i=r[e(384)]("|")[0];for(const r of this[e(549)]({skipNotAttached:!0}))r.id!=o&&e(268)==r[e(165)]&&r[e(498)]&&r[e(498)][e(494)]==i&&r[e(303)]()[e(367)](s[e(498)][e(213)])&&(this[e(308)](r,s[e(498)][e(213)],t),n=!0)}return n}[dc(275)](t){const e=dc;this[e(299)],this[e(514)]=!0,t()}[dc(305)](t){const e=dc,n=this[e(390)](t),r=this[e(364)][e(200)](t);return n||r}[dc(182)](t,e){const n=dc;if(0==e[n(222)])return!1;let r=!1;for(const s of e){const e=this[n(410)](s[n(478)],n(268))[n(470)]((t=>!t[n(243)][n(330)]))[n(351)]((t=>t[n(226)])),i=(0,o.hashObject)({newValue:s[n(292)]});e[n(470)]((t=>{const e=n,[r,o]=t[e(357)][e(384)]("|");return r==s[e(494)]&&o!=i}))[n(282)]((e=>{const o=n;this[o(308)](e,s[o(478)],t),r=!0}))}return r}[dc(308)](t,e,n){const r=dc,s=t[r(303)]()[r(493)](e);0!==s[r(222)]?1!==s[r(222)]?this[r(548)](t,e[r(324)],e[r(161)]):this[r(248)](t,s[0]):n[r(453)](t[r(310)]())}}class bc{constructor(t){const e=dc;this[e(160)]=t,this[e(491)]=t[e(297)],this[e(436)]=new Map,this[e(250)]=new Map,this[e(449)]()}[dc(438)](t,e,n,r,s,o){const i=dc;return new Vr(this[i(491)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(339)](t,e,i(353))(...n),onDiscard:(...n)=>this[i(339)](t,e,i(291))(...n)})}[dc(471)](t,e,n,r){const s=dc,o=t+":"+e+":"+n;this[s(436)][s(172)](o,r)}[dc(339)](t,e,n){const r=dc,s=t+":"+e+":"+n;return this[r(436)][r(419)](s)||this[r(250)][r(419)](t+":"+n)}[dc(449)](){const t=dc,e=()=>!1,n=t=>{const e=mc;t[e(236)](((t,n)=>t[e(324)][e(552)](n[e(324)])?1:-1)),this[e(491)][e(473)]((n=>{const r=e;for(const e of t){let t;t=e[r(161)][r(511)]&&e[r(161)][r(546)]==e[r(324)][r(561)]?n[r(360)](e[r(324)][r(561)],"on"):n[r(360)](e),this[r(491)][r(195)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=mc;e&&this[n(491)][n(473)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(351)]((t=>(_c(t)&&(t=this[s(491)][s(444)](t[s(161)])),t)))[s(470)]((t=>s(154)!==t[s(314)][s(192)]));if(c[s(222)]<1)return;const u=Array[s(185)](this[s(491)][s(225)][s(254)][s(543)]())[s(351)]((t=>i.LiveRange[s(343)](t)));r[s(371)](c);for(const t of this[s(160)][s(535)][s(535)]())t[s(386)]();a[s(304)]({forceDefaultExecution:!0}),this[s(160)][s(287)](o,...a);const l=u[s(470)]((t=>s(154)!=t[s(314)][s(192)]));l[s(222)]>0&&r[s(371)](l);for(const t of u)t[s(245)]()}))},s=(e,n)=>1==e[t(222)]&&1==n[t(222)]&&e[0][t(161)][t(385)](n[0][t(324)]),o=(e,n,r,s)=>Nc(e,n,r,s,this[t(491)])?[e,n]:Nc(n,e,s,r,this[t(491)])?[n,e]:null;this[t(250)][t(172)](t(252),e),this[t(250)][t(172)](t(180),n),this[t(250)][t(172)](t(206),s),this[t(250)][t(172)](t(135),o),this[t(250)][t(172)](t(356),n),this[t(250)][t(172)](t(448),e),this[t(250)][t(172)](t(340),s),this[t(250)][t(172)](t(341),o),this[t(250)][t(172)](t(148),r),this[t(250)][t(172)](t(434),e),this[t(250)][t(172)](t(133),s),this[t(250)][t(172)](t(506),e),this[t(250)][t(172)](t(179),r),this[t(250)][t(172)](t(377),e),this[t(250)][t(172)](t(504),s),this[t(250)][t(172)](t(140),e),this[t(250)][t(172)](t(409),e),this[t(250)][t(172)](t(259),((e,n)=>{const r=t;if(!n)return;const s=this[r(160)][r(502)][r(419)](Ec);this[r(491)][r(473)]((t=>{const o=r;if(o(150)==n[o(494)])for(const r of e){const e=r[o(324)][o(561)],s=n[o(184)];t[o(477)](e,s)}else if(s[o(390)](n[o(494)]))for(const r of e)void 0!==n[o(184)]?t[o(229)](n[o(494)],n[o(184)],r[o(324)][o(561)]):t[o(183)](n[o(494)],r[o(324)][o(561)]);else for(const r of e)n[o(184)]?t[o(229)](n[o(494)],n[o(184)],r):t[o(183)](n[o(494)],r)}))})),this[t(250)][t(172)](t(541),s)}}function Tc(t,e,n){const r=dc;for(const s of e[r(546)][r(242)]({includeSelf:!0,parentFirst:!0})){if(s[r(314)]==s)return!1;if(!n[r(221)](s))return!1;if(t[r(214)](s)||t[r(300)](s))return!0}return!1}function _c(t){const e=dc;return t[e(161)][e(546)]==t[e(324)][e(561)]&&t[e(161)][e(515)]}function yc(t,e,n,r){const s=dc,o=t=>!t[s(158)].is(s(550))&&!r[s(214)](t[s(158)]),i=t[s(324)][s(139)](o),a=t[s(161)][s(139)](o,{direction:s(290)});return!(t[s(324)][s(385)](i)&&t[s(161)][s(385)](a)||(i[s(552)](a)?n[s(326)](e,{range:n[s(444)](i,a)}):n[s(453)](e),0))}function Ac(t){return(0,o.hashObject)(t)}function kc(t){const e=dc,n=t[e(324)][e(561)];return n&&n.is(e(204))}function Cc(t,e){const n=dc;return null==t[n(161)][n(241)]&&t[n(161)][n(546)]==t[n(324)][n(561)]?Lc(t[n(324)][n(561)],e):t}function Lc(t,e){const n=dc,r=e[n(131)][n(214)](t)||e[n(131)][n(497)](t);return e[n(444)](e[n(239)](t,n(265)),r?e[n(372)](t):e[n(239)](t,n(161)))}function Nc(t,e,n,r,s){const o=dc;if(!Rc(t,e))return!1;if(n[o(161)][o(385)](r[o(324)]))return!0;if(t[o(165)]!=e[o(165)])return!1;if(!n[o(161)][o(251)](r[o(324)]))return!1;const i=s[o(444)](n[o(161)],r[o(324)])[o(284)]();for(const t of i)if([o(523),o(258)][o(394)](t[o(165)])&&s[o(131)][o(300)](t[o(158)]))return!1;return!0}function Rc(t,e,n=[]){const r=dc;return!(!t[r(463)]||!e[r(463)])&&Or(gc(t[r(237)],n),gc(e[r(237)],n))}function vc(t,e){const n=dc,r=Sc(t[n(237)]),s=Sc(e);if(!t[n(463)])return!1;for(const t of Object[n(452)](s))if(!Or(r[t],s[t]))return!1;return!0}function Sc(t){const e=dc,n=Object[e(203)]({},t);return delete n[e(261)],delete n[e(320)],n}const Mc=Oc;function wc(){const t=["listenTo","execute","233742QaxweI","PENDING_ACTION_SUGGESTION","_setPendingAction","getRanges","36891FmhAoG","locale","1464RBAQwj","model","_removePendingAction","canEditAt","commands","PendingActions","add","view","get","change:isDirty","_acceptCommand","destroy","isEnabled","2201070cjYGhE","isDirty","_pendingAction","acceptSuggestion","bind","9667471obBBNE","4138orIeWp","27896WYOLTb","_discardCommand","stopListening","356uYuSsx","remove","3895175bmIQjE","84leckoa","_editor","canAccept","discardSuggestion","unbind","plugins","111tiTCHj","commentThreadController","12zIEPrb","canDiscard"];return(wc=function(){return t})()}function Oc(t,e){const n=wc();return(Oc=function(t,e){return n[t-=104]})(t,e)}!function(t,e){const n=Oc,r=t();for(;;)try{if(392036===parseInt(n(140))/1*(parseInt(n(136))/2)+parseInt(n(105))/3*(parseInt(n(137))/4)+parseInt(n(142))/5+parseInt(n(111))/6*(parseInt(n(143))/7)+parseInt(n(117))/8*(-parseInt(n(115))/9)+-parseInt(n(130))/10+-parseInt(n(135))/11*(parseInt(n(107))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Fc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Oc;super(),this[s(118)]=e,this[s(124)]=n,this[s(106)]=r,this[s(144)]=t,this[s(127)]=t[s(121)][s(125)](s(133)),this[s(138)]=t[s(121)][s(125)](s(146)),this[s(124)][s(134)](s(129)).to(this[s(127)],this[s(138)],((t,e)=>t||e)),this[s(124)][s(134)](s(145)).to(this[s(127)],s(129),(t=>t&&this[s(144)][s(118)][s(120)](e[s(114)]()))),this[s(124)][s(134)](s(108)).to(this[s(138)],s(129),(t=>t&&this[s(144)][s(118)][s(120)](e[s(114)]()))),this[s(132)]=null,n[s(131)]&&this[s(113)](),this[s(109)](n,s(133),(()=>this[s(133)]())),this[s(109)](n,s(146),(()=>this[s(146)]())),this[s(109)](n,s(126),(()=>{const t=s;n[t(131)]?this[t(113)]():this[t(119)]()}))}[Mc(133)](){const t=Mc;this[t(127)][t(110)](this[t(118)].id)}[Mc(146)](){const t=Mc;this[t(138)][t(110)](this[t(118)].id)}[Mc(128)](){const t=Mc;this[t(124)][t(147)](t(129)),this[t(124)][t(147)](t(145)),this[t(124)][t(147)](t(108)),this[t(139)](),this[t(106)][t(128)](),this[t(132)]&&this[t(119)]()}[Mc(113)](){const t=Mc,e=Wr(this[t(144)][t(116)],t(112));this[t(132)]=this[t(144)][t(104)][t(125)](t(122))[t(123)](e)}[Mc(119)](){const t=Mc;null!==this[t(132)]&&this[t(144)][t(104)][t(125)](t(122))[t(141)](this[t(132)]),this[t(132)]=null}}function Dc(t,e){const n=Bc();return(Dc=function(t,e){return n[t-=465]})(t,e)}const xc=Dc;function Bc(){const t=["commentThread","3274AIvVIg","fire","300SGLLJY","value","editor","7318884dDbYyA","authoredAt","assign","_localUser","disabledSubmit","_createCommentThreadInputView","disableComments","676975KLWEzt","cancel","_config","locale","addComment","set","1330895PehGiK","isActive","isDirty","5316101tJWgvY","isEnabled","delegate","focus","_model","isReadOnly","1186470KSqQsi","canAccept","element","showInput","removeComment","hasDirtyComment","250bDQBOe","editorConfig","8BwqUFD","bind","CommentView","length","setData","submit","updateComment","commentThreadInputView","commentsListView","destroy","commentInputView","descriptionParts","4501084qoKRWz","_createCommentViews","canDiscard"];return(Bc=function(){return t})()}!function(t,e){const n=Dc,r=t();for(;;)try{if(678308===-parseInt(n(504))/1+parseInt(n(486))/2*(parseInt(n(488))/3)+-parseInt(n(482))/4+parseInt(n(498))/5+-parseInt(n(491))/6+parseInt(n(507))/7*(parseInt(n(470))/8)+-parseInt(n(513))/9*(-parseInt(n(468))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class Pc extends s.View{constructor(t,e,n,r){const s=Dc;super(t),this[s(478)]=null,this[s(477)]=null,this[s(503)](s(505),!1),this[s(503)](s(492),e[s(492)]),this[s(471)](s(492)).to(e),this[s(503)](s(481),[]),this[s(503)](s(506),!1),this[s(503)](s(508),!1),this[s(503)](s(514),!1),this[s(503)](s(484),!1),this[s(511)]=e,this[s(494)]=n,this[s(500)]=r,r[s(497)]?this[s(503)](s(473),1):this[s(483)]()}[xc(510)](){const t=xc;this[t(515)][t(510)]()}[xc(479)](){const t=xc;this[t(478)]&&this[t(478)][t(479)](),this[t(477)]&&this[t(477)][t(479)](),super[t(479)]()}[xc(483)](){const t=xc,{CommentsListView:e}=this[t(500)];this[t(478)]=new e(this[t(501)],this[t(511)][t(485)],Object[t(493)]({CommentView:this[t(500)][t(472)]},this[t(500)])),this[t(478)][t(509)](t(466)).to(this),this[t(478)][t(509)](t(476)).to(this),this[t(478)][t(471)](t(505)).to(this),this[t(503)](t(473),this[t(478)][t(473)]+1),this[t(471)](t(473)).to(this[t(478)],t(473),(t=>t+1)),this[t(477)]=this[t(496)](),this.on(t(466),(()=>this[t(510)]())),this[t(471)](t(506)).to(this[t(478)],t(467),this[t(477)][t(480)],t(489),((t,e)=>t||!!e))}[xc(496)](){const t=xc,{CommentThreadInputView:e}=this[t(500)],n=new e(this[t(501)],this[t(494)],this[t(500)][t(469)]),r=n[t(480)];return n[t(471)](t(465)).to(this,t(505),this[t(511)][t(485)],t(512),r,t(489),((t,e,n)=>!!n||t&&!e)),r.on(t(475),((e,n)=>{const s=t;this[s(487)](s(502),n),r[s(490)][s(474)]("")})),r.on(t(499),(()=>this[t(510)]())),r[t(471)](t(495)).to(this[t(511)][t(485)],t(512)),n}}const Uc=jc;function jc(t,e){const n=Hc();return(jc=function(t,e){return n[t-=319]})(t,e)}!function(t,e){const n=jc,r=t();for(;;)try{if(485677===parseInt(n(347))/1+-parseInt(n(429))/2+-parseInt(n(352))/3*(-parseInt(n(334))/4)+parseInt(n(329))/5+-parseInt(n(409))/6+parseInt(n(346))/7*(parseInt(n(351))/8)+parseInt(n(396))/9*(-parseInt(n(357))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hc);class Gc extends Pc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(385)](i(387),""),this[i(374)](i(387)).to(this,i(330),(t=>t&&t[0]?t[0][i(387)]:"")),this[i(374)](i(353)).to(this,i(330),this,i(335),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(367)+Vc(e[n(363)],e[n(391)])+n(407);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(401)]=null,this[i(320)]=this[i(393)](Wr(e,i(422)),t.icons[i(384)],i(324),i(326),"sw"),this[i(320)][i(374)](i(344)).to(this,i(325)),this[i(350)]=this[i(393)](Wr(e,i(333)),t.icons[i(362)],i(356),i(343),"sw"),this[i(350)][i(374)](i(344)).to(this,i(361)),this[i(428)]=new o.UserView(e,this[i(349)][i(327)],this[i(419)]()),this[i(428)][i(319)]({attributes:{class:[i(332),i(411)]}}),this[i(398)](this[i(331)]())}[Uc(331)](){const t=Uc,e=this[t(373)],n=[{tag:t(342),attributes:{class:[t(413),t(375)]},children:[{tag:t(364),children:[{text:this[t(428)][t(421)]}],attributes:{class:[t(397),t(424)]}},{tag:t(321),attributes:{datetime:e.to(t(404)),class:[t(369),t(383)]},children:[{text:e.to(t(404),(e=>this[t(340)][t(358)](e)))}]}]},{tag:t(342),attributes:{class:[t(328),t(389)]},children:[this[t(320)],this[t(350)]]},{tag:t(342),attributes:{class:[t(381)]}}];this[t(349)][t(370)]&&n[t(359)]({tag:t(342),attributes:{class:[t(405)]},children:[{text:this[t(380)]()}]});const r={tag:t(342),attributes:{class:[t(379),e.if(t(335),t(408)),e.to(t(387),(e=>t(427)+e)),this[t(340)][t(415)]&&t(338)],"data-suggestion-id":this[t(349)].id,"data-thread-id":this[t(349)][t(322)].id,"data-author-id":this[t(349)][t(327)].id,tabindex:-1},children:[{tag:t(342),attributes:{class:[t(336),t(337)]},children:[this[t(428)],{tag:t(342),attributes:{class:[t(368),t(371)]},children:n}]}]};return this[t(382)]&&this[t(400)]&&(r[t(406)][t(359)](this[t(382)],this[t(400)]),this[t(382)][t(417)](t(395)).to(this),this[t(382)][t(417)](t(341)).to(this),this[t(400)][t(417)](t(395)).to(this),this[t(400)][t(417)](t(341)).to(this)),r}[Uc(377)](){const t=Uc;super[t(377)](),this[t(401)]=this[t(425)][t(410)](t(394)),this[t(401)][t(388)]=this[t(353)],this.on(t(414),((e,n,r)=>{const s=t;this[s(401)][s(388)]=r}))}[Uc(393)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(348)]);return a[i(385)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(319)]({attributes:{class:n}}),a.on(i(420),(()=>{const t=i;this[t(426)](r,this[t(349)].id)})),a}[Uc(380)](){const t=Uc;return t(416)===this[t(349)][t(354)][t(423)][t(323)]?Wr(this[t(348)],t(355)):Wr(this[t(348)],t(418))}[Uc(419)](){const t=Uc;return this[t(349)][t(370)]?t(416)===this[t(349)][t(354)][t(423)][t(323)]?Wr(this[t(348)],t(366),this[t(349)][t(372)][t(421)]):Wr(this[t(348)],t(386),this[t(349)][t(372)][t(421)]):null}}function Hc(){const t=["children","</p>","ck-suggestion-wrapper--active","1586712QUhhfh","querySelector","ck-annotation__user","join","ck-suggestion__info","change:description","disableComments","importWord","delegate","EXTERNAL_SUGGESTION","getUserViewNotificationText","execute","name","Accept suggestion","@external","ck-annotation__info-name","element","fire","ck-suggestion-","userView","686758TfWknj","extendTemplate","acceptButton","time","commentThread","source","ck-suggestion--accept","canAccept","acceptSuggestion","author","ck-suggestion__actions","4565005nIbJBR","descriptionParts","getTemplate","ck-suggestion__user","Discard suggestion","355156tUsTFe","isActive","ck-suggestion","ck-annotation","ck-suggestion--disabled-comments","map","_config","editorDestroyed","div","discardSuggestion","isEnabled",'<span class="ck-suggestion-color" style="background-color: ',"18186RIuscq","936169mRqswC","locale","_model","discardButton","888DthAAm","9LUwqBj","description","attributes","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-suggestion--discard","1872010DahziK","formatDateTime","push",'" title="',"canDiscard","cancel","content","span",'<span class="ck-suggestion-type">',"EXTERNAL_IMPORT_WORD_AVATAR","<p>","ck-suggestion__main","ck-comment__info-time","isExternal","ck-annotation__main","creator","bindTemplate","bind","ck-annotation__info","value","render",'"></span>',"ck-suggestion-wrapper","getExternalSuggestionNote","ck-annotation__content-wrapper","commentsListView","ck-annotation__info-time","check","set","EXTERNAL_AVATAR","type","innerHTML","ck-annotation__actions","split","color","title","_createButton",".ck-annotation__content-wrapper","editorReady","63rRCURT","ck-suggestion__info-name","setTemplate","innerText","commentThreadInputView","_descriptionElement","</span>","createElement","authoredAt","ck-comment__external"];return(Hc=function(){return t})()}function Vc(t,e){const n=Uc;let r="";return r+=t[n(390)]("*")[n(339)](((t,e)=>e%2!=0?n(365)+Wc(t)+n(402):Wc(t)))[n(412)](""),e&&(r+=n(345)+e[n(376)]+n(360)+e[n(392)]+n(378)),r}function Wc(t){const e=Uc,n=document[e(403)](e(364));return n[e(399)]=t,n[e(388)]}const zc=Kc;function Kc(t,e){const n=qc();return(Kc=function(t,e){return n[t-=222]})(t,e)}function qc(){const t=["activeAnnotations","190506vRKAdZ","addComment","createAnnotation","CommentsRepository","unbind","_initializeController","getAllAdjacentSuggestions","suggestionChanged","acceptButton","focus","source","innerView","has","TrackChangesEditing","65nEYqnQ","add","init","addSourceCollector","isEnabled","separator","button","keys","editor","366946iaHXyu","getMarkers","discardAllSuggestions","7295453qYLkrQ","comments.maxCommentCharsWhenCollapsed","stopListening","pluginName","view","_bindAnnotationToEditors","trackChanges","values","_createUIButton","commentThread","config","acceptAllSuggestions","editing","Discard all suggestions","_annotationViews","comments.maxCommentsWhenCollapsed","CommentView","discardSelectedSuggestions","_destroyController","mainView","Annotations","delete","execute","_descriptionFactory","CommentsUI","switchbutton","getJoined","value","comments.maxThreadTotalWeight","from","filter","3308fHnmMj","activeMarkers","4253930BPyJpW","set","suggestion-","model","refreshSelectedViews","isDirty","createCommentThreadController","get","trackChanges.disableComments","getFirstRange","locale","Accept all selected suggestions","previous","TrackChangesUI","_unbindEditors","getSuggestion","comments","define","getMarkerNames","some","push","trackChanges.SuggestionThreadView","arrowView","isInContent","_handleControllerBuffer","suggestionUnloaded","actionView","SuggestionThreadView","change:previous","requires","plugins","lowest","destroy","listenTo","_refreshActiveMarkers","acceptSelectedSuggestions","Track changes","size","registerAnnotation","1254zBWJlm","_viewToController","remove","type","hasSuggestion","_disableComments","EditorAnnotations","_handleSuggestionControllerDelayed","getDescriptions","discardButton","isMultiRange","_updateController","getRanges","commands","getByInnerView","bind","buttonView","3858687esWemM","head","suggestionLoaded","4CSFjpN","commandName","componentFactory","descriptionParts","_suggestionToController","272vSCCJu","createAnnotationView","60998nFxOmZ","map","change:activeAnnotations","clear","reduce","Discard all selected suggestions","length","Accept all suggestions","toMany","comments.editorConfig","isOn"];return(qc=function(){return t})()}!function(t,e){const n=Kc,r=t();for(;;)try{if(980706===-parseInt(n(245))/1*(parseInt(n(340))/2)+-parseInt(n(320))/3*(-parseInt(n(279))/4)+parseInt(n(236))/5*(parseInt(n(222))/6)+-parseInt(n(347))/7*(-parseInt(n(345))/8)+-parseInt(n(337))/9+parseInt(n(281))/10+parseInt(n(248))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qc);class Xc extends t.Plugin{static get[zc(310)](){const t=zc;return[Ec,o.Users,t(225),t(268),t(326)]}static get[zc(251)](){return zc(294)}constructor(t){const e=zc;super(t),this[e(344)]=new Map,this[e(321)]=new Map,this[e(262)]=new Map,this[e(305)]=new Map;const n=this[e(244)][e(258)];n[e(298)](e(302),Gc),n[e(298)](e(289),!1),this[e(325)]=n[e(288)](e(289))}[zc(327)](t,e){const n=zc;0===this[n(305)][n(318)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(305)]){const r=this[t(344)][t(234)](e);r||n?r&&n&&this[t(266)](e):this[t(227)](e)}this[t(305)][t(350)](),this[t(244)][t(311)][t(288)](t(326))[t(285)](),this[t(315)]()}),10),this[n(305)][n(282)](t,e)}[zc(238)](){const t=zc,e=this[t(244)],n=e[t(311)][t(288)](t(235)),r=e[t(311)][t(288)](t(268)),s=e[t(311)][t(288)](t(326)),o=e[t(311)][t(288)](t(225));e.ui[t(342)][t(237)](t(254),(e=>this[t(256)](e))),s[t(239)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(277)](this[e(344)])){const s=t[e(228)](),o=[];for(const t of s){if(!t[e(304)])continue;if(t[e(330)]){o[e(301)](...t[e(332)]());continue}const n=t[e(290)]();if(o[e(353)]>0){const t=o[0][e(274)](n);if(t){o[0]=t;continue}}o[e(301)](n)}n[e(301)]([r[e(252)],o])}return n})),this[t(314)](n,t(339),((e,n)=>{const r=t;this[r(314)](n,r(309),((t,e,s,o)=>{const i=r;n[i(304)]&&(null==s?(this[i(331)](o[i(338)]),this[i(327)](n,!1)):(this[i(331)](s[i(338)]),null==o&&this[i(327)](n,!0)))})),null!==n[r(293)]?this[r(331)](n[r(338)]):this[r(327)](n,!1)})),this[t(314)](n,t(306),((e,n,r)=>{const s=t;this[s(250)](n,s(309)),this[s(305)][s(269)](n),this[s(344)][s(234)](n)&&this[s(266)](n),r&&this[s(331)](r[s(338)])})),this[t(314)](n,t(229),((e,n)=>{this[t(331)](n)})),this[t(314)](r,t(349),(()=>{this[t(315)]()})),this[t(314)](o,t(223),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(324)](r))return;const i=n[o(296)](r);this[o(344)][o(288)](i)[o(252)][o(231)]()}),{priority:t(312)})}[zc(315)](){const t=zc,e=this[t(244)][t(311)][t(288)](t(268)),n=this[t(244)][t(311)][t(288)](t(235)),r=Array[t(277)](e[t(358)],(e=>e[t(233)]))[t(278)]((e=>this[t(321)][t(234)](e))),s=[];for(const e of r){const n=this[t(321)][t(288)](e)[t(284)][t(228)]();s[t(301)](...n[t(351)](((e,n)=>[...e,...n[t(299)]()]),[]))}n[t(280)]=s}[zc(256)](t){const n=zc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(244)][n(333)][n(288)](n(254)),i=Wr(t,n(317));r[n(336)][n(282)]({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(336)][n(335)](n(357)).to(o,n(275)),r[n(336)].on(n(270),(()=>{const t=n;o[t(270)](),this[t(244)][t(260)][t(252)][t(231)]()}));const a=new e.Collection,c=[{type:n(273),model:{withText:!0,label:i,commandName:n(254)}},{type:n(241)},{type:n(242),model:{withText:!0,label:Wr(t,n(354)),commandName:n(259)}},{type:n(242),model:{withText:!0,label:Wr(t,n(292)),commandName:n(316)}},{type:n(242),model:{withText:!0,label:Wr(t,n(261)),commandName:n(247)}},{type:n(242),model:{withText:!0,label:Wr(t,n(352)),commandName:n(265)}}];for(const t of c){let e={type:n(241)};if(t[n(284)]){const r=new s.ViewModel(t[n(284)]),o=this[n(244)][n(333)][n(288)](r[n(341)]);r[n(335)](n(357),n(240)).to(o,n(275),n(240)),e={type:t[n(323)],model:r}}a[n(237)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(278)]((t=>null!=t[n(284)]))[n(348)]((t=>this[n(244)][n(333)][n(288)](t[n(284)][n(341)]))),l=r[n(336)];return l[n(307)][n(226)](n(240)),l[n(303)][n(226)](n(240)),l[n(307)][n(335)](n(240)).to(o,n(240)),l[n(303)][n(335)](n(240))[n(355)](u,n(240),((...t)=>t[n(300)]((t=>t)))),r.on(n(270),(t=>{const e=n;this[e(244)][e(270)](t[e(232)][e(341)]),this[e(244)][e(260)][e(252)][e(231)]()})),r}[zc(227)](t){const e=zc,n=this[e(244)],r=n[e(258)],s=n[e(311)][e(288)](e(268)),i=n[e(311)][e(288)](e(225)),a=n[e(311)][e(288)](e(326)),c=n[e(311)][e(288)](o.Users).me,u=r[e(288)](e(254))[e(308)],{CommentsListView:l,CommentThreadInputView:f}=n[e(311)][e(288)](e(272));let h,g;this[e(262)][e(234)](t.id)?(g=this[e(262)][e(288)](t.id),h=g[e(267)]):(h=new u(n[e(291)],t,c,{disableComments:this[e(325)],editorConfig:r[e(288)](e(356)),maxCommentsWhenCollapsed:r[e(288)](e(263)),maxThreadTotalWeight:r[e(288)](e(276)),maxCommentCharsWhenCollapsed:r[e(288)](e(249)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(288)](e(291))),CommentView:r[e(288)](e(297))[e(264)],CommentsListView:l,CommentThreadInputView:f}),h[e(230)].on(e(270),(()=>{const t=e;n[t(260)][t(252)][t(231)]()})),h[e(329)].on(e(270),(()=>{const t=e;n[t(260)][t(252)][t(231)]()})),g=s[e(346)](this[e(244)][e(291)],h),g[e(335)](e(286)).to(h,e(286)),g[e(335)](e(353)).to(h),g[e(335)](e(323)).to(h,e(323),(t=>e(283)+t)),this[e(262)][e(282)](t.id,g));const d=i[e(287)](t[e(257)],h),p=new Fc(n,t,h,d),m=t[e(228)]()[e(278)]((t=>t[e(304)]));h[e(343)]=n[e(311)][e(288)](e(235))[e(271)][e(328)](m),this[e(344)][e(282)](t,p),this[e(321)][e(282)](h,p);const I=s[e(224)]({view:g,target:()=>{const r=e,s=[],i=t[r(228)]()[r(278)]((t=>t[r(304)]));for(const t of i)s[r(301)](...t[r(246)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(260)],s)},type:()=>e(283)+p[e(252)][e(323)]});i[e(253)](h,I),s[e(237)](I),a[e(319)](I)}[zc(266)](t){const e=zc,n=this[e(244)][e(311)][e(288)](e(225)),r=this[e(244)][e(311)][e(288)](e(268)),s=this[e(344)][e(288)](t),o=s[e(252)],i=r[e(334)](o);n[e(295)](o),i&&r[e(322)](i),this[e(344)][e(269)](t),this[e(321)][e(269)](o),s[e(313)]()}[zc(331)](t){const e=zc;if(!t[e(304)]||!this[e(344)][e(234)](t))return;const n=this[e(244)][e(311)][e(288)](e(235)),r=this[e(344)][e(288)](t),s=t[e(228)]();r[e(252)][e(343)]=n[e(271)][e(328)](s)}[zc(313)](){const t=zc;for(const e of this[t(344)][t(243)]())this[t(266)](e);for(const e of this[t(262)][t(255)]())e[t(267)][t(313)]();super[t(313)]()}}function Jc(){var t=["50VVtOPc","requires","200bNYgdb","addSuggestion","addSuggestionData","4166NmmhNq","getSuggestion","Comments","1848nrbwUD","editor","get","308759auRIPn","68076SbnLHb","adapter","TrackChanges","31fIeBFh","pluginName","52jTCtkA","263220sjyAlT","getSuggestions","799227yaOtmb","plugins","16035TxdfVZ","592MZFlLk"];return(Jc=function(){return t})()}function Yc(t,e){var n=Jc();return(Yc=function(t,e){return n[t-=278]})(t,e)}var Qc=Yc;!function(t,e){for(var n=Yc,r=t();;)try{if(232003===parseInt(n(282))/1*(-parseInt(n(296))/2)+parseInt(n(289))/3*(parseInt(n(284))/4)+-parseInt(n(293))/5*(-parseInt(n(279))/6)+parseInt(n(299))/7*(-parseInt(n(290))/8)+-parseInt(n(287))/9+parseInt(n(291))/10*(-parseInt(n(278))/11)+parseInt(n(285))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class Zc extends t.Plugin{static get[Qc(292)](){return[Ec,Xc,Qc(298)]}static get[Qc(283)](){return Qc(281)}set[Qc(280)](t){var e=Qc;this[e(300)][e(288)][e(301)](Ec)[e(280)]=t}get[Qc(280)](){var t=Qc;return this[t(300)][t(288)][t(301)](Ec)[t(280)]}[Qc(294)](t){var e=Qc;return this[e(300)][e(288)][e(301)](Ec)[e(295)](t)}[Qc(286)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Qc;return this[n(300)][n(288)][n(301)](Ec)[n(286)]({skipNotAttached:t,toJSON:e})}[Qc(297)](t){var e=Qc;return this[e(300)][e(288)][e(301)](Ec)[e(297)](t)}}const $c=eu;!function(t,e){const n=eu,r=t();for(;;)try{if(141037===parseInt(n(369))/1*(-parseInt(n(372))/2)+parseInt(n(393))/3+-parseInt(n(385))/4*(parseInt(n(376))/5)+parseInt(n(364))/6+-parseInt(n(352))/7*(-parseInt(n(387))/8)+parseInt(n(357))/9*(parseInt(n(379))/10)+-parseInt(n(363))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);const tu=[$c(374)];function eu(t,e){const n=ru();return(eu=function(t,e){return n[t-=347]})(t,e)}class nu extends t.Plugin{static get[$c(389)](){return[Ec]}static get[$c(391)](){return $c(351)}[$c(400)](){const t=$c,n=this[t(383)];if(n[t(362)][t(350)](t(373),(e=>{const r=t,s=n[r(354)][r(348)][r(356)]()[r(395)](((t,e)=>(t[e]="",t)),{});return n[r(407)][r(371)](s,e)})),t(394)!=typeof n[t(362)][t(361)](t(349))[t(390)])throw new e.CKEditorError(t(370))}[$c(368)](t){return iu(this[$c(383)],!0,t)}[$c(397)](t){return iu(this[$c(383)],!1,t)}}function ru(){const t=["205272SUdAfQ","push","createElement","getUser","get","config","440561yujrrE","57378GMstCh","addSuggestionData","set","getSuggestions","getDataWithAcceptedSuggestions","3dkwnjU","track-changes-data-invalid-editor-creator","create","88952yHJWRr","trackChangesData.editorCreator","Pagination","plugins","210NNVseu","TrackChangesDataGetter","CommentsRepository","20UWjFFi","createDocumentFragment","execute","acceptAllSuggestions","editor","users","13976qCmSTq","TrackChangesEditing","1163296RAvEPo","result","requires","editorCreator","pluginName","map","782019UvQUFB","function","reduce","destroy","getDataWithDiscardedSuggestions","div","data","init","addUser","rootsAttributes","end","_adapter","getRootsAttributes","appendChild","constructor","useAnonymousUser","Users","discardAllSuggestions","document","trackChangesData","define","TrackChangesData","7aQmHaK","getFullData","model","name","getRootNames"];return(ru=function(){return t})()}class su extends t.Plugin{static get[$c(391)](){return $c(377)}constructor(t){const e=$c;super(t),this[e(388)]=e(403)}[$c(400)](){const t=$c;this[t(383)][t(375)][t(361)](t(378))[t(404)]={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(383)][t(375)][t(361)](t(386))[t(404)]=null}}function ou(t){return void 0!==t[$c(405)]}async function iu(t,e,n){const r=$c,s=(0,o.sanitizeEditorConfig)(t,tu);s[r(375)][r(358)](Ec,su),s[r(402)]=ou(t)?t[r(405)]():void 0;const i=document[r(380)](),a=t[r(362)][r(361)](r(349))[r(390)],c=await a(s,(()=>function(t){const e=r,n=document[e(359)](e(398));return t[e(406)](n),n}(i)));!function(t,e){const n=r,s=t[n(354)][n(348)][n(356)]()[n(395)](((e,r)=>(e[r]=t[n(399)][n(361)]({rootName:r}),e)),{}),o=t[n(375)][n(361)](n(409))[n(384)][n(392)]((t=>({id:t.id,name:t[n(355)]}))),i=t[n(375)][n(361)](n(386))[n(367)]({skipNotAttached:!0,toJSON:!0}),a=e[n(375)][n(361)](n(409)),c=e[n(375)][n(361)](n(386));for(const t of o)a[n(360)](t.id)||a[n(401)](t);a.me||a[n(408)]();for(const t of i)c[n(365)](t);e[n(399)][n(366)](s)}(t,c),c[r(381)](r(e?382:347));const u=ou(c)?c[r(353)](n):c[r(399)][r(361)](n);return await c[r(396)](),u}function au(){var t=["1203515WPztLr","159DuzGVh","2966678vjdjJt","36PFObYl","44158YqsGWw","7vNJlfT","235902WDOKvV","165820niYkaW","8bbLCZn","746020vcPAmB","7022384gYYVLJ"];return(au=function(){return t})()}function cu(t,e){var n=au();return(cu=function(t,e){return n[t-=137]})(t,e)}!function(t,e){for(var n=cu,r=t();;)try{if(618582===-parseInt(n(145))/1+-parseInt(n(142))/2*(-parseInt(n(139))/3)+-parseInt(n(146))/4*(-parseInt(n(138))/5)+-parseInt(n(144))/6*(-parseInt(n(143))/7)+-parseInt(n(137))/8+parseInt(n(141))/9*(-parseInt(n(147))/10)+parseInt(n(140))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(au)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();